@charset "UTF-8";
/*-------------------------
全ページ共通部分
-------------------------*/
body.page,
body .section,
body .lp01,
body .site-header,
body [class*=_btn],
body footer,
body h1,
body h2,
body h3,
body h4,
body h5, body button, body input, body optgroup, body select, body textarea {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}
body .footer,
body figure {
  margin: 0;
}

/***共通部分*********/
.site-header--layout--nav-float .site-header-container {
  max-width: 100%;
  padding-left: 50px;
  padding-right: 43px;
}

/*アドミンバー*/
html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

/**全ページ共通 **/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow: auto;
  height: auto;
  color: #3D3B3A;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 1023px) {
  body {
    padding-top: 74px;
  }
}

.modal-overlay {
  display: none;
}

ul,
ol {
  list-style-position: inside;
}

.content figure,
.content h1 {
  margin: 0 !important;
}

.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.lang_en {
  letter-spacing: 0;
}

main .container:not(.is-max-desktop) {
  max-width: 100%;
}

.site-header {
  height: 100px;
  min-height: 100px;
  margin-bottom: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .site-header {
    height: 55px;
    min-height: 55px;
    margin-bottom: 22px;
  }
}
.site-header::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #023994;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
}
@media screen and (max-width: 1023px) {
  .site-header::before {
    background: #fff;
  }
}
.site-header .navbar {
  width: 100%;
  background-color: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: auto;
}
.site-header .navbar .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: auto;
  max-width: 100%;
  padding: 10px 38px 10px 20px;
}
@media screen and (max-width: 1023px) {
  .site-header .navbar .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin-left: 0px;
  }
  .site-header .navbar .container > .menu-gnavi-container {
    display: none;
  }
}
.site-header .navbar .container:not(.is-max-desktop) {
  max-width: 100%;
}
.site-header .navbar .container:not(.is-max-desktop):not(.is-max-widescreen) {
  max-width: 100%;
}
.site-header .navbar .container .navbar-brand {
  display: inline-block;
  width: min(200px, 39%);
  max-height: 80px;
  text-align: center;
  margin: 0 0 0 21px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .site-header .navbar .container .navbar-brand {
    width: min(89px, 100%);
    max-height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-header .navbar .container .navbar-brand img {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .site-header .navbar .container .navbar-brand img {
    margin-bottom: 10px;
  }
}
.site-header .navbar .container .language-switcher {
  margin-right: 4px;
}
@media screen and (max-width: 1023px) {
  .site-header .navbar .container .language-switcher {
    margin-right: 65px;
  }
}
.site-header .navbar .container .language-switcher ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.site-header .navbar .container .language-switcher ul li {
  position: relative;
  font-weight: 700;
  font-size: 16px;
}
.site-header .navbar .container .language-switcher ul li .lang-disabled {
  color: #aaa;
  cursor: not-allowed;
}
.site-header .navbar .container .language-switcher ul li + li::before {
  content: "|";
  margin-right: 5px;
  color: #023994;
}
.site-header .navbar .container .language-switcher a {
  color: #949494;
}
.site-header .navbar .container .language-switcher strong {
  color: #023994;
}
.site-header .navbar .container .head_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 10px;
}
.site-header .navbar .container .head_wrap .head_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
.site-header .navbar .container .head_wrap .head_top > a {
  border-radius: 5px;
  width: 150px;
  height: 34px;
  font-weight: 700;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-header .navbar .container .head_wrap .head_top .download {
  background: #7f038b;
}
.site-header .navbar .container .head_wrap .head_top .download.en {
  width: 170px;
  letter-spacing: 0;
}
.site-header .navbar .container .head_wrap .head_top .contact {
  background: #023994;
  border: 1px solid #023994;
}
.site-header .navbar .container .head_wrap .head_top .contact:hover {
  color: #023994;
}
.site-header .navbar .container .head_wrap .menu-gnavi-container {
  height: 35px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .site-header .navbar .container .head_wrap .menu-gnavi-container {
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.site-header .navbar .container .head_wrap .menu-gnavi-container .gn-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  gap: 33px;
  height: 30px;
}
@media screen and (max-width: 1023px) {
  .site-header .navbar .container .head_wrap .menu-gnavi-container .gn-menu {
    height: 100%;
  }
}
.site-header .navbar .container .head_wrap .menu-gnavi-container .gn-menu li {
  min-width: 50px;
  margin: 0;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-header .navbar .container .head_wrap .menu-gnavi-container .gn-menu li.current-menu-item a {
  border-bottom: 2px solid #003894;
  line-height: 35px;
}
.site-header .navbar .container .head_wrap .menu-gnavi-container .gn-menu li a {
  color: #003894;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 61px;
}
.site-header .navbar .container .head_wrap .menu-gnavi-container .gn-menu li._btn {
  width: 240px;
  height: 54px;
  background: #085e9b;
}
.site-header .navbar .container .head_wrap .menu-gnavi-container .gn-menu li._btn a {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  color: #fff;
}
.site-header .navbar .container .navbar-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #3D3B3A;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .site-header .navbar .h-menu-wrapper {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .site-header .navbar .h-menu-wrapper {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .site-header .navbar .h-menu-wrapper {
    display: block;
    height: 70px;
    position: absolute;
    right: 0;
  }
  .site-header .navbar .h-menu-wrapper #h-menu-button {
    display: none;
  }
  .site-header .navbar .h-menu-wrapper #h-menu-button:checked ~ .h-menu-close {
    display: block;
  }
  .site-header .navbar .h-menu-wrapper #h-menu-button:checked ~ .h-menu-open {
    display: none;
  }
  .site-header .navbar .h-menu-wrapper #h-menu-button:checked ~ .h-menu-content {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .site-header .navbar .h-menu-wrapper .h-menu-open {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 42px;
    height: 42px;
    margin: auto;
    cursor: pointer;
    z-index: 4;
  }
  .site-header .navbar .h-menu-wrapper .h-menu-open img {
    display: block;
  }
  .site-header .navbar .h-menu-wrapper .h-menu-close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    margin: 14px;
    cursor: pointer;
    z-index: 16;
  }
  .site-header .navbar .h-menu-wrapper .h-menu-close img {
    display: block;
  }
  .site-header .navbar .h-menu-wrapper .h-menu-content {
    background: #fff;
    position: fixed;
    top: 55px;
    right: 0;
    width: 78%;
    height: auto;
    padding-bottom: 36px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    overflow-y: auto;
    z-index: 15;
  }
  .site-header .navbar .h-menu-wrapper .h-menu-content .h-menu {
    padding: 30px 15px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-header .navbar .h-menu-wrapper .h-menu-content .h-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 27px;
  }
  .site-header .navbar .h-menu-wrapper .h-menu-content .h-menu .menu li {
    margin: 0;
    text-align: center;
    -ms-flex-item-align: center;
        align-self: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-header .navbar .h-menu-wrapper .h-menu-content .h-menu .menu li a {
    color: #003894;
    text-decoration: none;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }
  .site-header .navbar .h-menu-wrapper .h-menu-content .h-menu > a {
    border-radius: 5px;
    width: 140px;
    height: 32px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #003894;
    margin: 47px auto 0;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .site-header .navbar .h-menu-wrapper .h-menu-content .h-menu > a.download {
    background: #7f038b;
  }
}
@media screen and (max-width: 1023px) {
  .site-header .navbar .h-menu-wrapper .h-menu-content .h-menu > a.contact {
    margin-top: 34px;
  }
}

.toukou {
  margin: 23px 0 13px;
  position: relative;
  padding-left: 17.5px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1023px) {
  .toukou {
    margin-bottom: 20px;
  }
}
.toukou::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("../../magna-wireless/img/toukou.svg");
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -70px;
  padding: 86px 0 91px;
}
@media screen and (max-width: 1023px) {
  .pagination {
    margin-top: -119px;
  }
}
.pagination .nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  list-style: none;
  color: #023994;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.08px;
}
.pagination .nav-links .page-numbers.current {
  background: #023994;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: inline-block;
  line-height: 28px;
  margin: 0 -7px;
}
.pagination .nav-links .prev,
.pagination .nav-links .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .nav-links .prev img,
.pagination .nav-links .next img {
  width: 18px;
  height: 7px;
}

