@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&family=Noto+Serif+JP:wght@400;600&display=swap');
.v2020-link{
  background: #fff;
}
.breadcrumbs{
  display: none;
}
body {
    margin: 0;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
}

img {
    margin: 0;
}
p {
    margin: 0;
    line-height: 1.25;
}
h2 {
    text-align: center;
    margin: 0;
    font-family: 'Noto Serif JP', serif;
    font-weight:600;
    font-size: 2.6rem;
}
a {
  /* transition: .5s cubic-bezier(0.5, 1, 0.89, 1); */
  transition: all 0.5s 0s ease;
}
a:hover{
  color: #009ee0;
}
.top_tit_en{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 0 60px;
  margin: 0 auto 1rem auto;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.2;
  color: #004ea2;
}

.top_tit_en:before,
.top_tit_en:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-radius:6px;
  background-color: #004ea2;
}

.top_tit_en:before {
  left:0;
}
.top_tit_en:after {
  right: 0;
}
.blue_back02 .top_tit_en {
    color: #fff;
}
.blue_back02 .top_tit_en:before, .blue_back02 .top_tit_en:after {
    background-color: #fff;
}
.blue_back02 h2{
  color: #fff;
}
.mintyo_n{
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
}
.mintyo_b{
  font-family: 'Noto Serif JP', serif;
  font-weight:600;
}

section.main_img {
    /*background-image: url(images/home2023/main_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    font-size: 2.2rem;
    letter-spacing: 1px;
    text-shadow: 2px 5px 6px rgb(6 0 61 / 58%);
    /*background-attachment: fixed;*/
}
section.main_img:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url(images/home2023/main_img.jpg);
    background-size: cover;
    animation: fadeIn 3s ease 0s 1 normal;
}
.main_txt_wrapper {
    color: #fff;
    max-width: 945px;
    margin: 0 auto;
    text-align: center;
    padding: 12rem 0 10rem;
    width: 90%;
}

h1 {
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
    /* line-height: 1.75; */
}

.main_txt_wrapper h1 p:last-child {
    font-size: 2.5rem;
    border-top: 1px solid #fff;
    padding: 1rem 0;
    border-bottom: 1px solid #fff;
    line-height: 1.5;
}

.main_txt_wrapper h1 p:first-child {
    font-size: 7.4rem;
    letter-spacing: 5px;
    line-height: 1.25;
    margin: 5rem 0 3rem 0;
}

p.main_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    line-height: 0;
    font-size: 3rem;
    padding: 0;
}


.main_btn a {
  border-radius: 100px;
  width: 60%;
  margin: 5rem auto 0 auto;
  padding: 20px 0;
  color: #333;
  font-weight: 600;
  text-shadow: none;
  background: #ffbb39;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.blue_back01 {
    background: #f3f9ff;
}

#startup_contents, #loan_contents, #company, #topicks{
    max-width: 1160px;
    margin: 0 auto;
    padding: 14rem 0 4rem 0;
    width: 90%;
}
#saving_contents{
    max-width: 1160px;
    margin: 0 auto;
    padding: 14rem 0 14rem 0;
    width: 90%;
}
p.top_tit_en {
    text-align: center;
}

#startup_contents .contents_box01,
#loan_contents .contents_box01 {
    margin: 6rem auto 0 auto;
    display: flex;
    justify-content: space-between;
}

#startup_contents .contents_box01 a,
#loan_contents .contents_box01 a {
    width: 23%;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 0 17px rgb(0 41 87 / 20%);
}

#startup_contents .contents_box01 p,
#loan_contents .contents_box01 p {
    font-size: 1.8rem;
    line-height: 1.75;
    padding: 2rem 2rem 3rem 2rem;
    color: #333;
    flex-shrink: 1;
}

#startup_contents .contents_box01 li,
#loan_contents .contents_box01 li{
    display: flex;
    flex-direction: column;
}
#saving_contents .contents_box01 {
    margin: 6rem auto 0 auto;
    display: flex;
    justify-content: space-between;
}
#saving_contents .contents_box01 a {
    width: 18%;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 0 17px rgb(0 41 87 / 20%);
}

#saving_contents .contents_box01 p {
    font-size: 1.8rem;
    line-height: 1.75;
    padding: 2rem 2rem 3rem 2rem;
    color: #333;
    flex-shrink: 1;
}

#saving_contents .contents_box01 li{
    display: flex;
    flex-direction: column;
}
.blue_back02 {
    background-image: linear-gradient(90deg, rgba(0, 103, 181, 1), rgba(0, 172, 235, 1));
    z-index: 0;
    position: relative;
}
#service {
    max-width: 1160px;
    margin: 0 auto;
    padding: 14rem 0 8rem 0;
    width: 90%;
}
#service .title_en,
#service h2{
    color: #fff;
    }
#service .contents_box01 {
    display: flex;
    margin: 6rem auto 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
#service .contents_box01 a{
    width: 29.8%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 17px rgb(0 41 87 / 20%);
    margin-bottom: 5rem;
    letter-spacing: 1px;
    font-size: 2.2rem;
    background: #fff;
}
#service .contents_box01 li{
    background: url(images/home2023/icon_arrow02.svg) right bottom no-repeat;
    display: flex;
    flex-direction: column;
    flex: auto;
}

#service .contents_box01 p {
    font-size: 1.8rem;
    line-height: 1.75;
    padding: 2rem;
    color: #004ea2;
    /* flex-shrink: 1; */
    text-align: center;
    font-weight: 600;
    /* margin-top: auto; */
    flex-grow: 1;
    margin-top: auto;
}
#WhitePaper{
    max-width: 1160px;
    margin: 0 auto;
    padding: 14rem 0 8rem 0;
    width: 90%;
}
#WhitePaper .contents_box01{
    display: flex;
    margin: 6rem auto 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
#WhitePaper .contents_box01 li{
  background: #fff;
  display: flex;
  flex-direction: column;
  width: 45%;
  box-shadow: 0 0 17px rgb(0 41 87 / 20%);
}
#WhitePaper .contents_box01 li p{
    padding: 3rem 2rem;
    font-size: 1.8rem;
    color: #00428a;
    text-align: center;
    line-height: 1.25;
    /* flex-grow: 1; */
}
/*#WhitePaper .contents_box01 li p.dl_btn{
  padding: 10px;
  border-radius: 100px;
  background: #00428a;
  width: 90%;
  margin: 2rem auto;
}
*/#WhitePaper .contents_box01 li .dl_btn{
  padding: 10px;
  border-radius: 100px;
  background: #00428a;
  width: 90%;
  margin: 2rem auto;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
#top_contact{
    background-image: linear-gradient(90deg, rgba(184, 247, 255, 1), rgba(202, 230, 255, 1));
}
.top_contact_wrapper{
  max-width:1160px;
  margin: 0 auto;
  padding: 6rem 0 6rem 5%;
  position: relative;
  width: 90%;
}
.top_contact_txt01{
  color: #00428a;
  font-weight:600;
  background: #fff;
  border-radius: 8px;
  line-height: 1.25;
  padding: 10px 30px;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
  font-size: clamp(2.2rem, 2.6vw, 2.8rem);
}
.top_contact_txt01:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 35px solid #fff;
  z-index: 0;
}

  p.top_contact_img01 {
    position: absolute;
    bottom: 0;
    width: 23%;
    right: 5%;
}

.top_contact_in {
    display: flex;
    align-items: center;
    gap: 2%;
    margin-top: 2.5rem;
}

.top_contact_tel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

p.top_contact_tel_in {
    display: flex;
    align-items: center;
    color: #00428a;
    font-weight: bold;
    gap: 10px;
    margin-bottom: 1rem;
    line-height: 0;
    font-size: clamp(3.2rem, 3.5vw, 4.8rem);
}
.top_contact_tel .pc_tel{
  display: inherit;
}
.top_contact_tel .sp_tel{
  display: none;
}
p.top_contact_btn a {
color: #333;
    display: block;
    width: 100%;
    height: 100%;
    padding: 3rem 8rem 3rem 4.4rem;
    border-radius: 100px;
    /* background: url(images/home2023/icon_mail01.svg) 84% center no-repeat #ffb018; */
    font-size: clamp(1.6rem, 2vw, 2.2rem);
    background-image: url(images/home2023/icon_mail01.svg);
    background-color: #ffb018;
    background-position: 84% center;
    background-repeat: no-repeat;
    }
.company_txt01{
  color: #fff;
  text-align: center;
  margin: 4rem;
  line-height: 1.75;
  font-size: 2rem;
  font-family: 'Noto Serif JP', serif;
  }
.top_company_cont01 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5%;
    margin: 10rem 0 12rem 0;
}
.top_company_cont01>img {
    width: 35%;
}
.top_company_cont01 dl {
    background: rgb(204 238 250 / 80%);
    padding: 3rem 3rem 1rem 3rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    /* line-height: 1.5; */
    align-items: flex-start;
    /* width: 80%; */
}

