<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------------------------------------
common
---------------------------------------------------------------------------- */
.f_media--social_name {
  line-height: 1em;
}
.f_media--social_icon {
  width: auto;
  margin-bottom: 19px;
}
.f_sitemap--external_social_media img {
  height: 32px;
}
@media screen and (min-width: 992px) {
  .f_media--social_icon {
    width: auto;
    margin-bottom: 25px;
  }
}

.f_media--webmagazine_icon {
  background-repeat: no-repeat;
}

.block_tag a {
  pointer-events: auto;
}

.c_cookie--msg {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
}
@media (992px &lt;= width) {
  .c_cookie--content {
    gap: 40px;
  }
  .c_cookie--msg {
    padding-right: 0;
  }
}
@media (width &lt; 992px) {
  .c_cookie--listbtn {
    margin-top: 30px;
  }
}

.s_page--header {
  position: relative;
  width: 89.33333vw;
  margin-left: auto;
  margin-right: auto;
  padding: 66px 0;
}
.s_page--header .s_page--header_title {
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 20px;
  line-height: 1.4em;
  color: #2a3432;
}
.s_page--header .s_page--header_title_en {
  margin-left: 10px;
  font-family: Barlow,sans-serif;
}
.s_page--header .s_page--header_title-sm {
  font-size: 14px;
  line-height: 1em;
}
.s_page--header .s_page--header_title.border {
  flex-direction: row;
  align-items: center;
  padding-left: 20px;
}
.s_page--header .s_page--header_title.border::before {
  position: absolute;
  left: 0;
  content: '';
  width: 3px;
  height: calc(100% - 0.4em);
  background: linear-gradient(0deg,#3181e6,#3181e6 49%,#225ca5 50%,#225ca5);
}
@media (992px &lt;= width) {
  .s_page--header {
    max-width: 1160px;
    padding: 120px 0;
    width: 93.1034482759vw;
  }
  .s_page--header .s_page--header_title {
    font-size: 48px;
  }
  .s_page--header .s_page--header_title_en {
    margin-left: 30px;
  }
  .s_page--header .s_page--header_title-sm {
    font-size: 18px;
  }
  .s_page--header .s_page--header_title.border {
    padding-left: 40px;
  }
  .s_page--header .s_page--header_title.border::before {
    width: 5px;
  }
}

.s_frame,
.s_frame--header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5.3333333333vw;
  background-color: #ffffff;
}
.s_frame-nobg {
  background-color: transparent;
}
.s_frame-nopd {
  padding: 0;
}
.s_frame-nopd-top {
  padding-top: 0;
}
.s_frame--header {
  padding-top: 0;
  background-color: transparent;
}
.s_frame-fulleft {
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}
.s_frame-fulleft::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: -1;
}
.s_frame-fulleft-bg::after {
  width: 100vw;
}
@media (1160px &lt;= width) {
  .s_image_full {
    width: calc(50% + 640px);
    margin-left: auto;
    margin-right: 0;
  }
}
@media (992px &lt;= width) {
  .s_frame,
  .s_frame--header {
    max-width: 1280px;
    padding: 60px;
  }
  .s_frame--header {
    padding-top: 0;
  }
  .s_frame-nopd {
    padding: 0;
  }
  .s_frame-nopd-top {
    padding-top: 0;
  }
  .s_frame-fulleft {
    margin-bottom: 120px;
  }
  .s_image_full + .s_frame {
    padding: 100px 60px;
  }
}

.s_stack {
  margin-top: 20px;
}
@media (992px &lt;= width) {
  .s_stack {
    margin-top: 60px;
  }
}

.s_bnr--container {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
.s_bnr--container + .s_bnr--container {
  margin-top: 20px;
}
.s_bnr {
  display: flex;
  position: relative;
  width: 100%;
  aspect-ratio: 335/164;
}
.s_bnr--label {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 80px 25px 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4em;
  z-index: 1;
}
.s_bnr--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.s_bnr--image::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(180deg,rgba(0,0,0,0) 50%,rgba(88,88,88,0.45) 70%,rgba(0,0,0,0.7));
}
.s_bnr--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.s_page--body .s_bnr--image img,
.s_page--footer .s_bnr--image img {
  width: 100%;
  height: 100%;
}
@media (992px &lt;= width) {
  .s_bnr--container.s_bnr--container-cols_3 {
    grid-template-columns: repeat(3,1fr);
  }
  .s_bnr {
    aspect-ratio: auto;
    height: 280px;
  }
  .s_bnr--label {
    font-size: 20px;
  }
}
@media (width &lt; 992px) {
  .s_bnr--container {
    grid-template-columns: repeat(1,1fr);
  }
  .s_bnr--label {
    padding-right: 70px;
  }
}

