@charset "utf-8";


/* ==================================================
elements
================================================== */
a {
  text-decoration: none;
}
body {
  padding-top: 0;
}

/* ==================================================
contents
================================================== */
.cntSec {
  padding: 0;
}

section.cntSec .innerWrap {
  position: relative;
  width: 1280px;
  padding: 0 40px 80px;
  margin: auto;
}

/* ==================================================
MV
================================================== */
.mv {
  position: relative;
  z-index: 0;
  min-width: 1280px;
  overflow: hidden;
}
.mv a {
  text-decoration: none;
}
.mv_item {
  position: relative;
  width: 100% !important;
  min-width: 1200px;
  padding-top: 41.6%;
  background-image: url(/en/images/index/mv_01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mv_contents-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv_contents-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv_item.pcLayout-center {
  text-align: center;
}
.mv_item.pcLayout-left {
  text-align: left;
}
.mv_item.pcLayout-right {
  text-align: right;
}


/* ==================================================
Common
================================================== */
/* cntSec */
section.cntSec {
  position: relative;
  margin-top: 40px;
}
section.cntSec.openingaccount,
section.cntSec.annualreport {
  padding-top: 100px;
  overflow: visible;
}
/* headingGradation */
section.cntSec.openingaccount .headingGradation,
section.cntSec.annualreport .headingGradation {
  position: absolute;
  top: -73px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
/* other */
.roundImg {
  border-radius: 16px;
}
/* ==================================================
Message
================================================== */
section.cntSec.message .message_person-title {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
section.cntSec.message .message_person-name {
  margin-top: 4px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
section.cntSec.message .message_text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
section.cntSec.message .message_signature {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 25px;
  margin-left: auto;
}
section.cntSec.message .message_signature-date {
  flex: 0 0 auto;
}
section.cntSec.message .message_signature-name {
  flex: 0 0 301px;
  margin-left: 15px;
}
section.cntSec.message .message_signature-name img {
  width: 100%;
}
/* ==================================================
Opening an Account
================================================== */
section.cntSec.openingaccount .openingaccount_box {
  display: table;
}
/* ==================================================
Annual Report
================================================== */
.annualReport_box {
  display: flex;
  align-items: top;
  justify-content: space-between;
}
.annualReport_inner {
  width: 570px;
  padding: 40px;
  background: #fff;
  border-radius: 16px;
}
.annualReport_inner *:last-child {
  margin-bottom: 0;
}
.annualReport_inner.annualReport_kfg {
  background: #fff url(/common_v2/images/bg_kfg-tree.svg) no-repeat right -40px bottom -18px;
}
.annualReport_inner.annualReport_kfg .annualReport_title img {
  width: 490px;
}
.annualReport_inner.annualReport_higo .annualReport_title img {
  width: 360px;
}
.annualReport_inner .annualReport_title {
  margin-bottom: 30px;
  text-align: center;
}
/* ==================================================
ATM Locater
================================================== */
section.cntSec.atmlocater .openingaccount_box {
  display: table;
}