/* CSS Reset */
body, div, section, article, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.4s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 900px) {
  a:active, a:hover {
    transition: all 0.4s;
  }
}

:focus {
  outline: none;
}

a:hover, a:active {
  transition: all 0.6s;
  text-decoration: none;
}

a:-webkit-any-link {
  cursor: pointer;
}

* {
  min-height: 0;
  min-width: 0;
}

body p {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

div {
  box-sizing: border-box;
}

/* General setting */
html {
  width: 100vw;
  height: 100%;
  -ms-overflow-style: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  font-size: 62.5%;
  overflow-x: hidden;
  color: #393939;
}

body, div, section, article, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}

body {
  width: 100%;
  overflow-y: hidden;
}

.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

.none {
  display: none;
}

.font_questrial {
  font-family: "Questrial", sans-serif;
}

a {
  cursor: pointer;
  transition: all 0.4s;
}
a:hover {
  opacity: 0.7;
  transition: all 0.4s;
}

footer {
  background-color: #ffffff;
  color: #393939;
  width: auto;
}
footer .footer-nav {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .footer-nav .container {
  width: 100%;
  max-width: 1448px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
footer .footer-nav .container .footer-logo {
  width: 25vw;
  max-width: 380px;
  padding: 20px 0;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  footer .footer-nav .container .footer-logo {
    padding: 18px 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-nav .container .footer-logo {
    width: 53.3333333333vw;
    min-width: 200px;
    max-width: 350px;
    margin-right: 0;
    padding: 10px 0;
  }
}
footer .footer-nav .footer-directory {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .footer-nav .footer-directory li.menu-item a ul li {
  line-height: 1.45;
  margin: 0.75em 0;
  font-size: 14px;
}
footer .footer-nav .footer-directory > li {
  width: 20%;
}
@media screen and (max-width: 768px) {
  footer .footer-nav .footer-directory > li {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-nav .footer-directory > li ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
  }
}
footer .footer-nav .footer-directory > li ul li {
  line-height: 1.45;
  margin: 0.75em 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  footer .footer-nav .footer-directory > li ul li {
    width: 50%;
    margin: 0.5rem 0;
    font-size: 14px;
  }
}
footer .footer-nav .footer-directory > li.menu-item > a {
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin-bottom: 1.5em;
}
footer .footer-nav .footer-directory > li.menu-item > a .span {
  display: inline-block;
}
footer .footer-nav .span {
  display: inline-block;
}
footer .border {
  border-top: 1px solid #e6e6e6;
}
footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #dcdcdc;
  gap: 20px;
}
footer .footer-bottom .social-links li {
  display: inline-block;
  margin-right: 15px;
}
footer .footer-bottom .social-links li > a {
  display: block;
  width: 120px;
}
footer .footer-bottom .footer-legal > span {
  margin: 0 10px;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  footer .footer-bottom .footer-legal > span {
    display: block;
    margin: 20px 10px;
  }
}
footer .footer-copyright {
  padding-top: 40px;
  font-size: 12px;
}

.menu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
  opacity: 0;
  color: #000000;
  transition: 0.4s;
}
.menu .menu_inner {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  background-size: cover;
}
.menu .menu_inner .main_link {
  display: flex;
  padding-top: 12.0058565154vw;
  margin-bottom: 4.39238653vw;
}
@media screen and (max-width: 900px) {
  .menu .menu_inner .main_link {
    padding-top: 16.3982430454vw;
    margin-bottom: 7.3206442167vw;
  }
}
@media screen and (max-width: 768px) {
  .menu .menu_inner .main_link {
    display: block;
    padding-top: 100px;
    margin-bottom: 0;
  }
}
.menu .menu_inner .main_link .main_link_content {
  width: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .menu .menu_inner .main_link .main_link_content {
    margin-bottom: 15.625vw;
  }
}
.menu .menu_inner .main_link .main_link_content .main_link_btn {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 6.2957540264vw;
  letter-spacing: 0.12em;
  position: relative;
  line-height: 1.2;
  padding: 0 10px 10px;
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 768px) {
  .menu .menu_inner .main_link .main_link_content .main_link_btn {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .menu .menu_inner .main_link .main_link_content .menu_section {
    margin-bottom: 30px;
  }
}
.menu .menu_inner .main_link .main_link_content .main_link_btn--inner {
  margin-bottom: 0;
}
.menu .menu_inner .main_link .main_link_content .main_link_btn_icon {
  width: 26px;
  height: 26px;
}
.menu .menu_inner .main_link .main_link_content .sub-menu-list {
  display: none;
  margin-top: 10px;
  padding: 0 10px;
  animation: fadeIn 0.3s ease-in-out forwards;
}
.menu .menu_inner .main_link .main_link_content .sub-menu-list li {
  margin-bottom: 10px;
}
.menu .menu_inner .main_link .main_link_content .sub-menu-list li:last-child {
  margin-bottom: 0;
}
.menu .menu_inner .main_link .main_link_content .sub-menu-list a {
  display: block;
  font-size: 14px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .menu .menu_inner .main_link .main_link_content .sub-menu-list a {
    margin-bottom: 20px;
  }
}
.menu .menu_inner .main_link .main_link_content .sub-menu-list.open {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.menu_active {
  display: block;
  opacity: 1;
  z-index: 99;
  background-color: #ffffff;
}

header {
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: all 0.4s;
  height: 60px;
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 24px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header .header_inner {
    box-shadow: none;
    padding: 10px 15px;
  }
}
header .header_logo {
  width: 100%;
  width: 21.4285714286vw;
  max-width: 300px;
  padding: 15px 0;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  header .header_logo {
    padding: 18px 0;
  }
}
@media screen and (max-width: 768px) {
  header .header_logo {
    width: 53.3333333333vw;
    min-width: 200px;
    max-width: 350px;
    margin-right: 0;
    padding: 10px 0;
  }
}
header .header_links {
  display: flex;
  justify-content: end;
  width: fit-content;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header .header_links {
    display: none;
  }
}
header .header_links .header_link {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
  word-break: keep-all;
}
@media screen and (max-width: 1000px) {
  header .header_links .header_link {
    margin-right: 25px;
  }
}
header .header_links .header_link:hover {
  color: #4eb7f5;
  opacity: 1;
}
header .header_links .header_link--hoverItem:hover:after {
  transform: rotate(180deg);
  background: 0 0 no-repeat url("./img/icons/arrow_ye.svg");
}
header .header_links .header_link--hoverItem:hover .header_hoverMenuWrap {
  display: block;
}
header .header_links .header_link:last-child {
  margin-right: 0;
}
header .header_links .header_link a {
  word-break: keep-all;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  color: #000;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1000px) {
  header .header_links .header_link a {
    font-size: 14px;
  }
}
header .header_links .header_link_contact {
  margin: 10px 0;
}
header .header_links .header_link_contact .c-button {
  height: 100%;
  box-sizing: border-box;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  padding: 0 20px;
  border-radius: 20px;
}
@media screen and (max-width: 1000px) {
  header .header_links .header_link_contact .c-button {
    padding: 10px 20px;
  }
}
header .header_links .header_link_contact .c-button:after {
  content: "";
  margin-top: 3px;
  width: 21px;
  height: 16px;
  background: 0 0 no-repeat url("./img/icons/mail.svg");
  background-size: contain;
}
header .header_links .header_link_contact .c-button:hover {
  color: #4eb7f5;
}
header .header_links .header_link_contact .c-button:hover::after {
  background: 0 0 no-repeat url("./img/icons/mail_bl.svg");
}
header .header_hoverMenuWrap {
  display: none;
  position: absolute;
  top: calc(100% - 0px);
  left: 50%;
  transform: translateX(-50%);
  padding-top: 5px;
}
header .header_hoverMenu {
  position: relative;
  padding: 16px;
  box-sizing: border-box;
  background: #ffffff;
  text-align: left;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
header .header_hoverMenu li {
  margin-bottom: 16px;
  color: #fff;
  text-align: left;
  white-space: nowrap;
}
header .header_hoverMenu li:last-child {
  margin-bottom: 0;
}
header .menu_btn {
  display: none;
  cursor: pointer;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  header .menu_btn {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
}
@media screen and (max-width: 550px) {
  header .menu_btn {
    width: 40px;
    height: 40px;
  }
}
header .menu_btn span {
  display: inline-block;
  transition: all 0.3s;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  header .menu_btn span {
    width: 20px;
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  header .menu_btn span:nth-of-type(1) {
    top: calc(50% - 4px);
  }
}
@media screen and (max-width: 768px) {
  header .menu_btn span:nth-of-type(2) {
    top: calc(50% + 5px);
  }
}
header .menu_btn_active {
  background-color: #fff;
}
header .menu_btn_active span {
  background-color: #000000;
  left: 30%;
}
@media screen and (max-width: 550px) {
  header .menu_btn_active span {
    left: 23%;
  }
}
@media screen and (max-width: 768px) {
  header .menu_btn_active span:nth-of-type(1) {
    top: 50%;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  header .menu_btn_active span:nth-of-type(2) {
    top: 50%;
    transform: rotate(-45deg);
  }
}

.is-transparent {
  background-color: rgba(255, 255, 255, 0.3);
}

.lower_mv_bc {
  position: relative;
  background-image: url("./img/common/header_bg.jpg");
  background-size: 60%;
  background-position: 95% 45%;
  background-repeat: no-repeat;
  padding: 86px 0 26px;
  display: flex;
  align-items: center;
}
.lower_mv_bc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .lower_mv_bc {
    background-size: 75%;
    padding: 100px 0 40px;
    background-position: 100% 25%;
  }
}
@media screen and (max-width: 550px) {
  .lower_mv_bc {
    padding: 90px 0 30px;
    background-position: 100% 30%;
  }
}
@media screen and (max-width: 414px) {
  .lower_mv_bc {
    background-position: 100% 75%;
  }
}
.lower_mv_bc .lower_mv_bc_inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 350px;
}
@media screen and (max-width: 1000px) {
  .lower_mv_bc .lower_mv_bc_inner {
    min-height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .lower_mv_bc .lower_mv_bc_inner {
    min-height: 250px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 550px) {
  .lower_mv_bc .lower_mv_bc_inner {
    min-height: 200px;
    padding: 0 0 0 8px;
  }
}
@media screen and (max-width: 414px) {
  .lower_mv_bc .lower_mv_bc_inner {
    min-height: 150px;
  }
}
.lower_mv_bc .lower_mv_bc_inner .scroll {
  position: absolute;
  right: 20px;
  bottom: 0;
  transform: translateY(-115%);
  writing-mode: vertical-rl;
  z-index: 1;
  color: #6A90E0;
}
@media screen and (max-width: 1000px) {
  .lower_mv_bc .lower_mv_bc_inner .scroll {
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .lower_mv_bc .lower_mv_bc_inner .scroll {
    display: none;
  }
}
.lower_mv_bc .lower_mv_bc_inner .scroll::before {
  animation: scroll 2s infinite;
  background-color: #6A90E0;
  bottom: -60px;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-left: 100px;
}
@media screen and (max-width: 1200px) {
  .lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text {
    margin-left: 0;
  }
}
.lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text .lower_title {
  position: relative;
  text-align: left;
  line-height: 1;
  margin-right: 10px;
}
.lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text .lower_title h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text .lower_title h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text .lower_title h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 550px) {
  .lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text .lower_title h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 414px) {
  .lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text .lower_title h2 {
    font-size: 22px;
  }
}
.lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text .lower_title .lower_subtitle {
  display: block;
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text .lower_title .lower_subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text .lower_title .lower_subtitle {
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  .lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text .lower_title .lower_subtitle {
    font-size: 10px;
  }
}
@media screen and (max-width: 414px) {
  .lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text .lower_title .lower_subtitle {
    font-size: 10px;
  }
}
.lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text .lower_title_top h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text .lower_title_top h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text .lower_title_top h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 550px) {
  .lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text .lower_title_top h2 {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 414px) {
  .lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text .lower_title_top h2 {
    font-size: 20px;
  }
}
.lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text .p-business__button {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  word-break: keep-all;
  cursor: pointer;
  margin-top: 30px;
  background: #4eb7f5;
  color: #fff;
  border: 1px solid #4eb7f5;
  width: 100%;
  max-width: 248px;
  padding: 7px 0;
}
@media screen and (max-width: 768px) {
  .lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text .p-business__button {
    margin-top: 20px;
    max-width: 200px;
  }
}
@media screen and (max-width: 550px) {
  .lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text .p-business__button {
    padding: 5px 0;
    max-width: 180px;
  }
}
@media screen and (max-width: 414px) {
  .lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text .p-business__button {
    max-width: 180px;
  }
}
.lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_text .p-business__button:hover {
  background: #fff;
  color: #4eb7f5;
  opacity: 1;
}
.lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_img {
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  right: 20px;
  max-width: 568px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_img {
    max-width: 420px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_img {
    max-width: 290px;
    top: 50%;
  }
}
@media screen and (max-width: 550px) {
  .lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_img {
    max-width: 200px;
  }
}
@media screen and (max-width: 414px) {
  .lower_mv_bc .lower_mv_bc_inner .lower_mv_bc_img {
    max-width: 160px;
    top: 50%;
  }
}

.lower_mv_company {
  background: linear-gradient(90deg, #CDE8FD 0%, #FFFFFF 50%, #FFF 100%);
  padding: 86px 0 26px;
}
@media screen and (max-width: 768px) {
  .lower_mv_company {
    padding: 120px 0 40px;
  }
}
@media screen and (max-width: 550px) {
  .lower_mv_company {
    padding: 100px 0 30px;
  }
}
.lower_mv_company .lower_mv_company_inner {
  position: relative;
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lower_mv_company .lower_mv_company_inner {
    padding: 0 16px;
  }
}
@media screen and (max-width: 414px) {
  .lower_mv_company .lower_mv_company_inner {
    padding: 0 8px;
  }
}
.lower_mv_company .lower_mv_company_inner .lower_mv_company_text {
  position: relative;
  z-index: 1;
  width: 100%;
}
.lower_mv_company .lower_mv_company_inner .lower_mv_company_text .lower_title {
  position: relative;
  text-align: left;
  line-height: 1;
  margin-right: 10px;
}
.lower_mv_company .lower_mv_company_inner .lower_mv_company_text .lower_title h2 {
  font-family: "Questrial", sans-serif;
  font-size: 66px;
  font-weight: 900;
  line-height: 1;
  color: #313131;
  width: fit-content;
  border-bottom: 3px solid #6A90E0;
}
@media screen and (max-width: 768px) {
  .lower_mv_company .lower_mv_company_inner .lower_mv_company_text .lower_title h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 550px) {
  .lower_mv_company .lower_mv_company_inner .lower_mv_company_text .lower_title h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 414px) {
  .lower_mv_company .lower_mv_company_inner .lower_mv_company_text .lower_title h2 {
    font-size: 24px;
  }
}
.lower_mv_company .lower_mv_company_inner .lower_mv_company_img {
  max-width: 504px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .lower_mv_company .lower_mv_company_inner .lower_mv_company_img {
    max-width: 330px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .lower_mv_company .lower_mv_company_inner .lower_mv_company_img {
    max-width: 250px;
    top: 50%;
  }
}
@media screen and (max-width: 550px) {
  .lower_mv_company .lower_mv_company_inner .lower_mv_company_img {
    max-width: 180px;
  }
}
@media screen and (max-width: 414px) {
  .lower_mv_company .lower_mv_company_inner .lower_mv_company_img {
    max-width: 160px;
    top: 50%;
  }
}

.lower_mv {
  position: relative;
  background-image: url("./img/common/header_bg.jpg");
  background-size: 60%;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 86px 0 26px;
  display: flex;
  align-items: center;
  box-sizing: content-box;
}
.lower_mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .lower_mv {
    background-size: 75%;
    padding: 100px 0 40px;
    background-position: 100% 25%;
  }
}
@media screen and (max-width: 550px) {
  .lower_mv {
    padding: 90px 0 30px;
    background-position: 100% 30%;
  }
}
@media screen and (max-width: 414px) {
  .lower_mv {
    background-position: 100% 75%;
  }
}
.lower_mv .lower_mv_inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 350px;
}
@media screen and (max-width: 1000px) {
  .lower_mv .lower_mv_inner {
    min-height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .lower_mv .lower_mv_inner {
    min-height: 250px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 414px) {
  .lower_mv .lower_mv_inner {
    min-height: 150px;
    padding: 0 8px;
  }
}
.lower_mv .lower_mv_inner .lower_mv_text {
  position: relative;
  z-index: 1;
  width: 100%;
}
.lower_mv .lower_mv_inner .lower_mv_text .lower_title {
  position: relative;
  text-align: left;
  line-height: 1;
  margin-right: 10px;
}
.lower_mv .lower_mv_inner .lower_mv_text .lower_title h2 {
  font-family: "Questrial", sans-serif;
  font-size: 66px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  width: fit-content;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .lower_mv .lower_mv_inner .lower_mv_text .lower_title h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 550px) {
  .lower_mv .lower_mv_inner .lower_mv_text .lower_title h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 414px) {
  .lower_mv .lower_mv_inner .lower_mv_text .lower_title h2 {
    font-size: 24px;
  }
}
.lower_mv .lower_mv_inner .lower_mv_text .lower_title_ja h2 {
  font-size: 48px;
}
@media screen and (max-width: 1000px) {
  .lower_mv .lower_mv_inner .lower_mv_text .lower_title_ja h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .lower_mv .lower_mv_inner .lower_mv_text .lower_title_ja h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 550px) {
  .lower_mv .lower_mv_inner .lower_mv_text .lower_title_ja h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 414px) {
  .lower_mv .lower_mv_inner .lower_mv_text .lower_title_ja h2 {
    font-size: 18px;
  }
}
.lower_mv .lower_mv_inner .lower_mv_img {
  max-width: 504px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .lower_mv .lower_mv_inner .lower_mv_img {
    max-width: 330px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .lower_mv .lower_mv_inner .lower_mv_img {
    max-width: 250px;
    top: 50%;
  }
}
@media screen and (max-width: 550px) {
  .lower_mv .lower_mv_inner .lower_mv_img {
    max-width: 180px;
  }
}
@media screen and (max-width: 414px) {
  .lower_mv .lower_mv_inner .lower_mv_img {
    max-width: 160px;
    top: 50%;
  }
}

.breadcrumb {
  display: flex;
  max-width: 1240px;
  padding: 0 20px;
  margin: 30px auto;
  box-sizing: border-box;
}
.breadcrumb .breadcrumb_lists {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
}
.breadcrumb .breadcrumb_lists .breadcrumb_list {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .breadcrumb .breadcrumb_lists .breadcrumb_list {
    font-size: 10px;
  }
}
.breadcrumb .breadcrumb_lists .breadcrumb_list + .breadcrumb_list:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin: 0 8px;
}
@media screen and (max-width: 414px) {
  .breadcrumb .breadcrumb_lists .breadcrumb_list + .breadcrumb_list:before {
    width: 3px;
    height: 3px;
  }
}

.lower_sp_button {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 10px 16px;
  border-radius: 32px;
  background: #4eb7f5;
  color: #fff;
  font-weight: bold;
  border: 1px solid #4eb7f5;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .lower_sp_button {
    display: flex;
    align-items: center;
  }
}
.lower_sp_button p {
  font-size: 14px;
  margin-right: 16px;
}
.lower_sp_button .icon {
  position: relative;
  width: 20px;
}
.lower_sp_button .icon span {
  display: inline-block;
  transition: all 0.3s;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .lower_sp_button .icon span {
    width: 20px;
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  .lower_sp_button .icon span:nth-of-type(1) {
    top: calc(50% - 5px);
  }
}
@media screen and (max-width: 768px) {
  .lower_sp_button .icon span:nth-of-type(2) {
    top: calc(50% + 4px);
  }
}

.lower_sp_button.active {
  background: #ffffff;
}
.lower_sp_button.active p {
  color: #4eb7f5;
}
.lower_sp_button.active .icon span {
  left: 10%;
  background: #4eb7f5;
}
@media screen and (max-width: 768px) {
  .lower_sp_button.active .icon span:nth-of-type(1) {
    top: 50%;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .lower_sp_button.active .icon span:nth-of-type(2) {
    top: 50%;
    transform: rotate(-45deg);
  }
}

.lower_sp_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(57, 57, 57, 0.5);
  z-index: 100;
  flex-direction: column;
  justify-content: end;
}
.lower_sp_menu .lower_sp_menu_inner {
  background-color: #ffffff;
  padding: 20px;
  overflow: hidden;
  margin: 0 30px 100px;
}
.lower_sp_menu .lower_sp_menu_inner .lower_sp_menu_inner_title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 11px;
  border-bottom: 1px solid #CECECE;
  margin-bottom: 10px;
}
.lower_sp_menu .lower_sp_menu_inner .lower_sp_menu_inner_links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lower_sp_menu .lower_sp_menu_inner .lower_sp_menu_inner_links .lower_sp_menu_inner_link {
  font-size: 14px;
  text-indent: -0.7em;
  padding-left: 0.7em;
}

@media screen and (max-width: 768px) {
  .lower_sp_menu.active {
    display: flex;
  }
}

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

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

.main_other {
  max-width: 1240px;
  padding: 80px 20px;
  box-sizing: content-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main_other {
    padding: 60px 16px;
  }
}
@media screen and (max-width: 550px) {
  .main_other {
    padding: 30px 16px;
  }
}
.main_other .top {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .main_other .top {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  .main_other .top {
    margin-bottom: 30px;
  }
}
.main_other .text_contents {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .main_other .text_contents {
    gap: 30px;
  }
}
.main_other .text_contents .text_content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.main_other .text_contents .text_content .lower_h3 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 550px) {
  .main_other .text_contents .text_content .lower_h3 {
    font-size: 20px;
  }
}
.main_other .text_contents .text_content .lower_h3::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 90%;
  background-color: #1c589d;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main_other .text_contents .text_content .lower_p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 550px) {
  .main_other .text_contents .text_content .lower_p {
    font-size: 12px;
  }
}
.main_other .text_contents .text_signature {
  text-align: right;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 550px) {
  .main_other .text_contents .text_signature {
    font-size: 12px;
  }
}
.main_other .site_map {
  font-size: 16px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .main_other .site_map {
    display: block;
    margin: 0 auto;
  }
}
.main_other .site_map .site_map_list {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .main_other .site_map .site_map_list {
    width: 100%;
  }
}
.main_other .site_map ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main_other .site_map ul li {
  margin-bottom: 20px;
}
.main_other .site_map ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #333;
  padding-bottom: 6px;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .main_other .site_map ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .main_other .site_map ul li a {
    font-size: 16px;
  }
}
.main_other .site_map ul li a:hover .p-news__button.isNotHover {
  opacity: 0;
}
.main_other .site_map ul li a:hover .p-news__button.isHover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .main_other .site_map ul li a .p-news__buttonWrap .p-news__button {
    display: block;
  }
}
.main_other .site_map ul li a img {
  width: 20px;
  height: 20px;
}
.main_other .site_map ul li .child {
  margin-top: 10px;
  margin-left: 15px;
}
.main_other .site_map ul li .child li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #666;
}
@media screen and (max-width: 800px) {
  .main_other .site_map ul li .child li {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .main_other .site_map ul li .child li {
    font-size: 10px;
  }
}
.main_other .site_map ul li .child li a {
  border-bottom: none;
  padding-bottom: 0;
  display: inline;
  white-space: nowrap;
}
.main_other .site_map ul li .child .child_br {
  display: none;
}
@media screen and (max-width: 414px) {
  .main_other .site_map ul li .child .child_br {
    display: block;
  }
}

.main_404 {
  max-width: 1240px;
  padding: 282px 20px 150px;
  color: #393939;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .main_404 {
    padding: 160px 20px 100px;
  }
}
.main_404 .title_404 h1 {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main_404 .title_404 h1 {
    font-size: 38px;
  }
}
.main_404 .text_404 p {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .main_404 .text_404 p {
    font-size: 12px;
  }
}
.main_404 .text_404 p .tab_sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .main_404 .text_404 p .tab_sp_only {
    display: inline-block;
  }
}
.main_404 .btn_top_404 {
  text-align: center;
  margin-top: 50px;
}
.main_404 .btn_top_404 .btn_top_404_set {
  display: inline-block;
  padding: 13px 32px;
}

.p-business {
  position: relative;
  display: flex;
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1240px;
  z-index: 3;
}
.p-careers {
  z-index: 1;
}

.p-business__content {
  width: 50%;
  background-color: #F2F2F2;
}
.p-business__content .p-business__content_inner {
  max-width: 620px;
  height: 100%;
  padding: 60px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .p-business__content .p-business__content_inner {
    max-width: 550px;
    height: 100%;
    padding: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .p-business__content .p-business__content_inner {
    padding: 30px;
  }
}
@media screen and (max-width: 550px) {
  .p-business__content .p-business__content_inner {
    padding: 10px 7px;
  }
}
.p-business__content .p-business__content_inner .c-moreButton {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-business__content .p-business__content_inner .c-moreButton {
    width: 210px;
  }
}
@media screen and (max-width: 550px) {
  .p-business__content .p-business__content_inner .c-moreButton {
    width: 170px;
    font-size: 12px;
  }
}
@media screen and (max-width: 414px) {
  .p-business__content .p-business__content_inner .c-moreButton {
    width: 146px;
    font-size: 10px;
  }
}

.p-business__text {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 550px) {
  .p-business__text {
    font-size: 10px;
    margin-bottom: 20px;
  }
}

.p-business__img {
  width: 50%;
  background-color: #E8F5DB;
  padding: 50px 20px 50px 50px;
  display: flex;
  align-items: center;
  min-height: 517px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1000px) {
  .p-business__img {
    min-height: 480px;
    padding: 30px 20px 30px 30px;
  }
}
@media screen and (max-width: 550px) {
  .p-business__img {
    min-height: auto;
    padding: 8px 16px 8px 8px;
  }
}
.p-business__img img {
  max-width: 380px;
}

.bg_business {
  background-image: url("./img/top/top_img01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg_careers {
  background-image: url("./img/top/top_img03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-company {
  position: relative;
  display: flex;
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1240px;
  z-index: 2;
}
.p-company__content {
  width: 50%;
  background-color: #F2F2F2;
}
.p-company__content .p-company__content_inner {
  max-width: 620px;
  height: 100%;
  padding: 60px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .p-company__content .p-company__content_inner {
    max-width: 550px;
    height: 100%;
    padding: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .p-company__content .p-company__content_inner {
    padding: 30px;
  }
}
@media screen and (max-width: 550px) {
  .p-company__content .p-company__content_inner {
    padding: 10px 7px;
  }
}
@media screen and (max-width: 1000px) {
  .p-company__content .p-company__content_inner .br {
    display: none;
  }
}
.p-company__content .p-company__content_inner .c-moreButton {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-company__content .p-company__content_inner .c-moreButton {
    width: 210px;
  }
}
@media screen and (max-width: 550px) {
  .p-company__content .p-company__content_inner .c-moreButton {
    width: 170px;
    font-size: 12px;
  }
}
@media screen and (max-width: 414px) {
  .p-company__content .p-company__content_inner .c-moreButton {
    width: 146px;
    font-size: 10px;
  }
}

.p-company__text {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 550px) {
  .p-company__text {
    font-size: 10px;
    margin-bottom: 20px;
  }
}

.p-company__img {
  width: 50%;
  background-color: #E3EFF9;
  padding: 50px 50px 50px 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 517px;
  box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1000px) {
  .p-company__img {
    min-height: 480px;
    padding: 30px 30px 30px 20px;
  }
}
@media screen and (max-width: 550px) {
  .p-company__img {
    min-height: auto;
    padding: 8px 8px 8px 16px;
  }
}
.p-company__img img {
  max-width: 450px;
}

.bg_company {
  background-image: url("./img/top/top_img02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top_main .mv {
  position: relative;
}
.top_main .mv::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.top_main .mv .mv_title {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 3;
  width: fit-content;
}
.top_main .mv .mv_title .mv_title_h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  letter-spacing: 0.025em;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  .top_main .mv .mv_title .mv_title_h1 {
    font-size: clamp(32px, 3.2857142857vw, 42px);
  }
}
@media screen and (max-width: 768px) {
  .top_main .mv .mv_title .mv_title_h1 {
    font-size: 6.9333333333vw;
  }
}
.top_main .mv #mvSwiper {
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
}
.top_main .mv #mvSwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.top_main .mv #mvSwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top_main .mv #mvSwiper .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.top_main .mv .whats_new {
  position: absolute;
  bottom: 60px;
  right: 60px;
  z-index: 3;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top_main .mv .whats_new {
    bottom: 30px;
    transform: translateX(-50%);
    left: 50%;
    max-width: 96vw;
    width: 100%;
  }
}
.top_main .mv .whats_new .whats_new_inner {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 10px 20px;
  max-width: 516px;
  width: 100%;
  box-sizing: border-box;
  opacity: 0.7;
}
.top_main .mv .whats_new .whats_new_inner:hover {
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  .top_main .mv .whats_new .whats_new_inner {
    padding: 0.7142857143vw 1.4285714286vw;
    max-width: 36.8571428571vw;
    min-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .top_main .mv .whats_new .whats_new_inner {
    flex-direction: column;
    padding: 2.6666666667vw;
    max-width: 106.6666666667vw;
    min-width: auto;
  }
}
.top_main .mv .whats_new .whats_new_inner .whats_new_text_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .top_main .mv .whats_new .whats_new_inner .whats_new_text_wrap {
    padding-right: 0.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .top_main .mv .whats_new .whats_new_inner .whats_new_text_wrap {
    width: 100%;
    padding-right: 0;
  }
}
.top_main .mv .whats_new .whats_new_inner .whats_new_text_wrap .whats_new_text {
  font-size: 16px;
  font-weight: 500;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .top_main .mv .whats_new .whats_new_inner .whats_new_text_wrap .whats_new_text {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 1000px) {
  .top_main .mv .whats_new .whats_new_inner .whats_new_text_wrap .whats_new_text {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .top_main .mv .whats_new .whats_new_inner .whats_new_text_wrap .whats_new_text {
    font-size: 3.2vw;
  }
}
.top_main .mv .whats_new .whats_new_inner .whats_new_content {
  border-left: 1px solid #393939;
  padding: 10px 0 10px 20px;
}
@media screen and (max-width: 1400px) {
  .top_main .mv .whats_new .whats_new_inner .whats_new_content {
    padding: 0.7142857143vw 0 0.7142857143vw 0.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .top_main .mv .whats_new .whats_new_inner .whats_new_content {
    padding: 0;
    border-left: none;
  }
}
.top_main .mv .whats_new .whats_new_inner .whats_new_content .whats_new_title {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1400px) {
  .top_main .mv .whats_new .whats_new_inner .whats_new_content .whats_new_title {
    margin-top: 0.7142857143vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 1000px) {
  .top_main .mv .whats_new .whats_new_inner .whats_new_content .whats_new_title {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top_main .mv .whats_new .whats_new_inner .whats_new_content .whats_new_title {
    font-size: 3.2vw;
  }
}
.top_main .mv .whats_new .whats_new_inner .whats_new_date {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .top_main .mv .whats_new .whats_new_inner .whats_new_date {
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 1000px) {
  .top_main .mv .whats_new .whats_new_inner .whats_new_date {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top_main .mv .whats_new .whats_new_inner .whats_new_date {
    font-size: 3.2vw;
  }
}
.top_main .pickup .pickup_title {
  font-family: "Questrial", sans-serif;
  color: #4eb7f5;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  background-color: #000000;
  color: #ffffff;
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_main .pickup .pickup_title {
    font-size: 32px;
  }
}
.top_main .pickup .pickupSwiper_wrap {
  position: relative;
  max-width: 1260px;
  padding: 0 80px;
  margin: -20px auto 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top_main .pickup .pickupSwiper_wrap {
    padding: 0;
  }
}
.top_main .pickup .pickupSwiper_wrap #pickupSwiper {
  width: 100%;
  max-width: 1100px;
  overflow: hidden;
  padding-bottom: 30px;
}
.top_main .pickup .pickupSwiper_wrap #pickupSwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex !important;
  flex-wrap: nowrap !important;
}
.top_main .pickup .pickupSwiper_wrap #pickupSwiper .swiper-wrapper .swiper-slide .swiper-slide_link {
  position: relative;
  display: block;
  padding: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  opacity: 1;
}
.top_main .pickup .pickupSwiper_wrap #pickupSwiper .swiper-wrapper .swiper-slide .swiper-slide_link:hover .swiper-slide_link_text_wrap .icon {
  transition: all 0.4s;
  background-image: url("./img/icons/arrow_bl_white.svg");
}
.top_main .pickup .pickupSwiper_wrap #pickupSwiper .swiper-wrapper .swiper-slide .swiper-slide_link .pickup__thumbnail_wrap {
  aspect-ratio: 16/9;
}
.top_main .pickup .pickupSwiper_wrap #pickupSwiper .swiper-wrapper .swiper-slide .swiper-slide_link .pickup__thumbnail_wrap .pickup__thumbnail {
  width: 100%;
  height: 100%;
}
.top_main .pickup .pickupSwiper_wrap #pickupSwiper .swiper-wrapper .swiper-slide .swiper-slide_link .swiper-slide_link_text_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top_main .pickup .pickupSwiper_wrap #pickupSwiper .swiper-wrapper .swiper-slide .swiper-slide_link .swiper-slide_link_text_wrap {
    padding: 7px 10px;
  }
}
.top_main .pickup .pickupSwiper_wrap #pickupSwiper .swiper-wrapper .swiper-slide .swiper-slide_link .swiper-slide_link_text_wrap .swiper-slide_link_text {
  font-size: 14px;
  line-height: 1.5;
  margin-right: 5px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 10px;
}
@media screen and (max-width: 550px) {
  .top_main .pickup .pickupSwiper_wrap #pickupSwiper .swiper-wrapper .swiper-slide .swiper-slide_link .swiper-slide_link_text_wrap .swiper-slide_link_text {
    font-size: 2.6666666667vw;
  }
}
.top_main .pickup .pickupSwiper_wrap .pickup-pagination {
  position: absolute;
  transform: translate(-50%);
  width: fit-content;
  left: 50%;
  bottom: 0;
}
.top_main .pickup .pickupSwiper_wrap .swiper-button-prev,
.top_main .pickup .pickupSwiper_wrap .swiper-button-next {
  width: 40px;
  height: 40px;
  background-image: url("./img/icons/arrow_slide.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .top_main .pickup .pickupSwiper_wrap .swiper-button-prev,
.top_main .pickup .pickupSwiper_wrap .swiper-button-next {
    display: none;
  }
}
.top_main .pickup .pickupSwiper_wrap .swiper-button-prev::after,
.top_main .pickup .pickupSwiper_wrap .swiper-button-next::after {
  display: none;
}
.top_main .pickup .pickupSwiper_wrap .swiper-button-prev {
  left: 15px;
  transform: rotate(180deg);
}
.top_main .pickup .pickupSwiper_wrap .swiper-button-next {
  right: 15px;
}
.top_main .section_wrap {
  background-color: #F2F2F2;
}

.p-news {
  max-width: 1240px;
  padding: 50px 40px 50px;
  box-sizing: content-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-news {
    padding: 60px 16px;
  }
}
@media screen and (max-width: 550px) {
  .p-news {
    padding: 30px 16px;
  }
}
.p-news__list {
  border-top: 1.5px solid #cecece;
}
.p-news__item {
  padding: 20px 0;
  border-bottom: 1.5px solid #cecece;
}
@media screen and (max-width: 768px) {
  .p-news__item {
    padding: 12px 0;
  }
}
.p-news__link {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.p-news__link:hover .p-news__button.isNotHover {
  opacity: 0;
}
.p-news__link:hover .p-news__button.isHover {
  opacity: 1;
}
.p-news__link:hover .p-news__text {
  text-decoration: underline;
}
.p-news__thumbnail {
  width: 120px;
  height: 81px;
  margin-right: 20px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .p-news__thumbnail {
    width: 100px;
    height: 68px;
  }
}
.p-news__content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 550px) {
  .p-news__content {
    min-width: 95px;
  }
}
.p-news__info {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.p-news__date {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #cecece;
  min-width: 95px;
}
@media screen and (max-width: 550px) {
  .p-news__date {
    font-size: 12px;
    min-width: 70px;
  }
}
.p-news__categoryList {
  display: inline-block;
}
.p-news__categoryItem {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #4eb7f5;
  font-size: 12px;
  line-height: 1;
  color: #4eb7f5;
}
@media screen and (max-width: 550px) {
  .p-news__categoryItem {
    font-size: 10px;
    padding: 3px 5px;
  }
}
.p-news__text {
  font-size: 16px;
  text-align: left;
  overflow: hidden;
  letter-spacing: 0.025em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .p-news__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .p-news__text {
    font-size: 12px;
  }
}
.p-news__buttonWrap {
  align-self: center;
  position: relative;
  width: 26px;
  height: 26px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-news__buttonWrap {
    display: none;
  }
}
.p-news__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  transition: opacity 0.3s ease-out;
}
.p-news__button.isNotHover {
  opacity: 1;
}
.p-news__button.isHover {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-news__button.isHover, .p-news__button.isNotHover {
    display: none;
  }
}
.p-news__moreArea {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-news__moreArea {
    margin-top: 20px;
  }
}

.main_company {
  max-width: 1240px;
  padding: 100px 20px 127px;
  box-sizing: content-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main_company {
    padding: 60px 16px;
  }
}
.main_company .company_inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 1140px) {
  .main_company .company_inner {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .main_company .company_inner {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 414px) {
  .main_company .company_inner {
    gap: 20px;
  }
}
.main_company .company_inner .company_container .link {
  overflow: hidden;
}
.main_company .company_inner .company_container .link:hover .img img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.main_company .company_inner .company_container .link:hover .main_link_btn .company_button.isHover {
  opacity: 0;
}
.main_company .company_inner .company_container .link:hover .main_link_btn .company_button.isNotHover {
  opacity: 1;
}
.main_company .company_inner .company_container .link .img {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.main_company .company_inner .company_container .link .img img {
  transition: all 0.4s;
}
.main_company .company_inner .company_container .link .img.shadow {
  border: 1px solid #cecece;
}
.main_company .company_inner .company_container .link .main_link_btn {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.12em;
  position: relative;
  line-height: 1.2;
  padding: 0 10px 10px;
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 1140px) {
  .main_company .company_inner .company_container .link .main_link_btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .main_company .company_inner .company_container .link .main_link_btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .main_company .company_inner .company_container .link .main_link_btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .main_company .company_inner .company_container .link .main_link_btn {
    font-size: 12px;
  }
}
.main_company .company_inner .company_container .link .main_link_btn .company_buttonWrap {
  align-self: center;
  position: relative;
  width: 26px;
  height: 26px;
}
.main_company .company_inner .company_container .link .main_link_btn .company_button {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  transition: opacity 0.3s ease-out;
}
.main_company .company_inner .company_container .link .main_link_btn .company_button.isHover {
  opacity: 1;
}
.main_company .company_inner .company_container .link .main_link_btn .company_button.isNotHover {
  opacity: 0;
}

.main_business .main_business_inner {
  max-width: 1240px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 100px 20px 80px;
}
@media screen and (max-width: 768px) {
  .main_business .main_business_inner {
    padding: 60px 16px;
  }
}
@media screen and (max-width: 550px) {
  .main_business .main_business_inner {
    padding: 30px 16px;
  }
}
.main_business .main_business_inner_btm {
  background-color: #F8F8F8;
}
.main_business .main_business_inner_btm .main_business_inner_btm_contents {
  max-width: 990px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 20px 80px;
}
@media screen and (max-width: 768px) {
  .main_business .main_business_inner_btm .main_business_inner_btm_contents {
    padding: 0 16px 50px;
  }
}
@media screen and (max-width: 550px) {
  .main_business .main_business_inner_btm .main_business_inner_btm_contents {
    padding: 0 16px 30px;
  }
}
.main_business .main_business_inner_btm_pp {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .main_business .main_business_inner_btm_pp {
    margin-top: 50px;
  }
}
@media screen and (max-width: 550px) {
  .main_business .main_business_inner_btm_pp {
    margin-top: 30px;
  }
}
.main_business .business_top {
  max-width: 990px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 550px) {
  .main_business .business_top {
    padding: 0;
  }
}
.main_business .business_top .business_top_inner {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1077px;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .main_business .business_top .business_top_inner {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 550px) {
  .main_business .business_top .business_top_inner {
    margin-top: 20px;
    flex-direction: column-reverse;
  }
}
.main_business .business_top .business_top_inner .text_wrap {
  flex-shrink: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .main_business .business_top .business_top_inner .text_wrap {
    flex-shrink: 1;
  }
}
@media screen and (max-width: 550px) {
  .main_business .business_top .business_top_inner .text_wrap {
    width: 100%;
  }
}
.main_business .business_top .business_top_inner .text_wrap .text {
  font-size: 16px;
  line-height: 2;
  max-width: 500px;
}
@media screen and (max-width: 1000px) {
  .main_business .business_top .business_top_inner .text_wrap .text {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .main_business .business_top .business_top_inner .text_wrap .text {
    font-size: 14px;
    max-width: fit-content;
  }
}
@media screen and (max-width: 550px) {
  .main_business .business_top .business_top_inner .text_wrap .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  .main_business .business_top .business_top_inner .text_wrap .text {
    font-size: 12px;
  }
}
.main_business .business_top .business_top_inner .img {
  max-width: 489px;
}
@media screen and (max-width: 768px) {
  .main_business .business_top .business_top_inner .img {
    max-width: 50%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 550px) {
  .main_business .business_top .business_top_inner .img {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 414px) {
  .main_business .business_top .business_top_inner .img {
    width: 90%;
  }
}
.main_business .business_unchor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .main_business .business_unchor {
    gap: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 550px) {
  .main_business .business_unchor {
    margin-top: 30px;
  }
}
.main_business .business_unchor .business_unchor_btn {
  display: block;
  width: 300px;
  padding: 15px 20px 15px 30px;
  border-radius: 32px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #000000;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .main_business .business_unchor .business_unchor_btn {
    width: 240px;
  }
}
@media screen and (max-width: 550px) {
  .main_business .business_unchor .business_unchor_btn {
    width: 200px;
    max-width: 170px;
    font-size: 12px;
    padding: 10px 15px;
  }
}
.main_business .business_unchor .business_unchor_btn:hover {
  background: #ffffff;
  color: #000000;
}
.main_business .business_unchor .business_unchor_btn:hover .c-moreButton__arrowWrap .isNotHover {
  opacity: 0;
}
.main_business .business_unchor .business_unchor_btn:hover .c-moreButton__arrowWrap .isHover {
  opacity: 1;
}
.main_business .business_unchor .business_unchor_btn p {
  font-family: "Questrial", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: relative;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .main_business .business_unchor .business_unchor_btn p {
    font-size: 15px;
  }
}
@media screen and (max-width: 414px) {
  .main_business .business_unchor .business_unchor_btn p {
    font-size: 12px;
  }
}
.main_business .business_unchor .business_unchor_btn p::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  top: 37%;
  right: 8%;
}
@media screen and (max-width: 768px) {
  .main_business .business_unchor .business_unchor_btn p::after {
    top: 20%;
    right: 0;
  }
}
@media screen and (max-width: 414px) {
  .main_business .business_unchor .business_unchor_btn p::after {
    top: 10%;
    right: -5px;
  }
}
.main_business .business_title {
  display: flex;
  align-items: flex-end;
}
.main_business .business_title .en {
  font-family: "Questrial", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1000px) {
  .main_business .business_title .en {
    font-size: 48px;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 768px) {
  .main_business .business_title .en {
    font-size: 30px;
  }
}
@media screen and (max-width: 550px) {
  .main_business .business_title .en {
    font-size: 28px;
  }
}
.main_business .business_title .en span {
  margin: 0 0.2em;
}
.main_business .business_title .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 1000px) {
  .main_business .business_title .ja {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .main_business .business_title .ja {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .main_business .business_title .ja {
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  .main_business .business_title_lower {
    flex-direction: column;
    align-items: baseline;
    gap: 5px;
  }
}
@media screen and (max-width: 550px) {
  .main_business .business_title_lower .en span {
    display: none;
  }
}
.main_business .business_under {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .main_business .business_under {
    padding-top: 50px;
  }
}
@media screen and (max-width: 550px) {
  .main_business .business_under {
    padding-top: 30px;
  }
}
.main_business .business_under .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 45px 0;
  border-bottom: solid 1px #707070;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .main_business .business_under .container {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .main_business .business_under .container {
    max-width: 600px;
    margin: 0 auto;
    padding: 25px 0;
    gap: 20px;
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .main_business .business_under .container {
    gap: 10px;
  }
}
.main_business .business_under .container .img {
  flex-shrink: 0;
  max-width: 470px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .main_business .business_under .container .img {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .main_business .business_under .container .img {
    max-width: 600px;
  }
}
.main_business .business_under .container .text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .main_business .business_under .container .text {
    height: auto;
  }
}
.main_business .business_under .container .text .text_inner .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .main_business .business_under .container .text .text_inner .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main_business .business_under .container .text .text_inner .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 550px) {
  .main_business .business_under .container .text .text_inner .title {
    font-size: 18px;
  }
}
.main_business .business_under .container .text .text_inner .inner_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 25px;
}
@media screen and (max-width: 1000px) {
  .main_business .business_under .container .text .text_inner .inner_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .main_business .business_under .container .text .text_inner .inner_text {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .main_business .business_under .container .text .text_inner .inner_text {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .main_business .business_under .container .text .c-moreButton {
    font-size: 14px;
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .main_business .business_under .container .text .c-moreButton {
    margin-top: 20px;
  }
}
.main_business .business_under .container_last {
  border-bottom: none;
  padding-bottom: 0;
}

.careers .careers_mv {
  position: relative;
  height: 489px;
  margin: 60px 0 50px;
}
@media screen and (max-width: 1000px) {
  .careers .careers_mv {
    height: 420px;
    margin: 58px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .careers .careers_mv {
    height: 360px;
  }
}
@media screen and (max-width: 550px) {
  .careers .careers_mv {
    height: 320px;
    margin-bottom: 30px;
  }
}
.careers .careers_mv .careers_mv_inner {
  display: flex;
  width: fit-content;
  height: 100%;
  animation: slideBand 100s linear infinite;
}
@media screen and (max-width: 550px) {
  .careers .careers_mv .careers_mv_inner {
    animation: slideBand 100s linear infinite;
  }
}
.careers .careers_mv .careers_mv_inner img {
  height: 489px;
  width: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .careers .careers_mv .careers_mv_inner img {
    height: 420px;
  }
}
@media screen and (max-width: 768px) {
  .careers .careers_mv .careers_mv_inner img {
    height: 360px;
  }
}
@media screen and (max-width: 550px) {
  .careers .careers_mv .careers_mv_inner img {
    height: 320px;
  }
}
.careers .careers_mv .careers_mv_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  max-width: 1300px;
  padding-left: 20px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .careers .careers_mv .careers_mv_title {
    padding-left: 16px;
  }
}
@media screen and (max-width: 550px) {
  .careers .careers_mv .careers_mv_title {
    padding-left: 8px;
  }
}
.careers .careers_mv .careers_mv_title h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  width: fit-content;
  padding-left: 0.2em;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .careers .careers_mv .careers_mv_title h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 550px) {
  .careers .careers_mv .careers_mv_title h1 {
    font-size: 20px;
  }
}
.careers .careers_mv .careers_mv_title .careers_mv_title_en {
  max-width: 950px;
}
@media screen and (max-width: 768px) {
  .careers .careers_mv .careers_mv_title .careers_mv_title_en {
    max-width: 320px;
  }
}
@media screen and (max-width: 550px) {
  .careers .careers_mv .careers_mv_title .careers_mv_title_en {
    max-width: 275px;
  }
}
.careers .careers_mv .careers_mv_title .p-career__button {
  margin-top: 45px;
  justify-content: center;
  background: #F0544A;
  border: 1px solid #F0544A;
  color: #fff;
  width: 280px;
  padding: 9px 0;
}
.careers .careers_mv .careers_mv_title .p-career__button:hover {
  background: #fff;
  color: #F0544A;
}
.careers .contents_detail_wrap {
  margin-top: 50px;
  padding: 50px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(205deg, #f9fbfe 0%, #f9fbfe 50%, #f1f8fd 50%, #f1f8fd 100%);
}
@media screen and (max-width: 768px) {
  .careers .contents_detail_wrap {
    padding: 50px 16px;
  }
}
@media screen and (max-width: 550px) {
  .careers .contents_detail_wrap {
    margin-top: 30px;
    padding: 30px 16px;
  }
}
.careers .contents_detail_wrap .contents_detail {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: auto;
  color: #1C589D;
}
@media screen and (max-width: 768px) {
  .careers .contents_detail_wrap .contents_detail {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .careers .contents_detail_wrap .contents_detail {
    gap: 15px;
  }
}
.careers .contents_detail_wrap .contents_detail .title_ja {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .careers .contents_detail_wrap .contents_detail .title_ja {
    font-size: 16px;
  }
}
.careers .contents_detail_wrap .contents_detail .value_content {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 550px) {
  .careers .contents_detail_wrap .contents_detail .value_content {
    gap: 12px;
  }
}
.careers .contents_detail_wrap .contents_detail .value_content .value_content_title_en {
  font-family: "Questrial", sans-serif;
  font-size: 54px;
  line-height: 1;
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 768px) {
  .careers .contents_detail_wrap .contents_detail .value_content .value_content_title_en {
    font-size: 36px;
    max-width: 174px;
  }
}
@media screen and (max-width: 550px) {
  .careers .contents_detail_wrap .contents_detail .value_content .value_content_title_en {
    font-size: 16px;
    max-width: 78px;
  }
}
.careers .contents_detail_wrap .contents_detail .value_content .value_content_wrap {
  border-left: 3px solid #1C589D;
  padding-left: 24px;
  text-wrap: nowrap;
}
@media screen and (max-width: 1000px) {
  .careers .contents_detail_wrap .contents_detail .value_content .value_content_wrap {
    text-wrap: wrap;
  }
}
@media screen and (max-width: 550px) {
  .careers .contents_detail_wrap .contents_detail .value_content .value_content_wrap {
    padding-left: 12px;
  }
}
.careers .contents_detail_wrap .contents_detail .value_content .value_content_wrap .value_content_title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .careers .contents_detail_wrap .contents_detail .value_content .value_content_wrap .value_content_title {
    font-size: 21 px;
  }
}
@media screen and (max-width: 550px) {
  .careers .contents_detail_wrap .contents_detail .value_content .value_content_wrap .value_content_title {
    font-size: 12px;
  }
}
.careers .contents_detail_wrap .contents_detail .value_content .value_content_wrap .value_content_detail {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .careers .contents_detail_wrap .contents_detail .value_content .value_content_wrap .value_content_detail {
    text-wrap: wrap;
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .careers .contents_detail_wrap .contents_detail .value_content .value_content_wrap .value_content_detail {
    font-size: 12px;
  }
}
.careers .main_careers {
  max-width: 1040px;
  padding: 50px 20px 100px;
  box-sizing: content-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .careers .main_careers {
    padding: 60px 16px;
  }
}
@media screen and (max-width: 550px) {
  .careers .main_careers {
    padding: 30px 16px;
  }
}
.careers .main_careers .careers_inner .careers_interview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 900px;
  margin: 100px auto 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .careers .main_careers .careers_inner .careers_interview {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_interview {
    flex-direction: column-reverse;
    margin-top: 50px;
  }
}
@media screen and (max-width: 550px) {
  .careers .main_careers .careers_inner .careers_interview {
    margin-top: 30px;
  }
}
.careers .main_careers .careers_inner .careers_interview .careers_interview_left {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_interview .careers_interview_left {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
}
.careers .main_careers .careers_inner .careers_interview .careers_interview_left .title {
  font-size: 64px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.025em;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .careers .main_careers .careers_inner .careers_interview .careers_interview_left .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_interview .careers_interview_left .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 550px) {
  .careers .main_careers .careers_inner .careers_interview .careers_interview_left .title {
    font-size: 40px;
  }
}
.careers .main_careers .careers_inner .careers_interview .careers_interview_left .sub_title {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  color: #4eb7f5;
  margin-top: -10px;
  margin-bottom: 30px;
  transform: rotate(-5deg);
}
@media screen and (max-width: 1000px) {
  .careers .main_careers .careers_inner .careers_interview .careers_interview_left .sub_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_interview .careers_interview_left .sub_title {
    margin-top: -20px;
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  .careers .main_careers .careers_inner .careers_interview .careers_interview_left .sub_title {
    margin-top: -10px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.careers .main_careers .careers_inner .careers_interview .careers_interview_left .sub_title span {
  padding-left: 4em;
}
.careers .main_careers .careers_inner .careers_interview .careers_interview_left .text {
  font-size: 19px;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .careers .main_careers .careers_inner .careers_interview .careers_interview_left .text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_interview .careers_interview_left .text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
  .careers .main_careers .careers_inner .careers_interview .careers_interview_left .text {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.careers .main_careers .careers_inner .careers_interview .careers_interview_left .btn {
  display: block;
  width: 100%;
  max-width: 240px;
  padding: 16px;
  position: relative;
  background-color: #1C589D;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: all 0.4s;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_interview .careers_interview_left .btn {
    font-size: 20px;
    padding: 20px 25px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .careers .main_careers .careers_inner .careers_interview .careers_interview_left .btn {
    padding: 15px;
  }
}
@media screen and (max-width: 414px) {
  .careers .main_careers .careers_inner .careers_interview .careers_interview_left .btn {
    font-size: 18px;
  }
}
.careers .main_careers .careers_inner .careers_interview .careers_interview_left .btn .btn_icon img {
  position: absolute;
  width: 11px;
  height: 11px;
  top: 42%;
  right: 8%;
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_interview .careers_interview_left .btn .btn_icon img {
    width: 20px;
    height: 20px;
    top: 39%;
  }
}
@media screen and (max-width: 550px) {
  .careers .main_careers .careers_inner .careers_interview .careers_interview_left .btn .btn_icon img {
    width: 15px;
    height: 15px;
    top: 38%;
  }
}
.careers .main_careers .careers_inner .careers_interview .careers_interview_left .btn .isNotHover {
  opacity: 0;
}
.careers .main_careers .careers_inner .careers_interview .careers_interview_left .btn .isHover {
  opacity: 1;
}
.careers .main_careers .careers_inner .careers_interview .careers_interview_left .passive {
  background-color: #000;
  border: #000;
  color: #fff;
}
.careers .main_careers .careers_inner .careers_interview .careers_interview_right {
  width: 100%;
  max-width: 366px;
  padding-right: 40px;
  flex: 1;
}
@media screen and (max-width: 1050px) {
  .careers .main_careers .careers_inner .careers_interview .careers_interview_right {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_interview .careers_interview_right {
    width: 80%;
    max-width: 500px;
  }
}
@media screen and (max-width: 550px) {
  .careers .main_careers .careers_inner .careers_interview .careers_interview_right {
    width: 80%;
  }
}
.careers .main_careers .careers_inner .careers_interview .careers_interview_right::after {
  content: "";
  position: absolute;
  width: 70%;
  background-color: #DCE9F7;
  height: 185px;
  right: 0;
  z-index: -1;
  top: 50%;
  background-position: right;
}
@media screen and (max-width: 1050px) {
  .careers .main_careers .careers_inner .careers_interview .careers_interview_right::after {
    width: 100%;
    top: 22%;
  }
}
@media screen and (max-width: 550px) {
  .careers .main_careers .careers_inner .careers_interview .careers_interview_right::after {
    height: 95px;
  }
}
.careers .main_careers .careers_inner .careers_about {
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .careers .main_careers .careers_inner .careers_about {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_about {
    flex-direction: column;
    margin-top: 50px;
  }
}
@media screen and (max-width: 550px) {
  .careers .main_careers .careers_inner .careers_about {
    margin-top: 30px;
  }
}
.careers .main_careers .careers_inner .careers_about .careers_about_right {
  max-width: 600px;
  margin-left: auto;
  margin-top: -30px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_right {
    margin-top: -20px;
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_right {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_right {
    padding-left: 16px;
  }
}
.careers .main_careers .careers_inner .careers_about .careers_about_right .title {
  font-size: 64px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.025em;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_right .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_right .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 550px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_right .title {
    font-size: 40px;
  }
}
.careers .main_careers .careers_inner .careers_about .careers_about_right .sub_title {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  color: #4eb7f5;
  margin-top: -20px;
  margin-bottom: 50px;
  transform: rotate(-5deg);
}
@media screen and (max-width: 1000px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_right .sub_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_right .sub_title {
    margin-top: -20px;
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_right .sub_title {
    margin-top: -10px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.careers .main_careers .careers_inner .careers_about .careers_about_right .text {
  font-size: 19px;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 50px;
  text-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_right .text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_right .text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_right .text {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.careers .main_careers .careers_inner .careers_about .careers_about_right .btn_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1000px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_right .btn_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_right .btn_wrap {
    margin-left: -20px;
  }
}
.careers .main_careers .careers_inner .careers_about .careers_about_right .btn_wrap .btn {
  display: block;
  width: 100%;
  max-width: 190px;
  padding: 13px;
  position: relative;
  background-color: #000;
  border: 1px solid #000;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  transition: all 0.4s;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_right .btn_wrap .btn {
    max-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_right .btn_wrap .btn {
    font-size: 18px;
    padding: 18px 25px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_right .btn_wrap .btn {
    padding: 15px;
  }
}
@media screen and (max-width: 414px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_right .btn_wrap .btn {
    font-size: 16px;
  }
}
.careers .main_careers .careers_inner .careers_about .careers_about_right .btn_wrap .btn:hover {
  background: #ffffff;
  color: #000;
}
.careers .main_careers .careers_inner .careers_about .careers_about_right .btn_wrap .btn:hover .btn_icon .isNotHover {
  opacity: 0;
}
.careers .main_careers .careers_inner .careers_about .careers_about_right .btn_wrap .btn:hover .btn_icon .isHover {
  opacity: 1;
}
.careers .main_careers .careers_inner .careers_about .careers_about_right .btn_wrap .btn .btn_icon img {
  position: absolute;
  width: 11px;
  height: 11px;
  top: 42%;
  right: 8%;
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_right .btn_wrap .btn .btn_icon img {
    width: 20px;
    height: 20px;
    top: 39%;
  }
}
@media screen and (max-width: 550px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_right .btn_wrap .btn .btn_icon img {
    width: 15px;
    height: 15px;
    top: 38%;
  }
}
.careers .main_careers .careers_inner .careers_about .careers_about_right .btn_wrap .btn .isNotHover {
  opacity: 1;
}
.careers .main_careers .careers_inner .careers_about .careers_about_right .btn_wrap .btn .isHover {
  opacity: 0;
}
.careers .main_careers .careers_inner .careers_about .careers_about_left {
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width: 1000px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_left {
    max-width: 70vw;
  }
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_about .careers_about_left {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.careers .main_careers .careers_inner .careers_culture {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  padding-top: 460px;
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_culture {
    padding-top: 63.8020833333vw;
  }
}
@media screen and (max-width: 414px) {
  .careers .main_careers .careers_inner .careers_culture {
    padding-top: 57.9710144928vw;
  }
}
.careers .main_careers .careers_inner .careers_culture .careers_culture_left {
  flex: 1;
}
.careers .main_careers .careers_inner .careers_culture .careers_culture_left .title {
  font-size: 64px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.025em;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .careers .main_careers .careers_inner .careers_culture .careers_culture_left .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_culture .careers_culture_left .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 550px) {
  .careers .main_careers .careers_inner .careers_culture .careers_culture_left .title {
    font-size: 40px;
  }
}
.careers .main_careers .careers_inner .careers_culture .careers_culture_left .sub_title {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  color: #4eb7f5;
  margin-top: -40px;
  margin-bottom: 50px;
  transform: rotate(-5deg);
}
@media screen and (max-width: 1000px) {
  .careers .main_careers .careers_inner .careers_culture .careers_culture_left .sub_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_culture .careers_culture_left .sub_title {
    font-size: 30px;
    margin-top: -20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  .careers .main_careers .careers_inner .careers_culture .careers_culture_left .sub_title {
    margin-top: -10px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.careers .main_careers .careers_inner .careers_culture .careers_culture_left .text {
  font-size: 19px;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .careers .main_careers .careers_inner .careers_culture .careers_culture_left .text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_culture .careers_culture_left .text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
  .careers .main_careers .careers_inner .careers_culture .careers_culture_left .text {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.careers .main_careers .careers_inner .careers_culture .careers_culture_left .btn {
  display: block;
  width: 100%;
  max-width: 240px;
  padding: 16px;
  position: relative;
  background-color: #000;
  border: 1px solid #000;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: all 0.4s;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_culture .careers_culture_left .btn {
    font-size: 20px;
    padding: 20px 25px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .careers .main_careers .careers_inner .careers_culture .careers_culture_left .btn {
    padding: 15px;
  }
}
@media screen and (max-width: 414px) {
  .careers .main_careers .careers_inner .careers_culture .careers_culture_left .btn {
    font-size: 18px;
  }
}
.careers .main_careers .careers_inner .careers_culture .careers_culture_left .btn:hover {
  background: #ffffff;
  color: #000;
}
.careers .main_careers .careers_inner .careers_culture .careers_culture_left .btn:hover .btn_icon .isNotHover {
  opacity: 0;
}
.careers .main_careers .careers_inner .careers_culture .careers_culture_left .btn:hover .btn_icon .isHover {
  opacity: 1;
}
.careers .main_careers .careers_inner .careers_culture .careers_culture_left .btn .btn_icon img {
  position: absolute;
  width: 11px;
  height: 11px;
  top: 42%;
  right: 8%;
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_culture .careers_culture_left .btn .btn_icon img {
    width: 20px;
    height: 20px;
    top: 39%;
  }
}
@media screen and (max-width: 550px) {
  .careers .main_careers .careers_inner .careers_culture .careers_culture_left .btn .btn_icon img {
    width: 15px;
    height: 15px;
    top: 38%;
  }
}
.careers .main_careers .careers_inner .careers_culture .careers_culture_left .btn .isNotHover {
  opacity: 1;
}
.careers .main_careers .careers_inner .careers_culture .careers_culture_left .btn .isHover {
  opacity: 0;
}
.careers .main_careers .careers_inner .careers_culture .careers_culture_right {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  flex: 1;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .careers .main_careers .careers_inner .careers_culture .careers_culture_right {
    width: 100%;
  }
}
.careers .careers_entry {
  width: 100%;
  display: block;
  position: relative;
  background-color: #58A9FF;
  padding: 50px 0;
}
.careers .careers_entry .careers_entry_text {
  width: 100%;
  padding: 0 16px;
}
.careers .careers_entry .careers_entry_text .title {
  font-size: 36px;
  line-height: 1.6;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .careers .careers_entry .careers_entry_text .title {
    font-size: 24px;
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 550px) {
  .careers .careers_entry .careers_entry_text .title {
    font-size: 18px;
  }
}
.careers .careers_entry .careers_entry_text p {
  font-size: 16px;
  line-height: 2;
  color: #ffffff;
  text-align: center;
  margin-bottom: 33px;
}
.careers .careers_entry .careers_entry_text .careers_entry_btn {
  display: block;
  width: 100%;
  max-width: 338px;
  padding: 28px;
  position: relative;
  background-color: #ffffff;
  color: #1C589D;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .careers .careers_entry .careers_entry_text .careers_entry_btn {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .careers .careers_entry .careers_entry_text .careers_entry_btn {
    padding: 15px;
  }
}
@media screen and (max-width: 414px) {
  .careers .careers_entry .careers_entry_text .careers_entry_btn {
    font-size: 18px;
  }
}
.careers .careers_entry .careers_entry_text .careers_entry_btn:hover {
  color: #ffffff;
  background: #1C589D;
  opacity: 1;
}
.careers .careers_entry .careers_entry_text .careers_entry_btn:hover .careers_entry_btn_icon .isNotHover {
  opacity: 0;
}
.careers .careers_entry .careers_entry_text .careers_entry_btn:hover .careers_entry_btn_icon .isHover {
  opacity: 1;
}
.careers .careers_entry .careers_entry_text .careers_entry_btn .careers_entry_btn_icon img {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 43%;
  right: 8%;
}
@media screen and (max-width: 768px) {
  .careers .careers_entry .careers_entry_text .careers_entry_btn .careers_entry_btn_icon img {
    width: 20px;
    height: 20px;
    top: 39%;
  }
}
@media screen and (max-width: 550px) {
  .careers .careers_entry .careers_entry_text .careers_entry_btn .careers_entry_btn_icon img {
    width: 15px;
    height: 15px;
    top: 38%;
  }
}
.careers .careers_entry .careers_entry_text .careers_entry_btn .isNotHover {
  opacity: 1;
}
.careers .careers_entry .careers_entry_text .careers_entry_btn .isHover {
  opacity: 0;
}

.news {
  max-width: 1300px;
  padding: 100px 50px 127px;
  box-sizing: content-box;
  margin: 0 auto;
  display: flex;
  gap: 72px;
}
@media screen and (max-width: 768px) {
  .news {
    gap: 36px;
    padding: 60px 16px;
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .news {
    padding: 30px 16px;
  }
}
.news__list {
  height: fit-content;
  border-top: 1.5px solid #cecece;
  flex: 1;
}
.news__item {
  padding: 20px 0;
  border-bottom: 1.5px solid #cecece;
}
@media screen and (max-width: 768px) {
  .news__item {
    padding: 12px 0;
  }
}
.news .wp-pagenavi {
  margin-top: 30px;
  margin-left: auto;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .news .wp-pagenavi {
    margin: 30px auto 0;
  }
}
.news .wp-pagenavi a, .news .wp-pagenavi span {
  border: none;
  font-size: 20px;
  font-weight: bold;
  color: #CECECE;
  margin: 0;
  transition: all 0.4s;
}
.news .wp-pagenavi a:hover, .news .wp-pagenavi span:hover {
  color: #1c589d;
}
.news .wp-pagenavi .current {
  color: #4eb7f5;
}
.news__link {
  display: flex;
}
@media screen and (max-width: 414px) {
  .news__link {
    align-items: center;
  }
}
.news__link:hover .news__button.isNotHover {
  opacity: 0;
}
.news__link:hover .news__button.isHover {
  opacity: 1;
}
.news__link:hover .news__text {
  text-decoration: underline;
}
.news__thumbnail {
  width: 150px;
  height: 100px;
  margin-right: 10px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .news__thumbnail {
    width: 120px;
    height: 80px;
  }
}
@media screen and (max-width: 414px) {
  .news__thumbnail {
    width: 100px;
    height: 68px;
  }
}
.news__content {
  flex: 1;
}
.news__info {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 10px;
}
@media screen and (max-width: 550px) {
  .news__info {
    margin-top: 10px;
  }
}
@media screen and (max-width: 414px) {
  .news__info {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.news__date {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #cecece;
}
@media screen and (max-width: 768px) {
  .news__date {
    margin-right: 14px;
  }
}
.news__categoryList {
  display: inline-block;
}
.news__categoryItem {
  display: inline-block;
  padding: 5px 10px;
  background-color: #4eb7f5;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
}
.news__text {
  font-size: 16px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .news__text {
    font-size: 14px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 550px) {
  .news__text {
    font-size: 12px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.news__buttonWrap {
  align-self: center;
  position: relative;
  width: 26px;
  height: 26px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .news__buttonWrap {
    display: none;
  }
}
.news__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  transition: opacity 0.3s ease-out;
}
.news__button.isNotHover {
  opacity: 1;
}
.news__button.isHover {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .news__button.isHover, .news__button.isNotHover {
    display: none;
  }
}
.news .news_categories {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .news .news_categories {
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: scroll;
  }
}
.news .news_categories a {
  display: block;
  width: 100%;
  min-width: 100px;
  padding: 7px 10px;
  background-color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news .news_categories a {
    background-color: #CECECE;
  }
}
.news .news_categories .active {
  color: #ffffff;
  background-color: #4eb7f5;
}

.main_news_single {
  max-width: 1100px;
  padding: 100px 25px 127px;
  box-sizing: content-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main_news_single {
    padding: 60px 8px;
  }
}
@media screen and (max-width: 550px) {
  .main_news_single {
    padding: 30px 8px;
  }
}
.main_news_single .news_single_container {
  border-top: solid 1.5px #cecece;
  border-bottom: solid 1.5px #cecece;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main_news_single .news_single_container {
    padding-bottom: 30px;
  }
}
.main_news_single .news_single_container .news_single_container_inner {
  margin: 0 auto;
  max-width: 950px;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .main_news_single .news_single_container .news_single_container_inner {
    padding: 0 8px;
  }
}
.main_news_single .news_single_container .news_single_container_inner .top {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .main_news_single .news_single_container .news_single_container_inner .top {
    margin-top: 30px;
  }
}
.main_news_single .news_single_container .news_single_container_inner .top .date {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.main_news_single .news_single_container .news_single_container_inner .top .categories {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 7px 12px;
  background-color: #4eb7f5;
  color: #ffffff;
}
.main_news_single .news_single_container .news_single_container_inner .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .main_news_single .news_single_container .news_single_container_inner .title {
    font-size: 24px;
    margin-top: 12px;
  }
}
.main_news_single .news_single_container .news_single_container_inner .content {
  margin-top: 50px;
}
.main_news_single .news_single_container .news_single_container_inner .content img {
  width: 100%;
}
.main_news_single .news_single_container .news_single_container_inner .content h1, .main_news_single .news_single_container .news_single_container_inner .content h2, .main_news_single .news_single_container .news_single_container_inner .content h3, .main_news_single .news_single_container .news_single_container_inner .content h4, .main_news_single .news_single_container .news_single_container_inner .content h5, .main_news_single .news_single_container .news_single_container_inner .content p {
  margin-top: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .main_news_single .news_single_container .news_single_container_inner .content h1, .main_news_single .news_single_container .news_single_container_inner .content h2, .main_news_single .news_single_container .news_single_container_inner .content h3, .main_news_single .news_single_container .news_single_container_inner .content h4, .main_news_single .news_single_container .news_single_container_inner .content h5, .main_news_single .news_single_container .news_single_container_inner .content p {
    margin-top: 15px;
  }
}
.main_news_single .news_single_container .news_single_container_inner .content th, .main_news_single .news_single_container .news_single_container_inner .content td, .main_news_single .news_single_container .news_single_container_inner .content tr {
  line-height: 1.5;
}
.main_news_single .news_single_container .news_single_container_inner .content h1 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .main_news_single .news_single_container .news_single_container_inner .content h1 {
    font-size: 30px;
  }
}
.main_news_single .news_single_container .news_single_container_inner .content h2 {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .main_news_single .news_single_container .news_single_container_inner .content h2 {
    font-size: 26px;
  }
}
.main_news_single .news_single_container .news_single_container_inner .content h3 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .main_news_single .news_single_container .news_single_container_inner .content h3 {
    font-size: 22px;
  }
}
.main_news_single .news_single_container .news_single_container_inner .content h4 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .main_news_single .news_single_container .news_single_container_inner .content h4 {
    font-size: 18px;
  }
}
.main_news_single .news_single_container .news_single_container_inner .content h5 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .main_news_single .news_single_container .news_single_container_inner .content h5 {
    font-size: 14px;
  }
}
.main_news_single .news_single_container .news_single_container_inner .content p, .main_news_single .news_single_container .news_single_container_inner .content th, .main_news_single .news_single_container .news_single_container_inner .content td, .main_news_single .news_single_container .news_single_container_inner .content tr {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .main_news_single .news_single_container .news_single_container_inner .content p, .main_news_single .news_single_container .news_single_container_inner .content th, .main_news_single .news_single_container .news_single_container_inner .content td, .main_news_single .news_single_container .news_single_container_inner .content tr {
    font-size: 12px;
  }
}
.main_news_single .news_single_container .news_single_container_inner .content h1.has-background, .main_news_single .news_single_container .news_single_container_inner .content h2.has-background, .main_news_single .news_single_container .news_single_container_inner .content h3.has-background, .main_news_single .news_single_container .news_single_container_inner .content h4.has-background, .main_news_single .news_single_container .news_single_container_inner .content h5.has-background, .main_news_single .news_single_container .news_single_container_inner .content h6.has-background {
  padding: 1.25em 2.375em;
}
@media screen and (max-width: 768px) {
  .main_news_single .news_single_container .news_single_container_inner .content h1.has-background, .main_news_single .news_single_container .news_single_container_inner .content h2.has-background, .main_news_single .news_single_container .news_single_container_inner .content h3.has-background, .main_news_single .news_single_container .news_single_container_inner .content h4.has-background, .main_news_single .news_single_container .news_single_container_inner .content h5.has-background, .main_news_single .news_single_container .news_single_container_inner .content h6.has-background {
    padding: 0.5em 1em;
  }
}
.main_news_single .news_single_btn {
  margin: 50px auto 0;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .main_news_single .news_single_btn {
    margin-top: 30px;
  }
}
.main_news_single .news_single_btn .c-moreButton {
  position: relative;
  padding: 15px 0;
  width: 180px;
  justify-content: center;
}
.main_news_single .news_single_btn .c-moreButton .c-moreButton__arrowWrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 26px;
  height: 26px;
}
.main_news_single .news_single_btn .c-moreButton .c-moreButton__arrowWrap .c-moreButton__icon {
  right: 0;
  width: 26px;
  height: 26px;
}

.main-contact .contact__inner {
  max-width: 984px;
  margin: 80px auto;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .main-contact .contact__inner {
    margin: 30px auto 50px;
    padding: 20px;
  }
}
.main-contact .contact__text {
  margin-bottom: 55px;
  font-size: clamp(12px, 1.1428571429vw, 16px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-contact .contact__text {
    margin-bottom: 30px;
  }
}
.main-contact .contact__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5714285714vw;
}
@media screen and (max-width: 550px) {
  .main-contact .contact__list {
    gap: 20px 0;
  }
}
.main-contact .contact__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 2.1428571429vw;
  width: calc(50% - 1.7857142857vw);
  background: #e8edf5;
}
@media screen and (max-width: 550px) {
  .main-contact .contact__item {
    width: 100%;
    padding: 20px;
  }
}
.main-contact .contact__head {
  margin-bottom: 20px;
  font-size: clamp(16px, 1.7142857143vw, 24px);
  font-weight: bold;
  color: #4eb7f5;
}
.main-contact .contact__innerText {
  margin-bottom: 20px;
  font-size: clamp(12px, 1.1428571429vw, 16px);
}
.main-contact .contact__link {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  padding: 15px 30px;
  border-radius: 32px;
  font-size: clamp(12px, 1.1428571429vw, 16px);
  font-weight: bold;
  background-color: #4eb7f5;
  color: #ffffff;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .main-contact .contact__link {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .main-contact .contact__link {
    width: 220px;
  }
}
.main-contact .contact__link:hover {
  background: #ffffff;
  color: #4eb7f5;
  opacity: 1;
}
.main-contact .contact__link:hover .contact__iconWrap .isNotHover {
  opacity: 0;
}
.main-contact .contact__link:hover .contact__iconWrap .isHover {
  opacity: 1;
}
.main-contact .contact__iconWrap {
  position: relative;
  width: 11px;
  height: 10px;
}
.main-contact .contact__iconWrap .isNotHover {
  opacity: 1;
}
.main-contact .contact__iconWrap .isHover {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .main-contact .contact__iconWrap {
    margin-left: 10px;
  }
}
.main-contact .contact__icon {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-out;
}

.p-career {
  padding: 60px;
  box-sizing: content-box;
  background: 0 0 no-repeat url("./img/pages/top/career_bg_w.png");
  background-size: cover;
}
@media screen and (max-width: 1400px) {
  .p-career {
    background: 0 0 no-repeat url("./img/pages/top/career-bg.png");
    background-size: cover;
  }
}
@media screen and (max-width: 1000px) {
  .p-career {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-career {
    flex-direction: column;
    align-items: end;
    padding: 60px 16px;
  }
}
@media screen and (max-width: 550px) {
  .p-career {
    padding: 30px 16px;
  }
}

.p-career__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 30px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .p-career__inner {
    flex-direction: column;
  }
}

.p-career__content {
  width: 60%;
}
@media screen and (max-width: 550px) {
  .p-career__content {
    width: 100%;
  }
}

.p-career__text {
  color: #ffffff;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-career__text {
    font-size: 12px;
  }
}

.p-career__arrowWrap {
  position: relative;
  width: 23px;
  height: 20px;
  margin-left: clamp(10px, 2.8571428571vw, 40px);
}
.p-career__arrowWrap .isNotHover {
  opacity: 1;
}
.p-career__arrowWrap .isHover {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-career__arrowWrap {
    margin-left: 10px;
  }
}

.p-career__button {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 10px;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-career__button {
    padding: 16px;
    font-size: 15px;
    max-width: 240px;
  }
}
@media screen and (max-width: 550px) {
  .p-career__button {
    width: 100%;
    max-width: 200px;
    margin: 30px auto 0;
    padding: 10px;
  }
}
.p-career__button:hover {
  background: #ffffff;
  color: #000000;
  opacity: 1;
}
.p-career__button:hover .p-career__arrowWrap .isNotHover {
  opacity: 0;
}
.p-career__button:hover .p-career__arrowWrap .isHover {
  opacity: 1;
}

.p-career__buttonIcon {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-out;
  width: 23px;
  height: 20px;
}

.p-contact {
  padding: 90px 60px 100px;
  box-sizing: content-box;
  margin: 0 auto;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 1000px) {
  .p-contact {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 30px 16px;
  }
}
.p-contact .p-contact_text {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Questrial", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact_text {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  .p-contact .p-contact_text {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 414px) {
  .p-contact .p-contact_text {
    font-size: 19px;
  }
}
.p-contact .p-contact__button {
  display: flex;
  margin: 0 auto;
}

.p-contact-top {
  border: none;
}

.company_statement .mvv {
  position: relative;
  z-index: 1;
  width: 100%;
}
.company_statement .mvv .mvv_contents {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .company_statement .mvv .mvv_contents {
    gap: 30px;
  }
}
@media screen and (max-width: 550px) {
  .company_statement .mvv .mvv_contents {
    gap: 16px;
  }
}
.company_statement .mvv .mvv_contents .mvv_content {
  padding: 40px;
  border: 1px solid #cecece;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 25px;
}
@media screen and (max-width: 1000px) {
  .company_statement .mvv .mvv_contents .mvv_content {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .company_statement .mvv .mvv_contents .mvv_content {
    gap: 15px;
  }
}
@media screen and (max-width: 550px) {
  .company_statement .mvv .mvv_contents .mvv_content {
    padding: 16px;
  }
}
.company_statement .mvv .mvv_contents .mvv_content .mvv_contents_title {
  font-family: "Questrial", sans-serif;
  font-size: 30px;
  font-weight: bold;
  padding-left: 24px;
  position: relative;
  max-width: 140px;
  width: 100%;
  height: fit-content;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .company_statement .mvv .mvv_contents .mvv_content .mvv_contents_title {
    font-size: 26px;
    max-width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .company_statement .mvv .mvv_contents .mvv_content .mvv_contents_title {
    font-size: 36px;
    max-width: 180px;
  }
}
@media screen and (max-width: 550px) {
  .company_statement .mvv .mvv_contents .mvv_content .mvv_contents_title {
    font-size: 22px;
    max-width: 110px;
    padding-left: 10px;
  }
}
.company_statement .mvv .mvv_contents .mvv_content .mvv_contents_title::before {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 5px;
  height: 32px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .company_statement .mvv .mvv_contents .mvv_content .mvv_contents_title::before {
    height: 38px;
  }
}
@media screen and (max-width: 550px) {
  .company_statement .mvv .mvv_contents .mvv_content .mvv_contents_title::before {
    height: 24px;
    width: 3px;
  }
}
.company_statement .mvv .mvv_contents .mvv_content .mvv_contents_detail {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .company_statement .mvv .mvv_contents .mvv_content .mvv_contents_detail {
    gap: 15px;
  }
}
.company_statement .mvv .mvv_contents .mvv_content .mvv_contents_detail .title_ja {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .company_statement .mvv .mvv_contents .mvv_content .mvv_contents_detail .title_ja {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .company_statement .mvv .mvv_contents .mvv_content .mvv_contents_detail .title_ja {
    font-size: 15px;
  }
}
.company_statement .mvv .mvv_contents .mvv_content .mvv_contents_detail .title_ja_statement {
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 550px) {
  .company_statement .mvv .mvv_contents .mvv_content .mvv_contents_detail .title_ja_statement {
    font-size: 15px;
  }
}
.company_statement .mvv .mvv_contents .mvv_content .mvv_contents_detail .value_content {
  display: flex;
  gap: 10px;
}
.company_statement .mvv .mvv_contents .mvv_content .mvv_contents_detail .value_content .value_content_title_en {
  font-family: "Questrial", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  max-width: 120px;
}
@media screen and (max-width: 550px) {
  .company_statement .mvv .mvv_contents .mvv_content .mvv_contents_detail .value_content .value_content_title_en {
    font-size: 16px;
    max-width: 75px;
  }
}
.company_statement .mvv .mvv_contents .mvv_content .mvv_contents_detail .value_content .value_content_wrap {
  border-left: 1px solid #000;
  padding-left: 10px;
}
.company_statement .mvv .mvv_contents .mvv_content .mvv_contents_detail .value_content .value_content_wrap .value_content_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 550px) {
  .company_statement .mvv .mvv_contents .mvv_content .mvv_contents_detail .value_content .value_content_wrap .value_content_title {
    font-size: 12px;
  }
}
.company_statement .mvv .mvv_contents .mvv_content .mvv_contents_detail .value_content .value_content_wrap .value_content_detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 550px) {
  .company_statement .mvv .mvv_contents .mvv_content .mvv_contents_detail .value_content .value_content_wrap .value_content_detail {
    font-size: 12px;
  }
}
.company_statement .minipc_only {
  display: none;
}
@media screen and (max-width: 1000px) {
  .company_statement .minipc_only {
    display: block;
  }
}

.company_message .company_message_title {
  font-size: clamp(28px, 2.8571428571vw, 40px);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .company_message .company_message_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 550px) {
  .company_message .company_message_title {
    font-size: 20px;
  }
}
.company_message .company_message_img {
  width: 100%;
}
.company_message .company_message_img .representative_img {
  overflow: hidden;
}
.company_message .message_text {
  margin-top: 30px;
  font-size: 19px;
  line-height: 2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .company_message .message_text {
    font-size: 22px;
  }
}
@media screen and (max-width: 550px) {
  .company_message .message_text {
    margin-top: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  .company_message .message_text {
    font-size: 14px;
  }
}
.company_message .message_text span {
  display: inline-block;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 1300px) {
  .company_message .message_text .br_pc {
    display: none;
  }
}
.company_message .message_wrap {
  margin-top: 50px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .company_message .message_wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .company_message .message_wrap {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 550px) {
  .company_message .message_wrap {
    gap: 30px;
    margin-top: 30px;
  }
}
.company_message .message_wrap .representative_img {
  width: 100%;
  max-width: 330px;
  overflow: hidden;
  flex-shrink: 0;
  margin-left: 20px;
}
@media screen and (max-width: 1200px) {
  .company_message .message_wrap .representative_img {
    max-width: 27.5vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .company_message .message_wrap .representative_img {
    max-width: 31vw;
  }
}
@media screen and (max-width: 768px) {
  .company_message .message_wrap .representative_img {
    max-width: 100%;
  }
}
.company_message .message_wrap .representative_img .pc_only {
  display: block;
}
@media screen and (max-width: 1000px) {
  .company_message .message_wrap .representative_img .pc_only {
    display: none;
  }
}
.company_message .message_wrap .representative_img .minipc_only {
  display: none;
}
@media screen and (max-width: 1000px) {
  .company_message .message_wrap .representative_img .minipc_only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .company_message .message_wrap .representative_img .minipc_only {
    display: none;
  }
}
.company_message .message_wrap .message_text {
  margin-top: 0;
}
.company_message .text_right {
  text-align: right;
}

.company_about .about_lists .about_list {
  font-size: 16px;
  border-bottom: 1px solid #cecece;
  display: flex;
  width: 100%;
  padding: 20px 0;
}
.company_about .about_lists .about_list:first-of-type {
  border-top: 1px solid #cecece;
}
@media screen and (max-width: 768px) {
  .company_about .about_lists .about_list {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .company_about .about_lists .about_list {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 414px) {
  .company_about .about_lists .about_list {
    font-size: 12px;
  }
}
.company_about .about_lists .about_list .about_list_title {
  line-height: 2;
  width: 17%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .company_about .about_lists .about_list .about_list_title {
    width: 25%;
  }
}
.company_about .about_lists .about_list .about_list_content {
  line-height: 2;
  width: 100%;
}
.company_about .about_lists .about_list .about_list_content .map {
  padding: 20px 0;
}
@media screen and (max-width: 550px) {
  .company_about .about_lists .about_list .about_list_content .map {
    padding: 10px 0;
  }
}
.company_about .about_lists .about_list .about_list_content .map iframe {
  overflow: hidden;
  border-radius: 10px;
  width: 500px;
  height: 270px;
}
@media screen and (max-width: 1000px) {
  .company_about .about_lists .about_list .about_list_content .map iframe {
    width: 374px;
    height: 190px;
  }
}
@media screen and (max-width: 768px) {
  .company_about .about_lists .about_list .about_list_content .map iframe {
    width: 68vw;
    height: 45.3333333333vw;
  }
}
@media screen and (max-width: 550px) {
  .company_about .about_lists .about_list .about_list_content .map iframe {
    border-radius: 10px;
  }
}
.company_about .about_lists .about_list .about_list_content .isms_img {
  padding-top: 20px;
  width: 100%;
  max-width: 115px;
}
@media screen and (max-width: 550px) {
  .company_about .about_lists .about_list .about_list_content .isms_img {
    padding-top: 10px;
  }
}
.company_about .about_lists .about_list .about_list_content a {
  color: #4eb7f5;
}
.company_about .about_lists .about_list .list_company {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .company_about .about_lists .about_list .list_company {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .company_about .about_lists .about_list .list_company {
    gap: 10px;
  }
}
.company_about .about_lists .about_list .list_company .company_img {
  max-width: 115px;
}
.company_about .movie {
  margin: 100px auto 0;
  width: fit-content;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .company_about .movie {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 550px) {
  .company_about .movie {
    margin: 30px auto 0;
  }
}
.company_about .movie iframe {
  width: 620px;
  height: 350px;
}
@media screen and (max-width: 1000px) {
  .company_about .movie iframe {
    width: 480px;
    height: 270px;
  }
}
@media screen and (max-width: 768px) {
  .company_about .movie iframe {
    width: 90.6666666667vw;
    height: 50.6666666667vw;
  }
}

.company_board .member_lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  .company_board .member_lists {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .company_board .member_lists {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  .company_board .member_lists {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }
}
.company_board .member_lists .member_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 550px) {
  .company_board .member_lists .member_list {
    flex-direction: column;
  }
}
.company_board .member_lists .member_list .member_list_img {
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .company_board .member_lists .member_list .member_list_img {
    max-width: 100%;
  }
}
.company_board .member_lists .member_list .member_list_content {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 550px) {
  .company_board .member_lists .member_list .member_list_content {
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .company_board .member_lists .member_list .member_list_content {
    font-size: 12px;
  }
}
.company_board .member_lists .member_list .member_list_content .member_post {
  position: relative;
  line-height: 1;
  font-size: 12px;
  line-height: 1.5;
  color: grey;
  min-height: 3em;
}
@media screen and (max-width: 1000px) {
  .company_board .member_lists .member_list .member_list_content .member_post {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .company_board .member_lists .member_list .member_list_content .member_post {
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  .company_board .member_lists .member_list .member_list_content .member_post {
    min-height: auto;
  }
}
.company_board .member_lists .member_list .member_list_content .top::before {
  background-color: #999d1c;
}
.company_board .member_lists .member_list .member_list_content .member_name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .company_board .member_lists .member_list .member_list_content .member_name {
    font-size: 28px;
  }
}
@media screen and (max-width: 550px) {
  .company_board .member_lists .member_list .member_list_content .member_name {
    font-size: 22px;
  }
}
@media screen and (max-width: 414px) {
  .company_board .member_lists .member_list .member_list_content .member_name {
    font-size: 18px;
  }
}
.company_board .member_lists .member_list:nth-child(1) .member_list_content .member_post,
.company_board .member_lists .member_list:nth-child(2) .member_list_content .member_post {
  min-height: 4.5em;
}
@media screen and (max-width: 550px) {
  .company_board .member_lists .member_list:nth-child(1) .member_list_content .member_post,
.company_board .member_lists .member_list:nth-child(2) .member_list_content .member_post {
    min-height: auto;
  }
}
.company_board .member_lists .member_list:nth-child(3) .member_list_content .member_post {
  min-height: 4.5em;
}
@media screen and (max-width: 768px) {
  .company_board .member_lists .member_list:nth-child(3) .member_list_content .member_post {
    min-height: 3em;
  }
}
@media screen and (max-width: 550px) {
  .company_board .member_lists .member_list:nth-child(3) .member_list_content .member_post {
    min-height: auto;
  }
}

.company_history .histories {
  position: relative;
}
.company_history .histories .histories-item {
  display: flex;
  align-items: flex-start;
}
.company_history .histories .histories-item .year {
  max-width: 150px;
  width: 100%;
  color: #005bac;
  font-weight: bold;
  margin-right: 50px;
  text-align: left;
  font-size: 26px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 5px;
}
@media screen and (max-width: 1000px) {
  .company_history .histories .histories-item .year {
    max-width: 130px;
    font-size: 22px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .company_history .histories .histories-item .year {
    max-width: 140px;
    font-size: 24px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 550px) {
  .company_history .histories .histories-item .year {
    max-width: 120px;
    font-size: 20px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 414px) {
  .company_history .histories .histories-item .year {
    max-width: 90px;
    font-size: 16px;
  }
}
.company_history .histories .histories-item .description {
  font-size: 16px;
  line-height: 2;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 550px) {
  .company_history .histories .histories-item .description {
    font-size: 12px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 414px) {
  .company_history .histories .histories-item .description {
    padding-bottom: 30px;
  }
}
.company_history .histories .histories-item .description::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 17px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #4eb7f5;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .company_history .histories .histories-item .description::before {
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .company_history .histories .histories-item .description::before {
    left: -25px;
  }
}
@media screen and (max-width: 550px) {
  .company_history .histories .histories-item .description::before {
    left: -20px;
    top: 13px;
  }
}
.company_history .histories .histories-item .description::after {
  content: "";
  position: absolute;
  left: -25px;
  top: 17px;
  transform: translate(-50%, 0%);
  width: 1px;
  height: 100%;
  background-color: #cecece;
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .company_history .histories .histories-item .description::after {
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .company_history .histories .histories-item .description::after {
    left: -25px;
  }
}
@media screen and (max-width: 550px) {
  .company_history .histories .histories-item .description::after {
    left: -20px;
    top: 13px;
  }
}

.company_strength .strength__header {
  font-size: clamp(28px, 2.2857142857vw, 32px);
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .company_strength .strength__header {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  .company_strength .strength__header {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.company_strength .strength__contents {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .company_strength .strength__contents {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  .company_strength .strength__contents {
    margin-bottom: 30px;
  }
}
.company_strength .strength__contents:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .company_strength .strength__contents:last-of-type {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  .company_strength .strength__contents:last-of-type {
    margin-bottom: 30px;
  }
}
.company_strength .strength__point {
  font-family: "Questrial", sans-serif;
  font-size: clamp(48px, 4vw, 56px);
  color: #1c589d;
}
@media screen and (max-width: 768px) {
  .company_strength .strength__point {
    font-size: 30px;
  }
}
@media screen and (max-width: 550px) {
  .company_strength .strength__point {
    font-size: 20px;
  }
}
.company_strength .strength__imgBlock {
  position: relative;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .company_strength .strength__imgBlock {
    padding-right: 0;
  }
}
.company_strength .strength__img {
  width: 100%;
}
.company_strength .strength__textBox {
  position: absolute;
  bottom: -60px;
  right: 0;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
  width: 80%;
  max-width: 650px;
}
@media screen and (max-width: 1000px) {
  .company_strength .strength__textBox {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .company_strength .strength__textBox {
    position: relative;
    bottom: initial;
    left: initial;
    padding: 16px;
    margin-top: -50px;
    margin-left: auto;
    width: 90%;
  }
}
@media screen and (max-width: 550px) {
  .company_strength .strength__textBox {
    padding: 10px;
    margin-top: -30px;
  }
}
.company_strength .strength__subPoint {
  font-size: clamp(20px, 1.7142857143vw, 24px);
  font-weight: bold;
  color: #1c589d;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .company_strength .strength__subPoint {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .company_strength .strength__subPoint {
    font-size: 16px;
  }
}
.company_strength .strength__subPoint .tab_sp_only {
  display: none;
}
@media screen and (max-width: 550px) {
  .company_strength .strength__subPoint .tab_sp_only {
    display: inline-block;
  }
}
.company_strength .strength__text {
  font-size: clamp(14px, 1.1428571429vw, 16px);
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .company_strength .strength__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .company_strength .strength__text {
    font-size: 12px;
  }
}

.business_lower p {
  font-size: 16px;
  line-height: 1.5;
}
.business_lower .business_heading {
  font-size: clamp(20px, 1.7142857143vw, 24px);
  font-weight: bold;
  text-align: center;
}
.business_lower .business_subHeading {
  font-size: clamp(20px, 1.7142857143vw, 24px);
  font-weight: bold;
  color: #1c589d;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .business_lower .business_subHeading {
    font-size: 18px;
  }
}
.business_lower .business_subHeading .tab_sp {
  display: none;
}
@media screen and (max-width: 550px) {
  .business_lower .business_subHeading .tab_sp {
    display: block;
  }
}
.business_lower .business_box {
  margin: 30px 0 50px;
  padding: 40px 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1000px) {
  .business_lower .business_box {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .business_lower .business_box {
    padding: 20px 16px;
  }
}
.business_lower .business_box .overview_img_wrap {
  margin: 0 30px;
}
@media screen and (max-width: 1000px) {
  .business_lower .business_box .overview_img_wrap {
    margin: 0;
  }
}
.business_lower .non_margin {
  margin: 0;
}
.business_lower .bg_gy {
  background-color: #f2f2f2;
}
.business_lower .bg_bl_wrap {
  background-color: #f0f4f9;
  padding: 20px;
}
@media screen and (max-width: 414px) {
  .business_lower .bg_bl_wrap {
    padding: 10px;
  }
}
.business_lower .business_boxGray {
  padding: 26px 40px 40px;
  background-color: #eff2f6;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .business_lower .business_boxGray {
    padding: 20px 16px;
  }
}
.business_lower .business__contentList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  padding: 20px;
  background-color: #eff2f6;
}
.business_lower .business__contentItem {
  display: flex;
  align-items: center;
  width: calc(50% - 10px);
  padding: 15px;
  background-color: #ffffff;
}
@media screen and (max-width: 550px) {
  .business_lower .business__contentItem {
    width: 100%;
  }
}
.business_lower .business__contentImg {
  width: 70px;
  margin-right: 10px;
}
.business_lower .business__contentSubHeading {
  font-size: 14px;
  font-weight: bold;
  color: #1c589d;
}
.business_lower .business__contentText {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .business_lower .business__contentText .br_1200 {
    display: none;
  }
}
.business_lower .business__contentText--font16 {
  font-size: 16px;
}
@media screen and (max-width: 550px) {
  .business_lower .business__contentText--font16 {
    font-size: 14px;
  }
}
.business_lower .business__contentText--font20 {
  font-size: clamp(16px, 1.4285714286vw, 20px);
}
.business_lower .business__contentText--center {
  text-align: center;
}
.business_lower .business__contentText--fontNormal {
  font-weight: normal;
}
@media screen and (max-width: 1300px) {
  .business_lower .business__contentText .br_fullOuter {
    display: none;
  }
}
.business_lower .business__contentText__20 {
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .business_lower .business__contentText__20 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .business_lower .business__contentText__20 {
    font-size: 16px;
  }
}
.business_lower .business__contentTextBlue {
  color: #1c589d;
}
.business_lower .business__contentSmallText {
  display: block;
  font-size: 12px;
  color: #393939;
}
.business_lower .business__contentSmallText--fontNormal {
  font-weight: normal;
}
.business_lower .business__contentSubList {
  margin-top: 10px;
}
.business_lower .business__contentSubItem {
  font-size: 12px;
}
.business_lower .business__labelHeading {
  font-size: clamp(28px, 2.2857142857vw, 32px);
  font-weight: bold;
  padding-left: 15px;
  border-left: 8px solid #1c589d;
}
@media screen and (max-width: 550px) {
  .business_lower .business__labelHeading {
    font-size: 20px;
  }
}
.business_lower .business__stepList {
  width: 100%;
}
.business_lower .business__stepItem {
  position: relative;
  left: 42px;
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  padding: 20px;
  padding-left: 0;
  margin-bottom: 60px;
  background-color: #f0f4f9;
}
@media screen and (max-width: 550px) {
  .business_lower .business__stepItem {
    padding-left: 0;
    width: calc(100% - 30px);
    left: 20px;
  }
}
.business_lower .business__stepItem:after {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  text-align: center;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #1c589d;
}
.business_lower .business__stepItem:last-child {
  margin-bottom: 0;
}
.business_lower .business__stepItem:last-child:after {
  content: none;
}
.business_lower .business__stepCircle {
  position: relative;
  left: -42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  min-height: 90px;
  border-radius: 50%;
  background-color: #1c589d;
  color: #ffffff;
}
@media screen and (max-width: 550px) {
  .business_lower .business__stepCircle {
    min-width: 70px;
    min-height: 70px;
    left: -30px;
  }
}
.business_lower .business__stepCircleText {
  font-size: 10px;
}
.business_lower .business__stepCircleNumber {
  font-size: clamp(28px, 2.8571428571vw, 40px);
  font-weight: bold;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.business_lower .business__stepTitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1c589d;
}
@media screen and (max-width: 550px) {
  .business_lower .business__stepTitle {
    font-size: 16px;
  }
}
.business_lower .business__stepText {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 550px) {
  .business_lower .business__stepText {
    font-size: 14px;
  }
}
.business_lower .business__stepText a {
  color: #1c589d;
  text-decoration: underline;
}
.business_lower .u-mT100 {
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .business_lower .u-mT100 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 550px) {
  .business_lower .u-mT100 {
    margin-top: 60px;
  }
}
.business_lower .u-mT50 {
  margin-top: 50px;
}
@media screen and (max-width: 550px) {
  .business_lower .u-mT50 {
    margin-top: 30px;
  }
}
.business_lower .u-mB20 {
  margin-bottom: 20px;
}
.business_lower .u-mB30 {
  margin-bottom: 30px;
}
.business_lower .u-mB50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 550px) {
  .business_lower .u-mB50 {
    margin-bottom: 30px;
  }
}
.business_lower .u-mT10 {
  margin-top: 10px;
}
.business_lower .u-mT0 {
  margin-top: 0;
}
.business_lower .reenergy__title {
  font-size: clamp(26px, 2.2857142857vw, 32px);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .business_lower .reenergy__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 414px) {
  .business_lower .reenergy__title {
    font-size: 5.9375vw;
  }
}
.business_lower .reenergy__worries {
  margin-top: 30px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 550px) {
  .business_lower .reenergy__worries {
    gap: 15px;
  }
}
@media screen and (max-width: 550px) {
  .business_lower .reenergy__worries {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.business_lower .reenergy__worriesItem {
  width: 33.3333333333%;
}
@media screen and (max-width: 550px) {
  .business_lower .reenergy__worriesItem {
    width: 70%;
  }
}
.business_lower .reenergy__worriesImg {
  width: 100%;
}
.business_lower .reenergy__triangleWrap {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.business_lower .reenergy__triangle {
  width: 0;
  height: 0;
  text-align: center;
  border-left: 31.5px solid transparent;
  border-right: 31.5px solid transparent;
  border-top: 30px solid #f0f4f9;
}
@media screen and (max-width: 550px) {
  .business_lower .reenergy__triangle {
    border-left: 21.5px solid transparent;
    border-right: 21.5px solid transparent;
    border-top: 20px solid #f0f4f9;
  }
}
.business_lower .reenergy__blueText {
  color: #1c589d;
}
.business_lower .reenergy__textWrap {
  text-align: center;
}
.business_lower .reenergy__text {
  display: inline;
  background: linear-gradient(to bottom, transparent 65%, rgba(173, 210, 255, 0.4) 65%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: clamp(22px, 1.7142857143vw, 24px);
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 550px) {
  .business_lower .reenergy__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  .business_lower .reenergy__text {
    font-size: 14px;
  }
}
.business_lower .reenergy__text .reenergy__text_br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .business_lower .reenergy__text .reenergy__text_br {
    display: block;
  }
}
.business_lower .reenergy__text .reenergy__text_br2 {
  display: none;
}
@media screen and (max-width: 414px) {
  .business_lower .reenergy__text .reenergy__text_br2 {
    display: block;
  }
}
.business_lower .reenergy__main_text {
  background: none;
}
.business_lower .reenergy__pointTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(20px, 1.7142857143vw, 24px);
  font-weight: bold;
}
.business_lower .fitTracking__text {
  line-height: 1.5;
}
@media screen and (max-width: 550px) {
  .business_lower .fitTracking__text {
    font-size: 14px;
  }
}
.business_lower .fitTracking__text span {
  color: #1C589D;
}
.business_lower .ppa__featureHead {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 1000px) {
  .business_lower .ppa__featureHead {
    margin-bottom: 20px;
  }
}
.business_lower .ppa__featureBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #1c589d;
  width: 68px;
  height: 68px;
  color: #ffffff;
  margin-right: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 414px) {
  .business_lower .ppa__featureBox {
    margin-right: 10px;
  }
}
.business_lower .ppa__featureHeadText {
  font-size: 14px;
}
.business_lower .ppa__featureHeadNumber {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.business_lower .ppa__featureTitle {
  font-size: clamp(18px, 1.7142857143vw, 24px);
  font-weight: bold;
  color: #1c589d;
}
.business_lower .ppa__grayBox {
  padding: 20px;
  background-color: #f2f2f2;
}
.business_lower .ppa__grayBoxInner {
  width: 80%;
  margin: 0 auto;
}

.business_reenergy .reenergy__serviceText {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 550px) {
  .business_reenergy .reenergy__serviceText {
    font-size: 14px;
  }
}
.business_reenergy .reenergy__serviceFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 550px) {
  .business_reenergy .reenergy__serviceFlex {
    flex-direction: column-reverse;
  }
}
.business_reenergy .reenergy__serviceItem {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0;
}
@media screen and (max-width: 550px) {
  .business_reenergy .reenergy__serviceItem {
    font-size: 14px;
  }
}
.business_reenergy .reenergy__serviceItem:last-child {
  margin-bottom: 0;
}
.business_reenergy .reenergy__checkbox {
  position: relative;
  display: block;
  min-width: 22px;
  min-height: 22px;
  margin-right: 10px;
  border: 2px solid #1c589d;
  box-sizing: border-box;
}
.business_reenergy .reenergy__checkbox:after {
  content: "";
  position: absolute;
  left: 1px;
  top: -16px;
  width: 10px;
  height: 18px;
  border-right: 4px solid #1c589d;
  border-bottom: 4px solid #1c589d;
  transform: rotate(45deg);
  transform-origin: bottom left;
}
.business_reenergy .reenergy__serviceImg {
  width: 154px;
  object-fit: contain;
}
@media screen and (max-width: 550px) {
  .business_reenergy .reenergy__serviceImg {
    width: 120px;
  }
}
.business_reenergy .reenergy__pointList {
  margin-top: 30px;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 550px) {
  .business_reenergy .reenergy__pointList {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.business_reenergy .reenergy__pointItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.3333333333%;
  padding: 20px;
  background-color: #f2f2f2;
  gap: 10px;
}
@media screen and (max-width: 550px) {
  .business_reenergy .reenergy__pointItem {
    width: 100%;
  }
}
.business_reenergy .reenergy__pointSubTitle {
  font-size: 18px;
  font-weight: bold;
  color: #1c589d;
}
@media screen and (max-width: 1000px) {
  .business_reenergy .reenergy__pointSubTitle {
    font-size: 16px;
  }
}
.business_reenergy .reenergy__pointImg {
  width: 100%;
  margin: 25px 0 20px;
}
@media screen and (max-width: 550px) {
  .business_reenergy .reenergy__pointImg {
    margin: 15px 0;
  }
}
.business_reenergy .reenergy__pointImg--01 {
  width: 108px;
}
@media screen and (max-width: 550px) {
  .business_reenergy .reenergy__pointImg--01 {
    width: 88px;
  }
}
.business_reenergy .reenergy__pointImg--02 {
  width: 121px;
  width: 108px;
}
@media screen and (max-width: 550px) {
  .business_reenergy .reenergy__pointImg--02 {
    width: 101px;
  }
}
.business_reenergy .reenergy__pointImg--03 {
  width: 88px;
}
@media screen and (max-width: 550px) {
  .business_reenergy .reenergy__pointImg--03 {
    width: 82px;
  }
}
.business_reenergy .reenergy__pointText {
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .business_reenergy .reenergy__pointText br {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .business_reenergy .reenergy__pointText br {
    display: block;
  }
}
.business_reenergy .decarbonization_text {
  letter-spacing: 0.02em;
}

.business_fit_tracking .fitTracking__mv {
  display: block;
  max-width: 477px;
  width: 100%;
  margin: 30px auto 0;
}
.business_fit_tracking .fitTracking__text {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 550px) {
  .business_fit_tracking .fitTracking__text {
    font-size: 14px;
  }
}
.business_fit_tracking .fitTracking__overviewImg {
  width: 100%;
  max-width: 747px;
  display: block;
  margin: 30px auto;
}
.business_fit_tracking .table_wrap table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px auto 0;
  font-size: 14px;
}
@media screen and (max-width: 550px) {
  .business_fit_tracking .table_wrap table {
    font-size: 12px;
  }
}
.business_fit_tracking .table_wrap table th, .business_fit_tracking .table_wrap table td {
  border: 1px solid #555;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 550px) {
  .business_fit_tracking .table_wrap table th, .business_fit_tracking .table_wrap table td {
    padding: 5px;
  }
}
.business_fit_tracking .table_wrap table th {
  background-color: #f2f2f2;
  text-align: center;
}
.business_fit_tracking .table_wrap table td:first-child {
  width: 150px;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .business_fit_tracking .table_wrap table td:first-child {
    width: 110px;
  }
}
.business_fit_tracking .table_wrap table td:nth-child(2) {
  width: 100px;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .business_fit_tracking .table_wrap table td:nth-child(2) {
    width: 80px;
  }
}

.business_corporate_ppa .ppa__grayBox {
  padding: 20px;
  background-color: #f2f2f2;
}
.business_corporate_ppa .ppa__grayBoxInner {
  width: 80%;
  margin: 0 auto;
}
.business_corporate_ppa .ppa_img_wrap {
  border: 1px solid #000;
  background-color: #fff;
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  .business_corporate_ppa .ppa_img_wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.business_corporate_ppa .ppa__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.business_corporate_ppa .ppa__contentImg {
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
}
.business_corporate_ppa .ppa__choseList {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .business_corporate_ppa .ppa__choseList {
    flex-wrap: wrap;
  }
}
.business_corporate_ppa .ppa__choseItem {
  padding: 20px;
  width: 100%;
  background-color: #eff2f6;
  text-align: center;
}
.business_corporate_ppa .ppa__choseTitle {
  font-size: 18px;
  font-weight: bold;
  color: #1c589d;
  text-align: center;
}
.business_corporate_ppa .ppa__choseImg {
  width: 112px;
  margin: 20px 0;
}
.business_corporate_ppa .ppa__choseText {
  font-size: 14px;
  text-align: center;
}
.business_corporate_ppa .ppa__smallText {
  display: block;
  font-size: 12px;
}
.business_corporate_ppa .ppa__pointList {
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 550px) {
  .business_corporate_ppa .ppa__pointList {
    flex-wrap: wrap;
  }
}
.business_corporate_ppa .ppa__pointItem {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}
.business_corporate_ppa .ppa__pointTitle {
  padding: 8px;
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  background-color: #1c589d;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.business_corporate_ppa .ppa__pointInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  flex: 1;
}
.business_corporate_ppa .ppa__pointImg {
  margin-bottom: 18px;
}
.business_corporate_ppa .ppa__pointImg--01 {
  width: 54px;
  height: 77px;
  object-fit: contain;
}
.business_corporate_ppa .ppa__pointImg--02 {
  width: 59px;
  height: 82px;
  object-fit: contain;
}
.business_corporate_ppa .ppa__pointImg--03 {
  width: 85px;
  height: 79px;
  object-fit: contain;
}
.business_corporate_ppa .ppa__pointButton {
  position: relative;
  border-radius: 17px;
  border: 0;
  background-color: #1c589d;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 5px;
  margin-top: 20px;
  cursor: pointer;
}
.business_corporate_ppa .ppa__pointButton:after {
  position: absolute;
  right: 20px;
  top: calc(50% - 3px);
  content: "";
  display: inline-block;
  width: 11px;
  height: 6px;
  background: 0 0 no-repeat url("./img/icons/arrow-down-wh.svg");
}
.business_corporate_ppa .ppa__featureList {
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin-bottom: 50px;
  max-width: 670px;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .business_corporate_ppa .ppa__featureList {
    flex-wrap: wrap;
  }
}
.business_corporate_ppa .ppa__featureItem {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.business_corporate_ppa .ppa__featureItem--blue .ppa__featureItemTitle {
  background-color: #1c589d;
}
.business_corporate_ppa .ppa__featureItem--blue .ppa__featureItemInner {
  background-color: #e7eef5;
}
.business_corporate_ppa .ppa__featureItemTitle {
  padding: 8px;
  color: #ffffff;
  background-color: #676767;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.business_corporate_ppa .ppa__featureItemInner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  flex: 1;
  gap: 10px;
  background-color: #efefef;
  position: relative;
}
.business_corporate_ppa .ppa__featureHuman {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
@media screen and (max-width: 1000px) {
  .business_corporate_ppa .ppa__featureHuman {
    width: 80px;
    height: 80px;
  }
}
.business_corporate_ppa .ppa-management_img {
  border: 2px solid #f2f2f2;
  margin: 0 20px 20px;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  .business_corporate_ppa .ppa-management_img {
    margin: 0 0 20px;
  }
}

.business_ppa_management .features {
  margin-top: 30px;
  background-color: #E7EDF5;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
  padding: 20px;
}
@media screen and (max-width: 550px) {
  .business_ppa_management .features {
    padding: 10px;
  }
}
.business_ppa_management .features .features_contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 550px) {
  .business_ppa_management .features .features_contents {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.business_ppa_management .features .features_contents .features_content {
  overflow: hidden;
}
.business_ppa_management .features .features_contents .features_content .features_content_title {
  background-color: #1C589D;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  padding: 10px 5px;
}
@media screen and (max-width: 1000px) {
  .business_ppa_management .features .features_contents .features_content .features_content_title {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .business_ppa_management .features .features_contents .features_content .features_content_title {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .business_ppa_management .features .features_contents .features_content .features_content_title {
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .business_ppa_management .features .features_contents .features_content .features_content_title {
    font-size: 12px;
  }
}
.business_ppa_management .features .features_contents .features_content .features_content_text {
  padding: 15px;
  background-color: #fff;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .business_ppa_management .features .features_contents .features_content .features_content_text {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .business_ppa_management .features .features_contents .features_content .features_content_text {
    padding: 10px;
    font-size: 11px;
  }
}
@media screen and (max-width: 550px) {
  .business_ppa_management .features .features_contents .features_content .features_content_text {
    font-size: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .business_ppa_management .features .features_contents .features_content .features_content_text br {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .business_power_plant_development .reenergy__title {
    font-size: 21px;
  }
}
@media screen and (max-width: 550px) {
  .business_power_plant_development .reenergy__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  .business_power_plant_development .reenergy__title {
    font-size: 3.75vw;
  }
}
.business_power_plant_development .text_contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 34px;
}
@media screen and (max-width: 1000px) {
  .business_power_plant_development .text_contents {
    gap: 20px;
  }
}
@media screen and (max-width: 550px) {
  .business_power_plant_development .text_contents {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.business_power_plant_development .text_contents .text_content_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background-color: #E7EDF5;
  padding: 25px 10px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .business_power_plant_development .text_contents .text_content_wrap {
    padding: 25px 10px;
  }
}
@media screen and (max-width: 550px) {
  .business_power_plant_development .text_contents .text_content_wrap {
    max-width: 260px;
    margin: 0 auto;
  }
}
.business_power_plant_development .text_contents .text_content_wrap .text_content_img {
  height: 124px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .business_power_plant_development .text_contents .text_content_wrap .text_content_img {
    height: 90px;
  }
}
@media screen and (max-width: 550px) {
  .business_power_plant_development .text_contents .text_content_wrap .text_content_img {
    height: 60px;
  }
}
.business_power_plant_development .text_contents .text_content_wrap .text_content_img img {
  width: auto;
}
.business_power_plant_development .text_contents .text_content_wrap .text_content {
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 1000px) {
  .business_power_plant_development .text_contents .text_content_wrap .text_content {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .business_power_plant_development .text_contents .text_content_wrap .text_content {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 414px) {
  .business_power_plant_development .text_contents .text_content_wrap .text_content {
    font-size: 12px;
  }
}
.business_power_plant_development .achievement {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 414px) {
  .business_power_plant_development .achievement {
    flex-direction: column-reverse;
  }
}
.business_power_plant_development .achievement .achievement_text {
  max-width: 50%;
  width: 100%;
  min-width: 370px;
}
@media screen and (max-width: 1000px) {
  .business_power_plant_development .achievement .achievement_text {
    min-width: auto;
  }
}
@media screen and (max-width: 414px) {
  .business_power_plant_development .achievement .achievement_text {
    max-width: 100%;
  }
}
.business_power_plant_development .achievement .achievement_text .achievement_text_inner {
  width: 100%;
  padding: 30px 10px;
  background-color: #F2F2F2;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .business_power_plant_development .achievement .achievement_text .achievement_text_inner {
    padding: 10px 10px;
  }
}
.business_power_plant_development .achievement .achievement_text .achievement_text_inner .achievement_text_top {
  font-size: 18px;
  line-height: 1.75;
  font-weight: bold;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .business_power_plant_development .achievement .achievement_text .achievement_text_inner .achievement_text_top {
    font-size: 12px;
  }
}
.business_power_plant_development .achievement .achievement_text .achievement_text_inner .achievement_text_top span {
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .business_power_plant_development .achievement .achievement_text .achievement_text_inner .achievement_text_top span {
    font-size: 10px;
  }
}
.business_power_plant_development .achievement .achievement_text .achievement_text_inner .achievement_text_top .text_br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .business_power_plant_development .achievement .achievement_text .achievement_text_inner .achievement_text_top .text_br {
    display: inline-block;
  }
}
.business_power_plant_development .achievement .achievement_text .achievement_text_btm {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .business_power_plant_development .achievement .achievement_text .achievement_text_btm {
    margin-top: 20px;
    font-size: 12px;
  }
}
.business_power_plant_development .achievement .achievement_img {
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 414px) {
  .business_power_plant_development .achievement .achievement_img {
    max-width: 100%;
  }
}
.business_power_plant_development .flow_lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 550px) {
  .business_power_plant_development .flow_lists {
    grid-template-columns: 1fr;
  }
}
.business_power_plant_development .flow_lists .flow_list {
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}
.business_power_plant_development .flow_lists .flow_list .flow_list_title {
  background-color: #1C589D;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .business_power_plant_development .flow_lists .flow_list .flow_list_title {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .business_power_plant_development .flow_lists .flow_list .flow_list_title {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .business_power_plant_development .flow_lists .flow_list .flow_list_title {
    font-size: 16px;
  }
}
.business_power_plant_development .flow_lists .flow_list .flow_list_contents {
  padding: 14px 20px;
}
@media screen and (max-width: 1000px) {
  .business_power_plant_development .flow_lists .flow_list .flow_list_contents {
    padding: 10px;
  }
}
.business_power_plant_development .flow_lists .flow_list .flow_list_contents .flow_list_content {
  margin-top: 30px;
}
.business_power_plant_development .flow_lists .flow_list .flow_list_contents .flow_list_content:first-of-type {
  margin-top: 0;
}
.business_power_plant_development .flow_lists .flow_list .flow_list_contents .flow_list_content .flow_list_content_title {
  font-size: 16px;
  color: #1C589D;
  padding-bottom: 15px;
  border-bottom: 1px solid #1C589D;
}
@media screen and (max-width: 1000px) {
  .business_power_plant_development .flow_lists .flow_list .flow_list_contents .flow_list_content .flow_list_content_title {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .business_power_plant_development .flow_lists .flow_list .flow_list_contents .flow_list_content .flow_list_content_title {
    font-size: 14px;
  }
}
.business_power_plant_development .flow_lists .flow_list .flow_list_contents .flow_list_content .flow_list_content_list {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.business_power_plant_development .flow_lists .flow_list .flow_list_contents .flow_list_content .flow_list_content_list p {
  font-size: 14px;
  line-height: 1.25;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1000px) {
  .business_power_plant_development .flow_lists .flow_list .flow_list_contents .flow_list_content .flow_list_content_list p {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .business_power_plant_development .flow_lists .flow_list .flow_list_contents .flow_list_content .flow_list_content_list p {
    font-size: 12px;
  }
}

.main_contact {
  max-width: 1240px;
  padding: 80px 20px 150px;
  box-sizing: content-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main_contact {
    padding: 60px 16px;
  }
}
@media screen and (max-width: 550px) {
  .main_contact {
    padding: 30px 16px;
  }
}

.main_form {
  max-width: 1240px;
  padding: 80px 20px 150px;
  box-sizing: content-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main_form {
    padding: 60px 16px;
  }
}
@media screen and (max-width: 550px) {
  .main_form {
    padding: 30px 16px;
  }
}
.main_form .main_form_text {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 550px) {
  .main_form .main_form_text {
    font-size: 13px;
  }
}
.main_form .main_form_text span {
  color: #EA0707;
}
.main_form .form {
  margin-top: 50px;
  overflow: hidden;
  background-color: #F7F7F7;
}
@media screen and (max-width: 550px) {
  .main_form .form {
    margin-top: 30px;
  }
}
.main_form .form .form_inner {
  padding: 50px 100px;
}
@media screen and (max-width: 1000px) {
  .main_form .form .form_inner {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .main_form .form .form_inner {
    padding: 32px 16px;
  }
}
@media screen and (max-width: 550px) {
  .main_form .form .form_inner {
    padding: 16px;
  }
}
.main_form .form .form_inner .form_table {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 550px) {
  .main_form .form .form_inner .form_table {
    gap: 16px;
  }
}
.main_form .form .form_inner .form_table dl {
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .main_form .form .form_inner .form_table dl {
    gap: 16px;
  }
}
@media screen and (max-width: 550px) {
  .main_form .form .form_inner .form_table dl {
    gap: 8px;
    flex-direction: column;
  }
}
.main_form .form .form_inner .form_table dl dt {
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: 14px;
  width: 120px;
}
@media screen and (max-width: 550px) {
  .main_form .form .form_inner .form_table dl dt {
    margin-top: 0;
  }
}
.main_form .form .form_inner .form_table dl dt span {
  color: #EA0707;
}
.main_form .form .form_inner .form_table dl dd {
  width: 100%;
}
.main_form .form .form_inner .form_table dl dd input,
.main_form .form .form_inner .form_table dl dd select,
.main_form .form .form_inner .form_table dl dd textarea {
  padding: 16px 20px;
  border: 1px solid #CECECE;
}
@media screen and (max-width: 550px) {
  .main_form .form .form_inner .form_table dl dd input,
.main_form .form .form_inner .form_table dl dd select,
.main_form .form .form_inner .form_table dl dd textarea {
    padding: 10px;
  }
}
.main_form .form .form_inner .form_table dl dd input ::placeholder,
.main_form .form .form_inner .form_table dl dd select ::placeholder,
.main_form .form .form_inner .form_table dl dd textarea ::placeholder {
  color: #CECECE;
}
.main_form .form .form_inner .form_table dl dd input,
.main_form .form .form_inner .form_table dl dd textarea {
  width: 100%;
}
.main_form .form .form_inner .form_table dl dd select {
  width: 50%;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("./img/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right 20px center;
}
@media screen and (max-width: 550px) {
  .main_form .form .form_inner .form_table dl dd select {
    width: 100%;
  }
}
.main_form .form .form_inner .form_table dl dd textarea {
  overflow: scroll;
  height: 15em;
}
.main_form .form .form_inner .form_table dl dd .wpcf7-not-valid-tip {
  font-size: 14px;
}
.main_form .form .form_inner .check {
  display: flex;
  justify-content: center;
  font-size: 12px;
  margin-top: 30px;
}
.main_form .form .form_inner .check a {
  text-decoration: underline;
}
.main_form .form .form_inner .send {
  display: flex;
  justify-content: center;
}
.main_form .form .form_inner .send input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 12px 30px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: bold;
  background-color: #1c589d;
  border: 1px solid #1c589d;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
  min-width: 180px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main_form .form .form_inner .send input[type=submit] {
    padding: 8px 30px;
  }
}
.main_form .form .form_inner .send input[type=submit]:hover {
  transition: all 0.4s;
  background-color: #ffffff;
  color: #1c589d;
}
.main_form .form .form_inner .send span.wpcf7-spinner {
  display: none;
}
.main_form .form .form_inner .back .wpcf7-previous {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 12px 30px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: bold;
  background-color: #4eb7f5;
  border: 1px solid #4eb7f5;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
  min-width: 180px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main_form .form .form_inner .back .wpcf7-previous {
    padding: 8px 30px;
  }
}
.main_form .form .form_inner .back .wpcf7-previous:hover {
  transition: all 0.4s;
  background-color: #ffffff;
  color: #4eb7f5;
}
.main_form .form .form_inner .back span.wpcf7-spinner {
  display: none;
}
.main_form .form .form_inner .btn_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .main_form .form .form_inner .btn_wrap {
    flex-direction: column-reverse;
    align-items: center;
    gap: 5px;
  }
}
.main_form .confirm_text {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .main_form .confirm_text {
    font-size: 20px;
  }
}
.main_form .confirm_text .tab_br {
  display: none;
}
@media screen and (max-width: 550px) {
  .main_form .confirm_text .tab_br {
    display: block;
  }
}
.main_form .confirm .form_inner .form_table dl {
  display: flex;
  align-items: flex-start;
}
.main_form .confirm .form_inner .form_table dl dt {
  margin-top: 0;
}
.main_form .confirm .form_inner .form_table dl dd {
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: 14px;
  display: contents;
}
@media screen and (max-width: 550px) {
  .main_form .confirm .form_inner .form_table dl dd {
    margin-top: 0;
  }
}

.main_complete {
  max-width: 1240px;
  padding: 0 20px;
  box-sizing: content-box;
  margin: 262px auto 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .main_complete {
    margin: 200px auto 150px;
  }
}
@media screen and (max-width: 768px) {
  .main_complete {
    margin: 100px auto;
    padding: 0 12px;
  }
}
.main_complete .main_complete_inner h1 {
  text-align: center;
  font-size: 56px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .main_complete .main_complete_inner h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 550px) {
  .main_complete .main_complete_inner h1 {
    font-size: 26px;
  }
}
.main_complete .main_complete_inner p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 550px) {
  .main_complete .main_complete_inner p {
    font-size: 12px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 414px) {
  .main_complete .main_complete_inner p {
    font-size: 10px;
  }
}
.main_complete .main_complete_inner p .tab_sp {
  display: none;
}
@media screen and (max-width: 550px) {
  .main_complete .main_complete_inner p .tab_sp {
    display: block;
  }
}
.main_complete .main_complete_inner .back_top {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 550px) {
  .main_complete .main_complete_inner .back_top {
    margin-top: 30px;
  }
}

.p-land__mvArea {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 529px;
  background: 0 0 no-repeat url("./img/pages/land/mv.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1000px) {
  .p-land__mvArea {
    height: 420px;
  }
}
@media screen and (max-width: 768px) {
  .p-land__mvArea {
    height: 340px;
  }
}
@media screen and (max-width: 550px) {
  .p-land__mvArea {
    height: 270px;
  }
}
@media screen and (max-width: 414px) {
  .p-land__mvArea {
    height: 250px;
  }
}

.p-land__head_wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
  padding: 0 10px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .p-land__head_wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-land__head_wrap {
    gap: 10px;
    align-items: flex-end;
  }
}
.p-land__head_wrap .p-land__landMvImg {
  width: 100%;
  max-width: 362px;
}
@media screen and (max-width: 1000px) {
  .p-land__head_wrap .p-land__landMvImg {
    max-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .p-land__head_wrap .p-land__landMvImg {
    max-width: 220px;
  }
}
@media screen and (max-width: 550px) {
  .p-land__head_wrap .p-land__landMvImg {
    max-width: 150px;
  }
}
@media screen and (max-width: 414px) {
  .p-land__head_wrap .p-land__landMvImg {
    max-width: 130px;
  }
}

@media screen and (max-width: 768px) {
  .p-land__head {
    margin-bottom: 10px;
    flex-shrink: 0;
  }
}
.p-land__head .p-land__subHeading {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  padding: 10px 30px;
  background-color: #1C589D;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-land__head .p-land__subHeading {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-land__head .p-land__subHeading {
    font-size: 18px;
    padding: 10px;
  }
}
@media screen and (max-width: 550px) {
  .p-land__head .p-land__subHeading {
    font-size: 12px;
  }
}
@media screen and (max-width: 414px) {
  .p-land__head .p-land__subHeading {
    font-size: 10px;
    padding: 5px;
  }
}

.p-land__heading {
  margin: 20px 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .p-land__heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-land__heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 550px) {
  .p-land__heading {
    font-size: 18px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 414px) {
  .p-land__heading {
    font-size: 14px;
  }
}

.p-land__button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  max-width: 380px;
  width: 100%;
  padding: 15px 30px;
  border-radius: 32px;
  font-size: clamp(20px, 1.7142857143vw, 24px);
  font-weight: bold;
  background-color: #1c589d;
  color: #ffffff;
  border: 2px solid #1c589d;
  box-sizing: border-box;
}
@media screen and (max-width: 550px) {
  .p-land__button {
    width: fit-content;
    min-width: 220px;
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  .p-land__button {
    font-size: 12px;
  }
}
.p-land__button:hover {
  background-color: #ffffff;
  color: #1c589d;
}
.p-land__button:hover .isNotHover {
  display: none;
}
.p-land__button:hover .isHover {
  display: block;
}

.p-land__button_top {
  justify-content: center;
  color: #fff;
  background-color: #4eb7f5;
  border: 2px solid #4eb7f5;
  width: 100%;
}
.p-land__button_top:hover {
  background-color: #fff;
  color: #4eb7f5;
}
@media screen and (max-width: 768px) {
  .p-land__button_top {
    font-size: 16px;
    max-width: 280px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 550px) {
  .p-land__button_top {
    font-size: 14px;
    max-width: 220px;
    padding: 5px;
  }
}
@media screen and (max-width: 414px) {
  .p-land__button_top {
    font-size: 10px;
    max-width: 160px;
    min-width: auto;
  }
}

.p-land__iconWrap {
  width: 19px;
  height: 14px;
  position: relative;
}

.p-land__buttonIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 14px;
}
.p-land__buttonIcon.isNotHover {
  display: block;
}
.p-land__buttonIcon.isHover {
  display: none;
}

.p-land__worries {
  display: flex;
  justify-content: center;
  background: #f7f7f7;
  padding: 50px 20px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 550px) {
  .p-land__worries {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}

.p-land__worriesImg {
  width: 100%;
  max-width: 683px;
}

.p-land__bubble {
  position: absolute;
  bottom: -25%;
  left: calc(50% - 10px);
  width: 21px;
  height: 94px;
}

.land_wrap {
  border: 1px solid #000000;
  padding: 20px;
}
@media screen and (max-width: 550px) {
  .land_wrap {
    padding: 10px;
  }
}

.p-land__about {
  padding: 0 20px;
  max-width: 1028px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 550px) {
  .p-land__about {
    margin: 0 auto 30px;
  }
}

.p-land__aboutInner {
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
  padding: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.19);
}
@media screen and (max-width: 768px) {
  .p-land__aboutInner {
    padding: 40px 16px;
    max-width: 600px;
  }
}

.p-land__aboutHead {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-land__aboutTitle {
  width: 230px;
}

.p-land__aboutSubTitleWrap {
  margin-bottom: 50px;
  text-align: center;
}

.p-land__aboutSubTitle {
  position: relative;
  padding: 6px 20px;
  font-size: clamp(30px, 2.5714285714vw, 36px);
  font-weight: bold;
  color: #1c589d;
  display: inline;
  background: linear-gradient(transparent 70%, #dcde55 50%);
}
@media screen and (max-width: 768px) {
  .p-land__aboutSubTitle {
    font-size: 24px;
  }
}

.p-land__quote {
  position: absolute;
  top: 0;
  right: 0;
  width: 29px;
  height: 29px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-land__quote {
    bottom: 0;
    top: auto;
    width: 20px;
    height: 20px;
    padding-bottom: 15px;
  }
}

.p-land__aboutText {
  margin: 30px 0 20px;
  font-size: clamp(16px, 1.4285714286vw, 20px);
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-land__aboutText {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-land__aboutText .br_tab {
    display: none;
  }
}

.p-land__landText {
  margin: 30px 0;
  font-size: clamp(20px, 1.7142857143vw, 24px);
  font-weight: bold;
  text-align: center;
}

.p-land__list {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 auto;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-land__list {
    gap: 40px 16px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 550px) {
  .p-land__list {
    gap: 20px 16px;
  }
}

.p-land__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .p-land__item {
    width: 100%;
  }
}

.p-land__landImg {
  width: 150px;
  height: 150px;
}

.p-land__landSmallText {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: clamp(20px, 1.7142857143vw, 24px);
  font-weight: bold;
}

.p-land__checkbox {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border: 2px solid #000000;
  box-sizing: border-box;
}
.p-land__checkbox:after {
  content: "";
  position: absolute;
  left: 1px;
  top: -16px;
  width: 10px;
  height: 18px;
  border-right: 4px solid #ea0707;
  border-bottom: 4px solid #ea0707;
  transform: rotate(45deg);
  transform-origin: bottom left;
}

.p-land__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
}

.p-land__panelTitlewrap {
  margin-bottom: 20px;
  text-align: center;
}

.p-land__panelTitle {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  display: inline;
}
@media screen and (max-width: 768px) {
  .p-land__panelTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 550px) {
  .p-land__panelTitle {
    font-size: 18px;
  }
}
.p-land__panelTitle br {
  display: none;
}
@media screen and (max-width: 550px) {
  .p-land__panelTitle br {
    display: block;
  }
}

.p-land__panelBlock {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-land__panelBlock {
    flex-wrap: wrap;
  }
}

.p-land__panelImg {
  margin-right: 25px;
  width: clamp(350px, 32.8571428571vw, 460px);
}
@media screen and (max-width: 768px) {
  .p-land__panelImg {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.p-land__panelText {
  font-size: clamp(16px, 1.4285714286vw, 20px);
  font-weight: bold;
  line-height: 1.8;
}

.p-land__contact {
  padding: 60px 20px;
  background-color: #1c589d;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .p-land__contact {
    padding: 30px 20px;
  }
}

.p-land__contactInner {
  max-width: 1028px;
  margin: 0 auto;
}

.p-land__contactHeading {
  color: #ffffff;
  font-size: clamp(20px, 1.7142857143vw, 24px);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-land__contactHeading {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .p-land__contactHeading {
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  .p-land__contactHeading {
    font-size: 15px;
  }
}

.p-land__contactList {
  display: flex;
  gap: 0 50px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-land__contactList {
    max-width: 600px;
    margin: 20px auto 0;
    flex-wrap: wrap;
    gap: 50px;
  }
}
@media screen and (max-width: 550px) {
  .p-land__contactList {
    gap: 30px;
  }
}

.p-land__contactItem {
  width: 100%;
  padding: 26px 30px;
  background: #ffffff;
  text-align: center;
}

.p-land__contactSubHeading {
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(16px, 1.2857142857vw, 18px);
  font-weight: bold;
}

.p-land__tel {
  font-size: clamp(30px, 2.5714285714vw, 36px);
  font-weight: bold;
  color: #1c589d;
}

.p-land__telText {
  display: block;
  font-size: 12px;
}

.p-land__safety {
  padding: 0 20px;
  max-width: 1028px;
  margin: 50px auto;
}
@media screen and (max-width: 550px) {
  .p-land__safety {
    margin: 30px auto;
  }
}
.p-land__safety .safety_message {
  width: fit-content;
  margin: 0 auto 50px;
}
@media screen and (max-width: 550px) {
  .p-land__safety .safety_message {
    margin: 0 auto 30px;
  }
}
.p-land__safety .p-land__safetyText {
  margin: 0 0 30px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-land__safety .p-land__safetyText {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .p-land__safety .p-land__safetyText {
    font-size: 18px;
  }
}
.p-land__safety .p-land__safetyText .br_tab {
  display: none;
}
@media screen and (max-width: 550px) {
  .p-land__safety .p-land__safetyText .br_tab {
    display: block;
  }
}

.p-land__safetyInner {
  max-width: 1008px;
  width: 100%;
  margin: 0 auto;
}

.p-land__safetyTitle {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  object-fit: contain;
}

.p-land__safetyTextBlock {
  max-width: 750px;
  margin: 0 auto;
}

.p-land__safetyMessageBlock {
  width: 160px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 550px) {
  .p-land__safetyMessageBlock {
    width: 120px;
  }
}
@media screen and (max-width: 414px) {
  .p-land__safetyMessageBlock {
    width: 100px;
  }
}

.p-land__safetyMessage {
  display: inline;
  background: linear-gradient(transparent 80%, #dcde55 80%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: clamp(26px, 2.2857142857vw, 32px);
  font-weight: bold;
  color: #1c589d;
}
@media screen and (max-width: 768px) {
  .p-land__safetyMessage {
    font-size: 20px;
    text-align: left;
  }
}

.p-land__safetyBubble {
  width: 100%;
  height: 92px;
  margin: 12px auto 40px;
}

.p-land__safetyConcent {
  text-align: center;
}

.p-land__safetyConcentTitle {
  width: 490px;
  margin: 0 auto 30px;
  height: 108px;
}
@media screen and (max-width: 768px) {
  .p-land__safetyConcentTitle {
    width: 80%;
    height: auto;
  }
}

.p-land__safetyContents {
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .p-land__safetyContents {
    padding: 30px 16px;
    max-width: 600px;
  }
}
.p-land__safetyContents.u-mB30 {
  margin-bottom: 30px;
}

.p-land__safetyConcentImg {
  width: 100%;
}

.p-land__safetyList {
  margin-bottom: 20px;
  list-style: none;
}

.p-land__safetyItem {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-land__safetyItem {
    font-size: 14px;
  }
}

.c-button {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 32px;
  background: #4eb7f5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #4eb7f5;
}
.c-button:hover {
  opacity: 1;
  background-color: #fff;
  color: #4eb7f5;
}

.c-band {
  overflow: hidden;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .c-band {
    height: 70px;
  }
}
@media screen and (max-width: 550px) {
  .c-band {
    height: 50px;
  }
}
.c-band__inner {
  display: flex;
  width: fit-content;
  animation: slideBand 40s linear infinite;
}
@media screen and (max-width: 550px) {
  .c-band__inner {
    animation: slideBand 30s linear infinite;
  }
}
.c-band .reverse {
  animation: slideBandReverse 40s linear infinite;
}
@media screen and (max-width: 550px) {
  .c-band .reverse {
    animation: slideBandReverse 30s linear infinite;
  }
}
.c-band img {
  height: 80px;
  width: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-band img {
    height: 70px;
  }
}
@media screen and (max-width: 550px) {
  .c-band img {
    height: 50px;
  }
}

.c-band_bottom {
  margin-bottom: 50px;
}
@media screen and (max-width: 550px) {
  .c-band_bottom {
    margin-bottom: 30px;
  }
}

.c-band_top {
  margin-top: 40px;
}
@media screen and (max-width: 550px) {
  .c-band_top {
    margin-top: 30px;
  }
}

.c-band_end {
  margin-top: 30px;
}

@keyframes slideBand {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes slideBandReverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.c-heading {
  font-family: "Questrial", sans-serif;
  text-align: left;
  margin-bottom: 30px;
  font-size: 52px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-heading {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  .c-heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 414px) {
  .c-heading {
    font-size: 24px;
  }
}
.c-heading--white {
  color: #ffffff;
}

.c-heading__sub {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-heading__sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .c-heading__sub {
    font-size: 12px;
  }
}
.c-heading__sub:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  background: #4eb7f5;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-heading__sub:before {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 550px) {
  .c-heading__sub:before {
    width: 10px;
    height: 10px;
  }
}
.c-heading__sub--yellow01:before {
  background: #dcde55;
}
.c-heading__sub--white:before {
  background: #ffffff;
}

.c-moreButton {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  padding: 15px 20px 15px 30px;
  border-radius: 32px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background: #000000;
  border: 1px solid #000000;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-moreButton {
    width: 240px;
  }
}
@media screen and (max-width: 550px) {
  .c-moreButton {
    width: 200px;
  }
}
.c-moreButton:hover {
  background: #ffffff;
  color: #000000;
  opacity: 1;
}
.c-moreButton:hover .c-moreButton__arrowWrap .isNotHover {
  opacity: 0;
}
.c-moreButton:hover .c-moreButton__arrowWrap .isHover {
  opacity: 1;
}
.c-moreButton.pc-only {
  display: inline-flex;
}
.c-moreButton.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-moreButton {
    padding: 8px 16px;
    font-size: 14px;
  }
  .c-moreButton.pc-only {
    display: none;
  }
  .c-moreButton.sp-only {
    display: inline-flex;
  }
}

.btn_wh {
  background: #ffffff;
  color: #000000;
}
.btn_wh:hover {
  background: #000000;
  color: #ffffff;
  opacity: 1;
}
.btn_wh:hover .c-moreButton__arrowWrap .isNotHover {
  opacity: 1;
}
.btn_wh:hover .c-moreButton__arrowWrap .isHover {
  opacity: 0;
}
.btn_wh .c-moreButton__arrowWrap .isNotHover {
  opacity: 0;
}
.btn_wh .c-moreButton__arrowWrap .isHover {
  opacity: 1;
}

.c-moreButton__arrowWrap {
  position: relative;
  width: 11px;
  height: 10px;
  margin-left: 18px;
}
.c-moreButton__arrowWrap .isNotHover {
  opacity: 1;
}
.c-moreButton__arrowWrap .isHover {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .c-moreButton__arrowWrap {
    margin-left: 10px;
  }
}

.c-moreButton__icon {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-out;
  width: 11px;
  height: 10px;
}

.lower_content {
  max-width: 1240px;
  padding: 0 20px;
  margin: 100px auto 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .lower_content {
    margin: 60px auto;
    padding: 0 16px;
  }
}
@media screen and (max-width: 550px) {
  .lower_content {
    margin: 30px auto;
  }
}
.lower_content .side_content {
  flex-shrink: 0;
  width: 100%;
  max-width: 220px;
  display: flex;
  flex-direction: column;
  height: fit-content;
}
@media screen and (max-width: 1000px) {
  .lower_content .side_content {
    max-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .lower_content .side_content {
    display: none;
  }
}
.lower_content .side_content .side_link_btn {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  position: relative;
  line-height: 1.2;
  padding: 0 0 10px;
  border-bottom: 1px solid #cecece;
  margin-top: 20px;
}
.lower_content .side_content .side_link_btn:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .lower_content .side_content .side_link_btn {
    font-size: 12px;
  }
}
.lower_content .side_content .side_link_btn .side_link_btn_icon_wrap {
  align-self: center;
  position: relative;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1000px) {
  .lower_content .side_content .side_link_btn .side_link_btn_icon_wrap {
    width: 16px;
    height: 16px;
  }
}
.lower_content .side_content .side_link_btn .side_link_btn_icon_wrap .side_link_btn_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 1000px) {
  .lower_content .side_content .side_link_btn .side_link_btn_icon_wrap .side_link_btn_icon {
    width: 16px;
    height: 16px;
  }
}
.lower_content .side_content .side_link_btn .side_link_btn_icon_wrap .side_link_btn_icon.isNotHover {
  opacity: 1;
}
.lower_content .side_content .side_link_btn .side_link_btn_icon_wrap .side_link_btn_icon.isHover {
  opacity: 0;
}
.lower_content .side_content .side_link_btn:hover .side_link_btn_icon_wrap .isNotHover {
  opacity: 0;
}
.lower_content .side_content .side_link_btn:hover .side_link_btn_icon_wrap .isHover {
  opacity: 1;
}
.lower_content .main_content {
  margin-left: 40px;
  border-left: 1px solid #cecece;
  padding-left: 40px;
  height: fit-content;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .lower_content .main_content {
    margin-left: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lower_content .main_content {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    padding-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */