@charset "UTF-8";
* {
  box-sizing: border-box;
}

img {
  width: 100%;
  display: block;
}

ul {
  padding-left: 20px;
}

a {
  display: block;
  text-decoration: none;
  overflow-wrap: break-word;
  color: #333333;
  font-family: "MS PGothic", sans-serif;
}

.swiper-container {
  overflow-x: hidden;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

body {
  color: #333333;
  font-family: "MS PGothic", sans-serif;
}

.btn,
.more {
  margin: 20px auto;
  text-align: center;
}
.btn a,
.btn .a,
.more a,
.more .a {
  background: #e8423c;
  display: inline-block;
  color: white;
  padding: 3px 30px;
  border-radius: 9999px;
  white-space: nowrap;
  font-size: 25px;
}
.btn a:hover,
.btn .a:hover,
.more a:hover,
.more .a:hover {
  transform: scale(1.05, 1.05);
}

/*******************************
head
********************************/
.header_flex.active {
  background: #cb1d1d;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.header_flex.active .center ul a {
  text-shadow: none;
}

.header_flex {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  transition: 0.2s;
}
@media (min-width: 1009px) {
  .header_flex:hover {
    background: #cb1d1d;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  }
  .header_flex:hover .center ul a {
    text-shadow: none;
  }
}
.header_flex .left a {
  background: white;
  padding: 15px 30px;
  border-radius: 0 0 30px 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.header_flex .left a img {
  width: auto;
  height: 40px;
}
.header_flex .center {
  flex-grow: 1;
}
.header_flex .center ul {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: center;
}
.header_flex .center ul li {
  height: 70px;
  display: flex;
  align-items: center;
}
.header_flex .center ul a {
  color: white;
  margin: 0 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  position: relative;
}
.header_flex .center ul a:hover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: solid 1px white;
  bottom: 0;
  left: 0;
}
.header_flex .right {
  margin: 0 20px;
  width: 100px;
}
.header_flex .right a {
  position: fixed;
  top: 0;
  right: 20px;
  background: white;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #001ea0;
  font-weight: 800;
  font-size: 23px;
  border-radius: 0 0 9999px 9999px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
}

.links {
  width: 1200px;
  margin: 50px auto;
  max-width: 90%;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10%;
  display: flex;
}
.links .left {
  width: 450px;
  margin-bottom: 30px;
}
.links .left img {
  padding-top: 10px;
  width: 80%;
}
.links .left a {
  flex-direction: column;
  font-size: 20px;
}
.links .right {
  width: 450px;
  margin-bottom: 30px;
}
.links .right .title {
  margin: 0 auto;
  color: #001ea0;
  font-size: 20px;
}
.links a {
  background: white;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 110px;
  border-radius: 9999px;
  overflow: hidden;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.links a:hover {
  transform: scale(1.02, 1.02);
}

.links.pc {
  display: flex !important;
}

.hover-active {
  visibility: visible;
  border-top: 1px solid #eb0b1c;
  width: 100%;
  height: 0px;
  min-height: 0px;
  position: fixed;
  top: -200px;
  padding-top: 0px;
  left: 0;
  background: white;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
  z-index: 150 !important;
  transition: 0.25s ease-in-out;
}

.hover-menu-flex {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.hover-menu-flex .left {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hover-menu-flex .left .title {
  display: block;
  text-align: center;
  font-size: 20px;
}
.hover-menu-flex .left .title img {
  width: 180px;
}
.hover-menu-flex .right {
  width: 60%;
}
.hover-menu-flex .right ul {
  display: flex;
  gap: 15%;
  height: 200px;
  align-items: center;
}
.hover-menu-flex .right ul li {
  list-style: "> ";
  padding-left: 0px;
  font-size: 18px;
}
.hover-menu-flex .right ul li:hover {
  color: #e8423c;
}
.hover-menu-flex .right ul li:hover a {
  color: #e8423c;
}

.a-hover a {
  cursor: default;
}

.header_flex:has(.a-hover1:hover) ~ .hover-active1 {
  visibility: visible;
  height: 200px;
  min-height: 200px;
  top: 70px;
}

.header_flex:has(.a-hover1:hover) {
  box-shadow: none !important;
}

.hover-active1:hover {
  visibility: visible;
  height: 200px;
  min-height: 200px;
  top: 70px;
}

.header_flex:has(~ .hover-active1:hover) {
  background: #cb1d1d;
  box-shadow: none !important;
}
.header_flex:has(~ .hover-active1:hover) .center ul a {
  text-shadow: none;
}

.header_flex:has(.a-hover2:hover) ~ .hover-active2 {
  visibility: visible;
  height: 200px;
  min-height: 200px;
  top: 70px;
}

.header_flex:has(.a-hover2:hover) {
  box-shadow: none !important;
}

.hover-active2:hover {
  visibility: visible;
  height: 200px;
  min-height: 200px;
  top: 70px;
}

.header_flex:has(~ .hover-active2:hover) {
  background: #cb1d1d;
  box-shadow: none !important;
}
.header_flex:has(~ .hover-active2:hover) .center ul a {
  text-shadow: none;
}

.header_flex:has(.a-hover3:hover) ~ .hover-active3 {
  visibility: visible;
  height: 200px;
  min-height: 200px;
  top: 70px;
}

.header_flex:has(.a-hover3:hover) {
  box-shadow: none !important;
}

.hover-active3:hover {
  visibility: visible;
  height: 200px;
  min-height: 200px;
  top: 70px;
}

.header_flex:has(~ .hover-active3:hover) {
  background: #cb1d1d;
  box-shadow: none !important;
}
.header_flex:has(~ .hover-active3:hover) .center ul a {
  text-shadow: none;
}

.header_flex:has(.a-hover4:hover) ~ .hover-active4 {
  visibility: visible;
  height: 200px;
  min-height: 200px;
  top: 70px;
}

.header_flex:has(.a-hover4:hover) {
  box-shadow: none !important;
}

.hover-active4:hover {
  visibility: visible;
  height: 200px;
  min-height: 200px;
  top: 70px;
}

.header_flex:has(~ .hover-active4:hover) {
  background: #cb1d1d;
  box-shadow: none !important;
}
.header_flex:has(~ .hover-active4:hover) .center ul a {
  text-shadow: none;
}

.header_flex:has(.a-hover5:hover) ~ .hover-active5 {
  visibility: visible;
  height: 200px;
  min-height: 200px;
  top: 70px;
}

.header_flex:has(.a-hover5:hover) {
  box-shadow: none !important;
}

.hover-active5:hover {
  visibility: visible;
  height: 200px;
  min-height: 200px;
  top: 70px;
}

.header_flex:has(~ .hover-active5:hover) {
  background: #cb1d1d;
  box-shadow: none !important;
}
.header_flex:has(~ .hover-active5:hover) .center ul a {
  text-shadow: none;
}

.header_flex:has(.a-hover6:hover) ~ .hover-active6 {
  visibility: visible;
  height: 200px;
  min-height: 200px;
  top: 70px;
}

.header_flex:has(.a-hover6:hover) {
  box-shadow: none !important;
}

.hover-active6:hover {
  visibility: visible;
  height: 200px;
  min-height: 200px;
  top: 70px;
}

.header_flex:has(~ .hover-active6:hover) {
  background: #cb1d1d;
  box-shadow: none !important;
}
.header_flex:has(~ .hover-active6:hover) .center ul a {
  text-shadow: none;
}

/*********************
メニュー
**********************/
.menu-btn {
  position: fixed;
  top: 5px;
  right: 10px;
  display: none;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background-color: transparent;
  border-radius: 5px;
  background: white;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.menu-text {
  color: #e8423c;
  font-size: 8px;
  position: absolute;
  width: 50px;
  bottom: 7.5px;
  left: 0%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.menu-text-close {
  display: none;
}

#menu-btn-check:checked ~ .menu-btn .menu-text-open {
  display: none;
}

#menu-btn-check:checked ~ .menu-btn .menu-text-close {
  display: block;
  color: white;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  top: 16px;
  background: transparent;
  position: absolute;
  transition: 0.5s;
}

.menu-btn span:before {
  top: auto;
  bottom: 5px;
  background-color: #e8423c;
}

.menu-btn span:after {
  top: 5px;
  background-color: #e8423c;
}

#menu-btn-check:checked ~ .menu-btn {
  background-color: #e8423c;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(20deg);
  background-color: white;
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-20deg);
  background-color: white;
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0%; /**/
  z-index: 80;
  background-color: transparent;
}

.menu-logo {
  display: flex;
  height: 50px;
  align-items: center;
}
.menu-logo img {
  width: 150px;
  margin-left: 5%;
}

.menu-content {
  width: 500px;
  max-width: 100%;
  height: 100%;
  left: auto;
  position: fixed;
  top: 0;
  right: -100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: white;
  transition: all 0.5s; /*アニメーション設定*/
  display: none;
  z-index: 550;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.4);
}
.menu-content .menu-logo {
  margin: 70px auto;
  margin-bottom: 0;
}
.menu-content .menu-logo a {
  margin: 0 auto;
}
.menu-content .menu-logo a img {
  margin-left: 0;
}

#menu-btn-check:checked ~ .menu-content {
  right: 0; /*メニューを画面内へ*/
}

.menu-content {
  background-color: white;
  overflow-y: scroll;
  overscroll-behavior: contain;
}
.menu-content .menu-area {
  padding-top: 80px;
  text-align: center;
  width: 100%;
  width: 300px;
  max-width: 90%;
  margin: 0 auto;
}
.menu-content .menu-area ul {
  text-align: left;
}
.menu-content .menu-area li {
  display: inline-block;
  list-style: none;
  text-align: left;
  width: auto;
  font-size: 16px;
  margin: 18px auto;
  width: auto;
}
.menu-content .menu-area .menu-anime li {
  display: block;
}
.menu-content .menu-area .sns {
  display: flex;
  justify-content: center;
}
.menu-content .menu-area .sns li {
  margin: 30px 20px;
}
.menu-content .flex-box {
  display: flex;
  flex-direction: column-reverse;
  padding: 30px 0;
}
.menu-content .flex-box a {
  width: 320px;
  max-width: 90%;
  border-radius: 9999px;
  padding: 10px 0px 20px 0px;
  margin: 15px auto;
}
.menu-content .flex-box .left a {
  background: white;
  border: solid 1px black;
}
.menu-content .flex-box .left a img {
  width: 150px;
  max-width: 100%;
  margin: 0 auto;
}
.menu-content .flex-box .right a {
  background: #cf111b;
  padding: 13px 0px 13px 0px;
  color: white;
  font-weight: 600;
}

.menu-area input {
  display: none; /*チェックボックスを隠す*/
}

.menu-area label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  position: relative;
}

