@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none; }

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px; }

body {
  background: #fff;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 150%; }

a {
  color: #000;
  text-decoration: none; }

a:hover {
  transition: all .3s ease; }
  @media (hover: hover) {
    a:hover:hover {
      opacity: .7;
      text-decoration: none; } }
  a:hover:active {
    opacity: .7;
    transition: none; }

ul li {
  list-style: none; }

img {
  vertical-align: middle; }

@media only screen and (max-width: 768px) {
  img {
    max-width: 100%; } }
/* Slider */
.slick-slider {
  box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  user-select: none; }

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0; }

.slick-track::before,
.slick-track::after {
  content: "";
  display: table; }

.slick-track::after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: slick;
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -40%);
  width: 60px; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none; }

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1; }

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25; }

.slick-prev::before,
.slick-next::before {
  cursor: pointer;
  height: 60px;
  transition: all 0.5s ease-out;
  width: 60px;
  z-index: 999; }

.slick-prev {
  left: -60px;
  z-index: 99; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: 25px; }

/* .slick-prev::before
{
    position: absolute;
    content: '';
    background: url(../../assests/images/prev.png) no-repeat center center;
    left: 0;
    top: 0;
}
.slick-prev:hover::before {
    background: url(../../assests/images/prev.png) no-repeat center center;
} */
[dir="rtl"] .slick-prev::before {
  content: "→"; }

.slick-next {
  right: -60px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

/* .slick-next::before
{
    position: absolute;
    content: '';
    background: url(../../assests/images/next.png) center center;
    top: 0;
    right: 0;
}
.slick-next:hover:before {
    background: url(../../assests/images/next.png) center center;
} */
[dir="rtl"] .slick-next::before {
  content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 10px; }

.slick-dots {
  bottom: -35px;
  display: block;
  left: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%); }

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px; }

