@charset "UTF-8";
/*------------------------------------------------------------------------
// Base
  ├ reset
  ├ index
  └ base
------------------------------------------------------------------------*/
/*----------------------------------------
	base
----------------------------------------*/
html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  width: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

a {
  color: #333;
  text-decoration: none;
  color: #333;
  transition: all 0.7s;
  cursor: pointer;
}

a:hover {
  color: #009dff;
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
}
img.self-size {
  max-width: 100%;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
}

/*----------------------------------------
	reset
----------------------------------------*/
*,
::before,
::after {
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

span, small, strong, em, b, i {
  color: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
}

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

caption, th {
  text-align: left;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

q::before,
q::after {
  display: none;
}

/*------------------------------------------------------------------------
// module
  ├ btn
  ├ element
  ├ footer
  ├ gnav
  ├ hamburger
  ├ header
  ├ index
  ├ loading
  ├ logo
  ├ section
  └ spmenu
------------------------------------------------------------------------*/
/* footer
------------------------------------------------------ */
.footer__check {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #383737 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #383737 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 100px 0;
}

.footer__wrapper {
  background: #333;
}

.footer__inner {
  max-width: 900px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px), print {
  .footer__inner {
    max-width: 300px;
  }
}

.ft-gnav__inner {
  display: flex;
}
@media screen and (max-width: 768px), print {
  .ft-gnav__inner {
    flex-direction: column;
  }
}

.ft-gnav02__list {
  margin-left: 100px;
}
@media screen and (max-width: 768px), print {
  .ft-gnav02__list {
    margin-left: 0;
    margin-top: 20px;
  }
}

.ft-gnav-border__item {
  margin-top: 13px;
}
.ft-gnav-border__item .ft-gnav__link {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}
.ft-gnav-border__item .ft-gnav__link:hover {
  color: #009dff;
  cursor: pointer;
}
.ft-gnav-border__item .ft-gnav__link::before {
  content: "-";
  margin-right: 10px;
  color: #fff;
}

.ft-gnav-nor__item {
  margin-top: 10px;
  margin-left: 20px;
}
.ft-gnav-nor__item .ft-gnav__link {
  font-size: clamp(12px, 3vw, 14px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}
.ft-gnav-nor__item .ft-gnav__link:hover {
  color: #009dff;
  cursor: pointer;
}

.ft-gnav01__list li:nth-child(2) {
  margin-top: 20px;
}

.footer-under-area {
  margin-top: 30px;
  margin-left: auto;
  max-width: 300px;
  text-align: left;
}

.footer__adress,
.adress__txt,
.tel-number {
  color: #fff;
  font-size: clamp(12px, 3vw, 14px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 10px;
  font-weight: 500;
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
}

.footer__copyright-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
.footer__copyright-inner small {
  font-size: 12px;
}

.footer-copyright__wrapper {
  max-width: 900px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* gnav
------------------------------------------------------ */
@media screen and (max-width: 1050px), print {
  .gnav {
    display: none;
  }
}

.gnav__inner {
  display: flex;
  justify-content: space-between;
}

.gnav__list01,
.gnav__list02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gnav__link01 {
  font-size: clamp(13px, 3vw, 14px);
  margin-left: 1.5em;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.gnav__list01 {
  background-color: #fff;
  padding: 10px 30px 12px 30px;
  border-radius: 40px;
  letter-spacing: 0.1em;
}

.gnav__item01:first-child .gnav__link01 {
  margin-left: 0;
}

.gnav__link02 {
  padding: 10px 30px 12px 30px;
  border-radius: 40px;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: flex;
  font-size: clamp(13px, 3vw, 14px);
  justify-content: center;
  align-items: center;
}

.material-symbols-outlined {
  margin-left: 7px;
  font-size: 18px;
}

.gnav__item02-contact .gnav__link02 {
  color: #fff;
  background-color: #22ccbb;
}

.gnav__item02-recruit .gnav__link02 {
  color: #fff;
  background-color: #ee4499;
}

.gnav__item02 {
  margin-left: 1em;
}

/* header
------------------------------------------------------ */
.header {
  padding-top: 30px;
  position: fixed; /* ヘッダーを固定する */
  top: 0; /* 上部から配置の基準位置を決める */
  left: 0;
  z-index: 1000;
  width: 100%;
}

.header__wrapper {
  max-width: 1500px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* btn
------------------------------------------------------ */
.section__link02 {
  padding: 15px 30px;
  border-radius: 40px;
  letter-spacing: 0.2em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: clamp(12px, 3vw, 14px);
}

.section__item02-service {
  background: transparent;
}
.section__item02-service .section__link02 {
  color: #fff;
  background-color: #009dff;
  max-width: 260px;
  margin: 70px auto 0;
}

.section__item02-recruit {
  background: transparent;
}
.section__item02-recruit .section__link02 {
  color: #fff;
  background-color: #ee4499;
  max-width: 260px;
  margin-top: 80px;
}
@media screen and (max-width: 768px), print {
  .section__item02-recruit .section__link02 {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    margin-top: 40px;
  }
}

.section__item02-news {
  background: transparent;
}
.section__item02-news .section__link02 {
  color: #fff;
  background-color: #22ccbb;
  width: 260px;
  margin-top: 80px;
}
@media screen and (max-width: 768px), print {
  .section__item02-news .section__link02 {
    margin-top: 0;
    margin-left: 60px;
  }
}
@media screen and (max-width: 576px), print {
  .section__item02-news .section__link02 {
    margin-top: 30px;
    margin-left: 0;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%);
  }
}

.btn {
  padding: 20px;
  border-radius: 40px;
  background: #22ccbb;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  max-width: 260px;
  letter-spacing: 0.2em;
  vertical-align: middle;
  line-height: 1;
}
.btn a {
  color: #fff;
}
.btn:focus, .btn:hover {
  color: #fff;
  background: #333;
  transition: 0.5s;
  cursor: pointer;
}

.submit-wrapper {
  max-width: 260px;
  margin: 0 auto;
  position: relative;
}
.submit-wrapper::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 2.5em;
  display: inline-block;
  background: url("../img/contact/mail.png");
  width: 20px;
  height: 16px;
  margin-right: 5px;
  background-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
  color: white;
}

.btn--action {
  display: block;
  padding: 20px 80px;
  border-radius: 40px;
  background: #22ccbb;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  max-width: 260px;
  color: #fff;
  border: transparent;
  letter-spacing: 0.2em;
  vertical-align: middle;
  line-height: 1;
}

#submit:disabled {
  background: #22ccbb;
  color: #fff;
}

.privacy-link {
  color: #009dff;
  text-decoration: underline;
}

.btn-center label {
  text-align: center !important;
}

.check {
  margin-left: 7px;
}

.section__item02-not-found {
  text-align: center;
  margin: 0 auto;
  background: transparent;
}
.section__item02-not-found .section__link02 {
  color: #fff;
  background-color: #22ccbb;
  width: 260px;
  margin-top: 80px;
}

.section__item02-return-single {
  background: transparent;
  margin: 0 auto;
}
.section__item02-return-single .section__link02 {
  color: #fff;
  background-color: #ee4499;
  max-width: 260px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px), print {
  .section__item02-return-single .section__link02 {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    margin-top: 40px;
  }
}

/* hamburger
------------------------------------------------------ */
.hamburger {
  display: none;
}
@media screen and (max-width: 1050px), print {
  .hamburger {
    cursor: pointer;
    transition: background-color 0.3s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 100000;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ee4499;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
}

.hamburger__line {
  position: relative;
  width: 18px;
  height: 2px;
  background: #fff;
}

.hamburger__line::before,
.hamburger__line::after {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  background: #fff;
  height: 2px;
  transition: transform 0.3s;
}

.hamburger__line::before {
  top: -7px;
}

.hamburger__line::after {
  bottom: -7px;
}

/*閉じる*/
/*aria-expandedの状態でスタイルを適用*/
.hamburger[aria-expanded=true] .hamburger__line {
  background: transparent;
}

.hamburger[aria-expanded=true] .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger[aria-expanded=true] .hamburger__line::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* spmenu
------------------------------------------------------ */
.spmenu {
  display: none;
}
.spmenu__logo img {
  width: 100px;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}
@media screen and (max-width: 1050px), print {
  .spmenu {
    display: none;
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    background: #22ccbb;
    color: #333;
    padding: 2dvh 0;
  }
  .spmenu__inner {
    padding: 28px 20px;
    text-align: center;
  }
}

.spmenu__inner {
  padding: 100px 15px 40px;
  text-align: center;
}

.spmenu__logo_cow {
  width: 55px;
  height: 53px;
}

.spmenu__logo_name {
  margin: 0 auto;
}

.spmenu__item {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
}

.spmenu__link:focus, .spmenu__link:hover {
  color: #fff;
}

.spmenu__inner {
  max-width: 250px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.sp-gnav__inner {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin: 20px 0 0 0;
}

.sp-gnav02__list {
  margin-left: 0;
  margin-top: 20px;
}

.sp-gnav-border__item {
  margin-top: 5px;
}
.sp-gnav-border__item .sp-gnav__link {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}
.sp-gnav-border__item .sp-gnav__link::before {
  content: "-";
  margin-right: 10px;
  color: #fff;
}

.sp-gnav-nor__item {
  margin-top: 10px;
  margin-left: 20px;
}
.sp-gnav-nor__item .sp-gnav__link {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}

.sp-gnav01__list li:nth-child(2) {
  margin-top: 10px;
}

.spmenu-under-area {
  margin-top: 30px;
  margin-left: auto;
  max-width: 280px;
  text-align: left;
}

.spmenu__adress,
.adress__txt,
.tel-number {
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 10px;
  font-weight: 500;
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
}

/* contact
------------------------------------------------------ */
.contact {
  background: #009dff;
  padding: 100px 0;
}
@media screen and (max-width: 768px), print {
  .contact {
    padding: 70px 0;
  }
}

.contact__inner {
  max-width: 900px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.contact-inner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 90px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px), print {
  .contact-inner {
    padding-top: 105px;
    padding-bottom: 30px;
  }
}

.contact .blank {
  display: block;
}

.contact_txt {
  font-size: clamp(14px, 2.8vw, 18px);
  font-weight: bold;
  margin: 47px 0 47px;
}

form {
  background: #fff;
  border-radius: 5px;
  padding: 40px 100px 70px;
  margin-top: 50px;
}
@media screen and (max-width: 768px), print {
  form {
    margin-top: 20px;
  }
}

.form_ttl {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 44px;
}

.contact__container {
  margin: 40px 0 20px;
  text-align: left;
}

.input-field {
  display: flex;
  flex-direction: column;
}
.input-field label {
  display: block;
  flex: 1;
  text-align: left;
  cursor: pointer;
}
.input-field label:not(.radio-wrap_item label) {
  font-weight: 700;
}
.input-field .radio-wrap,
.input-field input[type=text],
.input-field input[type=email],
.input-field input[type=tel],
.input-field textarea {
  display: block;
  width: 100%;
  margin-top: 15px;
  cursor: pointer;
}
.input-field input[type=text],
.input-field input[type=email],
.input-field input[type=tel],
.input-field textarea {
  background: #f9f9f9;
  border: 1px solid transparent;
  font-size: 16px;
  padding: 6px 10px;
  border-radius: 10px;
}
.input-field textarea {
  resize: none;
}

.require {
  padding: 5px 11px;
  background: #ee4499;
  border-radius: 5px;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  margin-left: 18px;
  color: #fff;
}

.radio-wrap {
  display: flex;
  flex-direction: column;
}

.radio-wrap_item {
  font-weight: 400;
}

input[type^=radio] + label {
  display: inline-block;
  position: relative;
  padding: 5px 0 5px 23px;
}
input[type^=radio] + label:before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #333;
  line-height: 1;
  background: #fff;
}
input[type^=radio] + label:after {
  content: "";
  display: none;
}

input[type^=radio]:checked + label:before {
  background: #333;
}

input[type^=radio]:checked + label:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  width: 4px;
  height: 4px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  line-height: 1;
}

input[type^=radio] {
  opacity: 0;
  position: absolute;
}

#contact__post-code {
  max-width: 157px;
  margin-right: 155px;
}

/*エラー時*/
.is-error .input-field input[type=text],
.is-error .input-field input[type=email],
.is-error .input-field input[type=tel],
.is-error .input-field textarea {
  color: #f7320e;
  border-color: #f7320e;
}

.error-text {
  display: none;
  margin-top: 16px;
  color: #f7320e;
  font-weight: bold;
}

.is-error .error-text {
  display: block;
}

.error-text::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.2em;
  background: url(../img/contact/ico_attention.svg) center center/contain no-repeat;
  vertical-align: middle;
}

.wpcf7-not-valid-tip {
  padding-top: 30px;
  color: #f7320e;
  font-weight: bold;
}
.wpcf7-not-valid-tip::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.2em;
  background: url(../img/contact/ico_attention.svg) center center/contain no-repeat;
  vertical-align: middle;
}

.wpcf7-response-output {
  padding-top: 30px;
  color: #f7320e;
  font-weight: bold;
}

.end-message {
  display: none;
  margin-top: 26px;
  font-weight: bold;
}

.false-message {
  display: none;
  margin-top: 26px;
  color: #f7320e;
  font-weight: bold;
}

@media screen and (max-width: 768px), print {
  .contact .blank {
    display: none;
  }
  form {
    padding: 30px 15px;
  }
  .contact__container {
    margin: 24px 0;
  }
  .contact_txt {
    margin: 67px 0 97px;
  }
}
/* logo
------------------------------------------------------ */
.logo__img {
  max-width: 115px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px), print {
  .logo__img {
    max-width: 80px;
  }
}

.footer__logo .logo__img {
  max-width: 80px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* br
------------------------------------------------------ */
.sp-only {
  display: none;
}
@media screen and (max-width: 576px), print {
  .sp-only {
    display: block;
  }
}

.md-only {
  display: none;
}
@media screen and (max-width: 768px), print {
  .md-only {
    display: block;
  }
}

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

.lg-only {
  display: block;
}
@media screen and (max-width: 1050px), print {
  .lg-only {
    display: none;
  }
}
@media screen and (max-width: 768px), print {
  .lg-only {
    display: block;
  }
}

.display-non {
  display: none;
}

/* element
------------------------------------------------------ */
.element {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* section
------------------------------------------------------ */
.section__ttl {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(60px, 3vw, 64px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px), print {
  .section__ttl {
    margin-top: 0;
    font-size: clamp(48px, 3vw, 50px);
  }
}

.section__ttl-jp {
  display: block;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}

.section-ttl-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px), print {
  .section-ttl-flex {
    flex-direction: column;
    gap: 0;
  }
}

.section-lead-txt {
  max-width: 560px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px), print {
  .section-lead-txt {
    margin-top: 20px;
  }
}

._white {
  color: #fff;
}

.section-strength__ttl {
  position: relative;
  z-index: 2;
}

/* mv
------------------------------------------------------ */
.mv {
  position: relative;
  height: 390px;
}
@media screen and (max-width: 768px), print {
  .mv {
    height: 390px;
  }
}

.mv__inner {
  max-width: 1500px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.mv__diagonal01 {
  position: absolute;
  z-index: -100;
  top: -120%;
  left: 10%;
  transform: skewX(-45deg);
  width: 150px;
  height: 780px;
  margin: 0 auto;
  background-color: #009dff;
}
.mv__diagonal01::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: blue;
  animation: diagonal-grow 1s forwards;
}

.mv__diagonal02 {
  position: absolute;
  z-index: -100;
  top: -120%;
  left: 30%;
  transform: skewX(-45deg);
  width: 150px;
  height: 780px;
  margin: 0 auto;
  background-color: #009dff;
}
.mv__diagonal02::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: blue;
  animation: diagonal-grow 1s forwards;
}

.mv__diagonal03 {
  position: absolute;
  z-index: -100;
  top: -120%;
  left: 50%;
  transform: skewX(-45deg);
  width: 150px;
  height: 780px;
  margin: 0 auto;
  background-color: #009dff;
}
.mv__diagonal03::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: blue;
  animation: diagonal-grow 1s forwards;
}

@media screen and (max-width: 768px), print {
  .mv__diagonal01,
  .mv__diagonal02,
  .mv__diagonal03 {
    width: 100px;
    transform: skewX(-35deg);
  }
  .mv__diagonal02 {
    left: 40%;
  }
  .mv__diagonal03 {
    left: 70%;
  }
}
@media screen and (max-width: 576px), print {
  .mv__diagonal01,
  .mv__diagonal02,
  .mv__diagonal03 {
    width: 80px;
  }
}
@keyframes diagonal-grow {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.slide-in-wrapper {
  text-align: right;
  margin-top: 450px;
  margin-bottom: 150px;
  color: #111;
}
@media screen and (max-width: 768px), print {
  .slide-in-wrapper {
    margin-top: 300px;
  }
}
@media screen and (max-width: 576px), print {
  .slide-in-wrapper {
    margin-top: 200px;
  }
}

.mv__lead {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(130px, 2vw, 144px);
  text-transform: uppercase;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 1050px), print {
  .mv__lead {
    font-size: clamp(80px, 2vw, 80px);
  }
}
@media screen and (max-width: 576px), print {
  .mv__lead {
    text-align: left;
  }
}

/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/* 上下のアニメーション*/
.upAnime {
  opacity: 0; /* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY100 {
  from {
    transform: translateY(100%); /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%); /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
/*========= 流れる斜め線 ===============*/
/*全共通*/
/* 上下のアニメーション*/
/* mv-under
------------------------------------------------------ */
.mv-under {
  position: relative;
  height: 390px;
}
@media screen and (max-width: 768px), print {
  .mv-under {
    height: 390px;
  }
}

.mv-under__inner {
  max-width: 1500px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.mv-under__diagonal01 {
  position: absolute;
  z-index: -100;
  top: -120%;
  left: 10%;
  transform: skewX(-45deg);
  width: 150px;
  height: 744px;
  margin: 0 auto;
  background-color: #009dff;
}
.mv-under__diagonal01::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: blue;
  animation: diagonal-grow 1s forwards;
}

.mv-under__diagonal02 {
  position: absolute;
  z-index: -100;
  top: -120%;
  left: 30%;
  transform: skewX(-45deg);
  width: 150px;
  height: 744px;
  margin: 0 auto;
  background-color: #009dff;
}
.mv-under__diagonal02::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: blue;
  animation: diagonal-grow 1s forwards;
}

.mv-under__diagonal03 {
  position: absolute;
  z-index: -100;
  top: -120%;
  left: 50%;
  transform: skewX(-45deg);
  width: 150px;
  height: 744px;
  margin: 0 auto;
  background-color: #009dff;
}
.mv-under__diagonal03::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: blue;
  animation: diagonal-grow 1s forwards;
}

@media screen and (max-width: 768px), print {
  .mv-under__diagonal01,
  .mv-under__diagonal02,
  .mv-under__diagonal03 {
    width: 100px;
    transform: skewX(-35deg);
  }
  .mv-under__diagonal02 {
    left: 40%;
  }
  .mv-under__diagonal03 {
    left: 70%;
  }
}
@media screen and (max-width: 576px), print {
  .mv-under__diagonal01,
  .mv-under__diagonal02,
  .mv-under__diagonal03 {
    width: 80px;
  }
}
@keyframes diagonal-grow {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.slide-in-wrapper {
  text-align: right;
  margin-top: 450px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px), print {
  .slide-in-wrapper {
    margin-top: 300px;
  }
}
@media screen and (max-width: 576px), print {
  .slide-in-wrapper {
    margin-top: 200px;
  }
}

.mv-under__lead {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(130px, 2vw, 144px);
  text-transform: uppercase;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 1050px), print {
  .mv-under__lead {
    font-size: clamp(80px, 2vw, 80px);
  }
}
@media screen and (max-width: 576px), print {
  .mv-under__lead {
    font-size: clamp(60px, 2vw, 70px);
  }
}

/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/* 上下のアニメーション*/
.upAnime {
  opacity: 0; /* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY100 {
  from {
    transform: translateY(100%); /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%); /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
/*========= 流れる斜め線 ===============*/
/*全共通*/
/* 上下のアニメーション*/
/* breadcrumb
------------------------------------------------------ */
.breadcrumb {
  position: relative;
}
.breadcrumb-arrow {
  position: relative;
}
.breadcrumb-arrow::after {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: rotate(45deg) translateY(-90%);
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #ee4499;
  border-right: 1px solid #ee4499;
}
.breadcrumb__wrapper {
  position: absolute;
  top: -150px;
  left: 0;
  max-width: 1000px;
  margin: auto;
  color: #333;
  font-size: 14px;
  overflow: hidden;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 2.5em;
  z-index: 10;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0 5px 0 0;
}
.breadcrumb__wrapper a:hover {
  color: #ee4499;
  cursor: pointer;
}
.breadcrumb__wrapper span:not(:first-child) {
  margin-left: 15px;
  color: #333;
  font-size: 14px;
}
.breadcrumb__wrapper span:not(:last-child) {
  margin-right: 15px;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
}

/* under-page-news-dt
------------------------------------------------------ */
.under-page-news-dt {
  padding-top: 120px;
  text-align: left;
}
.under-page-news-dt p {
  text-align: left;
}
.under-page-news-dt__date {
  text-align: right;
  margin-top: 30px;
}
.under-page-news-dt__txt {
  margin-top: 80px;
  text-align: left;
}

/* blog-news 各ページ記事部分
------------------------------------------------------ */
h1.blog-detail__ttl,
h1.detail__ttl {
  font-size: clamp(24px, 3vw, 28px);
  font-weight: 700;
}

h1.wp-block-heading {
  font-size: clamp(24px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.5;
  margin: 50px 0 10px 0;
  text-align: left;
}

h2.wp-block-heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  margin: 50px 0 5px 0;
  text-align: left;
}

.news_detail__inner p,
.news_detail__inner .wp-block-quote cite,
.blog-detail__content-text p,
.blog-detail__content-text .wp-block-quote cite {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 30px;
}
.news_detail__inner p > a,
.blog-detail__content-text p > a {
  color: #f5a623;
  text-decoration: underline;
  line-height: 1.3;
  font-weight: 500;
}

h3.wp-block-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  border-left: 6px solid #22ccbb;
  padding-left: 10px;
  margin: 50px 0 10px 0;
  text-align: left;
}

h4.wp-block-heading {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 2px solid #22ccbb;
  margin: 50px 0 10px 0;
  text-align: left;
}

h5.wp-block-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding-left: 10px;
  margin: 50px 0 5px 0;
  text-align: left;
}

h6.wp-block-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  padding-left: 10px;
  margin: 50px 0 5px 0;
  text-align: left;
}

