@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/* ======================================================================
 common
====================================================================== */
html {
  font-size: 0.6666666667vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 1.8rem;
  color: inherit;
}

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

label {
  cursor: pointer;
}

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

img {
  pointer-events: none;
  width: 100%;
  vertical-align: bottom;
}

.inner {
  width: calc(100% - 50rem);
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
  }
}

.sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sm {
    display: block !important;
  }
  .md {
    display: none !important;
  }
}
.trans {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .trans {
    transition: none;
  }
}

.trans:hover,
.trans:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .trans:hover,
  .trans:hover img {
    opacity: 1;
  }
}

.bg_white {
  background: #FFF !important;
}

.bg_04 {
  background: #EAEEF1 !important;
}

main {
  overflow-x: hidden;
}

.anchor {
  display: block;
  position: relative;
  top: -6rem;
  visibility: hidden;
}
.anchor._service {
  top: 11rem;
}
.anchor._interview {
  top: 1rem;
}
@media screen and (max-width: 768px) {
  .anchor._interview {
    top: -4rem;
  }
}
.anchor._description {
  top: 1rem;
}
@media screen and (max-width: 768px) {
  .anchor._description {
    top: -5rem;
  }
}

/* ======================================================================
 header
====================================================================== */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 0 6rem;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0;
  }
}
.header_logo {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 27rem;
    margin-left: 4%;
  }
}
.header_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header_menu {
    display: none;
    position: absolute;
    box-sizing: border-box;
    z-index: 999;
    top: 8rem;
    left: 0;
    width: 100%;
    background-color: rgba(0, 60, 93, 0.9);
    padding: 4% 4% 8%;
  }
}
.header_menu_btn {
  position: relative;
  width: 8rem;
  height: 8rem;
}
.header_menu_btn._active {
  background: #04a1e9;
}
.header_menu_btn._active span:nth-of-type(1) {
  top: 14px;
  right: 0;
  transform: translateY(6px) rotate(-25deg);
  width: 80%;
  background-color: #FFF;
}
.header_menu_btn._active span:nth-of-type(2) {
  top: 26px;
  right: 0;
  transform: translateY(-6px) rotate(25deg);
  width: 80%;
  background-color: #FFF;
}
.header_menu_btn span {
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  left: 5px;
  height: 2px;
  background-color: #23AFD1;
  width: 80%;
}
.header_menu_btn span:nth-of-type(1) {
  top: 14px;
}
.header_menu_btn span:nth-of-type(2) {
  top: 24px;
}
.header_menu_list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header_menu_list {
    display: block;
  }
}
.header_menu_list_btn {
  position: relative;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 6rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .header_menu_list_btn {
    height: auto;
    padding: 0;
    margin-left: 0;
    flex-direction: inherit;
  }
}
.header_menu_list_btn span {
  text-align: center;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .header_menu_list_btn span {
    display: inline;
    margin: 0 0 0 2rem;
  }
}
.header_menu_list_btn._tgl:hover .header_menu_sub {
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .header_menu_list_btn._tgl > a {
    pointer-events: none;
    color: #FFF;
  }
}
.header_menu_list_btn:hover {
  color: #FFF;
  background-image: radial-gradient(circle, rgb(4, 161, 233), rgb(47, 64, 95) 90%);
}
@media screen and (max-width: 768px) {
  .header_menu_list_btn:hover {
    background-image: none;
  }
}
.header_menu_list_btn:hover a {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .header_menu_list_btn {
    color: #FFF;
    display: block;
    font-size: 2.8rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4784313725);
    padding: 3rem 2rem;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .header_menu_list_btn._tgl {
    background: url(../img/common/ico_plus.svg) no-repeat 96% 3.5rem;
    background-size: 2rem;
  }
  .header_menu_list_btn._tgl._active {
    background: url(../img/common/ico_minus.svg) no-repeat 96% 3.5rem;
    background-size: 2rem;
  }
}
.header_menu_sns {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header_menu_sns {
    justify-content: center;
    margin: 5rem 0 0;
  }
}
.header_menu_sns_btn {
  width: 2.8rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .header_menu_sns_btn {
    width: 6rem;
    margin-left: 5rem;
  }
  .header_menu_sns_btn:first-child {
    margin-left: 0;
  }
}
.header_menu_sub {
  transition: all 0.4s ease-in-out;
  display: block;
  position: absolute;
  z-index: 999;
  top: 6rem;
  left: 0;
  width: max-content;
  background-image: radial-gradient(circle, rgb(4, 161, 233), rgb(47, 64, 95) 90%);
  padding: 2rem;
  transform: scale(1, 0);
  transform-origin: top;
}
@media screen and (max-width: 768px) {
  .header_menu_sub {
    background-image: none;
    transform: none;
    opacity: 1;
    position: static;
    padding: 1rem 0 0;
    background: none;
    display: none;
    transition: none;
  }
}
.header_menu_sub_btn {
  display: block;
  color: #FFF !important;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .header_menu_sub_btn {
    font-size: 2.8rem;
    padding: 3rem 0 0 4rem;
  }
}
.header_menu_sub_btn:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .header_menu_sub_btn:not(:last-child) {
    margin: 0;
  }
}

/* ======================================================================
 footer
====================================================================== */
.footer {
  position: relative;
  z-index: 2;
}
.footer_contact {
  background-image: radial-gradient(circle, rgb(4, 161, 233), rgb(47, 64, 95) 90%);
  color: #FFF;
  text-align: center;
  padding: 7rem 0;
}
.footer_contact_ttl {
  font-size: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .footer_contact_ttl {
    font-size: 3.6rem;
    margin-bottom: 4rem;
  }
}
.footer_contact_txt {
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .footer_contact_txt {
    font-size: 2.2rem;
    margin-bottom: 5rem;
  }
}
.footer_contact_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  color: #FFF;
  width: 45rem;
  height: 8rem;
  font-size: 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer_contact_btn {
    width: 100%;
    height: 10rem;
    font-size: 3rem;
  }
}
.footer_contact_btn img {
  width: 3rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .footer_contact_btn img {
    width: 4rem;
  }
}
.footer_info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_info {
    display: block;
  }
}
.footer_info_desc {
  position: relative;
  width: 50%;
  order: 2;
  background: #EAEEF1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 7rem;
  height: 40rem;
}
@media screen and (max-width: 768px) {
  .footer_info_desc {
    width: 100%;
    height: auto;
    display: block;
    padding: 7% 4%;
  }
}
.footer_info_desc_logo {
  display: block;
  width: 26rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .footer_info_desc_logo {
    width: 35rem;
    margin: 0 auto 3rem;
  }
}
.footer_info_desc_txt {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .footer_info_desc_txt {
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.7;
  }
}
.footer_info_desc_tel {
  pointer-events: none;
}
.footer_info_desc_mark {
  position: absolute;
  top: 1rem;
  right: 6rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer_info_desc_mark {
    position: static;
    width: 42rem;
    margin: 3rem auto 0;
  }
}
.footer_info_desc_mark_btn img {
  width: auto;
  height: 7rem;
}
@media screen and (max-width: 768px) {
  .footer_info_desc_mark_btn img {
    width: 100%;
    height: auto;
  }
}
.footer_info_desc .sec_btn_arw {
  width: 100%;
  background-position: 28% 20%;
}
.footer_info_desc .sec_btn_arw:hover {
  background-position: 100% 20%;
}
@media screen and (max-width: 768px) {
  .footer_info_desc .sec_btn_arw {
    margin: 0 auto;
    width: 92%;
  }
}
.footer_info_desc .header_menu_sns {
  position: absolute;
  right: 7rem;
  bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .footer_info_desc .header_menu_sns {
    position: static;
    margin-top: 3rem;
  }
}
.footer_info_map {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer_info_map {
    width: auto;
    height: 50rem;
  }
}
.footer_info_map iframe {
  width: 100%;
  height: 100%;
}
.footer_menu {
  background-image: radial-gradient(circle, rgb(4, 161, 233), rgb(47, 64, 95) 90%);
  color: #FFF;
  display: flex;
  justify-content: space-between;
  padding: 3rem 3rem 3rem 8rem;
}
@media screen and (max-width: 768px) {
  .footer_menu {
    display: block;
    padding: 7% 4%;
  }
}
.footer_menu_list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer_menu_list {
    flex-wrap: wrap;
  }
}
.footer_menu_list_btn {
  margin-right: 5rem;
  color: #FFF;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer_menu_list_btn {
    width: 50%;
    margin: 0 0 7%;
    font-size: 2.4rem;
  }
}
.footer_menu_list_btn span {
  text-align: center;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .footer_menu_list_btn span {
    display: inline;
    margin: 0 0 0 2rem;
  }
}
.footer_menu_copy {
  text-align: right;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer_menu_copy {
    text-align: center;
    font-size: 2rem;
    padding-top: 2rem;
  }
}

