
/* Reset */
/**
 * uaplus.css version 0.0.1
 */
 *,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:where([hidden]:not([hidden='until-found'])){display:none!important}:where(html){-webkit-text-size-adjust:none;color-scheme:dark light;tab-size:2;scrollbar-gutter:stable;interpolate-size:allow-keywords;line-height:1.5}:where(html:has(dialog:modal[open])){overflow:clip}@media (prefers-reduced-motion:no-preference){:where(html:focus-within){scroll-behavior:smooth}}:where(body){line-height:inherit;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased}:where(button){all:unset}:where(input,button,textarea,select){font:inherit;color:inherit;letter-spacing:inherit;word-spacing:inherit;font-feature-settings:inherit;font-variation-settings:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role='button'],[role='option']){cursor:pointer}:where(:disabled,label:has(>:disabled,+disabled)){cursor:not-allowed}:where(a){color:inherit;text-underline-offset:.2ex}:where(ul,ol){list-style:none}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,picture,svg,video){max-inline-size:100%;block-size:auto}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(h1,h2,h3){line-height:calc(1em + 0.5rem);text-wrap:balance}:where(hr){border:none;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}:where(dialog,[popover]){border:none;background:none;color:inherit;inset:unset;max-width:unset;max-height:unset;overflow:unset}:where(dialog:not([open],[popover]),[popover]:not(:popover-open)){display:none!important}:where(:focus-visible){outline:3px solid CanvasText;box-shadow:0 0 0 5px Canvas;outline-offset:1px}:where(:focus-visible,:target){scroll-margin-block:8vh}:where(.visually-hidden:not(:focus-within,:active)){clip-path:inset(50%)!important;height:1px!important;width:1px!important;overflow:hidden!important;position:absolute!important;white-space:nowrap!important;border:0!important;user-select:none!important}
 p{
   margin:0;
 }
 *{
 font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size:16px;
  
}
b,strong{
    font-weight: 800;
}
.bg1{
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 200 200'%3E%3Cpolygon fill='%23F9F9F9' points='100 0 0 100 100 100 100 200 200 100 200 0'/%3E%3C/svg%3E");  
}
.jt_langBtn {
    border: 1px solid #aaa;
    padding: 8px 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    width: 180px;
}
.jth_wrap{
    max-width:1100px;
    margin:0 auto;
    padding: 16px 0;
    display:flex;
    align-items: center;
    justify-content:space-between;
    position: relative;
}
.jt_head{
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #ffffff;
}
.jth_logo{
    width:300px;
}
.jt_lgBox {
    display: none;
    position: absolute;
    z-index: 100;
    right: 0;
    /* bottom: -92px; */
    bottom: -182px;
    background: #000;
    color: #fff;
    width: 180px;
    border-radius: 4px;
    padding:0;
}
.jt_lgBox li {
    color: #fff;
    border-bottom: 1px solid #4c4b4b;
}
.jt_lgBox li:has(> :not(a)){
    padding: 12px 16px;
}
.jt_lgBox li:last-child{
  border-bottom:none;
}
.jt_lgBox li a {
    text-decoration: none;
    display: block;
    padding: 12px 16px;
    color:#fff;
}
.jt_lgBox li a:hover{
  opacity:.6;
  transition : 1s;
}

.jt__slide{
    position: relative;
}
.jt__ct{
    z-index: 1;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 8px #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
        line-height: 180%;
}


.jt__rtext {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 144px 0;
    line-height: 180%;
    background: url(/upload/tenant_1/jp_map1.webp) no-repeat 100% 144px;
    background-size: 55% auto;
}
* > .ttl{
    font-weight: 800;
    text-align: center;
    line-height: 1.4;
}

* > .ttl b{
  font-size: 48px;
  display: block;
}
* > .ttl span{
    font-size: 18px;
    display: block;
    color: #666;
}

.jt__rtext .txt {
    width: 60%;
    margin-top: 56px;
}


