@charset "utf-8";

.fadein02 {
  display: none;
}


.btn-internal.sb a::before {
	content: "";
	position: absolute;
	top: -20px;
	left: 40px;
  background: url("img/icon_sb03.png") left top no-repeat;
  background-size: contain;
	width: 70px;
	height: 42px;
}

.btn-internal.sb.off{
    max-width: 350px;
    margin: 2rem 0 -5rem auto;
    z-index: 1;
    background: #000;
    border: 3px solid #fff;
display: block;
    padding: 2rem 7rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.5;
    border-radius: 100px;
    text-decoration: none !important;
    position: relative;
}

@media screen and (max-width: 768px) {
  .btn-internal.sb a::before {
    top: -10px;
    left: 20px;
    width: 49px;
    height: 34px;
  }
	.btn-internal.sb.off{
  max-width: 90%;
    font-size: 1.6rem;
		 margin: 2rem auto 3rem;
}
}



/*--------------------------------------
　animation
---------------------------------------*/
.fadeInUp {
  opacity : 0;
  transition: all 0.3s linear;
}
.fadeInUp.isActive {
  -webkit-animation: fadeInUp 0.6s ease-in-out forwards;
          animation: fadeInUp 0.6s ease-in-out forwards;
  animation-delay: 0.5s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



/*--------------------------------------
　Loading
---------------------------------------*/
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: #000;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .loading-animation video {
    width: calc(100% + 600px);
  }
}



/*--------------------------------------
　fixed_nav
---------------------------------------*/
.fixed_nav {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  background: #fff;
  width: 600px;
  height: 70px;
  margin: auto;
  padding: 1.5rem 0 1.5rem;
  border-radius: 100px;
  border: 3px solid #000;
  box-shadow: 6px 6px 6px 0 rgba(0,0,0,0.12);
  z-index: 1;
}

.fixed_nav ul {
  display: flex;
  justify-content: center;
  text-align: center;
}
.fixed_nav ul li {
  width: 25%;
  font-size: 2rem;
}
.fixed_nav ul li a {
  display: block;
  font-weight: 900;
  border-right: 3px solid #000;
}
.fixed_nav ul li:last-child a {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .fixed_nav {
    top: 10px;
    left: 5px;
    right: inherit;
    width: calc(100% - 130px);
    height: 45px;
    margin: 0;
    padding: 1.3rem 0 1.3rem;
    border: 2px solid #000;
  }

  .fixed_nav ul li {
    font-size: 3vw;
  }
  .fixed_nav ul li a {
    border-right: 2px solid #000;
  }
	.fixed_nav ul li {
    width: 30%;
}
}



/*--------------------------------------
　MV
---------------------------------------*/
.mv_home {
  background:#ffe047;
  width: 100%;
  min-width: 1200px;
  padding: 0 0 5rem;
  border-bottom: 7px solid #000;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.mv_home::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 46%;
    transform: translate(-50%, 0);
    background: url(img/mv_home_illsut.webp) left top no-repeat;
    background-size: 100% auto;
    width: 1650px;
    height: 696px;
    margin: 0 -8rem 0 8rem;
}

.mv_home .mv_inner {
  max-width: 1200px;
  margin: auto;
}

.mv_home .mv_logo {
 width: 180px;
    /* margin-left: 5rem; */
    margin-top: 15px;
    position: relative;
    z-index: 2;
    margin: 1rem auto;
}

.mv_home .mv_ttlWrap {
  margin: -7rem auto 0;
    position: relative;
    border: 3px solid #000;
    z-index: 1;
    border-radius: 50px;
    padding: 6rem 1rem 5rem;
    text-align: center;
    width: 61%;
    box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.12);
    background: #ffffff;
}
.mv_home .mv_ttl {
  font-size: 2.4rem;
}
.mv_home .mv_ttl .bg {
  display: inline-block;
    /* background: #fff; */
    /* margin: 0 0 1rem; */
    border-bottom: 2px solid #e7e7e7;
    padding: 1.7rem 0 0.5rem;
    font-size: 2.8rem;
    /* line-height: 1; */
}
.mv_home .mv_ttl .large {
  font-size: 3.6rem;
  line-height: 1;
}
.mv_home .mv_ttl.active {
  -webkit-animation: fadeInUp 0.5s ease-in-out forwards;
          animation: fadeInUp 0.5s ease-in-out forwards;
  animation-delay: 4.8s;
}
.mv_home .mv_ttl.active.second {
  animation-delay: 0.2s;
}

.mv_home .operation {
  font-size: 1rem;
  padding:0.5rem 5rem 0;
    color: #000000;
}

.mv_home_slide02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.mv_home .slide_img {
    background: url(img/mv_slide.png) repeat-x;
    background-size: cover;
    width: 100%;
    height: 740px;
    animation: slideAuto01 125s linear infinite;
}

.mv_slide {
  width: 100%;
  overflow: hidden;
}
.mv_slide > div {
  position: absolute;
  width: 100%;
  left: 0;
}

.mv_slide .slide01 {
  background: url("img/mv_txt_slide01.png") no-repeat;
  background-size: 610px auto;
  height: 50px;
}
.mv_slide .slide01_01 {
  top: 20px;
  animation: mv_slide01 10s linear infinite;
}
.mv_slide .slide01_02 {
  bottom: 20px;
  left: 100%;
  animation: mv_slide02 10s linear infinite;
}

.mv_slide .slide02 {
  background: url("img/mv_txt_slide02.png") no-repeat;
  background-size: 1100px auto;
  height: 30px;
}
.mv_slide .slide02_01 {
  top: 90px;
  animation: mv_slide01 12s linear infinite;
}
.mv_slide .slide02_02 {
  bottom: 90px;
  left: 100%;
  animation: mv_slide02 12s linear infinite;
}

.mv_slide .slide03 {
  background: url("img/mv_txt_slide03.png") no-repeat;
  background-size: 640px auto;
  height: 60px;
}
.mv_slide .slide03_01 {
  top: 120px;
  animation: mv_slide01 17s linear infinite;
}
.mv_slide .slide03_02 {
  top: 120px;
  left: 100%;
  animation: mv_slide02 22s linear infinite;
}

.mv_slide .slide04 {
  background: url("img/mv_txt_slide04.png") no-repeat;
  background-size: 550px auto;
  height: 30px;
}
.mv_slide .slide04_01 {
  top: 210px;
  animation: mv_slide01 23s linear infinite;
}
.mv_slide .slide04_02 {
  top: 210px;
  left: 100%;
  animation: mv_slide02 30s linear infinite;
}

.mv_slide .slide05 {
  background: url("img/mv_txt_slide05.png") no-repeat;
  background-size: 1030px auto;
  height: 50px;
}
.mv_slide .slide05_01 {
  top: 350px;
  animation: mv_slide01 12s linear infinite;
}
.mv_slide .slide05_02 {
  top: 350px;
  left: 100%;
  animation: mv_slide02 14s linear infinite;
}

.mv_slide .slide06 {
  background: url("img/mv_txt_slide06.png") no-repeat;
  background-size: 900px auto;
  height: 70px;
}
.mv_slide .slide06_01 {
  top: 480px;
  animation: mv_slide01 16s linear infinite;
}
.mv_slide .slide06_02 {
  top: 480px;
  left: 100%;
  animation: mv_slide02 20s linear infinite;
}

@keyframes mv_slide01 {
  0% {
    transform: translateX(100%)
  }
  100% {
    transform: translateX(-100%)
  }
}
@keyframes mv_slide02 {
  0% {
    transform: translateX(100%)
  }
  100% {
    transform: translateX(-200%)
  }
}

