@charset "UTF-8";


/* -----------------------------------
    共通
------------------------------------ */

.cH1n02.boder-t_blue {
  border-top: 1px solid #00246E;
  padding: 65px 0 0;
  margin: 0;
  color: #011429;
}

@media (max-width: 767px) {
  .cH1n02.boder-t_blue {
    padding: 41px 0 0;
  }
}

.cH2n01.boder-l_blue {
  border-left: 6px solid #00246E;
  padding: 16px 32px;
  margin: 0;
  color: #011429;
}

.triangle-down.triangle-down-p64 {
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 24px solid #00246E;
  margin: 64px auto;
}

@media (max-width: 767px) {
  .triangle-down.triangle-down-p64 {
    margin: 32px auto;
  }
}

.triangle-down.triangle-down-p48 {
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 24px solid #00246E;
  margin: 48px auto;
}

@media (max-width: 767px) {
  .triangle-down.triangle-down-p48 {
    margin: 32px auto;
  }
}

.dataOverviewDescription {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  color: #00246E;
  padding: 16px 10px;
  text-align: center;
  border: 4px solid #00246E;
}

@media (max-width: 767px) {
  .dataOverviewDescription {
    font-size: 18px;
    text-align-last: left;
    padding: 16px;
  }

  .dataOverviewDescription br {
    display: none;
  }
}

.ttlCont {
  background: #00246E;
  border-radius: 0 0 16px 16px;
  padding: 32px 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  display: grid;
  align-items: center;
  grid-auto-flow: column;
}

@media (max-width: 991px) {
  .ttlCont {
    padding: 16px;
    -webkit-box-align: self-start;
    -webkit-align-items: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
  }
}

@media (max-width: 767px) {
  .ttlCont {
    padding: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.ttlCont .jp {
  color: #fff;
  font-size: 24px;
}

@media (max-width: 991px) {
  .ttlCont .jp {
    display: block;
    font-size: 18px;
  }
}

.ttlCont .en {
  font-family: "Jost", sans-serif;
  color: #fff;
  font-size: 16px;
  padding-left: 10px;
}

@media (max-width: 991px) {
  .ttlCont .en {
    display: block;
    font-size: 14px;
    padding-left: 0;
    padding-top: 8px;
  }
}

.listCont .ttlCont .jp,
.listCont .ttlCont .en {
  transition: color 0.4s ease, filter 0.4s ease;
}

.ttlCont .linkIcon {
  width: 44px;
  height: 44px;
  position: relative;
}

@media (max-width: 767px) {
  .ttlCont .linkIcon {
    width: 32px;
    height: 32px;
  }
}

.ttlCont .linkIcon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon_link_w03.svg) no-repeat center center/cover;
  position: relative;
  z-index: 2;
}

.ttlCont .linkIcon::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

@media (max-width: 767px) {
  .ttlCont .linkIcon::before {
    border-radius: 6px;
  }
}

.listCont a figure {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.listCont a figure img {
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

@media (min-width: 992px) {
  .listCont a:hover .ttlCont .jp, .listCont a:hover .ttlCont .en {
    -webkit-filter: hue-rotate(-24deg)  saturate(131%) brightness(115%) contrast(85%);;
    filter: hue-rotate(-24deg)  saturate(131%) brightness(115%) contrast(85%);;
  }

  .listCont a:hover .linkIcon::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: hue-rotate(-24deg)  saturate(131%) brightness(115%) contrast(85%);;
    filter: hue-rotate(-24deg)  saturate(131%) brightness(115%) contrast(85%);;
  }

  .listCont a:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.localNavCont {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .localNavCont {
    margin-top: 48px !important;
  }
}

@media (max-width: 767px) {
  .colBox01.spColBox01 {
    gap: 24px clamp(24px, 3.5714285714%, 48px);
  }
}

.ttlCont.ttlCont-br {
  border-radius: 16px;
}

.LinkBtn01 {
  width: 100%;
  max-width: 416px;
  background: #00246E;
  height: 75px;
  /* aタグの下線を消し、中央揃えを維持 */
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
  margin: 0 auto;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  -webkit-transition: max-width 0.4s ease 0s, -webkit-filter 0.4s ease 0s;
  transition: max-width 0.4s ease 0s, -webkit-filter 0.4s ease 0s;
  transition: max-width 0.4s ease 0s, filter 0.4s ease 0s;
  transition: max-width 0.4s ease 0s, filter 0.4s ease 0s, -webkit-filter 0.4s ease 0s;
}

/* ホバー時の挙動はそのまま維持 */
@media (min-width: 992px) {
  .LinkBtn01:hover {
    max-width: 456px;
    -webkit-filter: hue-rotate(-24deg)  saturate(131%) brightness(115%) contrast(85%);;
    filter: hue-rotate(-24deg)  saturate(131%) brightness(115%) contrast(85%);;
  }
}

/* -----------------------------------
    COMPANY
------------------------------------ */

.companySection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .companySection {
    margin-top: 64px;
  }
}

.companySection+.companySection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .companySection+.companySection {
    margin-top: 64px;
  }
}

.companySection.conSection+.companySection.conSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .companySection.conSection+.companySection.conSection {
    margin-top: 64px;
  }
}

.companySection.companyCont {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .companySection.companyCont {
    margin-top: 40px;
  }
}

.companySection figure img {
  width: 100vw;
}

/* -----------------------------------
    COMPANY PHILOSOPHY
------------------------------------ */

.philosophySection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .philosophySection {
    margin-top: 64px;
  }
}

.philosophySection+.philosophySection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .philosophySection+.philosophySection {
    margin-top: 64px;
  }
}

.philosophySection.conSection+.philosophySection.conSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .philosophySection.conSection+.philosophySection.conSection {
    margin-top: 64px;
  }
}

.philosophySection .missionTtl {
  font-family: "Jost", sans-serif;
  font-size: clamp(48px, 4.44vw, 64px);
  line-height: 1.5em;
  color: #00246E;
  display: block;
  text-align: center;
}

.philosophySection .missionSub {
  font-size: clamp(18px, 1.66vw, 24px);
  line-height: 1.5em;
  color: #00246E;
  display: block;
  text-align: center;
}

.philosophySection .missionTxt {
  font-size: clamp(21px, 2.22vw, 32px);
  line-height: 1.5em;
  text-align: center;
  padding-top: 24px;
  display: block;
}

.philosophySection .visionTtl {
  font-family: "Jost", sans-serif;
  font-size: clamp(48px, 4.44vw, 64px);
  line-height: 1.5em;
  color: #00246E;
  display: block;
  text-align: center;
  padding-top: 80px;
}

.philosophySection .visionSub {
  font-size: clamp(18px, 1.66vw, 24px);
  line-height: 1.5em;
  color: #00246E;
  display: block;
  text-align: center;
}

.philosophySection .visionTxt {
  font-size: clamp(21px, 2.22vw, 32px);
  line-height: 1.5em;
  text-align: center;
  padding-top: 24px;
  display: block;
}

.philosophySection span.visionTxt br {
  display: none;
}

@media (max-width: 767px) {
  .philosophySection span.visionTxt br {
    display: block;
  }
}

.philosophyText {
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.8em;
  padding-top: 150px;
  text-align: center;
  color: #333333;
}

@media (max-width: 767px) {
  .philosophyText {
    padding-top: 48px;
  }
}

.philosophyText .note {
  display: block;
  font-size: 12px;
  line-height: 1.8em;
  padding-top: 24px;
  text-align: center;
}

/* -----------------------------------
    COMPANY MESSAGE
------------------------------------ */

.messageSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .messageSection {
    margin-top: 64px;
  }
}

.messageSection+.messageSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .messageSection+.messageSection {
    margin-top: 64px;
  }
}

.messageSection.conSection+.messageSection.conSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .messageSection.conSection+.messageSection.conSection {
    margin-top: 64px;
  }
}

.messageSection .bg {
  background: #F2F8FF;
}

.messageSection .colBox01 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 72px;
}

@media (max-width: 1280px) {
  .messageSection .colBox01 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .messageSection .colBox01 {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    gap: 24px;
  }
}

.messageSection .colBox5 {
  width: 41.666%;
}

@media (max-width: 767px) {
  .messageSection .colBox5.colBoxSp100 {
    width: 100%;
  }
}

.messageSection .msgTtl {
  /* font-size: clamp(24px, 3.7202380952vw, 48px); */
  font-size: clamp(24px, 3.2202380952vw, 47px);
  line-height: 1.5em;
  color: #011429;
}

@media (max-width: 767px) {
  .messageSection .msgTtl {
    font-size: clamp(24px, 6.258148vw, 48px);
    padding-top: 64px;
  }
}

.messageSection .msgName {
  font-size: clamp(25px, 2.22vw, 32px);
  font-weight: 700;
  line-height: 1.5em;
  color: #333333;
}

@media (max-width: 767px) {
  .messageSection .msgName {
    font-size: 14px;
    font-size: clamp(25px, 4.172vw, 32px);
  }
}

.messageSection .msgName span {
  font-size: 21px;
  line-height: 1.5em;
  display: block;
  padding-top: 32px;
}

