@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap" rel="stylesheet');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

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

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

main {
  margin-top: 71px;
}

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 {
  font-weight: 400;
  line-height: 1.5;
}

.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: 80px 0;
  }
}

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

.page_title {
  height: 300px;
  overflow-x: hidden;
  position: relative;
}
.page_title_text_area {
  width: 30%;
  min-width: 400px;
  height: 100%;
  background-image: url(../img/page_title_deco.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
.page_title h2 {
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.page_title h2 span {
  display: block;
  margin-top: 50px;
  font-size: 2rem;
}
.page_title img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 30%;
}
@media screen and (max-width: 767px) {
  .page_title_text_area {
    width: 100%;
    height: 40%;
  }
  .page_title h2 span {
    margin-top: 10px;
  }
  .page_title img {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }
}

#pan {
  width: 90%;
  max-width: 1200px;
  margin: 10px auto 0;
  font-weight: normal;
  text-align: right;
}
#pan li {
  font-size: 1.2rem;
  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;
}
#pan li:last-child::before {
  display: none;
}
#pan a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #pan {
    margin-left: 20px;
    line-height: 1;
  }
}

.btn {
  width: 240px;
  border-radius: 30px;
  border: 1px solid #222;
  padding: 15px;
  background-color: #ffffff;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #222;
  color: #ffffff;
}
.btn_box {
  text-align: center;
}
.head_text {
  margin-bottom: 80px;
  position: relative;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
.head_text:after {
  content: "";
  width: 500px;
  height: 13px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.head_text_center {
  text-align: center;
}
.head_text_blue:after {
  background-image: url(../img/wave_blue.webp);
}
.head_text_orange:after {
  background-image: url(../img/wave_orange.webp);
}
@media screen and (max-width: 767px) {
  .head_text {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
  .head_text:after {
    width: 250px;
    height: 11px;
    bottom: -15px;
  }
  .head_text_orange:after {
    left: 0;
    transform: translateX(0);
  }
}

.text_main {
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .text_main {
    text-align: center;
    font-size: 2rem;
  }
}

.tel_num_address {
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 1.5;
}
.tel_num_address span {
  display: inline-block;
  border-radius: 20px;
  padding: 0 7px;
  margin-right: 5px;
  background-color: #222222;
  color: #ffffff;
  font-size: 1.5rem;
}
.tel_num_info {
  font-size: 1.4rem;
}
.tel_num.btn {
  padding: 10px;
  font-size: 2.4rem;
  font-weight: 500;
}
.tel_num.btn span {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.6rem;
}
.tel_num:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .tel_num {
    pointer-events: none;
  }
}

.scroll_top {
  display: none;
  width: 90px;
  transition: all 0s;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.scroll_top:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .scroll_top {
    bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .only_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}
.header {
  width: 100%;
  padding: 10px 40px;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
}
.header_logo {
  width: 300px;
}
.header_logo:hover {
  opacity: 0.7;
}
.header_logo img {
  width: 100%;
}
.header nav {
  flex: 1;
}
.header nav ul {
  justify-content: flex-end;
  align-items: center;
  gap: 10px 40px;
}
.header nav ul .dl-nav-list {
  position: relative;
  transition: all 0.3s;
}
.header nav ul .dl-nav-list .dropdown-box {
  visibility: hidden;
  opacity: 0;
  width: auto;
  height: auto;
  position: absolute;
  top: 40px;
  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;
  border: 1px solid #222;
}
.header nav ul .dl-nav-list .dropdown-box_list_interview {
  gap: 10px;
  display: flex;
  font-size: 1.5rem;
}
.header nav ul .dl-nav-list .dropdown-box_list_interview:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #87D084;
}
.header nav ul .dl-nav-list .dropdown-box_list_interview_item {
  width: 180px;
  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 nav ul .dl-nav-list .dropdown-box_list_interview_item:last-of-type {
  background-image: none;
}
.header nav ul .dl-nav-list .dropdown-box_list_interview_item a:hover {
  color: #87D084;
}
.header nav ul .dl-nav-list .dropdown-box_list_work {
  gap: 10px;
  display: flex;
  font-size: 1.5rem;
}
.header nav ul .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 nav ul .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 nav ul .dl-nav-list .dropdown-box_list_work_item:last-of-type {
  background-image: none;
}
.header nav ul .dl-nav-list .dropdown-box_list_work_item a:hover {
  color: #FF9E4F;
}
.header nav ul .dl-nav-list:hover .dropdown-box {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 1050px) {
  .header {
    padding: 10px 20px;
  }
  .header_logo {
    width: 200px;
  }
  .header nav ul {
    gap: 10px 20px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header nav {
    display: none;
  }
}

.burger_btn,
.close_btn {
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #222;
  background-color: #ffffff;
  text-align: center;
  font-size: 2.6rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.burger_btn:hover,
.close_btn:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .burger_btn {
    display: none;
  }
}
.overlay {
  display: none;
  width: 100%;
  border-bottom: 1px solid #222;
  background-color: #F9F6F7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  overflow-y: scroll;
}
.overlay .close_btn {
  position: absolute;
  top: 10px;
  right: 20px;
}
.overlay ul {
  gap: 10px;
}
.overlay ul:not(.inner_menu) {
  padding: 50px 20px 20px;
}
.overlay ul.inner_menu {
  padding: 0 20px 20px;
}
.overlay i.fa-arrow-right {
  padding-left: 5px;
  transform: rotate(-45deg);
}
.overlay .btn {
  margin-top: 15px;
}

.footer {
  width: 100%;
  left: 0;
  top: 100vh;
  position: sticky;
  margin-top: 50px;
  background-image: url(../img/footer_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer .container {
  padding: 70px 0 100px;
  justify-content: space-between;
  align-items: flex-start;
}
.footer img {
  width: 300px;
}
.footer ul {
  margin-bottom: 60px;
  gap: 20px;
}
.footer a:hover {
  opacity: 0.7;
}
.footer_copyright {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .footer {
    background-position: left;
  }
  .footer .container {
    padding: 40px 20px 20px;
  }
  .footer img {
    width: 200px;
    margin: 0 auto 30px;
  }
  .footer nav {
    width: 100%;
  }
  .footer ul {
    margin-bottom: 30px;
    gap: 10px;
  }
  .footer_copyright {
    text-align: center;
  }
}

.first_view {
  width: 100%;
  height: 90vh;
  max-height: 650px;
  padding: 80px 0 150px;
  background-image: url(../img/fv_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.first_view_slider li {
  width: 611px;
  margin: 0 25px;
}
.first_view_message {
  width: 590px;
  border-radius: 15px;
  border: 1px solid #222;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 10px 10px 0 #222222;
  position: absolute;
  bottom: -85px;
  left: 15%;
}
.first_view_message_main {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 10px;
  font-size: 3.2rem;
  line-height: 1.5;
}
.first_view_entry_link {
  display: block;
  width: 170px;
  aspect-ratio: 1/1;
  border: 1px solid #222;
  border-radius: 50%;
  padding: 50px 0;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 5px 5px 0 #222222;
  font-size: 2rem;
  position: absolute;
  bottom: 60px;
  right: 5%;
  position: fixed;
  z-index: 1;
}
.first_view_entry_link:hover {
  box-shadow: none;
}
@media screen and (max-width: 1200px) {
  .first_view {
    max-height: 550px;
    padding: 60px 0 100px;
  }
  .first_view_message {
    left: 3%;
  }
  .first_view_entry_link {
    right: 3%;
  }
}
@media screen and (max-width: 855px) {
  .first_view_message {
    width: 90%;
    max-width: 320px;
    padding: 15px 20px;
    font-size: 1.4rem;
    left: 45%;
    transform: translateX(-50%);
    bottom: 0px;
  }
  .first_view_message_main {
    font-size: 1.8rem;
  }
  .first_view_entry_link {
    bottom: 0;
    right: 0;
    max-width: 767px;
    width: 100%;
    border-radius: 0;
    height: 70px;
    padding: 20px;
    font-size: 1.6rem;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
}

.top_message_recruit .container {
  padding-top: 200px;
}
.top_message_recruit .flex_box {
  gap: 30px 50px;
}
.top_message_recruit img {
  width: 50%;
  max-width: 470px;
}
.top_message_recruit .text_area {
  flex: 1;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top_message_recruit .container {
    padding-top: 100px;
  }
  .top_message_recruit .flex_box {
    flex-direction: column-reverse;
  }
  .top_message_recruit img {
    width: 100%;
  }
}
.top_message_ceo .container {
  padding-bottom: 100px;
}
.top_message_ceo .container .flex_box {
  gap: 30px 40px;
}
.top_message_ceo .container img {
  width: 50%;
  max-width: 500px;
  height: auto;
}
.top_message_ceo .container .text_area {
  margin-top: 30px;
  margin-bottom: 20px;
  flex: 1;
}
.top_message_ceo .container .text_area span {
  background: linear-gradient(transparent 50%, #FCF069 50%);
}
.top_message_ceo .container .sign {
  text-align: right;
  margin-top: 20px;
}
.top_message_ceo .container .sign p {
  margin-bottom: 10px;
  font-size: 2rem;
}
.top_message_ceo .container .sign img {
  width: 180px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .top_message_ceo .container img {
    width: 100%;
  }
  .top_message_ceo .container .sign {
    margin-top: 20px;
  }
  .top_message_ceo .container .sign p {
    font-size: 1.6rem;
  }
  .top_message_ceo .container .sign img {
    width: 150px;
  }
}
.top_policy {
  border-radius: 30px;
  background-color: #FFF5ED;
  text-align: center;
}
.top_policy .container {
  padding: 50px 0;
}
.top_policy_box {
  border-radius: 20px;
  padding: 40px;
  background-color: #ffffff;
}
.top_policy ul {
  margin: 30px 0;
  justify-content: center;
  gap: 35px;
}
.top_policy li {
  width: 310px;
  aspect-ratio: 1/1;
  padding-top: 80px;
  background-position: center;
  background-size: contain;
}
.top_policy li:nth-of-type(1) {
  background-image: url(../img/top_policy_bg01.webp);
}
.top_policy li:nth-of-type(2) {
  background-image: url(../img/top_policy_bg02.webp);
}
.top_policy li:nth-of-type(3) {
  background-image: url(../img/top_policy_bg03.webp);
}
.top_policy li:nth-of-type(4) {
  background-image: url(../img/top_policy_bg04.webp);
}
.top_policy li:nth-of-type(5) {
  background-image: url(../img/top_policy_bg05.webp);
}
.top_policy h3 {
  margin-bottom: 50px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .top_policy_box {
    padding: 20px;
  }
  .top_policy .text_main + p,
  .top_policy ul + p {
    text-align: left;
  }
  .top_policy li {
    width: 260px;
  }
  .top_policy h3 {
    margin-bottom: 30px;
  }
}
.top_work {
  padding-bottom: 70px;
  background-image: url(../img/top_work_bg.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.top_work li {
  gap: 40px 40px;
}
.top_work li:nth-of-type(2n + 2) {
  flex-direction: row-reverse;
  margin-top: 60px;
}
.top_work li:nth-of-type(2n + 2) .text_area {
  padding-top: 120px;
}
.top_work img {
  flex: 1;
  max-width: 990px;
  mix-blend-mode: multiply;
}
.top_work .text_area {
  width: 500px;
  padding-top: 70px;
}
.top_work h3.head_text {
  margin-bottom: 40px;
  font-size: 2.4rem;
}
.top_work p {
  margin-bottom: 30px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_work {
    background-image: url(../img/top_work_bg_sp.webp);
  }
  .top_work ul {
    gap: 50px;
  }
  .top_work li:nth-of-type(2n + 2) {
    flex-direction: column;
    margin-top: 0;
  }
  .top_work li:nth-of-type(2n + 2) img {
    margin: 0 0 0 auto;
  }
  .top_work li:nth-of-type(2n + 2) .text_area {
    padding-top: 0px;
  }
  .top_work .text_area {
    width: 100%;
    padding: 0 20px;
  }
  .top_work img {
    width: 95%;
  }
  .top_work h3.head_text {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  .top_work h3.head_text:after {
    left: 0;
    transform: translateX(0);
  }
}
.top_interview {
  padding: 50px 0 80px;
}
.top_interview h2 + p {
  margin-bottom: 100px;
  text-align: center;
}
.top_interview .interview_under_text {
  text-align: center;
  margin-bottom: 50px;
}
.top_interview ul {
  display: flex;
}
.top_interview li {
  width: 480px;
}
.top_interview a {
  display: block;
}
.top_interview a img {
  margin-bottom: 10px;
}
.top_interview a img:nth-of-type(2) {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.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 .text_area {
  padding: 0 50px;
}
.top_interview .text_area p {
  font-size: 2rem;
  font-weight: 500;
}
.top_interview .text_area span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .top_interview {
    padding-bottom: 0;
  }
  .top_interview h2 + p {
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: left;
  }
  .top_interview li .text_area p {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }
  .top_interview li .text_area span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.top_workspace {
  background-image: url(../img/top_workspace_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.top_workspace h2 + p {
  margin-bottom: 30px;
}
.top_workspace .btn {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_workspace {
    background-position: 18%;
  }
  .top_workspace h2 + p {
    margin-bottom: 10px;
    text-align: left;
  }
  .top_workspace .btn {
    margin-bottom: 30px;
  }
  .top_workspace img {
    margin: 0 auto;
  }
}
.top_require .container {
  padding-top: 40px;
}
.top_require_tag_list {
  margin-bottom: 40px;
  justify-content: center;
  gap: 10px 20px;
}
.top_require_tag_item {
  width: auto;
  min-width: 240px;
  cursor: pointer;
}
.top_require_tag_item.selected {
  background-color: #222222;
  color: #ffffff;
}
.top_require_content_item {
  border-radius: 30px;
  background-color: #F9F6F7;
  padding: 40px;
  display: none;
}
.top_require_content_item.show {
  display: block;
}
.top_require dt,
.top_require dd {
  padding: 20px 40px;
}
.top_require dt:not(:last-of-type),
.top_require dd:not(:last-of-type) {
  border-bottom: 1px solid #222;
}
.top_require dt {
  width: 20%;
  text-align: center;
  font-weight: 500;
}
.top_require dd {
  width: 80%;
}
.top_require dd ul {
  padding-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}
@media screen and (max-width: 767px) {
  .top_require_tag_item {
    font-size: 1.4rem;
  }
  .top_require_content_item {
    border-radius: 20px;
    padding: 30px 20px;
  }
  .top_require dt {
    width: 100%;
    padding: 20px 10px 5px;
    text-align: left;
  }
  .top_require dt:not(:last-of-type) {
    border-bottom: none;
  }
  .top_require dd {
    width: 100%;
    padding: 0 10px 20px;
  }
}
.top_faq {
  border-radius: 30px;
  background-color: #FFF4EB;
}
.top_faq .container {
  padding: 50px 0;
}
.top_faq ul {
  gap: 30px;
}
.top_faq li {
  border-radius: 15px;
  padding: 20px 40px;
  background-color: #ffffff;
  cursor: pointer;
}
.top_faq li .flex_box {
  gap: 25px;
  align-items: flex-start;
  flex-direction: row;
}
.top_faq_icon {
  display: inline-block;
  width: 55px;
  aspect-ratio: 1/1;
  border-radius: 49% 51% 34% 66%/58% 30% 70% 42%;
  padding-top: 2px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
}
.top_faq_question {
  position: relative;
}
.top_faq_question p {
  flex: 1;
  color: #FF9036;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 10px;
}
.top_faq_question .top_faq_icon {
  background-color: #FF9036;
  color: #ffffff;
}
.top_faq_question i {
  font-size: 3rem;
  position: absolute;
  top: 13px;
  right: 0px;
  color: #707070;
}
.top_faq_question.opened i.fa-plus {
  display: none;
}
.top_faq_answer {
  display: none;
  margin-top: 30px;
}
.top_faq_answer .top_faq_icon {
  background-color: #F9F6F7;
  color: #FF9036;
}
.top_faq_answer p {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .top_faq li {
    padding: 20px;
  }
  .top_faq li .flex_box {
    gap: 10px;
  }
  .top_faq_icon {
    width: 35px;
    font-size: 1.8rem;
  }
  .top_faq_question p {
    padding-right: 5px;
    font-size: 1.6rem;
    margin-top: 0;
  }
  .top_faq_question i {
    font-size: 2rem;
    position: absolute;
    top: -5px;
    right: -5px;
  }
}
.top_company {
  background-image: url(../img/top_company.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.top_company dl {
  border-radius: 30px;
  padding: 20px 10%;
  background-color: #ffffff;
  border: 1px solid #D9D9D9;
}
.top_company dt,
.top_company dd {
  padding: 25px;
}
.top_company dt:not(:last-of-type),
.top_company dd:not(:last-of-type) {
  border-bottom: 1px solid #D9D9D9;
}
.top_company dt {
  width: 20%;
  text-align: center;
  font-weight: 500;
}
.top_company dd {
  width: 80%;
}
.top_company a {
  text-decoration: underline;
}
.top_company a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .top_company dl {
    padding: 20px;
  }
  .top_company dt {
    width: 100%;
    padding: 20px 5px 5px;
    text-align: left;
  }
  .top_company dt:not(:last-of-type) {
    border-bottom: none;
  }
  .top_company dd {
    width: 100%;
    padding: 0 5px 20px;
  }
}

.work_introduce .container {
  padding-bottom: 0;
}
.work_introduce .flex_box {
  align-items: flex-start;
  gap: 30px 50px;
}
.work_introduce img {
  width: 40%;
  max-width: 480px;
}
.work_introduce .text_area {
  flex: 1;
}
.work_introduce .text_area p {
  text-align: justify;
}
.work_introduce h3 {
  margin-bottom: 20px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .work_introduce img {
    width: 100%;
  }
  .work_introduce h3 {
    font-size: 2rem;
  }
}
.work_content .head_text {
  margin-bottom: 60px;
}
.work_content ul {
  gap: 30px 40px;
  justify-content: center;
}
.work_content li {
  width: 45%;
  max-width: 480px;
  padding: 30px;
  background-color: #F9F6F7;
  border-radius: 5px;
  text-align: justify;
}
.work_content img {
  margin: 0 auto 15px;
}
.work_content h3 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .work_content .head_text {
    margin-bottom: 30px;
  }
  .work_content li {
    width: 100%;
    padding: 30px 20px 40px;
  }
}
.work_feature {
  background-image: url(../img/work_feature_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.work_feature_text {
  text-align: center;
}
.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) {
  background-image: linear-gradient(to right, #898989, #898989 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.work_feature img {
  width: 50%;
  max-width: 480px;
}
.work_feature .text_area {
  flex: 1;
  margin-top: 20px;
}
.work_feature h3.head_text {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .work_feature_text {
    text-align: left;
  }
  .work_feature li {
    padding: 10px 10px 30px;
  }
  .work_feature li:nth-of-type(2n + 2) {
    flex-direction: column;
  }
  .work_feature img {
    width: 100%;
  }
  .work_feature h3.head_text {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.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: #D1D1D1;
  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 #FCE26D;
  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: #FCE26D;
  position: absolute;
  bottom: -13px;
}
.work_schedule h3 span {
  font-family: "Poppins", sans-serif;
  display: block;
  color: #FD6369;
  font-size: 2.4rem;
  font-weight: 500;
}
.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;
  }
}
.work_require {
  background-image: url(../img/top_company.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.work_require .container {
  padding-top: 40px;
}
.work_require_content_item {
  border-radius: 30px;
  background-color: #F9F6F7;
  padding: 40px;
}
.work_require_content_item.show {
  display: block;
}
.work_require dt,
.work_require dd {
  padding: 20px 40px;
}
.work_require dt:not(:last-of-type),
.work_require dd:not(:last-of-type) {
  border-bottom: 1px solid #222;
}
.work_require dt {
  width: 20%;
  text-align: center;
  font-weight: 500;
}
.work_require dd {
  width: 80%;
}
.work_require dd ul {
  padding-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}
@media screen and (max-width: 767px) {
  .work_require_tag_item {
    font-size: 1.4rem;
  }
  .work_require_content_item {
    padding: 30px 20px;
  }
  .work_require dt {
    width: 100%;
    padding: 20px 10px 5px;
    text-align: left;
  }
  .work_require dt:not(:last-of-type) {
    border-bottom: none;
  }
  .work_require dd {
    width: 100%;
    padding: 0 10px 20px;
  }
}

.faq {
  gap: 30px;
}
.faq p {
  margin-bottom: 0;
  text-align: left;
}
.faq li {
  border-radius: 30px;
  padding: 20px 30px;
  border: 4px solid #00A340;
  align-items: flex-start;
  gap: 0 20px;
  position: relative;
  cursor: pointer;
}
.faq li.opened i.fa-angle-up {
  display: block;
}
.faq li.opened i.fa-angle-down {
  display: none;
}
.faq li.opened .faq_question {
  color: #00A340;
}
.faq i {
  color: #00A340;
  font-size: 3rem;
  position: absolute;
  top: 35px;
  right: 40px;
}
.faq i.fa-angle-up {
  display: none;
}
.faq i.fa-angle-down {
  display: block;
}
.faq span {
  display: inline-block;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #00A340;
  color: #ffffff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
}
.faq_text_area {
  flex: 1;
  padding-top: 15px;
}
.faq_question {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.faq_answer {
  margin-top: 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .faq li {
    padding: 20px;
  }
  .faq i {
    top: 20px;
    right: 20px;
  }
  .faq span {
    width: 40px;
    padding-top: 3px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .faq_question {
    font-size: 1.8rem;
  }
}

.interview_top .container {
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px 0;
}
.interview_top_area_text {
  width: 50%;
  padding-top: 40px;
}
.interview_top_area_text p {
  font-size: 2.8rem;
  line-height: 1.5;
}
.interview_top_info_detail {
  display: block;
  margin-bottom: 15px;
  color: #707070;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .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#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-top: 50px;
}
.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.center_area {
  text-align: center;
}
.interview_faq li.center_area .flex_box {
  justify-content: center;
}
.interview_faq li.center_area img {
  margin: 30px auto 0;
  width: 60%;
  height: auto;
}
.interview_faq span {
  display: inline-block;
  width: 55px;
  aspect-ratio: 1/1;
  border-radius: 49% 51% 34% 66%/58% 30% 70% 42%;
  padding-top: 2px;
  background-color: #87D084;
  color: #ffffff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
}
.interview_faq h3 {
  color: #87D084;
  font-size: 2rem;
}
@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.center_area {
    text-align: left;
  }
  .interview_faq li.center_area img {
    margin: 20px auto 0;
    width: 100%;
  }
  .interview_faq span {
    width: 40px;
    font-size: 2rem;
  }
  .interview_faq h3 {
    flex: 1;
    font-size: 1.8rem;
  }
}

.workspace#welfare {
  background-image: url(../img/top_company.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.workspace#welfare ul {
  justify-content: center;
  gap: 40px;
}
.workspace#welfare li {
  width: 50%;
  max-width: 520px;
  border-radius: 20px;
  padding: 50px 20px;
  background-color: #F9F6F7;
  text-align: center;
}
.workspace#welfare img {
  margin: 0 auto 35px;
}
.workspace#welfare h3 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .workspace#welfare li {
    width: 90%;
    padding: 30px 20px;
  }
  .workspace#welfare img {
    width: 80%;
  }
}
.workspace#category {
  background: #ffffff;
}
.workspace#category li {
  border-bottom: none;
  padding: 35px 0;
}
.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;
}
@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: #F9F6F7;
}
.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;
  }
}
.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;
}

.company_activity {
  border-radius: 30px;
  background-color: #A18EE6;
  color: #ffffff;
}
.company_activity h2 + p {
  margin-bottom: 40px;
  text-align: center;
}
.company_activity ul {
  gap: 50px;
  color: #222222;
}
.company_activity li {
  border-radius: 30px;
  padding: 20px 60px;
  background-color: #ffffff;
  align-items: start;
  gap: 20px 50px;
}
.company_activity .text_area {
  flex: 1;
  margin-top: 20px;
}
.company_activity img {
  width: 40%;
  max-width: 400px;
}
.company_activity h3 {
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .company_activity h2 + p {
    text-align: left;
  }
  .company_activity li {
    padding: 30px 20px;
  }
  .company_activity .text_area {
    margin-top: 0;
  }
  .company_activity img {
    width: 100%;
  }
}
.company.program_point ul + p {
  margin-top: 40px;
  text-align: center;
}
.company.program_point li {
  border-color: #A18EE6;
}
.company_outline dl {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.company_outline dt,
.company_outline dd {
  padding: 20px 50px;
}
.company_outline dt {
  width: 25%;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
.company_outline dt:not(:first-child) {
  border-top: 1px solid #D9D9D9;
}
.company_outline dd {
  width: 75%;
}
.company_outline dd:not(:first-of-type) {
  border-top: 1px solid #D9D9D9;
}
.company_outline dd a {
  text-decoration: underline;
}
.company_outline dd a:hover {
  color: #A18EE6;
}
@media screen and (max-width: 767px) {
  .company_outline dt,
  .company_outline dd {
    width: 100%;
  }
  .company_outline dt {
    padding: 10px 10px 0;
    text-align: left;
  }
  .company_outline dd {
    padding: 5px 10px 10px;
  }
  .company_outline dd:not(:first-of-type) {
    border-top: none;
  }
}

.entry {
  padding: 100px 0;
}
.entry .container {
  border: 1px solid #222;
  border-radius: 30px;
  padding: 50px 5%;
}
.entry .head_text {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .entry .container {
    padding: 30px 0 0;
    border-radius: 20px;
  }
}

form a {
  text-decoration: underline;
}
form a:hover {
  color: #00A0DF;
}
form dl {
  display: flex;
  flex-wrap: wrap;
  border-top: none;
  border-radius: 30px;
  padding: 40px 30px;
  text-align: left;
  margin-bottom: 60px;
  background-color: #ffffff;
  letter-spacing: 0;
}
form dt {
  width: 25%;
  padding: 25px 15px;
  box-sizing: border-box;
  border-bottom: solid 1px #95846D;
  font-weight: 500;
}
form dd {
  padding: 25px 15px;
  margin: 0;
  width: 75%;
  box-sizing: border-box;
  border-bottom: solid 1px #95846D;
}
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 #D3D3D3;
  padding: 3px 10px;
  background-color: #ffffff;
}
form textarea {
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #D3D3D3;
  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 {
  margin-right: 5px;
}
form .must {
  display: inline-block;
  background-color: #FF6C6C;
  font-size: 12px;
  line-height: 1.5em;
  color: #ffffff;
  border-radius: 10px;
  margin: 0 0 0 10px;
  padding: 2px 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 .radioArea span {
  font-size: 1.4rem;
}
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 {
    padding: 10px 10px 40px;
  }
  form dl {
    display: block;
    padding: 20px 5px;
    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: #F5F5F5;
}

.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #F5F5F5;
  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: #F5F5F5;
  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: 40px;
  text-align: center;
}
.privacy dt {
  margin-bottom: 10px;
  color: #00A0DF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
.privacy dd:not(:last-child) {
  margin-bottom: 30px;
}

.sitemap div.flex_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px 80px;
}
.sitemap ul {
  gap: 40px;
}
.sitemap_list_main {
  width: 350px;
}
.sitemap_list_sub {
  width: 245px;
  margin: 0 0 0 auto;
}
.sitemap_link {
  width: 100%;
  border-radius: 40px;
  border: 4px solid;
  padding: 15px 0 15px 50px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
.sitemap_link:hover {
  opacity: 0.7;
}
.sitemap_link.pink {
  border-color: #FF6C6C;
  background-color: #FFE9E9;
}
.sitemap_link.orange {
  border-color: #FFA51D;
  background-color: #FFF0D9;
}
.sitemap_link.yellow {
  border-color: #FFEA00;
  background-color: #FFFCDF;
}
.sitemap_link.palegreen {
  border-color: #A5F089;
  background-color: #DEFFD2;
}
.sitemap_link.green {
  border-color: #00A340;
  background-color: #D4FFE5;
}
.sitemap_link.paleblue {
  border-color: #84DBFF;
  background-color: #E6F8FF;
}
.sitemap_link.blue {
  border-color: #00A0DF;
  background-color: #C5EFFF;
}
.sitemap_link.violet {
  border-color: #E68EDF;
  background-color: #FFE9FD;
}
.sitemap_link.purple {
  border-color: #A18EE6;
  background-color: #F7F5FF;
}
@media screen and (max-width: 767px) {
  .sitemap ul {
    gap: 20px;
  }
  .sitemap_link {
    font-size: 1.8rem;
    padding: 15px 0 15px 30px;
  }
}

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