.main_ttl {
  position: relative;
  padding: 24px;
}

.page-ttl-en {
  font-size: 22px;
  position: relative;
  font-weight: 700;
  z-index: 2;
  line-height: 1;
  color: #4072a6;
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  display: table;
  white-space: nowrap;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 10px;
}

.main_ttl .txt {
  font-size: 38px;
  position: relative;
  font-weight: 700;
  z-index: 2;
  line-height: 1.3;
  color: #4072a6;
  display: table;
  white-space: nowrap;
}

.main_ttl_text_box h2 {
  padding: 16px 16px 16px 24px;
  background-color: #fff;
  display: table;
  line-height: 1;
  font-weight: 500;
}


.main_ttl .bg {
  width: 100%;
  overflow: hidden;
  position: relative;
}


/* 読み込み完了後 */
.main_ttl .bg img.is-loaded {
  opacity: 1;
  transform: scale(1);
  /* 元のサイズに */
}


.main_ttl_text_box {
  display: block;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  bottom: 110px;
  align-items: center;
  position: absolute;
  justify-content: center;
}

.page-sec-ttl-box {
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.page-sec-ttl-box::after {
  width: 40px;
  height: 1px;
  content: '';
  background-color: #4072a6;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-sec-ttl-box h3 {
  display: table;
  color: #4072a6;
  font-size: 28px;
  font-weight: 700;
}

.ul-wrap {
  padding: 16px;
  margin: 10px 0;
  border-radius: 16px;
  background-color: #fff;
}

@media (max-width: 1159px) {
  .l-visual {
    display: none;
  }
}

@media (max-width: 538px) {
  .main_ttl {
    padding: 2.4rem;
  }

  .page-ttl-en {
    font-size: clamp(20px, 2.2rem, 2.2rem);
    padding: 1rem;
    margin-bottom: 1rem;
  }

  .main_ttl .txt {
    font-size: 3.8rem;
  }

  .main_ttl_text_box h2 {
    padding: 1.6rem 1.6rem 1.6rem 2.4rem;
  }

  .page-sec-ttl-box {
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }

  .page-sec-ttl-box::after {
    width: 4rem;
  }

  .page-sec-ttl-box h3 {
    font-size: 2.8rem;
  }

  .ul-wrap {
    padding: 1.6rem;
    margin: 1rem 0;
    border-radius: 1.6rem;
  }

}

/* =======================================
パンくず
======================================== */
.breadcrumb_wrap {
  position: static;
  padding-right: min(2.5vw, 50px);
  padding-top: 20px;
  padding-bottom: 20px;
  bottom: 20px;
  right: calc(15px + 50 * (100vw - 320px) / 1180);
}

.contact .breadcrumb_wrap {
  background-color: #ecf5fb;
}

.breadcrumb_wrap .panlist {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.2;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow-y: hidden;
  overflow-x: auto;
}

.breadcrumb_wrap .panlist>li {
  display: flex;
  align-items: center;
}


.breadcrumb_wrap .panlist>li {
  font-size: 11px;
  text-align: right;
}

.breadcrumb_wrap .panlist>li>a {
  white-space: nowrap;
  font-size: 11px;
}

.breadcrumb_wrap .panlist>li.active {
  text-decoration: none;
  pointer-events: none;
}

.breadcrumb_wrap .panlist>li+li:before {
  content: ">";
  letter-spacing: normal;
  display: block;
  padding: 0 0.5em;
}

.breadcrumb_wrap .panlist>li+li:before {
  transform: translateY(-0.1em);
}

/* =======================================
数字で見る東京輸送機
======================================== */
.numbers-list-area .inner {
  padding: 0 24px;
}

.numbers-box {
  border-radius: 60px;
  padding: 24px 40px;
  background-color:#c3daf1; 
}

.numbers-box + .numbers-box {
  margin-top: 30px;
}

.numbers-box h3 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700;
}

.numbers-box .point {
  font-size: 25px;
  font-weight: 700;
  color: #4072a6;
  margin-bottom: 0;
}

.numbers-box .point span {
  font-size: 42px;
}

.numbers-box p.text {
  line-height: 32.4px;
  font-size: 18px;
}

