@charset "utf-8";

/*--------------------------------------------------
　animation
--------------------------------------------------*/
.line-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.line-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 2;
  pointer-events: none;
}
.draw-path {
  fill: none;
  stroke: #fac549;
  stroke-width: 48;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: var(--path-length);
  stroke-dashoffset: var(--path-length);
}
.draw-path.is-animated {
  animation: drawLine 1s ease forwards 0.5s;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}


/*--------------------------------------------------
　slick
--------------------------------------------------*/
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slick-slide:focus {
  outline: none;
}
.slick-slide {
  display: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-slider div {
  transition: none;
}


/*--------------------------------------------------
　Header
--------------------------------------------------*/
.header_home .sitename__wrap {
  text-align: right;
}

.header_home .logo-header {
  width: 605px;
  margin: 4rem auto 0;
}

.fixed-nav-home .fixed-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_home .logo-header {
    width: calc(100% - 2rem);
    margin: 2rem auto 0;
  }
	.header_home .sitename__wrap {
  text-align: center;
}
}


/*--------------------------------------------------
　Main Index
--------------------------------------------------*/
.contents_top {
	width: 100%;
	min-width: 1100px;
	margin: auto;
	box-sizing: border-box;
  position: relative;
  z-index: 0;
}

.sec {
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}

.sec__inner {
	max-width: 1100px;
	margin: auto;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.contents_top {
		min-width: 100%;
	}
  
	.sec__inner {
		max-width: 100%;
	}
}


/*--------------------------------------------------
　MV
--------------------------------------------------*/
.mv-home {
  width: 100%;
  padding: 5rem 0 0;
}

.mv-inner {
  max-width: 1100px;
  margin: auto;
}

.mv-home .mv-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mv-home .mv-boxL {
  width: 50%;
  padding: 5rem 5rem 6rem 8rem;
}
.mv-home .mv-item01 .mv-boxL {
  background: #f9b71c url("img/eng-carrier-carrier-yl.png") left 0 bottom -8px no-repeat;
  background-size: 330px auto;
}
.mv-home .mv-item02 .mv-boxL {
  background: #1cb459 url("img/eng-carrier-carrier-gn.png") left 0 bottom -8px no-repeat;
  background-size: 330px auto;
}
.mv-home .mv-item03 .mv-boxL {
  background: #1cb459 url("img/eng-carrier-carrier-gn.png") left 0 bottom -8px no-repeat;
  background-size: 330px auto;
}

.mv-home .mv-sb {
  background: #fff;
  padding: 2rem 4rem 5rem;
  border-radius: 20px;
  position: relative;
}
.mv-home .mv-sb::before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 65px;
  box-sizing: border-box;
  border-bottom-right-radius: 100%;
}
.mv-home .mv-item01 .mv-sb::before {
  border: 20px solid #1895f0;
  border-top: none;
  border-left: none;
}
.mv-home .mv-item02 .mv-sb::before {
  border: 20px solid #ff6c19;
  border-top: none;
  border-left: none;
}
.mv-home .mv-item03 .mv-sb::before {
  border: 20px solid #f9b71c;
  border-top: none;
  border-left: none;
}
.mv-home .mv-sb:after {
	content: "";
	position: absolute;
	top: calc(100% - 5px);
  right: 50px;
  transform: rotate(-10deg);
  box-sizing: border-box;
  border-right: 50px solid #fff;
  border-bottom: 40px solid transparent;
}

.mv-home .eng {
  font-size: 1.3rem;
  text-align: right;
}

.mv-home .mv-cc {
  margin: 3rem 0 0;
  font-size: 2.4rem;
}

.mv-home .type {
  margin: 2rem 0 0;
  color: #aaa;
  font-size: 1.4rem;
}

.mv-home .mv-boxR {
  width: 50%;
  margin: 5rem 0 0;
  position: relative;
  z-index: 0;
}
.mv-home .mv-boxR::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 180px;
  box-sizing: border-box;
  z-index: -1;
}
.mv-home .mv-boxR::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 225px;
  height: 230px;
  box-sizing: border-box;
  z-index: -1;
}
.mv-home .mv-item01 .mv-boxR::before {
  background: url("img/mv-shape-gn01.png") left top no-repeat;
  background-size: contain;
}
.mv-home .mv-item01 .mv-boxR::after {
  background: url("img/mv-shape-yl01.png") left top no-repeat;
  background-size: contain;
}
.mv-home .mv-item02 .mv-boxR::before {
  background: url("img/mv-shape-or01.png") left top no-repeat;
  background-size: contain;
}
.mv-home .mv-item02 .mv-boxR::after {
  background: url("img/mv-shape-gn02.png") left top no-repeat;
  background-size: contain;
}
.mv-home .mv-item03 .mv-boxR::before {
  background: url("img/mv-shape-or01.png") left top no-repeat;
  background-size: contain;
}
.mv-home .mv-item03 .mv-boxR::after {
  background: url("img/mv-shape-yl01.png") left top no-repeat;
  background-size: contain;
}

.mv-home .mv-img {
  width: 370px;
  margin: -5rem auto 0;
}

.mv-home .mv_ttl {
  margin: 5rem 0 0;
  font-size: 4rem;
  text-align: center;
}

/*----- アニメーション -----*/
.mv-slider {
  position: relative;
  overflow: hidden;
}
.mv-slider .slick-slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255,255,255,1);
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
}
.mv-slider .slick-slide.is-next::after {
  animation: mvMaskSweep 1.5s ease forwards;
}

@keyframes mvMaskSweep {
  0% {
    right: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    right: 100%;
    opacity: 1;
  }
}
/*----- /アニメーション -----*/

@media screen and (max-width: 768px) {
  .mv-home {
    width: 100%;
    padding: 2rem 2rem 0;
  }

  .mv-inner {
    max-width: 100%;
  }

  .mv-home .mv-box {
    display: block;
  }

  .mv-home .mv-boxL {
    width: calc(100% - 3rem);
    padding: 2rem 2rem 3rem 2rem;
  }
  .mv-home .mv-item01 .mv-boxL {
    background: #f9b71c url("img/eng-carrier-carrier-yl.png") left bottom no-repeat;
    background-size: 45% auto;
  }
  .mv-home .mv-item02 .mv-boxL {
    background: #1895f0 url("img/eng-carrier-carrier-bl.png") left bottom no-repeat;
    background-size: 45% auto;
  }
  .mv-home .mv-item03 .mv-boxL {
    background: #1cb459 url("img/eng-carrier-carrier-gn.png") left bottom no-repeat;
    background-size: 45% auto;
  }

  .mv-home .mv-sb {
    padding: 1rem 2rem 2rem;
    border-radius: 10px;
  }
  .mv-home .mv-sb::before {
    width: 32px;
    height: 32px;
  }
  .mv-home .mv-item01 .mv-sb::before {
    border: 10px solid #1895f0;
    border-top: none;
    border-left: none;
  }
  .mv-home .mv-item02 .mv-sb::before {
    border: 10px solid #ff6c19;
    border-top: none;
    border-left: none;
  }
  .mv-home .mv-item03 .mv-sb::before {
    border: 10px solid #f9b71c;
    border-top: none;
    border-left: none;
  }
  .mv-home .mv-sb:after {
    left: 20%;
    right: inherit;
    border-right: 30px solid #fff;
    border-bottom: 25px solid transparent;
  }

  .mv-home .eng {
    font-size: 1rem;
  }

  .mv-home .mv-cc {
    margin: 1.5rem 0 0;
    font-size: 1.8rem;
  }

  .mv-home .type {
    margin: 1rem 0 0;
    font-size: 1.2rem;
  }

  .mv-home .mv-boxR {
    width: calc(100% - 3rem);
    margin: 0 0 0 auto;
  }
  .mv-home .mv-boxR::before {
    width: 35%;
    height: 0;
    padding-top: calc(35%*180/160);
  }
  .mv-home .mv-boxR::after {
    width: 40%;
    height: 0;
    padding-top: calc(40%*230/225);
  }

  .mv-home .mv-img {
    width: 55%;
    margin: 0 auto 0;
  }

  .mv-home .mv_ttl {
    margin: 2rem 0 0;
    font-size: 2.5rem;
  }
}


/*--------------------------------------------------
　Title
--------------------------------------------------*/
.sec-ttl {
  font-size: 3rem;
  position: relative;
  z-index: 0;
}
.sec-ttl .small {
  font-size: 2.5rem;
  letter-spacing: 0.03em;
}
.sec-ttl .small-bg {display: inline-block;background: #ffffff;margin: 0 0 2rem 0;padding: 5px 1.5rem;border-radius: 100px;line-height: 1;color: #242424;font-size: 2.5rem;font-weight:bold}

.sec-ttl a {
  display: inline-block;
  padding: 0 4rem 0 0;
  position: relative;
}
.sec-ttl a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow-or01.png") left top no-repeat;
  background-size: contain;
	width: 34px;
	height: 34px;
  box-sizing: border-box;
}


