@media screen and (max-width: 767px) {
  .is-pc:not(:root) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp:not(:root) {
    display: none;
  }
}


/*----------------------------------------------------
  contact
----------------------------------------------------*/
.contact-form{
  margin-top: 0px;
  margin-bottom: 40px;
}

#mid-career-form,
#new-graduate-form{
  padding-bottom: 86px;
}
@media screen and (max-width: 767px) {
  #mid-career-form,
    #new-graduate-form {
      padding-bottom: 60px;
    }
}

.contact-list {
  margin: 0 auto;
  max-width: 760px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.contact-form-top {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 760px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .contact-form {
    padding: 40px 0;
  }
}

.contact-form .contact-caution {
  font-size: 1.5rem;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .contact-form .contact-caution {
    margin-top: 40px;
  }
}

.contact-form .contact-caution span {
  color: #FF5F4F;
}

.contact-form .contact-item {
  margin-top: 30px;
}
.contact-item-wrapper {
  margin-top: -20px;
}

/*中途採用エントリーフォームボタン*/
#entry .btn-box{
    margin-top: 50px;
/*    max-width: 760px;*/
}
#entry .btn-box .btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 300px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #F1A638;
	background: #F1A638;
	color: #fff;
	transition: 0.5s;
    border-radius: 4px;
}
#entry .btn-box .btn:hover {
	color: #F1A638;
	background: #fff;
}



#entry .btn-box .btn.btn02 {
	border: 2px solid #FF5F4F;
	background: #FF5F4F;
}
#entry .btn-box .btn.btn02:hover {
	color: #FF5F4F;
    background: #fff;
}




@media screen and (min-width: 768px) {
  .contact-form .contact-item,
  #entry.confirm .entry-background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
#entry .btn-box{
    margin-top: 40px;
    margin-bottom: 80px;
}
    
}

.contact-form .contact-item-title {
  font-weight: bold;
  font-size: 1.8rem;
}

.entry-background-title {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 20px;
  line-height: 55px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px){
  .entry-background-title {
      line-height: 40px;
      margin-bottom: 0;
    }
}

.contact-form .contact-item-title span {
  font-weight: 600;
  font-size: 1.6rem;
  color: #FF5F4F;
  vertical-align: super;
  line-height: 1;
}
.entry-background-title span {
  font-weight: 600;
  font-size: 1.6rem;
  color: #FF5F4F;
  vertical-align: super;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .contact-form .contact-item-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 18.9%;
    flex: 0 1 18.9%;
    height: 55px;
    line-height: 55px;
  }

  #entry.confirm .entry-background-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
}

@media screen and (max-width: 800px) {
  .contact-form .contact-item-title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .contact-form .contact-item-title {
    display: inline-block;
    height: 40px;
    line-height: 40px;
  }
}

.contact-form .contact-item-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 78.9%;
  flex: 0 0 78.9%;
}
#entry.confirm #entry-background {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  margin-top: 20px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="number"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 0;
  font-size: 16px;
  padding: .5em;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
}

.contact-form input[type="number"] {
  max-width: 130px;
  margin-right: 16px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="number"],
.contact-form input[type="tel"],
.contact-form select {
  height: 55px;
}

@media screen and (max-width: 767px) {
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="number"],
  .contact-form input[type="tel"],
  .contact-form select {
    height: 40px;
  }
}

.contact-form .contact-item-input div label,
.contact-form .age .contact-item-input span {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .contact-form .contact-item-input div label {
    font-size: 1.6rem;
  }
}

.contact-form select {
  padding: 1em;
  color: #6C6C6C;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact-form select {
    padding: .5em;
  }
}

.contact-form select:hover {
  cursor: pointer;
}

.contact-form select::-ms-expand {
  display: none;
}

.contact-form textarea {
  min-height: 265px;
  resize: vertical;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .contact-form textarea {
    min-height: 200px;
  }
}

.contact-form .contact-radio-wrapper {
  line-height: 55px;
}

.contact-form .contact-radio-wrapper label {
  margin-right: 15px;
}