.slick-dots li button {
  background: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  transition: all 0.5s ease-out;
  width: 20px; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  color: #279a10; }

.slick-dots li button::before {
  color: #000;
  content: "\2022";
  font-family: slick;
  font-size: 35px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px; }

.slick-dots li.slick-active button::before {
  color: #279a10; }

html {
  box-sizing: border-box;
  scroll-padding-top: 60px; }
  @media (min-width: 768px) {
    html {
      scroll-padding-top: 100px; } }

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

body {
  color: #2c333f;
  font-family: "proxima nova", "Proxima Nova", "A P-OTF Shuei KakuGo Gin StdN", "秀英角銀ゴシック", "游ゴシック体", yugothic, "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

.home_header {
  display: block;
  height: 60px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  @media (min-width: 768px) {
    .home_header {
      align-items: center;
      background-color: transparent;
      display: flex;
      height: 80px;
      padding: 0 64px;
      transition: all 1s cubic-bezier(0.19, 1, 0.3, 1);
      z-index: 100; } }

@media (min-width: 1024px) {
  .home_header--scrolled .home_header_logo {
    left: 64px;
    transform: translate(0, -50%); }
    .home_header--scrolled .home_header_logo img {
      height: 22px; } }

.home_header_logo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s cubic-bezier(0.19, 1, 0.3, 1); }
  .home_header_logo img {
    height: 28px;
    transition: height 1s ease; }
  @media (min-width: 768px) {
    .home_header_logo {
      left: 64px;
      transform: translateY(-50%); }
      .home_header_logo img {
        height: 22px; } }
  @media (min-width: 1024px) {
    .home_header_logo {
      left: 50%;
      transform: translate(-50%, -50%); }
      .home_header_logo img {
        height: 28px; } }

.home_entry_button {
  display: none; }
  @media (min-width: 768px) {
    .home_entry_button {
      background-color: #f7f7f7;
      border: 2px solid;
      border-image: linear-gradient(to right, #54ddf6, #a44efa) 1;
      color: #2c333f;
      display: block;
      font-size: 16px;
      font-weight: 500;
      margin-left: auto;
      overflow: hidden;
      padding: 8px 32px;
      position: relative;
      text-decoration: none;
      transition: 0.3s cubic-bezier(0.45, 0, 0.5, 1);
      z-index: 1; }
      .home_entry_button::before {
        background-image: linear-gradient(to right, #54ddf6, #a44efa);
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s cubic-bezier(0.45, 0, 0.5, 1);
        width: 100%;
        z-index: -1; }
      .home_entry_button:hover {
        color: #f7f7f7;
        opacity: 1; }
        .home_entry_button:hover::before {
          opacity: 1; } }

.home_bottom_button {
  bottom: 24px;
  box-shadow: 0px 4px 20px rgba(44, 51, 63, 0.3);
  display: block;
  position: fixed;
  right: 20px;
  width: 50%;
  z-index: 1000; }
  @media (min-width: 768px) {
    .home_bottom_button {
      display: none; } }

.home_button-sp {
  background-image: linear-gradient(to right, #54ddf6, #a44efa);
  color: #f7f7f7;
  display: block;
  font-feature-settings: "palt";
  font-weight: 500;
  overflow: hidden;
  padding: 16px 0;
  position: relative;
  text-align: center;
  text-decoration: none; }
  .home_button-sp::before {
    animation: shine-slide 5s infinite;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100%;
    left: -100%;
    mix-blend-mode: soft-light;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 100%; }

@keyframes shine-slide {
  0% {
    left: -100%; }
  15% {
    left: 100%; }
  100% {
    left: 100%; } }
.home_footer {
  background-color: #f7f7f7;
  padding-block: 120px; }

.home_footer_divider {
  border-top: 1px solid #2c333f;
  margin-bottom: 32px;
  width: 100%; }

.home_footer_nav {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  gap: 16px;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .home_footer_nav {
      flex-direction: row;
      gap: 32px;
      justify-content: center;
      margin-bottom: 64px; } }

.home_footer_nav a {
  color: #2c333f;
  font-size: 12px;
  text-decoration: underline #2c333f; }
  @media (min-width: 768px) {
    .home_footer_nav a {
      font-size: 16px; } }

.home_footer_content {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .home_footer_content {
      margin-bottom: 64px; } }

.home_footer_logo {
  margin-bottom: 24px;
  width: 200px; }
  @media (min-width: 768px) {
    .home_footer_logo {
      width: 240px; } }

.home_footer_address {
  font-size: 12px;
  text-align: left; }

.home_footer_back-to-top {
  background-color: #2c333f;
  display: block;
  flex-shrink: 0;
  height: 40px;
  text-align: center;
  text-decoration: none;
  width: 40px; }

.home_footer_arrow-up {
  height: 40px;
  width: 40px; }

.home_footer-copyright {
  font-size: 10px;
  font-weight: 200;
  text-align: center; }

/* ===================================================================
  セクションの共通ラッパー（Top専用）
=================================================================== */
.home_section {
  background-color: #f7f7f7;
  overflow-x: hidden;
  padding-block: 64px; }
  .home_section--dark-blue {
    background-color: #2c333f;
    color: #f7f7f7;
    padding-block: 64px; }
    @media (min-width: 768px) {
      .home_section--dark-blue {
        padding-block: 120px; } }
    .home_section--dark-blue .home_section_title-container::before {
      border-left: 2px solid #f7f7f7;
      border-right: 1px solid #f7f7f7; }
      @media (min-width: 768px) {
        .home_section--dark-blue .home_section_title-container::before {
          border-left: 4px solid #f7f7f7;
          border-right: 1px solid #f7f7f7; } }
    .home_section--dark-blue .home_section_title {
      color: #f7f7f7; }
  @media (min-width: 768px) {
    .home_section {
      padding-block: 120px; } }

.home_section_inner {
  padding-inline: 24px;
  width: 100%; }
  @media (min-width: 768px) {
    .home_section_inner {
      margin-inline: auto;
      max-width: 900px; } }

.home_section_title-container {
  margin-bottom: 24px;
  position: relative; }
  .home_section_title-container::before {
    border-left: 2px solid #2c333f;
    border-right: 1px solid #2c333f;
    bottom: 0;
    content: "";
    height: 120%;
    position: absolute;
    width: 4px; }
  @media (min-width: 768px) {
    .home_section_title-container {
      margin-bottom: 64px; }
      .home_section_title-container::before {
        border-left: 4px solid #2c333f;
        border-right: 2px solid #2c333f;
        height: 144%;
        width: 8px; } }

.home_section_title {
  display: flex;
  flex-direction: column;
  font-size: 32px;
  font-weight: 500;
  gap: 12px;
  line-height: 1;
  margin-left: 16px; }
  @media (min-width: 768px) {
    .home_section_title {
      font-size: 48px;
      gap: 32px;
      line-height: .7;
      margin-left: 32px;
      padding-bottom: 4px; } }

.home_section_subtitle {
  font-size: 16px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .home_section_subtitle {
      font-size: 20px; } }

.home_carousel_container {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: 32px;
  overflow: hidden;
  position: relative;
  width: 100vw; }

.home_about_container {
  font-size: 12px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .home_about_container {
      font-size: 16px;
      line-height: 2; } }

.home_about_text:not(:first-child) {
  margin-top: 24px; }

/* FVレイアウト */
.home_fv {
  display: flex;
  flex-direction: column-reverse;
  height: 100vh;
  height: 100dvh;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .home_fv {
      flex-direction: row; } }

/* 左側：スクロールエリア */
.home_fv_left {
  height: 33.33vh;
  overflow: hidden;
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .home_fv_left {
      height: 100%;
      width: 33%; } }

.home_fv_scroll-container {
  display: flex;
  flex-direction: row;
  height: 100%; }
  @media (min-width: 1024px) {
    .home_fv_scroll-container {
      flex-direction: column;
      margin-left: -1px; } }

.home_fv_person-list {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  width: max-content; }
  .home_fv_person-list.is-animating {
    animation: scroll-left 35s linear infinite; }
    @media (min-width: 768px) {
      .home_fv_person-list.is-animating {
        animation: scroll-left 6s linear infinite; } }
  @media (min-width: 1024px) {
    .home_fv_person-list {
      flex-direction: column;
      width: 100%; }
      .home_fv_person-list.is-animating {
        animation: scroll-up 30s linear infinite; } }

.home_fv_person-item {
  bottom: 0;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  height: 33.33vh;
  width: 85vw; }
  @media (min-width: 768px) {
    .home_fv_person-item {
      height: 40vh;
      width: 55%; } }
  @media (min-width: 1024px) {
    .home_fv_person-item {
      height: 33.33vh;
      width: 100%; }
      .home_fv_person-item:nth-child(even) {
        flex-direction: row-reverse; } }

.home_fv_person-image {
  flex: 1;
  height: 100%;
  line-height: 0; }
  .home_fv_person-image img {
    display: block;
    height: 100%;
    margin-left: -1px;
    margin-top: -1px;
    object-fit: cover;
    width: 100%; }
    @media (min-width: 1024px) {
      .home_fv_person-image img {
        margin-left: 0;
        margin-top: 0; } }

.home_fv_person-info {
  background-color: #2c333f;
  bottom: 0;
  color: #f7f7f7;
  display: flex;
  flex-direction: row-reverse;
  height: 33.33vh;
  justify-content: center;
  margin-left: -90px;
  padding: 24px 24px 0 0;
  position: relative;
  width: 80px; }
  @media (min-width: 768px) {
    .home_fv_person-info {
      height: 40vh; } }
  @media (min-width: 1024px) {
    .home_fv_person-info {
      height: 100%;
      margin-left: -1px;
      margin-right: -1px;
      padding: 24px 0;
      z-index: 1; } }
  .home_fv_person-info p {
    line-height: 1.8;
    white-space: nowrap;
    writing-mode: vertical-rl; }

.home_fv_company {
  font-size: 10px; }

/* 右側：コピーエリア */
.home_fv_right {
  align-items: center;
  background-color: #f7f7f7;
  display: flex;
  flex: 1;
  height: 70%;
  justify-content: center;
  width: 100%; }
  @media (min-width: 1024px) {
    .home_fv_right {
      height: 100%;
      order: 2;
      width: 67%; } }

.home_fv_copy {
  font-feature-settings: "palt";
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: left; }
  @media (min-width: 768px) {
    .home_fv_copy {
      font-size: 48px; } }
  @media (min-width: 1024px) {
    .home_fv_copy {
      font-size: 48px; } }

@keyframes scroll-up {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-50%); } }
@keyframes scroll-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
#home_frm-contact,
#home_frm-contact * {
  box-sizing: border-box; }
  #home_frm-contact::before, #home_frm-contact::after,
  #home_frm-contact *::before,
  #home_frm-contact *::after {
    box-sizing: border-box; }

#home_frm-contact button,
#home_frm-contact input,
#home_frm-contact textarea,
#home_frm-contact select {
  font-family: inherit; }
#home_frm-contact input[type="date"].form-control,
#home_frm-contact input[type="time"].form-control,
#home_frm-contact input[type="datetime-local"].form-control,
#home_frm-contact input[type="month"].form-control {
  line-height: initial; }
#home_frm-contact input[type="date"],
#home_frm-contact input[type="month"],
#home_frm-contact input[type="text"],
#home_frm-contact input[type="password"],
#home_frm-contact input[type="button"],
#home_frm-contact input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
#home_frm-contact button,
#home_frm-contact input:focus,
#home_frm-contact input[type="month"],
#home_frm-contact input[type="text"],
#home_frm-contact input[type="password"],
#home_frm-contact select,
#home_frm-contact textarea {
  outline: 0; }
#home_frm-contact .home_form-wrap {
  display: block; }
  @media (min-width: 768px) {
    #home_frm-contact .home_form-wrap {
      margin-bottom: 40px; } }
#home_frm-contact .home_form-block {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (min-width: 768px) {
    #home_frm-contact .home_form-block {
      width: 60%; } }
