/* ===============================================
  1. 共通セット
=============================================== */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  text-decoration: none;
  vertical-align: baseline
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN";
  letter-spacing: 0.1em;
  font-size: 62.5%;
  /* â†’ 1rem = 10px */
  overflow: auto;
}

body.noscroll {
  overflow: hidden;
}

a {
  color: #000;
}

main {
  overflow: hidden;
  position: relative;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
img,
small,
time,
svg {
  display: block
}

audio,
canvas,
video {
  vertical-align: middle;
  width: 100%;


  object-fit: cover;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

a {
  cursor: pointer
}

strong {
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.bold {
  font-weight: bold;
}

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

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

caption,
th {
  font-weight: 700;
  text-align: left
}

label {
  cursor: pointer
}

label span {
  vertical-align: middle
}

input,
textarea,
select {
  padding: 4px 8px;
  border-radius: 0;
  vertical-align: middle
}

input:not([type=radio]):not([type=checkbox]),
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input[type=radio],
input[type=checkbox],
input[type=submit] {
  padding: 0
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.tac {
  text-align: center;
}

.title {
  position: relative;
  font-size: clamp(2.25rem, 2.038rem + 0.91vw, 3.125rem);
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN";
  max-width: 1280px;
  width: 100%;
  position: relative;
  margin: 0 auto 80px;
  font-weight: bold;
  line-height: 1.5;
  overflow-wrap: break-word;
  z-index: 1;
}

.title span {
  position: relative
}

.logo_b {
  opacity: 0;
  transition: all 0.4s;
  display: none;
}

.ico_b {
  opacity: 0;
  transition: all 0.4s;
  display: none;
}

.btn_detail {
  position: relative;
}

.btn_detail a {
  background-color: #d2ff66;
  box-shadow: 2px 7px 0px 1px #bdec4e;
  border-radius: 100px;
  /* color: #004ea2; */
  cursor: pointer;
  text-decoration: none;
  position: relative;
  width: 100%;
  max-width: 35rem;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 30px 0px;
  transition: 0.3s;
  padding: 20px 0px;
  line-height: 1;
  max-width: 310px;
  z-index: 2;
}

.btn_detail a:hover {
  box-shadow: none;
  transform: translateY(5px);
}


.btn_detail a::after {
  width: 40px;
  height: 40px;
  font-weight: 100;
}

.btn_detail a:hover::after {
  transform: translate(5px, 0px);
}

.btn_detail a::after {
  transition: all 0.5s;
}

.btn_detail a::after {
  content: "→";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  right: 1rem;
  bottom: 0rem;
  font-size: 10px;
  border-radius: 120px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 24%;
  font-weight: bold;
}



/*スクロールによる切り替え*/
#header.is-animation .logo_b {
  opacity: 1;
  display: block;
}

#header.is-animation .logo_w {
  opacity: 0;
  display: none;
  transition: all 0.4s;
}

#header.is-animation .ico_b {
  opacity: 1;
  display: block;
  width: 15px;
}

#header.is-animation .ico_w {
  opacity: 0;
  display: none;
  transition: all 0.4s;
}

.scroll-target .title span::after {
  background-color: #fff;
}

.error_blank {
  color: #d9534f;
  padding-top: 5px;
  display: block;
}

/*スクロールバーを非表示にするが、スクロール自体はできる*/
.modal_box {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

/**/
.scroll-line {
  position: absolute;
  right: 0px;
  /* top: 42rem; */
  bottom: 10vw;
  left: calc(94% + 21px);
  width: 1px;
  height: 150px;
  background: #fff;
  /* transition: all 10.4s; */
  font-size: 11px;
}

.scroll-line span {
  position: absolute;
  bottom: 2rem;
  top: -70px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
  transform-origin: left bottom;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: top;
  font-weight: inherit;
  font-family: "Poppins", sans-serif;
  color: #fff;
  left: -5px;
}

.scroll-line::after {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  /*-webkit-animation: lineMove 10s ease infinite;*/
  animation: circleMove 3s ease infinite;
}

.slick-track {
  display: flex !important;
}

@keyframes circleMove {
  0% {
    top: 0%;
    /* ä¸Šã‹ã‚‰ã‚¹ã‚¿ãƒ¼ãƒˆ */
    opacity: 0;
  }

  20% {
    top: 0;
    /* ä¸‹ã«ç§»å‹• */
    opacity: 0.5;
  }

  40% {
    top: 0;
    /* ä¸‹ã«ç•™ã¾ã‚‹ */
    opacity: 1;
  }

  100% {
    top: 100%;
    /* ã¾ãŸä¸Šã«æˆ»ã‚‹ */
    opacity: 0;
  }
}

@keyframes lineMove {
  0% {
    bottom: 100%;
    height: 0;
  }

  20% {
    bottom: 0;
    height: 100%;
  }

  40% {
    bottom: 0;
    height: 0;
  }

  100% {
    bottom: 0;
    height: 0;
  }
}


.link_viewall {
  text-align: right;
  margin-top: 40px;
}

.link_viewall a {
  font-size: 14px;
  border-bottom: 1px solid #9a9a9a;
  padding-left: 40px;
  padding-bottom: 7px;
  position: relative;
}

.link_viewall a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  background: #fff;
  animation: lineMove_line 2.5s ease infinite;
  width: 100%;
  bottom: -1px;
}

@keyframes lineMove_line {
  0% {
    left: 0;
    width: 0;
  }

  20% {
    left: 0;
    width: 100%;
  }

  40% {
    left: 100%;
    width: 0;
  }

  100% {
    left: 100%;
    width: 0;
  }
}

.c-text {
  overflow: hidden;
  display: flex;
  font-weight: bold;
  color: #484848;
  height: 7rem;
  align-items: center;
  font-family: "EB Garamond", serif;
  font-weight: 200;
  align-items: baseline;
  position: relative;
  z-index: 1;
}

.c-text__item {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 90px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.c-text__item:nth-child(odd) {
  animation: MoveLeft var(--tick-duration, 84s) var(--tick-delay, -12s) infinite linear;
}

.c-text__item:nth-child(even) {
  animation: MoveLeft2 var(--tick-duration, 84s) infinite linear;
}

@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}



@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}

#header.is-animation .drawer-menu-item {
  color: #000;
}

.view {
  /*width: 100%;*/
  position: relative;
  overflow: hidden;
}

.view::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  transform: translateX(0%);
  transition: all .60s ease-in-out .60s;
}

.view img {
  vertical-align: middle;
  transform: translateX(0%);
}

.view.js-on::after {
  transform: translateX(100%);
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.5s;
}

.fadein.fadein-left {
  transform: translate(-30px, 0);
}

.fadein.fadein-right {
  transform: translate(30px, 0);
}

.fadein.fadein-up {
  transform: translate(0, -30px);
}

.fadein.fadein-bottom {
  transform: translate(0, 30px);
}

.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* ===============================================
  header
=============================================== */
#header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}

#header.is-animation .drawer-menu-item {
  color: #000;
}

#header.is-animation .logo_txt {
  color: #000;
  border: 1px solid #000;
}

/*スクロールしたら消す箇所*/
#header .drawer-menu,
#header.is-animation .btn_contact {
  opacity: 1;
  transition: .3s;
}

