@charset "UTF-8";
/* --------------------------------------------------
	section size
-------------------------------------------------- */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* sec-mv
---------------------------------------------------------------------------- */
.sec-mv {
  position: relative;
  background: #E30A17;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 76px;
}
@media screen and (max-width: 768px) {
  .sec-mv {
    margin-top: 10rem;
  }
}
.sec-mv .l-inner:nth-child(1) {
  width: 100%;
  max-width: 100%;
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2025/fx_turkey_lira_bg_mv_pc.jpg") center bottom/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .sec-mv .l-inner:nth-child(1) {
    background: url("https://sbisec.akamaized.net/sbisec/images/static/2025/fx_turkey_lira_bg_mv_sp.jpg") center top/cover no-repeat;
    padding: 0 6rem;
  }
}
.sec-mv .l-inner:nth-child(2) {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .sec-mv .l-inner:nth-child(2) {
    padding: 0;
  }
}
.sec-mv .mv__ttls {
  position: relative;
  width: 1010px;
  height: 566px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec-mv .mv__ttls {
    margin: 0 auto;
    width: 100%;
    height: 135rem;
  }
}
.sec-mv .mv__ttls_ttl {
  position: absolute;
  top: 71px;
  left: 0;
  width: 487px;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
body.is-load .mv__ttls_ttl {
  -webkit-animation: fadeInDown 0.8s ease 0s forwards;
  animation: fadeInDown 0.8s ease 0s forwards;
}

@media screen and (max-width: 768px) {
  .sec-mv .mv__ttls_ttl {
    top: 10.8rem;
    left: auto;
    right: -2rem;
    width: 19.3rem;
  }
}
.sec-mv .mv__ttls_txt {
  position: absolute;
  bottom: 104px;
  left: 0;
  width: 487px;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
body.is-load .mv__ttls_txt {
  -webkit-animation: fadeInDown 0.8s ease 0.6s forwards;
  animation: fadeInDown 0.8s ease 0.6s forwards;
}

@media screen and (max-width: 768px) {
  .sec-mv .mv__ttls_txt {
    top: auto;
    bottom: 18.5rem;
    left: 0;
    width: 64.7rem;
  }
}
.sec-mv .mv__ttls_imgs {
  position: absolute;
  top: 40px;
  right: 0;
  display: block;
  width: 480px;
}
@media screen and (max-width: 768px) {
  .sec-mv .mv__ttls_imgs {
    top: 22rem;
    width: 64.7rem;
  }
}
.mv__ttls_img{
  width: 100%;
}
.mv__ttls_flag{
  position: absolute;
  bottom: -63px;
  right: -90px;
  width: 342px;
  aspect-ratio: 684/550;
}
@media screen and (max-width: 768px) {
  .mv__ttls_flag{
    position: absolute;
    bottom: auto;
    top: -11.5rem;
    right: auto;
    left: -6rem;
    width: 31.5rem;
    aspect-ratio: 308/278;
  }
}
.sec-mv .mv__ttls_note {
  position: absolute;
  left: 0;
  bottom: 60px;
  background: #B9040E;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #fff;
  padding: 5px 12px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec-mv .mv__ttls_note {
    bottom: 6rem;
    width: 100%;
    font-size: 2.4rem;
    padding: 1.3rem 2.2rem 1.3rem calc(2.2rem + 1em);
    text-indent: -1em;
    line-height: 1.5;
    width: 64.5rem;
  }
}
.sec-mv .mv__bnr {
  width: 375px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec-mv .mv__bnr {
    width: 100%;
  }
  .sec-mv .mv__bnr img {
    max-width: inherit;
    width: 100%;
  }
}

/* sec-account
---------------------------------------------------------------------------- */
.sec-account {
  width: 100%;
  height: 202px;
  overflow: hidden;
  border-top: 4px solid #c1a55e;
  border-bottom: 4px solid #c1a55e;
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2025/fx_turkey_lira_bg_account_pc.png") repeat-x center top/auto 100%;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .sec-account {
    height: 42.5rem;
    border-width: 8px;
    padding-top: 4.3rem;
  }
}
.sec-account .l-wrap {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec-account .l-wrap {
    padding: 0;
  }
}
.sec-account .account__grid {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 480px;
  grid-template-columns: 1fr 480px;
}
@media screen and (max-width: 768px) {
  .sec-account .account__grid {
    display: block;
  }
}
.sec-account .account__txts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec-account .account__txts {
    width: 57.8rem;
    margin-inline: auto;
    z-index: 1;
  }
}
.sec-account .account__txts::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: #fdeed1;
}
@media screen and (max-width: 768px) {
  .sec-account .account__txts::before {
    display: none;
  }
}
.sec-account .account__txts::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  translate: 100% 0;
  width: 40px;
  height: 100%;
  background: #fdeed1;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 768px) {
  .sec-account .account__txts::after {
    display: none;
  }
}
.sec-account .account__txts_ttl {
  position: relative;
  font-size: 4.7rem;
  line-height: 1.2340425532;
  font-weight: 700;
  color: #501818;
  padding-left: 45px;
  margin-left: -20px;
}
@media screen and (max-width: 1140px) {
  .sec-account .account__txts_ttl {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-account .account__txts_ttl {
    background: #fff;
    border-radius: 100vh;
    font-size: 4.2rem;
    width: 100%;
    line-height: 1;
    padding: 0.8rem 1rem 1.4rem 8rem;
  }
}
.sec-account .account__txts_ttl span {
  color: #E7242E;
}
.sec-account .account__txts_ttl::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 33px;
  aspect-ratio: 66/106;
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2025/fx_turkey_lira_icn01_account.png) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .sec-account .account__txts_ttl::before {
    top: 1.3rem;
    left: 4.5rem;
    width: 2.5rem;
  }
}
.sec-account .account__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .sec-account .account__btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -1.5rem;
    position: relative;
  }
}
.sec-account .account__btns_wrap {
  width: 345px;
}
@media screen and (max-width: 768px) {
  .sec-account .account__btns_wrap {
    width: 69rem;
  }
}
.sec-account .account__btns_btn {
  width: 100%;
  height: 103px;
}
@media screen and (max-width: 768px) {
  .sec-account .account__btns_btn {
    height: 20.6rem;
  }
}
.sec-account .account__btns_btn a {
  position: relative;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(#005BC2), to(#29B4DD));
  background-image: linear-gradient(90deg, #005BC2, #29B4DD);
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 21.5px 63px;
  border-radius: 100em;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-account .account__btns_btn a {
    font-size: 4.8rem;
    padding: 4.8rem 9rem 4.8rem 12rem;
    letter-spacing: 0.05em;
  }
}
.sec-account .account__btns_btn a:after {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -3px;
  display: block;
  content: "";
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2025/fx_turkey_lira_icn_arrow.png") no-repeat center center;
  background-size: 100% auto !important;
  width: 26px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .sec-account .account__btns_btn a:after {
    right: 5rem;
    width: 5.2rem;
    height: 5.2rem;
  }
}
.sec-account .account__btns_btn a .small {
  display: block;
  margin-top: 1px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-account .account__btns_btn a .small {
    font-size: 3.2rem;
    margin-top: 0.6rem;
    letter-spacing: 0.15em;
  }
}
.sec-account .account__btns_btn a .small .free {
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  color: #E7242E;
  background: #fff;
  padding: 2px 12px 4px;
  border-radius: 100em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-account .account__btns_btn a .small .free {
    margin-left: 1.3rem;
    padding: 0.4rem 2rem 0.5rem;
  }
}
@media screen and (min-width: 769px) {
  .sec-account .account__btns_btn a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .sec-account .account__btns_btn a:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#FF5E00), to(#FFC300));
    background-image: linear-gradient(90deg, #FF5E00, #FFC300);
  }
}
.sec-account .account__btns .txt-link {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .sec-account .account__btns .txt-link {
    margin-top: 2.5rem;
  }
}
.sec-account .account__btns .txt-link a {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  color: #000000;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-account .account__btns .txt-link a {
    font-size: 2.4rem;
    padding-bottom: 1.4rem;
  }
}

/* sec-turkey01
---------------------------------------------------------------------------- */
.sec-turkey01 {
  position: relative;
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2025/fx_turkey_lira_bg_turkey01_pc.jpg") repeat-y center top/100% auto;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 {
    background: url("https://sbisec.akamaized.net/sbisec/images/static/2025/fx_turkey_lira_bg_turkey01_sp.jpg") repeat-y center top/100% auto;
  }
  .sec-turkey01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: calc(100% - 2.4rem);
    height: calc(100% - 1.2rem);
    border-left: 1px solid #F5C456;
    border-right: 1px solid #F5C456;
    border-bottom: 1px solid #F5C456;
  }
}
.sec-turkey01 .l-inner {
  padding-block: 97px 88px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .l-inner {
    position: relative;
    padding: 14rem 0 0;
  }
}
.sec-turkey01 .turkey01__head {
  position: relative;
  width: 100%;
  height: max(14.3382352941vw, 156px);
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2025/fx_turkey_lira_bg_turkey01_head02_pc.jpg") no-repeat center bottom/auto 100%;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__head {
    height: 17rem;
    background: url("https://sbisec.akamaized.net/sbisec/images/static/2025/fx_turkey_lira_bg_turkey01_head01_sp.jpg") no-repeat center bottom/100% auto;
  }
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__head::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: calc(100% - 2.4rem);
    height: calc(100% - 1.2rem);
    border-left: 1px solid #F5C456;
    border-right: 1px solid #F5C456;
  }
}
.sec-turkey01 .turkey01__ttl {
  position: absolute;
  top: max(9.7426470588vw, 106px);
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__ttl {
    top: -5.5rem;
    width: 44rem;
  }
  .sec-turkey01 .turkey01__ttl img {
    max-width: inherit;
    width: 100%;
  }
}
.sec-turkey01 .turkey01__link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__link {
    gap: 2rem;
    width: 67rem;
    margin-inline: auto;
  }
}
.sec-turkey01 .turkey01__link_item {
  width: 100%;
  height: 95px;
  background: #8A020A;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__link_item {
    height: auto;
    min-height: 14rem;
  }
}
.sec-turkey01 .turkey01__link_item a {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 79px 1fr 67px;
  grid-template-columns: 79px 1fr 67px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__link_item a {
    -ms-grid-columns: 12rem 1fr 12rem;
    grid-template-columns: 12rem 1fr 12rem;
  }
}
.sec-turkey01 .turkey01__link_item a .num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 400;
  color: #E3C17F;
  font-family: "Roboto";
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__link_item a .num {
    font-size: 6.4rem;
    height: 100%;
  }
}
.sec-turkey01 .turkey01__link_item a .num::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 1px;
  height: 50px;
  border-left: 1px solid #D9B46D;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__link_item a .num::before {
    height: calc(100% - 4rem);
  }
}
.sec-turkey01 .turkey01__link_item a .txt {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  padding-left: 26px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__link_item a .txt {
    font-size: 3.6rem;
    line-height: 1.3888888889;
    padding: 4rem 0 4rem 4rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.sec-turkey01 .turkey01__link_item a .note {
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__link_item a .note {
    font-size: 2.4rem;
    padding-left: 0;
  }
}
.sec-turkey01 .turkey01__link_item a::after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2025/fx_turkey_lira_icn01_arrow.png) no-repeat center center/contain;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__link_item a::after {
    width: 5rem;
  }
}
.sec-turkey01 .turkey01__box {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box {
    margin-top: 6rem;
    gap: 8rem;
    padding-inline: 1.2rem;
  }
}
.sec-turkey01 .turkey01__box_item {
  border: 1px solid #F5C456;
  background: rgba(106, 0, 6, 0.3);
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item {
    border-left: none;
    border-right: none;
    border-bottom: none;
    background: none;
  }
}
.sec-turkey01 .turkey01__box_heading {
  position: relative;
  background-color: rgba(2, 0, 6, 0.15);
  padding: 29px 29px 36px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_heading {
    padding: 5.8rem 5.8rem 5.5rem;
  }
}
.sec-turkey01 .turkey01__box_heading::before, .sec-turkey01 .turkey01__box_heading::after {
  content: "";
  position: absolute;
  top: 0;
  width: 45px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_heading::before, .sec-turkey01 .turkey01__box_heading::after {
    width: 9rem;
  }
}
.sec-turkey01 .turkey01__box_heading::before {
  left: 0;
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2025/fx_turkey_lira_bg_topleft_turkey01_box.png) no-repeat center top/contain;
}
.sec-turkey01 .turkey01__box_heading::after {
  right: 0;
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2025/fx_turkey_lira_bg_topright_turkey01_box.png) no-repeat center top/contain;
}
.sec-turkey01 .turkey01__box_heading .num {
  width: 47px;
  margin-inline: auto;
  aspect-ratio: 1/1;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(238, 209, 116)), color-stop(49%, rgb(238, 194, 55)), color-stop(50%, rgb(234, 159, 13)), to(rgb(243, 185, 41)));
  background: linear-gradient(rgb(238, 209, 116) 0%, rgb(238, 194, 55) 49%, rgb(234, 159, 13) 50%, rgb(243, 185, 41) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 700;
  color: #BD0712;
  font-family: "Roboto";
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_heading .num {
    width: 9.4rem;
    font-size: 6.8rem;
  }
}
.sec-turkey01 .turkey01__box_heading .ttl {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_heading .ttl {
    font-size: 5.6rem;
    line-height: 1.6;
    margin-top: 1.5rem;
  }
}