/* ======================================================================
 main
====================================================================== */
.sec_txt {
  font-size: 1.8rem;
  line-height: 3.6rem;
}
@media screen and (max-width: 768px) {
  .sec_txt {
    font-size: 2.4rem;
    line-height: 1.7;
  }
}
.sec_btn_arw {
  position: relative;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: 95% 20%;
  background-image: url(../img/common/arw_bk.svg);
  background-size: 2rem;
  font-size: 1.6rem;
  padding: 0 3rem 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .sec_btn_arw {
    display: table;
    font-size: 2.6rem;
    padding: 0 5rem 3rem 0;
    background-size: 3rem;
    background-position: 100% 20%;
  }
}
.sec_btn_arw._w {
  color: #FFF;
  background-image: url(../img/common/arw_w.svg);
}
.sec_btn_arw._w::after {
  background: #FFF;
}
.sec_btn_arw._back {
  background-image: url(../img/common/arw_bk_l.svg);
  background-position: 5% 20%;
  padding: 0 0 3rem 3rem;
}
@media screen and (max-width: 768px) {
  .sec_btn_arw._back {
    background-position: 0 20%;
    padding: 0 0 3rem 5rem;
  }
}
.sec_btn_arw._back:hover {
  background-position: 0 20%;
}
.sec_btn_arw._none {
  background: none;
  padding: 0 2rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .sec_btn_arw._none {
    padding: 0 2rem 3rem;
    margin: 0 1rem;
  }
}
.sec_btn_arw:hover {
  background-position: 100% 20%;
}
.sec_btn_arw:hover::after {
  width: 100%;
}
.sec_btn_arw::after {
  transition: all 0.2s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec_btn_arw::after {
    width: 100%;
  }
}