.top_company_cont01 dl dt {
    width: 30%;
    border-bottom: 1px solid #004ea2;
    margin-bottom: 2rem;
    line-height: 1.5;
}
.top_company_cont01 dl dt:last-of-type {
    border-bottom: none;
}
.top_company_cont01 dl dd {
    width: 70%;
    /* margin-bottom: 2rem; */
    line-height: 1.5;
    border-bottom: 1px solid #004ea2;
    margin-bottom: 2rem;
}

.top_company_cont01 dl dd:last-child {
    border-bottom: none;
}

.top_company_cont01 dl dt:last-child {
    border-bottom: none;
}  
.top_company_cont01 dl dt:last-child {
    border-bottom: none;
}

p.company_txt02 {
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.75;
    margin-bottom: 4rem;
    font-family: 'Noto Serif JP', serif;
}

.top_company_cont02 ul {
    display: flex;
    flex-wrap: wrap;
    width: 64%;
    justify-content: space-between;
    /* z-index: 10; */
    /* gap: 1%; */
}

.top_company_cont02 {
    position: relative;
}

.top_company_cont02 ul li {
    width: 32%;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* flex-direction: row; */
}

.top_company_cont02 ul li a {
    display: flex;
    color: #00428a;
    background-image: linear-gradient(90deg, rgb(193 226 255), rgb(171 247 255));
    padding: 1.2rem 2rem;
    text-align: center;
    border-radius: 100px;
    margin-bottom: 2rem;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.top_company_cont02 ul li a:after {
    display: block;
    content: "";
    background: url(images/home2023/icon_arrow03.svg) no-repeat;
    width: 12px;
    height: 18px;
}

p.top_company_img02 {
    position: absolute;
    top: -20vw;
    right: 0;
    z-index: -1;
}
section#company {
    padding-bottom: 32rem;
}

#topicks dl {
    margin: 6rem 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 5%;
}

#topicks dl dt {
    width: 15%;
}

#topicks dl dd {
    width: 85%;
    margin-bottom: 3rem;
    border-bottom: 1px solid #004fa2;
}

#topicks dl dd a {
    color: #004fa2;
}
.topicks_btn{
  display: flex;
  justify-content: center;
}
.topicks_btn a{
  border: 1px solid #333;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:5px;
  border-radius: 100px;
  background: #fff;
  color: #333;
}
.topicks_btn a:after{
  content:"";
  display: block;
  width: 20px;
  background: url(images/home2023/icon_arrow01.svg) no-repeat;
  background-size: cover;
  height: 20px;
}
/*             Ã£Æ’â€ºÃ£Æ’ÂÃ£Æ’Â¼Ã£â€šÂ¨Ã£Æ’â€¢Ã£â€šÂ§Ã£â€šÂ¯Ã£Æ’Ë†             */
.main_btn a:hover,
.top_contact_btn a:hover{
  animation: shine 1s;
}
@keyframes shine {
  0% { background-color: #ffbb39; }
  10% { background-color: #ffd991; }
  100% { background-color: #ffbb39; }
}

#startup_contents .contents_box01 a:hover, 
#loan_contents .contents_box01 a:hover,
#saving_contents .contents_box01 a:hover{
    transform: translateY(-5px);
}

#startup_contents .contents_box01 a:hover p, 
#loan_contents .contents_box01 a:hover p,
#saving_contents .contents_box01 a:hover p{
    color: #009ee0;
}

#startup_contents .contents_box01 a:hover img,
#loan_contents .contents_box01 a:hover img,
#saving_contents .contents_box01 a:hover img{
    opacity: 0.7;
}
#service .contents_box01 a:hover{
  opacity: 0.8;
}
#WhitePaper .contents_box01 li .dl_btn:hover{
  background: #009ee0;
}

.top_company_cont02 ul li a:hover{
  opacity: 0.8;
}
#topicks dl dd a:hover{
    color: #009ee0;
}
.topicks_btn a:hover{
  color: #fff;
  background: #333;
  }
/* -------------------------------------------- */
/*   Ã£â€šÂ¹Ã£Æ’Å¾Ã£Æ’â€º                                    */
/* -------------------------------------------- */

@media (max-width:767px){  
.main_txt_wrapper {
    padding: 4rem 0 0rem;
}
section.main_img {
    padding: 6rem 0;
}
section.main_img:before {
    background-image: url(images/home2023/main_img_sp.jpg);
}

.main_txt_wrapper h1 p:first-child {
    font-size: 5.2rem;
    letter-spacing: 2px;
    margin: 2rem 0 1rem 0;
}

.main_txt_wrapper h1 p:last-child {
    font-size: 1.5rem;
    letter-spacing: -0.5px;
}

p.main_logo {
    font-size: 1.5rem;
}
p.main_logo img {
    width: 20%;
}

p {
    font-size: 1.4rem;
}

p.main_btn {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}
.main_btn a{
  width:100%;
  font-size: 1.8rem;
  margin: 1rem auto 0 auto;
}
#startup_contents, #loan_contents, #company, #topicks {
    padding: 6rem 0 2rem 0;
}

h2 {
    font-size: 2rem;
}

#startup_contents .contents_box01, #loan_contents .contents_box01 {
    flex-direction: column;
}

#startup_contents .contents_box01 a, #loan_contents .contents_box01 a {
    width: 100%;
    margin-bottom: 3rem;
}

#saving_contents {
    /* width: 90%; */
    padding: 6rem 0 4rem 0;
}

#saving_contents .contents_box01 {
    flex-direction: column;
}

#saving_contents .contents_box01 a {
    width: 100%;
    margin-bottom: 3rem;
}

#startup_contents .contents_box01 p, #loan_contents .contents_box01 p {
    font-size: 1.5rem;
}

#saving_contents .contents_box01 p {
    font-size: 1.5rem;
}

#service {
    padding: 6rem 0 2rem 0;
}

#service .contents_box01 {
    /* flex-direction: column; */
    margin: 4rem auto 0 auto;
}

#service .contents_box01 a {
    width: 49%;
    /* font-size: 6rem; */
    margin-bottom: 3rem;
}

#WhitePaper {
    padding: 6rem 0 4rem 0;
}

#WhitePaper .contents_box01 {
    margin: 4rem auto 0 auto;
}

#WhitePaper .contents_box01 li {
    width: 100%;
    margin-bottom: 3rem;
}

#WhitePaper .contents_box01 li p {
    font-size: 1.5rem;
    padding: 2rem 1rem;
}

.top_contact_wrapper {
    padding: 4rem 0;
    overflow: hidden;
    width: 100%;
}

.top_contact_txt01 {
    padding: 15px;
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin: 0 5%;
}

.top_contact_in {
    flex-direction: column;
    align-items: flex-start;
    /* margin-top: 1rem; */
    margin: 1rem 5%;
}

#service .contents_box01 p {
    font-size: 1.6rem;
    line-height: 1.25;
    padding: 1.5rem 0;
    /* margin-top: auto; */
}

#service .contents_box01 li {
    background-size: 18%;
}

p.top_contact_tel_in {
    margin-bottom: 0;
}
.top_contact_tel .pc_tel{
  display: none;
}
.top_contact_tel .sp_tel{
  display: inherit;
}

p.top_contact_btn a {
    padding: 2rem 5.4rem 2rem 2.4rem;
    background-size: 10%;
    margin-top: 2rem;
}

p.top_contact_img01 {
    width: 45%;
    right: -20px;
}
.top_contact_txt01:before {
    right: inherit;
    margin-top: inherit;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ffffff;
}

p.company_txt01 {
    font-size: 1.6rem;
    margin: 2rem;
}

.top_company_cont01 {
    margin: 4rem 0 2rem 0;
    flex-direction: column;
    align-items: center;
}

.top_company_cont01>img {
    width: 100%;
    margin-bottom: 2rem;
}

.top_company_cont01 dl {
    flex-direction: column;
    padding: 1rem;
}

.top_company_cont01 dl dt {
    width: 100%;
    /* border-bottom: none; */
    margin-bottom: 0.5rem;
}

.top_company_cont01 dl dd {
    width: 100%;
    border-bottom: none;
    margin-bottom: 1.5rem;
}

p.company_txt02 {
    font-size: 1.6rem;
}

.top_company_cont02 ul {
    width: 100%;
    margin: 30vw 0 0 0;
}

.top_company_cont02 ul li {
    width: 49%;
}

.top_company_cont02 ul li a {
    padding: 1rem;
    margin-bottom: 1rem;
}

.top_company_cont02 ul li a:after {
    width: 6px;
    height: 9px;
    background-size: contain;
}

p.top_company_img02 {
    top: -4rem;
    /* left: 30px; */
}

section#company {
    padding-bottom: 3rem;
}

#topicks dl {
    flex-direction: column;
}