.numbers-box .flex-box {
  display: flex;
  justify-content: space-between;
}

.number-icon {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border-radius: 50%;
  background-color: #4072a6;
}

.number-icon img {
  width: 30px;
}

.three-number img {
  width: 40px;
}
.two-number img {
  width: 45px;
}
@media (max-width: 538px) {
  .numbers-list-area .inner {
    padding: 0 2.4rem;
  }

  .numbers-box {
    border-radius: 6rem;
    padding: 2.4rem 4rem;
  }

  .numbers-box + .numbers-box {
    margin-top: 3rem;
  }

  .numbers-box h3 {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
  }

  .numbers-box .point {
    font-size: 2.5rem;
  }

  .numbers-box .point span {
    font-size: 4.2rem;
  }

  .numbers-box p.text {
    line-height: 3.24rem;
    font-size: clamp(14px, 1.8rem, 1.8rem);
  }

  .number-icon {
    width: 8rem;
    height: 8rem;
  }

  .number-icon img {
    width: 3rem;
  }

  .three-number img {
    width: 4rem;
  }
  .two-number img {
    width: 4.5rem;
  }
}
/* =======================================
採用情報
======================================== */
.recruit-page-link-btn {
  padding: 0 24px;
}
.recruit-page-link-btn .flex-box {
  display: flex;
  gap: 0 20px;
}
.recruit-page-link-btn .recruit-btn {
  background-color: #0c3c6d;
  color:#fff;
  font-weight: 700;
  padding: 20px;
  font-size: 18px;
  border-radius: 12px;
  display: block;
  max-width: 50%;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1;
  transition: 0.7s;
  justify-content: space-between;
}

.recruit-page-link-btn .recruit-btn:hover {
  opacity: 0.8;
}

.recruit-btn .arrow {
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 24px;
  background-color: #051424;
}

.recruit-btn .arrow img {
  width: 6px;
}

.mid-career-recruit-area {
  padding: 60px 0;
}

.recruit h4 {
  font-size: 22px;
  border-bottom: 1px solid #051424;
  font-weight: 700;
  margin-bottom: 20px;
}

.recruit h5 {
  font-weight: 700;
  color:#fff;
  padding: 10px 16px;
  font-size: 20px;
  margin-bottom: 20px;
  background-color: #4072a6;
}

.recruit-box {
  margin-top: 40px;
}

.recruit p,
.recruit dt,
.recruit dd {
  line-height: 32.4px;
  font-size: 18px;
}

.recruit p span {
  font-weight: 700;
}

.recruit .inner {
  padding: 0 24px;
}

.recruit-white-box {
  display: table;
  margin: 0 auto;
  border-radius: 16px;
  margin: 20px 0;
  background-color: #fff;
  width: 100%;
  padding: 24px;
}
.recruit-box .recruit-flow-box  div {
  position: relative;
}
.recruit-box .recruit-flow-box  div::after {
  background-repeat: no-repeat;
  content: '';
  bottom:0;
  position: absolute;
  bottom:0;
  left: 40px;
  height: 35px;
  width: 35px;
  transform: translateX(-50%);
  background-image: url('../images/page/recruit/flow-arrow.svg');
}
.recruit-box .recruit-flow-box  div:last-child:after {
  content:none;
}
.recruit-box .recruit-flow-box  div  {
  margin-bottom: 20px;
  padding-bottom:50px;
}
.recruit-box .recruit-flow-box  div:last-child {
  margin-bottom: 0;
  padding-bottom:0;
}