@media screen and (max-width: 768px) {
  .mv_home {
    width: 100%;
    min-width: 100%;
    padding: 3% 1.5rem 35%;
    border-bottom: 4px solid #000;
  }
  .mv_home::after {
    left: 0;
    transform: translate(0,0);
    background: url("img/mv_home_illsut_sp.png") left top no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    margin: 0 0 0 0;
    padding-top: calc(40%*275/290);
	          z-index: 1;
  }

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

  .mv_home .mv_logo {
    width: 35%;
	  text-align: center;
        margin: auto;
  }

  .mv_home .mv_ttlWrap {
   margin: -2.5rem auto 0;
        padding: 3rem 0.5rem 2rem;
        width: auto;
        border: 2px solid #000;
        border-radius: 35px;
        box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.12);
        background: #ffffff;
        text-align: center;
  }
  .mv_home .mv_ttl {
    font-size: 3vw;
  }
  .mv_home .mv_ttl .bg {
    padding: 8px 6px;
	  font-size: 3.5vw;
	  border-bottom: 2px solid #ededed;
  }
	.mv_home .operation {
    padding: 1rem 0 0;
}
  .mv_home .mv_ttl .large {
    font-size: 4.8vw;
  }
  
  .mv_slide .slide01 {
    background: url("img/mv_txt_slide01.png") no-repeat;
    background-size: 305px auto;
    height: 25px;
  }
  .mv_slide .slide01_01 {
    top: 0;
    animation: mv_slide01 5s linear infinite;
  }
  .mv_slide .slide01_02 {
    bottom: 0;
    animation: mv_slide02 5s linear infinite;
  }

  .mv_slide .slide02 {
    background: url("img/mv_txt_slide02.png") no-repeat;
    background-size: 550px auto;
    height: 15px;
  }
  .mv_slide .slide02_01 {
    top: 10%;
    animation: mv_slide01 6s linear infinite;
  }
  .mv_slide .slide02_02 {
    bottom: 10%;
    animation: mv_slide02 12s linear infinite;
  }

  .mv_slide .slide03 {
    background: url("img/mv_txt_slide03.png") no-repeat;
    background-size: 230px auto;
    height: 30px;
  }
  .mv_slide .slide03_01 {
    top: 20%;
    animation: mv_slide01 10s linear infinite;
  }
  .mv_slide .slide03_02 {
    top: 25%;
    animation: mv_slide02 22s linear infinite;
  }

  .mv_slide .slide04 {
    background: url("img/mv_txt_slide04.png") no-repeat;
    background-size: 275px auto;
    height: 15px;
  }
  .mv_slide .slide04_01 {
    top: 35%;
    animation: mv_slide01 12s linear infinite;
  }
  .mv_slide .slide04_02 {
    top: 40%;
    animation: mv_slide02 20s linear infinite;
  }

  .mv_slide .slide05 {
    background: url("img/mv_txt_slide05.png") no-repeat;
    background-size: 515px auto;
    height: 25px;
  }
  .mv_slide .slide05_01 {
    top: 45%;
    animation: mv_slide01 6s linear infinite;
  }
  .mv_slide .slide05_02 {
    top: 55%;
    animation: mv_slide02 14s linear infinite;
  }

  .mv_slide .slide06 {
    background: url("img/mv_txt_slide06.png") no-repeat;
    background-size: 450px auto;
    height: 35px;
  }
  .mv_slide .slide06_01 {
    top: 60%;
    animation: mv_slide01 8s linear infinite;
  }
  .mv_slide .slide06_02 {
    top: 80%;
    animation: mv_slide02 10s linear infinite;
  }
}





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

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

.sec .inner {
	max-width: 1200px;
	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%;
	}
}



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

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

.lead {
	margin: 3rem 0 0!important;
	font-size: 1.5rem;
	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;
}

@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 {
  padding: 8rem 0 0;
}

.sec01 .sv_parts {
  max-width: 1030px;
  margin: 0 auto 0;
}
.sec01 .sv_parts .ccWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6rem 3rem 6rem;
}
.sec01 .sv_parts .logo {
  width: 230px;
  padding: 0;
  border-right: none;
}
.sec01 .sv_parts .cc {
  width: calc(100% - 260px);
  font-size: 2.6rem;
}
.sec01 .sv_parts .txtBox {
  padding: 4rem 6rem 4rem 6rem;
  border-radius: 0 0 0 70px;
}
.sec01 .sv_parts .txtBox::before {
  display: none;
}
.sec01 .sv_parts .txt_bold {
  color: #f4cd0b;
}
.sec01 .sv_parts .btn-web a {
  max-width: 340px;
  margin: 4rem 0 0 auto;
}

.sec04 .sv_parts .txtBox::before {
    background: #000 url(img/sec03_illust02.png) no-repeat;
    background-position: 12px 187px;
    width: 430px;
    background-size: 85%;
    height: 100%;
}

.sec01_slide {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.sec01_slide .slide_img {
  background: url("img/sec01_slide.png") repeat-x;
  background-size: 2370px auto;
  width: 100%;
  height: 180px;
  animation: slideAuto01 125s linear infinite;
}

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

  .sec01 .sv_parts {
    max-width: 100%;
  }
  .sec01 .sv_parts .ccWrap {
    display: block;
    padding: 0 2rem 2rem 2rem;
  }
  .sec01 .sv_parts .logo {
    width: 65%;
    margin: auto;
    padding: 0 0 0 0;
    border-right: none;
  }
  .sec01 .sv_parts .cc {
    width: 100%;
    margin: 2rem 0 0;
    padding:0;
    font-size: 1.8rem;
    text-align: center;
    border-top:none;
  }
  .sec01 .sv_parts .txtBox {
    padding: 3rem 1.5rem 4rem 1.5rem;
    border-radius: 0 0 0 35px;
  }
  .sec01 .sv_parts .btn-web a {
    max-width: 90%;
    margin: 3rem auto 0 auto;
  }
  
  
  .sec01_slide {
    display: none;
  }
}



/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 {
  padding: 16rem 0 5rem;
}


.sec02_upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sec02_upper .boxL {
  width: 30%;
}
.sec02_upper .m_ttl {
  font-size: 4rem;
}
.sec02_upper .m_ttl .large {
  display: inline;
  background: linear-gradient(transparent 0%, #ffe047 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 1rem;
  font-size: 5.2rem;
  line-height: 1.3;
}
.sec02_upper .m_ttl a {
  position: relative;
}
.sec02_upper .m_ttl a::after {
	content: "";
  display: inline-block;
  background: url("img/arrow01.png") left top no-repeat;
  background-size: contain;
	width: 45px;
	height: 29px;
  margin: 0 0 0 1rem;
}
.sec02_upper .boxR {
  width: 65%;
  padding: 0 0 0 4rem;
  border-left: 2px solid #000;
}
.sec02_upper .lead {
  margin: 0 0 0!important;
	font-size: 1.6rem
}


.sec02_block {
  margin: 4rem 0 0;
}

.sec02_block .sb_ttl {
  margin: 0 0 3rem;
  text-align: center;
}
.sec02_block .sb_ttl span {
  display: inline-block;
  background: #ffe047;
  padding: 5px 1rem;
  font-size: 1.5rem;
  border: 3px solid #000;
  border-radius: 100px;
  position: relative;
}
.sec02_block .sb_ttl span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 10px solid #ffe047;
  z-index: 2;
}
.sec02_block .sb_ttl span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #000;
  z-index: 1;
}

.sec02_block .tab_block {
  position: relative;
}

.sec02_slide {
  position: absolute;
  bottom: -100px;
  right: 50%;
  width: 100%;
}
.sec02_slide .slide_img {
  width: 100%;
  height: 440px;
  animation: slideAuto01 125s linear infinite;
}
#growth .sec02_slide .slide_img {
  background: url("img/sec02_slide01.png") repeat-x;
  background-size: 1340px auto;
}
#people .sec02_slide .slide_img {
  background: url("img/sec02_slide02.png") repeat-x;
  background-size: 1340px auto;
}
#society .sec02_slide .slide_img {
  background: url("img/sec02_slide03.png") repeat-x;
  background-size: 1340px auto;
}

.sec02_block .tab_item {
  background:#ebebeb;
  max-width: 1050px;
  margin: 5rem auto 5rem;
  padding: 0 4rem 0;
  position: relative;
}

.sec02_block .eng {
  position: absolute;
 top: -2px;
    right: 123px;
    width: 280px;
}

.sec02_block .num {
  position: absolute;
  top: 30px;
  left: 130px;
  width: 120px;
}

.sec02_block .flexBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 3rem 0 0;
  position: relative;
  z-index: 1;
}

.sec02_block .imgWrap {
  width: 215px;
  margin: 0 0 0 -8rem;
}
.sec02_block .nameWrap {
  margin: -2rem 0 0;
  position: relative;
  z-index: 1;
}
.sec02_block .name {
  background: #fff;
  padding: 5px 1rem;
  font-size: 1.6rem;
  text-align: center;
  border: 2px solid #000;
}
.sec02_block .motto {
  background: #5f5f5f;
  margin: 5px 0 0;
  padding: 1rem 3rem;
  font-size: 1.6rem;
}

.sec02_block .txtBox {
  width: calc(100% - 400px);
  margin: auto;
}
.sec02_block .ttl01Wrap {
  text-align: center;
}
.sec02_block .ttl01 {
  font-size: 2.6rem;
}
.sec02_block .ttl01 .sub {
  display: inline-block;
  position: relative;
}
.sec02_block .ttl01 .sub::after {
  content: "";
  display: block;
  background: #000;
  width: 2px;
  height: 20px;
  margin: 1rem auto 1rem;
}
.sec02_block .ttl01 .bg {
  display: inline-block;
  background: #fff;
  margin: 0 0 1rem;
  padding: 3px 1rem;
}
.sec02_block .ttl01 .cc {
  display: inline-block;
  padding: 0 5rem;
  position: relative;
}
.sec02_block .ttl01 .cc::before,
.sec02_block .ttl01 .cc::after {
  content: "";
	position: absolute;
	top: -10px;
  background: url("img/deco01.png") left top no-repeat;
  background-size: contain;
	width: 40px;
	height: 30px;
}
.sec02_block .ttl01 .cc::before {
  left: 0;
}
.sec02_block .ttl01 .cc::after {
  right: 0;
  transform: scale(-1, 1);
}
.sec02_block .ttl01 .large {
  font-size: 4rem;
}
.sec02_block .txt {
  margin: 3rem 0 0;
}

