@charset "utf-8";
/*--------------------------------------
　toc_home
---------------------------------------*/
.toc_home {
  position: fixed;
  top: 100px;
  right: 0;
  background: #1a467b;
  width: 165px;
  padding: 1.5rem 1.5rem;
  border-radius: 16px 0 0 16px;
  z-index: 1;
}

.toc_home .toc_ttl {
  padding: 0 3rem;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.toc_home .toc_ttl::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: 20px;
  height: 20px;
  box-sizing: border-box;
  transition: all 0.4s;
}
.toc_home.open .toc_ttl::after {
  background: url("img/acc_close.png") left top no-repeat;
  background-size: contain;
}

.toc_home .toc_block {
  display: none;
}
.toc_home.open .toc_block {
  display: block;
}

.toc_home ul {
  margin: 1rem 0 0;
  padding: 1rem 0 0;
  border-top: 1px solid #fff;
}
.toc_home li {
  margin: 0 0 1rem 0;
	padding: 0 0 0 2rem;
  font-size: 1.2rem;
  overflow-wrap: break-word;
	position: relative;
	counter-increment: tochome;
}
.toc_home li:last-child {
	margin: 0 0 0 0;
}
.toc_home li::before {
	content: counter(tochome,decimal-leading-zero);
	position: absolute;
  top: 0;
  left: 0;
  color: #fff;
	font-size: 1.2rem;
  font-weight: 700;
}
.toc_home li a {
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .toc_home {
    top: 0;
    width: 35%;
    padding: 2rem 1rem;
    border-radius: 8px 0 0 8px;
  }

  .toc_home .toc_ttl {
    padding: 0 2rem;
    font-size: 1.6rem;
  }
  .toc_home .toc_ttl::after {
    width: 15px;
    height: 15px;
  }

  .toc_home .toc_block {
    display: none;
    max-height: calc(100dvh - 20rem);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .toc_home.open .toc_block {
    display: block;
  }
}



/*--------------------------------------
　MV
---------------------------------------*/
.mv_home {
  background: #fff url("img/mv_home_bg.png") center top -100px no-repeat;
  background-size: cover;
  width: 100%;
  padding: 5px 5px;
}

@media screen and (min-width: 769px) {
  .mv_home {
    height: calc(var(--dvh, 1dvh) * 100);
  }
}

.mv_home .mv_block {
  display: flex;
  justify-content: space-between;
}

.mv_home .mv_inner {
	/* max-width: 1700px; */
	margin: auto;
}
.mv_home .mv_imgWrap {
  max-width: clamp(140px, 25%, 260px);
  width: 100%;
  height: 100dvh;
  position: relative;
  z-index: 1;
}
.mv_home .mv_img {
  width: 100%;
  height: 33.33%;
  margin-bottom: 5px;
  overflow: hidden;
}
.mv_home .mv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
}
.mv_home .img_flex {
  display: flex;
  justify-content: space-between;
  height: 33.33%;
  margin-bottom: 5px;
}
.mv_home .img_flex .mv_img {
  width: calc(50% - 3px);
  height: 100%;
}

.mv_home .mv_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  max-width: clamp(870px, 50%, 100%);
  width: 100%;
  text-align: center;
}
.mv_home .logo {
  max-width: 250px;
  margin: auto;
}
.mv_home .eng {
  width: 500px;
  margin: 6dvh auto 0;
}
.mv_home .mv_ttl {
  margin: 4rem 0 0;
  font-size: clamp(2.4rem, 3.6vw, 9rem);
  line-height: 1;
}
.mv_home .mv_ttl .large {
  font-size: clamp(2.0rem, 5vw, 12rem);
}
.mv_home .mv_ttl .small {
  font-size: clamp(2.0rem, 3.0vw, 7rem);
}
.mv_home .mv_txt {
  margin: 5dvh 0 0;
  font-size: 1.6rem;
  line-height: 2;
}
.mv_home .operation {
  margin: 3rem 0 0;
  color: #666;
  font-size: 1.2rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .mv_home {
    background: #fff url("img/mv_home_bg_sp.png") center top 15% no-repeat;
    background-size: 100% auto;
    width: 100%;
    padding: 5px 5px;
    position: relative;
  }

  .mv_home .mv_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 155vw;
    gap: 0;
  }

  .mv_home .mv_imgWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    height: 90px;
  }
  .mv_home .mv_imgWrap01 {
    order: 3;
    position: absolute;
    width: 98%;
    bottom: 0;
    
  }
  .mv_home .mv_imgWrap02 {
    order: 1;
  }
  .mv_home .mv_img {
    width: calc(33.33% - 3px);
    height: 24vw;
    margin-bottom: 0;
  }
  .mv_home .mv_img img {
    border-radius: 4px;
  }
  .mv_home .img_flex {
    display: block;
    width: calc(33.33% - 3px);
    height: 24vw;
    margin-bottom: 0;
  }
  .mv_home .img_flex .mv_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .mv_home .img03,
  .mv_home .img06 {
     display: none;
  }

  .mv_home .mv_center {
    max-width: 100%;
    padding: 0 1.5rem 108px;
    order: 2;
    top: 0;
    position: relative;
    left: 0;
    width: auto;
    transform: none;
  }
  .mv_home .logo {
    max-width: 40%;
    padding-top: 0;
    height: auto;
  }
  .mv_home .eng {
    width: 65%;
    margin: 2rem auto 0;
  }
  .mv_home .mv_ttl {
    margin: 0 0 0;
    font-size: 2.4rem;
    font-size: 7vw;
  }
  .mv_home .mv_ttl .large {
    font-size: 3.2rem;
    font-size: 9vw;
  }
  .mv_home .mv_ttl .small {
    font-size: 1.6rem;
    font-size: 5vw;
  }
  .mv_home .mv_txt {
    margin: 2rem 0 0;
    font-size: 1.4rem;
    font-size: 3.5vw;
    text-align: justify;
    line-height: 1.8;
  }
  .mv_home .operation {
    margin: 1.5rem 0 0;
    font-size: 1rem;
    font-size: 3vw;
    text-align: justify;
    line-height: 1.8;
  }
}

