@charset "UTF-8";
/*
Custom 1
*/

@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap");

@font-face {
  font-family: "Avenir Next";
  src: url("fonts/AvenirNextLTPro-Regular.woff") format("woff");
}

html {
  font-size: 0.625vw;
}

@media screen and (min-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (min-width: 414px) and (max-width: 991.98px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #363636;
  outline: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.montserrat,
.montserrat a {
  font-family: "Montserrat";
}

a:hover {
  text-decoration: none;
}

.text-decoration-none {
  text-decoration: none !important;
}

h2 {
  font-size: 22px;
  line-height: 1.8;
}

h3 {
  font-size: 30px;
  line-height: 1.8;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 5px;
}

h6 {
  font-size: 14px;
  margin-bottom: 16px;
}

p {
  font-size: 14px;
  line-height: 1.8;
}

.p-12 {
  font-size: 12px;
}

.p-14 {
  font-size: 14px;
}

.p-12-sm-10 {
  font-size: 10px;
}

.pp-14-sm-12 p,
.p-14-sm-12 {
  font-size: 12px;
}

.pp-16-sm-14 p,
.pp-16-sm-14 {
  font-size: 14px;
}

.h3-16-sm-14 h3 {
  font-size: 14px;
}

.lh-17 {
  line-height: 1.7;
}

.lh-39 {
  line-height: 39.6px;
}

hr {
  border-color: #3738a6;
  width: 48px;
  margin-left: 0;
  margin-top: 0;
}

.hr-default hr {
  /*margin: 32px 0;*/
  width: 100%;
  border-color: #a2a2a2;
}

.ls-font-xs {
  font-size: 10px;
}

.ls-font-sm {
  font-size: 10px;
}

.ls-font-md {
  font-size: 20px;
}

.pb-2,
.py-2 {
  margin-bottom: 32px !important;
}

.weight600 {
  font-weight: 600 !important;
}

/* IE10 & up */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .title-vert:before {
    bottom: -2em;
  }
}

/* colors */
.text-primary {
  color: #181975 !important;
}

@media (min-width: 768px) {
  .ls-font-sm {
    font-size: 1.4rem;
  }

  h4 {
    font-size: 2.4rem;
  }

  .p-12-sm-10 {
    font-size: 1.2rem;
  }

  .pp-16-sm-14 p,
  .pp-16-sm-14 {
    font-size: 1.6rem;
  }

  .h3-16-sm-14 h3 {
    font-size: 1.6rem !important;
  }

  h6 {
    font-size: 1.6rem;
  }

  p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 3rem;
    line-height: 1.8;
  }

  h3 {
    font-size: 3rem;
    line-height: 1.8;
  }

  h5 {
    font-size: 2rem;
    line-height: 1.8;
  }

  h6 {
    font-size: 1.6rem;
  }

  p {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .pp-14-sm-12 p,
  .p-14-sm-12 {
    font-size: 1.4rem;
  }
}

/* Buttons */
.btn {
  border-radius: 0;
  font-size: 1.4rem;
  font-family: "Montserrat";
  text-decoration: none;
  padding: 1.2rem 2.4rem;
  line-height: normal !important;
  cursor: pointer;
}

.btn.btn-dark {
  color: #fff;
}

.btn.btn-outline-dark:hover {
  color: #fff !important;
}

.btn.btn-submit {
  background: #181975;
  color: #fff;
}

.btn.btn-submit:hover {
  background-color: #000;
}

@media screen and (max-width: 414px) {
  .btn {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px !important;
    padding-right: 24px !important;
    font-size: 14px;
  }
}

/* template style */
.page-content a {
  color: #363636;
}

.template-generic p {
  margin-bottom: 32px;
  text-align: justify;
}

.page-content {
  position: relative;
}

#main.template-noheader {
  margin-top: 30px;
}