.sec-turkey01 .turkey01__box_heading .note {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_heading .note {
    margin-top: 0.5rem;
    font-size: 2.4rem;
  }
}
.sec-turkey01 .turkey01__box_heading .txt {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-top: 23px;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_heading .txt {
    font-size: 3.2rem;
    margin-top: 2rem;
    padding-top: 3rem;
  }
}
.sec-turkey01 .turkey01__box_heading .txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 43px;
  height: 1px;
  border-top: 1px solid #DFAF3C;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_heading .txt::before {
    width: 8.6rem;
    height: 2px;
    border-top: 2px solid #DFAF3C;
  }
}
/*1 50%の高金利*/
.sec-turkey01 .turkey01__box_item01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 406px 50px 1fr;
  grid-template-columns: 406px 1fr;
  gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 38px 59px 60px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item01 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 3.8rem;
    padding: 6.5rem 4rem 0;
  }
}
.sec-turkey01 .turkey01__box_item01 .area-white {
  background: #fff;
  border-radius: 6px;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item01 .area-white {
    padding: 1.2rem;
  }
}
.sec-turkey01 .turkey01__box_item01 .ttl-beige {
  background: #F9F2E4;
  padding: 17px;
  color: #000000;
  font-size: 2.3rem;
  line-height: calc(29/23);
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item01 .ttl-beige {
    padding: 3.2rem;
    font-size: 3.8rem;
  }
}
.sec-turkey01 .turkey01__box_item01 .red-ttl-beige {
  font-size: 3.1rem;
  color: #E30A17;
  font-family: "Roboto";
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item01 .red-ttl-beige {
    font-size: 4.6rem;
  }
}
.sec-turkey01 .turkey01__box_item01 .img {
  width: 365px;
  margin: 21px auto 16px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item01 .img {
    width: 59.2rem;
    margin: 2.2rem auto 2.8rem;
  }
}
.sec-turkey01 .turkey01__box_item01 .txt {
  color: #fff;
  font-size: 2.7rem;
  line-height: 1.4444444444;
  font-weight: 400;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item01 .txt {
    font-size: 3.6rem;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 0;
  }
}
.sec-turkey01 .turkey01__box_item01 .note {
  font-size: 1.5rem;
  color: #888888;
  text-align: center;
  padding-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item01 .note {
    font-size: 2.4rem;
    padding-bottom: 2rem;
  }
}