.s_links {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(1,1fr);
}
.s_bnr--container + .s_links {
  margin-top: 80px;
}
.s_links a {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: calc(2.8em + 40px);
  padding: 20px 80px 20px 20px;
  font-size: 18px;
  font-weight: 700;
  background-color: #f5f5f5;
  line-height: 1.4em;
}
.en .s_links a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.s_links.s_links-round a {
  border-radius: 10px;
}
.s_links.s_links_02 a {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.s_links.s_links-icon a {
  padding-left: 70px;
}
.s_links.s_links-icon span::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 34px;
  height: 34px;
  content: '';
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
@media (992px &lt;= width) {
  .s_links {
    gap: 20px;
  }
  .s_links.s_links-cols_2 {
    grid-template-columns: repeat(2,1fr);
  }
  .s_links.s_links-cols_3 {
    grid-template-columns: repeat(3,1fr);
  }
  .s_links.s_links-cols_4 {
    grid-template-columns: repeat(4,1fr);
  }
}
@media (width &lt; 992px) {
  .s_links {
    margin-top: 40px;
  }
}

.s_links-w {
  width: 93.1034482759vw;
  max-width: 1160px;
  margin: 60px auto 0;
}
.s_links-w a {
  display: block;
  position: relative;
  padding: 60px 60px 60px 120px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
  color: #2a3432;
  background-color: #ffffff;
}
.s_links-w a::before {
  left: 60px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #225ca5;
  z-index: 2;
}
.s_links-w a::after {
  left: 70px;
  width: 20px;
  height: 20px;
  background: url(/assets/images/common/icon_arrow_right_white.svg) no-repeat 50%/contain;
  z-index: 3;
}
.s_links-w a::before,
.s_links-w a::after {
  display: block;
  position: absolute;
  top: 50%;
  content: '';
  transform: translateY(-50%);
}
@media (width &lt; 992px) {
  .s_links-w {
    margin-top: 20px;
  }
  .s_links-w a {
    padding: 30px 20px 30px 80px;
    font-size: 18px;
    line-height: 1.4em;
  }
  .s_links-w a::before {
    left: 20px;
  }
  .s_links-w a::after {
    left: 30px;
  }
}

.s_bnr--container a,
.s_links a {
  position: relative;
}
.s_bnr--container a::before,
.s_links a::before {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  content: '';
  border-radius: 10px;
  background-color: #225ca5;
  z-index: 2;
}
.s_bnr--container a::after,
.s_links a::after {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 20px;
  height: 20px;
  content: '';
  background: url(/assets/images/common/icon_arrow_right_white.svg) no-repeat 50%/contain;
  z-index: 3;
}
.s_links a::before,
.s_links a::after {
  top: 50%;
  transform: translateY(-50%);
}
.s_links a[target*="blank"]::before,
.s_bnr--container a[href$=".pdf"]::before,
.s_links a[href$=".pdf"]::before,
.s_links a[href$=".txt"]::before,
.s_links a[href*="ebook"]::before {
  background-color: transparent;
}
.s_links a[target*="blank"]::after,
.s_bnr--container a[href$=".pdf"]::after,
.s_links a[href$=".pdf"]::after,
.s_links a[href$=".txt"]::after,
.s_links a[href*="ebook"]::after {
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 0;
  background-color: transparent;
  background-size: auto 40px;
}
.s_links a[target*="blank"]::after {
  background-image: url(/assets/images/common/icon_external_blue.svg);
  background-size: auto 24px;
}
.s_bnr--container a[href$=".pdf"]::after {
  right: 20px;
  bottom: 20px;
  background-image: url(/assets/images/common/icon_pdf_white.svg);
}
.s_links a[href$=".pdf"]::after {
  background-image: url(/assets/images/common/icon_pdf_blue.svg);
}
.s_links a[href$=".txt"]::after {
  background-image: url(/assets/images/common/icon_txt_blue.svg);
}
.s_links a[href*="ebook"]::after {
  background-image: url(/assets/images/common/icon_book_blue.svg);
}

.s_links_local a {
  position: relative;
  padding-top: 30px;
  padding-left: 72px;
  padding-bottom: 30px;
  color: #2a3432;
}
.s_links_local a span {
  display: flex;
  align-items: center;
  min-height: 2.8em;
  font-size: 20px;
}
.s_links_local li {
  position: relative;
}
.s_links_local li::before {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 32px;
  height: 32px;
  content: '';
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  z-index: 2;
}
@media (width &lt; 992px) {
  .s_links a {
    padding-right: 70px;
  }
  .s_bnr--container a[href$=".pdf"]::after,
  .s_links a[href$=".pdf"]::after {
    background-size: auto 30px;
  }
  .s_links_local a {
    padding-left: 66px;
  }
}

.s_tab {
  display: flex;
  gap: 1px;
  border-bottom: 3px solid #225ca5;
}
.s_tab li {
  flex: 1;
}
.s_tab a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  background-color: #e6e9eb;
  font-size: 18px;
  font-weight: 700;
}
.s_tab a:hover,
.s_tab a:active,
.s_tab a:focus {
  background-color: #225ca5;
  color: #ffffff;
}
.s_tab .current a {
  background-color: #225ca5;
  color: #ffffff;
}

.s_page--footer {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.s_page--footer_layout {
  width: 89.33333vw;
  margin-left: auto;
  margin-right: auto;
}
.s_page--footer_layout * + .s_title {
  margin-top: 80px;
}
.s_page--footer h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #225ca5;
}
@media (992px &lt;= width) {
  .s_page--footer_layout {
    width: 93.1034482759vw;
    max-width: 1160px;
  }
  .s_page--footer h3 {
    font-size: 20px;
  }
}
@media (width &lt; 992px) {
  .s_page--footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s_page--footer_layout * + .s_title {
    margin-top: 40px;
  }
}

.s_title {
  position: relative;
  margin-bottom: 40px;
  padding: 0 0 8px;
  border-bottom: 2px solid #d4dae0;
  color: #2a3432;
  font-size: 20px;
  line-height: 1.6em;
}
.s_title::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 200px;
  height: 2px;
  content: "";
  background-color: #225ca5;
}
.s_title + .s_bnr--container {
  margin-top: 30px;
}
.s_title-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s_title-list a {
  display: inline-block;
  position: relative;
  padding-right: 50px;
  font-size: 14px;
  line-height: 1.2em;
  color: #4e5359;
}
.s_title-list a::before {
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #225ca5;
  border-radius: 5px;
  z-index: 2;
}
.s_title-list a::after {
  right: 8px;
  width: 14px;
  height: 14px;
  background: url(/assets/images/common/icon_arrow_right_white.svg) no-repeat 50%/contain;
  z-index: 3;
}
.s_title-list a::before,
.s_title-list a::after {
  position: absolute;
  top: 50%;
  content: '';
  transform: translateY(-50%);
}
@media (992px &lt;= width) {
  .s_title {
    padding-bottom: 15px;
    font-size: 30px;
  }
  .s_title-list a {
    padding-right: 60px;
    font-size: 20px;
    line-height: 1.2em;
  }
  .s_title-list a::before {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .s_title-list a::after {
    right: 10px;
    width: 20px;
    height: 20px;
  }
}

.s_page--body {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6em;
  overflow-x: hidden;
}
.s_page--body.s_page--body_pb0 {
  padding-bottom: 0;
}
.s_page--body section + section {
  margin-top: 20px;
}
@media (992px &lt;= width) {
  #news .s_page--body {
    padding-bottom: 120px;
  }
  .s_page--body section + section {
    margin-top: 60px;
  }
}