.wp-block-quote {
  position: relative;
  margin: 30px 0;
  background: #e3f145;
  padding: 27px 26px 27px 74px;
  font-size: 0.9em;
}

.wp-block-quote:before {
  position: absolute;
  top: -15px;
  left: 20px;
  content: "“";
  font-size: 7em;
  color: #22ccbb;
}

.wp-block-image img {
  aspect-ratio: 400/250;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.news_detail__inner img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 400px;
  height: auto;
  margin-bottom: 20px;
}

.un-single ol,
.blog-detail__content-text ol {
  list-style: none;
  padding: 0;
  max-width: 590px;
  margin: 36px 0 36px 0;
}
.un-single ul,
.blog-detail__content-text ul {
  list-style: none;
  padding: 0;
  max-width: 590px;
  margin: 36px 0 36px 0;
}
.un-single li,
.blog-detail__content-text li {
  padding-left: 39px;
  position: relative;
  text-align: left;
}
.un-single li:before,
.blog-detail__content-text li:before {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  background-color: #22ccbb;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 7px;
}

.blog-detail__date {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  margin-top: 36px;
}

/*------------------------------------------------------------------------
// module
  ├ about
  ├ access
  ├ contact
  ├ faq
  ├ index
  ├ news
  ├ product
  └ thanks
------------------------------------------------------------------------*/
/* un-news-archive
------------------------------------------------------ */
.un-news {
  margin-top: -115px;
}