.sec02_block .illust {
      width: 210px;
    margin: -53px -7rem 0 0;
    position: relative;
    top: 25px;
}

.sec02_block .btn-internal a {
  max-width: 350px;
  margin: 2rem 0 -5rem auto;
  z-index: 1;
}

.tabArea {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.tabArea.bottom {
  display: none;
}

.tabArea li {
  background: #fff;
  width: 100px;
  height: 100px;
  margin: 0 1.5rem;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.3;
  border: 3px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 6px 6px 6px 0 rgba(0,0,0,0.12);
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tabArea li.active:nth-child(1) {
  background: #00e3bb;
}
.tabArea li.active:nth-child(2) {
  background: #fcad72;
}
.tabArea li.active:nth-child(3) {
  background: #dfd8ff;
}
.tabArea li .txtWrap {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.tabArea li .txtWrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0,-50%);
  background: #000;
  width: 33px;
  height: 5px;
}
.tabArea li:last-child .txtWrap::after {
  display: none;
}
.tabArea li .tab_txt {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  width: 100%;
  font-weight: 900;
  line-height: 1.3;
}
.tabArea li::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  width: 40px;
  height: 40px;
}
.tabArea li:nth-child(1)::before {
  background: url("img/emoji03.png") left top no-repeat;
  background-size: contain;
}
.tabArea li:nth-child(2)::before {
  background: url("img/emoji04.png") left top no-repeat;
  background-size: contain;
}
.tabArea li:nth-child(3)::before {
  background: url("img/emoji05.png") left top no-repeat;
  background-size: contain;
}
.tabArea.top li::before {
  top: -20px;
}
.tabArea.bottom li::before {
  bottom: -20px;
}
.tabArea li.active::after {
  content: "";
	position: absolute;
  left: 50%;
	transform: translate(-50%,0);
	box-sizing: border-box;
	border: 8px solid transparent;
}
.tabArea.top li.active::after {
  top: calc(100% + 10px);
  border-top: 10px solid #000;
}
.tabArea.bottom li.active::after {
  bottom: calc(100% + 10px);
  border-bottom: 10px solid #000;
}
.tabArea li:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

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


  .sec02_upper {
    display: block;
    width: 100%;
    padding: 0 1.5rem;
  }
	.sec02_upper .lead {
    font-size: 1.5rem;
}
  .sec02_upper .boxL {
    width: 100%;
  }
  .sec02_upper .m_ttl {
    font-size: 2.5rem;
  }
  .sec02_upper .m_ttl .large {
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 5px;
    font-size: 3.6rem;
  }
  .sec02_upper .m_ttl a::after {
    width: 25px;
    height: 16px;
    margin: 0 0 0 5px;
  }
  .sec02_upper .boxR {
    width: 100%;
    margin: 2rem 0 0;
    padding: 0 0 0 2rem;
    border-left: 1px solid #000;
  }


  .sec02_block {
    margin: 5rem 0 0;
  }

  .sec02_block .sb_ttl {
    margin: 0 0 2.5rem;
  }
  .sec02_block .sb_ttl span {
    padding: 5px 8px;
    font-size: 1.4rem;
    border: 2px solid #000;
  }
  .sec02_block .sb_ttl span::before {
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 9px solid #ffe047;
  }
  .sec02_block .sb_ttl span::after {
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 12px solid #000;
  }

  .sec02_slide {
    top: -12%;
    right: 0;
    bottom: inherit;
  }
  .sec02_slide .slide_img {
    width: 100%;
    height: 220px;
    animation: slideAuto01 60s linear infinite;
  }
  #growth .sec02_slide .slide_img {
    background: url("img/sec02_slide01.png") repeat-x;
    background-size: 670px auto;
  }
  #people .sec02_slide .slide_img {
    background: url("img/sec02_slide02.png") repeat-x;
    background-size: 670px auto;
  }
  #society .sec02_slide .slide_img {
    background: url("img/sec02_slide03.png") repeat-x;
    background-size: 670px auto;
  }

  .sec02_block .tab_item {
    max-width: calc(100% - 3rem);
    margin: 3rem auto 7rem;
    padding: 4rem 3rem 0;
  }

  .sec02_block .eng {
    top: 15px;
        left: 4px;
        width: 40%;
  }

  .sec02_block .num {
    top: 2px;
        width: 20%;
        left: 287px;
  }

  .sec02_block .flexBox {
    display: block;
    margin: 0 0 0;
  }

  .sec02_block .imgWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 0 0 0;
  }
  .sec02_block .imgBox {
            width: 37%;
        margin-left: -1.5rem;
  }
  .sec02_block .nameWrap {
    width: 65%;
    margin: 0 0 0;
  }
  .sec02_block .name {
    padding: 3px 8px;
    font-size: 1.4rem;
    text-align: center;
    border: 1px solid #000;
  }
  .sec02_block .motto {
    padding: 1.2rem 1.2rem;
    font-size: 1.4rem;
  }

  .sec02_block .txtBox {
    width: 100%;
    margin: 3rem 0 0;
  }
  .sec02_block .ttl01 {
    font-size: 1.5rem;
  }
  .sec02_block .ttl01 .sub::after {
            width: 1px;
        height: 10px;
        margin: 5px auto 5px;
  }
  .sec02_block .ttl01 .bg {
    margin: 0 0 5px;
    padding: 3px 5px;
  }
  .sec02_block .ttl01 .cc {
    padding: 0 4rem;
  }
  .sec02_block .ttl01 .cc::before,
  .sec02_block .ttl01 .cc::after {
    top: -5px;
    width: 28px;
    height: 21px;
  }
  .sec02_block .ttl01 .large {
    font-size: 2.2rem;
  }
  .sec02_block .txt {
    margin: 3rem 0 0;
  }

  .sec02_block .illust {
                 width: 59%;
        margin: 10rem -8rem -25rem auto;
        position: relative;
        top: 25px;
  }

  .sec02_block .btn-internal a {
            max-width: 90%;
        margin: 1rem auto 6rem auto;
  }

  .tabArea {
    display: flex;
    justify-content: center;
    padding: 0 1.5rem;
  }
  .tabArea.bottom {
    display: flex;
    justify-content: center;
  }

  .tabArea li {
    width: 30%;
    height: auto;
    margin: 0 2.5%;
    font-size: 1.6rem;
    font-size: 4.5vw;
    border: 2px solid #000;
  }
  .tabArea li .txtWrap::after {
    width: 100%;
    height: 3px;
  }
  .tabArea li::before {
    width: 32px;
    height: 32px;
  }
  .tabArea.top li::before {
    top: -15px;
  }
  .tabArea.bottom li::before {
    bottom: -15px;
  }
  .tabArea li.active::after {
    border: 6px solid transparent;
  }
  .tabArea.top li.active::after {
    top: calc(100% + 8px);
    border-top: 8px solid #000;
  }
  .tabArea.bottom li.active::after {
    bottom: calc(100% + 8px);
    border-bottom: 8px solid #000;
  }
  .tabArea li:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
}



/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 {
  position: relative;
  z-index: 0;
}
.sec03::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  background: #fffbe8;
  width: 100%;
  height: calc(100% - 340px);
  z-index: -1;
}


.sec03_upper {
  max-width: 45%;
  position: relative;
  z-index: 1;
}
.sec03_upper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("img/deco02.png") left top no-repeat;
  background-size: contain;
  width: 320px;
  height: 320px;
  z-index: -1;
}
.sec03_upper .main_ttl {
  padding: 4rem 0 0;
}
.sec03_upper .m_ttl {
  font-size: 4rem;
}
.sec03_upper .m_ttl .sb_ttl {
  display: block;
}
.sec03_upper .m_ttl .sb_ttl.sb01 {
  margin: 0 0 0 180px;
}
.sec03_upper .m_ttl .sb_ttl.sb02 {
  margin: -1rem 0 0;
}
.sec03_upper .m_ttl .sb_ttl span {
  display: inline-block;
  background: #fff;
  padding: 5px 1rem;
  font-size: 1.8rem;
  border: 3px solid #000;
  border-radius: 100px;
  position: relative;
}
.sec03_upper .m_ttl .sb_ttl span::before {
  content: "";
  position: absolute;
  top: 100%;
  border: 4px solid transparent;
  border-top: 8px solid #fff;
  z-index: 2;
}
.sec03_upper .m_ttl .sb_ttl span::after {
  content: "";
  position: absolute;
  top: 100%;
  border: 8px solid transparent;
  border-top: 13px solid #000;
  z-index: 1;
}
.sec03_upper .m_ttl .sb_ttl.sb01 span::before {
  right: 30px;
}
.sec03_upper .m_ttl .sb_ttl.sb01 span::after {
  right: 26px;
}
.sec03_upper .m_ttl .sb_ttl.sb02 span::before {
  left: 30px;
}
.sec03_upper .m_ttl .sb_ttl.sb02 span::after {
  left: 26px;
}
.sec03_upper .m_ttl .large {
  font-size: 5rem;
}
.sec03_upper .m_ttl a {
  position: relative;
}
.sec03_upper .m_ttl a::after {
	content: "";
  display: inline-block;
  background: url("img/arrow01.png") left top no-repeat;
  background-size: contain;
	width: 45px;
	height: 29px;
  margin: 0 0 0 1rem;
}
.sec03_upper .lead {
  padding: 0 0 0 3rem;
	font-size: 1.6rem;
  border-left: 2px solid #000;
	margin: 5rem 0 0!important;
}
.sec03_upper .note {
  margin: 2rem 0 0;
  padding: 0 0 0 3rem;
  color: #888;
  font-size: 1.2rem;
}


