@charset "UTF-8";
/*日本語*/

:root{
  --accent-color: #ff4a57;
  --base-color: #000;
  --base-yellow: #fdf67e;
  --main-color: #00b900;
  --root-font-size: 18;
  --second-color: #115bd1;
  --third-color: #fcee21;
}
body{
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: kozuka-gothic-pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  word-break: normal;
  word-wrap: break-word;

  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
section{
  width: 100%;
  overflow: hidden;
  background: #E3F4FC;
}
button, input, textarea, select{
  font-family: kozuka-gothic-pro, sans-serif;
}
*{
  padding: 0;
  margin: 0;
  line-height: 1.1;
}
ul, li, dl, dt{
  list-style-type: none;
}
img{
  vertical-align: middle;
  width: 100%;
  height: auto;
  border: none;
}
p, dt, dd, li{
  text-align: justify;

  text-justify: inter-ideograph;
}
p{
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
}
.alignCenter{
  text-align: center;
}
.backToTop{
  margin: 25px 20px 15px 0;
  text-align: right;
}
img.fitImg{
  max-width: 100%;
  height: auto;
}
br{
  line-height: 1;
}
hr {
  margin-top: 2rem;
}
.clearfix:after{
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
  /* Firefoxで、下マージン設定しているのに上にもアキができるバグ対策。追加 */
}
a, a:link, a:visited, a:hover, a:active{
  outline: none;
  color: #464646;
  text-decoration: none;
}
input::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}
.sp{
  display: none !important;
}
.container{
  padding-left: 0.75rem;
  /* width: 100%; */
  padding-right: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  /* position: relative; */
}
.container_in{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 35px;
  @media (max-width: 767px) {
    padding-top: 15px;
  }
}
.text_center{
  text-align: center;
}
.sp-on{
  display: block !important;
}
.pc-on{
  display: none !important;
}
/*-----------------------------------------------
共通大見出し
-------------------------------------------------*/
.inner{
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
h2{
  
}
/*-----------------------------------------------
btn
-------------------------------------------------*/
.btnadd{
  /* width: 90%; */
  max-width: 290px;
  /* text-align: center; */
  margin: 0 auto;
}
/*-----------------------------------------------
header
-------------------------------------------------*/
header .adlp-wrapper .adlp-relative{
  position: relative;
}

header .adlp-wrapper{
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}

header .adlp-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
}

header .adlp-header .logo, header .adlp-header .tel{
  display: inline-block;
}

header .adlp-header .logo img{
  width: 264px;
}

header .adlp-wrapper .tel{
  pointer-events: none;
}

header .adlp-wrapper .tel img{
  width: 220px;
}