#header .wrapper {
  transition: .3s;
}

#header.is-animation .wrapper {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

/**/
@media screen and (min-width: 961px) {
  #header.absolute {
    position: absolute
  }
}

#header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 90px;
}

#header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
}

#header .logo_txt {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 18px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  /* max-width: 6.25vw;
  width: 100%;*/
}

#header .logo a {
  display: block;
  margin-right: 15px
}

#header .logo a img {
  max-width: 14.0625vw;
  width: 100%;
}

#header .btn_contact a {
  padding: 12px 2.5rem 10px 2.5rem;
}

#header .btn_contact {
  position: relative;
  background-color: #d2ff66;
  margin: 0 auto;
  border-radius: 60px;
  display: flex;
  align-items: center;
  display: block;
  transition-duration: .5s;
  margin-right: 2.60vw;

}

#header .btn_contact a {

  width: 100%;
  height: 100%;
  display: flex;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding: 10px 2.083333333333333vw 11px 2.083333333333333vw;
}

#header .btn_contact:hover {
  opacity: 0.5;
}

#header .header_in .btn_contact a {
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  background-color: #d2ff66;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  display: flex;
  border-radius: 40px;
  line-height: 1px;
  padding: 40px 25px;
  display: block;
  text-align: center;
}

#header .btn_contact a span {
  margin-right: 10px;
}

@media screen and (min-width: 751px) {
  #header .drawer-nav {
    margin-left: auto;
  }

  #header .drawer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0.4229vw;
  }

  #header .drawer-menu-item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* height: 90px;*/
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    color: #fff;

    font-size: clamp(12px, 0.83333vw, 16px);
  }

  #header .drawer-menu-item span {
    /* background-color: #d2ff66;*/
    width: 14px;
    height: 14px;
    border-radius: 50px;
    margin-left: 5px;
  }

  #header .drawer-menu-item:hover {
    opacity: 1;
  }

  #header .drawer-menu-item:hover span {
    /* transform: rotate(180deg);
    transition: transform 0.5s ease;*/
  }

  #header .drawer-menu-item:before {
    content: "";
    background-color: #fff;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
    -webkit-transition: .3s;
    transition: .3s
  }

  #header.is-animation .drawer-menu-item:before {
    background-color: #000;
  }

  #header .gnavi__list:hover .drawer-menu-item:before {
    width: 100%
  }
}


#header .dropdown__lists {
  /* background-color: rgba(95, 115, 152, .9); */
  max-width: 190px;
  width: 100%;
  position: fixed;
  color: #000;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  line-height: 2;
}

.dropdown__lists a {
  font-size: 14px;
  /* color: #fff; */
  font-weight: 400
}

.dropdown__lists li:hover {
  color: #fff;
  background-color: #e1e1e1;
}

.gnavi__list:hover .drawer-menu-item:before {
  width: 100%
}

.gnavi__list .drawer-menu-item {
  transform: perspective(1px) translateZ(0)
}

.gnavi__list:hover .drawer-menu-item {
  -webkit-transition: .3s;
  transition: .3s
}

.dropdown input[type="checkbox"] {
  display: none;
}

.dropdown label {
  cursor: pointer;
  border-bottom: 1px solid #dbdbdb;
}

.dropdown .submenu {
  display: none;
}

.dropdown input[type="checkbox"]:checked+label+.submenu {
  display: block;
}

.dropdown label::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8px solid #003a6b;
  border-bottom: 0;
  position: absolute;
  bottom: 17px;
  /* left: 0; */
  right: 23px;
  margin: 0 auto;
}

.dropdown label {
  position: relative;
  display: inline-block;
  padding: 10px 26px 10px 22px;
  width: 100%;
}

.dropdown label:hover {
  color: #fff;
  background-color: #2F4858;
}

.dropdown label:hover::after {
  border-top: 8px solid #fff;
}

.dropdown input:checked+label::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 10px solid #fff;
  border-top: 0;
  position: absolute;
  bottom: 17px;
  /* left: 0; */
  right: 23px;
  margin: 0 auto;
}

.submenu {
  margin: 8px 0 0;
  padding: 10px;
  list-style: none;
}

.dropdown .submenu li {
  padding: 12px 20px;
  border-bottom: 1px solid #dbdbdb;
}

.dropdown .submenu li a {
  display: block;
}


.dropdown__lists {
  display: none;
  width: 100%;
  position: absolute;
  top: 70px
}

.gnavi__list:hover .dropdown__lists {
  display: block;
  animation: fuwaMenu .3s linear 0s
}

@keyframes fuwaMenu {
  from {
    opacity: 0;
    transform: translateY(-10px)
  }

  to {
    opacity: 1;
    transform: translateY(0px)
  }
}

.dropdown__list {
  background-color: #004d80;
  height: 60px;
  transition: all .3s;
  position: relative
}

.dropdown__list:not(:first-child):before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3492d1;
  position: absolute;
  top: 0;
  left: 0
}

.dropdown__list:hover {
  background-color: #003558
}

.dropdown__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative
}

.dropdown__list a:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: calc(50% - 5px)
}

.gnavi__list {
  position: relative;
  display: flex;
  align-items: center;
padding: 0 0.8vw;
}

.gnavi__list.current .drawer-menu-item:before {
  transition: .3s;
  width: 100% !important;
  ;
}

.gnavi__list:last-child {
  /*border-left: 1px solid rgba(255, 255, 255, 0.5);*/
}

.is-animation .gnavi__list:last-child {
 /* border-left: 1px solid #000;*/
}

.dropdown__lists {
  max-width: 190px;
  width: 100%;
  position: fixed;
  color: #000;
}

.dropdown__lists a {
  font-size: 14px;
  /* color: #fff; */
  font-weight: 400
}

.gnavi__list .drawer-menu-item {
  transform: perspective(1px) translateZ(0)
}

.gnavi__list:hover .drawer-menu-item {
  -webkit-transition: .3s;
  transition: .3s
}

.parallaxbox {
  position: relative;
  overflow: hidden;
}

.thumbnail {
  display: inline-masonry;
  object-position: 0% 55%;
  width: 100%;
  height: clamp(3.125rem, -8.252rem + 48.54vw, 50rem);
  object-fit: cover;
}

.top_bottom_wrap {
  position: relative;
}

.top_bottom_wrap_txt {
  position: absolute;
  font-size: 40px;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 10%;
  color: #ffff;
  font-weight: bold;
}

.top_bottom_wrap_botton {
  position: relative;
}

.top_bottom_wrap .txt_entry {
  position: absolute;
  bottom: 6rem;
  right: 14.625vw;
  width: 13vw;
}

.top_bottom_wrap .title {
  max-width: 1280px;
  width: 100%;
  text-align: center;
  font-size: clamp(1.563rem, 1.339rem + 0.97vw, 2.5rem);
}

.top_bottom_wrap .illustration_f {
  left: 5.416668vw;
}


