@charset "utf-8";

/*--------------------------------------
　Header
---------------------------------------*/
.header_home {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .header_home {
    background: #F1F5FF;
    position: relative;
  }
}



/*--------------------------------------
　MV
---------------------------------------*/
.mv_home {
  background: #F1F5FF;
  width: 100%;
  min-width: 1100px;
  padding: 7rem 0 2rem;
  position: relative;
}

.mv_home .mv_img {
  position: absolute;
  top: 3vh;
  right: 0;
  width: 100%!important;
  height: auto!important;
  aspect-ratio: 150 / 63;
  background-color:rgba(240, 243, 254, 1.00);
}
.mv_home .mv_img canvas {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
}
#dom_overlay_container {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}

.mv_home .mv_inner {
  max-width: 100%;
    margin: 0rem 0rem 0rem 0vh;
	position: relative;
}

.mv_home .eng {
  color: #d8e4f2;
  font-size: 10vh;
    position: relative;
    top: 42vh;
  z-index: 1;
}

.mv_home .mv_ttl_wrap {
  display: inline-block;
margin: 2vh 0 0;
	padding: 3rem 0vh 3rem 5vw;
  position: relative;
  z-index: 0;
	top: 0rem;
}
.mv_home .mv_ttl_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  width: 100vw;
  height: 100%;
  min-width: 1240px;
  box-sizing: border-box;
  z-index: -1;
}
.mv_home .mv_cc {
  padding: 0 7vh 3vh 7vh;
  font-size: 3.6vh;
  position: relative;
  z-index: 0;
}
.mv_home .mv_cc::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  transform: translate(0,-50%);
  background: url("img/mv_icon.png") left top no-repeat;
  background-size: contain;
  width: 6vh;
  height: 6vh;
  box-sizing: border-box;
}
.mv_home .mv_cc::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 100vw;
  min-width: 1240px;
  box-sizing: border-box;
  border-bottom: 2px solid #dcdae5;
  z-index: -1;
}
.mv_home .mv_ttl {
  padding: 2vh 5vh 0 0;
  font-size: 6.7vh;
  line-height: 1.4;
}

.mv_home .btnBox {
margin: 31vh 0vh 4vw 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.mv_home .btnBox > div {
  width: 390px;
}
.mv_home .btnBox > div a {
  padding: 2.5rem 7rem 2.5rem 7rem;
  text-align: center;
}
.mv_home .btnBox > div a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0,-50%);
  width: 52px;
  height: 52px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.mv_home .btnBox > div:nth-child(1) a::before {
    /* background: url(img/icon_link01-wh.png) left top no-repeat; */
    background-size: contain;
}

.mv_home .btnBox > div:nth-child(1) a:hover::before {
    /* background: url(img/icon_link01-bl.png) left top no-repeat; */
    background-size: contain;
}

.mv_home .btnBox > div:nth-child(2) a::before {
    left: 25px;
    /* background: url(img/icon_link02-wh.png) left top no-repeat; */
    background-size: contain;
}

.mv_home .btnBox > div:nth-child(2) a:hover::before {
    /* background: url(img/icon_link02-bl.png) left top no-repeat;
*/
    background-size: contain;
}

.mv_home .btnBox .btn-internal a {
    padding: 1.5vw 3vw 1.5vw 2vw;
    font-size: 1vw;
}

.mv_home .btnBox .btn-internal {
    margin: 0px 1.5vw 0 0rem;
    width: 20vw;
}

@media screen and (max-width: 768px) {
.mv_home .btnBox .btn-internal a {
    padding: 4.5vw 3vw 4.5vw 2vw;
    font-size: 1.5rem;
}
}


@media screen and (max-width: 768px) {
.mv_home .btnBox .btn-internal {
    margin: 0px 0vw 1rem 0rem;
	width: auto;
}
}



@media screen and (max-width: 768px) {
  .mv_home {
    min-width: 100%;
    padding: 1rem 2rem 1rem;
	  position: relative;
  }

  .mv_home .mv_img {
    top: 14rem;
    right: 0;
    width: 100%!important;
    height: auto!important;
    aspect-ratio: 750 / 464;
  }
  .mv_home .mv_img canvas {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    object-position: right top;
  }
  #dom_overlay_container {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
  }

  .mv_home .mv_inner {
    max-width: 100%;
    margin: auto;
  }

  .mv_home .eng {
    font-size: 8vw;
        top: 44vh;

  }

  .mv_home .mv_ttl_wrap {
    display: block;
    width: calc(100% - 2rem);
    margin: 0rem 0 0;
    padding: 1.5rem 0;
  }
  .mv_home .mv_ttl_wrap::after {
    min-width: 100%;
  }
  .mv_home .mv_cc {
    padding: 0 2rem 1.5rem 2.5rem;
    font-size: 1.4rem;
  }
  .mv_home .mv_cc::before {
    top: 27%;
    width: 22px;
    height: 22px;
  }
  .mv_home .mv_cc::after {
    min-width: 100%;
    border-bottom: 1px solid #dcdae5;
  }
  .mv_home .mv_ttl {
    padding: 1rem 2rem 0 0;
    font-size: 6.2vw
  }

  .mv_home .btnBox {
    margin: 1rem 1.5rem 0;
        display: flow;

  }
  .mv_home .btnBox > div {
    width: 100%;
  }
  .mv_home .btnBox > div a {
    padding: 1.8rem 5rem 1.8rem 5rem;
  }
  .mv_home .btnBox > div a::before {
    left: 10px;
    width: 36px;
    height: 36px;
  }
  .mv_home .btnBox > div:nth-child(2) a::before {
    left: 15px;
  }
}



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

.sec {
	width: 100%;
	min-width: 1100px;
	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 {
		min-width: 100%;
	}
  
	.sec_inner {
		max-width: 100%;
	}
}



/*--------------------------------------
　Title
---------------------------------------*/
.eng_ttl {
  font-size: 147px;
}

.eng_ttl.ts {
  color: #f1f5ff;
  text-shadow:
    2px 0 0 #a6badd,
   -2px 0 0 #a6badd,
    0 2px 0 #a6badd,
    0 -2px 0 #a6badd,
    2px 2px 0 #a6badd,
   -2px -2px 0 #a6badd,
    2px -2px 0 #a6badd,
   -2px 2px 0 #a6badd;
}

.sec_ttl .large {
  font-size: 5.4rem;
}

.sec_ttl a {
  display: inline-block;
  position: relative;
}
.sec_ttl a::after {
	content: "";
  display: inline-block;
  background: url("img/arrow-nv03.png") left top no-repeat;
  background-size: contain;
	width: 42px;
	height: 42px;
  margin-left: 1rem;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .eng_ttl {
    font-size: 13vw;
  }

  .eng_ttl.ts {
    text-shadow:
      1px 0 0 #a6badd,
     -1px 0 0 #a6badd,
      0 1px 0 #a6badd,
      0 -1px 0 #a6badd,
      1px 1px 0 #a6badd,
     -1px -1px 0 #a6badd,
      1px -1px 0 #a6badd,
     -1px 1px 0 #a6badd;
  }

  .sec_ttl .large {
    font-size: 2.6rem;
  }
  
  .sec_ttl a::after {
    width: 22px;
    height: 22px;
    margin-left: 5px;
  }
}



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

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

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

.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;
    font-size: 1.5rem;
	}

	p.txt {
		margin: 2rem 0 2rem;
    font-size: 1.5rem;
	}

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



/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 {
  background: #f0f3fe;
  padding: 10rem 0 0;
}

.sec01_about {
  background: #fff;
  padding: 0 6rem 6rem;
  position: relative;
  z-index: 1;
}

