@charset "UTF-8";
/*default*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-section-wrapper {
  margin: 0 auto;
}

.global-wrapper {
  height: auto;
}

p,
ul,
ol,
table {
  margin: 0;
  padding: 0;
  list-style: none;
}

.copyrights {
  margin-top: 1em;
}

/*default-end*/
.global-wrapper {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

/*ここから入力*/
@font-face {
  font-family: "UD Digi Kyokasho NP-B";
  src: url(../font/UDDigiKyokashoNP-B-02.ttf) format(”truetype”);
}
.pc-bg {
  background-color: #f6ed9e;
}

.page-title {
  position: relative;
}

.page-title h1 {
  margin: 0 auto;
  text-align: center;
  font-family: "UD Digi Kyokasho NP-B";
}

.page-title h1 > span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 392px;
  margin: auto;
}

.page-title h1 span img {
  width: 660px;
}

.main-feature-wrapper {
  padding-top: 80px;
}

.lead-box {
  margin: 0 auto 90px;
  padding: 50px 0;
  text-align: center;
}

.lead-box.num01 {
  background: url(../img/risu01.png) no-repeat 0 100%, url(../img/risu02.png) no-repeat 100% 100%;
}

.lead-box.num02 {
  margin-bottom: 120px;
  border-radius: 15px;
  background-color: #f6ed9e;
}

.lead-box.num01 strong {
  display: block;
  width: 290px;
  margin: 0 auto 10px;
}

.lead-box.num02 strong {
  position: relative;
  display: inline-block;
  width: 306px;
  margin-bottom: 20px;
  padding: 10px 14px 18px;
  background: url(../img/line.png) no-repeat -16px bottom/100%;
}

.lead-box.num02 strong::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -80px;
  width: 35px;
  height: 55px;
  background: url(../img/bara01.png) no-repeat top left/contain;
}

.lead-box.num02 strong::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -70px;
  width: 30px;
  height: 55px;
  background: url(../img/bara02.png) no-repeat top left/contain;
}

.lead-box strong span {
  font-size: 16px;
}

.lead-box p {
  font-size: 16px;
  line-height: 40px;
}

section[id] {
  margin-top: -62px;
  padding-top: 62px;
}

.contents-bg {
  padding: 80px 0 170px;
  background-color: #f7f3cf;
}

.nav-title {
  display: block;
  margin-bottom: 50px;
  text-align: center;
}

.nav-title img {
  width: 610px;
}

.container .page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1126px;
  margin: 0 auto 185px;
}

.page-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  padding: 25px 0 60px;
  text-align: center;
  border-right: 4px solid #ffe500;
  background: url(../img/push.png) #fcfaec no-repeat center calc(100% - 25px)/22px;
}

.page-nav li:first-child {
  border-left: 4px solid #ffe500;
}

.page-nav li a {
  display: block;
  padding-top: 0.5em;
  color: #4f4d40;
  font-size: 16px;
  line-height: 2;
  text-decoration: none;
}

.page-nav li a p {
  padding-top: 10px;
}

.contents {
  max-width: 1126px;
  margin: 0 auto 130px;
  padding: 45px;
  border-radius: 20px;
  background: #fff;
}

.contents h2 {
  text-align: center;
}

.contents h2 span {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #eb6100;
  font-size: 18px;
}

.contents h2 span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 2px;
  height: 30px;
  margin: auto;
  background: #eb6100;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contents h2 span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  bottom: 0;
  width: 2px;
  height: 30px;
  margin: auto;
  background: #eb6100;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.contents p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

.cont01 {
  position: relative;
  background: url(../img/bara03.png) no-repeat calc(100% - 30px) 40px, url(../img/risu07.png) no-repeat 40px calc(100% - 30px), url(../img/risu08.png) no-repeat calc(100% - 40px) calc(100% - 30px) #fff;
}

.cont01::after,
.cont03::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -84px;
  width: 64px;
  height: 46px;
  margin: auto;
  background: url(../img/bara3.png) no-repeat;
  background-size: contain;
}

.cont02 {
  position: relative;
}

.cont02::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -84px;
  width: 64px;
  height: 46px;
  margin: auto;
  background: url(../img/bara4.png) no-repeat;
  background-size: contain;
}

.cont01 .lead,
.cont02 .lead {
  position: relative;
  margin-bottom: 30px;
}


.cont01 .lead .pc-only {
  position: absolute;
  top: -42px;
  right: 68px;
}

.cont01 .lead + p,
.cont02 .lead + p {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 36px;
  background: url(../img/line2.png) no-repeat top center;
}

.cont02 .lead + p img {
  position: absolute;
  right: -66px;
  bottom: 30px;
}

.cont02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding-top: 100px;
}

.cont02 li {
  position: relative;
  width: 30%;
  margin-bottom: 100px;
}

.cont02 li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  display: block;
  width: 100%;
  height: 32px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.cont02 li > span {
  position: absolute;
  top: 3px;
  left: -3px;
  z-index: 5;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 140px;
  height: 30px;
  padding: 4px 20px;
  color: #000;
  font-size: 16px;
  line-height: 1;
  background: url(../img/ribbon.png) no-repeat top left/100%;
}