.fadeinup {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
.fadeinup.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.t_btn {
  position: relative;
  border: 1px solid #7f038b;
  white-space: nowrap;
  background: #7f038b;
  width: 226px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.t_btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 0;
  height: 100%;
  opacity: 0;
  border-radius: 3px;
  -webkit-transition: width 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, opacity 0.4s ease-in-out;
  z-index: 1;
}
.t_btn:hover {
  color: #7f038b;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.t_btn:hover::before {
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .t_btn {
    width: 149px;
    height: 30px;
    font-size: 13px;
  }
  .t_btn::before {
    display: none !important;
  }
  .t_btn:hover {
    color: #fff !important;
  }
}
.t_btn span {
  position: relative;
  z-index: 10;
}

section.why {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: rgba(194, 229, 255, 0.0784313725);
  padding: 100px 0 100px 10.1%;
}
@media screen and (max-width: 1023px) {
  section.why {
    margin: 0;
    padding: 50px 0;
    left: 0;
    background: rgba(194, 229, 255, 0.5019607843);
  }
}
section.why.en {
  margin-bottom: 50px;
}
section.why .why_page_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 93px;
}
@media screen and (max-width: 1023px) {
  section.why .why_page_content {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 50px;
    padding-left: 6%;
    overflow: hidden;
  }
}
section.why .why_page_content .why_wrap {
  color: #003894;
  width: 820px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: -0.3px;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  section.why .why_page_content .why_wrap {
    width: 100%;
    z-index: 2;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 1441px) {
  section.why .why_page_content .why_wrap {
    width: auto;
    max-width: calc(100% - 400px - 50px);
    margin-right: 50px;
  }
}
section.why .why_page_content .why_wrap .why_title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 47px;
}
@media screen and (max-width: 1023px) {
  section.why .why_page_content .why_wrap .why_title {
    font-size: 20px;
    line-height: 40px;
  }
}
section.why .why_page_content .why_wrap .why_text {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
}
@media screen and (max-width: 1023px) {
  section.why .why_page_content .why_wrap .why_text {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 50px;
    margin-right: 5.1%;
    letter-spacing: 1px;
  }
}
section.why .why_page_content .why_wrap .why_text strong {
  font-weight: 700;
  color: #003894;
}
section.why .why_page_content .why_thumbnail {
  width: 450px;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  section.why .why_page_content .why_thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
section.why .why_page_content .why_thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  section.why .why_page_content .why_thumbnail img {
    height: auto;
    position: absolute;
    top: 0;
    right: -80px;
    width: calc(100% + 80px);
    -o-object-fit: none;
       object-fit: none;
  }
}
section.why .t_btn {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  section.why .t_btn {
    width: 226px;
    height: 47px;
    margin: auto;
    bottom: 50px;
    font-weight: 800;
    font-size: 16px;
  }
}