.s_page--body p {
  margin-bottom: 0em;
}
.s_page--body p::first-letter {
  font-feature-settings: "palt";
}
.s_page--body * + p {
  margin-top: 1em;
}

.s_page--body .s_title_02 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  color: #2a3432;
}
.s_page--body .s_title_03 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
  color: #225ca5;
}
.s_page--body .s_title_04 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
  border-bottom: 1px solid #d4dae0;
  color: #2a3432;
}
.s_page--body .s_title_05 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
  color: #2a3432;
}
.s_page--body * + .s_title_02 {
  margin-top: 40px;
}
.s_page--body * + .s_title_03,
.s_page--body * + .s_title_04,
.s_page--body * + .s_title_05 {
  margin-top: 30px;
}
@media (992px &lt;= width) {
  .s_page--body .s_title_02 {
    font-size: 25px;
    line-height: 1.4em;
  }
  .s_page--body .s_title_03 {
    font-size: 22px;
    line-height: 1.4em;
  }
  .s_page--body .s_title_04 {
    font-size: 18px;
    line-height: 1.4em;
  }
  .s_page--body .s_title_05 {
    font-size: 18px;
    line-height: 1.4em;
  }
}

.s_page--body .box_body {
  margin-top: 20px;
  text-align: center;
}
.s_page--body .box_footer {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #cccccc;
  text-align: center;
}
.s_page--body .box_body .c_btn,
.s_page--body .box_footer .c_btn {
  min-width: 380px;
  padding: 24px 70px 26px 30px;
  font-weight: 700;
}
.c_btn.c_btn-back {
  width: 100%;
  padding: 24px 70px 26px 70px;
}
.c_btn.c_btn-back .c_btn--foreground {
  text-align: center;
}
.s_page--body .box_body * + .c_btn,
.s_page--body .box_footer * + .c_btn {
  margin-top: 20px;
}
:not(.c_btn-xs).c_btn::after {
  top: 50%;
  right: 30px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.c_btn.c_btn-back::after {
  right: auto;
  left: 30px;
  transform: translateY(-50%) scale(-1, 1);
}
.c_btn[href$=".pdf"]::after {
  background-image: url(/assets/images/common/icon_pdf_white.svg);
}
.c_btn[href$=".txt"]::after {
  background-image: url(/assets/images/common/icon_txt_white.svg);
}
.c_btn[href*="ebook"]::after {
  background-image: url(/assets/images/common/icon_book_white.svg);
}
@media (992px &lt;= width) {
  .s_page--body img,
  .s_page--footer img {
    width: auto;
    max-width: 100%;
  }
}
@media (width &lt; 992px) {
  .s_page--body .box_body .c_btn,
  .s_page--body .box_footer .c_btn {
    min-width: 100%;
  }
  .s_page--body img,
  .s_page--footer img {
    width: 100%;
  }
  .s_page--body .box_footer {
    text-align: left;
  }
}

.s_page--body .box_dl {
  width: 100%;
}
.s_page--body * + .box_dl {
  margin-top: 40px;
}
.s_page--body .box_dl + .box_dl {
  margin-top: 0;
}
.s_page--body .box_dl dt {
  padding: 20px;
  background-color: #225ca5;
  font-size: 20px;
  line-height: 1.4em;
  color: #ffffff;
  text-align: center;
}
.s_page--body .box_dl dd {
  padding: 30px;
  background-color: #f1f6fd;
  font-weight: 700;
  font-size: 18px;
  color: #2a3432;
  text-align: center;
}
.s_page--body .box_dl dd ul,
.s_page--body .box_dl dd ol {
  display: inline-block;
  text-align: left;
}
.s_page--body .box_dl_s dt {
  padding: 20px;
  background-color: #225ca5;
  font-size: 16px;
  line-height: 1.4em;
  color: #ffffff;
  text-align: center;
}
.s_page--body .box_dl_s dd {
  padding: 20px;
  background-color: #f5f5f5;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}
.s_page--body .box_dl_s dd .s_caption--head {
  font-size: 16px;
  color: #225ca5;
}
.s_page--body .box_dl_02 {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.s_page--body .box_dl_02 dt {
  padding: 20px;
  background-color: #225ca5;
  font-size: 20px;
  line-height: 1.4em;
  color: #ffffff;
  text-align: center;
}
.s_page--body .box_dl_02 dd img {
  width: 100%;
}
.s_page--body .box_dl_02 .box_dl_02--txt {
  padding: 20px;
  font-size: 14px;
  line-height: 1.6em;
}
.s_page--body .box_dl_02 .box_dl_02--txt p + p {
  margin-top: 0.5em;
}

.s_page--body .box_scroll {
  width: 100%;
}
.s_page--body .box_scroll &gt; * {
  width: 100%;
}
.s_page--body * + .box_scroll {
  margin-top: 40px;
}
.s_page--body .s_caption--head + .box_scroll {
  margin-top: 20px;
}
.s_page--body .box_scroll::-webkit-scrollbar {
  background-color: #eeeeee;
  width: 10px
  height: 10px;
}
.s_page--body .box_scroll::-webkit-scrollbar-thumb {
  background: #225ca5;
  border-radius: 100px;
}
@media (width &lt; 992px) {
  .s_page--body .box_scroll {
    padding-bottom: 10px;
    overflow-x: scroll;
  }
  .s_page--body .box_scroll &gt; * {
    width: 1000px;
    max-width: none;
  }
}

.s_page--body .box_bg {
  padding: 40px;
  background-color: #f0f6fe;
  text-align: center;
}
.s_page--body .box_bg &gt; * {
  display: inline-block;
  text-align: left;
}
.s_page--body .box_bg &gt; .box_grid,
.s_page--body .box_bg &gt; figure {
  width: 100%;
}
.s_page--body .box_bg &gt; .box_block {
  display: block;
}
.s_page--body * + .box_bg,
.s_page--body .box_bg + * {
  margin-top: 40px;
}
.s_page--body .box_bg_normal {
  padding: 40px;
  background-color: #f0f6fe;
}

.s_page--body .box_supporter {
  display: flex;
  gap: 40px;
  padding: 40px;
  background-color: #ffffff;
  color: #4e5359;
  border-radius: 10px;
}
.s_page--body .box_supporter .title {
  font-size: 18px;
  font-weight: 700;
}
.s_page--body .box_supporter img {
  width: 100px;
  height: fit-content;
}
@media (width &lt; 768px) {
  .s_page--body .box_supporter {
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
    padding: 20px;
  }
  .s_page--body .box_supporter .title {
    font-size: 16px;
    line-height: 1.4em;
  }
}

.s_page--body .table_bg,
.s_page--body .table_bg th,
.s_page--body .table_bg td {
  background-color: #f0f6fe;
}
.s_page--body tr.table_bg th {
  background-color: #225ca5;
  color: #ffffff;
}

.s_page--body .box_iframe {
  position: relative;
  padding-top: 56.25%;
}
.s_page--body .box_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s_news {
  padding: 0;
  border: 1px solid #cccccc;
  font-weight: 700;
}
* + .s_news {
  margin-top: 30px;
}
.s_news li + li {
  border-top: 1px solid #cccccc;
}
.s_news a,
.s_news .s_news--item_link {
  position: relative;
  display: grid;
  align-items: center;
  gap: 20px;
  padding: 20px 60px 20px 30px;
  background-color: #ffffff;
}
.s_news .s_news--item_link {
  display: block;
}
.s_news a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  content: '';
  background: url(/assets/images/common/icon_arrow_right_blue.svg) no-repeat 50%/contain;
  transform: translateY(-50%);
}
.s_news a[target*="blank"]::after {
  background-image: url(/assets/images/common/icon_external_blue.svg);
}
.s_news a[href*=".pdf"]::after {
  background-image: url(/assets/images/common/icon_pdf_blue.svg);
}
.s_news time {
  display: inline-block;
  flex-shrink: 0;
  font-family: Barlow,sans-serif;
  font-size: 16px;
  color: #225ca5;
  line-height: 1em;
}
.s_news--item_label {
  display: block;
  line-height: 1em;
}
.s_news--item_label span {
  display: block;
  padding: 8px;
  background-color: #dce1e5;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
}
.s_news--item_text {
  display: block;
  font-size: 14px;
  line-height: 1.4em;
}
@media (992px &lt;= width) {
  .s_news a {
    grid-template-columns: 6.5em 1fr;
    padding: 22px 60px 22px 30px;
  }
  .s_news_cat a {
    grid-template-columns: 6.5em 10em 1fr;
  }
  #services .s_news_cat a,
  #news .s_news_cat a {
    grid-template-columns: 6.5em 12em 1fr;
  }
  .s_news time {
    font-size: 20px;
  }
  .s_news--item_label span {
    padding: 10px 8px;
    font-size: 14px;
  }
  .s_news--item_text {
    font-size: 18px;
  }
}
@media (width &lt; 992px) {
  .s_news a {
    grid-template-columns: 6em 1fr;
    gap: 10px;
    padding-left: 20px;
  }
  .s_news time {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }
  .s_news--item_label {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
  }
  .s_news--item_label span {
    width: 10em;
  }
  #services .s_news--item_label span,
  #news .s_news--item_label span,
  .en .s_news--item_label span {
    width: 14em;
  }
  .s_news--item_text {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
  }
}

.box_grid {
  display: grid;
  align-items: start;
  gap: 20px;
}
.box_grid .box_grid--img img {
  width: 100%;
}
section * + .box_grid {
  margin-top: 40px;
}
.box_grid-cols_1 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (768px &lt;= width) {
  .box_grid-cols_2 {
    grid-template-columns: repeat(2,1fr);
  }
  .box_grid-cols_2-1 {
    grid-template-columns: 2fr 1fr;
  }
  .box_grid-cols_1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .box_grid-cols_3 {
    grid-template-columns: repeat(3,1fr);
  }
  .box_grid-cols_4 {
    grid-template-columns: repeat(4,1fr);
  }
  .box_grid-cols_5 {
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
  }
  .box_grid-cols_10 {
    grid-template-columns: repeat(10,1fr);
  }
}
@media (width &lt; 768px) {
  .box_grid-cols_2,
  .box_grid-cols_2-1,
  .box_grid-cols_1-2 {
    grid-template-columns: 1fr;
  }
  .box_grid-cols_3 {
    grid-template-columns: repeat(2,1fr);
  }
  .box_grid-cols_4 {
    grid-template-columns: repeat(2,1fr);
  }
  .box_grid-cols_5 {
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
  }
  .box_grid-cols_10 {
    grid-template-columns: repeat(10,1fr);
  }
}

.s_page--body .s_caption--head {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: left;
}
.s_page--body .s_caption {
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
}
.s_page--body * + .s_caption--head {
  margin-top: 30px;
}
.s_page--body * + .s_caption {
  margin-top: 10px;
}

.s_page--body .s_list-dots {
  list-style-type: disc;
  padding-left: 20px;
}
.s_page--body .s_list-circle {
  list-style-type: circle;
  padding-left: 20px;
}
.s_page--body .s_list-iroha {
  list-style-type: katakana-iroha;
  padding-left: 30px;
}
.s_page--body .s_list-rm {
  padding-left: 1.3em;
}
.en .s_page--body .s_list-rm {
  padding-left: 0.7em;
}
.s_page--body .s_list-rm li {
  position: relative;
}
.s_page--body .s_list-rm li::before {
  position: absolute;
  top: 0;
  left: -1.2em;
  content: '窶ｻ'
}
.en .s_page--body .s_list-rm li::before {
  left: -0.6em;
  content: '*'
}
.s_page--body .s_list-num {
  list-style-position: outside;
  padding-left: 20px;
}
.s_page--body .s_list-rmnum {
  list-style-position: outside;
  padding-left: 2.3em;
}
.en .s_page--body .s_list-rmnum {
  padding-left: 1.8em;
}
.s_page--body .s_list-rmnum li {
  position: relative;
}
.s_page--body .s_list-rmnum li::before {
  position: absolute;
  top: 0;
  left: -2.2em;
  content: '窶ｻ'
}
.en .s_page--body .s_list-rmnum li::before {
  left: -1.6em;
  content: '*'
}
.s_page--body .s_list-rmnum.over10 {
  padding-left: 3em;
}
.en .s_page--body .s_list-rmnum.over10 {
  padding-left: 2.4em;
}
.s_page--body .s_list-rmnum.over10 li::before {
  left: -2.8em;
}
.en .s_page--body .s_list-rmnum.over10 li::before {
  left: -2.2em;
}
.s_page--body .s_list-parennum {
  list-style-position: outside;
  padding-left: 20px;
}
.s_page--body .s_list-parennum li {
  position: relative;
  padding-left: 0.5em;
}
.s_page--body .s_list-parennum li::before {
  position: absolute;
  top: 0;
  left: -1.5em;
  content: '('
}
.s_page--body .s_list-parennum li::after {
  position: absolute;
  top: 0;
  left: -0.2em;
  content: ')'
}
.s_list-dots li + li,
.s_list-circle li + li,
.s_list-iroha li + li,
.s_list-rm li + li,
.s_list-num li + li,
.s_list-rmnum li + li,
.s_list-rmnum.over10 li + li,
.s_list-parennum li + li {
  margin-top: 0.4em;
}
.s_page--body li {
  line-height: 1.4em;
}
/*
.s_page--body :not(.normal):not(.s_links) &gt; li + li {
  margin-top: 0.4em;
}
*/
.s_page--body * + ul,
.s_page--body * + ol {
  margin-top: 1em;
}

.s_page--body table {
  width: 100%;
}
.s_page--body table .s_caption {
  margin-bottom: 10px;
}
.s_page--body table th,
.s_page--body table td {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  line-height: 1.4em;
  vertical-align: middle;
}
.s_page--body table th {
  font-weight: bold;
  text-align: center;
}
.s_page--body table thead th {
  font-size: 18px;
  color: #ffffff;
  background-color: #4e5359;
}
.s_page--body table thead tr:nth-of-type(2) th {
  background-color: #2a3432;
}
.s_page--body table thead tr:nth-of-type(3) th {
  background-color: #dce1e5;
  color: #4e5359;
}
.s_page--body table tbody th {
  background-color: #f5f5f5;
}
.s_page--body table tfoot th {
  background-color: #f5f5f5;
}
.s_page--body table tfoot th,
.s_page--body table tfoot td {
  border-top: 3px double #cccccc;
}
.s_page--body table tfoot td.s_caption {
  padding: 10px 0 0;
  border: none;
}
.s_page--body * + table {
  margin-top: 40px;
}
.s_page--body table.normal th,
.s_page--body table.normal td {
  padding: 0;
  background-color: #ffffff;
  border: none;
  line-height: 1.4em;
  vertical-align: top;
}
.s_page--body table.normal th {
  padding-right: 20px;
}
.s_page--body table.normal tr + tr th,
.s_page--body table.normal tr + tr td {
  padding-top: 10px;
}
.s_page--body table thead .highlight,
.s_page--body table tbody tr:nth-of-type(1) .highlight {
  border: 5px solid #2c3432;
  border-bottom: none;
}
.s_page--body table thead + tbody tr:first-of-type .highlight {
  border-top: none;
}
.s_page--body table tbody .highlight {
  border-left: 5px solid #2c3432;
  border-right: 5px solid #2c3432;
}
.s_page--body table tbody tr:last-of-type .highlight {
  border-bottom: 5px solid #2c3432;
}
.s_page--body table.fixed {
  table-layout: fixed;
}

.s_page--body dl.normal dt {
  font-weight: 700;
}
.s_page--body dl.normal dd,
.s_page--body dl.normal dd + dt {
  margin-top: 0.4em;
}

.s_page--body .box_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  padding: 60px;
  border: 1px solid #cccccc;
}
.s_page--body .box_btn h2 {
  font-size: 25px;
}