/*2 スワップポイントで利益が狙える*/
.sec-turkey01 .turkey01__box_item02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 406px 50px 1fr;
  grid-template-columns: 406px 1fr;
  gap: 30px;
  align-items: flex-start;
  padding: 38px 59px 60px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item02 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 3.2rem;
    padding: 4.5rem 4rem 0;
  }
}
.sec-turkey01 .turkey01__box_item02 .texts {
  background: #830810;
  padding: 29px 30px 37px;
  color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item02 .texts {
    padding: 3.6rem 3.7rem 3.5rem;
  }
}
.sec-turkey01 .turkey01__box_item02 .texts dt {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item02 .texts dt {
    font-size: 3.6rem;
    font-weight: 700;
  }
}
.sec-turkey01 .turkey01__box_item02 .texts dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #DB676E;
}
.sec-turkey01 .turkey01__box_item02 .texts dt span {
  position: relative;
  background: #830810;
  padding: 0 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item02 .texts dt span {
    padding: 0 2rem;
  }
}
.sec-turkey01 .turkey01__box_item02 .texts dd {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item02 .texts dd {
    font-size: 2.8rem;
    line-height: 1.55;
    margin-top: 0.8rem;
  }
}
.sec-turkey01 .turkey01__box_item02 .area-white {
  background: #fff;
  border-radius: 6px;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item02 .area-white {
    padding: 1.2rem;
  }
}
.sec-turkey01 .turkey01__box_item02 .ttl-beige {
  background: #F9F2E4;
  padding: 22px 18px 22px;
  color: #000000;
  font-size: 2.3rem;
  line-height: 1.1739130435;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item02 .ttl-beige {
    padding: 5rem 2rem 4rem;
    font-size: 3.8rem;
  }
}
.sec-turkey01 .turkey01__box_item02 .ttl-beige img {
  width: 352px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item02 .ttl-beige img {
    width: 58rem;
  }
}
.sec-turkey01 .turkey01__box_item02 .list {
  color: #888888;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: 400;
  padding: 18px 14px 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 9px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item02 .list {
    font-size: 2.4rem;
    padding: 3rem 1.8rem 3.6rem;
    gap: 1rem;
  }
}
.sec-turkey01 .turkey01__box_item02 .list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1em 6px 1fr;
  grid-template-columns: 1em 1fr;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item02 .list li {
    gap: 1rem;
  }
}
.sec-turkey01 .turkey01__box_item02 .list li::before {
  content: "※";
}
/*3 FXだからレバレッジが使える*/
.sec-turkey01 .turkey01__box_item03 {
  padding: 38px 59px 60px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item03 {
    padding: 6.5rem 4rem 0;
  }
}
.sec-turkey01 .turkey01__box_item03 .area-white {
  background: #fff;
  border-radius: 6px;
  padding: 6px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 366px 1fr;
  grid-template-columns: 366px 1fr;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item03 .area-white {
    padding: 1.2rem;
    display: block;
  }
}
.sec-turkey01 .turkey01__box_item03 .ttl-beige {
  background: #F9F2E4;
  padding: 30px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item03 .ttl-beige {
    padding: 3.8rem;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    gap: 1.6rem;
  }
}
.sec-turkey01 .turkey01__box_item03 .large-ttl-beige {
  font-size: 4.4rem;
  line-height: 1.1818181818;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item03 .large-ttl-beige {
    font-size: 3.7rem;
  }
}
.sec-turkey01 .turkey01__box_item03 .red-ttl-beige {
  font-size: 4.4rem;
  line-height: 1.1818181818;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #E30A17;
  font-family: "Roboto";
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item03 .red-ttl-beige {
    font-size: 5.2rem;
  }
}
.sec-turkey01 .turkey01__box_item03 .small-ttl-beige {
  font-size: 1.6rem;
  line-height: 1.1875;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item03 .small-ttl-beige {
    font-size: 3.7rem;
  }
}
.sec-turkey01 .turkey01__box_item03 .medium-ttl-beige {
  font-size: 3rem;
  line-height: 0.6333333333;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item03 .medium-ttl-beige {
    font-size: 3.7rem;
  }
}
.sec-turkey01 .turkey01__box_item03 .texts01 {
  background: #830810;
  padding: 23px 30px 37px;
  color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item03 .texts01 {
    padding: 4.6rem 3.7rem 6rem;
  }
}
.sec-turkey01 .turkey01__box_item03 .texts01 dt {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item03 .texts01 dt {
    font-size: 3.6rem;
    font-weight: 700;
  }
}
.sec-turkey01 .turkey01__box_item03 .texts01 dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #DB676E;
}
.sec-turkey01 .turkey01__box_item03 .texts01 dt span {
  position: relative;
  background: #830810;
  padding: 0 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item03 .texts01 dt span {
    padding: 0 2rem;
  }
}
.sec-turkey01 .turkey01__box_item03 .texts01 dd {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item03 .texts01 dd {
    font-size: 2.8rem;
    line-height: 1.55;
    margin-top: 0.8rem;
  }
}
.sec-turkey01 .turkey01__box_item03 .texts02 {
  border-radius: 5px;
  margin-top: 30px;
  color: #fff;
  padding-bottom: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(203, 11, 23)), to(rgba(227, 10, 23, 0)));
  background: linear-gradient(rgb(203, 11, 23) 0%, rgba(227, 10, 23, 0) 100%);
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item03 .texts02 {
    margin-top: 6rem;
    padding-bottom: 3rem;
  }
}
.sec-turkey01 .turkey01__box_item03 .texts02 dt {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 400;
  background: #8A0C14;
  clip-path: polygon(100% 0, 100% 70%, 50% 95%, 0 70%, 0 0);
  width: 200px;
  aspect-ratio: 200/57;
  margin-inline: auto;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item03 .texts02 dt {
    width: 41rem;
    font-size: 4.4rem;
    padding: 2.7rem;
  }
}
.sec-turkey01 .turkey01__box_item03 .texts02 dd {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item03 .texts02 dd {
    font-size: 2.8rem;
    line-height: 1.6;
    margin-top: 1.8rem;
  }
}

.sec-turkey01 .turkey01__box_item03 .note {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  font-weight: 400;
  background: #830810;
  border-radius: 5px;
  padding: 13px;
  text-align: center;
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item03 .note {
    font-size: 2.8rem;
    line-height: 1.6;
    padding: 3.5rem 5rem;
    text-align: left;
    margin-top: 3rem;
  }
}
.sec-turkey01 .turkey01__box_item03 .area-white + .area-white {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item03 .area-white + .area-white {
    margin-top: 4rem;
  }
}
.sec-turkey01 .turkey01__box_item03 .area-white .img {
  height: 312px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item03 .area-white .img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item03 .area-white .img01.img {
    width: 54.6rem;
    margin: 4rem auto 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item03 .area-white .img02.img {
    width: 63.4rem;
    margin: 2rem auto 4.5rem;
    translate: -0.7rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_item03 .area-white .img03.img {
    width: 54.4rem;
    margin: 3.2rem auto 6.8rem;
  }
}

.sec-turkey01 .turkey01__box_movie {
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_movie {
    margin: 7rem -1.2rem 0;
  }
  .sec-turkey01 .turkey01__box_movie::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: calc(100% - 2.4rem);
    height: calc(100% - 1.2rem);
    border-left: 1px solid #F5C456;
    border-right: 1px solid #F5C456;
    border-bottom: 1px solid #F5C456;
  }
}
.sec-turkey01 .turkey01__box_movie .cnt {
  background-color: #910008;
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/fx_turkey_lira_bg_btmleft_turkey01_box.png), url(https://sbisec.akamaized.net/sbisec/images/static/2025/fx_turkey_lira_bg_btmright_turkey01_box.png);
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  background-size: 45px;
  padding: 25px 60px 57px;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_movie .cnt {
    background-size: 9rem;
    padding: 5rem 4rem 9.4rem;
  }
}
.sec-turkey01 .turkey01__box_movie .ttl {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 249, 232)), color-stop(44%, rgb(255, 233, 163)), color-stop(45%, rgb(255, 204, 104)), to(rgb(255, 219, 130)));
  background: linear-gradient(rgb(255, 249, 232) 0%, rgb(255, 233, 163) 44%, rgb(255, 204, 104) 45%, rgb(255, 219, 130) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_movie .ttl {
    font-size: 4.4rem;
  }
}
.sec-turkey01 .turkey01__box_movie .movie {
  margin-top: 22px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-turkey01 .turkey01__box_movie .movie {
    margin-top: 4.4rem;
  }
}
.sec-turkey01 .turkey01__box_movie .movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}

