@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd,
figure {
  margin: 0;
  padding: 0;
}

h1 {
  display: block;
  font-size: 1rem;
  margin-block-start: 0;
  margin-block-end: 0;
}

ul {
  list-style: none;
}

ol {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  height: 0;
  border: 0;
}

pre {
  font-family: monospace, monospace;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
}

small {
  font-size: 0.8rem;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 0.7rem;
  line-height: 0;
}

sub {
  bottom: -0.24em;
}

sup {
  top: -0.48em;
}

img,
video {
  max-width: 100%;
  border-style: none;
  vertical-align: top;
}

video {
  margin: 0;
  padding: 0;
  outline: none;
}

summary {
  outline: none;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
  outline: none;
}

table {
  border-collapse: collapse;
}
table th,
table td {
  border: solid 1px;
}

input,
button,
textarea,
select {
  outline: none;
  border: none;
  background: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
  line-height: 1.16;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.32em 0.72em 0.64em;
}

legend {
  display: table;
  box-sizing: border-box;
  padding: 0;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  display: none;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

html {
  font-size: 10px;
  font-family: Raleway, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProW3", "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #fafafa;
  color: #000;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: 2rem;
  font-family: Raleway, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProW3", "Noto Sans JP", sans-serif;
  line-height: 1;
  font-variant-numeric: lining-nums;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

.wrap {
  width: 100%;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  opacity: 0.56;
}

.link_line a:link,
.link_line a:visited {
  text-decoration: underline;
  font-weight: 700;
}

.cl_primary {
  color: #000;
}

.cl_base {
  color: #fff;
}

.cl_gray {
  color: #aaa;
}

.cl_gray_light {
  color: #fafafa;
}

.cl_accent {
  color: #EA0101;
}

.cl_red {
  color: #EA0101;
}

.cl_orange {
  color: #FF8042;
}

.cl_yellow {
  color: #FBD114;
}

.cl_blue {
  color: #0873E9;
}

.cl_purple {
  color: #813BF6;
}

.cl_green {
  color: #06AD1B;
}

.cl_light_green {
  color: #0BE195;
}

.cl_light_blue {
  color: #1DC6E1;
}

.cl_pink {
  color: #FF7C7C;
}

::selection {
  background: #000;
  color: #aaa;
}

.fs80 {
  font-size: 8rem;
}

.fs56 {
  font-size: 5.6rem;
}

.fs48 {
  font-size: 4.8rem;
}

.fs40 {
  font-size: 4rem;
}

.fs32 {
  font-size: 3.2rem;
}

.fs26 {
  font-size: 2.6rem;
}

.fs24 {
  font-size: 2.4rem;
}

.fs20 {
  font-size: 2rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fw100 {
  font-weight: 100;
}

.fw200 {
  font-weight: 200;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.lh_lowest {
  line-height: 1;
}

.lh_lower {
  line-height: 1.2;
}

.lh_low {
  line-height: 1.4;
}

.lh_base {
  line-height: 1.6;
}

.lh_high {
  line-height: 1.8;
}

.lh_higher {
  line-height: 2;
}

.lh_highest {
  line-height: 2.2;
}

.ls_narrowest {
  letter-spacing: -0.02em;
}

.ls_narrower {
  letter-spacing: 0.02em;
}

.ls_narrow {
  letter-spacing: 0.04em;
}

.ls_base {
  letter-spacing: 0.08em;
}

.ls_wide {
  letter-spacing: 0.1em;
}

.ls_wider {
  letter-spacing: 0.12em;
}

.ls_widest {
  letter-spacing: 0.14em;
}

.flexbox {
  display: flex;
}
.flexbox.fb-inline {
  display: inline-flex;
}
.flexbox.fb-column {
  flex-direction: column;
}
.flexbox.fb-item-fe {
  justify-content: flex-end;
}
.flexbox.fb-item-sb {
  justify-content: space-between;
}
.flexbox.fb-item-fs {
  align-items: flex-start;
}
.flexbox.fb-item-center {
  align-items: center;
}
.flexbox.fb-item-bottom {
  align-items: flex-end;
}
.flexbox.fb-item-cc {
  align-items: center;
  justify-content: center;
}
.flexbox.fb-item-wrap {
  flex-wrap: wrap;
}
.flexbox .fb-item-right {
  margin-left: auto;
}
.flexbox .fb-item-shrink {
  flex-shrink: 0;
}
.flexbox .fb-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flexbox .fb-wrap.fb-item-2col {
  margin-right: -3%;
  margin-bottom: -2%;
}
.flexbox .fb-wrap.fb-item-2col .fbeItem {
  margin-right: 3%;
  margin-bottom: 2%;
  width: 47%;
}

.modal_wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  text-align: center;
}
.modal_wrapper:not(:target) {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.modal_wrapper:target {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}
.modal_wrapper:after {
  display: inline-block;
  margin-left: -0.04em;
  height: 100%;
  content: "";
  vertical-align: middle;
}
.modal_wrapper .modal_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.64);
}
.modal_wrapper .modal_overlay.mo_menu {
  background: white;
}
.modal_wrapper .modal_window {
  position: relative;
  z-index: 4;
  display: inline-block;
  width: 960px;
  vertical-align: middle;
  text-align: left;
}
.modal_wrapper .modal_window .mw_close {
  margin-bottom: 16px;
  text-align: right;
}
.modal_wrapper .modal_window .mw_close img {
  cursor: pointer;
}
.modal_wrapper .modal_window .mw_close img:hover {
  opacity: 0.56;
}
.modal_wrapper .modal_window .mw_body {
  width: 100%;
}
.modal_wrapper .modal_menu {
  position: relative;
  z-index: 4;
  padding: 20px;
  width: 100%;
  text-align: left;
}
.modal_wrapper .modal_menu .mm_header {
  display: flex;
}
.modal_wrapper .modal_menu .mm_header .mm_header_logo {
  display: block;
  margin: -4px 0 -4px;
}
.modal_wrapper .modal_menu .mm_header .mm_header_close {
  display: block;
  margin-left: auto;
}
.modal_wrapper .modal_menu .mm_link {
  margin-top: 3.2vh;
}
.modal_wrapper .modal_menu .mm_link li:nth-child(6) {
  margin-bottom: 1.2vh;
}
.modal_wrapper .modal_menu .mm_link a {
  font-size: 7.8vw;
}
.modal_wrapper .modal_menu .mm_link a:link, .modal_wrapper .modal_menu .mm_link a:visited {
  display: inline-block;
  margin-top: 2vh;
  padding: 1.4vw 8vw;
  background-color: #fafafa;
  color: #000;
  font-weight: 700;
  opacity: 1;
}
.modal_wrapper .modal_menu .mm_link a:hover {
  background-color: #000;
  color: #fff;
}
.modal_wrapper .modal_menu .mm_link .mm_link_invert a {
  padding: 2vw 8.4vw;
  letter-spacing: 0.08em;
  font-size: 9.2vw;
}
.modal_wrapper .modal_menu .mm_link .mm_link_invert a:link, .modal_wrapper .modal_menu .mm_link .mm_link_invert a:visited {
  margin-top: 3.2vh;
  background-color: #000;
  color: #fff;
}
.modal_wrapper .modal_menu .mm_link .mm_link_invert a:hover {
  background-color: #fff;
  color: #000;
}

.block {
  display: block;
}

.il_block {
  position: relative;
  display: inline-block;
}

.display_no {
  display: none;
}

.relative {
  position: relative;
}

.text_align_left {
  text-align: left;
}

.text_align_center {
  text-align: center;
}

.text_align_right {
  text-align: right;
}

.pc_hide {
  display: none;
}

.sp_hide {
  display: block;
}

@media screen and (max-width: 320px) {
  .pc_hide {
    display: block;
  }
  .sp_hide {
    display: none;
  }
}
.mt160 {
  margin-top: 160px;
}

.mt120 {
  margin-top: 120px;
}

.mt80 {
  margin-top: 80px;
}

.mt40 {
  margin-top: 40px;
}

.mt32 {
  margin-top: 32px;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  min-height: 50px;
  width: 100%;
  height: 100%;
  background: url(../img/common/loading.svg) center center no-repeat #000;
  background-size: 32px;
}

.fade {
  opacity: 0;
  transition: all 1.2s ease-out;
}

.fade_in {
  opacity: 1;
}

.word_break_all {
  word-break: break-all;
}

.header {
  position: fixed;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 16px 40px;
  width: 100%;
}
.header .hd_logo {
  flex-shrink: 0;
}
.header .hd_logo a:link,
.header .hd_logo a:visited {
  display: block;
  width: 108px;
  height: 52px;
  background: url(../img/common/logo.svg) 0 0 no-repeat;
  text-indent: -99999px;
}
.header .hd_logo a:hover {
  display: block;
  width: 108px;
  height: 52px;
  background: url(../img/common/logo_hover.svg) 0 0 no-repeat;
  opacity: 1;
}
.header .hd_menu {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
.header .hd_menu li {
  margin-left: 8px;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 1.6rem;
}
.header .hd_menu li:nth-child(8) {
  margin-left: 40px;
}
.header .hd_menu li a:link,
.header .hd_menu li a:visited {
  padding: 2px 12px;
  background-color: #fff;
}
.header .hd_menu li a:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.header .hd_menu li.hdm_invert a:link,
.header .hd_menu li.hdm_invert a:visited {
  padding: 2px 24px;
  background-color: #000;
  color: #fff;
}
.header .hd_menu li.hdm_invert a:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.header .hd_menu_sp {
  display: none;
}

.first_view {
  position: relative;
  height: 800px;
  background: #000;
}
.first_view.fv_sp_full {
  height: 800px;
}
.first_view.fv_full_screen {
  overflow: hidden;
  min-width: 100%;
}
.first_view .fv_contenst {
  position: absolute;
  top: 72px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.first_view .fv_contenst .fv_contenst_inner {
  margin: 24vh 80px 0;
}
.first_view .fv_contenst .fv_contenst_inner .fv_ci_title {
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 800;
  font-size: 12.8rem;
  line-height: 1;
}
.first_view .fv_contenst .fv_contenst_inner .fv_ci_caption {
  display: inline-block;
  margin: 40px 0 0 8px;
  padding: 4px 24px;
  background-color: #fff;
  color: #000;
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 1.8rem;
}
.first_view .fv_contenst .fv_contenst_inner .fv_ci_caption span {
  padding-left: 2px;
  vertical-align: -1px;
  font-size: 2.2rem;
}
.first_view .fv_ci_scroll {
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 1;
}
.first_view .fv_ci_scroll.fv_ci_scroll_potition {
  display: none;
}
.first_view .fv_ci_scroll.fv_ci_scroll_black {
  filter: invert(100%);
}
.first_view .fv_ci_scroll.fv_ci_scroll_white {
  filter: invert(0);
}
.first_view .blink {
  animation: blink 3.2s ease-in-out infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.88;
  }
  100% {
    opacity: 0.88;
  }
}
.first_view .fv_video_box {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.first_view .fv_video_box .fv_video {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
.first_view .fv_video_box .fv_video.fv_video_filter {
  filter: brightness(80%);
}
.first_view .fv_slider {
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.first_view .fv_slider .fv_slider_img {
  display: block;
  width: 100%;
  height: 100vh;
}
.first_view .fv_slider .fv_slider_img.fv_si_filter {
  filter: brightness(95%);
}
.first_view .fv_slider .fv_slider_img.fv_si01 {
  background: url(../img/top/hero_image_top01.png) center 0 no-repeat;
  background-color: #EA0101;
  background-size: cover;
}
.first_view .fv_slider .fv_slider_img.fv_si02 {
  background: url(../img/top/hero_image_top02.jpg) center 0 no-repeat;
  background-size: cover;
}
.first_view .fv_slider .fv_slider_img.fv_si03 {
  background: url(../img/top/hero_image_top03.jpg) center 0 no-repeat;
  background-size: cover;
}
.first_view .fv_slider .fv_slider_img.fv_si04 {
  background: url(../img/top/hero_image_top04.jpg) center 0 no-repeat;
  background-size: cover;
}
.first_view .fv_slider .fv_slider_img.fv_si05 {
  background: url(../img/top/hero_image_top05.jpg) center 0 no-repeat;
  background-size: cover;
}
.first_view .fv_slider .fv_slider_img.fv_si06 {
  background: url(../img/top/hero_image_top06.jpg) center 0 no-repeat;
  background-size: cover;
}
.first_view .fv_slider .fv_slider_img.fv_si07 {
  background: url(../img/top/hero_image_top07.jpg) center 0 no-repeat;
  background-size: cover;
}
.first_view .fv_slider .fv_slider_img.fv_si08 {
  background: url(../img/top/hero_image_top08.jpg) center 0 no-repeat;
  background-size: cover;
}
.first_view .fv_slider .fv_slider_img.fv_si09 {
  background: url(../img/top/hero_image_top09.jpg) center 0 no-repeat;
  background-size: cover;
}
.first_view.fv_color_red {
  background: #EA0101;
}
.first_view.fv_color_red .fv_hero .fv_hero_text .fv_ht_message span {
  background-color: #EA0101;
  color: #fff;
}
.first_view.fv_color_red .fv_hero .fv_hero_text .fv_ht_job_en span {
  background-color: #EA0101;
  color: #fff;
}
.first_view.fv_color_red .fv_hero .fv_hero_text .fv_ht_job_en_ms span {
  background-color: #fff;
  color: #EA0101;
}
.first_view.fv_color_red .fv_hero .fv_hero_text .fv_ht_job span {
  background-color: #EA0101;
  color: #fff;
}
.first_view.fv_color_red .fv_hero .fv_hero_text .fv_ht_job_ms span {
  background-color: #fff;
  color: #EA0101;
}
.first_view.fv_color_red .fv_hero .fv_hero_text .fv_ht_name_en span {
  background-color: #EA0101;
  color: #fff;
}
.first_view.fv_color_red .fv_hero .fv_hero_text .fv_ht_name_en_ms span {
  background-color: #fff;
  color: #EA0101;
}
.first_view.fv_color_red .fv_hero .fv_hero_text .fv_ht_family_name_en span {
  background-color: #EA0101;
  color: #fff;
}
.first_view.fv_color_red .fv_hero .fv_hero_text .fv_ht_name span {
  background-color: #EA0101;
  color: #fff;
}
.first_view.fv_color_red .fv_hero .fv_hero_text .fv_ht_name_ms span {
  background-color: #fff;
  color: #EA0101;
}
.first_view.fv_color_red .fv_hero .fv_hero_text .fv_ht_brief span {
  background-color: #fff;
  color: #EA0101;
}
.first_view.fv_color_orange {
  background: #FF8042;
}
.first_view.fv_color_orange .fv_hero .fv_hero_text .fv_ht_message span {
  background-color: #FF8042;
  color: #fff;
}
.first_view.fv_color_orange .fv_hero .fv_hero_text .fv_ht_job_en span {
  background-color: #FF8042;
  color: #fff;
}
.first_view.fv_color_orange .fv_hero .fv_hero_text .fv_ht_job_en_ms span {
  background-color: #fff;
  color: #FF8042;
}
.first_view.fv_color_orange .fv_hero .fv_hero_text .fv_ht_job span {
  background-color: #FF8042;
  color: #fff;
}
.first_view.fv_color_orange .fv_hero .fv_hero_text .fv_ht_job_ms span {
  background-color: #fff;
  color: #FF8042;
}
.first_view.fv_color_orange .fv_hero .fv_hero_text .fv_ht_name_en span {
  background-color: #FF8042;
  color: #fff;
}
.first_view.fv_color_orange .fv_hero .fv_hero_text .fv_ht_name_en_ms span {
  background-color: #fff;
  color: #FF8042;
}
.first_view.fv_color_orange .fv_hero .fv_hero_text .fv_ht_family_name_en span {
  background-color: #FF8042;
  color: #fff;
}
.first_view.fv_color_orange .fv_hero .fv_hero_text .fv_ht_name span {
  background-color: #FF8042;
  color: #fff;
}
.first_view.fv_color_orange .fv_hero .fv_hero_text .fv_ht_name_ms span {
  background-color: #fff;
  color: #FF8042;
}
.first_view.fv_color_orange .fv_hero .fv_hero_text .fv_ht_brief span {
  background-color: #fff;
  color: #FF8042;
}
.first_view.fv_color_yellow {
  background: #FBD114;
}
.first_view.fv_color_yellow .fv_hero .fv_hero_text .fv_ht_message span {
  background-color: #FBD114;
  color: #fff;
}
.first_view.fv_color_yellow .fv_hero .fv_hero_text .fv_ht_job_en span {
  background-color: #FBD114;
  color: #fff;
}
.first_view.fv_color_yellow .fv_hero .fv_hero_text .fv_ht_job_en_ms span {
  background-color: #fff;
  color: #FBD114;
}
.first_view.fv_color_yellow .fv_hero .fv_hero_text .fv_ht_job span {
  background-color: #FBD114;
  color: #fff;
}
.first_view.fv_color_yellow .fv_hero .fv_hero_text .fv_ht_job_ms span {
  background-color: #fff;
  color: #FBD114;
}
.first_view.fv_color_yellow .fv_hero .fv_hero_text .fv_ht_name_en span {
  background-color: #FBD114;
  color: #fff;
}
.first_view.fv_color_yellow .fv_hero .fv_hero_text .fv_ht_name_en_ms span {
  background-color: #fff;
  color: #FBD114;
}
.first_view.fv_color_yellow .fv_hero .fv_hero_text .fv_ht_family_name_en span {
  background-color: #FBD114;
  color: #fff;
}
.first_view.fv_color_yellow .fv_hero .fv_hero_text .fv_ht_name span {
  background-color: #FBD114;
  color: #fff;
}
.first_view.fv_color_yellow .fv_hero .fv_hero_text .fv_ht_name_ms span {
  background-color: #fff;
  color: #FBD114;
}
.first_view.fv_color_yellow .fv_hero .fv_hero_text .fv_ht_brief span {
  background-color: #fff;
  color: #FBD114;
}
.first_view.fv_color_blue {
  background: #0873E9;
}
.first_view.fv_color_blue .fv_hero .fv_hero_text .fv_ht_message span {
  background-color: #0873E9;
  color: #fff;
}
.first_view.fv_color_blue .fv_hero .fv_hero_text .fv_ht_job_en span {
  background-color: #0873E9;
  color: #fff;
}
.first_view.fv_color_blue .fv_hero .fv_hero_text .fv_ht_job_en_ms span {
  background-color: #fff;
  color: #0873E9;
}
.first_view.fv_color_blue .fv_hero .fv_hero_text .fv_ht_job span {
  background-color: #0873E9;
  color: #fff;
}
.first_view.fv_color_blue .fv_hero .fv_hero_text .fv_ht_job_ms span {
  background-color: #fff;
  color: #0873E9;
}
.first_view.fv_color_blue .fv_hero .fv_hero_text .fv_ht_name_en span {
  background-color: #0873E9;
  color: #fff;
}
.first_view.fv_color_blue .fv_hero .fv_hero_text .fv_ht_name_en_ms span {
  background-color: #fff;
  color: #0873E9;
}
.first_view.fv_color_blue .fv_hero .fv_hero_text .fv_ht_family_name_en span {
  background-color: #0873E9;
  color: #fff;
}
.first_view.fv_color_blue .fv_hero .fv_hero_text .fv_ht_name span {
  background-color: #0873E9;
  color: #fff;
}
.first_view.fv_color_blue .fv_hero .fv_hero_text .fv_ht_name_ms span {
  background-color: #fff;
  color: #0873E9;
}
.first_view.fv_color_blue .fv_hero .fv_hero_text .fv_ht_brief span {
  background-color: #fff;
  color: #0873E9;
}
.first_view.fv_color_purple {
  background: #813BF6;
}
.first_view.fv_color_purple .fv_hero .fv_hero_text .fv_ht_message span {
  background-color: #813BF6;
  color: #fff;
}
.first_view.fv_color_purple .fv_hero .fv_hero_text .fv_ht_job_en span {
  background-color: #813BF6;
  color: #fff;
}
.first_view.fv_color_purple .fv_hero .fv_hero_text .fv_ht_job_en_ms span {
  background-color: #fff;
  color: #813BF6;
}
.first_view.fv_color_purple .fv_hero .fv_hero_text .fv_ht_job span {
  background-color: #813BF6;
  color: #fff;
}
.first_view.fv_color_purple .fv_hero .fv_hero_text .fv_ht_job_ms span {
  background-color: #fff;
  color: #813BF6;
}
.first_view.fv_color_purple .fv_hero .fv_hero_text .fv_ht_name_en span {
  background-color: #813BF6;
  color: #fff;
}
.first_view.fv_color_purple .fv_hero .fv_hero_text .fv_ht_name_en_ms span {
  background-color: #fff;
  color: #813BF6;
}
.first_view.fv_color_purple .fv_hero .fv_hero_text .fv_ht_family_name_en span {
  background-color: #813BF6;
  color: #fff;
}
.first_view.fv_color_purple .fv_hero .fv_hero_text .fv_ht_name span {
  background-color: #813BF6;
  color: #fff;
}
.first_view.fv_color_purple .fv_hero .fv_hero_text .fv_ht_name_ms span {
  background-color: #fff;
  color: #813BF6;
}
.first_view.fv_color_purple .fv_hero .fv_hero_text .fv_ht_brief span {
  background-color: #fff;
  color: #813BF6;
}
.first_view.fv_color_green {
  background: #06AD1B;
}
.first_view.fv_color_green .fv_hero .fv_hero_text .fv_ht_message span {
  background-color: #06AD1B;
  color: #fff;
}
.first_view.fv_color_green .fv_hero .fv_hero_text .fv_ht_job_en span {
  background-color: #06AD1B;
  color: #fff;
}
.first_view.fv_color_green .fv_hero .fv_hero_text .fv_ht_job_en_ms span {
  background-color: #fff;
  color: #06AD1B;
}
.first_view.fv_color_green .fv_hero .fv_hero_text .fv_ht_job span {
  background-color: #06AD1B;
  color: #fff;
}
.first_view.fv_color_green .fv_hero .fv_hero_text .fv_ht_job_ms span {
  background-color: #fff;
  color: #06AD1B;
}
.first_view.fv_color_green .fv_hero .fv_hero_text .fv_ht_name_en span {
  background-color: #06AD1B;
  color: #fff;
}
.first_view.fv_color_green .fv_hero .fv_hero_text .fv_ht_name_en_ms span {
  background-color: #fff;
  color: #06AD1B;
}
.first_view.fv_color_green .fv_hero .fv_hero_text .fv_ht_family_name_en span {
  background-color: #06AD1B;
  color: #fff;
}
.first_view.fv_color_green .fv_hero .fv_hero_text .fv_ht_name span {
  background-color: #06AD1B;
  color: #fff;
}
.first_view.fv_color_green .fv_hero .fv_hero_text .fv_ht_name_ms span {
  background-color: #fff;
  color: #06AD1B;
}
.first_view.fv_color_green .fv_hero .fv_hero_text .fv_ht_brief span {
  background-color: #fff;
  color: #06AD1B;
}
.first_view.fv_color_light_green {
  background: #0BE195;
}
.first_view.fv_color_light_green .fv_hero .fv_hero_text .fv_ht_message span {
  background-color: #0BE195;
  color: #fff;
}
.first_view.fv_color_light_green .fv_hero .fv_hero_text .fv_ht_job_en span {
  background-color: #0BE195;
  color: #fff;
}
.first_view.fv_color_light_green .fv_hero .fv_hero_text .fv_ht_job_en_ms span {
  background-color: #fff;
  color: #0BE195;
}
.first_view.fv_color_light_green .fv_hero .fv_hero_text .fv_ht_job span {
  background-color: #0BE195;
  color: #fff;
}
.first_view.fv_color_light_green .fv_hero .fv_hero_text .fv_ht_job_ms span {
  background-color: #fff;
  color: #0BE195;
}
.first_view.fv_color_light_green .fv_hero .fv_hero_text .fv_ht_name_en span {
  background-color: #0BE195;
  color: #fff;
}
.first_view.fv_color_light_green .fv_hero .fv_hero_text .fv_ht_name_en_ms span {
  background-color: #fff;
  color: #0BE195;
}
.first_view.fv_color_light_green .fv_hero .fv_hero_text .fv_ht_family_name_en span {
  background-color: #0BE195;
  color: #fff;
}
.first_view.fv_color_light_green .fv_hero .fv_hero_text .fv_ht_name span {
  background-color: #0BE195;
  color: #fff;
}
.first_view.fv_color_light_green .fv_hero .fv_hero_text .fv_ht_name_ms span {
  background-color: #fff;
  color: #0BE195;
}
.first_view.fv_color_light_green .fv_hero .fv_hero_text .fv_ht_brief span {
  background-color: #fff;
  color: #0BE195;
}
.first_view.fv_color_light_blue {
  background: #1DC6E1;
}
.first_view.fv_color_light_blue .fv_hero .fv_hero_text .fv_ht_message span {
  background-color: #1DC6E1;
  color: #fff;
}
.first_view.fv_color_light_blue .fv_hero .fv_hero_text .fv_ht_job_en span {
  background-color: #1DC6E1;
  color: #fff;
}
.first_view.fv_color_light_blue .fv_hero .fv_hero_text .fv_ht_job_en_ms span {
  background-color: #fff;
  color: #1DC6E1;
}
.first_view.fv_color_light_blue .fv_hero .fv_hero_text .fv_ht_job span {
  background-color: #1DC6E1;
  color: #fff;
}
.first_view.fv_color_light_blue .fv_hero .fv_hero_text .fv_ht_job_ms span {
  background-color: #fff;
  color: #1DC6E1;
}
.first_view.fv_color_light_blue .fv_hero .fv_hero_text .fv_ht_name_en span {
  background-color: #1DC6E1;
  color: #fff;
}
.first_view.fv_color_light_blue .fv_hero .fv_hero_text .fv_ht_name_en_ms span {
  background-color: #fff;
  color: #1DC6E1;
}
.first_view.fv_color_light_blue .fv_hero .fv_hero_text .fv_ht_family_name_en span {
  background-color: #1DC6E1;
  color: #fff;
}
.first_view.fv_color_light_blue .fv_hero .fv_hero_text .fv_ht_name span {
  background-color: #1DC6E1;
  color: #fff;
}
.first_view.fv_color_light_blue .fv_hero .fv_hero_text .fv_ht_name_ms span {
  background-color: #fff;
  color: #1DC6E1;
}
.first_view.fv_color_light_blue .fv_hero .fv_hero_text .fv_ht_brief span {
  background-color: #fff;
  color: #1DC6E1;
}
.first_view.fv_color_pink {
  background: #FF7C7C;
}
.first_view.fv_color_pink .fv_hero .fv_hero_text .fv_ht_message span {
  background-color: #FF7C7C;
  color: #fff;
}
.first_view.fv_color_pink .fv_hero .fv_hero_text .fv_ht_job_en span {
  background-color: #FF7C7C;
  color: #fff;
}
.first_view.fv_color_pink .fv_hero .fv_hero_text .fv_ht_job_en_ms span {
  background-color: #fff;
  color: #FF7C7C;
}
.first_view.fv_color_pink .fv_hero .fv_hero_text .fv_ht_job span {
  background-color: #FF7C7C;
  color: #fff;
}
.first_view.fv_color_pink .fv_hero .fv_hero_text .fv_ht_job_ms span {
  background-color: #fff;
  color: #FF7C7C;
}
.first_view.fv_color_pink .fv_hero .fv_hero_text .fv_ht_name_en span {
  background-color: #FF7C7C;
  color: #fff;
}
.first_view.fv_color_pink .fv_hero .fv_hero_text .fv_ht_name_en_ms span {
  background-color: #fff;
  color: #FF7C7C;
}
.first_view.fv_color_pink .fv_hero .fv_hero_text .fv_ht_family_name_en span {
  background-color: #FF7C7C;
  color: #fff;
}
.first_view.fv_color_pink .fv_hero .fv_hero_text .fv_ht_name span {
  background-color: #FF7C7C;
  color: #fff;
}
.first_view.fv_color_pink .fv_hero .fv_hero_text .fv_ht_name_ms span {
  background-color: #fff;
  color: #FF7C7C;
}
.first_view.fv_color_pink .fv_hero .fv_hero_text .fv_ht_brief span {
  background-color: #fff;
  color: #FF7C7C;
}
.first_view.fv_color_gray {
  background: #aaa;
}
.first_view.fv_color_gray .fv_hero .fv_hero_text .fv_ht_message span {
  background-color: #aaa;
  color: #fff;
}
.first_view.fv_color_gray .fv_hero .fv_hero_text .fv_ht_job_en span {
  background-color: #aaa;
  color: #fff;
}
.first_view.fv_color_gray .fv_hero .fv_hero_text .fv_ht_job_en_ms span {
  background-color: #fff;
  color: #aaa;
}
.first_view.fv_color_gray .fv_hero .fv_hero_text .fv_ht_job span {
  background-color: #aaa;
  color: #fff;
}
.first_view.fv_color_gray .fv_hero .fv_hero_text .fv_ht_job_ms span {
  background-color: #fff;
  color: #aaa;
}
.first_view.fv_color_gray .fv_hero .fv_hero_text .fv_ht_name_en span {
  background-color: #aaa;
  color: #fff;
}
.first_view.fv_color_gray .fv_hero .fv_hero_text .fv_ht_name_en_ms span {
  background-color: #fff;
  color: #aaa;
}
.first_view.fv_color_gray .fv_hero .fv_hero_text .fv_ht_family_name_en span {
  background-color: #aaa;
  color: #fff;
}
.first_view.fv_color_gray .fv_hero .fv_hero_text .fv_ht_name span {
  background-color: #aaa;
  color: #fff;
}
.first_view.fv_color_gray .fv_hero .fv_hero_text .fv_ht_name_ms span {
  background-color: #fff;
  color: #aaa;
}
.first_view.fv_color_gray .fv_hero .fv_hero_text .fv_ht_brief span {
  background-color: #fff;
  color: #aaa;
}
.first_view.fv_color_black {
  background: #000;
}
.first_view .fv_recruit_text {
  padding-top: 366px;
}
.first_view .fv_recruit_text p {
  margin-left: -56px;
  width: 296px;
  color: #fff;
  text-align: right;
  font-weight: 800;
  transform: rotate(90deg);
}
.first_view .fv_recruit_text.fv_rt_black p {
  color: #000;
}
.first_view .fv_hero {
  position: relative;
  margin-top: 200px;
}
.first_view .fv_hero .fv_hero_image {
  height: 600px;
}
.first_view .fv_hero .fv_hero_image.fv_hi_member {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  margin-top: -80px;
  padding-right: 24px;
  height: 680px;
}
.first_view .fv_hero .fv_hero_image.fv_hi_member img {
  max-height: 1032px;
  filter: drop-shadow(20px 40px 40px rgba(0, 0, 0, 0.1));
}
.first_view .fv_hero .fv_hero_image img {
  max-width: 1120px;
}
.first_view .fv_hero .fv_hero_image-short {
  height: 1020px;
}
.first_view .fv_hero .fv_hero_image-short.fv_hi_member {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  margin-top: -80px;
  padding-right: 24px;
  height: 1020px;
}
.first_view .fv_hero .fv_hero_image-short.fv_hi_member img {
  max-height: 1032px;
  filter: drop-shadow(20px 40px 40px rgba(0, 0, 0, 0.1));
}
.first_view .fv_hero .fv_hero_image-short img {
  max-width: 1120px;
}
.first_view .fv_hero .fv_hero_text {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 96px;
  margin-left: -80px;
  font-size: 0;
  line-height: 1;
}
.first_view .fv_hero .fv_hero_text.fv_ht_mb {
  margin-bottom: 40px;
}
.first_view .fv_hero .fv_hero_text .fv_ht_message:nth-child(1) {
  margin-top: -40px;
}
.first_view .fv_hero .fv_hero_text .fv_ht_message span {
  display: inline-block;
  padding: 4px 12px 8px 10px;
  background-color: #aaa;
  color: #fff;
  font-weight: 700;
  font-size: 3.6rem;
}
.first_view .fv_hero .fv_hero_text .fv_ht_job_en span {
  display: inline-block;
  padding: 2px 16px;
  background-color: #aaa;
  color: #fff;
  font-weight: 800;
  font-size: 2.4rem;
}
.first_view .fv_hero .fv_hero_text .fv_ht_job_en_ms {
  margin-top: 64px;
}
.first_view .fv_hero .fv_hero_text .fv_ht_job_en_ms span {
  display: inline-block;
  padding: 2px 16px;
  background-color: #fff;
  color: #aaa;
  font-weight: 800;
  font-size: 2.4rem;
}
.first_view .fv_hero .fv_hero_text .fv_ht_job span {
  display: inline-block;
  padding: 6px 16px;
  background-color: #aaa;
  color: #fff;
  font-weight: 800;
  font-size: 1.8rem;
}
.first_view .fv_hero .fv_hero_text .fv_ht_job_ms span {
  display: inline-block;
  padding: 4px 16px;
  background-color: #fff;
  color: #aaa;
  font-weight: 800;
  font-size: 1.8rem;
}
.first_view .fv_hero .fv_hero_text .fv_ht_name_en {
  margin-top: 24px;
}
.first_view .fv_hero .fv_hero_text .fv_ht_name_en span {
  display: inline-block;
  padding: 0 12px;
  background-color: #aaa;
  color: #fff;
  font-weight: 700;
  font-size: 7.2rem;
}
.first_view .fv_hero .fv_hero_text .fv_ht_name_en_ms span {
  display: inline-block;
  padding: 0 12px;
  background-color: #fff;
  color: #aaa;
  font-weight: 700;
  font-size: 4rem;
}
.first_view .fv_hero .fv_hero_text .fv_ht_family_name_en span {
  display: inline-block;
  padding: 0 12px;
  background-color: #aaa;
  color: #fff;
  font-weight: 700;
  font-size: 7.2rem;
}
.first_view .fv_hero .fv_hero_text .fv_ht_name span {
  display: inline-block;
  padding: 6px 14px;
  background-color: #aaa;
  color: #fff;
  font-weight: 700;
  font-size: 3.6rem;
}
.first_view .fv_hero .fv_hero_text .fv_ht_name_ms span {
  display: inline-block;
  padding: 4px 14px;
  background-color: #fff;
  color: #aaa;
  font-weight: 700;
  font-size: 2.4rem;
}
.first_view .fv_hero .fv_hero_text .fv_ht_brief:nth-child(1) {
  margin-top: 40px;
}
.first_view .fv_hero .fv_hero_text .fv_ht_brief span {
  display: inline-block;
  padding: 6px 14px;
  min-width: 80px;
  background-color: #fff;
  color: #aaa;
  font-weight: 700;
  font-size: 1.6rem;
}
.first_view .fv_hero .fv_hero_text .fv_ht_brief.fv_ht_brief_mt:nth-child(1) {
  margin-top: 24px;
}
.first_view .fv_hero .fv_hero_video {
  margin-top: -96px;
  height: 640px;
  background-color: #000;
}
.first_view .fv_hero .fv_hero_video iframe {
  margin-top: 0;
  max-width: 1120px;
}

.column_base {
  display: flex;
  width: 100%;
}
.column_base .cb_left {
  position: relative;
  flex-shrink: 0;
  width: 220px;
}
.column_base .cb_left .cb_left_inner {
  position: sticky;
  top: 80px;
  margin-left: 120px;
  padding-top: 208px;
  transform: rotate(90deg);
}
.column_base .cb_main {
  margin-right: auto;
  margin-left: auto;
  width: 1120px;
  background-color: #fff;
}
.column_base .cb_main.cd_main_color_black {
  background-color: #000;
}

.left_navi .ln_recruit_text {
  width: 296px;
  font-weight: 800;
}
.left_navi .ln_breadcrumb {
  display: flex;
  margin-top: 24px;
  min-width: 400px;
  width: 100%;
  color: #aaa;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 1.2rem;
}
.left_navi .ln_breadcrumb li {
  display: flex;
  align-items: center;
  margin-right: 16px;
}

.section {
  padding: 160px 80px;
}
.section .sc_inner_sp {
  padding-right: 0;
  padding-left: 0;
}
.section.sc_red .sc_title_bgc span {
  background: #EA0101;
}
.section.sc_orange .sc_title_bgc span {
  background: #FF8042;
}
.section.sc_yellow .sc_title_bgc span {
  background: #FBD114;
}
.section.sc_blue .sc_title_bgc span {
  background: #0873E9;
}
.section.sc_purple .sc_title_bgc span {
  background: #813BF6;
}
.section.sc_green .sc_title_bgc span {
  background: #06AD1B;
}
.section.sc_light_green .sc_title_bgc span {
  background: #0BE195;
}
.section.sc_light_blue .sc_title_bgc span {
  background: #1DC6E1;
}
.section.sc_pink .sc_title_bgc span {
  background: #FF7C7C;
}
.section .sc_title {
  font-weight: 800;
  font-size: 8rem;
}
.section .sc_title.sc_title_bold {
  font-weight: 700;
}
.section .sc_title.sc_title_mt {
  margin-top: 240px;
}
.section .sc_title.sc_title_small {
  display: inline-flex;
  align-items: center;
  font-size: 6.4rem;
  line-height: 1.4;
}
.section .sc_title.sc_title_small span {
  display: inline-block;
  margin-right: 0.04em;
  padding-bottom: 4px;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 8rem;
}
.section .sc_title.sc_title_smaller {
  font-size: 5.6rem;
}
.section .sc_title__page-link {
  display: flex;
}
.section .sc_title.sc_title_sentence {
  margin-top: 160px;
}
.section .sc_caption {
  font-weight: 800;
  font-size: 5.6rem;
}
.section .sc_caption_jp {
  margin-top: 20px;
  font-weight: 700;
  font-size: 4.8rem;
}
.section .sc_sub_title {
  font-weight: 800;
  font-size: 5.6rem;
}
.section .sc_sub_title.sc_st_mt {
  margin-top: 120px;
}
.section .sc_title_bgc {
  display: block;
  font-size: 0;
}
.section .sc_title_bgc span {
  display: inline-block;
  padding: 8px 12px;
  background-color: #aaa;
  color: #fff;
  font-weight: 800;
  font-size: 4rem;
}
.section .sc_title_bgc.sc_tb_mt {
  margin-top: 120px;
}
.section .sc_title_bgc.sc_tb_right {
  text-align: right;
}
.section .sc_lead {
  margin-top: 40px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
}
.section .sc_lead.sc_lead_interview {
  margin-top: 120px;
}
.section .sc_lead.sc_lead_interview__02 {
  margin-top: 40px;
}
.section .sc_lead__sub-title {
  margin-top: 120px;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
}
.section .sc_lead__sub-text {
  margin-top: 16px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
}
.section .sc_lead__sub-title-link {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.section .sc_lead__sub-title-link-img {
  padding-left: 16px;
}
.section .sc_lead__sub-title-link-inner {
  margin-left: 64px;
}
.section .sc_article_image {
  display: block;
  margin-top: 120px;
}
.section .sc_article_column {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
.section .sc_article_column .sc_ac_image {
  flex-shrink: 0;
  margin-left: 40px;
}
.section .sc_article_column .sc_ac_image img {
  width: 400px;
}
.section .sc_article_text {
  margin-top: 80px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
}
.section .sc_article_text.sc_at_interview {
  margin-top: 120px;
}
.section .sc_article_text.sc_at_sentence {
  margin-top: 40px;
}
.section .sc_other_sub_title {
  margin-top: 120px;
}
.section .sc_other_sub_title span {
  display: inline-block;
  padding: 4px 16px;
  background-color: #EA0101;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 3.2rem;
}
.section .sc_other_sub_title.annotation {
  display: flex;
}
.section .sc_other_caption {
  margin-top: 32px;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.6;
}
.section .sc_other_caption.sc_oc_designer_mt {
  margin-top: 56px;
}
.section .sc_other_caption .sc_oc_note {
  font-size: 2.4rem;
}
.section .sc_other_caption.scoc_list li {
  margin-bottom: 16px;
  line-height: 1.4;
}
.section .sc_other_caption a:link,
.section .sc_other_caption a:visited {
  text-decoration: underline;
}
.section .sc_other_caption__box {
  display: block;
  margin-bottom: 24px;
}
.section .sc_other_caption.sc_box {
  margin-top: 0;
  color: #EA0101;
}
.section .sc_other_text {
  margin-top: 20px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6;
}
.section .sc_other_text a:link,
.section .sc_other_text a:visited {
  display: block;
  margin-top: 16px;
  text-decoration: underline;
}
.section .sc_other_text.annotation {
  margin: 0 0 0 24px;
}
.section .sc_other_link {
  margin-top: 32px;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.4;
}
.section .sc_other_link.sc_ol_company {
  margin-top: 120px;
}
.section .sc_other_link a:link,
.section .sc_other_link a:visited {
  display: block;
  text-decoration: underline;
}
.section .sc_text_note {
  margin-top: 80px;
  text-align: right;
  font-weight: 700;
  font-size: 1.6rem;
}
.section .sc_link_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
  width: 100%;
}
.section .sc_link_box.sc_lb_garter {
  margin-top: 40px;
}
.section .sc_link_box .sc_lb_item_garter {
  display: block;
  margin: 80px 80px 0 0;
  width: 440px;
}
.section .sc_link_box .sc_lb_item_garter:nth-child(2n) {
  margin-right: 0;
}
.section .sc_link_box .sc_lb_item_garter__02 {
  width: 100%;
  margin: 0;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_service {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 440px;
  background-color: #fafafa;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_adwaysdata {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 440px;
  background-color: #fafafa;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text {
  margin-top: 44px;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_job {
  font-weight: 800;
  font-size: 2.4rem;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_job__02 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 8px;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_color_bar {
  margin-top: 12px;
  width: 48px;
  height: 8px;
  background-color: #aaa;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_color_bar.sc_lb_ig_tc_red {
  background: #EA0101;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_color_bar.sc_lb_ig_tc_orange {
  background: #FF8042;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_color_bar.sc_lb_ig_tc_yellow {
  background: #FBD114;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_color_bar.sc_lb_ig_tc_blue {
  background: #0873E9;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_color_bar.sc_lb_ig_tc_purple {
  background: #813BF6;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_color_bar.sc_lb_ig_tc_green {
  background: #06AD1B;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_color_bar.sc_lb_ig_tc_light_green {
  background: #0BE195;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_color_bar.sc_lb_ig_tc_light_blue {
  background: #1DC6E1;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_color_bar.sc_lb_ig_tc_pink {
  background: #FF7C7C;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_color_bar.sc_lb_ig_tc_gray {
  background: #aaa;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_name {
  margin-top: 24px;
  font-weight: 700;
  font-size: 4rem;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_name_en {
  margin-top: 10px;
  font-weight: 700;
  font-size: 2.6rem;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_extract {
  margin-top: 24px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_extract_entry {
  margin-top: -8px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.4;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_link {
  margin-top: 32px;
  text-align: right;
  font-weight: 600;
  font-size: 1.6rem;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_link a:link,
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_link a:visited {
  display: block;
  text-decoration: underline;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_link a:hover {
  text-decoration: none;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_btn {
  margin-top: 40px;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_btn a:link,
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_btn a:visited {
  display: block;
  padding: 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: 800;
  font-size: 3.2rem;
}
.section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text__02 {
  margin: 0;
}
.section .sc_link_box .sc_lb_item {
  position: relative;
  display: block;
  width: 480px;
  height: 480px;
}
.section .sc_link_box .sc_lb_item .sc_lb_item_text_box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
  color: #fff;
  font-weight: 800;
}
.section .sc_link_box .sc_lb_item .sc_lb_item_text_box.lb_it_black {
  color: #000;
}
.section .sc_link_box .sc_lb_item .sc_lb_item_text_box .lb_it_title {
  font-size: 3.2rem;
  line-height: 1.2;
}
.section .sc_link_box .sc_lb_item .sc_lb_item_text_box .lb_it_num {
  margin-top: 4px;
  font-size: 3.2rem;
}
.section .sc_link_box .sc_lb_item .sc_lb_item_text_box .lb_it_date {
  margin-top: 8px;
  font-weight: 700;
  font-size: 2.4rem;
}
.section .sc_link_box .sc_lb_item .sc_lb_item_text_box .lb_it_title_video {
  margin-top: 8px;
}
.section .sc_link_box .sc_lb_item .sc_lb_item_text_box .lb_it_title_video span {
  display: inline-block;
  padding: 2px 8px;
  background-color: #fff;
  color: #000;
  font-size: 3.2rem;
}
.section .sc_link_box .sc_lb_item .sc_lb_item_text_box .lb_it_num_video span {
  display: inline-block;
  padding: 2px 8px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: 3.2rem;
}
.section .sc_link_box .sc_lb_item .sc_lb_item_text_box .lb_it_name_video span {
  display: inline-block;
  padding: 4px 8px;
  background-color: #fff;
  color: #000;
  font-size: 2rem;
}
.section .sc_link_box .sc_lb_item .sc_lb_item_text_box .lb_it_name_sub_video span {
  display: inline-block;
  padding: 4px 8px;
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
}
.section .sc_link_box .sc_lb_item_member {
  position: relative;
  display: block;
  margin-top: 80px;
  width: 100%;
  background-color: #aaa;
}
.section .sc_link_box .sc_lb_item_member:nth-child(1) {
  margin-top: 0;
}
.section .sc_link_box .sc_lb_item_member .sc_lb_im_image {
  padding: 16px 32px 16px 128px;
}
.section .sc_link_box .sc_lb_item_member .sc_lb_im_text {
  position: absolute;
  top: 64px;
  left: 64px;
  font-size: 0;
  line-height: 1;
}
.section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_title {
  margin-top: -20px;
}
.section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_title span {
  display: inline-block;
  padding: 2px 8px;
  background-color: #aaa;
  color: #fff;
  font-weight: 800;
  font-size: 5.6rem;
}
.section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_name_ms {
  margin-top: 40px;
}
.section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_name_ms span {
  display: inline-block;
  padding: 4px 8px;
  background-color: #fff;
  color: #aaa;
  font-weight: 800;
  font-size: 4rem;
}
.section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_job span {
  display: inline-block;
  padding: 2px 8px;
  background-color: #aaa;
  color: #fff;
  font-weight: 800;
  font-size: 2.4rem;
}
.section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_name span {
  display: inline-block;
  padding: 4px 8px;
  background-color: #aaa;
  color: #fff;
  font-weight: 800;
  font-size: 4rem;
}
.section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_name_en {
  margin-top: 44px;
}
.section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_name_en span {
  display: inline-block;
  padding: 4px 8px;
  background-color: #fff;
  color: #aaa;
  font-weight: 700;
  font-size: 2.6rem;
}
.section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_name_en.sc_lb_im_name_en_ms {
  margin-top: 0;
}
.section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_other span {
  display: inline-block;
  padding: 2px 8px;
  background-color: #fff;
  color: #aaa;
  font-weight: 700;
  font-size: 1.6rem;
}
.section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_other.sc_lb_im_other_mt {
  margin-top: 0;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_red {
  background-color: #EA0101;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_red .sc_lb_im_text .sc_lb_im_title span {
  background-color: #EA0101;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_red .sc_lb_im_text .sc_lb_im_name_ms span {
  color: #EA0101;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_red .sc_lb_im_text .sc_lb_im_job span {
  background-color: #EA0101;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_red .sc_lb_im_text .sc_lb_im_name span {
  background-color: #EA0101;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_red .sc_lb_im_text .sc_lb_im_name_en span {
  color: #EA0101;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_red .sc_lb_im_text .sc_lb_im_other span {
  color: #EA0101;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_orange {
  background-color: #FF8042;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_orange .sc_lb_im_text .sc_lb_im_title span {
  background-color: #FF8042;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_orange .sc_lb_im_text .sc_lb_im_name_ms span {
  color: #FF8042;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_orange .sc_lb_im_text .sc_lb_im_job span {
  background-color: #FF8042;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_orange .sc_lb_im_text .sc_lb_im_name span {
  background-color: #FF8042;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_orange .sc_lb_im_text .sc_lb_im_name_en span {
  color: #FF8042;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_orange .sc_lb_im_text .sc_lb_im_other span {
  color: #FF8042;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_yellow {
  background-color: #FBD114;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_yellow .sc_lb_im_text .sc_lb_im_title span {
  background-color: #FBD114;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_yellow .sc_lb_im_text .sc_lb_im_name_ms span {
  color: #FBD114;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_yellow .sc_lb_im_text .sc_lb_im_job span {
  background-color: #FBD114;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_yellow .sc_lb_im_text .sc_lb_im_name span {
  background-color: #FBD114;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_yellow .sc_lb_im_text .sc_lb_im_name_en span {
  color: #FBD114;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_yellow .sc_lb_im_text .sc_lb_im_other span {
  color: #FBD114;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_blue {
  background-color: #0873E9;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_blue .sc_lb_im_text .sc_lb_im_title span {
  background-color: #0873E9;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_blue .sc_lb_im_text .sc_lb_im_name_ms span {
  color: #0873E9;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_blue .sc_lb_im_text .sc_lb_im_job span {
  background-color: #0873E9;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_blue .sc_lb_im_text .sc_lb_im_name span {
  background-color: #0873E9;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_blue .sc_lb_im_text .sc_lb_im_name_en span {
  color: #0873E9;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_blue .sc_lb_im_text .sc_lb_im_other span {
  color: #0873E9;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_purple {
  background-color: #813BF6;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_purple .sc_lb_im_text .sc_lb_im_title span {
  background-color: #813BF6;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_purple .sc_lb_im_text .sc_lb_im_name_ms span {
  color: #813BF6;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_purple .sc_lb_im_text .sc_lb_im_job span {
  background-color: #813BF6;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_purple .sc_lb_im_text .sc_lb_im_name span {
  background-color: #813BF6;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_purple .sc_lb_im_text .sc_lb_im_name_en span {
  color: #813BF6;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_purple .sc_lb_im_text .sc_lb_im_other span {
  color: #813BF6;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_green {
  background-color: #06AD1B;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_green .sc_lb_im_text .sc_lb_im_title span {
  background-color: #06AD1B;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_green .sc_lb_im_text .sc_lb_im_name_ms span {
  color: #06AD1B;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_green .sc_lb_im_text .sc_lb_im_job span {
  background-color: #06AD1B;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_green .sc_lb_im_text .sc_lb_im_name span {
  background-color: #06AD1B;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_green .sc_lb_im_text .sc_lb_im_name_en span {
  color: #06AD1B;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_green .sc_lb_im_text .sc_lb_im_other span {
  color: #06AD1B;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_light_green {
  background-color: #0BE195;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_light_green .sc_lb_im_text .sc_lb_im_title span {
  background-color: #0BE195;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_light_green .sc_lb_im_text .sc_lb_im_name_ms span {
  color: #0BE195;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_light_green .sc_lb_im_text .sc_lb_im_job span {
  background-color: #0BE195;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_light_green .sc_lb_im_text .sc_lb_im_name span {
  background-color: #0BE195;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_light_green .sc_lb_im_text .sc_lb_im_name_en span {
  color: #0BE195;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_light_green .sc_lb_im_text .sc_lb_im_other span {
  color: #0BE195;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_light_blue {
  background-color: #1DC6E1;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_light_blue .sc_lb_im_text .sc_lb_im_title span {
  background-color: #1DC6E1;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_light_blue .sc_lb_im_text .sc_lb_im_name_ms span {
  color: #1DC6E1;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_light_blue .sc_lb_im_text .sc_lb_im_job span {
  background-color: #1DC6E1;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_light_blue .sc_lb_im_text .sc_lb_im_name span {
  background-color: #1DC6E1;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_light_blue .sc_lb_im_text .sc_lb_im_name_en span {
  color: #1DC6E1;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_light_blue .sc_lb_im_text .sc_lb_im_other span {
  color: #1DC6E1;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_pink {
  background-color: #FF7C7C;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_pink .sc_lb_im_text .sc_lb_im_title span {
  background-color: #FF7C7C;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_pink .sc_lb_im_text .sc_lb_im_name_ms span {
  color: #FF7C7C;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_pink .sc_lb_im_text .sc_lb_im_job span {
  background-color: #FF7C7C;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_pink .sc_lb_im_text .sc_lb_im_name span {
  background-color: #FF7C7C;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_pink .sc_lb_im_text .sc_lb_im_name_en span {
  color: #FF7C7C;
}
.section .sc_link_box .sc_lb_item_member.sc_lb_im_color_pink .sc_lb_im_text .sc_lb_im_other span {
  color: #FF7C7C;
}
.section .sc_view_more {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 120px;
  width: 100%;
  text-align: right;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
}
.section .sc_view_more img {
  margin: -2px 16px 0 0;
}
.section .sc_pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
.section .sc_pagination div {
  display: flex;
  align-items: center;
  color: #aaa;
  font-weight: 600;
  font-size: 1.6rem;
}
.section .sc_pagination div a:link,
.section .sc_pagination div a:visited {
  padding: 8px 0;
  color: #000;
}
.section .sc_pagination div span {
  padding: 8px 0;
}
.section .sc_pagination div img {
  margin: 0 16px 3px;
}
.section .sc_pagination div img.sc_page_op {
  opacity: 0.32;
}

.hr_line {
  width: 100%;
  margin-top: 56px;
  height: 1px;
  border-top: 1px dotted #aaa;
}

.sticky-btn {
  background-color: #EA0101;
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 1;
  padding: 16px 20px;
  transition: all 1s ease;
}
.sticky-btn__entry-btn-title {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 800;
}
.sticky-btn__entry-btn-subtitle {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.sticky-btn__entry-btn-link {
  padding: 8px 20px;
  background-color: #fff;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.sticky-btn__entry-btn-text {
  color: #000;
  font-size: 2.4rem;
  font-weight: 800;
}

.sticky-btn-scroll {
  bottom: 80px;
  transition: all 1s ease;
}

.footer {
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fafafa;
  white-space: nowrap;
}
.footer .ft_menu {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.6rem;
}
.footer .ft_menu img {
  max-width: 32px;
}
.footer .ft_menu li {
  margin-right: 48px;
}
.footer .ft_menu li:nth-child(3) {
  margin-right: 64px;
}
.footer .ft_copy {
  display: flex;
  margin-left: auto;
  text-align: right;
  font-weight: 700;
  font-size: 1.2rem;
}

@media screen and (max-width: 480px) {
  .header {
    padding: 16px 20px;
  }
  .header .hd_menu {
    display: none;
  }
  .header .hd_menu_sp {
    display: block;
    margin-left: auto;
    transition: all 0.3s ease;
  }
  .header .hd_menu_sp:hover {
    opacity: 0.56;
    cursor: pointer;
  }
  .header .hd_menu_sp.hd_ms_invert {
    filter: invert(100);
  }
  .first_view.fv_sp_full {
    height: 100vh;
  }
  .first_view .fv_contenst {
    top: 24vh;
  }
  .first_view .fv_contenst .fv_contenst_inner {
    margin: 0 20px;
  }
  .first_view .fv_contenst .fv_contenst_inner .fv_ci_title {
    font-size: 20vw;
  }
  .first_view .fv_contenst .fv_contenst_inner .fv_ci_caption {
    margin: 3.2vh 0 0 0.8vw;
    padding: 1vw 3.2vw;
    font-size: 4.4vw;
  }
  .first_view .fv_contenst .fv_contenst_inner .fv_ci_caption span {
    font-size: 5.2vw;
  }
  .first_view .fv_video_box .fv_video {
    margin-left: -200vw;
  }
  .first_view .fv_slider .fv_slider_img.fv_si01 {
    background: url(../img/top/hero_image_top01_sp.png) center 0 no-repeat;
    background-color: #EA0101;
    background-size: cover;
  }
  .first_view .fv_slider .fv_slider_img.fv_si02 {
    background: url(../img/top/hero_image_top02_sp.jpg) center 0 no-repeat;
    background-size: cover;
  }
  .first_view .fv_slider .fv_slider_img.fv_si03 {
    background: url(../img/top/hero_image_top03_sp.jpg) center 0 no-repeat;
    background-size: cover;
  }
  .first_view .fv_slider .fv_slider_img.fv_si04 {
    background: url(../img/top/hero_image_top04_sp.jpg) center 0 no-repeat;
    background-size: cover;
  }
  .first_view .fv_slider .fv_slider_img.fv_si05 {
    background: url(../img/top/hero_image_top05_sp.jpg) center 0 no-repeat;
    background-size: cover;
  }
  .first_view .fv_slider .fv_slider_img.fv_si06 {
    background: url(../img/top/hero_image_top06_sp.jpg) center 0 no-repeat;
    background-size: cover;
  }
  .first_view .fv_slider .fv_slider_img.fv_si07 {
    background: url(../img/top/hero_image_top07_sp.jpg) center 0 no-repeat;
    background-size: cover;
  }
  .first_view .fv_slider .fv_slider_img.fv_si08 {
    background: url(../img/top/hero_image_top08_sp.jpg) center 0 no-repeat;
    background-size: cover;
  }
  .first_view .fv_slider .fv_slider_img.fv_si09 {
    background: url(../img/top/hero_image_top09_sp.jpg) center 0 no-repeat;
    background-size: cover;
  }
  .first_view .fv_ci_scroll {
    right: 20px;
  }
  .first_view .fv_ci_scroll img {
    width: 64%;
  }
  .first_view .fv_ci_scroll.fv_ci_scroll_potition {
    right: 0;
    bottom: -20px;
    display: block;
  }
  .first_view .fv_hero {
    margin: 18vh 20px 20px;
    max-width: 100vw;
  }
  .first_view .fv_hero .fv_hero_image {
    height: auto;
  }
  .first_view .fv_hero .fv_hero_image.fv_hi_member {
    right: -20px;
    margin-top: 0;
    padding: 0;
    height: auto;
    text-align: center;
  }
  .first_view .fv_hero .fv_hero_image.fv_hi_member img {
    max-width: 97vw;
    max-height: 88vh;
    filter: drop-shadow(4px 8px 8px rgba(0, 0, 0, 0.04));
  }
  .first_view .fv_hero .fv_hero_image img {
    max-width: 100%;
  }
  .first_view .fv_hero .fv_hero_image-short {
    height: auto;
  }
  .first_view .fv_hero .fv_hero_image-short.fv_hi_member {
    right: -20px;
    margin-top: 0;
    padding: 0;
    height: auto;
    text-align: center;
  }
  .first_view .fv_hero .fv_hero_image-short.fv_hi_member img {
    max-width: 120vw;
    max-height: 120vh;
    margin-right: -82px;
    filter: drop-shadow(4px 8px 8px rgba(0, 0, 0, 0.04));
  }
  .first_view .fv_hero .fv_hero_image-short img {
    max-width: 100%;
  }
  .first_view .fv_hero .fv_hero_text {
    margin-bottom: 8vh;
    margin-left: -20px;
  }
  .first_view .fv_hero .fv_hero_text.fv_ht_mb {
    margin-bottom: 2vh;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_message:nth-child(1) {
    margin-top: -12vw;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_message span {
    padding: 2vw 4vw 1.8vw 20px;
    letter-spacing: -0.02em;
    font-size: 5.68vw;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_job_en span {
    padding: 1.6vw 4vw 1.6vw 20px;
    font-size: 4.8vw;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_job_en_ms {
    margin-top: 3vh;
    margin-left: 20px;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_job_en_ms span {
    padding: 1vw 2.6vw 1vw 1.6vw;
    font-weight: 700;
    font-size: 3.8vw;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_job span {
    padding: 1.6vw 4vw 1.2vw 20px;
    font-size: 4vw;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_job_ms {
    margin-left: 20px;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_job_ms span {
    padding: 0.4vw 2.6vw 0.4vw 1.8vw;
    font-size: 3.2vw;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_name_en {
    margin-top: 2vh;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_name_en span {
    padding: 1.2vw 6vw 1.2vw 20px;
    font-size: 10vw;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_name_en_ms {
    margin-left: 20px;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_name_en_ms span {
    padding: 0.8vw 2.6vw 0.8vw 1.6vw;
    font-size: 6vw;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_family_name_en span {
    padding: 1.2vw 6vw 1.2vw 20px;
    font-size: 10vw;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_name span {
    padding: 1.2vw 4vw 1.2vw 20px;
    font-size: 6.4vw;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_name_ms {
    margin-left: 20px;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_name_ms span {
    padding: 0.8vw 2.6vw 0.8vw 1.8vw;
    font-size: 3.2vw;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_brief {
    margin-left: 20px;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_brief:nth-child(1) {
    margin-top: 2vh;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_brief span {
    padding: 1.2vw 1.8vw;
    min-width: auto;
    letter-spacing: -0.02em;
    font-size: 3.2vw;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_brief.fv_ht_brief_mt:nth-child(1) {
    margin-top: 2vh;
  }
  .first_view .fv_hero .fv_hero_video {
    margin: 0 -20px;
    padding: 0;
    height: auto;
  }
  .first_view .fv_hero .fv_hero_video iframe {
    margin-top: 0;
    max-width: 100%;
    height: 64vh;
  }
  .column_base {
    display: flex;
  }
  .column_base .cb_left {
    display: none;
  }
  .left_navi {
    display: none;
  }
  .section {
    padding: 8vh 0;
  }
  .section.sc_inner_sp {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section .sc_inner_sp {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section .sc_title {
    font-size: 15.2vw;
  }
  .section .sc_title.sc_title_mt {
    margin-top: 10vh;
  }
  .section .sc_title.sc_title_small {
    display: inline-flex;
    align-items: center;
    font-size: 10vw;
  }
  .section .sc_title.sc_title_small span {
    display: inline-block;
    margin-right: 0.08em;
    padding-bottom: 0.8vw;
    font-size: 12.4vw;
    line-height: 16vw;
  }
  .section .sc_title.sc_title_smaller {
    font-size: 9.2vw;
  }
  .section .sc_title__page-link {
    display: block;
  }
  .section .sc_title.sc_title_sentence {
    margin-top: 8vh;
  }
  .section .sc_caption {
    font-size: 9.2vw;
  }
  .section .sc_caption_jp {
    margin-top: 2vh;
    font-size: 8.8vw;
  }
  .section .sc_sub_title {
    font-size: 9.2vw;
  }
  .section .sc_sub_title.sc_st_mt {
    margin-top: 8vh;
  }
  .section .sc_title_bgc span {
    padding: 1.4vw 2vw;
    font-size: 5.2vw;
    line-height: 8vw;
  }
  .section .sc_title_bgc.sc_tb_mt {
    margin-top: 10vh;
  }
  .section .sc_lead {
    margin-top: 4vh;
    font-size: 4vw;
    line-height: 1.6;
  }
  .section .sc_lead.sc_lead_interview {
    margin-top: 8vh;
  }
  .section .sc_lead.sc_lead_interview__02 {
    margin-top: 4vh;
  }
  .section .sc_lead__sub-title {
    margin-top: 8vh;
    font-size: 5.6vw;
    line-height: 1.6;
  }
  .section .sc_lead__sub-text {
    margin-top: 2vh;
    font-size: 4vw;
    line-height: 1.6;
  }
  .section .sc_lead__sub-title-link-img {
    padding-left: 4vw;
    width: 24px;
  }
  .section .sc_lead__sub-title-link {
    margin-top: 2vh;
  }
  .section .sc_lead__sub-title-link-inner {
    margin-left: 0;
  }
  .section .sc_article_image {
    margin-top: 6vh;
  }
  .section .sc_article_column {
    display: block;
    margin-top: 6vh;
  }
  .section .sc_article_column .sc_ac_image {
    margin-top: 6vh;
    margin-left: 0;
  }
  .section .sc_article_column .sc_ac_image img {
    width: 100%;
  }
  .section .sc_article_text {
    margin-top: 4vh;
    font-size: 4vw;
    line-height: 1.6;
  }
  .section .sc_article_text.sc_at_interview {
    margin-top: 6vh;
  }
  .section .sc_article_text.sc_at_sentence {
    margin-top: 4vh;
  }
  .section .sc_other_sub_title {
    margin-top: 4vh;
  }
  .section .sc_other_sub_title span {
    padding: 1.4vw 2vw;
    font-size: 4vw;
  }
  .section .sc_other_sub_title.annotation {
    display: block;
  }
  .section .sc_other_caption {
    margin-top: 2vh;
    font-size: 4.8vw;
  }
  .section .sc_other_caption.sc_oc_designer_mt {
    margin-top: 4vh;
  }
  .section .sc_other_caption .sc_oc_note {
    font-size: 3.6vw;
  }
  .section .sc_other_caption.scoc_list li {
    margin-bottom: 2vh;
  }
  .section .sc_other_caption__box {
    margin-bottom: 2vw;
  }
  .section .sc_other_text {
    margin-top: 2vh;
    font-size: 4vw;
  }
  .section .sc_other_text a:link,
  .section .sc_other_text a:visited {
    margin-top: 2vh;
  }
  .section .sc_other_text.annotation {
    margin: 2vh 0 0 0;
  }
  .section .sc_other_link {
    margin-top: 2vh;
    font-size: 4vw;
    line-height: 1.4;
  }
  .section .sc_other_link.sc_ol_company {
    margin-top: 3.2vh;
  }
  .section .sc_text_note {
    margin-top: 8vh;
    font-size: 3.6vw;
  }
  .section .sc_link_box {
    display: block;
    margin-top: 6vh;
  }
  .section .sc_link_box.sc_lb_garter {
    margin-top: 0;
  }
  .section .sc_link_box .sc_lb_item_garter {
    margin: 10vh 0 0;
    width: 100%;
  }
  .section .sc_link_box .sc_lb_item_garter:nth-child(1) {
    margin: 6vh 0 0;
  }
  .section .sc_link_box .sc_lb_item_garter:nth-child(2n) {
    margin: 10vh 0 0;
  }
  .section .sc_link_box .sc_lb_item_garter .sc_lb_ig_service {
    padding: 8vw 12vw;
    height: 40vh;
    text-align: center;
  }
  .section .sc_link_box .sc_lb_item_garter .sc_lb_ig_adwaysdata {
    padding: 8vw 12vw;
    height: 40vh;
    text-align: center;
  }
  .section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text {
    margin-top: 4vh;
  }
  .section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_job {
    font-size: 6vw;
  }
  .section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_job__02 {
    font-size: 3.6vw;
    line-height: 1.2;
  }
  .section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_color_bar {
    margin-top: 2vh;
  }
  .section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_name {
    margin-top: 4vh;
    font-size: 8vw;
  }
  .section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_name_en {
    margin-top: 1.4vh;
    font-size: 6vw;
  }
  .section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_extract {
    margin-top: 2vh;
    font-size: 3.6vw;
  }
  .section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_extract_entry {
    margin-top: 2vh;
    font-size: 4vw;
  }
  .section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_link {
    margin-top: 3.2vh;
    font-size: 3.6vw;
  }
  .section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_btn {
    margin-top: 3.2vh;
  }
  .section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_btn a:link,
  .section .sc_link_box .sc_lb_item_garter .sc_lb_ig_text .sc_lb_ig_text_btn a:visited {
    padding: 4vw;
    font-size: 6vw;
  }
  .section .sc_link_box .sc_lb_item {
    width: 100%;
    height: 100%;
  }
  .section .sc_link_box .sc_lb_item .sc_lb_item_text_box {
    font-size: 0;
    padding: 6vw;
  }
  .section .sc_link_box .sc_lb_item .sc_lb_item_text_box .lb_it_title {
    font-size: 7.2vw;
  }
  .section .sc_link_box .sc_lb_item .sc_lb_item_text_box .lb_it_num {
    margin-top: 0.2vh;
    font-size: 7.2vw;
  }
  .section .sc_link_box .sc_lb_item .sc_lb_item_text_box .lb_it_date {
    margin-top: 1.6vh;
    font-size: 6vw;
  }
  .section .sc_link_box .sc_lb_item .sc_lb_item_text_box .lb_it_title_video span {
    font-size: 2.4rem;
  }
  .section .sc_link_box .sc_lb_item .sc_lb_item_text_box .lb_it_num_video span {
    font-size: 2.4rem;
  }
  .section .sc_link_box .sc_lb_item .sc_lb_item_text_box .lb_it_name_video span {
    padding: 0.8vw 3.2vw 0.8vw 2.2vw;
    letter-spacing: 0.08em;
    font-size: 6.4vw;
  }
  .section .sc_link_box .sc_lb_item .sc_lb_item_text_box .lb_it_name_sub_video span {
    padding: 0.8vw 2.52vw;
    font-size: 3.6vw;
  }
  .section .sc_link_box .sc_lb_item_member {
    margin-top: 6vh;
  }
  .section .sc_link_box .sc_lb_item_member:nth-child(1) {
    margin-top: 0;
  }
  .section .sc_link_box .sc_lb_item_member .sc_lb_im_image {
    padding: 8vw 4vw 8vw 16vw;
  }
  .section .sc_link_box .sc_lb_item_member .sc_lb_im_image img {
    width: 100%;
  }
  .section .sc_link_box .sc_lb_item_member .sc_lb_im_text {
    top: 12vw;
    left: 4vw;
    right: 7vw;
  }
  .section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_title {
    margin-top: 0;
  }
  .section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_title span {
    display: inline-block;
    padding: 1vw 4vw 1vw 1.2vw;
    font-size: 11.2vw;
  }
  .section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_name_ms {
    margin-top: 26vh;
  }
  .section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_name_ms span {
    padding: 1.4vw 2.2vw;
    font-size: 6.8vw;
  }
  .section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_job span {
    padding: 0.8vw 2.6vw 0.8vw 2.2vw;
    font-size: 4.4vw;
  }
  .section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_name span {
    padding: 0.8vw 3.2vw 0.8vw 2.2vw;
    letter-spacing: 0.08em;
    font-size: 6.4vw;
  }
  .section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_name_en {
    margin-top: 21.2vh;
  }
  .section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_name_en span {
    padding: 0.8vw 2.6vw;
    font-size: 4.6vw;
  }
  .section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_name_en.sc_lb_im_name_en_ms span {
    font-size: 3.6vw;
  }
  .section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_other span {
    padding: 0.8vw 2.52vw;
    font-size: 3.6vw;
  }
  .section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_other.sc_lb_im_other_mt {
    margin-top: 0;
  }
  .section .sc_link_box .sc_lb_item_member .sc_lb_im_text .sc_lb_im_other__line-height {
    line-height: 4vw;
  }
  .section .sc_view_more {
    margin-top: 10vh;
    font-size: 4.8vw;
  }
  .section .sc_view_more img {
    margin: -2px 16px 0 0;
  }
  .section .sc_pagination {
    margin-top: 10vh;
  }
  .section .sc_pagination div {
    font-size: 3.6vw;
  }
  .section .sc_pagination div a:link,
  .section .sc_pagination div a:visited {
    padding: 1vw 0;
  }
  .section .sc_pagination div span {
    padding: 1vw 0;
  }
  .section .sc_pagination div img {
    margin: 0 2vw 0.2vw;
    width: 6vw;
  }
  .hr_line {
    width: 100%;
    margin-top: 4vh;
    height: 1px;
    background-color: #aaa;
    border: none;
  }
  .sticky-btn {
    bottom: 0;
    width: 100%;
    padding: 1vh 1.2vh;
    display: flex;
    align-items: center;
  }
  .sticky-btn__entry-btn-text-box-inner {
    display: flex;
  }
  .sticky-btn__entry-btn-title {
    font-size: 4vw;
  }
  .sticky-btn__entry-btn-title--newline {
    margin-left: 8px;
  }
  .sticky-btn__entry-btn-subtitle {
    text-align: justify;
    margin-top: 4px;
    max-width: 100%;
  }
  .sticky-btn__entry-btn-link {
    padding: 8px;
    margin: 0 0 0 16px;
  }
  .sticky-btn__entry-btn-text {
    font-size: 1.2em;
  }
  .sticky-btn__entry-btn-text-box {
    width: 100%;
  }
  .footer {
    display: block;
    padding: 5.4vh 20px 6vh;
  }
  .footer .ft_menu {
    display: block;
    font-size: 3.6vw;
  }
  .footer .ft_menu li {
    margin-top: 2.4vh;
    margin-right: 0;
  }
  .footer .ft_menu li:nth-child(1) {
    margin-top: 0;
  }
  .footer .ft_menu li:nth-child(3) {
    margin-right: 0;
  }
  .footer .ft_menu li:nth-child(5) {
    margin-top: 2vh;
    margin-left: -1.3vw;
  }
  .footer .ft_menu li:nth-child(6) {
    margin-top: 1vh;
    margin-left: -1.3vw;
  }
  .footer .ft_copy {
    margin-top: 4vh;
    margin-left: none;
    text-align: left;
    font-size: 3.2vw;
  }
  .fade.fade_sp {
    opacity: 1;
  }
}
@media screen and (max-width: 320px) {
  .first_view .fv_video_box .fv_video {
    margin-left: -240vw;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_message span {
    font-size: 5.56vw;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_brief span {
    font-size: 3.1vw;
  }
  .first_view .fv_hero .fv_hero_text .fv_ht_brief__line-height {
    line-height: 4vw;
  }
}/*# sourceMappingURL=common.css.map */