@keyframes bgOpacity {
  0% {
    color: #04a1e9;
    background-color: #FFF;
  }
  80% {
    color: #04a1e9;
    background-color: #FFF;
  }
  100% {
    color: #FFF;
    background-color: transparent;
  }
}
@keyframes resizeImg {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%);
    transform: scale(2.5);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%);
    transform: scale(1);
  }
}
.top_loop {
  display: flex;
  width: 100vw;
  height: 22rem;
  overflow: hidden;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  z-index: 1;
}
.top_loop img {
  width: auto;
  height: 100%;
  margin-right: 10rem;
}
.top_loop img:first-child {
  animation: loop 50s -25s linear infinite;
}
.top_loop img:last-child {
  animation: loop2 50s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.top_bg {
  position: relative;
  z-index: 2;
  background: #FFF;
  top: 0;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .top_bg {
    padding-top: 0;
  }
}
.top_kv {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 82rem;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top_kv {
    height: 130rem;
  }
}
.top_kv_base {
  display: block;
  width: 100%;
  height: 82rem;
}
@media screen and (max-width: 768px) {
  .top_kv_base {
    height: 130rem;
  }
}
.top_kv_slider::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top_kv_ttl {
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 9;
  color: #FFF;
  font-size: 80px;
  line-height: 1.4;
  background-color: transparent;
  animation-name: bgOpacity;
  animation-duration: 3s;
}
@media screen and (max-width: 1100px) {
  .top_kv_ttl {
    font-size: 60px;
  }
}
@media screen and (max-width: 800px) {
  .top_kv_ttl {
    font-size: 55px;
  }
}
@media screen and (max-width: 768px) {
  .top_kv_ttl {
    font-size: 5rem;
    line-height: 1.5;
  }
}
.top_kv_ttl span {
  width: 100%;
  animation-name: resizeImg;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
}
.top_kv_arw {
  position: absolute;
  display: flex;
  flex-direction: column-reverse;
  align-items: baseline;
  letter-spacing: 0.1rem;
  z-index: 999;
  bottom: 10rem;
  left: 50%;
  transform: rotate(90deg);
  color: #FFF;
  animation: arrowmove 1s ease-in-out infinite;
}
.top_kv_arw img {
  margin: 1rem;
  width: 4.5rem;
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
.top_works {
  position: relative;
  overflow: hidden;
  background-image: radial-gradient(circle, rgb(4, 161, 233), rgb(47, 64, 95) 90%);
  box-sizing: border-box;
  margin: 17rem auto 0;
  width: 136rem;
  padding: 5rem 9rem 4rem;
}
.top_works::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .top_works {
    position: relative;
    width: 100%;
    padding: 7% 4% 4%;
    margin: 0;
  }
}
.top_works .top_ttl {
  text-align: center;
}
.top_works .sec_btn_arw {
  float: right;
  position: absolute;
  bottom: 23%;
  right: 13%;
}
.top_works_list {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  margin: 4rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .top_works_list {
    margin: 5rem 0 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .top_works_list_btn {
    width: 50%;
    justify-content: flex-start;
    margin-bottom: 4%;
  }
}
.top_works_list_btn:hover .top_works_list_ttl {
  opacity: 0.6;
  background-position: 100% 50% !important;
}
@media screen and (max-width: 768px) {
  .top_works_list_btn:hover .top_works_list_ttl {
    opacity: 1;
  }
}
.top_works_list_btn:hover .top_works_list_img img {
  transform: scale(1.1);
}
.top_works_list_btn img {
  transition: all 1s;
}
.top_works_list_btn:first-child .top_works_list_ttl {
  background-position: 68% 50%;
}
@media screen and (max-width: 768px) {
  .top_works_list_btn:first-child .top_works_list_ttl {
    background-position: 78% 50%;
  }
}
.top_works_list_btn:nth-child(2) .top_works_list_ttl {
  background-position: 64% 50%;
}
@media screen and (max-width: 768px) {
  .top_works_list_btn:nth-child(2) .top_works_list_ttl {
    background-position: 74% 50%;
  }
}
.top_works_list_btn:last-child .top_works_list_ttl {
  background-position: 72% 50%;
}
@media screen and (max-width: 768px) {
  .top_works_list_btn:last-child .top_works_list_ttl {
    background-position: 84% 50%;
  }
}
.top_works_list_img {
  position: relative;
  overflow: hidden;
}
.top_works_list_ttl {
  transition: all 0.2s ease-in-out;
  color: #FFF;
  text-align: center;
  margin-top: 2rem;
  font-size: 1.8rem;
  background: url(../img/common/arw_w.svg) no-repeat 95% 50%;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .top_works_list_ttl {
    font-size: 2.6rem;
    background-size: 3rem;
  }
}
.top_ttl {
  font-weight: 600;
  font-size: 3.6rem;
}
.top_ttl._w {
  color: #FFF;
}
.top_ttl span {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.top_company {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_company {
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .top_company_en {
    bottom: inherit;
    top: 0;
  }
}
.top_company_desc {
  overflow: hidden;
  position: relative;
  background: #EAEEF1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 6rem 8rem;
  width: 96rem;
  height: 77rem;
  top: 10rem;
}
@media screen and (max-width: 768px) {
  .top_company_desc {
    position: static;
    display: block;
    padding: 7% 4%;
    width: auto;
    height: auto;
  }
}
.top_company_desc_box {
  position: relative;
  z-index: 2;
}
.top_company_desc .top_ttl {
  margin-bottom: 4rem;
}
.top_company_desc_list {
  margin-top: 2rem;
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .top_company_desc_list {
    width: auto;
  }
}
.top_company_desc_list_btn {
  width: 100%;
  margin-top: 5rem;
  font-size: 2.2rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .top_company_desc_list_btn {
    box-sizing: border-box;
    font-size: 3rem;
  }
}
.top_company_desc_list_btn._outline {
  background-position: 56% 20%;
}
.top_company_desc_list_btn._outline:hover {
  background-position: 100% 20%;
}
.top_company_desc_list_btn._message {
  background-position: 34% 20%;
}
.top_company_desc_list_btn._message:hover {
  background-position: 100% 20%;
}
.top_company_desc_more {
  position: absolute;
  right: 6rem;
  bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .top_company_desc_more {
    position: relative;
    right: inherit;
    bottom: inherit;
    margin: 5rem auto 0;
  }
}
.top_company_img {
  position: absolute;
  right: 7rem;
  top: 0;
  width: 68rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_company_img {
    position: static;
    width: auto;
  }
}
.top_company_img02 {
  position: absolute;
  z-index: 1;
  right: 5rem;
  bottom: -13rem;
  width: 35rem;
}
@media screen and (max-width: 768px) {
  .top_company_img02 {
    bottom: inherit;
    top: 48rem;
  }
}
.top_recruit {
  overflow: hidden;
  position: relative;
  background: url(../img/top/recruit_bg.jpg) no-repeat 0 0;
  background-size: 100%;
  margin-top: 10rem;
  height: 60rem;
}
@media screen and (max-width: 768px) {
  .top_recruit {
    height: auto;
    margin-top: 0;
    background-size: 150%;
    background-position: 100% 100%;
  }
}
.top_recruit_img {
  position: relative;
  z-index: 3;
  display: block;
  width: 55rem;
  height: 36rem;
  padding: 17rem 0 0 15rem;
}
@media screen and (max-width: 768px) {
  .top_recruit_img {
    width: auto;
    height: auto;
    position: static;
    padding: 0;
  }
}
.top_recruit_img a {
  position: relative;
  display: block;
  overflow: hidden;
}
.top_recruit_img a:hover img {
  transform: scale(1.1);
}
.top_recruit_img img {
  transition: all 1s;
}
.top_recruit_desc {
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  width: 65rem;
  height: 40rem;
  padding: 7rem 5rem;
  position: absolute;
  z-index: 2;
  top: 7rem;
  right: 25rem;
}
.top_recruit_desc::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .top_recruit_desc {
    background-color: rgba(255, 255, 255, 0.8);
    width: auto;
    height: auto;
    position: relative;
    top: inherit;
    right: inherit;
    padding: 7% 4%;
  }
}
.top_recruit_desc .top_ttl {
  text-align: right;
  margin-bottom: 5rem;
}
.top_recruit_desc .sec_txt {
  margin: 0 0 6rem 12rem;
}
@media screen and (max-width: 768px) {
  .top_recruit_desc .sec_txt {
    margin: 0;
    text-align: center;
  }
}
.top_recruit_desc .sec_btn_arw {
  float: right;
}
@media screen and (max-width: 768px) {
  .top_recruit_desc .sec_btn_arw {
    float: none;
    margin: 5rem auto 0;
  }
}
.top_news {
  position: relative;
  overflow: hidden;
  padding: 9rem 0;
}
.top_news::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .top_news {
    padding: 7% 0;
  }
}
.top_news .inner {
  position: relative;
  z-index: 2;
}
.top_news .sec_btn_arw {
  float: right;
}
@media screen and (max-width: 768px) {
  .top_news .sec_btn_arw {
    float: none;
    margin: 5rem auto 0;
  }
}
.top_news_list {
  margin: 4rem 0;
}
@media screen and (max-width: 768px) {
  .top_news_list {
    margin: 2rem 0 0;
  }
}
.top_news_list_box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .top_news_list_box {
    display: block;
    padding: 3rem 0;
  }
}
.top_news_list_box_top {
  display: flex;
  align-items: center;
  width: 23%;
}
@media screen and (max-width: 768px) {
  .top_news_list_box_top {
    width: auto;
    margin-bottom: 1.5rem;
  }
}
.top_news_list_box_date {
  font-size: 1.8rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .top_news_list_box_date {
    font-size: 2.4rem;
  }
}
.top_news_list_box_cat {
  color: #FFF;
  font-size: 1.4rem;
  margin-right: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .top_news_list_box_cat {
    font-size: 2rem;
  }
}
.top_news_list_box_cat._c01 {
  background-image: radial-gradient(circle, rgb(4, 161, 233), rgb(47, 64, 95) 90%);
}
.top_news_list_box_ttl {
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 77%;
}
@media screen and (max-width: 768px) {
  .top_news_list_box_ttl {
    width: auto;
    font-size: 2.6rem;
  }
}

.slide-animation {
  animation: fadezoom 8s 0s forwards;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.breadcrumb {
  border-top: 1px solid #E5E5E5;
  padding: 1.5rem 9rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-top: 8rem;
    padding: 1.5rem 4%;
    overflow-y: scroll;
  }
}
.breadcrumb_list {
  display: flex;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb_list {
    width: max-content;
    font-size: 2rem;
  }
}
.breadcrumb_list_btn {
  background: url(../img/common/breadcrumb.svg) no-repeat 100% 50%;
  padding-right: 1.2rem;
  margin-right: 1rem;
  background-size: 0.7rem;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .breadcrumb_list_btn {
    background-size: 1.5rem;
    padding-right: 2.2rem;
    margin-right: 2rem;
  }
}
.breadcrumb_list_btn:hover {
  text-decoration: none;
}

.under_kv {
  position: relative;
}
.under_kv_ttl {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  z-index: 1;
  font-size: 3.6rem;
}
.under_kv_ttl span {
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
  margin-top: 1.5rem;
}
.under_kv._message .under_kv_ttl {
  width: auto;
  height: auto;
  left: inherit;
  right: 7rem;
  top: 8rem;
  color: #000;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  .under_kv._message .under_kv_ttl {
    right: 4%;
    top: 5rem;
  }
}
.under_btn {
  display: block;
  text-align: center;
  background-color: inherit;
  border: none;
  cursor: pointer;
  width: 50rem;
  margin: 0 auto;
  font-size: 2.2rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .under_btn {
    width: 70%;
    font-size: 3rem;
  }
}
.under_propose {
  padding: 10rem 0;
}
.under_ttl {
  text-align: center;
  font-size: 3rem;
}
.under_ttl span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
  margin-top: 1.5rem;
}

