@charset "UTF-8";
/* //////////////////////////////////////
- reset
////////////////////////////////////// */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
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,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

ul,
ol {
  list-style: none;
  list-style-position: inside;
}

blockquote,
q {
  quotes: none;
}

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

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
  border-radius: 0;
  border: 0;
  outline: none;
}

[type=submit],
[type=reset],
[type=button],
button {
  border: 0;
  cursor: pointer;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
input[type=search],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

:root {
  --cBase: #FFFFFF;
  --cBlack: #222222;
  --cBase-rgb: 128, 112, 104;
  --cBase_bg: #00A0E9;
  --cHeroTitle: #CFFF31;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  color: var(--cBase);
  font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Sans", "Noto Sans JP", sans-serif;
  line-height: 2;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.latin {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  opacity: 0.75;
  cursor: pointer;
}

@media (hover: hover) {
  a.tap_telling {
    pointer-events: none;
  }
}

img {
  vertical-align: bottom;
}

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

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

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

.cAlert {
  color: #cf2e2e;
}

@media (hover: hover) {
  .taptel {
    pointer-events: none;
  }
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .p15 {
    padding: 0 15px;
  }
}
.font-bold {
  font-weight: bold;
}

.indent_txt {
  text-indent: -1em;
  padding-left: 1em;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb56 {
  margin-bottom: 56px;
}

.tracking-tight {
  letter-spacing: -0.05em;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.cf:before {
  content: "";
  display: block;
  clear: both;
}

.cf {
  display: block;
}

.header__trigger {
  z-index: -9999;
}

.btn01 {
  display: inline-flex;
  align-items: center;
  padding: 0.3em 1em;
  border: 1px solid var(--cBase);
  border-radius: 5em;
  background-color: #fff;
  transition: 0.2s;
}
.btn01--fullwidth {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.btn01--h50 {
  height: 50px;
  padding: 0.5em;
}
.btn01 > span {
  padding: 0 0.6em;
  font-size: 14px;
  color: var(--cBase);
  line-height: 1.5;
}
.btn01 > span > b {
  display: block;
  font-size: 12px;
}
.btn01--fontlg > span {
  font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .btn01--fontlg > span {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .btn01:hover {
    opacity: 0.75;
  }
}
.btn01--ico_article::after {
  content: "→";
  margin-top: -1px;
}
.btn01--ico_alter::before {
  content: url(../../img/common/ico-alter.svg);
  max-height: 20px;
  margin-top: -2px;
}
.btn01--ico_anju::before {
  content: url(../../img/common/ico-anju.svg);
  margin-top: 8px;
}
.btn01--ico_pdf::before {
  content: url(../../img/common/ico-pdf.svg);
  margin-top: -2px;
}
.btn01--arrow_circle_sm::after {
  content: "";
  display: inline-block;
  -webkit-mask-image: url("../../img/common/arrow_circle_md_ico.svg");
          mask-image: url("../../img/common/arrow_circle_md_ico.svg");
  background-color: var(--cBase);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  width: 20px;
  height: 20px;
  rotate: 90deg;
}
.btn01--arrow_circle_sm::after--white {
  background-color: #fff;
}
.btn01--arrow_circle_md::after {
  content: "";
  display: inline-block;
  -webkit-mask-image: url("../../img/common/arrow_circle_md_ico.svg");
          mask-image: url("../../img/common/arrow_circle_md_ico.svg");
  background-color: var(--cBase);
  width: 30px;
  height: 30px;
}
.btn01--arrow_circle_md::after--white {
  background-color: #fff;
}

.arrow_circle_md {
  display: inline-block;
  -webkit-mask-image: url("../../img/common/arrow_circle_md_ico.svg");
          mask-image: url("../../img/common/arrow_circle_md_ico.svg");
  background-color: var(--cBase);
  width: 30px;
  height: 30px;
}
.arrow_circle_md--white {
  background-color: #fff;
}

.cms_post_content {
  padding-bottom: 1.6em;
  line-height: 1.8;
}
.cms_post_content h1 {
  font-size: 1.8em;
  margin: 0 0 1em;
  padding: 0;
  height: auto;
}
.cms_post_content h1::before, .cms_post_content h1::after {
  display: none;
}
.cms_post_content h2 {
  font-size: 1.5em;
  margin: 2em 0 1em;
}
.cms_post_content .wp-element-caption {
  font-size: 0.8em;
  text-align: center;
}
.cms_post_content p,
.cms_post_content ul,
.cms_post_content ol {
  margin-bottom: 2em;
}
.cms_post_content p {
  line-height: 1.8;
}
.cms_post_content strong {
  font-weight: bold;
}
.cms_post_content sup {
  font-size: 80%;
  position: relative;
  top: -0.4em;
}
.cms_post_content sub {
  font-size: 80%;
  position: relative;
  bottom: -0.2em;
}
.cms_post_content .has-x-large-font-size {
  font-size: 42px;
}
.cms_post_content .has-large-font-size {
  font-size: 36px;
}
.cms_post_content .has-medium-font-size {
  font-size: 20px;
}
.cms_post_content .has-small-font-size {
  font-size: 13px;
}
.cms_post_content .has-black-color {
  color: #000;
}
.cms_post_content .has-black-background-color {
  background-color: #000;
}
.cms_post_content .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
.cms_post_content .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
.cms_post_content .has-white-color {
  color: #fff;
}
.cms_post_content .has-white-background-color {
  background-color: #fff;
}
.cms_post_content .has-pale-pink-color {
  color: #f78da7;
}
.cms_post_content .has-pale-pink-background-color {
  background-color: #f78da7;
}
.cms_post_content .has-vivid-red-color {
  color: #cf2e2e;
}
.cms_post_content .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
.cms_post_content .has-luminous-vivid-orange-color {
  color: #ff6900;
}
.cms_post_content .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
.cms_post_content .has-luminous-vivid-amber-color {
  color: #fcb900;
}
.cms_post_content .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
.cms_post_content .has-light-green-cyan-color {
  color: #7bdcb5;
}
.cms_post_content .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
.cms_post_content .has-vivid-green-cyan-color {
  color: #00d084;
}
.cms_post_content .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
.cms_post_content .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
.cms_post_content .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
.cms_post_content .has-vivid-cyan-blue-color {
  color: #0693e3;
}
.cms_post_content .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
.cms_post_content .has-vivid-purple-color {
  color: #9b51e0;
}
.cms_post_content .has-vivid-purple-background-color {
  background-color: #9b51e0;
}
.cms_post_content .is-type-video {
  margin: auto;
  text-align: center;
}
.cms_post_content .is-type-video .wp-block-embed__wrapper {
  max-width: 700px;
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;
}
.cms_post_content .is-type-video iframe {
  width: 100%;
  height: 100%;
}
.cms_post_content a {
  color: #558380;
  text-decoration: underline;
}
.cms_post_content .blog-detail__image img {
  width: 100%;
}
.cms_post_content .page_navi_area .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms_post_content .page_navi_area span,
.cms_post_content .page_navi_area a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #558380;
  border-radius: 50px;
  color: #558380;
  line-height: 1;
  width: 42px;
  height: 42px;
  margin: 0 4px;
}
.cms_post_content .page_navi_area span {
  border: 1px solid #558380;
  background-color: #fff;
  font-weight: normal;
}
.cms_post_content .page_navi_area span.current {
  border: 1px solid #558380;
  background-color: #fff;
  font-weight: normal;
}
.cms_post_content .page_navi_area a {
  border: 1px solid #d9e8e3;
  background-color: #d9e8e3;
}
.cms_post_content .page_navi_area a:hover {
  border: 1px solid #558380;
}

a.wp-block-file__button {
  padding: 0.5em 1em;
  color: #fff;
  text-decoration: none;
}

.hover-effect {
  transition: all 0.3s ease;
}
.hover-effect:hover {
  transition: 0.3s;
  opacity: 0.7;
  transform: translate(0, -1px);
}

.w900 {
  max-width: 900px;
  margin: 0 auto;
}

.w1080 {
  max-width: 1080px;
  margin: 0 auto;
}

.w1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.common_bg {
  background: linear-gradient(180deg, rgb(0, 160, 233) 43%, rgb(0, 125, 233) 43%);
  position: relative;
}

.common_bg_gradation {
  width: 100%;
  height: 26.042vw;
  top: 43.1%;
  transform: translateY(-100%);
  position: absolute;
  background: linear-gradient(rgba(0, 125, 233, 0) 0%, #007de9 100%);
}
@media screen and (max-width: 768px) {
  .common_bg_gradation {
    height: 42.6vw;
  }
}

.common_hover_zoom {
  overflow: hidden;
}
.common_hover_zoom img {
  transition: all 0.5s;
}
.common_hover_zoom img:hover {
  transform: scale(1.2, 1.2);
}

.common_more_hover p {
  transition: all 0.3s;
}
.common_more_hover .more_arrow_hover {
  display: none;
}
.common_more_hover:hover {
  background-color: #CFFF31 !important;
  opacity: 1;
}
.common_more_hover:hover p {
  color: #02A0E9;
}
.common_more_hover:hover .more_arrow_hover {
  display: block;
}
.common_more_hover:hover .more_arrow {
  display: none;
}

.nav_active {
  overflow: hidden;
}

.header_content {
  width: 100%;
  top: 0;
}
.header_content .header__inner {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding-left: 1.042vw;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .header_content .header__inner {
    padding-left: 4vw;
  }
}
.header_content .header__inner img {
  vertical-align: bottom;
}
.header_content .header__inner .header_logo {
  width: 17.656vw;
  margin-right: 1.042vw;
}
@media screen and (max-width: 768px) {
  .header_content .header__inner .header_logo {
    width: 25.6vw;
    margin-right: 0;
  }
}
.header_content .header__inner .header_logo img {
  width: 100%;
}
.header_content .header__inner .header_link_area {
  display: flex;
}
.header_content .header__inner .header_link_area .header_entry_btn {
  background: transparent;
  transition: all 0.5s;
  width: 15.625vw;
  height: 7.812vw;
  border-radius: 0px 0px 0px 0.417vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .header_content .header__inner .header_link_area .header_entry_btn:hover {
    opacity: 1;
  }
}
.header_content .header__inner .header_link_area .header_entry_btn .header_entry_btn_inner {
  height: 50%;
  transition: all 0.3s;
  border-radius: 0px 0px 0px 0.417vw;
  background: linear-gradient(to left, #d3ff41 0%, #6ce79e 40.89%, #00ceff 100%);
}
.header_content .header__inner .header_link_area .header_entry_btn .header_entry_btn_inner:hover {
  cursor: pointer;
}
.header_content .header__inner .header_link_area .header_entry_btn p {
  font-size: 0.833vw;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.906vw;
  border-radius: 0px 0px 0px 0.417vw;
  transition: all 0.5s;
  background: linear-gradient(to left, #d3ff41 0%, #6ce79e 40.89%, #00ceff 100%);
}
.header_content .header__inner .header_link_area .header_entry_btn a {
  display: none;
  font-weight: 600;
}
.header_content .header__inner .header_link_area .header_entry_btn a:first-of-type {
  border-right: 0.5px solid #fff;
}
.header_content .header__inner .header_link_area .header_entry_btn.header_entry_open {
  height: 7.812vw;
  border-radius: 0px 0px 0.417vw 0.417vw;
  background: linear-gradient(to left, #d3ff41 0%, #6ce79e 40.89%, #00ceff 100%);
}
.header_content .header__inner .header_link_area .header_entry_btn.header_entry_open .header_entry_btn_inner {
  height: 100%;
  border-radius: 0px 0px 0.417vw 0.417vw;
  background: linear-gradient(to left, #d3ff41 0%, #6ce79e 40.89%, #00ceff 100%);
}
.header_content .header__inner .header_link_area .header_entry_btn.header_entry_open .header_entry_btn_inner .header_entry_link {
  display: flex;
  height: 50%;
  border-top: 0.5px solid #fff;
}
.header_content .header__inner .header_link_area .header_entry_btn.header_entry_open .header_entry_btn_inner .header_entry_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  font-size: 0.833vw;
}
@media screen and (max-width: 768px) {
  .header_content .header__inner .header_link_area .header_entry_btn {
    width: 45.3vw;
    font-size: 2.66vw;
    height: 13.8vw;
    border-radius: 0px 0px 0px 8px;
    display: none;
  }
}
.header_content .header__inner .header_link_area .header_recruit_btn {
  width: 15.625vw;
  height: 3.906vw;
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  font-size: 0.83vw;
  letter-spacing: 0.052vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  color: var(--cBlack);
}
.header_content .header__inner .header_link_area .hamburger_icon {
  width: 3.906vw;
  height: 3.906vw;
  background-color: #00A0E9;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header_content .header__inner .header_link_area .hamburger_icon {
    width: 13.8vw;
    height: 13.8vw;
    border-radius: 0 0 0 8px;
  }
}
.header_content .header__inner .header_link_area .hamburger_icon:hover {
  cursor: pointer;
}
.header_content .header__inner .header_link_area .hamburger_icon span {
  width: 1.823vw;
  height: 0.104vw;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .header_content .header__inner .header_link_area .hamburger_icon span {
    width: 6.47vw;
    height: 0.37vw;
  }
}
.header_content .header__inner .header_link_area .hamburger_icon span:nth-of-type(1) {
  top: 1.198vw;
}
@media screen and (max-width: 768px) {
  .header_content .header__inner .header_link_area .hamburger_icon span:nth-of-type(1) {
    top: 4.24vw;
  }
}
.header_content .header__inner .header_link_area .hamburger_icon span:nth-of-type(2) {
  top: 1.927vw;
}
@media screen and (max-width: 768px) {
  .header_content .header__inner .header_link_area .hamburger_icon span:nth-of-type(2) {
    top: 6.85vw;
  }
}
.header_content .header__inner .header_link_area .hamburger_icon span:nth-of-type(3) {
  top: 2.656vw;
}
@media screen and (max-width: 768px) {
  .header_content .header__inner .header_link_area .hamburger_icon span:nth-of-type(3) {
    top: 9.44vw;
  }
}
.header_content .header_nav {
  background-color: #00A0E9;
  width: 100%;
  display: none;
  position: fixed;
  top: 3.906vw;
  padding: 8.229vw 0;
  overflow: auto;
  height: 100%;
  z-index: 98;
}
@media screen and (max-width: 768px) {
  .header_content .header_nav {
    padding: 0 15px 20px;
    top: 13.8vw;
  }
}
.header_content .header_nav .header_nav_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header_content .header_nav .header_nav_inner {
    align-items: flex-start;
  }
}
.header_content .header_nav .header_nav_inner .header_nav_list_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 73.438vw;
}
@media screen and (max-width: 768px) {
  .header_content .header_nav .header_nav_inner .header_nav_list_wrapper {
    flex-direction: column;
    max-width: none;
  }
}
.header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list:nth-of-type(2) {
  margin-left: -3.854vw;
}
@media screen and (max-width: 768px) {
  .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list:nth-of-type(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list:last-of-type {
    margin-bottom: 13.8vw;
  }
}
.header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item {
  margin-bottom: 3.646vw;
}
@media screen and (max-width: 768px) {
  .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item {
    margin-bottom: 0;
    border-bottom: 2px solid #22AEEF;
  }
}
.header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item:last-of-type {
  margin-bottom: 0;
}
.header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item .header_nav_item_title {
  margin-bottom: 1.146vw;
}
@media screen and (max-width: 768px) {
  .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item .header_nav_item_title {
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-bottom: 0;
    padding: 20px 0;
  }
  .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item .header_nav_item_title::before, .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item .header_nav_item_title::after {
    content: "";
    display: block;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-color: #C4FF00;
  }
  .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item .header_nav_item_title::before {
    width: 14px;
    height: 2px;
    right: 15px;
  }
  .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item .header_nav_item_title::after {
    width: 2px;
    height: 14px;
    right: 21px;
  }
}
.header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item .header_nav_item_title p:first-of-type {
  font-size: 2.5vw;
  font-weight: bold;
  font-family: "Rajdhani", sans-serif;
  line-height: 1;
  margin-bottom: 0.417vw;
}
@media screen and (max-width: 768px) {
  .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item .header_nav_item_title p:first-of-type {
    font-size: 32px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item .header_nav_item_title p:last-of-type {
  font-size: 1.042vw;
  font-weight: 600;
  color: #C4FF00;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item .header_nav_item_title p:last-of-type {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item .header_nav_sub_list {
  padding-left: 0.313vw;
}
@media screen and (max-width: 768px) {
  .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item .header_nav_sub_list {
    display: none;
  }
}
.header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item .header_nav_sub_list li {
  font-size: 0.938vw;
  font-weight: 600;
  margin-bottom: 0.313vw;
}
@media screen and (max-width: 768px) {
  .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item .header_nav_sub_list li {
    font-size: 14px;
  }
}
.header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item .header_nav_sub_list li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item.header_nav_open .header_nav_item_title {
    padding-bottom: 15px;
  }
  .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item.header_nav_open .header_nav_item_title::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item.header_nav_open .header_nav_sub_list {
    display: block;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item.no_menu .header_nav_item_title::before, .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_item.no_menu .header_nav_item_title::after {
    content: none;
  }
}
.header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_other {
  margin-top: 5.729vw;
  margin-bottom: 2.031vw;
}
@media screen and (max-width: 768px) {
  .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_other {
    margin-top: 20px;
    margin-bottom: 18px;
  }
}
.header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_other a {
  font-size: 0.938vw;
  font-weight: 600;
  margin-bottom: 0.313vw;
  display: block;
}
@media screen and (max-width: 768px) {
  .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_other a {
    font-size: 12px;
  }
}
.header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_other a:last-of-type {
  margin-bottom: 0;
}
.header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_other a span {
  position: relative;
}
.header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_other a span::after {
  content: "";
  display: block;
  right: -1.562vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.042vw;
  height: 0.833vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../../img/common/header/nav_link_icon.svg);
}
@media screen and (max-width: 768px) {
  .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .header_nav_other a span::after {
    width: 15px;
    height: 12px;
    right: -23px;
  }
}
.header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .nav_entry_btn_wrapper {
  display: flex;
}
.header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .nav_entry_btn_wrapper a:first-of-type {
  margin-right: 10px;
}
.header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .nav_entry_btn {
  width: 12vw;
  display: block;
  border-radius: 0.417vw;
  letter-spacing: 0.104vw;
  height: 4.042vw;
  background: linear-gradient(to left, #d3ff41 0%, #6ce79e 40.89%, #00ceff 100%);
}
.header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .nav_entry_btn:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .nav_entry_btn {
    width: 100%;
    height: 70px;
    border-radius: 8px;
    font-size: 14px;
  }
}
.header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .nav_entry_btn p {
  border-radius: 0.417vw;
  font-size: 1.042vw;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background: linear-gradient(to left, #d3ff41 0%, #6ce79e 40.89%, #00ceff 100%);
}
.header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .nav_entry_btn p:hover {
  background: #CFFF31;
  color: #02A0E9;
}
@media screen and (max-width: 768px) {
  .header_content .header_nav .header_nav_inner .header_nav_list_wrapper .header_nav_list .nav_entry_btn p {
    font-size: 14px;
    border-radius: 8px;
  }
}
.header_content.header_open .header__inner {
  background-color: #00A0E9;
  border-bottom: 2px solid #22AEEF;
}
.header_content.header_open .header__inner .header_link_area .header_entry_btn {
  display: none;
}
.header_content.header_open .header__inner .header_link_area .header_recruit_btn {
  display: none;
}
.header_content.header_open .header__inner .header_link_area .hamburger_icon span:nth-of-type(1) {
  transform: translateX(-50%) rotate(45deg);
  top: 50%;
  width: 2.396vw;
}
@media screen and (max-width: 768px) {
  .header_content.header_open .header__inner .header_link_area .hamburger_icon span:nth-of-type(1) {
    width: 8.5vw;
  }
}
.header_content.header_open .header__inner .header_link_area .hamburger_icon span:nth-of-type(2) {
  opacity: 0;
}
.header_content.header_open .header__inner .header_link_area .hamburger_icon span:nth-of-type(3) {
  top: 50%;
  width: 2.396vw;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .header_content.header_open .header__inner .header_link_area .hamburger_icon span:nth-of-type(3) {
    width: 8.5vw;
  }
}
.header_content.header_open .header_nav {
  display: block;
}

.footer {
  background-color: #00A0E9;
  padding: 3.333vw 0 1.667vw;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 30px 15px 15px;
  }
}
.footer .footer__inner {
  width: 100%;
  max-width: 74.896vw;
  margin: 0 auto 2.86vw;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner {
    flex-direction: column;
    margin-bottom: 38px;
    max-width: none;
  }
}
.footer .footer__inner .footer_logo_area {
  width: 21%;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .footer_logo_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
}
.footer .footer__inner .footer_logo_area .footer_logo {
  width: 100%;
  display: block;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .footer_logo_area .footer_logo {
    order: 1;
    width: 37.3vw;
    margin-bottom: 0;
  }
}
.footer .footer__inner .footer_logo_area .footer_logo img {
  width: 100%;
}
.footer .footer__inner .footer_logo_area .footer_link_other {
  margin-bottom: 2.917vw;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .footer_logo_area .footer_link_other {
    order: 3;
    display: flex;
    gap: 15.4vw;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.footer .footer__inner .footer_logo_area .footer_link_other a {
  font-size: 0.833vw;
  display: block;
  margin-bottom: 0.417vw;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .footer_logo_area .footer_link_other a {
    font-size: 12px;
  }
}
.footer .footer__inner .footer_logo_area .footer_link_other a span {
  position: relative;
}
.footer .footer__inner .footer_logo_area .footer_link_other a span::after {
  content: "";
  display: block;
  right: -1.562vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0.938vw;
  height: 0.729vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../../img/common/footer/footer_link_icon.svg);
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .footer_logo_area .footer_link_other a span::after {
    width: 16px;
    height: 12px;
    right: -26px;
  }
}
.footer .footer__inner .footer_logo_area .footer_entry_btn_wrapper a {
  margin-bottom: 0.938vw;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .footer_logo_area .footer_entry_btn_wrapper {
    order: 2;
  }
}
.footer .footer__inner .footer_logo_area .footer_entry_btn {
  width: 100%;
  display: block;
  border-radius: 0.417vw;
  letter-spacing: 0;
  height: 3.75vw;
  background: linear-gradient(to left, #d3ff41 0%, #6ce79e 40.89%, #00ceff 100%);
}
.footer .footer__inner .footer_logo_area .footer_entry_btn:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .footer_logo_area .footer_entry_btn {
    order: 2;
    width: 44vw;
    height: 15.4vw;
    font-size: 20px;
    border-radius: 8px;
  }
}
.footer .footer__inner .footer_logo_area .footer_entry_btn p {
  font-size: 1.25vw;
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  width: 100%;
  height: 100%;
  border-radius: 0.417vw;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left, #d3ff41 0%, #6ce79e 40.89%, #00ceff 100%);
}
.footer .footer__inner .footer_logo_area .footer_entry_btn p:hover {
  background: #CFFF31;
  color: #02A0E9;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .footer_logo_area .footer_entry_btn p {
    font-size: 20px;
    border-radius: 8px;
  }
}
.footer .footer__inner .footer_link_menu_area {
  width: 79%;
  display: flex;
  justify-content: right;
  padding-top: 0.417vw;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .footer_link_menu_area {
    width: 100%;
    justify-content: space-between;
  }
}
.footer .footer__inner .footer_link_menu_area .footer_link_menu {
  border-right: 2px solid #22AEEF;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .footer_link_menu_area .footer_link_menu {
    border-right: none;
  }
}
.footer .footer__inner .footer_link_menu_area .footer_link_menu .footer_link_item {
  margin-bottom: 1.823vw;
}
.footer .footer__inner .footer_link_menu_area .footer_link_menu .footer_link_item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .footer_link_menu_area .footer_link_menu .footer_link_item {
    margin-bottom: 20px;
  }
}
.footer .footer__inner .footer_link_menu_area .footer_link_menu .footer_link_item .footer_link_title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.729vw;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .footer_link_menu_area .footer_link_menu .footer_link_item .footer_link_title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}
.footer .footer__inner .footer_link_menu_area .footer_link_menu .footer_link_item .footer_link_title p:first-of-type {
  font-size: 1.042vw;
  font-weight: 600;
  margin-right: 0.521vw;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .footer_link_menu_area .footer_link_menu .footer_link_item .footer_link_title p:first-of-type {
    font-size: 16px;
    line-height: 25.6px;
    margin-bottom: 4px;
  }
}
.footer .footer__inner .footer_link_menu_area .footer_link_menu .footer_link_item .footer_link_title p:last-of-type {
  font-size: 0.833vw;
  font-weight: bold;
  font-family: "Rajdhani", sans-serif;
  color: #C4FF00;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .footer_link_menu_area .footer_link_menu .footer_link_item .footer_link_title p:last-of-type {
    font-size: 14px;
    line-height: 1;
  }
}
.footer .footer__inner .footer_link_menu_area .footer_link_menu .footer_link_item .footer_link {
  padding-left: 0.52vw;
}
.footer .footer__inner .footer_link_menu_area .footer_link_menu .footer_link_item .footer_link li {
  margin-bottom: 0.521vw;
  line-height: 1.167vw;
  font-size: 0.833vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .footer_link_menu_area .footer_link_menu .footer_link_item .footer_link li {
    font-size: 12px;
    line-height: 19.2px;
    margin-bottom: 10px;
  }
}
.footer .footer__inner .footer_link_menu_area .footer_link_menu .footer_link_item .footer_link_wrapper .footer_link {
  display: flex;
  gap: 1.875vw;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .footer_link_menu_area .footer_link_menu .footer_link_item .footer_link_wrapper .footer_link {
    flex-direction: column;
    gap: 0;
  }
}
.footer .footer__inner .footer_link_menu_area .footer_link_menu.footer_link_menu_01 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .footer_link_menu_area .footer_link_menu.footer_link_menu_01 {
    width: 41.6vw;
  }
}
.footer .footer__inner .footer_link_menu_area .footer_link_menu.footer_link_menu_02 {
  width: 31%;
  padding-left: 1.667vw;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .footer_link_menu_area .footer_link_menu.footer_link_menu_02 {
    width: 41.6vw;
    padding-left: 0;
  }
}
.footer .footer__inner .footer_link_menu_area .footer_link_menu.footer_link_menu_02 .footer_link {
  padding-right: 1.667vw;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .footer_link_menu_area .footer_link_menu.footer_link_menu_02 .footer_link {
    padding-right: 0;
  }
}
.footer .footer__inner .footer_link_menu_area .footer_link_menu.footer_link_menu_03 {
  width: 28%;
  padding-left: 1.667vw;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner .footer_link_menu_area .footer_link_menu.footer_link_menu_03 {
    display: none;
  }
}
.footer .footer_copyright {
  font-size: 0.781vw;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  letter-spacing: 0.052vw;
}
@media screen and (max-width: 768px) {
  .footer .footer_copyright {
    font-size: 12px;
  }
}

.hero_area .hero_area__bg img {
  max-height: 500px;
  min-height: 500px;
  max-width: 100%;
  background-size: cover;
  background-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1140px) {
  .hero_area .hero_area__bg img {
    max-height: 250px;
    min-height: 250px;
  }
}
.hero_area .hero_area__inner {
  background-image: url("../../img/pages/faq/top_blue_fade.png");
  background-size: cover;
  background-position: center center;
  max-height: 100px;
  width: 100%;
  position: relative;
  top: -70px;
  margin-bottom: -70px;
  z-index: 1;
  padding: 0 20px;
}
.hero_area .hero_area__inner .hero_area__contents {
  max-width: 1437px;
  margin: 0 auto;
  position: relative;
  top: -110px;
  line-height: 1.4;
}
.hero_area .hero_area__inner .hero_area__contents .hero_area__title {
  font-family: "Nothing You Could Do", cursive;
  font-size: 120px;
  color: var(--cHeroTitle);
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  letter-spacing: 0;
}
.hero_area .hero_area__inner .hero_area__contents .hero_area__title span {
  font-family: "Caveat", serif;
  font-size: 100px;
}
.hero_area .hero_area__inner .hero_area__contents .hero_area__title .fa {
  font-family: "Nothing You Could Do", cursive;
  font-size: 120px;
  letter-spacing: -30px;
}
.hero_area .hero_area__inner .hero_area__contents .hero_area__subtitle {
  font-size: 24px;
  top: 70px;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .hero_area .hero_area__inner {
    padding: 0 20px;
  }
  .hero_area .hero_area__inner .hero_area__contents {
    top: -60px;
  }
  .hero_area .hero_area__inner .hero_area__contents .hero_area__title {
    font-size: 70px;
  }
  .hero_area .hero_area__inner .hero_area__contents .hero_area__title span {
    font-size: 50px;
  }
  .hero_area .hero_area__inner .hero_area__contents .hero_area__title .fa {
    font-size: 60px;
    letter-spacing: -10px;
  }
  .hero_area .hero_area__inner .hero_area__contents .hero_area__subtitle {
    top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .hero_area .hero_area__inner .hero_area__contents {
    top: 0px;
  }
  .hero_area .hero_area__inner .hero_area__contents .hero_area__title {
    font-size: 56px;
  }
  .hero_area .hero_area__inner .hero_area__contents .hero_area__title span {
    font-size: 32px;
  }
  .hero_area .hero_area__inner .hero_area__contents .hero_area__subtitle {
    font-size: 18px;
    top: 25px;
    font-weight: 600;
  }
}

.seiyo_content {
  padding: 128px 0;
}
.seiyo_content .saiyo_title {
  font-size: 32px;
  color: var(--cBlack);
  font-weight: bold;
  text-align: center;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .seiyo_content {
    padding: 64px 0 48px;
  }
  .seiyo_content .saiyo_title {
    font-size: 20px;
  }
}

.list_info {
  display: flex;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
}
.list_info a .list_info_details {
  position: relative;
}
.list_info a .list_info_details .list_info_title {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--cBase_bg);
  padding: 0 10px;
  border-radius: 0 0 8px 0;
  z-index: 2;
}
.list_info a .list_info_details .list_info_img {
  border-radius: 8px;
}
.list_info a .list_info_details .list_info_img img {
  max-width: 437px;
  height: 187px;
}
@media screen and (max-width: 768px) {
  .list_info {
    gap: 32px;
  }
  .list_info a .list_info_details .list_info_title {
    font-size: 14px;
  }
  .list_info a .list_info_details .list_info_img img {
    max-width: 343px;
    height: 147px;
  }
}

.slick-slide {
  margin: 0 30px;
}
@media screen and (max-width: 480px) {
  .slick-slide {
    margin: 0 10px;
  }
}

.staff_slide {
  max-width: 1436;
  margin: 0 auto;
  padding: 128px 30px;
}
.staff_slide .slick-slide {
  margin: 0 20px;
}
@media screen and (max-width: 480px) {
  .staff_slide .slick-slide {
    margin: 0 10px;
  }
}
.staff_slide .slider_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 64px;
  color: var(--cBlack);
}
.staff_slide .top_person_more {
  display: flex;
  justify-content: center;
}
.staff_slide .top_person_more .top_common_more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.469vw;
  height: 3.177vw;
  background-color: #005CAC;
  border-radius: 1.615vw;
  gap: 1.667vw;
}
.staff_slide .top_person_more .top_common_more p {
  font-size: 0.833vw;
  font-weight: bold;
  font-family: "Rajdhani", sans-serif;
}
@media screen and (max-width: 768px) {
  .staff_slide .top_person_more .top_common_more {
    width: 53.867vw;
    height: 13.333vw;
    border-radius: 8vw;
    gap: 8.533vw;
  }
  .staff_slide .top_person_more .top_common_more p {
    font-size: 3.733vw;
    font-family: "Hanken Grotesk", sans-serif;
  }
}
.staff_slide .staff_slide_wrapper {
  height: auto;
}
.staff_slide .staff_slide_wrapper .staff_slide_item .staff_slide_img div {
  /*min-width: 347px;*/
  border-radius: 8px;
  margin-bottom: 16px;
}
.staff_slide .staff_slide_wrapper .staff_slide_item .staff_slide_img img {
  width: 100%;
}
.staff_slide .staff_slide_wrapper .staff_slide_info {
  color: var(--cBlack);
}
.staff_slide .staff_slide_wrapper .staff_slide_info .staff_slide_name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.staff_slide .staff_slide_wrapper .staff_slide_info .staff_slide_name span {
  font-size: 32px;
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .staff_slide .staff_slide_wrapper {
    margin-bottom: 50px;
  }
}
.staff_slide a:hover {
  opacity: 1;
}
.staff_slide a:hover .common_hover_zoom img {
  transform: scale(1.1, 1.1);
}
@media screen and (max-width: 768px) {
  .staff_slide {
    padding: 64px 0;
  }
  .staff_slide .slider_title {
    font-size: 20px;
    padding-bottom: 48px;
    line-height: 1.2;
    font-weight: bold;
  }
  .staff_slide .staff_slide_wrapper {
    height: 64vw;
  }
  .staff_slide .staff_slide_wrapper .staff_slide_item .staff_slide_img div {
    min-width: 165px;
    margin-bottom: 8px;
  }
  .staff_slide .staff_slide_wrapper .staff_slide_info .staff_slide_name {
    font-size: 12px;
  }
  .staff_slide .staff_slide_wrapper .staff_slide_info .staff_slide_name span {
    font-size: 20px;
  }
  .staff_slide .staff_slide_wrapper .staff_slide_info .staff_slide_position {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .staff_slide .staff_slide_wrapper {
    height: 75vw;
  }
}
.staff_slide .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 1;
}
.staff_slide .slick-prev {
  top: 40%;
  left: -20px;
}
.staff_slide .slick-prev::before {
  font-size: 40px;
  color: #0c59a7;
}
.staff_slide .slick-next {
  top: 40%;
  right: -20px;
}
.staff_slide .slick-next::before {
  font-size: 40px;
  color: #0c59a7;
}
@media screen and (max-width: 768px) {
  .staff_slide .slick-prev {
    left: 10px;
  }
  .staff_slide .slick-next {
    right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .staff_slide .slick-prev {
    left: -3px;
  }
  .staff_slide .slick-prev::before {
    font-size: 30px;
  }
  .staff_slide .slick-next {
    right: -3px;
  }
  .staff_slide .slick-next::before {
    font-size: 30px;
  }
}

.company_content {
  padding: 128px 0;
}
.company_content .company_title {
  font-size: 32px;
  color: var(--cBlack);
  font-weight: bold;
  text-align: center;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .company_content {
    padding: 64px 0;
  }
  .company_content .company_title {
    font-size: 20px;
    padding-bottom: 45px;
  }
}

.work_content {
  padding: 128px 0;
}
.work_content .work_title {
  font-size: 32px;
  color: var(--cBlack);
  font-weight: bold;
  text-align: center;
  padding-bottom: 64px;
}
.work_content .list_info {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .work_content {
    padding: 64px 0;
  }
  .work_content .work_title {
    font-size: 20px;
    padding-bottom: 45px;
  }
  .work_content .list_info {
    justify-content: center;
  }
}

/*フェードイン */
.fadeIn {
  opacity: 0;
}

.st-fadeIn {
  animation: an-fadeIn 2s ease 1 forwards;
  opacity: 0;
}

.st-fadeIn-top {
  animation: an-fadeIn-top 5s 1 forwards;
  opacity: 0;
}

@keyframes an-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes an-fadeIn-top {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*バウンス */
.st-bound {
  animation: an-bound 1s cubic-bezier(0.33, 1, 0.68, 1) infinite;
  transform: translateY(0);
}

@keyframes an-bound {
  0% {
    transform: translateY(0);
    animation-timing-function: ease-in;
  }
  25% {
    transform: translateY(-15px);
    animation-timing-function: ease-out;
  }
  50% {
    transform: translateY(0);
    animation-timing-function: ease-in;
  }
  75% {
    transform: translateY(-5px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0);
  }
}
.st-popIn {
  animation: an-popn 1.5s ease-out 1 forwards;
  transform: translateY(0);
}

@keyframes an-popn {
  0% {
    transform: translateY(0);
    animation-timing-function: ease-in;
  }
  25% {
    transform: translateY(-25px);
    animation-timing-function: ease-out;
  }
  50% {
    transform: translateY(0);
    animation-timing-function: ease-in;
  }
  75% {
    transform: translateY(-10px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0);
  }
}
/*左から*/
.leftIn {
  transform: translateX(-100px);
  opacity: 0;
}

.st-leftIn {
  animation: an-leftIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  transform: translateX(-100px);
  opacity: 0;
}

@keyframes an-leftIn {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
/*右から */
.rightIn {
  transform: translateX(100px);
  opacity: 0;
}

.st-rightIn {
  animation: an-rightIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  transform: translateX(100px);
  opacity: 0;
}

@keyframes an-rightIn {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
/*ズームイン */
.zoomIn {
  transform: scale(1.25);
  opacity: 0;
}

.st-zoomIn {
  animation: an-zoomIn 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  transform: scale(1.25);
  opacity: 0;
}

@keyframes an-zoomIn {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*アップ */
.upIn {
  transform: translateY(50px);
  opacity: 0;
}

.st-upIn {
  animation: an-upIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  transform: translateY(50px);
  opacity: 0;
}

@keyframes an-upIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*ステップ*/
.delay02 {
  animation-delay: 0.05s;
}

.delay03 {
  animation-delay: 0.1s;
}

.delay04 {
  animation-delay: 0.15s;
}

.delay05 {
  animation-delay: 0.2s;
}

.delay06 {
  animation-delay: 0.25s;
}

.delay07 {
  animation-delay: 0.3s;
}

.delay08 {
  animation-delay: 0.35s;
}

.delay09 {
  animation-delay: 0.4s;
}

.delay10 {
  animation-delay: 0.45s;
}

.delay11 {
  animation-delay: 0.5s;
}

.delay12 {
  animation-delay: 0.55s;
}

.delay13 {
  animation-delay: 0.6s;
}

.delay14 {
  animation-delay: 0.65s;
}

.delay15 {
  animation-delay: 0.7s;
}

/*回転*/
.fukidashi {
  animation: an-fukidashi 3s linear infinite;
  transform: translateY(0);
}

@keyframes an-fukidashi {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(10px);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(10px);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    rotate: 0;
  }
}
.star01 {
  animation: an-round01 10s linear infinite;
  rotate: 0;
  opacity: 1;
}

@keyframes an-round01 {
  0% {
    rotate: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    rotate: 360deg;
    opacity: 1;
  }
}
.star02 {
  animation: an-round02 7s linear infinite;
  rotate: 45deg;
  opacity: 0.8;
}

@keyframes an-round02 {
  0% {
    rotate: 45deg;
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  100% {
    rotate: -405deg;
    opacity: 0.8;
  }
}
.star03 {
  animation: an-round03 10s linear infinite;
  rotate: -20deg;
  opacity: 1;
}

@keyframes an-round03 {
  0% {
    rotate: -20deg;
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    rotate: 340deg;
    opacity: 1;
  }
}
.star04 {
  animation: an-round04 10s linear infinite;
  rotate: -20deg;
  opacity: 0.5;
}

@keyframes an-round04 {
  0% {
    rotate: -20deg;
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    rotate: 340deg;
    opacity: 0.5;
  }
}
.star05 {
  animation: an-round05 6s linear infinite;
  rotate: -50deg;
  opacity: 1;
}

@keyframes an-round05 {
  0% {
    rotate: -50deg;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    rotate: -410deg;
    opacity: 1;
  }
}
.star06 {
  animation: an-round06 6s linear infinite;
  rotate: -50deg;
  opacity: 1;
}

@keyframes an-round06 {
  0% {
    rotate: 0deg;
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    rotate: 360deg;
    opacity: 1;
  }
}
.star07 {
  animation: an-round07 6s linear infinite;
  rotate: -50deg;
  opacity: 1;
}

@keyframes an-round07 {
  0% {
    rotate: 0deg;
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    rotate: -360deg;
    opacity: 1;
  }
}
.sc-fadeIn,
.sc-fadeIn-2 {
  transition: 1s;
  opacity: 0;
}

.sc-fadeIn {
  transform: translate3d(0, 30px, 0);
}

.sc-fadeIn-2 {
  transform: translate3d(0, 80px, 0);
}

.sc-fadeIn.sc-active,
.sc-fadeIn-2.sc-active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.ttlarea--base {
  background-size: cover;
  background: var(--ctopclr);
  color: var(--cWhite);
}
.ttlarea--base .ttlarea__ttl {
  max-width: 1080px;
  margin: 0 auto;
  padding: 224px 0px 24px;
}
@media screen and (max-width: 768px) {
  .ttlarea--base .ttlarea__ttl {
    padding: 180px 20px 20px;
  }
}
.ttlarea--base .ttlarea__ttl h2 {
  color: var(--btnorg);
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ttlarea--base .ttlarea__ttl h2 span {
  font-size: 16px;
  color: var(--cBase);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ttlarea--base .ttlarea__ttl h2 {
    font-size: 24px;
  }
  .ttlarea--base .ttlarea__ttl h2 span {
    font-size: 12px;
  }
}

.container--base {
  max-width: 1320px;
  padding: 60px 20px;
  margin: 0 auto;
}

.container--fullWidth {
  width: 100%;
  margin: 0 auto;
}

/* Title styling similar to the orange underline effect */
.top_main_title {
  font-size: 2.5em;
  color: #333;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.top_main_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background-color: #E6531E;
}

.top_info {
  padding-bottom: 100px;
}
.top_info .top_info_header {
  font-size: 20px;
  font-weight: bold;
  padding: 40px 0px;
}
.top_info ul {
  padding-bottom: 40px;
}/*# sourceMappingURL=style.css.map */