@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500&family=Zen+Maru+Gothic:wght@400;500;700&family=Zen+Old+Mincho:wght@400;500&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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;
}

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

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

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

#pan {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto 0;
  font-weight: normal;
}
#pan li {
  font-size: 1.4rem;
  display: inline-block;
  padding-right: 20px;
  margin-right: 5px;
  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;
  color: #4FADE7;
}
#pan li:last-child::before {
  display: none;
}
#pan a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #pan {
    margin: 10px auto 0;
    text-align: right;
  }
}

.btn {
  width: 280px;
  border-radius: 30px;
  border: 1px solid;
  padding: 10px 15px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  list-style: 1;
}
.btn_blue {
  background-color: #ffffff;
  border-color: #4FADE7;
  color: #4FADE7;
}
.btn_blue:hover {
  background-color: #4FADE7;
  color: #fff;
}
.btn_blue_full {
  background-color: #4FADE7;
  color: #ffffff;
  transition: all 0.3s ease;
}
.btn_blue_full:hover {
  background-color: #ffffff;
  border-color: #4FADE7;
  color: #4FADE7;
}
.btn_orange {
  border-color: #FF9E4F;
  background-color: #ffffff;
  color: #FF9E4F;
}
.btn_orange:hover {
  background-color: #FF9E4F;
  color: #fff;
}
.btn_box {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
}