.sec01_about .eng_ttl {
  color: #D2DCEF;
  font-size: 7.7rem;
  text-align: center;
  position: relative;
  top: -45px;
}

.sec01_about .about_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec01_about .boxL {
  width: 290px;
}

.sec01_about .boxR {
  width: calc(100% - 340px);
}

.sec01_about .sec_ttl {
  font-size: 3rem;
}

.sec01_about .txt {
  margin: 2rem 0 0;
}

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

  .sec01_about {
    padding: 0 2rem 4rem;
  }

  .sec01_about .eng_ttl {
    font-size: 9vw;
    top: -15px;
  }

  .sec01_about .about_block {
    display: block;
  }

  .sec01_about .boxL {
    width: 100%;
  }

  .sec01_about .logo {
    width: 60%;
    margin: 1.5rem auto 1rem;
  }

  .sec01_about .boxR {
    width: 100%;
    margin: 2rem 0 0;
  }

  .sec01_about .sec_ttl {
    font-size: 1.9rem;
	  text-align: center;
  }

  .sec01_about .txt {
    margin: 1rem 0 0;
  }
}



/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 {
  background: linear-gradient(90deg, #002c5c, #005ec4);
  margin: -6rem 0 0;
  padding: 18rem 0 12rem;
}

.sec02 .sv_parts {
  background: none;
  margin: 0 0 0;
  padding: 0 0 0;
}
.sec02 .sv_parts .eng {
  margin-left: 0;
  font-size: 147px;
}
.sec02 .sv_parts .sv_parts_block {
  max-width: 1100px;
  margin: -6px auto 0;
  padding: 5rem 6rem 5rem;
}
.sec02 .sv_parts .upper .imgBox {
  width: 390px;
    margin: 0 2rem 0 5rem;
}
.sec02 .sv_parts .upper .txtBox {
  width: calc(100% - 510px);
}
.sec02 .sv_parts .sub {
  padding: 0 0 0 2rem;
  font-size: 1.8rem;
}
.sec02 .sv_parts .sub::before {
  width: 12px;
  height: 12px;
}
.sec02 .sv_parts .sv_ttl {
  font-size: 5.4rem;
}
.sec02 .sv_parts .cc {
  font-size: 3rem;
}
.sec02 .sv_parts .btnBox {
  margin: 5rem 0 0;
}
.sec02 .sv_parts .btnBox > div {
  width: 370px;
}
.sec02 .sv_parts .btnBox > div a {
  padding: 2.5rem 5rem 2.5rem 5rem;
  font-size: 1.8rem;
}
.sec02 .sv_parts .btnBox .btn-internal a::after {
	right: 20px;
	width: 24px;
	height: 24px;
}
.sec02 .sv_parts .btnBox .btn-web a::after {
	right: 20px;
	width: 26px;
	height: 24px;
}

@media screen and (max-width: 768px) {
  .sec02 {
    margin: -15rem 0 0;
    padding: 20rem 2rem 6rem;
  }

  .sec02 .sv_parts .eng {
    font-size: 9vw;
  }
  .sec02 .sv_parts .sv_parts_block {
    max-width: calc(100% + 2rem);
    margin: -3px -2rem 0 0;
    padding: 3rem 2rem 3rem;
  }
  .sec02 .sv_parts .upper .imgBox {
    width: 83%;
        margin: 0rem auto 0;
  }
  .sec02 .sv_parts .upper .txtBox {
    width: 100%;
  }
  .sec02 .sv_parts .sub {
    padding: 0 0 0 1.5rem;
    font-size: 1.3rem;
  }
  .sec02 .sv_parts .sub::before {
    width: 9px;
    height: 9px;
  }
  .sec02 .sv_parts .sv_ttl {
    font-size: 3rem;
  }
  .sec02 .sv_parts .cc {
    font-size: 1.8rem;
  }
  .sec02 .sv_parts .btnBox {
    margin: 2rem 0 0;
  }
  .sec02 .sv_parts .btnBox > div {
    width: 100%;
  }
  .sec02 .sv_parts .btnBox > div a {
    padding: 1.8rem 4rem 1.8rem 4rem;
    font-size: 1.5rem;
  }
  .sec02 .sv_parts .btnBox .btn-internal a::after {
    right: 15px;
    width: 17px;
    height: 17px;
  }
  .sec02 .sv_parts .btnBox .btn-web a::after {
    right: 15px;
    width: 16px;
    height: 14px;
  }
}



/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 {
  background: #F1F5FF;
  padding: 12rem 0 12rem;
}

.sec03 .sec_ttl {
  margin: 3rem 0 0;
}
.sec03 .sec_ttl .small {
  font-size: 2.8rem;
}


.sec03_upper {
  min-height: 460px;
  position: relative;
}
.sec03_upper .txtBox {
  max-width: 1100px;
  margin: auto;
}
.sec03_upper .txtBox_inner {
  max-width: 50%;
}
.sec03_upper .imgBox {
  position: absolute;
  top: 0;
  left: 55%;
  width: 45%;
}
.sec03_upper .imgBox img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}


.sec03 .ttlBox {
  max-width: 65%;
  padding: 4rem 4rem 4rem 0;
  position: relative;
  z-index: 0;
}
.sec03 .ttlBox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  min-width: 1100px;
  border: 3px solid #a6badd;
  border-left: none;
  z-index: -1;
}
.sec03 .ttlBox .eng {
  color: #a6c3de;
  font-size: 3.2rem;
}
.sec03 .ttlBox .ttl01 {
  margin: 1rem 0 0;
  font-size: 4.4rem;
}
.sec03 .ttlBox .note {
  margin: 1rem 0 0;
  font-size: 1.2rem;
}

.sec03 .btn-internal a {
  max-width: 490px;
  margin: 5rem auto 0;
}


