@charset "UTF-8";
/*=======================================================
LOWER_MV
=======================================================*/
/* ヘッダー下タイトル */
.bl_lower_mv {
  padding-top: 31px;
}
.bl_lower_mv_ttl {
  padding-right: 30px;
}
.bl_lower_mv_ttl span {
  padding-top: 0;
  line-height: 1.4;
}
.bl_lower_mv_ttl span::after {
  bottom: -9px;
}
.bl_lower_mv_ttl::before, .bl_lower_mv_ttl::after {
  content: "";
}
.bl_lower_mv_ttl::before {
  background: url(../images/overseas-travel/icon_travel01.svg) top center/contain no-repeat;
  width: 122px;
  height: 80px;
  margin: 9px 40px 0 0;
}
.bl_lower_mv_ttl::after {
  background: url(../images/overseas-travel/icon_travel02.svg) top center/contain no-repeat;
  width: 92px;
  height: 70px;
  margin: 14px 0 0 40px;
}

@media screen and (max-width: 750px) {
  .bl_lower_mv {
    padding-top: 24px;
  }
  .bl_lower_mv_ttl {
    padding-right: 0;
    padding-left: 120px;
  }
  .bl_lower_mv_ttl span::after {
    bottom: -12px;
  }
  .bl_lower_mv_ttl::before {
    position: absolute;
    top: 24px;
    left: 14px;
    margin: 0;
  }
  .bl_lower_mv_ttl::after {
    width: 104px;
    height: 80px;
    margin: 36px 0 0 16px;
  }
}
/*=======================================================
MAIN
=======================================================*/
.bl_main .ly_cont_inner {
  padding: 40px 0;
}
.bl_main_bg {
  position: relative;
  padding: 48px 32px 32px;
  background: url(../images/overseas-travel/main_bg.jpg) top center/cover no-repeat;
}
.bl_main_ttl {
  width: 448px;
  height: 58px;
  margin-left: 12px;
}
.bl_main_sTtl {
  width: 312px;
  height: 60px;
  margin: -11px 0 35px;
}
.bl_main_lbl {
  background: #fff;
  color: #0181c0;
  box-shadow: none;
  width: 217px;
  height: 48px;
  display: flex;
  margin: 0 0 8px 24px;
  font-size: 18px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
}
.bl_main_lbl::after {
  content: "※";
  width: 12px;
  height: 17px;
  border: none;
  font-size: 12px;
  margin-left: 4px;
  color: #222222;
  margin-bottom: 3px;
}
.bl_main .el_att {
  margin-left: 24px;
}
.bl_main .el_btn {
  width: 320px;
  background: #93cf30;
  border: 2px solid #fff;
  padding-left: 24px;
  position: absolute;
  bottom: 32px;
  right: 32px;
}

@media screen and (max-width: 750px) {
  .bl_main .ly_cont_inner {
    padding: 40px 0 56px;
    width: 100%;
  }
  .bl_main_bg {
    padding: 32px 54px 40px 30px;
    background: url(../images/overseas-travel/main_bg_sp.jpg) top center/cover no-repeat;
  }
  .bl_main_ttl {
    width: 644px;
    height: 84px;
    margin-left: 22px;
  }
  .bl_main_sTtl {
    width: 522px;
    height: 114px;
    margin: -20px 0 69px;
  }
  .bl_main_lbl {
    width: 338px;
    height: 56px;
    display: flex;
    margin: 0 0 8px 40px;
    padding-bottom: 6px;
    font-size: 32px;
  }
  .bl_main_lbl::after {
    width: 22px;
    height: 32px;
    font-size: 22px;
    line-height: 1;
    margin-top: 6px;
    margin-bottom: 0;
  }
  .bl_main .el_att {
    margin: 0 0 112px 40px;
  }
  .bl_main .el_btn {
    margin: 0 auto;
    width: 540px;
    border-width: 3px;
    bottom: 40px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
  .bl_main .el_btn::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 24px;
    transform: translateY(-50%);
    border-width: 12px 0 12px 20px;
    margin-left: 0;
  }
}
/*=======================================================
CONTRACT
=======================================================*/
.bl_contract .ly_cont_inner {
  padding: 24px 0;
  background: #f1f5f9;
}
.bl_contract .el_sec_mainTtl {
  font-size: 24px;
  color: #0f2d98;
  line-height: 1.4;
  margin-bottom: 24px;
}
.bl_contract .bl_btn_item {
  position: relative;
}
.bl_contract .bl_btn_item::after {
  position: absolute;
  content: "";
  width: 72px;
  height: 72px;
  top: -72px;
  left: 50%;
  transform: translateX(-50%);
}
.bl_contract .bl_btn_item:first-of-type::after {
  background: url(../images/overseas-travel/icon_bear01.svg) top center/contain no-repeat;
}
.bl_contract .bl_btn_item:nth-of-type(2)::after {
  background: url(../images/overseas-travel/icon_bear02.svg) top center/contain no-repeat;
}
.bl_contract .el_btn {
  width: 384px;
  box-shadow: none;
  padding-left: 20px;
}