.marker-line {
  display: inline-block;
  padding: 0 0 1rem;
  position: relative;
}
.marker-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  transition: width 0.5s ease;
  transition-delay: 0.3s;
  z-index: -1;
}
.marker-line01::after {
  left: calc(50% - 75px);
  background: url("img/marker01.png") left center no-repeat;
  background-size: 150px auto;
  height: 22px;
}
.marker-line01.is-active::after {
  width: 150px;
}
.marker-line02::after {
  left: calc(50% - 125px);
  background: url("img/marker02.png") left center no-repeat;
  background-size: 250px auto;
  height: 24px;
}
.marker-line02.is-active::after {
  width: 250px;
}
.marker-line03::after {
  left: calc(50% - 145px);
  background: url("img/marker03.png") left center no-repeat;
  background-size: 290px auto;
  height: 28px;
}
.marker-line03.is-active::after {
  width: 290px;
}
.marker-line04::after {
  left: calc(50% - 180px);
  background: url("img/marker04.png") left center no-repeat;
  background-size: 360px auto;
  height: 30px;
}
.marker-line04.is-active::after {
  width: 360px;
}

@media screen and (max-width: 768px) {
  .sec-ttl {
    font-size: 2.5rem;
  }
  .sec-ttl .small {
    font-size: 1.5rem;
  }

  .sec-ttl a {
    display: block;
    padding: 0 3rem 0 0;
  }
  .sec-ttl a::after {
    width: 22px;
    height: 22px;
  }
  
  .marker-line {
    padding: 0 0 5px;
  }
  .marker-line01::after {
    left: 0;
    background: url("img/marker01.png") left center no-repeat;
    background-size: 100% auto;
    height: 11px;
  }
  .marker-line01.is-active::after {
    width: 100%;
  }
  .marker-line02::after {
    left: 0;
    background: url("img/marker02.png") left center no-repeat;
    background-size: 100% auto;
    height: 12px;
  }
  .marker-line02.is-active::after {
    width: 100%;
  }
  .marker-line03::after {
    left: 0;
    background: url("img/marker03.png") left center no-repeat;
    background-size: 100% auto;
    height: 14px;
  }
  .marker-line03.is-active::after {
    width: 100%;
  }
  .marker-line04::after {
    left: 0;
    background: url("img/marker04.png") left center no-repeat;
    background-size: 100% auto;
    height: 15px;
  }
  .marker-line04.is-active::after {
    width: 100%;
  }
}


/*--------------------------------------------------
　テキスト
--------------------------------------------------*/
.contents_top p {
	margin: 3rem 0 3rem;
	font-size: 1.4rem;
	line-height: 2;
}

p.txt {
	margin: 3rem 0 3rem;
	font-size: 1.5rem;
	text-align: justify;
	line-height: 1.7;
}

p.lead {
	margin: 3rem 0 0!important;
	font-size: 1.5rem;
	line-height: 2;
}

.caption {
	margin: 1rem 0 0 0;
	padding: 0 0 0.5rem 0;
	font-size: 1rem;
	line-height: 1.3;
}

@media screen and (max-width: 768px) {
	.contents_top p {
		margin: 2rem 0 2rem;
		line-height: 1.8;
	}

	p.txt {
		margin: 2rem 0 2rem;
		line-height: 1.8;
	}

	p.lead {
		margin: 2rem 0 0!important;
		line-height: 1.8;
	}
  
  .caption {
    margin: 1rem 0 0 0;
    padding: 0 0 0.5rem 0;
    font-size: 1rem;
    line-height: 1.3;
  }
}


/*--------------------------------------------------
　sec-lead
--------------------------------------------------*/
.sec-lead {
  padding: 2rem 0 10rem;
}

.sec-lead__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sec-lead .boxL {
  width: 45%;
}

.sec-lead .line-content {
  padding: 12rem 6rem 17rem 12rem;
  position: relative;
}
.sec-lead .lead-ttl__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.sec-lead .lead-ttl {
  display: inline-block;
  font-size: 3.5rem;
  text-align: left;
  line-height: 1.6;
  z-index: 3;
}
.sec-lead .draw-path {
  stroke-width: 48;
}

.sec-lead .boxR {
  width: 50%;
}

.sec-lead .eng {
  color: #efefef;
  font-size: 6.6rem;
}
.sec-lead .eng img {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  margin: 0 2rem;
}

.sec-lead .txt {
  margin: 4rem 0 0;
}

.sec-lead .btn-internal a {
  max-width: 350px;
  margin: 5rem 0 0;
}

@media screen and (max-width: 768px) {
  .sec-lead {
    padding: 2rem 2rem 6rem;
  }

  .sec-lead__block {
    display: block;
  }

  .sec-lead .boxL {
    width: 100%;
  }

  .sec-lead .line-content {
    padding: 20% 10% 30% 20%;
  }
  .sec-lead .lead-ttl {
    font-size: 5vw;
  }
  .sec-lead .draw-path {
    stroke-width: 48;
  }

  .sec-lead .boxR {
    width: 100%;
  }

  .sec-lead .eng {
    font-size: 10vw;
    text-align: center;
  }
  .sec-lead .eng img {
    width: 8%;
    margin: 0 1rem;
  }

  .sec-lead .txt {
    margin: 2rem 0 0;
  }

  .sec-lead .btn-internal a {
    max-width: 90%;
    margin: 3rem auto 0;
  }
}



/*--------------------------------------------------
　sec-what
--------------------------------------------------*/
.sec-what {
  background: #ffe9ba;
  padding: 8rem 0 14rem;
  border-radius: 60px;
  overflow: hidden;
}

.sec-what .eng-ttl {
  font-size: 9rem;
}

.sec-what .sec-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 50px;
}
.sec-what .sec-ttl__wrap {
  width: 55%;
}
.sec-what .lead {
  width: 45%;
  margin: 0 0 0!important;
}


.sec-what__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 6rem 0 0;
  position: relative;
  z-index: 1;
}
.sec-what__block .what-item {
  width: calc((100% / 2) - 20px);
  padding: 4rem 4rem 4rem;
  position: relative;
  cursor: pointer;
  transition: opacity .4s ease, transform .4s ease;
  z-index: 0;
}
.sec-what__block .what-item:nth-child(2) {
  margin: 0 0 0 auto;
}
.sec-what__block.is-modal-open .what-item {
  opacity: .35;
}
.sec-what__block .what-item01 {
  background: #1895f0 url("img/sec-what-shape-gn.png") right bottom no-repeat;
  background-size: 260px auto;
}
.sec-what__block .what-item02 {
  background: #ff6c19 url("img/sec-what-shape-yl.png") right bottom no-repeat;
  background-size: 260px auto;
}
.sec-what__block .what-item::before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 62px;
  box-sizing: border-box;
  border-bottom-right-radius: 100%;
  z-index: -1;
}
.sec-what__block .what-item01::before {
  border: 20px solid #f9b71c;
  border-top: none;
  border-left: none;
}
.sec-what__block .what-item02::before {
  border: 20px solid #1895f0;
  border-top: none;
  border-left: none;
}
.sec-what__block .what-item::after {
	content: "";
	position: absolute;
  bottom: 15px;
	right: 15px;
  background: url("img/plus-wh.png") left top no-repeat;
  background-size: contain;
	width: 63px;
	height: 63px;
  box-sizing: border-box;
}
.sec-what__block .what-item:hover {
  opacity: 0.6;
}
.sec-what__block .what-ttl {
  font-size: 3rem;
}
.sec-what__block .interview-tag {
  margin: 2rem 0 0;
}
.sec-what__block .imgBox {
  margin: 3rem 0 0;
}
.sec-what__block .imgBox img {
  border-radius: 20px;
}

.what-modal-space {
  display: none;
  width: 100%;
  flex: 0 0 100%;
  height: 0;
  overflow: hidden;
  transition: height .4s ease;
}