/*-----------------------------------------------
main visual
-------------------------------------------------*/
.line_mv .upper{
  background: url("https://www.souei.net/img/static/lp/line_shindan/top_bg_sp.webp") no-repeat top center / 100% auto;
  position: relative;
}
.line_mv .container {
  padding: 30px 0;
  @media (max-width: 767px) {
    padding: 30px 0 20px;
  }
}
h1{
  padding: 21vw 0 2vw 0vw;
  font-family: kozuka-gothic-pro, sans-serif;
  color: #fff;
  font-size: min(13vw, 100px);
  font-weight: 900;
  font-style: normal;
  line-height: 0.3;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
h1 span{
  font-size: min(13vw, 110px);
}
h1 small{
  font-size: 0.5em;
  font-weight: 500;
  position: relative;
}
h1 small::after{
  content: "";
  display: inline-block;
  width: 120px;
  height: 110px;
  background: url("https://www.souei.net/img/static/lp/line_shindan/top_bg_fukidashi.webp") no-repeat center / contain;
  position: absolute;
  left: 8vw;
  bottom: 0;
}
.line_mv .upper h1 span.h1-banner{
  padding: 0.2em 1em;
  background: #FCEE21;
  border-radius: 0;
  color: #333333;
  font-size: min(5.5vw, 43px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  position: relative;
  width: fit-content;
  @media (max-width: 767px) {
    padding: 0.3em 0.5em;
  }
}
.line_mv .upper h1 span.h1-banner::after {
  content: '';
  width: 316px;
  height: 121.6px;
  background-image: url('https://www.souei.net/img/lp/line_shindan/rapid-result-fukudashi.png');
  background-size: 316px 121.6px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  translate: 40% -110%;
}
@media (max-width: 767px) {
  .line_mv .upper h1 span.h1-banner::after {
    width: 197.5px;
    height: 76px;
    background-size: 197.5px 76px;
    translate: 10% -110%;
  }    
}

.line_mv .upper h1 span.h1-main {
  filter: drop-shadow(2px 2px 5px #777777);
}
.line_mv .upper .top_hand{
  width: 42%;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.line_mv .upper .circle{
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  margin-left: min(calc((360 / 750) * 100vw), 360px);
}
.line_mv .upper .circle li{
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc((107 / 750) * 100vw), 107px);
  height: min(calc((107 / 750) * 100vw), 107px);
  margin-right: min(calc((10 / 750) * 100vw), 10px);
  background-color: #fff;
  border-radius: 50%;
  font-size: min(calc((24 / 750) * 100vw), 24px);
  font-weight: 900;
  text-align: center;
}
.line_mv .under{
  padding: 0.5em 0;
  margin-bottom: 30px;
  background-color: var(--second-color);
  position: relative;
  @media (max-width: 767px) {
    padding: 0.2em 0;
  }
}
.line_mv .under::after{
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  border-color: var(--second-color) transparent transparent transparent;
  border-style: solid;
  border-width: 27px 20px 0 20px;
}
.line_mv .under p{
  font-family: kozuka-gothic-pro, sans-serif;
  color: #fff;
  font-size: min(7vw, 46px);
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.line_mv .under p span:nth-child(1){
  vertical-align: -0.05em;
  color: var(--third-color);
  font-size: 1.3em;
}
.line_mv .under p span:nth-child(2){
  padding-left: 0.05em;
  color: var(--third-color);
  font-size: 0.6em;
}
.line_mv .under p span:nth-child(3){
  vertical-align: -0.05em;
  font-family: "din-2014", sans-serif;
  font-size: 1em;
  font-weight: 700;
}
/*-----------------------------------------------
about
-------------------------------------------------*/
.about {
  padding-bottom: 50px;
  /* position: relative; */
  background-image: url('https://www.souei.net/img/lp/line_shindan/magnifying_glass.svg');
  background-size: 200px 200px;
  background-repeat: no-repeat;
  background-position: 78% 30px;
  @media (max-width: 767px) {
    background-position: 110% 10px;
    padding-bottom: 20px;
  }
}
/* .about::before {
  content: '';
  width: 200px;
  height: 200px;
  background-image: url('https://www.souei.net/img/lp/line_shindan/magnifying_glass.svg');
  background-size: 200px 200px;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: calc(50% + 100px);
  z-index: 0;
} */
.about__heading {
  color: #115BD1;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 2px;
  margin-bottom: 30px;
  @media (max-width: 767px) {
    margin-bottom: 10px;
  }
}

.about__heading .y {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #115BD1;
  color: #FCEE21;
  font-size: 40px;
  font-weight: 700;
  width: 54px;
  height: 54px;
  @media (max-width: 767px) {
    font-size: 26px;
    width: 36px;
    height: 36px;
  }
}

.about__heading .b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: #115BD1;
  font-size: 40px;
  font-weight: 700;
  width: 54px;
  height: 54px;
  border: solid 3px #115BD1;
  box-sizing: border-box;
  margin: 0 -2px;
  @media (max-width: 767px) {
    font-size: 26px;
    width: 36px;
    height: 36px;
    border: solid 1px #115BD1;
  }
}

.about__heading .towa {
  padding: 0 0 6px 4px;
  @media (max-width: 767px) {
    font-size: 15px;
  }
}

.about__explanation {
  margin-bottom: 40px;
  color: #333333;
  font-size: 17px;
  font-weight: 500;
  @media(max-width: 767px) {
    font-size: min(4.1vw, 17px);
    line-height: 1.8;
    margin-bottom: 25px;
  }
}
.about__explanation .pink {
  color: #FB75B0;
  font-weight: 700;
}
.about__explanation--only-three {
  border: solid 5px #00B900;
  border-radius: 12px;
  position: relative;
  box-sizing: border-box;
  background: white;
  @media(max-width: 767px) {
    padding: 20px 8px 8px;
  }
}
.about__explanation--only-three__heading {
  position: absolute;
  background: #00B900;
  color: white;
  top: -2.5px;
  left: 50%;
  translate: -50% -50%;
  padding: 8px 20px;
  border-radius: 20px;
  width: max-content;
}
.about__explanation--only-three__heading .three {
  font-weight: 900;
  font-size: 26px;
}
#riyou{
  margin: 1rem 0;
  font-size: 14px;
  letter-spacing: -0.03em;
  text-align: center;
}
#riyou span:nth-child(1){
  color: var(--accent-color);
  font-size: 1.4em;
}
#riyou span:nth-child(2){
  padding: 0 0.1em;
  color: var(--accent-color);
  font-size: 0.8em;
}
#riyou span:nth-child(3){
  color: var(--accent-color);
  font-size: 1.2em;
}
h2 + p{
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.078em;
}
.attention{
  display: inline-block;
  padding: 0.6em 0;
  margin: 2rem 0;
  border: 1px solid var(--second-color);
  color: var(--second-color);
  font-size: 12px !important;
  font-weight: 500;
}
.input .flex{
  margin-top: 1rem;
}
.input .circle li{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 78px;
  padding: 0.2em;
  margin-left: 5px;
  background-color: var(--second-color);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.input .circle{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.arrow{
  width: 0;
  height: 0;
  margin: 1rem auto;

  border-color: var(--second-color) transparent transparent transparent;
  border-style: solid;
  border-width: 25px 25px 0 25px;

}
.about .arrow {
  @media (max-width: 767px) {
    margin: 0 auto;
    border-width: 14px 25px 0 25px;
    border-color: #979797 transparent transparent transparent;
  }
}
.about__hosoku {
  margin-top: 30px;
  padding-bottom: 15px;
}
.about__hosoku p {
  font-weight: 400;
  color: #333333;
  font-size: 12px;
  font-family: sans-serif;
  text-align: center;
  @media (max-width: 767px) {
    text-align: left;
  }
}
.about__hosoku.mode_shindan {
  background: #EEF8FD;
  padding: 8px;
}
.about__omachikudasai {
  background: #115BD1;
  border-radius: 10px;
  padding: 20px 70px;
  width: fit-content;
  margin: 40px auto 0;
  @media (max-width: 767px) {
    padding: 20px;
  } 
}
.about__omachikudasai p {
  color: white;
  font-weight: 700;
  text-align: center;
}
.about__omachikudasai--p1 {
  font-size: 24px;
  @media (max-width: 767px) {
    font-size: 18px;
  }
}
.about__omachikudasai--p2 {
  font-size: 29px;
  @media (max-width: 767px) {
    font-size: 19px;
  }
}
.about__omachikudasai .date {
  font-family: "din-2014", sans-serif;
  color: #FCEE21;
  font-size: 42px;
  @media (max-width: 767px) {
    font-size: 30px;
  }
}
.about__omachikudasai .youbi {
  background: #FCEE21;
  color: #115BD1;
  border-radius: 15px;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
.about__omachikudasai .time {
  font-family: "din-2014", sans-serif;
  font-size: 27px;
  @media (max-width: 767px) {
    font-size: 22px;
  }
}
.about .flex {
  margin: auto;
}
.about .flex .result {
  place-self: center;
}
/*-----------------------------------------------
flow
-------------------------------------------------*/
.flow_content{
  margin-bottom: 1rem;
}
.flow_content .result{
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.flow_content p{
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.25px;
  text-align: center;
}
.flow_content h3{
  padding: 0.8em;
  margin: 1em 0;
  background-color: var(--base-yellow);
  color: var(--main-color);
  font-size: 18px;
}
.flow_content h3 span{
  font-family: system-ui, sans-serif;
  font-size: 20px;
  font-weight: 800;
}
#flow_2 .image{
  width: 146px;
  height: 218px;
  margin: 0 auto;
}
#flow_2 .flex .text{
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
#flow_2 .flex .text .step2_hour{
  order: -1;
}
.flow_all .image{
  width: 60%;
  margin: 0 auto;
  position: relative;
}
.flow_all .image p{
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
/*-----------------------------------------------
faq
-------------------------------------------------*/
.common_headline{
  width: 78.66%;
  border-top: 3px solid #c9c9c9;
  border-bottom: 3px solid #c9c9c9;
  color: #005eae;
  font-weight: 700;
}
.common_headline span{
  display: inline-block;
  width: 100%;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.faq_list{
  width: 100%;
  padding-top: 0;

  counter-reset: faqNum;
}
.faq_list dt{
  width: 87%;
  padding: 20px 8.5%;
  margin: 0 auto;
  background: #f7f7f7;
  border-bottom: 2px solid rgba(147, 183, 212, 0.8);
  cursor: pointer;
  color: #005eae;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
}
.faq_list dt:before{
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;

  counter-increment: faqNum;
}
.faq_list dt:after{
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid #005eae;
  border-bottom: 1px solid #005eae;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: rotate(45deg) translateY(-2px);

  transform-origin: right 50% 0;
}
.faq_list dt.isOpen:after{
  border-top: 1px solid #005eae;
  border-left: 1px solid #005eae;
  border-right: none;
  border-bottom: none;
}
.faq_list dd{
  display: none;
  width: 100%;
  padding: 20px 0 30px 0;
}
.faq_list dt.isOpen + dd{
  display: block;
}
.faq_list p{
  width: 83%;
  margin: 0 auto;
  font-weight: 500;
  line-height: 1.6;
}
/*-----------------------------------------------
footer
-------------------------------------------------*/
footer {
  padding: 20px 0;
}
.footer{
  width: 100%;
  padding: 45px 0 40px 0;
  background: #f0f0f0;
  position: relative;
}
.footer_logo{
  text-align: center;
}
.footer_cp{
  padding-top: 15px;
  font-size: 15px;
  text-align: center;
}
.footer__copyright {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-feature-settings: 'palt' on;
  text-align: center;
  color: #666;
  letter-spacing: 1.6px;
  margin-top: 10px;
}

.footer__content--anchor {
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 700;
  letter-spacing: 1.12px;
  font-size: 12px;
  margin-top: 30px;
}
#pagetop{
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 999;
}
#pagetop a{
  display: block;
  width: 80px;
  height: 20px;
  padding-top: 60px;
  background: rgba(255, 255, 255, 0.7);
  color: #356f9f;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  position: relative;
  transition: background 0.4s ease;
}
#pagetop a:after{
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #356f9f;
  border-left: 2px solid #356f9f;
  position: absolute;
  top: 36px;
  right: calc(50% - 6px);
  transform: rotate(45deg) translateY(-2px);

  transform-origin: right 50% 0;
}
#pagetop img{
  opacity: 0.7;
}
#pagetop a:hover{
  background: rgba(255, 255, 255, 1);
  transition: background 0.4s ease;
}
@media screen and (max-width: 768px){
  .pc{
    display: none !important;
  }
  .sp{
    display: block !important;
  }
  .inner{
    width: 100%;
  }
  #pagetop{
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 999;
  }
  #pagetop a{
    display: block;
    width: 80px;
    height: 20px;
    padding-top: 60px;
    background: #fff;
    color: #d3b46b;
    font-size: 10px;
    text-align: center;
    position: relative;
    transition: background 0.4s ease;
  }
  #pagetop a:after{
    content: "";
    width: 20px;
    height: 20px;
    border-top: 2px solid #d3b46b;
    border-left: 2px solid #d3b46b;
    position: absolute;
    top: 36px;
    right: calc(50% - 6px);
    transform: rotate(45deg) translateY(-2px);

    transform-origin: right 50% 0;
  }
  #pagetop img{
    opacity: 0.7;
  }
  #pagetop a:hover{
    background-color: rgba(255, 255, 255, 0.8);
    transition: background-color 0.4s ease;
  }
  /*-----------------------------------------------
header
-------------------------------------------------*/
  header .adlp-wrapper{
    max-width: inherit;
  }

  header .adlp-header{
    justify-content: center;
    align-items: center;
    height: 60px;
  }

  header .adlp-wrapper .logo img{
    width: 175px;
  }

  header .adlp-header .tel{
    pointer-events: inherit;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }

  header .adlp-wrapper .tel img{
    width: 60px;
  }
  /*-----------------------------------------------
faq
-------------------------------------------------*/
  .faq_list dt{
    width: 72%;
    padding: 4vw 14%;
    background: #f7f7f7;
    border-bottom: 1px solid #93b7d4;
    cursor: pointer;
    color: #005eae;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    position: relative;
  }
  .faq_list dt:before{
    display: block;
    position: absolute;
    top: 4vw;
    left: 3vw;

    counter-increment: faqNum;
  }
  .faq_list dt:after{
    content: "";
    width: 12px;
    height: 12px;
    border-right: 1px solid #005eae;
    border-bottom: 1px solid #005eae;
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: rotate(45deg) translateY(-2px);

    transform-origin: right 50% 0;
  }
  .faq_list dt.isOpen:after{
    border-top: 1px solid #005eae;
    border-left: 1px solid #005eae;
    border-right: none;
    border-bottom: none;
  }
  .faq_list dd{
    display: none;
    width: 100%;
    padding: 4vw 0;
  }
  .faq_list dt.isOpen + dd{
    display: block;
  }
  .faq_list p{
    width: 86.66%;
    margin: 0 auto;
    font-size: 3.6vw;
    line-height: 1.6;
  }
  .sec10{
    margin-bottom: 30px;
  }
  /*pp*/
  .sec10 .pp{
    height: 200px;
    padding: 3%;
    margin: 10px auto 20px;
    border: 2px solid #e6e6e6;
    overflow: auto;
  }
  .sec10 .pp h5{
    margin: 0;
    margin-bottom: 1em;
    font-size: 1rem;
    font-weight: normal;
    font-weight: 400;
    text-align: center;
  }
  .sec10 .pp p{
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
  }
}
@media screen and (min-width: 768px){
  .sp-on{
    display: none !important;
  }
  .pc-on{
    display: block !important;
  }
  .container{
    width: auto;
    max-width: 1000px;
  }
  p{
    font-size: 16px;
    letter-spacing: 0;
  }
  h2 + p{
    font-size: 20px;
    letter-spacing: 0;
  }
  /*-----------------------------------------------
	main visual
	-------------------------------------------------*/
  .line_mv .upper{
    height: 400px;
    background: url("https://www.souei.net/img/lp/line_shindan/FV_PC.webp") no-repeat top / 1664.74px 400px;
    background-color: var(--main-color);
    position: relative;
  }
  h1{
    padding: 115px 0 20px 20px;
    font-size: 80px;
    text-align: center;
  }
  h1 span{
    font-size: 90px;
  }
  h1 small::after{
    content: "";
    display: inline-block;
    width: 120px;
    height: 110px;
    background: url("https://www.souei.net/img/static/lp/line_shindan/top_bg_fukidashi.webp") no-repeat center / contain;
    position: absolute;
    left: 50px;
    bottom: 0;
  }
  .line_mv .upper h1 span.h1-banner{
    font-size: 30px;
  }
  .line_mv .upper .circle li{
    width: 80px;
    height: 80px;
    margin-right: 3px;
    font-size: 18px;
  }
  .line_mv .upper .top_hand{
    width: 230px;
    left: auto;
    right: 51%;
    bottom: 0;
  }
  .line_mv .upper .circle{
    margin-left: 240px;
  }
  .line_mv .under p{
    font-size: 50px;
  }
  .btnadd{
    max-width: 480px;
  }
  .attention{
    display: inline-block;
    font-size: 16px !important;
  }
  .about .container_in > .flex{
    display: flex;
    justify-content: center;
    align-items: start;
    width: fit-content;
    padding: 30px 18px 14px;
    background: white;
    filter: drop-shadow(2px 2px 3px #999999);
  }
  .about .flex .input{
    width: 220px;
  }
  .about .flex .result{
    width: 220px;
  }
  .about .arrow{
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin: 0 0 0 10px;
    border-right: 0;
    color: #979797;
    line-height: 1;
    border-color: transparent;
    border-left-color: currentColor;
    border-style: solid;
    border-width: 25px 13px;
    place-self: center;
  }
  .input .circle{
    padding: 2rem 0 0;
    position: relative;
  }
  .input .circle li{
    width: 80px;
    height: 80px;
    margin-right: 10px;
    font-size: 20px;
  }
  .input .circle li:nth-child(3){
    position: absolute;
    top: 130px;
  }
  /* flow */
  .flow_content{
    max-width: 700px;
    margin: 2rem auto;
  }
  .flow_content p{
    font-size: 20px;
    letter-spacing: normal;
    text-align: left;
  }
  .flow_content h3{
    margin: 1em 0 2em;
    font-size: 24px;
  }
  .flow_content h3 span{
    font-size: 1.1em;
  }
  .flow_content .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3rem;
  }
  #flow_1 .flex, #flow_2 .flex{
    flex-direction: row-reverse;
  }
  #flow_2 .text_center{
    text-align: left;
  }
  .flow_content .flex .text{
    width: 70%;
  }
  .flow_content .flex .image{
    width: 20%;
  }
  #flow_3 .input{
    width: 50%;
    height: 280px;
  }
  .result .text{
    text-align: left;
  }
  #flow_2 .flex .text .step2_hour{
    order: 2;
  }
  .flow_content .result{
    width: auto;
    margin: inherit;
  }
  .flow_all .arrow{
    max-width: 0;
  }
  .flow_all .image p{
    font-size: 16px;
    position: absolute;
    right: 45px;
    bottom: 20px;
  }
  #riyou{
    font-size: 18px;
  }
  .faq_list{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .sec10{
    margin-top: 50px;
    margin-bottom: 0;
  }
  .sec10 .pp p{
    font-size: 14px;
    font-weight: 400;
  }
  .sec10 .wrap{
    width: 795px;
    margin: 0 auto;
  }
  .sec10 .pp{
    height: 200px;
    padding: 3%;
    margin: 10px auto 20px;
    border: 2px solid #e6e6e6;
    overflow: auto;
  }
  .sec10 .pp h5{
    font-size: 14px;
    font-weight: 400;
  }
}