/* sec-turkey02
---------------------------------------------------------------------------- */
.sec-turkey02 {
  padding-block: 45px;
  position: relative;
  background-color: #890005;
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/fx_turkey_lira_bg_topleft_turkey01_box.png), url(https://sbisec.akamaized.net/sbisec/images/static/2025/fx_turkey_lira_bg_topright_turkey01_box.png), url(https://sbisec.akamaized.net/sbisec/images/static/2025/fx_turkey_lira_bg_btmleft_turkey01_box.png), url(https://sbisec.akamaized.net/sbisec/images/static/2025/fx_turkey_lira_bg_btmright_turkey01_box.png);
  background-repeat: no-repeat;
  background-position: left top, right top, left bottom, right bottom;
  background-size: 45px 45px;
}
@media screen and (max-width: 768px) {
  .sec-turkey02 {
    padding-block: 8.5rem 10rem;
    background-size: 9rem 9rem;
    border-top: 1.6rem solid #C1A55E;
  }
}
.sec-turkey02 .l-wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-turkey02 .l-wrap {
    padding: 0;
  }
}
.sec-turkey02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid #F5C456;
}
@media screen and (max-width: 768px) {
  .sec-turkey02::before {
    width: calc(100% - 2.4rem);
    height: calc(100% - 2.4rem);
  }
}
.sec-turkey02 .turkey02__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 740px;
  grid-template-columns: 1fr 740px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec-turkey02 .turkey02__grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 5.8rem;
  }
}
.sec-turkey02 .turkey02__left {
  padding-left: 28px;
}
@media screen and (max-width: 768px) {
  .sec-turkey02 .turkey02__left {
    padding-left: 0;
  }
}
.sec-turkey02 .turkey02__left_ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 249, 232)), color-stop(44%, rgb(255, 233, 163)), color-stop(45%, rgb(255, 204, 104)), to(rgb(255, 219, 130)));
  background: linear-gradient(rgb(255, 249, 232) 0%, rgb(255, 233, 163) 44%, rgb(255, 204, 104) 45%, rgb(255, 219, 130) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .sec-turkey02 .turkey02__left_ttl {
    font-size: 4.4rem;
    text-align: center;
  }
}
.sec-turkey02 .turkey02__right {
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .sec-turkey02 .turkey02__right {
    width: 69rem;
    margin-inline: auto;
    padding-right: 0;
  }
}
.sec-turkey02 .turkey02__right_tbl {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  text-align: center;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 768px) {
  .sec-turkey02 .turkey02__right_tbl {
    line-height: 1.1875;
  }
}
.sec-turkey02 .turkey02__right_tbl th, .sec-turkey02 .turkey02__right_tbl td {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  vertical-align: middle;
}
.sec-turkey02 .turkey02__right_tbl tr > *:nth-child(1) {
  width: calc((100% - 265px) / 2);
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sec-turkey02 .turkey02__right_tbl tr > *:nth-child(1) {
    width: calc((100% - 44rem) / 2);
    font-size: 2.4rem;
  }
}
.sec-turkey02 .turkey02__right_tbl tr > *:nth-child(2) {
  background: #E30A17;
  width: 265px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .sec-turkey02 .turkey02__right_tbl tr > *:nth-child(2) {
    width: 22rem;
    font-size: 3.2rem;
  }
}
.sec-turkey02 .turkey02__right_tbl tr > *:nth-child(3) {
  background: #444444;
  width: calc((100% - 265px) / 2);
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .sec-turkey02 .turkey02__right_tbl tr > *:nth-child(3) {
    width: 22rem;
    font-size: 3.2rem;
  }
}
.sec-turkey02 .turkey02__right_tbl thead th:nth-child(1) {
  border-top: none;
  border-left: none;
}
.sec-turkey02 .turkey02__right_tbl thead th:nth-child(2) {
  font-size: 3rem;
  padding: 14px;
}
@media screen and (max-width: 768px) {
  .sec-turkey02 .turkey02__right_tbl thead th:nth-child(2) {
    font-size: 6rem;
    padding: 3.5rem;
  }
}
.sec-turkey02 .turkey02__right_tbl tbody td {
  padding: 14px 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-turkey02 .turkey02__right_tbl tbody td {
    padding: 0;
    height: 13.5rem;
  }
}
.sec-turkey02 .turkey02__right_tbl tbody td::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.sec-turkey02 .turkey02__right_tbl tbody td p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .sec-turkey02 .turkey02__right_tbl tbody td p {
    display: block;
  }
}
.sec-turkey02 .turkey02__right_tbl tbody td.line2 {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sec-turkey02 .turkey02__right_tbl tbody td.line2 {
    font-size: 2rem;
    line-height: calc(14/10);
  }
}
.sec-turkey02 .turkey02__right_tbl tbody td.line2 p + p{
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .sec-turkey02 .turkey02__right_tbl tbody td.line2 p + p{
    margin-top: 1rem;
  }
}
.sec-turkey02 .turkey02__right_tbl tbody td .small {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .sec-turkey02 .turkey02__right_tbl tbody td .small {
    font-size: 2rem;
  }
}
.sec-turkey02 .turkey02__right_tbl tbody td .note {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sec-turkey02 .turkey02__right_tbl tbody td .note {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-turkey02 .turkey02__right_tbl tbody tr:nth-child(2) td:nth-child(n+2) p {
    translate: 0 -0.2em;
  }
}
.sec-turkey02 .turkey02__right_list{
  color: #fff;
  margin-top: 10px;
  counter-reset:count-number;
  display: grid;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .sec-turkey02 .turkey02__right_list{
    margin-top: 2rem;
    gap: 1rem;
  }
}
.sec-turkey02 .turkey02__right_list li{
  position: relative;
  font-size: 1.2rem;
  line-height: calc(17/12);
  padding-left: 25px;
  font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .sec-turkey02 .turkey02__right_list li{
    font-size: 2.4rem;
    padding-left: 5rem;
  }
}
.sec-turkey02 .turkey02__right_list li::before{
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: count-number;
  content: "※"counter(count-number);
}

/* sec-turkey03
---------------------------------------------------------------------------- */
.sec-turkey03{
  background: #6E0004;
  color: #fff;
}
.turkey02__box{
  max-width: 960px;
  padding-block: 70px 80px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .turkey02__box{
    padding-block: 8rem 11rem;
  }
}
.turkey02__box_ttl{
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .turkey02__box_ttl{
    font-size: 4.4rem;
  }
}
.turkey02__box_txt{
  font-size: 1.4rem;
  line-height: calc(24/14);
  margin-top: 14px;
  font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .turkey02__box_txt{
    font-size: 2.8rem;
    margin-top: 4rem;
    line-height: calc(26/14);
  }
}

/* sec-reason
---------------------------------------------------------------------------- */
.sec-reason {
  padding: 80px 0 100px 0;
}
@media screen and (max-width: 768px) {
  .sec-reason {
    padding: 8.8rem 0 13rem;
  }
  .sec-reason img {
    width: 100%;
  }
}
.sec-reason .l-wrap {
  position: relative;
  z-index: 2;
}
.sec-reason .l-wrap:before {
  position: absolute;
  display: block;
  content: "";
  background: #eae8e6;
  top: 15px;
  left: -254px;
  width: 508px;
  height: 508px;
  border-radius: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec-reason .l-wrap:before {
    width: 45rem;
    height: 45rem;
    top: -5rem;
    left: -22.5rem;
  }
}
.sec-reason .c-title01 {
  margin-bottom: 60px;
}
.sec-reason .c-title01_01 {
  color: #ff0531;
  font-size: 2.3rem;
  font-weight: bold;
}
.sec-reason .c-title01_01::before {
  transform: rotate(-15deg);
  margin-right: 15px;
}
.sec-reason .c-title01_01::before,
.sec-reason .c-title01_01::after {
  position: relative;
  bottom: 2px;
  display: inline-block;
  vertical-align: bottom;
  content: "";
  width: 1px;
  height: 24px;
  background: #ff0531;
}
.sec-reason .c-title01_01::after {
  transform: rotate(15deg);
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .sec-reason .c-title01 {
    margin-bottom: 4.5rem;
  }
  .sec-reason .c-title01.mt100 {
    margin-top: 8rem !important;
  }
  .sec-reason .c-title01_01 {
    font-size: 3.4rem;
    font-weight: bold;
  }
  .sec-reason .c-title01_01::before,
  .sec-reason .c-title01_01::after {
    bottom: 0.2rem;
    width: 0.3rem;
    height: 3.6rem;
  }
}
.sec-reason .reason_nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 0 16px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec-reason .reason_nav {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 5rem;
  }
}
.sec-reason .reason_nav__items {
  width: calc((100% - 48px) / 5);
  position: relative;
  border-radius: 130px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-reason .reason_nav__items {
    width: 100%;
    border-radius: 40px;
  }
  .sec-reason .reason_nav__items:nth-child(2n) {
    margin-right: 0;
    margin-top: 2rem;
  }
  .sec-reason .reason_nav__items:nth-child(n+3) {
    margin-top: 2rem;
  }
}
.sec-reason .reason_nav__items a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  flex-direction: column;
  padding: 50px 5px 70px 5px;
  box-sizing: border-box;
  min-height: 400px;
}
@media screen and (max-width: 768px) {
  .sec-reason .reason_nav__items a {
    padding: 2.5rem 3.5rem 5.5rem;
    min-height: inherit;
    flex-direction: row;
  }
}
.sec-reason .reason_nav__items a .num {
  text-align: center;
  font-size: 5.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec-reason .reason_nav__items a .num {
    font-size: 8rem;
    margin-bottom: 1.5rem;
    margin-right: 2rem;
  }
}
.sec-reason .reason_nav__items a .nav-ttl {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.619047619;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #fff;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .sec-reason .reason_nav__items a .nav-ttl {
    font-size: 3rem;
    line-height: 1.4;
    margin-top: 0;
  }
}
.sec-reason .reason_nav__items a .icon {
  text-align: center;
  margin: 13px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .sec-reason .reason_nav__items a .icon {
    margin-top: 1.5rem;
    margin-right: 0;
  }
}
.sec-reason .reason_nav__items a:after {
  bottom: 65px;
  border-style: solid;
  border-width: 0 4px 4px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 15px;
  width: 15px;
  border-color: #FFF;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .sec-reason .reason_nav__items a:after {
    height: 7.5px;
    width: 7.5px;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason .reason_nav__items a:after {
    bottom: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason .reason_nav__items.-items01 .icon {
    width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason .reason_nav__items.-items02 .icon {
    width: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason .reason_nav__items.-items03 .icon {
    width: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason .reason_nav__items.-items04 .icon {
    width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason .reason_nav__items.-items05 .icon {
    width: 16rem;
  }
}
.sec-reason .l-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sec-reason .l-wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.sec-reason .reason-box {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .sec-reason .reason-box {
    padding-top: 5rem;
  }
}
.sec-reason .reason-box + .reason-box {
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .sec-reason .reason-box + .reason-box {
    margin-top: 5rem;
  }
}
.sec-reason .flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
@media screen and (max-width: 768px) {
  .sec-reason .flex {
    display: block;
  }
}
.sec-reason .flex__txt {
  position: relative;
  width: 53%;
  padding-left: 120px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-reason .flex__txt {
    width: auto;
    padding: 0;
    z-index: 1;
  }
}
.sec-reason .flex__txt .ttl_wrap {
  margin-bottom: 20px;
}
.sec-reason .flex__txt .ttl_wrap .num {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #003399;
}
@media screen and (max-width: 768px) {
  .sec-reason .flex__txt .ttl_wrap .num {
    font-size: 12.4rem;
    position: relative;
    text-align: center;
  }
}
.sec-reason .flex__txt .ttl_wrap .ttl {
  font-size: 4.5rem;
  line-height: 1.2888888889;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #003399;
}
@media screen and (max-width: 768px) {
  .sec-reason .flex__txt .ttl_wrap .ttl {
    font-size: 5.6rem;
    text-align: center;
    margin-top: 3rem;
  }
}
.sec-reason .flex__txt .ttl_wrap .ttl .sup {
  display: inline;
  font-size: 50%;
  vertical-align: super;
}
.sec-reason .flex__txt .text {
  font-size: 2.2rem;
  line-height: 1.7272727273;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: justify;
  padding-right: 84px;
  box-sizing: border-box;
}
.sec-reason .flex__txt .text + .text {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .sec-reason .flex__txt .text {
    font-size: 2.6rem;
    padding-right: 0;
    letter-spacing: 0.1em;
    line-height: 1.6923076923;
    margin-top: 2rem;
  }
  .sec-reason .flex__txt .text + .text {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec-reason .flex__txt .text + .text {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason .flex__txt .text .sp-note {
    font-size: 1.8rem;
    padding-left: 1em;
    text-indent: -1em;
    font-weight: 400;
    display: block;
  }
}
.sec-reason .flex__txt .note {
  padding-right: 84px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-reason .flex__txt .note {
    padding-right: 0;
  }
}
.sec-reason .flex__img {
  width: 47%;
  max-width: 564px;
}
@media screen and (max-width: 768px) {
  .sec-reason .flex__img {
    width: auto;
    max-width: inherit;
    margin-top: 3.5rem;
  }
}
.sec-reason .flex .note {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .sec-reason .flex .note {
    font-size: 1.8rem;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.sec-reason .flex .time {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .sec-reason .flex .time {
    font-size: 1.8rem;
    padding-left: 1em;
    text-indent: -1em;
    text-align: right !important;
  }
}
.sec-reason .flex .atten {
  margin-top: 10px;
}
.sec-reason .flex .atten li {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .sec-reason .flex .atten li {
    font-size: 1.8rem;
  }
}
.sec-reason #reason01 {
  position: relative;
}
.sec-reason #reason01:after {
  position: absolute;
  display: block;
  content: "";
  background: #e8e7e5;
  top: -100px;
  right: -84px;
  width: 246px;
  height: 246px;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .sec-reason #reason01:after {
    width: 45rem;
    height: 45rem;
    top: -40rem;
    right: -22.5rem;
  }
}
.sec-reason #reason01 .flex__img {
  position: relative;
  z-index: 2;
}
.sec-reason #reason04 .flex__img .img-inner {
  width: 100%;
  max-width: 508px;
  background: #fff;
  padding: 40px 35px;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-reason #reason04 .flex__img .img-inner {
    padding: 4.8rem;
    max-width: 100%;
  }
}
.sec-reason #reason04 .flex__img .img-inner .note {
  margin-top: 5px;
}
.sec-reason .more-box {
  position: relative;
  margin-top: 100px;
  padding-left: 55px;
  padding-right: 55px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-reason .more-box {
    padding: 0;
  }
}
.sec-reason .more-box .icon {
  position: absolute;
  left: 0;
  top: -65px;
}
@media screen and (max-width: 768px) {
  .sec-reason .more-box .icon {
    width: 22.4rem;
    top: -6rem;
    left: -3rem;
  }
}
.sec-reason .more-box__inner {
  padding: 30px 64px 40px 80px;
  border-radius: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-reason .more-box__inner {
    padding: 8rem 4rem;
  }
}
.sec-reason .more-box .flex {
  align-items: center;
}
.sec-reason .more-box .flex__txt {
  position: relative;
  width: 46%;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-reason .more-box .flex__txt {
    width: auto;
    padding-right: 0;
    padding-top: 0;
  }
}
.sec-reason .more-box .flex__txt .ttl {
  font-size: 4rem;
  line-height: 1.35;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec-reason .more-box .flex__txt .ttl {
    font-size: 4.8rem;
    text-align: center;
    line-height: 1.2916666667;
    margin-bottom: 3rem;
  }
}
.sec-reason .more-box .flex__txt .text {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.7272727273;
  letter-spacing: 0.1em;
  font-weight: 700;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-reason .more-box .flex__txt .text {
    font-size: 3rem;
    text-align: center;
    line-height: 1.4;
  }
}
.sec-reason .more-box .flex__txt .note {
  margin-top: 10px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sec-reason .more-box .flex__txt .note {
    font-size: 2.4rem;
    line-height: 1.5833333333;
    padding-left: 0;
    text-indent: 0;
  }
}
.sec-reason .more-box .flex__txt .single-note {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .sec-reason .more-box .flex__txt .single-note {
    font-size: 1.8rem;
    line-height: 1.3888888889;
    margin-top: 0.5rem;
  }
}
.sec-reason .more-box .flex__img {
  width: 54%;
  max-width: 519px;
}
@media screen and (max-width: 768px) {
  .sec-reason .more-box .flex__img {
    width: auto;
    max-width: inherit;
  }
}
.sec-reason .note {
  font-size: 1.2rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sec-reason .note {
    font-size: 1.8rem;
    text-align: left !important;
    line-height: 1.5555555556;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 1rem;
  }
}

/* sec-popular
---------------------------------------------------------------------------- */
.sec-popular {
  padding: 80px 0 90px;
}
@media screen and (max-width: 768px) {
  .sec-popular {
    padding: 10rem 0 12rem;
  }
}
.sec-popular .l-wrap {
  max-width: 850px;
}
@media screen and (max-width: 768px) {
  .sec-popular .l-wrap {
    max-width: inherit;
  }
}
.sec-popular .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sec-popular .flex {
    display: block;
    margin-top: 5rem;
  }
  .sec-popular .flex__box {
    margin-top: 2rem;
  }
}

/* sec-opt
---------------------------------------------------------------------------- */
.sec-opt {
  padding: 20px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-opt {
    padding: 4rem 0 6rem;
  }
}
.sec-opt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #0040c1;
  width: 880px;
  height: 880px;
  mix-blend-mode: multiply;
  opacity: 0.15;
}
.sec-opt .l-wrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-opt .l-wrap {
    padding: 0;
  }
}
.sec-opt .ttl {
  font-size: 6.1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-opt .ttl {
    font-size: 5.8rem;
    margin: 0 -1rem;
  }
}
.sec-opt .ttl img {
  vertical-align: sub;
  margin: 0 0.1em;
}
@media screen and (max-width: 768px) {
  .sec-opt .ttl img {
    width: 5.3rem;
  }
}
.sec-opt .btn_wrap {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  padding-right: 120px;
}
@media screen and (max-width: 768px) {
  .sec-opt .btn_wrap {
    margin-top: 4rem;
    padding: 0;
  }
}
.sec-opt .btn .c-button {
  font-size: 4.1rem;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 536px;
  max-width: 100%;
  min-height: 100px;
  border-radius: 50px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec-opt .btn .c-button {
    font-size: 5.2rem;
    width: 68.8rem;
    min-height: 13.3rem;
    border-radius: 10rem;
    padding-right: 4.8rem;
    padding-left: 0;
  }
}
.sec-opt .btn .c-button::after {
  right: 34px;
  margin-top: 0;
  width: 41px;
  height: 41px;
}
@media screen and (max-width: 768px) {
  .sec-opt .btn .c-button::after {
    right: 5.9rem;
    width: 5.2rem;
    height: 5.2rem;
  }
}
.sec-opt .link {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .sec-opt .link {
    font-size: 2.4rem;
    margin-top: 2.3rem;
  }
}
.sec-opt .link a {
  color: #fff;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .sec-opt .link a {
    padding-bottom: 1.4rem;
  }
}
.sec-opt .link a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.sec-opt .link a:hover::before {
  display: none;
}
.sec-opt .balloon {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2857142857;
  font-weight: 700;
  position: absolute;
  top: -10px;
  right: 0;
  background: #fff;
  width: 126px;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  z-index: 1;
}
.sec-opt .balloon .red {
  color: #ff0033;
}
@media screen and (max-width: 768px) {
  .sec-opt .balloon {
    font-size: 2.4rem;
    position: relative;
    top: 0;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    width: 48rem;
    margin: 0 auto;
    padding: 0.8rem;
    border-radius: 2rem;
    margin-bottom: -1.5rem;
    z-index: 1;
  }
}
.sec-opt .balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -17px;
  border: 6px solid transparent;
  border-right: 12px solid #fff;
}
@media screen and (max-width: 768px) {
  .sec-opt .balloon::before {
    top: auto;
    bottom: -2rem;
    transform: translateX(-50%);
    left: 50%;
    border: 1.2rem solid transparent;
    border-top: 1.6rem solid #fff;
  }
}
.sec-opt .balloon img {
  width: 20px;
  display: block;
  margin: 3px auto 0;
}
@media screen and (max-width: 768px) {
  .sec-opt .balloon img {
    width: 2rem;
    margin: 0.2rem 1rem 0 0;
    vertical-align: middle;
  }
}

