@charset "UTF-8";
/* =========================================================
 * reset　　　    /*リセット
========================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400);
@import url(https://fonts.googleapis.com/css?family=Roboto:500);
@import url(https://fonts.googleapis.com/css?family=Roboto:700);
@import url(https://fonts.googleapis.com/css?family=Roboto:900);
@import url(https://fonts.googleapis.com/css?family=Nunito:200);
@import url(https://fonts.googleapis.com/css?family=Nunito:300);
@import url(https://fonts.googleapis.com/css?family=Nunito:400);
@import url(https://fonts.googleapis.com/css?family=Nunito:600);
@import url(https://fonts.googleapis.com/css?family=Nunito:700);
@import url(https://fonts.googleapis.com/css?family=Nunito:800);
@import url(https://fonts.googleapis.com/css?family=Nunito:900);
@import url(https://fonts.googleapis.com/css?family=Lato:100);
@import url(https://fonts.googleapis.com/css?family=Lato:300);
@import url(https://fonts.googleapis.com/css?family=Lato:400);
@import url(https://fonts.googleapis.com/css?family=Lato:700);
@import url(https://fonts.googleapis.com/css?family=Lato:900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400);
@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
@import url(https://fonts.googleapis.com/css?family=EB+Garamond:400);
@import url(https://fonts.googleapis.com/css?family=EB+Garamond:500);
@import url(https://fonts.googleapis.com/css?family=EB+Garamond:600);
@import url(https://fonts.googleapis.com/css?family=EB+Garamond:700);
@import url(https://fonts.googleapis.com/css?family=EB+Garamond:800);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&amp;subset=japanese);
@import url("https://fonts.googleapis.com/css?family=Pinyon+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap");
blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul, figure, figcaption {
  margin: 0px;
  padding: 0px;
}

fieldset, img {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ol {
  list-style-type: none;
}

ul {
  list-style-type: none;
}
ul li {
  list-style-type: none;
}

img {
  border: none;
  vertical-align: bottom;
}

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

caption, th {
  text-align: left;
}

iframe {
  border: none;
}

a:focus {
  outline: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li img {
  line-height: 0;
  font-size: 0;
  vertical-align: top;
}

/* IE */
* html ul li dl, * html ol li dl {
  display: inline;
}
*:first-child + html ul li dl, *:first-child + html ol li dl {
  display: inline;
}

/* =========================================================
 * default settings      　   /*デフォルトセッティング
========================================================= */
html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: break-all;
}

p {
  line-break: strict;
}

a {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

body {
  font-size: 1.4rem;
  font: inherit;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #403f41;
}

#wrapper {
  width: 100%;
}

.pc {
  display: block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

.hide, .hidden {
  visibility: hidden;
}

img {
  max-width: 100%;
}

article {
  display: block;
}

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

  .tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
  }
  a:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)";
    /* IE 8 */
  }

  body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    min-width: 100%;
  }

  img {
    width: 100%;
  }

  .tb {
    display: none;
  }

  .sp {
    display: block;
  }
}
/* =========================================================
 * font
========================================================= */
/*noto-sans*/
/*Robot*/
/*Nunito*/
/*Lato*/
/*Montserrat*/
.roboto {
  font-family: 'Roboto', sans-serif;
}

.font-rk {
  font-family: Ryumin Regular KL;
}

.font-mb31 {
  font-family: Midashi Go MB31;
}

.font-telop {
  font-family: TelopMinPro-D;
}

.font-noto {
  font-family: 'Noto Sans Japanese';
}

.font-nunito {
  font-family: 'Nunito', sans-serif;
}

.font-lato {
  font-family: 'Lato', sans-serif;
}

.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}

.fonte-gramond {
  font-family: 'EB Garamond', serif;
}

.font-serif {
  font-family: 'Noto Serif JP', serif;
}

.pinyon {
  font-family: 'Pinyon Script', cursive;
}

/* =========================================================
 * clearfix　　   /*クリアフィックス
========================================================= */
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right,
.opening {
  opacity: 0;
}

.fade {
  transform: translate(0, 0);
}

.fadein {
  transform: translate(0, 50px);
}

.fadein-top {
  transform: translate(0, -50px);
}

.fadein-left {
  transform: translate(-50px, 0);
}

.fadein-right {
  transform: translate(50px, 0);
}

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin,
.opening.active {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.875s ease-in-out;
}

#stalker {
  pointer-events: none;
  position: fixed;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  background: #b5b5b5;
  border-radius: 50%;
  transition: transform 0.2s, top, 0.5s, left 0.5s, width .5s, height .5s, background-color .5s;
  transition-timing-function: ease-out;
  z-index: 999;
}
#stalker.hov_ {
  top: -32px;
  left: -32px;
  width: 64px;
  height: 64px;
  transition: .5s;
  background: #fa3e00;
  opacity: .4;
}

