@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  line-height: 2;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
h1, h2 {
  font-family: "Noto Sans JP", sans-serif;
}
p {
  font-weight: normal;
}
.btn a {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  background-color: #FCCB00;
  width: 300px;
  height: 60px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
}
.btn a::before, .btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  width: 10px;
  height: 3px;
  background-color: #333;
  transform-origin: calc(100% - 2px) 50%;
}
.btn a::before {
  transform: rotate(45deg);
}
.btn a::after {
  transform: rotate(-45deg);
}
.back_btn {
  text-align: center;
}
.back_btn a {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  background-color: #EFEFF3;
  width: 350px;
  height: 60px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
}
.back_btn a::before, .back_btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 25px;
  width: 10px;
  height: 3px;
  background-color: #333;
  transform-origin: calc(100% - 2px) 50%;
}
.back_btn a::before {
  transform: rotate(135deg);
}
.back_btn a::after {
  transform: rotate(-135deg);
}
.paragraph {
  margin-bottom: 24px;
}
.contents.width900 {
  width: 900px;
  margin: 80px auto 120px;
}
.contents.width1100 {
  width: 1100px;
  margin: 80px auto 120px;
}
h2.bottom_ttl {
  font-size: 30px;
  margin-bottom: 78px;
  text-align: center;
  position: relative;
}
h2.bottom_ttl::after {
  content: "";
  width: 100px;
  height: 3px;
  background-image: url("../images/ttl_btm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: inline-block;
}
.balloon_txt {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  height: 50px;
  background-color: #5396D1;
  border-radius: 100px;
  margin: 0 auto 25px;
  position: relative;
}
.balloon_txt::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 15px;
  background: #5396D1;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.dot_list li {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}
.dot_list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #5396D1;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
}
.asterisk_list li {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-left: 11px;
  position: relative;
}
.asterisk_list li::before {
  content: "※";
  font-size: 14px;
  position: absolute;
  top: -2px;
  left: 0;
}
.tel_box {
  width: 1000px;
  margin: 0 auto;
  border: 10px solid #F5F5F5;
  border-radius: 10px;
  padding: 50px 50px 60px;
}
.tel_box h2 {
  color: #5396D1;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.tel_box > p {
  font-size: 14px;
  width: 682px;
  margin: 0 auto 20px;
}
.tel_box .asterisk_list {
  width: 682px;
  margin: 0 auto 60px;
}
.tel_box .asterisk_list li {
  font-size: 14px;
}
.tel_box .asterisk_list li::before {
  font-size: 14px;
}
.tel_box .tel_flex {
  display: flex;
  justify-content: center;
}
.tel_box .tel_flex li {
  width: 270px;
  padding: 30px;
  background-color: #F5F5F5;
  border-radius: 10px;
  margin-right: 30px;
  text-align: center;
}
.tel_box .tel_flex li:last-child {
  margin: 0;
}
.tel_box .tel_flex li .tel_head {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8px;
}
.tel_box .tel_flex li .tel_number {
  font-size: 18px;
  line-height: 1.6;
  display: inline-block;
  padding-left: 17px;
  position: relative;
}
.tel_box .tel_flex li .tel_number::before {
  content: "";
  width: 12px;
  height: 24px;
  background-image: url("../images/tel_ico.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
}
.tel_box .tel_flex li .free_tel_number {
  font-size: 18px;
  line-height: 1.6;
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.tel_box .tel_flex li .free_tel_number::before {
  content: "";
  width: 26px;
  height: 18px;
  background-image: url("../images/free_tel_ico.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}
.number_list li {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
.number_list li:last-child {
  margin-bottom: 0;
}
.right_txt {
  text-align: right;
}


/*     SP
------------------------------*/
@media (max-width: 768px) {
  .contents.width1100 {
    width: 100%;
  }
  h2.bottom_ttl {
    font-size: 26px;
  }
  h2.bottom_ttl::after {
    width: 80px;
  }
  .btn a {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
  }
  .inquiry_box .btn a {
    width: 100%;
  }
  .back_btn {
    margin: 0 15px;
  }
  .back_btn a {
    font-size: 18px;
    line-height: 50px;
    width: 100%;
    height: 50px;
  }
  .balloon_txt {
    width: auto;
    font-size: 14px;
  }

  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}

/*     PC
------------------------------*/
@media (min-width: 769px) {
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
}