.un-news__check {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #fefdfd calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #fefdfd calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 200px 0 100px;
}

.un-news__wrapper {
  background: #f9f9f9;
}

.section-ttl-btn-flex {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px), print {
  .section-ttl-btn-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
}
@media screen and (max-width: 576px), print {
  .section-ttl-btn-flex {
    flex-direction: column;
  }
}

.un-news__inner {
  max-width: 900px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.un-news__content {
  margin-top: 70px;
  width: 100%;
}
@media screen and (max-width: 768px), print {
  .un-news__content {
    width: 100%;
  }
}

.un-news__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px), print {
  .un-news__flex {
    flex-direction: column;
    align-items: flex-start;
  }
}

.un-news__date {
  color: #7b7a7a;
  font-size: clamp(14px, 3vw, 16px);
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.un-news__data {
  font-weight: 700;
  font-size: clamp(16px, 3vw, 18px);
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 0.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 400px;
}
@media screen and (max-width: 576px), print {
  .un-news__data {
    max-width: 300px;
  }
}

.un-news__item {
  padding: 2em 3em;
  background: #fff;
  border-radius: 5px;
  margin-top: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px), print {
  .un-news__item {
    padding: 2em;
  }
}
.un-news__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px), print {
  .un-news__item:first-child {
    margin-top: 80px;
  }
}
.un-news__item:hover, .un-news__item:focus {
  background: #333;
  color: #fff !important;
  transition: all 1s;
}
.un-news__item:hover .un-news__date,
.un-news__item:hover .un-news__arrow, .un-news__item:focus .un-news__date,
.un-news__item:focus .un-news__arrow {
  color: #fff;
  transition: all 1.4s;
}

