:root {
  --bg-color-black: #0c0c0c;
  --bg-color-gray: #f7f7f7;
  --text-color-black: #0c0c0c;
  --text-color-red: #da1c1c;
  --bg-text-color-wht: #eee;
  --bg-text-color-black: #1a1a1a;
}
.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.sp {
  display: none;
}
@media screen and (max-width: 896px) {
  .sp {
    display: block;
  }
}
@media screen and (max-width: 896px) {
  .pc {
    display: none;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
p {
  text-align: justify;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  outline: 0;
}
ul,
li {
  list-style: none;
}
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="tel"],
input[type="email"] {
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="button"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: 0;
  background-color: var(--bg-color-gray);
}
input:-internal-autofill-selected {
  background-color: #fff !important;
}
input[type="text"]:focus:placeholder-shown,
input[type="button"]:focus:placeholder-shown,
input[type="submit"]:focus:placeholder-shown,
input[type="tel"]:focus:placeholder-shown,
input[type="email"]:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #999;
}
input[type="text"]:focus:-webkit-input-placeholder,
input[type="button"]:focus:-webkit-input-placeholder,
input[type="submit"]:focus:-webkit-input-placeholder,
input[type="tel"]:focus:-webkit-input-placeholder,
input[type="email"]:focus:-webkit-input-placeholder,
textarea:focus:-webkit-input-placeholder {
  color: #999;
}
input[type="text"]:focus:-moz-placeholder,
input[type="button"]:focus:-moz-placeholder,
input[type="submit"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #999;
}
input[type="text"]:focus:-ms-input-placeholder,
input[type="button"]:focus:-ms-input-placeholder,
input[type="submit"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #999;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
input[type="text"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="tel"]:placeholder-shown {
  color: #999;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
  color: #999;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}
textarea {
  resize: vertical;
}
textarea:placeholder-shown {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  transition: 0.1s;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  transition: 0.1s;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}
button {
  background-color: transparent;
  outline: 0;
  border: 0;
}
a {
  -webkit-tap-highlight-color: transparent;
  color: #0d0d0d;
}
@media screen and (min-width: 896px) {
  a {
    transition: 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
  a:hover {
    transition: 0.3s;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
}
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  width: 100%;
}
th,
td {
  vertical-align: middle;
  border: solid 1px #000;
  font-weight: normal;
  text-align: left;
  border: 0;
}
caption {
  text-align: left;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html,
body {
  width: 100%;
  height: 100%;
  background-color: var(--bg-color-gray);
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--text-color-black);
  font-display: swap;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 896px) {
  body.sp_fix {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
svg {
  width: 100%;
  height: auto;
}
.slick-list:focus {
  outline: none !important;
}
.basetxt {
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 897px) {
  .basetxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 896px) {
  .basetxt {
    font-size: 1.4rem;
  }
}
.baselink {
  display: inline-block;
  padding: 18px 36px;
  background-color: var(--text-color-red);
  border: 1px solid var(--text-color-red);
  border-radius: 25px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 897px) {
  .baselink:hover {
    background-color: #fff;
    color: var(--text-color-red);
  }
  .baselink:hover .txt {
    background-image: url(../../img/common/icon_arrow_link_red.png);
  }
}
.baselink .txt {
  padding-right: 34px;
  background-image: url(../../img/common/icon_arrow_link.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px;
}
@keyframes fluidrotate {
  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
@media screen and (max-width: 896px) {
  #stage {
    overflow-x: hidden;
  }
}
#stkr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 138px;
  height: 138px;
  border: 1px solid #959595;
  border-radius: 50%;
  transition: 0.2s ease-out;
  transition-timing-function: ease-out;
  pointer-events: none;
  opacity: 0;
  z-index: 10;
  display: none;
}
#stkr.bgon {
  display: none;
}
@media screen and (max-width: 896px) {
  #stkr {
    display: none;
  }
}
#stkr.wht {
  background-color: #fff;
}
#stkr.arrowRotate {
  background-color: #fff;
}
#stkr.arrowRotate .arrow {
  transform: rotate(-90deg);
}
#stkr .txt {
  color: #898989;
}
#stkr .arrow {
  width: 8px;
  margin-top: 16px;
  transition: 0.35s ease;
}
.header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  z-index: 10001;
  transition: 0.35s ease-out;
}
.header.on,
.header.bgon {
  background-color: #101010;
}
@media screen and (min-width: 897px) {
  .header.on .logo,
  .header.bgon .logo {
    width: 72px;
  }
}
@media screen and (min-width: 897px) {
  .header {
    padding: 0 4.28%;
  }
}
@media screen and (max-width: 896px) {
  .header {
    justify-content: space-between;
    padding: 8px 5%;
  }
}
.header.on {
  background-color: #000;
}
@media screen and (min-width: 897px) {
  .header .logo {
    width: 82px;
    transition: 0.35s ease-out;
  }
}
@media screen and (max-width: 896px) {
  .header .logo {
    position: relative;
    z-index: 10;
    width: 15%;
  }
}
.header .logo a {
  display: block;
  position: relative;
}
@media screen and (min-width: 897px) {
  .header .logo a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
    background-image: url(../../img/common/logo_wht.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    opacity: 0;
    transition: 0.35s ease;
  }
}
.header .menubtn {
  position: relative;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 896px) {
  .header .menubtn {
    position: relative;
    z-index: 10;
  }
}
.header .menubtn.close .bar {
  background-color: #000;
}
.header .menubtn.close .bar:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 0;
}
.header .menubtn.close .bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: 0;
}
.header .menubtn.close .text {
  color: #000;
}
.header .menubtn .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: 0.35s ease;
}
@media screen and (min-width: 897px) {
  .header .menubtn .bar:first-child {
    margin-top: -2px;
  }
  .header .menubtn .bar:nth-child(2) {
    margin-top: 2px;
  }
}
@media screen and (max-width: 896px) {
  .header .menubtn .bar:first-child {
    margin-top: -3px;
  }
  .header .menubtn .bar:nth-child(2) {
    margin-top: 3px;
  }
}
.header .menubtn .text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1rem;
  color: #fff;
}
@media screen and (min-width: 897px) {
  .nav {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
}
@media screen and (max-width: 896px) {
  .nav {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(100%, 0);
    width: 100%;
    height: 100%;
    padding: 100px 8% 120px;
    background-color: #fff;
    transition: 0.5s ease;
  }
  .nav.on {
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 897px) {
  .nav__main {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 896px) {
  .nav__main {
    margin-top: 20px;
  }
}
@media screen and (min-width: 897px) {
  .nav .mainmenu {
    position: relative;
    margin-left: 40px;
  }
  .nav .mainmenu:hover {
    cursor: pointer;
  }
  .nav .mainmenu:hover .submenu {
    opacity: 1;
    height: auto;
    visibility: inherit;
  }
}
@media screen and (max-width: 896px) {
  .nav .mainmenu {
    margin-bottom: 50px;
  }
  .nav .mainmenu:last-child {
    width: 100%;
  }
}
.nav .linktxt {
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 897px) {
  .nav .linktxt {
    display: inline-block;
    padding: 30px 0;
    font-size: 1.4rem;
    font-weight: 900;
    color: #fff;
  }
  .nav .linktxt:hover {
    color: var(--text-color-red);
  }
  .nav .linktxt.nohover:hover {
    color: #fff;
  }
}
@media screen and (max-width: 896px) {
  .nav .linktxt.splink {
    position: relative;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--text-color-red);
  }
  .nav .linktxt.splink .en {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .nav .linktxt.splink .jp {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    margin-top: 8px;
  }
  .nav .linktxt.splink .jp.arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid var(--text-color-red);
    border-right: 0;
  }
}
.nav .linktxt.contactbtn {
  padding: 13px 52px 15px 27px;
  border: 1px solid var(--text-color-red);
  border-radius: 22px;
  background-color: var(--text-color-red);
  background-image: url(../../img/common/icon_nav_contact.png);
  background-size: 15px;
  background-repeat: no-repeat;
  color: #fff;
}
.nav .linktxt.ebooksbtn {
  padding: 13px 52px 15px 27px;
  border: 1px solid var(--text-color-red);
  border-radius: 22px;
  background-color: var(--text-color-red);
  background-image: url(../../img/common/dl_icon.png);
  background-size: 15px;
  background-repeat: no-repeat;
  color: #fff;
}
@media screen and (min-width: 897px) {
  .nav .linktxt.ebooksbtn,
  .nav .linktxt.contactbtn {
    background-position: 86% center;
  }
}
@media screen and (max-width: 896px) {
  .nav .linktxt.ebooksbtn,
  .nav .linktxt.contactbtn {
    background-position: 70% center;
  }
}
.nav .linktxt.contactbtn:before {
  display: none;
}
@media screen and (min-width: 897px) {
  .nav .linktxt.contactbtn:hover {
    background-color: #fff;
    background-image: url(../../img/common/icon_contact.svg);
    color: var(--text-color-red);
  }
  .nav .linktxt.ebooksbtn:hover {
		background-color: var(--text-color-red);
	}
}
@media screen and (max-width: 896px) {
  .nav .linktxt.ebooksbtn,
  .nav .linktxt.contactbtn {
    display: block;
    margin: 60px auto 0;
    font-size: 1.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 896px) {
  .nav .sptxt {
    position: relative;
    color: var(--text-color-red);
  }
  .nav .sptxt .en {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .nav .sptxt .jp {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    margin-top: 8px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .nav .sptxt .jp.arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid var(--text-color-red);
    border-right: 0;
  }
}
@media screen and (min-width: 897px) {
  .nav .submenu {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    background-color: #fff;
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (max-width: 896px) {
  .nav .submenu {
    margin-top: 24px;
  }
}
.nav .submenu li {
  white-space: nowrap;
}
@media screen and (max-width: 896px) {
  .nav .submenu li:not(.nav .submenu li:first-child) {
    margin-top: 16px;
  }
}
.nav .submenu a {
  font-weight: 900;
  color: #0d0d0d;
}
@media screen and (min-width: 897px) {
  .nav .submenu a {
    display: block;
    padding: 16px 12px;
    font-size: 1.4rem;
  }
  .nav .submenu a:hover {
    cursor: pointer;
    background-color: var(--text-color-red);
    color: #fff;
  }
}
@media screen and (max-width: 896px) {
  .nav .submenu a {
    position: relative;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
    font-weight: 500;
  }
}
@media screen and (max-width: 896px) {
  .nav__submenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .nav__submenu li {
    width: 47%;
    margin-top: 20px;
  }
  .nav__submenu li a {
    position: relative;
    display: inline-block;
    padding-right: 12px;
    font-size: 1rem;
    color: #a0a0a0;
  }
  .nav__submenu li a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #a0a0a0;
    border-right: 0;
  }
}
.mvunder {
  position: relative;
  background-color: var(--bg-color-black);
}
@media screen and (min-width: 897px) {
  .mvunder {
    min-height: 580px;
    padding: 200px 0 140px 10%;
  }
}
@media screen and (max-width: 896px) {
  .mvunder {
    padding: 140px 5% 100px;
  }
}
.mvunder .page_ttl {
  color: #fff;
}
.mvunder .page_ttl .en {
  display: inline-block;
  letter-spacing: 0;
  color: var(--text-color-red);
  text-transform: uppercase;
}
@media screen and (min-width: 897px) {
  .mvunder .page_ttl .en {
    font-size: 12rem;
    text-indent: -0.075em;
  }
}
@media screen and (max-width: 896px) {
  .mvunder .page_ttl .en {
    font-size: 5.2rem;
  }
}
.mvunder .page_ttl .jp {
  display: block;
  font-weight: 900;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 897px) {
  .mvunder .page_ttl .jp {
    margin-top: 12px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 896px) {
  .mvunder .page_ttl .jp {
    margin-top: 8px;
    font-size: 1.8rem;
  }
}
.mvunder .leadtxt {
  line-height: 2;
  color: #fff;
}
@media screen and (min-width: 897px) {
  .mvunder .leadtxt {
    margin-top: 36px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 896px) {
  .mvunder .leadtxt {
    margin-top: 24px;
    font-size: 1.4rem;
  }
}
.path {
  position: absolute;
  bottom: 20px;
  left: 5%;
}
.path ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .path ul {
    flex-wrap: wrap;
  }
}
.path li {
  color: #fff;
}
.path li.arrow {
  position: relative;
  padding-left: 16px;
  margin-left: 12px;
}
.path li.arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #ccc;
  border-right: 0;
}
.path .home {
  display: block;
  border-radius: 50%;
  background-color: #535353;
  background-image: url(../../img/common/icon_home.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 897px) {
  .path .home {
    width: 30px;
    height: 30px;
    background-size: 16px;
  }
}
@media screen and (max-width: 896px) {
  .path .home {
    width: 28px;
    height: 28px;
    background-size: 12px;
  }
}
.path .txt {
  display: block;
  padding: 8px 14px;
  background-color: #535353;
  border-radius: 14px;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (min-width: 897px) {
  .path .txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 896px) {
  .path .txt {
    font-size: 1.2rem;
  }
}
.path .txt.current {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 896px) {
  .path .news_ttl {
    margin-top: 10px;
  }
}
@media screen and (min-width: 897px) {
  .path .news_ttl .ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 896px) {
  .path .news_ttl .ttl {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 897px) {
  .companylink {
    display: flex;
    justify-content: space-between;
    padding: 140px 7.7% 80px;
  }
}
@media screen and (max-width: 896px) {
  .companylink {
    padding: 100px 7.7% 80px;
  }
}
@media screen and (min-width: 897px) {
  .companylink__item {
    width: 30%;
  }
}
@media screen and (max-width: 896px) {
  .companylink__item:not(.companylink__item:first-child) {
    margin-top: 50px;
  }
}
.companylink__item .en {
  letter-spacing: 0;
  color: var(--text-color-red);
}
@media screen and (min-width: 897px) {
  .companylink__item .en {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 896px) {
  .companylink__item .en {
    font-size: 3.2rem;
  }
}
.companylink__item .thumb {
  margin-top: 18px;
}
.companylink__item .jp {
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 897px) {
  .companylink__item .jp {
    margin-top: 28px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 896px) {
  .companylink__item .jp {
    margin-top: 18px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 897px) {
  .companylink__item .baselink {
    margin-top: 20px;
  }
}
@media screen and (max-width: 896px) {
  .companylink__item .baselink {
    margin-top: 12px;
  }
}
.footer {
  position: relative;
  z-index: 2;
}
.footer__contact {
  background-color: var(--bg-color-gray);
}
@media screen and (min-width: 897px) {
  .footer__contact {
    padding: 120px 0;
  }
}
@media screen and (max-width: 896px) {
  .footer__contact {
    padding: 60px 0;
  }
}
.footer__contact .heading {
  text-align: center;
}
.footer__contact .heading span {
  font-weight: 900;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 897px) {
  .footer__contact .heading span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 896px) {
  .footer__contact .heading span {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 897px) {
  .footer__contact .heading h2 {
    margin-top: 24px;
    font-size: 11.4rem;
  }
}
@media screen and (max-width: 896px) {
  .footer__contact .heading h2 {
    margin-top: 16px;
    font-size: 4.2rem;
  }
}
.footer__contact-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 208px;
  margin: 60px auto 0;
  border-radius: 50%;
  border: 1px solid #000;
}
@media screen and (min-width: 897px) {
  .footer__contact-link:hover {
    background-color: var(--text-color-red);
    color: #fff;
  }
  .footer__contact-link:hover .icon {
    background-image: url(../../img/common/icon_contact_wht.png);
  }
}
.footer__contact-link .icon {
  width: 44px;
  height: 26px;
  background-image: url(../../img/common/icon_contact.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.footer__contact-link p {
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.footer__logoarea {
  background-color: var(--text-color-black);
}
@media screen and (min-width: 897px) {
  .footer__logoarea {
    padding: 60px 10%;
  }
}
@media screen and (max-width: 896px) {
  .footer__logoarea {
    padding: 40px 5%;
  }
}
@media screen and (min-width: 897px) {
  .footer__logoarea-logo {
    width: 350px;
  }
}
.footer__sitemap {
  background-color: #1f1f1f;
}
@media screen and (min-width: 897px) {
  .footer__sitemap {
    padding: 80px 10% 0;
  }
}
@media screen and (max-width: 896px) {
  .footer__sitemap {
    padding: 50px 5% 0;
  }
}
.footer__sitemap-upper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .footer__sitemap-upper {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 896px) {
  .footer__sitemap-upper .item {
    width: 100%;
  }
  .footer__sitemap-upper .item:not(.footer__sitemap-upper .item:first-child) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 897px) {
  .footer__sitemap-upper .item a:hover {
    color: var(--text-color-red);
  }
}
.footer__sitemap-upper h4 {
  color: #fff;
}
.footer__sitemap-upper h4 a {
  color: #fff;
}
@media screen and (min-width: 897px) {
  .footer__sitemap-upper h4 a:hover {
    color: var(--text-color-red);
  }
  .footer__sitemap-upper h4 a:hover .jp.arrow:before {
    border-left: 5px solid var(--text-color-red);
  }
}
.footer__sitemap-upper h4 .en {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.footer__sitemap-upper h4 .jp {
  display: inline-block;
  padding-right: 12px;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.footer__sitemap-upper h4 .jp.arrow {
  position: relative;
}
.footer__sitemap-upper h4 .jp.arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #ffffff;
  border-right: 0;
  transition: 0.35s ease-out;
}
.footer__sitemap-upper ul {
  padding-left: 15px;
  border-left: 1px solid #535353;
}
@media screen and (min-width: 897px) {
  .footer__sitemap-upper ul {
    margin-top: 30px;
  }
}
@media screen and (max-width: 896px) {
  .footer__sitemap-upper ul {
    margin-top: 20px;
  }
}
.footer__sitemap-upper li:not(.footer__sitemap-upper li:first-child) {
  margin-top: 15px;
}
.footer__sitemap-upper li a {
  font-size: 1.4rem;
  color: #a0a0a0;
}
.footer__sitemap-lower {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (min-width: 897px) {
  .footer__sitemap-lower {
    margin-top: 118px;
  }
}
@media screen and (max-width: 896px) {
  .footer__sitemap-lower {
    margin-top: 68px;
  }
}
.footer__sitemap-lower .submenu {
  display: flex;
}
@media screen and (min-width: 897px) {
  .footer__sitemap-lower .submenu {
    justify-content: center;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 896px) {
  .footer__sitemap-lower .submenu {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 897px) {
  .footer__sitemap-lower li {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
  }
  .footer__sitemap-lower li:not(.footer__sitemap-lower li:last-child):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #a0a0a0;
  }
}
@media screen and (max-width: 896px) {
  .footer__sitemap-lower li {
    width: 47%;
  }
  .footer__sitemap-lower li:nth-child(n + 3) {
    margin-top: 16px;
  }
}
.footer__sitemap-lower li a {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #a0a0a0;
}
@media screen and (min-width: 897px) {
  .footer__sitemap-lower li a:hover {
    color: var(--text-color-red);
  }
}
.footer__sitemap-lower .copyright {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #a0a0a0;
  text-align: center;
}
@media screen and (min-width: 897px) {
  .footer__sitemap-lower .copyright {
    margin-left: auto;
  }
}
@media screen and (max-width: 896px) {
  .footer__sitemap-lower .copyright {
    margin-top: 60px;
  }
}
.footer .p_mark {
  position: absolute;
  right: 5%;
}
@media screen and (min-width: 897px) {
  .footer .p_mark {
    bottom: 0;
    width: 90px;
  }
}
@media screen and (max-width: 896px) {
  .footer .p_mark {
    bottom: 10px;
    width: 50px;
  }
}
.text_anime {
  opacity: 0;
  filter: blur(10px);
  will-change: scroll-position;
}
.text_anime.on {
  animation: text_anime 1s cubic-bezier(0.83, 0, 0.17, 1) forwards;
}
@keyframes text_anime {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.text_anime_start {
  opacity: 0;
  filter: blur(10px);
  will-change: contents;
  animation: text_anime 0.25s linear 0.75s forwards;
}
@keyframes text_anime {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.underline {
  position: relative;
}
.underline::after {
  content: "";
  background: #dadada;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
@media screen and (min-width: 897px) {
  .underline:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.hoverScale .thumb {
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.4, 0.1, 0.3, 1);
}
.hoverScale .thumb .scaleImg {
  transition: transform 0.4s cubic-bezier(0.4, 0.1, 0.3, 1);
}
.hoverScale .thumb .scaleImg img {
  backface-visibility: hidden;
}
@media screen and (min-width: 897px) {
  .hoverScale:hover .thumb {
    transform: scale(0.95);
  }
  .hoverScale:hover .thumb .scaleImg {
    transform: scale(1.15);
  }
}
.svg_anim svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: 1s;
  width: 100%;
  height: auto;
}
.svg_anim.on svg {
  stroke-dashoffset: 2000;
}
.fade_y {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.3s ease-out;
  will-change: transform;
}
.fade_y.on {
  opacity: 1;
  transform: translateY(0%);
}
.fade_x_left {
  transform: translateX(-30px);
  opacity: 0;
  transition: 0.3s ease-out;
  will-change: transform;
}
.fade_x_left.on {
  opacity: 1;
  transform: translateX(0);
}
.fade_x_right {
  transform: translateX(30px);
  opacity: 0;
  transition: 0.3s ease-out;
  will-change: transform;
}
.fade_x_right.on {
  opacity: 1;
  transform: translateX(0);
}
.scr_cvr {
  overflow: hidden;
  position: relative;
  display: block;
  opacity: 0;
  transition: 0.5s;
}
.scr_cvr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #000;
  transition: all 0.6s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.scr_cvr.on {
  opacity: 1;
}
.scr_cvr.on::before {
  right: -100%;
  transition-delay: 0.3s;
}
.news__heading {
  display: flex;
  align-items: center;
}
.news__heading .en {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.news__heading .jp {
  margin-left: 10px;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.news__category {
  margin-top: 10vw;
}
@media screen and (min-width: 897px) {
  .news__category {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media screen and (max-width: 896px) {
  .news__category {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.news__category ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
}
@media screen and (min-width: 897px) {
  .news__category li {
    margin-top: 10px;
    border-left: 1px solid #808080;
  }
  .news__category li:last-child {
    border-right: 1px solid #808080;
  }
}
@media screen and (max-width: 896px) {
  .news__category li {
    width: 33%;
    border-right: 1px solid #808080;
  }
  .news__category li:first-child {
    border: 1px solid #808080;
    border-width: 0 1px;
  }
}
.news__category li a {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #808080;
}
@media screen and (min-width: 897px) {
  .news__category li a {
    padding: 2px 36px;
  }
  .news__category li a:hover {
    background-color: var(--text-color-black);
    color: #fff;
  }
}
@media screen and (max-width: 896px) {
  .news__category li a {
    padding: 6px 0 8px;
    text-align: center;
  }
}
.news__list {
  margin-top: 56px;
}
@media screen and (min-width: 897px) {
  .news__list {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media screen and (max-width: 896px) {
  .news__list {
    margin-left: 5%;
    margin-right: 5%;
  }
}

.news__list a .time {
  position: relative;
}
.news__list a .time .age {
  display: block;
  font-size: 1.2rem;
}
.news__list a .time .date {
  font-size: 3rem;
  letter-spacing: 0.1em;
}
.news__list a .time .new {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  color: var(--text-color-red);
}
.news__list a .cat {
  padding: 6px 22px 8px;
  background-color: var(--text-color-red);
  border-radius: 12px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 897px) {
  .news__list a .cat {
    margin-left: 50px;
  }
}
@media screen and (max-width: 896px) {
  .news__list a .cat {
    margin-left: 24px;
  }
}
.news__list a .txt {
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 897px) {
  .news__list a .txt {
    flex: 1;
    margin-left: 50px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 896px) {
  .news__list a .txt {
    width: 100%;
    margin-top: 8px;
    font-size: 1.6rem;
  }
}
.news__pagenavi {
  margin-top: 60px;
}
.news__pagenavi .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news__pagenavi .btnarea {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news__pagenavi .page,
.news__pagenavi .current {
  margin-right: 18px;
  font-size: 2rem;
}
@media screen and (min-width: 897px) {
  .news__pagenavi .page:hover {
    text-decoration: underline;
    color: #a0a0a0;
  }
}
.news__pagenavi .current {
  text-decoration: underline;
  color: #a0a0a0;
}
.news__pagenavi .previouspostslink,
.news__pagenavi .nextpostslink {
  position: relative;
  display: block;
  border: 1px solid #1b1b1b;
  background-color: #1b1b1b;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 897px) {
  .news__pagenavi .previouspostslink,
  .news__pagenavi .nextpostslink {
    width: 224px;
    padding: 20px 0;
    border-radius: 32px;
    background-size: 24px;
    font-size: 1.6rem;
  }
  .news__pagenavi .previouspostslink:hover,
  .news__pagenavi .nextpostslink:hover {
    background-color: #fff;
    color: #1b1b1b;
  }
  .news__pagenavi .previouspostslink:hover:before,
  .news__pagenavi .nextpostslink:hover:before {
    background-image: url(../../img/common/icon_arrow_link_blk.png);
  }
}
@media screen and (max-width: 896px) {
  .news__pagenavi .previouspostslink,
  .news__pagenavi .nextpostslink {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-indent: -9999px;
    color: #1b1b1b;
  }
}
.news__pagenavi .previouspostslink:before,
.news__pagenavi .nextpostslink:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../img/common/icon_arrow_link.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 897px) {
  .news__pagenavi .previouspostslink:before,
  .news__pagenavi .nextpostslink:before {
    width: 24px;
    height: 8px;
  }
}
@media screen and (max-width: 896px) {
  .news__pagenavi .previouspostslink:before,
  .news__pagenavi .nextpostslink:before {
    width: 18px;
    height: 6px;
  }
}
@media screen and (min-width: 897px) {
  .news__pagenavi .previouspostslink {
    padding-left: 84px;
    margin-right: 86px;
  }
}
@media screen and (max-width: 896px) {
  .news__pagenavi .previouspostslink {
    margin-right: 12px;
  }
}
@media screen and (min-width: 897px) {
  .news__pagenavi .previouspostslink:before {
    left: 46px;
    transform: translateY(-50%) rotate(-180deg);
  }
}
@media screen and (max-width: 896px) {
  .news__pagenavi .previouspostslink:before {
    left: 50%;
    transform: translate(-50%, -50%) rotate(-180deg);
  }
}
@media screen and (min-width: 897px) {
  .news__pagenavi .nextpostslink {
    padding-left: 42px;
    margin-left: 86px;
  }
}
@media screen and (max-width: 896px) {
  .news__pagenavi .nextpostslink {
    margin-left: 12px;
  }
}
@media screen and (min-width: 897px) {
  .news__pagenavi .nextpostslink:before {
    right: 46px;
  }
}
@media screen and (max-width: 896px) {
  .news__pagenavi .nextpostslink:before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.news__pagenavi .listback {
  display: block;
  padding: 20px 0;
  border-radius: 32px;
  border: 1px solid #1b1b1b;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #1b1b1b;
}
@media screen and (min-width: 897px) {
  .news__pagenavi .listback {
    width: 224px;
  }
}
@media screen and (max-width: 896px) {
  .news__pagenavi .listback {
    width: 48vw;
  }
}
@media screen and (min-width: 897px) {
  .news__detail {
    display: flex;
    margin-top: 100px;
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media screen and (max-width: 896px) {
  .news__detail {
    margin-top: 80px;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.news__detail-article {
  background-color: #ececec;
}
@media screen and (min-width: 897px) {
  .news__detail-article {
    width: 75%;
    padding: 60px 80px;
  }
}
@media screen and (max-width: 896px) {
  .news__detail-article {
    padding: 40px 6.25%;
  }
}
.news__detail-article .info {
  display: flex;
  align-items: center;
}
.news__detail-article .info .time {
  position: relative;
}
.news__detail-article .info .time .age {
  display: block;
  font-size: 1.2rem;
}
.news__detail-article .info .time .date {
  font-size: 3rem;
  letter-spacing: 0.1em;
}
.news__detail-article .info .time .new {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  color: var(--text-color-red);
}
.news__detail-article .info .cat {
  padding: 6px 22px 8px;
  margin-left: 50px;
  background-color: var(--text-color-red);
  border-radius: 12px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #fff;
}
.news__detail-article .article_ttl {
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 897px) {
  .news__detail-article .article_ttl {
    margin-top: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 896px) {
  .news__detail-article .article_ttl {
    margin-top: 20px;
    font-size: 2.2rem;
  }
}
.news__detail-textarea {
  margin-top: 36px;
}
.news__detail-textarea p {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #0d0d0d;
}
.news__detail-textarea a {
  color: var(--text-color-red);
  text-decoration: underline;
}
.news__detail-snsshare {
  display: flex;
  align-items: center;
  padding-top: 30px;
  margin-top: 54px;
  border-top: 1px dotted #aaa;
}
.news__detail-snsshare h5 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.news__detail-snsshare ul {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.news__detail-snsshare li {
  width: 36px;
}
.news__detail-snsshare li:not(.news__detail-snsshare li:first-child) {
  margin-left: 10px;
}
@media screen and (min-width: 897px) {
  .news__detail-side {
    flex: 1;
    margin-left: 77px;
  }
}
@media screen and (max-width: 896px) {
  .news__detail-side {
    margin-top: 60px;
  }
}
.news__detail-side .item:not(.news__detail-side .item:first-child) {
  margin-top: 60px;
}
.news__detail-side .item h5 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a0a0a0;
}
.news__detail-side .item h5 .en {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.news__detail-side .item h5 .jp {
  display: block;
  margin-top: 6px;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  .news__detail-side .item ul {
    padding: 0 5%;
  }
}
.news__detail-side .item li:not(.news__detail-side .item li:first-child) {
  margin-top: 16px;
}
.news__detail-side .item li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news__detail-side .item li .txt {
  font-size: 1.6rem;
  color: #808080;
}
.news__detail-side .item li .num {
  font-size: 1.2rem;
  color: #da1c1c;
}


/* add style */

p.text-right {
	text-align: right;
}

.privacy_cont {
	line-height: 1.8;
	max-width: 900px;
	margin: auto;
  font-size: 15px;
  margin-bottom: 4em;
}

.privacy_cont h2 {
	margin-bottom: 20px;
	font-size: 1.7em;
	letter-spacing: .2em;
}

.privacy_cont h3 {
	margin-bottom: 15px;
	font-size: 1.3em;
	margin-top: 25px;
	background: #ececec;
	padding-left: 15px;
}
.privacy_cont p a{
    text-decoration: underline;
    color: #0084b2;
}
.privacy_cont .antisocial{
    padding:10px;
    border:1px solid #eee;
    display: block;
    margin:30px 0px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2;
}
.privacy_cont .antisocial ul li{
    list-style-type: none;
    position: relative;
    font-size: 1.5em;
}

.privacy_cont ul {
	margin: 10px;
}

.privacy_cont ul li {
	margin-left: 15px;
	list-style-type: disc;
	margin-bottom: 10px;
}

.mb20{margin-bottom:20px;}

.antisocial_cont {
	font-size: 14px;
	color: #333;
	padding: 0 0 7%;
}
.antisocial_cont .antisocial{
    font-size: 1.1rem;
    font-weight: bold;
}

@media only screen and (max-width:640px) {
	.dttl {
		margin: 0 0 6%
	}

	.privacy_cont {
		margin: 0 0 8%
	}
    .privacy_cont .antisocial ul{
        margin: 0px;
    }
    .privacy_cont .antisocial ul li{
        margin: 0px;
        margin-bottom:10px;
    }
		.corporateinfo{
			margin:25px auto;
		}
    .corporateinfo ul li{
        font-size: 12px !important;
				 width: calc(100% / 2.1);
    }
		.corporateinfo ul li:last-child{
    border-right: 1px solid #6d6a67;
		}
		.foot_privacy img {
    float: left;
	}
}