.btm_contact a {
  /* background-color: #d2ff66; */
  /* box-shadow: 2px 7px 0px 1px #bdec4e; */
  /* border-radius: 100px; */
  /* color: #004ea2; */
  /* cursor: pointer; */
  /* text-decoration: none; */
  position: relative;
  /* width: 100%; */
  /* max-width: 35rem; */
  /* font-size: 2.25rem; */
  /* font-weight: bold; */
  /* height: 100%; */
  display: block;
  /* text-align: center; */
  /* margin: 0 auto 30px; */
  /* transition: 0.3s; */
  /* max-width: 600px; */
  padding: 3rem 1em 3rem 0rem;
  height: 100%;
  z-index: 3;
  font-feature-settings: "palt";
}

.btm_contact input {
  padding: 2rem 3em 2rem 4rem;
  display: block;
  margin: 0 auto;
}

/*ローディング画像消す*/
.wpcf7-spinner {
  display: none;
}

.recruit_wrap form .submit_confirm input {
  padding: 2rem 3em 2rem 4rem;
}

.returnbtn {
  background-color: gray;
  cursor: pointer;
  position: relative;
  font-size: 2.25rem;
  font-weight: bold;
  height: 100%;
  display: block;
  text-align: center;
  max-width: 600px;
  border-radius: 100px;
  text-decoration: none;
  margin: 60px auto 30px;
  transition: 0.3s;
  max-width: 320px;
  color: #fff;
}

.returnbtn input {
  /* max-width: 320px; */
  padding: 20px;
  font-size: 18px;
  background-color: unset;
  letter-spacing: 5px;
  display: block;
  width: 100%;
  color: #fff;
}

.btm_contact::after {
  content: "→";
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #fff;
  position: absolute;
  right: 2rem;
  bottom: 0rem;
  font-size: 1.5rem;
  border-radius: 120px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 31%;
}

.btm_contact:hover {
  box-shadow: none;
  transform: translateY(5px);
}


.top_bottom_wrap_botton {
  padding: 60px 0px 120px;
}

.illustration04 {
  position: absolute;
  bottom: 11rem;
  right: 0px;
}

#footer .illustration04 {
  z-index: -1;
}

.illustration_f {
  position: absolute;
  bottom: 0px;
}

/* ===============================================
  footer
=============================================== */
#footer {
  padding: 150px 20px 0px 20px;
  text-align: center;
  background-image: url(../img/webp/top/img_border.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

#footer .icon {
  display: none;
}

#footer .footer_logo img {
  width: 100%;
}

#footer .footer_wrapper {
  display: flex;
  max-width: 1700px;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto 100px;
}


#footer .footer_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1290px;
  width: 100%;
}

#footer .footer_nav ul {
  line-height: 40px;
 /* width: calc((100% - 0px) / 6);*/
    min-width: 150px;
  position: relative;
  padding: 0px 0.5rem 0px 0rem;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

#footer .footer_nav .bold a {
  /*font-size: 18px;*/
  font-size: 15px;
  font-feature-settings: "palt";
}

#footer .footer_nav a {
  font-size: 14px;
  text-align: left;
  display: flex;
  align-items: center;
}

#footer .footer_wrapper a {
  position: relative;
}

#footer .footer_wrapper .footer_logo a img {
  max-width: 330px;
  width: 100%;
  margin: 0 auto 60px;
}

#footer .footer_nav li {
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
}

.footer_wrapper a {
  transition-duration: .5s;
}

.footer_wrapper a:hover {
  opacity: 0.5;
}

#footer .footer_nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
}

.accordion_none li span {
  margin-left: 10px;
}

.footer_nav .accordion_none li {
  margin-bottom: 10px;
}

/* .move_bottom-% */
#footer .footer_wrapper a:hover::after {
  width: 100%;
}

@media screen and (min-width: 751px) {


  .accordion_none li {}

  #footer .footer_nav li {
    margin-bottom: 3px;
  }

  #footer .footer_nav .accordion_none li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 750px) {

  .pc {
    display: none !important;
  }

  #footer {
    padding: 60px 20px 0px;
  }

  #footer .footer_logo {
    margin-bottom: 40px;
  }

  #footer .footer_wrapper {
    display: block;
    margin-bottom: 50px;
  }

  #footer .footer_nav ul {
    line-height: 0px;
    flex-direction: column;
    margin-bottom: 0px;
    width: 100%;
    padding: 0px;
    padding-bottom: 10px;
  }

  #footer .accordion_none li {
    padding: 20px 10px;
    margin-bottom: 0px;
  }

  #footer .footer_wrapper .footer_logo a img {
    width: 60% !important;
    height: auto;
    margin-left: 0 !important;
    margin: 0 auto 40px;
  }

  #footer .footer_nav {
    margin-bottom: 40px;
    flex-direction: column;
  }

  .footer_wrapper .info {
    line-height: 15px;
  }

  #footer .btn_contact {
    /* margin-left: auto; */
    margin: 0px 0px 30px auto;
    width: 37.066vw;
  }

  #footer .btn_contact::before {
    width: 15px;
    height: 13px;
    top: 40%;
    left: 11%;
  }


}

.btm_contact {
  /* padding: 3rem 3em 3rem 4rem; */
  background-color: #d2ff66;
  /* box-shadow: 2px 20px 0px 1px #bdec4e; */
  border-radius: 100px;
  /* color: #004ea2; */
  /* cursor: pointer; */
  text-decoration: none;
  position: relative;
  width: 100%;
  max-width: 35rem;
  font-size: 1.8rem;
  font-weight: bold;
  /* height: 100%; */
  display: block;
  text-align: center;
  margin: 0 auto 30px;
  transition: 0.3s;
  /* max-width: 600px; */
  box-shadow: 2px 7px 0px 1px #bdec4e;
}

.btm_contact::after {
  content: "→";
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #fff;
  position: absolute;
  right: 2rem;
  bottom: 0rem;
  font-size: 1.5rem;
  border-radius: 120px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 23%;
  font-weight: normal;
}

.btm_contact:hover {
  box-shadow: none;
  transform: translateY(5px);
}

.pagetop {
  font-size: 32px;
  text-align: right;
  display: block;
  position: absolute;
  right: 10rem;
  bottom: 1rem;
  font-weight: 100;
}

@media screen and (max-width: 375px) {
  #footer .footer_logo img {
    height: auto;
  }
}

.copyright {
  margin: 0 auto 100px;
  text-align: left;
  max-width: 1700px;
  width: 100%;
}

#top_mv .mv_box img {
  width: 100%;
  height: auto;
}

#top_mv {
  position: relative;
  display: block;
  background-image: url(../img/webp/top/mv.webp);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  padding-top: 55.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}


#top_mv .top_title_box {
  position: relative;
  top: -8.208333vw;
  right: -54vw;
}

#top_mv .mv_wrap_txt_en {
  color: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  font-weight: 600;
  font-size: clamp(5rem, 3.956rem + 4.52vw, 9.375rem);
  text-shadow: 0 0 30px rgba(16, 64, 39, 0.62);
}

#top_mv .mv_wrap_txt_jp {
  font-size: clamp(0.875rem, 0.726rem + 0.65vw, 1.5rem);
  position: absolute;
  bottom: 9.166666666666666vw;
  right: 2.333333vw;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.15625vw;
  text-shadow: 0 0 30px rgba(16, 64, 39, 1);
  font-weight: 600;
}

