@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  font-size: 100%;
}
ul {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
img {
  vertical-align: top;
}
li {
  list-style-type: none;
  vertical-align: baseline;
}

/*--------------------------------------
　Base
---------------------------------------*/

html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  -webkit-text-size-adjust: none;
  text-align: left;
  margin: 0;
  letter-spacing: 0.07em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
a:focus,
a:hover {
  color: inherit;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
.sp {
  display: none;
}
.bold {
  font-weight: bold;
}
.align_right {
  text-align: right !important;
}
.align_left {
  text-align: left !important;
}
.align_center {
  text-align: center !important;
}
p {
  margin: 0;
  padding: 0;
}

/*--------------------------------------
　HEADER
---------------------------------------*/
header {
  max-width: 1600px;
  width: 90%;
  height: min(5vw, 80px);
  background: #fff;
  padding: 0 50px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  position: fixed;
  top: min(1.875vw, 30px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
header .logo {
  max-width: min(18.75vw, 300px);
  display: flex;
}
header .logo img {
  display: block;
}
header .gNav ul {
  display: flex;
  align-items: center;
  gap: 60px;
}
header .gNav li {
  line-height: 1.5;
}
header .gNav li a {
  font-size: min(1vw, 16px);
}
header .gNav .mail a {
  background: url(../images/icon_mail.png) no-repeat left top 58%;
  background-size: 16% auto;
  padding: 0 0 0 26px;
  font-size: min(1vw, 16px);
}

/*--------------------------------------
　FOOTER
---------------------------------------*/
footer {
  background: url("../images/footer_bg.png") repeat-y top center;
  background-size: 100% auto;
}
footer .ftInr {
  max-width: 1600px;
  margin: 0 auto;
  width: 90%;
  padding: min(7.5vw, 12rem) 0;
  display: flex;
  justify-content: space-between;
}
footer .logoBox {
  width: min(21.25vw, 34rem);
}
footer .rightBox {
  display: flex;
  align-items: flex-start;
  gap: 5%;
}
footer .rightBox p {
  color: #fff;
  font-size: min(1.125vw, 18px);
  line-height: 2;
}
footer .conArea {
  width: min(37.5vw, 600px);
}
footer .btn-contact {
  margin-top: 2rem;
}
footer .btn-contact a {
  color: #fff;
  font-size: min(1vw, 16px);
  text-align: center;
  border: solid 1px #fff;
  width: 15rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
footer .subMenu {
  border-left: solid 1px #fff;
  padding: 0 0 0 2rem;
  width: min(14.3vw, 230px);
}
footer .subMenu li {
  margin-bottom: 1.5rem;
}
footer .subMenu li:last-child {
  margin-bottom: 0;
}
footer .subMenu li a {
  color: #fff;
  font-size: min(1.125vw, 18px);
}
footer .copy {
  color: #fff;
  text-align: center;
  font-size: 11px;
  padding: 0 0 2rem;
}

/*--------------------------------------
　introNav
---------------------------------------*/
.introNav {
  background: #d9d9d9;
  width: 100%;
  height: 100vh;
}
.introNav .twoColNav {
  display: flex;
  max-width: 1600px;
  width: 90%;
  justify-content: center;
  margin: 0 auto;
  padding: 150px 0 0;
  gap: 2%;
  height: calc(100vh - 60px);
  position: relative;
  z-index: 1;
}
.introNav .twoColNav .colNav {
  position: relative;
}
.introNav .twoColNav .colNav_dia {
  width: 65%;
}
.introNav .twoColNav .colNav_gxm {
  width: 33%;
}
.introNav .twoColNav .colNav a {
  display: flex;
  align-items: end;
  border-radius: 10px;
  height: 100%;
}
.introNav .twoColNav .colNav_dia a {
  /*background: url("../images/intro_bg_dia.jpg") no-repeat;
	background-size: cover;*/
  padding: 30px 30px 40px 50px;
  position: relative;
  overflow: hidden;
}
.movie__video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.introNav .twoColNav .colNav_gxm a {
  background: url("../images/intro_bg_gxm.jpg") no-repeat;
  background-size: cover;
  padding: 30px 20px 40px;
}
.introNav .twoColNav .colNav .btmBox {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  position: relative;
  z-index: 1;
}
.introNav .twoColNav .colNav .titBox {
  color: #fff;
  font-weight: 700;
  flex: 1;
}
.introNav .twoColNav .colNav p {
  font-size: min(1vw, 16px);
}
.introNav .twoColNav .colNav .tit {
  color: #fff;
  font-size: min(3.5vw, 56px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 15px;
}
.introNav .twoColNav .colNav_gxm .tit {
  font-size: min(1.25vw, 20px);
  margin: 0;
}
.introNav .btn-internal {
  background: #fff;
  width: 120px;
  height: 35px;
  border-radius: 20px;
  text-align: center;
  font-size: min(0.93vw, 15px);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*--------------------------------------
　DIA
---------------------------------------*/
.dia {
  background: url("../images/dia/mv_bg.jpg") no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  padding-bottom: 15rem;
}
.diaWrapper {
}
.dia .mv {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  padding: 150px 0 0;
  position: relative;
}
.dia .mv .flexBox {
  display: flex;
  align-items: flex-start;
}
.dia .mv .txt_what {
  width: min(29.1vw, 467px);
  position: relative;
  left: -8%;
}
.dia .mv .txt_dia {
  width: min(48.3vw, 774px);
  position: relative;
  left: -12%;
  top: -7.5vw;
}
.dia .mv .left p {
  margin: -11vw 0 0 2px;
}
.dia .mv p {
  font-size: min(1.3vw, 22px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.07em;
  line-height: 1.6;
  margin: -150px 0 0;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(0, 0, 0, 0.5);
}
.dia .mv p span {
  font-size: min(3.3vw, 53px);
}
.dia .mv .right {
  position: relative;
  padding: 120rem 0 0 0;
  width: 100%;
}
.dia .mv .right p {
  margin: 0;
}
.dia .mv .right p + p {
  margin: 20px 0 30px;
}

/* .left を sticky にする */
.dia .mv .left {
  /*position: fixed;*/
  position: sticky;
  top: 150px;
  width: 50%;
  z-index: 2;
}

/* 他のアニメーションはそのまま */
.dia .mv .txt_what,
.dia .mv .txt_dia,
.dia .mv .left p {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.dia .mv .animated {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* .right p はさらに下からフェードイン */
.dia .mv .right .anim {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/*.dia .mv .right p.animated {
    opacity: 1;
    transform: translateY(0);
}
*/
.dia .mv .sec01 {
  margin: 0 0 30rem;
}
.dia .mv .sec01 .txt01 {
  font-size: min(1.45vw, 28px);
}
.dia .mv .sec01 .txt01 .large {
  font-size: min(3.125vw, 50px);
}
.dia .mv .sec01 .txt02 {
  font-size: min(1.5625vw, 25px);
}
.dia .mv .sec01 .txt02 .large01 {
  font-size: min(3.375vw, 54px);
  font-weight: 900;
}
.dia .mv .sec01 .txt02 .large02 {
  font-size: min(2.4375vw, 39px);
}
.dia .mv .sec01 .txt02 .large03 {
  font-size: min(2.75vw, 44px);
}
.dia .mv .sec01 .txt02 .large01.w700 {
  font-weight: 700;
}
.dia .mv .sec01 .txt02 .small {
  font-size: min(1.5vw, 24px);
}

.dia .mv .sec02 {
  margin: 0 0 30rem;
}
.dia .mv .sec02 .txt {
}
.dia .mv .sec-pic {
  position: relative;
}
.dia .mv .sec-pic .filler {
  font-size: min(1.75vw, 28px);
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
}
.dia .mv .sec-pic .filler .large {
  font-size: min(2.4375vw, 39px);
}
.dia .mv .sec-pic .sTxtWrap {
  display: flex;
  justify-content: flex-end;
}
.dia .mv .sec-pic .sTxtBox {
  max-width: 310px;
  width: 20.3vw;
  margin: 30% 0 0;
  z-index: 1;
  position: relative;
}
.dia .mv .sec-pic .pic {
  width: min(54.6vw, 1050px);
  position: absolute;
  right: 0%;
}
.dia .mv .sec-pic .pic img {
  border-radius: 10px;
}
.dia .mv .right .sec-pic .sTxtBox p {
  font-size: min(1vw, 16px);
  margin: 20px 0 0;
}
.dia .mv .right .sec-pic .sTxtBox .large {
  font-size: min(2.68vw, 43px);
}

.dia .mv .sec03 {
  margin: 0 0 30rem;
}
.dia .mv .sec03.sec-pic .sTxtBox {
  max-width: 355px;
  width: 22.8vw;
}

.dia .mv .sec04 {
  margin: 0;
}
.dia .mv .sec04.sec-pic .sTxtBox {
  max-width: 665px;
  width: 42vw;
}

/*--------------------------------------
　COMPANY
---------------------------------------*/
.com {
  background: #d9d9d9;
  width: 100%;
  min-height: 100vh;
}
.inner {
  max-width: 160rem;
  width: 90%;
  margin: 0 auto;
  padding: min(11.25vw, 180px) 0 min(6.25vw, 100px);
}
.com .comInfoBox {
  display: flex;
  gap: 2%;
}
.com .comInfoBox .leftBox {
  width: min(38.1vw, 61rem);
}
.com .comInfoBox .logo {
  width: min(13.1vw, 21rem);
}
.com .comInfoBox .leftBox p {
  font-size: min(1vw, 16px);
}
.com .comInfoBox .rightBox {
  flex: 1;
}
.com .comInfoBox .rightBox {
  flex: 1;
}
.com .tableBox {
  display: flex;
  gap: 2rem;
  height: 100%;
}
.com .tableBox .rowBox {
  width: min(18.125vw, 290px);
  display: flex;
  flex-direction: column;
  position: relative;
}
.com .tableBox .rowBox:last-child {
  flex: 1;
}
.com .tableBox .rowBox:last-child:before {
  content: "";
  background: #fff;
  width: 1.3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1rem;
}
.com .tableBox dl {
  display: flex;
  align-items: center;
  border-top: solid 1.3px #fff;
  flex-grow: 1;
}
.com .tableBox dl:last-child {
  border-bottom: solid 1.3px #fff;
}
.com .tableBox dt,
.com .tableBox dd {
  font-size: min(0.875vw, 14px);
}
.com .tableBox dt {
  font-weight: 500;
  letter-spacing: 0.07em;
  width: min(6.25vw, 10rem);
  padding: 15px;
}
.com .tableBox .rowBox:last-child dt {
  width: min(6.87vw, 11rem);
}
.com .tableBox dd {
  flex: 1;
  padding: 15px 0;
}
.com .bans {
  display: flex;
  margin-top: min(5.6vw, 9rem);
  gap: min(5vw, 8rem);
  justify-content: center;
}
.com .bans .ban {
  flex: 1;
  aspect-ratio: 1 / 1;
  position: relative;
}
.com .bans .ban a {
  display: flex;
  align-items: end;
  border-radius: 1rem;
  height: 100%;
  padding: min(1.875vw, 3rem);
}
.com .bans .ban.message a {
  background: url("../images/com_bg_message.jpg") no-repeat;
  background-size: cover;
}
.com .bans .ban.partners a {
  background: url("../images/com_bg_partners.jpg") no-repeat;
  background-size: cover;
}
.com .bans .ban.system a {
  background: url("../images/com_bg_system.jpg") no-repeat;
  background-size: cover;
}
.com .bans .ban .tit {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  font-size: min(1.25vw, 20px);
  letter-spacing: 0.14em;
}
.com .bans .ban .tit:before {
  content: "";
  position: absolute;
  bottom: min(4.2vw, 7rem);
  left: min(1.875vw, 3rem);
}
.com .bans .ban.message .tit:before {
  background: url("../images/txt_topmessage_wh.png") no-repeat;
  background-size: 100%;
  width: min(81%, 398px);
  height: min(32%, 154px);
}
.com .bans .ban.partners .tit:before {
  background: url("../images/txt_partners_wh.png") no-repeat;
  background-size: 100%;
  width: min(54%, 260px);
  height: min(26%, 123px);
}
.com .bans .ban.system .tit:before {
  background: url("../images/txt_system_wh.png") no-repeat;
  background-size: 100%;
  width: min(54%, 263px);
  height: min(29%, 141px);
}

/*--------------------------------------
　TOP MESSAGE
---------------------------------------*/
#message {
  background: url("../images/message_bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
}
#message .inner {
  padding-top: min(13.7vw, 220px);
}
#message .whBox {
  background: #fff url("../images/message_ill.jpg") no-repeat bottom right 1%;
  background-size: 38% auto;
  display: flex;
  gap: 6%;
  padding: min(7.5vw, 12rem) min(5vw, 8rem) min(7.5vw, 12rem) min(3.75vw, 6rem);
  position: relative;
}
#message .whBox.whBoxEn {
  background: #fff url("../images/message_ill_en.jpg") no-repeat bottom right 1%;
  background-size: 38% auto;
  display: flex;
  gap: 6%;
  padding: min(7.5vw, 12rem) min(5vw, 8rem) min(7.5vw, 12rem) min(3.75vw, 6rem);
  position: relative;
}
#message .titBox {
  width: min(22.5vw, 36rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 0 0;
}
.secTit {
  font-size: min(1.3125vw, 21px);
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}
#message .secTit {
  text-align: center;
}
#message .secTit:before {
  content: "";
  background: url("../images/txt_topmessage.png") no-repeat;
  background-size: 100%;
  width: min(22.6875vw, 363px);
  height: min(8.75vw, 140px);
  position: absolute;
  top: -9rem;
  left: 50%;
  transform: translateX(-50%);
}
#message .txtBody {
  flex: 1;
}
#message .txtBody p {
  font-size: min(1.1875vw, 19px);
  line-height: 2.2;
}
#message .txtBody .nameBox {
  margin-top: 3rem;
}
#message .txtBody .posi {
  font-size: min(1.0625vw, 17px);
  line-height: 1.8;
}
#message .txtBody .name {
  font-size: min(1.8vw, 29px);
  line-height: 1.8;
}

/*--------------------------------------
　PARTNERS
---------------------------------------*/
#partners {
  background: url("../images/partners_bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
}
#partners .inner {
  padding-top: min(13.7vw, 220px);
}
#partners .pic {
  position: relative;
}
#partners .secTit {
  position: absolute;
  top: min(3.125vw, 5rem);
  left: min(4.6875vw, 7.5rem);
}
#partners .secTit:before {
  content: "";
  background: url("../images/txt_partners.png") no-repeat;
  background-size: 100%;
  width: min(15.125vw, 242px);
  height: min(7.12vw, 141px);
  position: absolute;
  top: min(-4.5vw, -8rem);
  left: min(-1.5vw, -2rem);
}

