@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transition-property: transform, opacity;
}

.fadeInUp.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.delay-02s {
  transition-delay: .2s;
}

@keyframes c-hover-text-off {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@keyframes c-hover-text-on {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes top-mv-img-move {
  from {
    background-position: 0 0;
  }
  to {
    background-position: var(--img-to);
  }
}

@keyframes line-width-anim {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
p {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
  resize: none;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="url"] {
  word-break: normal;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

dl,
dt,
dd,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-size: 100%;*/
  font-weight: normal;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
dialog {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}

table img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: none !important;
}

label,
select,
button {
  cursor: pointer;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
  outline: none;
  transition: opacity 0.3s;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  a:hover {
    opacity: 0.5;
  }
}

a:link,
a:visited,
a:active {
  color: #1A005D;
  text-decoration: none;
}

/*-----------------------------------------------------------
FONT family
------------------------------------------------------------*/
.ffN {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ffM {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.ffYG {
  font-family: "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.ffYM {
  font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*-----------------------------------------------------------
Body
-------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html.is-ipad * {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.86667em;
  letter-spacing: 0.04em;
  font-weight: 500;
  word-break: break-word;
  color: #1A005D;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: url(../img/common/bg-body.jpg) 0 0 repeat;
  background-size: 100px auto;
}

#wrap {
  display: block;
  padding-top: 80px;
}

@media (min-width: 1024px) {
  #wrap {
    padding-top: 98px;
  }
}

.en {
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

/*-----------------------------------------------------------
COMMON
-------------------------------------------------------------*/
.inner {
  max-width: 1088px;
  padding: 0 24px;
  margin: 0 auto;
}

.inner--big {
  max-width: 1248px;
}

.inner--small {
  max-width: 928px;
}

@media (max-width: 1023px) {
  .inner--small {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .sp,
  .SP {
    display: none !important;
  }
}

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

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 0 20px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px auto;
}

.alignleft {
  float: left;
  margin: 5px auto 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px auto;
}

a img.alignnone {
  margin: 5px 0 20px;
}

a img.alignleft {
  float: left;
  margin: 5px auto 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 0 20px;
}

.wp-caption.alignleft {
  margin: 5px auto 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px auto;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-video {
  max-width: 100%;
  margin-bottom: 40px;
}

.wp-video video {
  max-width: 100%;
  height: auto;
}

.cms-content {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

.cms-content::after {
  content: "";
  clear: both;
  display: table;
}

.cms-content ul,
.cms-content ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.cms-content ul[style*="list-style-type: circle;"] li {
  list-style-type: circle;
}

.cms-content ul[style*="list-style-type: square;"] li {
  list-style-type: square;
}

.cms-content ul li {
  list-style: disc;
}

.cms-content ol[style*="list-style-type: lower-roman;"] li {
  list-style-type: lower-roman;
}

.cms-content ol[style*="list-style-type: lower-alpha;"] li {
  list-style-type: lower-alpha;
}

.cms-content ol[style*="list-style-type: lower-greek;"] li {
  list-style-type: lower-greek;
}

.cms-content ol[style*="list-style-type: upper-alpha;"] li {
  list-style-type: upper-alpha;
}

.cms-content ol[style*="list-style-type: upper-roman;"] li {
  list-style-type: upper-roman;
}

.cms-content ol li {
  list-style-type: decimal;
}

.cms-content p {
  margin-bottom: 30px;
}

.cms-content iframe {
  max-width: 100% !important;
}

.cms-content img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
}

.cms-content table {
  table-layout: fixed;
  border: 1px solid #1A005D;
  margin-bottom: 40px;
}

.cms-content table td,
.cms-content table th {
  border: 1px solid #1A005D;
}

.c-img {
  display: block;
  position: relative;
}

.c-img img {
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-img--contain img {
  object-fit: contain;
}

.c-img--top img {
  object-position: top;
}

.c-fw {
  width: 100%;
}

[rel~="js-lazy"] {
  opacity: 0;
}

[rel~="js-lazy"]:not(.initial) {
  transition: opacity 0.15s;
}

[rel~="js-lazy"].initial, [rel~="js-lazy"].loaded, [rel~="js-lazy"].error {
  opacity: 1;
}

.c-lazybg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-lazybg--top {
  background-position: center top;
}

.c-lazybg--contain {
  background-size: contain;
}

.c-hover {
  cursor: pointer;
}

.c-hover__txt {
  display: inline-flex;
  overflow: hidden;
  position: relative;
}

.c-hover__txt:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}

.c-hover__txt > span {
  opacity: 1;
}

@media only screen and (min-width: 1025px) {
  .c-hover:hover {
    opacity: 1;
  }
  .c-hover:hover .c-hover__txt span {
    animation: c-hover-text-off .5s forwards;
  }
  .c-hover:hover .c-hover__txt:before {
    animation: c-hover-text-on .5s forwards;
  }
}

.c-pagename {
  padding: 40px 0 38px;
  width: calc(100% - 48px);
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .c-pagename {
    padding: 65px 0 65px;
    max-width: 1040px;
  }
}

@media only screen and (min-width: 1281px) {
  .c-pagename {
    width: 81.25%;
    max-width: none;
  }
}

.c-pagename .tag {
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #1A005D;
  padding: 0px 8px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.46667em;
  letter-spacing: 0.04em;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .c-pagename .tag {
    padding: 1px 8px;
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4em;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .c-pagename .tag {
    padding: 0px 8px 2px;
  }
}

.c-pagename .tag:before, .c-pagename .tag:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8EC400;
}

.c-pagename .tag:before {
  z-index: 0;
  opacity: 1;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform .4s;
  will-change: transform;
}

.c-pagename .tag:after {
  z-index: 1;
  opacity: 0;
  transform: scaleX(1);
  transform-origin: top right;
  transition: transform .4s, opacity 0s;
  will-change: transform, opacity;
}

.c-pagename .tag__txt {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0s;
}

.c-pagename .ttl {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  color: #44278E;
  line-height: 1;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.25em;
  letter-spacing: 0.08em;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .c-pagename .ttl {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.20833em;
    letter-spacing: 0.14em;
    font-weight: 700;
  }
}

.c-pagename .ttl .word,
.c-pagename .ttl .char {
  opacity: 0;
}

.c-pagename .ttl .word {
  display: inline-flex;
  overflow: hidden;
}

.c-pagename .clr-green {
  color: #8EC400;
}

.c-pagename .img {
  margin-top: 35px;
  border-radius: 8px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .c-pagename .img {
    margin-top: 54px;
  }
}

.c-pagename .img img {
  width: 100%;
}

.c-pagename.split-word .word {
  opacity: 1;
}

.c-pagename.split-word .char {
  display: inline-block;
  transform: translateY(-100%);
  transition: transform .4s;
  opacity: 1;
}

.c-pagename.is-animated .ttl .char {
  transform: translateY(0);
}

.c-pagename.is-animated .tag:before {
  transform: scaleX(1);
  transition-delay: calc(var(--char-delay, 0s) + 0.1s);
}

.c-pagename.is-animated .tag:after {
  opacity: 1;
  transform: scaleX(0);
  transition-delay: calc(var(--char-delay, 0s) + 0.4s);
}

.c-pagename.is-animated .tag__txt {
  opacity: 1;
  transition-delay: calc(var(--char-delay, 0s) + 0.4s);
}

.c-heading-1 .en {
  text-transform: uppercase;
  color: #1A005D;
  line-height: 1;
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .c-heading-1 .en {
    font-size: 100px;
    font-size: 10rem;
    line-height: 0.9em;
  }
}

@media only screen and (max-width: 360px) {
  .c-heading-1 .en {
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 1em;
  }
}

.c-heading-1 .en .word,
.c-heading-1 .en .char {
  opacity: 0;
}

.c-heading-1 .en .word {
  display: inline-flex;
  overflow: hidden;
}

.c-heading-1 .ja {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  color: #FFF;
  padding: 1px 7px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .c-heading-1 .ja {
    margin-top: 14px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6em;
  }
}

.c-heading-1 .ja:before, .c-heading-1 .ja:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1A005D;
}

.c-heading-1 .ja:before {
  z-index: 0;
  opacity: 1;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform .4s;
  will-change: transform;
}

.c-heading-1 .ja:after {
  z-index: 1;
  opacity: 0;
  transform: scaleX(1);
  transform-origin: top right;
  transition: transform .4s, opacity 0s;
  will-change: transform, opacity;
}

.c-heading-1 .ja__txt {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0s;
}

.c-heading-1 .clr-green {
  color: #8EC400;
}

.c-heading-1.split-word .word {
  opacity: 1;
}

.c-heading-1.split-word .char {
  display: inline-block;
  transform: translateY(-100%);
  transition: transform .4s;
  opacity: 1;
}

.c-heading-1.is-animated .en .char {
  transform: translateY(0);
}

.c-heading-1.is-animated .ja:before {
  transform: scaleX(1);
  transition-delay: calc(var(--char-delay, 0s) + 0.1s);
}

.c-heading-1.is-animated .ja:after {
  opacity: 1;
  transform: scaleX(0);
  transition-delay: calc(var(--char-delay, 0s) + 0.4s);
}

.c-heading-1.is-animated .ja__txt {
  opacity: 1;
  transition-delay: calc(var(--char-delay, 0s) + 0.4s);
}

.c-heading-2 {
  position: relative;
  width: 100%;
  padding: 0 0 43px;
}

@media (min-width: 1024px) {
  .c-heading-2 {
    width: auto;
    padding: 0 0 55px;
  }
}

.c-heading-2 .txt-small {
  margin-bottom: 1px;
  color: #1A005D;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.13333em;
  letter-spacing: 0.04em;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .c-heading-2 .txt-small {
    margin-bottom: 18px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.77778em;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}

.c-heading-2 .txt-big {
  color: #1A005D;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .c-heading-2 .txt-big {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1em;
  }
}

@media (max-width: 1023px) {
  .c-heading-2 .txt-big.sp-narrow {
    letter-spacing: 0;
  }
}

.c-heading-2 .lines {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .c-heading-2 .lines {
    width: 546px;
  }
}

.c-heading-2 .line {
  position: absolute;
  left: 0;
  height: 4px;
  background: #1A005D;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform .8s;
  will-change: transform;
}

.c-heading-2 .line-1 {
  width: 100%;
  bottom: 20px;
  transition-delay: .3s;
}

@media (min-width: 1024px) {
  .c-heading-2 .line-1 {
    width: 100%;
  }
}

.c-heading-2 .line-2 {
  width: 50%;
  bottom: 10px;
  background: #8EC400;
  transition-delay: .5s;
}

@media (min-width: 1024px) {
  .c-heading-2 .line-2 {
    width: 58.244%;
  }
}

.c-heading-2 .line-3 {
  width: 24.5%;
  bottom: 0;
  transition-delay: .7s;
}

@media (min-width: 1024px) {
  .c-heading-2 .line-3 {
    width: 29.123%;
  }
}

.c-heading-2.is-animated .line {
  transform: scaleX(1);
}

.c-heading-3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77778em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .c-heading-3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.875em;
  }
}

.c-heading-3 .line {
  position: relative;
  display: inline-flex;
  color: #1A005D;
  padding: 1px 5px 1px 9px;
}

@media (min-width: 1024px) {
  .c-heading-3 .line {
    padding: 1px 14px 1px 16px;
  }
}

.c-heading-3 .line:before, .c-heading-3 .line:after {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 100%;
  background: #8EC400;
  background: linear-gradient(90deg, #8ec400 0%, #c6e180 100%);
}

@media (min-width: 1024px) {
  .c-heading-3 .line:before, .c-heading-3 .line:after {
    top: 4px;
    bottom: 4px;
  }
}

.c-heading-3 .line:before {
  z-index: 0;
  opacity: 1;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform .3s;
  will-change: transform;
}

.c-heading-3 .line:after {
  z-index: 1;
  opacity: 0;
  transform: scaleX(1);
  transform-origin: top right;
  transition: transform .3s, opacity 0s;
  will-change: transform, opacity;
}

.c-heading-3 .line__txt {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0s;
}

.c-heading-3.is-animated .line:before {
  transform: scaleX(1);
  transition-delay: calc(var(--line-delay, 0s) + 0s);
}

.c-heading-3.is-animated .line:after {
  opacity: 1;
  transform: scaleX(0);
  transition-delay: calc(var(--line-delay, 0s) + 0.3s);
}

.c-heading-3.is-animated .line__txt {
  opacity: 1;
  transition-delay: calc(var(--line-delay, 0s) + 0.3s);
}

.c-heading-4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .c-heading-4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.66667em;
  }
}

.c-heading-4 > span {
  display: block;
  border-bottom: solid 2px #8EC400;
  padding: 0 0 6px;
}

@media (min-width: 1024px) {
  .c-heading-4 > span {
    display: inline-block;
    padding: 0 0 4px;
  }
}

.c-btn-green {
  position: relative;
  display: flex;
  align-items: center;
  width: 262px;
  min-height: 60px;
  border-radius: 200px;
  padding: 7px 24px 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444em;
  letter-spacing: 0.05em;
  font-weight: 700;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .c-btn-green {
    width: 275px;
  }
}

.c-btn-green:before, .c-btn-green:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 200px;
}

.c-btn-green:before {
  background: #8EC400;
  z-index: 1;
}

.c-btn-green:after {
  background: #1A005D;
  z-index: 0;
  top: 5px;
}

.c-btn-green__txt {
  position: relative;
  z-index: 2;
}

.c-btn-green__arrow {
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 2;
  width: 26px;
  height: 8px;
  margin-top: -4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.893' height='7.683' viewBox='0 0 25.893 7.683'%3E%3Cg transform='translate(8322.053 14102.223)'%3E%3Cpath d='M-2,0H21.479' transform='translate(-8319.053 -14095.952)' fill='none' stroke='%231a005d' stroke-linecap='round' stroke-width='2'/%3E%3Cline x2='4.855' y2='4.855' transform='translate(-8302.429 -14100.809)' fill='none' stroke='%231a005d' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: transform .3s;
}

@media (min-width: 1024px) {
  .c-btn-green__arrow {
    right: 32px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-btn-green:hover {
    opacity: 1;
  }
  .c-btn-green:hover .c-btn-green__arrow {
    transform: translateX(10px);
  }
}

.c-interview-slider {
  visibility: visible;
  width: 100%;
}

@media (min-width: 1024px) {
  .c-interview-slider {
    height: 442px;
  }
}

.c-interview-slider .link {
  display: block;
  width: 100%;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .c-interview-slider .link:hover {
    opacity: 1;
  }
  .c-interview-slider .link:hover .box-img img {
    transform: scale(1.1);
  }
}

.c-interview-slider .box-img {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.c-interview-slider .box-img img {
  width: 100%;
  transition: transform .4s;
}

.c-interview-slider .position {
  transition: all .3s;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #8EC400;
  color: #FFF;
  border-radius: 0 8px 0 0;
  padding: 7px 16px 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429em;
  letter-spacing: 0.08em;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .c-interview-slider .position {
    padding: 5px 16px 3px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2em;
  }
}

.c-interview-slider .join-date {
  padding-top: 20px;
  color: #44278E;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.c-interview-slider .name {
  padding-top: 11px;
  color: #44278E;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.c-interview-slider .splide__track {
  overflow: visible;
}

.c-interview-slider .splide__slide {
  width: 256px;
}

@media (min-width: 1024px) {
  .c-interview-slider .splide__slide {
    width: 232px;
    transition: width .3s;
  }
}

@media (min-width: 1024px) {
  .c-interview-slider .splide__slide.is-current {
    width: 300px;
  }
  .c-interview-slider .splide__slide.is-current .position {
    padding: 8px 16px 8px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
  .c-interview-slider .splide__slide.is-current .box-img {
    width: 100%;
  }
}

.c-interview-slider .splide__arrow {
  width: 48px;
  height: 48px;
  opacity: 1;
  background: #9AD500;
  margin-top: -35px;
}

@media (min-width: 1024px) {
  .c-interview-slider .splide__arrow {
    top: auto;
    bottom: -96px;
    width: 64px;
    height: 64px;
    margin-top: 0;
  }
}

.c-interview-slider .splide__arrow:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

@media (max-width: 1023px) {
  .c-interview-slider .splide__arrow:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.789' height='11.188' viewBox='0 0 8.789 11.188'%3E%3Cg transform='translate(7505.093 20416.805)'%3E%3Cline x2='6.002' y2='4.17' transform='translate(-7503.699 -20415.412)' fill='none' stroke='%231a005d' stroke-linecap='round' stroke-width='2'/%3E%3Cline y1='4.232' x2='6.002' transform='translate(-7503.699 -20411.242)' fill='none' stroke='%231a005d' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}

@media (min-width: 1024px) {
  .c-interview-slider .splide__arrow:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.85' height='14.072' viewBox='0 0 10.85 14.072'%3E%3Cg transform='translate(1.394 1.392)'%3E%3Cline x2='8.063' y2='5.601' fill='none' stroke='%231a005d' stroke-linecap='round' stroke-width='2'/%3E%3Cline y1='5.685' x2='8.063' transform='translate(0 5.602)' fill='none' stroke='%231a005d' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}

.c-interview-slider .splide__arrow svg {
  display: none;
}

.c-interview-slider .splide__arrow--prev {
  left: 0;
}

.c-interview-slider .splide__arrow--prev:before {
  transform: rotate(180deg);
}

.c-interview-slider .splide__arrow--next {
  right: 0;
}

@media (min-width: 1024px) {
  .c-interview-slider .splide__arrow--next {
    right: auto;
    left: 88px;
  }
}

.c-bottom-bg {
  height: 80px;
  position: relative;
  z-index: 0;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .c-bottom-bg {
    height: 200px;
  }
}

.c-bottom-bg img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(-50%);
}

.footer {
  background: #FFF;
  position: relative;
  z-index: 10;
}

.footer .external:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 4px;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.999' height='10.5' viewBox='0 0 10.999 10.5'%3E%3Cg transform='translate(-11343.255 4544.5)'%3E%3Cg transform='translate(11343.255 -4543)' fill='none' stroke='%231A005D' stroke-width='1'%3E%3Crect width='9' height='9' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='8' height='8' fill='none'/%3E%3C/g%3E%3Cpath d='M11346.5-4544.5h9.021v9.02' transform='translate(-1.765 0.5)' fill='none' stroke='%231A005D' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.footer__content {
  padding: 81px 0 44px;
}

@media (min-width: 1024px) {
  .footer__content {
    padding: 120px 0 81px;
  }
}

.footer__content .catchcopy {
  text-align: center;
  margin: 0 0 48px;
}

@media (min-width: 1024px) {
  .footer__content .catchcopy {
    margin: 0 0 72px;
  }
}

@media (max-width: 1023px) {
  .footer__content .catchcopy img {
    width: 223px;
  }
}

@media (min-width: 1024px) {
  .footer__content .btns {
    display: flex;
    flex-wrap: wrap;
    max-width: 1020px;
    margin: 0 auto;
  }
}

.footer__content .btns .btn {
  width: 100%;
  height: 88px;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.73333em;
  letter-spacing: 0.04em;
  font-weight: 500;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .footer__content .btns .btn {
    margin: 8px;
    width: calc(100% / 3 - 16px);
    height: 100px;
  }
}

.footer__content .btns .btn:before {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  right: 24px;
  top: 50%;
  margin-top: -16px;
  transition: right .3s;
  will-change: right;
}

.footer__content .btns .btn > span {
  width: 100%;
  padding: 0 24px;
}

@media (min-width: 1024px) {
  .footer__content .btns .btn > span {
    max-width: 293px;
  }
}

@media only screen and (min-width: 1025px) {
  .footer__content .btns .btn:hover {
    opacity: 1;
  }
  .footer__content .btns .btn:hover:before {
    right: 12px;
  }
}

.footer__content .btns .btn.is-comingsoon {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0.3;
}

.footer__content .btns .btn-dark-blue {
  background: #1A005D;
}

.footer__content .btns .btn-dark-blue:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cg transform='translate(7148 17332)'%3E%3Cpath d='M.5,2.5h10l-2-2' transform='translate(-7146.5 -17329.498)' fill='none' stroke='%232F1969' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Crect width='14' height='8' transform='translate(-7148 -17332)' fill='%23fff' opacity='0'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.footer__content .btns .btn-light-blue {
  background: #44278E;
}

.footer__content .btns .btn-light-blue:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cg transform='translate(7148 17332)'%3E%3Cpath d='M.5,2.5h10l-2-2' transform='translate(-7146.5 -17329.498)' fill='none' stroke='%2344278E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Crect width='14' height='8' transform='translate(-7148 -17332)' fill='%23fff' opacity='0'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.footer__content .btns .btn-light-green {
  background: #8EC400;
  font-size: 16px;
  font-size: 1.6rem;
}

.footer__content .btns .btn-light-green:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cg transform='translate(7148 17332)'%3E%3Cpath d='M.5,2.5h10l-2-2' transform='translate(-7146.5 -17329.498)' fill='none' stroke='%239AD500' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Crect width='14' height='8' transform='translate(-7148 -17332)' fill='%23fff' opacity='0'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.footer__content .btns .comingsoon-overlay {
  width: 100%;
  margin: 0 0 16px;
  height: 88px;
  position: relative;
}

@media (min-width: 1024px) {
  .footer__content .btns .comingsoon-overlay {
    margin: 8px;
    width: calc(100% / 3 - 16px);
    height: 100px;
  }
}

.footer__content .btns .comingsoon-overlay:after {
  content: "Comingsoon";
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background: rgba(26, 0, 93, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.footer__content .menu {
  margin: 79px 0 0;
}

@media (min-width: 1024px) {
  .footer__content .menu {
    margin: 76px auto 0;
    max-width: 892px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 1023px) {
  .footer__content .menu .block {
    border-bottom: solid 1px #8EC400;
  }
  .footer__content .menu .block.block-1 {
    border-top: solid 1px #8EC400;
  }
}

@media (min-width: 1024px) {
  .footer__content .menu .block {
    margin-top: 52px;
  }
  .footer__content .menu .block:nth-child(-n+3) {
    margin-top: 0;
  }
  .footer__content .menu .block:nth-child(3n-2) {
    width: 36.4%;
  }
  .footer__content .menu .block:nth-child(3n-1) {
    width: 36.1%;
  }
  .footer__content .menu .block:nth-child(3n) {
    width: 27.5%;
  }
}

@media (min-width: 1024px) {
  .footer__content .menu .box-in {
    max-width: 243px;
  }
}

.footer__content .menu .ttl {
  padding: 35px 0 34px;
  position: relative;
  color: #8EC400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .footer__content .menu .ttl {
    padding: 0 0 13px;
    border-bottom: solid 1px #8EC400;
  }
}

.footer__content .menu .ttl:before, .footer__content .menu .ttl:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #8EC400;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  transition: opacity .3s;
}

@media (min-width: 1024px) {
  .footer__content .menu .ttl:before, .footer__content .menu .ttl:after {
    display: none;
  }
}

.footer__content .menu .ttl:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.311' height='13.311' viewBox='0 0 13.311 13.311'%3E%3Cg transform='translate(-3755.857 21429.922) rotate(45)'%3E%3Cline x1='0.004' y2='11.31' transform='translate(-12492.038 -17813.033) rotate(-45)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3Cline x1='11.31' y2='0.004' transform='translate(-12492.038 -17805.037) rotate(-45)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.footer__content .menu .ttl:after {
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.311' height='2.004' viewBox='0 0 13.311 2.004'%3E%3Cg transform='translate(-3755.857 21424.268) rotate(45)'%3E%3Cline x1='11.31' y2='0.004' transform='translate(-12492.038 -17805.037) rotate(-45)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.footer__content .menu .ttl.active:before {
  opacity: 0;
}

.footer__content .menu .ttl.active:after {
  opacity: 1;
}

.footer__content .menu .list {
  display: none;
}

@media (min-width: 1024px) {
  .footer__content .menu .list {
    display: block !important;
  }
}

.footer__content .menu .navi {
  padding: 15px 0 23px;
  border-top: solid 1px #8EC400;
}

@media (min-width: 1024px) {
  .footer__content .menu .navi {
    padding: 24px 0 0;
    border-top: none;
  }
}

.footer__content .menu .navi > li {
  line-height: 1;
  margin-top: 16px;
}

@media (min-width: 1024px) {
  .footer__content .menu .navi > li {
    margin-top: 8px;
  }
}

.footer__content .menu .navi > li:first-child {
  margin-top: 0;
}

.footer__content .menu .navi > li a {
  color: #44278E;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857em;
  letter-spacing: 0em;
  font-weight: 600;
}

.footer__content .menu .navi > li .sub-ttl {
  color: #44278E;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857em;
  letter-spacing: 0em;
  font-weight: 600;
}

.footer__content .menu .navi .sub {
  padding-top: 16px;
}

@media (min-width: 1024px) {
  .footer__content .menu .navi .sub {
    padding-top: 8px;
    padding-bottom: 16px;
  }
}

.footer__content .menu .navi .sub li {
  position: relative;
  padding-left: 18px;
  margin-top: 16px;
}

@media (min-width: 1024px) {
  .footer__content .menu .navi .sub li {
    padding-left: 16px;
    margin-top: 8px;
  }
}

.footer__content .menu .navi .sub li:first-child {
  margin-top: 0;
}

.footer__content .menu .navi .sub li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  height: 1px;
  width: 10px;
  background: #1A005D;
}

@media (min-width: 1024px) {
  .footer__content .menu .navi .sub li:before {
    width: 8px;
  }
}

.footer__content .menu .navi .sub a {
  color: #44278E;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857em;
  letter-spacing: 0em;
  font-weight: 600;
}

.footer__content .menu .navi .link-logistics-solutions {
  white-space: nowrap;
}

.footer__bottom {
  padding: 0 0 40px;
}

@media (min-width: 1024px) {
  .footer__bottom {
    border-top: solid 1px #8EC400;
    padding: 38px 0 40px;
  }
}

.footer__bottom .inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .footer__bottom .inner {
    width: calc(100% - 30px);
  }
}

.footer__bottom .links {
  width: 100%;
}

@media (min-width: 1024px) {
  .footer__bottom .links {
    order: 2;
    padding-left: 65px;
    width: calc(100% - 184px);
  }
}

.footer__bottom .links li {
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .footer__bottom .links li {
    display: inline-block;
    margin-right: 19px;
    margin-bottom: 0;
  }
}

.footer__bottom .links a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143em;
  letter-spacing: 0.04em;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .footer__bottom .links a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.footer__bottom .links .external:after {
  margin-bottom: 6px;
  margin-left: 3px;
}

.footer__bottom .logo {
  width: calc(100% + 48px);
  margin: 36px -24px 0;
  padding: 39px 32px 0;
  border-top: solid 1px #8EC400;
}

@media (min-width: 1024px) {
  .footer__bottom .logo {
    margin: 0;
    padding: 0;
    width: 184px;
    order: 1;
    border-top: none;
  }
}

@media (max-width: 1023px) {
  .footer__bottom .logo img {
    width: 86px;
  }
}

.footer__bottom .copyright {
  display: none;
  width: 100%;
  color: #1A005D;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333em;
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .footer__bottom .copyright {
    display: block;
    order: 3;
    margin-top: 24px;
  }
}

.totop {
  opacity: 0;
  transition: opacity .3s;
  will-change: opacity;
  pointer-events: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 98;
  right: 24px;
  bottom: 47px;
  width: 122px;
  height: 48px;
  font-family: 'Helvetica', 'Noto Sans JP', sans-serif;
  color: #1A005D;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .totop {
    width: 130px;
    right: 40px;
    bottom: 50px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1em;
  }
}

.totop:before {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #9AD500;
  border-radius: 50%;
  right: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='22' viewBox='0 0 8 22'%3E%3Cg transform='translate(-1399 -2318)'%3E%3Cg transform='translate(1399 2318)' fill='%23fff' stroke='%23707070' stroke-width='1' opacity='0'%3E%3Crect width='8' height='22' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='7' height='21' fill='none'/%3E%3C/g%3E%3Cpath d='M0,0H17.506L14,3.5' transform='translate(1401.213 2337.244) rotate(-90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  transition: transform .3s;
  will-change: transform;
}

@media only screen and (min-width: 1025px) {
  .totop:hover {
    opacity: 1;
  }
  .totop:hover:before {
    transform: translateY(-10px);
  }
}

.totop.is-show {
  opacity: 1;
  pointer-events: all;
}

.header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  backdrop-filter: blur(8px);
  --webkit-backdrop-filter: blur(8px);
}

