.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 62.5%;
}
body {
  background: #fefdf9;
  color: #333;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  margin: 0;
}
.wrap {
  margin: auto;
  max-width: 100%;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  width: 100%;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
a:link,a:visited,a:hover,a:active {
  color: #333;
  text-decoration: none;
}
a img:hover {
  filter: brightness(1.2);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333333334vw;
  }
}
@media only screen and (max-width: 749px) {
  html {
    font-size: 2.67022696929239vw;
  }
}

/*notes*/
header {
  position: relative;
}
header .btn {
  position: absolute;
  width: 41.4rem;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*notes*/
.s01__wrap {
  padding: 6rem 4%;
}
.s01__wrap h2 {
  font-size: 3.2rem;
  margin-bottom: 1em;
  text-align: center;
}
.s01__wrap img {
  display: block;
  margin: auto;
  width: 70rem;
}

/*notes*/
.cv__wrap {
  background: bottom center / cover url(../img/0001.webp) no-repeat;
  padding: 4rem 4%;
}
.cv__wrap .box__wrap {
  margin: auto;
  width: 70rem;
}
.cv__wrap .box__wrap div {
  margin-left: auto;
  text-align: center;
  width: 40rem;
}
.cv__wrap h3 {
  color: #00a0e9;
  font-size: 2.0rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 1em;
}
.cv__wrap h3 span {
  background: linear-gradient(transparent 0%, #ffff4e 0%);
  padding: 0 .5em;
}
.cv__wrap .btn-sub {
  color: #ffff4e;
  font-size: 1.5rem;
  font-weight: 700;
  margin: .5em 0 .25em;
}
.cv__wrap .btn {
  width: 32.4rem;
}
.cv__wrap .login {
  position: relative;
  display: table;
  color: #fff;
  font-weight: 700;
  margin: .5em auto 0;
  text-decoration: underline;
}
.cv__wrap .login:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0003.webp) no-repeat;
  width: 2.0rem;
  height: 2.0rem;
  top: 10%;
  left: -1.5em;
}
.cv__wrap .t1 {
  color: #fff;
  font-weight: 700;
}
.cv__wrap .t1 span {
  color: #ffff4e;
  font-size: 1.8rem;
}

/*notes*/
.s02__wrap {
  padding: 6rem 4%;
}
.s02 {
  margin: auto;
  width: 100rem;
}
.s02 h2 {
  position: relative;
  background: #0074d5;
  border-radius: .6rem;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.3;
  margin-bottom: 1.5em;
  padding: 1em;
  text-align: center;
}
.s02 h2:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -1.8rem;
  border: 1.8rem solid transparent;
  border-top: 1.6rem solid #0074d5;
}
.f18-w7 {
  font-size: 1.8rem;
  font-weight: 700;
}
.f18-w7 span {
  color: #cf121b;
}
.s02 .table__wrap {
  margin: 4rem auto;
  text-align: center;
  width: 57rem;
}
.s02 .table__wrap h4 {
  font-size: 1.8rem;
}
.s02 .table__wrap table {
  border: .2rem solid #333;
  width: 100%;
}
.s02 .table__wrap table tr:nth-child(1) {
  background: #555;
  color: #fff;
}
.s02 .table__wrap table th,
.s02 .table__wrap table td {
  border: .1rem solid #ccc;
  padding: .25em;
}
.s02 .table__wrap table tr:nth-child(n+2) th {
  background: #cf121b;
  color: #ff0;
}
.s02 .table__wrap table td {
  padding: 1.25em 0;
}
.s02 .prof__wrap {
  display: flex;
  align-items: center;
  margin: 0 auto 4rem;
  width: 76rem;
}
.s02 .prof__wrap img {
  margin-right: 4rem;
  width: 29rem;
}
.s02 .prof__wrap p:nth-child(1) {
  font-weight: 700;
}
.s02 .prof__wrap p span {
  font-size: 3.2rem;
  font-weight: 700;
}
.s02 .prof__wrap p:nth-child(3) {
  margin: 1em 0;
}
.s02 .prof__wrap p:nth-child(4) {
  display: table;
  background: #333;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 .75em;
}
.s02 .career__wrap h4 {
  font-size: 2.0rem;
}
.s02 .career__wrap dl div {
  border-bottom: .05rem solid #333;
  display: flex;
  padding: .75em 0;
}
.s02 .career__wrap dl div:last-child {
  border-bottom: none;
}
.s02 .career__wrap dt {
  font-weight: 700;
  max-width: 6em;
  width: 100%;
}
.s02 .media__wrap {
  margin: 4rem 0 8rem;
  text-align: center;
}
.s02 .media__wrap h3 {
  background: #00a0e9;
  border-radius: .4rem;
  color: #fff;
  font-size: 1.8rem;
  padding: .25em;
}
.s02 .media__wrap h4 {
  font-size: 1.8rem;
  margin: 1em 0;
}
.s02 .secret__wrap {
  display: table;
  margin: auto;
}
.s02 .secret__wrap h3 {
  color: #0074d5;
  font-size: 2.6rem;
  margin-bottom: 1em;
  text-align: center;
}
.s02 .secret__wrap li {
  font-size: 1.8rem;
  margin-bottom: 1.5em;
}
.s02 .secret__wrap li div {
  display: flex;
  align-items: center;
  margin-bottom: .5em;
}
.s02 .secret__wrap li div p {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00a0e9;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  margin-right: .5em;
  height: 4.6rem;
  width: 4.6rem;
}
.s02 .secret__wrap li div h4 {
  font-size: 2.2rem;
}
.s02 .example__wrap {
  margin-top: 4rem;
}
.s02 .example__wrap h3 {
  background: #00a0e9;
  border-radius: .4rem;
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 1em;
  padding: .25em;
  text-align: center;
}
.s02 .example__wrap h4 {
  font-size: 2.0rem;
  margin-bottom: .5em;
}
.s02 .example__wrap p {
  font-size: 2.0rem;
}
.s02 .example__wrap p span {
  font-size: 1.6rem;
}

/*notes*/
.s03__wrap {
  background: bottom center / 250rem url(../img/0300.webp) no-repeat;
  padding: 6rem 4%;
}
.s03__wrap h2 {
  margin: 0 auto 2em;
  width: 64rem;
}
.s03__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  width: 100rem;
}
.s03__wrap ul li {
  position: relative;
  margin-bottom: 4rem;
  width: 46rem;
}
.s03__wrap ul li:last-child {
  margin-bottom: 0;
}
.s03__wrap ul li p:nth-child(1) {
  position: absolute;
  top: -14%;
  left: -2.4%;
  background: bottom center / cover url(../img/0302.webp) no-repeat;
  box-sizing: border-box;
  color: #ff0;
  font-size: 1.8rem;
  padding: 0 0 0 .25em;
  height: 3.6rem;
  width: 9.2rem;
  z-index: 1;
}
.s03__wrap ul li div {
  position: relative;
  background: #fff;
  filter: drop-shadow(.6rem .6rem 0 rgba(207,18,27,1));
  padding: 2rem;
}
.s03__wrap ul li div h3 {
  color: #00a0e9;
  font-size: 2.0rem;
}

/*notes*/
.s04__wrap {
  background: bottom center / contain url(../img/0400.webp) no-repeat;
  padding: 8rem 4%;
}
.s04__wrap .doubt__wrap {
  border: .2rem solid #00a0e9;
  margin: 0 auto 8rem;
  width: 80rem;
}
.s04__wrap .doubt__wrap .ttl__wrap {
  background: #00a0e9;
  padding: 1.5em;
}
.s04__wrap .doubt__wrap h2 {
  position: relative;
  display: table;
  color: #fff;
  font-size: 2.8rem;
  margin: auto;
}
.s04__wrap .doubt__wrap h2:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0401.webp) no-repeat;
  width: 5.0rem;
  height: 5.8rem;
  top: -15%;
  left: -2em;
}
.s04__wrap .faq__wrap {
  padding: 2rem;
}
.s04__wrap .faq__wrap .que {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: .05em solid #00a0e9;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: .5em;
  padding-bottom: .5em;
  padding-right: 2.5em;
}
.s04__wrap .faq__wrap .que:nth-child(19) {
  border-bottom: .05em solid #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}
.s04__wrap .faq__wrap .que p:nth-of-type(1) {
  color: #a6d900;
  font-size: 3.4rem;
  font-weight: 400;
  margin-right: .25em;
}
.s04__wrap .faq__wrap .que p:nth-of-type(2) {
  width: 90%;
}
.s04__wrap .faq__wrap .que:before {
  position: absolute;
  content: '';
  top: 40%;
  right: 1rem;
  background: #333;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
  height: .2rem;
  width: 2rem;
}
.s04__wrap .faq__wrap .que:after {
  position: absolute;
  content: '';
  top: 40%;
  right: 1rem;
  background: #333;
  transition: all .1s ease-in-out;
  height: .2rem;
  width: 2rem;
}
.s04__wrap .faq__wrap .que.open:before {
  background: #333;
  transform: rotate(180deg);
}
.s04__wrap .faq__wrap .que.open:after {
  opacity: 0;
}
.s04__wrap .faq__wrap .ans {
  background: #fff;
  border-radius: 1rem;
  margin-bottom: .5em;
  padding: 1em;
}
.s04__wrap .box__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 80rem;
}
.s04__wrap .box__wrap .item {
  width: 35.6rem;
}
.s04__wrap .box__wrap div {
  text-align: center;
  width: 41.2rem;
}
.s04__wrap .box__wrap h3 {
  color: #00a0e9;
  font-size: 2.8rem;
  margin-bottom: 1em;
}
.s04__wrap .box__wrap h3 span {
  background: linear-gradient(transparent 72%, #ff0 0%);
}
.s04__wrap .box__wrap h4 {
  font-size: 2.2rem;
  line-height: 1.5;
}

/*notes*/
.s05__wrap {
  padding: 8rem 4%;
}
.s05 {
  margin: auto;
  width: 100rem;
}
.s05 h2 {
  position: relative;
  background: #0074d5;
  border-radius: .6rem;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.3;
  margin-bottom: 1.5em;
  padding: 1em;
  text-align: center;
}
.s05 h2:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -1.8rem;
  border: 1.8rem solid transparent;
  border-top: 1.6rem solid #0074d5;
}
.s05 h3 {
  background: #00a0e9;
  border-radius: .4rem;
  color: #fff;
  font-size: 2.2rem;
  margin: 2em 0 1em;
  padding: .25em;
  text-align: center;
}
.s05 .type {
  display: block;
  margin: 0 auto 4rem;
  width: 80rem;
}
.s05 h4 {
  border-left: .5rem solid #00a0e9;
  font-size: 2.2rem;
  margin-bottom: 1em;
  padding-left: .5em;
}
.s05 table {
  border: .2rem solid #333;
  margin: .5em 0;
  text-align: center;
  width: 100%;
}
.s05 table th {
  background: #555;
  color: #fff;
}
.s05 table th,
.s05 table td {
  border: .1rem solid #ccc;
  padding: .75em;
}
.s05 h5 {
  position: relative;
  border-bottom: .1em solid #00a0e9;
  font-size: 2.2rem;
  margin: 2em 0 .75em;
  padding: 0 0 .25em 4rem;
}
.s05 h5:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0507.webp) no-repeat;
  width: 3.4rem;
  height: 3.4rem;
  top: 5%;
  left: 0;
}
.lines {
  display: block;
  margin: auto;
  width: 81.6rem;
}
.profit th:nth-child(4) {
  background: #cf121b;
  border: .6rem solid #cf121b;
  color: #ff0;
}
.profit td:nth-child(4) {
  border-right: .6rem solid #cf121b;
  border-left: .6rem solid #cf121b;
  color: #cf121b;
  font-size: 2.0rem;
  font-weight: 700;
}
.profit tr:nth-child(4) td:nth-child(4) {
  border-bottom: .6rem solid #cf121b;
}

