@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Poppins:wght@200;400;600&display=swap");
@-webkit-keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@-webkit-keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@-webkit-keyframes myScroll {
  0% {
    top: 0px;
  }
  45% {
    top: 143px;
  }
  90% {
    top: 143px;
  }
  100% {
    top: 0px;
  }
}
@keyframes myScroll {
  0% {
    top: 0px;
  }
  45% {
    top: 143px;
  }
  90% {
    top: 143px;
  }
  100% {
    top: 0px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #222;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}

a {
  color: #222;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #403D3D;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
#loader div {
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
}
#loader div:nth-child(1) {
  background-image: url(../images/text_anime1.png);
  width: 318px;
  height: 39px;
  margin: -300px 0 0 -418px;
}
#loader div:nth-child(2) {
  background-image: url(../images/text_anime2.png);
  width: 525px;
  height: 55px;
  margin: -150px 0 0 0px;
}
#loader div:nth-child(3) {
  background-image: url(../images/text_anime3.png);
  width: 641px;
  height: 41px;
  margin: 20px 0 0 -420px;
}
#loader div:nth-child(4) {
  background-image: url(../images/text_anime4.png);
  width: 629px;
  height: 43px;
  margin: 200px 0 0 -100px;
}
#loader .loader {
  background-color: #CB0000;
  width: 0;
  height: 10px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
}

header {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
header h1 {
  width: 189px;
  height: 26px;
  background-image: url(../images/logo.svg);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
header ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
}
header ul li {
  width: auto;
}
header ul li a {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0em;
  height: 30px;
  padding: 0 40px;
  background-color: #CB0000;
  background-image: url(../images/image_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 13px;
  border-radius: 10px;
  transition: all 0.1s ease-in 0s;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header ul li a:hover {
  color: #FFF;
  background-color: #FF0000;
}
header ul li:not(:first-child) {
  margin: 0 0 0 10px;
}
header ul li span {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0em;
  height: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

main {
  padding: 70px 0 0 0;
  opacity: 1;
  transition: opacity 1s ease-in 2s;
  box-sizing: border-box;
}
main.active {
  opacity: 1;
}
main section {
  background-color: #FFF;
  box-sizing: border-box;
}
main section#sec-visual {
  width: 100%;
  height: 100vh;
  padding-bottom: 100px;
  margin-bottom: 120px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section#sec-visual::after {
  content: "To the feature on step ahead";
  background-image: url(../images/text_catch1.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 762px;
  height: 272px;
  position: absolute;
  left: calc(50% - 381px);
  top: calc(50% - 116px);
  transition: all 0.25s ease-in 1s;
  opacity: 0;
}
main section#sec-visual h2 {
  background-image: url(../images/logo.svg);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 262px;
  height: 36px;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.5s ease-in 1s;
  position: absolute;
  left: calc(50% - 131px);
  top: calc(50% + 180px);
  transition: all 0.25s ease-in 2s;
  opacity: 0;
}
main section#sec-visual h3 {
  width: 565px;
  padding: 50px 0 0 0;
  z-index: 1;
  opacity: 1;
  transition: all 1s ease-in 2.5s;
  opacity: 0;
}
main section#sec-visual h3 span {
  background-image: url(../images/text_catch2.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 37px;
  display: block;
}
main section#sec-visual .scroll {
  width: 7px;
  height: 150px;
  position: absolute;
  left: calc(50% - 4px);
  bottom: -150px;
  transition: all 0.5s ease-in 3s;
  opacity: 0;
}
main section#sec-visual .scroll::after {
  content: "line";
  width: 1px;
  height: 150px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-color: #222;
  position: absolute;
  left: 3px;
  top: 0px;
}
main section#sec-visual .scroll span {
  width: 7px;
  height: 7px;
  background-color: #FFF;
  border: solid 1px #222;
  border-radius: 5px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  -webkit-animation-name: myScroll;
          animation-name: myScroll;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
main section#sec-visual .scroll p {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0em;
  transform: rotate(90deg);
  position: absolute;
  left: 0px;
  top: 15px;
}
main section#sec-visual.active::after {
  opacity: 0.6;
}
main section#sec-visual.active h2 {
  opacity: 1;
}
main section#sec-visual.active h3 {
  padding: 0px;
  opacity: 1;
}
main section#sec-visual.active .scroll {
  bottom: -75px;
  opacity: 1;
}
main section#sec2 {
  width: 100%;
  padding: 0px;
}
main section#sec2 .inner {
  width: 100%;
}
main section#sec2 .inner h3 {
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
main section#sec2 .inner h3 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  background-color: #C95555;
  padding: 15px 60px;
  border-radius: 15px;
  overflow: visible;
  display: block;
  position: relative;
  z-index: 1;
}
main section#sec2 .inner h3::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #C95555;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -15px;
  transform: rotate(45deg);
}
main section#sec2 .inner .slide {
  width: 100%;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
main section#sec2 .inner .slide .swiper-wrapper {
  width: 100%;
}
main section#sec2 .inner .slide .swiper-wrapper .swiper-slide {
  width: 520px;
}
main section#sec2 .inner .slide .swiper-wrapper .swiper-slide div {
  width: 100%;
  display: block;
  transition: all 0.1s ease-in 0s;
}
main section#sec2 .inner .slide .swiper-wrapper .swiper-slide div dl {
  width: 100%;
  height: 360px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-radius: 20px;
  position: relative;
}
main section#sec2 .inner .slide .swiper-wrapper .swiper-slide div dl dt {
  width: 90px;
  height: 90px;
  background-image: url(../images/image_corner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -20px;
  top: -20px;
}
main section#sec2 .inner .slide .swiper-wrapper .swiper-slide div dl dt span {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0em;
  text-align: left;
  padding: 15px 0 0 20px;
  display: block;
  box-sizing: border-box;
}
main section#sec2 .inner .slide .swiper-wrapper .swiper-slide div dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: right 20px bottom 20px;
  background-size: 35px;
}
main section#sec2 .inner .slide .swiper-wrapper .swiper-slide div:hover {
  opacity: 1;
}
main section#sec2 .inner .slide .swiper-wrapper .swiper-slide.slide1 div dl {
  background-image: url(../images/dummy1.jpg);
}
main section#sec2 .inner .slide .swiper-wrapper .swiper-slide.slide2 div dl {
  background-image: url(../images/dummy2.jpg);
}
main section#sec2 .inner .slide .swiper-wrapper .swiper-slide.slide3 div dl {
  background-image: url(../images/dummy3.jpg);
}
main section#sec2 .inner .slide .arrow {
  width: 40px;
  height: 70px;
  background-image: url(../images/arrow_large.svg);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 35px);
  z-index: 33;
  cursor: pointer;
  transition: all 0.1s ease-in 0s;
}
main section#sec2 .inner .slide .arrow:hover {
  opacity: 0.7;
}
main section#sec2 .inner .slide .arrow.prev {
  left: 20px;
}
main section#sec2 .inner .slide .arrow.next {
  right: 20px;
  transform: rotate(180deg);
}
main section#sec3 {
  width: 100%;
  padding: 220px 0 180px 0;
  margin: -100px auto 0 auto;
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main section#sec3 .inner {
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#sec3 .inner h3 {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  background-image: url(../images/image_deco.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 136px 13px;
  padding: 0 0 53px 0;
  margin: 0 auto 60px auto;
}
main section#sec3 .inner p {
  color: #403D3D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.6rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
