@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap');

/* ====================
   .common
   ==================== */
#page-wrapper{
  border-bottom: 1px solid #fff;
}
.contents-wrapper{
  max-width: 800px;
  margin: 0 auto;
}

.hero {
	width: 100%;
	padding: 100px 0 50px 0;
}

@media only screen and (max-width: 767px) {
	.hero {
		padding: 65px 0 5vw 0;
	}
}

.title-area{
  border-bottom: 5px solid #dc000c;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.m-text{
   font-size: 29px;
   line-height: 1.4;
}

.text{
   font-size: 17px;
   line-height: 2.2;
}

@media only screen and (max-width: 1024px) {
   .m-text{
      font-size: 2.5svw;
   }
  
  .text{
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 767px) {
   .title-area{
      border-bottom: 3px solid #dc000c;
      padding-bottom: 5px;
      margin-bottom: 5px;
   }
  
   .m-text{
      font-size: 4.5vw;
   }

   .text{
      font-size: 4vw;
      line-height: 1.6;
   }
}


/* ====================
   .lead
   ==================== */
.lead-inner{
    margin-bottom: 50px;
}


@media only screen and (max-width: 1024px) {
 .lead-inner .text{
    font-size: 2vw;
  }
}

@media only screen and (max-width: 767px) {
  .lead-inner{
      margin-bottom: 30px;
  }
  
  .lead-inner .text{
    font-size: 4vw;
  }
}



/* ====================
   .sec01
   ==================== */
.sec01{
  padding-bottom: 100px;
}

.sec01 .title-box{
  background: #dc000c;
  text-align: center;
  margin-bottom: 50px;
}

.sec01 .title-box .m-text{
  color: #fff;
  padding: 5px;
  font-size: 25px;
  line-height: 1.4;
}

.career-area{
  gap: 0 20px;
  justify-content: space-between;
}

.career-area .career-box{
  width: 30%;
  position: relative;
}

.career-area .career-box:not(:last-child)::after{
  content: "";
  position: absolute;
  background: url("../img/career/icon_arrow1.png") no-repeat 0 0;
  background-size: contain;
  width: 40px;
  height: 25px;
  right: -30px;
  top: 70px;
}

.career-area .career-box .title-area{
  text-align: center;
  width: 45%;
  margin: 0 auto;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.career-area .career-box .title-area .title-text{
  font-size: 19px;
}

.career-area .career-box .text{
  line-height: 1.6;
}

.career-area .career-box .img-box{
  width: 50%;
  margin: 10px auto 0 auto;
}

.work-style{
  margin: 50px 0;
  padding: 0 50px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.work-style:before,
.work-style:after{
  content: "";
  position: absolute;
  background: url("../img/career/icon_deco.svg") no-repeat 0 0;
  width: 30px;
  height: 81px;
  top: 0;
}

.work-style:before{
  left: 0;
}

.work-style:after{
  right: 0;
  transform: scaleX(-1);
}

.work-style .cl-text{
  color: #dc000c;
}

.work-style .img-box{
  width: 114px;
}

.copy-area{
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .sec01 .title-box .m-text{
    font-size: 18px;
  }

  
  .career-area .career-box .title-area .title-text{
    font-size: 17px;
  }
  
  .work-style .l-text,  
  .copy-area .l-text {
    font-size: 1.6rem;
  }
}


@media only screen and (max-width: 767px) {
  .sec01{
    padding-bottom: 50px;
  }

  .sec01 .title-box{
    margin-bottom: 30px;
  }

  .sec01 .title-box .m-text{
    font-size: 5vw;
  }

  .career-area{
    gap: 0 20px;
    justify-content: space-between;
  }

  .career-area .career-box{
    width: 30%;
    display: flex;
    flex-flow: column;
  }

  .career-area .career-box:not(:last-child)::after{
    width: 20px;
    height: 25px;
    right: -17px;
    top: 50px;
  }

  .career-area .career-box .title-area{
    width: 70%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .career-area .career-box .title-area .title-text{
    font-size: 3.5vw;
  }

  .career-area .career-box .text{
    line-height: 1.6;
    font-size: 3vw;
    padding: 0 3px;
  }

  .career-area .career-box .img-box{
    width: 80%;
    margin: auto auto 0 auto;
  }

  .work-style{
    margin: 30px 0;
    padding: 0 20px;
  }

  .work-style:before,
  .work-style:after{
    height: 5rem;
  }
  
  .work-style .l-text{
    font-size: 1.22rem;
    line-height: 1.4;
  }

  .work-style .img-box{
    width: 20%;
  }
  
  .copy-area .l-text{
    font-size: 1.22rem;
  }
}


/* ====================
   .career
   ==================== */
.career-item:nth-of-type(even) {
  background-color: #f2f2f2;
}

.career-inner {
  max-width: 800px;
  margin: 0 auto; 
  display: flex;
  padding: 40px 0;
}

.career-left {
  width: 220px;
  text-align: center;
  flex-shrink: 0;
}

.career-badge {
  width: 140px;
  margin: 0 auto 5px auto;
  background: #222;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 26px;
}

.career-badge span {
  width: 66%;
  text-align: center;
  padding: 4px 0 3px 0;
}

.career-badge .num {
  width: 34%;
  background: #d80c18;
}

.career-img {
  width: 183px;
  height: 183px;
  margin: 10px auto;
  border-radius: 50%;
  overflow: hidden;
}

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

.career-name {
  color: #d80c18;
  font-size: 25px;
}

.career-right {
  flex: 1;
  padding-left: 70px;
  display: flex;
}

.timeline li {
  position: relative;
  display: flex;
  padding-bottom: 30px;
}

.timeline li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 1px;
  height: calc(100% - 20px);
  background: #bab7b6;
}

.timeline li::after {
  content: "";
  position: absolute;
  background: url("../img/career/icon_arrow2.svg") no-repeat 0 0;
  left: -30px;
  bottom: 7px;
  width: 36px;
  height: 18px;
}

.timeline .year {
  font-family: "Bodoni Moda", serif;
  font-size: 25px;
  margin-right: 30px;
  flex-shrink: 0;
}

.time-line-box{
  gap:0 20px;
}

.time-line-box.flex-box .s-text:first-of-type{
  white-space: nowrap;
}

.timeline .s-text {
  font-size: 15px;
  line-height: 1.6;
}

.timeline .indent{
  padding-left: 46px;
}

@media screen and (max-width: 1024px) {
  .career-badge {
    width: 100px;
    font-size: 1.5rem
  }

  .career-name {
    font-size: 1.5rem;
  }
  
  .career-right {
    padding-left: 20px;
    flex-direction: column;
    flex: 1;
    min-width: 0;
  }
  
   .timeline{
    padding-right: 10px;
  }
}


@media screen and (max-width: 767px) {
  .career-inner {
    padding: 20px 0 20px 10px;
  }

  .career-left {
    width: 25%;
  }

  .career-badge {
    width: 80%;
    margin: 0 auto 5px auto;
    font-size: 3.5vw;
  }

  .career-img {
    width: 8rem;
    height: 8rem;
  }
  
  .career-year.text{
    font-size: 2.6vw;
    line-height: 1.4;
  }
  
  .career-name {
    font-size: 3.5vw;
  }

  .career-right {
    padding-left: 20px;
    flex-direction: column;
    flex: 1;
    min-width: 0;
  }
  
  .timeline{
    padding-right: 10px;
  }

  .timeline li::before {
    left: -10px;
  }

  .timeline li::after {
    left: -21px;
    bottom: 7px;
    width: 24px;
    height: 18px;
  }

  .timeline .year {
    font-size: 4vw;
    margin-right: 10px;
  }

  .time-line-box{
    gap:0 10px;
  }

  .timeline .s-text {
    font-size: 3vw;
    line-height: 1.4;
  }

  .timeline .indent{
    padding-left: 0;
  }
  
  .timeline .no-flex{
    flex-flow: column;
  }
}