.jt__recode,
.jt__email-wrap,
.jt__faq{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;   
}
.jt__email-wrap .txt{
  margin-top: 32px;
}
.jt__2box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
    margin: 56px 0 0 0;
}
.jt2_img{
    width: 500px;
    border-radius: 8px;
    overflow: hidden;
}
.jt2_txt{
    line-height: 180%;
    width: calc(100% - 532px);
}
.jt2_txt .txt1{
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: 600;
}
.jt2_txt .txt1 span {
    display: flex;
    gap:8px;
    font-weight:500;
}
.jt2_txt .txt1 span::before{
    content:"◆";
}
.jt2_txt .txt2 {
    background: #fff;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0px 0px 1px 0px #333333d4;
}
.jt__email{
    background: #efefef;
}
.jt__email{
    text-align: center;
}
.jte_box{
    background: #fff;
    width: 400px;
    margin: 0 auto;
    font-size: 20px;
    padding: 16px;
    border-radius: 24px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.jte_box span{
  font-weight: 500;
}

/* FAQ */
.jt__faq dt{
    display:flex;
    align-items: center;
    gap:16px;
    font-size:20px;
    margin-bottom:16px;
    line-height: 1.5;
}
.jt__faq dt::before{
    content:"Q";
    background:#333;
    color:#fff;
    width:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px 0;
    line-height: 1;
    border-radius:50%;
}
.jt__faq dl{
    border:1px solid #aaa;
    border-radius:8px;
    padding:16px;
}
.jt__faq dd{
    display:flex;
    align-items:center;
    gap:16px;
    font-size:16px;
    line-height: 180%;
    color:#555;
}
.jt__faq dd::before{
    content:"A";
    background:#fff;
    color:#333;
    border:2px solid #333;
    width:40px;
    height:40px;
    font-size:20px;
    font-weight:bold;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
}
.jt__faq .ttl{
    margin-bottom: 56px;
}
.inview.fadeup {
	opacity: 0;
	transition-duration: .5s;
	transform: translateY(80px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}
.jt_footer{
    background: #444;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 56px 16px;
}
.jt__faq dt span{
  font-weight: 600;
}
.jt__3box{
    display: flex;
    gap: 32px;
    margin-top: 32px;
}
.jt__3box .box3{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    width: calc(100% / 3);
}
.box3__txt-wrap{
  padding:16px;
}
.inf_nbox{
    background: #ededed;
    padding: 14px;
    border-radius: 8px;
}
.box3__txt--ttl{
    /* border-bottom: 2px dotted #aaa; */
}
.box3__txt--ttl b {
    font-size: 20px;
    display: block;
    line-height: 160%;
    margin-bottom: 8px;
    min-height: 3em;
}
.box3__txt--info {
    display: flex;
    gap: 8px;
    align-items: center;
}
.box3__img {
    height: 300px;
    overflow: hidden;
}

.box3__txt--info + .box3__txt--info{
    margin: 6px 0 0;
    border-top: 1px dashed #aaa;
    padding-top: 6px;
}
.box3__txt--info span{
  font-size:13px;
}
.box3__txt--info i {
    width: 28px;
    background: #565656;
    display: block;
    color: #fff;
    padding: 8px 0;
    font-size: 12px;
    border-radius: 50%;
}
.box3__sch {
    display: flex;
    gap: 8px;
    line-height: 150%;
        position: relative;
}
.box3__sch dt {
    font-weight: bold;
    width: 4rem;
}

.box3__sch dt::after{
    content:"";
    height:20px;
    width:1px;
    display:block;
    background:#9E9E9E;
    margin-left:1.5rem;
    margin-top:8px;
}
.box3__sch:last-child dt::after{
  content:none;
}
.box3__sch dd {
    width: calc(100% - 4rem - 8px);
}
.sch_txt{
    padding: 16px;
    border: 2px solid #cdcdcd;
    border-radius: 8px;
    margin-top: 16px;
    font-size: 90%;
    line-height: 1.5;
}


@media only screen and (min-width:768px) {
  .jp .jt__ct br{
    display: none;
  }
}

@media only screen and (max-width:768px) {

  .splide__slide img {
      vertical-align: bottom;
      height: 600px;
      object-fit: cover;
  }  
 .jt__ct {
    font-size: 30px;
  } 
  .jt__slide {
      margin-top: 60px;
  }
  .jt_head{
      height: 60px;
        top: 0;
        padding: 0 16px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
  }
  .jth_wrap{
    padding:0;
    width: 100%;
  }
  .jth_logo {
      width: 200px;
  }
  .jt_lgBox {
    width: 120px;
    bottom: -198px;
  }  
  .jt_langBtn {
      width: 120px;
  }
  .jt__rtext{
    padding: 72px 0;
  }
  * > .ttl b {
      font-size: 32px;
  }  
  * > .ttl span {
      font-size: 14px;
  }
  .jt_lgBox li > *{
    font-size:10px;
  }
  .jt__rtext .txt {
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
  }  
  .jt__rtext {
        padding: 72px 0 128px;
        background: url(/upload/tenant_1/jp_map1.webp) no-repeat 100% bottom;
        background-size: 100% auto;
  }
  .jt__2box {
      margin: 56px auto 0;
      width: 100%;
  }
  .jt2_txt {
      width: 100%;
  }
  .jt__recode, .jt__email-wrap, .jt__faq {
      width: 90%;
  }
  .jte_box {
      padding: 14px;
      border-radius: 24px;
      width: 100%;
  }  
  .jt__email-wrap .txt {
      line-height: 180%;
      text-align: left;
  }  
  .jt__faq dt span,
  .jt__faq dd span{
      width: calc(100% - 56px);
  }
  * > .ttl{
    margin-bottom:40px;
  }
  .jt_langBtn p {
      font-size: 12px;
      display: flex;
      align-items: center;
      gap: 4px;
      font-weight: 500;
  } 
  .jt_langBtn p i{
      font-size:12px;
  }
  .jt__3box{
    display:block;
  }
  .jt__3box .box3{
    margin-bottom:16px;
    width: 100%;
  }
  
}