#topicks dl dd,
#topicks dl dt{
    width: 100%;
}
}
/* -------------------------------------------- */
/*   footer                                    */
/* -------------------------------------------- */
footer {
     margin-top: 0; 
    padding-top: 0;
}
/*member*/
.v2023-ft-member{
    background-color: #00428a;
    color: #fff;
    padding: 15px 0;
}
.v2023-ft-member h3{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
    font-family: 'Noto Serif JP', serif;
}
.v2023-ft-member .fl-member-box{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.v2023-ft-member .fl-member-box .item-mem{
    position: relative;
    flex-basis: 49%;
    border: 1px solid #65779A;
}
.v2023-ft-member .fl-member-box .item-mem:nth-child(2),
.v2023-ft-member .fl-member-box .item-mem:nth-child(3),
.v2023-ft-member .fl-member-box .item-mem:nth-child(6),
.v2023-ft-member .fl-member-box .item-mem:nth-child(7){
    background: #004fa2;
}
.v2023-ft-member .fl-member-box .item-mem img.mem-img{
    position: absolute;
    top: 15px;
    left:15px;
    margin: 0;
}
.v2023-ft-member .fl-member-box .item-mem h4{
    font-weight: bold;
    font-size: 16px;
    padding-top: 20px;
    padding-left: 110px;
    padding-right: 20px;
    margin: 0;
}
.v2023-ft-member .fl-member-box .item-mem p{
    font-size: 14px;
    padding-left: 110px;
    padding-right: 20px;
    line-height: 1.5em;
    margin-top: 12px;
    text-align: left;
}
	/*SP member*/
@media (max-width: 768px){  
    .v2023-ft-member{
        padding: 10px 0 0 0;
    }
    .v2023-ft-member h3{
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 12px;
    }
    .v2023-ft-member .fl-member-box{
        margin-bottom: 0px;
    }
    .v2023-ft-member .fl-member-box .item-mem{
        flex-basis: 100%;
        border-bottom: 0;
        padding-bottom: 10px;
    }
.v2023-ft-member .fl-member-box .item-mem:nth-child(4){
    background: #004fa2;
}
.v2023-ft-member .fl-member-box .item-mem:nth-child(3),
.v2023-ft-member .fl-member-box .item-mem:nth-child(7){
    background: inherit;
}

    .v2023-ft-member .fl-member-box .item-mem img.mem-img{
        width: 60px;
        top: 10px;
        left:10px;
        margin: 0;
    }
    .v2023-ft-member .fl-member-box .item-mem h4{
        font-size: 15px;
        padding-top: 10px;
        padding-left: 80px;
        padding-right: 10px;
        margin: 0;
    }
    .v2023-ft-member .fl-member-box .item-mem p{
        font-size: 13px;
        padding-left: 80px;
        padding-right: 10px;
        line-height: 1.5em;
        margin-top: 12px;
        /* padding-bottom: 10px; */
    }
}
/*all footer*/
.all-footer{
    background-color:#00428a;
    color: #fff;
}
.all-footer .v2023-flexbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 10px;
}
.all-footer .v2023-flexbox .fl-item{
    position: relative;
    flex-basis: 49%;
    text-decoration: none;
}
.all-footer .v2023-flexbox .sns-img-link{
    padding-bottom: 10px;
    min-height:45px;
}
.all-footer .v2023-flexbox .sns-img-link a{ padding: 0px 15px; }
.all-footer .v2023-flexbox .sns-img-link a img{ margin:15px 0 ; }
.all-footer .v2023-flexbox .com-link{
    padding-top: 30px;
    padding-bottom: 10px;
}
.all-footer .v2023-flexbox .com-link a{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-right: 20px;
}
.all-footer .v2023-flexbox .office-lists{
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.7em;
}
.all-footer .copyright{
    font-size: 13px;
    text-align: center;
    padding-bottom: 54px;
}
/* -------------------------------------------- */
/*   Ã£â€šÂ¹Ã£Æ’Å¾Ã£Æ’â€ºÃ¥â€ºÂºÃ¥Â®Å¡Ã£Æ’â€¢Ã£Æ’Æ’Ã£â€šÂ¿Ã£Æ’Â¼                         */
/* -------------------------------------------- */

p.sp-fixedmenu_btn_02_txt {
    width: 18%;
    font-size: 12px;
    line-height: 1.25;
    background: #fff;
    color: #045eac;
    padding: 1px;
    border-radius: 4px;
}

span.sp-fixedmenu_btn_02_txt02 {
    font-weight: normal;
    font-size: 10px;
}
.v2022-sp-fixedmenu02 p{
  margin: 0 5px 0 0;
}
.v2022-sp-fixedmenu02 {
    padding: 0;
}
.v2022-sp-telbt_02 lottie-player {
    width: 12% !important;
    height: 12% !important;
}

/* -------------------------------------------- */
/*   Ã£â€šÂ¹Ã£Æ’Å¾Ã£Æ’â€ºÃ¥â€ºÂºÃ¥Â®Å¡Ã£Æ’ËœÃ£Æ’Æ’Ã£Æ’â‚¬Ã£Æ’Â¼                         */
/* -------------------------------------------- */
@media (max-width: 768px){
  .v2020-gmenu ul li:nth-child(1) a, .v2020-gmenu ul li:nth-child(2) a, .v2020-gmenu ul li:nth-child(3) a, .v2020-gmenu ul li:nth-child(4) a, .v2020-gmenu ul li:nth-child(5) a, .v2020-gmenu ul li:nth-child(6) a {
      background-image: none;
    padding: 0;
    padding: 2px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* -------------------------------------------- */
/*   Ã£Æ’â€¢Ã£Æ’Â­Ã£Æ’Â¼Ã£Æ’â€ Ã£â€šÂ£Ã£Æ’Â³Ã£â€šÂ°CTA                         */
/* -------------------------------------------- */
#cta_wrapper {
    width: 50%;
    margin: 0 auto;
    background-image: linear-gradient(90deg, rgba(184, 247, 255, 1), rgba(202, 230, 255, 1));
    border-radius: 8px 8px 0 0; 
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom:10px;
    opacity: 0;
}

.cta_in {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4%;
}

#cta_wrapper>p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #00428a;
    letter-spacing: 1.6px;
    margin-bottom: 5px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  padding: 0 60px;
}
#cta_wrapper>p:before,
#cta_wrapper>p:after {
content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    border-radius: 6px;
    background-color: #004ea2;
}

#cta_wrapper>p:before {
  left:0;
}
#cta_wrapper>p:after {
  right: 0;
}

.cta_tel {
    font-size: 12px;
    /* width: 45%; */
    text-align: center;
}

p.cta_tel_in {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 2%;
}

.cta_tel a {
    font-size: 3.4rem;
    font-weight: 700;
}

.cta_tel_in img {
    width: 14%;
}

.cta_tel_btn a {
color: #333;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5rem 8rem 1.5rem 4.4rem;
  border-radius: 100vw;
  font-size: 2rem;
  background-image: url(images/home2023/icon_mail01.svg);
  background-color: #ffb018;
  background-position: 84% center;
  background-repeat: no-repeat;
}
.cta_tel_btn a:hover{
  animation: shine 1s;
}
@media (max-width: 1250px){
  #cta_wrapper {
    width:80%;
  }
}
@media (max-width: 768px){
  #cta_wrapper {
    display: none;
  }
}
/* -------------------------------------------- */
/*   Ã£â€šÂ¢Ã£Æ’â€¹Ã£Æ’Â¡Ã£Æ’Â¼Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³                                    */
/* -------------------------------------------- */
@keyframes fadeIn{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
/*Ã£â‚¬â‚¬Ã£Æ’â€¢Ã£Æ’Â­Ã£Æ’Â¼Ã£Æ’â€ Ã£â€šÂ£Ã£Æ’Â³Ã£â€šÂ°CTAÃ¥â€¹â€¢Ã£ÂÂÃ£â‚¬â‚¬*/

#cta_wrapper.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
    transform: translateY(100px) translateX(-50%);
	/*transform: translateY(100px);*/
  }
  to {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
/*	transform: translateY(0);*/
  }
}

#cta_wrapper.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
    transform: translateY(0) translateX(-50%);
    /*transform: translateY(0);*/
  }
  to {
  	opacity: 1;
    transform: translateY(100px) translateX(-50%);
	/*transform: translateY(100px);*/
  }
}
/* -------------------------------------------- */

/*   サービス案内                    */

/* -------------------------------------------- */

/* -------------------------------------------- */
  /*start up*/
/* -------------------------------------------- */
 /*style*/
.font_org{
  color:#ff5918;
}
.font_l{
  font-size: 110%;
}
.font_b{
  font-weight:bold;
}
.text_sml{
  font-size: 65%;
}
.font_navy{
  color:#00428a;
}
.sp-disp {
  display: none;
}
.pc-disp {
  display: inherit;
}

@media screen and (max-width: 500px) {

  .sp-disp {
    display: inherit;
  }
  .pc-disp {
    display: none;
  }

}