#top_mv .mv_wrap_txt_en span {
  position: relative;
  color: #d2ff66;
}

/*header-link*/
.arrow {
  /* position: relative;
  display: inline-block;
  width: 62px;
  height: 33px;*/
}

.arrow::before,
.arrow::after {
  /*content: "";
  position: absolute;
  top: 5px;
  left: calc(50% - 1px);
  width: 1px;
  height: 4px;
  border-radius: 9999px;
  background-color: #999999;
  transform-origin: 50% 0px;*/
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

/*æ³¢ç·š*/
.wave-wrapper {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
  margin-top: -12rem;
}

.wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  animation: wave-slide 10s linear infinite;
}

.wave.second {
  left: 100%;
}

@keyframes wave-slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/*日健マネジメントグループのケアサービス*/
.wave-wrapper_move_none {
  overflow: hidden;
  line-height: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -20rem;
  z-index: 0;
}

.top_staff_wrap .wave-wrapper_move_none svg {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  top: 2px;
  left: 0;
}

.service_wrap {
  background-color: #cff5f2;
  position: relative;
  padding-bottom: 140px;
  margin-top: -1px;
  position: relative;
  z-index: 2;

}

.service_wrap .second_title {
  font-size: clamp(1.875rem, 1.785rem + 0.39vw, 2.25rem);
  margin-bottom: 30px;
  font-weight: bold;
  /* line-height: 1.5;*/
}

.service_wrap .second_title span {
  background-color: unset;

}

.service_wrap_in {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  /* padding-top: 85px; */
  display: flex;
  align-items: center;
  /* padding-bottom: 130px;*/
}

.service_wrap_in .view::after {
  background-color: #cff5f2;
}

.service_wrap_in_txt_box {
  margin-left: 66px;
  position: relative;
  width: 60%;
  max-width: 41.66666666666667vw;
}

.service_wrap_in_txt_br {
  display: block;
  text-align: left;
  /*  margin-left: 18.5rem;*/
  line-height: 1.5;

}

.service_wrap .second_title span {}

.service_wrap_in .title_lead_txt {
  margin-bottom: 40px;
}

.illustration_f_03 {
  position: absolute;
  right: 5vw;
  bottom: -6vw;
  width: 7.08333vw;
}

.illustration_f_03 img {
  width: 100%;
}

.service_wrap_in .view {
  max-width: 400px;
  width: 100%;
  border-radius: 40px;
}

.service_wrap_in .title {
  margin-bottom: 40px;
  line-height: 1;
}

.service_wrap .btn_detail a {
  margin-bottom: 0px;
}

.title_lead_txt {
  font-size: 1rem;
  line-height: 2;
  /* font-weight: bold;*/
  margin-bottom: 2.75rem;
  font-feature-settings: "palt";
}

.service_wrap_list {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  padding-bottom: 80px;
  position: relative;
  z-index: 5;
  padding-top: 0px;
}

.service_wrap_list li {
  width: calc(48% - 0px);
  position: relative;
  padding: 0px 00px;
  position: relative;
  margin-bottom: 90px;
}

.service_wrap_list svg {
  position: absolute;
  left: -14rem;
  top: -3rem;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, Helvetica, Helvetica, sans-serif;
}

.service_wrap_list_in_box {
  background-color: #fff;
  border-radius: 100px;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  position: relative;
  display: block;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 13px 0px 0px #bdec4e;
  padding: 0px 40px;
}

.service_wrap_title {
  font-size: clamp(1.438rem, 1.422rem + 0.06vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px dashed #dcdcdc;
  padding-bottom: 30px;
  display: block;
  width: 100%;
  line-height: 1.5;
}

.service_wrap_title span {
  display: block;
  font-size: 20px;
}

.service_wrap_detail_txt {
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  line-height: 1.5;

}

.service_wrap .circle {
  width: 22vw;
  top: 5vw;
  right: -7rem;
  z-index: -1;
}

.service_wrap .circleText__text {
  fill: #c3ef4b;
}

/*研修体制*/
.training_system {
  display: block;
  padding: 120px 0px 0px;
  position: relative;
}

.training_system .title_lead_txt {
  margin-bottom: 70px;
}

.training_system .circle {
  width: 22vw;
  top: -3vw;
  right: 4rem;
  z-index: 6;
}

.training_system .circleText__text {
  fill: #c3ef4b;
}

.training_system_box_title {
  text-align: center;
  margin-bottom: 20px;
}

.training_system_box_title span {
  font-size: clamp(1.125rem, 0.852rem + 1.17vw, 2.25rem);
  background: linear-gradient(transparent 70%, #fff 70%);
  display: inline;

}

.training_system_box {
  background-color: #e3ffa1;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 120px;
  border-radius: 80px;
  padding: 3.166vw 3.645vw 6vw;
  position: relative;
  z-index: 5;
}

.training_system_box .lead_txt {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 80px;
  line-height: 1.5;
}

.training_system_box_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto 70px;
}

.training_system_box_list li.box {
  background-color: #f4ffda;
  border-radius: 100px;
  width: 100%;
  max-width: 365px;
  overflow: hidden;
  position: relative;
  display: block;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 13px 0px 0px #bdec4e;
  z-index: 2;
  padding: 0px 40px;
}

.training_system_box_list_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

.training_system_box_list_img {
  padding-bottom: 25px;
}

.training_system_box_list_txt {
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  /*  border-top: 2px dashed #dcdcdc;*/
  padding-top: 33px;
  line-height: 1.5;
}

.training_system_box_arrow {
  font-size: 20px;
  text-align: center;
  width: 57px;
  height: 57px;
  border-radius: 100px;
  background-color: #e3ffa1;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 10px;
}

/*福利厚生*/
.sub_title {
  margin-bottom: 30px;
  text-align: left;
  max-width: 1280px;
  /* margin: 0 auto 30px; */
  position: relative;
  z-index: 5;
  ;
}

.sub_title span {
  font-size: 36px;
  font-weight: bold;
}

.second_title span {
  /* background-color: #d2ff66;*/
  padding: 0px 0px;
}

.sub_title_lead_txt {
  /*  font-size: 20px;*/
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
}

.career_step_wrap {
  text-align: center;
  margin-bottom: clamp(5rem, 4.393rem + 2.59vw, 7.5rem);
  position: relative;
}

.career_step_wrap .career_step_wrap {
  top: -13vw;
}

.career_step_wrap .illustration01 {
  top: -14.541667vw;
}

.career_step_wrap .img_step {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
}

.career_step_wrap .img_step img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.career_step_wrap .img_step_support {
  max-width: 654px;
}

.employee_benefits_wrap .service_wrap_list li {

  width: calc(24.75vw - 100px);
  width: 30%;
}

.employee_benefits_wrap_main .sub_title {
  margin-bottom: 40px;
}

.img_step_support_box {

  background-color: #edffc2;
  max-width: 1280px;
  width: 100%;
  padding: 80px;
  margin: 0 auto;
  border-radius: 4.16666vw;
}

.img_step_support_box_in {
  display: flex;
}

.img_step_txt {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.img_step_txt dl {}

.img_step_txt dl:nth-of-type(0) {}

.img_step_txt dl:nth-of-type(1) {
  margin-left: 40px;
}

.img_step_txt dl:nth-of-type(2) {
  margin-left: -40px;
}

.img_step_txt dl:nth-of-type(3) {
  margin-left: -120px;
}

.img_step_txt dl:nth-of-type(4) {
  margin-left: -220px;
}

.img_step_txt dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.img_step_txt dd {
  font-size: 16px;
  line-height: 1.5;
}

.work_area_wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.work_area_wrap_box {
  background-image: url(../img/webp/top/img_map.webp);
  background-repeat: no-repeat;
  background-size: 78%;
  position: relative;
  padding-top: 52%;
  background-position: center;
  z-index: 5;
}

.hyogo_box {
  position: absolute;
  top: 10rem;
  left: 16%;
  font-size: 20px;
  text-align: center;
}

.hyogo_txt_title {
  font-size: clamp(0.813rem, 0.706rem + 0.45vw, 1.25rem);
  background-color: #c3ef4b;
  border-radius: 20px;
  padding: 1.52vw;
  font-weight: bold;
  padding: 10px;
}

.hyogo_txt {
  font-size: clamp(3.125rem, 2.67rem + 1.94vw, 5rem);
  font-weight: bold;

}

.hyogo_txt span {
  font-size: clamp(1.125rem, 0.973rem + 0.65vw, 1.75rem);
  font-weight: bold;
}

.osaka_box {
  position: absolute;
  top: 25rem;
  left: 32%;
  font-size: 20px;
  text-align: center;
}

.hyogo_txt_title.osaka_txt_title {
  background-color: #61f261;
}

.nara_box {
  position: absolute;
  top: 10rem;
  left: 73%;
  font-size: 20px;
  text-align: center;
}

.hyogo_txt_title.nara_txt_title {
  background-color: #5ceac4;
}

.requirements_wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px;
  position: relative;
  z-index: 5;
}

.requirements_wrap dl div:first-of-type {
  border-top: 1px dashed #dcdcdc;

}

.requirements_wrap dl div span {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.8;
  display: block;
}

.requirements_wrap dl div {
  display: flex;
  border-bottom: 1px dashed #dcdcdc;
  padding: 30px 20px;
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  line-height: 1.5;
}

.requirements_wrap dl div dt {
  font-size: 18px;
  width: 15%;
  margin-bottom: 10px;
  font-weight: bold
}

.requirements_wrap dl div dd {
  width: 80%;
  font-size: 1rem;
}

.requirements_wrap .title span {
  background-color: #d2ff66;
}

.requirements_wrap .requirements_wrap_attent {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  border-bottom: unset;
  border-top: unset !important;
  padding: 20px 0px;
}

.requirements_wrap_attent p {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.8;
}

/*よくある質問*/
.qa_warap {
  position: relative;
  /* background-color: #edffc2; */
  padding-bottom: 140px;
}

.qa_warap .sub_title {
  text-align: left;
}

.qa_warap dt {
  background-color: #e3ffa1;
  padding: 15px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  border-bottom: 5px solid #fff;
}

.qa_warap dt::after {
  content: "▼";
  /* 初期は閉じている状態 */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  transition: transform 0.3s ease;
}

.qa_warap dt.active::after {
  content: "▲";
  /* 開いたとき */
}


.qa_warap .sub_title {
  text-align: center;
  font-size: 28px;
}

.modal_content {
  overflow: hidden;
}

.modal_content .qa_warap dt {
  background-color: #fff;
}

.qa_warap dd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 16px;
  /* padding: 24px 20px; */
  /* 開閉中も固定にする */
}