@media (min-width: 1024px) {
  .header {
    height: 98px;
  }
}

.header__logo {
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1024px) {
  .header__logo {
    left: 40px;
    margin-top: -2px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .header__logo {
    left: 20px;
  }
}

.header__logo a {
  display: block;
  position: relative;
  height: 40px;
  width: 210px;
}

@media (min-width: 1024px) {
  .header__logo a {
    height: 31px;
    width: 350px;
  }
}

.header__logo a:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 74px;
  width: 1px;
  background: #1A005D;
}

@media (min-width: 1024px) {
  .header__logo a:before {
    top: -2px;
    bottom: -2px;
    left: 208px;
  }
}

.header__logo img {
  float: left;
  width: 54px;
}

@media (min-width: 1024px) {
  .header__logo img {
    width: 184px;
  }
}

.header__logo .en,
.header__logo .ja {
  float: left;
  width: calc(100% - 54px);
  padding-left: 36px;
}

@media (min-width: 1024px) {
  .header__logo .en,
  .header__logo .ja {
    width: calc(100% - 184px);
    padding-left: 48px;
  }
}

.header__logo .en {
  margin-top: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .header__logo .en {
    margin-top: -1px;
  }
}

.header__logo .ja {
  margin-top: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1em;
  letter-spacing: 0.048em;
  font-weight: 500;
}