@media (max-width: 538px) {
  .recruit-page-link-btn {
    padding: 0 2.4rem;
  }
  .recruit-page-link-btn .flex-box {
    gap: 0 2rem;
  }
  .recruit-page-link-btn .recruit-btn {
    padding: 2rem;
    font-size: clamp(14px, 1.8rem, 1.8rem);
    border-radius: 1.2rem;
  }

  .recruit-page-link-btn .recruit-btn:hover {
    opacity: 0.8;
  }

  .recruit-btn .arrow {
    width: 2.4rem;
    height: 2.4rem;
  }

  .recruit-btn .arrow img {
    width: 0.6rem;
  }

  .mid-career-recruit-area {
    padding: 6rem 0;
  }

  .recruit h4 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }

  .recruit h5 {
    padding: 1rem 1.6rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .recruit-box {
    margin-top: 4rem;
  }

  .recruit p,
  .recruit dt,
  .recruit dd {
    line-height: 3.24rem;
    font-size: clamp(14px, 1.8rem, 1.8rem);
  }

  .recruit .inner {
    padding: 0 2.4rem;
  }

  .recruit-white-box {
    border-radius: 1.6rem;
    margin: 2rem 0;
    padding: 2.4rem;
  }
  .recruit-box .recruit-flow-box  div::after {
    left: 4rem;
    height: 3.5rem;
    width: 3.5rem;
  }
  .recruit-box .recruit-flow-box  div  {
    margin-bottom: 2rem;
    padding-bottom:5rem;
  }
}
/* =======================================
安心して送り出していただくために
======================================== */
.parents .inner {
  padding: 0 24px;
}

.parents p,
.parents li {
  line-height: 32.4px;
  font-size: 18px;
}

.parents-head-area {
  position: relative;
  padding: 60px 0 80px;
}

.parents-head-area .inner {
  position: relative;
  z-index: 2;
}

.parents-head-area::before {
  position: absolute;
  right: 0;
  content: '';
  width: 200px;
  height: 200px;
  background-blend-mode: multiply;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/page/parents/parents-top.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.7;
  mix-blend-mode: multiply;

  top: 0;
}

.parents-head-area::after {
  position: absolute;
  left: 0;
  content: '';
  width: 300px;
  height: 200px;
  background-blend-mode: multiply;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/page/parents/parents-bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.7;

  mix-blend-mode: multiply;

  bottom: 0;
}

.parents-head-area p {
  line-height: 2.5;
}

.safety-training-area {
  margin-top: 60px;
  padding: 60px 0;
  border-radius: 0 120px 0 0;
  background-color: #fff;
}

.safety-training-box {
  margin-top: 40px;
}

.safety-training-box h4 {
  color: #4072a6;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 1px solid #4072a6;
}
.safety-training-box ul li {
  line-height: 32.4px;
  font-size: 18px;
}
.work-style-area {
  padding: 60px 0;
}
.work-style-img,
.faq-img {
  margin: 20px 0;
}
.work-style-img img {
  border-radius: 16px;
}
.faq-img img {

  border-radius: 16px;
}
.faq-item {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 16px;
  border: 1px solid #dde5f0;
}

.faq-q {
  position: relative;
  margin: 0 0 10px;
  padding-left: 2.5em;
  font-weight: 600;
  line-height: 1.6;
  font-size: 18px;
}

.faq-q::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #4072a6; 
}

.faq-a {
  position: relative;
  margin: 0;
  padding-left: 2.5em;
  line-height: 1.8;
  font-size: 18px;
}

.faq-a::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #4072a6; 
}

@media (max-width: 538px) {

.parents .inner {
  padding: 0 2.4rem;
}

.parents p,
.parents li {
  line-height: 3.24rem;
  font-size: clamp(14px, 1.8rem, 1.8rem);
}

.parents-head-area {
  position: relative;
  padding: 6rem 0 8rem;
}

.parents-head-area::before {
  width: 20rem;
  height: 20rem;
}

.parents-head-area::after {
  width: 30rem;
  height: 20rem;
}


.safety-training-area {
  margin-top: 6rem;
  padding: 6rem 0;
  border-radius: 0 12rem 0 0;
}

.safety-training-box {
  margin-top: 4rem;
}

.safety-training-box h4 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.safety-training-box ul li {
  line-height: 3.24rem;
  font-size: clamp(14px, 1.8rem, 1.8rem);
}
.work-style-area {
  padding: 6rem 0;
}
.work-style-img,
.faq-img {
  margin: 2rem 0;
}
.work-style-img img {
  border-radius: 1.6rem;
}
.faq-img img {
  border-radius: 1.6rem;
}
.faq-item {
  border-radius: 1.6rem;
  padding: 2rem 2.4rem;
  margin-bottom: 1.6rem;
}

.faq-q {
  margin: 0 0 1rem;
  font-size: clamp(14px, 1.8rem, 1.8rem);
}


.faq-a {
    font-size: clamp(14px, 1.8rem, 1.8rem);
}
}
/* =======================================
安全と教育・キャリアについて
======================================== */
.safety .inner {
  padding: 0 24px;
}