.s_page--body .nav_tab {
  display: flex;
  gap: 1px;
  border-bottom: 3px solid #225ca5;
}
.s_page--body .nav_tab li {
  flex: 1;
}
.s_page--body .c_tab .nav_tab li + li {
  margin-top: 0;
}
.s_page--body .nav_tab .c_tab--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  background-color: #e6e9eb;
  border: none;
  border-radius: 0;
  font-weight: 700;
  line-height: 1.2em;
  cursor: pointer;
}
.s_page--body .nav_tab .c_tab--btn:hover,
.s_page--body .nav_tab .c_tab--btn:active,
.s_page--body .nav_tab .c_tab--btn:focus {
  background-color: #225ca5;
}
.s_page--body .nav_tab .is_current .c_tab--btn {
  background-color: #225ca5;
}
@media (width &lt; 768px) {
  .s_page--body .nav_tab .c_tab--btn {
    padding: 20px 10px;
  }
}

.s_page--body .nav_page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
}
.s_page--body .nav_page.nav_page_m {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.s_page--body .nav_page a {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 20px 40px 20px 20px;
  border: 1px solid #dde1e5;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  background-color: #ffffff;
}
.s_page--body .nav_page a::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 16px;
  height: 16px;
  content: '';
  background: url(/assets/images/common/icon_arrow_bottom_blue.svg) no-repeat 50%/contain;
  transform: translateY(-50%);
}
@media (width &lt; 992px) {
  .s_page--body .nav_page {
    gap: 10px;
  }
}

