/* **************************************************************
 common
*************************************************************** */


/* **************************************************************
 service
*************************************************************** */

.service-point-outer {
  background-color: #FFFAD8;
  position: relative;
  border-radius: 30px;
}

.service-point-title {
  position: absolute;
  top: -20px;
  padding: 8px 20px;
  background-color: #F36C47;
  border-radius: 10px 0 10px 0;
  display: inline-block;
  color: #FFF;
  line-height: 1;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}

.service-point-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px 50px;
  padding: 30px;
}

.service-point-txt {
  margin-top: 5px;
}

.service-point-head {
  font-size: 2.2rem;
  display: block;
  font-weight: bold;
  line-height: 1.4;
}


.list-disc-technic {
  justify-content: space-between;
}

.detail-box .content>.list-disc-technic li {
  min-width: 30%;
}

.list-disc-management {
  display: flex;
  flex-wrap: wrap;
  font-size: 2.2rem;
  gap: 0 15px;
}

.list-disc-management li {
  margin: 5px 0;
  min-width: 30%;
  margin: 10px 0;
}





/* **************************************************************
 sdgs
*************************************************************** */
.sdgs-about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  margin-bottom: 150px;
  background-color: var(--bg-main);
  border-radius: 60px 0 60px 0;
}

.sdgs-about img {
  margin: 20px;
}

.sdgs-about p {
  display: block;
  font-size: 2.2rem;
}

.sec-head-sdgs:nth-of-type(even) {
  flex-direction: row-reverse;
}

.sec-head-sdgs::before {
  display: none;
}

.sec-head-sdgs .sec-head-content {
  gap: 30px;
  padding-left: 0;
  margin: 0;
}

.sdgs-icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: fit-content;
}

/* **************************************************************
 office
*************************************************************** */
.qualification-list {
  gap: 20px;
}

.history-item {
  display: flex;
}

.history-date {
  position: relative;
  display: flex;
  min-width: 205px;
  gap: 5px 20px;
  padding-bottom: 30px;
}

.history-date::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-main);
}

.history-date::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 10px;
  width: 2px;
  height: 100%;
  border-right: 2px dotted var(--color-main);
}

.history-item:last-of-type .history-date::after {
  display: none;
}

.history-date .year-seireki {
  line-height: 1;
  font-size: 3rem;
  color: var(--color-main);
  font-weight: bold;
}

.history-date .year-wareki {
  padding-top: 8px;
  line-height: 1;
  font-size: 1.6rem;
  color: #666666;
}

.history-detail {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 5px;
  padding-left: 50px;
}

.history-detail .month {
  min-width: 50px;
  color: var(--color-main);
  font-size: 1.8rem;
  font-weight: bold;
}

/* **************************************************************
 access
*************************************************************** */
.access-map {
  border-radius: 30px;
  overflow: hidden;
}

.access-map iframe {
  vertical-align: bottom;
}

.access-address {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 50px;
  margin: 50px 0;
}

.access-address p {
  font-size: 2.2rem;
}

.access-difi {
  display: grid;
  grid-template-columns: 70% 1fr;
  gap: 0 2px;
}

.access-difi dt,
.access-difi dd {
  padding: 25px 0;
  border-bottom: 2px dotted #666;
  line-height: 1.2;
  font-size: 2rem;
}

.access-difi dd {
  text-align: right;
}

.access-case {
  margin-top: 150px;
}

.access-parking {
  display: flex;
  gap: 20px 40px;
}


/* **************************************************************
 recruit
*************************************************************** */
.recruit .page-wrap {
  background: url(../images/recruit/bg_main.jpg);
}

.recruit-hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 800px;
  padding: 130px 40px 0;
  overflow: hidden;
}

.recruit-images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.recruit-images .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-catch {
  position: relative;
  z-index: 1;
  font-size: 8rem;
  color: #fff;
  text-shadow: 0px 0px 18px rgba(11, 92, 160, 1);
  text-align: center;
}

.recruit-catch strong {
  display: block;
  letter-spacing: 0.1em;
}

/*summary*/
.recruit-summary {
  padding-top: 200px;
}

.recruit-summary .summary-text {
  position: relative;
  z-index: 2;
}

.recruit-summary .title-max {
  line-height: 1.5;
  font-size: 5rem;
}

.recruit-summary .title-min {
  color: var(--color-main);
  font-size: 2.4rem;
}


