.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #1a1a1a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt";
  font-size: 2.1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  margin: 0;
}

.wrap {
  margin: auto;
  max-width: 192rem;
}

.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: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}

@media only screen and (max-width: 749px) {
  html {
    font-size: 2.67022696929239vw;
  }
}

/*notes*/
header {
  background: center center / cover url(../img/0000.webp) no-repeat;
}

header .top__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 15rem 2rem 4rem;
}

header .top__wrap .logo {
  width: 23.3rem;
}

header .top__wrap .box__wrap {
  display: flex;
  align-items: center;
  margin-left: auto;
}

header .top__wrap .box__wrap .tel {
  margin-right: 2rem;
  width: 29.6rem;
}

header .top__wrap .box__wrap .top_btn {
  width: 25.6rem;
}

header .main__wrap {
  margin: auto;
  padding: 6rem 4% 10rem;
  width: 156rem;
}

header .main__wrap div p {
  color: #005685;
  font-size: 2.4rem;
  font-weight: 700;
}

header .main__wrap div p span {
  font-size: 4.8rem;
}

header .main__wrap div h1 {
  width: 75.5rem;
}

.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 0;
  top: 0;
  width: 12.8rem;
  height: 12.8rem;
  background: linear-gradient(to right, #002f74, #1e9cd7);
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 3.0rem;
  height: 0.2rem;
  left: 1.3rem;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 3rem;
  left: 5rem;
}

.hamburger span:nth-child(2) {
  top: 4rem;
  left: 5rem;
}

.hamburger span:nth-child(3) {
  top: 5rem;
  left: 5rem;
}

.hamburger.active span:nth-child(1) {
  top: 4rem;
  left: 5rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 4rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger img {
  position: absolute;
  top: 7rem;
  left: 4rem;
  display: block;
  margin: auto;
  width: 5.7rem;
}

.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  padding: 13rem 10rem;
  transform: translateX(340%);
  transition: all 0.6s;
  width: 71rem;
}

.globalMenuSp.active {
  transform: translateX(121rem);
}

.globalMenuSp li {
  border-bottom: .1rem solid #95cfe3;
  font-weight: 700;
  margin-bottom: 1em;
}

.globalMenuSp li:last-child {
  border-bottom: none;
}

.globalMenuSp li a {
  color: #005685;
}

/*notes*/
.s01__wrap {
  border-bottom: 1rem solid #51b2dc;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

.s01__wrap .upper__wrap {
  position: relative;
  background: center center / cover url(../img/0100.webp) no-repeat;
}

.s01__wrap .upper__wrap:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -9rem;
  border: 9rem solid transparent;
  border-top: 5rem solid #005685;
}

.s01__wrap .upper__wrap div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  margin: auto;
  max-width: 124.6rem;
  padding: 12rem 4% 16rem;
}

.s01__wrap .upper__wrap div p:nth-child(1) {
  font-size: 5.8rem;
  letter-spacing: .05em;
  line-height: 1.6;
}

.s01__wrap .upper__wrap div p:nth-child(1) span {
  text-emphasis: filled dot;
  text-emphasis-position: over;
}

.s01__wrap .upper__wrap div p:nth-child(2) span {
  background: url(../img/0101.webp) repeat-x 0 100%;
  background-size: auto .8rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding-bottom: .8rem;
  font-size: 3.4rem;
  letter-spacing: .025em;
  line-height: 2.3;
}

.s01__wrap .upper__wrap div p:nth-child(2) span span {
  color: #f8f975;
}

.s01__wrap .lower__wrap {
  background: center center / cover url(../img/0102.webp) no-repeat;
  color: #005685;
  letter-spacing: .025em;
  padding: 12rem 4%;
  text-align: center;
}

.s01__wrap .lower__wrap p:nth-child(1),
.s01__wrap .lower__wrap p:nth-child(3) {
  font-size: 3.4rem;
}

.s01__wrap .lower__wrap p:nth-child(2) {
  display: table;
  background: #f8f975;
  font-size: 4.6rem;
  margin: .25em auto;
  padding: .25em 1.25em;
}

.s01__wrap .lower__wrap p:nth-child(2) span {
  color: #ed1c24;
}

.s01__wrap .lower__wrap p:nth-child(4) {
  font-size: 2.4rem;
  margin-top: 8rem;
}

.s01__wrap .lower__wrap p:nth-child(4) span {
  color: #ed1c24;
  font-size: 3.2rem;
}

/*notes*/
.s02__wrap {
  background: center center / cover url(../img/0200.webp) no-repeat;
  padding: 12rem 0;
}

.h2__wrap {
  text-align: center;
}

.h2__wrap img {
  width: 40.8rem;
}

.h2__wrap h2 {
  color: #005685;
  font-family: "Zen Old Mincho", serif;
  font-size: 5.8rem;
  letter-spacing: .05em;
  line-height: 1.6;
  margin-bottom: 9rem;
}

.s02__wrap ul li {
  display: flex;
  margin-bottom: 9rem;
}

.s02__wrap ul li:last-child {
  margin-bottom: 0;
}

.s02__wrap ul li:nth-child(even) {
  flex-direction: row-reverse;
}

.s02__wrap ul li .box__wrap {
  width: 96rem;
}

.s02__wrap ul li .box__wrap div {
  display: flex;
  align-items: center;
  background: center center / cover url(../img/0202.webp) no-repeat;
  color: #fff;
  font-size: 4.6rem;
  line-height: 1.4;
  padding-left: 18rem;
  height: 28rem;
}

.s02__wrap ul li:nth-child(even) .box__wrap div {
  background: center center / cover url(../img/0203.webp) no-repeat;
  padding-left: 7.6rem;
}

.s02__wrap ul li .box__wrap p {
  padding: 4rem 7.6rem 0 18rem;
}

.s02__wrap ul li:nth-child(even) .box__wrap p {
  padding: 4rem 18rem 0 7.6rem;
}

.s02__wrap ul li .box__wrap p span {
  color: #ed1c24;
}