.win .bl_contract .el_btn::after {
  margin-top: 2px;
}

@media screen and (max-width: 750px) {
  .bl_contract {
    background: #f1f5f9;
  }
  .bl_contract .ly_cont_inner {
    padding: 8px 0 40px;
  }
  .bl_contract .el_sec_mainTtl {
    font-size: 36px;
    line-height: 1.4;
  }
  .bl_contract .el_sec_mainTtl::before, .bl_contract .el_sec_mainTtl::after {
    content: "";
    width: 88px;
    height: 88px;
  }
  .bl_contract .el_sec_mainTtl::before {
    background: url(../images/overseas-travel/icon_bear01.svg) top center/contain no-repeat;
    margin-right: 42px;
  }
  .bl_contract .el_sec_mainTtl::after {
    background: url(../images/overseas-travel/icon_bear02.svg) top center/contain no-repeat;
    margin-left: 36px;
  }
  .bl_contract .bl_btn_item::after {
    display: none;
  }
  .bl_contract .el_btn {
    width: 540px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    padding-left: 0;
  }
  .bl_contract .el_btn::after {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    border-width: 12px 0 12px 20px;
    margin: 0;
  }
}
/*=======================================================
POINT
=======================================================*/
.bl_point .ly_cont_inner {
  padding: 64px 0 40px;
}
.bl_point .el_sec_mainTtl {
  margin-bottom: 45px;
}
.bl_point .bl_media {
  margin-bottom: 43px;
}
.bl_point .bl_media_imgWrapper {
  border-radius: 0;
  height: auto;
}
.bl_point .bl_media_imgWrapper img {
  border-radius: 0;
}
.bl_point .bl_media_ttl {
  font-size: 20px;
  line-height: 1.4;
}
.bl_point_sTxt {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #0181c0;
  line-height: 1.5;
  margin-bottom: 24px;
}
.bl_point .bl_reparationList {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  margin-bottom: 32px;
}
.bl_point .bl_reparation_item {
  width: 496px;
  padding: 20px 0 20px 40px;
  border-radius: 8px;
  box-shadow: 24px 24px 40px rgba(0, 0, 0, 0.0509803922);
  display: flex;
  gap: 24px;
  background: #fff;
}
.bl_point .bl_reparation_item:nth-of-type(5) {
  padding-left: 32px;
}
.bl_point .bl_reparation_item:nth-of-type(5) .bl_reparation_imgWrapper {
  width: 72px;
}
.bl_point .bl_reparation_item:nth-of-type(6) {
  padding: 23px 0 17px 24px;
}
.bl_point .bl_reparation_item:nth-of-type(6) .bl_reparation_imgWrapper {
  width: 84px;
}
.bl_point .bl_reparation_imgWrapper {
  width: 64px;
  height: 64px;
}
.bl_point .bl_reparation_txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.bl_point .el_btn {
  width: 320px;
  margin: 0 auto;
  padding-left: 24px;
}

.win .bl_point .el_btn::after {
  margin-top: 2px;
}

