@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
img {
  width: 100%;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rotate {
  -webkit-animation: rotate 12s infinite linear;
          animation: rotate 12s infinite linear;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
body {
  position: relative;
}
body.fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

main {
  overflow: hidden;
}
main .header {
  width: 100%;
  height: 7.0833333333vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
main .header--logobox {
  width: 100%;
  margin-left: 2.0833333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .header--logobox--logo {
  width: 12.25vw;
}
main .header--logobox--logo a {
  display: block;
  width: 100%;
}
main .header--logobox--logo a img {
  width: 100%;
}
main .header--logobox--sitename {
  margin-left: 1.6666666667vw;
  color: #E60012;
  font-size: 1.0833333333vw;
  font-weight: bold;
}
main .header--menu {
  width: 62.6666666667vw;
  margin-right: 2.3333333333vw;
}
main .header--menu .menu {
  display: none;
}
main .header--menu .globalnav {
  width: 100%;
  height: 100%;
}
main .header--menu .globalnav .nav_content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main .header--menu .globalnav .nav_content--inner {
  width: 31.6666666667vw;
  height: 100%;
  margin-right: 3.1666666667vw;
}
main .header--menu .globalnav .nav_content--inner ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .header--menu .globalnav .nav_content--inner ul li {
  height: 1.75vw;
}
main .header--menu .globalnav .nav_content--inner ul li a {
  display: block;
  font-size: 1.1666666667vw;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
main .header--menu .globalnav .nav_content--list {
  visibility: hidden;
  width: 10.6666666667vw;
  height: 2.6666666667vw;
  margin-right: 2.1666666667vw;
}
main .header--menu .globalnav .nav_content--list a {
  display: block;
  width: 100%;
  height: 100%;
  background: #E60012;
  color: #fff;
  font-size: 1.1666666667vw;
  font-weight: bold;
  line-height: 2.6666666667vw;
  text-align: center;
}
main .header--menu .globalnav .nav_content--mynavi {
  visibility: hidden;
  width: 15.1666666667vw;
  height: 1.9166666667vw;
}
main .header--menu .globalnav .nav_content--mynavi a {
  display: block;
  width: 100%;
  height: 100%;
}
main .header--menu .globalnav .nav_content--mynavi a img {
  width: 100%;
}
main .footer {
  width: 100%;
  background: #fff;
  padding: 3.3333333333vw 5%;
}
main .footer .copyright {
  font-size: 1.0833333333vw;
  text-align: center;
  font-weight: 100;
}

@media screen and (max-width: 767px) {
  main .header {
    height: 13.6vw;
  }
  main .header--logobox {
    width: 77.3333333333vw;
    margin-left: 3.3333333333vw;
  }
  main .header--logobox--logo {
    width: 26.2666666667vw;
  }
  main .header--logobox--sitename {
    margin-left: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  main .header--menu {
    width: 14vw;
    height: 100%;
    margin-right: 0;
    background: none;
    position: relative;
  }
  main .header--menu .menu {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  main .header--menu .menu span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 4.5333333333vw;
    height: 0.2666666667vw;
    background: #E60012;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  main .header--menu .menu span:nth-of-type(1) {
    top: 4.8vw;
  }
  main .header--menu .menu span:nth-of-type(2) {
    top: 6.6666666667vw;
  }
  main .header--menu .menu span:nth-of-type(3) {
    top: 8.2666666667vw;
  }
  main .header--menu .menu.active span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  main .header--menu .menu.active span:nth-of-type(2) {
    display: none;
  }
  main .header--menu .menu.active span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  main .header--menu .globalnav {
    display: none;
    width: 100vw;
    height: auto;
    position: absolute;
    top: 13.6vw;
    left: -86vw;
    right: 0;
  }
  main .header--menu .globalnav .nav_content {
    display: block;
    padding: 6.6666666667vw 10% 13.3333333333vw;
    background: #fff;
  }
  main .header--menu .globalnav .nav_content--inner {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  main .header--menu .globalnav .nav_content--inner ul {
    display: block;
  }
  main .header--menu .globalnav .nav_content--inner ul li {
    height: 14.6666666667vw;
  }
  main .header--menu .globalnav .nav_content--inner ul li a {
    font-size: 4vw;
    padding: 5.3333333333vw 0;
  }
  main .header--menu .globalnav .nav_content--inner ul li:not(:first-of-type) {
    border-top: 1px solid #9EA7B8;
  }
  main .header--menu .globalnav .nav_content--list {
    width: 100%;
    height: 10.9333333333vw;
    margin-right: 0;
    margin-top: 10.6666666667vw;
  }
  main .header--menu .globalnav .nav_content--list a {
    font-size: 4vw;
    line-height: 10.9333333333vw;
  }
  main .header--menu .globalnav .nav_content--mynavi {
    width: 48.5333333333vw;
    height: 6.1333333333vw;
    margin: 10.6666666667vw auto 0;
  }
  main .header--menu .globalnav.active {
    display: block;
  }
  main .footer {
    padding: 5.3333333333vw 5%;
  }
  main .footer .copyright {
    font-size: 3.4666666667vw;
  }
}
/* =========================================================
 * reset　　　    /*リセット
========================================================= */
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;
}
ul li img {
  line-height: 0;
  font-size: 0;
  vertical-align: top;
}

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

/* 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%;
  overflow: auto;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: break-all; /*CJK (中国語、台湾語、日本語、韓国語) 以外のテキストにおいて、単語中などでの文字の改行に関する禁則処理を解除し、どの文字の間でも改行するようにします。*/
}

body {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font: inherit;
  font-size: 1vw;
  font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 1.4;
  color: #000;
  background: #fff;
}

a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

button {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
button:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.soon {
  pointer-events: none;
  opacity: 0.5;
}

.hide, .hidden {
  visibility: hidden;
}

p {
  line-break: strict;
}

img {
  max-width: 100%;
}

main {
  display: block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    min-width: 100%;
  }
  a {
    -webkit-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 */
  }
  button {
    -webkit-transition: none;
    transition: none;
  }
  button:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)";
    /* IE 8 */
  }
  img {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* =========================================================
 * font
========================================================= */
/*oswald*/
.oswald {
  font-family: "Oswald", serif;
}

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

/* =========================================================
 * fade Animation　　   /*フェード アニメーション
========================================================= */
.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right,
.opening {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.875s ease-in-out, -webkit-transform 0.875s ease-in-out;
  transition: opacity 0.875s ease-in-out, -webkit-transform 0.875s ease-in-out;
  transition: opacity 0.875s ease-in-out, transform 0.875s ease-in-out;
  transition: opacity 0.875s ease-in-out, transform 0.875s ease-in-out, -webkit-transform 0.875s ease-in-out;
}

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

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

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

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

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

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin,
.opening.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* =========================================================
 * scrollbar　　   /*フスクロールバー
========================================================= */
::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

.top article .main {
  width: 100%;
  margin-top: 7.0833333333vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top article .main--img {
  width: 33.3333333333%;
  position: relative;
}
.top article .main--img figure {
  width: 100%;
}
.top article .main--img figure img {
  width: 100%;
}
.top article .main--img--en {
  position: absolute;
  top: 1.3333333333vw;
  left: 1.8333333333vw;
  color: #fff;
  font-size: 1.25vw;
  font-weight: 100;
}
.top article .main--txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.top article .main--txt figure {
  width: 100%;
  opacity: 0.4;
}
.top article .main--txt figure img {
  width: 100%;
}
.top article .main--txt h2 {
  position: absolute;
  top: 3.3333333333vw;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 4.1666666667vw;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.top article .main--txt--en {
  position: absolute;
  top: 11.6666666667vw;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 1.4166666667vw;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.top article .expla {
  width: 100%;
  padding: 7.8333333333vw 0;
  background: #E60012;
}
.top article .expla--inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.top article .expla--inner--ttl {
  margin-top: 1.25vw;
  color: #fff;
  font-size: 3.0833333333vw;
  letter-spacing: 0.06em;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.top article .expla--inner--txt {
  color: #fff;
  font-size: 2.0833333333vw;
  letter-spacing: 0.05em;
  line-height: 3.9166666667vw;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.top article .expla--inner .grouptext {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.top article .sub_kv {
  width: 100%;
}
.top article .business {
  width: 100%;
  padding: 9.5vw 0 9.6666666667vw;
}
.top article .business .bus-inner {
  width: 83.3333333333vw;
  margin: 0 auto;
}
.top article .business .bus-inner--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 2.5vw;
}
.top article .business .bus-inner--ttl .en {
  color: #E60012;
  font-size: 5vw;
}
.top article .business .bus-inner--ttl h2 {
  margin-left: 1.6666666667vw;
  color: #E60012;
  font-size: 1.5vw;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.top article .business .bus-inner .bus-intro {
  font-size: 1.25vw;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 2.5vw;
  font-weight: bold;
}
.top article .business--block {
  width: 100%;
  position: relative;
  margin-top: 5.5vw;
}
.top article .business--block::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 5vw;
  height: 100%;
}
.top article .business--block .bus-inner {
  width: 83.3333333333vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top article .business--block .bus-inner--txt {
  width: 44.5vw;
}
.top article .business--block .bus-inner--txt--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.top article .business--block .bus-inner--txt--ttl .en {
  font-size: 3.4166666667vw;
}
.top article .business--block .bus-inner--txt--ttl h3 {
  margin-left: 1.5vw;
  font-size: 1.3333333333vw;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.top article .business--block .bus-inner--txt .bus-p {
  width: 100%;
  margin-top: 1.6666666667vw;
  font-size: 1.25vw;
  letter-spacing: 0.05em;
  line-height: 1.9;
  text-align: justify;
}
.top article .business--block .bus-inner--txt .bus-ex {
  width: 100%;
  margin-top: 2.5vw;
  padding: 0.8333333333vw 0;
  font-size: 1.1666666667vw;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: justify;
  color: #E60012;
  border-top: 1px solid rgba(230, 0, 18, 0.5);
  border-bottom: 1px solid rgba(230, 0, 18, 0.5);
}
.top article .business--block .bus-inner--img {
  width: 35.25vw;
  position: relative;
}
.top article .business--block .bus-inner--img img {
  width: 100%;
}
.top article .business--block .bus-inner--img .number {
  position: absolute;
  top: 0;
  left: 0.4166666667vw;
  color: #fff;
  font-size: 5vw;
  font-weight: 100;
}
.top article .business--block.odd::before {
  left: 0;
  background: #CED3DB;
}
.top article .business--block.odd .bus-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top article .business--block.odd .bus-inner--txt--ttl .en {
  color: #E60012;
}
.top article .business--block.even::before {
  right: 0;
  background: #E60012;
}
.top article .business--block.even .bus-inner--txt--ttl h3 {
  color: #E60012;
}
.top article .business--block.even .bus-inner--img .number {
  left: auto;
  right: 0.4166666667vw;
}
.top article .entry {
  width: 100%;
  padding: 8.3333333333vw 0 23.3333333333vw;
  position: relative;
}
.top article .entry--first {
  width: 100%;
  padding: 6.25vw 0 7.0833333333vw 0;
  background: #ECEDF1;
  position: relative;
  z-index: 1;
}
.top article .entry--first--ttl {
  position: absolute;
  top: -4vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top article .entry--first--ttl .en {
  color: #E60012;
  font-size: 5vw;
  text-align: center;
}
.top article .entry--first .anchor-link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.3333333333vw;
}
.top article .entry--first .anchor-link_wrap .anchor-link {
  width: 20vw;
  height: 5.0833333333vw;
  font-size: 1.4166666667vw;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #e60012;
}
.top article .entry--first .anchor-link_wrap .anchor-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
}
.top article .entry--first .anchor-link-txt {
  font-size: 1.4166666667vw;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 2.9166666667vw;
}
.top article .entry--first .japan {
  position: absolute;
  width: 29.5833333333vw;
  height: auto;
  top: 52%;
  left: 52%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
.top article .entry--first .mixitup-control-active::before {
  content: "";
  display: block;
  position: absolute;
  background: #E60012;
}
.top article .entry--items {
  width: 100%;
  padding-top: 8.5833333333vw;
  position: relative;
}
.top article .entry--items .ttl {
  display: block;
  width: 80vw;
  margin: 0 auto;
  position: relative;
  padding: 0 55px;
  color: #e60012;
  text-align: center;
  font-size: 2.3333333333vw;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 3.4166666667vw;
}
.top article .entry--items .ttl::before, .top article .entry--items .ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 26.9166666667vw;
  height: 0.0833333333vw;
  background-color: #e60012;
}
.top article .entry--items .ttl::before {
  left: 0;
}
.top article .entry--items .ttl::after {
  right: 0;
}
.top article .entry--items--list {
  width: 79vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5vw;
}
.top article .entry--items--list.one_con {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top article .entry--items--list .company {
  width: 36.5vw;
  margin-bottom: 4.1666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.top article .entry--items--list .company .itembox {
  width: 100%;
  min-height: 43.8333333333vw;
  padding: 1.6666666667vw 2.25vw 2.75vw;
  border: 1px solid #E60012;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.top article .entry--items--list .company .itembox::before, .top article .entry--items--list .company .itembox::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
.top article .entry--items--list .company .itembox::before {
  height: 100%;
  top: 1.1666666667vw;
  left: 1.1666666667vw;
  z-index: -1;
  background: #FEF2F3;
}
.top article .entry--items--list .company .itembox::after {
  height: 14vw;
  top: 0;
  left: 0;
  z-index: 0;
  background: #E60012;
}
.top article .entry--items--list .company .itembox h3 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6666666667vw;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
.top article .entry--items--list .company .itembox .item-img {
  width: 100%;
  margin-top: 1.1666666667vw;
  position: relative;
  z-index: 1;
}
.top article .entry--items--list .company .itembox .item-img img {
  width: 100%;
}
.top article .entry--items--list .company .itembox .item-txt {
  min-height: 10.5vw;
  font-size: 1.1666666667vw;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 1.6666666667vw;
  text-align: justify;
}
.top article .entry--items--list .company .itembox .btns {
  width: 100%;
  margin-top: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top article .entry--items--list .company .itembox .btns .btn {
  width: 14.5833333333vw;
  height: 4.3333333333vw;
}
.top article .entry--items--list .company .itembox .btns .btn a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.top article .entry--items--list .company .itembox .btns .btn.btn01 a {
  color: #fff;
  background: #E60012;
  text-align: center;
  font-size: 1.0833333333vw;
  letter-spacing: 0.05em;
  line-height: 4.3333333333vw;
  font-weight: bold;
}
.top article .entry--items--list .company .itembox .btns .btn.btn01 a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3333333333vw;
  right: 0.3333333333vw;
  width: 1vw;
  height: 1vw;
  background: url("../images/search-blank.png") no-repeat center/contain;
}
.top article .entry--items--list .company .itembox .btns .btn.btn02 a img {
  width: 100%;
}
.top article .entry--items--list .company .itembox .btns.single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top article .entry--items--list .company .s-items {
  margin-top: 0.8333333333vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top article .entry--items--list .company .s-items .example {
  color: #e60012;
  font-size: 1.0833333333vw;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.top article .entry--items--list .company .s-items .example:not(:last-of-type) {
  margin-right: 1em;
}
.top article .entry .logo-gray {
  position: absolute;
  bottom: -0.2vw;
  left: 0;
  right: 0;
  width: 100%;
}
.top article .entry .logo-gray img {
  width: 100%;
}
.top article .foot {
  width: 100%;
  padding: 13.1666666667vw 0;
  background: #9EA7B8;
  color: #fff;
}
.top article .foot h2 {
  font-size: 4vw;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: bold;
}
.top article .foot .foot-en {
  font-size: 1.25vw;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 1.8333333333vw;
}

@media screen and (max-width: 767px) {
  .top article .main {
    margin-top: 13.6vw;
  }
  .top article .main--img--en {
    top: 2.1333333333vw;
    left: 2.9333333333vw;
    font-size: 2vw;
  }
  .top article .main--txt h2 {
    top: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .top article .main--txt--en {
    top: 18.6666666667vw;
    font-size: 2.2666666667vw;
  }
  .top article .main .search-btn {
    bottom: 2.4vw;
    right: 2.4vw;
    width: 17.8666666667vw;
    height: 17.8666666667vw;
  }
  .top article .main .search-btn a img {
    width: 16.8vw;
  }
  .top article .main .search-btn a .search-btn-txt .en {
    font-size: 2.4vw;
  }
  .top article .main .search-btn a .search-btn-txt .jp {
    margin-top: 0.6666666667vw;
    font-size: 1.6vw;
  }
  .top article .message {
    padding-top: 15.3333333333vw;
  }
  .top article .message--block--inner {
    width: 80%;
    margin: 0 auto 9.3333333333vw;
    display: block;
  }
  .top article .message--block--inner--box .ttl {
    font-size: 8vw;
    margin-bottom: 5.3333333333vw;
  }
  .top article .message--block--inner--box .txt {
    font-size: 3.3333333333vw;
  }
  .top article .message--block--inner--box .messageimg.img02 {
    width: 80%;
    top: 10vw;
  }
  .top article .message--block--inner--box .messageimg.img03 {
    width: 80%;
    top: 10vw;
  }
  .top article .message--block .sideimg {
    width: 5.4666666667vw;
  }
  .top article .message--block .sideimg::before {
    width: 1.3333333333vw;
    height: 21.3333333333vw;
  }
  .top article .message--block.first .message--block--inner .firstimg {
    margin-left: 0;
  }
  .top article .message--block.second {
    margin-top: 73.3333333333vw;
  }
  .top article .message--block.second .message--block--inner--box .txt {
    margin-left: 0;
  }
  .top article .message--last {
    padding: 63.6vw 0 40vw;
  }
  .top article .message--last h2 {
    font-size: 5.3333333333vw;
  }
  .top article .message--last--img {
    top: 89.6vw;
    right: 23.3333333333vw;
    width: 29.7333333333vw;
  }
  .top article .expla {
    padding: 9.3333333333vw 0 9.3333333333vw;
  }
  .top article .expla--inner--txt {
    font-size: 2.4vw;
  }
  .top article .expla--inner--ttl {
    font-size: 3.7333333333vw;
  }
  .top article .expla--inner--ttl .en {
    font-size: 8vw;
  }
  .top article .expla--inner--ttl h2 {
    margin-left: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .top article .expla--inner--txt h3 {
    font-size: 6vw;
    margin-bottom: 2vw;
  }
  .top article .expla--inner--txt h4 {
    font-size: 4.5333333333vw;
    padding-bottom: 2.9333333333vw;
  }
  .top article .expla--inner--txt .expla-txt {
    font-size: 3.3333333333vw;
    padding-bottom: 5.0666666667vw;
  }
  .top article .expla--inner--txt.half {
    width: 100%;
    margin-bottom: 6.1333333333vw;
  }
  .top article .expla--inner--txt.wide {
    width: 100%;
  }
  .top article .expla--inner .expla-fig {
    top: 169.8666666667vw;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 70%;
  }
  .top article .business {
    padding: 15.2vw 0 15.4666666667vw;
  }
  .top article .business .bus-inner {
    width: 90%;
  }
  .top article .business .bus-inner--ttl {
    margin-bottom: 4vw;
  }
  .top article .business .bus-inner--ttl .en {
    font-size: 8vw;
  }
  .top article .business .bus-inner--ttl h2 {
    margin-left: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .top article .business .bus-inner .bus-intro {
    font-size: 3.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .top article .business--block {
    margin-top: 16.8vw;
  }
  .top article .business--block::before {
    width: 5.3333333333vw;
  }
  .top article .business--block .bus-inner {
    width: 80%;
  }
  .top article .business--block .bus-inner--txt {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
  .top article .business--block .bus-inner--txt--ttl .en {
    font-size: 5.4666666667vw;
  }
  .top article .business--block .bus-inner--txt--ttl h3 {
    margin-left: 2.4vw;
    font-size: 3.4666666667vw;
  }
  .top article .business--block .bus-inner--txt .bus-p {
    margin-top: 2.6666666667vw;
    font-size: 3.3333333333vw;
  }
  .top article .business--block .bus-inner--txt .bus-ex {
    margin-top: 4vw;
    padding: 1.3333333333vw 0;
    font-size: 3.2vw;
  }
  .top article .business--block .bus-inner--img {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
  .top article .business--block .bus-inner--img .number {
    left: 1.3333333333vw;
    font-size: 8vw;
  }
  .top article .business--block.odd .bus-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top article .business--block.even .bus-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top article .business--block.even .bus-inner--img .number {
    right: 0.6666666667vw;
  }
  .top article .entry {
    padding: 13.3333333333vw 0 24vw;
  }
  .top article .entry--first {
    padding: 9.3333333333vw 0 6.6666666667vw;
  }
  .top article .entry--first--ttl {
    width: 100%;
    top: -6vw;
  }
  .top article .entry--first--ttl .en {
    font-size: 8vw;
  }
  .top article .entry--first--ttl h2 {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
  .top article .entry--first .company_sort {
    width: 90%;
    margin: 5.0666666667vw auto 0;
  }
  .top article .entry--first .company_sort .company_box .ttlbox {
    width: 10%;
  }
  .top article .entry--first .company_sort .company_box .ttlbox p {
    font-size: 3.4666666667vw;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .top article .entry--first .company_sort .company_box .itembox {
    width: 90%;
    padding: 2.1333333333vw 0.8vw 2.1333333333vw 4vw;
  }
  .top article .entry--first .company_sort .company_box .itembox label {
    padding-left: 3.2vw;
  }
  .top article .entry--first .company_sort .company_box .itembox label::before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
  .top article .entry--first .company_sort .company_box .itembox label span {
    font-size: 3.4666666667vw;
  }
  .top article .entry--first .company_sort .company_box:not(:first-of-type) {
    margin-top: 1.8666666667vw;
  }
  .top article .entry--first .japan {
    width: 64vw;
  }
  .top article .entry--first .anchor-link_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top article .entry--first .anchor-link_wrap .anchor-link {
    width: 60%;
    height: 8vw;
    font-size: 2.6666666667vw;
  }
  .top article .entry--first .anchor-link-txt {
    font-size: 2.4vw;
  }
  .top article .entry--items {
    padding-top: 16.2666666667vw;
  }
  .top article .entry--items .ttl {
    width: 90%;
    padding: 2.1333333333vw 0.8vw 2.1333333333vw 4vw;
    font-size: 4.8vw;
  }
  .top article .entry--items .ttl::before, .top article .entry--items .ttl::after {
    width: 24vw;
    height: 0.1333333333vw;
  }
  .top article .entry--items--list {
    width: 90%;
    display: block;
  }
  .top article .entry--items--list .company {
    width: 100%;
    margin-bottom: 13.3333333333vw;
  }
  .top article .entry--items--list .company .itembox {
    min-height: auto;
    padding: 5.3333333333vw 3.6vw 4.4vw;
  }
  .top article .entry--items--list .company .itembox::before {
    top: 1.8666666667vw;
    left: 1.8666666667vw;
  }
  .top article .entry--items--list .company .itembox::after {
    height: 22.4vw;
  }
  .top article .entry--items--list .company .itembox h3 {
    font-size: 4vw;
  }
  .top article .entry--items--list .company .itembox .item-img {
    margin-top: 3.2vw;
  }
  .top article .entry--items--list .company .itembox .item-txt {
    min-height: auto;
    font-size: 3.2vw;
    margin-top: 4vw;
  }
  .top article .entry--items--list .company .itembox .btns {
    margin-top: 4.5333333333vw;
  }
  .top article .entry--items--list .company .itembox .btns .btn {
    width: 38.9333333333vw;
    height: 11.7333333333vw;
  }
  .top article .entry--items--list .company .itembox .btns .btn.btn01 a {
    font-size: 3.0666666667vw;
    line-height: 11.7333333333vw;
  }
  .top article .entry--items--list .company .itembox .btns .btn.btn01 a::before {
    top: 1.0666666667vw;
    right: 1.0666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .top article .entry--items--list .company .s-items {
    margin-top: 3.7333333333vw;
  }
  .top article .entry--items--list .company .s-items .example {
    font-size: 2.8vw;
  }
  .top article .foot {
    padding: 11.7333333333vw 0;
  }
  .top article .foot h2 {
    font-size: 6.4vw;
    margin-left: 0.5em;
  }
  .top article .foot .foot-en {
    font-size: 3.3333333333vw;
    margin-top: 2.9333333333vw;
  }
}