.sec03_block01 {
  position: relative;
}

.sec03_block01 .eng {
  position: absolute;
  top: 53%;
	left: 50%;
	transform: translate(-50%,-50%);
  width: 180px;
}

.sec03_block01 .sec03_item {
  position: relative;
  z-index: 0;
}
.sec03_block01 .sec03_item01 {
  width:540px;
  margin: -35rem 0 0 auto;
  padding: 15rem 0 0;
}
.sec03_block01 .sec03_item01::after {
	content: "";
	position: absolute;
	top: 8rem;
  right:-60px;
  background: url("img/sec03_illust01.png") left top no-repeat;
  background-size: contain;
	width: 660px;
	height: 510px;
  z-index: -1;
}
.sec03_block01 .sec03_item02 {
  width: 540px;
  margin: -53rem 0 0 0;
  padding: 23rem 0 0;
}
.sec03_block01 .sec03_item02::after {
	content: "";
	position: absolute;
	top: -4rem;
  left: -46px;
  background: url("img/sec03_illust02.png") left top no-repeat;
  background-size: contain;
	width: 536px;
    height: 728px;
  z-index: -1;
}

.sec03_block01 .sb {
  background: #ffe047;
  width: 380px;
  margin: 0 0 4rem auto;
  padding: 1.5rem 1.5rem;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 20px;
  filter:drop-shadow(6px 6px 6px rgba(0,0,0,0.12));
  position: relative;
}
.sec03_block01 .sb::before {
	content: "";
	position: absolute;
  top: -10px;
  right: -10px;
  background: url("img/emoji06.png") left top no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}
.sec03_block01 .sb::after {
	content: "";
	position: absolute;
	top: 100%;
  right: 60px;
	border: 10px solid transparent;
	border-top: 15px solid #ffe047;
}
.sec03_block01 .sb .sub {
  display: inline-block;
  background: #fff;
  margin: 0 0 5px;
  padding: 5px 1rem;
  font-size: 1.4rem;
}
.sec03_block01 .sb .large {
  font-size: 2.4rem;
}

.sec03_block01 .item_inner {
  background: #fff;
  padding: 4rem 7rem 5rem;
  position: relative;
}

.sec03_block01 .sec03_item01 .emoji,
.sec03_block01 .sec03_item02 .emoji {
  position: absolute;
  top: 20px;
  left: -10px;
  width: 50px;
}

.sec03_block01 .ttl01 {
  font-size: 2.8rem;
}
.sec03_block01 .ttl01 .large {
  font-size: 4rem;
}

.sec03_block01 .imgBox {
 margin: 3rem auto 0;
    width: 70%;
}

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

.sec03_block01 .ranking {
  margin: 2rem 0 0;
}
.sec03_block01 .ranking li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0 1rem;
  border-bottom: 1px solid #ebebeb;
}
.sec03_block01 .ranking .icon {
  width: 50px;
}
.sec03_block01 .ranking .r_txt {
  width: calc(100% - 60px);
  font-size: 2rem;
}
.sec03_block01 .ranking .r_txt .large {
  font-size: 2.4rem;
}

.sec03_block01 .sec03_item03 {
  width: 540px;
  margin: -35rem 0 0 auto;
}
.sec03_block01 .sec03_item03 .item_inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: none;
  padding: 0 0 0;
}
.sec03_block01 .sec03_item03 .box {
  width: 200px;
  height: 200px;
  margin: 0 2rem;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
}
.sec03_block01 .sec03_item03 .box:nth-child(1) {
  background: #fff1eb;
}
.sec03_block01 .sec03_item03 .box:nth-child(2) {
  background: #e3fffa;
}
.sec03_block01 .sec03_item03 .box:nth-child(3) {
  background: #f1eeff;
}
.sec03_block01 .sec03_item03 .box_inner {
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.sec03_block01 .sec03_item03 .txtBox {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  width: 100%;
}
.sec03_block01 .sec03_item03 .emoji {
  position: absolute;
  top: -20px;
  left: 0;
  width: 50px;
}
.sec03_block01 .sec03_item03 .ttl02 {
  font-size: 1.6rem;
  position: relative;
}
.sec03_block01 .sec03_item03 .ttl02::after {
  content: "";
  display: block;
  background: #000;
  width: 22px;
  height: 2px;
  margin: 1rem auto 1rem;
}
.sec03_block01 .sec03_item03 .ttl02 .large {
  font-size: 2rem;
}
.sec03_block01 .sec03_item03 .txt01 {
  font-size: 2rem;
  line-height: 1;
}
.sec03_block01 .sec03_item03 .txt01 .large {
  font-size: 5rem;
  line-height: 1;
}
.sec03_block01 .sec03_item03 .note {
  margin: 2rem 0 0;
  color: #888;
  font-size: 1.3rem;
  text-align: center;
}


.sec03_slide01 {
  position: absolute;
  top: 40%;
  left: 0;
  transform: translate(0,-50%);
  width: 100%;
}
.sec03_slide01 .slide_img {
  background: url("img/sec03_slide01.png") repeat-x;
  background-size: 2370px auto;
  width: 100%;
  height: 180px;
  animation: slideAuto01 125s linear infinite;
}


.sec03_block02 {
  margin: 12rem 0 0;
  position: relative;
}
.sec03_block02 .item {
  background: #000;
  padding:0 6rem 24rem;
  border-radius: 70px 70px 0 0;
}
.sec03_block02 .flexBox {
  display: flex;
  justify-content: space-between;
}
.sec03_block02 .boxL {
  width: 50%;
  position: relative;
}
.sec03_block02 .ttl01 {
  margin: -3rem 0 0;
}
.sec03_block02 .ttl01 .bg {
  display: inline-block;
  overflow: hidden;
}
.sec03_block02 .ttl01 .bg_inner {
  display: inline-block;
}
.sec03_block02 .ttl01 .bg_inner span {
  display: inline;
  background: linear-gradient(transparent 0%, #fff 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 5px 2rem;
}
.sec03_block02 .ttl01 .sub {
  padding: 10px 0 10px;
  font-size: 3rem;
}
.sec03_block02 .ttl01 .sub .bg_inner span {
  border: 3px solid #000;
  line-height: 2.2;
}
.sec03_block02 .ttl01 .large {
  font-size: 5rem;
}
.sec03_block02 .ttl01 .large01 {
  margin: -12px 0 0;
}
.sec03_block02 .ttl01 .large .bg_inner span {
  line-height: 1.9;
}
.leftAnime {
  opacity: 0;
}
.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
  	transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
	animation-name: slideTextX-100;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
  	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
  	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.sec03_block02 .txt {
  margin: 4rem 0 0;
}
.sec03_block02 .boxR {
  width: 50%;
  margin: -14rem 0 0;
}
.sec03_block02 .illust {
margin: 0 0 -5px -10rem;
    position: relative;
    width: 400px;
    right: -180px;
    top: 22px;
}

.sec03_block02 .btn-web a {
  max-width: 380px;
  margin: 0 auto 0;
}

.sec03_block02 .btn-internal a {
  max-width: 380px;
  margin: 2rem 0 0 auto;
}


.sec03_slide02 {
  position: absolute;
  top: 178px;
  left: 53%;
  width: 100%;
}
.sec03_slide02 .slide_img {
  background: url("img/sec03_slide02.png") repeat-x;
  background-size: 1340px auto;
  width: 100%;
  height: 440px;
  animation: slideAuto01 125s linear infinite;
}


.slide_parts {
  width: calc(1930px * 3);
  height: 240px;
  margin-left: -5%;
  transform: rotate(4deg);
  position: relative;
}
.slide_parts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background: url("img/slide_parts.jpg") 0px 0px/ 1930px 240px repeat-x;
  transform: translateZ(0px);
  animation: slideAni 30s infinite linear;
}

@keyframes slideAni {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -1930px 0;
  }
}