.safety-growth-area {
  overflow: hidden;
}

.safety p {
  line-height: 32.4px;
  font-size: 18px;
}

.safety-growth-box,
.growth-support-box {
  margin-top: 50px;
}

.safety-growth-box {
  overflow: hidden;
}

.safety h4 {
  background-color: #4072a6;
  padding: 10px;
  color: #fff;
  margin-bottom: 25px;
  display: table;
  font-size: 20px;
  font-weight: 500;
}

.growth-support-box .ul-wrap,
.safety-growth-box .ul-wrap,
.safety-growth-box dl {
  padding: 16px;
  margin: 10px 0;
  border-radius: 16px;
  background-color: #fff;
}

.safety-growth-box dl>div {
  margin-top: 10px;
}

.safety-growth-box dl dt {
  font-weight: 700;
  color: #4072a6;
}

.growth-support-box ul li,
.safety-growth-box ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.growth-support-box ul li,
.safety-growth-box ul li,
.safety-growth-box ol li,
.safety-growth-box dt,
.safety-growth-box dd {
  font-size: 18px;
  line-height: 32.4px;
}

.safety-growth-box .ul-wrap h5 {
  font-size: 18px;
  line-height: 32.4px;
  font-weight: 700;
}

.growth-support-area {
  margin-top: 60px;
}

.growth-support-box span {
  font-weight: 700;
  margin: 20px 0;
  display: block;
}

.safety-img {
  margin-bottom: 20px;
}

.safety-img img {
  border-radius: 16px;
}

@media (max-width: 538px) {

  .safety .inner {
    padding: 0 2.4rem;
  }

  .safety p {
    line-height: 3.24rem;
    font-size: clamp(14px, 1.8rem, 1.8rem);
  }

  .safety-growth-box,
  .growth-support-box {
    margin-top: 5rem;
  }

  .safety h4 {
    padding: 1rem;
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }

  .growth-support-box .ul-wrap,
  .safety-growth-box .ul-wrap,
  .safety-growth-box dl {
    padding: 1.6rem;
    margin: 1rem 0;
    border-radius: 16.prem
  }

  .safety-growth-box dl>div {
    margin-top: 1rem;
  }

  .growth-support-box ul li,
  .safety-growth-box ul li {
    text-indent: -1em;
    padding-left: 1em;
  }

  .growth-support-box ul li,
  .safety-growth-box ul li,
  .safety-growth-box ol li,
  .safety-growth-box dt,
  .safety-growth-box dd {
    font-size: clamp(14px, 1.8rem, 1.8rem);
    line-height: 3.24rem;
  }

  .safety-growth-box .ul-wrap h5 {
    font-size: clamp(14px, 1.8rem, 1.8rem);
    line-height: 3.24rem;
  }

  .growth-support-area {
    margin-top: 6rem;
  }

  .growth-support-box span {
    margin: 2rem 0;
  }

  .safety-img {
    margin-bottom: 2rem;
  }

  .safety-img img {
    border-radius: 1.6rem;
  }
}

/* =======================================
仕事を知る
======================================== */
.works .inner {
  padding: 0 24px;
}

.works p {
  line-height: 32.4px;
  font-size: 18px;
}

.work-contents-area {
  margin-top: 60px;
  border-radius: 0 120px 0 0;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(195, 218, 241, 0.5);
}

.works-contents-img {
  margin-bottom: 20px;
}

.works-contents-img img {
  border-radius: 16px;
}

.work-contents-area dl {
  margin-top: 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 16px;
}

.work-contents-area dl div+div {
  margin-top: 20px;
}

.work-contents-area dl dt {
  padding-left: 28px;
  background-image: url('../images/page/works/check-icon.svg');
  background-size: 18px;
  background-position: left top 6px;
  background-repeat: no-repeat;
  color: #4072a6;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid #4072a6;
  ;
}

