@charset "UTF-8";

/*****************************
  top
*****************************/
.topsec{
  padding: 10rem 0;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec{
    padding: 5rem 0;
  }
}

/*****************************
topsec-fv
*****************************/
.topsec-fv{
  padding: 0 0 6rem;
}
.topsec-fv .fvbox {
  margin-top: 96px;
  height: calc(100vh - 96px);
  margin-left: auto;
  width: 85.31%;
}
.topsec-fv .topslider{
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  height: 100%;
}
.topsec-fv .slick-track,
.topsec-fv .slick-list{
  height: 100%;
}
.topsec-fv .fvbox .catch{
  position: absolute;
  top: 45%;
  left: -5%;
  transform: translateY(-50%);
  z-index: 1;
}
.topsec-fv .fvbox .catch h1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
  line-height: 1.6;
}
.topsec-fv .fvbox .catch h1 span{
  background: rgba(252,240,236,.8);
  color: #674E3C;
  font-size: 4.5rem;
  font-weight: bold;
  display: block;
  padding: 0 1rem;
}
.topsec-fv .fvbox .slidetxt{
  background: rgba(255, 255, 255, .8);
  border-radius: 20px;
  padding: 2rem;
  position: absolute;
  left: 2%;
  bottom: 5%;
}
.topsec-fv .fvbox .slidetxt p{
  font-size: 2.2rem;
  line-height: 1.4;
}
.topsec-fv .fvbox .slidetxt h2{
  font-size: 3.4rem;
}

.topsec-fv .topnewsarea{
  box-shadow: 3px 3px 16px rgba(89 , 71, 48, .2);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  margin-top: 10rem;
}
.topsec-fv .topnewsarea .ttlbox{
  background: #DE949D;
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 3rem 4rem;
}
.topsec-fv .topnewsarea .ttlbox > .ttl{
  font-size: 2.4rem;
  font-weight: bold;
}
.topsec-fv .topnewsarea .newsbox{
  background: #fff;
  padding: 3rem;
}
.topsec-fv .topnewsarea .tnewsspbtn{
  display: none;
}

.topsec-fv .ob{
  position: absolute;
}
.topsec-fv .ob1{
  aspect-ratio: 217/243;
  background: url(../images/common/ob_bubble1.svg) no-repeat center / contain;
  right: -20%;
  bottom: -25%;
  width: 37.7%;
}
.topsec-fv .ob2{
  aspect-ratio: 632/501;
  background: url(../images/common/ob_bubble2.svg) no-repeat center / contain;
  bottom: 15%;
  left: -2%;
  width: 33.33%;
}