.recruit-summary p {
  display: block;
  margin: 50px 0;
  font-weight: bold;
}

.recruit-summary .summary-img {
  position: absolute;
  right: -150px;
  top: 150px;
  max-width: 80vw;
}

/*about*/
.recruit-about {
  position: relative;
  padding-top: 100px;
  padding-bottom: 170px;
  margin-bottom: 0;
  background: url(../images/recruit/bg_about.jpg);
}

.recruit-about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 650px;
  background: url(../images/recruit/bg_about_acc.jpg) no-repeat top center / 100%;
}

.recruit-about::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: url(../images/recruit/bg_wave_acc.png) repeat-x bottom;

}

.recruit-about .container {
  position: relative;
}

.recruit-about .about-imgs {
  position: absolute;
  left: 0;
  top: -120px;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.recruit-about .about-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 100px;
  margin-top: 90px;
}

.recruit-about .about-list .item {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: flex-end;
  gap: 30px;
}

.recruit-about .about-list .point {
  position: relative;
  display: block;
  left: -50px;
}

.recruit-about .about-list .title-mid {
  position: relative;
  left: -50px;
  width: fit-content;
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 4px dotted var(--color-main);
}

.recruit-about .about-list .text {
  display: block;
  margin-bottom: auto;
  grid-column: 1 / 3;
  font-size: 2rem;
}

/*person*/
.recruit-person {
  position: relative;
  margin-top: 150px;
}

.recruit-person .title-mid {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 80px;
  text-align: center;
}

.recruit-person .title-mid::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -60px;
  width: 60px;
  height: 60px;
  border-left: 4px dotted var(--color-main);
  rotate: -45deg;
}

.recruit-person .title-mid::after {
  content: "";
  position: absolute;
  top: -25px;
  right: -60px;
  width: 60px;
  height: 60px;
  border-right: 4px dotted var(--color-main);
  rotate: 45deg;
}

.recruit-person .person-list {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 50px;
}

.recruit-person .person-list::before {
  content: "";
  position: absolute;
  left: -55px;
  top: -55px;
  width: 185px;
  height: 239px;
  background: url(../images/recruit/icon_person_01.png) no-repeat center / contain;
}

.recruit-person .person-list .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding-top: 15px;
  margin-top: -25px;
  background-color: var(--color-main);
  border-radius: 50%;
  line-height: 1.3;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.recruit-person .person-list .item:nth-of-type(1) {
  background-color: #0b5ca0;
}

.recruit-person .person-list .item:nth-of-type(2) {
  background-color: #0f69b5;
}

.recruit-person .person-list .item:nth-of-type(3) {
  background-color: #2885d3;
}

.recruit-person .person-list .item:nth-of-type(4) {
  background-color: #2791ea;
}

.recruit-person .person-list .item:nth-of-type(5) {
  background-color: #55abf2;
}

.recruit-person .person-imgs {
  position: absolute;
  left: 0;
  bottom: -45px;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}


/*message*/
.recruit-message {
  background-color: #fff;
  margin: 0;
  padding-top: 150px;
  padding-bottom: 150px;
}

.recruit-message .text-comment {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.recruit-message .message-name {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

/*interview*/
.recruit-interview {
  display: flex;
  margin: 0;
  background-color: #fff;
}

.interview-box {
  position: relative;
  display: block;
  width: 50%;
  min-height: 550px;
  overflow: hidden;
}

.interview-box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.interview-box .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview-box .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 80%;
  height: 100%;
  margin: 0 auto;
  padding: 0 60px;
}

.interview-box .content .title-max {
  margin-top: -3px;
  color: #fff;
}

.interview-box .content .title-mid {
  margin-bottom: 0;
  color: #fff;
}

.interview-box .content .bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  margin-bottom: 50px;
}

.interview-box .content .link-more {
  position: relative;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  line-height: 1.3;
  color: #fff;
}

.interview-box .content .link-more::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  translate: 0 -50%;
  width: 15px;
  height: 10px;
  background: url(../images/icon_arrow_btn.svg) no-repeat center / contain;
}

/*environment*/
.recruit-environment {
  position: relative;
  overflow: clip;
  padding-bottom: 100px;
  margin-bottom: 0;
}

.recruit-environment::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 980px;
  background: url(../images/recruit/bg_environment.jpg) no-repeat top center / cover;
}

