/* Common */
.section {
  padding: 150px 0;
}

.title {
  margin-top: -10px;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
  font-family:  'Lexend';
}

.text {
  margin-top: 25px;
  font-size: 2.4rem;
  line-height: 1.5;
}

.more-btn {
  display: block;
  max-width: 149px;
  width: 100%;
  font-size: 2rem;
  line-height: 1;
  color: #00539e;
}

.more-btn i {
  display: block;
  width: 100%;
  height: 8px;
  margin-top: 5px;
  background: url('/child/img/main/more-btn-icon.png') no-repeat center;
  background-size: cover;
}

@media(max-width:1200px) {
  .section {
    padding: 130px 0;
  }
  
  .title {
    font-size: 6.4rem;
  }
  
  .text {
    margin-top: 20px;
    font-size: 2.2rem;
  }

  .more-btn {
    max-width: 140px;
    font-size: 1.8rem;
  }
  
  .more-btn i {
    height: 7px;
  }
}

@media(max-width:1024px) {
  .section {
    padding: 110px 0;
  }

    
  .title {
    margin-top: -6px;
    font-size: 5rem;
  }

  .text {
    margin-top: 15px;
    font-size: 2rem;
  }
  
  .more-btn {
    max-width: 130px;
    font-size: 1.6rem;
  }
}

@media(max-width:768px) {
  .section {
    padding: 90px 0;
  }

  .title {
    margin-top: -5px;
    font-size: 4.4rem;
  }
  
  .text {
    margin-top: 12px;
    font-size: 1.8rem;
  }

  .more-btn {
    max-width: 110px;
    font-size: 1.5rem;
  }
  
  .more-btn i {
    height: 6px;
  }
}

@media(max-width:500px) {
  .section {
    padding: 70px 0;
  }

  .title {
    font-size: 3.6rem;
  }
  
  .text {
    margin-top: 10px;
    font-size: 1.6rem;
  }

  .more-btn {
    max-width: 93px;
    font-size: 1.4rem;
  }

  .more-btn i {
    height: 5px;
    margin: 0;
  }
}


/* Section--01 */
/* Section--01 - Visual */
.section--01 {
  width:100%;
  height:100vh;
  padding:0px;
  background-color:#000;
}

.section--01 .visual {
  position: relative;
  width:100%;
  height:100%;
}

.section--01 .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  max-width: 1430px;
  width: 100%;
  height: 100%;
  margin: 20px auto 0;
  padding: 0px 15px;
  z-index: 2;
}

.section--01 .visual_title {
  margin-bottom: 35px;
  font-size:5.8rem;
  font-weight: 700;
  color:#eff0eb;
  line-height: 1.2;
}

.section--01 .visual_ani, 
.section--01 .visual_ani2 {
  width: fit-content;
  overflow: hidden;
  display:block;
}

.section--01 .visual_ani span,
.section--01 .visual_ani2 span {
  display: block;
  opacity: 0;
}

.section--01 .visual_text {
  max-width: 630px;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.section--01 .background {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  z-index:1;
}

.section--01 .background--01 {
  background-image: url('/child/img/main/section01_img01.png');
}

.section--01 .background--02 {
  background-image: url('/child/img/main/section01_img02.png');
}

.section--01 .background--03 {
  background-image: url('/child/img/main/section01_img03.png');
}

.section--01 .background--04 {
  background-image: url('/child/img/main/section01_img04.png');
}
.section--01 .background--05 {
  background-image: url('/child/img/main/section01_img05.png');
}

.section--01 .swiper-container {
  height:100%;
}

.section--01 .swiper-wrapper {
  height:100%;
}

.section--01 .swiper-slide {
  height:100%;
  overflow: hidden;
}

.section--01 .swiper-controls {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  left:50%;
  bottom: 66px;
  transform: translateX(-50%);
  max-width:1430px;
  width:100%;
  margin:0 auto;
  padding:0px 15px;
  z-index:3;
}

.section--01 .controls-navi {
  position: relative;
  max-width:180px;
  width:100%;
}

.section--01 .controls-navi .pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size:1.6rem;
  color:#ffffff;
}