@media screen and (max-width: 750px) {
  .bl_point .ly_cont_inner {
    padding: 48px 0 80px;
  }
  .bl_point .el_sec_mainTtl {
    margin-bottom: 40px;
  }
  .bl_point .bl_media {
    margin-bottom: 64px;
  }
  .bl_point .bl_media_imgWrapper {
    width: 100%;
    margin: 0;
  }
  .bl_point .bl_media_ttl {
    font-size: 34px;
  }
  .bl_point_sTxt {
    font-size: 38px;
    margin-bottom: 40px;
  }
  .bl_point .bl_reparationList {
    gap: 32px;
    margin-bottom: 64px;
  }
  .bl_point .bl_reparation_item {
    width: 100%;
    padding: 25px 0 24px 40px;
  }
  .bl_point .bl_reparation_item:nth-of-type(3) .bl_reparation_txt {
    font-size: 29px;
  }
  .bl_point .bl_reparation_item:nth-of-type(4) {
    padding: 24px 0 25px 40px;
  }
  .bl_point .bl_reparation_item:nth-of-type(4) .bl_reparation_txt {
    font-size: 29px;
  }
  .bl_point .bl_reparation_item:nth-of-type(5) {
    padding: 30px 0 29px 40px;
    gap: 18px;
  }
  .bl_point .bl_reparation_item:nth-of-type(5) .bl_reparation_imgWrapper {
    width: 96px;
    height: 86px;
  }
  .bl_point .bl_reparation_item:nth-of-type(5) .bl_reparation_txt {
    font-size: 28px;
    letter-spacing: 0.03em;
  }
  .bl_point .bl_reparation_item:nth-of-type(6) {
    padding: 36px 0 35px 40px;
    gap: 16px;
  }
  .bl_point .bl_reparation_item:nth-of-type(6) .bl_reparation_imgWrapper {
    width: 96px;
    height: 74px;
  }
  .bl_point .bl_reparation_item:nth-of-type(6) .bl_reparation_txt {
    font-size: 27px;
    letter-spacing: 0.03em;
  }
  .bl_point .bl_reparation_imgWrapper {
    width: 96px;
    height: 96px;
  }
  .bl_point .bl_reparation_txt {
    font-size: 30px;
    letter-spacing: 0.04em;
  }
  .bl_point .el_btn {
    width: 540px;
    padding-left: 86px;
  }
  .bl_point .el_btn::after {
    margin-left: 66px;
    border-width: 12px 0 12px 20px;
  }
}
/*=======================================================
SERVICE
=======================================================*/
.bl_service {
  background: #f1f5f9;
}
.bl_service .ly_cont_inner {
  padding: 42px 0 64px;
}
.bl_service .bl_media {
  margin-bottom: 29px;
}
.bl_service .bl_media_imgWrapper {
  border-radius: 0;
  height: auto;
}
.bl_service .bl_media_imgWrapper img {
  border-radius: 0;
}
.bl_service .bl_media_ttl {
  font-size: 20px;
  line-height: 1.4;
}
.bl_serviceList {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  margin-bottom: 32px;
}
.bl_service_item {
  width: 496px;
  padding: 20px 0 20px 40px;
  border-radius: 8px;
  box-shadow: 24px 24px 40px rgba(0, 0, 0, 0.0509803922);
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
}
.bl_service_imgWrapper {
  width: 64px;
  height: 64px;
}
.bl_service_txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.bl_service .el_btn {
  width: 320px;
  margin: 0 auto;
  padding-left: 24px;
}

@media screen and (max-width: 750px) {
  .bl_service .ly_cont_inner {
    padding: 80px 0;
  }
  .bl_service .bl_media {
    margin-bottom: 40px;
    gap: 40px;
  }
  .bl_service .bl_media_imgWrapper {
    width: 100%;
    margin: 0;
  }
  .bl_service .bl_media_ttl {
    font-size: 34px;
    letter-spacing: 0.06em;
  }
  .bl_serviceList {
    gap: 32px;
    margin-bottom: 56px;
  }
  .bl_service_item {
    width: 100%;
    padding: 24px 0 25px 40px;
  }
  .bl_service_item:first-of-type {
    padding: 24px 0 25px 40px;
  }
  .bl_service_item:nth-of-type(2) {
    padding: 22px 0 27px 40px;
  }
  .bl_service_imgWrapper {
    width: 96px;
    height: 96px;
  }
  .bl_service_txt {
    font-size: 30px;
  }
  .bl_service .el_btn {
    width: 540px;
    padding-left: 102px;
  }
  .bl_service .el_btn::after {
    margin-left: 82px;
    border-width: 12px 0 12px 20px;
  }
}
/*=======================================================
CTAOVERSEAS
=======================================================*/
.bl_ctaOverseas {
  background: url(../images/overseas-travel/cta_bg.jpg) top center/cover no-repeat;
}
.bl_ctaOverseas .ly_cont_inner {
  padding: 40px 0 39px;
}
.bl_ctaOverseas_ttl {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 32px;
  text-align: center;
  line-height: 1.4;
}
.bl_ctaOverseas .bl_btnList {
  gap: 35px;
}
.bl_ctaOverseas .el_btn {
  font-size: 22px;
  width: 280px;
  height: 56px;
  padding-left: 26px;
}
.bl_ctaOverseas .el_btn::after {
  border-width: 6px 0 6px 10px;
}