#home_frm-contact .home_form-group {
  margin-bottom: 20px; }
  #home_frm-contact .home_form-group::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; }
#home_frm-contact .home_form-others {
  margin-top: 40px; }
#home_frm-contact .home_form-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0.45rem;
  padding-left: 10px;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    #home_frm-contact .home_form-label {
      font-size: 16px; } }
  #home_frm-contact .home_form-label::after {
    background-color: #29486d;
    color: #f7f7f7;
    content: "必須";
    font-size: 10px;
    font-weight: 500;
    line-height: 1.8;
    margin-left: 8px;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 30px; }
#home_frm-contact .home_form-description {
  color: #f73239;
  display: block;
  float: left;
  margin-bottom: 4px;
  margin-top: 2px; }
  #home_frm-contact .home_form-description.col4 {
    padding-left: 10px; }
#home_frm-contact .home_form-select {
  position: relative; }
  #home_frm-contact .home_form-select::after {
    background: url("../img/form/arrow.png") 0 0 no-repeat;
    background-size: 20px;
    content: " ";
    display: block;
    height: 30px;
    margin-top: -10px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 30px; }
#home_frm-contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  text-indent: 0.01px;
  text-overflow: ""; }
  #home_frm-contact select::-ms-expand {
    display: none; }
#home_frm-contact .home_form-control {
  background-clip: padding-box;
  background-image: none;
  border: 1px solid #999;
  border-radius: 0;
  display: block;
  font-size: 12px;
  line-height: 1.2;
  outline: none;
  padding: 0.8em;
  resize: vertical;
  width: 100%; }
  @media (min-width: 768px) {
    #home_frm-contact .home_form-control {
      font-size: 16px;
      padding: 1em; } }
  #home_frm-contact .home_form-control:focus {
    background-color: #0082ca0d;
    border-color: #555;
    box-shadow: none !important;
    color: #555; }