@media screen and (max-width: 320px) {
  .mv_home .mv_block {
    height: calc(var(--dvh, 1dvh) * 90);
    position: relative;
  }
  
  .mv_home .logo {
    max-width: 35%;
    padding-top: calc(var(--dvh, 1dvh) * 9);
  }

  .mv_home .mv_ttl {
    font-size: 6vw;
  }
  .mv_home .mv_ttl .large {
    font-size: 8vw;
  }
  .mv_home .mv_ttl .small {
    font-size: 4vw;
  }
  
  .mv_home .mv_txt {
    margin: 1rem 0 0;
    font-size: 3vw;
  }
  .mv_home .operation {
    font-size: 2.5vw;
  }
}



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

.sec {
  background: #fff;
	width: 100%;
	min-width: 1000px;
	margin: auto;
	box-sizing: border-box;
  position: relative;
}

.sec .inner {
	max-width: 1000px;
	margin: auto;
	box-sizing: border-box;
  position: relative;
  z-index: 0;
}


.br30 {
  border-radius: 30px;
}
.br40 {
  border-radius: 40px;
}
.br50 {
  border-radius: 50px;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.contents_top {
		min-width: 100%;
	}
  
	.sec {
		min-width: 100%;
	}
  
	.sec .inner {
		max-width: 100%;
	}
  
  .br30 {
    border-radius: 15px;
  }
  .br40 {
    border-radius: 20px;
  }
  .br50 {
    border-radius: 25px;
  }
}


/*--------------------------------------
　Title
---------------------------------------*/
.eng_wrap {
  position: relative;
}
.eng_wrap::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,0);
  width: 100vw;
}
.eng_wrap.white::after {
  border-bottom: 1px solid #fff;
}
.eng_wrap.pink::after {
  border-bottom: 1px solid #d93682;
}
.eng_ttl {
  line-height: 1;
  margin: auto;
}

.main_ttl01 {
  margin: 3rem 0 0;
  text-align: center;
}
.main_ttl01 .m_ttl {
  font-size: 3.4rem;
	position: relative;
}
.main_ttl01 .m_ttl a::after {
	content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_03.png") left top no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
}
.main_ttl01 .m_ttl .fs44 {
  font-size: 4.4rem;
}
.main_ttl01 .m_ttl .fs50 {
  font-size: 5rem;
}
.main_ttl01 .m_ttl .fs52 {
  font-size: 5.2rem;
}
.main_ttl01 .m_ttl .fs56 {
  font-size: 5.6rem;
}
.main_ttl01 .m_ttl .fs60 {
  font-size: 6rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .main_ttl01 {
    margin: 2rem 0 0;
  }
  .main_ttl01 .m_ttl {
    font-size: 1.7rem;
  }
  .main_ttl01 .m_ttl .fs44 {
    font-size: 2.2rem;
  }
  .main_ttl01 .m_ttl .fs50 {
    font-size: 2.5rem;
  }
  .main_ttl01 .m_ttl .fs52 {
    font-size: 2.6rem;
  }
  .main_ttl01 .m_ttl .fs56 {
    font-size: 2.8rem;
  }
  .main_ttl01 .m_ttl .fs60 {
    font-size: 3rem;
  }
}





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

.txt {
	margin: 3rem 0 3rem;
	font-size: 1.4rem;
	text-align: justify;
	line-height: 2;
}

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

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

.sec p {
	margin: 0 0 0;
}

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

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

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



/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 {
  margin: 12rem 0 0;
  padding: 10rem 0 25rem;
  border-radius: 100px 100px 0 0;
  position: relative;
  overflow: hidden;
}
.sec01_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.sec01_bg .bg_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/bg01.jpg") center center no-repeat;
  background-size: cover;
}

.sec01 .eng_ttl {
  width: 180px;
}

.sec01 .lead {
  font-size: 1.8rem;
}


.teamwork {
  background: #fff;
  margin: 8rem 0 0;
  padding: 5rem 6rem 6rem;
}
.teamwork .teamwork_block {
  display: flex;
  justify-content: space-between;
}
.teamwork .txtBox {
  width: calc(100% - 280px);
}
.teamwork .cc01 {
  font-size: 4rem;
  line-height: 1.5;
}
.teamwork .cc01 .large {
  font-size: 4.8rem;
}
.teamwork .cc02 {
  margin: 1.5rem 0 0;
  font-size: 2.4rem;
  line-height: 1.5;
}
.teamwork .txt {
  margin: 2rem 0 0;
}
.teamwork .imgBox {
  width: 220px;
  margin: -7rem 0 0;
}
.teamwork .imgBox img {
  border-radius: 14px;
}
.teamwork .name {
  margin: 1rem 0 0;
  font-size: 1.4rem;
  text-align: center;
}
.teamwork .name .large {
  font-size: 1.6rem;
}

.teamwork .sv_parts {
  margin: 5rem 0 0;
}
.teamwork .sv_block .txtBox {
  width: calc(100% - 310px);
}
.teamwork .sv_parts .imgBox {
  width: 280px;
  margin: 0 0 0;
}
.teamwork .sv_parts .imgBox img {
  border-radius: 14px;
}


.sec01_block {
  background: #fff;
  margin: 12rem 0 0;
  padding: 6rem 6rem 8rem;
  border-radius: 50px 0 0 50px;
  position: relative;
  z-index: 0;
}
.sec01_block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  width: 100vw;
  height: 100%;
  z-index: -2;
}

.sec01_block .item {
  margin: 0 0 18rem;
  position: relative;
}
.sec01_block .item:last-child {
  margin: 0 0 0;
}

.sec01_block .eng {
  position: absolute;
  top: -100px;
  right: -200px;
  z-index: -1;
}
.sec01_block .item:nth-child(1) .eng {
  width: 610px;
}
.sec01_block .item:nth-child(2) .eng {
  width: 580px;
}
.sec01_block .item:nth-child(3) .eng {
  width: 770px;
}