.recruit_ttl {
  font-weight: 600;
  text-align: center;
  font-size: 3rem;
}
.recruit_ttl span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .recruit_ttl {
    font-size: 3.6rem;
  }
}
.recruit_desc {
  padding-bottom: 10rem;
}
.recruit_desc_table {
  margin: 7rem auto 9rem;
}
@media screen and (max-width: 768px) {
  .recruit_desc_table {
    margin: 4% auto 12%;
  }
}
.recruit_desc_table_ttl, .recruit_desc_table_txt {
  vertical-align: top;
  padding: 1.5rem 0;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 768px) {
  .recruit_desc_table_ttl, .recruit_desc_table_txt {
    display: block;
    border-bottom: none;
  }
}
.recruit_desc_table_ttl {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .recruit_desc_table_ttl {
    width: auto;
    padding: 2rem 0 0;
    font-size: 2.8rem;
  }
}
.recruit_desc_table_txt {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .recruit_desc_table_txt {
    width: auto;
    border-bottom: 1px solid #CCC;
    padding: 1.5rem 0 2rem;
  }
}
.recruit_menu {
  background: #FFF;
  padding: 9rem 0;
}
@media screen and (max-width: 768px) {
  .recruit_menu {
    padding: 7% 0 10%;
  }
}
.recruit_menu_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-bottom: 10rem;
}
.recruit_menu_list .sec_btn_arw {
  text-align: left;
  font-size: 2.2rem;
  width: 44%;
  margin-top: 5rem;
  padding-bottom: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .recruit_menu_list .sec_btn_arw {
    font-size: 2.6rem;
    width: 40%;
  }
}
.recruit_menu_list .sec_btn_arw:not(:nth-child(2n)) {
  margin-right: 5%;
}
.recruit_form {
  background: #FFF;
  padding: 7rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .recruit_form {
    padding: 7% 0 10%;
  }
}
.recruit_form._confirm .recruit_form_list_box {
  padding-top: 1rem;
}
.recruit_form._confirm .recruit_form_list_tag {
  top: 1rem;
}
.recruit_form_ttl {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.recruit_form_txt {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .recruit_form_txt {
    font-size: 2.2rem;
  }
}
.recruit_form_list {
  margin-top: 3rem;
}
.recruit_form_list input[type=text],
.recruit_form_list input[type=tel],
.recruit_form_list input[type=email],
.recruit_form_list select,
.recruit_form_list textarea {
  font-size: 1.6rem;
  border: 1px solid #CCC;
  padding: 0.8rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .recruit_form_list input[type=text],
  .recruit_form_list input[type=tel],
  .recruit_form_list input[type=email],
  .recruit_form_list select,
  .recruit_form_list textarea {
    font-size: 2.8rem;
    padding: 2rem;
  }
}
.recruit_form_list_name,
.recruit_form_list select,
.recruit_form_list textarea {
  width: 100%;
}
.recruit_form_list select {
  background: url(../img/common/select.svg) no-repeat 97% 50%;
}
@media screen and (max-width: 768px) {
  .recruit_form_list select {
    background-size: 2rem;
  }
}
.recruit_form_list textarea {
  height: 20rem;
  padding: 0.8rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .recruit_form_list textarea {
    height: 40rem;
  }
}
.recruit_form_list_desc {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .recruit_form_list_desc {
    display: block;
    font-size: 2.8rem;
    padding: 2rem 0;
  }
}
.recruit_form_list_desc:not(:last-child) {
  border-bottom: 1px solid #CCC;
}
.recruit_form_list_ttl {
  position: relative;
  width: 25%;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .recruit_form_list_ttl {
    width: auto;
    padding: 0 0 1.5rem;
  }
}
.recruit_form_list_box {
  box-sizing: border-box;
  width: 75%;
  min-height: 4.1rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .recruit_form_list_box {
    width: auto;
    padding-left: 0;
  }
}
.recruit_form_list_tag {
  background: #04a1e9;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0.8rem;
  font-size: 1.4rem;
  width: 4rem;
  height: 2.4rem;
}
@media screen and (max-width: 768px) {
  .recruit_form_list_tag {
    font-size: 2.2rem;
    width: 8rem;
    height: 4rem;
    top: 0;
  }
}
.recruit_form_list_birthday {
  display: flex;
  align-items: center;
}
.recruit_form_list_birthday input {
  text-align: right;
  width: 4em;
  margin: 0 0.75rem;
}
.recruit_form_list_year {
  width: 5em !important;
  margin: 0 0.75rem 0 0 !important;
}
.recruit_form_list_gender {
  display: flex;
  align-items: center;
  padding-top: 0.8rem;
}
.recruit_form_list_radio {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .recruit_form_list_radio {
    margin-right: 4rem;
  }
}
.recruit_form_list_radio input {
  display: none;
}
.recruit_form_list_radio input:checked + .recruit_form_list_radio_btn {
  background-image: url(../img/common/radio_on.svg);
}
.recruit_form_list_radio_btn {
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../img/common/radio_off.svg);
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .recruit_form_list_radio_btn {
    width: 5rem;
    height: 5rem;
  }
}
.recruit_form_list_file {
  margin: 1.5rem 0;
}
.recruit_form_list_cap {
  font-size: 1.1rem;
}
.recruit_form_privacy {
  overflow-y: scroll;
  border: 1px solid #CCC;
  margin-top: 4rem;
  padding: 3rem;
  height: 40rem;
}
@media screen and (max-width: 768px) {
  .recruit_form_privacy {
    padding: 4%;
  }
}
.recruit_form_privacy_txt {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .recruit_form_privacy_txt {
    font-size: 2.2rem;
    line-height: 1.7;
    margin-bottom: 4rem;
  }
}
.recruit_form_privacy_ttl {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .recruit_form_privacy_ttl {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
}
.recruit_form_check {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003C5D;
  font-size: 1.8rem;
  margin: 5rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .recruit_form_check {
    font-size: 2.8rem;
  }
}
.recruit_form_check input {
  display: block;
}
.recruit_form_check input:checked + .recruit_form_check_btn {
  background-image: url(../img/common/check_on.svg);
}
.recruit_form_check_btn {
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  background-image: url(../img/common/check_off.svg);
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .recruit_form_check_btn {
    width: 5rem;
    height: 5rem;
  }
}
.recruit_form_check_link {
  color: #003C5D;
  text-decoration: underline;
}
.recruit_form_check_link:hover {
  text-decoration: none;
}
.recruit_form_check .wpcf7-list-item input:checked + .wpcf7-list-item-label .recruit_form_check_btn {
  background-image: url(../img/common/check_on.svg);
}
.recruit_form_check .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: center;
}
.recruit_form_flow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 7rem 0;
}
.recruit_form_flow_box {
  position: relative;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit_form_flow_box {
    font-size: 2.2rem;
  }
}
.recruit_form_flow_box:not(:last-child) {
  margin-right: 10rem;
}
.recruit_form_flow_box:not(:last-child)::after {
  content: "";
  background: #EAEEF1;
  width: 10rem;
  height: 5px;
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 2rem;
}
@media screen and (max-width: 768px) {
  .recruit_form_flow_box:not(:last-child)::after {
    top: 3rem;
  }
}
.recruit_form_flow_num {
  background: #FFF;
  border: 1px solid #04a1e9;
  color: #04a1e9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .recruit_form_flow_num {
    width: 6rem;
    height: 6rem;
    font-size: 2.8rem;
  }
}
.recruit_form_flow_num._current {
  background: #04a1e9;
  color: #FFF;
}
.recruit_form_btn {
  display: flex;
  margin-top: 6%;
}
.recruit_form_btn .under_btn {
  padding: 3rem 0 3rem 3rem;
}
.recruit_form_btn .sec_btn_arw {
  background-position: 95% 50%;
  flex-shrink: 0;
  width: 48%;
}
.recruit_form_btn .sec_btn_arw:hover {
  background-position: 100% 50%;
}
.recruit_form_btn .sec_btn_arw._back {
  background-position: 5% 50%;
  margin-right: 3rem;
}
.recruit_form_btn .sec_btn_arw._back:hover {
  background-position: 0% 50%;
}
.recruit_top {
  padding: 9rem 0;
}
@media screen and (max-width: 768px) {
  .recruit_top {
    padding: 7rem 0;
  }
}
.recruit_top_txt {
  text-align: center;
  font-size: 2.6rem;
  line-height: 6.6rem;
}
@media screen and (max-width: 768px) {
  .recruit_top_txt {
    font-size: 3.2rem;
    line-height: 2.5;
  }
}
.recruit_graph {
  background: #EAEEF1;
  padding: 9rem 0 3.5rem;
}
@media screen and (max-width: 768px) {
  .recruit_graph {
    padding: 7rem 0 5rem;
  }
}
.recruit_graph_list {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .recruit_graph_list {
    flex-wrap: wrap;
    margin: 4% 0;
  }
}
.recruit_graph_list_box {
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  width: 24%;
  box-sizing: border-box;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .recruit_graph_list_box {
    width: 48%;
    margin-top: 4%;
  }
}
.recruit_graph_list_box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .recruit_graph_list_box:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
.recruit_graph_list_chart {
  width: 100%;
  height: 30rem;
}
@media screen and (max-width: 768px) {
  .recruit_graph_list_chart {
    height: 60rem;
  }
}
.recruit_graph_cap {
  text-align: right;
  font-size: 1.2rem;
}
.recruit_staff {
  padding: 9rem 0;
}
@media screen and (max-width: 768px) {
  .recruit_staff {
    padding: 7rem 0;
  }
}
.recruit_staff_list {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .recruit_staff_list {
    margin: 4% 0;
  }
}
.recruit_staff_list_btn {
  overflow: hidden;
  position: relative;
  background: #FFF;
  width: 31.3%;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .recruit_staff_list_btn {
    width: 48%;
    margin-top: 4%;
  }
}
.recruit_staff_list_btn:not(:nth-child(3n)) {
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  .recruit_staff_list_btn:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit_staff_list_btn:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
.recruit_staff_list_btn:hover .recruit_staff_list_arw {
  background-position: 100% 20%;
}
.recruit_staff_list_btn:hover .recruit_staff_list_arw::after {
  width: 100%;
}
.recruit_staff_list_btn:hover img {
  transform: scale(1.1);
}
.recruit_staff_list_btn img {
  transition: all 1s;
}
.recruit_staff_list_year {
  position: absolute;
  z-index: 1;
  font-size: 1.2rem;
  right: 1rem;
  top: 1rem;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0.5rem;
}
.recruit_staff_list_ttl {
  position: absolute;
  z-index: 1;
  font-size: 1.6rem;
  line-height: 2.9rem;
  bottom: 14rem;
  left: 2rem;
}
@media screen and (max-width: 768px) {
  .recruit_staff_list_ttl {
    left: 1rem;
  }
}
.recruit_staff_list_ttl._job {
  bottom: 6.5rem;
}
.recruit_staff_list_ttl .ls {
  letter-spacing: -0.15rem;
}
@media screen and (max-width: 768px) {
  .recruit_staff_list_ttl .ls {
    letter-spacing: -0.3rem;
  }
}
.recruit_staff_list_ttl span {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0 0.5rem;
  display: table;
  margin-bottom: 0.5rem;
}
.recruit_staff_list_name {
  font-weight: 600;
  position: absolute;
  z-index: 1;
  font-size: 2.6rem;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0.75rem 0.5rem;
  display: table;
  left: 2rem;
  bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .recruit_staff_list_name {
    left: 1rem;
  }
}
.recruit_staff_list_arw {
  color: #FFF;
  position: absolute;
  z-index: 1;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: 95% 20%;
  background-image: url(../img/common/arw_w.svg);
  background-size: 1.5rem;
  font-size: 1.1rem;
  padding: 0 3rem 1rem 0;
  right: 2rem;
  bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .recruit_staff_list_arw {
    right: 1rem;
  }
}
.recruit_staff_list_arw::after {
  transition: all 0.2s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .recruit_staff_list_arw::after {
    width: 100%;
  }
}
.recruit_kv {
  position: relative;
}
.recruit_kv_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit_kv_box {
    align-items: flex-end;
    box-sizing: border-box;
    padding-bottom: 10rem;
  }
}
.recruit_kv_ttl {
  color: #FFF;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .recruit_kv_ttl {
    font-size: 3rem;
  }
}
.recruit_kv_catch {
  margin-bottom: 6rem;
}
.recruit_kv_catch span {
  display: table;
  background: #FFF;
  margin-bottom: 0.5rem;
  padding: 1rem 1.5rem;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .recruit_kv_catch span {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit_kv_catch span.ls {
    letter-spacing: -0.5rem;
  }
}
.recruit_kv_job {
  margin-bottom: 1rem;
}
.recruit_kv_job span {
  display: table;
  background: #FFF;
  margin-bottom: 0.5rem;
  padding: 1rem 1.5rem;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .recruit_kv_job span {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
}
.recruit_kv_name {
  display: table;
  background: #FFF;
  padding: 1rem 2rem;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .recruit_kv_name {
    font-size: 2.4rem;
  }
}
.recruit_kv_name span {
  font-weight: 600;
  vertical-align: middle;
  font-size: 3.4rem;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .recruit_kv_name span {
    font-size: 4.6rem;
  }
}
.recruit_interview {
  padding: 9rem 0;
}
@media screen and (max-width: 768px) {
  .recruit_interview {
    padding: 7rem 0;
  }
}
.recruit_interview .inner {
  width: 68rem;
}
@media screen and (max-width: 768px) {
  .recruit_interview .inner {
    width: 92%;
  }
}
.recruit_interview_list_box:not(:last-child) {
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .recruit_interview_list_box:not(:last-child) {
    margin-bottom: 7rem;
  }
}
.recruit_interview_list_ttl {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .recruit_interview_list_ttl {
    font-size: 2.6rem;
  }
}
.recruit_interview_list_ttl::before {
  content: "―";
  margin-right: 0.5rem;
}
.recruit_interview_list_catch {
  font-weight: 600;
  margin-bottom: 3rem;
}
.recruit_interview_list_catch span {
  background: #f7f7f7;
  display: table;
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .recruit_interview_list_catch span {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
.recruit_interview_list_cont {
  position: relative;
}
.recruit_interview_list_img {
  width: 10rem;
  position: absolute;
  top: 0;
  left: -12rem;
}
@media screen and (max-width: 768px) {
  .recruit_interview_list_img {
    position: static;
    margin: 0 0 3rem 0;
    width: 15rem;
  }
}
.recruit_interview_img::after {
  content: "";
  display: block;
  clear: both;
}
.recruit_interview_img._left img, .recruit_interview_img._right img {
  width: 125rem;
}
@media screen and (max-width: 768px) {
  .recruit_interview_img._left img, .recruit_interview_img._right img {
    width: 92%;
  }
}
.recruit_interview_img._right img {
  float: right;
}

.news {
  padding: 4rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 7% 0 10%;
  }
}
.news_detail {
  padding: 9rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .news_detail {
    padding: 7% 0 10%;
  }
}
.news_detail_ttl {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2;
  padding-bottom: 3rem;
  border-bottom: 1px solid;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .news_detail_ttl {
    font-size: 2.8rem;
    line-height: 1.7;
  }
}
.news_detail_post {
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .news_detail_post {
    padding-bottom: 10%;
  }
}
.news_detail_post .sec_txt {
  margin-top: 3rem;
}
.news_detail_post h2 {
  font-size: 24px;
  line-height: 1.3333333333;
}
.news_detail_post h2 span {
  display: block;
}
.news_detail_post h3 {
  font-size: 20px;
  line-height: 1.5714285714;
}
.news_detail_post h3 span {
  display: block;
}
.news_detail_post p {
  font-size: 14px;
  line-height: 1.5714285714;
}
.news_detail_post img {
  display: block;
}
.news_detail_post iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.news_detail_post p a {
  color: #fd132f;
}
.news_detail_post tr {
  border-bottom: 1px solid #ebebeb;
}
.news_detail_post tr:first-child {
  border-top: 1px solid #ebebeb;
}
.news_detail_post th,
.news_detail_post td {
  font-size: 14px;
  line-height: 1.7857142857;
}
.news_detail_post ol {
  list-style-type: none;
  counter-reset: number;
  /* カウンターを初期化 */
}
.news_detail_post ol li {
  position: relative;
}
.news_detail_post ol li::before {
  content: counter(number);
  counter-increment: number;
  padding: 0 0.2em;
}
.news_detail_post ol li::after {
  content: "";
  /* 配置を調整 */
  position: absolute;
  display: block;
  top: 13px;
  left: 0;
  transform: translateY(-50%);
  /* ○を作る */
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 50%;
}
.news_detail_post ol {
  list-style-type: none;
  counter-reset: number;
  line-height: 1.7857142857;
  /* カウンターを初期化 */
}
.news_detail_post ol li {
  position: relative;
}
.news_detail_post ol li::before {
  content: counter(number);
  counter-increment: number;
  padding: 0 0.2em;
}
.news_detail_post ol li::after {
  content: "";
  /* 配置を調整 */
  position: absolute;
  display: block;
  top: 13px;
  left: 0;
  transform: translateY(-50%);
  /* ○を作る */
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 50%;
}
.news_detail_post ul {
  list-style-type: none;
  line-height: 1.7857142857;
}
.news_detail_post ul li {
  position: relative;
}
.news_detail_post ul li::before {
  content: "";
  /* 配置を調整 */
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0;
  transform: translateY(-50%);
  /* ○を作る */
  width: 0.5em;
  height: 0.5em;
  background-color: #000;
  border-radius: 50%;
  padding: 0 0.2em;
  margin-right: 0.4em;
}
.news_detail_post .toc_list {
  list-style-type: none;
  line-height: 1;
}
.news_detail_post .toc_list li {
  position: static;
}
.news_detail_post .toc_list li::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .news_detail_post h2 {
    margin: 40px auto 30px;
  }
  .news_detail_post h3 {
    margin: 40px auto 20px;
  }
  .news_detail_post p {
    margin-top: 22px;
  }
  .news_detail_post img {
    margin: 55px auto;
    max-width: 652px;
  }
  .news_detail_post iframe {
    margin: 20px auto 60px;
    width: 750px;
    height: 423px;
  }
  .news_detail_post ul {
    margin: 20px auto;
  }
  .news_detail_post ol {
    margin: 20px auto;
  }
  .news_detail_post th {
    width: 170px;
  }
  .news_detail_post td,
  .news_detail_post th {
    padding: 13px 0;
  }
}
@media screen and (max-width: 767px) {
  .news_detail_post h2,
  .news_detail_post h3,
  .news_detail_post img {
    margin: 30px auto 20px;
    font-size: 15px;
  }
  .news_detail_post p {
    margin-top: 20px;
  }
  .news_detail_post img {
    max-width: 100%;
  }
  .news_detail_post iframe {
    margin: 20px auto 40px;
  }
  .news_detail_post ul {
    margin: 20px auto;
  }
  .news_detail_post ol {
    margin: 20px auto;
  }
  .news_detail_post th {
    width: 110px;
  }
  .news_detail_post td,
  .news_detail_post th {
    padding: 13px 0;
  }
}
.news_pager {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .news_pager {
    justify-content: center;
    margin-top: 10%;
  }
}
.news_pager_btn {
  margin: 0 2rem;
}

.tv_txt {
  text-align: center;
  padding: 9rem 0;
}
@media screen and (max-width: 768px) {
  .tv_txt {
    padding: 7% 0;
  }
}
.tv_slider {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.tv_slider._reverse {
  justify-content: flex-end;
}
.tv_slider._reverse .tv_slider_list:first-child {
  animation: slide3 60s linear infinite;
}
@media screen and (max-width: 768px) {
  .tv_slider._reverse .tv_slider_list:first-child {
    animation: slide3 30s linear infinite;
  }
}
.tv_slider._reverse .tv_slider_list:last-child {
  animation: slide4 60s -30s linear infinite;
}
@media screen and (max-width: 768px) {
  .tv_slider._reverse .tv_slider_list:last-child {
    animation: slide4 30s -15s linear infinite;
  }
}
.tv_slider_list {
  width: 100vw;
  display: flex;
  flex-shrink: 0;
}
.tv_slider_list:first-child {
  animation: slide1 60s -30s linear infinite;
}
@media screen and (max-width: 768px) {
  .tv_slider_list:first-child {
    animation: slide1 30s -15s linear infinite;
  }
}
.tv_slider_list:last-child {
  animation: slide2 60s linear infinite;
}
@media screen and (max-width: 768px) {
  .tv_slider_list:last-child {
    animation: slide2 30s linear infinite;
  }
}
.tv_slider_box {
  display: inline-block;
  width: 100%;
  list-style: none;
  text-align: center;
}
.tv_slider_box img {
  width: 200px;
}
.tv_bg {
  background: #EAEEF1;
  padding: 9rem 0;
}
@media screen and (max-width: 768px) {
  .tv_bg {
    padding: 7% 0;
  }
}
.tv_list {
  background: #FFF;
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .tv_list {
    padding: 0 4%;
  }
}
.tv_list_box {
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  padding: 4rem 2.5rem;
  background-position: 97% 87%;
  background-image: url(../img/common/arw_bk.svg);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .tv_list_box {
    padding: 4%;
  }
}
.tv_list_box:not(:last-child) {
  border-bottom: 1px solid;
}
.tv_list_box:hover {
  background-position: 100% 87%;
}
.tv_list_box:hover img {
  transform: scale(1.1);
}
.tv_list_box img {
  transition: all 1s;
}
.tv_list_box .sec_txt {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .tv_list_box .sec_txt {
    word-wrap: break-word;
    width: 68%;
  }
}
.tv_list_box .sec_txt a {
  text-decoration: underline;
}
.tv_list_box .sec_txt a:hover {
  text-decoration: none;
}
.tv_list_logo {
  width: 23rem;
}
@media screen and (max-width: 768px) {
  .tv_list_logo {
    width: 30%;
  }
}
.tv_shopping {
  position: relative;
  padding: 12rem 0 0;
}
.tv_shopping::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .tv_shopping {
    padding: 7% 0;
  }
}
.tv_shopping_desc {
  position: relative;
  float: right;
  box-sizing: border-box;
  background: #FFF;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 95rem;
  height: 40rem;
  padding: 0 16rem;
}
@media screen and (max-width: 768px) {
  .tv_shopping_desc {
    float: none;
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    padding: 7% 4%;
  }
}
.tv_shopping_desc .sec_btn_arw {
  position: absolute;
  right: 5rem;
  bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .tv_shopping_desc .sec_btn_arw {
    position: relative;
    right: inherit;
    bottom: inherit;
    margin: 3rem auto 0;
  }
}
.tv_shopping_ttl {
  font-size: 3.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .tv_shopping_ttl {
    text-align: center;
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
}
.tv_shopping_img {
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 66rem;
  top: 5rem;
}
@media screen and (max-width: 768px) {
  .tv_shopping_img {
    position: relative;
    top: 0;
    width: 100%;
  }
}
.tv_shopping_img:hover::after {
  background-position: 97% 93%;
}
.tv_shopping_img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 95% 93%;
  background-image: url(../img/common/arw_bk.svg);
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}
.tv_shopping_img img {
  transition: all 1s;
}
.tv_shopping_img:hover img {
  transform: scale(1.1);
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes slide3 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(200%);
  }
}
@keyframes slide4 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.goods_txt {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 20rem 0;
}
.goods_txt_img {
  position: absolute;
}
.goods_txt_img._circle01, .goods_txt_img._circle03 {
  width: 33rem;
}
@media screen and (max-width: 768px) {
  .goods_txt_img._circle01, .goods_txt_img._circle03 {
    width: 24rem;
  }
}
.goods_txt_img._circle02, .goods_txt_img._circle04 {
  z-index: 1;
  width: 26rem;
}
@media screen and (max-width: 768px) {
  .goods_txt_img._circle02, .goods_txt_img._circle04 {
    width: 20rem;
  }
}
.goods_txt_img._circle01 {
  top: 3rem;
  left: -4rem;
  animation: 3.5s fuwafuwa1 infinite;
}
.goods_txt_img._circle02 {
  bottom: 4rem;
  left: 20rem;
  animation: 4s fuwafuwa2 infinite;
}
@media screen and (max-width: 768px) {
  .goods_txt_img._circle02 {
    left: 2rem;
  }
}
.goods_txt_img._circle03 {
  right: -5rem;
  bottom: 6rem;
  animation: 3s fuwafuwa3 infinite;
}
@media screen and (max-width: 768px) {
  .goods_txt_img._circle03 {
    right: -2rem;
    bottom: 2rem;
  }
}
.goods_txt_img._circle04 {
  top: 3rem;
  right: 22rem;
  animation: 5s fuwafuwa4 infinite;
}
@media screen and (max-width: 768px) {
  .goods_txt_img._circle04 {
    top: 1rem;
    right: 0;
  }
}
.goods_bg {
  background: #EAEEF1;
  padding: 7rem 0;
}
.goods_bg .sec_txt {
  text-align: center;
  margin: 5rem 0;
}
.goods_ttl {
  margin: 0 auto;
  width: 40rem;
}
.goods_shop_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .goods_shop_list {
    display: block;
  }
}
.goods_shop_list_box {
  width: 47.5%;
}
.goods_shop_list_box::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .goods_shop_list_box {
    width: 100%;
  }
}
.goods_shop_list_box .sec_btn_arw {
  float: right;
}
@media screen and (max-width: 768px) {
  .goods_shop_list_box:not(:last-child) {
    margin-bottom: 7%;
  }
}
.goods_shop_list_img {
  position: relative;
  overflow: hidden;
  display: block;
}
.goods_shop_list_img::after {
  content: "";
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 95% 93%;
  background-image: url(../img/common/arw_bk_sq.svg);
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}
.goods_shop_list_img img {
  transition: all 1s;
}
.goods_shop_list_img:hover img {
  transform: scale(1.1);
}
.goods_shop_list_img:hover::after {
  background-position: 97% 93%;
}
.goods_shop_list_ttl {
  text-align: center;
  font-size: 1.8rem;
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .goods_shop_list_ttl {
    font-size: 3.2rem;
    margin: 4rem 0;
  }
}
.goods_shop_list_table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .goods_shop_list_table {
    font-size: 2.8rem;
    line-height: 1.7;
  }
}
.goods_shop_list_table_ttl {
  width: 20%;
  vertical-align: top;
  text-align: left;
}
.goods_shop_list_table_txt {
  width: 80%;
}
.goods_online {
  padding: 7rem 0;
}
.goods_online .sec_txt {
  text-align: center;
  margin: 5rem 0 0;
}
.goods_online_img {
  margin-bottom: 2rem;
}
.goods_sns_ttl {
  text-align: center;
  font-size: 3rem;
}
.goods_sns_list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
.goods_sns_list_btn {
  width: 6.7rem;
  margin: 0 2.5rem;
}

