@charset "UTF-8";

.mainImage_wrap {
  position: relative;
  max-width: auto;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}
.mainImage_wrap img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.mainImg {
  transform: scale(1.1);
   animation: main 1.5s ease-out forwards;
}
@keyframes main {
  0% {
     opacity: 0;
     transform: scale(1.1);
  }
  100% {
     opacity: 1;
     transform: scale(1);
  }
}
.imgfade {
  opacity: 0;
}
.fade_in_animationImg {
  opacity: 1;
  transition: opacity 0.7s;
  transition-delay: 0.1s;
}
.fade_in_animation {
  animation: fadein 1s ease-out forwards;
}
.fadeInBox {
  opacity: 0;
}
@keyframes fadein {
  0% {
     opacity: 0;
     transform: translateY(60px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}
.mainCnts_wrap {
  position: relative;
}
.mainCnts_inner {
  background: #fafafa;
}
.cnts_wrap {
  max-width: 1800px;
  margin: 0 auto;
}
.cnts1 {
  max-width: 1100px;
  padding: 50px 0;
  margin: 0 auto;
}
.cnts1 .cnts1_mainText {
  padding: 0 20px;
}
.cnts1 h2 {
  color: #2E3342;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cnts1 p {
  color: #333333;
  font-size: 16px;
  line-height: 29px;
}
.cnts1 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.cnts1 ul li {
  width: calc(50% - 40px);
  margin: 0 20px 50px;
}
.cnts1 ul li h2 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 5px;
}
.cnts1 ul li p {
  text-align: left;
}
.cnts1 ul li img {
  width: 100%;
  margin-bottom: 15px;
}
.cnts2 {
  background: #051C2C;
}
.cnts2_inner {
  display: flex;
  padding: 30px 20px;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
.cnts2_inner .textBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 30px;
}
.cnts2_inner img {
  width: 500px;
}
.cnts2_inner h2 {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 25px;
}
.cnts2_inner p {
  color: #fff;
  font-size: 16px;
  line-height: 29px;
  text-align: left;
}
.cnts3 {
  height: auto;
}
.cnts3_inner {
  position: relative;
  max-width: auto;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  line-height: 0;
}
.cnts3_inner img.pc {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.cnts3_inner img.left {
  position: absolute;
  top: 190px;
  left: 15%;
  opacity: 0;
}
.cnts3_inner img.right {
  position: absolute;
  top: 540px;
  right: 15%;
  opacity: 0;
}
.cnts5 .cnts_wrap {
  max-width: 1200px;
  padding: 0 0 100px;
}
.cnts5_title {
  font-size: 36px;
  font-weight: bold;
  color: #4b83b9;
  padding: 100px 0;
}
.cnts5_tabCntBox {
  display: none;
  padding: 30px;
  background: #fff;
}
.currentQA {
  display: block;
}
.cnts5_tabCntBox ul li {
  padding: 30px 0 0 0;
  border-bottom: 1px solid #eeeeee;
}
.cnts5_tabCntBox ul li:last-child {
  border-bottom: 0;
}
.faq_Q,
.faq_A {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  text-align: left;
  margin-bottom: 30px;
}
.faq_Q {
  color: #4b83b9;
}
.cnts5_tabCntBox .faq_Q i,
.cnts5_tabCntBox .faq_A i {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  box-sizing: border-box;
  margin-right: 30px;
}
.cnts5_tabCntBox .faq_Q i {
  background: linear-gradient(to bottom right, #96c8da 0%, #4e8eca 50%, #014d8e);
}
.cnts5_tabCntBox .faq_A i {
  background: #fff;
  border: 1px solid #4b83b9;
}
.cnts5_tabCntBox .faq_Q i:after {
  content: "Q";
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-family: "Arial";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.cnts5_tabCntBox .faq_A i:after {
  content: "A";
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-family: "Arial";
  color: #4b83b9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.cnts5_tabCntBox .faq_Q span,
.cnts5_tabCntBox .faq_A span {
  display: block;
  padding: 2px 0 0 0;
}
.cnts5_bText {
  color: #112D5C;
  font-size: 18px;
  line-height: 31px;
  width: 80%;
  padding: 15px 50px;
  margin: 140px auto 0;
  background: #AAC8ED;
  box-sizing: border-box;
}
.bottomBtn {
  padding: 60px 0;
  border-bottom: 1px solid #4284C0;
}
.bottomBtn a:hover {
  opacity: 0.8;
}
/*  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1450px){
  .mainImage_wrap {
    position: relative;
    max-width: 1450px;
    height: 570px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .mainImage_wrap img {
    position: absolute;
    top: 0;
    left: calc(50% - 725px);
    width: auto;
  }
  .cnts3_inner {
    position: relative;
    width: 1100px;
    height: 800px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .cnts3_inner img.pc {
    position: absolute;
    top: 0;
    left: calc(50% - 725px);
    width: auto;
  }
  .cnts3_inner img.left {
    left: 20px;
  }
  .cnts3_inner img.right {
    right: 20px;
  }
}
/* SP ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 767px){
.mainImage_wrap {
  width: 100%;
  height: auto;
}
.mainImage_wrap img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.cnts1 {
  padding: 50px 0 0;
}
.cnts1 ul {
  margin-top: 40px;
}
.cnts1 ul li {
  width: 100%;
}
.cnts1 p {
  text-align: left;
}
.cnts2_inner {
  display: block;
}
.cnts2_inner img {
  width: 100%;
}
.cnts2_inner .textBlock {
  padding: 30px 0 0;
}
.cnts3_inner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cnts3_inner img.sp {
  width: 100%;
}
.cnts3_inner img.left,
.cnts3_inner img.right {
  top: 30px;
  left: unset;
  right: unset;
  width: 80%;
}
.cnts5 {
  box-sizing: border-box;
  padding: 0 20px;
}
.cnts5_title {
  font-size: 24px;
  padding: 50px 0;
}

.cnts5_tabCntBox {
  padding: 15px;
}
.faq_Q, 
.faq_A {
  font-size: 14px;
  line-height: 28px;
}
.cnts5_tabCntBox .faq_Q i, 
.cnts5_tabCntBox .faq_A i {
  margin-right: 15px;
}
.cnts5 .cnts_wrap {
  padding: 0 0 50px;
}
.cnts5_bText {
  font-size: 16px;
  width: 100%;
  padding: 15px 20px;
  margin: 40px auto 0;
  text-align: left;
}

}
