@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;1,600&family=Noto+Sans+JP:wght@100..900&family=Shippori+Antique+B1&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  min-height: 100vh;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #222222;
}

a,
button {
  display: inline-block;
  transition: all 0.3s ease;
}

i {
  display: inline-block;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  line-height: 1;
  font-weight: 500;
}

h2,
h3 {
  font-weight: 500;
  line-height: 1.5;
}

main {
  margin-top: 106px;
}
@media screen and (max-width: 1664px) {
  main {
    margin-top: 72px;
  }
}

.container {
  width: 90%;
  max-width: 1200px;
  padding: 120px 60px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 40px 0;
  }
}

.flex_box {
  display: flex;
}
.flex_box.wrap {
  flex-wrap: wrap;
}
.flex_box.column {
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .flex_box {
    flex-direction: column;
  }
}

.page_title {
  width: 100%;
  padding: 70px 95px;
  position: relative;
}
.page_title:before {
  content: "";
  width: 95%;
  max-width: 1700px;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.page_title h2 {
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 4.8rem;
  color: #ffffff;
  position: relative;
}
.page_title.work:before {
  background-image: url("../img/page_title_bg_work.webp");
}
.page_title.int01:before {
  background-image: url("../img/page_title_bg_int1.webp");
}
.page_title.int02:before {
  background-image: url("../img/page_title_bg_int2.webp");
}
.page_title.int03:before {
  background-image: url("../img/page_title_bg_int3.webp");
}
.page_title.workspace:before {
  background-image: url("../img/page_title_bg_place.webp");
}
@media screen and (max-width: 767px) {
  .page_title {
    padding: 30px 20px;
  }
  .page_title h2 {
    font-size: 3.2rem;
  }
}

#pan {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto 0;
  font-weight: normal;
  color: #37A884;
}
#pan li {
  font-size: 1.5rem;
  display: inline-block;
  padding-right: 30px;
  margin-right: 10px;
  position: relative;
}
#pan li::before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 0px;
}
#pan li:last-child {
  position: static;
  padding-right: 0;
  margin-right: 0;
}
#pan li:last-child::before {
  display: none;
}
#pan a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #pan {
    margin: 10px auto 0;
  }
  #pan li {
    padding-right: 20px;
  }
}

.btn {
  width: 220px;
  border: 1px solid;
  border-radius: 30px;
  padding: 20px 0;
  text-align: center;
  line-height: 1;
}
.btn_white {
  border-color: #37A884;
  background-color: #ffffff;
  color: #37A884;
}
.btn_white:hover {
  background-color: #37A884;
  color: #ffffff;
}
.btn_black {
  border-color: #222222;
  background-color: #222222;
  color: #ffffff;
}
.btn_black:hover {
  background-color: #ffffff;
  color: #222222;
}
.btn_trans {
  border-color: #ffffff;
  color: #ffffff;
}
.btn_trans:hover {
  background-color: #ffffff;
  color: #37A884;
  opacity: 1;
}
.btn_box {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 13px 0;
  }
}

.head_text {
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 6.4rem;
  line-height: 1;
  position: relative;
}
.head_text span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  position: absolute;
  bottom: 3px;
  left: 0;
  white-space: nowrap;
}
.head_text_white {
  color: rgba(255, 255, 255, 0.3);
}
.head_text_white span {
  color: #ffffff;
}
.head_text_green {
  color: rgba(55, 168, 132, 0.1);
}
.head_text_green span {
  color: #37A884;
}
.head_text_center {
  text-align: center;
}
.head_text_center span {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .head_text {
    font-size: 4.2rem;
  }
  .head_text span {
    font-size: 1.8rem;
    bottom: -3px;
  }
}

.link_text_arrow {
  width: 250px;
  border-bottom: 1px solid #37A884;
  padding: 20px 0;
  text-align: center;
  position: relative;
}
.link_text_arrow:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #37A884;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.link_text_arrow:hover {
  color: #37A884;
}
.link_text_arrow:hover:before {
  top: 40%;
}

.tel_num {
  text-decoration: underline;
}
.tel_num:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .tel_num {
    pointer-events: none;
    text-decoration: none;
  }
}

.parallax_area {
  width: 100%;
  height: 400px;
  background-image: url("../img/top_work_parallax.webp");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .parallax_area {
    height: 200px;
    background-attachment: scroll;
  }
}