.header__links {
  display: none;
}

@media (min-width: 1024px) {
  .header__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-right: 104px;
    height: 100%;
  }
}

.header__links .btn {
  margin-left: 16px;
  padding: 0 14px 0 15px;
  height: 38px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  transition-property: background, color;
  will-change: background, color;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.header__links .btn.is-comingsoon {
  position: relative;
  pointer-events: none;
  border-color: rgba(142, 196, 0, 0.3);
}

.header__links .btn.is-comingsoon span {
  color: rgba(142, 196, 0, 0.3);
}

.header__links .btn.is-comingsoon:after {
  content: "Comingsoon";
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(26, 0, 93, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.header__links .btn-blue {
  border-color: #1A005D;
  color: #1A005D;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .header__links .btn-blue:hover {
    opacity: 1;
    background: #1A005D;
    color: #fff;
  }
}

.header__links .btn-green {
  border-color: #8EC400;
  color: #8EC400;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .header__links .btn-green:hover {
    opacity: 1;
    background: #8EC400;
    color: #fff;
  }
}

.layerMenu {
  position: fixed;
  z-index: 99;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  background: #1A005D;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s;
}

@media (min-width: 1024px) {
  .layerMenu {
    display: flex;
    align-items: center;
    top: 98px;
    height: calc(100vh - 98px);
  }
}

@media only screen and (min-width: 1024px) and (max-height: 640px) {
  .layerMenu {
    overflow: auto;
    display: block;
  }
}

.layerMenu .external:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 4px;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.999' height='10.5' viewBox='0 0 10.999 10.5'%3E%3Cg transform='translate(-11343.255 4544.5)'%3E%3Cg transform='translate(11343.255 -4543)' fill='none' stroke='%23fff' stroke-width='1'%3E%3Crect width='9' height='9' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='8' height='8' fill='none'/%3E%3C/g%3E%3Cpath d='M11346.5-4544.5h9.021v9.02' transform='translate(-1.765 0.5)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.layerMenu__inner {
  padding: 0 24px 100px;
}

@media (min-width: 1024px) {
  .layerMenu__inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1032px;
    margin: 0 auto;
    min-height: 490px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 800px) {
  .layerMenu__inner {
    padding-bottom: 50px;
    padding-top: 50px;
    min-height: 400px;
  }
}

.layerMenu__links {
  width: 100%;
  padding: 48px 0 63px;
}

.layerMenu__links .btn {
  padding: 0 14px 0 24px;
  height: 61px;
  width: calc(100% - 32px);
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.layerMenu__links .btn:first-child {
  margin-top: 0;
}

.layerMenu__links .btn:before {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.layerMenu__links .btn.is-comingsoon {
  width: 100%;
  opacity: 0.3;
}

.layerMenu__links .btn-white {
  background: #FFF;
  color: #1A005D;
}

.layerMenu__links .btn-white:before {
  background-color: #1A005D;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cg transform='translate(7148 17332)'%3E%3Cpath d='M.5,2.5h10l-2-2' transform='translate(-7146.5 -17329.498)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Crect width='14' height='8' transform='translate(-7148 -17332)' fill='%23fff' opacity='0'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.layerMenu__links .btn-blue {
  background: #44278E;
  color: #FFF;
}

.layerMenu__links .btn-blue:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cg transform='translate(7148 17332)'%3E%3Cpath d='M.5,2.5h10l-2-2' transform='translate(-7146.5 -17329.498)' fill='none' stroke='%2344278E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Crect width='14' height='8' transform='translate(-7148 -17332)' fill='%23fff' opacity='0'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.layerMenu__links .btn-green {
  background: #8EC400;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
}

.layerMenu__links .btn-green:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cg transform='translate(7148 17332)'%3E%3Cpath d='M.5,2.5h10l-2-2' transform='translate(-7146.5 -17329.498)' fill='none' stroke='%239ad500' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Crect width='14' height='8' transform='translate(-7148 -17332)' fill='%23fff' opacity='0'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.layerMenu__links .comingsoon-overlay {
  width: calc(100% - 32px);
  margin: 16px auto 0;
  position: relative;
}

.layerMenu__links .comingsoon-overlay:after {
  content: "Comingsoon";
  width: 100%;
  height: 100%;
  color: #1A005D;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 700;
  z-index: 2;
}

@media (max-width: 1023px) {
  .layerMenu__nav {
    border-bottom: solid 1px #8EC400;
  }
  .layerMenu__nav.block-1 {
    border-top: solid 1px #8EC400;
  }
}

@media (min-width: 1024px) {
  .layerMenu__nav.block-1, .layerMenu__nav.block-5 {
    width: 27.7%;
  }
  .layerMenu__nav.block-1 .box-in, .layerMenu__nav.block-5 .box-in {
    max-width: 215px;
  }
  .layerMenu__nav.block-2, .layerMenu__nav.block-6 {
    width: 26.2%;
  }
  .layerMenu__nav.block-2 .box-in, .layerMenu__nav.block-6 .box-in {
    max-width: 199px;
  }
  .layerMenu__nav.block-3 {
    width: 26.1%;
  }
  .layerMenu__nav.block-3 .box-in {
    max-width: 199px;
  }
  .layerMenu__nav.block-4 {
    width: 20%;
  }
  .layerMenu__nav.block-5, .layerMenu__nav.block-6 {
    margin-top: 52px;
  }
}

.layerMenu__nav .ttl {
  padding: 35px 0 34px;
  position: relative;
  color: #8EC400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .layerMenu__nav .ttl {
    padding: 0 0 14px;
    border-bottom: solid 1px #8EC400;
  }
}

.layerMenu__nav .ttl:before, .layerMenu__nav .ttl:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #8EC400;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  transition: opacity .3s;
  will-change: opacity;
}