.qa_warap dd p {
  /*  padding: 24px 20px;
  font-size: 16px;
  /*margin-bottom: 30px;*/
  display: flex;
  overflow: hidden;
  transition: max-height 0.3s ease;
  line-height: 1.5;
  padding: 20px;
}

.qa_warap dd a {
  color: green;
  font-weight: bold;
  border-bottom: 2px solid;
  transition-duration: .5s;
}

.qa_warap dd a:hover {
  opacity: 0.5;
}

.qa_warap dd.open {
  /* padding: 24px 20px; */
  /* 開いたときの余白 */
}

.modal_content .qa_warap dd {
  margin-bottom: 30px;
  padding: 3px 20px;
}

.qa_warap dd span {
  font-size: 20px;
  margin-right: 30px;
  font-weight: bold;
}

.qa_warap dd:last-of-type {
  margin-bottom: 0px;
  padding-bottom: 0px;

}

.qa_warap dd.open {
  max-height: 500px;
  /* innerの高さに合わせる、またはjsでscrollHeightをセット */
}

.qa_warap dl {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0px !important;
}

/*エントリーフォーム*/
.recruit_wrap {
  font-size: 16px;
  position: relative;
}

.recruit_wrap .title {
  margin-bottom: 40px;
}

.recruit_wrap .title_lead_txt {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 60px;
}

.recruit_wrap dl dt span.required {
  display: none;
}

.recruit_wrap dl:first-of-type {
  border-top: 1px dashed #dcdcdc;
}

.recruit_wrap dl {
  display: flex;
  border-bottom: 1px dashed #dcdcdc;
  padding: 30px;
}

.recruit_wrap dl:last-of-type {
  border-bottom: unset;
  margin-bottom: 100px;
}

.recruit_wrap dt {
  width: 36%;
  font-size: 18px;
  font-weight: bold;
}

.recruit_wrap form {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 150px;
}

.recruit_wrap dl ul {
  display: flex;
}

.recruit_wrap dd {
  width: 100%;
}

.recruit_wrap dd p {
  margin-bottom: 10px;
}

.recruit_wrap .required li {
  margin-right: 20px;
  position: relative;
  margin-left: 20px;
}

input[type="text"],
textarea,
input[type="tel"],
input[type="email"] {
  background-color: #efefef;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #efefef;
  max-width: 620px;
}

textarea {
  height: 268px;
}

#agreement .bTxt {
  height: 164px;
  overflow: auto;
  border: 1px solid #efefef;
  padding: 15px;
  font-size: 12px;
  margin-bottom: 50px;
  width: 100%;
  max-width: 620px;
  background-color: #fff;
}

#agreement .bTxt input {
  width: 22px;
  height: 22px;
  padding-right: 10px;
}

.recruit_wrap .required_ico {
  background-color: #d2ff67;
  font-size: 12px;
  margin-left: 20px;
  padding: 3px 5px;
}

.recruit_wrap form .btm_contact {
  max-width: 620px;
  padding: 0px;
  font-size: 24px;
  box-shadow: 1px 12px 0px 1px #bdec4e;
}

.recruit_wrap form .btm_contact::after {
  width: 40px;
  height: 40px;
  font-weight: 100;
}

.recruit_wrap form .btm_contact input {
  background-color: unset;
  letter-spacing: 5px;
  display: block;
  width: 100%;
  color: #000;
}

.recruit_wrap .illustration_f {}

.top_bottom_wrap .illustration01_1 {
  top: 33vw;
  position: absolute;
  left: 13vw;
}

.top_bottom_wrap .illustration04 {
  position: absolute;
  /* bottom: 18rem;*/
  bottom: 10rem;
  width: 26.5vw;
}

