/* Common */
.ic-form {background-image: url(../img/header/ic_m-form.png);}
.ic-linesatei {background-image: url(../img/header/ic-line_w.png);}
.ic-qa {background-image:url(../img/header/ic-qa.png);}
.ic-document {background-image:url(../img/header/ic_m-document_w.png);}
.ic-result {background-image:url(../img/header/ic_m-result.png);}

.rlic-syaken {background-image: url(../img/header/rlic-syaken.png);}
.rlic-tax {background-image: url(../img/header/rlic-tax.png);}
.rlic-insurance {background-image: url(../img/header/rlic-insurance.png);}
.rlic-inkan {background-image: url(../img/header/rlic-inkan.png);}
.rlic-inin {background-image: url(../img/header/rlic-inin.png);}
.rlic-joto {background-image: url(../img/header/rlic-joto.png);}
.rlic-manual {background-image: url(../img/header/rlic-manual.png);}
.rlic-record {background-image: url(../img/header/rlic-record.png);}
.rlic-sparekey {background-image: url(../img/header/rlic-sparekey.png);}
.rlic-navi {background-image: url(../img/header/rlic-navi.png);}
.rlic-wheel {background-image: url(../img/header/rlic-wheel.png);}

.gbic-person01 {background-image: url(../img/header/flowic-person01.png);}
.gbic-kaitorishop {background-image: url(../img/header/flowic-kaitorishop.png);}
.gbic-auction {background-image: url(../img/header/flowic-auction.png);}
.gbic-dealer {background-image: url(../img/header/flowic-dealer.png);}
.gbic-person02 {background-image: url(../img/header/flowic-person02.png);}
.gbic-avix {background-image: url(../img/header/flowic-avix.png);}


/* Style for PCs */
@media screen and (min-width: 1025px) {

/* TopSection */
.topsection {
  width:100%;
  height: 100%;
  display: block;
  aspect-ratio: 3 / 2.2;
  position: relative;
  overflow: hidden;
  margin-top:30px;
  background-image: url(../img/index/topsectionbg.jpg);
  background-repeat: no-repeat;
  background-position: 0 98%;
  background-size: 100% auto;
}

.topcontents {
  width:65%;
  height: auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  top:20%;
  left:5%;
  z-index:5;
}
.topcontents h2 {
  width:fit-content;
  height: auto;
  display: block;
 font-size: clamp(1rem, 1.8vw + 0rem, 10rem);
  font-weight: 700;
  font-style: italic;
  color:var(--color-white);
  background-color: var(--color-4th);
  padding:0.2em 2em 0.2em 1.5em;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  margin-bottom: 0.5em;
}
.topcontents h3 {
font-size: clamp(2rem, 3vw + 0rem, 40rem);
font-weight: 400;
letter-spacing: -0.03em;
margin-bottom: 0.4em;
color:var(--color-white);
}
.topcontents h3 span {
font-size: clamp(2rem, 2.5vw + 1.4rem, 50rem);
  font-weight: 900;
color:var(--color-white);
}
.topcontents p {
font-size: clamp(1rem, 1.2vw + 0.1rem, 20rem);
font-weight: 400;
line-height: 2em;
color:var(--color-white);
margin-bottom: 0.4em;
}

/* SectionTitle */
.sectitle01 {
  width:100%;
  height: auto;
  display:flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.sectitle01 h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  color: var(--color-black);
  margin-bottom: 0.2em;
}
.sectitle01 p {
  font-size: 12px!important;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color: var(--color-1st);
  margin-bottom: 0;
}

.sectitle02 {
  width:100%;
  height: auto;
  display:flex;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 60px;
  padding-top: 65px;
  margin-bottom: 30px;
}
.sectitle02 h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  color: var(--color-black);
  margin-bottom: 0.4em;
}
.sectitle02 p {
  font-size: 12px!important;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color: var(--color-1st);
  margin-bottom: 0!important;
}