.s02__wrap ul li img {
  width: 96rem;
}

/*notes*/
.s03__wrap {
  position: relative;
  background: center top / cover url(../img/0300.webp) no-repeat;
  padding: 13rem 4%;
}

.s03__wrap:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0305.webp) no-repeat;
  width: 192rem;
  height: 2.5rem;
  bottom: -3%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.s03 {
  margin: auto;
  width: 156rem;
}

.s03 .box__wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: -26rem 0 4rem;
  width: 121.6rem;
}

.s03 .box__wrap img {
  width: 68rem;
}

.s03 .box__wrap h2 {
  color: #005685;
  font-family: "Zen Old Mincho", serif;
  font-size: 5.8rem;
  letter-spacing: .05em;
  line-height: 1.6;
  margin-bottom: 9rem;
}

.s03 ul {
  display: flex;
  justify-content: space-between;
}

.s03 ul li {
  width: 50rem;
}

.s03 ul li:nth-child(n+2) {
  border-left: .2rem solid #009fe8;
  padding-left: 1.5rem;
}

.s03 ul li div {
  background: #005685;
  margin-top: 3rem;
  padding: 5rem 0;
}

.s03 ul li div h3 {
  position: relative;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.4;
  text-align: center;
}

.s03 ul li div h3:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0302.webp) no-repeat;
  width: 6.8rem;
  height: 8.2rem;
  top: -32%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.s03 ul li:nth-child(2) div h3:before {
  background: 100% / 100% url(../img/0303.webp) no-repeat;
}

.s03 ul li:nth-child(3) div h3:before {
  background: 100% / 100% url(../img/0304.webp) no-repeat;
}

.s03 ul li div h3 span {
  color: #f8f975;
}

.s03 ul li p {
  line-height: 1.8;
  padding: 3rem;
}

/*notes*/
.s04__wrap {
  padding: 18rem 0 0;
}

.s04__wrap ul {
  display: flex;
  flex-wrap: wrap;
}

.s04__wrap ul li {
  background: center center / cover url(../img/0402.webp) no-repeat;
  box-sizing: border-box;
  padding: 8rem 18rem;
  height: 65.2rem;
  width: 50%;
}

.s04__wrap ul li:nth-child(2) {
  background: center center / cover url(../img/0403.webp) no-repeat;
}

.s04__wrap ul li:nth-child(3) {
  background: center center / cover url(../img/0404.webp) no-repeat;
}

.s04__wrap ul li:nth-child(4) {
  background: center center / cover url(../img/0405.webp) no-repeat;
}

.s04__wrap ul li:nth-child(5) {
  background: center center / cover url(../img/0406.webp) no-repeat;
}

.s04__wrap ul li:nth-child(6) {
  background: center center / cover url(../img/0407.webp) no-repeat;
}

.s04__wrap ul li img,
.s04__wrap .box__wrap div img {
  margin-bottom: 1em;
  width: 22rem;
}

.s04__wrap ul li h3,
.s04__wrap .box__wrap div h3 {
  margin-bottom: 1em;
}

.s04__wrap ul li h3 span,
.s04__wrap .box__wrap div h3 span {
  display: inline;
  background: #fff;
  padding: 0.1em 0.5em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #005685;
  font-size: 4.2rem;
  line-height: 1.8;
}

.s04__wrap .box__wrap {
  display: flex;
  align-items: flex-end;
  background: center center / cover url(../img/0408.webp) no-repeat;
  box-sizing: border-box;
  padding: 8rem 18rem;
  height: 47rem;
}

.s04__wrap .box__wrap div {
  width: 50%;
}

.s04__wrap .box__wrap p {
  margin-bottom: 4rem;
  width: 61rem;
}

/*notes*/
.s05__wrap {
  background: center center / cover url(../img/0500.webp) no-repeat;
  padding: 12rem 4%;
}

.s05__wrap .h2__wrap img {
  width: 50.4rem;
}

.s05__wrap p {
  margin: auto;
  width: 156rem;
}

/*notes*/
.s06__wrap {
  background: center center / cover url(../img/0600.webp) no-repeat;
  color: #fff;
  padding: 12rem 4%;
}

.s06__wrap p:nth-child(1) {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3.4rem;
  letter-spacing: .05em;
  margin-bottom: .25em;
  text-align: center;
}

.s06__wrap h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 5.2rem;
  letter-spacing: .05em;
  line-height: 1.4;
  margin-bottom: 9rem;
  text-align: center;
}

.s06__wrap h2 span {
  color: #f8f975;
}

.s06__wrap p:nth-child(3) {
  padding-left: 50%;
  width: 78rem;
}

.s06__wrap p:nth-child(3) span {
  color: #f8f975;
}

.s06__wrap.tec {
  background: center center / cover url(../img/tec-pc-bg.jpg) no-repeat;
}

/*notes*/
.s07__wrap {
  background: center top / contain url(../img/0700.webp) no-repeat, linear-gradient(to right, #51b2dc, #95cfe3);
  padding: 16rem 4% 12rem;
}

.s07__wrap .h2__wrap img {
  width: 49rem;
}

.s07__wrap .txt__01 {
  color: #005685;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.4rem;
  margin: 0 auto 16rem;
  width: 114.8rem;
}

.s07__wrap ul {
  background: center center / cover url(../img/0702.webp) no-repeat;
  box-sizing: border-box;
  margin: auto;
  padding: 8rem;
  width: 156rem;
}

.s07__wrap ul .box__wrap {
  display: flex;
  justify-content: space-between;
}

.s07__wrap ul .box__wrap li {
  width: 60.8rem;
}

.s07__wrap ul .box__wrap li img {
  margin-top: -16rem;
}

.s07__wrap ul .box__wrap li h4 {
  border-bottom: .2rem solid #009fe8;
  color: #005685;
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  padding: 5rem 0 3rem;
  text-align: center;
}

.s07__wrap ul .box__wrap li p {
  line-height: 1.8;
}

.s07__wrap ul .box__wrap li p span {
  color: #ed1c24;
}

.s07__wrap ul h3 {
  position: relative;
  background: #fff;
  color: #009fe8;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4.2rem;
  letter-spacing: .05em;
  margin-top: 6rem;
  padding: .25em 0;
  text-align: center;
}

.s07__wrap ul h3:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0705.webp) no-repeat;
  width: 49.4rem;
  height: 6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.s07__wrap ul .box__wrap:nth-child(5) {
  text-align: center;
}

