@charset "UTF-8";
main {
 margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
 main {
  margin-bottom: 100px;
 }
}

section {
 position: relative;
 width: 100%;

 --main_brs: 60px;
 padding-inline: 3%;
}
@media screen and (max-width: 1024px) {
 section {
  padding-inline: 5%;
 }
}
@media screen and (max-width: 600px) {
 section {
  --main_brs: 30px;
 }
}
section h2 {
 line-height: 1.25;
 margin-bottom: 60px;
 color: var(--c_rd);
 font-weight: bold;
 font-size: 36px;
 text-align: center;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section h2 {
  margin-bottom: 30px;
  font-size: 26px;
 }
}
section p.main_txt {
 line-height: 1.6666666667;
 font-size: 18px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section p.main_txt {
  font-size: 16px;
 }
}
section p.main_txt +p.main_txt {
 margin-top: 1em;
}
section.anc_area {
 margin-bottom: 110px;
}
@media screen and (max-width: 1024px) {
 section.anc_area {
  margin-bottom: 50px;
 }
}
section.anc_area >.inner {
 width: 100%;
 max-width: 765px;
 margin: 0 auto;
}
section.anc_area >.inner ul.anc {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 50px;
 margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
 section.anc_area >.inner ul.anc {
  gap: 20px;
  margin-bottom: 50px;
 }
}
@media screen and (max-width: 600px) {
 section.anc_area >.inner ul.anc {
  grid-template-columns: 1fr;
 }
}
section.anc_area >.inner ul.anc li a {
 display: flex;
 position: relative;
 width: 100%;
 height: 60px;
 line-height: 1.5;
 align-items: center;
 padding: 0 20px;
 border: 2px solid var(--c_rd);
 border-radius: 10px;
 color: var(--c1);
 background: var(--c2);
 font-weight: bold;
 font-size: 20px;
 letter-spacing: 0.05em;
 transition: all 0.3s;

 --c1: var(--c_rd);
 --c2: #ffffff;
}
@media screen and (max-width: 1024px) {
 section.anc_area >.inner ul.anc li a {
  font-size: 16px;
 }
}
@media (hover) {
 section.anc_area >.inner ul.anc li a:hover {
  --c1: #ffffff;
  --c2: var(--c_rd);
 }
}
section.anc_area >.inner ul.anc li a:after {
 content: "";
 position: absolute;
 top: 50%;
 right: 20px;
 width: 15px;
 -webkit-mask-image: url(/common/img/icon_arrow_bottom.png);
         mask-image: url(/common/img/icon_arrow_bottom.png);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-position: center;
         mask-position: center;
 -webkit-mask-size: cover;
         mask-size: cover;
 background-color: var(--c1);
 translate: 0 -50%;
 transition: all 0.3s;

 aspect-ratio: 38/52;
}
@media screen and (max-width: 1024px) {
 section.anc_area >.inner ul.anc li a:after {
  right: 10px;
  width: 10px;
 }
}
section.flow_area {
 margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
 section.flow_area {
  margin-bottom: 60px;
 }
}
section.flow_area >.inner {
 width: 100%;
 max-width: 800px;
 margin: 0 auto;
}
section.flow_area >.inner ol >li {
 display: flex;
 position: relative;
 align-items: flex-start;
 gap: 20px;
}
@media screen and (max-width: 1024px) {
 section.flow_area >.inner ol >li {
  gap: 10px;
 }
}
section.flow_area >.inner ol >li:not(:last-child) {
 padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
 section.flow_area >.inner ol >li:not(:last-child) {
  padding-bottom: 30px;
 }
}
section.flow_area >.inner ol >li:not(:last-child):after {
 content: "";
 display: block;
 position: absolute;
 top: 10px;
 left: 30px;
 width: 4px;
 height: 100%;
 background: #cccccc;
 translate: -50% 0;
}
@media screen and (max-width: 1024px) {
 section.flow_area >.inner ol >li:not(:last-child):after {
  left: 23px;
  width: 3px;
 }
}
section.flow_area >.inner ol >li p.num {
 display: flex;
 position: relative;
 z-index: 2;
 width: 60px;
 line-height: 1;
 justify-content: center;
 align-items: center;
 padding-bottom: 4px;
 border: 3px solid var(--c_rd);
 border-radius: 50px;
 color: var(--c_rd);
 background: #ffffff;
 font-weight: bold;
 font-size: 36px;
 letter-spacing: 0em;

 aspect-ratio: 1;
}
@media screen and (max-width: 1024px) {
 section.flow_area >.inner ol >li p.num {
  width: 45px;
  padding-bottom: 2px;
  font-size: 24px;
 }
}
section.flow_area >.inner ol >li .step_details {
 flex: 1;
 padding-top: 10px;
}
@media screen and (max-width: 1024px) {
 section.flow_area >.inner ol >li .step_details {
  padding-top: 8px;
 }
}
section.flow_area >.inner ol >li .step_details h3 {
 line-height: 1.4;
 margin-bottom: 20px;
 color: var(--c_gy);
 font-weight: bold;
 font-size: 25px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.flow_area >.inner ol >li .step_details h3 {
  margin-bottom: 10px;
  font-size: 20px;
 }
}
section.flow_area >.inner ol >li .step_details h3 span {
 font-size: 0.7em;
}
section.flow_area >.inner ol >li .step_details p.main_txt {
 padding-left: 10px;
}
section.flow_area >.inner ol >li .step_details ul {
 padding-left: 10px;
}
section.flow_area >.inner ol >li .step_details ul li {
 line-height: 1.6666666667;
 padding-left: 0.65em;
 font-size: 18px;
 text-indent: -0.65em;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.flow_area >.inner ol >li .step_details ul li {
  font-size: 16px;
 }
}
section.flow_area >.inner ol >li .step_details ul li:not(:last-child) {
 margin-bottom: 10px;
}
section.guidelines_area {
 margin-bottom: 120px;
 background: #feebd6;

 padding-block: 110px 130px;
}
@media screen and (max-width: 1024px) {
 section.guidelines_area {
  margin-bottom: 60px;

  padding-block: 60px;
 }
}
section.guidelines_area >.inner {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
}
section.guidelines_area >.inner .tabs {
 display: grid;
 width: 100%;
 grid-template-columns: repeat(3, 1fr);

 --c1: var(--c_rd);
 --c2: #ffffff;
}
section.guidelines_area >.inner .tabs .tab {
 display: block;
 display: flex;
 height: 70px;
 line-height: 1.4583333333;
 justify-content: center;
 align-items: center;
 border: 2px solid var(--c_rd);
 color: var(--c1);
 background: var(--c2);
 font-weight: bold;
 font-size: 24px;
 text-align: center;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.guidelines_area >.inner .tabs .tab {
  font-size: 18px;
 }
}
@media screen and (max-width: 600px) {
 section.guidelines_area >.inner .tabs .tab {
  font-size: 14px;
 }
}
section.guidelines_area >.inner .tabs .tab:focus-visible {
 outline: none !important;
}
section.guidelines_area >.inner .tabs .tab:nth-child(1) {
 border-radius: 20px 0 0 0;
}
section.guidelines_area >.inner .tabs .tab:nth-child(2) {
 border-right: none;
 border-left: none;
}
section.guidelines_area >.inner .tabs .tab:nth-child(3) {
 border-radius: 0 20px 0 0;
}
section.guidelines_area >.inner .tabs .tab[aria-selected=true] {
 --c1: #ffffff;
 --c2: var(--c_rd);
}
section.guidelines_area >.inner .panel_wrap {
 border-radius: 0 0 20px 20px;
 background: #ffffff;
}
section.guidelines_area >.inner .tabpanel {
 display: none;
 visibility: hidden;
 padding: 30px 10% 60px;
 border-top: none;
 border-radius: 0 0 20px 20px;
 background: #ffffff;
 opacity: 0;
 transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
 section.guidelines_area >.inner .tabpanel {
  padding: 20px 5% 30px;
 }
}
section.guidelines_area >.inner .tabpanel[aria-hidden=false] {
 display: block;
 visibility: visible;
 opacity: 1;
}
section.guidelines_area >.inner .tabpanel dl {
 display: grid;
 width: 100%;
 grid-template-columns: 250px 1fr;
 color: var(--c_gy);
}
@media screen and (max-width: 1024px) {
 section.guidelines_area >.inner .tabpanel dl {
  grid-template-columns: 170px 1fr;
 }
}
@media screen and (max-width: 1024px) {
 section.guidelines_area >.inner .tabpanel dl {
  grid-template-columns: 1fr;
 }
}
section.guidelines_area >.inner .tabpanel dl dt {
 line-height: 1.3888888889;
 padding: 30px 0;
 border-bottom: 1px solid #cccccc;
 font-weight: bold;
 font-size: 18px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.guidelines_area >.inner .tabpanel dl dt {
  padding: 20px 0;
  font-size: 15px;
 }
}
@media screen and (max-width: 600px) {
 section.guidelines_area >.inner .tabpanel dl dt {
  padding: 20px 0 0;
  border-bottom: none;
 }
}
section.guidelines_area >.inner .tabpanel dl dd {
 line-height: 1.5625;
 padding: 30px 0;
 border-bottom: 1px solid #cccccc;
 font-size: 16px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.guidelines_area >.inner .tabpanel dl dd {
  padding: 20px 0;
  font-size: 14px;
 }
}
@media screen and (max-width: 600px) {
 section.guidelines_area >.inner .tabpanel dl dd {
  padding: 10px 0 20px;
 }
}
section.guidelines_area >.inner .tabpanel dl dd ul.dot >li {
 position: relative;
 line-height: 1.5625;
 padding-left: 1em;
 font-weight: 500;
 font-size: 16px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.guidelines_area >.inner .tabpanel dl dd ul.dot >li {
  font-size: 14px;
 }
}
section.guidelines_area >.inner .tabpanel dl dd ul.dot >li:not(:last-child) {
 margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
 section.guidelines_area >.inner .tabpanel dl dd ul.dot >li:not(:last-child) {
  margin-bottom: 10px;
 }
}
section.guidelines_area >.inner .tabpanel dl dd ul.dot >li:before {
 content: "";
 display: block;
 position: absolute;
 top: 0.5em;
 left: 0;
 width: 12px;
 border-radius: 100%;
 background: var(--c_rd);

 aspect-ratio: 1;
}
@media screen and (max-width: 1024px) {
 section.guidelines_area >.inner .tabpanel dl dd ul.dot >li:before {
  width: 10px;
 }
}
section.guidelines_area >.inner .tabpanel dl dd ul.dot >li p {
 font-weight: 400;
 font-size: 14px;
}
@media screen and (max-width: 1024px) {
 section.guidelines_area >.inner .tabpanel dl dd ul.dot >li p {
  font-size: 12px;
 }
}
section.guidelines_area >.inner .tabpanel dl dd ul.dot >li p:not(:first-child) {
 margin-top: 10px;
}
section.guidelines_area >.inner .tabpanel dl dd ul.dot >li p:not(:last-child) {
 margin-bottom: 5px;
}
section.guidelines_area >.inner .tabpanel dl dd ul.dot >li span {
 display: inline-block;
 margin-top: 5px;
}
section.guidelines_area >.inner .tabpanel dl dd ul.dot >li ul {
 margin-top: 5px;
}
section.guidelines_area >.inner .tabpanel dl dd ul.dot >li ul li {
 font-weight: 400;
 font-size: 14px;
}
section.guidelines_area >.inner .tabpanel dl dd ul.dot >li ul li:not(section.guidelines_area > .inner .tabpanel dl dd ul.dot > li ul li.no-dot) {
 padding-left: 0.55em;
 text-indent: -0.55em;
}
section.guidelines_area >.inner .tabpanel dl dd ul.dot >li ul li:not(section.guidelines_area > .inner .tabpanel dl dd ul.dot > li ul li.no-dot):before {
 content: "・";
}
@media screen and (max-width: 1024px) {
 section.guidelines_area >.inner .tabpanel dl dd ul.dot >li ul li {
  font-size: 12px;
 }
}
section.guidelines_area >.inner .tabpanel dl dd ul.dot >li ul li:not(:last-child) {
 margin-bottom: 3px;
}
section.guidelines_area >.inner .tabpanel dl dd .job_description p +p {
 margin-top: 1em;
}
section.guidelines_area >.inner .tabpanel dl dd .job_description p span {
 font-weight: bold;
}
section.guidelines_area >.inner .tabpanel dl dd .job_description ul.dot {
 margin: 20px 0 35px;
}
section.guidelines_area >.inner .tabpanel dl dd .job_description ul.dot:first-child {
 margin-top: 0;
}
section.guidelines_area >.inner .tabpanel dl dd .job_description ul.dot:last-child {
 margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
 section.guidelines_area >.inner .tabpanel dl dd .job_description ul.dot {
  margin: 10px 0 20px;
 }
}
section.guidelines_area >.inner .tabpanel dl dd .salary p.date {
 line-height: 1.6666666667;
 margin-bottom: 5px;
 font-size: 12px;
 text-align: right;
 letter-spacing: 0.05em;
}
section.guidelines_area >.inner .tabpanel dl dd .salary table {
 width: 100%;
 text-align: center;
}
section.guidelines_area >.inner .tabpanel dl dd .salary table th {
 font-weight: bold;
}
section.guidelines_area >.inner .tabpanel dl dd .salary table th,section.guidelines_area >.inner .tabpanel dl dd .salary table td {
 width: 25%;
 line-height: 1.4285714286;
 vertical-align: middle;
 padding: 15px 0;
 border: 1px solid #cccccc;
 font-size: 14px;
 text-align: center;
 letter-spacing: 0.03em;
}
@media screen and (max-width: 1024px) {
 section.guidelines_area >.inner .tabpanel dl dd .salary table th,section.guidelines_area >.inner .tabpanel dl dd .salary table td {
  font-size: 12px;
 }
}
section.guidelines_area >.inner .tabpanel dl dd .salary table th:first-child,section.guidelines_area >.inner .tabpanel dl dd .salary table td:first-child {
 background: #fcf3cd;
 font-weight: bold;
}
section.guidelines_area >.inner .tabpanel dl dd .salary table th span,section.guidelines_area >.inner .tabpanel dl dd .salary table td span {
 font-size: 12px;
}
@media screen and (max-width: 1024px) {
 section.guidelines_area >.inner .tabpanel dl dd .salary table th span,section.guidelines_area >.inner .tabpanel dl dd .salary table td span {
  font-size: 10px;
 }
}
section.guidelines_area >.inner .entry_btns {
 margin-top: 50px;
}
section.faq_area >.inner {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
}
section.faq_area >.inner p.lead {
 width: 100%;
 max-width: 800px;
 line-height: 1.9444444444;
 margin: 0 auto;
 font-size: 18px;
 text-align: center;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.faq_area >.inner p.lead {
  font-size: 16px;
 }
}
section.faq_area >.inner .faq_block {
 margin-top: 60px;
 padding: 0;
}
@media screen and (max-width: 1024px) {
 section.faq_area >.inner .faq_block {
  margin-top: 30px;
 }
}
section.faq_area >.inner details {
 --icon_deg: -90deg;
}
section.faq_area >.inner details +details {
 margin-top: 40px;
}
@media screen and (max-width: 1024px) {
 section.faq_area >.inner details +details {
  margin-top: 20px;
 }
}
section.faq_area >.inner details[open]:not([data-accordion-before-close]) {
 --icon_deg: 0deg;
}
section.faq_area >.inner details[open]:not([data-accordion-before-close]) .accordion_content {
 border-bottom: 1px solid #cccccc;
}
section.faq_area >.inner details span.icon {
 padding-right: 25px;
 color: var(--c_rd);
 font-weight: bold;
 font-size: 36px;
}
@media screen and (max-width: 1024px) {
 section.faq_area >.inner details span.icon {
  padding-right: 15px;
  font-size: 26px;
 }
}
section.faq_area >.inner details summary {
 display: flex;
 position: relative;
 line-height: 1.75;
 align-items: center;
 padding: 20px 60px 20px 30px;
 border-radius: 10px;
 color: var(--c_gy);
 background: #feebd6;
 font-weight: bold;
 font-size: 20px;
 letter-spacing: 0.05em;
 list-style: none;
 cursor: pointer;
 pointer-events: none !important;
}
@media screen and (max-width: 1024px) {
 section.faq_area >.inner details summary {
  padding: 15px calc(3% + 30px) 15px 5%;
  font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
 }
}
section.faq_area >.inner details summary::-webkit-details-marker {
 display: none;
}
section.faq_area >.inner details summary:before,section.faq_area >.inner details summary:after {
 position: absolute;
 top: 50%;
 right: 30px;
 width: 25px;
 background: var(--c_rd);
 transition: all 0.3s;

 aspect-ratio: 25/3;
}
@media screen and (max-width: 1024px) {
 section.faq_area >.inner details summary:before,section.faq_area >.inner details summary:after {
  right: 3%;
  width: 20px;
 }
}
@media screen and (max-width: 600px) {
 section.faq_area >.inner details summary:before,section.faq_area >.inner details summary:after {
  width: 15px;
 }
}
section.faq_area >.inner details summary:after {
 transform: rotate(var(--icon_deg));
}
section.faq_area >.inner details .accordion_content {
 display: block !important;
 height: auto !important;
}
section.faq_area >.inner details .accordion_content >.inner {
 position: relative;
 padding: 30px 60px 30px 100px;
}
@media screen and (max-width: 1024px) {
 section.faq_area >.inner details .accordion_content >.inner {
  padding: 20px 5% 20px calc(5% + 45px);
 }
}
section.faq_area >.inner details .accordion_content >.inner span.icon {
 position: absolute;
 top: 30px;
 left: 30px;
 color: var(--c_gy);
}
@media screen and (max-width: 1024px) {
 section.faq_area >.inner details .accordion_content >.inner span.icon {
  left: 5.5%;
 }
}
section.faq_area >.inner details .accordion_content >.inner p {
 line-height: 1.875;
 font-size: 16px;
 letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
 section.faq_area >.inner details .accordion_content >.inner p {
  font-size: 14px;
 }
}
section.faq_area >.inner details .accordion_content >.inner p +p {
 margin-top: 1em;
}
section.faq_area >.inner .entry_btns {
 margin-top: 50px;
}

.ft_recruit {
 height: 0;
 padding: 0;
}
.ft_recruit >.inner {
 display: none;
}
/*# sourceMappingURL=layout.css.map */