.sec03_voice {
  margin: 8rem 0 0;
}
.sec03_voice .voice_block {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin: 6rem 0 19rem;
  position: relative;
}
.sec03_voice .voice_block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("img/deco_arrow01.png") left top no-repeat;
  background-size: contain;
  width: 60px;
  height: 80px;
  box-sizing: border-box;
}
.sec03_voice .voice_item {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
}
.sec03_voice .voice_item:nth-child(1) {
  margin: 14rem 0 0;
}
.sec03_voice .voice_item:nth-child(2) {
  margin: 7rem 0 0;
}
.sec03_voice .voice_ttl01 {
  padding: 0 0 0 2.5rem;
  font-size: 2.8rem;
  position: relative;
}
.sec03_voice .voice_ttl01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%) rotate(45deg);
	background: #fd8903;
  width: 15px;
  height: 15px;
  box-sizing: border-box; 
}
.sec03_voice .imgBox {
  margin: 2rem 0 0;
}
.sec03_voice .txtBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 0 0 4rem;
}
.sec03_voice .voice_item:nth-child(1) .txtBox {
  margin-bottom: -14rem;
}
.sec03_voice .voice_item:nth-child(2) .txtBox {
  margin-bottom: -7rem;
}
.sec03_voice .voice_ttl02 {
  display: inline;
  background: linear-gradient(transparent 0%, #005ec4 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 5px 1rem 5px 3rem;
  line-height: 2.2;
  font-size: 2rem;
  position: relative;
  top: -50px;
	color: #fff;
}
.sec03_voice .voice_ttl02 .cl-or {
  font-size: 2.3rem;
  color: #fff;
}
.sec03_voice .txt {
  margin: -3rem 0 0;
  padding: 0 3rem;
}


.sec03_data {
  margin: 10rem 0 0;
}
.sec03_data .data_block {
  margin: 12rem 0 0;
}
.sec03_data .data_table {
  background: none;
  margin: 0 0 0;
  border: none;
}
.sec03_data .data_table th {
  padding: 3rem 2rem;
  border-left: 4px solid #dadbe7;
  border-bottom: 4px solid #dadbe7;
}
.sec03_data .data_table td {
  padding: 3rem 2rem;
  border-left: 4px solid #dadbe7;
  border-bottom: 4px solid #dadbe7;
}
.sec03_data .data_table thead th {
  background: #fff;
  width: 36%;
  border-top: 4px solid #dadbe7;
}
.sec03_data .data_table thead th:first-child {
  background: none;
  width: 28%;
  border: none;
  border-bottom: 4px solid #dadbe7;
}
.sec03_data .data_table thead th:last-child {
  border-right: 4px solid #dadbe7;
}
.sec03_data .data_table thead .th01 {
  border-bottom: 4px solid #f16b04;
  position: relative;
}
.sec03_data .data_table thead .th02 {
  border-bottom: 4px solid #566fd5;
  position: relative;
}
.sec03_data .data_table thead .th01::after,
.sec03_data .data_table thead .th02::after {
  content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -12px;
	border: 12px solid transparent;
}
.sec03_data .data_table thead .th01::after {
	border-top: 20px solid #f16b04;
}
.sec03_data .data_table thead .th02::after {
	border-top: 20px solid #566fd5;
}
.sec03_data .data_table tbody td {
  background: #fff;
}
.sec03_data .data_table tbody td:last-child {
  border-right: 4px solid #dadbe7;
}
.sec03_data .data_table tbody .td01 {
/* border-bottom: 4px dotted #dadbe7; */

}

.sec03_data .data_table .t_txt01 {
  display: inline-block;
  background: #002c5c;
  padding: 5px 2rem;
  font-size: 2.4rem;
  position: relative;
  top: -50px;
}
.sec03_data .data_table .t_txt02 {
  margin: -3rem 0 0;
  font-size: 3rem;
}
.sec03_data .data_table .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.sec03_data .data_table .icon {
  width: 70px;
}
.sec03_data .data_table .t_txt03 {
  width: calc(100% - 70px);
  font-size: 2.8rem;
  text-align: left;
}
.sec03_data .data_table .t_txt04 {
  font-size: 3rem;
}
.sec03_data .data_table .t_txt04 .small {
  margin-right: 1rem;
  font-size: 2.4rem;
}
.sec03_data .data_table sub {
  margin-left: 5px;
  color: #7b8ea0;
  font-size: 1.4rem;
}

.sec03_data .note {
  margin: 2rem 0 0;
  color: #7b8ea0;
  font-size: 1.1rem;
}
.sec03_data .note a {
  color: #7b8ea0;
  text-decoration: underline;
}


.sec03_difference {
  margin: 5rem 0 0;
}
.sec03_difference .difference_block {
  background: #fff;
  padding: 4rem 6rem 4rem;
	border: 3px solid #dadbe7;

}
.sec03_difference .d_ttl {
  font-size: 2.2rem;
	padding: 0 0 0.4rem 1rem;
    border-left: 5px solid #ff9f2f;
}
.sec03_difference .txt {
  margin: 1.5rem 0 0;
  font-size: 1.8rem;
  font-weight: bold;
}

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

  .sec03 .sec_ttl {
    margin: 1.5rem 0 0;
  }
  .sec03 .sec_ttl .small {
    font-size: 1.6rem;
  }


  .sec03_upper {
    min-height: inherit;
  }
  .sec03_upper .txtBox {
    max-width: 100%;
  }
  .sec03_upper .txtBox_inner {
    max-width: 100%;
  }
  .sec03_upper .imgBox {
    display: none;
  }


  .sec03 .ttlBox {
    max-width: 100%;
    padding: 2rem 2rem 2rem 0;
  }
  .sec03 .ttlBox::after {
    min-width: 100%;
    border: 2px solid #a6badd;
    border-left: none;
  }
  .sec03 .ttlBox .eng {
    font-size: 5vw;
  }
  .sec03 .ttlBox .ttl01 {
    margin: 5px 0 0;
    font-size: 2.2rem;
  }
  .sec03 .ttlBox .note {
    font-size: 1.1rem;
  }

  .sec03 .btn-internal a {
    max-width: 100%;
    margin: 3rem 1.5rem 0;
  }


  .sec03_voice {
    margin: 4rem 0 0;
  }
  .sec03_voice .voice_block {
    display: block;
    gap: 0;
    margin: 3rem 0 0;
  }
  .sec03_voice .voice_block::before {
    display: block;
    position: relative;
    width: 30px;
    height: 40px;
    margin: 0 auto 2rem;
  }
  .sec03_voice .voice_item {
    width: 100%;
    margin: 0 0 3rem;
  }
  .sec03_voice .voice_item:nth-child(1) {
    margin: 0 0 3rem;
  }
  .sec03_voice .voice_item:nth-child(2) {
    margin: 0 0 3rem;
  }
  .sec03_voice .voice_ttl01 {
    padding: 0 0 0 2rem;
    font-size: 2.2rem;
  }
  .sec03_voice .voice_ttl01::before {
    width: 12px;
    height: 12px;
  }
  .sec03_voice .imgBox {
    margin: 1.5rem 0 0;
  }
  .sec03_voice .txtBox {
    display: block;
    padding: 0 0 3rem;
  }
  .sec03_voice .voice_item:nth-child(1) .txtBox {
    margin-bottom: 0;
  }
  .sec03_voice .voice_item:nth-child(2) .txtBox {
    margin-bottom: 0;
  }  
  .sec03_voice .voice_ttl02 {
    padding: 6px 1rem 5px 2rem;
    line-height: 2.2;
    font-size: 1.8rem;
    top: -30px;
  }
  .sec03_voice .txt {
    margin: -1rem 0 0;
    padding: 0 2rem;
  }

  
  .sec03_data {
    margin: 6rem 0 0;
  }
  .sec03_data .ttlBox {
  }
  .sec03_data .data_block {
    margin: 3rem 0 0;
  }
  .sec03_data .sp_txt {
    font-size: 1.5rem;
  }
  .sec03_data .table_wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: calc(100% + 2rem);
    margin: 0 0 0;
    padding: 3rem 2rem 0 2px;
  }
  .sec03_data .table_wrap::-webkit-scrollbar {
    display: none;
  }
  .sec03_data .data_table {
    display: table;
    min-width: 424px;
  }
  .sec03_data .data_table th {
    display: table-cell;
    padding: 1rem 0rem;
    border-left: 2px solid #dadbe7;
    border-bottom: 2px solid #dadbe7;
  }
  .sec03_data .data_table td {
    display: table-cell;
    padding: 1rem 1.2rem;
    border-left: 2px solid #dadbe7;
    border-bottom: 2px solid #dadbe7;
  }
  .sec03_data .data_table thead th {
    width: 37.5%;
    border-top: 2px solid #dadbe7;
  }
  .sec03_data .data_table thead th:first-child {
    width: 21%;
    border-bottom: 2px solid #dadbe7;
  }
  .sec03_data .data_table thead th:last-child {
    border-right: 2px solid #dadbe7;
  }
  .sec03_data .data_table thead .th01 {
    border-bottom: 2px solid #f16b04;
  }
  .sec03_data .data_table thead .th02 {
    border-bottom: 2px solid #566fd5;
  }
  .sec03_data .data_table thead .th01::after,
  .sec03_data .data_table thead .th02::after {
    margin-left: -6px;
    border: 6px solid transparent;
  }
  .sec03_data .data_table thead .th01::after {
    border-top: 10px solid #f16b04;
  }
  .sec03_data .data_table thead .th02::after {
    border-top: 10px solid #566fd5;
  }
  .sec03_data .data_table tbody td:last-child {
    border-right: 2px solid #dadbe7;
  }
  .sec03_data .data_table tbody .td01 {
/* border-bottom: 2px dotted #dadbe7; */
  }
	.sec03_data .data_table tbody tr:last-child td:last-child {
		border-bottom: 2px solid #dadbe7;
	}

  .sec03_data .data_table .t_txt01 {
    padding: 5px 1rem;
    font-size: 1.2rem;
    top: -30px;
  }
  .sec03_data .data_table .t_txt02 {
    margin: -2rem 0 0;
    font-size: 1.5rem;
  }
  .sec03_data .data_table .wrap {
    display: block;
    gap: 0;
  }
  .sec03_data .data_table .icon {
    width: 40px;
    margin: 0 auto 5px;
  }
  .sec03_data .data_table .t_txt03 {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
  }
  .sec03_data .data_table .t_txt04 {
    font-size: 1.5rem;
  }
  .sec03_data .data_table .t_txt04 .small {
    margin-right: 3px;
    font-size: 1.2rem;
  }
  .sec03_data .data_table sub {
    font-size: 1rem;
  }

  .sec03_data .note {
    margin: 1.5rem 0 0;
  }


  .sec03_difference {
    margin: 3rem 0 0;
  }
  .sec03_difference .difference_block {
    padding: 2.5rem 2rem 2.5rem;
	  border: 2px solid #dadbe7;

  }
  .sec03_difference .d_ttl {
    font-size: 1.8rem;
	  padding: 0 0 0.2rem 1rem;
  }
  .sec03_difference .txt {
    margin: 1.5rem 0 0;
    font-size: 1.6rem;
  }  
}