@media screen and (max-width: 768px) {
  .sec03_upper {
    max-width: 100%;
    padding: 0 1.5rem;
  }
  .sec03_upper::after {
    width: 40%;
    height: 0;
    padding-top: 40%;
  }
  .sec03_upper .main_ttl {
    padding: 2rem 0 0;
  }
  .sec03_upper .m_ttl {
    font-size: 2.5rem;
  }
  .sec03_upper .m_ttl .sb_ttl.sb01 {
    margin: 0 0 0 30%;
  }
  .sec03_upper .m_ttl .sb_ttl.sb02 {
    margin: 0 0 1rem;
  }
  .sec03_upper .m_ttl .sb_ttl span {
    padding: 3px 8px;
    font-size: 1.4rem;
    border: 2px solid #000;
  }
  .sec03_upper .m_ttl .sb_ttl span::before {
    border: 3px solid transparent;
    border-top: 6px solid #fff;;
  }
  .sec03_upper .m_ttl .sb_ttl span::after {
    border: 5px solid transparent;
    border-top: 10px solid #000;
  }
  .sec03_upper .m_ttl .sb_ttl.sb01 span::before {
    right: 26px;
  }
  .sec03_upper .m_ttl .sb_ttl.sb01 span::after {
    right: 24px;
  }
  .sec03_upper .m_ttl .sb_ttl.sb02 span::before {
    left: 26px;
  }
  .sec03_upper .m_ttl .sb_ttl.sb02 span::after {
    left: 24px;
  }
  .sec03_upper .m_ttl .large {
    font-size: 3.6rem;
  }
  .sec03_upper .m_ttl a::after {
    width: 25px;
    height: 16px;
    margin: 0 0 0 5px;
  }
  .sec03_upper .lead {
    padding: 0 0 0 2rem;
	  font-size: 1.5rem;
	  margin: 3rem 0 0 !important;
    border-left: 1px solid #000;
  }
  .sec03_upper .note {
    margin: 1.5rem 0 0;
    padding: 0 0 0 2rem;
  }


  .sec03_block01 {
    margin: 4rem 0 0;
    padding: 0 1.5rem;
  }

  .sec03_block01 .eng {
    position: relative;
    top: inherit;
    left: inherit;
    transform: translate(0,0);
    width: 65%;
    margin:6rem 0 -1.5rem;
  }

  .sec03_block01 .sec03_item01 {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0;
  }
  .sec03_block01 .sec03_item01::after {
    display: none;
  }
  .sec03_block01 .sec03_item02 {
    width: 100%;
    margin: 0 0 0 0;
    padding: 30% 0 0;
  }
  .sec03_block01 .sec03_item02::after {
    left: -25px;
        width: 70%;
        height: 0;
        top: -2rem;
    padding-top: calc(60%*830/410);
  }

  .sec03_block01 .sb {
    width: 90%;
        margin: 0 auto 2rem;
    padding: 1.5rem 1.5rem;
    font-size: 1.3rem;
    border-radius: 10px;
  }
  .sec03_block01 .sb::before {
    top: -5px;
    right: -5px;
    width: 35px;
    height: 35px;
  }
  .sec03_block01 .sb::after {
    right: 50px;
    border: 8px solid transparent;
    border-top: 12px solid #ffe047;
  }
  .sec03_block01 .sb .sub {
    padding: 3px 8px;
    font-size: 1.3rem;
  }
  .sec03_block01 .sb .large {
    font-size: 2rem;
  }

  .sec03_block01 .item_inner {
    padding: 3rem 3rem 3rem;
    position: relative;
  }
  .sec03_block01 .sec03_item01 .item_inner::after {
 content: "";
        position: absolute;
        bottom: calc(100% - 233px);
        right: -25px;
        background: url(img/sec03_illust01.png) left top no-repeat;
        background-size: contain;
        width: 40%;
        height: 40%;
        padding-top: calc(50%* 510 / 660);
        z-index: -1;
  }

  .sec03_block01 .sec03_item01 .emoji,
  .sec03_block01 .sec03_item02 .emoji {
    top: 10px;
    left: -3px;
    width: 35px;
  }
  .sec03_block01 .sec03_item02 .emoji {
    left: inherit;
    right: 109px;
	  top: 14px;
    width: 45px;
  }

  .sec03_block01 .ttl01 {
    font-size: 1.8rem;
  }
  .sec03_block01 .ttl01 .large {
    font-size: 2.6rem;
  }

  .sec03_block01 .imgBox {
           margin: 2rem auto 0;
        text-align: center;
  }

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

  .sec03_block01 .ranking {
    margin: 1rem 0 0;
  }
  .sec03_block01 .ranking li {
    padding: 1.2rem 0 1.2rem;
  }
  .sec03_block01 .ranking .icon {
    width: 36px;
  }
  .sec03_block01 .ranking .r_txt {
    width: calc(100% - 43px);
    font-size: 1.6rem;
  }
  .sec03_block01 .ranking .r_txt .large {
    font-size: 1.8rem;
  }

  .sec03_block01 .sec03_item03 {
    width: 100%;
    margin: 4rem 0 0 0;
  }
  .sec03_block01 .sec03_item03 .box {
    width: 46%;
    height: auto;
    margin: 0 1.5%;
  }
  .sec03_block01 .sec03_item03 .emoji {
    top: -15px;
    width: 40px;
  }
  .sec03_block01 .sec03_item03 .ttl02 {
    font-size: 1.4rem;
  }
  .sec03_block01 .sec03_item03 .ttl02::after {
    width: 20px;
    margin: 8px auto 8px;
  }
  .sec03_block01 .sec03_item03 .ttl02 .large {
    font-size: 1.8rem;
  }
  .sec03_block01 .sec03_item03 .txt01 {
    font-size: 1.6rem;
  }
  .sec03_block01 .sec03_item03 .txt01 .large {
    font-size: 10vw;
  }
  .sec03_block01 .sec03_item03 .note {
    margin: 1.5rem 0 0;
    font-size: 1.2rem;
  }


  .sec03_slide01 {
    top: 42.5%;
  }
  .sec03_slide01 .slide_img {
    background: url("img/sec03_slide01.png") repeat-x;
    background-size: 1185px auto;
    width: 100%;
    height: 90px;
    animation: slideAuto01 60s linear infinite;
  }


  .sec03_block02 {
    margin: 4rem 0 0;
    position: relative;
    z-index: 0;
  }
  .sec03_block02:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: calc(100% - 150px);
    z-index: -1;
  }
  .sec03_block02 .item {
    background: #000;
    padding: 0 1.5rem 10rem;
    border-radius: 35px 35px 0 0;
  }
  .sec03_block02 .flexBox {
    display: block;
  }
  .sec03_block02 .boxL {
    width: 100%;
  }
  .sec03_block02 .ttl01 {
    margin: 0 0 0;
    position: relative;
    top: 0;
    z-index: 1;
  }
  .sec03_block02 .ttl01 .bg_inner span {
    padding: 3px 1rem;
  }
  .sec03_block02 .ttl01 .sub {
    padding: 20px 0 5px;
    font-size: 2.2rem;
  }
  .sec03_block02 .ttl01 .sub .bg_inner span {
    border: 2px solid #000;
    line-height: 2;
  }
  .sec03_block02 .ttl01 .large {
    font-size: 3.2rem;
  }
  .sec03_block02 .ttl01 .large01 {
    margin: -5px 0 0;
  }
  .sec03_block02 .ttl01 .large .bg_inner span {
    line-height: 1.8;
  }

  .sec03_block02 .txt {
    margin: 1.5rem 0 0;
  }
  .sec03_block02 .boxR {
    width: 100%;
    margin: 0 0 0;
  }
  .sec03_block02 .illust {
   position: absolute;
        top: 15px;
        right: -22px;
        width: 48%;
        margin: 0 0 0 0;
  }

  .sec03_block02 .btn-web a {
    max-width: 90%;
    margin: 2rem auto 0;
  }

  .sec03_block02 .btn-internal a {
    max-width: 90%;
    margin: 1.5rem auto 0;
  }


  .sec03_slide02 {
    top: 48%;
    left: 0;
  }
  .sec03_slide02 .slide_img {
    background: url("img/sec03_slide02.png") repeat-x;
    background-size: 670px auto;
    width: 100%;
    height: 220px;
    animation: slideAuto01 60s linear infinite;
  }


  .slide_parts {
    width: calc(450.1333333333vw * 2);
    height: 120px;
    margin-left: -5%;
  }
  .slide_parts::before {
    background: url("img/slide_parts.jpg") 0px 0px/ contain repeat-x;
	  top: 16px;
  }
}

@keyframes slideAniSP {
  0% {
      background-position: 0 0;
  }

  100% {
      background-position:-450.1333333333vw 0;
  }
}



/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 {
  padding: 26rem 0 0;
  margin: -26rem 0 0;
  position: relative;
  z-index: 0;
}
.sec04::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 760px);
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/sec04_bg.png") center top no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 0;
  z-index: -1;
  transition: all 0.3s linear;
  opacity: 0;
}
.sec04.isActive::before {
  animation: circle-bg 1s ease-in-out forwards;
  animation-delay: 0.3s;
}
.sec04::after {
  content: "";
  position: absolute;
  top: 760px;
  left: 0;
  background: #f8f6f0;
  width: 100%;
  height: calc(100% - 760px);
  z-index: -1;
}
@keyframes circle-bg {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 560px;
    opacity: 1;
  }
}

.sec04_inner {
  margin: -20rem 0 0;
}

