/*---------------------------------

  1.共通・リセットスタイル
  2.各マージン・パディングやサイズ・レイアウトの設定
  3.他のページで使いまわし可能なスタイル
    3-1.パンくずリスト
    3-2.ページトップボタン
    3-3.各要素に存在するアイコン各種

---------------------------------*/
/*---------------------------------

  共通・リセットスタイル

---------------------------------*/
@page {
  margin: 15mm !important;
  size: A4 portrait;
}
* {
  margin: 0mm;
  padding: 0mm;
}

.hidden-print {
  display: none;
}

.content-print {
  top: 0 !important;
  left: 0 !important;
  width: 210mm !important;
  height: 100%;
  min-height: 297mm !important;
  max-height: 342.7850416667mm !important;
}
.content-print.-normal {
  min-height: 297mm !important;
  max-height: 297mm !important;
}
.content-print.-mt-150 {
  margin-top: -150px;
}
.content-print.-recruit-top {
  max-height: 129.506625mm !important;
}
.content-print.-interivew-top {
  min-height: 174.4857916667mm !important;
  max-height: 267mm !important;
}
.content-print.-crosstalk-top {
  min-height: 210.469125mm !important;
  max-height: 297mm !important;
}
.content-print.-project-top {
  min-height: calc(228.2982916667mm - 10rem - 30mm + 46px) !important;
  max-height: 297mm !important;
}
.content-print.-second {
  height: 100%;
  height: 100% !important;
  min-height: 237mm !important;
  max-height: 195.6524583333mm !important;
}
.content-print.-second-2 {
  height: 100%;
  height: 100% !important;
  min-height: 297mm !important;
  max-height: 267mm !important;
}

body {
  width: 210mm;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
body .d-none-sm {
  display: block;
}
body .d-none-md {
  display: none;
}
body .site {
  box-sizing: border-box;
  width: 210mm;
  height: 100%;
  font-size: 11pt;
  page-break-after: always;
}
body .site section {
  background: none;
}
body .site section .bg-white.radius-6 {
  border: 1px solid var(--accent-color-1);
}
body * {
  -webkit-print-color-adjust: exact;
}
body .header {
  position: relative;
  min-width: auto;
  background-color: var(--color-white);
}
body .container {
  width: 100%;
  min-width: auto;
  max-width: 100%;
}
body .custom__logo img {
  width: 200px !important;
  height: auto;
}
body.p-about .main__header {
  background: url(/wp-data/wp-content/themes/aoyamagodotax/assets/img/aboutus/aboutus_header.jpg) center center/cover no-repeat !important;
}
body.p-about picture img {
  width: 80%;
  height: auto;
}
body.p-about .footer {
  position: absolute;
  bottom: 0;
}
body.p-message .main__header {
  background: url(/wp-data/wp-content/themes/aoyamagodotax/assets/img/aboutus/message_header.jpg) center center/cover no-repeat !important;
}
body.p-message picture {
  margin-bottom: 20px;
}
body.p-message picture img {
  width: 80%;
  height: auto;
}
body.p-message .main__lead .message {
  font-size: 1.2rem;
}
body.p-member .main__header {
  background: url(/wp-data/wp-content/themes/aoyamagodotax/assets/img/aboutus/member_header.jpg) center center/cover no-repeat !important;
}
body.p-member .main__section {
  padding-top: 20px;
}
body.p-member .main__section-primaryTitle {
  padding-top: 20px;
}
body.p-member picture img {
  width: 100%;
  height: auto;
}
body.p-member .main__title-main {
  font-size: 3rem;
}
body.p-member .main__title-sub {
  font-size: 1.4rem;
}
body.p-member .member__officers {
  height: 217.5mm;
}
body.p-member .footer {
  position: absolute;
  bottom: -100%;
}
body.p-price .main__section > .container {
  height: 241.4375mm;
}
body.p-price .footer {
  position: absolute;
  bottom: -100%;
}
body.p-business-succession .service__features {
  margin-bottom: 200pt;
}
body.p-business-succession .service__features br {
  display: none;
}
body.p-business-succession .main__lead br {
  display: none;
}
body.p-business-succession .main__section-quinaryTitle {
  margin-bottom: 40px;
}
body.p-business-succession .main__section-quinaryTitle + ul {
  margin-bottom: 20px;
  gap: 20px;
}
body.p-business-succession .main__section-quinaryTitle + ul > li > div {
  width: 50%;
}
body.p-business-succession .main__section-quinaryTitle + ul > li > div + figure {
  width: 50%;
}
body.p-business-succession img {
  width: 100%;
}
body.p-business-succession .d-none-sm {
  display: block;
}
body.p-business-succession .d-none-md {
  display: none;
}
body.p-business-succession .main__section > .container .main__section-secondaryTitle + .main__lead {
  margin: 0 auto 20px;
}
body.p-business-succession .main__section > .container .main__section-secondaryTitle + .main__lead + .main__lead {
  margin: 0 auto 40px;
}
body.p-business-succession .main__section section {
  margin-bottom: 0;
  padding-top: 50pt;
}
body.p-business-succession .footer {
  position: absolute;
  bottom: -100%;
}
body.p-asset-management .service__features br {
  display: none;
}
body.p-asset-management .main__section-quinaryTitle + ul {
  gap: 20px;
}
body.p-asset-management .main__section-quinaryTitle + ul > li {
  width: calc(50% - 10px);
}
body.p-asset-management .main__section-quinaryTitle + ul > li > div {
  width: 50%;
}
body.p-asset-management .main__section-quinaryTitle + ul > li > div + figure {
  width: 50%;
}
body.p-asset-management img {
  width: 100%;
}
body.p-asset-management .d-none-sm {
  display: block;
}
body.p-asset-management .d-none-md {
  display: none;
}
body.p-asset-management .main__section > .container {
  height: 237.5mm;
}
body.p-asset-management .main__section > .container .main__section-secondaryTitle + .main__lead {
  margin: 0 auto 20px;
}
body.p-asset-management .main__section > .container .main__section-secondaryTitle + .main__lead + .main__lead {
  margin: 0 auto 40px;
}
body.p-asset-management .main__section section {
  margin-bottom: 0;
  padding-top: 50pt;
}
body.p-asset-management .footer {
  position: absolute;
  bottom: -100%;
}
body.p-asset-succession .service__title br {
  display: none;
}
body.p-asset-succession .service__features {
  margin-bottom: 0;
  padding: 0;
  gap: 30px;
}
body.p-asset-succession .service__features .service__features-headline br {
  display: none;
}
body.p-asset-succession .main__note {
  font-size: 1rem;
}
body.p-asset-succession .main__section-quaternaryTitle {
  margin-bottom: 40px;
}
body.p-asset-succession .main__section-quinaryTitle {
  margin-bottom: 20px;
}
body.p-asset-succession .main__section-quinaryTitle + ul {
  gap: 20px;
}
body.p-asset-succession .main__section-quinaryTitle + ul > li .main__section-primaryTitle {
  margin-bottom: 10px;
}
body.p-asset-succession .main__section-quinaryTitle + ul > li .main__section-primaryTitle.-number::before {
  width: 25px;
  max-height: 25px;
  font-size: 1.4rem;
}
body.p-asset-succession .main__section-quinaryTitle + ul > li > div {
  margin-bottom: 10px;
  justify-content: space-between;
  gap: 20px;
}
body.p-asset-succession .main__section-quinaryTitle + ul > li > div > div {
  width: 80%;
}
body.p-asset-succession .main__section-quinaryTitle + ul > li > div > div .service__title {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
body.p-asset-succession .main__section-quinaryTitle + ul > li > div > div + figure {
  width: 25%;
}
body.p-asset-succession img {
  width: 100%;
}
body.p-asset-succession .d-none-sm {
  display: block;
}
body.p-asset-succession .d-none-md {
  display: none;
}
body.p-asset-succession .main__section > .container {
  height: 247.5mm;
}
body.p-asset-succession .main__section > .container .main__section-secondaryTitle + .main__lead {
  margin: 0 auto 20px;
}
body.p-asset-succession .main__section > .container .main__section-secondaryTitle + .main__lead + .main__lead {
  margin: 0 auto 40px;
}
body.p-asset-succession .main__section section {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
body.p-asset-succession .footer {
  position: absolute;
  bottom: -100%;
}
body.p-corporate .main__note {
  font-size: 1rem;
}
body.p-corporate .main__section-septenaryTitle {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
body.p-corporate .main__section-senaryTitle {
  margin-bottom: 20px;
}
body.p-corporate .main__section-senaryTitle + .main__lead {
  margin-bottom: 20px;
}
body.p-corporate .main__section-primaryTitle + div {
  margin-bottom: 20px;
}
body.p-corporate .main__section-primaryTitle + div + div {
  margin-bottom: 30px;
  padding: 20px;
}
body.p-corporate .main__section-primaryTitle + .main__lead {
  margin-bottom: 20px;
}
body.p-corporate .main__section-primaryTitle + .main__lead + img {
  margin-bottom: 30px;
}
body.p-corporate .main__section-primaryTitle + .main__lead + div {
  margin-bottom: 30px;
  padding: 20px;
}
body.p-corporate .main__section-senaryTitle + .main__lead + .main__section-senaryTitle + .main__lead {
  margin-bottom: 80px;
}
body.p-corporate .main__section-senaryTitle + .main__lead + .main__section-primaryTitle + .main__lead + div + .main__section-primaryTitle + .main__lead + div + .main__section-primaryTitle {
  margin-top: 500px;
}
body.p-corporate .main__section-quaternaryTitle {
  margin-bottom: 20px;
}
body.p-corporate .main__section-quinaryTitle {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
body.p-corporate .main__section-quinaryTitle + ul {
  gap: 20px;
}
body.p-corporate .main__section-quinaryTitle + ul > li .main__section-primaryTitle {
  font-size: 1.4rem;
}
body.p-corporate .main__section-quinaryTitle + ul > li .main__section-primaryTitle.-number::before {
  width: 25px;
  max-height: 25px;
  font-size: 1.4rem;
}
body.p-corporate .main__section-quinaryTitle + ul > li > div {
  margin-bottom: 20px;
}
body.p-corporate .main__section-quinaryTitle + ul > li > div > div {
  width: 50%;
}
body.p-corporate .main__section-quinaryTitle + ul > li > div > div .service__title {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
body.p-corporate .main__section-quinaryTitle + ul > li > div > div + figure {
  width: 35%;
}
body.p-corporate img {
  width: 100%;
}
body.p-corporate .main__section > .container .main__section-secondaryTitle + .main__lead {
  margin: 0 auto 20px;
}
body.p-corporate .main__section > .container .main__section-secondaryTitle + .main__lead + .main__lead {
  margin: 0 auto;
}
body.p-corporate .main__section section {
  margin-bottom: 0;
  padding-top: 20pt;
  padding-bottom: 0;
}
body.p-corporate .footer {
  position: absolute;
  bottom: -200%;
}
body.p-individual .main__note {
  font-size: 1rem;
}
body.p-individual .main__section-septenaryTitle {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
body.p-individual .main__section-senaryTitle {
  margin-bottom: 20px;
}
body.p-individual .main__section-senaryTitle + .main__lead {
  margin-bottom: 20px;
}
body.p-individual .main__section-primaryTitle + div {
  margin-bottom: 20px;
  gap: 20px;
  justify-content: space-between;
}
body.p-individual .main__section-primaryTitle + div > p {
  margin-top: 0;
}
body.p-individual .main__section-primaryTitle + div .main__lead + figure {
  width: 17%;
}
body.p-individual .main__section-primaryTitle + .main__lead {
  margin-bottom: 20px;
}
body.p-individual .main__section-primaryTitle + .main__lead + img {
  margin-bottom: 30px;
}
body.p-individual .main__section-primaryTitle + .main__lead + div {
  margin-bottom: 10px;
}
body.p-individual .main__section-primaryTitle + .main__lead + div img {
  width: 65%;
  margin: 0 auto;
}
body.p-individual .main__section-quaternaryTitle {
  margin-bottom: 20px;
}
body.p-individual .main__section-quinaryTitle {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
body.p-individual .main__section-quinaryTitle + ul {
  gap: 20px;
}
body.p-individual .main__section-quinaryTitle + ul > li .main__section-primaryTitle {
  font-size: 1.4rem;
}
body.p-individual .main__section-quinaryTitle + ul > li .main__section-primaryTitle.-number::before {
  width: 25px;
  max-height: 25px;
  font-size: 1.4rem;
}
body.p-individual .main__section-quinaryTitle + ul > li > div {
  margin-bottom: 20px;
}
body.p-individual .main__section-quinaryTitle + ul > li > div > div {
  width: 50%;
}
body.p-individual .main__section-quinaryTitle + ul > li > div > div .service__title {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
body.p-individual .main__section-quinaryTitle + ul > li > div > div + figure {
  width: 35%;
}
body.p-individual img {
  width: 100%;
}
body.p-individual .main__section > .container .main__section-secondaryTitle + .main__lead {
  margin: 0 auto;
}
body.p-individual .main__section > .container .main__section-secondaryTitle + .main__lead + .main__lead {
  margin: 0 auto 40px;
}
body.p-individual .main__section section {
  height: 197mm;
  margin-bottom: 0;
  padding-top: 20pt;
  padding-bottom: 0;
}
body.p-individual .footer {
  position: absolute;
  bottom: 0;
}
body.p-others .main .main__lead {
  width: 50%;
}
body.p-others .main__note {
  font-size: 1rem;
}
body.p-others .main__section-septenaryTitle {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
body.p-others .main__section-senaryTitle {
  margin-bottom: 20px;
}
body.p-others .main__section-senaryTitle + .main__lead {
  margin-bottom: 20px;
}
body.p-others .main__section-primaryTitle + div {
  margin-bottom: 20px;
  gap: 20px;
}
body.p-others .main__section-primaryTitle + div .main__lead + figure {
  width: 45%;
}
body.p-others .main__section-primaryTitle + .main__lead {
  margin-bottom: 20px;
}
body.p-others .main__section-primaryTitle + .main__lead + img {
  margin-bottom: 30px;
}
body.p-others .main__section-primaryTitle + .main__lead + div {
  margin-bottom: 30px;
}
body.p-others .main__section-primaryTitle + .main__lead + div img {
  width: 50%;
  margin: 0 auto;
}
body.p-others .main__section-quaternaryTitle {
  margin-bottom: 20px;
}
body.p-others .main__section-quinaryTitle {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
body.p-others .main__section-quinaryTitle + ul {
  gap: 20px;
}
body.p-others .main__section-quinaryTitle + ul > li .main__section-primaryTitle {
  font-size: 1.4rem;
}
body.p-others .main__section-quinaryTitle + ul > li .main__section-primaryTitle.-number::before {
  width: 25px;
  max-height: 25px;
  font-size: 1.4rem;
}
body.p-others .main__section-quinaryTitle + ul > li > div {
  margin-bottom: 20px;
}
body.p-others .main__section-quinaryTitle + ul > li > div > div {
  width: 50%;
}
body.p-others .main__section-quinaryTitle + ul > li > div > div .service__title {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
body.p-others .main__section-quinaryTitle + ul > li > div > div + figure {
  width: 50%;
}
body.p-others img {
  width: 100%;
}
body.p-others .main__section > .container .main__section-secondaryTitle + .main__lead {
  width: 100%;
  margin: 0 auto 20px;
}
body.p-others .main__section > .container .main__section-secondaryTitle + .main__lead + .main__lead {
  width: 100%;
  margin: 0 auto 40px;
}
body.p-others .main__section section {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
body.p-others .main__section section > div {
  -webkit-transform: scale(0.88);
  transform: scale(0.88);
  -webkit-transform-origin: center 50px;
  transform-origin: center 50px;
}
body.p-others .footer {
  position: absolute;
  margin-top: -100%;
}
body .header__contact {
  margin-bottom: 0;
}
body .privacy-navi,
body .footer__copylight,
body .footer__navi,
body .breadcrumbs,
body .main__section-localnavi,
body .header__contact-mail {
  display: none !important;
}
body #navi-list {
  display: none !important;
}
body .header {
  padding: 10px 0;
}
body .header__navi {
  margin-bottom: 0;
}
body .header__contact-phone {
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: bold;
  color: var(--accent-color-1);
  letter-spacing: 0em;
}
body .header__contact-hours {
  font-size: 1.2rem;
}
body .main {
  min-width: auto;
}
body .main__header {
  height: 150px;
  color: #fff;
}
body .main__header-main {
  margin-bottom: 10px;
  font-family: "Barlow", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: .06em;
}
body .main__header-sub {
  font-size: 1.4rem;
  font-weight: 500;
}
body .main__section {
  margin-bottom: 0;
  padding-top: 40px;
}
body .main__section > div {
  margin: auto 0;
}
body .main__section-localnavi-items {
  width: 33.3333333333%;
}
body .main__section-localnavi-items > a {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid var(--accent-color-1);
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--accent-color-1);
}
body .main__section-localnavi-items > a.-current, body .main__section-localnavi-items > a:hover {
  background-color: var(--accent-color-1);
  color: var(--color-white);
}
body .main__section-localnavi-items > a .icon-arrow-down,
body .main__section-localnavi-items > a .icon-arrow-right {
  position: absolute;
  right: 1em;
}
body .main__section-primaryTitle {
  margin-bottom: 20px;
  border-bottom: 2px solid var(--accent-color-1);
  font-size: 2rem;
  line-height: 2.25;
  color: var(--accent-color-1);
}
body .main__section-primaryTitle.-number::before {
  display: flex;
  width: 35px;
  max-height: 35px;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: var(--accent-color-1);
  font-family: "Barlow", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color-white);
  content: attr(data-number);
  align-items: center;
  justify-content: center;
}
body .main__section-secondaryTitle {
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  color: var(--accent-color-1);
}
body .main__section-secondaryTitle br.d-none-md {
  display: none;
}
body .main__section-secondaryTitle.-font-small {
  font-size: 10pt;
  line-height: 1.4;
}
body .main__section-secondaryTitle.-bl-accent-color-1 {
  padding-left: 10px;
  border-left: 3px solid var(--accent-color-1);
}
body .main__section-tertiaryTitle {
  position: relative;
  font-size: 4rem;
  line-height: 1.45;
}
body .main__section-tertiaryTitle.-sub {
  font-size: 1.8rem;
}
body .main__section-tertiaryTitle::after {
  position: absolute;
  bottom: -1em;
  left: 50%;
  width: 3em;
  height: 3px;
  background-color: var(--accent-color-1);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body .main__section-quaternaryTitle {
  border-top: 2px solid var(--accent-color-1);
  border-bottom: 2px solid var(--accent-color-1);
  font-size: 2.4rem;
  line-height: 1.875;
  text-align: center;
}
body .main__section-quaternaryTitle .d-none-md {
  display: none;
}
body .main__section-quinaryTitle {
  border-radius: 100vh;
  background-color: var(--accent-color-1);
  font-size: 2.8rem;
  line-height: 1.7058823529;
  color: var(--color-white);
  text-align: center;
}
body .main__section-senaryTitle {
  padding-left: 15px;
  border-left: 5px solid var(--accent-color-1);
}
body .main__section-senaryTitle.-bl-accent-color-6 {
  border-left: 5px solid var(--accent-color-6);
}
body .main__section-senaryTitle.-x-large {
  font-size: 2rem;
}
body .main__section-senaryTitle.-large {
  font-size: 1.8rem;
  font-weight: 700;
}
body .main__section-septenaryTitle {
  font-size: 2rem;
  color: var(--accent-color-1);
}
body .main__section-septenaryTitle.-accent-color-6 {
  color: var(--accent-color-6);
}
body .main__section-septenaryTitle.-label {
  border-radius: 100vh;
  background-color: var(--accent-color-6);
  font-size: 1.6rem;
  color: var(--color-white);
  text-align: center;
}
body .main__section-octonaryTitle {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  color: var(--commonly-color);
}
body .main__section-octonaryTitle-catch {
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}
body .main__section-nonaryTitle {
  font-size: 2rem;
  line-height: 1.3;
}
body .main__section-nonaryTitle.-story {
  position: relative;
  color: var(--commonly-color);
}
body .main__section-nonaryTitle.-story::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  font-family: "Barlow", sans-serif;
  font-size: 2.4rem;
  color: var(--accent-color-6);
  letter-spacing: .08em;
  content: "ー " attr(data-text);
}
body .main__section-service-image {
  position: relative;
  width: 50%;
  height: 450px;
}
body .main__section-service-image.-right img {
  position: absolute;
  right: -155px;
}
body .main__section-service-image.-right::before {
  left: -30px;
}
body .main__section-service-image.-left img {
  position: absolute;
  left: -155px;
}
body .main__section-service-image.-left::before {
  right: -30px;
}
body .main__section-service-image::before {
  position: absolute;
  z-index: 1;
  bottom: -30px;
  padding-left: 1em;
  font-family: "Barlow", sans-serif;
  font-size: 8rem;
  font-weight: 700;
  color: rgba(136, 148, 192, 0.5);
  white-space: pre;
  text-indent: -1em;
  letter-spacing: .06em;
  content: attr(data-text);
}
body .main__section-service-content {
  width: 50%;
}
body .main__section-service-button {
  width: calc(100% - 120px);
  padding: 20px 0px;
  font-size: 2rem;
}
body .main__section-table {
  width: 100%;
  background-color: #d6d6d6;
  border-collapse: collapse;
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
body .main__section-table tr {
  background-color: var(--color-white);
}
body .main__section-table tr.d-table-row-pr {
  display: table-row;
}
body .main__section-table tr:first-child th {
  border-right-color: var(--color-white);
  border-bottom-color: var(--color-white);
}
body .main__section-table tr th {
  border: 1px solid var(--accent-color-1);
}
body .main__section-table tr th.d-table-cell-pr {
  display: table-cell;
}
body .main__section-table tr td {
  border: 1px solid #d6d6d6;
}
body .main__section-table tr th, body .main__section-table tr td {
  padding: 10px 0;
  text-align: center;
}
body .main__section-table tr th {
  background-color: var(--accent-color-1);
  color: var(--color-white);
}
body .main__section-lead {
  font-size: 7pt;
  line-height: 1.6666666667;
}
body .main__section-lead.-font-small {
  font-size: 6pt;
  line-height: 1.8181818182;
}
body .main__section-map {
  position: relative;
  min-width: 60mm;
  height: 45mm;
}
body .main__section-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
body .main__title {
  display: none;
  margin-bottom: 20px;
  font-weight: 500;
}
body .main__title-main {
  border-bottom: 1px solid;
  font-family: "Barlow", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: .06em;
}
body .main__title-sub {
  font-size: 1.8rem;
}
body .main__subtitle {
  font-size: 2.2rem;
  line-height: 1.375;
}
body .main__subtitle.-member {
  position: absolute;
  top: -17px;
  left: 50%;
  padding: 0 0.5em;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body .main__subtitle.-interview {
  position: absolute;
  top: -0.75em;
  margin-left: -0.5em;
  padding: 0 0.5em;
}
body .main__subtitle.-medium {
  font-family: "Barlow", sans-serif;
  color: var(--accent-color-6);
}
body .main__lead {
  font-size: 1rem;
  line-height: 1.6;
}
body .main__lead .message {
  font-size: 2.2rem;
}
body .main__note {
  font-size: 1.4rem;
  line-height: 1.6666666667;
}
body .main__note.-medium-pr {
  font-size: 1rem;
}
body .main__button {
  position: relative;
  display: inline-block;
  border: 1px solid var(--accent-color-1);
  text-align: center;
  transition: ease 0.2s;
}
body .main__button-text {
  position: relative;
  z-index: 3;
  color: var(--accent-color-1);
}
body .main__button-line::before, body .main__button-line::after {
  position: absolute;
  top: 50%;
  width: 2em;
  height: 1px;
  background-color: var(--accent-color-1);
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .main__button-line::before {
  right: 0;
}
body .main__button-line::after {
  right: -2em;
}
body .member__officers {
  margin-bottom: 70px;
  gap: 5mm;
}
body .member__officers-image {
  width: 100%;
  max-width: 150px;
}
body .member__officers .main__section-senaryTitle {
  margin-bottom: 10pt;
  padding-left: 10pt;
  border-left: 3px solid var(--accent-color-1);
}
body .member__officers-jobs {
  margin-bottom: 5pt;
  font-size: 1.1rem;
  font-weight: 500;
}
body .member__officers-name {
  font-size: 1.6rem;
  font-weight: 700;
}
body .member__officers-lead {
  padding: 10pt;
  font-size: 1rem;
  line-height: 1.6;
}
body .member__officers picture + div {
  width: 100%;
}
body .member__employees {
  display: flex;
  margin-bottom: 74pt;
  padding: 0;
  text-align: center;
  flex-wrap: wrap;
  gap: 15px;
}
body .member__employees-jobs {
  margin-bottom: 5px;
  font-size: 1rem;
}
body .member__employees-items {
  width: calc(33.3333333333% - 10px);
}
body .member__employees-name {
  font-size: 1.4rem;
  font-weight: 500;
}
body .service {
  background-color: var(--accent-color-4);
}
body .service__content {
  position: relative;
  display: inline-block;
  width: 50%;
}
body .service__content.-right {
  text-align: right;
}
body .service__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.375;
}
body .service__title-sub {
  position: relative;
  z-index: 1;
  font-family: "Barlow", sans-serif;
  font-size: 6.6rem;
  color: var(--accent-color-3);
  letter-spacing: .06em;
}
body .service__title-sub span {
  position: relative;
}
body .service__title-sub::first-letter {
  color: var(--accent-color-1);
}
body .service__title-sub.-left span::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: calc(50% + 0.5em);
  width: 210px;
  height: 1px;
  background-color: var(--accent-color-1);
  content: "";
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
body .service__title-sub.-right span::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: calc(50% + 0.5em);
  width: 210px;
  height: 1px;
  background-color: var(--accent-color-1);
  content: "";
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
body .service__image {
  position: absolute;
  position: relative;
  width: 50%;
}
body .service__image.-right {
  right: 0;
}
body .service__image.-left {
  margin-left: -150px;
}
body .service__image img {
  position: absolute;
}
body .service__lead {
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
body .service-cards {
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
}
body .service-cards__items {
  padding: 15px;
  gap: 15px;
}
body .service-cards__title {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent-color-1);
}
body .service-cards__lead {
  margin-bottom: 15px;
  line-height: 1.5;
}
body .service-cards__button {
  width: calc(100% - 40px);
  padding: 15px 10px;
}
body .service__features {
  padding: 0;
}
body .service__features-items {
  position: relative;
  padding: 15px;
  border: 1px solid var(--accent-color-3);
}
body .service__features-numbers {
  font-family: "Barlow", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--accent-color-3);
}
body .service__features-numbers.-top {
  position: absolute;
  top: -0.5em;
  left: 50%;
  padding: 0 0.5em;
  background-color: var(--color-white);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body .service__features-numbers + div {
  min-height: 90px;
}
body .service__features-badges {
  position: relative;
  overflow: hidden;
  width: 84px;
  min-width: 84px;
  max-width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgb(0, 106, 168);
  background: linear-gradient(0deg, rgb(0, 106, 168) 0%, rgb(122, 204, 249) 100%);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2307692308;
  color: var(--color-white);
  text-shadow: 1px 1px 1px rgba(22, 37, 94, 0.15);
}
body .service__features-badges.-small {
  font-size: 1rem;
}
body .service__features-badges::before {
  position: absolute;
  top: -27px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  -webkit-transform: scale(0.75, 0.5);
          transform: scale(0.75, 0.5);
}
body .service__features-headline {
  font-size: 1.6rem;
  line-height: 1.4545454545;
  color: var(--accent-color-1);
}
body .service__banner {
  display: none;
}
body .service__banner-items {
  width: 400px;
  height: 140px;
  color: var(--color-white);
  text-align: center;
}
body .service__banner-mainText {
  margin-bottom: 10px;
  padding: 0 0.5em 10px;
  border-bottom: 1px solid;
  font-family: "Barlow", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
body .service__banner-subText {
  font-size: 2rem;
  font-weight: 500;
}
body .service__category {
  padding: 20px 40px;
  border: 1px solid var(--accent-color-1);
  border-radius: 6px;
  row-gap: 10px;
}
body .service__category-items {
  font-size: 1rem;
}
body .service__category-items::before {
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: 700;
  color: var(--accent-color-1);
  content: "•";
}
body .service__category-title {
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: 700;
}
body .service__category-lead {
  line-height: 1.5;
}
body .service__category-button {
  width: calc(100% - 40px);
  padding: 15px 10px;
}
body .process__number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--accent-color-3);
  font-family: "Barlow", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-white);
}
body .process__number.-line {
  position: relative;
}
body .process__number.-line::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 5px;
  height: calc(100% + 15px + 1px);
  background-color: var(--accent-color-4);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body .process__lead {
  padding-left: 50px;
}
body .content-print .recruit__section.-gray {
  margin-top: 150px;
}
body .main__section-primaryTitle.-line {
  position: relative;
  border: none;
  color: var(--commonly-color);
}
body .main__section-primaryTitle.-line > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 1em;
  background-color: var(--white-color);
}
body .main__section-primaryTitle.-line:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--commonly-color);
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.p-environment .main__section-tertiaryTitle {
  font-size: 2rem;
}
body.p-environment .recruit__main-title-en {
  font-size: 1.6rem;
}
body.p-environment .recruit__main-title.-secondary-section.-white::before {
  color: #e9f4fa;
}
body.p-environment .textbox .main__section-septenaryTitle {
  font-size: 1.4rem;
}
body.p-environment .main__section-septenaryTitle {
  font-size: 1.6rem;
}
body .interview__title {
  font-size: 3.8rem;
}
body .interview__title-en {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 1.4rem;
}
body .interview__title-en .text-large {
  font-size: 4rem;
}
body .interview__item {
  position: relative;
}
body .interview__item.-odd:nth-of-type(odd) {
  flex-direction: row-reverse;
}
body .interview__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
body .interview__item:nth-of-type(even) .interview__image {
  margin-left: 0;
}
body .interview__item.-data-text-left::after {
  left: 0;
}
body .interview__item.-data-text-right::after {
  right: 0;
}
body .interview__item.-data-text-top-right::after {
  right: 0;
  bottom: 100%;
}
body .interview__item.-data-text-top-right.-the-left {
  margin: 0 0 25px;
}
body .interview__item.-data-text-top-right.-the-left::after {
  right: 10rem;
}
body .interview__item.-data-text-top-left::after {
  bottom: 100%;
  left: 0;
}
body .interview__item::after {
  position: absolute;
  bottom: -0.35em;
  font-family: "Barlow", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  color: var(--accent-color-6);
  content: attr(data-text);
  opacity: 0.1;
}
body .interview__image.-story {
  position: relative;
  width: 100%;
  height: 100%;
}
body .interview__image.-story .interview__image-bg {
  position: absolute;
  z-index: -1;
  bottom: -25px;
  width: 100%;
}
body .interview__image.-story .interview__image-bg.-left {
  left: -25px;
}
body .interview__image.-story .interview__image-bg.-right {
  right: -25px;
}
body.p-recruit .main__header.-interview, body.p-recruit .main__header.-recruit {
  position: relative;
  height: 400px;
}
body.p-recruit .main__header.-interview .main__header-sub, body.p-recruit .main__header.-recruit .main__header-sub {
  border-bottom: 1px solid;
}
body.p-recruit .main__header.-project, body.p-recruit .main__header.-crosstalk {
  height: 200px;
}
body.p-recruit .main__header.-interview {
  height: 200px;
}
body.p-recruit .main__header-text {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 250px;
  height: 100%;
  padding: 30px;
  background-color: var(--accent-color-6);
  justify-content: center;
}
body.p-recruit .main__header-text::before {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background-color: var(--accent-color-6);
  content: "";
}
body.p-data .w-100,
body.p-data .w-100-md {
  width: 100%;
}
body.p-data .bg-accent-color-7 {
  padding: 100px 20px 70px;
  background-color: var(--accent-color-7);
}
body.p-data .recruit__section.-even {
  padding: 25px 0 12.5px;
}
body.p-data .recruit__section .main__lead.-medium.text-right.d-block {
  margin-right: 20px;
}
body.p-data .recruit__section .flex {
  margin: 0 50px;
  gap: 50px;
}
body.p-data .recruit__section .flex .w-100-md .mb-5-md.mb-3-sm.mx-11-sm.d-block,
body.p-data .recruit__section .flex .w-100 .mb-5-md.mb-3-sm.mx-11-sm.d-block {
  width: 60%;
  margin: 0 auto 20px;
}
body.p-data .main__section-tertiaryTitle.-sub {
  margin-bottom: 50px;
  font-size: 1.6rem;
}
body.p-data .main__section-tertiaryTitle.-sub + figure.mx-12-md.d-block {
  margin: 0 50px;
}
body.p-data .main__section-tertiaryTitle.-sub + picture {
  margin: 0 auto 15px;
}
body.p-data .main__lead.-medium {
  font-size: 1.2rem;
}
body.p-data .data-voice.flex {
  margin-bottom: 40px;
  flex-wrap: nowrap !important;
  gap: 20px;
}
body.p-data .data-voice.flex .main__lead .message {
  font-size: 1.6rem;
}
body.p-data .data-voice.flex .data-voice__title {
  position: relative;
  display: inline-block;
  margin-bottom: -10px;
  padding: 5px 25px;
  border-radius: 4px;
  background-color: var(--accent-color-6);
  font-family: "Barlow", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--white-color);
}
body.p-data .data-voice.flex .data-voice__inner {
  height: 100%;
  border: 1px solid var(--accent-color-6);
  text-align: center;
}
body.p-data .data-voice.flex .flex.flex-column-md {
  flex-direction: column;
  margin: 0;
  gap: 0;
}
body.p-data .data-voice.flex .data-voice__inner.flex.align-center {
  margin: 0;
  padding: 25px 0 20px;
  gap: 0;
  gap: 15px;
}
body.p-data .recruit__links-title + .recruit__links-more {
  margin: 0;
}
body.p-data .recruit__links-title + .recruit__links-more > span.mr-5-md {
  margin-right: 50px;
}
body.p-data .flex .main__button {
  margin: 0;
}
body .data-voice__title {
  position: relative;
  display: inline-block;
  margin-bottom: -10px;
  padding: 5px 25px;
  border-radius: 4px;
  background-color: var(--accent-color-6);
  font-family: "Barlow", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--white-color);
}
body .data-voice__title::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 9px 5px 0 5px;
  border-style: solid;
  border-color: var(--accent-color-6) transparent transparent transparent;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body .data-voice.-first .data-voice__items:nth-of-type(1) {
  width: 310px;
}
body .data-voice.-first .data-voice__items:nth-of-type(2) {
  width: 380px;
}
body .data-voice.-first .data-voice__items:nth-of-type(3) {
  width: 270px;
}
body .data-voice.-second .data-voice__items:nth-of-type(1) {
  width: 320px;
}
body .data-voice.-second .data-voice__items:nth-of-type(2) {
  width: 340px;
}
body .data-voice.-second .data-voice__items:nth-of-type(3) {
  width: 300px;
}
body .data-voice.-third .data-voice__items:nth-of-type(1) {
  width: 310px;
}
body .data-voice.-third .data-voice__items:nth-of-type(2) {
  width: 360px;
}
body .data-voice.-third .data-voice__items:nth-of-type(3) {
  width: 290px;
}
body .data-voice.-fourth .data-voice__items:nth-of-type(1) {
  width: 350px;
}
body .data-voice.-fourth .data-voice__items:nth-of-type(2) {
  width: 290px;
}
body .data-voice.-fourth .data-voice__items:nth-of-type(3) {
  width: 320px;
}
body .data-voice__inner {
  width: 100%;
  height: 100%;
  padding: 45px 0 40px;
  border: 1px solid var(--accent-color-6);
  text-align: center;
}
body .recruit__button {
  width: 300px;
  padding: 15px 30px;
  border: 1px solid var(--accent-color-6);
  font-size: 1.4rem;
}
body .recruit__button.-white {
  border: 1px solid var(--color-white);
}
body .recruit__button.-white .main__button-line::before, body .recruit__button.-white .main__button-line::after {
  background-color: var(--color-white);
}
body .recruit__button.-white .main__button-text {
  color: var(--color-white);
}
body .recruit__button.-small {
  z-index: 1001;
  width: 230px;
  padding: 15px 0;
  font-size: 1.8rem;
}
body .recruit__button .main__button-line::before, body .recruit__button .main__button-line::after {
  background-color: var(--accent-color-6);
}
body .recruit__button .main__button-text {
  color: var(--accent-color-6);
}
body .recruit__section {
  position: relative;
}
body .recruit__section .main__section-primaryTitle.-line {
  margin-bottom: 10px;
}
body .recruit__section.-gray {
  background-color: #f8f8f8;
}
body .recruit__section.-gray > .container .flex {
  margin-bottom: 20px;
  gap: 20px;
}
body .recruit__section.-gray > .container .flex > .main__button {
  padding: 20px 0;
}
body .recruit__section-inner .main__lead {
  position: relative;
  z-index: 1;
}
body .recruit__main-title {
  position: relative;
  z-index: 1;
  min-width: 310px;
  font-size: 2rem;
  line-height: 1.5;
}
body .recruit__main-title.-medium {
  margin-bottom: 40px;
  font-size: 2.4rem;
}
body .recruit__main-title.-aoyama-symbol::after {
  position: absolute;
  top: 200px;
  left: -100%;
  display: block;
  width: 620px;
  height: calc(100% - 200px + 120px);
  background: url(../img/symbol.svg) no-repeat center right/contain;
  content: "";
  opacity: 0.06;
}
body .recruit__main-title.-bg-text-white::before {
  top: -60px;
  bottom: auto;
  left: 70px;
  color: #f3f6fb;
}
body .recruit__main-title.-secondary-section {
  text-align: center;
}
body .recruit__main-title.-secondary-section.-small::before {
  font-size: 5rem;
}
body .recruit__main-title.-secondary-section.-gray::before {
  color: #f3f6fb;
}
body .recruit__main-title.-secondary-section.-white::before {
  color: #f3f6fb;
}
body .recruit__main-title.-secondary-section::before {
  left: 50%;
  letter-spacing: 0em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body .recruit__main-title::before {
  position: absolute;
  z-index: -1;
  bottom: 15px;
  left: 0;
  font-size: 5rem;
  font-weight: bold;
  white-space: nowrap;
  content: attr(data-text);
}
body .recruit__main-title-en {
  position: absolute;
  top: -30px;
  display: block;
  font-size: 1.6rem;
}
body .recruit__main-title-en.-secondary-section {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body .recruit__main-title-en.-secondary-section::before {
  content: none;
}
body .recruit__main-title-en::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  width: 100vw;
  height: 1px;
  background-color: var(--accent-color-6);
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .recruit__main-title + .flex .main__lead {
  margin-right: 20px;
}
body .recruit__talk-image {
  position: relative;
  z-index: 1;
  width: 100%;
}
body .recruit__talk-label {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 100vh;
  background-color: var(--accent-color-6);
  font-weight: bold;
  color: var(--color-white);
}
body .recruit__talk-name {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--accent-color-6);
}
body .recruit__talk-title {
  font-size: 2rem;
  line-height: 1.5;
}
body .recruit__badge {
  position: relative;
  width: 80%;
}
body .recruit__badge-text {
  position: absolute;
  top: -30px;
  left: -30px;
  padding: 15px 10px;
  background-color: var(--accent-color-6);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: var(--color-white);
  text-align: center;
}
body .recruit__brackets {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #434448;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
body .recruit__brackets::after {
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% + 2px);
  background-color: #fff;
  content: "";
}
body .recruit__links {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
  color: var(--color-white);
}
body .recruit__links.-medium {
  height: 220px;
}
body .recruit__links::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
body .recruit__links.-others-interview::after {
  background: url(../img/recruit/recruit_other_link_01.jpg) no-repeat center/cover;
}
body .recruit__links.-others-cross-talk::after {
  background: url(../img/recruit/recruit_other_link_02_l.jpg) no-repeat center/cover;
}
body .recruit__links.-others-cross-talk.-large::after {
  background: url(../img/recruit/recruit_other_link_02_l.jpg) no-repeat center/cover;
}
body .recruit__links.-others-project-story::after {
  background: url(../img/recruit/recruit_other_link_s_03.jpg) no-repeat center/cover;
}
body .recruit__links.-others-project-story.-large::after {
  background: url(../img/recruit/recruit_other_link_03.jpg) no-repeat center/cover;
}
body .recruit__links.-workstyle-1::after {
  background: url(../img/recruit/recruit_top_workstyle_01.jpg) no-repeat center/cover;
}
body .recruit__links.-workstyle-2::after {
  background: url(../img/recruit/recruit_top_workstyle_02.jpg) no-repeat center center/cover;
}
body .recruit__links.-interview-1::after {
  background: url(../img/recruit/interview/recruit_interview_link_02.jpg) no-repeat center center/cover;
}
body .recruit__links.-interview-2::after {
  background: url(../img/recruit/interview/recruit_interview_link_03.jpg) no-repeat center center/cover;
}
body .recruit__links.-workstyle-3 {
  height: auto;
  border: 3px solid var(--accent-color-6);
  background-color: var(--accent-color-6);
}
body .recruit__links-title {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  display: inline-block;
  width: -webkit-fill-available;
  padding: 15px 0;
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  font-size: 1.8rem;
  line-height: 1.5333333333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .recruit__links-title.-under {
  top: calc(50% - 0.25em);
  padding: 0;
  border: none;
}
body .recruit__links-title.-under::after {
  position: absolute;
  bottom: -0.75em;
  left: 50%;
  width: 1.25em;
  border-top: none;
  border-bottom: 3px solid var(--color-white);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body .recruit__links-title .text-small {
  font-size: 2rem;
}
body .recruit__links-title.-small {
  font-size: 2.6rem;
}
body .recruit__links-more {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
}
body .recruit__links-center-area {
  background-color: var(--accent-color-6);
}
body .recruit__links-center-area-title {
  font-size: 3.2rem;
}
body .recruit__links-center-area-title-en {
  font-size: 1.8rem;
}
body .introduction-roles__item {
  width: 150px;
  height: 150px;
  border: 1px solid var(--accent-color-6);
  border-radius: 50%;
  background-color: #d3e5f1;
  background-image: repeating-linear-gradient(-45deg, #f8f8f8, #f8f8f8 6px, transparent 0, transparent 7px);
  text-align: center;
}
body .introduction-roles__item.-first {
  margin-bottom: -15px;
}
body .introduction-roles__title {
  margin-bottom: 10px;
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--accent-color-6);
}
body .introduction-roles__lead {
  font-size: 1rem;
  line-height: 1.6;
}
body .slick-track {
  flex-direction: column;
  -webkit-transform: none !important;
          transform: none !important;
}
body .slick-track,
body .slick-slide {
  width: 100% !important;
}
body .slick-slide.slick-cloned,
body .slick-dots,
body .slide-arrow {
  display: none !important;
}
body .card {
  position: relative;
}
body .card.-col-3 {
  width: calc(33.3333333333% - 7px);
}
body .card.-p-bottom {
  margin-bottom: -40px;
}
body .card.-p-bottom.-interview {
  margin-bottom: 0;
}
body .card.-p-bottom.-crosstalk {
  position: absolute;
  z-index: 10;
  top: calc(100% - 50px);
  margin-bottom: 0;
}
body .card__image {
  position: relative;
}
body .card__inner {
  position: relative;
  padding: 10px;
  background-color: var(--accent-color-6);
  font-weight: bold;
  color: var(--color-white);
}
body .card__inner.-project {
  display: inline-block;
  padding: 15px 50px 15px 10px;
}
body .card__inner.-header {
  min-width: 200px;
}
body .card__inner:not(.-badge-none)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 0 0 60px 60px;
  border-style: solid;
  border-color: transparent transparent #247ab1 transparent;
  content: "";
}
body .card__title {
  border-bottom: 1px solid;
  font-size: 1.6rem;
  line-height: 1.5;
}
body .card__title.-b-none {
  border-bottom: none;
}
body .card__title.-b-none-pr {
  border-bottom: none;
}
body .card__title.-line {
  position: relative;
  border-bottom: none;
}
body .card__title.-line:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 3em;
  height: 2px;
  background-color: var(--white-color);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body .card__label {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 20px;
  border-radius: 100vh;
  background-color: var(--accent-color-6);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-white);
}
body .card__status {
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
body .card__status.-year {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 100vh;
  background-color: var(--color-white);
  font-weight: 700;
  color: var(--accent-color-6);
  text-align: center;
}
body .card__status .text-large {
  font-size: 2rem;
}
body .card__status .text-x-large {
  font-size: 2rem;
}
body .card__catch {
  font-size: 4rem;
  line-height: 1.5;
}
body .card__catch.-small-pr {
  font-size: 1.8rem;
}
body .environment-flow.-carrier {
  margin-left: -75px;
}
body .environment-flow.-evaluation {
  position: relative;
}
body .environment-flow.-evaluation .environment-flow__triangle {
  position: absolute;
  top: 50%;
  left: calc(100% + 90px);
  height: 90px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .environment-flow.-evaluation .environment-flow__triangle > span {
  position: absolute;
  z-index: 1;
  top: calc(50% + 20px);
  left: calc(100% - 45px - 12px);
  width: 1em;
  font-size: 2.4rem;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
body .environment-flow.-evaluation .environment-flow__triangle::before {
  position: absolute;
  right: 100%;
  width: 90px;
  height: 130px;
  background: linear-gradient(to right, rgb(241, 249, 253) 0%, rgb(196, 228, 245) 100%);
  content: "";
}
body .environment-flow.-evaluation .environment-flow__triangle::after {
  position: absolute;
  top: -50%;
  left: 100%;
  width: 0;
  height: 0;
  border-width: 110px 0 110px 85px;
  border-style: solid;
  border-color: transparent transparent transparent #c4e4f5;
  content: "";
}
body .environment-flow__item {
  position: relative;
  max-width: 220px;
  padding: 15px 0;
  border: 2px solid var(--accent-color-6);
  border-radius: 3px;
  font-weight: 700;
  line-height: 1.3333333333;
  text-align: center;
}
body .environment-flow__item.-carrier {
  max-width: 120px;
  height: 100%;
  border: none;
  background-color: var(--accent-color-7);
}
body .environment-flow__item.-carrier.-h90 {
  height: 90px;
}
body .environment-flow__item .arrow-down {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body .environment-flow__item .arrow-down::before, body .environment-flow__item .arrow-down::after {
  display: block;
  content: "";
}
body .environment-flow__item .arrow-down::before {
  width: 17px;
  height: 20px;
  margin: 0 auto;
  background: var(--accent-color-6);
}
body .environment-flow__item .arrow-down::after {
  border-top: 35px solid var(--accent-color-6);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
body .environment-flow__item-text {
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .textbox.-title {
  border: 1px solid var(--accent-color-6);
}
body .textbox.-white {
  border: 1px solid #dddddd;
  background-color: var(--color-white);
}
body .textbox__list li {
  font-size: 1.2rem;
  line-height: 1.5555555556;
  white-space: nowrap;
}
body .textbox__icon {
  position: relative;
  display: inline-block;
  min-width: 50px;
  min-height: 50px;
  margin-bottom: -25px;
  border-radius: 50%;
  background-color: var(--accent-color-6);
  color: var(--white-color);
}
body .textbox__icon > img {
  max-width: 30px;
  max-height: 30px;
}
body .textbox__icon.-large {
  width: 100px;
  min-width: 100px;
  min-height: 100px;
  margin-bottom: 0;
  border-radius: 0;
  background: none;
}
body .textbox__icon.-large > img {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
}
body .textbox .main__section-septenaryTitle {
  font-size: 1.6rem;
}
body .textbox__inner {
  height: 100%;
  padding: 40px 25px 15px;
}
body .textbox__inner.-white {
  border: 1px solid #dddddd;
  background-color: var(--color-white);
}
body .textbox__image {
  position: relative;
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
}
body .textbox__image.-full {
  min-width: auto;
  max-width: none;
  min-height: auto;
}
body .textbox__image-text {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  font-size: 1.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body .image__data-1 {
  width: 433.3333333333px;
  height: auto;
}
body .image__data-2 {
  width: 433.3333333333px;
  height: auto;
}
body .image__data-4, body .image__data-3 {
  width: auto;
  height: 127.5px;
  text-align: center;
}
body .image__data-5, body .image__data-6 {
  width: auto;
  height: 120px;
  text-align: center;
}
body .image__data-7 {
  width: 573.3333333333px;
  height: auto;
}
body .image__data-8, body .image__data-9, body .image__data-10 {
  width: 126.6666666667px;
  height: auto;
  text-align: center;
}
body .label.-large {
  min-width: 260px;
  padding: 6px 0;
  border-radius: 100vh;
  background-color: var(--accent-color-6);
  font-size: 1.4rem;
  color: var(--color-white);
  text-align: center;
}
body .label.-medium {
  display: inline-block;
  min-width: 280px;
  padding: 8px 0;
  border-radius: 100vh;
  background-color: var(--accent-color-6);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
}
body .label.-small {
  display: inline-block;
  min-width: 300px;
  padding: 8px 0;
  border-radius: 100vh;
  font-family: "Barlow", sans-serif;
  font-size: 2.4rem;
}
body .label.-small.-small-pr {
  min-width: 180px;
  padding: 4px 0;
  font-size: 1.4rem;
}
body .label.-white {
  background-color: var(--white-color);
  color: var(--accent-color-6);
}
body .label.-blue {
  padding: 5px 10px;
  border-radius: 3px;
  background-color: var(--accent-color-6);
  color: var(--color-white);
  white-space: nowrap;
}
body .label.-before:not(:last-child) {
  margin-bottom: 10px;
}
body .label.-before:not(.-data-text-none) {
  margin-left: 70px;
  font-size: 1rem;
  line-height: 1.4;
}
body .label.-before:not(.-data-text-none)::before {
  display: inline-block;
  width: 50px;
  margin-right: 15px;
  margin-left: -70px;
  border: 1px solid var(--accent-color-6);
  border-radius: 100vh;
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--accent-color-6);
  text-align: center;
  content: attr(data-text);
}
body .contact {
  display: none;
}
body .footer {
  position: fixed;
  right: 0;
  bottom: 1px;
  left: 0;
  width: 100%;
  min-width: auto;
  padding: 5px 0;
  background-color: var(--accent-color-1);
  color: var(--color-white);
}
body .footer > .container > div {
  justify-content: center !important;
}
body .footer .custom__logo {
  width: 240px;
  height: auto;
  margin: 0 !important;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
body .footer__address {
  font-size: 1.1rem;
  line-height: 1.6363636364;
}
body .print-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .pagetop {
  display: none !important;
}

body .description-def {
  padding: 10px 0;
  border-bottom: 1px solid #d6d6d6;
  font-size: 1rem;
  line-height: 1.7777777778;
}

body .description-def:last-of-type {
  margin-bottom: 20px;
}

body .description-def th {
  padding: 30px 0;
  text-align: left;
}

body .description-def th,
body .description-def__title {
  position: relative;
  min-width: 170px;
  font-weight: 500;
  color: var(--accent-color-1);
}

body .description-def th.-required::after,
body .description-def__title.-required::after {
  background-color: var(--accent-color-2);
  content: "必須";
}

body .description-def th.-optional::after,
body .description-def__title.-optional::after {
  background-color: #858585;
  content: "任意";
}

body .description-def th::after,
body .description-def__title::after {
  position: absolute;
  left: 100%;
  display: flex;
  margin-right: 40px;
  padding: 1px 15px;
  font-size: 1.5rem;
  color: var(--color-white);
  text-align: center;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
}

body .description-def td {
  width: 100%;
}

body .description-def td,
body .description-def__data {
  margin-left: 100px;
}

body .description-def td.-nowrap,
body .description-def__data.-nowrap {
  white-space: nowrap;
}

body .description-def td.-middle::before,
body .description-def__data.-middle::before {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}

body .description-def td-text,
body .description-def__data-text {
  width: 400px;
  padding: 15px 20px;
  border: 1px solid #858585;
  line-height: 1;
}

body .description-def td-text.-small,
body .description-def__data-text.-small {
  width: 180px;
}

body .description-def td-text.-others,
body .description-def__data-text.-others {
  width: 180px;
  padding: 5px 10px;
}

body .description-def td-checkbox,
body .description-def td-radio,
body .description-def__data-checkbox,
body .description-def__data-radio {
  width: 15px;
  height: 15px;
}

body .description-def td-checkbox input,
body .description-def td-radio input,
body .description-def__data-checkbox input,
body .description-def__data-radio input {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

body .description-def td-button,
body .description-def__data-button {
  padding: 15px 25px;
  background-color: var(--accent-color-1);
  color: var(--color-white);
}

body .description-def td .wpcf7-list-item.first,
body .description-def__data .wpcf7-list-item.first {
  margin-left: 0;
}

body .description-def td .wpcf7-list-item.last,
body .description-def__data .wpcf7-list-item.last {
  margin-left: 30px;
}

body .description-def td .wpcf7-form-control-wrap.entry-pref,
body .description-def__data .wpcf7-form-control-wrap.entry-pref {
  width: 100%;
}

body .description-def td-select,
body .description-def__data-select {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.7rem;
  background-color: transparent;
}

body .description-def td-select-arrow,
body .description-def__data-select-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 1.6rem;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body .description-def td-select-wrapper,
body .description-def__data-select-wrapper {
  position: relative;
  border: solid 1px #858585;
}

body .description-def td-select-wrapper.-small,
body .description-def__data-select-wrapper.-small {
  width: 180px;
}

body .description-def td-textarea,
body .description-def__data-textarea {
  width: 450px;
  height: 180px;
  padding: 15px;
}

body .access-map iframe {
  width: 100%;
  height: 160px;
}

_::-webkit-full-page-media,
_:future,
:root body.p-about picture img {
  width: 50%;
  height: auto;
}

_::-webkit-full-page-media,
_:future,
:root body .site {
  padding-bottom: 20mm;
}

_::-webkit-full-page-media,
_:future,
:root body .main__header {
  height: 120px;
}

_::-webkit-full-page-media,
_:future,
:root body .member__officers-image {
  max-width: 50px;
}

_::-webkit-full-page-media,
_:future,
:root body .member__officers {
  gap: 5px;
}

_::-webkit-full-page-media,
_:future,
:root body .member__employees {
  margin-bottom: 15pt;
  padding: 0 50px;
}

_::-webkit-full-page-media,
_:future,
:root body.p-member .footer {
  position: relative;
  bottom: 0;
}

_::-webkit-full-page-media,
_:future,
:root body.p-business-succession .footer {
  position: absolute;
  bottom: 0;
}

_::-webkit-full-page-media,
_:future,
:root body.p-corporate .footer {
  position: absolute;
  bottom: -50%;
}

_::-webkit-full-page-media,
_:future,
:root body.p-individual .img {
  width: 10%;
}

_::-webkit-full-page-media,
_:future,
:root body.p-others .footer {
  position: absolute;
  bottom: 0;
}

@-moz-document url-prefix() {
  body.p-member .footer {
    position: absolute;
    bottom: -100%;
  }

  body.p-business-succession .footer {
    position: absolute;
    bottom: -100%;
  }

  body .main {
    height: 100vh;
  }

  body .main__section > div {
    margin: 0 auto 30pt;
  }
}
.gap-1-pr {
  gap: 10px;
}

.column-gap-1-pr {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.row-gap-1-pr {
  row-gap: 10px;
}

.gap-2-pr {
  gap: 20px;
}

.column-gap-2-pr {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.row-gap-2-pr {
  row-gap: 20px;
}

.gap-3-pr {
  gap: 30px;
}

.column-gap-3-pr {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.row-gap-3-pr {
  row-gap: 30px;
}

.gap-4-pr {
  gap: 40px;
}

.column-gap-4-pr {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.row-gap-4-pr {
  row-gap: 40px;
}

.gap-5-pr {
  gap: 50px;
}

.column-gap-5-pr {
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.row-gap-5-pr {
  row-gap: 50px;
}

.gap-6-pr {
  gap: 60px;
}

.column-gap-6-pr {
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.row-gap-6-pr {
  row-gap: 60px;
}

.gap-7-pr {
  gap: 70px;
}

.column-gap-7-pr {
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}

.row-gap-7-pr {
  row-gap: 70px;
}

.gap-8-pr {
  gap: 80px;
}

.column-gap-8-pr {
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}

.row-gap-8-pr {
  row-gap: 80px;
}

.gap-9-pr {
  gap: 90px;
}

.column-gap-9-pr {
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
}

.row-gap-9-pr {
  row-gap: 90px;
}

.gap-10-pr {
  gap: 100px;
}

.column-gap-10-pr {
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}

.row-gap-10-pr {
  row-gap: 100px;
}

.gap-11-pr {
  gap: 110px;
}

.column-gap-11-pr {
  -webkit-column-gap: 110px;
     -moz-column-gap: 110px;
          column-gap: 110px;
}

.row-gap-11-pr {
  row-gap: 110px;
}

.gap-12-pr {
  gap: 120px;
}

.column-gap-12-pr {
  -webkit-column-gap: 120px;
     -moz-column-gap: 120px;
          column-gap: 120px;
}

.row-gap-12-pr {
  row-gap: 120px;
}

.gap-13-pr {
  gap: 130px;
}

.column-gap-13-pr {
  -webkit-column-gap: 130px;
     -moz-column-gap: 130px;
          column-gap: 130px;
}

.row-gap-13-pr {
  row-gap: 130px;
}

.gap-14-pr {
  gap: 140px;
}

.column-gap-14-pr {
  -webkit-column-gap: 140px;
     -moz-column-gap: 140px;
          column-gap: 140px;
}

.row-gap-14-pr {
  row-gap: 140px;
}

.gap-15-pr {
  gap: 150px;
}

.column-gap-15-pr {
  -webkit-column-gap: 150px;
     -moz-column-gap: 150px;
          column-gap: 150px;
}

.row-gap-15-pr {
  row-gap: 150px;
}

.gap-16-pr {
  gap: 160px;
}

.column-gap-16-pr {
  -webkit-column-gap: 160px;
     -moz-column-gap: 160px;
          column-gap: 160px;
}

.row-gap-16-pr {
  row-gap: 160px;
}

.gap-17-pr {
  gap: 170px;
}

.column-gap-17-pr {
  -webkit-column-gap: 170px;
     -moz-column-gap: 170px;
          column-gap: 170px;
}

.row-gap-17-pr {
  row-gap: 170px;
}

.gap-18-pr {
  gap: 180px;
}

.column-gap-18-pr {
  -webkit-column-gap: 180px;
     -moz-column-gap: 180px;
          column-gap: 180px;
}

.row-gap-18-pr {
  row-gap: 180px;
}

.gap-19-pr {
  gap: 190px;
}

.column-gap-19-pr {
  -webkit-column-gap: 190px;
     -moz-column-gap: 190px;
          column-gap: 190px;
}

.row-gap-19-pr {
  row-gap: 190px;
}

.gap-20-pr {
  gap: 200px;
}

.column-gap-20-pr {
  -webkit-column-gap: 200px;
     -moz-column-gap: 200px;
          column-gap: 200px;
}

.row-gap-20-pr {
  row-gap: 200px;
}

.gap-21-pr {
  gap: 210px;
}

.column-gap-21-pr {
  -webkit-column-gap: 210px;
     -moz-column-gap: 210px;
          column-gap: 210px;
}

.row-gap-21-pr {
  row-gap: 210px;
}

.gap-22-pr {
  gap: 220px;
}

.column-gap-22-pr {
  -webkit-column-gap: 220px;
     -moz-column-gap: 220px;
          column-gap: 220px;
}

.row-gap-22-pr {
  row-gap: 220px;
}

.gap-23-pr {
  gap: 230px;
}

.column-gap-23-pr {
  -webkit-column-gap: 230px;
     -moz-column-gap: 230px;
          column-gap: 230px;
}

.row-gap-23-pr {
  row-gap: 230px;
}

.gap-24-pr {
  gap: 240px;
}

.column-gap-24-pr {
  -webkit-column-gap: 240px;
     -moz-column-gap: 240px;
          column-gap: 240px;
}

.row-gap-24-pr {
  row-gap: 240px;
}

.gap-25-pr {
  gap: 250px;
}

.column-gap-25-pr {
  -webkit-column-gap: 250px;
     -moz-column-gap: 250px;
          column-gap: 250px;
}

.row-gap-25-pr {
  row-gap: 250px;
}

.gap-26-pr {
  gap: 260px;
}

.column-gap-26-pr {
  -webkit-column-gap: 260px;
     -moz-column-gap: 260px;
          column-gap: 260px;
}

.row-gap-26-pr {
  row-gap: 260px;
}

.gap-27-pr {
  gap: 270px;
}

.column-gap-27-pr {
  -webkit-column-gap: 270px;
     -moz-column-gap: 270px;
          column-gap: 270px;
}

.row-gap-27-pr {
  row-gap: 270px;
}

.gap-28-pr {
  gap: 280px;
}

.column-gap-28-pr {
  -webkit-column-gap: 280px;
     -moz-column-gap: 280px;
          column-gap: 280px;
}

.row-gap-28-pr {
  row-gap: 280px;
}

.gap-29-pr {
  gap: 290px;
}

.column-gap-29-pr {
  -webkit-column-gap: 290px;
     -moz-column-gap: 290px;
          column-gap: 290px;
}

.row-gap-29-pr {
  row-gap: 290px;
}

.gap-30-pr {
  gap: 300px;
}

.column-gap-30-pr {
  -webkit-column-gap: 300px;
     -moz-column-gap: 300px;
          column-gap: 300px;
}

.row-gap-30-pr {
  row-gap: 300px;
}

.gap-31-pr {
  gap: 310px;
}

.column-gap-31-pr {
  -webkit-column-gap: 310px;
     -moz-column-gap: 310px;
          column-gap: 310px;
}

.row-gap-31-pr {
  row-gap: 310px;
}

.gap-32-pr {
  gap: 320px;
}

.column-gap-32-pr {
  -webkit-column-gap: 320px;
     -moz-column-gap: 320px;
          column-gap: 320px;
}

.row-gap-32-pr {
  row-gap: 320px;
}

.gap-33-pr {
  gap: 330px;
}

.column-gap-33-pr {
  -webkit-column-gap: 330px;
     -moz-column-gap: 330px;
          column-gap: 330px;
}

.row-gap-33-pr {
  row-gap: 330px;
}

.gap-34-pr {
  gap: 340px;
}

.column-gap-34-pr {
  -webkit-column-gap: 340px;
     -moz-column-gap: 340px;
          column-gap: 340px;
}

.row-gap-34-pr {
  row-gap: 340px;
}

.gap-35-pr {
  gap: 350px;
}

.column-gap-35-pr {
  -webkit-column-gap: 350px;
     -moz-column-gap: 350px;
          column-gap: 350px;
}

.row-gap-35-pr {
  row-gap: 350px;
}

.gap-36-pr {
  gap: 360px;
}

.column-gap-36-pr {
  -webkit-column-gap: 360px;
     -moz-column-gap: 360px;
          column-gap: 360px;
}

.row-gap-36-pr {
  row-gap: 360px;
}

.gap-37-pr {
  gap: 370px;
}

.column-gap-37-pr {
  -webkit-column-gap: 370px;
     -moz-column-gap: 370px;
          column-gap: 370px;
}

.row-gap-37-pr {
  row-gap: 370px;
}

.gap-38-pr {
  gap: 380px;
}

.column-gap-38-pr {
  -webkit-column-gap: 380px;
     -moz-column-gap: 380px;
          column-gap: 380px;
}

.row-gap-38-pr {
  row-gap: 380px;
}

.gap-39-pr {
  gap: 390px;
}

.column-gap-39-pr {
  -webkit-column-gap: 390px;
     -moz-column-gap: 390px;
          column-gap: 390px;
}

.row-gap-39-pr {
  row-gap: 390px;
}

.gap-40-pr {
  gap: 400px;
}

.column-gap-40-pr {
  -webkit-column-gap: 400px;
     -moz-column-gap: 400px;
          column-gap: 400px;
}

.row-gap-40-pr {
  row-gap: 400px;
}

.gap-41-pr {
  gap: 410px;
}

.column-gap-41-pr {
  -webkit-column-gap: 410px;
     -moz-column-gap: 410px;
          column-gap: 410px;
}

.row-gap-41-pr {
  row-gap: 410px;
}

.gap-42-pr {
  gap: 420px;
}

.column-gap-42-pr {
  -webkit-column-gap: 420px;
     -moz-column-gap: 420px;
          column-gap: 420px;
}

.row-gap-42-pr {
  row-gap: 420px;
}

.gap-43-pr {
  gap: 430px;
}

.column-gap-43-pr {
  -webkit-column-gap: 430px;
     -moz-column-gap: 430px;
          column-gap: 430px;
}

.row-gap-43-pr {
  row-gap: 430px;
}

.gap-44-pr {
  gap: 440px;
}

.column-gap-44-pr {
  -webkit-column-gap: 440px;
     -moz-column-gap: 440px;
          column-gap: 440px;
}

.row-gap-44-pr {
  row-gap: 440px;
}

.gap-45-pr {
  gap: 450px;
}

.column-gap-45-pr {
  -webkit-column-gap: 450px;
     -moz-column-gap: 450px;
          column-gap: 450px;
}

.row-gap-45-pr {
  row-gap: 450px;
}

.gap-46-pr {
  gap: 460px;
}

.column-gap-46-pr {
  -webkit-column-gap: 460px;
     -moz-column-gap: 460px;
          column-gap: 460px;
}

.row-gap-46-pr {
  row-gap: 460px;
}

.gap-47-pr {
  gap: 470px;
}

.column-gap-47-pr {
  -webkit-column-gap: 470px;
     -moz-column-gap: 470px;
          column-gap: 470px;
}

.row-gap-47-pr {
  row-gap: 470px;
}

.gap-48-pr {
  gap: 480px;
}

.column-gap-48-pr {
  -webkit-column-gap: 480px;
     -moz-column-gap: 480px;
          column-gap: 480px;
}

.row-gap-48-pr {
  row-gap: 480px;
}

.gap-49-pr {
  gap: 490px;
}

.column-gap-49-pr {
  -webkit-column-gap: 490px;
     -moz-column-gap: 490px;
          column-gap: 490px;
}

.row-gap-49-pr {
  row-gap: 490px;
}

.gap-50-pr {
  gap: 500px;
}

.column-gap-50-pr {
  -webkit-column-gap: 500px;
     -moz-column-gap: 500px;
          column-gap: 500px;
}

.row-gap-50-pr {
  row-gap: 500px;
}

.gap-51-pr {
  gap: 510px;
}

.column-gap-51-pr {
  -webkit-column-gap: 510px;
     -moz-column-gap: 510px;
          column-gap: 510px;
}

.row-gap-51-pr {
  row-gap: 510px;
}

.gap-52-pr {
  gap: 520px;
}

.column-gap-52-pr {
  -webkit-column-gap: 520px;
     -moz-column-gap: 520px;
          column-gap: 520px;
}

.row-gap-52-pr {
  row-gap: 520px;
}

.gap-53-pr {
  gap: 530px;
}

.column-gap-53-pr {
  -webkit-column-gap: 530px;
     -moz-column-gap: 530px;
          column-gap: 530px;
}

.row-gap-53-pr {
  row-gap: 530px;
}

.gap-54-pr {
  gap: 540px;
}

.column-gap-54-pr {
  -webkit-column-gap: 540px;
     -moz-column-gap: 540px;
          column-gap: 540px;
}

.row-gap-54-pr {
  row-gap: 540px;
}

.w-100-2-1-md {
  width: calc(50% - 10px);
}