/*----- what-modal -----*/
.what-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  pointer-events: none;
}
.what-modal.is-open {
  pointer-events: auto;
}
.what-modal::before {
  content: "";
  position: fixed;
  inset: 0;
  background: transparent;
  opacity: 0;
  pointer-events: none;
}
.what-modal.is-open::before {
  pointer-events: auto;
}
.what-modal-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.what-modal .modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition:
    opacity .4s ease,
    transform .4s ease,
    visibility .4s ease;
  pointer-events: none;
}
.what-modal .modal.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.what-modal .modal-content {
  position: relative;
  width: 100%;
}
.what-modal .modalBox {
  width: 100%;
  position: relative;
  z-index: 2;
}
.what-modal .what-modal-box {
  padding: 4rem 5rem 4rem;
  position: relative;
  z-index: 0;
}
#what01 .what-modal-box {
  background: #1895f0 url("img/sec-what-shape-gn.png") right bottom no-repeat;
  background-size: 260px auto;
}
#what02 .what-modal-box {
  background: #ff6c19 url("img/sec-what-shape-yl.png") right bottom no-repeat;
  background-size: 260px auto;
}
.what-modal .what-modal-box::before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 62px;
  box-sizing: border-box;
  border-bottom-right-radius: 100%;
  z-index: -1;
}
#what01 .what-modal-box::before {
  border: 20px solid #f9b71c;
  border-top: none;
  border-left: none;
}
#what02 .what-modal-box::before {
  border: 20px solid #1895f0;
  border-top: none;
  border-left: none;
}
.what-modal__upper {
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
}
.what-modal__upper .boxL {
  width: calc(100% - 340px);
}
.what-modal__upper .what-modal-ttl01 {
  font-size: 3rem;
}
.what-modal__upper .txt {
  margin: 2rem 0 0;
}
.what-modal__upper .boxR {
  width: 340px;
}
.what-modal__upper .imgBox img {
  border-radius: 20px;
}
.what-modal__bottom {
  background: #fff;
  margin: 3rem 0 0;
  padding: 3rem 4rem;
  border-radius: 20px;
}
.what-modal__bottom .fix {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 30px;
}
.what-modal__bottom .fix-item {
  width: calc((100% / 3) - 30px);
}
.what-modal__bottom .what-modal-ttl02 {
  display: inline-block;
  background: #525252;
  padding: 1rem 1.5rem;
  font-size: 1.3rem;
  border-radius: 100px;
}
.what-modal__bottom .txt {
  margin: 1rem 0 0;
}
.what-modal__bottom .bottom-item {
  margin: 0 0 4rem;
}
.what-modal__bottom .bottom-item:last-child {
  margin: 0 0 0;
}
.what-modal-close {
  position: absolute;
  top: -30px;
  right: -30px;
  background: url("img/close-wh.png") left top no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  cursor: pointer;
  z-index: 5;
}
/*----- /what-modal -----*/


/*----- sec-what-point -----*/
.sec-what-point {
  margin: 8rem 0 0;
  position: relative;
  z-index: 0;
}
.sec-what-point .eng {
  font-size: 7rem;
  position: relative;
  z-index: 3;
}
.sec-what-point .line-svg {
  width: 126px;
  height: 135px;
  margin: -3rem 0 0 -5rem;
}
.sec-what-point .draw-path {
  stroke: #f9b71c;
  stroke-width: 80;
}
.sec-what-point .point__block {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
  position: relative;
  margin-top: -1rem;
  padding: 5rem 8rem 7rem;
  z-index: 0;
}
.sec-what-point .point__block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100vw;
  height: 100%;
  min-width: 1100px;
  box-sizing: border-box;
  z-index: -2;
}
.sec-what-point .boxL {
  width: 70%;
}
.sec-what-point .point-ttl {
  font-size: 2.6rem;
}
.sec-what-point .txt {
  margin: 2rem 0 0;
}
.sec-what-point .btn-internal a {
  max-width: 350px;
  margin: 3rem 0 0 auto;
}
.sec-what-point .boxR {
  width: 30%;
  margin-top: -10rem;
}
.sec-what-point .image {
  width: 310px;
}
.sec-what-point .image:nth-child(2) {
  margin: 2rem 0 0 10rem;
}
.sec-what-point .image img {
  border-radius: 20px;
}
/*----- /sec-what-point -----*/

@media screen and (max-width: 768px) {
  .sec-what {
    padding: 4rem 2rem 6rem;
    border-radius: 30px;
  }

  .sec-what .eng-ttl {
    font-size: 10.4vw;
  }

  .sec-what .sec-upper {
    display: block;
  }
  .sec-what .sec-ttl__wrap {
    width: 100%;
  }
  .sec-what .lead {
    width: 100%;
    margin: 2rem 0 0!important;
  }

  .sec-what__block {
    display: block;
    margin: 3rem 0 0;
  }
  .sec-what__block .what-item {
    width: 100%;
    margin: 0 0 2rem;
    padding: 2rem 2rem 2rem;
  }
  .sec-what__block .what-item:last-child {
    margin: 0 0 0;
  }
  .sec-what__block .what-item:nth-child(2) {
    margin: 0 0 0 0;
  }
  .sec-what__block .what-item01 {
    background: #1895f0 url("img/sec-what-shape-gn.png") right bottom no-repeat;
    background-size: 50% auto;
  }
  .sec-what__block .what-item02 {
    background: #ff6c19 url("img/sec-what-shape-yl.png") right bottom no-repeat;
    background-size: 50% auto;
  }
  .sec-what__block .what-item::before {
    width: 30px;
    height: 30px;
  }
  .sec-what__block .what-item01::before {
    border: 10px solid #f9b71c;
    border-top: none;
    border-left: none;
  }
  .sec-what__block .what-item02::before {
    border: 10px solid #1895f0;
    border-top: none;
    border-left: none;
  }
  .sec-what__block .what-item::after {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .sec-what__block .what-item:hover {
    opacity: 1;
  }
  .sec-what__block .what-ttl {
    font-size: 2rem;
  }
  .sec-what__block .interview-tag {
    margin: 1.5rem 0 0;
  }
  .sec-what__block .imgBox {
    margin: 2rem 0 0;
  }
  .sec-what__block .imgBox img {
    border-radius: 10px;
  }

  /*----- what-modal -----*/
  .what-modal .what-modal-box {
    padding: 2rem 2rem 3rem;
  }
  #what01 .what-modal-box {
    background: #1895f0 url("img/sec-what-shape-gn.png") right bottom no-repeat;
    background-size: 50% auto;
  }
  #what02 .what-modal-box {
    background: #ff6c19 url("img/sec-what-shape-yl.png") right bottom no-repeat;
    background-size: 50% auto;
  }
  .what-modal .what-modal-box::before {
    width: 30px;
    height: 30px;
  }
  #what01 .what-modal-box::before {
    border: 10px solid #f9b71c;
    border-top: none;
    border-left: none;
  }
  #what02 .what-modal-box::before {
    border: 10px solid #1895f0;
    border-top: none;
    border-left: none;
  }
  .what-modal__upper {
    display: block;
  }
  .what-modal__upper .boxL {
    width: 100%;
  }
  .what-modal__upper .what-modal-ttl01 {
    font-size: 2rem;
  }
  .what-modal__upper .txt {
    margin: 1.5rem 0 0;
  }
  .what-modal__upper .boxR {
    width: 100%;
    margin: 1.5rem 0 0;
  }
  .what-modal__upper .imgBox img {
    border-radius: 10px;
  }
  .what-modal__bottom {
    margin: 2rem 0 0;
    padding: 2rem 2rem;
    border-radius: 10px;
  }
  .what-modal__bottom .fix {
    display: block;
  }
  .what-modal__bottom .fix-item {
    width: 100%;
    margin: 0 0 2rem;
  }
  .what-modal__bottom .fix-item:last-child {
    margin: 0 0 0;
  }
  .what-modal__bottom .what-modal-ttl02 {
    padding: 5px 1rem;
    font-size: 1.4rem;
  }
  .what-modal__bottom .txt {
    margin: 1rem 0 0;
  }
  .what-modal__bottom .bottom-item {
    margin: 0 0 2rem;
  }
  .what-modal__bottom .bottom-item .what-modal-ttl02 {
    margin: 0 0 5px;
  }
  .what-modal-close {
    bottom: -20px;
    width: 40px;
    height: 40px;
    left: 50%;
    transform: translateX(-50%); 
    right: auto; 
    top: auto;
  }
  /*----- /what-modal -----*/

  
  /*----- sec-what-point -----*/
  .sec-what-point {
    margin: 4rem 0 0;
  }
  .sec-what-point .eng {
    font-size: 9vw;
  }
  .sec-what-point .line-svg {
    width: 38px;
    height: 40px;
    margin: -1.5rem 0 0 -1.5rem;
  }
  .sec-what-point .draw-path {
    stroke: #f9b71c;
    stroke-width: 130;
  }
  .sec-what-point .point__block {
    display: block;
    margin-top: -5px;
    padding: 3rem 0 3rem 2rem;
  }
  .sec-what-point .point__block::after {
    min-width: 100%;
  }
  .sec-what-point .boxL {
    width: 100%;
  }
  .sec-what-point .point-ttl {
    font-size: 1.8rem;
  }
  .sec-what-point .txt {
    margin: 1.5rem 0 0;
  }
  .sec-what-point .btn-internal a {
    max-width: 90%;
    margin: 2rem auto 0;
  }
  .sec-what-point .boxR {
    width: 100%;
    margin-top: 0;
  }
  .sec-what-point .imgBox {
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
    margin: 3rem 0 0;
  }
  .sec-what-point .image {
    width: calc(100% / 2);
  }
  .sec-what-point .image:nth-child(2) {
    margin: 0 0 0 0;
  }
  .sec-what-point .image img {
    border-radius: 10px;
  }
  /*----- /sec-what-point -----*/
}