.menu-content .menu-area .menu-anime li {
  font-size: 15px;
  margin: 0;
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li,
#menu_bar09:checked ~ #links09 li {
  width: auto;
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;
  padding: 5px;
}
#menu_bar01:checked ~ #links01 li a,
#menu_bar02:checked ~ #links02 li a,
#menu_bar03:checked ~ #links03 li a,
#menu_bar04:checked ~ #links04 li a,
#menu_bar05:checked ~ #links05 li a,
#menu_bar06:checked ~ #links06 li a,
#menu_bar07:checked ~ #links07 li a,
#menu_bar08:checked ~ #links08 li a,
#menu_bar09:checked ~ #links09 li a {
  font-weight: 400;
}

.menu-content .menu-area .menu-anime {
  height: 0;
}

#menu_bar01:checked ~ #links01,
#menu_bar02:checked ~ #links02,
#menu_bar03:checked ~ #links03,
#menu_bar04:checked ~ #links04,
#menu_bar05:checked ~ #links05,
#menu_bar06:checked ~ #links06,
#menu_bar07:checked ~ #links07,
#menu_bar08:checked ~ #links08,
#menu_bar09:checked ~ #links09 {
  height: auto;
}
#menu_bar01:checked ~ #links01 li:first-child,
#menu_bar02:checked ~ #links02 li:first-child,
#menu_bar03:checked ~ #links03 li:first-child,
#menu_bar04:checked ~ #links04 li:first-child,
#menu_bar05:checked ~ #links05 li:first-child,
#menu_bar06:checked ~ #links06 li:first-child,
#menu_bar07:checked ~ #links07 li:first-child,
#menu_bar08:checked ~ #links08 li:first-child,
#menu_bar09:checked ~ #links09 li:first-child {
  padding-top: 15px;
}

