@charset "UTF-8";
:root {
  color-scheme: light !important;
}

::-moz-selection {
  background-color: rgba(153, 215, 237, 0.6);
  color: #fff;
}

::selection {
  background-color: rgba(153, 215, 237, 0.6);
  color: #fff;
}

html, body {
  font-family: a-otf-ud-shin-go-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
}

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

body {
  font-weight: 300;
  color: #000;
  text-align: justify;
  word-break: break-all;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}
a[href*=tel] {
  text-decoration: none;
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.uokatsusenka * {
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
}

.container {
  width: min(100%, 780px);
  margin: auto;
}

header h1 {
  aspect-ratio: 208/142;
  width: 26.6%;
}

section,
.block {
  position: relative;
}

.txt {
  width: 84%;
  margin: auto;
}
.txt p {
  font-size: min(2.7vw, 1.55rem);
  line-height: 1.3;
}
.txt p::first-letter {
  margin-left: -1em;
}

[class*=btn],
.tel {
  position: absolute;
  left: 50%;
}

[class*=btn] {
  width: 77.4%;
  -webkit-filter: drop-shadow(min(1vw, 8px) min(1vw, 8px) 6px rgba(0, 0, 0, 0.23));
          filter: drop-shadow(min(1vw, 8px) min(1vw, 8px) 6px rgba(0, 0, 0, 0.23));
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
[class*=btn]:hover {
  opacity: 0.9;
}

.tel {
  width: 70%;
  -webkit-transform: translateX(-49%);
          transform: translateX(-49%);
}

.btn--detail .product {
  position: absolute;
  display: block;
}

.sec05__graph {
  width: 77.4%;
  position: absolute;
  bottom: 10.5%;
  left: 12%;
}

.products__detail {
  color: #002F4C;
  padding: min(10.25vw, 80px) 0;
}
.products__detail .txt {
  width: 90%;
}
.products__detail .txt dt,
.products__detail .txt p {
  font-size: min(3.3vw, 2rem);
  line-height: 1.5;
}
.products__detail .txt dt {
  font-weight: bold;
  line-height: 2;
}
.products__detail .txt p::first-letter {
  margin-left: -1em;
}
.products__detail .txt dd {
  padding-left: 0.6em;
}
.products__detail .txt dd:not(:last-of-type) {
  margin-bottom: 2em;
}

footer {
  margin: 30px 0 -13px 0;
}

#footer li a, #footer li a:link, #footer li a:visited {
  color: #fff;
  line-height: 1;
  text-decoration: none;
}

@media screen and (max-width: 680px) {
  #footer {
    background: #0d6fb8 none repeat scroll 0 0;
    margin: 0;
    padding: 3.333vw 0;
    width: 100%;
  }
  #footer ul {
    text-align: center;
    padding: 0 0 0 2.267vw;
  }
  #footer li {
    display: inline-block;
    font-size: 2.4vw;
    color: #fff;
    line-height: 1;
    margin: 0 1em;
    padding-right: 2.667vw;
    margin-right: 2.667vw;
    border-right: 1px solid;
  }
  #footer li a {
    background: url(../img/arrow02.gif) no-repeat left center;
    padding-left: 1.2em;
    margin-right: 2vw;
  }
  p.copy {
    color: #fff;
    font-size: 1.733vw;
    text-align: center;
    margin: 0.667vw 0 0 0;
  }
}
@media not screen and (max-width: 680px) {
  #footer {
    background: #0d6fb8 none repeat scroll 0 0;
    margin: 0;
    padding: 25px 0;
    width: 100%;
  }
  #footer ul {
    text-align: center;
    padding: 0 0 0 17px;
  }
  #footer li {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    margin: 0 1em;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid;
  }
  #footer li a {
    background: url(../img/arrow02.gif) no-repeat left center;
    padding-left: 1.2em;
    margin-right: 15px;
  }
  p.copy {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin: 5px 0 0 0;
  }
}
.btn--apply {
  background: url(../img/btn_apply.svg) no-repeat center center/100%;
}

.btn--detail {
  background: url(../img/btn_detail.svg) no-repeat center center/100%;
}

.sec01,
.sec04,
.sec06 {
  background-color: #4EB2CB;
  color: #fff;
}

.sec01 {
  padding-bottom: 1em;
}
.sec01 .btn--apply {
  bottom: 30.5%;
}
.sec01 .tel {
  bottom: 12.4%;
}

.sec04 {
  padding-bottom: min(10.25vw, 80px);
}
.sec04 .btn--apply {
  bottom: 27.2%;
}
.sec04 .tel {
  bottom: 10.7%;
}

.sec05__graph {
  bottom: 11.5%;
}

.sec06 {
  padding-bottom: min(10.25vw, 80px);
}
.sec06 .btn--apply {
  bottom: 27.3%;
}
.sec06 .tel {
  bottom: 10.9%;
}

.sec08 {
  background-color: #0054A7;
  color: #fff;
}
.sec08 .course01 {
  position: relative;
}
.sec08 .course01 .btn--apply {
  bottom: 25.7%;
}
.sec08 .course01 .tel {
  bottom: 10.1%;
}
.sec08 .course02 {
  position: relative;
  padding: min(4vw, 30px) 0 min(12.3vw, 99px);
}
.sec08 .course02 .btn--apply {
  bottom: 3%;
  background: url(../img/btn_apply_course.svg) no-repeat center center/100%;
  aspect-ratio: 280/172;
  width: 35.9%;
}
.sec08 .course02__btn01 {
  left: 27%;
}
.sec08 .course02__btn02 {
  right: 27%;
  left: initial;
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
}

.sec10 {
  background-color: rgba(235, 211, 83, 0.5);
  padding-bottom: min(7.7vw, 60px);
}
.sec10 .btn--detail {
  bottom: 26%;
}
.sec10 .btn--detail .product {
  width: 16.8%;
  z-index: 2;
  top: -21%;
  left: 7%;
}
.sec10 .btn--apply {
  bottom: 18.2%;
}
.sec10 .tel {
  bottom: 7.4%;
}/*# sourceMappingURL=style.css.map */