@media (max-width: 767px) {
  .messageSection .msgName span {
    font-size: 14px;
  }
}

.messageSection figure {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .messageSection figure {
    padding: 0 54px;
  }
}

.messageSection .msgTxt {
  width: 90%;
  max-width: 996px;
  margin: 0 auto;
  padding-top: 150px;
}

@media (max-width: 767px) {
  .messageSection .msgTxt {
    padding-top: 48px;
  }
}

.messageSection .msgTxt p {
  padding-bottom: 32px;
  color: #333333;
}

@media (max-width: 767px) {
  .messageSection .msgTxt p {
    padding-bottom: 24px;
    font-size: 16px;
  }
}

.messageSection .msgTxt .note {
  line-height: 1.5em;
}

/* -----------------------------------
    COMPANY INFO
------------------------------------ */

.infoSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .infoSection {
    margin-top: 64px;
  }

  .infoSection.infoCont {
    margin-top: 48px;
  }
}

.infoSection+.infoSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .infoSection+.infoSection {
    margin-top: 64px;
  }
}

.infoSection.conSection+.infoSection.conSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .infoSection.conSection+.infoSection.conSection {
    margin-top: 64px;
  }
}

.infoSection .infoTable {
  width: 90%;
  max-width: 976px;
  margin: 0 auto;
}

.infoSection .infoTable table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #DCDCDC;
}

.infoSection .infoTable th, .infoSection .infoTable td {
  text-align: left;
  padding: 24px 0;
  vertical-align: middle;
  color: #011429;
}

.infoSection .infoTable th {
  width: 25%;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 700;
  border-bottom: 1px solid #DCDCDC;
  color: #333333;
}

@media (max-width: 767px) {

  table,
  tbody,
  tr,
  th,
  td {
    display: block;
    width: 100%;
  }

  .infoSection .infoTable th {
    width: 100%;
    font-size: 16px;
    border-bottom: 0;
    padding-bottom: 4px;
  }
}

.infoSection .infoTable td {
  font-size: 16px;
  line-height: 1.8em;
  border-bottom: 1px solid #DCDCDC;
}

@media (max-width: 767px) {
  .infoSection .infoTable td {
    width: 100%;
    font-size: 14px;
    padding-top: 4px;
  }
}

.infoSection .infoTable td ul li {
  padding-bottom: 24px;
}

@media (max-width: 767px) {
  .infoSection .infoTable td ul li {
    padding-bottom: 8px;
  }
}

.infoTable td ul li:last-child {
  padding-bottom: 0;
}

.infoSection .infoList {
  display: grid;
  grid-template-columns: repeat(auto-fit, 416px);
  gap: 48px clamp(24px, 3.5714285714%, 48px);
  margin-top: 150px;
  justify-content: center;
}

/* @media (max-width: 767px) {
  .infoSection .infoList {
    grid-template-columns: minmax(0, 416px);
    justify-content: center;
    margin-top: 80px;
  }
} */

@media (max-width: 767px) {
  .infoSection .infoList {
    display: none;
  }
}

.infoSection .infoItem {
  grid-row: span 3;
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  background: #00246E;
  padding: 32px;
  border-radius: 16px;
}

.infoSection .infoItemTtl {
  font-size: 18px;
  color: #fff;
  line-height: 1.8em;
  font-weight: 700;
}

.infoSection address {
  font-size: 14px;
  color: #fff;
  line-height: 1.8em;
  padding-top: 8px;
  font-style: inherit;
}

.infoSection .listDisc {
  padding-top: 8px;
}

.infoSection .listDisc li {
  font-size: 14px;
  color: #fff;
  line-height: 1.8em;
  padding-top: 0;
}

.infoSection .listDisc li:not(:last-child) {
  margin-bottom: 0;
}

.infoSection .listDisc li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 8px;
  left: 0;
}

.infoSection .infoItem figure {
  text-align: center;
  padding: 24px 0;
}

.infoSection .txtLink01 a {
  color: #fff;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
}

.infoSection .txtLink01 a::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/company/link_icon.svg) no-repeat center center / cover;
  display: inline-block;
}

.infoSection .txtLink01 a::before {
  content: "";
  width: 0;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.4s ease 0s;
  transition: width 0.4s ease 0s;
}

@media (min-width: 992px) {
  .infoSection .txtLink01 a:hover::before {
    width: 100%;
  }
}

.infoList a figure img {
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

/* -----------------------------------
    COMPANY HISTORY
------------------------------------ */

.historySection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .historySection {
    margin-top: 64px;
  }

  .historySection.historyCont {
    margin-top: 40px;
  }
}

.historySection+.historySection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .historySection+.historySection {
    margin-top: 64px;
  }
}

.historySection.conSection+.historySection.conSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .historySection.conSection+.historySection.conSection {
    margin-top: 64px;
  }
}

.historySection .historyTable {
  max-width: 1344px;
  margin: 0 auto;
  padding-top: 48px;
}

@media (max-width: 767px) {
  .historySection .historyTable {
    /* padding-top: 80px; */
    padding-top: 0;
  }
}

.historySection .historyTable table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #DCDCDC;
}

.historySection .historyTable th, .historySection .historyTable td {
  text-align: left;
  padding: 48px 0;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .historySection .historyTable th, .historySection .historyTable td {
    text-align: left;
    padding: 32px 0;
  }
}

.historySection .historyTable th {
  width: 21.42%;
  font-family: "Jost", sans-serif;
  font-size: clamp(48px, 5.8333vw, 84px);
  line-height: 1.0em;
  font-weight: 500;
  color: #00246E;
  border-bottom: 1px solid #DCDCDC;
}

@media (max-width: 767px) {

  table,
  tbody,
  tr,
  th,
  td {
    display: block;
    width: 100%;
  }

  .historySection .historyTable th {
    width: 100%;
    font-size: clamp(48px, 10.95176vw, 84px);
    border-bottom: 0;
    padding-bottom: 24px;
  }
}

.historySection .historyTable td {
  font-size: 16px;
  line-height: 1.8em;
  border-bottom: 1px solid #DCDCDC;
}

@media (max-width: 767px) {
  .historySection .historyTable td {
    width: 100%;
    font-size: 14px;
    padding-top: 0;
  }
}

.historySection .historyTable td ul li {
  padding-bottom: 24px;
}

@media (max-width: 767px) {
  .historySection .historyTable td ul li {
    padding-bottom: 32px;
  }
}

.historySection .historyTable td ul li:last-child {
  padding-bottom: 0;
}

.historySection .historyRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

@media (max-width: 767px) {
  .historySection .historyRow {
    -webkit-box-align: self-start;
    -webkit-align-items: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    gap: 12px;
  }
}

.historySection .historyLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.historySection .historyLeft>div {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 767px) {

  .historySection .historyLeft {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }

  .historySection .historyLeft>div {
    display: contents;
  }

  .historySection .historyDate {
    margin: 0;
  }

  .historySection .historyCat {
    display: inline-block;
  }

  .historySection .historyTxt {
    width: 100%;
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.8em;
  }
}

.historySection .historyDate {
  font-family: "Jost", sans-serif;
  font-size: clamp(21px, 1.458333vw, 32px);
  line-height: 1.8em;
  font-weight: 500;
  color: #fff;
  background: #00246E;
  padding: 8px 17px;
}

@media (max-width: 767px) {
  .historySection .historyDate {
    font-size: clamp(21px, 4.172099vw, 32px);
  }
}

.historySection .historyCat {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8em;
  color: #00246E;
  padding: 17px 24px;
  border: 1px solid;
  margin-right: 16px;
}

@media (max-width: 767px) {
  .historySection .historyCat {
    font-size: 16px;
    padding: 8.5px 24px;
  }
}

.historySection .historyTxt {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 400;
  color: #333333;
}

@media (max-width: 767px) {
  .historySection .historyTxt {
    font-size: 16px;
  }
}

.historySection .historyImg {
  color: #666;
}

@media (max-width: 767px) {
  .historySection .historyImg img {
    max-width: 100px;
  }

  /* .historySection .tabListWrap {
    display: none;
  } */
}

.historySection .tabContent {
  display: none;
}

@media (max-width: 767px) {
  .historySection .tabContent {
    padding: 20px 0;
  }
}

.historySection .tabContent.is-active {
  display: block;
}

/* -----------------------------------
    COMPANY EXECUTIVES
------------------------------------ */

.executivesSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .executivesSection {
    margin-top: 64px;
  }
}

.executivesSection+.executivesSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .executivesSection+.executivesSection {
    margin-top: 64px;
  }
}

.executivesSection.conSection+.executivesSection.conSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .executivesSection.conSection+.executivesSection.conSection {
    margin-top: 64px;
  }
}

.executivesSection .executivesItemBody {
  padding-top: 16px;
}