/* sec-application
---------------------------------------------------------------------------- */
.sec-application {
  padding: 88px 0 100px;
  background: #eeeeee;
}
@media screen and (max-width: 768px) {
  .sec-application {
    padding: 10rem 0 12rem;
  }
}
.sec-application .heading {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-application .heading .c-title01 {
    text-align: center;
  }
  .sec-application .heading .c-title01::before {
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-application .heading .txt {
  font-size: 2.2rem;
  line-height: 1.7272727273;
  letter-spacing: 0.05em;
  color: #000000;
  font-weight: 900;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .sec-application .heading .txt {
    font-size: 3rem;
    text-align: center;
    line-height: 1.4;
    margin-top: 3rem;
  }
}
.sec-application .heading .img {
  position: absolute;
  top: -150px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .sec-application .heading .img {
    position: static;
    top: 0;
    width: 51.2rem;
    margin: 2.5rem auto 0;
  }
}
.sec-application .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .sec-application .flex {
    display: block;
    margin-top: 5rem;
  }
}
.sec-application .flex_box {
  background: #fff;
  border-radius: 20px;
  width: 48%;
  padding: 40px 10px 60px;
}
@media screen and (max-width: 768px) {
  .sec-application .flex_box {
    border-radius: 2rem;
    width: auto;
    padding: 4.5rem 3.2rem;
    margin-top: 1.5rem;
  }
}
.sec-application .flex_txt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4166666667;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-application .flex_txt {
    font-size: 3.2rem;
  }
}
.sec-application .flex_img {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec-application .flex_img {
    width: 45rem;
    margin: 3rem auto 0;
  }
}