section.request {
  border: 3px solid #023994;
  width: min(1130px, 100%);
  margin: 100px auto;
}
@media screen and (max-width: 1023px) {
  section.request {
    width: 95%;
    margin: 50px 2.5% !important;
    border: 1px solid #023994;
  }
}
section.request h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #003894;
  margin: 31px 0 41px 70px;
}
@media screen and (max-width: 1023px) {
  section.request h2 {
    margin: 52px auto;
    font-size: 16px;
    text-align: center;
  }
}
section.request .request_wrap {
  margin-bottom: 50px;
}
section.request .request_wrap .request_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 41px;
}
section.request .request_wrap .request_content .content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 70px;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  section.request .request_wrap .request_content .content_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    gap: 20px;
  }
}
section.request .request_wrap .request_content .content_item figure {
  width: 262px;
  height: 147px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1023px) {
  section.request .request_wrap .request_content .content_item figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 167px;
  }
}
section.request .request_wrap .request_content .content_item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.request .request_wrap .request_content .content_item .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
section.request .request_wrap .request_content .content_item .content_wrap .content_title {
  font-weight: 700;
  font-size: 24px;
  color: #003894;
}
@media screen and (max-width: 1023px) {
  section.request .request_wrap .request_content .content_item .content_wrap .content_title {
    font-size: 16px;
  }
}
section.request .request_wrap .request_content .content_item .content_wrap .content_desc {
  font-weight: 400;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media screen and (max-width: 1023px) {
  section.request .request_wrap .request_content .content_item .content_wrap .content_desc {
    font-size: 14px;
  }
}
section.request .t_btn {
  margin: 0 auto 50px;
}

aside {
  max-width: 330px;
  width: 33%;
}
@media screen and (max-width: 1023px) {
  aside {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}
aside .widget-title {
  margin: 45px auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  height: 35px;
  letter-spacing: 0.1rem;
  position: relative;
  text-align: center;
}
aside .widget-title::before, aside .widget-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #3D3B3A;
  margin-bottom: 10px;
  position: absolute;
  top: -12px;
}
aside .widget-title::after {
  top: auto;
  bottom: -24px;
}
aside .widget_popular_posts_widget {
  margin-bottom: 64px;
}
aside .widget_popular_posts_widget .popular-posts {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
aside .widget_popular_posts_widget .popular-posts .p-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
aside .widget_popular_posts_widget .popular-posts .p-thumbnail img {
  width: 98px;
  height: 81px;
}
aside .widget_popular_posts_widget .popular-posts .p-meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
aside .widget_popular_posts_widget .popular-posts .p-meta .toukou {
  margin: 0 0 12px;
}
aside .widget_popular_posts_widget .popular-posts .p-meta .p-title a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.08rem;
  text-decoration: none;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
aside #block-8 {
  margin-top: 64px;
}

.icon-slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 163px;
}
.icon-slider__item {
  width: 129px;
  height: 129px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icon-slider__item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer {
  background: #0d1d37;
  color: #fff;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .foot_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 78px 9.4% 0 10.4%;
}
@media screen and (max-width: 1023px) {
  .footer .foot_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 52px 5.5% 0;
  }
}
.footer .foot_wrap .foot_left {
  width: 100%;
}
.footer .foot_wrap .foot_left figure {
  width: 153px;
  height: 46px;
  overflow: hidden;
  margin-bottom: 31px;
}
@media screen and (max-width: 1023px) {
  .footer .foot_wrap .foot_left figure {
    margin-bottom: 23px;
  }
}
.footer .foot_wrap .foot_left figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .foot_wrap .foot_left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 31px;
}
@media screen and (max-width: 1023px) {
  .footer .foot_wrap .foot_left p {
    font-size: 14px;
    line-height: 18px;
  }
}
.footer .foot_wrap .foot_left .left_title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 17px;
}
@media screen and (max-width: 1023px) {
  .footer .foot_wrap .foot_left .left_title {
    font-size: 14px;
  }
}
.footer .foot_wrap .foot_right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .footer .foot_wrap .foot_right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 55px;
    border-bottom: 1px solid #fff;
  }
}
.footer .foot_wrap .foot_right .footer_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5px;
}
@media screen and (max-width: 1023px) {
  .footer .foot_wrap .foot_right .footer_sns ul {
    margin-top: 0px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer .foot_wrap .foot_right .footer_sns ul li {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin: auto;
  padding: 82px 9.4% 48px 0;
}
@media screen and (max-width: 1023px) {
  .footer .copy {
    padding: 0 5.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 30px 0 45px;
    line-height: 23px;
  }
}
.footer .copy a {
  color: #fff;
  margin-right: 27px;
}
@media screen and (max-width: 1023px) {
  .footer .copy a {
    font-size: 13px;
    margin-bottom: 13px;
  }
}
.footer .copy p {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .footer .copy p {
    font-size: 13px;
  }
}

.ef_img {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
.ef_img img {
  height: auto;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.ef_img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: block;
}
#back-to-top .back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  width: 50px;
  height: 50px;
  background-color: #0d1d37;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: 3px double #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#back-to-top .back-btn:hover {
  background-color: #6cccf5;
}

.wp-block-list {
  list-style-type: disc;
}
@media screen and (max-width: 1023px) {
  .wp-block-list {
    margin-left: 0;
  }
}
.wp-block-list li {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 20px;
  line-height: 30px;
}
.wp-block-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 16px;
  color: black;
}

.maintenance .site-header .navbar .container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.maintenance .section .section_header .header_wrap .page-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #3D3B3A;
  margin: 323px auto 78px;
}
@media screen and (max-width: 1023px) {
  .maintenance .section .section_header .header_wrap .page-title {
    margin: 52px auto;
    font-size: 16px;
  }
}
.maintenance .section .container {
  width: min(839px, 98%);
  margin: 0 auto;
}
.maintenance .section .container p {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .maintenance .section .container p {
    font-size: 16px;
    line-height: 30px;
    padding: 0 45px;
  }
}
.maintenance .footer {
  margin-top: 432px;
  height: 100px;
}
@media screen and (max-width: 1023px) {
  .maintenance .footer {
    margin-top: 50px;
    height: 52px;
  }
  .maintenance .footer .copy {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .maintenance .footer .copy p {
    line-height: 52px;
    margin: 0;
  }
}