@media (max-width: 767px) {
  .executivesSection .colBoxSp100 {
    width: calc(50% - clamp(24px, 3.5714285714%, 48px) / 2);
  }

  .colBox01.spColumn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.executivesSection .executivesItemTtl {
  font-size: 21px;
  line-height: 1.8em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .executivesSection .executivesItemTtl {
    font-size: 18px;
  }
}

.executivesSection .executivesItemTxt {
  font-size: 16px;
  line-height: 1.8em;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .executivesSection .executivesItemTxt {
    font-size: 14px;
  }
}

.executivesSection .executivesItem dt {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  padding-top: 10px;
}

.executivesSection .executivesItem dd {
  font-size: 16px;
  line-height: 1.8em;
}

/* -----------------------------------
    SERVICE
------------------------------------ */

.serviceSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .serviceSection {
    margin-top: 64px;
  }
}

.serviceSection+.serviceSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .serviceSection+.serviceSection {
    margin-top: 64px;
  }
}

.serviceSection.conSection+.serviceSection.conSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .serviceSection.conSection+.serviceSection.conSection {
    margin-top: 64px;
  }
}

.serviceSection.serviceCont {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .serviceSection.serviceCont {
    margin-top: 40px;
  }
}

.serviceSection .listCont {
  padding-top: 64px;
}

@media (max-width: 767px) {
  .serviceSection .listCont {
    padding-top: 24px;
  }
}

.serviceSection figure img {
  width: 100vw;
}

/* -----------------------------------
    SERVICE FINTECH
------------------------------------ */

.fintechSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .fintechSection {
    margin-top: 64px;
  }
}

.fintechSection+.fintechSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .fintechSection+.fintechSection {
    margin-top: 64px;
  }
}

.fintechSection.conSection+.fintechSection.conSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .fintechSection.conSection+.fintechSection.conSection {
    margin-top: 64px;
  }
}

.fintechSection.intro {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .fintechSection.intro {
    margin-top: 40px;
  }
}

.fintechSection .cTxt01 {
  color: #333333;
  font-size: 18px;
  line-height: 1.8em;
  padding-top: 32px;
}

.fintechSection .cTxt01 .note {
  padding-top: 16px;
}

.fintechSection .figureWrap {
  padding-top: 60px;
  text-align: center;
}

.fintechSection .colBox01 {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .fintechSection .colBox01 {
    padding-top: 48px;
  }
}

.fintechSection .cH2n01 {
  color: #011429;
  border-left: 6px solid #00246E;
  padding: 16px 32px;
  margin-bottom: 0;
}

.fintechSection .cTxt01 {
  color: #333333;
}

.fintechSection .cTxt01 .note {
  padding-top: 16px;
  display: block;
}

.fintechAssignment {
  background: #F4FAFD;
  padding: 48px;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .fintechAssignment {
    padding: 24px;
  }
}

.fintechAssignment .cH3n01 {
  font-size: clamp(24px, 2.22vw, 32px);
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .fintechAssignment .cH3n01 {
    margin-bottom: 24px;
  }
}

.fintechSection .fintechAssignmentList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 48px clamp(24px, 3.5714285714%, 48px);
}

@media (max-width: 991px) {
  .fintechSection .fintechAssignmentList {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .fintechSection .fintechAssignmentList {
    grid-template-columns: 1fr;
    gap: 24px clamp(24px, 3.5714285714%, 48px);
  }
}

.fintechSection .fintechAssignmentItem {
  grid-row: span 5;
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  text-align: center;
}

@media (max-width: 767px) {
  .fintechSection .fintechAssignmentItem {
    padding-top: 24px;
    border-top: 1px solid #00246E;
  }
}

.fintechSection .fintechAssignmentTtl {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5em;
  color: #fff;
  background: #00246E;
  padding: 8px 10px;
  margin-top: 16px;
}

.fintechSection .fintechAssignmentTxt {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5em;
  color: #333333;
  padding-top: 16px;
}

.fintechSection .fintechAssignmentArrow {
  padding: 16px 0;
}

.fintechSection .fintechAssignmentPoint {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  color: #011429;
}

.fintechSection .fintechUservoice {
  padding-top: 64px;
}

@media (max-width: 767px) {
  .fintechSection .fintechUservoice {
    padding-top: 48px;
  }
}

.fintechSection .fintechUservoiceItem {
  background: #F4FAFD;
  padding: 32px;
  margin-top: 0;
  border-radius: 16px;
}

.fintechSection .fintechUservoiceItem:not(:first-child) {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .fintechSection .fintechUservoiceItem {
    padding: 24px;
  }

  .fintechSection .fintechUservoiceItem:not(:first-child) {
    margin-top: 24px;
  }
}

.fintechSection .fintechUservoiceTtl {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  color: #011429;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 767px) {
  .fintechSection .fintechUservoiceTtl {
    font-size: 18px;
  }
}

.fintechSection .fintechUservoiceTxt {
  font-size: 16px;
  line-height: 1.8em;
  color: #333333;
  padding-top: 16px;
}

@media (max-width: 767px) {
  .fintechSection .fintechUservoiceTxt {
    font-size: 14px;
  }
}

.fintechSection .fintechUservoiceTxt+.fintechUservoiceTxt {
  padding-top: 24px;
}

.fintechSection .fintechUservoiceTxt span {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8em;
  color: #333333;
  padding-bottom: 8px;
  display: block;
}

.fintechSection .fintechPartnerTable {
  max-width: 1344px;
  margin: 0 auto;
  padding-top: 64px;
}

@media (max-width: 767px) {
  .fintechSection .fintechPartnerTable {
    padding-top: 30px;
  }
}

.fintechSection .fintechPartnerTable table {
  border-collapse: collapse;
  width: 100%;
}

.fintechSection .fintechPartnerTable th, .fintechSection .fintechPartnerTable td {
  text-align: left;
  padding: 41px 0 40px;
  vertical-align: middle;
}

.fintechSection .fintechPartnerTable th {
  width: 20%;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
  border-top: 1px solid #D9D9D9;
}

@media (max-width: 767px) {

  table,
  tbody,
  tr,
  th,
  td {
    display: block;
    width: 100%;
  }

  .fintechSection .fintechPartnerTable th {
    width: 100%;
    font-size: 16px;
    border-bottom: 0;
    padding-bottom: 16px;
  }
}

.fintechSection .fintechPartnerTable td {
  font-size: 16px;
  line-height: 1.8em;
  border-top: 1px solid #DCDCDC;
}

@media (max-width: 767px) {
  .fintechSection .fintechPartnerTable td {
    width: 100%;
    font-size: 14px;
    padding-top: 4px;
    border-top: none;
  }

  .fintechSection .fintechPartnerTable td figure img {
    max-height: 24px;
  }

  .fintechSection .fintechPartnerTable td figure img.imgMaxhight40 {
    max-height: 40px;
  }
}

.fintechSection .fintechPartnerTable ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fintechSection .fintechPartnerContact {
  margin-top: 64px;
  text-align: center;
  border-radius: 16px;
  background-image: url("../img/service/fintech/bg_fintech_partner_contact.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.fintechSection .fintechPartnerContact a {
  display: block;
  padding: 61px 48px 37px;
}

@media (max-width: 767px) {
  .fintechSection .fintechPartnerContact a {
    padding: 32px;
  }
}


.fintechSection .fintechPartnerContactTtl {
  font-weight: 700;
  font-size: clamp(32px, 2.77vw, 40px);
  line-height: 1.5em;
  color: #fff;
}

@media (max-width: 767px) {
  .fintechSection .fintechPartnerContactTtl {
    font-size: clamp(24px, 5.2151vw, 40px);
  }
}

.fintechSection .fintechPartnerContactTxt {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8em;
  color: #fff;
  padding-top: 24px;
}

@media (max-width: 767px) {
  .fintechSection .fintechPartnerContactTxt {
    font-size: 12px;
  }
}

.fintechPartnerContact .linkIcon {
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: 36px;
  right: 36px;
}

@media (min-width: 992px) {
  .fintechPartnerContact a:hover .linkIcon::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: hue-rotate(-24deg)  saturate(131%) brightness(115%) contrast(85%);;
    filter: hue-rotate(-24deg)  saturate(131%) brightness(115%) contrast(85%);;
  }

  .listCont a:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media (max-width: 767px) {
  .fintechPartnerContact .linkIcon {
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 14px;
    right: 14px;
  }
}

.fintechPartnerContact .linkIcon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon_link_w03.svg) no-repeat center center/cover;
  position: relative;
  z-index: 2;
}

.fintechPartnerContact .linkIcon::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

@media (max-width: 767px) {
  .fintechPartnerContact .linkIcon::before {
    border-radius: 6px;
  }
}

.fintechSection .fintecAaward {
  padding-top: 64px;

}

.fintechSection .fintecAaward ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 auto;
  gap: 16px clamp(24px, 3.5714285714%, 48px);
  max-width: 1192px;
}

@media (max-width: 990px) {

  .fintechSection .fintecAaward ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin: 0 auto;
    gap: 16px clamp(24px, 3.5714285714%, 48px);
  }

  .fintechSection .fintecAaward ul li:nth-child(-n+3) {
    grid-column: span 2;
  }

  .fintechSection .fintecAaward ul li:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .fintechSection .fintecAaward ul li:nth-child(5) {
    grid-column: span 2;
  }

  .fintechSection .fintechIframe {
    padding-top: 64px;
  }
}