.title-head hr {
  border-color: #3738a6;
  width: 48px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  #main.template-noheader {
    padding-top: 30px;
    /*background-color: #f8f8f8;*/
  }

  .pp-14-sm-12 p,
  .p-14-sm-12 {
    font-size: 1.4rem;
  }

  .chart-img {
    width: 109.5rem;
  }

  .bg-gray {
    background-color: #f8f8f8;
  }
}

@media screen and (min-width: 414px) {
  .page-content {
    /*padding-left: 15px;
		padding-right: 15px;*/
    /*max-width: 144rem!important;
		margin: 0 auto;
		padding: 0 13.5rem;*/
  }

  .page-content .cbox {
    /*margin-left: -15px;
		margin-right: -15px;*/
  }

  #banner .container,
  .header-container {
    padding: 32px 6rem;
    margin: 0 auto;
  }

  .header-brand.col {
    max-width: 420px;
    height: 5.9rem;
    padding-right: 0;
    padding-left: 0;
  }

  main.container {
    /*padding-left: 45px;
		padding-right: 45px;*/
    /*		max-width: 144rem!important;*/
    padding: 0 6rem !important;
  }

  .container {
    max-width: 144rem;
    padding: 0 13.5rem;
  }
}

/* custom header image */
#banner {
  font-family: "Montserrat";
  height: 400px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #c0cde0;
  background-blend-mode: multiply;
}

#banner .container {
  position: relative;
  z-index: 2;
  max-width: 144rem;
  padding: 0 13.5rem;
}

.banner-caption {
  color: #fff;
  line-height: normal;
  text-align: right;
}

.banner-caption h1 {
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-weight: 400;
  display: inline;
  margin: 0;
}

.banner-caption small {
  font-size: 12px;
}

.banner-caption small:before {
  content: url("../img/v-line-light.svg");
  margin: 0 32px;
  position: relative;
  top: 3px;
}

#banner2 .banner-caption small:before {
  content: url("../../../../wp-content/uploads/2021/07/v-line.svg");
  margin: 0 32px;
  position: relative;
  top: 3px;
}

.banner-caption>* {
  vertical-align: middle;
}

.banner-caption small,
.breadcrumbs,
.breadcrumbs a {
  font-family: Montserrat;
  font-size: 10px;
}

#banner .breadcrumbs {
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  margin-top: 17px;
}

.banner-wrapper {
  margin-bottom: auto;
  margin-top: 164px;
}

#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
}

#breadcrumbs a:hover {
  color: #fff;
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

#breadcrumbs li.item-current {
  margin-right: 0;
}

#breadcrumbs li.item-current strong {
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  #banner {
    height: 616px;
  }

  .banner-wrapper {
    margin-top: 240px;
  }

  .banner-caption h1 {
    font-size: 3.2rem;
  }

  .banner-caption small {
    font-size: 1.6rem;
  }

  .breadcrumbs,
  .breadcrumbs a {
    font-size: 1.2rem;
    text-decoration: none;
  }

  #banner .breadcrumbs {
    margin-top: 32px;
  }
}

@media screen and (min-width: 992px) {
  .header-container {
    padding: 3.2rem 3.5rem;
  }

  .header-wrapper {
    display: flex;
    align-items: center;
  }
}

/* Banner 2 - no header image */
#banner2 {
  color: #363636;
}

#banner2 .banner-caption {
  color: inherit;
  text-align: left;
}

#banner2 .breadcrumbs,
#banner2 .breadcrumbs a,
#banner2 .breadcrumbs a:hover,
#banner2 .breadcrumbs .separator {
  color: inherit;
}

#banner2 .breadcrumbs {
  padding-left: 0;
  text-transform: uppercase;
  margin-top: 16px;
}

#banner2 .banner-wrapper {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #banner2 .breadcrumbs {
    margin-top: 40px;
  }

  #banner2 .banner-wrapper {
    margin-top: 210px;
  }
}