/*--------------------------------------
　SYSTEM
---------------------------------------*/
#system {
  background: url("../images/system_bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#system .inner {
  padding-top: 5%;
  padding-bottom: 0;
  position: relative;
}
#system .sTxtBox {
  position: absolute;
  top: min(21%, 35rem);
  left: 0;
}
#system p {
  color: #fff;
  font-size: min(1.375vw, 22px);
  font-weight: 500;
}
#system .secTit {
  color: #fff;
  position: relative;
  padding: 0 0 0 min(9.375vw, 15rem);
  margin-bottom: min(1.875vw, 3rem);
}
#system .secTit:before {
  content: "";
  background: url("../images/txt_system_wh.png") no-repeat;
  background-size: 100%;
  width: min(15vw, 240px);
  height: min(8.0625vw, 129px);
  position: absolute;
  top: min(-4.375vw, -7rem);
  left: 0;
}
#system .sTxtBox .tit {
  color: #fff;
  font-weight: 500;
  font-size: min(2.375vw, 38px);
}

/*--------------------------------------
　NEWS
---------------------------------------*/
#news {
  background: #d9d9d9;
}
#news .tit {
  width: min(9.25vw, 148px);
  margin-bottom: 2rem;
}
#news .newsWrap {
  display: flex;
  gap: 2%;
}
#news .newsBox {
  flex: 1;
}
#news .newsBox a {
  border-radius: 10px;
  background: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
}
#news .newsBox a:before {
  content: "";
  background: url("../images/news_bg_grad_btm.png") repeat-y top center;
  background-size: 100% auto;
  height: min(3.75vw, 6rem);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