/*--------------------------------------------------
　sec-interview
--------------------------------------------------*/
.sec-interview {
  background: linear-gradient(180deg, #fff 0%, #fff 33%, #f8f8f6 33%, #f8f8f6 100%);
  padding: 12rem 0 18rem;
}

.sec-interview .eng-ttl {
  color: #e9e9e9;
  font-size: 9rem;
}

.sec-interview .sec-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 50px;
}
.sec-interview .sec-ttl__wrap {
  width: 55%;
}
.sec-interview .lead {
  width: 45%;
  margin: 0 0 0!important;
}


.sec-interview__block {
  margin: 8rem 0 0;
}
.sec-interview__block .interview-parts {
  margin: 0 0 0;
}
.sec-interview__block .interview-parts__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 40px;
}
.sec-interview__block .interview-item {
  width: calc((100% / 2) - 20px);
  margin: 0 0 0;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.sec-interview__block .interview-item:hover {
  opacity: 0.6;
}
.sec-interview__block .interview-item::after {
	content: "";
	position: absolute;
  bottom: 15px;
	right: 15px;
  background: url("img/plus-bk.png") left top no-repeat;
  background-size: contain;
	width: 63px;
	height: 63px;
  box-sizing: border-box;
}
.sec-interview__block .interview-parts .interview-box {
  display: block;
  padding: 2rem 4rem 3rem;
}
.sec-interview__block .interview-parts .eng {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.6rem;
}
.sec-interview__block .interview-name {
  display: block;
  margin-right: 0;
}
.sec-interview__block .interview-parts .interview-tag__wrap {
  display: block;
  margin: 1.5rem 0 0;
}
.sec-interview__block .interview-parts .imgBox {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 270px;
  margin-top: 0;
}
.sec-interview__block .interview-parts .imgBox img {
  border-radius: 0;
}
.sec-interview__block .interview-parts .bottom-txt {
  background: #fff;
  width: 65%;
  margin: 1.5rem 0 0;
  padding: 1.5rem 2rem;
  border: none;
  border-radius: 20px;
  position: relative;
}


/*----- interview-slider -----*/
.interview-slider {
  margin: 8rem 0 0;
}
.interview-slider .slick-slide {
	opacity: 0.35;
	transition: all 0.3s ease;
}
.interview-slider .slick-center {
	opacity: 1;
}
.interview-slider .slide-item {
  margin: 0 5rem;
  padding: 7rem 0 4rem;
  box-sizing: border-box;
}
.interview-slider .slide__inner {
  width: 940px;
  margin: auto;
  padding: 3rem 4rem 5rem;
  position: relative;
}
.interview-slider .slide__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  border-bottom-right-radius: 100%;
}
.interview-slider .interview01 .slide__inner::before {
  background: #1db45a;
}
.interview-slider .interview02 .slide__inner::before {
  background: #ff6c19;
}
.interview-slider .interview03 .slide__inner::before {
  background: #f9b71c;
}
.interview-slider .interview04 .slide__inner::before {
  background: #1895f0;
}
.interview-slider .interview-slide__upper {
  position: relative;
}
.interview-slider .interview-name {
  display: inline-block;
  vertical-align: middle;
}
.interview-slider .interview-tag__wrap {
  display: inline-block;
  vertical-align: middle;
}
.interview-slider .interview-ttl01 {
  margin: 3rem 0 0;
  font-size: 2.5rem;
}
.interview-slider .imgBox {
  position: absolute;
  bottom: -1px;
  right: 10px;
  width: 230px;
  margin-bottom: -4rem;
  z-index: 0;
}
.interview-slider .imgBox::after,
.interview-parts .imgBox::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%,0);
	width: 230px;
	height: 200px;
	box-sizing: border-box;
	border-radius: 100% 100% 0 0;
	z-index: -1;
}
.interview-parts .imgBox::after {
	width: 270px;
	height: 260px;
}
.interview-slider .interview01 .imgBox::after,
.interview-parts .interview-item01 .imgBox::after{
  background: #ffbb18;
}
.interview-slider .interview02 .imgBox::after,
.interview-parts .interview-item02 .imgBox::after {
  background: #1cb459;
}
.interview-slider .interview03 .imgBox::after,
.interview-parts .interview-item03 .imgBox::after {
  background: #1895f0;
}
.interview-slider .interview04 .imgBox::after,
.interview-parts .interview-item04 .imgBox::after {
  background: #ff6c19;
}
.interview-slider .interview-point {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  margin: 3rem 0 0;
  position: relative;
}
.interview-slider .point-box {
  background: #fff;
  width: calc(100% / 2);
  padding: 3rem 3rem;
  border-radius: 20px;
}
.interview-slider .point-box .eng {
  font-size: 1.4rem;
}
.interview-slider .interview-ttl02 {
  margin: 1rem 0 0;
  font-size: 2rem;
}
.interview-slider .point-box .image {
  margin: 2rem 0 0;
}
.interview-slider .point-box .image img {
  border-radius: 20px;
}
.interview-slider .point-box .txt {
  margin: 2rem 0 0;
}

/* arrow */
.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("img/arrow-slide.png") left top no-repeat;
  background-size: contain;
  width: 64px;
  height: 64px;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.prev-arrow {
  left: calc(50% - 550px);
  transform: translateY(-50%) scale(-1,1);
}
.next-arrow {
	right:calc(50% - 550px);
}
/* dots */
.slide-dots {
  text-align: center;
	margin: 0 0 0;
	padding: 0 0;
	font-size: 0;
}
.slide-dots li {
  display: inline-block;
  margin: 0 1rem;
}
.slide-dots li button {
	background: #c4c4c4;
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	border-radius: 50%;
  position: relative;
  text-indent: -9999px;
}
.slide-dots li.slick-active button {
  background: #525252;
}
/*----- /interview-slider -----*/


/*----- sec-interview-summary -----*/
.sec-interview-summary {
  background: #fff;
  margin: 10rem 0 0;
  padding: 3rem 4rem;
  border-radius: 20px;
}
.sec-interview-summary .eng {
  margin: 0 0 2rem;
  font-size: 1.5rem;
}
.sec-interview-summary .summary__block {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}
.sec-interview-summary .boxL {
  width: calc(100% - 520px);
}
.sec-interview-summary .summary-ttl {
  font-size: 3rem;
}
.sec-interview-summary .txt {
  margin: 2rem 0 0;
}
.sec-interview-summary .btn-internal a {
  max-width: 350px;
  margin: 3rem 0 0;
}
.sec-interview-summary .boxR {
  width: 520px;
}
.sec-interview-summary .imgBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.sec-interview-summary .imgBox.sp_only {
  display: none;
}
.sec-interview-summary .image {
  width: calc((100% / 2) - 10px);
}
.sec-interview-summary .image img {
  border-radius: 20px;
}
/*----- /sec-interview-summary -----*/