@keyframes fuwafuwa1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3rem);
  }
}
@keyframes fuwafuwa2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2rem);
  }
}
@keyframes fuwafuwa3 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5rem);
  }
}
@keyframes fuwafuwa4 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4rem);
  }
}
.catalog_txt {
  position: relative;
  text-align: center;
  padding: 16rem 0;
}
.catalog_txt_img {
  position: absolute;
}
.catalog_txt_img._circle01 {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .catalog_txt_img._circle01 {
    width: 24rem;
  }
}
.catalog_txt_img._circle02 {
  width: 17.5rem;
}
.catalog_txt_img._circle03 {
  width: 29rem;
}
@media screen and (max-width: 768px) {
  .catalog_txt_img._circle03 {
    width: 20rem;
  }
}
.catalog_txt_img._circle04 {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .catalog_txt_img._circle04 {
    width: 25rem;
  }
}
.catalog_txt_img._circle05 {
  width: 17.5rem;
}
@media screen and (max-width: 768px) {
  .catalog_txt_img._circle05 {
    width: 20rem;
  }
}
.catalog_txt_img._circle06 {
  width: 33rem;
}
@media screen and (max-width: 768px) {
  .catalog_txt_img._circle06 {
    width: 20rem;
  }
}
.catalog_txt_img._circle01 {
  top: 3rem;
  left: -4rem;
}
.catalog_txt_img._circle02 {
  bottom: 40rem;
  left: 3rem;
}
@media screen and (max-width: 768px) {
  .catalog_txt_img._circle02 {
    bottom: inherit;
    top: 50rem;
    left: 2rem;
  }
}
.catalog_txt_img._circle03 {
  left: 12rem;
  bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .catalog_txt_img._circle03 {
    left: 2rem;
    bottom: -1rem;
  }
}
.catalog_txt_img._circle04 {
  top: 5rem;
  right: 5.5rem;
}
@media screen and (max-width: 768px) {
  .catalog_txt_img._circle04 {
    top: 1rem;
    right: -4rem;
  }
}
.catalog_txt_img._circle05 {
  top: 38rem;
  right: 2rem;
}
@media screen and (max-width: 768px) {
  .catalog_txt_img._circle05 {
    top: 60rem;
    right: -2rem;
  }
}
.catalog_txt_img._circle06 {
  bottom: 11rem;
  right: 7rem;
}
@media screen and (max-width: 768px) {
  .catalog_txt_img._circle06 {
    bottom: 2rem;
    right: 3rem;
  }
}
.catalog_bg {
  background: #EAEEF1;
  padding: 14rem 0 7rem;
}
@media screen and (max-width: 768px) {
  .catalog_bg {
    padding: 7% 0;
  }
}
.catalog_list {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .catalog_list {
    width: 92%;
    margin: 0 auto 4%;
  }
}
.catalog_list_ttl {
  background: #003C5D;
  color: #FFF;
  font-size: 3.2rem;
  position: absolute;
  top: 45rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 32rem;
  height: 8rem;
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .catalog_list_ttl {
    top: 3%;
  }
}
.catalog_list_box {
  position: relative;
  margin-bottom: 14rem;
}
.catalog_list_box::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .catalog_list_box {
    margin-bottom: 0;
  }
}
.catalog_list_box._dm .catalog_list_img {
  left: 0;
}
.catalog_list_box._dm .catalog_list_desc {
  float: right;
  padding: 7rem 5rem 7rem 18rem;
}
@media screen and (max-width: 768px) {
  .catalog_list_box._dm .catalog_list_desc {
    float: none;
    padding: 4%;
  }
}
.catalog_list_box._dm .catalog_list_ttl {
  left: 0;
}
.catalog_list_box._catalog .catalog_list_img {
  right: 0;
}
.catalog_list_box._catalog .catalog_list_desc {
  padding: 5rem 18rem 5rem 5rem;
}
@media screen and (max-width: 768px) {
  .catalog_list_box._catalog .catalog_list_desc {
    padding: 4%;
  }
}
.catalog_list_box._catalog .catalog_list_ttl {
  right: 0;
}
.catalog_list_box._catalog .catalog_list_sub_box {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .catalog_list_box._catalog .catalog_list_sub_box {
    justify-content: flex-start;
  }
}
.catalog_list_box._catalog .catalog_list_sub_desc {
  width: auto;
}
.catalog_list_img {
  position: absolute;
  top: -7rem;
  width: 66rem;
}
@media screen and (max-width: 768px) {
  .catalog_list_img {
    position: static;
    width: auto;
  }
}
.catalog_list_desc {
  background: #FFF;
  box-sizing: border-box;
  width: 95rem;
}
@media screen and (max-width: 768px) {
  .catalog_list_desc {
    width: auto;
  }
}
.catalog_list_sub_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .catalog_list_sub_box {
    display: block;
  }
}
.catalog_list_sub_box:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .catalog_list_sub_box:not(:last-child) {
    margin-bottom: 7%;
  }
}
.catalog_list_sub_box:nth-child(2n) .catalog_list_sub_img {
  order: 2;
}
.catalog_list_sub_img {
  overflow: hidden;
  width: 16rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .catalog_list_sub_img {
    margin: 0 auto 4%;
    width: 30%;
  }
}
.catalog_list_sub_img img {
  transition: all 1s;
}
.catalog_list_sub_img:hover {
  transform: scale(1.1);
}
.catalog_list_sub_desc {
  width: 53rem;
}
@media screen and (max-width: 768px) {
  .catalog_list_sub_desc {
    width: auto;
  }
}
.catalog_list_sub_desc a {
  text-decoration: underline;
}
.catalog_list_sub_desc a:hover {
  text-decoration: none;
}
.catalog_list_sub_ttl {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .catalog_list_sub_ttl {
    text-align: center;
    font-size: 3.2rem;
  }
}

