@charset "UTF-8";
/* =======================================
						 ▼▼▼▼ ALL ▼▼▼▼
	 ======================================= */
* {
  border: none;
  box-sizing: border-box;
}

body {
  color: #333333;
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Yu Gothic UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  line-height: normal;
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background: #ffffff;
}

p {
  font-family: "Yu Gothic UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
select {
  border: solid 1px #000;
}

input:focus, select:focus, button:focus {
  outline: 0;
}

img {
  max-width: 100%;
}

header {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

header h1 {
  width: 40%;
  padding: 20px 0 0 20px;
}

header .btn_block {
  width: 60%;
  display: flex;
  padding: 20px 0 0 20px;
}

header .btn_block a {
  display: block;
  margin-right: 20px;
}

.wrap {
  width: 100%;
}

.wrap img {
  width: 100%;
}

.tel_button {
  text-align: center;
  padding: 5vw 9vw;
}
.tel_button .coupon {
  margin-bottom: 20px;
}

.enroll {
  text-align: center;
}

.enroll .coupon {
  width: 80vw;
}

.staff {
  margin: 10vw 10vw 0;
}
.staff h2 {
  text-align: center;
  color: #003F9E;
  font-size: 2em;
}
.staff .items {
  width: 100%;
  position: relative;
}
.staff .items .item {
  width: 50vw;
}

.maker {
  padding: 2vw;
  marbin-bottom: 10vw;
}

.price {
  background: #0D5598;
  padding: 5vw 10vw;
}
.price h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
}
.price .items .item {
  margin-top: 24px;
}
.price .items .item h3 {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.price .items .item h3::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  bottom: 0;
  right: calc(8% - 10px);
  width: 13px;
  height: 13px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  transform: rotate(135deg);
}
.price .items .item h3.on::after {
  transform: rotate(-45deg);
}
.price .items .item h3 img {
  width: 84%;
  vertical-align: top;
}
.price .items .item .value {
  position: relative;
  z-index: 2;
  display: none;
}
.price .items .item .value .ques {
  background: #E2F1FF;
  padding: 16px;
}
.price .items .item .value .ques h4 {
  background: #0A3964;
  display: inline-block;
  padding: 5px 8px;
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 700;
}
.price .items .item .value .prices {
  background: #ffffff;
  padding: 16px;
}
.price .items .item .value .prices h4 {
  background: #0A3964;
  display: inline-block;
  padding: 5px 8px;
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 700;
}
.price .items .item .value .prices .price_item {
  padding: 18px 0;
  border-bottom: 1px dotted #0D5598;
}
.price .items .item .value .prices .price_item .title {
  color: #0A3964;
  font-weight: 700;
  margin-bottom: 12px;
}
.price .items .item .value .prices .price_item .priceval {
  color: #F67E0F;
  font-size: 14px;
  margin-left: 10px;
}
.price .items .item .value .prices .price_item .priceval span {
  font-size: 24px;
}
.price .items .item .value .prices .price_item .check {
  font-size: 12px;
  color: #545454;
}

.caution .caution_title {
  position: relative;
}
.caution .caution_arrow {
  position: relative;
  display: block;
  width: 40.8px;
  height: 22.4px;
  margin: 0 auto 20px;
}
.caution .caution_arrow::before, .caution .caution_arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 30px;
  border-radius: 9999px;
  background-color: #003F9E;
  transform-origin: 50% calc(100% - 2px);
}
.caution .caution_arrow::before {
  transform: rotate(45deg);
}
.caution .caution_arrow::after {
  transform: rotate(-45deg);
}
.caution .caution_txt {
  display: none;
}

.reason {
  background: #FFF3D6;
  padding: 5vw;
  text-align: center;
}
.reason h2 {
  font-size: 0;
}
.reason .items {
  background: #ffffff;
  border: solid 1px #86CBFF;
}
.reason .items .item {
  padding: 5vw;
  margin: 0;
  position: relative;
}
.reason .items .item p {
  text-align: left;
}

.hikaku {
  background: #FFF3D6;
  padding: 5vw;
}