@media screen and (max-width: 768px) {
  .sec-interview {
    padding: 6rem 2rem 10rem;
  }

  .sec-interview .eng-ttl {
    font-size: 9vw;
  }

  .sec-interview .sec-upper {
    display: block;
  }
  .sec-interview .sec-ttl__wrap {
    width: 100%;
  }
  .sec-interview .lead {
    width: 100%;
    margin: 2rem 0 0!important;
  }


  .sec-interview__block {
    margin: 4rem 0 0;
  }
  .sec-interview__block .interview-parts__block {
    display: block;
  }
  .sec-interview__block .interview-item {
    width: 100%;
    margin: 0 0 2rem;
  }
  .sec-interview__block .interview-item:last-child {
    margin: 0 0 0;
  }
  .sec-interview__block .interview-item:hover {
    opacity: 1;
  }
  .sec-interview__block .interview-item::after {
    bottom: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
  .sec-interview__block .interview-parts .interview-box {
    display: block;
    padding: 1rem 2rem 2rem;
  }
  .sec-interview__block .interview-parts .eng {
    position: relative;
    top: inherit;
    right: inherit;
    font-size: 1.4rem;
    margin-left: 0rem;
    padding-bottom: 1rem;
  }
  .sec-interview__block .interview-parts .txtBox {
    position: relative;
  }
  .sec-interview__block .interview-parts .interview-tag__wrap {
    margin: 1rem 0 0;
  }
  .sec-interview__block .interview-parts .imgBox {
    bottom: -16px;
    top: inherit;
    right: 0;
    width: 40%;
  }
		.interview-parts .imgBox::after {
    width: 118px;
    height: 100px;
}
  .sec-interview__block .interview-parts .bottom-txt {
    width: 100%;
    margin: 1.5rem 0 0;
    padding: 1.5rem 1.5rem;
    border-radius: 10px;
  }


  /*----- interview-slider -----*/
  .interview-slider {
    margin: 10rem 0 0;
  }
  .interview-slider .slick-slide {
    opacity: 1;
  }
  .interview-slider .slide-item {
    margin: 0 0;
    padding: 0 0 3rem;
  }
  .interview-slider .slide__inner {
    width: 100%;
    padding: 2rem 2rem 3rem;
  }
  .interview-slider .slide__inner::before {
    width: 60px;
    height: 60px;
  }
  .interview-slider .interview-name {
    display: block;
  }
  .interview-slider .interview-tag__wrap {
    display: block;
  }
  .interview-slider .interview-ttl01 {
    margin: 1.5rem 0 0;
    font-size: 1.8rem;
  }
  .interview-slider .imgBox {
    position: relative;
    bottom: -1px;
    right: inherit;
    width: 55%;
    margin: -2rem auto 0;
    margin-bottom: 0;
  }
  .interview-slider .imgBox::after {
    bottom: -30px;
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
  .interview-slider .interview-point {
    display: block;
    margin: -2rem 0 0;
  }
  .interview-slider .point-box {
    width: 100%;
    margin: 0 0 1.5rem;
    padding: 2rem 2rem;
    border-radius: 10px;
  }
  .interview-slider .point-box:last-child {
    margin: 0 0 0;
  }
  .interview-slider .interview-ttl02 {
    font-size: 1.7rem;
  }
  .interview-slider .point-box .image {
    margin: 1rem 0 0;
  }
  .interview-slider .point-box .image img {
    border-radius: 10px;
  }
  .interview-slider .point-box .txt {
    margin: 1.5rem 0 0;
  }

  /* arrow */
  .slide-arrow {
    top: inherit;
    bottom: 100%;
    transform: translateY(0%);
    width: 45px;
    height: 45px;
    margin: 0 0 1.5rem;
  }
  .prev-arrow {
    left: calc(50% - 55px);
    transform: translateY(0%) scale(-1,1);
  }
  .next-arrow {
    right:calc(50% - 55px);
  }
  /* dots */
  .slide-dots {
    margin: 0 0 0;
  }
  .slide-dots li {
    display: inline-block;
    margin: 0 8px;
  }
  .slide-dots li button {
    width: 10px;
    height: 10px;
  }
  /*----- /interview-slider -----*/
  

  /*----- sec-interview-summary -----*/
  .sec-interview-summary {
    margin: 6rem 0 0;
    padding: 2rem 2rem;
    border-radius: 10px;
  }
  .sec-interview-summary .eng {
    margin: 0 0 1rem;
    font-size: 1.4rem;
  }
  .sec-interview-summary .summary__block {
    display: block;
  }
  .sec-interview-summary .boxL {
    width: 100%;
  }
  .sec-interview-summary .summary-ttl {
    font-size: 2rem;
  }
  .sec-interview-summary .txt {
    margin: 1.5rem 0 0;
  }
  .sec-interview-summary .btn-internal a {
    max-width: 90%;
    margin: 2rem auto 0;
  }
  .sec-interview-summary .boxR {
    width: 100%;;
  }
  .sec-interview-summary .imgBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: inherit;
    gap: 0 5px;
    margin: 2rem 0 0;
  }
  .sec-interview-summary .imgBox.pc_only {
    display: none;
  }
  .sec-interview-summary .imgBox.sp_only {
    display: flex;
    justify-content: space-between;
  }
  .sec-interview-summary .image {
    width: calc(100% / 4);
  }
  .sec-interview-summary .image img {
    border-radius: 10px;
  }
  /*----- /sec-interview-summary -----*/
}


/*--------------------------------------------------
　sec-career
--------------------------------------------------*/
.sec-career-lead {
  background: #1cb459;
  margin-top: -6rem;
  padding: 0 0 11rem;
  border-radius: 0px 0px 0 0;
}

.sec-career .loop-slider .eng {
  margin: 0 2.5rem;
  color: #30c76d;
  font-size: 10rem;
}
.sec-career .loop-slider .eng img {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  margin: 0 1rem;
}

.sec-career .sec-ttl__wrap {
  margin: 3rem 0 0;
  text-align: center;
}
.sec-career .sec-ttl {
  font-size: 4rem;
}

.sec-career-lead .sb-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
  background: #242424;
  max-width: 880px;
  margin: 4rem auto 15rem;
  padding: 4rem 5rem;
  border-radius: 20px;
  position: relative;
}
.sec-career-lead .sb-box::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
  transform: translate(-50%,0);
  box-sizing: border-box;
  border-top: 40px solid #242424;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
}
.sec-career-lead .sb-box::after {
	content: "";
	position: absolute;
	top: calc(100% + 50px);
	left: 50%;
  transform: translate(-50%,0);
  box-sizing: border-box;
  border-top: 40px solid #242424;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
}
.sec-career-lead .sb-box .imgBox {
  width: 330px;
}
.sec-career-lead .sb-box .txtBox {
  width: calc(100% - 330px);
}
.sec-career-lead .sb-box .sb-ttl {
  font-size: 2.2rem;
}
.sec-career-lead .sb-box .txt {
  margin: 2rem 0 0;
}

.sec-career .sv-parts {
  margin: 0 0 0;
}
.sec-career .sv-parts::after {
  display: none;
}
.sec-career .sv-parts__inner {
  padding: 0 0 0 0;
}
.sec-career .sv-parts__inner::before {
  display: none;
}
.sec-career .sv-parts__inner::after {
  display: none;
}


/*----- sec-career-talk -----*/
.sec-career-talk {
  background: #0f9847;
  padding: 12rem 0 12rem;
  border-radius: 0 0 0px 0px;
  overflow: hidden;
}
.sec-career-talk .talk-upper {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}
.sec-career-talk .talk-upper .boxL {
  width: 40%;
}
.sec-career-talk .talk-upper .eng {
  font-size: 8rem;
}
.sec-career-talk .talk-ttl {
  margin: 4rem 0 0;
  font-size: 2.2rem;
}
.sec-career-talk .talk-ttl .large {
  display: block;
  margin: 2rem 0 0;
  font-size: 3.5rem;
}
.sec-career-talk .talk-upper .boxR {
  width: 60%;
  padding: 7rem 0 0;
  position: relative;
  z-index: 0;
}
.sec-career-talk .talk-upper .boxR::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #1cb459;
  width: 100vw;
  height: 100%;
  min-width: 1100px;
  box-sizing: border-box;
  border-radius: 300px 0 0 300px;
  z-index: -1;
}
.sec-career-talk .talk-upper .imgBox {
  width: 850px;
}
.sec-career-talk .talk-upper .imgBox img {
  border-radius: 0 0 0 220px;
}
.sec-career-talk .talk-upper .talk-sb {
  position: absolute;
  width: 250px;
  padding: 2rem 3rem;
  font-size: 1.5rem;
  border-radius: 10px;
}
.sec-career-talk .talk-upper .talk-sb::after {
	content: "";
	position: absolute;
  box-sizing: border-box;
}
.sec-career-talk .talk-upper .talk-sb01 {
  top: -30px;
  left: 0;
  background: #242424;
}
.sec-career-talk .talk-upper .talk-sb01::after {
	top: calc(100% - 8px);
	left: 55%;
  transform: rotate(-30deg);
  border-right: 20px solid #242424;
  border-bottom: 35px solid transparent;
}
.sec-career-talk .talk-upper .talk-sb02 {
  top: 26px;
  right: 40px;
  background: #ffffff;
  color: #0f9847;
}
.sec-career-talk .talk-upper .talk-sb02::after {
	top: calc(100% - 8px);
	right: 55%;
	transform: rotate(30deg);
	border-bottom: 35px solid transparent;
	border-left: 20px solid #ffffff;
}
.sec-career-talk .talk-upper .talk-sb03 {
  bottom: 40px;
  left: 40px;
  background: #1895f0;
}
.sec-career-talk .talk-upper .talk-sb03::after {
	bottom: calc(100% - 8px);
	right: 25%;
	transform: rotate(30deg);
	border-top: 35px solid transparent;
	border-right: 20px solid #1895f0;
}
.sec-career-talk .talk-upper .talk-sb04 {
  bottom: 40px;
  right: 0;
  background: #f9b71c;
}
.sec-career-talk .talk-upper .talk-sb04::after {
	bottom: calc(100% - 15px);
	left: 80%;
	transform: rotate(46deg);
	border-top: 36px solid transparent;
	border-left: 20px solid #f9b71c;
}