.outline_box {
  padding: 9rem 0;
}
@media screen and (max-width: 768px) {
  .outline_box {
    padding: 7rem 0;
  }
}
.outline_box._bg {
  background: #EAEEF1;
}
.outline_about {
  width: 100%;
  margin-top: 3rem;
}
.outline_about_ttl, .outline_about_txt {
  vertical-align: top;
  border-bottom: 1px solid #CCC;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .outline_about_ttl {
    width: 23%;
  }
}
@media screen and (max-width: 768px) {
  .outline_about_txt {
    width: 77%;
  }
}
.outline_history {
  position: relative;
  padding-bottom: 12rem;
}
.outline_history_box {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
.outline_history_box::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #FFF;
  position: absolute;
  left: 16%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .outline_history_box::after {
    left: 19%;
  }
}
.outline_history_year {
  width: 13%;
}
@media screen and (max-width: 768px) {
  .outline_history_year {
    width: 15%;
  }
}
.outline_history_month {
  width: 13%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .outline_history_month {
    width: 15%;
  }
}
.outline_history_month span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  width: 6rem;
  height: 6rem;
  border-radius: 6rem;
  margin-top: -1rem;
}
.outline_history_desc {
  position: relative;
  width: 74%;
}
@media screen and (max-width: 768px) {
  .outline_history_desc {
    width: 70%;
  }
}
.outline_history_desc a {
  position: absolute;
  width: 23rem;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .outline_history_desc a {
    position: static;
  }
}
.outline_history_desc img {
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .outline_history_desc img {
    display: block;
    position: static;
    margin: 3rem auto 0;
  }
}
.outline_history_desc img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .outline_history_desc img:hover {
    transform: none;
  }
}
.outline_access {
  margin: 5rem 0 3rem;
}
.outline_access iframe {
  width: 100%;
  height: 40rem;
}