main {
  position: relative;
}
main:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}
main.overlay:before {
  pointer-events: visible;
  opacity: .3;
  z-index: 9;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  transition: all .3s ease-out;
}
.header--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header--inner h1 {
  margin: 0 0 0 2.5%;
}
.header--inner h1 a img {
  max-width: 160px;
}
.header--inner .global-nav {
  width: 62.54%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header--inner .global-nav ul {
  display: flex;
  width: 63%;
  height: 73px;
  margin-right: 5%;
}
.header--inner .global-nav ul li {
  width: 20%;
  height: 100%;
}
.header--inner .global-nav ul li > a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 29px;
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1.0;
  text-decoration: none;
  color: #000;
  letter-spacing: .04em;
  white-space: nowrap;
}
.header--inner .global-nav ul li.soon a {
  pointer-events: none;
  color: #b5b5b5;
}
.header--inner .global-nav ul li.gn-trigger > a {
  position: relative;
}
.header--inner .global-nav ul li.gn-trigger > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: 2px solid #fa3e00;
  transition: all .3s ease-out;
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu {
  position: absolute;
  width: 78%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  opacity: 0;
  margin-top: -10px;
  pointer-events: none;
  transition: all .3s ease-out;
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu .title {
  width: 24.5%;
  background-color: #fa3e00;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu .title--inner {
  text-align: center;
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu .title--inner .en, .header--inner .global-nav ul li.gn-trigger .trigger--largemenu .title--inner h3 {
  line-height: 1.0;
  font-weight: bold;
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu .title--inner .en {
  letter-spacing: .06em;
  font-family: "Roboto", sans-serif;
  font-size: 3.0rem;
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu .title--inner h3 {
  font-size: 1.6rem;
  margin-top: 20px;
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links {
  width: 75.5%;
  background-color: #fff;
  padding: 28px;
  display: flex;
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box {
  width: 32.2%;
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box a .text {
  margin-top: 18px;
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box a .text .en, .header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box a .text h4 {
  color: #fa3e00;
  font-weight: bold;
  line-height: 1.0;
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box a .text .en {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box a .text h4 {
  font-size: 1.3rem;
  margin-top: 7px;
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box.soon a {
  pointer-events: none;
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box.soon a .image {
  position: relative;
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box.soon a .image:before, .header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box.soon a .image:after {
  content: '';
  display: block;
  position: absolute;
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box.soon a .image:before {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  top: 0;
  left: 0;
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box.soon a .image:after {
  content: 'ComingSoon';
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.0;
  letter-spacing: .08em;
  white-space: nowrap;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box:nth-of-type(n+2) {
  margin-left: 1.7%;
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu.active {
  margin-top: 0;
  opacity: 1;
  pointer-events: visible;
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu.recruit .links .box {
  width: 20%;
}
.header--inner .global-nav ul li.gn-trigger .trigger--largemenu.recruit .links .box:nth-of-type(n+2) {
  margin-left: 0;
}
.header--inner .global-nav ul li.gn-trigger:hover > a:after {
  width: 100%;
}
.header--inner .global-nav ol {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 10%;
}
.header--inner .global-nav ol li a {
  display: block;
  width: 100%;
  height: 100%;
}
.header--inner .global-nav ol li a img {
  vertical-align: middle;
}
.header--inner .global-nav ol li.insta a img {
  max-width: 13px;
}
.header--inner .global-nav ol li.fb a img {
  max-width: 9px;
}
.header--inner .global-nav ol li.tw a img {
  max-width: 14px;
}
.header--inner .global-nav .contact {
  width: 16%;
}
.header--inner .global-nav .contact a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  background-color: #fa3e00;
  line-height: 1.0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: .04em;
  font-size: 1.3rem;
}
.header--inner .global-nav .contact.soon a {
  pointer-events: none;
  background-color: #b5b5b5;
}
.header--inner .menu-trigger {
  display: none;
}
.header.scrolled {
  background-color: #fff;
}

.footer {
  background-color: #fa3e00;
  margin-top: 100px;
}
.footer--inner {
  max-width: 1178px;
  margin: 0 auto;
  padding: 70px 0 80px 0;
}
.footer--inner--title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer--inner--title:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 5px;
  background-color: #fa3e00;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.footer--inner--title:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #fff;
  width: 97.4%;
  z-index: 1;
}
.footer--inner--title h2 {
  position: relative;
  z-index: 3;
}
.footer--inner--title h2 a {
  background-color: #fa3e00;
}
.footer--inner--title h2 a img {
  max-width: 202px;
}
.footer--inner--title ul {
  display: flex;
  align-items: center;
}
.footer--inner--title ul li a img {
  vertical-align: middle;
}
.footer--inner--title ul li.insta a img {
  max-width: 13px;
}
.footer--inner--title ul li.fb {
  margin: 0 20px;
}
.footer--inner--title ul li.fb a img {
  max-width: 8px;
}
.footer--inner--title ul li.tw a img {
  max-width: 15px;
}
.footer--inner .footer-link {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
.footer--inner .footer-link dl dt a, .footer--inner .footer-link dl dd a {
  color: #fff;
  line-height: 1.0;
  text-decoration: none;
}
.footer--inner .footer-link dl dt a:hover, .footer--inner .footer-link dl dd a:hover {
  opacity: 1;
  text-decoration: underline;
}
.footer--inner .footer-link dl dt.soon a, .footer--inner .footer-link dl dd.soon a {
  pointer-events: none;
  color: #b5b5b5;
}
.footer--inner .footer-link dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}
.footer--inner .footer-link dl dt a:hover {
  opacity: .7;
  text-decoration: none;
}
.footer--inner .footer-link dl dd {
  font-size: 1.3rem;
  font-weight: 600;
}
.footer--inner .footer-link dl dd:nth-of-type(n+2) {
  margin-top: 8px;
}
.footer--inner--under {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer--inner--under ul {
  display: flex;
}
.footer--inner--under ul li a {
  color: #fff;
  line-height: 1.0;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.3rem;
}
.footer--inner--under ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.footer--inner--under ul li a.outer {
  display: inline-block;
  position: relative;
  padding-right: 24px;
}
.footer--inner--under ul li a.outer:after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/common/img-arrow-white.png") no-repeat center/cover;
}
.footer--inner--under ul li:nth-of-type(n+2) {
  margin-left: 28px;
}
.footer--inner--under small {
  color: #fff;
  line-height: 1.0;
  font-family: "Nunito", sans-serif;
  font-size: 1.1rem;
}

.ct-title .en {
  line-height: 1.0;
  letter-spacing: .12em;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 3.5rem;
}
.ct-title h2 {
  font-weight: 600;
  line-height: 1.0;
  font-size: 1.6rem;
}

.cmn-btn {
  max-width: 174px;
}
.cmn-btn a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 1.0;
  position: relative;
  text-decoration: none;
  padding: 20px 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #fff;
  border: 1px solid #fa3e00;
  background-color: #fa3e00;
  letter-spacing: .12em;
  font-weight: bold;
  font-size: 1.3rem;
  transition: all .3s ease-out;
}
.cmn-btn a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -3px;
  width: 54px;
  height: 8px;
  background: url("../images/common/img-cmn-arrow02.png") no-repeat center/cover;
  right: -20px;
  transition: all .3s ease-out;
}
.cmn-btn a:hover {
  background-color: #fff;
  color: #fa3e00;
  opacity: 1;
}
.cmn-btn a:hover:after {
  background: url("../images/common/img-cmn-arrow_orange.png") no-repeat center/cover;
  right: -30px;
}
.cmn-btn.orange a {
  border-color: #fff;
}
.cmn-btn.orange a:after {
  background: url("../images/common/img-cmn-arrow01.png") no-repeat center/cover;
}
.cmn-btn.no-arrow a:after {
  display: none;
}

section.contact .contact--inner {
  max-width: 470px;
  margin: 0 auto;
}
section.contact .contact--inner a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
section.contact .contact--inner a .ct-title {
  position: relative;
  padding-bottom: 30px;
}
section.contact .contact--inner a .ct-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: url("../images/common/img-contact-arrow.png") no-repeat center/cover;
}
section.contact .contact--inner a .ct-title .en, section.contact .contact--inner a .ct-title h2 {
  color: #fa3e00;
}
section.contact .contact--inner a .ct-title h2 {
  margin-top: 20px;
  font-weight: bold;
}
section.contact .contact--inner a p {
  color: #403f41;
  margin-top: 22px;
  font-weight: bold;
  font-size: 1.3rem;
}
section.contact .contact--inner a p span {
  color: #fa3e00;
}
section.contact .contact--inner a .btn {
  margin-top: 30px;
  max-width: 172px;
  background-color: #fa3e00;
  color: #fff;
  line-height: 1.0;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
  font-size: 1.3rem;
  border: 1px solid #fa3e00;
  transition: all .3s ease-out;
}
section.contact .contact--inner a:hover {
  opacity: 1;
}
section.contact .contact--inner a:hover .btn {
  color: #fa3e00;
  background-color: #fff;
}

.pages .header {
  background-color: #fff;
}
.pages article .main {
  padding-top: 178px;
  position: relative;
}
.pages article .main:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 837px;
  z-index: -1;
}
.pages article .main--inner {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.pages article .main--inner #particles {
  position: absolute;
  width: 730px;
  height: 360px;
  right: -15%;
  top: -100px;
  opacity: .7;
}
.pages article .main--inner--title .category, .pages article .main--inner--title .en {
  line-height: 1.0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #fa3e00;
}
.pages article .main--inner--title .category {
  position: relative;
  padding-left: 37px;
  letter-spacing: .08em;
  font-size: 1.6rem;
}
.pages article .main--inner--title .category:before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fa3e00;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.pages article .main--inner--title .en {
  margin-top: 40px;
  letter-spacing: .08em;
  font-size: 5.0rem;
}
.pages article .main--inner--title h2 {
  line-height: 1.0;
  font-weight: bold;
  color: #fa3e00;
  margin-top: 20px;
  font-size: 1.8rem;
}
.pages article .main--inner--image {
  margin-top: 95px;
}
.pages article .under-link {
  margin-top: 150px;
}
.pages article .under-link--inner {
  max-width: 1080px;
  margin: 0 auto;
  border: 1px solid #fa3e00;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pages article .under-link--inner .btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.pages article .under-link--inner .btn a dl {
  display: flex;
  align-items: center;
}
.pages article .under-link--inner .btn a dl dt img {
  max-width: 58px;
}
.pages article .under-link--inner .btn a dl dd {
  line-height: 1.0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #fa3e00;
  font-size: 2.0rem;
}
.pages article .under-link--inner .btn.prev {
  position: absolute;
  left: 40px;
  top: 40px;
}
.pages article .under-link--inner .btn.prev a dl dd {
  margin-left: 20px;
}
.pages article .under-link--inner .btn.next {
  position: absolute;
  right: 40px;
  top: 40px;
}
.pages article .under-link--inner .btn.next a dl {
  flex-direction: row-reverse;
}
.pages article .under-link--inner .btn.next a dl dd {
  margin-right: 20px;
}
.pages article .contact {
  margin-top: 150px;
  background-color: #f3f3f3;
  padding: 110px 0;
}
.pages .footer {
  margin-top: 0;
}

.company .footer, .service .footer {
  margin-top: 100px;
}

#pagetop {
  width: 34px;
  height: 34px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 4;
}
#pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#pagetop a:before, #pagetop a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
#pagetop a:before {
  box-sizing: border-box;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fa3e00;
}
#pagetop a:after {
  top: 6px;
  right: 12px;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border-top-style: solid;
  border-right-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-color: #fff;
  border-right-color: #fff;
}

@media screen and (max-width: 1200px) {
  .footer--inner {
    padding: 70px 2% 80px 2%;
  }
  .footer--inner .footer-link dl {
    width: 12%;
  }
  .footer--inner .footer-link dl:nth-of-type(1), .footer--inner .footer-link dl:nth-of-type(3), .footer--inner .footer-link dl:nth-of-type(4), .footer--inner .footer-link dl:nth-of-type(5) {
    width: 17%;
  }
}
@media screen and (max-width: 1080px) {
  .pages article .main--inner--title {
    padding: 0 2%;
  }
  .pages article .under-link {
    padding: 0 2%;
  }
}
@media screen and (max-width: 920px) {
  .header--inner .global-nav {
    width: 72.54%;
  }
}
@media screen and (max-width: 768px) {
  .header--inner .global-nav {
    width: 75.54%;
  }
  .header--inner .global-nav ul {
    margin-right: 7%;
  }
  .header--inner .global-nav ul li a {
    white-space: nowrap;
  }
  .header--inner .global-nav ul li.gn-trigger .trigger--largemenu {
    width: 96%;
  }
  .header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box {
    width: 33%;
  }
  .header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box a {
    white-space: normal;
  }
  .header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box a .text h4 {
    font-size: 1.1rem;
  }
  .header--inner .global-nav ul li.gn-trigger .trigger--largemenu.recruit .links .box {
    width: 18.5%;
  }
  .header--inner .global-nav ul li.gn-trigger .trigger--largemenu.recruit .links .box a .text h4 {
    font-size: 1.0rem;
  }

  .pages article .main:before {
    height: 700px;
  }
}
@media screen and (max-width: 767px) {
  #stalker {
    display: none;
  }

  .header {
    height: 60px;
  }
  .header--inner {
    position: relative;
    height: 100%;
  }
  .header--inner h1 {
    margin: 0 0 0 2.5%;
    width: 30%;
  }
  .header--inner h1 a img {
    max-width: 100%;
  }
  .header--inner .global-nav {
    display: none;
    width: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fff;
    padding: 15px 0 30px 0;
  }
  .header--inner .global-nav ul {
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .header--inner .global-nav ul li {
    width: 100%;
  }
  .header--inner .global-nav ul li a {
    font-size: 15px;
    font-size: 4.6875vw;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 15px 0;
  }
  .header--inner .global-nav ul li:not(:last-child) {
    margin-right: 0;
  }
  .header--inner .global-nav ul li.gn-trigger > a:after {
    display: none;
  }
  .header--inner .global-nav ul li.gn-trigger a span {
    display: inline-block;
    position: relative;
    padding-right: 8vw;
    margin-left: 8vw;
  }
  .header--inner .global-nav ul li.gn-trigger a span:before, .header--inner .global-nav ul li.gn-trigger a span:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #000;
    right: 0;
    top: 44%;
    transition: all .3s ease-out;
  }
  .header--inner .global-nav ul li.gn-trigger a span:before {
    width: 20px;
    height: 3px;
    margin-top: -1px;
  }
  .header--inner .global-nav ul li.gn-trigger a span:after {
    height: 20px;
    width: 3px;
    margin-top: -10px;
    right: 8px;
  }
  .header--inner .global-nav ul li.gn-trigger .trigger--largemenu {
    position: static;
    transform: none;
    width: 100%;
    display: none;
    padding-top: 0;
    opacity: 1;
    margin-top: auto;
    pointer-events: visible;
    transition: none;
  }
  .header--inner .global-nav ul li.gn-trigger .trigger--largemenu .title {
    display: none;
  }
  .header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links {
    width: 100%;
    padding: 0;
    display: block;
  }
  .header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box {
    max-width: 100%;
    width: 100%;
  }
  .header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box a {
    padding: 5px 0;
  }
  .header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box a .image {
    display: none;
  }
  .header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box a .text {
    margin-top: 0;
  }
  .header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box a .text .en {
    display: inline-block;
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.4;
    position: relative;
  }
  .header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box a .text h4 {
    font-size: 11px;
    font-size: 3.4375vw;
    display: none;
  }
  .header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box:nth-of-type(1) a {
    padding-top: 0;
  }
  .header--inner .global-nav ul li.gn-trigger .trigger--largemenu .links .box.soon a .text .en {
    color: #b5b5b5;
  }
  .header--inner .global-nav ul li.gn-trigger .trigger--largemenu.active {
    margin-top: auto;
  }
  .header--inner .global-nav ul li.gn-trigger .trigger--largemenu.recruit .links .box {
    width: 100%;
    max-width: 100%;
  }
  .header--inner .global-nav ul li.gn-trigger.smpactive a span:after {
    opacity: 0;
    margin-top: 5px;
  }
  .header--inner .global-nav ol {
    width: 100%;
    margin-top: 30px;
    justify-content: center;
  }
  .header--inner .global-nav ol li.insta a img {
    max-width: calc(13px * 1.5);
  }
  .header--inner .global-nav ol li.fb {
    margin: 0 5%;
  }
  .header--inner .global-nav ol li.fb a img {
    max-width: calc(9px * 1.5);
  }
  .header--inner .global-nav ol li.tw a img {
    max-width: calc(14px * 1.5);
  }
  .header--inner .contact {
    width: 25%;
    position: fixed;
    top: 0;
    right: 58px;
    height: 60px;
    z-index: 11;
  }
  .header--inner .contact a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
    background-color: #fa3e00;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: .04em;
    color: #fff;
    line-height: 60px;
    padding: 0;
    font-size: 13px;
    font-size: 4.0625vw;
  }
  .header--inner .contact.soon a {
    pointer-events: none;
    background-color: #b5b5b5;
  }
  .header--inner .menu-trigger {
    position: absolute;
    right: 2.5%;
    z-index: 5;
  }
  .header--inner .menu-trigger,
  .header--inner .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .header--inner .menu-trigger {
    width: 35px;
    height: 30px;
  }
  .header--inner .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fa3e00;
  }
  .header--inner .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header--inner .menu-trigger span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  .header--inner .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .header--inner .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg);
  }
  .header--inner .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
    left: 10px;
  }
  .header--inner .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
  }

  .footer {
    margin-top: 50px;
  }
  .footer--inner {
    max-width: 86%;
    margin: 0 auto;
    padding: 35px 0 40px 0;
  }
  .footer--inner--title:after {
    width: 97.4%;
  }
  .footer--inner--title h2 {
    width: 55%;
  }
  .footer--inner--title h2 a img {
    max-width: 100%;
  }
  .footer--inner--title ul li.insta a img {
    max-width: calc(13px * 1.2);
  }
  .footer--inner--title ul li.fb {
    margin: 0 10px;
  }
  .footer--inner--title ul li.fb a img {
    max-width: calc(8px * 1.2);
  }
  .footer--inner--title ul li.tw a img {
    max-width: calc(15px * 1.2);
  }
  .footer--inner .footer-link {
    margin-top: 25px;
    display: block;
  }
  .footer--inner .footer-link dl {
    width: 100% !important;
  }
  .footer--inner .footer-link dl dt a, .footer--inner .footer-link dl dd a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 15px 0;
  }
  .footer--inner .footer-link dl dt a:hover, .footer--inner .footer-link dl dd a:hover {
    text-decoration: none;
  }
  .footer--inner .footer-link dl dt {
    font-size: 14px;
    font-size: 4.375vw;
    font-weight: bold;
    margin-bottom: 0;
  }
  .footer--inner .footer-link dl .wrap {
    display: none;
  }
  .footer--inner .footer-link dl dd {
    font-size: 13px;
    font-size: 4.0625vw;
    margin-left: 1em;
  }
  .footer--inner .footer-link dl dd a {
    padding: 10px 0;
  }
  .footer--inner .footer-link dl dd:nth-of-type(n+2) {
    margin-top: 0;
  }
  .footer--inner .footer-link dl.trigger dt a:before, .footer--inner .footer-link dl.trigger dt a:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 50%;
    transition: all .3s ease-out;
  }
  .footer--inner .footer-link dl.trigger dt a:before {
    width: 20px;
    height: 3px;
    margin-top: -1px;
  }
  .footer--inner .footer-link dl.trigger dt a:after {
    height: 20px;
    width: 3px;
    margin-top: -10px;
    right: 8px;
  }
  .footer--inner .footer-link dl.trigger dt.soon a:before, .footer--inner .footer-link dl.trigger dt.soon a:after {
    background-color: #b5b5b5;
  }
  .footer--inner .footer-link dl.trigger dt.active a:after {
    margin-top: 10px;
    opacity: 0;
  }
  .footer--inner--under {
    margin-top: 40px;
    padding-top: 20px;
    display: block;
  }
  .footer--inner--under ul {
    display: block;
    text-align: center;
  }
  .footer--inner--under ul li {
    display: inline-block;
  }
  .footer--inner--under ul li a {
    font-size: 13px;
    font-size: 4.0625vw;
  }
  .footer--inner--under ul li a:hover {
    text-decoration: none;
  }
  .footer--inner--under ul li:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: 10px;
  }
  .footer--inner--under small {
    margin-top: 20px;
    text-align: center;
    display: block;
    font-size: 11px;
    font-size: 3.4375vw;
  }

  .ct-title .en {
    font-size: 30px;
    font-size: 9.375vw;
  }
  .ct-title h2 {
    font-size: 14px;
    font-size: 4.375vw;
  }

  .cmn-btn {
    max-width: 174px;
  }
  .cmn-btn a {
    padding: 15px 0;
    font-size: 13px;
    font-size: 4.0625vw;
    transition: none;
  }
  .cmn-btn a:after {
    transition: none;
  }
  .cmn-btn a:hover {
    background-color: #fa3e00;
    color: #fff;
  }
  .cmn-btn a:hover:after {
    background: url("../images/common/img-cmn-arrow02.png") no-repeat center/cover;
    right: -20px;
  }

  section.contact .contact--inner {
    max-width: 80%;
  }
  section.contact .contact--inner a .ct-title {
    padding-bottom: 15px;
  }
  section.contact .contact--inner a .ct-title:after {
    left: auto;
    right: 0;
    background: url("../images/common/img-contact-arrow.png") no-repeat center right/cover;
  }
  section.contact .contact--inner a .ct-title h2 {
    margin-top: 10px;
  }
  section.contact .contact--inner a p {
    margin-top: 15px;
    font-size: 11px;
    font-size: 3.4375vw;
  }
  section.contact .contact--inner a .btn {
    padding: 10px 0;
    max-width: 60%;
    font-size: 12px;
    font-size: 3.75vw;
  }

  .pages article .main {
    padding-top: 90px;
  }
  .pages article .main:before {
    height: 90vw;
  }
  .pages article .main--inner {
    max-width: 90%;
  }
  .pages article .main--inner #particles {
    width: 70%;
    height: 45vw;
    top: 0;
    right: 0;
  }
  .pages article .main--inner--title {
    padding: 0;
  }
  .pages article .main--inner--title .category {
    padding-left: 30px;
    font-size: 14px;
    font-size: 4.375vw;
  }
  .pages article .main--inner--title .category:before {
    width: 18px;
  }
  .pages article .main--inner--title .en {
    margin-top: 20px;
    font-size: 30px;
    font-size: 9.375vw;
  }
  .pages article .main--inner--title h2 {
    margin-top: 15px;
    font-size: 16px;
    font-size: 5vw;
  }
  .pages article .main--inner--image {
    margin-top: 45px;
  }
  .pages article .under-link {
    margin-top: 75px;
    padding: 0;
  }
  .pages article .under-link--inner {
    max-width: 90%;
    padding: 20px 5%;
    align-items: flex-start;
  }
  .pages article .under-link--inner .btn {
    width: 15%;
  }
  .pages article .under-link--inner .btn a dl {
    display: block;
  }
  .pages article .under-link--inner .btn a dl dt img {
    max-width: 100%;
  }
  .pages article .under-link--inner .btn a dl dd {
    font-size: 14px;
    font-size: 4.375vw;
    margin-top: 5px;
  }
  .pages article .under-link--inner .btn.prev {
    top: 20px;
    left: 5%;
    width: 13.2%;
  }
  .pages article .under-link--inner .btn.prev a dl dd {
    margin-left: 0;
  }
  .pages article .under-link--inner .btn.next {
    top: 20px;
    right: 5%;
    width: 13.2%;
  }
  .pages article .under-link--inner .btn.next a dl dd {
    margin-right: 0;
  }
  .pages article .under-link--inner .btn.index {
    padding-bottom: 9%;
  }
  .pages article .contact {
    margin-top: 75px;
    padding: 50px 0;
  }

  .company .footer, .service .footer {
    margin-top: 50px;
  }

  #pagetop {
    width: 40px;
    height: 40px;
    right: 2%;
  }
  #pagetop.bottom {
    top: 60%;
    right: 2%;
  }
}
@keyframes arrow-move {
  0% {
    top: -100%;
  }
  50% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes arrow-move {
  0% {
    top: -100%;
  }
  50% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
.top article {
  background-color: #fa3e00;
}
.top article .main, .top article .message {
  position: relative;
  width: 100%;
  height: 100vh;
}
.top article .main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
  transition: all .6s ease-out;
}
.top article .main .main-v {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  background: url("../images/top/img-main.jpg") no-repeat center/cover;
}
.top article .main .main-v:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100vh - 73px);
  top: 73px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.top article .main h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: all .6s ease-out;
}
.top article .main h1 img {
  max-width: 744px;
}
.top article .main .scroll {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.top article .main .scroll p {
  color: #fff;
  line-height: 1.0;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  letter-spacing: .08em;
}
.top article .main .scroll p:after {
  content: '';
  display: block;
  width: 7px;
  height: 31px;
  margin: 10px auto 0 auto;
  background: url("../images/top/img-arrow01.png") no-repeat center/cover;
}
.top article .main.trans .main-v h1 {
  opacity: 0;
}
.top article .main.finished {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.top article .message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  transition: all .6s ease-out;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.1);
}
.top article .message:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/top/img-messageback.jpg") no-repeat center/cover;
  opacity: .6;
  z-index: 1;
}
.top article .message .text {
  z-index: 2;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  transition: all .6s ease-out;
  transition-delay: 0.5s;
  opacity: 0;
  margin-top: 20px;
}
.top article .message .text p {
  font-weight: bold;
  color: #fff;
  letter-spacing: .08em;
  line-height: 2.2;
  font-size: 1.5rem;
}
.top article .message .text h3 {
  margin-top: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.0;
  letter-spacing: .08em;
}
.top article .message .text.active {
  opacity: 1;
  margin-top: 0;
}
.top article .message.scrolled {
  opacity: 1;
  pointer-events: visible;
  transform: scale(1);
}
.top article .contents-all {
  position: relative;
  background-color: #fff;
  width: 100%;
  top: calc(60vh + 73px);
  transition: all .6s ease-out;
  opacity: 0;
  z-index: -1;
}
.top article .contents-all.open {
  opacity: 1;
  z-index: 2;
}
.top article .service {
  padding-top: calc(65px + 73px);
  position: relative;
}
.top article .service:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 380px;
  top: 0;
  left: 0;
  background-color: #fa3e00;
  z-index: -1;
}
.top article .service .ct-title {
  text-align: center;
  color: #fff;
}
.top article .service .ct-title h2 {
  margin-top: 20px;
}
.top article .service--inner {
  margin: 70px auto 0 auto;
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
}
.top article .service--inner .box {
  max-width: 498px;
  width: 46.2%;
}
.top article .service--inner .box a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.top article .service--inner .box a .image {
  overflow: hidden;
}
.top article .service--inner .box a .image img {
  display: inline-block;
  transition: all .3s ease-out;
}
.top article .service--inner .box a dl {
  margin-top: 25px;
}
.top article .service--inner .box a dl dt, .top article .service--inner .box a dl dd {
  color: #fa3e00;
  line-height: 1.0;
  font-weight: bold;
}
.top article .service--inner .box a dl dt {
  font-family: "Roboto", sans-serif;
  font-size: 2.0rem;
}
.top article .service--inner .box a dl dd {
  font-size: 1.5rem;
  margin-top: 10px;
}
.top article .service--inner .box a:hover {
  opacity: 1;
}
.top article .service--inner .box a:hover .image img {
  transform: scale(1.1);
}
.top article .works {
  margin-top: 90px;
  padding-top: 90px;
  position: relative;
}
.top article .works:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 290px;
  top: 0;
  left: 0;
  background-color: #f3f3f3;
  z-index: -1;
}
.top article .works .ct-title {
  text-align: center;
}
.top article .works .ct-title .en {
  color: #fa3e00;
}
.top article .works .ct-title h2 {
  margin-top: 20px;
}
.top article .works--inner {
  margin: 55px auto 0 auto;
  max-width: 1080px;
  position: relative;
}
.top article .works--inner .buttons {
  display: flex;
  position: absolute;
  z-index: 1;
  top: -30px;
  right: 0;
}
.top article .works--inner .buttons li {
  max-width: 57px;
  width: 57px;
  cursor: pointer;
}
.top article .works--inner .slides {
  width: 100%;
}
.top article .works--inner .slides .slide {
  max-width: 335px;
  width: 100%;
  margin: 0 18px;
  background-color: #f5f6f6;
}
.top article .works--inner .slides .slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.top article .works--inner .slides .slide a .text {
  background-color: #f5f6f6;
  padding: 30px 30px 27px 30px;
}
.top article .works--inner .slides .slide a .text p {
  font-weight: bold;
  line-height: 1.8;
  overflow: hidden;
  height: calc(1.8em * 3);
  color: #fa3e00;
  font-size: 1.6rem;
}
.top article .works--inner .slides .slide a .text h3 {
  line-height: 1.6;
  height: calc(1.6em * 2 + 15px);
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dfe0e0;
  color: #fa3e00;
  font-weight: bold;
  font-size: 1.5rem;
}
.top article .works--inner .slides .slide a .text ul {
  margin-top: 15px;
}
.top article .works--inner .slides .slide a .text ul li {
  font-weight: bold;
  color: #403f41;
  display: inline-block;
  font-size: 13px;
}
.top article .works--inner .slides .slide a .text .date {
  margin-top: 12px;
  color: #403f41;
  font-weight: bold;
  font-size: 1.3rem;
}
.top article .works--inner .slides .slide-dots {
  margin-top: 50px;
  width: 100%;
  background-color: #f2f0f1;
  display: flex;
}
.top article .works--inner .slides .slide-dots li {
  width: 100%;
  cursor: pointer;
  background-color: #f2f0f1;
  transition: all .3s ease-out;
}
.top article .works--inner .slides .slide-dots li button {
  margin: 0;
  padding: 0;
  outline: none;
  background-color: transparent;
  border: none;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 5px;
}
.top article .works--inner .slides .slide-dots li.slick-active {
  background-color: #fa3e00;
}
.top article .company, .top article .join {
  position: relative;
}
.top article .company:before, .top article .join:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
}
.top article .company--main, .top article .join--main {
  display: flex;
  align-items: center;
}
.top article .company--main .image, .top article .join--main .image {
  width: 62.3%;
  height: 415px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top article .company--main .image img, .top article .join--main .image img {
  width: 100%;
  display: none;
}
.top article .company--main .text, .top article .join--main .text {
  width: 37.7%;
}
.top article .company--main .text--inner, .top article .join--main .text--inner {
  max-width: 324px;
}
.top article .company--main .text--inner .ct-title h2, .top article .join--main .text--inner .ct-title h2 {
  margin-top: 25px;
}
.top article .company--main .text--inner p, .top article .join--main .text--inner p {
  margin-top: 35px;
  font-weight: bold;
  line-height: 1.8;
  font-size: 1.4rem;
}
.top article .company--links, .top article .join--links {
  max-width: 1080px;
  margin: 60px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.top article .company--links .box a, .top article .join--links .box a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.top article .company--links .box a .image, .top article .join--links .box a .image {
  overflow: hidden;
}
.top article .company--links .box a .image img, .top article .join--links .box a .image img {
  display: inline-block;
  transition: all .3s ease-out;
}
.top article .company--links .box a .text dt, .top article .company--links .box a .text dd, .top article .join--links .box a .text dt, .top article .join--links .box a .text dd {
  line-height: 1.0;
  font-weight: bold;
}
.top article .company--links .box a .text dt, .top article .join--links .box a .text dt {
  font-family: "Roboto", sans-serif;
}
.top article .company--links .box a:hover, .top article .join--links .box a:hover {
  opacity: 1;
}
.top article .company--links .box a:hover .image img, .top article .join--links .box a:hover .image img {
  transform: scale(1.1);
}
.top article .company {
  margin-top: 80px;
  padding-bottom: 85px;
}
.top article .company:before {
  background-color: #efefef;
  height: calc(100% - 135px);
  top: 135px;
}
.top article .company--main .image {
  background-image: url("../images/top/img-company-main.jpg");
}
.top article .company--main .text--inner {
  margin-left: 7.8%;
}
.top article .company--main .text--inner .ct-title .en, .top article .company--main .text--inner .ct-title h2 {
  color: #fa3e00;
}
.top article .company--links .box {
  width: 31.2%;
}
.top article .company--links .box a .text {
  margin-top: 30px;
}
.top article .company--links .box a .text dt {
  font-size: 2.0rem;
  color: #fa3e00;
}
.top article .company--links .box a .text dd {
  font-size: 1.4rem;
  color: #6c6e70;
  margin-top: 15px;
}
.top article .join {
  margin-top: 170px;
  padding-bottom: 140px;
}
.top article .join:before {
  background-color: #fa3e00;
  height: calc(100% - 111px);
  top: 111px;
}
.top article .join--main {
  flex-direction: row-reverse;
  align-items: flex-end;
}
.top article .join--main .image {
  background-image: url("../images/top/img-join-main.jpg");
}
.top article .join--main .text--inner {
  margin: 0 7.8% 0 auto;
}
.top article .join--main .text--inner .ct-title h2 {
  color: #fff;
}
.top article .join--main .text--inner p {
  color: #fff;
}
.top article .join--main .text--inner .cmn-btn {
  margin-top: 80px;
}
.top article .join--links .box {
  width: 17.12%;
}
.top article .join--links .box a .text {
  color: #fff;
  margin-top: 20px;
}
.top article .join--links .box a .text dt {
  font-size: 1.6rem;
}
.top article .join--links .box a .text dd {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-top: 20px;
}
.top article .join--links .box.soon a {
  pointer-events: none;
}
.top article .join--links .box.soon a .image {
  position: relative;
}
.top article .join--links .box.soon a .image:before, .top article .join--links .box.soon a .image:after {
  content: '';
  display: block;
  position: absolute;
}
.top article .join--links .box.soon a .image:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 2;
  top: 0;
  left: 0;
}
.top article .join--links .box.soon a .image:after {
  content: 'ComingSoon';
  line-height: 1.0;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: .08em;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.top article .news, .top article .column {
  background-color: #f9f9f9;
}
.top article .news--inner, .top article .column--inner {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 115px;
  position: relative;
}
.top article .news--inner .ct-title, .top article .column--inner .ct-title {
  display: flex;
  align-items: flex-end;
  color: #fa3e00;
}
.top article .news--inner .ct-title .en, .top article .column--inner .ct-title .en {
  font-size: 2.4rem;
  margin-right: 22px;
}
.top article .news--inner .ct-title h2, .top article .column--inner .ct-title h2 {
  font-size: 1.4rem;
  margin-bottom: 2px;
}
.top article .news--inner--wrap, .top article .column--inner--wrap {
  margin-top: 40px;
  display: flex;
  position: relative;
}
.top article .news--inner--wrap .box, .top article .column--inner--wrap .box {
  position: relative;
  z-index: 2;
}
.top article .news--inner--wrap:after, .top article .column--inner--wrap:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 252px;
  background-color: #f9e6e0;
  right: -70px;
  bottom: -115px;
}
.top article .news--inner .view-more, .top article .column--inner .view-more {
  margin-top: 28px;
  text-align: right;
}
.top article .news--inner .view-more .cmn-btn, .top article .column--inner .view-more .cmn-btn {
  display: inline-block;
  width: 100%;
}
.top article .news {
  padding-top: 110px;
}
.top article .news--inner--wrap .box {
  width: 25%;
}
.top article .news--inner--wrap .box a {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 28px 22px;
  position: relative;
}
.top article .news--inner--wrap .box a:after {
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #b1b3b5;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 56px);
}
.top article .news--inner--wrap .box a dl dt, .top article .news--inner--wrap .box a dl dd {
  font-weight: bold;
  line-height: 1.0;
}
.top article .news--inner--wrap .box a dl dt {
  color: #fa3e00;
  font-size: 1.5rem;
}
.top article .news--inner--wrap .box a dl dd {
  margin-top: 12px;
  display: inline-block;
  background-color: #fa3e00;
  color: #fff;
  padding: 4px 0;
  max-width: 62px;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
}
.top article .news--inner--wrap .box a p {
  margin-top: 20px;
  line-height: 1.8;
  overflow: hidden;
  height: calc(1.8em * 5);
  font-weight: bold;
  color: #403f41;
  font-size: 1.4rem;
}
.top article .news--inner--wrap .box:last-child a:after {
  display: none;
}
.top article .column--inner--wrap {
  justify-content: space-between;
}
.top article .column--inner--wrap .box {
  width: 31%;
  background-color: #fff;
}
.top article .column--inner--wrap .box a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.top article .column--inner--wrap .box a .text {
  background-color: #fff;
  padding: 25px 30px;
}
.top article .column--inner--wrap .box a .text p {
  font-weight: bold;
  overflow: hidden;
  color: #fa3e00;
  line-height: 1.5;
  height: calc(1.5em * 3);
  font-size: 1.6rem;
}
.top article .column--inner--wrap .box a .text .tag {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #dfe0e0;
}
.top article .column--inner--wrap .box a .text .tag li {
  display: inline-block;
  line-height: 1.4;
  color: #403f41;
  font-weight: bold;
  font-size: 1.3rem;
}
.top article .column--inner--wrap .box a .text .date {
  margin-top: 15px;
  line-height: 1.0;
  font-weight: bold;
  color: #403f41;
  font-size: 1.3rem;
}
.top article .contact {
  margin-top: 170px;
}
.top article .contact .image {
  width: 100%;
  height: 530px;
  background: url("../images/top/img-contact-main.jpg") no-repeat center/cover;
}
.top article .contact--inner {
  margin-top: 115px;
}
.top article .contact--inner a.soon {
  pointer-events: none;
}

.no-fullpage {
  overflow: visible !important;
  height: auto !important;
}
.no-fullpage body {
  overflow: visible !important;
  height: auto !important;
}
.no-fullpage body #fullpage .section {
  height: 100vh !important;
}