/* Contact floating button */
.contact_floatnav {
width:fit-content;
height: 50px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding:0px 20px 0 80px;
background-color: var(--color-3rd);
clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
box-shadow:0px 3px 5px rgba(0,0,0,0.2);
margin:0px auto 0px;
position: absolute;
bottom: 0;
right:0;
}
.contact_floatnav .cfnavtitle {
width:fit-content;
height: 50px;
display: block;
text-align: left;
margin-right:10px;
}
.contact_floatnav .cfnavtitle h3 {
width:fit-content;
height: 50px;
display: block;
font-size:14px;
font-weight: 700;
line-height: 50px;
color:var(--color-white);
}
.contact_floatnav .cfnavtitle h3 br {
  display: none;
}
.contact_floatnav .contactbar {
  width:fit-content;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.contact_floatnav .contactbar li {
  height: 50px;
  display: block;
}
.contact_floatnav .contactbar li:last-child {
  margin-right:0;
}
.contact_floatnav .contactbar li a {
  width:100%;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
  transition: .4s all;
}
.contact_floatnav .contactbar li a:hover {
  opacity: 0.5;
}
.contact_floatnav .contactbar li.cb_tel_b {
  width:165px;
  height: 50px;
  display: block;
  margin-right:15px;
}
.contact_floatnav .contactbar li.cb_tel_b span {display: none;}
.contact_floatnav .contactbar li.cb_tel_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  font-size:20px;
  color:var(--color-white);
  letter-spacing: -0.5px;
  font-weight: 700;
  line-height: 50px;
  text-align: right;
  background-image: url(../img/header/ic-freedial_w.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contact_floatnav .contactbar li.cb_tel a:hover {
  opacity: 0.5;
}
.contact_floatnav .contactbar li.cb_mail_b {
  width:145px;
  height: 50px;
  display: block;
  margin-right:15px;
}
.contact_floatnav .contactbar li.cb_mail_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 50px;
  text-align: right;
  background-image: url(../img/header/ic-mail_w.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contact_floatnav .contactbar li.cb_mail_b a:hover {
  opacity: 0.5;
}

.contact_floatnav .contactbar li.cb_line_b {
  width:130px;
  height: 50px;
  display: block;
}
.contact_floatnav .contactbar li.cb_line_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 50px;
  text-align: right;
  background-image: url(../img/header/ic-line_b.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contact_floatnav .contactbar li.cb_line_b a:hover {
  opacity: 0.5;
}


/* Introduction */
.intromm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-white);
  background-image: url(../img/index/introbg-bottom.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 120% auto;
}


/* Intro (Top) */
.introsec_0 {
  width:100%;
  max-width:1500px;
  height: auto;
  display: block;
  background-image: url(../img/index/intro_topbg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  margin:0 auto 100px;
}
.insec_0 {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto;
  padding:100px 5% 40%;
}
.insec_0 h2 {
font-size: clamp(2rem, 3vw + 0rem, 20rem);
  font-weight: 700;
  line-height: 1.25em;
  text-align: center;
  color: var(--color-1st);
  margin-bottom: 25px;
}
.insec_0 p {
font-size: clamp(1.2rem, 1vw + 0rem, 20rem);
  font-weight: 400;
  line-height: 2em;
  text-align: center;
  color:var(--color-black);
  margin:0;
}


/* Intro (features01) */
.introsec_a {
  width:100%;
  height: auto;
  display: flex;
  position: relative;
  padding-bottom: 10%;
  margin-bottom: 50px;
}
.introsec_a .insec_a01 {
  width:60%;
  height: auto;
  display: block;
  position: absolute;
bottom:0;
  left:5%;
  z-index:2;
  padding:3% 5% 3% 5%;
  background-color: rgba(255,255,255,0.85);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
.introsec_a .insec_a01 h3 {
  font-size:20px;
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 20px;
}
.introsec_a .insec_a01 h3 span {
  display: block;
  font-size:50px;
  font-weight: 900;
  line-height: 1.25em;
  color: var(--color-1st);
}
.introsec_a .insec_a01 p {
font-size: clamp(1rem, 0.8vw + 0rem, 20rem);
  line-height: 2em;
  margin:0;
}
.introsec_a .insec_a02 {
  width:70%;
  height: auto;
  display: block;
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
  margin:0 0 0 auto;
}


/* Intro (features02) */
.introsec_b {
  width:100%;
  height: auto;
  display: flex;
  position: relative;
  padding-bottom: 5%;
}
.introsec_b .insec_b01 {
  width:60%;
  height: auto;
  display: block;
  position: absolute;
  bottom:0;
  right:5%;
  z-index:2;
  padding:3% 5% 3% 5%;
  background-color: rgba(255,255,255,0.85);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
.introsec_b .insec_b01 h3 {
  font-size:20px;
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 20px;
}
.introsec_b .insec_b01 h3 span {
  display: block;
  font-size:50px;
  font-weight: 900;
  line-height: 1.25em;
  color: var(--color-1st);
}
.introsec_b .insec_b01 p {
font-size: clamp(1rem, 0.8vw + 0rem, 20rem);
  line-height: 2em;
  margin:0;
}
.introsec_b .insec_b02 {
  width:70%;
  height: auto;
  display: block;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  margin:0 0 0 0;
}


/* Intro (Graph) */
.introsec_e {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5% 30%;
  margin:0 auto;
}
.introsec_e h3 {
  font-size:32px;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
  color:var(--color-black);
  margin-bottom: 20px;
}
.introsec_e h3 span {
  width:fit-content;
  height: auto;
  display: block;
  font-size:48px;
  font-weight: 900;
  color:var(--color-1st);
  line-height: 1.5em;
  padding:0 1em;
  margin:0 auto 5px;
  text-shadow: 0px 3px 2px rgba(255,255,255,1);
  background-image: url(../img/index/red_li.png);
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 100% auto;
}
.introsec_e p.insectop_p {
font-size: clamp(1rem, 0.8vw + 0rem, 20rem);
  font-weight:400;
  line-height: 2em;
  text-align: center;
  margin-bottom: 3em;
}
.graphbase {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto 60px;
}
.graphbase h4.gbtitle01 {
  width:fit-content;
  height: auto;
  display: block;
  text-align: center;
  font-size:22px;
  font-weight: 700;
  line-height: 1em;
  padding:0.3em 1em;
  margin:0 auto 25px;
  color:var(--color-white);
  background: #f5a00f;
background: linear-gradient(180deg, rgba(245, 160, 15, 1) 0%, rgba(232, 101, 0, 1) 100%);
  border-radius: 5px;
  box-shadow:0px 3px 5px rgba(0,0,0,0.2);
}
.graphbase h4.gbtitle02 {
  width:fit-content;
  height: auto;
  display: block;
  text-align: center;
  font-size:22px;
  font-weight: 700;
  line-height: 1em;
  padding:0.3em 1em;
  margin:0 auto 25px;
  color:var(--color-white);
  background: #2688ab;
background: linear-gradient(180deg, rgba(38, 136, 171, 1) 0%, rgba(33, 40, 95, 1) 100%);
  border-radius: 5px;
  box-shadow:0px 3px 5px rgba(0,0,0,0.2);
}
.graphbase .gblist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.graphbase .gblist .gsls {
  width:20%;
  height: 100%;
  display: block;
  padding:0 30px 0 20px;
  background-image: url(../img/header/flowic-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15px auto;
}
.graphbase .gblist .gsls_nar {
  width:20%;
  height: 100%;
  display: block;
  padding:0 30px 0 20px;
  background-image: none;
}
.graphbase .gblist .gsls_aronly {
  width:18%;
  height: auto;
  display: block;
  padding:5% 0px 5% 0px;
  background-image: url(../img/header/flowic-arrow.png);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 15px auto;
}
.graphbase .gblist p {
  width:100%;
  height: 100%;
  display: block;
  font-size:14px;
  font-weight: 500;
  line-height: 1.25em;
  text-align: center;
  padding:110px 0 20px 0;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: auto 100px;
  background-color: rgba(255,255,255,0.9);
  border-radius: 5px;
  box-shadow:0px 5px 10px rgba(0,0,0,0.3);
}

p.insec_bn {
  width:fit-content;
  height: 60px;
  display: block;
  font-size:24px;
  font-weight: 500;
  margin:0 auto;
  border-radius: 5px;
  background: #00329e;
background: linear-gradient(360deg, rgba(0, 50, 158, 1) 0%, rgba(0, 209, 178, 1) 100%);
box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
}
p.insec_bn a {
  width:100%;
  height: 60px;
  display:block;
  line-height: 58px;
  text-decoration: none;
  color: var(--color-white);
  padding:0 90px 0 20px;
  background-image: url(../img/header/ic-ar_w.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: auto 40px;
}

/* Working result */
.resultmm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-white);
  background-image: url(../img/index/result_bg01.jpg);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 100% auto;
}
.resultbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 0 100px;
  margin:0 auto;
}
.resulidata {
  width:100%;
  height: auto;
  display: block;
  position: relative;
}

.resultlist {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  margin:0 auto 40px;
}
.resultlist li {
  background-color: rgba(255,255,255,0.9);
  margin:0.25% 0.25%!important;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
.resultlist li a, 
.resultlist li a * {
  text-decoration: none;
}
.resultlist li a:hover .rl_cc {
  background-color: var(--color-f5);
}

.slide-dots_result {
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
}
.slide-dots_result li {
  display: inline-block;
  border-radius: 0px;
  box-shadow: none;
  margin: 0 0px;
  background-color: transparent;
}
.slide-dots_result li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots_result li button::before {
  background-image: url(../img/header/ic-dot_off.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
}
.slide-dots_result li.slick-active button::before {
  background-image: url(../img/header/ic-dot_on.png);
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 10px;
}


/* Required Documents */
.requiredmm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-1st);
  background-image: url(../img/index/document_bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.requiredbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:80px 5% 80px;
  margin:0 auto;
}
.requiredbody .sectitle02 h2 {
  color: var(--color-white);
}
.requiredbody p {
font-size: clamp(1rem, 0.8vw + 0rem, 20rem);
  line-height: 2em;
  text-align: center;
  color: var(--color-white);
  margin-bottom: 2.5em;
}
ul.requirelist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
ul.requirelist li {
  width:14.6666667%;
  height: auto;
  display: block;
  background-color: rgba(255,255,255,0.85);
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: auto 80px;
  padding:110px 0 25px 0;
  text-align: center;
  font-size:16px;
  color:var(--color-1st);
  font-weight: 500;
  line-height: 1.25em;
  text-align: center;
  border-radius: 10px;
  box-shadow:0px 2px 15px rgba(0,0,0,0.4);
  margin:0 1% 20px;
}

/* Q and A */
.qamm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-f8);
}
.qabody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:80px 5% 80px;
  margin:0 auto;
}
dl.qalist {
  width:100%;
  height: auto;
  display: block;
  padding:35px 45px;
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow:0px 5px 15px rgba(0,0,0,0.15);
  margin-bottom:30px;
}
dl.qalist dt {
  width:100%;
  height: auto;
  min-height:50px;
  display: block;
font-size: clamp(1.4rem, 1vw + 0rem, 20rem);
font-weight: 500;
  line-height:1.5em;
  color:var(--color-1st);
  padding:0.3em 0 0 55px;
  margin-bottom: 0.5em;
  background-image: url(../img/header/ic-qa_q.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 45px auto;
}
dl.qalist dd {
  width:100%;
  height: auto;
  min-height:50px;
  display: block;
font-size: clamp(1rem, 0.8vw + 0rem, 20rem);
  font-weight: 400;
  line-height:2em;
  padding:0.5em 0 0 55px;
  background-image: url(../img/header/ic-qa_a.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 45px auto;
}

/* LINE */
.linesatei {
  width:100%;
  height: auto;
  display: block;
background: #00cf34;
background: linear-gradient(158deg, rgba(0, 207, 52, 1) 0%, rgba(0, 125, 153, 1) 100%);
}
.linekaitoribg00 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/linekaitori_bg03.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
}
.linekaitoribg01 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/line_kaitori_bg.png);
  background-repeat: no-repeat;
  background-position: 10% bottom;
  background-size: 60% auto;
}
.linekaitoribg02 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/linekaitori_bg01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.linekaitoribg03 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/linekaitori_bg02.png);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.linesatei_body {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:150px 5% 25%;
  margin:0 auto;
}
.linesatei_body .sectitle02 {
  padding-top: 70px;
}
.linesatei_body .sectitle02 h2 {
  color:var(--color-white);
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.linesatei_body .sectitle02 p {
  color:var(--color-white);
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.line_com {
  font-size:14px;
  line-height: 2em;
  text-align: center;
  color:var(--color-white);
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  margin-bottom: 40px;
}
.lineqr {
  width:250px;
  height: 250px;
  display: block;
  margin:0 auto 40px;
  box-shadow:0px 5px 15px rgba(0,0,0,0.2);
}
p.linebn {
  width:400px;
  height: 70px;
  display: block;
  font-size:24px;
  font-weight: 700;
  line-height: 1em;
  text-align: right;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
  margin:0 auto;
}
p.linebn a {
  width:100%;
  height: 70px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  line-height: 70px;
  padding:0 15px 0 0;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-line_w.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: auto 50px;
}
p.linebn a:hover {
  background-color: var(--color-line);
}

/* Application Form */
.appliform_base {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/bottomimage.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.appliform_body {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5% 18%;
  margin:0 auto;
}
.appliform_body p {
  font-size:14px;
  line-height: 2em;
  margin-bottom: 2.5em;
}
.appliform_body .appliform_body dl.dltable01 {
width: 100%;
height: auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
font-size: 14px;
line-height: 1.6em;
}
.appliform_body dl.dltable01 dt {
width: 35%;
padding: 20px 5px;
border-bottom: 1px solid var(--color-ccc);
text-align: left;
font-weight: 400;
color:var(--color-1st);
}
.appliform_body dl.dltable01 dd {
width: 65%;
height: auto;
display: flex;
align-items: flex-start;
padding: 20px 5px;
border-bottom: 1px dotted var(--color-ccc);
}
.appliform_body form input.fbinptxt, .appliform_body form select.fbselect {
width:100%;
height: auto;
display: block;
border:1px solid var(--color-999);
background-color: var(--color-f8);
padding:3px 5px;
font-size:14px;
line-height: 1.25em;
}
.appliform_body form input.fbinptxt_2 {
width:40%;
height: auto;
display: block;
border:1px solid var(--color-999);
background-color: var(--color-f8);
padding:3px 5px;
font-size:14px;
line-height: 1.25em;
}
.appliform_body form .wpcf7-form-control-wrap input.fbinptxt_2 {
  width: 100%;
}

}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

  /* TopSection */
.topsection {
  width:100%;
  height: 100%;
  display: block;
  aspect-ratio: 2 / 1.9;
  position: relative;
  overflow: hidden;
  background-image: url(../img/index/topsectionbg_tab.jpg);
  background-repeat: no-repeat;
  background-position: 0 92%;
  background-size: 100% auto;
}

.topcontents {
  width:90%;
  height: auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  top:22%;
  left:5%;
  z-index:5;
}
.topcontents h2 {
  width:fit-content;
  height: auto;
  display: block;
 font-size: clamp(1rem, 2vw + 0rem, 10rem);
  font-weight: 700;
  font-style: italic;
  text-align: center;
  color:var(--color-white);
  background-color: var(--color-4th);
  padding:0.2em 2em 0.2em 1.5em;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  margin-bottom: 0.5em;
}
.topcontents h3 {
font-size: clamp(1rem, 3.5vw + 0rem, 10rem);
font-weight: 400;
  color:var(--color-white);
letter-spacing: -0.03em;
margin-bottom: 0.4em;
}
.topcontents h3 span {
font-size: clamp(2.6rem, 6vw + 0.5rem, 20rem);
  font-weight: 900;
letter-spacing: -0.05em;
  color:var(--color-white);
}
.topcontents p {
  width:75%;
font-size: clamp(0.7rem, 2vw + 0rem, 10rem);
  color:var(--color-white);
font-weight: 400;
line-height: 2em;
margin-bottom: 0.4em;
}
.topcontents p br {
  display: none;
}

/* SectionTitle */
.sectitle01 {
  width:100%;
  height: auto;
  display:flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.sectitle01 h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  color: var(--color-black);
  margin-bottom: 0.2em;
}
.sectitle01 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color: var(--color-1st);
  margin-bottom: 0;
}

.sectitle02 {
  width:100%;
  height: auto;
  display:flex;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 60px;
  padding-top: 65px;
  margin-bottom: 30px;
}
.sectitle02 h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  color: var(--color-black);
  margin-bottom: 0.4em;
}
.sectitle02 p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color: var(--color-1st);
  margin-bottom: 0!important;
}