/* sec-flow
---------------------------------------------------------------------------- */
.sec-flow {
  padding: 70px 0 90px;
  background: #f5f3f0;
}
@media screen and (max-width: 768px) {
  .sec-flow {
    padding: 10rem 0 12rem;
  }
}
.sec-flow .l-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sec-flow .l-wrapper {
    padding: 0 5rem;
  }
}
.sec-flow .tab-btn {
  display: flex;
  margin: 60px auto 0;
  max-width: 960px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-flow .tab-btn {
    margin: 5rem auto 0;
  }
}
.sec-flow .tab-btn_li {
  margin: 0 8px;
  width: calc(100% - 16px);
}
.safari .sec-flow .tab-btn_li {
  margin-bottom: -2px;
}
.sec-flow .tab-btn_li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  font: inherit;
  outline: none;
  width: 100%;
  font-size: 1.9rem;
  color: #fff;
  text-align: center;
  background-image: -webkit-linear-gradient(90deg, #003399, #2170c1);
  background-image: -o-linear-gradient(90deg, #003399, #2170c1);
  background-image: linear-gradient(90deg, #003399, #2170c1);
  border-radius: 10px;
  transition: opacity 0.3s;
  border: 1px solid #003399;
  border-bottom: 0;
  position: relative;
  padding: 30px 10px 30px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .sec-flow .tab-btn_li button {
    font-size: 2.8rem;
    line-height: 1.2857142857;
    padding: 1.6rem 1.6rem 3.2rem;
    border-radius: 2rem;
  }
}
.sec-flow .tab-btn_li button::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .sec-flow .tab-btn_li button::before {
    top: 12.5rem;
    width: 1rem;
    height: 1rem;
  }
}
.sec-flow .tab-btn_li.is-active button {
  color: #003399;
  padding: 30px 10px 45px;
  background: #e7e7e7;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .sec-flow .tab-btn_li.is-active button {
    padding: 1.6rem 1.6rem 5rem;
    border-radius: 2rem 2rem 0 0;
  }
}
.sec-flow .tab-btn_li.is-active button::before {
  border-color: #003399;
}
.sec-flow .tab-btn_li.is-active button::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #e7e7e7;
}
.sec-flow .tab-area_box {
  background: #e7e7e7;
  border: 1px solid #003399;
  padding: 45px 55px 60px;
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-flow .tab-area_box {
    padding: 4.5rem;
  }
}
.sec-flow .tab-area_box.is-active {
  display: block;
}
.sec-flow .tab-area .heading {
  position: relative;
}
.sec-flow .tab-area .heading .ttl {
  font-size: 3.8rem;
  color: #003399;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-flow .tab-area .heading .ttl {
    font-size: 4.6rem;
  }
}
.sec-flow .tab-area .heading .btn {
  width: 180px;
  position: absolute;
  top: 1px;
  left: calc(50% + 150px);
}
@media screen and (max-width: 768px) {
  .sec-flow .tab-area .heading .btn {
    position: static;
    top: 0;
    transform: translateY(0);
    left: 0;
    width: 30rem;
    margin: 3rem auto 0;
  }
}
.sec-flow .tab-area .heading .btn a {
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .sec-flow .tab-area .heading .btn a {
    font-size: 2rem;
    height: 5.5rem;
    border-radius: 3rem;
  }
}
.sec-flow .tab-area .heading .btn a:hover {
  opacity: 0.7;
}
.sec-flow .tab-area .heading .btn a:hover {
  opacity: 0.7;
}
.sec-flow .tab-area .heading .btn span {
  color: #003399;
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .sec-flow .tab-area .heading .btn span {
    padding-right: 4rem;
  }
}
.sec-flow .tab-area .heading .btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("https://sbisec.akamaized.net/sbisec/images/base/g_icn_arrow_key_230530.png") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .sec-flow .tab-area .heading .btn span::before {
    width: 3rem;
    height: 3rem;
  }
}
.sec-flow .tab-area .flow {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .sec-flow .tab-area .flow {
    display: block;
    margin-top: 7.4rem;
  }
}
.sec-flow .tab-area .flow li {
  background: #fff;
  position: relative;
  padding: 40px 10px 30px;
  width: 260px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .sec-flow .tab-area .flow li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
    padding: 2rem 3.2rem;
    width: 100%;
  }
}
.sec-flow .tab-area .flow li:nth-child(n+2)::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 8px);
  left: -27px;
  width: 42px;
  height: 39px;
  background: url("https://sbisec.akamaized.net/sbisec/images/base/g_flow_arrow_230530.png") center/contain no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec-flow .tab-area .flow li:nth-child(n+2) {
    margin-top: 6.4rem;
  }
  .sec-flow .tab-area .flow li:nth-child(n+2)::before {
    top: -5.3rem;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.8rem 3.8rem 0 3.8rem;
    border-color: #acacac transparent transparent transparent;
    background: none;
    transform: translateX(-50%);
  }
}
.sec-flow .tab-area .flow li:last-child {
  margin-right: 0;
}
.sec-flow .tab-area .flow_num {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 25px;
  background: #003399;
  width: 145px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transform: translateY(-50%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .sec-flow .tab-area .flow_num {
    font-size: 2.6rem;
    width: 18.5rem;
    height: 5rem;
    border-radius: 4rem;
  }
}
.sec-flow .tab-area .flow_ttl {
  font-size: 1.4rem;
  color: #003399;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-flow .tab-area .flow_ttl {
    font-size: 2rem;
    text-align: left;
    padding-left: 4rem;
    width: calc(100% - 16.4rem);
  }
}
.sec-flow .tab-area .flow_ttl span {
  font-size: 2rem;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec-flow .tab-area .flow_ttl span {
    font-size: 2.6rem;
    text-align: left;
  }
}
.sec-flow .tab-area .flow_img {
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .sec-flow .tab-area .flow_img {
    margin: 0;
    width: 16.4rem;
  }
  .sec-flow .tab-area .flow_img img {
    width: 100%;
  }
}