/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 {
  background: url("img/sec04_bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 8rem 0 12rem;
}

.sec04 .sec_ttl_wrap {
  text-align: center;
}
.sec04 .eng_ttl {
  color: rgba(255,255,255,0.35);
}
.sec04 .sec_ttl {
  margin: 1rem 0 0;
}
.sec04 .sec_ttl .small {
  font-size: 3.2rem;
}
.sec04 .sec_ttl .large {
  display: inline-block;
  padding: 0 0 3rem;
  position: relative;
  z-index: 0;
}
.sec04 .sec_ttl .large::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("img/deco_ttl.png") left top no-repeat;
  background-size: contain;
  width: 390px;
  height: 40px;
  box-sizing: border-box;
  z-index: -1;
}


.sec04_interview {
  margin: 6rem 0 0;
}

.sec04_interview .tabArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.sec04_interview .tabArea.bottom {
  display: none;
}
.sec04_interview .tabArea li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #002c5c;
  width: calc(100% / 4);
  height: 120px;
  padding: 2rem 1rem;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-bottom: none;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.sec04_interview .tabArea li:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.sec04_interview .tabArea .tab_txt {
  font-size: 2rem;
  font-weight: bold;
}
.sec04_interview .tabArea .tab_txt .large {
  font-size: 2.4rem;
  font-weight: bold;
}
.sec04_interview .tabArea li.active {
background: #fff;
color: #002d5c;
border: none;
border-top: 10px solid #ff9f2f;
transform: translateY(-3rem);
}
.sec04_interview .tabArea li.active::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -12px;
	border: 12px solid transparent;
	border-top: 18px solid #fff;
}
.sec04_interview .tabArea li.active .tab_txt {
  font-size: 2rem;
}
.sec04_interview .tabArea li.active .tab_txt .large {
  font-size: 2.7rem;
}

.sec04_interview .tabContentsWrap {
  background: #fff;
  padding: 0 0 8rem;
}
.sec04_interview .tabContents {
  display: none;
}
.sec04_interview .tabContents.show {
  display: block;
}

.sec04_interview .interview_ttl01 {
  padding: 4rem 6rem 4rem;
  font-size: 4rem;
  text-align: center;
  border-bottom: 2px solid #f0f0f0;
  position: relative;
  z-index: 0;
  overflow: visible;
}

.sec04_interview .interview_ttl01.t01::before {
	content: "01";
	font-family: 'Oswald';
	font-size: 78px;
	position: absolute;
	top: 50%;
	left: 19%;
	transform: translate(-50%, -50%);
	color: #f16b04;
	opacity: 0.15;
}

.sec04_interview .interview_ttl01.t02::before {
	content: "02";
	font-family: 'Oswald';
	font-size: 78px;
	position: absolute;
	top: 50%;
	left: 16.5%;
	transform: translate(-50%, -50%);
	color: #f16b04;
	opacity: 0.15;
}

.sec04_interview .interview_ttl01.t03::before {
	content: "03";
	font-family: 'Oswald';
	font-size: 78px;
	position: absolute;
	top: 50%;
	left: 18.5%;
	transform: translate(-50%, -50%);
	color: #f16b04;
	opacity: 0.15;
}

.sec04_interview .interview_ttl01.t04::before {
	content: "04";
	font-family: 'Oswald';
	font-size: 78px;
	position: absolute;
	top: 50%;
    left: 19.5%;
	transform: translate(-50%, -50%);
	color: #f16b04;
	opacity: 0.15;
}

.sec04_interview .interview_block {
    /* padding: 5rem 6rem 0; */
}


.sec04_interview .interview_item {
  display: flex;
  justify-content: space-between;
padding: 5rem 6rem 6rem;
    border-bottom: 2px solid #f0f0f0;

}
.sec04_interview .interview_item:last-child {
  margin: 0 0 0;
}
.sec04_interview .interview_item.rev {
  flex-direction: row-reverse;
}

.sec04_interview .imgBox_wrap {
  width: 330px;
}
.sec04_interview .imgBox {
  width: 330px;
}
.sec04_interview .name {
  margin: 1rem 0 0;
  font-size: 1.6rem;
  text-align: center;
}

.sec04_interview .txtBox {
  width: calc(100% - 380px);
}

.sec04_interview .sb span {
  display: inline-block;
  background: #005ec4;
  margin: 0 0 3rem;
  padding: 8px 2rem;
  font-size: 1.8rem;
  position: relative;
}
.sec04_interview .sb span::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
	border: 6px solid transparent;
	border-top: 10px solid #005ec4;
}

.sec04_interview .interview_ttl02 {
  font-size: 2.8rem;
}

.sec04_interview .txt {
  margin: 2rem 0 0;
}

.sec04_interview .btn-internal a {
  max-width: 550px;
  margin: 6rem auto 0;
}