.sec01_block .ttl01 {
  padding: 0 0 2rem;
  font-size: 4rem;
  border-bottom: 2px solid #c0c0c0;
}
.sec01_block .ttl01 .small {
  font-size: 2.8rem;
}
.sec01_block .ttl01 .large {
  font-size: 4.5rem;
}

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

.sec01_block .about_parts {
  background: #f7f7f7;
  margin: 7rem 0 0;
  padding: 1rem 5rem 4rem;
}
.about_parts .about_ttl {
  font-size: 2rem;
  position: relative;
  top: -35px;
}
.about_parts .about_ttl span {
  background: #d93682;
  padding: 8px 2rem;
  border-radius: 8px;
  position: relative;
}
.about_parts .about_ttl span::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 12px solid #d93682;
}
.about_parts .flex {
  display: flex;
  justify-content: space-between;
}
.about_parts .txtBox {
  width: calc(100% - 310px);
}
.about_parts .cc {
  font-size: 2rem;
}
.about_parts .imgBox {
  width: 270px;
}
.about_parts .imgBox img {
  border-radius: 10px;
}


.sec01 .link a {
	display: block;
	max-width: 440px;
	margin: 6rem auto 0;
	padding: 2rem 6rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	border-radius: 100px;
  border: 4px solid #fff;
	text-decoration: none!important;
	position: relative;
}
.sec01 .link a::after {
	content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
  background: url("img/arrow_04.png") left top no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}


/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec01 {
    margin: 3rem 0 0;
    padding: 6rem 1.5rem 14rem;
    border-radius: 50px 50px 0 0;
  }

  .sec01 .eng_ttl {
    width: 35%;
  }

  .sec01 .lead {
    font-size: 1.4rem;
  }


  .teamwork {
    margin: 4rem 0 0;
    padding: 3rem 2rem 3rem;
  }
  .teamwork .teamwork_block {
    display: block;
    justify-content: space-between;
  }
  .teamwork .txtBox {
    width: 100%;
  }
  .teamwork .cc01 {
    font-size: 2.4rem;
    text-align: center;
  }
  .teamwork .cc01 .large {
    font-size: 2.7rem;
  }
  .teamwork .cc02 {
    margin: 1rem 0 0;
    font-size: 1.7rem;
  }
  .teamwork .txt {
    margin: 1.5rem 0 0;
  }
  .teamwork .imgBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 2rem 0 0;
  }
  .teamwork .image {
    width: 50%;
  }
  .teamwork .name {
    width: 45%;
    margin: 0 0 0;
    text-align: left;
  }
  .teamwork .sv_parts {
    margin: 3rem 0 0;
  }
  .teamwork .sv_parts .txtBox {
    width: 100%;
  }
  .teamwork .sv_parts .imgBox {
    width: 100%;
    margin: 2rem 0 0;
  }
  .teamwork .sv_parts .image {
    width: 100%;
  }
  .teamwork .sv_parts .imgBox img {
    border-radius: 7px;
  }


  .sec01_block {
    margin: 6rem 0 0;
    padding: 3rem 2rem 4rem;
    border-radius: 25px 0 0 25px;
  }

  .sec01_block .item {
    margin: 0 0 10rem;
  }

  .sec01_block .eng {
    top: -50px;
    right: -35px;
  }
  .sec01_block .item:nth-child(1) .eng {
    width: 90%;
  }
  .sec01_block .item:nth-child(2) .eng {
    width: 85%;
  }
  .sec01_block .item:nth-child(3) .eng {
    width: 100%;
  }

  .sec01_block .ttl01 {
    padding: 0 0 1.5rem;
    font-size: 2.4rem;
    border-bottom: 1px solid #c0c0c0;
  }
  .sec01_block .ttl01 .small {
    font-size: 1.6rem;
  }
  .sec01_block .ttl01 .large {
    font-size: 2.7rem;
  }

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

  .sec01_block .about_parts {
    margin: 4rem 0 0;
    padding: 1rem 2rem 3rem;
  }
  .about_parts .about_ttl {
    font-size: 1.4rem;
    text-align: center;
    top: -25px;
  }
  .about_parts .about_ttl span {
    display: block;
    padding: 5px 1.0rem;
    border-radius: 4px;
  }
  .about_parts .about_ttl span::after {
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 10px solid #d93682;
  }
  .about_parts .flex {
    display: block;
  }
  .about_parts .txtBox {
    width: 100%;
  }
  .about_parts .cc {
    font-size: 1.7rem;
  }
  .about_parts .imgBox {
    width: 100%;
    margin: 2rem 0 0;
  }
  .about_parts .imgBox img {
    border-radius: 5px;
  }


  .sec01 .link a {
    max-width: 90%;
    margin: 3rem auto 0;
    padding: 1.8rem 4rem;
    font-size: 1.4rem;
    color: #0095d8;
    /* border: 2px solid #000; */
    background: #fff;
  }
  .sec01 .link a::after {
    right: 15px;
    background: url("img/arrow_04.png") left top no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
  }
}



/*--------------------------------------
　edit_dp
---------------------------------------*/
.edit_dp {
  margin: 10rem 0 0;
}

.edit_dp .edit_sub {
  display: inline-block;
  background: #1a467b;
  margin: 0 0 0 6rem;
  padding: 1rem 3rem 1rem 7rem;
  font-size: 2.2rem;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.edit_dp .edit_sub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0,-50%);
  background: url("img/icon_edit.png") left top no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
}
.edit_dp .edit_sub .large {
  font-size: 2.6rem;
}

.edit_dp .edit_dp_block {
  background: #fff;
  padding: 6rem 6rem 6rem;
  box-shadow: 0 0 50px 0 rgba(7,132,188,0.15);
}

.edit_dp .edit_dp_ttl {
  font-size: 2.8rem;
  line-height: 1.5;
}
.edit_dp .edit_dp_ttl .large {
  font-size: 3.4rem;
}

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