main section#sec3 .inner p:not(:last-child) {
  margin-bottom: 60px;
}
main section#sec4 {
  width: 100%;
  padding: 180px 0 120px 0;
  margin: -100px auto 0 auto;
  background-color: #C95555;
  clip-path: polygon(50% 100px, 100% 0, 100% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(50% 100px, 100% 0, 100% 100%, 0 100%, 0 0);
  position: relative;
  z-index: 2;
}
main section#sec4 .inner {
  width: 840px;
  margin: 0 auto;
}
main section#sec4 .inner h3 {
  margin-bottom: 60px;
  position: relative;
  display: inline-block;
}
main section#sec4 .inner h3 span {
  color: #C95555;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  background-color: #FFF;
  padding: 15px 60px;
  border-radius: 15px;
  overflow: visible;
  display: block;
  position: relative;
  z-index: 1;
}
main section#sec4 .inner h3::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #FFF;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -15px;
  transform: rotate(45deg);
}
main section#sec4 .inner dl {
  width: 100%;
  padding: 0 60px;
  margin: 0 auto 60px auto;
  box-sizing: border-box;
}
main section#sec4 .inner dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #FFF;
}
main section#sec4 .inner dl dt span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.6rem;
  letter-spacing: 0em;
  display: inline-block;
  position: relative;
}
main section#sec4 .inner dl dt span::after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}
main section#sec4 .inner dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  text-align: left;
}
main section#sec4 .inner .box {
  width: 100%;
  background-color: #FFF;
  padding: 10px;
  border-radius: 20px;
}
main section#sec4 .inner .box .inner {
  width: 100%;
  border: solid 1px #222;
  border-radius: 18px;
}
main section#sec4 .inner .box .inner h5 {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0em;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: solid 1px #222;
}
main section#sec4 .inner .box .inner ul {
  padding: 0 20px 20px 20px;
}
main section#sec4 .inner .box .inner ul li {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main section#sec4 .inner .box .inner ul li span {
  padding: 0 0 0 10px;
  display: block;
  box-sizing: border-box;
}
main section#sec4 .inner .box .inner ul li::before {
  content: "・";
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
main section#sec4 .inner .box .inner ul li:not(:last-child) {
  margin-bottom: 5px;
}
main section#sec5 {
  width: 100%;
  padding: 120px 0;
}
main section#sec5 .inner h3 {
  margin-bottom: 55px;
  position: relative;
  display: inline-block;
}
main section#sec5 .inner h3 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  background-color: #CB0000;
  padding: 15px 60px;
  border-radius: 15px;
  overflow: visible;
  display: block;
  position: relative;
  z-index: 1;
}
main section#sec5 .inner h3::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #CB0000;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -15px;
  transform: rotate(45deg);
}
main section#sec5 .inner dl {
  width: 100%;
  padding: 0px;
  margin: 0 auto 80px auto;
  box-sizing: border-box;
}
main section#sec5 .inner dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  margin-bottom: 60px;
}
main section#sec5 .inner dl dt span {
  color: #403D3D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.6rem;
  letter-spacing: 0em;
  display: inline-block;
  position: relative;
}
main section#sec5 .inner dl dt span::after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: rgba(219, 179, 11, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
}
main section#sec5 .inner dl dd {
  width: 100%;
}
main section#sec5 .inner dl dd ul {
  width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
main section#sec5 .inner dl dd ul li {
  width: 185px;
}
main section#sec5 .inner dl dd ul li div {
  width: 100%;
  margin-bottom: 20px;
}
main section#sec5 .inner dl dd ul li h5 {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
}
main section#sec5 .inner dl dd ul li h5::after {
  content: "";
  background-color: #EADEDE;
  width: 30px;
  height: 4px;
  position: absolute;
  left: calc(50% - 15px);
  bottom: 0px;
}
main section#sec5 .inner dl dd ul li p {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0em;
  text-align: left;
  font-feature-settings: "palt";
}
main section#sec5 .inner dl dd ul li p a {
  text-decoration: underline;
}
main section#sec5 .inner dl dd ul li.step1 {
  position: relative;
}
main section#sec5 .inner dl dd ul li.step1::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #DBB30B;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  right: -30px;
  top: 72.5px;
  z-index: 1;
}
main section#sec5 .inner dl dd ul li.step2 {
  margin-left: 40px;
}
main section#sec5 .inner dl dd ul li.step2 h5::after {
  background-color: #E08E8E;
}
main section#sec5 .inner dl dd ul li.step3 {
  margin-left: 40px;
}
main section#sec5 .inner dl dd ul li.step4 {
  margin-left: 80px;
}
main section#sec5 .inner dl dd ul li.arrow {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0em;
  width: 25px;
  height: 120px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #DBB30B;
  position: absolute;
  right: 220px;
  top: 32.5px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main section#sec5 .inner dl dd ul li.arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #DBB30B;
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 1;
}
main section#sec5 .inner .other {
  width: 840px;
  margin: 0 auto;
}
main section#sec5 .inner .other h4 {
  width: 100%;
  padding: 0 40px 0 0;
  margin-bottom: 40px;
  box-sizing: border-box;
  position: relative;
}
main section#sec5 .inner .other h4 span {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  width: 100%;
  height: 80px;
  padding: 0 0 0 40px;
  background-color: #f1d4d4;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
