@charset "UTF-8";
@font-face {
  font-family: "eriji";
  src: url("./font/eriji.woff2");
}
/* =======================================
						 ▼▼▼▼ 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;
}

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%;
  display: flex;
  align-items: center;
}

header h1 {
  width: 40%;
  margin: 0 0 0 20px;
}
header h1 img {
  width: 70%;
}

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

header .btn_block a {
  display: block;
  padding: 0 5px 0;
}

.wrap {
  width: 100%;
  background: url(./img/bg.png);
  background-size: 50%;
}
.wrap img {
  width: 100%;
}
.wrap .kv {
  background: url(./img/bg_mv.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 10px 0 50px;
}
.wrap .tel_button {
  text-align: center;
  background: url(./img/bg_tel_button.png);
  background-size: cover;
  margin: 0 20px 0;
}
.wrap .tel_button a {
  width: 80%;
  margin: 5px auto;
  padding: 17% 0 2%;
}
.wrap .tel_button2 {
  text-align: center;
  background: url(./img/bg_tel_button2.png);
  background-size: cover;
  margin: 0 20px 0;
}
.wrap .tel_button2 a {
  width: 80%;
  margin: 5px auto;
  padding: 17% 0 2%;
}
.wrap .mv2 {
  margin: 0 20px 0;
  width: calc(100% - 40px);
}
.wrap .trouble .items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px 0;
}
.wrap .trouble .info > img {
  width: 80%;
  margin: 0 auto;
}
.wrap .price {
  background: url(./img/bg_price.png);
  background-size: 6%;
  margin: 16px 0 0;
  padding: 5px;
}
.wrap .price .exam {
  color: #ffffff;
  margin-bottom: 8px;
}
.wrap .solution {
  background: url(./img/bg_price.png);
  background-size: 6%;
  padding: 20px 0 0;
}
.wrap .solution .items {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.wrap .solution .items .item {
  background: #00236E;
  padding: 10px;
  color: #ffffff;
}
.wrap .solution .items .item h3 {
  color: #FBED00;
  font-weight: bold;
  font-size: 24px;
}
.wrap .comparison {
  padding: 40px 20px;
}
.wrap .caution {
  background: url(./img/bg_caution.png);
  background-size: cover;
  padding: 0 0 10px;
}
.wrap .caution p {
  background: #ffffff;
  color: #00236E;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  font-size: 18px;
}
.wrap .voice {
  padding: 0 20px;
}
.wrap .voice .items .item {
  margin: 30px 0;
  padding: 10px;
  border-radius: 10px;
  background: #CAE1FF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wrap .voice .items .item > img {
  width: 25%;
}
.wrap .voice .items .item .info {
  width: 75%;
  padding: 0 10px;
}
.wrap .voice .items .item .info span {
  font-weight: bold;
  display: block;
}
.wrap .voice .items .item .info .person {
  font-weight: normal;
}
.wrap .voice .items .item .message {
  background: #ffffff;
  border-radius: 10px;
  color: #00236E;
  font-family: "eriji", sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.wrap .flow {
  background: url(./img/bg_price.png) repeat;
  background-size: 5%;
}
.wrap .flow h2 img {
  width: 75%;
}
.wrap .flow .items {
  padding: 20px;
}
.wrap .flow .items .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 10px;
}
.wrap .question .items {
  padding: 20px 30px;
}
.wrap .question .items .item {
  padding: 8px;
  border-radius: 4px;
  margin: 16px 0 0;
}
.wrap .question .items .item h3 {
  background: #89CBFF;
  font-weight: bold;
  color: #0A3964;
  position: relative;
  padding: 0 30px 0 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wrap .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);
}
.wrap .question .items .item h3.on::after {
  top: 50%;
  transform: rotate(-45deg);
}
.wrap .question .items .item h3 span {
  font-size: 30px;
  margin-right: 20px;
}
.wrap .question .items .item h3 div {
  font-weight: normal;
}
.wrap .question .items .item > div {
  display: none;
}
.wrap .question .items .item > div p {
  display: flex;
  margin: 16px 0 0;
  padding: 0 10px 0;
}
.wrap .question .items .item > div p span {
  color: #CF000E;
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin-right: 10px;
}
.wrap .contact {
  margin: 16px 0;
  background: url(./img/bg_contact.png);
}
.wrap .contact h2 {
  background: #F67E0F;
  padding: 16px 0;
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
}
.wrap .contact > p {
  margin: 24px 16px 0;
}
.wrap .contact form {
  padding: 16px;
}
.wrap .contact form .item {
  margin: 32px 0;
}
.wrap .contact form .item .info {
  font-weight: 700;
}
.wrap .contact form .item .info .required {
  font-size: 14px;
  font-weight: normal;
  padding: 2px 4px;
  background: #FF7272;
  border-radius: 4px;
  display: inline-block;
  margin-left: 8px;
}
.wrap .contact form .error_val {
  padding: 8px 0;
  color: #ff0000;
}
.wrap .contact form label {
  display: block;
  margin: 4px 0;
}
.wrap .contact form label.file {
  cursor: pointer;
  background: #F67E0F;
  color: #ffffff;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 4px;
  marign: 16px 0 0;
}
.wrap .contact form input[type=text],
.wrap .contact form input[type=number],
.wrap .contact form input[type=date],
.wrap .contact form input[type=email],
.wrap .contact form select {
  margin: 8px 0 0;
  width: 100%;
  padding: 5px;
  border: solid 1px #C3C3C3;
  border-radius: 4px;
}
.wrap .contact form input[type=file] {
  display: none;
}
.wrap .contact form textarea {
  margin: 8px 0 0;
  width: 100%;
  padding: 5px;
  border: solid 1px #C3C3C3;
  border-radius: 4px;
  height: 160px;
}
.wrap .contact form input[type=submit] {
  border-radius: 4px;
  background: #0D5598;
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 12px 16px;
  width: 100%;
}
.wrap .contact form input[type=submit].back {
  background: #999999;
  width: 50%;
}

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;
}
footer .foot_tel img {
  width: 100%;
  vertical-align: top;
}

.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 {
    margin: 0 auto;
    right: 0;
    left: 0;
  }
  header .btn_block {
    align-items: center;
  }
  header .btn_block .totel {
    width: 40%;
  }
  header .btn_block .tomailform {
    width: 60%;
  }
  .wrap {
    margin: 0 auto;
  }
  .wrap .kv {
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
  }
  .wrap .kv .mv2 {
    width: 37%;
  }
  .wrap .tel_button {
    background: url(./img/bg_tel_button.png);
    background-size: cover;
    width: 50%;
  }
  .wrap .trouble .items {
    justify-content: space-around;
  }
  .wrap .trouble .items .item {
    width: 30%;
  }
  .wrap .trouble .info {
    display: flex;
    margin: 30px 50px 20px;
    align-items: flex-start;
  }
  .wrap .trouble .info > img {
    width: 40%;
  }
  .wrap .trouble .info .tel_button2 {
    background: url(./img/bg_tel_button.png);
    background-size: cover;
    width: 50%;
  }
  .wrap .price h2 {
    width: 400px;
    margin: 0 auto;
  }
  .wrap .price .items {
    display: flex;
    justify-content: space-around;
  }
  .wrap .price .items .item {
    width: 30%;
  }
  .wrap .solution .items {
    background: #00236E;
    margin: 30px 0;
    padding: 30px 0;
    justify-content: center;
  }
  .wrap .solution .items .item {
    width: 29%;
    padding: 0 20px;
  }
  .wrap .solution .items .item:nth-child(1) {
    border-right: dotted 1px #ffffff;
  }
  .wrap .solution .items .item:nth-child(3) {
    border-left: dotted 1px #ffffff;
  }
  .wrap .comparison img {
    width: 50%;
    display: block;
    margin: 30px auto;
  }
  .wrap .caution {
    background-size: 50%;
  }
  .wrap .caution p {
    margin: 10px 100px;
    font-size: 22px;
  }
  .wrap .voice h2 {
    margin: 20px 0 5px;
    width: 75%;
  }
  .wrap .voice .items .item {
    width: 80%;
    margin: 0 auto 30px;
    font-size: 26px;
    color: #00236E;
    padding: 30px;
  }
  .wrap .voice .items .item > img {
    width: 15%;
  }
  .wrap .voice .items .item p {
    margin: 20px 0 0;
  }
  .wrap .voice .items .item .message {
    background: #CAE1FF;
    color: #00236E;
    font-family: sans-serif;
    font-size: 26px;
    margin: 30px 0 0;
    font-weight: 500;
  }
  .wrap .flow h2 img {
    width: 60%;
    margin: 0 14% 0;
  }
  .wrap .flow .items .item {
    width: 80%;
    margin: 30px auto;
  }
  .wrap .question .items .item h3 {
    padding: 10px 20px;
  }
  .wrap .question .items .item h3 span {
    width: 10%;
    font-size: 40px;
  }
  .wrap .question .items .item h3 div {
    text-align: center;
    font-size: 24px;
    width: 80%;
    font-weight: bold;
  }
  .wrap .question .items .item .answer p {
    padding: 20px 50px;
    font-size: 24px;
    font-weight: bold;
  }
  .wrap .contact > p {
    width: 385px;
    margin: 24px auto 0;
  }
  .wrap .contact form {
    width: 385px;
    margin: 0px auto;
  }
  footer {
    padding: 32px 0;
  }
  footer ul {
    justify-content: center;
  }
  footer ul li {
    margin: 0 20px;
  }
  .sp_block {
    display: none !important;
  }
  .pc_block {
    display: block !important;
  }
  .sp_inline {
    display: none !important;
  }
  .pc_inline {
    display: inline !important;
  }
}
@media screen and (min-width: 1200px) {
  header {
    width: 1200px;
  }
  .wrap {
    width: 1200px;
  }
}

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