.tatete {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
}

.hogehoge {
  padding-top: clamp(20px, 5.3333333333vw, 40.96px);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hogehoge {
    padding-top: clamp(60px, 7.8125vw, 80px);
  }
}
@media only screen and (min-width: 1025px) {
  .hogehoge {
    padding-top: clamp(76.8px, 7.5vw, 120px);
  }
}

main {
  width: 100vw !important;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

section.recruit_cont {
  padding: 3vw;
}
section.recruit_cont .inner {
  padding: 5vw;
  margin: auto;
  background: #ffffff;
  min-height: 500px;
}
@media screen and (max-width: 767px) {
  section.recruit_cont .inner {
    min-height: 0;
  }
}
section.recruit_cont .inner h2 {
  padding: 0 0 0 2rem;
  border-left: 5px solid #60C482;
  margin: 0 0 3rem 0;
}
section.recruit_cont .inner .lead {
  margin: 0 0 5rem 0;
}
section.recruit_cont .inner .lead span {
  color: #4CA237;
}

section.recruit_cont {
  padding: 0 8vw 8vw 8vw;
  position: relative;
  z-index: 5000;
}
section.recruit_cont.wide {
  padding: 2vw;
}
section.recruit_cont.wide .inner {
  padding: 5vw;
  border-radius: 2rem;
}
section.recruit_cont .inner.bg {
  background: #ffffff;
}

.faq_box {
  margin: 0 0 2rem 0;
  background: #F7F7F7;
}
.faq_box:last-child {
  margin: 0;
}
.faq_box .question {
  display: flex;
  align-items: flex-start;
  margin: 0 0 1rem 0;
  cursor: pointer;
  padding: 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .faq_box .question {
    padding: 1rem;
  }
}
.faq_box .question p.eng {
  color: #4CA237;
  width: 2em;
  font-size: var(--font-size-m);
  line-height: 1;
}
.faq_box .question p.txt {
  flex: 1;
  padding: 0 2rem 0 1rem;
  line-height: 1.6;
  color: #4CA237;
}
.faq_box .question .plusminus {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
  color: #4CA237;
}
@media screen and (max-width: 767px) {
  .faq_box .question .plusminus {
    width: 20px;
    height: 20px;
  }
}
.faq_box .question .plusminus.active:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.faq_box .question .plusminus.active:after {
  transform: translatey(-50%) rotate(0);
}
.faq_box .question .plusminus:before, .faq_box .question .plusminus:after {
  content: "";
  display: block;
  background-color: #4CA237;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.35s;
  width: 100%;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .faq_box .question .plusminus:before, .faq_box .question .plusminus:after {
    height: 1px;
  }
}
.faq_box .question .plusminus:before {
  transform: translatey(-50%);
}
.faq_box .question .plusminus:after {
  transform: translatey(-50%) rotate(90deg);
}
.faq_box .answer {
  display: flex;
  align-items: flex-start;
  margin: 1rem 0 0 0;
  padding: 0 3rem 3rem 3rem;
}
@media screen and (max-width: 767px) {
  .faq_box .answer {
    padding: 0 1rem 1rem 1rem;
  }
}
.faq_box .answer p.eng {
  color: #4CA237;
  width: 2em;
  font-size: var(--font-size-m);
  line-height: 1;
}
.faq_box .answer p.txt {
  flex: 1;
  padding: 0 0 0 1rem;
  border-left: 1px solid #4CA237;
}

.kubun_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .kubun_grid {
    display: block;
  }
}
.kubun_grid span {
  color: #4CA237;
}
.kubun_grid .left {
  background: #EDF5ED;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .kubun_grid .left {
    margin: 0 0 1rem 0;
  }
}
.kubun_grid .right {
  background: #EDF3F8;
  padding: 3rem;
}
.kubun_grid .right p {
  margin: 0 0 1em 0;
}
.kubun_grid h3 {
  text-align: center;
  margin: 0 0 2rem 0;
}
.kubun_grid .btn {
  margin: 3rem 0 0 0;
}
.kubun_grid .btn a {
  display: inline-block;
  background: #ffffff;
  padding: 1rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}
.kubun_grid .btn a p {
  margin: 0;
}
.kubun_grid .btn a .icon {
  font-size: 1.4rem;
  vertical-align: middle;
  padding: 0.5rem 0 0 0;
  margin: 0 0 0 1rem;
}
.kubun_grid .btn a:hover {
  background: #4CA237;
  color: #ffffff;
}