/* 拡大 */
.fontsizebig .topsec-fv .fvbox .catch h1 span{
  font-size: 5.5rem;
}
.fontsizebig .topsec-fv .fvbox .slidetxt p {
  font-size: 2.6rem;
}
.fontsizebig .topsec-fv .fvbox .slidetxt h2 {
  font-size: 3.8rem;
}
.fontsizebig .topsec-fv .topnewsarea .ttlbox > .ttl {
  font-size: 2.8rem;
}
@media only screen and (max-width: 1320px) {
  /* .fontsizebig .topsec-fv .fvbox{
    margin-top: 0;
  } */
  .fontsizebig .topsec-fv .fvbox .catch{
    left: -10%;
  }
}
@media only screen and (max-width: 1180px) {
  .fontsizebig .topsec-fv .fvbox .catch{
    left: -5%;
  }
}
@media only screen and (max-width: 1180px) {
  .fontsizebig .topsec-fv .fvbox .catch{
    left: -4%;
  }
}
@media only screen and (max-width: 820px) {
  .fontsizebig .topsec-fv .fvbox .catch{
    left: -2rem;
  }
  .fontsizebig .topsec-fv .fvbox .catch h1 span {
    font-size: 4.5rem;
  }
  .fontsizebig .topsec-fv .fvbox .slidetxt p {
    font-size: 2.2rem;
  }
  .fontsizebig .topsec-fv .fvbox .slidetxt h2 {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .fontsizebig .topsec-fv .fvbox .catch h1 span {
    font-size: 3rem;
  }
  .fontsizebig .topsec-fv .fvbox .slidetxt p {
    font-size: 1.7rem;
  }
  .fontsizebig .topsec-fv .fvbox .slidetxt h2 {
    font-size: 2.2rem;
  }
  .fontsizebig .topsec-fv .topnewsarea .ttlbox > .ttl {
    font-size: 2rem;
  }
}

/* 通常 */
@media only screen and (max-width: 1180px) {
  .topsec-fv .fvbox{
    margin-top: 0;
    width: 90.31%;
  }

  .topsec-fv .fvbox .catch h1 span {
    font-size: 4rem;
  }
  .topsec-fv .fvbox .slidetxt p {
    font-size: 2rem;
  }
  .topsec-fv .fvbox .slidetxt h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .topsec-fv .fvbox {
    margin-top: 0;
    width: 95.31%;
  }
  .topsec-fv .fvbox .catch {
    left: -4%;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-fv .fvbox {
    height: 100%;
    padding-top: 2rem;
    width: calc(100% - 2rem);
  }
  .topsec-fv .topslider {
    margin-top: 3rem;
    height: 540px;
  }
  .topsec-fv .fvbox .catch {
    top: 1rem;
    left: -2rem;
    transform: none;
  }
  .topsec-fv .fvbox .catch h1 {
    gap: 1rem;
  }

  .topsec-fv .topnewsarea {
    margin-top: 5rem;
  }
  .topsec-fv .topnewsarea .ttlbox{
    padding: 2rem;
  }
  .topsec-fv .topnewsarea .newsbox {
    padding: 3rem 2rem 2rem;
  }
  .topsec-fv .topnewsarea .newslist li .ftxtbox{
    padding-right: 2rem;
  }

  .topsec-fv .ob1 {
    right: -10%;
    bottom: -15%;
  }
  .topsec-fv .ob2 {
    bottom: 35%;
    left: -7%;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .topsec-fv .fvbox {
    padding-top: 3rem;
  }
  .topsec-fv .fvbox .catch  {
    top: 2rem;
  }
  .topsec-fv .fvbox .catch h1 span {
    font-size: 2.8rem;
  }
  .topsec-fv .topslider {
    border-radius: 20px 0 0 20px;
    height: 400px;
  }
  .topsec-fv .fvbox .slidetxt {
    border-radius: 10px 0 0 10px;
    padding: 1rem;
    width: 98%;
  }
  .topsec-fv .fvbox .slidetxt p {
    font-size: 1.5rem;
  }
  .topsec-fv .fvbox .slidetxt h2 {
    font-size: 1.8rem;
  }

  .topsec-fv .topnewsarea .ttlbox {
    padding: 1.5rem;
  }
  .topsec-fv .topnewsarea .ttlbox > .ttl {
    font-size: 1.8rem;
  }
  .topsec-fv .topnewsarea .ttlbox > .morebtn1 {
    display: none;
  }
  .topsec-fv .topnewsarea .tnewsspbtn{
    display: block;
    margin-top: 2.5rem ;
    text-align: center;
  }
  .topsec-fv .topnewsarea .newsbox {
    padding: 2rem 1rem ;
  }
  .topsec-fv .topnewsarea .newslist li .ftxtbox{
    padding-right: 0;
  }

  .topsec-fv .ob1 {
    right: -26%;
    bottom: -13%;
    width: 70%;
  }
  .topsec-fv .ob2 {
    bottom: 47%;
    width: 50%;
  }
}

/*****************************
topsec-nayami
*****************************/
.topsec-nayami{
  padding: 0;
}
.topsec-nayami .nayami{
  background: url(../images/top/nayami_bg.webp) no-repeat top / cover;
  padding: 10rem 0 5rem;
}
.topsec-nayami .nayami::before{
  content: "";
  background: linear-gradient(transparent ,rgba(245,236,227,.9) , #F5ECE3);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 44.61%;
  width: 100%;
}
.topsec-nayami .soudan::before{
  content: "";
  aspect-ratio: 384 / 47;
  background: #F5ECE3;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.topsec-nayami .soudan .ttl {
  top: -10rem;
}

/* 拡大 */
.fontsizebig .topsec-nayami .soudan .ttl {
  top: -12rem;
}

/* 通常 */
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-nayami .soudan::before {
    aspect-ratio: 384 / 77;
  }
  .topsec-nayami .soudan .ttl {
    top: -8rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-nayami .nayami{
    padding: 5rem 0 ;
  }
  .topsec-nayami .soudan::before {
    aspect-ratio: 384 / 107;
  }
}

/*****************************
topsec-support
*****************************/
.topsec-support{
  padding-top: 0;
}
.topsec-support .supportlist{
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.topsec-support .support{
  border-radius: 10px;
  box-shadow: 3px 3px 16px rgba(89 , 71, 48, .2);
  overflow: hidden;
}
.topsec-support .support dt,
.topsec-support .support .morebtn1 a{
  background: #EF5990;
  color: #fff;
}
.topsec-support .support2 dt,
.topsec-support .support2 .morebtn1 a{
  background: #F37121;
}
.topsec-support .support3 dt,
.topsec-support .support3 .morebtn1 a{
  background: #0085B1;
}
.topsec-support .support4 dt,
.topsec-support .support4 .morebtn1 a{
  background: #40AE49;
}
.topsec-support .support .morebtn1 a{
  border-color: #EF5990;
}
.topsec-support .support2 .morebtn1 a{
  border-color: #F37121;
}
.topsec-support .support3 .morebtn1 a{
  border-color: #0085B1;
}
.topsec-support .support4 .morebtn1 a{
  border-color: #40AE49;
}
.topsec-support .support .morebtn1 a:hover{
  background: #fff;
}
.topsec-support .support .ttl,
.topsec-support .support .morebtn1 a:hover{
  color: #EF5990;
}
.topsec-support .support2 .ttl,
.topsec-support .support2 .morebtn1 a:hover{
  color: #F37121;
}
.topsec-support .support3 .ttl,
.topsec-support .support3 .morebtn1 a:hover{
  color: #0085B1;
}
.topsec-support .support4 .ttl,
.topsec-support .support4 .morebtn1 a:hover{
  color: #40AE49;
}

.topsec-support .support dt{
  font-size: 3rem;
  font-weight: 500;
  padding: 1rem 0;
  text-align: center;
}
.topsec-support .support dd{
  background: #fff;
  padding: 4rem 2rem ;
  z-index: 1;
}
.topsec-support .support dd::after{
  content: "";
  position: absolute;
  z-index: -1;
}
.topsec-support .support1 dd::after{
  aspect-ratio: 171/125;
  background: url(../images/top/support1.svg) no-repeat center / contain;
  top: 30%;
  right: 10%;
  width: 25.37%;
}
.topsec-support .support2 dd::after{
  aspect-ratio: 259/332;
  background: url(../images/top/support2.svg) no-repeat center / contain;
  top: 23%;
  right: 10%;
  width: 19.13%;
}
.topsec-support .support3 dd::after{
  aspect-ratio: 497/285;
  background: url(../images/top/support3.svg) no-repeat center / contain;
  top: 23%;
  right: 4%;
  width: 36.79%;
}
.topsec-support .support4 dd::after{
  aspect-ratio: 137/57;
  background: url(../images/top/support4.svg) no-repeat center / contain;
  top: 23%;
  right: 4%;
  width: 40.65%;
}
.topsec-support .support .ttl{
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
}
.topsec-support .support ul{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 3rem auto;
  max-width: 800px;
}
.topsec-support .support li{
  font-size: 1.8rem;
  padding-left: 3rem;
  position: relative;
  text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
}
.topsec-support .support li::before{
  content: "";
  aspect-ratio: 35/36;
  background: url(../images/common/ob_check_pink.svg) no-repeat center / contain;
  position: absolute;
  top: 4px;
  left: 0;
  width: 2.2rem;
}
.topsec-support .support2 li::before{
  background: url(../images/common/ob_check_orange.svg) no-repeat center / contain;
}
.topsec-support .support3 li::before{
  background: url(../images/common/ob_check_blue.svg) no-repeat center / contain;
}
.topsec-support .support4 li::before{
  background: url(../images/common/ob_check_green.svg) no-repeat center / contain;
}
.topsec-support .support li span{
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
}
.topsec-support .support .morebtn1{
  text-align: center;
}

/* 拡大 */
.fontsizebig .topsec-support .support dt {
  font-size: 3.2rem;
}
.fontsizebig .topsec-support .support .ttl{
  font-size: 2.6rem;
}
.fontsizebig .topsec-support .support li {
  font-size: 2rem;
}
.fontsizebig .topsec-support .support li::before {
  top: 6px;
}
.fontsizebig .topsec-support .support li span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .fontsizebig .topsec-support .support dt {
    font-size: 2.6rem;
  }
  .fontsizebig .topsec-support .support .ttl{
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fontsizebig .topsec-support .support dt {
    font-size: 2rem;
  }
  .fontsizebig .topsec-support .support .ttl{
    font-size: 1.8rem;
  }
  .fontsizebig .topsec-support .support li {
    font-size: 1.6rem;
  }
  .fontsizebig .topsec-support .support li::before {
    top: 5px;
  }
}

/* 通常 */
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .topsec-support .support dd {
    padding: 2rem 1rem 4rem;
  }
  .topsec-support .support4 dd::after {
    top: 30%;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-support .support dt {
    font-size: 2.4rem;
  }
  .topsec-support .support dd {
    padding: 2rem 4rem 4rem;
  }
  .topsec-support .support1 dd::after {
    top: auto;
    right: 2rem;
    bottom: 13%;
    width: 35.37%;
  }
  .topsec-support .support2 dd::after {
    top: auto;
    right: 2rem;
    bottom: 0;
    width: 29.13%;
  }
  .topsec-support .support3 dd::after {
    top: auto;
    right: 1rem;
    bottom: 11%;
    width: 46.79%;
  }
  .topsec-support .support4 dd::after {
    top: auto;
    right: 1rem;
    bottom: 15%;
    width: 50.65%;
  }
  .topsec-support .support .ttl{
    font-size: 2rem;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-support .support dt {
    font-size: 1.8rem;
    padding: .5rem 0;
  }
  .topsec-support .support dd {
    padding: 1.5rem 1.5rem 3rem;
  }
  .topsec-support .support1 dd::after {
    bottom: 13%;
    width: 50%;
  }
  .topsec-support .support2 dd::after {
    right: 1rem;
    width: 45%;
  }
  .topsec-support .support3 dd::after {
    bottom: 9%;
    width: 80%;
  }
  .topsec-support .support4 dd::after {
    bottom: 12%;
    width: 80%;
  }
  .topsec-support .support ul {
    margin: 2rem auto 8rem;
  }
  .topsec-support .support li {
    font-size: 1.5rem;
    padding-left: 2.2rem;
  }
  .topsec-support .support li::before {
    top: 5px;
    width: 1.8rem;
  }
  .topsec-support .support .ttl {
    font-size: 1.6rem;
  }
}

/*****************************
topsec-guideline
*****************************/
.topsec-guideline{
  padding-bottom: 0;
}
.topsec-guideline .guidelinebnr{
  background: url(../images/top/guideline_bg.webp) no-repeat center / cover;
  border-radius: 10px;
  margin: 0 auto;
  padding: 8rem 4rem;
  position: relative;
  text-align: center;
}
.topsec-guideline .guidelinebnr::before,
.topsec-guideline .guidelinebnr::after{
  content: "";
  border-radius: 10px;
  position: absolute;
}
.topsec-guideline .guidelinebnr::before{
  background: rgba(0,0,0,.1);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: .5s;
}
.topsec-guideline .guidelinebnr::after{
  border: 2px solid #fff;
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: calc(100% - 2.4rem);
  width: calc(100% - 2.4rem);
}
.topsec-guideline .guidelinebnr .poR{
  z-index: 1;
}
.topsec-guideline .guidelinebnr .ttl{
  color: #DE949D;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 3rem;
  text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
}
.topsec-guideline .guidelinebnr:has(.morebtn1 a:hover)::before{
  opacity: 0;
}


.popactive{
  overflow: hidden;
  height: 100vh;
}
.popsec {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  transition: .5s;
  height: 100vh;
  width: 100%;
}
.popsec.popopen {
  opacity: 1;
  pointer-events: all;
  z-index: 10000;
}
.popsec .popbg{
  background: rgba(234, 176, 101, .2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.popsec .popcontent{
  background: #fff;
  border: 2px solid #DE949D;
  border-radius: 6px;
  max-width: 1180px;
  max-height: 480px;
  overflow-y: auto;
  padding: 5rem 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 80vh;
  width: 68.75%;
}
/* .popsec .popcontent::-webkit-scrollbar {
  background: #ccc;
  width: 10px;
}
.popsec .popcontent::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
} */
.popsec .popclose{
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
}
.popsec .popclose::before,
.popsec .popclose::after{
  content: "";
  background: #DE949D;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  height: 2px;
  width: 75%;
}
.popsec .popclose::after{
  transform: translate(-50%,-50%) rotate(45deg);
}

.popsec .guidelinebox{
  padding: 0 4rem;
}
.popsec .guidelinebox ul{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0;
}
.popsec .guidelinebox ul li{
  position: relative;
  padding-left: 2.6rem;
}
.popsec .guidelinebox ul li::before{
  content: "";
  aspect-ratio: 1/1;
  background: url(../images/common/icon_pdf.png) no-repeat center / contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.6rem;
}
.popsec .guidelinebox a{
  color: #326eb4;
  text-decoration: underline;
}
.popsec .guidelinebox a:hover{
  text-decoration: none;
}

/* 拡大 */
.fontsizebig .topsec-guideline .guidelinebnr .ttl{
  font-size: 3rem;
}

.fontsizebig .popsec .guidelinebox ul li{
  padding-left: 3rem;
}
.fontsizebig .popsec .guidelinebox ul li::before{
  width: 3rem;
}

@media only screen and (max-width: 1180px) {
  .topsec-guideline .guidelinebnr {
    padding: 8rem 2rem;
  }

  .popsec .popcontent{
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-guideline .guidelinebnr::before {
    background: rgba(0, 0, 0, .05);
  }
  .topsec-guideline .guidelinebnr .ttl {
    font-size: 2.4rem;
  }
  .fontsizebig .topsec-guideline .guidelinebnr .ttl {
    font-size: 2.6rem;
  }
  
  .popsec .popcontent{
    width: 90%;
  }
  .popsec .guidelinebox{
    padding: 0 3rem;
  }

}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-guideline .guidelinebnr,
  .topsec-guideline .guidelinebnr::before,
  .topsec-guideline .guidelinebnr::after{
    border-radius: 6px;
  }
  .topsec-guideline .guidelinebnr{
    padding: 5rem 2rem ;
  }
  .topsec-guideline .guidelinebnr .ttl {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 1rem;
    text-align: left;
  }
  .fontsizebig .topsec-guideline .guidelinebnr .ttl {
    font-size: 2rem;
  }
  .popsec .popcontent{
    max-height: 100%;
    height: 85vh;
  }
  .popsec .guidelinebox{
    padding: 0 2rem;
  }
}

/*****************************
topsec-feature
*****************************/
.topsec-feature .featurelist{
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.topsec-feature .featurelist .ftxtbox{
  padding-left: 4%;
  width: 55%;
}
.topsec-feature .featurelist .fimgbox{
  width: 40%;
}
.topsec-feature .featurelist .ftxtbox .num{
  aspect-ratio: 127 / 116;
  background: url(../images/common/ob_fluid.svg) no-repeat center / contain;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  font-weight: bold;
  position: absolute;
  line-height: 1;
  top: -1.5rem;
  left: -2.5%;
  width: 9rem;
}
.topsec-feature .featurelist .ftxtbox .ttl{
  border-bottom: 2px dotted #DE949D;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  padding-bottom: 1rem;
}
.topsec-feature .featurelist .ftxtbox p{
  font-size: 1.8rem;
}
.topsec-feature .featurelist .fimgbox img{
  border-radius: 10px;
}
.topsec-feature .ob{
  content: "";
  position: absolute;
}
.topsec-feature .ob1{
  aspect-ratio: 364/367;
  background: url(../images/common/ob_bubble4.svg) no-repeat center / contain;
  top: 17%;
  right: -15%;
  width: 37.91%;
}
.topsec-feature .ob2{
  aspect-ratio: 554/375;
  background: url(../images/common/ob_bubble3.svg) no-repeat center / contain;
  top: 33%;
  left: 8%;
  width: 28.84%;
}
.topsec-feature .ob3{
  aspect-ratio: 632/501;
  background: url(../images/common/ob_bubble2.svg) no-repeat center / contain;
  bottom: 0;
  left: -2%;
  width: 32.86%;
}

/* 拡大 */
.fontsizebig .topsec-feature .featurelist .ftxtbox .ttl {
  font-size: 2.6rem;
}
.fontsizebig .topsec-feature .featurelist .ftxtbox p{
  font-size: 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .fontsizebig .topsec-feature .featurelist .ftxtbox .ttl {
    font-size: 2.4rem;
  }
  .fontsizebig .topsec-feature .featurelist .ftxtbox p{
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fontsizebig .topsec-feature .featurelist .ftxtbox .ttl {
    font-size: 2rem;
  }
}

/* 通常 */
@media only screen and (max-width: 1350px) {
  .topsec-feature .featurelist .frr .ttl,
  .topsec-feature .featurelist .frr .ftxtbox p{
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1180px) {
  .topsec-feature .featurelist .ftxtbox .ttl{
    font-size: 2rem;
    padding-left: 3.5rem;
  }
  .topsec-feature .featurelist .ftxtbox .num {
    font-size: 3rem;
    top: -1rem;
    left: -.5rem;
    width: 7.5rem;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-feature .featurelist li{
    flex-direction: row;
    position: relative;
  }
  .topsec-feature .featurelist li {
    flex-direction: row;
    position: relative;
  }
  .topsec-feature .featurelist .ftxtbox {
    padding-left: 0;
    text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
    width: 100%;
  }
  .topsec-feature .featurelist .ftxtbox .ttl {
    margin-left: 2rem;
    margin-bottom: 1rem;
    padding-left: 6rem;
    padding-right: 0 !important;
    padding-bottom: .5rem;
  }
  .topsec-feature .featurelist .ftxtbox .num {
    top: -2rem;
    text-shadow: none;
  }
  .topsec-feature .featurelist .ftxtbox .txtbox {
    margin-left: 3rem;
  }
  .topsec-feature .featurelist .ftxtbox p{
    font-size: 1.6rem;
    padding-right: 3rem !important;
  }
  .topsec-feature .featurelist .fimgbox{
    margin-top: 2rem;
    margin-left: auto;
    width: 60%;
  }
  .topsec-feature .featurelist .fimgbox img {
    aspect-ratio: 4 / 2;
    object-fit: cover;
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-feature .featurelist .ftxtbox .ttl {
    font-size: 1.8rem;
    margin-left: 0;
    padding-top: 3rem;
    padding-left: 1rem;
  }
  .topsec-feature .featurelist .ftxtbox .num {
    font-size: 2.4rem;
    top: 0;
    left: -2rem;
    width: 5.5rem;
    z-index: -1;
  }
  .topsec-feature .featurelist .ftxtbox .txtbox {
    margin-left: 1rem;
  }
  .topsec-feature .featurelist .fimgbox {
    width: 100%;
  }
  .topsec-feature .featurelist .ftxtbox p{
    padding-right: 0 !important;
  }
  .topsec-feature .ob2 {
    left: -3%;
  }
}


/*****************************
topsec-concept
*****************************/
.topsec-concept .morebtn2{
  text-align: center;
}

/*****************************
topsec-faq
*****************************/
.topsec-faq{
  background: #FCF0EC;
}
.topsec-faq .morebtn2{
  margin-top: 3rem;
  text-align: center;
}
/* 拡大 */

/* 通常 */
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-faq .morebtn2{
    margin-top: 2rem;
  }
}

/*****************************
topsec-link
*****************************/
.topsec-link {
  padding-bottom: 0;
}
.topsec-link .fbgbox{
  background: url(../images/top/link_bg.webp) no-repeat center / cover;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  height: 100%;
  width: 50%;
}
.topsec-link .fbgbox::before{
  content: "";
  background: rgba(200, 229, 240, .4);
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.topsec-link .ftxtbox{
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-left: auto;
  padding-left: 2%;
  width: 46%;
}
.topsec-link .ftxtbox dt{
  border-bottom: 2px dotted #DE949D;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
}
.topsec-link .ftxtbox .morebtn2{
  margin-top: 1.5rem;
}

/* 拡大 */
.fontsizebig .topsec-link .ftxtbox dt {
  font-size: 2.6rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .fontsizebig .topsec-link .ftxtbox dt {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/* 通常 */
@media only screen and (max-width: 1320px) {
  .topsec-link .ftxtbox{
    padding-left: 0;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1180px) {
  .topsec-link .fbgbox{
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
  }
  .topsec-link .ftxtbox{
    width: 47.5%;
  }
}
@media only screen and (max-width: 1024px) {
  .topsec-link .ftxtbox dt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-link {
    padding-top: 5rem;
  }
  .topsec-link .fbgbox {
    aspect-ratio: 3 / 1;
    margin-bottom: 3rem;
    position: relative;
    top: auto;
    left: -2rem;
    height: auto;
    transform: none;
    width: 100%;
  }
  .topsec-link .ftxtbox {
    margin-right: auto;
    width: 95%;
  }
  .topsec-link .ftxtbox .morebtn2 {
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-link .fbgbox {
    aspect-ratio: 5 / 3;
  }
  .topsec-link .ftxtbox {
    padding: 0;
    width: 100%;
  }
}

/*****************************
topsec-contact
*****************************/
/* 拡大 */

/* 通常 */
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}