.s07__wrap ul .box__wrap:nth-child(5) p {
  border-bottom: .05rem solid #666;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.s07__wrap ul .box__wrap:nth-child(5) p:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.s07__wrap ul .box__wrap:nth-child(5) p:last-child span {
  color: #1a1a1a;
  font-weight: 700;
}

.s07__wrap ul .box__wrap:nth-child(5) p:last-child span span {
  color: #ed1c24;
  font-size: 2.8rem;
}

/*notes*/
.s08__wrap {
  background: linear-gradient(to right, #002f74, #005685, #1e9cd7);
  padding: 5rem 0 8rem;
  text-align: center;
}

.s08__wrap h2 {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  width: 100%;
}

.s08__wrap h2:before,
.s08__wrap h2:after {
  content: '';
  height: .1rem;
  flex-grow: 1;
  background: #fff;
}

.s08__wrap h2:before {
  margin-right: 2em;
}

.s08__wrap h2:after {
  margin-left: 2em;
}

.s08__wrap h2 span {
  width: 43.3rem;
}

.s08__wrap h3 {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 4.0rem;
  letter-spacing: .05em;
}

.s08__wrap h4 {
  color: #f8f975;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  letter-spacing: .025em;
  margin-bottom: 2em;
}

.s08__wrap .box__wrap {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  margin: auto;
  padding: 3rem 7rem;
  width: 144rem;
}

.s08__wrap .box__wrap:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0802.webp) no-repeat;
  width: 13.7rem;
  height: 13.7rem;
  top: -24%;
  left: 7%;
}

.s08__wrap .box__wrap h5 {
  color: #009fe8;
  font-size: 2.8rem;
  margin-bottom: .5em;
}

.s08__wrap .box__wrap .item__wrap {
  display: flex;
  justify-content: space-between;
}

.s08__wrap .box__wrap .item__wrap div {
  width: 64rem;
}

.s08__wrap .box__wrap .item__wrap div img {
  width: 56.6rem;
}

.s08__wrap .box__wrap .item__wrap div p {
  border-top: .1rem solid #005685;
  font-size: 1.8rem;
  padding-top: .25em;
}

.s08__wrap .box__wrap .item__wrap .btn__1 {
  width: 36.3rem;
}

.s08__wrap .box__wrap .item__wrap .btn__2 {
  width: 22.8rem;
}

/*notes*/
.s09__wrap {
  background: center center / cover url(../img/0900.webp) no-repeat;
  padding: 12rem 4%;
}

.s09__wrap .h2__wrap img {
  width: 46.7rem;
}

.s09__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  width: 156rem;
}

.s09__wrap ul li {
  background: #fff;
  border: .2rem solid #c8e5e8;
  border-radius: 25rem 25rem 0 0;
  box-sizing: border-box;
  margin-bottom: 4rem;
  padding: 6rem 5rem 7rem;
  width: 50rem;
}

.s09__wrap ul li:nth-child(n+4) {
  margin-bottom: 0;
}

.s09__wrap ul li img {
  display: block;
  margin: 0 auto .5em;
  width: 15rem;
}

.s09__wrap ul li h3 {
  color: #005685;
  font-size: 3.0rem;
  line-height: 1.6;
  letter-spacing: .025em;
  margin-bottom: .5em;
  text-align: center;
}

/*notes*/
.s10__wrap {
  background: center center / cover url(../img/1000.webp) no-repeat;
  color: #fff;
  padding: 12rem 4%;
}

.s10__wrap h2 {
  background: center center / contain url(../img/1001.webp) no-repeat;
  font-family: "Zen Old Mincho", serif;
  font-size: 4.2rem;
  letter-spacing: .05em;
  margin: 0 auto 9rem;
  text-align: center;
  width: 98.4rem;
}

.s10__wrap ul {
  margin: auto;
  width: 144rem;
}

.s10__wrap ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.s10__wrap ul li p:nth-child(1),
.s10__wrap ul li p:nth-child(3) {
  width: 59rem;
}

.s10__wrap ul li:nth-child(1) p:nth-child(1),
.s10__wrap ul li:nth-child(1) p:nth-child(3) {
  color: #74c1df;
  font-size: 3.2rem;
  font-weight: 700;
}

.s10__wrap ul li:nth-child(1) p:nth-child(3) {
  color: #f8f975;
}

.s10__wrap ul li:nth-child(n+2) p:nth-child(2) {
  background: #c8e5e8;
  color: #005685;
  font-weight: 700;
  letter-spacing: .025em;
  margin: .5rem 0;
  padding: .25em;
  width: 26rem;
}

/*notes*/
.s11__wrap {
  padding: 12rem 4%;
}

.s11__wrap ul {
  margin: auto;
  width: 156rem;
}

.s11__wrap ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  border: .1rem solid #005685;
  margin-bottom: 8rem;
  padding: 1rem 4rem 1rem 1rem;
}

.s11__wrap ul li:last-child {
  margin-bottom: 0;
}

.s11__wrap ul li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/1107.webp) no-repeat;
  width: 20rem;
  height: 4rem;
  bottom: -30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.s11__wrap ul li:last-child:before {
  display: none;
}

.s11__wrap ul li img {
  width: 60rem;
}

.s11__wrap ul li div {
  width: 87rem;
}

.s11__wrap ul li div h3 {
  color: #005685;
  font-size: 4.2rem;
}

/*notes*/
.s12__wrap {
  background: #eff8fe;
  padding: 12rem 4%;
}