/*notes*/
.s06__wrap {
  padding: 8rem 4%;
}
.s06 {
  margin: auto;
  width: 100rem;
}
.s06 h2 {
  position: relative;
  background: #0074d5;
  border-radius: .6rem;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.3;
  margin-bottom: 1.5em;
  padding: 1em;
  text-align: center;
}
.s06 h2:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -1.8rem;
  border: 1.8rem solid transparent;
  border-top: 1.6rem solid #0074d5;
}
.s06 h3 {
  font-size: 2.6rem;
  margin: 0 auto .5em;
  text-align: center;
  width: 47rem;
}
.s06 ul {
  display: flex;
  justify-content: space-between;
}
.s06 ul:nth-child(3) {
  border-bottom: .1rem solid #00a0e9;
  margin-bottom: 2rem;
  padding-bottom: 4rem;
}
.s06 li {
  width: 31.5rem;
}
.s06 ul:nth-child(3) li {
  border: .2rem solid #00a0e9;
  border-radius: .6rem;
}
.s06 ul:nth-child(3) li h4 {
  background: #00a0e9;
  border-radius: .2rem .2rem 0 0;
  color: #fff;
  font-size: 1.8rem;
  padding: .5em;
  text-align: center;
}
.s06 ul:nth-child(3) li h4 span {
  color: #f4e434;
}
.s06 ul:nth-child(3) li p {
  font-weight: 700;
  padding: 2rem;
}
.s06 ul:nth-child(5) li div {
  display: flex;
  align-items: center;
}
.s06 ul:nth-child(5) li div p {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff9245;
  color: #fff;
  border-radius: 2rem;
  font-size: 2.2rem;
  margin-right: .5em;
  height: 4rem;
  width: 4rem;
}
.s06 ul:nth-child(5) li div h4 {
  font-size: 2.0rem;
}
.s06 ul:nth-child(5) li .txt {
  background: #f1f1f1;
  border-radius: .6rem;
  font-weight: 700;
  padding: 2rem;
}