main section#sec5 .inner .other h4::before {
  content: "";
  width: 120px;
  height: 120px;
  background-image: url(../images/image_icon5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 50px;
  top: calc(50% - 60px);
}
main section#sec5 .inner .other h4::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 80px solid #f1d4d4;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 1;
}
main section#sec5 .inner .other h5 {
  display: none;
}
main section#sec5 .inner .other p {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0em;
  text-align: left;
  width: calc(100% - 100px);
  padding: 0 0 20px 20px;
  margin: 0 auto;
  border-bottom: solid 1px #DBB30B;
  border-left: solid 1px #DBB30B;
  box-sizing: border-box;
}
main section#sec6 {
  width: 100%;
  padding: 80px 0 120px 0;
  background-color: #C95555;
  position: relative;
  z-index: 1;
}
main section#sec6 .inner {
  width: 900px;
  margin: 0 auto;
}
main section#sec6 .inner h3 {
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
main section#sec6 .inner h3 span {
  color: #C95555;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  background-color: #FFF;
  padding: 15px 60px;
  border-radius: 15px;
  overflow: visible;
  display: block;
  position: relative;
  z-index: 1;
}
main section#sec6 .inner h3::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #FFF;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -15px;
  transform: rotate(45deg);
}
main section#sec6 .inner p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
main section#sec6 .inner .link {
  width: 100%;
  position: relative;
}
main section#sec6 .inner .link a {
  display: block;
}
main section#sec6 .inner .link a .photo img {
  width: 100%;
  border-radius: 40px;
  transition: all 0.2s ease-in;
}
main section#sec6 .inner .link a .btn {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0em;
  width: 480px;
  height: 60px;
  background-color: #DBB30B;
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: calc(50% - 240px);
  bottom: -30px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in;
}
main section#sec6 .inner .link a:hover .photo img {
  opacity: 0.7;
}
main section#sec6 .inner .link a:hover .btn {
  background-color: #ffcc00;
}
main section#sec7 {
  width: 100%;
  padding: 80px 0;
}
main section#sec7 .inner {
  width: 800px;
  padding: 0px;
  margin: 0 auto;
}
main section#sec7 .inner h3 {
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
main section#sec7 .inner h3 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  background-color: #CB0000;
  padding: 15px 60px;
  border-radius: 15px;
  overflow: visible;
  display: block;
  position: relative;
  z-index: 1;
}
main section#sec7 .inner h3::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #CB0000;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -15px;
  transform: rotate(45deg);
}
main section#sec7 .inner > dl {
  width: 100%;
  padding: 0px;
  margin: 0 auto 80px auto;
  box-sizing: border-box;
}
main section#sec7 .inner > dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
}
main section#sec7 .inner > dl dt span {
  color: #403D3D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.6rem;
  letter-spacing: 0em;
  display: inline-block;
  position: relative;
}
main section#sec7 .inner > dl dt span::after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: rgba(219, 179, 11, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
}
main section#sec7 .inner .skill {
  margin-bottom: 60px;
}
main section#sec7 .inner .skill.mb {
  margin-bottom: 20px;
}
main section#sec7 .inner .skill h4 {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0em;
  padding: 0 0 10px 0;
  margin-bottom: 30px;
  border-bottom: solid 5px #CB0000;
  position: relative;
}
main section#sec7 .inner .skill h4::after {
  content: "";
  border-top: 10px solid #CB0000;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -15px;
  z-index: 1;
}
main section#sec7 .inner .skill > p {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.8rem;
  letter-spacing: 0em;
  margin-bottom: 80px;
}
main section#sec7 .inner .skill > p span {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2rem;
  letter-spacing: 0em;
  padding: 10px 0 0 0;
  display: inline-block;
}
main section#sec7 .inner .skill ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
main section#sec7 .inner .skill ul li {
  width: 240px;
  padding: 15px 15px 30px 15px;
  border: solid 1px #222;
  border-radius: 20px;
  position: relative;
}
main section#sec7 .inner .skill ul li:not(:first-child) {
  margin: 0 0 0 40px;
}
main section#sec7 .inner .skill ul li .pict {
  padding: 40px 40px 0 40px;
}
main section#sec7 .inner .skill ul li .pict.type2 {
  padding: 40px 60px;
}
main section#sec7 .inner .skill ul li .pict.type3 {
  padding: 40px 120px;
}
main section#sec7 .inner .skill ul li dl dt {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  min-height: 100px;
  margin-bottom: 10px;
  border-bottom: solid 1px #222;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section#sec7 .inner .skill ul li dl dt.ah {
  min-height: auto;
  padding: 0 0 10px 0;
}
main section#sec7 .inner .skill ul li dl dd {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
}
main section#sec7 .inner .skill ul li::before {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0em;
  width: 50px;
  height: 50px;
  background-color: #403D3D;
  border-radius: 25px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: calc(50% - 25px);
  top: -25px;
}
main section#sec7 .inner .skill ul li.num1::before {
  content: "1";
}
main section#sec7 .inner .skill ul li.num2::before {
  content: "2";
}
main section#sec7 .inner .skill ul li.num3::before {
  content: "3";
}
main section#sec7 .inner .skill ul li.num4::before {
  content: "4";
}
main section#sec7 .inner .skill ul li.num5::before {
  content: "5";
}
main section#sec7 .inner .skill ul li.num6::before {
  content: "6";
}
main section#sec7 .inner .skill ul li.num7 {
  width: 380px;
}
main section#sec7 .inner .skill ul li.num7::before {
  content: "7";
}
main section#sec7 .inner .skill ul li.num8 {
  width: 380px;
}
main section#sec7 .inner .skill ul li.num8::before {
  content: "8";
}
main section#sec7 .inner p.notice {
  padding: 0 5px;
  display: inline-block;
  position: relative;
}
main section#sec7 .inner p.notice:not(:last-child) {
  margin-bottom: 60px;
}
main section#sec7 .inner p.notice span {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0em;
  position: relative;
  z-index: 1;
}
main section#sec7 .inner p.notice::after {
  content: "";
  width: 100%;
  height: 7px;
  background-color: #DBB30B;
  opacity: 0.25;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
main section#sec8 {
  width: 100%;
  padding: 0 0 80px 0;
  margin: 0px;
  position: relative;
  box-sizing: border-box;
}
main section#sec8::before {
  content: "";
  width: 100%;
  height: 140px;
  background-color: #FFF;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
main section#sec8 .banner {
  width: 1200px;
  height: auto;
  background-image: url(../images/dummy5.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px;
  margin: 0 auto 80px auto;
  border-radius: 20px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}
main section#sec8 .banner .text h4 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
main section#sec8 .banner .text h4 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 3.6rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: inline-block;
}
main section#sec8 .banner .text h4 span:not(:last-child) {
  margin-bottom: 5px;
}
main section#sec8 .banner .text p {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
main section#sec8 .banner .text p span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: inline-block;
}
main section#sec8 .banner .text p span:not(:last-child) {
  margin-bottom: 5px;
}
main section#sec8 .banner dl {
  text-align: left;
  width: auto;
  background-color: rgba(203, 0, 0, 0.65);
  padding: 15px;
  box-sizing: border-box;
  border-radius: 20px;
}
main section#sec8 .banner dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  letter-spacing: 0em;
  white-space: nowrap;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main section#sec8 .banner dl dt::after {
  content: "";
  width: 100%;
  height: 4px;
  margin: 0 0 0 10px;
  background-color: #FFF;
}
main section#sec8 .banner dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#sec8 .banner dl dd ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#sec8 .banner dl dd ul li.icon {
  width: 90px;
  height: 90px;
  padding: 0px;
  background-color: #FFF;
  border-radius: 45px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section#sec8 .banner dl dd ul li.icon img {
  width: 50px;
  height: auto;
}
main section#sec8 .banner dl dd ul li.spec {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.2rem;
  letter-spacing: 0em;
}
main section#sec8 .banner dl dd ul li:not(:first-child) {
  margin: 0 0 0 10px;
}
main section#sec8 .inner {
  width: auto;
  margin: 0 auto;
}
main section#sec8 .inner h3 {
  width: auto;
  margin: 0 auto 40px auto;
  position: relative;
  display: inline-block;
}
main section#sec8 .inner h3 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
}
main section#sec8 .inner h3::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
}
main section#sec8 .inner p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
main section#sec8 .inner .btn {
  width: 400px;
  height: 80px;
  margin: 0 auto;
}
main section#sec8 .inner .btn a {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  background-color: #DBB30B;
  border-radius: 20px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in 0s;
}
main section#sec8 .inner .btn a:hover {
  background-color: #ffcc00;
}
main section#sec9 {
  width: 100%;
  padding: 80px 0 80px 0;
  margin: 0px;
  background-color: #FFF;
}
main section#sec9 h3 {
  margin-bottom: 70px;
  position: relative;
  display: inline-block;
}
main section#sec9 h3 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  min-width: 540px;
  background-color: #CB0000;
  padding: 15px 60px;
  border-radius: 15px;
  overflow: visible;
  display: block;
  position: relative;
  z-index: 1;
}
main section#sec9 h3 span strong {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  padding: 10px 0 0 0;
  display: block;
}
main section#sec9 h3::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #CB0000;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -15px;
  transform: rotate(45deg);
}
main section#sec9 .voice {
  width: 900px;
  margin: 0 auto 80px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main section#sec9 .voice .text {
  text-align: left;
  width: 480px;
}
main section#sec9 .voice .text h4 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
main section#sec9 .voice .text h4 span {
  color: #403D3D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
  letter-spacing: 0em;
  display: inline-block;
  position: relative;
}
main section#sec9 .voice .text h4 span::after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: rgba(219, 179, 11, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
}
main section#sec9 .voice .text p {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
main section#sec9 .voice .prof {
  width: 400px;
  background-color: #EFEFEF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main section#sec9 .voice .prof .inprof {
  padding: 40px;
}
main section#sec9 .voice .prof .inprof dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
main section#sec9 .voice .prof .inprof dl dt {
  width: 130px;
}
main section#sec9 .voice .prof .inprof dl dt img {
  width: 100%;
  border-radius: 50%;
}
main section#sec9 .voice .prof .inprof dl dd {
  text-align: left;
  width: 170px;
}
main section#sec9 .voice .prof .inprof dl dd h5 {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
}
main section#sec9 .voice .prof .inprof dl dd p {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main section#sec9 .voice .prof .inprof > p {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.8rem;
  letter-spacing: 0em;
  text-align: left;
}
main section#sec9 .voice .prof .inprof > p:not(:last-child) {
  margin-bottom: 40px;
}
main section#sec9 .voice .prof .inprof h6 {
  color: #6C0C0C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0em;
  padding-bottom: 8px;
  border-bottom: solid 2px #6C0C0C;
  margin-bottom: 10px;
}
main section#sec9 .voice .prof .inprof ul {
  padding: 0 20px;
}
main section#sec9 .voice .prof .inprof ul li {
  color: #6C0C0C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0em;
  text-align: left;
}
main section#sec9 .qa {
  width: 900px;
  margin: 0 auto;
}
main section#sec9 .qa dl {
  text-align: left;
}
main section#sec9 .qa dl dt {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0em;
  background-color: #f1d4d4;
  padding: 10px 20px;
}
main section#sec9 .qa dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 0 20px 20px;
}
main section#sec9 .qa dl dd span {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 3rem;
  letter-spacing: 0em;
}
main section#sec9 .qa h4.notice {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 20px auto 0 auto;
}
main section#sec9 .qa h4.notice span {
  color: #403D3D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
  letter-spacing: 0em;
  display: inline-block;
  position: relative;
}
main section#sec9 .qa h4.notice span::after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: rgba(219, 179, 11, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
}
main section#sec10 {
  width: 100%;
  padding: 80px 0 0 0;
  margin: 0px;
  background-color: #C95555;
}
main section#sec10 h3 {
  margin-bottom: 70px;
  position: relative;
  display: inline-block;
}
main section#sec10 h3 span {
  color: #C95555;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  min-width: 540px;
  background-color: #FFF;
  padding: 15px 60px;
  border-radius: 15px;
  overflow: visible;
  display: block;
  position: relative;
  z-index: 1;
}
main section#sec10 h3 span strong {
  color: #C95555;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  padding: 10px 0 0 0;
  display: block;
}
main section#sec10 h3::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #FFF;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -15px;
  transform: rotate(45deg);
}
main section#sec10 h3 + p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.6rem;
  letter-spacing: 0em;
  margin-bottom: 60px;
}
main section#sec10 h3 + p span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.6rem;
  letter-spacing: 0em;
  padding: 10px 0 0 0;
}
main section#sec10 .price {
  width: 900px;
  margin: 0 auto 80px auto;
}
main section#sec10 .price dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#sec10 .price dl:not(:last-child) {
  margin-bottom: 20px;
}
main section#sec10 .price dl dt {
  width: 320px;
  height: 110px;
  background-color: #FFF;
  border-radius: 20px 0 0 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}
