/*
Theme Name: meviy_partners
*/
/* LAYOUT  -----------------------------*/
.page_sector .sec_wrap {
    max-width: 1200px;
}
section{scroll-margin-top: 100px}
/* h2.sector_section_title{
	text-align: center;
  color: #0a1464;
	font-size: 35px;
	font-weight: 600;
	padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 50px auto 50px auto;
  position: relative;
  gap: 30px;
}
h2.sector_section_title span{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
h2.sector_section_title::before,
h2.sector_section_title::after{
  content: "";
  display: inline-block;
  border: 4px solid #0a1464;
  aspect-ratio: 1/3;
  width: 20px;
  margin-top: 0px;
}
h2.sector_section_title::before{
  border-right: none;
}
h2.sector_section_title::after{
  border-left: none;
} */

/* FONT */

h2.sector_section_title{
  margin: 50px 0;
  text-align: center;
}
h2.sector_section_title span{
display: inline;
  text-align: center;
  color: #000;
	font-size: 32px;
	font-weight: 600;
	padding: 0 15px;
  background:linear-gradient(transparent 65%, #f7cd00 65%);
}
h3.sector_section_title{
  margin: 50px 0 30px 0;
  text-align: center;
}
h3.sector_section_title span{
  font-size: 26px;
  font-weight: 600;
  padding: 0 15px 5px 15px;
  color: #0a1464;
  border-bottom: 3px solid #0a1464;
}
@media only screen and (max-width: 767px) {
  h2.sector_section_title span{
    font-size: 28px;
    padding: 0px;
  }
  h3.sector_section_title{
    margin: 30px 0 15px 0;
  }
  h3.sector_section_title span{
    font-size: 24px;
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
  h2.sector_section_title span{
    font-size: 24px;
  }
  h3.sector_section_title span{
    font-size: 20px;
  }
}
/* color  -----------------------------*/
body{
  background: #fff !important;
}
section:nth-child(2n){
  background: #f7f7f7;
}
section#sector_intro{
  background: linear-gradient(to right, #0a1464, #5ABCCD) !important;
}
section#sector_index{
  background: #fff !important;
}
section#footer_btn_area{
  background: #0a1464;
}

/* BTN  -----------------------------*/
.sector_button a {
    display: block;
    float: none;
    margin: 40px auto;
    width: 90%;
    max-width: 400px;
    font-size: 25px;
    font-weight: 600;
    background: #f7cd00;
    box-shadow: 5px 5px 0 0 #000;
    color: #000;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.sector_button a:hover {
    opacity: 0.7;
}

/* イントロ -----------------------------*/
.intro_wrap{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
}
.sector_intro_area{
  display: flex;
  justify-content: space-between
}
.sector_intro_text{
    width: calc(100% - 660px);
}
.sector_intro_img{
    width: 600px;
    margin-bottom: -5px;
    overflow: hidden;
}
.sector_intro_img img{
  width: 100%;
  height: auto;
}
.sector_intro_text h1{
    color: #fff;
    padding: 0px 0;
    font-size: 45px;
    margin: 0;
    padding-bottom: 30px;
}
.sector_intro_text_inner{
  padding: 0;
}
.sector_intro_text_inner h2{
    font-size: 32px;
    margin: 0;
    padding: 0 0 10px 0;
    color: #fff;
  }
  .sector_intro_text_inner ul{
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  padding: 20px 0;
}
.sector_intro_text_inner ul li{
  padding: 5px 10px;
  background: #fff;
  color: #0A1464;
  font-weight: 600 !important;
  font-size: 25px;
  -moz-border-radius:10px;
  border-radius:10px;
  list-style-type: none;
}