#home_frm-contact .home_form-alert .home_form-description {
  color: #f73239;
  float: none; }
#home_frm-contact .home_form-alert .home_form-control:focus {
  border: 1px solid shade(#f73239, 20%); }
#home_frm-contact .home_form-onethird-class {
  align-items: center;
  display: flex;
  justify-content: space-between; }
#home_frm-contact .home_form-graduation-year {
  padding-top: 15px; }
#home_frm-contact .home_form_radios {
  margin: 4px 0 0 10px; }
#home_frm-contact .home_actions {
  display: flex;
  justify-content: center; }
#home_frm-contact .home_col2, #home_frm-contact .home_col3 {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }
#home_frm-contact .home_col2 {
  width: 100%; }
  @media (min-width: 768px) {
    #home_frm-contact .home_col2 {
      width: 50%; } }
#home_frm-contact .home_col3 {
  width: 27%; }
#home_frm-contact .home_col {
  -webkit-box-flex: 1;
  flex-basis: 0;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
  max-width: 100%;
  padding: 0 10px; }
#home_frm-contact .home_form_radios input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none; }
  #home_frm-contact .home_form_radios input[type="radio"] + label {
    cursor: pointer;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 20px;
    padding-left: 24px;
    position: relative; }
    @media (min-width: 768px) {
      #home_frm-contact .home_form_radios input[type="radio"] + label {
        display: inline-block;
        font-size: 16px; } }
    #home_frm-contact .home_form_radios input[type="radio"] + label::before {
      background: #f7f7f7;
      border: 4px solid rgba(44, 51, 63, 0.2);
      border-radius: 50px;
      content: "";
      height: 18px;
      left: 0;
      margin-top: -9px;
      position: absolute;
      top: 50%;
      transition: all 225ms cubic-bezier(0.4, 0, 0.2, 1);
      width: 18px; }
  #home_frm-contact .home_form_radios input[type="radio"]:checked + label::before {
    border: 4px solid #385af2; }