@media screen and (max-width: 768px) {
  .sec04 {
    background: url("img/sec04_bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 6rem 2rem 6rem;
  }

  .sec04 .sec_ttl {
    margin: 5px 0 0;
  }
  .sec04 .sec_ttl .small {
    font-size: 1.8rem;
  }
  .sec04 .sec_ttl .large {
    padding: 0 0 1rem;
  }
  .sec04 .sec_ttl .large::after {
    width: 100%;
    height: 0;
    padding-top: calc(100%*40/390);
  }


  .sec04_interview {
    margin: 3rem 0 0;
  }

  .sec04_interview .tabArea {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .sec04_interview .tabArea.bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .sec04_interview .tabArea li {
    width: calc((100% / 2) - 5px);
    height: 75px;
    padding: 1.5rem 5px;
    border: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .sec04_interview .tabArea li:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
  .sec04_interview .tabArea .tab_txt {
    font-size: 3.4vw;
  }
  .sec04_interview .tabArea .tab_txt .large {
    font-size: 4.2vw;
  }
  .sec04_interview .tabArea li.active {
/*     margin: 0 0 1.5rem; */
    border-top: 5px solid #ff9f2f;
	transform: translateY(-0.5rem);
/* 	  transform: translateY(0); */
  }
  .sec04_interview .tabArea.bottom li.active {
    margin: 0 0 0;
    border-top: none;
    border-bottom: 5px solid #ff9f2f;
  }
  .sec04_interview .tabArea li.active::after {
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 10px solid #fff;
  }
  .sec04_interview .tabArea.bottom li.active::after {
    top: inherit;
    bottom: 100%;
    border: 6px solid transparent;
    border-bottom: 10px solid #fff;
  }
  .sec04_interview .tabArea li.active .tab_txt {
    font-size: 3.4vw;
  }
  .sec04_interview .tabArea li.active .tab_txt .large {
    font-size: 4.5vw
  }

  .sec04_interview .tabContentsWrap {
    margin: 1.5rem 0 1.5rem;
    padding: 0 0 5rem;
  }
  
  .sec04_interview .interview_ttl01 {
    padding: 2rem 2rem 2rem;
    font-size: 2.2rem;
    border-bottom: 1px solid #f0f0f0;
  }

  .sec04_interview .interview_block {
/* padding: 3rem 2rem 0; */
  }

  .sec04_interview .interview_item {
    display: block;
	  padding: 3rem 2rem 3rem;

  }

  .sec04_interview .imgBox_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .sec04_interview .imgBox_wrap .imgBox {
    width: 55%;
  }
  .sec04_interview .imgBox {
    width: 100%;
  }
  .sec04_interview .name {
    width: 40%;
    margin: 0 0 0;
    font-size: 1.4rem;
    text-align: left;
  }

  .sec04_interview .txtBox {
    width: 100%;
    margin: 2rem 0 0;
    position: relative;
  }

  .sec04_interview .sb {
    text-align: center;
  }
  .sec04_interview .sb span {
    margin: 0 0 2rem;
    padding: 5px 1rem;
    font-size: 1.2rem;
  }
  .sec04_interview .sb span::after {
    margin-left: -5px;
    border: 6px solid transparent;
    border-top: 8px solid #005ec4;

  }

  .sec04_interview .interview_ttl02 {
    font-size: 1.6rem;
  }

  .sec04_interview .txt {
    margin: 1.5rem 0 0;
  }

  .sec04_interview .btn-internal a {
    max-width: calc(100% - 2rem);
    margin: 3rem 1.4rem 0;
  }  
  
  .sec04_interview .acc_btn_top {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    max-width: 50%;
    margin: auto;
    padding: 8px 4rem;
    box-sizing: border-box;
    color: #0057b6;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
    border-radius: 100px;
    transition: all 0.4s;
    z-index: 2;
  }
  .sec04_interview .acc_btn_top::before,
  .sec04_interview .acc_btn_top::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    background: #0057b6;
    width: 12px;
    height: 1px;
    transition: all 0.4s;
  }
  .sec04_interview .acc_btn_top::after {
    transform: translate(0,-50%) rotate(90deg);
  }
  .sec04_interview .acc_btn_top.is-show::before {
    display: none;
  }
  .sec04_interview .acc_btn_top.is-show::after {
    transform: translate(0,-50%) rotate(180deg);
  }
  .sec04_interview .acc_btn_top span:before {
    content: "MORE";
    font-family: 'Oswald';
    line-height: 1;
  }
  .sec04_interview .acc_btn_top.is-show span:before {
    content: "CLOSE";
  }

  .sec04_interview .acc_box_top {
    overflow: hidden;
    position: relative;
  }
  .sec04_interview .acc_box_top.is-hide {
    height: 120px;
  }
  .sec04_interview .acc_box_top::before {
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
    width: 100%;
    height: 50px;
    transition: all 0.4s;
    z-index: 1;
  }
  .sec04_interview .acc_btn_top.is-show + .acc_box_top::before {
    background: none;
    height: auto;
  }
  .sec04_interview .txt_inner {
    padding: 0 0 3rem;
  }
}



/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 {
  background: #F1F5FF;
  padding: 12rem 0 12rem;
}

.sec05 .sec_ttl {
  margin: 3rem 0 0;
  line-height: 1.6;
}
.sec05 .sec_ttl span {
  display: inline-block;
  line-height: 1.6;
}
.sec05 .sec_ttl .small {
  font-size: 3.5rem;
}
.sec05 .sec_ttl .mark {
background: #005ec4;
    margin: 0 0.4rem 0rem 0.4rem;
    padding: 0.6rem 1rem 1rem 1rem;

  line-height: 1;
}
.sec05 .sec_ttl .num {
  margin-top: -3rem;
  font-size: 8.4rem;
}


.sec05_upper {
  min-height: 460px;
  position: relative;
}
.sec05_upper .txtBox {
  max-width: 1100px;
  margin: auto;
}
.sec05_upper .txtBox_inner {
  max-width: 50%;
}
.sec05_upper .imgBox {
  position: absolute;
  top: 0;
  left: 55%;
  width: 45%;
}
.sec05_upper .imgBox img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}


.sec05_career {
  margin: 15rem 0 0;
}

.sec05_career .career_item {
  margin: 0 0 16rem;
  counter-increment: numcount;
}

.career_item.career02 {
    margin: 0px 0 12rem;
    counter-increment: numcount;
}

.sec05_career .career_item:last-child {
  margin: 0 0 0;
}

.sec05_career .ttlBox.ta-c {
  text-align: center;
}
.sec05_career .ttlBox .eng {
  color: #005ec4;
  font-size: 1.8rem;
}

.career_item.career03 .career_ttl01::before {
    color: #ffeddc;
}

.sec05_career .career_ttl01 {
  display: inline-block;
  font-size: 4rem;
  position: relative;
  z-index: 0;
}
.sec05_career .career_ttl01::before {
	content: counter(numcount,decimal-leading-zero);
  position: absolute;
  top: -70px;
  left: -50px;
	color: #ffd9bc;
	font-size: 130px;
  font-family: 'Oswald';
  line-height: 1;
  z-index: -1;
}
.sec05_career .career02 .career_ttl01::before {
  left: -30px;
}

/*----- career01 -----*/
.career01 .career01_block {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
  margin: 6rem 0 0;
}
.career01 .career01_box {
/* width: calc(100% / 2); */
}
.career01 .ttl_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.career01 .ttl_wrap .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  margin-right: 3rem;
}
.career01 .ttl_wrap .icon img {
  display: block;
  width: 54px;
}
.career01 .career01_ttl {
  font-size: 3.2rem;
}
.career01 .imgBox {
  margin: 0rem 0 0;
}
.career01 .txtBox {
  width: 80%;
  margin: 4rem auto 0;
}
.career01 .txt {
  margin: 0 0 0;
}

/*----- career02 -----*/
.career02 .career02_block {
  margin: 6rem 0 0;
}
.career02 .career02_box {
  margin: 0 0 8rem;
}
.career02 .career02_box:last-child {
  margin: 0 0 0;
}
.career02 .career02_ttl {
  font-size: 3.2rem;
}
.career02 .career02_ttl.ta-c {
  text-align: center;
}

.career02 .career02_box01 .career02_ttl {
    font-size: 3rem;
    background-color: #fff;
    text-align: center;
    padding: 0.8rem;
}

.career02 .flexBox {
  display: flex;
  justify-content: space-between;
  margin: 4rem 0 0;
}
.career02 .career02_box01 .imgBox {
  width: 440px;
}
.career02 .career02_box02 .imgBox {
  width: 1100px;
  margin: 3rem auto 0;
	position: relative;
    z-index: 2;
}
.career02 .txtBox {
  width: calc(100% - 490px);
}
.career02 .txt {
  margin: 0 0 0;
}