/* sub-header */
.sub-header {
  margin-top: -90px;
  position: relative;
  z-index: 20;
}

.sub-header::before {
  content: "";
  position: absolute;
  width: 51vw;
  left: -50vw;
  top: 0;
  height: 100px;
  background: #fff;
  z-index: 0;
}

.sub-header .title-head {
  font-family: "Montserrat";
  background: #fff;
  padding-top: 55px;
  margin-bottom: 1.5rem;
}

.sub-header .title-head h2 {
  font-family: "Noto Sans JP";
  margin-bottom: 2rem;
  font-size: 22px;
  line-height: 1.8;
}

.sub-header .title-head .box-grid h2 {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 8px;
}

.sub-header .title-head .box-grid hr {
  margin-top: 5px;
}

.title-vert {
  width: 1px;
  position: fixed;
  bottom: 17rem;
  left: 7rem;
  z-index: 800;
  font-size: 10px;
  line-height: 1rem;
  color: #181975;
  transform: rotate(-90deg);
  white-space: nowrap;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.title-vert:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 5rem;
  background-color: #181975;
  z-index: 800;
  transform: rotate(-90deg);
  position: absolute;
  left: -5rem;
}

@media screen and (max-width: 991.98px) {
  .title-vert {
    left: 4rem;
  }
}

@media (min-width: 768px) {
  .sub-header .title-head h2 {
    font-size: 3rem;
  }

  .sub-header .title-head h5,
  .sub-header .title-head .box-grid h2 {
    font-size: 2.4rem;
  }

  .title-vert {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .title-vert {
    /*margin-left: -30px;*/
    left: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .row.sub-header {
    margin-right: 0;
    margin-left: 0;
  }

  .title-head .ls-font-sm {
    font-size: 12px;
  }

  .title-vert.fixed {
    display: none !important;
  }
}

@media screen and (max-width: 991.98px) {
  #banner .container {
    max-width: 100%;
    padding: 0 6rem;
  }

  #banner2 .container {
    max-width: 100%;
    padding: 0 6rem;
  }
}

@media screen and (max-width: 414px) {
  #banner .container {
    padding: 0 20px;
  }

  main.container {
    padding: 0 20px !important;
  }

  .title-vert {
    display: none !important;
  }
}

/* Box Grid */
.box-grid {
  font-family: "Montserrat";
}

.box-grid>div {
  margin-bottom: 60px;
}

.box-grid p {
  margin-bottom: 10px;
  font-family: inherit;
}

.box-grid h3 {
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 1.8;
}

.box-grid h3,
.box-grid h5 {
  margin-bottom: 5px;
}

.box-grid img {
  margin-bottom: 14px;
  height: 36.9rem;
  object-fit: cover;
}

.box-grid a {
  color: #363636;
  /*font-size: inherit;*/
  font-family: inherit;
}

.box-grid h3 a {
  color: #363636;
}

@media (min-width: 992px) {
  .box-grid h3 {
    font-size: 2rem;
  }
}

.box-grid-2 {}

.box-grid-2 h3 {
  font-size: 20px;
  line-height: 1.4;
  font-family: "Shippori Mincho";
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .box-grid img {
    height: 223px;
  }
}

/* cbox */
.cbox h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 32px !important;
}

.cbox.bg-light {
  position: relative;
  z-index: 10;
  background-color: transparent !important;
}

.cbox.bg-light:before {
  content: "";
  background-color: #f8f9fa;
  position: absolute;
  z-index: -1;
  top: 90px;
  bottom: 0;
  /*	left: -50%;
	right: -50%;*/
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
}

.cbox.bg-light.fixed-h::before {
  max-height: 888px;
}

.cbox .cbox-content {
  margin-top: -1.5rem;
}

