@charset "UTF-8";

.sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}


.inner {
  width: 1210px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .inner {
    padding: 0 20px;
  }
}

/* header */
.site-header {
  font-size: 14px;
  position: fixed;
  z-index: 1000;
  background: #fff;
  width: 100%;
  top: 0;
  height: 110px;
}
@media screen and (max-width: 1024px) {
  .site-header {
    height: 60px;
  }
  .site-header .inner {
    padding-right: 75px;
  }
}
.site-header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 7.5px 0;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrap {
    margin: 0;
    height: 60px;
  }
}
.site-header .header-wrap a {
  text-decoration: none;
  color: #212121;
}
.site-header .header-wrap a img {
  width: 195px;
}
@media screen and (max-width: 1024px) {
  .site-header .header-wrap a img {
    width: 150px;
    position: relative;
    left: -10px;
  }
}
.site-header .site-title {
  line-height: 0;
  margin: 0;
}

.custom-header {
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .custom-header {
    background-color: transparent;
    padding-inline: 20px;
  }
}
.custom-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.custom-header__nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .custom-header__nav ul {
    width: 100%;
    padding: 20px 0 30px;
  }
}
.custom-header__nav ul li {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .custom-header__nav ul li {
    margin: 0;
  }
}
.custom-header__nav ul li:nth-child(3) {
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .custom-header__nav ul li:nth-child(3) {
    margin-right: 0;
  }
}
.custom-header__nav ul li:last-child {
  margin-right: 0;
}
.custom-header__nav ul li.menu-btn {
  width: 160px;
}
@media screen and (max-width: 1024px) {
  .custom-header__nav ul li.menu-btn {
    width: 240px;
    margin: 10px auto 10px;
  }
}
.custom-header__nav ul li a {
  display: inline-block;
  text-decoration: none;
  color: #212121;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .custom-header__nav ul li a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: calc(21/15);
    text-align: left;
    padding: 10px 0 !important;
  }
}
.custom-header__nav ul li a.btn {
  padding: 3px 20px;
  border: 1px solid #235DBC;
  border-radius: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .custom-header__nav ul li a.btn {
    text-align: center;
  }
}
.custom-header__nav ul li a.btn--outline {
  color: #235DBC;
}
.custom-header__nav ul li a.btn--solid {
  background-color: #235DBC;
  color: #fff;
}
.custom-header .custom-subnav {
  padding: 10px 0;
  background-color: #EAD8D8;
  border-bottom: 1px solid #ddd;
}
.custom-header .custom-subnav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-header .custom-subnav ul li {
  margin-right: 15px;
}
.custom-header .custom-subnav ul li:last-child {
  margin-right: 0;
}
.custom-header .custom-subnav ul li a {
  text-decoration: none;
  color: #235DBC;
  font-size: 14px;
}

.navigation-sns ul {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .custom-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .custom-header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .custom-header__nav ul li {
    margin-right: 0;
    margin-bottom: 0;
  }
  .custom-header__nav ul li:last-child {
    margin-bottom: 0;
  }
  .custom-subnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .custom-subnav ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .custom-subnav ul li:last-child {
    margin-bottom: 0;
  }
}
.main-navigation {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .main-navigation {
    position: absolute;
    z-index: 1000;
    background: rgba(35, 93, 188, 0.96);
    height: calc(100vh - 60px);
    padding: 16px 0 25px;
    width: calc(100% - 70px);
    top: 60px;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateX(100%);
  }

  .main-navigation .inner {
    padding-right: 20px;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  text-decoration: none;
  color: #212121;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .main-navigation li {
    text-align: center;
  }

  .main-navigation .menu li {
    border-bottom: 1px solid rgb(255 255 255 / 0.3);
  }

  .main-navigation .menu a {
    align-items: center;
    display: flex;
    font-size: 15px;
    line-height: calc(21/15);
    justify-content: space-between;
    padding-block: 15px;
    padding-right: 12px;
  }

  .main-navigation .menu a:after {
    aspect-ratio: 7/11;
    background: url(../img/icon/icon_arrow4.svg) 50% / contain no-repeat;
    content: "";
    display: block;
    width: 7px;
  }
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #212121;
}
@media screen and (max-width: 1024px) {
  .main-navigation a {
    color: #fff;
    font-size: 15px;
    padding-inline: 20px;
    text-align: left;
  }
}
.main-navigation a:visited {
  color: #212121;
}
@media screen and (max-width: 1024px) {
  .main-navigation a:visited {
    color: #fff;
  }
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.main-navigation.toggled {
  transform: translateX(0);
}
/* .main-navigation.toggled a {
  padding: 8px 0;
} */
@media screen and (max-width: 375px) {
  /* .main-navigation.toggled a {
    padding: 5px 0;
  } */
}
.main-navigation.toggled .navigation-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .menu-toggle {
    background-color: #235DBC;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    cursor: pointer;
    padding: 0;
    height: 60px;
    width: 60px;
    align-items: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
  }
  .menu-toggle-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 16px;
    width: 24px;
  }
  .menu-toggle span {
    background-color: #fff;
    height: 1px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu-toggle span:nth-child(1), .menu-toggle span:nth-child(3) {
    width: 20px;
    margin: 0 auto;
  }
  .menu-toggle.is-active span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  .menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.is-active span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }

  .navigation-sns-cta {
    background-color: #fff;
    border-radius: 50px;
    color: #235DBC !important;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: calc(21/15);
    padding-block: 14px;
    text-align: center !important;
    width: 240px;
  }
}