/* Introduction */
.intromm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-white);
  background-image: url(../img/index/introbg-bottom.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 130% auto;
}


/* Contact floating button */
.contact_floatnav {
width: 100%;
height: 50px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding:0px 20px 0 80px;
background-color: var(--color-3rd);
clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
box-shadow:0px 3px 5px rgba(0,0,0,0.2);
margin:0px auto 0px;
position: absolute;
bottom: 0;
right:0;
}
.contact_floatnav .cfnavtitle {
width:fit-content;
height: 50px;
display: block;
text-align: left;
padding-top:5px;
margin-right:10px;
}
.contact_floatnav .cfnavtitle h3 {
width:fit-content;
height: 50px;
display: block;
font-size:12px;
font-weight: 700;
line-height: 18px;
color:var(--color-white);
}
.contact_floatnav .contactbar {
  width:fit-content;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.contact_floatnav .contactbar li {
  height: 50px;
  display: block;
}
.contact_floatnav .contactbar li:last-child {
  margin-right:0;
}
.contact_floatnav .contactbar li a {
  width:100%;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
  transition: .4s all;
}
.contact_floatnav .contactbar li a:hover {
  opacity: 0.5;
}
.contact_floatnav .contactbar li.cb_tel_b {
  width:165px;
  height: 50px;
  display: block;
  margin-right:15px;
}
.contact_floatnav .contactbar li.cb_tel_b span {display: none;}
.contact_floatnav .contactbar li.cb_tel_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  font-size:20px;
  color:var(--color-white);
  letter-spacing: -0.5px;
  font-weight: 700;
  line-height: 50px;
  text-align: right;
  background-image: url(../img/header/ic-freedial_w.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contact_floatnav .contactbar li.cb_tel a:hover {
  opacity: 0.5;
}
.contact_floatnav .contactbar li.cb_mail_b {
  width:145px;
  height: 50px;
  display: block;
  margin-right:15px;
}
.contact_floatnav .contactbar li.cb_mail_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 50px;
  text-align: right;
  background-image: url(../img/header/ic-mail_w.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contact_floatnav .contactbar li.cb_mail_b a:hover {
  opacity: 0.5;
}

.contact_floatnav .contactbar li.cb_line_b {
  width:130px;
  height: 50px;
  display: block;
}
.contact_floatnav .contactbar li.cb_line_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  font-size:14px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 50px;
  text-align: right;
  background-image: url(../img/header/ic-line_b.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  padding:0 0 0 35px;
  transition: .4s all;
}
.contact_floatnav .contactbar li.cb_line_b a:hover {
  opacity: 0.5;
}

/* Intro (Top) */
.introsec_0 {
  width:100%;
  max-width:1500px;
  height: auto;
  display: block;
  background-image: url(../img/index/intro_topbg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  margin:0 auto 100px;
}
.insec_0 {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto;
  padding:100px 5% 40%;
}
.insec_0 h2 {
  font-size:24px;
  font-weight: 700;
  line-height: 1.25em;
  text-align: center;
  color: var(--color-1st);
  margin-bottom: 15px;
}
.insec_0 p {
  font-size:14px;
  font-weight: 400;
  line-height: 2em;
  text-align: center;
  color:var(--color-black);
  margin:0;
}


/* Intro (features01) */
.introsec_a {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.introsec_a .insec_a01 {
  width:100%;
  height: auto;
  display: block;
  padding:0% 5% 50px 5%;
}
.introsec_a .insec_a01 h3 {
  font-size:24px;
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 20px;
}
.introsec_a .insec_a01 h3 span {
  display: block;
  font-size:40px;
  font-weight: 900;
  line-height: 1.25em;
  color: var(--color-1st);
}
.introsec_a .insec_a01 p {
  font-size:14px;
  line-height: 2em;
  margin:0;
}
.introsec_a .insec_a02 {
  width:80%;
  height: auto;
  display: block;
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
  margin:0 0 0 auto;
}


/* Intro (features02) */
.introsec_b {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.introsec_b .insec_b01 {
  width:100%;
  height: auto;
  display: block;
  padding:5% 5% 5% 5%;
  background-color: rgba(255,255,255,0.85);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
.introsec_b .insec_b01 h3 {
  font-size:24px;
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 20px;
}
.introsec_b .insec_b01 h3 span {
  display: block;
  font-size:40px;
  font-weight: 900;
  line-height: 1.25em;
  color: var(--color-1st);
}
.introsec_b .insec_b01 p {
  font-size:14px;
  line-height: 2em;
  margin:0;
}
.introsec_b .insec_b02 {
  width:80%;
  height: auto;
  display: block;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  margin:0 0 0 0;
}



/* Intro (Graph) */
.introsec_e {
  width:100%;
  height: auto;
  display: block;
  padding:100px 5% 35%;
  margin:0 auto;
}
.introsec_e h3 {
  font-size:24px;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
  color:var(--color-black);
  margin-bottom: 40px;
}
.introsec_e h3 span {
  width:fit-content;
  height: auto;
  display: block;
  font-size:38px;
  font-weight: 900;
  color:var(--color-1st);
  line-height: 1.5em;
  padding:0 1em;
  margin:0 auto 5px;
  text-shadow: 0px 3px 2px rgba(255,255,255,1);
  background-image: url(../img/index/red_li.png);
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 100% auto;
}
.introsec_e p.insectop_p {
  font-size:16px;
  font-weight:400;
  line-height: 2em;
  text-align: center;
  margin-bottom: 3em;
}
.graphbase {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto 60px;
}
.graphbase h4.gbtitle01 {
  width:fit-content;
  height: auto;
  display: block;
  text-align: center;
  font-size:22px;
  font-weight: 700;
  line-height: 1em;
  padding:0.4em 2em;
  margin:0 auto 25px;
  color:var(--color-white);
  background: #f5a00f;
background: linear-gradient(180deg, rgba(245, 160, 15, 1) 0%, rgba(232, 101, 0, 1) 100%);
  border-radius: 5px;
  box-shadow:0px 3px 5px rgba(0,0,0,0.2);
}
.graphbase h4.gbtitle02 {
  width:fit-content;
  height: auto;
  display: block;
  text-align: center;
  font-size:22px;
  font-weight: 700;
  line-height: 1em;
  padding:0.4em 2em;
  margin:0 auto 25px;
  color:var(--color-white);
  background: #2688ab;
background: linear-gradient(180deg, rgba(38, 136, 171, 1) 0%, rgba(33, 40, 95, 1) 100%);
  border-radius: 5px;
  box-shadow:0px 3px 5px rgba(0,0,0,0.2);
}
.graphbase .gblist {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.graphbase .gblist .gsls {
  width:100%;
  height: auto;
  display: block;
  padding:0 0 40px 0;
  margin-bottom: 20px;
  background-image: url(../img/header/flowic-arrow__v.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 90px 20px;
}
.graphbase .gblist .gsls_nar {
  width:100%;
  height: auto;
  display: block;
  padding:0px 0 0px 0;
  background-image: none;
}
.graphbase .gblist .gsls_aronly {
  width:100%;
  height: 60px;
  display: block;
  padding:30px 0px 30px 0px;
  background-image: url(../img/header/flowic-arrow__v.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90px 20px;
}
.graphbase .gblist p {
  width:80%;
  height: auto;
  display: block;
  font-size:22px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: right;
  padding:50px 30px 50px 0px;
  margin:0 auto;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: auto 130px;
  background-color: rgba(255,255,255,0.9);
  border-radius: 5px;
  box-shadow:0px 5px 10px rgba(0,0,0,0.3);
}
.graphbase .gblist p br {
  display: none;
}

p.insec_bn {
  width:fit-content;
  height: 60px;
  display: block;
  font-size:24px;
  font-weight: 500;
  margin:0 auto;
  border-radius: 5px;
  background: #00329e;
background: linear-gradient(360deg, rgba(0, 50, 158, 1) 0%, rgba(0, 209, 178, 1) 100%);
box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
}
p.insec_bn a {
  width:100%;
  height: 60px;
  display:block;
  line-height: 58px;
  text-decoration: none;
  color: var(--color-white);
  padding:0 90px 0 20px;
  background-image: url(../img/header/ic-ar_w.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: auto 40px;
}

/* Working result */
.resultmm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-white);
  background-image: url(../img/index/result_bg01.jpg);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 100% auto;
}
.resultbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 0 100px;
  margin:0 auto;
}
.resulidata {
  width:100%;
  height: auto;
  display: block;
  position: relative;
}

.resultlist {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  margin:0 auto 40px;
}
.resultlist li {
  background-color: rgba(255,255,255,0.9);
  margin:0.25% 0.25%!important;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
.resultlist li a, 
.resultlist li a * {
  text-decoration: none;
}
.resultlist li a:hover .rl_cc {
  background-color: var(--color-f5);
}

.slide-dots_result {
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
}
.slide-dots_result li {
  display: inline-block;
  border-radius: 0px;
  box-shadow: none;
  margin: 0 0px;
  background-color: transparent;
}
.slide-dots_result li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots_result li button::before {
  background-image: url(../img/header/ic-dot_off.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
}
.slide-dots_result li.slick-active button::before {
  background-image: url(../img/header/ic-dot_on.png);
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 10px;
}

/* Required Documents */
.requiredmm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-1st);
  background-image: url(../img/index/document_bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.requiredbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:80px 5% 80px;
  margin:0 auto;
}
.requiredbody .sectitle02 h2 {
  color: var(--color-white);
}
.requiredbody p {
  font-size:14px;
  line-height: 2em;
  text-align: center;
  color: var(--color-white);
  margin-bottom: 2.5em;
}
ul.requirelist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
ul.requirelist li {
  width:31.333333333%;
  height: auto;
  display: block;
  background-color: rgba(255,255,255,0.85);
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: auto 80px;
  padding:110px 0 25px 0;
  text-align: center;
  font-size:16px;
  color:var(--color-1st);
  font-weight: 500;
  line-height: 1.25em;
  text-align: center;
  border-radius: 10px;
  box-shadow:0px 2px 15px rgba(0,0,0,0.4);
  margin:0 1% 20px;
}


/* Q and A */
.qamm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-f8);
}
.qabody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:80px 5% 80px;
  margin:0 auto;;
}
dl.qalist {
  width:100%;
  height: auto;
  display: block;
  padding:35px 45px;
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow:0px 5px 15px rgba(0,0,0,0.15);
  margin-bottom:30px;
}
dl.qalist dt {
  width:100%;
  height: auto;
  min-height:50px;
  display: block;
  font-size:20px;
font-weight: 500;
  line-height:1.5em;
  color:var(--color-1st);
  padding:0.3em 0 0 55px;
  margin-bottom: 0.5em;
  background-image: url(../img/header/ic-qa_q.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 45px auto;
}
dl.qalist dd {
  width:100%;
  height: auto;
  min-height:50px;
  display: block;
  font-size:14px;
  font-weight: 400;
  line-height:2em;
  padding:0.5em 0 0 55px;
  background-image: url(../img/header/ic-qa_a.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 45px auto;
}


/* LINE */
.linesatei {
  width:100%;
  height: auto;
  display: block;
background: #00cf34;
background: linear-gradient(158deg, rgba(0, 207, 52, 1) 0%, rgba(0, 125, 153, 1) 100%);
}
.linekaitoribg00 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/linekaitori_bg03.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
}
.linekaitoribg01 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/line_kaitori_bg.png);
  background-repeat: no-repeat;
  background-position: 10% bottom;
  background-size: auto 55%;
}
.linekaitoribg02 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/linekaitori_bg01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.linekaitoribg03 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/linekaitori_bg02.png);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.linesatei_body {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5% 25%;
  margin:0 auto;
}
.linesatei_body .sectitle02 {
  padding-top: 70px;
}
.linesatei_body .sectitle02 h2 {
  color:var(--color-white);
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.linesatei_body .sectitle02 p {
  color:var(--color-white);
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.line_com {
  font-size:14px;
  line-height: 2em;
  text-align: center;
  color:var(--color-white);
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  margin-bottom: 40px;
}
.lineqr {
  width:250px;
  height: 250px;
  display: block;
  margin:0 auto 40px;
  box-shadow:0px 5px 15px rgba(0,0,0,0.2);
}
p.linebn {
  width:400px;
  height: 70px;
  display: block;
  font-size:24px;
  font-weight: 700;
  line-height: 1em;
  text-align: right;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
  margin:0 auto;
}
p.linebn a {
  width:100%;
  height: 70px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  line-height: 70px;
  padding:0 15px 0 0;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-line_w.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: auto 50px;
}
p.linebn a:hover {
  background-color: var(--color-line);
}


/* Application Form */
.appliform_base {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/bottomimage.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.appliform_body {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5% 18%;
  margin:0 auto;
}
.appliform_body p {
  font-size:14px;
  line-height: 2em;
  margin-bottom: 2.5em;
}
.appliform_body .appliform_body dl.dltable01 {
width: 100%;
height: auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
font-size: 14px;
line-height: 1.6em;
}
.appliform_body dl.dltable01 dt {
width: 35%;
padding: 20px 5px;
border-bottom: 1px solid var(--color-ccc);
text-align: left;
font-weight: 400;
color:var(--color-1st);
}
.appliform_body dl.dltable01 dd {
width: 65%;
height: auto;
display: flex;
align-items: flex-start;
padding: 20px 5px;
border-bottom: 1px dotted var(--color-ccc);
}
.appliform_body form input.fbinptxt, .appliform_body form select.fbselect {
width:100%;
height: auto;
display: block;
border:1px solid var(--color-999);
background-color: var(--color-f8);
padding:3px 5px;
font-size:14px;
line-height: 1.25em;
}
.appliform_body form input.fbinptxt_2 {
width:40%;
height: auto;
display: block;
border:1px solid var(--color-999);
background-color: var(--color-f8);
padding:3px 5px;
font-size:14px;
line-height: 1.25em;
}
.appliform_body form .wpcf7-form-control-wrap input.fbinptxt_2 {
  width: 100%;
}

}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

  /* TopSection */
.topsection {
  width:100%;
  height: auto;
  display: block;
  aspect-ratio: 2 / 3;
  position: relative;
  overflow: hidden;
  margin-top:5%;
  background-image: url(../img/index/topsectionbg_m.jpg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100% auto;
}

.topcontents {
  width:90%;
  height: auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  top:16%;
  left:5%;
  z-index:5;
}
.topcontents h2 {
  width:fit-content;
  height: auto;
  display: block;
 font-size: clamp(0.9rem, 1vw + 0rem, 10rem);
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0px;
  color:var(--color-white);
  background-color: var(--color-4th);
  padding:0.2em 1.5em 0.2em 1.5em;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  margin:0 auto 0.9em;
}
.topcontents h3 {
 font-size: clamp(0.9rem, 3.5vw + 0.15rem, 10rem);
font-weight: 400;
line-height: 1.5em;
letter-spacing: -0.03em;
margin:0 0 0.4em 0;
text-align: center;
color:var(--color-white);
}
.topcontents h3 span {
  width:100%;
  height: auto;
  display: block;
 font-size: clamp(2rem, 6vw + 1rem, 20rem);
line-height: 1em;
  font-weight: 900;
color:var(--color-white);
margin:0.2em 0 -0.4em 0;
}
.topcontents p {
 font-size: clamp(0.7rem, 2vw + 0rem, 10rem);
font-weight: 400;
line-height: 2em;
margin:0 0 0 0;
color:var(--color-white);
}

  /* SectionTitle */
.sectitle01 {
  width:100%;
  height: auto;
  display:flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.sectitle01 h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  color: var(--color-black);
  margin-bottom: 0.2em;
}
.sectitle01 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color: var(--color-1st);
  margin-bottom: 0;
}

.sectitle02 {
  width:100%;
  height: auto;
  display:flex;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 60px;
  padding-top: 65px;
  margin-bottom: 30px;
}
.sectitle02 h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25em;
  text-align: center;
  color: var(--color-black);
  margin-bottom: 0.4em;
}
.sectitle02 p {
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color: var(--color-1st);
  margin-bottom: 0!important;
}

/* Contact floating button */
.contact_floatnav {
width: 90%;
height: auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
padding:10px 0px 10px 0px;
background-color: var(--color-3rd);
margin:0px auto 10px;
border-radius: 10px;
box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
position: absolute;
bottom: 0;
right:50%;
transform: translateX(50%);
}
.contact_floatnav .cfnavtitle {
width:100%;
height: 20px;
display: block;
text-align: center;
padding-top:0px;
margin-right:0;
margin-bottom: 5px;
}
.contact_floatnav .cfnavtitle h3 {
width:100%;
height: auto;
display: block;
font-size:12px;
font-weight: 700;
line-height: 1em;
text-align: center;
color:var(--color-white);
}
.contact_floatnav .cfnavtitle h3 br {
  display: none;
}
.contact_floatnav .contactbar {
  width:100%;
  height: auto;
  display: flex;
  box-shadow: none;
}
.contact_floatnav .contactbar li.cb_tel_b {
  flex:1;
  width:auto;
  height: 50px;
  display: block;
  border-right: 1px solid rgba(255,255,255,0.5);
  margin-right:0px;
}
.contact_floatnav .contactbar li.cb_tel_b span {display: none;}
.contact_floatnav .contactbar li.cb_tel_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  font-size:16px;
  color:var(--color-white);
  letter-spacing: -0.5px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  background-image: url(../img/header/ic-freedial_w.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 25px 25px;
  padding:27px 0 0 0;
  transition: .4s all;
}
@media screen and (max-width: 480px) {
  .contact_floatnav .contactbar li.cb_tel_b a {
    font-size:14px;
  }
}
.contact_floatnav .contactbar li.cb_tel a:hover {
  opacity: 0.5;
}
.contact_floatnav .contactbar li.cb_mail_b {
  flex:1;
  width:auto;
  height: 50px;
  display: block;
  border-right: 1px solid rgba(255,255,255,0.5);
  margin-right:0px;
}
.contact_floatnav .contactbar li.cb_mail_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  font-size:12px;
  color:var(--color-white);
  letter-spacing: -0.5px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  background-image: url(../img/header/ic-mail_w.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 25px 25px;
  padding:27px 0 0 0;
  transition: .4s all;
}
@media screen and (max-width: 480px) {
  .contact_floatnav .contactbar li.cb_mail_b a {
    font-size:11px;
  }
}
.contact_floatnav .contactbar li.cb_mail_b a:hover {
  opacity: 0.5;
}

.contact_floatnav .contactbar li.cb_line_b {
  flex:1;
  width:auto;
  height: 50px;
  display: block;
  margin-right:0px;
}
.contact_floatnav .contactbar li.cb_line_b a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  font-size:12px;
  color:var(--color-white);
  letter-spacing: -0.5px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  background-image: url(../img/header/ic-line_b.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 25px 25px;
  padding:27px 0 0 0;
  transition: .4s all;
}
@media screen and (max-width: 480px) {
  .contact_floatnav .contactbar li.cb_line_b a {
    font-size:11px;
  }
}
.contact_floatnav .contactbar li.cb_line_b a:hover {
  opacity: 0.5;
}


/* Introduction */
.intromm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-white);
  background-image: url(../img/index/introbg-bottom.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 130% auto;
}


/* Intro (Top) */
.introsec_0 {
  width:100%;
  max-width:1500px;
  height: auto;
  display: block;
  background-image: url(../img/index/intro_topbg_m.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  margin:0 auto 50px;
}
.insec_0 {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto;
  padding:50px 5% 60%;
}
.insec_0 h2 {
  font-size:20px;
  font-weight: 700;
  line-height: 1.5em;
  text-align: left;
  color: var(--color-1st);
  margin-bottom: 15px;
}
.insec_0 p {
  font-size:14px;
  font-weight: 400;
  line-height: 2em;
  text-align: left;
  color:var(--color-black);
  margin:0;
}
.insec_0 p br {
  display: none;
}


/* Intro (features01) */
.introsec_a {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.introsec_a .insec_a01 {
  width:100%;
  height: auto;
  display: block;
  padding:0% 5% 50px 5%;
}
.introsec_a .insec_a01 h3 {
  font-size:18px;
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .introsec_a .insec_a01 h3 {
    font-size:15px;
  }
}
.introsec_a .insec_a01 h3 span {
  display: block;
  font-size:28px;
  font-weight: 900;
  line-height: 1.25em;
  color: var(--color-1st);
}
@media screen and (max-width: 480px) {
  .introsec_a .insec_a01 h3 span {
    font-size:25px;
  }
}
.introsec_a .insec_a01 p {
  font-size:14px;
  line-height: 2em;
  margin:0;
}
.introsec_a .insec_a02 {
  width:100%;
  height: auto;
  display: block;
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
  margin:0 0 0 auto;
}


/* Intro (features02) */
.introsec_b {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}
.introsec_b .insec_b01 {
  width:100%;
  height: auto;
  display: block;
  padding:0% 5% 50px 5%;
}
.introsec_b .insec_b01 h3 {
  font-size:18px;
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .introsec_b .insec_b01 h3 {
    font-size:15px;
  }
}
.introsec_b .insec_b01 h3 span {
  display: block;
  font-size:28px;
  font-weight: 900;
  line-height: 1.25em;
  color: var(--color-1st);
}
@media screen and (max-width: 480px) {
  .introsec_b .insec_b01 h3 span {
    font-size:25px;
  }
}
.introsec_b .insec_b01 p {
  font-size:14px;
  line-height: 2em;
  margin:0;
}
.introsec_b .insec_b02 {
  width:100%;
  height: auto;
  display: block;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  margin:0 0 0 0;
}


/* Intro (Graph) */
.introsec_e {
  width:100%;
  height: auto;
  display: block;
  padding:100px 5% 35%;
  margin:0 auto;
}
.introsec_e h3 {
  font-size:20px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  color:var(--color-black);
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .introsec_e h3 {
    font-size:18px;
  }
}
.introsec_e h3 span {
  width:fit-content;
  height: auto;
  display: block;
  font-size:36px;
  font-weight: 900;
  color:var(--color-1st);
  line-height: 1.25em;
  padding:5px 0.2em 5px;
  margin:0 auto 5px;
  text-shadow: 0px 3px 2px rgba(255,255,255,1);
  background-image: url(../img/index/red_li.png);
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 100% 15px;
}
@media screen and (max-width: 480px) {
  .introsec_e h3 span {
    font-size:32px;
  }
}
.introsec_e p.insectop_p {
  font-size:14px;
  font-weight:400;
  line-height: 2em;
  text-align: left;
  margin-bottom: 3em;
}
.graphbase {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto 60px;
}
.graphbase h4.gbtitle01 {
  width:100%;
  height: auto;
  display: block;
  text-align: center;
  font-size:18px;
  font-weight: 700;
  line-height: 1.25em;
  padding:0.4em 2em;
  margin:0 auto 25px;
  color:var(--color-white);
  background: #f5a00f;
background: linear-gradient(180deg, rgba(245, 160, 15, 1) 0%, rgba(232, 101, 0, 1) 100%);
  border-radius: 5px;
  box-shadow:0px 3px 5px rgba(0,0,0,0.2);
}
@media screen and (max-width: 480px) {
  .graphbase h4.gbtitle01 {
    font-size:14px;
  }
}
.graphbase h4.gbtitle02 {
  width:100%;
  height: auto;
  display: block;
  text-align: center;
  font-size:18px;
  font-weight: 700;
  line-height: 1.25em;
  padding:0.4em 2em;
  margin:0 auto 25px;
  color:var(--color-white);
  background: #2688ab;
background: linear-gradient(180deg, rgba(38, 136, 171, 1) 0%, rgba(33, 40, 95, 1) 100%);
  border-radius: 5px;
  box-shadow:0px 3px 5px rgba(0,0,0,0.2);
}
@media screen and (max-width: 480px) {
  .graphbase h4.gbtitle02 {
    font-size:14px;
  }
}
.graphbase h4 span {
  display: block;
}
.graphbase .gblist {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.graphbase .gblist .gsls {
  width:100%;
  height: auto;
  display: block;
  padding:0 0 40px 0;
  margin-bottom: 20px;
  background-image: url(../img/header/flowic-arrow__v.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 60px 20px;
}
.graphbase .gblist .gsls_nar {
  width:100%;
  height: auto;
  display: block;
  padding:0px 0 0px 0;
  background-image: none;
}
.graphbase .gblist .gsls_aronly {
  width:100%;
  height: 60px;
  display: block;
  padding:30px 0px 30px 0px;
  background-image: url(../img/header/flowic-arrow__v.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 20px;
}
.graphbase .gblist p {
  width:100%;
  height: auto;
  display: block;
  font-size:16px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: right;
  padding:30px 20px 30px 0px;
  margin:0 auto;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 80px;
  background-color: rgba(255,255,255,0.9);
  border-radius: 5px;
  box-shadow:0px 5px 10px rgba(0,0,0,0.3);
}
@media screen and (max-width: 480px) {
  .graphbase .gblist p {
    font-size:14px;
  }
}
.graphbase .gblist p br {
  display: none;
}

p.insec_bn {
  width:fit-content;
  height: 50px;
  display: block;
  font-size:20px;
  font-weight: 500;
  margin:0 auto;
  border-radius: 5px;
  background: #00329e;
background: linear-gradient(360deg, rgba(0, 50, 158, 1) 0%, rgba(0, 209, 178, 1) 100%);
box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
}
@media screen and (max-width: 480px) {
  p.insec_bn {
    font-size:16px;
  }
}
p.insec_bn a {
  width:100%;
  height: 50px;
  display:block;
  line-height: 48px;
  text-decoration: none;
  color: var(--color-white);
  padding:0 90px 0 20px;
  background-image: url(../img/header/ic-ar_w.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: auto 30px;
}

/* Working result */
.resultmm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-white);
  background-image: url(../img/index/result_bg01.jpg);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 100% auto;
}
.resultbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 0 100px;
  margin:0 auto;
}
.resulidata {
  width:100%;
  height: auto;
  display: block;
  position: relative;
}

.resultlist {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
  margin:0 auto 50px;
}
.resultlist li {
  background-color: rgba(255,255,255,0.9);
  margin:0.15% 0.15%!important;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
.resultlist li a, 
.resultlist li a * {
  text-decoration: none;
}
.resultlist li a:hover .rl_cc {
  background-color: var(--color-f5);
}
.resultlist li .rl_img {
  width:100%;
  height: auto;
  display: block;
}
.resultlist li .rl_img img {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
}
.resultlist li .rl_cc {
  width:100%;
  height: auto;
  display: block;
  padding:20px 15px 25px;
}
.resultlist li .rl_cc h2 {
  font-size:14px;
  font-weight:400;
  line-height: 1.25em;
  margin-bottom: 7px;
}
.resultlist li .rl_cc h3 {
  font-size:18px;
  font-weight:600;
  line-height: 1.25em;
  margin-bottom: 10px;
}
.resultlist li .rl_cc p {
  font-size:14px;
  line-height: 1em;
  margin:0;
}
.resultlist li .rl_cc p span {
  width: fit-content;
  height: auto;
  display: inline-block;
  font-size:12px;
  color: var(--color-666);
  border:1px solid var(--color-999);
  border-radius: 3px;
  padding:5px;
  margin:0 0.8em 0 0;
}



.slide-dots_result {
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
}
.slide-dots_result li {
  display: inline-block;
  border-radius: 0px;
  box-shadow: none;
  margin: 0 0px;
  background-color: transparent;
}
.slide-dots_result li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots_result li button::before {
  background-image: url(../img/header/ic-dot_off.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 30px;
}
.slide-dots_result li.slick-active button::before {
  background-image: url(../img/header/ic-dot_on.png);
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 10px;
}



/* Required Documents */
.requiredmm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-1st);
  background-image: url(../img/index/document_bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.requiredbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:80px 5% 80px;
  margin:0 auto;
}
@media screen and (max-width: 480px) {
  .requiredbody {
    padding:80px 3% 80px;
  }
}
.requiredbody .sectitle02 h2 {
  color: var(--color-white);
}
.requiredbody p {
  font-size:14px;
  line-height: 2em;
  text-align: center;
  color: var(--color-white);
  margin-bottom: 2.5em;
}
ul.requirelist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
ul.requirelist li {
  width:31.3333333333%;
  height: auto;
  display: block;
  background-color: rgba(255,255,255,0.85);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: auto 60px;
  padding:75px 0 15px 0;
  text-align: center;
  font-size:12px;
  letter-spacing: 0px;
  color:var(--color-1st);
  font-weight: 500;
  line-height: 1.25em;
  text-align: center;
  border-radius: 10px;
  box-shadow:0px 2px 15px rgba(0,0,0,0.4);
  margin:0 1% 7px;
}
@media screen and (max-width: 480px) {
  ul.requirelist li {
    font-size:11px;
  }
}



/* Q and A */
.qamm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-f8);
}
.qabody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:50px 2% 50px;
  margin:0 auto;
}
dl.qalist {
  width:100%;
  height: auto;
  display: block;
  padding:30px 25px;
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow:0px 3px 5px rgba(0,0,0,0.15);
  margin-bottom:20px;
}
dl.qalist dt {
  width:100%;
  height: auto;
  min-height:50px;
  display: block;
  font-size:18px;
font-weight: 500;
  line-height:1.3em;
  color:var(--color-1st);
  padding:40px 0 0 0px;
  margin-bottom: 1em;
  background-image: url(../img/header/ic-qa_q.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 35px;
}
dl.qalist dd {
  width:100%;
  height: auto;
  min-height:50px;
  display: block;
  font-size:14px;
  font-weight: 400;
  line-height:2em;
  padding:40px 0 0 0px;
  background-image: url(../img/header/ic-qa_a.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 35px;
}


/* LINE */
.linesatei {
  width:100%;
  height: auto;
  display: block;
background: #00cf34;
background: linear-gradient(158deg, rgba(0, 207, 52, 1) 0%, rgba(0, 125, 153, 1) 100%);
}
.linekaitoribg00 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/linekaitori_bg03.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
}
.linekaitoribg01 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/line_kaitori_bg.png);
  background-repeat: no-repeat;
  background-position: 10% bottom;
  background-size: auto 45%;
}
.linekaitoribg02 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/linekaitori_bg01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.linekaitoribg03 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/linekaitori_bg02.png);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.linesatei_body {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:80px 5% 55%;
  margin:0 auto;
}
.linesatei_body .sectitle02 {
  padding-top: 70px;
}
.linesatei_body .sectitle02 h2 {
  color:var(--color-white);
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.linesatei_body .sectitle02 p {
  color:var(--color-white);
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.line_com {
  font-size:14px;
  line-height: 2em;
  text-align: left;
  color:var(--color-white);
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  margin-bottom: 20px;
}
.lineqr {
  display: none;
}
p.linebn {
  width:290px;
  height: 70px;
  display: block;
  font-size:23px;
  font-weight: 700;
  line-height: 1em;
  text-align: right;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
  margin:0 auto;
}
p.linebn a {
  width:100%;
  height: 70px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  line-height: 70px;
  padding:0 15px 0 0;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-line_w.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: auto 50px;
}
p.linebn a:hover {
  background-color: var(--color-line);
}


/* Application Form */
.appliform_base {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/bottomimage.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% auto;
}
.appliform_body {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5% 35%;
  margin:0 auto;
}
.appliform_body p {
  font-size:14px;
  line-height: 2em;
  margin-bottom: 2.5em;
}
.appliform_body .appliform_body dl.dltable01 {
width: 100%;
height: auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
font-size: 14px;
line-height: 1.6em;
}
.appliform_body dl.dltable01 dt {
width: 100%;
padding: 0px 5px 10px 5px;
text-align: left;
font-weight: 400;
color:var(--color-1st);
}
.appliform_body dl.dltable01 dd {
width: 100%;
height: auto;
display: flex;
align-items: flex-start;
padding: 0px 5px 30px 5px;
border-bottom: 1px dotted var(--color-ccc);
margin-bottom: 30px;
}
.appliform_body dl.dltable01.endfmb dd:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.appliform_body form input.fbinptxt, .appliform_body form select.fbselect {
width:100%;
height: auto;
display: block;
border:1px solid var(--color-999);
background-color: var(--color-f8);
padding:3px 5px;
font-size:14px;
line-height: 1.25em;
}
.appliform_body form input.fbinptxt_2 {
width:40%;
height: auto;
display: block;
border:1px solid var(--color-999);
background-color: var(--color-f8);
padding:3px 5px;
font-size:14px;
line-height: 1.25em;
}
.appliform_body form .wpcf7-form-control-wrap input.fbinptxt_2 {
  width: 100%;
}


}


@media screen and (max-width: 520px) {

.topcontents p {
display: none;
}

}