.sassoku {
  background: #E3F4FC;
  height: 100px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  margin-top: -1px;
}
.sassoku p {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #115BD1;
  padding-top: 5px;
  @media (max-width: 767px) {
    font-size: 20px;
  }
}

/*-----------------------------------------------
	shindan
-------------------------------------------------*/
.shindan-main {
  max-width: 800px;
  display: block;
  margin: auto;
  @media (max-width: 767px) {
    padding: 0 15px;
  }
}

.shindan {
  width: 100%;
  max-width: 1080px;
  display: flex;
  margin: 30px auto 40px;
  flex-direction: column;
  gap: 20px;
}

.shindan-step-container {
  @media (max-width: 767px) {
    padding: 0 12.5px;
  }
}

.shindan__step-heading {
  border: none;
  max-width: 1000px;
  color: #333333;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto 27px;
  @media (max-width: 767px) {
    font-size: 22px;
  }
}

.shindan__step-heading--step {
  border: none;
  width: 180px;
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding: 5px 0px;
  border-radius: 30px;
  background: var(--main-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  @media (max-width: 767px) {
    width: 150px;
    font-size: 16px;
  }
}


.shindan label {
  display: block;
}

.input-label {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-top: 20px;
}

.input-label .small {
  font-size: 12px;
  font-weight: 500;
}

.shindan__school-name--input {
  border: 2px solid #747474;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin: auto;
  padding-left: 20px;
  box-sizing: border-box;
  width: 100%;
  min-width: 300px;
  height: 54px;
}

.shindan__naishin--body {
  display: flex;
  flex-direction: column;
  gap: 50px;
  @media(min-width: 768px) {
    flex-direction: row;
    gap: 50px;
  }
}

.shindan__naishin--input2__container,
.shindan__naishin--input3__container {
  flex: 1;
}

.shindan__naishin--input2__container h3,
.shindan__naishin--input3__container h3 {
  color: #00B900;
}

.shindan__naishin--input2,
.shindan__naishin--input3 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: auto;
  grid-auto-flow: row;
  gap: 15px 0;
  margin-top: 20px;
  @media (max-width: 767px) {
    gap: 10px 0;
  }
}