.blue_u_line{
  background: linear-gradient(transparent 70%, #abf7ff 70%);
}
.cost_tbl_sum{
  font-weight: bold !important;
  background: #fff9ee !important;
}
#service2023_startup{
  font-size: 1.6rem;
  background: #f3f9ff;
}
#service2023_startup .service_mainimg {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(images/service2023/startup_main_pc.jpg);
    background-size: cover;
}
.service_mainimg_wrapper{
  max-width: 945px;
  margin: 0 auto;
  text-align: center;
  padding: 4rem 0 10rem;
  width: 90%;
}
#service2023_startup .service_main_txt {
    margin: 0 0 3rem 0;
    display: flex;
    flex-direction: column-reverse;
    font-family: 'Noto Serif JP', serif;
    align-items: center;
}
#service2023_startup .service_main_txt h1{
    font-weight: 600;
    font-size: 4.8rem;
    letter-spacing: 5px;
    line-height: 1.55;
    /* margin: 3rem 0 3rem 0; */
    display: block;
    flex-direction: inherit;
    color:#00428a;
    text-shadow: 0 0 17px rgb(255 255 255 / 100%);
}
#service2023_startup .service_main_txt p{
  color:#fff;
  text-align: center;
  display: inline-block;
  padding: 8px 40px 10px 40px;
  line-height: 1;
  border-radius: 100vw;
  background: #00428a;
  font-size: 3.2rem;
}
#service2023_startup .service_mainimg_con01{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  /* margin-top: 2rem; */
}
#service2023_startup .service_mainimg_con01 ul li{
    background: url(images/service2023/startup_main_check.png) no-repeat 0 50%;
    padding-left: 60px;
    font-size: 2.8rem;
    line-height: 2;
    text-align: left;
}
.main_txt_line{
  background: linear-gradient(transparent 70%, #f6e267 70%);
}
.font_yellow{
  color: #ffd75d;
}
.main_txt_l{
  font-size:8rem;
}

.service_mainimg_con01 img {
    width: 12%;
    box-shadow: 0 0 17px rgb(0 41 87 / 20%);
}
#startup_gimon{
  max-width: 1160px;
  margin: 0 auto;
  padding: 8rem 0;
  width: 90%;
}
.gimon_area{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 4rem auto 8rem auto;
  width: 90%;
  max-width: 975px;
}
.gimon_area img {
    max-height: 160px;
}
#service2023_startup .gimon_area ul li,
#service2023_hoken .gimon_area ul li,
#service2023_komon .gimon_area ul li{
  background: #fff;
  box-shadow: 0 0 17px rgb(0 41 87 / 20%);
  position: relative;
  /* padding: 20px; */
  width: 204px;
  height: 204px;
  text-align: center;
  color: #00428a;
  letter-spacing: 0.2em;
  border-radius: 50%;
}
#service2023_startup .gimon_area ul li::after,
#service2023_hoken .gimon_area ul li::after,
#service2023_komon .gimon_area ul li::after{
  content: '?';
  position: absolute;
  font-size: 15rem;
  color:rgba(171,247,255,0.40);
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.gimon_list01::before{content: '';position: absolute;display: block;width: 0;height: 0;right: 0;bottom: -4px;border-right: 40px solid #ffffff;border-top: 20px solid transparent;border-bottom: 20px solid transparent;transform: rotate(225deg);filter: drop-shadow(-4px 0px 3px rgb(0 41 87 / 20%));}
.gimon_list02::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 80px;
  top: 99%;
  border-right: 20px solid transparent;
  border-top: 40px solid #ffffff;
  border-left: 20px solid transparent;
  /* transform: rotate(225deg); */
  filter: drop-shadow(0 4px 3px rgb(0 41 87 / 20%));
}
.gimon_list03::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  bottom: -4px;
  border-right: 40px solid #ffffff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  transform: rotate(315deg);
  filter: drop-shadow(-4px 0px 3px rgb(0 41 87 / 20%));
}
.gimon_txt01{
  display: flex;
  justify-content: center;
}
.gimon_txt01 span{
  color: #00428a;
  text-align: center;
  font-weight: 600;
  background: linear-gradient(transparent 70%, #abf7ff 70%);
  font-size: 3rem;
  margin: 0 auto;
}
#service2023_startup .gimon_area ul, 
#service2023_hoken .gimon_area ul,
#service2023_komon .gimon_area ul{
    display: flex;
    justify-content: center;
    gap: 20px;
}
#service2023_startup .gimon_area ul li span,
#service2023_hoken .gimon_area ul li span,
#service2023_komon .gimon_area ul li span{
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 90%;
    text-align:center;
    z-index: 10;
    font-size: 2rem;
}
.startup_contact_img01 {
    position: absolute;
    bottom: 0;
    width: 23%;
    right:0;
}
section#startup_cost {
    margin-top: 12rem;
}

section#startup_cost .tab-wrap {
    margin-top: 8rem;
}

section#startup_cost .tab-switch:checked+.tab-label {
    background: #c1e2ff;
    color: #333333;
}

section#startup_cost .tab-label {
    padding: 2rem 0;
    background: #abf7ff;
    color: #333;
    font-size: 2rem;
}

section#startup_cost .tab-switch:checked+.tab-label+.tab-content {
    background: #c1e2ff;
    border-top: 2px solid #c1e2ff;
    margin-bottom: 8rem;
}

section#startup_cost .cost_tbl01 {
    font-size: 1.6rem;
    max-width: none;
    width: 40%;
    margin: 0;
    border: none;
}
.cost_tbl_area {
    display: flex;
    gap: 20px;
}
.cos_tbl_info{
  padding: 2rem;
}
section#startup_cost .cost_tbl01 .th01{
    text-align: center;
    /* width: 30%; */
    border: none;
    background: #7992a4;
    color: #fff;
    font-weight: 600;
    height: 4.5rem;
}

section#startup_cost .cost_tbl01 .th_col_tit {
    background: #ecf0f3;
    padding: 0 0 0 20px;
}

section#startup_cost .cost_tbl01 td {
    width: 40%;
    text-align: right;
    padding: 0 20px 0 0;
    border: 2px solid #ecf0f3;
}

section#startup_cost .cost_tbl02, section#startup_cost .cost_tbl03 {
    width: 25%;
    margin: 0;
    border: none;
}

section#startup_cost .cost_tbl02 .th01 {
    text-align: center;
    /* width: 30%; */
    border: none;
    background: #00428a;
    color: #fff;
    font-weight: 600;
    /* height: 80px; */
    height: 4.5rem;
}

section#startup_cost .cost_tbl02 td,section#startup_cost .cost_tbl03 td {
    text-align: right;
    padding-right: 20px;
    border: 2px solid #ecf0f3;
    background: #fff;
}

section#startup_cost .cost_tbl01 tr {
    height: 0;
}

section#startup_cost .cost_tbl03 .th01 {
    text-align: center;
    /* width: 30%; */
    border: none;
    background: #ffb018;
    color: #fff;
    font-weight: 600;
    /* height: 80px; */
    height: 4.5rem;
}
.arrow_down{
  text-align: center;
  width: 12%;
  margin: 2rem auto -1.5rem auto;
}
.service_mainimg_con01 img {
    width: 12%;
    box-shadow: 0 0 17px rgb(0 41 87 / 20%);
}
h3.fukidashi_title {
    font-size: 2.4rem;
    font-weight: 600;
    position: relative;
    padding: 20px;
    background: linear-gradient(to right, #0067b5 0%,#00aceb 100%);
    color: #FFFFFF;
    /* display: inline-block; */
    text-align: center;
    width: 65%;
    margin: 0 auto;
    border-radius: 10px;
    line-height: 1.5;
}
h3.fukidashi_title:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    /*bottom: -30px;*/
    bottom: -29px;
    /*border-top: 30px solid #008fd2;*/
    border-top: 30px solid #0089d0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.kousi_box {
    max-width: 975px;
    width: 90%;
    margin: 15px auto 40px auto;
    border: 2px solid #00428a;
    padding: 4rem 4rem 3rem 4rem;
    box-shadow: 0 0 17px rgb(0 41 87 / 20%);
    background: url(images/service2023/kousi_bg.png) repeat;
}

.kousi_box p {
    line-height: 1.75;
    padding-bottom: 1rem;
}

.kousi_box h4 {
    margin: 0 0 2rem 0;
    color: #00428a;
    font-weight: 600;
    border-bottom: 2px solid #00428a;
    padding-bottom: 1rem;
}

.kousi_box dt {
    /* float: left; */
    width: 24%;
    padding-left: 4%;
    margin-bottom: 1.5rem;
    background: url(images/service2023/icon_check02.svg) no-repeat 0 50%;
    background-size: 24px;
    }

.kousi_box dd {
    /* float: right; */
    width: 70%;
    margin-bottom: 1.5rem;
}

.kousi_box dl {
    /* overflow: hidden; */
    margin-bottom: 0;
    display: flex;
}

