/* LESS Document */
main {
  background: #FFF;
}
article hgroup {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  justify-content: center;
  min-width: 785px;
  max-width: max-content;
  height: 173px;
  margin: 0 auto 20px;
  font-size: 4.8rem;
  background: #96B100;
  clip-path: polygon(0 50px, 100% 0, calc(100% - 65px) 100%, 36px calc(100% - 25px));
  color: #FFF;
}
@media screen and (max-width: 767px) {
  article hgroup {
    gap: 10px;
    max-width: none;
    min-width: 0;
    height: 25vw;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 7.2vw;
    clip-path: polygon(0 0, 100% 0, calc(100% - 36px) calc(100% - 35px), 60px 100%);
  }
}
article hgroup h2 {
  display: block;
  height: auto;
  margin: 0;
  font-size: 2.4rem;
  color: #000;
  clip-path: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  article hgroup h2 {
    font-size: 4.8vw;
  }
}
article hgroup p {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  article hgroup p {
    font-size: 7.2vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	flow
+++++++++++++++++++++++++++++++++++++++++++ */
#flow {
  background: linear-gradient(to bottom, #FDFDEB 0, #FFF 308px);
}
#flow .inner {
  position: relative;
}
#flow .inner .img {
  position: absolute;
  top: 450px;
  right: -120px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #flow .inner .img {
    display: none;
  }
}
#flow ol {
  position: relative;
  color: #444;
}
#flow ol::before {
  content: '';
  background: url(../img/arrow.svg) no-repeat 0 0;
  width: 630px;
  height: 814px;
  position: absolute;
  top: 176px;
  left: -134px;
}
@media screen and (max-width: 767px) {
  #flow ol::before {
    background-size: contain;
    height: 140vw;
    top: 24vw;
    left: -24vw;
    opacity: 0.6;
  }
}
#flow ol li {
  max-width: 784px;
  min-height: 240px;
  padding: 100px 0 0 190px;
  position: relative;
  z-index: 1;
  counter-increment: number;
}
@media screen and (max-width: 767px) {
  #flow ol li {
    min-height: 0;
    padding: 10vw 0 0 30vw;
  }
}
#flow ol li:nth-of-type(2n) {
  margin-left: 160px;
}
@media screen and (max-width: 767px) {
  #flow ol li:nth-of-type(2n) {
    margin-left: 0;
  }
}
#flow ol li:nth-of-type(2)::before {
  color: #CFE5CC;
}
#flow ol li:nth-of-type(2) p strong {
  color: #59A54F;
}
#flow ol li:nth-of-type(3)::before {
  color: #B5D4E1;
}
#flow ol li:nth-of-type(3) p strong {
  color: #006A98;
}
#flow ol li:nth-of-type(4)::before {
  color: #EDBFCE;
}
#flow ol li:nth-of-type(4) p strong {
  color: #C12355;
}
#flow ol li::before {
  content: '0' counter(number);
  display: block;
  font-size: 20rem;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  letter-spacing: -10px;
  color: #FCE2B5;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #flow ol li::before {
    font-size: 24vw;
  }
}
#flow ol li p {
  position: relative;
  font-size: 2rem;
  color: #444;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #flow ol li p {
    font-size: 4vw;
  }
}
#flow ol li p strong {
  font-size: 3.8rem;
  color: #F49C00;
}
@media screen and (max-width: 767px) {
  #flow ol li p strong {
    font-size: 7.6vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	faq
+++++++++++++++++++++++++++++++++++++++++++ */
#faq {
  background: #E2F1FF;
}
#faq hgroup {
  background: #4EB4E0;
}
#faq hgroup h2 {
  background: #4EB4E0;
}
#faq details {
  margin: 0 0 25px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  background: #FFF;
  overflow: hidden;
}
#faq details[open] summary {
  background: #006ACE;
  color: #FFF;
}
#faq details[open] summary::after {
  filter: invert(100%);
  transform: rotate(45deg);
}
#faq details:nth-of-type(1) {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  #faq details:nth-of-type(1) {
    margin-top: 45px;
  }
}
#faq details summary {
  padding: 30px 50px 30px 100px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  #faq details summary {
    padding-left: 18vw;
  }
}
#faq details summary:hover {
  background: #006ACE;
  color: #FFF;
}
#faq details summary:hover::after {
  filter: invert(100%);
}
#faq details summary::before {
  content: 'Q';
  display: block;
  width: 47px;
  height: 47px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  background: #006ACE;
  font-family: 'Oswald';
  font-size: 3.2rem;
  font-weight: 700;
  color: #FFF;
  position: absolute;
  left: 28px;
  top: 24px;
}
@media screen and (max-width: 767px) {
  #faq details summary::before {
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
    font-size: 6.4vw;
    left: 20px;
  }
}
#faq details summary::after {
  content: url(../img/ico_plus.svg);
  position: absolute;
  right: 28px;
  top: 30px;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  #faq details summary::after {
    right: 20px;
  }
}
#faq details .details_answer {
  padding: 30px 50px 30px 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #faq details .details_answer {
    padding-left: 18vw;
    padding-right: 30px;
  }
}
#faq details .details_answer::before {
  content: 'A';
  display: block;
  width: 47px;
  height: 47px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  background: #FF8800;
  font-family: 'Oswald';
  font-size: 3.2rem;
  font-weight: 700;
  color: #FFF;
  position: absolute;
  left: 28px;
  top: 24px;
}
@media screen and (max-width: 767px) {
  #faq details .details_answer::before {
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
    font-size: 6.4vw;
    left: 20px;
  }
}
