@charset "utf-8";
/*
Theme Name: 5-Days LP
Description: 
Author: SonicGrow+COSMICGEAR
Version: 1.0
*/
/*-root*/ :root {
  --fnt-base: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  --easing: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  --transit: .3s var(--easing);
  --fc-base: #221815;
  --clr-nvy: #0047a1;
  --clr-gry: #4d4d4d;
  --clr-org: #ee744d;
  --wall-nvy: #0056a8;
  --wall-blue: #0080cc;
  --bdr-gry: #a7a7a7;
}
/*base=====*/
body {
  font-family: var(--fnt-base);
  font-size: min(3.6vw, 16px);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  color: var(--fc-base);
  overflow-wrap: anywhere;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.fl.jc_c {
  justify-content: center;
}
.fl_c {
  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;
}
.fl_c.ai_c {
  -ms-align-items: center;
  align-items: center;
}
figure {
  margin-bottom: 0 !important;
}
/*container
========================================================*/
#container {
  width: 100%;
  min-height: 100dvh;
  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;
  overflow-x: hidden;
}
#container > * {
  width: 100%;
}
a.cvr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.inner {
  width: min(1100px, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: min(50px, 4vw);
  padding-right: min(50px, 4vw);
}
/*button*/
.line-rect-button{
  width: min(300px,100%);
  
}
.line-rect-button a{
  width: 100%;
  height: 60px;
  display: grid;
  place-content:center;
  color: var(--clr-nvy);
  border: 1px solid currentColor;
  font-weight: 600;
}
.line-rect-button a::before{
  content: "";
  width: .5em;
  aspect-ratio:1;
  border: 1px solid;
  border-color: currentColor transparent transparent currentColor;
  position: absolute;
  left: 0;
  top: 50%;
  translate:1em -50%;
  rotate:-45deg;
}
/*main
================================================================*/
main {
  flex: 1;
}
main.base-main{
  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;
}
.line-title {
  width: min(630px, 100%);
  font-weight: 700;
  font-size: min(36px, calc(100vw/22));
  padding-bottom: min(10px, 2vw);
  border-bottom: 3px solid var(--wall-nvy);
}
/*base header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#base-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  height: min(85px, 17vw);
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}
.base-head_inner {
  width: min(1440px, 100%);
  padding: min(15px, 4vw) min(20px, 4vw) min(15px, 2.5vw);
  display: grid;
  grid-template-columns: min(700px, 45%) auto;
  gap: min(20px, 4vw);
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.base-head-inquiry {
  font-weight: 700;
}
.base-head-inquiry .dial {
  color: var(--clr-org);
  font-weight: 700;
  font-size: clamp(1.25rem, 0.682rem + 2.84vw, 2.813rem); /*20-45*/
}
.base-head-inquiry .dial a {
  display: block;
  padding-left: 1em;
}
.base-head-inquiry .dial a::before {
  content: "";
  width: .85em;
  background: url("images/lp202502/icon-dial.svg") no-repeat center/cover;
  aspect-ratio: 1/0.7317;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
/*hero +++++++++++++++++++++++++++++++*/
.base-hero-inner {
  width: min(1480px, 100%);
  padding-left: min(50px, 4vw);
  padding-right: min(50px, 4vw);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: min(40px, 5vw);
}
.base-hero-inner::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background: url("images/base/hero_pc.png") no-repeat center/cover;
}
.base-hero-title {
  width: min(1170px, 100%);
  padding: min(80px, 6vw) min(30px, 3vw) min(50px, 6vw);
  gap: min(30px, 5vw);
  background-color: #fff;
}
.base-hero-title::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("images/base/wall-grid.png") repeat center/min(100px, calc(100vw/5));
  opacity: .75;
}
.base-hero-title .thema {
  width: min(988px, 100%);
  background: var(--clr-nvy);
  padding: min(35px, 6vw) min(20px, 3vw) min(30px, 3vw);
  font-weight: 700;
}
.base-hero-title .thema .tag {
  width: 5.75em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  color: var(--clr-nvy);
  border: currentColor 2px solid;
  font-size: clamp(1rem, 0.545rem + 2.27vw, 2.25rem); /*16-36*/
  padding: min(15px, 3vw);
  translate: max(-15px, -3vw) -50%;
}
.base-hero-title .thema .text {
  color: #fff;
  text-align: center;
  font-size: clamp(1.5rem, 0.682rem + 4.09vw, 3.75rem); /*30-60*/
  z-index: 1;
  text-shadow: 2px 2px 0 var(--clr-nvy), -2px 2px 0 var(--clr-nvy), 2px -2px 0 var(--clr-nvy), -2px -2px 0 var(--clr-nvy);
  line-height: calc(35/30);
}
.base-hero-title .title {
  width: 100%;
  display: grid;
  grid-template-columns: min(225px, 15vw) auto;
  gap: min(30px, 5vw);
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.base-hero-title .title .main {
  font-size: min(80px, calc(100vw/16));
  font-weight: 700;
  color: var(--clr-nvy);
  white-space: nowrap;
  line-height: 1.4;
}
.base-hero-title .comment h3 {
  font-size: clamp(1rem, 0.727rem + 1.36vw, 1.75rem); /*16-28*/
  line-height: calc(40/28);
  font-weight: 700;
  text-align: center;
}
.base-hero-profile {
  width: 100%;
  aspect-ratio: 1/0.7641;
  max-height: 800px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: flex-start;
}
.base-hero-profile .catch {
  width: min(1170px, 100%);
  position: absolute;
  left: 50%;
  top: 20%;
  translate: -50% 0;
}
.base-hero-profile .catch p {
  width: min(589px, 60vw);
}
.base-hero-profile-detail {
  width: min(727px, 100%);
  padding: min(80px, 10vw) min(70px, 5vw) min(80px, 8vw);
  /*  aspect-ratio:1/0.4443;*/
  background: url("images/base/prof-shape.png") no-repeat center/100% 100%;
}
.base-hero-profile-detail .in-title {
  position: absolute;
  top: 0;
  left: min(80px, 6vw);
  width: min(176px, 30%);
  translate: 0 -25%;
}
.base-prof-head {
  color: var(--clr-nvy);
  display: grid;
  grid-template-columns: calc(clamp(1.25rem, 0.659rem + 2.95vw, 2.875rem)*2.2) auto;
  gap: min(20px, 2vw);
  font-weight: 700;
  -ms-align-items: center;
  align-items: center;
}
.base-prof-head > p {
  font-size: clamp(1.25rem, 0.659rem + 2.95vw, 2.875rem); /*20-46*/
  letter-spacing: .1em;
}
.base-prof-head > div {
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem); /*14-18*/
  line-height: calc(20/16);
  letter-spacing: .1em;
}
.base-prof-head .name span {
  font-size: 1.6em;
  padding-left: .5em;
}
.base-prof-comment {
  margin-top: min(20px, 3vw);
}
.base-prof-comment p {
  line-height: calc(28/18);
}