@media (min-width: 1024px) {
  .layerMenu__nav .ttl:before, .layerMenu__nav .ttl:after {
    display: none;
  }
}

.layerMenu__nav .ttl:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.311' height='13.311' viewBox='0 0 13.311 13.311'%3E%3Cg transform='translate(-3755.857 21429.922) rotate(45)'%3E%3Cline x1='0.004' y2='11.31' transform='translate(-12492.038 -17813.033) rotate(-45)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3Cline x1='11.31' y2='0.004' transform='translate(-12492.038 -17805.037) rotate(-45)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.layerMenu__nav .ttl:after {
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.311' height='2.004' viewBox='0 0 13.311 2.004'%3E%3Cg transform='translate(-3755.857 21424.268) rotate(45)'%3E%3Cline x1='11.31' y2='0.004' transform='translate(-12492.038 -17805.037) rotate(-45)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.layerMenu__nav .ttl.active:before {
  opacity: 0;
}

.layerMenu__nav .ttl.active:after {
  opacity: 1;
}

.layerMenu__nav .list {
  display: none;
}

@media (min-width: 1024px) {
  .layerMenu__nav .list {
    display: block !important;
  }
}

.layerMenu__nav .gNavi {
  padding: 15px 0 23px;
  border-top: solid 1px #8EC400;
}