.edit_dp .sv_parts {
  margin: 7rem 0 0;
}
.edit_dp .sv_block .name {
  font-size: 1.7rem;
}
.edit_dp .sv_block .name .large {
  font-size: 2rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .edit_dp {
    margin: 5rem 0 0;
  }

  .edit_dp .edit_sub {
    margin: 0 0 0 2rem;
    padding: 8px 2rem 8px 4rem;
    font-size: 1.4rem;
    border-radius: 4px 4px 0 0;
  }
  .edit_dp .edit_sub::before {
    left: 15px;
    background: url("img/icon_edit.png") left top no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
  }
  .edit_dp .edit_sub .large {
    font-size: 1.7rem;
  }

  .edit_dp .edit_dp_block {
    padding: 3rem 2rem 3rem;
  }

  .edit_dp .edit_dp_ttl {
    font-size: 1.8rem;
  }
  .edit_dp .edit_dp_ttl .large {
    font-size: 2.3rem;
  }

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

  .edit_dp .sv_parts {
    margin: 4rem 0 0;
  }
  .edit_dp .sv_block .name {
    font-size: 1.4rem;
  }
  .edit_dp .sv_block .name .large {
    font-size: 1.8rem;
  }
}


  
/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 {
  background: -moz-linear-gradient(90deg, #e3ffff, #e1efff);
	background: -webkit-linear-gradient(90deg, #e3ffff, #e1efff);
	background: linear-gradient(90deg, #e3ffff, #e1efff);
  margin: -12rem 0 0;
  padding: 10rem 0 12rem;
  border-radius: 100px 100px 0 0;
  position: relative;
  z-index: 0;
}
.sec02::after {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  background: url("img/line_bg01.png") center center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 647px;
  box-sizing: border-box;
  z-index: -1;
}

.sec02 .eng_ttl {
  width: 180px;
}


.sec02_block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 8rem 0 0;
}

.sec02_block .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 250px;
  margin: 0 3.5rem 3rem 0;
  text-align: center;
  border-radius: 36px;
}
.sec02_block .item:nth-child(1) {
  background: url("img/sec02_01.jpg") center center no-repeat;
  background-size: cover;
}
.sec02_block .item:nth-child(2) {
  background: url("img/sec02_02.jpg") center center no-repeat;
  background-size: cover;
}
.sec02_block .item:nth-child(3) {
  background: url("img/sec02_03.jpg") center center no-repeat;
  background-size: cover;
  margin: 0 0 3rem 0;
}
.sec02_block .item:nth-child(4) {
  background: url("img/sec02_04.jpg") center center no-repeat;
  background-size: cover;
  margin: 0 3.5rem 0 0;
}
.sec02_block .item:nth-child(5) {
  background: url("img/sec02_05.jpg") center center no-repeat;
  background-size: cover;
  margin: 0 0 0 0;
}

.sec02_block .ttl01 {
  color: #fff;
  font-size: 2rem;
}
.sec02_block .ttl01 .large {
  font-size: 3rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec02 {
    margin: -6rem 0 0;
    padding: 6rem 1.5rem 6rem;
    border-radius: 50px 50px 0 0;
  }
  .sec02::after {
    top: 25%;
    background: url("img/line_bg01_sp.png") center center no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    padding-top: calc(100%*647/750);
  }

  .sec02 .eng_ttl {
    width: 35%;
  }


  .sec02_block {
    display: flex;
    justify-content: space-between;
    margin: 3rem 0 0;
  }

  .sec02_block .item {
    width: calc(50% - 5px);
    height: 0;
    margin: 0 0 1rem 0;
    padding-top: calc(50%*250/310);
    border-radius: 18px;
    position: relative;
  }
  .sec02_block .item:nth-child(3) {
    margin: 0 0 1rem 0;
  }
  .sec02_block .item:nth-child(4) {
    margin: 0 0 1rem 0;
  }
  .sec02_block .item:nth-child(5) {
    margin: 0 0 0 0;
  }

  .sec02_block .ttl01 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    font-size: 1.3rem;
  }
  .sec02_block .ttl01 .large {
    font-size: 1.5rem;
  }
}



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

.sec03 .eng_ttl {
  width: 160px;
}

.sec03 .lead {
  width: 880px;
  margin: 3rem auto 0!important;
}

.sec03_block {
  margin: 7rem 0 0;
  position: relative;
  z-index: 0;
}

.sec03_slide .slick-slide {
  width: 880px;
  margin: 0 2.5rem;
  position: relative;
}
.sec03_slide .item {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 4rem 5rem 4rem;
}
.sec03_slide .imgBox {
  width: 195px;
}
.sec03_slide .imgBox img {
  border-radius: 16px;
}
.sec03_slide .txtBox {
  width: calc(100% - 250px);
  display: flex;
  flex-direction: column;
}
.sec03_slide .cc {
  font-size: 2.6rem;
  order: 1;
}
.sec03_slide .txt {
  margin: 2rem 0 0;
  order: 3;
}
.sec03_slide .name {
  margin: 3rem 0 0;
  color: #1a467b;
  font-size: 1.7rem;
  text-align: left;
  order: 2;
}
.sec03_slide .name .large {
  font-size: 2rem;
}


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

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

/* arrow */
.slide-arrow {
	display: block;
	position: absolute;
	top: calc(50% - 24px);
  background: url("img/arrow_slick.png") left top no-repeat;
  background-size: contain;
	width: 48px;
	height: 48px;
  margin-top: -24px;
	cursor: pointer;
	z-index: 1;
}
.prev-arrow {
	left: 50%;
  margin-left: -465px;
}
.next-arrow {
	right: 50%;
  margin-right: -465px;
  transform: scale(-1, 1);
}