.shindan__naishin--input2 p,
.shindan__naishin--input3 p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #333333;
}

.shindan__naishin--input2 > div,
.shindan__naishin--input3 > div {
  display: flex;
  justify-content: center;
  align-items: center;
  @media (max-width: 767px) {
    padding: 2px 0;
  }
}

.shindan__naishin--single-input {
  border: solid 1px #cfcfcf;
  border-radius: 3px;
  width: 50px;
}

.shindan__exam--input {
  /* display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
  @media (max-width: 767px) {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-auto-flow: row;
  } */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
  @media (max-width: 767px) {
    gap: 25px 20px;
  }
}

.shindan__exam--input > div {
  width: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.shindan__exam--input p {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  color: #333333;
  @media (max-width: 767px) {
    font-size: 18px;
  }
}

p.shindan__exam--input__subject-name {
  margin-right: 10px;
}

p.shindan__exam--input__ten {
  align-self: end;
  font-size: 14px;
}

.shindan__exam--input > div:last-of-type {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}

.shindan__exam--single-input {
  border: solid 1px #747474;
  border-radius: 6px;
  width: 190px;
  height: 60px;
  text-align: left;
  padding-left: 12px;
  box-sizing: border-box;
  font-size: 30px;
  color: #333333;
  @media (max-width: 767px) {
    height: 50px;
  }
}

.shindan__exam--single-input::placeholder {
  font-size: 18px;
  font-weight: 400;
  font-family: 'kozuka-gothic-pro', 'noto-sans-jp-cjk', sans-serif;
  color: #BBBBBB;
}

.shindan__exam--sum {
  text-align: right;
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.5px;
  margin-top: 30px;
  @media (max-width: 767px) {
    font-size: 26px;
  }
}

.shindan__exam--sum .smaller {
  font-size: 21px;
  font-weight: 500;
  @media (max-width: 767px) {
    font-size: 17px;
  }
}

.shindan__exam--sum .big-green {
  color: #00B900;
  font-size: 45px;
  padding-left: 10px;
  @media (max-width: 767px) {
    font-size: 40px;
  }
}

.shindan__exam--sum .green {
  color: #00B900;
  font-size: 27px;
  @media (max-width: 767px) {
    font-size: 21px;
  }
}

.shindan__school-name {
  width: fit-content;
  margin: auto;
}

.shindan__school-name--input-container {
  position: relative;
}

.shindan__school-name--suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: solid 1px #858585;
  border-radius: 5px;
  padding: 5px;
  flex-direction: column;
  gap: 7px;
  min-width: 150px;
  min-height: 8px;
  max-height: 250px;
  overflow: scroll;
  filter: drop-shadow(1px 1px 2px gray);
  transform: translateZ(0);
  @media (min-width: 768px) {
    gap: 8px;
  }
}

