body {
  margin: 0;
  color: #3F435F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: linear-gradient(to bottom right, rgba(161, 156, 198, .1), rgba(126, 165, 193, .1));
}


/* ********************************************* */
/* main */
/* ********************************************* */
main{
  max-width: 1350px;
  margin: 0 auto;
  box-shadow: 0 4px 18.6px rgba(000, 000, 000, 0.25);
  background-color: #fff;
}

/* ********************************************* */
/* 共通 */
/* ********************************************* */
.pconly{
  display: block;
}

@media screen and (max-width:800px) {
  .pconly{
    display: none;
  }
}

.sponly{
  display: none;
}

@media screen and (max-width:800px) {
  .sponly{
    display: block;
  }
}

.smonly{
  display: none;
}

@media screen and (max-width:360px) {
  .smonly{
    display: block;
  }
}


.h2_ttl{
  margin: 0;
  font-size: clamp(22px ,3vw, 40px);
  font-weight: 700;
  line-height: calc(58 / 40);
  letter-spacing: .1em;
  text-align: center;
  font-style: italic;
}

.orange{
  margin: 0 6px;
  padding: 0 5px;
  background: linear-gradient(to bottom right, #F87A83, #FCB64E);
  line-height: calc(36 / 25);
  color: #fff;
}


@media screen and (max-width:800px) {
  .orange{
    margin: 0;
  }
}

/* ********************************************* */
/* CTA */
/* ********************************************* */
.cta {
  position: fixed;
  width: 100%;
  max-width: 1350px;
  background: transparent;
  text-align: center;
  padding: 15px 0;
  bottom: 0;
  z-index: 100;
  box-sizing: border-box;
}

.cta a{
  margin: auto;
  max-width: 461px;
}

.cta img{
  width: 100%;
  border-radius: 7.68px;
  box-shadow: 0 4px 7.5px rgba(000, 000, 000, 0.25);
}

@media screen and (max-width:800px) {
  .cta {
    padding: 10px;
  }

  .cta a{
    max-width: 317px;
  }

  .cta img{
    border-radius: 5.28px;
    box-shadow: 0 2px 5px rgba(000, 000, 000, 0.25);
  }
}

/* ********************************************* */
/* header */
/* ********************************************* */
header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

@media screen and (max-width:800px) {
  header {
    padding: 8px 12px;
  }
}

.logo {
  max-width: 257px;
  margin-left: 0;
  width: 51%;
}

.login_bt {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #727dab;
  width: 90px;
  height: 30px;
  font-size: 12px;
  line-height: 1;
  border-radius: 7px;
  border: 1px solid #727dab;
  text-decoration: none;
  box-sizing: border-box;
}

.login_bt:hover {
  background: linear-gradient(to right, #727dab, #7683a0);
  color: white;
}


/* ********************************************* */
/* fv */
/* ********************************************* */
.fv{
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1350 / 521;
  background-image: url("../image/KV_pc.png");
  background-position: center;
  background-size: cover;
}

@media screen and (max-width:800px) {
  .fv{
    aspect-ratio: auto;
    min-height: 320px;
    background-image: url("../image/KV_sp.png");
  }
}

.fv_ttl{
  color: #fff;
  font-size: clamp(35px, 4.5vw, 60px);
  line-height: calc(87 / 60);
  font-weight: 700;
  letter-spacing: .03em;
  text-align: center;
  text-shadow: 0 4px 4px rgba(000, 000, 000, 0.25);
  font-style: italic;
}

@media screen and (max-width:800px) {
  .fv_ttl{
    line-height: calc(51 / 35);
  }

  .fv_ttl span{
    display: block;
    margin-top: 6px;
    font-size: 18px;
    line-height: calc(26 / 18);
  }
}

@media screen and (max-width:400px) {
  .fv_ttl{
    font-size: clamp(20px, 9.5vw, 35px);
  }

  .fv_ttl span{
    font-size: clamp(12px, 5vw, 18px);
  }
}

/* ********************************************* */
/* sec1 海外挑戦のお悩みあるある */
/* ********************************************* */
.sec1{
  padding: 50px 10px 125px;
  background-image: url("../image/sec1_bg.png");
  background-position: center bottom;
  background-size: cover;
}

@media screen and (max-width:800px) {
  .sec1{
    padding: 25px 10px 80px;
    background-image: url("../image/sec1_bg_sp.png");
  }
}

.sec1_ttl{
  color: #fff;
}

.sec1_flex{
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
  max-width: 1090px;
  gap: 10px;
}

@media screen and (max-width:800px) {
  .sec1_flex {
    flex-direction: column;
    margin-top: 55px;
    max-width: 330px;
    gap: 40px;
  }
}

.sec1_flex_item{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1.35vw, 18px);
  letter-spacing: .05em;
  line-height: calc(26 / 18);
  text-align: center;
  max-width: 345px;
  width: 33%;
  min-height: 150px;
  background-color: #fff;
  border-radius: 7px;
}

@media screen and (max-width:800px) {
  .sec1_flex_item {
    margin: 0;
    font-size: 18px;
    width: 100%;
    min-height: 130px;
  }
}

.sec1_flex_item::before{
  content: "";
  position: absolute;
  top: -30px;
  background-image: url("../image/sec1_p1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 245px;
  height: 47px;
}

@media screen and (max-width:800px) {
  .sec1_flex_item::before{
    top: -26px;
    background-image: url("../image/sec1_p1_sp.png");
    width: 230px;
    height: 43px;
  }
}

.sec1_flex_item:nth-child(2):before{
  background-image: url("../image/sec1_p2.png");
}

@media screen and (max-width:800px) {
  .sec1_flex_item:nth-child(2):before{
    background-image: url("../image/sec1_p2_sp.png");
  }
}

.sec1_flex_item:nth-child(3):before{
  background-image: url("../image/sec1_p3.png");
}

@media screen and (max-width:800px) {
  .sec1_flex_item:nth-child(3):before{
    background-image: url("../image/sec1_p3_sp.png");
  }
}

/* ********************************************* */
/* sec2 アンビなら全て解決！ */
/* ********************************************* */

.sec2{
  padding: 50px 30px 85px;
}

@media screen and (max-width:800px) {
  .sec2{
    padding: 35px 20px 85px;
  }
}

.sec2_ttl{
  line-height: calc( 49 / 40);
}

@media screen and (max-width:800px) {
  .sec2_ttl{
    font-size: 25px;
  }
}

.sec2_ttl span{
  font-size: 28px;
  line-height: calc(41 / 28);
}

@media screen and (max-width:800px) {
  .sec2_ttl span{
    font-size: 18px;
  }
}

.sec2_pb{
  display: none;
}

@media screen and (max-width:950px) {
  .sec2_pb{
    display: block;
    margin: 45px auto 55px;
    width: 140px;
  }

  .sec2_pb:first-of-type{
    width: 132px;
  }
}

.sec2_point{
  position: relative;
  margin: 100px auto 120px;
  padding: 0 32.5px 45px;
  max-width: 1090px;
  box-shadow: 5px 4px 6.1px rgba(000, 000, 000, 0.15);
  background: linear-gradient(to right, rgba(164, 162, 204, .1), rgba(131, 167, 198, .1));
  border-radius: 12px;
  box-sizing: border-box;
}

@media screen and (max-width:950px) {
  .sec2_point{
    margin: 0 auto 65px;
  }
}

@media screen and (max-width:800px) {
  .sec2_point{
    padding: 0 10px 75px;
    max-width: 500px;
  }
}

.sec2_point::before{
  content: "";
  position: absolute;
  top: -45px;
  left: -32px;
  background-image: url("../image/sec2_p1_b.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 190px;
  height: 135px;
}

.sec2_point:nth-of-type(2):before{
  background-image: url("../image/sec2_p2_b.png");
}

.sec2_point:last-of-type:before{
  background-image: url("../image/sec2_p3_b.png");
}

@media screen and (max-width:950px) {
  .sec2_point::before{
    content: none;
  }
}

/* POINT2 */
.sec2_point:nth-of-type(2){
  padding-bottom: 50px;
}

@media screen and (max-width:800px) {
  .sec2_point:nth-of-type(2){
    padding-bottom: 75px;
  }
}

/* POINT3 */
.sec2_point:last-of-type{
  margin-bottom: 0;
  padding-bottom: 35px;
}

.sec2_point_q{
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #fff;
  font-size: 18px;
  letter-spacing: .08em;
  line-height: calc(26 / 18);
  background-image: url("../image/sec2_p12_q.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  max-width: 567px;
  min-height: 78px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width:800px) {
  .sec2_point_q{
    top: -60px;
    font-size: 16px;
    line-height: 1.38;
    background-image: url("../image/sec2_p123_q_sp.png");
    min-height: 105px;
  }
}

.sec2_point:last-child .sec2_point_q{
  background-image: url("../image/sec2_p3_q.png");
  max-width: 590px;
}

@media screen and (max-width:800px) {
  .sec2_point:last-child .sec2_point_q{
    background-image: url("../image/sec2_p123_q_sp.png");
  }
}

.sec2_point_a{
  margin: 0;
  padding-top: 50px;
  font-size: clamp(18px, 1.9vw, 25px);
  font-weight: 500;
  letter-spacing: .08em;
  line-height: calc(40.5 / 25);
  text-align: center;
}

@media screen and (max-width:800px) {
  .sec2_point_a{
    font-size: 20px;
    line-height: calc(31 / 20);
  }
}

@media screen and (max-width:400px) {
  .sec2_point_a{
    font-size: clamp(16px, 5.4vw, 20px);
  }
}

@media screen and (max-width:370px) {
  .sec2_point_a{
    font-size: clamp(16px, 5vw, 20px);
  }
}

/* アンビの合格可能性判定なら海外求人をはじめとした気になる求人の合格可能性を判定できます！ */
@media screen and (max-width:800px) {
  .sec2_point:nth-of-type(1) .sec2_point_a{
    line-height: calc(35 / 20);
  }

  .sec2_point:nth-of-type(1) .sec2_point_a .orange{
    margin: 0 5px;
  }
}

.sec2_point_step{
  margin: 35px 0 30px;
  padding: 9px;
  text-align: center;
  background: linear-gradient(to bottom right, rgba(161, 156, 198, .2), rgba(126, 165, 193, .2));
  font-size: 18px;
  letter-spacing: .08em;
  line-height: calc(29 / 18);
}

@media screen and (max-width:800px) {
  .sec2_point_step{
    margin: 35px auto 30px;
    padding: 5px;
    max-width: 305px;
    font-size: 15px;
    letter-spacing: .03em;
    box-sizing: border-box;
  }
}

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

@media screen and (max-width:800px) {
  .sec2_point_flex{
    flex-direction: column;
    align-items: center;
    gap: 3.5px;
    margin: auto;
    max-width: 280px;
  }
}

/* POINT2 横並び */
.sec2_point:nth-of-type(2) .sec2_point_flex{
  margin: 80px auto 0;
  max-width: 1010px;
}

@media screen and (max-width:800px) {
  .sec2_point:nth-of-type(2) .sec2_point_flex{
    max-width: 300px;
    gap: 75px;
  }
}

.sec2_point_flex_arrow{
  margin-top: 112px;
  height: clamp(40px, 5vw, 65px);
}

@media screen and (max-width:800px) {
  .sec2_point_flex_arrow{
    margin: 0;
    transform: rotate(90deg);
    height: 59px;
  }
}

.sec2_point_flex_item{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 90px) / 3 );
}

@media screen and (max-width:800px) {
  .sec2_point_flex_item{
    width: 100%;
  }
}

/* POINT2 横並び要素 */
.sec2_point:nth-of-type(2) .sec2_point_flex_item{
  padding-bottom: 12px;
  background-color: #fff;
}

/* POINT2 アメリカ */
.sec2_point:nth-of-type(2) .sec2_point_flex_item::before{
  content: "";
  position: absolute;
  top: -66px;
  left: -30px;
  background-image: url("../image/sec2_p2_f1_b.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 84px;
  height: 107.63px;
}

@media screen and (max-width:800px) {
  .sec2_point:nth-of-type(2) .sec2_point_flex_item::before{
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 81px;
    height: 102px;
  }
}

/* POINT2 シンガポール */
.sec2_point:nth-of-type(2) .sec2_point_flex_item:nth-of-type(2)::before{
  background-image: url("../image/sec2_p2_f2_b.png");
}

/* POINT2 タイ */
.sec2_point:nth-of-type(2) .sec2_point_flex_item:nth-of-type(3)::before{
  background-image: url("../image/sec2_p2_f3_b.png");
}

.sec2_point_flex_item img{
  max-width: 285px;
  width: 100%;
}

/* POINT2 img */
.sec2_point:nth-of-type(2) .sec2_point_flex_item img{
  max-width: 306px;
}

.sec2_point_flex_item h4{
  margin: 11px 0 4px;
  font-size: clamp(15px, 1.63vw, 22px);
  font-weight: 700;
  letter-spacing: .07em;
  line-height: calc(32 / 22);
}

@media screen and (max-width:800px) {
  .sec2_point_flex_item h4{
    font-size: 20px;
  }
}

@media screen and (max-width:400px) {
  .sec2_point_flex_item h4{
    font-size: clamp(16px, 5.4vw, 20px);
  }
}

/* POINT2 h4 */
.sec2_point:nth-of-type(2) .sec2_point_flex_item h4{
  margin: 14px 0 11px;
  font-style: italic;
  letter-spacing: .02em;
  background: linear-gradient(to bottom right, #7E77C2, #4D8CB7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width:800px) {
  .sec2_point:nth-of-type(2) .sec2_point_flex_item h4{
    margin: 12px 0 5px;
  }
}

.sec2_point_flex_item p{
  margin: 0;
  text-align: center;
  font-size: clamp(12px, 1.2vw, 16px);
  /* font-size: 16px; */
  font-weight: 400;
  letter-spacing: .07em;
  line-height: 1.6;
}

@media screen and (max-width:800px) {
  .sec2_point_flex_item p{
    font-size: 16px;
  }
}

@media screen and (max-width:400px) {
  .sec2_point_flex_item p{
    font-size: clamp(12px, 4.3vw, 16px);
  }
}

/* POINT2 p */
.sec2_point:nth-of-type(2) .sec2_point_flex_item p{
  line-height: 1.25;
}

.sec2_point_pr{
  display: flex;
  margin: 60px auto 0;
  max-width: 1010px;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(000, 000, 000, 0.1);
  border-radius: 6px;
}

@media screen and (max-width:800px) {
  .sec2_point_pr{
    display: block;
    border-radius: 3px;
    max-width: 305px;
  }
}

.sec2_point_pr img{
  max-width: 370px;
  width: 37%;
  object-fit: cover;
  border-radius: 6px 0 0 6px;
}

@media screen and (max-width:800px) {
  .sec2_point_pr img{
    border-radius: 3px 3px 0 0;
    width: 100%;
  }
}

.sec2_point_pr p{
  width: 100%;
  padding: 35px 10px;
  font-size: clamp(16px, 1.5vw, 20px);
  letter-spacing: .08em;
  text-align: center;
  margin: 0;
}

@media screen and (max-width:800px) {
  .sec2_point_pr p{
    margin-top: -20px;
    padding: 0 6px 16px;
    font-size: 18px;
    line-height: calc(25 / 18);
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px  2px 0 #fff, 2px  2px 0 #fff; 
    box-sizing: border-box;
  }
}

@media screen and (max-width:400px) {
  .sec2_point_pr p{
    font-size: clamp(12px, 5vw, 18px);
  }
}


.sec2_point_pr .orange{
  font-size: clamp(18px, 1.9vw, 25px);
}

@media screen and (max-width:800px) {
  .sec2_point_pr .orange{
    display: inline-block;
    margin: 5px;
    margin-top: 0;
    font-size: 20px;
    text-shadow: none;
  }
}

/* マーカー線 */
.sec2_point_pr strong{
  display: inline-block;
  margin-top: 10px;
  background: linear-gradient(transparent 50%, #FFFB07 50%);
}

@media screen and (max-width:800px) {
  .sec2_point_pr strong{
    margin-top: 0;
    text-shadow: none;
  }
}

.sec2_point_bottom{
  position: absolute;
  right: 36px;
  margin: 6px 0 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .07em;
  line-height: 1.25;
}

@media screen and (max-width:800px) {
  .sec2_point_bottom{
    position: static;
    right: auto;
    margin-top: 8px;
    text-align: center;
    font-size: 11px;
  }
}

.sec2_point3_img{
  margin-top: 45px;
  max-width: 1023px;
  width: 100%;
}

@media screen and (max-width:800px) {
  .sec2_point3_img{
    margin: 40px auto 0;
    max-width: 315px;
  }
}

/* ********************************************* */
/* sec3 アンビを使って、「理想の海外求人」と出会おう */
/* ********************************************* */
.sec3{
  display: flex;
  justify-content: center;
  align-self: center;
  padding: 10px;
  background-image: url("../image/sec3.png");
  background-position: top center;
  background-size: cover;
  height: 270px;
}

@media screen and (max-width:800px) {
  .sec3{
    background-image: url("../image/sec3_sp.png");
  }
}

.sec3_ttl{
  display: flex;
  justify-content: center;
  align-self: center;
  color: #fff;
  font-size: 26px;
  line-height: calc(36 / 26);
  letter-spacing: .15em;
  text-align: center;
}

@media screen and (max-width:800px) {
  .sec3_ttl{
    font-size: 20px;
    line-height: calc(37 / 20);
    letter-spacing: .1em;
  }
}

@media screen and (max-width:400px) {
  .sec3_ttl{
    font-size: clamp(16px, 5.4vw, 20px);
  }
}

/* ********************************************* */
/* footer */
/* ********************************************* */
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
	padding: 0 10px 90px 10px;
  font-weight: 400;
}

footer ul {
	display: flex;
	justify-content: center;
  gap: 30px;
	padding: 30px 0;
}

footer ul li {
	font-size: 13px;
  list-style: none;
}

footer ul li a {
	color: #3F435F;
	text-decoration: none;
}

.footer-logo {
	height: auto;
	width: 200px;
}

.footer-copyright {
	font-size: 12px;
	padding: 20px 0;
  text-align: center;
}