/*#news .newsBox a:after {
	content: "";
	background: url("../images/txt_viewmore.png") no-repeat;
	background-size: 100% auto;
	height: min(1.125vw,18px);
	width: min(4.75vw,76px);
	position: absolute;
	bottom: min(0.625vw,1rem);
	right: min(1.25vw,2rem);
}*/
#news .newsBox .date {
  color: #fff;
  font-size: min(1vw, 16px);
  background: url("../images/news_bg_grad_top.png") repeat-y top center;
  background-size: 100% auto;
  height: min(3.75vw, 6rem);
  padding: min(1.5625vw, 2.5rem) min(1.5625vw, 2.5rem) min(0.625vw, 1rem);
}
#news .newsBox .txtBody {
  padding: min(1.875vw, 3rem) min(1.5625vw, 2.5rem) min(5.625vw, 9rem);
  min-height: min(17.5vw, 28rem);
}
#news .newsBox .newsTit {
  font-size: min(1.125vw, 18px);
}

@media screen and (max-width: 1024px) {
  header .gNav li a {
    font-size: 16px;
  }
  header .gNav .mail a {
    background: url(../images/icon_mail.png) no-repeat left top 7px;
    background-size: 18px auto;
    padding: 0 0 0 26px;
    font-size: 16px;
  }
  /*--------------------------------------
　introNav
---------------------------------------*/
  .introNav {
    height: auto;
    padding-bottom: 6rem;
  }
  .introNav .twoColNav {
    height: 50vh;
    padding-top: 13rem;
  }

  .dia .mv .left p {
    margin: -10vw 0 0;
  }
  .com {
    min-height: inherit;
  }
  #message {
    min-height: inherit;
  }
  #partners {
    min-height: inherit;
  }
  #system {
    min-height: inherit;
  }
}