.s12__wrap .box__wrap {
  background: #fff;
  border-radius: 2rem;
  box-sizing: border-box;
  filter: drop-shadow(0 0 .5rem rgba(0, 86, 133, 0.3));
  margin: 0 auto 8rem;
  padding: 4rem 5rem;
  width: 115.2rem;
}

.s12__wrap .box__wrap:last-child {
  margin: auto;
}

.s12__wrap .box__wrap h3 {
  color: #009fe8;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-bottom: 1em;
  text-align: center;
}

.s12__wrap .box__wrap dl {
  margin: 1em auto 0;
}

.s12__wrap .box__wrap dl div {
  border-bottom: .1rem solid #666;
  display: flex;
  padding: .25em 0;
}

.s12__wrap .box__wrap dl div:last-child {
  border-bottom: none;
}

.s12__wrap .box__wrap dt {
  max-width: 13em;
  width: 100%;
}

/*notes*/
.s13__wrap .upper__wrap {
  background: center center / cover url(../img/1300.webp) no-repeat;
  padding: 12rem 4%;
}

.s13__wrap .upper__wrap .box__wrap {
  margin: auto;
  width: 156rem;
}

.s13__wrap .upper__wrap .box__wrap div {
  margin-left: auto;
  width: 80rem;
}

.s13__wrap .upper__wrap .box__wrap div img {
  width: 39rem;
}

.s13__wrap .upper__wrap .box__wrap div h2 {
  color: #005685;
  font-family: "Zen Old Mincho", serif;
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.5em;
}

.s13__wrap .upper__wrap .box__wrap div p:nth-child(4) {
  color: #005685;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 2em;
}

.s13__wrap .upper__wrap .box__wrap div p:nth-child(5) {
  color: #005685;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.s13__wrap .upper__wrap .box__wrap div p:nth-child(5) span {
  font-size: 4.6rem;
}

.s13__wrap .lower__wrap {
  background: center center / cover url(../img/1302.webp) no-repeat;
  padding: 12rem 4%;
}

.s13__wrap .lower__wrap .box__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 156rem;
}

.s13__wrap .lower__wrap .box__wrap .item__01 {
  width: 69.6rem;
}

.s13__wrap .lower__wrap .box__wrap .item__wrap {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  width: 77.2rem;
}

.s13__wrap .lower__wrap .box__wrap .item__wrap div {
  display: flex;
}

.s13__wrap .lower__wrap .box__wrap .item__wrap div p:nth-child(1) {
  width: 9rem;
}

.s13__wrap .lower__wrap .box__wrap .item__wrap div p:nth-child(2) {
  width: 10rem;
}

.s13__wrap .lower__wrap .box__wrap .item__wrap div p:nth-child(3) {
  width: 40rem;
}

.s13__wrap .lower__wrap .box__wrap .item__wrap .txt__01 {
  margin: 6rem 0 7rem 9rem;
}

.s13__wrap .lower__wrap .box__wrap .item__wrap .btn {
  width: 25.8rem;
}



/*notes*/
.s14__wrap {
  padding: 12rem 0 0;
}

.s14__wrap .box__wrap {
  background: center center / cover url(../img/1402.webp) no-repeat;
  padding: 30rem 4% 6rem;
}

.s14__wrap .box__wrap .box {
  margin: auto;
  width: 115rem;
}

.s14__wrap .box__wrap .box div {
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 3rem 5rem;
  width: 50rem;
}

.s14__wrap .box__wrap .box div img {
  margin: 1em 0;
  width: 37.3rem;
}

.slide__wrap {
  display: flex;
  overflow: hidden;
}

.bnr__wrap {
  display: flex;
  animation: scroll-left 60s infinite linear .1s both;
}

.bnr {
  width: 276rem;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/*notes*/
.s15__wrap {
  padding: 12rem 0 0;
}

.s15__wrap .box1__wrap {
  background: linear-gradient(to right, #95cfe3, #51b2dc);
  color: #fff;
  padding: 6rem 4%;
  text-align: center;
}

.s15__wrap .box1__wrap p:nth-child(1) {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: .05em;
}

.s15__wrap .box1__wrap p:nth-child(1) span {
  color: #f8f975;
}

.s15__wrap .box1__wrap .item__01 {
  margin-top: .5em;
  width: 33.4rem;
}

.s15__wrap .box1__wrap .item__02 {
  display: block;
  margin: .5em auto;
  width: 51.4rem;
}

.s15__wrap .box1__wrap p:nth-child(3) {
  font-weight: 700;
  margin-top: 1em;
}

.s15__wrap .box2__wrap {
  margin: 7rem auto 10rem;
  width: 115.2rem;
}

.s15__wrap .box2__wrap .item1__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: .2rem solid #0095cc;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.s15__wrap .box2__wrap .item1__wrap p {
  border: .1rem solid #009fe8;
  color: #005685;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  font-weight: 700;
  margin-right: 2em;
  padding: 0 .5em;
}

.s15__wrap .box2__wrap .item1__wrap p span {
  color: #ed1c24;
}

.s15__wrap .box2__wrap .item1__wrap img {
  width: 38.6rem;
}

.s15__wrap .box2__wrap h3 {
  color: #009fe8;
  font-size: 3.2rem;
  letter-spacing: .025em;
  text-align: center;
}

.s15__wrap .box2__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: 1em 0 2em;
}

.s15__wrap .box2__wrap ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 2rem;
  filter: drop-shadow(0 0 .5rem rgba(0, 86, 133, 0.3));
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
  padding: .75em 0;
  text-align: center;
  width: 27.3rem;
}

.s15__wrap .box2__wrap ul li span span {
  font-size: 2.1rem;
  font-weight: 400;
}

.s15__wrap .box2__wrap .item2__wrap {
  background: #f8f975;
  border-radius: 2rem;
  filter: drop-shadow(0 0 .5rem rgba(0, 86, 133, 0.3));
  margin-bottom: 6rem;
  padding: 0 0 .5em;
  text-align: center;
}

.s15__wrap .box2__wrap .item2__wrap p:nth-child(1) {
  color: #005685;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1;
}

.s15__wrap .box2__wrap .item2__wrap p:nth-child(1) span {
  color: #ed1c24;
}