/*notes*/
.s07__wrap {
  padding: 8rem 4%;
}
.s07 {
  margin: auto;
  width: 100rem;
}
.s07 h2 {
  display: block;
  margin: 0 auto 3em;
  width: 65.4rem;
}
.s07 span {
  color: #cf121b;
  font-weight: 700;
}
.s07 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s07 li {
  background: #fff;
  border: .2rem solid #00a0e9;
  border-radius: .6rem;
  box-sizing: border-box;
  filter: drop-shadow(.5rem .5rem 0 rgba(0,0,0,0.16));
  margin-top: 2rem;
  padding: 2rem;
  width: 32rem;
}
.s07 li img {
  display: block;
  margin: auto;
  width: 10rem;
}
.s07 li h3 {
  border-bottom: .1em solid #00a0e9;
  color: #00a0e9;
  font-size: 2.0rem;
  margin-bottom: .5em;
  text-align: center;
}

/*notes*/
.s08__wrap {
  padding: 8rem 4%;
}
.s08 {
  margin: auto;
  width: 80rem;
}
.s08 h2 {
  display: block;
  margin: auto;
  width: 66.8rem;
}
.s08 h3 {
  font-size: 2.2rem;
  margin: 1em 0 2em;
  text-align: center;
}
.s08 table {
  border: .2rem solid #333;
  width: 100%;
}
.s08 table th {
  background: #00a0e9;
  color: #fff;
}
.s08 table th,
.s08 table td {
  border: .1rem solid #ccc;
  padding: .5em 2em;
}
.s08 table td {
  font-size: 1.8rem;
  font-weight: 700;
}
.s08 table td:nth-child(1) {
  text-align: center;
  width: 37.5%;
}
.s08 table td:nth-child(2) {
  display: flex;
  align-items: center;
}
.s08 table td:nth-child(2) span {
  font-size: 2.6rem;
}
.s08 table td:nth-child(2) img {
  margin-left: .5em;
  width: 21.6rem;
}
.s08 p:nth-child(4) {
  font-size: 1.4rem;
  margin-top: 1em;
}
.s08 p:nth-child(5) {
  color: #00a0e9;
  font-size: 3.6rem;
  font-weight: 700;
  margin: .75em 0;
  text-align: center;
}
.s08 p:nth-child(5) span {
  background: linear-gradient(transparent 72%, #ff0 0%);
}
.s08 p:nth-child(6) {
  font-weight: 700;
  text-align: center;
}

/*notes*/
.s09__wrap {
  background: #f1f1f1;
  padding: 8rem 4%;
}
.s09 {
  margin: auto;
  width: 100rem;
}
.s09 h2 {
  position: relative;
  font-size: 3.2rem;
  margin-bottom: 1.5em;
  text-align: center;
}
.s09 h2:before {
  position: absolute;
  content: '';
  bottom: -1rem;
  width: 4rem;
  height: .2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  background: #cf121b;
}
.s09 h3 {
  background: #00a0e9;
  border-radius: .4rem;
  color: #fff;
  font-size: 1.8rem;
  margin: 1em 0 .5em;
  padding: .25em;
  text-align: center;
}
.s09 p {
  padding: 0 2rem;
}
.s09 img {
  padding: 1rem 2rem;
  width: 40rem;
}

/*notes*/
.s10__wrap {
  padding: 8rem 4%;
}
.s10 {
  margin: auto;
  width: 100rem;
}
.s10 h2 {
  background: #0074d5;
  border-radius: .6rem;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.3;
  margin-bottom: .5em;
  padding: 1em;
  text-align: center;
}
.s10 div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 3rem;
  width: 84rem;
}
.s10 div img {
  width: 32rem;
}
.s10 div p {
  line-height: 1.8;
  width: 50rem;
}
.s10 table {
  border: .2rem solid #333;
  width: 100%;
}
.s10 table th {
  background: #555;
  color: #fff;
}
.s10 table th,
.s10 table td {
  border: .1rem solid #ccc;
  padding: 1em;
  vertical-align: middle;
  text-align: center;
}
.s10 table th:nth-child(2) {
  background: #cf121b;
  border: .6rem solid #cf121b;
  color: #ff0;
}
.s10 table td:nth-child(2) {
  border-right: .6rem solid #cf121b;
  border-left: .6rem solid #cf121b;
}
.s10 table tr:nth-child(7) td:nth-child(2) {
  border-bottom: .6rem solid #cf121b;
}