@media screen and (max-width: 820px) {
  header {
    padding: 0 30px 0 20px;
  }
  header .gNav ul {
    gap: 30px;
  }
  header .gNav li {
    font-size: 13px;
  }
  header .gNav li a {
    font-size: 13px;
  }
  header .gNav .mail a {
    background: url(../images/icon_mail.png) no-repeat left top 5px;
    background-size: 16px auto;
    padding: 0 0 0 23px;
    font-size: 13px;
  }
  .introNav .twoColNav {
    padding-top: 10rem;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
    letter-spacing: 0.04em;
  }

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  /*--------------------------------------
　HEADER
---------------------------------------*/
  header {
    width: 85%;
    height: 4rem;
    padding: 3px 20px;
    border-radius: 10px;
    position: fixed;
    top: 3rem;
  }
  header .logo {
    /*width: 32%;*/
    max-width: 195px;
    display: flex;
    align-items: center;
  }
  header .gNav {
    display: none;
  }
  header .menuBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 40px;
  }
  header .menuBtn span {
    background: #000;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 0;
    transition: 0.4s;
  }
  header .menuBtn span:nth-child(1) {
    top: 12px;
  }
  header .menuBtn span:nth-child(2) {
    top: 19px;
  }
  header .menuBtn span:nth-child(3) {
    top: 26px;
  }
  header .menuBtn.on span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    top: 12px;
  }
  header .menuBtn.on span:nth-child(2) {
    opacity: 0;
  }
  header .menuBtn.on span:nth-child(3) {
    top: 26px;
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .overlay {
    position: relative;
    transition: 0.4s;
  }
  .overlay.on:before {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  header .gNav {
    position: fixed;
    top: 6rem;
    left: 0;
    width: 100%;
    display: none;
    background: #fff;
    border-radius: 15px;
    padding: 2.5rem;
  }
  header .gNav ul {
    display: block;
  }
  header .gNav li {
    line-height: 1.5;
    border-bottom: solid 1px #000;
  }
  header .gNav li:nth-child(1) {
    border-top: solid 1px #000;
  }
  header .gNav li a {
    padding: 1.5rem 0;
    display: block;
    font-size: 13px;
  }
  header .gNav .mail a {
    background: url("../images/icon_mail.png") no-repeat left top 18px;
    background-size: 20px auto;
    padding: 1.5rem 0 1.5rem 30px;
    font-size: 13px;
  }

  /*--------------------------------------
  FOOTER
  ---------------------------------------*/
  footer {
    background: url("../images/footer_bg_sp.png") no-repeat top center;
    background-size: cover;
  }
  footer .ftInr {
    margin: 0 auto;
    width: 88%;
    padding: 6rem 0;
    display: block;
  }
  footer .logoBox {
    width: 200px;
    margin: 0 auto 3rem;
  }
  footer .rightBox {
    display: block;
    align-items: flex-start;
    gap: 5%;
  }
  footer .rightBox p {
    font-size: 15px;
    line-height: 2;
  }
  footer .conArea {
    width: 100%;
    text-align: center;
  }
  footer .btn-contact {
    margin-top: 3rem;
  }
  footer .btn-contact a {
    font-size: 15px;
    width: 17rem;
    height: 4rem;
    border-radius: 20px;
    margin: 0 auto;
  }
  footer .subMenu {
    padding: 0 0 0 2rem;
    width: 100%;
    margin: 5rem 0 0;
  }
  footer .subMenu li {
    margin-bottom: 1.5rem;
  }
  footer .subMenu li a {
    font-size: 15px;
  }
  footer .copy {
    font-size: 10px;
    padding: 0 0 2rem;
  }

  /*--------------------------------------
  introNav
  ---------------------------------------*/
  .introNav {
    width: 100%;
    height: auto;
    padding: 0 0 4rem;
  }
  .introNav .twoColNav {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    gap: 2%;
    height: auto;
  }
  .introNav .twoColNav .colNav {
    position: relative;
  }
  .introNav .twoColNav .colNav_dia {
    width: 100%;
    height: 100vh;
  }
  .introNav .twoColNav .colNav_gxm {
    width: 100%;
    margin: 0;
  }
  .introNav .twoColNav .colNav a {
    border-radius: 0;
    height: 100%;
  }
  .introNav .twoColNav .colNav_dia a {
    padding: 30px 0 30px;
    border-radius: 0;
    height: 100%;
    /*aspect-ratio: 750 / 1000;*/
  }
  .movie__video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .introNav .twoColNav .colNav_gxm a {
    background: url("../images/intro_bg_gxm.jpg") no-repeat center;
    background-size: cover;
    height: 100vh;
    padding: 30px 35px 30px;
    border-radius: 0;
    /*aspect-ratio: 1 / 1;*/
  }
  .introNav .twoColNav .colNav .btmBox {
    display: block;
    width: 81%;
    margin: 0 auto;
  }
  .introNav .twoColNav .colNav_gxm .btmBox {
    width: 100%;
  }
  .introNav .twoColNav .colNav_gxm .titBox {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .introNav .twoColNav .colNav p {
    font-size: 16px;
  }
  .introNav .twoColNav .colNav .tit {
    font-size: 33px;
    line-height: 1.3;
    margin: 0 0 15px;
  }
  .introNav .twoColNav .colNav_gxm .tit {
    font-size: 15px;
    margin: 0;
  }
  .introNav .btn-internal {
    width: 90px;
    height: 26px;
    border-radius: 20px;
    font-size: 11px;
    float: right;
    margin: 2rem 0 0;
  }

  /*--------------------------------------
  DIA
  ---------------------------------------*/
  .dia {
    background: none;
    width: 100%;
    height: 100%;
    padding-bottom: 15rem;
    overflow: hidden;
    position: relative;
  }
  .dia::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url(../images/dia/mv_bg_sp.jpg);
    background-size: cover;
  }
  .diaWrapper {
  }
  .dia .mv {
    width: 100%;
    margin: 0 auto;
    padding: 150px 0 0;
  }
  .dia .mv .flexBox {
    display: block;
  }
  .dia .mv .txt_what {
    width: 25.3rem;
    position: relative;
    left: -11%;
  }
  .dia .mv .txt_dia {
    width: 38.3rem;
    position: relative;
    left: -15%;
    top: -6rem;
  }
  .dia .mv .left p {
    margin: -8rem 0 0;
  }
  .dia .mv p {
    font-size: 15px;
    line-height: 1.6;
    margin: -150px 0 0;
  }
  .dia .mv p span {
    font-size: 36px;
  }
  .dia .mv .right {
    position: relative;
    padding: 0;
    width: 100%;
    margin-top: 10rem;
  }
  .dia .mv .right p {
    margin: 0;
  }
  .dia .mv .right p + p {
    margin: 60px 0;
  }

  /* .left を sticky にする */
  .dia .mv .left {
    /*position: fixed;*/
    position: sticky;
    top: 150px;
    width: 77%;
    margin: 0 auto;
    z-index: 2;
  }
  .dia .mv .sec01 {
    margin: 0 auto 20rem;
    width: 77%;
  }
  .dia .mv .sec01 .txt01 {
    font-size: 16px;
  }
  .dia .mv .sec01 .txt01 .large {
    font-size: 23px;
  }
  .dia .mv .sec01 .txt02 {
    font-size: 18px;
  }
  .dia .mv .sec01 .txt02 .large01 {
    font-size: 35px;
  }
  .dia .mv .sec01 .txt02 .large02 {
    font-size: 27px;
  }
  .dia .mv .sec01 .txt02 .large03 {
    font-size: 24px;
  }
  .dia .mv .sec01 .txt02 .small {
    font-size: 18px;
  }

  .dia .mv .sec02 {
    margin: 0 0 20rem;
  }
  .dia .mv .sec02 .txt {
  }
  .dia .mv .sec-pic {
    position: relative;
  }
  .dia .mv .sec-pic .filler {
    font-size: 16px;
    margin: 0 auto -18px;
    width: 77%;
  }
  .dia .mv .sec-pic .filler .large {
    font-size: 23px;
  }
  .dia .mv .sec-pic .sTxtWrap {
    display: block;
  }
  .dia .mv .sec-pic .sTxtBox {
    max-width: 77%;
    width: 77%;
    margin: 40% auto 0;
  }
  .dia .mv .sec-pic .pic {
    width: 100%;
    position: absolute;
    right: 0%;
  }
  .dia .mv .sec-pic .pic img {
    border-radius: 0;
  }
  .dia .mv .right .sec-pic .sTxtBox p {
    font-size: 15px;
    font-weight: normal;
    margin: 20px 0 0;
  }
  .dia .mv .right .sec-pic .sTxtBox .large {
    font-size: 23px;
    font-weight: 700;
  }

  .dia .mv .sec03 {
    margin: 0 0 20rem;
  }
  .dia .mv .sec03.sec-pic .sTxtBox {
    max-width: 77%;
    width: 77%;
  }

  .dia .mv .sec04 {
    margin: 0;
  }
  .dia .mv .sec04.sec-pic .sTxtBox {
    max-width: 77%;
    width: 77%;
  }

  /*--------------------------------------
  COMPANY
  ---------------------------------------*/
  .com {
    width: 100%;
    min-height: 100vh;
  }
  .inner {
    width: 88%;
    margin: 0 auto;
    padding: 11rem 0 6rem;
  }
  .com .inner {
    width: 79%;
  }
  .com .comInfoBox {
    display: flex;
    flex-flow: column;
    gap: 2%;
  }
  .com .comInfoBox .leftBox {
    width: 100%;
  }
  .com .comInfoBox .logo {
    width: 19rem;
    margin-bottom: 1rem;
  }
  .com .comInfoBox .leftBox p {
    font-size: 15px;
    line-height: 2;
  }
  .com .comInfoBox .rightBox {
    flex: 1;
  }
  .com .comInfoBox .rightBox {
    margin: 3rem 0 0;
  }
  .com .tableBox {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 100%;
  }
  .com .tableBox .rowBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .com .tableBox .rowBox:last-child {
    flex: 1;
  }
  .com .tableBox .rowBox:last-child:before {
    content: none;
  }
  .com .tableBox dl {
    display: flex;
    align-items: center;
    border-top: solid 1px #fff;
    flex-grow: 1;
  }
  .com .tableBox dl:last-child {
    border-bottom: none;
  }
  .com .tableBox .rowBox:last-child dl:last-child {
    border-bottom: solid 1px #fff;
  }
  .com .tableBox dt,
  .com .tableBox dd {
    font-size: 14px;
  }
  .com .tableBox dt {
    width: 10rem;
    padding: 15px 0;
  }
  .com .tableBox .rowBox:last-child dt {
    width: 10rem;
  }
  .com .tableBox dd {
    flex: 1;
    padding: 15px 0;
  }
  .com .bans {
    display: flex;
    flex-direction: column;
    margin-top: 4rem;
    gap: 2rem;
    justify-content: center;
  }
  .com .bans .ban {
    flex: 1;
    aspect-ratio: 1 / 1;
    position: relative;
  }
  .com .bans .ban a {
    display: flex;
    align-items: end;
    border-radius: 1rem;
    height: 100%;
    padding: 2.5rem 3rem;
  }
  .com .bans .ban.message a {
    background: url("../images/com_bg_message.jpg") no-repeat;
    background-size: cover;
  }
  .com .bans .ban.partners a {
    background: url("../images/com_bg_partners.jpg") no-repeat;
    background-size: cover;
  }
  .com .bans .ban.system a {
    background: url("../images/com_bg_system.jpg") no-repeat;
    background-size: cover;
  }
  .com .bans .ban .tit {
    font-size: 18px;
  }
  .com .bans .ban .tit:before {
    content: "";
    position: absolute;
    bottom: 5.5rem;
    left: 3rem;
  }
  .com .bans .ban.message .tit:before {
    width: 25rem;
    height: 9.7rem;
  }
  .com .bans .ban.partners .tit:before {
    width: 16.3rem;
    height: 7.8rem;
  }
  .com .bans .ban.system .tit:before {
    width: 16.5rem;
    height: 8.9rem;
  }

  /*--------------------------------------
  TOP MESSAGE
  ---------------------------------------*/
  #message {
    background: url("../images/message_bg.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
  }
  #message .inner {
    padding-top: 16rem;
  }
  #message .whBox {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 6%;
    padding: 3rem 2rem 2rem;
    border-radius: 10px;
    width: 88%;
    margin: 0 auto;
  }
  #message .whBox.whBoxEn {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 6%;
    padding: 3rem 2rem 2rem;
    border-radius: 10px;
    width: 88%;
    margin: 0 auto;
  }
  #message .titBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .secTit {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    position: relative;
    letter-spacing: 0.26em;
  }
  #message .secTit {
    margin-bottom: 2rem;
    text-align: center;
  }
  #message .secTit:before {
    width: 22.5rem;
    height: 8.8rem;
    position: absolute;
    top: -9rem;
  }
  #message .txtBody {
    flex: 1;
  }
  #message .txtBody p {
    font-size: 14px;
    line-height: 2.2;
    font-weight: 500;
  }
  #message .txtBody .nameBox {
    margin-top: 2rem;
    text-align: right;
  }
  #message .txtBody .posi {
    font-size: 13px;
    line-height: 1.8;
    font-weight: normal;
  }
  #message .txtBody .name {
    font-size: 18px;
    line-height: 1.8;
    font-weight: normal;
  }

  /*--------------------------------------
  PARTNERS
  ---------------------------------------*/
  #partners {
    background: url("../images/partners_bg_sp.jpg") no-repeat top center;
    background-size: cover;
    width: 100%;
    min-height: inherit;
  }
  #partners .inner {
    padding-top: 18rem;
    width: 100%;
  }
  #partners .pic {
    position: relative;
  }
  #partners .secTit {
    position: static;
    text-align: center;
    margin-bottom: 2rem;
  }
  #partners .secTit:before {
    width: 15rem;
    height: 7.1rem;
    position: absolute;
    top: -8rem;
    left: 50%;
    transform: translateX(-50%);
  }

  /*--------------------------------------
  SYSTEM
  ---------------------------------------*/
  #system {
    background: url("../images/system_bg_sp.jpg") no-repeat top center;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
  }
  #system .inner {
    padding-top: 18rem;
    padding-bottom: 6rem;
    position: relative;
  }
  #system .sTxtBox {
    position: static;
    text-align: center;
    margin-bottom: 3rem;
  }
  #system p {
    font-size: 15px;
  }
  #system .secTit {
    position: relative;
    padding: 0;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  #system .secTit:before {
    width: 15rem;
    height: 8rem;
    position: absolute;
    top: -9rem;
    left: 50%;
    transform: translateX(-50%);
  }
  #system .sTxtBox .tit {
    font-size: 24px;
  }

  /*--------------------------------------
  NEWS
  ---------------------------------------*/
  #news {
  }
  #news .inner {
    width: 77%;
    padding: 11rem 0 6rem;
  }
  #news .tit {
    width: 14.6rem;
    margin-bottom: 2rem;
  }
  #news .newsWrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #news .newsBox {
  }
  #news .newsBox a {
    border-radius: 10px;
    height: 100%;
  }
  #news .newsBox a:before {
    content: "";
    background: url("../images/news_bg_grad_btm.png") repeat-y top center;
    background-size: 100% auto;
    height: 4.6rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #news .newsBox a:after {
    height: 1.6rem;
    width: 7.1rem;
    bottom: 1rem;
    right: 2rem;
  }
  #news .newsBox .date {
    font-size: 16px;
    background: url("../images/news_bg_grad_top.png") repeat-y top center;
    background-size: 100% auto;
    height: 4.6rem;
    padding: 1.3rem 2rem 1rem;
  }
  #news .newsBox .txtBody {
    padding: 1.5rem 2rem 6rem;
    min-height: 15rem;
  }
  #news .newsBox .newsTit {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* 以下はオーバーライド */