.un-news__arrow {
  display: inline-block;
  vertical-align: middle;
  margin: 20px 0 0 auto;
  width: 20px;
  height: 20px;
  border-top: 2px solid #22ccbb;
  border-right: 2px solid #22ccbb;
  transform: translateY(-50%) rotate(45deg);
}

.pagger {
  margin-top: 40px;
}
.pagger .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #22ccbb;
  border-radius: 50%;
  font-size: min(4.2666666667vw, 16px);
  margin: 0 10px;
  padding: 0 0.5em;
  min-width: min(13.3333333333vw, 50px);
  height: min(13.3333333333vw, 50px);
  font-weight: bold;
  text-decoration: none;
  color: #22ccbb;
}
.page-numbers.current {
  background-color: #22ccbb;
  color: #fff;
}
.page-numbers.dots {
  min-width: 0;
  background: none;
  padding: 0;
  border: 0;
}
.page-numbers.prev {
  padding: 0 0.8em;
}
.page-numbers.next {
  padding: 0 0.8em;
}

.un-news__item-inner {
  margin: 0 5px;
  max-width: 400px;
}

/* un-rec-member
------------------------------------------------------ */
.un-rec-member {
  position: relative;
  padding: 140px 0;
}
@media screen and (max-width: 768px), print {
  .un-rec-member {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
    padding: 70px 0;
  }
}