.no_image {
  background-color: #EBF7F3;
  position: relative;
}
.no_image:before {
  display: inline-block;
  content: "画像が入ります";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scroll_top {
  font-size: 5.5rem;
  color: #37A884;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
.scroll_top:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .scroll_top {
    font-size: 4rem;
    bottom: 15px;
    right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .only_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}
.targetFadeIn,
.targetSlideInR,
.targetSlideInL {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.sldeInL {
  animation-name: slideInAnimeL;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.sldeInR {
  animation-name: slideInAnimeR;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInAnimeL {
  from {
    opacity: 0;
    transform: translateX(1500px);
  }
  to {
    opacity: 1;
    transform: translateX(auto);
  }
}
@keyframes slideInAnimeR {
  from {
    opacity: 0;
    transform: translateX(-1500px);
  }
  to {
    opacity: 1;
    transform: translateX(auto);
  }
}
.fadeUpLoad {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header {
  width: 100%;
  padding: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.header a:not(.btn):hover {
  opacity: 0.7;
}
.header_logo img {
  width: 260px;
  display: inline-block;
  margin-right: 10px;
}
.header_logo span {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 1.6rem;
  vertical-align: bottom;
}
.header nav {
  flex: 1;
}
.header nav ul {
  justify-content: flex-end;
  gap: 30px;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
}
.header nav .btn {
  padding: 15px;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 2.4rem;
}
.header_click_item {
  cursor: pointer;
}
.header_menu_sub {
  width: 250px;
  border-radius: 10px;
  border: 1px solid #37A884;
  padding: 30px 20px;
  background-color: #ffffff;
  position: absolute;
  top: 80%;
  right: 28%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.header_menu_sub ul.flex_box {
  gap: 0;
}
.header_menu_sub li {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #37A884;
  margin-bottom: 20px;
}
.header_menu_sub li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.header_menu_sub.show {
  opacity: 1;
  visibility: visible;
}
.header.scrollred {
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1664px) {
  .header {
    padding: 10px 15px;
  }
  .header nav {
    display: none;
  }
  .header_logo img {
    width: 130px;
    margin: 0 0 5px 0;
  }
  .header_logo span {
    display: block;
    padding: 0;
    font-size: 1.4rem;
  }
}

.burger_btn {
  display: inline-block;
  padding: 10px;
  border: 1px solid #ffffff;
  background-color: #37A884;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 2.5rem;
  color: #ffffff;
}
.burger_btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1665px) {
  .burger_btn {
    display: none;
  }
}

.overlay {
  width: 100%;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  z-index: 3;
  padding: 60px 30px 80px;
  background-color: #37A884;
  color: #ffffff;
}
.overlay i {
  display: inline-block;
  padding: 7px 12px;
  border: 1px solid #ffffff;
  background-color: #37A884;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 2.5rem;
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 20px;
}
.overlay ul {
  gap: 20px;
}
.overlay ul ul {
  padding-left: 20px;
  margin-top: 20px;
}
.overlay.show {
  animation: slideIn 0.3s ease forwards;
}
@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.footer {
  width: 100%;
  left: 0;
  top: 100vh;
  position: sticky;
  background-color: #37A884;
  color: #ffffff;
}
.footer .container {
  padding: 60px 0;
}
.footer a:hover {
  opacity: 0.7;
}
.footer .btn_trans:hover {
  background-color: #ffffff;
  color: #37A884;
  opacity: 1;
}
.footer_area_top {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 80px;
  justify-content: space-between;
}
.footer_area_btm {
  padding-top: 30px;
  justify-content: space-between;
  gap: 20px;
  font-size: 1.4rem;
}
.footer_info_area {
  width: 315px;
}
.footer_info_area img {
  margin-bottom: 40px;
}
.footer_info_area img + p {
  margin-bottom: 20px;
}
.footer_info_area .btn {
  margin-top: 40px;
}
.footer_menu {
  gap: 30px 60px;
}
.footer_menu ul {
  gap: 20px;
}
.footer_menu_sub {
  padding-left: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .footer .container {
    padding: 40px 0;
  }
  .footer_area_top {
    padding-bottom: 50px;
    gap: 40px;
  }
  .footer_info_area {
    width: 315px;
  }
  .footer_info_area img {
    margin-bottom: 20px;
  }
  .footer_info_area img + p {
    margin-bottom: 10px;
  }
  .footer_info_area .btn {
    margin-top: 20px;
  }
}

.first_view {
  width: 100%;
  height: 90vh;
  max-height: 750px;
  margin-bottom: 60px;
  position: relative;
}
.first_view_bg {
  width: 90%;
  max-width: 1700px;
  height: 100%;
  background-image: url(../img/fv01.webp), url(../img/fv02.webp), url(../img/fv03.webp);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: slide 10s infinite;
}
@keyframes slide {
  0% {
    background-image: url(../img/fv01.webp);
  }
  33% {
    background-image: url(../img/fv02.webp);
  }
  66% {
    background-image: url(../img/fv03.webp);
  }
  100% {
    background-image: url(../img/fv01.webp);
  }
}
.first_view p {
  color: #ffffff;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 9.6rem;
  line-height: 1.5;
  position: absolute;
  bottom: 60px;
  left: 8%;
  z-index: 1;
}
.first_view img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1379px) {
  .first_view p {
    font-size: 8rem;
    left: 3%;
    z-index: 1;
  }
}
@media screen and (max-width: 1083px) {
  .first_view_bg {
    background-position: center;
    background-size: cover;
    width: 100%;
  }
  .first_view p {
    font-size: 4.2rem;
    bottom: auto;
    bottom: 10%;
    left: 3%;
  }
  .first_view img {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .first_view_bg {
    background-position: center;
    background-size: cover;
    height: 90%;
  }
  .first_view p {
    font-size: 3.2rem;
    bottom: auto;
    bottom: 20%;
    left: 3%;
  }
  .first_view img {
    display: none;
  }
}

.top_about .container {
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
  align-items: center;
  gap: 30px 50px;
}
.top_about img {
  width: 40%;
  max-width: 530px;
}
.top_about p {
  flex: 1;
  color: #37A884;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .top_about img {
    width: 100%;
    max-width: 350px;
  }
  .top_about p {
    font-size: 1.6rem;
  }
}
.top_message {
  position: relative;
  z-index: 1;
}
.top_message .container {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #37A884;
  color: #ffffff;
}
.top_message .flex_box {
  gap: 40px 70px;
  align-items: flex-start;
}
.top_message_main {
  margin-bottom: 30px;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
}
.top_message_sign {
  margin-top: 30px;
  text-align: right;
  vertical-align: bottom;
}
.top_message_sign img {
  display: inline-block;
  margin-left: 10px;
}
.top_message .text_area {
  flex: 1;
}
.top_message .text_area + img {
  width: 40%;
  max-width: 315px;
}
@media screen and (max-width: 767px) {
  .top_message .container {
    padding: 40px 20px;
  }
  .top_message .flex_box {
    align-items: center;
  }
  .top_message_main {
    font-size: 2rem;
  }
  .top_message .text_area + img {
    width: 100%;
    max-width: 310px;
  }
}
.top_work {
  position: relative;
}
.top_work::after {
  content: "";
  width: 100%;
  height: 600px;
  background-color: #F5F5F5;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.top_work .container {
  padding-bottom: 60px;
}
.top_work .flex_box {
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.top_work_right {
  width: 250px;
}
.top_work_left {
  flex: 1;
  max-width: 555px;
  line-height: 2;
}
.top_interview {
  position: relative;
}
.top_interview::before {
  content: "";
  display: block;
  width: 50%;
  height: 1140px;
  background: url(../img/top_interview.webp);
  background-size: cover;
  background-position: bottom;
  position: absolute;
  top: 0;
  left: -100px;
  z-index: -2;
}
.top_interview::after {
  content: "";
  display: block;
  width: 100%;
  height: 600px;
  background: url(../img/top_interview_base.webp);
  background-size: cover;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.top_interview a:hover img:nth-of-type(1) {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.top_interview a:hover img:nth-of-type(2) {
  display: block;
  opacity: 1;
  visibility: visible;
}
.top_interview h2 + img {
  width: 50%;
  max-width: 830px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.top_interview img:nth-of-type(2) {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.top_interview div.flex_box {
  align-items: flex-start;
  justify-content: center;
  gap: 30px 45px;
  margin-bottom: 80px;
}
.top_interview p {
  flex: 1;
  max-width: 500px;
}
.top_interview ul.flex_box {
  gap: 70px;
}
.top_interview ul.flex_box a {
  display: block;
  width: 500px;
  position: relative;
}
.top_interview ul.flex_box a:hover {
  opacity: 0.7;
}
.top_interview_info {
  position: absolute;
  padding: 15px 20px;
  background-color: #ffffff;
  bottom: -30px;
  right: 0;
}
.top_interview_info_text {
  margin-bottom: 10px;
  color: #37A884;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.top_interview_info_profile {
  color: #8D8D8D;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 1250px) {
  .top_interview::before {
    display: none;
  }
  .top_interview div.flex_box {
    flex-direction: column;
  }
  .top_interview ul.flex_box {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .top_interview {
    margin-bottom: 100px;
  }
  .top_interview::after {
    bottom: -50px;
    z-index: -1;
  }
  .top_interview div.flex_box {
    align-items: center;
  }
  .top_interview ul.flex_box {
    align-items: center;
  }
  .top_interview ul.flex_box a {
    width: 320px;
  }
  .top_interview ul.flex_box img {
    width: 280px;
  }
  .top_interview_info {
    padding: 10px 15px;
  }
  .top_interview_info_text {
    font-size: 1.8rem;
  }
  .top_interview_info_profile {
    font-size: 1.2rem;
  }
}
.top_workspace .container {
  padding-bottom: 50px;
}
.top_workspace .head_text {
  margin-bottom: 50px;
}
.top_workspace .flex_box {
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
.top_workspace p {
  flex: 1;
}
.top_workspace .link_text_arrow:before {
  right: 15px;
}
.top_workspace_slider {
  margin-bottom: 60px;
}
.top_require .container {
  max-width: 1080px;
}
.top_require_area {
  border: 1px solid #37A884;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
}
.top_require_area h3 {
  padding: 30px;
  background-color: #37A884;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.top_require_area dl {
  padding: 20px 40px;
}
.top_require_area dt,
.top_require_area dd {
  padding: 20px 40px;
}
.top_require_area dt:not(:last-of-type),
.top_require_area dd:not(:last-of-type) {
  border-bottom: 1px solid #DDDDDD;
}
.top_require_area dt {
  width: 25%;
  font-weight: 500;
}
.top_require_area dd {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .top_require_area h3 {
    padding: 15px;
    font-size: 1.8rem;
  }
  .top_require_area dl {
    padding: 30px 20px;
  }
  .top_require_area dt,
  .top_require_area dd {
    width: 100%;
  }
  .top_require_area dt {
    padding: 10px 0 5px;
    color: #37A884;
  }
  .top_require_area dt:not(:last-of-type) {
    border-bottom: none;
  }
  .top_require_area dd {
    padding: 0 0 10px;
  }
}

.faq {
  background-image: url(../img/top_faq_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.faq .container {
  max-width: 1000px;
  padding: 40px 0;
}
.faq ul {
  gap: 25px;
}
.faq li {
  border-radius: 10px;
  padding: 20px 30px;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
}
.faq li:hover {
  opacity: 0.7;
}
.faq li .flex_box {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
.faq li i {
  color: #37A884;
  font-size: 2.5rem;
  position: absolute;
  top: 25px;
  right: 30px;
  transition: 0.3s ease;
}
.faq li.opened i {
  transform: rotate(180deg);
}
.faq_question span, .faq_answer span {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #37A884;
  color: #ffffff;
  text-align: center;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 1.8rem;
}
.faq_question p, .faq_answer p {
  flex: 1;
}
.faq_question p {
  color: #37A884;
  font-size: 1.8rem;
}
.faq_answer {
  margin-top: 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .faq li {
    padding: 20px;
  }
  .faq li i {
    right: 15px;
  }
  .faq li.opened i {
    transform: rotate(180deg);
  }
  .faq_question p, .faq_answer p {
    padding-right: 10px;
  }
}

.outline .container {
  max-width: 1000px;
}
.outline dt,
.outline dd {
  padding: 25px 40px;
  border-bottom: 1px solid #DDDDDD;
}
.outline dt {
  width: 25%;
  font-weight: 500;
  position: relative;
}
.outline dt::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #37A884;
  position: absolute;
  bottom: 0;
  left: 0;
}
.outline dd {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .outline dt,
  .outline dd {
    width: 100%;
  }
  .outline dt {
    border-bottom: none;
    padding: 10px 0 5px;
  }
  .outline dt:before {
    display: none;
  }
  .outline dd {
    padding: 0 0 10px;
  }
}

.work_top .flex_box {
  align-self: center;
  justify-content: center;
  gap: 30px 50px;
}
.work_top .text_area {
  flex: 1;
}
.work_top .text_area h3 {
  margin-bottom: 15px;
  color: #37A884;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 2rem;
}
.work_top img {
  width: 40%;
  max-width: 470px;
}
@media screen and (max-width: 767px) {
  .work_top .text_area h3 {
    font-size: 1.8rem;
  }
  .work_top img {
    width: 100%;
    max-width: 320px;
  }
}
.work_content {
  position: relative;
}
.work_content:before {
  content: "";
  width: 70%;
  max-width: 1360px;
  height: 60%;
  background-color: #37A884;
  position: absolute;
  bottom: 0;
  right: 0;
}
.work_content ul {
  justify-content: center;
  align-items: center;
  gap: 30px 40px;
  position: relative;
}
.work_content li {
  width: 45%;
  max-width: 480px;
  border-radius: 4px;
  padding: 30px 30px 50px;
  background-color: #EBF7F3;
}
.work_content h3 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 2rem;
}
.work_content img {
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .work_content li {
    width: 100%;
    max-width: 310px;
    padding: 20px;
  }
  .work_content h3 {
    font-size: 1.8rem;
  }
}
.work_process .container {
  max-width: 1080px;
  padding-left: 0;
  padding-right: 0;
}
.work_process h2 + p {
  margin-bottom: 50px;
  line-height: 2;
}
.work_process ul {
  gap: 30px;
}
.work_process li {
  border-radius: 15px;
  border: 1px solid #37A884;
  padding: 40px;
  background-color: #ffffff;
  justify-content: center;
  align-items: flex-start;
  gap: 30px 40px;
  position: relative;
}
.work_process li:not(:last-child):before {
  content: "";
  width: 160px;
  height: 100%;
  background-color: #37A884;
  position: absolute;
  top: 100%;
  left: 60px;
}
.work_process .text_area {
  flex: 1;
}
.work_process .text_area + img {
  width: 40%;
  max-width: 450px;
}
.work_process .text_area span {
  color: #37A884;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}
.work_process h3 {
  margin-bottom: 15px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .work_process h2 + p {
    margin-bottom: 30px;
    text-align: left;
  }
  .work_process li {
    padding: 40px 20px;
  }
  .work_process li:not(:last-child):before {
    content: "";
    width: 100px;
    left: 30px;
    z-index: -1;
  }
  .work_process .text_area + img {
    width: 100%;
    max-width: 290px;
  }
  .work_process .text_area span {
    font-size: 3.2rem;
  }
  .work_process h3 {
    display: inline-block;
    margin: 0 0 15px 5px;
    font-size: 2.4rem;
  }
}
.work_schedule {
  background-image: url(../img/work_schedule_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}
.work_schedule ul {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.work_schedule ul:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.work_schedule li {
  width: 50%;
  max-width: 460px;
  position: relative;
}
.work_schedule li:nth-of-type(2n + 1) {
  margin-bottom: 5%;
}
.work_schedule li:nth-of-type(2n + 1) h3,
.work_schedule li:nth-of-type(2n + 1) p {
  padding-right: 20px;
}
.work_schedule li:nth-of-type(2n + 1) h3:before {
  right: -13px;
}
.work_schedule li:nth-of-type(2n + 2) {
  margin-top: 15%;
}
.work_schedule li:nth-of-type(2n + 2) h3,
.work_schedule li:nth-of-type(2n + 2) p {
  padding-left: 20px;
}
.work_schedule li:nth-of-type(2n + 2) h3:before {
  left: -13px;
}
.work_schedule h3 {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
  position: relative;
}
.work_schedule h3:before {
  content: "";
  width: 25px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  bottom: -13px;
}
.work_schedule h3 span {
  display: inline-block;
  margin-right: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
}
.work_schedule img {
  display: block;
  width: 85%;
  max-width: 370px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .work_schedule ul {
    gap: 40px;
    padding: 0 20px;
  }
  .work_schedule ul:before {
    left: 19px;
    transform: translate(0);
  }
  .work_schedule li {
    width: 100%;
  }
  .work_schedule li:nth-of-type(2n + 1) {
    margin-bottom: 0;
  }
  .work_schedule li:nth-of-type(2n + 1) h3,
  .work_schedule li:nth-of-type(2n + 1) p {
    padding-left: 20px;
  }
  .work_schedule li:nth-of-type(2n + 1) h3:before {
    left: -13px;
  }
  .work_schedule li:nth-of-type(2n + 2) {
    margin-top: 0;
  }
  .work_schedule h3 {
    font-size: 1.8rem;
  }
  .work_schedule h3 span {
    font-size: 2rem;
  }
}

.workspace_welfare {
  background-image: url(../img/top_company.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .workspace_welfare .container {
    padding-bottom: 80px;
  }
}
.workspace_welfare ul {
  justify-content: center;
  gap: 40px;
}
.workspace_welfare li {
  width: 50%;
  max-width: 520px;
  border-radius: 20px;
  padding: 50px 40px;
  background-color: #EBF7F3;
  text-align: center;
}
.workspace_welfare img,
.workspace_welfare .no_image {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 2/1;
  margin: 0 auto 35px;
}
.workspace_welfare h3 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .workspace_welfare ul {
    align-items: center;
  }
  .workspace_welfare li {
    width: 100%;
    padding: 30px 20px;
  }
  .workspace_welfare img,
  .workspace_welfare .no_image {
    margin: 0 auto 15px;
  }
  .workspace_welfare h3 {
    font-size: 1.8rem;
  }
}
.workspace_data .container {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .workspace_data .container {
    padding-bottom: 40px;
  }
}
.workspace_data_area {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  flex-direction: column;
  gap: 40px;
}
.workspace_data_area .flex_box {
  gap: 40px;
}
.workspace_data_area .flex_box.wrap {
  flex-wrap: wrap;
}
.workspace_data_area .flex_box.jc_bw {
  justify-content: space-between;
}
.workspace_data_area .flex_box.ai_center {
  align-items: center;
}
.workspace_data_area .flex_box .flex_box {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.workspace_data_area .no_image {
  width: 100%;
  aspect-ratio: 2/1;
  background-color: #D0D0D0;
}
@media screen and (max-width: 1024px) {
  .workspace_data_area {
    gap: 20px;
  }
  .workspace_data_area .flex_box {
    gap: 20px;
  }
  .workspace_data_area .flex_box .flex_box {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .workspace_data_area .flex_box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.workspace_data .border_g {
  padding: 20px 30px;
  background-color: #EBF7F3;
}
.workspace_data .border_g.off .flex_box {
  gap: 20px 20%;
}
.workspace_data .border_g.off img {
  padding-bottom: 10px;
}
.workspace_data .border_g.off p {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .workspace_data .border_g.off .flex_box {
    gap: 20px 5%;
  }
}
.workspace_data .border_g.work li:not(:last-child) {
  position: relative;
}
.workspace_data .border_g.work li:not(:last-child):before {
  content: "";
  width: 3px;
  height: 100%;
  border-left: 3px dashed #59B827;
  position: absolute;
  top: 0;
  right: -50px;
}
@media screen and (max-width: 1024px) {
  .workspace_data .border_g.work li:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .workspace_data .border_g.work ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .workspace_data .border_g.age img {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .workspace_data .border_g.year img {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .workspace_data .border_g.work img {
    padding-bottom: 40px;
  }
}
.workspace_data .border_g.jender img {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .workspace_data .border_g.jender img {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.workspace_data h3 {
  margin-bottom: 50px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .workspace_data h3 {
    font-size: 2rem;
  }
}
.workspace_data img {
  display: block;
  margin: 0 auto;
}
.workspace_data .w250 {
  width: 47%;
  max-width: 250px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .workspace_data .w250 {
    width: 100%;
    max-width: none;
    aspect-ratio: auto;
  }
}
.workspace_data .w420 {
  width: 100%;
  max-width: 420px;
}
.workspace_data .w480 {
  width: 100%;
  max-width: 480px;
}
.workspace_data .w540 {
  width: 100%;
  max-width: 540px;
}

.interview_top .container {
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px 0;
}
.interview_top_area_text {
  flex: 1;
  padding-top: 40px;
}
.interview_top_area_text p {
  color: #37A884;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 2.8rem;
  line-height: 1.5;
}
.interview_top_info_detail {
  display: block;
  margin-bottom: 15px;
  color: #707070;
  font-size: 1.4rem;
}
.interview_top .no_image {
  width: 50%;
  max-width: 600px;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 767px) {
  .interview_top .container {
    align-items: center;
  }
  .interview_top_area_text {
    width: 100%;
    padding-top: 0;
  }
  .interview_top_area_text p {
    font-size: 1.8rem;
  }
  .interview_top_info_detail {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .interview_top .no_image {
    width: 100%;
    max-width: 350px;
  }
}
.interview_top#interview02 .container, .interview_top#interview04 .container, .interview_top#interview06 .container {
  background-image: linear-gradient(to right, #898989, #898989 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-position: left top;
  background-repeat: repeat-x;
  padding: 50px 0;
}
.interview_top#interview01 .container, .interview_top#interview03 .container, .interview_top#interview05 .container {
  padding-bottom: 50px;
}
.interview_faq .container {
  padding: 80px 0;
}
.interview_faq .container:last-of-type {
  padding-bottom: 120px;
}
.interview_faq ul {
  gap: 70px;
}
.interview_faq li {
  list-style: none;
}
.interview_faq li .flex_box {
  flex-direction: row;
  margin-bottom: 20px;
  gap: 10px;
  align-items: center;
}
.interview_faq li.flex_box {
  gap: 20px 70px;
  align-items: center;
}
.interview_faq li.flex_box img,
.interview_faq li.flex_box .no_image {
  width: 45%;
  max-width: 480px;
  aspect-ratio: 1.6/1;
}
.interview_faq li.flex_box .text_area {
  flex: 1;
}
.interview_faq li.flex_box.reverse {
  flex-direction: row-reverse;
}
.interview_faq li.center_area {
  text-align: center;
}
.interview_faq li.center_area .flex_box {
  justify-content: center;
}
.interview_faq li.center_area img,
.interview_faq li.center_area .no_image {
  margin: 30px auto 0;
  width: 60%;
  aspect-ratio: 1.6/1;
  height: auto;
}
.interview_faq_bg {
  background-color: #F9F9F9;
  padding: 40px;
  border-radius: 10px;
}
.interview_faq_bg .text_area {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.interview_faq span {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #37A884;
  color: #ffffff;
  text-align: center;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 1.8rem;
}
.interview_faq h3 {
  color: #37A884;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .interview_faq .container {
    padding: 40px 0;
  }
  .interview_faq .container:last-of-type {
    padding-bottom: 80px;
  }
  .interview_faq ul {
    gap: 40px;
  }
  .interview_faq li.flex_box {
    flex-direction: column-reverse;
  }
  .interview_faq li.flex_box img,
  .interview_faq li.flex_box .no_image {
    width: 100%;
    max-width: 350px;
  }
  .interview_faq li.flex_box.reverse {
    flex-direction: column-reverse;
  }
  .interview_faq li.center_area {
    text-align: left;
  }
  .interview_faq li.center_area img,
  .interview_faq li.center_area .no_image {
    width: 100%;
    max-width: 350px;
    margin: 20px auto 0;
  }
  .interview_faq span {
    width: 40px;
    font-size: 2rem;
  }
  .interview_faq h3 {
    flex: 1;
    font-size: 1.8rem;
  }
}

.contact_box {
  border: 1px solid #37A884;
  border-radius: 20px;
  padding-bottom: 40px;
  overflow: hidden;
}

form a {
  text-decoration: underline;
}
form a:hover {
  color: #37A884;
}
form dl {
  display: flex;
  flex-wrap: wrap;
  border-top: none;
  border-radius: 10px;
  padding: 40px;
  text-align: left;
  margin-bottom: 20px;
  background-color: #ffffff;
}
form dt {
  width: 25%;
  padding: 25px 15px;
  box-sizing: border-box;
  border-bottom: solid 1px #E8E8E8;
}
form dd {
  padding: 25px 15px;
  margin: 0;
  width: 75%;
  box-sizing: border-box;
  border-bottom: solid 1px #E8E8E8;
}
form input[type=tel], form input[type=text], form input[type=email], form input[type=date], form select {
  height: 45px;
  font-size: 16px;
  border: 1px solid #DDD;
  padding: 3px 10px;
  background-color: #FFFFFF;
}
form textarea {
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #DDD;
  padding: 3px 10px;
  width: 100%;
  background-color: #FFFFFF;
  color: #000;
}
form input, form select {
  vertical-align: middle;
  border-radius: 5px;
}
form .boxW100 input, form .boxW100 textarea {
  width: 100%;
  box-sizing: border-box;
}
form .boxW49 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form .boxW49 input {
  width: 49%;
  box-sizing: border-box;
}
form .boxW50 input {
  width: 49%;
  box-sizing: border-box;
}
form .boxW20 input {
  width: 20%;
  box-sizing: border-box;
}
form .boxW20 span {
  padding-left: 10px;
}
form .radio input {
  height: auto;
  transform: scale(1.7);
  vertical-align: inherit;
}
form .must {
  display: inline-block;
  background-color: #37A884;
  border-radius: 4px;
  font-size: 10px;
  line-height: 1.5em;
  color: #FFFFFF;
  margin: 0 0 0 10px;
  padding: 2px 5px;
}
form #image-btn {
  margin-top: 10px;
  text-align: center;
}
form #image-btn input {
  transition: 0.3s ease;
}
form .dateSelect span {
  display: block;
}
form .radioArea {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
form .formBtn {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 20px;
}
form #image-btn.topBtn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  form dl {
    display: block;
    padding: 30px 20px;
    margin: 0 auto 25px;
  }
  form dt {
    width: 100%;
    padding: 15px 0 10px;
    border-bottom: none;
  }
  form dd {
    padding: 0 0 15px;
    width: 100%;
  }
  form dd img {
    width: 250px;
    margin: 0 0 10px 10px;
  }
  form .formBtn {
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
  }
}

/*チェックボックス*/
.checkBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inputGroup {
  width: 49.5%;
  display: inline-block;
  margin: 0 0 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inputGroup {
    width: 100%;
  }
}

.inputGroup label {
  padding: 12px 15px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  background-color: #FFFFFF;
}

.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.inputGroup label:after {
  width: 26px;
  height: 26px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: -1px 0px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.inputGroup input:checked ~ label:after {
  background-color: #333;
  border-color: #333;
}

.inputGroup input {
  width: 26px;
  height: 26px;
  order: 1;
  z-index: 2;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.privacy p {
  margin-bottom: 50px;
}
.privacy dt {
  border-left: 3px solid #53A75E;
  padding: 10px 15px;
  margin-bottom: 20px;
  background-color: #DDF9E1;
}
.privacy dd {
  padding-left: 20px;
  margin-bottom: 50px;
}
.privacy ol {
  margin-top: 10px;
  list-style-type: decimal;
  list-style-position: inside;
}
@media screen and (max-width: 767px) {
  .privacy p {
    margin-bottom: 30px;
  }
  .privacy dt {
    margin-bottom: 10px;
  }
  .privacy dd {
    padding-left: 10px;
    margin-bottom: 25px;
  }
}

.sitemap .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.sitemap ul {
  width: 48%;
  border-bottom: 1px solid rgba(68, 68, 68, 0.4);
}
.sitemap a {
  display: block;
  width: 100%;
  height: 100%;
  border-top: 1px solid rgba(68, 68, 68, 0.4);
  padding: 20px 10px;
  position: relative;
}
.sitemap a i {
  color: #0071BC;
  position: absolute;
  top: 27px;
  right: 50px;
  transition: 0.3s ease;
}
.sitemap a:hover {
  color: #0071BC;
}
.sitemap a:hover i {
  right: 40px;
}
.sitemap .sub_menu {
  width: 85%;
  border-bottom: none;
  margin: 0 0 0 auto;
}
.sitemap .sub_menu a i {
  position: inherit;
  top: 0;
  left: 0;
  margin-right: 5px;
  color: #37C2D2;
}
.sitemap .sub_menu .sub_menu a i {
  color: #86ebf6;
}
@media screen and (max-width: 767px) {
  .sitemap .container {
    flex-direction: column;
    align-items: center;
  }
  .sitemap ul {
    width: 100%;
    max-width: 500px;
  }
  .sitemap ul:nth-of-type(1) {
    border-bottom: none;
  }
  .sitemap a {
    padding: 10px 5px;
  }
  .sitemap a i {
    top: 17px;
    right: 30px;
  }
  .sitemap a:hover i {
    right: 20px;
  }
  .sitemap .sub_menu {
    width: 90%;
  }
}

.rule dl {
  width: 800px;
  margin: 0 auto;
  border-top: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
}
.rule dt {
  width: 30%;
  border-bottom: 1px solid #cccccc;
  padding: 20px 10px;
}
.rule dd {
  width: 70%;
  border-bottom: 1px solid #cccccc;
  padding: 20px 10px;
}
.rule .caution {
  color: #ff0000;
}
.rule .cancel_price {
  margin-top: 10px;
}
.rule .cancel_price span {
  text-decoration: underline;
}
@media screen and (max-width: 890px) {
  .rule dl {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .rule dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 5px 5px;
  }
  .rule dd {
    width: 100%;
    padding: 0px 5px 10px;
  }
}

.term p {
  margin-bottom: 50px;
}
.term dl + p {
  margin-bottom: 0;
  text-align: right;
}
.term dt {
  display: inline-block;
  border-bottom: 2px solid #53A75E;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.term dd {
  padding-left: 20px;
  margin-bottom: 50px;
}
.term ol {
  list-style-type: decimal;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.term ol ol {
  padding-left: 20px;
  margin-top: 10px;
  row-gap: 0;
}
.term .cancel_price {
  margin-top: 20px;
}
.term .cancel_price span {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .term p {
    margin-bottom: 30px;
  }
  .term dt {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .term dd {
    padding-left: 10px;
    margin-bottom: 25px;
  }
}

.err_page h2 {
  margin-bottom: 50px;
  font-size: 6rem;
  line-height: 1.5;
}
.err_page h2 span {
  display: inline-block;
  padding-left: 20px;
  font-size: 3rem;
}
.err_page h2 p {
  font-size: 2rem;
}
.err_page .btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .err_page h2 {
    margin-bottom: 20px;
    font-size: 4.5rem;
    line-height: 1.5;
  }
  .err_page h2 span {
    display: block;
    padding-left: 0;
    font-size: 2rem;
  }
  .err_page h2 p {
    font-size: 1.6rem;
  }
  .err_page .btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .err_page.notFound h2 span {
    display: inline-block;
    padding-left: 10px;
    font-size: 2.5rem;
  }
}
.thanks {
  background-color: #53A75E;
}
.thanks .head_text {
  margin-bottom: 50px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .thanks .head_text {
    margin-bottom: 40px;
    font-size: 2.3rem;
  }
}/*# sourceMappingURL=style.css.map */