.recruit-environment .container {
  position: relative;
}

.recruit-environment .environment-imgs {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}


.recruit-environment .inner-box {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 100px auto 0;
}

.recruit-environment .title-balloon {
  min-width: 420px;
  width: fit-content;
  padding: 20px;
  margin: 0 auto 30px;
  background-color: var(--color-main);
  border-radius: 15px;
  color: #fff;
  text-align: center;
}

.recruit-environment .title-balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  translate: -50%;
  width: 28px;
  height: 19px;
  background-color: var(--color-main);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.environment-number {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.environment-number .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 250px;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ceefff;
}

.environment-number .item.col-2 {
  grid-column: 2 / 4;
}

.environment-number .item>.title-col {
  margin-top: 0;
}

.environment-number .item .flex-block {
  justify-content: center;
  gap: 15px;
}

.environment-number .number-inner {
  margin: auto 0 30px;
}

.environment-number .number-inner .number {
  line-height: 1;
  font-size: 8rem;
  color: var(--color-main);
  font-weight: bold;
}

.environment-number .number-inner .number-col {
  text-align: center;
  font-weight: bold;
}

.environment-number .number-inner .number .par {
  margin-left: 5px;
  color: initial;
  font-size: 2.2rem;
}

.environment-number .number-list {
  display: grid;
  gap: 15px 30px;
  width: 90%;
}

.environment-number .number-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.environment-number .number-list .title-list {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 15px;
  white-space: nowrap;
}

.environment-number .number-list .title-list::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  border-bottom: 3px dotted #65baf7;
}

.environment-number .number-list .number-inner {
  margin-bottom: 0;
}

.environment-number .number-list .number-inner .number {
  font-size: 4rem;
}

.recruit-environment .benefits-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: bold;
}

.recruit-environment .benefits-list li {
  position: relative;
  padding-left: 40px;
  white-space: nowrap;
}

.recruit-environment .benefits-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 25px;
  height: 25px;
  background: url(../images/icon_check.png) no-repeat center / contain;
}

.recruit-flow {
  padding: 150px 0;
  margin: 0;
  background-color: #fff;
}

.flow-list {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.flow-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 23%;
  gap: 15px;
}

.flow-list .item .title-number {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 40px;
  font-size: 2.2rem;
}

.flow-list .item .title-number .num {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  translate: -50%;
  line-height: 1;
  font-size: 6rem;
  color: #ceefff;
}

.flow-list .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  background: url(../images/recruit/bg_main.jpg);
  border-radius: 50%;
}

.flow-list .item p {
  display: block;
  line-height: 1.5;
  text-align: center;
}

.flow-list .item p a {
  color: var(--color-main);
  text-decoration: underline;
  font-weight: bold;
}

/*recruitment*/
.recruit-recruitment {
  background-color: #fff;
  margin: 0;
  padding: 50px 0 150px;
  counter-reset: number 0;
}

.recruitment-box {
  background-color: #e8f7ff;
  border-radius: 0 30px 0 30px;
  margin: 30px 0;
  overflow: hidden;
}

.recruitment-box .c-accordion-trigger {
  position: relative;
  padding: 30px;
}

.recruitment-box .c-accordion-trigger::after {
  content: "+";
  position: absolute;
  right: 30px;
  top: 15px;
  font-size: 4rem;
  color: var(--color-main);
  transition: all 0.2s ease-in-out;
}

.recruitment-box .c-accordion-trigger.open::after {
  rotate: 45deg;
}

.recruitment-box .c-accordion-trigger .title-mid {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding-right: 50px;
  font-size: 2.4rem;
}

.recruitment-box .c-accordion-trigger .title-mid::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: var(--color-main);
  border-radius: 50%;
  line-height: 1;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Century Gothic";
}

.recruitment-box .c-accordion-content {
  padding: 0 30px 30px;
}

.recruitment-box .c-accordion-content .c-difi {
  margin: 0;
}

.recruitment-box .c-accordion-content .c-difi-team {
  background-color: #ceefff;
}


/*entry*/
.recruit-entry {
  position: relative;
  margin: 0;
  padding: 120px 0 80px;
  background: url(../images/recruit/bg_entry.jpg);
  color: #fff;
  text-align: center;
  overflow-x: clip;
}

.recruit-entry::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  background: url(../images/recruit/bg_wave_acc.png) repeat-x bottom;
  rotate: 180deg;
}