/* -----------------------------------
    SERVICE SMART_BLOCKER
------------------------------------ */

.smartblockerSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .smartblockerSection {
    margin-top: 64px;
  }
}

.smartblockerSection+.smartblockerSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .smartblockerSection+.smartblockerSection {
    margin-top: 64px;
  }
}

.smartblockerSection.conSection+.smartblockerSection.conSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .smartblockerSection.conSection+.smartblockerSection.conSection {
    margin-top: 64px;
  }
}

.smartblockerSection .smartblockerSystem {
  padding-top: 64px;
}

@media (max-width: 767px) {
  .smartblockerSection .smartblockerSystem {
    padding-top: 32px;
  }
}

.smartblockerSection .smartblockerSystemgrid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 64px 20px;
  border: 1px solid #DCDCDC;
}

@media (max-width: 767px) {
  .smartblockerSection .smartblockerSystemgrid {
    padding: 24px;
  }
}

.smartblockerSection .smartblockerSystemttl {
  font-weight: 700;
  font-size: 27px;
  line-height: 1.5em;
  color: #011429;
}

.smartblockerSection .smartblockerSystemttl span.fzl {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.5em;
  color: #00246E;
}

@media (max-width: 767px) {
  .smartblockerSection .smartblockerSystemttl span.fzl {
    font-weight: 700;
    font-size: 23px;
    line-height: 1.5em;
    color: #00246E;
  }
}

.smartblockerSection .smartblockerSystemttl span.fzs {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5em;
  color: #011429;
}

@media (max-width: 767px) {
  .smartblockerSection .smartblockerSystemttl span.fzs {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5em;
    color: #011429;
  }
}

.smartblockerSection .smartblockerSystemImg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  max-width: 400px;
}

@media (max-width: 767px) {
  .smartblockerSection .smartblockerSystemImg {
    gap: 16px;
  }
}

.smartblockerSystemImg .figureWrap:first-of-type {
  padding: 0 13px;
}

@media (max-width: 767px) {
  .smartblockerSystemImg .figureWrap:first-of-type {
    padding: 0;
  }
}

.smartblockerSection .smartblockerSystemImg .fig-out img {
  display: block;
}

.smartblockerSection .smartblockerSystemImg .fig-out figcaption {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.8em;
}

@media (max-width: 767px) {
  .smartblockerSection .smartblockerSystemImg figure figcaption {
    text-align: center;
  }
}

.smartblockerSection.intro {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .smartblockerSection.intro {
    margin-top: 40px;
  }
}

.mainGrid {
  display: grid;
  gap: 32px;
}

@media (min-width: 768px) {
  .mainGrid {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto;
    gap: 48px;
  }
}

.subGroup {
  display: grid;
  grid-column: 1;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.subGridItem {
  grid-row: span 2;
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  text-align: center;
}

.gridItem {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  text-align: center;
}

@media (max-width: 767px) {
  .mainGrid {
    grid-template-columns: 1fr;
  }

  .subGroup {
    grid-column: 1;
    grid-template-columns: 1fr 1fr;
  }
}

.dataSummary {
  padding-top: 48px;
}

@media (max-width: 767px) {
  .dataSummary {
    padding-top: 32px;
  }
}

.dataSummaryTtl {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.5;
  color: #fff;
  background: #00B8EE;
  padding: 8px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .dataSummaryTtl {
    font-size: 14px;
  }
}

.dataSummaryCount {
  font-weight: 700;
  font-size: clamp(32px, 5vw, 72px);
  line-height: 1.0em;
  color: #00246E;
  background: #F4FAFD;
  font-family: "Jost", sans-serif;
  padding: 92px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .dataSummaryCount {
    font-size: clamp(32px, 9.38722vw, 72px);
    padding: 16px 0;
  }
}

.dataSummaryCount span {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 2.22vw, 32px);
  line-height: 1.6em;
}

@media (max-width: 767px) {
  .dataSummaryCount span {
    font-size: clamp(14px, 4.172vw, 32px);
  }
}

.dataSummaryCount span.spanLf {
  padding-right: 8px;
}

.dataSummaryCount span.spanRt {
  padding-left: 8px;
}

.dataSummaryItem {
  display: contents;
}

.dataSummaryItem.dataSummaryItem-detail {
  display: block;
  background: #00246E;
  padding: 32px;
}

@media (max-width: 767px) {
  .dataSummaryItem.dataSummaryItem-detail {
    padding: 24px;
  }
}

.dataSummaryLabel {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.5em;
  color: #fff;
  text-align: left;
}

@media (max-width: 767px) {
  .dataSummaryLabel {
    font-size: 18px;
  }
}

.dataSummaryList li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.dataSummaryListTtl {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.5em;
  color: #FFFFFF;
  padding-top: 16px;
}

@media (max-width: 767px) {
  .dataSummaryListTtl {
    font-size: 15px;
  }
}

.dataSummaryListTtl span {
  display: inline-block;
  padding-right: 10px;
}

.dataSummaryList li:first-child .dataSummaryListTtl {
  padding-top: 24px;
}

.dataSummaryListCount {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  color: #fff;
  font-family: "Jost", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .dataSummaryListCount {
    font-size: 18px;
  }
}

.dataSummaryListCount span {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5em;
  display: inline-block;
  padding-left: 2px;
}

@media (max-width: 767px) {
  .dataSummaryListCount span {
    font-size: 10px;
  }
}

.dataSummaryItem .note {
  font-size: 12px;
  line-height: 1.5em;
  color: #FFFFFF;
  padding-top: 16px;
  text-align-last: left;
}

@media (max-width: 767px) {
  .dataSummaryItem .note {
    font-size: 10px;
  }
}

table.smartblockerTable {
  width: 100%;
  color: #374151;
  margin-top: 48px;
}

table.smartblockerTable tbody tr:nth-child(odd) th {
  background: #F9F9F9;
}

table.smartblockerTable tbody tr:nth-child(even) th {
  background: #EBEEF2;
}

table.smartblockerTable tbody tr:nth-child(odd) td {
  background: #F9F9F9;
}

table.smartblockerTable tbody tr:nth-child(even) td {
  background: #EBEEF2;
}

table.smartblockerTable tbody th {
  font-size: 16px;
  line-height: 1.8em;
  padding: 26px 24px 26px 39px;
  text-align: left;
  vertical-align: middle;
  width: 27%;
  color: #333333;
}

@media (max-width: 767px) {
  table.smartblockerTable tbody th {
    width: 100%;
    padding: 24px 24px 16px 24px;
  }
}

table.smartblockerTable tbody td {
  font-size: 16px;
  line-height: 1.8em;
  padding: 26px 39px 26px 0;
  text-align: left;
  vertical-align: middle;
  color: #333333;
}

@media (max-width: 767px) {
  table.smartblockerTable tbody td {
    padding: 0 24px 24px 24px;
  }
}

.smartblockerTableTdFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .smartblockerTableTdFlex {
    display: block;
  }

  .smartblockerTableTdLink {
    display: none;
  }
}

.smartblockerOperation {
  padding-top: 48px;
}

.smartblockerOperationList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 48px clamp(24px, 3.5714285714%, 48px);
}

@media (max-width: 767px) {
  .smartblockerOperationList {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.smartblockerOperationItem {
  grid-row: span 2;
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  text-align: center;
  background: #F4FAFD;
  padding: 16px 16px 0;
  position: relative;
  max-width: 416px;
}

.smartblockerOperationTxt {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.50em;
  text-align: center;
  padding: 16px 0;
  color: #333333;
}

.smartblockerOperation .btn {
  margin-top: 48px;
}

.cardHeader {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
}

.cardHeader .number {
  font-family: "Jost", sans-serif;
  font-style: Bold;
  font-size: 24px;
  line-height: 1.5em;
  color: #FFFFFF;
  background: #00246E;
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* -----------------------------------
    SERVICE ALCOHOL_INTERLOCK
------------------------------------ */

.alcoholinterlockSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .alcoholinterlockSection {
    margin-top: 64px;
  }
}

.alcoholinterlockSection+.alcoholinterlockSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .alcoholinterlockSection+.alcoholinterlockSection {
    margin-top: 64px;
  }
}

.alcoholinterlockSection.conSection+.alcoholinterlockSection.conSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .alcoholinterlockSection.conSection+.alcoholinterlockSection.conSection {
    margin-top: 64px;
  }
}

.alcoholinterlockSection.intro {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .alcoholinterlockSection.intro {
    margin-top: 40px;
  }
}

.alcoholinterlockAlcohol .cTxt01 {
  padding-top: 48px;
}

@media (max-width: 767px) {
  .alcoholinterlockAlcohol .cTxt01 {
    padding-top: 32px;
    font-size: 14px;
  }
}

.alcoholinterlockAlcohol .cTxt01 .note {
  padding-top: 16px;
}

.alcoholinterlockAlcoholInner {
  max-width: 880px;
  margin: 0 auto;
  padding-top: 48px;
}