/* お知らせ一覧ページ */
#archive-page #news .newsWrap {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1024px) {
  #archive-page #news .newsWrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #archive-page #news .newsWrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  #archive-page #news .newsWrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* ページネーション */
.postPagination {
  margin: 64px auto 0;
  width: 100%;
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center;
}
.postPagination .page-numbers {
  border: 1px solid #4d4d4d;
  background-color: transparent;
  border-radius: 4px;
  color: #4d4d4d;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0px;
  text-align: center;
  width: 40px;
}
.postPagination .page-numbers.current {
  background-color: #4d4d4d;
  color: #ffffff;
}
.postPagination .page-numbers.dots {
  background-color: unset;
  border: unset;
}
.postPagination .page-numbers.next,
.postPagination .page-numbers.prev {
  display: none;
}
.postPagination .page-numbers.next {
  display: none;
}

/* ヘッダーの言語選択 */
.headerLanguage {
}
.headerLanguage .bogo-language-switcher {
  display: flex;
  align-items: center;
  gap: 10px;
}
.headerLanguage a {
  font-size: 14px;
  opacity: 0.5;
}
.headerLanguage .current a {
  opacity: 1;
}

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

/* もっと見るボタン */
.btnMoreWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.btnMoreWrapper .btnMore {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
  padding: 7px 32px 8px;
  border-radius: 100vh;
}

