@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');
/*-----	common
------------------------------------------------ */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-hd-title {
  color: var(--keyc);
  font-size: clamp(2.2rem, 1.667rem + 1.78vw, 3rem);
}
.c-title {
  margin-bottom: 1em;
  color: var(--keyc);
  font-size: clamp(2rem, 1.867rem + 0.44vw, 2.4rem);
}
.c-stitle {
  margin-bottom: .8em;
  font-size: clamp(1.6rem, 1.467rem + 0.44vw, 1.8rem);
}
/*-----	top
------------------------------------------------ */
.top-main img {
  width: 100%;
}
.top-news {
  padding: 60px 0;
}
.top-news .inner {
  display: flex;
  gap: 20px 5%;
}
.top-news .c-title {
  color: var(--keyc);
}

.tnews-btn a{
    display: inline-block;
    font-size:1.4rem;
    padding: .2em 1em;
    color: #fff;
    border-radius: 100vmax;
    background: var(--keyc);
}
.news-list {
  flex: 1;
  border-bottom: 1px solid #ddd;
}
.news-list li {
    padding:.5em 0;
  border-top: 1px solid #ddd;
}
.news-list li a{
    display: block;
    padding:.5em .5em;
}
.news-list li a:hover{
     background: rgb(var(--keyc-rgb) / .1); 
        transition : all 0.5s;
}




.tbox {
  padding: 60px 0;
}
.top-service {
  text-align: center;
  background: rgb(var(--keyc-rgb) / .1);
}
.top-service .flx {
  gap: 3em 2%;
}
.top-service .service-item {
  color: #5c5c5c;
}
.service-head {
  position: relative;
  font-weight: bold;
  color: #5c5c5c;
  margin-bottom: 100px;
  background: #fff;
}
.service-head .service-cath {
  padding: 10px 4%;
}
.service-head::after {
  content: url("../images/top_service_aroow.png");
  position: absolute;
  bottom: -80px;
  left: 45%;
}
.service-bcont {
  padding: 10px 4%;
  background: #fff;
}
.top-service .service-res {
  position: relative;
  padding: 30px 4% 20px;
  background: #F0E2E1;
  clip-path: polygon(0 0, 50% 20%, 100% 0, 100% 100%, 0% 100%);
}
.top-service .c-title {
    margin-bottom:0;
  padding: 3% 5%;
  color: #fff;
  font-size: clamp(1.8rem, 1.667rem + 0.44vw, 2rem);
  background: var(--keyc);
}


