@charset "UTF-8";
.header-navigation .header-navigation-item {
  position: relative;
}
.header-navigation .header-navigation-menu {
  font-size: 0.8125rem;
  letter-spacing: 0;
}
.header-navigation .header-navigation-menu small {
  font-size: 0.6875rem;
}
.header-navigation .header-navigation-sub .header-navigation-link {
  position: relative;
}
.header-navigation .header-navigation-sub .header-navigation-link::after {
  content: "";
  position: absolute;
  width: 0.9375rem;
  height: 0.625rem;
  transition: 0.3s ease;
  background: url(https://datasign.jp/wp-content/themes/ds_corporate/assets/images/arrow_icn_03.svg) no-repeat center center/100% auto;
}

@media print, (min-width: 1025px) {
  .header-navigation .header-navigation-inner {
    gap: 2.1875rem;
  }
  .header-navigation .header-navigation-mega {
    position: absolute;
    left: -0.875rem;
    top: calc(100% - 0.125rem);
    width: 15.625rem;
    z-index: 10;
    padding-top: 1.75rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
    display: block !important;
    height: auto !important;
  }
  .header-navigation .header-navigation-menu {
    background: #fff;
    line-height: 1.28;
    font-weight: 700;
  }
  .header-navigation .header-navigation-menu > li {
    padding: 0 0.8125rem;
    border-bottom: 1px solid #D9D9D9;
  }
  .header-navigation .header-navigation-menu a {
    color: #0B1437;
    display: flex;
    align-items: center;
    min-height: 2.5rem;
    position: relative;
    padding: 0.1875rem 1.25rem 0.1875rem 0;
    transition: color 0.3s ease;
  }
  .header-navigation .header-navigation-menu a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5rem;
    width: 1rem;
    height: 1rem;
    background: url(https://datasign.jp/wp-content/themes/ds_corporate/assets/images/arrow_icn_02.svg) no-repeat center center/100% auto;
  }
}
@media print and (hover: hover), (min-width: 1025px) and (hover: hover) {
  .header-navigation .header-navigation-menu a:hover {
    color: #3975D4;
  }
}
@media print, (min-width: 1025px) {
  .header-navigation .header-navigation-menu small {
    display: block;
    margin-top: -0.125rem;
  }
  .header-navigation .header-navigation-link {
    transition: color 0.3s ease;
    cursor: pointer;
  }
}
@media print and (hover: hover), (min-width: 1025px) and (hover: hover) {
  .header-navigation .header-navigation-link:hover {
    color: #3975D4;
  }
}
@media print, (min-width: 1025px) {
  .header-navigation .header-navigation-icon {
    top: 1px;
  }
  .is-firefox .header-navigation .header-navigation-icon {
    top: 0.125rem;
  }
  .header-navigation .header-navigation-sub .header-navigation-link {
    padding-right: 1.375rem;
  }
  .header-navigation .header-navigation-sub .header-navigation-link::after {
    right: -0.0625rem;
    top: 0.5625rem;
  }
  .is-firefox .header-navigation .header-navigation-sub .header-navigation-link::after {
    top: 0.625rem;
  }
  .header-navigation .header-navigation-sub:last-child .header-navigation-mega {
    width: 10.75rem;
  }
}
@media print and (hover: hover), (min-width: 1025px) and (hover: hover) {
  .header-navigation .header-navigation-sub:hover .header-navigation-link {
    color: #3975D4;
  }
  .header-navigation .header-navigation-sub:hover .header-navigation-link:after {
    transform: rotate(180deg);
  }
  .header-navigation .header-navigation-sub:hover .header-navigation-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1024px) {
  .header-navigation .header-navigation-wrapper {
    max-height: 100vh;
    overflow-y: auto;
  }
  .header-navigation .header-navigation-list {
    display: block;
  }
  .header-navigation .is-active .header-navigation-link {
    color: #3975D4;
  }
  .header-navigation .is-active .header-navigation-link::after {
    transform: rotate(180deg);
  }
  .header-navigation .header-navigation-link {
    display: block;
    text-align: left;
    padding-left: 1.375rem;
    padding-right: 3.75rem;
  }
  .header-navigation .header-navigation-heading {
    position: relative;
  }
  .header-navigation .header-navigation-dropdown {
    position: absolute;
    right: 0;
    top: 0;
    width: 5rem;
    height: 100%;
    z-index: 2;
  }
  .header-navigation .header-navigation-mega {
    display: none;
  }
  .header-navigation .header-navigation-icon {
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: absolute;
    width: 0.9375rem;
    right: 2rem;
  }
  .header-navigation .header-navigation-icon img {
    width: 100%;
    -o-object-fit: none;
    object-fit: none;
  }
  .header-navigation .header-navigation-menu {
    line-height: 1.5;
    font-weight: 500;
    padding: 0.75rem 1.375rem 0.5625rem;
    background: rgba(217, 217, 217, 0.5);
    border-top: 0.0625rem solid #d9d9d9;
  }
  .header-navigation .header-navigation-menu > li {
    margin-bottom: 1px;
  }
  .header-navigation .header-navigation-menu > li:last-child {
    margin-bottom: 0;
  }
  .header-navigation .header-navigation-menu a {
    color: #3975D4;
    display: inline-block;
    position: relative;
    padding: 0.25rem 0 0.25rem 1.1875rem;
    font-size: 0.8125rem;
  }
  .header-navigation .header-navigation-menu a::before {
    content: "";
    position: absolute;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 100%;
    background: #3975D4;
    left: 0.5rem;
    top: 0.8125rem;
  }
  .header-navigation .header-navigation-menu.is-menu-modify {
    display: flex;
    flex-wrap: wrap;
  }
  .header-navigation .header-navigation-menu.is-menu-modify > li {
    width: 51.5%;
  }
  .header-navigation .header-navigation-menu.is-menu-modify > li:nth-child(2n) {
    width: 48%;
  }
  .header-navigation .header-navigation-sub .header-navigation-link {
    padding-right: 1.375rem;
  }
  .header-navigation .header-navigation-sub .header-navigation-link::after {
    right: 2rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
.footer-common .footer-navigation-link.is-target::after,
.footer-common .footer-submenu-link.is-target::after,
.footer-common .footer-information-link.is-target::after {
  background-image: url(https://datasign.jp/wp-content/themes/ds_corporate/assets/images/blank_icn.svg);
}

@media print, (min-width: 1025px) {
  .footer-common .footer-main {
    padding: 2.5rem 3.875rem 2.1875rem;
  }
  .footer-common .footer-logo {
    margin-bottom: 2rem;
  }
  .footer-common .footer-describe {
    margin-left: 1.125rem;
  }
  .footer-common .footer-navigation-sitemap {
    padding: 1rem 0.9375rem 0 0;
  }
  .footer-common .footer-navigation-item:first-child {
    margin-right: -0.25rem;
  }
  .footer-common .sub-menu {
    padding-top: 0.5625rem;
  }
  .footer-common .sub-menu > li {
    margin-bottom: 0.25rem;
  }
  .footer-common .sub-menu > li:last-child {
    margin-bottom: 0;
  }
  .footer-common .footer-social-list {
    padding-left: 1.125rem;
    padding-top: 1px;
  }
  .footer-common .footer-social-list > li {
    margin-right: -0.0625rem;
  }
  .footer-common .footer-social-list > li:last-child {
    margin-left: -0.1875rem;
  }
  .footer-common .footer-navigation-link {
    min-width: 4.5rem;
  }
  .footer-common .footer-navigation-link.is-target::after,
  .footer-common .footer-submenu-link.is-target::after,
  .footer-common .footer-information-link.is-target::after {
    width: 0.8125rem;
    height: 0.9375rem;
  }
  .footer-common .footer-navigation-link.is-target::after {
    top: 0.0625rem;
  }
  .is-firefox .footer-common .footer-navigation-link.is-target::after {
    top: 0;
  }
  .is-safari .footer-common .footer-navigation-link.is-target::after {
    top: 0.0625rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer-common .footer-main {
    padding: 2.75rem 1.25rem 1.9375rem;
  }
  .footer-common .footer-logo {
    margin-bottom: 2.25rem;
  }
  .footer-common .footer-navigation-list {
    width: 12.125rem;
    margin: -1px auto -1.8125rem;
    position: relative;
    left: 0.25rem;
  }
  .footer-common .footer-navigation-wrapper {
    flex-wrap: wrap;
    gap: 0;
    margin-right: -1.25rem;
    padding-left: 0;
  }
  .footer-common .footer-navigation-wrapper > li {
    width: 7.0625rem;
    margin-bottom: 1.8125rem;
    max-width: none;
  }
  .footer-common .footer-navigation-wrapper > li:nth-child(2n) {
    width: 5.8125rem;
  }
  .footer-common .footer-submenu-link {
    justify-content: flex-start;
  }
  .footer-common .sub-menu {
    padding-top: 0.5625rem;
  }
  .footer-common .footer-navigation-link.is-target::after {
    top: 0;
  }
  .footer-common .footer-navigation-link.is-target::after,
  .footer-common .footer-submenu-link.is-target::after {
    width: 0.75rem;
    height: 0.875rem;
    margin-left: 0.4375rem;
  }
  .footer-common .footer-submenu-item {
    max-width: none;
  }
}
.breadcrumb-container {
  position: relative;
  z-index: 1;
}

.breadcrumb-list .breadcrumb-item {
  color: rgba(11, 20, 55, 0.6);
}
.breadcrumb-list .breadcrumb-item:first-child {
  font-family: "Lato", sans-serif;
  top: 1px;
  position: relative;
}
.breadcrumb-list .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
}
.breadcrumb-list a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: rgba(11, 20, 55, 0.6);
}

@media print, (min-width: 769px) {
  .breadcrumb-container {
    padding-top: 0.6875rem;
  }
  .breadcrumb-container .wrapper {
    max-width: 100%;
    width: 100%;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
  .breadcrumb-list {
    font-size: 0.75rem;
  }
  .breadcrumb-list .breadcrumb-item + .breadcrumb-item::before {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb-container {
    padding: 0;
  }
  .breadcrumb-container .wrapper {
    padding: 0 0 0 0.875rem;
    overflow-x: auto;
  }
  .breadcrumb-container .wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
    opacity: 0;
  }
  .breadcrumb-list {
    flex-wrap: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    padding: 0.5625rem 0.875rem 0.5625rem 0;
  }
  .breadcrumb-list .breadcrumb-item {
    font-size: 0.625rem;
  }
  .breadcrumb-list .breadcrumb-item + .breadcrumb-item::before {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.625rem;
  }
  .single-post .breadcrumb-container {
    background: #F5F5F6;
  }
  .single-post .footer-common {
    border-top: none;
  }
}
.section-common-keyvisual {
  position: relative;
}
.section-common-keyvisual .keyvisual-title {
  opacity: 0;
}
.wf-active .section-common-keyvisual .keyvisual-title {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.section-common-keyvisual .keyvisual-title > span {
  font-weight: 700;
  display: block;
}
.section-common-keyvisual .title-english {
  line-height: 1.2;
  color: #3975D4;
  letter-spacing: 0.28em;
  font-family: "Lato", sans-serif;
}
.section-common-keyvisual .title-english.is-capitalize {
  text-transform: capitalize;
}
.section-common-keyvisual .title-japanese {
  line-height: 1.2;
  color: #0B1437;
  letter-spacing: 0.03em;
}
.section-common-keyvisual .is-space {
  letter-spacing: 0;
}

@media print, (min-width: 769px) {
  .section-common-keyvisual {
    background: url(https://datasign.jp/wp-content/themes/ds_corporate/assets/images/main_bg_pc.jpg) no-repeat center center/cover;
    min-height: 12.625rem;
    margin-top: -2.75rem;
    padding: 4.0625rem 0 1.5rem;
  }
  .section-common-keyvisual .wrapper {
    max-width: 61.25rem;
  }
  .section-common-keyvisual .title-english {
    font-size: 2.625rem;
    margin-bottom: 1rem;
  }
  .section-common-keyvisual .title-japanese {
    font-size: 1.25rem;
    padding-left: 0.125rem;
  }
  .section-common-keyvisual .is-space {
    margin-right: 0.25em;
  }
}
@media screen and (max-width: 768px) {
  .section-common-keyvisual {
    background: url(https://datasign.jp/wp-content/themes/ds_corporate/assets/images/main_bg_sp.jpg) no-repeat center center/cover;
    min-height: 8.8125rem;
    margin-top: -2.0625rem;
    padding: 3.0625rem 0 1.5rem;
  }
  .section-common-keyvisual .wrapper {
    padding: 0 1rem;
  }
  .section-common-keyvisual .title-english {
    font-size: 2rem;
    margin-bottom: 0.3125rem;
  }
  .section-common-keyvisual .title-japanese {
    font-size: 0.875rem;
    padding-left: 1px;
  }
  .section-common-keyvisual .is-space {
    margin: 0 0.25rem 0 -0.0625rem;
  }
  .section-common-keyvisual.is-keyvisual-primary .title-english {
    letter-spacing: 0.15em;
    margin-right: -0.75rem;
  }
  .section-common-keyvisual.is-keyvisual-contact .title-english {
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 374px) {
  .section-common-keyvisual.is-keyvisual-primary .title-english {
    font-size: 1.8125rem;
  }
}
.title-common-secondary {
  text-align: center;
}
.title-common-secondary > span {
  font-weight: 700;
  display: block;
  line-height: 1.2;
}
.title-common-secondary .title-english {
  color: #3975D4;
  letter-spacing: 0.28em;
  font-family: "Lato", sans-serif;
}
.title-common-secondary .title-japanese {
  line-height: 1.2;
  color: #0B1437;
  letter-spacing: 0.03em;
}

@media print, (min-width: 769px) {
  .title-common-secondary .title-english {
    font-size: 1.75rem;
    padding-left: 0.5rem;
    margin-bottom: 0.75rem;
  }
  .title-common-secondary .title-japanese {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .title-common-secondary .title-english {
    font-size: 1.5rem;
    padding-left: 0.5rem;
    margin-bottom: 0.5625rem;
  }
  .title-common-secondary .title-japanese {
    font-size: 0.875rem;
  }
}
.title-common-tertiary {
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #0B1437;
}
.title-common-tertiary.is-lato {
  font-family: "Lato", sans-serif;
}
.title-common-tertiary::before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 0.5rem solid #3975D4;
}

@media print, (min-width: 769px) {
  .title-common-tertiary {
    font-size: 2rem;
    padding-left: 2.25rem;
  }
  .title-common-tertiary::before {
    top: 0.3125rem;
    bottom: 0.375rem;
  }
  .is-mac.is-safari .title-common-tertiary::before {
    top: 0.4375rem;
    bottom: 0.3125rem;
  }
  .is-mac.is-chrome .title-common-tertiary::before {
    top: 0.375rem;
    bottom: 0.25rem;
  }
  .is-firefox .title-common-tertiary::before {
    top: 0.5rem;
    bottom: 0.1875rem;
  }
  .title-common-tertiary.is-lato::before {
    top: 0.4375rem;
  }
  .is-firefox .title-common-tertiary.is-lato::before {
    top: 0.375rem;
    bottom: 0.3125rem;
  }
}
@media screen and (max-width: 768px) {
  .title-common-tertiary {
    font-size: 1.25rem;
    padding-left: 1.5rem;
  }
  .title-common-tertiary::before {
    top: 0;
    bottom: 0;
  }
}
.title-common-quaternary {
  overflow: hidden;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.6;
}
.title-common-quaternary > span {
  position: relative;
  display: inline-block;
}
.title-common-quaternary > span::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 100%;
  width: 100vw;
  border-top: 2px solid #3975D4;
}

@media print, (min-width: 769px) {
  .title-common-quaternary {
    font-size: 1.5625rem;
    margin-bottom: 1.6875rem;
  }
  .title-common-quaternary > span {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .title-common-quaternary {
    font-size: 1.125rem;
    margin-bottom: 0.875rem;
  }
  .title-common-quaternary > span {
    padding-right: 0.75rem;
  }
}
.title-common-quinary {
  border-bottom: 1px solid #B0B1D0;
  line-height: 1.6;
  font-weight: 700;
  color: #0B1437;
}

@media print, (min-width: 769px) {
  .title-common-quinary {
    font-size: 1.5625rem;
    margin-bottom: 1.125rem;
    padding-bottom: 0.6875rem;
  }
}
@media screen and (max-width: 768px) {
  .title-common-quinary {
    font-size: 1.25rem;
    margin-bottom: 1.1875rem;
    padding-bottom: 0.5625rem;
  }
}
@media screen and (max-width: 389px) {
  .title-common-quinary {
    font-size: 1.1875rem;
  }
}
.link-common-primary {
  display: inline-flex;
  align-items: center;
  color: #0B1437;
}
.link-common-primary .link-text {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
.link-common-primary .link-icon {
  position: relative;
  border: 0.125rem solid #3975D4;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.link-common-primary .link-icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-mask-image: url(https://datasign.jp/wp-content/themes/ds_corporate/assets/images/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% auto;
  mask-image: url(https://datasign.jp/wp-content/themes/ds_corporate/assets/images/icon_arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% auto;
  background-color: #3975D4;
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .link-common-primary:hover .link-icon {
    background-color: #3975D4;
  }
  .link-common-primary:hover .link-icon::after {
    background-color: #fff;
  }
}

@media print, (min-width: 769px) {
  .link-common-primary .link-text {
    font-size: 0.9375rem;
    padding-right: 0.875rem;
  }
  .link-common-primary .link-icon {
    width: 2.1875rem;
    height: 2.1875rem;
  }
  .link-common-primary .link-icon::after {
    width: 0.75rem;
    height: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .link-common-primary .link-text {
    font-size: 0.9375rem;
    padding-right: 0.5rem;
  }
  .link-common-primary .link-icon {
    width: 1.875rem;
    height: 1.875rem;
  }
  .link-common-primary .link-icon::after {
    width: 0.625rem;
    height: 0.5rem;
  }
}
.list-common-data .data-row {
  display: flex;
  border-top: 1px solid #B0B1D0;
}
.list-common-data .data-row:last-child {
  border-bottom: 1px solid #B0B1D0;
}
.list-common-data .data-head {
  color: #0B1437;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.list-common-data .data-info {
  flex: 1;
  color: #29292B;
  letter-spacing: 0.03em;
}
.list-common-data .row-text {
  display: inline-block;
}
.list-common-data address {
  font-style: normal;
}
.list-common-data p:last-child {
  margin-bottom: 0;
}

@media print, (min-width: 769px) {
  .list-common-data .data-row {
    padding: 1.5rem 1.125rem 1.5625rem;
  }
  .list-common-data .data-head {
    width: 9.9375rem;
    font-size: 1.0625rem;
    line-height: 1.6;
    padding-right: 1.25rem;
  }
  .list-common-data .data-info {
    font-size: 1.125rem;
    line-height: 1.6;
    position: relative;
    top: -1px;
  }
  .list-common-data p {
    margin-bottom: 0.5625rem;
  }
  .list-common-data .row-text {
    width: 7.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .list-common-data {
    font-size: 0.8125rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
  .list-common-data .data-row {
    padding: 1.25rem 0 1.3125rem 0.6875rem;
  }
  .list-common-data .data-head {
    width: 4.5rem;
    padding-right: 0.625rem;
  }
  .list-common-data p {
    margin-bottom: 0.4375rem;
  }
  .list-common-data .row-text {
    width: 5.8125rem;
    padding-right: 0.625rem;
  }
  .list-common-data .row-text.is-text {
    width: 4.375rem;
  }
  .list-common-data .list-common-dot {
    margin-right: -0.125rem;
  }
}
.button-common-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3.8125rem;
  width: 100%;
  max-width: 18.5625rem;
  position: relative;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: #3975D4;
  border-radius: 4.375rem;
  overflow: hidden;
  transition: color 0.3s ease;
  color: #fff;
  padding: 0.25rem 3.25rem 0.3125rem 2.0625rem;
  margin: 0 auto;
}
.button-common-primary:hover {
  color: #fff;
}
@media (hover: hover) {
  .button-common-primary:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.button-common-primary:after {
  content: "";
  position: absolute;
  -webkit-mask-image: url("https://datasign.jp/wp-content/themes/ds_corporate/assets/images/arrow_icn_04.svg");
  mask-image: url("https://datasign.jp/wp-content/themes/ds_corporate/assets/images/arrow_icn_04.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  width: 1rem;
  height: 1rem;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
  background-color: #fff;
  transition: background-color 0.4s ease;
}
.button-common-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #003994;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
  width: 100%;
  height: 100%;
}
.button-common-primary > span {
  position: relative;
  z-index: 3;
}
.button-common-primary.is-button-white {
  background: #fff;
  color: #3975D4;
}
.button-common-primary.is-button-white:after {
  background-color: #3975D4;
}
@media (hover: hover) {
  .button-common-primary.is-button-white:hover {
    color: #fff;
  }
  .button-common-primary.is-button-white:hover:after {
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .button-common-primary {
    padding-bottom: 0.375rem;
  }
}
.section-top-keyvisual {
  overflow: hidden;
}
.section-top-keyvisual .keyvisual-description {
  position: relative;
}
.section-top-keyvisual .link-common-primary {
  position: absolute;
}
.section-top-keyvisual .canvas-bg {
  pointer-events: none;
}

@media print, (min-width: 769px) {
  .section-top-keyvisual .keyvisual-description {
    top: -2.875rem;
  }
  .section-top-keyvisual .keyvisual-detail {
    margin-right: -2rem;
  }
  .section-top-keyvisual .link-common-primary {
    right: -0.25rem;
    bottom: -3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .section-top-keyvisual {
    padding-top: 10.9375rem;
    padding-bottom: 6.1875rem;
  }
  .section-top-keyvisual .keyvisual-title {
    margin-bottom: 4.125rem;
  }
  .section-top-keyvisual .link-common-primary {
    right: 0;
    bottom: -2.5625rem;
  }
}
.section-top-news .tab-list {
  border: none;
}
.section-top-news .item-category {
  position: relative;
}
.section-top-news .item-category a {
  background: #E2F2F8;
  display: block;
  color: #3975D4;
  letter-spacing: 0.03em;
  text-align: center;
  display: block;
  line-height: 1.2;
  font-weight: 700;
}
.section-top-news .tab-inner {
  position: relative;
}
.section-top-news .button-more {
  position: absolute;
  margin-top: 0;
  display: block;
  padding-right: 0;
}
.section-top-news .item-content {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-top-news .item-wrapper,
.section-top-news .item-title {
  display: inline;
}

@media print, (min-width: 769px) {
  .section-top-news {
    margin-top: -2.8125rem;
    padding-top: 2.8125rem;
    padding-bottom: 1.875rem;
  }
  .section-top-news .tab-wrapper {
    padding: 1.5625rem 2.625rem 0;
  }
  .section-top-news .tab-list {
    background: none;
    top: 0;
  }
  .section-top-news .tab-link {
    width: 17.5rem;
    min-height: 2.8125rem;
  }
  .section-top-news .news-list {
    padding: 0 9.25rem 0 0;
  }
  .section-top-news .news-list-item {
    align-items: flex-start;
    margin-bottom: 1.25rem;
  }
  .section-top-news .item-heading {
    width: 15rem;
    display: flex;
    align-items: center;
    padding-right: 1.5625rem;
  }
  .section-top-news .item-time {
    width: 105px;
  }
  .section-top-news .item-content {
    width: calc(100% - 15rem);
  }
  .section-top-news .item-category {
    flex: 1;
  }
  .section-top-news .item-category a {
    font-size: 0.75rem;
    padding: 0.25rem;
  }
  .is-firefox .section-top-news .item-category a {
    padding-bottom: 0.375rem;
  }
  .section-top-news .button-more {
    bottom: -0.5rem;
    right: 0.125rem;
  }
}
@media screen and (max-width: 768px) {
  .section-top-news {
    margin-top: -2.5rem;
    padding-bottom: 1.875rem;
  }
  .section-top-news .tab-wrapper {
    padding: 2.375rem 0.9375rem 0;
  }
  .section-top-news .tab-inner {
    padding-bottom: 3.5rem;
  }
  .section-top-news .tab-list {
    background: none;
  }
  .section-top-news .tab-link {
    width: 50%;
    min-height: 2.5rem;
  }
  .section-top-news .news-list {
    padding: 0;
  }
  .section-top-news .news-list-item {
    display: block;
    margin-bottom: 1.8125rem;
  }
  .section-top-news .item-time {
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    margin-right: 0.8125rem;
  }
  .section-top-news .item-link {
    letter-spacing: 0.03em;
    font-weight: 500;
    font-size: 0.8125rem;
  }
  .section-top-news .item-category {
    display: inline-block;
    vertical-align: top;
    min-width: 6.3125rem;
    top: 0.125rem;
    position: relative;
  }
  .section-top-news .item-category a {
    font-size: 0.625rem;
    padding: 2px 4px;
  }
  .section-top-news .item-title {
    font-size: 0.9375rem;
    letter-spacing: 0.03em;
    line-height: 1.45;
  }
  .section-top-news .item-content {
    margin-top: -0.125rem;
  }
  .section-top-news .button-more {
    bottom: -0.5rem;
    right: 0.5625rem;
  }
}
.section-top-introduction .item-link::after {
  -webkit-mask-image: url(https://datasign.jp/wp-content/themes/ds_corporate/assets/images/blank_icn.svg);
  mask-image: url(https://datasign.jp/wp-content/themes/ds_corporate/assets/images/blank_icn.svg);
  width: 0.9375rem;
  height: 0.9375rem;
}

@media print, (min-width: 1025px) {
  .section-top-introduction .item-link::after {
    right: 2.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .section-top-introduction .item-link::after {
    right: 3.125rem;
  }
}
@media print, (min-width: 1025px) {
  .section-top-research .button-image {
    width: 1.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .section-top-research .button-image {
    width: 1.25rem;
  }
}
.section-top-channel .channel-link::after {
  -webkit-mask-image: url(https://datasign.jp/wp-content/themes/ds_corporate/assets/images/blank_icn.svg);
  mask-image: url(https://datasign.jp/wp-content/themes/ds_corporate/assets/images/blank_icn.svg);
  width: 0.9375rem;
  height: 0.9375rem;
  transform: none;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media print, (min-width: 1025px) {
  .section-top-channel .channel-link::after {
    right: 1.5rem;
    top: 0.0625rem;
  }
}
@media screen and (max-width: 1024px) {
  .section-top-channel .channel-link::after {
    right: 2.75rem;
  }
}
.section-common-company {
  background: #E4F5FE;
  position: relative;
}
.section-common-company .link-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.section-common-company .link-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 3px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  background: #fff;
  color: #3975D4;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (hover: hover) {
  .section-common-company .link-item:hover {
    background: #3975D4;
    color: #fff;
  }
}
.section-common-company .link-item.is-active {
  background: #3975D4;
  color: #fff;
  pointer-events: none;
}

@media print, (min-width: 769px) {
  .section-common-company {
    padding: 3.125rem 0 1.875rem;
    margin-bottom: -2px;
  }
  .section-common-company .wrapper {
    max-width: 55.9375rem;
  }
  .section-common-company .title-common-secondary {
    margin-bottom: 1.75rem;
  }
  .section-common-company .link-list {
    margin: 0 -0.625rem;
  }
  .section-common-company .link-list > li {
    width: 33.3333333333%;
    padding: 0 0.625rem;
    margin-bottom: 0.9375rem;
  }
  .section-common-company .link-item {
    min-height: 3.875rem;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .section-common-company {
    padding: 2.9375rem 0 1.4375rem;
    margin-bottom: -2px;
  }
  .section-common-company .wrapper {
    padding: 0 1rem;
  }
  .section-common-company .title-common-secondary {
    margin-bottom: 1.875rem;
  }
  .section-common-company .link-list {
    margin: 0 -0.4375rem;
  }
  .section-common-company .link-list > li {
    width: 50%;
    padding: 0 0.4375rem;
    margin-bottom: 0.9375rem;
  }
  .section-common-company .link-item {
    min-height: 3.875rem;
    font-size: 1rem;
    padding: 0.25rem 0.3125rem 0.3125rem;
  }
}
.section-about .about-title {
  opacity: 0;
}
.wf-active .section-about .about-title {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.section-about .about-title > span {
  font-weight: 700;
  line-height: 1.2;
}
.section-about .about-title .title-english {
  color: #3975D4;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
  display: block;
}
.section-about .about-title .title-japanese {
  color: #0B1437;
  letter-spacing: 0.03em;
  position: relative;
  font-family: "Inter", sans-serif;
}
.section-about .about-title .title-icon {
  position: absolute;
  top: 50%;
  border: 0.125rem solid #3975D4;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.section-about .about-title .title-icon:after {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-mask-image: url(https://datasign.jp/wp-content/themes/ds_corporate/assets/images/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% auto;
  mask-image: url(https://datasign.jp/wp-content/themes/ds_corporate/assets/images/icon_arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% auto;
  background-color: #3975D4;
  transition: background-color 0.3s ease;
}
.section-about .about-item {
  display: block;
}
.section-about .about-item:hover .about-title .title-icon {
  background-color: #3975D4;
}
.section-about .about-item:hover .about-title .title-icon:after {
  background-color: #fff;
}
.section-about .about-image {
  padding-top: 45.652173913%;
  position: relative;
}
.section-about .about-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media print, (min-width: 769px) {
  .section-about {
    padding: 4.3125rem 0 1.5rem;
  }
  .section-about .wrapper {
    max-width: 61.25rem;
  }
  .section-about .about-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-about .about-list > li {
    max-width: 28.75rem;
    width: 49%;
    margin-bottom: 2.9375rem;
  }
  .section-about .about-title {
    margin-bottom: 0.9375rem;
  }
  .section-about .about-title .title-english {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  .section-about .about-title .title-japanese {
    font-size: 1.375rem;
    display: inline-block;
    padding-right: 3.4375rem;
  }
  .section-about .about-title .title-icon {
    margin-top: -1.1875rem;
    width: 2.1875rem;
    height: 2.1875rem;
    right: 0;
  }
  .section-about .about-title .title-icon:after {
    width: 0.75rem;
    height: 0.625rem;
  }
  .section-about .about-image img {
    border-radius: 0.3125rem;
  }
}
@media screen and (max-width: 768px) {
  .section-about {
    padding: 1.875rem 0 5.5625rem;
  }
  .section-about .wrapper {
    padding: 0 1rem;
  }
  .section-about .about-list > li {
    margin-bottom: 1.6875rem;
  }
  .section-about .about-list > li:last-child {
    margin-bottom: 0;
  }
  .section-about .about-title {
    margin-bottom: 0.75rem;
  }
  .section-about .about-title .title-english {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  .section-about .about-title .title-japanese {
    font-size: 1.3125rem;
    display: block;
    padding-right: 3.4375rem;
  }
  .section-about .about-title .title-icon {
    margin-top: -0.875rem;
    width: 1.875rem;
    height: 1.875rem;
    right: 0.25rem;
  }
  .section-about .about-title .title-icon:after {
    top: 0;
    width: 0.625rem;
    height: 0.5rem;
  }
  .section-about .about-image img {
    border-radius: 3px;
  }
}
.section-message {
  color: #0B1437;
}
.section-message .message-description {
  letter-spacing: 0;
}
.section-message .message-description p:last-child {
  margin-bottom: 0;
}
.section-message .message-box {
  border-radius: 0.5rem;
  background: #F5F5F6;
}
.section-message .message-right p:last-child {
  margin-bottom: 0;
}
.section-message .message-image {
  padding-top: 100%;
  position: relative;
}
.section-message .message-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}
.section-message .message-text {
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  color: #0B1437;
  font-size: 0.8rem;
}
.section-message .message-name {
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
}
.section-message .message-display {
  display: block;
}

@media print, (min-width: 769px) {
  .section-message {
    padding: 5.4375rem 0 6.25rem;
  }
  .section-message .wrapper {
    max-width: 61.25rem;
  }
  .section-message .message-description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 5.75rem;
  }
  .section-message .message-description p {
    margin-bottom: 2.5625rem;
  }
  .section-message .message-box {
    padding: 2.5625rem 1.75rem 2.4375rem;
    display: flex;
    justify-content: space-between;
  }
  .section-message .message-left {
    width: 11.25rem;
    margin: 0.5rem 1.25rem 0 2.75rem;
  }
  .section-message .message-right {
    flex: 1;
    font-size: 0.9375rem;
    line-height: 1.5;
    max-width: 40rem;
  }
  .section-message .message-right p {
    margin-bottom: 1.5625rem;
  }
  .section-message .message-image {
    margin-bottom: 1.1875rem;
  }
  .section-message .message-name {
    margin-top: 0.125rem;
  }
}
@media print, (min-width: 769px) and (max-width: 1023px) {
  .section-message .message-left {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-message {
    padding: 1.5rem 0 1.875rem;
  }
  .section-message .wrapper {
    padding: 0 1rem;
  }
  .section-message .message-description {
    font-size: 0.875rem;
    line-height: 1.578;
    margin-bottom: 2.625rem;
  }
  .section-message .message-description p {
    margin-bottom: 1.25rem;
  }
  .section-message .message-box {
    padding: 3.125rem 1.0625rem 1.6875rem;
  }
  .section-message .message-left {
    margin: 0 auto 1.1875rem;
    width: 11.25rem;
  }
  .section-message .message-right {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .section-message .message-right p {
    margin-bottom: 1.3125rem;
  }
  .section-message .message-image {
    margin-bottom: 1.125rem;
  }
  .section-message .message-name {
    margin-top: 0.125rem;
  }
  .section-message .message-display {
    margin-bottom: 1.3125rem;
  }
}
@media print {
  .section-message {
    page-break-after: always;
  }
}
@media print, (min-width: 769px) {
  .section-profile {
    padding: 3.5rem 0 5.625rem;
  }
  .section-profile .wrapper {
    max-width: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .section-profile {
    padding: 1.875rem 0 3.375rem;
  }
  .section-profile .wrapper {
    padding: 0 1rem;
  }
}
@media print, (min-width: 769px) {
  .section-history {
    padding: 4.0625rem 0 5.3125rem;
  }
  .section-history .wrapper {
    max-width: 50rem;
  }
  .section-history .data-row {
    padding: 1.5625rem 1.0625rem 1.6875rem;
  }
  .section-history .data-info {
    font-size: 1.0625rem;
  }
  .section-history .data-head {
    width: 10rem;
    font-family: "Lato", sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .section-history {
    padding: 1.875rem 0 3.375rem;
  }
  .section-history .wrapper {
    padding: 0 1rem;
  }
  .section-history .data-row {
    display: block;
    padding: 1.1875rem 0.5625rem 1.3125rem;
  }
  .section-history .data-head {
    width: 100%;
    font-size: 0.8125rem;
  }
  .section-history .data-info {
    font-size: 0.9375rem;
    line-height: 1.45;
    letter-spacing: 0.03em;
  }
}
.section-guide {
  color: #0B1437;
}
.section-guide .guide-row:last-child {
  margin-bottom: 0;
}
.section-guide .guide-summary {
  line-height: 1.6;
}
.section-guide .guide-summary p:last-child {
  margin-bottom: 0;
}
.section-guide .guide-text {
  font-weight: 700;
  letter-spacing: 0;
}
.section-guide .guide-item:last-child {
  margin-bottom: 0;
}
.section-guide .guide-description {
  line-height: 1.6;
}
.section-guide .guide-description p:last-child {
  margin-bottom: 0;
}
.section-guide .guide-about .guide-title {
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  color: #3975D4;
}
.section-guide .list-text > li:last-child {
  margin-bottom: 0;
}
.section-guide .list-text .text-head {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-weight: 700;
}
.section-guide .list-text .text-head::before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 100%;
  background: #3975D4;
}
.section-guide .list-text .text-info {
  letter-spacing: 0.03em;
  line-height: 1.45;
  font-weight: 700;
  color: #3975D4;
}
.section-guide .list-text .text-info.is-lato {
  font-family: "Lato", sans-serif;
}
.section-guide .list-number {
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 700;
  list-style: none;
  counter-reset: number;
}
.section-guide .list-number > li {
  counter-increment: number;
  position: relative;
  padding-left: 1.6875rem;
  margin-bottom: 0.3125rem;
  font-size: 1.125rem;
  line-height: 1.7;
}
.section-guide .list-number > li:last-child {
  margin-bottom: 0;
}
.section-guide .list-number > li::before {
  content: counter(number) ".";
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: -1.4375rem;
  white-space: nowrap;
}

@media print, (min-width: 769px) {
  .section-guide {
    padding: 4.625rem 0 9.375rem;
  }
  .section-guide .wrapper {
    max-width: 61.3125rem;
  }
  .section-guide .title-common-tertiary {
    margin-bottom: 1.8125rem;
  }
  .section-guide .guide-row {
    margin-bottom: 9.0625rem;
  }
  .section-guide .guide-content {
    padding: 0 2.0625rem;
  }
  .section-guide .guide-rowsub {
    margin-bottom: 3.5rem;
  }
  .section-guide .guide-rowsub.is-row-modify {
    margin-bottom: 2.8125rem;
  }
  .section-guide .guide-summary {
    font-size: 0.9375rem;
    letter-spacing: 0.03em;
    margin-bottom: 6.25rem;
  }
  .section-guide .guide-summary p {
    margin-bottom: 1.25rem;
  }
  .section-guide .guide-text {
    font-size: 1.4375rem;
    line-height: 1.6;
    font-family: "Inter", sans-serif;
    margin-bottom: 1.25rem;
  }
  .section-guide .guide-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2.0625rem;
  }
  .section-guide .guide-item .guide-image {
    width: 27.3224043716%;
    margin: -1.25rem 1.25rem 0 0;
  }
  .section-guide .guide-item .guide-image.is-image {
    margin-top: 1.5625rem;
  }
  .section-guide .guide-item .guide-info {
    flex: 1;
    max-width: 35.625rem;
    margin-right: 1.25rem;
    text-align: justify;
  }
  .section-guide .guide-description {
    font-size: 1rem;
    letter-spacing: 0.03em;
    font-family: "Noto Sans Javanese", sans-serif;
  }
  .section-guide .guide-description p {
    margin-bottom: 1.375rem;
  }
  .section-guide .guide-about {
    display: flex;
    justify-content: space-between;
    padding-top: 0.5rem;
  }
  .section-guide .guide-about .guide-title {
    font-size: 2rem;
    margin-bottom: 0.875rem;
  }
  .section-guide .guide-about .guide-description {
    letter-spacing: 0.05em;
    margin-bottom: 1.4375rem;
  }
  .section-guide .guide-about .guide-image {
    width: 41.5300546448%;
    margin: 1.5625rem -0.25rem 0 0;
  }
  .section-guide .guide-about .guide-info {
    flex: 1;
    max-width: 30rem;
  }
  .section-guide .list-text {
    margin-left: 0.75rem;
    margin-bottom: 5.0625rem;
  }
  .section-guide .list-text > li {
    display: flex;
    align-items: center;
    margin-bottom: 1.6875rem;
  }
  .section-guide .list-text .text-head {
    width: 228px;
    font-size: 1.5rem;
    padding-left: 2.75rem;
    padding-right: 0.625rem;
    margin-top: 1px;
  }
  .section-guide .list-text .text-head::before {
    top: 0.625rem;
    width: 1.25rem;
    height: 1.25rem;
  }
  .is-firefox .section-guide .list-text .text-head::before {
    top: 0.6875rem;
  }
  .section-guide .list-text .text-info {
    font-size: 1.875rem;
    flex: 1;
    max-width: 39.375rem;
  }
  .section-guide .list-text .text-info.is-lato {
    font-size: 2.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .section-guide {
    padding: 2.4375rem 0 3.5625rem;
  }
  .section-guide .wrapper {
    padding: 0 1rem;
  }
  .section-guide .title-common-tertiary {
    margin-bottom: 1.5rem;
  }
  .section-guide .guide-row {
    margin-bottom: 4.9375rem;
  }
  .section-guide .guide-rowsub {
    margin-bottom: 4.875rem;
  }
  .section-guide .guide-rowsub.is-row-modify .title-common-quaternary {
    margin-bottom: 1.6875rem;
  }
  .section-guide .guide-summary {
    font-size: 0.875rem;
    margin-bottom: 4.0625rem;
  }
  .section-guide .guide-summary p {
    margin-bottom: 1.1875rem;
  }
  .section-guide .guide-text {
    font-size: 1rem;
    line-height: 1.45;
    margin-bottom: 0.8125rem;
  }
  .section-guide .guide-item {
    margin-bottom: 1.25rem;
  }
  .section-guide .guide-item .guide-image {
    width: 210px;
    margin: 0 auto 1.125rem;
  }
  .section-guide .guide-item .guide-image.is-image {
    padding-top: 0.75rem;
    position: relative;
    left: 1px;
  }
  .section-guide .guide-description {
    font-size: 0.875rem;
  }
  .section-guide .guide-description p {
    margin-bottom: 1.125rem;
  }
  .section-guide .guide-about {
    margin-top: -1px;
  }
  .section-guide .guide-about .guide-title {
    font-size: 1.75rem;
    margin-bottom: 0.375rem;
  }
  .section-guide .guide-about .guide-description {
    margin-bottom: 1.25rem;
  }
  .section-guide .guide-about .guide-image {
    width: 16.5625rem;
    margin: 1.5625rem auto 0;
  }
  .section-guide .guide-about .guide-info {
    margin-bottom: 2.3125rem;
  }
  .section-guide .list-text {
    margin-bottom: 3.1875rem;
  }
  .section-guide .list-text > li {
    margin-bottom: 1.375rem;
  }
  .section-guide .list-text .text-head {
    font-size: 0.875rem;
    padding-left: 1.5rem;
    margin-bottom: 0.4375rem;
  }
  .section-guide .list-text .text-head::before {
    top: 7px;
    width: 0.625rem;
    height: 0.625rem;
  }
  .section-guide .list-text .text-info {
    font-size: 1rem;
  }
  .section-guide .list-text .text-info.is-lato {
    font-size: 1.125rem;
    margin-top: -0.3125rem;
  }
}
@media print {
  .section-guide .guide-rowsub.is-row-modify,
  .section-guide {
    page-break-after: always;
  }
}
@media print, (min-width: 769px) {
  .section-blog.hero.is-medium .hero-body {
    padding-top: 2.5625rem;
    padding-bottom: 6.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .section-blog.hero.is-medium .hero-body {
    padding-top: 0.5625rem;
    padding-bottom: 2.5625rem;
  }
  .section-blog .column:first-child .card {
    border-top: none;
    padding-top: 1rem;
  }
}
@media print, (min-width: 769px) {
  main.blog-main.ltt {
    margin-top: 2.6875rem;
    padding-bottom: 4.375rem;
  }
}
@media screen and (max-width: 768px) {
  main.blog-main.ltt {
    background: #fff;
    position: relative;
    z-index: 1;
    margin: 1.4375rem 0 0;
    padding-bottom: 0.625rem;
  }
}
.section-top-contact#contact {
  background: #fff;
}
.section-top-contact .heading-text,
.section-top-contact .heading-radio {
  color: #0B1437;
}

@media print, (min-width: 769px) {
  .section-top-contact {
    padding: 3.5rem 0 6.0625rem;
  }
  .section-top-contact input.inq_input_radio {
    position: relative;
    top: 0.125rem;
  }
  .is-mac.is-safari .section-top-contact input.inq_input_radio {
    top: auto;
  }
  .is-mac.is-chrome .section-top-contact input.inq_input_radio {
    top: 0.3125rem;
  }
  .is-firefox .section-top-contact input.inq_input_radio {
    top: 0.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .section-top-contact {
    padding: 2.375rem 0 1.75rem;
  }
  .section-top-contact .wrapper {
    padding: 0 1.0625rem;
  }
  .section-top-contact .contact-content {
    margin: 0;
  }
  .section-top-contact .contact-form {
    margin-right: 0.5rem;
  }
}
.section-security {
  line-height: 1.6;
  letter-spacing: 0;
  color: #0B1437;
}
.section-security p:last-child {
  margin-bottom: 0;
}
.section-security .security-row:last-child {
  margin-bottom: 0;
}
.section-security .security-text {
  text-align: right;
}

@media print, (min-width: 769px) {
  .section-security {
    font-size: 0.9375rem;
    padding: 3.875rem 0 7.25rem;
  }
  .section-security .wrapper {
    max-width: 50rem;
  }
  .section-security p {
    margin-bottom: 1.25rem;
  }
  .section-security .security-row {
    margin-bottom: 3.6875rem;
    text-align: justify;
  }
  .section-security .security-row + .security-text {
    margin-top: -0.4375rem;
  }
  .section-security .security-description {
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 3.8125rem;
  }
  .section-security .security-description p {
    margin-bottom: 1.75rem;
  }
  .section-security .security-description p:last-child {
    margin-bottom: 0;
  }
  .section-security .security-text p {
    margin-bottom: 1.5rem;
  }
  .section-security .security-text p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-security {
    font-size: 0.875rem;
    padding: 2.1875rem 0 2.5625rem;
  }
  .section-security .wrapper {
    padding: 0 1rem;
  }
  .section-security p {
    margin-bottom: 1.0625rem;
  }
  .section-security .security-row {
    margin-bottom: 3.375rem;
  }
  .section-security .security-row + .security-text {
    margin-top: -0.6875rem;
  }
  .section-security .security-description {
    margin-bottom: 3.4375rem;
  }
  .section-security .title-common-quinary > span {
    display: block;
    margin-right: -0.3125rem;
  }
  .section-security .security-text {
    font-size: 0.8125rem;
    line-height: 1.6;
  }
  .section-security .security-text p {
    margin-bottom: 1.3125rem;
  }
  .section-security .security-text p:last-child {
    margin-bottom: 0;
  }
}
@media print {
  .section-security {
    page-break-after: always;
  }
}
.section-policy {
  line-height: 1.6;
  letter-spacing: 0;
  color: #0B1437;
}
.section-policy p:last-child {
  margin-bottom: 0;
}
.section-policy strong {
  font-weight: 700;
}
.section-policy .title-common-quinary.is-has-number {
  position: relative;
  display: flex;
}
.section-policy .title-common-quinary.is-has-number .text-number {
  white-space: nowrap;
}
.section-policy .title-common-quinary.is-has-number .text-info {
  flex: 1;
}
.section-policy .policy-box {
  background: #F5F5F6;
  color: rgba(11, 20, 55, 0.9);
}
.section-policy .policy-box.is-blue {
  background: #E4F5FE;
}
.section-policy .policy-box .link-secondary {
  color: rgba(11, 20, 55, 0.9);
}
.section-policy .policy-row:last-child {
  margin-bottom: 0;
}
.section-policy .policy-rowsub:last-child {
  margin-bottom: 0;
}
.section-policy .policy-title {
  font-weight: 700;
  line-height: 1.6;
}
.section-policy .policy-text {
  font-weight: 700;
}
.section-policy .policy-table:last-child {
  margin-bottom: 0;
}
.section-policy .policy-table table {
  border: none;
  overflow-x: hidden;
  white-space: normal;
  width: 100%;
}
.section-policy .policy-table th,
.section-policy .policy-table td {
  white-space: normal;
}
.section-policy .table-head {
  display: flex;
}
.section-policy .table-head .head-text {
  background: #E4F5FE;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #3975D4;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.section-policy .table-head .head-text:nth-of-type(2) {
  flex: 1;
  margin-right: 0;
}
.section-policy .table-body {
  line-height: 1.45;
  letter-spacing: 0;
}
.section-policy .table-body th,
.section-policy .table-body td {
  border: none;
  border-bottom: 1px solid rgba(11, 20, 55, 0.2);
  vertical-align: middle;
}
.section-policy .table-body th {
  color: #0B1437;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.section-policy .table-body .is-black {
  color: #000;
}
.section-policy .link-primary {
  text-decoration: underline;
  color: #3975D4;
  font-weight: 700;
  text-underline-offset: 2px;
}
@media (hover: hover) {
  .section-policy .link-primary:hover {
    text-decoration: none;
  }
}
.section-policy .link-primary.is-medium {
  font-weight: 500;
}
.section-policy .link-secondary {
  color: #0B1437;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .section-policy .link-secondary:hover {
    opacity: 0.7;
  }
}
.section-policy .link-secondary.is-link-black {
  color: #000;
}
.section-policy .list-dots {
  line-height: 1.35;
  letter-spacing: 0.05em;
}
.section-policy .list-dots > li {
  position: relative;
}
.section-policy .list-dots > li:last-child {
  margin-bottom: 0;
}
.section-policy .list-dots > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.section-policy .list-dots.is-list-link {
  padding: 0;
}
.section-policy .list-dots.is-list-link > li:last-child {
  margin-bottom: 0;
}
.section-policy .list-dots.is-list-link > li::before {
  color: #3975D4;
}
.section-policy .list-dots.is-list-link a {
  font-weight: 700;
  color: #3975D4;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (hover: hover) {
  .section-policy .list-dots.is-list-link a:hover {
    text-decoration: none;
  }
}
.section-policy .list-dots.is-dots-primary > li::before {
  color: #3975D4;
}
.section-policy .list-number {
  counter-reset: counter;
  list-style: none;
}
.section-policy .list-number > li {
  counter-increment: counter;
}
.section-policy .list-number .number-text {
  position: relative;
}
.section-policy .list-number .number-text::before {
  content: counter(counter) ".";
  position: absolute;
  right: 100%;
  top: 0;
  white-space: nowrap;
}
.section-policy .list-number.is-number-primary > li:last-child {
  margin-bottom: 0;
}
.section-policy .list-number.is-number-secondary {
  line-height: 1.35;
}
.section-policy .list-number.is-number-secondary > li:last-child {
  margin-bottom: 0;
}
.section-policy .list-note {
  counter-reset: number;
  list-style: none;
  font-size: 0.8125rem;
  letter-spacing: 0;
}
.section-policy .list-note > li {
  counter-increment: number;
  position: relative;
}
.section-policy .list-note > li:last-child {
  margin-bottom: 0;
}
.section-policy .list-note > li::before {
  content: "※" counter(number);
  display: block;
  position: absolute;
  top: 0;
}

@media print, (min-width: 769px) {
  .section-policy {
    font-size: 0.9375rem;
    padding: 3.875rem 0 8.1875rem;
  }
  .section-policy .wrapper {
    max-width: 50rem;
  }
  .section-policy p {
    margin-bottom: 1.25rem;
  }
  .section-policy .title-common-quinary.is-has-number {
    padding-left: 0.375rem;
  }
  .section-policy .title-common-quinary.is-has-number .text-number {
    margin-right: 0.5625rem;
  }
  .section-policy .policy-summary {
    line-height: 1.7;
    margin-bottom: 3.375rem;
  }
  .section-policy .policy-description {
    margin-bottom: 2.5rem;
  }
  .section-policy .policy-description-primary {
    margin-bottom: 0.625rem;
  }
  .section-policy .policy-box {
    padding: 1.125rem 2rem 1.1875rem;
    margin-top: -0.125rem;
  }
  .section-policy .policy-box:last-child {
    margin-bottom: 0.5rem;
  }
  .section-policy .policy-box.is-box {
    padding: 1.5rem 1.1875rem 1.5rem 1.4375rem;
  }
  .section-policy .policy-row {
    margin-bottom: 4.1875rem;
  }
  .section-policy .policy-row.is-row-primary {
    margin-bottom: 4.6875rem;
  }
  .section-policy .policy-row.is-row-secondary {
    margin-bottom: 5.5625rem;
  }
  .section-policy .policy-row.is-row-tertiary {
    margin-bottom: 5.25rem;
  }
  .section-policy .policy-rowsub {
    margin-bottom: 2.4375rem;
  }
  .section-policy .policy-title {
    font-size: 1.125rem;
    margin-bottom: 0.3125rem;
  }
  .section-policy .policy-text {
    font-size: 1rem;
    margin-bottom: -0.3125rem;
  }
  .section-policy .policy-sub {
    padding-top: 1.875rem;
    margin-top: 1rem;
  }
  .section-policy .policy-sub:last-child {
    padding-bottom: 0.5rem;
  }
  .section-policy .policy-table {
    padding-top: 0.25rem;
    margin-bottom: 1.9375rem;
  }
  .section-policy .table-head .head-text {
    font-size: 0.8125rem;
    width: 15rem;
    margin-right: 0.625rem;
    min-height: 1.875rem;
    padding-bottom: 1px;
  }
  .section-policy .table-body {
    font-size: 0.9375rem;
  }
  .section-policy .table-body th {
    width: 15rem;
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
  .section-policy .table-body td {
    padding: 1.4375rem 0.3125rem 1.5rem 1.1875rem;
    height: 4.625rem;
    color: #0B1437;
  }
  .section-policy .table-body .is-padding {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .section-policy .table-body .is-space {
    letter-spacing: 0;
  }
  .section-policy .list-dots {
    font-size: 0.875rem;
    padding: 0.375rem 0;
  }
  .section-policy .list-dots > li {
    padding-left: 0.8125rem;
    margin-bottom: 0.3125rem;
  }
  .section-policy .list-dots > li::before {
    left: -5px;
    top: -1px;
    font-size: 1.1em;
  }
  .section-policy .list-dots.is-list-link > li {
    margin-bottom: 0.25rem;
  }
  .section-policy .list-dots .link-primary {
    font-weight: 500;
  }
  .section-policy .list-number .number-text {
    padding-left: 1.4375rem;
  }
  .section-policy .list-number .number-text::before {
    margin-right: -1.0625rem;
  }
  .section-policy .list-number p.number-text {
    margin-bottom: 0.75rem;
  }
  .section-policy .list-number.is-number-primary > li {
    margin-bottom: 1.8125rem;
  }
  .section-policy .list-number.is-number-secondary {
    font-size: 0.875rem;
  }
  .section-policy .list-number.is-number-secondary > li {
    margin-bottom: 0.625rem;
  }
  .section-policy .list-note {
    line-height: 1.6;
    padding-top: 1px;
  }
  .section-policy .list-note > li {
    margin-bottom: 0.625rem;
    padding-left: 3.5625rem;
  }
  .section-policy .list-note > li::before {
    left: 0.375rem;
  }
}
@media screen and (max-width: 768px) {
  .section-policy {
    font-size: 0.875rem;
    padding: 1.625rem 0 5.625rem;
  }
  .section-policy .wrapper {
    padding: 0 1rem;
  }
  .section-policy p {
    margin-bottom: 1.1875rem;
  }
  .section-policy .title-common-quinary {
    margin: 0 -0.1875rem 1.125rem;
    line-height: 1.45;
    padding-bottom: 0.6875rem;
  }
  .section-policy .title-common-quinary.is-has-number {
    padding-left: 0.25rem;
    padding-bottom: 0.875rem;
  }
  .section-policy .title-common-quinary.is-has-number .text-number {
    margin-right: 0.4375rem;
  }
  .section-policy .policy-summary {
    margin-bottom: 2.5rem;
  }
  .section-policy .policy-summary .link-primary {
    font-weight: 500;
  }
  .section-policy .policy-description {
    margin-bottom: 3rem;
  }
  .section-policy .policy-text-primary {
    margin-bottom: 1.375rem;
  }
  .section-policy .policy-text-secondary {
    margin-bottom: 0.9375rem;
  }
  .section-policy .policy-box {
    padding: 1.1875rem 1rem 1.25rem 1.5625rem;
  }
  .section-policy .policy-box:last-child {
    margin-bottom: 0.5rem;
  }
  .section-policy .policy-box.is-box {
    padding: 1.5rem 1.25rem 1.5rem;
  }
  .section-policy .policy-box.is-box-primary {
    padding-top: 2rem;
    padding-bottom: 2.0625rem;
  }
  .section-policy .policy-row {
    margin-bottom: 3.4375rem;
  }
  .section-policy .policy-row.is-row-primary {
    margin-bottom: 3.5rem;
  }
  .section-policy .policy-row.is-row-secondary {
    margin-bottom: 4.3125rem;
  }
  .section-policy .policy-row.is-row-tertiary {
    margin-bottom: 4.375rem;
  }
  .section-policy .policy-row.is-row-quaternary {
    margin-bottom: 4.9375rem;
  }
  .section-policy .policy-rowsub {
    margin-bottom: 1.8125rem;
  }
  .section-policy .policy-title {
    font-size: 1rem;
    margin-bottom: 0.3125rem;
  }
  .section-policy .policy-text {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: -0.125rem;
  }
  .section-policy .policy-sub {
    padding-top: 1.25rem;
    margin-top: 1.75rem;
  }
  .section-policy .policy-sub:last-child {
    padding-bottom: 0.5rem;
  }
  .section-policy .policy-table {
    padding-top: 0.25rem;
    margin-bottom: 1.1875rem;
  }
  .section-policy .table-head .head-text {
    font-size: 0.75rem;
    width: 9.3125rem;
    margin-right: 0.625rem;
    min-height: 1.75rem;
  }
  .section-policy .table-body {
    font-size: 0.75rem;
  }
  .section-policy .table-body th {
    width: 9.3125rem;
    padding: 0.625rem 0 0.6875rem 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.45;
  }
  .section-policy .table-body td {
    padding: 10px 0px 11px 0.9375rem;
    color: #000;
    font-size: 0.75rem;
    line-height: 1.45;
    height: 5rem;
  }
  .section-policy .is-table-primary td {
    height: 4.0625rem;
  }
  .section-policy .list-dots {
    font-size: 0.75rem;
  }
  .section-policy .list-dots > li {
    padding-left: 0.6875rem;
    margin-bottom: 0.5625rem;
    font-size: 0.75rem;
  }
  .section-policy .list-dots > li::before {
    left: -5px;
    top: 0;
  }
  .section-policy .list-dots.is-list-link {
    padding: 0.1875rem 0 0.125rem;
  }
  .section-policy .list-dots.is-dots-primary {
    margin: 0.4375rem -0.3125rem 0.4375rem 0;
  }
  .section-policy .list-dots .link-primary {
    font-weight: 400;
  }
  .section-policy .list-number {
    line-height: 1.6;
  }
  .section-policy .list-number > li {
    margin-bottom: 0.9375rem;
  }
  .section-policy .list-number > li:last-child {
    margin-bottom: 0;
  }
  .section-policy .list-number .number-text {
    padding-left: 1.0625rem;
  }
  .section-policy .list-number .number-text::before {
    margin-right: -0.8125rem;
  }
  .section-policy .list-number p.number-text {
    margin-bottom: 0.75rem;
  }
  .section-policy .list-number.is-number-primary > li {
    margin-bottom: 1.8125rem;
  }
  .section-policy .list-number.is-number-secondary {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
  }
  .section-policy .list-number.is-number-secondary > li {
    margin-bottom: 0.625rem;
    font-size: 0.75rem;
    line-height: 1.35;
  }
  .section-policy .list-note {
    font-size: 0.8125rem;
    line-height: 1.45;
    padding-top: 1px;
  }
  .section-policy .list-note > li {
    margin-bottom: 0.625rem;
    padding-left: 1.9375rem;
    font-size: 0.8125rem;
    letter-spacing: 0;
    line-height: 1.45;
  }
  .section-policy .list-note > li::before {
    left: -0.25rem;
  }
}
@media screen and (max-width: 374px) {
  .section-policy .table-head .head-text {
    width: 7.75rem;
  }
  .section-policy .table-body th {
    width: 7.75rem;
    font-size: 0.6875rem;
  }
  .section-policy .table-body td {
    font-size: 0.6875rem;
  }
}
.section-news {
  background: #fff;
  position: relative;
}
.section-news .container {
  width: 100%;
  max-width: 100%;
}
.section-news .pagination-list {
  margin-top: 0;
}

.category-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.year-select {
  position: relative;
  font-family: "Lato", sans-serif;
  color: #0B1437;
}
.year-select-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 9.375rem;
  padding: 0.5rem 1rem;
  background: #fff;
  border: 1px solid #B0B1D0;
  border-radius: 999px;
  color: #0B1437;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.year-select-toggle:hover,
.year-select-toggle:focus-visible {
  border-color: #3975D4;
  color: #3975D4;
  outline: none;
}
.year-select-toggle.is-selected {
  border-color: #3975D4;
  color: #3975D4;
  font-weight: 700;
}
.year-select-caret {
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}
.year-select-toggle[aria-expanded="true"] .year-select-caret {
  transform: translateY(2px) rotate(-135deg);
}
.year-select-list {
  position: absolute;
  top: calc(100% + 0.375rem);
  right: 0;
  z-index: 10;
  min-width: 100%;
  margin: 0;
  padding: 0.375rem 0;
  list-style: none;
  background: #fff;
  border: 1px solid #B0B1D0;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(11, 20, 55, 0.08);
}
.year-select-list[hidden] {
  display: none;
}
.year-select-item {
  display: block;
  padding: 0.5rem 1.25rem;
  color: #0B1437;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (hover: hover) {
  .year-select-item:hover {
    background: #E2F2F8;
    color: #3975D4;
  }
}
.year-select-item.is-current {
  color: #3975D4;
  font-weight: 700;
}
.year-select-item.year-select-reset {
  color: #666;
  border-bottom: 1px solid rgba(176, 177, 208, 0.4);
}
.category-list a {
  color: #666;
  position: relative;
  display: block;
  position: relative;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .category-list a:hover {
    color: #3975D4;
  }
}
.category-list a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 4px solid #3975D4;
  opacity: 0;
}
.category-list a.is-lato {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.category-list a.is-active {
  color: #3975D4;
  font-weight: 700;
}
.category-list a.is-active:after {
  opacity: 1;
}

.list-news {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.list-news > li {
  border-bottom: 1px solid rgba(176, 177, 208, 0.8);
  list-style: none;
}
.list-news > li:first-child {
  border-top: 1px solid rgba(176, 177, 208, 0.8);
}
.list-news .news-item {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .list-news .news-item:hover {
    opacity: 0.7;
  }
}
.list-news .news-time {
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: #0B1437;
  white-space: nowrap;
}
.list-news .news-category {
  background: #E2F2F8;
  display: block;
  color: #3975D4;
  letter-spacing: 0.03em;
  text-align: center;
  display: block;
  line-height: 1.2;
  font-weight: 700;
  font-size: 0.75rem;
}
.list-news .news-name {
  letter-spacing: 0.03em;
  color: #0B1437;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media print, (min-width: 769px) {
  .section-news {
    padding: 3.125rem 0 3.4375rem;
    margin-bottom: -2px;
  }
  .section-news .wrapper {
    max-width: 61.25rem;
  }
  .section-news .pagination {
    margin-top: 1.4375rem;
  }
  .category-list {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .category-list > li {
    margin-right: 0.4375rem;
  }
  .category-list a {
    padding: 0 0.75rem 0.8125rem;
  }
  .category-list a.is-lato {
    font-size: 1.125rem;
  }
  .list-news .news-item {
    align-items: center;
    display: flex;
    padding: 1rem 0 1rem 1.5rem;
  }
  .list-news .news-heading {
    width: 15rem;
    display: flex;
    align-items: center;
  }
  .list-news .news-time {
    font-size: 0.9375rem;
    width: 6.5625rem;
  }
  .list-news .news-category {
    padding: 0.25rem 0.25rem 0.3125rem;
    width: 6.875rem;
  }
  .is-firefox .list-news .news-category {
    padding-bottom: 0.375rem;
  }
  .list-news .news-name {
    width: calc(100% - 240px);
    flex: 1;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  .is-firefox .list-news .news-name, .is-mac.is-chrome .list-news .news-name {
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 768px) {
  .section-news {
    padding: 1.6875rem 0 4.375rem;
  }
  .section-news .wrapper {
    padding: 0 1rem;
  }
  .section-news .pagination {
    margin-top: 1.4375rem;
  }
  .category-filter {
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
  }
  .year-select {
    order: -1;
    align-self: flex-start;
  }
  .category-list {
    font-size: 0.875rem;
    margin-bottom: 0.6875rem;
  }
  .category-list > li {
    margin-right: 0.1875rem;
    margin-bottom: 0.625rem;
  }
  .category-list a {
    padding: 0 0.625rem 0.8125rem;
  }
  .category-list a.is-lato {
    font-size: 0.9375rem;
  }
  .list-news .news-item {
    display: block;
    padding: 1rem 0;
  }
  .list-news .news-time {
    font-size: 0.8125rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.8125rem;
  }
  .list-news .news-category {
    font-size: 0.625rem;
    padding: 0.125rem 0.25rem;
    display: inline-block;
    vertical-align: top;
    min-width: 6.3125rem;
    top: 0.125rem;
    position: relative;
  }
  .list-news .news-name {
    font-size: 0.9375rem;
    line-height: 1.45;
  }
}
.detail-main.blog-main {
  position: relative;
}
.detail-main .detail-container {
  background: #fff;
  display: block;
}
.detail-main .detail-content {
  color: #0B1437;
  padding: 0;
}
.detail-main .blog-content {
  padding: 0;
}
.detail-main .detail-time {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  display: inline-block;
  vertical-align: top;
  color: #0B1437;
}
.detail-main .detail-title {
  font-weight: 700;
  color: #3975D4;
}
.detail-main .detail-category {
  background: #E2F2F8;
  display: inline-block;
  vertical-align: top;
  color: #3975D4;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
}
.detail-main .post-content-detail {
  line-height: 1.6;
  letter-spacing: 0;
}
.detail-main .post-content-detail .wp-element-caption {
  font-style: normal;
  letter-spacing: 0;
  color: #666;
}
.detail-main .post-content-detail h2 {
  border-bottom: 1px solid #B0B1D0;
  font-weight: 700;
  line-height: 1.6;
}
.detail-main .post-content-detail a {
  font-weight: 700;
  text-decoration: underline;
  color: #3975D4;
  text-underline-offset: 2px;
  border-bottom: none;
}
.detail-main .post-content-detail a:hover {
  text-decoration: none;
}
.detail-main .post-content-detail .has-small-font-size {
  line-height: 1.6;
  font-weight: 500;
  color: #666;
}
.detail-main .detail-contact {
  background: #E4F5FE;
}
.detail-main .detail-contact .contact-title {
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  color: #3975D4;
}
.detail-main .detail-button {
  display: flex;
  justify-content: flex-end;
}

@media print, (min-width: 769px) {
  .detail-main.blog-main {
    background: #F5F5F6;
    margin: -2.5625rem 0 -2px;
    padding: 0 0 6.125rem;
  }
  .detail-main .wrapper {
    max-width: 58.75rem;
    padding-top: 4.5625rem;
  }
  .detail-main .detail-container {
    border-radius: 0.5rem;
    padding: 4.25rem 1.25rem;
  }
  .detail-main .detail-content {
    max-width: 50rem;
    margin: 0 auto;
  }
  .detail-main .detail-heading {
    margin-bottom: 0.8125rem;
  }
  .detail-main .detail-time {
    font-size: 0.9375rem;
    margin-right: 1.3125rem;
  }
  .detail-main .detail-title {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0;
    margin-bottom: 1rem;
  }
  .detail-main .detail-category {
    min-width: 110px;
    font-size: 0.75rem;
    padding: 0.25rem;
    position: relative;
    top: 1px;
  }
  .is-firefox .detail-main .detail-category {
    padding-bottom: 0.375rem;
  }
  .detail-main .post-content-detail {
    font-size: 0.9375rem;
  }
  .detail-main .post-content-detail .wp-element-caption {
    font-size: 0.8125rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    margin-top: 1.25rem;
  }
  .detail-main .post-content-detail h2 {
    font-size: 1.5625rem;
    padding-bottom: 0.6875rem;
    margin-bottom: 1.125rem;
  }
  .detail-main .post-content-detail h2:not(:first-child) {
    margin-top: 2.4375rem;
  }
  .detail-main .post-content-detail .has-medium-font-size {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .detail-main .post-content-detail .has-small-font-size {
    font-size: 0.75rem;
  }
  .detail-main .post-content-detail p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .detail-main .post-content-detail p + h2:not(:first-child) {
    margin-top: 5.125rem;
  }
  .detail-main .post-content-detail figure:not(:first-child) {
    margin-top: 3.3125rem;
  }
  .detail-main .post-content-detail p + .has-small-font-size {
    margin-top: -0.75rem;
  }
  .detail-main .detail-contact {
    padding: 1.875rem 1.25rem 2rem;
    margin-top: 2.375rem;
  }
  .detail-main .detail-contact .contact-title {
    margin-bottom: 0.375rem;
  }
  .detail-main .detail-contact .contact-row {
    max-width: 39.5rem;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .detail-main .detail-contact .contact-column {
    width: 48%;
    max-width: 18.5625rem;
  }
  .detail-main .detail-button {
    margin-top: 1.8125rem;
  }
  .detail-main .detail-button .link-common-primary .link-text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .detail-main.blog-main {
    margin: 0 0 -2px;
    padding: 0;
  }
  .detail-main .wrapper {
    padding: 0;
  }
  .detail-main .blog-content {
    padding: 1.1875rem 1rem 2.8125rem;
  }
  .detail-main .detail-heading {
    margin-bottom: 0.3125rem;
  }
  .detail-main .detail-time {
    font-size: 0.8125rem;
    margin-right: 0.6875rem;
  }
  .detail-main .detail-title {
    font-size: 1.4375rem;
    line-height: 1.35;
    letter-spacing: 0.03em;
    margin-bottom: 0.875rem;
  }
  .detail-main .detail-category {
    min-width: 6.3125rem;
    font-size: 0.625rem;
    padding: 0.125rem 0.25rem;
    position: relative;
    top: 0.125rem;
  }
  .detail-main .post-content-detail p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .detail-main .post-content-detail p + figure {
    margin-top: -0.1875rem !important;
  }
  .detail-main .post-content-detail .wp-element-caption {
    font-size: 0.6875rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.35;
    margin-top: 0.5rem;
  }
  .detail-main .post-content-detail h2 {
    font-size: 1.25rem;
    padding-bottom: 0.5625rem;
    margin-bottom: 1.125rem;
  }
  .detail-main .post-content-detail h2:not(:first-child) {
    margin-top: 2.6875rem;
  }
  .detail-main .post-content-detail p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .detail-main .post-content-detail p + h2:not(:first-child) {
    margin-top: 4.0625rem;
  }
  .detail-main .post-content-detail figure {
    margin: 0;
  }
  .detail-main .post-content-detail figure img {
    width: 100%;
  }
  .detail-main .post-content-detail figure:not(:first-child) {
    margin-top: 0;
  }
  .detail-main .post-content-detail .has-small-font-size {
    font-size: 0.75rem;
  }
  .detail-main .post-content-detail p + .has-small-font-size {
    margin-top: -0.75rem;
  }
  .detail-main .post-content-detail .has-medium-font-size {
    font-size: 0.75rem;
    line-height: 1.6;
  }
  .detail-main .detail-contact {
    padding: 2.1875rem 1.25rem 2rem;
  }
  .detail-main .detail-contact .contact-title {
    margin-bottom: 0.375rem;
  }
  .detail-main .detail-contact .contact-column {
    margin-bottom: 1.125rem;
  }
  .detail-main .detail-contact .contact-column:last-child {
    margin-bottom: 0;
  }
  .detail-main .detail-button {
    padding: 2.0625rem 1.5625rem 2rem;
    background: #F5F5F6;
  }
  .detail-main .detail-button .link-common-primary .link-text {
    font-size: 1.0625rem;
    padding-right: 0.8125rem;
  }
}
/*# sourceMappingURL=styles.css.map */