@charset "UTF-8";@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
/* ----------------------------------------------------------------
* 01. reset
* 02. libs
* 03. base
* 04. utility
* 05. header 本体参照
* 06. footer　本体参照
* 07. error
* 08. corporate
* 09. corporate / press-rerlease
* 10. corporate / press-rerlease / detail
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
01. reset
----------------------------------------------------------------- */

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,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* デフォルトを10pxにする */
html {
  font-size: 14px;
}

/* html5要素をインラインからブロック要素へ変更 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

/* list */
ol,
ul {
  list-style: none;
}

/* 引用符非表示 */
blockquote,
q {
  quotes: none;
}

/* blockquote要素、q要素の前後レイアウト調整 */
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

/* a */
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* ins */
ins {
  color: #000;
  text-decoration: none;
}

/* mark */
/* テキストに打ち消し線が付くようにしています */
del {
  text-decoration: line-through;
}

/* IE用 下線設定及びマウスhover時ヘルプカーソル */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* hr */
hr {
  border: 0;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

/* input select */
input,
select {
  vertical-align: middle;
}

/* outlineの消去 */
input {
  outline: none;
}

/* borderの消去 */
button {
  border: none;
}

/* 画像を縦に並べた時に余白が出ないように */
img {
  vertical-align: top;
}

/* box-sizingを全ブラウザに対応 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ----------------------------------------------------------------
02. libs
----------------------------------------------------------------- */
/* Magnific Popup CSS */
.mfp-bg {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0.6;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042;
}

.mfp-wrap {
  height: 100%;
  left: 0;
  outline: none !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1043;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  left: 8px;
  margin-top: -0.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  background: transparent;
  border: 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  box-shadow: none;
  display: block;
  outline: none;
  padding: 0;
  touch-action: manipulation;
  z-index: 1046;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mfp-close {
  color: #FFF;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 44px;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%;
}

.mfp-counter {
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.mfp-arrow {
  height: 110px;
  margin: 0;
  margin-top: -55px;
  opacity: 0.65;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  border: medium inset transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0;
}

.mfp-arrow:after {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-bottom-width: 21px;
  border-top-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  border-right: 27px solid #3F3F3F;
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}

.mfp-iframe-scaler iframe {
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Main image in popup */
img.mfp-img {
  box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0 40px;
  width: auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  background: #444;
  bottom: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.mfp-title {
  color: #F3F3F3;
  line-height: 18px;
  text-align: left;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    bottom: 0;
    top: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* ----------------------------------------------------------------
03. base
----------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
}

body a {
  -webkit-transition: all 0.3s;
  color: #000;
  outline: none;
  text-decoration: none;
  transition: all 0.3s;
}

.svg-spacer {
  fill: transparent;
}

/**
 * pc/sp
 */
@media screen and (max-width: 1023px) {
  .pc--only {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .sp--only {
    display: none !important;
  }
}
/**
 * parts
 */
.fwb {
  font-weight: bold;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.vam {
  vertical-align: middle;
}

.vat {
  vertical-align: top;
}

.vab {
  vertical-align: bottom;
}

.dpb {
  display: block;
}

.dpib {
  display: inline-block;
}

/* ----------------------------------------------------------------
04. utility
04-01. wrap
04-02. pageTitle
04-03. pageSubTitle
04-04. new
04-05. pageConts
04-06. backLinkBtn
----------------------------------------------------------------- */
/*
wrap
*/
.wrap {
  background: url("../img/common/bg.png") 0 0 repeat;
  background-size: 400px;
  overflow: hidden;
}

/*
pageTitle
*/
.pageTitle {
  margin: 0 auto;
  max-width: 1270px;
  padding-bottom: 32px;
  padding-top: 25px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .pageTitle {
    padding-bottom: 38px;
  }
}
.pageTitle__en {
  font-family: presicav, sans-serif;
  font-size: 34px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 4px;
}
@media screen and (min-width: 1024px) {
  .pageTitle__en {
    font-size: 64px;
  }
}
.pageTitle__ja {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .pageTitle__ja {
    font-size: 16px;
    margin-top: 0;
  }
}

/*
pageSubTitle
*/
.pageSubTitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.77;
  padding-left: 16px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .pageSubTitle {
    font-size: 28px;
    line-height: 1.39;
    padding-left: 20px;
  }
}
.pageSubTitle::before {
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  height: 24px;
  left: 0;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 4px;
}
@media screen and (min-width: 1024px) {
  .pageSubTitle::before {
    height: 32px;
  }
}

/*
new
*/
.new {
  align-items: center;
  background-image: linear-gradient(103deg, #063e93 6%, #ac77f0 96%);
  color: #fff;
  display: flex;
  font-family: presicav, sans-serif;
  font-size: 10px;
  height: 12px;
  justify-content: center;
  line-height: 1;
  margin-right: 8px;
  width: 36px;
}

/*
pageConts
*/
.pageConts {
  padding: 32px 0 112px;
}
@media screen and (min-width: 1024px) {
  .pageConts {
    padding: 48px 0 120px;
  }
}

/*
backLinkBtn
*/
.backLinkBtn {
  display: flex;
  justify-content: center;
}
.backLinkBtn__btn {
  align-items: center;
  border: solid 1px #000;
  border-radius: 22px;
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 44px;
  justify-content: center;
  padding-left: 40px;
  padding-left: 52px;
  padding-right: 40px;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  vertical-align: bottom;
}
.backLinkBtn__btn:focus {
  background-color: #000;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .backLinkBtn__btn:hover {
    background-color: #000;
    color: #fff;
  }
}
.backLinkBtn__btn::before {
  background: url("../img/common/icon_arrow.svg") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  height: 12px;
  left: 40px;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 8px;
}
.backLinkBtn__btn:focus::before {
  background: url("../img/common/icon_arrow-white.svg") no-repeat;
  background-size: contain;
}
@media (hover: hover) and (pointer: fine) {
  .backLinkBtn__btn:hover::before {
    background: url("../img/common/icon_arrow-white.svg") no-repeat;
    background-size: contain;
  }
}

/* ----------------------------------------------------------------
05. header
----------------------------------------------------------------- */
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #0065e9;
  --color-deepblue: #004cad;
  --color-gray: #707070;
}

.setBG {
  background: var(--image-url) 0 0 no-repeat;
}

.flexcenter {
  display: flex;
  justify-content: center;
}

.apheader {
  border-top: 6px solid var(--color-deepblue);
}
@media screen and (width <= 1023px) {
  .apheader {
    border-bottom: none;
  }
}
@media only screen and (width >= 1024px) {
  .apheader {
    border-top: 16px solid var(--color-deepblue);
    display: grid;
    gap: 10px min(58px, 3.0208333333vw);
    grid-template-columns: auto 1fr;
    padding-left: min(60px, 3.125vw);
    padding-right: min(60px, 3.125vw);
    padding-top: 26px;
    position: relative;
  }
  .apheader .apheader__title {
    grid-column: 1/2;
  }
  .apheader .headerNavWrap {
    grid-column: 2/3;
  }
  .apheader .headerSearchWrap {
    grid-column: 1/3;
    z-index: 2;
  }
}
.apheader .apheader__title {
  width: 132px;
}
@media only screen and (width >= 1024px) {
  .apheader .apheader__title {
    width: clamp(132px, 10.6770833333vw, 205px);
  }
}
.apheader .apheader__title img {
  height: auto;
  width: 100%;
}
.apheader .apheader__title a:focus-visible {
  opacity: 0.5;
}
@media (any-hover: hover) {
  .apheader .apheader__title a:hover {
    opacity: 0.5;
  }
}
@media only screen and (width >= 1024px) {
  .apheader .headerSearchWrap {
    border-radius: calc(infinity * 1px);
  }
}
@media only screen and (width >= 1024px) {
  .apheader .headerSearchArea {
    display: grid;
    grid-template-columns: min(540px, 28.125vw) 1fr;
    -webkit-column-gap: 3.4032898469%;
       -moz-column-gap: 3.4032898469%;
            column-gap: 3.4032898469%;
    min-height: 60px;
    padding: 5px 32px 5px 5px;
  }
}
@media only screen and (width >= 1024px) {
  .apheader .headerSearchInput {
    height: 100%;
    width: auto;
  }
  .apheader .headerSearchInput::after {
    content: none;
  }
}
@media only screen and (width >= 1024px) {
  .apheader .headerSearchInput__form {
    gap: 0;
    height: 100%;
    min-width: 300px;
    position: relative;
  }
}
@media only screen and (width >= 1024px) {
  .apheader .headerSearchInput__btn {
    background-color: var(--color-blue);
    border: 1px solid var(--color-black);
    border-radius: 50%;
    box-shadow: 2px 2px 0 0 #000;
    height: 39px;
    position: absolute;
    right: 8px;
    width: 39px;
  }
  .apheader .headerSearchInput__btn img {
    width: 20px;
  }
}
@media only screen and (width >= 1024px) and (any-hover: hover) {
  .apheader .headerSearchInput__btn:hover {
    background-color: var(--color-deepblue);
  }
}
@media only screen and (width >= 1024px) {
  .apheader .headerSearchInput__btn:focus-visible {
    background-color: var(--color-deepblue);
  }
}
@media only screen and (width >= 1024px) {
  .apheader .headerSearchInput__input {
    background-color: var(--color-white);
    border: 1px solid var(--color-gray);
    border-radius: calc(infinity * 1px);
    color: var(--color-black);
    height: 100%;
    padding-left: min(22px, 1.1458333333vw);
    width: 100%;
  }
  .apheader .headerSearchInput__input::-webkit-input-placeholder {
    color: var(--color-black);
    font-size: 16px;
  }
  .apheader .headerSearchInput__input:-ms-input-placeholder {
    color: var(--color-black);
    font-size: 16px;
  }
  .apheader .headerSearchInput__input::-ms-input-placeholder {
    color: var(--color-black);
    font-size: 16px;
  }
  .apheader .headerSearchInput__input::placeholder {
    color: var(--color-black);
    font-size: 16px;
  }
}
@media only screen and (width >= 1024px) {
  .apheader .headerSearchKeyword {
    align-items: center;
    display: grid;
    grid-template-columns: auto 1fr;
    padding-left: 0;
    width: auto;
  }
}
@media only screen and (width >= 1024px) {
  .apheader .headerSearchKeywordList {
    gap: 8px 22px;
    max-width: unset;
  }
}
@media only screen and (width >= 1024px) {
  .apheader .headerSearchKeywordList__link {
    background-color: unset;
    border: none;
    color: var(--color-white);
    font-size: 14px;
    padding: 0;
  }
}
@media only screen and (width >= 1024px) and (any-hover: hover) {
  .apheader .headerSearchKeywordList__link:hover {
    opacity: 0.8;
  }
}
@media only screen and (width >= 1024px) {
  .apheader .headerSearchKeywordList__link:focus-visible {
    opacity: 0.8;
  }
}
@media only screen and (width >= 1024px) {
  .apheader .headerSearchKeyword__title {
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
    align-items: center;
            column-gap: 15px;
    font-size: 14px;
    letter-spacing: 0;
    margin-right: 22px;
  }
  .apheader .headerSearchKeyword__title::after {
    background-color: var(--color-gray);
    content: "";
    display: inline-block;
    height: 24px;
    width: 1px;
  }
}
@media screen and (width <= 1023px) {
  .apheader .headerNavWrap {
    background-color: var(--color-white);
  }
}
@media only screen and (width >= 1024px) {
  .apheader .headerNavWrap {
    margin-right: 0;
    width: auto;
  }
}
@media only screen and (width >= 1024px) {
  .apheader .snsLeads {
    display: none;
  }
}
@media only screen and (width >= 1024px) {
  .apheader .headerNav {
    flex-wrap: nowrap;
  }
}
@media only screen and (width >= 1024px) {
  .apheader .headerMainNav .mainNav {
    gap: 0 min(58px, 3.0208333333vw);
  }
}
.apheader .headerMainNav .mainNav__link:focus-visible {
  color: #3c51b2;
  font-weight: bold;
}
@media only screen and (width >= 1024px) {
  .apheader .sns--header .snsList {
    gap: 0 min(25px, 1.3020833333vw);
  }
}
.apheader .sns--header .snsList__link:focus-visible {
  opacity: 0.5;
}
@media screen and (width <= 1023px) {
  .apheader .snsListWrap.sns--header {
    padding-left: 22px;
    padding-right: 16px;
  }
}
.apheader .acdArea {
  top: 18px;
}

/*
breadcrumb
*/
@media screen and (min-width: 1024px) {
  .breadcrumbListWrap {
    background-color: transparent;
    margin: 16px 0 58px;
  }
}

@media screen and (min-width: 1024px) {
  .breadcrumbList {
    padding-left: min(60px, 3.125vw);
  }
}

/* ----------------------------------------------------------------
06. footer
----------------------------------------------------------------- */
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #0065e9;
  --color-deepblue: #004cad;
  --color-gray: #707070;
}

.setBG {
  background: var(--image-url) 0 0 no-repeat;
}

.flexcenter {
  display: flex;
  justify-content: center;
}

.apfooter {
  padding: 52px 3.8461538462% 50px;
  padding-bottom: 115px;
  padding-top: 52px;
  position: relative;
}
@media only screen and (width >= 1024px) {
  .apfooter {
    padding-bottom: 270px;
    padding-top: 100px;
  }
}

.apfooterUpper {
  display: grid;
  grid-template-columns: auto;
  row-gap: 33px;
}
@media only screen and (width >= 1024px) {
  .apfooterUpper {
    align-items: center;
    grid-template-columns: 35.7142857143% 1fr 19.1071428571%;
  }
}

.apfooterBottom {
  display: grid;
}
@media only screen and (width >= 1024px) {
  .apfooterBottom {
    grid-template-columns: 35.7142857143% 1fr auto;
    margin-top: 130px;
  }
}

.apfooterLogo {
  width: 152px;
}
@media only screen and (width >= 1024px) {
  .apfooterLogo {
    align-self: end;
    margin-top: 4px;
    width: 205px;
  }
}
.apfooterLogo > a {
  display: block;
}
.apfooterLogo > a:focus-visible {
  opacity: 0.5;
}
@media (any-hover: hover) {
  .apfooterLogo > a:hover {
    opacity: 0.5;
  }
}
.apfooterLogo img {
  height: auto;
  width: 100%;
}

.apfooterNav .footerNav__list {
  display: flex;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
.apfooterNav .footerNav__link {
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
}
@media only screen and (width >= 1024px) {
  .apfooterNav .footerNav__link {
    font-size: 16px;
  }
}
.apfooterNav .footerNav__link:focus-visible {
  color: #3c51b2;
}
@media (any-hover: hover) {
  .apfooterNav .footerNav__link:hover {
    color: #3c51b2;
  }
}

.apfooterBanner {
  width: 220px;
}
@media only screen and (width >= 1024px) {
  .apfooterBanner {
    width: auto;
  }
}
.apfooterBanner .footerBnrWrap a {
  display: block;
}
.apfooterBanner .footerBnrWrap a:focus-visible {
  opacity: 0.5;
}
@media (any-hover: hover) {
  .apfooterBanner .footerBnrWrap a:hover {
    opacity: 0.5;
  }
}
.apfooterBanner .footerBnrWrap img {
  height: auto;
  width: 100%;
}

@media screen and (width <= 1023px) {
  .apfooterSubNav {
    grid-row: 1/2;
    margin-top: 54px;
  }
}
.apfooterSubNav .footerSubNav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
}
@media only screen and (width >= 1024px) {
  .apfooterSubNav .footerSubNav__list {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
.apfooterSubNav .footerSubNav__link {
  color: var(--color-gray);
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
}
@media only screen and (width >= 1024px) {
  .apfooterSubNav .footerSubNav__link {
    font-size: 14px;
  }
}
.apfooterSubNav .footerSubNav__link .icon {
  aspect-ratio: 12.42/10.43;
  display: inline-block;
  margin-left: 5px;
  width: 12px;
}
.apfooterSubNav .footerSubNav__link:focus-visible {
  color: #3c51b2;
}
.apfooterSubNav .footerSubNav__link:focus-visible .icon rect, .apfooterSubNav .footerSubNav__link:focus-visible .icon path {
  stroke: #3c51b2;
}
@media (any-hover: hover) {
  .apfooterSubNav .footerSubNav__link:hover {
    color: #3c51b2;
  }
  .apfooterSubNav .footerSubNav__link:hover .icon rect, .apfooterSubNav .footerSubNav__link:hover .icon path {
    stroke: #3c51b2;
  }
}

@media screen and (width <= 1023px) {
  .apfooterSns {
    grid-row: 2/3;
    margin-top: 37px;
  }
}
@media only screen and (width >= 1024px) {
  .apfooterSns {
    margin-left: 8px;
  }
}

.sns--footer .snsList {
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.sns--footer .snsList__list {
  width: 28px;
}
.sns--footer .snsList__list a:focus-visible {
  opacity: 0.5;
}
@media (any-hover: hover) {
  .sns--footer .snsList__list a:hover {
    opacity: 0.5;
  }
}

@media screen and (width <= 1023px) {
  .apfooterCopyright {
    justify-self: flex-end;
    margin-top: 20px;
  }
}
@media only screen and (width >= 1024px) {
  .apfooterCopyright {
    align-self: flex-end;
  }
}

.avexCopyright {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #0065e9;
  --color-deepblue: #004cad;
  --color-gray: #707070;
}

.setBG {
  background: var(--image-url) 0 0 no-repeat;
}

.flexcenter {
  display: flex;
  justify-content: center;
}

.pageTop {
  align-items: center;
  border: 2px solid var(--color-black);
  border-radius: 50%;
  bottom: 35px;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  position: absolute;
  right: 3.8461538462%;
  width: 50px;
  z-index: 5;
}
@media only screen and (width >= 1024px) {
  .pageTop {
    bottom: 100px;
    height: 81px;
    right: min(120px, 6.25vw);
    width: 81px;
  }
}
.pageTop svg {
  width: 43.75%;
}
@media (any-hover: hover) {
  .pageTop:hover {
    background-color: var(--color-black);
  }
  .pageTop:hover svg path {
    stroke: var(--color-white);
  }
}
.pageTop:focus-visible {
  background-color: var(--color-black);
}
.pageTop:focus-visible svg path {
  stroke: var(--color-white);
}

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #0065e9;
  --color-deepblue: #004cad;
  --color-gray: #707070;
}

.setBG {
  background: var(--image-url) 0 0 no-repeat;
}

.flexcenter {
  display: flex;
  justify-content: center;
}

.goog-te-combo {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--color-white) !important;
  border: 2px solid var(--color-black);
  border-radius: 15px;
  color: var(--color-black);
  font-size: 12px;
  font-weight: 600;
  height: auto;
  letter-spacing: 0;
  padding: 7px 14px 7px 10px;
  width: auto;
}
@media only screen and (width >= 1024px) {
  .goog-te-combo {
    border-radius: 17px;
    font-size: 16px;
    padding: 8px 20px 8px 16px;
  }
}

.goog-te-gadget {
  width: auto;
}
.goog-te-gadget::before {
  background-color: var(--color-black);
  border: none;
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin-bottom: auto;
  margin-top: auto;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: none;
  content: "";
  height: 5px;
  right: 10px;
          transform: none;
  width: 7px;
}
@media only screen and (width >= 1024px) {
  .goog-te-gadget::before {
    height: 7px;
    right: 14px;
    width: 10px;
  }
}

/* ----------------------------------------------------------------
07. error
----------------------------------------------------------------- */
/*
error
*/
.errorWrap {
  margin: 0 auto;
  max-width: 1270px;
  padding: 8px 0 120px;
  width: calc(100% - 96px);
}
@media screen and (max-width: 1023px) {
  .errorWrap {
    margin-top: -5px;
    padding-bottom: 112px;
    padding-top: 0;
    width: calc(100% - 32px);
  }
}

.errorTitle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .errorTitle {
    font-size: 22px;
  }
}

.errorText {
  font-size: 18px;
  line-height: 2;
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .errorText {
    font-size: 16px;
    margin-top: 18px;
  }
}

.errorSearchWrap {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
  margin-top: 50px;
  padding: 22px 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .errorSearchWrap {
    margin-bottom: 32px;
    margin-top: 24px;
    padding: 27px 0;
  }
}
.errorSearchWrap::before, .errorSearchWrap::after {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.errorSearchWrap::before {
  top: 0;
}
.errorSearchWrap::after {
  bottom: 0;
}

.keywordSearch {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .keywordSearch {
    max-width: 100%;
    width: 375px;
  }
}
.keywordSearch__title {
  font-size: 18px;
  font-weight: bold;
  margin-right: 24px;
}
@media screen and (max-width: 1023px) {
  .keywordSearch__title {
    font-size: 14px;
    width: 78px;
  }
}
.keywordSearch__search {
  background-color: #eaeaea;
  border-bottom: 1px solid #000;
  position: relative;
  width: 304px;
}
@media screen and (max-width: 1023px) {
  .keywordSearch__search {
    width: calc(100% - 78px);
  }
}
.keywordSearch__input {
  background-color: #eaeaea;
  border: none;
  font-size: 14px;
  height: 43px;
  padding: 2px 35px 2px 12px;
  width: 100%;
}
.keywordSearch__btn {
  align-items: center;
  background-image: none;
  display: flex;
  justify-content: center;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .keywordSearch__btn {
    background-color: #000;
    border-radius: 50%;
    height: 28px;
    right: 8px;
    top: calc(50% - 14px);
    width: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .keywordSearch__btn {
    background-color: #eaeaea;
    cursor: pointer;
    height: 43px;
    right: 6px;
    top: 0;
    transition: opacity 0.3s;
    width: 28px;
  }
}

.errorBtnWrap {
  display: flex;
  justify-content: center;
}

.errorBtn {
  align-items: center;
  border: solid 1px #000;
  border-radius: 22px;
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 44px;
  justify-content: center;
  padding-left: 40px;
  padding-right: 52px;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  vertical-align: bottom;
}
.errorBtn:before {
  background: url("../img/common/icon_arrow.svg") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  left: auto;
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  height: 12px;
          transform: translate(-50%, -50%) rotate(180deg);
  width: 8px;
}

/* ----------------------------------------------------------------
08. corporate
----------------------------------------------------------------- */
/*
first view
*/
.fv {
  width: 100%;
}

.splide__track {
  height: 100%;
}

.splide__slide {
  opacity: 1 !important;
}
.splide__slide.is-move .mainVisual {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.splide__slide.is-old {
  z-index: 1 !important;
}
.splide__slide.is-active {
  z-index: 2 !important;
}
.splide__slide.is-active .mainVisual {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.splide__toggle {
  align-items: center;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: min(50px, 12.8vw);
  justify-content: center;
  width: min(50px, 12.8vw);
}
.splide__toggle:hover {
  background-color: #fff;
}
.splide__toggle:hover .splide__toggle__play,
.splide__toggle:hover .splide__toggle__pause {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.splide__toggle__play,
.splide__toggle__pause {
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  width: 14.7px;
}

@media screen and (min-width: 1024px) {
  .mainVisualBox {
    height: 100%;
  }
}

/* -----------------------------------------------------------------
mainVisual cassette
----------------------------------------------------------------- */
.mainVisual {
  background-color: #000;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  overflow: hidden;
  padding-bottom: 96px;
  padding-top: 24px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .mainVisual {
    padding-bottom: 56px;
    padding-top: 48px;
  }
}
.mainVisual:before {
  background-color: rgba(0, 0, 0, 0.35);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.mainVisual__bg {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -o-object-fit: cover;
  height: calc(100% + 20px);
  left: -10px;
     object-fit: cover;
  position: absolute;
  top: -10px;
  width: calc(100% + 20px);
  z-index: 1;
}

.mainVisual__imgWrap {
  aspect-ratio: 1.495;
  margin: 0 auto 16px;
  max-width: 640px;
  position: relative;
  width: calc(100% - 72px);
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .mainVisual__imgWrap {
    margin-bottom: 24px;
    max-width: 844px;
    width: 43.777vw;
  }
}

.mainVisual__img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.mainVisual__data {
  color: #fff;
  margin: 0 auto;
  max-width: 640px;
  position: relative;
  width: calc(100% - 72px);
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .mainVisual__data {
    display: flex;
    flex-wrap: wrap;
    gap: 0 32px;
    max-width: 1248px;
    width: calc(100% - 96px);
  }
}

@media screen and (min-width: 1024px) {
  .mainVisual__head {
    margin-bottom: 12px;
  }
}

.mainVisual__title {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .mainVisual__title {
    -webkit-line-clamp: 1;
    font-size: 20px;
    line-height: 1.5;
  }
}

/* -----------------------------------------------------------------
navigation
----------------------------------------------------------------- */
.mvController {
  position: absolute;
  -webkit-transform: translateX(-50%);
  bottom: 24px;
  left: 50%;
  max-width: 640px;
          transform: translateX(-50%);
  width: calc(100% - 72px);
  z-index: 4;
}
@media screen and (min-width: 1024px) {
  .mvController {
    align-items: center;
    bottom: 21px;
    display: flex;
    justify-content: space-between;
    max-width: 1248px;
    width: calc(100% - 96px);
  }
}

@-webkit-keyframes mainVisual {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}

@keyframes mainVisual {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
.mvController__indicator {
  background-color: rgba(255, 255, 255, 0.4);
  height: 2px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .mvController__indicator {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    width: calc(100% - 250px);
  }
}
.mvController__indicator .splide__progress__bar {
  background: #fff;
  height: 2px;
}

.mvController__nav {
  margin: 0 auto;
  position: relative;
  width: 202px;
}
@media screen and (min-width: 1024px) {
  .mvController__nav {
    margin: 0 24px;
  }
}

.mvController__next,
.mvController__prev {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 20px;
  padding: 0;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
}
.mvController__next svg,
.mvController__prev svg {
  fill: #fff;
  height: 20px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 20px;
}

.mvController__next {
  right: 0;
}
.mvController__next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mvController__next:focus svg {
  -webkit-transform: rotate(90deg) scale(1.1);
          transform: rotate(90deg) scale(1.1);
}
@media (hover: hover) and (pointer: fine) {
  .mvController__next:hover svg {
    -webkit-transform: rotate(90deg) scale(1.1);
            transform: rotate(90deg) scale(1.1);
  }
}

.mvController__prev {
  left: 0;
}
.mvController__prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mvController__prev:focus svg {
  -webkit-transform: rotate(-90deg) scale(1.1);
          transform: rotate(-90deg) scale(1.1);
}
@media (hover: hover) and (pointer: fine) {
  .mvController__prev:hover svg {
    -webkit-transform: rotate(-90deg) scale(1.1);
            transform: rotate(-90deg) scale(1.1);
  }
}

.mvController__doted {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
}
.mvController__doted .splide__pagination__page {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 10px;
  padding: 0;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 10px;
}
.mvController__doted .splide__pagination__page.is-active {
  border-color: #fff;
  border-width: 2px;
}
.mvController__doted .splide__pagination__page:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (hover: hover) and (pointer: fine) {
  .mvController__doted .splide__pagination__page:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.mvController__wrap {
  align-items: center;
  display: flex;
}

/*
outline
*/
.outline {
  border-top: 4px solid #000;
  margin: 0 auto;
  margin-bottom: 112px;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  .outline {
    padding-bottom: 64px;
    padding-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .outline {
    margin-bottom: 120px;
  }
}
.outline__title {
  margin: 0 auto 32px;
  max-width: 1270px;
  width: calc(100vw - 32px);
}
@media screen and (min-width: 1024px) {
  .outline__title {
    width: calc(100vw - 96px);
  }
}
.outline__title__en {
  display: block;
  font-family: presicav, sans-serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (min-width: 1024px) {
  .outline__title__en {
    display: inline;
    font-size: 56px;
    margin-right: 12px;
  }
}
.outline__title__ja {
  display: block;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .outline__title__ja {
    display: inline;
    font-size: 16px;
    vertical-align: text-bottom;
  }
}

.outlineCassette {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 0;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1270px;
  padding-bottom: 44px;
  position: relative;
  width: calc(100vw - 32px);
}
@media screen and (min-width: 1024px) {
  .outlineCassette {
    align-items: flex-start;
    gap: 0 64px;
    padding-bottom: 64px;
    width: calc(100vw - 96px);
  }
}

.outlineCst__imgWrap {
  font-size: 0;
  margin: 0 auto;
  max-width: calc(100vw - 76px);
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .outlineCst__imgWrap {
    min-width: 368px;
    width: 50%;
  }
}
.outlineCst__img {
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
  height: 100%;
  max-height: 299px;
     object-fit: contain;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .outlineCst__img {
    height: auto;
    max-height: 414px;
    max-width: 100%;
  }
}
.outlineCst__info {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .outlineCst__info {
    min-width: calc(50% - 368px - 64px);
    width: calc(50% - 64px);
  }
}
.outlineCst__infoTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.71;
  margin-bottom: 2px;
}
@media screen and (min-width: 1024px) {
  .outlineCst__infoTitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.outlineCst__infoText {
  font-size: 16px;
  line-height: 2;
}

/*
business
*/
.business {
  border-top: 4px solid #000;
  margin: 0 auto;
  margin-bottom: 112px;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  .business {
    padding-bottom: 64px;
    padding-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .business {
    margin-bottom: 120px;
  }
}
.business__title {
  margin: 0 auto 32px;
  max-width: 1270px;
  width: calc(100vw - 32px);
}
@media screen and (min-width: 1024px) {
  .business__title {
    width: calc(100vw - 96px);
  }
}
.business__title__en {
  display: block;
  font-family: presicav, sans-serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (min-width: 1024px) {
  .business__title__en {
    display: inline;
    font-size: 56px;
    margin-right: 12px;
  }
}
.business__title__ja {
  display: block;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .business__title__ja {
    display: inline;
    font-size: 16px;
    vertical-align: text-bottom;
  }
}

.businessDetail {
  margin-inline: auto;
  max-width: 1000px;
  width: calc(100vw - 32px);
}
@media screen and (min-width: 1024px) {
  .businessDetail {
    width: calc(100vw - 96px);
  }
}
.businessDetail__img img {
  display: block;
  height: auto;
  margin-inline: auto;
  width: 100%;
}
.businessDetail__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  .businessDetail__text {
    font-size: 18px;
    margin-bottom: 64px;
  }
}
.businessDetail__text span {
  display: block;
  margin-bottom: 1lh;
}

.businessList {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1024px) {
  .businessList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.businessList__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  padding-bottom: 40px;
}
/* .businessList__item:last-child {
  margin-bottom: 0;
} */
@media screen and (min-width: 1024px) {
  .businessList__item {
    width: 480px;
  }
}
.businessList__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .businessList__title {
    font-size: 18px;
  }
}
.businessList__title span {
  color: #3c51b2;
  display: block;
  font-family: presicav, sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin-block: calc((1cap - 1lh) / 2);
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .businessList__title span {
    font-size: 32px;
  }
}
.businessList__text {
  font-size: 16px;
  line-height: 1.5;
  margin-block: calc((1em - 1lh) / 2);
  margin-bottom: 24px;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  .businessList__text {
    font-size: 18px;
  }
}
.businessList__corp {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .businessList__corp .-sm {
    display: none;
  }
}
.businessList__link {
  position: relative;
  text-decoration: underline;
  word-break: break-all;
}
.businessList__link:focus {
  color: #3c51b2;
}
@media (hover: hover) and (pointer: fine) {
  .businessList__link:hover {
    color: #3c51b2;
  }
}
.businessList__link::after {
  background: url(../img/common/icon_blanklink-black.svg) 0 0 no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 8px;
  margin-right: 5px;
  text-decoration: none;
  width: 14px;
}
@media screen and (min-width: 1024px) {
  .businessList__link::after {
    height: 16px;
    margin-left: 8px;
    margin-right: 5px;
    width: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .businessList__link .-sm {
    display: none;
  }
}

/*
group
*/
.group {
  border-top: 1px solid #000;
  margin: 0 auto;
  max-width: 1270px;
  padding-top: 40px;
  width: calc(100vw - 32px);
}
@media screen and (min-width: 1024px) {
  .group {
    padding-top: 60px;
    width: calc(100vw - 96px);
  }
}

.groupList {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 24px;
  width: calc(100vw - 32px);
}
@media screen and (min-width: 1024px) {
  .groupList {
    padding-top: 64px;
    width: calc(100vw - 96px);
  }
}
.groupList__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .groupList__item {
    margin-bottom: 32px;
  }
}
.groupList__link {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .groupList__link {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.groupList__link:focus {
  color: #3c51b2;
}
@media (hover: hover) and (pointer: fine) {
  .groupList__link:hover {
    color: #3c51b2;
  }
}

.groupListChild__item {
  margin-left: 49px;
}
@media screen and (min-width: 1024px) {
  .groupListChild__item {
    margin-left: 73px;
  }
}
.groupListChild__link {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .groupListChild__link {
    font-size: 18px;
    padding-bottom: 32px;
    padding-top: 32px;
  }
}
.groupListChild__link:focus {
  color: #3c51b2;
}
@media (hover: hover) and (pointer: fine) {
  .groupListChild__link:hover {
    color: #3c51b2;
  }
}
.groupListChild__link::before {
  border-left: 1px solid #000;
  content: "";
  height: 100%;
  left: -38px;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .groupListChild__link::before {
    left: -49px;
  }
}
.groupListChild__link::after {
  border-bottom: 1px solid #000;
  content: "";
  height: 50%;
  left: -38px;
  position: absolute;
  top: 0;
  width: 28px;
}
@media screen and (min-width: 1024px) {
  .groupListChild__link::after {
    left: -49px;
    width: 32px;
  }
}
.groupListChild__link.-end::before {
  height: 50%;
}

.groupModal {
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateY(3px);
  max-width: 580px;
          transform: translateY(3px);
  width: calc(100vw - 32px);
}
.groupModal__inner {
  max-height: 90vh;
  max-height: 90dvh;
  overflow-y: scroll;
  padding: 32px 16px;
  width: calc(100% - 2px);
}
@media screen and (min-width: 1024px) {
  .groupModal__inner {
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    padding: 40px;
  }
  .groupModal__inner::-webkit-scrollbar {
    width: 6px;
  }
  .groupModal__inner::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }
  .groupModal__inner::after {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 2px;
    top: 0;
    transition: opacity 0.2s ease-in-out;
    width: 12px;
  }
  .groupModal__inner.is-show::after {
    opacity: 0;
  }
}
@supports not selector(::-webkit-scrollbar) {
  .groupModal__inner {
    scrollbar-color: #ccc #fff;
    scrollbar-width: thin;
  }
  .groupModal__inner::before, .groupModal__inner::after {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .groupModal__inner::before {
    right: 12px;
    width: 1px;
  }
  .groupModal__inner.is-show::after {
    opacity: 1;
    width: 1px;
  }
}
.groupModal__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.71;
  margin-bottom: 2px;
}
@media screen and (min-width: 1024px) {
  .groupModal__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.groupModal__detail {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .groupModal__detail {
    margin-bottom: 40px;
  }
}
.groupModal__btn {
  align-items: center;
  border: solid 1px #000;
  border-radius: 22px;
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 44px;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  vertical-align: bottom;
  width: 192px;
}
.groupModal__btn:focus {
  background-color: #000;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .groupModal__btn:hover {
    background-color: #000;
    color: #fff;
  }
}
.groupModal__btn::after {
  background: url("../img/common/icon_blanklink-black.svg") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  -webkit-filter: brightness(100%) invert(0);
          filter: brightness(100%) invert(0);
  height: 13px;
  position: absolute;
  right: 24px;
  top: 14px;
  width: 13px;
}
.groupModal__btn:focus::after {
  background: url("../img/common/icon_blanklink.svg") no-repeat;
  background-size: contain;
}
@media (hover: hover) and (pointer: fine) {
  .groupModal__btn:hover::after {
    background: url("../img/common/icon_blanklink.svg") no-repeat;
    background-size: contain;
  }
}
.groupModal__close {
  cursor: pointer;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 24px;
  z-index: 1050;
}
.groupModal__close::before, .groupModal__close::after {
  background-color: #000;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 26px;
}
.groupModal__close::before {
  -webkit-transform: rotate(45deg) translate(8px, 8px);
          transform: rotate(45deg) translate(8px, 8px);
}
.groupModal__close::after {
  -webkit-transform: rotate(-45deg) translate(-8px, 8px);
          transform: rotate(-45deg) translate(-8px, 8px);
}
.groupModal__close:focus::before, .groupModal__close:focus::after {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .groupModal__close:hover::before, .groupModal__close:hover::after {
    opacity: 0.5;
  }
}

/* ----------------------------------------------------------------
09. corporate / press-rerlease
----------------------------------------------------------------- */
/*
press release
*/
.pr {
  border-top: 4px solid #000;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  .pr {
    padding-bottom: 64px;
    padding-top: 64px;
  }
}
.pr__title {
  margin: 0 auto 32px;
  max-width: 1270px;
  width: calc(100vw - 32px);
}
@media screen and (min-width: 1024px) {
  .pr__title {
    width: calc(100vw - 96px);
  }
}
.pr__title__en {
  display: block;
  font-family: presicav, sans-serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (min-width: 1024px) {
  .pr__title__en {
    display: inline;
    font-size: 56px;
    margin-right: 12px;
  }
}
.pr__title__ja {
  display: block;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .pr__title__ja {
    display: inline;
    font-size: 16px;
    vertical-align: text-bottom;
  }
}

.prWrap {
  margin: 0 auto 112px;
  max-width: 880px;
  width: calc(100vw - 32px);
}
@media screen and (min-width: 1024px) {
  .prWrap {
    margin-bottom: 120px;
    max-width: 1000px;
    width: calc(100vw - 96px);
  }
}

.prLists {
  margin-bottom: 24px;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  .prLists {
    margin-bottom: 40px;
  }
}

.prList {
  border-bottom: 1px solid #000;
  padding: 15px 0 13px;
}
.prList__link {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .prList__link {
    align-items: center;
    padding: 32px 0;
  }
}
.prList__link:focus .prList__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.prList__link:focus .prList__title {
  color: #3c51b2;
}
@media (hover: hover) and (pointer: fine) {
  .prList__link:hover .prList__img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .prList__link:hover .prList__title {
    color: #3c51b2;
  }
}
.prList__date {
  color: #707070;
  display: flex;
  font-family: presicav, sans-serif;
  font-size: 10px;
  margin-bottom: 8px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .prList__date {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.prList__imgWrap {
  height: 80px;
  margin-top: 2px;
  overflow: hidden;
  text-align: center;
  width: 120px;
}
@media screen and (min-width: 1024px) {
  .prList__imgWrap {
    height: 133px;
    width: 200px;
  }
}
.prList__img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: auto;
}
.prList__outline {
  margin-left: 16px;
  width: calc(100% - 136px);
}
@media screen and (min-width: 1024px) {
  .prList__outline {
    margin-left: 32px;
    width: calc(100% - 200px - 32px);
  }
}
.prList__title {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 2px;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1024px) {
  .prList__title {
    font-size: 18px;
    margin-bottom: 6px;
  }
}
.prList__company {
  font-size: 14px;
  line-height: 1.71;
  overflow-wrap: break-word;
}
.prList__company span {
  display: block;
}

.prListBtnWrap {
  display: flex;
  justify-content: center;
  margin: 24px auto 0;
}

.prListBtn {
  align-items: center;
  border: solid 1px #000;
  border-radius: 22px;
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 44px;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  vertical-align: bottom;
}
.prListBtn:focus {
  background-color: #000;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .prListBtn:hover {
    background-color: #000;
    color: #fff;
  }
}

.prListPager {
  align-items: center;
  border: solid 1px #000;
  border-radius: 22px;
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 44px;
  justify-content: center;
  margin: 0 8px;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  vertical-align: bottom;
  width: 44px;
}
.prListPager:focus {
  background-color: #000;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .prListPager:hover {
    background-color: #000;
    color: #fff;
  }
}
.prListPager.-current {
  background-color: #000;
  color: #fff;
  pointer-events: none;
}

/* ----------------------------------------------------------------
10. corporate / press-rerlease / detail
----------------------------------------------------------------- */
/*
detail
*/
.prDetail {
  margin: 0 auto;
  max-width: 720px;
  width: calc(100vw - 32px);
}
.prDetail__dateWrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.prDetail__date {
  color: #707070;
  display: flex;
  font-family: presicav, sans-serif;
  font-size: 12px;
  line-height: 1;
}
.prDetail__title {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 16px;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1024px) {
  .prDetail__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.prDetail__company {
  font-size: 16px;
  overflow-wrap: break-word;
}
.prDetail__company span {
  display: block;
}
.prDetail__thumbWrap {
  font-size: 0;
  margin-top: 24px;
  max-height: 91.46vw;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .prDetail__thumbWrap {
    margin-top: 32px;
    max-height: 720px;
  }
}
.prDetail__thumb {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 91.46vw;
  max-width: 100%;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .prDetail__thumb {
    max-height: 720px;
  }
}
.prDetail__share {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  height: 65px;
  justify-content: center;
  margin-top: 24px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .prDetail__share {
    margin-top: 32px;
  }
}
.prDetail__cms {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 63px;
  margin-top: 32px;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .prDetail__cms {
    font-size: 18px;
    margin-bottom: 94px;
    margin-top: 64px;
  }
}
.prDetail__cms p {
  margin-bottom: 6px;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .prDetail__cms p {
    margin-bottom: 12px;
    margin-top: 16px;
  }
}
.prDetail__cms img {
  margin-bottom: 6px;
  margin-top: 10px;
  max-width: 100%;
  height:auto;
}
.prDetail__cms a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  transition: color 0.3s, font-weight 0.3s;
  word-break: break-all;
}
.prDetail__cms a::after {
  background: url(../img/common/icon_blanklink-black.svg) 0 0 no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 8px;
  margin-right: 5px;
  text-decoration: none;
  transition: background-image 0.3s;
  width: 14px;
}
@media screen and (min-width: 1024px) {
  .prDetail__cms a::after {
    height: 16px;
    margin-left: 8px;
    margin-right: 5px;
    width: 16px;
  }
}

.prDetailShare__text {
  font-size: 14px;
  font-weight: bold;
}
.prDetailShare__lists {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  justify-content: flex-start;
}
.prDetailShare__list {
  width: 40px;
}
.prDetailShare__link {
  display: block;
  font-size: 0;
  width: 100%;
}
.prDetailShare__link:focus {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  .prDetailShare__link:hover {
    opacity: 0.8;
  }
}
.prDetailShare__img {
  width: 100%;
}

.shareLinkCopy {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: bold;
  height: 88px;
  justify-content: center;
  left: 50%;
  letter-spacing: 0.72px;
  line-height: 1.5;
  position: fixed;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 343px;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .shareLinkCopy {
    font-size: 22px;
    height: 112px;
    letter-spacing: 0.88px;
    width: 480px;
  }
}