@media screen and (max-width: 1080px) {
  .top article .main h1 {
    width: 80%;
  }
  .top article .main h1 img {
    width: 100%;
  }
  .top article .service--inner {
    padding: 0 2%;
  }
  .top article .company--links, .top article .join--links {
    padding: 0 2%;
  }
  .top article .company--main .text--inner {
    margin-right: 5%;
  }
  .top article .join--main .text--inner {
    margin: 0 7.8% 0 5%;
  }
  .top article .news--inner, .top article .column--inner {
    padding: 0 2%;
  }
}
@media screen and (max-width: 768px) {
  .top article {
    overflow: hidden;
  }
  .top article .works--inner .slides .slide {
    max-width: 256px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .top article .main .main-v:before {
    height: calc(100vh - 60px);
    top: 60px;
  }
  .top article .main .scroll {
    bottom: 5px;
  }
  .top article .main .scroll p {
    font-size: 12px;
    font-size: 3.75vw;
  }
  .top article .message {
    padding: 50px 0 80px 0;
  }
  .top article .message .text p {
    letter-spacing: .04em;
    line-height: 1.9;
    font-size: 12.5px;
    font-size: 3.90625vw;
  }
  .top article .message .text h3 {
    margin-top: 25px;
    font-size: 18px;
    font-size: 5.625vw;
  }
  .top article .contents-all {
    top: calc(100vh + 60px);
  }
  .top article .service {
    padding-top: 35px;
  }
  .top article .service:before {
    height: 50vw;
  }
  .top article .service .ct-title h2 {
    margin-top: 10px;
  }
  .top article .service--inner {
    padding: 0;
    margin: 35px auto 0 auto;
    max-width: 90%;
    display: block;
  }
  .top article .service--inner .box {
    max-width: 100%;
    width: 100%;
  }
  .top article .service--inner .box a .image img {
    transition: none;
    object-fit: cover;
    height: 170px;
  }
  .top article .service--inner .box a dl {
    margin-top: 10px;
  }
  .top article .service--inner .box a dl dt {
    font-size: 18px;
    font-size: 5.625vw;
  }
  .top article .service--inner .box a dl dd {
    font-size: 13px;
    font-size: 4.0625vw;
    margin-top: 8px;
  }
  .top article .service--inner .box a:hover .image img {
    transform: scale(1);
  }
  .top article .service--inner .box:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .top article .works {
    margin-top: 45px;
    padding-top: 45px;
  }
  .top article .works:before {
    height: 290px;
  }
  .top article .works .ct-title h2 {
    margin-top: 10px;
  }
  .top article .works--inner {
    margin: 25px auto 0 auto;
    max-width: 90%;
  }
  .top article .works--inner .buttons {
    top: 0;
    right: 0;
  }
  .top article .works--inner .buttons li {
    max-width: 40px;
  }
  .top article .works--inner .slides .slide {
    max-width: calc(100vw * 0.9);
    width: auto;
    margin: 0;
  }
  .top article .works--inner .slides .slide a .text {
    padding: 15px 5%;
  }
  .top article .works--inner .slides .slide a .text p {
    font-size: 14px;
    font-size: 4.375vw;
  }
  .top article .works--inner .slides .slide a .text h3 {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 13px;
    font-size: 4.0625vw;
    height: calc(1.6em * 2 + 10px);
  }
  .top article .works--inner .slides .slide a .text ul {
    margin-top: 1spx;
  }
  .top article .works--inner .slides .slide a .text ul li {
    font-size: 11px;
    font-size: 3.4375vw;
  }
  .top article .works--inner .slides .slide a .text .date {
    font-size: 11px;
    font-size: 3.4375vw;
  }
  .top article .works--inner .slides .slide-dots {
    margin-top: 30px;
  }
  .top article .company:before, .top article .join:before {
    display: none;
  }
  .top article .company--main, .top article .join--main {
    display: block;
  }
  .top article .company--main .image, .top article .join--main .image {
    width: 100%;
    height: auto;
    background: none;
  }
  .top article .company--main .image img, .top article .join--main .image img {
    display: block;
  }
  .top article .company--main .text, .top article .join--main .text {
    width: 90%;
    margin: 20px auto 0 auto;
  }
  .top article .company--main .text--inner, .top article .join--main .text--inner {
    max-width: 100%;
    margin: 0 !important;
  }
  .top article .company--main .text--inner .ct-title h2, .top article .join--main .text--inner .ct-title h2 {
    margin-top: 15px;
  }
  .top article .company--main .text--inner p, .top article .join--main .text--inner p {
    margin-top: 20px;
    font-size: 12px;
    font-size: 3.75vw;
  }
  .top article .company--links, .top article .join--links {
    max-width: 90%;
    margin: 30px auto 0 auto;
    display: block;
  }
  .top article .company {
    margin-top: 40px;
    padding-bottom: 40px;
    background-color: #efefef;
  }
  .top article .company--links .box {
    width: 100%;
  }
  .top article .company--links .box a .image img {
    object-fit: cover;
    height: 170px;
    object-position: top center;
  }
  .top article .company--links .box a .text {
    margin-top: 15px;
  }
  .top article .company--links .box a .text dt {
    font-size: 16px;
    font-size: 5vw;
  }
  .top article .company--links .box a .text dd {
    font-size: 12px;
    font-size: 3.75vw;
    margin-top: 10px;
  }
  .top article .company--links .box:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .top article .join {
    margin-top: 80px;
    padding-bottom: 70px;
    background-color: #fa3e00;
  }
  .top article .join--main .text--inner .ct-title .en {
    color: #fff;
  }
  .top article .join--main .text--inner .cmn-btn {
    margin: 25px 5% 0 auto;
  }
  .top article .join--links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top article .join--links .box {
    width: 48%;
  }
  .top article .join--links .box a .text {
    margin-top: 15px;
  }
  .top article .join--links .box a .text dt {
    font-size: 14px;
    font-size: 4.375vw;
  }
  .top article .join--links .box a .text dd {
    font-size: 12px;
    font-size: 3.75vw;
    margin-top: 10px;
  }
  .top article .join--links .box:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .top article .news--inner, .top article .column--inner {
    padding: 0;
    max-width: 90%;
    padding-bottom: 0;
  }
  .top article .news--inner .ct-title .en, .top article .column--inner .ct-title .en {
    font-size: 20px;
    font-size: 6.25vw;
    margin-right: 3%;
  }
  .top article .news--inner .ct-title h2, .top article .column--inner .ct-title h2 {
    font-size: 12px;
    font-size: 3.75vw;
  }
  .top article .news--inner--wrap, .top article .column--inner--wrap {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .top article .news--inner--wrap:after, .top article .column--inner--wrap:after {
    height: 252px;
    right: -6%;
    bottom: -26vw;
  }
  .top article .news--inner .view-more, .top article .column--inner .view-more {
    margin-top: 8vw;
  }
  .top article .news--inner .view-more .cmn-btn, .top article .column--inner .view-more .cmn-btn {
    margin-right: 2%;
  }
  .top article .news--inner .view-more .cmn-btn a, .top article .column--inner .view-more .cmn-btn a {
    font-size: 12px;
    font-size: 3.75vw;
  }
  .top article .news {
    padding-top: 55px;
  }
  .top article .news--inner--wrap .box {
    width: 50%;
  }
  .top article .news--inner--wrap .box a {
    padding: 15px 8%;
  }
  .top article .news--inner--wrap .box a:after {
    height: calc(100% - 30px);
  }
  .top article .news--inner--wrap .box a dl dt {
    font-size: 13px;
    font-size: 4.0625vw;
  }
  .top article .news--inner--wrap .box a dl dd {
    margin-top: 10px;
    max-width: 62px;
    font-size: 10px;
    font-size: 3.125vw;
  }
  .top article .news--inner--wrap .box a p {
    margin-top: 10px;
    font-size: 12px;
    font-size: 3.75vw;
  }
  .top article .news--inner--wrap .box:nth-of-type(even) a:after {
    display: none;
  }
  .top article .news--inner--wrap .box:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .top article .column {
    padding-top: 15vw;
  }
  .top article .column--inner--wrap {
    flex-wrap: wrap;
  }
  .top article .column--inner--wrap .box {
    width: 48%;
  }
  .top article .column--inner--wrap .box a .text {
    padding: 15px 5%;
  }
  .top article .column--inner--wrap .box a .text p {
    font-size: 14px;
    font-size: 4.375vw;
  }
  .top article .column--inner--wrap .box a .text .tag {
    margin-top: 15px;
    padding-top: 15px;
  }
  .top article .column--inner--wrap .box a .text .tag li {
    font-size: 11px;
    font-size: 3.4375vw;
  }
  .top article .column--inner--wrap .box a .text .date {
    margin-top: 10px;
    font-size: 11px;
    font-size: 3.4375vw;
  }
  .top article .column--inner--wrap .box:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .top article .contact {
    margin-top: 80px;
  }
  .top article .contact .image {
    height: 200px;
  }
  .top article .contact--inner {
    margin-top: 50px;
  }
}
.philosophy article {
  overflow: hidden;
}
.philosophy article .philosophy-title {
  color: #fa3e00;
  display: inline-block;
}
.philosophy article .philosophy-title--inner {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
.philosophy article .philosophy-title--inner:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  border-bottom: 1px solid #fa3e00;
}
.philosophy article .philosophy-title .en, .philosophy article .philosophy-title h3 {
  line-height: 1.0;
}
.philosophy article .philosophy-title .en {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: .04em;
  font-size: 4.0rem;
}
.philosophy article .philosophy-title h3 {
  font-weight: bold;
  margin-top: 20px;
  font-size: 1.8rem;
}
.philosophy article .main:before {
  background-color: #efefef;
}
.philosophy article .mission {
  margin-top: 175px;
}
.philosophy article .mission--inner {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #f9f9f9;
  position: relative;
  padding: 115px 0 80px 0;
}
.philosophy article .mission--inner .philosophy-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}
.philosophy article .mission--inner p {
  text-align: center;
  font-weight: bold;
  color: #fa3e00;
  font-size: 2.2rem;
}
.philosophy article .value {
  margin-top: 80px;
}
.philosophy article .value--inner {
  max-width: 1080px;
  margin: 0 auto;
  border: 1px solid #fa3e00;
  position: relative;
  padding: 140px 0 85px 0;
}
.philosophy article .value--inner .philosophy-title {
  padding: 0 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  top: -20px;
}
.philosophy article .value--inner--wrap dl {
  position: relative;
  text-align: center;
  padding-bottom: 33px;
}
.philosophy article .value--inner--wrap dl:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  border-bottom: 1px dashed #fa3e00;
}
.philosophy article .value--inner--wrap dl dt, .philosophy article .value--inner--wrap dl dd {
  line-height: 1.0;
  font-weight: bold;
}
.philosophy article .value--inner--wrap dl dt {
  font-family: "Roboto", sans-serif;
  color: #fa3e00;
  font-size: 2.8rem;
}
.philosophy article .value--inner--wrap dl dd {
  font-size: 1.6rem;
  color: #403f41;
  margin-top: 25px;
}
.philosophy article .value--inner--wrap dl:nth-of-type(n+2) {
  margin-top: 30px;
}
.philosophy article .value--inner--wrap dl:last-child {
  padding-bottom: 0;
}
.philosophy article .value--inner--wrap dl:last-child:after {
  display: none;
}
.philosophy article .images {
  margin-top: 140px;
}
.philosophy article .images ul {
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
}
.philosophy article .images ul:before {
  content: '';
  display: block;
  padding-top: 77.592592592%;
}
.philosophy article .images ul li {
  position: absolute;
}
.philosophy article .images ul li img {
  width: 100%;
}
.philosophy article .images ul li.img01 {
  left: 0;
  top: 0;
  width: 34.8148%;
}
.philosophy article .images ul li.img02 {
  left: 37.68518%;
  top: 0;
  width: 34.9074%;
}
.philosophy article .images ul li.img03 {
  right: 0;
  top: 0;
  width: 24.9074%;
}
.philosophy article .images ul li.img04 {
  top: 51.7899%;
  left: 0;
  width: 34.9074%;
}
.philosophy article .images ul li.img05 {
  top: 25.89498%;
  left: 37.68518%;
  width: 24.9074%;
}
.philosophy article .images ul li.img06 {
  right: 0;
  top: 25.894988%;
  width: 34.9074%;
}
.philosophy article .images ul li.img07 {
  bottom: 0;
  left: 0;
  width: 24.9074%;
}
.philosophy article .images ul li.img08 {
  bottom: 0;
  left: 27.59259%;
  width: 34.9074%;
}
.philosophy article .images ul li.img09 {
  bottom: 0;
  right: 0;
  width: 34.8148%;
}
.philosophy article .vision {
  margin-top: 70px;
}
.philosophy article .vision .philosophy-title {
  display: block;
  text-align: center;
}
.philosophy article .vision .philosophy-title--inner {
  padding-bottom: 0;
}
.philosophy article .vision .philosophy-title--inner:after {
  display: none;
}
.philosophy article .vision--contents {
  margin-top: 70px;
}
.philosophy article .vision--contents h3 {
  text-align: center;
  font-weight: bold;
  color: #403f41;
  line-height: 2.0;
  font-size: 1.6rem;
}
.philosophy article .vision--contents p {
  max-width: 818px;
  margin: 45px auto 0 auto;
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .philosophy article .mission {
    padding: 0 2%;
  }
  .philosophy article .mission--inner {
    padding: 115px 5% 80px 5%;
  }
  .philosophy article .value {
    padding: 0 2%;
  }
  .philosophy article .value--inner {
    padding: 140px 5% 85px 5%;
  }
  .philosophy article .value--inner--wrap dl dt, .philosophy article .value--inner--wrap dl dd {
    line-height: 1.4;
  }
  .philosophy article .value--inner--wrap dl dd {
    font-size: 1.4rem;
  }
  .philosophy article .vision {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .philosophy article .philosophy-title--inner {
    padding-bottom: 15px;
  }
  .philosophy article .philosophy-title--inner:after {
    width: 65px;
  }
  .philosophy article .philosophy-title .en {
    font-size: 28px;
    font-size: 8.75vw;
  }
  .philosophy article .philosophy-title h3 {
    margin-top: 15px;
    font-size: 16px;
    font-size: 5vw;
  }
  .philosophy article .mission {
    margin-top: 80px;
    padding: 0;
  }
  .philosophy article .mission--inner {
    max-width: 90%;
    padding: 90px 5% 40px 5%;
  }
  .philosophy article .mission--inner .philosophy-title {
    top: -5vw;
  }
  .philosophy article .mission--inner p {
    font-size: 18px;
    font-size: 5.625vw;
  }
  .philosophy article .value {
    margin-top: 40px;
    padding: 0;
  }
  .philosophy article .value--inner {
    max-width: 90%;
    padding: 100px 0 45px 0;
  }
  .philosophy article .value--inner .philosophy-title {
    top: -5vw;
  }
  .philosophy article .value--inner--wrap dl {
    padding-bottom: 20px;
  }
  .philosophy article .value--inner--wrap dl:after {
    width: 40px;
  }
  .philosophy article .value--inner--wrap dl dt {
    font-size: 24px;
    font-size: 7.5vw;
  }
  .philosophy article .value--inner--wrap dl dd {
    font-size: 14px;
    font-size: 4.375vw;
    line-height: 1.6;
    max-width: 90%;
    margin: 15px auto 0 auto;
  }
  .philosophy article .value--inner--wrap dl:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .philosophy article .images {
    margin-top: 70px;
  }
  .philosophy article .images ul {
    max-width: 100%;
  }
  .philosophy article .vision {
    margin-top: 70px;
    padding: 0;
  }
  .philosophy article .vision--contents {
    margin-top: 35px;
  }
  .philosophy article .vision--contents h3 {
    font-size: 14px;
    font-size: 4.375vw;
  }
  .philosophy article .vision--contents p {
    max-width: 90%;
    margin: 25px auto 0 auto;
    font-size: 12px;
    font-size: 3.75vw;
  }
}
.topmessage article {
  overflow: hidden;
}
.topmessage article .main {
  padding-bottom: 90px;
}
.topmessage article .main:before {
  background-color: #efefef;
  z-index: 2;
}
.topmessage article .main:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fa3e00;
}
.topmessage article .main--inner {
  position: relative;
  z-index: 3;
}
.topmessage article .main--inner--title .en br {
  display: none;
}
.topmessage article .main--inner--image {
  position: relative;
}
.topmessage article .main--inner--image h3 {
  font-weight: bold;
  color: #fa3e00;
  font-size: 4.1rem;
  position: absolute;
  z-index: 1;
  top: 17.54%;
  left: 9.25%;
}
.topmessage article .main--inner .profile {
  margin-top: 35px;
  color: #fff;
}
.topmessage article .main--inner .profile dt, .topmessage article .main--inner .profile dd {
  line-height: 1.0;
  font-weight: bold;
}
.topmessage article .main--inner .profile dt {
  font-size: 1.6rem;
}
.topmessage article .main--inner .profile dd {
  font-size: 2.0rem;
  margin-top: 20px;
}
.topmessage article .message {
  margin-top: 110px;
}
.topmessage article .message--inner {
  max-width: 1080px;
  margin: 0 auto;
}
.topmessage article .message--inner .box h4 {
  line-height: 1.0;
  color: #fa3e00;
  font-weight: bold;
  font-size: 1.8rem;
}
.topmessage article .message--inner .box p {
  line-height: 2.0;
  margin-top: 35px;
  font-size: 1.6rem;
  font-weight: bold;
}
.topmessage article .message--inner .box:nth-of-type(1) {
  padding-bottom: 95px;
  position: relative;
}
.topmessage article .message--inner .box:nth-of-type(1):before, .topmessage article .message--inner .box:nth-of-type(1):after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #000;
}
.topmessage article .message--inner .box:nth-of-type(1):before {
  width: 115px;
  left: 0;
  border-color: #fa3e00;
}
.topmessage article .message--inner .box:nth-of-type(1):after {
  width: calc(100% - 115px);
  left: 115px;
  border-color: #808080;
}
.topmessage article .message--inner .box:nth-of-type(n+2) {
  margin-top: 85px;
}
.topmessage article .member {
  margin-top: 150px;
  position: relative;
}
.topmessage article .member:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 348px;
  background-color: #efefef;
  z-index: -1;
}
.topmessage article .member--inner {
  max-width: 1080px;
  padding-top: 97px;
  margin: 0 auto;
}
.topmessage article .member--inner--title {
  display: flex;
  align-items: center;
}
.topmessage article .member--inner--title .en, .topmessage article .member--inner--title h3 {
  line-height: 1.0;
  color: #fa3e00;
  font-weight: bold;
}
.topmessage article .member--inner--title .en {
  font-family: "Roboto", sans-serif;
  font-size: 4.0rem;
  margin-right: 33px;
}
.topmessage article .member--inner--title h3 {
  font-size: 1.8rem;
  margin-top: 5px;
}
.topmessage article .member--inner--wrap {
  margin-top: 83px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topmessage article .member--inner--wrap .box {
  width: 47.5%;
}
.topmessage article .member--inner--wrap .box .image {
  position: relative;
  overflow: hidden;
}
.topmessage article .member--inner--wrap .box .image .name {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  line-height: 0.7;
  color: #fff;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 4.0rem;
  z-index: 1;
}
.topmessage article .member--inner--wrap .box .text {
  margin-top: 40px;
}
.topmessage article .member--inner--wrap .box .text dl {
  display: flex;
  align-items: center;
}
.topmessage article .member--inner--wrap .box .text dl dt, .topmessage article .member--inner--wrap .box .text dl dd {
  line-height: 1.0;
  font-weight: bold;
}
.topmessage article .member--inner--wrap .box .text dl dt {
  margin-right: 25px;
  margin-top: 3px;
  color: #fa3e00;
  font-size: 1.6rem;
}
.topmessage article .member--inner--wrap .box .text dl dd {
  font-size: 2.0rem;
}
.topmessage article .member--inner--wrap .box .text p {
  margin-top: 30px;
  max-width: 93%;
  line-height: 2.0;
  font-weight: bold;
  font-size: 1.4rem;
}
.topmessage article .member--inner--wrap .box:nth-of-type(n+3) {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .topmessage article .main--inner--title .en {
    line-height: 1.4;
  }
  .topmessage article .main--inner--title .en br {
    display: block;
  }
  .topmessage article .main--inner .profile {
    padding: 0 2%;
  }
  .topmessage article .message--inner {
    padding: 0 2%;
  }
  .topmessage article .member--inner {
    padding: 97px 2% 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .topmessage article .main {
    padding-bottom: 45px;
  }
  .topmessage article .main--inner--title .en {
    letter-spacing: 0.05em;
  }
  .topmessage article .main--inner--image h3 {
    font-size: 18px;
    font-size: 5.625vw;
    line-height: 1.4;
    top: 17.54%;
    left: 3.5%;
  }
  .topmessage article .main--inner .profile {
    margin-top: 25px;
    padding: 0;
  }
  .topmessage article .main--inner .profile dt {
    font-size: 14px;
    font-size: 4.375vw;
  }
  .topmessage article .main--inner .profile dd {
    font-size: 18px;
    font-size: 5.625vw;
    margin-top: 15px;
  }
  .topmessage article .message {
    margin-top: 55px;
  }
  .topmessage article .message--inner {
    max-width: 90%;
    padding: 0;
  }
  .topmessage article .message--inner .box h4 {
    line-height: 1.6;
    font-size: 16px;
    font-size: 5vw;
  }
  .topmessage article .message--inner .box p {
    margin-top: 25px;
    font-size: 12px;
    font-size: 3.75vw;
  }
  .topmessage article .message--inner .box:nth-of-type(1) {
    padding-bottom: 45px;
  }
  .topmessage article .message--inner .box:nth-of-type(1):before {
    width: 25%;
  }
  .topmessage article .message--inner .box:nth-of-type(1):after {
    width: calc(100% - 25%);
    left: 25%;
  }
  .topmessage article .message--inner .box:nth-of-type(n+2) {
    margin-top: 45px;
  }
  .topmessage article .member {
    margin-top: 75px;
  }
  .topmessage article .member:before {
    height: 75vw;
  }
  .topmessage article .member--inner {
    padding: 0;
    max-width: 90%;
    padding-top: 45px;
  }
  .topmessage article .member--inner--title {
    display: block;
  }
  .topmessage article .member--inner--title .en {
    font-size: 30px;
    font-size: 9.375vw;
    margin-right: 0;
  }
  .topmessage article .member--inner--title h3 {
    font-size: 16px;
    font-size: 5vw;
    margin-top: 15px;
  }
  .topmessage article .member--inner--wrap {
    margin-top: 40px;
    display: block;
  }
  .topmessage article .member--inner--wrap .box {
    width: 100%;
  }
  .topmessage article .member--inner--wrap .box .image .name {
    font-size: 30px;
    font-size: 9.375vw;
  }
  .topmessage article .member--inner--wrap .box .text {
    margin-top: 40px;
  }
  .topmessage article .member--inner--wrap .box .text dl dt {
    margin-right: 15px;
    font-size: 14px;
    font-size: 4.375vw;
  }
  .topmessage article .member--inner--wrap .box .text dl dd {
    font-size: 18px;
    font-size: 5.625vw;
  }
  .topmessage article .member--inner--wrap .box .text p {
    margin-top: 15px;
    max-width: 100%;
    font-size: 12px;
    font-size: 3.75vw;
  }
  .topmessage article .member--inner--wrap .box:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .topmessage article .member--inner--wrap .box:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
.outline article {
  overflow: hidden;
}
.outline article .outline-title .en, .outline article .outline-title h3 {
  line-height: 1.0;
  font-weight: bold;
  color: #fa3e00;
}
.outline article .outline-title .en {
  font-family: "Roboto", sans-serif;
  font-size: 3.5rem;
}
.outline article .outline-title h3 {
  font-size: 1.8rem;
  margin-top: 20px;
}
.outline article .main:before {
  background-color: #efefef;
}
.outline article .profile {
  margin-top: 145px;
}
.outline article .profile--inner {
  max-width: 814px;
  margin: 0 auto;
}
.outline article .profile--inner--table {
  margin-top: 65px;
}
.outline article .profile--inner--table dl {
  display: flex;
  position: relative;
}
.outline article .profile--inner--table dl dt, .outline article .profile--inner--table dl dd {
  padding-bottom: 15px;
  font-weight: bold;
}
.outline article .profile--inner--table dl dt {
  color: #fa3e00;
  font-size: 1.5rem;
  width: 120px;
  border-bottom: 1px solid #fa3e00;
}
.outline article .profile--inner--table dl dd {
  font-size: 1.4rem;
  width: calc(100% - 120px);
  border-bottom: 1px solid #808080;
  padding-left: 15px;
}
.outline article .profile--inner--table dl:nth-of-type(n+2) {
  margin-top: 20px;
}
.outline article .profile--inner--group {
  margin-top: 50px;
}
.outline article .profile--inner--group h4 {
  line-height: 1.0;
  font-weight: bold;
  color: #fa3e00;
  padding-bottom: 15px;
  border-bottom: 1px solid #fa3e00;
  font-size: 1.6rem;
}
.outline article .profile--inner--group--wrap {
  margin-top: 15px;
}
.outline article .profile--inner--group--wrap dl dt, .outline article .profile--inner--group--wrap dl dd {
  font-weight: bold;
  font-size: 1.4rem;
}
.outline article .profile--inner--group--wrap dl dt {
  color: #fa3e00;
  line-height: 1.0;
}
.outline article .profile--inner--group--wrap dl dt a {
  color: #fa3e00;
  text-decoration: underline;
}
.outline article .profile--inner--group--wrap dl dt a:hover {
  text-decoration: none;
}
.outline article .profile--inner--group--wrap dl dd {
  margin-top: 10px;
}
.outline article .profile--inner--group--wrap dl:nth-of-type(n+2) {
  margin-top: 45px;
}
.outline article .access {
  margin-top: 160px;
}
.outline article .access--inner {
  max-width: 814px;
  margin: 0 auto;
}
.outline article .access--inner .map {
  margin-top: 40px;
  height: 580px;
}
.outline article .access--inner .map iframe {
  width: 100%;
  height: 100%;
}
.outline article .access--inner small {
  display: block;
  text-align: right;
  line-height: 1.0;
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.4rem;
}
.outline article .slide {
  margin-top: 130px;
}
.outline article .slide ul li {
  width: 806px !important;
  margin: 0 32px;
  outline: none;
}
.outline article .history {
  margin-top: 110px;
}
.outline article .history--inner {
  max-width: 804px;
  margin: 0 auto;
}
.outline article .history--inner--table {
  margin-top: 65px;
}
.outline article .history--inner--table dl {
  display: flex;
  position: relative;
}
.outline article .history--inner--table dl dt, .outline article .history--inner--table dl dd {
  padding-bottom: 15px;
  font-weight: bold;
}
.outline article .history--inner--table dl dt {
  color: #fa3e00;
  font-size: 1.5rem;
  width: 120px;
  border-bottom: 1px solid #fa3e00;
}
.outline article .history--inner--table dl dd {
  font-size: 1.4rem;
  width: calc(100% - 120px);
  border-bottom: 1px solid #808080;
  padding-left: 15px;
}
.outline article .history--inner--table dl:nth-of-type(n+2) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .outline article .profile--inner {
    padding: 0 2%;
  }
  .outline article .access--inner {
    padding: 0 2%;
  }
  .outline article .slide {
    margin-top: 130px;
  }
  .outline article .slide ul li {
    width: 550px !important;
    margin: 0 30px;
  }
  .outline article .history--inner {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .outline article .outline-title .en {
    font-size: 26px;
    font-size: 8.125vw;
  }
  .outline article .outline-title h3 {
    font-size: 16px;
    font-size: 5vw;
    margin-top: 15px;
  }
  .outline article .profile {
    margin-top: 70px;
  }
  .outline article .profile--inner {
    max-width: 90%;
    padding: 0;
  }
  .outline article .profile--inner--table {
    margin-top: 35px;
  }
  .outline article .profile--inner--table dl dt, .outline article .profile--inner--table dl dd {
    padding-bottom: 10px;
  }
  .outline article .profile--inner--table dl dt {
    font-size: 13px;
    font-size: 4.0625vw;
    width: 100px;
  }
  .outline article .profile--inner--table dl dd {
    font-size: 12px;
    font-size: 3.75vw;
    width: calc(100% - 100px);
  }
  .outline article .profile--inner--table dl:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .outline article .profile--inner--group {
    margin-top: 45px;
  }
  .outline article .profile--inner--group h4 {
    font-size: 14px;
    font-size: 4.375vw;
  }
  .outline article .profile--inner--group--wrap {
    margin-top: 25px;
  }
  .outline article .profile--inner--group--wrap dl dt, .outline article .profile--inner--group--wrap dl dd {
    font-size: 12px;
    font-size: 3.75vw;
  }
  .outline article .profile--inner--group--wrap dl:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .outline article .access {
    margin-top: 80px;
  }
  .outline article .access--inner {
    padding: 0;
    max-width: 90%;
  }
  .outline article .access--inner .map {
    margin-top: 20px;
    height: 250px;
  }
  .outline article .access--inner small {
    margin-top: 10px;
    font-size: 12px;
    font-size: 3.75vw;
  }
  .outline article .slide {
    margin-top: 60px;
  }
  .outline article .slide ul li {
    width: 250px !important;
    margin: 0 15px;
  }
  .outline article .history {
    margin-top: 60px;
  }
  .outline article .history--inner {
    max-width: 90%;
  }
  .outline article .history--inner--table {
    margin-top: 35px;
  }
  .outline article .history--inner--table dl dt, .outline article .history--inner--table dl dd {
    padding-bottom: 10px;
  }
  .outline article .history--inner--table dl dt {
    font-size: 13px;
    font-size: 4.0625vw;
    width: 100px;
  }
  .outline article .history--inner--table dl dd {
    font-size: 12px;
    font-size: 3.75vw;
    width: calc(100% - 100px);
  }
  .outline article .history--inner--table dl:nth-of-type(n+2) {
    margin-top: 15px;
  }
}
.value article {
  overflow: hidden;
}
.value article .main:before {
  background-color: #fa3e00;
}
.value article .main--inner--title .category:before {
  background-color: #fff;
}
.value article .main--inner--title .category, .value article .main--inner--title .en, .value article .main--inner--title h2 {
  color: #fff;
}
.value article .community {
  margin-top: 165px;
  text-align: center;
  position: relative;
}
.value article .community:before {
  content: '';
  display: block;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 1083px;
  height: 511px;
  background: url("../images/service/value/img-back01.png") no-repeat 0/cover;
  z-index: -1;
}
.value article .community .title img {
  max-width: 425px;
}
.value article .community p {
  margin-top: 50px;
  color: #fa3e00;
  line-height: 2.2;
  font-weight: bold;
  font-size: 1.8rem;
}
.value article .community small {
  margin-top: 55px;
  font-family: "Nunito", sans-serif;
  display: block;
  color: #fa3e00;
  line-height: 2.0;
  font-size: 1.3rem;
}
.value article .community .logo {
  margin-top: 35px;
}
.value article .community .logo img {
  max-width: 112px;
}
.value article .solutions {
  margin-top: 300px;
  position: relative;
  background-color: #fff5f2;
  padding-top: 100px;
  padding-bottom: 65px;
}
.value article .solutions--title {
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
}
.value article .solutions--title .en, .value article .solutions--title h3 {
  font-weight: bold;
  line-height: 1.0;
  color: #fa3e00;
}
.value article .solutions--title .en {
  font-family: "Roboto", sans-serif;
  font-size: 5.4rem;
}
.value article .solutions--title h3 {
  font-size: 1.6rem;
  margin-top: 25px;
}
.value article .solutions--inner {
  max-width: 814px;
  margin: 0 auto;
}
.value article .solutions--inner p {
  font-weight: bold;
  line-height: 2.0;
}
.value article .solutions--inner p.upper {
  font-size: 1.5rem;
}
.value article .solutions--inner p.under {
  font-size: 1.4rem;
  margin-top: 160px;
}
.value article .solutions--inner figure {
  min-width: 814px;
  margin-top: 85px;
  position: relative;
}
.value article .solutions--inner figure .text {
  position: absolute;
  z-index: 1;
  display: inline-block;
}
.value article .solutions--inner figure .text .en, .value article .solutions--inner figure .text h4, .value article .solutions--inner figure .text li {
  font-weight: bold;
  line-height: 1.0;
}
.value article .solutions--inner figure .text .en {
  font-family: "Roboto", sans-serif;
  color: #fa3e00;
  font-size: 2.7rem;
}
.value article .solutions--inner figure .text h4 {
  margin-top: 25px;
  font-size: 1.5rem;
  color: #fa3e00;
}
.value article .solutions--inner figure .text ul {
  margin-top: 18px;
}
.value article .solutions--inner figure .text ul li {
  font-size: 1.3rem;
}
.value article .solutions--inner figure .text ul li:nth-of-type(n+2) {
  margin-top: 8px;
}
.value article .solutions--inner figure .text.t01 {
  top: 11px;
  left: 0;
}
.value article .solutions--inner figure .text.t02 {
  top: 11px;
  right: 0;
  text-align: right;
}
.value article .solutions--inner figure .text.t02 h4 {
  display: inline-block;
}
.value article .solutions--inner figure .text.t02 ul {
  width: 165px;
  text-align: left;
  margin: 18px 0 0 auto;
}
.value article .solutions--inner figure .text.t03 {
  bottom: -102px;
  left: 60px;
}
.value article .solution--inner {
  max-width: 1080px;
  margin: 0 auto;
}
.value article .solution--inner--main {
  display: flex;
  justify-content: space-between;
}
.value article .solution--inner--main .image {
  width: 25%;
  max-width: 270px;
}
.value article .solution--inner--main .text {
  width: 70%;
}
.value article .solution--inner--main .text--title {
  display: flex;
  align-items: flex-end;
  color: #fa3e00;
  padding-bottom: 45px;
  border-bottom: 1px solid #fa3e00;
}
.value article .solution--inner--main .text--title .en, .value article .solution--inner--main .text--title h3 {
  font-weight: bold;
}
.value article .solution--inner--main .text--title .en {
  line-height: 0.9;
  font-family: "Roboto", sans-serif;
  margin-right: 20px;
  font-size: 4.0rem;
}
.value article .solution--inner--main .text--title h3 {
  font-size: 1.8rem;
}
.value article .solution--inner--main .text--contents {
  margin-top: 55px;
}
.value article .solution--inner--main .text--contents h4, .value article .solution--inner--main .text--contents p {
  font-weight: bold;
}
.value article .solution--inner--main .text--contents h4 {
  font-size: 1.8rem;
}
.value article .solution--inner--main .text--contents p {
  font-size: 1.4rem;
  line-height: 2.0;
  margin-top: 30px;
  word-break: normal;
}
.value article .solution--inner figure {
  width: 100%;
  margin-top: 75px;
}
.value article .solution--inner .cmn-btn {
  max-width: 317px;
  margin: 90px auto 0 auto;
}
.value article .solution--inner .cmn-btn a {
  background-color: #fff;
  border-color: #fa3e00;
  color: #fa3e00;
}
.value article .solution--inner .cmn-btn a:after {
  background-image: url("../images/common/img-cmn-arrow_orange.png");
}
.value article .solution--inner .cmn-btn a:hover {
  background-color: #fa3e00;
  color: #fff;
}
.value article .solution01 {
  margin-top: 205px;
}
.value article .solution01 .solution--inner figure {
  margin: 75px 0 0 auto;
}
.value article .solution01 .solution--inner figure img {
  width: 100%;
}
.value article .solution02 {
  margin-top: 130px;
  position: relative;
  background-color: #f9f9f9;
  padding: 140px 0 80px 0;
}
.value article .solution02:before, .value article .solution02:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/service/value/img-plus.png") no-repeat center/cover;
  width: 35px;
  height: 36px;
  z-index: 1;
}
.value article .solution02:before {
  top: -20px;
}
.value article .solution02:after {
  bottom: -18px;
}
.value article .solution02 .solution--inner--main {
  flex-direction: row-reverse;
}
.value article .solution02 .solution--inner figure img {
  width: 100%;
}
.value article .solution02 .solution--inner .cmn-btn {
  margin-top: 145px;
}
.value article .solution03 {
  margin-top: 145px;
}
.value article .owned {
  margin-top: 110px;
}
.value article .owned--inner {
  max-width: 1080px;
  margin: 0 auto;
}
.value article .owned--inner--title {
  background-color: #fa3e00;
  line-height: 1.0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 3.0rem;
  padding: 15px 0;
  letter-spacing: .04em;
  color: #fff;
}
.value article .owned--inner--wrap {
  max-width: 980px;
  margin: 60px auto 0 auto;
}
.value article .owned--inner--wrap--block .title {
  position: relative;
  text-align: center;
}
.value article .owned--inner--wrap--block .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  border-top: 1px solid #fa3e00;
  top: 50%;
  left: 0;
  z-index: 1;
}
.value article .owned--inner--wrap--block .title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #fff;
  line-height: 1.0;
  font-family: "Roboto", sans-serif;
  color: #fa3e00;
  font-weight: bold;
  letter-spacing: .02em;
  font-size: 3.0rem;
}
.value article .owned--inner--wrap--block .list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.value article .owned--inner--wrap--block .list .box {
  max-width: 198px;
  width: 20.2%;
}
.value article .owned--inner--wrap--block .list .box .image {
  text-align: center;
}
.value article .owned--inner--wrap--block .list .box .image img {
  max-width: 188px;
}
.value article .owned--inner--wrap--block .list .box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.value article .owned--inner--wrap--block .list .box ul li.insta img {
  max-width: 38px;
}
.value article .owned--inner--wrap--block .list .box ul li.youtube img {
  max-width: 82px;
}
.value article .owned--inner--wrap--block .list .box ul li.tw img {
  max-width: 26px;
}
.value article .owned--inner--wrap--block .list .box ul li.www img {
  max-width: 25px;
}
.value article .owned--inner--wrap--block .list .box ul li.soon a {
  pointer-events: none;
  display: inline;
}
.value article .owned--inner--wrap--block .list .box ul.all {
  justify-content: space-between;
}
.value article .owned--inner--wrap--block .list .box ul.two li:nth-of-type(1) {
  margin-right: 12px;
}
.value article .owned--inner--wrap--block .list .box ul.three {
  max-width: 170px;
  margin: 20px auto 0 auto;
  justify-content: space-between;
}
.value article .owned--inner--wrap--block .list .box .soontxt {
  margin-top: 8px;
  line-height: 1.0;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #fa3e00;
  font-size: 1.8rem;
}
.value article .owned--inner--wrap--block:nth-of-type(1) .title span {
  padding: 0 20px;
}
.value article .owned--inner--wrap--block:nth-of-type(2) .title span {
  padding: 0 35px;
}
.value article .owned--inner--wrap--block:nth-of-type(n+2) {
  margin-top: 90px;
}
.value article .owned--inner .cmn-btn {
  margin: 50px auto 0 auto;
  max-width: 317px;
}
.value article .owned--inner .cmn-btn a {
  background-color: #fff;
  border-color: #fa3e00;
  color: #fa3e00;
}
.value article .owned--inner .cmn-btn a:after {
  background-image: url("../images/common/img-cmn-arrow_orange.png");
}
.value article .owned--inner .cmn-btn a:hover {
  background-color: #fa3e00;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .value article .solutions--inner {
    padding: 0 2%;
  }
  .value article .solutions--inner p {
    font-weight: bold;
    line-height: 2.0;
  }
  .value article .solutions--inner p.upper {
    font-size: 1.5rem;
  }
  .value article .solutions--inner p.under {
    font-size: 1.4rem;
    margin-top: 160px;
  }
  .value article .solutions--inner figure {
    transform: scale(0.9);
    transform-origin: left top;
  }
  .value article .solution--inner {
    padding: 0 2%;
  }
  .value article .solution--inner--main .text--title {
    display: block;
  }
  .value article .solution--inner--main .text--title .en {
    margin-right: 0;
    font-size: 3.6rem;
  }
  .value article .solution--inner--main .text--title h3 {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .value article .solution--inner figure img {
    width: 100% !important;
  }
  .value article .owned--inner {
    padding: 0 2%;
  }
  .value article .owned--inner--wrap--block .list {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .value article .owned--inner--wrap--block .list .box {
    max-width: none;
    width: 23%;
  }
}
@media screen and (max-width: 767px) {
  .value article .community {
    margin-top: 80px;
  }
  .value article .community:before {
    content: '';
    display: block;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 1083px;
    height: 511px;
    background: url("../images/service/value/img-back01.png") no-repeat 0/cover;
    z-index: -1;
  }
  .value article .community .title {
    max-width: 60%;
    margin: 0 auto;
  }
  .value article .community .title img {
    max-width: 100%;
  }
  .value article .community p {
    margin-top: 25px;
    line-height: 2.0;
    font-size: 15px;
    font-size: 4.6875vw;
  }
  .value article .community small {
    margin-top: 25px;
    line-height: 1.8;
    font-size: 11px;
    font-size: 3.4375vw;
  }
  .value article .community .logo {
    margin-top: 20px;
  }
  .value article .community .logo img {
    max-width: 25%;
  }
  .value article .solutions {
    margin-top: 150px;
    padding-top: 80px;
    padding-bottom: 35px;
  }
  .value article .solutions--title {
    top: -15px;
    width: 100%;
  }
  .value article .solutions--title .en {
    font-size: 30px;
    font-size: 9.375vw;
  }
  .value article .solutions--title h3 {
    font-size: 14px;
    font-size: 4.375vw;
    margin-top: 15px;
    white-space: nowrap;
  }
  .value article .solutions--inner {
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .value article .solutions--inner p {
    font-weight: bold;
    line-height: 2.0;
  }
  .value article .solutions--inner p.upper {
    font-size: 13px;
    font-size: 4.0625vw;
  }
  .value article .solutions--inner p.under {
    font-size: 12px;
    font-size: 3.75vw;
    margin-top: 50px;
  }
  .value article .solutions--inner figure {
    min-width: 100%;
    transform: scale(1);
    width: 100%;
    margin-top: 25px;
    position: relative;
  }
  .value article .solutions--inner figure .back {
    max-width: 80%;
    margin: 0 auto;
  }
  .value article .solutions--inner figure .text {
    position: static;
    margin-top: 30px;
    display: block !important;
  }
  .value article .solutions--inner figure .text .en {
    font-size: 20px;
    font-size: 6.25vw;
    padding-bottom: 10px;
    border-bottom: 1px solid #fa3e00;
  }
  .value article .solutions--inner figure .text h4 {
    margin-top: 15px;
    font-size: 13px;
    font-size: 4.0625vw;
  }
  .value article .solutions--inner figure .text ul {
    margin-top: 10px;
  }
  .value article .solutions--inner figure .text ul li {
    font-size: 11px;
    font-size: 3.4375vw;
    line-height: 1.4;
  }
  .value article .solutions--inner figure .text ul li:nth-of-type(n+2) {
    margin-top: 5px;
  }
  .value article .solutions--inner figure .text.t01 {
    margin-top: 40px;
  }
  .value article .solutions--inner figure .text.t02 {
    text-align: left;
  }
  .value article .solutions--inner figure .text.t02 h4 {
    display: block;
  }
  .value article .solutions--inner figure .text.t02 ul {
    width: 100%;
    margin: 10px 0 0 auto;
  }
  .value article .solutions--inner figure .text.t03 ul li:nth-of-type(1), .value article .solutions--inner figure .text.t03 ul li:nth-of-type(2) {
    display: inline;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .value article .solution--inner {
    max-width: 90%;
    padding: 0;
  }
  .value article .solution--inner--main {
    display: block;
  }
  .value article .solution--inner--main .image {
    width: 45%;
    max-width: none;
    margin: 0 auto;
  }
  .value article .solution--inner--main .text {
    width: 100%;
    margin-top: 30px;
  }
  .value article .solution--inner--main .text--title {
    padding-bottom: 15px;
  }
  .value article .solution--inner--main .text--title .en {
    font-size: 26px;
    font-size: 8.125vw;
  }
  .value article .solution--inner--main .text--title h3 {
    font-size: 14px;
    font-size: 4.375vw;
  }
  .value article .solution--inner--main .text--contents {
    margin-top: 25px;
  }
  .value article .solution--inner--main .text--contents h4 {
    font-size: 14px;
    font-size: 4.375vw;
  }
  .value article .solution--inner--main .text--contents p {
    font-size: 12px;
    font-size: 3.75vw;
    margin-top: 15px;
  }
  .value article .solution--inner .sp {
    margin-top: 20px;
    text-align: right;
    font-size: 10px;
    font-size: 3.125vw;
    font-weight: bold;
  }
  .value article .solution--inner figure {
    width: 100%;
    margin-top: 15px !important;
    overflow-x: scroll;
  }
  .value article .solution--inner figure img {
    display: block;
    width: auto !important;
    max-width: none;
  }
  .value article .solution--inner .cmn-btn {
    max-width: 90%;
    margin: 45px auto 0 auto;
  }
  .value article .solution--inner .cmn-btn a {
    font-size: 10px;
    font-size: 3.125vw;
  }
  .value article .solution01 {
    margin-top: 50px;
  }
  .value article .solution01 .solution--inner figure img {
    max-width: none;
    height: 300px;
  }
  .value article .solution02 {
    margin-top: 50px;
    padding: 60px 0 40px 0;
  }
  .value article .solution02 .solution--inner--main {
    flex-direction: row-reverse;
  }
  .value article .solution02 .solution--inner figure img {
    max-width: none;
    height: 450px;
  }
  .value article .solution02 .solution--inner .cmn-btn {
    margin-top: 45px;
  }
  .value article .solution03 {
    margin-top: 50px;
  }
  .value article .owned {
    margin-top: 70px;
  }
  .value article .owned--inner {
    padding: 0;
    max-width: 90%;
  }
  .value article .owned--inner--title {
    font-size: 20px;
    font-size: 6.25vw;
    padding: 10px 0;
  }
  .value article .owned--inner--wrap {
    max-width: 100%;
    margin: 30px auto 0 auto;
  }
  .value article .owned--inner--wrap--block .title span {
    font-size: 20px;
    font-size: 6.25vw;
  }
  .value article .owned--inner--wrap--block .list {
    margin-top: 25px;
    flex-wrap: wrap;
  }
  .value article .owned--inner--wrap--block .list .box {
    max-width: none;
    width: 48%;
  }
  .value article .owned--inner--wrap--block .list .box .image img {
    max-width: 90%;
  }
  .value article .owned--inner--wrap--block .list .box ul {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .value article .owned--inner--wrap--block .list .box ul li.insta img {
    max-width: 38px;
  }
  .value article .owned--inner--wrap--block .list .box ul li.youtube img {
    max-width: 82px;
  }
  .value article .owned--inner--wrap--block .list .box ul li.tw img {
    max-width: 26px;
  }
  .value article .owned--inner--wrap--block .list .box ul li.www img {
    max-width: 25px;
  }
  .value article .owned--inner--wrap--block .list .box ul.all {
    width: 80%;
    margin: 0 auto;
    justify-content: center;
  }
  .value article .owned--inner--wrap--block .list .box ul.all li:nth-of-type(n+3) {
    margin-top: 5px;
  }
  .value article .owned--inner--wrap--block .list .box ul.all li:nth-of-type(3) {
    margin-right: 8px;
  }
  .value article .owned--inner--wrap--block .list .box ul.two li:nth-of-type(1) {
    margin-right: 8px;
  }
  .value article .owned--inner--wrap--block .list .box ul.three {
    max-width: 100%;
    justify-content: center;
  }
  .value article .owned--inner--wrap--block .list .box ul.three li:nth-of-type(2) {
    margin: 0 2%;
  }
  .value article .owned--inner--wrap--block .list .box .soontxt {
    font-size: 15px;
    font-size: 4.6875vw;
  }
  .value article .owned--inner--wrap--block .list .box:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .value article .owned--inner--wrap--block:nth-of-type(1) .title span {
    padding: 0 15px;
  }
  .value article .owned--inner--wrap--block:nth-of-type(2) .title span {
    padding: 0 25px;
  }
  .value article .owned--inner--wrap--block:nth-of-type(n+2) {
    margin-top: 45px;
  }
  .value article .owned--inner .cmn-btn {
    margin: 45px auto 0 auto;
    max-width: 90%;
  }
  .value article .owned--inner .cmn-btn a {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
.list article {
  overflow: hidden;
}
.list article .main:before {
  background-color: #fa3e00;
}
.list article .main--inner--title .category:before {
  background-color: #fff;
}
.list article .main--inner--title .category, .list article .main--inner--title .en, .list article .main--inner--title h2 {
  color: #fff;
}
.list article .lead {
  margin-top: 145px;
}
.list article .lead--inner {
  max-width: 804px;
  margin: 0 auto;
}
.list article .lead--inner p {
  line-height: 2.0;
  font-weight: bold;
  font-size: 1.5rem;
}
.list article .contents {
  margin-top: 85px;
}
.list article .contents--inner {
  max-width: 1080px;
  margin: 0 auto;
}
.list article .contents--inner .block .trigger {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 260px;
  transition: all .3s ease-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.list article .contents--inner .block .trigger .num, .list article .contents--inner .block .trigger--title {
  position: absolute;
  z-index: 1;
}
.list article .contents--inner .block .trigger .num {
  left: 98px;
  top: 50%;
  transform: translateY(-50%);
}
.list article .contents--inner .block .trigger--title {
  color: #fff;
  display: inline-block;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list article .contents--inner .block .trigger--title .en, .list article .contents--inner .block .trigger--title h3 {
  line-height: 1.0;
  font-weight: bold;
}
.list article .contents--inner .block .trigger--title .en {
  letter-spacing: .02em;
  font-family: "Roboto", sans-serif;
  font-size: 4.0rem;
  white-space: nowrap;
}
.list article .contents--inner .block .trigger--title h3 {
  font-size: 1.5rem;
  margin-top: 13px;
}
.list article .contents--inner .block .trigger:before, .list article .contents--inner .block .trigger:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 44px;
  z-index: 2;
  transition: all .3s ease-out;
}
.list article .contents--inner .block .trigger:before {
  width: 28px;
  height: 8px;
}
.list article .contents--inner .block .trigger:after {
  width: 8px;
  height: 28px;
  margin-right: 10px;
}
.list article .contents--inner .block .trigger:hover {
  opacity: .8;
}
.list article .contents--inner .block .trigger.active:after {
  opacity: 0;
  margin-top: 20px;
}
.list article .contents--inner .block.b01 .trigger {
  background-image: url("../images/service/list/img-banner01.jpg");
}
.list article .contents--inner .block.b01 .trigger .num img {
  max-width: 65px;
}
.list article .contents--inner .block.b02 {
  margin-top: 60px;
}
.list article .contents--inner .block.b02 .trigger {
  background-image: url("../images/service/list/img-banner02.jpg");
}
.list article .contents--inner .block.b02 .trigger .num img {
  max-width: 75px;
}
.list article .contents--inner .block.b03 {
  margin-top: 60px;
}
.list article .contents--inner .block.b03 .trigger {
  background-image: url("../images/service/list/img-banner03.jpg");
}
.list article .contents--inner .block.b03 .trigger .num img {
  max-width: 75px;
}
.list article .contents--inner .block--contents {
  display: none;
  padding-top: 100px;
  padding-bottom: 95px;
  background-color: #f6f6f6;
}
.list article .contents--inner .block--contents--title {
  max-width: 804px;
  margin: 0 auto;
  position: relative;
}
.list article .contents--inner .block--contents--title:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  border-top: 1px solid #fa3e00;
  z-index: 1;
}
.list article .contents--inner .block--contents--title span {
  position: relative;
  z-index: 2;
  background-color: #f6f6f6;
  padding-right: 20px;
  display: inline-block;
  line-height: 1.0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #fa3e00;
  font-size: 4.0rem;
}
.list article .contents--inner .block--contents--title.title02 {
  margin-top: 120px;
}
.list article .contents--inner .block--contents--wrap .box {
  max-width: 804px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.list article .contents--inner .block--contents--wrap .box .logo {
  width: 30%;
}
.list article .contents--inner .block--contents--wrap .box .logo ul {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list article .contents--inner .block--contents--wrap .box .logo ul li.insta img {
  max-width: 38px;
}
.list article .contents--inner .block--contents--wrap .box .logo ul li.youtube img {
  max-width: 82px;
}
.list article .contents--inner .block--contents--wrap .box .logo ul li.tw img {
  max-width: 26px;
}
.list article .contents--inner .block--contents--wrap .box .logo ul li.www img {
  max-width: 25px;
}
.list article .contents--inner .block--contents--wrap .box .logo ul.all {
  justify-content: space-between;
  max-width: 200px;
  margin: 25px auto 0 auto;
}
.list article .contents--inner .block--contents--wrap .box .logo ul.two li:nth-of-type(1) {
  margin-right: 15px;
}
.list article .contents--inner .block--contents--wrap .box .logo ul.three {
  justify-content: space-between;
  max-width: 168px;
  margin: 25px auto 0 auto;
}
.list article .contents--inner .block--contents--wrap .box .logo small {
  display: block;
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  color: #fa3e00;
}
.list article .contents--inner .block--contents--wrap .box .logo small a {
  text-decoration: underline;
  color: #fa3e00;
}
.list article .contents--inner .block--contents--wrap .box .logo small a:hover {
  opacity: 1;
  text-decoration: none;
}
.list article .contents--inner .block--contents--wrap .box .text {
  width: 50%;
}
.list article .contents--inner .block--contents--wrap .box .text h4 {
  font-weight: bold;
  color: #fa3e00;
  font-size: 1.8rem;
}
.list article .contents--inner .block--contents--wrap .box .text h4 a {
  color: #fa3e00;
  text-decoration: underline;
}
.list article .contents--inner .block--contents--wrap .box .text h4 a:hover {
  opacity: 1;
  text-decoration: none;
}
.list article .contents--inner .block--contents--wrap .box .text p {
  margin-top: 25px;
  font-weight: bold;
  line-height: 1.8;
  font-size: 1.4rem;
}
.list article .contents--inner .block--contents--wrap .box .text .soontext {
  line-height: 1.0;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #fa3e00;
  margin-top: 20px;
  font-size: 1.6rem;
}
.list article .contents--inner .block--contents--wrap .box .text .writter {
  margin-top: 30px;
}
.list article .contents--inner .block--contents--wrap .box .text .writter--box {
  display: flex;
  align-items: center;
}
.list article .contents--inner .block--contents--wrap .box .text .writter--box .person {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.list article .contents--inner .block--contents--wrap .box .text .writter--box .person .image {
  margin-right: 13px;
}
.list article .contents--inner .block--contents--wrap .box .text .writter--box .person .image img {
  max-width: 40px;
}
.list article .contents--inner .block--contents--wrap .box .text .writter--box .person p {
  line-height: 1.4;
  margin-top: 0;
  font-size: 1.4rem;
}
.list article .contents--inner .block--contents--wrap .box .text .writter--box ul {
  display: flex;
  align-items: center;
}
.list article .contents--inner .block--contents--wrap .box .text .writter--box ul li.tw img {
  max-width: 27px;
}
.list article .contents--inner .block--contents--wrap .box .text .writter--box ul li.youtube img {
  max-width: 82px;
}
.list article .contents--inner .block--contents--wrap .box .text .writter--box ul li.insta img {
  max-width: 38px;
}
.list article .contents--inner .block--contents--wrap .box .text .writter--box ul li.note img {
  max-width: 78px;
}
.list article .contents--inner .block--contents--wrap .box .text .writter--box ul li.write img {
  max-width: 30px;
}
.list article .contents--inner .block--contents--wrap .box .text .writter--box ul li:nth-of-type(n+2) {
  margin-left: 15px;
}
.list article .contents--inner .block--contents--wrap .box .text .writter--box:nth-of-type(n+2) {
  margin-top: 7px;
}
.list article .contents--inner .block--contents--wrap .box .text .writter.all .writter--box {
  justify-content: space-between;
}
.list article .contents--inner .block--contents--wrap .box .text .writter.two .writter--box .person {
  min-width: 200px;
}
.list article .contents--inner .block--contents--wrap .box:nth-of-type(odd) {
  flex-direction: row-reverse;
  padding-right: 70px;
}
.list article .contents--inner .block--contents--wrap .box:nth-of-type(even) {
  padding-left: 70px;
}
.list article .contents--inner .block--contents--wrap .box:first-child {
  margin-top: 70px;
}
.list article .contents--inner .block--contents--wrap .box:nth-of-type(n+2) {
  margin-top: 90px;
  padding-top: 55px;
  border-top: 1px dashed #fa3e00;
}

@media screen and (max-width: 768px) {
  .list article .lead--inner {
    padding: 0 2%;
  }
  .list article .contents--inner {
    padding: 0 2%;
  }
  .list article .contents--inner .block .trigger .num {
    left: 50px;
  }
  .list article .contents--inner .block--contents {
    padding-left: 2%;
    padding-right: 2%;
  }
  .list article .contents--inner .block--contents--wrap .box .text h4 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .list article .lead {
    margin-top: 70px;
  }
  .list article .lead--inner {
    max-width: 90%;
    padding: 0;
  }
  .list article .lead--inner p {
    font-size: 13px;
    font-size: 4.0625vw;
  }
  .list article .contents {
    margin-top: 45px;
  }
  .list article .contents--inner {
    max-width: 90%;
    padding: 0;
  }
  .list article .contents--inner .block .trigger {
    height: 150px;
  }
  .list article .contents--inner .block .trigger .num {
    left: 2.5%;
  }
  .list article .contents--inner .block .trigger--title {
    width: 100%;
  }
  .list article .contents--inner .block .trigger--title .en {
    font-size: 20px;
    font-size: 6.25vw;
    white-space: normal;
  }
  .list article .contents--inner .block .trigger--title h3 {
    font-size: 11px;
    font-size: 3.4375vw;
    margin-top: 10px;
  }
  .list article .contents--inner .block .trigger:before, .list article .contents--inner .block .trigger:after {
    right: 2.5%;
  }
  .list article .contents--inner .block.b01 .trigger .num img {
    max-width: calc(65px * 0.4);
  }
  .list article .contents--inner .block.b02 {
    margin-top: 40px;
  }
  .list article .contents--inner .block.b02 .trigger .num img {
    max-width: calc(75px * 0.4);
  }
  .list article .contents--inner .block.b03 {
    margin-top: 40px;
  }
  .list article .contents--inner .block.b03 .trigger .num img {
    max-width: calc(75px * 0.4);
  }
  .list article .contents--inner .block--contents {
    padding-top: 50px;
    padding-bottom: 45px;
    padding-right: 0;
    padding-left: 0;
  }
  .list article .contents--inner .block--contents--title {
    max-width: 90%;
  }
  .list article .contents--inner .block--contents--title span {
    font-size: 20px;
    font-size: 6.25vw;
    padding-right: 10px;
  }
  .list article .contents--inner .block--contents--title.title02 {
    margin-top: 60px;
  }
  .list article .contents--inner .block--contents--wrap .box {
    max-width: 90%;
    display: block;
  }
  .list article .contents--inner .block--contents--wrap .box .logo {
    width: 72%;
    margin: 0 auto;
  }
  .list article .contents--inner .block--contents--wrap .box .logo .image {
    width: 80%;
    margin: 0 auto;
  }
  .list article .contents--inner .block--contents--wrap .box .logo .image img {
    max-width: 100%;
    width: 100%;
  }
  .list article .contents--inner .block--contents--wrap .box .logo ul {
    margin-top: 10px;
  }
  .list article .contents--inner .block--contents--wrap .box .logo ul li.insta img {
    max-width: 38px;
  }
  .list article .contents--inner .block--contents--wrap .box .logo ul li.youtube img {
    max-width: 82px;
  }
  .list article .contents--inner .block--contents--wrap .box .logo ul li.tw img {
    max-width: 26px;
  }
  .list article .contents--inner .block--contents--wrap .box .logo ul li.www img {
    max-width: 25px;
  }
  .list article .contents--inner .block--contents--wrap .box .logo ul.all {
    max-width: none;
    margin: 10px auto 0 auto;
  }
  .list article .contents--inner .block--contents--wrap .box .logo ul.two li:nth-of-type(1) {
    margin-right: 15px;
  }
  .list article .contents--inner .block--contents--wrap .box .logo ul.three {
    margin: 10px auto 0 auto;
  }
  .list article .contents--inner .block--contents--wrap .box .logo small {
    font-size: 10px;
    font-size: 3.125vw;
    text-align: center;
  }
  .list article .contents--inner .block--contents--wrap .box .text {
    width: 100%;
    margin-top: 30px;
  }
  .list article .contents--inner .block--contents--wrap .box .text h4 {
    font-size: 14px;
    font-size: 4.375vw;
  }
  .list article .contents--inner .block--contents--wrap .box .text h4 br {
    display: block;
  }
  .list article .contents--inner .block--contents--wrap .box .text p {
    margin-top: 15px;
    font-size: 12px;
    font-size: 3.75vw;
  }
  .list article .contents--inner .block--contents--wrap .box .text .soontext {
    margin-top: 15px;
    font-size: 14px;
    font-size: 4.375vw;
  }
  .list article .contents--inner .block--contents--wrap .box .text .writter {
    margin-top: 20px;
  }
  .list article .contents--inner .block--contents--wrap .box .text .writter--box {
    display: block;
  }
  .list article .contents--inner .block--contents--wrap .box .text .writter--box .person {
    margin-right: 0;
  }
  .list article .contents--inner .block--contents--wrap .box .text .writter--box .person .image {
    margin-right: 8px;
  }
  .list article .contents--inner .block--contents--wrap .box .text .writter--box .person .image img {
    max-width: 40px;
  }
  .list article .contents--inner .block--contents--wrap .box .text .writter--box .person p {
    font-size: 12px;
    font-size: 3.75vw;
  }
  .list article .contents--inner .block--contents--wrap .box .text .writter--box ul {
    margin-top: 5px;
  }
  .list article .contents--inner .block--contents--wrap .box .text .writter--box ul li:nth-of-type(n+2) {
    margin-left: 15px;
  }
  .list article .contents--inner .block--contents--wrap .box .text .writter--box:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .list article .contents--inner .block--contents--wrap .box .text .writter.two .writter--box .person {
    min-width: none;
  }
  .list article .contents--inner .block--contents--wrap .box:nth-of-type(odd) {
    padding-right: 0;
  }
  .list article .contents--inner .block--contents--wrap .box:nth-of-type(even) {
    padding-left: 0;
  }
  .list article .contents--inner .block--contents--wrap .box:first-child {
    margin-top: 35px;
  }
  .list article .contents--inner .block--contents--wrap .box:nth-of-type(n+2) {
    margin-top: 45px;
    padding-top: 25px;
  }
}
.policy article {
  padding: 235px 2% 170px 2%;
}
.policy article .title--inner {
  max-width: 1080px;
  margin: 0 auto;
}
.policy article .title--inner .en, .policy article .title--inner h2 {
  line-height: 1.0;
  color: #fa3e00;
  font-weight: bold;
}
.policy article .title--inner .en {
  font-family: "Roboto", sans-serif;
  font-size: 5.0rem;
}
.policy article .title--inner h2 {
  margin-top: 22px;
  font-size: 1.8rem;
}
.policy article .contents {
  margin: 85px auto 0 auto;
  max-width: 1080px;
}
.policy article .contents h3, .policy article .contents p, .policy article .contents ul, .policy article .contents li, .policy article .contents h4 {
  color: #403f41;
  line-height: 2.0;
  font-size: 1.4rem;
}
.policy article .contents p, .policy article .contents li {
  margin-top: 35px;
}
.policy article .contents .nomt {
  margin-top: 0;
}
.policy article .contents h4:nth-of-type(1) {
  margin-top: 60px;
}
.policy article .contents h4:nth-of-type(2) {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .policy article {
    padding: 100px 0 60px 0;
  }
  .policy article .title--inner {
    max-width: 90%;
  }
  .policy article .title--inner .en {
    font-size: 30px;
    font-size: 9.375vw;
  }
  .policy article .title--inner h2 {
    margin-top: 15px;
    font-size: 16px;
    font-size: 5vw;
  }
  .policy article .contents {
    margin: 45px auto 0 auto;
    max-width: 90%;
  }
  .policy article .contents h3, .policy article .contents p, .policy article .contents ul, .policy article .contents li, .policy article .contents h4 {
    font-size: 12px;
    font-size: 3.75vw;
  }
  .policy article .contents p, .policy article .contents li {
    margin-top: 20px;
  }
  .policy article .contents h4:nth-of-type(1) {
    margin-top: 30px;
  }
  .policy article .contents h4:nth-of-type(2) {
    margin-top: 20px;
  }
}
.security article {
  padding: 235px 2% 170px 2%;
}
.security article .title--inner {
  max-width: 1080px;
  margin: 0 auto;
}
.security article .title--inner .en, .security article .title--inner h2 {
  line-height: 1.0;
  color: #fa3e00;
  font-weight: bold;
}
.security article .title--inner .en {
  font-family: "Roboto", sans-serif;
  font-size: 5.0rem;
}
.security article .title--inner h2 {
  margin-top: 22px;
  font-size: 1.8rem;
}
.security article .contents {
  margin: 85px auto 0 auto;
  max-width: 1080px;
}
.security article .contents h3, .security article .contents p, .security article .contents ul, .security article .contents li, .security article .contents h4, .security article .contents h5 {
  color: #403f41;
  line-height: 2.0;
  font-size: 1.4rem;
}
.security article .contents p, .security article .contents ul, .security article .contents h4, .security article .contents h5 {
  margin-top: 35px;
}
.security article .contents .nomt {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .security article {
    padding: 100px 0 60px 0;
  }
  .security article .title--inner {
    max-width: 90%;
  }
  .security article .title--inner .en {
    font-size: 30px;
    font-size: 9.375vw;
  }
  .security article .title--inner h2 {
    margin-top: 15px;
    font-size: 16px;
    font-size: 5vw;
  }
  .security article .contents {
    margin: 45px auto 0 auto;
    max-width: 90%;
  }
  .security article .contents h3, .security article .contents p, .security article .contents ul, .security article .contents li, .security article .contents h4, .security article .contents h5 {
    font-size: 12px;
    font-size: 3.75vw;
  }
  .security article .contents p, .security article .contents ul, .security article .contents h4, .security article .contents h5 {
    margin-top: 20px;
  }
}
.interview article {
  overflow: hidden;
}
.interview article .main--inner--title .category, .interview article .main--inner--title h2 {
  color: #fa3e00;
}
.interview article .main--inner--title h2 {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.7;
  padding-top: 56px;
}
.interview article .main--inner--intro {
  max-width: 1080px;
  position: relative;
  background-color: #fa3e00;
  padding-top: 34px;
  padding-bottom: 44px;
}
.interview article .main--inner--intro .en-name {
  width: 100%;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: bold;
  font-size: 4.0rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.interview article .main--inner--intro .prof {
  width: 75%;
  min-width: 770px;
  margin: 0 auto;
}
.interview article .main--inner--intro .prof h3 {
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1.75;
  text-align: center;
}
.interview article .main--inner--intro .prof h4 {
  padding-top: 12px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.75;
  text-align: center;
}
.interview article .main--inner--intro .prof h4 .pc {
  display: inline-block;
}
.interview article .main--inner--intro .prof--title {
  padding-top: 30px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.01em;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.interview article .main--inner--intro .prof--text {
  padding-top: 10px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.85;
  text-align: center;
}
.interview article .contents {
  width: 100%;
  margin-top: 138px;
}
.interview article .contents--c {
  width: 100%;
  position: relative;
}
.interview article .contents--c--detail {
  display: flex;
}
.interview article .contents--c--detail figure {
  width: 45%;
  position: relative;
}
.interview article .contents--c--detail figure img {
  width: 100%;
}
.interview article .contents--c--detail figure:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: calc(100% - calc(50vw - 540px));
  max-width: 100%;
  height: 88px;
  background-color: #fa3e00;
}
.interview article .contents--c--detail .box {
  width: 55%;
}
.interview article .contents--c--detail .box--c {
  background: #fff;
  padding: 50px 10% 67px;
  position: relative;
}
.interview article .contents--c--detail .box--c .number {
  position: absolute;
  top: -43px;
  left: 10%;
  color: #fa3e00;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 5.0rem;
  letter-spacing: 0.01em;
}
.interview article .contents--c--detail .box--c h2 {
  color: #fa3e00;
  font-weight: bold;
  font-size: 2.4rem;
}
.interview article .contents--c--detail .box--c--text {
  color: #403F41;
  font-size: 1.4rem;
  line-height: 2;
  padding-top: 36px;
}
.interview article .contents--c--detail .box--c:not(:first-of-type) {
  margin-top: 85px;
}
.interview article .contents--c .right {
  justify-content: flex-start;
}
.interview article .contents--c .right .box {
  margin-right: calc(50vw - 540px);
  padding-left: 5%;
}
.interview article .contents--c .left {
  justify-content: flex-end;
  margin-top: 120px;
}
.interview article .contents--c .left figure:after {
  left: 0;
}
.interview article .contents--c .left .box {
  margin-left: calc(50vw - 540px);
  padding-right: 5%;
}
.interview article .contents--c .contents-img {
  margin: 198px auto 0;
  max-width: 1080px;
}
.interview article .contents--c .contents-img img {
  width: 100%;
}
.interview article .contents .gray:before {
  content: '';
  display: block;
  position: absolute;
  top: 198px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 585px);
  background-color: #F7F7F7;
}
.interview article .contents .orange {
  margin-top: 42px;
  padding-bottom: 170px;
}
.interview article .contents .orange .contents--c--detail {
  display: block;
}
.interview article .contents .orange .contents--c--detail .box {
  width: auto;
  max-width: 1080px;
  margin: 0 auto;
}
.interview article .contents .orange .contents--c--detail .box--c {
  padding: 50px 6% 67px;
}
.interview article .contents .orange .contents--c--detail .box--c .wide-title {
  display: flex;
  justify-content: space-between;
}
.interview article .contents .orange .contents--c--detail .box--c .wide-title h2 {
  display: inline-block;
}
.interview article .contents .orange .contents--c--detail .box--c .wide-title .number {
  position: static;
  display: inline-block;
  line-height: 1;
}
.interview article .contents .orange .vision {
  max-width: 940px;
  margin: 142px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.interview article .contents .orange .vision figure {
  width: 47%;
}
.interview article .contents .orange .vision figure img {
  width: 100%;
}
.interview article .contents .orange .vision--c {
  width: 47%;
}
.interview article .contents .orange .vision--c--title h2 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 5.0rem;
  letter-spacing: 0.01em;
  color: #fff;
  display: inline-block;
}
.interview article .contents .orange .vision--c--title h3 {
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  display: inline-block;
  padding-left: 26px;
}
.interview article .contents .orange .vision--c p {
  margin-top: 46px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
}
.interview article .contents .orange:before {
  content: '';
  display: block;
  position: absolute;
  top: 183px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 183px);
  background-color: #fa3e00;
}
.interview article .big-img {
  width: 100%;
  height: 50vw;
}
.interview article .sup {
  max-width: 1080px;
  margin: 0 auto;
  text-align: right;
  color: #403F41;
  font-size: 1.2rem;
  padding-top: 28px;
}

#interview01 article .main--inner--intro {
  margin: 215px auto 0;
}
#interview01 article .main:before {
  background: url("../images/recruit/interview/01/img-interview01-main.jpg") no-repeat center 73px/cover;
}
#interview01 article .big-img {
  background: url("../images/recruit/interview/01/img-interview01-pic05.jpg") no-repeat center top/cover;
}

#interview02 article .main--inner--intro {
  margin: 267px auto 0;
}
#interview02 article .main:before {
  background: url("../images/recruit/interview/02/img-interview02-main.jpg") no-repeat center 73px/cover;
}
#interview02 article .big-img {
  background: url("../images/recruit/interview/02/img-interview02-pic05.jpg") no-repeat center top/cover;
}

@media screen and (max-width: 1080px) {
  .interview article .contents--c .right .box--c {
    margin-right: 2vw;
  }
  .interview article .contents--c .left .box--c {
    margin-left: 2vw;
  }
  .interview article .contents--c .contents-img {
    margin: 198px 2% 0;
  }
  .interview article .contents .orange {
    padding-right: 2%;
    padding-left: 2%;
  }
  .interview article .sup {
    margin: 0 2%;
  }

  #interview01 article .main--inner--intro {
    margin: 215px 2% 0;
  }

  #interview02 article .main--inner--intro {
    margin: 267px 2% 0;
  }
}
@media screen and (max-width: 768px) {
  .interview article .main--inner--intro .prof {
    min-width: auto;
    min-width: initial;
  }
  .interview article .contents--c--detail {
    width: 90%;
    margin: 0 auto;
  }
  .interview article .contents--c--detail figure {
    margin-top: 55px;
    width: 65%;
  }
  .interview article .contents--c--detail figure:after {
    width: 70%;
    max-width: auto;
    max-width: initial;
    height: 60px;
  }
  .interview article .contents--c--detail .box {
    width: 100%;
  }
  .interview article .contents--c .right {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .interview article .contents--c .right .box {
    margin-right: 0;
    padding-left: 0;
  }
  .interview article .contents--c .right .box--c {
    margin-right: 0;
  }
  .interview article .contents--c .left {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 180px;
  }
  .interview article .contents--c .left .box {
    margin-left: 0;
    padding-right: 0;
  }
  .interview article .contents--c .left .box--c {
    margin-left: 0;
  }
  .interview article .contents--c .contents-img {
    width: 90%;
    margin: 180px auto 0;
  }
  .interview article .contents .orange {
    padding-bottom: 80px;
    padding-right: 0;
    padding-left: 0;
  }
  .interview article .contents .orange .contents--c--detail .box {
    width: 100%;
  }
  .interview article .contents .orange .vision {
    width: 90%;
    margin: 80px auto 0;
  }
  .interview article .contents .orange .vision figure {
    width: 40%;
  }
  .interview article .contents .orange .vision--c {
    width: 55%;
  }
  .interview article .contents .orange .vision--c p {
    margin-top: 26px;
  }
  .interview article .sup {
    width: 90%;
    margin: 0 auto;
  }

  #interview01 article .main--inner--intro {
    margin: 156px 2% 0;
  }
  #interview01 article .main:before {
    background: url("../images/recruit/interview/01/img-interview01-main.jpg") no-repeat 30% 73px/cover;
  }

  #interview02 article .main--inner--intro {
    margin: 208px 2% 0;
  }
  #interview02 article .main:before {
    background: url("../images/recruit/interview/02/img-interview02-main.jpg") no-repeat 30% 73px/cover;
  }
}
@media screen and (max-width: 767px) {
  .interview article .main--inner--title h2 {
    font-size: 4.8vw;
    padding-top: 6.5vw;
  }
  .interview article .main--inner--intro {
    margin: 13vw auto 0;
    width: 100%;
    max-width: auto;
    max-width: initial;
    padding-top: 22px;
    padding-bottom: 28px;
  }
  .interview article .main--inner--intro .en-name {
    top: -6vw;
    font-size: 6.4vw;
  }
  .interview article .main--inner--intro .prof {
    width: 90%;
    min-width: auto;
    min-width: initial;
    margin: 0 auto;
  }
  .interview article .main--inner--intro .prof h3 {
    font-size: 3.733vw;
  }
  .interview article .main--inner--intro .prof h4 {
    padding-top: 8px;
    padding-bottom: 20px;
    font-size: 3.467vw;
  }
  .interview article .main--inner--intro .prof h4 .pc {
    display: none;
  }
  .interview article .main--inner--intro .prof--title {
    padding-top: 20px;
    font-size: 3.733vw;
  }
  .interview article .main--inner--intro .prof--text {
    padding-top: 8px;
    font-size: 3.2vw;
  }
  .interview article .contents {
    margin-top: 100px;
  }
  .interview article .contents--c--detail figure {
    margin-top: 35px;
    width: 85%;
  }
  .interview article .contents--c--detail figure:after {
    width: 70%;
    max-width: auto;
    max-width: initial;
    height: 50px;
  }
  .interview article .contents--c--detail .box--c {
    padding: 32px 10% 40px;
  }
  .interview article .contents--c--detail .box--c .number {
    top: -7vw;
    font-size: 8.8vw;
  }
  .interview article .contents--c--detail .box--c h2 {
    font-size: 4.8vw;
  }
  .interview article .contents--c--detail .box--c--text {
    font-size: 3.733vw;
    padding-top: 18px;
  }
  .interview article .contents--c--detail .box--c:not(:first-of-type) {
    margin-top: 55px;
  }
  .interview article .contents--c .right {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .interview article .contents--c .right .box {
    margin-right: 0;
    padding-left: 0;
  }
  .interview article .contents--c .left {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 180px;
  }
  .interview article .contents--c .left .box {
    margin-left: 0;
    padding-right: 0;
  }
  .interview article .contents--c .contents-img {
    margin: 140px auto 0;
  }
  .interview article .contents .gray:before {
    height: calc(100% - 198px);
  }
  .interview article .contents .orange {
    margin-top: 58px;
    padding-bottom: 60px;
  }
  .interview article .contents .orange .contents--c--detail .box {
    width: 100%;
  }
  .interview article .contents .orange .contents--c--detail .box--c {
    padding: 32px 10% 40px;
  }
  .interview article .contents .orange .contents--c--detail .box--c .wide-title .number {
    position: absolute;
    line-height: 1.6;
  }
  .interview article .contents .orange .vision {
    width: 80%;
    margin: 60px auto 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .interview article .contents .orange .vision figure {
    width: 80%;
    margin-top: 18px;
  }
  .interview article .contents .orange .vision--c {
    width: 100%;
  }
  .interview article .contents .orange .vision--c--title h2 {
    font-size: 6.667vw;
  }
  .interview article .contents .orange .vision--c--title h3 {
    font-size: 4.8vw;
    padding-left: 1em;
  }
  .interview article .contents .orange .vision--c p {
    margin-top: 18px;
    font-size: 3.733vw;
  }
  .interview article .sup {
    width: 90%;
    padding-top: 18px;
  }

  #interview01 article .main--inner--intro {
    margin: 12vw auto 0;
  }
  #interview01 article .main:before {
    background: url("../images/recruit/interview/01/img-interview01-main.jpg") no-repeat 30% 30px/cover;
  }

  #interview02 article .main--inner--intro {
    margin: 18vw auto 0;
  }
  #interview02 article .main:before {
    background: url("../images/recruit/interview/02/img-interview02-main.jpg") no-repeat 30% 30px/cover;
  }
}
.support article {
  overflow: hidden;
}
.support article .main:before {
  background-color: #EFEFEF;
}
.support article .main--inner--title .category:before {
  background-color: #fa3e00;
}
.support article .main--inner--title .category, .support article .main--inner--title .en, .support article .main--inner--title h2 {
  color: #fa3e00;
}
.support article .main--inner #particles-orange {
  position: absolute;
  width: 730px;
  height: 360px;
  right: -15%;
  top: -100px;
  opacity: .7;
}
.support article .support-c {
  width: 100%;
  margin-top: 142px;
  background: #fff;
}
.support article .support-c--inner {
  max-width: 1080px;
  margin: 0 auto;
}
.support article .support-c--inner .title {
  width: 100%;
}
.support article .support-c--inner .title .en {
  font-family: "Roboto", sans-serif;
  color: #fa3e00;
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: 0.03em;
}
.support article .support-c--inner .title h2 {
  color: #fa3e00;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 10px;
}
.support article .support-c--inner ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.support article .support-c--inner ul li {
  width: 47%;
  margin-top: 50px;
}
.support article .support-c--inner ul li figure {
  width: 100%;
}
.support article .support-c--inner ul li figure img {
  width: 100%;
}
.support article .support-c--inner ul li h3 {
  color: #fa3e00;
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 24px;
}
.support article .support-c--inner ul li p {
  color: #58595B;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 8px;
}
.support article .faq {
  width: 100%;
  margin-top: 193px;
}
.support article .faq--inner {
  max-width: 1080px;
  margin: 0 auto;
}
.support article .faq--inner .title {
  width: 100%;
}
.support article .faq--inner .title .en {
  font-family: "Roboto", sans-serif;
  color: #fa3e00;
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: 0.03em;
}
.support article .faq--inner .title h2 {
  color: #fa3e00;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 10px;
}
.support article .faq--inner ul {
  width: 90%;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.support article .faq--inner ul li {
  width: 26%;
  min-width: 220px;
}
.support article .faq--inner ul li a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fa3e00;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fa3e00;
  transition: all .3s ease-out;
}
.support article .faq--inner ul li a:hover {
  color: #fff;
  background: #fa3e00;
}
.support article .faq--inner .about {
  width: 90%;
  margin-top: 130px;
}
.support article .faq--inner .about h3 {
  color: #fa3e00;
  font-weight: bold;
  font-size: 2.4rem;
}
.support article .faq--inner .about--c {
  margin-top: 53px;
  width: 100%;
}
.support article .faq--inner .about--c--question {
  position: relative;
  width: 100%;
  padding-bottom: 18px;
}
.support article .faq--inner .about--c--question:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 135px;
  height: 1px;
  border-bottom: 1px solid rgba(250, 62, 0, 0.5);
}
.support article .faq--inner .about--c--question:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: calc(100% - 135px);
  height: 1px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}