/*開いたときの下の余白*/
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child,
#menu_bar03:checked ~ #links03 li:last-child,
#menu_bar04:checked ~ #links04 li:last-child,
#menu_bar05:checked ~ #links05 li:last-child,
#menu_bar06:checked ~ #links06 li:last-child,
#menu_bar07:checked ~ #links07 li:last-child,
#menu_bar08:checked ~ #links08 li:last-child,
#menu_bar09:checked ~ #links09 li:last-child {
  margin-bottom: 0px;
}

/*閉じた状態の矢印描画*/
.menu-area label {
  position: relative;
  display: inline-block;
  font-size: 14px;
}

.menu-area a {
  font-weight: 400x;
  font-size: 14px;
}
.menu-area ul {
  border-top: solid 1px gray;
}
.menu-area ul ul {
  border: 0;
  padding-left: 0;
}
.menu-area ul.last {
  border-bottom: solid 1px gray;
}

.menu-area label:after {
  content: "▶︎";
  display: block;
  width: 8px;
  height: 8px;
  color: gray;
  transform: rotate(0deg);
  position: absolute;
  right: -20px;
  top: 0px;
  margin: auto;
}

/*開いた状態の矢印描画*/
.menu-area input[type=checkbox]:checked + label:after {
  content: "▶︎";
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(90deg);
  position: absolute;
  right: -30px;
  bottom: -5px;
  margin: auto;
}