.recruit-entry .container {
  position: relative;
}

.recruit-entry .entry-imgs {
  position: absolute;
  left: 50%;
  top: -50px;
  translate: -50%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 110%;
  pointer-events: none;
}

.recruit-entry .title-mid {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 60px;
  color: #fff;
}

.recruit-entry .title-mid::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -60px;
  width: 60px;
  height: 60px;
  border-left: 6px dotted #fff;
  rotate: -45deg;
}

.recruit-entry .title-mid::after {
  content: "";
  position: absolute;
  top: -25px;
  right: -60px;
  width: 60px;
  height: 60px;
  border-right: 6px dotted #fff;
  rotate: 45deg;
}

.recruit-entry .title-max {
  font-size: 5rem;
  color: #fff;
}

.recruit-entry .c-btn {
  justify-content: center;
  min-width: 410px;
  margin: 50px auto 0;
  padding: 30px;
  background-color: #fff;
  font-size: 3rem;
  color: #111;
}

.recruit-entry .c-btn::after {
  width: 30px;
  height: 20px;
  background-image: url(../images/icon_arrow_btn_bl.svg);
}

.recruit-entry .c-btn:hover {
  scale: 1.1;
  background-color: #ceefff;
}



/* **************************************************************
 interview
*************************************************************** */
.interview-hero {
  padding: 200px 0 100px;
  background: url(../images/bg_dot_bl.jpg) repeat;
  color: #fff;
  overflow-x: clip;
}

.interview-hero .flex-block {
  position: relative;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  min-height: 400px;
  gap: 50px;
}

.interview-hero .flex-block::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -235px;
  width: 250px;
  height: 260px;
  background: url(../images/recruit_interview/icon_acc.png) no-repeat center / contain;
}

.interview-image {
  margin-top: auto;
  margin-right: -165px;
}

.interview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview-content {
  display: flex;
  flex-direction: column;
}

.interview-content .title-max {
  margin-bottom: 20px;
  color: #fff;
}

.interview-content .interview-name {
  display: block;
  margin-bottom: 25px;
  font-size: 2.2rem;
}

.interview-content .interview-name span {
  font-size: 1.8rem;
}

.interview-catch {
  display: block;
  margin-top: auto;
  line-height: 1.3;
  font-size: 4.8rem;
  letter-spacing: -0.05em;
}

.interview-desc-box {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0 30px;
  margin-bottom: 100px;
  padding: 50px;
  background-color: #ceefff;
  border-radius: 60px 0 60px 0;
}

.interview-desc-box .title {
  width: 28%;
}

.interview-desc-box .content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.interview-desc-box .content ul li {
  min-width: 45%;
  line-height: 1.2;
  font-size: 2.2rem;
}

.interview-description .inner-box {
  margin: 80px 0;
}

.interview-description .inner-btns .c-btn {
  justify-content: space-between;
  min-width: 310px;
}

/* **************************************************************
 entry
*************************************************************** */
.contact-info {
  display: flex;
  padding: 30px 0;
  margin-bottom: 30px;
  background: var(--color-main);
  border-radius: 60px 0 60px 0;
  color: #fff;
}

.contact-info .inner-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.contact-info .inner-tel p {
  font-size: 2.2rem;
  font-weight: bold;
}

.contact-info .inner-tel .link {
  position: relative;
  display: block;
  margin: 10px 0 15px;
  padding-left: 65px;
  line-height: 1;
  color: #fff;
  font-size: 5.2rem;
  font-weight: bold;
}

.contact-info .inner-tel .link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/icon_tel_wh.png) no-repeat center / contain;
}

.contact-info .inner-tel .hours {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.8rem;
}

.contact-info .inner-tel .hours .tag {
  display: inline-block;
  padding: 5px;
  background-color: #fff;
  line-height: 1;
  color: #111;
  font-size: 1.4rem;
}

.contact-info .inner-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  border-left: 1px solid #fff;
}

.contact-info .inner-btn.entry .c-btn {
  background-color: #ffe089;
}

.contact-info .inner-btn .c-btn {
  justify-content: center;
  width: 390px;
  padding: 30px;
  background-color: #fff;
  color: #111;
  font-size: 3rem;
}

.contact-info .inner-btn .c-btn::after {
  width: 30px;
  height: 20px;
  background-image: url(../images/icon_arrow_btn_bl.svg);
}