.privacy_box {
  padding: 9rem 0;
}
.privacy_box a {
  text-decoration: underline;
}
.privacy_box a:hover {
  text-decoration: none;
}
.privacy_box .under_ttl {
  margin-bottom: 5rem;
}
.privacy_box_sub {
  margin-bottom: 7rem;
}
.privacy_list {
  margin: 5rem 0 5rem 5rem;
}
.privacy_list._num {
  list-style: decimal;
}
.privacy_list_box {
  margin-bottom: 1em;
}
.privacy_name {
  text-align: right;
}
.privacy_date {
  margin-top: 5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.privacy_contact {
  position: relative;
  border: 1px solid #CCC;
  padding: 2rem 3rem;
  margin-top: 3rem;
}
.privacy_contact_txt {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 1.5rem;
}
.privacy_contact img {
  width: 8.5rem;
  position: absolute;
  right: 3rem;
  top: 3rem;
}
.privacy_ttl {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  line-height: 1.5;
}
.privacy_ttl_sub {
  font-size: 2rem;
  line-height: 1.5;
  margin: 4rem 0 1.5rem;
}
.privacy_table {
  border: 1px solid #CCC;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin: 2rem 0;
}
.privacy_table_head {
  text-align: center;
  background: #EAEEF1;
  font-size: 1.6rem;
}
.privacy_table_txt {
  width: 70%;
}
.privacy_table th,
.privacy_table td {
  padding: 1.5rem;
  border: 1px solid #CCC;
}
.privacy_cap {
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin-bottom: 3rem;
}

.message {
  padding: 10% 0 0;
}
.message .sec_txt {
  text-align: center;
  margin-bottom: 60px;
}
.message .ceo {
  width: 30%;
  float: right;
}
.message .ceo .sec_txt {
  text-align: left;
}
.message .ceo img {
  margin-top: 3%;
}
.message .under_kv img {
  margin-top: 5%;
}
.message_btn {
  position: relative;
  display: block;
  overflow: hidden;
  height: 36rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .message_btn {
    height: auto;
  }
}
.message_btn:hover .message_ttl {
  background-position: 97% 93%;
}
.message_btn:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .message_btn:hover img {
    transform: none;
  }
}
.message_btn img {
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .message_menu {
    display: block;
  }
}
.message_menu .under_btn {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .message_menu .under_btn {
    margin-bottom: 5rem;
  }
}
.message_menu .under_btn._outline {
  background-position: 70% 20%;
}
.message_menu .under_btn._outline:hover {
  background-position: 75% 20%;
}
.message_menu .under_btn._access {
  background-position: 62% 20%;
}
.message_menu .under_btn._access:hover {
  background-position: 67% 20%;
}
.message_ttl {
  font-weight: 600;
  position: absolute;
  top: 44%;
  left: 5rem;
  color: #FFF;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  z-index: 1;
  font-size: 3.6rem;
  background-position: 95% 93%;
  background-image: url(../img/common/arw_bk_sq.svg);
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  padding: 0 6rem 0 0;
}

