@charset "UTF-8";
:root {
  --swiper-theme-color: var($m_blue);
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #222222;
  letter-spacing: 0.1em;
  width: 100%;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 644px) {
  body {
    font-size: 15px;
  }
}

a[target=_blank]::after {
  display: inline-block;
  aspect-ratio: 1/1;
  width: 1.5em;
  content: "";
  border-radius: 50%;
  background: url(../../img/common/icon_link.svg) center center/contain no-repeat;
  background-color: #1272BA;
  background-size: 44% auto;
  vertical-align: -0.2em;
  margin-left: 0.5em;
  max-width: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

/* header */
header {
  position: fixed;
  width: calc(100% - 80px);
  top: 30px;
  left: 40px;
  z-index: 99;
  -webkit-transform: translateY(calc(-100% - 30px));
  transform: translateY(calc(-100% - 30px));
  -webkit-transition: all 500ms;
  transition: all 500ms;
  visibility: hidden;
}
@media screen and (max-width: 1440px) {
  header {
    width: calc(100% - 30px);
    left: 15px;
  }
}
@media screen and (max-width: 819px) {
  header {
    top: 0px;
    left: 0px;
    width: 100%;
  }
}
header.scrollin {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
}
header .header_gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 819px) {
  header .header_gnav {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
  }
}
header .header_gnav .header_logo {
  width: 26.47%;
  max-width: 360px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 40px 15px 30px;
  border-right: solid 1px #C8C8C8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 10px;
}
@media screen and (max-width: 1440px) {
  header .header_gnav .header_logo {
    padding: 10px;
    max-width: calc(100% - 770px);
  }
}
@media screen and (max-width: 1024px) {
  header .header_gnav .header_logo {
    max-width: none;
  }
}
@media screen and (max-width: 819px) {
  header .header_gnav .header_logo {
    width: calc(100% - 60px - 80px);
    border-right: none;
  }
}
@media screen and (max-width: 819px) {
  header .header_gnav .header_logo a {
    width: 100%;
    max-width: 210px;
  }
}
header .header_gnav nav {
  width: 73.52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 25px 15px 40px;
  gap: 10px 0px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 1440px) {
  header .header_gnav nav {
    padding: 15px;
  }
}
@media screen and (max-width: 819px) {
  header .header_gnav nav {
    display: none;
  }
}
header .header_gnav nav .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.42;
  gap: 2.14em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  header .header_gnav nav .menu_list {
    gap: 1em;
  }
}
@media screen and (max-width: 1024px) {
  header .header_gnav nav .menu_list {
    width: 100%;
    max-width: 100%;
  }
}
header .header_gnav nav .menu_list li {
  font-weight: 500;
  color: #222222;
}
header .header_gnav nav .menu_list li:hover {
  color: #1272BA;
  font-weight: bold;
  font-weight: 700;
}
header .header_gnav nav .menu_list li button {
  font-weight: 500;
  color: #222222;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-size: inherit;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: inherit;
}
header .header_gnav nav .menu_list li button:hover {
  color: #1272BA;
  font-weight: bold;
  font-weight: 700;
}
header .header_gnav nav .cv_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  font-size: 13px;
  line-height: 1.76;
  gap: 10px;
}
header .header_gnav nav .cv_btn_list .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 13;
  font-size: 13px;
}
header .header_gnav nav .cv_btn_list li {
  width: 8.69em;
  letter-spacing: 0.05em;
}
.en header .header_gnav nav .cv_btn_list li {
  width: 15em;
}
@media screen and (max-width: 1440px) {
  .en header .header_gnav nav .cv_btn_list li {
    width: 10em;
  }
}
header .header_gnav nav .cv_btn_list li a {
  height: 40px;
}
header .header_gnav nav .cv_btn_list .btn_recruit {
  font-size: 13px;
  border-radius: 20px;
}
header .header_gnav nav .cv_btn_list .btn_recruit div {
  padding: 10px 0px;
  padding-right: 10px;
}
header .header_gnav nav .cv_btn_list .btn_recruit .material-symbols-outlined {
  right: 15px;
}
header .header_gnav nav .cv_btn_list .btn_contact {
  padding: 10px 0px;
  border-radius: 20px;
  font-size: 13px;
}
header .header_gnav nav .btn_seach {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #404040;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin-left: 25px;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  header .header_gnav nav .btn_seach {
    margin-left: 1em;
  }
}
@media screen and (max-width: 819px) {
  header .header_gnav nav .btn_seach {
    display: none;
  }
}
header .header_gnav .lang_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.71;
  gap: 1em;
}
@media screen and (max-width: 1440px) {
  header .header_gnav .lang_list {
    margin-left: 1em;
  }
}
@media screen and (max-width: 819px) {
  header .header_gnav .lang_list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
}
header .header_gnav .lang_list li a {
  color: #C8C8C8;
  border-bottom: solid 2px transparent;
  font-weight: 500;
}
header .header_gnav .lang_list li.cur a {
  color: #01007F;
  border-bottom-color: #01007F;
}
header .header_gnav .sp_lang_list {
  display: none;
}
@media screen and (max-width: 819px) {
  header .header_gnav .sp_lang_list {
    display: block;
    border-right: solid 1px #C8C8C8;
    width: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
header .header_gnav .sp_menu_btn {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  width: 60px;
  position: relative;
}
@media screen and (max-width: 819px) {
  header .header_gnav .sp_menu_btn {
    display: block;
  }
}
header .header_gnav .sp_menu_btn span {
  display: block;
  border-bottom: solid 2px #1272BA;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
}
header .header_gnav .sp_menu_btn span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) translateY(-5px);
  transform: translate(-50%, -50%) translateY(-5px);
}
header .header_gnav .sp_menu_btn span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header .header_gnav .sp_menu_btn span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) translateY(5px);
  transform: translate(-50%, -50%) translateY(5px);
}
@media screen and (max-width: 819px) {
  header .nav_3rd_wrap {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #fff;
    z-index: 1;
    width: calc(100% - 30px);
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    display: none;
    height: calc(100svh - 30px);
    overflow: hidden;
  }
}
header .nav_3rd_wrap.open {
  display: block;
}
header .nav_3rd_wrap .sp_menu_logo {
  display: none;
}
@media screen and (max-width: 819px) {
  header .nav_3rd_wrap .sp_menu_logo {
    display: block;
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    padding-right: 80px;
    padding-bottom: 0px;
    background-color: #fff;
    z-index: 1;
  }
}
header .nav_3rd_wrap .sp_menu_logo a {
  width: 100%;
  max-width: 210px;
}
@media screen and (max-width: 819px) {
  header .nav_3rd_wrap .sp_scroll_area {
    overflow: scroll;
    max-height: calc(100svh - 30px - 60px);
  }
}
header .nav_3rd {
  position: absolute;
  display: none;
  top: 20px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 120px 0px 50px;
}
@media screen and (max-width: 1440px) {
  header .nav_3rd {
    padding: 120px 0px 30px;
  }
}
@media screen and (max-width: 819px) {
  header .nav_3rd {
    position: static;
    display: block;
    padding: 15px 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
  }
}
header .nav_3rd.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 819px) {
  header .nav_3rd.open {
    display: block;
  }
}
header .nav_3rd .leftBox {
  min-width: 255px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #C8C8C8;
  padding: 0px 50px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  header .nav_3rd .leftBox {
    padding: 0px 20px;
    padding-bottom: 20px;
    min-width: 215px;
  }
}
@media screen and (max-width: 819px) {
  header .nav_3rd .leftBox {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #C8C8C8;
    border-right: none;
    position: relative;
  }
}
header .nav_3rd .leftBox.open .btn_arrow_com01::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
header .nav_3rd .leftBox.open .nav_tit01 {
  color: #1272BA;
}
header .nav_3rd .leftBox a::after {
  display: none;
}
header .nav_3rd .leftBox .nav_tit01 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #222222;
}
@media screen and (max-width: 819px) {
  header .nav_3rd .leftBox .nav_tit01 {
    margin-bottom: 0px;
  }
}
header .nav_3rd .leftBox .nav_tit01 strong {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-weight: 800;
  font-size: 2.28em;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 819px) {
  header .nav_3rd .leftBox .nav_tit01 strong {
    display: none;
  }
}
@media screen and (max-width: 819px) {
  .en header .nav_3rd .leftBox .nav_tit01 strong {
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 819px) {
  header .nav_3rd .leftBox .btn_arrow_com01 {
    position: absolute;
    border: none;
    right: 0px;
    top: 50%;
    padding: 0px;
    width: 15px;
    aspect-ratio: 1/1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 819px) {
  header .nav_3rd .leftBox .btn_arrow_com01::before, header .nav_3rd .leftBox .btn_arrow_com01::after {
    display: block;
    content: "";
    border-bottom: solid 2px #1272BA;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    max-width: 100%;
  }
}
header .nav_3rd .leftBox .btn_arrow_com01::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .nav_3rd .leftBox .btn_arrow_com01::after {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 819px) {
  header .nav_3rd .leftBox .btn_arrow_com01 .material-symbols-outlined {
    display: none;
  }
}
header .nav_3rd .rightBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  width: calc(100% - 255px);
}
@media screen and (max-width: 1440px) {
  header .nav_3rd .rightBox {
    padding: 0px 20px;
    width: calc(100% - 215px);
    gap: 15px;
  }
}
@media screen and (max-width: 819px) {
  header .nav_3rd .rightBox {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    display: block;
    padding-top: 20px;
  }
}
header .nav_3rd .rightBox li {
  width: 170px;
}
@media screen and (max-width: 819px) {
  header .nav_3rd .rightBox li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
header .nav_3rd .rightBox .nav_3rd_link::after {
  display: none;
}
header .nav_3rd .rightBox .nav_3rd_link figure {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 10px;
}
@media screen and (max-width: 819px) {
  header .nav_3rd .rightBox .nav_3rd_link figure {
    display: none;
  }
}
header .nav_3rd .rightBox .nav_3rd_link figure img {
  -webkit-transition: all 1s;
  transition: all 1s;
}
header .nav_3rd .rightBox .nav_3rd_link p {
  font-size: 14px;
  line-height: 1.42;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.en header .nav_3rd .rightBox .nav_3rd_link p {
  letter-spacing: -0.025em;
}
header .nav_3rd .rightBox .nav_3rd_link p .icon_arrow {
  display: inline-block;
  width: 1.42em;
  aspect-ratio: 1/1;
  background-color: #898989;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 819px) {
  header .nav_3rd .rightBox .nav_3rd_link p .icon_arrow {
    display: none;
  }
}
header .nav_3rd .rightBox .nav_3rd_link p .icon_arrow .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 13;
  font-size: 13px;
  font-size: 13px;
  line-height: 1.53;
}
header .nav_3rd .rightBox .nav_3rd_link:hover figure img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
header .nav_3rd .rightBox .nav_3rd_link:hover p {
  color: #1272BA;
}
header .nav_3rd .rightBox .nav_3rd_link:hover p .icon_arrow {
  background-color: #1272BA;
  color: #fff;
}
header .nav_3rd .cv_btn_list .btn_recruit {
  max-width: none;
  margin-bottom: 15px;
}
header .nav_3rd.search {
  background-color: rgba(255, 255, 255, 0.64);
  padding: 150px 20px 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 819px) {
  header .nav_3rd.search {
    padding: 15px 25px 40px;
  }
}
header .nav_3rd.search .rightBox {
  width: 100%;
  max-width: 100%;
}
header .nav_3rd.search .rightBox .search_box {
  width: 100%;
  max-width: 570px;
  margin: 0px auto;
}
header .nav_3rd.search .rightBox .search_box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 8px;
  border: solid 1px #B2B2B2;
}
header .nav_3rd.search .rightBox .search_box form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: calc(100% - 100px);
  font-size: 14px;
}
header .nav_3rd.search .rightBox .search_box form button {
  width: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 10px;
  background-color: #404040;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
header .nav_3rd.search .rightBox .search_box form button::before {
  display: inline-block;
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background: url(../../img/common/icon_search.svg) center center/contain no-repeat;
  vertical-align: -0.2em;
}
@media screen and (max-width: 819px) {
  header .nav_3rd.search .rightBox .search_box .close {
    display: none;
  }
}
header .close {
  position: absolute;
  width: 30px;
  aspect-ratio: 1/1;
  background-color: #898989;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 50%;
  top: 80px;
  right: 25px;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  header .close {
    top: 100px;
  }
}
@media screen and (max-width: 819px) {
  header .close {
    top: 0px;
    right: 0px;
    width: 60px;
    border-radius: 0px;
    background-color: #1272BA;
    z-index: 1;
  }
}
header .close span {
  display: block;
  position: absolute;
  border-bottom: solid 2px #fff;
  width: 12px;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 819px) {
  header .close span {
    width: 14px;
  }
}
header .close span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
header .close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.heder_bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  backdrop-filter: blur(15px);
  z-index: 90;
  display: none;
}
@media screen and (max-width: 819px) {
  .heder_bg {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.heder_bg.open {
  display: block;
}

/* footer */
.pagetop {
  width: 60px;
  position: fixed;
  z-index: 98;
  bottom: 40px;
  right: 40px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 819px) {
  .pagetop {
    bottom: 25px;
    right: 25px;
    width: 50px;
  }
}
.pagetop.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

footer {
  border-top: 1px solid #E8E8E8;
  padding-top: 95px;
}
@media screen and (max-width: 819px) {
  footer {
    padding-top: 50px;
  }
}

.footer_nav_wrap {
  width: calc(100% - 60px);
  margin: 0px auto;
  max-width: 1285px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
@media screen and (max-width: 819px) {
  .footer_nav_wrap {
    display: block;
    margin-bottom: 40px;
  }
}
.footer_nav_wrap .logo_area {
  width: 260px;
}
.footer_nav_wrap .logo_area .footer_logo {
  margin-bottom: 55px;
}
@media screen and (max-width: 819px) {
  .footer_nav_wrap .logo_area .footer_logo {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 819px) {
  .footer_nav_wrap .logo_area .cv_btn_list {
    display: none;
  }
}
.footer_nav_wrap .cv_btn_list li:nth-child(1) {
  margin-bottom: 15px;
}
.footer_nav_wrap .footer_nav {
  width: calc(100% - 290px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  margin-left: auto;
}
@media screen and (max-width: 1440px) {
  .footer_nav_wrap .footer_nav {
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 740px;
  }
}
@media screen and (max-width: 819px) {
  .footer_nav_wrap .footer_nav {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    display: block;
  }
}
@media screen and (max-width: 819px) {
  .footer_nav_wrap .footer_nav_box {
    margin-bottom: 15px;
  }
}
.footer_nav_wrap .footer_nav_box .nav_tit01 {
  font-size: 15px;
  line-height: 1.46;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (max-width: 819px) {
  .footer_nav_wrap .footer_nav_box .nav_tit01 {
    padding-bottom: 10px;
    border-bottom: solid 1px #C8C8C8;
    position: relative;
  }
}
.footer_nav_wrap .footer_nav_box .nav_tit01 a {
  color: #222222;
  font-weight: 500;
}
.footer_nav_wrap .footer_nav_box .nav_tit01 a::after {
  display: none;
}
@media screen and (max-width: 819px) {
  .footer_nav_wrap .footer_nav_box .nav_tit01::before, .footer_nav_wrap .footer_nav_box .nav_tit01::after {
    display: block;
    content: "";
    border-bottom: solid 1px #1272BA;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 10px;
  }
}
.footer_nav_wrap .footer_nav_box .nav_tit01::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer_nav_wrap .footer_nav_box .nav_tit01::after {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.footer_nav_wrap .footer_nav_box .nav_tit01.open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.footer_nav_wrap .footer_nav_box .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 25px;
}
@media screen and (max-width: 1440px) {
  .footer_nav_wrap .footer_nav_box .nav_list {
    gap: 10px;
  }
}
@media screen and (max-width: 819px) {
  .footer_nav_wrap .footer_nav_box .nav_list {
    display: block;
  }
}
.footer_nav_wrap .footer_nav_box .nav_list > li {
  font-size: 14px;
  line-height: 1.71;
}
.footer_nav_wrap .footer_nav_box .nav_list > li a {
  color: #222222;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.footer_nav_wrap .footer_nav_box .nav_list > li a::after {
  display: none;
}
.footer_nav_wrap .footer_nav_box .nav_sublist01 {
  margin-bottom: 10px;
}
.footer_nav_wrap .footer_nav_box .nav_sublist01 > li {
  font-size: 13px;
  padding-left: 1em;
  letter-spacing: 0.05em;
  text-indent: -1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.footer_nav_wrap .footer_nav_box .nav_sublist01 > li::before {
  display: inline;
  content: "-";
}
.footer_nav_wrap .footer_nav_box .nav_sublist01 > li a {
  display: inline;
}

.footer_copy_wrap {
  border-top: 1px solid #E8E8E8;
  padding: 15px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 644px) {
  .footer_copy_wrap {
    gap: 10px;
    padding: 25px 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer_copy_wrap a {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #222222;
}
.footer_copy_wrap small {
  font-size: 11px;
  letter-spacing: 0.1em;
}

/* 共通パーツ */
.contents_in {
  width: calc(100% - 60px);
  margin: 0px auto;
  max-width: 1160px;
}
.contents_in_small {
  width: calc(100% - 60px);
  margin: 0px auto;
  max-width: 965px;
}
.contents_flex {
  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;
}
.contents_flex.gap50 {
  gap: 50px 0px;
}
@media screen and (max-width: 1440px) {
  .contents_flex.gap50 {
    gap: 30px 0px;
  }
}
.contents_flex.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contents_sideBar {
  width: 100%;
  max-width: 180px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: sticky;
  top: 120px;
  left: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .contents_sideBar {
    top: 150px;
  }
}
@media screen and (max-width: 819px) {
  .contents_sideBar {
    width: 100%;
    max-width: 100%;
    position: static;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 819px) {
  .contents_sideBar .sideMenu_list {
    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: 15px 0px;
  }
}
.contents_sideBar .sideMenu_list li {
  margin-bottom: 15px;
}
@media screen and (max-width: 819px) {
  .contents_sideBar .sideMenu_list li {
    width: 47.02%;
    margin-bottom: 0px;
  }
}
.contents_main {
  width: calc(100% - 180px - 20px);
  max-width: 900px;
  margin-left: auto;
}
@media screen and (max-width: 819px) {
  .contents_main {
    width: 100%;
    max-width: 100%;
  }
}

.contentsList_com01 li {
  border-top: 1px solid #E8E8E8;
  padding: 30px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 644px) {
  .contentsList_com01 li {
    padding: 30px 0px 20px;
  }
}
.contentsList_com01 li:nth-child(n+11) {
  display: none;
}
.contentsList_com01 li:last-child {
  border-bottom: solid 1px #E8E8E8;
}
.contentsList_com01 li a {
  display: block;
  color: #222222;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
}
.contentsList_com01 li a .date {
  display: inline-block;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.contentsList_com01 li a .tag {
  display: inline-block;
  font-size: 0.85em;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 1em;
  border: solid 1px #C8C8C8;
  border-radius: 20px;
  margin-bottom: 0.5em;
  margin-right: 1em;
}
.contentsList_com01 li a .tag.news {
  background-color: #EDEDF5;
  border-color: #EDEDF5;
  text-transform: uppercase;
}
.contentsList_com01 li .material-symbols-outlined {
  position: absolute;
  color: #1272BA;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 14;
  font-size: 14px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contentsList_com01.opened li:nth-child(n+6) {
  display: block;
}

.contentsList_moreBtn {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 644px) {
  .contentsList_moreBtn {
    margin-bottom: 30px;
  }
}
.contentsList_moreBtn button {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  padding: 0px;
  background: none;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.contentsList_moreBtn button .txt {
  display: inline-block;
  border-bottom: solid 1px #C8C8C8;
}
.contentsList_moreBtn button .arrow_down {
  display: inline-block;
  background-color: #898989;
  border-radius: 50%;
  width: 1.42em;
  text-align: center;
}
.contentsList_moreBtn button .arrow_down .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 14;
  font-size: 14px;
  color: #fff;
  font-size: 14px;
  line-height: 1.42;
}

.news_contents {
  padding-bottom: 120px;
}
@media screen and (max-width: 644px) {
  .news_contents {
    padding-bottom: 70px;
  }
}

.hero_area_2nd {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #E8E8E8;
  background: url(../../img/common/hero_area_bg.png) right center no-repeat;
  background-size: auto 100%;
  padding-bottom: 30px;
  padding-top: 235px;
  box-sizing: border-box;
}
@media screen and (max-width: 819px) {
  .hero_area_2nd {
    padding: 0px;
    border-bottom: none;
    background-image: url(../../img/common/hero_area_bg_sp.png);
  }
}
.en .hero_area_2nd {
  padding-top: 255px;
}
@media screen and (max-width: 819px) {
  .en .hero_area_2nd {
    padding: 0px;
  }
}
@media screen and (max-width: 819px) {
  .en .hero_area_2nd .hero_area_in {
    padding: 0px 20px;
    padding-bottom: 30px;
    height: min(80vw, 300px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.en .hero_area_2nd .tit_com01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 819px) {
  .en .hero_area_2nd .tit_com01 {
    margin-bottom: 0px;
    margin-top: auto;
  }
}
.en .hero_area_2nd .tit_com01 .eng {
  font-size: 50px;
}
@media screen and (max-width: 644px) {
  .en .hero_area_2nd .tit_com01 .eng {
    font-size: 30px;
  }
}
.hero_area_2nd .hero_area_in {
  width: calc(100% - 60px);
  margin: 0px auto;
  max-width: 1275px;
}
@media screen and (max-width: 819px) {
  .hero_area_2nd .hero_area_in {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 215px 20px 30px;
    border-bottom: solid 1px #E8E8E8;
  }
}
.hero_area_2nd .hero_area_in .tit_com01 {
  color: #222222;
}

@media screen and (max-width: 819px) {
  .pankuzu_bg_wrap {
    background-color: #fff;
  }
}

@media screen and (max-width: 819px) {
  .pankuzu_wrap {
    padding-top: 10px;
    background-color: #fff;
  }
}
@media screen and (max-width: 819px) {
  .en .pankuzu_wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 60px);
    margin: 0px auto;
    overflow: auto;
  }
}

.pankuzu {
  text-align: right;
  font-size: 12px;
  width: calc(100% - 60px);
  margin: 0px auto;
  max-width: 1280px;
}
@media screen and (max-width: 819px) {
  .pankuzu {
    text-align: left;
  }
}
@media screen and (max-width: 819px) {
  .en .pankuzu {
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}
.pankuzu li {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 1em;
  color: #1272BA;
}
.pankuzu li a {
  color: #222222;
}
.pankuzu li::after {
  display: block;
  content: "";
  width: 0.5em;
  aspect-ratio: 1/1;
  border: solid 1px #222222;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.pankuzu li:first-child {
  padding-left: 0px;
}
.pankuzu li:last-child {
  padding-right: 0px;
}
.pankuzu li:last-child::before {
  display: inline-block;
  content: "";
  width: 4px;
  aspect-ratio: 1/1;
  background-color: #007B42;
  border-radius: 50%;
  vertical-align: text-top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pankuzu li:last-child::after {
  display: none;
}

.btn_tab_area {
  margin-bottom: 55px;
}
@media screen and (max-width: 644px) {
  .btn_tab_area {
    margin-bottom: 30px;
  }
}
.btn_tab_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5em;
  font-size: 16px;
}
@media screen and (max-width: 644px) {
  .btn_tab_area ul {
    gap: 0;
    font-size: 15px;
  }
}
.btn_tab_area ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: solid 2px #E8E8E8;
  cursor: pointer;
}
.btn_tab_area ul li.current, .btn_tab_area ul li:hover {
  color: #1272BA;
  border-bottom-color: #1272BA;
}

.box_com01 {
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 40px;
  border-top: solid 1px #E8E8E8;
  margin-bottom: 40px;
}
@media screen and (max-width: 644px) {
  .box_com01 {
    display: block;
  }
}
.box_com01.rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.box_com01 .box_left {
  width: 34.66%;
}
@media screen and (max-width: 644px) {
  .box_com01 .box_left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.box_com01 .box_left .box_img .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 644px) {
  .box_com01 .box_left .box_img .swiper-slide {
    aspect-ratio: 336/160;
  }
}
.box_com01 .box_left .box_img .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.box_com01 .box_left .box_img .swiper_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}
.box_com01 .box_left .box_img .swiper_btn_wrap .swiper-button-prev, .box_com01 .box_left .box_img .swiper_btn_wrap .swiper-button-next {
  position: static;
  background-color: #C8C8C8;
  color: #fff;
  width: 18px;
  height: 18px;
  margin: 0;
  border-radius: 50%;
  text-align: center;
}
.box_com01 .box_left .box_img .swiper_btn_wrap .swiper-button-prev::after, .box_com01 .box_left .box_img .swiper_btn_wrap .swiper-button-next::after {
  font-size: 16px;
  vertical-align: 18px;
}
.box_com01 .box_left .box_img .swiper_btn_wrap .swiper-button-prev::after {
  font-family: "material symbols outlined";
  content: "\e5c4";
}
.box_com01 .box_left .box_img .swiper_btn_wrap .swiper-button-next::after {
  font-family: "material symbols outlined";
  content: "\e5c8";
}
.box_com01 .box_left .box_img .swiper_btn_wrap .swiper-pagination {
  position: static;
  width: auto;
  line-height: 0;
}
.box_com01 .box_right {
  width: 60%;
}
@media screen and (max-width: 644px) {
  .box_com01 .box_right {
    width: 100%;
    max-width: 100%;
  }
}
.box_com01 .box_tit01 {
  color: #1272BA;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 644px) {
  .box_com01 .box_tit01 {
    font-size: 17px;
  }
}
.box_com01 .box_tit01 a {
  display: inline;
  color: inherit;
  font-size: inherit;
}
.box_com01 .box_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.box_com01 .box_list01 dt, .box_com01 .box_list01 dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_com01 .box_list01 > dt {
  width: 93px;
  padding: 10px 0px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #1272BA;
}
@media screen and (max-width: 644px) {
  .box_com01 .box_list01 > dt {
    font-size: 15px;
  }
}
.box_com01 .box_list01 > dt:nth-of-type(1) {
  border-top: 1px solid #1272BA;
}
.en .box_com01 .box_list01 > dt {
  letter-spacing: 0em;
}
.box_com01 .box_list01 > dd {
  width: calc(100% - 93px);
  padding: 10px 25px;
  border-bottom: 1px solid #E8E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  letter-spacing: 0em;
}
@media screen and (max-width: 1024px) {
  .box_com01 .box_list01 > dd {
    display: block;
  }
}
.box_com01 .box_list01 > dd p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 644px) {
  .box_com01 .box_list01 > dd p {
    font-size: 15px;
  }
}
.box_com01 .box_list01 > dd:nth-of-type(1) {
  border-top: 1px solid #E8E8E8;
}
.box_com01 .box_list01 > dd.f_small {
  font-size: 14px;
  line-height: 1.35;
}
.box_com01 .box_list01 > dd .box_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
.box_com01 .box_list01 > dd .box_list02 dt, .box_com01 .box_list01 > dd .box_list02 dd {
  border-bottom: 1px solid #E8E8E8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.box_com01 .box_list01 > dd .box_list02 dt {
  width: 148px;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.en .box_com01 .box_list01 > dd .box_list02 dt {
  width: 162px;
  letter-spacing: 0em;
}
@media screen and (max-width: 644px) {
  .en .box_com01 .box_list01 > dd .box_list02 dt {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0px;
    border-bottom: none;
  }
}
.box_com01 .box_list01 > dd .box_list02 dt.w100 {
  width: 100%;
  max-width: 100%;
  border-bottom: none;
  padding-bottom: 0px;
}
.box_com01 .box_list01 > dd .box_list02 dt span {
  font-size: 12px;
}
.box_com01 .box_list01 > dd .box_list02 dt:last-of-type {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.box_com01 .box_list01 > dd .box_list02 dd {
  width: calc(100% - 148px);
  font-size: 14px;
  letter-spacing: 0em;
}
@media screen and (max-width: 644px) {
  .box_com01 .box_list01 > dd .box_list02 dd {
    overflow-x: scroll;
    text-wrap-mode: nowrap;
  }
}
.en .box_com01 .box_list01 > dd .box_list02 dd {
  width: calc(100% - 162px);
}
@media screen and (max-width: 644px) {
  .en .box_com01 .box_list01 > dd .box_list02 dd {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0px;
    overflow: auto;
    text-wrap-mode: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.box_com01 .box_list01 > dd .box_list02 dd.w100 {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.box_com01 .box_list01 > dd .box_list02 dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.box_com01 .box_bg {
  background-color: #EDEDF5;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  width: 60%;
}
@media screen and (max-width: 644px) {
  .box_com01 .box_bg {
    width: 100%;
    max-width: 100%;
  }
}
.box_com01 .box_bg .box_tit02 {
  font-size: 16px;
  color: #1272BA;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #fff;
  margin-bottom: 1em;
}
.box_com01 .box_bg .box_tit02 .material-symbols-outlined {
  font-size: 24px;
  vertical-align: -0.3em;
  margin-right: 0.5em;
}
.box_com01 .box_iconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 10px;
}
@media screen and (max-width: 644px) {
  .box_com01 .box_iconList {
    margin-top: 25px;
    gap: 15px;
  }
}
.box_com01 .box_iconList li {
  width: 70px;
}
.box_com01 .box_iconList li figure {
  margin-bottom: 5px;
}
.box_com01 .box_iconList li .cap {
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: 0em;
}

.box_com02 {
  width: 100%;
  max-width: 100%;
  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;
}
@media screen and (max-width: 1024px) {
  .box_com02 {
    display: block;
  }
}
.box_com02 .tit01 {
  font-size: 40px;
  color: #1272BA;
  width: 25.67%;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .box_com02 .tit01 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 819px) {
  .box_com02 .tit01 {
    font-size: 30px;
  }
}
.box_com02 .txt_com01 {
  width: 74.32%;
}
@media screen and (max-width: 1024px) {
  .box_com02 .txt_com01 {
    width: 100%;
    max-width: 100%;
  }
}

.btn_com01 {
  -webkit-perspective: 500px;
  perspective: 500px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
  border: #007B42 solid 1px;
  background-color: #007B42;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
.btn_com01[target=_blank]::after {
  display: none;
}
.btn_com01 .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 14;
  font-size: 14px;
}
.btn_com01 > .material-symbols-outlined {
  position: absolute;
  top: 50%;
  right: 25px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_com01 div {
  position: absolute;
  width: 100%;
  padding: 0px 30px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  left: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-origin: 0% 50% -10px;
  transform-origin: 0% 50% -10px;
}
.btn_com01 div:nth-child(1) {
  color: #007B42;
  -webkit-transform: translateY(-50%) rotateX(-90deg);
  transform: translateY(-50%) rotateX(-90deg);
}
.btn_com01 div:nth-child(2) {
  color: #fff;
  -webkit-transform: translateY(-50%) rotateX(0deg);
  transform: translateY(-50%) rotateX(0deg);
}
.btn_com01:hover {
  background-color: #fff;
}
.btn_com01:hover div:nth-child(1) {
  -webkit-transform: translateY(-50%) rotateX(0deg);
  transform: translateY(-50%) rotateX(0deg);
}
.btn_com01:hover div:nth-child(2) {
  -webkit-transform: translateY(-50%) rotateX(90deg);
  transform: translateY(-50%) rotateX(90deg);
}
.btn_com01:hover > .material-symbols-outlined {
  color: #007B42;
}
.btn_com01.-blue {
  border: #1272BA solid 1px;
  background-color: transparent;
}
.btn_com01.-blue > .material-symbols-outlined {
  color: #1272BA;
}
.btn_com01.-blue div:nth-child(1) {
  color: transparent;
}
.btn_com01.-blue div:nth-child(2) {
  color: #1272BA;
}
.btn_com01.-blue:hover {
  background-color: #1272BA;
}
.btn_com01.-blue:hover div:nth-child(1) {
  color: #fff;
}
.btn_com01.-blue:hover div:nth-child(2) {
  color: #1272BA;
}
.btn_com01.-blue:hover > .material-symbols-outlined {
  color: #fff;
}
.btn_com01.-blueBg {
  border: #004C87 solid 1px;
  background-color: #004C87;
}
.btn_com01.-blueBg > .material-symbols-outlined {
  color: #fff;
}
.btn_com01.-blueBg div:nth-child(1) {
  color: #004C87;
}
.btn_com01.-blueBg div:nth-child(2) {
  color: #fff;
}
.btn_com01.-blueBg:hover {
  background-color: #fff;
}
.btn_com01.-blueBg:hover div:nth-child(1) {
  color: #004C87;
}
.btn_com01.-blueBg:hover div:nth-child(2) {
  color: #fff;
}
.btn_com01.-blueBg:hover > .material-symbols-outlined {
  color: #004C87;
}
.btn_com01.-white {
  border: #fff solid 1px;
  background-color: transparent;
}
.btn_com01.-white > .material-symbols-outlined {
  color: #fff;
}
.btn_com01.-white div:nth-child(1) {
  color: transparent;
}
.btn_com01.-white div:nth-child(2) {
  color: #fff;
}
.btn_com01.-white:hover {
  background-color: #fff;
}
.btn_com01.-white:hover div:nth-child(1) {
  color: #1272BA;
}
.btn_com01.-white:hover > .material-symbols-outlined {
  color: #1272BA;
}
.btn_com01.-orange {
  border: #FF7F00 solid 1px;
  background: linear-gradient(-45deg, #F26600, #FF7F00);
  font-family: "Montserrat", sans-serif;
}
.btn_com01.-orange > .material-symbols-outlined {
  color: #fff;
}
.btn_com01.-orange div:nth-child(1) {
  color: transparent;
}
.btn_com01.-orange div:nth-child(2) {
  color: #fff;
}
.btn_com01.-orange:hover {
  background: #fff;
}
.btn_com01.-orange:hover div:nth-child(1) {
  color: #FF7F00;
}
.btn_com01.-orange:hover > .material-symbols-outlined {
  color: #FF7F00;
}

.btn_com02 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  padding-left: 25px;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.025em;
  text-indent: -1em;
  color: #222222;
  border-radius: 8px;
  position: relative;
}
.btn_com02::before {
  display: inline-block;
  content: "";
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #C8C8C8;
  margin-right: 8px;
  vertical-align: 0.15em;
}
.btn_com02 .icon {
  position: absolute;
  color: #1272BA;
  text-indent: 0;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 13;
  font-size: 13px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  border-radius: 50%;
  width: 1.38em;
  line-height: 1.38em;
  text-align: center;
}
@media screen and (max-width: 644px) {
  .btn_com02 .icon {
    right: 8px;
  }
}
.btn_com02.current, .btn_com02:hover {
  background-color: #EDEDF5;
}
.btn_com02.current::before, .btn_com02:hover::before {
  background-color: #1272BA;
}
.btn_com02.current .icon, .btn_com02:hover .icon {
  color: #fff;
  background-color: #1272BA;
}

.btn_recruit {
  text-align: center;
}

.btn_contact {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #222222;
  color: #222222;
  text-align: center;
  padding: 20px 0px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 30px;
}

.btn_back {
  max-width: 255px;
  margin: 0px auto;
}
.en .btn_back {
  max-width: 318px;
}

.btn_arrow_com01 {
  width: 70px;
  text-align: center;
  height: 25px;
  border: solid 1px #E8E8E8;
  color: #1272BA;
  line-height: 1;
  border-radius: 13px;
  display: block;
}
.btn_arrow_com01 .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 13;
  font-size: 13px;
  line-height: 1.92em;
}
@media screen and (max-width: 644px) {
  .btn_arrow_com01.-posi_ab {
    position: absolute;
    right: 0px;
    top: 0px;
  }
}
.btn_arrow_com01:hover {
  background-color: #1272BA;
  color: #fff;
}

.link_com01 {
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 2.42;
  font-weight: 500;
  color: #222222;
  margin-bottom: 10px;
}
@media screen and (max-width: 644px) {
  .link_com01 {
    font-size: 12px;
  }
}
.link_com01 .icon {
  display: inline-block;
  width: 34px;
  aspect-ratio: 1/1;
  line-height: 1;
  border-radius: 50%;
  border: solid 1px #C8C8C8;
  text-align: center;
  vertical-align: -0.3em;
  margin-left: 0.5em;
  background-color: #fff;
}
.link_com01 .icon .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
  font-size: 20px;
  line-height: 1.7em;
}
.link_com01 .btn_arrow_com01 {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: -0.2em;
}

.link_com02 {
  width: 45.68%;
}
@media screen and (max-width: 644px) {
  .link_com02 {
    width: 100%;
    max-width: 100%;
  }
}
.link_com02 .list_img {
  border-radius: 8px;
  overflow: hidden;
  background-color: #222;
  margin-bottom: 25px;
}
@media screen and (max-width: 644px) {
  .link_com02 .list_img {
    margin-bottom: 15px;
  }
}
.link_com02 .list_img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.link_com02 .btn_arrow_com01 {
  margin-left: auto;
}
.link_com02:hover .list_img img {
  opacity: 0.8;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.link_com02:hover .btn_arrow_com01 {
  background-color: #1272BA;
  color: #fff;
}

.link_download {
  font-size: 14px;
  color: #1272BA;
  text-decoration: underline;
}
.link_download::after {
  display: inline-block;
  content: "";
  width: 1.28em;
  aspect-ratio: 1/1;
  background: url(../../img/common/icon_download.svg) center center no-repeat #1272BA !important;
  background-size: 44.4% auto;
  border-radius: 50%;
  vertical-align: -0.1em;
  margin-left: 0.28em;
}

.link_underline {
  text-decoration: underline;
  font-size: 14px;
  color: #1272BA;
}

.tit_com01 {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #C8C8C8;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 644px) {
  .tit_com01 {
    font-size: 12px;
  }
}
.en .tit_com01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 819px) {
  .en .tit_com01 {
    margin-bottom: 40px;
  }
}
.tit_com01 .eng {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5em;
  font-weight: 800;
  display: block;
  color: #222222;
  line-height: 1;
  text-transform: capitalize;
}
.tit_com01::after {
  display: block;
  content: "";
  background: url(../../img/common/icon_com01.png) center center/contain no-repeat;
  width: 3.5em;
  aspect-ratio: 113/99;
  position: absolute;
  top: -10px;
  left: 0px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 644px) {
  .tit_com01::after {
    top: 0px;
    -webkit-transform: translate(0%, -105%);
    transform: translate(0%, -105%);
  }
}
.tit_com01.-green {
  color: #00A95B;
}

.tit_com02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 644px) {
  .tit_com02 {
    margin-bottom: 15px;
  }
}
.tit_com02.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.tit_com02.-flex .btn_arrow_com01 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.en .tit_com02.-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 644px) {
  .en .tit_com02.-flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.tit_com02 .main_tit {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #898989;
  letter-spacing: 0.025em;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 644px) {
  .tit_com02 .main_tit {
    font-size: 13px;
  }
}
.tit_com02 .main_tit strong {
  display: block;
  color: #1272BA;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 2.14em;
  font-weight: 600;
}
.tit_com02 .main_tit b {
  display: block;
  font-size: 1.42em;
  color: #222222;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.tit_com02 .main_tit.-eng {
  font-family: "Noto Sans JP", sans-serif;
}
.tit_com02 .main_tit.-eng strong {
  font-family: "Montserrat", sans-serif;
}
.eng .tit_com02 .main_tit.-eng strong {
  letter-spacing: 0.05em;
}
.tit_com02 .main_tit.-eng:has(~ .sub_txt) {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.tit_com02 .main_tit.-eng:has(~ .sub_txt)::after {
  border-left: solid 1px #E8E8E8;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.tit_com02 .sub_txt {
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: 500;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 30px;
}
@media screen and (max-width: 644px) {
  .tit_com02 .sub_txt {
    padding-top: 15px;
    font-size: 20px;
    margin-left: 0px;
  }
}

.tit_com03 {
  font-size: 22px;
  line-height: 1.95;
  font-weight: 500;
}
@media screen and (max-width: 644px) {
  .tit_com03 {
    font-size: 16px;
  }
}
.tit_com03.-blue {
  color: #1272BA;
}

.tit_com04 {
  font-size: 26px;
  line-height: 1.53;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: solid 1px #E8E8E8;
  margin-bottom: 30px;
}
@media screen and (max-width: 644px) {
  .tit_com04 {
    font-size: 20px;
  }
}
.en .tit_com04 {
  font-family: "Montserrat", sans-serif;
}

.tit_com05 {
  font-size: 22px;
  color: #1272BA;
  margin-bottom: 20px;
  font-weight: bold;
  font-weight: 700;
  text-indent: -0.8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.8em;
}
@media screen and (max-width: 644px) {
  .tit_com05 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.tit_com05::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #00A95B;
  vertical-align: middle;
}
.en .tit_com05 {
  letter-spacing: 0.05em;
}

.tit_com06 {
  font-size: 30px;
  color: #1272BA;
  line-height: 1;
  border-left: 6px solid #00A95B;
  padding-left: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 644px) {
  .tit_com06 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.tit_com06 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #222;
  margin-top: 10px;
}
@media screen and (max-width: 644px) {
  .tit_com06 span {
    font-size: 12px;
  }
}

.txt_com01 {
  letter-spacing: 0.05em;
}
.txt_com01 a {
  display: inline;
  font-size: 14px;
  color: #1272BA;
  text-decoration: underline;
}

.txt_com02 {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 644px) {
  .txt_com02 {
    font-size: 17px;
  }
}
.en .txt_com02 {
  letter-spacing: 0.05em;
}

.tc {
  text-align: center;
}
@media screen and (max-width: 644px) {
  .tc {
    text-align: center;
  }
}

.tc_pc {
  text-align: center;
}
@media screen and (max-width: 644px) {
  .tc_pc {
    text-align: left;
  }
}

.tc_sp {
  text-align: left;
}
@media screen and (max-width: 644px) {
  .tc_sp {
    text-align: center;
  }
}

.mb1em {
  margin-bottom: 1em;
}

.mb2em {
  margin-bottom: 2em;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb55 {
  margin-bottom: 55px;
}
@media screen and (max-width: 644px) {
  .mb55 {
    margin-bottom: 25px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 644px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

/* ニュースカテゴリーボタン */
.news_subnav_box {
  padding: 80px 0px 60px;
}
@media screen and (max-width: 644px) {
  .news_subnav_box {
    padding: 40px 0px 30px;
  }
}
.news_subnav_box ul {
  width: calc(100% - 60px);
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 819px) {
  .news_subnav_box ul {
    gap: 15px 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 644px) {
  .news_subnav_box ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.news_subnav_box ul li {
  width: 285px;
}
@media screen and (max-width: 819px) {
  .news_subnav_box ul li {
    width: 49%;
  }
}
@media screen and (max-width: 644px) {
  .news_subnav_box ul li {
    width: 100%;
    max-width: 100%;
  }
}
.news_subnav_box ul li .btn_com01 {
  border-radius: 8px;
  background-color: #EDEDF5;
  border-color: #EDEDF5;
}
.news_subnav_box ul li .btn_com01 > .material-symbols-outlined {
  color: #1272BA;
}
.news_subnav_box ul li .btn_com01 div:nth-child(1) {
  color: #EDEDF5;
}
.news_subnav_box ul li .btn_com01 div:nth-child(2) {
  color: #1272BA;
}
.news_subnav_box ul li .btn_com01:hover {
  background-color: #1272BA;
  border-color: #1272BA;
}
.news_subnav_box ul li .btn_com01:hover div:nth-child(1) {
  color: #fff;
}
.news_subnav_box ul li .btn_com01:hover > .material-symbols-outlined {
  color: #fff;
}
.news_subnav_box ul li .btn_com01.current {
  background-color: #1272BA;
  border-color: #1272BA;
}
.news_subnav_box ul li .btn_com01.current div:nth-child(1) {
  color: #1272BA;
}
.news_subnav_box ul li .btn_com01.current div:nth-child(2) {
  color: #fff;
}
.news_subnav_box ul li .btn_com01.current > .material-symbols-outlined {
  color: #fff;
}
.news_subnav_box ul li .btn_com01.current:hover div:nth-child(1) {
  color: #fff;
}
.news_subnav_box ul li .btn_com01.current:hover div:nth-child(2) {
  color: #1272BA;
}

/* フォーム */
.contents_form .form_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
@media screen and (max-width: 644px) {
  .contents_form .form_status {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 644px) {
  .en .contents_form .form_status {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.contents_form .form_status li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contents_form .form_status li p {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4em;
  text-align: center;
  border-radius: 18px;
  line-height: 1;
  margin-right: -25px;
  border: solid 2px #fff;
  color: #898989;
  background-color: #E8E8E8;
}
.en .contents_form .form_status li p {
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 644px) {
  .en .contents_form .form_status li p {
    font-size: 13px;
  }
}
.contents_form .form_status li:nth-child(1) {
  z-index: 1;
}
@media screen and (max-width: 644px) {
  .en .contents_form .form_status li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .en .contents_form .form_status li:nth-child(1) p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 25px;
  }
}
.contents_form .form_status li:nth-child(2) {
  z-index: 2;
}
@media screen and (max-width: 644px) {
  .en .contents_form .form_status li:nth-child(2) p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
  }
}
.contents_form .form_status li:nth-child(3) {
  z-index: 1;
}
.contents_form .form_status li:nth-child(3) p {
  margin-right: 0px;
}
@media screen and (max-width: 644px) {
  .contents_form .form_status li:nth-child(3) p {
    text-indent: 1em;
  }
}
.contents_form .form_status li.current {
  z-index: 4;
}
.contents_form .formBox01 {
  padding: 0px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #E8E8E8;
}
@media screen and (max-width: 644px) {
  .contents_form .formBox01 {
    padding: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.contents_form .formBox02 {
  padding: 0px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 644px) {
  .contents_form .formBox02 {
    padding: 0px;
    margin-bottom: 10px;
    gap: 10px 15px;
  }
}
.contents_form .formBox03 {
  padding: 0px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 30px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #E8E8E8;
}
@media screen and (max-width: 644px) {
  .contents_form .formBox03 {
    padding: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.contents_form .form_tit01 {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #1272BA;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (max-width: 644px) {
  .contents_form .form_tit01 {
    font-size: 14px;
  }
}
.contents_form .icon_required {
  display: inline-block;
  color: #fff;
  background-color: #ED0000;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.66;
  padding: 0px 5px;
  vertical-align: 0.1em;
  font-weight: 500;
  letter-spacing: 0em;
}
@media screen and (max-width: 644px) {
  .contents_form .icon_required {
    font-size: 11px;
  }
}
.contents_form .form_tit02 {
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 644px) {
  .contents_form .form_tit02 {
    font-size: 14px;
  }
}
.en .contents_form .form_tit02 {
  letter-spacing: 0em;
}
.contents_form .form_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px 40px;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 644px) {
  .contents_form .form_input {
    gap: 5px 20px;
  }
}
.contents_form .form_input.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 644px) {
  .contents_form .form_input.row.-sp_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contents_form .form_input:has(input[aria-invalid=true]) + .required_txt, .contents_form .form_input:has(select[aria-invalid=true]) + .required_txt {
  display: block;
}
.contents_form .form_input:has(input[type=text][aria-invalid=true])::after, .contents_form .form_input:has(input[type=tel][aria-invalid=true])::after, .contents_form .form_input:has(input[type=email][aria-invalid=true])::after {
  position: absolute;
  display: block;
  content: "";
  background: url("../../img/common/icon_check.svg") center center no-repeat #ED0000;
  border-radius: 50%;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.42em;
  height: 1.42em;
}
.contents_form .form_input label {
  font-size: 15px;
  line-height: 1.53;
  letter-spacing: 0em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: auto 1fr; /* auto はアイコン、1fr はラベル文字列を想定 */
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* チェックボックス全体：選択済みの見た目 */
}
@media screen and (max-width: 644px) {
  .contents_form .form_input label {
    font-size: 14px;
  }
}
.contents_form .form_input label:has(input[type=radio]:checked), .contents_form .form_input label:has(input[type=checkbox]:checked) {
  font-weight: 500;
}
.contents_form .form_input input[type=radio],
.contents_form .form_input input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  background: #fff;
  border: solid 1px #C8C8C8;
  border-radius: 2px;
  display: block;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  /* アイコン：選択済みの見た目 */
}
.contents_form .form_input input[type=radio]::before,
.contents_form .form_input input[type=checkbox]::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  top: 0px;
  left: 0px;
  background-color: #fff;
  -webkit-mask-image: url("../../img/common/icon_check.svg");
  mask-image: url("../../img/common/icon_check.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 75% auto;
  mask-size: 75% auto;
  -webkit-mask-position: center center;
  mask-position: center center;
}
.contents_form .form_input input[type=radio]:checked,
.contents_form .form_input input[type=checkbox]:checked {
  background: #1272BA;
  border-color: #1272BA;
}
.contents_form .form_input input[type=radio]:checked::before,
.contents_form .form_input input[type=checkbox]:checked::before {
  opacity: 1;
}
.contents_form .form_input input[type=text],
.contents_form .form_input input[type=tel],
.contents_form .form_input input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 100%;
  border: solid 1px #C8C8C8;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 2.92em;
}
@media screen and (max-width: 644px) {
  .contents_form .form_input input[type=text],
  .contents_form .form_input input[type=tel],
  .contents_form .form_input input[type=email] {
    font-size: 13px;
  }
}
.contents_form .form_input input[type=text][aria-invalid=true],
.contents_form .form_input input[type=tel][aria-invalid=true],
.contents_form .form_input input[type=email][aria-invalid=true] {
  border-color: #ED0000;
  background-color: #FFF4F5;
}
.contents_form .required_txt {
  font-size: 11px;
  color: #ED0000;
  letter-spacing: 0.1em;
  display: none;
}
.contents_form .form_txtarea textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 10.28em;
  font-size: 14px;
  line-height: 1.64;
  border: solid 1px #E8E8E8;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  resize: none;
}
@media screen and (max-width: 644px) {
  .contents_form .form_txtarea textarea {
    font-size: 13px;
    padding: 10px;
  }
}
.contents_form .select_wrap {
  position: relative;
  width: 7.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: solid 1px #C8C8C8;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 644px) {
  .contents_form .select_wrap {
    width: 5em;
  }
}
.contents_form .select_wrap::after {
  display: block;
  content: "";
  position: absolute;
  border: solid 2px #1272BA;
  border-top: none;
  border-left: none;
  width: 0.35em;
  aspect-ratio: 1/1;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  z-index: -1;
}
@media screen and (max-width: 644px) {
  .contents_form .select_wrap::after {
    right: 10px;
  }
}
.contents_form .select_wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-size: 1em;
  display: block;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 1em;
  color: #222222;
}
.contents_form .box_check {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 30px;
  margin-bottom: 45px;
}
@media screen and (max-width: 644px) {
  .contents_form .box_check {
    padding: 0px;
    margin-bottom: 20px;
  }
}
.contents_form .box_check .policy_link {
  display: inline;
  color: #1272BA;
  text-decoration: underline;
}
.contents_form .box_check .policy_link::after {
  display: none;
}
.contents_form .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 30px;
}
.contents_form .btn_wrap .btn_com01 {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0px auto;
  cursor: pointer;
  padding: 0px;
  position: relative;
  text-align: left;
}
.contents_form .btn_wrap .submit_btn, .contents_form .btn_wrap .back_btn {
  width: 100%;
  max-width: 255px;
}
.contents_form .btn_wrap .submit_btn button, .contents_form .btn_wrap .back_btn button {
  display: block;
  -webkit-perspective: 500px;
  perspective: 500px;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  border: none;
  background-color: #EDEDF5;
  font-size: 14px;
  line-height: 1;
  position: relative;
  text-align: left;
  color: #1272BA;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_form .btn_wrap .submit_btn button .material-symbols-outlined, .contents_form .btn_wrap .back_btn button .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 14;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 25px;
  color: #1272BA;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contents_form .btn_wrap .submit_btn button div, .contents_form .btn_wrap .back_btn button div {
  position: absolute;
  width: 100%;
  height: 60px;
  padding: 20px 30px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
}
.contents_form .btn_wrap .submit_btn button div:nth-child(1), .contents_form .btn_wrap .back_btn button div:nth-child(1) {
  color: #fff;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-origin: 0% 50% -30px;
  transform-origin: 0% 50% -30px;
}
.contents_form .btn_wrap .submit_btn button div:nth-child(2), .contents_form .btn_wrap .back_btn button div:nth-child(2) {
  color: #1272BA;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-origin: 0% 50% -30px;
  transform-origin: 0% 50% -30px;
}
.contents_form .btn_wrap .submit_btn button:hover, .contents_form .btn_wrap .back_btn button:hover {
  background-color: #1272BA;
}
.contents_form .btn_wrap .submit_btn button:hover div:nth-child(1), .contents_form .btn_wrap .back_btn button:hover div:nth-child(1) {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.contents_form .btn_wrap .submit_btn button:hover div:nth-child(2), .contents_form .btn_wrap .back_btn button:hover div:nth-child(2) {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.contents_form .btn_wrap .submit_btn button:hover > .material-symbols-outlined, .contents_form .btn_wrap .back_btn button:hover > .material-symbols-outlined {
  color: #fff;
}

.more_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0px;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  text-align: center;
  color: #222222;
}
@media screen and (max-width: 819px) {
  .more_btn {
    display: block;
  }
}
.more_btn .txt {
  font-weight: 500;
  display: inline-block;
  border-bottom: solid 1px #C8C8C8;
}
.more_btn .txt.open {
  display: inline-block;
}
.more_btn .txt.close {
  display: none;
}
.more_btn .icon {
  display: inline-block;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 14;
  font-size: 14px;
  background-color: #898989;
  border-radius: 50%;
  color: #fff;
  width: 1.42em;
  line-height: 1.42em;
}
.more_btn.opened .txt.open {
  display: none;
}
.more_btn.opened .txt.close {
  display: inline-block;
}
.more_btn.opened .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main_com {
  padding: 120px 0px;
}
@media screen and (max-width: 644px) {
  .main_com {
    padding: 70px 0px;
  }
}

/* アニメーション */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.fadein.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* 改行位置調整 */
@media screen and (max-width: 819px) {
  .pc, .pc_inline {
    display: none;
  }
}

@media screen and (max-width: 644px) {
  .pctab, .pctab_inline {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 819px) {
  .tab {
    display: inherit;
  }
}
@media screen and (max-width: 644px) {
  .tab {
    display: none;
  }
}

.tab_inline {
  display: none;
}
@media screen and (max-width: 819px) {
  .tab_inline {
    display: inline-block;
  }
}
@media screen and (max-width: 644px) {
  .tab_inline {
    display: none;
  }
}

.tabsp {
  display: none;
}
@media screen and (max-width: 819px) {
  .tabsp {
    display: inherit;
  }
}

.tabsp_inline {
  display: none;
}
@media screen and (max-width: 819px) {
  .tabsp_inline {
    display: inline-block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 644px) {
  .sp {
    display: inherit;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 644px) {
  .sp_inline {
    display: inline-block;
  }
}