.section--01 .controls-navi .pagination span {
  display: block;
  width: fit-content;
}

.section--01 .controls-navi .progressbar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:120px;
  height:3px;
  background-color:rgba(255, 255, 255, 0.5);
}

.section--01 .controls-navi .progressbar span {
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
}

.section--01 .controls-navi .progressbar span.active {
  width:100%;
  -moz-transition:all 5s ease;
  -webkit-transition:all 5s ease;
  transition:all 5s ease;
}


.section--01 .swiper-slide.swiper-slide-active .visual_ani span {
  animation:txtAni 1s ease forwards;
}

.section--01 .swiper-slide.swiper-slide-active .visual_ani2 span {
  animation:txtAni 1s ease forwards;
  animation-delay: .5s;
}

@keyframes txtAni {
	0% {
		opacity:0;
		transform:translateY(100%);
	}
	100% {
		opacity:1;
		transform:translateY(0);
	}
}


.section--01 .swiper-controls .arrow {
  display: inline-flex;
  align-items: center;
  gap: 0 5px;
  margin-left: 20px;
}


.section--01 .swiper-controls .prev,
.section--01 .swiper-controls .next {
  display: inline-block;
  cursor: pointer;
  width:15px;
  height:10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  cursor: pointer;
}

.section--01 .swiper-controls .prev {
  background-image: url('/child/img/main/section01_prev.png');
}

.section--01 .swiper-controls .next {
  background-image: url('/child/img/main/section01_next.png');
}


.section--01 .scroll-down-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 66px;
  left: 260px;
  width: 132px;
  font-size: 1.6rem;
  color: #fff;
  z-index: 999;
  cursor: pointer;
}

.section--01 .scroll-down-btn i {
  display: block;
  width: 10px;
  height: 10px;
  background: url('/child/img/main/scroll-down.png') no-repeat center;
  background-size: cover;
}


@media(max-width:1200px) {
  .section--01 .visual_title {
    margin-bottom: 30px;
    font-size: 4.8rem;
  }

  .section--01 .visual_text {
    max-width: 630px;
    font-size: 2.2rem;
  } 
  
  .section--01 .swiper-controls {
    bottom:55px;
  }
  
  .section--01 .controls-navi {
    max-width:170px;
  }
  
  .section--01 .controls-navi .pagination {
    font-size:1.5rem;
  }
  
  .section--01 .controls-navi .progressbar {
    width:110px;
    height:3px;
  }

  .section--01 .scroll-down-btn {
    bottom: 55px;
    left: 15px;
    width: 120px;
    font-size: 1.5rem;
  }
}

  
@media(max-width:1024px) {
  .section--01 .visual_title {
    margin-bottom: 25px;
    font-size: 4rem;
  }

  .section--01 .visual_text {
    max-width: 630px;
    font-size: 2rem;
  } 
  
  .section--01 .swiper-controls {
    bottom:45px;
  }
  
  .section--01 .controls-navi {
    max-width:160px;
  }
  
  .section--01 .controls-navi .pagination {
    font-size:1.4rem;
  }
  
  .section--01 .controls-navi .progressbar {
    width:100px;
    height:3px;
  }

  .section--01 .scroll-down-btn {
    bottom: 45px;
    width: 110px;
    font-size: 1.4rem;
  }
  
}

@media(max-width: 768px) {
  .section--01  .text {
    align-items: center;
    text-align: center;
  }

  .section--01 .visual_title {
    width: fit-content;
    margin-bottom: 20px;
    font-size: 3.0rem;
  }

  .section--01 .visual_ani {
    width: 100%;
  }

  .section--01 .visual_text {
    max-width: 475px;
    font-size: 1.8rem;
    text-align: center;
  }
  
  .section--01 .swiper-controls {
    bottom: 35px;
  }
  
  .section--01 .controls-navi {
    max-width:150px;
    margin: 0 auto;
  }
  
  .section--01 .controls-navi .pagination {
    font-size:1.3rem;
  }
  
  .section--01 .controls-navi .progressbar {
    width:90px;
    height:3px;
  }

  .section--01 .swiper-controls .arrow {
    display: none;
  }

  .section--01 .scroll-down-btn {
    display: none;
  }
}

@media(max-width: 500px) {
  .section--01 .visual_title {
    margin-bottom: 15px;
    font-size: 2.6rem;
  }
  
  .section--01 .visual_text {
    max-width: 630px;
    font-size: 1.6rem;
  }

  .section--01 .controls-navi {
    max-width:140px;
    margin: 0 auto;
  }
  
  .section--01 .controls-navi .pagination {
    font-size:1.2rem;
  }
  
  .section--01 .controls-navi .progressbar {
    width: 80px;
    height:2px;
  }
}

/* Section02 */ 
/* .section--02 {
  background: url('/child/img/main/section02_background.png') no-repeat;
  background-size: 221px 659px;
  background-position: right 0 center;
} */

.section--02 .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.section--02 .text-wrap {
  max-width: 380px;
  width: 27.142%;
}

.section--02 .more-btn {
  margin: 50px 0 30px;
}

.section--02 .img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 924px;
  width: 66%;
}

.section--02 .img-wrap .img {
  position: relative;
  overflow: hidden;
}

.section--02 .img-wrap div {
  max-width: 448px;
  width: 48.484%;
}

.section--02 .img-wrap .img--01 {
  max-width: 448px;
  width: 48.484%;
  aspect-ratio: 0.896 / 1;
}

.section--02 .img-wrap .img--02 {
  width: 100%;
  aspect-ratio: 2.24 / 1;
  margin-bottom: 30px;
}

.section--02 .img-wrap .img--03 {
  width: 100%;
  aspect-ratio: 1.659 / 1;
}

.section--02 .img-wrap .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media(max-width:1200px) {
  .section--02 {
    background-size: 199px 593px;
  }

  .section--02 .text-wrap {
    width: 30%;
  }

  .section--02 .img-wrap .img--02 {
    margin-bottom: 25px;
  }
}

@media(max-width:1024px) {
  .section--02 {
    background-size: 169px 527px;
  }

  .section--02 .text-wrap {
    width: 35%;
    margin-right: 20px;
  }

  .section--02 .img-wrap .img--02 {
    margin-bottom: 20px;
  }
}


@media(max-width:768px) {
  .section--02 {
    background-size: 155px 461px;
  }

  .section--02 .container {
    flex-direction: column;
    align-items: start;
  }

  .section--02 .text-wrap {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }

  .section--02 .text-wrap .text {
    max-width: 380px;
    width: 100%;
  }

  .section--02 .text-wrap .more-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 25px 0 0;
  }

  .section--02 .img-wrap {
    width: 100%;
    margin-top: 20px;
  }

  .section--02 .img-wrap .img--02 {
    margin-bottom: 15px;
  }
}

@media(max-width: 500px) {
  .section--02 {
    background-size: 132px 359px;
  }

  .section--02 .text-wrap .more-btn {
    top: -5px;
    margin: 15px 0 0;
  }

  .section--02 .img-wrap .img--02 {
    margin-bottom: 10px;
  }

  .section--02 .img-wrap {
    margin-top: 15px;
  }
}


/* Section03 */
.section--03 {
  background: url('/child/img/main/section03_background.png') no-repeat center;
  background-size: cover;
} 

.section--03 .title {
  text-align: center;
  color: #fff;
}

.section--03 .concepts-list {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 150px;
}

.section--03 .concepts_item {
  width: 14.285%;
  text-align: center;
}

.section--03 .concepts__icon {
  max-width: 176px;
  width: 88%;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section--03 .concepts__icon--01 {
  background-image: url('/child/img/main/section03_icon01.png');
}

.section--03 .concepts__icon--02 {
  background-image: url('/child/img/main/section03_icon02.png');
}

.section--03 .concepts__icon--03 {
  background-image: url('/child/img/main/section03_icon03.png');
}

.section--03 .concepts__icon--04 {
  background-image: url('/child/img/main/section03_icon04.png');
}

.section--03 .concepts__icon--05 {
  background-image: url('/child/img/main/section03_icon05.png');
}

.section--03 .concepts__icon--06 {
  background-image: url('/child/img/main/section03_icon06.png');
}

.section--03 .concepts__icon--07 {
  background-image: url('/child/img/main/section03_icon07.png');
}

.section--03 .concepts__name {
  margin-top: 30px;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
}

@media(max-width:1200px) {
  .section--03 .concepts-list {
    margin-top: 130px;
  }

  .section--03 .concepts__name {
    margin-top: 25px;
    font-size: 2.2rem;
  }
}

@media(max-width:1024px) {
  .section--03 .concepts-list {
    margin-top: 110px;
  }
  
  .section--03 .concepts__name {
    margin-top: 20px;
    font-size: 2rem;
  }
}

@media(max-width:768px) {
  .section--03 .concepts-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px 0;
    margin-top: 90px;
  }
  
  .section--03 .concepts_item {
    width: 24%;
  }

  .section--03 .concepts__name {
    margin-top: 15px;
    font-size: 1.8rem;
  }
}

@media(max-width:500px) {
  .section--03 .concepts-list {
    gap: 25px 0;
    margin-top: 70px;
  }
  
  .section--03 .concepts__name {
    font-size: 1.6rem;
  }
}

/* Section04 */
.section--04 {
  background: url('/child/img/main/section04_background.png') no-repeat center;
  background-size: cover;
}

.section--04 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}

.section--04 .product-slide {
  width: 100%;
}

.section--04 .swiper-container {
  width: 100%;
}

.section--04 .swiper-wrapper {
  width: 100%;
}

.section--04 .swiper-slide {
  position: relative;
  width: 100%;
  padding-top: calc(520 / 1920*100%);
}


.section--04 .swiper-slide .title {
  display: block;
  position: absolute;
  top: 80px;
  left: calc(50% + 80px);
  z-index: 10;
  font-size: 6.4rem;
  font-family: 'Lexend';
  color:#00539e;
}

.section--04 .swiper-slide .title p {
  opacity: 0;
  transform: translateY(100%);
}