#home_frm-contact .home_consultation_radios input[type="radio"] + label
+ label {
  display: block; }
  #home_frm-contact .home_consultation_radios input[type="radio"] + label
  + label:last-of-type {
    margin-bottom: 0; }
#home_frm-contact .home_form-group input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0; }
  #home_frm-contact .home_form-group input[type="checkbox"] + label {
    cursor: pointer;
    display: inline-block;
    line-height: 1.6;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 12px;
    position: relative; }
    #home_frm-contact .home_form-group input[type="checkbox"] + label::before {
      background: #fff;
      border: 4px solid rgba(44, 51, 63, 0.2);
      border-radius: 2px;
      content: "";
      height: 18px;
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: all 225ms cubic-bezier(0.4, 0, 0.2, 1);
      width: 18px; }
  #home_frm-contact .home_form-group input[type="checkbox"]:checked + label::before {
    background: 0 0;
    border-bottom: 3px solid #385af2;
    border-left: none;
    border-radius: 0;
    border-right: 3px solid #385af2;
    border-top: none;
    height: 15px;
    transform: translate(4px, -10px) rotate(45deg);
    width: 8px; }
#home_frm-contact .home_check-agree {
  margin: 0 auto 2em;
  max-width: 940px;
  text-align: center; }
  #home_frm-contact .home_check-agree div {
    margin-left: auto;
    margin-right: auto;
    max-width: 380px; }
#home_frm-contact .home_services_agree {
  font-size: 12px;
  margin: 48px auto 2px;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    #home_frm-contact .home_services_agree {
      font-size: 16px;
      width: 50%; } }
#home_frm-contact .home_terms-agree {
  margin: 16px auto 8px; }
  #home_frm-contact .home_terms-agree input[type="checkbox"] + label {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    position: relative; }
    @media (min-width: 768px) {
      #home_frm-contact .home_terms-agree input[type="checkbox"] + label {
        font-size: 16px; } }