/*----- career03 -----*/
.career03 .sb_box {
  background: #cad7ef;
  max-width: 660px;
  margin: 0rem auto 1.5rem;
    padding: 3rem 3rem 3rem;

  position: relative;
  z-index: 0;
}
.career03 .sb_box::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 20px solid #cad7ef;
}
.career03 .sb_box .eng {
  color: rgba(255,255,255,0.3);
  font-size: 5.2rem;
  text-align: right;
  position: relative;
  top: -5px;
  z-index: -1;
}

.sec05_career .career_item .eng {
    color: #005ec4;
    font-size: 1.8rem;
    text-align: center;
    padding: 0rem 0rem 1.5rem;
}



.career03 .sb_box .sb_cc {
  margin: -1.5rem 0 0;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.6;
}
.career03 .sb_box .sb_cc .mark {
  display: inline-block;
  background: #fff;
  margin: 0 5px;
  padding: 0.8rem 0.8rem 1rem;

  font-size: 3rem;
  line-height: 1;
}
.career03 .career03_block {
  background: #fff;
  margin: -4rem 0 0;
  padding: 8rem 6rem 8rem;
}
.career03 .flexBox {
  display: flex;
  justify-content: space-between;
}
.career03 .txtBox {
  width: calc(100% - 380px);
}
.career03 .txt {
  margin: 2rem 0 0;
}
.career03 .imgBox {
  width: 330px;
}

.career03 .btnBox {
  margin: 5rem 0 0;
}


.sec05_career .tabArea_sp {
  display: none;
}

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

  .sec05 .sec_ttl {
    margin: 1.5rem 0 0;
  }
  .sec05 .sec_ttl .small {
    font-size: 2rem;
  }
  .sec05 .sec_ttl .mark {
margin: 0 0.2rem;
        padding: 0.5rem 0.5rem 0.7rem;

  }
  .sec05 .sec_ttl .num {
    margin-top: -1.5rem;
    font-size: 4.8rem;
  }


  .sec05_upper {
    min-height: inherit;
  }
  .sec05_upper .txtBox {
    max-width: 100%;
  }
  .sec05_upper .txtBox_inner {
    max-width: 100%;
  }
  .sec05_upper .imgBox {
    display: none;
  }


  .sec05_career {
    margin: 4rem 0 0;
  }

  .sec05_career .career_item {
    margin: 0 0 6rem;
  }

  .sec05_career .ttlBox.ta-c {
    text-align: left;
  }
  .sec05_career .ttlBox .eng {
    margin: 0 0 0.5rem;
    font-size: 1.5rem;
    text-align: center;
	  padding: 0rem 0rem 0rem;

  }
  .sec05_career .career_ttl01 {
    display: block;
    padding: 0 0 0 6rem;
    font-size: 2rem;
  }
  .sec05_career .career_ttl01::before {
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    font-size: 5rem;
  }
  .sec05_career .career02 .career_ttl01::before {
    left: 0;
  }

  /*----- career01 -----*/
  .career01 .career01_block {
    display: block;
    gap: 0;
    margin: 2rem 0 0;
  }
  .career01 .career01_box {
    width: 100%;
  }
  .career01 .ttl_wrap {
    display: none;
  }
  .career01 .imgBox {
    margin: 0 0 0;
  }
  .career01 .txtBox {
    width: 100%;
    margin: 2rem auto 0;
  }

  /*----- career02 -----*/
  .career02 .career02_block {
    margin: 2rem 0 0;
  }
  .career02 .career02_box {
    margin: 0 0 0;
  }
  .career02 .career02_box:last-child {
    margin: 0 0 0;
  }
  .career02 .career02_ttl {
    display: none;
  }
  .career02 .flexBox {
    display: block;
    margin: 0 0 0;
  }
  .career02 .career02_box01 .imgBox {
    width: 100%;
  }
	


  .career02 .career02_box02 .imgBox {
    width: 100%;
    margin: 0 auto 0;
  }
  .career02 .txtBox {
    width: 100%;
    margin: 2rem 0 0;
  }

  /*----- career03 -----*/
  .career03 .sb_box {
    max-width: calc(100% - 4rem);
    margin: 0rem auto 0.5rem;
    padding: 1.8rem 1.5rem 1.8rem;

  }
  .career03 .sb_box::after {
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 10px solid #cad7ef;
  }
  .career03 .sb_box .eng {
    font-size: 6.7vw;
    top: -3px;
  }
	
	.sec05_career .career03 .eng {
    font-size: 1.5rem;
    padding: 0rem 0rem 0.5rem 0rem;
}
	
  .career03 .sb_box .sb_cc {
    margin: 0 0 0;
    font-size: 1.8rem;
  }
  .career03 .sb_box .sb_cc .mark {
    margin: 0 3px;
    padding: 0.6rem 0.8rem 0.7rem;

    font-size: 2.2rem;
  }
  .career03 .career03_block {
    margin: -3rem 0 0;
    padding: 5rem 2rem 4rem;
  }
  .career03 .flexBox {
    display: block;
  }
  .career03 .txtBox {
    width: 100%;
  }
  .career03 .txt {
    margin: 1.5rem 0 0;
  }
  .career03 .imgBox {
    width: 100%;
    margin: 2rem 0 0;
  }

  .career03 .btnBox {
    margin: 3rem 0 0;
  }
  

  .sec05_career .sp_txt {
    margin: 2rem 0 0;
    color: #969696;
    font-size: 1.2rem;
    text-align: center;
  }
  .sec05_career .tabArea_sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    margin: 2rem 0 0;
  }
  .sec05_career .tabArea_sp li {
    background: #fff;
    width: calc((100% / 2) - 3px);
    padding: 1.2rem 1rem;
    border: 2px solid #002c5c;
    text-align: center;
    position: relative;
  }
  .sec05_career .tabArea_sp li.active {
    background: #0057b6;
    padding: 1.4rem 1rem;
    color: #fff;
    border: 2px solid #0057b6;
  }
  .sec05_career .tabArea_sp li.active::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 12px solid #0057b6;
  }

  .sec05_career .career01 .tabArea_sp li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec05_career .career01 .tabArea_sp li .tab_txt {
    padding: 0 1rem 0 3.5rem;
    font-size: 3.6vw;
    font-weight: bold;
    position: relative;
  }
  .sec05_career .career01 .tabArea_sp li .tab_txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    background: url("img/sec05_career_icon01-nv.png") left top no-repeat;
    background-size: contain;
    width: 27px;
    height: 23px;
    box-sizing: border-box;
  }
  .sec05_career .career01 .tabArea_sp li:nth-child(1) .tab_txt::before {
    background: url("img/sec05_career_icon01-nv.png") left top no-repeat;
    background-size: contain;
  }
  .sec05_career .career01 .tabArea_sp li:nth-child(2) .tab_txt::before {
    background: url("img/sec05_career_icon02-nv.png") left top no-repeat;
    background-size: contain;
  }
  .sec05_career .career01 .tabArea_sp li:nth-child(1).active .tab_txt::before {
    background: url("img/sec05_career_icon01-wh.png") left top no-repeat;
    background-size: contain;
  }
  .sec05_career .career01 .tabArea_sp li:nth-child(2).active .tab_txt::before {
    background: url("img/sec05_career_icon02-wh.png") left top no-repeat;
    background-size: contain;
  }
  
  .sec05_career .career02 .tabArea_sp li .tab_txt {
    font-size: 4vw;
    font-weight: bold;
  }
  .sec05_career .career02 .tabArea_sp li.active .tab_txt {
    font-size: 4.3vw;
  }
  
  .sec05_career .tabContents_sp {
    display: none;
  }
  .sec05_career .tabContents_sp.show {
    display: block;
  }
}