.sec-career-talk .talk-member {
  margin: 4rem 0 0;
}
.sec-career-talk .member-ttl {
  font-size: 1.8rem;
}
.sec-career-talk .talk-member__block {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  margin: 3rem 0 0;
}
.sec-career-talk .talk-member .member-item {
  background: #1cb459;
  width: calc(100% / 4);
  padding: 1.5rem 0 3rem;
  position: relative;
  z-index: 0;
}
.sec-career-talk .talk-member .member-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  border-bottom-right-radius: 100%;
  z-index: -1;
}
.sec-career-talk .talk-member .member-item01::before {
  background: #ff6d19;
}
.sec-career-talk .talk-member .member-item02::before {
  background: #f9b71c;
}
.sec-career-talk .talk-member .member-item03::before {
  background: #1895f0;
}
.sec-career-talk .talk-member .member-item04::before {
  background: #242424;
}
.sec-career-talk .talk-member .eng {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 1.4rem;
}
.sec-career-talk .talk-member .fix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}
.sec-career-talk .talk-member .member-item01 .fix {
  background: url("img/talk-member-shape-bk01.png") right bottom no-repeat;
  background-size: 140px auto;
}
.sec-career-talk .talk-member .member-item02 .fix {
  background: url("img/talk-member-shape-or01.png") right bottom no-repeat;
  background-size: 140px auto;
}
.sec-career-talk .talk-member .member-item03 .fix {
  background: url("img/talk-member-shape-yl01.png") right bottom no-repeat;
  background-size: 140px auto;
}
.sec-career-talk .talk-member .member-item04 .fix {
  background: url("img/talk-member-shape-bl01.png") right bottom no-repeat;
  background-size: 140px auto;
}
.sec-career-talk .talk-member .name {
  width: calc(100% - 130px);
  font-size: 1.6rem;
}
.sec-career-talk .talk-member .name .large {
  font-size: 2.2rem;
}
.sec-career-talk .talk-member .imgBox {
  width: 130px;
  margin-right: -2rem;
}
.sec-career-talk .talk-member .type {
  margin-top: -2rem;
  padding: 0 2rem;
}
.sec-career-talk .talk-member .type span {
  display: inline;
  background: rgb(109 109 109 / 30%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 5px 1rem;
  font-size: 1.4rem;
  border-radius: 100px;
  line-height: 2.5;
  color: #FFF;
}
.sec-career-talk .talk-member .member-item .txt {
  margin: 1.5rem 0 0;
  padding: 0 2rem;
}

.sec-career-talk .bottom-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 50px;
  background: #fff;
  width: calc(100% + 140px);
  margin: -11rem 7rem 0 -7rem;
  padding: 15rem 7rem 8rem;
  border-radius: 20px;
}
.sec-career-talk .bottom-txt .txt {
  width: calc(100% - 350px);
  margin: 0 0 0;
}
.sec-career-talk .bottom-txt .btn-internal {
  width: 350px;
}
.sec-career-talk .bottom-txt .btn-internal a {
  max-width: 100%;
}
/*----- /sec-career-talk -----*/


.sec-career-com .eng-small {
  margin: 0 0 2rem;
  padding: 0 0 0 3rem;
  font-size: 1.5rem;
  position: relative;
}
.sec-career-com .eng-small::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
  transform: translate(0,-50%);
  background: url("img/icon-circle.png") left top no-repeat;
  background-size: contain;
	width: 18px;
	height: 18px;
  box-sizing: border-box;
}
.sec-career-com .career-com-ttl {
  font-size: 3rem;
}


/*----- sec-career-point -----*/
.sec-career-point {
  padding: 18rem 0 0;
  contain: paint;
}
.sec-career-point .point__block {
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
}
.sec-career-point .boxL {
  width: 25%;
}
.sec-career-point .sticky {
  position: -webkit-sticky;
	position: sticky;
  top: 120px;
  left: 0;
}
.sec-career-point .eng-ttl {
  margin: 6rem 0 0;
  color: #efefef;
  font-size: 6rem;
  line-height: 1.1;
  -webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.sec-career-point .boxR {
  width: 75%;
}
.sec-career-point .point-item {
  margin: 0 0 10rem;
  padding: 4rem 0 4rem 6rem;
  position: relative;
}
.sec-career-point .point-item:last-child {
  margin: 0 0 0;
}
.sec-career-point .point-item::before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border-bottom-right-radius: 100%;
}
.sec-career-point .point-item01::before {
  border: 24px solid #1895f0;
  border-top: none;
  border-left: none;
}
.sec-career-point .point-item02::before {
  border: 24px solid #f9b71c;
  border-top: none;
  border-left: none;
}
.sec-career-point .point-item03::before {
  border: 24px solid #ff6d19;
  border-top: none;
  border-left: none;
}
.sec-career-point .point-item04::before {
  border: 24px solid #16b857;
  border-top: none;
  border-left: none;
}
.sec-career-point .point-item05::before {
  border: 24px solid #1895f0;
  border-top: none;
  border-left: none;
}
.sec-career-point .point-item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #f5f5f5;
	width: 100vw;
	height: 100%;
	min-width: 1100px;
	box-sizing: border-box;
	border-radius: 0px 0 0 0px;
	z-index: -1;
}
.sec-career-point .eng {
  font-size: 1.8rem;
}
.sec-career-point .point-ttl {
  width: 60%;
  margin: 1.5rem 0 0;
  font-size: 2.2rem;
}
.sec-career-point .imgBox {
  position: absolute;
  top: -50px;
  left: 70%;
  width: 60%;
}
.sec-career-point .imgBox img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: right center;
  border-radius: 20px;
}
.sec-career-point .txt {
  margin: 3rem 0 0;
}
/*----- /sec-career-point -----*/


/*----- sec-career-cp -----*/
.sec-career-cp {
  padding: 12rem 0 0;
}
.sec-career-cp .cp-upper {
  margin: 6rem 0 0;
}
.sec-career-cp .cp-upper .cc {
  font-size: 2.6rem;
  text-align: center;
}
.sec-career-cp .cp-upper .imgBox {
  width: 100%;
  margin: 4rem 0 0;
}
.sec-career-cp .cp-upper .imgBox img {
  border-radius: 0px;
}
.sec-career-cp .cp__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin: 6rem 0 0;
}
.sec-career-cp .cp-item {
  background: #fff;
  width: calc((100% / 3) - 20px);
  padding: 2rem 3rem 3rem;
  border-radius: 0px;
}
.sec-career-cp .cp-item01,
.sec-career-cp .cp-item05 {
  border: 2px solid #1895f0;
}
.sec-career-cp .cp-item02,
.sec-career-cp .cp-item06 {
  border: 2px solid #ff6d19;
}
.sec-career-cp .cp-item03,
.sec-career-cp .cp-item04 {
  border: 2px solid #1cb45a;
}
.sec-career-cp .eng {
  font-size: 1.5rem;
}
.sec-career-cp .eng .large {
  font-size: 2.6rem;
}
.sec-career-cp .cp-item01 .eng,
.sec-career-cp .cp-item05 .eng {
  color: #8cc6ef;
}
.sec-career-cp .cp-item02 .eng,
.sec-career-cp .cp-item06 .eng {
  color: #fcad80;
}
.sec-career-cp .cp-item03 .eng,
.sec-career-cp .cp-item04 .eng {
  color: #80d7a3;
}
.sec-career-cp .cp-ttl {
  display: flex;
  align-items: center;
  margin: 1.5rem 0 0;
  font-size: 2.2rem;
}
.sec-career-cp .txt {
  margin: 2rem 0 0;
}
/*----- /sec-career-cp -----*/


/*----- sec-career-reason -----*/
.sec-career-reason {
  padding: 12rem 0 0;
}
.sec-career-reason .reason__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 5rem 0 0;
}
.sec-career-reason .reason-item {
  width: calc(100% / 2);
  padding: 3rem 3rem;
}
.sec-career-reason .reason-item__inner {
  background: #fff;
  padding: 3rem 3rem;
  border-radius: 10px;
}
.sec-career-reason .reason-ttl {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
}
.sec-career-reason .txt {
  margin: 2rem 0 0;
}
/*----- /sec-career-reason -----*/


/*----- loop-img -----*/
.loop-img {
  margin: 12rem 0 0;
}
.loop-img .img-item {
  width: 200px;
  margin: 0 1.5rem 0;
}
.loop-img .img-item:nth-child(even) {
  margin: 6rem 1.5rem 0;
}
.loop-img .img-item img {
  border-radius: 300px;
}
/*----- /loop-img -----*/


