@charset "UTF-8";
/* CSS Document */
main.under-wrapper {
  padding-bottom: min(100px, 20vw);
  padding-top: min(100px, 25vw);
}
.under-key-inner {
  padding: min(100px, 15vw) min(20px, 5vw) min(60px, 10vw);
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  gap: min(20px, 5vw);
}
#key.under .page-title {
  font-size: var(--head2min);
  color: var(--clr-blu);
  padding-bottom: 5px;
  border-bottom: 2px solid var(--wall-ylw);
  border-radius: 2px;
  font-weight: 700;
  letter-spacing: .1em;
  text-indent: .1em;
}
#key.under .en
,#key.under h1.ja{
  font-size: var(--head2);
  font-weight: 700;
  letter-spacing: .1em;
  text-indent: .1em;
  text-align: center;
  line-height: 1.2;
}
.under-key-inner:has(.ja){
  padding-top: min(60px, 10vw);
}
#key.under h1.ja::before{
  content: "";
  width: 2em;
  height: 3px;
  border-radius: 1px;
  background: var(--wall-ylw);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#key.under .en span.min {
  display: block;
  font-size: .5em;
  text-align: center;
  margin-top: 8px;
}
.breadcrumbs{
  line-height: 1.4;
}
.breadcrumbs > * {
  padding: 0 8px;
  font-size: min(0.9286em,3.2vw);
}
.breadcrumbs > *:last-child {
  color: var(--clr-blu);
}
.breadcrumbs > *:first-child {
  padding-left: 1.15em;
}
.breadcrumbs > *:first-child::before {
  content: "";
  width: .85em;
  aspect-ratio: 1/0.9677;
  background: url("../images/icn_home.svg") no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 50%;
  translate:0 -50%;
}
/*under contents
============================================================*/
.under-contents {
  margin-top: min(50px, 10vw);
}
/*シュミレーター*/
.page-simulator-blc {}
.key-under h1 {
  font-size: min(2em, 5vw);
  text-align: center;
  font-weight: 600;
}
.wq-Form .wq-Option > .wq--label > .wq--main > .wq--name {
  font-size: min(14px, 3.6vw);
}
/*archive
=====================================*/
#fix-bird {
  position: fixed;
  left: -5px;
  bottom: 0;
  transform: translateY(-18%);
  z-index: 10;
  transform-origin: left bottom;
  -webkit-transition: .5s var(--transition);
  -o-transition: .5s var(--transition);
  transition: .5s var(--transition);
/*  transition-delay: .5s;*/
  filter: drop-shadow(0px 0px 2px rgba(0,0,0,.15));
}
#fix-bird figure {
  width: min(160px, 25vw);
  transform: scale(-1, 1);
}
#fix-bird.fixed{
  position: absolute;