.un-rec-member__inner {
  max-width: 1080px;
  padding-right: 30px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.un-rec-member__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px), print {
  .un-rec-member__flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.un-rec-member__card {
  max-width: 310px;
  width: calc((100% - 140px) / 3);
  margin-top: 70px;
}
@media screen and (max-width: 768px), print {
  .un-rec-member__card {
    width: 100%;
    margin-top: 40px;
  }
}

.un-rec-member__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 15px 15px 0px 0 #009dff;
}

.un-rec-member__ttl {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 30px;
  text-align: center;
}

/* un-rec-job
------------------------------------------------------ */
.un-rec-job {
  position: relative;
  padding: 140px 0;
}
@media screen and (max-width: 768px), print {
  .un-rec-job {
    padding: 70px 0 140px;
  }
}

.un-rec-job__inner {
  max-width: 900px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.un-rec-job__flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px), print {
  .un-rec-job__flex {
    flex-direction: column;
  }
}

.un-rec-job__item {
  padding: 22px 0;
  border-bottom: 1px solid #c1e7ff;
  display: flex;
}
.un-rec-job__item:first-child {
  padding-top: 0;
}

@media screen and (max-width: 768px), print {
  .un-rec-job__item {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0;
  }
}
.un-rec-job__date {
  width: 300px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}

