@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(var(--fs-22), 0.486rem + 1.85vw, var(--fs-30));
}
.c-title {
  margin-bottom: 1rem;
  color: var(--keyc);
  font-size: clamp(var(--fs-20), 1.467rem + 0.44vw, var(--fs-24));
}
.c-stitle {
  margin-bottom: .8rem;
  font-size: clamp(var(--fs-16), 0.903rem + 0.46vw, var(--fs-18));
}
/*-----	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: var(--fs-16);
  padding: .2rem 1rem;
  color: #fff;
  border-radius: calc(infinity * 1px);
  background: var(--keyc);
}
.news-list {
  flex: 1;
  border-bottom: 1px solid #ddd;
}
.news-list li {
  padding: .5rem 0;
  border-top: 1px solid #ddd;
}
.news-list li a {
  display: block;
  padding: .5rem .5rem;
}
.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: 3rem 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(var(--fs-18), 0.903rem + 0.46vw, var(--fs-20));
  background: var(--keyc);
}
.top-service .service-ctg.flx {
  gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
}
.top-service .service-ctg.flx p {
  display: inline-block;
  padding: .2rem .4rem;
  font-size: var(--fs-14);
  background: rgb(var(--keyc-rgb) / .1);
  border-radius: .5rem;
}
.service-lead, .service-ctg, .service-list {
  margin-top: 1rem;
  text-align: left;
}
.top-more {
  background: var(--keyc);
}
.top-more .c-title, .top-contact .c-title {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
.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.5rem;
  background: rgb(var(--keyc-rgb) / .1);
  border-radius: .5rem;
}
.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: 60px auto;
}
.plan-list {
  width: 100%;
  width: auto;
  border-bottom: 1px solid #ddd;
}
.size {
  display: block;
  font-weight: normal;
  font-size: var(--fs-14);
  color: #666;
}
.plan-list tbody th, .plan-list tbody td {
  padding: .5rem;
  border: 1px solid #ddd;
}
.plan-list thead th {
  padding: 1rem .2rem 1rem;
  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: .5rem;
  font-size: var(--fs-14);
  font-weight: normal;
}
.plan-list tbody th {
  width: 20%;
  text-align: left;
  font-weight: normal;
}
.plan-list tbody th span {
  display: block;
  font-size: var(--fs-14);
}
.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: 3rem 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: 1rem;
}
.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: .5rem;
  display: flex;
  gap: 10px 3%;
  padding: 1.5rem;
  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: .8rem 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: var(--fs-22);
  text-align: center;
}
.flow dl {
  padding: 1rem;
  display: flex;
  gap: .5rem 3%;
  text-align: center;
  background: rgb(var(--keyc-rgb) / .1);
  border-radius: .5rem;
}
.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: .2rem 1rem;
  background: rgb(var(--keyc-rgb) / .2);
  border-radius: .5rem;
}
.postlist {
  margin-top: 3rem;
  border-top: 1px solid #ddd;
}
.postlist li {
  padding: .5rem 0;
  border-bottom: 1px solid #ddd;
}
.postlist li a {
  display: block;
  padding: .5rem .5rem;
}
.postlist li a:hover {
  background: rgb(var(--keyc-rgb) / .1);
  transition: all 0.5s;
}
.news-article-head {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
.news-article-head .date {
  margin-bottom: .5rem;
}
.news-btm-btn {
  margin-top: 3rem;
  text-align: center;
}
.news-btm-btn a {
  display: inline-block;
  font-size: var(--fs-16);
  padding: .4rem 2rem;
  color: #fff;
  border-radius: calc(infinity * 1px);
  background: var(--cl-main);
}
.news-btm-btn a:visited {
  color: #fff;
}
/*-----		term policy
------------------------------------------------ */
.term-policy .c-title {
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #ddd;
}
.trm-list {
  margin-top: 1rem;
}
.trm-list li {
  position: relative;
  margin-top: .8rem;
}
.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);
}
.term-policy .note{
	margin-top:1rem;
}