.cont02 .f14 {
  font-size: 14px;
}

.cont02 .item {
  position: relative;
  padding-top: 20px;
}

.cont02 .item::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 20px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.cont02 .item .from {
  margin: 0 20px;
  text-align: right;
  font-size: 12px;
}

.cont02 .item p {
  margin: 0 20px;
}

.cont02 .item p:nth-of-type(2) {
  font-size: 17px;
  border-bottom: 3px solid #f0d800;
}

.cont02 .item p:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  overflow-wrap: unset;
}

.cont02 .item p.h01 {
  height: 150px;
}

.cont02 .item p:nth-of-type(3) span {
  font-size: 12px;
}

.cont03 {
  position: relative;
  background: url(../img/star3.png) no-repeat 40px 40px, url(../img/star3.png) no-repeat calc(100% - 40px) 40px, url(../img/risu10.png) no-repeat calc(100% - 40px) calc(100% - 40px) #fff;
}

.cont03 .lead {
  margin-bottom: 70px;
}

.cont03 .image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 60px;
  padding: 0 30px;
}

.cont03 .image-box li {
  width: 25%;
}

.cont03 .image-box li + li {
  margin-left: 9px;
}

.cont03 .floor {
  position: relative;
  z-index: 2;
  margin: 0 30px 50px;
  text-align: center;
}

.cont03 .floor::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #4f4d40;
}

.cont03 .floor span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 50px;
  background: #fff;
}

.cont03 .floor span img {
  height: 38px;
}

.cont03 .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px 50px;
}

.cont03 .service .w140 {
  width: 140px;
}

.cont03 .service .w88 {
  width: 88px;
  margin-top: -20px;
}

.cont03 .service .w170 {
  width: 170px;
}

.cont03 .service .h72 {
  height: 72px;
}

.cont03 .service div:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  margin: 0 20px;
  padding-top: 16px;
}

.cont03 .service p {
  text-align: left;
  font-size: 18px;
}

.cont03 .service p + p {
  padding-top: 20px;
}

.cont03 .service .f14 {
  display: block;
  font-size: 14px;
}

.cont03 .service .f16 {
  display: block;
  font-size: 16px;
}

.cont04 {
  position: relative;
  padding-bottom: 100px;
  text-align: center;
  background: url(../img/risu11.png) no-repeat 40px calc(100% - 40px) #fff;
}

.cont04::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -167px;
  margin: auto;
  content: "";
  width: 187px;
  height: 95px;
  background: url(../img/risu.png) no-repeat 0 0;
}

.cont04 .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 40px;
}

.cont04 .flex-box div {
  margin: 0 5px;
}