.contact-info .inner-btn .c-btn:hover {
  background-color: #ceefff;
}


.entry-flow {
  margin: 100px 0;
}

.form-wrap {
  margin: 150px 0 0;
}



/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


---  print 印刷用CSS


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media print {}






/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


---  1500px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1500px) {

  /* **************************************************************
   recruit
  *************************************************************** */
  .recruit-summary .summary-img {
    right: -300px;
  }

  .interview-box .content {
    max-width: 100%;
  }

}








/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


---  1199px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1199px) {

  /* **************************************************************
 sdgs
*************************************************************** */
  .sec-head-sdgs:nth-of-type(even) {
    flex-direction: column;
  }

  .sec-head-sdgs .sec-head-img {
    width: 100%;
    margin: 30px auto 0;
  }


  /* **************************************************************
   access
  *************************************************************** */
  .access-case {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  /* **************************************************************
   recruit
  *************************************************************** */
  .recruit-about .about-list {
    gap: 50px;
  }

  .recruit-about .about-list .item {
    grid-template-columns: 80px 1fr;
  }

  .recruit-about .about-list .point {
    left: 0;
  }

  .recruit-about .about-list .title-mid {
    left: 0;
  }

  .recruit-about .about-list .text {
    font-size: 1.8rem;
  }

  .recruit-person .person-list {
    gap: 0 30px;
  }

  .recruit-person .person-list::before {
    top: -120px;
  }

  .recruit-person .person-list .item {
    width: 280px;
    height: 280px;
  }

  .recruit-message .text-comment {
    font-size: 1.8rem;
  }

  .recruit-entry .entry-imgs {
    top: -200px;
    width: 100%;
  }

  .recruit-entry .entry-imgs img {
    max-width: 150px;
  }

  /* **************************************************************
   interview
  *************************************************************** */
  .interview-hero .flex-block {
    flex-direction: column;
  }

  .interview-image {
    margin-left: auto;
    margin-right: 0;
  }

}





/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 991px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 991px) {
  .service-point-inner {
    flex-direction: column;
    gap: 20px 0;
  }

  .service-point-head {
    margin-bottom: 10px;
  }

  .service-point-txt {
    width: 100%;
  }

  .detail-box .content>.list-disc-technic li {
    min-width: 45%;
  }

  /* **************************************************************
   recruit
  *************************************************************** */
  .recruit-hero {
    height: 650px;
  }

  .recruit-catch {
    font-size: 6rem;
  }

  .recruit-summary {
    padding-top: 100px;
  }

  .recruit-summary .summary-text {
    text-align: center;
  }

  .recruit-summary p {
    text-align: center;
  }

  .recruit-summary .summary-img {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    margin: 50px auto 0;
  }

  .recruit-about .about-imgs img {
    max-width: 150px;
  }

  .recruit-about .about-list {
    grid-template-columns: 1fr;
  }

  .recruit-person .person-list::before {
    display: none;
  }

  .recruit-person .person-list .item {
    width: 200px;
    height: 200px;
    font-size: 2.2rem;
  }

  .recruit-person .person-imgs img {
    max-width: 180px;
  }

  .recruit-person .person-imgs img:first-of-type {
    max-width: 100px;
  }

  .recruit-interview {
    flex-wrap: wrap;
  }

  .interview-box {
    width: 100%;
  }

  .recruit-environment .environment-imgs {
    top: 50px;
  }

  .recruit-environment .environment-imgs img {
    max-width: 150px;
    max-height: 150px;
  }

  .environment-number {
    grid-template-columns: 1fr 1fr;
  }

  .environment-number .item.col-2 {
    grid-column: 1/3;
  }

  .recruit-environment .benefits-list {
    grid-template-columns: 1fr 1fr;
  }

  .flow-list {
    flex-wrap: wrap;
  }

  .flow-list .item {
    width: 40%;
  }

  /* **************************************************************
   interview
  *************************************************************** */
  .interview-hero {
    padding: 150px 0 100px;
  }

  .interview-hero .flex-block::after {
    bottom: -165px;
    width: 200px;
    height: 210px;
  }

  .interview-desc-box {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
  }

  .interview-desc-box .title {
    width: 100%;
  }

  .interview-desc-box .content ul {
    gap: 10px;
  }

  .interview-desc-box .content ul li {
    font-size: 1.8rem;
  }

  /* **************************************************************
   entry
  *************************************************************** */
  .contact-info {
    flex-direction: column;
    padding: 30px;
  }

  .contact-info .inner-tel {
    width: 100%;
  }

  .contact-info .inner-btn {
    width: 100%;
    margin-top: 30px;
    border-left: none;
  }



}