.top_bottom_wrap .illustration04 img {
  width: 100%;
}

.top_bottom_wrap .illustration02 {
  position: absolute;
  top: 20.833333333333336vw;
  width: 22vw;
}

.top_bottom_wrap .illustration02 img {
  width: 100%;
}

.top_bottom_wrap input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin: 0;
  z-index: -1;
}

.top_bottom_wrap input[type=radio]:checked {
  background: #004ea2;
  border-color: #004ea2;
}

.top_bottom_wrap label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
}

.top_bottom_wrap input[type="radio"]:checked+span::before {
  content: "";
  position: absolute;
  left: -0.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-color: #c3ef4b;
  border-radius: 50%;
}

.top_bottom_wrap label span {
  margin-left: 20px;
}

/**/
.circleText {
  overflow: visible;
  animation: rotation 68s linear infinite;
}

.circleText_circle {
  fill: none;
}

.circleText__text {
  fill: #c3f1ed;
  font-size: 10px;

}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.circleText__circle {
  fill: none;
}

.circle {
  width: 16vw;
  /* height: 10rem; */
  CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
  position: absolute;
  z-index: 1;
  /* margin-right: 107%; */
  top: 40vw;
  right: 10rem;
  font-family: Arial, Helvetica, Helvetica, sans-serif;
  font-weight: bold;
}

.circle textPath {
  letter-spacing: -0.07em;
}

.illustration01 {
  position: absolute;
  z-index: 1;
  top: 36.45833333333333vw;
  left: 0px;
}

.illustration01 img {
  width: 20.833333333333336vw;
  height: auto
}

.top_mv_contents_wrap {
  margin-top: 0px;
}

.top_mv_contents_wrap .title {
  margin-top: 50px;
}

.top_mv_contents_wrap .view img {
  max-width: clamp(28.125rem, 21.411rem + 29.03vw, 56.25rem);
  height: clamp(15rem, 11.419rem + 15.48vw, 30rem);
  object-fit: cover;
  border-radius: 0px 239px 239px 0px;
  width: 100%;
}

.top_mv_contents_wrap_in {
  display: flex;
  /* justify-content: space-between;*/
  align-items: center;
  padding: 0px 0px 140px;
  position: relative;
  justify-content: left;
}

.top_mv_contents_wrap_txt {
  width: 30%;
  font-size: 1rem;
  line-height: 2;
  margin-left: 5.2vw;
  position: relative;
  z-index: 5;
  font-feature-settings: "palt";
}

.top_mv_contents_wrap_txt p {
  margin-bottom: 20px;
}

.top_mv_contents_wrap_txt .btn_detail {
  margin-top: 50px;
}

#top_mv .mv_wrap {
  /* padding-top: 250px; */
  display: flex;
  justify-content: space-between;
  margin-bottom: 33px;
  width: 84%;
  margin: 0 auto 38px;
  position: absolute;
  top: 21.354166666666664vw;
}

.top_staff_wrap {
  background-color: #ecf9f8;
  position: relative;
  padding: 120px 0px 0px;
  /* padding-bottom: 1px !important;*/
}

.top_staff_wrap .service_wrap_in {
  display: block;
}

.illustration06 {
  position: absolute;
  right: 0px;
  top: -21.833333vw;
  z-index: 3;
}

.illustration06 img {
  width: 26.041666666666668vw;
  height: auto;
}


.top_staff_wrap .view::after {
  background-color: #ecf9f8;
}

.staff_box {
  padding: 100px 0px;
  /*padding-bottom: 200px;*/
}

.staff_box ul {
  margin-bottom: 50px;
}

.illustration02 {
  position: absolute;
  right: 0px;
  top: -23.833333vw;
  z-index: 1;
  max-height: 661px;
}

.illustration02 img {
  width: 26.041666666666668vw;
  height: auto;
}

.illustration_f_02 {
  position: absolute;
  bottom: 3vw;
  z-index: 1;
  left: -8vw;
  width: 6.0416vw;
}

.illustration_f_02 img {
  width: 100%;
}

.top_staff_wrap_in {
  display: flex;
  max-width: 1280px;
  margin: 0 auto 90px;
  width: 100%;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding-bottom: 120px;
}

.top_staff_wrap_in .top_staff_wrap_in_txt {
  display: inline-block;
  margin-right: 80px;
  max-width: 520px;
  width: 100%;
}

.top_staff_wrap_in .top_staff_wrap_in_txt .btn_detail a {
  margin-left: 0px;
}

.top_staff_wrap_in_txt .title {
  font-size: clamp(1.875rem, 1.785rem + 0.39vw, 2.25rem);
  margin-bottom: 44px;
  padding-left: 0px;
}

.top_staff_wrap .sub_title {
  text-align: left;
  margin-bottom: 30px;
  padding-left: 0px !important;
}

.top_staff_wrap_in .view {
  overflow: hidden;
  object-fit: cover;
  width: 100%;
}

.top_staff_wrap_in .view img {
  width: 100%;
  object-fit: cover;
  border-radius: 150px;
  overflow: hidden;
}

.top_staff_wrap_in_txt .lead_txt {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 3.75rem;
  margin-bottom: 46px;
  font-feature-settings: "palt";
}

