/* Top page */
.t-sec_title p {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .t-sec_title p {
    font-size: 2.1818181818vw;
  }
}
@media screen and (max-width: 767px) {
  .t-sec_title p {
    font-size: 3.7333333333vw;
  }
}
.t-sec_title h2 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .t-sec_title h2 {
    font-size: 2.9090909091vw;
    line-height: 4.3636363636vw;
  }
}
@media screen and (max-width: 767px) {
  .t-sec_title h2 {
    font-size: 4.8vw;
    line-height: 7.4666666667vw;
  }
}
.t-sec_title h2::after {
  position: absolute;
  content: "";
  width: 700px;
  height: 1px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
}
@media screen and (max-width: 1100px) {
  .t-sec_title h2::after {
    width: 63.6363636364vw;
    bottom: -1.3636363636vw;
  }
}
@media screen and (max-width: 767px) {
  .t-sec_title h2::after {
    width: 80vw;
    bottom: -2.6666666667vw;
  }
}

.fv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv .fv_img img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.fv .fv_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.fv .fv_txt h1 {
  position: relative;
  width: 650px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 60, 102, 0.43);
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1400px) {
  .fv .fv_txt h1 {
    width: 46.4285714286vw;
    height: 10vw;
    font-size: 2.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_txt h1 {
    width: 80vw;
    height: 21.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.fv .fv_bt_box {
    position: absolute;
    left: -140px; /* 左に寄せるために値を増やす */
    bottom: -180px;
    display: flex;
    align-items: center;
    gap: 25px;
    z-index: 0;
}
@media screen and (max-width: 1400px) {
  .fv .fv_bt_box {
    left: -13.5714285714vw;
    bottom: -12.8571428571vw;
    gap: 1.7857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_bt_box_ {
    left: 50%;
    transform: translateX(-50%);
    bottom: -25.3333333333vw;
  }
}
.fv .fv_bt_box .l_txt {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 4px;
}
@media screen and (max-width: 1400px) {
  .fv .fv_bt_box .l_txt {
    font-size: 2vw;
    line-height: 2.5714285714vw;
    letter-spacing: 0.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_bt_box .l_txt {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    letter-spacing: 0.5333333333vw;
  }
}
.fv .fv_bt_box .fv_bt_left {
  border-radius: 50%;
  background: #148ab0;
  width: 230px;
  height: 190px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .fv .fv_bt_box .fv_bt_left {
    width: 16.4285714286vw;
    height: 13.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_bt_box .fv_bt_left {
    width: 34.6666666667vw;
    height: 26.6666666667vw;
  }
}
.fv .fv_bt_box .fv_bt_left .s_txt {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 1400px) {
  .fv .fv_bt_box .fv_bt_left .s_txt {
    font-size: 1.1428571429vw;
    letter-spacing: 0.1785714286vw;
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_bt_box .fv_bt_left .s_txt {
    font-size: 2.9333333333vw;
    line-height: 4.8vw;
    letter-spacing: 0.5333333333vw;
  }
}
.fv .fv_bt_box .fv_bt_right {
  border-radius: 50%;
  background: #e12e64;
  width: 230px;
  height: 190px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .fv .fv_bt_box .fv_bt_right {
    width: 16.4285714286vw;
    height: 13.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_bt_box .fv_bt_right {
    width: 34.6666666667vw;
    height: 26.6666666667vw;
  }
}

.p-contact_item.item_tel.add {
    background: #FF7144;
    transition: all 0.35s;
    padding: 25px;
    width: 350px; /* ここで幅を設定 */
		margin-left: auto; /* 左マージンを自動に設定 */
    margin-right: auto; /* 右マージンを自動に設定 */
}

@media screen and (max-width: 767px) {
    .fv .fv_bt_box {
        display: flex;
        flex-wrap: wrap; /* 要素が折り返されるように設定 */
        justify-content: center; /* 水平方向の中央寄せ */
        margin-top: 80px; /* 上部の余白を追加 */
		   position: absolute;
        left: 0px;
        bottom: 0px;
		  top:100px;
    }
    .fv .fv_bt_box .fv_bt_left, .fv .fv_bt_box .fv_bt_right {
        width: 34.6666666667vw; /* 既存のスタイルを維持 */
        height: 26.6666666667vw; /* 既存のスタイルを維持 */
    }
    .p-contact_item.item_tel.add {
        width: 80%; /* 幅を60%に設定 */
        margin-left: auto; /* 左右中央に配置 */
        margin-right: auto;
    }
}
.t-comics{
	padding: 0 20px;
}

.t-problem {
  margin-top: 80px;
  padding: 0 20px;
}
@media screen and (max-width: 1100px) {
  .t-problem {
    margin-top: 7.2727272727vw;
  }
}
@media screen and (max-width: 767px) {
  .t-problem {
/*     margin-top_: 0vw; */
	  margin-top: 100px;
  }
}
.t-problem_body {
  margin-top: 80px;
}
@media screen and (max-width: 1100px) {
  .t-problem_body {
    margin-top: 7.2727272727vw;
  }
}
@media screen and (max-width: 767px) {
  .t-problem_body {
    margin-top: 10.6666666667vw;
  }
}
.t-problem .problem_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 1100px) {
  .t-problem .problem_item {
    gap: 5.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  .t-problem .problem_item {
    flex-direction: column;
    gap: 8vw;
  }
}
.t-problem .problem_item.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .t-problem .problem_item.reverse {
    flex-direction: column;
    margin-top: 8vw;
  }
}
.t-problem .problem_img,
.t-problem .problem_content {
  max-width: 470px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .t-problem .problem_img,
  .t-problem .problem_content {
    max-width: 42.7272727273vw;
  }
}
@media screen and (max-width: 767px) {
  .t-problem .problem_img,
  .t-problem .problem_content {
    max-width: 100%;
  }
}
.t-problem .problem_title {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #148ab0;
}
@media screen and (max-width: 1100px) {
  .t-problem .problem_title {
    height: 5.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  .t-problem .problem_title {
    height: 12vw;
  }
}
.t-problem .problem_title h3 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}
@media screen and (max-width: 1100px) {
  .t-problem .problem_title h3 {
    font-size: 2.1818181818vw;
  }
}
@media screen and (max-width: 767px) {
  .t-problem .problem_title h3 {
    font-size: 4.2666666667vw;
  }
}
.t-problem .problem_title.title-02 {
  background: #497bbf;
}
.t-problem .problem_txt {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  padding-left: 20px;
  margin-top: 35px;
}
@media screen and (max-width: 1100px) {
  .t-problem .problem_txt {
    font-size: 1.6363636364vw;
    line-height: 3.2727272727vw;
    padding-left: 1.8181818182vw;
    margin-top: 3.1818181818vw;
  }
}
@media screen and (max-width: 767px) {
  .t-problem .problem_txt {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    padding-left: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.t-problem .problem_txt ul li {
  list-style: disc;
}

.t-about {
  background-image: url(../image/top/about_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 300px 20px 50px;
}
@media screen and (max-width: 1100px) {
  .t-about {
    padding: 27.2727272727vw 20px 4.5454545455vw;
  }
}
@media screen and (max-width: 767px) {
  .t-about {
    padding: 26.6666666667vw 20px 13.3333333333vw;
    background-size: contain;
    margin-top: 50px;
  }
}
.t-about .container {
  max-width: 1100px;
  margin: auto;
}
.t-about_body {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .t-about_body {
    flex-direction: column;
  }
}
.t-about .about_img {
  max-width: 480px;
  width: 100%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1100px) {
  .t-about .about_img {
    max-width: 43.6363636364vw;
  }
}
@media screen and (max-width: 767px) {
  .t-about .about_img {
    max-width: 80%;
    margin: auto;
  }
}
.t-about .about_content {
  padding: 50px;
  max-width: 550px;
  width: 100%;
  margin-left: -70px;
  margin-top: 100px;
  position: relative;
  z-index: 1;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .t-about .about_content {
    max-width: 50vw;
    padding: 4.5454545455vw;
    margin-left: -6.3636363636vw;
    margin-top: 9.0909090909vw;
  }
}
@media screen and (max-width: 767px) {
  .t-about .about_content {
    max-width: 100%;
    padding: 0;
    margin-left: auto;
    margin-top: 8vw;
  }
}
.t-about .about_content .title h4 {
  color: #148ab0;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 1100px) {
  .t-about .about_content .title h4 {
    font-size: 2.1818181818vw;
  }
}
@media screen and (max-width: 767px) {
  .t-about .about_content .title h4 {
    font-size: 4.8vw;
  }
}
.t-about .about_content .txt {
  margin-top: 20px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 1100px) {
  .t-about .about_content .txt {
    margin-top: 1.8181818182vw;
    font-size: 1.6363636364vw;
    line-height: 2.7272727273vw;
  }
}
@media screen and (max-width: 767px) {
  .t-about .about_content .txt {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}
.t-about .about_video {
  margin: 50px auto;
  max-width: 500px;
  width: 100%;
  height: 290px;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .t-about .about_video {
    max-width: 350px;
    height: 200px;
  }
}
.t-about .about_video video {
  width: 100%;
  height: 100%;
}

.t-strength {
  margin-top: 150px;
  padding: 0 20px;
}
@media screen and (max-width: 1100px) {
  .t-strength {
    margin-top: 13.6363636364vw;
  }
}
@media screen and (max-width: 767px) {
  .t-strength {
    margin-top: 13.3333333333vw;
  }
}
.t-strength_body {
  margin-top: 80px;
}
@media screen and (max-width: 1100px) {
  .t-strength_body {
    margin-top: 7.2727272727vw;
  }
}
@media screen and (max-width: 767px) {
  .t-strength_body {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .t-strength_body .item_img {
    max-width: 90%;
    margin: auto;
  }
}
.t-strength_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 70px 30px;
}
@media screen and (max-width: 1100px) {
  .t-strength_grid {
    grid-gap: 6.3636363636vw 2.7272727273vw;
  }
}
@media screen and (max-width: 767px) {
  .t-strength_grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 539px) {
  .t-strength_grid {
    grid-template-columns: 1fr;
    grid-gap: 8vw;
  }
}

.sec_view_link {
  margin: auto;
  margin-top: 10px;
  text-align: center;
}
.sec_view_link a {
  margin: auto;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1.5px;
  width: 240px;
  height: 61px;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.35s;
}
@media screen and (max-width: 1100px) {
  .sec_view_link a {
    font-size: 1.4545454545vw;
    line-height: 1.8181818182vw;
    letter-spacing: 1.5px;
    width: 21.8181818182vw;
    height: 5.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_view_link a {
    font-size: 2.6666666667vw;
    line-height: 3.4666666667vw;
    width: 40vw;
    height: 8vw;
  }
}
@media screen and (max-width: 539px) {
  .sec_view_link a {
    font-size: 4vw;
    line-height: 5.7142857143vw;
    width: 68.5714285714vw;
    height: 14.2857142857vw;
  }
}
.sec_view_link a::after {
  position: absolute;
  content: "";
  right: -30px;
  top: 50%;
  width: 45px;
  height: 1px;
  background: #000;
  transition: all 0.35s;
}
@media screen and (max-width: 1100px) {
  .sec_view_link a::after {
    right: -2.7272727273vw;
    width: 4.0909090909vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_view_link a::after {
    right: -4vw;
    width: 6.6666666667vw;
  }
}
@media screen and (max-width: 539px) {
  .sec_view_link a::after {
    right: -8.5714285714vw;
    width: 14.2857142857vw;
  }
}
.sec_view_link a:hover {
  color: #fff;
  border: 1px solid #497bbf;
  background: #497bbf;
}
.sec_view_link a:hover::after {
  background: #fff;
}

.t-page_link {
  margin: auto;
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .t-page_link {
    margin-top: 4.5454545455vw;
  }
}
@media screen and (max-width: 767px) {
  .t-page_link {
    margin-top: 13.3333333333vw;
  }
}
.t-page_link a {
  margin: auto;
  text-align: center;
  width: 290px;
  height: 65px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 1.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e12e64;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .t-page_link a {
    font-size: 1.6363636364vw;
    line-height: 2.2727272727vw;
    width: 26.3636363636vw;
    height: 5.9090909091vw;
  }
}
@media screen and (max-width: 767px) {
  .t-page_link a {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    width: 69.3333333333vw;
    height: 16vw;
  }
}
.t-page_link a::before {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.5s;
}
@media screen and (max-width: 1100px) {
  .t-page_link a::before {
    width: 0.7272727273vw;
    height: 0.7272727273vw;
    right: 2.7272727273vw;
  }
}
@media screen and (max-width: 767px) {
  .t-page_link a::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    right: 5.3333333333vw;
  }
}
.t-page_link a:hover::before {
  right: 20px;
}
@media screen and (max-width: 1100px) {
  .t-page_link a:hover::before {
    right: 1.8181818182vw;
  }
}
@media screen and (max-width: 767px) {
  .t-page_link a:hover::before {
    right: 5.3333333333vw;
  }
}

.t-price {
  margin-top: -50px;
  padding: 300px 20px 50px;
  background-image: url(../image/top/price_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .t-price {
    margin-top: -4.5454545455vw;
    padding: 27.2727272727vw 20px 4.5454545455vw;
  }
}
@media screen and (max-width: 767px) {
  .t-price {
    background-size: contain;
    margin-top: 8vw;
    padding: 26.6666666667vw 20px 13.3333333333vw;
  }
}
.t-price_body {
  margin-top: 80px;
}
@media screen and (max-width: 1100px) {
  .t-price_body {
    margin-top: 7.2727272727vw;
  }
}
@media screen and (max-width: 767px) {
  .t-price_body {
    margin-top: 10.6666666667vw;
  }
}
.t-price_body .price_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 70px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 1100px) {
  .t-price_body .price_flex {
    row-gap: 6.3636363636vw;
    -moz-column-gap: 2.7272727273vw;
         column-gap: 2.7272727273vw;
  }
}
@media screen and (max-width: 767px) {
  .t-price_body .price_flex {
    row-gap: 8vw;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }
}
.t-price_body .flex_item {
  width: 310px;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .t-price_body .flex_item {
    width: 28.1818181818vw;
  }
}
@media screen and (max-width: 767px) {
  .t-price_body .flex_item {
    width: 42.6666666667vw;
  }
}
@media screen and (max-width: 539px) {
  .t-price_body .flex_item {
    width: 88.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .t-price_body .price_img {
    max-width: 90%;
    margin: auto;
  }
}

.t-faq {
  padding: 250px 20px 100px;
  background-image: url(../image/top/faq_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .t-faq {
    margin-top: -4.5454545455vw;
    padding: 22.7272727273vw 20px 9.0909090909vw;
  }
}
@media screen and (max-width: 767px) {
  .t-faq {
    background: #497bbf;
    margin-top: 13.3333333333vw;
    padding: 13.3333333333vw 20px 13.3333333333vw;
  }
}
.t-faq .t-sec_title h2 {
  color: #fff;
}
.t-faq .t-sec_title h2::after {
  background: #fff;
}
.t-faq_body {
  margin-top: 80px;
}
@media screen and (max-width: 1100px) {
  .t-faq_body {
    margin-top: 7.2727272727vw;
  }
}
@media screen and (max-width: 767px) {
  .t-faq_body {
    margin-top: 10.6666666667vw;
  }
}
.t-faq_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 60px;
}
@media screen and (max-width: 1100px) {
  .t-faq_grid {
    grid-gap: 5.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  .t-faq_grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 539px) {
  .t-faq_grid {
    grid-template-columns: 1fr;
  }
}
.t-faq_grid .item a {
  width: 100%;
  height: 60px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
@media screen and (max-width: 1100px) {
  .t-faq_grid .item a {
    height: 5.4545454545vw;
    font-size: 1.4545454545vw;
    line-height: 2.5454545455vw;
  }
}
@media screen and (max-width: 767px) {
  .t-faq_grid .item a {
    height: 8vw;
    font-size: 2.1333333333vw;
    line-height: 3.7333333333vw;
  }
}
@media screen and (max-width: 539px) {
  .t-faq_grid .item a {
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}
.t-faq_grid .item a:hover {
  color: #497bbf;
  background: #fff;
}

.t-usefullist {
  padding: 0 20px;
  margin-top: 100px;
}
@media screen and (max-width: 1100px) {
  .t-usefullist {
    margin-top: 9.0909090909vw;
  }
}
@media screen and (max-width: 767px) {
  .t-usefullist {
    margin-top: 5.3333333333vw;
  }
}

.t-counsellist {
  padding: 0 20px;
  margin-top: 100px;
}
@media screen and (max-width: 1100px) {
  .t-counsellist {
    margin-top: 9.0909090909vw;
  }
}
@media screen and (max-width: 767px) {
  .t-counsellist {
    margin-top: 13.3333333333vw;
  }
}

.t-newslist {
  padding: 0 20px;
  margin-top: 150px;
}
@media screen and (max-width: 1100px) {
  .t-newslist {
    margin-top: 13.6363636364vw;
  }
}
@media screen and (max-width: 767px) {
  .t-newslist {
    margin-top: 13.3333333333vw;
  }
}
.t-newslist .targets .target {
  border: none;
}

@media screen and (max-width: 767px) {
  .targets {
    grid-template-columns: 1fr;
  }
  .targets .blog_img img {
    height: 53.3333333333vw;
  }
}

.p-btintro {
  background-image: url(../image/top/bottom_bg.png);
  padding: 150px 20px 0px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .p-btintro {
    margin-top: -4.5454545455vw;
    padding: calc(150/1100*100vw) 20px 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-btintro {
    background: #3c9fd0;
    background-size: contain;
    margin-top: 13.3333333333vw;
    padding: 13.3333333333vw 20px 13.3333333333vw;
  }
}
.p-btintro_body .p-btmain_img {
  margin: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-btintro_body .p-btmain_img {
    max-width: 100%;
  }
}
.p-btintro_body .c-sec_title {
    margin: 60px auto 60px;
}
@media screen and (max-width: 1100px) {
  .p-btintro_body .c-sec_title {
    margin: calc(60/1100*100vw) auto calc(60/1100*100vw);
  }
}
@media screen and (max-width: 768px) {
  .p-btintro_body .c-sec_title {
    margin:  calc(60/768*100vw) auto calc(60/768*100vw);
  }
}
.p-btintro_body .c-sec_title h2 {
    color: #fff;
}
.p-btintro_body .c-sec_title::after {
    background-color: #fff;
}

.p-btintro_body .bottom_intro {
  margin-top: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1100px) {
  .p-btintro_body .bottom_intro {
    margin-top: 4.5454545455vw;
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  .p-btintro_body .bottom_intro {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}

.top_contact .p-contact_body {
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .top_contact .p-contact_body {
    margin-bottom: 7.2727272727vw;
  }
}
@media screen and (max-width: 1100px) {
  .top_contact .p-contact_body {
    margin-bottom: 4vw;
  }
}

body.open_popup .popup {
  display: block;
}

.popup {
  background: rgba(255, 113, 68, 0.93);
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 10;
  width: 270px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
  opacity: 1;
  transition: 0.2s;
}
@media screen and (max-width: 1400px) {
  .popup {
    right: 20px;
    width: 19.2857142857vw;
    padding: 1.4285714286vw 0;
  }
}
@media screen and (max-width: 767px) {
  .popup {
        right: unset;
    bottom: unset;
    width: 90%;
    padding: 35px 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
	.poppu_img img {
		width: max-content;
		margin: auto;
	}
}
.popup .popup_close {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 15px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.popup .popup_content .txt {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 1400px) {
  .popup .popup_content .txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .popup .popup_content .txt {
    font-size: 16px;
  }
	.popup .popup_content .item {
		margin-top : 15px;
	}
}
.popup .popup_content .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  background: #148ab0;
  margin: 10px auto;
}
@media screen and (max-width: 1400px) {
  .popup .popup_content .link a {
    margin: 0.7142857143vw auto;
    width: 14.2857142857vw;
    height: 2.8571428571vw;
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .popup .popup_content .link a {
    width: 160px;
    height: 35px;
    font-size: 15px;
  }
}/*# sourceMappingURL=top.css.map */

.op_link  {
	text-align: right; 
	padding-top: 10px; 
	text-decoration: underline;
 }
.op_link:hover  {
	text-decoration:none;
 }