/*  bottom: 96.8%;*/
  bottom: auto;
  top: 0;
}
.clm_contents {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min(100px, 20vw) 0;
}
.clm_contents.page-archive {
  margin-top: min(35px, 10vw);
}
#l-main {
  width: min(calc(100% - 280px), 75%);
  padding-right: min(50px, 10vw);
}
.page-archive .acv-info-list article.acv_post {
  width: calc((100% - min(25px, 5vw))/2)
}
.page-archive .acv-info-list article.acv_post .post-title {
  font-size: var(--fs-mid18);
}
.acv-pager {
  margin-top: min(50px, 15vw);
}
.acv-pager .nav-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 1em;
}
.acv-pager .nav-links > * {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.acv-pager .nav-links > a {
  border: 2px solid #ccc;
}
.acv-pager .nav-links > span {
  background: #ccc;
}
.acv-pager .nav-links > *:not(.prev):not(.next) {
  width: 2em;
  aspect-ratio: 1/1;
}
.acv-pager .nav-links > .prev, .acv-pager .nav-links > .next {
  padding: 5px 10px;
  border: none;
}
#l-side {
  width: max(280px, 25%);
}
#l-side > * + * {
  margin-top: 15px;
}
.side-new_entry > * + * {
  margin-top: 15px;
}
.side-item > * + *
,#l-side .side-in > * + *{
  margin-top: 15px;
}
.side-title {
  font-weight: 700;
  padding-bottom: 8px;
  font-size: var(--fs-mid18);
}
.side-new_entry article {
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.side-new_entry article .thumb {
  width: 25%;
  aspect-ratio: 1/1;
  border-radius: 25px;
  overflow: hidden;
  isolation: isolate;
  border: 2px solid #fff;
}
.side-new_entry article .thumb img {
  object-fit: cover;
  height: 100%;
}
.side-new_entry article .data {
  width: 75%;
  padding: 10px 10px 10px 15px;
  ;
}
.side-new_entry article .data .tag {
  justify-content: space-between;
  gap: 10px;
  font-size: min(0.8571em, 3.2vw);
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.side-new_entry article .data .tag .category {
  background: #fff;
  padding: 4px 8px 3px;
  border-radius: 20px;
}
.side-new_entry article .data .post-title {
  font-size: var(--fs-mid16);
}
.side-category-list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.side-category-list li + li {
  margin-top: 10px;
}
.side-category-list li a {
  font-size: var(--fs-mid16);
  padding: 8px 10px 8px 1.5em;
  border-radius: 20px;
  background: #fff;
  display: block;
  width: min(10em,100%);
  text-align: center;
  letter-spacing: .05em;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}
.side-category-list li a::after {
  content: "";
  height: calc(100% - 10px);
  aspect-ratio: 1/1;
  background: var(--wall-ylw);
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media(hover) {
  .side-category-list li a:hover {
    background: var(--wall-ylw);
  }
  .side-category-list li a:hover::after {
    background: #fff;
  }
}
.side-archive_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
}
.date-select-wrap {
  min-width: 9.5em;
  border-radius: 20px;
  background: var(--wall-ylw);
  font-size: var(--fs-mid16);
}
.date-select-wrap::after {
  content: "";
  width: 5px;
  aspect-ratio: 1/1;
  border: 2px solid;
  border-color: transparent #fff #fff transparent;
  position: absolute;
  border-radius: 2px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.date-select-wrap select {
  width: 100%;
  padding: 8px 10px;
  font-size: var(--fs-mid16);
  text-align: center;
  color: var(--clr-base);
}
/*single
=====================================*/
.single-entry-blc{
  gap:min(50px,10vw);
}
.entry-head .post-title {
  font-size: var(--head2min);
  letter-spacing: .05em;
  text-indent: .05em;
  font-weight: 600;
}
.entry-head .data {
  gap: 1em;
  margin-top: min(20px, 5vw);
  -ms-align-items: center;
  align-items: center;
}
.entry-head .data .date {
  color: var(--clr-blu);
  font-weight: 600;
}
.entry-head .data .category {
  background: #fff;
  padding: 4px 10px;
  border-radius: 10px;
  min-width: 4em;
}
.entry-post-thumb img{
  width: 100%;
  height: auto;
}
.entry-body {
  line-height: 2;
  background: #fff;
  border-radius: min(30px, 8vw);
  padding: min(60px, 8vw) 0;
  overflow: hidden;
  isolation: isolate;
}
.entry-body:has(.entry-post-thumb){
  padding-top: 0;
}
.entry-body:has(.entry-post-thumb) .entry-post-detail{
  padding-top: min(60px, 8vw);
}
.entry-post-detail{
  padding-left: min(30px, 4vw);
  padding-right: min(30px, 4vw);
}
.entry-post-detail> * + *{
  margin-top: 2em;
}
.entry-post-detail h3{
  font-size: var(--fs-wid20);
  color: var(--clr-blu);
  font-weight: 600;
  border-bottom: 2px solid var(--wall-ylw);
  border-left: 8px solid var(--wall-ylw);
  padding-left: 15px;
}
.entry-post-detail .btn{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.is-provider-youtube {
  width: 100%;
  aspect-ratio:16/9;
}
.is-provider-youtube > *{
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: min(8px,2.5vw);
}
.wp-block-embed iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.entry-body .btn a{
  min-width: 200px;
  max-width: 100%;
  background: var(--clr-blu);
  color: #fff;
  padding: min(10px,3vw) min(20px,6vw);
  border-radius: 100vmax;
  text-align: center;
  font-weight: 600;
}
.entry-body img{
  width: auto;
  height: auto;
}
.entry-body strong{
  font-weight: 700;
}
.entry-body > ol
,.entry-body > ul{
  margin-left: 1.25em
}
.entry-body > ol{
  list-style: decimal;  
}
.entry-body > ul{
  list-style: disc;
}
.entry-body p:not(.btn) a:not(.wp-block-file__button){
  text-decoration: underline;
}
.entry-body .wp-block-file__button{
  display: inline-block;
  padding: 2px 10px;
}
.custom-line-yellow {
  background:linear-gradient(180deg,rgba(255,255,0,0)50%,rgba(255,255,0,1)50%);
  padding: 2px;
  font-weight: 600;
}
/*author*/
.single-author-box {
  background: #fff;
  border-radius: min(30px, 8vw);
}
.single-author__inner {
  padding: min(25px, 5vw) min(30px, 4vw);
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.author-thumb{
  aspect-ratio:1/1.4051;
  width: min(158px,25%);
  border: 2px solid #c8e7ef;
  box-shadow: var(--boxSdw_min);
  overflow: hidden;
  border-radius: min(30px,6vw);
  isolation: isolate;
}
.author-thumb img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.author-detail{
  width: max(75%,calc(100% - 158px));
  padding-left: min(30px,5vw);
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap:min(15px,3vw);
}
.author-detail .in-title{
  color: var(--wall-blu);
  background: var(--wall-base);
  letter-spacing: .1em;
  padding: 5px 2em;
  border-radius: 2em;
}
.author-detail .name{
   color: var(--wall-blu);
  -ms-align-items: baseline;
  align-items: baseline;
  letter-spacing: .1em;
  gap:1em;
}
.author-detail .in-text{
  font-size: min(13px,3.4vw);
  line-height: calc(24/14);
}
.author-detail .name .ja{
  font-size: var(--head2min);
}
.author-sns-link{
  -ms-align-items: center;
  align-items: center;
  gap:.875em;
}
.author-sns-link a{
  width:min(2.5em,8vw);
  aspect-ratio:1/1;
  background: var(--wall-blu);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 50%;
}
.author-sns-link a svg{
  width: 50%;
}
.author-sns-link a .st0{
  fill:#fff;
}
.page-single .sec-cta-blc{
  padding-left: 0;
  padding-right: 0;
}
.page-single .sec-cta-blc .sec-cta-box{
  padding-bottom: 0;
  background: none;
}
/*pager*/
.sigle-pager {
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  gap: 20px;
}
.sigle-pager > * {
  border: 2px solid var(--clr-blu);
}
.sigle-pager > *:not(.back-acv) {
  width: 2.5em;
  aspect-ratio: 1/1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 50%;
  background: var(--clr-blu);
}
.sigle-pager .back-acv {
  border-radius: 20px;
  min-width: 16em;
  background: #fff;
}
.sigle-pager > * a {
  display: block;
  font-weight: 600;
  color: #fff;
}
.sigle-pager .back-acv a {
  padding: 10px 10px;
  text-align: center;
  font-size: var(--fs-mid16);
  color: var(--clr-blu);
}
.sigle-pager .back-acv a::after {
  content: "";
  height: calc(tan(32deg) * 32px / 2);
  width: 8px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: var(--clr-blu);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

/* thanks
============================================================*/

.page-thanks-box{
  width: min(800px,100%);
  background: #fff;
  border-radius: 30px;
  padding:min(50px,6vw) min(30px,4vw);
  gap:min(30px,5vw);
}
.page-thanks-box .in-title{
  font-weight: 700;
  font-size: var(--fs-wid20);
}
.page-thanks-box .in-text{
  width: min(580px,100%);
}

.round-btn.backhome{
  width: min(200px,100%);
}
.round-btn.backhome.arrow a{
  padding-left: 15px;
}
.round-btn.backhome.arrow a::after{
  right: auto;
  left: 1em;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  transform: translateY(-50%);
}

/* PRIVACY
============================================================*/
.page-legal-box{
  width: min(1000px,100%);
  background: #fff;
  border-radius: 20px;
  padding: min(50px,8vw) min(30px,4vw);
}
.page-legal-box .top-text{
  text-align: left;
}
.page-legal-privacy{
  counter-reset: number 0;
  margin-top: min(40px,8vw);
}
.page-legal-privacy > div{
  line-height: calc(24/16);
}
.page-legal-privacy > div:not(:first-child){
  margin-top: min(20px,5vw);
}
.page-legal-privacy dt{
  padding-left: 1em;
  font-weight: 600;
  border-bottom: 1px solid #00a9e3;
  font-size: min(16px,3.8vw);
  padding-bottom: 3px;
}
.page-legal-privacy dt::before{
  counter-increment: number 1;
  content: counter(number) "."; 
  position: absolute;
  left: 0;
  top: 0;
}
.page-legal-privacy dd{
  margin-top: min(15px,3vw);
}
.page-legal-privacy dd > * + *{
  margin-top: min(15px,2vw);
}
ul.num-list
,ul.par-num-list {
  counter-reset: number 0;
}
ul.num-list > li{
  padding-left: 1.25em;
}
ul.par-num-list > li{
  padding-left: 1.65em;
}
ul.num-list > li::before
,ul.par-num-list > li::before{
  counter-increment: number 1;
  position: absolute;
  left: 0;
  top: 0;
}
ul.num-list > li::before{
  content: counter(number) "."; 
}
ul.par-num-list > li::before{
  content:"(" counter(number) ")"; 
}
.page-legal-tokusho > div{
  display: grid;
  grid-template-columns: 11em auto;
  gap:min(5px,2vw) min(25px,5vw);
  line-height: calc(24/16);
}
.page-legal-tokusho > div:not(:first-child){
  padding-top: min(10px,2vw);
}
.page-legal-tokusho > div:not(:last-child){
  border-bottom: 1px solid #00a9e3;
  padding-bottom: min(10px,2vw);
}
.page-legal-tokusho dt{
  font-weight: 600;
}
.page-legal-tokusho dd a{
  text-decoration: underline;
}
/*404 error*/
.page-notfound-blc{
  gap:min(50px,10vw);
}
.page-notfound-blc .box-title{
  font-size: var(--fs-wid20);
  font-weight: 700;
}