.un-rec-job__link {
  display: flex;
  margin-left: 15px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.un-rec-job__link:hover {
  cursor: pointer;
  opacity: 0.7;
  color: #f39801;
  transition: all 1s;
}

.un-rec-job__data {
  font-size: 16px;
  text-align: left;
  line-height: 2.5;
}
@media screen and (max-width: 768px), print {
  .un-rec-job__data {
    line-height: 2;
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 768px), print {
  .un-rec-job__link {
    display: -webkit-box;
  }
  .un-rec-job__flex {
    display: flex;
    flex-direction: column;
  }
  .un-rec-job__item {
    flex-direction: column;
  }
  .un-rec-job__link {
    margin: 0;
  }
}
.un-rec-job__triangle {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px), print {
  .un-rec-job__triangle {
    width: 40%;
  }
}

.un-rec-job__list {
  margin-top: 70px;
}

/* un-rec-concept
------------------------------------------------------ */
.un-rec-concept {
  padding: 70px 0 140px;
  position: relative;
}

.un-rec-concept__inner {
  max-width: 1234px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.un-rec-concept__flex {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px), print {
  .un-rec-concept__flex {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
  }
}

.un-rec-concept__body {
  width: 100%;
}

.un-rec-concept-ttl {
  font-size: clamp(36px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px), print {
  .un-rec-concept-ttl {
    font-size: clamp(22px, 3vw, 24px);
    margin-top: 30px;
  }
}

.un-rec-concept__txt {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
@media screen and (max-width: 768px), print {
  .un-rec-concept__txt {
    margin-top: 20px;
  }
}

.un-rec-concept__triangle {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 20%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 768px), print {
  .un-rec-concept__triangle {
    width: 40%;
  }
}

/* privacypolicy
------------------------------------------------------ */
.privacypolicy {
  padding: 70px 0 140px;
}

.privacypolicy__inner {
  max-width: 1080px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.privacypolicy__txt {
  margin-top: 2em;
}

.praivacypolicy__link {
  text-decoration: underline;
}

/* un-rec-greetings
------------------------------------------------------ */
.un-rec-greetings {
  background-color: #22ccbb;
  padding: 140px 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px), print {
  .un-rec-greetings {
    padding: 70px 0;
  }
}

.un-rec-greetings__txt-wrapper {
  padding-top: 20px;
}

.un-rec-greetings__inner {
  max-width: 1280px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px), print {
  .un-rec-greetings__inner {
    max-width: 500px;
  }
}

.un-rec-greetings__flex {
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px), print {
  .un-rec-greetings__flex {
    flex-direction: column-reverse;
  }
}

.un-rec-greetings__figure {
  max-width: 720px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px), print {
  .un-rec-greetings__figure {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px), print {
  .un-rec-greetings__figure {
    max-width: 100%;
  }
}

.un-rec-greetings__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.un-rec-greetings__body {
  margin-left: 4%;
  position: relative;
  z-index: 5;
}

.un-rec-greetngs__ttl {
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.5em;
}

.un-rec-greetings__txt {
  margin-top: 1em;
  font-size: clamp(13px, 3vw, 14px);
  line-height: 2.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.un-rec-greetings__name-wrapper {
  margin-top: 1.5em;
}

.un-rec-greetings__name,
.un-rec-greetings__company {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.un-rec-greetngs__circle01 {
  position: absolute;
  z-index: 1;
  top: -7%;
  left: 60%;
  background: #34c3b5;
  border-radius: 50%;
  width: 800px;
  height: 800px;
}
@media screen and (max-width: 768px), print {
  .un-rec-greetngs__circle01 {
    top: -4%;
    width: 500px;
    height: 500px;
  }
}
.un-rec-greetngs__circle01::after {
  content: "";
  position: absolute;
  top: 16%;
  left: 16%;
  z-index: -1;
  background: #22ccbb;
  border-radius: 50%;
  width: 550px;
  height: 550px;
}
@media screen and (max-width: 768px), print {
  .un-rec-greetngs__circle01::after {
    top: 20%;
    left: 20%;
    width: 300px;
    height: 300px;
  }
}

.un-rec-greetngs__circle02 {
  position: absolute;
  z-index: 1;
  top: 65%;
  left: -15%;
  background: #34c3b5;
  border-radius: 50%;
  width: 550px;
  height: 550px;
}
.un-rec-greetngs__circle02::after {
  content: "";
  position: absolute;
  top: 18%;
  left: 18%;
  background: #22ccbb;
  border-radius: 50%;
  width: 350px;
  height: 350px;
}
.un-rec-greetings__ttl-sub {
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px), print {
  .un-rec-greetings__ttl-sub {
    font-size: clamp(24px, 3vw, 28px);
  }
}

/* thanks
------------------------------------------------------ */
.thanks {
  padding: 70px 0 140px;
}

.thanks__txt {
  font-size: clamp(14px, 3vw, 16px);
  margin-top: 70px;
}

.thanks__ttl {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 700;
}

.thanks__inner {
  max-width: 900px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

/* single
------------------------------------------------------ */
.un-single {
  padding: 70px 0 140px;
}

.un-single__ttl {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

.un-single__inner {
  max-width: 900px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.un-single-txt {
  margin-top: 70px;
}

/* not-found
------------------------------------------------------ */
.not-found {
  padding: 70px 0 140px;
}

.not-found__txt {
  font-size: clamp(14px, 3vw, 16px);
  margin-top: 70px;
}

.not-found__ttl {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 700;
}

.not-found__inner {
  max-width: 900px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

/* un-ser-concept
------------------------------------------------------ */
.un-ser-concept {
  padding: 70px 0 140px;
  position: relative;
}

.un-ser-concept__inner {
  max-width: 1234px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.un-ser-concept__flex {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1050px), print {
  .un-ser-concept__flex {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
  }
}

.un-ser-concept__body {
  width: 100%;
}

.un-ser-concept-ttl {
  font-size: clamp(36px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px), print {
  .un-ser-concept-ttl {
    font-size: clamp(22px, 3vw, 24px);
    margin-top: 30px;
  }
}

.un-ser-concept__txt {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
@media screen and (max-width: 768px), print {
  .un-ser-concept__txt {
    margin-top: 20px;
  }
}

.un-ser-concept__triangle {
  position: absolute;
  bottom: 130px;
  right: 0;
  width: 20%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 768px), print {
  .un-ser-concept__triangle {
    width: 40%;
    bottom: 70px;
  }
}

/* un-ser-features
------------------------------------------------------ */
.un-ser-features {
  padding: 70px 0 140px;
  position: relative;
}

.un-ser-features__inner {
  max-width: 1234px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1400px), print {
  .un-ser-features__inner {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px), print {
  .un-ser-features__inner {
    max-width: 500px;
  }
}

.un-ser-features__flex {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 70px;
  gap: 50px;
}
@media screen and (max-width: 768px), print {
  .un-ser-features__flex {
    flex-direction: column;
    max-width: 500px;
    margin: 70px auto 0;
    gap: 30px;
  }
}

.un-ser-features__body {
  width: 100%;
}

.un-ser-features__img {
  border-radius: 5px;
}

.un-ser-features__txt {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2em;
}
@media screen and (max-width: 768px), print {
  .un-ser-features__txt {
    margin-top: 1em;
  }
}

.un-ser-features__main-ttl {
  font-weight: 500;
  font-size: clamp(24px, 3vw, 32px);
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-top: 0.3em;
}

.un-ser-features__sub-ttl {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: clamp(14px, 3vw, 16px);
  font-family: "Montserrat", sans-serif;
}

.un-ser-features__sub-figure {
  margin-top: 4em;
}
@media screen and (max-width: 768px), print {
  .un-ser-features__sub-figure {
    margin-top: 2em;
  }
}

.un-ser-features__sub-img {
  width: 100%;
  border-radius: 5px;
}

.un-ser-features__card:nth-child(1) .un-ser-features__sub-ttl {
  color: #ee4499;
}
.un-ser-features__card:nth-child(2) .un-ser-features__flex {
  padding-top: 140px !important;
  flex-direction: row;
}
@media screen and (max-width: 768px), print {
  .un-ser-features__card:nth-child(2) .un-ser-features__flex {
    flex-direction: column;
  }
}
.un-ser-features__card:nth-child(2) .un-ser-features__sub-ttl {
  color: #009dff;
}
.un-ser-features__card:nth-child(3) .un-ser-features__flex {
  padding-top: 140px !important;
}
.un-ser-features__card:nth-child(3) .un-ser-features__sub-ttl {
  color: #22ccbb;
}

@media screen and (max-width: 576px), print {
  .un-ser-features__img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-right: 0;
  }
}
/* un-ser-strength
------------------------------------------------------ */
.un-ser-strength {
  background-color: #f8f8f8;
  padding: 140px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px), print {
  .un-ser-strength {
    padding: 70px 0;
  }
}

.un-ser-strength__inner {
  max-width: 930px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.un-ser-strength__figure {
  position: relative;
}
@media screen and (max-width: 768px), print {
  .un-ser-strength__figure {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.un-ser-strength__img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px), print {
  .un-ser-strength__img {
    border-radius: 0;
  }
}

.un-ser-strength__ttl {
  font-weight: 700;
  font-size: clamp(26px, 3vw, 32px);
  line-height: 1.5;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.un-ser-strength__sub-ttl {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 700;
  margin-top: 1em;
}

.un-ser-strength__txt {
  font-weight: 500;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.7;
  margin-top: 20px;
}

.un-ser-strength__card + .un-ser-strength__card {
  margin-top: 120px;
}

@media screen and (max-width: 768px), print {
  .un-ser-strength__card:nth-child(2) {
    margin-top: 70px;
  }
}
/* about
------------------------------------------------------ */
.about {
  background-color: #22ccbb;
  padding: 30px 0 140px;
  margin-top: -120px;
  position: relative;
}
@media screen and (max-width: 768px), print {
  .about {
    margin-top: -80px;
  }
}

.about__lead {
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: clamp(18px, 3vw, 24px);
  padding-bottom: 70px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px), print {
  .about__lead {
    padding-bottom: 0px;
  }
}

.about__inner {
  max-width: 1380px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px), print {
  .about__inner {
    max-width: 500px;
  }
}

.about__flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px), print {
  .about__flex {
    flex-direction: column-reverse;
  }
}

.about__figure {
  max-width: 720px;
  margin-top: 70px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px), print {
  .about__figure {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px), print {
  .about__figure {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.about__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__body {
  margin-left: 4%;
  position: relative;
  z-index: 5;
}

.about__ttl-sub {
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px), print {
  .about__ttl-sub {
    margin-top: 1em;
  }
}

.about__txt {
  margin-top: 1.5em;
  font-size: clamp(13px, 3vw, 14px);
  line-height: 2.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.about__name-wrapper {
  margin-top: 1.5em;
}

.about__name,
.about__company {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.circle01 {
  position: absolute;
  z-index: 1;
  top: -7%;
  left: 60%;
  background: #34c3b5;
  border-radius: 50%;
  width: 800px;
  height: 800px;
}
@media screen and (max-width: 768px), print {
  .circle01 {
    top: -3%;
    width: 500px;
    height: 500px;
  }
}
.circle01::after {
  content: "";
  position: absolute;
  top: 16%;
  left: 16%;
  z-index: -1;
  background: #22ccbb;
  border-radius: 50%;
  width: 550px;
  height: 550px;
}
@media screen and (max-width: 768px), print {
  .circle01::after {
    top: 20%;
    left: 20%;
    width: 300px;
    height: 300px;
  }
}

.circle02 {
  position: absolute;
  z-index: 1;
  top: 65%;
  left: -15%;
  background: #34c3b5;
  border-radius: 50%;
  width: 550px;
  height: 550px;
}
.circle02::after {
  content: "";
  position: absolute;
  top: 18%;
  left: 18%;
  background: #22ccbb;
  border-radius: 50%;
  width: 350px;
  height: 350px;
}
.animation_text {
  position: absolute;
  top: 60%;
  z-index: 2;
  overflow: hidden;
}
.news_test {
  display: inline-block;
  color: #4addcf;
  font-size: clamp(200px, 3vw, 200px);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  animation: text_scroll 180s linear infinite;
}

@keyframes text_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* service
------------------------------------------------------ */
.service {
  padding: 140px 0 140px;
  position: relative;
}

.service__inner {
  max-width: 1235px;
  padding-right: 30px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px), print {
  .service__inner {
    max-width: 585px;
  }
}

.service__triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 768px), print {
  .service__triangle {
    width: 150px;
  }
}

.service__card-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px), print {
  .service__card-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.service__card {
  max-width: 585px;
  width: calc((100% - 60px) / 2);
  margin-top: 70px;
}
@media screen and (max-width: 768px), print {
  .service__card {
    width: 100%;
  }
}
.service__card:nth-child(2n) {
  margin-top: 140px;
}
@media screen and (max-width: 768px), print {
  .service__card:nth-child(2n) {
    margin-top: 70px;
  }
}

.service__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.service__ttl {
  font-size: clamp(22px, 3vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 35px;
}

.service__txt {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  line-height: 1.7;
  margin-top: 10px;
}

._blue-shadow {
  box-shadow: 15px 15px 0px 0 #009dff;
}

._pink-shadow {
  box-shadow: 15px 15px 0px 0 #ee4499;
}

._yellow-shadow {
  box-shadow: 15px 15px 0px 0 #e3f145;
}

._green-shadow {
  box-shadow: 15px 15px 0px 0 #22ccbb;
}

/* recruit
------------------------------------------------------ */
.recruit {
  position: relative;
  height: 810px;
}
@media screen and (max-width: 768px), print {
  .recruit {
    height: 900px;
  }
}

.recruit__inner {
  padding: 140px 15px;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px), print {
  .recruit__inner {
    max-width: 550px;
    padding: 70px 15px;
  }
}

.recruit__flex {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px), print {
  .recruit__flex {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.recruit__body {
  margin-right: -180px;
  max-width: 550px;
}
@media screen and (max-width: 768px), print {
  .recruit__body {
    margin-right: 0;
  }
}

.recruit__ttl {
  font-size: clamp(30px, 3vw, 36px);
  font-weight: 500;
  margin-top: 40px;
  line-height: 1.7;
}
@media screen and (max-width: 768px), print {
  .recruit__ttl {
    font-size: clamp(24px, 3vw, 26px);
  }
}

.recruit__txt {
  margin-top: 30px;
  font-size: clamp(14px, 3vw, 14px);
}

.recruit__figure {
  max-width: 760px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px), print {
  .recruit__figure {
    margin-top: 50px;
  }
}

.recruit__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit__diagonal01 {
  position: absolute;
  z-index: -100;
  left: 90%;
  transform: skewX(-45deg);
  width: 150px;
  height: 900px;
  margin: 0 auto;
  background-color: #ee4499;
}

.recruit__diagonal02 {
  position: absolute;
  z-index: -100;
  left: 70%;
  transform: skewX(-45deg);
  width: 150px;
  height: 900px;
  margin: 0 auto;
  background-color: #ee4499;
}

@media screen and (max-width: 768px), print {
  .recruit__diagonal01,
  .recruit__diagonal02 {
    width: 100px;
    transform: skewX(-35deg);
  }
  .recruit__diagonal02 {
    left: 40%;
  }
}
@media screen and (max-width: 576px), print {
  .recruit__diagonal01,
  .recruit__diagonal02 {
    width: 80px;
  }
}
/* news
------------------------------------------------------ */
.news {
  padding: 140px 0 0;
}
@media screen and (max-width: 768px), print {
  .news {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 576px), print {
  .news {
    position: relative;
  }
}

.news__check {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #fefdfd calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #fefdfd calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 100px 0;
}
@media screen and (max-width: 576px), print {
  .news__check {
    padding: 100px 0 200px;
  }
}

.news__wrapper {
  background: #f9f9f9;
}

.section-ttl-btn-flex {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px), print {
  .section-ttl-btn-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
}
@media screen and (max-width: 576px), print {
  .section-ttl-btn-flex {
    flex-direction: column;
  }
}

.news__inner {
  max-width: 1084px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.news__content {
  width: 60%;
}
@media screen and (max-width: 768px), print {
  .news__content {
    width: 100%;
  }
}

.news__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px), print {
  .news__flex {
    flex-direction: column;
    align-items: flex-start;
  }
}

.news__date {
  color: #7b7a7a;
  font-size: clamp(14px, 3vw, 16px);
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.news__data {
  font-weight: 700;
  font-size: clamp(16px, 3vw, 18px);
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 0.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 400px;
}
@media screen and (max-width: 576px), print {
  .news__data {
    max-width: 300px;
  }
}

.news__item {
  padding: 2em 3em;
  background: #fff;
  border-radius: 5px;
  margin-top: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px), print {
  .news__item {
    padding: 2em;
  }
}
.news__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px), print {
  .news__item:first-child {
    margin-top: 80px;
  }
}
@media screen and (max-width: 576px), print {
  .news__item:first-child {
    margin-top: 40px;
  }
}
.news__item:hover, .news__item:focus {
  background: #333;
  color: #fff !important;
  transition: all 1s;
}
.news__item:hover .news__date,
.news__item:hover .news__arrow, .news__item:focus .news__date,
.news__item:focus .news__arrow {
  color: #fff;
  transition: all 1.4s;
}

.news__arrow {
  display: inline-block;
  vertical-align: middle;
  margin: 20px 0 0 auto;
  width: 20px;
  height: 20px;
  border-top: 2px solid #22ccbb;
  border-right: 2px solid #22ccbb;
  transform: translateY(-50%) rotate(45deg);
}

/* company
------------------------------------------------------ */
.company__inner {
  max-width: 900px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.company__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.company__list {
  margin-top: 50px;
}

.company__item {
  padding: 22px 0;
  border-bottom: 1px solid #c1e7ff;
  display: flex;
}

@media screen and (max-width: 768px), print {
  .company__item {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
.company__date {
  width: 300px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  flex-shrink: 0;
}

.company__link {
  display: flex;
  margin-left: 15px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.company__link:hover {
  cursor: pointer;
  opacity: 0.7;
  color: #f39801;
  transition: all 1s;
}

@media screen and (max-width: 768px), print {
  .company__link {
    display: -webkit-box;
  }
}
.company__data {
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 768px), print {
  .company__flex {
    display: flex;
    flex-direction: column;
  }
  .company__item {
    flex-direction: column;
  }
  .company__link {
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */