@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
body {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  font-size: 1.6rem;
}

.logo {
  padding: 20px;
}

h1 img {
  width: 350px;
  height: auto;
}

.main-image {
  padding-top: 10px;
}

div.inner {
  max-width: 1100px;
  margin: 0 auto;
}

h2 {
  text-align: center;
}

h2.catch {
  font-size: 4rem;
  color: #00b1fb;
  line-height: 1.7;
  margin-top: 20px;
}

section.fv {
  margin-bottom: 20px;
}

section.taiken {
  margin-bottom: 80px;
}

.taiken-area {
  background-color: #fef3e5;
  padding: 15px 40px;
}

.taiken-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 50px;
}

.taiken-menu li {
  width: 46%;
  margin-bottom: 20px;
}

.apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto;
}

.apply p:nth-of-type(1) {
  width: 100%;
  padding: 80px 0 40px 0;
}

.apply p:nth-of-type(2) {
  width: 46%;
  margin-right: 4%;
}

.apply p:nth-of-type(3) {
  width: 46%;
}

section.problem {
  margin-bottom: 80px;
}

.problem-image {
  max-width: 1019px;
  margin: 80px auto;
}

.problem-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.problem-list li {
  width: 32%;
}

.problem-list li:nth-of-type(1) {
  max-width: 340px;
}

.problem-list li:nth-of-type(2) {
  max-width: 306px;
}

.problem-list li:nth-of-type(3) {
  max-width: 322px;
}

.problem-list li p:nth-of-type(2) {
  line-height: 1.8;
  text-align: center;
  padding: 10px;
}

section.voice {
  margin-bottom: 80px;
}

.voice-inner {
  background-color: #fef3e5;
}

.customer-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 50px;
}

.customer-voice div {
  width: 48.5%;
  background-color: #f88c00;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 25px;
}

.customer-voice div:nth-of-type(1), .customer-voice div:nth-of-type(4) {
  background-color: #0081cc;
}

.customer-voice div p:nth-of-type(1) {
  font-size: 2.8rem;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #fff;
}

.customer-voice div p:nth-of-type(1)::before {
  content: "”";
  font-size: 3.2rem;
  font-weight: 700;
  vertical-align: middle;
  padding-right: 10px;
}

.customer-voice div p:nth-of-type(1)::after {
  content: "”";
  font-size: 3.2rem;
  font-weight: 700;
  vertical-align: middle;
  padding-left: 10px;
}

.customer-voice div p:nth-of-type(2) {
  line-height: 1.6;
}

section.flow-area {
  margin-bottom: 80px;
}

.flow-inner {
  background-color: #fafad9;
  padding: 40px 0 80px 0;
}

.flow {
  max-width: 650px;
  margin: 0 auto;
}

.flow > li {
  position: relative;
}

.flow > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: calc(10% + 30px - 2px);
  z-index: 10;
}

.flow > li dl {
  width: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  position: relative;
  background-color: #ffa337;
}

.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flow > li:not(:last-child) dl::before {
  border-width: 22px;
}

.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #ffa337;
}

.flow > li dl dt {
  font-weight: 700;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}

.flow > li dl dt .icon {
  font-size: 3rem;
  color: #ffa337;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 80px;
  display: inline-block;
}

.flow > li dl dd {
  text-align: left;
  color: #fff;
  width: 80%;
  line-height: 1.6;
}

.flow > li dl dd strong {
  display: block;
  font-size: 2.6rem;
  margin-bottom: 20px;
  border-bottom: 1px dotted #fff;
  padding-bottom: 10px;
}

.intro-inner {
  background-color: #d9faf3;
  padding: 20px 50px;
}

.intro-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px;
}

.intro-class p {
  width: 50%;
}

.intro-class p:nth-of-type(1) {
  padding-right: 5%;
}

.intro-class p:nth-of-type(2) {
  color: #006ebc;
  line-height: 1.6;
}

.intro-class p:nth-of-type(2) strong {
  text-align: center;
  display: block;
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.schedule {
  margin-top: 80px;
  padding: 20px 50px;
}

.timeschedule {
  margin: 60px auto;
  max-width: 500px;
  text-align: center;
}

.timeschedule a {
  display: block;
  padding: 40px;
  color: #fff;
  font-size: 2.4rem;
  text-decoration: none;
  background-color: #ffa337;
  border-radius: 40px;
}

.timeschedule a img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 2px 0;
}

.timeschedule a:hover {
  background-color: #4898d0;
}

.fee {
  margin-bottom: 10px;
}

.fee-note {
  line-height: 1.6;
}

section.culture {
  padding: 20px 50px;
}

section.culture h2 {
  font-size: 3rem;
  text-align: center;
  margin-top: 60px;
  padding: 40px 0;
}

section.culture h3 {
  font-size: 3.2rem;
  border-left: 5px solid #ef7d51;
  padding-left: 10px;
  margin-bottom: 40px;
}

.culture-inner {
  border-radius: 20px;
  border: 1px solid #ccc;
  background-color: #ede5dc;
  padding: 40px;
  margin-bottom: 30px;
}

.culture-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.culture-class div {
  width: 50%;
}

.culture-class div:nth-of-type(1) {
  padding-right: 5%;
}

.culture-class div:nth-of-type(2) {
  color: #333;
  line-height: 1.6;
}

.culture-class div:nth-of-type(2) p:nth-of-type(2) {
  color: #ef7d51;
  font-size: 2rem;
  font-weight: 700;
  padding: 20px 0;
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  margin: 20px 0;
}

.culture-class div:nth-of-type(2) p:nth-of-type(4) {
  color: #ef7d51;
  font-size: 2rem;
  font-weight: 700;
  padding: 20px 0;
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  margin: 20px 0;
}

section.qa {
  padding: 20px 50px;
}

section.qa h2 {
  color: #00b1fb;
  border: 5px solid #00b1fb;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 80px;
}

section.qa div.q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.qa div.q div {
  margin-bottom: 40px;
}

section.qa div.q div:nth-of-type(1) {
  width: 61px;
}

section.qa div.q div:nth-of-type(2) {
  width: 100%;
  padding-left: 30px;
}

section.qa div.q div:nth-of-type(2) p:nth-of-type(1) {
  color: #00b1fb;
  font-size: 2rem;
  margin-bottom: 10px;
}

section.qa div.q div:nth-of-type(2) p:nth-of-type(2) {
  line-height: 1.6;
}

.footer-logo {
  max-width: 500px;
  margin: 40px auto 0 auto;
  padding: 40px 0;
}

.tenpo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
}

.tenpo div {
  width: 50%;
}

.tenpo div:nth-of-type(1) {
  padding-right: 40px;
}

.tenpo div:nth-of-type(2) {
  line-height: 1.7;
}

@media screen and (max-width: 600px) {
  h2 {
    text-align: center;
  }
  h2.catch {
    font-size: 2.4rem;
    padding: 0 20px;
    line-height: 1.6;
  }
  h2.catch br {
    display: none;
  }
  .taiken-area {
    padding: 15px 20px;
  }
  .taiken-menu {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
  }
  .taiken-menu li {
    width: 100%;
    margin-bottom: 20px;
  }
  .apply {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .apply p:nth-of-type(1) {
    width: 100%;
    padding: 40px 0;
  }
  .apply p:nth-of-type(2) {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
  }
  .apply p:nth-of-type(3) {
    width: 100%;
  }
  .problem-image {
    margin: 20px auto;
    padding: 0 20px;
  }
  .problem-list {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .problem-list li {
    width: 100%;
  }
  .problem-list li:nth-of-type(1) {
    max-width: 340px;
    margin: 0 auto;
  }
  .problem-list li:nth-of-type(2) {
    max-width: 306px;
    margin: 0 auto;
  }
  .problem-list li:nth-of-type(3) {
    max-width: 322px;
    margin: 0 auto;
  }
  .problem-list li p:nth-of-type(2) {
    line-height: 1.8;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
  }
  .customer-voice {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
  }
  .customer-voice div {
    width: 100%;
    background-color: #f88c00;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 25px;
  }
  .customer-voice div:nth-of-type(1), .customer-voice div:nth-of-type(4) {
    background-color: #0081cc;
  }
  .customer-voice div p:nth-of-type(1) {
    font-size: 2.8rem;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #fff;
  }
  .customer-voice div p:nth-of-type(1)::before {
    content: "”";
    font-size: 3.2rem;
    font-weight: 700;
    vertical-align: middle;
    padding-right: 10px;
  }
  .customer-voice div p:nth-of-type(1)::after {
    content: "”";
    font-size: 3.2rem;
    font-weight: 700;
    vertical-align: middle;
    padding-left: 10px;
  }
  .customer-voice div p:nth-of-type(2) {
    line-height: 1.6;
  }
  .flow-inner {
    background-color: #fafad9;
    padding: 20px;
  }
  .flow > li dl {
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    position: relative;
    background-color: #ffa337;
  }
  .intro-inner {
    background-color: #d9faf3;
    padding: 20px;
  }
  .intro-class {
    display: block;
    padding: 20px;
  }
  .intro-class p {
    width: 100%;
  }
  .intro-class p:nth-of-type(1) {
    padding-right: 0%;
    margin-bottom: 10px;
  }
  .intro-class p:nth-of-type(2) {
    color: #006ebc;
    line-height: 1.6;
  }
  .intro-class p:nth-of-type(2) strong {
    text-align: center;
    display: block;
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  .schedule {
    margin-top: 40px;
    padding: 0px;
  }
  .timeschedule {
    margin: 30px auto;
    max-width: 500px;
    text-align: center;
  }
  .timeschedule a {
    display: block;
    padding: 20px;
    color: #fff;
    font-size: 2.0rem;
    text-decoration: none;
    background-color: #ffa337;
    border-radius: 40px;
  }
  .timeschedule a img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 2px 0;
  }
  .timeschedule a:hover {
    background-color: #4898d0;
  }
  section.culture {
    padding: 20px;
  }
  section.culture h2 {
    font-size: 3rem;
    text-align: center;
    margin-top: 60px;
    padding: 40px 0;
  }
  section.culture h3 {
    font-size: 3rem;
    border-left: 5px solid #ef7d51;
    padding-left: 10px;
    margin-bottom: 40px;
  }
  .culture-inner {
    border-radius: 20px;
    border: 1px solid #ccc;
    background-color: #ede5dc;
    padding: 20px;
    margin-bottom: 30px;
  }
  .culture-class {
    display: block;
  }
  .culture-class div {
    width: 100%;
  }
  .culture-class div:nth-of-type(1) {
    padding-right: 0%;
    margin-bottom: 20px;
  }
  .culture-class div:nth-of-type(2) {
    color: #333;
    line-height: 1.6;
  }
  .culture-class div:nth-of-type(2) p:nth-of-type(2) {
    color: #ef7d51;
    font-size: 2rem;
    font-weight: 700;
    padding: 20px 0;
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
    margin: 20px 0;
  }
  .culture-class div:nth-of-type(2) p:nth-of-type(4) {
    color: #ef7d51;
    font-size: 2rem;
    font-weight: 700;
    padding: 20px 0;
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
    margin: 20px 0;
  }
  section.qa {
    padding: 20px;
  }
  section.qa h2 {
    color: #00b1fb;
    border: 5px solid #00b1fb;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
  }
  section.qa div.q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.qa div.q div {
    margin-bottom: 40px;
  }
  section.qa div.q div:nth-of-type(1) {
    width: 61px;
  }
  section.qa div.q div:nth-of-type(2) {
    width: 100%;
    padding-left: 30px;
  }
  section.qa div.q div:nth-of-type(2) p:nth-of-type(1) {
    color: #00b1fb;
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  section.qa div.q div:nth-of-type(2) p:nth-of-type(2) {
    line-height: 1.6;
  }
  .footer-logo {
    max-width: 500px;
    margin: 40px auto 0 auto;
    padding: 20px;
  }
  .tenpo {
    display: block;
    margin-top: 140px;
    padding: 0 20px;
  }
  .tenpo div {
    width: 100%;
  }
  .tenpo div:nth-of-type(1) {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .tenpo div:nth-of-type(2) {
    line-height: 1.7;
  }
}

/*media end*/
/*# sourceMappingURL=style.css.map */