.contact-form .contact-radio-wrapper label input {
  width: 30px;
}

.contact-btn {
  margin-top: 46px;
  text-align: center;
}

.contact-btn-link {
  display: inline-block;
  letter-spacing: .1em;
  font-size: 1.6rem;
  padding: 30px;
  max-width: 300px;
  margin: auto;
  width: 100%;
  color: #fff;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  background-color: #212020;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  border: 1px solid #fff;
}

.contact-btn-link:hover {
  background-color: #3646AB;
  cursor: pointer;
}

#job-type,
#entry-background {
  margin-top: 10px;
  position: relative;
}

#job-type {
  margin-top: 40px;
}

#job-type::before,
#entry-background::before {
  position: absolute;
  z-index: 10;
  content: "";
  width: 10px;
  height: 10px;
  top: 40%;
  right: 27px;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 2px solid #212020;
  border-bottom: 2px solid #212020;
}

#entry.confirm #job-type::before,
#entry.confirm #entry-background::before {
  content: none;
}

@media screen and (max-width: 767px) {
  #job-type::before,
  #entry-background::before {
    top: 33%;
  }
}

.contact-form-bottom-check {
  text-align: center;
  margin-top: 70px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 20px;
}

.contact-form-bottom-check span > label {
  text-align: center;
  margin-top: 70px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 20px;
}
.contact-form-bottom-check span > label input {
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #D0D0D0;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: -12px;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact-form-bottom-check {
    margin-top: 50px;
  }
}

.contact-form-bottom-check .contact-item-inline {
  font-weight: 600;
  font-size: 1.6rem;
  color: #FF5F4F;
  vertical-align: super;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .contact-form-bottom-check {
    font-size: 1.6rem;
  }
}

.contact-privacy {
  position: relative;
  height: 22px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.contact-privacy-part {
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #D0D0D0;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: -12px;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
}

.contact-privacy-part .contact-check {
  position: absolute;
  width: 8px;
  height: 15px;
  border: 2px solid #212020;
  border-top: 0;
  border-left: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  display: none;
}

.contact-privacy-part:hover {
  cursor: pointer;
}

.contact-privacy-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.contact-privacy-input:checked+.contact-privacy-part .contact-check {
  display: block;
}

.contact-form-bottom {
  max-width: 1100px;
  padding: 0 25px;
  margin: 30px auto 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}


.contact-form-bottom-title,
.mw_wp_form_confirm .contact-radio-wrapper,
.mw_wp_form_confirm .contact-item-input,
.mw_wp_form_confirm div#entry-background,
.mw_wp_form_confirm #job-type {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.mw_wp_form_confirm .contact-radio-wrapper,
.mw_wp_form_confirm .contact-item-input,
.mw_wp_form_confirm div#entry-background {
  line-height: 55px;;
}

.contact-form .contact-item-title.job-type {
  display: none;
}
.contact-form .contact-item-input.job-type {
  flex: 0 0 100%;
}

.contact-privacy-content {
  background-color: #fff;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  font-size: 1.4rem;
  letter-spacing: .5em;
  line-height: 2.07143;
  padding: 2em 1em 2em 1.5em;
}

.contact-privacy-content p {
  color: #000000;
  height: 490px;
  padding-right: .5em;
  overflow-y: auto;
  overflow-x: hidden;
}

.contact-form .contact-form-bottom-check .error {
  margin-top: 10px;
}

/* フォームの内容を切り替え */
.contact-form-top .hide {
  opacity: 0;
  transition: .3s;
  max-height: 0;
}
.contact-form-top .show {
  opacity: 1;
  transition: .3s;
  max-height: 280px;
}

.contact-form-top #job-type.hide,
.contact-form .contact-item.hide {
  margin-top: 0;
}

/* mw_wp_form_confirm */
.mw_wp_form_confirm .contact-form-bottom-title,
.mw_wp_form_confirm .contact-privacy-content,
.mw_wp_form_confirm .contact-form-bottom-check {
  display: none;
}
.entry-background.hide {
  display: none;
}