.sec04 .m_ttl {
  text-align: center;
}
.sec04 .m_ttl .sb {
  display: inline-block;
  background: #ffe047;
  padding: 2.5rem 4rem;
  font-size: 1.5rem;
  border-radius: 20px;
  filter:drop-shadow(6px 6px 6px rgba(0,0,0,0.12));
  position: relative;
  z-index: 1;
}
.sec04 .m_ttl .sb::after {
	content: "";
	position: absolute;
	top: 100%;
  left: 50%;
  transform: translate(-50%,0);
	border: 10px solid transparent;
	border-top: 15px solid #ffe047;
}
.sec04 .m_ttl .sb .large {
  font-size: 2.5rem;
}
.sec04 .m_ttl .circle {
  display: block;
  background: #fff;
  width: 320px;
  height: 320px;
  margin: -3rem auto 3rem;
  text-align: center;
  border: 3px solid #000;
  border-radius: 50%;
  box-shadow: 6px 6px 6px 0 rgba(0,0,0,0.12);
  position: relative;
}
.sec04 .m_ttl .circle::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #000;
  width: 3px;
  height: 30px;
  margin: auto;
}
.sec04 .m_ttl .circle_inner {
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.sec04 .m_ttl .circle_inner::before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: -15px;
  background: url("img/emoji11.png") left top no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}
.sec04 .m_ttl .circle_inner::after {
  content: "";
  position: absolute;
  bottom: 60px;
  right: -25px;
  background: url("img/emoji12.png") left top no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
}
.sec04 .m_ttl .circle_txt {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  width: 100%;
  font-size: 3.8rem;
  line-height: 1.4;
}
.sec04 .m_ttl .circle_txt .large {
  display: block;
  font-size: 7.2rem;
  line-height: 1.2;
}

.sec04 .lead {
  max-width: 50%;
  margin: 6rem auto 0!important;
	font-size: 1.6rem;
}


.sec04 .sv_parts {
  margin: 7rem 0 0;
  position: relative;
  z-index: 1;
}
.sec04 .sv_parts .sv_block {
  background: #fff;
}


.sec04_block01 {
  margin: 13rem 0 0;
  position: relative;
}

.sec04_block01 .inner {
 display: -webkit-box;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.sec04_block01 .inner::after {
  content: "";
  position: absolute;
  top: 150px;
  right: 0;
  /* background: url("img/sec04_illust01.png") left top no-repeat; */
  background-size: contain;
  width: 300px;
  height: 580px;
}

.sec04_block01 .ttl01Wrap {
  background: #fff;
  width: 220px;
  height: 220px;
  text-align: center;
  border-radius: 50%;
  position: relative;
	margin-right: 3rem;
  order: 2;
}
.sec04_block01 .ttl01Wrap::before {
  content: "";
  position: absolute;
  top: 45%;
   left: 100%;
  transform: translate(0,-50%);
  background: #000;
  width: 100%;
  height: 3px;
}
.sec04_block01 .ttl01Wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("img/emoji13.png") left top no-repeat;
  background-size: contain;
  width: 70px;
  height: 60px;
}
.sec04_block01 .ttl01_inner {
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.sec04_block01 .ttl01 {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  width: 100%;
  font-size: 1.8rem;
}
.sec04_block01 .ttl01 .large {
  font-size: 3.8rem;
}

.sec04_block01 .sec04_qa {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 250px);
  order: 1;
  position: relative;
  z-index: 1;
}

.sec04_block01 .sec04_item {
  background: #fff;
  width: calc(50% - 2rem);
  margin: 0 0 4rem;
  padding: 4rem 4rem 0;  
  border-radius: 20px;
  position: relative;
}
.sec04_block01 .sec04_item .btn-link a{
  margin: 2rem 0;
}

.sec04_block01 .num {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 52px;
}

.sec04_block01 .ttl02 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 2rem;
  font-size: 2.4rem;
  text-align: center;
}

.sec04_block01 .txtBox {
  padding: 2rem 0 2rem;
  border-top: 3px solid #000;
}

.sec04_block01 .acc_btn {
  background: #000;
  width: 100px;
  height: 50px;
  margin: auto;
  border-radius: 100px 100px 0 0;
  position: relative;
  cursor: pointer;
}
.sec04_block01 .acc_btn::before,
.sec04_block01 .acc_btn::after {
	content: "";
	position: absolute;
  bottom: 8px;
  left: 50%;
	background: #fff;
	width: 12px;
	height: 2px;
	margin-left: -6px;
	transition: all 0.4s;
}
.sec04_block01 .acc_btn::after {
	transform: rotate(90deg);
}
.sec04_block01 .acc_btn.open::before {
  display: none;
}
.sec04_block01 .acc_btn.open::after {
  transform: rotate(180deg);
}
.sec04_block01 .acc_btn span::before {
  content: "Check";
  display: block;
  padding: 1rem 0 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
}
.sec04_block01 .acc_content {
  display: none;
}


.sec04_slide01 {
  position: absolute;
  top: -45px;
  right: 25%;
  transform: translate(0,-50%);
  width: 100%;
}
.sec04_slide01 .slide_img {
  background: url("img/sec04_slide01.png") repeat-x;
  background-size: 1340px auto;
  width: 100%;
  height: 440px;
  animation: slideAuto01 125s linear infinite;
}


.sec04_summary {
    max-width: 1200px;
margin: 6rem 0 0;
    padding: 5rem 0 6rem 25rem;
  position: relative;
  z-index: 0;
}
.sec04_summary .catch {
    font-size: 2.6rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 2rem;
}
.sec04_summary::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 50px);
  left: 233px;
  right: 0;
  background: url("img/deco_arrow.png") left top no-repeat;
  background-size: contain;
  width: 90px;
  height: 120px;
  margin: auto;
}
.sec04_summary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100vw;
  height: 100%;
  box-sizing: border-box;
 border-radius: 70px 0 0 0;
  box-shadow: 10px 10px 0 0 #ffe047;
  z-index: -1;
}

.sec04_summary .eng {
  position: absolute;
  top: 0;
  left: 0;
  width: 580px;
}

.sec04_summary .flexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec04_summary .txtBox {
  width: calc(100% - 340px);
}

.sec04_summary .imgBox {
 width: 330px;
    margin: -7rem 0rem 0 0;
}

.sec04_summary .btnBox {
  margin: 0;
}


.sec04_slide02 {
  width: 100%;
  margin: 8rem 0 0;
}
.sec04_slide02 .slide_img {
  background: url("img/sec04_slide02.png") repeat-x;
  background-size: 1230px auto;
  width: 100%;
  height: 100px;
  animation: slideAuto01 125s linear infinite;
}


.sec04_recruit {
  margin: -8rem 0 0;
  padding: 8rem 0 0;
}

.sec04_recruit .ttl01 {
  margin: 8rem 0 0;
}
.sec04_recruit .ttl01 .sub {
  display: inline-block;
  background: #fff;
  margin: 0 0 1rem;
  padding: 5px 1rem;
  font-size: 2.8rem;
  border: 3px solid #000;
}
.sec04_recruit .ttl01 .large {
  font-size: 5rem;
}

.sec04_recruit .recruit_block {
  margin: 6rem 0 0;
}

.sec04_recruit .flexBox {
  display: flex;
  justify-content: space-between;
}

.sec04_recruit .boxL {
  width: calc(100% - 450px);
}

.sec04_recruit .boxR {
  width: 380px;
}

.sec04_recruit .item {
  margin: 0 0 2rem;
}

.sec04_recruit .ttl02 {
  display: inline-block;
  padding: 0 0 0 1.5rem;
  font-size: 2.8rem;
  border-left: 3px solid #000;
}
.sec04_recruit .note {
  display: inline-block;
  margin: 0 0 0 1.5rem;
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
}

.sec04_recruit .salary {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 0;
}
.sec04_recruit .salary .boxWrap:nth-child(1) {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 340px);
}
.sec04_recruit .salary .boxWrap:nth-child(2) {
  width: 320px;
}
.sec04_recruit .salary .box {
  background: #fff;
  text-align: center;
}
.sec04_recruit .salary .boxWrap:nth-child(1) .box {
  width: 200px;
}
.sec04_recruit .salary .ttl {
  padding: 1.5rem 2rem;
  font-size: 1.8rem;
  line-height: 1.3;
}
.sec04_recruit .salary .boxWrap:nth-child(1) .ttl {
  background: #ffe047;
}
.sec04_recruit .salary .boxWrap:nth-child(2) .ttl {
  background: #979797;
}
.sec04_recruit .salary .txtBox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2rem;
}
.sec04_recruit .salary .txt {
  text-align: center;
  line-height: 1.6;
}

.sec04_recruit .benefit {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 0;
}
.sec04_recruit .benefit .box {
  background: #fff;
  width: 370px;
  padding: 2rem 3rem;
  border-radius: 20px;
}
.sec04_recruit .benefit .b_ttl {
  display: inline-block;
  padding: 0 3rem 0 0;
  font-size: 2rem;
  position: relative;
}
.sec04_recruit .benefit .b_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  width: 24px;
  height: 24px;
  margin: 5px 0 0;
}
.sec04_recruit .benefit .box:nth-child(1) .b_ttl::after {
  background: url("img/emoji14.png") left top no-repeat;
  background-size: contain;
}
.sec04_recruit .benefit .box:nth-child(2) .b_ttl::after {
  background: url("img/emoji15.png") left top no-repeat;
  background-size: contain;
}
.sec04_recruit .benefit .b_ttl span {
  margin: 0 1rem 0 0;
  font-size: 3rem;
}
.sec04_recruit .benefit .txt {
  margin: 1.5rem 0 0;
}