/*----- sec-career-entry -----*/
.sec-career-entry .sec__inner {
  background: #f5f5f5;
  margin-top: -20rem;
  padding: 25rem 8rem 8rem;
  margin-bottom: 13rem;
}
.sec-career-entry .entry-ttl {
  font-size: 3rem;
}
.sec-career-entry .cc {
  margin: 3rem 0 0;
  font-size: 2rem;
}
.sec-career-entry .entry__block {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  margin: 6rem 0 0;
}
.sec-career-entry .entry-item {
  background: #fff;
  width: calc(100% / 3);
  padding: 0 2rem 3rem;
  border-radius: 10px;
}
.sec-career-entry .entry-item .sub {
  margin-top: -1.5rem;
  text-align: center;
}
.sec-career-entry .entry-item .sub span {
  display: inline-block;
  padding: 5px 1.5rem;
  font-size: 1.6rem;
  border-radius: 100px;
}
.sec-career-entry .entry-item .txt {
  margin: 1.5rem 0 0;
}
.sec-career-entry .manager__block {
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
  margin: 6rem 0 0;
}
.sec-career-entry .manager__block .boxL {
  width: 410px;
}
.sec-career-entry .manager__block .imgBox img {
  border-radius: 10px;
}
.sec-career-entry .manager__block .boxR {
  width: calc(100% - 410px);
}
.sec-career-entry .manager__block .sub span {
  display: inline-block;
  background: #161616;
  padding: 5px 1.5rem;
  font-size: 1.6rem;
  border-radius: 100px;
}
.sec-career-entry .manager-ttl {
  margin: 2rem 0 0;
  font-size: 2.2rem;
}
.sec-career-entry .txt {
  margin: 2rem 0 0;
}
.sec-career-entry .btn-web a {
  max-width: 390px;
  margin: 5rem auto 0;
}
/*----- /sec-career-entry -----*/

@media screen and (max-width: 768px) {
  .sec-career-lead {
    margin-top: -3rem;
    padding: 0 2rem 6rem;
    border-radius: 30px 30px 0 0;
  }

  .sec-career .loop-slider {
    width: calc(100% + 4rem);
    margin: 0 2rem 0 -2rem;
  }
  .sec-career .loop-slider .eng {
    margin: 0 1.5rem;
    font-size: 5rem;
  }
  .sec-career .loop-slider .eng img {
    width: 30px;
    margin: 0 2rem;
  }

  .sec-career .sec-ttl__wrap {
    margin: 1rem 0 0;
  }
  .sec-career .sec-ttl {
    font-size: 2rem;
  }
.sec-ttl .small-bg {
	font-size: 1.6rem;
}


  .sec-career-lead .sb-box {
    display: block;
    max-width: 100%;
    margin: 2rem auto 8rem;
    padding: 2rem 2rem;
    border-radius: 10px;
  }
  .sec-career-lead .sb-box::before {
    border-top: 20px solid #242424;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
  .sec-career-lead .sb-box::after {
    top: calc(100% + 30px);
    border-top: 20px solid #242424;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
  .sec-career-lead .sb-box .imgBox {
    width: 100%;
    margin: 2rem 0 0;
  }
  .sec-career-lead .sb-box .txtBox {
    width: 100%;
  }
  .sec-career-lead .sb-box .sb-ttl {
    font-size: 1.7rem;
    text-align: center;
  }
  .sec-career-lead .sb-box .txt {
    margin: 1.5rem 0 0;
  }

  .sec-career .sv-ttl {
    text-align: center;
  }


  /*----- sec-career-talk -----*/
  .sec-career-talk {
    padding: 6rem 2rem 6rem;
    border-radius: 0 0 30px 30px;
  }
  .sec-career-talk .talk-upper {
    display: block;
  }
  .sec-career-talk .talk-upper .boxL {
    width: 100%;
  }
  .sec-career-talk .talk-upper .eng {
    font-size: 10.4vw;
  }
  .sec-career-talk .talk-ttl {
    margin: 2rem 0 0;
    font-size: 1.5rem;
  }
  .sec-career-talk .talk-ttl .large {
    margin: 1rem 0 0;
    font-size: 2rem;
  }
  .sec-career-talk .talk-upper .boxR {
    width: 100%;
    margin: 3rem 0 3rem;
    padding: 2rem 0 0;
  }
  .sec-career-talk .talk-upper .boxR::after {
    min-width: 100%;
  }
  .sec-career-talk .talk-upper .imgBox {
    width: calc(100% + 2rem);
  }
  .sec-career-talk .talk-upper .imgBox img {
    border-radius: 0 0 0 70px;
  }
  .sec-career-talk .talk-upper .talk-sb {
    width: 60%;
    padding: 1.5rem 1.5rem;
    font-size: 1.4rem;
    border-radius: 5px;
  }
  .sec-career-talk .talk-upper .talk-sb01,
	.sec-career-talk .talk-upper .talk-sb02,
	.sec-career-talk .talk-upper .talk-sb03,
	.sec-career-talk .talk-upper .talk-sb04{
    display: none;
  }

  .sec-career-talk .talk-member {
    margin: 0rem 0 0;
  }
  .sec-career-talk .member-ttl {
    font-size: 1.6rem;
  }
  .sec-career-talk .talk-member__block {
    display: block;
    margin: 2rem 0 0;
  }
  .sec-career-talk .talk-member .member-item {
    width: 100%;
    margin: 0 0 2rem;
    padding: 1rem 2rem 1.5rem;
  }
  .sec-career-talk .talk-member .member-item01 {
    background: #1cb459 url("img/talk-member-shape-bk01.png") right bottom no-repeat;
    background-size: 40% auto;
  }
  .sec-career-talk .talk-member .member-item02 {
    background: #1cb459 url("img/talk-member-shape-or01.png") right bottom no-repeat;
    background-size: 40% auto;
  }
  .sec-career-talk .talk-member .member-item03 {
    background: #1cb459 url("img/talk-member-shape-yl01.png") right bottom no-repeat;
    background-size: 40% auto;
  }
  .sec-career-talk .talk-member .member-item04 {
    background: #1cb459 url("img/talk-member-shape-bl01.png") right bottom no-repeat;
    background-size: 40% auto;
  }
  
  .sec-career-talk .talk-member .member-item:last-child {
    margin: 0 0 0;
  }
  .sec-career-talk .talk-member .member-item::before {
    width: 50px;
    height: 50px;
  }
  .sec-career-talk .talk-member .eng {
    top: 5px;
    left: inherit;
    right: 30%;
    font-size: 1.2rem;
  }
  .sec-career-talk .talk-member .fix {
    display: block;
    padding: 0 0;
  }
  .sec-career-talk .talk-member .member-item01 .fix {
    background: none;
  }
  .sec-career-talk .talk-member .member-item02 .fix {
    background: none;
  }
  .sec-career-talk .talk-member .member-item03 .fix {
    background: none;
  }
  .sec-career-talk .talk-member .member-item04 .fix {
    background: none;
  }
  .sec-career-talk .talk-member .name {
    width: 100%;
    font-size: 1.4rem;
  }
  .sec-career-talk .talk-member .name .large {
    font-size: 1.9rem;
  }
  .sec-career-talk .talk-member .imgBox {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
    margin-right: 0;
  }
  .sec-career-talk .talk-member .type {
    margin-top: 0;
    padding: 0 0;
  }
  .sec-career-talk .talk-member .type span {
    padding: 5px 8px;
    font-size: 1.3rem;
    line-height: 2.7;
  }
  .sec-career-talk .talk-member .member-item .txt {
    display: none;
  }

  .sec-career-talk .bottom-txt {
    display: block;
    width: 100%;
    margin: 3rem 0 0 0;
    padding: 2rem 2rem 4rem;
    border-radius: 10px;
  }
  .sec-career-talk .bottom-txt .txt {
    width: 100%;
    margin: 0 0 0;
  }
  .sec-career-talk .bottom-txt .btn-internal {
    width: 100%;
  }
  .sec-career-talk .bottom-txt .btn-internal a {
    max-width: 100%;
    margin: 2rem auto 0;
  }
  /*----- /sec-career-talk -----*/


  .sec-career-com .eng-small {
    margin: 0 0 1rem;
    padding: 0 0 0 2rem;
  }
  .sec-career-com .eng-small::before {
    width: 15px;
    height: 15px;
  }
  .sec-career-com .career-com-ttl {
    font-size: 2rem;
  }


  /*----- sec-career-point -----*/
  .sec-career-point {
    padding: 8rem 2rem 0;
    contain: inherit;
  }
  .sec-career-point .point__block {
    display: block;
  }
  .sec-career-point .boxL {
    width: 100%;
  }
  .sec-career-point .sticky {
    position: relative;
    top: inherit;
    left: inherit;
  }
  .sec-career-point .eng-ttl {
    display: none;
  }
  .sec-career-point .boxR {
    width: 100%;
    margin: 3rem 0 0;
  }
  .sec-career-point .point-item {
    background: #f5f5f5;
    margin: 0 0 2rem;
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 10px;
  }
  .sec-career-point .point-item::before {
    width: 30px;
    height: 30px;
  }
  .sec-career-point .point-item01::before {
    border: 12px solid #1895f0;
    border-top: none;
    border-left: none;
  }
  .sec-career-point .point-item02::before {
    border: 12px solid #f9b71c;
    border-top: none;
    border-left: none;
  }
  .sec-career-point .point-item03::before {
    border: 12px solid #ff6d19;
    border-top: none;
    border-left: none;
  }
  .sec-career-point .point-item04::before {
    border: 12px solid #16b857;
    border-top: none;
    border-left: none;
  }
  .sec-career-point .point-item05::before {
    border: 12px solid #1895f0;
    border-top: none;
    border-left: none;
  }
  .sec-career-point .point-item::after {
    display: none;
  }
  .sec-career-point .eng {
    font-size: 1.5rem;
    margin-left: 1rem;
  }
  .sec-career-point .point-ttl {
    width: 100%;
    margin: 1rem 0 0;
    font-size: 1.7rem;
  }
  .sec-career-point .imgBox {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    margin: 2rem 0 0;
  }
  .sec-career-point .imgBox img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .sec-career-point .txt {
    margin: 1.5rem 0 0;
  }
  /*----- /sec-career-point -----*/
  
  
  .acc-btn-sp {
    padding: 0 3rem 0 0;
    position: relative;
  }  
  .acc-btn-sp::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    background: url("img/acc-open.png") left top no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }  
  .acc-btn-sp.open::after {
    background: url("img/acc-close.png") left top no-repeat;
    background-size: contain;
  }
  .acc-content-sp {
    display: none;
  }  
  .acc-content-sp.show {
    display: block;
  }  


  /*----- sec-career-cp -----*/
  .sec-career-cp {
    padding: 6rem 2rem 0;
  }
  .sec-career-cp .cp-upper {
    margin: 3rem 0 0;
  }
  .sec-career-cp .cp-upper .cc {
    font-size: 1.7rem;
  }
  .sec-career-cp .cp-upper .imgBox {
    margin: 2rem 0 0;
  }
  .sec-career-cp .cp-upper .imgBox img {
    border-radius: 10px;
  }
  .sec-career-cp .cp__block {
    display: block;
    margin: 3rem 0 0;
  }
  .sec-career-cp .cp-item {
    width: 100%;
    margin: 0 0 2rem;
    padding: 1rem 2rem 2rem;
    border-radius: 5px;
  }
  .sec-career-cp .cp-item:last-child {
    margin: 0 0 0;
  }
  .sec-career-cp .cp-item01,
  .sec-career-cp .cp-item05 {
    border: 1px solid #1895f0;
  }
  .sec-career-cp .cp-item02,
  .sec-career-cp .cp-item06 {
    border: 1px solid #ff6d19;
  }
  .sec-career-cp .cp-item03,
  .sec-career-cp .cp-item04 {
    border: 1px solid #1cb45a;
  }
  .sec-career-cp .eng {
    font-size: 1.2rem;
  }
  .sec-career-cp .eng .large {
    font-size: 2rem;
  }
  .sec-career-cp .cp-ttl {
    display: block;
    margin: 1rem 0 0;
    font-size: 1.6rem;
  }
  .sec-career-cp .txt {
    margin: 1.5rem 0 0;
  }
  /*----- /sec-career-cp -----*/


  /*----- sec-career-reason -----*/
  .sec-career-reason {
    padding: 6rem 2rem 0;
  }
  .sec-career-reason .reason__block {
    display: block;
    margin: 3rem 0 0;
  }
  .sec-career-reason .reason-item {
    width: 100%;
    padding: 2rem 2rem;
  }
  .sec-career-reason .reason-item__inner {
    background: #fff;
    padding: 2rem 2rem;
    border-radius: 5px;
  }
  .sec-career-reason .reason-ttl {
    display: block;
    font-size: 1.6rem;
  }
  .sec-career-reason .txt {
    margin: 1.5rem 0 0;
  }
  /*----- /sec-career-reason -----*/


  /*----- loop-img -----*/
  .loop-img {
    margin: 8rem 0 0;
  }
  .loop-img .img-item {
    width: 100px;
    margin: 0 5px 0;
  }
  .loop-img .img-item:nth-child(even) {
    margin: 3rem 5px 0;
  }
  /*----- /loop-img -----*/


  /*----- sec-career-entry -----*/
  .sec-career-entry .sec__inner {
    margin-top: -10rem;
    padding: 15rem 2rem 6rem;
  }
  .sec-career-entry .entry-ttl {
    font-size: 2rem;
  }
  .sec-career-entry .cc {
    margin: 2rem 0 0;
    font-size: 1.5rem;
  }
  .sec-career-entry .entry__block {
    display: block;
    margin: 4rem 0 0;
  }
  .sec-career-entry .entry-item {
    width: 100%;
    margin: 0 0 3rem;
    padding: 0 2rem 2rem;
    border-radius: 5px;
  }
  .sec-career-entry .entry-item:last-child {
    margin: 0 0 0;
  }
  .sec-career-entry .entry-item .sub {
    margin-top: 0;
    position: relative;
    top: -15px;
  }
  .sec-career-entry .entry-item .sub span {
    padding: 5px 1rem;
    font-size: 1.5rem;
  }
  .sec-career-entry .entry-item .txt {
    margin: 0 0 0;
  }
  .sec-career-entry .manager__block {
    display: block;
    margin: 4rem 0 0;
  }
  .sec-career-entry .manager__block .boxL {
    width: 100%;
  }
  .sec-career-entry .manager__block .imgBox img {
    border-radius: 5px;
  }
  .sec-career-entry .manager__block .boxR {
    width: 100%;
    margin: 2rem 0 0;
  }
  .sec-career-entry .manager__block .sub span {
    padding: 5px 1rem;
    font-size: 1.5rem;
  }
  .sec-career-entry .manager-ttl {
    margin: 1.5rem 0 0;
    font-size: 1.6rem;
  }
  .sec-career-entry .txt {
    margin: 1.5rem 0 0;
  }
  .sec-career-entry .btn-web a {
    max-width: 90%;
    margin: 3rem auto 0;
  }
  /*----- /sec-career-entry -----*/
}


/*--------------------------------------------------
　sec-column
--------------------------------------------------*/
.sec-column {
  padding: 12rem 0 16rem;
}

.sec-column .eng-ttl {
  font-size: 8rem;
}

.sec-column .sec-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 50px;
}
.sec-column .sec-ttl__wrap {
  width: 55%;
}
.sec-column .lead {
  width: 45%;
  margin: 0 0 0!important;
}