.mw_wp_form_confirm .btn-box {
  display: flex;
  justify-content: space-between;
}
.mw_wp_form_confirm .contact-btn{
  width: 48%;
  margin-top: 0;
}
.mw_wp_form_confirm .contact-item.hide {
  margin-top: 0;
}
.mw_wp_form_confirm #job-type {
  margin-top: 0;
  margin-bottom: 0;
  /* height: 55px; */
  transition: 0s;
}
.mw_wp_form_confirm .contact-item-title.job-type {
  display: block;
}
.mw_wp_form_confirm .contact-item-input.job-type {
  flex: 0 0 78.9%;
}

.mw_wp_form .contact-form-top .error,
.mw_wp_form .contact-form-top .age .error {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .contact-privacy-content p {
    height: 300px;
  }
}

.contact-privacy-content p::-webkit-scrollbar {
  width: 11px;
  border-radius: 10px;
}

.contact-privacy-content p::-webkit-scrollbar-thumb {
  background-color: #C3C3C3;
  border-radius: 10px;
}

.contact-privacy-content p::-webkit-scrollbar-button {
  display: none;
}

.contact-privacy-content p::-webkit-scrollbar-track {
  background-color: #E2E2E2;
  border-radius: 10px;
}

.contact-privacy-content p::-webkit-scrollbar-track:hover {
  background-color: #D9D9D9;
}

.contact-privacy-content p::-webkit-scrollbar-thumb:active {
  background-color: #C6C6C6;
}

/*----------------------------------------------------
  guidelines
----------------------------------------------------*/
/*
#guidelines .anchor-link {
  max-width: 1000px;
  margin: 30px auto 50px;
}
*/



/*
#guidelines .page-ttl {
  margin-top: 120px;
  font-size: 3rem;
}
*/
/*
#guidelines .con02{
  margin: 0 auto 90px;

}
*/
.guidelines-subttl {
  font-size: 1.8rem;
/*  font-weight: 600;*/
  margin-top: 40px;
  text-align: center;
  line-height: 1.66667;
}


.guidelines-caution{
  margin-top: 30px;
  line-height: 1.7;
  font-size: 1.5rem;
/*  font-weight: 600;*/
}


.guidelines-flow-items {
  margin-top: 40px;
}


.guidelines-flow-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
}


.guidelines-flow-item {
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 4px solid #F1A638;
  border-radius: 4px;
  aspect-ratio: 1.04545;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%
}

.guidelines-flow-item img {
  max-width: 66px;
}

.guidelines-flow-item::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #F1A638 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.guidelines-flow-item .guidelines-flow-num {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 1.8rem;
  font-weight: 600;
}

.guidelines-flow-item:not(:last-child)::after {
  position: absolute;
  width: 13px;
  height: 26px;
  content: "";
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/guidelines/icon-arrow.svg") no-repeat center center/contain;
}
.guidelines-flow-ttl {
  margin-top: 17px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1025px) {
  .guidelines-flow-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .guidelines-flow-item {
    max-width: 250px;
    aspect-ratio: 1.5;
  }
  .guidelines-flow-item img{
    max-width: 80px;
  }
  .guidelines-flow-item:nth-child(2)::after,
  .guidelines-flow-item:nth-child(4)::after {
    display: none;
  }
    .guidelines-flow-item:nth-child(odd) {
      margin:  0 0 0 auto;
    }
    .guidelines-flow-item:nth-child(even) {
      margin: 0 auto 0 0;
    } 

}
@media screen and (max-width: 499px) {
	  .guidelines-flow-items {
    width: 88%;
	margin: 20px auto;
  }
  .guidelines-flow-item img {
      max-width: 60px;
    }
  .guidelines-flow-ttl{
    margin-top: 5px;
    font-size: 1.4rem;
  }
  .guidelines-flow-item::before {
    border-width: 0 45px 45px 0;
  }

  .guidelines-flow-item .guidelines-flow-num {
    top: 4px;
    right: 8px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .guidelines-flow-item img {
      max-width: 45px;
    }
  .guidelines-flow-item::before {
    border-width: 0 40px 40px 0;
  }
  .guidelines-flow-item .guidelines-flow-num {
    right: 6px;
  }
}


.accordion-items {
  margin: 40px auto 20px;
}

.accordion-item {
  border: 1px solid #D2D2D2;
  border-radius: 4px;
}

.accordion-item:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .accordion-item:not(:first-child) {
    margin-top: 24px;
  }
}