.section--04 .swiper-slide .background  {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section--04 .swiper-slide .background--01 {
  background-image: url('/child/img/main/section04_img01.png');
}

.section--04 .swiper-slide .background--02 {
  background-image: url('/child/img/main/section04_img02.png');
}

.section--04 .swiper-slide .background--03 {
  background-image: url('/child/img/main/section04_img03.png');
}

.section--04 .swiper-slide .background--04 {
  background-image: url('/child/img/main/section04_img04.png');
}

.section--04 .swiper-slide.swiper-slide-active .title p {
  animation: productTextAni .3s ease-out forwards;
  animation-delay: .9s;
}

.section--04 .arrow {
  display: flex;
  align-items: center;
  gap: 0 20px;
  position: absolute;
  left: calc(50% + 80px);
  bottom: 80px;
  z-index:1;
}

.section--04 .arrow .prev, 
.section--04 .arrow .next {
  display: inline-block;
  width: 85px;
  height: 85px;
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  cursor: pointer;
}

.section--04 .arrow .prev {
  background-image: url('/child/img/main/section04_prev.png');
}

.section--04 .arrow .next {
  background-image: url('/child/img/main/section04_next.png');
}


@keyframes productTextAni {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media(max-width:1400px) {
  .section--04 .swiper-slide .title {
    top: 55px;
    left: calc(50% + 60px);
  }
}

@media(max-width:1200px) {
  .section--04 .container {
    margin-bottom: 60px;
  }

  .section--04 .swiper-slide {
    padding-top: calc(520 / 1920*100%);
  }
  
  .section--04 .swiper-slide .title {
    top: 45px;
    left: calc(50% + 50px);
    font-size: 5rem;
  }

  
  .section--04 .arrow {
    gap: 0 20px;
    left: calc(50% + 50px);
    bottom: 80px;
  }

  .section--04 .arrow .prev, 
  .section--04 .arrow .next {
    width: 70px;
    height: 70px;
  }
}

@media(max-width:1024px) {
  .section--04 .container {
    margin-bottom: 60px;
  }

  .section--04 .swiper-slide {
    padding-top: calc(320 / 1024*100%);
  }
  
  .section--04 .swiper-slide .title {
    top: 35px;
    left: calc(50% + 20px);
    font-size: 4.2rem;
  }

  .section--04 .arrow {
    gap: 0 15px;
    left: calc(50% + 20px);
    bottom: 70px;
  }

  .section--04 .arrow .prev, 
  .section--04 .arrow .next {
    width: 55px;
    height: 55px;
  }
}

@media(max-width:768px) {
  .section--04 .container {
    position: relative;
    margin-bottom: 50px;
  }

  .section--04 .container .more-btn {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .section--04 .swiper-slide {
    overflow: visible;
    padding-top: calc(240 / 768*100%);
  }
  
  .section--04 .swiper-slide .title {
    top: 35px;
    left: calc(50% + 20px);
    font-size: 3.6rem;
  }

  .section--04 .arrow {
    gap: 0 15px;
    left: calc(50% + 20px);
    bottom: 60px;
  }

  .section--04 .arrow .prev, 
  .section--04 .arrow .next {
    width: 40px;
    height: 40px;
  }

}

@media(max-width:670px) {
  .section--04 .swiper-container {
    padding-bottom: 65px;
  }

  .section--04 .swiper-slide {
    padding-top: calc(211 / 600*100%);
  }
  
  .section--04 .swiper-slide .title {
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% + 25px);
    font-size: 3.6rem;
  }
    
  .section--04 .swiper-slide .background--01 {
    background-image: url('/child/img/main/section04_img01-mo.png');
  }

  .section--04 .swiper-slide .background--02 {
    background-image: url('/child/img/main/section04_img02-mo.png');
  }

  .section--04 .swiper-slide .background--03 {
    background-image: url('/child/img/main/section04_img03-mo.png');
  }

  .section--04 .swiper-slide .background--04 {
    background-image: url('/child/img/main/section04_img04-mo.png');
  }

  .section--04 .arrow {
    gap: 0 15px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
  }
}


@media(max-width: 500px) {
  .section--04 .container {
    margin-bottom: 40px;
  }

  .section--04 .swiper-container {
    padding-bottom: 85px;
  }

  .section--04 .container .more-btn {
    top: 10px;
  }

  .section--04 .swiper-slide {
    overflow: visible;
  }

  .section--04 .swiper-slide .title {
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 3rem;
    text-align: center;
  }

  .section--04 .swiper-slide .background--01 {
    background-image: url('/child/img/main/section04_img01-mo2.png');
  }

  .section--04 .swiper-slide .background--02 {
    background-image: url('/child/img/main/section04_img02-mo2.png');
  }

  .section--04 .swiper-slide .background--03 {
    background-image: url('/child/img/main/section04_img03-mo2.png');
  }

  .section--04 .swiper-slide .background--04 {
    background-image: url('/child/img/main/section04_img04-mo2.png');
  }

  .section--04 .arrow {
    gap: 0 15px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
  }

  .section--04 .arrow .prev, 
  .section--04 .arrow .next {
    width: 30px;
    height: 30px;
  }
}

/* Section05 */
.section--05 {
  background-color: #fef5eb;
}

.section--05 .title {
  margin-bottom: 85px;
}

.section--05 .inner {
  width: 100%;
  overflow: hidden;
  margin-bottom: -10px;
}

.section--05 .swiper02 {
  margin-top: 90px;
} 

.section--05 .swiper-wrapper {
	align-items: center;
	transition-timing-function: linear !important;
}

.section--05 .swiper-slide {
	width: auto;
	margin-right:80px;
}

@media(max-width:1200px) {
  .section--05 .title {
    margin-bottom: 75px;
  }

	.section--05 .swiper02 {
    margin-top: 80px;
  }

	.section--05 .swiper-slide {
		margin-right: 70px;
	}
  
  /* .section--05 .inner .img-box {
    width: 3000px;
  }
  
  .section--05 .inner .img-box .img {
    margin-right: 70px;
  }
  
  .section--05 .inner .img-box02 {
    margin-top: 80px;
  }  */
}

@media(max-width:1024px) {
  .section--05 .title {
    margin-bottom: 65px;
  }
  
	.section--05 .swiper02 {
    margin-top: 70px;
  }
  
  .section--05 .swiper-slide {
    margin-right: 60px;
  }

	.section--05 .swiper-slide img {
		height: 100px;
	}
}

@media(max-width:768px) {
  .section--05 .title {
    margin-bottom: 55px;
  }

	.section--05 .swiper02 {
    margin-top:40px;
  } 
  
  .section--05 .swiper-slide {
    margin-right: 50px;
  }  

	.section--05 .swiper-slide img {
		height: 80px;
	}
}

@media(max-width:500px) {
  .section--05 .title {
    margin-bottom: 45px;
  }

	.section--05 .swiper02 {
    margin-top: 20px;
  }
  
  .section--05 .swiper-slide {
    margin-right: 40px;
  }  

	.section--05 .swiper-slide img {
		height: 60px;
	}
}

/* Section06 */
.section--06 .title {
  margin-bottom: 84px;
}

.section--06 .list {
  display: flex;
  align-items: center;
  gap: 0 115px;
  margin-bottom: -4px;
}

@media(max-width:1200px) {
  .section--06 .title {
    margin-bottom: 75px;
  }
  
  .section--06 .list {
    gap: 0 75px;
  }
}

@media(max-width:1024px) {
  .section--06 .title {
    margin-bottom: 65px;
  }
  
  .section--06 .list {
    gap: 0 35px;
  }
}

@media(max-width:768px) {
  .section--06 .title {
    margin-bottom: 55px;
  }
  
  .section--06 .list {
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .section--06 .list li {
    width: calc(50% - 10px);
    padding: 15px;
    text-align: center;
  }
    
  .section--06 .list li:first-of-type {
    padding: 5px;
  }
}

@media(max-width:500px) {
  .section--06 .title {
    margin-bottom: 45px;
  }
  
  .section--06 .list {
    gap: 15px 16px; 
  }
  
  .section--06 .list li {
    width: calc(50% - 8px);
  }
    
  .section--06 .list li:last-of-type {
    padding: 5px;
  }
}

/* Section05 */
.section--07 {
  background: url('/child/img/main/section05_background.png') no-repeat center;
  background-size: cover;
}

.section--07 .title {
  text-align: center;
  margin: -33px auto 0;
  color: #fff;
}

.section--07 .contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 70px auto 60px;
}

.section--07 .contact_item {
  display: flex;
  align-items: center;
  max-width: 463px;
  width: 33.071%;
  padding: 0 53px;
}

.section--07 .contact_item:first-of-type {
  padding: 0;
}

.section--07 .contact_item:nth-of-type(2) {
  max-width: 477px;
  width: 34.071%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.section--07 .contact__icon {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section--07 .contact__icon--01 {
  background-image: url('/child/img/main/section05_icon01.png');
}

.section--07 .contact__icon--02 {
  background-image: url('/child/img/main/section05_icon02.png');
}

.section--07 .contact__icon--03 {
  background-image: url('/child/img/main/section05_icon03.png');
}

.section--07 .contact__text {
  width: calc(100% - 100px);
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
}

.section--07 .contact__text span {
  font-weight: 700;
}

.section--07 .form-area{
  padding: 60px;
  background-color: #fff;
}

@media(max-width:1200px) {
  .section--07 .title {
    margin: -26px auto 0;
  }
  
  .section--07 .contact {
    margin: 60px auto 50px;
  }
  
  .section--07 .contact_item {
    width: 33%;
    padding: 0 30px;
  }
  
  .section--07 .contact_item:nth-of-type(2) {
    width: 33%;
  }
  
  .section--07 .contact_item:last-of-type {
    padding-right: 0;
  }

  .section--07 .contact__icon {
    width: 70px;
    height: 70px;
    /* margin-right: 20px; */
  }
  
  .section--07 .contact__text {
    width: calc(100% - 90px);
    font-size: 2.2rem;
  }

  .section--07 .form-area{
    padding: 50px;
  }
  
}

@media(max-width:1024px) {
  .section--07 .title {
    margin: -20px auto 0;
  }

  .section--07 .contact {
    flex-direction: column;
    align-items: start;
    max-width: 500px;
    width: 100%;
    margin: 50px auto 40px;
  }
  
  .section--07 .contact_item {
    width: 100%;
    padding: 0;
  }

  .section--07 .contact_item:nth-of-type(2) {
    width: 100%;
    margin: 10px 0;
    border: none;
  }
  
  .section--07 .contact__icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  
  .section--07 .contact__text {
    display: flex;
    align-items: center;
    width: calc(100% - 75px);
    font-size: 2rem;
  }

  .section--07 .contact__text p span {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }

  .section--07 .contact__text p span::after {
    content: ":";
    display: block;
    margin-left: 5px;
    font-weight: 500;
  }

  .section--07 .form-area{
    padding: 40px;
  }
}

@media(max-width: 768px) {
  .section--07 .title {
    margin: -18px auto 0;
  }

  .section--07 .contact {
    max-width: 411px;
    margin: 40px auto 30px;
  }
  
  .section--07 .contact__icon {
    width: 50px;
    height: 50px;
  }
  
  .section--07 .contact__text {
    width: calc(100% - 65px);
    font-size: 1.8rem;
  }

  .section--07 .contact__text p span {
    margin-right: 7px;
  }

  .section--07 .form-area{
    padding: 30px;
  }
}

@media(max-width: 500px) {
  .section--07 .title {
    margin: -15px auto 0;
  }
  
  .section--07 .contact {
    align-items: center;
    max-width: fit-content;
    margin: 30px auto 20px;
  }
  
  .section--07 .contact__icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  
  .section--07 .contact__text {
    width: calc(100% - 50px);
    font-size: 1.6rem;
  }

  .section--07 .contact__text p span {
    margin-right: 5px;
  }

  .section--07 .contact__text p span::after {
    margin-left: 3px;
  }

  .section--07 .form-area{
    padding: 20px;
  }
}



/* Popup */
#popup {
  position: relative;
}

.popup-layer {
  z-index: 10000;
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,.25);
  animation: popup-fade .65s ease-in-out .35s forwards;
  opacity: 0;
  max-width:800px;
}

@keyframes popup-fade {
  0% { opacity: 0;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
}
.popup-layer__body {
  background: #fff;
}

.popup-layer__body img {
  display: block;
  margin: 0 auto;
  border: none;
  max-width: 100%;
}

.popup-layer__foot {
  background: #424242;
}

.popup-layer__foot ul {
  display:flex;
  flex-wrap: wrap;
}

.popup-layer__foot li {
  width:50%;
  padding:10px;
}

.popup-layer__foot li:first-child {
  padding-right:0;
}

.popup-layer__foot li:last-child {
  text-align: right;
}

.popup-layer__foot span {
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
  transition:all 0.3s ease;
}

.popup-layer__foot label:hover span { opacity: .7; }

/* .popup-layer-foot { background: #424242; }
.popup-layer-foot span { font-size: 15px; color: #fff; }
.popup-layer-foot label:hover span { opacity: .7; }
.popup-layer-foot li:first-child { padding-right: 0; }
.popup-layer-foot li:last-child { text-align: right; } */


@media (max-width: 1024px){
  /* .popup-layer { z-index: 999; } */
  .popup-layer { top: 95px !important; left: 0 !important; margin: 0 5px; }
}
@media (max-width: 768px){

  .popup-layer {
    width:calc(100% - 10px);
  }

  .popup-layer img {
    max-width: none;
    width:100%;
    height: auto !important;
  }
  .popup-layer-foot span { font-size: 14px; }

}
@media (max-width: 375px){
  .popup-layer-foot li { width: 100%; }
  .popup-layer-foot li:last-child { text-align: left; }
}