input.sec_btn_arw {
  border-bottom: 1px solid #000;
}

/*==================================================
背景色が伸びて出現
===================================*/
/*全共通*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
  display: table;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 4.8rem;
}

.bgLRextend._bl::before {
  background-color: #009ce1;
}
.bgLRextend._bl span {
  color: #009ce1;
}
.bgLRextend._pk::before {
  background-color: #e40080;
}
.bgLRextend._pk span {
  color: #e40080;
}
.bgLRextend._gr::before {
  background-color: #a7ce58;
}
.bgLRextend._gr span {
  color: #a7ce58;
}
.bgLRextend._ol::before {
  background-color: #f5a943;
}
.bgLRextend._ol span {
  color: #f5a943;
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

.mw_wp_form_input .recruit_form_flow_box:nth-child(1) .recruit_form_flow_num {
  background: #04a1e9;
  color: #FFF;
}

.mw_wp_form_confirm .recruit_form_flow_box:nth-child(2) .recruit_form_flow_num {
  background: #04a1e9;
  color: #FFF;
}

.mw_wp_form_complete .recruit_form_flow_box:nth-child(3) .recruit_form_flow_num {
  background: #04a1e9;
  color: #FFF;
}

.mw_wp_form_confirm .recruit_form_list_box {
  padding-top: 1rem;
}