.accordion-header {
/*  background-color: #fff;*/
  font-size: 1.25rem;
  font-weight: 600;
  padding: 2em 1.3em;
  position: relative;
}
.accordion-header p{
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .accordion-header {
    padding: 1.5em;
  }
}

.accordion-header:hover {
  cursor: pointer;
}

.accordion-content {
  border-radius: 0 0 4px 4px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion-content.active {
  border-top: 1px solid #D2D2D2;
}

.accordion-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion-icon.active .accordion-icon-bar2 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .accordion-icon {
    width: 12px;
    height: 12px;
    right: 18px;
  }
}

.accordion-icon-bar1 {
  width: 16px;
  height: 2px;
  background: #212020;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 767px) {
  .accordion-icon-bar1 {
    width: 12px;
  }
}

.accordion-icon-bar2 {
  width: 2px;
  height: 16px;
  background: #212020;
  border-radius: 20px;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

@media screen and (max-width: 767px) {
  .accordion-icon-bar2 {
    height: 12px;
  }
}

.guidelines-body {
  background-color: #fff;
  padding: 40px 5.94%;
}

@media screen and (max-width: 767px) {
  .guidelines-body {
    padding: 40px 15px;
  }
}

.guidelines-job-ttl {
  border-radius: 3px;
  background-color: #212020;
  color: #fff;
  padding: 15px 18px;
}

.guidelines-job .text-box {
  line-height: 2.3125;
  padding: 35px 15px;
  font-weight: 500;
}

.guidelines-content {
  margin-top: 35px;
}

.guidelines-content-ttl {
  font-weight: bold;
  font-size: 1.6rem;
}

.guidelines-content-items {
  margin-top: 15px;
}

.guidelines-content-item {
  border: 1px solid #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .guidelines-content-item {
    display: block;
  }
}

.guidelines-content-item dt {
  font-weight: 600;
  background-color: #F7F7F7;
  width: 222px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.guidelines-content-item:last-child dt {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .guidelines-content-item dt {
    width: 100%;
    padding: 1em;
  }
}

.guidelines-content-item dd {
  padding: 33px 5.3%;
}

@media screen and (max-width: 767px) {
  .guidelines-content-item dd {
    padding: 1em;
  }
}

/*----------------------------------------------------
  data
----------------------------------------------------*/

.data-items{
  margin-top: 20px;
  margin-bottom: 120px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {

  .data-items{
    margin-bottom: 50px;
  }
}
.data-item{
  margin-top: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .data-item:nth-child(6) .img-box:not(:last-child) {
      max-width: 345px;
      width: 100%;
  }
  .data-item:nth-child(6) .img-box:last-child {
    max-width: 340px;
    width: 100%;
  }
  .data-item:nth-child(6) .img-box:last-child img{
  max-height: 385.58px;
  height: 100%;
  }
}

#data .con02{
  position: relative;
  z-index: 1;
}

/*----------------------------------------------------
  共通
----------------------------------------------------*/
/*
#entry .h2-ttl .sub-ttl,
#data .h2-ttl .sub-ttl,
#guidelines .h2-ttl .sub-ttl {
  font-size: 18px;
}
*/


/*
#entry .top-text,
#guidelines .top-text {
  font-size: 1.8rem;
  line-height: 2.05;
  max-width: 1000px;
  margin: 0 auto;
}
*/
@media screen and (max-width: 767px) {
  #entry .top-text,
  #guidelines .top-text {
    font-size: 1.6rem;
  }
}
#entry .top-text {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  #entry .top-text {
    margin-top: 50px;
  }
}

.contact-form .page-ttl{
  font-size: 3rem;
}