.sns-flex {
  display: flex;
  justify-content: center;
}
.sns-flex a {
  width: 60px;
  margin: 20px 15px;
}
.logo-flex {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  align-items: center;
}
.logo-flex img {
  width: 80px;
  margin: 10px 15px;
}

.company-info {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 80px;
  margin: 0 auto;
  max-width: 90%;
}
.company-info a {
  font-size: 20px;
  color: #333333;
}

/*********************
フッター
**********************/
footer {
  padding: 50px 0;
}
footer .footer_flex {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
  color: white;
}
footer .footer_flex a {
  color: white;
}
footer .footer_flex .left {
  width: 40%;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}
footer .footer_flex .left .logo {
  width: 250px;
  max-width: 100%;
}
footer .footer_flex .left .link {
  width: 300px;
  max-width: 100%;
  flex-grow: 1;
  margin-bottom: 50px;
}
footer .footer_flex .left .link a {
  width: 200px;
  max-width: 100%;
  padding: 5px 20px;
  text-align: center;
  border: solid 1px white;
  margin: 10px auto;
  font-weight: 400;
  border-radius: 9999px;
}
footer .footer_flex .left .link a:hover {
  transform: scale(1.02, 1.02);
}
footer .footer_flex .right {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
footer .footer_flex .right .title {
  margin-bottom: 5px;
}
footer .footer_flex .right .title_space {
  margin-bottom: 30px;
}
footer .footer_flex .right .flex_box {
  width: 200px;
  font-weight: 600;
}
footer .footer_flex .right .flex_box ul a {
  font-weight: 400;
}
footer .footer_flex .right .flex_box ul li {
  font-weight: 400;
  list-style: "> ";
  margin-bottom: 5px;
}
footer .footer_flex .logo {
  width: 200px;
}

.content.more_content {
  width: 1200px;
  margin: 100px auto;
  max-width: 90%;
  width: 1400px;
  margin-top: -100px;
  border-radius: 50px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
.content.more_content .more_flex {
  max-width: 90%;
  margin: 0 auto;
}
.content.more_content h2,
.content.more_content .h2 {
  text-align: center;
  width: 300px;
  font-size: 30px;
  max-width: 100%;
  font-weight: 800;
  padding: 70px 0;
}
.content.more_content h2 img,
.content.more_content .h2 img {
  margin: 0;
}
.content.more_content ul {
  padding-left: 0;
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.content.more_content ul li {
  width: calc(50% - 50px);
}
.content.more_content ul li a {
  display: flex;
  gap: 20px;
}
.content.more_content ul li a:hover .left img {
  transform: scale(1.05, 1.05);
}
.content.more_content ul li .left {
  width: 40%;
}
.content.more_content ul li .right {
  width: calc(60% - 20px);
  font-weight: 600;
}
.content.more_content ul li .arrow img {
  width: 30px;
  display: none;
}
.content.more_content .title_flex {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.content.more_content .title_flex .title {
  flex-grow: 1;
}
.content.more_content .title_flex .en {
  color: #d0d0d0;
  font-size: 20px;
}
.content.more_content .title_flex .ja {
  font-size: 20px;
}
.content.more_content .title_flex .ja span {
  color: #e8423c;
}
.content.more_content .int span {
  background: #fcbdbd;
  color: white;
  padding: 15px 10px;
  border-radius: 9999px;
  font-size: 20px;
}
.content.more_content .swiper-slide {
  display: flex;
  align-items: stretch; /* 子要素を縦いっぱいに広げる */
}

@media (max-width: 1200px) {
  .header_flex .center ul a {
    margin: 0 10px;
    font-size: 14px;
  }
  .content.more_content ul {
    gap: 30px;
  }
  .content.more_content ul li {
    width: calc(50% - 30px);
  }
  .content.more_content ul li a {
    flex-direction: column;
  }
  .content.more_content ul li a .left {
    width: 100%;
  }
  .content.more_content ul li a .right {
    width: 100%;
  }
  .content.more_content .more_flex {
    max-width: 100%;
  }
}
@media (max-width: 1010px) {
  .menu-btn {
    display: flex;
  }
  .menu-content {
    display: block;
  }
  .header_flex .center {
    display: none;
  }
  .header_flex .right {
    display: none;
  }
  footer .footer_flex .right {
    display: none;
  }
  footer .footer_flex .left {
    margin: 0 auto;
    width: 400px;
    max-width: 100%;
  }
  footer .footer_flex .left .link {
    display: none;
  }
  footer .address {
    margin-top: 20px;
  }
}
.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.links_sp {
  width: 400px;
  margin: 0 auto;
  max-width: 100%;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  z-index: 200;
  align-items: center;
}
.links_sp .right {
  width: 50%;
}
.links_sp .left {
  width: 50%;
}
.links_sp .left a {
  background: white;
  text-align: center;
  font-size: 13px;
  border-radius: 9999px;
  overflow: hidden;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  padding: 4.2% 0;
  font-weight: 600;
}

.menu-content .links_sp {
  position: static;
  transform: none;
  display: block !important;
  margin: 30px auto;
}
.menu-content .links_sp .left {
  width: 96%;
  margin-bottom: 30px;
}
.menu-content .links_sp .left a {
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  font-size: 16px;
}
.menu-content .links_sp .right {
  width: 100%;
}

@media (max-width: 700px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .header_flex .left a {
    padding: 10px;
    background: transparent;
    box-shadow: none;
  }
  .btn a {
    font-size: 20px;
    width: 250px;
    padding: 10px 20px;
    max-width: 100%;
  }
  footer {
    padding-bottom: 150px;
  }
  .links_sp {
    display: flex !important;
  }
  .links.pc {
    display: none !important;
  }
  .sub_more ul {
    display: none !important;
  }
  .content.more_content h2,
  .content.more_content .h2 {
    margin: 0 auto;
    font-weight: 600;
  }
  .content.more_content.sub_more {
    background: transparent;
    padding: 0 0 50px 0;
    max-width: 100%;
  }
  .content.more_content.sub_more .h2 {
    margin: 0 auto !important;
  }
  .content.more_content.sub_more article {
    background: white;
    padding: 20px;
    border-radius: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .content.more_content.sub_more .en {
    color: #333333 !important;
    font-size: 12px;
    opacity: 1;
    text-align: left;
  }
  .content.more_content.sub_more .ja {
    padding-left: 0;
    text-align: left;
  }
  .content.more_content.sub_more .ja span {
    color: #333333;
  }
  .content.more_content.sub_more .text {
    flex-grow: 1;
  }
  .content.more_content.sub_more .title_flex {
    margin-top: 10px;
    position: relative;
    padding-bottom: 10px;
  }
  .content.more_content.sub_more .title_flex:after {
    content: "";
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    border-bottom: solid 1px #707070;
    width: 100px;
    height: 1px;
  }
  .content.more_content.sub_more .arrow img {
    display: none;
  }
  .content.more_content.sub_more .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .swiper-container3 .swiper-slide {
    width: 300px;
  }
  .swiper-container3 .swiper-wrapper {
    padding-bottom: 30px;
  }
  .swiper-container3 .title {
    margin-top: 10px;
    text-align: right;
    padding-right: 5%;
  }
  .swiper-pagination {
    position: static;
    display: flex;
    gap: 10px;
    text-align: center;
    justify-content: center;
  }
  footer .address {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
  }
  footer .footer_flex .left .logo {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .content.more_content ul {
    flex-direction: column;
  }
  .content.more_content ul li {
    width: 100%;
  }
  .content.more_content ul li a {
    flex-direction: column;
  }
  .content.more_content ul li a .left {
    width: 100%;
  }
  .content.more_content ul li a .right {
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */