@charset "UTF-8";
/*
Theme Name: iAnswer
*/
html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  /*letter-spacing: .1em;*/
  color: #221815;
}

.wrap {
  width: 100%;
}

.wrap_inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 769px) {
  .wrap_inner {
    padding: 0 5.33333vw;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 800px) {
  .pc {
    display: none !important;
  }
}

/*--------------------
header
---------------------*/
a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.l-header {
  padding: 12px 0;
  background-color: #fff;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1780px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.l-header h1 img {
  max-width: 223px;
}
.l-header ul {
  display: flex;
  justify-content: flex-end;
}
.l-header ul li {
  margin-left: 10px;
  border-radius: 100px;
  max-height: 70px;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.l-header ul li a {
  padding: 16px 24px;
  display: flex;
  align-items: center;
}
.l-header ul li:first-child {
  background-color: #00A796;
}
.l-header ul li:last-child {
  background-color: #E67C00;
}
.l-header ul li img {
  display: block;
  width: auto;
}
.l-header ul li span {
  display: block;
  margin-left: 15px;
}

@media screen and (max-width: 1000px) {
  .l-header ul li {
    margin-left: 10px;
    max-height: 70px;
    font-size: 18px;
  }
  .l-header ul li a {
    padding: 12px 16px;
  }
}
@media screen and (max-width: 800px) {
  .l-header h1 img {
    max-width: 130px;
  }
  .l-header ul {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .l-header ul li {
    width: 100%;
	  flex-direction: column;
    margin-left: 0px;
    border-radius: 0px;
    max-height: auto;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .l-header ul li a {
    padding: 16px 16px;
    display: flex;
    align-items: center;
  }
}
/*--------------------
footer
---------------------*/
.l-footer__ttl {
  background-color: #00C9B6;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  margin-bottom: 36px;
}
.l-footer__table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.l-footer__table li {
  width: 48%;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #707070;
  font-size: 16px;
}
.l-footer__table li span {
  display: inline-block;
  font-weight: bold;
  color: #25B2A4;
  min-width: 130px;
}
.l-footer__copy {
  font-size: 16px;
  text-align: center;
  color: #9B9B9B;
  margin-bottom: 36px;
}

@media screen and (max-width: 1000px) {
  .l-footer__table li {
    display: flex;
  }
}
@media screen and (max-width: 800px) {
  .l-footer {
    margin-top: 60px;
    margin-bottom: 120px;
  }
  .l-footer__ttl {
    font-size: 24px;
  }
  .l-footer__table {
    display: block;
  }
  .l-footer__table li {
    width: 100%;
    font-size: 16px;
  }
  .l-footer__table li span {
    min-width: 100px;
  }
  .l-footer__copy {
    font-size: 12px;
    text-align: center;
    color: #9B9B9B;
    margin-bottom: 36px;
  }
}
/*--------------------
common
---------------------*/
.c-ttl01 {
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.c-ttl01 span {
  color: #E67C00;
  font-size: 110px;
}
.c-ttl01 span.--ja {
  font-size: 80px;
}
.c-ttl01Wrap {
  position: relative;
  padding-top: 180px;
}
.c-ttl01-num {
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.c-ttl01-num img {
  width: auto;
}

@media screen and (max-width: 1000px) {
  .c-ttl01 {
    font-size: 50px;
  }
  .c-ttl01 span {
    font-size: 70px;
  }
  .c-ttl01 span.--ja {
    font-size: 60px;
  }
}
@media screen and (max-width: 800px) {
  .c-ttl01 {
    font-size: 28px;
  }
  .c-ttl01 span {
    font-size: 40px;
  }
  .c-ttl01 span.--ja {
    font-size: 34px;
  }
  .c-ttl01Wrap {
    position: relative;
    padding-top: 130px;
  }
  .c-ttl01-num {
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-ttl01-num img {
    width: auto;
    max-width: 120px;
  }
}
.c-consult {
  background: linear-gradient(#00CCB9, #00A291);
  padding: 0px 0 90px;
}
.c-consult__ttl {
  transform: translateY(-50%);
  text-align: center;
}
.c-consult__ttl img {
  max-width: 100%;
}
.c-consult__flex {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}

.c-consult__flexItem {
  width: 46%;
  margin-bottom: 24px;
}
.c-consult__flexItem h2 {
  margin-bottom: 24px;
  font-size: 25px;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.c-consult__flexItem h2 span {
  font-size: 35px;
}
.c-consult__flexItem01-ttl span {
  color: #285083;
}
.c-consult__flexItem01-flex {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
}
.c-consult__flexItem01-flex p {
  font-size: 18px;
  font-weight: bold;
  background-color: #FDF183;
  padding: 6px;
  margin-right: 16px;
  min-width: 110px;
  text-align: center;
}
.c-consult__flexItem01-flex a {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 43px;
}
.c-consult__flexItem01-txt {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.44;
  color: #fff;
  text-align: center;
}
.c-consult__flexItem02-ttl span {
  color: #E67C00;
}
.c-consult__flexItem02-btn {
  display: block;
  background: linear-gradient(#FFBD08, #E67C00);
  border-radius: 100px;
  text-align: center;
  padding: 24px;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
  box-shadow: 0px 10px #B56200;
}
.c-consult__flexItem02-btn:hover {
  box-shadow: 0px 0px #B56200;
  transform: translateY(10px);
  opacity: 1;
}
.c-consult__area {
  background-color: #fff;
  padding: 0px 80px 50px;
  border-radius: 24px;
}
.c-consult__area h2 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  position: relative;
  background: #FFF;
  border: solid 2px #00A694;
  max-width: 385px;
  margin: 0 auto 30px;
  transform: translateY(-50%);
  padding: 12px;
  border-radius: 50px;
}
.c-consult__area h2::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.c-consult__area h2::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #00A694;
  z-index: 1;
}
.c-consult__area dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-consult__area dl > div {
  width: 48%;
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
}
.c-consult__area dl > div dt {
  font-weight: bold;
  letter-spacing: -0.04em;
  background-color: #00A595;
  padding: 3px 16px;
  margin-right: 16px;
  font-size: 20px;
  color: #fff;
  min-width: 119px;
  text-align: center;
}
.c-consult__area dl > div dd {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.c-consult__area dl > div:last-child dt {
  background-color: #9A9A9A;
}

@media screen and (max-width: 1000px) {
  .c-consult__area {
    background-color: #fff;
    padding: 0px 30px 50px;
  }
}
@media screen and (max-width: 800px) {
  .c-consult {
    padding: 0px 0 45px;
  }
  .c-consult__flex {
    display: block;
    margin-bottom: 40px;
  }
  .c-consult__flexItem {
    width: 100%;
    margin-bottom: 50px;
  }
  .c-consult__flexItem h2 {
    margin-bottom: 24px;
    font-size: 20px;
    padding: 16px;
  }
  .c-consult__flexItem h2 span {
    font-size: 28px;
  }
  .c-consult__flexItem01-flex {
    display: block;
  }
  .c-consult__flexItem01-flex p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .c-consult__flexItem01-flex a {
    font-size: 34px;
  }
  .c-consult__flexItem01-txt {
    font-size: 15px;
    text-align: left;
  }
  .c-consult__flexItem02-btn {
    padding: 16px;
    font-size: 20px;
  }
  .c-consult__area {
    margin-top: 80px;
    padding: 0px 20px 30px;
  }
  .c-consult__area h2 {
    font-size: 24px;
  }
  .c-consult__area dl {
    display: block;
  }
  .c-consult__area dl > div {
    width: 100%;
    margin-bottom: 16px;
  }
  .c-consult__area dl > div dd {
    font-size: 16px;
  }
}
/*--------------------
style
---------------------*/
.p-top-mainVisual {
  background-image: url(assets/img/01.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 88px 0 120px;
}
.p-top-mainVisual__inner {
  text-align: center;
}
.p-top-mainVisual__inner img {
  max-width: 1150px;
  width: 100%;
}

.p-top-sec1__box {
  position: relative;
  top: -150px;
  padding: 80px 50px 60px;
  border: 4px solid #25B2A4;
  background: rgba(255, 255, 255, 0.8);
}
.p-top-sec1__box h2 {
  margin-bottom: 60px;
}
.p-top-sec1__box h2 img {
  max-width: 100%;
  margin: 0 auto;
}
.p-top-sec1__box p {
  text-align: center;
  font-weight: bold;
  line-height: 2;
  font-size: 20px;
}

@media screen and (max-width: 1000px) {
  .p-top-sec1__box {
    position: relative;
    top: -100px;
    padding: 80px 50px 60px;
  }
}
@media screen and (max-width: 800px) {
  .p-top-sec1__box {
    top: -80px;
    padding: 30px 20px 30px;
  }
  .p-top-sec1__box h2 {
    margin-bottom: 30px;
  }
  .p-top-sec1__box p {
    text-align: left;
    font-size: 16px;
  }
}
.slider-1 img {
  width: 100%;
}

.p-top-sec2 {
  background-image: url(assets/img/bg01.jpg);
  background-position: bottom;
  background-size: 100% 75%;
  background-repeat: no-repeat;
  padding: 140px 0 110px;
}
.p-top-sec2__inner {
  background-image: url(assets/img/bg02.png);
  background-position: bottom center;
  background-size: cover;
  padding-bottom: 120px;
  margin-bottom: 70px;
}
.p-top-sec2__h2 {
  font-weight: bold;
  font-size: 50px;
  line-height: 1.44;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  border-bottom: dashed 3px #00C8B5;
  margin-bottom: 40px;
  padding-bottom: 12px;
}
.p-top-sec2__h2 span {
  margin-bottom: 50px;
  color: #E67C00;
  font-size: 70px;
}
.p-top-sec2__img {
  margin-bottom: 40px;
}
.p-top-sec2__img img {
  width: 100%;
}
.p-top-sec2__txt01 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.65;
  text-shadow: 0px 0px 6px #fff;
}
.p-top-sec2__txt01 span {
  color: #E67C00;
}

@media screen and (max-width: 1000px) {
  .p-top-sec2__h2 {
    font-size: 40px;
  }
  .p-top-sec2__h2 span {
    font-size: 44px;
  }
}
@media screen and (max-width: 800px) {
  .p-top-sec2 {
    padding: 70px 0 55px;
  }
  .p-top-sec2__inner {
    padding-bottom: 120px;
    margin-bottom: 40px;
  }
  .p-top-sec2__h2 {
    font-size: 24px;
    margin-bottom: 40px;
    padding-bottom: 12px;
  }
  .p-top-sec2__h2 span {
    margin-bottom: 50px;
    font-size: 35px;
  }
  .p-top-sec2__img {
    margin-bottom: 40px;
  }
  .p-top-sec2__img img {
    width: 100%;
  }
  .p-top-sec2__txt01 {
    font-size: 21px;
  }
}
.p-top-sec3 h2 {
  text-align: center;
  margin-bottom: 50px;
}
.p-top-sec3 h2 img {
  max-width: 100%;
}
.p-top-sec3__list {
  max-width: 1000px;
  margin: 0 auto;
}
.p-top-sec3__li {
  background-color: #fff;
  padding: 24px 60px;
  border-radius: 24px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.p-top-sec3__point {
  margin-right: 40px;
}
.p-top-sec3__txt01 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.55;
}
.p-top-sec3__txt01 span {
  background: linear-gradient(transparent 60%, #FDF183 60%);
}
.p-top-sec3__txt02 {
  font-size: 14px;
  margin-top: 8px;
}

@media screen and (max-width: 800px) {
  .p-top-sec3__list {
    width: 100%;
  }
  .p-top-sec3__li {
    padding: 24px 16px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .p-top-sec3__point {
    margin-right: 10px;
    width: 80px;
  }
  .p-top-sec3__point img {
    width: 100%;
  }
  .p-top-sec3__txtWrap {
    width: calc(100% - 90px);
  }
  .p-top-sec3__txt01 {
    font-size: 24px;
  }
  .p-top-sec3__txt02 {
    font-size: 14px;
    margin-top: 8px;
  }
}
.p-top-sec4 {
  padding-top: 150px;
}
.p-top-sec4__ttl {
  margin-bottom: 100px;
}
.p-top-sec4__txt01 {
  font-size: 20px;
  line-height: 1.44;
  margin-bottom: 100px;
}
.p-top-sec4__txtWrap {
  max-height: 218px;
  background-color: #FFFAD0;
  padding: 20px 14px;
  position: relative;
}
.p-top-sec4__txtWrap h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-top-sec4__txtWrap p {
  font-size: 16px;
  margin-bottom: 60px;
  line-height: 1.4;
}
.p-top-sec4__txtWrap span {
  color: #E67C00;
  font-size: 106px;
  font-weight: bold;
  position: absolute;
  font-family: "Roboto", sans-serif;
  bottom: 10px;
  right: 10px;
  opacity: 0.17;
}
.p-top-sec4__grid {
  display: flex;
  justify-content: space-between;
}
.p-top-sec4__gridItem img {
  width: 100%;
}
.p-top-sec4__grid.--first {
  margin-bottom: 50px;
}
.p-top-sec4__grid.--first > div {
  width: 24%;
}
.p-top-sec4__grid.--second {
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25%;
  margin-bottom: 30px;
}
.p-top-sec4__grid.--second > div {
  width: 19%;
  margin-bottom: 30px;
}
.p-top-sec4__grid.--second .p-top-sec4__txtWrap p {
  margin-bottom: 0px;
}
.p-top-sec4__grid.--second .p-top-sec4__txtWrap span {
  font-size: 70px;
}
.p-top-sec4__txt02 {
  font-size: 16px;
  line-height: 1.44;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .p-top-sec4__grid {
    display: flex;
    flex-wrap: wrap;
  }
  .p-top-sec4__grid.--first > div {
    width: 48%;
    margin-bottom: 4%;
  }
  .p-top-sec4__grid.--second {
    gap: 2%;
  }
  .p-top-sec4__grid.--second > div {
    width: 32%;
    margin-bottom: 16px;
  }
  .p-top-sec4__txt02 {
    font-size: 16px;
    line-height: 1.44;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .p-top-sec4 {
    padding-top: 70px;
  }
  .p-top-sec4__ttl {
    margin-bottom: 40px;
  }
  .p-top-sec4__txt01 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .p-top-sec4__txtWrap {
    max-height: 220px;
    padding: 20px 14px;
  }
  .p-top-sec4__txtWrap h3 {
    font-size: 18px;
  }
  .p-top-sec4__txtWrap p {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .p-top-sec4__txtWrap span {
    font-size: 80px;
  }
  .p-top-sec4__grid {
    display: flex;
  }
  .p-top-sec4__gridItem img {
    width: 100%;
  }
  .p-top-sec4__grid.--first {
    margin-bottom: 0px;
  }
  .p-top-sec4__grid.--first > div {
    width: 49%;
    margin-bottom: 8px;
  }
  .p-top-sec4__grid.--second {
    margin-bottom: 0px;
    justify-content: flex-start;
  }
  .p-top-sec4__grid.--second > div {
    width: 49%;
    margin-bottom: 8px;
  }
  .p-top-sec4__grid.--second .p-top-sec4__txtWrap {
    max-height: 110px;
  }
  .p-top-sec4__grid.--second .p-top-sec4__txtWrap p {
    margin-bottom: 20px;
  }
  .p-top-sec4__txt02 {
    font-size: 16px;
    line-height: 1.44;
    text-align: center;
  }
}
.p-top-sec5 {
  padding: 110px 0 50px;
}
.p-top-sec5__ttl {
  margin-bottom: 100px;
}
.p-top-sec5__caption {
  text-align: center;
  font-size: 16px;
  margin: 40px 0 100px;
}
.p-top-sec5__box {
  background-color: #FFFAD0;
  border-radius: 36px;
  padding: 0 80px 80px;
}
.p-top-sec5__box__ttl {
  transform: translateY(-50%);
  text-align: center;
}
.p-top-sec5__box01-txt01 {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.p-top-sec5__box01-txt02 {
  text-align: center;
  margin-bottom: 36px;
}
.p-top-sec5__box01-gridItem {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 16px;
}
.p-top-sec5__box01-gridItem img {
  width: 100%;
}
.p-top-sec5__box01-gridItem h3 {
  display: flex;
  align-items: center;
  font-size: 25px;
  color: #E67C00;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-top-sec5__box01-gridItem h3 span {
  font-size: 50px;
  font-weight: bold;
  color: #808080;
  width: 80px;
  font-family: "Roboto", sans-serif;
}
.p-top-sec5__box01-gridItem > div {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.6;
}
.p-top-sec5__box01-gridItem > div p:first-child {
  width: 55%;
}
.p-top-sec5__box01-gridItem > div p:last-child {
  width: 42%;
}
.p-top-sec5__box01-grid01 {
  display: flex;
  justify-content: space-between;
}
.p-top-sec5__box01-grid01 > div {
  width: 46%;
}
.p-top-sec5__box01-grid01 > p {
  width: 51%;
}
.p-top-sec5__box01-grid01 > p img {
  width: 100%;
}
.p-top-sec5__box01-grid02 {
  display: flex;
  justify-content: space-between;
}
.p-top-sec5__box01-grid02 > div {
  width: 46%;
}
.p-top-sec5__box01-grid02 > div:last-child {
  margin-right: 2%;
}
.p-top-sec5__box02-txt01 {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.p-top-sec5__box02-txt02 {
  display: flex;
  justify-content: space-around;
  margin-bottom: 36px;
}
.p-top-sec5__box02-img01 {
  margin-bottom: 56px;
}
.p-top-sec5__box02-img01 img {
  width: 100%;
}
.p-top-sec5__box02-grid {
  display: flex;
  justify-content: space-between;
}
.p-top-sec5__box02-gridItem {
  width: 48%;
}
.p-top-sec5__box02-gridItem-box01 {
  background-color: #fff;
  padding: 36px 36px;
  border-radius: 8px;
  max-height: 450px;
}
.p-top-sec5__box02-gridItem-box01 h3 {
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  padding: 8px;
  border-radius: 50px;
  background-color: #E67C00;
  margin-bottom: 16px;
}
.p-top-sec5__box02-gridItem-box01 > p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-top-sec5__box02-gridItem-box01 > div {
  display: flex;
  justify-content: space-between;
}
.p-top-sec5__box02-gridItem-box01 > div > div {
  width: 43%;
}
.p-top-sec5__box02-gridItem-box01 > div > p {
  width: 5%;
}
.p-top-sec5__box02-gridItem-box01 > div > p img {
  margin-top: 100px;
}
.p-top-sec5__box02-gridItem-box01 > div p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 16px;
}
.p-top-sec5__box02-gridItem-box01 > div img {
  width: 100%;
}
.p-top-sec5__box02-gridItem-box02 {
  margin-top: 40px;
}
.p-top-sec5__box02-gridItem-box02 h3 {
  font-size: 25px;
  font-weight: bold;
  color: #E67C00;
  margin-bottom: 16px;
}
.p-top-sec5__box02-gridItem-box02 > p {
  font-size: 16px;
  line-height: 2;
}
.p-top-sec5__box02-gridItem-box03 {
  background-color: #fff;
  padding: 36px 36px;
  border-radius: 8px;
  max-height: 450px;
}
.p-top-sec5__box02-gridItem-box03 h3 {
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  padding: 8px;
  border-radius: 50px;
  background-color: #E67C00;
  margin-bottom: 16px;
}
.p-top-sec5__box02-gridItem-box03 > p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 24px;
}
.p-top-sec5__box02-gridItem-box03 > p img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .p-top-sec5__box {
    padding: 0 40px 40px;
  }
  .p-top-sec5__box02-txt02 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 36px;
  }
  .p-top-sec5__box02-txt02 img {
    width: 100%;
  }
  .p-top-sec5__box02-img01 img {
    width: 100%;
  }
  .p-top-sec5__box02-gridItem {
    width: 49%;
  }
  .p-top-sec5__box02-gridItem-box01 {
    background-color: #fff;
    padding: 24px;
    max-height: 450px;
  }
  .p-top-sec5__box02-gridItem-box01 h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  .p-top-sec5 {
    padding: 50px 0 50px;
  }
  .p-top-sec5__ttl {
    margin-bottom: 80px;
  }
  .p-top-sec5__caption {
    text-align: center;
    font-size: 16px;
    margin: 40px 0 100px;
  }
  .p-top-sec5__box {
    padding: 0 20px 40px;
  }
  .p-top-sec5__box__ttl img {
    max-width: 100%;
  }
  .p-top-sec5__box01-txt01 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 40px;
  }
  .p-top-sec5__box01-txt02 img {
    max-width: 100%;
  }
  .p-top-sec5__box01-gridItem {
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px;
  }
  .p-top-sec5__box01-gridItem h3 {
    font-size: 20px;
  }
  .p-top-sec5__box01-gridItem h3 span {
    font-size: 30px;
      width:50px;
  }
  .p-top-sec5__box01-gridItem > div {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.6;
  }
  .p-top-sec5__box01-gridItem > div p:first-child {
    width: 55%;
  }
  .p-top-sec5__box01-gridItem > div p:last-child {
    width: 42%;
  }
  .p-top-sec5__box01-grid01 {
    display: block;
    justify-content: space-between;
  }
  .p-top-sec5__box01-grid01 > div {
    width: 100%;
  }
  .p-top-sec5__box01-grid01 > p {
    width: 100%;
  }
  .p-top-sec5__box01-grid01 > p img {
    width: 100%;
  }
  .p-top-sec5__box01-grid02 {
    display: block;
    justify-content: space-between;
  }
  .p-top-sec5__box01-grid02 > div {
    width: 100%;
  }
  .p-top-sec5__box01-grid02 > div:last-child {
    margin-right: 0%;
  }
  .p-top-sec5__box02-txt01 {
    font-size: 16px;
  }
  .p-top-sec5__box02-txt02 {
    display: block;
    margin-bottom: 36px;
  }
  .p-top-sec5__box02-txt02 p {
    margin-bottom: 16px;
  }
  .p-top-sec5__box02-img01 {
    margin-bottom: 56px;
  }
  .p-top-sec5__box02-img01 img {
    width: 100%;
  }
  .p-top-sec5__box02-grid {
    display: block;
  }
  .p-top-sec5__box02-gridItem {
    width: 100%;
  }
  .p-top-sec5__box02-gridItem-box01 {
    padding: 18px 18px;
    max-height: 450px;
  }
  .p-top-sec5__box02-gridItem-box01 h3 {
    font-size: 18px;
  }
  .p-top-sec5__box02-gridItem-box01 > div {
    display: flex;
    justify-content: space-between;
  }
  .p-top-sec5__box02-gridItem-box01 > div > div {
    width: 43%;
  }
  .p-top-sec5__box02-gridItem-box01 > div > p {
    width: 5%;
  }
  .p-top-sec5__box02-gridItem-box01 > div > p img {
    margin-top: 100px;
  }
  .p-top-sec5__box02-gridItem-box01 > div p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .p-top-sec5__box02-gridItem-box01 > div img {
    width: 100%;
  }
  .p-top-sec5__box02-gridItem-box02 {
    margin-top: 20px;
  }
  .p-top-sec5__box02-gridItem-box02 h3 {
    font-size: 18px;
  }
  .p-top-sec5__box02-gridItem-box03 {
    margin-top: 40px;
    padding: 18px 18px;
  }
  .p-top-sec5__box02-gridItem-box03 h3 {
    font-size: 18px;
  }
  .p-top-sec5__box .w100 img {
    width: 100%;
  }
}
.p-top-sec6 {
  padding: 110px 0 50px;
}
.p-top-sec6__txt01 {
  text-align: center;
  font-size: 20px;
  line-height: 1.66;
  margin: 40px 0;
}
.p-top-sec6__grid {
  margin-bottom: 120px;
  background-color: #FFFAD0;
  border-radius: 8px;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-top-sec6__grid > p {
  width: 24%;
}
.p-top-sec6__grid > p:first-child {
  margin-bottom: 1.3333333333%;
}
.p-top-sec6__grid > p img {
  width: 100%;
}
.p-top-sec6__txt02 {
  text-align: center;
  margin-bottom: 20px;
}
.p-top-sec6__txt02 img {
  margin: 0 auto;
}
.p-top-sec6__box {
  background-color: #F5F5F5;
  padding: 50px;
  border-radius: 8px;
}
.p-top-sec6__box-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.p-top-sec6__box-grid img {
  width: 100%;
}
.p-top-sec6__box-grid > p {
  width: 45%;
}
.p-top-sec6__box-grid-txt {
  width: 50%;
}
.p-top-sec6__box-grid-txt01 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.44;
}
.p-top-sec6__box-grid-txt02 {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.44;
}
.p-top-sec6__box-grid-txt03 {
  font-weight: bold;
  text-align: right;
  color: #E67C00;
  font-size: 79px;
  margin-bottom: 0px;
  line-height: 1.44;
}
.p-top-sec6__box-grid-txt03 span:first-child {
  font-size: 62px;
}
.p-top-sec6__box-grid-txt03 span:last-child {
  font-size: 45px;
}
.p-top-sec6__box-grid-txt04 {
  text-align: right;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.44;
}
.p-top-sec6__box-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 50px;
}
.p-top-sec6__box-box p {
  font-size: 25px;
  margin-bottom: 8px;
  color: #FFBD08;
  font-weight: bold;
}
.p-top-sec6__box-box-list {
  display: flex;
  flex-wrap: wrap;
}
.p-top-sec6__box-box-list > li {
  width: 50%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.66;
}
.p-top-sec6__txt03 {
  text-align: center;
  font-size: 20px;
  line-height: 1.66;
  margin: 40px 0;
}
.p-top-sec6__txt03 span {
  background: linear-gradient(transparent 70%, #FDF183 70%);
}

@media screen and (max-width: 1000px) {
  .p-top-sec6__box-grid > p {
    width: 45%;
  }
  .p-top-sec6__box-grid-txt03 {
    font-size: 40px;
  }
  .p-top-sec6__box-grid-txt03 span:first-child {
    font-size: 50px;
  }
  .p-top-sec6__box-grid-txt03 span:last-child {
    font-size: 35px;
  }
  .p-top-sec6__box-box {
    padding: 24px 24px;
  }
  .p-top-sec6__box-box-list > li {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .p-top-sec6 {
    padding: 55px 0 50px;
  }
  .p-top-sec6__txt01 {
    text-align: left;
    font-size: 18px;
    line-height: 1.66;
    margin: 40px 0;
  }
  .p-top-sec6__grid {
    margin-bottom: 60px;
    padding: 20px 20px;
  }
  .p-top-sec6__grid > p {
    width: 48%;
    margin-bottom: 4%;
  }
  .p-top-sec6__grid > p:first-child {
    margin-bottom: 4%;
  }
  .p-top-sec6__grid > p img {
    width: 100%;
  }
  .p-top-sec6__txt02 {
    text-align: center;
    margin-bottom: 20px;
  }
  .p-top-sec6__txt02 img {
    max-width: 100%;
  }
  .p-top-sec6__box {
    padding: 24px;
  }
  .p-top-sec6__box-grid {
    display: block;
    margin-bottom: 36px;
  }
  .p-top-sec6__box-grid > p {
    width: 100%;
    margin-bottom: 16px;
  }
  .p-top-sec6__box-grid-txt {
    width: 100%;
  }
  .p-top-sec6__box-grid-txt01 {
    font-size: 24px;
  }
  .p-top-sec6__box-grid-txt02 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.44;
  }
  .p-top-sec6__box-grid-txt03 {
    font-size: 44px;
  }
  .p-top-sec6__box-grid-txt03 span:first-child {
    font-size: 30px;
  }
  .p-top-sec6__box-grid-txt03 span:last-child {
    font-size: 30px;
  }
  .p-top-sec6__box-grid-txt04 {
    font-size: 18px;
  }
  .p-top-sec6__box-box {
    padding: 24px 24px;
  }
  .p-top-sec6__box-box p {
    font-size: 20px;
  }
  .p-top-sec6__box-box-list {
    display: block;
    flex-wrap: wrap;
  }
  .p-top-sec6__box-box-list > li {
    width: 100%;
    font-size: 16px;
    margin-bottom: 6px;
  }
  .p-top-sec6__txt03 {
    font-size: 18px;
  }
}
.p-top-sec7 {
  padding: 110px 0 50px;
}
.p-top-sec7__txt00 {
  color: #25B2A4;
  font-weight: bold;
  text-align: center;
  font-size: 33px;
  line-height: 1.66;
  margin: 40px 0;
}
.p-top-sec7__txt01 {
  text-align: center;
  font-size: 20px;
  line-height: 1.66;
  margin: 40px 0;
}
.p-top-sec7__img01 {
  max-width: 963px;
  margin: 60px auto 120px;
  text-align: center;
}
.p-top-sec7__img01 img {
  width: 100%;
}
.p-top-sec7__box {
  background-color: #FFFAD0;
  border-radius: 36px;
  padding: 0 80px 80px;
}
.p-top-sec7__box__ttl {
  transform: translateY(-50%);
  text-align: center;
}
.p-top-sec7__box01-txt01 {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.p-top-sec7__box01-list {
  display: flex;
  justify-content: space-between;
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 70px;
}
.p-top-sec7__box01-list ul {
  width: 30%;
}
.p-top-sec7__box01-list ul li {
  margin-bottom: 8px;
}
.p-top-sec7__box01-list ul li span {
  color: #E67C00;
  font-size: 38px;
  font-family: "Roboto", sans-serif;
  margin-right: 24px;
}
.p-top-sec7__box01-list02 {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 40px;
}
.p-top-sec7__box01-list02 li {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.44;
  display: flex;
  align-items: center;
}
.p-top-sec7__box01-list02 li::before {
  content: "●";
  color: #F37701;
  margin-right: 6px;
  font-size: 10px;
}
.p-top-sec7__box01-txt02 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 50px;
}
.p-top-sec7__box02 {
  margin-top: 70px;
  padding: 50px;
  border: 10px solid #E67C00;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(#fff 70%, #FFF9C4);
}
.p-top-sec7__box02-txt {
  width: 60%;
}
.p-top-sec7__box02-txt02 {
  font-size: 56px;
  line-height: 1.66;
  font-weight: bold;
  margin-bottom: 24px;
  color: #E67C00;
}
.p-top-sec7__box02-txt03 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
}
.p-top-sec7__box02-txt03 span {
  color: #CC0000;
  background-color: #FDF183;
}
.p-top-sec7__box02-img {
  width: 35%;
}
.p-top-sec7__box02-img img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .p-top-sec7__box {
    padding: 0 40px 40px;
  }
  .p-top-sec7__box01-list {
    font-size: 24px;
  }
  .p-top-sec7__box01-list ul {
    width: 30%;
  }
  .p-top-sec7__box01-list ul li span {
    font-size: 28px;
  }
  .p-top-sec7__box01-list02 li {
    font-size: 18px;
  }
  .p-top-sec7__box01-txt02 {
    font-size: 22px;
  }
  .p-top-sec7__box02-txt01 img {
    max-width: 200px;
  }
  .p-top-sec7__box02-txt02 {
    font-size: 34px;
  }
}
@media screen and (max-width: 800px) {
  .p-top-sec7 {
    padding: 55px 0 50px;
  }
  .p-top-sec7__txt00 {
    font-size: 18px;
  }
  .p-top-sec7__txt01 {
    text-align: left;
    font-size: 18px;
  }
  .p-top-sec7__img01 {
    max-width: 963px;
    margin: 60px auto 120px;
    text-align: center;
  }
  .p-top-sec7__img01 img {
    width: 100%;
  }
  .p-top-sec7__box {
    background-color: #FFFAD0;
    border-radius: 36px;
    padding: 0 24px 24px;
  }
  .p-top-sec7__box__ttl img {
    max-width: 100%;
  }
  .p-top-sec7__box01-txt01 {
    font-size: 16px;
  }
  .p-top-sec7__box01-list {
    display: block;
    font-size: 18px;
    margin-bottom: 35px;
  }
  .p-top-sec7__box01-list ul {
    width: 100%;
  }
  .p-top-sec7__box01-list ul li span {
    font-size: 24px;
  }
  .p-top-sec7__box01-list02 {
    padding: 20px 16px;
  }
  .p-top-sec7__box01-list02 li {
    font-size: 16px;
  }
  .p-top-sec7__box01-list02 li::before {
    content: "●";
    color: #F37701;
    margin-right: 6px;
    font-size: 10px;
  }
  .p-top-sec7__box01-txt02 {
    text-align: left;
    font-size: 18px;
    margin-top: 25px;
  }
  .p-top-sec7__box02 {
    margin-top: 70px;
    padding: 40px 24px;
    border: 6px solid #E67C00;
    display: block;
  }
  .p-top-sec7__box02-txt {
    width: 100%;
  }
  .p-top-sec7__box02-txt02 {
    font-size: 34px;
  }
  .p-top-sec7__box02-txt03 {
    font-size: 18px;
  }
  .p-top-sec7__box02-img {
    margin-top: 24px;
    width: 100%;
  }
  .p-top-sec7__box02-img img {
    width: 100%;
  }
}
.p-top-sec8 {
  padding: 110px 0 200px;
}
.p-top-sec8__img01 {
  margin: 80px 0 40px;
}
.p-top-sec8__img01 img {
  width: 100%;
}
.p-top-sec8__txt01 {
  font-size: 20px;
  line-height: 1.66;
}

@media screen and (max-width: 800px) {
  .p-top-sec8 {
    padding: 55px 0 100px;
  }
  .p-top-sec8__img01 {
    margin: 40px 0 20px;
  }
  .p-top-sec8__txt01 {
    font-size: 18px;
  }
}
.p-top-sec9 {
  padding: 90px 0 100px;
}
.p-top-sec9__ttl {
  margin-bottom: 80px;
}
.p-top-sec9__ttl .c-ttl01-num {
  font-size: 245px;
  font-weight: bold;
  color: #00A796;
  opacity: 0.2;
  font-family: "Roboto", sans-serif;
  margin-top: 30px;
}
.p-top-sec9__box {
  margin-bottom: 16px;
}
.p-top-sec9__box--q {
  background-color: #fff;
  cursor: pointer;
  border: #00C9B6 5px solid;
  border-radius: 10px;
  padding: 20px 100px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.66;
  position: relative;
}
.p-top-sec9__box--q::before {
  content: "Q.";
  position: absolute;
  left: 50px;
  top: 10px;
  font-size: 33px;
  font-weight: bold;
  color: #285083;
  font-family: "Roboto", sans-serif;
}
.p-top-sec9__box--q::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 25px;
  width: 26px;
  height: 26px;
  background-image: url(assets/img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.p-top-sec9__box--q.active::after {
  transform: rotate(90deg);
}
.p-top-sec9__box--a {
  display: none;
  background-color: #00C9B6;
  border-radius: 0 0 10px 10px;
  padding: 30px 100px 20px;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.66;
  top: -10px;
  z-index: -1;
}
.p-top-sec9__box--a p {
  font-size: 17px;
}
.p-top-sec9__box--a::before {
  content: "A.";
  position: absolute;
  left: 55px;
  top: 20px;
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 800px) {
  .p-top-sec9 {
    padding: 40px 0 50px;
  }
  .p-top-sec9__ttl {
    margin-bottom: 80px;
  }
  .p-top-sec9__ttl .c-ttl01-num {
    font-size: 245px;
    margin-top: 0px;
  }
  .p-top-sec9__box {
    margin-bottom: 16px;
  }
  .p-top-sec9__box--q {
    border: #00C9B6 3px solid;
    padding: 16px 40px 16px 55px;
    font-size: 18px;
  }
  .p-top-sec9__box--q::before {
    left: 20px;
    top: 10px;
    font-size: 24px;
  }
  .p-top-sec9__box--q::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 22px;
    width: 20px;
    height: 20px;
  }
  .p-top-sec9__box--a {
    padding: 16px 2px 16px 55px;
    font-size: 16px;
  }
  .p-top-sec9__box--a p {
    font-size: 16px;
    width: 90%;
  }
  .p-top-sec9__box--a::before {
    left: 23px;
    top: 10px;
    font-size: 24px;
  }
}
.p-top-sec10 {
  padding: 0px 0 100px;
  background: linear-gradient(#fff, rgba(253, 241, 131, 0.6));
}
.p-top-sec10__inner {
  background-image: url(assets/img/40.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-top-sec10 h2 {
  font-size: 66px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  color: #E67C00;
  line-height: 1.5606060606;
  margin-bottom: 40px;
}
.p-top-sec10 p {
  max-width: 600px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.3;
}

@media screen and (max-width: 1000px) {
  .p-top-sec10__inner {
    background-size: 50%;
  }
  .p-top-sec10 h2 {
    font-size: 36px;
  }
  .p-top-sec10 p {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .p-top-sec10 {
    padding: 0px 0 50px;
  }
  .p-top-sec10__inner {
    background-image: none;
  }
  .p-top-sec10 h2 {
    font-size: 34px;
    margin-bottom: 24px;
  }
  .p-top-sec10 p {
    font-size: 18px;
    line-height: 2;
  }
  .p-top-sec10 .w100 {
    margin-top: 24px;
  }
  .p-top-sec10 .w100 img {
    width: 100%;
  }
}
.p-top-sec11 {
  padding: 130px 0;
}
.p-top-sec11__ttl {
  margin-bottom: 80px;
}
.p-top-sec11__ttl .c-ttl01-num {
  font-size: 245px;
  font-weight: bold;
  color: #00A796;
  opacity: 0.2;
  font-family: "Roboto", sans-serif;
  margin-top: 30px;
}
.p-top-sec11-txt01 {
  font-size: 16px;
  line-height: 1.66;
  margin-bottom: 60px;
}
.p-top-sec11-txt02 {
  text-align: center;
  font-size: 20px;
  line-height: 1.66;
  margin-bottom: 60px;
  margin-top: 60px;
}
.p-top-sec11-txt02 a {
  color: #25B2A4;
  font-weight: bold;
  text-decoration: underline;
}
.p-top-sec11__inner {
  max-width: 989px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .p-top-sec11 {
    padding: 40px 0;
  }
  .p-top-sec11__ttl {
    margin-bottom: 80px;
  }
  .p-top-sec11__ttl .c-ttl01-num {
    margin-top: 0px;
  }
  .p-top-sec11-txt02 {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
    
    .c-consult__area dl > div dt {
        font-weight: bold;
        letter-spacing: -0.04em;
        background-color: #00A595;
        padding: 3px 10px 5px 10px;
        margin-right: 16px;
        color: #fff;
        min-width: 90px;
        text-align: center;
        font-size: 16px;
    }
    
}/*# sourceMappingURL=style.css.map */


.p-top-mainVisual_sp.sp img {
    max-width: 100%;
}