.cbox .cbox-content.centered {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cbox-content small {
  font-size: 75%;
}

.compliance-list {
  padding-left: 20px;
}

.compliance-list li {
  font-size: 12px;
}

@media (min-width: 768px) {
  .cbox .cbox-content {
    margin-top: -70px;
  }

  .cbox.bg-light.fixed-h::before {
    max-height: 1078px;
  }

  .cbox .cbox-content.centered {
    margin-left: 37px !important;
    margin-right: 37px !important;
  }

  .cbox .cbox-content.centered>.col {
    /*padding-left: 48px;
		padding-right: 48px;*/
    padding: 48px !important;
  }

  .compliance-list {
    display: table;
    margin: 0;
    padding: 0;
  }

  .compliance-list li {
    font-size: 1.4rem;
    list-style: decimal;
    margin: 0;
    padding: 0;
    display: table-row;
    counter-increment: table-ol;
    text-align: justify;
  }

  .compliance-list li:before {
    content: counter(table-ol) ".";
    display: table-cell;
    padding-right: 0.4em;
    text-align: left;
  }

  .compliance-list li:after {
    content: "";
    display: block;
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .cbox h3 {
    font-size: 1.6rem;
    margin-bottom: 16px !important;
  }

  .cbox.bg-light.fixed-h::before {
    max-height: 1303px;
  }

  .cbox .cbox-content.centered {
    margin-left: 8.9rem !important;
    margin-right: 8.9rem !important;
  }

  .cbox .cbox-content.centered>.col {
    /*padding-left: 96px;
		padding-right: 96px;*/
    padding: 96px !important;
  }

  .compliance-list li {
    font-size: 1.6rem;
  }

  .privacy-list li {
    font-size: 1.4rem;
  }
}

/* news */
section.news-section {
  margin-bottom: 160px;
}

section.news-section .title {
  font-size: 24px;
  color: #181975;
  margin-bottom: 60px;
  font-family: "Montserrat";
}

section.news-section .news-title {
  display: none;
}

.news-section .title hr {
  margin: 0 32px 0 0;
}

@media (min-width: 992px) {
  section.news-section {
    margin-top: 20px;
  }
}

@media (max-width: 414px) {
  section.news-section .title {
    margin-bottom: 32px;
  }
}

.gridblocks {
  font-family: "Montserrat";
  margin: 160px 0 !important;
  padding-top: 0 !important;
}

.gridblocks .block {
  min-height: 120px;
  text-align: center;
  font-size: 1rem;
  background-size: cover;
  background-position: center center;
  background-color: rgba(54, 54, 54, 0.6);
  background-blend-mode: multiply;
}

.gridblocks .block * {
  margin: 0;
}

.gridblocks .block h5 {
  font-family: "Noto Sans JP";
  font-size: 16px;
}

.gridblocks .block hr {
  margin: 5px auto;
  border-color: #fff;
}

.gridblocks .block a {
  color: #fff;
  font-family: inherit;
  margin: 0;
  font-size: inherit;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  height: 100%;
  /*mix-blend-mode: multiply;*/
}

.gridblocks .block a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gridblocks .block a * {
  mix-blend-mode: normal;
  background-blend-mode: normal;
}

.gridblocks .block a *:first-child {
  margin-top: auto;
}

.gridblocks .block a *:last-child {
  margin-bottom: auto;
}

.gridblocks .block.export {
  background: url("../../../../wp-content/uploads/2021/09/export-bg-pc.jpg") no-repeat center;
  background-size: cover !important;
  min-height: 230px;
}

.gridblocks .block.export a {
  display: inline-block !important;
}

.gridblocks .block.export a img {
  margin-left: 10px;
  height: auto;
}

@media (max-width: 992px) {
  .gridblocks .block.export {
    background: url("../../../../wp-content/uploads/2021/09/export-bg-tab.jpg") no-repeat center;
  }
}

@media (min-width: 768px) {
  .gridblocks .block {
    font-size: 1.4rem;
    min-height: 200px;
  }

  .gridblocks .block h5 {
    font-size: 2rem;
  }

  .gridblocks .block hr {
    margin: 16px auto;
  }
}

@media (max-width: 414px) {
  .gridblocks .block a {
    font-size: 10px !important;
  }

  .gridblocks .block.export {
    background: url("../../../../wp-content/uploads/2021/09/export-bg-sp.jpg") no-repeat center;
  }
}

/* Tables */
.table p,
.table a {
  font-size: inherit;
  margin-bottom: 32px;
  line-height: inherit;
  text-align: justify;
}

.table a:not(.btn) {
  color: #363636;
  text-decoration: underline;
}

.table p:last-child {
  margin-bottom: 0;
}

.table.v1 {
  font-size: 12px;
  line-height: 1.75;
}

.table.v1 tbody th {
  width: 157px;
  border-color: #6c6c6c;
  font-weight: 400;
}

.table.v1 td,
.table.v1 th {
  padding: 30px 0;
}

.table.v1 td {
  border-color: #e0e0e0;
}

.table.v1 .th-dash {
  position: relative;
}

.table.v1.collapse-sm th:before,
.table.v1 .th-dash:before {
  content: "";
  position: absolute;
  z-index: 11;
  width: 105px;
  border-top: 1px #6c6c6c solid;
  top: -31px;
}

@media (min-width: 768px) {
  .table.v1 {
    font-size: 1.4rem;
  }

  .table.v1 tbody th,
  .table.v1 .th-dash:before {
    width: 190px;
  }

  .table.v1.collapse-sm th:before {
    display: none;
  }
}

@media (min-width: 992px) {

  .table.v1 tbody th,
  .table.v1 .th-dash:before {
    width: 33%;
  }

  .table.v1 tbody .th {
    max-width: 278px;
  }
}

@media screen and (max-width: 767px) {

  .table.v1.collapse-sm tr,
  .table.v1.collapse-sm td,
  .table.v1.collapse-sm th {
    display: block;
    border: none;
  }

  .table.v1.collapse-sm tr {
    position: relative;
    border-top: 1px #e0e0e0 solid;
  }

  .table.v1.collapse-sm tr:nth-child(4),
  .table.v1.collapse-sm tr:nth-child(4) td,
  .table.v1.collapse-sm tr:nth-child(4) th {
    /*display: flex;*/
  }

  .table.v1.collapse-sm th {
    padding-bottom: 0;
  }

  .table.v1.collapse-sm th:before {
    top: -1px;
  }
}

/* timeline */

.history-wrapper {
  padding: 96px !important;
  max-width: 109.5rem;
}

.timeline {
  border-left: 1px #181975 solid;
  padding: 1px 0 1rem 36px;
}

.timeline h3 {
  font-family: "Montserrat";
  color: #181975;
  font-size: 14px;
  position: relative;
  line-height: normal;
  margin: 31px 0 30px;
}

.timeline h3 span {
  background-color: #fff;
  padding-right: 13px;
  position: relative;
  z-index: 20;
}

.timeline h3:before,
.timeline h3:after {
  content: "";
  position: absolute;
  top: 10px;
  z-index: 10;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}

.timeline h3:before {
  right: 0;
}

.timeline h3:after {
  z-index: 11;
  left: -36px;
  width: 20px;
  border-color: #181975;
}

.timeline p {
  font-size: 12px;
  margin: 0;
}

@media (min-width: 414px) {
  .timeline {
    padding-left: 100px;
  }

  .timeline h3 {
    font-size: 1.8rem;
  }

  .timeline h3::after {
    width: 70px;
    left: -100px;
  }

  .timeline p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 992px) {
  .history-wrapper {
    padding: 96px 48px !important;
  }
}

@media screen and (max-width: 414px) {
  .history-wrapper {
    padding: 48px 20px !important;
    max-width: 100%;
  }
}

/* (EN) */
body.en .box-grid h3,
body.en .banner-caption h1,
body.en .gridblocks .block h5 {
  font-family: "Montserrat";
}

body.en .banner-caption h1 {
  padding-right: 0;
}

body.en,
body.en .sub-header .title-head h2,
body.en .box-grid h2 {
  font-family: "Lato" !important;
}

body.en .table.v1 tbody th {
  font-weight: 400;
}

body.en .cbox h3 {
  font-weight: 700;
}

/* ZH */
body.zh .box-grid h2,
body.zh .cbox-content h3,
body.zh table th,
body.zh table td {
  font-family: "Noto Sans SC" !important;
}

body.zh .cbox h3 {
  font-weight: 700;
}

body.zh table th,
body.zh table td {
  font-weight: 400;
}

@media screen and (min-width: 767px) {
  body.zh .cbox h3 {
    font-size: 16px;
  }

  .cbox .cbox-image img {
    height: 40rem;
    object-fit: cover;
    object-position: 50% 40%;
  }
}

/* pages media custom */
.business-top-img img {
  height: auto !important;
}

@media screen and (min-width: 992px) {
  .banner-wrapper {
    margin-top: 210px;
  }

  #main>.container,
  .banner-wrapper {
    padding: 0 13.5rem !important;
  }

  .cbox .cbox-image {
    margin-left: -13.5rem;
  }

  .cbox .cbox-image img {
    height: 50rem;
  }

  .cbox .cbox-content {
    /*margin-right: -135px;
		margin-left: -70px !important;*/
    line-height: 28px;
    margin: -70px 0 0 0;
  }

  .cbox .cbox-content>.col:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #fff;
  }

  .cbox .cbox-content-left>.col:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: #fff;
  }

  .cbox .cbox-content>.col.ml-auto {
    /*padding-right: 135px !important;
		padding-left: 96px !important;*/
    padding: 96px 0 96px 96px !important;
    margin: 0;
  }
}