/*  */
/*  */
/*  */
/* 英語 */
/*  */
/*  */
/*  */

body.en {
  * {
    line-height: 1.2;
  }
  /*--------------------------------------
  HEADER
  ---------------------------------------*/
  /*--------------------------------------
  FOOTER
  ---------------------------------------*/
  footer .rightBox p {
    color: #fff;
    font-size: min(1.125vw, 18px);
    line-height: 1.5;
  }
  /*--------------------------------------
  introNav
  ---------------------------------------*/
  .introNav .twoColNav .colNav p {
    font-size: min(0.9vw, 14px);
    line-height: 1.3;
  }
  .introNav .twoColNav .colNav .tit {
    font-size: min(3.2vw, 56px);
    line-height: 1.2;
  }
  .introNav .twoColNav .colNav_gxm .tit {
    font-size: min(1.25vw, 20px);
  }
  /*--------------------------------------
  DIA
  ---------------------------------------*/
  .dia {
    /* background: url("../images/dia/mv_bg.jpg") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    padding-bottom: 15rem; */
  }
  .diaWrapper {
  }
  .dia .mv {
    /* max-width: 1600px;
    width: 90%;
    margin: 0 auto;
    padding: 150px 0 0;
    position: relative; */
  }
  .dia .mv .flexBox {
    /* display: flex;
    align-items: flex-start; */
  }
  .dia .mv .txt_what {
    /* width: min(29.1vw, 467px);
    position: relative;
    left: -8%; */
  }
  .dia .mv .txt_dia {
    /* width: min(48.3vw, 774px);
    position: relative;
    left: -12%;
    top: -7.5vw; */
  }
  .dia .mv .left p {
    /* margin: -140px 0 0; */
  }
  .dia .mv p {
    /* font-size: min(1.3vw, 22px);
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.07em;
    line-height: 1.6;
    margin: -150px 0 0;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.5),
      0 0 20px rgba(0, 0, 0, 0.5); */
  }
  .dia .mv p span {
    /* font-size: min(3.3vw, 53px); */
  }
  .dia .mv .right {
    /* position: relative;
    padding: 120rem 0 0 0;
    width: 100%; */
  }
  .dia .mv .right p {
    /* margin: 0; */
  }
  .dia .mv .right p + p {
    /* margin: 20px 0 30px; */
  }

  /* .left を sticky にする */
  .dia .mv .left {
    /*position: fixed;*/
    /* position: sticky;
    top: 150px;
    width: 50%;
    z-index: 2; */
  }

  /* 他のアニメーションはそのまま */
  .dia .mv .txt_what,
  .dia .mv .txt_dia,
  .dia .mv .left p {
    /* opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out; */
  }

  .dia .mv .animated {
    /* opacity: 1 !important;
    transform: translateY(0) !important; */
  }

  /* .right p はさらに下からフェードイン */
  .dia .mv .right .anim {
    /* opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out; */
  }

  /*.dia .mv .right p.animated {
    opacity: 1;
    transform: translateY(0);
}
*/
  .dia .mv .sec01 {
    /* margin: 0 0 30rem; */
  }
  .dia .mv .sec01 .txt01 {
    /* font-size: min(1.45vw, 28px); */
  }
  .dia .mv .sec01 .txt01 .large {
    font-size: min(2.7vw, 40px);
  }
  .dia .mv .sec01 .txt02 {
    font-size: min(1.3vw, 20px);
  }
  .dia .mv .sec01 .txt02 .large01 {
    /* font-size: min(3.375vw, 54px);
    font-weight: 900; */
  }
  .dia .mv .sec01 .txt02 .large02 {
    /* font-size: min(2.4375vw, 39px); */
  }
  .dia .mv .sec01 .txt02 .large03 {
    /* font-size: min(2.75vw, 44px); */
  }
  .dia .mv .sec01 .txt02 .large01.w700 {
    /* font-weight: 700; */
  }
  .dia .mv .sec01 .txt02 .small {
    /* font-size: min(1.5vw, 24px); */
  }

  .dia .mv .sec02 {
    /* margin: 0 0 30rem; */
  }
  .dia .mv .sec02 .txt {
  }
  .dia .mv .sec-pic {
    /* position: relative; */
  }
  .dia .mv .sec-pic .filler {
    /* font-size: min(1.75vw, 28px);
    margin: 0 0 10px;
    position: relative;
    z-index: 1; */
  }
  .dia .mv .sec-pic .filler .large {
    /* font-size: min(2.4375vw, 39px); */
  }
  .dia .mv .sec-pic .sTxtWrap {
    /* display: flex;
    justify-content: flex-end; */
  }
  .dia .mv .sec-pic .sTxtBox {
    /* max-width: 310px; */
    max-width: 100%;
    width: 100%;
    margin: 50% 0 0;
    /* margin: 30% 0 0;
    z-index: 1;
    position: relative; */
  }
  .dia .mv .sec-pic .pic {
    /* width: min(54.6vw, 1050px);
    position: absolute;
    right: 0%; */
  }
  .dia .mv .sec-pic .pic img {
    /* border-radius: 10px; */
  }
  .dia .mv .right .sec-pic .sTxtBox p {
    /* font-size: min(1vw, 16px);
    margin: 20px 0 0; */
  }
  .dia .mv .right .sec-pic .sTxtBox .large {
    /* font-size: min(2.68vw, 43px); */
  }

  .dia .mv .sec03 {
    /* margin: 0 0 30rem; */
  }
  .dia .mv .sec03.sec-pic .sTxtBox {
    /* max-width: 355px;
    width: 22.8vw; */
    /* width: 100%;
    max-width: 100%; */
  }

  .dia .mv .sec04 {
    /* margin: 0; */
  }
  .dia .mv .sec04.sec-pic .sTxtBox {
    /* max-width: 665px;
    width: 42vw; */
    /* max-width: 100%;
    width: 100%; */
  }

  /*--------------------------------------
　COMPANY
---------------------------------------*/
  .com {
    /* background: #d9d9d9;
    width: 100%;
    min-height: 100vh; */
  }
  .inner {
    /* max-width: 160rem;
    width: 90%;
    margin: 0 auto;
    padding: min(11.25vw, 180px) 0 min(6.25vw, 100px); */
  }
  .com .comInfoBox {
    /* display: flex;
    gap: 2%; */
  }
  .com .comInfoBox .leftBox {
    width: min(32vw, 55rem);
  }
  .com .comInfoBox .leftBox .txtBox {
    margin-top: 20px;
  }
  .com .comInfoBox .logo {
    /* width: min(13.1vw, 21rem); */
  }
  .com .comInfoBox .leftBox p {
    /* font-size: min(1vw, 16px); */
  }
  .com .comInfoBox .rightBox {
    /* flex: 1; */
  }
  .com .comInfoBox .rightBox {
    /* flex: 1; */
  }
  .com .tableBox {
    /* display: flex;
    gap: 2rem;
    height: 100%; */
  }
  .com .tableBox .rowBox {
    width: min(22vw, 330px);
    /* width: min(18.125vw, 290px);
    display: flex;
    flex-direction: column;
    position: relative; */
  }
  .com .tableBox .rowBox:last-child {
    /* flex: 1; */
  }
  .com .tableBox .rowBox:last-child:before {
    /* content: "";
    background: #fff;
    width: 1.3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1rem; */
  }
  .com .tableBox dl {
    /* display: flex;
    align-items: center;
    border-top: solid 1.3px #fff;
    flex-grow: 1; */
  }
  .com .tableBox dl:last-child {
    /* border-bottom: solid 1.3px #fff; */
  }
  .com .tableBox dt,
  .com .tableBox dd {
    /* font-size: min(0.875vw, 14px); */
  }
  .com .tableBox dt {
    width: min(9vw, 13.5rem);
    white-space: pre-wrap;
    /* font-weight: 500;
    letter-spacing: 0.07em; */
    padding: 8px;
  }
  .com .tableBox .rowBox:last-child dt {
    width: min(8vw, 13rem);
  }
  .com .tableBox dd {
    /* flex: 1;
    padding: 15px 0; */
  }
  .com .bans {
    /* display: flex;
    margin-top: min(5.6vw, 9rem);
    gap: min(5vw, 8rem);
    justify-content: center; */
  }
  .com .bans .ban {
    /* flex: 1;
    aspect-ratio: 1 / 1;
    position: relative; */
  }
  .com .bans .ban a {
    /* display: flex;
    align-items: end;
    border-radius: 1rem;
    height: 100%;
    padding: min(1.875vw, 3rem); */
  }
  .com .bans .ban.message a {
    /* background: url("../images/com_bg_message.jpg") no-repeat;
    background-size: cover; */
  }
  .com .bans .ban.partners a {
    /* background: url("../images/com_bg_partners.jpg") no-repeat;
    background-size: cover; */
  }
  .com .bans .ban.system a {
    /* background: url("../images/com_bg_system.jpg") no-repeat;
    background-size: cover; */
  }
  .com .bans .ban .tit {
    /* color: #fff;
    font-weight: 700;
    line-height: 1.5;
    font-size: min(1.25vw, 20px);
    letter-spacing: 0.14em; */
    font-size: min(1.1vw, 20px);
  }
  .com .bans .ban .tit:before {
    /* content: "";
    position: absolute;
    bottom: min(4.2vw, 7rem);
    left: min(1.875vw, 3rem); */
    bottom: min(5.5vw, 9rem);
  }
  .com .bans .ban.message .tit:before {
    /* background: url("../images/txt_topmessage_wh.png") no-repeat;
    background-size: 100%;
    width: min(81%, 398px);
    height: min(32%, 154px); */
  }
  .com .bans .ban.partners .tit:before {
    /* background: url("../images/txt_partners_wh.png") no-repeat;
    background-size: 100%;
    width: min(54%, 260px);
    height: min(26%, 123px); */
  }
  .com .bans .ban.system .tit:before {
    /* background: url("../images/txt_system_wh.png") no-repeat;
    background-size: 100%;
    width: min(54%, 263px);
    height: min(29%, 141px); */
  }

  /*--------------------------------------
  TOP MESSAGE
  ---------------------------------------*/
  #message {
    /* background: url("../images/message_bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh; */
  }
  #message .inner {
    /* padding-top: min(13.7vw, 220px); */
  }
  #message .whBox {
    /* background: #fff url("../images/message_ill.jpg") no-repeat bottom right 1%;
  background-size: 38% auto;
  display: flex;
  gap: 6%;
  padding: min(7.5vw, 12rem) min(5vw, 8rem) min(7.5vw, 12rem) min(3.75vw, 6rem);
  position: relative; */
  }
  #message .whBox.whBoxEn {
    /* background: #fff url("../images/message_ill_en.jpg") no-repeat bottom right 1%;
  background-size: 38% auto;
  display: flex;
  gap: 6%;
  padding: min(7.5vw, 12rem) min(5vw, 8rem) min(7.5vw, 12rem) min(3.75vw, 6rem);
  position: relative; */
  }
  #message .titBox {
    /* width: min(22.5vw, 36rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 0 0; */
  }
  #message .secTit {
    font-size: min(1.7vw, 16px);
  }
  #message .secTit:before {
    bottom: 132%;
    top: unset;
  }
  #message .secTit {
    /* text-align: center; */
  }
  #message .secTit:before {
    /* content: "";
    background: url("../images/txt_topmessage.png") no-repeat;
    background-size: 100%;
    width: min(22.6875vw, 363px);
    height: min(8.75vw, 140px);
    position: absolute;
    top: -9rem;
    left: 50%;
    transform: translateX(-50%); */
  }
  #message .txtBody {
    /* flex: 1; */
  }
  #message .txtBody p {
    /* font-size: min(1.1875vw, 19px);
    line-height: 2.2; */
  }
  #message .txtBody .nameBox {
    /* margin-top: 3rem; */
  }
  #message .txtBody .posi {
    /* font-size: min(1.0625vw, 17px);
    line-height: 1.8; */
  }
  #message .txtBody .name {
    /* font-size: min(1.8vw, 29px);
    line-height: 1.8; */
  }
  /*--------------------------------------
  PARTNERS
  ---------------------------------------*/
  /*--------------------------------------
  SYSTEM
  ---------------------------------------*/
  #system {
  }
  #system .inner {
  }
  #system .sTxtBox {
    top: min(15%, 33rem);
    width: 30vw;
  }
  #system p {
  }
  #system .secTit {
    padding: 0 0 0 min(9.375vw, 15rem);
  }
  #system .secTit:before {
  }
  #system .sTxtBox .tit {
    color: #fff;
    font-weight: 500;
    font-size: min(1.5vw, 28px);
    padding-right: 2.5vw;
  }
  #system p {
    color: #fff;
    font-size: min(1vw, 16px);
    margin-top: 1.5rem;
    font-weight: 500;
    padding-right: 2.5vw;
  }

  @media screen and (max-width: 1080px) {
  }
  @media screen and (max-width: 1024px) {
    /*--------------------------------------
    introNav
    ---------------------------------------*/
    .introNav .twoColNav .colNav a {
      padding: 24px;
    }
    .introNav .twoColNav .colNav_gxm a {
      padding: 24px;
    }
    /*--------------------------------------
    SYSTEM
    ---------------------------------------*/
    #system .inner {
      padding-top: 15rem;
      padding-bottom: 4rem;
    }
    #system .sTxtBox {
      top: min(28%, 35rem);
      width: 30vw;
    }
  }
  @media screen and (max-width: 820px) {
  }
  @media screen and (max-width: 768px) {
    /*--------------------------------------
    HEADER
    ---------------------------------------*/
    header {
      padding: 10px 20px;
    }
    /*--------------------------------------
    FOOTER
    ---------------------------------------*/
    footer .rightBox {
      display: block;
    }
    footer .rightBox p {
      font-size: 15px;
    }
    /*--------------------------------------
    introNav
    ---------------------------------------*/
    .colBox .right {
      margin-top: 4rem;
    }
    .introNav .twoColNav .colNav_gxm a {
      padding: 24px;
    }
    .introNav .twoColNav .colNav .tit {
      font-size: min(5vw, 56px);
    }
    .introNav .twoColNav .colNav p {
      font-size: min(2.6vw, 18px);
      line-height: 1.4;
    }
    /*--------------------------------------
    DIA
    ---------------------------------------*/
    .dia .mv .right {
      margin-top: 4rem;
    }
    .dia .mv .animated {
      font-size: 18px;
    }
    .dia .mv .sec01 .txt02 {
      margin-top: 4rem;
    }
    .dia .mv .sec-pic .sTxtBox {
      margin: 40% auto 0;
      max-width: 77%;
      width: 77%;
    }
    .dia .mv .sec01 .txt02 {
      font-size: 18px;
    }
    /*--------------------------------------
    COMPANY
    ---------------------------------------*/
    .com .comInfoBox .leftBox {
      width: 100%;
    }
    .com .tableBox .rowBox {
      width: 100%;
    }
    .com .tableBox dt {
      width: 10rem;
      padding: 15px 0;
    }
    .com .comInfoBox .leftBox .txtBox p {
      line-height: 1.7;
    }
    .com .tableBox dt {
      width: 14rem;
    }
    .com .tableBox .rowBox:last-child dt {
      width: 14rem;
    }
    .com .bans .ban .tit:before {
      bottom: min(14vw, 19rem);
    }
    .com .bans .ban .tit {
      font-size: min(3.5vw, 18px);
    }
    /*--------------------------------------
    TOP MESSAGE
    ---------------------------------------*/
    #message .secTit {
      font-size: min(2.1vw, 18px);
    }
    #message .secTit:before {
      bottom: 132%;
      top: unset;
    }
    /*--------------------------------------
    PARTNERS
    ---------------------------------------*/
    /*--------------------------------------
    SYSTEM
    ---------------------------------------*/
    #system .sTxtBox {
      width: 100%;
    }
    #system .secTit {
      padding: 0;
      letter-spacing: 0.04em;
      line-height: 1.3;
      font-size: 24px;
      margin-top: 2rem;
    }
    #system .sTxtBox .tit {
      font-size: 15px;
      margin-top: 1rem;
      line-height: 1.4;
      padding-right: 0;
    }
    #system p {
      font-size: 15px;
      line-height: 1.4;
    }
  }
  @media screen and (max-width: 500px) {
    /*--------------------------------------
    HEADER
    ---------------------------------------*/
    header {
      padding: 5px 20px;
      width: 85%;
    }
    header .logo {
      width: 60%;
    }
    /*--------------------------------------
    introNav
    ---------------------------------------*/
    .introNav .twoColNav .colNav a {
      padding: 30px 0;
    }
    .introNav .twoColNav .colNav_gxm a {
      padding: 30px 0;
    }
    .introNav .twoColNav .colNav .tit {
      font-size: min(5.5vw, 60px);
    }
    .introNav .twoColNav .colNav p {
      font-size: min(3vw, 18px);
    }
    /*--------------------------------------
    COMPANY
    ---------------------------------------*/
    .com .bans .ban .tit:before {
      bottom: min(14.5vw, 17.5rem);
      left: 1.6rem;
    }
    .com .bans .ban a {
      padding: 1.8rem;
    }
    /*--------------------------------------
    TOP MESSAGE
    ---------------------------------------*/
    #message .secTit {
      font-size: min(4.3vw, 16px);
    }
    #message .txtBody p {
      line-height: 1.7;
    }
    /*--------------------------------------
    PARTNERS
    ---------------------------------------*/
    #partners .secTit {
      padding: 0 16px;
    }
    /*--------------------------------------
    SYSTEM
    ---------------------------------------*/
    #system .sTxtBox .tit {
      font-size: 15px;
      line-height: 1.4;
      padding-right: 0;
    }
    #system p {
      font-size: 15px;
    }
  }
}