/* dots */
.slide-dots {
  text-align: center;
	margin: 3rem 0 0;
	padding: 0 0;
	font-size: 0;
}
.slide-dots li {
  display: inline-block;
  margin: 0 1rem;
}
.slide-dots li button {
	background: none;
	width: 9px;
	height: 9px;
	box-sizing: border-box;
  border: 1px solid #fff;
	border-radius: 50%;
  position: relative;
  text-indent: -9999px;
}
.slide-dots li.slick-active button {
  background: #fff;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec03 {
    background: url("img/bg02.jpg") center center no-repeat;
    background-size: cover;
    padding: 6rem 1.5rem 6rem;
  }

  .sec03 .eng_ttl {
    width: 35%;
  }

  .sec03 .lead {
    width: 100%;
    margin: 2rem auto 0!important;
  }

  .sec03_block {
    margin: 3rem 0 0;
  }

  .sec03_slide .slick-slide {
    width: 100%;
    margin: 0 1rem;
  }
  .sec03_slide .item {
    display: block;
    padding: 3rem 2rem 3rem;
  }
  .sec03_slide .imgBox {
    width: 50%;
  }
  .sec03_slide .imgBox img {
    border-radius: 8px;
  }
  .sec03_slide .txtBox {
    width: 100%;
    margin: 2rem 0 0;
  }
  .sec03_slide .cc {
    font-size: 1.7rem;
  }
  .sec03_slide .txt {
    margin: 1.5rem 0 0;
  }
  .sec03_slide .name {
    width: 45%;
    margin: 0 0 0;
    font-size: 1.4rem;
    text-align: left;
  }
  .sec03_slide .name .large {
    font-size: 1.7rem;
  }
  .sec03_slide .sp_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }


  /*----- slick -----*/
  /* arrow */
  .slide-arrow {
    top: calc(50% - 15px);
    background: url("img/arrow_slick.png") left top no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .prev-arrow {
    left: -10px;
    margin-left: 0;
  }
  .next-arrow {
    right: -10px;
    margin-right: 0;
  }

  /* dots */
  .slide-dots {
    margin: 2rem 0 0;
  }
  .slide-dots li {
    display: inline-block;
    margin: 0 8px;
  }
}



/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 {
  padding: 8rem 0 25rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.sec04::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("img/line_bg02.png") center center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 644px;
  box-sizing: border-box;
  z-index: -1;
}


.sec04_upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec04_upper .upperL {
  width: 380px;
  margin: 0 0 0 -10rem;
}
.sec04_upper .upperL img {
  border-radius: 30px;
}
.sec04_upper .upperR {
  width: calc(100% - 380px);
}

.sec04 .eng_ttl {
  width: 250px;
  margin: 0 0 0;
}
.sec04 .main_ttl01 {
  text-align: left;
}


.sec04_block {
  background: #f1fbff;
  margin: 8rem 0 0;
  padding: 8rem 0 8rem;
  border-radius: 30px 0 0 30px;
  position: relative;
  z-index: 0;
}
.sec04_block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  background: #f1fbff;
  width: 100vw;
  height: 100%;
  box-sizing: border-box;
  z-index: -1;
}

.sec04_block .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 6rem;
  position: relative;
  z-index: 0;
}
.sec04_block .item:last-child {
  padding: 0 0 0;
}
.sec04_block .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 84px;
  background: url("img/dot.png") left top repeat-y;
  background-size: contain;
  width: 12px;
  height: 100%;
  box-sizing: border-box;
  z-index: -1;
}
.sec04_block .item:last-child::after {
  display: none;
}

.sec04_block .time {
  background: #1a467b;
  padding: 1rem 1rem 1rem 6rem;
  width: 180px;
  font-size: 2.6rem;
  line-height: 1;
  border-radius: 0 100px 100px 0;
  position: relative;
}
.sec04_block .time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0,-50%);
  background: url("img/icon_time.png") left top no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
}

.sec04_block .txtBox {
  width: calc(100% - 240px);
}

.sec04_block .cc {
  font-size: 2.6rem;
}

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

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec04 {
    padding: 6rem 1.5rem 14rem;
  }
  .sec04::after {
    background: url("img/line_bg02_sp.png") center center no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    padding-top: calc(100%*478/750);
  }


  .sec04_upper {
    display: block;
  }
  .sec04_upper .upperL {
    width: 100%;
    margin: 0 0 0 0;
    display: none;
  }
  .sec04_upper .upperR {
    width: 100%;
  }
  
  .sec04 .eng_wrap::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
    width: 100vw;
    border-bottom: 1px solid #d93682;
  }
  .sec04 .eng_ttl {
    width: 50%;
    margin: 0 auto 0;
  }
  .sec04 .main_ttl01 {
    text-align: center;
  }


  .sec04_block {
    margin: 4rem 0 0;
    padding: 4rem 0 4rem;
    border-radius: 15px 0 0 15px;
  }

  .sec04_block .item {
    padding: 0 0 3rem;
  }
  .sec04_block .item::after {
    left: 42px;
    background: url("img/dot.png") left top repeat-y;
    background-size: contain;
    width: 6px;
    height: 100%;
  }

  .sec04_block .time {
    padding: 8px 1rem 8px 4rem;
    width: 95px;
    font-size: 1.2rem;
  }
  .sec04_block .time::before {
    left: 10px;
    background: url("img/icon_time.png") left top no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  .sec04_block .txtBox {
    width: calc(100% - 110px);
  }

  .sec04_block .cc {
    font-size: 1.6rem;
  }

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



/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 {
  background: #f7f7f7;
  margin: -12rem 0 0;
  padding: 10rem 0 25rem;
  border-radius: 100px 100px 0 0;
  position: relative;
  z-index: 0;
}
.sec05::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("img/line_bg02.png") center center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 644px;
  box-sizing: border-box;
  z-index: -1;
}

.sec05 .eng_ttl {
  width: 200px;
}


.sec05_block {
  margin: 8rem 0 0;
}

.sec05_block .item {
  background: #fff;
  margin: 0 0 3rem;
  padding: 5rem 6rem 5rem;
}
.sec05_block .item:last-child {
  margin: 0 0 0;
}

.sec05_block .q_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sec05_block .q_txt {
  width: calc(100% - 200px);
  padding: 0 0 0 8rem;
  position: relative;
}
.sec05_block .q_txt::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  background: url("img/icon_q.png") left top no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}

