@charset "utf-8";


/* Section
= = = = = = = = = = = = = = = = = = = = = = = = = = */


/*
.section-visual.type-001
eSIM 2024-04
- - - - - - - - - - - - - - - - - - - - - - - - - - */


.section-visual.type-001 .p-main {
  width: 515px;
  padding-left: 50px;
  padding-top: 80px;
  background: rgba(255, 27, 157, 0.55);
}

.section-visual.type-001 h1.c-heading {
  margin-bottom: 15px;
  font-size: 3.8rem;
  font-weight: 800;
  color: #fff;
}
.section-visual.type-001 h1 .c-highlight {
  font-size: 7.6rem;
  line-height: 1;
}
.section-visual.type-001 h1 .c-highlight::before {
  top: 13px;
  right: -36px;
  width: 34px;
  height: 34px;
  background: url(/assets/img/icon/airplane-01-white.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.section-visual.type-001 h1 .c-medium {
  font-size: 4.6rem;
}

.section-visual.type-001 a.button-ut.c-primary {
  padding-left: 40px;
  padding-right: 40px;
}
.section-visual.type-001 a.button-ut.c-secondary {
  padding-left: 40px;
  padding-right: 40px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.section-visual.type-001 a.button-ut.c-secondary:hover {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.15);
}

.section-visual.type-001 .p-main .c-info {
  width: 340px;
  margin-bottom: 20px;
}
.section-visual.type-001 .p-main .c-info {
  width: 340px;
  margin-bottom: 20px;
}

.section-visual.type-001 .p-main .list-ut-bullet-icon {
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-visual.type-001 .p-main .list-ut-bullet-icon li {
  color: #fff;
  font-size: 2.0rem;
  font-weight: 700;
}
.section-visual.type-001 .p-main .list-ut-bullet-icon > li:before {
  top: 7px;
  background-image: url(/assets/img/icon/check-01-white.svg);
}
.section-visual.type-001 .p-main .nav-ut-button.type-left ul li {
  margin-right: 20px;
}

@media only screen and (max-width: 834px) {
  .section-visual.type-001 .p-main {
    margin-top: 120px;
    padding: 60px 15px 20px;
  }
  .section-visual.type-001 h1.c-heading {
    font-size: 3.0rem;
  }
  .section-visual.type-001 h1 .c-highlight {
    font-size: 6.8rem;
  }
  .section-visual.type-001 h1 .c-medium {
    font-size: 4.2rem;
  }
  .section-visual.type-001 a.button-ut {
    font-size: 1.8rem;
  }
  .section-visual.type-001 .p-main .c-info {
    width: 90%;
  }
  .section-visual.type-001 .p-main .list-ut-bullet-icon li {
    font-size: 1.8rem;
  }
  .section-visual.type-001 .nav-ut-button {
    margin-top: 30px;
  }
  .section-visual.type-001 .nav-ut-button ul {
    width: 90%;
  }
  .section-visual.type-001 .nav-ut-button ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .section-visual.type-001 .nav-ut-button ul li:last-child {
    margin-bottom: 0px;
  }
  .section-visual.type-001 .p-main .nav-ut-button.type-left ul li {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 640px) {
  .section-visual.type-001 .p-main {
    width: auto;
  }
}

/* .p-sub */

.section-visual.type-001 .p-sub {
  position: absolute;
  right: 30px;
  bottom: 70px;
  width: 197px;
}
@media only screen and (max-width: 834px) {
  .section-visual.type-001 .p-sub {
    right: 10px;
    top: -110px;
    bottom: auto;
    width: 150px;
  }
}

/*
.section-visual.type-002
Travel SIM 2024-06
- - - - - - - - - - - - - - - - - - - - - - - - - - */

.section-visual.type-002 {
  position: relative;
}

.section-visual.type-002 .c-bg-01 {
  background: rgba(255, 27, 157, 0.6);
}
.section-visual.type-002 .c-bg-02 {
  background: rgba(27, 105, 255, 0.6);
}

.section-visual.type-002 h1.c-heading {
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  margin-bottom: 15px;
  font-size: 6rem;
  font-weight: 800;
  color: #fff;
}
.section-visual.type-002 h1 .c-highlight {
  position: relative;
  display: inline-flex;
  font-size: 6rem;
  line-height: 1;
}
.section-visual.type-002 h1 .c-highlight::before {
  position: absolute;
  display: block;
  top: 13px;
  right: -44px;
  width: 37px;
  height: 37px;
  content: "";
  background: url(/assets/img/icon/airplane-01-white.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.section-visual.type-002 .c-parts-01 {
  top: 160px;
  width: 470px;
}
.section-visual.type-002 .c-parts-03,
.section-visual.type-002 .c-parts-02 {
  top: 280px;
  padding-left: 30px;
  background: transparent;
  font-size: 20px;
  font-weight: 700;
}
.section-visual.type-002 .c-parts-03,
.section-visual.type-002 .c-parts-02,
.section-visual.type-002 .c-parts-03 a,
.section-visual.type-002 .c-parts-02 a {
  color: #fff;
  text-decoration: none;
}

.section-visual.type-002 .nav-ut-button {
  bottom: 50px;
}
.section-visual.type-002 a.button-ut.c-primary {
  padding-left: 40px;
  padding-right: 40px;
  border: solid 2px #fff;
}

@media only screen and (max-width: 1024px) { /*  */
  .section-visual.type-002 h1.c-heading {
    width: 540px;
  }
}
@media only screen and (max-width: 640px) { /*  */
  .section-visual.type-002 h1.c-heading {
    top: 20px;
    text-align: center;
  }
  .section-visual.type-002 h1 .c-highlight {
    padding-right: 37px;
  }
  .section-visual.type-002 h1 .c-highlight::before {
    right: -4px;
  }
  .section-visual.type-002 h1.c-heading .c-pre {
    display: block;
  }
  .section-visual.type-002 .c-parts-01 {
    top: 190px;
  }
  .section-visual.type-002 .c-parts-03,
  .section-visual.type-002 .c-parts-02 {
    width: 50%;
    padding-left: 0px;
  }
  .section-visual.type-002 .c-parts-03 img,
  .section-visual.type-002 .c-parts-02 img {
    display: block;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  .section-visual.type-002 .nav-ut-button {
    bottom: 40px;
  }
}
@media only screen and (max-width: 430px) { /*  */
  .section-visual.type-002 h1.c-heading {
    top: 50px;
    width: 300px;
    font-size: 42px;
  }
  .section-visual.type-002 h1 .c-highlight {
    font-size: 42px;
  }
  .section-visual.type-002 h1 .c-highlight::before {
    right: 2px;
    top: 9px;
    width: 28px;
    height: 28px;
  }
  .section-visual.type-002 .c-parts-01 {
    width: 90%;
  }
}
@media only screen and (max-width: 375px) { /*  */
  .section-visual.type-002 h1.c-heading {
    top: 50px;
    width: 300px;
    font-size: 42px;
  }
  .section-visual.type-002 h1 .c-highlight {
    font-size: 42px;
  }
  .section-visual.type-002 h1 .c-highlight::before {
    right: 2px;
    top: 9px;
    width: 28px;
    height: 28px;
  }
  .section-visual.type-002 .c-parts-01 {
    width: 300px;
  }
}


/* 241018 */

.section-visual.type-002 .c-parts-04 {
  position: absolute;
  left: 70px;
  bottom: -10px;
  width: 260px;
}
.section-visual.type-002 .c-parts-05 {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 260px;
}
.section-visual.type-002.l-container.type-bg-image {
  background-size: auto 120%;
}
@media only screen and (max-width: 1100px) { /*  */
  .section-visual.type-002 .c-parts-04 {
    left: 10px;
    width: 230px;
  }
  .section-visual.type-002 .c-parts-05 {
    width: 230px;
  }
}
@media only screen and (max-width: 834px) { /*  */
  .section-visual.type-002 .c-parts-05,
  .section-visual.type-002 .c-parts-04 {
    display: none;
  }
}

/* .section-visual.type-003
- - - - - - - - - - - - - - - - - - - - - - - - - - */

.l-container.section-visual.type-003 .in-container {
  padding-top: 0px;
  padding-bottom: 0px;
}
.section-visual.type-003 .c-heading {
  font-size: 36px;
  font-weight: 700;
}
.section-visual.type-003 .c-heading .c-highlight {
  color: #E473AA;
}
.section-visual.type-003 .bg-ut-blue-b .c-heading .c-highlight {
  color: #3691E4;
}
.section-visual.type-003 .c-heading.size-decrease-1 {
  font-size: 32px;
}
.section-visual.type-003 .box-ut {
  margin-bottom: 24px;
}
.section-visual.type-003 .box-ut .c-emphasis {
  font-weight: 700;
}
.section-visual.type-003 .box-ut .c-emphasis,
.section-visual.type-003 .box-ut .c-emphasis .list-ut-mark {
  font-size: 20px;
  margin-bottom: 4px;
}
.section-visual.type-003 .box-ut .c-emphasis ul.list-ut-mark > li:before {
  top: 16px;
  background: #222;
}
.section-visual.type-003 .box-ut .c-line-through {
  text-decoration: line-through;
}
.section-visual.type-003 .box-ut .c-highlight {
  color: #E573AA;
}

/* deco */

.section-visual.type-003 .c-heading.c-deco {
  position: relative;
}
.section-visual.type-003 .c-heading.c-deco::before {
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  width: 37px;
  height: 37px;
  content: "";
  background: url(/assets/img/icon-d/conversation-01-pink.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.section-visual.type-003 .bg-ut-blue-b .paragraph-ut {
  font-size: 16px;
  line-height: 1.3;
}
.section-visual.type-003 .bg-ut-blue-b .c-heading.c-deco::before {
  top: -20px;
  right: 170px;
  width: 54px;
  height: 54px;
  background-image: url(/assets/img/icon-d/conversation-01-blue.svg);
}
@media only screen and (max-width: 640px) {
  .section-visual.type-003 .bg-ut-blue-b .c-heading {
    font-size: 30px;
  }
  .section-visual.type-003 .bg-ut-blue-b .c-heading.c-deco::before {
    top: 50px;
    right: 20px;
  }
  .section-visual.type-003 .bg-ut-blue-b .unit-ut .in-unit {
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

/* .section-visual.type-004
- - - - - - - - - - - - - - - - - - - - - - - - - - */

.section-visual.type-004 .in-container {
  height: 370px;
}
.section-visual.type-004 .c-bg-01 {
  width: 554px;
  aspect-ratio: 550 / 367;
  transform: translateX(-150px);
}
.section-visual.type-004 .c-heading {
  margin-bottom: 24px;
  font-size: 33px;
}

@media only screen and (max-width: 834px) {
  .section-visual.type-004 .in-container {
    height: auto;
  }
  .section-visual.type-004 .c-bg-01 {
    width: 100%;
    transform: translateX(0px);
  }
}