.shindan__school-name--suggestions li {
  font-size: 17px;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
  @media (min-width: 768px) {
    font-size: 19px;
  }
}

.shindan__school-name--suggestions li:hover {
  background-color: rgb(128, 236, 226);
}

.shindan__calc-btn {
  font-size: 30px;
  font-weight: 400;
  font-family: sans-serif;
  width: 550px;
  max-width: 90%;
  height: 70px;
  border: none;
  border-radius: 35px;
  background: #FFA500;
  color: white;
  display: block;
  margin: 20px auto 0;
  cursor: pointer;
  @media (max-width: 767px) {
    font-size: 22px;
    height: 54px;
  }
}

.shindan__calc-btn.disabled {
  background: #B2B2B2;
  cursor: not-allowed;
}

.shindan-result {
  width: 1080px;
  max-width: 100%;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.shindan-result__inner-container {
  @media (min-width: 1080px) {
    width: 1920px;
  }
}

.shindan-result h2 {
  font-size: 36px;
  font-weight: 700;
  color: green;
  text-align: center;
  margin-top: 25px;
}

.shindan-result p {
  text-align: center;
}

.shindan-result__abcde {
  line-height: 1;
  font-size: 30px;
}

.shindan-result__rank {
  line-height: 1;
}

.shindan-result p.gold {
  font-size: 50px;
  font-weight: 700;
  background: linear-gradient(
    120deg,
    #a17f01,
    #ffd700,
    #ffeda6,
    #ffd700,
    #a17f01
  );
  background-size: 200% 200%;
  animation: shine 2s linear infinite;

  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

@keyframes shine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.shindan-result__s1 {
  margin-top: 12px;
}

.shindan__naishin--radio {
  display: flex;
  border: none;
  border-radius: 12px;
  width: 100%;
  background: white;
  filter: drop-shadow(0 3.5px 0 #BFBFBF);
  transform: translateZ(0);
}

.shindan__naishin--radio input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.shindan__naishin--radio label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 40px;
  border: solid 1px #00B900;
  transition: all .2s;
  font-size: 15px;
  color: #898989;
  cursor: pointer;
  @media (max-width: 767px) {
    height: 35px;
  }
}

.shindan__naishin--radio label:first-of-type {
  border-radius: 12px 0 0 12px;
}

.shindan__naishin--radio label:last-of-type {
  border-radius: 0 12px 12px 0;
}

.shindan__naishin--radio:has(input:checked) label {
  color: #B8B8B8;
}

.shindan__naishin--radio input:checked + label {
    background: #00B900;
    color: #fff;
}

p.shindan__naishin--sum {
  text-align: right;
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.5px;
  margin-top: 15px;
  grid-column: 1 / 3;
  display: inline;
  @media (max-width: 767px) {
    font-size: 22px;
  }
}

.shindan__naishin--sum .smaller {
  font-size: 17px;
  font-weight: 500;
  @media (max-width: 767px) {
    font-size: 14px;
  }
}

.shindan__naishin--sum .big-green {
  color: #00B900;
  font-size: 40px;
  padding-left: 10px;
  @media (max-width: 767px) {
    font-size: 35px;
  }
}

.shindan__calc-btn--warning {
  font-weight: 400;
  color: #333333;
  font-size: 12px;
  font-family: sans-serif;
  text-align: center;
  margin: 0 12.5px;
}


/* .shindan__naishin--radio input:focus + label {
    outline-color: #4D90FE;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
} */


.shindan__error-message {
  display: none;
  color: red;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 25px;
}

.shindan-step-container.error .shindan__error-message {
  display: block;
}