/*--------------------------------------
　sec06
---------------------------------------*/
.sec06 {
  background: url("img/sec06_bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 4rem 0 12rem;
}

.sec06 .eng_ttl {
  color: rgba(255,255,255,0.15);
}
.sec06 .sec_ttl_box {
  padding: 0 0 0 2rem;
  border-left: 7px solid #ff9f2f;
}
.sec06 .sec_ttl .small {
  font-size: 4rem;
}
.sec06 .sec_ttl_box .note {
  margin: 1rem 0 0;
  font-size: 1.4rem;
}


.sec06 .sec_ttl_box .caption {
  color: #fff;
}

.sec06 .sec_ttl_box .caption a{
  color: #fff;
}

.sec06_recruit {
  margin: 6rem 0 0;
}

.sec06_recruit .recruit_block {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}

.sec06_recruit .recruit_item {
  background: #fff;
  width: calc(100% / 2);
  border: 4px solid #dcdae5;
}
.sec06_recruit .recruit_item:nth-child(2) {
  padding: 2rem 3rem 4rem;
}

.sec06_recruit table {
  height: 100%;
  margin: 0 0 0;
  border: none;
}
.sec06_recruit table th {
  width: 28%;
  padding: 1.5rem 1.5rem;
  font-size: 2.2rem;
  border-left: none;
	border-bottom: 4px solid #dadbe7;
}
.sec06_recruit table td {
  padding: 1.5rem 1.5rem;
  text-align: left;
  border-left: none;
	border-bottom: 4px solid #dadbe7;
}
.sec06_recruit table tr:last-child th {
	border-bottom: none;
}
.sec06_recruit table tr:last-child td {
	border-bottom: none;
}
.sec06_recruit table .t_txt {
  font-size: 1.6rem;
  font-weight: bold;
}
.sec06_recruit table .note {
  margin: 1rem 0 0;
  font-size: 1.2rem;
}
.sec06_recruit table .note.pl {
  padding: 0 0 0 2rem;
}
.sec06_recruit table .list li {
  margin: 0 0 1.5rem;
  padding: 0 0 0 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.sec06_recruit table .list li .large {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.sec06_recruit table .list li:last-child {
  margin: 0 0 0;
}
.sec06_recruit table .list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  transform: rotate(45deg);
	background: #a7b9ff;
  width: 10px;
  height: 10px;
  box-sizing: border-box; 
}

.sec06_recruit .recruit_ttl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec06_recruit .recruit_ttl {
  width: calc(100% - 85px);
  position: relative;
}
.sec06_recruit .recruit_ttl::after {
  content: "";
	position: absolute;
	top: 50%;
  right: -5px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 15px solid #005ec4;
}
.sec06_recruit .recruit_ttl span {
  display: inline;
  background: linear-gradient(transparent 0%, #005ec4 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 5px 5px;
  font-size: 2.2rem;
  line-height: 2.1;
}
.sec06_recruit .icon_instagram {
  width: 85px;
}

.sec06_recruit .imgBox {
  width: 330px;
  margin: 3rem auto 0;
}
.sec06_recruit .caption {
  text-align: center;
}

.sec06_recruit .txt {
  margin: 2rem 0 0;
}


.sec06_recruit .btn-web a {
  max-width: 560px;
  margin: 6rem auto 0;
}

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

  .sec06 .sec_ttl_box {
    padding: 0 0 0 1.5rem;
    border-left: 4px solid #ff9f2f;
  }
  .sec06 .sec_ttl .small {
    font-size: 2rem;
  }
  .sec06 .sec_ttl_box .note {
    margin: 5px 0 0;
    font-size: 1.2rem;
  }


  .sec06_recruit {
    margin: 3rem 0 0;
  }

  .sec06_recruit .recruit_block {
    display: block;
    gap: 0;
  }

  .sec06_recruit .recruit_item {
    width: 100%;
    border: 2px solid #dcdae5;
  }
  .sec06_recruit .recruit_item:nth-child(2) {
    padding: 2rem 1.5rem 4rem;
  }

  .sec06_recruit table {
    display: table;
    height: auto;
  }
  .sec06_recruit table th {
    display: table-cell;
    width: 24%;
        padding: 1.5rem 1rem;
    font-size: 1.4rem;
    border-bottom: 2px solid #dadbe7;
  }
  .sec06_recruit table td {
    display: table-cell;
    padding: 1.5rem 1.5rem;
    border-bottom: 2px solid #dadbe7;
  }
  .sec06_recruit table tr:last-child th {
    border-bottom: none;
  }
  .sec06_recruit table tr:last-child td {
    border-bottom: none;
  }
  .sec06_recruit table .t_txt {
    font-size: 1.2rem;
  }
  .sec06_recruit table .note {
    margin: 5px 0 0;
    font-size: 1rem;
  }
  .sec06_recruit table .note.pl {
    padding: 0 0 0 1.5rem;
  }
  .sec06_recruit table .list li {
    margin: 0 0 1rem;
    padding: 0 0 0 1.5rem;
    font-size: 1.2rem;
  }
  .sec06_recruit table .list li .large {
    margin: 0 0 5px;
    font-size: 1.3rem;
  }
  .sec06_recruit table .list li::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }

  .sec06_recruit .recruit_ttl {
    width: calc(100% - 50px);
  }
  .sec06_recruit .recruit_ttl::after {
    right: 5px;
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 10px solid #005ec4;
  }
  .sec06_recruit .recruit_ttl span {
    padding: 3px 3px;
    font-size: 3.6vw;
  }
  .sec06_recruit .icon_instagram {
    width: 50px;
  }

  .sec06_recruit .imgBox {
    width: 80%;
    margin: 2rem auto 0;
  }

  .sec06_recruit .txt {
    margin: 1.5rem 0 0;
  }


  .sec06_recruit .btn-web a {
    max-width: 100%;
    margin: 3rem 1.5rem 0;
  }
}



/*--------------------------------------
　sec07
---------------------------------------*/
.sec07 {
  background: #F1F5FF;
  padding: 12rem 0 28rem;
}

.sec07 .sec_ttl_wrap {
  text-align: center;
}
.sec07 .eng_ttl {
  margin: 0 0 -4rem;
  color: #d8e4f1;
}
.sec07 .sec_ttl .mark {
  display: inline-block;
  background: #005ec4;
  margin: 0 1rem;
  padding: 8px 1rem 1.2rem;
  line-height: 1;
}

.sec07 .lead {
  text-align: center;
}


.sec07_knowledge {
  margin: 6rem 0 0;
}

.sec07_knowledge .knowledge_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.sec07_knowledge .knowledge_item {
  width: calc((100% / 3) - 2rem);
}

.sec07_knowledge .knowledge_item a {
  display: block;
}

.sec07_knowledge .txtBox {
  background: #fff;
}

.sec07_knowledge .knowledge_ttl {
  display: table;   
  background: #005ec4;
  max-width: calc(100% - 3rem);
  margin: -2rem 0 0;
  padding: 1.5rem 2rem 1.5rem 3rem;
  font-size: 2rem;
  position: relative;
  z-index: 1;
}
.sec07_knowledge .knowledge_ttl span {
  display: table-cell;
  vertical-align: middle;
}
.sec07_knowledge .knowledge_ttl span::after {
	content: "";
  display: inline-block;
  background: url("img/arrow-wh01.png") left top no-repeat;
  background-size: contain;
	width: 18px;
	height: 17px;
  margin-left: 1rem;
  box-sizing: border-box;
}

.sec07_knowledge .txt {
  margin: 0 0 0;
  padding: 2rem 3rem 4rem;
}

.knowledge_more {
  display:none;
}
@media screen and (max-width: 768px) {
  .sec07 {
    padding: 4rem 2rem 12rem;
  }

  .sec07 .eng_ttl {
    margin: 0 0 -1rem;
  }
  .sec07 .sec_ttl .mark {
    margin: 0 5px;
    padding: 0.5rem 0.7rem 0.7rem;
  }

  .sec07 .lead {
    text-align: justify;
  }


  .sec07_knowledge {
    margin: 4rem 0 0;
  }

  .sec07_knowledge .knowledge_block {
    display: block;
    gap: 0;
  }

  .sec07_knowledge .knowledge_item {
    width: 100%;
    margin: 0 0 2rem;
  }
  .sec07_knowledge .knowledge_item:last-child {
    width: 100%;
    margin: 0 0 0;
  }

  .sec07_knowledge .knowledge_ttl {
    max-width: calc(100% - 1.5rem);
    margin: -1rem 0 0;
    padding: 1.2rem 1.5rem 1.2rem 2rem;
    font-size: 1.8rem;
  }
  .sec07_knowledge .knowledge_ttl span::after {
    width: 15px;
    height: 14px;
    margin-left: 8px;
  }

  .sec07_knowledge .txt {
    margin: 0 0 0;
    padding: 1.5rem 2rem 3rem;
  }  
  
  .acc_toggle_wrap {
    margin-top: 3rem;
    text-align: center;
  }
  .js-acc-toggle {
    display: inline-block;
    background: #fff;
    width: 60%;
    padding: 1.2rem 4rem;
    color: #0057b6;
    font-size: 1.8rem;
    border-radius: 100px;
    border: 2px solid #0057b6;
    position: relative;
  }  
  .js-acc-toggle::before,
  .js-acc-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    background: #0057b6;
    width: 12px;
    height: 2px;
    margin-top: -1px;
    transition: all 0.4s;
  }
  .js-acc-toggle::after {
    transform: rotate(90deg);
  }
  .js-acc-toggle.is-open::before {
    display: none;
  }
  .js-acc-toggle.is-open::after {
    transform: rotate(180deg);
  }  

}