/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 767px(スマホ、iPad縦以下)


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

  .list-disc-management {
    font-size: 1.8rem;
  }

  /* **************************************************************
 sdgs
*************************************************************** */
  .sdgs-about {
    padding: 20px;
    margin-bottom: 50px;
    border-radius: 30px 0 30px 0;
  }

  .sdgs-about p {
    font-size: 1.6rem;
  }

  .sec-head-sdgs .sec-head-content {
    gap: 15px;
  }

  /* **************************************************************
   office
  *************************************************************** */
  .company-history {
    position: relative;
  }

  .company-history::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 10px;
    width: 2px;
    height: 100%;
    border-left: 2px dotted var(--color-main);
  }

  .qualification-list {
    gap: 10px;
  }

  .history-item {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .history-date {
    gap: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
  }

  .history-date::before {
    left: 0;
  }

  .history-date::after {
    display: none;
  }

  .history-date .year-seireki {
    font-size: 2.4rem;
  }

  .history-date .year-wareki {
    padding-top: 4px;
    font-size: 1.3rem;
  }

  .history-detail {
    padding-left: 20px;
  }


  /* **************************************************************
   office
  *************************************************************** */
  .access-address p {
    font-size: 1.8rem;
  }

  .access-case {
    margin-top: 80px;
  }

  .access-difi dt,
  .access-difi dd {
    font-size: 1.6rem;
  }

  .access-parking {
    flex-direction: column;
  }

  /* **************************************************************
   service
  *************************************************************** */
  .service-point-inner {
    padding: 30px 20px 20px;
  }

  .service-point-img {
    max-width: 80%;
  }

  .service-point-title {
    font-size: 1.8rem;
  }

  .list-disc-management li {
    min-width: 45%;
  }

  /* **************************************************************
   recruit
  *************************************************************** */
  .recruit-hero {
    height: 550px;
    padding: 80px 20px 0;
  }

  .recruit-catch {
    font-size: clamp(3.6rem, 9.6vw, 5rem);
  }

  .recruit-images {
    flex-direction: column;
  }

  .recruit-images .img {
    position: relative;
    width: 100%;
    height: 50%;
    overflow: hidden;
  }

  .recruit-images .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
  }

  .recruit-summary .summary-text {
    text-align: left;
  }

  .recruit-summary .title-max {
    font-size: clamp(3.4rem, 9.06vw, 4.4rem);
  }

  .recruit-summary p {
    margin: 25px 0;
    text-align: left;
    font-size: 1.6rem;
  }

  .recruit-summary .title-min {
    font-size: clamp(2.2rem, 5.86vw, 3.2rem);
  }

  .recruit-summary .summary-img {
    max-width: 100vw;
  }

  .recruit-about .about-imgs {
    top: -150px;
  }

  .recruit-about .about-imgs img {
    max-width: 100px;
  }

  .recruit-about .about-list {
    margin-top: 40px;
    gap: 30px;
  }

  .recruit-about .about-list .item {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .recruit-about .about-list .point {
    width: 80px;
    height: 80px;
  }

  .recruit-about .about-list .text {
    grid-column: 1/2;
    font-size: 1.6rem;
  }

  .recruit-person {
    margin-top: 80px;
  }

  .recruit-person .title-mid {
    margin: 0 auto 40px;
  }

  .recruit-person .person-list {
    gap: 15px;
  }

  .flow-list .item .title-number .num {
    font-size: 5rem;
  }

  .recruit-person .person-list .item {
    width: 150px;
    height: 150px;
    padding-top: 5px;
    margin-top: 0;
    font-size: 1.6rem;
  }

  .recruit-person .person-imgs img:last-of-type {
    margin-right: -50px;
  }

  .recruit-message {
    padding: 100px 0;
  }

  .recruit-message .text-comment {
    font-size: 1.6rem;
    text-align: justify;
  }

  .recruit-message .message-name {
    font-size: 2.2rem;
  }

  .interview-box {
    min-height: 450px;
  }

  .interview-box .content {
    padding: 0 20px;
  }

  .interview-box .content .bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .interview-box .content .link-more {
    margin-left: auto;
    margin-right: 25px;
  }

  .recruit-environment {
    padding-bottom: 50px;
  }

  .recruit-environment .inner-box {
    margin: 50px auto 0;
  }

  .recruit-environment .environment-imgs img {
    max-width: 120px;
    max-height: 120px;
  }

  .recruit-environment .title-balloon {
    min-width: 300px;
  }

  .environment-number {
    grid-template-columns: 1fr;
  }

  .environment-number .item.col-2 {
    grid-column: 1/2;
  }

  .environment-number .item {
    min-height: 200px;
  }

  .environment-number .number-inner {
    margin: auto 0;
  }

  .environment-number .number-inner .number {
    font-size: 7rem;
  }

  .environment-number .number-list {
    gap: 5px 30px;
    font-size: 1.6rem;
  }

  .recruit-environment .benefits-list {
    grid-template-columns: 1fr;
    gap: 15px;
    font-size: 1.8rem;
  }

  .recruit-environment .benefits-list li::before {
    top: 5px;
  }

  .recruit-flow {
    padding: 80px 0;
  }

  .flow-list {
    gap: 20px 40px;
  }

  .flow-list .item .icon {
    width: 120px;
    height: 120px;
  }

  .flow-list .item .icon img {
    max-width: 100px;
    max-height: 80px;
  }

  .recruit-recruitment {
    padding: 50px 0;
  }

  .recruitment-box {
    margin: 15px 0;
    border-radius: 0 15px 0 15px;
  }

  .recruitment-box .c-accordion-trigger {
    padding: 15px;
  }

  .recruitment-box .c-accordion-trigger::after {
    top: 50%;
    right: 15px;
    translate: 0 -50%;
    font-size: 2rem;
  }

  .recruitment-box .c-accordion-trigger .title-mid {
    padding-right: 30px;
    gap: 10px;
    font-size: 1.8rem;
    text-indent: -0.5em;
  }

  .recruitment-box .c-accordion-trigger .title-mid::before {
    width: 30px;
    height: 30px;
    font-size: 1.8rem;
    text-indent: 0;

  }

  .recruitment-box .c-accordion-content {
    padding: 0 15px 15px;
  }

  .recruit-entry .entry-imgs {
    display: none;
  }

  .recruit-entry .title-mid {
    margin-bottom: 40px;
  }

  .recruit-entry .title-max {
    font-size: 3.6rem;
  }

  .recruit-entry .c-btn {
    min-width: 300px;
    font-size: 2.4rem;
  }

  /* **************************************************************
   interview
  *************************************************************** */
  .interview-hero {
    padding-bottom: 0;
  }

  .interview-hero .flex-block::after {
    bottom: -100px;
    width: 140px;
    height: 150px;
  }

  .interview-content .title-max {
    font-size: 2.2rem;
  }

  .interview-catch {
    font-size: clamp(3rem, 7.52vw, 4.2rem);
  }

  .interview-image {
    margin-left: -20px;
    margin-right: -20px;
  }

  .interview-desc-box {
    padding: 25px;
    border-radius: 30px 0 30px 0;
  }

  .interview-desc-box .content ul li {
    min-width: 100%;
    font-size: 1.6rem;
  }

  .inner-btns {
    flex-direction: column;
    align-items: center;
  }

  /* **************************************************************
   entry
  *************************************************************** */
  .contact-info .inner-tel p {
    font-size: 1.8rem;
  }

  .contact-info .inner-tel .link {
    padding-left: 50px;
    font-size: 3.2rem;
  }

  .contact-info .inner-tel .link::before {
    width: 40px;
    height: 40px;
  }

  .contact-info .inner-tel .hours {
    font-size: 1.6rem;
  }

  .contact-info .inner-tel .hours .tag {
    font-size: 1.2rem;
  }

  .contact-info .inner-btn .c-btn {
    width: 100%;
    height: 60px;
    font-size: 2rem;
  }

  .contact-info .inner-btn .c-btn::after {
    width: 22px;
    height: 15px;
  }

  .form-wrap {
    margin: 80px 0 0;
  }


}



/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 560px（スマホ大）


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 560px) {
  .list-disc-management li {
    min-width: 100%;
    margin: 5px;
  }

  /* **************************************************************
   interview
  *************************************************************** */
  .interview-description .inner-box {
    margin: 50px 0;
  }

}