.kousi_box dt:after {}
section#startup_media {
    background-image: linear-gradient(90deg, rgba(184, 247, 255, 1), rgba(202, 230, 255, 1));
    margin-bottom: 12rem;
}
.blue_box01{
  background: #abf7ff;
  /* padding: 0.5rem; */
  color: #00428a;
  font-size:2.4rem;
}
.startup_media_wrapper {
    /* max-width: 1160px; */
    max-width: 1160px;
    margin: 0 auto;
    padding: 10rem 0 5rem 0;
    width: 90%;
    /* display: flex; */
    justify-content: center;
    /* align-items: flex-end; */
    /* gap: 50px; */
    position: relative;
}

p.startup_media_txt {
    font-size: 2.4rem;
    text-align: center;
    Color: #00428a;
    margin-bottom: 4rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid #00428a;
    font-weight: 600;
    line-height: 1.75;
    position: absolute;
    right: 15%;
    top: -24%;
}

.startup_media_con img {
    margin-right: 20px;
}
.startup_media_con img:first-of-type {
    margin-right: 100px;
}

p.startup_media_txt::before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 15px;
    border-right: 3px solid #00428a;
    /*background-color: #c3edff;*/
    content: "";
    background: linear-gradient(90deg, rgb(196 237 255), rgb(196 237 255));
}

.startup_media_con {
    /* display: flex; */
    position: relative;
}

.startup_media_img {
    display: flex;
    justify-content: center;
    /* gap: 30px; */
    align-items: flex-end;
}

section#startup_flow img {
    /* text-align: center; */
    display: block;
}

picture.flowimg {
    /* text-align: center; */
    max-width: 969px;
    display: block;
    margin: 5rem auto;
}

.flow_box01,.flow_box02 {
    /* max-width: 1160px; */
    width: 90%;
    margin: 6rem auto 0 auto;
    background: #fff;
    box-shadow: 0 0 17px rgb(0 41 87 / 20%);
    padding: 0 4rem 4rem 4rem;
    max-width: 975px;
    position: relative;
}

#startup_muryou h3 {
    font-size: 2.4rem;
    /* padding: 0 0 2rem 3rem; */
    background: linear-gradient(transparent 70%, #abf7ff 70%);
    display: inline-block;
    color: #00428a;
    margin: 0 0 3rem 0;
    font-weight: 600;
}

.flow_box_inner {
    display: flex;
    justify-content: space-between;
}

.flow_box_inner p {
    width: 60%;
    line-height: 1.75;
}

#startup_muryou h2 {
    margin-bottom: 6rem;
}
#startup_muryou img {
    box-shadow: 0 0 17px rgb(0 41 87 / 20%);
}

p.list_num {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #00428a;
    position: relative;
    left: -60px;
    top: -20px;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 2.8rem;
    text-align: center;
    line-height: 60px;
    margin: 0;
}

.flow_box01::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -40px;
    border-top: 40px solid #ffffff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    filter: drop-shadow(0px 5px 3px rgb(0 41 87 / 20%));
}

.flow_box02 {
    margin-bottom: 12rem;
}
.feature_wrapper {
    max-width: 1160px;
    margin: 0 auto;
    padding: 4rem 0 6rem 0;
    width: 90%;
}

.lead_txt {
     text-align: center;
     margin-bottom: 8rem;
     line-height: 1.75;
}
p.feature_num {
    /* font-family: 'Montserrat'; */
    color: #00428a;
    font-size: 1.8rem;
    line-height: 0 !important;
    margin-bottom: 2rem;
}

span.font_xl {
    font-size: 4.8rem;
    font-family: 'Montserrat';
    font-weight: 600;
}

#startup_feature h3 {
    margin: 0 auto;
    font-family: 'Noto Serif JP';
    font-size: 2.8rem;
    font-weight: bold;
    color: #00428a;
}

.feature_area01 {
    /*display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12rem;
    flex-wrap: wrap;*/
    clear:both;
}

.feature_area02 {
/*    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12rem;
    flex-wrap: wrap;*/
    clear:both;
}
/*#startup_feature img {
    box-shadow: 0 0 17px rgb(0 41 87 / 20%);
    width: 45%;
}
*/
.feature_area01 img {
    box-shadow: 0 0 17px rgb(0 41 87 / 20%);
    width: 45%;
    float: right;
    margin-bottom: 12rem;
}
.feature_area01 .feature_title {
    width: 48%;
    float: left;
    margin-bottom: 4rem;
}

.feature_area01 .feature_con,
.feature_area02 .feature_con{
    width: 48%;
    line-height: 1.75;
    /*margin-top: -18.5vw*/
    margin-bottom: 12rem;
}
.feature_area02 .feature_con{
  float: right;
}

.feature_area02 img {
    box-shadow: 0 0 17px rgb(0 41 87 / 20%);
    width: 45%;
    float: left;
    margin-bottom: 12rem;
}
.feature_area02 .feature_title {
    width: 48%;
    float: right;
    margin-bottom: 4rem;
}

.feature_con p{
    line-height: 1.75;
}
.comparison_wrapper{
    max-width: 1160px;
    margin: 0 auto;
    padding: 4rem 0 12rem 0;
    width: 90%;
}
.tbl_comparison{
    max-width: 975px;
    margin: 0 auto;
    text-align: center;
    border-spacing: 3px;
    border-collapse: separate;
    width: 84%;
}
.tbl_comparison th.title_empty{
  background:transparent;
  }
.tbl_comparison th.title_blue01{
  background: #c1e2ff;
  padding: 3rem 0;
  color: #00428a;
  font-weight: 600;
  }
.tbl_comparison th.title_blue02{
  background: #abf7ff;
  padding: 3rem 0;
  color: #00428a;
  font-weight: 600;
  }
  .tbl_comparison td{
    /* background-color: #fff; */
    /* padding: 3rem; */
    text-align: center;
    width: 36%;
    border: none;
    /* border-spacing: 10px; */
    /* height: 260px; */
    /* height: 12px; */
    }
  .tbl_comparison th{
    background: #ecf0f3;
    font-weight: 600;
    padding: 3rem;
    text-align: center;
    /* border-spacing: 10px; */
    height: 9.2vw;
    }
  .tbl_comparison td.triangle{
      background: url(images/service2023/icon_triangle.svg) no-repeat 50% 50% #fff;
      background-size: 25%;
}
  .tbl_comparison td.circle{
      background: url(images/service2023/icon_circle.svg) no-repeat 50% 50% #fff;
      background-size: 25%;
}
  .tbl_comparison td.batsu{
      background: url(images/service2023/icon_batsu.svg) no-repeat 50% 50% #fff;
      background-size: 25%;
}
.company_wrapper {
    max-width: 1160px;
    margin: 0 auto;
    padding: 8rem 0;
    width: 90%;
}

section#startup_company {
    background-image: linear-gradient(90deg, rgba(0, 103, 181, 1), rgba(0, 172, 235, 1));
    z-index: 0;
    position: relative;
}

#startup_company .top_tit_en {
    color: #fff !important;
}

#startup_company .top_tit_en:before, #startup_company .top_tit_en:after {
    background-color: #fff;
}

#startup_company h2 {
    color: #fff;
}

.company_area {
    background: rgb(204 238 250 / 80%);
    padding: 4rem 5rem 1rem 5rem;
    margin: 8rem auto;
    max-width: 975px;
}

.company_area dl {
    display: flex;
    flex-wrap: wrap;
}

.company_area dl dt {
    width: 30%;
    margin-top: 2rem;
    border-bottom: 1px solid #004ea2;
    padding-bottom: 2rem;
    color: #00428a;
}

.company_area dl dd {
    width: 70%;
    border-bottom: 1px solid #004ea2;
    margin-top: 2rem;
    padding-bottom: 2rem;
}

.company_area p {
    padding-bottom: 1.5rem;
}

/*--------------------------------------------------------------------
ã€€ã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³
--------------------------------------------------------------------*/


.accordion_wapper *, .accordion_wapper *:before, .accordion_wapper *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.accordion_wapper {
	position: relative;
	margin: 0 auto;
	padding-bottom: 140px;
}
.accordion_wapper label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 500px; /* ã‚°ãƒ©ãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³ã®é«˜ã• */
	cursor: pointer;
	text-align: center;
	font-size: 2.4rem;
	margin: 0;
}
.accordion_wapper input:checked + label {
	background: inherit; /* é–‹ã„ãŸæ™‚ã«ã‚°ãƒ©ãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³ã‚’æ¶ˆã™ */
}
.accordion_wapper label:after {
	position: absolute;
	z-index: 2;
	bottom: 50px;
	left: 50%;
	width: 90%;
	display: block;
	padding: 20px;
	content: "設立費用の詳細はこちら　";
	transform: translate(-50%, 0);
	color: #00428a;
	border: 3px solid #003b8e;
	border-radius: 100vw;
	background: url(images/service2023/Icon-plus-circle.svg) no-repeat 68% 50% #fff;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
	text-rendering: auto;
	max-width: 975px;
}
.accordion_wapper input {
	display: none;
}
.accordion_wapper .accordion_area {
	overflow: hidden;
	height: 0; 
	transition: all 0.5s 0s ease;
}
.accordion_wapper .accordion p {
	line-height: 2.2em;
}
.accordion_wapper input:checked + label:after {
	content: "閉じる";
	background: url(images/service2023/Icon-close.svg) no-repeat 70% 50% #fff;
	background-size: 26px;
}
.accordion_wapper input:checked ~ .accordion_area {
	height: auto;
	transition: all 0.5s 0s ease;
}
@media (max-width:767px){  
#service2023_startup .service_mainimg {
    background-image: url(images/service2023/startup_main_sp.jpg);
    background-size: cover;
    height: 91vw;
    /*margin-bottom: 10rem;*/
}
#service2023_startup {
    font-size: 1.3rem;
}

