#main img {
  width: 100%;
  height: auto;
}

/*============================
#sec00
============================*/
#sec00 {
  padding: 0 20px 50px;
}
@media screen and (max-width: 767px) {
  #sec00 {
    padding: 20px 20px 30px;
  }
}
#sec00 .w1000 h2 {
  font-size: 2.2em;
}
@media screen and (max-width: 767px) {
  #sec00 .w1000 h2 {
    font-size: 5vw;
  }
}
#sec00 .w1000 h2 strong {
  display: block;
  color: #52a4dd;
  font-size: 80%;
}
/*============================
#process
============================*/
#process * {
  box-sizing: border-box;
}
#process figure.process-item {
  display: block;
}
#process figure.process-item img {
  display: block;
  width: 100%;
  height: auto;
}
#process .voice {
  max-width: 800px;
  margin: 20px auto;
  padding: 30px 30px 30px 60px;
  background-color: #d5ebf7;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  #process .voice {
    display: block;
    padding: 30px;
  }
}
#process .voice dl dt {
  font-weight: bold;
  font-size: 1.4em;
  color: #1b82cb;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #1b82cb;
}
#process .voice figure {
  display: block;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #process .voice figure {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 1em;
  }
}
#process .voice figure img {
  width: 140px;
}
@media screen and (max-width: 768px) {
  #process .voice figure img {
    width: 80px;
  }
}
#process .voice figure figcaption {
  white-space: nowrap;
  line-height: 1.2;
  padding-top: 0.5em;
  font-size: 0.9em;
}

/*============================
#value
============================*/
#value.sec {
  font-feature-settings: "palt";
}
#value.sec .w1140 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  #value.sec .w1140 .flex {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
#value.sec .w1140 .flex > div {
  width: 100%;
}
#value.sec .w1140 .flex div:nth-of-type(1) {
  text-align: justify;
}
#value.sec .w1140 .flex div:nth-of-type(1) p {
  margin: 0;
  padding: 0;
  line-height: 1.67;
}
#value.sec .w1140 .flex div:nth-of-type(1) p + p {
  color: #1b82cb;
  padding-top: 1em;
  padding-bottom: 1em;
}
#value.sec .w1140 .flex div:nth-of-type(1) dl {
  display: flex;
  gap: 1em;
  align-items: center;
  margin-top: 1em;
}
#value.sec .w1140 .flex div:nth-of-type(1) dl dt {
  flex: 0 0 10em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  border-radius: 0.5em;
  padding: 1em 0;
  color: #1b82cb;
  background: rgba(27, 130, 203, 0.3);
}
#value.sec .w1140 .flex div:nth-of-type(1) dl dd {
  letter-spacing: 0;
  line-height: 1.67;
}
/*============================
		#sec01
		============================*/
section#sec01.sec .w900 .flex {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  section#sec01.sec .w900 .flex {
    display: block;
  }
}
section#sec01.sec .w900 .flex figure {
  flex: 0 0 48%;
}
section#sec01.sec .w900 .flex figure img {
  width: 100%;
  height: auto;
}

/*============================
#point
============================*/
#point.bgGray {
  padding: 100px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #point.bgGray {
    padding: 50px 20px;
  }
}
#point.bgGray .w1000 h2 {
  font-size: 2em;
  color: #52a4dd;
  border-bottom: 2px solid #C3E1F5;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #point.bgGray .w1000 h2 {
    font-size: 6vw;
  }
}
#point.bgGray .w1000 .flex {
  margin: 0;
  padding: 0;
  justify-content: center;
  box-sizing: border-box;
  gap: 30px;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  #point.bgGray .w1000 .flex {
    display: block;
  }
}
#point.bgGray .w1000 .flex figure {
  flex: 0 0 calc(33.333% - 15px);
  flex: 0 0 31.3333%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #point.bgGray .w1000 .flex figure {
    margin-bottom: 20px;
  }
}
#point.bgGray .w1000 .flex figure figcaption h3 {
  background: #52a4dd;
  color: #fff;
}
#point.bgGray .w1000 .flex figure figcaption p {
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
#point.bgGray .w1000 .exam {
  border: 1px solid #52a4dd;
  background: #fff;
}
#point.bgGray .w1000 .exam * {
  box-sizing: border-box;
}
#point.bgGray .w1000 .exam h3 {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: #52a4dd;
  color: #fff;
  line-height: 1.5;
  padding: 0.5em 1em;
}
#point.bgGray .w1000 .exam h3 small {
  display: block;
}
#point.bgGray .w1000 .exam .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #point.bgGray .w1000 .exam .wrap {
    display: block;
  }
}
#point.bgGray .w1000 .exam .wrap figure.graph {
  flex: 0 0 55%;
}
#point.bgGray .w1000 .exam .wrap .flex {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 20px;
  align-items: center;
  background: #EDF2FA;
  border-radius: 1em;
}
@media screen and (max-width: 767px) {
  #point.bgGray .w1000 .exam .wrap .flex {
    max-width: none;
    margin-top: 20px;
  }
}
#point.bgGray .w1000 .exam .wrap .flex figure {
  flex: 0 0 30%;
  text-align: center;
}
#point.bgGray .w1000 .exam .wrap .flex figure img {
  display: inline-block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #point.bgGray .w1000 .exam .wrap .flex figure img {
    width: 30%;
  }
}
#point.bgGray .w1000 .exam .wrap .flex div {
  flex: 0 0 60%;
}
#point.bgGray .w1000 .exam .wrap .flex div p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #point.bgGray .w1000 .exam .wrap .flex div p {
    font-size: 12px;
  }
}
#point.bgGray .w1000 .exam .wrap .flex div p strong {
  font-size: 150%;
}