.s15__wrap .box2__wrap .item2__wrap p:nth-child(1) span span {
  font-size: 7.2rem;
}

.s15__wrap .box2__wrap .item3__wrap {
  margin-bottom: 6rem;
}

.s15__wrap .box2__wrap .item3__wrap p:nth-child(1) {
  background: linear-gradient(to right, #95cfe3, #51b2dc);
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: .025em;
  padding: .15em 0;
  text-align: center;
}

.s15__wrap .box2__wrap .item3__wrap p:nth-child(2) {
  background: #f2f2f2;
  font-weight: 700;
  letter-spacing: .06em;
  padding: .25em 0;
  text-align: center;
}

.s15__wrap .box2__wrap .item3__wrap dl div {
  border-bottom: .1rem solid #e6e6e6;
  display: flex;
  padding: .25em 18rem;
}

.s15__wrap .box2__wrap .item3__wrap dt {
  max-width: 28em;
  width: 100%;
}

.s15__wrap .box2__wrap .txt__01 {
  font-size: 1.6rem;
  line-height: 1.6;
}

.s15__wrap .box3__wrap {
  background: #f2f2f2;
  padding: 7rem 4%;
}

.s15__wrap .box3__wrap div {
  margin: auto;
  width: 115.2rem;
}

.s15__wrap .box3__wrap h3 {
  color: #005685;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.4rem;
  margin-bottom: .5em;
  text-align: center;
}

.s15__wrap .box3__wrap img {
  margin: 1.5em 0 3em;
}

/*notes*/
.s16__wrap {
  background: #eff8fe;
  padding: 12rem 4%;
}

.s16__wrap .h2__wrap img {
  width: 41.7rem;
}

.s16 {
  margin: auto;
  width: 116rem;
}

.s16 h3 {
  color: #005685;
  font-size: 3.2rem;
  margin: 1.75em 0 .5em;
}

/*notes*/
footer {
  background: #009fe8;
  color: #fff;
  padding: 1.5em 4%;
  text-align: center;
}

footer img {
  width: 28rem;
}










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

  .sp {
    display: block !important;
  }

  body {
    font-size: 1.6rem;
  }

  /*notes*/
  header {
    background: center center / cover url(../img/0000_sp.webp) no-repeat;
  }

  header .top__wrap {
    padding: 1rem 15rem 2rem 4%;
  }

  header .top__wrap .logo {
    width: 14rem;
  }

  header .main__wrap {
    box-sizing: border-box;
    padding: 0 4% 2rem;
    width: 100%;
  }

  header .main__wrap div p {
    font-size: .84rem;
    margin: 0 0 1em 2em;
  }

  header .main__wrap div p span {
    font-size: 1.68rem;
  }

  header .main__wrap div h1 {
    width: 100%;
  }

  .hamburger {
    width: 6rem;
    height: 6rem;
  }

  .hamburger span {
    width: 1.4rem;
    height: 0.1rem;
  }

  .hamburger span:nth-child(1) {
    top: 1.5rem;
    left: 2.5rem;
  }

  .hamburger span:nth-child(2) {
    top: 2rem;
    left: 2.5rem;
  }

  .hamburger span:nth-child(3) {
    top: 2.5rem;
    left: 2.5rem;
  }

  .hamburger.active span:nth-child(1) {
    top: 2rem;
    left: 2.5rem;
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 2rem;
  }

  .hamburger img {
    top: 3.4rem;
    left: 1.6rem;
    width: 3.2rem;
  }

  .globalMenuSp {
    padding: 8rem 2.6rem;
    transform: translateX(150%);
    width: 26.5rem;
  }

  .globalMenuSp.active {
    transform: translateX(11rem);
  }

  .globalMenuSp li {
    font-size: 1.4rem;
    margin-bottom: .5em;
  }

  /*notes*/
  .s01__wrap .upper__wrap {
    background: center center / cover url(../img/0100_sp.webp) no-repeat;
  }

  .s01__wrap .upper__wrap:before {
    margin-left: -4.5rem;
    border: 4.5rem solid transparent;
    border-top: 2.5rem solid #005685;
  }

  .s01__wrap .upper__wrap div {
    display: block;
    padding: 7rem 4%;
  }

  .s01__wrap .upper__wrap div p:nth-child(1) {
    font-size: 3.4rem;
    margin-bottom: 1em;
    text-align: center;
  }

  .s01__wrap .upper__wrap div p:nth-child(2) {
    display: table;
    margin: auto;
  }

  .s01__wrap .upper__wrap div p:nth-child(2) span {
    font-size: 2.2rem;
  }

  .s01__wrap .lower__wrap {
    background: center center / cover url(../img/0102_sp.webp) no-repeat;
    padding: 8rem 4% 10rem;
  }

  .s01__wrap .lower__wrap p:nth-child(1),
  .s01__wrap .lower__wrap p:nth-child(3) {
    font-size: 2.2rem;
    line-height: 1.6;
  }

  .s01__wrap .lower__wrap p:nth-child(2) {
    font-size: 2.2rem;
    line-height: 1.6;
    padding: .25em .25em;
  }

  .s01__wrap .lower__wrap p:nth-child(4) {
    font-size: 2.2rem;
    margin-top: 6rem;
  }

  .s01__wrap .lower__wrap p:nth-child(4) span {
    font-size: 2.6rem;
  }

  /*notes*/
  .s02__wrap {
    background: center center / cover url(../img/0200_sp.webp) no-repeat;
    padding: 4rem 0;
  }

  .h2__wrap img {
    width: 19.4rem;
  }

  .h2__wrap h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }

  .s02__wrap ul li {
    display: block;
    margin-bottom: 6rem;
  }

  .s02__wrap ul li .box__wrap {
    width: 100%;
  }

  .s02__wrap ul li .box__wrap div {
    display: flex;
    justify-content: center;
    font-size: 2.2rem;
    padding-left: 0;
    height: 11rem;
  }

  .s02__wrap ul li:nth-child(even) .box__wrap div {
    padding-left: 0;
  }

  .s02__wrap ul li .box__wrap p {
    padding: 1rem 4% 0;
  }

  .s02__wrap ul li:nth-child(even) .box__wrap p {
    padding: 1rem 4% 0;
  }

  .s02__wrap ul li img {
    width: 100%;
  }

  /*notes*/
  .s03__wrap {
    background: center top / cover url(../img/0300_sp.webp) no-repeat;
    padding: 13rem 4% 4%;
  }

  .s03__wrap:before {
    width: 100%;
    height: 2.5rem;
    bottom: -1.6%;
  }

  .s03 {
    width: 100%;
  }

  .s03 .box__wrap {
    display: block;
    margin: -14rem 0 4rem;
    width: 100%;
  }

  .s03 .box__wrap img {
    display: block;
    margin: 0 auto 1em;
    width: 32.9rem;
  }

  .s03 .box__wrap h2 {
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 4rem;
    text-align: center;
  }

  .s03 ul {
    display: block;
  }

  .s03 ul li {
    width: 100%;
  }

  .s03 ul li:nth-child(n+2) {
    border-left: none;
    border-top: .2rem solid #009fe8;
    padding-left: 0;
  }

  .s03 ul li div {
    margin-top: 4rem;
  }

  .s03 ul li div h3 {
    font-size: 2.2rem;
  }

  .s03 ul li div h3:before {
    width: 5.3rem;
    height: 4.6rem;
    top: -42%;
    left: 50%;
  }

  .s03 ul li p {
    padding: 2rem 0;
  }

  /*notes*/
  .s04__wrap {
    padding: 5rem 0 0;
  }

  .s04__wrap ul li {
    background: center center / cover url(../img/0402_sp.webp) no-repeat;
    padding: 3rem 4% 6rem;
    height: auto;
    width: 100%;
  }

  .s04__wrap ul li:nth-child(2) {
    background: center center / cover url(../img/0403_sp.webp) no-repeat;
  }

  .s04__wrap ul li:nth-child(3) {
    background: center center / cover url(../img/0404_sp.webp) no-repeat;
  }

  .s04__wrap ul li:nth-child(4) {
    background: center center / cover url(../img/0405_sp.webp) no-repeat;
  }

  .s04__wrap ul li:nth-child(5) {
    background: center center / cover url(../img/0406_sp.webp) no-repeat;
  }

  .s04__wrap ul li:nth-child(6) {
    background: center center / cover url(../img/0407_sp.webp) no-repeat;
  }

  .s04__wrap ul li img,
  .s04__wrap .box__wrap div img {
    width: 16.6rem;
  }

  .s04__wrap ul li h3 span,
  .s04__wrap .box__wrap div h3 span {
    font-size: 2.8rem;
  }

  .s04__wrap .box__wrap {
    display: block;
    background: center center / cover url(../img/0408_sp.webp) no-repeat;
    padding: 3rem 4% 6rem;
    height: auto;
  }

  .s04__wrap .box__wrap div {
    width: 100%;
  }

  .s04__wrap .box__wrap p {
    margin-bottom: 0;
    width: 100%;
  }

  /*notes*/
  .s05__wrap {
    padding: 4rem 4% 6rem;
  }

  .s05__wrap .h2__wrap img {
    width: 23.8rem;
  }

  .s05__wrap p {
    margin: auto;
    width: 100%;
  }

  /*notes*/
  .s06__wrap {
    background: center center / cover url(../img/0600_sp.webp) no-repeat;
    padding: 3rem 0 36rem;
  }

  .s06__wrap p:nth-child(1) {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: .75em;
    text-align: center;
  }

  .s06__wrap h2 {
    font-size: 3.4rem;
    margin-bottom: .75em;
  }

  .s06__wrap p:nth-child(3) {
    font-size: 2.1rem;
    margin: auto;
    padding-left: 0;
    width: 90%;
  }

  /*notes*/
  .s07__wrap {
    background: center top / contain url(../img/0700_sp.webp) no-repeat, linear-gradient(to right, #fff, #fff);
    padding: 7rem 0 0;
  }

  .s07__wrap .h2__wrap img {
    width: 23.1rem;
  }

  .s07__wrap .txt__01 {
    font-size: 2.1rem;
    margin: 0 auto 6rem;
    width: 90%;
  }

  .s07__wrap ul {
    background: none;
    box-sizing: border-box;
    margin: auto;
    padding: 0;
    width: 100%;
  }

  .s07__wrap ul .box__wrap {
    display: block;
  }

  .s07__wrap ul .box__wrap li {
    box-sizing: border-box;
    padding: 4%;
    width: 100%;
  }

  .s07__wrap ul .box__wrap:nth-child(1) li:nth-child(1) {
    background: center top / cover url(../img/0702-1_sp.webp) no-repeat;
    padding: 4% 4% 9rem;
  }

  .s07__wrap ul .box__wrap:nth-child(1) li:nth-child(2) {
    background: center top / cover url(../img/0702-2_sp.webp) no-repeat;
    padding: 4% 4% 6rem;
  }

  .s07__wrap ul .box__wrap:nth-child(3) li:nth-child(1),
  .s07__wrap ul .box__wrap:nth-child(5) li:nth-child(1) {
    background: #f4eade;
    padding: 4% 4% 3rem;
  }

  .s07__wrap ul .box__wrap:nth-child(3) li:nth-child(2),
  .s07__wrap ul .box__wrap:nth-child(5) li:nth-child(2) {
    background: #ddf0f2;
    padding: 4% 4% 3rem;
  }

  .s07__wrap ul .box__wrap li img {
    margin-top: -6rem;
  }

  .s07__wrap ul .box__wrap li h4 {
    font-size: 2.2rem;
    padding: 2rem 0 2rem;
  }

  .s07__wrap ul h3 {
    font-size: 2.7rem;
    margin-top: 0;
    padding: 1.25em 0;
  }

  .s07__wrap ul h3:before {
    width: 90%;
  }

  .s07__wrap ul .box__wrap:nth-child(5) p:last-child span span {
    font-size: 1.6rem;
  }

  /*notes*/
  .s08__wrap {
    padding: 2rem 0 3rem;
  }

  .s08__wrap h2 span {
    width: 20.6rem;
  }

  .s08__wrap h3 {
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 1em;
  }

  .s08__wrap h4 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 3em;
  }

  .s08__wrap .box__wrap {
    padding: 6rem 2rem 3rem;
    width: 96%;
  }

  .s08__wrap .box__wrap:before {
    width: 8.6rem;
    height: 8.6rem;
    top: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .s08__wrap .box__wrap h5 {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }

  .s08__wrap .box__wrap .item__wrap {
    display: block;
  }

  .s08__wrap .box__wrap .item__wrap div {
    width: 100%;
  }

  .s08__wrap .box__wrap .item__wrap div img {
    width: 29.8rem;
  }

  .s08__wrap .box__wrap .item__wrap div p {
    font-size: 1.1rem;
    padding-bottom: 1.5em;
  }

  .s08__wrap .box__wrap .item__wrap .btn__1 {
    width: 100%;
  }

  .s08__wrap .box__wrap .item__wrap .btn__2 {
    margin-top: 1rem;
    width: 100%;
  }

  /*notes*/
  .s09__wrap {
    padding: 4rem 4% 6rem;
  }

  .s09__wrap .h2__wrap img {
    width: 22rem;
  }

  .s09__wrap ul {
    width: 100%;
  }

  .s09__wrap ul li {
    margin-bottom: 2rem;
    padding: 5rem 3rem 4rem;
    width: 50rem;
  }

  .s09__wrap ul li:nth-child(n+4) {
    margin-bottom: 2rem;
  }

  .s09__wrap ul li:last-child {
    margin-bottom: 0;
  }

  .s09__wrap ul li img {
    width: 9.6rem;
  }

  .s09__wrap ul li h3 {
    font-size: 2.2rem;
  }

  /*notes*/
  .s10__wrap {
    background: center center / cover url(../img/1000_sp.webp) no-repeat;
    padding: 3rem 4%;
  }

  .s10__wrap h2 {
    background: center center / contain url(../img/1001_sp.webp) no-repeat;
    font-size: 2.8rem;
    line-height: 1.4;
    margin: 0 auto 2rem;
    width: 100%;
  }

  .s10__wrap ul {
    width: 100%;
  }

  .s10__wrap ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
  }

  .s10__wrap ul li:nth-child(n+2) p:nth-child(1),
  .s10__wrap ul li:nth-child(n+2) p:nth-child(3) {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-top: 4em;
    width: 48%;
  }

  .s10__wrap ul li:nth-child(1) p:nth-child(1),
  .s10__wrap ul li:nth-child(1) p:nth-child(3) {
    font-size: 2.2rem;
  }

  .s10__wrap ul li:nth-child(n+2) p:nth-child(2) {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /*notes*/
  .s11__wrap {
    padding: 4rem 4% 6rem;
  }

  .s11__wrap ul {
    width: 100%;
  }

  .s11__wrap ul li {
    display: block;
    margin-bottom: 6rem;
    padding: .6rem .6rem 4rem .6rem;
  }

  .s11__wrap ul li:before {
    bottom: -19%;
  }

  .s11__wrap ul li:nth-child(3):before {
    bottom: -16%;
  }

  .s11__wrap ul li img {
    width: 100%;
  }

  .s11__wrap ul li div {
    width: 100%;
  }

  .s11__wrap ul li div h3 {
    font-size: 2.2rem;
    text-align: center;
  }

  /*notes*/
  .s12__wrap {
    padding: 4rem 4% 6rem;
  }

  .s12__wrap .box__wrap {
    margin: 0 auto 4rem;
    padding: 2rem;
    width: 100%;
  }

  .s12__wrap .box__wrap h3 {
    font-size: 2.4rem;
  }

  .s12__wrap .box__wrap dl div {
    font-size: 1.4rem;
  }

  .s12__wrap .box__wrap dt {
    max-width: 7em;
  }

  /*notes*/
  .s13__wrap .upper__wrap {
    background: center center / cover url(../img/1300_sp.webp) no-repeat;
    padding: 2rem 4% 45rem;
  }

  .s13__wrap .upper__wrap .box__wrap {
    margin: auto;
    width: 100%;
  }

  .s13__wrap .upper__wrap .box__wrap div {
    width: 100%;
  }

  .s13__wrap .upper__wrap .box__wrap div img {
    width: 27.6rem;
  }

  .s13__wrap .upper__wrap .box__wrap div h2 {
    font-size: 3.4rem;
    margin-left: .5em;
    margin-bottom: 1em;
  }

  .s13__wrap .upper__wrap .box__wrap div p:nth-child(4) {
    font-size: 1.7rem;
    text-align: center;
  }

  .s13__wrap .upper__wrap .box__wrap div p:nth-child(5) {
    font-size: 3.0rem;
    text-align: center;
  }

  .s13__wrap .upper__wrap .box__wrap div p:nth-child(5) span {
    font-size: 3.0rem;
  }

  .s13__wrap .lower__wrap {
    background: center center / cover url(../img/1302_sp.webp) no-repeat;
    padding: 3rem 4%;
  }

  .s13__wrap .lower__wrap .box__wrap {
    display: block;
    width: 100%;
  }

  .s13__wrap .lower__wrap .box__wrap .item__01 {
    display: block;
    margin: 2rem auto;
    width: 90%;
  }

  .s13__wrap .lower__wrap .box__wrap .item__wrap {
    font-size: 1.7rem;
    width: 100%;
  }

  .s13__wrap .lower__wrap .box__wrap .item__wrap div {
    display: flex;
  }

  .s13__wrap .lower__wrap .box__wrap .item__wrap div p:nth-child(1) {
    width: 5rem;
  }

  .s13__wrap .lower__wrap .box__wrap .item__wrap div p:nth-child(2) {
    width: 7rem;
  }

  .s13__wrap .lower__wrap .box__wrap .item__wrap div p:nth-child(3) {
    width: auto;
  }

  .s13__wrap .lower__wrap .box__wrap .item__wrap .txt__01 {
    margin: 2rem 0 2rem 5rem;
  }

  .s13__wrap .lower__wrap .box__wrap .item__wrap .btn {
    display: block;
    margin: auto;
    width: 25.8rem;
  }

  /*notes*/
  .s14__wrap {
    padding: 4rem 0 0;
  }

  .s14__wrap .box__wrap {
    background: center center / cover url(../img/1402_sp.webp) no-repeat;
    padding: 2rem 4% 15rem;
  }

  .s14__wrap .box__wrap .box {
    width: 25.4rem;
  }

  .s14__wrap .box__wrap .box div {
    font-size: 1.4rem;
    padding: 1rem;
    width: auto;
  }

  .s14__wrap .box__wrap .box div img {
    margin: .5em 0;
    width: 22.3rem;
  }

  .bnr {
    width: 164rem;
  }

  /*notes*/
  .s15__wrap {
    padding: 4rem 0 0;
  }

  .s15__wrap .box1__wrap {
    padding: 3rem 4%;
  }

  .s15__wrap .box1__wrap p:nth-child(1) {
    font-size: 2.8rem;
    line-height: 1.6;
  }

  .s15__wrap .box1__wrap .item__01 {
    width: 27.6rem;
  }

  .s15__wrap .box1__wrap .item__02 {
    width: 32.9rem;
  }

  .s15__wrap .box2__wrap {
    margin: 2rem auto 2rem;
    width: 100%;
  }

  .s15__wrap .box2__wrap .item1__wrap {
    display: block;
    margin: 0 auto 2rem;
    width: 90%;
  }

  .s15__wrap .box2__wrap .item1__wrap p {
    display: table;
    margin: 0 auto 1rem;
  }

  .s15__wrap .box2__wrap .item1__wrap img {
    display: block;
    margin: auto;
    width: 32.4rem;
  }

  .s15__wrap .box2__wrap h3 {
    font-size: 2.2rem;
  }

  .s15__wrap .box2__wrap ul {
    flex-wrap: wrap;
    margin: auto;
    width: 90%;
  }

  .s15__wrap .box2__wrap ul li {
    font-size: 1.4rem;
    margin: .5rem 0;
    width: 48%;
  }

  .s15__wrap .box2__wrap ul li span span {
    font-size: 1.4rem;
  }

  .s15__wrap .box2__wrap .item2__wrap {
    font-size: 1.2rem;
    margin: .5rem auto 2rem;
    width: 90%;
  }

  .s15__wrap .box2__wrap .item2__wrap p:nth-child(1) {
    font-size: 1.8rem;
  }

  .s15__wrap .box2__wrap .item2__wrap p:nth-child(1) span span {
    font-size: 3.3rem;
  }

  .s15__wrap .box2__wrap .item3__wrap {
    margin-bottom: 4rem;
  }

  .s15__wrap .box2__wrap .item3__wrap p:nth-child(1) {
    font-size: 2.0rem;
    margin: auto;
    width: 90%;
  }

  .s15__wrap .box2__wrap .item3__wrap p:nth-child(2) {
    margin: auto;
    padding: .5em 0;
    width: 90%;
  }

  .s15__wrap .box2__wrap .item3__wrap dl div {
    margin: auto;
    padding: .25em 0;
    width: 90%;
  }

  .s15__wrap .box2__wrap .item3__wrap dt {
    max-width: 13em;
  }

  .s15__wrap .box2__wrap .txt__01 {
    font-size: 1.2rem;
    margin: auto;
    width: 90%;
  }

  .s15__wrap .box3__wrap {
    padding: 2rem 4% 7rem;
  }

  .s15__wrap .box3__wrap div {
    width: 100%;
  }

  .s15__wrap .box3__wrap img {
    margin: 1em 0 .5em;
  }

  .s15__wrap .box3__wrap p:last-child {
    font-size: 1.4rem;
  }

  /*notes*/
  .s16__wrap {
    padding: 3rem 4% 6rem;
  }

  .s16__wrap .h2__wrap img {
    width: 19.6rem;
  }

  .s16 {
    width: 100%;
  }

  .s16 h3 {
    font-size: 2.2rem;
    margin: 1.25em 0 .5em;
  }

  /*notes*/
  footer {
    padding: 1em 4% 9rem;
  }

  footer img {
    width: 17rem;
  }

  /*notes*/
  .floating__wrap {
    position: fixed;
    bottom: 0;
  }

  .floating__wrap div {
    display: flex;
  }

  .floating__wrap .btn__1 {
    width: 7rem;
  }

  .floating__wrap .btn__2 {
    width: 21.5rem;
  }

  .floating__wrap .btn__3 {
    width: 9rem;
  }

}

.s13__wrap .upper__wrap.tec {
  background: center top / cover url(../img/tec-pc-bg.jpg) no-repeat !important;

}

.s13__wrap .upper__wrap.tec .box__wrap div img {
  width: 100%;
}

.s13__wrap .upper__wrap .box__wrap div p:nth-child(5) span {
  padding-left: 14px;
}

@media(max-width:749px) {
  .s13__wrap .upper__wrap.tec {
    background: center top / cover url(../img/tec-sp-bg.jpg) no-repeat !important;
    padding: 2rem 4% 35rem;
  }

  .s13__wrap .upper__wrap .box__wrap div h2 {
    font-size: 3rem;
  }

  .s13__wrap .upper__wrap.tec .box__wrap div h2 {
    text-align: center;
  }

  .s13__wrap .upper__wrap.tec .box__wrap div img {
    width: 80%;
  }

  .tec-title {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
  }

  .s13__wrap .upper__wrap .box__wrap div p:nth-child(5) {
    font-size: 2.3rem;
  }

}

.s04__wrap p {
  text-shadow: 0 0 8px #fff;
}

.s11__wrap p {
  text-align: justify;
}