#service2023_startup .service_main_txt p {
    font-size: 1.8rem;
    padding: 8px 12px 10px 12px;
}

#service2023_startup .service_main_txt h1 {
    font-size: 2.6rem;
    letter-spacing: 0;
    margin-top: 2.5rem;
    margin-left: -5%;
}

.main_txt_l {
    font-size: 4.2rem;
}

.service_mainimg_con01 img {
    display: none;
}

#service2023_startup .service_mainimg_con01 ul li {
    font-size: 1.6rem;
    padding-left: 30px;
    background-size: 8%;
}

#service2023_startup .service_main_txt {
    /* justify-content: flex-start; */
    align-items: flex-start;
}

#service2023_startup .service_mainimg_con01 {justify-content: flex-start;}

#service2023_startup .gimon_area ul li,
#service2023_hoken .gimon_area ul li,
#service2023_komon .gimon_area ul li{
    width: 30vw;
    height: 30vw;
}

.gimon_area {
    flex-wrap: wrap;
    margin: 2rem auto 4rem auto;
}

.gimon_area img {
    max-height: 100px;
}

#service2023_startup .gimon_area img:first-of-type,
#service2023_hoken .gimon_area img:first-of-type,
#service2023_komon .gimon_area img:first-of-type{
    order: 2;
    margin-right: 40px;
}

#service2023_startup .gimon_area img:last-of-type,
#service2023_hoken .gimon_area img:last-of-type,
#service2023_komon .gimon_area img:last-of-type{
    order: 3;
}

#service2023_startup .gimon_area ul li span,
#service2023_hoken .gimon_area ul li span,
#service2023_komon .gimon_area ul li span{
    font-size: 1.2rem;
}

#service2023_startup .gimon_area ul li::after,
#service2023_hoken .gimon_area ul li::after,
#service2023_komon .gimon_area ul li::after{
    font-size: 8rem;
}

#service2023_startup .gimon_area ul,
#service2023_hoken .gimon_area ul,
#service2023_komon .gimon_area ul{
    gap: 0;
    margin-bottom: 2rem;
}

.gimon_list02 {
    margin-top: -60px;
}
.gimon_list01::before {
    border-right: 30px solid #ffffff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    filter: drop-shadow(-12px 0px 6px rgb(0 41 87 / 20%));
}

.gimon_list02::before {
    border-right: 10px solid transparent;
    border-top: 30px solid #ffffff;
    border-left: 10px solid transparent;
    left: 11.8vw;
}

.gimon_list03::before {
    border-right: 30px solid #ffffff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    filter: drop-shadow(-12px 0px 6px rgb(0 41 87 / 20%));
}

.startup_contact_img01 {
    width: 48%;
    right: -10%;
}

#service2023_startup .top_contact_wrapper {
    padding: 4rem 0 2rem 0;
}
#startup_gimon{
  padding: 8rem 0 0 0;
}
.gimon_txt01 span {
    max-width: 100%;
    font-size: 1.8rem;
}

.arrow_down {
    margin: 2rem auto -.5rem auto;
}

.cost_tbl01 img {
    display: none;
}

.cost_tbl01 img {
    display: none;
}

.cost_tbl_area img {
    display: none;
}

.cost_tbl_area {
    gap: 2px;
}

section#startup_cost .cost_tbl01 {
    font-size: 1.2rem;
    width: 48%;
}

section#startup_cost .cost_tbl01 .th_col_tit {
    padding: 0;
}

section#startup_cost .cost_tbl01 td {
    padding: 0;
}

section#startup_cost .cost_tbl01 .th01 {
    width: 0;
    padding: 0;
    height: 3rem;
}

section#startup_cost {
    margin-top: 6rem;
}

section#startup_cost .tab-wrap {
    margin-top: 4rem;
}

section#startup_cost .tab-switch:checked+.tab-label {
    font-size: 1.6rem;
    padding: 1rem 0;
}

section#startup_cost .tab-label {
    font-size: 1.6rem;
    padding: 1rem 0;
}

section#startup_cost .cost_tbl02, section#startup_cost .cost_tbl03 {
    width: 30%;
}

section#startup_cost .cost_tbl02 .th01 {
    height: 3rem;
}

section#startup_cost .cost_tbl02 td, section#startup_cost .cost_tbl03 td {
    padding: 0;
}

section#startup_cost .cost_tbl03 .th01 {
    eight: 4.5rem;
    height: 3rem;
}

section#startup_cost .tab-switch:checked+.tab-label+.tab-content {
    margin-bottom: 4rem;
}

h3.fukidashi_title {
    font-size: 1.6rem;
    width: 90%;
    padding: 10px;
}

span.blue_box01 {
    font-size: 1.8rem;
}

.kousi_box {
    padding: 2rem;
}

.kousi_box dl {
    flex-direction: column;
}

.kousi_box dt {
    width: 100%;
    /* background: url(images/service2023/icon_check02.svg) no-repeat 0 50%; */
    background-size: 16px;
    padding-left: 8%;
    margin-bottom: 0;
}

.kousi_box dd {
    width: 100%;
}

.accordion_wapper input:checked + label {
    font-size: 1.6rem;
}

.accordion_wapper input:checked + label:after {
    padding: 10px 0;
    bottom: 30px;
}

.accordion_wapper {
    padding-bottom: 100px;
}

.startup_media_wrapper {
    /* flex-direction: column; */
    padding: 4rem 0 3rem 0;
}

.flow_box_inner {flex-direction: column;}

.flow_box_inner p {
    width: 100%;
    margin-bottom: 1.5rem;
}

.flow_box01, .flow_box02 {
    padding: 0 2rem 2rem 2rem;
}

#startup_muryou h3 {
    font-size: 2rem;
    margin: 0 0 2rem 0;
}

p.list_num {
    left: -25px;
    width: 60px;
    height: 60px;
}
.feature_box01,.feature_box02 {
    margin-bottom: 6rem;
}


.feature_in {
    width: 100%;
}
.feature_area01 .feature_title ,
.feature_area02 .feature_title {
    width: 100%;
    float:none;
}
.feature_area01 .feature_con ,
.feature_area02 .feature_con {
    width: 100%;
    margin-top: 2rem;
    float:none;
}

#startup_feature h3 {
    font-size: 2rem;
    margin: 0 auto 2rem auto;
}

#startup_feature img {
    width: 100%;
    float:none;
    margin-bottom: 0;
}
span.font_xl {
    font-size: 3rem;
}

p.feature_num {
    font-size: 1.4rem;
}

table.tbl_comparison {
    width: 100%;
}

.tbl_comparison th {
    padding: 0 10px;
}

.comparison_wrapper {
    padding: 2rem 0 6rem 0;
}

.company_wrapper {
    padding: 4rem 0;
}

.company_area {
    margin: 4rem auto;
    padding: 2rem 2rem 1rem 2rem;
}

.accordion_wapper label {
    font-size: 1.6rem;
}

.accordion_wapper label:after {
    background: url(images/service2023/Icon-plus-circle.svg) no-repeat 86% 50% #fff;
    background-size: 10%;
}

p.startup_media_txt {
    font-size: 1.7rem;
    line-height: 1.5;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    right: inherit;
    display: inline-block;
    position: inherit;
}

.startup_media_con img {
    width: 20%;
    margin-right: 10px;
}

.startup_media_con img:first-of-type {
    margin-right: 10px;
    width: 30%;
}

section#startup_media {
    margin-bottom: 6rem;
}
}
/*--------------------------------------------------------------------*/
/*助成金サポート*/
/*--------------------------------------------------------------------*/
article#service2023_joseikin {
    font-size: 1.6rem;
    background: #f3f9ff;
    padding-bottom: 12rem;
}
#service2023_joseikin .service_mainimg_wrapper{
  padding: 0;
  }