.support article .faq--inner .about--c--question dt {
  font-family: "Roboto", sans-serif;
  color: #fa3e00;
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: 0.03em;
}
.support article .faq--inner .about--c--question dd {
  padding-left: 50px;
  margin-top: -2em;
  color: #fa3e00;
  font-weight: bold;
  font-size: 1.8rem;
}
.support article .faq--inner .about--c--answer {
  width: 84%;
}
.support article .faq--inner .about--c--answer dt {
  font-family: "Roboto", sans-serif;
  color: #fa3e00;
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: 0.03em;
}
.support article .faq--inner .about--c--answer dd {
  padding-left: 50px;
  margin-top: -2.3em;
  color: #58595B;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (max-width: 1080px) {
  .support article .support-c--inner {
    padding: 0 2%;
  }
  .support article .faq--inner {
    padding: 0 2%;
  }
}
@media screen and (max-width: 768px) {
  .support article .support-c {
    margin-top: 100px;
  }
  .support article .faq {
    margin-top: 130px;
  }
  .support article .faq--inner .about {
    margin-top: 90px;
  }
  .support article .faq--inner .about--c {
    margin-top: 33px;
  }
  .support article .faq--inner .about--c--answer {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .support article .main--inner #particles-orange {
    width: 70%;
    height: 45vw;
    top: 0;
    right: 0;
  }
  .support article .support-c {
    margin-top: 80px;
  }
  .support article .support-c--inner {
    width: 90%;
    max-width: auto;
    max-width: initial;
    padding: 0;
  }
  .support article .support-c--inner .title .en {
    font-size: 8vw;
  }
  .support article .support-c--inner .title h2 {
    font-size: 4.267vw;
    margin-top: 6px;
  }
  .support article .support-c--inner ul {
    display: block;
  }
  .support article .support-c--inner ul li {
    width: 100%;
    margin-top: 40px;
  }
  .support article .support-c--inner ul li h3 {
    font-size: 4.267vw;
    margin-top: 20px;
  }
  .support article .support-c--inner ul li p {
    font-size: 3.733vw;
    margin-top: 6px;
  }
  .support article .faq {
    margin-top: 110px;
  }
  .support article .faq--inner {
    width: 90%;
    max-width: auto;
    max-width: initial;
    padding: 0;
  }
  .support article .faq--inner .title .en {
    font-size: 8vw;
  }
  .support article .faq--inner .title h2 {
    font-size: 4.267vw;
    margin-top: 6px;
  }
  .support article .faq--inner ul {
    width: 100%;
    display: block;
  }
  .support article .faq--inner ul li {
    width: 100%;
    min-width: auto;
    min-width: initial;
  }
  .support article .faq--inner ul li:not(:first-of-type) {
    margin-top: 25px;
  }
  .support article .faq--inner ul li a {
    height: 50px;
    line-height: 50px;
    font-size: 4.267vw;
  }
  .support article .faq--inner .about {
    width: 100%;
    margin-top: 80px;
  }
  .support article .faq--inner .about h3 {
    font-size: 5.867vw;
  }
  .support article .faq--inner .about--c {
    margin-top: 23px;
  }
  .support article .faq--inner .about--c--question:before {
    width: 100px;
  }
  .support article .faq--inner .about--c--question:after {
    width: calc(100% - 100px);
  }
  .support article .faq--inner .about--c--question dt {
    font-size: 8vw;
  }
  .support article .faq--inner .about--c--question dd {
    padding-left: 45px;
    font-size: 4.267vw;
  }
  .support article .faq--inner .about--c--answer dt {
    font-size: 8vw;
  }
  .support article .faq--inner .about--c--answer dd {
    padding-left: 45px;
    font-size: 3.733vw;
  }
}
.information article {
  overflow: hidden;
}
.information article .ct-title {
  color: #fa3e00;
}
.information article .ct-title .en {
  font-size: 3.5rem;
}
.information article .ct-title h3, .information article .ct-title h4 {
  font-weight: bold;
  font-size: 1.8rem;
}
.information article .main:before {
  background-color: #EFEFEF;
}
.information article .anchor {
  margin-top: 140px;
}
.information article .anchor--inner {
  max-width: 810px;
  margin: 0 auto;
}
.information article .anchor--inner .ct-title h3 {
  margin-top: 20px;
}
.information article .anchor--inner ul {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.information article .anchor--inner ul li {
  max-width: 254px;
  width: 31.3%;
}
.information article .anchor--inner ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.0;
  border: 1px solid #fa3e00;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  color: #fa3e00;
  background-color: #fff;
  transition: all .3s ease-out;
  padding: 20px 0;
  font-size: 1.8rem;
}
.information article .anchor--inner ul li a:hover {
  opacity: 1;
  background-color: #fa3e00;
  color: #fff;
}
.information article .contents--inner {
  max-width: 810px;
  margin: 0 auto;
}
.information article .contents--inner .ct-title {
  display: flex;
  align-items: flex-end;
}
.information article .contents--inner .ct-title .en {
  margin-right: 30px;
}
.information article .contents--inner--table {
  margin-top: 50px;
}
.information article .contents--inner--table dl {
  display: flex;
}
.information article .contents--inner--table dl dt, .information article .contents--inner--table dl dd {
  font-weight: bold;
  padding-bottom: 20px;
}
.information article .contents--inner--table dl dt {
  width: 122px;
  color: #fa3e00;
  border-bottom: 1px solid #fa3e00;
  font-size: 1.5rem;
}
.information article .contents--inner--table dl dd {
  width: calc(100% - 122px);
  color: #58595b;
  border-bottom: 1px solid #58595b;
  font-size: 1.4rem;
}
.information article .contents--inner--table dl dd a {
  color: #fa3e00;
  text-decoration: underline;
}
.information article .contents--inner--table dl dd a:hover {
  opacity: 1;
  text-decoration: none;
}
.information article .contents--inner--table dl dd ul {
  display: flex;
  justify-content: space-between;
  max-width: 620px;
}
.information article .contents--inner--table dl dd ul li {
  position: relative;
  width: 100%;
  max-width: 164px;
  line-height: 1.0;
  background-color: #fa3e00;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 18px 0;
  font-size: 1.4rem;
}
.information article .contents--inner--table dl dd ul li:after {
  content: '';
  display: block;
  position: absolute;
  width: 36px;
  height: 11px;
  background: url("../images/recruit/information/img-arrow.png") no-repeat center/cover;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
}
.information article .contents--inner--table dl dd ul li:last-child:after {
  display: none;
}
.information article .contents--inner--table dl:nth-of-type(n+2) {
  padding-top: 20px;
}
.information article .contents--inner--table dl:last-child dt, .information article .contents--inner--table dl:last-child dd {
  padding-bottom: 0;
  border-bottom: none;
}
.information article .contents.intern {
  margin-top: 160px;
}
.information article .contents.newgraduate, .information article .contents.career {
  margin-top: 145px;
}
.information article .entry {
  margin-top: 180px;
}
.information article .entry--btn {
  max-width: 1080px;
  margin: 0 auto;
}
.information article .entry--btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 40px 0;
  text-align: center;
  background-color: #fa3e00;
  color: #fff;
  border: 1px solid #fa3e00;
  transition: all .3s ease-out;
}
.information article .entry--btn a .en, .information article .entry--btn a p {
  font-weight: bold;
  line-height: 1.0;
}
.information article .entry--btn a .en {
  font-family: "Roboto", sans-serif;
  letter-spacing: .08em;
  font-size: 4.5rem;
}
.information article .entry--btn a p {
  margin-top: 10px;
  font-size: 1.6rem;
}
.information article .entry--btn a:hover {
  opacity: 1;
  background-color: #fff;
  color: #fa3e00;
}