.sec05_block .acc {
  background: #1a467b;
  width: 170px;
  padding: 8px 1rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
}
.sec05_block .acc::before,
.sec05_block .acc::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	background: #fff;
	width: 15px;
	height: 2px;
	margin-top: -1px;
	transition: all 0.4s;
}
.sec05_block .acc::after {
	transform: rotate(90deg);
}
.sec05_block .q_box.open .acc::before {
  display: none;
}
.sec05_block .q_box.open .acc::after {
  transform: rotate(180deg);
}
.sec05_block .acc span::before {
	content: "詳しく見る";
}
.sec05_block .q_box.open .acc span::before {
	content: "閉じる";
}

.sec05_block .ttl01 {
  font-size: 2.8rem;
}
.sec05_block .ttl01 .large {
  font-size: 3.4rem;
}
.sec05_block .ttl01 a {
  display: inline-block;
  padding: 0 4rem 0 0;
  position: relative;
}
.sec05_block .ttl01 a::after {
	content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_03.png") left top no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
}

.sec05_block .a_box {
  display: none;
  margin: 2rem 0 0;
  padding: 3rem 0 0;
  border-top: 1px solid #c0c0c0;
}
.sec05_block .a_box.show {
  display: block;
}

.sec05_block .a_txt {
  padding: 0 0 0 5rem;
  font-size: 2rem;
  position: relative;
}
.sec05_block .a_txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("img/icon_a.png") left top no-repeat;
  background-size: contain;
  width: 34px;
  height: 28px;
  box-sizing: border-box;
}
.sec05_block .txt {
  margin: 2rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec05 {
    margin: -6rem 0 0;
    padding: 6rem 1.5rem 14rem;
    border-radius: 50px 50px 0 0;
  }
  .sec05::after {
    background: url("img/line_bg02_sp.png") center center no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    padding-top: calc(100%*478/750);
  }

  .sec05 .eng_ttl {
    width: 42%;
  }


  .sec05_block {
    margin: 4rem 0 0;
  }

  .sec05_block .item {
    margin: 0 0 4rem;
    padding: 3rem 2rem 0.5rem;
  }

  .sec05_block .q_box {
    display: block;
  }

  .sec05_block .q_txt {
    width: 100%;
    padding: 0 0 0 4.5rem;
  }
  .sec05_block .q_txt::before {
    top: -4px;
    background: url("img/icon_q.png") left top no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
  }

  .sec05_block .acc {
    width: 55%;
    margin: 10px auto 0;
    padding: 8px 1rem;
    font-size: 1.4rem;
    position: relative;
    bottom: -20px;
  }
  .sec05_block .acc::before,
  .sec05_block .acc::after {
    right: 10px;
    width: 12px;
    height: 1px;
  }

  .sec05_block .ttl01 {
    font-size: 1.6rem;
  }
  .sec05_block .ttl01 .large {
    font-size: 2rem;
  }
  .sec05_block .ttl01 a {
    padding: 0 2.5rem 0 0;
  }
  .sec05_block .ttl01 a::after {
    background: url("img/arrow_03.png") left top no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
  }

  .sec05_block .a_box {
    margin: 0 0 0;
    padding: 3rem 0 3rem;
  }

  .sec05_block .a_txt {
    padding: 0 0 0 3.5rem;
    font-size: 1.6rem;
  }
  .sec05_block .a_txt::before {
    background: url("img/icon_a.png") left top no-repeat;
    background-size: contain;
    width: 24px;
    height: 20px;
  }
  .sec05_block .txt {
    margin: 1.5rem 0 0;
  }
}



/*--------------------------------------
　sec06
---------------------------------------*/
.sec06  {
  background: #fff;
  margin: -12rem 0 0;
  padding: 10rem 0 25rem;
  border-radius: 100px 100px 0 0;
}

.sec06 .eng_ttl {
  width: 160px;
}


.question {
  margin: 10rem 0 0;
}
.strengths {
  margin: 12rem 0 0;
}

.sec06_block .ttl01_wrap {
  background: #1a467b;
  padding: 3rem 3rem 3rem 0;
  border-radius: 0 40px 40px 0;
  position: relative;
  z-index: 0;
}
.sec06_block .ttl01_wrap::after {
	content: "";
  position: absolute;
  top: 0;
  right: 100%;
  background: #1a467b;
  width: 100vw;
  height: 100%;
  box-sizing: border-box;
  z-index: -1;
}
.sec06_block .ttl01_wrap::before {
	content: "";
  position: absolute;
  left: 0;
  box-sizing: border-box;
  z-index: -1;
}
.question .ttl01_wrap::before {
  bottom: calc(100% - 4px);
  background: url("img/eng_question.png") left top no-repeat;
  background-size: contain;
  width: 220px;
  height: 28px;
}
.strengths .ttl01_wrap::before {
  bottom: calc(100% - 2px);
  background: url("img/eng_strengths.png") left top no-repeat;
  background-size: contain;
  width: 260px;
  height: 26px;
}

.sec06_block .ttl01 {
  font-size: 2.6rem;
  color: #fff;
}
.sec06_block .ttl01 .large {
  font-size: 4rem;
}
.sec06_block .ttl01 a {
  display: inline-block;
  padding: 0 5rem 0 0;
  color: #fff;
  position: relative;
}
.sec06_block .ttl01 a::after {
	content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_02.png") left top no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
}

.question .item_wrap {
	margin: 6rem 0 0;
}
.question .item {
  display: flex;
  justify-content: space-between;
  background: #fff;
  width: 860px;
  margin: 0 0 3rem;
  padding: 5rem 6rem 5rem;
  box-shadow: 0 0 50px 0 rgba(7,132,188,0.15);
}
.question .item:nth-child(2) {
  margin: 0 auto 3rem auto;
}
.question .item:nth-child(3) {
  margin: 0 0 0 auto;
}
.question .imgBox {
  width: 290px;
}
.question .imgBox img {
  border-radius: 20px;
}
.question .txtBox {
  width: calc(100% - 340px);
}
.question .ttl02 {
  color: #1a467b;
  font-size: 2.6rem;
}
.question .cc {
  margin: 3rem 0 0;
  font-size: 1.8rem;
}
.question .txt {
  margin: 2rem 0 0;
}