@media screen and (max-width: 750px) {
  .bl_ctaOverseas {
    background: url(../images/overseas-travel/cta_bg_sp.jpg) top center/cover no-repeat;
  }
  .bl_ctaOverseas .ly_cont_inner {
    padding: 80px 0;
  }
  .bl_ctaOverseas_ttl {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .bl_ctaOverseas .bl_btnList {
    gap: 40px;
  }
  .bl_ctaOverseas .el_btn {
    font-size: 32px;
    width: 540px;
    height: 88px;
    padding-left: 0;
  }
  .bl_ctaOverseas .el_btn::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 24px;
    transform: translateY(-50%);
    border-width: 12px 0 12px 20px;
  }
}
/*=======================================================
TYPE
=======================================================*/
.bl_type .ly_cont_inner {
  text-align: center;
}
.bl_type .el_sec_mainTtl {
  margin-bottom: 16px;
  line-height: 1.4;
}
.bl_type .el_att {
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 40px;
}
.bl_type_btnList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
.bl_type_btnItem button {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 192px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 36px;
  background: #adadad;
}
.bl_type_btnItem button.active {
  background: #93cf30;
}
.bl_type .bl_media {
  display: none;
  text-align: left;
}
.bl_type .bl_media.active {
  display: flex;
}
.bl_type .bl_media_imgWrapper {
  border-radius: 0;
}
.bl_type .bl_media_imgWrapper img {
  border-radius: 0;
}
.bl_type .bl_media_ttl {
  font-size: 18px;
  font-weight: 700;
  color: #0181c0;
  margin-bottom: 8px;
  border: none;
  padding-bottom: 0;
  line-height: 1.4;
}
.bl_type .bl_media_def {
  display: flex;
  background: #0181c0;
  color: #fff;
  padding: 5px 0 8px 24px;
  margin-bottom: 12px;
}
.bl_type .bl_media_def > div {
  display: flex;
  gap: 8.5px;
}
.bl_type .bl_media_def > div:first-of-type {
  width: 240px;
}
.bl_type .bl_media_def > div > dd {
  font-weight: 700;
}
.bl_type .bl_detail {
  padding: 22px 144px 26px 32px;
  background: #f1f5f9;
}
.bl_type .bl_detail_ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}
.bl_type .bl_detail_def {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.bl_type .bl_detail_def > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .bl_type .ly_cont_inner {
    padding: 48px 0 80px;
    text-align: center;
  }
  .bl_type .el_sec_mainTtl {
    margin-bottom: 16px;
    letter-spacing: 0.06em;
  }
  .bl_type .el_att {
    margin-bottom: 38px;
  }
  .bl_type_btnList {
    justify-content: center;
    gap: 16px 18px;
  }
  .bl_type_btnItem button {
    font-size: 34px;
    width: 218px;
    height: 80px;
    border-radius: 40px;
    padding-bottom: 5px;
  }
  .bl_type .bl_media_imgWrapper {
    width: 100%;
    margin-bottom: 24px;
  }
  .bl_type .bl_media_ttl {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .bl_type .bl_media_def {
    justify-content: space-between;
    padding: 10px 40px 14px;
    margin-bottom: 24px;
  }
  .bl_type .bl_media_def > div {
    gap: 14px;
  }
  .bl_type .bl_media_def > div:first-of-type {
    width: auto;
  }
  .bl_type .bl_detail {
    padding: 24px 134px 24px 40px;
  }
  .bl_type .bl_detail_ttl {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .bl_type .bl_detail_def {
    gap: 8px;
  }
}
/*=======================================================
CASE
=======================================================*/
.bl_case {
  background: #f1f5f9;
}
.bl_case .el_sec_mainTtl {
  margin-bottom: 43px;
}
.bl_case_list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.bl_case_item {
  padding-top: 24px;
  width: 496px;
  background: #fff;
  box-shadow: 24px 24px 40px rgba(0, 0, 0, 0.0509803922);
  border-radius: 8px;
  min-height: 156px;
  display: flex;
}
.bl_case_item:nth-of-type(6) {
  padding-top: 16px;
}
.bl_case_item:nth-of-type(6) .bl_conts_item:first-of-type {
  padding-top: 8px;
}
.bl_case_item:nth-of-type(6) .bl_conts_txt {
  margin-bottom: 10px;
}
.bl_case_left {
  width: 167px;
  text-align: center;
}
.bl_case_right {
  width: 329px;
}
.bl_case_imgWrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 8px;
}
.bl_case_imgTxt {
  font-size: 14px;
  line-height: 1.4;
}
.bl_case_txt {
  line-height: 1.5;
  margin-bottom: 16px;
}
.bl_case_price {
  font-size: 24px;
  color: #0181c0;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .bl_case .el_sec_mainTtl {
    margin-bottom: 40px;
  }
  .bl_case_list {
    gap: 40px;
  }
  .bl_case_item {
    padding-bottom: 24px;
    width: 100%;
    min-height: auto;
  }
  .bl_case_item:nth-of-type(5) {
    padding-right: 40px;
  }
  .bl_case_item:nth-of-type(6) {
    padding-top: 24px;
    padding-right: 40px;
  }
  .bl_case_item:nth-of-type(6) .bl_case_left {
    padding-top: 0;
  }
  .bl_case_item:nth-of-type(6) .bl_conts_txt {
    margin-bottom: 24px;
  }
  .bl_case_left {
    width: 238px;
    padding-right: 16px;
  }
  .bl_case_right {
    width: calc(100% - 238px);
  }
  .bl_case_imgWrapper {
    width: 120px;
    height: 120px;
    margin: 8px auto 16px;
  }
  .bl_case_imgTxt {
    font-size: 24px;
    line-height: 1.4;
  }
  .bl_case_txt {
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .bl_case_price {
    font-size: 30px;
    line-height: 1.5;
  }
}
/*=======================================================
FAQ
=======================================================*/
.bl_faq .el_btn {
  width: 320px;
  padding-left: 24px;
  margin: 0 auto;
  box-shadow: none;
}

@media screen and (max-width: 750px) {
  .bl_faq .el_btn {
    width: 540px;
    padding-left: 86px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  }
  .bl_faq .el_btn::after {
    border-width: 12px 0 12px 20px;
    margin-left: 66px;
  }
}
/*=======================================================
CONNECTION
=======================================================*/
.bl_connection {
  background: #f1f5f9;
}
.bl_connection .ly_cont_inner {
  padding: 48px 0 64px;
}
.bl_connection .el_sec_mainTtl {
  align-items: center;
  padding-left: 96px;
  margin-bottom: 19px;
}
.bl_connection .el_sec_mainTtl::after {
  content: "";
  background: url(../images/overseas-travel/icon-connection.png) top center/contain no-repeat;
  width: 56px;
  height: 72px;
  margin-left: 40px;
}
.bl_connection_intro {
  margin-bottom: 32px;
  text-align: center;
}
.bl_connection .bl_btnList {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 16px;
}
.bl_connection .bl_btnList img {
  width: 320px;
}

@media screen and (max-width: 750px) {
  .bl_connection .ly_cont_inner {
    padding: 48px 0 80px;
  }
  .bl_connection .el_sec_mainTtl {
    align-items: end;
    padding-left: 108px;
    margin-bottom: 40px;
  }
  .bl_connection .el_sec_mainTtl::after {
    width: 68px;
    height: 86px;
  }
  .bl_connection_intro {
    margin-bottom: 48px;
  }
  .bl_connection .bl_btnList {
    gap: 32px;
    margin-bottom: 40px;
  }
  .bl_connection .bl_btnList img {
    width: 100%;
  }
}