/*notes*/
.s11__wrap {
  padding: 8rem 4%;
}
.s11 {
  margin: auto;
  width: 80rem;
}
.s11 h2 {
  position: relative;
  font-size: 3.2rem;
  margin-bottom: 1.5em;
  text-align: center;
}
.s11 h2:before {
  position: absolute;
  content: '';
  bottom: -1rem;
  width: 4rem;
  height: .2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  background: #cf121b;
}
.s11 .faq__wrap {
  padding: 2rem;
}
.s11 .faq__wrap .que {
  position: relative;
  display: flex;
  align-items: center;
  border-top: .1em solid #00a0e9;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 1.25em;
}
.s11 .faq__wrap .que:nth-child(5) {
  border-bottom: .1em solid #00a0e9;
}
.s11 .faq__wrap .que:before {
  position: absolute;
  content: '';
  top: 46%;
  right: 1rem;
  background: #333;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
  height: .1rem;
  width: 2rem;
}
.s11 .faq__wrap .que:after {
  position: absolute;
  content: '';
  top: 46%;
  right: 1rem;
  background: #333;
  transition: all .1s ease-in-out;
  height: .1rem;
  width: 2rem;
}
.s11 .faq__wrap .que.open:before {
  background: #333;
  transform: rotate(180deg);
}
.s11 .faq__wrap .que.open:after {
  opacity: 0;
}
.s11 .faq__wrap .ans {
  background: #fff;
  border-radius: 1rem;
  margin-bottom: .5em;
  padding: 1em;
}
.s11 .faq__wrap .ans span {
  color: #cf121b;
  font-weight: 700;
}

/*notes*/
.s12__wrap {
  background: #f1f1f1;
  padding: 8rem 4%;
}
.s12 {
  margin: auto;
  width: 100rem;
}
.s12 h2 {
  position: relative;
  font-size: 3.2rem;
  margin-bottom: 1.5em;
  text-align: center;
}
.s12 h2:before {
  position: absolute;
  content: '';
  bottom: -1rem;
  width: 4rem;
  height: .2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  background: #cf121b;
}
.s12 p {
  font-weight: 700;
  margin-top: 2em;
}

