html {
  scroll-behavior: smooth;
}

body {
  color: #2D2D2D;
  height: 100vh;
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  position: relative;
}

* {
  position: relative;
}

a {
  text-decoration: none;
  display: block;
  color: inherit;
}

p {
  margin: 0;
  padding: 0;
  color: #2D2D2D;
}

li {
  list-style: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  color: inherit;
  border: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

.img>img {
  width: 100%;
  height: 100%;
}

input {
  padding: 0;
}

dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.sp {
  display: none !important;
}

@media (max-width: 768px) {
  .sp {
      display: block !important;
  }
}

@media (max-width: 768px) {
  .pc {
      display: none !important;
  }

  h2 {
    font-size: 18px !important;
    line-height: 1.3em !important;
  }
  
  h3 {
    font-size: 17px !important;
    line-height: 1.3em !important;
  }
  
  p {
    line-height: 1.8em !important;
  }
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.posi-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-contain {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* フォントサイズ */
.f-10 {
  font-size: clamp(10px, 0.71428vw, 22px);
}

.f-12 {
  font-size: clamp(10px, 0.8571vw, 22px);
}

.f-14 {
  font-size: clamp(10px, 1vw, 24px);
}

.f-16 {
  font-size: clamp(10px, 1.14285vw, 26px);
}

.f-18 {
  font-size: clamp(10px, 1.40625vw, 28px);
}

.f-20 {
  font-size: clamp(10px, 1.42857vw, 30px);
}

.f-22 {
  font-size: clamp(10px, 1.57142vw, 30px);
}

.f-24 {
  font-size: clamp(10px, 1.71428vw, 34px);
}

.f-26 {
  font-size: clamp(10px, 1.85714vw, 36px);
}

.f-28 {
  font-size: clamp(10px, 2vw, 38px);
}

.f-30 {
  font-size: clamp(10px, 2.3437vw, 40px);
}

.f-32 {
  font-size: clamp(10px, 2.28571vw, 42px);
}

.f-36 {
  font-size: clamp(10px, 2.57142vw, 46px);
}

.f-40 {
  font-size: clamp(10px, 2.8571vw, 50px);
}

.f-45 {
  font-size: clamp(10px, 3.21428vw, 55px);
}

.f-50 {
  font-size: clamp(10px, 3.5714vw, 70px);
}

.f-60 {
  font-size: clamp(10px, 4.2857vw, 70px);
}

@media (max-width: 768px) {
  .f-10 {
      font-size: 10px;
  }

  .f-12 {
      font-size: 2.7vw;
  }

  .f-14 {
      font-size: 3vw;
  }

  .f-16 {
      font-size: 3.3vw;
  }

  .f-18 {
      font-size: 3.3vw;
  }

  .f-20 {
      font-size: 4vw;
  }

  .f-22 {
      font-size: 4.1vw;
  }

  .f-24 {
      font-size: 4.2vw;
  }

  .f-26 {
      font-size: 4.6vw;
  }

  .f-28 {
      font-size: 20px;
  }

  .f-30 {
      font-size: 4vw;
  }

  .f-32 {
      font-size: 4.7vw;
  }

  .f-36 {
      font-size: 5vw;
  }

  .f-40 {
      font-size: 20px;
  }

  .f-45 {
      font-size: clamp(10px, 12vw, 55px);
  }

  .f-50 {
      font-size: 9vw;
  }

  .f-60 {
      font-size: 30px;
  }
}

/* -----------------------------------------------
マージン
----------------------------------------------- */
.mb-10 {
  margin-bottom: 0.7812vw;
}

.mb-20 {
  margin-bottom: 1.4285vw;
}

.mb-30 {
  margin-bottom: 2.1428vw;
}

.mb-40 {
  margin-bottom: 2.8571vw;
}

.mb-50 {
  margin-bottom: 3.5714vw;
}

.mb-60 {
  margin-bottom: 4.2857vw;
}

.mb-70 {
  margin-bottom: 5vw;
}

.mb-80 {
  margin-bottom: 5.7142vw;
}

.mb-100 {
  margin-bottom: 7.1428vw;
}

@media (max-width: 768px) {
  .mb-10 {
      margin-bottom: 1.812vw;
  }

  .mb-20 {
      margin-bottom: 4vw;
  }

  .mb-30 {
      margin-bottom: 15px;
  }

  .mb-40 {
      margin-bottom: 30px;
  }

  .mb-50 {
      margin-bottom: 10vw;
  }

  .mb-60 {
      margin-bottom: 18vw;
  }

  .mb-70 {
      margin-bottom: 12vw;
  }

  .mb-80 {
      margin-bottom: 50px;
  }

  .mb-100 {
      margin-bottom: 50px;
  }
}

/* 共通パーツ */
.sub-h2 {
  text-align: center;
  font-weight: 600;
  color:#003DA5;
  font-size: clamp(10px, 2.57142vw, 46px);
}

.product_title.entry-title {
  font-weight: 600;
  font-size: 36px;
}

.h2-underline {
  padding-bottom: calc((50 / 1400) * 100vw);
  border-bottom: 1px solid #DBDAD1;
  width: calc((1040 / 1400) * 100vw);
  margin-right: auto;
  margin-left: auto;
}

.section-pd {
  padding: calc((60 / 1400) * 100vw) 0;
}

.contents-width {
  width: calc(100% - (((120 / 1400) * 100vw)));
  margin: 0 auto;
}

.contents-width-200 {
  width: calc(100% - (((400 / 1400) * 100vw)));
  margin: 0 auto;
}

.contents-width-sp {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.btn-stl {
  font-weight: 700;
  width: calc((350 / 1400) * 100vw);
  height: calc((50 / 1400) * 100vw);
  border-radius: 50px;
  background-color: #003DA5;
  color: white;
  margin: calc((20 / 1400)* 100vw) auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-stl::after {
  content: "";
  background-image: url(../../images/custom/blue-white-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: calc((15 / 1400) * 100vw);
  height: calc((15 / 1400) * 100vw);
  margin-left: calc((10 / 1400) * 100vw);;
}


.box-sdw {
  box-shadow: 0px 0px 15px 3px #00000021;
  border-radius: 5px;
  border: unset !important;
}

.box-none {
  border: unset !important;
  height: auto !important;
}

.back-water {
  background-color: #e1f3f5;
}

.back-water02 {
  background-color: #E0F2F5;
}

.back-gray {
  background-color: #FAFAFA;
}

.display-none {
  display: none !important;
}

@media (max-width: 768px) {
  .sub-h2 {
    font-size: 18px;
    line-height: 1.3em;
  }

  .product_title.entry-title {
    font-size: 26px;
    line-height: 1.3em;
  }

  .section-pd {
    padding: 25px 0;
  }

  .btn-stl {
        height: 40px;
        width: 225px;
        margin: 30px auto 0;
        font-size: 16px;
        line-height: 1.2em;
  }

  .btn-stl::after {
        width: 15px;
        height: 15px;
        margin-left: 10px;
        position: relative;
        top: 1px;
  }
}

/* よくある質問ページ */

  .faq__content {
    margin-top: calc((20 / 1400)* 100vw);
    border: 2px solid rgb(220 220 220);
    border-radius: 10px;
  }
  .faq__title {
    line-height: 1.5;
    padding: calc((20 / 1400)* 100vw) calc((50 / 1400)* 100vw) calc((20 / 1400)* 100vw) calc((20 / 1400)* 100vw);
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-bottom: 0;
  }
  .faq__title > span {
    color: #001994;
    font-weight: 600;
    margin-right: calc((10 / 1400)* 100vw);
    position: relative;
    top: calc((-4 / 1400)* 100vw);
  }
  .faq__box {
    line-height: 1.5;
    padding: 0 6.5vw;
    background-color: #f0fdff;
    padding: calc((45 / 1400)* 100vw);
  }
  .faq__box > p {
    margin-bottom: 0;
  }
  @media (max-width: 768px) {
    .faq__contents {
      width: 100%;
    }
    .faq__content {
      margin-bottom: 30px;
    }
    .faq__title {
      padding: 10px 30px 10px 10px;
    }
    .faq__title > span {
      margin-right: 10px;
    }
    .faq__box {
      padding: 30px;
    }
    .faq__box > p {
      font-size: 16px;
    }
  }
  

/*==================================================
アコーディオンのためのcss
===================================*/
/*アコーディオンタイトル*/
.title {
    position: relative; /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    transition: all 0.5s ease;
  }
  
  /*アイコンの＋と×*/
  .title::before,
  .title::after {
    position: absolute;
    content: "";
    width: calc((24 / 1400)* 100vw);
    height: 4px;
    background-color: #ababab;
    border-radius: 10px;
    transition: all 0.5s ease;
    top: 50%;
    right: 2%;
  }
  
  .title::before {
    transform: rotate(0deg);
  }
  
  .title::after {
    transform: rotate(90deg);
  }
  
  /*　closeというクラスがついたら形状変化　*/
  .title.close::after {
    transform: rotate(0deg);
  }
  
  /*アコーディオンで現れるエリア*/
  .box {
    display: none; /*はじめは非表示*/
  }
  
  @media (max-width: 768px) {
    .title::before,
    .title::after {
      width: 15px;
      height: 2px;
    }
  }


/* eSIMとはページ */
.about-fv__inner {
  position: relative;
}

.about-fv__inner > h2 {
  position: absolute;
  bottom: calc((10 / 1400)* 100vw);
  right: calc((43 / 1400)* 100vw);
  font-weight: 700;
  line-height: 3.2;
}

.about-fv__inner > img {
  height: calc((600 / 1400)* 100vw);
  width: 100%;
  border-radius: 30px;
}

.about-fv__inner > h2 > span {
  background-color: #ffffffa8;
  padding: calc((15 / 1400)* 100vw) calc((30 / 1400)* 100vw);
}

.about__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc((1000 / 1400)* 100vw);
  margin: 0 auto;
  font-weight: 500;
}
.about__content {
  width: calc((280 / 1400)* 100vw);
  height: calc((367 / 1400)* 100vw);
  margin: 0 auto calc((20 / 1400)* 100vw);
  border: 2px solid black;
  align-items: center;
}
.about__img {
  width: calc((120 / 1400)* 100vw);
  margin-top: calc((30 / 1400)* 100vw);
  margin-bottom: calc((20 / 1400)* 100vw);
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.t-htu__img::after {
    content: "";
    background-image: url(../../images/custom/water-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: calc((10 / 1400)* 100vw);
    height: calc((18 / 1400)* 100vw);
    position: absolute;
    top: 50%;
    right: calc((-34 / 1400)* 100vw);
}

.about__content:last-child .t-htu__img:after {
  display: none;
}

.about__h3 {
  text-align: center;
  margin-bottom: calc((12 / 1400)* 100vw);
  font-weight: 600;
  color: #003DA5;
}

.about__p {
  text-align: left;
  margin: 0 auto;
  padding: 0 calc((10 / 1400)* 100vw);
  color: #2D2D2D;
  line-height: 2;
}

.htu {
  background-color: #F2F7FF;
}

.htu::before {
  content: "";
  display: block;
  background-image: url(../../images/custom/dot-line02.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 5px;
  width: 100%;
  position: absolute;
  top: calc((309 / 1400)* 100vw);
}


.htu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.htu__panel {
  border-radius: 100%;
  width: calc((300 / 1400)* 100vw);
  height: calc((300 / 1400)* 100vw);
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.htu__panel-wrapper {
  margin-right: calc((80 / 1400)* 100vw);
}
.htu__panel-wrapper:nth-child(3) {
  margin-right: 0;
}

.htu__panel > img {
  width: calc((110 / 1400)* 100vw);
  margin-bottom: calc((10 / 1400)* 100vw);
}

.htu__panel > p {
  font-weight: 700;
  text-align: center;
}

.htu__panel-wrapper > span {
  font-weight: 700;
  color: #003DA5;
  display: block;
  margin: 0 auto;
  width: fit-content;
  line-height: 2;
}

.htu__contents {
  margin: 0 auto;
}

.t-htu__step {
  text-align: center;
  color: #003DA5;
  font-weight: 700;
}

.htu__content {
  width: unset;
  height: auto;
  margin: 0;
  border: unset;
}

.htu__img {
  width: calc((300 / 1400)* 100vw);
  margin-bottom: calc((60 / 1400)* 100vw);
  margin-right: auto;
  margin-left: auto;
}
.htu__h3 {
  text-align: center;
  margin-bottom: 0;
}

.t-htu__p {
  font-weight: 500;
}

.about__contents > p {
}

@media (max-width: 768px) {
  .about__p {
    font-size: 16px;
  }

  .t-htu__p {
    font-size: 16px;
  }

  .about__contents {
    flex-wrap: wrap;
    margin: 0 auto 30px;
    width: 90%;
  }

  .about__contents > p {
    font-size: 16px;
  }

  .about__content {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 20px 20px;
  }

  .about__img {
    width: 110px;
  }

  .about-fv__inner > h2 {
    font-size: 17px;
    bottom: 4px;
    left: 15px;
    line-height: 2.1 !important;
  }
  
  .about-fv__inner > img {
    height: 450px;
    margin-bottom: 20px;
  }
  
  .about-fv__inner > h2 > span {
    padding: 3px 10px;
  }
  
  .about__h3 {
    margin-bottom: 20px;
  }
  
  .htu__img {
    width: calc((690 / 1400)* 100vw);
    margin-bottom: calc((60 / 1400)* 100vw);
    margin-right: auto;
    margin-left: auto;
  }

  .t-htu__img::after {
    content: "";
    background-image: url(../../images/custom/water-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: calc((10 / 1400)* 100vw);
    height: calc((18 / 1400)* 100vw);
    position: absolute;
    top: 50%;
    right: calc((-34 / 1400)* 100vw);
  }

  .htu::before {
    display: none;
  }


  .htu__wrapper {
    flex-direction: column;
  }

  .htu__panel {
    width: calc((200 / 375)* 100vw);
    height: calc((200 / 375)* 100vw);
  }

  .htu__panel-wrapper {
    margin-right: 0;
    margin-bottom: 50px;
  }

  .htu__panel > img {
    width: 80px;
    margin-bottom: 10px;
  }
}

/* 設定方法ページ */
.usage::after {
  content: "";
  background-image: url(../../images/custom/dot-line-only.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: calc((11 / 1400)* 100vw);
  height: calc((150 / 1400)* 100vw);
  margin: 0 auto;
  display: block;
}

.usage__wrapper {
  margin: 0 auto;
  margin-bottom: calc((150 / 1400)* 100vw);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: calc((1040 / 1400)* 100vw);
}

.usage__wrapper-left {
  margin-right: 150px;
  width: 20%;
  position: relative;
  top: calc((16 / 1400)* 100vw);
}
.usage__wrapper-left > img {
  object-fit: contain;
}

.usage__wrapper-right {
  width: 60%;
}

.usage__panel {
  display: flex;
  align-items: center;
}

.usage__panel:nth-child(1) {
  margin-bottom: calc((170 / 1400)* 100vw);
  position: relative;
}
.usage__panel:nth-child(2) {
  margin-bottom: calc((120 / 1400)* 100vw);
  background-color: white;
}

.usage__panel-left {
  width: fit-content;
  margin-right: calc((200 / 1400)* 100vw);
  position: relative;
}
.usage__panel:nth-child(1) .usage__panel-left::before {
  content: "";
  display: block;
  background-image: url(../../images/custom/dot-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: calc((582 / 1400)* 100vw);
  width: 2px;
  position: absolute;
  top: calc((191 / 1400)* 100vw);
  left: 50%;
  transform: translateX(-50%);
}
.usage__panel-left > small {
  font-size: calc((27 / 1400)* 100vw);
  color: #003DA5;
  text-align: center;
}
.usage__panel-left > p {
  font-size: calc((96 / 1400)* 100vw);
  color: #003DA5;
  text-align: center;
  line-height: 1;
  margin: 0;
}

/* .usage__panel-right {
  width: calc((560 / 1400)* 100vw);
} */

.usage__panel-right > h3 {
  font-weight: 500;
  color: #001994;
  line-height: 2;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.usage__panel-right > h3::before {
  content: "";
  display: block;
  width: 3px;
  height: calc((30 / 1400)* 100vw);
  background-color: #001994;
  margin-right: calc((15 / 1400)* 100vw);;
}

.usage__panel-right > p {
  line-height: 2;
  font-weight: 500;
  margin: 0;
}

.guide__a {
  width: calc((380 / 1400)* 100vw);
  margin: 0 auto;
}

.usage__content {
  width: calc((800 / 1400)* 100vw);
  padding: calc((40 / 1400)* 100vw);
  border: 10px solid #32B1F4;
  border-radius: 30px;
  margin-right: auto;
  margin-left: auto;
}

.usage__content > h3 {
  text-align: center;
  font-weight: 600;
}

.guide__p {
  text-align: center;
}


@media (max-width: 768px) {

  .guide__p {
    font-size: 16px;
  }

  .usage__panel-right > h3 {
    font-size: 17px;
  }

  .usage__panel-right > p {
    font-size: 16px;
  }

  .usage__content {
    width: 100%;
    padding: 25px;
    border: 5px solid #32B1F4;
  }

  .usage::after {
    width: 8px;
    height: 114px;
  }

  .usage__wrapper {
    margin-bottom: 30px;
  }
  
  .usage__panel {
    flex-direction: column;
  }
  
  .usage__panel:nth-child(1) {
    margin-bottom: 60px;
  }
  .usage__panel:nth-child(2) {
    margin-bottom: 60px;

  }
  
  .usage__panel-left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .usage__panel:nth-child(1) .usage__panel-left::before {
    display: none;
  }
  .usage__panel-left > small {
    font-size: 16px;
  }
  .usage__panel-left > p {
    font-size: 45px;
  }

  .usage__panel-right {
    width: 100%;
    margin-bottom: 50px;
  }

  .usage__panel-right > h3 {
    position: relative;
    margin-left: 10px;
  }
  
  .usage__panel-right > h3::before {
    width: 3px;
    height: 19px;
    background-color: #001994;
    position: absolute;
    top: 3px;
    left: -12px;
  }

  .guide {
    padding: 60px 0 60px;
    margin-bottom: 0;
  }
  
  .guide__a {
    width: 250px;
  }
}

/* トップページ */
.fv__inner, .fv__inner > img {
  width: 100%;
}

.t-about {
  background-color: #F2F7FF;
}

.t-about__contents {
  margin: 0 auto;
  flex-direction: column;
}

.t-about__content {
  width: calc((800 / 1400)* 100vw);
  height: calc((110 / 1400)* 100vw);
  margin-bottom: calc((37 / 1400)* 100vw);
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.t-about__img {
  margin-bottom: calc((20 / 1400)* 100vw);
  width: calc((70 / 1400)* 100vw);
  margin-right: calc((30 / 1400)* 100vw);
  margin-left: calc((80 / 1400)* 100vw);
}
.t-about__h3 {
  text-align: left;
  margin-bottom: 0;
  color: #2D2D2D;
}

.t-htu__h2 {
  color: black;
}

.t-htu__contents {
  margin: 0 auto;
  flex-wrap: nowrap;
}

.t-htu__content {
  height: unset;
  margin: 0;
  border: unset;
}

.t-htu__img {
  margin-bottom: calc((30 / 1400)* 100vw);
  width: calc((200 / 1400)* 100vw);
  margin-right: auto;
  margin-left: auto;
}

.t-htu__h3 {
  text-align: center;
  font-weight: 600;
}

.t-choice__wrapper {
  width: 74.2857vw;
  margin: 0 auto;
}

.t-choice__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.t-choice__panel-img {
  width: calc((360 / 1400)* 100vw);
  position: relative;
}

.t-choice__panel-txt {
  width: calc((570 / 1400)* 100vw);
}

.t-choice__panel-txt > h3 {
  font-weight: 500;
  color: #001994;

  display: flex;
  align-items: center;
}

.t-choice__panel-txt > h3::before {
  content: "";
  display: block;
  width: 3px;
  height: calc((30 / 1400)* 100vw);
  background-color: #001994;
  margin-right: calc((15 / 1400)* 100vw);;
}

.t-choice__panel-txt > p {
}

.t-choice__number {
  position: absolute;
}

.t-choice__panel:nth-child(1) .t-choice__number {
  bottom: calc((-25 / 1400)* 100vw);
  right: 0;
}
.t-choice__panel:nth-child(2) .t-choice__number {
  top: calc((-80 / 1400)* 100vw);
  left: 0;
}
.t-choice__panel:nth-child(3) .t-choice__number {
  right: 0;
  top: calc((-80 / 1400)* 100vw);
}

.t-choice__number > small {
  font-size: calc((27 / 1400)* 100vw);
  color: #003DA5;
  text-align: center;
  line-height: 1.1;
}
.t-choice__number > p {
  font-size: calc((96 / 1400)* 100vw);
  color: #003DA5;
  text-align: center;
  line-height: 1;
  margin: 0;
}


.t-choice__contents {
  width: calc((1200 / 1400)* 100vw);
}

.t-choice__content {
  border: unset;
  margin-bottom: 0;
  width: calc((350 / 1400)* 100vw);
  height: fit-content;
}

.t-choice__content-inner {
  position: relative;
  width: 100%;
  height: calc((250 / 1400)* 100vw);
}

.t-choice__h3 {
  position: absolute;
  bottom: calc((5 / 1400)* 100vw);
  width: calc((323 / 1400)* 100vw);
  text-align: center;
  border-radius: 50px;
  font-weight: 600;
  background-color: #000000cf;
  color: white;
  padding: calc((5 / 1400)* 100vw) calc((15 / 1400)* 100vw);
  left: 50%;
  transform: translateX(-50%);
}

.t-voice__content {
  padding: calc((25 / 1400)* 100vw);
  width: calc((310 / 1400)* 100vw);
  height: calc((350 / 1400)* 100vw);
  background-color: white;
}

.t-voice__content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.t-voice__h3 {
  width: 80%;
  font-weight: 600;
}

.t-voice__img {
  width: 20%;
}

.t-insta {
  background-image: url(../../images/custom/insta-back.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.t-insta__h2 {
  color: white;
}

.t-insta .sbi_bio, .t-insta  .sbi_load_btn {
  display: none !important;
}

/* フッター */

.footer__ul {
  display: flex;
  flex-direction: column;
}

.footer__ul-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__ul-inner:nth-child(1) {
  margin-bottom: calc((15 / 1400)* 100vw);
}

.footer__li {
  display: flex;
}

.footer__li::after {
  content: "";
  width: 1px;
  height: calc((25 / 1400)* 100vw);
  background-color: gray;
  margin: 0 calc((20 / 1400)* 100vw);
  display: block;
}

.footer__li:last-child:after {
  display: none;
}

.footer__li > a {
  text-decoration: unset !important;
  color: black;
}

.footer__sml {
  margin: 0 auto;
  width: fit-content;
  display: block;
}

/* インスタプラグイン */
.sb_instagram_header {
  display: none !important;
}

#sbi_load {
  display: none !important;
}

@media (max-width: 768px) {
  .t-htu__h3 {
    font-size: 17px;
  }

  .footer__sml {
    padding-bottom: 30px;
  }
  
  .t-about__contents {
    flex-direction: column;
  }

  
  
  .t-about__content {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: flex;
    padding: 10px;
  }
  
  .t-about__img {
    margin-bottom: 0;
    width: 45px;
    margin: 0 15px 0 0;
  }
  .t-about__h3 {
    font-size: 14px;
    width: calc(100% - 45px);
  }
    .t-choice__wrapper {
      width: 89.5%;
      margin: 0 auto;
    }
    
    .t-choice__panel {
      display: flex;
      flex-direction: column;
      margin-bottom: 70px;
    }
    .t-choice__panel:nth-child(2) {
      flex-direction: column-reverse;
    }
    
    .t-choice__panel-img {
      width: 100%;
      margin: 0 auto;
      max-width: 500px;
    }

    .t-choice__panel-txt {
      width: 100%;
    }
    
    .t-choice__panel-txt > h3 {
      font-weight: 500;
      color: #001994;
      font-size: 17px;
      display: flex;
      align-items: center;
    }

    .t-choice__panel-txt > p {
      font-weight: 500;
      font-size: 16px;      
    }
    
    .t-choice__panel-txt > h3::before {
      content: "";
      display: block;
      width: 3px;
      height: 15px;
      background-color: #001994;
      margin-right: 7px;
    }
    
    .t-choice__number {
      position: absolute;
      width: fit-content;
    }
    
    .t-choice__panel:nth-child(1) .t-choice__number {
      bottom: calc((-95 / 1400)* 100vw);
      right: 0;
    }
    .t-choice__panel:nth-child(2) .t-choice__number {
      top: auto;
      left: auto;
      bottom: calc((-95 / 1400)* 100vw);
      right: 0;
    }
    .t-choice__panel:nth-child(3) .t-choice__number {
      top: auto;
      bottom: calc((-95 / 1400)* 100vw);
      right: 0;
    }
    
    .t-choice__number > small {
      font-size: 16px;
      color: #003DA5;
      text-align: center;
      line-height: 1.1;
    }
    .t-choice__number > p {
      font-size: 45px;
      color: #003DA5;
      text-align: center;
      line-height: 1;
      margin: 0;
    }
  
  
  .t-htu__contents {
    flex-direction: column;
  }
  
  .t-htu__content {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  
  .t-htu__img {
    margin-bottom: 20px;
    width: 170px;
  }
  
  .t-choice__contents {
    width: 100%;
    flex-direction: column;
  }
  
  .t-choice__content {
    width: 100%;
    margin-bottom: 30px;
  }
  
  .t-choice__content-inner {
    width: 100%;
    height: 200px;
  }
  
  .t-choice__h3 {
    bottom: 5px;
    width: 230px;
    padding: 5px 10px;
  }

  .t-voice__contents {
    flex-direction: column;
  }
  
  .t-voice__content {
    padding: 20px;
    width: 100%;
    height: auto;
  }
  
  .t-insta {
    background-image: url(../../images/custom/insta-back.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .t-insta__h2 {
    color: white;
  }
  
  /* フッター */

  .footer__ul {
    flex-direction: column;
    margin: 0 auto 50px;
    max-width: 475px;
    width: 90%;
  }
  
  .footer__ul-inner {
    flex-direction: column;
  }
  
  .footer__li {
    width: 100%;
  }
  
  .footer__li::after {
    display: none;
  }
  
  .footer__li:last-child:after {
    display: none;
  }
  
  .footer__li > a {
    padding: 15px 5px;
    border-bottom: 1px solid #d0d0d0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer__li > a > img {
    width: 10px;
  }
}

/* お問い合わせページ */

.contact {
  margin-bottom: calc((150 / 1400) * 100vw);
}

.contact p, .contact dd {
  margin-bottom: 0;
}

.contact__content-wrapper {
  width: calc((1000 / 1400) * 100vw);
  margin: 0 auto;
}

.contact__content {
  padding: calc((50 / 1400) * 100vw) calc((40 / 1400) * 100vw);
}

.contact__content.blue {
  border: 5px solid #001994;
}
.contact__content.yellow {
  border: 5px solid #E3CC00;
}

.contact__content > p {
  line-height: 2;
}

.contact__content-two {
  display: flex;
}

.contact__content-two > a {
  width: 50%;
  height: calc((70 / 1400) * 100vw);
  line-height: 1.5;
}
.contact__content-two > a.blue {
  background-color: #001994;
  color: white;
}
.contact__content-two > a.yellow {
  background-color: #E3CC00;
  color: black;
}
.contact__content-two > a.opacity {
  opacity: 0.5;
}

.contact__dt {
  width: calc(30% - ((20 / 1400) * 100vw));
  margin-right: calc((20 / 1400) * 100vw);
  display: flex;
  align-items: center;
}

.contact__dt::before {
  content: "Required";
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((98 / 1400)* 100vw);
  font-size: calc((12 / 1400)* 100vw);
  height: calc((27 / 1400)* 100vw);
  background-color: #FF5050;
  color: white;
  border-radius: 50px;
  margin-right: calc((12 / 1400)* 100vw);
}
.contact__dt.not-must::before {
  opacity: 0;
}

.contact__dd {
  width: 70%;
}

/* ddフォームパターン */
.contact__dd.dd-input > p > span > input {
  padding: calc((10 / 1400) * 100vw) calc((20 / 1400) * 100vw);
  width: calc(100% - calc((40 / 1400) * 100vw));
  background-color: #ECECEC;
  border: none;
}
.contact__dd.dd-input > p > span > input::placeholder {
  color: #D3D3D3;
  font-weight: 700;
}

/* ddテキストエリアパターン */
.contact__dd.dd-txtara > p > span > textarea {
  padding: calc((10 / 1400) * 100vw) calc((20 / 1400) * 100vw);
  width: calc(100% - calc((40 / 1400) * 100vw));
  background-color: #ECECEC;
  border: none;
  height: calc((210 / 1400) * 100vw)
}
.contact__dd.dd-txtara > p > span > textarea::placeholder {
  color: #D3D3D3;
  font-weight: 700;
}

/* 送信ボタン */
.contact__btn > p > input, .contact__btn-t {
  border: 0;
  background-color: #001994;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((300 / 1400) * 100vw);
  height: calc((60 / 1400) * 100vw);
  color: white;
  margin: calc((50 / 1400) * 100vw) auto 0;
  font-size: calc((16 / 1400) * 100vw);
  letter-spacing: 0.15em;
  font-weight: 500;
}

.contact__thanks {
    text-align: center;
    line-height: 1.5;
    font-size: calc((16 / 1400) * 100vw);
}

@media (max-width: 768px) {
  .contact {
    margin-bottom: 100px;
  }

  .contact__content-wrapper {
      width: 100%;
  }
  
  .contact__content {
      padding: 20px;
  }
  
  .contact__content.blue {
      border: 3px solid #001994;
  }
  .contact__content.yellow {
      border: 3px solid #E3CC00;
  }
  
  .contact__content > p {
      line-height: 1.5;
  }
  
  .contact__content-two > a {
      height: auto;
      font-size: 10px !important;
      padding: 12px;
  }

  .contact__dl {
      flex-direction: column;
      margin-bottom: 30px !important;
  }
  
  .contact__dt {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
  }
  
  .contact__dt::before {
    width: 82px;
    height: 20px;
    margin-right: 10px;
    font-size: 10px;
  }
  
  .contact__dd {
      width: 100%;
  }

  .contact__dt.not-must::before {
    display: none;
  }
  
  /* ddフォームパターン */
  .contact__dd.dd-input > p > span > input {
      padding: 10px;
      width: 100%;
  }
  
  /* ddテキストエリアパターン */
  .contact__dd.dd-txtara > p > span > textarea {
      padding: 10px;
      width:100%;
      height: calc((600 / 1400) * 100vw)
  }
  
  /* 送信ボタン */
  .contact__btn > p > input,  .contact__btn-t {
      width: 250px;
      height: 40px;
      margin: 50px auto 0;
      font-size: 16px;
      line-height: 1.2em;
  }

  .contact__thanks {
    font-size: 16px;
}
}

.company {
  margin-bottom: 11.3vw;
}
.company__h2 {
  margin-bottom: 4.84vw;
}
.company table, .company th, .company td {

}
.company__table {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.company__table td {
  padding: 1.57vw 0;
  background-color: unset !important;
}
.company__table td:first-child {
  width: 15.625vw;
  padding-left: 1vw;
  vertical-align: middle;
  font-weight: 500;
  border-bottom: 1px solid #001994;
  color: #001994;
}
.company__table td:last-child {
  width: 37.5vw;
  padding: 1.57vw 3.489vw;
  border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
  .company {
    margin-bottom: 39.73vw;
  }
  .company__inner {
    width: auto !important;
  }
  .company__h2 {
    margin-bottom: 13.33vw;
  }
  .company__table {
    font-size: 3.46vw;
  }
  .company__table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .company__table td {
    padding: 1.1vw 3.73vw;
    font-size: 16px;
  }
  .company__table td:first-child {
    width: 83vw;
    padding: 1.1vw 3.73vw;
  }
  .company__table td:last-child {
    width: 83vw;
    padding: 1.1vw 3.73vw;
  }
}

/* ハンバーガーメニュー */
.mobileBtn {
  transition: all 0.8s ease;
  position: relative;
  z-index: 101;
  background-color: unset;
  width: 30px;
  height: 30px;
  display: none;
  left: 121px;
  top: -4px;
}

.mobileBtn:hover {
  background-color: unset !important;
}

.mobileBtn__bar {
  width: 75%;
  height: 3px;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  transition: all 0.8s ease;
  background-color: #001994;
  left: 0;
}

.mobileBtn__bar:nth-child(1) {
  top: 37%;
}

.mobileBtn__bar:nth-child(2) {
  top: 67%;
}

.mobileBtn__bar:nth-child(3) {
  top: 95%;
}

.mobileBtn__bar.rotate:nth-child(1), .mobileBtn__bar.rotate:nth-child(3) {
  top: 50%;
}

.mobileBtn__bar.rotate:nth-child(1) {
  transform: rotate(-225deg);
}

.mobileBtn__bar.rotate:nth-child(2) {
  transform: translate(0%, -50%) scale(0);
}

.mobileBtn__bar.rotate:nth-child(3) {
  transform: rotate(225deg);
}

.mobile {
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  background-size: cover;
  position: fixed;
  top: -200vh;
  right: 0;
  z-index: 98;
  transition: all 0.5s ease;
}

.mobile.down {
  top: 0;
}

.mobile__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  margin: 69px auto 0;
}

.mobile__ul {
  width: 90%;
  margin: 0 auto;
}

.mobile__li {
  font-size: 14px;
  margin: 0;
}
.mobile__li > a {
  border-bottom: 2px solid #001994;
  padding: 20px;
  color: black;
}

@media (max-width: 768px) {
  .mobileBtn {
    display: block;
  }
}
.header {
  height: 5.3571vw;
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 9999;
}
.header__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 12.8571vw;
}
.header__ul {
  display: flex;
  align-items: center;
}
.header__li > a {
  margin: 0 1.7857vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 768px) {
  .header {
    height: 50px;
  }
  .header__logo {
    width: 110px;
  }
  .header__ul {
    display: none;
  }
  .header__li > a::after {
    width: 40px;
    height: 2px;
    margin-top: 8px;
  }

  .storefront-primary-navigation > div {
    display: flex;
  }
}