.sec04_recruit .location {
  margin: 1.5rem 0 0;
}
.sec04_recruit .location .box {
  background: #fff;
  padding: 3rem 3rem;
  border-radius: 20px;
}
.sec04_recruit .location .map {
  width: 260px;
  margin: auto;
}
.sec04_recruit .location .list {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 0;
}
.sec04_recruit .location .list li {
  background: #c5f9f0;
  width: 60px;
  margin: 0 5px 5px 0;
  padding: 3px 8px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 100px;
}
.sec04_recruit .location .list li:nth-child(5n) {
  margin: 0 0 5px 0;
}


.btn_parts {
  background: #000;
  margin: 8rem 0 0;
  border-bottom: 10px solid #ffe047;
}
.btn_parts .inner {
  padding: 6rem 0 6rem;
  position: relative;
}
.btn_parts .illust {
  position: absolute;
  bottom: 0;
}
.btn_parts .illust01 {
 left: -130px;
    width: 450px;
}
.btn_parts .illust01.isActive {
  animation: skew-left 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
.btn_parts .illust02 {
  right: -159px;
    width: 435px;
}
.btn_parts .illust02.isActive {
  animation: skew-right 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes skew-left {
  0% {
    transform: translate(-100%, 100px);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
  }
  20%,100% {
    opacity: 1;
  }
}
@keyframes skew-right {
  0% {
    transform: translate(100%, 100px);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
  }
  20%,100% {
    opacity: 1;
  }
}

@keyframes circle-bgSP {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 50px;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .sec04 {
    margin: -17rem 0 0;
    padding: 17rem 0 0;
  }
  .sec04::before {
    bottom: calc(100% - 170px);
    background: url("img/sec04_bg_sp.png") center top no-repeat;
    background-size: 100% 100%;
  }
  .sec04.isActive::before {
    animation: circle-bgSP 1s ease-in-out forwards;
    animation-delay: 0.3s;
  }
  .sec04::after {
    top: 170px;
    height: calc(100% - 170px);
  }
  
  .sec04_inner {
    margin: -12rem 0 0;
  }
  
  .sec04 .main_ttl {
    padding: 0 1.5rem;
  }
  .sec04 .m_ttl .sb {
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    border-radius: 10px;
  }
  .sec04 .m_ttl .sb::after {
    border: 8px solid transparent;
    border-top: 12px solid #ffe047;
  }
  .sec04 .m_ttl .sb .large {
    font-size: 2rem;
  }
  .sec04 .m_ttl .circle {
    width: 200px;
    height: 200px;
    margin: -2rem auto 2rem;
    border: 2px solid #000;
  }
  .sec04 .m_ttl .circle::after {
    width: 2px;
    height: 20px;
  }
  .sec04 .m_ttl .circle_inner::before {
    bottom: 30px;
    left: -10px;
    width: 45px;
    height: 45px;
  }
  .sec04 .m_ttl .circle_inner::after {
    bottom: 40px;
    right: -20px;
    width: 45px;
    height: 45px;
  }
  .sec04 .m_ttl .circle_txt {
    font-size: 2.2rem;
  }
  .sec04 .m_ttl .circle_txt .large {
    font-size: 4.4rem;
  }

  .sec04 .lead {
    max-width: 100%;
    margin: 4rem auto 0!important;
    padding: 0 1.5rem;
	  font-size: 1.5rem;
  }


  .sec04 .sv_parts {
    margin: 3rem 0 0;
    padding: 0 1.5rem;
    position: relative;
    z-index: 0;
  }
  .sec04 .sv_parts::after {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    background: #fff;
    width: 100%;
    height: calc(100% - 100px);
    z-index: -1;
  }

  .sec04 .sv_parts .sv_block {
    background: none;
    border-radius: 0 0 0 35px;
  }

  .sec04_block01 {
    margin: 0 0 0;
    padding: 4rem 0 0;
  }

  .sec04_block01 .inner {
    padding: 0 1.5rem;
	          display: flex;
  }
  .sec04_block01 .inner::after {
    top: 40px;
    background: url("img/sec04_illust01.png") left top no-repeat;
    background-size: contain;
    width: 45%;
    height: 0;
	  right: -13px;
    padding-top: calc(50%*580/300);
  }

  .sec04_block01 .ttl01Wrap {
    width: 50%;
    height: 100%;
    order: 1;
  }
  .sec04_block01 .ttl01Wrap::before {
    width: 20px;
	          left: -20px;
    height: 2px;
  }
  .sec04_block01 .ttl01Wrap::after {
    width: 50px;
    height: 42px;
  }
  .sec04_block01 .ttl01 {
    font-size: 1.6rem;
  }
  .sec04_block01 .ttl01 .large {
    font-size: 3rem;
  }

  .sec04_block01 .sec04_qa {
    display: block;
    width: 100%;
    margin: 2rem 0 0;
    order: 2;
  }

  .sec04_block01 .sec04_item {
    width: 100%;
    margin: 0 0 3rem;
    padding: 3rem 2rem 0;  
    border-radius: 10px;
  }
  .sec04_block01 .sec04_item:last-child {
    margin: 0 0 0;
  }

  .sec04_block01 .num {
    top: -10px;
    left: 3px;
    width: 12%;
  }

  .sec04_block01 .ttl02 {
    display: block;
    padding: 0 0 1.5rem 1.5rem;
    font-size: 2rem;
  }

  .sec04_block01 .txtBox {
    padding: 1rem 0 1rem;
    border-top: 2px solid #000;
  }

  .sec04_block01 .acc_btn {
    width: 90px;
    height: 45px;
    border-radius: 90px 90px 0 0;
  }
  .sec04_block01 .acc_btn span::before {
    padding: 8px 0 0;
    font-size: 1.3rem;
  }
.sec04_summary .catch {
    font-size: 2rem;
}

  .sec04_slide01 {
    right: 0;
	  top: -3px;
    transform: translate(0,0);
  }
  .sec04_slide01 .slide_img {
    background: url("img/sec04_slide01.png") repeat-x;
    background-size: 1072px auto;
    height: 352px;
    animation: slideAuto01 60s linear infinite;
  }


  .sec04_summary {
    margin: 14rem 0 0;
    padding: 3rem 1.5rem 3rem;
  }
  .sec04_summary::before {
    bottom:calc(100% - -26px);
    width: 15%;
    height: 0;
	  left: 0;
    padding-top: calc(15%*120/90);
  }
  .sec04_summary::after {
    width: 100%;
    height: 100%;
    border-radius: 0 35px 0 35px;
    box-shadow: 5px 5px 0 0 #ffe047;
  }

  .sec04_summary .eng {
    left: 0;
    width: 70%;
  }

  .sec04_summary .txtBox {
    width: 100%;
    margin: 1rem 0 0;
    order: 2;
  }

  .sec04_summary .imgBox {
  width: 45%;
        margin: 0rem auto 0 auto;
        order: 1;
        position: absolute;
        top: -132px;
        z-index: -1;
        right:-20px;
  }

  .sec04_summary .btnBox {
    margin: 2rem 0 0;
  }
  .sec04_summary .btnBox > div {
    margin: 0 auto 2.5rem;
  }


  .sec04_slide02 {
    margin: 5rem 0 0;
  }
  .sec04_slide02 .slide_img {
    background: url("img/sec04_slide02.png") repeat-x;
    background-size: 615px auto;
    height: 50px;
    animation: slideAuto01 60s linear infinite;
  }


  .sec04_recruit {
    margin: -4rem 0 0;
    padding: 4rem 1.5rem 0;
  }
  
  .sec04_recruit .ttl01 {
    margin: 4rem 0 0;
  }
  .sec04_recruit .ttl01 .sub {
    margin: 0 0 5px;
    padding: 3px 8px;
    font-size: 2rem;
    border: 2px solid #000;
  }
  .sec04_recruit .ttl01 .large {
    font-size: 4rem;
  }

  .sec04_recruit .recruit_block {
    margin: 3rem 0 0;
  }

  .sec04_recruit .flexBox {
    display: block;
  }

  .sec04_recruit .boxL {
    width: 100%;
  }

  .sec04_recruit .boxR {
    width: 100%;
  }

  .sec04_recruit .item {
    margin: 0 0 2rem;
  }

  .sec04_recruit .ttl02 {
    padding: 0 0 0 1rem;
    font-size: 2rem;
    border-left: 2px solid #000;
  }
  .sec04_recruit .note {
    margin: 0 0 0 1rem;
  }

  .sec04_recruit .salary {
    display: block;
    margin: 1.5rem 0 0;
  }
  .sec04_recruit .salary .boxWrap:nth-child(1) {
    width: 100%;
  }
  .sec04_recruit .salary .boxWrap:nth-child(2) {
    width: 100%;
  }
  .sec04_recruit .salary .boxWrap:nth-child(1) .box {
    width: calc(50% - 3px);
    margin: 0 0 6px;
  }
  .sec04_recruit .salary .ttl {
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
  }
  .sec04_recruit .salary .txtBox {
    padding: 1rem 1.5rem;
  }
  .sec04_recruit .salary .txt {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .sec04_recruit .benefit {
    display: block;
    margin: 1.5rem 0 0;
  }
  .sec04_recruit .benefit .box {
    width: 100%;
    margin: 0 0 1.5rem;
    padding: 1.5rem 2rem;
    border-radius: 10px;
  }
  .sec04_recruit .benefit .box:last-child {
    margin: 0 0 0;
  }
  .sec04_recruit .benefit .b_ttl {
    font-size: 1.7rem;
  }
  .sec04_recruit .benefit .b_ttl::after {
    margin: 3px 0 0;
  }
  .sec04_recruit .benefit .b_ttl span {
    margin: 0 5px 0 0;
    font-size: 2.6rem;
  }
  .sec04_recruit .benefit .txt {
    margin: 1rem 0 0;
  }

  .sec04_recruit .location .box {
    padding: 2rem 2rem;
    border-radius: 10px;
  }
  .sec04_recruit .location .map {
    width: 70%;
  }
  .sec04_recruit .location .list {
    margin: 1.5rem 0 0;
  }
  .sec04_recruit .location .list li {
    width: 24%;
    margin: 0 1.33% 1.33% 0;
    padding: 3px 8px;
    font-size: 1.4rem;
  }
  .sec04_recruit .location .list li:nth-child(4n) {
    margin: 0 0 1.33% 0;
  }
  .sec04_recruit .location .list li:nth-child(5n) {
    margin: 0 1.33% 1.33% 0;
  }


  .btn_parts {
    margin: 3rem 0 0;
    border-bottom: 5px solid #ffe047;
  }
  .btn_parts .inner {
    padding: 3rem 1.5rem 11rem;
  }
  .btn_parts .btnBox {
    position: relative;
    align-items: 1;
    z-index: 1;
  }
  .btn_parts .illust {
    position: absolute;
    bottom: 0;
  }
  .btn_parts .illust01 {
   left: -26px;
        width: 50%;
  }
  .btn_parts .illust02 {
    right: -45px;
        width: 48%;
  }
}



/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 {
  padding:12rem 0 23rem;
  position: relative;
}
.sec05::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/deco03.png") left top no-repeat;
  background-size: contain;
  width: 630px;
  height: 630px;
  margin: auto;
  z-index: -3;
}
.sec05::after {
      content: "";
    position: absolute;
    bottom: -44px;
    left: calc(49% - 15px);
    transform: translate(-50%, 0);
    background: url(img/illust01.png) left bottom no-repeat;
    background-size: contain;
    width: 373px;
    height: 364px;
}

.sec05 .main_ttl {
  text-align: center;
}
.sec05 .m_ttl {
  font-size: 5rem;
}

.sec05 .lead {
  max-width: 55%;
  margin: 3rem auto 0!important;
}


.sec05_block {
  display: flex;
  justify-content: space-between;
  margin: 4rem 0 0;
}

.sec05_block .item {
  width: calc(50% - 5rem);
}

.sec05_block .item .eng {
  margin: 0 0 -3.6rem;
  position: relative;
  z-index: 1;
}
.sec05_block .item:nth-child(1) .eng {
      width: 380px;
    margin: 0 0 -3.6rem 12.4rem;
}
.sec05_block .item:nth-child(2) .eng {
  width: 450px;
}

.sec05_block .item_inner {
  position: relative;
  z-index: 0;
}
.sec05_block .item_inner::after {
  content: "";
  position: absolute;
  top: 0;
  background: #fff;
  width: 100vw;
  height: 100%;
  border: 3px solid #000;
  box-sizing: border-box;
  z-index: -1;
}
.sec05_block .item:nth-child(1) .item_inner::after {
  right: 0;
  border-radius: 0 70px 0 0;
}
.sec05_block .item:nth-child(2) .item_inner::after {
  left: 0;
  border-radius: 70px 0 0 0;
}

.sec05_block .ttl01 {
  display: flex;
  align-items: center;
  padding: 3.5rem 5rem 3.5rem 8rem;
  font-size: 2rem;
  position: relative;
}
.sec05_block .ttl01::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100vw;
  border-bottom: 3px solid #000;
  box-sizing: border-box;
}
.sec05_block .item:nth-child(1) .ttl01::after {
  right: 0;
}
.sec05_block .item:nth-child(2) .ttl01::after {
  left: 0;
}
.sec05_block .ttl01 .large {
  font-size: 3.4rem;
}
.sec05_block .ttl01 a {
  display: inline-block;
  position: relative;
}
.sec05_block .ttl01 a::after {
  content: "";
  display: inline-block;
  background: url("img/arrow04.png") left top no-repeat;
  background-size: contain;
	width: 30px;
	height: 30px;
  margin: 0 0 0 2rem;
}

.sec05_block .ttl02Wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  z-index: 0;
}
.sec05_block .ttl02Wrap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: calc(100% - 3px);
  box-sizing: border-box;
  z-index: -2;
}
.sec05_block .item:nth-child(1) .ttl02Wrap::after {
  right: 3px;
  background: #e3fffa;
}
.sec05_block .item:nth-child(2) .ttl02Wrap::after {
  left: 3px;
  background: #efebff;
}