.strengths .item_wrap {
	margin: 8rem 0 0;
}
.strengths .item {
  background: #e9f8ff;
  margin: 0 0 10rem;
  padding: 6rem 6rem 6rem;
  position: relative;
}
.strengths .item:last-child {
  margin: 0 0 0;
}
.strengths .num {
  position: absolute;
  top: -35px;
  left: 60px;
  width: 160px;
}
.strengths .ttl02 {
  font-size: 2.6rem;
}
.strengths .ttl02 .large {
  font-size: 3rem;
}
.strengths .txt {
  margin: 1rem 0;
}
.strengths_upper {
  display: flex;
  justify-content: space-between;
}
.strengths_upper .imgBox {
  width: 350px;
}
.strengths_upper .txtBox {
  width: calc(100% - 390px);
}
.strengths_upper .imgBox img {
  border-radius: 12px;
}

.voice_parts {
  margin: 4rem 0 0;
}
.voice_parts .v_ttl {
  padding: 0 0 1.5rem;
  color: #1a467b;
  font-size: 2.6rem;
  border-bottom: 2px solid #fff;
  position: relative;
  z-index: 0;
}
.voice_parts .v_ttl::after {
	content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("img/eng_voice.png") left top no-repeat;
  background-size: contain;
  width: 300px;
  height: 56px;
  box-sizing: border-box;
  z-index: -1;
}
.voice_parts .voice_box {
  margin: 4rem 0 0;
}
.voice_parts .voice_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2rem;
}
.voice_parts .voice_item:last-child {
  margin: 0 0 0;
}
.voice_parts .imgBox {
  width: 170px;
}
.voice_parts .sbBox {
  background: #fff;
  width: calc(100% - 210px);
  padding: 1rem 4rem;
  border-radius: 20px;
  position: relative;
}
.voice_parts .sbBox::before {
  content: "";
  position: absolute;
  top: 40px;
	right: 100%;
  border: 12px solid transparent;
  border-right: 22px solid #fff;
  z-index: 2;
}
.voice_parts .cc {
  font-size: 1.8rem;
}
.voice_parts .age {
  margin: 2rem 0 0;
  font-size: 1.4rem;
  text-align: right;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec06  {
    margin: -6rem 0 0;
    padding: 6rem 1.5rem 14rem;
    border-radius: 50px 50px 0 0;
  }

  .sec06 .eng_ttl {
    width: 35%;
  }


  .question {
    margin: 5rem 0 0;
  }
  .strengths {
    margin: 7rem 0 0;
  }

  .sec06_block .ttl01_wrap {
    padding: 2rem 2rem 2rem 0;
    border-radius: 0 20px 20px 0;
  }
  .question .ttl01_wrap::before {
    bottom: calc(100% - 3px);
    background: url("img/eng_question.png") left top no-repeat;
    background-size: contain;
    width: 45%;
    height: 0;
	  padding-top: calc(55%*28/220);
  }
  .strengths .ttl01_wrap::before {
    bottom: calc(100% - 1px);
    background: url("img/eng_strengths.png") left top no-repeat;
    background-size: contain;
    width: 55%;
    height: 0;
	  padding-top: calc(65%*26/260);
  }

  .sec06_block .ttl01 {
    font-size: 1.4rem;
  }
  .sec06_block .ttl01 .large {
    font-size: 2.2rem;
  }
  .sec06_block .ttl01 a {
    padding: 0 3rem 0 0;
  }
  .sec06_block .ttl01 a::after {
    background: url("img/arrow_02.png") left top no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    right: -1.5rem;
  }

  .question .item_wrap {
    margin: 3rem 0 0;
  }
  .question .item {
    display: block;
    width: 100%;
    margin: 0 0 2rem;
    padding: 3rem 2rem 3rem;
  }
  .question .item:nth-child(2) {
    margin: 0 0 2rem;
  }
  .question .item:nth-child(3) {
    margin: 0 0 2rem;
  }
  .question .item:last-child {
    margin: 0 0 0;
  }
  .question .imgBox {
    width: 100%;
    margin: 2rem 0 0;
  }
  .question .imgBox img {
    border-radius: 10px;
  }
  .question .txtBox {
    width: 100%;
  }
  .question .ttl02 {
    font-size: 2rem;
  }
  .question .cc {
    margin: 2rem 0 0;
    font-size: 1.7rem;
  }
  .question .txt {
    margin: 1.5rem 0 0;
  }

  .strengths .item_wrap {
    margin: 4rem 0 0;
  }
  .strengths .item {
    margin: 0 0 4rem;
    padding: 3rem 2rem 3rem;
  }
  .strengths .num {
    top: -15px;
    left: 20px;
    width: 20%;
  }
  .strengths .ttl02 {
    font-size: 1.8rem;
  }
  .strengths .ttl02 .large {
    font-size: 2.6rem;
  }
  .strengths .txt {
    margin: 1.5rem 0 0;
  }
  .strengths_upper {
    display: block;
  }
  .strengths_upper .imgBox {
    width: 100%;
    margin: 2REM 0 0;
  }
  .strengths_upper .txtBox {
    width: 100%;
  }
  .strengths_upper .imgBox img {
    border-radius: 6px;
  }

  .voice_parts {
    margin: 3rem 0 0;
  }
  .voice_parts .v_ttl {
    padding: 0 0 5px;
    font-size: 1.9rem;
    border-bottom: 1px solid #fff;
  }
  .voice_parts .v_ttl::after {
    background: url("img/eng_voice.png") left top no-repeat;
    background-size: contain;
    width: 45%;
    height: 0;
    padding-top: calc(45%*56/300);
  }
  .voice_parts .voice_box {
    margin: 2rem 0 0;
  }
  .voice_parts .voice_item {
    display: block;
    margin: 0 0 1.5rem;
  }
  .voice_parts .imgBox {
    width: 40%;
  }
  .voice_parts .sbBox {
    width: 100%;
    padding: 3rem 2rem 3rem;
    border-radius: 10px;
  }
  .voice_parts .sbBox::before {
    display: none;
  }
  .voice_parts .cc {
    width: 65%;
    font-size: 1.7rem;
  }
  .voice_parts .age {
    margin: 1.5rem 0 0;
  }
  .voice_parts .sp_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}



/*--------------------------------------
　sec07
---------------------------------------*/
.sec07 {
  background: -moz-linear-gradient(90deg, #e3ffff, #e1efff);
	background: -webkit-linear-gradient(90deg, #e3ffff, #e1efff);
	background: linear-gradient(90deg, #e3ffff, #e1efff);
  margin: -12rem 0 0;
  padding: 10rem 0 0;
  border-radius: 100px 100px 0 0;
  position: relative;
  z-index: 0;
}

.sec07_inner {
  position: relative;
  z-index: 0;
}
.sec07_inner::after {
  content: "";
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
  background: url("img/line_bg01.png") center center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 647px;
  box-sizing: border-box;
  z-index: -1;
}

.sec07 .eng_ttl {
  width: 160px;
}


.sec07_block {
  margin: 10rem 0 0;
}

.sec07_block .ttl01_wrap {
  background: #1a467b;
  padding: 4rem 3rem 4rem 0;
  border-radius: 0 40px 40px 0;
  position: relative;
  z-index: 0;
}
.sec07_block .ttl01_wrap::after {
	content: "";
  position: absolute;
  top: 0;
  right: 100%;
  background: #1a467b;
  width: 100vw;
  height: 100%;
  box-sizing: border-box;
  z-index: -1;
}
.sec07_block .ttl01_wrap::before {
	content: "";
  position: absolute;
  left: 0;
  bottom: calc(100% - 2px);
  background: url("img/eng_careerpath.png") left top no-repeat;
  background-size: contain;
  width: 290px;
  height: 24px;
  box-sizing: border-box;
  z-index: -1;
}

.sec07_block .ttl01 {
  font-size: 3.4rem;
}

.sec07_block .item_wrap {
  margin: 5rem 0 0;
}

.sec07_block .item {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin: 0 0 4rem;
  padding: 5rem 6rem 5rem;
  position: relative;
}
.sec07_block .item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: url("img/arrow_box.png") left top no-repeat;
  background-size: contain;
  width: 54px;
  height: 32px;
  margin: auto;
  box-sizing: border-box;
}
.sec07_block .item:last-child::after  {
  display: none;
}
.sec07_block .item:last-child {
  margin: 0 0 0;
}

.sec07_block .txtBox {
  width: calc(100% - 400px);
}

.sec07_block .ttl02_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sec07_block .eng {
  display: flex;
  align-items: center;
  width: 165px;
  margin: 0 0 0 -6rem;
  padding: 1rem 0 1rem 6rem;
  border-radius: 0 100px 100px 0;
}
.sec07_block .item:nth-child(1) .eng {
  background: #1a467b;
}
.sec07_block .item:nth-child(2) .eng {
  background: #1962ba;
}
.sec07_block .item:nth-child(3) .eng {
  background: #0e8bd3;
}
.sec07_block .item:nth-child(4) .eng {
  background: #00a3ec;
}
.sec07_block .eng img {
  width: 80px;
}

.sec07_block .ttl02 {
  width: calc(100% -  120px);
  font-size: 2.6rem;
}

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

.sec07_block .imgBox {
  width: 350px;
}
.sec07_block .imgBox img {
  border-radius: 20px;
}


.sec07 .edit_parts {
  max-width: 1000px;
  margin: 15rem auto 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec07 {
    margin: -6rem 0 0;
    padding: 6rem 0 0;
    border-radius: 50px 50px 0 0;
  }

  .sec07_inner {
    padding: 0 1.5rem;
  }
  .sec07_inner::after {
    top: -80px;
    background: url("img/line_bg01_sp.png") center center no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    padding-top: calc(100%*647/750);
  }

  .sec07 .eng_ttl {
    width: 35%;
  }


  .sec07_block {
    margin: 5rem 0 0;
  }

  .sec07_block .ttl01_wrap {
    padding: 2rem 2rem 2rem 0;
    border-radius: 0 20px 20px 0;
  }
  .sec07_block .ttl01_wrap::before {
    bottom: calc(100% - 1px);
    background: url("img/eng_careerpath.png") left top no-repeat;
    background-size: contain;
    width: 45%;
    height: 0;
    padding-top: calc(55%*24/290);
  }

  .sec07_block .ttl01 {
    font-size: 2.2rem;
  }

  .sec07_block .item_wrap {
    margin: 3rem 0 0;
  }

  .sec07_block .item {
    display: block;
    margin: 0 0 3rem;
    padding: 3rem 2rem 3rem;
  }
  .sec07_block .item::after {
    background: url("img/arrow_box.png") left top no-repeat;
    background-size: contain;
    width: 32px;
    height: 19px;
  }

  .sec07_block .txtBox {
    width: 100%;
  }

  .sec07_block .eng {
    width: 32%;
    margin: 0 0 0 -2rem;
    padding: 8px 0 8px 2rem;
  }
  .sec07_block .item:nth-child(1) .eng {
    background: #1a467b;
  }
  .sec07_block .item:nth-child(2) .eng {
    background: #1962ba;
  }
  .sec07_block .item:nth-child(3) .eng {
    background: #0e8bd3;
  }
  .sec07_block .item:nth-child(4) .eng {
    background: #00a3ec;
  }
  .sec07_block .eng img {
    width: 70%;
  }

  .sec07_block .ttl02 {
    width: calc(68% + 1rem);
    font-size: 1.7rem;
  }

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

  .sec07_block .imgBox {
    width: 100%;
    margin: 2rem 0 0;
  }
  .sec07_block .imgBox img {
    border-radius: 10px;
  }


  .sec07 .edit_parts {
    max-width: calc(100% - 3rem);
    margin: 8rem auto 0;
  }
}