/* sec-support
---------------------------------------------------------------------------- */
.sec-support {
  padding: 90px 0 100px;
  background: #f5f3f0;
}
@media screen and (max-width: 768px) {
  .sec-support {
    padding: 10rem 0 11rem;
  }
}
.sec-support .l-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sec-support .l-wrapper {
    padding: 0 5rem;
  }
}
.sec-support .txt {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #000000;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-align: center;
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  .sec-support .txt {
    font-size: 3rem;
    margin-top: 5rem;
  }
}
.sec-support .txt .st {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .sec-support .txt .st {
    font-size: 3.8rem;
    margin-top: 1rem;
    display: inline-block;
  }
}
.sec-support .box {
  background-image: -webkit-linear-gradient(90deg, #003399, #2170c1);
  background-image: -o-linear-gradient(90deg, #003399, #2170c1);
  background-image: linear-gradient(90deg, #003399, #2170c1);
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 2px;
  max-width: 1090px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .sec-support .box {
    margin-top: 3.5rem;
    border-radius: 2rem;
  }
}
.sec-support .box dt {
  font-size: 2.9rem;
  line-height: 1.1724137931;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .sec-support .box dt {
    font-size: 4rem;
    line-height: 0.85;
    padding: 2.5rem 0;
    min-height: 11rem;
  }
}
.sec-support .box dd {
  background: #fff;
  margin: 0 2px;
  padding: 45px 64px 35px;
  border-radius: 0 0 17px 17px;
}
@media screen and (max-width: 768px) {
  .sec-support .box dd {
    padding: 0 3rem 5rem;
    border-radius: 0 0 1.7rem 1.7rem;
  }
}
.sec-support .box dd .tel {
  font-size: 5.7rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .sec-support .box dd .tel {
    font-size: 7rem;
  }
}
.sec-support .box dd .tel a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .sec-support .box dd .tel a {
    pointer-events: auto;
  }
}
.sec-support .box dd .tel img {
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .sec-support .box dd .tel img {
    vertical-align: middle;
    margin-top: -1rem;
  }
}
.sec-support .box dd .time {
  line-height: 1.6875;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .sec-support .box dd .time {
    font-size: 2.4rem;
    text-align: center;
    margin-top: 2rem;
  }
}
.sec-support .box_flex {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .sec-support .box_flex {
    display: block;
    padding: 0 2rem;
  }
}
.sec-support .box_left, .sec-support .box_right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .sec-support .box_left, .sec-support .box_right {
    width: auto;
    justify-content: center;
  }
}
.sec-support .box_left {
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .sec-support .box_left {
    padding: 3rem 0;
  }
  .sec-support .box_left .tel img {
    width: 12rem;
  }
}
.sec-support .box_right {
  padding-left: 45px;
  border-left: 2px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .sec-support .box_right {
    padding: 3rem 0;
    border-left: 0;
    border-top: 2px solid #cccccc;
  }
  .sec-support .box_right .tel img {
    width: 12.5rem;
  }
}
.sec-support .box .notes {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec-support .box .notes {
    margin-top: 2rem;
  }
}
.sec-support .box .notes li {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  padding-left: 1rem;
  text-indent: -1rem;
}
@media screen and (max-width: 768px) {
  .sec-support .box .notes li {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    padding-left: 2.2rem;
    text-indent: -2.2rem;
  }
}

/* sec-faq
---------------------------------------------------------------------------- */
.sec-faq {
  padding: 90px 0 95px;
  background-image: -webkit-linear-gradient(-90deg, #206fc0, #003399 51%);
  background-image: -o-linear-gradient(-90deg, #206fc0, #003399 51%);
  background-image: linear-gradient(-90deg, #206fc0, #003399 51%);
  position: relative;
  overflow: hidden;
}
.sec-faq::before {
  position: absolute;
  display: block;
  content: "";
  background: #0040c1;
  top: -200px;
  left: -100px;
  width: 676px;
  height: 676px;
  border-radius: 100%;
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: 0.15;
}
@media screen and (max-width: 768px) {
  .sec-faq::before {
    top: -20rem;
    left: -10rem;
    width: 67.6rem;
    height: 67.6rem;
  }
}
.sec-faq::after {
  position: absolute;
  display: block;
  content: "";
  background: #0040c1;
  top: 540px;
  right: -100px;
  width: 380px;
  height: 380px;
  border-radius: 100%;
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: 0.15;
}
@media screen and (max-width: 768px) {
  .sec-faq::after {
    top: 170.4rem;
    right: -10rem;
    width: 37rem;
    height: 37rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq {
    padding: 10rem 0 12rem;
  }
}
.sec-faq .l-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-faq .l-wrap {
    max-width: inherit;
    display: block;
  }
}
.sec-faq .ttl {
  font-size: 6.1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-faq .ttl {
    font-size: 8.6rem;
    text-align: center;
  }
}
.sec-faq .faq {
  max-width: 755px;
  margin-top: 15px;
  flex: 1;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .sec-faq .faq {
    margin-left: 0;
    max-width: inherit;
    margin-top: 0;
  }
}
.sec-faq .faq > div {
  padding: 45px 0;
  border-bottom: 1px solid #537dc0;
}
@media screen and (min-width: 769px) {
  .sec-faq .faq > div:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq .faq > div {
    padding: 6.5rem 0;
  }
}
.sec-faq .faq dt {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 2.5em;
}
@media screen and (max-width: 768px) {
  .sec-faq .faq dt {
    font-size: 3.6rem;
    line-height: 1.2777777778;
    padding-left: 2.5em;
  }
}
.sec-faq .faq dt .num {
  font-size: 3.2rem;
  font-family: "Oswald", sans-serif;
  margin-right: 0.7em;
  position: absolute;
  top: -0.2rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec-faq .faq dt .num {
    font-size: 5.4rem;
    top: -1.2rem;
  }
}
.sec-faq .faq dd {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.8;
  padding-left: 3.8em;
  position: relative;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .sec-faq .faq dd {
    font-size: 2.4rem;
    line-height: 1.5833333333;
  }
}
.sec-faq .faq dd::before {
  content: "A";
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  position: absolute;
  top: -2px;
  left: 1em;
}
@media screen and (max-width: 768px) {
  .sec-faq .faq dd::before {
    font-size: 3.4rem;
    top: -0.5rem;
  }
}
.sec-faq .faq .notes {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .sec-faq .faq .notes {
    margin-top: 0.5rem;
  }
}
.sec-faq .faq .notes li {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .sec-faq .faq .notes li {
    font-size: 1.8rem;
    line-height: 1.3888888889;
  }
}
.sec-faq .faq .txt-hide {
  overflow: hidden;
  height: 3.6em;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .sec-faq .faq .txt-hide {
    height: 4.7499999999em;
  }
}
.sec-faq .faq .txt-hide.is-show {
  height: auto;
}
.sec-faq .faq .more {
  font-size: 1.6rem;
  width: 213px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #003399;
  background: #fff;
  margin-top: 15px;
  cursor: pointer;
  transition: opacity 0.4s;
}
@media screen and (max-width: 768px) {
  .sec-faq .faq .more {
    font-size: 2.6rem;
    width: 35rem;
    height: 7.5rem;
    margin-top: 3rem;
    border-radius: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .sec-faq .faq .more:hover {
    opacity: 0.7;
  }
}
.sec-faq .faq .more span {
  display: inline-block;
  position: relative;
  padding-right: 35px;
}
.sec-faq .faq .more span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  width: 28px;
  height: 28px;
  background: url("https://sbisec.akamaized.net/sbisec/images/base/g_icn_arrow_key_230530.png") no-repeat center center/contain;
}
.sec-faq .faq .more.is-show {
  color: #fff;
  background: #003399;
}
.sec-faq .faq .more.is-show span::before {
  background-image: url("https://sbisec.akamaized.net/sbisec/images/base/g_icn_arrow_230530.png");
  transform: translateY(-50%) rotate(-90deg);
}

/* sec-notes
---------------------------------------------------------------------------- */
.sec-notes {
  padding: 75px 0 115px;
}
@media screen and (max-width: 768px) {
  .sec-notes {
    padding: 10rem 0 13rem;
  }
}
.sec-notes .l-wrap {
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  .sec-notes .l-wrap {
    max-width: inherit;
    padding: 0 8rem;
  }
}
.sec-notes .ttl {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5666666667;
  letter-spacing: 0.1em;
  color: #003399;
}
@media screen and (max-width: 768px) {
  .sec-notes .ttl {
    font-size: 4.4rem;
  }
}
.sec-notes p {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-top: 40px;
  letter-spacing: 0.1em;
  word-break: normal;
}
@media screen and (max-width: 768px) {
  .sec-notes p {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    margin-top: 2.5rem;
  }
}
.sec-notes p:first-child {
  margin-top: 0;
}
.sec-notes p .st {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .sec-notes p .st {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-notes ul {
    margin-top: 0.5rem;
  }
}
.sec-notes ul li {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 8px;
  word-break: normal;
}
@media screen and (max-width: 768px) {
  .sec-notes ul li {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    margin-top: 0.5rem;
  }
}

/*# sourceMappingURL=top.css.map */
