:root {
  --blue_1: #425eff;
  --00: #4187dd80;
  --slide_blue: #7879ee;
  --glay: #1d1d1d;
  --010203: #33333340;
  --support: #d5f4f8;
  --01-204: #acacac;
  --tab: #ddd;
  --tab_c: #353535;
  --back_to: #ffffffa3;
  --illa: #07b0de;
  --glays: #9e9e9e;
  --tt_0105: #e4f8d5;
  --tt_02_05: #703cff;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.g_1_0 {
  height: 100vh;
  margin-top: -60px;
  position: static;
  overflow: hidden;
}

.div-block {
  z-index: 4;
  background-color: #fff0;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.menu {
  z-index: 10;
  height: 75px;
  position: sticky;
  inset: 0;
}

.image {
  height: 65px;
  padding-top: 10px;
  padding-left: 10px;
}

.g_1_2 {
  background-color: #0093fc;
  background-image: url('../images/g_2_back.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: auto;
  padding-bottom: 69px;
  display: none;
  position: static;
  inset: 0;
}

.image-2 {
  z-index: 2;
  width: 140%;
  max-width: 140%;
  margin-top: -450px;
  margin-left: -403px;
  position: relative;
  top: auto;
  overflow: clip;
}

.menu_1 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-text-fill-color: inherit;
  background-color: #ffffff30;
  background-clip: border-box;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 75px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: sticky;
  inset: 0;
}

.link-block {
  z-index: 10;
  flex-flow: column;
  justify-content: space-around;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  display: flex;
  position: sticky;
}

.m_1, .m_2 {
  background-color: var(--blue_1);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 2px;
  display: flex;
}

.menu_table {
  z-index: 5;
  background-color: #2a92d3d6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: -100%;
  margin-right: 0%;
  padding-top: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 800px;
  max-width: none;
  height: 500px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.quick-stack {
  height: 500px;
}

.button {
  text-align: center;
  background-color: #7197b8;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
  transition: all .45s;
  display: flex;
}

.button:hover {
  background-color: #71b882;
}

.div-block-2 {
  opacity: 1;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  display: flex;
  position: static;
}

.heading {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 12px;
  text-shadow: 2px 3px 5px #00000078;
  margin-top: 0;
  padding-top: 100px;
  font-family: Oswald, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 50px;
  position: static;
}

.heading-2 {
  perspective: none;
  perspective-origin: 0%;
  transform-origin: 100% 100%;
  text-align: justify;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -480px;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  line-height: 100px;
  display: flex;
  position: static;
  inset: auto;
  transform: rotate(90deg);
}

.heading-3 {
  opacity: .6;
  text-align: right;
  font-family: Oswald, sans-serif;
  font-size: 200px;
  line-height: 100px;
}

.div-block-3 {
  flex-flow: column;
  align-items: stretch;
  width: 90%;
  height: auto;
  margin-top: -127px;
  display: none;
  position: relative;
}

.gunsoku {
  opacity: .84;
  color: #33333387;
  text-align: left;
  font-family: Oswald, sans-serif;
  font-size: 250px;
  line-height: 100px;
}

.topics {
  opacity: .6;
  color: #ffffff69;
  text-align: right;
  margin-top: -61px;
  font-family: Oswald, sans-serif;
  font-size: 250px;
  line-height: 250px;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 80%;
  margin-top: 68px;
  padding: 0;
}

.div-block-4 {
  width: 100%;
}

.grid {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 2.5fr;
  width: 900px;
  margin-top: 0;
  position: static;
  top: auto;
}

.div-block-5 {
  background-color: #b8b8b8;
  height: 300px;
}

.div-block-6 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: -200px;
  margin-right: 10px;
  font-size: 200px;
  text-decoration: none;
  display: flex;
}

.paragraph {
  z-index: 3;
  color: #fff;
  text-align: justify;
  text-shadow: 2px 1px 5px #000000a1;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 28px;
  position: relative;
}

.image-3 {
  -webkit-text-stroke-width: 5px;
  text-shadow: -9px 2px 7px #000;
  text-overflow: clip;
  width: 125px;
  margin-top: 26px;
  text-decoration: none;
}

.heading-4 {
  color: #fff;
  margin-top: -162px;
  font-family: Oswald, sans-serif;
  font-size: 200px;
  font-weight: 500;
  line-height: 150px;
  text-decoration: none;
}

.grid-02 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 2.5fr;
  grid-template-areas: ". Area";
  width: 900px;
  margin-top: -199px;
  position: relative;
}

.heading-02 {
  z-index: 3;
  color: #fff;
  margin-top: -162px;
  font-family: Oswald, sans-serif;
  font-size: 200px;
  font-weight: 500;
  line-height: 200px;
  text-decoration: none;
  position: relative;
}

.heading-01 {
  z-index: 2;
  color: #fff;
  margin-top: 30px;
  font-family: Oswald, sans-serif;
  font-size: 200px;
  font-weight: 500;
  line-height: 180px;
  text-decoration: none;
  position: relative;
}

.paragraph-2 {
  color: #fff;
  margin-top: -1px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 55px;
}

.grid-03 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 2.5fr;
  width: 900px;
  margin-top: -59px;
  position: static;
  top: auto;
}

.link-block-2 {
  background-color: #94949400;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  transition: all .7s;
  display: flex;
}

.link-block-2:hover {
  filter: saturate(200%);
  transform: scale(1.05);
}

.link-block-3 {
  background-color: #acacac;
  height: 300px;
  margin-top: 56px;
  transition: all .8s;
  overflow: clip;
}

.link-block-3:hover {
  filter: saturate(200%);
  transform: scale(1.05);
}

.link-block-4 {
  background-color: #a1a1a100;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-top: 0;
  transition: all .625s;
  display: flex;
  overflow: clip;
}

.link-block-4:hover {
  opacity: 1;
  filter: saturate(200%);
  mix-blend-mode: normal;
  transform: scale(1.05);
}

.heading-03 {
  z-index: 3;
  color: var(--blue_1);
  margin-top: 162px;
  font-family: Oswald, sans-serif;
  font-size: 200px;
  font-weight: 500;
  line-height: 200px;
  text-decoration: none;
  position: relative;
}

.link-block-2_2 {
  background-color: #fff0;
  height: auto;
}

.image-4 {
  width: 600px;
}

.grid-04 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 4.5fr 7fr;
  width: 900px;
  margin-top: 24px;
  position: static;
  top: auto;
}

.heading-04 {
  z-index: 3;
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 200px;
  font-weight: 500;
  line-height: 150px;
  text-decoration: none;
  position: relative;
  left: auto;
  right: 0;
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-2_2 {
  z-index: 3;
  color: #5b6bc3;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 55px;
  position: relative;
}

.link-block-2_3 {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -56px;
  transition: all .7s;
  display: flex;
}

.link-block-2_3:hover {
  filter: saturate(200%);
  transform: scale(1.05);
}

.image-5 {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  width: 100%;
}

.paragraph-2_00 {
  color: #fff;
  margin-top: 14px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 55px;
}

.grid-05 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 4.5fr 1.75fr;
  width: 900px;
  margin-top: 24px;
  position: static;
  top: auto;
}

.link-block-2_5 {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  display: flex;
}

.grid-copy {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 2.5fr;
  width: 900px;
  margin-top: -104px;
  position: static;
  top: auto;
}

.grid_05 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .5fr 1fr;
  width: 900px;
  margin-top: 0;
  position: static;
  top: auto;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.div-block-5_1 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  margin-top: 0;
  margin-right: 10px;
  font-size: 200px;
  text-decoration: none;
  display: flex;
}

.paragraph-2_5 {
  color: var(--blue_1);
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.image-6 {
  max-width: 102%;
  margin-top: -33px;
}

.div-block-9 {
  padding-left: 20px;
}

.div-block-10 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -291px;
  padding-left: 10px;
  display: flex;
}

.div-block-11 {
  margin-top: -74px;
}

.image-7 {
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
}

.link-block-05 {
  background-color: #a1a1a100;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-top: 0;
  transition: all .7s;
  display: flex;
  position: relative;
  top: -443px;
  overflow: clip;
}

.link-block-05:hover {
  filter: saturate(200%);
  transform: scale(1.05);
}

.quick-stack-3 {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
}

.cell {
  justify-content: flex-start;
  align-items: flex-end;
}

.image-8 {
  width: 100px;
  margin-top: 162px;
}

.cell-2 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-12 {
  justify-content: center;
  align-items: flex-start;
  width: 10%;
  padding-left: 60px;
  display: flex;
}

.sma_top {
  display: none;
}

.g_1_3 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.div-block-15 {
  width: 30%;
}

.image-9 {
  width: 120px;
}

.div-block-16 {
  z-index: 3;
  object-fit: fill;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
  position: relative;
  left: 87px;
}

.paragraph-04_1 {
  z-index: 3;
  color: #fff;
  text-align: justify;
  text-shadow: 2px 1px 5px #000000a1;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 28px;
  position: relative;
}

.div-block-10_05 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1px;
  padding-left: 10px;
  display: flex;
}

.div-block-17 {
  background-image: linear-gradient(#63aeff6b, #63aeff6b), url('../images/shaoku_1shaoku.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 900px;
  height: 400px;
}

.div-block-17-about {
  background-image: linear-gradient(to bottom, var(--00), var(--00)), url('../images/shaoku_1shaoku.avif');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1100px;
  height: 500px;
  display: flex;
}

.div-block-17-about:hover {
  background-image: linear-gradient(to bottom, var(--00), var(--00)), url('../images/shaoku_1shaoku.avif');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 1100px;
  margin-top: 20px;
  padding: 0;
}

.link-block-6 {
  background-image: linear-gradient(to bottom, var(--00), var(--00)), url('../images/about_6about_2.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  text-decoration: none;
  display: flex;
}

.link-block-6:hover {
  background-image: url('../images/about_6about_2.avif');
  background-position: 50%;
  background-size: cover;
}

.link-block-7 {
  background-image: linear-gradient(to bottom, var(--00), var(--00)), url('../images/about_5about_3.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  text-decoration: none;
  display: flex;
}

.link-block-7:hover {
  background-image: url('../images/about_5about_3.avif');
  background-position: 50%;
  background-size: cover;
}

.link-block-8 {
  background-image: linear-gradient(to bottom, var(--00), var(--00)), url('../images/about_4about_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  text-decoration: none;
  display: flex;
}

.link-block-8:hover {
  background-image: url('../images/about_4about_1.avif');
  background-position: 50%;
  background-size: cover;
}

.heading-5 {
  color: var(--blue_1);
  letter-spacing: 6px;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
}

.paragraph-3 {
  letter-spacing: 4px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
}

.c_copy {
  color: #fff;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Noto Sans JP, sans-serif;
}

.cc_copy {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  font-size: 15px;
}

.c_copy_d {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.div-block-18 {
  border: 1px #000;
  border-bottom: 1px solid #fff;
  width: 70%;
  padding-top: 40px;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.link-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.div-block-20 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 40px;
  margin-top: 0;
  line-height: 30px;
  display: block;
}

.div-block-3-copy {
  background-color: var(--slide_blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 40px;
  margin-top: 0;
  line-height: 30px;
  display: block;
}

.paragraph-4 {
  color: #868282;
  letter-spacing: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 40px;
  display: flex;
}

.paragraph-4:hover {
  color: #fff;
}

.div-block-21 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-22 {
  background-color: #bdbdbd;
  width: 20px;
  height: 40px;
}

.div-block_vision {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-4_1 {
  color: #868282;
  letter-spacing: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 40px;
  display: flex;
}

.paragraph-4_1:hover {
  color: #fff;
}

.div-block-18-vision_01 {
  border: 1px #000;
  border-bottom: 1px solid #fff;
  width: 70%;
  padding-top: 80px;
}

.paragraph-05, .paragraph-04_1-copy {
  z-index: 3;
  color: var(--glay);
  text-align: justify;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 28px;
  position: relative;
}

.heading-01_05 {
  z-index: 2;
  color: var(--blue_1);
  margin-top: 30px;
  font-family: Oswald, sans-serif;
  font-size: 200px;
  font-weight: 500;
  line-height: 180px;
  text-decoration: none;
  position: relative;
}

.paragraph-03 {
  z-index: 3;
  color: var(--glay);
  text-align: justify;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 28px;
  position: relative;
}

.heading-7 {
  color: #fff;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.paragraph-6 {
  color: #fff;
  letter-spacing: 3px;
}

.paragraph-7 {
  color: #fff;
  text-align: justify;
  width: 80%;
  margin-top: 20px;
}

.div-block-23 {
  border-top: 1px #000;
  border-bottom: 1px solid #fff;
  border-left: 1px #fff;
  border-right: 1px #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.g_1_4 {
  background-image: linear-gradient(#ffffff8c, #ffffff8c), url('../images/inter_back_glay_1inter_back_glay.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 100px;
  display: flex;
}

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 1000px;
  padding: 0;
}

.div-block-24 {
  border-left: 8px solid var(--blue_1);
  width: 90%;
  height: 500px;
}

.person_1 {
  border-left: 8px solid var(--blue_1);
  background-image: url('../images/person1_1person1.avif');
  background-position: 100% 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  height: 400px;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.person_1:hover {
  background-image: linear-gradient(to bottom, var(--00), var(--00)), url('../images/person1_1person1.avif');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
}

.person_1.w--current {
  border-style: none none none solid;
  border-width: 8px 9px 8px 8px;
  border-color: var(--blue_1);
  opacity: 1;
  filter: saturate(200%);
  box-shadow: 0 2px 5px #00000069;
}

.heading-8 {
  color: var(--010203);
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 100px;
}

.paragraph-8 {
  color: var(--blue_1);
  font-family: Noto Sans JP, sans-serif;
}

.paragraph-9 {
  margin-bottom: 0;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ff4949;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: -16px;
  margin-left: 97px;
  padding: 5px 20px;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  display: flex;
}

.button-2:hover {
  background-color: #a55;
}

.person_2 {
  border-left: 8px solid var(--blue_1);
  background-image: url('../images/peraon_2_3peraon_2_2.avif');
  background-position: 100% 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  height: 400px;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.person_2:hover {
  background-image: linear-gradient(to bottom, var(--00), var(--00)), url('../images/peraon_3peraon_2.avif');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
}

.person_3 {
  border-left: 8px solid var(--blue_1);
  background-image: url('../images/person3_1person3.avif');
  background-position: 100% 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  height: 400px;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.person_3:hover {
  background-image: linear-gradient(to bottom, var(--00), var(--00)), url('../images/person3_1person3.avif');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
}

.person_3.w--current {
  background-image: url('../images/person_3_3person_3_2.avif');
}

.person_3.w--current:hover {
  background-image: linear-gradient(to bottom, var(--00), var(--00)), url('../images/person_3_3person_3_2.avif');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
}

.div-block-25 {
  border-top: 1px none var(--blue_1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  padding-top: 40px;
  display: flex;
}

.paragraph-10 {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.paragraph-11 {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
}

.heading-5_2 {
  color: #425eff;
  letter-spacing: 6px;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
}

.g_1_5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 70vh;
  padding-top: 100px;
  display: flex;
}

.quick-stack-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 300px;
  padding: 0;
}

.heading-9 {
  color: var(--blue_1);
  letter-spacing: 6px;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-26 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-top: 18px;
  padding-left: 24px;
  display: flex;
}

.paragraph-11-_1 {
  letter-spacing: 3px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
}

.paragraph-10-_1 {
  text-align: justify;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.button-2_2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ff4949;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 10px 30px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  display: flex;
}

.button-2_2:hover {
  background-color: #a55;
}

.cell-6 {
  background-color: var(--support);
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-7 {
  background-color: var(--support);
}

.div-block-27 {
  width: 80%;
  margin-top: -50px;
  margin-bottom: -50px;
}

.section, .section-copy {
  height: 100vh;
}

.g_1_6 {
  height: auto;
  padding-bottom: 0;
}

.quick-stack-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.div-block-28 {
  background-image: linear-gradient(to bottom, var(--00), var(--00)), url('../images/2149268072.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  text-decoration: none;
  display: flex;
}

.div-block-28:hover {
  background-image: url('../images/2149268072.jpg');
  background-position: 0 0;
  background-size: cover;
}

.heading-10 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  font-family: PT Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.paragraph-12 {
  color: #fff;
}

.recruit_2 {
  background-image: url('../images/165.jpg'), linear-gradient(to bottom, var(--00), var(--00));
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  text-decoration: none;
  display: flex;
}

.recruit_2:hover {
  background-image: none;
  background-size: auto;
}

.recruit_1 {
  background-image: linear-gradient(to bottom, var(--00), var(--00)), url('../images/2149268072.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  text-decoration: none;
  display: flex;
}

.recruit_1:hover {
  background-image: url('../images/2149268072.jpg');
  background-position: 0 0;
  background-size: cover;
}

.link-block-10 {
  background-image: linear-gradient(to bottom, var(--00), var(--00)), url('../images/165.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  text-decoration: none;
  display: flex;
}

.link-block-10:hover {
  background-image: url('../images/165.jpg');
  background-position: 0 0;
  background-size: cover;
}

.footer {
  background-color: var(--blue_1);
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 111px;
  padding-bottom: 40px;
  font-size: 18px;
  display: flex;
}

.code-embed {
  width: 70%;
}

.paragraph-13 {
  font-family: PT Sans, sans-serif;
}

.paragraph-14 {
  letter-spacing: 2px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.paragraph-15 {
  letter-spacing: 1px;
  font-size: 14px;
}

.code-embed-2 {
  padding-top: 19px;
  padding-bottom: 60px;
}

.button-3 {
  color: var(--blue_1);
  letter-spacing: 5px;
  background-color: #fff;
  border-radius: 9px;
  margin-bottom: 13px;
  padding: 5px 40px;
}

.heading-11 {
  color: #b8b4b4;
  letter-spacing: 7px;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  font-weight: 500;
}

.paragraph-16 {
  margin-top: 68px;
  font-size: 12px;
}

.g_2_1 {
  border-style: solid solid none;
  border-width: 10px;
  border-color: var(--blue_1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-bottom: 146px;
  display: flex;
}

.top_title_bar {
  background-image: linear-gradient(#ffffffa6, #ffffffa6), url('../images/back_about.svg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: -75px;
  display: flex;
}

.heading-12 {
  color: var(--blue_1);
  letter-spacing: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 62px;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  display: flex;
  position: relative;
}

.paragraph-17, .paragraph-18 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
}

.paragraph-19 {
  color: var(--blue_1);
  letter-spacing: 9px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.quick-stack-8 {
  width: 100%;
  padding: 0;
}

.div-block-29 {
  width: 100%;
  height: 380px;
  overflow: clip;
}

.image-10 {
  width: 150%;
  max-width: 130%;
}

.cell-8 {
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-30 {
  width: 75%;
  height: auto;
}

.paragraph-20 {
  text-align: justify;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  line-height: 32px;
}

.g_2_2 {
  border-right: 10px solid var(--blue_1);
  border-left: 10px solid var(--blue_1);
  background-image: linear-gradient(#fff, #ffffffb8 26%, #fff0), url('../images/inter_back_glay_1inter_back_glay.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-31 {
  background-color: var(--blue_1);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.div-block-32 {
  width: 0;
  height: 600px;
  margin-left: 0;
  position: relative;
  overflow: clip;
}

.image-11 {
  max-width: 150%;
  margin-top: -49px;
  margin-left: -65px;
  overflow: clip;
}

.div-block-33 {
  background-color: var(--blue_1);
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  padding-left: 20px;
  padding-right: 40px;
  display: flex;
}

.paragraph-21 {
  width: 500px;
  padding-left: 10px;
}

.paragraph-22 {
  color: #fff;
  text-align: justify;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.heading-13 {
  color: #fff;
  letter-spacing: 4px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.quick-stack-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
}

.paragraph-23, .paragraph-24 {
  color: var(--blue_1);
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  line-height: 30px;
}

.paragraph-25 {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
}

.cell-10 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: .5fr .5fr 1fr;
  justify-items: stretch;
  width: 85%;
  margin-top: 100px;
  margin-left: -237px;
}

.div-block-34 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.div-block-35 {
  background-image: url('../images/des_3des_2.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 600px;
  margin-top: -100px;
}

.cell-11 {
  justify-content: flex-start;
  align-items: center;
}

.button-4 {
  color: var(--blue_1);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 300px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  transition: all .4s;
}

.button-4:hover {
  background-color: var(--glay);
}

.g_2_3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 10px solid var(--blue_1);
  border-left: 10px solid var(--blue_1);
  background-image: url('../images/inter_back_glay_1inter_back_glay.avif');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: -90px;
  padding-bottom: 140px;
  display: flex;
}

.div-block-36 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  height: 240px;
  margin-bottom: 177px;
  display: grid;
  box-shadow: 0 2px 9px #0000004d;
}

.paragraph-26 {
  color: var(--blue_1);
  text-align: justify;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 50px;
  font-family: PT Sans, sans-serif;
  font-size: 19px;
  line-height: 40px;
  display: flex;
}

.div-block-37 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-38 {
  border-right: 3px solid var(--blue_1);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  margin-top: -30px;
  display: flex;
  position: relative;
  top: 13px;
}

.heading-14 {
  color: var(--blue_1);
  text-align: justify;
  letter-spacing: 8px;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.paragraph-27 {
  letter-spacing: 8px;
  padding-right: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.quick-stack-10 {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 0;
}

.cell-12 {
  justify-content: center;
  align-items: flex-start;
}

.image-12 {
  box-sizing: border-box;
  float: none;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  order: 0;
  width: 80%;
  height: 450px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: -214px 0 auto;
}

.modal-heading {
  color: #c2c2c2;
  letter-spacing: -2px;
  margin-top: 0;
  font-size: 100px;
  font-weight: 500;
  line-height: 100px;
}

.modal-divider {
  background-color: #b7b7b8;
  width: 50px;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.modal-wrapper {
  z-index: 10;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-content {
  flex-flow: column;
  width: 100%;
  max-width: none;
  font-family: Oswald, sans-serif;
  display: flex;
}

.modal-form {
  margin-bottom: 0;
}

.modal-close-icon {
  opacity: .4;
  cursor: pointer;
  width: 20px;
  transition: opacity .2s ease-in-out;
  position: absolute;
  inset: 20px 20px auto auto;
}

.modal-close-icon:hover {
  opacity: 1;
}

.input {
  border: 2px solid #b7b7b8;
  border-radius: 4px;
  height: 48px;
  padding: 12px 20px;
}

.modal-close {
  display: flex;
  position: absolute;
  inset: 0%;
}

.modal-checklist-icon {
  color: #00a3ff;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.modal-checklist-icon.orange {
  color: #ff9825;
}

.modal-checklist-icon.pink {
  color: #ff72df;
}

.modal-checklist-icon.green {
  color: #00de5d;
}

.modal-checklist-item {
  align-items: center;
  margin-bottom: 12px;
  font-size: 18px;
  display: flex;
}

.label {
  font-weight: 500;
}

.modal-list {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0;
  list-style-type: none;
}

.button-5 {
  letter-spacing: -1px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 600;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.button-5:hover {
  box-shadow: none;
  color: #000;
  background-color: #0000;
}

.button-5.modal-form-button {
  margin-right: 12px;
}

.modal {
  background-color: #719ce2;
  border: 5px solid #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 940px;
  padding: 48px 60px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px 3px #0000004a;
}

.form-button-row {
  color: #777;
  align-items: center;
  display: flex;
}

.fc-secondary {
  color: #b7b7b8;
}

.button-6 {
  letter-spacing: -1px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 600;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.button-6:hover {
  box-shadow: none;
  color: #000;
  background-color: #0000;
}

.heading-15 {
  font-size: 20px;
  line-height: 20px;
}

.heading-16 {
  direction: ltr;
  color: #ead5f8;
  letter-spacing: normal;
  -webkit-text-stroke-color: #ffb3f7;
  text-indent: 0;
  text-transform: none;
  text-overflow: clip;
  column-count: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: BIZ UDMincho, sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 45px;
}

.div-block-39 {
  background-image: url('../images/topik_3topik_02.avif');
  background-position: 50%;
  background-size: cover;
  width: 60%;
  max-width: 100%;
  display: block;
}

.div-block-40 {
  color: #fff;
  text-align: justify;
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
  padding-right: 0;
  font-weight: 600;
}

.paragraph-28 {
  text-align: justify;
  letter-spacing: 3px;
  border: 1px #fff;
  border-top-style: solid;
  width: 100%;
  padding-top: 10px;
  font-family: PT Sans, sans-serif;
  line-height: 25px;
  display: flex;
}

.container-2 {
  max-width: 1000px;
  height: 100%;
}

.heading-17 {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 12px;
  text-shadow: 2px 3px 5px #00000078;
  margin-top: 0;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  position: static;
}

.quick-stack-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0 0 20px;
}

.link-block-11 {
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 636px;
  max-width: 100%;
  height: 270px;
  transition: all .4s;
  overflow: hidden;
}

.link-block-11:hover {
  filter: saturate(200%);
  transform: scale(1.01);
  box-shadow: 0 2px 8px #0003;
}

.image-13 {
  max-width: 110%;
  margin-top: -6px;
  margin-left: -12px;
}

.heading-18 {
  z-index: 0;
  color: var(--01-204);
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 182px;
  font-family: Oswald, sans-serif;
  font-size: 180px;
  font-weight: 500;
  line-height: 150px;
  text-decoration: none;
  display: block;
  position: relative;
}

.div-block-41 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cell-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.paragraph-29 {
  z-index: 2;
  color: #000;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
}

.div-block-42 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-30 {
  color: #fff;
  letter-spacing: 4px;
  margin-top: 15px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.quick-stack-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0 0 20px;
}

.cell-15 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.div-block-41_2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-43 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-19 {
  z-index: 0;
  color: var(--01-204);
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 180px;
  font-weight: 500;
  line-height: 150px;
  text-decoration: none;
  display: block;
  position: relative;
  left: -56px;
}

.paragraph-29-copy {
  z-index: 2;
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
}

.paragraph-29-copy._30, .paragraph-29-copy._04, .paragraph-29-copy._02 {
  margin-left: 77px;
}

.paragraph-29-copy._04 {
  color: #000;
  margin-left: 95px;
}

.paragraph-31 {
  color: #000;
  text-align: justify;
  margin-top: 10px;
}

.link-block-11_2 {
  max-width: 100%;
  height: 270px;
  overflow: clip;
}

.link-block-11_03 {
  width: 636px;
  max-width: 100%;
  height: 270px;
  overflow: hidden;
}

.link-block-11_03:hover {
  filter: saturate(200%);
  transform: scale(1.01);
  box-shadow: 0 2px 5px #0003;
}

.image-13_03 {
  max-width: 110%;
  margin-top: -123px;
  margin-left: -12px;
}

.quick-stack-12_04 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0 0 20px;
}

.link-block-11_04 {
  width: 100%;
  max-width: 100%;
  height: 400px;
  overflow: clip;
}

.link-block-11_04:hover {
  filter: saturate(200%);
  transform: scale(1.01);
}

.image-13-_04 {
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
}

.paragraph-29_01 {
  z-index: 2;
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
}

.link-block-11_03-copy {
  max-width: 100%;
  height: 270px;
  overflow: clip;
}

.link-block-11_05 {
  width: 636px;
  max-width: 100%;
  height: 270px;
  overflow: hidden;
}

.link-block-11_05:hover {
  filter: saturate(200%);
  transform: scale(1.01);
  box-shadow: 0 2px 5px #0003;
}

.image-13_05 {
  max-width: 110%;
  margin-top: -48px;
  margin-left: -12px;
}

.g_2_4 {
  border-style: none solid;
  border-width: 10px;
  border-color: var(--blue_1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 62px;
  display: flex;
}

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ddd;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 700px;
  height: 30px;
  display: grid;
}

.link {
  color: #fff;
  height: 30px;
  margin-top: -24px;
  margin-left: 84px;
  text-decoration: none;
  display: block;
  position: static;
}

.div-block-45 {
  background-color: #424242;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-left: 0;
  display: flex;
}

.div-block-46 {
  background-color: #4b4b4b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
}

.div-block-47 {
  color: #353535;
  background-color: #5c5c5c;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
}

.paragraph-32 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.tabs-menu {
  background-color: var(--tab);
  border-radius: 20px;
  width: 600px;
}

.tab-link-tab-3 {
  border-radius: 20px;
  width: 200px;
}

.tab-link-tab-2 {
  background-color: var(--tab);
  border-radius: 20px;
  width: 200px;
}

.tab-link-tab-1 {
  background-color: #000;
  border-radius: 20px;
  width: 200px;
}

.tab-link-tab-1.w--current {
  background-color: #000;
  border-radius: 20px;
}

.text-block {
  color: #fff;
  text-align: center;
}

.text-block-2, .text-block-3 {
  text-align: center;
}

.tabs {
  margin-top: 30px;
}

.tab_1 {
  background-color: #4b4b4b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
}

.tab_2 {
  color: #353535;
  background-color: #5c5c5c;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
}

.tab_3 {
  background-color: #424242;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-left: 0;
  display: flex;
}

.tab-link-tab-3-2 {
  width: 300px;
  overflow: visible;
}

.tabs-menu-2 {
  background-color: #ddd;
  border: 1px #000;
  border-radius: 0;
  width: 900px;
}

.tab-link-tab-1-2 {
  width: 300px;
}

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

.tab-link-tab-2-2 {
  width: 300px;
}

.text-block-5, .text-block-6 {
  text-align: center;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.tabs-nav-background {
  z-index: 0;
  background-color: #fff;
  border-radius: 999em;
  width: 300px;
  line-height: 20px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 22px 2.5em #0006;
}

.tab-content-image {
  border-radius: 1.4em;
}

.tabs-nav-text {
  z-index: 1;
  mix-blend-mode: normal;
  position: relative;
}

.tab-content-inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-content-title {
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.tabs-menu-wrapper {
  background-color: #464646;
  border-radius: 999em;
  align-items: center;
  padding: .7px .8px;
  display: flex;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #535353;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-item._01.w--current {
  border-radius: 20px;
  padding: 5px 2px;
}

.tabs-nav-item._02 {
  padding-top: 0;
}

.div-block-48 {
  width: 70%;
}

.tabs-3 {
  width: 100%;
  height: auto;
}

.tabs-menu-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0c2954;
  background-color: #b3b3b3;
  border-radius: 30px;
  justify-content: space-between;
  width: 95%;
  max-width: none;
  height: 40px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-link {
  opacity: .5;
  color: #4c596b;
  text-align: center;
  background-color: #0f284c00;
  border: 1px #0c2954;
  border-bottom: .0625rem solid #0c295400;
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.tab-link.w--current {
  border-bottom: 2px none var(--blue_1);
  background-color: var(--tab_c);
  opacity: 1;
  color: #fff;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.tab-pane-tab-1 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-bottom: 1rem;
  overflow: visible;
}

.tab-pane_img-wrapper {
  aspect-ratio: auto;
  background-image: linear-gradient(#ffffff82, #ffffff82), url('../images/113271-OORACK-868_1113271-OORACK-868.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: .3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
  overflow: visible;
  box-shadow: 1px -5px 9px #0c295473;
}

.img-full-cover {
  width: 100%;
  height: 100%;
}

.image-14 {
  width: 100%;
  margin-top: -128px;
}

.div-block-49 {
  width: 80%;
  height: 350px;
  margin-top: 23px;
  overflow: hidden;
}

.paragraph-33 {
  color: var(--blue_1);
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.div-block-50 {
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.div-block-51 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-52 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-33_1 {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 15px;
  line-height: 40px;
}

.gaiyo {
  border-bottom: 1px #000;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 5px;
  display: flex;
}

.div-block-53 {
  width: 70%;
  height: 300px;
}

.code-embed-3 {
  width: 80%;
  height: 260px;
  margin-top: 10px;
}

.gaiyo-_1 {
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 5px;
  display: flex;
}

.gaiyo-copy {
  border-bottom: 1px #000;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-top: 5px;
  display: flex;
}

.container-3 {
  width: 100%;
  height: auto;
  margin-top: -78px;
}

.heading-20 {
  margin-top: 53px;
}

.quick-stack-13 {
  width: 95%;
  margin-top: 69px;
  padding: 0 0 40px;
}

.heading-21 {
  color: var(--blue_1);
  letter-spacing: 5px;
  margin-top: 40px;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  display: flex;
}

.paragraph-34 {
  font-size: 12px;
}

.div-block-54 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-35 {
  font-size: 12px;
  line-height: 16px;
}

.paragraph-36, .shiten_1 {
  color: #7c7c7c;
  border-left: 3px solid #a8a8a8;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

.shiten_2 {
  font-size: 12px;
  line-height: 18px;
}

.shiten {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quick_shiten {
  width: 95%;
  margin-top: 69px;
  padding: 0 0 40px;
}

.code-embed-4 {
  width: 100%;
  height: 200px;
}

.footer_2 {
  border-right: 10px solid var(--blue_1);
  border-left: 10px solid var(--blue_1);
  color: #fff;
  background-color: #425eff00;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  display: flex;
  position: static;
}

.link-block-12 {
  z-index: 2;
  background-color: var(--blue_1);
  border-radius: 100px;
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-top: -38px;
  margin-bottom: -50px;
  display: flex;
  position: static;
  top: auto;
}

.image-15 {
  width: 50px;
  margin-top: 12px;
}

.image-16 {
  z-index: 2;
  width: 170px;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.div-block-55 {
  background-color: var(--blue_1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: 0;
  display: flex;
}

.tab-pane-tab2 {
  width: 100%;
  padding-bottom: 40px;
}

.image-17 {
  width: 70%;
  padding-top: 40px;
}

.heading-22 {
  color: var(--blue_1);
  letter-spacing: 5px;
  margin-top: 32px;
  font-family: Oswald, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 70px;
}

.paragraph-37 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
}

.image-18 {
  width: 100px;
  margin-top: 20px;
}

.image-19 {
  width: 100px;
}

.paragraph-38 {
  margin-top: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-56 {
  width: 70%;
}

.paragraph-39 {
  text-align: justify;
}

.text-block-7 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-size: 16px;
}

.text-block-8, .text-block-9 {
  color: #fff;
  font-size: 16px;
}

.tab-pane_img-wrapper_1 {
  aspect-ratio: auto;
  border-radius: .3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
  overflow: visible;
  box-shadow: 1px 0 9px #0c295473;
}

.tab-pane_img-wrapper_2 {
  aspect-ratio: auto;
  border-radius: .3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
  overflow: visible;
  box-shadow: 1px 0 6px #0000004a;
}

.top_title_interview {
  background-image: url('../images/DSC05371_1DSC05371_0.avif');
  background-position: 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 550px;
  margin-top: 0;
  display: flex;
}

.div-block-57 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 53px;
  padding-left: 40px;
  display: flex;
}

.heading-23 {
  color: #fff;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 200px;
  font-weight: 500;
  line-height: 200px;
}

.paragraph-40 {
  background-color: var(--blue_1);
  color: #fff;
  letter-spacing: 5px;
  width: 450px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 3px;
  padding-left: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-40_1 {
  background-color: var(--blue_1);
  color: #fff;
  letter-spacing: 5px;
  width: auto;
  margin-bottom: 5px;
  margin-right: 75px;
  padding: 0 0 3px 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.div-block-58 {
  width: auto;
}

.paragraph-40_2 {
  background-color: var(--blue_1);
  color: #fff;
  letter-spacing: 5px;
  width: auto;
  margin-bottom: 5px;
  margin-right: 40px;
  padding-top: 0;
  padding-bottom: 3px;
  padding-left: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-40_3 {
  background-color: var(--blue_1);
  color: #fff;
  letter-spacing: 5px;
  width: auto;
  margin-bottom: 5px;
  margin-right: 78px;
  padding-top: 0;
  padding-bottom: 3px;
  padding-left: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-40_4 {
  background-color: var(--blue_1);
  color: #fff;
  letter-spacing: 5px;
  width: 100%;
  margin-bottom: 5px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 3px;
  padding-left: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.div-block-59 {
  padding-top: 10px;
  padding-left: 50px;
  font-family: PT Sans, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph-41 {
  color: #fff;
  text-shadow: 0 1px 6px #00000070;
  margin-bottom: 0;
  font-size: 24px;
}

.im_1 {
  background-image: linear-gradient(to bottom, var(--back_to), var(--back_to)), url('../images/inter_back_glay_1inter_back_glay.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-42 {
  color: #fff;
  text-shadow: 0 1px 4px #000000bf;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.columns {
  padding-top: 100px;
  padding-right: 10px;
}

.column {
  height: 400px;
  padding-left: 0;
  overflow: hidden;
}

.div-block-60 {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  padding-right: 10px;
  display: flex;
}

.heading-24 {
  color: var(--blue_1);
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 90px;
}

.div-block-61 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -11px;
  display: flex;
}

.paragraph-43 {
  background-color: var(--blue_1);
  color: #fff;
  margin-bottom: 5px;
  margin-right: auto;
  padding: 2px 5px 2px 20px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-44 {
  background-color: var(--blue_1);
  color: #fff;
  width: auto;
  padding: 2px 5px 2px 20px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.column-2 {
  display: block;
}

.text-block-10 {
  color: #333;
  text-align: justify;
  width: 90%;
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px;
}

.bold-text {
  color: var(--blue_1);
  font-size: 16px;
}

.bold-text-2 {
  color: var(--blue_1);
}

.image-20 {
  max-width: 110%;
  margin-left: -42px;
}

.columns_2 {
  width: 100%;
  height: auto;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.column_01 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.column_02 {
  height: auto;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.image-21 {
  max-width: 110%;
  margin-top: -41px;
  margin-left: 0;
}

.bold-text-3 {
  color: var(--blue_1);
}

.div-block-62 {
  background-image: url('../images/DSC05364_3DSC05364_2.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.quick-stack-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 10px 0 0;
}

.div-block-63, .div-block-64 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.image-22 {
  max-width: 110%;
}

.bold-text-4, .bold-text-5 {
  color: var(--blue_1);
}

.interview_menu {
  background-color: #425eff;
  border: 10px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  box-shadow: inset 3px 8px 9px #00000042;
}

.person_01 {
  border-left: 8px solid var(--blue_1);
  background-image: url('../images/DSC05145_5DSC05145_01.avif');
  background-position: 100% 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: 600px;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.person_01:hover {
  background-image: linear-gradient(to bottom, var(--00), var(--00)), url('../images/DSC05145_2DSC05145_01.avif');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
}

.person_01.w--current {
  border-style: none none none solid;
  border-width: 8px 9px 8px 8px;
  border-color: var(--blue_1);
  opacity: 1;
  filter: saturate(200%);
  box-shadow: 0 2px 5px #00000069;
}

.person_02 {
  border-left: 8px solid var(--blue_1);
  background-image: url('../images/DSC05145_6DSC05145_02.avif');
  background-position: 100% 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: 600px;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.person_02:hover {
  background-image: linear-gradient(to bottom, var(--00), var(--00)), url('../images/DSC05145_3DSC05145_02.avif');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
}

.person_03 {
  border-left: 8px solid var(--blue_1);
  background-image: url('../images/DSC05145_4DSC05145_03.avif');
  background-position: 100% 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: 600px;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.person_03:hover {
  background-image: linear-gradient(to bottom, var(--00), var(--00)), url('../images/DSC05145_4DSC05145_03.avif');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
}

.quick-stack-_in {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 700px;
  padding: 0;
}

.div-block-foot_logo {
  background-color: var(--blue_1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 0;
  display: flex;
}

.up_up {
  z-index: 2;
  background-color: var(--blue_1);
  border-radius: 100px;
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-top: -38px;
  margin-bottom: -50px;
  display: flex;
  position: static;
  top: auto;
}

.up_up_2 {
  z-index: 2;
  background-color: #fff;
  border-radius: 100px;
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-top: 51px;
  margin-bottom: -50px;
  display: flex;
  position: static;
  top: auto;
}

.div-block-65 {
  width: 100%;
  height: 75px;
  margin-top: 0;
}

.heading-5_2menu {
  color: #fff;
  letter-spacing: 6px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-55_w {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: 0;
  display: flex;
}

.gg_2_2 {
  background-image: url('../images/topic_back.svg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 100px;
  display: none;
}

.div-block_topic_tt {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 850px;
  height: auto;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.gunsoku_topic {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 12px;
  margin-top: 0;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  position: relative;
}

.p_g_tt {
  z-index: 2;
  color: #fff;
  letter-spacing: 4px;
  margin-top: 15px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.image-23 {
  width: 700px;
}

.div-block-66 {
  border-radius: 13px;
  width: 220px;
  height: 220px;
  position: relative;
  top: -232px;
  left: 17px;
  right: auto;
  overflow: hidden;
}

.image-24 {
  width: 400%;
  max-width: 400%;
  margin-top: -100px;
  margin-left: -270px;
}

.link-block-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 450px;
  margin-top: 46px;
  display: flex;
}

.image-25 {
  width: 350px;
  position: relative;
  top: -234px;
  left: -173px;
}

.link-block-t01 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 450px;
  margin-top: 46px;
  margin-bottom: 40px;
  padding-bottom: 0;
  transition: all .4s;
  display: flex;
}

.link-block-t01:hover {
  transform: rotate(-4deg);
}

.image-26 {
  max-width: 90%;
  position: relative;
  top: -176px;
}

.columns-2 {
  width: 1100px;
  height: auto;
  margin-bottom: 60px;
}

.link-block-14 {
  width: 100%;
}

.tp_03 {
  width: 550px;
  height: auto;
  transition: all .4s;
}

.tp_03:hover {
  transform: scale(1.05);
}

.tp-02 {
  width: 530px;
  height: auto;
  transition: all .4s;
}

.tp-02:hover {
  transform: scale(1.05);
}

.image-27 {
  position: relative;
}

.image-28 {
  width: 450px;
  position: static;
  top: auto;
}

.image-29 {
  width: 350px;
  position: relative;
  top: -387px;
  left: 166px;
}

.image-30 {
  z-index: 2;
  width: 450px;
  max-width: 150%;
  position: static;
}

.tp_-t01-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 450px;
  margin-top: 46px;
  margin-bottom: 40px;
  padding-bottom: 0;
  transition: all .4s;
  display: flex;
}

.tp_-t01-copy:hover {
  transform: rotate(-4deg);
}

.tp_-t01 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: auto;
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 0;
  transition: all .4s;
  display: flex;
}

.tp_-t01:hover {
  transform: scale(1.05);
}

.columns-3 {
  width: 1100px;
}

.link-block-15 {
  width: 550px;
  margin-top: -59px;
}

.link-block-16 {
  width: 550px;
  margin-top: 86px;
  display: flex;
}

.image-31 {
  width: 450px;
  margin-right: 0;
  position: static;
}

.image-32 {
  width: 100%;
  height: 640px;
  position: relative;
  left: -483px;
}

.tp_04 {
  width: 530px;
  margin-top: 0;
  transition: all .4s;
}

.tp_04:hover {
  transform: scale(1.05);
}

.tp_05 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  height: auto;
  margin-top: 86px;
  transition: all .4s;
  display: flex;
}

.tp_05:hover {
  transform: scale(1.05);
}

.column-4 {
  position: static;
}

.column-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: static;
}

.column-6 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.div-block-57_2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 54px;
  padding-left: 60px;
  display: flex;
}

.paragraph-40_1_2 {
  background-color: var(--blue_1);
  color: #fff;
  letter-spacing: 0;
  width: auto;
  margin-bottom: 5px;
  margin-right: 103px;
  padding: 0 0 3px 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-40_2_2 {
  background-color: var(--blue_1);
  color: #fff;
  letter-spacing: 5px;
  width: auto;
  margin-bottom: 5px;
  margin-right: 103px;
  padding-top: 0;
  padding-bottom: 3px;
  padding-left: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-40_3_2 {
  background-color: var(--blue_1);
  color: #fff;
  letter-spacing: 5px;
  width: auto;
  margin-bottom: 5px;
  margin-right: 78px;
  padding-top: 0;
  padding-bottom: 3px;
  padding-left: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-40_4_2 {
  background-color: var(--blue_1);
  color: #fff;
  letter-spacing: 5px;
  width: auto;
  margin-bottom: 5px;
  margin-right: 66px;
  padding-top: 0;
  padding-bottom: 3px;
  padding-left: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.div-block-58_2 {
  width: 600px;
}

.top_title_interview_02 {
  background-image: url('../images/DSC05521_3DSC05521_2.avif');
  background-position: 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  margin-top: 0;
  display: flex;
}

.paragraph-41_2 {
  color: #fff;
  text-shadow: 0 1px 6px #00000070;
  margin-bottom: 0;
  font-size: 24px;
}

.paragraph-42_02 {
  color: #fff;
  text-shadow: 0 1px 5px #00000082;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.image-20_2 {
  max-width: 110%;
  margin-left: 0;
}

.image-21_2 {
  max-width: 130%;
  margin-top: -39px;
  margin-left: 0;
}

.div-block-62_2 {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.image-22_2, .image_inter_02 {
  max-width: 110%;
}

.div-block-64_2, .div-block-63_2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.image-20-copy, .image-20-copy-copy {
  max-width: 110%;
  margin-left: -42px;
}

.image-20_2_2 {
  max-width: 110%;
  margin-left: -40px;
}

.columns_2_2 {
  width: 100%;
  height: auto;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-02_3 {
  height: 450px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.column-_02 {
  height: 400px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.div-block-67 {
  background-image: url('../images/DSC05269_3DSC05269_2.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-68 {
  background-image: url('../images/DSC05357_3DSC05357_2.avif');
  background-position: 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.columns-copy, .columns-copy-copy {
  padding-top: 100px;
  padding-right: 10px;
}

.columns_03 {
  padding-top: 0;
  padding-right: 10px;
}

.columns_3_2 {
  padding-top: 100px;
  padding-right: 10px;
}

.paragraph-42_03 {
  color: #fff;
  text-shadow: 0 1px 5px #0000006b;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.top_title_interview_03 {
  background-image: url('../images/DSC05757_3DSC05757_2.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  margin-top: 0;
  display: flex;
}

.div-block-69 {
  width: 100%;
}

.div-block-62_03 {
  background-image: url('../images/DSC05783.avif');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.image-33 {
  max-width: 110%;
}

.paragraph-40_1_03 {
  background-color: var(--blue_1);
  color: #fff;
  letter-spacing: 5px;
  width: auto;
  margin-bottom: 5px;
  margin-right: 75px;
  padding: 0 0 3px 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-40_2_03 {
  background-color: var(--blue_1);
  color: #fff;
  letter-spacing: 5px;
  width: auto;
  margin-bottom: 5px;
  margin-right: 40px;
  padding-top: 0;
  padding-bottom: 3px;
  padding-left: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-40_3_03 {
  background-color: var(--blue_1);
  color: #fff;
  letter-spacing: 5px;
  width: auto;
  margin-bottom: 5px;
  margin-right: 78px;
  padding-top: 0;
  padding-bottom: 3px;
  padding-left: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-40_4_03 {
  background-color: var(--blue_1);
  color: #fff;
  letter-spacing: 5px;
  width: 100%;
  margin-bottom: 5px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 3px;
  padding-left: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.div-block-57_03 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 53px;
  padding-left: 40px;
  display: flex;
}

.columns_03_3 {
  padding-top: 60px;
  padding-right: 10px;
}

.paragraph-18_bu {
  letter-spacing: 6px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
}

.top_title_bar_business {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  display: flex;
}

.section-2 {
  border-top: 10px solid var(--blue_1);
  border-right: 10px solid var(--blue_1);
  border-left: 10px solid var(--blue_1);
  height: 100vh;
}

.heading-12-business {
  color: var(--blue_1);
  letter-spacing: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 134px;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  display: flex;
  position: relative;
}

.section-3 {
  background-image: linear-gradient(#ffffffcf, #ffffffcf), url('../images/business_back_1business_back.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -75px;
  display: flex;
}

.heading-12_about {
  color: var(--blue_1);
  letter-spacing: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 353px;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  display: flex;
  position: static;
}

.bus_1 {
  background-image: linear-gradient(#ffffffcf, #ffffffcf), url('../images/business_back_1business_back.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: -75px;
  display: flex;
}

.bus_2 {
  border-top: 10px solid var(--blue_1);
  border-right: 10px solid var(--blue_1);
  border-left: 10px solid var(--blue_1);
  height: 100vh;
}

.bus_22 {
  border-style: solid solid none;
  border-width: 10px;
  border-color: var(--blue_1);
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 62px;
  display: flex;
}

.tabs-menu-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0c2954;
  background-color: #b6b6b6;
  border-radius: 30px;
  justify-content: space-between;
  width: 80%;
  max-width: none;
  height: 40px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-link-2 {
  border-bottom: 2px solid var(--blue_1);
  background-color: #fff;
  padding: 1rem 2rem;
}

.tabs-4 {
  width: 100%;
  height: auto;
  display: none;
}

.tab-pane-tab-1-business {
  width: 1100px;
  max-width: 100%;
  margin-bottom: 0;
  padding-bottom: 1rem;
  overflow: visible;
}

.tab-pane_img-wrapper_1-business {
  aspect-ratio: auto;
  border-radius: .3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 87%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
  overflow: visible;
}

.quick-stack-15 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container-business {
  width: 100%;
  max-width: 1100px;
  height: auto;
}

.cell-19 {
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-70 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 290px;
  display: flex;
}

.image-34 {
  padding-bottom: 40px;
}

.image-35 {
  width: 100%;
  max-width: none;
  padding-bottom: 0;
}

.paragraph-45 {
  text-align: justify;
  width: 550px;
  font-family: PT Sans, sans-serif;
  font-size: 17px;
  line-height: 34px;
}

.paragraph-46 {
  border-top: 1px #000;
  border-bottom: 1px solid var(--01-204);
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

.heading-25 {
  color: var(--blue_1);
  text-align: center;
  letter-spacing: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-47 {
  letter-spacing: 1.5px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.tab-pane_img-wrapper_2-business-copy {
  aspect-ratio: auto;
  border-radius: .3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 960px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
  overflow: visible;
}

.quick-stack-15-busi {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-71 {
  width: 880px;
}

.paragraph-48 {
  text-align: justify;
  font-family: PT Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 35px;
}

.paragraph-46_2 {
  text-align: center;
  border-top: 1px solid #000;
  width: 550px;
  padding-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

.paragraph-46_33 {
  text-align: center;
  border-top: 1px solid #000;
  width: 100%;
  padding-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

.up_business {
  z-index: 2;
  background-color: var(--blue_1);
  border-radius: 100px;
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-top: -38px;
  margin-bottom: -50px;
  display: flex;
  position: static;
  top: auto;
}

.div-block-70-dorn {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 290px;
  height: 450px;
  display: flex;
  overflow: hidden;
}

.image-36 {
  max-width: none;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  font-weight: 400;
}

.image-37 {
  width: 150px;
}

.modal-wrapper-02 {
  z-index: 10;
  -webkit-text-fill-color: inherit;
  background-color: #0000004d;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-wrapper-03, .modal-wrapper-04, .modal-wrapper-05 {
  z-index: 10;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-close-icon02 {
  opacity: .4;
  cursor: pointer;
  width: 20px;
  transition: opacity .2s ease-in-out;
  position: absolute;
  inset: 20px 20px auto auto;
}

.modal-close-icon02:hover {
  opacity: 1;
}

.heading-16_02 {
  direction: ltr;
  color: var(--blue_1);
  letter-spacing: normal;
  text-indent: 0;
  text-transform: none;
  text-overflow: clip;
  column-count: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 30px;
  font-style: normal;
}

.div-block-39_02 {
  background-image: url('../images/topik_3topik_02.avif');
  background-position: 50%;
  background-size: cover;
  width: 60%;
  max-width: 100%;
  display: block;
}

.div-block-39_03 {
  background-image: url('../images/topic_4topic_03.avif');
  background-position: 50%;
  background-size: cover;
  width: 60%;
  max-width: 100%;
  display: block;
}

.div-block-39-_01 {
  background-image: url('../images/topic_6topic_05.avif');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  max-width: 100%;
  height: 250px;
  display: block;
}

.div-block-39_04 {
  background-image: url('../images/tp_04.svg'), linear-gradient(to bottom, var(--illa), var(--illa));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  width: 60%;
  max-width: 100%;
  display: block;
}

.div-block-39_05 {
  background-image: url('../images/topic_6topic_05.avif');
  background-position: 0%;
  background-size: cover;
  width: 60%;
  max-width: 100%;
  display: block;
}

.sppo_1 {
  background-image: linear-gradient(#ffffffcf, #ffffffcf), url('../images/business_back_1business_back.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -75px;
  display: flex;
}

.top_title_bar_sopp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 460px;
  margin-top: 0;
  display: flex;
}

.heading-12-support {
  color: var(--blue_1);
  letter-spacing: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  display: flex;
  position: relative;
}

.top_title_bar_support {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 380px;
  margin-top: 0;
  display: flex;
}

.support_1 {
  background-image: linear-gradient(#ffffffcf, #ffffffcf), url('../images/business_back_1business_back.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 350px;
  margin-top: -79px;
  display: flex;
}

.image-spport {
  box-sizing: border-box;
  float: none;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  order: 0;
  width: 90%;
  height: 450px;
  margin-top: -327px;
  margin-left: 0;
  margin-right: 0;
  display: inline-flex;
  position: static;
  inset: auto 0;
}

.support_2 {
  border-style: solid solid none;
  border-width: 10px;
  border-color: var(--blue_1);
  background-color: #fff;
  background-image: linear-gradient(#ffffffad, #fff), url('../images/inter_back_glay_1inter_back_glay.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 62px;
  display: flex;
}

.container-support {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: auto;
  display: flex;
}

.heading-26 {
  background-color: var(--blue_1);
  color: #fff;
  margin-top: 0;
  padding: 10px 20px;
  line-height: 40px;
}

.image-38 {
  max-width: 65%;
  margin-top: 40px;
}

.paragraph-49 {
  font-size: 16px;
  line-height: 30px;
}

.paragraph-50 {
  text-align: center;
  max-width: 70%;
  font-size: 18px;
  line-height: 30px;
}

.cell-23 {
  justify-content: flex-start;
  align-items: center;
}

.paragraph-51 {
  color: #fff;
  text-align: center;
  padding-top: 5px;
  font-size: 15px;
  line-height: 30px;
}

.cell-24, .cell-25, .cell-26, .cell-27, .cell-28, .cell-29 {
  justify-content: flex-start;
  align-items: center;
}

.link-2 {
  color: #fff;
  letter-spacing: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.link-2:hover {
  color: #000;
}

.link-3 {
  color: #fff;
  letter-spacing: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.link-3:hover {
  color: #000;
}

.link-4 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.link-4:hover {
  color: #000;
}

.image-39 {
  display: none;
}

.paragraph-52 {
  border-top: 1px solid var(--glays);
  border-bottom: 1px solid var(--glays);
  max-width: 85%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-40 {
  width: 500px;
}

.image-41 {
  width: 435px;
}

.section-4 {
  border: 10px solid var(--blue_1);
  height: 100vh;
  margin-top: -75px;
}

.div-block-74 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.new_g_1 {
  border-style: solid solid none;
  border-width: 10px;
  border-color: var(--blue_1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 62px;
  display: flex;
}

.div-block-74_new {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 140px;
  padding-bottom: 40px;
  display: flex;
}

.tabs-menu-3_new {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0c2954;
  justify-content: space-between;
  width: 80%;
  max-width: none;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-3_new {
  width: 100%;
  max-width: 1100px;
  height: auto;
}

.tabs-3_new {
  width: 100%;
  height: auto;
}

.tab-link_new_1 {
  opacity: .5;
  color: #0c2954;
  text-align: center;
  background-color: #0c295400;
  border: 1px #0c2954;
  border-bottom: .0625rem solid #0c295400;
  border-radius: 0;
  flex: 1;
  padding: 1rem 2rem;
}

.tab-link_new_1.w--current {
  border-bottom-width: 2px;
  border-bottom-color: var(--blue_1);
  opacity: 1;
  background-color: #0c295400;
}

.tab-link_new_2 {
  opacity: .5;
  color: #0c2954;
  text-align: center;
  background-color: #0c295400;
  border: 1px #0c2954;
  border-bottom: .0625rem solid #0c295400;
  border-radius: 0;
  flex: 1;
  padding: 1rem 2rem;
}

.tab-link_new_2.w--current {
  border-bottom-width: 2px;
  border-bottom-color: var(--blue_1);
  opacity: 1;
  background-color: #0c295400;
}

.div-block-49_new {
  width: 80%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.side_l {
  border-top: .5px solid var(--tab);
  border-bottom: .5px solid var(--tab);
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.gg {
  display: flex;
}

.side_r {
  border-top: .5px solid var(--tab);
  border-right: 1px none var(--tab);
  border-bottom: .5px solid var(--tab);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.paragraph-53, .paragraph-54 {
  margin-bottom: 0;
  font-size: 13px;
}

.div-block-75, .rr {
  width: 100%;
  height: auto;
}

.heading-27 {
  border-bottom: 1px solid var(--01-204);
  font-size: 24px;
  line-height: 30px;
}

.boshu_tt {
  border-bottom: 1px solid var(--01-204);
  letter-spacing: 3px;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.hyo {
  background-color: var(--tab);
  width: 95%;
  height: auto;
  padding: 20px 20px 10px;
}

.side_r_2 {
  border-top: 1px solid var(--tab);
  border-right: 1px solid var(--tab);
  border-bottom: .5px solid var(--tab);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 522px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.side_l_2 {
  background-color: var(--tab);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 150px;
  height: 522px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.div-block-76, .div-block-76-copy {
  background-color: #fff;
  width: 100%;
  height: 40px;
}

.down {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.paragraph-55 {
  text-align: center;
  margin-bottom: 0;
}

.div-block-77 {
  height: 30px;
}

._3kaku {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
}

.image-42 {
  width: 20px;
}

.side_r_3 {
  border-top: 1px solid var(--tab);
  border-right: 1px solid var(--tab);
  border-bottom: .5px solid var(--tab);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 372px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.div-block-78 {
  width: 95%;
  height: 500px;
}

.hyo_22 {
  width: 95%;
  height: auto;
  display: flex;
}

.ll_1, .ll_2, .ll_3 {
  width: 100%;
}

.div-block-79 {
  border-right: 1px solid #fff;
  border-left: 1px solid var(--tab);
  background-color: var(--tab);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.ll_4 {
  width: 100%;
}

.quick-stack-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: auto;
  padding: 0;
}

.paragraph-56 {
  margin-bottom: 0;
  font-size: 12px;
}

.div-block-80 {
  border-right: 1px solid var(--tab);
  border-bottom: 1px solid var(--tab);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 50px;
  padding-right: 10px;
  display: flex;
}

.div-block-80_1 {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--tab);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 50px;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.paragraph-57, .paragraph-58, .paragraph-59, .paragraph-60 {
  margin-bottom: 0;
  font-size: 13px;
}

.paragraph-61 {
  margin-bottom: 0;
  font-size: 13px;
  display: flex;
}

.paragraph-62, .paragraph-63 {
  margin-bottom: 0;
  font-size: 13px;
}

.cell-30 {
  display: flex;
}

.side_l_3 {
  background-color: var(--tab);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 150px;
  height: 372px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.paragraph-64 {
  padding-top: 20px;
}

.image-43, .image-44, .image-45, .image-46, .image-47 {
  display: none;
}

.tab-pane_img-wrapper_00 {
  aspect-ratio: auto;
  border-radius: .3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
  overflow: visible;
  box-shadow: 1px 0 9px #0c295473;
}

.tab-pane-tab-4 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-bottom: 1rem;
  overflow: visible;
}

.tab-pane-tab4 {
  width: 100%;
}

.tabs-sma_new {
  width: 100%;
  height: auto;
  display: none;
}

.tabs-menu_sma_new {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0c2954;
  justify-content: space-between;
  width: 80%;
  max-width: none;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper_sma {
  aspect-ratio: auto;
  border-radius: .3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
  overflow: visible;
  box-shadow: 1px 0 9px #0c295473;
}

.div-block-80-l {
  border-right: 1px solid var(--tab);
  border-bottom: 1px solid var(--tab);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 50px;
  padding-right: 10px;
  display: flex;
}

.gg-2-2-2, .gg-2-2-2-c {
  height: auto;
}

.gg_2_2_2 {
  background-image: url('../images/topic_back_1topic_back.avif');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-65 {
  z-index: 3;
  color: #1d1d1d;
  text-align: justify;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 28px;
  position: relative;
}

.div-block-81 {
  padding-left: 20px;
}

.paragraph-04_1-copy-2 {
  z-index: 3;
  color: #1d1d1d;
  text-align: justify;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 28px;
  position: relative;
}

.grid-7 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 2.5fr;
  width: 900px;
  margin-top: -59px;
  position: static;
  top: auto;
}

.div-block-82 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 900px;
  display: flex;
}

.heading-28 {
  z-index: 3;
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 200px;
  font-weight: 500;
  line-height: 150px;
  text-decoration: none;
  position: relative;
  left: auto;
  right: 0;
}

.heading-29 {
  z-index: 2;
  color: #fff;
  margin-top: 30px;
  font-family: Oswald, sans-serif;
  font-size: 200px;
  font-weight: 500;
  line-height: 180px;
  text-decoration: none;
  position: relative;
}

.heading-01_05-2 {
  z-index: 2;
  color: #425eff;
  margin-top: 30px;
  font-family: Oswald, sans-serif;
  font-size: 200px;
  font-weight: 500;
  line-height: 180px;
  text-decoration: none;
  position: relative;
}

.image-48 {
  width: 100px;
  margin-top: 162px;
}

.paragraph-66 {
  z-index: 3;
  color: #1d1d1d;
  text-align: justify;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 28px;
  position: relative;
}

.div-block-83 {
  width: 30%;
}

.link-block-17 {
  z-index: 2;
  background-color: #38705400;
  width: 500px;
  height: 391.469px;
  margin-top: -160px;
  transition: all .8s;
  position: relative;
  overflow: visible;
}

.link-block-17:hover {
  filter: saturate(200%);
  transform: scale(1.05);
}

.paragraph-67 {
  z-index: 3;
  color: #fff;
  text-align: justify;
  text-shadow: 2px 1px 5px #000000a1;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 28px;
  position: relative;
}

.image-49 {
  -webkit-text-stroke-width: 5px;
  text-shadow: -9px 2px 7px #000;
  text-overflow: clip;
  width: 125px;
  margin-top: 26px;
  text-decoration: none;
}

.div-block-84 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 10%;
  padding-left: 60px;
  display: flex;
}

.grid-8 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 4.5fr 7fr;
  width: 900px;
  margin-top: 24px;
  position: static;
  top: auto;
}

.paragraph-2_5-2 {
  color: #425eff;
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.link-block-18 {
  background-color: #94949400;
  justify-content: center;
  align-items: flex-end;
  width: 800px;
  height: 463px;
  margin-top: -26px;
  transition: all .7s;
  display: flex;
}

.link-block-18:hover {
  filter: saturate(200%);
  transform: scale(1.05);
}

.image-50 {
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 2.5fr;
  grid-template-areas: ". Area";
  width: 900px;
  margin-top: -199px;
  position: relative;
}

.heading-30 {
  z-index: 3;
  color: #425eff;
  margin-top: 162px;
  font-family: Oswald, sans-serif;
  font-size: 200px;
  font-weight: 500;
  line-height: 200px;
  text-decoration: none;
  position: relative;
}

.paragraph-68 {
  color: #fff;
  margin-top: -1px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 55px;
}

.div-block-86 {
  opacity: 1;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  display: flex;
  position: static;
}

.link-block-19 {
  background-color: #88393900;
  justify-content: flex-start;
  align-items: flex-start;
  width: 800px;
  height: 458px;
  margin-top: 61px;
  transition: all .625s;
  display: block;
  overflow: visible;
}

.link-block-19:hover {
  opacity: 1;
  filter: saturate(200%);
  mix-blend-mode: normal;
  transform: scale(1.05);
}

.image-51 {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  width: 100%;
}

.div-block-87 {
  margin-top: -74px;
}

.heading-31 {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 12px;
  margin-top: 0;
  padding-top: 60px;
  font-family: Oswald, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 50px;
  position: static;
}

.div-block-88 {
  z-index: 3;
  object-fit: fill;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
  position: relative;
  left: 87px;
}

.grid-10 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 2.5fr;
  width: 900px;
  margin-top: 27px;
  position: static;
  top: auto;
}

.heading-32 {
  z-index: 3;
  color: #fff;
  margin-top: -162px;
  font-family: Oswald, sans-serif;
  font-size: 200px;
  font-weight: 500;
  line-height: 200px;
  text-decoration: none;
  position: relative;
}

.div-block-89 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: -200px;
  margin-right: 10px;
  font-size: 200px;
  text-decoration: none;
  display: flex;
}

.div-block-90 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.image-52 {
  z-index: 2;
  background-color: #9c5a5a;
  width: 816px;
  max-width: 102%;
  height: 458.461px;
  margin-top: -33px;
  display: inline-block;
  position: relative;
}

.link-block-20 {
  background-color: #a1a1a100;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-top: 0;
  transition: all .7s;
  display: flex;
  position: relative;
  top: -443px;
  overflow: clip;
}

.link-block-20:hover {
  filter: saturate(200%);
  transform: scale(1.05);
}

.g_1_2-2 {
  background-color: #0093fc;
  background-image: url('../images/topic_back_2022topic_back_2021.avif');
  background-position: 0 0;
  background-size: cover;
  height: auto;
  padding-bottom: 69px;
  display: block;
  position: static;
  inset: 0;
}

.image-53 {
  width: 120px;
}

.image-54 {
  z-index: 3;
  background-color: #0000;
  height: 391.469px;
  display: inline-block;
  position: relative;
}

.image-55 {
  z-index: 2;
  margin-top: 0;
  position: static;
}

.tate_mozi {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 10%;
  padding-left: 60px;
  display: flex;
}

.link-block-19_2 {
  background-color: #94949400;
  justify-content: center;
  align-items: flex-end;
  width: 800px;
  height: 513.141px;
  margin-top: -148px;
  transition: all .7s;
  display: flex;
}

.link-block-19_2:hover {
  filter: saturate(200%);
  transform: scale(1.05);
}

.link-block-20_2 {
  z-index: 2;
  background-color: #94949400;
  justify-content: center;
  align-items: flex-end;
  width: 680px;
  height: 481.102px;
  margin-top: 73px;
  transition: all .7s;
  display: flex;
  position: relative;
}

.link-block-20_2:hover {
  filter: saturate(200%);
  transform: scale(1.05);
}

.heading-33 {
  font-size: 20px;
}

.paragraph-69 {
  text-align: justify;
  width: auto;
}

.rich-text-block {
  width: 90%;
  line-height: 30px;
}

.div-block-91 {
  justify-content: space-between;
  height: 250px;
  display: flex;
}

.div-block-92 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  padding-right: 20px;
  display: flex;
}

.image-56 {
  width: 100%;
}

.div-block-93 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-57 {
  width: 60px;
}

.modal_01 {
  background-color: var(--blue_1);
  border: 5px solid #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 940px;
  height: auto;
  padding: 48px 60px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px 3px #0000004a;
}

.div-block-39-_02 {
  background-image: url('../images/business-manager-e_21business-manager-e_20.avif');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  max-width: 100%;
  height: auto;
  display: block;
}

.modal_02 {
  background-color: #8440f8;
  border: 5px solid #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 940px;
  padding: 48px 60px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px 3px #0000004a;
}

.div-block-39-_05 {
  background-image: url('../images/tpp_2tpp_01.avif');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  max-width: 100%;
  height: auto;
  display: block;
}

.modal_03 {
  background-color: #1bd597;
  border: 5px solid #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 940px;
  padding: 48px 60px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px 3px #0000004a;
}

.div-block-39-_03 {
  background-image: url('../images/topic_4topic_03.avif');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  max-width: 100%;
  height: 250px;
  display: block;
}

.heading-16_03 {
  direction: ltr;
  color: #d5f8dc;
  letter-spacing: normal;
  -webkit-text-stroke-color: #ffb3f7;
  text-indent: 0;
  text-transform: none;
  text-overflow: clip;
  column-count: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: BIZ UDMincho, sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 45px;
}

.heading-16_04 {
  direction: ltr;
  color: #f6f8d5;
  letter-spacing: normal;
  -webkit-text-stroke-color: #ffb3f7;
  text-indent: 0;
  text-transform: none;
  text-overflow: clip;
  column-count: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: BIZ UDMincho, sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 45px;
}

.modal_04 {
  background-color: var(--illa);
  border: 5px solid #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 940px;
  padding: 48px 60px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px 3px #0000004a;
}

.div-block-39-_04 {
  background-image: url('../images/businessman_3businessman_2.avif');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  max-width: 100%;
  height: 250px;
  display: block;
}

.heading-16_05 {
  direction: ltr;
  color: #e2f8d5;
  letter-spacing: normal;
  -webkit-text-stroke-color: #ffb3f7;
  text-indent: 0;
  text-transform: none;
  text-overflow: clip;
  column-count: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: BIZ UDMincho, sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 45px;
}

.heading-16_01 {
  direction: ltr;
  color: #d5eff8;
  letter-spacing: normal;
  -webkit-text-stroke-color: #ffb3f7;
  text-indent: 0;
  text-transform: none;
  text-overflow: clip;
  column-count: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: BIZ UDMincho, sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 45px;
}

.div-block-94 {
  width: 100%;
  max-width: 85%;
  height: auto;
}

.heading-34 {
  color: var(--blue_1);
  letter-spacing: 2px;
  font-size: 20px;
}

.heading-35 {
  color: var(--illa);
  text-align: center;
  font-size: 26px;
  line-height: 27px;
}

.paragraph-70 {
  text-align: center;
  max-width: 80%;
  font-size: 18px;
  line-height: 26px;
}

.tabs-5 {
  width: 100%;
  height: auto;
  display: block;
}

.div-_gy_1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.div-block-95 {
  background-color: var(--blue_1);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.div-block-96 {
  width: auto;
}

.quick-stack-20 {
  width: 90%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-97 {
  background-color: #dbe480;
  width: 15px;
  height: 40px;
  position: absolute;
}

.heading-36 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  font-family: PT Sans, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 27px;
}

.paragraph-71 {
  margin-bottom: 0;
}

.paragraph-72 {
  color: #bce5ff;
  margin-bottom: 0;
  padding-left: 5px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
}

.tab-pane_img-wrapper_5-business-copy {
  aspect-ratio: auto;
  border-radius: .3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
  overflow: visible;
}

.tab-pane-tab-1-business-5 {
  width: 1100px;
  max-width: 100%;
  margin-bottom: 0;
  padding-bottom: 1rem;
  overflow: visible;
}

.tab-pane_img-wrapper_5-business-copy-copy, .tab-pane_img-wrapper_5-bus {
  aspect-ratio: auto;
  border-radius: .3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
  overflow: visible;
}

.text-block-11 {
  text-align: justify;
  padding-top: 15px;
  padding-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.div-block-7200 {
  width: 100%;
  margin-bottom: 17px;
  overflow: hidden;
}

.cell-31 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.bus_title, .bus_title-box {
  background-color: var(--blue_1);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.t_box {
  background-color: #dbe480;
  width: 15px;
  height: 40px;
  position: absolute;
}

.point-box {
  background-color: #cacaca;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 35px;
  display: flex;
}

.heading-point {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.heading-37 {
  color: var(--blue_1);
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.rich-text-block-2 {
  text-align: justify;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.bold-text-10 {
  font-weight: 400;
}

.tab-pane_img-wrapper_6-bus {
  aspect-ratio: auto;
  border-radius: .3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
  overflow: visible;
}

.div-_gy_2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.t_box_2 {
  background-color: #dbe480;
  width: 15px;
  height: 40px;
  position: absolute;
}

.bold-text-11 {
  color: var(--blue_1);
  font-size: 18px;
  line-height: 24px;
}

.image-12-business {
  box-sizing: border-box;
  float: none;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  order: 0;
  width: 90%;
  height: 450px;
  margin-top: -270px;
  margin-left: 0;
  margin-right: 0;
  position: static;
  inset: auto 0;
}

.top_title_bar-about {
  background-image: linear-gradient(#ffffffa6, #ffffffa6), url('../images/back_about.svg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  margin-top: -75px;
  display: flex;
}

.div-block-82-sma {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 900px;
  display: none;
}

.sma_1 {
  background-color: #a1a1a100;
  justify-content: flex-start;
  align-items: flex-start;
  width: 800px;
  height: auto;
  margin-top: 61px;
  transition: all .625s;
  display: block;
  overflow: visible;
}

.sma_1:hover {
  opacity: 1;
  filter: saturate(200%);
  mix-blend-mode: normal;
  transform: scale(1.05);
}

.sma_2 {
  z-index: 2;
  background-color: #acacac00;
  width: 500px;
  height: auto;
  margin-top: -90px;
  transition: all .8s;
  position: relative;
  overflow: visible;
}

.sma_2:hover {
  filter: saturate(200%);
  transform: scale(1.05);
}

.sma_3 {
  background-color: #94949400;
  justify-content: center;
  align-items: flex-end;
  width: 800px;
  height: auto;
  margin-top: -63px;
  transition: all .7s;
  display: flex;
}

.sma_3:hover {
  filter: saturate(200%);
  transform: scale(1.05);
}

.sma_4 {
  z-index: 2;
  background-color: #94949400;
  justify-content: center;
  align-items: flex-end;
  width: 550px;
  height: auto;
  transition: all .7s;
  display: flex;
  position: relative;
}

.sma_4:hover {
  filter: saturate(200%);
  transform: scale(1.05);
}

.sma_5 {
  background-color: #94949400;
  justify-content: center;
  align-items: flex-end;
  width: 800px;
  height: auto;
  margin-top: -217px;
  transition: all .7s;
  display: flex;
}

.sma_5:hover {
  filter: saturate(200%);
  transform: scale(1.05);
}

.heading-31sma {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 12px;
  text-shadow: 2px 3px 5px #00000078;
  margin-top: 0;
  padding-top: 60px;
  font-family: Oswald, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 50px;
  position: static;
}

.text-block-new {
  color: #000;
  font-size: 16px;
}

.text-block-8-copy {
  color: #fff;
  font-size: 16px;
}

.bold-text-13 {
  font-weight: 400;
}

.flow_01 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: auto;
  margin-top: 10px;
  display: flex;
  overflow: hidden;
}

.quick-stack-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 600px;
  padding: 20px 0 0;
}

.div-block-7201 {
  order: 0;
  width: 100%;
  height: 100px;
  display: flex;
}

.div-block-7202 {
  width: 80%;
}

.div-block-7203 {
  width: 20%;
}

.flow_side {
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.flow_1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  width: 20%;
  height: 150px;
}

.flow_2 {
  border-bottom: 1px solid var(--tab);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 40px;
  display: flex;
}

.heading-38 {
  color: #425eff;
  font-size: 18px;
}

.rich-text-block-3 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.paragraph-74, .paragraph-75, .paragraph-76, .paragraph-77, .paragraph-78 {
  font-size: 12px;
}

.image-59 {
  background-image: url('../images/flow_2.png');
  background-position: 50%;
  background-size: cover;
}

.image-60 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.image-61 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.image-62 {
  width: 80%;
}

.image-63 {
  width: 90%;
}

.image-64 {
  width: 55%;
}

.image-65 {
  width: 60%;
}

.image-66 {
  width: 90%;
}

.div-block-7204 {
  background-color: var(--tab);
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  display: flex;
}

.div-block-7205 {
  background-color: var(--tab);
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  display: flex;
}

.div-block-7206, .div-block-7207, .div-block-7208 {
  background-color: var(--tab);
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  display: flex;
}

.cell-33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
}

.cell-34, .cell-35, .cell-36 {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
}

.image-67 {
  width: 35px;
  margin-left: 125px;
}

.tabs-3_sma_new {
  width: 100%;
  height: auto;
  display: none;
}

.boshu_tt_2 {
  border-bottom: 1px solid var(--01-204);
  letter-spacing: 3px;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.up_new_rec {
  z-index: 2;
  background-color: var(--blue_1);
  border-radius: 100px;
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-top: -38px;
  margin-bottom: -50px;
  display: flex;
  position: static;
  top: auto;
}

.div-block-recruit {
  border-top: 1px none var(--blue_1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.paragraph-7__2 {
  padding-top: 10px;
}

.bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18 {
  color: var(--blue_1);
}

.image-68 {
  height: 35px;
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 10px;
}

.cell-37, .cell-38 {
  justify-content: flex-start;
  align-items: center;
}

.heading-38-link {
  color: #42ffd3;
  font-size: 18px;
  text-decoration: none;
}

.link-5 {
  color: #2fc09e;
  text-decoration: none;
}

.link-5:hover {
  color: #3e504c;
}

.contact_rec {
  width: 600px;
  margin-top: 22px;
}

.div-block-7209 {
  background-color: var(--tab);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  display: flex;
}

.paragraph-79 {
  letter-spacing: 4px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-80 {
  text-align: center;
  padding-top: 10px;
}

.div-block-7210 {
  border-top: 1px solid var(--01-204);
  border-bottom: 1px solid var(--01-204);
  display: flex;
}

.side_a {
  border-top: .5px none var(--tab);
  border-bottom: .5px none var(--tab);
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 250px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.side_b {
  border-top: .5px none var(--tab);
  border-right: 1px none var(--tab);
  border-bottom: .5px none var(--tab);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.glafu {
  border-top: .5px solid var(--01-204);
  border-bottom: .5px solid var(--01-204);
  display: flex;
}

.glafu_2 {
  border-top: 1px none var(--01-204);
  border-bottom: .5px solid var(--01-204);
  display: flex;
}

.tab-pane_img-wrapper_new {
  aspect-ratio: auto;
  border-radius: .3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
  overflow: visible;
  box-shadow: 1px 0 9px #0c295473;
}

.area_1 {
  background-image: linear-gradient(#ffffffcf, #ffffffcf), url('../images/business_back_1business_back.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -75px;
  display: flex;
}

.area_2 {
  border-style: solid solid none;
  border-width: 10px;
  border-color: var(--blue_1);
  background-color: #fff;
  background-image: url('../images/map_back_1map_back.avif');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.image-69 {
  width: 960px;
  margin-bottom: 140px;
}

.top_title_bar_area {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 0;
  display: flex;
}

.paragraph-50-area {
  text-align: center;
  max-width: 80%;
  font-size: 17px;
  line-height: 30px;
}

.heading-39 {
  color: var(--blue_1);
  letter-spacing: 6px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.heading-12-area {
  color: var(--blue_1);
  letter-spacing: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 62px;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  display: flex;
  position: relative;
}

.paragraph-18_area {
  letter-spacing: 6px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
}

.heading-39-area {
  color: var(--blue_1);
  letter-spacing: 6px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.image-70 {
  width: 120px;
}

.link-area_1 {
  width: 120px;
  margin-top: 387px;
  margin-left: -206px;
  transition: all .2s;
  position: absolute;
  top: auto;
  left: auto;
}

.link-area_1:hover {
  opacity: 1;
  filter: drop-shadow(0 2px 5px #000000b3);
  transform: scale(1.07);
}

.link-area_2 {
  width: 120px;
  margin-top: 416px;
  margin-left: 287px;
  transition: all .2s;
  position: absolute;
  top: auto;
  left: auto;
}

.link-area_2:hover {
  filter: drop-shadow(0 2px 5px #000000b3);
  transform: scale(1.07);
}

.modal-wrapper-area {
  z-index: 10;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal_01-area {
  background-color: var(--illa);
  border: 5px solid #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 800px;
  padding: 48px 60px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px 3px #0000004a;
}

.modal-content-area {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  font-family: Oswald, sans-serif;
  display: flex;
}

.div-block-91-area {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-92-area {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  padding-right: 20px;
  display: flex;
}

.div-block-93-area {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading_area {
  direction: ltr;
  color: #d5eff8;
  letter-spacing: normal;
  -webkit-text-stroke-color: #ffb3f7;
  text-indent: 0;
  text-transform: none;
  text-overflow: clip;
  column-count: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: BIZ UDMincho, sans-serif;
  font-size: 42px;
  font-style: normal;
  line-height: 60px;
}

.div-block-39_area {
  background-image: url('../images/tpp_2tpp_01.avif');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  max-width: 100%;
  height: 350px;
  display: block;
}

.div-block-40-area {
  color: #fff;
  text-align: justify;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  max-width: 100%;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 0;
  font-weight: 600;
  display: flex;
}

.heading-40 {
  border-bottom: 1px solid var(--tt_0105);
  color: var(--tab);
  letter-spacing: 10px;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 60px;
  display: flex;
}

.link_gg {
  color: #fff;
  letter-spacing: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link_gg:hover {
  color: #fff045;
  text-shadow: 3px 2px 4px #0000006b;
  transform: scale(1.07);
}

.modal-wrapper-area_2 {
  z-index: 10;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.paragraph-81 {
  letter-spacing: 8px;
  padding-top: 5px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
}

.modal_02-area {
  background-color: var(--slide_blue);
  border: 5px solid #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 800px;
  height: auto;
  padding: 48px 60px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px 3px #0000004a;
}

.link-6, .link-7, .link-8, .link-9 {
  text-decoration: none;
}

.lin {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.lin:hover {
  color: #c2b6b6;
}

.quick-stack-22 {
  width: 70%;
}

.div-block-7211 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-top: 1px solid #ebebeb;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 51px;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.container_pra {
  width: 100%;
  max-width: 1100px;
  height: auto;
}

.paragraph-82 {
  text-align: justify;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-83 {
  text-align: justify;
  font-family: Noto Serif JP, sans-serif;
  font-size: 16px;
  line-height: 40px;
}

.paragraph-_pp {
  border-top: 1px solid var(--01-204);
  text-align: justify;
  padding-top: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.container-4, .container-5 {
  padding-bottom: 100px;
}

.tab-link-tab-4 {
  background-color: #ddd0;
}

.file_downroad {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: auto;
  margin-top: 20px;
  display: none;
}

.paragraph-84 {
  text-align: left;
  width: 620px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-file {
  color: var(--blue_1);
  text-align: center;
  letter-spacing: 4px;
  font-size: 20px;
  font-weight: 700;
}

.button-7 {
  border-radius: 12px;
  font-size: 16px;
}

.button-8 {
  text-align: center;
  border-radius: 13px;
  width: 70%;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.button-8:hover {
  background-color: var(--blue_1);
  transform: scale(1.05);
  box-shadow: 3px 4px 8px #00000069;
}

.paragraph-85 {
  text-align: left;
  width: 620px;
  margin-top: 10px;
  font-size: 14px;
}

.file_downroad_2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: auto;
  margin-top: 20px;
  display: none;
}

.slider {
  width: 100%;
  height: 100vh;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.slide {
  background-image: url('../images/top_im_3top_im_2.avif');
  background-position: 0%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/top02_1top02.avif');
  background-position: 0%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/top03_1top03.avif');
  background-position: 0 0;
  background-size: cover;
}

.about_etc {
  width: 80%;
  height: auto;
  margin-top: 10px;
  overflow: hidden;
}

.about_pp {
  color: var(--blue_1);
  text-align: left;
  width: 400%;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.about_pp2 {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 30px;
}

.section-5 {
  background-color: #ffffffad;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-right: 30px;
  display: flex;
}

.link-block-21 {
  width: 180px;
  height: 60px;
  padding-top: 5px;
  padding-left: 10px;
  position: static;
}

.image-71 {
  max-width: 150px;
}

.link-menu {
  z-index: 20;
  flex-flow: column;
  justify-content: space-around;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  display: flex;
  position: sticky;
}

.mm_1, .mm_2 {
  background-color: var(--blue_1);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: 2px;
  display: flex;
}

.top_menubur {
  z-index: 6;
  background-color: #ffffff75;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-right: 30px;
  display: flex;
  position: sticky;
  top: 0;
}

.table {
  z-index: 5;
  opacity: 1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #07b0dede;
  width: 300px;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 40px;
  display: flex;
}

.link-10 {
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.link-10:hover {
  color: var(--tt_02_05);
}

.div-block-7213 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-7214 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-86 {
  color: #000;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Inconsolata, monospace;
}

.mm_title {
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.mm_title:hover {
  filter: drop-shadow(-1px 1px 1px #00000082);
  transform: scale(1.05);
}

.link-block-8_2 {
  background-image: linear-gradient(to bottom, var(--00), var(--00)), url('../images/panoramic_1panoramic.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  text-decoration: none;
  display: flex;
}

.link-block-8_2:hover {
  background-image: url('../images/panoramic_1panoramic.avif');
  background-position: 50%;
  background-size: cover;
}

.image-73 {
  max-width: 110%;
}

.image-20-copy {
  max-width: 110%;
  margin-left: 0;
}

.image-73_3 {
  max-width: 110%;
}

.image-20_3 {
  max-width: 110%;
  margin-left: 0;
}

.image-74, .image-75 {
  max-width: 110%;
}

.paragraph-40_44 {
  background-color: var(--blue_1);
  color: #fff;
  letter-spacing: 5px;
  width: 100%;
  margin-bottom: 5px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 3px;
  padding-left: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.div-block-58_1 {
  width: auto;
}

.about_etc_2 {
  width: 80%;
  height: auto;
  margin-top: 10px;
  overflow: hidden;
}

.side_2 {
  border-top: .5px none var(--tab);
  border-bottom: .5px none var(--tab);
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 180px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

._2_side_b_2 {
  border-top: .5px none var(--tab);
  border-right: 1px none var(--tab);
  border-bottom: .5px none var(--tab);
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

._2_side_2 {
  border-top: .5px none var(--tab);
  border-bottom: .5px none var(--tab);
  background-color: #ddd0;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

._2_about_etc {
  width: 80%;
  height: auto;
  margin-top: 10px;
  display: block;
  overflow: hidden;
}

._2_glafu {
  border-top: .25px none var(--01-204);
  border-bottom: .5px solid var(--01-204);
  display: flex;
}

._2_about_pp {
  color: var(--blue_1);
  text-align: left;
  width: 400%;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

._3_about_pp {
  text-align: left;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
}

.about_pp-copy {
  color: var(--blue_1);
  text-align: left;
  width: 400%;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

._2_side_2-copy {
  border-top: .5px none var(--tab);
  border-bottom: .5px none var(--tab);
  background-color: #ddd0;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
}

._2_glafu_1 {
  border-top: .5px solid var(--01-204);
  border-bottom: .25px solid var(--01-204);
  display: flex;
}

._2_glafu_2 {
  border-top: .5px none var(--01-204);
  border-bottom: .5px solid var(--01-204);
  display: flex;
}

.paragraph-87 {
  margin-bottom: 10px;
  display: block;
}

.div-block-7215 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

._2_side_222 {
  border-top: .5px none var(--tab);
  border-bottom: .5px none var(--tab);
  background-color: #ddd0;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
}

._2_side_22 {
  border-top: .5px none var(--tab);
  border-bottom: .5px none var(--tab);
  background-color: #ddd0;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 5px 10px;
  display: flex;
}

._22_side {
  flex-flow: column;
  width: 100%;
  display: flex;
}

._2_side_22_2 {
  border-top: .5px none var(--tab);
  border-bottom: .5px none var(--tab);
  background-color: #ddd0;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 5px 10px;
  display: flex;
}

._3_about_pp_3 {
  text-align: left;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
}

._2_glafu_00 {
  border-top: .5px solid var(--01-204);
  border-bottom: .25px solid var(--01-204);
  background-color: #a1a1a1;
  height: 30px;
  margin-bottom: 5px;
  display: flex;
}

._2_about_00 {
  color: #fff;
  text-align: left;
  letter-spacing: 5px;
  width: auto;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

._2_side_tp {
  border-top: .5px none var(--tab);
  border-bottom: .5px none var(--tab);
  background-color: #ddd0;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  height: 30px;
  padding: 5px 10px;
  display: flex;
}

._2_side_000 {
  border-top: .5px none var(--tab);
  border-bottom: .5px none var(--tab);
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  display: flex;
}

._3_about_pp00 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
}

.paragraph-88 {
  text-align: justify;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 5px;
  display: none;
}

.div-block-7216 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.link-11 {
  margin-bottom: 0;
  padding-bottom: 5px;
}

.link_my {
  border: 1px #a1a1a1;
  border-radius: 2px;
}

.may2027 {
  border: 1.5px solid #a5a5a5;
  border-radius: 5px;
  transition: all .2s;
}

.may2027:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 5px #0003;
}

.div-block-7217 {
  flex-flow: column;
  width: 100%;
  padding-bottom: 5px;
  display: flex;
}

.paragraph-89 {
  text-align: justify;
  font-size: 13px;
  line-height: 18px;
}

.paragraph-89_2 {
  text-align: justify;
  margin-top: 10px;
  font-size: 13px;
  line-height: 18px;
}

.dropdown {
  border-bottom: 1px solid #fff;
  width: 100%;
  transition: all .2s;
}

.dropdown:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 5px #0003;
}

.dropdown-toggle {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.link_01 {
  font-size: 13px;
}

.link_01:hover {
  background-color: var(--slide_blue);
}

.paragraph-90 {
  color: #fff;
  margin-bottom: 0;
  margin-left: 10px;
}

.top_menubur_01 {
  z-index: 6;
  background-color: #ffffff75;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-right: 30px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-7218 {
  justify-content: space-between;
  width: 100vw;
  height: 60px;
  display: flex;
}

.heading-22_work {
  color: var(--blue_1);
  letter-spacing: 4px;
  margin-top: 32px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph_ss {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

.div-block-7219 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  height: auto;
  padding-top: 20px;
  display: flex;
}

.heading-22_w01 {
  color: var(--blue_1);
  letter-spacing: 4px;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.image-76 {
  width: 300px;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

.gun_work1:hover {
  transform: scale(1.05);
}

.link-block-22 {
  padding-bottom: 60px;
}

.link-block-22_ww {
  padding-bottom: 0;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

.link-block-22_ww:hover {
  transform: scale(1.05);
}

.image-77 {
  margin-top: 40px;
}

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

.div-block_ww01 {
  border-top: 1px solid var(--glays);
  border-bottom: 1px none var(--glays);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.pp_w_1 {
  text-align: left;
  margin-bottom: 20px;
}

.link-block-33_ww {
  padding-bottom: 0;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

.link-block-33_ww:hover {
  transform: scale(1.05);
}

.image-77_2 {
  margin-top: 40px;
}

.div-block_ww02 {
  border-top: 1px solid var(--glays);
  border-bottom: 1px none var(--glays);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  height: auto;
  padding-top: 20px;
  display: flex;
}

.image-77_3 {
  margin-top: 10px;
}

.div-block_ww03 {
  border-top: 1px solid var(--glays);
  border-bottom: 1px solid var(--glays);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.image-78 {
  width: 300px;
}

.tab-pane_img-wrapper-copy {
  aspect-ratio: auto;
  background-image: linear-gradient(#ffffff82, #ffffff82), url('../images/pattan.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: .3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
  overflow: visible;
  box-shadow: 1px -5px 9px #0c295473;
}

.tab-pane_img-wrapper_ww {
  aspect-ratio: auto;
  background-image: linear-gradient(#ffffffc4, #ffffffc4), url('../images/pattan.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: .3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
  overflow: visible;
  box-shadow: 1px -5px 9px #0c295473;
}

.section-6, .rec0_1 {
  border: 10px solid var(--blue_1);
  height: 100vh;
  margin-top: 0;
}

.reco_1 {
  border-style: solid solid none;
  border-width: 10px;
  border-color: var(--blue_1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.div-_reco {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.heading_reco1 {
  border-bottom: 2px dashed var(--slide_blue);
  color: var(--blue_1);
  text-align: center;
  letter-spacing: 5px;
  width: 100%;
  margin-top: 0;
  padding-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.para_47 {
  letter-spacing: 1.5px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.reco_contai {
  flex-flow: column;
  justify-content: space-between;
  max-width: 1100px;
  height: auto;
  display: flex;
}

.div-block-7220 {
  width: 50%;
}

.photo_reco1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  height: 350px;
  margin-right: 5px;
  display: block;
  overflow: hidden;
}

.pp_reco {
  width: 60%;
  height: auto;
}

.reco_pp {
  border-left: 3px solid var(--blue_1);
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: auto;
  margin: 20px 20px 40px;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
}

.div-block-7221 {
  width: 200px;
}

.div-ec {
  color: #464646;
  background-color: #fff0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hh_1 {
  text-align: center;
  background-color: #fff0;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-92 {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
}

.hh_1_6, .hh_1_1 {
  text-align: center;
  background-color: #fff0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.reco_pp2 {
  background-color: var(--tab);
  justify-content: center;
  align-items: flex-start;
  height: 65px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cell-41 {
  flex-flow: column;
}

.cell-42 {
  justify-content: flex-start;
  align-items: flex-start;
}

.photo_reco3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: block;
}

.pp_reco2 {
  height: 220px;
  margin-top: 10px;
  overflow: hidden;
}

.image-79 {
  max-width: 105%;
  margin-left: 0;
}

.reco_pp2_1 {
  background-color: var(--tab);
  justify-content: center;
  align-items: flex-start;
  height: 65px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.quick-stack-23 {
  padding-bottom: 10px;
}

.image-79_2 {
  max-width: 100%;
  margin-left: 0;
}

.reco_contai2_3 {
  flex-flow: column;
  justify-content: space-between;
  width: 90%;
  max-width: 1100px;
  height: auto;
  margin-top: 0;
  display: flex;
}

.reco_ppp {
  border-left: 3px solid var(--blue_1);
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
}

.photo_reco2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  height: auto;
  display: block;
}

.reco_pppp {
  border-left: 3px solid var(--blue_1);
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
}

.heading-12_record {
  color: var(--blue_1);
  letter-spacing: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  display: flex;
  position: static;
}

.top_title_bar-record {
  background-image: linear-gradient(#ffffffa6, #ffffffa6), url('../images/back_about.svg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-top: -75px;
  display: flex;
}

.div-block-7222 {
  width: 70%;
  height: auto;
  display: flex;
}

.div-block-7223 {
  order: 0;
  width: 35%;
  display: flex;
}

.reco_pp_22 {
  border-left: 3px solid var(--blue_1);
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin: 20px 20px 40px 0;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
}

.image-80 {
  max-width: 130%;
  margin-left: -45px;
}

.div-block-7224 {
  height: 350px;
  overflow: hidden;
}

.image-81 {
  max-width: 120%;
  margin-left: -25px;
}

.image-82 {
  max-width: 120%;
  margin-left: -39px;
}

.div-block-7222_2 {
  width: 70%;
  height: auto;
  display: flex;
}

.photo_side2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  height: auto;
  margin-right: 5px;
  display: block;
  overflow: hidden;
}

.image-80_1 {
  max-width: 140%;
  margin-left: -45px;
}

.image-80_2 {
  max-width: 130%;
  margin-left: -45px;
}

.flow_side_my {
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.flow_2-_01, .flow_2_mid {
  border-bottom: 1px solid var(--tab);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 40px;
  display: flex;
}

.flow_side-mid {
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.rich-text-block-3-mid {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.news {
  background-color: var(--blue_1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.div-block-7225 {
  background-color: #fff;
  border: 1px #d3d3d3;
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
  padding: 5px 20px 0;
  line-height: 17px;
  display: flex;
  box-shadow: inset 1px 2px 8px #00000073;
}

.heading-41 {
  color: var(--slide_blue);
  padding-right: 14px;
}

.heading-42 {
  background-color: #0000;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 30px;
}

.link-12 {
  color: #ff6ed4;
  padding-left: 24px;
  font-size: 13px;
}

.section-7 {
  margin-top: 100px;
}

.container-8 {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-top: 0;
  display: flex;
}

.heading-43 {
  text-align: center;
  background-color: #e0e0e0;
  width: 90%;
}

.image-83 {
  width: 90%;
}

.rich-text-block-4 {
  width: 90%;
  padding-bottom: 69px;
}

.button-9 {
  text-align: center;
  background-color: #2cc758;
  border-radius: 12px;
  width: 30%;
  margin-bottom: 232px;
  transition: all .425s;
}

.button-9:hover {
  background-color: #4f9964;
  box-shadow: 0 5px 5px #0003;
}

.image-84 {
  width: 60%;
}

.paragraph-93 {
  color: var(--blue_1);
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.rich-text-block-5 {
  text-align: justify;
}

.image-85 {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 60px;
  box-shadow: 0 2px 5px #0003;
}

.news_1 {
  border-style: solid solid none;
  border-width: 10px;
  border-color: var(--blue_1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: flex;
}

.oshirase {
  margin-top: 100px;
}

.container-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.heading-44 {
  border-bottom: 2px dashed var(--01-204);
  color: #70788b;
  text-align: center;
  margin-bottom: 20px;
  line-height: 40px;
}

.image-86 {
  width: 50%;
  margin-bottom: 60px;
  box-shadow: 0 2px 5px #00000047;
}

.rich-text-block-6 {
  text-align: justify;
  flex-flow: column;
  width: 80%;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 30px;
  display: flex;
}

.button-10 {
  background-color: var(--slide_blue);
  text-align: center;
  border-radius: 12px;
  width: 30%;
  margin-top: 100px;
  margin-bottom: 232px;
  transition: all .425s;
}

.button-10:hover {
  background-color: var(--illa);
  box-shadow: 0 5px 5px #0003;
}

.collection-list-wrapper {
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.collection-list {
  width: 100%;
}

.paragraph-94 {
  text-align: right;
}

.div-block-7226 {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  width: 940px;
  display: flex;
}

.paragraph-95 {
  margin-top: 40px;
  padding-right: 80px;
  display: flex;
}

.record_1 {
  border-style: solid solid none;
  border-width: 10px;
  border-color: var(--blue_1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.container-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.image-87 {
  width: 50%;
  margin-bottom: 60px;
}

.rich-text-block-7 {
  width: 80%;
}

.paragraph-96 {
  width: 940px;
  margin-top: 40px;
}

.heading-45 {
  font-size: 24px;
  line-height: 40px;
}

.aw_1 {
  border-style: solid solid none;
  border-width: 10px;
  border-color: var(--blue_1);
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 140px;
  display: flex;
}

.heading-46 {
  color: var(--blue_1);
  text-align: center;
  border: 1px #000;
  border-bottom: 2px dashed #949494;
  width: 90%;
  font-size: 40px;
  line-height: 40px;
}

.container-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.paragraph-97 {
  text-align: center;
  font-size: 16px;
}

.div-block-7227 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-88 {
  width: 200px;
  box-shadow: 0 2px 5px #0003;
}

.heading-47 {
  color: #5e5e5e;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}

.aword-block {
  border: 1px solid #d3d3d3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.aword-block:hover {
  background-color: #f3f3f3;
  transform: scale(1.03);
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  width: auto;
  display: flex;
}

.paragraph-98 {
  color: #242424;
  text-align: center;
  margin-top: 10px;
}

.news_1-copy {
  border-style: solid solid none;
  border-width: 10px;
  border-color: var(--blue_1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  display: flex;
}

.aword_1 {
  border-style: solid solid none;
  border-width: 10px;
  border-color: var(--blue_1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: flex;
}

.container-12 {
  color: var(--blue_1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  font-size: 20px;
  display: flex;
}

.heading-48 {
  text-align: center;
  border-bottom: 1.5px dashed #9e9e9e;
  width: 100%;
  font-size: 20px;
  line-height: 40px;
}

.rich-text-block-8 {
  color: var(--glay);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
  display: flex;
}

.div-block-7228 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 940px;
  height: 100px;
  display: flex;
}

.div-block-7229 {
  background-color: #fff;
  border-radius: 13px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 50px;
  margin-top: 5px;
  padding-left: 20px;
  display: flex;
}

.collection-list-wrapper-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.heading-49 {
  color: var(--slide_blue);
  font-size: 12px;
}

.heading-50 {
  margin-top: 10px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 30px;
}

.collection-list-3 {
  width: 100%;
}

.link-13 {
  padding-left: 10px;
}

.div-block-7230 {
  background-color: #fff;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 5px;
  padding-left: 20px;
  display: flex;
}

.collection-list-4 {
  width: 100%;
}

.collection-list-wrapper-3 {
  width: 60%;
}

.heading-51 {
  padding-left: 10px;
}

.heading-52 {
  color: var(--slide_blue);
}

.paragraph-99 {
  color: #fafafa;
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-100 {
  color: #e9dcdc;
}

.paragraph-101 {
  color: #fff;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 700;
}

.link-14 {
  padding-left: 10px;
}

.oshira_se {
  border-style: solid solid none;
  border-width: 10px;
  border-color: var(--blue_1);
  height: auto;
  padding-bottom: 140px;
}

.div-block-7227_2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  display: flex;
}

.div-block-7231 {
  width: 100%;
}

.div-block-7232 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 90%;
  display: flex;
}

.collection-list-5 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-7233 {
  border: 1px solid #b3b3b3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 10px;
  padding: 40px 20px 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-7233:hover {
  transform: scale(1.02);
}

.div-block-7234, .div-block-7234-copy {
  width: 400px;
}

.cmslist_photo_box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  overflow: hidden;
}

.paragraph-102 {
  color: #2c2c2c;
  margin-top: 0;
  margin-bottom: 5px;
}

.paragraph-103 {
  color: #fff;
  text-align: center;
  background-color: #b3b3b3;
  width: 60%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}

.div-block-7235 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-top: 5px;
  display: flex;
}

.div-block-7236 {
  width: 95%;
  height: 60px;
}

.button-news {
  background-color: var(--slide_blue);
  text-align: center;
  border-radius: 12px;
  width: 30%;
  margin-top: 100px;
  margin-bottom: 232px;
  transition: all .425s;
}

.button-news:hover {
  background-color: var(--illa);
  box-shadow: 0 5px 5px #0003;
}

.collection-list-wrapper-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pagination {
  flex-flow: column;
  margin-top: 40px;
}

.collection-item {
  width: 400px;
  padding-left: 0;
  padding-right: 0;
}

.next {
  border-radius: 3px;
}

.div-block-7237 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 50px;
  display: flex;
}

.oshi_1 {
  border-top: 10px solid var(--blue_1);
  border-right: 10px solid var(--blue_1);
  border-left: 10px solid var(--blue_1);
  height: auto;
}

.container-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 40px;
  display: flex;
}

.paragraph-104 {
  border-bottom: 1px solid var(--slide_blue);
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.collection-list-wrapper-6 {
  width: auto;
}

.section-8 {
  height: 100vh;
}

.image-89 {
  width: 50%;
}

.collection-item-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.collection-list-wrapper-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-6 {
  display: flex;
}

.collection-item-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-23 {
  background-color: #ffffffe6;
  border: 3px solid #c7c7c7;
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  padding-left: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-23:hover {
  transform: scale(1.03);
  box-shadow: inset 0 2px 5px #0003;
}

.image-90 {
  padding-top: 40px;
}

.paragraph-105 {
  color: var(--blue_1);
  padding-left: 20px;
  font-size: 17px;
  font-weight: 700;
}

.paragraph-106 {
  color: #535353;
  padding-left: 20px;
}

.image-91 {
  box-shadow: 0 2px 5px #0003;
}

.oshi_ra1 {
  border-style: solid solid none;
  border-width: 10px;
  border-color: var(--blue_1);
  background-color: #fff;
  height: auto;
}

.container-14 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.pagination-2 {
  margin-top: 20px;
}

.heading-53 {
  color: #7c7c7c;
}

.rich-text-block-9 {
  text-align: justify;
  font-size: 16px;
  line-height: 30px;
}

.collection-list-wrapper-8 {
  width: 940px;
}

.collection-item-4 {
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.paragraph-107 {
  color: #666;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 700;
}

.paragraph-108 {
  color: var(--slide_blue);
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 700;
}

.link-15 {
  color: #c24d40;
  padding-left: 20px;
  font-weight: 700;
}

.link-15:hover {
  color: var(--illa);
  font-weight: 700;
}

.next-3 {
  border-radius: 5px;
  margin-top: 20px;
}

.paragraph-28_05, .paragraph-28_04, .paragraph-28_01, .paragraph-28_02 {
  text-align: justify;
  letter-spacing: 0;
  border: 1px #fff;
  border-top-style: solid;
  width: 100%;
  padding-top: 10px;
  font-family: PT Sans, sans-serif;
  line-height: 25px;
  display: flex;
}

.coming {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.paragraph-109 {
  color: var(--tt_02_05);
  letter-spacing: 6px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 40px;
}

.tab-link-3 {
  background-color: var(--glay);
  color: #fff;
  border-radius: 20px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.tab-link-3.w--current {
  background-color: #363636;
}

.text-block-12 {
  font-size: 16px;
}

.heading-21_top {
  color: var(--blue_1);
  letter-spacing: 5px;
  margin-top: 20px;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  display: flex;
}

.tab-pane, .tab-pane-2 {
  padding-bottom: 40px;
}

.image-93 {
  z-index: 3;
  width: 160%;
  max-width: 200%;
  position: absolute;
  top: 314px;
  left: -316px;
}

.rec_f {
  border-top: 1px solid var(--01-204);
  padding: 20px;
}

.grid-11 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-7238 {
  border-bottom: 1px #969696;
  border-left: 2px solid var(--blue_1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-110 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-92_main {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.button-11 {
  background-color: var(--illa);
  border-radius: 11px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.button-11:hover {
  background-color: var(--slide_blue);
  transform: scale(1.03);
  box-shadow: 0 2px 5px #0003;
}

.qa_1 {
  border-style: solid solid none;
  border-width: 10px;
  border-color: var(--blue_1);
  background-image: linear-gradient(#fffc, #fffc), url('../images/back_about.svg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-7239 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  display: flex;
}

.paragraph-118 {
  text-align: justify;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 0;
  font-size: 15px;
  line-height: 30px;
}

.up-down-arrow {
  border: 4px solid var(--illa);
  color: var(--slide_blue);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
  display: flex;
}

.faq1_question {
  border: 2px solid var(--blue_1);
  cursor: pointer;
  background-color: #fff;
  border-radius: 18px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 20px;
  display: flex;
}

.faq1_question:hover {
  background-color: var(--support);
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-bold {
  padding-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image-94 {
  width: 30px;
  margin-left: 6px;
}

.image-95 {
  width: 50px;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  background-color: #ececec;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.container-15 {
  max-width: 800px;
  margin-top: 40px;
  padding-bottom: 100px;
}

.div-block-7240 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq1_answer {
  overflow: hidden;
}

.faq1_icon-wrapper {
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: 200px;
  height: 45px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.paragraph-119 {
  color: var(--illa);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.paragraph-120 {
  color: var(--blue_1);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.heading-25_qa {
  color: var(--blue_1);
  text-align: center;
  letter-spacing: 5px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 50px;
}

.paragraph-121 {
  margin-top: 13px;
}

.paragraph-122 {
  width: 80%;
}

.link-block-24 {
  width: 800px;
  height: auto;
  margin-top: 60px;
}

.g_1_2-3 {
  background-color: #0093fc;
  background-image: url('../images/topic_back_2022topic_back_2021.avif');
  background-position: 0 0;
  background-size: cover;
  height: auto;
  padding-bottom: 69px;
  position: static;
  inset: 0;
}

.div-block-86-copy, .side_a1 {
  opacity: 1;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  display: flex;
  position: static;
}

.in_a {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 800px;
  display: flex;
}

.link-block-25 {
  width: 800px;
}

.paragraph-123 {
  color: var(--blue_1);
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}

.photo_1_reco_01 {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 350px;
  display: flex;
  overflow: hidden;
}

.image-97 {
  max-width: 120%;
}

.image-39_support {
  display: none;
}

.image-38_support_pc {
  max-width: 65%;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .div-block {
    object-fit: cover;
  }

  .g_1_2 {
    background-position: 0 0;
  }

  .image-2 {
    width: 160%;
    max-width: 160%;
    margin-top: -333px;
    margin-left: -430px;
    top: auto;
  }

  .menu_table {
    margin-left: 0%;
  }

  .container {
    width: 80%;
  }

  .div-block-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading {
    margin-bottom: 0;
    font-size: 57px;
  }

  .gunsoku {
    margin-top: -22px;
    margin-left: -32px;
    font-size: 160px;
  }

  .topics {
    font-size: 165px;
  }

  .grid {
    width: 100%;
  }

  .grid-02 {
    width: 100%;
    margin-top: 0;
  }

  .heading-02, .heading-01 {
    font-size: 150px;
  }

  .paragraph-2 {
    margin-top: -34px;
    line-height: 40px;
  }

  .grid-03 {
    width: 100%;
    margin-top: -106px;
  }

  .link-block-3 {
    margin-top: 0;
  }

  .heading-03 {
    font-size: 150px;
  }

  .grid-04 {
    width: 100%;
  }

  .heading-04 {
    color: var(--blue_1);
  }

  .paragraph-2_2 {
    letter-spacing: -1px;
    margin-top: 26px;
    line-height: 40px;
  }

  .paragraph-2_00 {
    text-align: left;
    letter-spacing: -1px;
    line-height: 40px;
  }

  .grid-05, .grid-copy {
    width: 700px;
  }

  .grid_05 {
    width: 100%;
  }

  .paragraph-2_5 {
    letter-spacing: -1px;
    margin-top: 0;
  }

  .div-block-9 {
    height: auto;
  }

  .div-block-10 {
    margin-top: -2px;
  }

  .link-block-05 {
    top: -319px;
  }

  .div-block-12 {
    padding-left: 20px;
  }

  .div-block-13 {
    width: 90%;
  }

  .div-block-14 {
    padding-top: 10px;
  }

  .g_1_3 {
    margin-top: 0;
  }

  .image-9 {
    width: 110px;
  }

  .paragraph-04_1 {
    margin-top: 49px;
  }

  .div-block-10_05 {
    margin-top: -2px;
  }

  .div-block-17-about, .quick-stack-4 {
    width: 90%;
  }

  .paragraph-04_1-copy {
    margin-top: 49px;
  }

  .heading-01_05 {
    font-size: 150px;
  }

  .paragraph-7 {
    margin-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-5 {
    width: 85%;
  }

  .person_1, .person_1.w--current {
    height: 350px;
  }

  .button-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .person_2, .person_3 {
    height: 350px;
  }

  .cell-3, .cell-4, .cell-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .g_1_5 {
    height: 100vh;
    padding-top: 100px;
  }

  .div-block-26 {
    justify-content: flex-start;
    align-items: center;
  }

  .button-2_2 {
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .cell-6, .cell-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-16 {
    margin-top: 100px;
  }

  .top_title_bar {
    height: 300px;
  }

  .paragraph-19 {
    letter-spacing: 5px;
    font-size: 20px;
  }

  .quick-stack-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-29 {
    width: 75%;
    height: 300px;
    margin-top: 0;
  }

  .cell-8 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-30 {
    height: auto;
    max-height: 100%;
  }

  .cell-9 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-22 {
    font-size: 15px;
  }

  .paragraph-23, .paragraph-24 {
    font-size: 18px;
  }

  .grid-6 {
    grid-template-columns: .25fr 1fr 1.5fr;
    width: 95%;
    margin-top: 100px;
    margin-left: -87px;
  }

  .div-block-36 {
    grid-template-rows: auto minmax(auto, 1fr);
    width: 90%;
    margin-bottom: 140px;
  }

  .paragraph-26 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 30px;
  }

  .div-block-37 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-27 {
    padding-right: 20px;
  }

  .quick-stack-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-12 {
    width: 100%;
    max-width: 120%;
    height: 320px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    top: -43%;
  }

  .modal-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: none;
  }

  .modal-content {
    flex-flow: column;
    margin-top: 20px;
  }

  .modal {
    background-image: none;
    width: 90%;
    margin-top: 0;
    padding: 32px;
  }

  .heading-16 {
    margin-top: 0;
    font-size: 24px;
    line-height: 40px;
  }

  .div-block-39 {
    width: 100%;
    height: 300px;
  }

  .div-block-40 {
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
  }

  .paragraph-28 {
    font-weight: 400;
    line-height: 24px;
  }

  .container-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-17 {
    margin-bottom: 0;
    font-size: 57px;
  }

  .heading-18 {
    font-size: 150px;
  }

  .cell-14 {
    justify-content: center;
    align-items: flex-start;
  }

  .cell-15 {
    justify-content: center;
    align-items: center;
  }

  .div-block-43 {
    justify-content: space-between;
    align-items: center;
  }

  .heading-19 {
    font-size: 150px;
  }

  .paragraph-29-copy._02 {
    color: #000;
  }

  .paragraph-31 {
    width: 636px;
  }

  .tab-link.w--current {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-49 {
    height: 250px;
  }

  .tab-pane_img-wrapper_1 {
    height: auto;
  }

  .div-block-57 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 100px;
    padding-left: 10px;
  }

  .heading-23 {
    font-size: 150px;
    line-height: 160px;
  }

  .paragraph-40_1 {
    font-size: 20px;
  }

  .div-block-58 {
    width: auto;
  }

  .paragraph-40_2, .paragraph-40_3, .paragraph-40_4 {
    font-size: 20px;
  }

  .div-block-59 {
    padding-left: 20px;
  }

  .paragraph-41 {
    font-size: 25px;
    line-height: 25px;
  }

  .paragraph-42 {
    font-size: 18px;
    line-height: 20px;
  }

  .columns {
    flex: none;
    order: 0;
    align-self: auto;
    display: block;
  }

  .column-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    vertical-align: baseline;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-block;
  }

  .columns_2 {
    padding-top: 0;
  }

  .column_02 {
    height: auto;
  }

  .div-block-62 {
    height: 400px;
  }

  .person_01, .person_02, .person_03 {
    height: 450px;
  }

  .quick-stack-_in {
    width: 85%;
  }

  .gg_2_2 {
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
  }

  .div-block_topic_tt {
    width: 500px;
    height: 240px;
    padding-top: 40px;
  }

  .gunsoku_topic {
    margin-bottom: 0;
    font-size: 57px;
  }

  .image-23 {
    width: 550px;
  }

  .image-25 {
    width: 270px;
    top: -207px;
    bottom: 234px;
    left: -139px;
  }

  .columns-2 {
    width: 800px;
    height: 350px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tp_03 {
    width: 360px;
    height: 300px;
  }

  .tp-02 {
    width: 350px;
    height: 300px;
  }

  .image-27 {
    width: 350px;
  }

  .image-28 {
    top: -217px;
  }

  .image-29 {
    width: 250px;
    top: -291px;
    left: 122px;
  }

  .image-30 {
    width: 350px;
  }

  .tp_-t01 {
    width: 90%;
    height: 300px;
  }

  .columns-3 {
    width: 850px;
    margin-top: 71px;
  }

  .image-31 {
    margin-right: 0;
  }

  .image-32 {
    width: 170px;
    height: auto;
    margin-left: 20px;
    left: -384px;
  }

  .tp_04 {
    width: 350px;
    margin-top: 0;
  }

  .tp_05 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 350px;
  }

  .column-5 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-57_2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 90px;
    padding-left: 20px;
  }

  .paragraph-40_1_2, .paragraph-40_2_2, .paragraph-40_3_2, .paragraph-40_4_2 {
    font-size: 20px;
  }

  .div-block-58_2 {
    width: auto;
  }

  .paragraph-41_2 {
    font-size: 20px;
  }

  .paragraph-42_02 {
    font-size: 18px;
  }

  .image-20_2 {
    max-width: 150%;
    margin-left: -105px;
  }

  .image-21_2 {
    margin-top: -1px;
  }

  .div-block-62_2 {
    height: 285.125px;
  }

  .image-22_2 {
    max-width: 120%;
  }

  .column-02_3, .column-_02 {
    height: 400px;
  }

  .columns-copy, .columns-copy-copy, .columns_03 {
    flex: none;
    order: 0;
    align-self: auto;
    display: block;
  }

  .columns_3_2 {
    flex: none;
    order: 0;
    align-self: auto;
    padding-top: 0;
    display: block;
  }

  .paragraph-42_03 {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-62_03 {
    height: 400px;
  }

  .paragraph-40_1_03, .paragraph-40_2_03, .paragraph-40_3_03, .paragraph-40_4_03 {
    font-size: 20px;
  }

  .div-block-57_03 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 100px;
    padding-left: 10px;
  }

  .columns_03_3 {
    flex: none;
    order: 0;
    align-self: auto;
    padding-top: 0;
    display: block;
  }

  .top_title_bar_business {
    height: 300px;
  }

  .heading-12-business {
    margin-top: 93px;
  }

  .section-3 {
    overflow: hidden;
  }

  .heading-12_about {
    margin-top: 221px;
  }

  .bus_1 {
    height: 300px;
    overflow: hidden;
  }

  .tab-pane-tab-1-business {
    width: 760px;
  }

  .tab-pane_img-wrapper_1-business {
    width: 750px;
  }

  .container-business {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .cell-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-70 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    display: flex;
  }

  .image-34 {
    vertical-align: baseline;
    display: block;
  }

  .paragraph-45 {
    width: 80%;
  }

  .heading-25 {
    font-size: 30px;
  }

  .div-block-71 {
    width: 80%;
  }

  .div-block-72 {
    flex-flow: column;
    padding-left: 31px;
    display: flex;
  }

  .cell-20 {
    justify-content: flex-start;
    align-items: center;
  }

  .cell-21 {
    order: -9999;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-73 {
    padding-left: 41px;
  }

  .tabs-content {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-70-dorn {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    display: flex;
  }

  .cell-22 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-37 {
    width: 120px;
  }

  .div-block-39_03 {
    width: 100%;
    height: 300px;
  }

  .div-block-39-_01 {
    width: 50%;
    height: 250px;
  }

  .div-block-39_04, .div-block-39_05 {
    width: 100%;
    height: 300px;
  }

  .sppo_1 {
    overflow: hidden;
  }

  .top_title_bar_sopp {
    height: 360px;
  }

  .heading-12-support {
    margin-top: 15px;
  }

  .top_title_bar_support {
    height: 360px;
  }

  .support_1 {
    overflow: hidden;
  }

  .image-spport {
    width: 120%;
    max-width: 120%;
    height: 320px;
    margin-top: -340px;
    padding-left: 20px;
    padding-right: 20px;
    top: 19%;
  }

  .container-support {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-26 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
  }

  .image-38 {
    max-width: 90%;
  }

  .paragraph-50 {
    max-width: 60%;
  }

  .new_g_1 {
    height: auto;
  }

  .div-block-74_new {
    margin-top: 60px;
  }

  .tabs-3_new {
    display: block;
  }

  .div-block-49_new {
    width: 90%;
    height: auto;
  }

  .paragraph-61 {
    text-align: right;
  }

  .tab-pane_img-wrapper_00 {
    height: auto;
  }

  .tabs-sma_new {
    display: none;
  }

  .wrapper_sma {
    height: auto;
  }

  .gg_2_2_2 {
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
  }

  .div-block-81 {
    height: auto;
  }

  .paragraph-04_1-copy-2 {
    margin-top: 49px;
  }

  .grid-7 {
    width: 100%;
    margin-top: -106px;
  }

  .div-block-82 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 80%;
    display: none;
  }

  .heading-28 {
    color: #425eff;
  }

  .heading-29, .heading-01_05-2 {
    font-size: 150px;
  }

  .link-block-17 {
    width: 380px;
    margin-top: -118px;
  }

  .div-block-84 {
    padding-left: 20px;
  }

  .grid-8 {
    width: 100%;
  }

  .paragraph-2_5-2 {
    letter-spacing: -1px;
    margin-top: 0;
  }

  .link-block-18 {
    margin-top: -200px;
  }

  .grid-9 {
    width: 100%;
    margin-top: 0;
  }

  .div-block-85 {
    padding-top: 10px;
  }

  .heading-30 {
    font-size: 150px;
  }

  .paragraph-68 {
    margin-top: -34px;
    line-height: 40px;
  }

  .div-block-86 {
    padding-left: 10%;
    padding-right: 5%;
  }

  .link-block-19 {
    width: 700px;
    height: 458px;
  }

  .heading-31 {
    margin-bottom: 0;
    font-size: 70px;
    line-height: 70px;
  }

  .grid-10 {
    width: 100%;
  }

  .heading-32 {
    font-size: 150px;
  }

  .link-block-20 {
    top: -319px;
  }

  .g_1_2-2 {
    background-color: #fff;
    background-image: none;
    background-size: auto;
  }

  .image-53 {
    width: 110px;
  }

  .tate_mozi {
    padding-left: 20px;
    display: none;
  }

  .link-block-19_2 {
    height: 334.977px;
    margin-top: 1px;
  }

  .link-block-20_2 {
    justify-content: center;
    align-items: flex-end;
    width: 450px;
    height: 304.227px;
  }

  .div-block-91 {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
  }

  .div-block-92 {
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-93 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-57 {
    width: 60px;
  }

  .modal_01 {
    background-image: none;
    width: 90%;
    margin-top: 92px;
    padding: 32px;
  }

  .div-block-39-_02 {
    width: 50%;
    height: 200px;
  }

  .modal_02 {
    background-image: none;
    width: 90%;
    margin-top: 0;
    padding: 32px;
  }

  .div-block-39-_05 {
    width: 70%;
    height: 200px;
  }

  .modal_03 {
    background-image: none;
    width: 90%;
    margin-top: 0;
    padding: 32px;
  }

  .div-block-39-_03 {
    width: 50%;
    height: 250px;
  }

  .heading-16_03 {
    margin-top: 0;
    font-size: 26px;
    line-height: 40px;
  }

  .heading-16_04 {
    margin-top: 0;
    line-height: 40px;
  }

  .modal_04 {
    background-image: none;
    width: 90%;
    margin-top: 0;
    padding: 32px;
  }

  .div-block-39-_04 {
    width: 50%;
    height: 250px;
  }

  .heading-16_05 {
    margin-top: 0;
    line-height: 40px;
  }

  .heading-16_01 {
    margin-top: 0;
    font-size: 20px;
    line-height: 40px;
  }

  .paragraph-70 {
    font-size: 16px;
  }

  .quick-stack-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .tab-pane_img-wrapper_5-business-copy {
    width: 750px;
  }

  .tab-pane-tab-1-business-5 {
    width: 760px;
  }

  .tab-pane_img-wrapper_5-business-copy-copy, .tab-pane_img-wrapper_5-bus {
    width: 750px;
  }

  .div-block-7200 {
    flex-flow: column;
    padding-left: 20px;
    display: flex;
  }

  .tab-pane_img-wrapper_6-bus {
    width: 750px;
  }

  .image-12-business {
    width: 120%;
    max-width: 120%;
    height: 320px;
    margin-top: -245px;
    padding-left: 20px;
    padding-right: 20px;
    top: 0%;
  }

  .top_title_bar-about {
    height: 300px;
  }

  .div-block-82-sma {
    width: 80%;
    display: flex;
  }

  .sma_1 {
    width: 100%;
    height: 504.617px;
    margin-top: 10px;
  }

  .sma_2 {
    width: 100%;
    height: 280px;
    margin-top: 0;
  }

  .sma_3 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 262px;
  }

  .sma_4 {
    width: 100%;
    height: 413.281px;
    margin-top: 177px;
  }

  .sma_5 {
    margin-top: 87px;
  }

  .heading-31sma {
    color: var(--blue_1);
    text-shadow: none;
    margin-bottom: 0;
    font-size: 57px;
  }

  .flow_01 {
    width: 90%;
    height: auto;
  }

  .tabs-3_sma_new {
    display: none;
  }

  .tab-pane_img-wrapper_new {
    height: auto;
  }

  .area_1 {
    overflow: hidden;
  }

  .image-69 {
    width: 600px;
  }

  .top_title_bar_area {
    height: 260px;
  }

  .paragraph-50-area {
    max-width: 60%;
  }

  .heading-12-area {
    margin-top: 4px;
  }

  .link-area_1 {
    margin-top: 337px;
  }

  .link-area_2 {
    margin-top: 334px;
    margin-left: 144px;
  }

  .modal-wrapper-area {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: none;
  }

  .modal_01-area {
    background-image: none;
    width: 90%;
    margin-top: 92px;
    padding: 32px;
  }

  .modal-content-area {
    flex-flow: column;
  }

  .div-block-91-area {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .div-block-92-area {
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-93-area {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading_area {
    margin-top: 0;
    line-height: 40px;
  }

  .div-block-39_area {
    width: 100%;
    height: 300px;
  }

  .div-block-40-area {
    width: 100%;
    padding-right: 0;
  }

  .modal-wrapper-area_2 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: none;
  }

  .modal_02-area {
    background-image: none;
    width: 90%;
    height: auto;
    margin-top: 92px;
    padding: 32px;
  }

  .div-block-7211 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .paragraph-83 {
    font-size: 14px;
    line-height: 30px;
  }

  .container-4, .container-5 {
    width: 90%;
  }

  .file_downroad, .file_downroad_2, .about_etc {
    width: 90%;
    height: auto;
  }

  .table {
    width: 300px;
    display: none;
  }

  .image-72 {
    max-width: 150%;
    margin-left: -188px;
  }

  .image-73_3 {
    max-width: 120%;
  }

  .image-20_3 {
    max-width: 130%;
  }

  .image-74 {
    max-width: 160%;
    margin-left: -130px;
  }

  .image-75 {
    max-width: 150%;
    margin-left: -159px;
  }

  .paragraph-40_44 {
    font-size: 20px;
  }

  .div-block-58_1 {
    width: auto;
  }

  .about_etc_2, ._2_about_etc {
    width: 90%;
    height: auto;
  }

  .paragraph-88 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-_reco {
    margin-top: 60px;
  }

  .photo_reco1 {
    height: 250px;
  }

  .reco_pp {
    width: 80%;
  }

  .pp_reco2 {
    height: 150px;
  }

  .heading-12_record {
    margin-top: 66px;
  }

  .top_title_bar-record {
    height: 200px;
  }

  .div-block-7222 {
    width: 80%;
  }

  .div-block-7224 {
    height: 250px;
  }

  .div-block-7222_2 {
    width: 80%;
  }

  .div-block-7225 {
    width: auto;
  }

  .section-7, .oshirase {
    margin-top: 60px;
  }

  .button-10 {
    width: 40%;
  }

  .collection-list-wrapper {
    width: 80%;
  }

  .container-11, .div-block-7227 {
    width: 90%;
  }

  .image-88 {
    width: 150px;
  }

  .aword-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 274.133px;
  }

  .collection-list-2 {
    flex-flow: wrap;
    width: auto;
  }

  .collection-list-wrapper-4 {
    width: 90%;
  }

  .div-block-7233 {
    width: 330px;
  }

  .cmslist_photo_box {
    height: auto;
  }

  .div-block-7235 {
    margin-top: 5px;
  }

  .collection-list-wrapper-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center start;
    display: flex;
  }

  .collection-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: flex;
  }

  .container-14 {
    max-width: 700px;
  }

  .collection-list-wrapper-8 {
    width: 700px;
  }

  .paragraph-107, .link-15 {
    font-size: 12px;
  }

  .paragraph-28_05, .paragraph-28_04, .paragraph-28_01, .paragraph-28_02 {
    font-weight: 400;
    line-height: 24px;
  }

  .image-92 {
    padding-left: 20px;
  }

  .image-93 {
    width: 200%;
    top: 497px;
    left: -450px;
  }

  .grid-11 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .up-down-arrow {
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-15 {
    max-width: 600px;
  }

  .heading-25_qa {
    font-size: 60px;
  }

  .div-block-86-copy, .side_a1 {
    padding-left: 10%;
    padding-right: 5%;
  }

  .photo_1_reco_01 {
    height: 250px;
  }

  .image-96 {
    max-width: 120%;
    margin-left: -30px;
  }

  .image-98 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-38_support_pc {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .g_1_2 {
    background-position: 0 0;
  }

  .image-2 {
    width: 160%;
    max-width: 180%;
    margin-top: -405px;
    margin-left: -324px;
  }

  .menu_1 {
    height: 50px;
  }

  .container {
    width: 500px;
    margin-top: 0;
  }

  .quick-stack {
    width: 100%;
  }

  .button {
    text-align: center;
    line-height: 30px;
  }

  .heading {
    padding-top: 40px;
    font-size: 35px;
  }

  .div-block-6 {
    margin-top: -118px;
  }

  .image-3 {
    width: 90px;
    margin-top: -12px;
  }

  .heading-02 {
    margin-top: -132px;
    font-size: 120px;
  }

  .heading-01 {
    font-size: 120px;
    line-height: 120px;
  }

  .paragraph-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .grid-03 {
    margin-top: -175px;
  }

  .link-block-3 {
    background-color: #acacac00;
    height: 190px;
    margin-top: -60px;
  }

  .heading-03 {
    font-size: 120px;
  }

  .grid-04 {
    margin-top: -29px;
  }

  .heading-04 {
    font-size: 120px;
  }

  .paragraph-2_2, .paragraph-2_00 {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-2_5 {
    text-align: left;
    font-size: 24px;
  }

  .div-block-9 {
    padding-left: 10px;
  }

  .div-block-12 {
    margin-top: -60px;
  }

  .g_1_3 {
    margin-top: -71px;
  }

  .image-9 {
    width: 90px;
  }

  .div-block-16 {
    left: 64px;
  }

  .heading-5 {
    font-size: 50px;
    line-height: 50px;
  }

  .paragraph-3, .paragraph-4, .paragraph-4_1 {
    font-size: 16px;
  }

  .heading-01_05 {
    font-size: 120px;
    line-height: 120px;
  }

  .g_1_4 {
    height: auto;
  }

  .person_1.w--current, .person_2 {
    height: 200px;
  }

  .person_3 {
    height: 200px;
    margin-top: 24px;
  }

  .paragraph-11 {
    font-size: 16px;
  }

  .heading-5_2 {
    font-size: 50px;
    line-height: 50px;
  }

  .g_1_5 {
    height: 90vh;
    margin-top: 0;
  }

  .heading-9 {
    font-size: 50px;
  }

  .paragraph-11-_1 {
    font-size: 16px;
  }

  .button-2_2 {
    margin-bottom: 20px;
  }

  .g_1_6 {
    margin-top: 0;
  }

  .recruit_1, .link-block-10 {
    height: 250px;
  }

  .paragraph-16 {
    margin-top: 100px;
  }

  .top_title_bar {
    height: 300px;
  }

  .heading-12 {
    margin-top: 135px;
    font-size: 50px;
    line-height: 50px;
  }

  .paragraph-19 {
    letter-spacing: 4px;
    font-size: 18px;
  }

  .div-block-29 {
    height: 200px;
    margin-top: 0;
  }

  .paragraph-20 {
    font-size: 14px;
    line-height: 22px;
  }

  .g_2_2 {
    margin-top: 0;
  }

  .div-block-33 {
    height: 400px;
    padding-right: 20px;
  }

  .paragraph-22 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-23, .paragraph-24, .paragraph-25 {
    font-size: 16px;
  }

  .grid-6 {
    grid-template-rows: 1fr;
    margin-top: 0;
  }

  .div-block-35 {
    height: 400px;
    margin-top: 0;
  }

  .g_2_3 {
    margin-top: -202px;
  }

  .div-block-36 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    height: 280px;
    margin-bottom: 100px;
  }

  .paragraph-26 {
    padding-left: 10px;
    line-height: 30px;
  }

  .div-block-37 {
    width: 100%;
    height: 300px;
  }

  .div-block-38 {
    height: 300px;
    margin-top: -16px;
  }

  .heading-14 {
    letter-spacing: 3px;
  }

  .quick-stack-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cell-13 {
    justify-content: center;
    align-items: flex-start;
  }

  .image-12 {
    width: 100%;
    max-width: 140%;
    margin-top: 0;
    top: -50%;
  }

  .modal-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .modal-content {
    flex-flow: column;
    max-width: 100%;
  }

  .modal {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 95%;
    height: auto;
    margin-top: 0;
    padding-top: 40px;
  }

  .heading-16 {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-40 {
    width: 100%;
  }

  .paragraph-28 {
    line-height: 20px;
  }

  .heading-17 {
    padding-top: 40px;
    font-size: 35px;
  }

  .link-block-11 {
    width: 500px;
    height: 200px;
  }

  .heading-18 {
    font-size: 120px;
    line-height: 120px;
  }

  .paragraph-29 {
    font-size: 22px;
    line-height: 33px;
  }

  .paragraph-30 {
    font-size: 16px;
  }

  .heading-19 {
    font-size: 120px;
    line-height: 120px;
  }

  .paragraph-29-copy._02 {
    color: #000;
    font-size: 22px;
  }

  .paragraph-29-copy._04 {
    font-size: 22px;
    line-height: 33px;
  }

  .paragraph-31 {
    width: 500px;
  }

  .link-block-11_03 {
    width: 500px;
    height: 200px;
  }

  .link-block-11_04 {
    width: 500px;
    height: 330px;
  }

  .paragraph-29_01 {
    font-size: 22px;
    line-height: 33px;
  }

  .link-block-11_05 {
    width: 500px;
    height: 200px;
  }

  .g_2_4 {
    padding-bottom: 60px;
  }

  .tabs-menu-3 {
    color: #fff;
  }

  .tab-link {
    color: #fff;
    padding-left: .125rem;
    padding-right: .125rem;
  }

  .tab-link.w--current {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .image-14 {
    margin-top: -42px;
  }

  .paragraph-33 {
    font-size: 14px;
  }

  .div-block-51 {
    width: 130px;
  }

  .paragraph-33_1, .text-block-7, .text-block-8, .text-block-9 {
    font-size: 14px;
  }

  .div-block-57 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 167px;
    padding-left: 20px;
  }

  .heading-23 {
    font-size: 100px;
    line-height: 100px;
  }

  .paragraph-40_1 {
    font-size: 20px;
  }

  .div-block-58 {
    width: 100%;
  }

  .paragraph-40_2, .paragraph-40_3, .paragraph-40_4 {
    font-size: 20px;
  }

  .paragraph-41 {
    font-size: 20px;
    line-height: 20px;
  }

  .im_1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-42 {
    font-size: 17px;
    line-height: 20px;
  }

  .columns {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .column {
    height: 300px;
  }

  .column-2 {
    margin-top: 15px;
  }

  .div-block-62 {
    height: 350px;
  }

  .heading-5_2menu {
    font-size: 50px;
    line-height: 50px;
  }

  .gunsoku_topic {
    padding-top: 40px;
    font-size: 35px;
  }

  .p_g_tt {
    font-size: 16px;
  }

  .image-26 {
    top: -116px;
  }

  .columns-2 {
    flex-flow: column;
    order: 1;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 900px;
    margin-bottom: 0;
    display: flex;
  }

  .tp_03 {
    width: 480px;
    height: auto;
    margin-top: 31px;
  }

  .tp-02 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 400px;
    height: auto;
    display: flex;
  }

  .image-28 {
    top: -189px;
  }

  .image-29 {
    width: 280px;
    top: -305px;
    left: 156px;
  }

  .image-30 {
    width: 100%;
    margin-left: 22px;
  }

  .tp_-t01 {
    width: 100%;
    height: 250px;
  }

  .columns-3 {
    order: 1;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .image-32 {
    height: 100%;
    top: -514px;
    left: -117px;
  }

  .tp_04 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 470px;
    margin-top: 0;
    display: flex;
  }

  .tp_05 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 450px;
    height: 500px;
  }

  .column-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .column-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .column-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .column-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .div-block-57_2 {
    margin-top: 165px;
  }

  .image-20_2 {
    max-width: 110%;
    margin-top: -33px;
  }

  .image-22_2 {
    max-width: 110%;
  }

  .columns_2_2 {
    padding-bottom: 0;
  }

  .column-02_3, .column-_02 {
    height: 250px;
  }

  .div-block-67, .div-block-68 {
    height: 350px;
  }

  .columns-copy, .columns-copy-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .columns_03 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .columns_3_2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-right: 0;
    display: flex;
  }

  .paragraph-42_03 {
    font-size: 17px;
    line-height: 20px;
  }

  .div-block-62_03 {
    height: 350px;
  }

  .paragraph-40_1_03, .paragraph-40_2_03 {
    font-size: 20px;
  }

  .paragraph-40_3_03 {
    margin-right: 0;
    font-size: 20px;
  }

  .paragraph-40_4_03 {
    font-size: 20px;
  }

  .div-block-57_03 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 167px;
    padding-left: 20px;
  }

  .columns_03_3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-12-business {
    margin-top: 258px;
    font-size: 50px;
    line-height: 50px;
  }

  .section-3 {
    height: 320px;
  }

  .heading-12_about {
    margin-top: 213px;
    font-size: 50px;
    line-height: 50px;
  }

  .bus_1 {
    height: 250px;
  }

  .bus_22 {
    padding-bottom: 0;
  }

  .tabs-menu-4 {
    color: #fff;
    flex-flow: row;
    align-items: center;
    width: auto;
    height: 40px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-business {
    width: 90%;
  }

  .tabs-content {
    margin-top: 0;
  }

  .image-37 {
    width: 120px;
  }

  .modal-wrapper-03 {
    display: none;
  }

  .heading-16_02 {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-39-_01 {
    width: 50%;
    height: 200px;
  }

  .sppo_1 {
    height: 320px;
  }

  .heading-12-support {
    margin-top: -253px;
    font-size: 50px;
    line-height: 50px;
  }

  .top_title_bar_support {
    height: 300px;
    margin-top: 150px;
  }

  .support_1 {
    height: 250px;
  }

  .image-spport {
    width: 120%;
    max-width: 140%;
    margin-top: -374px;
    top: 24%;
  }

  .support_2 {
    padding-bottom: 0;
  }

  .heading-26 {
    font-size: 18px;
  }

  .paragraph-50 {
    max-width: 80%;
  }

  .image-40 {
    max-width: 95%;
  }

  .image-41 {
    width: 380px;
  }

  .new_g_1 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu-3_new {
    color: #fff;
  }

  .tabs-3_new {
    display: block;
  }

  .div-block-49_new {
    width: 95%;
  }

  .side_l {
    width: 120px;
  }

  .side_l_2 {
    width: 120px;
    padding-left: 10px;
  }

  .side_l_3 {
    width: 120px;
  }

  .tabs-sma_new {
    display: none;
  }

  .tabs-menu_sma_new {
    color: #fff;
  }

  .div-block-81 {
    padding-left: 10px;
  }

  .grid-7 {
    margin-top: -175px;
  }

  .div-block-82 {
    width: 85%;
    display: none;
  }

  .heading-28 {
    font-size: 120px;
  }

  .heading-29, .heading-01_05-2 {
    font-size: 120px;
    line-height: 120px;
  }

  .image-48 {
    margin-right: 0;
  }

  .link-block-17 {
    background-color: #acacac00;
    width: 70%;
    height: 190px;
    margin-top: 0;
  }

  .image-49 {
    width: 90px;
    margin-top: -12px;
  }

  .div-block-84 {
    margin-top: -60px;
  }

  .grid-8 {
    margin-top: -29px;
  }

  .paragraph-2_5-2 {
    text-align: left;
    font-size: 24px;
  }

  .link-block-18 {
    width: 100%;
    height: 223.539px;
    margin-top: 66px;
  }

  .heading-30 {
    font-size: 120px;
  }

  .paragraph-68 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-86 {
    padding-bottom: 40px;
    padding-right: 10%;
  }

  .link-block-19 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 250px;
  }

  .heading-31 {
    padding-top: 40px;
    font-size: 50px;
    line-height: 50px;
  }

  .div-block-88 {
    left: 64px;
  }

  .heading-32 {
    margin-top: -132px;
    font-size: 120px;
  }

  .div-block-89 {
    margin-top: -118px;
  }

  .g_1_2-2 {
    background-color: #fff;
    background-image: none;
    background-size: auto;
  }

  .image-53 {
    width: 90px;
  }

  .tate_mozi {
    margin-top: -60px;
    display: none;
  }

  .link-block-19_2 {
    width: 100%;
    height: auto;
    margin-top: -48px;
  }

  .link-block-20_2 {
    width: 85%;
    height: 232.273px;
    margin-top: 24px;
  }

  .modal_01 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 95%;
    height: auto;
    margin-top: 88px;
    padding-top: 40px;
  }

  .div-block-39-_02 {
    width: 50%;
    height: 200px;
  }

  .modal_02 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 95%;
    height: auto;
    margin-top: 0;
    padding-top: 20px;
  }

  .div-block-39-_05 {
    width: 50%;
    height: 170px;
  }

  .modal_03 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 95%;
    height: auto;
    margin-top: 0;
    padding-top: 40px;
    display: flex;
  }

  .div-block-39-_03 {
    width: 50%;
    height: 200px;
  }

  .heading-16_03, .heading-16_04 {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .modal_04 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 95%;
    height: auto;
    margin-top: 0;
    padding-top: 40px;
  }

  .div-block-39-_04 {
    width: 50%;
    height: 200px;
  }

  .heading-16_05 {
    margin-top: 0;
    font-size: 23px;
    line-height: 35px;
  }

  .heading-16_01 {
    margin-top: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .quick-stack-18, .quick-stack-19 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-35 {
    font-size: 20px;
  }

  .paragraph-70 {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-96 {
    flex-flow: row;
    justify-content: space-between;
    width: auto;
    display: flex;
  }

  .quick-stack-20, .tab-pane-tab-1-business-5, .tab-pane_img-wrapper_5-bus {
    width: 100%;
  }

  .div-block-7200 {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .cell-31 {
    justify-content: center;
    align-items: flex-start;
  }

  .tab-pane_img-wrapper_6-bus, .div-_gy_2 {
    width: 100%;
  }

  .image-12-business {
    width: 120%;
    max-width: 140%;
    margin-top: 0;
    position: relative;
    top: -53%;
  }

  .top_title_bar-about {
    height: 250px;
  }

  .div-block-82-sma {
    display: flex;
  }

  .sma_1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .sma_2 {
    background-color: #acacac00;
    width: 100%;
    height: 190px;
    margin-top: -45px;
  }

  .sma_3 {
    width: 100%;
    margin-top: 236px;
  }

  .sma_4 {
    width: 100%;
    height: auto;
    margin-top: 63px;
  }

  .sma_5 {
    width: 100%;
    margin-top: 39px;
  }

  .heading-31sma {
    color: var(--blue_1);
    padding-top: 40px;
    font-size: 35px;
    line-height: 35px;
  }

  .text-block-new, .text-block-8-copy {
    font-size: 14px;
  }

  .flow_01 {
    width: 95%;
  }

  .quick-stack-21 {
    width: 100%;
  }

  .tabs-3_sma_new {
    display: none;
  }

  .side_a {
    width: 120px;
  }

  .area_1 {
    height: auto;
  }

  .area_2 {
    padding-bottom: 0;
  }

  .image-69 {
    width: 500px;
  }

  .paragraph-50-area {
    max-width: 80%;
  }

  .heading-12-area {
    margin-top: 43px;
    font-size: 50px;
    line-height: 50px;
  }

  .heading-39-area {
    font-size: 24px;
  }

  .link-area_1 {
    margin-top: 311px;
    margin-left: -154px;
  }

  .link-area_2 {
    margin-top: 304px;
    margin-left: 115px;
  }

  .modal-wrapper-area {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .modal_01-area {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 95%;
    height: 95vh;
    margin-top: 88px;
    padding-top: 40px;
  }

  .modal-content-area {
    flex-flow: column;
    max-width: 100%;
  }

  .div-block-91-area {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .heading_area {
    margin-top: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-39_area {
    width: 100%;
    height: 250px;
  }

  .div-block-40-area {
    width: 100%;
  }

  .modal-wrapper-area_2 {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

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

  .modal_02-area {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 95%;
    height: auto;
    margin-top: 88px;
    padding-top: 40px;
  }

  .paragraph-82 {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-83 {
    font-size: 14px;
    line-height: 30px;
  }

  .container-4 {
    width: 90%;
  }

  .container-5 {
    width: 90%;
    padding-bottom: 100px;
  }

  .file_downroad {
    width: 90%;
    height: auto;
  }

  .paragraph-84 {
    width: auto;
  }

  .button-8 {
    width: 90%;
  }

  .paragraph-85 {
    width: auto;
  }

  .file_downroad_2 {
    width: 90%;
    height: auto;
  }

  .slide {
    background-position: 0 0;
  }

  .about_etc {
    width: 95%;
  }

  .about_pp {
    font-size: 14px;
  }

  .table {
    width: 300px;
    display: none;
  }

  .image-72 {
    max-width: 100%;
    margin-left: 0;
  }

  .image-73_3 {
    max-width: 100%;
  }

  .image-20_3 {
    max-width: 105%;
  }

  .image-74, .image-75 {
    max-width: 100%;
    margin-left: 0;
  }

  .paragraph-40_44 {
    font-size: 20px;
  }

  .div-block-58_1 {
    width: 100%;
  }

  .about_etc_2 {
    width: 95%;
  }

  .side_2 {
    width: 120px;
  }

  ._2_side_2 {
    width: 40%;
  }

  ._2_about_etc {
    width: 95%;
  }

  ._2_about_pp, .about_pp-copy {
    font-size: 14px;
  }

  ._2_side_2-copy, ._2_side_222 {
    width: 100%;
  }

  ._2_side_22 {
    justify-content: space-between;
    width: 100%;
  }

  ._2_side_22_2 {
    width: 100%;
  }

  ._2_about_00 {
    font-size: 14px;
  }

  ._2_side_tp {
    width: 100%;
  }

  ._2_side_000 {
    width: 40%;
  }

  .paragraph-88 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .photo_reco1 {
    height: 170px;
  }

  .paragraph-92 {
    font-size: 13px;
    line-height: 15px;
  }

  .pp_reco2 {
    height: 100px;
  }

  .heading-12_record {
    margin-top: 77px;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .top_title_bar-record {
    height: 150px;
  }

  .reco_pp_22 {
    margin-top: 10px;
  }

  .div-block-7224 {
    height: 170px;
  }

  .div-block-7225 {
    width: 100%;
    padding-left: 0;
  }

  .heading-41 {
    padding-left: 14px;
  }

  .section-7 {
    margin-top: 60px;
  }

  .container-8 {
    padding-top: 21px;
  }

  .oshirase {
    margin-top: 60px;
  }

  .button-10 {
    width: 50%;
  }

  .aw_1 {
    height: auto;
  }

  .container-11 {
    width: 80%;
  }

  .div-block-7227 {
    width: 100%;
  }

  .heading-47 {
    line-height: 20px;
  }

  .collection-list-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .collection-list-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start center;
    display: grid;
  }

  .div-block-7236 {
    line-height: 18px;
  }

  .collection-list-wrapper-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container-13 {
    max-width: 500px;
  }

  .paragraph-105 {
    padding-right: 20px;
    font-size: 15px;
  }

  .container-14 {
    max-width: 500px;
  }

  .collection-list-wrapper-8 {
    width: 500px;
  }

  .collection-item-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .paragraph-108 {
    font-size: 12px;
  }

  .paragraph-28_05, .paragraph-28_04, .paragraph-28_01, .paragraph-28_02 {
    line-height: 20px;
  }

  .image-93 {
    width: 200%;
    bottom: 134.375px;
    left: -317px;
  }

  .grid-11 {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-92_main {
    font-size: 13px;
    line-height: 15px;
  }

  .up-down-arrow {
    margin-top: 10px;
  }

  .faq1_question {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-medium.text-weight-bold {
    font-size: 16px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-15 {
    width: 500px;
  }

  .faq1_icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .div-block-86-copy, .side_a1 {
    padding-bottom: 40px;
    padding-right: 10%;
  }

  .photo_1_reco_01 {
    height: 170px;
  }
}

@media screen and (max-width: 479px) {
  .g_1_0 {
    display: none;
  }

  .div-block {
    background-image: none;
    display: block;
  }

  .image {
    height: 40px;
    padding-top: 0;
  }

  .g_1_2 {
    background-position: 0 0;
  }

  .image-2 {
    width: 200%;
    max-width: 220%;
    margin-top: -17px;
    margin-left: -324px;
    margin-right: 0;
    position: relative;
    top: 461px;
    left: 0;
    right: 0;
  }

  .menu_1 {
    width: 100%;
    height: 50px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block {
    width: 40px;
    margin-top: 7px;
  }

  .menu_table {
    margin-left: 0%;
    padding-top: 40px;
  }

  .container {
    width: 90%;
  }

  .quick-stack {
    width: 100%;
  }

  .button {
    height: 80px;
    font-size: 18px;
  }

  .div-block-2 {
    background-position: 50% 0;
  }

  .heading {
    letter-spacing: 5px;
    font-size: 28px;
  }

  .div-block-6 {
    margin-top: 0;
  }

  .paragraph {
    margin-top: 0;
    line-height: 24px;
  }

  .image-3 {
    width: 80px;
  }

  .grid-02 {
    margin-top: 15px;
  }

  .heading-02 {
    margin-top: 23px;
    line-height: 120px;
  }

  .heading-01 {
    margin-top: -25px;
  }

  .paragraph-2 {
    letter-spacing: -1px;
    margin-top: 0;
    margin-left: -127px;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
  }

  .grid-03 {
    margin-top: 23px;
  }

  .link-block-2 {
    height: auto;
    margin-top: -50px;
  }

  .link-block-3 {
    height: 150px;
    margin-top: 0;
  }

  .link-block-4 {
    height: 100px;
  }

  .heading-03 {
    color: #fff;
    margin-top: -24px;
    line-height: 120px;
  }

  .heading-04 {
    color: #fff;
  }

  .paragraph-2_2 {
    font-size: 20px;
    line-height: 27px;
  }

  .image-5 {
    margin-top: -16px;
  }

  .paragraph-2_00 {
    text-align: justify;
    margin-top: 0;
    font-size: 20px;
    line-height: 27px;
  }

  .grid_05 {
    grid-template-rows: auto auto;
    margin-top: -58px;
  }

  .paragraph-2_5 {
    color: #3f5cff;
    font-size: 20px;
    line-height: 27px;
  }

  .div-block-9 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: -87px;
    display: flex;
  }

  .div-block-10 {
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 102px;
  }

  .div-block-11 {
    margin-top: -200px;
  }

  .link-block-05 {
    justify-content: center;
    align-items: center;
    margin-top: -36px;
  }

  .div-block-12 {
    margin-left: 5px;
    padding-left: 7px;
  }

  .sma_top {
    height: 100vh;
    margin-top: -50px;
    display: block;
    overflow: hidden;
  }

  .g_1_3 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .div-block-15 {
    width: 60%;
  }

  .image-9 {
    width: 75px;
  }

  .div-block-16 {
    margin-top: 269px;
    left: 0;
  }

  .paragraph-04_1 {
    margin-top: 0;
    padding-left: 7px;
    line-height: 24px;
  }

  .div-block-10_05 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 102px;
  }

  .div-block-17-about {
    width: 85%;
  }

  .quick-stack-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 85%;
  }

  .link-block-6, .link-block-7, .link-block-8 {
    height: 170px;
  }

  .heading-5 {
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph-3 {
    font-size: 12px;
    line-height: 15px;
  }

  .c_copy {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .c_copy_d {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .div-block-18-vision_01 {
    padding-top: 40px;
  }

  .paragraph-05 {
    margin-top: 0;
    line-height: 24px;
  }

  .paragraph-04_1-copy {
    margin-top: 0;
    padding-left: 7px;
    line-height: 24px;
  }

  .heading-01_05 {
    margin-top: -25px;
  }

  .paragraph-03 {
    color: #fff;
    text-shadow: 0 1px 7px #0000008a;
    margin-top: 0;
    line-height: 24px;
  }

  .heading-7 {
    font-size: 30px;
  }

  .paragraph-7 {
    margin-top: 10px;
    font-size: 12px;
  }

  .g_1_4 {
    padding-bottom: 60px;
  }

  .quick-stack-5 {
    width: 90%;
  }

  .person_1 {
    width: 75%;
    height: 250px;
  }

  .heading-8 {
    font-size: 70px;
  }

  .person_2, .person_3 {
    width: 75%;
    height: 250px;
  }

  .div-block-25 {
    padding-top: 0;
  }

  .paragraph-10 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 24px;
  }

  .heading-5_2 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .cell-3, .cell-4, .cell-5 {
    padding-bottom: 20px;
  }

  .g_1_5 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .quick-stack-6 {
    height: auto;
  }

  .heading-9 {
    letter-spacing: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-26 {
    width: 90%;
    padding-left: 0;
  }

  .paragraph-11-_1 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .paragraph-10-_1 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .button-2_2 {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 30px;
    font-size: 14px;
  }

  .div-block-27 {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .g_1_6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-bottom: 60px;
    display: flex;
  }

  .quick-stack-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 80%;
  }

  .heading-10 {
    font-size: 20px;
    line-height: 30px;
  }

  .recruit_1, .link-block-10 {
    width: 80%;
    height: 170px;
  }

  .paragraph-14 {
    font-size: 20px;
  }

  .paragraph-15 {
    font-size: 12px;
  }

  .paragraph-16 {
    margin-top: 100px;
  }

  .g_2_1 {
    padding-bottom: 0;
  }

  .top_title_bar {
    height: 260px;
  }

  .heading-12 {
    margin-top: 68px;
    font-size: 50px;
    line-height: 50px;
  }

  .paragraph-18 {
    font-size: 16px;
  }

  .paragraph-19 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 0;
    align-self: auto;
  }

  .div-block-29 {
    width: 85%;
    height: 200px;
    margin-top: 0;
  }

  .image-10 {
    display: inline-block;
  }

  .div-block-30 {
    width: 85%;
  }

  .paragraph-20 {
    font-size: 14px;
    line-height: 22px;
  }

  .cell-9 {
    display: none;
  }

  .g_2_2 {
    margin-top: 0;
  }

  .div-block-31 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    height: 300px;
    display: none;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: .25fr minmax(0, 1fr);
    grid-template-columns: .25fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 51px;
    margin-left: -40px;
    display: flex;
  }

  .div-block-34 {
    display: none;
  }

  .div-block-35 {
    background-position: 0 0;
    width: 250px;
    height: 350px;
    margin-top: 0;
    margin-left: 20px;
  }

  .button-4 {
    width: 300px;
  }

  .g_2_3 {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .div-block-36 {
    height: 300px;
    margin-top: 33px;
    margin-bottom: 60px;
  }

  .paragraph-26 {
    line-height: 30px;
  }

  .div-block-37 {
    height: 200px;
  }

  .div-block-38 {
    border-bottom: 2px solid var(--blue_1);
    border-right-style: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    margin-top: 0;
  }

  .heading-14 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-27 {
    padding-right: 0;
  }

  .image-12 {
    width: 100%;
    max-width: 600px;
    height: 400px;
    margin-top: -149px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: 38px;
  }

  .modal-divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .modal-wrapper {
    display: none;
  }

  .modal-content {
    flex-flow: column;
  }

  .modal-checklist-item {
    font-size: 16px;
  }

  .button-5.modal-form-button {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .modal {
    height: auto;
    margin-top: 0;
    padding: 20px 10px 10px;
  }

  .form-button-row {
    flex-direction: column;
  }

  .heading-16 {
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-39 {
    height: 200px;
  }

  .div-block-40 {
    padding-top: 10px;
  }

  .paragraph-28 {
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .heading-17 {
    letter-spacing: 5px;
    font-size: 50px;
    line-height: 50px;
  }

  .quick-stack-11 {
    width: 90%;
  }

  .link-block-11 {
    width: 320px;
    height: 130px;
  }

  .heading-18 {
    margin-top: -25px;
    margin-left: 166px;
    margin-right: 74px;
  }

  .div-block-41 {
    padding-bottom: 12px;
  }

  .cell-14 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-29 {
    margin-left: 18px;
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-42 {
    padding-top: 0;
  }

  .paragraph-30 {
    font-size: 16px;
  }

  .div-block-43 {
    justify-content: space-between;
    align-items: center;
  }

  .heading-19 {
    margin-top: -25px;
    margin-left: 8px;
    margin-right: 92px;
  }

  .paragraph-29-copy._02 {
    color: #000;
    margin-left: 62px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-29-copy._04 {
    margin-left: 76px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-31 {
    width: 320px;
  }

  .link-block-11_03 {
    width: 320px;
    height: 130px;
  }

  .image-13_03 {
    margin-top: -63px;
  }

  .link-block-11_04 {
    width: 320px;
    height: 210px;
    margin-top: -25px;
  }

  .image-13-_04 {
    vertical-align: baseline;
    max-width: 100%;
    margin-left: 0;
  }

  .paragraph-29_01 {
    margin-left: 16px;
    font-size: 20px;
    line-height: 30px;
  }

  .link-block-11_05 {
    width: 320px;
    height: 130px;
  }

  .cell-16, .cell-17, .cell-18 {
    justify-content: flex-start;
    align-items: center;
  }

  .g_2_4 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .tabs-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .tabs-menu-3 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    background-color: #fff;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    display: flex;
  }

  .tab-link {
    color: #9c9c9c;
    background-color: #7e7e7e;
    border-radius: 8rem;
    width: 200px;
    margin-top: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .tab-link.w--current {
    margin-top: 0;
  }

  .div-block-49 {
    width: 90%;
    height: 170px;
  }

  .div-block-51 {
    width: 100px;
    font-size: 12px;
  }

  .paragraph-33_1 {
    font-size: 12px;
    line-height: 30px;
  }

  .gaiyo, .gaiyo-_1 {
    width: 90%;
  }

  .container-3 {
    margin-top: 40px;
  }

  .shiten_2 {
    font-size: 11px;
    line-height: 17px;
  }

  .footer_2 {
    display: flex;
  }

  .image-16 {
    width: 120px;
  }

  .image-17 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .top_title_interview {
    height: 400px;
  }

  .div-block-57 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 176px;
    padding-left: 0;
  }

  .heading-23 {
    padding-left: 20px;
    font-size: 100px;
    line-height: 100px;
  }

  .paragraph-40_1 {
    font-size: 18px;
  }

  .div-block-58 {
    width: auto;
    margin-right: auto;
  }

  .paragraph-40_2, .paragraph-40_3, .paragraph-40_4 {
    font-size: 18px;
  }

  .div-block-59 {
    padding-top: 0;
    padding-left: 20px;
  }

  .paragraph-41 {
    color: #000;
    font-size: 17px;
    line-height: 20px;
  }

  .im_1 {
    margin-top: 80px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-42 {
    font-size: 12px;
    line-height: 17px;
  }

  .columns {
    padding-top: 0;
    padding-right: 0;
  }

  .column {
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-60 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .heading-24 {
    font-size: 70px;
    line-height: 50px;
  }

  .div-block-61 {
    margin-left: 0;
  }

  .paragraph-43, .paragraph-44 {
    padding-left: 10px;
    font-size: 14px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-10 {
    width: 100%;
  }

  .image-20 {
    margin-left: 0;
  }

  .columns_2 {
    padding-bottom: 20px;
  }

  .column_01 {
    padding-right: 0;
  }

  .column_02 {
    height: auto;
    padding-left: 0;
  }

  .div-block-62 {
    height: 250px;
  }

  .div-block-63, .div-block-64 {
    height: auto;
  }

  .person_01, .person_02 {
    background-position: 100% 0;
    width: 70%;
    height: 170px;
  }

  .person_03 {
    width: 70%;
    height: 170px;
  }

  .quick-stack-_in {
    width: 90%;
  }

  .div-block-foot_logo {
    height: 70px;
  }

  .heading-5_2menu {
    text-align: center;
    font-size: 50px;
  }

  .div-block_topic_tt {
    width: 320px;
    height: auto;
    padding-top: 0;
  }

  .gunsoku_topic {
    letter-spacing: 5px;
    font-size: 50px;
    line-height: 50px;
  }

  .p_g_tt {
    font-size: 16px;
  }

  .image-23 {
    width: 450px;
    max-width: 200%;
    margin-left: -319px;
  }

  .image-25 {
    width: 300px;
    margin-top: -27px;
    position: static;
    top: -152px;
    left: -80px;
  }

  .columns-2 {
    height: 800px;
    display: none;
  }

  .tp_03 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 320px;
    height: 310px;
    display: flex;
  }

  .tp-02 {
    width: 320px;
    height: 350px;
    margin-top: 35px;
  }

  .image-27 {
    margin-top: 0;
  }

  .image-28 {
    margin-top: 32px;
    top: -158px;
  }

  .image-29 {
    width: 220px;
    top: -215px;
    left: 43px;
  }

  .image-30 {
    width: 300px;
    max-width: 300%;
  }

  .tp_-t01 {
    width: 320px;
    height: 400px;
    display: none;
  }

  .columns-3 {
    display: none;
  }

  .image-32 {
    width: 120px;
    top: -433px;
    left: -87px;
  }

  .tp_04 {
    width: 320px;
  }

  .tp_05 {
    width: 320px;
    height: 350px;
  }

  .column-3 {
    height: 340px;
    margin-top: 57px;
  }

  .div-block-57_2 {
    margin-top: 192px;
    padding-left: 0;
  }

  .paragraph-40_1_2 {
    margin-right: 0;
    font-size: 18px;
  }

  .paragraph-40_2_2 {
    letter-spacing: 0;
    width: 85%;
    margin-right: auto;
    font-size: 18px;
  }

  .paragraph-40_3_2 {
    letter-spacing: 0;
    width: 96%;
    margin-right: 0;
    font-size: 18px;
  }

  .paragraph-40_4_2 {
    letter-spacing: 0;
    width: 90%;
    margin-right: 0;
    font-size: 18px;
  }

  .div-block-58_2 {
    width: auto;
    margin-right: auto;
  }

  .top_title_interview_02 {
    height: 400px;
  }

  .paragraph-41_2 {
    color: #333;
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-42_02 {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 20px;
  }

  .image-20_2 {
    margin-left: 0;
  }

  .div-block-62_2 {
    height: 250px;
  }

  .image-22_2 {
    max-width: 110%;
  }

  .columns_2_2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-02_3 {
    height: auto;
  }

  .div-block-67, .div-block-68 {
    height: 250px;
  }

  .columns-copy, .columns-copy-copy {
    padding-top: 60px;
  }

  .columns_03 {
    padding-top: 0;
  }

  .columns_3_2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 0;
    padding-right: 0;
  }

  .paragraph-42_03 {
    font-size: 12px;
    line-height: 17px;
  }

  .top_title_interview_03 {
    background-position: 50%;
    justify-content: center;
    align-items: flex-start;
    height: 400px;
    padding-right: 20px;
  }

  .div-block-62_03 {
    height: 250px;
  }

  .paragraph-40_1_03 {
    letter-spacing: 0;
    width: 97%;
    margin-right: auto;
    padding-right: 0;
    font-size: 18px;
  }

  .paragraph-40_2_03 {
    letter-spacing: 0;
    width: 95%;
    margin-right: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .paragraph-40_3_03 {
    letter-spacing: 0;
    margin-right: auto;
    padding-right: 10px;
    font-size: 18px;
  }

  .paragraph-40_4_03 {
    letter-spacing: 0;
    margin-right: auto;
    font-size: 18px;
  }

  .div-block-57_03 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 169px;
    padding-left: 0;
  }

  .columns_03_3 {
    padding-top: 0;
    padding-right: 0;
  }

  .paragraph-18_bu {
    z-index: 5;
    margin-top: -13px;
    font-size: 17px;
    position: relative;
  }

  .top_title_bar_business {
    background-image: linear-gradient(to bottom, null, null), url('../images/business_back_1business_back.avif');
    background-position: 0 0, 50% 100%;
    height: 260px;
  }

  .heading-12-business {
    justify-content: center;
    align-items: center;
    margin-top: 122px;
    font-size: 40px;
    line-height: 40px;
  }

  .section-3 {
    background-image: linear-gradient(#ffffffc9, #ffffffc9), url('../images/business_back_1business_back.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 260px;
  }

  .heading-12_about {
    margin-top: 117px;
    font-size: 50px;
    line-height: 50px;
  }

  .bus_1 {
    background-image: linear-gradient(#ffffffc9, #ffffffc9), url('../images/business_back_1business_back.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 260px;
  }

  .bus_22 {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu-4 {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    height: 36px;
    margin-bottom: 0;
    display: flex;
  }

  .tab-pane-tab-1-business {
    width: 100%;
  }

  .tab-pane_img-wrapper_1-business {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .quick-stack-15 {
    width: 100%;
  }

  .div-block-70 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .image-34 {
    width: 42%;
  }

  .image-35 {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }

  .paragraph-45 {
    width: 90%;
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-46 {
    width: 100%;
    font-size: 12px;
  }

  .heading-25 {
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 27px;
  }

  .tab-pane_img-wrapper_2-business-copy {
    width: 95%;
  }

  .div-block-71 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .paragraph-48 {
    width: 90%;
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-46_2 {
    width: 100%;
    font-size: 12px;
  }

  .paragraph-46_33 {
    width: 90%;
    font-size: 12px;
  }

  .div-block-72 {
    flex-flow: column;
    width: 42%;
    padding-left: 10px;
  }

  .div-block-73 {
    width: 42%;
    padding-left: 10px;
  }

  .tabs-content {
    width: 100%;
    margin-top: 178px;
  }

  .div-block-70-dorn {
    width: 70%;
    height: 300px;
  }

  .image-36 {
    width: 100%;
  }

  .image-37 {
    width: 100px;
  }

  .modal-wrapper-02, .modal-wrapper-03, .modal-wrapper-04, .modal-wrapper-05 {
    display: none;
  }

  .div-block-39_03 {
    height: 200px;
  }

  .div-block-39-_01 {
    width: 100%;
    height: 150px;
  }

  .div-block-39_04, .div-block-39_05 {
    height: 200px;
  }

  .sppo_1 {
    background-image: linear-gradient(#ffffffc9, #ffffffc9), url('../images/business_back_1business_back.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 260px;
  }

  .top_title_bar_sopp {
    background-image: linear-gradient(to bottom, null, null), url('../images/business_back_1business_back.avif');
    background-position: 0 0, 50% 100%;
    height: 260px;
  }

  .heading-12-support {
    z-index: 5;
    justify-content: center;
    align-items: center;
    margin-top: -193px;
    font-size: 40px;
    line-height: 50px;
  }

  .top_title_bar_support {
    background-image: linear-gradient(to bottom, null, null), url('../images/business_back_1business_back.avif');
    background-position: 0 0, 50% 100%;
    height: 260px;
  }

  .support_1 {
    background-image: linear-gradient(#ffffffc9, #ffffffc9), url('../images/business_back_1business_back.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 200px;
  }

  .image-spport {
    width: 500px;
    max-width: 660px;
    height: 400px;
    margin-top: -277px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: auto;
  }

  .support_2 {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-support {
    width: 95%;
    padding-bottom: 60px;
  }

  .heading-26 {
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .image-38 {
    max-width: 100%;
    display: none;
  }

  .paragraph-50 {
    max-width: 90%;
    font-size: 14px;
    line-height: 25px;
  }

  .quick-stack-16 {
    width: 100%;
    max-width: 100%;
  }

  .image-39 {
    display: inline-flex;
  }

  .paragraph-52 {
    text-align: justify;
    max-width: 100%;
    font-size: 12px;
  }

  .new_g_1 {
    padding-bottom: 100px;
  }

  .tabs-menu-3_new {
    display: block;
  }

  .tabs-3_new {
    flex-flow: column;
    display: flex;
  }

  .div-block-49_new {
    width: 80%;
    height: auto;
  }

  .side_l {
    width: 80px;
    padding-left: 0;
  }

  .side_r {
    padding-left: 5px;
  }

  .paragraph-53, .paragraph-54 {
    font-size: 11px;
  }

  .boshu_tt {
    margin-top: 20px;
  }

  .side_r_2 {
    padding-left: 5px;
  }

  .side_l_2 {
    width: 110px;
  }

  .side_r_3 {
    padding-left: 5px;
  }

  .paragraph-56 {
    line-height: 14px;
  }

  .div-block-80 {
    height: 55px;
    padding-right: 3px;
  }

  .div-block-80_1 {
    height: 55px;
    padding-left: 3px;
  }

  .paragraph-61 {
    line-height: 14px;
  }

  .paragraph-62, .paragraph-63 {
    text-align: right;
    line-height: 14px;
  }

  .side_l_3 {
    width: 110px;
  }

  .paragraph-64 {
    margin-bottom: 0;
    padding-top: 3px;
    line-height: 18px;
  }

  .image-43, .image-44 {
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .image-45 {
    margin-top: 10px;
    display: inline-flex;
  }

  .image-46, .image-47 {
    display: inline-flex;
  }

  .sma_01 {
    transition: all .4s;
  }

  .sma_01:hover {
    transform: scale(1.05);
  }

  .sma_02 {
    transition: all .4s;
  }

  .sma_02:hover {
    transform: scale(1.05);
  }

  .sma_03, .sma_04 {
    transition: all .4s;
  }

  .sma_04:hover {
    transform: scale(1.05);
  }

  .sma_05 {
    transition: all .4s;
  }

  .sma_05:hover {
    transform: scale(1.05);
  }

  .tabs-sma_new {
    display: none;
  }

  .tabs-menu_sma_new {
    display: block;
  }

  .wrapper_sma {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .div-block-80-l {
    height: 55px;
    padding-right: 3px;
  }

  .paragraph-65 {
    color: #fff;
    text-shadow: 0 1px 7px #0000008a;
    margin-top: 0;
    line-height: 24px;
  }

  .div-block-81 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: -87px;
    display: flex;
  }

  .paragraph-04_1-copy-2 {
    margin-top: 0;
    padding-left: 7px;
    line-height: 24px;
  }

  .grid-7 {
    margin-top: 23px;
  }

  .div-block-82 {
    display: none;
  }

  .heading-28 {
    color: #fff;
  }

  .heading-29, .heading-01_05-2 {
    margin-top: -25px;
  }

  .image-48 {
    width: 110px;
    max-width: 120%;
  }

  .paragraph-66 {
    margin-top: 0;
    line-height: 24px;
  }

  .div-block-83 {
    width: 60%;
  }

  .link-block-17 {
    height: 150px;
    margin-top: 0;
  }

  .paragraph-67 {
    margin-top: 0;
    line-height: 24px;
  }

  .image-49 {
    width: 80px;
  }

  .div-block-84 {
    margin-left: 5px;
    padding-left: 7px;
  }

  .paragraph-2_5-2 {
    color: #3f5cff;
    font-size: 20px;
    line-height: 27px;
  }

  .link-block-18 {
    height: auto;
    margin-top: -50px;
  }

  .grid-9 {
    margin-top: 15px;
  }

  .heading-30 {
    color: #fff;
    margin-top: -24px;
    line-height: 120px;
  }

  .paragraph-68 {
    letter-spacing: -1px;
    margin-top: 0;
    margin-left: -127px;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
  }

  .div-block-86 {
    background-position: 50% 0;
  }

  .link-block-19 {
    height: 100px;
  }

  .image-51 {
    margin-top: -16px;
  }

  .div-block-87 {
    margin-top: -200px;
  }

  .heading-31 {
    letter-spacing: 5px;
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-88 {
    margin-top: 269px;
    left: 0;
  }

  .heading-32 {
    margin-top: 23px;
    line-height: 120px;
  }

  .div-block-89 {
    margin-top: 0;
  }

  .link-block-20 {
    justify-content: center;
    align-items: center;
    margin-top: -36px;
  }

  .g_1_2-2 {
    background-color: #fff;
    background-image: none;
    background-size: auto;
    padding-bottom: 20px;
  }

  .image-53 {
    width: 75px;
  }

  .tate_mozi {
    margin-left: 24px;
    padding-left: 3px;
    display: none;
  }

  .link-block-19_2, .link-block-20_2 {
    height: auto;
    margin-top: -50px;
  }

  .paragraph-69 {
    line-height: 25px;
  }

  .rich-text-block {
    width: 100%;
  }

  .div-block-91 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
  }

  .div-block-92 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .image-56 {
    width: 200px;
    max-width: none;
    margin-top: 0;
  }

  .div-block-93 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: auto;
  }

  .image-57 {
    width: 50px;
  }

  .modal_01 {
    height: auto;
    margin-top: 40px;
    padding: 20px 10px 10px;
  }

  .div-block-39-_02 {
    width: 100%;
    height: 130px;
  }

  .modal_02 {
    height: auto;
    margin-top: 0;
    padding: 20px 10px 10px;
    display: flex;
  }

  .div-block-39-_05 {
    width: 100%;
    height: 100px;
  }

  .modal_03 {
    height: auto;
    margin-top: 0;
    padding: 20px 10px 10px;
    display: none;
  }

  .div-block-39-_03 {
    width: 200%;
    height: 150px;
  }

  .heading-16_03 {
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-16_04 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .modal_04 {
    height: auto;
    margin-top: 61px;
    padding: 20px 10px 10px;
  }

  .div-block-39-_04 {
    width: 100%;
    height: 150px;
  }

  .heading-16_05 {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-16_01 {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 7px;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-94 {
    max-width: 85%;
  }

  .heading-35 {
    font-size: 18px;
  }

  .paragraph-70 {
    max-width: 90%;
  }

  .tabs-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-_gy_1 {
    width: 100%;
  }

  .div-block-96 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .quick-stack-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .heading-36 {
    font-size: 18px;
  }

  .paragraph-72 {
    font-size: 11px;
  }

  .tab-pane_img-wrapper_5-business-copy {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-pane-tab-1-business-5 {
    width: 100%;
  }

  .tab-pane_img-wrapper_5-business-copy-copy {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-pane_img-wrapper_5-bus {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
  }

  .text-block-11 {
    width: auto;
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-7200 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 10px;
  }

  .cell-31 {
    flex-flow: row;
    display: flex;
  }

  .bus_title-box {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .heading-point {
    font-size: 17px;
  }

  .tab-pane_img-wrapper_6-bus {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-content-2 {
    margin-top: 180px;
  }

  .image-12-business {
    width: 200%;
    max-width: 600px;
    height: 400px;
    margin-top: -149px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: auto;
  }

  .top_title_bar-about {
    height: 260px;
  }

  .cell-32 {
    flex-flow: column;
  }

  .bold-text-12 {
    font-size: 16px;
  }

  .paragraph-73 {
    font-size: 13px;
    line-height: 24px;
  }

  .div-block-82-sma {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .sma_1 {
    height: auto;
    margin-top: 20px;
  }

  .sma_2 {
    width: 100%;
    height: auto;
    margin-top: -2px;
  }

  .sma_3 {
    justify-content: center;
    align-items: flex-end;
    height: auto;
    margin-top: 20px;
  }

  .sma_4 {
    width: 100%;
    height: auto;
    margin-top: 34px;
  }

  .sma_5 {
    height: auto;
    margin-top: 25px;
  }

  .heading-31sma {
    color: var(--blue_1);
    letter-spacing: 6px;
    text-shadow: none;
    font-size: 40px;
    line-height: 40px;
  }

  .image-58 {
    max-width: 130%;
    margin-left: -36px;
  }

  .flow_01 {
    width: 85%;
    height: auto;
  }

  .quick-stack-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .flow_side {
    height: 70px;
  }

  .flow_2 {
    height: 70px;
    padding-left: 10px;
  }

  .heading-38 {
    margin-top: 0;
    font-size: 14px;
  }

  .rich-text-block-3 {
    height: 90px;
  }

  .paragraph-74 {
    margin-top: 0;
    font-size: 11px;
    line-height: 18px;
  }

  .paragraph-75, .paragraph-76, .paragraph-77, .paragraph-78 {
    font-size: 11px;
    line-height: 18px;
  }

  .div-block-7204, .div-block-7205, .div-block-7206, .div-block-7207, .div-block-7208 {
    height: 70px;
  }

  .image-67 {
    width: 25px;
    margin-left: 90px;
  }

  .tabs-3_sma_new {
    flex-flow: column;
    display: none;
  }

  .boshu_tt_2 {
    margin-top: 40px;
  }

  .div-block-recruit {
    padding-top: 0;
  }

  .paragraph-7__2 {
    font-size: 13px;
    line-height: 24px;
  }

  .heading-38-link {
    margin-top: 0;
    font-size: 14px;
  }

  .contact_rec {
    width: 90%;
  }

  .side_a {
    width: 80px;
    padding-left: 0;
  }

  .side_b {
    padding-left: 5px;
  }

  .area_1 {
    background-image: linear-gradient(#ffffffc9, #ffffffc9), url('../images/business_back_1business_back.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: auto;
  }

  .area_2 {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-69 {
    width: 350px;
  }

  .top_title_bar_area {
    background-image: linear-gradient(#ffffffa6, #ffffffa6), url('../images/business_back_1business_back.avif');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    height: 220px;
  }

  .paragraph-50-area {
    max-width: 100%;
    font-size: 13px;
    line-height: 25px;
  }

  .heading-12-area {
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    font-size: 50px;
    line-height: 50px;
  }

  .heading-39-area {
    letter-spacing: 0;
    font-size: 20px;
  }

  .link-area_1 {
    width: 100px;
    margin-top: 245px;
    margin-left: -159px;
  }

  .link-area_2 {
    width: 100px;
    margin-top: 241px;
    margin-left: 76px;
  }

  .modal-wrapper-area {
    display: none;
  }

  .modal_01-area {
    height: auto;
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-content-area {
    flex-flow: column;
  }

  .div-block-91-area {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 16px;
  }

  .div-block-92-area {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-93-area {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: auto;
  }

  .heading_area {
    margin-top: 34px;
    padding-top: 0;
    padding-bottom: 7px;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-40-area {
    padding-top: 20px;
  }

  .heading-40 {
    width: 300px;
    font-size: 24px;
  }

  .link_gg {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .modal-wrapper-area_2 {
    display: none;
  }

  .paragraph-81 {
    font-size: 16px;
  }

  .modal_02-area {
    height: auto;
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .paragraph-82 {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-83 {
    font-size: 13px;
    line-height: 25px;
  }

  .container-4, .container-5, .container-6, .container-7 {
    width: 90%;
  }

  .file_downroad {
    height: auto;
  }

  .paragraph-84 {
    line-height: 20px;
  }

  .button-8 {
    width: 90%;
  }

  .left-arrow-2, .right-arrow-2, .slide-nav-2 {
    display: none;
  }

  .slider-2 {
    background-color: #ddd0;
    width: 100%;
    height: 100vh;
  }

  .slide-4 {
    background-image: url('../images/top_smasma2x_1top_smasma@2x.avif');
    background-position: 50%;
    background-size: cover;
  }

  .slide-5 {
    background-image: url('../images/sma_top_32x.webp');
    background-position: 50%;
    background-size: cover;
  }

  .slide-6 {
    background-image: url('../images/sma_top_22x.webp');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-7212 {
    z-index: 4;
    background-color: #442f2f00;
    width: 100%;
    height: 100vh;
    position: absolute;
    inset: 0%;
  }

  .about_etc {
    width: 90%;
    height: auto;
  }

  .about_pp, .about_pp2 {
    font-size: 13px;
    line-height: 25px;
  }

  .link-block-21 {
    width: 160px;
    height: 50px;
  }

  .image-71 {
    max-width: 130px;
  }

  .link-menu {
    width: 40px;
    margin-top: 7px;
  }

  .top_menubur {
    height: 50px;
  }

  .table {
    width: 270px;
    display: none;
  }

  .link-block-8_2 {
    height: 170px;
  }

  .image-20-copy {
    margin-left: 0;
  }

  .image-20_3 {
    max-width: 110%;
    margin-left: 0;
  }

  .paragraph-40_44 {
    letter-spacing: 4px;
    width: 95%;
    margin-right: 0;
    font-size: 18px;
  }

  .div-block-58_1 {
    width: auto;
    margin-right: 0;
  }

  .about_etc_2 {
    width: 80%;
    height: auto;
  }

  .side_2 {
    width: 80px;
    padding-left: 0;
  }

  ._2_side_b_2 {
    width: 15%;
    padding-left: 5px;
  }

  ._2_side_2 {
    width: 30%;
    padding-left: 0;
    padding-right: 5px;
  }

  ._2_about_etc {
    width: 90%;
    height: auto;
  }

  ._2_about_pp {
    font-size: 13px;
  }

  ._3_about_pp {
    text-align: left;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    font-size: 13px;
    display: block;
  }

  .about_pp-copy {
    font-size: 13px;
  }

  ._2_side_2-copy {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

  ._2_side_222 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  ._2_side_22 {
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  ._2_side_22_2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  ._3_about_pp_3 {
    text-align: right;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    font-size: 13px;
    display: block;
  }

  ._2_about_00 {
    font-size: 13px;
  }

  ._2_side_tp {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

  ._2_side_000 {
    width: 30%;
    padding-left: 0;
    padding-right: 5px;
  }

  ._3_about_pp00 {
    text-align: left;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 3px;
    font-size: 13px;
    display: block;
  }

  .paragraph-88 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .cell-39, .cell-40 {
    justify-content: flex-start;
    align-items: center;
  }

  .top_menubur_01 {
    height: 50px;
  }

  .heading_reco1 {
    font-size: 24px;
    line-height: 27px;
  }

  .photo_reco1 {
    width: 100%;
    height: 240px;
  }

  .pp_reco {
    height: auto;
  }

  .reco_pp {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-left: 0;
    padding-left: 10px;
  }

  .div-ec {
    height: auto;
  }

  .reco_pp2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .photo_reco3 {
    width: 100%;
  }

  .pp_reco2 {
    width: 100%;
    height: auto;
  }

  .image-79 {
    margin-left: 0;
  }

  .reco_pp2_1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .reco_contai2_3 {
    width: 70%;
  }

  .cell-43 {
    justify-content: flex-start;
    align-items: center;
  }

  .reco_ppp, .reco_pppp {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 10px;
    margin-right: 0;
    padding-right: 0;
  }

  .heading-12_record {
    margin-top: 64px;
    font-size: 45px;
    line-height: 50px;
  }

  .top_title_bar-record {
    height: 180px;
  }

  .div-block-7222 {
    flex-flow: column;
    width: 90%;
  }

  .reco_pp_22 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .div-block-7224 {
    width: 100%;
    height: auto;
  }

  .div-block-7222_2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
  }

  .photo_side2 {
    width: 100%;
  }

  .flow_side_my {
    height: auto;
  }

  .flow_2-_01, .flow_2_mid {
    height: auto;
    padding-left: 10px;
  }

  .flow_side-mid, .rich-text-block-3-mid {
    height: auto;
  }

  .news {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .div-block-7225 {
    flex-flow: column;
    width: 100%;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-41 {
    margin-bottom: 0;
  }

  .link-12 {
    padding-left: 0;
  }

  .section-7 {
    margin-top: 30px;
  }

  .container-8 {
    padding-top: 20px;
  }

  .heading-43 {
    margin-top: 0;
    font-size: 20px;
  }

  .button-9 {
    background-color: #2cc758;
  }

  .button-9:hover {
    background-color: #4f9964;
  }

  .oshirase {
    margin-top: 30px;
  }

  .button-10 {
    background-color: #2cc758;
    width: 50%;
  }

  .button-10:hover {
    background-color: #4f9964;
  }

  .collection-list-wrapper {
    width: 90%;
  }

  .image-88 {
    width: 100px;
  }

  .heading-47 {
    text-align: center;
    font-size: 12px;
  }

  .aword-block {
    width: auto;
  }

  .paragraph-98 {
    font-size: 13px;
  }

  .div-block-7233 {
    width: auto;
    padding-top: 20px;
  }

  .paragraph-102 {
    font-size: 12px;
  }

  .paragraph-103 {
    font-size: 12px;
    line-height: 16px;
  }

  .button-news {
    background-color: #2cc758;
  }

  .button-news:hover {
    background-color: #4f9964;
  }

  .collection-list-wrapper-5 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .pagination {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .container-13 {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-block-23 {
    flex-flow: column;
    height: auto;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
  }

  .paragraph-105 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .paragraph-106 {
    margin-bottom: 0;
    padding-top: 5px;
    padding-left: 0;
  }

  .image-91 {
    width: 50px;
  }

  .oshi_ra1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .container-14 {
    width: 90%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  .heading-53 {
    font-size: 18px;
    line-height: 25px;
  }

  .rich-text-block-9 {
    font-size: 14px;
    line-height: 25px;
  }

  .collection-list-wrapper-8 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-107 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .next-2 {
    border-radius: 3px;
  }

  .paragraph-28_05, .paragraph-28_04, .paragraph-28_01, .paragraph-28_02 {
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .image-92 {
    padding-left: 10px;
  }

  .grid-11 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-110, .paragraph-111, .paragraph-112, .paragraph-113, .paragraph-114, .paragraph-115, .paragraph-116, .paragraph-117 {
    font-size: 13px;
  }

  .div-block-7239 {
    padding-top: 40px;
  }

  .paragraph-118 {
    font-size: 13px;
    line-height: 20px;
  }

  .up-down-arrow {
    border-bottom-width: 4px;
    margin-top: 10px;
  }

  .faq1_question {
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-size-medium.text-weight-bold {
    font-size: 14px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-15 {
    width: 90%;
  }

  .faq1_icon-wrapper {
    margin-top: 0;
  }

  .paragraph-119 {
    padding-top: 0;
    font-size: 40px;
  }

  .paragraph-120 {
    font-size: 30px;
  }

  .heading-25_qa {
    letter-spacing: 2px;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
  }

  .paragraph-121 {
    margin-top: 0;
  }

  .paragraph-122 {
    width: 90%;
  }

  .g_1_2-3 {
    background-color: #fff;
    background-image: none;
    background-size: auto;
    padding-bottom: 20px;
  }

  .div-block-86-copy, .side_a1 {
    background-position: 50% 0;
  }

  .photo_1_reco_01 {
    width: 100%;
    height: 240px;
  }

  .image-39_support {
    display: inline-flex;
  }

  .image-38_support_pc {
    max-width: 100%;
    display: none;
  }
}

#w-node-_7f4aab20-2330-8b6e-2209-d6c9f1386b52-f768c44e, #w-node-_6557b33a-02b5-d591-2b9e-a1cd81652f0e-f768c44e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c31e7854-9a16-fa0e-21d3-a3acd338872e-f768c44e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_92a7d909-1164-fd8f-0228-062832f44a3b-f768c44e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_9941e741-be75-6f64-9839-a3a55e7aa435-f768c44e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_044bd989-96a5-2597-bc98-faa039aafdb2-f768c44e, #w-node-_9318159d-c8d3-d879-1a63-78a9b0201fb2-f768c44e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8d9d5c80-1c14-7370-d2cf-144779d00e08-f768c487 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_6124e990-5419-c39c-ed8f-3c0b71643be2-f768c487 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_325138cb-5806-576a-6897-dc9a806d37fa-f768c487 {
  grid-template-rows: auto;
  grid-template-columns: minmax(382px, 1.5fr) 3fr;
}

#w-node-_514836c5-b6c8-4570-ff7e-35bc815135c1-f768c487 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8db06467-cd3c-8051-3e09-15b16f80456b-f768c487 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_78f4ff03-c3ed-d7ba-8c91-25b1bd8eb054-f768c4a3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ab0e11d4-008f-ae79-19d8-ffc1b646bc01-f768c4a3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_917964f0-cf4e-6bb1-03cc-229bfd5b0594-f768c4c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5f229d40-5a96-a697-c8b6-d4f2202b612b-f768c4c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_77a3c559-bac6-44f4-8780-7c966c35d02f-4b398baf {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_917964f0-cf4e-6bb1-03cc-229bfd5b0594-f768c4c6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5f229d40-5a96-a697-c8b6-d4f2202b612b-f768c4c6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_78f4ff03-c3ed-d7ba-8c91-25b1bd8eb054-f768c4d9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ab0e11d4-008f-ae79-19d8-ffc1b646bc01-f768c4d9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cecfdb92-3870-8a03-0daa-bef31dc9a51a-f768c4da, #w-node-c16da03c-bd3d-cde8-c118-07e2f84fadb5-f768c4da, #w-node-d6d994de-e646-effe-6795-380fab2262a7-f768c4da, #w-node-_73a7cb2f-3cb0-d051-4c93-4786a03517f2-f768c4da, #w-node-_1a029315-1706-e7e5-dc5c-59a0bd926370-f768c4da, #w-node-_0b7235ae-9304-4a31-5fa8-bbe0f4b695c2-f768c4da, #w-node-fe21f0a3-fb07-cba2-509f-60831f0e0525-f768c4da, #w-node-d0e0b32e-798f-dbc6-4a6f-3d9c6cf7a2b6-f768c4da, #w-node-_21d1b203-32f5-690c-dd3d-1577294deb14-f768c4da {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_99926201-ad10-e72c-da85-efdeeba5f07a-f768c4da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

#w-node-_99926201-ad10-e72c-da85-efdeeba5f0b5-f768c4da {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-_99926201-ad10-e72c-da85-efdeeba5f0e1-f768c4da, #w-node-_99926201-ad10-e72c-da85-efdeeba5f125-f768c4da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

#w-node-_99926201-ad10-e72c-da85-efdeeba5f14d-f768c4da {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-_99926201-ad10-e72c-da85-efdeeba5f179-f768c4da, #w-node-_99926201-ad10-e72c-da85-efdeeba5f1d8-f768c4da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

#w-node-_99926201-ad10-e72c-da85-efdeeba5f1fe-f768c4da {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-_338ec3eb-a589-25e0-940c-2df51a318598-f768c4db, #w-node-_0a17bdba-75a3-dad6-0ef9-ee331e82e890-f768c4db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_19cc17aa-8f58-e3f9-264a-3dda5a452571-f768c4dc, #w-node-_5e1db916-0db1-ef4d-e31d-6137f6c5162d-f768c4dc {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_5e1db916-0db1-ef4d-e31d-6137f6c5162d-f768c4dd, #w-node-_824151a6-589d-8da3-7622-2baef01f6f26-f768c4dd, #w-node-db9a4bc5-ba8e-000d-f3e7-67b86225aa79-f768c4dd {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_394c4a83-aeec-66fb-c73b-d9b25aeaab40-f768c4e5, #w-node-_8e566d9c-ee58-3c95-cffb-97d6fbd01c67-f768c4e5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8db06467-cd3c-8051-3e09-15b16f80456b-ee6931c2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_19cc17aa-8f58-e3f9-264a-3dda5a452571-7b6541e0, #w-node-_5e1db916-0db1-ef4d-e31d-6137f6c5162d-7b6541e0 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_5e1db916-0db1-ef4d-e31d-6137f6c5162d-5c5ae4be, #w-node-_824151a6-589d-8da3-7622-2baef01f6f26-5c5ae4be, #w-node-db9a4bc5-ba8e-000d-f3e7-67b86225aa79-5c5ae4be, #w-node-_5e1db916-0db1-ef4d-e31d-6137f6c5162d-df06e686, #w-node-_824151a6-589d-8da3-7622-2baef01f6f26-df06e686, #w-node-db9a4bc5-ba8e-000d-f3e7-67b86225aa79-df06e686 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_92a7d909-1164-fd8f-0228-062832f44a3b-f768c44e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_044bd989-96a5-2597-bc98-faa039aafdb2-f768c44e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_8d9d5c80-1c14-7370-d2cf-144779d00e08-f768c487 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_325138cb-5806-576a-6897-dc9a806d37fa-f768c487 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.75fr;
  }

  #w-node-_99926201-ad10-e72c-da85-efdeeba5f07a-f768c4da {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_99926201-ad10-e72c-da85-efdeeba5f0b5-f768c4da {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_99926201-ad10-e72c-da85-efdeeba5f0e1-f768c4da, #w-node-_99926201-ad10-e72c-da85-efdeeba5f125-f768c4da {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_99926201-ad10-e72c-da85-efdeeba5f14d-f768c4da {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_99926201-ad10-e72c-da85-efdeeba5f179-f768c4da, #w-node-_99926201-ad10-e72c-da85-efdeeba5f1d8-f768c4da {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_99926201-ad10-e72c-da85-efdeeba5f1fe-f768c4da {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c31e7854-9a16-fa0e-21d3-a3acd338872e-f768c44e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_92a7d909-1164-fd8f-0228-062832f44a3b-f768c44e, #w-node-_9941e741-be75-6f64-9839-a3a55e7aa435-f768c44e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_325138cb-5806-576a-6897-dc9a806d37fa-f768c487 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr;
  }

  #w-node-_047509ea-46f9-2ffe-054c-c7b5a22ff918-f768c487 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ab0e11d4-008f-ae79-19d8-ffc1b646bc01-f768c4a3, #w-node-_5f229d40-5a96-a697-c8b6-d4f2202b612b-f768c4c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_77a3c559-bac6-44f4-8780-7c966c35d02f-4b398baf {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5f229d40-5a96-a697-c8b6-d4f2202b612b-f768c4c6, #w-node-ab0e11d4-008f-ae79-19d8-ffc1b646bc01-f768c4d9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cecfdb92-3870-8a03-0daa-bef31dc9a51a-f768c4da, #w-node-c16da03c-bd3d-cde8-c118-07e2f84fadb5-f768c4da, #w-node-d6d994de-e646-effe-6795-380fab2262a7-f768c4da, #w-node-_73a7cb2f-3cb0-d051-4c93-4786a03517f2-f768c4da, #w-node-_1a029315-1706-e7e5-dc5c-59a0bd926370-f768c4da, #w-node-_0b7235ae-9304-4a31-5fa8-bbe0f4b695c2-f768c4da, #w-node-fe21f0a3-fb07-cba2-509f-60831f0e0525-f768c4da, #w-node-d0e0b32e-798f-dbc6-4a6f-3d9c6cf7a2b6-f768c4da, #w-node-_21d1b203-32f5-690c-dd3d-1577294deb14-f768c4da {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_92a7d909-1164-fd8f-0228-062832f44a3b-f768c44e, #w-node-_9941e741-be75-6f64-9839-a3a55e7aa435-f768c44e, #w-node-_9318159d-c8d3-d879-1a63-78a9b0201fb2-f768c44e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8d9d5c80-1c14-7370-d2cf-144779d00e08-f768c487 {
    display: grid;
  }

  #w-node-_6124e990-5419-c39c-ed8f-3c0b71643be2-f768c487 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_325138cb-5806-576a-6897-dc9a806d37fa-f768c487 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8db06467-cd3c-8051-3e09-15b16f80456b-f768c487 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ab0e11d4-008f-ae79-19d8-ffc1b646bc01-f768c4a3, #w-node-_5f229d40-5a96-a697-c8b6-d4f2202b612b-f768c4c5, #w-node-_5f229d40-5a96-a697-c8b6-d4f2202b612b-f768c4c6, #w-node-ab0e11d4-008f-ae79-19d8-ffc1b646bc01-f768c4d9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cecfdb92-3870-8a03-0daa-bef31dc9a51a-f768c4da {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_338ec3eb-a589-25e0-940c-2df51a318598-f768c4db, #w-node-_0a17bdba-75a3-dad6-0ef9-ee331e82e890-f768c4db {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_394c4a83-aeec-66fb-c73b-d9b25aeaab40-f768c4e5, #w-node-_8e566d9c-ee58-3c95-cffb-97d6fbd01c67-f768c4e5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8db06467-cd3c-8051-3e09-15b16f80456b-ee6931c2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}