#home_frm-contact .home_form-checkbox {
  cursor: pointer; }
#home_frm-contact .home_help {
  background-color: #222;
  border-color: #222;
  border-radius: 100%;
  color: #fff;
  margin-left: 10px; }
#home_frm-contact #loading {
  background-color: transparent;
  border-radius: 15px;
  left: 50%;
  margin: -68px 0 0 -68px;
  opacity: 0.5;
  padding: 20px;
  position: fixed;
  top: 50%;
  z-index: 3000; }
#home_frm-contact .home_form_container {
  background-color: #f7f7f7;
  color: #2c333f;
  padding: 32px 8px; }
  @media (min-width: 768px) {
    #home_frm-contact .home_form_container {
      max-width: 900px;
      padding: 64px 0; } }
#home_frm-contact .home_form_top-text {
  margin-bottom: 32px;
  margin-left: 24px;
  padding-right: 10px; }
  #home_frm-contact .home_form_top-text li {
    font-size: 12px;
    list-style: circle; }
    @media (min-width: 768px) {
      #home_frm-contact .home_form_top-text li {
        font-size: 16px; } }
#home_frm-contact .home_cont-txt02 {
  color: #2c333f; }
  #home_frm-contact .home_cont-txt02 a {
    color: #29486d;
    font-weight: 500;
    text-decoration: underline; }
#home_frm-contact .home_cv-button {
  background-color: #f7f7f7;
  border: 2px solid;
  border-image: linear-gradient(to right, #54ddf6, #a44efa) 1;
  color: #2c333f;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  padding: 8px 64px;
  position: relative;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 1; }
  #home_frm-contact .home_cv-button::before {
    background-image: linear-gradient(to right, #54ddf6, #a44efa);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    width: 100%;
    z-index: -1; }
  #home_frm-contact .home_cv-button:hover {
    color: #f7f7f7; }
    #home_frm-contact .home_cv-button:hover::before {
      opacity: 1; }

.home_message_container {
  align-items: center;
  display: flex;
  flex-flow: column-reverse;
  gap: 16px; }
  @media (min-width: 768px) {
    .home_message_container {
      flex-flow: row;
      gap: 64px; } }

.home_message_imagebox {
  display: flex; }
  @media (min-width: 768px) {
    .home_message_imagebox {
      position: relative;
      width: 40%; } }

.home_message_image {
  display: block;
  max-width: 40%; }
  @media (min-width: 768px) {
    .home_message_image {
      max-width: 100%; } }

.home_message_image-textbox {
  background-color: rgba(44, 51, 63, 0.8);
  color: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 8px;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .home_message_image-textbox {
      bottom: 0;
      padding: 24px 0 8px 8px;
      position: absolute;
      width: 100%; } }

.home_message_imagetext-post {
  font-size: 12px; }
  @media (min-width: 768px) {
    .home_message_imagetext-post {
      margin-bottom: 4px; } }

@media (min-width: 768px) {
  .home_message_imagetext-name {
    font-size: 20px; } }

.home_message_imagetext-eng {
  font-size: 10px;
  font-weight: 200;
  margin-left: 4px; }
  @media (min-width: 768px) {
    .home_message_imagetext-eng {
      font-size: 12px; } }

@media (min-width: 768px) {
  .home_message_textbox {
    width: 60%; } }

.home_message_text {
  font-size: 12px;
  font-weight: 500;
  margin-top: 16px;
  text-align: justify; }
  @media (min-width: 768px) {
    .home_message_text {
      font-size: 16px;
      line-height: 1.8; } }

.home_network_logo-list {
  display: grid;
  gap: 16px;
  max-width: 100%;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  padding: 0; }
  @media (min-width: 768px) {
    .home_network_logo-list {
      gap: 24px;
      grid-template-columns: repeat(5, minmax(0, 1fr)); } }