#service2023_joseikin .service_mainimg {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(images/service2023/jyoseikin_main_pc.png);
    background-size: cover;
    min-height: 580px;
}
#service2023_joseikin .service_main_txt {
    margin: 0 0 3rem 0;
    font-family: 'Noto Serif JP', serif;
}
#service2023_joseikin .service_main_txt h1 {
    font-weight: 600;
    font-size: 4.8rem;
    letter-spacing: 5px;
    line-height: 1.55;
    display: block;
    flex-direction: inherit;
    color: #ffffff;
    text-shadow: 0px 3px 10px rgba(0, 41, 87, 0.3);
}
section#joseikin_gimon {
    max-width: 1160px;
    margin: 0 auto;
    padding: 6rem 0 6rem 5%;
    position: relative;
    width: 90%;
}
.joseikin_gimon_list {
    width: 50%;
    margin: 0 40px;
}
.joseikin_gimon_lead {
    text-align: center;
    font-size: 2.8rem;
    line-height: 2;
    font-weight: 600;
    margin-bottom: 6rem;
}

.joseikin_gimon_lead p {
    line-height: 2;
}

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

p.joseikin_gimon_lead_txt01:before {}

.joseikin_gimon_lead_txt01:before,.joseikin_gimon_lead_txt01:after {
    content: '';
    width: 3px;
    height: 104px;
    display: inline-block;
    background-color: #00428a;
}

.joseikin_gimon_lead_txt01:before {
    margin-right: 40px;
    transform: rotate(-35deg);
}

.joseikin_gimon_lead_txt01:after {
    margin-left: 40px;
    transform: rotate(35deg);
}

.joseikin_gimon_list li {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px dashed #00428a;
    background: url(images/service2023/icon_check02.svg) no-repeat 0 50%;
    background-size: 4%;
    padding-left: 6%;
}

.jyoseikin_chart_box {
    margin: 6rem auto 0 auto;
}

.jyoseikin_chart_box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 10px 20px; */
    /* column-gap: 10px; */
    margin: 30px;
}

.jyoseikin_chart_box ul li {
    width: 48%;
    line-height: 1.75;
    border: 1px solid #00428a;
    background: #fff;
    padding: 10px;
    min-height: 140px;
}

.jyoseikin_chart_box ul li:nth-of-type(2) {
    width: inherit;
    border: none;
    background: none;
    padding: 0;
    min-height: inherit;
    margin: 0 10px;
}

.jyoseikin_chart_box ul li:nth-of-type(3) span {
    /* background: #fff0fc; */
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    margin: -10px -10px 10px -10px;
    line-height: 1.25;
    background: linear-gradient(to right, #0067b5 0%,#00aceb 100%);
}
@media (max-width:767px){  
article#service2023_joseikin {
    font-size: 1.3rem;
    padding-bottom: 6rem;
}
  #service2023_joseikin .service_mainimg {
    background-image: url(images/service2023/jyoseikin_main_sp.png);
    min-height: 350px;
}
#service2023_joseikin .service_main_txt h1 {
    font-size: 2.4rem;
}
p.joseikin_gimon_lead_txt01 {
    font-size: 2rem;
}

.joseikin_gimon_lead p {
    font-size: 2rem;
}

ul.joseikin_gimon_list {
    width: 100%;
    margin: 3rem 0 2rem 0;
}

#joseikin_gimon .gimon_area {
    width: 100%;
}
.joseikin_gimon_list li {
    font-size: 1.5rem;
}

#joseikin_gimon .gimon_area img:first-of-type {
    order: 2;
    margin-left: 40px;
}

.joseikin_gimon_lead {
    margin-bottom: 3rem;
    font-size: 1.8rem;
    line-height: 1.75;
}

.jyoseikin_chart_box {
    font-size: 1.2rem;
    margin: 3rem auto 0 auto;
}

.jyoseikin_chart_box ul {
    margin: 0 0 20px 0;
}

.jyoseikin_chart_box ul li {
    padding: 5px 3px;
    min-height: 150px;
}

.jyoseikin_chart_box ul li:nth-of-type(2) {
    width: 6%;
    margin: 0 5px;
}

.jyoseikin_chart_box ul li:nth-of-type(3) span {
    margin: -5px -3px 5px -3px;
    padding: 5px 3px;
}

}
/*--------------------------------------------------------------------*/
/*社会保険サポート*/
/*--------------------------------------------------------------------*/
article#service2023_hoken {
    font-size: 1.6rem;
    background: #f3f9ff;
    padding-bottom: 12rem;
}
#service2023_hoken .service_mainimg_wrapper{
  padding: 0;
  }
#service2023_hoken .service_mainimg {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(images/service2023/hoken_main_pc.png);
    background-size: cover;
    min-height: 580px;
}
#service2023_hoken .service_main_txt {
    margin: 0 0 3rem 0;
    font-family: 'Noto Serif JP', serif;
}
#service2023_hoken .service_main_txt h1 {
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.55;
    display: block;
    flex-direction: inherit;
    color: #ffffff;
    text-shadow: 0px 3px 10px rgba(0, 41, 87, 0.3);
}
#service2023_hoken .main_txt_l{
  font-size:4.8rem;
}
#service2023_hoken .feature_wrapper{
  margin-top: 8rem;
}
.hoken_lead{
  text-align: center;
  margin: 0 0 2rem 0;
  line-height: 1.75;
  clear: both;
}
@media (max-width:767px){  
  #service2023_hoken .service_mainimg {
    background-image: url(images/service2023/hoken_main_sp.png);
    min-height: 350px;
}
#service2023_hoken .service_main_txt h1 {
    font-size: 2.4rem;
}
#service2023_hoken .main_txt_l{
  font-size:3.2rem;
}

}
/*--------------------------------------------------------------------*/
/*融資サポート*/
/*--------------------------------------------------------------------*/
article#service2023_yuushi {
    font-size: 1.6rem;
    background: #f3f9ff;
    padding-bottom: 12rem;
}
#service2023_yuushi .service_mainimg_wrapper{
  padding: 0;
  }
#service2023_yuushi .service_mainimg {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(images/service2023/yuusi_main_pc.png);
    background-size: cover;
    min-height: 580px;
    margin-bottom: 8rem;
}
#service2023_yuushi .service_main_txt {
    margin: 0 0 3rem 0;
    font-family: 'Noto Serif JP', serif;
}
#service2023_yuushi .service_main_txt h1 {
    font-weight: 600;
    font-size: 4rem;
    letter-spacing: 5px;
    line-height: 1.55;
    display: block;
    flex-direction: inherit;
    color: #ffffff;
    text-shadow: 0px 3px 10px rgba(0, 41, 87, 0.3);
}
#service2023_yuushi .main_txt_l{
  font-size:3rem;
}
#service2023_yuushi .feature_wrapper{
  margin-top: 8rem;
  padding: 0;
}
.yuusi_shinseido{
  max-width: 1160px;
  margin: 0 auto;
  padding: 4rem 0 8rem 0;
  width: 90%;
}
.yuusi_shinseido ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yuusi_shinseido ul li{
  position: relative;
  display: flex;
  flex-direction:column;
  justify-content: flex-start;
  box-shadow: 0 0 17px rgb(0 41 87 / 20%);
  padding: 30px;
  background: #fff;
  width: 22%;
  align-items: center;
  box-shadow: 0 0 17px rgb(0 41 87 / 20%);
  margin-bottom: 4rem;
}
.yuusi_shinseido ul li p:last-of-type{
  line-height: 1.75;
}
.white_box_num {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #00428a;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 2.4rem;
    text-align: center;
    line-height: 50px;
    margin: 0;
}
.yuusi_shinseido ul:after{
  content:"";
  display: block;
  width:24%;
}
#service2023_yuushi .hoken_lead {
    margin: 4rem 0 6rem 0;
}
@media (max-width:767px){  
  #service2023_yuushi .service_mainimg {
    background-image: url(images/service2023/yuusi_main_sp.png);
    min-height: 350px;
}
#service2023_yuushi .service_main_txt h1 {
    font-size: 2.4rem;
    letter-spacing: 0;
}
.yuusi_shinseido ul li{
  width: 46%;
  padding: 15px;
}
.white_box_num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2rem;
}

.yuusi_shinseido ul li img {
    width: 75%;
}
.yuusi_shinseido ul:after{
  content:"";
  display: block;
  width:42%;
}
}
/*--------------------------------------------------------------------*/
/*税理士顧問*/
/*--------------------------------------------------------------------*/
article#service2023_komon {
    font-size: 1.6rem;
    background: #f3f9ff;
    padding-bottom: 12rem;
}
#service2023_komon .service_mainimg_wrapper{
  padding: 0;
  }