@media screen and (max-width: 991.98px) {
  .about-gridblocks {
    margin-bottom: 80px !important;
  }

  .gridblocks {
    margin-top: 80px !important;
  }
}

@media screen and (min-width: 414px) and (max-width: 991.98px) {
  .cbox-content h2 {
    font-size: 30px;
    line-height: 54px;
  }

  .cbox-content:not(.pp-14-sm-12) p {
    font-size: 1.4rem;
  }

  .cbox .cbox-image {
    margin-left: -6rem;
  }

  .cbox .cbox-content {
    /*margin-right: -6rem!important;*/
    line-height: 1.8;
  }

  .cbox .cbox-content:not(.centered)>.col {
    /*padding-right: 6rem !important;
		padding-left: 96px !important;*/
    padding: 96px 6rem 96px 96px !important;
  }

  .cbox .cbox-content:not(.centered)>.col.ml-auto {
    /*margin-left: 15px !important;*/
  }
}

@media screen and (max-width: 414px) {
  .sub-header .title-head {
    margin-right: 4px;
    padding-left: 0;
  }

  .banner-caption small {
    font-size: 12px;
  }

  .container,
  .cbox .cbox-content>.col {
    /*padding-left: 20px;
		padding-right: 20px;*/
    padding: 48px 20px;
  }

  .cbox .cbox-image {
    margin-left: -20px !important;
  }

  .cbox .cbox-content {
    margin-right: -20px;
    text-align: justify;
    line-height: 25px;
    margin-top: -32px;
  }

  .col-sm-12 {
    padding: 0;
  }

  .material-biz .title-head,
  .import-biz .title-head {
    padding: 32px 0 80px 0 !important;
  }

  .import-biz {
    margin-top: -32px !important;
  }

  .import-text {
    margin: 32px 0 !important;
  }
}