.head_text {
  margin-bottom: 40px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
}
.head_text_sub {
  font-size: 2.8rem;
}
.head_text_blue {
  color: #4FADE7;
}
.head_text_orange {
  color: #FF9E4F;
}
.head_text_after_msg {
  font-size: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .head_text {
    font-size: 3rem;
  }
  .head_text_sub {
    font-size: 2.6rem;
  }
  .head_text_after_msg {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .head_text {
    font-size: 2.8rem;
  }
  .head_text_sub {
    font-size: 2.2rem;
  }
  .head_text_after_msg {
    font-size: 2.2rem;
  }
}

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

.scroll_top {
  width: 50px;
  aspect-ratio: 1/1;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.scroll_top:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .only_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}
.header {
  width: 100%;
  padding: 20px 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.header_logo {
  width: 130px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .header_logo {
    width: 90px;
  }
}
.header nav {
  display: inline-block;
}
.header_main_menu {
  border-radius: 30px;
  padding: 15px 30px;
  background-color: #ffffff;
  justify-content: flex-end;
  gap: 10px 50px;
  filter: drop-shadow(0px 0px 10px #d8d8d8);
}
.header_main_menu li:not(:last-child) {
  position: relative;
}
.header_main_menu li:not(:last-child):after {
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  background-image: url(../img/header_meun_icon_headt.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: -30px;
}
.header_main_menu .dl-nav-list {
  position: relative;
  transition: all 0.3s;
}
.header_main_menu .dl-nav-list .dropdown-box {
  visibility: hidden;
  opacity: 0;
  width: auto;
  height: auto;
  position: absolute;
  top: 60px;
  left: 83%;
  transform: translateX(-60%);
  transition: all 0.3s;
  display: flex;
  gap: 50px;
  border-radius: 10px;
  background-color: #FFF;
  padding: 20px 0;
  z-index: 3;
}
.header_main_menu .dl-nav-list .dropdown-box_list_interview {
  gap: 10px;
  display: flex;
  font-size: 1.5rem;
}
.header_main_menu .dl-nav-list .dropdown-box_list_interview:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 17px solid #fff;
  border-top: 0;
}
.header_main_menu .dl-nav-list .dropdown-box_list_interview_item {
  width: 200px;
  text-align: left;
  padding-bottom: 10px;
  margin: 0 20px;
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.header_main_menu .dl-nav-list .dropdown-box_list_interview_item:last-of-type {
  background-image: none;
}
.header_main_menu .dl-nav-list .dropdown-box_list_interview_item a:hover {
  color: #FF9E4F;
}
.header_main_menu .dl-nav-list .dropdown-box_list_interview_item:after {
  background-image: none;
}
.header_main_menu .dl-nav-list .dropdown-box_list_work {
  gap: 10px;
  display: flex;
  font-size: 1.5rem;
}
.header_main_menu .dl-nav-list .dropdown-box_list_work:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #FF9E4F;
}
.header_main_menu .dl-nav-list .dropdown-box_list_work_item {
  width: 200px;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 20px;
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.header_main_menu .dl-nav-list .dropdown-box_list_work_item:last-of-type {
  background-image: none;
}
.header_main_menu .dl-nav-list .dropdown-box_list_work_item a:hover {
  color: #FF9E4F;
}
.header_main_menu .dl-nav-list:hover .dropdown-box {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
.header .sub_menu {
  display: none;
}
@media screen and (max-width: 1244px) {
  .header {
    padding: 10px 15px;
  }
  .header nav {
    display: none;
  }
}

.burger_btn {
  width: 55px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding-top: 10px;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
}
.burger_btn:hover {
  opacity: 0.7;
}
.burger_btn p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}
.burger_btn img {
  margin: 0 auto;
}
@media screen and (min-width: 1245px) {
  .burger_btn {
    display: none;
  }
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #eff9ff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  overflow-y: scroll;
  filter: drop-shadow(0px 2px 10px #999);
}
.overlay .close_btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 3rem;
}
.overlay ul {
  gap: 10px;
}
.overlay ul .click_item {
  display: block;
  border-bottom: 2px solid #d8d8d8;
  font-weight: 600;
  padding-bottom: 5px;
}
.overlay ul li {
  margin-bottom: 5px;
}
.overlay ul:not(.sub_menu) {
  padding: 40px 20px 10px 20px;
}
.overlay ul.sub_menu {
  padding: 10px 20px 10px 25px;
}
.overlay ul.sub_menu li {
  position: relative;
}
.overlay ul.sub_menu li:after {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  background-image: url(../img/header_meun_icon_headt.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: -20px;
}
.overlay i.fa-arrow-right {
  padding-left: 5px;
  transform: rotate(-45deg);
}
.overlay .btn {
  margin-top: 15px;
}

.contact_area {
  color: #FF9E4F;
  text-align: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.contact_area:after {
  content: "";
  background-image: linear-gradient(90deg, rgba(255, 158, 79, 0.8), #fff5ed 50%, rgba(255, 158, 79, 0.8));
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  bottom: -5px;
  z-index: -1;
}
.contact_area .container {
  padding: 60px 0;
}
.contact_area p {
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.6rem;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .contact_area:after {
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    left: 0;
    right: 0;
  }
  .contact_area .container {
    padding: 30px 0;
  }
  .contact_area p {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #333;
  }
}

.footer {
  width: 100%;
  left: 0;
  top: 100vh;
  position: sticky;
  background: linear-gradient(to right, rgba(255, 158, 79, 0.2), rgba(255, 245, 237, 0.2), rgba(255, 158, 79, 0.2));
}
.footer .container {
  padding: 80px 0 40px;
}
.footer a:hover {
  color: #FFA321;
}
.footer_menu_top {
  margin-bottom: 80px;
  justify-content: center;
  gap: 15px 50px;
  font-weight: 500;
}
.footer_menu_sub {
  padding-left: 20px;
  margin-top: 7px;
  gap: 7px;
  font-weight: 400;
}
.footer_menu_main {
  gap: 7px;
}
.footer_menu_btm {
  justify-content: center;
  gap: 10px 60px;
  font-size: 1.2rem;
  font-weight: 500;
}
.footer_menu_btm i {
  padding-left: 5px;
  padding-bottom: 2px;
}
.footer .copyright {
  padding: 5px 0;
  background-color: #4FADE7;
  color: #ffffff;
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .footer .container {
    padding: 50px 0 30px;
  }
  .footer_menu_top {
    margin-bottom: 15px;
    flex-direction: column !important;
    justify-content: flex-start;
  }
  .footer_menu_btm {
    justify-content: flex-start;
  }
}

.main_visual {
  width: 100%;
  height: 90vh;
  max-height: 850px;
  position: relative;
  background-image: linear-gradient(90deg, rgba(255, 158, 79, 0.2), rgba(255, 245, 237, 0.2) 50%, rgba(255, 158, 79, 0.2));
}
.main_visual:before {
  content: "";
  width: 50%;
  height: 100%;
  background-image: url(../img/fv_heart.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.main_visual_message_area {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 1;
}
.main_visual_message_area_main {
  margin-bottom: 30px;
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.6;
}
.main_visual_message_area_sub {
  font-size: 1.8rem;
}
.main_visual_img {
  width: 50%;
  max-width: 960px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 0px 0px 80px;
}
.main_visual.page_title {
  height: 300px;
  background-image: none;
}
.main_visual.page_title:before {
  display: none;
}
.main_visual.page_title .main_visual_message_area_main {
  margin-bottom: 15px;
}
@media screen and (max-width: 1300px) {
  .main_visual_message_area_main {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .main_visual {
    background: linear-gradient(to right, rgba(255, 158, 79, 0.2), rgba(255, 245, 237, 0.2), rgba(255, 158, 79, 0.2));
  }
  .main_visual:before {
    width: 100%;
    height: 50%;
  }
  .main_visual_message_area {
    width: 95%;
    top: 42%;
    left: 5%;
  }
  .main_visual_message_area_main {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .main_visual_message_area_sub {
    top: 30%;
    font-size: 1.6rem;
  }
  .main_visual_img {
    width: 90%;
    top: auto;
    bottom: 0;
    border-radius: 20px 0px 0px 20px;
  }
  .main_visual.page_title {
    background: transparent;
    height: 70vh;
  }
  .main_visual.page_title .main_visual_img {
    width: 95%;
  }
  .main_visual.page_title .main_visual_message_area {
    width: 90%;
  }
  .main_visual.page_title .main_visual_message_area_main {
    margin-bottom: 10px;
  }
}

.top_message {
  background-image: linear-gradient(90deg, rgba(255, 158, 79, 0.2), rgba(255, 245, 237, 0.2) 50%, rgba(255, 158, 79, 0.2));
  text-align: center;
}
.top_message img {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .top_message {
    background: linear-gradient(to right, rgba(255, 158, 79, 0.2), rgba(255, 245, 237, 0.2), rgba(255, 158, 79, 0.2));
    text-align: left;
  }
}
.top_business_slider li {
  margin: 0 30px;
}
.top_work {
  background-image: url(../img/bg.png);
  background-position-x: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 100px;
  overflow-x: hidden;
}
.top_work .container {
  padding-bottom: 60px;
}
.top_work h2.head_text {
  text-align: left;
}
.top_work ul {
  gap: 50px;
}
.top_work ul .head_text_sub {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.top_work li {
  display: block;
  width: 570px;
  border-radius: 30px;
  border: 1px solid #4FADE7;
  padding: 50px 40px;
  background-color: #ffffff;
}
.top_work li img {
  margin-bottom: 30px;
  max-width: 305px;
  width: 100%;
  height: auto;
}
.top_work li p {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_work {
    position: relative;
  }
  .top_work:before {
    content: "";
    width: 100%;
    height: 80%;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  .top_work .container {
    position: relative;
    padding-bottom: 30px;
  }
  .top_work ul {
    position: relative;
    gap: 20px;
  }
  .top_work li {
    width: 95%;
    padding: 30px 20px;
  }
  .top_work li p {
    margin-bottom: 30px;
  }
}
.top_interview h2 + p {
  margin-bottom: 40px;
  text-align: center;
}
.top_interview ul {
  justify-content: center;
  gap: 50px 40px;
}
.top_interview li {
  width: 510px;
  height: 360px;
  position: relative;
}
.top_interview a {
  display: block;
  width: 100%;
  height: 100%;
}
.top_interview a:hover {
  opacity: 0.7;
}
.top_interview_detail {
  display: inline-block;
  border-radius: 10px;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 10px;
  left: 210px;
}
.top_interview_detail_message {
  margin-bottom: 0;
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.top_interview_detail_profile {
  color: #8D8D8D;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1155px) {
  .top_interview ul {
    gap: 30px;
  }
  .top_interview li {
    width: 48%;
  }
}
@media screen and (max-width: 845px) {
  .top_interview li {
    width: 310px;
  }
  .top_interview_detail {
    left: 15%;
    padding-right: 20px;
  }
  .top_interview_detail_message {
    font-size: 1.8rem;
  }
}
.top_workspace {
  background-color: #FFA321;
}
.top_workspace .container {
  padding: 60px 0;
}
.top_workspace_box {
  border-radius: 30px;
  padding: 40px 60px;
  background-color: #ffffff;
}
.top_workspace .flex_box {
  justify-content: center;
  align-items: flex-start;
  gap: 20px 40px;
}
.top_workspace img {
  width: 50%;
  max-width: 480px;
}
.top_workspace .text_area {
  flex: 1;
}
.top_workspace h3.head_text {
  margin-bottom: 20px;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 500;
}
.top_workspace p {
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top_workspace .container {
    padding: 40px 0;
  }
  .top_workspace_box {
    border-radius: 20px;
    padding: 40px 20px;
  }
  .top_workspace img {
    width: 100%;
    max-width: 350px;
  }
  .top_workspace h3.head_text {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.top_require {
  background-color: #FFF5ED;
}

.faq ul {
  gap: 20px;
}
.faq li {
  padding: 20px;
  background-color: #FFF5ED;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
}
.faq li .flex_box {
  align-items: center;
  gap: 0 10px;
}
.faq li i {
  color: #4FADE7;
  font-size: 2.4rem;
  position: absolute;
  top: 30px;
  right: 20px;
}
.faq li i.fa-caret-up {
  display: none;
}
.faq li .faq_answer {
  display: none;
}
.faq li.opened i.fa-caret-down {
  display: none;
}
.faq li.opened i.fa-caret-up {
  display: block;
}
.faq span {
  display: inline-block;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding-top: 10px;
  color: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
.faq_question span {
  background-color: #4FADE7;
}
.faq_question p {
  font-size: 2rem;
}
.faq_answer {
  margin-top: 30px;
}
.faq_answer span {
  background-color: #FFA321;
}
.faq_answer b {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .faq li .flex_box {
    align-items: flex-start;
  }
  .faq span {
    width: 30px;
    padding-top: 5px;
    font-size: 2rem;
  }
  .faq span + p {
    flex: 1;
  }
  .faq_question i {
    top: 22px;
  }
  .faq_question p {
    font-size: 1.6rem;
  }
}

.require_tab_list {
  margin-bottom: 40px;
  gap: 20px 20px;
}
.require_tab_item {
  width: auto;
  border-radius: 35px;
  padding: 15px 15px;
  background-color: #ffffff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s ease;
  cursor: pointer;
}
.require_tab_item.selected {
  background-color: #FF9E4F;
  color: #ffffff;
}
.require_tab_item:hover {
  background-color: #FF9E4F;
  color: #ffffff;
}
.require_content_item {
  border-radius: 30px;
  overflow: hidden;
  display: none;
}
.require_content_item.show {
  display: block;
}
.require_content_item_detail {
  padding: 40px 8%;
  background-color: #ffffff;
}
.require_content_item h3 {
  padding: 20px 30px;
  background-color: #FF9E4F;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.require_content_item dl {
  width: 100%;
  max-width: 1000px;
}
.require_content_item dt,
.require_content_item dd {
  padding: 20px 10px;
}
.require_content_item dt:not(:last-child),
.require_content_item dd:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
.require_content_item dt {
  width: 20%;
  color: #4FADE7;
}
.require_content_item dt:last-of-type {
  border-bottom: none;
}
.require_content_item dd {
  width: 80%;
}
.require_content_item dd span {
  color: #ff7d13;
}
@media screen and (max-width: 767px) {
  .require_tab_list {
    gap: 10px;
    margin-bottom: 20px;
  }
  .require_tab_item {
    padding: 7px 10px;
    font-size: 1.4rem;
  }
  .require_content_item {
    border-radius: 20px;
  }
  .require_content_item h3 {
    font-size: 1.8rem;
  }
  .require_content_item_detail {
    padding: 20px 15px;
  }
  .require_content_item_detail dt,
  .require_content_item_detail dd {
    width: 100%;
    font-size: 1.5rem;
  }
  .require_content_item_detail dt {
    padding: 10px 10px 5px;
  }
  .require_content_item_detail dt:not(:last-child) {
    border-bottom: none;
  }
  .require_content_item_detail dd {
    padding: 0 10px 10px;
  }
}

.flow {
  background-color: #FFF5ED;
}
.flow .head_text_after_msg {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.4rem;
}
.flow ul {
  gap: 20px;
}
.flow li {
  padding: 15px 40px;
  background-color: #ffffff;
  align-items: center;
  gap: 20px 30px;
  border-radius: 10px;
}
.flow_step {
  display: inline-block;
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding-top: 20px;
  background-color: #FFA321;
  color: #ffffff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.flow h3.head_text {
  margin-bottom: 10px;
  text-align: left;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .flow .head_text_after_msg {
    margin-bottom: 80px;
    font-size: 2rem;
  }
  .flow ul {
    gap: 100px;
  }
  .flow li {
    position: relative;
    padding: 70px 20px 30px;
  }
  .flow_step {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
  .flow h3.head_text {
    text-align: center;
  }
}

.company dl {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.company dt,
.company dd {
  padding: 20px;
  border-bottom: 1px solid #DDDDDD;
}
.company dt {
  width: 20%;
  color: #4FADE7;
}
.company dd {
  width: 80%;
}
.company ul {
  padding-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}
@media screen and (max-width: 767px) {
  .company dt,
  .company dd {
    width: 100%;
  }
  .company dt {
    padding: 10px 20px 5px;
  }
  .company dt:not(:last-child) {
    border-bottom: none;
  }
  .company dd {
    padding: 0 20px 10px;
  }
}

.cta {
  background-size: cover;
  position: relative;
  z-index: 0;
}
.cta:after {
  content: "";
  background-image: linear-gradient(90deg, rgba(79, 173, 231, 0.3019607843), #e9f7ff 50%, rgba(79, 173, 231, 0.3019607843));
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  bottom: -5px;
  z-index: -1;
  overflow: hidden;
}
.cta p {
  margin: 150px 0 200px;
  text-align: center;
  font-family: "Cinzel", serif;
  font-size: 34px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .cta:after {
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    left: 0;
    right: 0;
  }
}

.message_top_area {
  margin-bottom: 60px;
  position: relative;
}
.message_top_area_text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.message_top_area_text p {
  display: inline;
  text-align: left;
  background-color: #ffffff;
  padding-bottom: 7px;
}
.message_top_area img {
  margin: 0 0 0 auto;
}
.message_text {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 400;
}
.message_text_sign {
  margin-top: 40px;
  text-align: right;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .message_top_area {
    margin-bottom: 30px;
  }
  .message_top_area_text {
    margin-top: 10px;
    position: inherit;
    bottom: auto;
  }
  .message_top_area_text p {
    font-size: 2.2rem;
    padding-bottom: 0;
    line-height: 1.5;
  }
}

.policy {
  background-color: #E9F7FF;
}
.policy .container {
  padding-top: 50px;
}
.policy dt {
  font-weight: 500;
}
.policy dd:not(:last-of-type) {
  margin-bottom: 100px;
}
.policy ul {
  justify-content: center;
  gap: 40px;
}
.policy ul li {
  width: 330px;
  padding-top: 90px;
}
.policy ul img {
  margin: 0 auto 50px;
}
.policy ul p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.6rem;
}
.policy_box {
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  text-align: center;
  font-weight: 400;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .policy_box_mission {
    text-align: left;
  }
}

.work .container {
  padding: 50px 0;
}
.work_introduce .flex_box {
  align-items: flex-start;
  gap: 30px 70px;
}
.work_introduce img {
  width: 40%;
  max-width: 480px;
}
.work_introduce .text_area {
  flex: 1;
}
.work_introduce h3 {
  margin-bottom: 20px;
  color: #FF9E4F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .work_introduce h2 span {
    font-size: 2.2rem;
  }
  .work_introduce img {
    width: 100%;
  }
  .work_introduce h3 {
    font-size: 2rem;
  }
}
.work_content .container {
  padding-bottom: 100px;
}
.work_content .flex_box {
  justify-content: center;
}
.work_content ul {
  gap: 30px 40px;
}
.work_content li {
  width: 45%;
  max-width: 480px;
  border: 1px solid #4FADE7;
  padding: 30px 30px 60px;
  border-radius: 10px;
}
.work_content i {
  display: block;
  margin-bottom: 10px;
  color: #4FADE7;
  text-align: center;
  font-size: 2.4rem;
}
.work_content h3 {
  margin: 20px auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .work_content li {
    width: 100%;
    padding: 30px 20px 40px;
  }
}
.work_feature {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.work_feature.work01 {
  background-image: url(../img/work01_feature_bg.webp);
}
.work_feature.work02 {
  background-image: url(../img/work02_feature_bg.webp);
}
.work_feature.work03 {
  background-image: url(../img/work03_feature_bg.webp);
}
.work_feature.work04 {
  background-image: url(../img/work04_feature_bg.webp);
}
.work_feature .head_text {
  margin-bottom: 0;
}
.work_feature .head_text_under {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .work_feature .head_text_under {
    text-align: left;
  }
  .work_feature .head_text_under h2 span {
    font-size: 2.2rem;
  }
}
.work_feature li {
  padding: 40px;
  align-items: flex-start;
  gap: 30px 60px;
}
.work_feature li:nth-of-type(2n + 2) {
  flex-direction: row-reverse;
}
.work_feature li:not(:last-child) {
  border-bottom: 2px dashed #4FADE7;
}
.work_feature img {
  width: 50%;
  max-width: 480px;
}
.work_feature .text_area {
  flex: 1;
}
.work_feature h3.head_text {
  margin-bottom: 20px;
  text-align: left;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .work_feature li {
    padding: 30px 10px;
  }
  .work_feature li:nth-of-type(2n + 2) {
    flex-direction: column;
  }
  .work_feature img {
    width: 100%;
  }
  .work_feature h3.head_text {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .work_feature h2 span {
    font-size: 2.2rem;
  }
}
.work_schedule ul {
  gap: 40px;
}
.work_schedule li {
  align-items: flex-start;
  gap: 40px;
}
.work_schedule li:nth-of-type(2n + 1) span {
  background-color: #4FADE7;
}
.work_schedule li:nth-of-type(2n + 1) .flex_box {
  background-color: #E9F7FF;
}
.work_schedule li:nth-of-type(2n + 2) span {
  background-color: #FF9E4F;
}
.work_schedule li:nth-of-type(2n + 2) .flex_box {
  background-color: #FFF5ED;
}
.work_schedule li:not(:last-child) {
  position: relative;
}
.work_schedule li:not(:last-child):before {
  content: "";
  width: 2px;
  height: calc(100% + 40px);
  background-color: #DDDDDD;
  position: absolute;
  top: 0;
  left: 50px;
  z-index: -1;
}
.work_schedule li .flex_box {
  flex: 1;
  padding: 20px 30px;
  align-items: flex-start;
  gap: 20px 40px;
}
.work_schedule li .flex_box .text_area {
  flex: 1;
}
.work_schedule li .flex_box img {
  width: 30%;
  max-width: 270px;
}
.work_schedule span {
  display: inline-block;
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding-top: 35px;
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.work_schedule h3.head_text {
  margin-bottom: 5px;
  text-align: left;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .work_schedule li {
    gap: 10px;
  }
  .work_schedule li:not(:last-child):before {
    left: 30px;
  }
  .work_schedule li .flex_box {
    padding: 30px 20px;
  }
  .work_schedule li .flex_box img {
    width: 100%;
  }
  .work_schedule span {
    width: 60px;
    padding-top: 20px;
    font-size: 1.8rem;
  }
}
.work_schedule h3.head_text {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.work_schedule h2 .sp_sub_text {
  width: auto;
  font-size: 2.2rem;
  font-weight: 500;
}
.work_schedule04 li:not(:last-child) {
  position: relative;
}
.work_schedule04 li:not(:last-child):before {
  content: none;
}

.require {
  background: linear-gradient(to right, rgba(79, 173, 231, 0.3019607843), #E9F7FF, rgba(79, 173, 231, 0.2));
}
.require .container {
  margin-top: 100px;
  padding: 50px 0 100px;
}

.interview_top .container {
  padding-bottom: 0;
}
.interview_top_info_detail {
  display: inline-block;
  padding: 5px 15px 7px;
  border-radius: 20px;
  background-color: #FF9E4F;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .interview_top_info_detail {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
.interview_faq ul {
  gap: 70px;
}
.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: flex-start;
}
.interview_faq li.flex_box img {
  width: 45%;
  max-width: 480px;
}
.interview_faq li.flex_box .text_area {
  flex: 1;
}
.interview_faq li.flex_box.reverse {
  flex-direction: row-reverse;
}
.interview_faq li:not(.flex_box) {
  text-align: center;
}
.interview_faq li:not(.flex_box) .flex_box {
  justify-content: center;
}
.interview_faq li:not(.flex_box) img {
  margin: 40px auto 0;
}
.interview_faq span {
  display: inline-block;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding-top: 10px;
  background-color: #4FADE7;
  color: #ffffff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
}
.interview_faq h3.head_text {
  margin-bottom: 0;
  text-align: left;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .interview_faq ul {
    gap: 40px;
  }
  .interview_faq li.flex_box {
    flex-direction: column-reverse;
  }
  .interview_faq li.flex_box img {
    width: 100%;
  }
  .interview_faq li.flex_box.reverse {
    flex-direction: column-reverse;
  }
  .interview_faq li:not(.flex_box) {
    text-align: left;
  }
  .interview_faq li:not(.flex_box) img {
    margin: 20px auto 0;
  }
  .interview_faq span {
    width: 35px;
    padding-top: 7px;
    font-size: 2rem;
  }
  .interview_faq h3.head_text {
    flex: 1;
    font-size: 2rem;
  }
}

.workspace_data .require_tab_list {
  margin-bottom: 40px;
  justify-content: stretch;
  gap: 10px 20px;
}
.workspace_data .require_tab_item {
  width: 200px;
  border-radius: 35px;
  padding: 15px 5px;
  background-color: #fff;
  color: #4FADE7;
  border: 1px solid #4FADE7;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s ease;
  cursor: pointer;
}
.workspace_data .require_tab_item:not(:nth-of-type(2)) {
  padding-top: 20px;
}
.workspace_data .require_tab_item.selected {
  background-color: #4FADE7;
  color: #ffffff;
}
.workspace_data .require_tab_item:hover {
  background-color: #4FADE7;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .workspace_data .require_tab_item {
    width: 100%;
    padding: 15px 0px;
  }
}
.workspace_data .require_content_item {
  border-radius: 10px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.workspace_data .require_content_item.show {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.workspace_data .require_content_list .grid_container {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1.5fr;
  grid-template-rows: 250px 250px 250px;
}
.workspace_data .require_content_list .grid_container .grid_item {
  border: 2px solid #4FADE7;
  background-color: #fff;
  border-radius: 10px;
}
.workspace_data .require_content_list .grid_container .grid_item_small1 {
  grid-column: 1/2;
  grid-row: 1/2;
}
.workspace_data .require_content_list .grid_container .grid_item_small2 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.workspace_data .require_content_list .grid_container .grid_item_colmun_big {
  grid-column: 3/4;
  grid-row: 1/3;
}
.workspace_data .require_content_list .grid_container .grid_item_row_middle {
  grid-column: 1/3;
  grid-row: 2/3;
}
.workspace_data .require_content_list .grid_container .grid_item h3 {
  padding: 0;
  background-color: transparent;
  margin: 20px 0 0 30px;
  font-weight: 600;
  color: #333;
}
.workspace_data .require_content_list .grid_container .grid_item:nth-of-type(1) img {
  max-width: 177px;
  height: auto;
  margin-top: 20px;
}
.workspace_data .require_content_list .grid_container .grid_item:nth-of-type(2) img {
  max-width: 178px;
  height: auto;
}
.workspace_data .require_content_list .grid_container .grid_item:nth-of-type(3) img {
  max-width: 312px;
  height: auto;
}
.workspace_data .require_content_list .grid_container .grid_item:nth-of-type(4) img {
  max-width: 347px;
  height: auto;
}
.workspace_data .require_content_list .grid_container .grid_item:nth-of-type(4) p {
  text-align: right;
  padding-right: 40px;
}
.workspace_data .require_content_list .grid_container .grid_item img {
  display: block;
  margin: 10px auto;
  width: 100%;
}
.workspace_data .require_content_list .grid_container .grid_row_big {
  grid-column: 1/4;
  grid-row: 3/4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.workspace_data .require_content_list .grid_container .grid_row_big .grid_item .flex_box {
  align-items: end;
}
.workspace_data .require_content_list .grid_container .grid_row_big .grid_item .flex_box .img_data_01 {
  max-width: 200px;
  width: 50%;
  height: 100%;
  margin-left: 20px;
}
.workspace_data .require_content_list .grid_container .grid_row_big .grid_item .flex_box .img_deco_01 {
  max-width: 75px;
  width: 100%;
  height: 100%;
}
.workspace_data .require_content_list .grid_container .grid_row_big .grid_item .flex_box .img_data_02 {
  max-width: 176px;
  width: 50%;
  height: 100%;
  margin-right: 20px;
}
.workspace_data .require_content_list .grid_container .grid_row_big .grid_item .flex_box .img_deco_02 {
  max-width: 148px;
  width: 30%;
  height: 100%;
  margin-left: 20px;
}
@media screen and (max-width: 1100px) {
  .workspace_data .require_content_list .grid_container {
    gap: 20px;
  }
}
@media screen and (max-width: 950px) {
  .workspace_data .require_content_list .grid_container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
  }
  .workspace_data .require_content_list .grid_container .grid_item img {
    width: 80%;
  }
  .workspace_data .require_content_list .grid_container .grid_item_small1 {
    grid-column: 1;
    grid-row: 100%;
  }
  .workspace_data .require_content_list .grid_container .grid_item_small2 {
    grid-column: 1;
    grid-row: auto;
  }
  .workspace_data .require_content_list .grid_container .grid_item_colmun_big {
    grid-row: auto;
    grid-column: 1;
  }
  .workspace_data .require_content_list .grid_container .grid_item_row_middle {
    grid-row: auto;
    grid-column: 1;
  }
  .workspace_data .require_content_list .grid_container .grid_item:nth-of-type(1) img {
    margin-bottom: 20px;
  }
  .workspace_data .require_content_list .grid_container .grid_item:nth-of-type(3) img {
    margin-bottom: 40px;
  }
  .workspace_data .require_content_list .grid_container .grid_row_big {
    grid-column: 1;
    grid-row: auto;
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.workspace_data_benefit .container {
  padding-top: 0px;
}
.workspace_data_benefit_area .flex_box {
  border: 2px solid #4FADE7;
  border-radius: 10px;
  padding: 30px 60px;
  gap: 0px 100px;
}
.workspace_data_benefit_area .flex_box li {
  font-size: 1.8rem;
  position: relative;
  margin-top: 10px;
}
.workspace_data_benefit_area .flex_box li:after {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  background-image: url(../img/header_meun_icon_headt.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 16px;
  left: -18px;
}
@media screen and (max-width: 767px) {
  .workspace_data_benefit_area .flex_box {
    padding: 20px 40px;
  }
  .workspace_data_benefit_area .flex_box li {
    font-weight: 400;
    font-size: 1.6rem;
  }
  .workspace_data_benefit_area .flex_box li:after {
    top: 12px;
  }
}
.workspace_data_welfare {
  background-image: url(../img/welfare_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.workspace_data_welfare ul {
  justify-content: center;
  gap: 40px;
}
.workspace_data_welfare li {
  width: 45%;
  max-width: 520px;
  border-radius: 30px;
  padding: 40px 30px;
  background-color: #ffffff;
  text-align: center;
}
.workspace_data_welfare img {
  width: 280px;
  aspect-ratio: 3/2;
  margin: 0 auto 20px;
  background-color: #4FADE7;
}
.workspace_data_welfare p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .workspace_data_welfare li {
    width: 100%;
    max-width: 350px;
    padding: 40px 20px;
  }
  .workspace_data_welfare .no_image {
    margin-bottom: 10px;
  }
  .workspace_data_welfare p {
    font-size: 1.8rem;
  }
}

form a {
  text-decoration: underline;
}
form a:hover {
  color: #4FADE7;
}
form dl {
  display: flex;
  flex-wrap: wrap;
  border-top: none;
  border: 1px solid #4FADE7;
  border-radius: 30px;
  padding: 60px 10%;
  text-align: left;
  margin-bottom: 60px;
  background-color: #ffffff;
}
form dt {
  width: 25%;
  padding: 25px 15px;
  box-sizing: border-box;
  border-bottom: solid 1px #D1D1D1;
}
form dt:last-of-type {
  border-bottom: none;
}
form dd {
  padding: 25px 15px;
  margin: 0;
  width: 75%;
  box-sizing: border-box;
  border-bottom: solid 1px #D1D1D1;
}
form dd:last-child {
  border-bottom: none;
}
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 #BABABA;
  padding: 3px 10px;
  background-color: #FFFFFF;
}
form textarea {
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #BABABA;
  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: #ffa321;
  font-size: 10px;
  line-height: 1.5em;
  color: #FFFFFF;
  margin: 0 0 0 10px;
  padding: 2px 5px;
  border-radius: 10px;
}
form #image-btn {
  margin-top: 10px;
  text-align: center;
}
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;
    border-radius: 20px;
  }
  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;
}

.contact .flex_box {
  justify-content: center;
  gap: 40px;
  padding: 0 0 20px;
}
.contact .flex_box .contact_box {
  text-align: center;
  width: 100%;
}
.contact .flex_box .contact_box .btn {
  font-size: 2rem;
}
.contact .flex_box .contact_box p {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.contact .contact_text {
  text-align: center;
  margin-bottom: 40px;
}
.contact .contact_text .must {
  display: inline-block;
  background-color: #4FADE7;
  font-size: 15px;
  line-height: 1.5em;
  color: #FFF;
  margin: 0 10px 0 10px;
  padding: 2px 10px;
  border-radius: 15px;
}

.privacy h2 + p {
  margin-bottom: 50px;
  font-size: 1.8rem;
}
.privacy dt.head_text {
  margin-bottom: 10px;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 500;
}
.privacy dd:not(:last-child) {
  margin-bottom: 40px;
}
.privacy ul {
  padding-left: 20px;
  margin-top: 10px;
  list-style-type: disc;
  list-style-position: outside;
}
.privacy_address {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .privacy p {
    margin-bottom: 30px;
  }
  .privacy dt {
    font-size: 1.8rem;
  }
  .privacy dd:not(:last-child) {
    margin-bottom: 30px;
  }
}

.sitemap div.flex_box {
  justify-content: center;
  gap: 30px 10%;
}
.sitemap ul {
  width: 100%;
  max-width: 360px;
  gap: 30px;
}
.sitemap_btn {
  width: 100%;
  border: 1px solid #4FADE7;
  border-radius: 40px;
  padding: 15px 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.sitemap_btn:hover {
  opacity: 0.7;
}
.sitemap_btn.blue {
  background-color: #4FADE7;
  color: #ffffff;
}
.sitemap_btn.white {
  text-indent: 2rem;
}
@media screen and (max-width: 1024px) {
  .sitemap div.flex_box {
    gap: 30px 50px;
  }
  .sitemap_btn {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sitemap div.flex_box {
    align-items: center;
    gap: 15px;
  }
  .sitemap ul {
    gap: 15px;
  }
}

.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 */