.top-service .service-ctg.flx {
  gap: 1.5em;
  justify-content: flex-start;
    align-items: center;
}
.top-service .service-ctg.flx p {
    display: inline-block;
  padding: .2em .4em;
  font-size: 1.4rem;
  background: rgb(var(--keyc-rgb) / .1);
  border-radius: .5em;
}
.service-lead, .service-ctg, .service-list {
  margin-top: 1em;
  text-align: left;
}
.top-more {
  background: var(--keyc);
}
.top-more .c-title, .top-contact .c-title {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.top-more-list {
  width: min(92%, 800px);
  margin: auto;
  display: flex;
  gap: 20px 5%;
}
.top-contact .c-title {
  color: var(--keyc);
  text-align: center;
}
.top-contact {
  padding: 60px 0;
}
.contact-cont {
  width: min(92%, 800px);
  margin: auto;
}



.top-plan {
  padding: 60px 0;
  background: rgb(var(--keyc-rgb) / .1);
}
.top-plan .c-title {
  color: var(--keyc);
  text-align: center;
}

.top-plan-inner {
  padding: 30px;
  background: #fff;
}

.top-plan-cont{
    padding:1.5em;
     background: rgb(var(--keyc-rgb) / .1); 
    border-radius: .5em;
}
.top-plan-cont .c-stitle{
      color: var(--keyc);
}
.top-plan-cont dl{
    margin-top:1.5rem;
}
.top-plan-cont dt{
    font-weight:700;
}

.plan-box{
 width:100%;
margin: 50px auto;
}
.plan-list {
 width: 100%;
      width: auto;
  border-bottom: 1px solid #ddd;
}
.size {
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
  color: #666;
}


.plan-list tbody th, 
.plan-list tbody td {
  padding: .5em;
  border: 1px solid #ddd;
}
.plan-list thead th {
  padding: 1em .2em 1em;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  width: 16%;
  border-right: 1px solid #ddd;
  vertical-align: top;
}
.plan-list thead th p {
  margin-top: .5em;
  font-size: 14px;
  font-weight: normal;
}


.plan-list tbody th {
  width: 20%;
  text-align: left;
  font-weight: normal;
}
.plan-list tbody th span {
  display: block;
  font-size: 1.4rem;
}

.plan-list tbody td{
    white-space: pre-wrap;
      text-align: center;
}

.plan-list tbody td i {
  color: #888;
}

@media screen and (max-width: 980px) {
.plan-box{
 width: min(96%, 1200px);
 overflow-x: scroll;
     white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
    
    
    
    
    
}
    
@media screen and (max-width: 768px) {
    .top-service > .flx {
        flex-direction: column;
}
    .top-news .inner {
   flex-direction: column;
}
    .tnews-title{
        display: flex;
        justify-content: space-between;
    }
    
}



/*-----	contents
------------------------------------------------ */
.ctitle-section {
  padding: 3em 0;
  text-align: center;
  color: var(--keyc);
}
.contents-wrapper {
  padding: 30px 0;
  background: rgb(var(--keyc-rgb) / .3);
}
.contents-container {
  width: min(92%, 900px);
  margin: auto;
  padding: 5vw;
  background: #fff;
}
/*-----	about
------------------------------------------------ */
.about .c-txt p {
  margin-bottom: 1em;
}
.about .fgroup {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 10px;
  border-bottom: 1px solid #D8D8D8;
}
.about .fgroup_inner {
  margin-top: 10px;
}
.about .fgroup:first-child {
  border-top: 1px solid #D8D8D8;
}
.about .fgroup_l {
  width: 28%;
  font-weight: bold;
}
.about .fgroup_r {
  width: 72%;
}
.strengths dl {
  margin-top: .5em;
  display: flex;
  gap: 10px 3%;
  padding: 1.6rem;
  border-bottom: 1px solid #ddd;
}
.strengths dt {
  width: 35%;
  font-weight: 700;
}
.strengths dd {
  flex: 1;
}
.flow li {
  position: relative;
}
.flow li + li::before {
  content: "\f13a";
  display: block;
  margin: .8em 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.2rem;
  text-align: center;
}
.flow dl {
  padding: 1em;
  display: flex;
  gap: .5em 3%;
  text-align: center;
  background: rgb(var(--keyc-rgb) / .1);
  border-radius: .5em;
}
.flow dt {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .strengths dl, .flow dl {
    flex-direction: column;
  }
  .strengths dt {
    width: 100%;
  }
}
/*-----		news
------------------------------------------------ */
.news .news-snav{
    display: flex;
    gap:10px;
}
.news .news-snav li{

}
.news .news-snav li a{
    padding:.2em 1em;
     background: rgb(var(--keyc-rgb) / .2); 
    border-radius: .5em;
}
.postlist{
    margin-top:3em;
    border-top:1px solid #ddd;
}
.postlist li{
    padding:.5em 0;
border-bottom:1px solid #ddd;
}
.postlist li a{
    display: block;
    padding:.5em .5em;
}
.postlist li a:hover{
     background: rgb(var(--keyc-rgb) / .1); 
        transition : all 0.5s;
}
.news-article-head{
    margin-bottom:1em;
     padding-bottom:1em;
    border-bottom:1px solid #ddd;
}
.news-article-head .date{
    margin-bottom:.5em;
}
.news-btm-btn{
    margin-top:3em;
    text-align: center;
}
.news-btm-btn a{
  display: inline-block;
  font-size: 1.6rem;
  padding: .4em 2em;
  color: #fff;
  border-radius: 100vmax;
  background: var(--cl-main);

}
.news-btm-btn a:visited{
    color:#fff;
}



/*-----		term policy
------------------------------------------------ */
.term-policy .c-title {
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #ddd;
}
.trm-list {
  margin-top: 1em;
}
.trm-list li {
  position: relative;
  margin-top: .8em;
}
.trm-list-01 li {
  margin-left: 2rem;
}
.trm-list-01 > li {
  list-style: decimal;
}
.trm-list-01 li::marker {}
.trm-list-02 li {
  margin-left: 3rem;
}
.trm-list-02 li:before {
  position: absolute;
  content: "("counter(list-item) ")";
  right: calc(100% + 1rem);
}