.map_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .map_grid {
    display: block;
  }
}
.map_grid dl {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
}
.map_grid dl dt {
  width: 8em;
}
.map_grid dl dd {
  flex: 1;
}

.sample-tab ul {
  display: flex;
  justify-content: space-between;
}
.sample-tab__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .sample-tab__list {
    flex-wrap: wrap;
  }
}
.sample-tab__list li {
  flex: 1;
  display: flex;
  align-items: stretch;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sample-tab__list li {
    flex: auto;
    width: 50%;
    justify-content: space-between;
    display: block;
  }
}
.sample-tab__list li.item01 button {
  background: #C74D4D;
}
.sample-tab__list li.item02 button {
  background: #C1AA33;
}
.sample-tab__list li.item03 button {
  background: #4378B1;
}
.sample-tab__list li.item04 button {
  background: #6EA762;
}
.sample-tab__list li.item05 button {
  background: #D6802C;
}
.sample-tab__list li.item06 button {
  background: #2F9F9A;
}
.sample-tab__list li.item07 button {
  background: #857BA8;
}
.sample-tab__list li button {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  min-height: 80px;
}
@media screen and (max-width: 767px) {
  .sample-tab__list li button {
    min-height: 44px;
  }
}
.sample-tab__list li span {
  font-size: 0.7rem;
}

.sample-tab__list-item:not(:first-child) {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .sample-tab__list-item:not(:first-child) {
    margin: 0;
  }
}

.sample-tab__button {
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}
.sample-tab__button[aria-selected=true] {
  font-weight: bold;
}

.sample-tab__panel[aria-hidden=true] {
  display: none;
}
.sample-tab__panel[aria-hidden=false] {
  display: block;
}

#panel1 {
  border-top: 15px solid #C74D4D;
}

#panel2 {
  border-top: 15px solid #C1AA33;
}

#panel3 {
  border-top: 15px solid #4378B1;
}

#panel4 {
  border-top: 15px solid #6EA762;
}

#panel5 {
  border-top: 15px solid #D6802C;
}

#panel6 {
  border-top: 15px solid #2F9F9A;
}

#panel7 {
  border-top: 15px solid #857BA8;
}

.tabcont {
  padding: 3rem;
  background: #fafafa;
  overflow: hidden;
}
.tabcont .in {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch !important;
}
.tabcont .in::-webkit-scrollbar {
  height: 8px;
}
.tabcont .in::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.tabcont .in::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.tabcont .in::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.tabcont .ins {
  width: 1400px;
  display: flex;
  -webkit-transform: translateZ(0px);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .tabcont .ins {
    width: 1200px;
  }
}

.schedule_btn {
  margin: 0 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .schedule_btn {
    margin: 0 0 2rem 0;
  }
}
.schedule_btn ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .schedule_btn ul {
    flex-wrap: wrap;
  }
}
.schedule_btn ul li {
  flex: 1;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .schedule_btn ul li {
    flex: auto;
    width: 50%;
  }
}
.schedule_btn ul li span {
  font-size: 0.875rem;
  line-height: 1.3;
  display: inline-block;
}
.schedule_btn ul li.job01 a {
  background: #C74D4D;
}
.schedule_btn ul li.job02 a {
  background: #C1AA33;
}
.schedule_btn ul li.job03 a {
  background: #4378B1;
}
.schedule_btn ul li.job04 a {
  background: #6EA762;
}
.schedule_btn ul li.job05 a {
  background: #D6802C;
}
.schedule_btn ul li.job06 a {
  background: #2F9F9A;
}
.schedule_btn ul li.job07 a {
  background: #857BA8;
}
.schedule_btn ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 80px;
  color: #ffffff;
}
.schedule_btn ul li a:after {
  content: "";
  color: #ffffff;
  font-size: 2rem;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m7 10l5 5l5-5' stroke-width='1'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.sc_cont_wrap {
  margin: 0 0 5rem 0;
}