.sec-column__block {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
  margin: 6rem 0 0;
}

.sec-column .column-box {
  background: #f5f5f5;
  width: calc(100% / 3);
  padding: 3rem 3rem;
  border-radius: 10px;
	transition: all 0.3s ease;
}
.sec-column .column-box.js-column-link {
  cursor: pointer;
}
.sec-column .column-box:hover {
  opacity: 0.6;
}

.sec-column .column-ttl {
  font-size: 2.2rem;
}
.sec-column .column-ttl a {
  display: flex;
  align-items: center;
  padding: 0 4rem 0 0;
  position: relative;
  pointer-events: none;
}
.sec-column .column-ttl a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow-or02.png") left top no-repeat;
  background-size: contain;
	width: 28px;
	height: 28px;
  box-sizing: border-box;
}

.sec-column .txt {
  margin: 2rem 0 0;
}

@media screen and (max-width: 768px) {
  .sec-column {
    padding: 6rem 2rem 8rem;
  }

  .sec-column .eng-ttl {
    margin: 0 0 1.5rem;
    font-size: 9vw;
  }

  .sec-column .sec-upper {
    display: block;
  }
  .sec-column .sec-ttl__wrap {
    width: 100%;
  }
  .sec-column .lead {
    width: 100%;
    margin: 2rem 0 0!important;
  }

  .sec-column__block {
    display: block;
    margin: 3rem 0 0;
  }

  .sec-column .column-box {
    width: 100%;
    margin: 0 0 2rem;
    padding: 2rem 2rem;
    border-radius: 5px;
  }
  .sec-column .column-box.js-column-link {
    cursor: auto;
  }
  .sec-column .column-box:last-child {
    margin: 0 0 0;
  }
  .sec-column .column-box:hover {
    opacity: 1;
  }

  .sec-column .column-ttl {
    font-size: 1.6rem;
  }
  .sec-column .column-ttl a {
    display: block;
    padding: 0 3rem 0 0;
    pointer-events: auto;
  }
  .sec-column .column-ttl a::after {
    width: 20px;
    height: 20px;
  }

  .sec-column .txt {
    margin: 1.5rem 0 0;
  }  
}