/*previous 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.index-contents .previous-archive-blc{
  padding-bottom: min(150px, 15vw);
}
.previous-archive-blc {
  padding-top: min(100px, 12vw);
   padding-bottom: min(100px, 12vw); 
}
.previous-archive-blc::before{
  content: "";
  width: 100vw;
  height: 100%;
  background: #fafafa;
  position: absolute;
  top: 0;
  left: 50%;
  translate:-50% 0;
}
.previous-archive-list {
  margin-top: min(40px, 10vw);
}
.previous-item {
  display: grid;
  grid-template-columns: min(320px, 25vw) auto;
  gap: min(25px, 3vw) min(25px, 5vw);
  background: #fff;
  border-radius: 10px;
  padding: min(30px,5vw) min(20px,3vw);
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.previous-item .thumb {
  border: 1px solid #EAEAEA;
}
.previous-item .thumb img{
  object-fit: contain;
  object-position: center;
  height: 100%;
}
.previous-item .seminar-data {
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: min(15px, 3vw);
}
.previous-item .seminar-data .comment{
  line-height: calc(24/16);
}
.previous-item .seminar-data .seminar-title{
  font-weight: 600;
  font-size: 1.125em;
}
.previous-item .seminar-data .in-text{
  margin-top: min(10px,3vw);
}
.link-button-set {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(15px, 3vw) min(20px, 5vw);
  margin-top: auto;
}
.line-button a {
  width: 100%;
  border: 1px solid currentColor;
  color: var(--clr-nvy);
  height: 2.2em;
  font-weight: 700;
  display: grid;
  place-content: center;
}
/*form
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#conf-form {
  display: none;
}
.seminar-form-blc {
  padding-top: min(100px, 12vw);
  padding-bottom: min(120px, 20vw);
}
.seminar-form-box {
  margin-top: min(45px, 10vw);
}
.form-wrap {
  width: min(560px, 100%);
}
.form-list input[type="text"], .form-list input[type="email"], .form-list input[type="tel"], .form-list textarea {
  border: 1px solid var(--bdr-gry);
  font-size: 16px;
  padding: min(5px, 2vw) min(10px, 3vw);
  border-radius: 5px;
}
.form-list textarea {
  height: 145px;
}
.form-list > div:not(:first-child) {
  margin-top: min(20px, 4vw);
}
.form-list dt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
}
.form-list dt p {
  font-weight: 700;
}
.form-list dt p.must {
  padding-right: 2em;
}
.form-list dt p.must::before {
  content: "必須";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  font-size: min(10px, 3.2vw);
  font-weight: 400;
  background: #ff9000;
  color: #fff;
  padding: 3px;
  border-radius: 3px;
}
.form-list dd {
  margin-top: min(15px, 3vw);
}
dd.radio {
  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(15px, 4vw) 1em;
}
dd.radio label {
  cursor: pointer;
}
dd.radio label > span {
  padding-left: 1.5em;
}
dd.radio label > span::before, dd.radio label > span::after {
  content: "";
  aspect-ratio: 1;
  border-radius: 100vmax;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
dd.radio label > span::before {
  width: 1em;
  border: 1px solid var(--bdr-gry);
  left: 0;
}
dd.radio label > span::after {
  width: calc(1em - 4px);
  background: var(--wall-nvy);
  left: 3px;
  opacity: 0;
}
dd.radio label > input:checked + span::after {
  opacity: 1;
}
.form-button-wrap {
  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;
  margin-top: min(70px, 10vw);
  gap: min(20px, 3vw);
}
.form-button-wrap input {
  width: min(360px, 90%);
  background: linear-gradient(#faa244 35%, #f97d2a 65%, #faa244);
  border-radius: 5px;
  height: 70px;
  color: #fff;
  font-weight: 700;
  font-size: min(27px, 4.5vw);
  letter-spacing: .1em;
  box-shadow: 0px 5px 4px #c65c14;
}
@media(hover) {
  .form-button-wrap input:hover {
    translate: 0 2px;
    box-shadow: 0px 3px 2px #c65c14;
  }
}
::placeholder {
  color: #a5a5a5;
}
.form-button-wrap .wpcf7-spinner {
  display: none !important;
}
.error-message {
  margin-top: 3px;
  font-size: min(12px, 3.2vw);
  color: #CB0003;
}
#form-back {
  width: auto;
  margin-right: auto;
  padding-left: 1em;
  font-size: min(16px, 3.6vw);
  position: relative;
  cursor: pointer;
}
#form-back::before {
  content: "";
  width: .5em;
  aspect-ratio: 1/1.25;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: var(--clr-org);
}
/*inquiry ++++++++++++++++++++++++++++++++++++++++++*/
.sec-inquiry-blc {
  padding-top: calc(min(315px, 60vw)*0.3395);
  background: var(--wall-nvy);
  color: #fff;
  padding-bottom: min(50px, 10vw);
}
.sec-inquiry-wrap {
  width: min(1420px, 100%);
  padding-left: min(50px, 4vw);
  padding-right: min(50px, 4vw);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: auto min(322px, 20vw);
  gap: 0 min(50px, 4vw);
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.sec-inquiry-wrap .tape {
  position: absolute;
  width: min(315px, 62vw);
  top: calc((min(315px, 50vw)*0.3395)*-1);
  left: min(30px, 4vw);
  translate: 0 min(-20px, -35%);
}
.sec-inquiry_head {
  gap: min(35px, 8vw);
  grid-area: 1 / 1 / 2 / 2;
  padding-bottom: min(20px, 4vw);
}
.sec-inquiry_head .in-title {
  font-weight: 700;
  letter-spacing: .05em;
  padding-left: 1.8em;
  padding-right: 1.8em;
  font-size: min(35px, calc(100vw/23));
  text-align: center;
  word-break: keep-all;
  line-height: 1.2;
}
.sec-inquiry_head .in-title::before, .sec-inquiry_head .in-title::after {
  content: "";
  background: url("images/lp202502/hash.svg") no-repeat center/cover;
  aspect-ratio: 1/1.5464;
  width: 1.15em;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  opacity: .75;
}
.sec-inquiry_head .in-title::before {
  left: 0;
  scale: -1 -1;
}
.sec-inquiry_head .in-title::after {
  right: 0;
}
.sec-inquiry_head .in-text {
  font-size: min(14px, 3.4vw);
  line-height: calc(24/14);
  text-align: center;
}
.sec-inquiry_body {
  border-top: 1px solid currentColor;
  grid-area: 2 / 1 / 3 / 2;
  display: grid;
  grid-template-columns: min(240px, 15vw) auto;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: min(20px, 3vw);
  gap: min(20px, 3vw) min(50px, 5vw);
}
.sec-inquiry_body .dial {
  display: grid;
  grid-template-columns: 9em auto;
  gap: 1em;
}
.sec-inquiry_body .dial dt p {
  height: 3em;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  display: grid;
  place-content: center;
}
.sec-inquiry_body .dial dd {
  
  gap: 5px;
}
.sec-inquiry_body .dial dd p.cmp{
  font-size: clamp(0.875rem, 0.648rem + 1.14vw, 1.5rem); /*14-24*/
}
.sec-inquiry_body .dial dd a {
  font-size: min(2.5em, calc(100vw/20));
  word-break: keep-all;
  font-family: Arial, Helvetica, "sans-serif";
}
.sec-inquiry_body .dial dd p.time{
  font-size: min(14px,calc(100vw/34));
}
.sec-inquiry-wrap .inquiry {
  background: #fff;
  grid-area: 1 / 2 / 3 / 3;
}
.sec-inquiry-wrap .inquiry .web {
  margin-top: min(20px, 5vw);
}
.sec-inquiry-wrap .inquiry .web span {
  display: block;
  border-top: 1px solid #c01920;
  border-bottom: 1px solid #c01920;
  padding-top: min(10px, 3vw);
  padding-bottom: min(10px, 3vw);
  text-align: center;
  font-size: min(18px, 4vw);
  font-weight: 700;
  font-family: Arial, Helvetica, "sans-serif";
  letter-spacing: .05em;
}
/*footer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer {
  background: var(--wall-nvy);
  color: #fff;
}
.foot-nav {
  padding-top: min(20px, 4vw);
  padding-bottom: min(20px, 4vw);
  gap: .5em .5em;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.foot-nav::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: var(--wall-blue);
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
}
.foot-nav li a {
  font-size: min(14px, 3.2vw);
}
footer p.copy {
  padding: 20px;
  text-align: center;
  font-size: .875em;
}
@media(max-width:768px) {
  #hum-btn {
    right: 0;
  }
  .base-head_inner {
    grid-template-columns: min(700px, 100%) auto;
  }
  .base-head-inquiry {
    display: none;
  }
  .base-prof-head > div {
    font-size: min(16px, calc(100vw/30));
  }
  .base-prof-comment p {
    font-size: min(14px, calc(100vw/30));
  }
  /*inquiry*/
  .sec-inquiry-wrap {
    grid-template-columns: 1fr;
    place-items: center;
  }
  .sec-inquiry_head {
    grid-area: 1 / 1 / 2 / 2;
  }
  .sec-inquiry-wrap .inquiry {
    display: none;
  }
  .sec-inquiry_body {
    width: 100%;
    grid-area: 2 / 1 / 3 / 2;
    grid-template-columns: min(240px, 30vw) auto;
  }
  .sec-inquiry_body .dial {
    grid-template-columns: 1fr;
  }
  .sec-inquiry_body .dial dt p {
    border: none;
    height: auto;
  }
  .sec-inquiry_body .dial dd a {
    font-size: calc(100vw/12);
  }
  .sec-inquiry_head .in-text {
    text-align: left;
  }
  .foot-nav {
    display: none;
  }
}
@media(max-width:600px) {
  
  .base-hero-profile {
    aspect-ratio: 1;
  }
  
  .base-prof-head > div, .base-prof-comment p {
    font-size: calc(100vw / 38);
  }
  .base-hero-title .comment h3 {
        font-size: calc(100vw / 29);
    }
  
}
@media(max-width:480px){
  .previous-item{
    grid-template-columns: 1fr;
  }
}