@charset "UTF-8";
a, abbr, address, aside, article, body, button, caption, cite, code, div, del, dl, dt, dd, em, font, form, figure, footer, fieldset, header, h1, h2, h3, h4, h5, h6, html, img, iframe, input, legend, li, label, main, nav, object, ol, option, optgroup, p, pre, q, s, sub, sup, select, span, section, tt, textarea, table, tbody, tfoot, thead, tr, th, td, ul, var, ::before, ::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

ol, ul {
  list-style: none;
}

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

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  outline: none;
  vertical-align: middle;
  -webkit-appearance: none;
}

input, textarea {
  cursor: text;
}

[type=checkbox] {
  -moz-appearance: checkbox;
       appearance: checkbox;
  cursor: pointer;
  -webkit-appearance: checkbox;
}

[type=radio] {
  -moz-appearance: radio;
       appearance: radio;
  cursor: pointer;
  -webkit-appearance: radio;
}

[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

[type=time]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

button, select {
  cursor: pointer;
}

label[for] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

select:disabled {
  opacity: inherit;
}

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

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

th {
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

fieldset {
  min-width: 0;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  font-weight: bold;
  max-width: 100%;
  white-space: normal;
}

[hidden] {
  display: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/**************************************/
/*  ブレイクポイント
/**************************************/
/**************************************/
/*  コンテナ幅
/**************************************/
/**************************************/
/*  color
/**************************************/
/**************************************/
/*  font
/**************************************/
/**************************************/
/*  @media
/**************************************/
/**************************************/
/*  font
/**************************************/
/**************************************/
/*  hover
/**************************************/
/**************************************/
/*  @scrollbar
/**************************************/
body {
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
}
body::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
}
body::-webkit-scrollbar-track {
  background: rgba(34, 34, 34, 0.4);
}
body::-webkit-scrollbar-thumb {
  background-color: #00009f;
}

img {
  width: 100%;
}

p,
textarea,
dt,
dd {
  line-height: 1.6;
}

a {
  display: inline-block;
}

button {
  display: inline-block;
  line-height: inherit;
  font: inherit;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

/*このフォルダ内のファイルをインポート*/
/**************************************/
/*  header
/**************************************/
/**************************************/
/*  mainVisual
/**************************************/
.ly_mainVisual {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  height: 100vh;
  height: calc(var(--vh) * 100);
  position: relative;
  width: 100%;
}
@media screen and (max-width: 90rem) {
  .ly_mainVisual {
    background-size: cover;
    min-height: 42.5rem;
  }
}
.ly_mainVisual_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
}
@media screen and (max-width: 90rem) {
  .ly_mainVisual_inner {
    width: auto;
  }
}
.ly_mainVisual_inner .el_registerBtnTop {
  margin-top: 2.5rem;
}
@media screen and (max-width: 90rem) {
  .ly_mainVisual_inner .el_registerBtnTop {
    margin-top: 5rem;
  }
}
.ly_mainVisual .ly_cont {
  height: 100%;
  position: relative;
}

/**************************************/
/*  container 
/**************************************/
.ly_cont {
  margin: 0 auto;
  max-width: 100rem;
  width: 94%;
}
@media screen and (max-width: 75rem) {
  .ly_cont {
    width: 86.486%;
  }
}

/**************************************/
/*  section
/**************************************/
.ly_section {
  margin: auto;
  max-width: 100rem;
  padding: 3.75rem 8.3333333333%;
}
.ly_section.ly_section__color1 {
  background-color: #ffffff;
}

/**************************************/
/*  footer
/**************************************/
.ly_footer_inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 7.9375rem;
  margin-bottom: 4.125rem;
}
@media screen and (max-width: 48rem) {
  .ly_footer_inner {
    margin-top: 4.78125rem;
  }
}
.ly_footer_inner img {
  width: 7.125rem;
}
.ly_footer .el_textS {
  font-size: 0.875rem;
  color: #000000;
  display: block;
  margin-top: 5.45rem;
  margin-bottom: 2.3125rem;
  text-align: center;
}

.bl_spBr {
  display: none;
}
@media screen and (max-width: 48rem) {
  .bl_spBr {
    display: block;
  }
}

.el_top {
  align-items: center;
  bottom: 0;
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  gap: 0.3125rem;
  position: fixed;
  right: 0;
  transform: translate(-1.25rem, -1.25rem);
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .el_top:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  .el_top:active {
    opacity: 0.6;
  }
}
@media screen and (max-width: 90rem) {
  .el_top {
    font-size: 0.8125rem;
    transform: translate(-1.875rem, -1.875rem);
  }
}
.el_top img {
  width: 1.25rem;
}
@media screen and (max-width: 90rem) {
  .el_top img {
    width: 1.4375rem;
  }
}

.animation_fade {
  opacity: 0;
  transition: opacity 1.4s;
}
.animation_fade.is_fade {
  opacity: 1 !important;
}

.hp_pc {
  display: none !important;
}
@media screen and (max-width: 90rem) {
  .hp_pc {
    display: block !important;
  }
}

.hp_sp {
  display: block !important;
}
@media screen and (max-width: 90rem) {
  .hp_sp {
    display: none !important;
  }
}

.hp_pcFlex {
  display: none !important;
}
@media screen and (max-width: 90rem) {
  .hp_pcFlex {
    display: flex !important;
  }
}

.hp_spFlex {
  display: flex !important;
}
@media screen and (max-width: 90rem) {
  .hp_spFlex {
    display: none !important;
  }
}

.hp_tac {
  text-align: center;
}

.hp_themeColor {
  color: #00009f;
}

.hp_transparent {
  opacity: 0;
}

/*このフォルダ内のファイルをインポート*/
.un_mainImg {
  height: 100vh;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.un_mainImg_img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 90rem) {
  .un_mainImg_img {
    -o-object-position: left;
       object-position: left;
  }
}
.un_mainImg .slick-track {
  height: 100vh;
}
.un_mainImg_logoImage {
  position: absolute;
  height: 20.6875rem;
  width: 16.375rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.un_instaImg {
  margin: auto;
  max-width: 100rem;
  padding: 3.75rem 8.3333333333%;
}
@media screen and (max-width: 48rem) {
  .un_instaImg {
    padding: 1.875rem 0 0 0;
  }
}
.un_instaImg_icon {
  width: 3.65rem;
}
.un_instaImg_icon_wrapper {
  text-align: center;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 48rem) {
  .un_instaImg_icon_wrapper {
    margin-bottom: 1.875rem;
  }
}
.un_instaImg_img {
  width: 16.5277777778%;
}
@media screen and (max-width: 48rem) {
  .un_instaImg_img {
    width: 20%;
  }
}
.un_instaImg_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.4722222222%;
}
@media screen and (max-width: 48rem) {
  .un_instaImg_wrapper {
    margin-bottom: 0;
  }
}

.un_contact {
  margin-top: 3.125rem;
  margin-bottom: 9.5625rem;
  text-align: center;
}
.un_contact_tel {
  font-size: 3.125rem;
  margin-bottom: 1.2375rem;
}
.un_contact_fax{
  font-size: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 75rem) {
  .un_contact_tel {
    font-size: 2.5rem;
    margin-bottom: .6125rem;
  }
  .un_contact_fax{
    font-size: 1.5rem;
    margin-bottom: 1.6125rem;
  }
}
@media screen and (max-width: 48rem) {
  .un_contact_tel {
    font-size: 2.0625rem;
    margin-bottom: .7375rem;
  }
    .un_contact_fax {
    font-size: 1.25rem;
    margin-bottom: 1.7375rem;
    }
}
.un_contact_mail {
  border: 1px solid #707070;
  background: #E8E8E8;
  font-size: 2.75rem;
  padding: 0.9375rem 10.3125rem;
}
.un_contact_mail:hover {
  border: 1px solid #a5a5a5;
  background: #f1f1f1;
}
@media screen and (max-width: 75rem) {
  .un_contact_mail {
    font-size: 2.75rem;
    padding: 0.9375rem 8.4375rem;
  }
}
@media screen and (max-width: 48rem) {
  .un_contact_mail {
    font-size: 2.25rem;
    padding: 1.11875rem 6.4375rem;
  }
}
@media screen and (max-width: 48rem) {
  .un_contact {
    margin: 2.5rem 0;
  }
}

.un_about_wrapper {
  display: flex;
  margin: 6.9444444444% auto;
  max-width: 100rem;
  width: 100%;
}
@media screen and (max-width: 48rem) {
  .un_about_wrapper {
    display: block;
  }
}
.un_about_imgWrapper {
  width: 39.5833333333%;
}
@media screen and (max-width: 48rem) {
  .un_about_imgWrapper {
    width: 100%;
  }
}
.un_about_imgWrapper img {
  width: 100%;
}
@media screen and (max-width: 48rem) {
  .un_about_imgWrapper img {
    height: 31.125rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.un_about_txtWrapper {
  margin: 1.3888888889% 0;
  margin-left: 5.8125%;
  width: 60.4166666667%;
}
@media screen and (max-width: 48rem) {
  .un_about_txtWrapper {
    margin: auto;
    width: 100%;
    text-align: center;
  }
}
.un_about_title {
  font-size: 3.125rem;
}
@media screen and (max-width: 48rem) {
  .un_about_title {
    margin-top: 5.8125rem;
    font-size: 2.5rem;
  }
}
.un_about_subTitle {
  margin: 3.0625rem 0;
  color: #262626;
  font-size: 2.25rem;
}
@media screen and (max-width: 48rem) {
  .un_about_subTitle {
    margin: 2.8125rem 0;
    font-size: 2.25rem;
    line-height: 1.5;
  }
}
.un_about_detail {
  font-size: 1.125rem;
  color: #262626;
  line-height: 2.5;
}
@media screen and (max-width: 48rem) {
  .un_about_detail {
    line-height: 2;
  }
}

.un_photo {
  margin: auto;
  max-width: 100rem;
  padding: 3.75rem 8.3333333333%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
}
@media screen and (max-width: 48rem) {
  .un_photo {
    padding: 0;
  }
}
.un_photo .slick-list {
  height: 100%;
}
.un_photo_img1 {
  width: 20.0694444444%;
  height: 20.0694444444%;
  margin-left: 3.4722222222%;
}
@media screen and (max-width: 48rem) {
  .un_photo_img1 {
    display: none;
  }
}
.un_photo_img2 {
  width: 46.3888888889%;
  height: 46.3888888889%;
  margin-right: 6.25%;
}
@media screen and (max-width: 48rem) {
  .un_photo_img2 {
    width: 100%;
    height: 22.0625rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin: auto;
  }
}

.un_company {
  margin: auto;
  max-width: 100rem;
  padding: 3.75rem 8.3333333333%;
  height: auto;
  color: #262626;
  font-size: 1.125rem;
}
@media screen and (max-width: 48rem) {
  .un_company {
    padding: 3.75rem 0 0 0;
  }
}
.un_company_wrapper {
  margin: auto;
  max-width: 45rem;
}
.un_company_row {
  display: flex;
  padding: 1.09375rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.un_company_row__borderNone {
  border-bottom: none;
}
.un_company_title {
  padding-left: 1.25rem;
  width: 30%;
}
.un_company_detail {
  width: 70%;
}

.un_map_wrapper {
  margin: 4.0625rem auto;
  height: 25rem;
  width: 100%;
}

.un_contactHead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  text-align: center;
}
.un_contactHead_imgWrapper {
  margin: 2.125rem 0;
}
@media screen and (max-width: 48rem) {
  .un_contactHead_imgWrapper {
    margin: 0.875rem 0;
  }
}
.un_contactHead_imgWrapper img {
  width: 9.625rem;
}
@media screen and (max-width: 48rem) {
  .un_contactHead_imgWrapper img {
    width: 4.75rem;
  }
}

.un_contactTitle {
  margin: auto;
  text-align: center;
}
.un_contactTitle_title {
  font-size: 3.125rem;
  padding: 3.5625rem 0 0.9375rem 0;
}
@media screen and (max-width: 48rem) {
  .un_contactTitle_title {
    font-size: 1.5rem;
    padding: 1.6875rem 0 0.875rem 0;
  }
}
.un_contactTitle_detail {
  font-size: 1.125rem;
}
@media screen and (max-width: 48rem) {
  .un_contactTitle_detail {
    font-size: 0.875rem;
    padding: 0 2.9375rem;
  }
}

.un_input {
  font-size: 1.5rem;
  min-height: 3.75rem;
  border: solid 1px #707070;
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 48rem) {
  .un_input {
    min-height: 3.125rem;
    font-size: 1.125rem;
  }
}

.un_contactForm {
  margin: auto;
  max-width: 100rem;
  padding: 3.75rem 14.1666666667%;
}
@media screen and (max-width: 48rem) {
  .un_contactForm {
    padding: 2.75rem 6.9010416667%;
  }
}
.un_contactForm_inputWrapper {
  display: flex;
  text-align: left;
  margin: 4.375rem 0;
}
@media screen and (max-width: 48rem) {
  .un_contactForm_inputWrapper {
    display: block;
  }
}
.un_contactForm_inputWrapper .title {
  width: 30%;
  font-size: 1.5rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 48rem) {
  .un_contactForm_inputWrapper .title {
    font-size: 1.125rem;
    width: 100%;
    margin-bottom: 1.425rem;
  }
}
.un_contactForm_inputWrapper .inputBox {
  width: 70%;
}
@media screen and (max-width: 48rem) {
  .un_contactForm_inputWrapper .inputBox {
    width: 100%;
  }
}
.un_contactForm_inputWrapper .inputArea {
  resize: none;
  height: 28.5rem;
}
.un_contactForm_inputWrapper .inputRadio {
  width: 70%;
  display: flex;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 48rem) {
  .un_contactForm_inputWrapper .inputRadio {
    width: 100%;
  }
}
.un_contactForm_inputWrapper .inputRadio .customRadio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.un_contactForm_inputWrapper .inputRadio .customRadio:checked + .customRadio_text::after {
  content: "";
  position: absolute;
  display: block;
  left: 1px;
  border-radius: 50%;
  width: 1.625rem;
  height: 1.625rem;
  background-color: #000000;
}
@media screen and (max-width: 48rem) {
  .un_contactForm_inputWrapper .inputRadio .customRadio:checked + .customRadio_text::after {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.un_contactForm_inputWrapper .inputRadio .customRadio_text {
  font-size: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  padding-right: 3.875rem;
}
@media screen and (max-width: 48rem) {
  .un_contactForm_inputWrapper .inputRadio .customRadio_text {
    font-size: 1.125rem;
    padding-right: 0.75rem;
  }
}
.un_contactForm_inputWrapper .inputRadio .customRadio_text::before {
  content: "";
  display: block;
  border-radius: 50%;
  border: 1px solid #707070;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 1.0625rem;
}
@media screen and (max-width: 48rem) {
  .un_contactForm_inputWrapper .inputRadio .customRadio_text::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.un_inputCheck {
  scale: 1.8;
}
.un_inputCheck_wrapper {
  display: flex;
  justify-content: center;
  margin: 9.5rem 0 3.25rem 0;
}
.un_inputCheck_text {
  font-size: 1rem;
  padding-left: 1.25rem;
}

.un_privacy_title {
  font-size: 1.5rem;
  margin: 10rem 0 3.1875rem 0;
}
@media screen and (max-width: 48rem) {
  .un_privacy_title {
    font-size: 1.125rem;
  }
}
.un_privacy_detail {
  text-align: left;
  overflow-y: scroll;
  height: 20.9375rem;
  font-size: 0.875rem;
}

.un_btnSend {
  background: #000000;
  border: 1px solid #707070;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 1.0625rem 4.375rem;
}
.un_btnSend:hover {
  background: #ffffff;
  color: #000000;
}

.un_thanks {
  margin: auto;
  min-height: 31.25rem;
  text-align: center;
}
.un_thanks_title {
  margin: 3.125rem 0;
  font-size: 3.125rem;
}
@media screen and (max-width: 48rem) {
  .un_thanks_title {
    font-size: 1.5rem;
  }
}
.un_thanks_detail {
  margin: 3.125rem 0;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 48rem) {
  .un_thanks_detail {
    font-size: 1.125rem;
  }
}/*# sourceMappingURL=style.css.map */
.slick-initialized .slick-slide{
  object-fit: cover;
  object-position: bottom;
}
.un_instaImg_wrapper a{
  display: block;
}
.un_instaImg_wrapper a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 48rem) {
  .bl_spspace{
    margin-left: 24px;
  }
}