.work-contents-area dl dd {
  font-size: 16px;
}

.flow-area {
  margin-top: 60px;
}

.flow-box .box {
  position: relative;
  padding-left: 40px;
}


.flow-box .box:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -15px;
  border: 1px solid #4072a6;
  width: 30px;
  height: 30px;
  z-index: 100;
  background-color: #ffffff;
  border-radius: 50px;
}

.flow-box .box.first:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
}

.flow-box .box:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 0;
  top: 21px;
  width: 3px;
  height: calc(100% + 35px);
  background: #4072a6;
  border-radius: 50px;
}

.flow-box .box+.box {
  margin-top: 40px;
}

.flow-img {
  margin: 20px 0;
}

.flow-img img {
  border-radius: 16px;
}

.day-title__text {
  font-size: 22px;
  font-weight: 500;
  color: #4072a6;
}

.flow-box .in {
  font-size: 18px;
  margin-top: 10px;
  line-height: 2;
}

.team-works-area {
  margin-top: 60px;
  border-radius: 0 120px 0 0;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(195, 218, 241, 0.5);
}

.team-works-img {
  margin: 20px 0;
}

.team-works-img img {
  border-radius: 16px;
}

.skill-area {
  margin-top: 60px;
  border-radius: 0 120px 0 0;
  background-color: #fff;
  padding: 60px 0;
}