/*--------------------------------------
　sec08
---------------------------------------*/
.sec08 {
  background: #fff;
  padding: 0 0 16rem;
}


.sec08_upper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.sec08_upper .sec_ttl_wrap {
  width: 55%;
  margin: -12rem 0 0;
  padding: 8rem 3rem 0 0;
  position: relative;
  z-index: 0;
}
.sec08_upper .sec_ttl_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  width: 100vw;
  height: 100%;
  min-width: 1100px;
  box-sizing: border-box;
  z-index: -1;
}

.sec08 .eng_ttl {
  margin: 0 0 -4rem;
  color: #d8e4f1;
}
.sec08 .sec_ttl {
  line-height: 1.6;
}
.sec08 .sec_ttl span {
  line-height: 1.6;
}
.sec08 .sec_ttl .small {
  font-size: 4.2rem;
}
.sec08 .sec_ttl .mark {
  display: inline-block;
  background: #005ec4;
  margin: 0 1rem;
  padding: 5px 1rem 1.5rem;
  line-height: 1;
}

.sec08_upper .lead {
  width: 42%;
}


.sec08_faq {
  margin: 8rem 0 0;
}

.sec08_faq .faq_block {
  display: flex;
  justify-content: space-between;
}

.sec08_faq .boxL {
  width: 400px;
  position: relative;
  overflow: hidden;
}

.sec08_faq .boxL .imgBox {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  width: 100%;
  height: 100%;
}
.sec08_faq .boxL .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec08_faq .boxL .imgBox.is-active {
  opacity: 1;
  z-index: 1;
}

.sec08_faq .boxR {
  width: calc(100% - 400px);
}

.sec08_faq .faq_item {
  border-bottom: 2px solid #dadbe7;
}
.sec08_faq .faq_item:nth-child(1) {
  border-top: 2px solid #dadbe7;
}

.sec08_faq .faq_item a {
  display: block;
  padding: 3rem 4rem 3rem 6rem;
}

.sec08_faq .faq_ttl {
  padding: 0 4rem 0 0;
  font-size: 2.6rem;
  position: relative;
}
.sec08_faq .faq_ttl::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow-bl02.png") left top no-repeat;
  background-size: contain;
	width: 25px;
	height: 24px;
  box-sizing: border-box;
}

.sec08_faq .txt {
  display: block;
  margin: 2rem 0 0;
}

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

  .sec08_upper {
    display: block;
  }

  .sec08_upper .sec_ttl_wrap {
    width: 100%;
    margin: 0 0 0;
    padding: 0 0 0 0;
  }
  .sec08_upper .sec_ttl_wrap::after {
    top: -40px;
    right: 50%;
    width: calc(50% + 2rem);
    height: 100%;
    min-width: 100%;
  }

  .sec08 .eng_ttl {
    margin: 0 0 -1rem;
  }
  .sec08 .sec_ttl .small {
    font-size: 2.2rem;
  }
  .sec08 .sec_ttl .mark {
    margin: 0 5px;
    padding: 0.5rem 0.7rem 0.7rem;

  }

  .sec08_upper .lead {
    width: 100%;
  }


  .sec08_faq {
    margin: 4rem 0 0;
  }

  .sec08_faq .faq_block {
    display: block;
  }

  .sec08_faq .boxL {
    display: none;
  }

  .sec08_faq .boxR {
    width: 100%;
  }

  .sec08_faq .faq_item {
    margin: 0 0 2rem;
    border: 2px solid #dadbe7;
  }
  .sec08_faq .faq_item:last-child {
    margin: 0 0 0;
  }
  .sec08_faq .faq_item:nth-child(1) {
    border: 2px solid #dadbe7;
  }

  .sec08_faq .faq_item a {
    display: block;
    padding: 0 0 0 0;
  }

  .sec08_faq .txtBox {
    background: #fff;
    padding: 2rem 2rem;
  }

  .sec08_faq .faq_ttl {
    padding: 0 2.5rem 0 0;
    font-size: 1.6rem;
  }
  .sec08_faq .faq_ttl::after {
    width: 15px;
    height: 14px;
  }

  .sec08_faq .txt {
    margin: 1.5rem 0 0;
  }
  .sec04_interview .interview_ttl01.t01::before,
  .sec04_interview .interview_ttl01.t02::before,
  .sec04_interview .interview_ttl01.t03::before,
  .sec04_interview .interview_ttl01.t04::before {
	display: none;
  }
}

.sec06_recruit .recruit_item.instagram .imgBox.instagram-embed {
  width: 100%;
  max-width: 540px;
  margin: 3rem auto 0;
}

.sec06_recruit .recruit_item.instagram .imgBox.instagram-embed .instagram-media {
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 540px !important;
}

.sec06_recruit .recruit_item.instagram .imgBox.instagram-embed-fixed {
width: 300px;
    height: 471px;
  overflow: hidden;
  background: #fff;
  position: relative;
  border: 1px solid rgb(219, 219, 219);
}

.sec06_recruit .instagram-embed-fixed .instagram-inner {
  height: 100%;
}

.sec06_recruit .instagram-embed-fixed .instagram-media {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 auto !important;
}

.Caption {
  display: none !important;
}

@media screen and (max-width: 768px) {
	.sec06_recruit .recruit_item.instagram .imgBox.instagram-embed-fixed {
		width: 100%;
/*         height: 400px; */
	}
}

