<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  outline: unset;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
  border: none;
  outline: none;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

table, tbody, thead {
  width: 100%;
}

button {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  color: #2c2e2f;
}

* {
  font-family: "Noto Sans JP", sans-serif;
}

.l_container_lg {
  width: calc(100% - 80px);
  max-width: 1790px;
  margin: 0 auto;
}
.l_container_md {
  width: calc(100% - 80px);
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .l_container_md {
    width: calc(100% - 60px);
  }
}
@media (max-width: 768px) {
  .l_container_md {
    width: calc(100% - 32px);
  }
}
.l_container_sm {
  width: calc(100% - 40px);
  max-width: 740px;
  margin: 0 auto;
}

.l_header {
  height: 100px;
  position: sticky;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media (max-width: 960px) {
  .l_header {
    height: 60px;
  }
}
.l_header_inner {
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (max-width: 960px) {
  .l_header_inner {
    padding: 0 20px;
  }
}
.l_header_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 315px;
  z-index: 1;
  position: relative;
}
@media (max-width: 960px) {
  .l_header_logo {
    max-width: 250px;
  }
}
.l_header_logo img {
  opacity: 0;
  transition: 0.3s;
}
.l_header_logo img.is-active {
  opacity: 1;
}
.l_header_logo img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l_header_logo-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.l_header_content {
  display: flex;
  gap: 32px;
}
.l_header_tel {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
@media (max-width: 960px) {
  .l_header_tel.__pc {
    display: none;
  }
}
.l_header_tel.__tb {
  display: none;
}
@media (max-width: 960px) {
  .l_header_tel.__tb {
    display: flex;
    margin-top: 28px;
    color: #fff;
  }
}
.l_header_tel .__num {
  font-family: "manicotti", sans-serif;
  font-size: 38px;
  line-height: 1;
}
.l_header_tel .__time {
  font-size: 13px;
  line-height: 1;
}
@media (max-width: 960px) {
  .l_header_tel .__time {
    color: #fff;
  }
}
.l_header_btn-wrap {
  display: flex;
  align-items: center;
  gap: 55px;
}
.l_header_contact {
  font-family: "manicotti", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2c2e2f;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  border-radius: 4px;
  width: 165px;
  height: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .l_header_contact.__pc {
    display: none;
  }
}
.l_header_contact.__tb {
  display: none;
}
@media (max-width: 960px) {
  .l_header_contact.__tb {
    display: flex;
    width: 100%;
    max-width: 300px;
    height: 50px;
    margin: 20px auto 0;
  }
}
.l_header_contact::before {
  content: "";
  background-color: #2c2e2f;
  width: 2px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: -27.5px;
  transform: translate(-50%, -50%);
}
@media (max-width: 960px) {
  .l_header_contact::before {
    display: none;
  }
}
.l_header_hambtn {
  width: 45px;
  height: 20px;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.l_header_hambtn .__line {
  width: 100%;
  height: 3px;
  background-color: #2c2e2f;
  position: absolute;
  left: 50%;
  transition: 0.2s;
  cursor: pointer;
}
.l_header_hambtn .__line:nth-child(1) {
  top: 0;
  transform: translate(-50%, 0%);
}
.l_header_hambtn .__line:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.l_header_hambtn .__line:nth-child(3) {
  top: 100%;
  transform: translate(-50%, -100%);
}
.l_header_hambtn.is-active {
  width: 45px;
  height: 36px;
}
@media (max-width: 960px) {
  .l_header_hambtn.is-active .__line {
    background-color: #fff;
  }
}
.l_header_hambtn.is-active .__line:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
}
.l_header_hambtn.is-active .__line:nth-child(2) {
  top: 50%;
  opacity: 0;
}
.l_header_hambtn.is-active .__line:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(30deg);
}

.l_header-menu {
  width: 100vw;
  height: 100vh;
  background-color: #42529b;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/menu_bg.png);
  background-position: center right;
  background-size: 1920px;
  background-repeat: no-repeat;
  padding-top: 100px;
  display: flex;
  align-items: center;
  transform: translateX(100%);
  transition: 0.4s;
}
@media (max-width: 1600px) {
  .l_header-menu {
    background-size: 840px;
  }
}
@media (max-width: 1280px) {
  .l_header-menu {
    background-size: 650px;
  }
}
@media (max-width: 960px) {
  .l_header-menu {
    padding-top: 60px;
    background-image: unset;
    background-color: #42529b;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.l_header-menu.is-active {
  transform: translate(0);
}
.l_header-menu_inner {
  width: 100%;
}
@media (max-width: 960px) {
  .l_header-menu_inner {
    min-height: 100vh;
    position: relative;
    margin: 0 auto;
    padding-bottom: 120px;
    background-image: url(../img/sp-menu_bg.png);
    background-size: 1050px;
    background-position: bottom -100px center;
    background-repeat: no-repeat;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  .l_header-menu_inner::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
}
.l_header-menu_width {
  width: 100%;
}
@media (max-width: 960px) {
  .l_header-menu_width {
    width: calc(100% - 100px);
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (max-width: 560px) {
  .l_header-menu_width {
    width: calc(100% - 40px);
  }
}
.l_header-menu_list {
  width: calc(100% - 180px);
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
@media (max-width: 960px) {
  .l_header-menu_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 0;
    width: 100%;
  }
}
.l_header-menu_list::before {
  content: "";
  width: 774px;
  height: 598px;
  background-image: url(../img/menu_deco01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -70px;
  left: -90px;
  z-index: -1;
}
@media (max-width: 1600px) {
  .l_header-menu_list::before {
    left: -40px;
  }
}
@media (max-width: 1280px) {
  .l_header-menu_list::before {
    width: 640px;
  }
}
@media (max-width: 960px) {
  .l_header-menu_list::before {
    display: none;
  }
}
@media (max-width: 960px) {
  .l_header-menu_list-item {
    width: 50%;
  }
}
.l_header-menu_list-item:nth-child(1) {
  width: 100%;
}
.l_header-menu_list-link {
  display: inline-flex;
  flex-direction: column;
  color: #fff;
}
.l_header-menu_list-link .__en {
  font-family: "manicotti", sans-serif;
  font-size: 55px;
  color: inherit;
}
@media (max-width: 960px) {
  .l_header-menu_list-link .__en {
    font-size: 40px;
  }
}
@media (max-width: 560px) {
  .l_header-menu_list-link .__en {
    font-size: 36px;
  }
}
.l_header-menu_list-link .__jp {
  font-size: 22px;
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
  color: inherit;
}
@media (max-width: 960px) {
  .l_header-menu_list-link .__jp {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .l_header-menu_list-link .__jp {
    font-size: 13px;
  }
}
.l_header-menu_sp-img {
  display: none;
}
@media (max-width: 960px) {
  .l_header-menu_sp-img {
    display: block;
    width: 100%;
    max-width: 400px;
    margin-top: 32px;
  }
}

.l_footer {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .l_footer {
    padding-top: 40px;
  }
}
.l_footer_top-btn {
  width: 100%;
  max-width: 1680px;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: 0.4s;
  pointer-events: none;
}
.l_footer_top-btn.is-active {
  transform: translate(-50%, 0);
}
.l_footer_top-btn .__btn {
  display: block;
  width: 107px;
  cursor: pointer;
  pointer-events: visible;
}
@media (max-width: 1280px) {
  .l_footer_top-btn .__btn {
    width: 75px;
  }
}
.l_footer_logo {
  display: block;
  width: 794px;
  margin: 24px auto 0;
}
@media (max-width: 1280px) {
  .l_footer_logo {
    width: 620px;
  }
}
@media (max-width: 768px) {
  .l_footer_logo {
    width: 390px;
  }
}
@media (max-width: 560px) {
  .l_footer_logo {
    width: 320px;
  }
}
.l_footer_list {
  display: flex;
  justify-content: space-between;
  max-width: 1130px;
  margin: 48px auto 0;
  width: calc(100% - 40px);
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .l_footer_list {
    width: calc(100% - 160px);
    max-width: 900px;
  }
}
@media (max-width: 768px) {
  .l_footer_list {
    display: none;
  }
}
.l_footer_list-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.l_footer_list-link .__en {
  font-size: 55px;
  font-family: "manicotti", sans-serif;
  color: inherit;
}
@media (max-width: 1280px) {
  .l_footer_list-link .__en {
    font-size: 45px;
  }
}
@media (max-width: 960px) {
  .l_footer_list-link .__en {
    font-size: 32px;
  }
}
.l_footer_list-link .__jp {
  font-size: 22px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  color: inherit;
}
@media (max-width: 1280px) {
  .l_footer_list-link .__jp {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .l_footer_list-link .__jp {
    font-size: 10px;
  }
}
.l_footer_copyright {
  text-align: center;
  font-size: 12px;
  padding: 24px 0;
  margin-top: 24px;
  color: #fff;
}
.l_footer_bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  pointer-events: none;
}
.l_footer_bg img {
  width: 1920px;
}
@media (max-width: 1280px) {
  .l_footer_bg img {
    width: 1600px;
  }
}
@media (max-width: 768px) {
  .l_footer_bg img {
    width: 880px;
  }
}
@media (max-width: 560px) {
  .l_footer_bg img {
    width: 780px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #2c2e2f;
  font-size: 16px;
  position: relative;
}

.view-hidden {
  width: 100vw;
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

.l_main {
  overflow: hidden;
}

@media (max-width: 768px) {
  .m_section {
    width: 100%;
  }
}
.m_section_inner {
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .m_section_inner {
    border-radius: unset;
  }
}
.m_section_bg {
  border-radius: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .m_section_bg {
    border-radius: unset;
  }
}

.m_common-title {
  display: flex;
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .m_common-title {
    justify-content: center;
  }
}
.m_common-title_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.m_common-title_inner .__en {
  font-size: 130px;
  font-family: "manicotti", sans-serif;
  color: inherit;
}
@media (max-width: 1280px) {
  .m_common-title_inner .__en {
    font-size: 110px;
  }
}
@media (max-width: 960px) {
  .m_common-title_inner .__en {
    font-size: 90px;
  }
}
@media (max-width: 768px) {
  .m_common-title_inner .__en {
    font-size: 75px;
  }
}
@media (max-width: 560px) {
  .m_common-title_inner .__en {
    font-size: 50px;
  }
}
.m_common-title_inner .__jp {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: inherit;
}
@media (max-width: 1280px) {
  .m_common-title_inner .__jp {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .m_common-title_inner .__jp {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .m_common-title_inner .__jp {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .m_common-title_inner .__jp {
    font-size: 14px;
  }
}
.m_common-title.__white {
  color: #fff;
}

.m_btn01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 360px;
  border-bottom: 2px solid #fff;
  padding-bottom: 12px;
  font-size: 22px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 560px) {
  .m_btn01 {
    min-width: unset;
    font-size: 18px;
    gap: 20px;
  }
}
.m_btn01 .__btn {
  display: flex;
  width: 48px;
  align-items: center;
}
@media (max-width: 560px) {
  .m_btn01 .__btn {
    width: 32px;
  }
}

.m_btn02 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 360px;
  height: 75px;
  border-radius: 500px;
  background-color: #2c2e2f;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  gap: 12px;
}
@media (max-width: 960px) {
  .m_btn02 {
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .m_btn02 {
    font-size: 16px;
    height: 56px;
    max-width: 250px;
    height: 48px;
  }
}
.m_btn02:hover .__arrow.__toright {
  transform: translateX(5px);
}
.m_btn02:hover .__arrow.__tobottom {
  transform: translateY(5px);
}
.m_btn02 .__arrow.__toright {
  width: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .m_btn02 .__arrow.__toright {
    width: 19px;
  }
}
.m_btn02 .__arrow.__tobottom {
  width: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.m_page-bottom-mv {
  width: 100%;
  height: 300px;
  background: url(../img/bottom-mv_bg.jpg) center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  .m_page-bottom-mv {
    background-size: 1300px;
  }
}
@media (max-width: 960px) {
  .m_page-bottom-mv {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .m_page-bottom-mv {
    background-size: 1000px;
    height: 200px;
  }
}
@media (max-width: 560px) {
  .m_page-bottom-mv {
    background-size: 600px;
  }
}
.m_page-bottom-mv_circle {
  width: 1920px;
  height: 1920px;
  background-color: #fff;
  position: absolute;
  bottom: -214px;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
  border-radius: 50%;
}
@media (max-width: 1600px) {
  .m_page-bottom-mv_circle {
    width: 1600px;
    height: 1600px;
    bottom: -120px;
  }
}
@media (max-width: 1280px) {
  .m_page-bottom-mv_circle {
    width: 1000px;
    height: 1000px;
    bottom: -40px;
  }
}
@media (max-width: 960px) {
  .m_page-bottom-mv_circle {
    width: 900px;
    height: 900px;
    bottom: -40px;
  }
}
@media (max-width: 768px) {
  .m_page-bottom-mv_circle {
    width: 800px;
    height: 800px;
    bottom: -20px;
  }
}
@media (max-width: 560px) {
  .m_page-bottom-mv_circle {
    width: 600px;
    height: 600px;
    bottom: 20px;
  }
}
.m_page-bottom-mv_circle-overlap {
  bottom: unset;
  top: -1706px;
  transform: translate(-50%, 0);
  -webkit-clip-path: polygon(0 calc(100% - 214px), 100% calc(100% - 214px), 100% 100%, 0% 100%);
          clip-path: polygon(0 calc(100% - 214px), 100% calc(100% - 214px), 100% 100%, 0% 100%);
}
@media (max-width: 1600px) {
  .m_page-bottom-mv_circle-overlap {
    width: 1600px;
    height: 1600px;
    top: -1480px;
    -webkit-clip-path: polygon(0 calc(100% - 120px), 100% calc(100% - 120px), 100% 100%, 0% 100%);
            clip-path: polygon(0 calc(100% - 120px), 100% calc(100% - 120px), 100% 100%, 0% 100%);
  }
}
@media (max-width: 1280px) {
  .m_page-bottom-mv_circle-overlap {
    width: 1000px;
    height: 1000px;
    top: -960px;
    -webkit-clip-path: polygon(0 calc(100% - 40px), 100% calc(100% - 40px), 100% 100%, 0% 100%);
            clip-path: polygon(0 calc(100% - 40px), 100% calc(100% - 40px), 100% 100%, 0% 100%);
  }
}
@media (max-width: 960px) {
  .m_page-bottom-mv_circle-overlap {
    width: 900px;
    height: 900px;
    top: -860px;
  }
}
@media (max-width: 768px) {
  .m_page-bottom-mv_circle-overlap {
    width: 800px;
    height: 800px;
    top: -780px;
    -webkit-clip-path: polygon(0 calc(100% - 20px), 100% calc(100% - 20px), 100% 100%, 0% 100%);
            clip-path: polygon(0 calc(100% - 20px), 100% calc(100% - 20px), 100% 100%, 0% 100%);
  }
}
@media (max-width: 560px) {
  .m_page-bottom-mv_circle-overlap {
    display: none;
  }
}
.m_page-bottom-mv_title {
  display: flex;
  flex-direction: column;
  transform: translateY(-20px);
}
.m_page-bottom-mv_title .__en {
  font-size: 110px;
  font-family: "manicotti", sans-serif;
}
@media (max-width: 960px) {
  .m_page-bottom-mv_title .__en {
    font-size: 90px;
  }
}
@media (max-width: 768px) {
  .m_page-bottom-mv_title .__en {
    font-size: 68px;
  }
}
@media (max-width: 560px) {
  .m_page-bottom-mv_title .__en {
    font-size: 56px;
  }
}
.m_page-bottom-mv_title .__en.__blue {
  color: #42529b;
}
.m_page-bottom-mv_title .__en.__red {
  color: #d91d62;
}
.m_page-bottom-mv_title .__en.__green {
  color: #92d050;
}
.m_page-bottom-mv_title .__jp {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 960px) {
  .m_page-bottom-mv_title .__jp {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .m_page-bottom-mv_title .__jp {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .m_page-bottom-mv_title .__jp {
    font-size: 12px;
  }
}

.m_section-recruit {
  background-image: url(../img/recruit_bg.jpg);
  background-size: 1920px;
  background-repeat: no-repeat;
  height: 850px;
  background-position: bottom;
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .m_section-recruit {
    height: 620px;
    background-size: 1420px;
  }
}
@media (max-width: 960px) {
  .m_section-recruit {
    height: 680px;
    background-position: left -270px bottom -90px;
  }
}
@media (max-width: 768px) {
  .m_section-recruit {
    background-size: cover;
    background-position: left -120px bottom;
    margin-bottom: 140px;
    height: 580px;
  }
}
@media (max-width: 560px) {
  .m_section-recruit {
    background-position: left -200px bottom;
  }
}
.m_section-recruit_inner {
  position: relative;
  padding-top: 52px;
  height: 100%;
}
@media (max-width: 768px) {
  .m_section-recruit_inner {
    padding-top: 28px;
  }
}
.m_section-recruit_bord {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 794px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1280px) {
  .m_section-recruit_bord {
    max-width: 600px;
  }
}
@media (max-width: 960px) {
  .m_section-recruit_bord {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .m_section-recruit_bord {
    transform: translateY(2px);
  }
}
.m_section-recruit_bord::before {
  content: "";
  width: 1190px;
  height: 595px;
  background-image: url(../img/recruit_rainbow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 100px;
  z-index: -1;
}
@media (max-width: 1280px) {
  .m_section-recruit_bord::before {
    width: 900px;
    height: 450px;
    left: 150px;
  }
}
@media (max-width: 768px) {
  .m_section-recruit_bord::before {
    width: 675px;
    height: 337px;
  }
}
.m_section-recruit_bord-bg {
  width: 100%;
  padding: 60px 45px;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  z-index: 1;
  padding: 28px 32px;
}
@media (max-width: 768px) {
  .m_section-recruit_bord-bg {
    padding: 16px 20px;
  }
}
@media (max-width: 560px) {
  .m_section-recruit_bord-bg {
    padding: 12px 12px;
  }
}
.m_section-recruit_bord-inner {
  max-width: 670px;
  margin: 0 auto;
}
.m_section-recruit_bord-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .m_section-recruit_bord-title {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .m_section-recruit_bord-title {
    font-size: 20px;
  }
}
.m_section-recruit_bord-text {
  font-size: 16px;
  margin-top: 28px;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media (max-width: 960px) {
  .m_section-recruit_bord-text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .m_section-recruit_bord-text {
    font-size: 14px;
    margin-top: 8px;
  }
}
@media (max-width: 560px) {
  .m_section-recruit_bord-text {
    font-size: 13px;
    margin-top: 6px;
  }
}
.m_section-recruit_bord-btn {
  margin: 36px 0 0 auto;
}
@media (max-width: 1280px) {
  .m_section-recruit_bord-btn {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .m_section-recruit_bord-btn {
    margin-top: 16px;
  }
}
@media (max-width: 560px) {
  .m_section-recruit_bord-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.m_section-recruit_bord-chara {
  width: 486px;
  position: absolute;
  top: -160px;
  right: -20px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .m_section-recruit_bord-chara {
    width: 400px;
  }
}
@media (max-width: 960px) {
  .m_section-recruit_bord-chara {
    width: 250px;
    right: -40px;
    top: -120px;
  }
}
@media (max-width: 768px) {
  .m_section-recruit_bord-chara {
    top: -150px;
  }
}
@media (max-width: 560px) {
  .m_section-recruit_bord-chara {
    width: 180px;
    top: -100px;
    right: -80px;
  }
}

.m_common-form {
  margin-top: 52px;
}
.m_common-form_block:nth-child(n+2) {
  margin-top: 20px;
}
.m_common-form_title {
  font-size: 23px;
  color: #d91d62;
  display: flex;
  align-items: center;
  font-weight: 700;
  padding-left: 36px;
  gap: 10px;
}
@media (max-width: 768px) {
  .m_common-form_title {
    font-size: 18px;
    padding-left: 24px;
  }
}
@media (max-width: 560px) {
  .m_common-form_title {
    font-size: 16px;
    padding-left: 16px;
  }
}
.m_common-form_title .__require {
  background-color: #d91d62;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  width: 50px;
  height: 24px;
  border-radius: 100px;
  font-weight: 400;
  padding-bottom: 2px;
}
@media (max-width: 768px) {
  .m_common-form_title .__require {
    font-size: 14px;
    width: 45px;
    height: 20px;
  }
}
@media (max-width: 560px) {
  .m_common-form_title .__require {
    font-size: 12px;
    width: 40px;
    height: 18px;
  }
}
.m_common-form_area {
  width: 100%;
  min-height: 70px;
  border-radius: 1000px;
  background-color: #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  margin-top: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .m_common-form_area {
    min-height: 56px;
    margin-top: 4px;
    padding: 20px;
  }
}
@media (max-width: 560px) {
  .m_common-form_area {
    min-height: 50px;
    padding: 12px 20px;
  }
}
.m_common-form_area.__textarea {
  border-radius: 30px;
  padding: 24px 32px;
}
@media (max-width: 768px) {
  .m_common-form_area.__textarea {
    padding: 20px;
  }
}
@media (max-width: 560px) {
  .m_common-form_area.__textarea {
    padding: 12px 20px;
  }
}
.m_common-form_area input,
.m_common-form_area textarea,
.m_common-form_area select {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
}
@media (max-width: 768px) {
  .m_common-form_area input,
  .m_common-form_area textarea,
  .m_common-form_area select {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .m_common-form_area input,
  .m_common-form_area textarea,
  .m_common-form_area select {
    font-size: 14px;
  }
}
.m_common-form_area textarea {
  min-height: 180px;
}
.m_common-form_area .error {
  flex-shrink: 0;
  font-size: 16px;
}
@media (max-width: 768px) {
  .m_common-form_area .error {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .m_common-form_area .error {
    font-size: 12px;
  }
}
.m_common-form_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 76px;
}
@media (max-width: 768px) {
  .m_common-form_submit {
    margin-top: 40px;
  }
}
.m_common-form_submit input {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  background-color: #fff;
  width: 50%;
  max-width: 360px;
  height: 75px;
  border-radius: 1000px;
  background-image: url(../img/arrow_toright-black.png);
  background-size: 21px;
  background-position: center right 40px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .m_common-form_submit input {
    max-width: 300px;
    height: 56px;
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .m_common-form_submit input {
    width: 100%;
  }
}
.m_common-form_submit input:nth-child(n+2) {
  background-color: #888;
  color: #fff;
  background-image: unset;
}

.m_thanks_text {
  font-size: 18px;
  color: #fff;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1280px) {
  .m_thanks_text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .m_thanks_text {
    font-size: 14px;
  }
}
.m_thanks_text .__lg {
  font-size: 24px;
  font-weight: 500;
  color: inherit;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media (max-width: 1280px) {
  .m_thanks_text .__lg {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .m_thanks_text .__lg {
    font-size: 18px;
  }
}
.m_thanks_btn {
  justify-content: flex-start;
  gap: 20px;
  margin-top: 40px;
}
.m_thanks_btn .__btn {
  transition: 0.3s;
}
.m_thanks_btn:hover .__btn {
  transform: translateX(-5px);
}

.top-mv {
  background: url(../img/mv_bg.jpg) center/cover;
  overflow: hidden;
  padding: 45px 0 100px;
}
@media (max-width: 960px) {
  .top-mv {
    padding: 36px 0 45px;
  }
}
@media (max-width: 768px) {
  .top-mv {
    background-image: url(../img/mv_bg-sp.jpg);
    background-size: 1460px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 0;
    padding-top: 24px;
  }
}
@media (max-width: 560px) {
  .top-mv {
    background-size: 1040px;
  }
}
.top-mv_img-wrap {
  max-width: 1320px;
  width: 75%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 960px) {
  .top-mv_img-wrap {
    max-width: 550px;
  }
}
@media (max-width: 768px) {
  .top-mv_img-wrap {
    width: 100%;
    max-width: unset;
  }
}
.top-mv_img {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .top-mv_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .top-mv_img img {
    width: 1240px;
  }
}
@media (max-width: 560px) {
  .top-mv_img img {
    width: 850px;
  }
}
.top-mv_deco {
  position: absolute;
  right: -5%;
  top: 0;
  width: 37%;
}

.top-topic {
  border: 5px solid #00b0f0;
  border-radius: 2000px;
  padding: 36px 60px 36px 75px;
  min-height: 140px;
  display: flex;
  align-items: center;
  gap: 50px;
  transform: translateY(-50%);
  background-color: #fff;
  position: relative;
}
@media (max-width: 1280px) {
  .top-topic {
    padding: 20px 50px 20px 60px;
  }
}
@media (max-width: 960px) {
  .top-topic {
    width: calc(100% - 40px);
    max-width: 800px;
    transform: translateY(0);
    margin: 24px auto;
    border-radius: 2000px 2000px 2000px 2000px;
    padding: 12px 24px 12px 24px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .top-topic {
    width: calc(100% - 48px);
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-height: unset;
    border-radius: 12px;
    margin: 24px auto 48px;
    padding: 12px 24px 32px 24px;
  }
}
@media (max-width: 560px) {
  .top-topic {
    border-width: 3px;
    padding: 12px 24px 24px 24px;
  }
}
.top-topic_block {
  display: flex;
  align-items: center;
  gap: 85px;
}
@media (max-width: 960px) {
  .top-topic_block {
    gap: 30px;
  }
}
@media (max-width: 560px) {
  .top-topic_block {
    gap: 20px;
  }
}
.top-topic_title {
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .top-topic_title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .top-topic_title {
    font-size: 18px;
  }
}
.top-topic_date {
  font-size: 20px;
  color: #00d9f4;
  padding-left: 45px;
  border-left: 1px solid #00d9f4;
  min-height: 45px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .top-topic_date {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .top-topic_date {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .top-topic_date {
    font-size: 16px;
    min-height: 32px;
  }
}
@media (max-width: 560px) {
  .top-topic_date {
    padding-left: 20px;
    min-height: 24px;
  }
}
.top-topic_content {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .top-topic_content {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .top-topic_content {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .top-topic_content {
    font-size: 13px;
  }
}
.top-topic_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  background-color: #00b0f0;
  color: #fff;
  width: 180px;
  height: 50px;
  border-radius: 1000px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  gap: 8px;
}
@media (max-width: 768px) {
  .top-topic_btn {
    font-size: 16px;
    width: 160px;
    height: 42px;
  }
}
@media (max-width: 560px) {
  .top-topic_btn {
    font-size: 13px;
    width: 120px;
    height: 32px;
  }
}
.top-topic_btn .__arrow {
  width: 6px;
  transform: translateY(-2px);
  transition: 0.3s;
}
@media (max-width: 560px) {
  .top-topic_btn .__arrow {
    width: 5px;
    transform: translateY(-1px);
  }
}
.top-topic_btn:hover .__arrow {
  transform: translateY(3px);
}
@media (max-width: 560px) {
  .top-topic_btn:hover .__arrow {
    transform: translateY(4px);
  }
}

.top-philosophy_inner {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .top-philosophy_inner {
    padding-bottom: 0;
  }
}
.top-philosophy_bg {
  background-color: #d91d62;
  padding: 64px 0;
}
@media (max-width: 768px) {
  .top-philosophy_bg {
    padding-bottom: 100px;
  }
}
.top-philosophy_deco {
  width: 35.5%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -40%);
}
@media (max-width: 560px) {
  .top-philosophy_deco {
    width: 50%;
  }
}
.top-philosophy_catchcopy-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .top-philosophy_catchcopy-wrap {
    display: flex;
    padding-top: 250px;
    max-width: 820px;
    margin: 0 auto;
  }
}
@media (max-width: 960px) {
  .top-philosophy_catchcopy-wrap {
    max-width: 640px;
    padding-top: 200px;
  }
}
@media (max-width: 768px) {
  .top-philosophy_catchcopy-wrap {
    max-width: 420px;
    margin: unset;
  }
}
@media (max-width: 560px) {
  .top-philosophy_catchcopy-wrap {
    max-width: 410px;
    margin: 0 auto;
    padding-top: 150px;
  }
}
.top-philosophy_catchcopy {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-8.7deg);
  margin-top: 40px;
}
.top-philosophy_catchcopy-text {
  color: #fff;
  font-family: "vdl-linegpop-shadow", sans-serif;
  text-align: center;
  position: relative;
  white-space: nowrap;
}
.top-philosophy_catchcopy-text .__sm {
  font-size: 70px;
  display: inline-block;
  color: inherit;
  font-family: inherit;
  transform: translateY(-5%);
  padding-left: 12px;
  line-height: 1.25;
}
@media (max-width: 1280px) {
  .top-philosophy_catchcopy-text .__sm {
    font-size: 60px;
  }
}
@media (max-width: 960px) {
  .top-philosophy_catchcopy-text .__sm {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .top-philosophy_catchcopy-text .__sm {
    font-size: 40px;
  }
}
@media (max-width: 560px) {
  .top-philosophy_catchcopy-text .__sm {
    font-size: 28px;
  }
}
.top-philosophy_catchcopy-text .__md {
  font-size: 98px;
  display: inline-block;
  color: inherit;
  font-family: inherit;
  position: relative;
  padding-bottom: 32px;
  line-height: 1.25;
}
@media (max-width: 1280px) {
  .top-philosophy_catchcopy-text .__md {
    font-size: 85px;
    padding-bottom: 24px;
  }
}
@media (max-width: 960px) {
  .top-philosophy_catchcopy-text .__md {
    font-size: 75px;
  }
}
@media (max-width: 768px) {
  .top-philosophy_catchcopy-text .__md {
    font-size: 60px;
    padding-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .top-philosophy_catchcopy-text .__md {
    font-size: 45px;
    padding-bottom: 14px;
  }
}
.top-philosophy_catchcopy-text .__md::before {
  content: "";
  width: 375px;
  height: 43px;
  background: url(../img/philosophy_deco03.png) center/contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 1280px) {
  .top-philosophy_catchcopy-text .__md::before {
    width: 325px;
    height: 37px;
  }
}
@media (max-width: 960px) {
  .top-philosophy_catchcopy-text .__md::before {
    width: 286px;
    height: 33px;
  }
}
@media (max-width: 768px) {
  .top-philosophy_catchcopy-text .__md::before {
    width: 230px;
    height: 26px;
  }
}
@media (max-width: 560px) {
  .top-philosophy_catchcopy-text .__md::before {
    width: 170px;
    height: 20px;
  }
}
.top-philosophy_catchcopy-text .__lg {
  font-size: 131px;
  display: inline-block;
  color: inherit;
  font-family: inherit;
  position: relative;
  padding-bottom: 45px;
  line-height: 1.25;
}
@media (max-width: 1280px) {
  .top-philosophy_catchcopy-text .__lg {
    font-size: 120px;
    padding-bottom: 36px;
  }
}
@media (max-width: 960px) {
  .top-philosophy_catchcopy-text .__lg {
    font-size: 110px;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .top-philosophy_catchcopy-text .__lg {
    font-size: 85px;
    padding-bottom: 24px;
  }
}
@media (max-width: 560px) {
  .top-philosophy_catchcopy-text .__lg {
    font-size: 56px;
    padding-bottom: 20px;
  }
}
.top-philosophy_catchcopy-text .__lg::before {
  content: "";
  width: 485px;
  height: 55px;
  background: url(../img/philosophy_deco04.png) center/contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 1280px) {
  .top-philosophy_catchcopy-text .__lg::before {
    width: 450px;
    height: 51px;
  }
}
@media (max-width: 960px) {
  .top-philosophy_catchcopy-text .__lg::before {
    width: 417px;
    height: 47px;
  }
}
@media (max-width: 768px) {
  .top-philosophy_catchcopy-text .__lg::before {
    width: 317px;
    height: 36px;
  }
}
@media (max-width: 560px) {
  .top-philosophy_catchcopy-text .__lg::before {
    width: 217px;
    height: 25px;
  }
}
.top-philosophy_catchcopy-text .__llg {
  font-size: 143px;
  display: inline-block;
  color: inherit;
  font-family: inherit;
  padding-bottom: 60px;
  line-height: 1.25;
}
@media (max-width: 1280px) {
  .top-philosophy_catchcopy-text .__llg {
    font-size: 132px;
    padding-bottom: 60px;
  }
}
@media (max-width: 960px) {
  .top-philosophy_catchcopy-text .__llg {
    font-size: 120px;
    padding-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .top-philosophy_catchcopy-text .__llg {
    font-size: 100px;
    padding-bottom: 40px;
  }
}
@media (max-width: 560px) {
  .top-philosophy_catchcopy-text .__llg {
    font-size: 65px;
    padding-bottom: 30px;
  }
}
.top-philosophy_catchcopy-text .__llg::before {
  content: "";
  width: 675px;
  height: 76px;
  background: url(../img/philosophy_deco05.png) center/contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 1280px) {
  .top-philosophy_catchcopy-text .__llg::before {
    width: 630px;
    height: 71px;
  }
}
@media (max-width: 960px) {
  .top-philosophy_catchcopy-text .__llg::before {
    width: 587px;
    height: 66px;
  }
}
@media (max-width: 768px) {
  .top-philosophy_catchcopy-text .__llg::before {
    width: 477px;
    height: 54px;
  }
}
@media (max-width: 560px) {
  .top-philosophy_catchcopy-text .__llg::before {
    width: 317px;
    height: 36px;
  }
}
.top-philosophy_catchcopy-text::before {
  content: "";
  width: 91px;
  height: 99px;
  background: url(../img/philosophy_deco01.png) center/contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: -30px;
}
@media (max-width: 1280px) {
  .top-philosophy_catchcopy-text::before {
    transform: scale(0.8);
  }
}
@media (max-width: 960px) {
  .top-philosophy_catchcopy-text::before {
    left: -10px;
  }
}
@media (max-width: 560px) {
  .top-philosophy_catchcopy-text::before {
    left: -40px;
    transform: scale(0.5);
    top: -10px;
  }
}
.top-philosophy_catchcopy-text::after {
  content: "";
  width: 70px;
  height: 65px;
  background: url(../img/philosophy_deco02.png) center/contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  right: -100px;
}
@media (max-width: 1280px) {
  .top-philosophy_catchcopy-text::after {
    transform: scale(0.8);
  }
}
@media (max-width: 960px) {
  .top-philosophy_catchcopy-text::after {
    right: -80px;
  }
}
@media (max-width: 560px) {
  .top-philosophy_catchcopy-text::after {
    transform: scale(0.5);
    right: -70px;
  }
}
.top-philosophy_chara {
  width: 504px;
  position: absolute;
  left: -32px;
  bottom: -98px;
  z-index: -1;
}
@media (max-width: 1280px) {
  .top-philosophy_chara {
    width: 360px;
    top: 0;
    left: -30px;
    bottom: unset;
  }
}
@media (max-width: 960px) {
  .top-philosophy_chara {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .top-philosophy_chara {
    width: 200px;
    top: 30px;
  }
}
@media (max-width: 560px) {
  .top-philosophy_chara {
    width: 160px;
  }
}
.top-philosophy_human {
  width: 1175px;
  position: absolute;
  right: -420px;
  bottom: -80px;
  z-index: -1;
}
@media (max-width: 1600px) {
  .top-philosophy_human {
    width: 1125px;
  }
}
@media (max-width: 1280px) {
  .top-philosophy_human {
    width: 1120px;
    top: 0;
  }
}
@media (max-width: 960px) {
  .top-philosophy_human {
    width: 980px;
  }
}
@media (max-width: 768px) {
  .top-philosophy_human {
    width: 800px;
  }
}
@media (max-width: 560px) {
  .top-philosophy_human {
    width: 550px;
    right: unset;
    left: 40px;
  }
}

.top-vision_title {
  margin-top: 120px;
  justify-content: center;
}
@media (max-width: 560px) {
  .top-vision_title {
    margin-top: 60px;
  }
}
.top-vision_list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .top-vision_list {
    max-width: 1040px;
  }
}
@media (max-width: 960px) {
  .top-vision_list {
    flex-direction: column;
    max-width: 500px;
    margin-top: 130px;
  }
}
.top-vision_list-item {
  width: calc(33.33% - 16px);
  max-width: 324px;
  position: relative;
}
@media (max-width: 960px) {
  .top-vision_list-item {
    width: 100%;
    max-width: unset;
    z-index: 1;
  }
}
.top-vision_list-item:nth-child(2) {
  padding-top: 188px;
}
@media (max-width: 960px) {
  .top-vision_list-item:nth-child(2) {
    padding-top: 0;
    margin-top: 60px;
    padding-left: 100px;
  }
}
@media (max-width: 768px) {
  .top-vision_list-item:nth-child(2) {
    padding-left: 120px;
  }
}
@media (max-width: 960px) {
  .top-vision_list-item:nth-child(3) {
    margin-top: 200px;
  }
}
.top-vision_list-title {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .top-vision_list-title {
    position: absolute;
    z-index: -1;
  }
}
@media (max-width: 960px) {
  .top-vision_list-title.__01 {
    left: 270px;
    top: -30px;
  }
}
@media (max-width: 560px) {
  .top-vision_list-title.__01 {
    left: 220px;
    top: -40px;
  }
}
@media (max-width: 960px) {
  .top-vision_list-title.__02 {
    left: -40px;
    top: 20px;
  }
}
@media (max-width: 768px) {
  .top-vision_list-title.__02 {
    left: 0;
  }
}
@media (max-width: 560px) {
  .top-vision_list-title.__02 {
    left: 20px;
  }
}
@media (max-width: 960px) {
  .top-vision_list-title.__03 {
    left: 210px;
    top: -60px;
  }
}
.top-vision_list-title .__inner {
  font-family: "vdl-linegpop-shadow", sans-serif;
  line-height: 1;
  letter-spacing: -0.1em;
  font-size: 73px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .top-vision_list-title .__inner {
    font-size: 56px;
  }
}
@media (max-width: 960px) {
  .top-vision_list-title .__inner {
    font-size: 45px;
  }
}
.top-vision_list-title .__inner::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 428px;
  width: 428px;
  height: 405px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 1280px) {
  .top-vision_list-title .__inner::before {
    background-size: 300px;
    width: 300px;
    height: 284px;
  }
}
@media (max-width: 960px) {
  .top-vision_list-title .__inner::before {
    background-size: 250px;
    width: 250px;
    height: 238px;
  }
}
.top-vision_list-title .__inner.__01::before {
  background-image: url(../img/vision_list-bg01.png);
}
.top-vision_list-title .__inner.__02::before {
  background-image: url(../img/vision_list-bg02.png);
}
.top-vision_list-title .__inner.__03::before {
  background-image: url(../img/vision_list-bg03.png);
}
.top-vision_list-catchcopy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  line-height: 1;
  gap: 8px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  margin-top: 45px;
  color: #fff;
}
@media (max-width: 960px) {
  .top-vision_list-catchcopy {
    margin-top: 0;
  }
}
@media (max-width: 960px) {
  .top-vision_list-catchcopy.__02 {
    align-items: flex-end;
  }
}
.top-vision_list-catchcopy .__sm {
  font-size: 32px;
  font-family: inherit;
  color: inherit;
}
@media (max-width: 1280px) {
  .top-vision_list-catchcopy .__sm {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  .top-vision_list-catchcopy .__sm {
    font-size: 20px;
  }
}
.top-vision_list-catchcopy .__lg {
  font-size: 42px;
  font-family: inherit;
  color: inherit;
}
@media (max-width: 1280px) {
  .top-vision_list-catchcopy .__lg {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .top-vision_list-catchcopy .__lg {
    font-size: 32px;
  }
}
.top-vision_list-text {
  font-size: 16px;
  text-align: justify;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 24px;
  color: #fff;
}
@media (max-width: 1280px) {
  .top-vision_list-text {
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .top-vision_list-text {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .top-vision_list-text.__03 {
    padding-left: 150px;
  }
}
@media (max-width: 560px) {
  .top-vision_list-text.__03 {
    padding-left: 100px;
  }
}
.top-vision_list-chara {
  width: 360px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1280px) {
  .top-vision_list-chara {
    width: 220px;
  }
}
@media (max-width: 960px) {
  .top-vision_list-chara {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .top-vision_list-chara {
    width: 180px;
  }
}
.top-vision_list-chara.__01 {
  top: -120px;
  left: -240px;
}
@media (max-width: 1280px) {
  .top-vision_list-chara.__01 {
    top: -130px;
    left: -120px;
  }
}
@media (max-width: 960px) {
  .top-vision_list-chara.__01 {
    left: 30px;
    top: -140px;
  }
}
@media (max-width: 768px) {
  .top-vision_list-chara.__01 {
    top: -130px;
  }
}
.top-vision_list-chara.__02 {
  bottom: -220px;
  right: -300px;
}
@media (max-width: 1280px) {
  .top-vision_list-chara.__02 {
    bottom: -180px;
  }
}
@media (max-width: 960px) {
  .top-vision_list-chara.__02 {
    left: -100px;
    bottom: -100px;
    right: unset;
  }
}
@media (max-width: 768px) {
  .top-vision_list-chara.__02 {
    left: -80px;
    bottom: -80px;
  }
}
@media (max-width: 560px) {
  .top-vision_list-chara.__02 {
    left: -40px;
    bottom: -20px;
  }
}
.top-vision_list-chara.__03 {
  top: -180px;
  right: -200px;
}
@media (max-width: 1280px) {
  .top-vision_list-chara.__03 {
    right: -110px;
    top: -160px;
  }
}
@media (max-width: 960px) {
  .top-vision_list-chara.__03 {
    top: -165px;
    left: 60px;
    right: unset;
  }
}
@media (max-width: 768px) {
  .top-vision_list-chara.__03 {
    top: -150px;
  }
}

.top-about {
  position: relative;
}
.top-about_inner {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .top-about_inner {
    padding-bottom: 0;
  }
}
.top-about_bg {
  background-color: #42529b;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (max-width: 1280px) {
  .top-about_bg {
    padding-bottom: 275px;
  }
}
.top-about_deco {
  width: 48%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30.1%, -40%);
  z-index: -1;
}
@media (max-width: 560px) {
  .top-about_deco {
    width: 60%;
  }
}
.top-about_main-title {
  justify-content: flex-end;
}
@media (max-width: 1280px) {
  .top-about_main-title {
    justify-content: center;
  }
}
.top-about_text-block {
  transform: translateY(-40px);
  margin-bottom: -40px;
  max-width: 450px;
}
@media (max-width: 1280px) {
  .top-about_text-block {
    transform: unset;
    margin-bottom: 0;
    max-width: unset;
    margin-top: 36px;
  }
}
.top-about_catchcopy {
  font-size: 32px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 768px) {
  .top-about_catchcopy {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .top-about_catchcopy {
    font-size: 24px;
  }
}
.top-about_text {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  margin-top: 64px;
  min-height: 268px;
  color: #fff;
}
@media (max-width: 1280px) {
  .top-about_text {
    min-height: unset;
  }
}
@media (max-width: 560px) {
  .top-about_text {
    font-size: 14px;
    margin-top: 20px;
  }
}
.top-about_btn-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1280px) {
  .top-about_btn-wrap {
    justify-content: center;
    margin-top: 40px;
  }
}
.top-about_human01 {
  width: 32.8%;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-35%);
}
@media (max-width: 1280px) {
  .top-about_human01 {
    width: 280px;
    transform: translateX(calc(-50% - 80px));
  }
}
@media (max-width: 768px) {
  .top-about_human01 {
    bottom: -50px;
    width: 240px;
  }
}
@media (max-width: 560px) {
  .top-about_human01 {
    transform: translateX(calc(-50% - 50px));
  }
}
.top-about_human02 {
  width: 62%;
  position: absolute;
  left: -40px;
  top: 0;
  transform: translateY(-44%);
}
@media (max-width: 1280px) {
  .top-about_human02 {
    width: 75%;
  }
}
@media (max-width: 960px) {
  .top-about_human02 {
    width: 60%;
    top: -170px;
  }
}
@media (max-width: 768px) {
  .top-about_human02 {
    top: -100px;
  }
}
@media (max-width: 560px) {
  .top-about_human02 {
    width: 50%;
    top: -80px;
    left: -20px;
  }
}
.top-about_chara {
  max-width: 497px;
  width: 35%;
  position: absolute;
  top: 230px;
  right: 0;
}
@media (max-width: 1280px) {
  .top-about_chara {
    width: 220px;
    top: unset;
    bottom: 90px;
    left: 50%;
    transform: translateX(calc(-50% + 120px));
  }
}
@media (max-width: 768px) {
  .top-about_chara {
    width: 200px;
  }
}

.top-service_bg {
  background-color: #d1353c;
  padding-top: 75px;
  padding-bottom: 65px;
}
@media (max-width: 768px) {
  .top-service_bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.top-service_deco {
  width: 48.8%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -40%);
}
@media (max-width: 560px) {
  .top-service_deco {
    width: 60%;
  }
}
.top-service_deco02 {
  width: 67%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-30%, 39.5%);
}
@media (max-width: 768px) {
  .top-service_deco02 {
    transform: translate(-30%, 0);
    bottom: 19%;
  }
}
.top-service_intro-text {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 40px;
  color: #fff;
}
@media (max-width: 1280px) {
  .top-service_intro-text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .top-service_intro-text {
    font-size: 18px;
    margin-top: 24px;
    padding-right: 150px;
  }
}
@media (max-width: 560px) {
  .top-service_intro-text {
    font-size: 15px;
    margin-top: 16px;
  }
}
.top-service_main {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  margin-top: 50px;
}
@media (max-width: 960px) {
  .top-service_main {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 960px) {
  .top-service_block:nth-child(1) {
    transform: translateX(40px);
  }
}
@media (max-width: 768px) {
  .top-service_block:nth-child(1) {
    transform: translateX(20px);
  }
}
.top-service_block:nth-child(n+2) {
  margin-top: 60px;
}
@media (max-width: 960px) {
  .top-service_block:nth-child(n+2) {
    transform: translateX(-40px);
  }
}
@media (max-width: 768px) {
  .top-service_block:nth-child(n+2) {
    transform: translateX(-20px);
  }
}
.top-service_block:nth-child(n+2) .top-service_num {
  text-align: right;
}
.top-service_block:nth-child(n+2) .top-service_bord {
  margin-left: auto;
}
.top-service_block:nth-child(n+2) .top-service_bord-catchcopy {
  text-align: right;
}
.top-service_block:nth-child(n+2) .top-service_bord-flex {
  flex-direction: row-reverse;
}
@media (max-width: 960px) {
  .top-service_block:nth-child(n+2) .top-service_bord-flex {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.top-service_block:nth-child(n+2) .top-service_bord-flex-img {
  justify-content: flex-end;
}
.top-service_num {
  font-size: 50px;
  color: #fff;
  font-family: "manicotti", sans-serif;
  padding: 0 36px;
}
@media (max-width: 1280px) {
  .top-service_num {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .top-service_num {
    font-size: 36px;
    padding: 0 20px;
  }
}
@media (max-width: 560px) {
  .top-service_num {
    font-size: 28px;
  }
}
.top-service_bord {
  background-color: #fff;
  padding: 75px 50px 45px;
  border-radius: 30px;
  margin-top: 32px;
  max-width: 956px;
  width: calc(100% - 100px);
  position: relative;
}
@media (max-width: 960px) {
  .top-service_bord {
    width: 100%;
    max-width: unset;
    padding: 60px 28px 40px;
  }
}
@media (max-width: 560px) {
  .top-service_bord {
    padding: 50px 20px 36px;
    margin-top: 28px;
    padding-top: 40px;
  }
}
@media (max-width: 960px) {
  .top-service_bord.__01 {
    border-radius: 24px 0 0 24px;
  }
}
@media (max-width: 960px) {
  .top-service_bord.__02 {
    border-radius: 0 24px 24px 0;
    padding: 360px 28px 40px;
  }
}
@media (max-width: 560px) {
  .top-service_bord.__02 {
    padding-top: 332px;
  }
}
.top-service_bord-title {
  font-size: 33px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  background-color: #ffba5f;
  width: 100%;
  max-width: 545px;
  padding: 10px 24px;
  border: 5px solid #000;
  border-radius: 3px;
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 40px) 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 40px) 100%, 0 100%, 0 0);
  position: absolute;
  top: 0;
  left: 36px;
  transform: translateY(-50%);
  line-height: 1;
}
@media (max-width: 1280px) {
  .top-service_bord-title {
    font-size: 28px;
    max-width: 460px;
  }
}
@media (max-width: 768px) {
  .top-service_bord-title {
    max-width: 450px;
  }
}
@media (max-width: 560px) {
  .top-service_bord-title {
    left: 16px;
    font-size: 20px;
    border-width: 3px;
    width: calc(100% - 40px);
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 15px), calc(100% - 20px) 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% calc(100% - 15px), calc(100% - 20px) 100%, 0 100%, 0 0);
    padding-left: 10px;
    padding-right: 10px;
  }
}
.top-service_bord-title.__02 {
  background-color: #ff5648;
  left: unset;
  right: 36px;
}
@media (max-width: 560px) {
  .top-service_bord-title.__02 {
    right: 16px;
  }
}
.top-service_bord-title::before {
  content: "";
  width: 40px;
  height: 30px;
  border: 5px solid #000;
  background-color: #fff;
  position: absolute;
  right: -12px;
  bottom: -12px;
}
@media (max-width: 560px) {
  .top-service_bord-title::before {
    border-width: 3px;
    width: 25px;
    height: 20px;
  }
}
.top-service_bord-title::after {
  content: "";
  width: 5px;
  height: 45px;
  transform: rotate(53deg);
  background-color: #000;
  position: absolute;
  right: 15px;
  bottom: -11px;
}
@media (max-width: 560px) {
  .top-service_bord-title::after {
    width: 3px;
    bottom: -23px;
    right: 14.5px;
  }
}
.top-service_bord-catchcopy {
  font-size: 28px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .top-service_bord-catchcopy {
    font-size: 24px;
  }
}
@media (max-width: 560px) {
  .top-service_bord-catchcopy {
    font-size: 18px;
  }
}
.top-service_bord-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
  align-items: flex-start;
}
@media (max-width: 960px) {
  .top-service_bord-flex {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 560px) {
  .top-service_bord-flex {
    margin-top: 12px;
  }
}
.top-service_bord-flex-text {
  font-size: 16px;
  line-height: 1.75;
  width: 60%;
  flex-shrink: 0;
  text-align: justify;
}
@media (max-width: 960px) {
  .top-service_bord-flex-text {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .top-service_bord-flex-text {
    font-size: 13px;
  }
}
.top-service_bord-flex-img {
  width: calc(40% - 35px);
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 960px) {
  .top-service_bord-flex-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.top-service_bord-flex-img img {
  width: calc(100% + 145px);
  border-radius: 22px;
}
@media (max-width: 960px) {
  .top-service_bord-flex-img img {
    width: 100%;
    border-radius: 15px;
  }
}
@media (max-width: 960px) {
  .top-service_bord-flex-img.__02 {
    position: absolute;
    top: 50px;
    right: -70px;
  }
}
@media (max-width: 960px) {
  .top-service_bord-flex-img.__02 img {
    border-radius: 15px 0 0 15px;
  }
}
@media (max-width: 960px) {
  .top-service_bord-flex-nuro {
    max-width: 240px;
  }
}
.top-service_chara {
  width: 360px;
  position: absolute;
  top: -210px;
  left: 0;
}
@media (max-width: 1280px) {
  .top-service_chara {
    width: 250px;
    top: -150px;
    left: -30px;
  }
}
@media (max-width: 768px) {
  .top-service_chara {
    width: 200px;
    top: 130px;
    left: -60px;
  }
}
.top-service_chara02 {
  width: 444px;
  position: absolute;
  top: -45px;
  right: 38px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .top-service_chara02 {
    width: 400px;
    top: -36px;
    right: 20px;
  }
}
@media (max-width: 1280px) {
  .top-service_chara02 {
    width: 280px;
  }
}
@media (max-width: 960px) {
  .top-service_chara02 {
    width: 220px;
    right: 10px;
  }
}
@media (max-width: 768px) {
  .top-service_chara02 {
    width: 180px;
    top: 150px;
    right: 0;
  }
}

.top-message {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .top-message {
    margin-top: 0;
  }
}
.top-message_inner {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .top-message_inner {
    padding-bottom: 0;
  }
}
.top-message_bg {
  background-color: #d91d62;
  padding-top: 60px;
  background-image: url(../img/message_bg.jpg);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1600px) {
  .top-message_bg {
    background-size: 800px;
  }
}
@media (max-width: 1280px) {
  .top-message_bg {
    background-image: unset;
  }
}
@media (max-width: 768px) {
  .top-message_bg {
    padding-top: 50px;
  }
}
.top-message_main-title {
  padding-left: 40px;
}
.top-message_deco {
  width: 43%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-22%, -43%);
  z-index: -1;
}
.top-message_img {
  display: none;
}
@media (max-width: 1280px) {
  .top-message_img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
  .top-message_img img {
    width: calc(100% + 60px);
  }
}
.top-message_bord {
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 75px 40px 36px;
  margin-top: 56px;
  width: 50%;
  position: relative;
}
@media (max-width: 1280px) {
  .top-message_bord {
    width: calc(100% - 100px);
    margin: 0 auto;
    transform: translateY(-40px);
    padding-bottom: 0;
    padding-top: 56px;
  }
}
@media (max-width: 960px) {
  .top-message_bord {
    padding-top: 40px;
  }
}
@media (max-width: 560px) {
  .top-message_bord {
    width: calc(100% - 40px);
    padding: 24px 16px 0;
  }
}
.top-message_bord::before {
  content: "";
  width: 100%;
  height: 42px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 1px));
}
.top-message_bord-inner {
  max-width: 475px;
  margin: 0 auto;
}
.top-message_bord-text {
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 560px) {
  .top-message_bord-text {
    font-size: 14px;
  }
}
.top-message_bord-name {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  align-items: flex-end;
  margin-top: 56px;
}
@media (max-width: 960px) {
  .top-message_bord-name {
    display: block;
    margin-top: 36px;
  }
}
@media (max-width: 560px) {
  .top-message_bord-name {
    font-size: 14px;
  }
}
.top-message_bord-name .__name {
  font-size: 26px;
  font-weight: 700;
  padding-right: 8px;
  transform: translateY(2px);
}
@media (max-width: 560px) {
  .top-message_bord-name .__name {
    font-size: 22px;
  }
}
.top-message_chara01 {
  width: 360px;
  position: absolute;
  left: -100px;
  top: -170px;
}
@media (max-width: 1280px) {
  .top-message_chara01 {
    width: 280px;
    top: -130px;
  }
}
@media (max-width: 960px) {
  .top-message_chara01 {
    width: 250px;
    top: -140px;
  }
}
@media (max-width: 560px) {
  .top-message_chara01 {
    width: 200px;
    top: -110px;
    left: -80px;
  }
}
.top-message_chara02 {
  width: 360px;
  position: absolute;
  right: -220px;
  bottom: -160px;
}
@media (max-width: 1600px) {
  .top-message_chara02 {
    right: -250px;
  }
}
@media (max-width: 1280px) {
  .top-message_chara02 {
    width: 280px;
    right: -100px;
    bottom: -120px;
  }
}
@media (max-width: 960px) {
  .top-message_chara02 {
    width: 250px;
    right: -60px;
    bottom: -60px;
  }
}
@media (max-width: 768px) {
  .top-message_chara02 {
    bottom: -80px;
  }
}
@media (max-width: 560px) {
  .top-message_chara02 {
    width: 220px;
    right: -40px;
  }
}

.top-news_bg {
  background-color: #f8f8ff;
  padding-top: 20px;
  padding-bottom: 88px;
}
.top-news_main-title {
  justify-content: center;
}
.top-news_scroll-wrap {
  overflow: scroll;
  margin-top: 52px;
  max-height: 60vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.top-news_scroll-wrap::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .top-news_scroll-wrap {
    max-height: 40vh;
  }
}
@media (max-width: 560px) {
  .top-news_scroll-wrap {
    margin-top: 24px;
    max-height: 50vh;
  }
}
.top-news_list-item:nth-child(n+2) {
  margin-top: 28px;
}
.top-news_list-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 50px 80px;
  background-color: #fff;
  border-radius: 2000px;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .top-news_list-main {
    padding: 24px 50px;
    gap: 16px;
  }
}
@media (max-width: 960px) {
  .top-news_list-main {
    padding: 20px 36px;
  }
}
@media (max-width: 768px) {
  .top-news_list-main {
    padding: 16px 24px;
  }
}
@media (max-width: 560px) {
  .top-news_list-main {
    flex-wrap: wrap;
    position: relative;
    padding: 16px 56px 16px 32px;
  }
}
.top-news_list-main .__date {
  font-size: 20px;
  color: #00d9f4;
}
@media (max-width: 1280px) {
  .top-news_list-main .__date {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .top-news_list-main .__date {
    width: 100%;
  }
}
.top-news_list-main .__title {
  font-size: 23px;
  width: 100%;
  max-width: 945px;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
}
@media (max-width: 1280px) {
  .top-news_list-main .__title {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .top-news_list-main .__title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .top-news_list-main .__title {
    font-size: 16px;
  }
}
.top-news_list-main .__btn {
  display: block;
  width: 47px;
  height: 47px;
  position: relative;
}
@media (max-width: 1600px) {
  .top-news_list-main .__btn {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 560px) {
  .top-news_list-main .__btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}
.top-news_list-main .__btn::before, .top-news_list-main .__btn::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #00d9f4;
  position: absolute;
  top: 50%;
  left: 50%;
}
.top-news_list-main .__btn::before {
  transform: translate(-50%, -50%);
}
.top-news_list-main .__btn::after {
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: 0.2s;
}
.top-news_list-main .__btn.is-active::after {
  transform: translate(-50%, -50%);
}
.top-news_list-content {
  padding: 0 100px 0 170px;
  opacity: 0;
  height: 0;
  pointer-events: none;
  transition: 0.2s;
}
@media (max-width: 1280px) {
  .top-news_list-content {
    padding-left: 120px;
  }
}
@media (max-width: 960px) {
  .top-news_list-content {
    padding-left: 110px;
  }
}
@media (max-width: 560px) {
  .top-news_list-content {
    padding-right: 20px;
    padding-left: 70px;
  }
}
.top-news_list-content.is-active {
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 1;
  height: auto;
  pointer-events: visible;
}
.top-news_list-content .__text {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 960px) {
  .top-news_list-content .__text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .top-news_list-content .__text {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .top-news_list-content .__text {
    font-size: 14px;
  }
}
.top-news_list-content .__text::before {
  content: "";
  width: 1px;
  height: calc(100% + 70px);
  background-color: #00d9f4;
  position: absolute;
  bottom: 0;
  left: -32px;
}
@media (max-width: 1600px) {
  .top-news_list-content .__text::before {
    height: calc(100% + 40px);
  }
}
@media (max-width: 560px) {
  .top-news_list-content .__text::before {
    left: -20px;
    height: calc(100% + 32px);
  }
}
.top-news_list-content .__text a {
  font-weight: 500;
  position: relative;
  text-decoration: underline;
}

.page-company_main {
  background-color: #42529b;
  background-image: url(../img/company_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 24px 0 90px;
}
@media (max-width: 1600px) {
  .page-company_main {
    padding-top: 12px;
  }
}
@media (max-width: 1280px) {
  .page-company_main {
    padding-top: 60px;
  }
}
.page-company_main_chara01 {
  width: 500px;
  position: absolute;
  top: -105px;
  right: -240px;
}
@media (max-width: 1280px) {
  .page-company_main_chara01 {
    width: 400px;
    right: -140px;
    top: -80px;
  }
}
@media (max-width: 960px) {
  .page-company_main_chara01 {
    width: 350px;
    right: -30px;
    top: -50px;
  }
}
@media (max-width: 768px) {
  .page-company_main_chara01 {
    width: 280px;
  }
}
@media (max-width: 560px) {
  .page-company_main_chara01 {
    width: 180px;
  }
}
.page-company_main_table-wrap {
  width: calc(100% - 40px);
  max-width: 740px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 560px) {
  .page-company_main_table-wrap {
    width: calc(100% - 32px);
  }
}
.page-company_main_table-line {
  display: flex;
  border-bottom: 1px solid #2c2e2f;
  color: #2c2e2f;
}
@media (max-width: 1280px) {
  .page-company_main_table-line {
    color: #fff;
    border-color: #fff;
  }
}
@media (max-width: 560px) {
  .page-company_main_table-line {
    flex-direction: column;
  }
}
.page-company_main_table-line:nth-child(n+3) {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 1600px) {
  .page-company_main_table-line:nth-child(n+2) {
    border-color: #fff;
    color: #fff;
  }
}
.page-company_main_table-title, .page-company_main_table-content {
  font-size: 18px;
  padding: 25px 0;
  color: inherit;
}
@media (max-width: 960px) {
  .page-company_main_table-title, .page-company_main_table-content {
    padding: 20px 0;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .page-company_main_table-title, .page-company_main_table-content {
    padding: 16px 0;
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .page-company_main_table-title, .page-company_main_table-content {
    padding: 16px 12px;
  }
}
.page-company_main_table-title {
  width: 180px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .page-company_main_table-title {
    width: 140px;
  }
}
@media (max-width: 560px) {
  .page-company_main_table-title {
    width: 100%;
    justify-content: flex-start;
    font-weight: 700;
    padding-bottom: 6px;
  }
}
.page-company_main_table-content {
  width: 100%;
}
@media (max-width: 560px) {
  .page-company_main_table-content {
    padding-top: 6px;
    font-size: 13px;
  }
}
.page-company_main_table-content-shop {
  display: flex;
  gap: 32px;
  color: inherit;
}
@media (max-width: 768px) {
  .page-company_main_table-content-shop {
    gap: 20px;
  }
}
.page-company_main_table-content-shop:nth-child(n+2) {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .page-company_main_table-content-shop:nth-child(n+2) {
    margin-top: 10px;
  }
}
.page-company_main_table-content-shop .__shop {
  width: 110px;
  flex-shrink: 0;
  color: inherit;
}
@media (max-width: 768px) {
  .page-company_main_table-content-shop .__shop {
    width: 90px;
  }
}
.page-company_main_table-content-shop .__access {
  width: 100%;
  color: inherit;
}

.page-company_map iframe {
  width: 100%;
}
@media (max-width: 1280px) {
  .page-company_map iframe {
    height: 400px;
  }
}
@media (max-width: 960px) {
  .page-company_map iframe {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .page-company_map iframe {
    height: 280px;
  }
}
.page-company_map_address {
  text-align: center;
  font-size: 18px;
  line-height: 1.75;
  padding: 24px 0 36px;
}
@media (max-width: 960px) {
  .page-company_map_address {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .page-company_map_address {
    font-size: 14px;
  }
}

.page-recruit_top {
  padding: 40px 0 90px;
  background-color: #d91d62;
  position: relative;
  z-index: 1;
  background-image: url(../img/recruit_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1600px) {
  .page-recruit_top {
    background-image: url(../img/recruit_bg-middle.png);
    background-size: 2200px;
  }
}
@media (max-width: 960px) {
  .page-recruit_top {
    background-image: url(../img/recruit_bg-sp.png);
    padding-top: 56px;
    background-size: 1140px;
  }
}
@media (max-width: 768px) {
  .page-recruit_top {
    background-size: 1170px;
  }
}
@media (max-width: 560px) {
  .page-recruit_top {
    background-image: url(../img/recruit_bg-ssp.png);
    background-size: cover;
  }
}
.page-recruit_top_catchcopy {
  width: 924px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .page-recruit_top_catchcopy {
    width: 650px;
  }
}
@media (max-width: 768px) {
  .page-recruit_top_catchcopy {
    width: 500px;
  }
}
@media (max-width: 560px) {
  .page-recruit_top_catchcopy {
    width: 340px;
  }
}
.page-recruit_top_intro {
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 1.75;
  margin-top: 24px;
  letter-spacing: 0.085em;
}
@media (max-width: 960px) {
  .page-recruit_top_intro {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .page-recruit_top_intro {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .page-recruit_top_intro {
    font-size: 13px;
  }
}
.page-recruit_top_flex {
  display: flex;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .page-recruit_top_flex {
    flex-direction: column;
  }
}
.page-recruit_top_flex-box {
  width: 50%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 960px) {
  .page-recruit_top_flex-box {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .page-recruit_top_flex-box {
    width: 100%;
    padding: 20px 20px;
  }
}
@media (max-width: 560px) {
  .page-recruit_top_flex-box {
    padding: 20px 0;
  }
}
.page-recruit_top_flex-box:nth-child(2) {
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .page-recruit_top_flex-box:nth-child(2) {
    flex-direction: column;
  }
}
.page-recruit_top_flex-box:nth-child(2)::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #2c2e2f;
  position: absolute;
  left: 0;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .page-recruit_top_flex-box:nth-child(2)::before {
    width: 100%;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.page-recruit_top_flex-img-block {
  position: relative;
}
@media (max-width: 768px) {
  .page-recruit_top_flex-img-block {
    max-width: 400px;
    margin: 0 auto;
  }
}
.page-recruit_top_flex-img-block.__02 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .page-recruit_top_flex-img-block.__02 {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
.page-recruit_top_flex-chara01 {
  width: 64%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(30%, 39%);
}
.page-recruit_top_flex-chara02 {
  width: 64%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-30%, 39%);
}
.page-recruit_top_flex-catchcopy {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  position: absolute;
}
.page-recruit_top_flex-catchcopy.__01 {
  left: 80px;
  bottom: 0;
}
@media (max-width: 960px) {
  .page-recruit_top_flex-catchcopy.__01 {
    left: 40px;
  }
}
.page-recruit_top_flex-catchcopy.__02 {
  right: 110px;
  top: -20px;
}
@media (max-width: 960px) {
  .page-recruit_top_flex-catchcopy.__02 {
    right: 20px;
  }
}
.page-recruit_top_flex-catchcopy .__text {
  font-size: 36px;
  writing-mode: vertical-lr;
  white-space: nowrap;
  background-color: #fff;
  line-height: 1;
  padding: 14px 8px;
  border-radius: 1000px;
  font-weight: 900;
  color: #d91d62;
}
@media (max-width: 960px) {
  .page-recruit_top_flex-catchcopy .__text {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .page-recruit_top_flex-catchcopy .__text {
    font-size: 24px;
  }
}
.page-recruit_top_flex-catchcopy .__text:nth-child(2) {
  margin-top: 32px;
}
.page-recruit_top_flex-text {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 24px;
  padding-left: 60px;
}
@media (max-width: 960px) {
  .page-recruit_top_flex-text {
    padding-left: 0;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .page-recruit_top_flex-text {
    font-size: 14px;
    margin-top: 10px;
  }
}
.page-recruit_top_flex-text .__lg {
  font-size: 24px;
  color: inherit;
}
@media (max-width: 960px) {
  .page-recruit_top_flex-text .__lg {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .page-recruit_top_flex-text .__lg {
    font-size: 18px;
  }
}
.page-recruit_top_welfare-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 227px;
  max-width: 870px;
  margin: 74px auto 0;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  width: 85%;
}
@media (max-width: 768px) {
  .page-recruit_top_welfare-btn {
    height: 180px;
  }
}
@media (max-width: 560px) {
  .page-recruit_top_welfare-btn {
    margin-top: 48px;
  }
}
.page-recruit_top_welfare-btn .__arrow {
  width: 48px;
  position: absolute;
  right: 25px;
  bottom: 25px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .page-recruit_top_welfare-btn .__arrow {
    width: 36px;
    right: 20px;
    bottom: 20px;
  }
}
.page-recruit_top_welfare-btn:hover .__arrow {
  transform: translate(5px);
}
.page-recruit_top_welfare-btn-text {
  display: flex;
  flex-direction: column;
  position: relative;
}
.page-recruit_top_welfare-btn-text .__en {
  font-size: 55px;
  font-family: "manicotti", sans-serif;
}
@media (max-width: 768px) {
  .page-recruit_top_welfare-btn-text .__en {
    font-size: 45px;
  }
}
.page-recruit_top_welfare-btn-text .__jp {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.25em;
}
@media (max-width: 768px) {
  .page-recruit_top_welfare-btn-text .__jp {
    font-size: 16px;
  }
}
.page-recruit_top_welfare-btn-text .__chara {
  width: 400px;
  position: absolute;
  left: -360px;
  top: -60px;
}
@media (max-width: 768px) {
  .page-recruit_top_welfare-btn-text .__chara {
    width: 200px;
    left: -200px;
    top: unset;
    bottom: -100px;
  }
}
@media (max-width: 560px) {
  .page-recruit_top_welfare-btn-text .__chara {
    width: 180px;
    left: -120px;
    bottom: -130px;
  }
}

.page-recruit_common-top-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  color: #fff;
  font-weight: 900;
  border-radius: 1000px;
  height: 180px;
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
  background-color: #d91d62;
  position: relative;
}
@media (max-width: 960px) {
  .page-recruit_common-top-title {
    height: 120px;
    max-width: 360px;
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .page-recruit_common-top-title {
    height: 80px;
    max-width: 300px;
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .page-recruit_common-top-title {
    font-size: 22px;
    height: 60px;
    max-width: 200px;
  }
}
.page-recruit_common-top-title::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 23px solid #d91d62;
  border-left: 13.5px solid rgba(0, 0, 0, 0);
  border-right: 13.5px solid rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 1px));
}
@media (max-width: 768px) {
  .page-recruit_common-top-title::before {
    border-top: 18px solid #d91d62;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
  }
}

.page-recruit_outline {
  margin-top: 150px;
}
.page-recruit_outline_top-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .page-recruit_outline_top-title {
    transform: translate(-50%, -75%);
  }
}
@media (max-width: 560px) {
  .page-recruit_outline_top-title {
    transform: translate(-50%, calc(-100% + 10px));
  }
}
.page-recruit_outline_nav {
  display: flex;
  position: relative;
}
@media (max-width: 560px) {
  .page-recruit_outline_nav {
    flex-direction: column;
  }
}
.page-recruit_outline_nav-block {
  width: 50%;
  height: 395px;
  position: relative;
}
@media (max-width: 960px) {
  .page-recruit_outline_nav-block {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .page-recruit_outline_nav-block {
    height: 180px;
  }
}
@media (max-width: 560px) {
  .page-recruit_outline_nav-block {
    height: 160px;
    width: 100%;
  }
}
.page-recruit_outline_nav-block.__01 {
  background: url(../img/recruit_img03.jpg) center/cover;
}
.page-recruit_outline_nav-block.__02 {
  background: url(../img/recruit_img04.jpg) center/cover;
}
.page-recruit_outline_nav-btn {
  width: 65%;
  max-width: 600px;
  height: 133px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  position: absolute;
  bottom: 0;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}
@media (max-width: 960px) {
  .page-recruit_outline_nav-btn {
    font-size: 20px;
    width: 80%;
    height: 80px;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 768px) {
  .page-recruit_outline_nav-btn {
    font-size: 16px;
    width: calc(100% - 40px);
    transform: translateX(-50%);
    gap: 4px;
    height: 65px;
  }
}
@media (max-width: 560px) {
  .page-recruit_outline_nav-btn {
    max-width: 280px;
    height: 50px;
    font-size: 16px;
    flex-direction: row;
    gap: 12px;
    border-radius: 10px 10px 0 0;
  }
}
.page-recruit_outline_nav-btn:hover .__arrow {
  transform: translateY(8px);
}
.page-recruit_outline_nav-btn .__arrow {
  display: block;
  width: 7px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .page-recruit_outline_nav-btn .__arrow {
    width: 5.5px;
  }
}
.page-recruit_outline_nav-btn.__01 {
  right: 40px;
}
@media (max-width: 768px) {
  .page-recruit_outline_nav-btn.__01 {
    right: unset;
    left: 50%;
  }
}
.page-recruit_outline_nav-btn.__02 {
  left: 40px;
}
@media (max-width: 768px) {
  .page-recruit_outline_nav-btn.__02 {
    left: 50%;
  }
}
.page-recruit_outline_bg {
  background-image: url(../img/page-recruit_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1570px;
  padding: 112px 0 245px;
}
@media (max-width: 560px) {
  .page-recruit_outline_bg {
    padding: 80px 0 160px;
  }
}
.page-recruit_outline_content:nth-child(n+2) {
  margin-top: 140px;
}
.page-recruit_outline_content-title {
  font-size: 44px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  width: 100%;
  padding: 10px 24px;
  border: 5px solid #000;
  border-radius: 3px;
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 45px), calc(100% - 56px) 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% calc(100% - 45px), calc(100% - 56px) 100%, 0 100%, 0 0);
  position: relative;
}
@media (max-width: 960px) {
  .page-recruit_outline_content-title {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .page-recruit_outline_content-title {
    font-size: 32px;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 40px) 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 40px) 100%, 0 100%, 0 0);
  }
}
@media (max-width: 560px) {
  .page-recruit_outline_content-title {
    font-size: 20px;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 24px), calc(100% - 32px) 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% calc(100% - 24px), calc(100% - 32px) 100%, 0 100%, 0 0);
    padding: 8px 12px;
  }
}
.page-recruit_outline_content-title.__01 {
  background-color: #ffba5f;
}
.page-recruit_outline_content-title.__02 {
  background-color: #e83836;
}
.page-recruit_outline_content-title::before {
  content: "";
  width: 56px;
  height: 45px;
  border: 5px solid #000;
  background-color: #fff;
  position: absolute;
  right: -12px;
  bottom: -12px;
}
@media (max-width: 768px) {
  .page-recruit_outline_content-title::before {
    width: 40px;
    height: 30px;
  }
}
@media (max-width: 560px) {
  .page-recruit_outline_content-title::before {
    width: 32px;
    height: 24px;
  }
}
.page-recruit_outline_content-title::after {
  content: "";
  width: 5px;
  height: 85px;
  transform: rotate(51deg);
  background-color: #000;
  position: absolute;
  right: 16px;
  bottom: -18px;
}
@media (max-width: 768px) {
  .page-recruit_outline_content-title::after {
    height: 53px;
    transform: rotate(53deg);
    right: 11px;
    bottom: -13px;
  }
}
@media (max-width: 560px) {
  .page-recruit_outline_content-title::after {
    height: 42px;
  }
}
.page-recruit_outline_content-table {
  margin-top: 36px;
}
.page-recruit_outline_content-table-line {
  display: flex;
  border-bottom: 1px solid #2c2e2f;
  align-items: flex-start;
}
@media (max-width: 560px) {
  .page-recruit_outline_content-table-line {
    flex-direction: column;
  }
}
.page-recruit_outline_content-table-title {
  font-size: 18px;
  font-weight: 700;
  width: 164px;
  padding: 28px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .page-recruit_outline_content-table-title {
    font-size: 16px;
    width: 136px;
    padding: 20px 0;
  }
}
@media (max-width: 560px) {
  .page-recruit_outline_content-table-title {
    padding: 16px 0 8px 0;
    width: 100%;
    justify-content: flex-start;
  }
}
.page-recruit_outline_content-table-text {
  font-size: 18px;
  font-weight: 700;
  padding: 28px 20px;
}
@media (max-width: 768px) {
  .page-recruit_outline_content-table-text {
    font-size: 16px;
    padding: 20px 16px;
  }
}
@media (max-width: 560px) {
  .page-recruit_outline_content-table-text {
    font-size: 14px;
    padding: 8px 0 16px 16px;
  }
}
.page-recruit_outline_app-btn {
  gap: 20px;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .page-recruit_outline_app-btn {
    margin-top: 60px;
  }
}

.page-recruit_form {
  background-color: #1a1a1a;
  padding: 128px 0 80px;
  position: relative;
  background-image: url(../img/page-contact_bg.jpg);
  background-size: cover;
  background-position: center;
}
.page-recruit_form.__space {
  padding-top: 200px;
}
@media (max-width: 1600px) {
  .page-recruit_form.__space {
    padding-top: 128px;
  }
}
@media (max-width: 768px) {
  .page-recruit_form.__space {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .page-recruit_form {
    padding-top: 80px;
    background-size: 1000px;
  }
}
.page-recruit_form_top-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-recruit_form_caution {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .page-recruit_form_caution {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .page-recruit_form_caution {
    font-size: 13px;
  }
}
.page-recruit_form_caution .__link {
  color: #ffe46d;
  border-bottom: 1px solid #ffe46d;
  padding-right: 3px;
}

.page-welfare_main {
  position: relative;
}
.page-welfare_main_bg {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.page-welfare_main_bg.__green {
  background-color: #92d050;
}
.page-welfare_main_bg.__blue {
  background-color: #83b9e5;
}
.page-welfare_main_bg.__pink {
  background-color: #ef96ab;
  overflow: hidden;
}
.page-welfare_main_bg.__lightgreen {
  background-color: #83ccc9;
}
.page-welfare_main_bg-inner {
  min-width: 1920px;
  position: relative;
}
.page-welfare_main_bg-inner.__green {
  padding: 50px 0 80px;
}
@media (max-width: 1600px) {
  .page-welfare_main_bg-inner.__green {
    min-width: 1700px;
  }
}
@media (max-width: 960px) {
  .page-welfare_main_bg-inner.__green {
    min-width: 1100px;
  }
}
@media (max-width: 768px) {
  .page-welfare_main_bg-inner.__green {
    min-width: 650px;
  }
}
@media (max-width: 560px) {
  .page-welfare_main_bg-inner.__green {
    min-width: unset;
    padding: 50px 0 60px;
  }
}
.page-welfare_main_bg-inner.__blue {
  padding: 100px 0 80px;
}
@media (max-width: 960px) {
  .page-welfare_main_bg-inner.__blue {
    padding: 80px 0 80px;
  }
}
@media (max-width: 768px) {
  .page-welfare_main_bg-inner.__blue {
    min-width: 850px;
  }
}
@media (max-width: 560px) {
  .page-welfare_main_bg-inner.__blue {
    padding: 60px 0 60px;
    min-width: 500px;
  }
}
.page-welfare_main_bg-inner.__pink {
  padding: 100px 0 80px;
}
@media (max-width: 960px) {
  .page-welfare_main_bg-inner.__pink {
    padding: 80px 0 80px;
    min-width: 1110px;
  }
}
@media (max-width: 768px) {
  .page-welfare_main_bg-inner.__pink {
    min-width: 900px;
  }
}
@media (max-width: 560px) {
  .page-welfare_main_bg-inner.__pink {
    min-width: 450px;
    padding: 60px 0;
  }
}
.page-welfare_main_bg-inner.__lightgreen {
  padding: 100px 0 80px;
}
@media (max-width: 1600px) {
  .page-welfare_main_bg-inner.__lightgreen {
    min-width: 1700px;
  }
}
@media (max-width: 960px) {
  .page-welfare_main_bg-inner.__lightgreen {
    min-width: 1100px;
  }
}
@media (max-width: 560px) {
  .page-welfare_main_bg-inner.__lightgreen {
    min-width: 400px;
    padding: 60px 0;
  }
}
.page-welfare_main_top-catchcopy {
  max-width: 745px;
  width: 98%;
  margin: 0 auto 132px;
}
@media (max-width: 960px) {
  .page-welfare_main_top-catchcopy {
    max-width: 580px;
  }
}
@media (max-width: 768px) {
  .page-welfare_main_top-catchcopy {
    max-width: 450px;
    margin-bottom: 80px;
  }
}
@media (max-width: 560px) {
  .page-welfare_main_top-catchcopy {
    max-width: 340px;
  }
}
.page-welfare_main_deco01 {
  width: 1060px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 960px) {
  .page-welfare_main_deco01 {
    width: 800px;
    left: 100px;
  }
}
@media (max-width: 768px) {
  .page-welfare_main_deco01 {
    width: 640px;
    left: -40px;
  }
}
@media (max-width: 560px) {
  .page-welfare_main_deco01 {
    width: 480px;
  }
}
.page-welfare_main_deco02 {
  width: 950px;
  position: absolute;
  top: -176px;
  right: -220px;
  z-index: -1;
}
@media (max-width: 960px) {
  .page-welfare_main_deco02 {
    top: 124px;
    right: -570px;
  }
}
@media (max-width: 768px) {
  .page-welfare_main_deco02 {
    width: 760px;
  }
}
@media (max-width: 560px) {
  .page-welfare_main_deco02 {
    width: 570px;
    right: -430px;
  }
}
.page-welfare_main_deco03 {
  width: 560px;
  position: absolute;
  bottom: 17%;
  left: -308px;
  z-index: -1;
}
@media (max-width: 768px) {
  .page-welfare_main_deco03 {
    width: 448px;
  }
}
@media (max-width: 560px) {
  .page-welfare_main_deco03 {
    width: 336px;
    left: -200px;
    bottom: 30%;
  }
}
.page-welfare_main_deco04 {
  width: 580px;
  position: absolute;
  bottom: 5%;
  right: -300px;
  z-index: -1;
}
@media (max-width: 768px) {
  .page-welfare_main_deco04 {
    width: 468px;
  }
}
@media (max-width: 560px) {
  .page-welfare_main_deco04 {
    width: 351px;
    right: -150px;
  }
}
.page-welfare_main_deco05 {
  width: 503px;
  position: absolute;
  top: -220px;
  left: 20px;
  z-index: -1;
}
@media (max-width: 960px) {
  .page-welfare_main_deco05 {
    transform: scale(0.8);
    top: -200px;
    left: 0;
  }
}
@media (max-width: 768px) {
  .page-welfare_main_deco05 {
    width: 400px;
    top: -170px;
    left: -40px;
  }
}
@media (max-width: 560px) {
  .page-welfare_main_deco05 {
    width: 300px;
    top: -140px;
    left: -30px;
  }
}
.page-welfare_main_deco06 {
  width: 532px;
  position: absolute;
  top: 80px;
  left: -154px;
  z-index: -1;
}
@media (max-width: 768px) {
  .page-welfare_main_deco06 {
    width: 425px;
    top: 200px;
  }
}
@media (max-width: 560px) {
  .page-welfare_main_deco06 {
    width: 318px;
  }
}
.page-welfare_main_deco07 {
  width: 444px;
  position: absolute;
  bottom: 115px;
  right: -150px;
  z-index: -1;
}
@media (max-width: 1600px) {
  .page-welfare_main_deco07 {
    right: -80px;
    bottom: 60px;
  }
}
@media (max-width: 768px) {
  .page-welfare_main_deco07 {
    width: 355px;
    bottom: 120px;
    right: -50px;
  }
}
@media (max-width: 560px) {
  .page-welfare_main_deco07 {
    width: 266px;
  }
}
.page-welfare_main_deco08 {
  width: 804px;
  position: absolute;
  top: -180px;
  right: 10px;
  z-index: -1;
}
@media (max-width: 960px) {
  .page-welfare_main_deco08 {
    right: -200px;
    top: -200px;
  }
}
@media (max-width: 768px) {
  .page-welfare_main_deco08 {
    width: 640px;
    top: -150px;
    right: -100px;
  }
}
@media (max-width: 560px) {
  .page-welfare_main_deco08 {
    width: 480px;
    right: -220px;
  }
}
.page-welfare_main_deco09 {
  width: 503px;
  position: absolute;
  bottom: 120px;
  left: -112px;
  z-index: -1;
}
@media (max-width: 560px) {
  .page-welfare_main_deco09 {
    width: 300px;
    bottom: 60%;
  }
}
.page-welfare_main_deco10 {
  width: 581px;
  position: absolute;
  bottom: -245px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 960px) {
  .page-welfare_main_deco10 {
    bottom: -355px;
  }
}
@media (max-width: 560px) {
  .page-welfare_main_deco10 {
    width: 348px;
    bottom: -160px;
  }
}
.page-welfare_main_deco11 {
  width: 1060px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 960px) {
  .page-welfare_main_deco11 {
    width: 800px;
    left: 100px;
  }
}
@media (max-width: 560px) {
  .page-welfare_main_deco11 {
    width: 600px;
    left: -40px;
  }
}
.page-welfare_main_deco12 {
  width: 444px;
  position: absolute;
  top: -76px;
  right: 112px;
  z-index: -1;
}
@media (max-width: 960px) {
  .page-welfare_main_deco12 {
    top: -116px;
    right: -58px;
  }
}
@media (max-width: 560px) {
  .page-welfare_main_deco12 {
    width: 266px;
    top: 334px;
    right: -100px;
  }
}
.page-welfare_main_deco13 {
  width: 574px;
  position: absolute;
  bottom: -125px;
  right: -180px;
  z-index: -1;
}
@media (max-width: 560px) {
  .page-welfare_main_deco13 {
    width: 344px;
  }
}
.page-welfare_main_deco14 {
  display: none;
  width: 266px;
  position: absolute;
  top: 600px;
  left: -140px;
  z-index: -1;
}
@media (max-width: 560px) {
  .page-welfare_main_deco14 {
    display: block;
  }
}
.page-welfare_main_deco15 {
  display: none;
  width: 300px;
  position: absolute;
  top: 60%;
  right: -140px;
  z-index: -1;
}
@media (max-width: 560px) {
  .page-welfare_main_deco15 {
    display: block;
  }
}
.page-welfare_main_chara01 {
  width: 530px;
  position: absolute;
  top: -360px;
  left: -130px;
}
@media (max-width: 1280px) {
  .page-welfare_main_chara01 {
    width: 300px;
    top: -220px;
    left: -60px;
  }
}
@media (max-width: 960px) {
  .page-welfare_main_chara01 {
    top: -80px;
    left: 280px;
  }
}
@media (max-width: 560px) {
  .page-welfare_main_chara01 {
    width: 200px;
    top: -100px;
    left: 160px;
  }
}
.page-welfare_main_chara02 {
  position: relative;
  width: 100%;
}
.page-welfare_main_chara02 img {
  width: 623px;
  position: absolute;
  right: -155px;
  top: -160px;
}
@media (max-width: 1280px) {
  .page-welfare_main_chara02 img {
    width: 420px;
    right: -20px;
    top: -100px;
  }
}
@media (max-width: 960px) {
  .page-welfare_main_chara02 img {
    width: 100%;
    position: static;
  }
}
.page-welfare_main_chara03 {
  width: 458px;
  position: absolute;
  top: -160px;
  left: 560px;
}
@media (max-width: 768px) {
  .page-welfare_main_chara03.__pc {
    display: none;
  }
}
.page-welfare_main_chara03.__sp {
  display: none;
}
@media (max-width: 768px) {
  .page-welfare_main_chara03.__sp {
    display: block;
  }
}
@media (max-width: 1280px) {
  .page-welfare_main_chara03 {
    width: 340px;
    top: -120px;
    left: 480px;
  }
}
@media (max-width: 960px) {
  .page-welfare_main_chara03 {
    width: 250px;
    top: -90px;
    left: 450px;
  }
}
@media (max-width: 768px) {
  .page-welfare_main_chara03 {
    top: unset;
    bottom: 100px;
    left: unset;
    right: 0;
  }
}
@media (max-width: 560px) {
  .page-welfare_main_chara03 {
    bottom: unset;
    top: -145px;
    right: -30px;
    width: 180px;
  }
}

.page-welfare_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100vw - 40px);
  gap: 65px 15px;
  position: relative;
}
@media (max-width: 1600px) {
  .page-welfare_container {
    max-width: 1160px;
  }
}
@media (max-width: 960px) {
  .page-welfare_container {
    gap: 60px 20px;
    max-width: 760px;
  }
}
@media (max-width: 560px) {
  .page-welfare_container {
    justify-content: center;
  }
}
.page-welfare_container_block {
  width: calc(33.33% - 10px);
  max-width: 360px;
}
@media (max-width: 960px) {
  .page-welfare_container_block {
    width: calc(50% - 10px);
  }
}
@media (max-width: 560px) {
  .page-welfare_container_block {
    width: 100%;
  }
}
.page-welfare_container_block:nth-child(1) {
  transform: translateY(-40px);
}
@media (max-width: 960px) {
  .page-welfare_container_block:nth-child(1) {
    width: 100%;
    transform: translate(0);
    max-width: unset;
  }
}
.page-welfare_container_block.__full {
  width: 100%;
  max-width: unset;
}
@media (max-width: 960px) {
  .page-welfare_container_block.__order-last {
    width: 300px;
    position: absolute;
    top: -180px;
    right: 0;
  }
}
@media (max-width: 768px) {
  .page-welfare_container_block.__order-last {
    width: 280px;
    top: -220px;
    right: -40px;
  }
}
@media (max-width: 560px) {
  .page-welfare_container_block.__order-last {
    position: static;
    transform: translateY(-80px);
    margin-bottom: -190px;
  }
}
.page-welfare_container_title {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 1280px) {
  .page-welfare_container_title {
    font-size: 36px;
  }
}
@media (max-width: 560px) {
  .page-welfare_container_title {
    font-size: 28px;
  }
}
.page-welfare_container_subtitle {
  font-size: 22px;
  font-weight: 700;
  margin-top: 36px;
}
@media (max-width: 1280px) {
  .page-welfare_container_subtitle {
    font-size: 18px;
    margin-top: 24px;
  }
}
@media (max-width: 560px) {
  .page-welfare_container_subtitle {
    font-size: 15px;
    margin-top: 16px;
  }
}
.page-welfare_container_block-title {
  font-size: 30px;
  font-weight: 900;
  width: 333px;
  height: 172px;
  background: url(../img/page-welfare_title-balloon.png) center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding-left: 35px;
  margin: 0 auto 20px;
}
@media (max-width: 1280px) {
  .page-welfare_container_block-title {
    width: 280px;
    height: 145px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .page-welfare_container_block-title {
    width: 250px;
    height: 130px;
    font-size: 22px;
  }
}
.page-welfare_container_block-title .__num {
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: 1px;
  font-size: 38px;
  font-weight: 900;
  font-family: "manicotti", sans-serif;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(calc(-50% + 17.5px), -50%);
  background: url(../img/page-welfare_num-bg.png) center/cover;
  letter-spacing: 0.085em;
}
@media (max-width: 1280px) {
  .page-welfare_container_block-title .__num {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .page-welfare_container_block-title .__num {
    width: 55px;
    height: 55px;
    font-size: 28px;
  }
}
.page-welfare_container_block-title .__num.__green {
  color: #92d050;
}
.page-welfare_container_block-title .__num.__blue {
  color: #83b9e5;
}
.page-welfare_container_block-title .__num.__pink {
  color: #ef96ab;
}
.page-welfare_container_block-title .__num.__lightgreen {
  color: #83ccc9;
}
.page-welfare_container_block-content {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.page-welfare_container_block-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  width: 64px;
  height: 28px;
  background-color: #2c2e2f;
  color: #fff;
  flex-shrink: 0;
  border-radius: 300px;
  font-weight: 700;
  padding-bottom: 1.5px;
}
@media (max-width: 1280px) {
  .page-welfare_container_block-icon {
    font-size: 14px;
    width: 60px;
    height: 25px;
  }
}
.page-welfare_container_block-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  padding-top: 3px;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media (max-width: 1280px) {
  .page-welfare_container_block-text {
    font-size: 14px;
  }
}

.page-contact_main {
  position: relative;
  z-index: 1;
  padding: 48px 0 172px;
  background-image: url(../img/page-contact_bg.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 1600px) {
  .page-contact_main {
    padding-top: 24px;
  }
}
@media (max-width: 1280px) {
  .page-contact_main {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .page-contact_main {
    background-size: 1000px;
    padding-bottom: 100px;
  }
}
@media (max-width: 560px) {
  .page-contact_main {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.page-contact_main_caution {
  font-size: 18px;
  text-align: center;
  line-height: 1.75;
}
@media (max-width: 1600px) {
  .page-contact_main_caution {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .page-contact_main_caution {
    color: #fff;
  }
}
@media (max-width: 560px) {
  .page-contact_main_caution {
    font-size: 14px;
  }
}
.page-contact_main_caution .__link {
  text-decoration: underline;
}
.page-contact_main_form {
  margin-top: 160px;
}
@media (max-width: 1600px) {
  .page-contact_main_form {
    margin-top: 120px;
  }
}
@media (max-width: 1280px) {
  .page-contact_main_form {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .page-contact_main_form {
    margin-top: 60px;
  }
}
@media (max-width: 560px) {
  .page-contact_main_form {
    margin-top: 36px;
  }
}

.page-policy_main {
  position: relative;
  z-index: 1;
  padding: 160px 0 172px;
  background-image: url(../img/page-contact_bg.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 1280px) {
  .page-policy_main {
    padding-top: 100px;
  }
}
@media (max-width: 960px) {
  .page-policy_main {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .page-policy_main {
    background-size: 1000px;
  }
}
@media (max-width: 560px) {
  .page-policy_main {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.page-policy_main_inner {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .page-policy_main_inner {
    width: calc(100% - 40px);
  }
}
.page-policy_main_text {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.085em;
  line-height: 1.5;
  text-align: justify;
}
@media (max-width: 560px) {
  .page-policy_main_text {
    font-size: 14px;
  }
}
.page-policy_main_title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  margin-top: 36px;
  letter-spacing: 0.085em;
}
@media (max-width: 560px) {
  .page-policy_main_title {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.page-policy_main_list {
  margin-top: 8px;
}
.page-policy_main_list-item {
  font-size: 16px;
  padding-left: 1em;
  position: relative;
  color: #fff;
  letter-spacing: 0.085em;
}
.page-policy_main_list-item:nth-child(n+2) {
  margin-top: 4px;
}
.page-policy_main_list-item::before {
  content: "・";
  font-size: inherit;
  color: inherit;
  position: absolute;
  left: 0;
  top: 0;
}

.u_dblock_pc {
  display: block;
}
.u_dblock_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_dblock_tb {
    display: block;
  }
}
.u_dblock_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_dblock_sp {
    display: block;
  }
}

.u_dnone_pc {
  display: none;
}
@media (max-width: 960px) {
  .u_dnone_tb {
    display: none;
  }
}
@media (max-width: 768px) {
  .u_dnone_sp {
    display: none;
  }
}

.u_break_pc {
  display: none;
}
@media (max-width: 1280px) {
  .u_break_pc {
    display: block;
  }
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}

.u_break_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}
.u_break_ssp {
  display: none;
}
@media (max-width: 560px) {
  .u_break_ssp {
    display: block;
  }
}

@media (max-width: 960px) {
  .u_break-none_tb {
    display: none;
  }
}
@media (max-width: 768px) {
  .u_break-none_sp {
    display: none;
  }
}
@media (max-width: 560px) {
  .u_break-none_ssp {
    display: none;
  }
}

.u_target {
  padding-top: 100px;
  margin-top: -100px;
}
@media (max-width: 960px) {
  .u_target {
    padding-top: 60px;
    margin-top: -60px;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>