@media (max-width: 538px) {
  .works .inner {
    padding: 0 2.4rem;
  }

  .works p {
    line-height: 3.24rem;
    font-size: clamp(14px, 1.8rem, 1.8rem);
  }

  .work-contents-area {
    margin-top: 6rem;
    border-radius: 0 12rem 0 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .works-contents-img {
    margin-bottom: 2rem;
  }

  .works-contents-img img {
    border-radius: 1.6rem;
  }

  .work-contents-area dl {
    margin-top: 2rem;
    padding: 2rem;
    border-radius: 1.6rem;
  }

  .work-contents-area dl div+div {
    margin-top: 2rem;
  }

  .work-contents-area dl dt {
    padding-left: 2.8rem;
    background-size: 1.8rem;
    background-position: left top 0.6rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: clamp(14px, 1.8rem, 1.8rem);
  }

  .work-contents-area dl dd {
    font-size: 1.6rem;
  }

  .flow-area {
    margin-top: 6rem;
  }

  .flow-box .box {
    padding-left: 4rem;
  }


  .flow-box .box:before {
    top: 0.4rem;
    left: -1.5rem;
    width: 3rem;
    height: 3rem;
  }

  .flow-box .box.first:before {
    top: 0.4rem;
    left: -1.5rem;
    width: 3rem;
    height: 3rem;
  }

  .flow-box .box:not(:last-child)::after {
    top: 2.1rem;
    width: 0.3rem;
    height: calc(100% + 3.5rem);
  }

  .flow-box .box+.box {
    margin-top: 4rem;
  }

  .flow-img {
    margin: 2rem 0;
  }

  .flow-img img {
    border-radius: 1.6rem;
  }

  .day-title__text {
    font-size: 2.2rem;
  }

  .flow-box .in {
    font-size: clamp(14px, 1.8rem, 1.8rem);
    margin-top: 1rem;
  }

  .team-works-area {
    margin-top: 6rem;
    border-radius: 0 12rem 0 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .team-works-img {
    margin: 2rem 0;
  }

  .team-works-img img {
    border-radius: 1.6rem;
  }

  .skill-area {
    margin-top: 6rem;
    border-radius: 0 12rem 0 0;
    padding: 6rem 0;
  }

}

/* =======================================
先輩インタビュー
======================================== */
.voice-list-area {
  overflow: hidden;
}
.voice-box {
  padding: 60px 24px;
  border-radius: 0 120px 0 0;
  background-color: rgba(195, 218, 241, 0.5);
}

.voice-box:nth-child(n+2) {
  margin-top: 60px;
}

.voice-box:nth-child(even) {
  padding: 60px 24px;
  border-radius: 120px 0 0 0;
}

.voice-box h3 {
  background-color: #fff;
  padding: 10px 16px;
  display: table;
  font-size: 26px;
  font-weight: 700;
  color: #4072a6;
}

.voice-box:nth-child(even) h3 {
  margin-left: auto;
}

.voice-box h4 {
  border-bottom: 1px solid #4072a6;
  margin-bottom: 15px;
  color: #4072a6;
  font-size: 20px;
  font-weight: 500;
}

.voice-box .voice-img {
  padding-left: 70px;
  margin: 20px -24px;
}

.voice-box:nth-child(even) .voice-img {
  padding-left: 0;
  padding-right: 70px;
}

.voice-img img {
  border-radius: 0 0 0 16px;
}

.voice-box:nth-child(even) .voice-img img {
  border-radius: 0 0 16px 0;
}

.voice-box p,
.voice-box-bottom p {
  line-height: 32.4px;
  font-size: 18px;
}

.voice-box-bottom {
  padding: 60px 0;
}

.voice-box-bottom .inner {
  padding: 0 24px;
}

.voice-box-bottom .voice-img {
  margin: 20px 0;
}

@media (max-width: 538px) {
  .voice-box {
    padding: 6rem 2.4rem;
    border-radius: 0 12rem 0 0;
  }

  .voice-box:nth-child(n+2) {
    margin-top: 6rem;
  }

  .voice-box:nth-child(even) {
    padding: 6.0rem 2.4rem;
    border-radius: 12rem 0 0 0;
  }

  .voice-box h3 {
    padding: 1.0rem 1.6rem;
    font-size: 2.6rem;
  }

  .voice-box h4 {
    margin-bottom: 1.5rem;
    font-size: 2.0rem;
  }

  .voice-box .voice-img {
    padding-left: 7.0rem;
    margin: 2.0rem -2.4rem;
  }

  .voice-box:nth-child(even) .voice-img {
    padding-right: 7rem;
  }

  .voice-img img {
    border-radius: 0 0 0 1.6rem;
  }

  .voice-box:nth-child(even) .voice-img img {
    border-radius: 0 0 1.6rem 0;
  }

  .voice-box p,
  .voice-box-bottom p {
    line-height: 3.24rem;
    font-size: clamp(14px, 1.8rem, 1.8rem);
  }

  .voice-box-bottom {
    padding: 6rem 0;
  }

  .voice-box-bottom .inner {
    padding: 0 2.4rem;
  }

  .voice-box-bottom .voice-img {
    margin: 2rem 0;
  }
}

/* =======================================
東京輸送機について
======================================== */
.gondola-maintenance-section .inner {
  padding: 0 24px;
}

.gondola-maintenance-section p {
  line-height: 32.4px;
  font-size: 18px;
}

.overview-area {
  padding-top: 60px;
  margin-top: 60px;
  border-radius: 0 120px 0 0;
  padding-bottom: 60px;
  background-color: #4072a6;
}

.overview-area .inner {
  padding: 0 24px;
}

.overview-area .page-sec-ttl-box::after {
  background-color: #fff;
}

.overview-area .page-sec-ttl-box h3 {
  color: #fff;
}

/* dl 全体 */
.company-dl {
  padding: 24px;
  background-color: #f0f7fd;
}

.company-dl .line {
  display: flex;
  border-bottom: 1px solid #b7b6b6;
  padding: 16px 0;
}

/* 見出し（dt） */
.company-dl dt {
  width: 180px;
  font-size: 18px;
  font-weight: 700;
  color: #4072a6;
  flex-shrink: 0;
}

/* 内容（dd） */
.company-dl dd {
  flex: 1;
  font-size: 18px;
  color: #051424;
  line-height: 1.7;
}

.company-dl dd span {
  font-size: 18px;
  color: #051424;
  line-height: 1.7;
}

/* 最後の行の下線を消す */
.company-dl .row:last-child {
  border-bottom: none;
}

.message-area {
  padding: 60px 0;
  position: relative;
}

.message-area::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% - 200px);
  background-color: #d7e7f8;
}

.message-area .inner {
  position: relative;
  z-index: 100;
  padding: 0 24px;
}