.voice {
  background: url(./img/bg_voice.png);
  padding: 1vw 5vw;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: visible;
  margin: 5vw;
}
.voice .items {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.voice .items .item {
  width: 80%;
  padding: 2vw;
  background: #ffffff;
  margin: 0 1vw;
}
.voice .items .item h3 {
  text-align: left;
  background: #0A3964;
  color: #ffffff;
  font-weight: 500;
  font-size: 1em;
}
.voice .items .item h3 span {
  display: block;
  font-weight: 100;
  font-size: 0.8em;
}
.voice .items .item img {
  display: block;
  margin: 0.5vw 0 0;
}
.voice .items .item .info p {
  margin: 16px;
  color: #333333;
}
.voice .items .item .info p.title {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.voice .items .item .info span {
  display: block;
  color: #333333;
  text-align: right;
  margin: 16px;
}

.step .items {
  margin: 2vw;
}
.step .items .item {
  border: solid 3px #003F9E;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2vw;
  align-items: flex-start;
  padding: 2vw;
}
.step .items .item h3 {
  width: 100%;
  font-size: 1.6em;
  display: flex;
  align-items: center;
  margin-bottom: 2vw;
}
.step .items .item h3 img {
  width: 10vw;
  margin-right: 10vw;
}
.step .items .item p {
  width: 58%;
}
.step .items .item p.info {
  font-weight: 600;
  color: #FF4D00;
  width: 100%;
}
.step .items .item img {
  width: 38%;
}

.question {
  margin: 10vw 0;
}
.question h2 {
  text-align: center;
}
.question .items {
  width: 80vw;
  max-width: 100%;
  margin: 0 auto;
}
.question .items .item {
  background: #CDE9FF;
  margin: 2vw 0;
}
.question .items .item h3 {
  padding: 1vw;
  font-weight: 700;
  color: #0A3964;
  position: relative;
  padding: 0 30px 0 0;
  display: flex;
  align-items: center;
}
.question .items .item h3::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  bottom: 0;
  right: calc(8% - 10px);
  width: 13px;
  height: 13px;
  border-top: 3px solid #0A3964;
  border-right: 3px solid #0A3964;
  transform: rotate(135deg);
}
.question .items .item h3.on::after {
  top: 50%;
  transform: rotate(-45deg);
}
.question .items .item h3 span {
  font-size: 2em;
  width: 10%;
}
.question .items .item h3 span.question_txt {
  font-size: 1em;
  width: 80%;
  text-align: center;
  margin-left: 1vw;
}
.question .items .item div {
  display: none;
  background: #ffffff;
}
.question .items .item div p {
  display: flex;
}
.question .items .item div p span {
  font-size: 2em;
  width: 10%;
  text-align: left;
  color: #FF4D00;
}
.question .items .item div p span.answer {
  color: #000000;
  font-size: 1em;
  width: 80%;
  margin-left: 1vw;
}

.contact {
  margin: 16px 0;
  background: url(./img/bg_form.png);
  background-size: 3%;
  position: relative;
}
.contact h2 {
  padding: 0 5vw;
  text-align: left;
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.contact h2 img {
  width: 80%;
}
.contact > p {
  margin: 24px 16px 0;
}
.contact .form {
  background: #ffffff;
  border-radius: 10px;
  border: solid 1px #cccccc;
  margin: 0 9vw;
  position: relative;
  top: -10vw;
  z-index: 1;
  padding: 15vw 5vw 5vw;
}
.contact .form > p.info {
  color: #FF4D00;
  font-weight: 600;
  font-size: 1.2em;
}
.contact .form form .item {
  margin: 32px 0;
}
.contact .form form .item .info {
  font-weight: 700;
}
.contact .form form .item .info .required {
  font-size: 14px;
  font-weight: normal;
  color: #FF4D00;
  padding: 2px 4px;
  margin-left: 8px;
}
.contact .form form .error_val {
  padding: 8px 0;
  color: #ff0000;
}
.contact .form form label {
  display: block;
  margin: 4px 0;
}
.contact .form form label.file {
  cursor: pointer;
  background: #F67E0F;
  color: #ffffff;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 4px;
  marign: 16px 0 0;
}
.contact .form form input[type=text],
.contact .form form input[type=number],
.contact .form form input[type=date],
.contact .form form input[type=email],
.contact .form form select {
  margin: 8px 0 0;
  width: 100%;
  padding: 1vw;
  border: solid 1px #003F9E;
  border-radius: 4px;
  background: #E7F5FF;
}
.contact .form form input[type=file] {
  display: none;
}
.contact .form form textarea {
  margin: 8px 0 0;
  width: 100%;
  padding: 5px;
  border: solid 1px #C3C3C3;
  border-radius: 4px;
  height: 160px;
}
.contact .form form input[type=submit] {
  width: 50%;
  display: block;
  background: #00A94C;
  color: #ffffff;
  margin: 0 auto;
  border: solid 1px #000000;
  padding: 15px;
  border-radius: 10px;
  font-size: 1em;
  font-weight: bold;
}

footer {
  background: #0A3964;
  color: #ffffff;
  text-align: center;
  padding: 32px 0;
}
footer .totop {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px;
  display: block;
}
footer ul {
  display: flex;
  justify-content: space-around;
}
footer ul li {
  font-size: 12px;
}
footer ul li a {
  color: #ffffff;
}
footer .foot_tel {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #ffffff;
  z-index: 10;
}
footer .foot_tel img {
  width: 100%;
  vertical-align: top;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  display: block;
  position: absolute;
  top: 33%;
  font-size: 0;
  z-index: 10;
}

.slick-slider .slick-prev {
  left: -60px;
  background: #003F9E;
  height: calc(tan(60deg) * 60px / 2);
  width: 60px;
  clip-path: polygon(30% 50%, 100% 0, 100% 100%);
}

.slick-slider .slick-next {
  right: -60px;
  background: #003F9E;
  height: calc(tan(60deg) * 60px / 2);
  width: 60px;
  clip-path: polygon(0 0, 70% 50%, 0 100%);
}

.slick-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5vw 0 0;
}
.slick-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #86CBFF;
  font-size: 0;
  margin: 10px;
}
.slick-slider .slick-dots li.slick-active button {
  background: #003F9E;
  width: 30px;
  height: 30px;
}
.slick-slider.voice_slider .slick-dots {
  margin: 2vw 0 0;
}
.slick-slider.voice_slider .slick-dots li button {
  background: #ffffff;
}
.slick-slider.voice_slider .slick-dots li.slick-active button {
  background: #003F9E;
}

.sp_block {
  display: block !important;
}

.pc_block {
  display: none !important;
}

.sp_inline {
  display: inline !important;
}

.pc_inline {
  display: none !important;
}

@media screen and (min-width: 769px) {
  header {
    width: 768px;
    margin: 0 auto;
    right: 0;
    left: 0;
  }
  .wrap {
    width: 768px;
    margin: 0 auto;
  }
  .sp_block {
    display: none !important;
  }
  .pc_block {
    display: block !important;
  }
  .sp_inline {
    display: none !important;
  }
  .pc_inline {
    display: inline !important;
  }
}

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