@media screen and (min-width: 1025px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .main-navigation ul li {
    margin-right: 24px;
    position: relative;
  }
  .main-navigation ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #212121;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%); /* Safari用 */
    transform: translate(0, -50%);
  }
  .main-navigation ul li a {
    padding-right: 24px;
  }
  .main-navigation ul li:last-child {
    margin-right: 0;
  }
  .main-navigation ul li:last-child::after {
    content: none;
  }
  .main-navigation ul li:last-child a {
    padding-right: 0;
  }
}

/* header-btn */


@media screen and (max-width: 1024px) {
  .header-btn__cta a.c-btn {
    color: #fff;
    font-size: 12px;
    gap: 5px;
    line-height: calc(18/12);
    padding-block: 6px;
    padding-inline: 15px 14px;
  }
  .header-btn__cta a.c-btn:hover,
  .header-btn__cta a.c-btn:focus-visible {
    color: #235DBC;
  }
  .header-btn__cta a.c-btn::after {
    width: 9px;
  }
}

/* sns-link */
.sns-link {
  background-color: #f9f3f5;
  padding: 50px 0 80px;
  text-align: center;
  overflow: hidden;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .sns-link {
    padding: 50px 0;
  }
}
.sns-link__title {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .sns-link__title {
    font-size: 24px;
  }
}
.sns-link__grid {
  max-width: 720px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 40px auto 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 32px;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  margin: 30px auto 0;
}
@media screen and (max-width: 1024px) {
  .sns-link__grid {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 440px) {
    .sns-link__grid {
        flex-wrap: wrap;
    }
}
.sns-link__item {
  width: 22%;
  line-height: 0;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .sns-link__item {
    width: 18%;
  }
}
@media screen and (max-width: 444px) {
  .sns-link__item {
    width: 20%;
  }
}
.sns-link__item img {
  width: 40px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 440px) {
  .sns-link__item img {
    width: 30px;
  }
}
.sns-link__subtitle {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0;
  margin: 10px 0;
}
@media screen and (max-width: 1024px) {
  .sns-link__subtitle {
    font-size: 12px;
  }
}

/*  */
.footer-link-banner {
  padding: 50px 0;
}
.footer-link-banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px 50px;
}
.footer-link-banner__item {
  width: calc(50% - 50px);
}
@media screen and (max-width: 1024px) {
  .footer-link-banner__item {
    width: 100%;
  }
}

/* footer */


.site-footer {
  background-color: #212121;
  color: #fff;
  padding: 60px 0 20px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .site-footer {
    padding: 40px 0 70px;
  }
}
.site-footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1210px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .site-footer .footer-inner {
    padding: 0 25px;
  }
}
.site-footer .footer-branding {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .site-footer .footer-branding {
    width: 100%;
    text-align: center;
  }
}
.site-footer .footer-branding .footer-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.site-footer .footer-branding .footer-company,
.site-footer .footer-branding .footer-address {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}
.site-footer .footer-branding .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .site-footer .footer-branding .footer-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0;
    gap: 24px;
  }
}
.site-footer .footer-branding .footer-social .footer-social-icon {
  width: 30px;
}
.site-footer .footer-menu {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .site-footer .footer-menu {
    width: 100%;
  }
}
.site-footer .footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 250px;
  gap: 16px 60px;
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .site-footer .footer-menu ul {
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6px 60px;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer-menu ul li {
    text-align: center;
  }
}
.site-footer .footer-menu ul a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.site-footer .footer-menu ul a:hover {
  color: #ddd;
}
.site-footer .footer-copyright {
  text-align: center;
  margin: 20px 0 0;
  font-size: 10px;
}


/* company */

.company-overview {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 40px 150px;
}
@media screen and (max-width: 1024px) {
  .company-overview {
    padding: 60px 25px;
  }
}
.company-overview__title {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .company-overview__title {
    font-size: 22px;
  }
}
.company-overview__table {
  width: 100%;
  border-collapse: collapse;
}
.company-overview__row {
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 1024px) {
  .company-overview__row {
    border-bottom: none;
  }
}
.company-overview__row:first-child {
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 1024px) {
  .company-overview__row:first-child {
    border-top: none;
  }
}
.company-overview__header {
  width: 30%;
  padding: 15px;
  text-align: center;
  background-color: #f5f5f5;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .company-overview__header {
    padding: 5px;
  }
}
.company-overview__data {
  width: 70%;
  padding: 18px 40px;
}
@media screen and (max-width: 1024px) {
  .company-overview__data {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .company-overview__table {
    display: table;
    width: 100%;
  }
  .company-overview__row, .company-overview__header, .company-overview__data {
    width: 100%;
    display: block;
  }
  .company-overview__row {
    margin-bottom: 20px;
    border-bottom: none;
  }
  .company-overview__data {
    padding: 8px 10px;
  }
}