.sector_intro_text_inner p{
  color: #fff;
  font-size: 20px !important;
  margin: 0 0 10px 0 !important;
}
@media only screen and (max-width: 1500px) {
  .sector_intro_text{
      width: calc(100% - 630px);
  }
  .sector_intro_text h1{
    font-size: 40px;
    padding-bottom: 20px;
  }
  .sector_intro_text_inner h2{
    font-size: 27px;
  }
  .sector_intro_text_inner p{
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 1350px) {
  .sector_intro_area{

  }
  .sector_intro_text h1{
    font-size: 35px;
    padding-bottom: 15px;
  }
  .sector_intro_text_inner h2{
    font-size: 25px;
  }

  .sector_intro_text_inner p{
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .sector_intro_area{
    width: 100%;
    margin: 0;
    flex-direction: column;
    height: auto;
    padding: 0;
  }
  .sector_intro_img{
    width: 100%;
    margin: 0 auto -5px auto;
    padding-top: 0;
  }
  .sector_intro_img img{
    width: 100%;
    height: auto;
  }
  .sector_intro_text{width: 100%;}

  .sector_intro_text h1{
    font-size: 30px;
    padding-bottom: 15px;
    text-align: left !important;
  }
  .sector_intro_text_inner h2{
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sector_intro_text h1{
    text-align: left;
    font-size: 25px;
    padding-bottom: 12px;
  }
  .sector_intro_text_inner h2{
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .sector_intro_text h1{
    font-size: 25px;
    padding-bottom: 12px;
  }
  .sector_intro_text_inner h2{
    font-size: 20px;
  }
}
/* 課題 -----------------------------------*/
.challenge_set{
    background: #fff;
    padding: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 40px;
    -moz-border-radius:10px;
    border-radius:10px;
    overflow: hidden;
}
.challenge_set h3{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    padding: 20px;
    margin: 0;
    background: #555;
    color: #fff;
}
/* テキスト */
.challenge_text,
.challenge_answer{
    padding: 30px 40px 20px 40px;
    text-align: center
}
.challenge_text h4,
.challenge_answer h4{
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 10px 20px;
    text-align: center;
    color: #555;
    border: #555 3px solid;
}
.challenge_text p,
.challenge_answer p{
    font-size: 18px;
    margin-bottom: 7px;
    text-align: center;
    color: #555;
}
/* .challenge_answer h4{
    border: none;
    background: #0a1464;
    color: #fff;
    font-size: 25px;
    -moz-border-radius:10px;
    border-radius:10px;
    padding: 10px 30px;
} */
 .challenge_answer h4{
  text-align: center;
  border: none !important;
  font-size: 25px;
  color: #0a1464;
  padding: 0;
 }
.challenge_answer h4 span{
  background: linear-gradient(transparent 60%, #5abccd 60%);
  padding: 5px 15px;
}
.challenge_answer p{
    color: #0a1464;
}

/* フローチャート */
ul.challenge_flow{
    display: flex;
    justify-content:center;
    list-style: none;
    margin: 20px 0 ;
    padding: 0;
    gap: 30px;
}
ul.challenge_flow li{
    width: 250px;
    list-style-type: none;
    text-align: center;
    background: #fff;
    padding: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #555;
    -moz-border-radius:10px;
    border-radius:10px;
    overflow: hidden;
}

.flow_text_above{
    font-weight: 600;
    font-size: 20px;
    background: #555;
    color: #fff;
    padding: 10px 20px;
    flex: 1;
}
.method_img{
    padding: 0 20px;
}
.flow_text_below{
    font-size: 16px;
    padding: 0px 20px 20px 20px;
    color: #555
}
ul.challenge_flow li.arrow-right{
    background: none;
    box-shadow: none;
   width: 44px;
   display: flex;
   flex-direction: column;
   justify-content: center;
}
.arrow-right > div {
  display: inline-block;
  width: 20px;
  height: 25px;
  background: #555;
  position: relative;
}

.arrow-right > div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #555;
}
ul.challenge_flow li.arrow-right:last-child{
    display: none;
    width: 0;
    height: 0;
}
@media only screen and (max-width: 1000px) {
  
  ul.challenge_flow{
    gap: 15px;
    padding: 15px;
  }
  .flow_text_above{
    font-size: 16px;
  }
  .flow_text_below{
    font-size: 14px;
  }
  .flow_text_below br{display: none;}
  ul.challenge_flow li.arrow-right{
    width: 24px;
  }
  .arrow-right > div {
    display: inline-block;
    width: 10px;
    height: 15px;
    background: #555;
    position: relative;
  }

  .arrow-right > div::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #555;
  }
}
@media only screen and (max-width: 700px) {
  .challenge_set h3{
    font-size: 22px;
    padding: 15px;
  }
  .challenge_text,
  .challenge_answer{
      padding: 15px;
      text-align: justify
  }
  .challenge_text p,
  .challenge_answer p{
      font-size: 16px;
      margin-bottom: 5px;
      text-align: justify;
  }
  ul.challenge_flow{
    flex-direction: column;
  }
  ul.challenge_flow li{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .challenge_text h4,
  .challenge_answer h4{
      font-size: 18px;
      margin: 0 0 10px 0;
      padding: 10px 20px;
  }
  .challenge_text p,
  .challenge_answer p{
      font-size: 14px;
      margin-bottom: 7px;
  }
  .challenge_answer h4{
    font-size: 20px;
  }
  .challenge_answer h4 span{
    padding: 5px 5px;
  }
}


/* 矢印 */
.challenge_arrow_area{
    text-align: center;
}
.challenge_arrow {
  position: relative;
  display: inline-block;
  padding: 14px 24px 0 24px;
  background: #0a1464;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 40px auto;
}

/* 三角部分（本体より広くする） */
.challenge_arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);

  width: 0;
  height: 0;

  border-left: 80px solid transparent;  /* ←ここで幅調整 */
  border-right: 80px solid transparent;
  border-top: 30px solid #0a1464;
}


/*  解決 ---------------------------- */
ul.ul_strength{
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 40px 0;
}
ul.ul_strength li{
    /* width: calc((100% - 60px) / 3); */
    width: 300px;
    margin: 0;
    padding:0;
    box-sizing: border-box;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -moz-border-radius:10px;
    border-radius:10px;
    overflow: hidden;
}
.strength_title{
    font-weight: 600;
    font-size: 20px;
    background: #0a1464;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}
.strength_img{
    padding: 0 20px;
}
.strength_text{
    font-size: 16px;
    padding: 0px 20px 20px 20px;
    color: #000;
    text-align: justify;
}
@media only screen and (max-width: 900px) {
  ul.ul_strength{
    flex-direction: column;
  }
  ul.ul_strength > li{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
ul.mp_flow{
  display: flex;
  justify-content: center;
  gap:30px;
  margin: 40px 0 70px 0;
  padding: 0;
}
ul.mp_flow > li{
  width: 250px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mp_flow_step{
  text-align: center;
  padding-bottom: 10px;
}
.mp_flow_step > span{
  display: inline-block;
  width: 150px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #0A1464;

}
.mp_flow_step > span >span{
  font-size: 25px;
}
.mp_flow_img{
  height: 100px;
display: flex;
justify-content: center;
padding-bottom: 10px;
}
.mp_flow_img img{
  height: 100%;
  width: auto;
}
.mp_flow_text{
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #0a1464;
}
@media only screen and (max-width: 900px) {
  ul.mp_flow{
    flex-direction: column;
  }
  ul.mp_flow > li{
    margin: 0 auto;
  }
}
/* 加工方法・材料 ---------------------------- */
ul.method_loop{
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    width: 100%;

}
ul.method_loop > li{
    width: calc((100% - 60px) / 3);
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -moz-border-radius:10px;
    border-radius:10px;
    overflow: hidden;
}
ul.method_loop > li h3{
    background: #0a1464;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    margin: 0;
    height: 50px;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul.method_content_loop{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 ;
    list-style: none;
    margin: 0;
    box-sizing: border-box;
    gap: 0;
}
ul.method_content_loop li{
    margin: 0;
    padding: 0;
}
ul.method_content_loop li a{
  color: #555;
  text-decoration: none;
}
ul.method_content_loop li a:hover .method_content{
  background: #f7cd00;
}
.method_content{
  display: flex;
  height: 100%;
  padding: 10px 0;
  gap: 0;
}
.method_img{
    width: 120px;
}
.method_text{
    padding: 0 15px 0 0;
    width: calc(100% - 120px);
    box-sizing: border-box;
    margin-top: -3px;
}
a .method_text{
  width: calc(100% - 140px);
}
.method_arrow{display: none;}

a .method_arrow{
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 10px;
}
a .method_arrow div{
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/common/arrow_right_2.png) center center no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.method_text h4{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}
.method_text p{
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.method_text p a{
  display: inline-block;
  margin-left: 2px;
  background: #5abccd;
  color: #fff;
  padding: 0 4px;
  -moz-border-radius:3px;
  border-radius:3px;
  text-decoration: none;
  font-size: 10px;
}
@media only screen and (max-width: 900px) {
  ul.method_loop{
    flex-direction: column;
  }
  ul.method_loop > li{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
/* -- おすすめパートナー ---------------------------- */

.sector_partner_swiper .swiper-slide{
  height: 100%;
  padding: 0;
  background: #fff;
  -moz-border-radius:10px;
  border-radius:10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sector_partner_swiper .swiper-slide a {
  text-decoration: none;
  color: #555;
  height: 100%;
  width: 100%;
}

.partner_set{
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.partner_img{
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.partner_img img{
  width: 100% !important;
  height: auto !important;
}
.partner_text_area{
  padding: 15px;
}

.partner_link{display: none; width: 0;}

.partner_name{
    color:#555;
    font-weight: 600;
    font-size: 20px;
}

.partner_text{
    color: #555;
    font-size: 14px;
}
ul.partner_detail{
  display: flex;
  margin: 0;
  padding:10px 0 0 0;
  gap: 5px;
  flex-wrap: wrap;
  list-style: none;
}
ul.partner_detail li{
  padding: 0 3px;
  -moz-border-radius:3px;
  border-radius:3px;
  border: #0a1464 1px solid;
  color: #0a1464;
  font-size: 12px;
}
ul.partner_detail li.detail_category{
  color: #555;
  border: none;
  padding-left: 0;


}
.page_sector .sector_partner_wrap{
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px 50px 50px;
  box-sizing: border-box;
}
.page_sector .sector_partner_swiper{
  overflow: hidden;
  padding: 20px 0;
}

.page_sector .sector_partner_wrap .swiper-button-next,
.page_sector .sector_partner_wrap .swiper-button-prev{
  color: #333 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
  padding: 10px;
  top: calc(50% - 25px);
  transform: translateY(-50%);
  margin-top: 0;
}

.page_sector .sector_partner_wrap .swiper-button-prev{
  left: 0;
}

.page_sector .sector_partner_wrap .swiper-button-next{
  right: 0;
}

/* ホバー時 */
.page_sector .swiper-button-next:hover,
.page_sector .swiper-button-prev:hover {
    background: #333;
    color: #fff !important;
}
/* パートナーが1-2件の場合 */
.sector_partner_wrap.is-flex{
  padding: 0;
}
.partner_flex_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.partner_flex_item{
  padding: 0 3px;
  -moz-border-radius:10px;
  border-radius:10px;
  color: #0a1464;
  font-size: 12px;
  width: 100%;
  max-width: 400px;
  background: #fff;
  overflow: hidden;
}
.partner_flex_item a{
  text-decoration: none;
}


.partner_link{
  margin: 30px 0;
  display: block;
  text-align: center;
  width: 100%;
}
.partner_link a{
  text-decoration: underline;
  color: #555;
  font-size: 16px;
}
/* .partner_link a{
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  padding: 0 20px 3px 25px;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  transform: skewX(45deg);
  margin: -10px 0 0 -25px;
  line-height: 120%;
}
.partner_link a span{
  display: block;
  transform: skewX(-45deg);
} */

/* 事例紹介 ------------------------------------ */

#sector_ex .sec_wrap{
  padding-bottom: 40px;
}


/* FAQ -----------------------------------------*/
#sector_faq{ padding-bottom: 30px;}
.faq--details {
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .faq--details {
    margin-top: 44px;
  }
}
.faq--details--section {
  background: #fff;
  border-radius: 8px;
  padding: 24px 40px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .faq--details--section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.faq--details--section + .faq--details--section {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .faq--details--section + .faq--details--section {
    margin-top: 16px;
  }
}
.faq--question {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.38;
  text-align: left;
  color: #0a1464;
  width: 100%;
  min-height: 32px;
  display: block;
  padding-left: 44px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faq--question {
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .faq--question {
    font-size: max( 4.8vw, 12px );
  }
}
.faq--question::before {
  content: "Q";
  background: #0a1464;
  width: 32px;
  height: 32px;
  font-family: "Arial", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .faq--question::before {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }
}
.faq--answer {
  margin-top: 8px;
  padding-top: 2px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  width: 100%;
  min-height: 32px;
  display: block;
  padding-left: 44px;
  position: relative;
}
.faq--answer p{padding: 0; margin: 0;}
.faq--answer a {
  color: #0076c9;
  text-decoration: underline;
}
.faq--answer a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .faq--answer {
    font-size: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .faq--answer {
    font-size: max( 4vw, 12px );
  }
}
.faq--answer .col-2 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .faq--answer .col-2 {
    display: block;
  }
}
.faq--answer .col-2 .col {
  width: 50%;
}
.faq--answer .col-2 .col p {
  margin-top: 4px;
}
.faq--answer .col-2 .col span {
  display: inline-block;
  width: 160px;
}
@media only screen and (max-width: 767px) {
  .faq--answer .col-2 .col span {
    width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .faq--answer .col-2 .col {
    width: 100%;
  }
}
.faq--answer::before {
  content: "A";
  background: #5BBDCE;
  width: 32px;
  height: 32px;
  font-family: "Arial", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .faq--answer::before {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}
.faq--answer strong,
.faq--answer .strong {
  font-weight: 700;
}
.faq--answer h4 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #0a1464;
}
.faq--answer p,
.faq--answer li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
}
@media only screen and (max-width: 767px) {
  .faq--answer p,
  .faq--answer li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
  .faq--answer p,
  .faq--answer li {
    font-size: max( 3.7333333333vw, 12px );
  }
}
.faq--answer ul.dot li + li {
  margin-top: 0.2em;
}

main > section.cv2 div[class$=wrap] {
  width: 1100px;
}
@media only screen and (max-width: 767px) {
  main > section.cv2 div[class$=wrap] {
    width: 100%;
  }
}

.cv2 {
  background: linear-gradient(90deg, #0F1E94 0%, #0A1464 100%) !important;
  padding: 40px 16px 80px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cv2 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.cv2--wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .cv2--wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px 0;
  }
}
.cv2--wrap a{text-decoration: none;}
.cv2 h2 {
  margin-bottom: 42px;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cv2 h2 {
    margin-bottom: 22px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .cv2 h2 {
    font-size: max( 5.3333333333vw, 12px );
  }
}
.cv2--section {
  background: #fff;
  border-radius: 8px;
  padding: 31px;
  text-align: center;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .cv2--section {
    padding: 22px 16px;
  }
}
.cv2--section--inner {
  width: 100%;
}
.cv2--title {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.23;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .cv2--title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .cv2--title {
    font-size: max( 4.8vw, 12px );
  }
}
.cv2--button,
.cv2 a.cv2--button {
  margin: 26px auto 0;
  border: none;
  background: #0031B8;
  border-radius: 4px;
  padding: 5px 16px;
  width: 400px;
  height: 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.45;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.32);
}
.cv2--button_login,
.cv2 a.cv2--button_login {
  background: #FFCC00;
  color: #333;
}
.cv2--button_new,
.cv2 a.cv2--button_new {
  background: #0A1464;
}
@media only screen and (max-width: 767px) {
  .cv2--button,
  .cv2 a.cv2--button {
    margin-top: 16px;
    max-width: 396px;
    width: 100%;
    font-size: 20px;
    height: 56px;
  }
}
@media only screen and (max-width: 375px) {
  .cv2--button,
  .cv2 a.cv2--button {
    font-size: max( 5.3333333333vw, 12px );
  }
}
.cv2--button::after,
.cv2 a.cv2--button::after {
  content: "";
  background: url(../images/common/icon_button_arrow.min.png) no-repeat center;
  background-size: contain;
  width: 6px;
  height: 12px;
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.cv2--button_login::after,
.cv2 a.cv2--button_login::after {
  background-image: url(../images/common/icon_button_arrow_black.min.png);
}