@media screen and (max-width: 1080px) {
  .information article .entry--btn {
    max-width: 1080px;
    margin: 0 2%;
  }
}
@media screen and (max-width: 768px) {
  .information article .anchor--inner {
    padding: 0 2%;
  }
  .information article .contents--inner {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .information article .ct-title .en {
    font-size: 24px;
    font-size: 7.5vw;
  }
  .information article .ct-title h3, .information article .ct-title h4 {
    font-size: 16px;
    font-size: 5vw;
  }
  .information article .anchor {
    margin-top: 70px;
  }
  .information article .anchor--inner {
    max-width: 90%;
    padding: 0;
  }
  .information article .anchor--inner .ct-title h3 {
    margin-top: 15px;
  }
  .information article .anchor--inner ul {
    margin-top: 25px;
  }
  .information article .anchor--inner ul li {
    max-width: none;
    width: 31.3%;
  }
  .information article .anchor--inner ul li a {
    padding: 10px 0;
    font-size: 12px;
    font-size: 3.75vw;
  }
  .information article .contents--inner {
    max-width: 90%;
    padding: 0;
  }
  .information article .contents--inner .ct-title {
    display: block;
  }
  .information article .contents--inner .ct-title .en {
    margin-right: 0;
  }
  .information article .contents--inner .ct-title h3, .information article .contents--inner .ct-title h4 {
    margin-top: 5px;
  }
  .information article .contents--inner--table {
    margin-top: 25px;
  }
  .information article .contents--inner--table dl {
    display: flex;
  }
  .information article .contents--inner--table dl dt, .information article .contents--inner--table dl dd {
    font-weight: bold;
    padding-bottom: 15px;
  }
  .information article .contents--inner--table dl dt {
    width: 30%;
    font-size: 13px;
    font-size: 4.0625vw;
  }
  .information article .contents--inner--table dl dd {
    width: calc(100% - 30%);
    font-size: 12px;
    font-size: 3.75vw;
  }
  .information article .contents--inner--table dl dd ul {
    display: block;
    max-width: 100%;
  }
  .information article .contents--inner--table dl dd ul li {
    width: 100%;
    max-width: none;
    padding: 15px 0;
    font-size: 12px;
    font-size: 3.75vw;
  }
  .information article .contents--inner--table dl dd ul li:after {
    top: auto;
    transform: rotate(90deg);
    right: 45%;
    bottom: -30px;
  }
  .information article .contents--inner--table dl dd ul li:nth-of-type(n+2) {
    margin-top: 55px;
  }
  .information article .contents--inner--table dl dd ul li:last-child:after {
    display: none;
  }
  .information article .contents--inner--table dl:nth-of-type(n+2) {
    padding-top: 20px;
  }
  .information article .contents.intern {
    margin-top: 80px;
  }
  .information article .contents.newgraduate, .information article .contents.career {
    margin-top: 80px;
  }
  .information article .entry {
    margin-top: 80px;
  }
  .information article .entry--btn {
    max-width: 90%;
    margin: 0 auto;
  }
  .information article .entry--btn a {
    padding: 20px 0;
  }
  .information article .entry--btn a .en {
    letter-spacing: .04em;
    font-size: 30px;
    font-size: 9.375vw;
  }
  .information article .entry--btn a p {
    margin-top: 10px;
    font-size: 13px;
    font-size: 4.0625vw;
  }
}
.works #particles {
  display: none;
}
.works .main--inner--title {
  display: flex;
  align-items: center;
}
.works .main--inner--title .right-wrap {
  flex: 1;
}
.works .main--inner--title .text {
  font-weight: bold;
  color: #fff;
  font-size: 1.5rem;
  padding-left: 80px;
  line-height: 1.8666;
}
.works .main--inner--slide {
  margin-top: 95px;
  margin-bottom: 74px;
}
.works .main--inner--slide .slick-list {
  max-width: 1150px;
  margin: 0 auto;
  overflow: visible;
  padding: 0 !important;
}
.works .main--inner--slide .slick-list .item {
  margin: 0 35px;
  outline: none;
}
.works .main--inner--slide .slick-list .item--wrap {
  display: flex;
  padding-top: 23px;
  border-top: 1px solid  #fa3e00;
}
.works .main--inner--slide .slick-list .item a {
  display: block;
  height: 568px;
  overflow: hidden;
}
.works .main--inner--slide .slick-list .item img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.works .main--inner--slide .slick-list .item .title {
  font-weight: bold;
  line-height: 1.6;
  color: #fa3e00;
  font-size: 3.6rem;
  margin-top: 20px;
  margin-bottom: 19px;
}
.works .main--inner--slide .slick-list .item .title-small {
  display: block;
  font-weight: bold;
  line-height: 1.8;
  color: #fa3e00;
  font-size: 2.2rem;
  padding-bottom: 19px;
}
.works .main--inner--slide .slick-list .item .time {
  color: #403f41;
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
}
.works .main--inner--slide .slick-list .item .tag {
  margin-bottom: 10px;
}
.works .main--inner--slide .slick-list .item .tag li {
  font-weight: bold;
  color: #403f41;
  display: inline-block;
  font-size: 1.6rem;
  margin-right: 10px;
}
.works .main--inner--slide .slick-dots {
  display: flex;
  justify-content: flex-end;
  width: 1080px;
  max-width: 100%;
  left: 50%;
  bottom: -39px;
  transform: translateX(-50%);
}
.works .main--inner--slide .slick-dots li {
  margin-left: 15px;
  margin-right: 0;
  width: auto;
  height: auto;
}
.works .main--inner--slide .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #dfe0e0;
  padding: 0;
}
.works .main--inner--slide .slick-dots li button::before {
  display: none;
}
.works .main--inner--slide .slick-dots li.slick-active button {
  background: #fa3e00;
}
.works .communication--inner {
  max-width: 1080px;
  margin: 0 auto;
}
.works .communication .title {
  color: #fa3e00;
  font-weight: bold;
  font-size: 3.6rem;
  border-bottom: 1px solid;
  padding-bottom: 19px;
  margin-bottom: 23px;
}
.works .communication .title small {
  display: block;
  font-size: 2rem;
  margin-top: 19px;
}
.works .communication .time {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 137px;
}
.works .communication .tags {
  background: #f5f6f6;
  margin-bottom: 110px;
}
.works .communication .tags--title {
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  background: #fa3e00;
  padding: 12px 30px;
}
.works .communication .tags--title strong {
  font-family: "Roboto", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: .01em;
  margin-right: 35px;
}
.works .communication .tags--title small {
  font-size: 1.8rem;
  margin-top: 10px;
}
.works .communication .tags--inner {
  padding: 0 28px 25px;
}
.works .communication .tags--inner--block {
  color: #fa3e00;
  padding: 20px 0 18px;
  border-bottom: 1px solid #fa3e00;
}
.works .communication .tags--inner--block:last-child {
  border: none;
}
.works .communication .tags--inner--block h4 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 11px;
}
.works .communication .tags--inner--block ul {
  display: flex;
  flex-wrap: wrap;
}
.works .communication .tags--inner--block ul li {
  margin-right: 15px;
  margin-bottom: 7px;
  min-width: 43px;
}
.works .communication .tags--inner--block ul li.width-full {
  width: 100%;
}
.works .communication .tags--inner--block ul a {
  font-weight: bold;
  color: #fa3e00;
  font-size: 1.5rem;
  text-decoration: none;
}
.works .communication .tags--inner--block ul a.is-checked {
  text-decoration: underline;
}
.works .communication .works-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px 56px;
}
.works .communication .works-list--item {
  width: 33.3333%;
  padding: 0 18.5px;
  margin-bottom: 52px;
}
.works .communication .works-list a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: #f5f6f6;
}
.works .communication .works-list a .text {
  padding: 20px 30px 26px 30px;
}
.works .communication .works-list a .text p {
  font-weight: bold;
  line-height: 1.8;
  overflow: hidden;
  height: calc(1.8em * 3);
  color: #fa3e00;
  font-size: 1.6rem;
}
.works .communication .works-list a .text h3 {
  line-height: 1.6;
  height: calc(1.6em * 2 + 4px);
  margin-top: 15px;
  padding-top: 9px;
  border-top: 1px solid #dfe0e0;
  color: #fa3e00;
  font-weight: bold;
  font-size: 1.5rem;
}
.works .communication .works-list a .text ul {
  margin-top: 15px;
}
.works .communication .works-list a .text ul li {
  font-weight: bold;
  color: #403f41;
  display: inline-block;
  font-size: 1.3rem;
}
.works .communication .works-list a .text .date {
  margin-top: 5px;
  color: #403f41;
  font-weight: bold;
  font-size: 1.3rem;
}
.works .communication .cmn-btn {
  max-width: 195px;
  margin: 0 auto;
}
.works .communication .cmn-btn a {
  font-size: 1.4rem;
  padding: 22px 0;
}
.works .communication .cmn-btn a:after {
  display: none;
}
.works .communication .client-list {
  margin-top: 164px;
}
.works .detail {
  margin-top: 73px;
  padding-top: 57px;
  border-top: 0.5px solid #fa3e00;
}
.works .detail--banner {
  background: #fa3e00;
  margin-bottom: 85px;
}
.works .detail--banner--inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.works .detail--inner {
  max-width: 810px;
  margin: 0 auto 222px;
}
.works .detail--slide {
  max-width: 1118px;
  margin: 0 auto;
}
.works .detail--slide .title {
  font-weight: bold;
  font-size: 2.4rem;
  color: #fa3e00;
  text-align: center;
  margin-bottom: 73px;
}
.works .detail--slide .slide-other .item {
  padding: 0 19px;
  max-width: 100%;
}
.works .detail--slide .slide-other .item .text {
  padding: 20px 30px 26px 30px;
}
.works .detail--slide .slide-other .item .text a {
  text-decoration: none;
}
.works .detail--slide .slide-other .item .text .desc {
  font-weight: bold;
  line-height: 1.8;
  overflow: hidden;
  height: calc(1.8em * 3);
  color: #fa3e00;
  font-size: 1.6rem;
}
.works .detail--slide .slide-other .item .text .title {
  line-height: 1.6;
  height: calc(1.6em * 2 + 4px);
  margin-top: 15px;
  padding-top: 9px;
  border-top: 1px solid #dfe0e0;
  font-weight: bold;
  font-size: 1.5rem;
  color: #403f41;
  text-align: left;
  margin-bottom: 0;
}
.works .detail--slide .slide-other .slick-prev,
.works .detail--slide .slide-other .slick-next {
  width: 13px;
  height: 18px;
  top: 103px;
  transform: none;
  z-index: 9;
}
.works .detail--slide .slide-other .slick-prev::before,
.works .detail--slide .slide-other .slick-next::before {
  display: none;
}
.works .detail--slide .slide-other .slick-prev {
  background: url("../images/works/icon-left.png") no-repeat center/100%;
}
.works .detail--slide .slide-other .slick-next {
  background: url("../images/works/icon-right.png") no-repeat center/100%;
}
.works .detail .main-detail--title {
  font-weight: bold;
  font-size: 4.1rem;
  letter-spacing: .02em;
  line-height: 1.75;
  color: #000;
  margin-bottom: 27px;
}
.works .detail .main-detail--information {
  border-top: 0.5px solid #fa3e00;
  border-bottom: 0.5px solid #fa3e00;
  padding: 50px 0 67px;
  margin-bottom: 119px;
}
.works .detail .main-detail--information .title {
  color: #fa3e00;
  font-weight: bold;
  font-size: 2.6rem;
  margin-bottom: 12px;
}
.works .detail .main-detail--information .time {
  display: flex;
  font-weight: bold;
  font-size: 1.6rem;
}
.works .detail .main-detail--information .time time {
  flex-shrink: 0;
}
.works .detail .main-detail--information .time .tag {
  display: inline-block;
}
.works .detail .main-detail--information .time .tag li {
  display: inline-block;
  margin-left: 15px;
}
.works .detail .main-detail--information .info {
  width: 100%;
  table-layout: fixed;
  vertical-align: middle;
  margin-top: 71px;
}
.works .detail .main-detail--information .info th,
.works .detail .main-detail--information .info td {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 7px 0;
}
.works .detail .main-detail--information .info td {
  padding: 7px 25px;
}
.works .detail .main-detail--information .info th {
  width: 135px;
}
.works .detail .main-detail--information .info th span {
  display: block;
  color: #fff;
  text-align: center;
  background: #fa3e00;
  padding: 3px 0;
}
.works .detail .main-detail--contents {
  font-weight: 500;
  font-size: 1.6rem;
  overflow-wrap: break-word;
}
.works .detail .main-detail--contents p {
  line-height: 2;
  margin-bottom: 87px;
}
.works .detail .main-detail--contents p img {
  height: auto;
}
.works .detail .main-detail--contents .wp-caption {
  margin-bottom: 77px;
  max-width: 100%;
}
.works .detail .main-detail--contents .wp-caption img {
  max-width: 100%;
  height: auto;
}
.works .detail .main-detail--contents .wp-caption-text {
  text-align: right;
  margin-top: 17px;
}
.works .detail .main-detail--contents blockquote {
  padding-left: 40px;
}
.works .detail .main-detail--contents ul,
.works .detail .main-detail--contents ol {
  margin-bottom: 1.5em;
  padding-left: 40px;
}
.works .detail .main-detail--contents ol {
  list-style: decimal;
}
.works .detail .main-detail--contents ul {
  list-style: disc;
}
.works .detail .main-detail--contents h1 {
  margin-bottom: 1.5em;
  font-size: 1.6em;
  font-weight: bold;
}
.works .detail .main-detail--contents h2 {
  margin-bottom: 1.5em;
  font-size: 1.4em;
  font-weight: bold;
}
.works .detail .main-detail--contents h3 {
  margin-bottom: 1.5em;
  font-size: 1.2em;
  font-weight: bold;
}
.works .detail .main-detail--contents h4,
.works .detail .main-detail--contents h5,
.works .detail .main-detail--contents h6 {
  margin-bottom: 1.5em;
  font-size: 1em;
  font-weight: bold;
}
.works .detail .main-detail--contents b,
.works .detail .main-detail--contents strong {
  font-weight: bold;
}
.works .detail .main-detail--contents i,
.works .detail .main-detail--contents em {
  font-style: italic;
}
.works .detail .main-detail--contents .alignleft,
.works .detail .main-detail--contents .alignright,
.works .detail .main-detail--contents .aligncenter {
  display: block;
}
.works .detail .main-detail--contents .aligncenter,
.works .detail .main-detail--contents .alignright {
  margin-left: auto;
}
.works .detail .main-detail--contents .alignleft,
.works .detail .main-detail--contents .aligncenter {
  margin-right: auto;
}
.works .detail .main-detail--contents .alignright {
  margin-right: 0;
}
.works .detail .main-detail--contents .alignleft {
  margin-left: 0;
}