#service2023_komon .service_mainimg {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(images/service2023/komon_main_pc.jpg);
    background-size: cover;
    min-height: 580px;
     margin-bottom: 8rem; 
     vertical-align: top;
}
#service2023_komon .service_main_txt {
    margin: 0 0 3rem 0;
    font-family: 'Noto Serif JP', serif;
}
#service2023_komon .service_main_txt h1 {
    font-weight: 600;
    font-size: 4rem;
    letter-spacing: 5px;
    line-height: 1.55;
    display: block;
    flex-direction: inherit;
    color: #ffffff;
   text-shadow: 0px 3px 10px rgba(0, 41, 87, 0.3);
}
#service2023_komon .main_txt_l{
  font-size:4.4rem;
}
#service2023_komon .tax_service_wrapper,
#service2023_komon .komon_cost_wrapper{
  max-width: 1160px;
  margin: 0 auto;
  padding: 8rem 0;
  width: 90%;
}
#service2023_komon .tax_service_wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service2023_komon .tax_service_wrapper li{
  background: #fff;
  position: relative;
  width: 48%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 17px 0px rgba(0, 41, 87, 0.14);
  margin-bottom: 4rem;
}
.tax_service_wrapper h3{
  font-size: 2.4rem;
  color: #00428a;
  margin: 2rem 0;
  font-weight: 600;
}
.tax_service_txt{
  flex-grow: 1;
  line-height: 1.75;
  margin-bottom: 2rem;
}
#komon_cost{
  background: #c1e2ff;
  margin-bottom: 8rem;
}
#komon_cost .komon_cost_wrapper{
  position: relative;
}

.komon_cost_osusume{
    font-weight: 600;
    position: relative;
    padding: 15px 30px;
    background: #ffb018;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    line-height: 1.5;
    position: absolute;
    left: 52%;
    top: 18rem;
  }
.komon_cost_osusume:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    border-top: 30px solid #ffb018;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.komon_cost_tbl{
    max-width: 975px;
    margin: 12rem auto 2rem auto;
    text-align: center;
    width: 84%;
}
.komon_cost_tbl th{
  background: #ecf0f3;
  font-weight: 600;
  padding: 2rem 3rem;
  text-align: center;
  width: 15%;
  /* height: 9.2vw; */
  border: 2px solid #fff;
}
.komon_cost_tbl td{
  text-align: center;
  padding: 3rem;
  background: #fff;
  border: 2px solid #ecf0f3;
  vertical-align: top;
}
.komon_cost_tbl th.cost_title01{
  background: #aebecc;
  color: #fff;
  width: 25%;
}
.komon_cost_tbl th.cost_title02{
  background: #00428a;
  color: #fff;
  width: 25%;
}
.komon_jikeiplan li {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    background: url(images/service2023/icon_check02.svg) no-repeat 0 50%;
    background-size: 3%;
    padding-left: 5%;
}
  #service2023_komon .kousi_box h4 {
    font-family: 'Noto Serif JP';
    text-align: center;
    margin-bottom: 4rem;
}
@media (max-width:767px){  
article#service2023_komon{
    font-size: 1.3rem;
}
  #service2023_komon .service_mainimg {
    background-image: url(images/service2023/komon_main_sp.jpg);
    min-height: 350px;
    margin-bottom: 4rem;
}
#service2023_komon .tax_service_wrapper li{
  width: 100%;
}
#service2023_komon .service_main_txt h1 {
    font-size: 2.4rem;
    letter-spacing: 0;
}
#service2023_komon .main_txt_l{
  font-size:2.8rem;
}
.tax_service_wrapper h3{
  font-size: 2rem;
}
.komon_cost_osusume{
    padding: 10px 20px;
    position: absolute;
    left: 52%;
    top: 12rem;
  }
.komon_cost_osusume:before {
    bottom: -20px;
    border-top: 20px solid #ffb018;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.komon_cost_tbl{
    margin: 9rem auto 1rem auto;
    width: 100%;
}
.komon_cost_tbl th{
  padding: 1rem 1.5rem;
  text-align: center;
  width: 10%;
  /* height: 9.2vw; */
  border: 2px solid #fff;
}
.komon_cost_tbl th.cost_title01,
.komon_cost_tbl th.cost_title02{
  width: 30%;
}
.komon_cost_tbl td{
  text-align: center;
  padding: 1rem 0;
  background: #fff;
  border: 2px solid #ecf0f3;
}
#service2023_komon .tax_service_wrapper, #service2023_komon .komon_cost_wrapper {
    padding: 4rem 0;
}
.komon_jikeiplan li {
    font-size: 1.4rem;
    background: url(images/service2023/icon_check02.svg) no-repeat 0 30%;
    background-size: 6%;
    padding-left: 10%;
}
#service2023_komon .gimon_area ul {
    gap: 30px;
}
}
/*--------------------------------------------------------------------*/
/*許認可申請*/
/*--------------------------------------------------------------------*/
article#service2023_kyoninnka{
    font-size: 1.6rem;
    background: #f3f9ff;
    padding-bottom: 12rem;
}

#service2023_kyoninnka .service_mainimg{
  margin-bottom: 6rem;
}
#kyoninnka_cost{
  background: #c1e2ff;
  margin-bottom: 8rem;
}
#kyoninnka_cost .kyoninnka_cost_wrapper{
      max-width: 1160px;
    margin: 0 auto;
    padding: 8rem 0;
    width: 90%;
}
.kyoninnka_tbl{
    max-width: 975px;
    margin: 4rem auto 4rem auto;
    width: 84%;
}
.kyoninnka_tbl th{
  background: #00428a;
  font-weight: 600;
  padding: 2rem 3rem;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
}
.kyoninnka_tbl td{
  text-align: center;
  padding: 3rem;
  background: #fff;
  border: 2px solid #ecf0f3;
  vertical-align: middle;
}
.kyoninnka_tbl td.kyoninnka_tbl_tit{
  background: #ecf0f3;
  font-weight: 600;
  border: 2px solid #fff;
  }
@media (max-width:767px){  
article#service2023_kyoninnka{
    font-size: 1.3rem;
}
.kyoninnka_tbl td {
    padding: 0;
}

.kyoninnka_tbl {
    font-size: 1.2rem;
    width: 100%;
}

.kyoninnka_tbl th {
    padding: 0;
}
.kyoninnka_tbl td.kyoninnka_tbl_tit{
    writing-mode: vertical-rl;
    padding: 1.5rem 0;
  }
}

/*--------------------------------------------------------------------*/
/*fotter*/
/*--------------------------------------------------------------------*/
.bt_top_navi {
    bottom: 125px;
}


.kakomiBox01 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #3989D4;
    border-radius: 8px;
}
.kakomiBox01 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #3989D4;
    font-weight: bold;
}
.page-home-content .kakomiBox01 p,
.page-home-content .kakomiBox01 ul,
.page-home-content .kakomiBox01 ol,
.page-home-content .kakomiBox01 li {
    margin: 0; 
    padding: 0;
	border: 0 none;
}

.page-home-content .kakomiBox01 ul,
.page-home-content .kakomiBox01 ol {
	margin-top: 0.8em;
	border-bottom: 0 none;
}

.page-home-content .kakomiBox01 li {
	margin:  0 0 0.2em 0;
	padding: 0 0 0 1.1em;
	position: relative;
	list-style: none;
	font-weight: normal;
}

.page-home-content .kakomiBox01 ol,.page-home-content .kakomiBox01 ol li {
	list-style: decimal;
}

.page-home-content .kakomiBox01 ol li {
	margin: 0 0 0.2em 1.1em;
	padding: 0;
}

.page-home-content .kakomiBox01 ul li:before {
    border-radius: 50%;
    width: 0.2em;
    height: 0.2em;
    display: block;
    position: absolute;
    left: 0;
    top: 0.6em;
    content: "";
    background: #3989D4;
}

.cta_tel_btn a {
      background-image: url(https://vs-group.jp/tax/startup/zenkoku/wp-content/themes/venture/images/home2023/icon_mail01.svg);
}

/*TOP 202310*/
.header-202310{
 position: relative;
 z-index:10000;
}
.menu-fixed{ position: fixed;}
.header-202310 .v2020-mes,.header-202310 .v2020-link{ display: none; }
@media (max-width: 768px){
	.header-202310{ z-index:100;}
    .hd-home{display: none;}
    .v2020-submenu{display: none;}
}

/*add 20231204この記事でわかること用*/
div.usefulpoints h2, div.usefulpoints h3 {
	background: 0 0;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
}
.page-home-content div.usefulpoints h2:before{
	content: ""; 	
 }

 div.usefulpoints li:before {
 	color: #f18200;
 }

 /*202312 g menu*/
@media (max-width: 768px){
    .sp-gmenu ul li:nth-child(1),.sp-gmenu ul li:nth-child(2),.sp-gmenu ul li:nth-child(3) { flex-basis: 33.3%; }
    .sp-gmenu ul li:nth-child(1) a,.sp-gmenu ul li:nth-child(2) a,.sp-gmenu ul li:nth-child(3) a{
        font-size: 14px;
        background-image:none;
    }
    .sp-gmenu ul li:nth-child(1) a,.sp-gmenu ul li:nth-child(3) a{
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .sp-gmenu ul li:nth-child(2) a{
        padding-top: 4px;
        padding-bottom: 2px;
    }
}