.message-box {
  border-radius: 16px;
  padding: 24px;
  background-color: #fff;
}

.message-img {
  margin-bottom: 20px;
}

.message-img img {
  border-radius: 16px;
}

.message-area p {
  line-height: 32.4px;
  font-size: 18px;
}

.history-area .inner {
  padding: 0 24px;
}

.history-list {
  background-color: #f0f7fd;
}

.history-list div {
  display: flex;
  border-bottom: 1px solid #b7b6b6;
  padding: 16px 0;
}

/* 見出し（dt） */
.history-list dt {
  width: 130px;
  font-weight: 600;
  color: #4072a6;
  flex-shrink: 0;
  font-size: 18px;
}

/* 内容（dd） */
.history-list dd {
  flex: 1;
  font-size: 18px;
  color: #051424;
  line-height: 1.7;
}

/* 最後の行の下線を消す */
.history-list div:last-child {
  border-bottom: none;
}

.works-area {
  padding: 60px 0;
}

.works-area .inner {
  padding: 0 24px;
}

.works-box {
  border-radius: 16px;
  padding: 24px;
  background-color: #fff;
}

.works-box p {
  line-height: 32.4px;
  font-size: 18px;
}

.works-box ul {
  margin: 20px 0;
  padding: 16px;
  border: 1px solid #b7b6b6;
  border-radius: 16px;
  background-color: #f0f7fd;
}

.works-box ul li {
  line-height: 32.4px;
  font-size: 18px;
}


@media (max-width: 538px) {

  .gondola-maintenance-section .inner {
    padding: 0 2.4rem;
  }

  .gondola-maintenance-section p {
    line-height: 3.24rem;
    font-size: clamp(14px, 1.8rem, 1.8rem);
  }

  .overview-area {
    padding-top: 6rem;
    margin-top: 6rem;
    border-radius: 0 12rem 0 0;
    padding-bottom: 6rem;
  }

  .overview-area .inner {
    padding: 0 2.4rem;
  }

  /* dl 全体 */
  .company-dl {
    padding: 2.4rem;
  }

  .company-dl .line {
    padding: 1.6rem 0;
  }

  /* 見出し（dt） */
  .company-dl dt {
    width: 18rem;
    font-size: clamp(14px, 1.8rem, 1.8rem);
  }

  /* 内容（dd） */
  .company-dl dd {
    font-size: clamp(14px, 1.8rem, 1.8rem);
  }
  .company-dl dd span {
    font-size: clamp(14px, 1.8rem, 1.8rem);
  }
  .message-area {
    padding: 6rem 0;
  }

  .message-area::after {
    height: calc(100% - 20rem);
  }

  .message-area .inner {
    position: relative;
    z-index: 100;
    padding: 0 2.4rem;
  }

  .message-box {
    border-radius: 1.6rem;
    padding: 2.4rem;
  }

  .message-img {
    margin-bottom: 2rem;
  }

  .message-img img {
    border-radius: 1.6rem;
  }

  .message-area p {
    line-height: 3.24rem;
    font-size: clamp(14px, 1.8rem, 1.8rem);
  }

  .history-area .inner {
    padding: 0 2.4rem;
  }

  .history-list div {
    padding: 1.6rem 0;
  }

  /* 見出し（dt） */
  .history-list dt {
    width: 13rem;
    font-size: clamp(14px, 1.8rem, 1.8rem);
  }

  /* 内容（dd） */
  .history-list dd {
    font-size: clamp(14px, 1.8rem, 1.8rem);
  }

  .works-area {
    padding: 6rem 0;
  }

  .works-area .inner {
    padding: 0 2.4rem;
  }

  .works-box {
    border-radius: 1.6rem;
    padding: 2.4rem;
  }

  .works-box p {
    line-height: 3.24rem;
    font-size: clamp(14px, 1.8rem, 1.8rem);
  }

  .works-box ul {
    margin: 2rem 0;
    padding: 1.6rem;
    border-radius: 1.6rem;
  }

  .works-box ul li {
    line-height: 3.24rem;
    font-size: clamp(14px, 1.8rem, 1.8rem);
  }
}