.alcoholinterlockAlcoholList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 48px clamp(24px, 3.5714285714%, 48px);
}

@media (max-width: 767px) {
  .alcoholinterlockAlcoholList {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px clamp(24px, 3.5714285714%, 48px);
  }
}

.alcoholinterlockAlcoholItem {
  grid-row: span 2;
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  background: #00246E;
  padding: 48px;
}

@media (max-width: 767px) {
  .alcoholinterlockAlcoholItem {
    padding: 24px;
  }
}

.alcoholinterlockAlcoholTxt {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  color: #FFFFFF;
}

.alcoholinterlockAlcoholTxt span {
  font-size: 32px;
}

@media (max-width: 767px) {
  .alcoholinterlockAlcoholTxt {
    font-size: 16px;
  }

  .alcoholinterlockAlcoholTxt span {
    font-size: 24px;
  }
}

.alcoholinterlockAlcoholTxt .note {
  padding-top: 4px;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
}

@media (max-width: 767px) {
  .alcoholinterlockAlcoholTxt .note {
    font-size: 10px;
  }
}

.alcoholinterlockAlcoholItem:first-child .alcoholinterlockAlcoholTxt:first-of-type {
  text-align: center;
}

.alcoholinterlockAlcoholItem .figureWrap {
  padding-top: 10px;
  text-align: center;
}


.alcoholinterlockAlcoholImage {
  margin-top: 48px;
  padding: 48px;
  border: 1px solid #DCDCDC;
  text-align: center;
}

@media (max-width: 767px) {
  .alcoholinterlockAlcoholImage {
    margin-top: 32px;
    padding: 0;
    border: none;
    text-align: center;
  }
}

.alcoholinterlockBtnWrap {
  padding-top: 48px;
}

.alcoholinterlockBtnTxt {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  text-align: center;
  color: #00246E;
}

@media (max-width: 767px) {
  .alcoholinterlockBtnTxt {
    font-size: 18px;
  }
}

.alcoholinterlockSection a.LinkBtn01 {
  margin-top: 24px;
}

.dataSummaryItemBlue-lead {
  background: #00246E;
  padding: 40px 48px;
  text-align: center;
  display: block;
}

@media (max-width: 767px) {
  .dataSummaryItemBlue-lead {
    padding: 24px;
  }
}

.dataSummaryItemBlue-lead .figureWrap {
  padding-bottom: 16px;
}

@media (max-width: 767px) {
  .dataSummaryItemBlue-lead .figureWrap img {
    width: 48px;
    height: 48px;
  }
}

.dataSummaryItemBlue-lead .alcoholinterlockAlcoholTxt {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .dataSummaryItemBlue-lead .alcoholinterlockAlcoholTxt {
    font-size: 21px;
  }
}

.dataSummaryItemBlue-lead .alcoholinterlockAlcoholTxt span {
  font-size: 14px;
  align-self: center;
}

/* -----------------------------------
    TECHNOLOGY
------------------------------------ */

.technologySection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .technologySection {
    margin-top: 64px;
  }
}

.technologySection+.technologySection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .technologySection+.technologySection {
    margin-top: 64px;
  }
}

.technologySection.conSection+.technologySection.conSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .technologySection.conSection+.technologySection.conSection {
    margin-top: 64px;
  }
}

.technologySection.technologyCont {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .technologySection.technologyCont {
    margin-top: 40px;
  }
}

.technologySection figure img {
  width: 100vw;
}

/* -----------------------------------
    TECHNOLOGY FINTECH_MCCS
------------------------------------ */

.fintechmccsSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .fintechmccsSection {
    margin-top: 64px;
  }

  .fintechmccsSection.intro {
    margin-top: 40px;
  }

  .fintechmccsSection.feature {
    margin-top: 48px !important;
  }
}

.fintechmccsSection+.fintechmccsSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .fintechmccsSection+.fintechmccsSection {
    margin-top: 64px;
  }
}

.fintechmccsSection.conSection+.fintechmccsSection.conSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .fintechmccsSection.conSection+.fintechmccsSection.conSection {
    margin-top: 64px;
  }
}

.fintechmccsSection.intro .colBox01 {
  padding-top: 64px;
}

@media (max-width: 767px) {
  .fintechmccsSection.intro .colBox01 {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .fintechmccsSection.feature .colBox01 {
    gap: 32px clamp(24px, 3.5714285714%, 48px);
  }
}

.fintechmccsSection .cH2n01 {
  color: #011429;
  border-left: 6px solid #00246E;
  padding: 16px 32px;
  margin-bottom: 0;
}

.fintechmccsSection .cTxt01 {
  color: #333333;
  font-size: 18px;
  line-height: 1.8em;
  padding-top: 32px;
}

@media (max-width: 767px) {
  .fintechmccsSection .cTxt01 {
    font-size: 16px;
  }
}

.fintechmccsSection.intro .cTxt01 {
  padding-top: 0;
}

@media (max-width: 767px) {
  .fintechmccsSection .cTxt01 {
    font-size: 16px;
  }
}

.fintechmccsSection .cTxt01 .note {
  padding-top: 16px;
  display: block;
}

@media (max-width: 767px) {
  .fintechmccsSection .cTxt01 .note {
    font-size: 10px;
  }
}

.faq .cH1n02 {
  margin: 0;
  color: #011429;
}


.faq .faqCont {
  padding-top: 32px;
}

.faq details {
  margin-top: 32px;
  overflow: hidden;
  background: #F5F5F5;
  border-radius: 16px;
}

.faq summary {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  cursor: pointer;
  font-weight: bold;
  padding: 16px 24px 16px;
  background: #00246E;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .faq summary {
    padding: 16px;
  }
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: '';
  display: block;
  width: 28px;
  height: 4px;
  background-color: #fff;
  flex-shrink: 0;
  margin-left: 16px;
}

.faq details:not([open]) summary::before {
  content: '';
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 28px;
  background-color: #fff;
  z-index: 1;
}

@media (max-width: 767px) {
  .faq summary {
    padding: 16px;
  }

  .faq summary::after {
    width: 16px;
    height: 2px;
  }

  .faq details:not([open]) summary::before {
    right: 23px;
    width: 2px;
    height: 16px;
  }
}

.faq details[open] summary::before {
  display: none;
}

.faq .content {
  overflow: hidden;
}

.faq .faqTtl {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.8em;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media (max-width: 767px) {
  .faq .faqTtl {
    font-size: 18px;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding-right: 16px;
  }
}

.faq .faqTtl span {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.0em;
  color: #fff;
}

@media (max-width: 767px) {
  .faq .faqTtl span {
    font-size: 24px;
  }
}

.faq .faqTxt {
  font-size: 18px;
  line-height: 1.8em;
  padding: 24px 24px 24px 40px;
  color: #333333;
  background: #F5F5F5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media (max-width: 767px) {
  .faq .faqTxt {
    font-size: 14px;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}

.faq .faqTxt span {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.0em;
  color: #00B8EE;
}

@media (max-width: 767px) {
  .faq .faqTxt span {
    font-size: 24px;
  }
}

/* -----------------------------------
    TECHNOLOGY FINTECH_MSPF
------------------------------------ */

.fintechmspfSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .fintechmspfSection {
    margin-top: 64px;
  }

  .fintechmspfSection.intro {
    margin-top: 40px;
  }

  .fintechmspfSection.feature {
    margin-top: 60px !important;
  }
}

.fintechmspfSection+.fintechmspfSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .fintechmspfSection+.fintechmspfSection {
    margin-top: 64px;
  }
}

.fintechmspfSection.conSection+.fintechmspfSection.conSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .fintechmspfSection.conSection+.fintechmspfSection.conSection {
    margin-top: 64px;
  }
}

.fintechmspfSection .cH2n01 {
  color: #011429;
  border-left: 6px solid #00246E;
  padding: 16px 32px;
  margin-bottom: 0;
}

.fintechmspfSection.intro .colBox01 {
  padding-top: 64px;
}

.fintechmspfSection .cTxt01 {
  color: #333333;
  font-size: 18px;
  line-height: 1.8em;
  padding-top: 32px;
}

.fintechmspfSection.intro .flex1>.cTxt01 {
  padding-top: 24px;
}

.fintechmspfSection.intro .flex1>.cTxt01:first-of-type {
  padding-top: 0;
}

@media (max-width: 767px) {
  .fintechmspfSection.intro .flex1>.cTxt01 {
    font-size: 16px;
    padding-top: 16px;
  }
}

.fintechmspfSectionFig {
  margin-top: 48px;
  padding: 48px;
  border: 1px solid #DCDCDC;
}

@media (max-width: 767px) {
  .fintechmspfSectionFig {
    margin-top: 64px;
    padding: 0;
    border: none;
  }
}

@media (max-width: 767px) {
  .fintechmspfSection.feature .colBox01 {
    gap: 32px clamp(24px, 3.5714285714%, 48px);
  }

  .fintechmspfSection.feature .cTxt01 {
    font-size: 14px;
  }
}

/* -----------------------------------
    TECHNOLOGY PATENT
------------------------------------ */

.patentfSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .patentfSection {
    margin-top: 64px;
  }

  .patentfSection.intro {
    margin-top: 40px;
  }
}

.patentfSection+.patentfSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .patentfSection+.patentfSection {
    margin-top: 64px;
  }
}

.patentfSection.conSection+.patentfSection.conSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .patentfSection.conSection+.patentfSection.conSection {
    margin-top: 64px;
  }
}

.patentfSection .colBox01 {
  padding-top: 64px;
}

.patentfSection .cH2n01 {
  color: #011429;
  border-left: 6px solid #00246E;
  padding: 16px 32px;
  margin-bottom: 0;
}

.patentfSection .cTxt01 {
  color: #333333;
  font-size: 18px;
  line-height: 1.8em;
  padding-top: 32px;
}

.patentfSection.intro .flex1>.cTxt01 {
  padding-top: 24px;
}

.patentfSection.intro .flex1>.cTxt01:first-of-type {
  padding-top: 0;
}

@media (max-width: 767px) {
  .patentfSection.intro .cTxt01 {
    font-size: 16px;
  }

  .patentfSection.intro .colBox01 {
    padding-top: 32px;
  }
}

/* -----------------------------------
    SUSTAINABILITY
------------------------------------ */

.sustainabilitySection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .sustainabilitySection {
    margin-top: 64px;
  }

  .sustainabilitySection.intro {
    margin-top: 40px !important;
  }

  .sustainabilitySection.feature {
    margin-top: 48px !important;
  }
}

.sustainabilitySection+.sustainabilitySection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .sustainabilitySection+.sustainabilitySection {
    margin-top: 64px;
  }
}

.sustainabilitySection.conSection+.sustainabilitySection.conSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .sustainabilitySection.conSection+.sustainabilitySection.conSection {
    margin-top: 64px;
  }
}

.sustainabilitySection .colBox01 {
  padding-top: 64px;
}

@media (max-width: 767px) {
  .sustainabilitySection .colBox01 {
    padding-top: 48px;
  }
}

.sustainabilitySection .cH2n01 {
  color: #011429;
  border-left: 6px solid #00246E;
  padding: 16px 32px;
  margin-bottom: 0;
}

.sustainabilitySection .cTxt01 {
  color: #333333;
  font-size: 18px;
  line-height: 1.8em;
}

@media (max-width: 767px) {
  .sustainabilitySection .cTxt01 {
    font-size: 16px;
  }
}

.sustainabilitySection .cTxt01 .note {
  padding-top: 16px;
  display: block;
}

@media (max-width: 767px) {
  .sustainabilitySection .cTxt01 .note {
    font-size: 10px;
  }
}

.sustainabilityIntroImage {
  margin-top: 60px;
  padding: 48px;
  border: 1px solid #DCDCDC;
  text-align: center;
}

@media (max-width: 767px) {
  .sustainabilityIntroImage {
    margin-top: 48px;
    padding: 0;
    border: none;
    text-align: center;
  }
}

.sustainabilityValue {
  text-align: center;
  padding-top: 48px;
}

.sustainabilityModel {
  padding-top: 48px;
}

.sustainabilityModel .imgCapB {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  color: #011429;
}

@media (max-width: 767px) {
  .sustainabilityModel .imgCapB {
    margin-top: 16px;
    font-size: 18px;
  }
}

.sustainabilityModel .imgCap01 {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.8em;
  color: #333333;
}

@media (max-width: 767px) {
  .sustainabilityModel .imgCap01 {
    margin-top: 8px;
    font-size: 14px;
  }
}

/* -----------------------------------
    NEWS
------------------------------------ */

.newsSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .newsSection {
    margin-top: 64px;
  }
}

.newsSection+.newsSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .newsSection+.newsSection {
    margin-top: 64px;
  }
}

.newsSection.conSection+.newsSection.conSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .newsSection.conSection+.newsSection.conSection {
    margin-top: 64px;
  }
}

.newsSection.featured {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .newsSection.featured {
    margin-top: 40px;
  }

  .newsSection.newsList {
    margin-top: 48px !important;
  }
}

.newsSection .date {
  font-size: 16px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 8px;
  color: #333;
}

.newsSection .tagWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.newsSection .tagWrap span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  background: #16A2E7;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3em;
  padding: 4px 8px;
}

.newsSection.newsList .tagWrap, .newsSection.newsMedia .tagWrap {
  margin-bottom: 16px;
}

.featured .newsList01 {
  padding-top: 48px;
}

.featured .newsList01 li a figure {
  margin-bottom: 16px;
  overflow: hidden;
  aspect-ratio: 416 / 260;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .featured .newsList01 li a figure {
    aspect-ratio: auto;
  }
}

.featured .newsList01 li a .newsTxt {
  font-size: 16px;
  line-height: 1.8em;
  color: #333;
}

.newsList .filterWrap {
  margin-top: 48px;
  background: transparent;
}

.newsList .newsList02 {
  padding-top: 48px;
}

.newsList .newsList02 li {
  border-top: solid 1px rgba(0, 36, 110, 0.2);
  padding: 32px 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 767px) {
  .newsList .newsList02 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
  }
}

.newsList .newsList02 li .date {
  width: 137px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .newsList .newsList02 li .date {
    width: 100%;
  }
}

.newsList .newsList02 li .txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.newsList .newsList02 li .txtWrap .ttl {
  font-size: 16px;
  line-height: 1.8em;
}

.newsList .newsList02 li .txtWrap .ttl a {
  color: #333;
}

@media (min-width: 992px) {
  .newsList .newsList02 li .txtWrap .ttl a:hover {
    text-decoration: underline;
  }
}

.newsMedia .newsMediaTable {
  padding-top: 48px;
}

.newsMedia .newsMediaTable {
  max-width: 1344px;
  margin: 0 auto;
  padding-top: 64px;
}

@media (max-width: 767px) {
  .newsMedia .newsMediaTable {
    padding-top: 30px;
  }
}

.newsMedia .newsMediaTable table {
  border-collapse: collapse;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 16px;
}

.newsMedia .newsMediaTable th, .newsMedia .newsMediaTable td {
  text-align: left;
  vertical-align: middle;
}

.newsMedia .newsMediaTable th {
  width: 13%;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  color: #011429;
}

@media (max-width: 767px) {
  .newsMedia .newsMediaTable th {
    width: 100%;
    padding-bottom: 8px;
  }

  .newsMedia .newsMediaTable tr {
    margin-bottom: 16px;
  }

  .newsMedia .newsMediaTable tr:last-child {
    margin-bottom: 0;
  }
}

.newsMedia .newsMediaTable td {
  font-size: 18px;
  line-height: 1.8em;
  color: #333333;
}

.newsMedia .tabListWrap {
  margin-top: 64px;
}

.newsMedia .newsList03 {
  padding-top: 64px;
}

@media (max-width: 767px) {
  .newsMedia .newsList03 {
    padding-top: 32px;
  }
}

.newsMedia .newsList03 li {
  border-bottom: solid 1px rgba(0, 36, 110, 0.2);
  padding: 48px 0 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 767px) {
  .newsMedia .newsList03 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
    padding: 24px 0 24px;
  }
}

.newsMedia .newsList03 li:first-of-type {
  padding: 0 0 48px;
}

@media (max-width: 767px) {
  .newsMedia .newsList03 li:first-of-type {
    padding: 0 0 24px;
  }
}

.newsMedia .newsList03 li .date {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  margin-bottom: 0;
  padding-top: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  color: #333;
}

@media (max-width: 767px) {
  .newsMedia .newsList03 li .date {
    width: 100%;
  }
}

.newsMedia .newsList03 li .txtWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.newsMedia .newsList03 li .txtWrap .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  color: #333;
}

.newsMedia .newsList03 li .txtWrap .ttl a {
  color: #333;
}

@media (min-width: 992px) {
  .newsMedia .newsList03 li .txtWrap a:hover {
    text-decoration: underline;
  }
}

.newsMedia .newsList03 li .txtWrap .txt {
  font-size: 16px;
  line-height: 1.8em;
  padding-top: 24px;
  overflow-wrap: break-word;
  word-break: normal;
}

.newsMedia .newsList03 li .txtWrap .txt span {
  display: block;
  text-decoration: underline;
}

.newsMedia .newsList03 li .figureWrap {
  width: 30%;
  text-align: right;
}

@media (max-width: 767px) {
  .newsMedia .newsList03 li .figureWrap {
    width: 100%;
    text-align: left;
  }
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.pagination a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.0em;
  color: #00246E;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid#00246E;
}

.pagination .current {
  background: #00246E;
  color: #fff;
}

.pagination .next {
  border: none;
}

.newsList .pagination {
  margin-top: 48px;
}

.newsMedia .pagination {
  margin-top: 64px;
}

@media (max-width: 767px) {
  .newsMedia .pagination {
    margin-top: 32px;
  }
}

/* -----------------------------------
    RECRUIT
------------------------------------ */

.recruitSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .recruitSection {
    margin-top: 64px;
  }

  .recruitSection.recruitMessageMovie {
    margin-top: 40px !important;
  }

  .recruitSection.recruitMessageCont {
    margin-top: 48px !important;
  }

  .recruitSection.recruitInterview {
    margin-top: 48px !important;
  }

  .recruitSection.recruitWorkstyle {
    margin-top: 48px !important;
  }

  .recruitSection.recruitEntry {
    margin-top: 48px !important;
  }
}

.recruitSection+.recruitSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .recruitSection+.recruitSection {
    margin-top: 64px;
  }
}

.recruitSection.conSection+.recruitSection.conSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .recruitSection.conSection+.recruitSection.conSection {
    margin-top: 64px;
  }
}

.recruitTtl {
  display: grid;
  place-items: center;
  gap: 8px;
}

.recruitTtl span.en {
  font-weight: 700;
  font-size: clamp(40px, 5.55vw, 80px);
  line-height: 1.2em;
  font-family: "Jost", sans-serif;
  color: #00246E;
}

@media (max-width: 767px) {
  .recruitTtl span.en {
    font-size: clamp(40px, 5.55vw, 80px);
  }
}


.recruitTtl span.jp {
  font-weight: 700;
  font-size: clamp(24px, 2.22vw, 32px);
  line-height: 1.5;
}

@media (max-width: 767px) {
  .recruitTtl span.jp {
    font-size: clamp(24px, 2.22vw, 32px);
  }
}

.recruitMessageMovie figure {
  padding-top: 64px;
  text-align: center;
}

@media (max-width: 767px) {
  .recruitMessageMovie figure {
    padding-top: 32px;
  }
}

.recruitSection.recruitMessageCont .cH1n02 {
  font-size: clamp(32px, 3.7202380952vw, 48px);
  font-weight: 700;
  line-height: 1.5em;
  color: #011429;
  margin: 0;
  text-align: center;
}

.recruitPhilosophyCont {
  background: #F4FCFF;
  padding-bottom: 150px;
  margin-top: 150px;
}

@media (max-width: 767px) {
  .recruitPhilosophyCont {
    padding-bottom: 48px;
    margin-top: 48px;
  }
}

.recruitSection.mission {
  padding-top: 150px;
}

@media (max-width: 767px) {
  .recruitSection.mission {
    padding-top: 48px;
  }
}

.recruitMessageList dt {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5em;
  text-align: center;
  color: #011429;
  padding-top: 64px;
}

@media (max-width: 767px) {
  .recruitMessageList dt {
    font-size: 24px;
    padding-top: 48px;
  }
}

.recruitMessageList dd {
  font-size: 18px;
  line-height: 1.8em;
  text-align: center;
  text-align: center;
  color: #333333;
  padding-top: 24px;
}

@media (max-width: 767px) {
  .recruitMessageList dd {
    font-size: 16px;
    padding-top: 16px;
    text-align: left;
  }
}

.recruitMessageCont .name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  padding-top: 64px;
  text-align: center;
}

@media (max-width: 767px) {
  .recruitMessageCont .name {
    font-size: 21px;
    padding-top: 48px;
  }
}

.recruitMessageCont .name span {
  font-size: 16px;
  display: inline-block;
  padding-right: 24px;
}

@media (max-width: 767px) {
  .recruitMessageCont .name span {
    font-size: 14px;
  }
}

.recruitSection .missionTtl {
  font-family: "Jost", sans-serif;
  font-size: clamp(32px, 4.166vw, 60px);
  line-height: 1.5em;
  color: #00246E;
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .recruitSection .missionTtl {
    font-size: clamp(32px, 4.166vw, 60px);
  }
}

.recruitSection .missionSub {
  font-size: clamp(18px, 1.66vw, 24px);
  line-height: 1.5em;
  display: block;
  text-align: center;
}

.recruitSection .missionTxt {
  font-size: clamp(24px, 2.22vw, 32px);
  line-height: 1.5em;
  color: #333333;
  text-align: center;
  padding-top: 24px;
  display: block;
}

@media (max-width: 767px) {
  .recruitSection .missionTxt {
    font-size: clamp(24px, 2.22vw, 32px);
    padding: 24px 24px 0;
    text-align: left;
  }
}

.recruitSection.vision {
  margin-top: 120px !important;
}

@media (max-width: 767px) {
  .recruitSection.vision {
    margin-top: 48px !important;
  }
}

.recruitSection .visionTtl {
  font-family: "Jost", sans-serif;
  font-size: clamp(32px, 4.166vw, 60px);
  line-height: 1.5em;
  color: #00246E;
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .recruitSection .visionTtl {
    font-size: clamp(32px, 4.166vw, 60px);
  }
}

.recruitSection .visionSub {
  font-size: clamp(18px, 1.66vw, 24px);
  line-height: 1.5em;
  display: block;
  text-align: center;
}

.recruitSection .visionTxt {
  font-size: clamp(24px, 2.22vw, 32px);
  line-height: 1.5em;
  color: #333333;
  text-align: center;
  padding-top: 24px;
  display: block;
}

@media (max-width: 767px) {
  .recruitSection .visionTxt {
    font-size: clamp(24px, 2.22vw, 32px);
    padding: 24px 24px 0;
    text-align: left;
  }
}

.recruitSection.split {
  margin-top: 120px !important;
}

@media (max-width: 767px) {
  .recruitSection.split {
    margin-top: 48px !important;
  }

}

.recruitSection .splitTtl {
  font-family: "Jost", sans-serif;
  font-size: clamp(32px, 4.166vw, 60px);
  line-height: 1.5em;
  color: #00246E;
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .recruitSection .splitTtl {
    font-size: clamp(32px, 4.166vw, 60px);
  }
}

.recruitSection .splitSub {
  font-size: clamp(18px, 1.66vw, 24px);
  line-height: 1.5em;
  display: block;
  text-align: center;
}

.recruitSection .splitTxt {
  font-size: 18px;
  line-height: 1.8em;
  color: #333333;
  text-align: center;
  padding-top: 16px;
  display: block;
}

@media (max-width: 767px) {
  .recruitSection .splitTxt {
    font-size: 16px;
    padding: 16px 24px 0;
  }
}

.splitCont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  margin: 0 auto;
  padding-top: 64px;
}

@media (max-width: 767px) {
  .splitCont {
    grid-template-columns: 1fr;
  }
}

.splitCont dl {
  margin: 0;
}

.splitCont> :last-child:nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
  width: 50%;
}

@media (max-width: 767px) {
  .splitCont> :last-child:nth-child(odd) {
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
  }
}


.splitCont dt {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5em;
  color: #011429;
  text-align: center;
  display: grid;
  align-items: center;
  grid-auto-flow: column;
  justify-content: center;
}

@media (max-width: 767px) {
  .splitCont dt {
    font-size: 24px;
    grid-auto-flow: inherit;
  }
}

.splitCont dt span {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5em;
  display: inline-block;
  color: #00246E;
  padding-right: 16px;
}

@media (max-width: 767px) {
  .splitCont dt span {
    font-size: 32px;
    display: block;
    padding-right: 0;
  }
}

.splitCont dd {
  font-size: 16px;
  line-height: 1.8em;
  color: #333333;
  text-align: center;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .splitCont dd {
    font-size: 14px;
    text-align: left;
    padding: 8px 24px 0;
  }
}

.recruitInterviewCont {
  padding-top: 64px;
}

.recruitInterviewCont .ttlCont {
  padding: 24px 32px;
}

@media (max-width: 767px) {
  .recruitInterviewCont .ttlCont {
    padding: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.recruitInterviewCont .ttlCont span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5em;
  color: #fff;
}

.recruitInterviewCont img {
  width: 100vw;
}

.recruitWorkstyleCont {
  padding-top: 64px;
}

.recruitWorkstyleCont .ttlCont {
  padding: 24px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .recruitWorkstyleCont .ttlCont {
    padding: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.recruitWorkstyleCont .ttlCont span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5em;
  color: #fff;
}

.recruitWorkstyleCont img {
  width: 100vw;
}

.recruitEntryCont {
  padding-top: 64px;
}

@media (max-width: 767px) {
  .recruitEntryCont {
    padding-top: 48px;
  }
}

.recruitEntryCont .ttlCont {
  padding: 24px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .recruitEntryCont .ttlCont {
    padding: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.recruitEntryCont .ttlCont span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5em;
  color: #fff;
}

/* -----------------------------------
    RECRUIT DETAIL
------------------------------------ */

.recruitdetailSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .recruitdetailSection {
    margin-top: 64px;
  }

  .recruitdetailSection.intro {
    margin-top: 40px;
  }

  .recruitdetailSection.recruitEntry {
    margin-top: 48px !important;
  }
}

.recruitdetailSection+.recruitdetailSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .recruitdetailSection+.recruitdetailSection {
    margin-top: 64px;
  }
}

.recruitdetailSection.conSection+.recruitdetailSection.conSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .recruitdetailSection.conSection+.recruitdetailSection.conSection {
    margin-top: 64px;
  }
}

.recruitdetailSection .date {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  color: #011429;
  padding-top: 24px;
  display: block;
}

@media (max-width: 767px) {
  .recruitdetailSection .date {
    font-size: 18px;
  }
}

.recruitdetailList {
  width: 100%;
  max-width: 976px;
  margin: 0 auto;
}

.recruitdetailList figure {
  padding: 80px 0 80px;
}

@media (max-width: 767px) {
  .recruitdetailList figure {
    padding: 48px 0 48px;
  }
}

.recruitdetailList dd {
  font-size: 18px;
  line-height: 1.8em;
  padding-top: 48px;
}

@media (max-width: 767px) {
  .recruitdetailList dd {
    font-size: 16px;
    padding-top: 32px;
  }
}

.recruitdetailSection .staffListBox {
  position: relative;
}

.recruitdetailSection .staffListBox a {
  position: relative;
  -webkit-transition: -webkit-filter 0.4s ease 0s;
  transition: -webkit-filter 0.4s ease 0s;
  transition: filter 0.4s ease 0s;
  transition: filter 0.4s ease 0s, -webkit-filter 0.4s ease 0s;
}

@media (min-width: 992px) {
  .recruitdetailSection .staffListBox a:hover::before {
    width: 100%;
  }
}

.recruitdetailSection .staffListBox a::before {
  content: "";
  width: 0;
  height: 2px;
  background: #00246E;
  position: absolute;
  bottom: -8px;
  left: 0;
  -webkit-transition: width 0.4s ease 0s;
  transition: width 0.4s ease 0s;
}

/* -----------------------------------
    CONTACT
------------------------------------ */

.contactSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .contactSection {
    margin-top: 64px;
  }

  .contactSection.contactCont {
    margin-top: 40px;
  }

  .contactSection.contactTel {
    margin-top: 48px !important;
  }
}

.contactSection+.contactSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .contactSection+.contactSection {
    margin-top: 64px;
  }
}

.contactSection.conSection+.contactSection.conSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .contactSection.conSection+.contactSection.conSection {
    margin-top: 64px;
  }
}

.contactSection .cH1n02 {
  font-size: clamp(32px, 3.7202380952vw, 48px);
  line-height: 1.5em;
  margin: 0;
  color: #011429;
}

.phoneList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px clamp(24px, 3.5714285714%, 48px);
  padding-top: 48px;
}

@media (max-width: 1280px) {
  .phoneList {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px clamp(24px, 3.5714285714%, 48px);
  }
}

@media (max-width: 767px) {
  .phoneList {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px clamp(24px, 3.5714285714%, 48px);
  }
}

.phoneItem {
  grid-row: span 3;
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  padding: 32px;
  background: #00246E;
  border-radius: 16px;
}

.phonelink {
  display: contents;
  font-family: "Jost", sans-serif;
  color: #fff;
}

.phoneTtl {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  color: #fff;
}

.phoneNumber {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.0em;
  padding-top: 8px;
  color: #fff;
}

.phoneTime {
  font-size: 14px;
  line-height: 1.0em;
  padding-top: 8px;
  color: #fff;
}

.contactSection figure img {
  width: 100vw;
}

/* -----------------------------------
    CONTACT FORM
------------------------------------ */

.contactformSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .contactformSection {
    margin-top: 64px;
  }

  .contactformSection.contactformCont {
    margin-top: 40px !important;
  }
}

.contactformSection+.contactformSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .contactformSection+.contactformSection {
    margin-top: 64px;
  }
}

.contactformSection.conSection+.contactformSection.conSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .contactformSection.conSection+.contactformSection.conSection {
    margin-top: 64px;
  }
}

.formCont {
  max-width: 720px;
  margin: 0 auto;
}

.formGroup {
  margin-bottom: 32px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.formGroup label {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  .formGroup label {
    margin-bottom: 16px;
    font-size: 18px;
  }
}

.required {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5em;
  color: #fff;
  background: #CE4F4F;
  padding: 4px 8px;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .required {
    font-size: 12px;
  }
}

.optional {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5em;
  color: #fff;
  background: #65BA7B;
  padding: 4px 8px;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .optional {
    font-size: 12px;
  }
}

.formCont input[type="text"],
.formCont input[type="email"],
.formCont select,
.formCont textarea {
  width: 100%;
  padding: 16px 24px;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8em;
  transition: border 0.2s ease, box-shadow 0.2s ease;
  background: #fff;
}

.formCont textarea {
  resize: vertical;
  min-height: 140px;
}

.formCont input:focus,
.formCont select:focus,
.formCont textarea:focus {
  outline: none;
  border-color: #0066cc;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.15);
}

.formCont input:disabled {
  background: #f3f3f3;
  color: #999;
  cursor: not-allowed;
}

.formCont ::placeholder {
  color: #aaa;
}

.checkbox-group {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.checkbox-group input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 21px;
  height: 21px;
  border-radius: 4px;
  background: #D9D9D9;
  cursor: pointer;
  position: relative;
  margin: 0;
}

.checkbox-group input[type="checkbox"]:checked {
  background: #0066cc;
  border-color: #0066cc;
}

.checkbox-group input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-group input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.2);
}

.checkbox-group label {
  display: grid;
  gap: 8px;
  align-items: center;
  grid-auto-flow: column;
}

.checkbox-group label span {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  .checkbox-group label span {
    font-size: 14px;
  }
}

.checkbox-group a {
  text-decoration: underline;
}

.checkbox-group a:hover {
  text-decoration: none;
}

.formCont button {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .formCont button {
    margin-top: 48px;
  }
}


#purpose {
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #fff;
  background: #00246E;
  padding: 16px 24px;
  border: none;
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  #purpose {
    font-size: 18px;
  }
}

#purpose {
  background-image: url("../img/contact/icon_arrow_form.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
}

@media (max-width: 767px) {
  #purpose {
    background-size: 16px 8px;
  }
}

#purpose:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 36, 110, 0.3);
}

/* -----------------------------------
    PRIVAC POLICY + SECURITY POLICY
------------------------------------ */

.privacypolicySection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .privacypolicySection {
    margin-top: 64px;
  }

  .privacypolicySection.privacypolicyCont {
    margin-top: 40px !important;
  }

  .privacypolicySection.privacypolicyInfo {
    margin-top: 48px !important;
  }
}

.privacypolicySection+.privacypolicySection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .privacypolicySection+.privacypolicySection {
    margin-top: 64px;
  }
}

.privacypolicySection.conSection+.privacypolicySection.conSection {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .privacypolicySection.conSection+.privacypolicySection.conSection {
    margin-top: 64px;
  }
}

.privacypolicySection .cTxt01 {
  padding-top: 48px;
  font-size: 18px;
  color: #333333;
}

@media (max-width: 767px) {
  .privacypolicySection .cTxt01 {
    font-size: 14px;
  }
}

.policyListTtl {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5em;
  color: #011429;
  padding-top: 48px;
}

@media (max-width: 767px) {
  .policyListTtl {
    font-size: 24px;
    padding-left: 1.0em;
    text-indent: -1.0em;
  }
}

.policyListTxt {
  font-size: 18px;
  line-height: 1.8em;
  color: #333333;
  padding-top: 24px;
}

@media (max-width: 767px) {
  .policyListTxt {
    font-size: 14px;
    padding-top: 8px;
  }
}

.policySubListTtl {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  color: #011429;
  padding: 32px 32px 0;
}

@media (max-width: 767px) {
  .policySubListTtl {
    font-size: 18px;
    padding: 32px 16px 0;
  }

  .policySubListTtl.firstSubTtl {
    font-size: 18px;
    padding: 8px 16px 0;
  }
}

.policySubListTxt {
  font-size: 32px;
  line-height: 1.5em;
  color: #011429;
  padding: 16px 32px 0;
}

@media (max-width: 767px) {
  .policySubListTxt {
    font-size: 16px;
    padding: 8px 16px 0;
  }

  .policySubListTxt .listDisc li {
    padding-left: 16px;
  }

  .policySubListTxt .listDisc li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.privacypolicySection .figureWrap {
  padding-top: 48px;
}

.privacypolicySection .date {
  font-size: 18px;
  line-height: 1.8em;
  padding-top: 48px;
}

.privacypolicySection .name {
  font-size: 18px;
  line-height: 1.8em;
  padding-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .privacypolicySection .name {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
}

.privacypolicySection .name span {
  display: block;
}

.privacypolicySection .information {
  padding: 32px;
  background: #F1F1F1;
}

@media (max-width: 767px) {
  .privacypolicySection .information {
    padding: 24px;
  }
}

.privacypolicySection .informationTtl {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  color: #333333;
}

@media (max-width: 767px) {
  .privacypolicySection .informationTtl {
    font-size: 21px;
  }
}

.privacypolicySection .informationTxt {
  font-size: 18px;
  line-height: 1.8em;
  color: #333333;
  padding-top: 10px;
}

@media (max-width: 991px) {
  .privacypolicySection .informationTxt span {
    display: block;
    padding-top: 8px;
  }
}

@media (max-width: 767px) {
  .privacypolicySection .informationTxt {
    font-size: 16px;
  }
}