.scbox {
  background: #F7F7F7;
  border-radius: 3px;
  margin: 0 0 5rem 0;
}
.scbox.job01 .sc_header {
  background: #C74D4D;
}
.scbox.job01 .sc_header .links a:hover {
  color: #C1AA33;
}
.scbox.job01 .rec_table_dl dl:first-child dt {
  border-top: 1px solid #C74D4D;
}
.scbox.job01 .rec_table_dl dl:first-child dd {
  border-top: 1px solid #ccc;
}
.scbox.job01 .rec_table_dl dt {
  border-bottom: 1px solid #C74D4D;
  color: #C74D4D;
}
.scbox.job02 .sc_header {
  background: #C1AA33;
}
.scbox.job02 .sc_header .links a:hover {
  color: #C1AA33;
}
.scbox.job02 .rec_table_dl dl:first-child dt {
  border-top: 1px solid #C1AA33;
}
.scbox.job02 .rec_table_dl dl:first-child dd {
  border-top: 1px solid #ccc;
}
.scbox.job02 .rec_table_dl dt {
  border-bottom: 1px solid #C1AA33;
  color: #C1AA33;
}
.scbox.job03 .sc_header {
  background: #4378B1;
}
.scbox.job03 .sc_header .links a:hover {
  color: #4378B1;
}
.scbox.job03 .rec_table_dl dl:first-child dt {
  border-top: 1px solid #4378B1;
}
.scbox.job03 .rec_table_dl dl:first-child dd {
  border-top: 1px solid #ccc;
}
.scbox.job03 .rec_table_dl dt {
  border-bottom: 1px solid #4378B1;
  color: #4378B1;
}
.scbox.job04 .sc_header {
  background: #6EA762;
}
.scbox.job04 .sc_header .links a:hover {
  color: #6EA762;
}
.scbox.job04 .rec_table_dl dl:first-child dt {
  border-top: 1px solid #6EA762;
}
.scbox.job04 .rec_table_dl dl:first-child dd {
  border-top: 1px solid #ccc;
}
.scbox.job04 .rec_table_dl dt {
  border-bottom: 1px solid #6EA762;
  color: #6EA762;
}
.scbox.job05 .sc_header {
  background: #D6802C;
}
.scbox.job05 .sc_header .links a:hover {
  color: #D6802C;
}
.scbox.job05 .rec_table_dl dl:first-child dt {
  border-top: 1px solid #D6802C;
}
.scbox.job05 .rec_table_dl dl:first-child dd {
  border-top: 1px solid #ccc;
}
.scbox.job05 .rec_table_dl dt {
  border-bottom: 1px solid #D6802C;
  color: #D6802C;
}
.scbox.job06 .sc_header {
  background: #2F9F9A;
}
.scbox.job06 .sc_header .links a:hover {
  color: #2F9F9A;
}
.scbox.job06 .rec_table_dl dl:first-child dt {
  border-top: 1px solid #2F9F9A;
}
.scbox.job06 .rec_table_dl dl:first-child dd {
  border-top: 1px solid #ccc;
}
.scbox.job06 .rec_table_dl dt {
  border-bottom: 1px solid #2F9F9A;
  color: #2F9F9A;
}
.scbox.job07 .sc_header {
  background: #857BA8;
}
.scbox.job07 .sc_header .links a:hover {
  color: #857BA8;
}
.scbox.job07 .rec_table_dl dl:first-child dt {
  border-top: 1px solid #857BA8;
}
.scbox.job07 .rec_table_dl dl:first-child dd {
  border-top: 1px solid #ccc;
}
.scbox.job07 .rec_table_dl dt {
  border-bottom: 1px solid #857BA8;
  color: #857BA8;
}
.scbox .sc_header {
  background: #C74D4D;
  padding: 2rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .scbox .sc_header {
    display: block;
  }
}
.scbox .sc_header h4 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .scbox .sc_header h4 {
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
  }
}
.scbox .sc_header .links a {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3rem;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}
.scbox .sc_header .links a:hover {
  background: #ffffff;
  color: #C74D4D;
}
.scbox .rec_table_dl {
  margin: 0 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .scbox .rec_table_dl dl {
    display: block;
  }
  .scbox .rec_table_dl dl:first-child {
    border: none;
  }
  .scbox .rec_table_dl dl dt {
    width: 100%;
    padding: 1rem 0;
  }
  .scbox .rec_table_dl dl dd {
    border: none;
    padding: 1rem 0;
  }
}
.scbox .sc_main {
  padding: 5vw;
}
.scbox .sc_main h5 {
  margin: 0 0 2rem 0;
  font-size: 1.2rem;
}
.scbox .sc_main .sczu img {
  height: 360px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .scbox .sc_main .sczu img {
    height: auto;
    width: 500px;
  }
}