@charset "UTF-8";
:root {
  --c-base: #3088d5;
  --c-sub: #fffafa;
  --c-text: #303e59;
  --c-text-sub: #1b65a6;
  --c-text-accent: #ff5722;
  --c-line: #99bfdf;
  --c-lightblue-hover: #66adea;
  --c-footBg: #1e1d40;
  --c-bg: #e3f1fe;
  --c-bgTb: #EBF6FF;
  --c-wh: #ffffff;
}

:root {
  --f1: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

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

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--f1);
  font-size: 1rem;
  line-height: normal;
  background: #FBFEFF;
  color: var(--c-text);
}

a {
  color: inherit;
}

.l-wrap-900 {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
.l-wrap-1100 {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.l-wrap-1277 {
  max-width: 1417px;
  width: 88.6805555556%;
  margin: 0 auto;
  width: 100%;
  padding-inline: 70px;
}
@media screen and (max-width: 1100px) {
  .l-wrap-1277 {
    width: 100%;
    padding-inline: 20px;
  }
}
.l-wrap-1360 {
  max-width: 1360px;
  margin: 0 auto;
  padding: 20px;
}
.l-wrap-1440 {
  max-width: 1440px;
  margin: 0 auto;
}

.c-header {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 144px;
  padding: 0 17px 0 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-header {
    height: auto;
    padding: 15px 10px 0 10px;
  }
}
.c-headerLeft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 21px;
  margin-left: 33px;
}
@media screen and (max-width: 767px) {
  .c-headerLeft {
    margin-left: 10px;
    gap: 15px;
    margin-top: 5px;
  }
}
.c-headerLeft img {
  width: 79px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-headerLeft img {
    width: 60px;
  }
}
.c-headerLeft p {
  color: var(--c-wh);
}
.c-headerLeft p:first-child {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .c-headerLeft p:first-child {
    font-size: 1rem;
  }
}
.c-headerLeft p:last-child {
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-headerLeft p:last-child {
    font-size: 0.625rem;
  }
}
.c-headerRight {
  padding: 15px 30px;
  border-radius: 10px;
  background: rgba(251, 254, 255, 0.9);
  color: var(--c-text-sub);
  position: fixed;
  right: 28px;
  z-index: 9999;
}
@media screen and (max-width: 1100px) {
  .c-headerRight {
    padding: 18px;
  }
}
.c-headerRight nav {
  padding: 16px 0;
}
@media screen and (max-width: 1100px) {
  .c-headerRight nav {
    padding: 0;
  }
}
.c-headerRight ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.c-headerRight ul a {
  padding: 15px 0;
  transition: 0.3s ease-in-out;
}
.c-headerRight ul a:hover {
  color: var(--c-lightblue-hover);
}
.c-headerRight ul a:hover svg path {
  fill: var(--c-lightblue-hover);
  transition: fill 0.3s ease-in-out;
}
.c-headerRight_share a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.c-headerRight_share a path:hover {
  fill: var(--c-lightblue-hover);
}
.c-headerRight_contact {
  background-color: var(--c-text-sub);
  padding: 15px 20px !important;
  color: var(--c-wh) !important;
  border-radius: 5px;
}
.c-headerRight_contact:hover {
  color: var(--c-wh) !important;
  background-color: var(--c-lightblue-hover);
}
.c-headerRight_open {
  cursor: pointer;
}
.c-headerRight_open div {
  padding: 15px;
  margin: -15px;
}
@media screen and (max-width: 1100px) {
  .c-headerRight_open div {
    padding: 18px;
    margin: -18px;
  }
  .c-headerRight_open div img {
    scale: 1.5;
  }
}
.c-headerRight_open div img {
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .c-headerRight_open div:hover img {
    transform: scale(1.5);
  }
}
@media screen and (max-width: 1100px) {
  .c-headerRight_open div:hover img {
    transform: none;
  }
}

.c-mv {
  padding: 17px 17px 0 17px;
  color: var(--c-text-sub);
  min-height: 100vh;
}
.c-mvImg {
  width: 100%;
  height: 65vh;
  border-radius: 20px;
  margin-bottom: 33px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-mvImg {
    height: 60vh;
  }
}
@media screen and (max-width: 767px) {
  .c-mvImg.--pcMv {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-mvImg.--spMv {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-mvImg.--spMv {
    display: block;
  }
}
.c-mvImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.c-mv p {
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 32px;
}
@media screen and (max-width: 1100px) {
  .c-mv p {
    padding-left: 0px;
  }
}
.c-mvTtl {
  display: flex;
  align-items: baseline;
  gap: 35px;
  padding-left: 32px;
}
@media screen and (max-width: 1100px) {
  .c-mvTtl {
    flex-direction: column;
    padding-left: 0px;
  }
}
.c-mvTtl h1 {
  font-size: 6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-mvTtl h1 {
    font-size: 4.375rem;
  }
}
.c-mvTtl ul {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .c-mvTtl ul {
    gap: 16px;
    font-size: 14px;
  }
}
.c-mvTtl ul a {
  display: flex;
  gap: 5px;
  align-items: center;
}

.company .c-mv img, .service .c-mv img {
  object-position: top !important;
}

.c-btn {
  width: fit-content;
}
.c-btn a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 53px;
  border-radius: 100vmax;
  border: 2px solid var(--c-text);
  color: var(--c-text);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
}
.c-btnDot {
  width: 3px;
  height: 3px;
  border-radius: 100vmax;
  background: var(--c-text);
  transition: 0.3s ease-in-out;
}

.--c-bgBlue a:hover {
  background: var(--c-text-sub);
  border: 2px solid var(--c-text-sub);
  color: var(--c-wh);
}
.--c-bgBlue a:hover .c-btnDot {
  background: var(--c-wh);
}

.--c-bdBlue a:hover {
  border: 2px solid var(--c-base);
  color: var(--c-text-sub);
}
.--c-bdBlue a:hover .c-btnDot {
  background: var(--c-text-sub);
}

.--c-bgWh a {
  color: var(--c-wh) !important;
  border: 2px solid var(--c-wh) !important;
}
.--c-bgWh a .c-btnDot {
  background: var(--c-wh) !important;
}
.--c-bgWh a:hover {
  background: var(--c-wh) !important;
  color: var(--c-text-sub) !important;
}
.--c-bgWh a:hover .c-btnDot {
  background: var(--c-text-sub) !important;
}

.c-btnAllow a {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 15px;
  color: var(--c-text-sub);
  transition: color 0.3s ease-in-out;
}
.c-btnAllow a:hover {
  color: var(--c-lightblue-hover);
}
.c-btnAllow a:hover .c-btnAllow_img path {
  fill: var(--c-text-sub);
}
.c-btnAllow a:hover .c-btnAllow_img circle {
  stroke: var(--c-text-sub);
  fill: var(--c-wh);
}
.c-btnAllow_img path {
  transition: fill 0.3s ease-in-out;
}
.c-btnAllow_img circle {
  transition: stroke 0.3s ease-in-out, fill 0.3s ease-in-out;
}

.c-btnSquare {
  padding: 20px 0;
  width: fit-content;
  height: auto;
  font-family: var(--f1);
}
.c-btnSquare a {
  padding: 20px 45px;
  background-color: var(--c-text-sub);
  color: var(--c-wh);
  transition: 0.3s ease-in-out;
  border-radius: 5px;
}
.c-btnSquare a:hover {
  background-color: var(--c-lightblue-hover);
}

.c-ttl {
  height: auto;
  border-bottom: 0.5px solid var(--c-line);
  padding-bottom: 13px;
  line-height: normal;
}
.c-ttl p {
  color: var(--c-text-sub);
  font-size: 1rem;
  font-weight: 700;
  line-height: 15px;
}
.c-ttl h2 {
  color: var(--c-text);
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-ttl h2 {
    font-size: 2.25rem;
  }
}

.c-menu {
  width: 100%;
  margin: 0 auto;
}
.c-menuInner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 100px 42px;
}
@media screen and (max-width: 1100px) {
  .c-menuInner {
    flex-direction: column;
    padding: 100px 30px;
  }
}
@media screen and (max-width: 1100px) {
  .c-menuInner--sp {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
}
.c-menuInner::before {
  position: absolute;
  content: "";
  display: block;
  top: -158px;
  right: 21px;
  width: 239.993px;
  height: 159.975px;
  background-image: url("../../src/img/component/menu/menuTreat.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.c-menuInner_card {
  max-width: 421px;
  width: 29.2361111111%;
  background-color: var(--c-wh);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px 0 40px;
  color: var(--c-base);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (hover: hover) {
  .c-menuInner_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 1100px) {
  .c-menuInner_card {
    width: 100%;
    min-width: none;
    margin: 0 auto;
    text-align: left;
    gap: 16px;
  }
}
.c-menuInner_card_img {
  width: fit-content;
  height: auto;
  margin-top: auto;
  margin-inline: auto;
}
.c-menuInner_card_img.--01 {
  width: 69px;
  height: 93px;
}
@media screen and (max-width: 1100px) {
  .c-menuInner_card_img.--01 {
    width: 47px !important;
    height: 64px !important;
  }
}
.c-menuInner_card_img.--02 {
  width: 76px;
  height: 87px;
}
@media screen and (max-width: 1100px) {
  .c-menuInner_card_img.--02 {
    width: 53px !important;
    height: 61px !important;
  }
}
.c-menuInner_card_img.--03 {
  width: 69px;
  height: 69px;
}
@media screen and (max-width: 1100px) {
  .c-menuInner_card_img.--03 {
    width: 56px;
    height: 56px;
  }
}
.c-menuInner_card p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 36px;
}
@media screen and (max-width: 1100px) {
  .c-menuInner_card p {
    line-height: 20px;
    text-align: left;
    font-size: 1rem;
  }
}
.c-menuInner_card h4 {
  font-size: 40px;
  font-weight: 700;
}

.c-foot {
  color: var(--c-wh);
}
.c-footInner {
  background-color: var(--c-footBg);
  margin: 0 auto;
  padding-top: 40px;
}
.c-footInner_yasuda {
  width: 86.1111111111%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: var(--c-wh);
  border-radius: 10px;
}
@media screen and (max-width: 1100px) {
  .c-footInner_yasuda {
    width: 85.641025641%;
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
  }
}
.c-footInner .c-footerInner_yasuda_left {
  flex-shrink: 0;
  width: 34.7222222222%;
  max-width: 400px;
}
@media screen and (max-width: 1100px) {
  .c-footInner .c-footerInner_yasuda_left {
    width: 77.8443113772%;
  }
}
.c-footInner .c-footerInner_yasuda_left img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.c-footInner .c-footerInner_yasuda_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.c-footInner .--fwrap {
  max-width: 1440px;
  padding: 53px 40px 25px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .c-footInner .--fwrap {
    flex-direction: column;
  }
}
.c-footInner_left {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .c-footInner_left {
    padding-bottom: 25px;
    border-bottom: 1px solid var(--c-wh);
  }
}
.c-footInner_left a:not(.c-footInner_left_logo) {
  text-decoration: underline;
}
.c-footInner_left_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
}
.c-footInner_left_logo, .c-footInner_left_logo:hover {
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  .c-footInner_left_logo {
    justify-content: start;
  }
}
.c-footInner_left_txt {
  margin-top: 43px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.c-footInner_left_txt .--phone {
  position: relative;
  padding-left: 35px;
}
.c-footInner_left_txt .--phone::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url("/src/img/component/foot/footPhone.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0px;
}
.c-footInner_left_txt .--place {
  color: #FBFEFF;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.c-footInner_left_txt .--phone {
  position: relative;
  padding-left: 35px;
  color: #FBFEFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 23px;
  margin-top: 10px;
  /* 115% */
}
.c-footInner_left_txt .--phone::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url("/src/img/component/foot/footPhone.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0px;
}
.c-footInner_left_mapLink {
  margin-top: 0;
  margin-bottom: auto;
}
.c-footInner_right {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .c-footInner_right {
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
  }
}
.c-footInner_right .--mt {
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .c-footInner_right .--mt {
    margin-top: 22px;
  }
}
.c-footInner_right_ttl {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-footInner_right_sub {
    display: none;
  }
}
.c-footInner_right li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 32px;
}
.c-footInner_right_flex a {
  display: flex;
  gap: 21px;
  align-items: center;
}
.c-footInner a:hover:not(.c-footInner_left_logo) {
  text-decoration: underline;
}
.c-footInner .--border {
  position: relative;
  max-width: 94.4444444444%;
  margin: 0 auto;
  border-bottom: 1px solid var(--c-wh);
}
@media screen and (max-width: 767px) {
  .c-footInner .--border {
    border: none;
  }
}
.c-footInner_copy {
  text-align: center;
  padding: 32px 0 11px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 26px;
  color: var(--c-wh);
}
@media screen and (max-width: 767px) {
  .c-footInner_copy {
    text-align: left;
    margin-left: 40px;
  }
}
.c-footTop {
  position: absolute;
  display: block;
  width: 41px;
  height: auto;
  right: 50px;
  top: -132px;
}
@media screen and (max-width: 767px) {
  .c-footTop {
    top: -63px;
    right: 30px;
  }
}
.c-footTop img {
  width: fit-content;
}

.c-hum {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #142850;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  clip-path: circle(0% at calc(100% - 70px) 72px);
  visibility: hidden;
  transition: clip-path 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
@media screen and (max-width: 1100px) {
  .c-hum {
    clip-path: circle(0% at calc(100% - 55px) 68px);
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .c-hum {
    clip-path: circle(0% at calc(100% - 55px) 50px);
  }
}
.c-hum.is-active {
  clip-path: circle(150% at calc(100% - 70px) 72px);
  visibility: visible;
}
@media screen and (max-width: 1100px) {
  .c-hum.is-active {
    clip-path: circle(150% at calc(100% - 55px) 68px);
  }
}
@media screen and (max-width: 767px) {
  .c-hum.is-active {
    clip-path: circle(150% at calc(100% - 37px) 50px);
  }
}

.c-humHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 28px 17px 0 17px;
}
@media screen and (max-width: 1100px) {
  .c-humHeader {
    padding: 20px 17px 0 17px;
  }
}
@media screen and (max-width: 767px) {
  .c-humHeader {
    padding: 15px 10px 0 10px;
  }
}
.c-humHeader_logo {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-left: 33px;
  margin-top: 8px;
}
@media screen and (max-width: 1100px) {
  .c-humHeader_logo {
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .c-humHeader_logo {
    margin-left: 10px;
    margin-top: 5px;
    gap: 15px;
  }
}
.c-humHeader_logo img {
  width: 79px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-humHeader_logo img {
    width: 60px;
  }
}
.c-humHeader_logo p {
  color: #fbfeff;
}
.c-humHeader_logo p:first-child {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .c-humHeader_logo p:first-child {
    font-size: 1rem;
  }
}
.c-humHeader_logo p:last-child {
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-humHeader_logo p:last-child {
    font-size: 0.625rem;
  }
}
.c-humHeader_close {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  margin-top: 23px;
  margin-right: 30px;
}
@media screen and (max-width: 1100px) {
  .c-humHeader_close {
    margin-right: 17px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-humHeader_close {
    margin-top: 15px;
    margin-right: 25px;
  }
}
.c-humHeader_close span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #f4f5f7;
  position: absolute;
  left: 50%;
  top: 50%;
}
.c-humHeader_close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-humHeader_close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-humMenu {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  .c-humMenu {
    gap: 50px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-humMenu {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.c-humMenu_block {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.c-humMenu_block.--c-humRecruit {
  margin-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  .c-humMenu_block {
    gap: 40px;
  }
  .c-humMenu_block.--c-humRecruit {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-humMenu_block {
    gap: 30px;
    margin: 0 30px;
    margin-bottom: 0px;
  }
}
.c-humMenu_item {
  display: block;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f5f7;
  min-width: 220px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-humMenu_item {
    min-width: 100%;
  }
}
.c-humMenu_item:hover {
  opacity: 0.7;
}
.c-humMenu_item_ttl {
  font-size: 1.25rem;
  font-weight: 700;
  color: #f4f5f7;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .c-humMenu_item_ttl {
    font-size: 1.125rem;
  }
}
.c-humMenu_item_en {
  font-size: 1rem;
  font-weight: 700;
  color: #f4f5f7;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .c-humMenu_item_en {
    font-size: 0.875rem;
  }
}
.c-humMenu_item_dot {
  position: absolute;
  right: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  background-color: #f4f5f7;
  border-radius: 50%;
}
.c-humMenu_links_ttl {
  font-size: 1.125rem;
  font-weight: 700;
  color: #f4f5f7;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .c-humMenu_links_ttl {
    font-size: 1rem;
  }
}
.c-humMenu_links_en {
  font-size: 1rem;
  font-weight: 700;
  color: #f4f5f7;
  line-height: 32px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f5f7;
}
@media screen and (max-width: 767px) {
  .c-humMenu_links_en {
    font-size: 0.875rem;
  }
}
.c-humMenu_links_list {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-humMenu_links_list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f4f5f7;
  font-size: 1rem;
  line-height: 20px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-humMenu_links_list li a {
    font-size: 0.875rem;
  }
}
.c-humMenu_links_list li a:hover {
  opacity: 0.7;
}
.c-humMenu_links_list li a svg {
  flex-shrink: 0;
}

.about .p-philosophyInner {
  display: flex;
  gap: 107px;
}
@media screen and (max-width: 1100px) {
  .about .p-philosophyInner {
    flex-direction: column;
  }
}
.about .p-philosophyInner_left {
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .about .p-philosophyInner_left {
    width: 100%;
  }
}
.about .p-philosophyInner_left h2 {
  color: var(--c-text);
  font-size: 3rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .about .p-philosophyInner_left h2 {
    font-size: 2.25rem;
  }
}
.about .p-philosophyInner_left p {
  margin-top: 52px;
  color: var(--c-text);
  font-size: 1rem;
  font-weight: 500;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .about .p-philosophyInner_left p {
    margin-top: 30px;
    line-height: 36px;
    font-weight: 400;
  }
}
.about .p-philosophyInner_right {
  display: flex;
  gap: 3.431372549%;
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .about .p-philosophyInner_right {
    width: 100%;
    justify-content: center;
    display: none;
  }
}
.about .p-philosophyInner_right_img {
  border-radius: 10px;
}
.about .p-philosophyInner_right_img.--01 {
  width: 41.8495297806%;
  height: auto;
}
.about .p-philosophyInner_right_img.--02 {
  margin-top: 127px;
  width: 50.7836990596%;
  height: auto;
}
.about .p-philosophyGlay {
  background-color: #F4F5F7;
  padding: 115px 0 125px;
  margin-top: 180px;
}
@media screen and (max-width: 1100px) {
  .about .p-philosophyGlay {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
}
@media screen and (max-width: 1100px) {
  .about .p-philosophyGlay {
    padding: 30px 0 30px;
  }
}
.about .p-philosophyGlay_flex {
  margin: 0 83px 0;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .about .p-philosophyGlay_flex {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .about .p-philosophyGlay_flex {
    border: none;
    margin: 0 20px;
  }
}
.about .p-philosophyGlay_inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  gap: 60px;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .about .p-philosophyGlay_inner {
    align-items: center;
    gap: 60px;
  }
}
.about .p-philosophyGlay_inner_left {
  min-width: 295px;
  height: auto;
  width: 233px;
}
.about .p-philosophyGlay_inner_right {
  width: 54.7920433996%;
  min-width: 606px;
}
@media screen and (max-width: 1100px) {
  .about .p-philosophyGlay_inner_right {
    width: 100%;
    min-width: 0;
  }
}
.about .p-philosophyGlay_inner_right h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 45px;
}
@media screen and (max-width: 767px) {
  .about .p-philosophyGlay_inner_right h3 {
    font-size: 1.625rem;
  }
}
.about .p-philosophyGlay_inner_right p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 30px;
  margin-top: 30px;
}
.about .p-philosophyGlay_img {
  margin: 100px auto 0;
  padding-bottom: 125px;
  width: 850px;
}
@media screen and (max-width: 1100px) {
  .about .p-philosophyGlay_img {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .about .p-philosophyGlay_img {
    width: 83.3333333333%;
    max-width: 50%;
    min-width: 300px;
    margin: 60px auto 0;
  }
}
.about .p-philosophyGlay_img img {
  width: 100%;
}
.about .p-messageInner {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .about .p-messageInner {
    flex-direction: column;
    gap: 20px !important;
  }
}
.about .p-messageInner {
  gap: 12.5786163522%;
}
.about .p-messageInner_left {
  width: 35.3773584906%;
}
@media screen and (max-width: 1100px) {
  .about .p-messageInner_left {
    width: 100%;
    min-width: none;
    max-width: 450px;
  }
}
.about .p-messageInner_left_img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.about .p-messageInner_left_img img {
  width: 100%;
  height: auto;
}
.about .p-messageInner_right {
  width: 52.1226415094%;
}
@media screen and (max-width: 1100px) {
  .about .p-messageInner_right {
    width: 100%;
  }
}
.about .p-messageInner_right h2 {
  color: var(--c-text);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .about .p-messageInner_right h2 {
    font-size: 2.25rem;
  }
}
.about .p-messageInner_right_txt {
  color: var(--c-text);
  font-size: 1rem;
  font-weight: 500;
  line-height: 30px;
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .about .p-messageInner_right_txt {
    font-weight: 400;
  }
}
.about .p-messageInner_right_post {
  margin-top: 45px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 19px;
}
@media screen and (max-width: 1100px) {
  .about .p-messageInner_right_post {
    display: flex;
    justify-content: flex-end;
  }
}
.about .p-messageInner_right_name {
  margin-top: 33px;
  color: var(--c-text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 1100px) {
  .about .p-messageInner_right_name {
    display: flex;
    justify-content: flex-end;
  }
}
.about .p-strength {
  padding: 61px 0;
  background-color: var(--c-base);
  border-radius: 50px 50px 0 0;
}
.about .p-strengthBlock {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 97px;
  background-color: var(--c-wh);
  border-radius: 20px;
  margin-top: 32px;
  padding: 45px;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .about .p-strengthBlock {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about .p-strengthBlock {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 30px 22px;
  }
}
@media screen and (min-width :1101px) {
  .about .p-strengthBlock:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.about .p-strengthBlock_left_img {
  width: 0.314375;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .about .p-strengthBlock_left_img {
    width: 100%;
    margin: 0 auto;
  }
}
.about .p-strengthBlock_left_img.--small {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .p-strengthBlock_left_img.--small img {
  width: 63.6182902584%;
}
.about .p-strengthBlock_left_img img {
  width: 100%;
  height: auto;
}
.about .p-strengthBlock_left, .about .p-strengthBlock_right {
  width: calc(50% - 97px);
}
@media screen and (max-width: 1100px) {
  .about .p-strengthBlock_left, .about .p-strengthBlock_right {
    width: 100%;
  }
}
.about .p-strengthBlock_right_num {
  position: relative;
  color: var(--c-text-sub);
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -26.24px;
}
.about .p-strengthBlock_right_num::before {
  content: "POINT";
  position: absolute;
  top: 10px;
  left: 15px;
  display: inline-block;
  transform: rotate(90deg);
  transform-origin: left top;
  color: var(--c-text-sub);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 3.38px;
}
.about .p-strengthBlock_right_txt {
  margin-top: 21px;
  padding-left: 25px;
  border-left: 1px solid var(--c-text-sub);
}
@media screen and (max-width: 767px) {
  .about .p-strengthBlock_right_txt {
    padding-left: 16px;
  }
}
.about .p-strengthBlock_right_txt h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
}
.about .p-strengthBlock_right_txt p {
  margin-top: 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 30px;
}
.about .p-strengthBlock_right_txt .u-txtBlue {
  font-size: 18px;
}
.about .p-strengthBlock_right_txt .c-btn {
  margin-top: 39px;
  margin: 39px 0px auto auto;
}
@media screen and (max-width: 1100px) {
  .about .p-company {
    max-width: 768px;
    margin: 0 auto;
  }
}
.about .p-companyInner {
  width: 94.4444444444%;
  max-width: 1360px;
  padding: 0 0 54px 99px;
  margin: 0 auto;
  border-radius: 10px;
  background: var(--c-bg);
  display: flex;
  justify-content: center;
  gap: 161px;
  position: relative;
  top: 86px;
}
@media screen and (max-width: 1100px) {
  .about .p-companyInner {
    width: 100%;
    flex-direction: column-reverse;
    gap: 30px;
    padding: 40px 40px 20px;
  }
}
.about .p-companyInner p {
  margin-top: 111px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 1100px) {
  .about .p-companyInner p {
    margin-top: 10px;
  }
}
.about .p-companyInner_left {
  width: calc(50% - 73px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .about .p-companyInner_left {
    width: 100%;
    height: auto;
  }
}
.about .p-companyInner_left .c-btnAllow {
  margin-top: 65px;
  margin-left: auto;
}
.about .p-companyInner_right {
  position: relative;
  width: 50%;
  display: inline-block;
  border-radius: 10px;
}
@media screen and (max-width: 1100px) {
  .about .p-companyInner_right {
    width: 100%;
  }
}
.about .p-companyInner_right_img {
  position: absolute;
  padding-right: 20px;
  height: auto;
  margin-top: -65px;
}
@media screen and (max-width: 1100px) {
  .about .p-companyInner_right_img {
    position: relative;
    padding-right: 0;
    margin-top: -86px;
  }
}
.about .p-pvInner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 89px;
  margin-inline: 23px;
}
@media screen and (max-width: 1100px) {
  .about .p-pvInner {
    flex-direction: column;
    gap: 50px;
  }
}
.about .p-pvInner_left, .about .p-pvInner_right {
  width: 46.4547677262%;
}
@media screen and (max-width: 1100px) {
  .about .p-pvInner_left, .about .p-pvInner_right {
    width: 100%;
  }
}
.about .p-pvInner_left iframe, .about .p-pvInner_right iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 570/320;
}
.about .p-pvInner_txt {
  margin-top: 18px;
  line-height: normal;
}
.about .p-pvInner_date {
  margin-top: 4px;
  color: #aeaeae;
}
.about .c-menuInner {
  background-image: linear-gradient(98deg, rgba(48, 136, 213, 0.62) 11.08%, rgba(0, 103, 194, 0.62) 88.92%), url(../../src/img/component/menu/menuBg-about.webp);
  background-size: auto, cover;
  background-position: center, center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}

.company .p-infoFlex {
  display: flex;
  gap: 123px;
}
@media screen and (max-width: 767px) {
  .company .p-infoFlex {
    gap: 15px;
  }
}
.company .p-infoFlex:not(:first-child) {
  margin-top: 38px;
}
.company .p-infoFlex dt {
  width: 80px;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
.company .p-infoFlex dd {
  line-height: normal;
}
.company .p-officeInner:nth-child(even) {
  background-color: var(--c-bgTb);
}
.company .p-officeInner_right {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .company .p-officeInner_right {
    flex-direction: column;
  }
}
.company .p-officeInner dl {
  display: flex;
  gap: 17.7165354331%;
  padding: 16px 37px;
}
@media screen and (max-width: 767px) {
  .company .p-officeInner dl {
    gap: 38px;
  }
}
.company .p-officeInner dt {
  width: 80px;
  white-space: nowrap;
}
.company .p-officeInner dd {
  text-align: left;
}
.company .p-officeInner dd:nth-of-type(1) {
  width: 328px;
}
@media screen and (max-width: 1100px) {
  .company .p-officeInner dd:nth-of-type(1) {
    width: 100%;
  }
}
.company .p-officeInner dd:nth-of-type(2) {
  width: 146px;
}
@media screen and (max-width: 1100px) {
  .company .p-officeInner dd:nth-of-type(2) {
    width: 100%;
  }
}
.company .p-historyInner {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .company .p-historyInner {
    gap: 8px;
  }
}
.company .p-historyInner_left p {
  color: var(--c-text-sub);
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
  white-space: nowrap;
}
.company .p-historyInner_right {
  list-style: none;
  padding-left: 80px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .company .p-historyInner_right {
    padding-left: 15px;
  }
}
.company .p-historyInner_right li {
  position: relative;
  padding-left: 43px;
  padding-bottom: 40px;
  color: var(--c-text-sub);
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .company .p-historyInner_right li {
    padding-left: 5px;
  }
}
.company .p-historyInner_right li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--c-text-sub);
  transform: translateX(-50%);
}
.company .p-historyInner_right li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -4px;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
  background: repeating-linear-gradient(to bottom, var(--c-text-sub) 0, var(--c-text-sub) 3px, transparent 3px, transparent 6px);
}
.company .p-historyInner_right .--last {
  padding-bottom: 0;
}
.company .p-envTtl {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
}
.company .p-envTtl ul {
  list-style: none;
  padding-left: 0;
}
.company .p-envTtl ul li {
  position: relative;
  padding-left: 16px;
  line-height: 1.8;
}
.company .p-envTtl ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 1em;
  line-height: inherit;
  vertical-align: middle;
}
.company .p-envTtl_txt {
  margin-left: 16px;
}
.company .p-envPolicyInner {
  margin-top: 32px;
}
.company .p-envPolicyInner ol {
  padding-left: 40px !important;
}
.company .p-envPolicyInner ol > li:nth-child(n+2) {
  margin-top: 16px;
}
.company .p-envPolicyInner ol ul {
  list-style: disc;
  padding-left: 20px;
}
.company .p-envPolicyInner ol ul li {
  padding-left: 10px;
}
.company .p-envPolicyInner ol ul li::marker {
  font-size: 0.7em;
}
.company .p-envPolicy_date {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.company .c-menuInner {
  background-image: linear-gradient(98deg, rgba(48, 136, 213, 0.62) 11.08%, rgba(0, 103, 194, 0.62) 88.92%), url(../../src/img/component/menu/menuBg-company.webp);
  background-size: auto, cover;
  background-position: center, center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}

.topics .p-topicsContent {
  font-family: var(--f1);
}
.topics .p-topicsContent:nth-child(n+2) {
  margin-top: 128px;
  padding-top: 100px;
  border-top: 0.5px solid #99BFDF;
}
.topics .p-topicsContent .--date {
  font-size: 1.25rem;
}
.topics .p-topicsContent .--title {
  font-size: 1.5rem;
  font-weight: 700;
}
.topics .p-topicsContent .--category {
  width: fit-content;
  border-radius: 5px;
  font-size: 0.875rem;
  border: 1px solid;
  line-height: 1;
  padding: 8px 12px;
}
.topics .p-topicsContent_img {
  width: 100%;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  gap: 27px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .topics .p-topicsContent_img {
    justify-content: center;
  }
}
.topics .p-topicsContent_img .--item {
  width: calc((100% - 27px) / 2);
}
@media screen and (max-width: 1100px) {
  .topics .p-topicsContent_img .--item {
    width: 93.0769230769%;
  }
}
.topics .p-topicsContent_img .--item:only-child {
  width: 90%;
}
.topics .p-topicsContent_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.topics .p-topicsContent_video {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.topics .p-topicsContent_video .--item {
  width: 100%;
  aspect-ratio: 16/9;
}
.topics .p-topicsContent_video iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topics .c-menuInner {
  background-image: linear-gradient(98deg, rgba(48, 136, 213, 0.62) 11.08%, rgba(0, 103, 194, 0.62) 88.92%), url(../../src/img/component/menu/menuBg-topics.webp);
  background-size: auto, cover;
  background-position: center, center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}

.policy .c-menuInner {
  background-image: linear-gradient(98deg, rgba(48, 136, 213, 0.62) 11.08%, rgba(0, 103, 194, 0.62) 88.92%), url(../../src/img/component/menu/menuBg-topics.webp);
  background-size: auto, cover;
  background-position: center, center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}
.policy .p-policy {
  width: 65.625%;
  margin: 0 auto;
  color: var(--c-base);
}
@media screen and (max-width: 767px) {
  .policy .p-policy {
    width: 100%;
    padding: 0 20px;
  }
}
.policy .p-policyContent:nth-child(n+2) {
  margin-top: 48px;
}
.policy .p-policyContent ul {
  list-style-type: disc !important;
  padding-left: 20px;
}
.policy .p-policyContent li {
  font-size: 20px;
}
.policy .p-policyContent p {
  margin-top: 20px;
  color: var(--c-text);
}

.recruit .l-header {
  padding: 17px 17px 0;
}
.recruit .c-header {
  width: 100%;
  position: relative !important;
  height: 107px;
  border-radius: 20px;
  padding: 0;
  background-color: var(--c-base) !important;
}
.recruit .c-mv {
  min-height: auto;
}
.recruit .c-menuInner {
  background-image: linear-gradient(98deg, rgba(48, 136, 213, 0.62) 11.08%, rgba(0, 103, 194, 0.62) 88.92%), url(../../src/img/component/menu/menuBg-topics.webp);
  background-size: auto, cover;
  background-position: center, center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}
.recruit .p-recruit {
  width: 65.625%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit .p-recruit {
    width: 100%;
    padding: 0 20px;
  }
}
.recruit .p-recruitLinks {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .recruit .p-recruitLinks {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.recruit .p-recruitLinks_label {
  font-size: 24px;
  font-weight: 700;
  color: #3088d5;
  margin-bottom: 16px;
}
.recruit .p-recruitLinks_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 40px 48px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  .recruit .p-recruitLinks_card {
    width: 100%;
    padding: 30px 24px;
  }
}
.recruit .p-recruitLinks_card:hover {
  border-color: #3088d5;
  box-shadow: 0 4px 16px rgba(48, 136, 213, 0.15);
}
.recruit .p-recruitLinks_card img {
  max-width: 280px;
  height: 80px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .recruit .p-recruitLinks_card img {
    max-width: 200px;
  }
}

.service .p-service {
  margin: 0 auto;
}
.service .p-serviceInner_content {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .service .p-serviceInner_content {
    flex-direction: column;
  }
}
.service .p-serviceInner_content:nth-child(n+2) {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid var(--c-line);
}
.service .p-serviceInner_content_left {
  width: 37.0399373532%;
}
@media screen and (max-width: 1100px) {
  .service .p-serviceInner_content_left {
    width: 100%;
  }
}
.service .p-serviceInner_content_left p {
  color: var(--c-base) !important;
}
.service .p-serviceInner_content_left h2 {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 45px;
}
.service .p-serviceInner_content_right {
  width: 60.2192638998%;
}
@media screen and (max-width: 1100px) {
  .service .p-serviceInner_content_right {
    width: 100%;
  }
}
.service .p-serviceInner_content_right p {
  margin-top: 32px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 30px;
}
.service .p-serviceInner .c-btnSquare {
  margin-left: auto;
}
.service .p-flowCards {
  position: relative;
}
.service .p-flowCards::before {
  content: "";
  position: absolute;
  top: 0;
  left: 106px;
  width: 1px;
  height: 100%;
  z-index: -1;
  background-image: repeating-linear-gradient(to bottom, var(--c-base) 0 3px, transparent 3px 6px);
}
@media screen and (max-width: 1100px) {
  .service .p-flowCards::before {
    left: 76px;
  }
}
.service .p-flowCards_item {
  margin: 0 10px;
  padding: 50px 57px;
  border-radius: 5px;
  background-color: var(--c-bg);
}
@media screen and (max-width: 1100px) {
  .service .p-flowCards_item {
    padding: 69px 27px 50px;
  }
}
.service .p-flowCards_item:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 1100px) {
  .service .p-flowCards_item:nth-child(n+2) {
    margin-top: 88px;
  }
}
.service .p-flowCards_item.--flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1100px) {
  .service .p-flowCards_item.--flex {
    display: block;
  }
}
.service .p-flowCards_item_left {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .service .p-flowCards_item_left {
    position: relative;
  }
}
.service .p-flowCards_item_right {
  margin-top: 26px;
}
.service .p-flowCards_item_right .c-btn {
  margin-left: 100px;
}
.service .p-flowCards_item_img {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .service .p-flowCards_item_img {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .service .p-flowCards_item_img {
    gap: 25px;
  }
}
.service .p-flowCards_item_img .--column {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .service .p-flowCards_item_img .--column {
    position: absolute;
    top: -108px;
  }
}
.service .p-flowCards_item_img .--icon01 {
  width: 81px;
  height: auto;
}
.service .p-flowCards_item_img .--icon02 {
  width: 81px;
  height: auto;
}
.service .p-flowCards_item_img .--icon03 {
  width: 81px;
  height: auto;
}
.service .p-flowCards_item_img .--icon04 {
  width: 81px;
  height: auto;
}
.service .p-flowCards_item_txt h3 {
  color: var(--c-base);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 30px;
}
.service .c-menuInner {
  background-image: linear-gradient(98deg, rgba(48, 136, 213, 0.62) 11.08%, rgba(0, 103, 194, 0.62) 88.92%), url(../../src/img/component/menu/menuBg-service.webp);
  background-size: auto, cover;
  background-position: center, bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 430px) {
  .p-flowCards_item_right .c-btn {
    margin: 0 auto !important;
  }
}
.product .p-product {
  margin: 0 auto;
}
.product .p-productInner_ttl {
  color: var(--c-base);
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.5;
}
.product .p-productInner p {
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.8;
}
.product .p-productTable {
  margin-top: 40px;
  border-collapse: collapse;
  width: 100%;
}
.product .p-productTable thead tr {
  background: #ebf6ff;
}
.product .p-productTable thead tr th {
  border: 1px solid #99bfdf;
  padding: 20px;
  color: var(--c-base);
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .product .p-productTable thead tr th {
    padding: 20px 15px;
  }
}
.product .p-productTable thead tr th:first-child {
  width: 20%;
}
.product .p-productTable tbody tr {
  border-bottom: 1px solid #e3f1fe;
  background-color: var(--c-wh);
}
.product .p-productTable tbody tr:hover {
  background-color: #f8fcff;
}
.product .p-productTable tbody tr td {
  border: 1px solid #99bfdf;
  padding: 20px;
  color: var(--c-text);
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product .p-productTable tbody tr td {
    padding: 20px 5px;
  }
}
.product .p-productTable tbody tr td:first-child {
  background: #ebf6ff;
  color: var(--c-base);
  font-weight: 500;
  white-space: nowrap;
}
.product .p-equipmentInner {
  display: flex;
  justify-content: left;
  gap: 90px;
  flex-wrap: wrap;
}
.product .p-equipmentInner .--center {
  justify-content: center !important;
}
@media screen and (max-width: 767px) {
  .product .p-equipmentInner {
    flex-direction: column;
    align-items: center;
  }
}
.product .p-equipmentInner ul {
  padding-right: 20px;
  padding-left: 30px;
  list-style-type: disc;
}
.product .p-equipmentInner_name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 25px;
}
.product .p-equipmentInner_name li::marker {
  color: var(--c-base);
}
.product .p-equipmentInner_img {
  margin-top: 10px;
}
.product .p-equipmentInner_img img {
  height: auto;
}
.product .p-equipmentInner_txt {
  display: flex;
  align-items: center;
  margin-top: 20px;
  border-radius: 5px;
  background: var(--c-bg);
  height: 60px;
}
@media screen and (max-width: 767px) {
  .product .p-equipmentInner_txt {
    padding-right: 20px;
    width: fit-content;
  }
}
.product .p-introductTtl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.product .p-introductTtl h2 {
  white-space: nowrap;
}
.product .p-introductTtl p {
  color: var(--c-text);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}
.product .p-introductInner {
  display: flex;
  gap: 60px;
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .product .p-introductInner {
    flex-direction: column;
  }
}
.product .p-introductInner_left {
  min-width: 423px;
  max-width: 33.1245105717%;
}
@media screen and (max-width: 767px) {
  .product .p-introductInner_left {
    min-width: 100%;
  }
}
.product .p-introductInner_left img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.product .p-introductInner_right {
  display: flex;
  flex-direction: column;
}
.product .p-introductInner_right_en {
  font-weight: 700;
  font-size: 1rem;
  line-height: 15px;
}
.product .p-introductInner_right_name {
  margin-top: 16px;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 45px;
}
.product .p-introductInner_right_txt {
  margin-top: 18px;
  line-height: 25px;
}
.product .p-introductInner_rightFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin: 40px 0 0;
}
.product .p-introductInner_rightFlex_block {
  border-radius: 5px;
  background: var(--c-bg);
  padding: 15px;
}
.product .c-btnSquare {
  margin-top: auto;
  margin-bottom: 0;
  white-space: nowrap;
}
.product .p-signboard {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 1100px) {
  .product .p-signboard {
    flex-direction: column;
    justify-content: center;
  }
}
.product .p-signboardBlock {
  position: sticky;
  top: 20px;
  z-index: 10;
  border-radius: 5px;
  background: var(--c-bg);
  padding: 30px 50px 30px 30px;
  width: fit-content;
  width: 208px;
  height: fit-content;
}
.product .p-signboardBlock_section:not(:first-child) {
  margin-top: 30px;
}
.product .p-signboardBlock_ttl {
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: var(--c-text);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  list-style: none;
}
.product .p-signboardBlock_ttl::before {
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
  background: var(--c-base);
  width: 12px;
  height: 2px;
  content: "";
}
.product .p-signboardBlock_ttl::after {
  position: absolute;
  right: 5.5px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  background: var(--c-base);
  width: 2px;
  height: 12px;
  content: "";
}
.product .p-signboardBlock_ttl.--plus::before {
  right: -20px !important;
}
.product .p-signboardBlock_ttl.--plus::after {
  right: -14.5px !important;
}
.product .p-signboardBlock_ttl::-webkit-details-marker {
  display: none;
}
.product .p-signboardBlock_section[open] .p-signboardBlock_ttl::after {
  transform: rotate(90deg);
  opacity: 0;
}
.product .p-signboardBlock_list {
  animation: slideDown 0.3s ease;
  margin-top: 15px;
}
.product .p-signboardBlock_list li {
  position: relative;
  z-index: 10;
  cursor: pointer;
  padding-left: 10px;
  color: var(--c-text);
  font-size: 0.875rem;
  line-height: 2;
}
.product .p-signboardBlock_list li::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 100vmax;
  background: var(--c-base);
  width: 4px;
  height: 4px;
  content: "";
}
.product .p-signboardBlock_list li.--active {
  position: relative;
}
.product .p-signboardBlock_list li.--active::before {
  position: absolute;
  left: -10px;
  z-index: -1;
  border-radius: 5px;
  background: var(--c-wh);
  width: 100%;
  height: 100%;
  content: "";
}
.product .p-signboardItems {
  width: 74.3931088489%;
}
@media screen and (max-width: 1100px) {
  .product .p-signboardItems {
    width: 100%;
  }
}
.product .p-signboardItems > div {
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.product .p-signboardItems h4 {
  font-weight: 700;
  font-size: 2rem;
}
.product .p-signboardItems h4:nth-child(n+2) {
  margin-top: 75px;
}
.product .p-signboardItems img {
  margin-top: 50px;
}
.product .p-safetyInner_ttl {
  color: var(--c-base);
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.5;
}
.product .p-safetyInner > p {
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.8;
}
.product .p-safetyInner_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 240px);
  justify-content: center;
  gap: 90px;
}
@media screen and (max-width: 767px) {
  .product .p-safetyInner_list {
    grid-template-columns: 240px;
    gap: 40px;
  }
}
.product .p-safetyInner_list ul {
  padding-right: 20px;
  padding-left: 30px;
  list-style-type: disc;
}
.product .p-safetyInner_list li {
  font-size: 1.5rem;
}
.product .p-safetyInner_name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 25px;
}
.product .p-safetyInner_name li::marker {
  color: var(--c-base);
}
.product .p-safetyInner_img {
  margin-top: 10px;
}
.product .p-safetyInner_img img {
  height: auto;
}

@keyframes slideDown {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.c-menuInner {
  background-image: linear-gradient(98deg, rgba(48, 136, 213, 0.62) 11.08%, rgba(0, 103, 194, 0.62) 88.92%), url(../../src/img/component/menu/menuBg-topics.webp);
  background-position: center, center;
  background-size: auto, cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}

.top .c-btn {
  width: fit-content;
}
.top .c-btn a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 53px;
  border-radius: 100vmax;
  border: 2px solid var(--c-text);
  color: var(--c-text);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
}
.top .c-btnDot {
  width: 3px;
  height: 3px;
  border-radius: 100vmax;
  background: var(--c-text);
  transition: 0.3s ease-in-out;
}
.top .--c-bgBlue a:hover {
  background: var(--c-text-sub);
  border: 2px solid var(--c-text-sub);
  color: var(--c-wh);
}
.top .--c-bgBlue a:hover .c-btnDot {
  background: var(--c-wh);
}
.top .--c-bdBlue a:hover {
  border: 2px solid var(--c-base);
  color: var(--c-text-sub);
}
.top .--c-bdBlue a:hover .c-btnDot {
  background: var(--c-text-sub);
}
.top .--c-bgWh a {
  color: var(--c-wh) !important;
  border: 2px solid var(--c-wh) !important;
}
.top .--c-bgWh a .c-btnDot {
  background: var(--c-wh) !important;
}
.top .--c-bgWh a:hover {
  background: var(--c-wh) !important;
  color: var(--c-text-sub) !important;
}
.top .--c-bgWh a:hover .c-btnDot {
  background: var(--c-text-sub) !important;
}
.top .main-visual {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: visible;
}
.top .bg-triangle {
  position: relative;
  z-index: -1;
}
.top .slider-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 80%;
  z-index: 2;
}
.top .slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.top .slider_back {
  background-color: var(--c-bgTb);
}
.top .slider-item {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
}
.top .slider-item.active {
  opacity: 1;
  z-index: 2;
}
.top .slider-item img {
  width: 100%;
  height: 110%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-end-start-radius: 20px;
}
.top .slider-background {
  position: absolute;
  top: 470px;
  right: 50px;
  width: 100%;
  height: 45%;
  border-radius: 20px;
  background-color: #E3F1FE;
  z-index: -1;
}
.top .text-bg {
  position: absolute;
  top: 18%;
  left: 3%;
  width: 50%;
  min-width: 400px;
  padding: 60px 40px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top .text-bg {
    width: 90%;
    min-width: auto;
    padding: 40px 30px;
    top: 10%;
    left: 5%;
  }
}
.top .main-text {
  color: white;
}
.top .main-text h1 {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .top .main-text h1 {
    font-size: 4rem;
  }
}
.top .sub-text {
  background-color: white;
  box-shadow: 4px 2px 4px 0 rgba(30, 29, 64, 0.2);
  width: fit-content;
  color: #303E59;
  padding: 3px 20px;
  margin-bottom: 10px;
  display: block;
  margin-left: 20%;
}
.top .sub-text p {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top .sub-text {
    font-size: 0.875rem;
    padding: 8px 15px;
  }
}
.top .sub-text_large {
  font-size: 2.5rem;
  font-weight: 700;
}
.top .pagination {
  position: absolute;
  bottom: -90px;
  left: 85%;
  transform: translateX(-70%);
  display: flex;
  gap: 15px;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .top .pagination {
    bottom: -90px;
    margin: 0 auto;
    transform: translateX(-90%);
  }
}
@media screen and (max-width: 480px) {
  .top .pagination {
    bottom: -70px;
    margin: 0 auto;
    transform: translateX(-90%);
  }
}
.top .pagination-line {
  width: 60px;
  height: 3px;
  background-color: #99BFDF;
  cursor: pointer;
  transition: background-color 0.3s;
}
.top .pagination-line.active {
  background-color: var(--c-base);
}
.top .scroll-indicator {
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 4;
}
@media screen and (max-width: 480px) {
  .top .scroll-indicator {
    margin-top: 120px;
    bottom: -100px;
  }
}
.top .scroll-text {
  color: var(--c-base);
  font-size: 0.875rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.top .scroll-line {
  width: 1px;
  height: 40px;
  background-color: var(--c-base);
  margin: 0 auto;
  animation: scroll-animation 2s infinite;
}
@keyframes scroll-animation {
  0%, 100% {
    opacity: 0;
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
}
.top .p-top_topics {
  margin: 0 auto;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .top .p-top_topics {
    padding: 0;
  }
}
.top .topics-inner {
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .top .topics-inner {
    flex-direction: column;
    gap: 20px;
  }
}
.top .topics-left {
  width: 30%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top .topics-left {
    width: 100%;
    order: 2;
  }
}
.top .topics-nav {
  display: flex;
  align-self: flex-end;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top .topics-nav {
    align-self: center;
    justify-content: center;
    margin-top: 20px;
  }
}
.top .topics-nav button {
  background: none;
  border: none;
  color: #303E59;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s;
}
.top .topics-nav button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .top .topics-nav button {
    font-size: 1.125rem;
    padding: 10px 15px;
  }
}
.top .topics-nav::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #ccc;
  order: 1;
}
.top #prev {
  order: 0;
}
.top #next {
  order: 2;
}
.top .topics-right {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .top .topics-right {
    width: 100%;
    order: 1;
    margin-top: 38px;
  }
}
.top .topics-slider {
  overflow: hidden;
  overflow-x: scroll;
  cursor: grab;
  user-select: none;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  .top .topics-slider {
    padding: 0 20px;
  }
}
.top .topics-slider:active {
  cursor: grabbing;
}
.top .topics-slider::-webkit-scrollbar {
  display: none;
}
.top .topics-track {
  display: flex;
  gap: 40px;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .top .topics-track {
    gap: 20px;
  }
}
.top .topics-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
.top .topics-link:hover {
  opacity: 0.7;
}
.top .topics-link:hover img {
  transform: scale(1.05);
  transition: transform 0.3s;
}
.top .topics-item {
  width: 300px;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top .topics-item {
    width: 250px;
  }
}
.top .topics-item img {
  width: 100%;
  display: block;
  aspect-ratio: 4.5/3;
  overflow: hidden;
  object-fit: cover;
}
.top .topics-item time {
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
  display: block;
}
@media screen and (max-width: 767px) {
  .top .topics-item time {
    font-size: 0.875rem;
  }
}
.top .topics-item p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top .topics-item p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.top .topics-info {
  margin-top: 10px;
}
.top .topics-category {
  display: inline-block;
  padding: 3px 15px;
  border: 1px solid #303E59;
  border-radius: 5px;
  font-size: 0.875rem;
  color: #303E59;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .top .topics-category {
    font-size: 0.75rem;
    padding: 2px 12px;
  }
}
.top .topics-category--event {
  border-color: #4A90E2;
  color: #4A90E2;
}
.top .topics-category--info {
  border-color: #E2994A;
  color: #E2994A;
}
.top .p-top_aboutInner {
  display: flex;
  align-items: center;
  gap: 107px;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .top .p-top_aboutInner {
    flex-direction: column;
  }
}
.top .p-top_aboutInner_left {
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .top .p-top_aboutInner_left {
    width: 100%;
    min-width: none;
    max-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .top .p-top_aboutInner_left {
    display: none;
  }
}
.top .p-top_aboutInner_left_img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.top .p-top_aboutInner_left_img img {
  width: 100%;
  height: auto;
}
.top .p-top_aboutInner_right {
  width: 35.3773584906%;
  margin-top: 46px;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .top .p-top_aboutInner_right {
    width: 100%;
    padding: 0 100px;
  }
}
.top .p-top_aboutInner_right h2 {
  color: var(--c-text);
  font-size: 3rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .top .p-top_aboutInner_right {
    width: 100%;
    padding: 0 40px;
  }
  .top .p-top_aboutInner_right h2 {
    font-size: 2.25rem;
  }
}
.top .p-top_aboutInner_right_txt {
  color: var(--c-text);
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
  margin-top: 36px;
  margin-bottom: 30px;
}
.top .p-top_aboutInner_right .c-btnAllow {
  display: flex;
  justify-content: flex-end;
}
.top .p-pvInner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 89px;
  margin-inline: 23px;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .top .p-pvInner {
    flex-direction: column;
    gap: 50px;
  }
}
.top .p-pvInner_left, .top .p-pvInner_right {
  width: 46.4547677262%;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .top .p-pvInner_left, .top .p-pvInner_right {
    width: 100%;
  }
}
.top .p-pvInner_left iframe, .top .p-pvInner_right iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 570/320;
}
.top .p-pvInner_txt {
  margin-top: 18px;
  line-height: normal;
}
.top .p-pvInner_date {
  margin-top: 4px;
  color: #aeaeae;
}
.top .p-top_g-company {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .top .p-top_g-company {
    max-width: 768px;
    margin: 0 20px;
  }
}
.top .p-top_g-company p {
  font-weight: 400;
  font-size: 1rem;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .top .p-top_g-company p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
.top .p-top_g-company_p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top .p-top_g-company_p {
    margin-top: 20px;
  }
}
.top .p-top_g-company_btn {
  display: flex;
  gap: 70px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top .p-top_g-company_btn {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .top .p-top_g-company_btn .c-btnAllow {
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: flex-end;
  }
}
.top .p-top_g-companyInner {
  width: 85%;
  max-width: 1360px;
  padding: 45px 0 45px 53px;
  margin: 0 auto;
  border-radius: 10px;
  background: var(--c-bg);
  display: flex;
  justify-content: center;
  gap: 200px;
  position: relative;
  top: 5px;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .top .p-top_g-companyInner {
    width: 100%;
    flex-direction: column-reverse;
    gap: 30px;
    padding: 40px 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .top .p-top_g-companyInner {
    padding: 30px 20px;
    gap: 20px;
  }
}
.top .p-top_g-companyInner h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .top .p-top_g-companyInner h2 {
    font-size: 1.8125rem;
    line-height: 1.3;
  }
}
.top .p-top_g-companyInner_left {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .top .p-top_g-companyInner_left {
    width: 100%;
    height: auto;
  }
}
.top .p-top_g-companyInner_left .c-btnAllow {
  margin-top: 40px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top .p-top_g-companyInner_left .c-btnAllow {
    margin-top: 20px;
    margin-left: 0;
  }
}
.top .p-top_g-companyInner_right {
  position: relative;
  width: 50%;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .top .p-top_g-companyInner_right {
    width: 100%;
  }
}
.top .p-top_g-companyInner_right_img {
  position: absolute;
  padding-right: 20px;
  height: auto;
  margin-top: -25px;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .top .p-top_g-companyInner_right_img {
    position: relative;
    padding-right: 0;
    margin-top: -86px;
  }
}
@media screen and (max-width: 767px) {
  .top .p-top_g-companyInner_right_img {
    margin-top: 0;
    display: none;
  }
  .top .p-top_g-companyInner_right_img img {
    width: 100%;
    height: auto;
  }
}
.top .p-top_flowcompany {
  margin: 234px 110px;
}
@media screen and (max-width: 767px) {
  .top .p-top_flowcompany {
    margin: 100px 20px;
  }
}
.top .p-flowList {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top .p-flowList {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}
.top .p-flowList p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top .p-flowList p {
    text-align: center;
  }
}
.top .p-flowItem {
  width: 15rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top .p-flowItem {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.top .p-flowStep {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border-radius: 50%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .p-flowIcon {
  margin-bottom: 16px;
}
.top .p-flowIcon img {
  height: auto;
  margin: 0 auto;
}
.top .p-flowTitle {
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--c-base);
  border-bottom: 0.5px solid var(--c-line);
  line-height: normal;
  padding-bottom: 5px;
}
.top .p-flowText {
  font-size: 0.875rem;
  line-height: 1.6;
}
.top .p-flowArrow {
  font-size: 24px;
  color: #b0c4de;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top .p-flowArrow {
    transform: rotate(90deg);
    margin: 0 auto;
  }
}
.top .flow-btn {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .top .flow-btn {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.top .recruit {
  position: relative;
  min-height: 500px;
  background-image: url("../../src/img/index/recruit_img.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top .recruit {
    min-height: 400px;
  }
}
.top .recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(70, 130, 200, 0.75) 0%, rgba(70, 130, 200, 0.6) 30%, rgba(70, 130, 200, 0.3) 50%, rgba(70, 130, 200, 0) 70%);
}
@media screen and (max-width: 767px) {
  .top .recruit::before {
    background: rgba(70, 130, 200, 0.7);
  }
}
.top .recruit .c-btn {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top .recruit .c-btn {
    display: block;
    max-width: 200px;
  }
}
.top .recruit .c-btn a {
  color: #fff;
  border-color: #fff;
}
.top .recruit .c-btn a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.top .recruit .c-btnDot {
  background-color: #fff;
}
.top .recruit-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  padding-left: 78px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top .recruit-inner {
    padding: 0 20px;
  }
}
.top .recruit-title {
  font-size: 6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top .recruit-title {
    font-size: 3rem;
  }
}
.top .recruit-sub {
  margin-bottom: 25px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .top .recruit-sub {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
}
.top .recruit-text {
  max-width: 520px;
  line-height: 1.8;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .top .recruit-text {
    max-width: 100%;
    font-size: 0.875rem;
    margin-bottom: 30px;
    line-height: 1.6;
  }
}
.top .p-accessContact {
  margin: 100px 150px;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .top .p-accessContact {
    margin: 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .top .p-accessContact {
    margin: 60px 20px;
  }
}
.top .p-accessContact_inner {
  display: flex;
  gap: 180px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .top .p-accessContact_inner {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top .p-accessContact_inner {
    flex-direction: column;
    gap: 60px;
  }
}
.top .p-accessContact_inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: var(--c-line);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top .p-accessContact_inner::before {
    display: none;
  }
}
.top .p-access,
.top .p-contact {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .top .p-access,
  .top .p-contact {
    width: 100%;
  }
}
.top .p-access > .c-btn,
.top .p-contact > .c-btn {
  margin-top: auto;
}
.top .p-access_content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.top .p-access_map {
  width: 100%;
  aspect-ratio: 16/9;
  background: #eee;
  margin: 20px 0 10px 0;
  border-radius: 8px;
  overflow: hidden;
}
.top .p-access_map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.top .p-access_title {
  text-align: center;
}
.top .p-access_address {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .top .p-access_address {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .top .p-access_address {
    font-size: 0.875rem;
  }
}
.top .p-contact_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top .p-contact_title {
  text-align: center;
}
.top .c-en {
  font-size: 1rem;
  color: var(--c-text-sub);
}
.top .c-ja {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .top .c-ja {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .top .c-ja {
    font-size: 1.5rem;
  }
}
.top .p-contact_text {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .top .p-contact_text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .top .p-contact_text {
    font-size: 0.875rem;
    text-align: left;
  }
}
.top .p-contact_tel {
  display: flex;
  justify-content: center;
  text-align: center;
}
.top .p-contact_tel p {
  font-size: 1.8125rem;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .top .p-contact_tel p {
    font-size: 1.375rem;
    margin-top: 25px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top .p-contact_tel p {
    font-size: 1.3125rem;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.top .p-contact_tel span {
  display: block;
  font-size: 0.875rem;
  margin-top: 5px;
}
@media screen and (min-width: 768px) and (max-width:1100px) {
  .top .p-contact_tel span {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .top .p-contact_tel span {
    font-size: 0.75rem;
  }
}

.p-top_recruitBanner {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  padding: 20px 14px;
  background-color: var(--c-text-sub);
  color: var(--c-wh);
  font-family: var(--f1);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-decoration: none;
  border-radius: 8px 0 0 8px;
  transition: background-color 0.3s ease-in-out;
}
.p-top_recruitBanner:hover {
  background-color: var(--c-base);
}
@media screen and (max-width: 767px) {
  .p-top_recruitBanner {
    padding: 16px 10px;
    font-size: 0.75rem;
    bottom: 80px;
  }
}

.u-mtSec {
  margin-top: 180px !important;
}
.u-mtMv {
  margin-top: 100px !important;
}
.u-mtLine {
  margin-top: 50px !important;
}
.u-mtTtl {
  margin-top: 32px !important;
}
.u-mtFoot {
  margin-top: 280px !important;
}
.u-mt-0 {
  margin-top: 0rem;
}
.u-mt-1 {
  margin-top: 0.0625rem;
}
.u-mt-2 {
  margin-top: 0.125rem;
}
.u-mt-3 {
  margin-top: 0.1875rem;
}
.u-mt-4 {
  margin-top: 0.25rem;
}
.u-mt-5 {
  margin-top: 0.3125rem;
}
.u-mt-6 {
  margin-top: 0.375rem;
}
.u-mt-7 {
  margin-top: 0.4375rem;
}
.u-mt-8 {
  margin-top: 0.5rem;
}
.u-mt-9 {
  margin-top: 0.5625rem;
}
.u-mt-10 {
  margin-top: 0.625rem;
}
.u-mt-11 {
  margin-top: 0.6875rem;
}
.u-mt-12 {
  margin-top: 0.75rem;
}
.u-mt-13 {
  margin-top: 0.8125rem;
}
.u-mt-14 {
  margin-top: 0.875rem;
}
.u-mt-15 {
  margin-top: 0.9375rem;
}
.u-mt-16 {
  margin-top: 1rem;
}
.u-mt-17 {
  margin-top: 1.0625rem;
}
.u-mt-18 {
  margin-top: 1.125rem;
}
.u-mt-19 {
  margin-top: 1.1875rem;
}
.u-mt-20 {
  margin-top: 1.25rem;
}
.u-mt-21 {
  margin-top: 1.3125rem;
}
.u-mt-22 {
  margin-top: 1.375rem;
}
.u-mt-23 {
  margin-top: 1.4375rem;
}
.u-mt-24 {
  margin-top: 1.5rem;
}
.u-mt-25 {
  margin-top: 1.5625rem;
}
.u-mt-26 {
  margin-top: 1.625rem;
}
.u-mt-27 {
  margin-top: 1.6875rem;
}
.u-mt-28 {
  margin-top: 1.75rem;
}
.u-mt-29 {
  margin-top: 1.8125rem;
}
.u-mt-30 {
  margin-top: 1.875rem;
}
.u-mt-31 {
  margin-top: 1.9375rem;
}
.u-mt-32 {
  margin-top: 2rem;
}
.u-mt-33 {
  margin-top: 2.0625rem;
}
.u-mt-34 {
  margin-top: 2.125rem;
}
.u-mt-35 {
  margin-top: 2.1875rem;
}
.u-mt-36 {
  margin-top: 2.25rem;
}
.u-mt-37 {
  margin-top: 2.3125rem;
}
.u-mt-38 {
  margin-top: 2.375rem;
}
.u-mt-39 {
  margin-top: 2.4375rem;
}
.u-mt-40 {
  margin-top: 2.5rem;
}
.u-mt-41 {
  margin-top: 2.5625rem;
}
.u-mt-42 {
  margin-top: 2.625rem;
}
.u-mt-43 {
  margin-top: 2.6875rem;
}
.u-mt-44 {
  margin-top: 2.75rem;
}
.u-mt-45 {
  margin-top: 2.8125rem;
}
.u-mt-46 {
  margin-top: 2.875rem;
}
.u-mt-47 {
  margin-top: 2.9375rem;
}
.u-mt-48 {
  margin-top: 3rem;
}
.u-mt-49 {
  margin-top: 3.0625rem;
}
.u-mt-50 {
  margin-top: 3.125rem;
}
.u-mt-51 {
  margin-top: 3.1875rem;
}
.u-mt-52 {
  margin-top: 3.25rem;
}
.u-mt-53 {
  margin-top: 3.3125rem;
}
.u-mt-54 {
  margin-top: 3.375rem;
}
.u-mt-55 {
  margin-top: 3.4375rem;
}
.u-mt-56 {
  margin-top: 3.5rem;
}
.u-mt-57 {
  margin-top: 3.5625rem;
}
.u-mt-58 {
  margin-top: 3.625rem;
}
.u-mt-59 {
  margin-top: 3.6875rem;
}
.u-mt-60 {
  margin-top: 3.75rem;
}
.u-mt-61 {
  margin-top: 3.8125rem;
}
.u-mt-62 {
  margin-top: 3.875rem;
}
.u-mt-63 {
  margin-top: 3.9375rem;
}
.u-mt-64 {
  margin-top: 4rem;
}
.u-mt-65 {
  margin-top: 4.0625rem;
}
.u-mt-66 {
  margin-top: 4.125rem;
}
.u-mt-67 {
  margin-top: 4.1875rem;
}
.u-mt-68 {
  margin-top: 4.25rem;
}
.u-mt-69 {
  margin-top: 4.3125rem;
}
.u-mt-70 {
  margin-top: 4.375rem;
}
.u-mt-71 {
  margin-top: 4.4375rem;
}
.u-mt-72 {
  margin-top: 4.5rem;
}
.u-mt-73 {
  margin-top: 4.5625rem;
}
.u-mt-74 {
  margin-top: 4.625rem;
}
.u-mt-75 {
  margin-top: 4.6875rem;
}
.u-mt-76 {
  margin-top: 4.75rem;
}
.u-mt-77 {
  margin-top: 4.8125rem;
}
.u-mt-78 {
  margin-top: 4.875rem;
}
.u-mt-79 {
  margin-top: 4.9375rem;
}
.u-mt-80 {
  margin-top: 5rem;
}
.u-mt-81 {
  margin-top: 5.0625rem;
}
.u-mt-82 {
  margin-top: 5.125rem;
}
.u-mt-83 {
  margin-top: 5.1875rem;
}
.u-mt-84 {
  margin-top: 5.25rem;
}
.u-mt-85 {
  margin-top: 5.3125rem;
}
.u-mt-86 {
  margin-top: 5.375rem;
}
.u-mt-87 {
  margin-top: 5.4375rem;
}
.u-mt-88 {
  margin-top: 5.5rem;
}
.u-mt-89 {
  margin-top: 5.5625rem;
}
.u-mt-90 {
  margin-top: 5.625rem;
}
.u-mt-91 {
  margin-top: 5.6875rem;
}
.u-mt-92 {
  margin-top: 5.75rem;
}
.u-mt-93 {
  margin-top: 5.8125rem;
}
.u-mt-94 {
  margin-top: 5.875rem;
}
.u-mt-95 {
  margin-top: 5.9375rem;
}
.u-mt-96 {
  margin-top: 6rem;
}
.u-mt-97 {
  margin-top: 6.0625rem;
}
.u-mt-98 {
  margin-top: 6.125rem;
}
.u-mt-99 {
  margin-top: 6.1875rem;
}
.u-mt-100 {
  margin-top: 6.25rem;
}
.u-mt-101 {
  margin-top: 6.3125rem;
}
.u-mt-102 {
  margin-top: 6.375rem;
}
.u-mt-103 {
  margin-top: 6.4375rem;
}
.u-mt-104 {
  margin-top: 6.5rem;
}
.u-mt-105 {
  margin-top: 6.5625rem;
}
.u-mt-106 {
  margin-top: 6.625rem;
}
.u-mt-107 {
  margin-top: 6.6875rem;
}
.u-mt-108 {
  margin-top: 6.75rem;
}
.u-mt-109 {
  margin-top: 6.8125rem;
}
.u-mt-110 {
  margin-top: 6.875rem;
}
.u-mt-111 {
  margin-top: 6.9375rem;
}
.u-mt-112 {
  margin-top: 7rem;
}
.u-mt-113 {
  margin-top: 7.0625rem;
}
.u-mt-114 {
  margin-top: 7.125rem;
}
.u-mt-115 {
  margin-top: 7.1875rem;
}
.u-mt-116 {
  margin-top: 7.25rem;
}
.u-mt-117 {
  margin-top: 7.3125rem;
}
.u-mt-118 {
  margin-top: 7.375rem;
}
.u-mt-119 {
  margin-top: 7.4375rem;
}
.u-mt-120 {
  margin-top: 7.5rem;
}
.u-mt-121 {
  margin-top: 7.5625rem;
}
.u-mt-122 {
  margin-top: 7.625rem;
}
.u-mt-123 {
  margin-top: 7.6875rem;
}
.u-mt-124 {
  margin-top: 7.75rem;
}
.u-mt-125 {
  margin-top: 7.8125rem;
}
.u-mt-126 {
  margin-top: 7.875rem;
}
.u-mt-127 {
  margin-top: 7.9375rem;
}
.u-mt-128 {
  margin-top: 8rem;
}
.u-mt-129 {
  margin-top: 8.0625rem;
}
.u-mt-130 {
  margin-top: 8.125rem;
}
.u-mt-131 {
  margin-top: 8.1875rem;
}
.u-mt-132 {
  margin-top: 8.25rem;
}
.u-mt-133 {
  margin-top: 8.3125rem;
}
.u-mt-134 {
  margin-top: 8.375rem;
}
.u-mt-135 {
  margin-top: 8.4375rem;
}
.u-mt-136 {
  margin-top: 8.5rem;
}
.u-mt-137 {
  margin-top: 8.5625rem;
}
.u-mt-138 {
  margin-top: 8.625rem;
}
.u-mt-139 {
  margin-top: 8.6875rem;
}
.u-mt-140 {
  margin-top: 8.75rem;
}
.u-mt-141 {
  margin-top: 8.8125rem;
}
.u-mt-142 {
  margin-top: 8.875rem;
}
.u-mt-143 {
  margin-top: 8.9375rem;
}
.u-mt-144 {
  margin-top: 9rem;
}
.u-mt-145 {
  margin-top: 9.0625rem;
}
.u-mt-146 {
  margin-top: 9.125rem;
}
.u-mt-147 {
  margin-top: 9.1875rem;
}
.u-mt-148 {
  margin-top: 9.25rem;
}
.u-mt-149 {
  margin-top: 9.3125rem;
}
.u-mt-150 {
  margin-top: 9.375rem;
}
.u-mt-151 {
  margin-top: 9.4375rem;
}
.u-mt-152 {
  margin-top: 9.5rem;
}
.u-mt-153 {
  margin-top: 9.5625rem;
}
.u-mt-154 {
  margin-top: 9.625rem;
}
.u-mt-155 {
  margin-top: 9.6875rem;
}
.u-mt-156 {
  margin-top: 9.75rem;
}
.u-mt-157 {
  margin-top: 9.8125rem;
}
.u-mt-158 {
  margin-top: 9.875rem;
}
.u-mt-159 {
  margin-top: 9.9375rem;
}
.u-mt-160 {
  margin-top: 10rem;
}
.u-mt-161 {
  margin-top: 10.0625rem;
}
.u-mt-162 {
  margin-top: 10.125rem;
}
.u-mt-163 {
  margin-top: 10.1875rem;
}
.u-mt-164 {
  margin-top: 10.25rem;
}
.u-mt-165 {
  margin-top: 10.3125rem;
}
.u-mt-166 {
  margin-top: 10.375rem;
}
.u-mt-167 {
  margin-top: 10.4375rem;
}
.u-mt-168 {
  margin-top: 10.5rem;
}
.u-mt-169 {
  margin-top: 10.5625rem;
}
.u-mt-170 {
  margin-top: 10.625rem;
}
.u-mt-171 {
  margin-top: 10.6875rem;
}
.u-mt-172 {
  margin-top: 10.75rem;
}
.u-mt-173 {
  margin-top: 10.8125rem;
}
.u-mt-174 {
  margin-top: 10.875rem;
}
.u-mt-175 {
  margin-top: 10.9375rem;
}
.u-mt-176 {
  margin-top: 11rem;
}
.u-mt-177 {
  margin-top: 11.0625rem;
}
.u-mt-178 {
  margin-top: 11.125rem;
}
.u-mt-179 {
  margin-top: 11.1875rem;
}
.u-mt-180 {
  margin-top: 11.25rem;
}
.u-mt-181 {
  margin-top: 11.3125rem;
}
.u-mt-182 {
  margin-top: 11.375rem;
}
.u-mt-183 {
  margin-top: 11.4375rem;
}
.u-mt-184 {
  margin-top: 11.5rem;
}
.u-mt-185 {
  margin-top: 11.5625rem;
}
.u-mt-186 {
  margin-top: 11.625rem;
}
.u-mt-187 {
  margin-top: 11.6875rem;
}
.u-mt-188 {
  margin-top: 11.75rem;
}
.u-mt-189 {
  margin-top: 11.8125rem;
}
.u-mt-190 {
  margin-top: 11.875rem;
}
.u-mt-191 {
  margin-top: 11.9375rem;
}
.u-mt-192 {
  margin-top: 12rem;
}
.u-mt-193 {
  margin-top: 12.0625rem;
}
.u-mt-194 {
  margin-top: 12.125rem;
}
.u-mt-195 {
  margin-top: 12.1875rem;
}
.u-mt-196 {
  margin-top: 12.25rem;
}
.u-mt-197 {
  margin-top: 12.3125rem;
}
.u-mt-198 {
  margin-top: 12.375rem;
}
.u-mt-199 {
  margin-top: 12.4375rem;
}
.u-mt-200 {
  margin-top: 12.5rem;
}

.u-mbSec {
  margin-bottom: 180px !important;
}
.u-mbMv {
  margin-bottom: 100px !important;
}
.u-mbLine {
  margin-bottom: 50px !important;
}
.u-mbTtl {
  margin-bottom: 32px !important;
}
.u-mbFoot {
  margin-bottom: 180px !important;
}
.u-mb-0 {
  margin-bottom: 0rem;
}
.u-mb-1 {
  margin-bottom: 0.0625rem;
}
.u-mb-2 {
  margin-bottom: 0.125rem;
}
.u-mb-3 {
  margin-bottom: 0.1875rem;
}
.u-mb-4 {
  margin-bottom: 0.25rem;
}
.u-mb-5 {
  margin-bottom: 0.3125rem;
}
.u-mb-6 {
  margin-bottom: 0.375rem;
}
.u-mb-7 {
  margin-bottom: 0.4375rem;
}
.u-mb-8 {
  margin-bottom: 0.5rem;
}
.u-mb-9 {
  margin-bottom: 0.5625rem;
}
.u-mb-10 {
  margin-bottom: 0.625rem;
}
.u-mb-11 {
  margin-bottom: 0.6875rem;
}
.u-mb-12 {
  margin-bottom: 0.75rem;
}
.u-mb-13 {
  margin-bottom: 0.8125rem;
}
.u-mb-14 {
  margin-bottom: 0.875rem;
}
.u-mb-15 {
  margin-bottom: 0.9375rem;
}
.u-mb-16 {
  margin-bottom: 1rem;
}
.u-mb-17 {
  margin-bottom: 1.0625rem;
}
.u-mb-18 {
  margin-bottom: 1.125rem;
}
.u-mb-19 {
  margin-bottom: 1.1875rem;
}
.u-mb-20 {
  margin-bottom: 1.25rem;
}
.u-mb-21 {
  margin-bottom: 1.3125rem;
}
.u-mb-22 {
  margin-bottom: 1.375rem;
}
.u-mb-23 {
  margin-bottom: 1.4375rem;
}
.u-mb-24 {
  margin-bottom: 1.5rem;
}
.u-mb-25 {
  margin-bottom: 1.5625rem;
}
.u-mb-26 {
  margin-bottom: 1.625rem;
}
.u-mb-27 {
  margin-bottom: 1.6875rem;
}
.u-mb-28 {
  margin-bottom: 1.75rem;
}
.u-mb-29 {
  margin-bottom: 1.8125rem;
}
.u-mb-30 {
  margin-bottom: 1.875rem;
}
.u-mb-31 {
  margin-bottom: 1.9375rem;
}
.u-mb-32 {
  margin-bottom: 2rem;
}
.u-mb-33 {
  margin-bottom: 2.0625rem;
}
.u-mb-34 {
  margin-bottom: 2.125rem;
}
.u-mb-35 {
  margin-bottom: 2.1875rem;
}
.u-mb-36 {
  margin-bottom: 2.25rem;
}
.u-mb-37 {
  margin-bottom: 2.3125rem;
}
.u-mb-38 {
  margin-bottom: 2.375rem;
}
.u-mb-39 {
  margin-bottom: 2.4375rem;
}
.u-mb-40 {
  margin-bottom: 2.5rem;
}
.u-mb-41 {
  margin-bottom: 2.5625rem;
}
.u-mb-42 {
  margin-bottom: 2.625rem;
}
.u-mb-43 {
  margin-bottom: 2.6875rem;
}
.u-mb-44 {
  margin-bottom: 2.75rem;
}
.u-mb-45 {
  margin-bottom: 2.8125rem;
}
.u-mb-46 {
  margin-bottom: 2.875rem;
}
.u-mb-47 {
  margin-bottom: 2.9375rem;
}
.u-mb-48 {
  margin-bottom: 3rem;
}
.u-mb-49 {
  margin-bottom: 3.0625rem;
}
.u-mb-50 {
  margin-bottom: 3.125rem;
}
.u-mb-51 {
  margin-bottom: 3.1875rem;
}
.u-mb-52 {
  margin-bottom: 3.25rem;
}
.u-mb-53 {
  margin-bottom: 3.3125rem;
}
.u-mb-54 {
  margin-bottom: 3.375rem;
}
.u-mb-55 {
  margin-bottom: 3.4375rem;
}
.u-mb-56 {
  margin-bottom: 3.5rem;
}
.u-mb-57 {
  margin-bottom: 3.5625rem;
}
.u-mb-58 {
  margin-bottom: 3.625rem;
}
.u-mb-59 {
  margin-bottom: 3.6875rem;
}
.u-mb-60 {
  margin-bottom: 3.75rem;
}
.u-mb-61 {
  margin-bottom: 3.8125rem;
}
.u-mb-62 {
  margin-bottom: 3.875rem;
}
.u-mb-63 {
  margin-bottom: 3.9375rem;
}
.u-mb-64 {
  margin-bottom: 4rem;
}
.u-mb-65 {
  margin-bottom: 4.0625rem;
}
.u-mb-66 {
  margin-bottom: 4.125rem;
}
.u-mb-67 {
  margin-bottom: 4.1875rem;
}
.u-mb-68 {
  margin-bottom: 4.25rem;
}
.u-mb-69 {
  margin-bottom: 4.3125rem;
}
.u-mb-70 {
  margin-bottom: 4.375rem;
}
.u-mb-71 {
  margin-bottom: 4.4375rem;
}
.u-mb-72 {
  margin-bottom: 4.5rem;
}
.u-mb-73 {
  margin-bottom: 4.5625rem;
}
.u-mb-74 {
  margin-bottom: 4.625rem;
}
.u-mb-75 {
  margin-bottom: 4.6875rem;
}
.u-mb-76 {
  margin-bottom: 4.75rem;
}
.u-mb-77 {
  margin-bottom: 4.8125rem;
}
.u-mb-78 {
  margin-bottom: 4.875rem;
}
.u-mb-79 {
  margin-bottom: 4.9375rem;
}
.u-mb-80 {
  margin-bottom: 5rem;
}
.u-mb-81 {
  margin-bottom: 5.0625rem;
}
.u-mb-82 {
  margin-bottom: 5.125rem;
}
.u-mb-83 {
  margin-bottom: 5.1875rem;
}
.u-mb-84 {
  margin-bottom: 5.25rem;
}
.u-mb-85 {
  margin-bottom: 5.3125rem;
}
.u-mb-86 {
  margin-bottom: 5.375rem;
}
.u-mb-87 {
  margin-bottom: 5.4375rem;
}
.u-mb-88 {
  margin-bottom: 5.5rem;
}
.u-mb-89 {
  margin-bottom: 5.5625rem;
}
.u-mb-90 {
  margin-bottom: 5.625rem;
}
.u-mb-91 {
  margin-bottom: 5.6875rem;
}
.u-mb-92 {
  margin-bottom: 5.75rem;
}
.u-mb-93 {
  margin-bottom: 5.8125rem;
}
.u-mb-94 {
  margin-bottom: 5.875rem;
}
.u-mb-95 {
  margin-bottom: 5.9375rem;
}
.u-mb-96 {
  margin-bottom: 6rem;
}
.u-mb-97 {
  margin-bottom: 6.0625rem;
}
.u-mb-98 {
  margin-bottom: 6.125rem;
}
.u-mb-99 {
  margin-bottom: 6.1875rem;
}
.u-mb-100 {
  margin-bottom: 6.25rem;
}
.u-mb-101 {
  margin-bottom: 6.3125rem;
}
.u-mb-102 {
  margin-bottom: 6.375rem;
}
.u-mb-103 {
  margin-bottom: 6.4375rem;
}
.u-mb-104 {
  margin-bottom: 6.5rem;
}
.u-mb-105 {
  margin-bottom: 6.5625rem;
}
.u-mb-106 {
  margin-bottom: 6.625rem;
}
.u-mb-107 {
  margin-bottom: 6.6875rem;
}
.u-mb-108 {
  margin-bottom: 6.75rem;
}
.u-mb-109 {
  margin-bottom: 6.8125rem;
}
.u-mb-110 {
  margin-bottom: 6.875rem;
}
.u-mb-111 {
  margin-bottom: 6.9375rem;
}
.u-mb-112 {
  margin-bottom: 7rem;
}
.u-mb-113 {
  margin-bottom: 7.0625rem;
}
.u-mb-114 {
  margin-bottom: 7.125rem;
}
.u-mb-115 {
  margin-bottom: 7.1875rem;
}
.u-mb-116 {
  margin-bottom: 7.25rem;
}
.u-mb-117 {
  margin-bottom: 7.3125rem;
}
.u-mb-118 {
  margin-bottom: 7.375rem;
}
.u-mb-119 {
  margin-bottom: 7.4375rem;
}
.u-mb-120 {
  margin-bottom: 7.5rem;
}
.u-mb-121 {
  margin-bottom: 7.5625rem;
}
.u-mb-122 {
  margin-bottom: 7.625rem;
}
.u-mb-123 {
  margin-bottom: 7.6875rem;
}
.u-mb-124 {
  margin-bottom: 7.75rem;
}
.u-mb-125 {
  margin-bottom: 7.8125rem;
}
.u-mb-126 {
  margin-bottom: 7.875rem;
}
.u-mb-127 {
  margin-bottom: 7.9375rem;
}
.u-mb-128 {
  margin-bottom: 8rem;
}
.u-mb-129 {
  margin-bottom: 8.0625rem;
}
.u-mb-130 {
  margin-bottom: 8.125rem;
}
.u-mb-131 {
  margin-bottom: 8.1875rem;
}
.u-mb-132 {
  margin-bottom: 8.25rem;
}
.u-mb-133 {
  margin-bottom: 8.3125rem;
}
.u-mb-134 {
  margin-bottom: 8.375rem;
}
.u-mb-135 {
  margin-bottom: 8.4375rem;
}
.u-mb-136 {
  margin-bottom: 8.5rem;
}
.u-mb-137 {
  margin-bottom: 8.5625rem;
}
.u-mb-138 {
  margin-bottom: 8.625rem;
}
.u-mb-139 {
  margin-bottom: 8.6875rem;
}
.u-mb-140 {
  margin-bottom: 8.75rem;
}
.u-mb-141 {
  margin-bottom: 8.8125rem;
}
.u-mb-142 {
  margin-bottom: 8.875rem;
}
.u-mb-143 {
  margin-bottom: 8.9375rem;
}
.u-mb-144 {
  margin-bottom: 9rem;
}
.u-mb-145 {
  margin-bottom: 9.0625rem;
}
.u-mb-146 {
  margin-bottom: 9.125rem;
}
.u-mb-147 {
  margin-bottom: 9.1875rem;
}
.u-mb-148 {
  margin-bottom: 9.25rem;
}
.u-mb-149 {
  margin-bottom: 9.3125rem;
}
.u-mb-150 {
  margin-bottom: 9.375rem;
}
.u-mb-151 {
  margin-bottom: 9.4375rem;
}
.u-mb-152 {
  margin-bottom: 9.5rem;
}
.u-mb-153 {
  margin-bottom: 9.5625rem;
}
.u-mb-154 {
  margin-bottom: 9.625rem;
}
.u-mb-155 {
  margin-bottom: 9.6875rem;
}
.u-mb-156 {
  margin-bottom: 9.75rem;
}
.u-mb-157 {
  margin-bottom: 9.8125rem;
}
.u-mb-158 {
  margin-bottom: 9.875rem;
}
.u-mb-159 {
  margin-bottom: 9.9375rem;
}
.u-mb-160 {
  margin-bottom: 10rem;
}
.u-mb-161 {
  margin-bottom: 10.0625rem;
}
.u-mb-162 {
  margin-bottom: 10.125rem;
}
.u-mb-163 {
  margin-bottom: 10.1875rem;
}
.u-mb-164 {
  margin-bottom: 10.25rem;
}
.u-mb-165 {
  margin-bottom: 10.3125rem;
}
.u-mb-166 {
  margin-bottom: 10.375rem;
}
.u-mb-167 {
  margin-bottom: 10.4375rem;
}
.u-mb-168 {
  margin-bottom: 10.5rem;
}
.u-mb-169 {
  margin-bottom: 10.5625rem;
}
.u-mb-170 {
  margin-bottom: 10.625rem;
}
.u-mb-171 {
  margin-bottom: 10.6875rem;
}
.u-mb-172 {
  margin-bottom: 10.75rem;
}
.u-mb-173 {
  margin-bottom: 10.8125rem;
}
.u-mb-174 {
  margin-bottom: 10.875rem;
}
.u-mb-175 {
  margin-bottom: 10.9375rem;
}
.u-mb-176 {
  margin-bottom: 11rem;
}
.u-mb-177 {
  margin-bottom: 11.0625rem;
}
.u-mb-178 {
  margin-bottom: 11.125rem;
}
.u-mb-179 {
  margin-bottom: 11.1875rem;
}
.u-mb-180 {
  margin-bottom: 11.25rem;
}
.u-mb-181 {
  margin-bottom: 11.3125rem;
}
.u-mb-182 {
  margin-bottom: 11.375rem;
}
.u-mb-183 {
  margin-bottom: 11.4375rem;
}
.u-mb-184 {
  margin-bottom: 11.5rem;
}
.u-mb-185 {
  margin-bottom: 11.5625rem;
}
.u-mb-186 {
  margin-bottom: 11.625rem;
}
.u-mb-187 {
  margin-bottom: 11.6875rem;
}
.u-mb-188 {
  margin-bottom: 11.75rem;
}
.u-mb-189 {
  margin-bottom: 11.8125rem;
}
.u-mb-190 {
  margin-bottom: 11.875rem;
}
.u-mb-191 {
  margin-bottom: 11.9375rem;
}
.u-mb-192 {
  margin-bottom: 12rem;
}
.u-mb-193 {
  margin-bottom: 12.0625rem;
}
.u-mb-194 {
  margin-bottom: 12.125rem;
}
.u-mb-195 {
  margin-bottom: 12.1875rem;
}
.u-mb-196 {
  margin-bottom: 12.25rem;
}
.u-mb-197 {
  margin-bottom: 12.3125rem;
}
.u-mb-198 {
  margin-bottom: 12.375rem;
}
.u-mb-199 {
  margin-bottom: 12.4375rem;
}
.u-mb-200 {
  margin-bottom: 12.5rem;
}

.u-ptSec {
  padding-top: 180px !important;
}
.u-ptMv {
  padding-top: 100px !important;
}
.u-ptLine {
  padding-top: 50px !important;
}
.u-ptTtl {
  padding-top: 32px !important;
}
.u-ptFoot {
  padding-top: 180px !important;
}
.u-pt-0 {
  padding-top: 0rem;
}
.u-pt-1 {
  padding-top: 0.0625rem;
}
.u-pt-2 {
  padding-top: 0.125rem;
}
.u-pt-3 {
  padding-top: 0.1875rem;
}
.u-pt-4 {
  padding-top: 0.25rem;
}
.u-pt-5 {
  padding-top: 0.3125rem;
}
.u-pt-6 {
  padding-top: 0.375rem;
}
.u-pt-7 {
  padding-top: 0.4375rem;
}
.u-pt-8 {
  padding-top: 0.5rem;
}
.u-pt-9 {
  padding-top: 0.5625rem;
}
.u-pt-10 {
  padding-top: 0.625rem;
}
.u-pt-11 {
  padding-top: 0.6875rem;
}
.u-pt-12 {
  padding-top: 0.75rem;
}
.u-pt-13 {
  padding-top: 0.8125rem;
}
.u-pt-14 {
  padding-top: 0.875rem;
}
.u-pt-15 {
  padding-top: 0.9375rem;
}
.u-pt-16 {
  padding-top: 1rem;
}
.u-pt-17 {
  padding-top: 1.0625rem;
}
.u-pt-18 {
  padding-top: 1.125rem;
}
.u-pt-19 {
  padding-top: 1.1875rem;
}
.u-pt-20 {
  padding-top: 1.25rem;
}
.u-pt-21 {
  padding-top: 1.3125rem;
}
.u-pt-22 {
  padding-top: 1.375rem;
}
.u-pt-23 {
  padding-top: 1.4375rem;
}
.u-pt-24 {
  padding-top: 1.5rem;
}
.u-pt-25 {
  padding-top: 1.5625rem;
}
.u-pt-26 {
  padding-top: 1.625rem;
}
.u-pt-27 {
  padding-top: 1.6875rem;
}
.u-pt-28 {
  padding-top: 1.75rem;
}
.u-pt-29 {
  padding-top: 1.8125rem;
}
.u-pt-30 {
  padding-top: 1.875rem;
}
.u-pt-31 {
  padding-top: 1.9375rem;
}
.u-pt-32 {
  padding-top: 2rem;
}
.u-pt-33 {
  padding-top: 2.0625rem;
}
.u-pt-34 {
  padding-top: 2.125rem;
}
.u-pt-35 {
  padding-top: 2.1875rem;
}
.u-pt-36 {
  padding-top: 2.25rem;
}
.u-pt-37 {
  padding-top: 2.3125rem;
}
.u-pt-38 {
  padding-top: 2.375rem;
}
.u-pt-39 {
  padding-top: 2.4375rem;
}
.u-pt-40 {
  padding-top: 2.5rem;
}
.u-pt-41 {
  padding-top: 2.5625rem;
}
.u-pt-42 {
  padding-top: 2.625rem;
}
.u-pt-43 {
  padding-top: 2.6875rem;
}
.u-pt-44 {
  padding-top: 2.75rem;
}
.u-pt-45 {
  padding-top: 2.8125rem;
}
.u-pt-46 {
  padding-top: 2.875rem;
}
.u-pt-47 {
  padding-top: 2.9375rem;
}
.u-pt-48 {
  padding-top: 3rem;
}
.u-pt-49 {
  padding-top: 3.0625rem;
}
.u-pt-50 {
  padding-top: 3.125rem;
}
.u-pt-51 {
  padding-top: 3.1875rem;
}
.u-pt-52 {
  padding-top: 3.25rem;
}
.u-pt-53 {
  padding-top: 3.3125rem;
}
.u-pt-54 {
  padding-top: 3.375rem;
}
.u-pt-55 {
  padding-top: 3.4375rem;
}
.u-pt-56 {
  padding-top: 3.5rem;
}
.u-pt-57 {
  padding-top: 3.5625rem;
}
.u-pt-58 {
  padding-top: 3.625rem;
}
.u-pt-59 {
  padding-top: 3.6875rem;
}
.u-pt-60 {
  padding-top: 3.75rem;
}
.u-pt-61 {
  padding-top: 3.8125rem;
}
.u-pt-62 {
  padding-top: 3.875rem;
}
.u-pt-63 {
  padding-top: 3.9375rem;
}
.u-pt-64 {
  padding-top: 4rem;
}
.u-pt-65 {
  padding-top: 4.0625rem;
}
.u-pt-66 {
  padding-top: 4.125rem;
}
.u-pt-67 {
  padding-top: 4.1875rem;
}
.u-pt-68 {
  padding-top: 4.25rem;
}
.u-pt-69 {
  padding-top: 4.3125rem;
}
.u-pt-70 {
  padding-top: 4.375rem;
}
.u-pt-71 {
  padding-top: 4.4375rem;
}
.u-pt-72 {
  padding-top: 4.5rem;
}
.u-pt-73 {
  padding-top: 4.5625rem;
}
.u-pt-74 {
  padding-top: 4.625rem;
}
.u-pt-75 {
  padding-top: 4.6875rem;
}
.u-pt-76 {
  padding-top: 4.75rem;
}
.u-pt-77 {
  padding-top: 4.8125rem;
}
.u-pt-78 {
  padding-top: 4.875rem;
}
.u-pt-79 {
  padding-top: 4.9375rem;
}
.u-pt-80 {
  padding-top: 5rem;
}
.u-pt-81 {
  padding-top: 5.0625rem;
}
.u-pt-82 {
  padding-top: 5.125rem;
}
.u-pt-83 {
  padding-top: 5.1875rem;
}
.u-pt-84 {
  padding-top: 5.25rem;
}
.u-pt-85 {
  padding-top: 5.3125rem;
}
.u-pt-86 {
  padding-top: 5.375rem;
}
.u-pt-87 {
  padding-top: 5.4375rem;
}
.u-pt-88 {
  padding-top: 5.5rem;
}
.u-pt-89 {
  padding-top: 5.5625rem;
}
.u-pt-90 {
  padding-top: 5.625rem;
}
.u-pt-91 {
  padding-top: 5.6875rem;
}
.u-pt-92 {
  padding-top: 5.75rem;
}
.u-pt-93 {
  padding-top: 5.8125rem;
}
.u-pt-94 {
  padding-top: 5.875rem;
}
.u-pt-95 {
  padding-top: 5.9375rem;
}
.u-pt-96 {
  padding-top: 6rem;
}
.u-pt-97 {
  padding-top: 6.0625rem;
}
.u-pt-98 {
  padding-top: 6.125rem;
}
.u-pt-99 {
  padding-top: 6.1875rem;
}
.u-pt-100 {
  padding-top: 6.25rem;
}
.u-pt-101 {
  padding-top: 6.3125rem;
}
.u-pt-102 {
  padding-top: 6.375rem;
}
.u-pt-103 {
  padding-top: 6.4375rem;
}
.u-pt-104 {
  padding-top: 6.5rem;
}
.u-pt-105 {
  padding-top: 6.5625rem;
}
.u-pt-106 {
  padding-top: 6.625rem;
}
.u-pt-107 {
  padding-top: 6.6875rem;
}
.u-pt-108 {
  padding-top: 6.75rem;
}
.u-pt-109 {
  padding-top: 6.8125rem;
}
.u-pt-110 {
  padding-top: 6.875rem;
}
.u-pt-111 {
  padding-top: 6.9375rem;
}
.u-pt-112 {
  padding-top: 7rem;
}
.u-pt-113 {
  padding-top: 7.0625rem;
}
.u-pt-114 {
  padding-top: 7.125rem;
}
.u-pt-115 {
  padding-top: 7.1875rem;
}
.u-pt-116 {
  padding-top: 7.25rem;
}
.u-pt-117 {
  padding-top: 7.3125rem;
}
.u-pt-118 {
  padding-top: 7.375rem;
}
.u-pt-119 {
  padding-top: 7.4375rem;
}
.u-pt-120 {
  padding-top: 7.5rem;
}
.u-pt-121 {
  padding-top: 7.5625rem;
}
.u-pt-122 {
  padding-top: 7.625rem;
}
.u-pt-123 {
  padding-top: 7.6875rem;
}
.u-pt-124 {
  padding-top: 7.75rem;
}
.u-pt-125 {
  padding-top: 7.8125rem;
}
.u-pt-126 {
  padding-top: 7.875rem;
}
.u-pt-127 {
  padding-top: 7.9375rem;
}
.u-pt-128 {
  padding-top: 8rem;
}
.u-pt-129 {
  padding-top: 8.0625rem;
}
.u-pt-130 {
  padding-top: 8.125rem;
}
.u-pt-131 {
  padding-top: 8.1875rem;
}
.u-pt-132 {
  padding-top: 8.25rem;
}
.u-pt-133 {
  padding-top: 8.3125rem;
}
.u-pt-134 {
  padding-top: 8.375rem;
}
.u-pt-135 {
  padding-top: 8.4375rem;
}
.u-pt-136 {
  padding-top: 8.5rem;
}
.u-pt-137 {
  padding-top: 8.5625rem;
}
.u-pt-138 {
  padding-top: 8.625rem;
}
.u-pt-139 {
  padding-top: 8.6875rem;
}
.u-pt-140 {
  padding-top: 8.75rem;
}
.u-pt-141 {
  padding-top: 8.8125rem;
}
.u-pt-142 {
  padding-top: 8.875rem;
}
.u-pt-143 {
  padding-top: 8.9375rem;
}
.u-pt-144 {
  padding-top: 9rem;
}
.u-pt-145 {
  padding-top: 9.0625rem;
}
.u-pt-146 {
  padding-top: 9.125rem;
}
.u-pt-147 {
  padding-top: 9.1875rem;
}
.u-pt-148 {
  padding-top: 9.25rem;
}
.u-pt-149 {
  padding-top: 9.3125rem;
}
.u-pt-150 {
  padding-top: 9.375rem;
}
.u-pt-151 {
  padding-top: 9.4375rem;
}
.u-pt-152 {
  padding-top: 9.5rem;
}
.u-pt-153 {
  padding-top: 9.5625rem;
}
.u-pt-154 {
  padding-top: 9.625rem;
}
.u-pt-155 {
  padding-top: 9.6875rem;
}
.u-pt-156 {
  padding-top: 9.75rem;
}
.u-pt-157 {
  padding-top: 9.8125rem;
}
.u-pt-158 {
  padding-top: 9.875rem;
}
.u-pt-159 {
  padding-top: 9.9375rem;
}
.u-pt-160 {
  padding-top: 10rem;
}
.u-pt-161 {
  padding-top: 10.0625rem;
}
.u-pt-162 {
  padding-top: 10.125rem;
}
.u-pt-163 {
  padding-top: 10.1875rem;
}
.u-pt-164 {
  padding-top: 10.25rem;
}
.u-pt-165 {
  padding-top: 10.3125rem;
}
.u-pt-166 {
  padding-top: 10.375rem;
}
.u-pt-167 {
  padding-top: 10.4375rem;
}
.u-pt-168 {
  padding-top: 10.5rem;
}
.u-pt-169 {
  padding-top: 10.5625rem;
}
.u-pt-170 {
  padding-top: 10.625rem;
}
.u-pt-171 {
  padding-top: 10.6875rem;
}
.u-pt-172 {
  padding-top: 10.75rem;
}
.u-pt-173 {
  padding-top: 10.8125rem;
}
.u-pt-174 {
  padding-top: 10.875rem;
}
.u-pt-175 {
  padding-top: 10.9375rem;
}
.u-pt-176 {
  padding-top: 11rem;
}
.u-pt-177 {
  padding-top: 11.0625rem;
}
.u-pt-178 {
  padding-top: 11.125rem;
}
.u-pt-179 {
  padding-top: 11.1875rem;
}
.u-pt-180 {
  padding-top: 11.25rem;
}
.u-pt-181 {
  padding-top: 11.3125rem;
}
.u-pt-182 {
  padding-top: 11.375rem;
}
.u-pt-183 {
  padding-top: 11.4375rem;
}
.u-pt-184 {
  padding-top: 11.5rem;
}
.u-pt-185 {
  padding-top: 11.5625rem;
}
.u-pt-186 {
  padding-top: 11.625rem;
}
.u-pt-187 {
  padding-top: 11.6875rem;
}
.u-pt-188 {
  padding-top: 11.75rem;
}
.u-pt-189 {
  padding-top: 11.8125rem;
}
.u-pt-190 {
  padding-top: 11.875rem;
}
.u-pt-191 {
  padding-top: 11.9375rem;
}
.u-pt-192 {
  padding-top: 12rem;
}
.u-pt-193 {
  padding-top: 12.0625rem;
}
.u-pt-194 {
  padding-top: 12.125rem;
}
.u-pt-195 {
  padding-top: 12.1875rem;
}
.u-pt-196 {
  padding-top: 12.25rem;
}
.u-pt-197 {
  padding-top: 12.3125rem;
}
.u-pt-198 {
  padding-top: 12.375rem;
}
.u-pt-199 {
  padding-top: 12.4375rem;
}
.u-pt-200 {
  padding-top: 12.5rem;
}

.u-pbSec {
  padding-bottom: 180px !important;
}
.u-pbMv {
  padding-bottom: 100px !important;
}
.u-pbLine {
  padding-bottom: 50px !important;
}
.u-pbTtl {
  padding-bottom: 32px !important;
}
.u-pbFoot {
  padding-bottom: 180px !important;
}
.u-pb-0 {
  padding-bottom: 0rem;
}
.u-pb-1 {
  padding-bottom: 0.0625rem;
}
.u-pb-2 {
  padding-bottom: 0.125rem;
}
.u-pb-3 {
  padding-bottom: 0.1875rem;
}
.u-pb-4 {
  padding-bottom: 0.25rem;
}
.u-pb-5 {
  padding-bottom: 0.3125rem;
}
.u-pb-6 {
  padding-bottom: 0.375rem;
}
.u-pb-7 {
  padding-bottom: 0.4375rem;
}
.u-pb-8 {
  padding-bottom: 0.5rem;
}
.u-pb-9 {
  padding-bottom: 0.5625rem;
}
.u-pb-10 {
  padding-bottom: 0.625rem;
}
.u-pb-11 {
  padding-bottom: 0.6875rem;
}
.u-pb-12 {
  padding-bottom: 0.75rem;
}
.u-pb-13 {
  padding-bottom: 0.8125rem;
}
.u-pb-14 {
  padding-bottom: 0.875rem;
}
.u-pb-15 {
  padding-bottom: 0.9375rem;
}
.u-pb-16 {
  padding-bottom: 1rem;
}
.u-pb-17 {
  padding-bottom: 1.0625rem;
}
.u-pb-18 {
  padding-bottom: 1.125rem;
}
.u-pb-19 {
  padding-bottom: 1.1875rem;
}
.u-pb-20 {
  padding-bottom: 1.25rem;
}
.u-pb-21 {
  padding-bottom: 1.3125rem;
}
.u-pb-22 {
  padding-bottom: 1.375rem;
}
.u-pb-23 {
  padding-bottom: 1.4375rem;
}
.u-pb-24 {
  padding-bottom: 1.5rem;
}
.u-pb-25 {
  padding-bottom: 1.5625rem;
}
.u-pb-26 {
  padding-bottom: 1.625rem;
}
.u-pb-27 {
  padding-bottom: 1.6875rem;
}
.u-pb-28 {
  padding-bottom: 1.75rem;
}
.u-pb-29 {
  padding-bottom: 1.8125rem;
}
.u-pb-30 {
  padding-bottom: 1.875rem;
}
.u-pb-31 {
  padding-bottom: 1.9375rem;
}
.u-pb-32 {
  padding-bottom: 2rem;
}
.u-pb-33 {
  padding-bottom: 2.0625rem;
}
.u-pb-34 {
  padding-bottom: 2.125rem;
}
.u-pb-35 {
  padding-bottom: 2.1875rem;
}
.u-pb-36 {
  padding-bottom: 2.25rem;
}
.u-pb-37 {
  padding-bottom: 2.3125rem;
}
.u-pb-38 {
  padding-bottom: 2.375rem;
}
.u-pb-39 {
  padding-bottom: 2.4375rem;
}
.u-pb-40 {
  padding-bottom: 2.5rem;
}
.u-pb-41 {
  padding-bottom: 2.5625rem;
}
.u-pb-42 {
  padding-bottom: 2.625rem;
}
.u-pb-43 {
  padding-bottom: 2.6875rem;
}
.u-pb-44 {
  padding-bottom: 2.75rem;
}
.u-pb-45 {
  padding-bottom: 2.8125rem;
}
.u-pb-46 {
  padding-bottom: 2.875rem;
}
.u-pb-47 {
  padding-bottom: 2.9375rem;
}
.u-pb-48 {
  padding-bottom: 3rem;
}
.u-pb-49 {
  padding-bottom: 3.0625rem;
}
.u-pb-50 {
  padding-bottom: 3.125rem;
}
.u-pb-51 {
  padding-bottom: 3.1875rem;
}
.u-pb-52 {
  padding-bottom: 3.25rem;
}
.u-pb-53 {
  padding-bottom: 3.3125rem;
}
.u-pb-54 {
  padding-bottom: 3.375rem;
}
.u-pb-55 {
  padding-bottom: 3.4375rem;
}
.u-pb-56 {
  padding-bottom: 3.5rem;
}
.u-pb-57 {
  padding-bottom: 3.5625rem;
}
.u-pb-58 {
  padding-bottom: 3.625rem;
}
.u-pb-59 {
  padding-bottom: 3.6875rem;
}
.u-pb-60 {
  padding-bottom: 3.75rem;
}
.u-pb-61 {
  padding-bottom: 3.8125rem;
}
.u-pb-62 {
  padding-bottom: 3.875rem;
}
.u-pb-63 {
  padding-bottom: 3.9375rem;
}
.u-pb-64 {
  padding-bottom: 4rem;
}
.u-pb-65 {
  padding-bottom: 4.0625rem;
}
.u-pb-66 {
  padding-bottom: 4.125rem;
}
.u-pb-67 {
  padding-bottom: 4.1875rem;
}
.u-pb-68 {
  padding-bottom: 4.25rem;
}
.u-pb-69 {
  padding-bottom: 4.3125rem;
}
.u-pb-70 {
  padding-bottom: 4.375rem;
}
.u-pb-71 {
  padding-bottom: 4.4375rem;
}
.u-pb-72 {
  padding-bottom: 4.5rem;
}
.u-pb-73 {
  padding-bottom: 4.5625rem;
}
.u-pb-74 {
  padding-bottom: 4.625rem;
}
.u-pb-75 {
  padding-bottom: 4.6875rem;
}
.u-pb-76 {
  padding-bottom: 4.75rem;
}
.u-pb-77 {
  padding-bottom: 4.8125rem;
}
.u-pb-78 {
  padding-bottom: 4.875rem;
}
.u-pb-79 {
  padding-bottom: 4.9375rem;
}
.u-pb-80 {
  padding-bottom: 5rem;
}
.u-pb-81 {
  padding-bottom: 5.0625rem;
}
.u-pb-82 {
  padding-bottom: 5.125rem;
}
.u-pb-83 {
  padding-bottom: 5.1875rem;
}
.u-pb-84 {
  padding-bottom: 5.25rem;
}
.u-pb-85 {
  padding-bottom: 5.3125rem;
}
.u-pb-86 {
  padding-bottom: 5.375rem;
}
.u-pb-87 {
  padding-bottom: 5.4375rem;
}
.u-pb-88 {
  padding-bottom: 5.5rem;
}
.u-pb-89 {
  padding-bottom: 5.5625rem;
}
.u-pb-90 {
  padding-bottom: 5.625rem;
}
.u-pb-91 {
  padding-bottom: 5.6875rem;
}
.u-pb-92 {
  padding-bottom: 5.75rem;
}
.u-pb-93 {
  padding-bottom: 5.8125rem;
}
.u-pb-94 {
  padding-bottom: 5.875rem;
}
.u-pb-95 {
  padding-bottom: 5.9375rem;
}
.u-pb-96 {
  padding-bottom: 6rem;
}
.u-pb-97 {
  padding-bottom: 6.0625rem;
}
.u-pb-98 {
  padding-bottom: 6.125rem;
}
.u-pb-99 {
  padding-bottom: 6.1875rem;
}
.u-pb-100 {
  padding-bottom: 6.25rem;
}
.u-pb-101 {
  padding-bottom: 6.3125rem;
}
.u-pb-102 {
  padding-bottom: 6.375rem;
}
.u-pb-103 {
  padding-bottom: 6.4375rem;
}
.u-pb-104 {
  padding-bottom: 6.5rem;
}
.u-pb-105 {
  padding-bottom: 6.5625rem;
}
.u-pb-106 {
  padding-bottom: 6.625rem;
}
.u-pb-107 {
  padding-bottom: 6.6875rem;
}
.u-pb-108 {
  padding-bottom: 6.75rem;
}
.u-pb-109 {
  padding-bottom: 6.8125rem;
}
.u-pb-110 {
  padding-bottom: 6.875rem;
}
.u-pb-111 {
  padding-bottom: 6.9375rem;
}
.u-pb-112 {
  padding-bottom: 7rem;
}
.u-pb-113 {
  padding-bottom: 7.0625rem;
}
.u-pb-114 {
  padding-bottom: 7.125rem;
}
.u-pb-115 {
  padding-bottom: 7.1875rem;
}
.u-pb-116 {
  padding-bottom: 7.25rem;
}
.u-pb-117 {
  padding-bottom: 7.3125rem;
}
.u-pb-118 {
  padding-bottom: 7.375rem;
}
.u-pb-119 {
  padding-bottom: 7.4375rem;
}
.u-pb-120 {
  padding-bottom: 7.5rem;
}
.u-pb-121 {
  padding-bottom: 7.5625rem;
}
.u-pb-122 {
  padding-bottom: 7.625rem;
}
.u-pb-123 {
  padding-bottom: 7.6875rem;
}
.u-pb-124 {
  padding-bottom: 7.75rem;
}
.u-pb-125 {
  padding-bottom: 7.8125rem;
}
.u-pb-126 {
  padding-bottom: 7.875rem;
}
.u-pb-127 {
  padding-bottom: 7.9375rem;
}
.u-pb-128 {
  padding-bottom: 8rem;
}
.u-pb-129 {
  padding-bottom: 8.0625rem;
}
.u-pb-130 {
  padding-bottom: 8.125rem;
}
.u-pb-131 {
  padding-bottom: 8.1875rem;
}
.u-pb-132 {
  padding-bottom: 8.25rem;
}
.u-pb-133 {
  padding-bottom: 8.3125rem;
}
.u-pb-134 {
  padding-bottom: 8.375rem;
}
.u-pb-135 {
  padding-bottom: 8.4375rem;
}
.u-pb-136 {
  padding-bottom: 8.5rem;
}
.u-pb-137 {
  padding-bottom: 8.5625rem;
}
.u-pb-138 {
  padding-bottom: 8.625rem;
}
.u-pb-139 {
  padding-bottom: 8.6875rem;
}
.u-pb-140 {
  padding-bottom: 8.75rem;
}
.u-pb-141 {
  padding-bottom: 8.8125rem;
}
.u-pb-142 {
  padding-bottom: 8.875rem;
}
.u-pb-143 {
  padding-bottom: 8.9375rem;
}
.u-pb-144 {
  padding-bottom: 9rem;
}
.u-pb-145 {
  padding-bottom: 9.0625rem;
}
.u-pb-146 {
  padding-bottom: 9.125rem;
}
.u-pb-147 {
  padding-bottom: 9.1875rem;
}
.u-pb-148 {
  padding-bottom: 9.25rem;
}
.u-pb-149 {
  padding-bottom: 9.3125rem;
}
.u-pb-150 {
  padding-bottom: 9.375rem;
}
.u-pb-151 {
  padding-bottom: 9.4375rem;
}
.u-pb-152 {
  padding-bottom: 9.5rem;
}
.u-pb-153 {
  padding-bottom: 9.5625rem;
}
.u-pb-154 {
  padding-bottom: 9.625rem;
}
.u-pb-155 {
  padding-bottom: 9.6875rem;
}
.u-pb-156 {
  padding-bottom: 9.75rem;
}
.u-pb-157 {
  padding-bottom: 9.8125rem;
}
.u-pb-158 {
  padding-bottom: 9.875rem;
}
.u-pb-159 {
  padding-bottom: 9.9375rem;
}
.u-pb-160 {
  padding-bottom: 10rem;
}
.u-pb-161 {
  padding-bottom: 10.0625rem;
}
.u-pb-162 {
  padding-bottom: 10.125rem;
}
.u-pb-163 {
  padding-bottom: 10.1875rem;
}
.u-pb-164 {
  padding-bottom: 10.25rem;
}
.u-pb-165 {
  padding-bottom: 10.3125rem;
}
.u-pb-166 {
  padding-bottom: 10.375rem;
}
.u-pb-167 {
  padding-bottom: 10.4375rem;
}
.u-pb-168 {
  padding-bottom: 10.5rem;
}
.u-pb-169 {
  padding-bottom: 10.5625rem;
}
.u-pb-170 {
  padding-bottom: 10.625rem;
}
.u-pb-171 {
  padding-bottom: 10.6875rem;
}
.u-pb-172 {
  padding-bottom: 10.75rem;
}
.u-pb-173 {
  padding-bottom: 10.8125rem;
}
.u-pb-174 {
  padding-bottom: 10.875rem;
}
.u-pb-175 {
  padding-bottom: 10.9375rem;
}
.u-pb-176 {
  padding-bottom: 11rem;
}
.u-pb-177 {
  padding-bottom: 11.0625rem;
}
.u-pb-178 {
  padding-bottom: 11.125rem;
}
.u-pb-179 {
  padding-bottom: 11.1875rem;
}
.u-pb-180 {
  padding-bottom: 11.25rem;
}
.u-pb-181 {
  padding-bottom: 11.3125rem;
}
.u-pb-182 {
  padding-bottom: 11.375rem;
}
.u-pb-183 {
  padding-bottom: 11.4375rem;
}
.u-pb-184 {
  padding-bottom: 11.5rem;
}
.u-pb-185 {
  padding-bottom: 11.5625rem;
}
.u-pb-186 {
  padding-bottom: 11.625rem;
}
.u-pb-187 {
  padding-bottom: 11.6875rem;
}
.u-pb-188 {
  padding-bottom: 11.75rem;
}
.u-pb-189 {
  padding-bottom: 11.8125rem;
}
.u-pb-190 {
  padding-bottom: 11.875rem;
}
.u-pb-191 {
  padding-bottom: 11.9375rem;
}
.u-pb-192 {
  padding-bottom: 12rem;
}
.u-pb-193 {
  padding-bottom: 12.0625rem;
}
.u-pb-194 {
  padding-bottom: 12.125rem;
}
.u-pb-195 {
  padding-bottom: 12.1875rem;
}
.u-pb-196 {
  padding-bottom: 12.25rem;
}
.u-pb-197 {
  padding-bottom: 12.3125rem;
}
.u-pb-198 {
  padding-bottom: 12.375rem;
}
.u-pb-199 {
  padding-bottom: 12.4375rem;
}
.u-pb-200 {
  padding-bottom: 12.5rem;
}

.u-txtBlue {
  color: var(--c-text-sub) !important;
}

.u-txtWh {
  color: var(--c-wh) !important;
}

@media screen and (min-width :1101px) {
  .--pc {
    display: block !important;
  }
}
@media screen and (max-width: 1100px) {
  .--pc {
    display: none !important;
  }
}

@media screen and (max-width: 1100px) {
  .--sp {
    display: block !important;
  }
}
@media screen and (min-width :1101px) {
  .--sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .--tpc {
    display: none !important;
  }
}

.policy .l-header {
  padding: 17px 17px 0;
}
.policy .c-header {
  width: 100%;
  position: relative !important;
  height: 107px;
  border-radius: 20px;
  padding: 0;
  background-color: var(--c-base) !important;
}
.policy .u-policyWrap {
  display: flex;
  align-items: center;
}
.policy .c-mv {
  min-height: auto;
}

.u-colaboration {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .u-colaboration {
    gap: 15px;
    flex-direction: column;
  }
}
.u-colaboration img {
  width: 100%;
  height: auto;
}
.u-colaborationItem01, .u-colaborationItem03 {
  width: 24.3055555556%;
  max-width: 280px;
  min-width: 200px;
}
.u-colaborationItem02 {
  width: 11px;
}
@container (max-width: 630px) {
  .u-colaborationItem01, .u-colaborationItem03 {
    width: 200px;
  }
}
.u-colaborationText {
  color: var(--c-text);
  font-size: 0.8125rem;
  line-height: 1.8;
  text-align: center;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .u-colaborationText {
    max-width: 400px;
    font-size: 0.75rem;
    text-align: left;
  }
}
