@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Noto+Sans+JP:wght@400;500;700&family=IBM+Plex+Sans+Condensed:wght@500;700&family=Barlow+Semi+Condensed:wght@400;700&family=Poppins:wght@500&display=swap");
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-btw {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.position-rel {
  position: relative !important;
}

.position-abs {
  position: absolute !important;
}

.position-fix {
  position: fixed !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-justify {
  text-align: justify !important;
}

@media (max-width: 600px) {
  .text-center.sp-left,
  .text-right.sp-left,
  .text-justify.sp-left {
    text-align: left !important;
  }
  .text-left.sp-center,
  .text-right.sp-center,
  .text-justify.sp-center {
    text-align: center !important;
  }
  .text-left.sp-right,
  .text-center.sp-right,
  .text-justify.sp-right {
    text-align: right !important;
  }
  .text-left.sp-justify,
  .text-center.sp-justify,
  .text-right.sp-justify {
    text-align: justify !important;
  }
}
.mg-left {
  margin-left: auto;
}

.mg-right {
  margin-right: auto;
}

.mg-center {
  margin-left: auto;
  margin-right: auto;
}

.display-bl {
  display: block;
}

.display-ib {
  display: inline-block;
}

.display-in {
  display: inline;
}

.fade-in {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s;
  -moz-transition: -moz-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s;
  -ms-transition: -ms-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s;
  -o-transition: -o-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.75s linear 0s;
  opacity: 0;
}
.fade-in.show {
  opacity: 1;
}
.fade-in.delay {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 1s, opacity 0.75s linear 1s;
  -moz-transition: -moz-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 1s, opacity 0.75s linear 1s;
  -ms-transition: -ms-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 1s, opacity 0.75s linear 1s;
  -o-transition: -o-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 1s, opacity 0.75s linear 1s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 1s, opacity 0.75s linear 1s;
}
.fade-in.delay1 {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s;
  -moz-transition: -moz-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s;
  -ms-transition: -ms-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s;
  -o-transition: -o-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.075s, opacity 0.75s linear 0.075s;
}
.fade-in.delay2 {
  -webkit-transition: -webkit-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s;
  -moz-transition: -moz-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s;
  -ms-transition: -ms-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s;
  -o-transition: -o-transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s;
  transition: transform 1.75s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.75s linear 0.125s;
}

section.space,
.container.space,
.container-fluid.space,
.content.space {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.min-space,
.container.min-space,
.container-fluid.min-space,
.content.min-space {
  padding-top: 32px;
  padding-bottom: 32px;
}
section.top-space,
.container.top-space,
.container-fluid.top-space,
.content.top-space {
  padding-top: 80px;
}
section.bottom-space,
.container.bottom-space,
.container-fluid.bottom-space,
.content.bottom-space {
  padding-bottom: 80px;
}
section.min-top-space,
.container.min-top-space,
.container-fluid.min-top-space,
.content.min-top-space {
  padding-top: 32px;
}
section.min-bottom-space,
.container.min-bottom-space,
.container-fluid.min-bottom-space,
.content.min-bottom-space {
  padding-bottom: 32px;
}
section.large-top-space,
.container.large-top-space,
.container-fluid.large-top-space,
.content.large-top-space {
  padding-top: 160px;
}
section.large-bottom-space,
.container.large-bottom-space,
.container-fluid.large-bottom-space,
.content.large-bottom-space {
  padding-bottom: 160px;
}
@media (max-width: 600px) {
  section.space,
  .container.space,
  .container-fluid.space,
  .content.space {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  section.min-space,
  .container.min-space,
  .container-fluid.min-space,
  .content.min-space {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  section.top-space,
  .container.top-space,
  .container-fluid.top-space,
  .content.top-space {
    padding-top: 48px;
  }
  section.bottom-space,
  .container.bottom-space,
  .container-fluid.bottom-space,
  .content.bottom-space {
    padding-bottom: 48px;
  }
  section.min-top-space,
  .container.min-top-space,
  .container-fluid.min-top-space,
  .content.min-top-space {
    padding-top: 24px;
  }
  section.min-bottom-space,
  .container.min-bottom-space,
  .container-fluid.min-bottom-space,
  .content.min-bottom-space {
    padding-bottom: 24px;
  }
  section.large-top-space,
  .container.large-top-space,
  .container-fluid.large-top-space,
  .content.large-top-space {
    padding-top: 64px;
  }
  section.large-bottom-space,
  .container.large-bottom-space,
  .container-fluid.large-bottom-space,
  .content.large-bottom-space {
    padding-bottom: 64px;
  }
}

.container {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container.narrow {
  max-width: 1200px;
}
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 600px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .container.no-padding, .container.no-padding-sp {
    padding-left: 0;
    padding-right: 0;
  }
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container-fluid.no-padding {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 600px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
  .container-fluid.no-padding, .container-fluid.no-padding-sp {
    padding-left: 0;
    padding-right: 0;
  }
}

.content {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.content.wide {
  max-width: 1200px;
}
.content.narrow {
  max-width: 860px;
}
.content {
  padding-left: 20px;
  padding-right: 20px;
}
.content.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.container .content, .container-fluid .content {
  padding-left: 0;
  padding-right: 0;
}
.container.no-padding .content, .container-fluid.no-padding .content {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 600px) {
  .content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .content.no-padding, .content.no-padding-sp {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container .content, .container-fluid .content {
    padding-left: 0;
    padding-right: 0;
  }
  .container.no-padding .content, .container-fluid.no-padding .content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .container.no-padding-sp .content, .container-fluid.no-padding-sp .content {
    padding-left: 0;
    padding-right: 0;
  }
}

body {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", YuGothicMedium, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 1rem;
  letter-spacing: 0.5px;
}
@media (max-width: 600px) {
  body {
    font-size: 0.9375rem;
  }
}

.black {
  color: black !important;
}

.white {
  color: white !important;
}

.gray {
  color: #8C8C8C;
}

.red {
  color: #EC3055;
}

.en {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.default {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothicMedium, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
}

.weight-normal {
  font-weight: 400 !important;
}

.weight-medium {
  font-weight: 500 !important;
}

.weight-bold {
  font-weight: 700 !important;
}

.weight-black {
  font-weight: 900 !important;
}

.l-height-100 {
  line-height: 100% !important;
}

.l-height-125 {
  line-height: 125% !important;
}

.l-height-150 {
  line-height: 150% !important;
}

.l-height-175 {
  line-height: 175% !important;
}

.l-height-200 {
  line-height: 200% !important;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0.25em 0px;
  font-weight: 700;
}
h1 > small, h2 > small, h3 > small, h4 > small, h5 > small, h6 > small {
  font-size: 60%;
  vertical-align: middle;
}
h1.min-space, h2.min-space, h3.min-space, h4.min-space, h5.min-space, h6.min-space {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
h1.top-space, h2.top-space, h3.top-space, h4.top-space, h5.top-space, h6.top-space {
  margin-top: 1.85em;
  margin-bottom: 0px;
}
h1.bottom-space, h2.bottom-space, h3.bottom-space, h4.bottom-space, h5.bottom-space, h6.bottom-space {
  margin-top: 0px;
  margin-bottom: 1.85em;
}
h1, h2 {
  line-height: 1.15;
}

h3, h4, h5, h6 {
  line-height: 1.45em;
}
h3.largest, h4.largest, h5.largest, h6.largest {
  font-size: 3.5rem;
}
@media (max-width: 600px) {
  h3.largest, h4.largest, h5.largest, h6.largest {
    font-size: 2.25rem;
  }
}

h1 {
  font-size: 2.25rem;
}
@media (max-width: 600px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 2rem;
}
h2 strong {
  font-size: 2.5rem;
}
h2 strong.most {
  font-size: 4rem;
}
@media (max-width: 600px) {
  h2 {
    font-size: 2rem;
  }
  h2 strong {
    font-size: 2.5rem;
  }
  h2 strong.most {
    font-size: 3.25rem;
  }
}

h3 {
  font-size: 1.75rem;
}
h3.large {
  font-size: 2rem;
}
@media (max-width: 600px) {
  h3 {
    font-size: 1.5rem;
  }
  h3.large {
    font-size: 1.625rem;
  }
}

h4 {
  font-size: 1.5rem;
}
h4 strong {
  font-size: 2rem;
}
@media (max-width: 600px) {
  h4 {
    font-size: 1.125rem;
  }
  h4 strong {
    font-size: 1.75rem;
  }
}

h5 {
  font-size: 1.25rem;
}
h5 strong {
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  h5 {
    font-size: 1.125rem;
  }
  h5 strong {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 1.125rem;
}
h6 strong {
  font-size: 1.25rem;
}
@media (max-width: 600px) {
  h6 {
    font-size: 1.0625rem;
  }
  h6 strong {
    font-size: 1.125rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.85em;
  margin-top: 1.85em;
  margin-bottom: 1.85em;
}
p.lead-text {
  font-size: 1.125rem;
  font-weight: 500;
}
p.sub-copy {
  font-size: 1.25rem;
  font-weight: 500;
}
p.large-space {
  margin-top: 3em;
  margin-bottom: 3em;
}
p.min-space {
  margin-top: 1.15em;
  margin-bottom: 1.15em;
}
p.top-space {
  margin-top: 1.85em;
  margin-bottom: 0px;
}
p.bottom-space {
  margin-top: 0px;
  margin-bottom: 1.85em;
}
p.no-space {
  margin: 0;
}
p.small {
  font-size: 0.875rem;
}
p.large {
  font-size: 1.25rem;
}
p.bold {
  font-weight: 700;
}
@media (max-width: 600px) {
  p {
    line-height: 1.85em;
    margin-top: 1.75em;
    margin-bottom: 1.75em;
    font-size: 14px;
  }
  p.smaller {
    font-size: 13px;
  }
  p.large {
    font-size: 1rem;
  }
}
@media (max-width: 350px) {
  p.large {
    font-size: 15px;
  }
}

span.underline {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

small {
  display: inline-block;
  font-size: 80%;
  line-height: 1.75;
}
sup, sub {
  font-size: 70%;
  letter-spacing: 0;
}
sub {
  vertical-align: baseline;
}

li, dt, dd {
  font-size: 1rem;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 600px) {
  li, dt, dd {
    font-size: 15px;
  }
}

ul.list {
  margin-top: 2.15em;
  margin-bottom: 2.15em;
}
ul.list li, ul.list dt, ul.list dd {
  line-height: 1.65;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-justify {
  text-align: justify !important;
}

@media (max-width: 600px) {
  .text-center.sp-left,
  .text-right.sp-left,
  .text-justify.sp-left {
    text-align: left !important;
  }
  .text-left.sp-center,
  .text-right.sp-center,
  .text-justify.sp-center {
    text-align: center !important;
  }
  .text-left.sp-right,
  .text-center.sp-right,
  .text-justify.sp-right {
    text-align: right !important;
  }
  .text-left.sp-justify,
  .text-center.sp-justify,
  .text-right.sp-justify {
    text-align: justify !important;
  }
}
.btn {
  width: auto;
  min-width: 200px;
  height: 44px;
  padding: 0px 1rem;
  display: inline-block;
  border-radius: 22px;
  border: 2px solid transparent;
  font-size: 1rem;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.btn.full {
  width: 100%;
}
.btn.arrow::after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  right: 8px;
  top: calc(50% - 14px);
  background-image: url(../images/ic_button_arrow_navy.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn.arrow:hover::after {
  background-image: url(../images/ic_button_arrow_white.svg);
}
.btn.btn-primary {
  color: #EC3055;
  border: 2px solid #EC3055;
  background-color: white;
}
.btn.btn-primary:hover {
  color: white;
  background-color: #EC3055;
}
.btn.btn-primary.arrow::after {
  background-image: url(../images/ic_button_arrow_navy.svg);
}
.btn.btn-primary.arrow:hover::after {
  background-image: url(../images/ic_button_arrow_white.svg);
}
.btn.btn-secondary {
  color: white;
  border: 2px solid white;
  background-color: #EC3055;
}
.btn.btn-secondary.arrow::after {
  background-image: url(../images/ic_button_arrow_white.svg);
}
.btn.btn-secondary:hover {
  color: #EC3055;
  border: 2px solid #EC3055;
  background-color: white;
}
.btn.btn-secondary:hover.arrow::after {
  background-image: url(../images/ic_button_arrow_navy.svg);
}
.btn.btn-secondary.dxinsight {
  background-color: #05A7CB;
}
.btn.btn-secondary.dxinsight.arrow::after {
  background-image: url(../images/ic_button_arrow_product_dxinsight.svg);
}
@media (max-width: 980px) {
  .btn {
    height: 40px;
    border-radius: 20px;
    font-size: 0.875rem;
    line-height: 36px;
    text-align: left;
  }
  .btn.btn-primary.arrow::after {
    width: 24px;
    height: 24px;
    right: 8px;
    top: calc(50% - 12px);
  }
  .btn.sp-center {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .btn.sp-full {
    min-width: none;
    width: 100%;
  }
}

a.disabled,
a[disabled],
button.disabled,
button[disabled] {
  pointer-events: none;
}

.pc {
  display: block !important;
}

.pci {
  display: inline !important;
}

.sp {
  display: none !important;
}

.spi {
  display: none !important;
}

.lpc {
  display: block !important;
}

.lpci {
  display: inline !important;
}

.tb {
  display: none !important;
}

.tbi {
  display: none !important;
}

.ltb {
  display: block !important;
}

.ltbi {
  display: inline !important;
}

.smt {
  display: none !important;
}

.smti {
  display: none !important;
}

.xsp {
  display: none !important;
}

.xspi {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .lpc {
    display: none !important;
  }
  .lpci {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .tbi {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spi {
    display: inline !important;
  }
}
@media screen and (max-width: 480px) {
  .ltb {
    display: none !important;
  }
  .ltbi {
    display: none !important;
  }
  .smt {
    display: block !important;
  }
  .smti {
    display: inline !important;
  }
}
@media screen and (max-width: 320px) {
  .sp.ex-xp {
    display: none !important;
  }
  .spi.ex-xp {
    display: none !important;
  }
  .ex-xp {
    display: none !important;
  }
  .xsp {
    display: block !important;
  }
  .xspi {
    display: inline !important;
  }
}
html {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:focus {
  outline: 0;
}

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  outline: none;
  color: currentColor;
}

button, input[type=submit], input[type=reset] {
  cursor: pointer;
}

figure, picture {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin: 0;
}
figure img, picture img {
  width: 100%;
  height: auto;
}
figure img.auto-image, picture img.auto-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
figure figcaption, picture figcaption {
  margin-top: 0.5rem;
}
figure + figure {
  margin-top: 1.5rem;
}
@media (max-width: 600px) {
  figure + figure {
    margin-top: 1.25rem;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
img.fit-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover;";
}
img.fit-image.contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
  font-family: "object-fit: contain;";
}
img.auto-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

video {
  width: 100%;
  height: auto;
}

header.ailia-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100vw;
  height: 64px;
}
header.ailia-header .ah-container {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.ailia-header .ah-logo {
  margin-top: 8px;
}
header.ailia-header .ah-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header.ailia-header .ah-logo img {
  height: 56px;
  width: auto;
}
header.ailia-header .ah-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header.ailia-header .ah-nav .ah-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 1.25rem;
  margin-right: 1.25rem;
}
header.ailia-header .ah-nav .ah-menu .language {
  color: #EC3055;
}
header.ailia-header .ah-nav .ah-menu a {
  color: #EC3055;
}
header.ailia-header .ah-nav .ah-menu a.selected {
  color: black;
}
header.ailia-header .ah-menu-button {
  width: 40px;
  height: 40px;
  border: 0;
  user-select: none;
  background-color: transparent;
  position: relative;
  padding: 10px;
}
header.ailia-header .ah-menu-button svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  pointer-events: none;
}
header.ailia-header .ah-menu-button svg circle {
  fill: #EC3055;
}
header.ailia-header .ah-menu-button svg {
  -webkit-transition: opacity 0.35s ease 0s;
  -moz-transition: opacity 0.35s ease 0s;
  -ms-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
header.ailia-header .ah-menu-button img {
  -webkit-transition: opacity 0.35s ease 0s;
  -moz-transition: opacity 0.35s ease 0s;
  -ms-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
header.ailia-header .ah-menu-button .btn-hamburger {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease 0s;
  -moz-transition: opacity 0.35s ease 0s;
  -ms-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
header.ailia-header .ah-menu-button .btn-hamburger, header.ailia-header .ah-menu-button .btn-hamburger:before, header.ailia-header .ah-menu-button .btn-hamburger:after {
  width: 20px;
  height: 2px;
  position: absolute;
  background-color: #EC3055;
  border-radius: 1px;
}
header.ailia-header .ah-menu-button .btn-hamburger {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -14px;
  background-color: transparent;
}
header.ailia-header .ah-menu-button .btn-hamburger:before, header.ailia-header .ah-menu-button .btn-hamburger:after {
  content: "";
  left: 0px;
  top: 0px;
  width: 28px;
  display: block;
  -webkit-transition: top 0.25s ease-out, transform 0.25s ease-out, background-color 0.25s ease-out, width 0.25s ease-out;
  -moz-transition: top 0.25s ease-out, transform 0.25s ease-out, background-color 0.25s ease-out, width 0.25s ease-out;
  -ms-transition: top 0.25s ease-out, transform 0.25s ease-out, background-color 0.25s ease-out, width 0.25s ease-out;
  -o-transition: top 0.25s ease-out, transform 0.25s ease-out, background-color 0.25s ease-out, width 0.25s ease-out;
  transition: top 0.25s ease-out, transform 0.25s ease-out, background-color 0.25s ease-out, width 0.25s ease-out;
}
header.ailia-header .ah-menu-button .btn-hamburger:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
header.ailia-header .ah-menu-button .btn-hamburger:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
header.ailia-header .ah-menu-button.active svg, header.ailia-header .ah-menu-button.active img {
  opacity: 0;
}
header.ailia-header .ah-menu-button.active .btn-hamburger {
  pointer-events: all;
  opacity: 1;
}
@media (max-width: 600px) {
  header.ailia-header {
    height: 56px;
  }
  header.ailia-header .ah-container {
    height: 56px;
  }
  header.ailia-header .ah-logo {
    margin-top: 0;
  }
  header.ailia-header .ah-logo img {
    height: 36px;
  }
  header.ailia-header .ah-nav .ah-menu {
    display: none;
  }
}

.link-mailmagazine {
  border-radius: 0.75rem;
  background-color: #EAEAEA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4% 8%;
}
.link-mailmagazine .form-text,
.link-mailmagazine .form-input {
  width: 50%;
}
.link-mailmagazine .form-text h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 0px 0px 1rem;
}
.link-mailmagazine .form-text p {
  margin: 0;
}
@media (max-width: 980px) {
  .link-mailmagazine {
    padding: 4%;
  }
  .link-mailmagazine .form-text h4 {
    font-size: 1.75rem;
    margin: 0px 0px 1rem;
  }
  .link-mailmagazine .form-text p {
    font-size: 0.875rem;
  }
}
@media (max-width: 600px) {
  .link-mailmagazine {
    padding: 1.5rem 1rem;
  }
  .link-mailmagazine .form-text,
  .link-mailmagazine .form-input {
    width: 100%;
  }
  .link-mailmagazine .form-input {
    margin-top: 1.5rem;
  }
}

.link-ailia {
  margin-top: 4rem;
}
.link-ailia img {
  border-radius: 0.75rem;
}
@media (max-width: 600px) {
  .link-ailia {
    margin-top: 3rem;
  }
}

.link-products {
  margin-top: 4rem;
}
.link-products ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 0.75rem;
}
.link-products ul li img {
  border-radius: 20px;
}
.link-products ul li {
  text-align: center;
}
.link-products ul li p {
  font-weight: 700;
  font-size: 0.9375rem;
  margin: 0px 0px 0.5rem;
}
.link-products ul li small {
  display: block;
}
@media (max-width: 600px) {
  .link-products {
    margin-top: 3rem;
  }
  .link-products ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
  .link-products ul li {
    margin-bottom: 24px;
  }
  .link-products ul li img {
    width: 75%;
  }
  .link-products ul li p {
    margin-top: 0.5rem;
  }
}

footer.ailia-footer .af-main {
  background-color: #F7F7F7;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
footer.ailia-footer .af-upper-upper {
  position: relative;
}
footer.ailia-footer .af-bg-logo {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 0;
  width: 40%;
  max-width: 560px;
}
footer.ailia-footer .af-bg-logo img {
  opacity: 0.1;
}
footer.ailia-footer .af-others {
  position: absolute;
  right: 20px;
  bottom: 0;
}
footer.ailia-footer .af-static {
  background-color: #303030;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
footer.ailia-footer .af-static .af-static-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: white;
}
footer.ailia-footer .af-static .af-static-inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 2rem;
}
footer.ailia-footer .af-static .af-static-inner ul li {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.875rem;
}
footer.ailia-footer .af-static .af-static-inner p {
  margin: 0;
  line-height: 1.15;
}
@media (max-width: 600px) {
  footer.ailia-footer .af-main {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  footer.ailia-footer .category-nav {
    position: relative;
    z-index: 1;
  }
  footer.ailia-footer .af-bg-logo {
    right: 8%;
    top: -8%;
    width: 75%;
  }
  footer.ailia-footer .af-others {
    position: static;
    right: auto;
    bottom: auto;
    margin-top: 2.5rem;
  }
  footer.ailia-footer .af-static {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  footer.ailia-footer .af-static .af-static-inner {
    display: block;
    color: white;
  }
  footer.ailia-footer .af-static .af-static-inner p {
    margin: 1.5rem 0px 0px;
  }
}

.modal {
  display: none;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100vw;
  height: 100vh;
  background-color: white;
  -webkit-transition: opacity 0.35s ease 0s;
  -moz-transition: opacity 0.35s ease 0s;
  -ms-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
.modal.init {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: all;
}
.modal.show {
  opacity: 1;
}
@media (max-width: 600px) {
  .modal.init {
    display: block;
  }
  .modal .modal-inner {
    height: calc(100% - 56px);
    overflow: scroll;
    margin-top: 56px;
  }
}
.modal .modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal .modal-content .modal-content-logo {
  width: 24%;
}
.modal .modal-content .modal-content-nav {
  width: 28%;
  margin-left: 8%;
}
.modal .modal-content .modal-content-links {
  width: 40%;
  margin-left: auto;
}
.modal .modal-content .about-link {
  margin-top: 1.25rem;
}
.modal .modal-content .modal-content-links {
  position: relative;
}
.modal .modal-content .modal-content-links .mailmagazine-form {
  max-width: 420px;
  margin-left: auto;
}
.modal .modal-content .modal-content-links .modal-others {
  position: absolute;
  right: 8px;
  bottom: 1.25rem;
}
@media (max-width: 600px) {
  .modal .modal-content .modal-content-logo {
    width: 75%;
    margin-left: 12.5%;
    margin-top: 1.5rem;
  }
  .modal .modal-content .modal-content-nav {
    width: 100%;
    margin-left: 0;
    margin-top: 2.5rem;
  }
  .modal .modal-content .modal-content-links {
    width: 100%;
    margin-left: 0;
    margin-top: 2.5rem;
  }
  .modal .modal-content .about-link {
    margin-top: 1.5rem;
  }
  .modal .modal-content .modal-content-links {
    position: relative;
  }
  .modal .modal-content .modal-content-links .mailmagazine-form {
    margin-left: 0px;
  }
  .modal .modal-content .modal-content-links .modal-others {
    position: static;
    right: auto;
    bottom: auto;
    margin-top: 1.5rem;
  }
}
.modal .modal-corp-link {
  width: 90%;
  max-width: 1160px;
  margin-top: 8vh;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal .modal-corp-link .link-corp {
  width: calc(50% - 8px);
}
.modal .modal-corp-link .link-product {
  width: calc(50% - 8px);
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal .modal-corp-link .link-product > a {
  display: block;
  width: calc(50% - 5px);
  margin-bottom: 8px;
}
.modal .modal-corp-link .link-product > a img {
  border: 1px solid #DDDDDD;
  border-radius: 1.25rem;
}
.modal .modal-corp-link .link-product > a:nth-child(even) {
  margin-left: auto;
}
@media (max-width: 600px) {
  .modal .modal-corp-link {
    width: 100%;
    margin-top: 2.5rem;
    padding-bottom: 1.5rem;
    display: block;
  }
  .modal .modal-corp-link .link-corp {
    width: 100%;
  }
  .modal .modal-corp-link .link-product {
    width: 100%;
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  .modal {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
.top-grid-section {
  padding: 1.25rem 0px;
}
@media (max-width: 980px) {
  .top-grid-section {
    padding: 0.5rem 0px 1rem;
  }
}
@media (max-width: 600px) {
  .top-grid-section {
    padding: 72px 0px 40px !important;
  }
}

.ailia-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 980px) {
  .ailia-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .ailia-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
  }
}

.ailia-grid-item {
  height: 100%;
}
.ailia-grid-item.full-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.ailia-grid-item[data-grid="01"] {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
}
.ailia-grid-item[data-grid="02"] {
  grid-row: span 2/span 2;
}
.ailia-grid-item[data-grid="12"] {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 6;
}
.ailia-grid-item[data-grid="15"] {
  grid-column: span 2/span 2;
}
@media (max-width: 980px) {
  .ailia-grid-item[data-grid="01"], .ailia-grid-item[data-grid="10"] {
    grid-column: span 2/span 2;
    grid-row: auto;
  }
  .ailia-grid-item[data-grid="02"] {
    grid-row: auto;
  }
  .ailia-grid-item[data-grid="12"] {
    grid-column: auto;
    grid-row: auto;
    grid-column-start: auto;
    grid-row-start: auto;
  }
  .ailia-grid-item[data-grid="15"] {
    grid-column: auto;
  }
}
@media (max-width: 600px) {
  .ailia-grid-item {
    height: auto;
    min-height: 40vw;
  }
  .ailia-grid-item.full-banner {
    min-height: auto;
  }
  .ailia-grid-item[data-grid="01"], .ailia-grid-item[data-grid="10"] {
    grid-column: auto;
  }
  .ailia-grid-item[data-grid="02"] {
    min-height: 58vw;
  }
  .ailia-grid-item[data-grid="09"] {
    grid-column: auto;
  }
}

.grid-about {
  position: relative;
  width: 100%;
  height: 100%;
}
.grid-about::after {
  content: "";
  position: absolute;
  top: 7%;
  left: 7%;
  z-index: -1;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(236, 48, 85, 0.15) 0%, rgba(236, 48, 85, 0) 100%);
}
.grid-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid-about .about-inner {
  width: 80%;
}
.grid-about .about-ainyan {
  width: 27.5%;
  position: absolute;
  right: 7.5%;
  top: 4%;
}
[lang=en-US] .grid-about .about-ainyan {
  top: 2%;
}
.grid-about .about-link {
  width: 95%;
  margin: 1.5rem auto 0px;
}
@media (max-width: 980px) {
  .grid-about .about-inner {
    width: 90%;
  }
  .grid-about .about-ainyan {
    width: 25%;
    right: 5%;
    top: 10%;
  }
  [lang=en-US] .grid-about .about-ainyan {
    top: 10%;
  }
  .grid-about .about-main-copy {
    width: 60%;
  }
  .grid-about .about-link {
    width: 80%;
    margin: 0.75rem auto 0px;
  }
}
@media (max-width: 600px) {
  .grid-about .about-link {
    margin: 1.25rem auto 0px;
  }
}

.grid-mailmagazine {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 600px) {
  .grid-mailmagazine {
    padding: 40px 0px;
  }
}

.grid-taglist {
  padding: 1rem;
}
.grid-taglist ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 20px;
}
.grid-taglist ul li {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: min(1.75vw, 1.625rem);
  font-weight: 500;
}
.grid-taglist ul li a {
  color: #EC3055;
}
.grid-taglist .taglist-link {
  margin-top: 1rem;
  text-align: right;
}
@media (max-width: 600px) {
  .grid-taglist {
    padding: 0.5rem;
  }
  .grid-taglist ul {
    gap: 8px 12px;
  }
  .grid-taglist ul li {
    font-size: 0.875rem;
  }
}

.bg-gray {
  background-color: #F7F7F7;
}

a.link:hover {
  opacity: 0.6;
}
@media (max-width: 600px) {
  a.link:hover {
    opacity: 1;
  }
}
a.text-link {
  text-decoration: underline;
}
a.text-link:hover {
  opacity: 0.5;
}
a.normal-link {
  text-decoration: none;
}
a.normal-link:hover {
  text-decoration: underline;
}
a.red {
  color: #EC3055;
}

a.hover-scale {
  display: block;
  overflow: hidden;
  border-radius: 0.75rem;
}
a.hover-scale img {
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -ms-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
a.hover-scale:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
a.hover-scale.double:hover img {
  transform: scale3d(1.045, 1.05, 1.05);
}
@media (max-width: 980px) {
  a.hover-scale:hover img {
    transform: scale3d(1.075, 1.075, 1.075);
  }
  a.hover-scale.double:hover img {
    transform: scale3d(1.075, 1.075, 1.075);
  }
}
@media (max-width: 600px) {
  a.hover-scale:hover img {
    transform: scale3d(1, 1, 1);
  }
  a.hover-scale.double:hover img {
    transform: scale3d(1, 1, 1);
  }
}

span.category {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
span.category a:hover {
  opacity: 0.5;
}
span.category.dialogue {
  color: #F0CB49;
}
span.category.interview {
  color: #E2176C;
}
span.category.report {
  color: #07BF9A;
}
span.category.tips {
  color: #4944B1;
}
span.category.pickup {
  color: #D650B2;
}

span.date {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.875rem;
}

.mailmagazine-form {
  width: 100%;
}
.mailmagazine-form > form {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.mailmagazine-form input[type=text], .mailmagazine-form input[type=email] {
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 48px;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", YuGothicMedium, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  text-align: left;
  padding: 0px 3rem 0px 1rem;
  border-radius: 24px;
  background-color: #E8E8E8;
}
.mailmagazine-form input[type=button], .mailmagazine-form input[type=submit] {
  border: 0px;
  outline: none;
  -webkit-user-select: none;
  padding: 0px;
  background-color: transparent;
  color: transparent;
  position: absolute;
  right: 6px;
  top: 4px;
  width: 40px;
  height: 40px;
  background-image: url(../images/ic_button_arrow_navy.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.mailmagazine-form .thank-you-message input[type=email],
.mailmagazine-form .thank-you-message input[type=text] {
  text-align: center;
}
.mailmagazine-form .thank-you-message input[type=submit] {
  display: none;
}
.mailmagazine-form h6 {
  text-align: center;
}
.mailmagazine-form p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  text-align: center;
}
.mailmagazine-form p small {
  font-size: 0.75rem;
}
@media (max-width: 980px) {
  .mailmagazine-form h6 {
    font-size: 1rem;
  }
  .mailmagazine-form p {
    font-size: 0.875rem;
  }
}
.mailmagazine-form > form.white input[type=text], .mailmagazine-form > form.white input[type=email] {
  background-color: white;
}

.category-nav ul li {
  margin: 1rem 0px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
}
.category-nav ul li:first-of-type {
  margin-top: 0;
}
.category-nav ul li:last-of-type {
  margin-bottom: 0;
}
.category-nav ul li a {
  display: inline-block;
}
.category-nav ul li small {
  display: block;
  color: #6E6E6E;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothicMedium, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
}
@media (max-width: 600px) {
  .category-nav ul li {
    font-size: 1.125rem;
  }
  .category-nav ul li small {
    font-size: 0.6875rem;
  }
}

.other-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0px 24px;
}
.other-links a {
  display: block;
}
.other-links a img {
  height: 100%;
  width: auto;
}
.other-links a.link-sns {
  height: 40px;
  border-radius: 50%;
  border: 1px solid currentColor;
}
.other-links a.link-corp {
  height: 22px;
}
@media (max-width: 980px) {
  .other-links a.link-corp {
    height: 15px;
  }
}
@media (max-width: 600px) {
  .other-links {
    gap: 0px 1.5rem;
  }
  .other-links a.link-sns {
    height: 32px;
  }
  .other-links a.link-corp {
    height: 18px;
  }
}

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem 0.75rem;
}
.archive-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.archive-list .archive-item {
  width: calc(33.33333% - 13.5px);
}
@media (max-width: 600px) {
  .archive-list {
    gap: 1.5rem 0.75rem;
  }
  .archive-list .archive-item {
    width: calc(50% - 6px);
  }
}

.archive-item a.hover-scale {
  border-radius: 0.75rem 0.75rem 0px 0px;
}
.archive-item .archive-item-content {
  background-color: white;
  padding: 1.25rem;
  border-radius: 0px 0px 0.75rem 0.75rem;
}
.archive-item .archive-item-content.bg-gray {
  background-color: #F7F7F7;
}
.archive-item .archive-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .archive-item h5 {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .archive-item .archive-item-content {
    padding: 0.75rem;
  }
}

.archive-title {
  margin-bottom: 3rem;
}
.archive-title h2 {
  line-height: 1;
  font-size: 2rem;
  font-weight: 500;
}
.archive-title h2 small,
.archive-title h2 span {
  display: inline-block;
  line-height: 1;
  padding: 0.5rem;
  border: 1px solid black;
  background-color: white;
}
.archive-title h2 small {
  font-weight: 700;
}
.archive-title h2 span {
  margin-top: -1px;
}
@media (max-width: 600px) {
  .archive-title {
    margin-bottom: 2.5rem;
  }
  .archive-title h2 {
    font-size: 1.5rem;
  }
  .archive-title h2 small {
    font-size: 0.875rem;
  }
  .archive-title h2 span {
    margin-top: -1.5px;
  }
}

.post-head h1 {
  margin-top: 0.75rem;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 600px) {
  .post-head {
    padding-top: 1rem;
  }
}

.post-meta span + span {
  margin-left: 1.5rem;
}
@media (max-width: 600px) {
  .post-meta span + span {
    margin-left: 1rem;
  }
}

.post-main-image {
  margin-top: 2.5rem;
}
.post-main-image img {
  border-radius: 0.75rem;
}
@media (max-width: 600px) {
  .post-main-image {
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
  }
  .post-main-image img {
    border-radius: 0;
  }
}

.post-lead {
  border-radius: 1.25rem;
  padding: 2.5rem;
  background-color: #ECF0F4;
}
.post-lead p {
  margin: 0;
}
.post-lead p + p {
  margin-top: 1.75rem;
}
.post-lead a {
  color: #EC3055;
  text-decoration: underline;
}
.post-lead a:hover {
  opacity: 0.5;
}
@media (max-width: 600px) {
  .post-lead {
    padding: 1.25rem 1rem;
  }
}

.published {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothicMedium, "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
}
.published h3 {
  font-size: 1.5rem;
  margin: 3rem 0px 2.5rem;
}
.published h3 span, .published h3 strong {
  display: inline-block;
  padding: 0.25rem 0.35rem;
  border: 1px solid currentColor;
  font-weight: 500;
}
.published h4 {
  font-size: 1.375rem;
}
.published p {
  margin: 2rem 0px;
  font-size: 15px;
  line-height: 180%;
}
.published a {
  color: #EC3055;
  text-decoration: underline;
}
.published a:hover {
  opacity: 0.5;
}
.published a[rel="noopener noreferrer"] {
  word-wrap: break-word;
  word-break: break-all;
}
.published figure {
  margin-top: 1.85em;
  margin-bottom: 1.85em;
}
.published figure figcaption {
  font-size: 80%;
}
.published figure.wp-block-audio {
  margin-top: 1em;
  margin-bottom: 1em;
}
.published img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 100%;
  height: auto;
}
.published img + small {
  display: inline-block;
  margin-top: 0.5rem;
}
.published strong {
  font-weight: 700;
}
.published ul, .published ol {
  margin-block-start: 1.65em;
  margin-block-end: 1.65em;
  padding-inline-start: 1.65em;
}
.published ul li, .published ol li {
  margin-block-start: 0.25em;
  margin-block-end: 0.25em;
  line-height: 1.575;
}
.published ul ul, .published ul ol, .published ol ul, .published ol ol {
  margin: 0;
}
.published ul {
  list-style: disc;
}
.published ul.asterisk {
  list-style-type: none;
  padding-inline-start: 1em;
}
.published ul.asterisk li {
  text-indent: -1em;
}
.published ul.asterisk li:before {
  display: inline;
  content: "※";
}
.published ol {
  list-style: decimal;
}
.published table {
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.85em;
  width: 100%;
}
.published table thead {
  background-color: #eee;
  border: none;
}
.published table tr, .published table th, .published table td {
  border-color: inherit;
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
}
.published table th, .published table td {
  padding: 0.25em 0.45em;
  line-height: 1.575;
}
.published table + .wp-element-caption {
  margin-top: -1.25rem;
}
.published .has-text-align-center,
.published .wp-element-caption {
  text-align: center;
}
.published .movie-embed {
  position: relative;
  padding-top: 56.25%;
}
.published .movie-embed > iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.published .wp-block-group {
  padding: 1.5rem;
  border: 1px solid currentColor;
  border-radius: 1rem;
}
.published .wp-block-group p:first-child {
  margin-top: 0;
}
.published .wp-block-group p:last-child {
  margin-bottom: 0;
}
.published .wp-block-code {
  font-size: 14px;
  line-height: 2rem;
}
.published code {
  display: block;
  padding: 0.75rem 1rem;
  margin: 0.5rem 0px;
  border-radius: 4px;
  background-color: rgb(249, 249, 249);
  border: 1px solid rgb(229, 229, 229);
  font-size: 14px;
  font-family: source-code-pro, Menlo, Monaco, "Courier New", Courier, monospace;
  line-height: 2rem;
}
.published .wp-block-code code {
  all: unset; /* すべてのスタイルをリセット */
  font-family: monospace, monospace; /* デフォルトの等幅フォント */
}
.published .wp-block-quote {
  position: relative;
  margin: 0;
  padding-left: 1.25rem;
}
.published .wp-block-quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: -15%;
  width: 4px;
  height: 130%;
  background-color: #d6d6d6;
  border-radius: 2px;
}
.published small.caption {
  display: block;
  text-align: center;
}
.published .liquid-speech-balloon-text p {
  margin: 0px 0px;
}
.published .liquid-speech-balloon-text p a {
  color: #EC3055;
}
@media (max-width: 600px) {
  .published h3 {
    font-size: 1.25rem;
  }
  .published h4 {
    font-size: 1.125rem;
  }
  .published table tr, .published table th, .published table td {
    font-size: 0.875rem;
  }
}

.post-people {
  border-radius: 1.25rem;
  padding: 2rem;
  background-color: #F7F7F7;
  margin: 2rem 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-people figure {
  width: 20%;
}
.post-people .profile {
  width: 80%;
  padding-left: 1.5rem;
}
.post-people figure img {
  border-radius: 0.75rem;
}
.post-people .profile h6 {
  margin: 0.5rem 0px 1.25rem;
}
.post-people .profile p {
  margin: 0;
  font-size: 0.875rem;
}
.post-people .profile p + p {
  margin-top: 1.5rem;
}
.post-people .profile a {
  color: #EC3055;
  text-decoration: underline;
}
.post-people .profile a:hover {
  opacity: 0.5;
}
.post-people.no-portrait .profile {
  width: 100%;
  padding-left: 0;
}
@media (max-width: 600px) {
  .post-people {
    padding: 1.25rem;
  }
  .post-people figure {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .post-people .profile {
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
  }
  .post-people.no-portrait .profile {
    margin-top: 0rem;
  }
}

.post-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.5rem;
}
.post-share p {
  margin: 0px 1.5rem 0px 0px;
}
.post-share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.post-share ul li {
  margin-right: 1.25rem;
}
.post-share ul a {
  display: block;
  width: 40px;
}
.post-share ul a img {
  border: 1px solid #EC3055;
  border-radius: 50%;
}
@media (max-width: 600px) {
  .post-share ul li {
    margin-right: 1rem;
  }
  .post-share ul a {
    width: 36px;
  }
  .post-share ul a img {
    border: 1px solid #EC3055;
    border-radius: 50%;
  }
}

.post-tags {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #DDDDDD;
}
.post-banner {
  border-radius: 1.25rem;
  padding: 2rem;
  border: 1px solid currentColor;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-banner figure {
  width: 37.5%;
}
.post-banner .banner-text {
  width: 62.5%;
  padding-left: 2rem;
}
.post-banner .banner-text h5 {
  margin: 0;
  font-size: 1.25rem;
}
.post-banner .banner-text p, .post-banner .banner-text .banner-link {
  margin: 0.75rem 0px 0px;
}
.post-banner.dxinsight h5 {
  color: #05A7CB;
}
@media (max-width: 600px) {
  .post-banner {
    padding: 1.5rem 1rem;
    display: block;
  }
  .post-banner figure {
    width: 75%;
    margin: 0px auto;
  }
  .post-banner .banner-text {
    width: 100%;
    padding-left: 0px;
    margin-top: 1.5rem;
  }
  .post-banner .banner-text h5 {
    font-size: 1.125rem;
  }
  .post-banner .banner-text p, .post-banner .banner-text .banner-link {
    font-size: 0.875rem;
  }
}

.button-link {
  margin-top: 64px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .button-link {
    margin-top: 40px;
    max-width: 300px;
  }
}

.news-content-paging {
  margin-top: 4rem;
}
.news-content-paging > ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news-content-paging > ol li {
  padding-left: 0.5em;
  padding-right: 0.5em;
  line-height: 1;
}
.news-content-paging > ol li a, .news-content-paging > ol li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #EC3055;
  background-color: white;
  border-radius: 0.5rem;
  font-size: 1rem;
  text-align: center;
  line-height: 40px;
}
.news-content-paging > ol li a i, .news-content-paging > ol li span i {
  font-style: normal;
}
.news-content-paging > ol li a.prev, .news-content-paging > ol li a.next, .news-content-paging > ol li span.prev, .news-content-paging > ol li span.next {
  padding-top: 0;
}
.news-content-paging > ol li a.current, .news-content-paging > ol li span.current {
  color: white;
  background-color: #EC3055;
}
.news-content-paging > ol li.current a, .news-content-paging > ol li.current span {
  color: white;
  background-color: #EC3055;
}
.news-content-paging > ol li a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.news-content-paging > ol li.no-prev, .news-content-paging > ol li.no-next {
  width: 0;
  padding: 0;
}
.news-content-paging > ol li.no-prev > i, .news-content-paging > ol li.no-next > i {
  display: block;
  width: 40px;
}
@media (max-width: 600px) {
  .news-content-paging {
    margin-top: 2.5rem;
  }
  .news-content-paging > ol li {
    padding-left: 0.25em;
    padding-right: 0.25em;
    line-height: 1;
  }
}

.ai_headline_pc {
  position: relative;
}

.ainyan_sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .ai_headline_pc .about-ainyan {
    bottom: 20px;
    right: -200px;
  }
  .ainyan_sp {
    display: none;
  }
}
.post-tips-contact {
  border-radius: 0.75rem;
  background-color: #EC3055;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4% 6%;
  margin: 144px 0px 40px;
  position: relative;
}
.post-tips-contact .contact-icon {
  position: absolute;
  width: 114px;
  right: 10px;
  top: -110px;
}
.post-tips-contact .contact-text {
  width: 55%;
}
.post-tips-contact .contact-text h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 0px 0px 1rem;
}
.post-tips-contact .contact-text p {
  margin: 0;
}
.post-tips-contact .contact-link {
  width: 45%;
  padding-left: 16px;
}
@media (max-width: 600px) {
  .post-tips-contact {
    padding: 1.5rem 1rem;
    margin: 96px 0px 24px;
  }
  .post-tips-contact .contact-icon {
    width: 80px;
    top: -76px;
  }
  .post-tips-contact .contact-text,
  .post-tips-contact .contact-link {
    width: 100%;
  }
  .post-tips-contact .contact-text h4 {
    font-size: 1.5rem;
    margin: 0px 0px 0.5rem;
  }
  .post-tips-contact .contact-link {
    margin-top: 1.5rem;
    padding-left: 0;
  }
}

.wp-block-table.table-col-20-40-40 th,
.wp-block-table.table-col-20-40-40 td {
  vertical-align: top;
}
.wp-block-table.table-col-20-40-40 th:nth-child(1),
.wp-block-table.table-col-20-40-40 td:nth-child(1) {
  width: 20%;
}
.wp-block-table.table-col-20-40-40 th:nth-child(2),
.wp-block-table.table-col-20-40-40 td:nth-child(2) {
  width: 40%;
}
.wp-block-table.table-col-20-40-40 th:nth-child(3),
.wp-block-table.table-col-20-40-40 td:nth-child(3) {
  width: 40%;
}

.wp-block-table.table-col-30-70 th,
.wp-block-table.table-col-30-70 td {
  vertical-align: top;
}
.wp-block-table.table-col-30-70 th:nth-child(1),
.wp-block-table.table-col-30-70 td:nth-child(1) {
  width: 30%;
}
.wp-block-table.table-col-30-70 th:nth-child(2),
.wp-block-table.table-col-30-70 td:nth-child(2) {
  width: 70%;
}

.wp-block-table.table-col-first-40 th,
.wp-block-table.table-col-first-40 td {
  vertical-align: top;
}
.wp-block-table.table-col-first-40 th:nth-child(1),
.wp-block-table.table-col-first-40 td:nth-child(1) {
  width: 40%;
}

.wp-block-table.table-col-first-10 th,
.wp-block-table.table-col-first-10 td {
  vertical-align: top;
}
.wp-block-table.table-col-first-10 th:nth-child(1),
.wp-block-table.table-col-first-10 td:nth-child(1) {
  width: 10%;
}/*# sourceMappingURL=style.css.map */