@media screen and (max-width: 1080px) {
  .works .communication--inner {
    padding: 0 5%;
  }
  .works .main--inner--slide .slick-dots {
    padding: 0 5%;
  }
  .works .detail--inner {
    padding: 0 5%;
  }
  .works .detail--slide {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .works .communication .title {
    font-size: 5.625vw;
  }
  .works .communication .title small {
    font-size: 4.0625vw;
  }
  .works .communication .time {
    font-size: 3.4375vw;
    margin-bottom: 60px;
  }
  .works .communication .tags {
    margin-bottom: 70px;
  }
  .works .communication .tags--title strong {
    font-size: 5.0625vw;
  }
  .works .communication .tags--title small {
    font-size: 3.75vw;
    margin-top: 0;
  }
  .works .communication .tags--inner {
    padding: 0 15px 20px;
  }
  .works .communication .tags--inner--block h4 {
    font-size: 3.75vw;
  }
  .works .communication .tags--inner--block ul a {
    font-size: 3.75vw;
  }
  .works .communication .works-list {
    margin: 0 0 30px;
  }
  .works .communication .works-list--item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .works .communication .works-list a .text {
    padding: 15px 5%;
  }
  .works .communication .works-list a .text p {
    font-size: 14px;
    font-size: 4.375vw;
  }
  .works .communication .works-list a .text h3 {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 13px;
    font-size: 4.0625vw;
    height: calc(1.6em * 2 + 10px);
  }
  .works .communication .works-list a .text ul li {
    font-size: 11px;
    font-size: 3.4375vw;
  }
  .works .communication .works-list a .text .date {
    font-size: 11px;
    font-size: 3.4375vw;
  }
  .works .communication .client-list {
    margin-top: 100px;
  }
  .works .communication .cmn-btn a {
    padding: 15px 0;
    font-size: 13px;
    font-size: 4.0625vw;
  }
  .works .main--inner--title {
    flex-wrap: wrap;
  }
  .works .main--inner--title .right-wrap {
    width: 100%;
    flex: auto;
    margin-top: 20px;
  }
  .works .main--inner--title .text {
    padding-left: 0;
    font-size: 3.4375vw;
  }
  .works .main--inner--slide .slick-list .item {
    margin: 0;
  }
  .works .main--inner--slide .slick-list .item--wrap {
    flex-direction: column;
  }
  .works .main--inner--slide .slick-list .item a {
    height: 53vw;
  }
  .works .main--inner--slide .slick-list .item .title {
    font-size: 5vw;
    padding: 0 5%;
  }
  .works .main--inner--slide .slick-list .item .title-small {
    font-size: 4.375vw;
    padding: 0 5%;
    margin-bottom: 10px;
  }
  .works .main--inner--slide .slick-list .item .time {
    font-size: 3.4375vw;
    padding: 0 5%;
  }
  .works .main--inner--slide .slick-list .item .tag {
    padding: 0 5%;
  }
  .works .main--inner--slide .slick-list .item .tag li {
    font-size: 3.4375vw;
  }
  .works .detail {
    margin-top: 60px;
    padding-top: 40px;
  }
  .works .detail--banner {
    margin-bottom: 40px;
  }
  .works .detail--inner {
    margin-bottom: 100px;
  }
  .works .detail .main-detail--title {
    font-size: 5.625vw;
  }
  .works .detail .main-detail--information {
    padding: 25px 0;
    margin-bottom: 60px;
  }
  .works .detail .main-detail--information .title {
    font-size: 4.0625vw;
  }
  .works .detail .main-detail--information .time {
    display: block;
    font-size: 3.4375vw;
  }
  .works .detail .main-detail--information .time .tag {
    display: block;
  }
  .works .detail .main-detail--information .time .tag li {
    margin-left: 0;
    margin-right: 15px;
  }
  .works .detail .main-detail--information .info {
    margin-top: 40px;
  }
  .works .detail .main-detail--information .info th,
  .works .detail .main-detail--information .info td {
    font-size: 3.4375vw;
    display: block;
    width: 100%;
  }
  .works .detail .main-detail--information .info th span {
    padding: 5px 0;
  }
  .works .detail .main-detail--contents {
    font-size: 3.4375vw;
  }
  .works .detail .main-detail--contents p {
    margin-bottom: 40px;
  }
  .works .detail .main-detail--contents .wp-caption {
    margin-bottom: 30px;
  }
  .works .detail--slide .title {
    font-size: 5.625vw;
    margin-bottom: 50px;
  }
  .works .detail--slide .slide-other .item {
    padding: 0 25px;
  }
  .works .detail--slide .slide-other .item .text {
    padding: 15px 5%;
  }
  .works .detail--slide .slide-other .item .text .desc {
    font-size: 14px;
    font-size: 4.375vw;
  }
  .works .detail--slide .slide-other .item .text .title {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 13px;
    font-size: 4.0625vw;
    height: calc(1.6em * 2 + 10px);
  }
  .works .detail--slide .slide-other .slick-prev,
  .works .detail--slide .slide-other .slick-next {
    top: 120px;
  }
  .works .detail--slide .slide-other .slick-prev {
    left: 4px;
  }
  .works .detail--slide .slide-other .slick-next {
    right: 4px;
  }
}
.column_news #particles {
  display: none;
}
.column_news article .main:before {
  height: 643px;
  z-index: 1;
}
.column_news article .main--inner {
  z-index: 2;
}
.column_news article .main--inner--title {
  margin-bottom: 62px;
}
.column_news article .main--category.is-red .article-category:first-child .article-category--list {
  border-top: none;
}
.column_news article .main--category.is-red .article-category:last-child .article-category--list {
  border-bottom: none;
}
.column_news article .main--category.is-normal .article-category:first-child strong {
  border-top: none;
}
.column_news article .main--category.is-normal .article-category:last-child strong {
  border-bottom: none;
}
.column_news article .main-news {
  background: #f5f6f6;
}
.column_news .box-article {
  width: 30%;
  margin: 0 1.6665% 39px;
  background: #fff;
}
.column_news .box-article a {
  display: block;
  text-decoration: none;
}
.column_news .box-article .text {
  background-color: #f5f6f6;
  padding: 25px 30px;
}
.column_news .box-article .text p {
  font-weight: bold;
  overflow: hidden;
  color: #fa3e00;
  line-height: 1.75;
  height: calc(1.75em * 3);
  font-size: 1.6rem;
}
.column_news .box-article .text .tag {
  margin-top: 18px;
  padding-top: 22px;
  border-top: 1px solid #dfe0e0;
}
.column_news .box-article .text .tag li {
  display: inline-block;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.3rem;
  margin-right: 5px;
}
.column_news .box-article .text .tag li a {
  color: #403f41;
}
.column_news .box-article .text .date {
  margin-top: 15px;
  line-height: 1.0;
  font-weight: bold;
  font-size: 1.3rem;
}
.column_news .box-article .text .date a {
  color: #403f41;
}
.column_news .article-category {
  display: flex;
  font-size: 1.5rem;
}
.column_news .article-category strong {
  width: 135px;
  display: block;
  font-weight: bold;
  text-align: center;
  border: 1px solid #fff;
  border-right: none;
  color: #fff;
  background: #fa3e00;
  padding: 16px 0;
}
.column_news .article-category--list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 16px 40px;
  border: 1px solid #fa3e00;
  border-left: none;
}
.column_news .article-category--list--item {
  margin-right: 35px;
}
.column_news .article-category--list--item a {
  font-weight: bold;
  color: #fa3e00;
  text-decoration: none;
  position: relative;
  padding-left: 25px;
}
.column_news .article-category--list--item a::before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  border: 1px solid #fa3e00;
  left: 0;
  top: 1px;
}
.column_news .article-category--list--item a.is-checked::before {
  background-color: #fa3e00;
}
.column_news .list-news {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  margin-top: 56px;
}
.column_news .list-news--item {
  width: 25%;
  margin-bottom: 28px;
  background-color: #fff;
}
.column_news .list-news--item .box {
  height: 100%;
}
.column_news .list-news--item a {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 28px 22px;
  position: relative;
}
.column_news .list-news--item a:after {
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #b1b3b5;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 56px);
}
.column_news .list-news--item a dl dt, .column_news .list-news--item a dl dd {
  font-weight: bold;
  line-height: 1.0;
}
.column_news .list-news--item a dl .date {
  color: #fa3e00;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 12px;
}
.column_news .list-news--item a dl dd {
  display: inline-block;
  background-color: #fa3e00;
  color: #fff;
  padding: 6px 0 4px;
  max-width: 62px;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
}
.column_news .list-news--item a p {
  margin-top: 20px;
  line-height: 1.72;
  overflow: hidden;
  height: calc(1.72em * 5);
  font-weight: bold;
  color: #403f41;
  font-size: 1.4rem;
}
.column_news .list-news--item a .tag-list {
  margin-top: 23px;
  padding-top: 16px;
  border-top: 1px solid #dfe0e0;
  line-height: 2.1538;
  color: #403f41;
  font-weight: bold;
  font-size: 1.3rem;
}
.column_news .list-news--item a .date {
  margin-top: 15px;
  line-height: 1.0;
  font-weight: bold;
  color: #403f41;
  font-size: 1.3rem;
}
.column_news .list-news--item:nth-child(4n) a:after, .column_news .list-news--item:last-child a:after {
  display: none;
}
.column_news .main-news {
  padding-bottom: 85px;
}
.column_news .main-news .cmn-btn {
  max-width: 195px;
  margin: 0 auto;
}
.column_news .main-news .cmn-btn a {
  font-size: 1.4rem;
  padding: 22px 0;
}
.column_news .column {
  padding: 100px 0 140px;
}
.column_news .column--inner {
  max-width: 1080px;
  margin: 0 auto;
}
.column_news .column--inner--wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 56px -18px 60px;
}
.column_news .column .main--inner--title h2 {
  color: #fa3e00;
}
.column_news .column .main--inner--title .en {
  color: #fa3e00;
}
.column_news .column .cmn-btn {
  max-width: 195px;
  margin: 0 auto;
}
.column_news .column .cmn-btn a {
  font-size: 1.4rem;
  padding: 22px 0;
}
.column_news .download {
  background: #f5f6f6;
  padding: 40px 0 110px;
}
.column_news .download--inner {
  max-width: 1080px;
  margin: 0 auto;
}
.column_news .download--inner--wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 56px -18px 60px;
}
.column_news .download--inner--wrap .box-article .image {
  position: relative;
}
.column_news .download--inner--wrap .box-article .text {
  background: #fff;
}
.column_news .download--inner--wrap .box-article .text p {
  height: calc(1.5em * 2);
}
.column_news .download .main--inner--title h2 {
  color: #fa3e00;
}
.column_news .download .main--inner--title .en {
  color: #fa3e00;
}
.column_news .download .cmn-btn {
  max-width: 195px;
  margin: 0 auto;
}
.column_news .download .cmn-btn a {
  font-size: 1.4rem;
  padding: 22px 0;
}
.column_news .detail {
  background: #fff;
  margin-top: 140px;
  padding-bottom: 55px;
}
.column_news .detail--inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 75px 0;
}
.column_news .detail--inner--contents {
  padding: 0 135px;
}
.column_news .detail--inner--contents .title {
  font-size: 3.6rem;
  font-weight: bold;
  color: #000;
  letter-spacing: .02em;
  line-height: 1.75;
  margin-bottom: 35px;
  overflow-wrap: break-word;
}
.column_news .detail--inner--contents .information {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  border-top: 1px solid #fa3e00;
  padding-top: 35px;
  margin-bottom: 65px;
}
.column_news .detail--inner--contents .information--tag {
  font-size: 2rem;
}
.column_news .detail--inner--contents .information--tag .tag {
  margin-bottom: 5px;
}
.column_news .detail--inner--contents .information--tag .tag li {
  display: inline-block;
  margin-right: 20px;
}
.column_news .detail--inner--contents .information--output .social {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.column_news .detail--inner--contents .information--output .social li {
  margin-left: 15px;
}
.column_news .detail--inner--contents .information--output .social a {
  color: #403f41;
  background: none;
}
.column_news .detail--inner--contents .post-contents {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  padding-bottom: 30px;
  overflow-wrap: break-word;
}
.column_news .detail--inner--contents .post-contents p {
  margin-bottom: 47px;
}
.column_news .detail--inner--contents .post-contents img {
  height: auto;
}
.column_news .detail--inner--contents .post-contents .wp-caption-text {
  margin-top: 12px;
}
.column_news .detail--inner--contents .post-contents h4 {
  font-weight: bold;
  color: #fa3e00;
}
.column_news .detail--inner--contents .post-contents a {
  color: #403f41;
}
.column_news .detail--inner--contents .post-contents figcaption {
  text-align: right;
  margin-top: 17px;
}
.column_news .detail--inner--contents .post-contents blockquote {
  padding-left: 40px;
}
.column_news .detail--inner--contents .post-contents ul,
.column_news .detail--inner--contents .post-contents ol {
  margin-bottom: 1.5em;
  padding-left: 40px;
}
.column_news .detail--inner--contents .post-contents ol {
  list-style: decimal;
}
.column_news .detail--inner--contents .post-contents ul {
  list-style: disc;
}
.column_news .detail--inner--contents .post-contents h1 {
  margin-bottom: 1.5em;
  font-size: 1.6em;
  font-weight: bold;
}
.column_news .detail--inner--contents .post-contents h2 {
  margin-bottom: 1.5em;
  font-size: 1.4em;
  font-weight: bold;
}
.column_news .detail--inner--contents .post-contents h3 {
  margin-bottom: 1.5em;
  font-size: 1.2em;
  font-weight: bold;
}
.column_news .detail--inner--contents .post-contents h5,
.column_news .detail--inner--contents .post-contents h6 {
  margin-bottom: 1.5em;
  font-size: 1em;
  font-weight: bold;
}
.column_news .detail--inner--contents .post-contents b,
.column_news .detail--inner--contents .post-contents strong {
  font-weight: bold;
}
.column_news .detail--inner--contents .post-contents i,
.column_news .detail--inner--contents .post-contents em {
  font-style: italic;
}
.column_news .detail--inner--contents .post-contents .alignleft,
.column_news .detail--inner--contents .post-contents .alignright,
.column_news .detail--inner--contents .post-contents .aligncenter {
  display: block;
}
.column_news .detail--inner--contents .post-contents .aligncenter,
.column_news .detail--inner--contents .post-contents .alignright {
  margin-left: auto;
}
.column_news .detail--inner--contents .post-contents .alignleft,
.column_news .detail--inner--contents .post-contents .aligncenter {
  margin-right: auto;
}
.column_news .detail--inner--contents .post-contents .alignright {
  margin-right: 0;
}
.column_news .detail--inner--contents .post-contents .alignleft {
  margin-left: 0;
}
.column_news .detail--inner--contents .post-contents .block {
  margin-bottom: 64px;
}
.column_news .detail--inner--contents .post-contents .block p {
  margin-bottom: 32px;
  padding-left: 1em;
}
.column_news .detail--inner--contents .contact-info {
  border-top: 1px solid #fa3e00;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  padding-top: 49px;
}
.column_news .detail--inner--contents .contact-info strong {
  font-weight: bold;
  color: #fa3e00;
}
.column_news .detail--slide {
  max-width: 1118px;
  margin: 0 auto;
}
.column_news .detail--slide .title {
  font-weight: bold;
  font-size: 2.4rem;
  color: #fa3e00;
  text-align: center;
  margin-bottom: 73px;
}
.column_news .detail--slide .slide-other .item {
  margin: 0 19px;
  max-width: 100%;
  background-color: #f5f6f6;
}
.column_news .detail--slide .slide-other .item .text {
  padding: 20px 30px 26px 30px;
  background-color: #f5f6f6;
}
.column_news .detail--slide .slide-other .item .text a {
  text-decoration: none;
}
.column_news .detail--slide .slide-other .item .text h3 {
  font-weight: bold;
  line-height: 1.8;
  overflow: hidden;
  height: calc(1.8em * 3);
  color: #fa3e00;
  font-size: 1.6rem;
}
.column_news .detail--slide .slide-other .item .text .tag {
  margin-top: 18px;
  padding-top: 22px;
  border-top: 1px solid #dfe0e0;
}
.column_news .detail--slide .slide-other .item .text .tag li {
  display: inline-block;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.3rem;
  margin-right: 5px;
}
.column_news .detail--slide .slide-other .item .text .date {
  margin-top: 15px;
  line-height: 1.0;
  font-weight: bold;
  font-size: 1.3rem;
}
.column_news .detail--slide .slide-other .slick-prev,
.column_news .detail--slide .slide-other .slick-next {
  width: 13px;
  height: 18px;
  top: 103px;
  transform: none;
  z-index: 9;
}
.column_news .detail--slide .slide-other .slick-prev::before,
.column_news .detail--slide .slide-other .slick-next::before {
  display: none;
}
.column_news .detail--slide .slide-other .slick-prev {
  background: url("../images/works/icon-left.png") no-repeat center/100%;
}
.column_news .detail--slide .slide-other .slick-next {
  background: url("../images/works/icon-right.png") no-repeat center/100%;
}

@media screen and (max-width: 1080px) {
  .column_news .article-category {
    padding: 0 5%;
  }
  .column_news .list-news {
    padding: 0 5%;
  }
  .column_news .column--inner {
    padding: 0 5%;
  }
  .column_news .download--inner {
    padding: 0 5%;
  }
  .column_news .detail--slide {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .column_news article .main--inner--title {
    margin-bottom: 30px;
  }
  .column_news article .main--category {
    border: 1px solid #fa3e00;
  }
  .column_news .article-category {
    flex-wrap: wrap;
    font-size: 3.75vw;
    padding: 0;
  }
  .column_news .article-category strong {
    width: 100%;
    display: block;
    padding: 10px 0;
    border-right: 1px solid #fff;
  }
  .column_news .article-category--list {
    flex: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    border: none;
  }
  .column_news .article-category--list--item {
    margin-right: 15px;
  }
  .column_news .article-category--list--item a {
    padding-left: 6vw;
  }
  .column_news .article-category--list--item a::before {
    width: 4vw;
    height: 4vw;
    top: .1vw;
  }
  .column_news .box-article {
    width: 48%;
    padding: 0;
    margin: 0;
    margin-top: 20px;
  }
  .column_news .box-article .text {
    padding: 15px 5%;
  }
  .column_news .box-article .text p {
    font-size: 14px;
    font-size: 4.375vw;
  }
  .column_news .box-article .text .tag {
    margin-top: 15px;
    padding-top: 15px;
  }
  .column_news .box-article .text .tag li {
    font-size: 11px;
    font-size: 3.4375vw;
  }
  .column_news .box-article .text .date {
    margin-top: 10px;
    font-size: 11px;
    font-size: 3.4375vw;
  }
  .column_news .box-article:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .column_news .list-news {
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 0;
  }
  .column_news .list-news--item {
    width: 50%;
  }
  .column_news .list-news--item a {
    padding: 15px 8%;
  }
  .column_news .list-news--item a:after {
    height: calc(100% - 30px);
  }
  .column_news .list-news--item a dl .date {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 4.0625vw;
  }
  .column_news .list-news--item a dl dd {
    max-width: 62px;
    font-size: 10px;
    font-size: 3.125vw;
  }
  .column_news .list-news--item a p {
    margin-top: 10px;
    font-size: 12px;
    font-size: 3.75vw;
  }
  .column_news .list-news--item a .tag-list {
    margin-top: 15px;
    padding-top: 15px;
  }
  .column_news .list-news--item a .tag-list li {
    font-size: 11px;
    font-size: 3.4375vw;
  }
  .column_news .list-news--item a .date {
    margin-top: 10px;
    font-size: 11px;
    font-size: 3.4375vw;
  }
  .column_news .list-news--item:nth-of-type(even) a:after {
    display: none;
  }
  .column_news .list-news--item:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .column_news .column,
  .column_news .download {
    padding: 50px 0 60px;
  }
  .column_news .column--inner--wrap,
  .column_news .download--inner--wrap {
    justify-content: space-between;
    margin: 30px 0 40px;
  }
  .column_news .column .cmn-btn a,
  .column_news .download .cmn-btn a {
    padding: 15px 0;
    font-size: 13px;
    font-size: 4.0625vw;
  }
  .column_news .detail {
    margin-top: 40px;
  }
  .column_news .detail--inner {
    padding: 30px 5%;
  }
  .column_news .detail--inner--contents {
    padding: 0;
  }
  .column_news .detail--inner--contents .title {
    font-size: 5.625vw;
  }
  .column_news .detail--inner--contents .information {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .column_news .detail--inner--contents .information--tag {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 4.375vw;
  }
  .column_news .detail--inner--contents .information--output .social {
    font-size: 11px;
    font-size: 3.4375vw;
  }
  .column_news .detail--inner--contents .post-contents {
    font-size: 3.4375vw;
    padding-bottom: 10px;
  }
  .column_news .detail--inner--contents .post-contents p {
    margin-bottom: 30px;
  }
  .column_news .detail--inner--contents .post-contents .block {
    margin-bottom: 50px;
  }
  .column_news .detail--inner--contents .post-contents .block p {
    margin-bottom: 20px;
  }
  .column_news .detail--inner--contents .contact-info {
    font-size: 3.4375vw;
  }
  .column_news .detail--slide .title {
    font-size: 5.625vw;
    margin-bottom: 50px;
  }
  .column_news .detail--slide .slide-other .item {
    margin: 0 25px;
  }
  .column_news .detail--slide .slide-other .item .text {
    padding: 15px 5%;
  }
  .column_news .detail--slide .slide-other .item .text h3 {
    font-size: 14px;
    font-size: 4.375vw;
  }
  .column_news .detail--slide .slide-other .item .text .tag {
    margin-top: 15px;
    padding-top: 15px;
  }
  .column_news .detail--slide .slide-other .item .text .tag li {
    font-size: 11px;
    font-size: 3.4375vw;
  }
  .column_news .detail--slide .slide-other .item .text .date {
    margin-top: 10px;
    font-size: 11px;
    font-size: 3.4375vw;
  }
  .column_news .detail--slide .slide-other .slick-prev,
  .column_news .detail--slide .slide-other .slick-next {
    top: 120px;
  }
  .column_news .detail--slide .slide-other .slick-prev {
    left: 4px;
  }
  .column_news .detail--slide .slide-other .slick-next {
    right: 4px;
  }
}
.news #particles {
  display: none;
}
.news article .main::before {
  z-index: -1;
}
.news article .main--inner {
  max-width: 810px;
}

@media screen and (max-width: 767px) {
  .news article .main--inner {
    max-width: 90%;
  }
}
.column #particles {
  display: none;
}
.column article .main::before {
  background-color: #f5f6f6;
  z-index: -1;
}
.column article .main--inner {
  max-width: 810px;
}
.column .detail {
  padding-bottom: 0;
}
.column .detail--inner {
  padding-bottom: 10px;
}
.column .detail--inner--contents {
  margin-top: -150px;
}
.column .detail--inner--contents .image {
  margin-bottom: 45px;
}
.column .detail--inner--contents .post-contents .wp-caption {
  margin-bottom: 45px;
  max-width: 100%;
}
.column .detail--inner--contents .post-contents .wp-caption img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .column article .main--inner {
    max-width: 90%;
  }
  .column .detail--inner--contents {
    margin-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