.home_network_logo {
  align-items: center;
  aspect-ratio: 16 / 9;
  background-color: #fff;
  display: flex;
  justify-content: center;
  min-width: 0; }
  .home_network_logo img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain; }

.home_keyperson_swiper {
  padding-top: 24px;
  width: 100%; }

.home_keyperson_list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  transition-timing-function: ease-out; }
  .home_keyperson_list.js-slick-carousel {
    justify-content: start; }

.home_keyperson_item {
  flex-shrink: 0;
  height: auto !important;
  margin-left: 24px;
  padding-bottom: 24px;
  width: 300px !important; }
  @media (min-width: 768px) {
    .home_keyperson_item {
      margin-left: 32px;
      width: 360px !important; } }

.home_keyperson_card {
  background-color: #f7f7f7;
  box-shadow: 0px 4px 20px rgba(44, 51, 63, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%; }

.home_keyperson_visual {
  display: flex;
  flex-shrink: 0;
  height: 200px;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .home_keyperson_visual {
      height: 240px; } }

.home_keyperson_image {
  flex: 1;
  min-width: 0;
  overflow: hidden; }
  .home_keyperson_image img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
    width: 100%; }

.home_keyperson_info {
  background-color: #2c333f;
  color: #f7f7f7;
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 0;
  justify-content: center;
  min-width: 70px;
  overflow-wrap: break-word;
  padding: 16px 8px;
  word-break: break-all; }
  .home_keyperson_info p {
    font-size: 10px;
    margin: 0;
    writing-mode: vertical-rl; }

.home_keyperson_body {
  background-color: #f7f7f7;
  display: flex;
  flex: 1;
  min-height: 132px;
  padding: 16px; }
  @media (min-width: 768px) {
    .home_keyperson_body {
      min-height: 132px; } }

.home_keyperson_text {
  font-size: 10px;
  text-align: justify; }
  @media (min-width: 768px) {
    .home_keyperson_text {
      font-size: 12px; } }

.home_swiper-pagination {
  bottom: 0;
  display: flex;
  gap: 8px;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10; }
  .home_swiper-pagination-bullet {
    background: rgba(44, 51, 63, 0.8);
    border-radius: 50%;
    cursor: pointer;
    height: 8px;
    opacity: 0.4;
    transition: all 0.3s;
    width: 8px; }
    .home_swiper-pagination-bullet-active {
      background: #29486d;
      opacity: 1;
      transform: scale(1.2); }

.home_voice_swiper {
  padding: 24px 0 32px;
  width: 100%; }

.home_voice_list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  transition-timing-function: ease-out; }
  .home_voice_list.js-slick-carousel {
    justify-content: start; }

.home_voice_item {
  display: flex !important;
  flex-shrink: 0;
  height: auto;
  margin-left: 24px;
  width: 300px !important; }
  @media (min-width: 768px) {
    .home_voice_item {
      margin-left: 32px;
      width: 360px !important; } }

.home_voice_card {
  background-color: #f7f7f7;
  box-shadow: 0px 4px 20px rgba(44, 51, 63, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  width: 100%; }

.home_voice_visual {
  display: flex;
  flex-shrink: 0;
  height: 200px; }
  @media (min-width: 768px) {
    .home_voice_visual {
      height: 240px; } }

.home_voice_image {
  flex: 1;
  overflow: hidden; }
  .home_voice_image img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
    width: 100%; }

.home_voice_name {
  font-size: 10px;
  padding: 4px 16px; }
  @media (min-width: 768px) {
    .home_voice_name {
      font-size: 12px; } }

.home_voice_body {
  background-color: #2c333f;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 132px;
  padding: 16px; }
  @media (min-width: 768px) {
    .home_voice_body {
      min-height: 132px; } }

.home_voice_text {
  color: #f7f7f7;
  font-size: 10px;
  text-align: justify; }
  @media (min-width: 768px) {
    .home_voice_text {
      font-size: 12px; } }