.s_page--body .box_scroll .th10 th:first-of-type {
  width: 10%;
}
.s_page--body .box_scroll .th15 th:first-of-type {
  width: 15%;
}
.s_page--body .box_scroll .th20 th:first-of-type {
  width: 20%;
}
.s_page--body .box_scroll .th25 th:first-of-type {
  width: 25%;
}
.s_page--body .box_scroll .th30 th:first-of-type {
  width: 30%;
}

@media (992px &lt;= width) {
  .s_page--body .box_btn .box_body {
    margin-top: 0;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #e0e0e0;
  }
  .s_page--body .table_line.th20 th {
    width: 20%;
  }
  .s_page--body .table_line.th30 th {
    width: 30%;
  }
  .s_page--body .table_line.th40 th {
    width: 40%;
  }
  .s_page--body .table_line.th50 th {
    width: 50%;
  }
}
@media (width &lt; 992px) {
  .s_page--body .table_line tbody {
    border-top: 1px solid #cccccc;
  }
  .s_page--body .table_line caption,
  .s_page--body .table_line tbody,
  .s_page--body .table_line tr,
  .s_page--body .table_line th,
  .s_page--body .table_line td {
    display: block;
  }
  .s_page--body .table_line th {
    border-top: none;
    border-bottom: none;
  }
  .s_page--body .table_line .nowrap {
    white-space: normal;
  }
  .s_page--body .table_line.normal tbody {
    border-top: none;
  }
  .s_page--body table.normal th {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .s_page--body table.normal td {
    padding-top: 10px;
    border-top: 1px dashed #cccccc;
  }

  .s_page--body .box_btn {
    flex-direction: column;
    padding: 20px;
  }
  .s_page--body .box_btn .box_body {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
  }
}

.s_page--body .box_adobe_reader {
  width: 93.1034482759vw;
  max-width: 1160px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  background-color: #4e5359;
  color: #ffffff;
}
.s_page--body .box_adobe_reader .box_adobe_reader-link {
  display: flex;
  align-items: center;
}
.s_page--body .box_adobe_reader .box_adobe_reader-link a {
  display: inline-block;
}
.s_page--body .box_adobe_reader .box_adobe_reader-link p {
  margin: 0;
}
.s_page--body .box_adobe_reader .box_adobe_reader-txt {
  margin-top: 20px;
  font-weight: 400;
}
.s_page--body .box_adobe_reader a {
  color: #ffffff;
  text-decoration: underline;
}
.s_page--body .box_adobe_reader a:hover,
.s_page--body .box_adobe_reader a:active,
.s_page--body .box_adobe_reader a:focus {
  text-decoration: none;
}
@media (992px &lt;= width) {
  .s_page--body .box_adobe_reader .box_adobe_reader-link a {
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid #ffffff;
  }
}
@media (width &lt; 992px) {
  .s_page--body .box_adobe_reader {
    padding: 40px;
  }
  .s_page--body .box_adobe_reader .box_adobe_reader-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .s_page--body .box_adobe_reader img {
    width: auto;
  }
}

.s_page--body .s_link_01,
.s_page--body .s_link_02,
.s_page--body .s_link_pdf,
.s_page--body .s_link_external,
.s_page--body .s_link_map,
.s_page--body .s_link_bus,
.s_page--body .s_link_mail,
.s_page--body .s_link_movie {
  display: inline-block;
  position: relative;
  color: #225ca5;
  text-decoration: underline;
}
.s_page--body .s_link_01,
.s_page--body .s_link_02,
.s_page--body .s_link_mail,
.s_page--body .s_link_movie {
  padding-left: 21px;
}
.s_page--body .s_link_pdf,
.s_page--body .s_link_map,
.s_page--body .s_link_bus {
  padding-left: 18px;
}
.s_page--body .s_link_external {
  padding-right: 21px;
}
.s_page--body .s_link_01::before,
.s_page--body .s_link_02::before,
.s_page--body .s_link_pdf::before,
.s_page--body .s_link_external::before,
.s_page--body .s_link_map::before,
.s_page--body .s_link_bus::before,
.s_page--body .s_link_mail::before,
.s_page--body .s_link_movie::before {
  position: absolute;
  top: 3px;
  content: '';
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
.s_page--body .s_link_01::before,
.s_page--body .s_link_02::before,
.s_page--body .s_link_pdf::before,
.s_page--body .s_link_map::before,
.s_page--body .s_link_bus::before,
.s_page--body .s_link_mail::before,
.s_page--body .s_link_movie::before {
  left: 0;
}
.s_page--body .s_link_external::before {
  right: 0;
}
.s_page--body .s_link_01::before {
  background-image: url(/assets/images/common/icon_link_01.svg);
}
.s_page--body .s_link_02::before {
  background-image: url(/assets/images/common/icon_link_02.svg);
}
.s_page--body .s_link_pdf::before {
  background-image: url(/assets/images/common/icon_pdf_blue.svg);
}
.s_page--body .s_link_external::before {
  background-image: url(/assets/images/common/icon_external_blue.svg);
}
.s_page--body .s_link_map::before {
  background-image: url(/assets/images/common/icon_map_blue.svg);
}
.s_page--body .s_link_bus::before {
  background-image: url(/assets/images/common/icon_bus_blue.svg);
}
.s_page--body .s_link_mail::before {
  top: 7px;
  background-image: url(/assets/images/common/icon_mail_blue.svg);
}
.s_page--body .s_link_movie::before {
  top: 5px;
  background-image: url(/assets/images/common/icon_movie_blue.svg);
}
.s_page--body .s_link_01:hover,
.s_page--body .s_link_01:active,
.s_page--body .s_link_01:focus {
  text-decoration: none;
}
.s_page--body .s_link_pdf:hover,
.s_page--body .s_link_pdf:active,
.s_page--body .s_link_pdf:focus {
  text-decoration: none;
}
.s_page--body .s_link_external:hover,
.s_page--body .s_link_external:active,
.s_page--body .s_link_external:focus {
  text-decoration: none;
}
.s_page--body .s_link_map:hover,
.s_page--body .s_link_map:active,
.s_page--body .s_link_map:focus {
  text-decoration: none;
}
.s_page--body .s_link_bus:hover,
.s_page--body .s_link_bus:active,
.s_page--body .s_link_bus:focus {
  text-decoration: none;
}
.s_page--body .s_link_mail:hover,
.s_page--body .s_link_mail:active,
.s_page--body .s_link_mail:focus {
  text-decoration: none;
}
.s_page--body .s_link_movie:hover,
.s_page--body .s_link_movie:active,
.s_page--body .s_link_movie:focus {
  text-decoration: none;
}
.s_page--banner {
  background-color: #f0f6fe;
}
.f_corporate_profile_other .s_page--banner .s_frame {
  margin-top: 0;
  background: transparent;
}

.s_accordion + .s_accordion {
  margin-top: 30px;
}
.s_accordion--ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 20px 60px 20px 20px;
  border: 1px solid #e0e0e0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.0em;
  transition: opacity .2s ease-out;
  cursor: pointer;
  z-index: 1;
}
.s_accordion--ttl:before,
.s_accordion--ttl:after {
  position: absolute;
  top: 50%;
  content: '';
  background: #225ca5;
  transform: translateY(-50%);
  z-index: -1;
}
.s_accordion--ttl:before {
  right: 29px;
  width: 14px;
  height: 2px;
}
.s_accordion--ttl:after {
  right: 35px;
  width: 2px;
  height: 14px;
  transition: .2s ease-out;
}
.s_accordion--ttl.active:after {
  opacity: 0;
  transform: rotate(90deg) translateX(-7px) translateY(calc(-50% + 7px));
}
.s_accordion--ttl h2,
.s_accordion--ttl h3,
.s_accordion--ttl h4,
.s_accordion--ttl h5,
.s_accordion--ttl h6 {
  transition: .2s ease-out;
}
.s_accordion--inner {
  height: 0;
  overflow: hidden;
}
.s_accordion--ttl.active + .s_accordion--inner {
    height: auto;
}
.s_accordion--content {
  display: block;
  padding: 25px 0 30px;
  border-left: none;
  border-right: none;
}
.s_accordion .s_title_02 {
  margin-bottom: 0;
}
.s_accordion .box_scroll {
  margin-top: 0;
}
.s_accordion table {
  text-align: center;
}
.s_accordion caption {
  margin-bottom: 10px;
}
.s_accordion .box_scroll + .box_scroll {
  margin-top: 40px;
}
@media (992px &lt;= width) {
  .s_accordion--ttl {
    padding: 30px 60px 30px 30px;
  }
  .s_accordion--content {
    min-height: 80px;
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-top: none;
  }
  .s_accordion--ttl.active {
    border-bottom: 1px dashed #e0e0e0;
    font-size: 30px;
  }
}

* + .nav_select {
  margin-top: 60px;
}
.nav_select .s_select {
  width: 93.1034482759vw;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.nav_select p + .s_select {
  margin-top: 10px;
}
.nav_select .s_select select {
  width: 250px;
  height: 60px;
  padding: 15px 20px;
  background-image: url(/assets/images/common/icon_arrow_bottom_blue.svg);
  background-position: right 20px top 50%;
  background-size: 24px;
  border-radius: 6px;
  color: #2a3432;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media (992px &lt;= width) {
.nav_select .s_select {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav_select .s_select select {
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
  }
}

.nav_field {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-left: 1px solid #d4dae0;
}
.nav_field li {
  border: 1px solid #d4dae0;
  border-left: none;
}
.nav_field li:nth-of-type(n+4) {
  border-top: none;
}
.nav_field a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 20px;
  gap: 20px;
}
.nav_field a::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  content: '';
  width: 16px;
  height: 16px;
  background: url(/assets/images/common/icon_arrow_right_blue.svg) no-repeat 50%/contain;
}
.nav_field a img {
  width: 100px;
  height: 80px;
  object-fit: contain;
}
.nav_field a span {
  min-height: 1em;
  font-size: 20px;
  font-weight: 700;
  color: #2a3432;
  line-height: 1em;
  text-align: center;
}
.en .nav_field a span {
  line-height: 1.4em;
  text-align: left;
}
@media (width &lt; 992px) {
  .index .catch {
    font-size: 18px;
    line-height: 1.4em;
  }
/*
  .nav_field {
    grid-template-columns: repeat(3,1fr);
  }
  .nav_field li:nth-of-type(n+4) {
    border-top: none;
  }
*/
  .nav_field a {
    min-height: 160px;
  }
  .nav_field a img {
    width: 60px;
    height: 48px;
  }
  .nav_field a span {
    min-height: 2.8em;
    font-size: 16px;
    line-height: 1.4em;
  }
}
@media (width &lt; 768px) {
  .nav_field {
    grid-template-columns: repeat(2,1fr);
  }
  .nav_field li:nth-of-type(n+3) {
    border-top: none;
  }
}

.s_page--body .nowrap {
  white-space: nowrap;
}
.s_page--body .mt_0 {
  margin-top: 0;
}
.s_page--body .mt_5 {
  margin-top: 5px;
}
.s_page--body .mt_10 {
  margin-top: 10px;
}
.s_page--body .mt_20 {
  margin-top: 20px;
}
.s_page--body .mt_30 {
  margin-top: 30px;
}
.s_page--body .mt_40 {
  margin-top: 40px;
}
.s_page--body .mt_60 {
  margin-top: 60px;
}
.s_page--body .ml_5 {
  margin-left: 5px;
}
.s_page--body .ml_10 {
  margin-left: 10px;
}
.s_page--body .mr_5 {
  margin-right: 5px;
}
.s_page--body .mr_10 {
  margin-right: 10px;
}
.s_page--body .fs_22 {
  font-size: 22px;
  font-weight: 700;
  color: #2a3432;
  line-height: 1.4em;
}
.s_page--body .fs_25 {
  font-size: 25px;
  font-weight: 700;
  color: #2a3432;
  line-height: 1.4em;
}
.s_page--body .fs_28 {
  font-size: 28px;
  font-weight: 700;
  color: #2a3432;
  line-height: 1.4em;
}
.s_page--body .ff_barlow {
  font-family: Barlow,sans-serif;
}
.s_page--body .color-blue {
  color: #225ca5;
}
.s_page--body .txt_center {
  text-align: center;
}
.s_page--body .txt_left {
  text-align: left;
}
.s_page--body .txt_right {
  text-align: right;
}
.s_page--body .txt_bold {
  font-weight: 700;
}
.s_page--body .txt_vw {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.en .s_page--body .txt_vw {
  text-orientation: mixed;
}
.s_page--body .txt_combine {
  text-combine-upright: all;
}
.s_page--body .va_top {
  vertical-align: top;
}
.s_page--body .va_middle {
  vertical-align: middle;
}
.s_page--body .va_bottom {
  vertical-align: bottom;
}
.s_page--body .border {
  padding: 40px;
  border: 1px solid #dddddd;
}
.s_page--body .bg {
  position: relative;
}
.s_page--body .bg::after {
  display: block;
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 100%;
  height: 100%;
  content: '';
  background: url(/assets/images/common/bg_photo.webp) no-repeat 50%;
  background-size: cover;
}
.s_page--body .bg img {
  position: relative;
  z-index: 2;
}
.s_page--body .gap40 {
  gap: 40px;
}
.s_page--body .gap60 {
  gap: 60px;
}

@media (768px &lt;= width) {
  .s_page--body a[href^="tel:"] {
    pointer-events: none;
  }
}



.s_contact {
  padding: 60px;
  background: url(/assets/images/common/bg_contact.webp) no-repeat 50%/cover;
  color: #ffffff;
  text-align: center;
}
.s_contact h2 span {
  display: block;
  font-size: 30px;
  line-height: 1em;
}
.s_contact h2 .txt_en {
  margin-bottom: 10px;
  font-family: Barlow,sans-serif;
  font-size: 20px;
}
.s_contact a {
  color: #ffffff;
}
.s_contact .box_grid {
  align-items: center;
  gap: 40px;
}
.s_contact &gt; .block_btn {
  margin-top: 40px;
}
.s_contact .block_tel {
  display: inline-block;
  position: relative;
}
.s_contact .block_tel::after {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 2px;
  height: 50px;
  content: '';
  background-color: #5285c6;
  transform: translateY(-50%);
}
.s_contact dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  text-align: left;
  gap: 10px;
}
.s_contact dt {
  line-height: 1em;
}
.s_contact dd a {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  font-family: Barlow,sans-serif;
  font-size: 40px;
  line-height: 1em;
}
.s_contact dd a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  content: '';
  background: url(/assets/images/common/icon_tel_white.svg) no-repeat 50%/contain;
  transform: translateY(-50%);
}
.s_contact dd:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}
.s_contact .c_btn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  color: #225ca5;
  font-weight: 700;
  line-height: 1em;
}
.s_contact .c_btn::after {
  background: url(/assets/images/common/icon_arrow_right_blue.svg) no-repeat 50%/contain;
}
.s_contact .c_btn svg {
  opacity: 0;
}
.s_contact .c_btn:hover svg {
  opacity: 0.8;
}
.en .s_contact {
  font-family: Barlow, sans-serif;
}
.en .s_contact h2 {
  font-size: 40px;
  line-height: 1em;
}
.en .s_contact p {
  font-size: 20px;
  line-height: 1.2em;
}
.en .s_contact a {
  width: 100%;
}
.en .s_contact .c_btn {
  width: auto;
}
@media (768px &lt;= width) {
  .s_contact .block_tel {
    pointer-events: none;
  }
}
@media (width &lt; 992px) {
  .s_contact .box_grid {
    grid-template-columns: repeat(1,1fr);
  }
  .s_contact .block_tel::after {
    display: none;
  }
}
@media (width &lt; 768px) {
  .s_contact dd a {
    padding: 10px 10px 10px 40px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 24px;
  }
  .s_contact dd a::before {
    left: 10px;
    width: 24px;
    height: 24px;
  }
  .en .s_contact p {
    text-align: left;
  }
}

</pre></body></html>