.sec05_block .ttl02 {
  padding: 2.5rem 5rem 2.5rem 8rem;
  font-size: 1.5rem;
  width: 100%;
  position: relative;
}
.sec05_block .ttl02::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100vw;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
.sec05_block .item:nth-child(1) .ttl02::after {
  right: 0;
}
.sec05_block .item:nth-child(2) .ttl02::after {
  left: 0;
}
.sec05_block .ttl02:last-child::after {
  display: none;
}
.sec05_block .ttl02 a {
  display: inline-block;
  padding: 0 3rem 0 5rem;
  position: relative;
}
.sec05_block .ttl02 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("img/arrow02.png") left top no-repeat;
  background-size: contain;
	width: 20px;
	height: 12px;
  margin-top: -6px;
}
.sec05_block .ttl02 .num {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  width: 42px;
}

@media screen and (max-width: 768px) {
  .sec05 {
    padding: 6rem 1.5rem 12rem;
  }
  .sec05::before {
    top: 30px;
    width: 65%;
    height: 0;
    padding-top: 65%;
  }
  .sec05::after {
   left: calc(50% - -160px);
        width: 77%;
        bottom: -14px;
        height: 17px;
        padding-top: calc(65%* 330 / 590);
  }

  .sec05 .m_ttl {
    font-size: 3.6rem;
  }

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


  .sec05_block {
    display: block;
    margin: 4rem 0 0;
  }

  .sec05_block .item {
    width: 100%;
    margin: 0 0 2.5rem;
  }
  .sec05_block .item:last-child {
    margin: 0 0 0;
  }

  .sec05_block .item .eng {
    margin: 0 0 -6% 0;
  }
  .sec05_block .item:nth-child(1) .eng {
    width: 60%;
	  margin: 0 0 -6% 0;
  }
  .sec05_block .item:nth-child(2) .eng {
    width: 70%;
    margin: 0 0 -6% auto;
  }

  .sec05_block .item_inner {
    width: calc(100% + 1.5rem);
  }
  .sec05_block .item:nth-child(1) .item_inner {
    margin: 0 1.5rem 0 -1.5rem;
  }
  .sec05_block .item_inner::after {
    width: 100%;
    border: 2px solid #000;
  }
  .sec05_block .item:nth-child(1) .item_inner::after {
    border-radius: 0 35px 0 0;
  }
  .sec05_block .item:nth-child(2) .item_inner::after {
    border-radius: 35px 0 0 0;
  }

  .sec05_block .ttl01 {
    display: block;
    padding: 2.5rem 3rem 2.5rem;
    font-size: 1.5rem;
  }
  .sec05_block .ttl01::after {
    width: 100%;
    border-bottom: 2px solid #000;
  }
  .sec05_block .ttl01 .large {
    font-size: 2.2rem;
  }
  .sec05_block .ttl01 a::after {
    width: 20px;
    height: 20px;
    margin: 0 0 0 1.5rem;
  }

  .sec05_block .ttl02Wrap {
    display: block;
  }
  .sec05_block .ttl02Wrap::after {
    width: calc(100% - 4px);
    height: calc(100% - 2px);
  }
  .sec05_block .item:nth-child(1) .ttl02Wrap::after {
    right: 2px;
  }
  .sec05_block .item:nth-child(2) .ttl02Wrap::after {
    left: 2px;
    background: #efebff;
  }

  .sec05_block .ttl02 {
    padding: 1.5rem 3rem 1.5rem;
  }
  .sec05_block .ttl02::after {
    width: 100%;
  }
  .sec05_block .ttl02 a {
    display: block;
    padding: 0 3rem 0 13%;
  }
  .sec05_block .ttl02 a::after {
    width: 16px;
    height: 10px;
    margin-top: -5px;
  }
  .sec05_block .ttl02 .num {
    width: 10%;
  }
}