@media (min-width: 1024px) {
  .layerMenu__nav .gNavi {
    padding: 23px 0 0;
    border-top: none;
  }
}

.layerMenu__nav .gNavi > li {
  line-height: 1;
  margin-top: 16px;
}

@media (min-width: 1024px) {
  .layerMenu__nav .gNavi > li {
    margin-top: 8px;
  }
}

.layerMenu__nav .gNavi > li:first-child {
  margin-top: 0;
}

.layerMenu__nav .gNavi > li a {
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857em;
  letter-spacing: 0em;
  font-weight: 600;
}

.layerMenu__nav .gNavi > li .sub-ttl {
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857em;
  letter-spacing: 0em;
  font-weight: 600;
}

.layerMenu__nav .gNavi .sub {
  padding-top: 16px;
}

@media (min-width: 1024px) {
  .layerMenu__nav .gNavi .sub {
    padding-top: 8px;
    padding-bottom: 16px;
  }
}

.layerMenu__nav .gNavi .sub li {
  position: relative;
  padding-left: 18px;
  margin-top: 16px;
}

@media (min-width: 1024px) {
  .layerMenu__nav .gNavi .sub li {
    padding-left: 16px;
    margin-top: 8px;
  }
}

.layerMenu__nav .gNavi .sub li:first-child {
  margin-top: 0;
}