.footer-wrapper {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .page-title h1 {
    height: 740px;
  }
  .page-title h1 img {
    height: 500px;
  }
  .lead-box {
    width: 910px;
  }
  .container .page-nav {
    max-width: 1126px;
  }
  .cont02 .f14 {
    display: block;
  }
  .cont02 .item .pt01 {
    padding-top: 17px;
  }
  .cont02 .f14.one {
    margin-top: -8px;
  }
  .cont02 .item p.w01 {
    margin: 0;
  }
  .cont02 ul {
    width: 1014px;
  }
}
@media screen and (max-width: 767.9999px) {
  .pc-only {
    display: none;
  }
  .contents-bg {
    padding: 80px 10px 170px;
  }
  .page-title h1 {
    max-width: 375px;
    margin: 0 auto;
  }
  .page-title h1 > span {
    height: 163px;
    padding-top: 30px;
    background: url(../img/line-sp.png) no-repeat top center/300px;
  }
  .page-title h1 > span img {
    width: 320px;
  }
  .lead-box.num01 {
    max-width: 500px;
    padding-bottom: 65px;
    background-position: 15px 100%, calc(100% - 15px) 100%;
    background-size: 52px;
  }
  .lead-box strong {
    display: block;
    margin-bottom: 30px;
  }
  .lead-box.num01 strong {
    width: 240px;
    margin-bottom: 30px;
  }
  .lead-box.num02 {
    width: 340px;
    margin: 0 auto;
    margin-bottom: 80px;
    padding: 35px 0;
  }
  .lead-box.num02 strong {
    padding: 0 12px 30px;
    width: 260px;
    height: 30px;
  }
  .lead-box.num02 img {
    vertical-align: top;
  }
  .lead-box.num02 strong::before {
    top: -10px;
    left: -25px;
    height: 45px;
  }
  .lead-box.num02 strong::after {
    top: -10px;
    right: -24px;
    height: 45px;
  }
  .lead-box p {
    font-size: 14px;
    line-height: 1.6;
  }
  .contents-bg {
    padding: 30px 0 115px;
  }
  .nav-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
  }
  .nav-title img {
    width: 240px;
  }
  .container .page-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 330px;
    margin-bottom: 42px;
  }
  .container .page-nav li {
    width: 50%;
    margin-bottom: 18px;
    padding: 15px 0 30px;
    border-width: 3px;
    background-position-y: calc(100% - 10px);
    background-size: 15px;
  }
  .page-nav li:nth-child(3) {
    border-left: 3px solid #ffe500;
  }
  .page-nav li a {
    font-size: 12px;
    line-height: 1.5;
  }
  .page-nav li a p {
    height: 43px;
    margin: 0 auto;
  }
  .page-nav li a p img {
    max-height: 100%;
  }
  .contents {
    width: 340px;
    margin-bottom: 70px;
    padding: 25px 15px;
  }
  .contents h2 span {
    font-size: 14px;
  }
  .contents h2 span::before,
  .contents h2 span::after {
    width: 1px;
    height: 20px;
  }
  .contents h2 img {
    height: 50px;
  }
  .contents.cont02 h2 img,
  .contents.cont04 h2 img {
    height: 60px;
  }
  .contents.cont03 h2 img {
    height: 100px;
  }
  .contents p {
    font-size: 14px;
    line-height: 1.4;
  }
  .cont01 {
    background-position: calc(100% - 10px) 10px, 0, calc(100% - 20px) calc(100% - 10px);
    background-size: 50px, 0, 50px;
  }
  .cont01::after,
  .cont03::after {
    bottom: -46px;
    width: 32px;
    height: 23px;
  }
  .cont02::after {
    bottom: -46px;
    width: 32px;
    height: 23px;
  }
  .cont01 .lead,
  .cont02 .lead {
    margin-bottom: 14px;
  }
  .cont01 .lead .sp-only {
    position: absolute;
    left: -4px;
    bottom: -4px;
    width: 60px;
  }
  .cont01 .lead + p,
  .cont02 .lead + p {
    padding-top: 15px;
    padding-left: 10px;
    text-align: left;
    background-size: contain;
  }
  .cont01 .sp-detail span,
  .cont02 .sp-detail span {
    display: inline-block;
    margin-bottom: 5px;
  }
  .cont02 .f14 {
    font-size: 12px;
  }
  .cont02 .f14.two {
    position: relative;
    padding-left: 1em;
  }
  .cont02 .f14.two span {
    position: absolute;
    top: 0;
    left: 0;
  }
  .cont02 .f14.two .three {
    position: relative;
    display: block;
    margin-left: -1em;
  }
  .cont02 .lead + p img {
    right: -8px;
    bottom: -40px;
    width: 104px;
  }
  .cont02 li {
    width: 48%;
    margin-bottom: 40px;
  }
  .cont02 li:nth-last-child(1),
  .cont02 li:nth-last-child(2) {
    margin-bottom: 20px;
  }
  .cont02 li::before {
    height: 20px;
  }
  .cont02 li > span {
    font-size: 11px;
    background: url(../img/ribbon.png) no-repeat 2px 2px/55%;
  }
  .cont02 .item p {
    margin: 0;
  }
  .cont02 .item p.h01 {
    height: 124px;
  }
  .cont02 .item span {
    margin: 0;
  }
  .cont02 .item .from {
    width: 162px;
    margin: 0 0 -4px -8px;
    font-size: 10px;
    scale: 0.8;
  }
  .cont02 .item p:nth-of-type(1) {
    margin: 0 12px;
  }
  .cont02 .item p:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 33px;
    letter-spacing: -1.6px;
    font-size: 12px;
    line-height: 1.1;
  }
  .cont02 .item p:nth-of-type(3) {
    letter-spacing: -0.5px;
    font-size: 11px;
  }
  .cont02 .item p:nth-of-type(3) span {
    font-size: 10px;
  }
  .cont02 .item p.h01.sp {
    height: 80px;
  }
  .cont03 {
    background-position: 20px 40px, calc(100% - 20px) 80px, calc(100% - 15px) calc(100% - 10px);
    background-size: 50px, 50px, 100px;
  }
  .cont03 .lead,
  .cont03 .image-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  section .cont03 .image-box li {
    width: calc(50% - 4px);
    margin: 1px;
  }
  .cont03 .floor {
    margin: 0 0 20px;
    text-align: left;
  }
  .cont03 .floor span {
    padding: 0 15px 0 0;
  }
  .cont03 .floor span img {
    height: 32px;
  }
  .cont03 .service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 50px;
  }
  .cont03 .service div:nth-of-type(1) {
    margin: 0 auto 40px;
  }
  .cont03 .service p {
    font-size: 15px;
  }
  .cont03 .service .sp-f14,
  .cont03 .service .f16 {
    font-size: 14px;
  }
  .cont03 .service .f14 {
    font-size: 12px;
  }
  .cont04 {
    padding: 25px 20px 40px;
    background: #fff;
  }
  .cont04::after {
    bottom: -148px;
    width: 130px;
    background-size: contain;
  }
  .cont04 .flex-box div {
    margin: 0 3px;
  }
}/*# sourceMappingURL=style.css.map */