.link_btn_box {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.top_staff_wrap .txt_check {
  position: absolute;
  left: 13rem;
  top: 1rem;
}

.top_staff_wrap .txt_check img {
  transform: rotate(45deg);
  width: 152px;
  height: auto;
}

.link_btn_box_circle_txt {
  text-align: center;
  background-color: #d2ff66;
  width: 190px;
  height: 190px;
  border-radius: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.link_btn {
  font-size: 40px;
  border: 1px solid;
  background-color: #fff;
  width: 132px;
  height: 132px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  transition: all 0.5s;
}

.top_staff_wrap_in_txt .link_btn:hover {
  transform: translate(10px, 0px);
}

.top_staff_wrap li:hover .link_btn {
  transform: translate(10px, 0px);
}

.environment_wrap_link_list li:hover .link_btn {
  transform: translate(10px, 0px);
}

.top_main_bottom_wrap_in .link_list li:hover .link_btn {
  transform: translate(10px, 0px);
}

.js-tick img {
  padding: 0px 20px;
}

.btm_contact::after {
  transition: all 0.5s;
}

.btm_contact:hover::after {
  transform: translate(10px, 0px);
}


.top_staff_wrap_in_txt .link_btn_box_circle_txt {
  margin-bottom: 30px;
  margin-right: -40px;
}

.top_staff_wrap .img_box {
  width: 100%;
  border-radius: 140px;
  height: 430px;
  overflow: hidden;
  transform: scale(1);
  transition-duration: 0.5s;
}

.top_staff_wrap .img_box img {
  transition-duration: 0.5s;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.top_staff_wrap .img_box:hover img {
  transform: scale(1.1);
  transition-duration: .5s;
}

.top_staff_wrap li {
  position: relative;
  max-width: 360px;
  width: 100%;
  margin: 0px 40px
}

.top_staff_wrap svg {
  position: absolute;
  left: -3rem;
  top: -6rem;
  font-size: 20px;
  letter-spacing: 1px;
}

.top_staff_wrap li text {
  fill: #b3b3b3;
}

.top_staff_wrap li figure {
  display: flex;
  position: relative;
}

.top_staff_wrap li figcaption {
  writing-mode: vertical-rl;
  font-size: 18px;
  position: relative;
  left: -25px;
  top: 25px;
}

.top_staff_wrap li figcaption span {
  background-color: #fff;
  margin: 0px 3px;
  display: inline-block;
  padding: 4px;
  font-weight: bold;
}

.top_staff_wrap li .link_btn {
  background-color: #fff;
  width: 72px;
  height: 72px;
  font-size: 14px;
  font-weight: bold;
}

.top_staff_wrap li .link_btn .modal_open:first-of-type {
  display: none;
}

.top_staff_wrap li .link_btn .modal_open {
  padding: 25px;
}

.top_staff_slider {
  margin-top: 100px;
  /*width: 90%;*/
}

.top_staff_slider_txtbox {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  line-height: 1.5;
  align-items: center;
  width: 90%;
  margin-top: 10px;
}

.top_staff_slider_txtbox .joining_date {
  font-size: 0.75rem;
  margin-bottom: 5px;
}

.top_staff_slider_txtbox .name {
  font-size: 1.25rem;
}

.top_staff_slider_txtbox .name span {
  font-size: 0.75rem;
}

.top_staff_slider_txtbox .affiliation {
  font-size: 0.75rem;
}

.illustration_f_04 {
  position: absolute;
  bottom: 3vw;
  left: 4vw;
  width: 13.125vw;
}

.illustration_f_04 img {
  width: 100%;
}

/*Environment*/
.environment_wrap {
  position: relative;
  padding: 143px 0px;
}

.illustration03 {
  position: absolute;
  z-index: -1;
  bottom: -10rem;
}

.illustration03 img {
  width: 27.458333vw;
  height: auto;
}

.environment_wrap .environment_wrap_in {
  display: flex;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0px 0px;
  position: relative;
  z-index: 2;
}

.illustration07 {
  position: absolute;
  right: 0px;
  bottom: -14.833333vw;
  z-index: 1;
  width: 26.041666666666668vw;
}

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

.environment_wrap_link_list {
  max-width: 730px;
  width: 100%;
  padding: 0px 10px;
}

.environment_wrap_link_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d6d6d6;
  padding: 30px 0px;
  width: 100%;
}

.environment_wrap_link_list li:first-child {
  padding-top: 0px;
}

.environment_wrap_link_list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
  width: 100%;

}

.environment_wrap_link_list li a:hover .link_title {
  opacity: 0.5;
  transition-duration: .5s;
}

.environment_wrap_link_list_txt {
  display: flex;
  align-items: center;
}

.environment_wrap_link_list li .img_box {
  /*max-width: 216px;*/
  overflow: hidden;
  margin-right: 30px;
}

.environment_wrap_link_list li img {
  /* width: 100%;*/
  transform: scale(1);
  transition-duration: 0.5s;
  max-width: 60px;
  width: 100%;
}

.environment_wrap_link_list li:hover img {
  transform: scale(1.1);
  transition-duration: .5s;
}

.environment_wrap_link_list li .link_btn {
  background-color: #d2ff66;
  width: 56px;
  height: 56px;
  font-size: 1.375rem;

}

.environment_wrap_link_list_txt .en {
  font-size: 0.75rem;
  color: #b3b3b3;
  display: block;
  margin-left: 10px;
  line-height: 2.1;
}

.environment_wrap_link_list_txt .link_title {
  font-size: clamp(1.563rem, 1.458rem + 0.45vw, 2rem);
  font-weight: bold;
  display: flex;
  align-items: end;
  transition-duration: .5s;
}

.environment_wrap_link_list_txt .txt_lead {
  font-size: 1rem;
  display: block;
  font-weight: normal;
}

.environment_wrap_in_le .title {
  font-family: Arial, Helvetica, Helvetica, sans-serif;
  font-size: clamp(2.5rem, 2.351rem + 0.65vw, 3.125rem);
  font-weight: bold;
  margin-bottom: 40px;
}

.environment_wrap_in_le .txt_check {
  position: relative;
  top: 0rem;
  left: -4rem;
}

.environment_wrap_in_le .title .en {
  margin-bottom: 22px;
  display: block;
}

.environment_wrap_in_le .title .jp {
  font-size: 1rem;
  font-weight: bold;
  display: block;
}

.environment_wrap_in_txt {
  font-size: 16px;
  margin-bottom: 65px;
  line-height: 1.5;
  font-weight: 600;
}

/*---Environment*/


/*TOP_bottom*/
.top_main_bottom_wrap {
  background-color: #d2ff66;
  padding: 140px 0px 0px;
  position: relative;
}

.top_main_bottom_wrap_in {
  margin-bottom: 110px;
}

.top_main_bottom_wrap_in .link_list {
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.top_main_bottom_wrap_in .link_list li {
  width: calc(20% - 0px);
  position: relative;
  padding: 0px 00px;
}

.top_main_bottom_wrap_in .link_list svg {
  position: absolute;
  top: -2rem;
  z-index: 1;
  left: -1rem;
  font-size: 1rem;
  font-weight: bold;
  /* right: 0px; */
}

.top_main_bottom_wrap_in .link_list_col {
  background-color: #fff;
  border-radius: 125px;
  width: 100%;
  /* max-width: 250px; */
  overflow: hidden;
  position: relative;
  display: block;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 13px 0px 0px #bdec4e;
  z-index: 2;
  padding: 0px 30px;
}

.top_main_bottom_wrap_in .link_list .link_btn {
  width: 70px;
  height: 70px;
  background-color: #c3f1ed;
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  font-size: 1.5rem;
  z-index: 3;
}

.top_main_bottom_wrap_in .link_list .link_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link_list_col_in {
  text-align: center;
  margin-top: -30px;
}

.link_list_col .title {
  font-size: 1.5rem;
  border-bottom: 2px dashed #d6d6d6;
  padding-bottom: 30px;
  margin-bottom: 30px;
  line-height: 1.5;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link_list_col .title_lead {
  font-size: 1rem;
  text-align: left;
  line-height: 1.5;
}

.inview_out {
  opacity: 0;
}

.inview {
  animation-name: fade-in;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-delay: .0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}


.sequential_fadein {
  opacity: 0;

}

.sequential_fadein.active {
  animation-name: fade-in;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-delay: .0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}


@keyframes fade-in {
  0% {
    transform: translateY(40px);
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}


.text-hover-effect {
  display: inline;
  background-image: linear-gradient(transparent 90%, black 90%);
  background-size: 0% 6px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease-in-out;
  will-change: background-size;
}

.text-hover-effect:hover {
  background-size: 100% 6px;
}

/* ===============================================
  modalスタイル
=============================================== */
.modal1_bg {
  position: relative;
  display: block;
  background-image: url(../img/webp/top/modal00_bg.webp);
  padding-top: 46.25%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-position: center center;
}

.modal00_bg {
  background-image: url(../img/webp/top/modal00_bg.webp);
}

.modal2_bg {
  background-image: url(../img/webp/top/modal_simazaki_bg.webp);
}

.modal3_bg {
  background-image: url(../img/webp/top/modal_miyamoto_bg.webp);
}

.modal4_bg {
  background-image: url(../img/webp/top/modal_ramu_bg.webp);
}

.modal5_bg {
  background-image: url(../img/webp/top/modal_zun_bg.webp);
}

.modal_box .wave-wrapper_move_none {
  margin-top: -5rem;
  left: -1px;
  width: 101%;
}

.modal_in {
  position: relative;
}

.modal_in figcaption {
  background-color: #fff;
  max-width: 400px;
  width: 100%;
  padding: 50px;
  position: absolute;
  bottom: 0rem;
  right: 3rem;
  border-radius: 80px 80px 0px 0px;
  font-size: 14px;
  height: 13.02083vw;
  text-align: left;
  line-height: 1.5;
  z-index: 1;
}

.modal_box .title {
  text-align: left;
  padding-right: 70px;
  margin-bottom: 0px;
  padding-left: 70px;
  line-height: 1.5;
  font-size: clamp(2rem, 1.879rem + 0.52vw, 2.5rem);
}

.modal_col_box_title {
  font-size: 24px;
  background-color: #d2ff66;
  padding: 5px 10px;
  display: inline;
  text-align: left;
  font-weight: bold;

}

.modal_col_box {
  text-align: left;
  font-size: 16px;
  padding: 80px 70px;
  line-height: 1.5;
  position: relative;

}

.modal_col_box:nth-of-type(2) {
  background-color: #edffc2;
}

.modal_col_box:nth-of-type(3) {
  background-color: #edffc2;
}

.modal_col_box_title_box span {
  margin-left: 20px;
  color: #c3ef4b;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 4px;
}

.modal_col_box_title_box {
  margin-bottom: 50px;
}

.modal_col_box li {
  display: flex;
}

.time {
  max-width: 120px;
  width: 100%;
}

.modal_col_box .time span {
  background-color: #edffc2;
  max-width: 120px;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 10px;
}

.modal_box {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 80%;
  max-width: 1280px;
  margin: 0;
  padding: 60px 0vw 0px;
  border-radius: 20px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  top: 2vw !important;
  /* overflow: hidden; */
  /* max-height: 70vh; */
  overflow: auto;
  max-height: 96vh;

}

/* 背景のスクロールを禁止 */
.no_scroll {
  overflow: hidden;
  height: 100vh;
}

/* モーダルの中身をスクロール */
.modal_box .modal_box_in {
  overflow-y: auto;
  max-height: 70vh;
  /* 中身の高さ制限 */
}

.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 62px;
  font-size: 20px;
  color: #000;
  line-height: 62px;
  text-align: center;
}

.modal_close i {
  line-height: 62px;
  vertical-align: bottom;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(236, 249, 248, 0.8);
}

.link_area {
  overflow: hidden;
  max-width: 410px;
  margin: 60px auto 0;
  text-align: center;
}

.link_area .modal_link {
  display: inline;
}

.link_area .modal_link a {
  display: inline-block;
  width: 180px;
  color: #000;
  line-height: 2.5;
  text-decoration: none;
  margin: 0 10px;
  background: #e6e6e6;
}

.link-area ul li.modal_link:first-child a {
  float: left;
}

.link-area ul li.modal_link:last-child a {
  float: right;
}

.modal_box_in_wrap {
  padding: 50px 0px 0px;
}

@media screen and (max-width: 769px) {

  /*  ウィンドウサイズ769px以下の時のスタイル  */

  .modal_box {
    padding: 50px 0px 0px;
    width: 100%;
    left: 0px;
    border-radius: 0px;
    max-height: 100vh;
  }

  .modal_close {
    width: 40px;
    line-height: 40px;
    font-size: 30px;
  }

  .modal_close i {
    line-height: 44px;
  }

  .link_area {
    margin: 25px auto 0;
  }

  .link_area .modal_link a {
    margin: 15px auto 0;
  }

  .link_area ul li.modal_link:first-child a {
    float: none;
    margin-top: 0;
  }

  .link_area ul li.modal_link:last-child a {
    float: none;
  }

}

/*モーダル内*/
.staff_name {
  font-size: 24px;
  font-weight: bold;
}

.staff_year {
  font-size: 14px;
  display: block;
}

.staff_furigana {
  font-size: 14px;
}

.staff_career {
  font-size: 14px;
}

.staff_affiliation {
  margin-bottom: 15px;
}

.modal_time_box {
  /* padding-bottom: 0px;*/
}

.modal_time_box ol {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 1140px;
  width: 100%;
}

.modal_time_box dl {
  padding-left: 40px;
  position: relative;
  margin-bottom: 50px;
}

.modal_time_box dl dt {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1;
}

.modal_time_box li {
  padding-bottom: 50px;
  padding-bottom: 0px;
  position: relative;
}

.modal_time_box li:last-child {}

.modal_time_box li:nth-of-type(7) {
  margin-bottom: 50px;
}

.modal_time_box li:first-child .img_work01,
.modal_time_box li:nth-of-type(3) .img_work01,
.modal_time_box li:nth-of-type(6) .img_work01 {
  margin-left: 120px;
}

.thanks_page {
  padding-top: 15vw;
  padding-bottom: 10vw;
}

.thanks_page_txt_box {
  text-align: center;
  font-size: 1rem;
  line-height: 2.5;
  margin-bottom: 10vw;
  padding: 0px 20px;
}

.thanks_page #form_submit a {
  max-width: 620px;
  font-size: 24px;
}

.thanks_page #form_submit {
  padding: 2rem 3em 2rem 4rem;
}

.reboot_wrap_in {
  display: flex;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  padding: 140px 0px;
}

.reboot_wrap_in .sub_title {
  text-align: left;
  font-size: clamp(1.875rem, 1.785rem + 0.39vw, 2.25rem);
}

.reboot_wrap_in .sub_title span {
  font-size: 24px;
  padding: 0px;
  background: unset;
  letter-spacing: -2.1px;
}

.reboot_box_txt {
  font-size: 1rem;
  line-height: 2.5;
  position: relative;
  z-index: 6;
  width: 100%;
}

.reboot_box_txt p {
  margin-bottom: 40px;
}

.ico_check {
  width: 6vw;
  margin-bottom: 140px;
}

.ico_check img {
  width: 100%;
}

.schedule_box .modal_time_box {
  background-color: #cff5f2;
  position: relative;
  padding: 150px 0px 0px 0px;
}

.schedule_box {
  position: relative;
}

.schedule_box .modal_time_box ol {
  max-width: 1280px;
  margin: 0 auto;
}

.schedule_box .illustration06 {
  z-index: 3;
  top: auto;
  bottom: 14vw;
}

.schedule_box svg {
  position: relative;
  bottom: 6vw;
  z-index: -1;
}

.optional {
  display: none;
}

.schedule_box .modal_time_box dl dt {
  margin-bottom: 20px;
  margin-right: 40px;
}

.other_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 14px;
}


@media screen and (min-width: 751px) {
  .sp {
    display: none !important
  }
}

@media screen and (max-width: 999px) {
  .drawer-nav {
    display: none;
  }

}

/* ===============================================
 entry
=============================================== */
#entry_mv {
  background-image: url(../img/webp/entry/mv.webp);
}