.home_style {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 64px; }
  @media (min-width: 768px) {
    .home_style {
      flex-direction: row;
      gap: 64px; } }

.home_style_image {
  max-width: 60%; }
  @media (min-width: 768px) {
    .home_style_image {
      max-width: 40%; } }

.home_style_image-iceberg {
  width: 100%; }

.home_style_approach-lead {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .home_style_approach-lead {
      font-size: 20px;
      margin-bottom: 24px; } }

.home_style_approach-text {
  font-size: 12px;
  margin-top: 16px; }
  @media (min-width: 768px) {
    .home_style_approach-text {
      font-size: 16px; } }

.home_style_flow-heading {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .home_style_flow-heading {
      font-size: 24px;
      margin-bottom: 32px; } }

.home_style_flow-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.home_style_flow-item {
  align-items: stretch;
  background-color: #f7f7f7;
  box-shadow: 0px 4px 20px rgba(44, 51, 63, 0.1);
  display: flex;
  gap: 16px;
  margin-bottom: 64px;
  overflow: visible;
  padding: 16px;
  position: relative; }
  .home_style_flow-item:not(:last-child)::after {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 18px solid #2c333f;
    bottom: -40px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    width: 0;
    z-index: 10; }
  @media (min-width: 768px) {
    .home_style_flow-item {
      gap: 32px;
      padding: 24px 0; } }

.home_style_flow-number {
  align-items: center;
  background-color: #2c333f;
  color: #f7f7f7;
  display: flex;
  flex-shrink: 0;
  font-size: 32px;
  font-weight: 500;
  justify-content: center;
  margin: -16px 0 -16px -16px;
  width: 32px; }
  @media (min-width: 768px) {
    .home_style_flow-number {
      font-size: 48px;
      margin: -24px 0;
      width: 64px; } }

.home_style_flow-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .home_style_flow-title {
      font-size: 20px;
      margin-bottom: 16px; } }

.home_style_flow-description {
  font-size: 12px; }

.home_features_list {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  @media (min-width: 768px) {
    .home_features_list {
      flex-direction: row; } }

.home_features_card {
  background-color: #f7f7f7;
  box-shadow: 0px 4px 20px rgba(44, 51, 63, 0.1);
  padding: 16px; }
  @media (min-width: 768px) {
    .home_features_card {
      flex: 1 1 300px;
      padding: 32px;
      text-align: center; } }

.home_features_card-title {
  background-color: #2c333f;
  color: #f7f7f7;
  font-weight: 500;
  margin: -16px -16px 0;
  padding: 8px 16px; }
  @media (min-width: 768px) {
    .home_features_card-title {
      margin: -32px -32px 0;
      padding: 16px; } }

.home_features_card-number {
  font-size: 32px;
  font-weight: 500;
  margin: 16px 0 8px; }
  @media (min-width: 768px) {
    .home_features_card-number {
      font-size: 48px;
      margin: 16px 0; } }

.home_features_card-unit {
  font-size: 16px;
  margin-left: 4px; }
  @media (min-width: 768px) {
    .home_features_card-unit {
      display: block;
      margin-left: 0;
      margin-top: -16px; } }

.home_features_card-text {
  border-top: 1px solid #2c333f;
  font-size: 12px;
  padding-top: 8px; }
  @media (min-width: 768px) {
    .home_features_card-text {
      padding-top: 16px; } }

.home_features_logo-container {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 32px 0 24px; }
  @media (min-width: 768px) {
    .home_features_logo-container {
      gap: 32px;
      margin: 64px 0 24px; } }

.home_features_logo-item {
  align-items: center;
  display: flex;
  justify-content: center; }
  .home_features_logo-item img {
    display: block;
    max-height: 40px;
    transition: opacity 0.3s;
    width: auto; }

.home_features_listed {
  font-size: 10px;
  text-align: center; }
  @media (min-width: 768px) {
    .home_features_listed {
      font-size: 12px; } }