.layerMenu__nav .gNavi .sub li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  height: 1px;
  width: 10px;
  background: #FFF;
}

@media (min-width: 1024px) {
  .layerMenu__nav .gNavi .sub li:before {
    width: 8px;
  }
}

.layerMenu__nav .gNavi .sub a {
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857em;
  letter-spacing: 0em;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .layerMenu__nav .gNavi .link-logistics-solutions:after {
    margin-left: -10px;
  }
}

.layerMenu__bottom {
  text-align: center;
  padding: 28px 0 0;
}

@media (min-width: 1024px) {
  .layerMenu__bottom {
    width: 46%;
    min-height: 158px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

.layerMenu__bottom .link {
  margin-top: 8px;
}

@media (min-width: 1024px) {
  .layerMenu__bottom .link {
    margin-top: 0;
  }
}

.layerMenu__bottom .link:first-child {
  margin-top: 0;
}

.layerMenu__bottom .link a {
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143em;
  letter-spacing: 0.04em;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .layerMenu__bottom .link a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.53846em;
  }
}

.layerMenu__bottom .link a:after {
  margin-bottom: 8px;
}

.layerMenu__bottom .copyright {
  margin: 27px -20px 0;
  width: calc(100% + 40px);
  color: #8EC400;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333em;
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .layerMenu__bottom .copyright {
    margin: 27px 0 0;
    width: 100%;
  }
}

.layerOn {
  overflow: hidden;
}

.layerOn .header {
  background: #FFF;
}

.layerOn .layerMenu {
  opacity: 1;
  pointer-events: all;
}

.hamberger {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1000;
  width: 72px;
  height: 72px;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .hamberger {
    width: 80px;
    height: 80px;
    padding: 0 0 4px;
  }
}

.hamberger .box-in {
  width: 100%;
  height: 18px;
  position: relative;
}

@media (min-width: 1024px) {
  .hamberger .box-in {
    height: 20px;
  }
}

.hamberger .box-in:before, .hamberger .box-in:after {
  content: '';
  position: absolute;
  right: 0;
  height: 2px;
  background: #1A005D;
  transition: all .3s;
}

.hamberger .box-in:before {
  top: 0;
  width: 100%;
}

.hamberger .box-in:after {
  top: 100%;
  width: 56%;
}

@media (min-width: 1024px) {
  .hamberger .box-in:after {
    width: 60%;
  }
}

.hamberger .box-in span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 78%;
  height: 2px;
  background: #1A005D;
  transition: all .3s;
  margin-top: 1px;
}

