<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,700&amp;family=Noto+Sans+JP:wght@100..900&amp;display=swap");
/**************
Sass Mixin
**************/
/**************
Basic Setting
**************/
html {
  font-size: 62.5%;
}
html * {
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  color: #2A2828;
  font-size: 1.5em;
  font-family: -apple-system-body, BlinkMacSystemFont, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
body.admin-bar {
  position: relative;
}

select,
input,
button,
textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #172C80;
  outline: none;
  font-weight: bold;
}
a:hover {
  color: #00D9FF;
}

/**************
Layout Set
**************/
.wrap {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .wrap {
    max-width: 1200px;
  }
}
@media (max-width: 559.9px) {
  .wrap {
    width: 88%;
  }
}

.middlewrap {
  width: 92%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 559.9px) {
  .middlewrap {
    width: 88%;
  }
}

.shortwrap {
  width: 92%;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 559.9px) {
  .shortwrap {
    width: 88%;
  }
}

.page_section {
  padding: 80px 0;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 820.9px) {
  .page_section {
    padding: 40px 0 40px;
  }
}
.page_section__lightGray {
  background-color: #f5f5f5;
  width: 100%;
  overflow: hidden;
}
.page_section__bgblue {
  background-color: #ECF5F7;
}
.page_section__gray {
  background-color: #dadada;
}
.page_section.pb0 {
  padding-bottom: 0;
}

/**************
Header
**************/
#header {
  z-index: 20;
  width: 100%;
  height: 110px;
  padding: 24px 24px 0;
  transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 0;
}
@media (max-width: 559.9px) {
  #header {
    height: 78px;
    padding: 12px;
  }
}
#header.fixed {
  padding: 0;
  background-color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  height: 84px;
}
@media (max-width: 559.9px) {
  #header.fixed {
    height: 64px;
  }
}

.header_inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 3px;
  padding-left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 559.9px) {
  .header_inner {
    padding-left: 15px;
  }
}

.header_logo {
  text-align: center;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (min-width: 560px) {
  .header_logo {
    width: 156px;
  }
}
@media (max-width: 820.9px) {
  .header_logo {
    position: relative;
    z-index: 4;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .header_logo {
    width: 140px;
  }
}
@media (max-width: 559.9px) {
  .header_logo {
    width: 110px;
  }
}
.header_logo img {
  display: block;
  max-width: 100%;
  transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}

@media (min-width: 1200px) {
  .global_navi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    margin-left: auto;
    position: relative;
    padding-right: 40px;
  }
  .global_navi::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #d9d9d9;
  }
}
@media (max-width: 1199.9px) {
  .global_navi {
    height: 100%;
    position: fixed;
    top: 0;
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    overflow: auto;
    z-index: 11;
    background-color: #ffffff;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .global_navi {
    width: 400px;
    right: -440px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .global_navi {
    width: 400px;
    right: -440px;
  }
}
@media (max-width: 559.9px) {
  .global_navi {
    width: 100vw;
    left: 100%;
    top: 0;
    height: 100vh;
    padding-top: 96px;
  }
}

@media (min-width: 821px) and (max-width: 1199.9px) {
  .opened .global_navi {
    right: 0;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .opened .global_navi {
    right: 0;
  }
}
@media (max-width: 559.9px) {
  .opened .global_navi {
    left: 0;
  }
}

.navi_ul {
  position: relative;
}
@media (min-width: 1200px) {
  .navi_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-right: 10px;
  }
}
@media (max-width: 1199.9px) {
  .navi_ul {
    width: 90%;
    margin: 0 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .navi_ul {
    margin-top: 100px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .navi_ul {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .navi_ul &gt; li {
    position: relative;
    height: 100%;
    margin: 0 6px;
  }
  .navi_ul &gt; li::after {
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 0;
    height: 1px;
    background: #0a3359;
    content: "";
    transition: all 0.3s;
    z-index: 100;
  }
  .navi_ul &gt; li:hover::after, .navi_ul &gt; li.selected::after {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 1199.9px) {
  .navi_ul &gt; li {
    margin-top: 20px;
  }
}
.navi_ul &gt; li.toggle {
  position: relative;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .navi_ul &gt; li.toggle:hover .megamenu {
    max-height: 9999px;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .fixed .navi_ul &gt; li::after {
    background: #0a3359;
  }
}

.header-nav-item {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-feature-settings: "palt";
}
@media (min-width: 1200px) {
  .header-nav-item {
    width: 100%;
    height: 100%;
    font-weight: bold;
    padding: 0 5px;
    cursor: pointer;
    color: #2A2828;
  }
  .header-nav-item:hover {
    color: #0a3359;
  }
  .header-nav-item:hover::after {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 1199.9px) {
  .header-nav-item {
    padding: 10px 0;
    display: block;
    width: 100%;
    line-height: 1.3;
    color: #2A2828;
  }
  .header-nav-item:hover {
    color: #0a3359;
  }
  .header-nav-item:hover::after {
    left: 0;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .megamenu {
    transition: all 0.6s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 160px;
    z-index: 4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 16px 24px;
    background-color: #595757;
    border-radius: 4px;
  }
  .megamenu.w200 {
    width: 200px;
  }
  .megamenu.w240 {
    width: 240px;
  }
}
@media (max-width: 1199.9px) {
  .megamenu {
    display: none;
    background-color: #ffffff;
  }
}
@media (min-width: 1200px) {
  .megamenu .inner_ul {
    padding: 3px 0 0;
  }
}
@media (max-width: 1199.9px) {
  .megamenu .inner_ul {
    padding: 0 24px 12px;
  }
}
.megamenu .inner_ul li {
  padding: 3px 0 0;
}
.megamenu .inner_ul li a {
  letter-spacing: 0.04em;
  padding-bottom: 4px;
}
@media (min-width: 1200px) {
  .megamenu .inner_ul li a {
    position: relative;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
  }
}
@media (max-width: 1199.9px) {
  .megamenu .inner_ul li a {
    display: block;
    position: relative;
    font-size: 1.3rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    padding: 5px 0 5px;
    color: #2A2828;
  }
}
.megamenu .inner_ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  display: block;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: center bottom;
  transition: all 0.3s ease;
}
@media (max-width: 1199.9px) {
  .megamenu .inner_ul li a::after {
    background-color: #2A2828;
  }
}
.megamenu .inner_ul li a:hover::after {
  transform: scale(1, 1);
  transform-origin: center bottom;
}
@media (min-width: 1200px) {
  .megamenu .inner_ul .less-spc {
    display: none;
  }
}
.allMenu {
  height: 100%;
  position: fixed;
  top: 0;
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: auto;
  z-index: 1;
}
@media (min-width: 560px) {
  .allMenu {
    width: 100vw;
    right: -100%;
  }
}
@media (max-width: 559.9px) {
  .allMenu {
    width: 100vw;
    right: -120vw;
    top: 0;
    height: 100vh;
  }
}
.allMenu.opened {
  right: 0;
}
.allMenu.opened .overlay {
  opacity: 1;
}
.allMenu .allMenuArea {
  position: relative;
  padding-top: 64px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 2;
  height: 100vh;
  margin-left: auto;
  border-left: 1px #d9d9d9 solid;
}
@media (min-width: 560px) {
  .admin-bar .allMenu .allMenuArea {
    padding-top: 96px;
  }
}
@media (min-width: 560px) {
  .allMenu .allMenuArea {
    width: 360px;
    margin-left: auto;
    border-left: 1px #d9d9d9 solid;
  }
}
@media (max-width: 559.9px) {
  .allMenu .allMenuArea {
    width: 88vw;
  }
}
.allMenu .overlay {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: all 0.5s ease;
}

.global_navi_all {
  width: 100%;
  height: 100%;
}

.navi_all_ul {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-top: 1px #d9d9d9 solid;
}
.navi_all_ul &gt; li {
  border-bottom: 1px #d9d9d9 solid;
  height: 7.1428571429%;
}
.navi_all_ul &gt; li.p-left a {
  padding: 0 24px 0 60px;
}
.navi_all_ul &gt; li a {
  font-weight: 500;
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 24px;
  position: relative;
  color: #595757;
  transition: all 0.3s ease;
}
.navi_all_ul &gt; li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/icon/arrow-right.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.navi_all_ul &gt; li a:hover {
  color: #595757;
  background: rgba(0, 0, 0, 0.08);
}
.navi_all_ul &gt; li a:hover::after {
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.header_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1199.9px) {
  .header_buttons {
    max-width: 296px;
    margin: 20px auto 0;
    flex-direction: column;
  }
}
.header_buttons a {
  height: 56px;
  padding: 0 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  gap: 8px;
  transition: all 0.3s ease;
}
.header_buttons a:hover {
  opacity: 0.8;
}
.header_buttons a.header_button-contact {
  background-color: #172C80;
  color: white;
}
.header_buttons a img {
  width: 20px;
}

.menuBtn {
  transition: all 0.3s ease-in-out 0.2s;
  width: 86px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.menuBtn .nav-open {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.menuBtn .nav-open span,
.menuBtn .nav-open span:before,
.menuBtn .nav-open span:after {
  position: absolute;
  background-color: #2A2828;
  display: block;
  content: "";
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  height: 1px;
  width: 20px;
}
.menuBtn .nav-open span::before {
  bottom: 8px;
}
.menuBtn .nav-open span::after {
  bottom: -8px;
}
.menuBtn.menu-open {
  -webkit-animation: menuClose 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
          animation: menuClose 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  width: 64px;
  height: 64px;
  top: 0;
  right: 0;
  position: absolute;
}
@media (min-width: 560px) {
  .admin-bar .menuBtn.menu-open {
    top: 32px;
  }
}
.menuBtn.menu-open .nav-open span {
  background-color: transparent;
}
.menuBtn.menu-open .nav-open span::before, .menuBtn.menu-open .nav-open span::after {
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
}
.menuBtn.menu-open .nav-open span::before {
  transform: rotate(45deg);
}
.menuBtn.menu-open .nav-open span::after {
  transform: rotate(-45deg);
}

@-webkit-keyframes menuClose {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0);
  }
  80% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes menuClose {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0);
  }
  80% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
/**************
WordPressログイン時
**************/
@media (min-width: 560px) {
  .admin-bar #header {
    top: 32px;
  }
}

/**************
Footer
**************/
#footer {
  box-sizing: border-box;
  background-color: #2A2828;
}

.footer_body {
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 559.9px) {
  .footer_body {
    padding: 0 0 40px;
    flex-direction: column;
  }
}
.footer_body .footer_body_left {
  width: 28vw;
  background: url(../images/common/footer_img.jpg) no-repeat center right;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4vw;
}
@media (max-width: 820.9px) {
  .footer_body .footer_body_left {
    width: 100%;
    background: url(../images/common/footer_img.jpg) no-repeat center right;
    background-size: cover;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .footer_body .footer_body_left {
    text-align: center;
  }
}
@media (max-width: 559.9px) {
  .footer_body .footer_body_left {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer_body .footer_body_left .footlogo {
  display: block;
  width: 12vw;
  max-width: 160px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .footer_body .footer_body_left .footlogo {
    width: 200px;
  }
}
@media (max-width: 559.9px) {
  .footer_body .footer_body_left .footlogo {
    width: 150px;
  }
}
.footer_body .footer_body_right {
  width: 44vw;
  padding: 48px 3vw;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .footer_body .footer_body_right {
    width: 50vw;
    padding: 48px 2vw;
  }
}
@media (max-width: 820.9px) {
  .footer_body .footer_body_right {
    width: 100%;
  }
}
.footer_body .footer_paint {
  display: block;
  width: 48vw;
  position: absolute;
  right: -19vw;
  top: 0;
}
@media (max-width: 559.9px) {
  .footer_body .footer_paint {
    width: 80vw;
    top: 180px;
  }
}

.pagetop {
  display: block;
  width: 104px;
  margin: 0 auto;
  transition: all 0.3s ease;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .pagetop {
    margin: 0 auto 0 0;
  }
}
@media (max-width: 559.9px) {
  .pagetop {
    margin: 0 auto 0 20px;
    width: 80px;
  }
}
.pagetop:hover {
  transform: translateY(-8px);
}

.footer_navi {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2vw;
  margin-top: 40px;
}
@media (max-width: 820.9px) {
  .footer_navi {
    display: none;
  }
}
.footer_navi .foot_navi_column ul {
  margin-left: 10px;
}
.footer_navi .foot_navi_column ul &gt; li {
  margin-bottom: 3px;
}
.footer_navi .foot_navi_column ul &gt; li &gt; a {
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 400;
  transition: all 0.3s ease;
}
.footer_navi .foot_navi_column ul &gt; li &gt; a:hover,
.footer_navi .foot_navi_column ul &gt; li &gt; a :active {
  color: #00D9FF;
}

.foot_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .foot_sns {
    width: 164px;
    margin-top: 40px;
    justify-content: space-between;
    gap: 0;
  }
}
@media (max-width: 559.9px) {
  .foot_sns {
    margin-left: 20px;
    width: 160px;
    justify-content: space-between;
    gap: 0;
  }
}
.foot_sns .sns-img {
  width: 40px;
}

.copyright {
  text-align: center;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  color: #ffffff;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 820.9px) {
  .copyright {
    font-size: 1.2rem;
    padding-top: 30px;
  }
}

/**************
Common Parts
**************/
/* Titles */
.title1 {
  font-size: 3.2rem;
  position: relative;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media (max-width: 820.9px) {
  .title1 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}

.title2 {
  font-size: 3.2rem;
  position: relative;
  margin-bottom: 32px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  padding-bottom: 16px;
}
.title2::before, .title2::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.title2::before {
  width: 100%;
  background-color: #e5e5e5;
}
.title2::after {
  width: 160px;
  background-color: #0a3359;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .title2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 820.9px) {
  .title2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.title3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 6px 0 6px 20px;
  border-bottom: 1px #ccc solid;
  line-height: 1.5;
}
@media (max-width: 820.9px) {
  .title3 {
    font-size: 1.7rem;
  }
}
.title3::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 90%;
  background-color: #0a3359;
  margin-right: 13px;
  position: absolute;
  left: 0;
  top: 5%;
}

.title4 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #666;
  position: relative;
  padding: 4px 0 4px 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.title4::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 80%;
  background-color: #0a3359;
  position: absolute;
  left: 0;
  top: 10%;
}

.title5 {
  font-size: 1.8rem;
  font-weight: bold;
}

.big-title {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 559.9px) {
  .big-title {
    margin-bottom: 20px;
  }
}
.big-title .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  text-transform: capitalize;
  line-height: 1.2;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .big-title .eng {
    font-size: 6rem;
  }
}
@media (max-width: 559.9px) {
  .big-title .eng {
    font-size: 3.2rem;
  }
}
.big-title .jp {
  font-weight: bold;
  font-size: 3.2rem;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .big-title .jp {
    font-size: 2.2rem;
  }
}
@media (max-width: 559.9px) {
  .big-title .jp {
    font-size: 1.8rem;
  }
}

.center-title {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 820.9px) {
  .center-title {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}
.center-title .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  letter-spacing: 0.08em;
}

.center-title2 {
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
}
@media (max-width: 559.9px) {
  .center-title2 {
    font-size: 2.3rem;
  }
}
.center-title2.red {
  color: #ba1618;
}
.center-title2.text30 {
  font-size: 3rem;
}
@media (max-width: 820.9px) {
  .center-title2.text30 {
    font-size: 2.8rem;
  }
}
@media (max-width: 559.9px) {
  .center-title2.text30 {
    font-size: 2.4rem;
  }
}

.tit_404 {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  text-align: center;
  color: #0a3359;
}

.green-title {
  text-align: center;
}
.green-title .txt {
  display: inline-block;
  background-color: #014A57;
  color: white;
  font-weight: bold;
  font-size: 3.2rem;
  padding: 2px 16px;
  line-height: 1.5;
  position: relative;
  background-image: linear-gradient(90deg, #014A57, #014A57 50%, white 50%, white);
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: background-position 1s ease-in-out;
}
@media (max-width: 559.9px) {
  .green-title .txt {
    font-size: 1.7rem;
    padding: 2px 8px;
  }
}
.green-title .innerTxt {
  opacity: 0;
}
.green-title.moved .txt {
  background-position: 0 0;
}
.green-title.moved .innerTxt {
  -webkit-animation: slideIn 0.4s ease 1s forwards;
          animation: slideIn 0.4s ease 1s forwards;
}

.title-sideline {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  text-align: center;
  color: #206F7D;
  font-weight: bold;
}
.title-sideline::before, .title-sideline::after {
  content: "";
  width: 3px;
  height: 24px;
  background-color: #206F7D;
}
.title-sideline::before {
  margin-right: 24px;
  transform: rotate(-35deg);
}
.title-sideline::after {
  margin-left: 24px;
  transform: rotate(35deg);
}
@media (max-width: 559.9px) {
  .title-sideline.high {
    font-size: 1.6rem;
  }
}
.title-sideline.high::before, .title-sideline.high::after {
  height: 64px;
}
@media (max-width: 559.9px) {
  .title-sideline.high::before, .title-sideline.high::after {
    height: 40px;
  }
}
.title-sideline.high::before {
  margin-right: 30px;
}
@media (max-width: 559.9px) {
  .title-sideline.high::before {
    margin-right: 22px;
  }
}
.title-sideline.high::after {
  margin-left: 30px;
}
@media (max-width: 559.9px) {
  .title-sideline.high::after {
    margin-left: 22px;
  }
}

/* Buttons */
.btn-blue {
  background: linear-gradient(-30deg, #2A2828 0 11%, #39cfd9 11% 100%);
  height: 64px;
  width: 240px;
  padding: 0 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.4s ease;
}
.btn-blue .txt {
  color: white;
  font-weight: bold;
}
.btn-blue .txt.eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
}
.btn-blue i {
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}
.btn-blue:hover {
  opacity: 0.7;
}

.btn-white-arrow {
  background-color: white;
  border: 1px #dadada solid;
  height: 56px;
  width: 220px;
  padding: 0 32px;
  position: relative;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease;
}
.btn-white-arrow .txt {
  color: #2A2828;
  font-weight: bold;
}
.btn-white-arrow .txt.eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
}
.btn-white-arrow .arrow {
  display: block;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-white-arrow:hover {
  background-color: #f5f5f5;
}

.btn_box-mt30 {
  margin-top: 30px;
}

.btn_box-mt50 {
  margin-top: 50px;
}

.btn-black {
  width: 280px;
  height: 60px;
  border: 2px #2A2828 solid;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #2A2828;
  transition: all 0.4s ease;
}
.btn-black.w300 {
  width: 300px;
}
.btn-black.w350 {
  width: 350px;
}
@media (max-width: 559.9px) {
  .btn-black.w350 {
    width: 320px;
  }
}
.btn-black.bg_white {
  background-color: #fff;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .btn-black.bg_white {
    width: 200px;
    line-height: 1.2;
  }
}
@media (max-width: 559.9px) {
  .btn-black {
    height: 50px;
  }
}
.btn-black .txt {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 64px 0 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 559.9px) {
  .btn-black .txt {
    font-size: 1.4rem;
    padding: 0 30px 0 15px;
  }
}
.btn-black i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 559.9px) {
  .btn-black i {
    right: 12px;
  }
}
.btn-black:hover {
  background-color: #2A2828;
  color: white;
}

.lined_link {
  width: 280px;
  color: #0a3359;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px #0a3359 solid;
  height: 60px;
  padding: 0 32px 0 8px;
  position: relative;
}
.lined_link::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #39cfd9;
  transition: all 0.4s ease-in-out;
}
.lined_link i {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -8px;
}
.lined_link:hover::after {
  max-width: 100%;
}

/* Tables */
.table-s1 {
  width: 100%;
}
.table-s1 th {
  padding: 12px 24px;
  text-align: left;
}
@media (min-width: 560px) {
  .table-s1 th {
    border-bottom: 1px #F83985 solid;
    width: 200px;
  }
}
@media (max-width: 559.9px) {
  .table-s1 th {
    width: 100%;
    display: block;
    background-color: #f3f3f3;
    padding: 8px;
  }
}
.table-s1 td {
  padding: 12px 24px;
}
@media (min-width: 560px) {
  .table-s1 td {
    border-bottom: 1px #ddd solid;
  }
}
@media (max-width: 559.9px) {
  .table-s1 td {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
}

.table-s2 {
  width: 100%;
}
@media (max-width: 559.9px) {
  .table-s2 {
    font-size: 1.3rem;
  }
}
.table-s2 th {
  width: 180px;
  padding: 5px 0;
  border: 1px #ddd solid;
  text-align: center;
  background-color: #f3f3f3;
}
@media (min-width: 560px) {
  .table-s2 th {
    text-align: left;
    padding: 8px 32px;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .table-s2 th {
    padding: 8px 20px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .table-s2 th {
    padding: 8px 15px;
  }
}
@media (max-width: 559.9px) {
  .table-s2 th {
    padding: 5px;
    width: 80px;
  }
}
.table-s2 td {
  border: 1px #ddd solid;
  background-color: white;
}
@media (min-width: 821px) {
  .table-s2 td {
    text-align: left;
    padding: 8px 32px;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .table-s2 td {
    padding: 8px 20px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .table-s2 td {
    padding: 8px 15px;
  }
}
@media (max-width: 559.9px) {
  .table-s2 td {
    padding: 5px;
  }
}

.table-s3 {
  width: 100%;
}
@media (max-width: 820.9px) {
  .table-s3 {
    font-size: 1.3rem;
  }
}
.table-s3 th {
  width: 180px;
  padding: 8px 0;
  border-bottom: 1px #172C80 solid;
  text-align: left;
}
@media (min-width: 1200px) {
  .table-s3 th {
    text-align: left;
    padding: 24px 32px;
    width: 240px;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .table-s3 th {
    padding: 12px 0;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .table-s3 th {
    padding: 12px 0;
  }
}
@media (max-width: 559.9px) {
  .table-s3 th {
    padding: 3px;
    width: 80px;
  }
}
.table-s3 td {
  border-bottom: 1px #ddd solid;
}
@media (min-width: 1200px) {
  .table-s3 td {
    text-align: left;
    padding: 24px 32px;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .table-s3 td {
    padding: 12px 0;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .table-s3 td {
    padding: 12px 0;
  }
}
@media (max-width: 559.9px) {
  .table-s3 td {
    padding: 3px 5px;
  }
}

.table-c1 {
  width: 92%;
  margin: 0 auto;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .table-c1 {
    width: 96%;
  }
}
@media (max-width: 559.9px) {
  .table-c1 {
    width: 100%;
  }
}
.table-c1 th {
  width: 25%;
  font-weight: 700;
  border-bottom: #ffd700 1px solid;
  padding: 20px 5px;
}
@media (max-width: 820.9px) {
  .table-c1 th {
    padding: 20px 5px;
    width: 25%;
  }
}
@media (max-width: 559.9px) {
  .table-c1 th {
    display: block;
    width: 100%;
    border-bottom: 0;
    padding: 10px 0 2px;
    font-size: 1.4rem;
  }
}
.table-c1 td {
  padding: 20px 24px;
  border-bottom: #dadada 1px solid;
  gap: 0 60px;
}
.table-c1 td.flex {
  display: flex;
  align-items: center;
}
@media (max-width: 559.9px) {
  .table-c1 td.flex {
    display: block;
  }
}
.table-c1 td.flex .table-img {
  width: 200px;
}
@media (max-width: 559.9px) {
  .table-c1 td.flex .table-img {
    margin-top: 10px;
  }
}
@media (max-width: 820.9px) {
  .table-c1 td {
    padding: 20px 24px;
  }
}
@media (max-width: 559.9px) {
  .table-c1 td {
    display: block;
    width: 100%;
    padding: 0 0 10px;
    font-size: 1.4rem;
  }
}
.table-c1 td dl {
  margin-bottom: 20px;
}
.table-c1 td dl:last-child {
  margin-bottom: 0;
}
.table-c1 td dl dt {
  align-items: center;
}
@media (max-width: 820.9px) {
  .table-c1 td dl dt {
    display: block;
  }
}
.table-c1 td dl dt::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-flex;
  background-color: #ffd700;
  margin-right: 8px;
}
@media (max-width: 820.9px) {
  .table-c1 td dl dt::before {
    width: 10px;
    height: 10px;
  }
}
.table-c1 td dl dd {
  margin-left: calc(1rem + 15px);
}
.table-c1 td dl .link_btn {
  margin-top: 10px;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  font-weight: 700;
  background-color: #0a3359;
  color: #ffffff;
  padding: 6px 15px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.table-c1 td dl .link_btn i {
  margin-left: 20px;
}
.table-c1 td dl .link_btn:hover,
.table-c1 td dl .link_btn :active {
  background-color: #97aaab;
}

/* Parts */
.sq1, .sq_black {
  padding-left: 15px;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
}
.sq1::before, .sq_black::before {
  width: 10px;
  height: 10px;
  background-color: #ffd700;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

.sq_white {
  padding-left: 15px;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  color: white;
}
.sq_white::before {
  width: 10px;
  height: 10px;
  background-color: white;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

/* Lists */
.list-disc li, .health_single_content ul li {
  position: relative;
  padding: 0 0 0 10px;
}
.list-disc li::before, .health_single_content ul li::before {
  content: "";
  display: block;
  background-color: #2A2828;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}

.list-decimal {
  margin-left: 20px;
}
.list-decimal li {
  list-style: decimal;
}
.list-decimal li b {
  display: inline-block;
  margin-right: 10px;
}

.list-decimal2 {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
}
.list-decimal2 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.list-decimal2 li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5c9ee7;
  color: white;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.list-check li {
  position: relative;
  padding: 2px 0 2px 28px;
}
.list-check li::before {
  content: "";
  display: block;
  background: url(../images/common/icon_check_black.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 6px;
}
.list-check li span {
  font-weight: bold;
  color: #0a3359;
}

.list-sq li {
  position: relative;
  padding: 0 0 0 14px;
}
.list-sq li::before {
  content: "";
  display: block;
  background-color: #dadada;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 9px;
}
.list-sq li span {
  font-weight: bold;
  color: #0a3359;
}
.list-sq.yellow li::before {
  background-color: #ffd700;
}

.list-kome li {
  position: relative;
  padding: 0 0 0 18px;
}
.list-kome li::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/* Boxes */
.borderBox {
  background-color: #fff6f9;
  border: #ccc solid 1px;
  padding: 24px 40px;
}
@media (max-width: 820.9px) {
  .borderBox {
    padding: 16px;
  }
}

.blueBox {
  background-color: #ECF5F7;
  padding: 40px;
  border-radius: 16px;
}
@media (max-width: 820.9px) {
  .blueBox {
    padding: 16px;
  }
}

/* Texts */
.head_44 {
  font-size: 4.4rem;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .head_44 {
    font-size: 3rem;
  }
}
@media (max-width: 559.9px) {
  .head_44 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}

.head_underText {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 559.9px) {
  .head_underText {
    font-size: 1.6rem;
  }
}

.page_top_text {
  text-align: center;
  font-size: 1.7rem;
}
.page_top_text.lot {
  margin-top: 30px;
}
@media (max-width: 820.9px) {
  .page_top_text {
    text-align: left;
    font-size: 1.7rem;
  }
}
@media (max-width: 559.9px) {
  .page_top_text br {
    display: none;
  }
}

.text-white {
  color: white;
}

.text-blue {
  color: #172C80;
  font-weight: bold;
}

.text18 {
  font-size: 1.8rem;
}

.text16 {
  font-size: 1.6rem;
}

.text32 {
  font-size: 3.2rem;
}
@media (max-width: 820.9px) {
  .text32 {
    font-size: 2.4rem;
  }
}

.text20 {
  font-size: 2rem;
}
@media (max-width: 1199.9px) {
  .text20 {
    font-size: 1.7rem;
  }
}

.text24 {
  font-size: 2.4rem;
}
@media (max-width: 820.9px) {
  .text24 {
    font-size: 1.8rem;
  }
}

.text-bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.mb80 {
  margin-bottom: 80px;
}

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

.lh20 {
  line-height: 2;
}

/* Others */
.anchor {
  padding-top: 100px;
  margin-top: -100px;
}
@media (max-width: 820.9px) {
  .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.sp-scroll {
  width: 100%;
  overflow-x: auto;
}

.underconst {
  background-color: #fff;
  text-align: center;
  margin: 50px auto;
  padding: 80px 0;
  border: 1px #ddd solid;
  border-radius: 5px;
}

@media (max-width: 559.9px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 560px) and (max-width: 820.9px) {
  .pc_only {
    display: none;
  }
}
@media (max-width: 820.9px) {
  .pc_only {
    display: none;
  }
}

@media (min-width: 560px) {
  .sp_only {
    display: none;
  }
}

.float_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.br4 {
  border-radius: 4px;
  overflow: hidden;
}

.br8 {
  border-radius: 8px;
  overflow: hidden;
}

.mb3 {
  margin-bottom: 3vw;
}

.mb4 {
  margin-bottom: 4vw;
}

/* Animations */
@-webkit-keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(1.5rem);
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(1.5rem);
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
@-webkit-keyframes slideIn {
  0% {
    transform: translateX(40px);
    filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(40px);
    filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInR {
  0% {
    transform: translateX(-40px);
    filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInR {
  0% {
    transform: translateX(-40px);
    filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes cubeIn {
  0% {
    opacity: 0;
    transform: rotate(-145deg);
  }
  10% {
    opacity: 1;
    transform: rotate(-145deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes cubeIn {
  0% {
    opacity: 0;
    transform: rotate(-145deg);
  }
  10% {
    opacity: 1;
    transform: rotate(-145deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@-webkit-keyframes zoom-in {
  0% {
    transform: translate(20px);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: translate(20px);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
.loading {
  position: fixed;
  inset: 0;
  z-index: 99;
  height: 100svh;
  background-color: #2A2828;
}

.loading__inner {
  width: 100%;
  height: inherit;
  display: grid;
  place-content: center;
  row-gap: 10px;
}

.loading__text {
  font-size: max(1.8rem, 1vw);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
  color: #fff;
  opacity: 0;
}

.loading__logo {
  margin: 0 auto;
  width: min(200px, 100%);
  opacity: 0;
}

/**************
HOME
**************/
#main_wrap {
  width: 100%;
  position: relative;
}

#mainVisual {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #2A2828;
}
@media (min-width: 1200px) {
  #mainVisual {
    height: 100vh;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  #mainVisual {
    height: 90vh;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  #mainVisual {
    height: 680px;
  }
}
@media (max-width: 559.9px) {
  #mainVisual {
    height: 90vh;
    max-height: 560px;
    margin: 0 auto;
  }
}

.main_slide {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  margin-left: auto;
}
@media (max-width: 820.9px) {
  .main_slide {
    width: 100vw;
  }
}
.main_slide .swiper-container {
  height: 100%;
}
.main_slide .swiper-container .swiper-wrapper {
  height: 100%;
}
.main_slide .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.main_slide .swiper-container .swiper-wrapper .swiper-slide .main_img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main_slide .swiper-container .swiper-wrapper .swiper-slide .main_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.main_slide .swiper-container .swiper-wrapper .swiper-slide .main_img .bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.main_slide .swiper-container .swiper-wrapper .swiper-slide .main_img .left {
  -o-object-position: left;
     object-position: left;
}

.main_catch_box01 {
  position: absolute;
  left: 5vw;
  top: 45%;
  width: 54vw;
  z-index: 1;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .main_catch_box01 {
    left: 4vw;
  }
}
@media (max-width: 559.9px) {
  .main_catch_box01 {
    width: 90%;
    left: 0;
    padding-left: 24px;
    top: 53%;
  }
}
.main_catch_box01 .main_title_eng {
  display: block;
  width: 40%;
  margin-bottom: 15px;
}
.main_catch_box01 .main_title_eng .main_title_eng-img {
  position: inherit;
}
@media (max-width: 559.9px) {
  .main_catch_box01 .main_title_eng {
    width: 160px;
  }
}
.main_catch_box01 .main_title_jp_sub {
  font-size: 2.4rem;
  font-weight: bold;
  color: white;
  letter-spacing: 0.3em;
  margin-bottom: 8px;
  font-size: max(2.4rem, 1.8vw);
}
@media (max-width: 559.9px) {
  .main_catch_box01 .main_title_jp_sub {
    font-size: 1.6rem;
  }
}
.main_catch_box01 .main_title_jp {
  display: block;
}
.main_catch_box01 .main_title_eng_sub {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  color: white;
  letter-spacing: 0.2em;
  margin-top: 30px;
  font-size: 1.4vw;
}
@media (max-width: 559.9px) {
  .main_catch_box01 .main_title_eng_sub {
    margin-top: 20px;
    font-size: 0.9rem;
  }
}

.main_catch_box02 {
  position: absolute;
  left: 8%;
  top: 40%;
}
@media (max-width: 559.9px) {
  .main_catch_box02 {
    width: 90%;
    top: 24%;
  }
}
.main_catch_box02 .main_catch02_01 {
  font-weight: 900;
  color: white;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-size: max(3.4rem, 4.8vw);
  opacity: 0;
}
@media (max-width: 559.9px) {
  .main_catch_box02 .main_catch02_01 {
    font-size: 3rem;
    margin-top: 0;
  }
}
.main_catch_box02 .main_catch02_02 {
  font-size: 3rem;
  font-weight: bold;
  color: white;
  letter-spacing: 0.2em;
  font-size: max(3rem, 2vw);
  opacity: 0;
}
@media (max-width: 559.9px) {
  .main_catch_box02 .main_catch02_02 {
    font-size: 1.7rem;
    letter-spacing: 0.1em;
  }
}

.main_catch_box03 {
  position: absolute;
  right: 8%;
  top: 32%;
  z-index: 1;
  width: 100%;
}
@media (max-width: 559.9px) {
  .main_catch_box03 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 24%;
    right: 0;
    left: 0;
  }
}
.main_catch_box03 .main_catch03-01 {
  font-size: 5rem;
  font-weight: bold;
  color: white;
  letter-spacing: 0.06em;
  text-align: right;
  font-size: max(4rem, 3.2vw);
  line-height: 1;
  opacity: 0;
}
@media (max-width: 559.9px) {
  .main_catch_box03 .main_catch03-01 {
    font-size: 2.4rem;
    text-align: center;
    width: 100%;
  }
}
.main_catch_box03 .main_catch03-01 span {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  font-size: max(5rem, 6vw);
  display: inline-block;
  padding: 0 8px;
  position: relative;
  top: 3px;
  line-height: 1;
}
@media (max-width: 559.9px) {
  .main_catch_box03 .main_catch03-01 span {
    font-size: 6rem;
    padding: 0 4px;
  }
}
.main_catch_box03 .main_catch03-02 {
  font-size: 5rem;
  font-weight: bold;
  color: white;
  letter-spacing: 0.06em;
  text-align: right;
  font-size: max(4rem, 3vw);
  line-height: 1;
  margin-top: 16px;
  opacity: 0;
}
@media (max-width: 559.9px) {
  .main_catch_box03 .main_catch03-02 {
    font-size: 2rem;
    text-align: center;
    width: 100%;
    margin-top: 8px;
  }
}
.main_catch_box03 .main_catch03-02 span {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  font-size: max(5rem, 6vw);
  display: inline-block;
  padding: 0 8px;
  position: relative;
  top: 3px;
  line-height: 1;
}
@media (max-width: 559.9px) {
  .main_catch_box03 .main_catch03-02 span {
    font-size: 6rem;
    padding: 0 4px;
  }
}

.main_catch_box04 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24%;
  z-index: 1;
  width: 100%;
}
@media (max-width: 559.9px) {
  .main_catch_box04 {
    width: 90%;
  }
}
.main_catch_box04 .main_catch04-01 {
  width: 560px;
  margin: 0 auto;
  opacity: 0;
}
@media (max-width: 559.9px) {
  .main_catch_box04 .main_catch04-01 {
    font-size: 1.8rem;
    width: 80vw;
  }
}
.main_catch_box04 .main_catch04-02 {
  width: 400px;
  margin: 32px auto 0;
  opacity: 0;
}
@media (max-width: 559.9px) {
  .main_catch_box04 .main_catch04-02 {
    font-size: 1.8rem;
    width: 64vw;
    margin-top: 16px;
  }
}

.swiper-slide-active .main_catch_box02 {
  position: absolute;
  left: 8%;
  top: 40%;
}
@media (max-width: 559.9px) {
  .swiper-slide-active .main_catch_box02 {
    width: 90%;
    top: 24%;
  }
}
.swiper-slide-active .main_catch_box02 .main_catch02_01 {
  -webkit-animation: slideIn 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.6s forwards;
          animation: slideIn 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.6s forwards;
}
.swiper-slide-active .main_catch_box02 .main_catch02_02 {
  -webkit-animation: slideIn 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s forwards;
          animation: slideIn 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s forwards;
}
.swiper-slide-active .main_catch_box03 .main_catch03-01 {
  -webkit-animation: slideIn 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.6s forwards;
          animation: slideIn 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.6s forwards;
}
.swiper-slide-active .main_catch_box03 .main_catch03-02 {
  -webkit-animation: slideIn 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s forwards;
          animation: slideIn 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s forwards;
}
.swiper-slide-active .main_catch_box04 .main_catch04-01 {
  -webkit-animation: slideIn 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.6s forwards;
          animation: slideIn 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.6s forwards;
}
.swiper-slide-active .main_catch_box04 .main_catch04-02 {
  -webkit-animation: slideIn 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s forwards;
          animation: slideIn 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s forwards;
}

.scroll-action {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.scroll-action .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 3s ease-out infinite;
          animation: move 3s ease-out infinite;
}
.scroll-action .chevron:first-child {
  -webkit-animation: move 3s ease-out 1s infinite;
          animation: move 3s ease-out 1s infinite;
}
.scroll-action .chevron:nth-child(2) {
  -webkit-animation: move 3s ease-out 2s infinite;
          animation: move 3s ease-out 2s infinite;
}
.scroll-action .chevron::before, .scroll-action .chevron::after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
.scroll-action .chevron::before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.scroll-action .chevron::after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
.scroll-action .text {
  display: block;
  margin-top: 128px;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  -webkit-animation: pulse 2s linear alternate infinite;
          animation: pulse 2s linear alternate infinite;
}

@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@-webkit-keyframes pulse {
  to {
    opacity: 1;
  }
}
@keyframes pulse {
  to {
    opacity: 1;
  }
}
.top_topics {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 30px 24px;
}
@media (min-width: 821px) {
  .top_topics {
    width: 32vw;
    position: absolute;
    right: 2vw;
    bottom: 4vw;
    z-index: 10;
  }
}
@media (max-width: 820.9px) {
  .top_topics {
    background-color: #206F7D;
  }
}
.top_topics .head {
  text-align: center;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  color: white;
}
.top_topics .top_topics_list {
  width: 100%;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_topics .top_topics_list {
    padding: 0 4%;
  }
}
.top_topics .top_topics_list &gt; li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
@media (max-width: 559.9px) {
  .top_topics .top_topics_list &gt; li {
    flex-direction: column;
  }
}
.top_topics .top_topics_list .date {
  color: white;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (min-width: 560px) {
  .top_topics .top_topics_list .date {
    width: 88px;
  }
}
@media (min-width: 560px) {
  .top_topics .top_topics_list .title_text {
    width: calc(100% - 104px);
  }
}
.top_topics .top_topics_list .title_text a {
  color: white;
  font-weight: 500;
}
.top_topics .top_topics_list .title_text a:hover {
  text-decoration: underline;
}

.top_news_section {
  padding-bottom: 80px;
}

.top_first_section {
  width: 100%;
  background: url(../images/top/top_paint_gray.png) no-repeat center top;
}
@media (min-width: 560px) {
  .top_first_section {
    background-size: 120%;
    background-attachment: fixed;
    padding: 100px 0 0;
  }
}
@media (max-width: 559.9px) {
  .top_first_section {
    padding: 50px 0;
    background-size: 300%;
    background-position: center;
  }
}

.top_message_column {
  display: flex;
  width: 100%;
  padding: 0 2vw 0 6vw;
  justify-content: space-between;
}
@media (max-width: 820.9px) {
  .top_message_column {
    flex-direction: column;
    padding: 0 7vw;
  }
}
@media (min-width: 821px) {
  .top_message_column.reverse {
    flex-direction: row-reverse;
    padding: 0 6vw 0 4vw;
    transform: translateY(-5vw);
  }
}
@media (max-width: 820.9px) {
  .top_message_column.reverse {
    flex-direction: column;
  }
}
.top_message_column.reverse .imgSide {
  position: relative;
}
@media (min-width: 821px) {
  .top_message_column.reverse .imgSide {
    width: 54%;
  }
}
.top_message_column.reverse .textSide {
  padding-top: 10vw;
}
@media (min-width: 821px) {
  .top_message_column .textSide {
    width: 38%;
    padding-top: 2vw;
  }
}
.top_message_column .textSide .top_message_title {
  width: 86%;
  margin: 0 auto 4vw;
  opacity: 0;
}
@media (max-width: 820.9px) {
  .top_message_column .textSide .top_message_title {
    width: 220px;
    margin: 0 auto 20px 0;
  }
}
.top_message_column .textSide .text-green {
  color: #206F7D;
  font-weight: 700;
  font-size: max(2rem, 1.4vw);
  padding-right: 2vw;
  line-height: 2;
  opacity: 0;
}
@media (max-width: 559.9px) {
  .top_message_column .textSide .text-green {
    font-size: 1.5rem;
    margin-right: 0;
  }
}
.top_message_column .textSide .btn-blue {
  opacity: 0;
}
.top_message_column .textSide.moved .top_message_title {
  -webkit-animation: slideIn 1s ease forwards;
          animation: slideIn 1s ease forwards;
}
.top_message_column .textSide.moved .text-green {
  -webkit-animation: slideIn 1s ease 0.5s forwards;
          animation: slideIn 1s ease 0.5s forwards;
}
.top_message_column .textSide.moved .btn-blue {
  -webkit-animation: slideIn 1s ease 1s forwards;
          animation: slideIn 1s ease 1s forwards;
}
.top_message_column .imgSide {
  position: relative;
}
@media (min-width: 821px) {
  .top_message_column .imgSide {
    width: 60%;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_message_column .imgSide {
    width: 88%;
    margin: 10px auto 0;
  }
}
@media (max-width: 559.9px) {
  .top_message_column .imgSide {
    margin-top: 15px;
  }
}
.top_message_column .imgSide svg {
  width: 100%;
  height: auto;
}
.top_message_column .imgSide svg.top-01_clip, .top_message_column .imgSide svg.top-01_path, .top_message_column .imgSide svg.top-02_clip, .top_message_column .imgSide svg.top-02_path {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.top_message_column .imgSide svg.top-01_clip path, .top_message_column .imgSide svg.top-01_path path, .top_message_column .imgSide svg.top-02_clip path, .top_message_column .imgSide svg.top-02_path path {
  fill: #F83985;
}
.top_message_column .imgSide svg.top-01_path, .top_message_column .imgSide svg.top-02_path {
  opacity: 0;
}
.top_message_column .imgSide svg.top-01_color path {
  fill: transparent;
}
.top_message_column .imgSide svg.top-02_color path {
  fill: transparent;
}
.top_message_column .imgSide.moved svg.top-01_path, .top_message_column .imgSide.moved svg.top-02_path {
  opacity: 0;
  -webkit-animation: slideIn 1s ease 0.5s forwards;
          animation: slideIn 1s ease 0.5s forwards;
}
.top_message_column .imgSide.moved svg.top-01_color path {
  -webkit-animation: fillTblue 3s ease forwards;
          animation: fillTblue 3s ease forwards;
}
.top_message_column .imgSide.moved svg.top-02_color path {
  -webkit-animation: fillPink 3s ease forwards;
          animation: fillPink 3s ease forwards;
}

@-webkit-keyframes fillTblue {
  from {
    fill: transparent;
  }
  to {
    fill: #00D9FF;
  }
}

@keyframes fillTblue {
  from {
    fill: transparent;
  }
  to {
    fill: #00D9FF;
  }
}
@-webkit-keyframes fillPink {
  from {
    fill: transparent;
  }
  to {
    fill: #F83985;
  }
}
@keyframes fillPink {
  from {
    fill: transparent;
  }
  to {
    fill: #F83985;
  }
}
.top_number_section {
  background: linear-gradient(0deg, #F5F5F5 0 4vw, #2A2828 4vw 100%);
  width: 100%;
  position: relative;
  padding: 18vw 0 0;
}
.top_number_section .top_tit_numbers {
  display: block;
  width: 48vw;
  position: absolute;
  left: 2vw;
  top: 2vw;
  opacity: 0;
}
@media (max-width: 559.9px) {
  .top_number_section .top_tit_numbers {
    width: 200px;
    top: 80px;
    z-index: 1;
  }
}
.top_number_section .top_number_img {
  display: block;
  width: 58vw;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.top_number_section .top_number_section_inner {
  padding: 0 54vw 0 11vw;
  position: relative;
  z-index: 1;
  opacity: 0;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_number_section .top_number_section_inner {
    padding: 0 32vw 0 6vw;
  }
}
@media (max-width: 559.9px) {
  .top_number_section .top_number_section_inner {
    padding: 80px 24px 40px;
  }
}
.top_number_section .top_number_section_inner .tit_numbers_section {
  color: white;
  font-weight: bold;
  font-size: max(3rem, 2.4vw);
  padding-right: 2vw;
  text-align: center;
  border: 1px solid white;
  padding: 0.4vw;
  width: 80%;
  margin: -2vw auto 3vw;
}
@media (max-width: 559.9px) {
  .top_number_section .top_number_section_inner .tit_numbers_section {
    font-size: 2rem;
    background: rgba(0, 0, 0, 0.3);
    margin: 0 auto 20px;
  }
}
.top_number_section .top_number_section_inner .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  color: white;
  font-size: max(2rem, 1.6vw);
  margin-bottom: 24px;
}
@media (max-width: 559.9px) {
  .top_number_section .top_number_section_inner .eng {
    font-size: 1.5rem;
    text-align: center;
  }
}
.top_number_section .top_number_section_inner .jp {
  color: white;
  font-size: max(1.7rem, 1.2vw);
  line-height: 2;
}
@media (max-width: 559.9px) {
  .top_number_section .top_number_section_inner .jp {
    font-size: 1.5rem;
  }
}
.top_number_section.moved .top_number_section_inner {
  -webkit-animation: slideIn 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s forwards;
          animation: slideIn 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s forwards;
}
.top_number_section.moved .top_tit_numbers {
  -webkit-animation: slideIn 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
          animation: slideIn 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}
.top_number_section.moved .top_number_img {
  -webkit-animation: slideIn 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s forwards;
          animation: slideIn 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s forwards;
}

.top_number_links {
  width: 90%;
  max-width: 960px;
  margin: 5vw auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 559.9px) {
  .top_number_links {
    flex-direction: column;
    margin: 0 auto;
    gap: 16px;
  }
}
.top_number_links .box {
  background-color: #014A57;
  width: 47%;
  padding: 25px 56px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  opacity: 0;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_number_links .box {
    width: 49%;
    padding: 25px 32px;
  }
}
@media (max-width: 559.9px) {
  .top_number_links .box {
    width: 100%;
    padding: 25px;
  }
}
.top_number_links .box .en_tit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: white;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
}
@media (max-width: 559.9px) {
  .top_number_links .box .en_tit {
    font-size: 1.5rem;
  }
}
.top_number_links .box .tit {
  font-size: 3rem;
  color: white;
  line-height: 1.4;
  margin: 10px 0 auto;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_number_links .box .tit {
    font-size: 2.4rem;
  }
}
@media (max-width: 559.9px) {
  .top_number_links .box .tit {
    font-size: 2rem;
  }
}
.top_number_links.moved .box {
  -webkit-animation: popup 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
          animation: popup 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}
.top_number_links.moved .box:nth-child(2) {
  -webkit-animation: popup 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s forwards;
          animation: popup 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s forwards;
}

.icon-grass {
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/icon/icon-grass.png) no-repeat;
  background-size: cover;
}

.icon-coffee {
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/icon/icon-coffee.png) no-repeat;
  background-size: cover;
}

.icon-youtube {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/icon/icon-youtube.png) no-repeat;
  background-size: cover;
}

.top_interview_section {
  background: linear-gradient(0deg, #D9D9D9 0 60%, #F5F5F5 60% 100%);
  background-color: #f5f5f5;
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
}

.top_interview_titarea {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
}
@media (min-width: 560px) {
  .top_interview_titarea {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_interview_titarea {
    padding: 0 5vw;
  }
}
@media (max-width: 559.9px) {
  .top_interview_titarea {
    padding: 0 24px;
  }
}
@media (min-width: 560px) {
  .top_interview_titarea .top_tit_interview {
    width: 40%;
  }
}
@media (max-width: 559.9px) {
  .top_interview_titarea .top_tit_interview {
    width: 240px;
  }
}
.top_interview_titarea .text {
  font-size: 2rem;
  font-weight: 500;
  color: #206F7D;
}
@media (min-width: 821px) {
  .top_interview_titarea .text {
    width: 45%;
    padding-right: 8%;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_interview_titarea .text {
    font-size: 1.8rem;
    width: 54%;
  }
}
@media (max-width: 559.9px) {
  .top_interview_titarea .text {
    font-size: 1.6rem;
    margin-top: 12px;
  }
}

.interview_slider {
  opacity: 0;
  transform: translate(20px);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: visible;
  padding: 0 5vw;
}
@media (min-width: 560px) {
  .interview_slider {
    margin-top: 40px;
  }
}
@media (max-width: 559.9px) {
  .interview_slider {
    margin-top: 30px;
  }
}
.interview_slider.moved {
  opacity: 1;
  transform: translate(0);
}
.interview_slider .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.interview_slider .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  transform: translateZ(0);
}
.interview_slider .item {
  display: block;
}
.interview_slider .item .imgArea {
  width: 100%;
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.interview_slider .item .imgArea .thumb {
  width: 100%;
  height: 100%;
  position: relative;
}
.interview_slider .item .imgArea .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s ease;
}
.interview_slider .item .imgArea .messageArea {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .interview_slider .item .imgArea .messageArea {
    padding: 16px 8vw;
  }
}
@media (max-width: 559.9px) {
  .interview_slider .item .imgArea .messageArea {
    padding: 10px;
  }
}
@media (min-width: 560px) {
  .interview_slider .item .imgArea .messageArea img {
    max-width: 280px;
  }
}
@media (max-width: 559.9px) {
  .interview_slider .item .imgArea .messageArea img {
    max-width: 220px;
  }
}
.interview_slider .item .inner {
  padding: 0 6%;
  position: relative;
  z-index: 2;
  margin-top: 12px;
  text-align: center;
}
@media (max-width: 559.9px) {
  .interview_slider .item .inner {
    padding: 0 2%;
  }
}
.interview_slider .item .inner .tag_list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 4px 4px;
}
.interview_slider .item .inner .tag_list li {
  background-color: white;
  font-size: 1.2rem;
  padding: 1px 12px;
  border-radius: 30px;
}
@media (max-width: 559.9px) {
  .interview_slider .item .inner .tag_list li {
    font-size: 1.1rem;
  }
}
.interview_slider .item:hover .img img {
  transform: scale(1.1);
}
.interview_slider .swiper-button-prev,
.interview_slider .swiper-button-next {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background-color: #014A57;
  border-radius: 50%;
}
.interview_slider .swiper-button-prev i,
.interview_slider .swiper-button-next i {
  color: white;
}
@media (min-width: 560px) {
  .interview_slider .swiper-button-prev,
.interview_slider .swiper-button-next {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 820.9px) {
  .interview_slider .swiper-button-prev,
.interview_slider .swiper-button-next {
    width: 32px;
    height: 32px;
    top: 40%;
  }
}
@media (max-width: 559.9px) {
  .interview_slider .swiper-button-prev,
.interview_slider .swiper-button-next {
    display: none;
  }
}
.interview_slider .swiper-button-prev::after,
.interview_slider .swiper-button-next::after {
  display: none;
}
@media (min-width: 821px) {
  .interview_slider .swiper-button-prev {
    padding: 0;
    left: 24px;
    top: 30%;
  }
}
@media (max-width: 820.9px) {
  .interview_slider .swiper-button-prev {
    left: -10px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .interview_slider .swiper-button-prev {
    left: 10px;
  }
}
.interview_slider .swiper-button-prev.swiper-button-disabled {
  background-color: #014A57;
}
@media (min-width: 821px) {
  .interview_slider .swiper-button-next {
    padding: 0;
    right: 24px;
    top: 30%;
  }
}
@media (max-width: 820.9px) {
  .interview_slider .swiper-button-next {
    right: -10px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .interview_slider .swiper-button-next {
    right: 10px;
  }
}
.interview_slider .swiper-button-next.swiper-button-disabled {
  background-color: #014A57;
}

.interview_square {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 120px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 559.9px) {
  .interview_square {
    width: 180px;
    height: 40px;
    flex-direction: row;
    gap: 8px;
  }
}
.interview_square .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  letter-spacing: 0.1em;
  color: #00D9FF;
}
@media (max-width: 559.9px) {
  .interview_square .eng {
    font-size: 1rem;
  }
  .interview_square .eng br {
    display: none;
  }
}
.interview_square .int_logo {
  display: block;
  width: 44px;
  margin-top: 5px;
}
@media (max-width: 559.9px) {
  .interview_square .int_logo {
    width: 40px;
    margin: 0;
  }
}

.bottom_section {
  padding: 40px 0 80px;
  background-color: white;
}
.bottom_section.home {
  padding-top: 20px;
  background: linear-gradient(0deg, #FFFFFF 0 85%, #D9D9D9 85% 100%);
}

.link_requirement {
  width: 100%;
  position: relative;
  background-color: #00D9FF;
}
.link_requirement img {
  transition: all 0.3s ease;
}
.link_requirement .textArea {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.link_requirement .textArea .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  color: white;
}
@media (max-width: 559.9px) {
  .link_requirement .textArea .eng {
    font-size: 1.2rem;
    padding-top: 5px;
  }
}
.link_requirement .textArea .jp {
  font-size: 3.6rem;
  color: white;
}
@media (max-width: 559.9px) {
  .link_requirement .textArea .jp {
    font-size: 2rem;
  }
}
.link_requirement:hover img {
  opacity: 0.8;
}
.link_requirement:hover .textArea {
  transform: scale(1.1);
}

.link_app {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 559.9px) {
  .link_app {
    height: 120px;
    margin-top: 20px;
  }
}
@media (max-width: 559.9px) {
  .link_app .app_link_bg {
    height: 100%;
  }
}
.link_app .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px 0 80px;
}
@media (max-width: 559.9px) {
  .link_app .inner {
    padding: 0 16px 0 24px;
  }
}
.link_app .inner .icon-app {
  display: block;
  width: 82px;
}
@media (max-width: 559.9px) {
  .link_app .inner .icon-app {
    width: 48px;
  }
}
.link_app .inner .textArea {
  margin: 0 auto 0 40px;
}
@media (max-width: 559.9px) {
  .link_app .inner .textArea {
    margin-left: 20px;
  }
}
.link_app .inner .textArea .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  color: white;
}
@media (max-width: 559.9px) {
  .link_app .inner .textArea .eng {
    font-size: 1.2rem;
  }
}
.link_app .inner .textArea .jp {
  font-size: 3.6rem;
  color: white;
}
@media (max-width: 559.9px) {
  .link_app .inner .textArea .jp {
    font-size: 2rem;
  }
}
.link_app .inner .arrow {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .link_app .inner .arrow {
    width: 40px;
    height: 40px;
  }
}
.link_app .inner .arrow i {
  font-size: 2rem;
  color: #206F7D;
}
.link_app:hover .inner .arrow {
  transform: scale(1.3);
}

.link_entry {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 0 80px;
  background-color: #2A2828;
  height: 114px;
  transition: all 0.3s ease;
  margin-top: 30px;
}
@media (max-width: 559.9px) {
  .link_entry {
    height: 120px;
    margin-top: 20px;
    padding: 0 20px 0 30px;
  }
}
.link_entry .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  color: white;
}
@media (max-width: 559.9px) {
  .link_entry .eng {
    font-size: 2rem;
  }
}
.link_entry .jp {
  font-size: 1.6rem;
  color: white;
  margin: 0 auto 0 30px;
}
@media (max-width: 559.9px) {
  .link_entry .jp {
    font-size: 1.4rem;
    padding-right: 60px;
  }
}
.link_entry i {
  font-size: 3rem;
  color: white;
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .link_entry i {
    font-size: 2.4rem;
  }
}
.link_entry:hover {
  background-color: #595757;
}
.link_entry:hover i {
  transform: translateX(10px);
}

.bottom_bnrs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
}
@media (max-width: 559.9px) {
  .bottom_bnrs {
    flex-direction: column;
    gap: 16px;
  }
}
.bottom_bnrs a {
  display: block;
  width: 49%;
  transition: all 0.4s ease;
}
@media (max-width: 559.9px) {
  .bottom_bnrs a {
    width: 100%;
  }
}
.bottom_bnrs a:hover {
  opacity: 0.8;
}

/**************
Under PageTitle
**************/
#pageTitle {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-height: 480px;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  #pageTitle {
    height: 60vh;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  #pageTitle {
    height: 344px;
  }
}
@media (max-width: 559.9px) {
  #pageTitle {
    height: 240px;
    margin: 0 auto;
  }
}
#pageTitle .title_inner {
  margin-top: 80px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 559.9px) {
  #pageTitle .title_inner {
    margin-top: 67px;
  }
}
#pageTitle .textArea {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  top: 58%;
  left: 4vw;
}
#pageTitle .textArea .jp {
  line-height: 1.4;
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  #pageTitle .textArea .jp {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}
@media (max-width: 559.9px) {
  #pageTitle .textArea .jp {
    font-size: 2rem;
  }
}
#pageTitle .textArea .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  #pageTitle .textArea .eng {
    font-size: 1.8rem;
  }
}
@media (max-width: 559.9px) {
  #pageTitle .textArea .eng {
    font-size: 1.2rem;
  }
}
#pageTitle .textArea.black .jp {
  color: #2A2828;
}
#pageTitle .textArea.black .eng {
  color: #2A2828;
}
#pageTitle .imgArea {
  height: 100%;
  width: 100%;
}
#pageTitle .imgArea img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 560px) {
  #pageTitle.single_page {
    height: 200px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  #pageTitle.single_page {
    height: 200px;
  }
}
@media (max-width: 559.9px) {
  #pageTitle.single_page {
    height: 120px;
  }
}
@media (min-width: 821px) {
  #pageTitle.single_page .textArea {
    opacity: 1;
    padding-top: 120px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  #pageTitle.single_page .textArea {
    padding-top: 64px;
  }
}
@media (max-width: 559.9px) {
  #pageTitle.single_page .textArea {
    padding-top: 48px;
  }
}
@media (min-width: 821px) {
  #pageTitle.single_page .textArea .jp {
    display: none;
  }
}

.breadcrumbs {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  height: 60px;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 559.9px) {
  .breadcrumbs {
    height: 48px;
  }
}
.breadcrumbs a {
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
  color: #97aaab;
  font-weight: 500;
  transition: all 0.3s ease;
}
.breadcrumbs a:hover,
.breadcrumbs a :active {
  border-bottom: 1px #172C80 solid;
  color: #172C80;
}

.flex_content {
  width: 100%;
  margin-bottom: 80px;
}
@media (min-width: 560px) {
  .flex_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex_content.start {
    align-items: flex-start;
  }
  .flex_content.mt70 {
    margin-top: 70px;
  }
}
@media (max-width: 559.9px) {
  .flex_content {
    margin-bottom: 48px;
  }
}
@media (min-width: 560px) {
  .flex_content_r {
    flex-direction: row-reverse;
  }
}
.flex_content.mb0 {
  margin-bottom: 0;
}
@media (max-width: 559.9px) {
  .flex_content &gt; .item {
    width: 100%;
  }
  .flex_content &gt; .item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 560px) {
  .flex_content .item_1 {
    width: 12%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_2 {
    width: 21%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_3 {
    width: 33%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_35 {
    width: 38%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_4 {
    width: 47.5%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_45 {
    width: 56%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_5 {
    width: 62%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_6 {
    width: 73%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_7 {
    width: 84%;
  }
}

@media (min-width: 1200px) {
  .leftColumn {
    width: 230px;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .leftColumn {
    width: 22%;
  }
}
@media (max-width: 820.9px) {
  .leftColumn {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .rightColumn {
    width: calc(100% - 340px);
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .rightColumn {
    width: 72%;
  }
}
@media (max-width: 820.9px) {
  .rightColumn {
    margin-top: 40px;
  }
}

.c_container {
  width: 100%;
}
@media (min-width: 560px) {
  .c_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 820.9px) {
  .c_container {
    padding: 0 4%;
  }
}
@media (min-width: 560px) {
  .c_container .leftColumn {
    background-color: #f3f3f3;
  }
}

.news_container {
  width: 100%;
  display: flex;
}
@media (min-width: 821px) {
  .news_container {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (max-width: 820.9px) {
  .news_container {
    flex-direction: column;
  }
}
@media (max-width: 820.9px) {
  .news_container.reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 820.9px) {
  .news_container.reverse .leftColumn {
    display: none;
  }
}
@media (min-width: 1200px) {
  .news_container .rightColumn {
    width: calc(100% - 300px);
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .news_container .rightColumn {
    width: 72%;
  }
}
@media (max-width: 820.9px) {
  .news_container .rightColumn {
    width: 100%;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .news_container .leftColumn {
    width: 220px;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .news_container .leftColumn {
    width: 22%;
  }
}
@media (max-width: 820.9px) {
  .news_container .leftColumn {
    width: 100%;
    margin-bottom: 40px;
  }
}

.divider-full {
  margin: 35px 0;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px #aaa dotted;
}
@media (max-width: 820.9px) {
  .divider-full {
    margin: 20px 0;
  }
}

.sticky_content {
  width: 100%;
}
@media (min-width: 821px) {
  .sticky_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/**************
Sidebar
**************/
@media (min-width: 821px) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    margin-bottom: 35px;
  }
  .admin-bar .sidebar-sticky {
    top: 132px;
  }
}

.sidebar_title {
  background-color: #172C80;
  padding: 16px 18px;
}
@media (max-width: 820.9px) {
  .sidebar_title {
    display: none;
  }
}
.sidebar_title.mt35 {
  margin-top: 35px;
}
.sidebar_title .jp {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .sidebar_title .jp {
    font-size: 1.8rem;
  }
}
@media (max-width: 820.9px) {
  .sidebar_title .jp {
    font-size: 1.6rem;
  }
  .sidebar_title .jp br {
    display: none;
  }
}
.sidebar_title .eng {
  color: #fff;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  line-height: 1;
}

@media (max-width: 820.9px) {
  .side_links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
  }
  .side_links.active {
    display: flex;
  }
}
@media (min-width: 821px) {
  .side_links li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px rgba(10, 51, 89, 0.2) solid;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .side_links li {
    display: block;
    width: 32%;
    margin-bottom: 10px;
  }
}
@media (max-width: 559.9px) {
  .side_links li {
    display: block;
    width: 49.4%;
    margin-bottom: 4px;
  }
}
.side_links li a {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 12px 0 12px 18px;
  position: relative;
  color: #595757;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 820.9px) {
  .side_links li a {
    border: 1px rgba(10, 51, 89, 0.2) solid;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 8px 0 16px;
    line-height: 1.4;
    border-radius: 3px;
    background-color: white;
  }
}
@media (max-width: 559.9px) {
  .side_links li a {
    font-size: 3vw;
    height: 40px;
  }
}
.side_links li a::before {
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: block;
  position: absolute;
  right: 5px;
  top: 22px;
}
@media (max-width: 820.9px) {
  .side_links li a::before {
    top: 50%;
  }
}
.side_links li a:hover {
  background-color: #fafafa;
}
@media (min-width: 560px) {
  .side_links li.active a {
    color: #333;
  }
  .side_links li.active a::before {
    background-color: #39cfd9;
  }
}

/**************
会社を知る
**************/
.title_with_circle {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 560px) {
  .title_with_circle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
}
.title_with_circle .circle_eng {
  background-color: #206F7D;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
@media (max-width: 559.9px) {
  .title_with_circle .circle_eng {
    margin: 0 auto 12px;
  }
}
.title_with_circle .circle_eng .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  color: white;
  padding: 0 30px;
  text-align: center;
  line-height: 1.4;
}
.title_with_circle .circle_eng .int_logo {
  display: block;
  width: 64px;
  margin: 8px auto 0;
}
.title_with_circle .textSide {
  flex: 1;
}
.title_with_circle .textSide .main {
  font-size: 2rem;
  font-weight: 500;
  color: #206F7D;
}
@media (max-width: 559.9px) {
  .title_with_circle .textSide .main {
    text-align: center;
    font-size: 1.8rem;
  }
}
.title_with_circle .textSide .sub {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .title_with_circle .textSide .sub {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

.about_photo_wrap {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 560px) {
  .about_photo_wrap {
    padding-bottom: 64px;
  }
}
.about_photo_wrap .photoArea {
  position: relative;
}
@media (min-width: 821px) {
  .about_photo_wrap .photoArea {
    width: 60%;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .about_photo_wrap .photoArea {
    width: 100%;
    height: 240px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .about_photo_wrap .photoArea img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.about_photo_wrap .textArea {
  background-color: #ECF5F7;
  padding: 40px 64px;
}
@media (min-width: 821px) {
  .about_photo_wrap .textArea {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
  }
}
@media (max-width: 559.9px) {
  .about_photo_wrap .textArea {
    padding: 24px;
  }
}
@media (min-width: 560px) {
  .about_photo_wrap .textArea p {
    font-size: 1.6rem;
  }
}

.about_photo_wrap-02 {
  width: 100%;
  position: relative;
  padding-bottom: 16px;
}
.about_photo_wrap-02 .photoArea {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 560px) {
  .about_photo_wrap-02 .photoArea {
    width: 36%;
    padding-top: 30px;
  }
}
@media (max-width: 559.9px) {
  .about_photo_wrap-02 .photoArea {
    width: 240px;
    margin: 0 auto 15px;
  }
}
.about_photo_wrap-02 .textArea {
  background-color: #ECF5F7;
  position: relative;
  padding: 80px 0 60px 10vw;
}
@media (max-width: 559.9px) {
  .about_photo_wrap-02 .textArea {
    padding: 24px 24px 40px;
  }
}
.about_photo_wrap-02 .textArea .vision100 {
  position: absolute;
  top: -6%;
  right: 5%;
  display: block;
  width: 180px;
  margin: 0 auto 30px;
}
@media (max-width: 559.9px) {
  .about_photo_wrap-02 .textArea .vision100 {
    width: 110px;
  }
}

.ceo_name {
  text-align: center;
  margin-top: 8px;
}

.vision_list {
  list-style: none;
}
.vision_list li {
  width: 100%;
  display: flex;
  align-items: center;
}
.vision_list li:not(:last-child) {
  margin-bottom: 18px;
}
@media (max-width: 559.9px) {
  .vision_list li {
    align-items: flex-start;
  }
}
.vision_list li .num {
  color: #172C80;
  vertical-align: middle;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  letter-spacing: 0;
  width: 70px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .vision_list li .num {
    font-size: 2rem;
    width: 40px;
  }
}
@media (max-width: 559.9px) {
  .vision_list li .num {
    font-size: 1.6rem;
    width: 35px;
    padding-top: 2px;
  }
}
.vision_list li .txt {
  flex: 1;
  font-size: 2.3rem;
  font-weight: 500;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .vision_list li .txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 559.9px) {
  .vision_list li .txt {
    font-size: 1.5rem;
  }
}

.co_policy {
  background-color: #206F7D;
  padding: 40px;
  margin-top: 64px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 559.9px) {
  .co_policy {
    margin-top: 40px;
    padding: 24px;
  }
}
.co_policy h2 {
  color: white;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .co_policy h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 559.9px) {
  .co_policy h2 {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
}
.co_policy p {
  font-size: 2.4rem;
  font-weight: bold;
  color: white;
  text-align: center;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .co_policy p {
    font-size: 2rem;
  }
}
@media (max-width: 559.9px) {
  .co_policy p {
    font-size: 1.6rem;
  }
}

.cert_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 24px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .cert_list {
    width: 560px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .cert_list {
    width: 560px;
  }
}
.cert_list &gt; li {
  width: 160px;
  text-align: center;
}
@media (max-width: 559.9px) {
  .cert_list &gt; li {
    width: calc(50% - 12px);
  }
}
.cert_list &gt; li.two {
  width: 260px;
}

.relate_company {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  border: 1px #dadada solid;
  padding: 30px 56px;
  margin: 0 auto;
}
@media (max-width: 559.9px) {
  .relate_company {
    flex-direction: column;
    padding: 24px;
  }
}
@media (min-width: 560px) {
  .relate_company .textSide {
    width: 60%;
  }
}
.relate_company .textSide .miraivate {
  display: block;
  width: 120px;
  margin-bottom: 16px;
}
@media (max-width: 559.9px) {
  .relate_company .textSide .miraivate {
    margin: 0 auto 12px;
  }
}
@media (min-width: 560px) {
  .relate_company .imgSide {
    width: 36%;
  }
}
@media (max-width: 559.9px) {
  .relate_company .imgSide {
    margin-top: 13px;
  }
}
.relate_company .imgSide img {
  display: block;
  width: 230px;
  margin: 0 auto;
}

.googlemap {
  width: 100%;
}
.googlemap iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 559.9px) {
  .googlemap iframe {
    height: 240px;
  }
}

/**************
仕事を知る
**************/
.case_list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 64px 64px;
  flex-wrap: wrap;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .case_list {
    gap: 32px;
  }
}
@media (max-width: 559.9px) {
  .case_list {
    gap: 24px;
  }
}
.case_list .case_list_item {
  width: calc(50% - 32px);
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .case_list .case_list_item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 559.9px) {
  .case_list .case_list_item {
    width: 100%;
  }
}
.case_list .case_list_item .thumb {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  margin-bottom: 10px;
}
.case_list .case_list_item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.case_list .case_list_item .case_cat_tit {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 16px;
}
.case_list .case_list_item .case_cat_tit &gt; p {
  padding-bottom: 2px;
  border-bottom: 1px #2A2828 solid;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 559.9px) {
  .case_list .case_list_item .case_cat_tit &gt; p {
    font-size: 1.8rem;
  }
}

.sekou_title {
  width: 100%;
  position: relative;
  padding-left: 10px;
}
@media (max-width: 559.9px) {
  .sekou_title {
    padding-left: 0;
    margin-bottom: 24px;
  }
}
.sekou_title .work_tit_img-01 {
  display: block;
  width: 45%;
}
@media (max-width: 559.9px) {
  .sekou_title .work_tit_img-01 {
    width: 80%;
    margin: 0 auto;
  }
}
.sekou_title .work_tit_img-02 {
  display: block;
  width: 42%;
}
@media (max-width: 559.9px) {
  .sekou_title .work_tit_img-02 {
    width: 240px;
    margin: 30px auto 0;
  }
}
@media (min-width: 560px) {
  .sekou_title .green-title {
    position: absolute;
    left: 42%;
    top: 50%;
    transform: translateY(-20%);
  }
}
.sekou_title .green-title .flex-column {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}
@media (min-width: 560px) {
  .sekou_title .green-title.s02 {
    left: 40%;
  }
}
@media (min-width: 560px) {
  .sekou_title .green-title .txt {
    font-size: clamp(2.2rem, 2.3vw, 3rem);
  }
}

.sekou_title_under {
  display: flex;
  width: 100%;
}
@media (max-width: 820.9px) {
  .sekou_title_under {
    flex-direction: column-reverse;
  }
}
.sekou_title_under .imgSide {
  position: relative;
}
@media (min-width: 821px) {
  .sekou_title_under .imgSide {
    width: calc(100% - 420px);
    height: 390px;
  }
}
@media (max-width: 820.9px) {
  .sekou_title_under .imgSide {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .sekou_title_under .imgSide {
    height: 240px;
  }
}
.sekou_title_under .imgSide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.sekou_title_under .textSide {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 32px;
}
@media (min-width: 821px) {
  .sekou_title_under .textSide {
    width: 420px;
    height: 390px;
  }
}
@media (max-width: 559.9px) {
  .sekou_title_under .textSide {
    padding: 24px 30px;
  }
}
.sekou_title_under .textSide .title {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px #2A2828 solid;
  margin-bottom: 20px;
  font-size: 2rem;
}

.sekou_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .sekou_list {
    gap: 16px 16px;
  }
}
@media (max-width: 559.9px) {
  .sekou_list {
    gap: 16px;
  }
}
.sekou_list .sekou_list_item {
  width: calc(25% - 12px);
  background-color: #ECF5F7;
  padding: 30px;
  position: relative;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .sekou_list .sekou_list_item {
    width: calc(50% - 8px);
  }
}
@media (max-width: 559.9px) {
  .sekou_list .sekou_list_item {
    width: 100%;
  }
}
.sekou_list .sekou_list_item .num {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/page/service/grenn_polygon.png) no-repeat;
  background-size: cover;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  color: white;
  padding: 5px 14px;
}
.sekou_list .sekou_list_item .main_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #206F7D;
  border-bottom: 1px white solid;
}
.sekou_list .sekou_list_item .sub_tit {
  text-align: center;
  color: #206F7D;
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 4px;
}
.sekou_list .sekou_list_item .inner {
  color: #206F7D;
  margin-top: 20px;
  font-weight: 500;
}

.about_sekou {
  width: 100%;
  margin-top: 100px;
  padding: 40px 0;
  position: relative;
}
@media (min-width: 560px) {
  .about_sekou {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .about_sekou {
    flex-direction: column;
  }
}
@media (max-width: 559.9px) {
  .about_sekou {
    margin-top: 50px;
  }
}
.about_sekou::before {
  width: 75%;
  content: "";
  display: block;
  height: 100%;
  background-color: #014A57;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .about_sekou::before {
    width: 88%;
  }
}
@media (max-width: 559.9px) {
  .about_sekou::before {
    width: 100%;
  }
}
.about_sekou .textSide {
  position: relative;
  color: white;
}
@media (min-width: 821px) {
  .about_sekou .textSide {
    padding-left: 5vw;
    width: 30vw;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .about_sekou .textSide {
    padding-left: 8vw;
    width: 80vw;
    margin: 0 auto 24px 0;
  }
}
@media (max-width: 559.9px) {
  .about_sekou .textSide {
    padding: 0 5vw;
  }
}
.about_sekou .textSide h2 {
  font-size: 2.4rem;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px white solid;
  margin-bottom: 20px;
}
.about_sekou .imgSide {
  position: relative;
}
@media (min-width: 821px) {
  .about_sekou .imgSide {
    width: 65vw;
    padding-right: 2vw;
  }
}
@media (max-width: 559.9px) {
  .about_sekou .imgSide {
    padding: 20px 5vw 0;
  }
}
.about_sekou .imgSide .sekou_img_list {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 2%;
}
.about_sekou .imgSide .sekou_img_list li {
  width: 32%;
}

.professionals {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 24px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .professionals {
    gap: 16px 16px;
  }
}
@media (max-width: 559.9px) {
  .professionals {
    gap: 16px;
  }
}
.professionals .prof_item {
  width: calc(50% - 12px);
  background-color: #ECF5F7;
  padding: 16px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .professionals .prof_item {
    width: calc(50% - 8px);
    padding: 8px;
  }
}
@media (max-width: 559.9px) {
  .professionals .prof_item {
    width: 100%;
    padding: 8px;
  }
}
.professionals .prof_item .inner {
  border: 1px #206F7D solid;
  padding: 24px 30px;
  height: 100%;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .professionals .prof_item .inner {
    padding: 24px;
  }
}
@media (max-width: 559.9px) {
  .professionals .prof_item .inner {
    padding: 20px 24px;
  }
}
.professionals .prof_item .inner .title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #206F7D;
  margin-bottom: 15px;
}
@media (max-width: 820.9px) {
  .professionals .prof_item .inner .title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.professionals .prof_item .inner .txt {
  color: #206F7D;
  font-weight: 500;
}

.career_section {
  width: 100%;
  background: url(../images/page/service/career_bg.png) no-repeat center top;
}
@media (min-width: 560px) {
  .career_section {
    background-size: 1600px;
    padding: 200px 0 80px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .career_section {
    padding: 160px 0 0;
    background-size: 130%;
  }
}
@media (max-width: 559.9px) {
  .career_section {
    padding: 20px 0 50px;
    background-size: 150%;
    background-position: center 50px;
  }
}
.career_section .wrap {
  position: relative;
}
.career_section .career_head {
  display: block;
}
@media (min-width: 560px) {
  .career_section .career_head {
    width: 540px;
    position: absolute;
    left: 10px;
    top: -80px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .career_section .career_head {
    width: 400px;
    top: -80px;
  }
}
@media (max-width: 559.9px) {
  .career_section .career_head {
    width: 280px;
  }
}

.career_map_pc {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 559.9px) {
  .career_map_pc {
    display: none;
  }
}

.career_bottom_box {
  width: 320px;
  margin: 30px 0 0 auto;
  border: 1px #dadada solid;
  padding: 24px;
  background-color: white;
}
@media (max-width: 559.9px) {
  .career_bottom_box {
    width: 100%;
    margin: 24px auto 0;
  }
}

@media (min-width: 560px) {
  .career_map_sp {
    display: none;
  }
}

@media (max-width: 559.9px) {
  .career_steps {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .career_steps .step_item {
    padding: 8px 24px 24px;
    background-color: #5397CE;
    margin-bottom: 12px;
    opacity: 0;
  }
  .career_steps .step_item.moved {
    -webkit-animation: blurIn 0.8s ease 0.3s forwards;
            animation: blurIn 0.8s ease 0.3s forwards;
  }
  .career_steps .step_item:nth-child(2) {
    background-color: #2B5374;
  }
  .career_steps .step_item:nth-child(3) {
    background-color: #0066A1;
  }
  .career_steps .step_item:nth-child(4) {
    background-color: #0092C8;
  }
  .career_steps .step_item:nth-child(5) {
    background-color: #2570F0;
  }
  .career_steps .step_item:nth-child(6) {
    background-color: #7E6BC7;
  }
  .career_steps .step_item header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
  .career_steps .step_item header .ill-step {
    width: 90px;
  }
  .career_steps .step_item header .heading_title {
    font-size: 2rem;
    color: white;
    flex: 1;
  }
  .career_steps .step_item header .heading_title span {
    font-size: 1.4rem;
    display: block;
    padding: 1px 15px;
    border: 1px white solid;
    border-radius: 30px;
    width: 72px;
    text-align: center;
  }
  .career_steps .step_item .inner {
    padding-top: 5px;
    color: white;
  }
  .career_steps .step_item .inner dl .head_gray {
    background-color: #dadada;
    text-align: center;
    color: #206F7D;
    font-weight: bold;
    padding: 1px 15px;
    margin-bottom: 6px;
  }
  .career_steps .step_item .inner dl .head_gray:not(:first-of-type) {
    margin-top: 15px;
  }
  .career_steps .step_item .inner dl dd {
    padding: 0 2vw;
  }
  .career_steps .step_item .inner dl dd .green_head {
    background-color: #014A57;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 30px;
    margin-top: 8px;
    margin-bottom: 5px;
  }
  .career_steps .step_item .inner .list-disc li::before, .career_steps .step_item .inner .health_single_content ul li::before, .health_single_content .career_steps .step_item .inner ul li::before {
    background-color: white;
  }
}

/**************
人を知る
**************/
.interview_link_content {
  display: flex;
  justify-content: center;
  gap: 5vw 2%;
  flex-wrap: wrap;
}
.interview_link_content .item {
  display: block;
  position: relative;
  width: 32%;
  min-width: 237px;
}
@media (max-width: 559.9px) {
  .interview_link_content .item {
    width: 100%;
  }
}
.interview_link_content .item .imgArea {
  width: 100%;
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.interview_link_content .item .imgArea .thumb {
  width: 100%;
  height: 100%;
  position: relative;
}
.interview_link_content .item .imgArea .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s ease;
}
.interview_link_content .item .imgArea .interview_square {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 120px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1199.9px) {
  .interview_link_content .item .imgArea .interview_square {
    width: 180px;
    height: 40px;
    flex-direction: row;
    gap: 8px;
  }
}
.interview_link_content .item .imgArea .interview_square .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  letter-spacing: 0.1em;
  color: #00D9FF;
}
@media (max-width: 1199.9px) {
  .interview_link_content .item .imgArea .interview_square .eng {
    font-size: 1rem;
  }
  .interview_link_content .item .imgArea .interview_square .eng br {
    display: none;
  }
}
.interview_link_content .item .imgArea .interview_square .int_logo {
  display: block;
  width: 44px;
  margin-top: 5px;
}
@media (max-width: 559.9px) {
  .interview_link_content .item .imgArea .interview_square .int_logo {
    width: 40px;
    margin: 0;
  }
}
.interview_link_content .item:hover .img img {
  transform: scale(1.1);
}

.interviewtext {
  font-size: 2rem;
  font-weight: 500;
  color: #206F7D;
  text-align: center;
  margin-top: 50px;
}

.interview_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .interview_wrap {
    width: 88%;
  }
}

.interview_contents .item {
  display: block;
}
.interview_contents .item .imgArea {
  width: 100%;
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.interview_contents .item .imgArea .thumb {
  width: 100%;
  height: 100%;
  position: relative;
}
.interview_contents .item .imgArea .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s ease;
}
.interview_contents .item .imgArea .messageArea {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  gap: 2vw 3%;
  flex-wrap: wrap;
}
@media (max-width: 559.9px) {
  .interview_contents .item .imgArea .messageArea {
    display: none;
  }
}
.interview_contents .item .imgArea .messageArea .messageArea_left {
  width: 30%;
  color: white;
}
.interview_contents .item .imgArea .messageArea .messageArea_left .i_name {
  font-size: 2rem;
  margin-bottom: 4px;
  font-weight: bold;
}
.interview_contents .item .imgArea .messageArea .messageArea_left .i_meta {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 5px;
}
.interview_contents .item .imgArea .messageArea .messageArea_left .i_meta p {
  color: #f5f5f5;
  font-size: 1.3rem;
  border: 1px #f5f5f5 solid;
  padding: 1px 16px;
}
.interview_contents .item .imgArea .messageArea .messageArea_right {
  width: 67%;
}
@media (min-width: 560px) {
  .interview_contents .item .imgArea .messageArea .messageArea_right img {
    max-width: 300px;
  }
}
@media (max-width: 559.9px) {
  .interview_contents .item .imgArea .messageArea img {
    max-width: 220px;
  }
}
.interview_contents .item .inner {
  padding: 0 6%;
  position: relative;
  z-index: 2;
  margin-top: 12px;
  text-align: center;
}
@media (max-width: 559.9px) {
  .interview_contents .item .inner {
    padding: 0 2%;
  }
}
.interview_contents .item .inner .tag_list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 4px 4px;
}
.interview_contents .item .inner .tag_list li {
  background-color: #ffffff;
  font-size: 1.2rem;
  padding: 1px 12px;
  border-radius: 30px;
}
@media (max-width: 559.9px) {
  .interview_contents .item .inner .tag_list li {
    font-size: 1.1rem;
  }
}
.interview_contents .item:hover .img img {
  transform: scale(1.1);
}
.interview_contents .item .messageArea-sp {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  gap: 2vw 3%;
  flex-wrap: wrap;
}
@media (min-width: 560px) {
  .interview_contents .item .messageArea-sp {
    display: none;
  }
}
.interview_contents .item .messageArea-sp .messageArea_left {
  width: 30%;
  color: white;
}
@media (max-width: 559.9px) {
  .interview_contents .item .messageArea-sp .messageArea_left {
    width: 100%;
  }
}
.interview_contents .item .messageArea-sp .messageArea_left .i_name {
  font-size: 2rem;
  margin-bottom: 4px;
  font-weight: bold;
}
.interview_contents .item .messageArea-sp .messageArea_left .i_meta {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 5px;
}
.interview_contents .item .messageArea-sp .messageArea_left .i_meta p {
  color: #f5f5f5;
  font-size: 1.3rem;
  border: 1px #f5f5f5 solid;
  padding: 1px 16px;
}
.interview_contents .item .messageArea-sp .messageArea_right {
  width: 67%;
}
@media (max-width: 559.9px) {
  .interview_contents .item .messageArea-sp .messageArea_right {
    width: 100%;
  }
}

@media (max-width: 559.9px) {
  .qaArea {
    width: 88%;
    margin: 0 auto;
  }
}
.qaArea dl {
  margin-top: 30px;
}
.qaArea dl dt {
  background-color: #206F7D;
  padding: 5px 12px;
  color: white;
}
.qaArea dl dt .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  width: 30px;
  display: inline-block;
}
.qaArea dl dt .jp {
  font-size: 1.8rem;
  font-weight: bold;
}
.qaArea dl dd {
  background-color: #ECF5F7;
  padding: 20px 40px;
  font-weight: 500;
  color: #206F7D;
  line-height: 2;
}

.bottom_links {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 821px) {
  .bottom_links {
    width: 88%;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .bottom_links {
    width: calc(100% - 4px);
  }
}
@media (max-width: 559.9px) {
  .bottom_links {
    flex-direction: column;
    gap: 2px;
    margin: 30px auto 48px;
  }
}
.bottom_links .bottom_link_item {
  width: 32%;
  height: 250px;
  position: relative;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .bottom_links .bottom_link_item {
    width: calc(33.3333333333% - 2px);
  }
}
@media (max-width: 559.9px) {
  .bottom_links .bottom_link_item {
    width: 100%;
  }
}
.bottom_links .bottom_link_item .bg_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.bottom_links .bottom_link_item .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.bottom_links .bottom_link_item .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.4s ease;
}
.bottom_links .bottom_link_item .inner .eng {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  color: white;
  gap: 5px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .bottom_links .bottom_link_item .inner .eng {
    font-size: 1.2rem;
  }
}
.bottom_links .bottom_link_item .inner .eng img {
  display: block;
  width: 24px;
}
.bottom_links .bottom_link_item .inner .jp {
  font-weight: bold;
  color: white;
  font-size: 2rem;
}
.bottom_links .bottom_link_item .inner .btn-blue {
  margin-top: 30px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .bottom_links .bottom_link_item .inner .btn-blue {
    width: 80%;
    padding: 0 24px 0 15px;
  }
}
.bottom_links .bottom_link_item:hover .inner {
  background: rgba(0, 0, 0, 0.3);
}

/**************
採用情報
**************/
.greeting_wrap {
  width: 100%;
  position: relative;
  padding: 72px 0;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .greeting_wrap {
    padding: 56px 0;
  }
}
@media (max-width: 559.9px) {
  .greeting_wrap {
    padding: 36px 0;
  }
}
.greeting_wrap::after {
  content: "";
  display: block;
  width: 80vw;
  height: 100%;
  background-color: #ECF5F7;
  position: absolute;
  left: -100vw;
  top: 0;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .greeting_wrap::after {
    width: 80vw;
  }
}
@media (max-width: 559.9px) {
  .greeting_wrap::after {
    width: 90vw;
  }
}
.greeting_wrap .wrap_inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}
.greeting_wrap .wrap_inner .imgSide {
  width: 40%;
  position: relative;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 559.9px) {
  .greeting_wrap .wrap_inner .imgSide {
    width: 280px;
    margin: 0 auto;
  }
}
.greeting_wrap .wrap_inner .textSide {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media (min-width: 560px) {
  .greeting_wrap .wrap_inner .textSide {
    width: 54%;
  }
}
@media (max-width: 559.9px) {
  .greeting_wrap .wrap_inner .textSide {
    padding-right: 16vw;
    padding-left: 6vw;
    margin-top: 32px;
  }
}
.greeting_wrap .wrap_inner .textSide p {
  opacity: 0;
}
.greeting_wrap .wrap_inner .textSide p.center {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 559.9px) {
  .greeting_wrap .wrap_inner .textSide p.center {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.greeting_wrap .wrap_inner .textSide .ceo_name {
  text-align: right;
  font-weight: bold;
  margin-top: 5px;
}
@media (min-width: 560px) {
  .greeting_wrap .wrap_inner .textSide .ceo_name {
    font-size: 1.7rem;
  }
}
.greeting_wrap.moved::after {
  -webkit-animation: blue_slide 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
          animation: blue_slide 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}
.greeting_wrap.moved .imgSide {
  -webkit-animation: blurIn 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s forwards;
          animation: blurIn 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s forwards;
}
.greeting_wrap.moved p {
  -webkit-animation: blurIn 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s forwards;
          animation: blurIn 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s forwards;
}

@-webkit-keyframes blue_slide {
  0% {
    left: -100vw;
  }
  100% {
    left: 0;
  }
}

@keyframes blue_slide {
  0% {
    left: -100vw;
  }
  100% {
    left: 0;
  }
}
.check_wrap {
  width: 100%;
  padding: 80px 0;
  background: #2A2828;
  margin-top: 80px;
}
@media (max-width: 559.9px) {
  .check_wrap {
    padding: 48px 0;
    margin-top: 48px;
  }
}
.check_wrap .big-title {
  color: white;
}

.check_marukei_list &gt; li {
  width: 100%;
  display: flex;
  opacity: 0;
}
@media (min-width: 821px) {
  .check_marukei_list &gt; li {
    min-height: 360px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .check_marukei_list &gt; li {
    min-height: 320px;
  }
}
@media (max-width: 559.9px) {
  .check_marukei_list &gt; li {
    flex-direction: column;
  }
}
.check_marukei_list &gt; li:not(:last-child) {
  margin-bottom: 24px;
}
.check_marukei_list &gt; li.moved {
  -webkit-animation: fadeIn 0.4s ease 0.2s forwards;
          animation: fadeIn 0.4s ease 0.2s forwards;
}
.check_marukei_list &gt; li .imgSide {
  position: relative;
}
@media (min-width: 560px) {
  .check_marukei_list &gt; li .imgSide {
    width: calc(100% - 372px);
  }
}
@media (max-width: 559.9px) {
  .check_marukei_list &gt; li .imgSide {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.check_marukei_list &gt; li .imgSide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.check_marukei_list &gt; li .textSide {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
}
@media (min-width: 560px) {
  .check_marukei_list &gt; li .textSide {
    width: 372px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .check_marukei_list &gt; li .textSide {
    padding: 32px;
  }
}
.check_marukei_list &gt; li .textSide .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.check_marukei_list &gt; li .textSide .jp {
  font-size: 2rem;
  margin-bottom: 15px;
}
.check_marukei_list &gt; li .textSide .n_text {
  font-size: 1.5rem;
}

.official_sns_wrap {
  width: 100%;
  padding: 72px 0 30px;
  background: linear-gradient(180deg, #2A2828 0 400px, white 400px 100%);
}
@media (max-width: 559.9px) {
  .official_sns_wrap {
    padding: 24px 0 30px;
    background: linear-gradient(180deg, #2A2828 0 200px, white 200px 100%);
  }
}
.official_sns_wrap .big-title {
  color: white;
}

.official_sns_inner {
  background-color: white;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  padding: 24px 40px;
}
.official_sns_inner p {
  font-weight: bold;
  text-align: center;
}
@media (min-width: 560px) {
  .official_sns_inner p {
    font-size: 1.8rem;
  }
}
.official_sns_inner .sns_icons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 24px auto 0;
}
.official_sns_inner .sns_icons li {
  width: 100px;
}
.official_sns_inner .sns_icons li a {
  transition: all 0.3s ease;
}
.official_sns_inner .sns_icons li a:hover {
  opacity: 0.7;
}

/**************
数字で見る
**************/
.data_list {
  display: flex;
  justify-content: center;
  gap: 24px 24px;
  flex-wrap: wrap;
  margin: 50px auto 0;
}
.data_list .data_box {
  width: calc(33.3333333333% - 16px);
  height: 348px;
  background-color: #ECF5F7;
  position: relative;
  overflow: hidden;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .data_list .data_box {
    width: calc(50% - 12px);
  }
}
@media (max-width: 559.9px) {
  .data_list .data_box {
    width: 100%;
    height: 300px;
  }
}
.data_list .data_box .num {
  width: 96px;
  height: 96px;
  background-color: #206F7D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 559.9px) {
  .data_list .data_box .num {
    width: 72px;
    height: 72px;
    font-size: 3.2rem;
  }
}
.data_list .data_box .heading {
  color: #206F7D;
  font-size: 3.6rem;
  font-weight: bold;
  padding: 28px 20px 0 123px;
  line-height: 1.2;
  height: 120px;
}
@media (max-width: 559.9px) {
  .data_list .data_box .heading {
    padding: 20px 24px 0 90px;
    font-size: 3rem;
    height: 90px;
  }
}
.data_list .data_box .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 248px;
}
.data_list .data_box .inner .dataArea {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  position: relative;
  z-index: 1;
}
.data_list .data_box .inner .dataArea .data_num {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 9.6rem;
  font-weight: 600;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  color: #F83985;
  line-height: 1;
}
.data_list .data_box .inner .dataArea .unit {
  font-size: 2.4rem;
  font-weight: bold;
  color: #206F7D;
  position: relative;
  top: -17px;
}
.data_list .data_box.data_box-01 .data_ill-01 {
  position: absolute;
  display: block;
  width: 94%;
  top: 10%;
  left: 3%;
}
.data_list .data_box.data_box-01 .dataArea {
  position: relative;
  top: 48px;
}
.data_list .data_box.data_box-02 .data_ill-02 {
  position: absolute;
  display: block;
  width: 142px;
  left: 24px;
  top: 0px;
}
.data_list .data_box.data_box-02 .dataArea {
  width: 100%;
  position: relative;
  top: 30px;
  left: 64px;
}
.data_list .data_box.data_box-02 .now_month {
  position: absolute;
  left: 50%;
  top: 160px;
}
.data_list .data_box.data_box-03 .data_ill-03 {
  position: absolute;
  display: block;
  width: 142px;
  left: 24px;
  top: 0px;
}
.data_list .data_box.data_box-03 .dataArea {
  position: relative;
  top: 30px;
  left: 64px;
}
.data_list .data_box.data_box-04 .data_ill-04 {
  position: absolute;
  display: block;
  width: 130px;
  left: 24px;
  top: 0px;
}
.data_list .data_box.data_box-04 .dataArea {
  position: relative;
  top: 30px;
  left: 64px;
}
.data_list .data_box.data_box-05 .data_ill-05 {
  position: absolute;
  display: block;
  width: 142px;
  left: 24px;
  top: 0px;
}
@media (max-width: 820.9px) {
  .data_list .data_box.data_box-05 .data_ill-05 {
    left: 14px;
    top: 18px;
  }
}
.data_list .data_box.data_box-05 .dataArea {
  position: relative;
  top: 30px;
  left: 64px;
}
@media (max-width: 820.9px) {
  .data_list .data_box.data_box-05 .dataArea {
    top: 35px;
  }
}
.data_list .data_box.data_box-06 .data_ill-06 {
  position: absolute;
  display: block;
  width: 142px;
  left: 24px;
  top: 0px;
}
@media (max-width: 820.9px) {
  .data_list .data_box.data_box-06 .data_ill-06 {
    left: 14px;
    top: 18px;
  }
}
.data_list .data_box.data_box-06 .dataArea {
  position: relative;
  top: 30px;
  left: 64px;
}
@media (max-width: 820.9px) {
  .data_list .data_box.data_box-06 .dataArea {
    top: 35px;
    left: 70px;
  }
}
.data_list .data_box.data_box-07 {
  width: 60%;
}
@media (max-width: 820.9px) {
  .data_list .data_box.data_box-07 {
    width: 100%;
    height: 340px;
  }
}
.data_list .data_box.data_box-07 .years_icons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
}
@media (max-width: 559.9px) {
  .data_list .data_box.data_box-07 .years_icons {
    gap: 90px;
  }
}
.data_list .data_box.data_box-07 .years_icons img {
  display: block;
  width: 96px;
}
.data_list .data_box.data_box-07 .years_ratio {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 20px auto 0;
  position: relative;
}
@media (max-width: 559.9px) {
  .data_list .data_box.data_box-07 .years_ratio {
    padding-top: 30px;
    width: 90%;
  }
}
.data_list .data_box.data_box-07 .years_ratio .tag {
  width: 96px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
@media (max-width: 559.9px) {
  .data_list .data_box.data_box-07 .years_ratio .tag {
    position: absolute;
    top: 0;
  }
}
.data_list .data_box.data_box-07 .years_ratio .tag.pink {
  background-color: #F83985;
}
@media (max-width: 559.9px) {
  .data_list .data_box.data_box-07 .years_ratio .tag.pink {
    left: 0;
  }
}
.data_list .data_box.data_box-07 .years_ratio .tag.green {
  background-color: #206F7D;
}
@media (max-width: 559.9px) {
  .data_list .data_box.data_box-07 .years_ratio .tag.green {
    right: 0;
  }
}
.data_list .data_box.data_box-07 .years_ratio .graph {
  width: 400px;
  height: 72px;
  background: linear-gradient(90deg, #F83985 0 40%, #206F7D 40% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.data_list .data_box.data_box-07 .years_ratio .graph .dataArea {
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.data_list .data_box.data_box-07 .years_ratio .graph .dataArea.dataArea-01 {
  width: 40%;
}
.data_list .data_box.data_box-07 .years_ratio .graph .dataArea.dataArea-02 {
  width: 60%;
}
.data_list .data_box.data_box-07 .years_ratio .graph .dataArea .data_num {
  color: white;
  font-size: 4.8rem;
}
@media (max-width: 559.9px) {
  .data_list .data_box.data_box-07 .years_ratio .graph .dataArea .data_num {
    font-size: 4rem;
  }
}
.data_list .data_box.data_box-07 .years_ratio .graph .dataArea .unit {
  color: white;
  top: 6px;
}
@media (max-width: 559.9px) {
  .data_list .data_box.data_box-07 .years_ratio .graph .dataArea .unit {
    font-size: 2rem;
  }
}

/**************
施工事例
**************/
.achievements {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 32px 24px;
}
.achievements &gt; li {
  position: relative;
}
@media (min-width: 560px) {
  .achievements &gt; li {
    width: calc(50% - 12px);
  }
}
@media (max-width: 559.9px) {
  .achievements &gt; li {
    width: 100%;
  }
}
.achievements &gt; li .thumb {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #ddd;
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
}
.achievements &gt; li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s ease;
}
.achievements &gt; li .achievement_list_ttl {
  display: block;
  line-height: 1.6;
  font-weight: bold;
  color: #525a66;
  margin-top: 8px;
}
@media (max-width: 820.9px) {
  .achievements &gt; li .achievement_list_ttl {
    font-size: 1.4rem;
  }
}
.achievements &gt; li:hover .thumb img {
  transform: scale(1.04);
}

/**************
施工詳細
**************/
.works_single_title {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 40px;
  padding-bottom: 8px;
  border-bottom: 1px #eee solid;
}
@media (max-width: 559.9px) {
  .works_single_title {
    font-size: 2.4rem;
  }
}

.product_single_image {
  width: 100%;
  background-color: #888;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_single_image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 560px;
}

.works_summary {
  padding: 24px 32px;
  background-color: #ECF5F7;
  border-radius: 8px;
}

.works_outline {
  border-top: 1px #333 solid;
  border-bottom: 1px #333 solid;
  padding: 24px 0;
  margin: 32px auto;
}

@media (min-width: 560px) {
  .works_exp {
    min-height: 500px;
    line-height: 1.8;
  }
}
.works_exp img {
  max-width: 100% !important;
  height: auto;
  margin: 1em auto 3em;
  overflow: hidden;
  display: block;
}
.works_exp img + br {
  display: none;
}
.works_exp .auto {
  margin: 15px 0;
}
.works_exp p {
  padding-top: 0;
  margin-top: 3em;
  margin-bottom: 0;
}
.works_exp p:empty {
  display: none;
}
.works_exp h1 {
  font-size: 2.4rem;
  margin: 56px 0 24px;
}
@media (max-width: 559.9px) {
  .works_exp h1 {
    font-size: 2rem;
    margin: 40px 0 24px;
  }
}
.works_exp h2 {
  font-size: 2.8rem;
  color: #444;
  margin: 56px 0 24px;
  border-bottom: 2px solid #ff7364;
  line-height: 1.4;
  padding-bottom: 1rem;
}
@media (max-width: 559.9px) {
  .works_exp h2 {
    font-size: 2rem;
    margin: 30px 0 12px;
  }
}
.works_exp h3 {
  font-size: 2, 2rem;
  color: #444;
  margin: 32px 0 24px;
  padding: 6px 16px;
  background-color: #efeef3;
  border-radius: 4px;
}
@media (max-width: 559.9px) {
  .works_exp h3 {
    font-size: 1.7rem;
    margin: 28px 0 24px;
    line-height: 1.6;
  }
}
.works_exp h4 {
  font-size: 2rem;
  border-bottom: solid 1px #555;
  border-top: solid 1px #555;
  padding: 13px;
  margin: 15px 0;
}
@media (max-width: 559.9px) {
  .works_exp h4 {
    padding: 10px;
  }
}
.works_exp h5 {
  font-size: 1.8rem;
  color: #666;
  position: relative;
  padding-left: 16px;
  margin-bottom: 15px;
}
@media (max-width: 559.9px) {
  .works_exp h5 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
.works_exp h5::before {
  background: #3875a1;
  width: 5px;
  height: 24px;
  display: block;
  content: "";
  margin-right: 6px;
  position: absolute;
  left: 0;
  top: 5px;
}
.works_exp h6 {
  font-size: 1.7rem;
  background-color: #eee;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 559.9px) {
  .works_exp h6 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.works_exp h6::before {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #07afbf;
  content: "";
  display: block;
}
.works_exp table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%;
}
.works_exp table th,
.works_exp table td {
  vertical-align: middle;
  padding: 15px 10px;
  border: 1px solid #ddd;
  margin: 0;
}
.works_exp table th {
  text-align: center;
  background: #eee;
  font-weight: bold;
}
@media (max-width: 559.9px) {
  .works_exp table.contact_table tr th, .works_exp #wpcf7cpcnf table tr th, #wpcf7cpcnf .works_exp table tr th {
    padding: 10px;
    border: none;
  }
}
@media (max-width: 559.9px) {
  .works_exp table.contact_table tr th .hissu_cell, .works_exp #wpcf7cpcnf table tr th .hissu_cell, #wpcf7cpcnf .works_exp table tr th .hissu_cell {
    min-height: 24px;
  }
}
@media (max-width: 559.9px) {
  .works_exp table.contact_table tr td, .works_exp #wpcf7cpcnf table tr td, #wpcf7cpcnf .works_exp table tr td {
    padding: 10px 0 20px;
    border: none;
  }
}
.works_exp table.contact_table tr:last-child th, .works_exp #wpcf7cpcnf table tr:last-child th, #wpcf7cpcnf .works_exp table tr:last-child th {
  border: none;
}
.works_exp blockquote {
  position: relative;
  box-sizing: border-box;
  padding: 45px 20px 45px 30px;
  margin: 0 0 30px;
  font-weight: 400;
  color: #444;
  background-color: #f3f3f3;
  border: 1px #ddd solid;
}
@media (max-width: 559.9px) {
  .works_exp blockquote {
    padding: 20px 5%;
  }
}
.works_exp pre {
  padding: 20px;
  margin: 20px;
  background: #eee;
  border-radius: 5px;
  font-size: 1.5rem;
  white-space: pre-line;
}
.works_exp code {
  word-wrap: break-word;
  font-size: 1.5rem;
}
.works_exp .word-set {
  display: inline-table;
  position: relative;
  vertical-align: baseline;
  white-space: initial;
}
.works_exp .aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.works_exp .alignright {
  margin-left: auto;
  margin-right: 0;
}
.works_exp ul {
  margin-left: 10px;
  margin-bottom: 30px;
}
.works_exp ul li {
  position: relative;
  padding-left: 12px;
}
.works_exp ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 4px;
  content: "";
  display: block;
  background-color: #2A2828;
  position: absolute;
  left: 0;
  top: 14px;
}
.works_exp ol {
  list-style: inherit;
  margin-bottom: 30px;
}
.works_exp ol li {
  list-style-type: decimal;
  list-style-position: outside;
}
.works_exp a {
  text-decoration: underline;
  color: #172C80;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.works_exp a:hover, .works_exp a:active {
  opacity: 0.7;
}
.works_exp a.no-underline {
  text-decoration: none;
}

/**************
募集要項
**************/
.tab_navi {
  display: flex;
  flex-wrap: wrap;
}
.tab_navi &gt; li {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: 0.7em 1em 0.5em;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0;
  background-color: #e9f0f6;
  color: #535353;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
.tab_navi &gt; li:hover {
  opacity: 0.8;
}
.tab_navi &gt; li.current {
  background-color: #fff;
  border-color: #172C80 #f0f0f0 #fff;
  border-style: solid;
  border-width: 4px 1px 1px;
  border-radius: 5px;
  color: #2A2828;
}

.tab-target {
  display: none;
  width: 100%;
  background-color: #fff;
}
.tab-target.current {
  display: block;
}

.requirement_content {
  padding-top: 40px;
}

.honsha_entry {
  border: 1px #2A2828 solid;
  padding: 24px;
  text-align: center;
  width: 260px;
  margin: 24px auto 0;
}

.saiyo_schedule {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  gap: 24px 24px;
}
.saiyo_schedule &gt; li {
  width: calc(20% - 20px);
  border: 1px #2A2828 solid;
  padding: 20px;
  text-align: center;
  position: relative;
}
.saiyo_schedule &gt; li:not(:last-child)::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/icon/arrow-right.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 103%;
  top: 50%;
  transform: translateY(-50%);
}
.saiyo_schedule &gt; li .head {
  font-weight: bold;
  letter-spacing: 0.08em;
}
.saiyo_schedule &gt; li .sub {
  margin-top: 5px;
  line-height: 1.5;
}

.site_contents {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px 40px;
  flex-wrap: wrap;
}
.site_contents &gt; li {
  width: calc(50% - 20px);
  position: relative;
}
.site_contents &gt; li .head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.site_contents &gt; li .head .txt {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}
.site_contents &gt; li .head .txt::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2A2828;
  position: absolute;
  left: 0;
  bottom: 0;
}
.site_contents &gt; li .head .arrow {
  width: 30px;
  height: 30px;
  background-color: #00D9FF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.site_contents &gt; li .head .arrow i {
  font-size: 1.2rem;
  color: white;
}
.site_contents &gt; li .desc_text {
  color: #595757;
  min-height: 62px;
  margin-bottom: 10px;
}
.site_contents &gt; li .img {
  width: 100%;
  aspect-ratio: 2/1;
  position: relative;
  overflow: hidden;
}
.site_contents &gt; li .img img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.site_contents &gt; li:hover .arrow {
  background-color: #0a3359;
}
.site_contents &gt; li:hover .img img {
  transform: scale(1.05);
}

/**************
福利厚生
**************/
.welfare_list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 24px 24px;
  flex-wrap: wrap;
}
.welfare_list &gt; li {
  width: calc(33.3333333333% - 16px);
  position: relative;
  background-color: white;
}
@media (max-width: 559.9px) {
  .welfare_list &gt; li {
    width: 100%;
  }
}
.welfare_list &gt; li .img {
  width: 100%;
  aspect-ratio: 2/1;
  position: relative;
  overflow: hidden;
}
.welfare_list &gt; li .img img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.welfare_list &gt; li .inner {
  padding: 18px 24px 24px;
}
.welfare_list &gt; li .tit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  gap: 8px;
  font-size: 1.8rem;
}
.welfare_list &gt; li .tit img {
  display: block;
  width: 32px;
}

/**************
新着情報
**************/
.news_archive {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 32px 2%;
  flex-wrap: wrap;
}
.news_archive .item {
  display: block;
  overflow: hidden;
  position: relative;
  transform: scale(0);
  background-color: white;
}
@media (max-width: 559.9px) {
  .news_archive .item {
    width: 100%;
  }
}
.news_archive .item.moved {
  transform: scale(1);
}
@media (min-width: 560px) {
  .news_archive .item {
    width: 32%;
    transition: all 0.4s ease;
  }
}
.news_archive .item .img {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
.news_archive .item .img img {
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.news_archive .item .inner {
  padding: 12px 24px 24px;
  background-color: white;
}
.news_archive .item .news_item_head {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  gap: 4px;
}
.news_archive .item .news_item_head .date {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #666;
  padding: 0 4px;
}
.news_archive .item .title_area {
  margin-top: 6px;
  padding: 0 4px;
}
.news_archive .item .title_area h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1.4rem;
  line-height: 1.5;
}
.news_archive .item:hover .img img {
  transform: scale(1.1);
}
.news_archive.page .item {
  transform: scale(1);
}
@media (max-width: 559.9px) {
  .news_archive.page .item {
    width: 100%;
  }
}
.news_archive.page .item .inner {
  padding: 8px 0 0;
}

.news_item_tag {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 3px;
}
.news_item_tag .cat {
  height: 20px;
  padding: 0 10px;
  border-radius: 24px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: bold;
  background-color: #00D9FF;
}
.news_item_tag .cat.info {
  background-color: #00D9FF;
}
.news_item_tag .cat.media {
  background-color: rgb(67, 179, 204);
}
.news_item_tag .cat.saiyo {
  background-color: rgb(208, 167, 72);
}
.news_item_tag .cat.other {
  background-color: rgb(244, 145, 180);
}

/**************
新着情報 single
**************/
.news_single {
  padding: 56px 80px 64px;
  background-color: white;
  margin-bottom: 90px;
  background: var(--white, #fff);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 820.9px) {
  .news_single {
    margin-bottom: 50px;
    padding: 30px;
  }
}
@media (max-width: 559.9px) {
  .news_single {
    padding: 24px;
  }
}

.single_title {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 40px 0 50px;
}
@media (max-width: 820.9px) {
  .single_title {
    font-size: 2rem;
    margin: 20px 0 30px;
  }
}
@media (max-width: 559.9px) {
  .single_title {
    padding: 20px 0;
    margin-bottom: 10px;
  }
}

.post_data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post_data .news_date {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
}

.single_icatch {
  width: 100%;
  background-color: #2A2828;
  position: relative;
  margin-bottom: 40px;
}
.single_icatch img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cat_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 3px;
  justify-content: flex-start;
}

.cat_tag_item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #172C80;
  border: 1px #172C80 solid;
  font-size: 1.2rem;
  padding: 1px 10px;
}

@media (min-width: 560px) {
  .single_content {
    min-height: 500px;
    line-height: 1.8;
  }
}
.single_content img {
  max-width: 100% !important;
  height: auto;
  margin: 3em auto;
  overflow: hidden;
  display: block;
}
.single_content img + br {
  display: none;
}
.single_content .auto {
  margin: 15px 0;
}
.single_content p {
  padding-bottom: 24px;
  padding-top: 0;
  margin-top: 24px;
  margin-bottom: 0;
}
@media (max-width: 559.9px) {
  .single_content p {
    margin-top: 16px;
  }
}
.single_content p:empty {
  display: none;
}
.single_content h1 {
  font-size: 2.4rem;
  margin: 56px 0 24px;
}
@media (max-width: 559.9px) {
  .single_content h1 {
    font-size: 2rem;
    margin: 40px 0 24px;
  }
}
.single_content h2 {
  font-size: 2.8rem;
  color: #444;
  margin: 56px 0 24px;
  border-bottom: 2px solid #ff7364;
  line-height: 1.4;
  padding-bottom: 1rem;
}
@media (max-width: 559.9px) {
  .single_content h2 {
    font-size: 2rem;
    margin: 30px 0 12px;
  }
}
.single_content h3 {
  font-size: 2, 2rem;
  color: #444;
  margin: 32px 0 24px;
  padding: 6px 16px;
  background-color: #efeef3;
  border-radius: 4px;
}
@media (max-width: 559.9px) {
  .single_content h3 {
    font-size: 1.7rem;
    margin: 28px 0 24px;
    line-height: 1.6;
  }
}
.single_content h4 {
  font-size: 2rem;
  border-bottom: solid 1px #555;
  border-top: solid 1px #555;
  padding: 13px;
  margin: 15px 0;
}
@media (max-width: 559.9px) {
  .single_content h4 {
    padding: 10px;
  }
}
.single_content h5 {
  font-size: 1.8rem;
  color: #666;
  position: relative;
  padding-left: 16px;
  margin-bottom: 15px;
}
@media (max-width: 559.9px) {
  .single_content h5 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
.single_content h5::before {
  background: #3875a1;
  width: 5px;
  height: 24px;
  display: block;
  content: "";
  margin-right: 6px;
  position: absolute;
  left: 0;
  top: 5px;
}
.single_content h6 {
  font-size: 1.7rem;
  background-color: #eee;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 559.9px) {
  .single_content h6 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.single_content h6::before {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #07afbf;
  content: "";
  display: block;
}
.single_content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%;
  max-width: 100%;
}
.single_content table th,
.single_content table td {
  vertical-align: middle;
  margin: 0;
}
.single_content table th img,
.single_content table td img {
  margin: 0;
  display: inline;
}
.single_content table th {
  text-align: center;
  background: #eee;
  font-weight: bold;
}
@media (max-width: 559.9px) {
  .single_content table.contact_table tr th, .single_content #wpcf7cpcnf table tr th, #wpcf7cpcnf .single_content table tr th {
    padding: 10px;
    border: none;
  }
}
@media (max-width: 559.9px) {
  .single_content table.contact_table tr th .hissu_cell, .single_content #wpcf7cpcnf table tr th .hissu_cell, #wpcf7cpcnf .single_content table tr th .hissu_cell {
    min-height: 24px;
  }
}
@media (max-width: 559.9px) {
  .single_content table.contact_table tr td, .single_content #wpcf7cpcnf table tr td, #wpcf7cpcnf .single_content table tr td {
    padding: 10px 0 20px;
    border: none;
  }
}
.single_content table.contact_table tr:last-child th, .single_content #wpcf7cpcnf table tr:last-child th, #wpcf7cpcnf .single_content table tr:last-child th {
  border: none;
}
.single_content blockquote {
  position: relative;
  box-sizing: border-box;
  padding: 45px 20px 45px 30px;
  margin: 0 0 30px;
  font-weight: 400;
  color: #444;
  background-color: #f3f3f3;
  border: 1px #ddd solid;
}
@media (max-width: 559.9px) {
  .single_content blockquote {
    padding: 20px 5%;
  }
}
.single_content pre {
  padding: 20px;
  margin: 20px;
  background: #eee;
  border-radius: 5px;
  font-size: 1.5rem;
  white-space: pre-line;
}
.single_content code {
  word-wrap: break-word;
  font-size: 1.5rem;
}
.single_content .word-set {
  display: inline-table;
  position: relative;
  vertical-align: baseline;
  white-space: initial;
}
.single_content .aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.single_content .alignright {
  margin-left: auto;
  margin-right: 0;
}
.single_content ul {
  margin-left: 10px;
  margin-bottom: 30px;
}
.single_content ul li {
  position: relative;
  padding-left: 12px;
}
.single_content ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 4px;
  content: "";
  display: block;
  background-color: #2A2828;
  position: absolute;
  left: 0;
  top: 14px;
}
.single_content ol {
  list-style: inherit;
  margin-bottom: 30px;
}
.single_content ol li {
  list-style-type: decimal;
  list-style-position: outside;
}
.single_content a {
  text-decoration: underline;
  color: #172C80;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.single_content a:hover, .single_content a:active {
  opacity: 0.7;
}
.single_content a.no-underline {
  text-decoration: none;
}
@media (max-width: 559.9px) {
  .single_content .link_buttons {
    margin-top: 32px;
  }
}
.single_content .link_buttons a {
  text-decoration: none;
}
@media (max-width: 559.9px) {
  .single_content .link_buttons a {
    height: auto;
    padding: 15px;
  }
}
.single_content .underline_text {
  background: linear-gradient(transparent 70%, yellow 70%);
}

.single_page_navi {
  background-color: #f3f3f3;
  padding: 30px;
  border-radius: 8px;
  margin-top: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 820.9px) {
  .single_page_navi {
    padding: 16px;
    margin-top: 36px;
    border-radius: 8px;
  }
}
.single_page_navi a {
  color: #666;
}
.single_page_navi a:nth-child(2) {
  margin: 0 72px;
}
@media (max-width: 820.9px) {
  .single_page_navi a:nth-child(2) {
    margin: 0 24px;
  }
}
.single_page_navi a img {
  display: block;
  width: 22px;
}

@media (max-width: 820.9px) {
  .single_info {
    margin-top: 25px;
    padding-top: 15px;
  }
}

.side_title {
  padding: 8px 12px;
  color: #595757;
  font-weight: bold;
  background: rgba(10, 51, 89, 0.2);
  position: relative;
}
@media (max-width: 820.9px) {
  .side_title {
    margin-bottom: 12px;
  }
  .side_title::before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    top: 50%;
    right: 12px;
    transform: translatey(-50%) rotate(0);
    transition: all 0.4s ease;
  }
}
.side_title.active::before {
  transform: translatey(-50%) rotate(180deg);
}

.side_list li a {
  border-bottom: 1px #ccc solid;
  display: block;
  padding: 8px;
  color: #666;
  background-color: #fff;
  font-size: 1.4rem;
}
@media (min-width: 560px) {
  .side_list li a {
    transition: all 0.3s ease;
  }
  .side_list li a:hover {
    background-color: #f3f3f3;
  }
}
.side_list li a i {
  margin-right: 4px;
}

.side_column_list li {
  border-bottom: 1px #ddd solid;
}
.side_column_list li a {
  width: 100%;
  padding: 12px 0;
  display: block;
  transition: all 0.3s ease;
}
.side_column_list li a:hover {
  background-color: #f3f3f3;
}
.side_column_list li a .inner {
  width: 100%;
}
.side_column_list li a .inner .date {
  color: #666;
  font-size: 1.2rem;
}
.side_column_list li a .inner .tit {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .side_column_list li a .inner .tit {
    -webkit-line-clamp: 2;
  }
}

.side_btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 72px;
  width: 100%;
  padding: 0 16px;
  background: linear-gradient(0deg, #0a3359 0 50%, #0b39af 50% 100%);
  color: #fff;
  margin-top: 8px;
  line-height: 1.6;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .side_btn {
    padding: 0 12px;
    font-size: 1.4rem;
  }
}
@media (min-width: 560px) {
  .side_btn {
    transition: all 0.3s ease;
  }
  .side_btn:hover {
    opacity: 0.8;
    color: white;
  }
}
.side_btn i {
  font-size: 2.4rem;
  margin-right: 16px;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .side_btn i {
    font-size: 1.8rem;
    margin-right: 12px;
  }
}

.single_info {
  padding-bottom: 16px;
  border-bottom: #ddd 1px solid;
  margin-bottom: 24px;
}
@media (min-width: 560px) {
  .single_info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.single_info .date {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
  color: #666;
}

/* ------------
PAGENATION
------------- */
.wp-pagenavi {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi .pages,
.wp-pagenavi .extend {
  display: none;
}
@media (max-width: 559.9px) {
  .wp-pagenavi .last, .wp-pagenavi .first {
    display: none;
  }
}

.wp-pagenavi &gt; span,
.wp-pagenavi &gt; a {
  padding: 0 10px !important;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: none !important;
}
.wp-pagenavi &gt; span:not(.wp-pagenavi &gt; span.nextpostslink,
.wp-pagenavi &gt; a.nextpostslink), .wp-pagenavi &gt; span:not(.wp-pagenavi &gt; span.previouspostslink,
.wp-pagenavi &gt; a.previouspostslink),
.wp-pagenavi &gt; a:not(.wp-pagenavi &gt; span.nextpostslink,
.wp-pagenavi &gt; a.nextpostslink),
.wp-pagenavi &gt; a:not(.wp-pagenavi &gt; span.previouspostslink,
.wp-pagenavi &gt; a.previouspostslink) {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  font-optical-sizing: auto;
  letter-spacing: 2.4px;
}
.wp-pagenavi &gt; span.nextpostslink, .wp-pagenavi &gt; span.previouspostslink,
.wp-pagenavi &gt; a.nextpostslink,
.wp-pagenavi &gt; a.previouspostslink {
  font-size: 1.5rem;
  gap: 6px;
}
.wp-pagenavi &gt; span.nextpostslink &gt; span, .wp-pagenavi &gt; span.previouspostslink &gt; span,
.wp-pagenavi &gt; a.nextpostslink &gt; span,
.wp-pagenavi &gt; a.previouspostslink &gt; span {
  border: none;
  padding: 0;
}
@media (max-width: 559.9px) {
  .wp-pagenavi &gt; span.nextpostslink &gt; span, .wp-pagenavi &gt; span.previouspostslink &gt; span,
.wp-pagenavi &gt; a.nextpostslink &gt; span,
.wp-pagenavi &gt; a.previouspostslink &gt; span {
    display: none;
  }
}

.wp-pagenavi .page,
.wp-pagenavi .pages,
.wp-pagenavi .extend,
.wp-pagenavi .last,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first {
  background: #d0f4f9;
}

.wp-pagenavi .current {
  background: #206F7D;
  color: #fff;
}

.searchHead {
  font-size: 1.2rem;
  margin-bottom: 24px;
}

/**************
お問い合わせ
**************/
.contact_table, #wpcf7cpcnf table {
  width: 100%;
}
.contact_table tr th, #wpcf7cpcnf table tr th {
  border-top: 1px solid #d3d3d3;
  padding: 18px 40px 18px 0;
  width: 32%;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 1199.9px) {
  .contact_table tr th, #wpcf7cpcnf table tr th {
    display: block;
    padding: 16px 0;
    width: 100%;
    text-align: left;
  }
}
.contact_table tr th .hissu_cell, #wpcf7cpcnf table tr th .hissu_cell {
  position: relative;
}
.contact_table tr th .hissu_cell .hissu, #wpcf7cpcnf table tr th .hissu_cell .hissu {
  background: #e64949;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 4px 11px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
}
@media (max-width: 1199.9px) {
  .contact_table tr th .hissu_cell .hissu, #wpcf7cpcnf table tr th .hissu_cell .hissu {
    padding: 0 7px 1px;
    margin-top: -10px;
  }
}
.contact_table tr td, #wpcf7cpcnf table tr td {
  padding: 18px 0;
  border-top: 1px solid #d3d3d3;
  width: 68%;
}
@media (max-width: 1199.9px) {
  .contact_table tr td, #wpcf7cpcnf table tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 20px;
    border-top: 0;
  }
}
@media (min-width: 560px) {
  .contact_table tr:last-child th, #wpcf7cpcnf table tr:last-child th {
    border-bottom: 1px solid #d3d3d3;
  }
}
.contact_table tr:last-child td, #wpcf7cpcnf table tr:last-child td {
  border-bottom: 1px solid #d3d3d3;
}

input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-input, .c-select, .c-textarea {
  background: #fff;
  border: 1px solid #d3d3d3;
  transition: background-color 100ms, border-color 100ms;
  width: 100%;
  box-sizing: border-box;
}

.c-select {
  padding: 5px 10px;
}

.c-input {
  height: 40px;
  padding: 2px 10px;
}
@media (max-width: 1199.9px) {
  .c-input {
    height: auto;
    padding: 8px 4%;
    box-sizing: border-box;
  }
}

@media (min-width: 560px) {
  .c-select-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.c-select-list__item {
  display: flex;
  align-items: center;
}
@media (min-width: 560px) {
  .c-select-list__item {
    width: 32%;
  }
}
@media (max-width: 820.9px) {
  .c-select-list__item {
    width: 80%;
    margin-bottom: 4px;
  }
}

.c-radio-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -5px 0;
  width: 100%;
}
.c-radio-list__item {
  margin: 0 0 5px 0;
}
@media (max-width: 1199.9px) {
  .c-radio-list__item {
    text-align: left;
  }
}
.c-radio-list__item label {
  cursor: pointer;
  margin-right: 20px;
}
@media (max-width: 1199.9px) {
  .c-radio-list__item label {
    margin-right: 10px;
  }
}

.c-radio {
  position: relative;
  top: -3px;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

.c-textarea {
  height: 200px;
  width: 100%;
  padding: 8px 10px;
}
@media (max-width: 1199.9px) {
  .c-textarea {
    box-sizing: border-box;
    width: 100%;
    height: 120px;
  }
}

.form-btn {
  margin-top: 30px;
  text-align: center;
}

.c-submit, .c-confirm, .c-back {
  padding: 18px 0;
  text-align: center;
  width: 280px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .c-submit, .c-confirm, .c-back {
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 1199.9px) {
  .c-submit, .c-confirm, .c-back {
    width: 48%;
    padding: 15px 0;
  }
}

.c-submit {
  border: 2px #172C80 solid;
  color: #fff;
  background-color: #172C80;
  font-weight: bold;
  font-size: 1.8rem;
}

.c-submit:hover {
  opacity: 0.8;
}

.c-confirm, .c-back {
  border: 2px #777 solid;
  color: #777;
  background-color: #fff;
}

.c-confirm:hover, .c-back:hover {
  background-color: #eee;
}

.privacyCheck {
  text-align: center;
  margin: 60px 0 40px;
}
.privacyCheck p {
  font-size: 12px;
  margin: 10px 0 20px;
}

.btn-confirm, #btn_confirm {
  display: block;
  border: 1px #999 solid;
  border-radius: 5px;
  max-width: 400px;
  width: 90%;
  padding: 15px 0;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto;
  background-color: #ddd;
  transition: all 0.3s ease 0s;
}
.btn-confirm.hoverOn, .hoverOn#btn_confirm {
  border: 1px solid #5d3fff;
  background-color: #fff;
  color: #5d3fff;
  cursor: pointer;
}

.form-btns .btn {
  color: white;
  font-size: 22px;
  font-weight: 600;
  height: auto;
  width: 370px;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 18px 0;
  margin: 0 5px 20px;
}
@media (max-width: 1199.9px) {
  .form-btns .btn {
    font-size: 18px;
    width: 90%;
    margin: 0 auto 20px;
  }
}

.wpcf7cp-btns {
  margin-top: 30px;
  text-align: center;
}
.wpcf7cp-btns button {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  height: auto;
  width: 370px;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 18px 0;
  margin: 0 5px 20px;
}
@media (max-width: 1199.9px) {
  .wpcf7cp-btns button {
    font-size: 18px;
    width: 90%;
    margin: 0 auto 20px;
  }
}
.wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background-color: #81c320;
  border-bottom: 3px solid #679b1b;
}
.wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover {
  background-color: #a2d400;
  border-color: #a2d400;
}
.wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
  background-color: #21b2c1;
  border-bottom: 3px solid #1d8691;
  border-color: #21b2c1 #21b2c1 #1d8691;
}
.wpcf7cp-btns button.wpcf7cp-cfm-submit-btn:hover {
  background-color: #2fccdc;
  border-bottom: 3px solid #1d8691;
  border-color: #2fccdc #2fccdc #2fccdc;
}

.btn-conta {
  color: white;
  font-size: 22px;
  font-weight: 600;
  height: 51px;
  width: 80%;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  text-align: center;
  padding-top: 18px;
  margin: 0 auto 20px;
  background-color: #333;
  border-bottom: 3px solid #888;
}
.btn-conta:hover {
  background-color: #555;
  border-bottom: 3px solid #999;
}

.form-btns .btn-primary {
  background-color: #81c320;
  border-color: #a2d400;
  border-bottom: 3px solid #679b1b;
}
.form-btns .btn-primary:hover {
  background-color: #a2d400;
  border-color: #a2d400;
}

.btn-info {
  background-color: #21b2c1;
  border-color: #21b2c1 #21b2c1 #1d8691;
  border-bottom: 3px solid #1d8691;
}
.btn-info:hover {
  background-color: #2fccdc;
  border-bottom: 3px solid #1d8691;
  border-color: #2fccdc #2fccdc #2fccdc;
}

input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  border-radius: 50%;
  position: relative;
  top: -2px;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  border-radius: 50%;
}

.c-radio, .c-checkbox {
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}

.alert-block {
  border: 2px tomato solid;
  padding: 24px;
  color: red;
  font-weight: bold;
}

.help-block {
  display: block;
  color: tomato;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}

.wpcf7-response-output {
  background-color: #fff0f0;
  text-align: center;
  color: red;
  padding: 24px !important;
  border-radius: 4px;
  border: none !important;
}

.wpcf7-not-valid-tip {
  display: block;
  font-size: 1.3rem !important;
  font-weight: bold !important;
  margin-top: 3px !important;
}

/**************
プライバシーポリシー
**************/
.sq_black::before {
  background-color: black;
}

.privacy {
  background-color: #fff;
}
@media (min-width: 560px) {
  .privacy {
    padding: 0 24px;
  }
}
.privacy *:first-child {
  margin-top: 0;
}
.privacy ul {
  margin-top: 10px;
}
.privacy ul li {
  margin-top: 5px;
}
.privacy p {
  margin-top: 24px;
}
.privacy h3 {
  font-size: 110%;
  margin-top: 24px;
  margin-bottom: 8px;
}
.privacy h4 {
  font-size: 105%;
  margin-top: 20px;
}
.privacy h5 {
  margin-top: 15px;
}

/**************
マルケイ健康宣言
**************/
.health_head {
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 0 auto 40px;
}
@media (max-width: 559.9px) {
  .health_head {
    width: 200px;
  }
}

.health_content p {
  line-height: 2.2;
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .health_content p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.health_content p.ceo_name {
  text-align: right;
}

.health_single_content img {
  max-width: 100% !important;
  height: auto;
  margin: 3em auto;
  overflow: hidden;
  display: block;
}
.health_single_content img + br {
  display: none;
}
.health_single_content p {
  padding-bottom: 24px;
  padding-top: 0;
  margin-bottom: 0;
}
.health_single_content p + figure img {
  margin-top: 0;
}
.health_single_content h2 {
  font-size: 2.7rem;
  font-weight: 700 !important;
  margin: 40px 0 24px;
  border-radius: 4px;
  line-height: 1.5;
  padding-bottom: 1rem;
  border-bottom: 1px #ccc solid;
}
@media (max-width: 559.9px) {
  .health_single_content h2 {
    font-size: 2.1rem;
  }
}
.health_single_content h3 {
  font-size: 2rem;
  background-color: #0066A1;
  color: white;
  padding: 4px 16px;
  margin: 40px 0 20px;
  font-weight: 700 !important;
}
@media (max-width: 559.9px) {
  .health_single_content h3 {
    font-size: 1.9rem;
    line-height: 1.6;
    padding: 8px 12px;
  }
}
.health_single_content h4 {
  font-size: 2rem;
  margin: 40px 0 16px;
}
@media (max-width: 559.9px) {
  .health_single_content h4 {
    font-size: 1.7rem;
    margin: 24px 0 12px;
  }
}
.sdgs_img {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.health_ceo_name_area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 559.9px) {
  .health_ceo_name_area {
    flex-direction: column;
  }
}
.health_ceo_name_area .btn-blue {
  margin: 0 auto;
}
/*# sourceMappingURL=styles.css.map */</pre></body></html>