/* Sitemap - for transfer */
.sitemap ul li {
  padding-left: 0;
  padding-right: 0;
  line-height: 25px;
}

.sitemap ul ul li {
  margin: 16px 0;
}

.sitemap ul.list-group {
  border-top: 1px solid #a2a2a2;
}

.sitemap .list-group-item {
  padding: 30px 0;
  border-color: #a2a2a2;
}

.sitemap .list-group-item>ul {
  padding-top: 14px;
}

.sitemap .list-group-item>a {
  font-size: 16px;
}

.sitemap .list-group-item small {
  font-family: "Montserrat";
  font-size: 10px;
  vertical-align: top;
}

.sitemap .list-group-item small b {
  font-weight: normal;
  margin: 0 16px;
}

.sitemap .list-group-item ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .sitemap .list-group-item>a {
    font-size: 20px;
  }

  .sitemap .list-group-item small {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .sitemap.content {
    max-width: 800px;
  }

  .sitemap .left-c {
    max-width: 336px;
  }

  .sitemap .right-c {
    max-width: 460px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .sitemap.content {
    padding: 0 48px;
  }
}

@media screen and (max-width: 767px) {

  .sitemap .list-group-item:nth-child(2),
  .sitemap .list-group-item:nth-child(2) small {
    letter-spacing: -1pz;
  }
}

/* Philosophy - for transfer */
.philosophy.content {
  line-height: 28px;
  margin: 0;
}

.philosophy .box-grid-2 {
  line-height: 25px;
}

.philosophy .box-grid-2 .p-12 {
  line-height: 18px;
}

/* .philosophy .box-grid-2 p {
	font-size: 14px;
} */
@media screen and (min-width: 992px) {
  .philosophy.content>.col {
    max-width: 1010px;
    padding: 0 96px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .philosophy.content>.col {
    padding: 0 48px;
  }
}

@media screen and (max-width: 767px) {
  .philosophy.content {
    line-height: 25px;
  }

  .philosophy.content>.col {
    padding: 0 20px;
  }

  .philosophy .box-grid-2 {
    line-height: 21px;
  }

  /* .philosophy .box-grid-2 p {
		font-size: 12px;
	} */
}

/* Philosophy (EN) */
body.en .philosophy .box-grid-2 h3 {
  font-size: 14px;
  line-height: 20px;
}

body.en .philosophy h4 {
  line-height: 1.7;
}

/* About us - for transfer */
.aboutus-section {
  line-height: 25px;
}

.aboutus-section .box-grid p {
  line-height: 1.8;
}

@media screen and (min-width: 992px) {
  .aboutus-section {
    line-height: 28px;
  }

  .box-grid>div:nth-child(even) {
    padding-left: 32px;
  }

  .box-grid>div:nth-child(odd) {
    padding-right: 32px;
  }
}

/* Contact - for transfer */
.contact-pretext,
section.contact,
section.contact-confirm,
section.contact-thank-you {
  max-width: 728px;
  padding: 32px 20px;
  margin: 0 auto 160px auto;
}

section.contact,
section.contact label {
  font-size: 14px;
  line-height: 25px;
}

@media screen and (max-width: 767px) {
  section.contact label.name {
    white-space: nowrap;
    padding-left: 0;
  }

  .form-group .row {
    margin-right: 0;
    margin-left: 0;
  }

  .form-group .row.namewrap {
    flex-wrap: nowrap;
  }

  section.contact,
  section.contact label {
    padding: 20px 0;
  }
}

section.contact p {
  font-size: 14px;
}

section.contact label small {
  font-size: 12px;
  text-transform: none;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 12px;
}

section.contact .wpcf7-form-control:not(.wpcf7-checkbox),
section.contact #btn_postcode {
  width: 100%;
  min-height: 56px;
  border: 1px solid #a2a2a2;
  padding: 16px 16px;
  background-color: #fff;
}

section.contact .wpcf7-response-output {
  margin: 0 0 30px;
}

section.contact .form-group {
  margin-bottom: 32px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a1a1a1;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a1a1a1;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a1a1a1;
}

#d_inquiry:not(.valid) {
  color: #a1a1a1 !important;
}

section.contact .wpcf7-form-control.wpcf7-submit {
  background-color: #fff;
  min-width: 192px;
  width: auto;
}

section.contact .p-col-1 {
  align-items: center;
}

section.contact .form-group p,
.agree-box .wpcf7-list-item {
  margin: 0;
}

section.contact .form-group label b,
section.contact .agree-box b {
  color: #e40012;
  margin-left: 0.4rem;
}

section.contact .agree-box label.error {
  position: absolute;
  top: 55px;
  width: 200px;
}

section.contact .agree-box small {
  padding-left: 19px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 12px;
}

section.contact .wpcf7-form label.error {
  font-size: 12px;
  color: #e40012;
}

section.contact .wpcf7-form #error-msg-main {
  font-size: 14px;
  color: #e40012;
  text-align: center;
  padding: 30px 0 10px;
}

section.contact .wpcf7-form-control.error {
  border-color: #e40012;
}

section.contact .form-action {
  visibility: hidden;
  height: 1px;
  margin: 5px;
}

section.contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 5px);
  background-position-y: 17px;
}

section.contact input::-webkit-outer-spin-button,
section.contact input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

section.contact input[type="number"] {
  -moz-appearance: textfield;
}

section.contact .form-group .row .col-5 {
  align-self: flex-start !important;
  -ms-flex-item-align: start !important;
}

@media screen and (min-width: 767px) {

  .contact-pretext,
  section.contact,
  section.contact-confirm,
  section.contact-thank-you {
    padding: 64px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .content-contact {
    padding: 0 8px;
  }
}

.contact-paginate {
  margin-top: 80px;
}

.contact-paginate p b {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 7px;
  width: 50px;
  border-top: 1px #e0e0e0 solid;
  margin: 0 32px;
}

.contact-paginate p span {
  color: #a1a1a1;
}

.contact-paginate p span.active {
  color: #363636;
  position: relative;
}

.contact-paginate p span.active:after {
  content: "•";
  font-size: 25px;
  position: absolute;
  top: -17px;
  line-height: 1px;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  color: #181975;
}

section.contact-confirm p {
  font-size: 14px;
  margin-bottom: 32px;
}

section.contact-confirm .label {
  margin-bottom: 16px;
}

section.contact-confirm p small {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .contact-paginate p b {
    margin: 0 16px;
  }
}

@media screen and (max-width: 414px) {

  .contact-pretext,
  section.contact,
  section.contact-confirm,
  section.contact-thank-you {
    margin: 0 auto 80px auto;
  }
}

/* icons */
.icon-window {
  content: url("../../../../wp-content/themes/spice-base/img/icon-window.svg");
  vertical-align: middle;
}

.icon-window-white {
  content: url("../../../../wp-content/themes/spice-base/img/icon-window-white.svg");
  vertical-align: middle;
}

.icon-plus {
  content: url("../../../../wp-content/themes/spice-base/img/icon-plus.svg");
  vertical-align: middle;
}

/* modal */
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (30px * 2));
}

/*Custom paddings*/
.pt20 {
  padding-top: 20px;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.pd-rl-0 {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 414px) {
  .pd-rl-0 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.mr-6 {
  margin-right: -6rem;
}

.ml-6 {
  margin-left: 6rem;
}

/*改行*/

@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }

  .br-tab {
    display: none;
  }

  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }

  .br-tab {
    display: block;
  }

  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .br-pc {
    display: none;
  }

  .br-tab {
    display: none;
  }

  .br-sp {
    display: block;
  }
}

/* form */
.p-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.p-name__last {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.p-name__first {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.p-name__input {
  flex-basis: 85%;
}

@media screen and (min-width: 414px) {
  .p-name {
    flex-direction: row;
    gap: 20px;
  }

  .p-name__input {
    flex-basis: 80%;
  }
}

.u-ta-c {
  text-align: center;
}