@media (min-width: 1024px) {
  .hamberger .box-in span {
    width: 80%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .hamberger:hover .box-in:after {
    width: 100%;
  }
  .hamberger:hover .box-in span {
    width: 100%;
  }
}

.hamberger.active .box-in:before, .hamberger.active .box-in:after {
  width: 100%;
  top: 50%;
}

.hamberger.active .box-in:before {
  transform: rotate(12deg);
}

.hamberger.active .box-in:after {
  transform: rotate(-12deg);
}

.hamberger.active .box-in span {
  opacity: 0;
}

.wp-pagenavi {
  text-align: center;
  font-family: Arial;
  font-size: 14px;
}

.wp-pagenavi::after {
  content: "";
  clear: both;
  display: table;
}

.wp-pagenavi span,
.wp-pagenavi a {
  line-height: 30px;
  display: inline-block;
  margin: 0 4px;
  color: #666;
  text-align: center;
}

.wp-pagenavi a {
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .wp-pagenavi a:hover {
    background: #1489c3;
    color: #fff;
  }
}

.wp-pagenavi span.curren {
  border-radius: 15px;
  width: 30px;
  height: 30px;
  background: #ededed;
  background: #1489c3;
  color: #fff;
}

.wp-pagenavi .pages {
  margin-right: 15px;
}