main section#sec10 .price dl dt span {
  color: #6C0C0C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0em;
  margin: 0 0 0 10px;
}
main section#sec10 .price dl dt::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/image_icon16.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
main section#sec10 .price dl dd {
  width: 570px;
  height: 110px;
  background-color: #FFF;
  margin: 0 0 0 10px;
  border-radius: 0 20px 20px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}
main section#sec10 .price dl dd div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
main section#sec10 .price dl dd div span:nth-child(1) {
  color: #6C0C0C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0em;
}
main section#sec10 .price dl dd div span:nth-child(2) {
  color: #6C0C0C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0em;
  margin: 0 0 0 5px;
}
main section#sec10 .price dl.admission {
  width: 540px;
  margin: 0 auto 40px auto;
}
main section#sec10 .price dl.admission dt {
  width: 180px;
  height: 80px;
}
main section#sec10 .price dl.admission dt span {
  margin: 0px;
}
main section#sec10 .price dl.admission dt::before {
  content: none;
}
main section#sec10 .price dl.admission dd {
  width: 340px;
  height: 80px;
}
main section#sec10 .price h4 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
main section#sec10 .price h4 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.2rem;
  letter-spacing: 0em;
  display: inline-block;
  position: relative;
  z-index: 1;
}
main section#sec10 .price h4 span::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: rgba(219, 179, 11, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}
main section#sec10 .price p {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px auto;
  background-image: url(../images/image_plus.svg);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
}
main section#sec10 .price + p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.6rem;
  letter-spacing: 0em;
  margin-top: -60px;
  padding-bottom: 60px;
}
main section#sec10 .price + p span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.6rem;
  letter-spacing: 0em;
  padding: 10px 0 0 0;
}
main section#sec10 .counseling {
  width: 100%;
  padding: 80px 0;
  margin: 0 auto;
  background-color: #b24343;
}
main section#sec10 .counseling h4 {
  width: auto;
  margin: 0 auto 40px auto;
  position: relative;
  display: inline-block;
}
main section#sec10 .counseling h4 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
}
main section#sec10 .counseling h4::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
}
main section#sec10 .counseling p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
main section#sec10 .counseling .btn {
  width: 400px;
  height: 80px;
  margin: 0 auto;
}
main section#sec10 .counseling .btn a {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  background-color: #DBB30B;
  border-radius: 20px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in 0s;
}
main section#sec10 .counseling .btn a:hover {
  background-color: #ffcc00;
}
main section#sec11 {
  width: 100%;
  padding: 120px 0;
  margin: 0px;
  background-color: #FFF;
}
main section#sec11 p {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 4rem;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main section#sec11 p:nth-child(2) {
  margin-bottom: 80px;
}
main section#sec11 h4 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 20px auto 0 auto;
}
main section#sec11 h4 span {
  color: #403D3D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 4rem;
  letter-spacing: 0em;
  display: inline-block;
  position: relative;
}
main section#sec11 h4 span:not(:last-child) {
  margin-bottom: 10px;
}
main section#sec11 h4 span::after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: rgba(201, 85, 85, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
}
main section#sec-contact {
  width: 100%;
  padding: 80px 80px 40px 80px;
  background-color: #fcf6f6;
  position: relative;
  z-index: 1;
}
main section#sec-contact .inner {
  width: 900px;
  margin: 0 auto;
}
main section#sec-contact .inner h3 {
  margin-bottom: 70px;
  position: relative;
  display: inline-block;
}
main section#sec-contact .inner h3 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  min-width: 540px;
  background-color: #CB0000;
  padding: 15px 60px;
  border-radius: 15px;
  overflow: visible;
  display: block;
  position: relative;
  z-index: 1;
}
main section#sec-contact .inner h3 span strong {
  color: #C95555;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  padding: 10px 0 0 0;
  display: block;
}
main section#sec-contact .inner h3::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #CB0000;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -15px;
  transform: rotate(45deg);
}
main section#sec-contact .inner form {
  width: 100%;
}
main section#sec-contact .inner form .myform {
  margin-bottom: 40px;
}
main section#sec-contact .inner form .myform dl {
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#sec-contact .inner form .myform dl dt {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0em;
  width: 35%;
}
main section#sec-contact .inner form .myform dl dt sup {
  color: #CB0000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0em;
  vertical-align: top;
  padding: 0 0 0 10px;
  display: inline-block;
}
main section#sec-contact .inner form .myform dl dd {
  width: 65%;
}
main section#sec-contact .inner form .myform dl dd input {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.6rem;
  letter-spacing: 0em;
  width: 100%;
  padding: 10px;
  background-color: #FFF;
  border: solid 1px #222;
}
main section#sec-contact .inner form .myform dl dd textarea {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.6rem;
  letter-spacing: 0em;
  width: 100%;
  height: 300px;
  padding: 10px;
  background-color: #FFF;
  border: solid 1px #222;
}
main section#sec-contact .inner form .myform dl dd > span span {
  color: #CB0000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  padding: 10px 0 0 0;
  display: inline-block;
}
main section#sec-contact .inner form .privacy {
  padding: 40px 0 0 0;
}
main section#sec-contact .inner form .privacy h4 {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main section#sec-contact .inner form .privacy .text {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  border: solid 1px #403D3D;
  overflow: scroll;
}
main section#sec-contact .inner form .privacy .text > div {
  text-align: left;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
main section#sec-contact .inner form .privacy .text > div dl dt {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main section#sec-contact .inner form .privacy .text > div dl dd {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main section#sec-contact .inner form .privacy .text > div dl dd:not(:last-child) {
  margin-bottom: 5px;
}
main section#sec-contact .inner form .privacy .text > div dl dd textarea {
  height: 300px;
}
main section#sec-contact .inner form .privacy .text > div dl:not(:last-child) {
  margin-bottom: 20px;
}
main section#sec-contact .inner form .check {
  margin-bottom: 40px;
}
main section#sec-contact .inner form .check label {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-align: left;
}
main section#sec-contact .inner form .check label input {
  margin: 0 10px 0 0;
}
main section#sec-contact .inner form .btn {
  widows: 600px;
  margin: 0 auto;
}
main section#sec-contact .inner form .btn input {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0em;
  width: 100%;
  height: 60px;
  background-color: #CB0000;
  border: none;
  border-radius: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in 0s;
}
main section#sec-contact .inner form .btn input:hover {
  background-color: #FF0000;
}
main section#sec-contact .inner form .wpcf7-response-output {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  border: solid 5px #CB0000;
  padding: 20px;
}
main footer {
  width: 100%;
  padding: 40px 0 80px 0;
  background-color: #fcf6f6;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
main footer .set {
  width: 100%;
  margin: 0 auto 80px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main footer .set div.pp {
  width: 250px;
}
main footer .set div.pp div {
  width: 100px;
  margin: 0 auto 20px auto;
}
main footer .set div.line {
  width: 250px;
}
main footer .set div.line div {
  width: 100px;
  margin: 0 auto 20px auto;
}
main footer .set div.line p {
  width: 100px;
  margin: 0 auto;
}
main footer h4 {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
main footer ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px auto;
}
main footer ul li {
  width: 280px;
}
main footer ul li a {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0em;
  background-color: #CB0000;
  height: 80px;
  border-radius: 20px;
  display: block;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in 0s;
}
main footer ul li a:hover {
  color: #FFF;
  background-color: #FF0000;
}
main footer ul li a span {
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 5px;
}
main footer ul li:not(:first-child) {
  margin: 0 0 0 20px;
}
main footer p {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
}
main footer p:not(:last-child) {
  margin-bottom: 40px;
}
main footer p:nth-last-child(2) {
  margin-bottom: 20px;
}
main footer p a {
  text-decoration: underline;
}

.pgtop {
  width: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
  transition: all 0.1s ease-in 0s;
  display: none;
}
.pgtop a {
  height: 60px;
  background-image: url(../images/arrow_pagetop.svg);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
.pgtop:hover {
  opacity: 0.6;
}
.pgtop.active {
  display: block;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  @-webkit-keyframes myScroll {
    0% {
      top: 0px;
    }
    45% {
      top: 93px;
    }
    90% {
      top: 93px;
    }
    100% {
      top: 0px;
    }
  }
  @keyframes myScroll {
    0% {
      top: 0px;
    }
    45% {
      top: 93px;
    }
    90% {
      top: 93px;
    }
    100% {
      top: 0px;
    }
  }
  html {
    font-size: 2.6666666667vw;
  }
  a {
    color: #222;
    text-decoration: none;
    cursor: pointer;
  }
  a:hover, a:active, a.active {
    color: #222;
  }
  br.brsp {
    display: block;
  }
  /* ---------------------------------------------------------page--------------------------------------------------------- */
  #loader {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    overflow: hidden;
  }
  #loader div {
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0px !important;
    position: absolute;
    opacity: 0;
  }
  #loader div:nth-child(1) {
    width: 163px;
    height: 20px;
    left: 40px;
    top: 180px;
  }
  #loader div:nth-child(2) {
    width: 252px;
    height: 25px;
    left: 80px;
    top: 260px;
  }
  #loader div:nth-child(3) {
    width: 312px;
    height: 20px;
    left: 10px;
    top: 350px;
  }
  #loader div:nth-child(4) {
    width: 293px;
    height: 20px;
    left: 60px;
    top: 440px;
  }
  #loader .loader {
    background-color: #CB0000;
    width: 0;
    height: 10px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
  }
  header {
    padding: 10px 0 0 0;
    background-color: #FFF;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
  }
  header h1 {
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
  }
  header ul {
    width: 100%;
    padding: 0 2px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0px;
    box-sizing: border-box;
  }
  header ul li {
    width: calc(50% - 1px);
  }
  header ul li a {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0em;
    width: 100%;
    height: 35px;
    padding: 0px;
    background-color: #CB0000;
    background-image: none;
    border-radius: 0px;
  }
  header ul li a:hover {
    color: #FFF;
    background-color: #FF0000;
  }
  header ul li:not(first-child) {
    margin: 0 0 0 2px;
  }
  header ul li span {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
    height: 35px;
  }
  main {
    padding: 80px 0 0 0;
  }
  main section#sec-visual {
    width: 100%;
    height: calc(100vh - 80px);
    padding-bottom: 0px;
    margin-bottom: 155px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main section#sec-visual::after {
    content: "To the feature on step ahead";
    background-image: url(../images/text_catch1.png);
    width: 320px;
    height: 114px;
    left: calc(50% - 160px);
    top: calc(50% - 57px);
  }
  main section#sec-visual h2 {
    width: 218px;
    height: 30px;
    left: calc(50% - 109px);
    top: calc(50% + 110px);
  }
  main section#sec-visual h3 {
    width: 279px;
    padding: 0px;
    position: absolute;
    left: calc(50% - 140px);
    top: calc(50% - 41px);
  }
  main section#sec-visual h3 span {
    background-image: url(../images_sp/text_catch2.png);
    height: 81px;
  }
  main section#sec-visual .scroll {
    width: 7px;
    height: 100px;
    position: absolute;
    left: calc(50% - 4px);
    bottom: -75px;
    transition: all 0.5s ease-in 3s;
    opacity: 0;
  }
  main section#sec-visual .scroll::after {
    height: 100px;
  }
  main section#sec-visual .scroll p {
    color: #222;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0em;
    transform: rotate(90deg);
    position: absolute;
    left: 0px;
    top: 15px;
  }
  main section#sec-visual.active .scroll {
    bottom: -50px;
    opacity: 1;
  }
  main section#sec2 .inner h3 {
    width: calc(100% - 40px);
    margin: 0 auto 40px auto;
    position: relative;
    display: inline-block;
  }
  main section#sec2 .inner h3 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.1em;
    background-color: #C95555;
    padding: 15px;
    border-radius: 15px;
    overflow: visible;
    display: block;
    position: relative;
    z-index: 1;
  }
  main section#sec2 .inner h3::after {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    bottom: -10px;
  }
  main section#sec2 .inner .slide {
    width: 100%;
    padding: 20px 10px;
    position: relative;
    overflow: hidden;
  }
  main section#sec2 .inner .slide .swiper-wrapper {
    width: 100%;
  }
  main section#sec2 .inner .slide .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  main section#sec2 .inner .slide .swiper-wrapper .swiper-slide div {
    width: 100%;
    display: block;
    transition: all 0.1s ease-in 0s;
  }
  main section#sec2 .inner .slide .swiper-wrapper .swiper-slide div dl {
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border-radius: 20px;
    position: relative;
  }
  main section#sec2 .inner .slide .swiper-wrapper .swiper-slide div dl dt {
    width: 60px;
    height: 60px;
    left: 5px;
    top: 5px;
  }
  main section#sec2 .inner .slide .swiper-wrapper .swiper-slide div dl dt span {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0em;
    padding: 10px 0 0 10px;
  }
  main section#sec2 .inner .slide .swiper-wrapper .swiper-slide div dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 20px;
    background-image: none;
  }
  main section#sec2 .inner .slide .swiper-wrapper .swiper-slide div dl dd br {
    display: none;
  }
  main section#sec2 .inner .slide .swiper-wrapper .swiper-slide div:hover {
    opacity: 1;
  }
  main section#sec2 .inner .slide .arrow {
    width: 20px;
    height: 35px;
    top: calc(50% - 35px);
  }
  main section#sec2 .inner .slide .arrow:hover {
    opacity: 1;
  }
  main section#sec2 .inner .slide .arrow.prev {
    left: 20px;
  }
  main section#sec2 .inner .slide .arrow.next {
    right: 20px;
  }
  main section#sec3 {
    width: 100%;
    padding: 120px 0 120px 0;
    margin: -90px auto 0 auto;
  }
  main section#sec3 .inner {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#sec3 .inner h3 {
    color: #222;
    font-family: "Poppins", sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.1em;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 105px 10px;
    padding: 0 0 20px 0;
    margin: 0 auto 40px auto;
  }
  main section#sec3 .inner p {
    color: #403D3D;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main section#sec3 .inner p:not(:last-child) {
    margin-bottom: 30px;
  }
  main section#sec4 {
    padding: 100px 0 60px 0;
    margin: -60px auto 0 auto;
    clip-path: polygon(50% 60px, 100% 0, 100% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(50% 60px, 100% 0, 100% 100%, 0 100%, 0 0);
  }
  main section#sec4 .inner {
    width: 100%;
    margin: 0 auto;
  }
  main section#sec4 .inner h3 {
    width: calc(100% - 40px);
    margin: 0 auto 30px auto;
    position: relative;
    display: inline-block;
  }
  main section#sec4 .inner h3 span {
    color: #C95555;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    padding: 15px;
  }
  main section#sec4 .inner h3::after {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    bottom: -10px;
  }
  main section#sec4 .inner dl {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 30px auto;
  }
  main section#sec4 .inner dl dt {
    text-align: left;
    padding: 0px;
    margin-bottom: 20px;
    border-bottom: none;
    display: block;
  }
  main section#sec4 .inner dl dt span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: 0em;
    border-bottom: solid 4px rgba(255, 255, 255, 0.25);
    font-feature-settings: "palt";
    display: inline;
  }
  main section#sec4 .inner dl dt span::after {
    content: none;
  }
  main section#sec4 .inner dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main section#sec4 .inner .box {
    width: calc(100% - 40px);
    margin: 0 auto;
    border-radius: 10px;
  }
  main section#sec4 .inner .box .inner {
    border-radius: 9px;
  }
  main section#sec4 .inner .box .inner h5 {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0em;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  main section#sec4 .inner .box .inner ul {
    padding: 0 10px 10px 10px;
  }
  main section#sec4 .inner .box .inner ul li {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.3rem;
    letter-spacing: 0em;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec4 .inner .box .inner ul li span {
    text-align: left;
    padding: 0 0 0 5px;
  }
  main section#sec4 .inner .box .inner ul li::before {
    content: "・";
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2.3rem;
    letter-spacing: 0em;
  }
  main section#sec4 .inner .box .inner ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  main section#sec5 {
    width: 100%;
    padding: 60px 20px;
  }
  main section#sec5 .inner h3 {
    width: 100%;
    margin-bottom: 30px;
  }
  main section#sec5 .inner h3 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    padding: 15px;
  }
  main section#sec5 .inner h3::after {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    bottom: -10px;
  }
  main section#sec5 .inner dl {
    margin: 0 auto 40px auto;
  }
  main section#sec5 .inner dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    margin-bottom: 30px;
  }
  main section#sec5 .inner dl dt span {
    color: #403D3D;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: 0em;
    display: inline;
    border-bottom: solid 4px rgba(219, 179, 11, 0.25);
  }
  main section#sec5 .inner dl dt span::after {
    content: none;
  }
  main section#sec5 .inner dl dd {
    width: 100%;
  }
  main section#sec5 .inner dl dd ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec5 .inner dl dd ul li {
    width: 100%;
  }
  main section#sec5 .inner dl dd ul li:not(:last-child) {
    margin: 0 0 40px 0;
  }
  main section#sec5 .inner dl dd ul li div {
    width: 160px;
    margin: 0 auto 10px auto;
  }
  main section#sec5 .inner dl dd ul li span {
    width: calc(100% - 40px);
  }
  main section#sec5 .inner dl dd ul li h5 {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
  }
  main section#sec5 .inner dl dd ul li h5::after {
    content: "";
    background-color: #EADEDE;
    width: 30px;
    height: 4px;
    position: absolute;
    left: calc(50% - 15px);
    bottom: 0px;
  }
  main section#sec5 .inner dl dd ul li p {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    padding: 0 20px;
  }
  main section#sec5 .inner dl dd ul li.step1 {
    margin-bottom: 60px;
    position: relative;
  }
  main section#sec5 .inner dl dd ul li.step1::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid #DBB30B;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
    right: auto;
    top: auto;
    bottom: -60px;
    left: calc(50% - 40px);
    z-index: 1;
  }
  main section#sec5 .inner dl dd ul li.step2 {
    margin-left: 0px;
  }
  main section#sec5 .inner dl dd ul li.step2 h5::after {
    background-color: #E08E8E;
  }
  main section#sec5 .inner dl dd ul li.step3 {
    margin: 0 0 10px 0;
  }
  main section#sec5 .inner dl dd ul li.step4 {
    margin-left: 0px;
  }
  main section#sec5 .inner dl dd ul li.arrow {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0em;
    width: 120px;
    height: auto;
    padding: 10px 0 0 0;
    margin: 0 auto 50px auto;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    position: relative;
    right: auto;
    top: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main section#sec5 .inner dl dd ul li.arrow::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid #DBB30B;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    position: absolute;
    left: calc(50% - 100px);
    right: auto;
    top: auto;
    bottom: -110px;
  }
  main section#sec5 .inner .other {
    width: 100%;
    margin: 0 auto;
  }
  main section#sec5 .inner .other h4 {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
  }
  main section#sec5 .inner .other h4 span {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    width: 100%;
    height: auto;
    padding: 10px;
  }
  main section#sec5 .inner .other h4::before {
    content: none;
  }
  main section#sec5 .inner .other h4::after {
    content: none;
    /*
    border-left: 30px solid $col8;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    right: 0px;
    top: -15px;
    */
  }
  main section#sec5 .inner .other h5 {
    margin: 0 auto 10px auto;
    position: relative;
    display: block;
  }
  main section#sec5 .inner .other h5::before {
    content: "";
    background-image: url(../images/image_icon5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 160px;
    height: 160px;
    margin: 0 auto 10px auto;
    display: block;
  }
  main section#sec5 .inner .other h5 span {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
  }
  main section#sec5 .inner .other p {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: left;
    width: 100%;
    padding: 0 0 10px 10px;
    margin: 0 auto;
  }
  main section#sec6 {
    width: 100%;
    padding: 60px 20px;
  }
  main section#sec6 .inner {
    width: 100%;
    margin: 0 auto;
  }
  main section#sec6 .inner h3 {
    width: 100%;
    margin-bottom: 30px;
  }
  main section#sec6 .inner h3 span {
    color: #C95555;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    padding: 15px;
  }
  main section#sec6 .inner h3::after {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    bottom: -10px;
  }
  main section#sec6 .inner p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0em;
    text-align: left;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  main section#sec6 .inner p br {
    display: none;
  }
  main section#sec6 .inner .link {
    width: 100%;
    position: relative;
  }
  main section#sec6 .inner .link a {
    display: block;
  }
  main section#sec6 .inner .link a .photo img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    transition: all 0.2s ease-in;
  }
  main section#sec6 .inner .link a .btn {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0em;
    width: 100%;
    height: 60px;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: static;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  }
  main section#sec6 .inner .link a:hover .photo img {
    opacity: 1;
  }
  main section#sec6 .inner .link a:hover .btn {
    background-color: #ffcc00;
  }
  main section#sec7 {
    width: 100%;
    padding: 60px 20px;
  }
  main section#sec7 .inner {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
  }
  main section#sec7 .inner h3 {
    width: 100%;
    margin-bottom: 30px;
  }
  main section#sec7 .inner h3 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    padding: 15px;
  }
  main section#sec7 .inner h3::after {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    bottom: -10px;
  }
  main section#sec7 .inner > dl {
    width: 100%;
    padding: 0px;
    margin: 0 auto 40px auto;
    box-sizing: border-box;
  }
  main section#sec7 .inner > dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
  }
  main section#sec7 .inner > dl dt span {
    color: #403D3D;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: 0em;
    display: inline;
    border-bottom: solid 4px rgba(219, 179, 11, 0.25);
  }
  main section#sec7 .inner > dl dt span::after {
    content: none;
  }
  main section#sec7 .inner .skill {
    margin-bottom: 60px;
  }
  main section#sec7 .inner .skill.mb {
    margin-bottom: 20px;
  }
  main section#sec7 .inner .skill > p {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
  }
  main section#sec7 .inner .skill > p span {
    padding: 5px 0 0 0;
  }
  main section#sec7 .inner .skill > p br {
    display: none;
  }
  main section#sec7 .inner .skill ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec7 .inner .skill ul li {
    width: 100%;
    padding: 10px 10px 20px 10px;
    border-radius: 10px;
    position: relative;
  }
  main section#sec7 .inner .skill ul li:not(:first-child) {
    margin: 0px;
  }
  main section#sec7 .inner .skill ul li:not(:last-child) {
    margin: 0 0 20px 0;
  }
  main section#sec7 .inner .skill ul li .pict {
    padding: 20px 80px;
  }
  main section#sec7 .inner .skill ul li .pict.type2 {
    padding: 20px 100px;
  }
  main section#sec7 .inner .skill ul li .pict.type3 {
    padding: 20px 100px;
  }
  main section#sec7 .inner .skill ul li dl dt {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    min-height: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #222;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main section#sec7 .inner .skill ul li dl dt.ah {
    min-height: auto;
    padding: 0 0 10px 0;
  }
  main section#sec7 .inner .skill ul li dl dd {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  main section#sec7 .inner .skill ul li::before {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0em;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  main section#sec7 .inner .skill ul li.num7 {
    width: 100%;
  }
  main section#sec7 .inner .skill ul li.num8 {
    width: 100%;
  }
  main section#sec7 .inner p.notice {
    padding: 0px;
    display: inline-block;
    position: relative;
  }
  main section#sec7 .inner p.notice:not(:last-child) {
    margin-bottom: 40px;
  }
  main section#sec7 .inner p.notice span {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    border-bottom: solid 4px rgba(219, 179, 11, 0.25);
    position: relative;
    z-index: 1;
  }
  main section#sec7 .inner p.notice::after {
    content: none;
  }
  main section#sec8 {
    width: 100%;
    padding: 0 0 40px 0;
  }
  main section#sec8::before {
    content: "";
    width: 100%;
    height: 140px;
    background-color: #FFF;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
  }
  main section#sec8 .banner {
    width: 100%;
    background-image: url(../images/dummy5.jpg);
    padding: 20px;
    margin: 0 auto 40px auto;
    border-radius: 0px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  }
  main section#sec8 .banner .text {
    width: 100%;
  }
  main section#sec8 .banner .text h4 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  main section#sec8 .banner .text h4 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    display: inline;
  }
  main section#sec8 .banner .text h4 span:not(:last-child) {
    margin-bottom: 5px;
  }
  main section#sec8 .banner .text p {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  main section#sec8 .banner .text p span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main section#sec8 .banner .text p span:not(:last-child) {
    margin-bottom: 5px;
  }
  main section#sec8 .banner dl {
    text-align: left;
    width: auto;
    background-color: rgba(203, 0, 0, 0.65);
    padding: 15px;
    box-sizing: border-box;
    border-radius: 20px;
  }
  main section#sec8 .banner dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.6rem;
    letter-spacing: 0em;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  main section#sec8 .banner dl dt::after {
    content: none;
  }
  main section#sec8 .banner dl dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec8 .banner dl dd ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main section#sec8 .banner dl dd ul:not(:last-child) {
    margin-bottom: 15px;
  }
  main section#sec8 .banner dl dd ul li.icon {
    width: 80px;
    height: 80px;
    border-radius: 40px;
  }
  main section#sec8 .banner dl dd ul li.icon img {
    width: 40px;
    height: auto;
  }
  main section#sec8 .banner dl dd ul li.spec {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
    width: calc(100% - 100px);
  }
  main section#sec8 .banner dl dd ul li:not(:first-child) {
    margin: 0 0 0 20px;
  }
  main section#sec8 .inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section#sec8 .inner h3 {
    width: auto;
    margin: 0 auto 20px auto;
  }
  main section#sec8 .inner h3 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.6rem;
    letter-spacing: 0em;
    border-bottom: solid 4px rgba(255, 255, 255, 0.25);
  }
  main section#sec8 .inner h3::after {
    content: none;
  }
  main section#sec8 .inner p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main section#sec8 .inner p br {
    display: none;
  }
  main section#sec8 .inner .btn {
    width: 100%;
    height: 50px;
    margin: 0 auto;
  }
  main section#sec8 .inner .btn a {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.1em;
    border-radius: 10px;
  }
  main section#sec8 .inner .btn a:hover {
    background-color: #ffcc00;
  }
  main section#sec9 {
    width: 100%;
    padding: 60px 20px;
  }
  main section#sec9 h3 {
    width: 100%;
    margin-bottom: 30px;
  }
  main section#sec9 h3 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    min-width: auto;
    padding: 15px;
  }
  main section#sec9 h3 span strong {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.1em;
    padding: 5px 0 0 0;
  }
  main section#sec9 h3::after {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    bottom: -10px;
  }
  main section#sec9 .voice {
    width: 100%;
    margin: 0 auto 40px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec9 .voice .text {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
  }
  main section#sec9 .voice .text h4 {
    margin-bottom: 20px;
    display: block;
  }
  main section#sec9 .voice .text h4 span {
    color: #403D3D;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 3.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    border-bottom: solid 4px rgba(219, 179, 11, 0.25);
    display: inline;
    position: relative;
  }
  main section#sec9 .voice .text h4 span::after {
    content: none;
  }
  main section#sec9 .voice .text p {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main section#sec9 .voice .prof {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main section#sec9 .voice .prof .inprof {
    padding: 20px;
  }
  main section#sec9 .voice .prof .inprof dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  main section#sec9 .voice .prof .inprof dl dt {
    width: 80px;
  }
  main section#sec9 .voice .prof .inprof dl dd {
    text-align: left;
    width: calc(100% - 100px);
  }
  main section#sec9 .voice .prof .inprof dl dd h5 {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.1em;
  }
  main section#sec9 .voice .prof .inprof dl dd p {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main section#sec9 .voice .prof .inprof dl dd p br:last-child {
    display: none;
  }
  main section#sec9 .voice .prof .inprof > p {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main section#sec9 .voice .prof .inprof > p:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#sec9 .voice .prof .inprof h6 {
    color: #6C0C0C;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0em;
    padding-bottom: 8px;
    border-bottom: solid 2px #6C0C0C;
    margin-bottom: 10px;
  }
  main section#sec9 .voice .prof .inprof ul {
    padding: 0 20px;
  }
  main section#sec9 .voice .prof .inprof ul li {
    color: #6C0C0C;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main section#sec9 .qa {
    width: 100%;
  }
  main section#sec9 .qa dl dt {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: 0em;
    padding: 5px 10px;
  }
  main section#sec9 .qa dl dd {
    padding: 10px 0 10px 10px;
  }
  main section#sec9 .qa dl dd span {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.6rem;
    letter-spacing: 0em;
  }
  main section#sec9 .qa h4.notice {
    margin: 40px auto 0 auto;
    display: block;
  }
  main section#sec9 .qa h4.notice span {
    color: #403D3D;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 3.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    border-bottom: solid 4px rgba(219, 179, 11, 0.25);
    display: inline;
    position: relative;
  }
  main section#sec9 .qa h4.notice span::after {
    content: none;
  }
  main section#sec10 {
    padding: 60px 0 0 0;
  }
  main section#sec10 h3 {
    width: calc(100% - 40px);
    margin: 0 auto 30px auto;
  }
  main section#sec10 h3 span {
    color: #C95555;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    min-width: auto;
    padding: 15px;
  }
  main section#sec10 h3 span strong {
    color: #C95555;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.1em;
    padding: 5px 0 0 0;
  }
  main section#sec10 h3::after {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    bottom: -10px;
  }
  main section#sec10 h3 + p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0em;
    text-align: left;
    font-feature-settings: "palt";
    padding: 0 20px;
    margin-bottom: 20px;
  }
  main section#sec10 h3 + p span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.4rem;
    letter-spacing: 0em;
    padding: 5px 0 0 0;
    display: block;
  }
  main section#sec10 h3 + p br {
    display: none;
  }
  main section#sec10 .price {
    width: calc(100% - 40px);
    margin: 0 auto 40px auto;
  }
  main section#sec10 .price dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec10 .price dl:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#sec10 .price dl dt {
    width: 100%;
    height: 60px;
    background-color: #FFF;
    margin-bottom: 5px;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  }
  main section#sec10 .price dl dt span {
    color: #6C0C0C;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0em;
    margin: 0 0 0 10px;
  }
  main section#sec10 .price dl dt::before {
    width: 20px;
    height: 20px;
  }
  main section#sec10 .price dl dd {
    width: 100%;
    height: 60px;
    margin: 0px;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main section#sec10 .price dl dd div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
  main section#sec10 .price dl dd div span:nth-child(1) {
    color: #6C0C0C;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0em;
  }
  main section#sec10 .price dl dd div span:nth-child(2) {
    color: #6C0C0C;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0em;
    margin: 0 0 0 5px;
  }
  main section#sec10 .price dl.admission {
    width: calc(100% - 80px);
    margin: 0 auto 40px auto;
  }
  main section#sec10 .price dl.admission dt {
    width: 100%;
    height: 50px;
  }
  main section#sec10 .price dl.admission dt span {
    margin: 0px;
  }
  main section#sec10 .price dl.admission dt::before {
    content: none;
  }
  main section#sec10 .price dl.admission dd {
    width: 100%;
    height: 50px;
  }
  main section#sec10 .price h4 {
    margin: 0 auto;
    display: block;
  }
  main section#sec10 .price h4 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    border-bottom: solid 4px rgba(219, 179, 11, 0.25);
    display: inline;
  }
  main section#sec10 .price h4 span::after {
    content: none;
  }
  main section#sec10 .price p {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 40px;
  }
  main section#sec10 .price + p {
    margin-top: -30px;
    padding-bottom: 40px;
  }
  main section#sec10 .counseling {
    width: 100%;
    padding: 40px 20px;
  }
  main section#sec10 .counseling h4 {
    width: auto;
    margin: 0 auto 20px auto;
    position: relative;
    display: inline-block;
  }
  main section#sec10 .counseling h4 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.6rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    border-bottom: solid 4px rgba(255, 255, 255, 0.25);
  }
  main section#sec10 .counseling h4::after {
    content: none;
  }
  main section#sec10 .counseling p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main section#sec10 .counseling p br {
    display: none;
  }
  main section#sec10 .counseling .btn {
    width: 100%;
    height: 50px;
    margin: 0 auto;
  }
  main section#sec10 .counseling .btn a {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.1em;
    border-radius: 10px;
  }
  main section#sec11 {
    padding: 60px 20px;
  }
  main section#sec11 p {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 3.6rem;
    letter-spacing: 0em;
    text-align: left;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  main section#sec11 p:nth-child(2) {
    margin-bottom: 40px;
  }
  main section#sec11 p br {
    display: none;
  }
  main section#sec11 h4 {
    margin: 0 auto;
    display: block;
  }
  main section#sec11 h4 span {
    color: #403D3D;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    border-bottom: solid 4px rgba(201, 85, 85, 0.25);
    display: inline;
  }
  main section#sec11 h4 span:not(:last-child) {
    margin-bottom: 10px;
  }
  main section#sec11 h4 span::after {
    content: none;
  }
  main section#sec-contact {
    padding: 60px 20px 20px 20px;
  }
  main section#sec-contact .inner {
    width: 100%;
    margin: 0 auto;
  }
  main section#sec-contact .inner h3 {
    width: calc(100% - 40px);
    margin-bottom: 50px;
  }
  main section#sec-contact .inner h3 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.1em;
    min-width: auto;
    padding: 15px;
  }
  main section#sec-contact .inner h3::after {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    bottom: -10px;
  }
  main section#sec-contact .inner form {
    width: 100%;
  }
  main section#sec-contact .inner form .myform {
    margin-bottom: 40px;
  }
  main section#sec-contact .inner form .myform dl {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec-contact .inner form .myform dl dt {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 3rem;
    letter-spacing: 0em;
    width: 100%;
    margin-bottom: 10px;
  }
  main section#sec-contact .inner form .myform dl dt sup {
    color: #CB0000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: 0em;
    padding: 0 0 0 10px;
  }
  main section#sec-contact .inner form .myform dl dd {
    width: 100%;
  }
  main section#sec-contact .inner form .myform dl dd input {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0em;
  }
  main section#sec-contact .inner form .myform dl dd textarea {
    color: #222;
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0em;
    height: 300px;
  }
  main section#sec-contact .inner form .privacy {
    padding: 0px;
  }
  main section#sec-contact .inner form .privacy h4 {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main section#sec-contact .inner form .privacy .text {
    width: 100%;
    height: 360px;
    margin-bottom: 20px;
  }
  main section#sec-contact .inner form .privacy .text > div {
    text-align: left;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.75);
  }
  main section#sec-contact .inner form .privacy .text > div dl dt {
    color: #222;
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.4rem;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main section#sec-contact .inner form .privacy .text > div dl dd {
    color: #222;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main section#sec-contact .inner form .privacy .text > div dl dd:not(:last-child) {
    margin-bottom: 5px;
  }
  main section#sec-contact .inner form .privacy .text > div dl:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#sec-contact .inner form .check {
    margin-bottom: 40px;
  }
  main section#sec-contact .inner form .check label {
    color: #222;
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main section#sec-contact .inner form .check label input {
    margin: 0 10px 0 0;
  }
  main section#sec-contact .inner form .btn {
    widows: 100%;
    margin: 0 auto;
  }
  main section#sec-contact .inner form .btn input {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0em;
    width: 100%;
    height: 50px;
    border-radius: 20px;
  }
  main footer {
    width: 100%;
    padding: 20px 20px 60px 20px;
    box-sizing: border-box;
  }
  main footer ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px auto;
  }
  main footer ul li {
    width: 100%;
  }
  main footer ul li a {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0em;
    background-color: #CB0000;
    padding: 10px;
    height: auto;
    border-radius: 10px;
    display: block;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease-in 0s;
  }
  main footer ul li a:hover {
    color: #FFF;
    background-color: #FF0000;
  }
  main footer ul li a span {
    font-size: 1.4rem;
    display: inline-block;
    margin: 0 5px 0 0;
  }
  main footer ul li:not(:first-child) {
    margin: 0px;
  }
  main footer ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  main footer p {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
  }
  main footer p:not(:last-child) {
    margin-bottom: 40px;
  }
  .pgtop {
    width: 30px;
    right: 10px;
    bottom: 10px;
  }
  .pgtop a {
    height: 30px;
  }
  .pgtop:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 320px) {
  header ul li a {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0em;
  }
}/*# sourceMappingURL=style.css.map */