/*notes*/
footer {
  background: #000;
  color: #fff;
  padding: 4rem 4%;
  text-align: center;
}
footer ul {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
footer li {
  font-size: 1.4rem;
  margin: 0 .5em;
}
footer li a:link,footer li a:visited {
  color: #fff;
  text-decoration: underline;
}
footer p {
  font-size: 1.2rem;
}










@media screen and (max-width:749px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 1.4rem;
}

/*notes*/
header .btn {
  width: 20.7rem;
  top: 58%;
  left: 41%;
}

/*notes*/
.s01__wrap {
  padding: 4rem 4%;
}
.s01__wrap h2 {
  font-size: 2.2rem;
}
.s01__wrap img {
  width: 33.3rem;
}

/*notes*/
.cv__wrap {
  background: linear-gradient(225deg, #52cecb 0%, #0091d5 50%, #0050ae 100%);
  padding: 2rem 2%;
}
.cv__wrap .box__wrap {
  width: 100%;
}
.cv__wrap .box__wrap div {
  width: 100%;
}
.cv__wrap .t1 {
  font-size: 1.6rem;
}
.cv__wrap .hiromi {
  display: block;
  margin: auto;
  width: 11rem;
}

/*notes*/
.s02__wrap {
  padding: 4rem 4%;
}
.s02 {
  width: 100%;
}
.s02 h2 {
  font-size: 1.8rem;
}
.f18-w7 {
  font-size: 1.4rem;
}
.s02 .table__wrap {
  width: 100%;
}
.s02 .table__wrap table {
  width: 100%;
}
.s02 .table__wrap table th,
.s02 .table__wrap table td {
  vertical-align: middle;
}
.s02 .table__wrap table td {
  padding: .75em 0;
}
.s02 .prof__wrap {
  display: block;
  width: 100%;
}
.s02 .prof__wrap img {
  display: block;
  margin: 0 auto 2em;
  width: 29rem;
}
.s02 .prof__wrap p span {
  font-size: 2.8rem;
}
.s02 .prof__wrap p:nth-child(4) {
  font-size: 1.5rem;
}
.s02 .career__wrap h4 {
  font-size: 1.8rem;
}
.s02 .career__wrap dt {
  width: 25%;
}
.s02 .career__wrap dd {
  width: 75%;
}
.s02 .media__wrap {
  margin: 2rem 0 4rem;
}
.s02 .media__wrap h3 {
  font-size: 1.6rem;
}
.s02 .media__wrap h4 {
  font-size: 1.5rem;
}
.s02 .secret__wrap h3 {
  font-size: 1.8rem;
}
.s02 .secret__wrap li {
  font-size: 1.4rem;
}
.s02 .secret__wrap li div p {
  font-size: 2.0rem;
  height: 3.2rem;
  width: 3.2rem;
}
.s02 .secret__wrap li div h4 {
  font-size: 1.6rem;
}
.s02 .example__wrap h3 {
  font-size: 1.6rem;
}
.s02 .example__wrap h4 {
  font-size: 1.4rem;
}
.s02 .example__wrap p {
  font-size: 1.4rem;
}
.s02 .example__wrap p span {
  font-size: 1.2rem;
}

/*notes*/
.s03__wrap {
  padding: 4rem 4%;
}
.s03__wrap h2 {
  width: 32rem;
}
.s03__wrap ul {
  width: 100%;
}
.s03__wrap ul li p:nth-child(1) {
  font-size: 1.6rem;
  height: 3.4rem;
  width: 8.6rem;
}
.s03__wrap ul li div h3 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: .25em;
}

/*notes*/
.s04__wrap {
  background: bottom center / contain url(../img/0400_sp.webp) no-repeat;
  padding: 4rem 4%;
}
.s04__wrap .doubt__wrap {
  margin: 0 auto 2rem;
  width: 100%;
}
.s04__wrap .doubt__wrap h2 {
  font-size: 1.8rem;
}
.s04__wrap .doubt__wrap h2:before {
  width: 4.0rem;
  height: 4.6rem;
  top: -35%;
}
.s04__wrap .faq__wrap .que {
  font-size: 1.5rem;
}
.s04__wrap .faq__wrap .que p:nth-of-type(1) {
  font-size: 3.2rem;
}
.s04__wrap .faq__wrap .ans {
  font-size: 1.3rem;
  padding: 1em 0;
}
.s04__wrap .box__wrap {
  display: block;
  width: 100%;
}
.s04__wrap .box__wrap .item {
  display: block;
  margin: auto;
  width: 80%;
}
.s04__wrap .box__wrap div {
  width: 100%;
}
.s04__wrap .box__wrap h3 {
  font-size: 2.0rem;
}
.s04__wrap .box__wrap h4 {
  font-size: 1.6rem;
}
.s04__wrap .box__wrap div img {
  width: 80%;
}

/*notes*/
.s05__wrap {
  padding: 4rem 4%;
}
.s05 {
  width: 100%;
}
.s05 h2 {
  font-size: 1.8rem;
}
.s05 h3 {
  font-size: 1.6rem;
}
.s05 .type {
  width: 100%;
}
.s05 h4 {
  font-size: 1.6rem;
}
.s05 table {
  border: .2rem solid #333;
  margin: .5em 0;
  text-align: center;
  width: 100%;
}
.s05 table th {
  background: #555;
  color: #fff;
}
.s05 table th,
.s05 table td {
  padding: .75em .25em;
  vertical-align: middle;
}
.s05 h5 {
  font-size: 1.8rem;
}
.s05 h5:before {
  width: 3.0rem;
  height: 3.0rem;
  top: -5%;
}
.lines {
  width: 100%;
}
.profit th:nth-child(4) {
  border: .3rem solid #cf121b;
}
.profit td:nth-child(4) {
  border-right: .3rem solid #cf121b;
  border-left: .3rem solid #cf121b;
  font-size: 1.6rem;
}
.profit tr:nth-child(4) td:nth-child(4) {
  border-bottom: .3rem solid #cf121b;
}

/*notes*/
.s06__wrap {
  padding: 4rem 4%;
}
.s06 {
  width: 100%;
}
.s06 h2 {
  font-size: 1.8rem;
}
.s06 h3 {
  font-size: 1.8rem;
  width: 100%;
}
.s06 ul {
  display: block;
}
.s06 li {
  width: 100%;
}
.s06 ul:nth-child(3) li {
  margin-top: 1rem;
}
.s06 ul:nth-child(5) li div h4 {
  font-size: 1.8rem;
}
.s06 ul:nth-child(5) li .txt {
  margin-bottom: 2rem;
}

/*notes*/
.s07__wrap {
  padding: 4rem 4%;
}
.s07 {
  width: 100%;
}
.s07 h2 {
  margin: 0 auto 2em;
  width: 100%
}
.s07 li {
  width: 100%;
}
.s07 li h3 {
  font-size: 1.8rem;
}

/*notes*/
.s08__wrap {
  padding: 4rem 4%;
}
.s08 {
  width: 100%;
}
.s08 h2 {
  width: 100%;
}
.s08 h3 {
  font-size: 1.8rem;
}
.s08 table {
  width: 100%;
}
.s08 table th,
.s08 table td {
  padding: .5em 0;
  vertical-align: middle;
}
.s08 table td {
  font-size: 1.5rem;
  text-align: center;
}
.s08 table td:nth-child(2) {
  display: block;
}
.s08 table td:nth-child(2) span {
  font-size: 2.2rem;
}
.s08 table td:nth-child(2) img {
  margin: -1.5rem auto 0;
  width: 18rem;
}
.s08 p:nth-child(5) {
  font-size: 1.8rem;
  margin: 1em 0;
}
.s08 p:nth-child(6) {
  text-align: left;
}

/*notes*/
.s09__wrap {
  padding: 4rem 4%;
}
.s09 {
  width: 100%;
}
.s09 h2 {
  font-size: 1.8rem;
  margin-bottom: 2.5em;
}
.s09 h3 {
  font-size: 1.6rem;
}
.s09 p {
  padding: 0 2rem;
}
.s09 img {
  display: block;
  margin: auto;
  padding: 1rem 0;
  width: 90%;
}

/*notes*/
.s10__wrap {
  padding: 4rem 4%;
}
.s10 {
  width: 100%;
}
.s10 h2 {
  font-size: 1.8rem;
}
.s10 div {
  width: 100%;
}
.s10 div img {
  display: block;
  margin: auto;
  width: 16rem;
}
.s10 table {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
.s10 table th,
.s10 table td {
  padding: .5em 0;
}
.s10 table th {
  padding: 1.5em 0;
}
.s10 table th:nth-child(2) {
  border: .3rem solid #cf121b;
}
.s10 table td:nth-child(2) {
  border-right: .3rem solid #cf121b;
  border-left: .3rem solid #cf121b;
}
.s10 table tr:nth-child(7) td:nth-child(2) {
  border-bottom: .3rem solid #cf121b;
}

/*notes*/
.s11__wrap {
  padding: 4rem 4%;
}
.s11 {
  width: 100%;
}
.s11 h2 {
  font-size: 2.0rem;
  margin-bottom: 2.5em;
}
.s11 .faq__wrap {
  padding: 0;
}
.s11 .faq__wrap .que {
  font-size: 1.4rem;
}
.s11 .faq__wrap .que p {
  width: 90%;
}

/*notes*/
.s12__wrap {
  padding: 4rem 4%;
}
.s12 {
  margin: auto;
  width: 100%;
}
.s12 h2 {
  font-size: 2.0rem;
  margin-bottom: 2.5em;
}

/*notes*/
footer ul {
  flex-wrap: wrap;
}
footer li {
  line-height: 2.4;
}
}
