@charset "UTF-8";

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  margin: 0;
  padding: 0;
}

a {
  color: #000000;
  text-decoration: none;
}

img {
  width: 100%;
  /*height: 200px;*/
}

main {
  overflow: hidden;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header .header-logo {
  margin-left: 20px;
}

@media print, screen and (max-width: 599px) {
  .header .header-logo {
    margin-left: 15px;
  }
}

.header-fixed {
  width: 50%;
}

.header .header-logo img {
  width: 325px;
  height: 88px;
}

@media print, screen and (max-width: 760px) {
  .header .header-logo img {
    width: 100%;
    height: auto;
  }
}

.header .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

@media print, screen and (max-width: 599px) {
  .header .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
  }
}

.phone-number__header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.number img {
  width: 250px;
  height: 35px;
}

@media print, screen and (max-width: 760px) {
  .header .phone-number .number {
    font-size: 24px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .number img {
    width: 155px;
    height: 25px;
  }

  .header .phone-number .number {
    font-size: 16px;
  }
}

.header .phone-number .time {
  font-size: 22px;
  font-family: "Yu Gothic Medium", sans-serif;
  color: #f89508;
  letter-spacing: 0.08em;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .header .phone-number .time {
    font-size: 13px;
  }
}

@media print, screen and (max-width: 1400px) {
  .header {
    width: 100%;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-cont {
  width: 50%;
}

.footer .header-logo {
  margin-left: 20px;
}

.footer .header-logo img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

@media print, screen and (max-width: 768px) {
  .footer .header-logo img {
    width: 100%;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .footer .header-logo {
    margin-left: 15px;
    padding-top: 0;
  }
}

.footer .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .footer .phone {
    margin-right: 15px;
  }
}

.phone-number--footer {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media print, screen and (max-width: 760px) {
  .footer .phone-number .number {
    font-size: 20px;
  }
}

.footer .phone-number .time {
  color: #f89508;
  font-size: 23px;
  font-family: "Yu Gothic Medium", sans-serif;
  letter-spacing: 0.08em;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .footer .phone-number .time {
    font-size: 13px;
  }
}

@media print, screen and (max-width: 1400px) {
  .footer {
    width: 100%;
  }
}

.cmn-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cmn-title .cmn-image {
  padding-top: 90px;
}

.cmn-title .cmn-image img {
  width: 40px;
  height: 40px;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .cmn-title .cmn-image img {
    width: 22px;
    height: 19px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .cmn-title .cmn-image {
    padding-top: 52px;
  }
}

.cmn-title .cmn-text {
  padding-top: 82px;
  padding-bottom: 52px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 38px;
  color: #f89508;
  font-family: "TBUD丸ゴシック Std", "Yu Gothic UI", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
}

@media print, screen and (max-width: 760px) {
  .cmn-title .cmn-text {
    font-size: 30px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .cmn-title .cmn-text {
    padding-top: 48px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    font-size: 18px;
  }
}

.top {
  background-image: url(../img/top-image.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  background-size: cover;
  padding-top: calc(700 / 1440 * 100%);
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
}

.cta__block--main {
  background: #87d210;
  box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}

.cta__block--main .top-cont {
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
}

.cta__block--main .top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta__block--main .top-image img {
  width: 49px;
  height: 42px;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .cta__block--main .top-image img {
    width: 34px;
    height: 24px;
  }
}

.cta__block--main .top-text {
  color: #fff;
  font-size: 28px;
  font-family: "TBUD丸ゴシック Std", "Yu Gothic UI", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  margin-top: 20px;
  margin-bottom: 25px;
  margin-right: 20px;
  margin-left: 20px;
}

@media print, screen and (max-width: 960px) {
  .cta__block--main .top-text {
    font-size: 20px;
  }
}

@media print, screen and (max-width: 760px) {
  .cta__block--main .top-text {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .cta__block--main .top-text {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
  }
}

.cta__block--main .br-sp {
  display: none;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .cta__block--main .br-sp {
    display: inline-block;
  }
}

@media print, screen and (max-width: 760px) {
  .top {
    background-image: url(../img/sp-top.jpg);
    padding-top: calc(240 / 375 * 100%);
    /* calc(画像高さ ÷ 画像横幅 × 100%) */
  }
}

.service {
  background: url(../img/bg.jpg) no-repeat center center;
  background-size: cover;
  height: 1450px;
}

@media print, screen and (max-width: 961px) {
  .service {
    height: 1100px;
  }
}

@media print, screen and (max-width: 599px) {
  .service {
    height: 1000px;
  }
}

.service .inner {
  padding-bottom: 200px;
}

.service .service-list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media print, screen and (max-width: 960px) {
  .service .service-list {
    max-width: 700px;
  }
}

@media print, screen and (max-width: 760px) {
  .service .service-list {
    max-width: 600px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .service .service-list {
    max-width: 300px;
  }
}

.service .service-item {
  padding-top: 80px;
}

.service .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.next {
  position: relative;
  text-align: center;
}

.next .animal00__position {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.next .animal00 {
  position: absolute;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  top: -130px;
}

@media print, screen and (max-width: 1100px) {
  .next .animal00 {
    max-width: 750px;
    margin: 0 auto;
    top: -88px;
  }
}

@media print, screen and (max-width: 961px) {
  .next .animal00 {
    max-width: 600px;
    margin: 0 auto;
    top: -67px;
  }
}

@media print, screen and (max-width: 599px) {
  .next .animal00 {
    max-width: 320px;
    margin: 0 auto;
    top: -38px;
  }
}

.next .orange-footstep img {
  width: 42px;
  height: 59px;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .next .orange-footstep img {
    width: 20px;
    height: 20px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .next .orange-footstep {
    margin-left: 20px;
  }
}

.next .middle {
  padding-bottom: 50px;
}

.next .middle .middle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.next .middle .left-footstep {
  padding-top: 30px;
}

.next .middle .left-footstep img {
  width: 200px;
  height: 150px;
}

@media print, screen and (max-width: 1100px) {
  .next .middle .left-footstep img {
    width: 150px;
    height: 120px;
  }
}

@media print, screen and (max-width: 960px) {
  .next .middle .left-footstep img {
    width: 100px;
    height: 80px;
  }
}

@media print, screen and (max-width: 760px) {
  .next .middle .left-footstep img {
    width: 80px;
    height: 60px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .next .middle .left-footstep img {
    width: 70px;
    height: 60px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .next .middle .left-footstep {
    padding-right: 10px;
  }
}

.next .middle .text {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  width: initial;
  font-size: 44px;
  color: #f89508;
  font-family: "TBUD丸ゴシック Std", "Yu Gothic UI", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
}

@media print, screen and (max-width: 1100px) {
  .next .middle .text {
    padding-top: 30px;
    font-size: 40px;
  }
}

@media print, screen and (max-width: 760px) {
  .next .middle .text {
    font-size: 30px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .next .middle .text {
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    width: 180px;
  }
}

.next .middle .right-footstep {
  padding-top: 50px;
}

.next .middle .right-footstep img {
  width: 200px;
  height: 150px;
}

@media print, screen and (max-width: 1100px) {
  .next .middle .right-footstep img {
    width: 150px;
    height: 120px;
  }
}

@media print, screen and (max-width: 960px) {
  .next .middle .right-footstep img {
    width: 100px;
    height: 80px;
  }
}

@media print, screen and (max-width: 760px) {
  .next .middle .right-footstep img {
    width: 80px;
    height: 60px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .next .middle .right-footstep img {
    width: 70px;
    height: 60px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .next .middle .right-footstep {
    padding-top: 30px;
    padding-left: 10px;
  }
}

.next .middle .arrow {
  text-align: center;
}

.next .middle .arrow img {
  width: 100px;
  height: 65px;
}

@media print, screen and (max-width: 760px) {
  .next .middle .arrow img {
    width: 60px;
    height: 40px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .next .middle .arrow img {
    width: 42px;
    height: 26px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .next .middle .arrow {
    background-color: #fff;
  }
}

.pictures {
  position: relative;
  background-image: url(../img/original-pictures.png);
  height: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: calc(1675 / 1440 * 100%);
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
}

.pictures .desc {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "TBUD丸ゴシック Std", "Yu Gothic UI", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  width: 964px;
  height: 160px;
}

.pictures .desc p {
  font-size: 34px;
  text-align: center;
  color: #fff;
  text-shadow: 0 5px 5px rgb(0 0 0 / 60%);
}

@media print, screen and (max-width: 768px) {
  .pictures .desc p {
    font-size: 24px;
  }
}

@media print, screen and (max-width: 599px) {
  .pictures .desc p {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 430px) {
  .pictures .desc p {
    font-size: 14px;
  }
}

@media print, screen and (max-width: 768px) {
  .pictures .desc {
    top: 13%;
  }
}

@media print, screen and (max-width: 599px) {
  .pictures .desc {
    top: 16%;
  }
}

@media print, screen and (max-width: 430px) {
  .pictures .desc {
    top: 21%;
  }
}

.cta__block {
  width: 100%;
  margin: 0 auto;
  background: #87d210;
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}

@media print, screen and (max-width: 760px) {
  .cta__block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.cta__block .pictures-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cta__block .pictures-phone i {
  padding-right: 5px;
}

.cta__block .text p {
  font-size: 36px;
  color: #ffffff;
  font-family: "TBUD丸ゴシック Std", "Yu Gothic UI", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
}

.cta__block .pictures-cont {
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media print, screen and (max-width: 599px) {
  .cta__block .text {
    width: 60%;
    padding: 5px;
  }
}

.cta__block .text p {
  font-size: 28px;
}

@media print, screen and (max-width: 920px) {
  .cta__block .text p {
    font-size: 20px;
  }
}

@media print, screen and (max-width: 760px) {
  .cta__block .text p {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 599px) {
  .cta__block .text p {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .cta__block .sp-pictures {
    display: none;
  }
}

.cta__block .pictures-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}

@media print, screen and (max-width: 920px) {
  .cta__block .pictures-phone {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media print, screen and (max-width: 768px) {
  .cta__block .pictures-phone {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media print, screen and (max-width: 599px) {
  .cta__block .pictures-phone {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
  }
}

.cta__block .phone-image {
  padding-right: 10px;
}

.cta__block .phone-image img {
  width: 35px;
  height: 30px;
}

@media print, screen and (max-width: 760px) {
  .cta__block .phone-image img {
    width: 20px;
    height: 20px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .cta__block .phone-image img {
    width: 10px;
    height: 10px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .cta__block .phone-image {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.cta__block .phone-number {
  color: #f89508;
  text-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}

.cta__block .phone-number .number {
  letter-spacing: 0.1em;
  font-size: 40px;
  font-family: "Anton", "Yu Gothic UI", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  color: #f89508;
}

@media print, screen and (max-width: 920px) {
  .cta__block .phone-number .number {
    font-size: 36px;
  }
}

@media print, screen and (max-width: 760px) {
  .cta__block .phone-number .number {
    font-size: 24px;
  }
}

@media print, screen and (max-width: 599px) {
  .cta__block .phone-number .number {
    font-size: 14px;
  }
}

.property {
  padding-bottom: 80px;
}

.property__inner {
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
}

@media print, screen and (max-width: 768px) {
  .property__inner {
    width: 90%;
  }
}

.property .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.property .image {
  margin-right: 15px;
}

.property .image img {
  width: 23px;
  height: 26px;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .property .image img {
    width: 20px;
    height: 15px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .property .image {
    margin-left: 10px;
    margin-right: 5px;
  }
}

.property .desc {
  font-size: 20px;
  color: #444444;
  font-family: "游ゴシック体", sans-serif;
}

.property .desc p {
  letter-spacing: 0.05em;
}

@media print, screen and (max-width: 760px) {
  .property .desc {
    font-size: 16px;
  }
}

.property .br-sp {
  display: none;
}

@media print, screen and (max-width: 599px) {
  .property .br-sp {
    display: inline-block;
  }
}

@media print, screen and (max-width: 400px) {
  .property .br-sp {
    display: none;
  }
}

.property .br-sp-scope {
  display: none;
}

@media print, screen and (max-width: 960px) {
  .property .br-sp-scope {
    display: inline-block;
  }
}

@media print, screen and (max-width: 1400px) {
  .property {
    width: 100%;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .property {
    padding-bottom: 50px;
  }
}

.money {
  background: #f7f7f7;
  padding-bottom: 80px;
}

@media print, screen and (max-width: 768px) {
  .money {
    padding-bottom: 50px;
  }

  .money__inner {
    width: 90%;
    margin: 0 auto;
  }
}

.money .text {
  font-size: 20px;
  font-family: "游ゴシック体", sans-serif;
  color: #444444;
  text-align: center;
}

@media print, screen and (max-width: 960px) {
  .money .text {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 760px) {
  .money .text {
    font-size: 13px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .money .text {
    font-size: 14px;
  }
}

.money .months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  margin-left: 20px;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .money .months {
    margin-top: 17px;
    margin-left: 0px;
  }
}

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

@media print, screen and (max-width: 960px) {
  .money .month1 img {
    width: 350px;
  }
}

@media print, screen and (max-width: 760px) {
  .money .month1 img {
    width: 280px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .money .month1 img {
    width: 160px;
  }
}

.money .month2 {
  margin-left: 40px;
}

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

@media print, screen and (max-width: 960px) {
  .money .month2 img {
    width: 350px;
  }
}

@media print, screen and (max-width: 760px) {
  .money .month2 img {
    width: 280px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .money .month2 img {
    width: 160px;
  }
}

@media print, screen and (max-width: 1400px) {
  .money {
    width: 100%;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .money {
    padding-bottom: 50px;
  }
}

.flow {
  background-image: url(../img/flow-bg.png);
  background-size: cover;
}

.flow .flow-item {
  width: 98%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  background: #fff8f3;
  padding-bottom: 20px;
}

.flow .flow-item2 {
  width: 98%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  background: #fff8f3;
  padding-bottom: 20px;
}

.flow .subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.flow .step {
  font-size: 36px;
  font-family: "Anton", "Yu Gothic UI", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  color: #f89508;
  position: absolute;
  bottom: -30px;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .flow .step {
    font-size: 14px;
    bottom: -10px;
  }
}

.flow .line {
  position: absolute;
  left: 60px;
  top: -10px;
  bottom: 1px;
}

.flow .line img {
  height: 40px;
  width: 20px;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .flow .line img {
    width: 10px;
    height: 16px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .flow .line {
    left: 25px;
    bottom: 3px;
  }
}

.flow .number {
  font-size: 40px;
  font-family: "Anton", "Yu Gothic UI", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  color: #fff;
  position: absolute;
  left: 80px;
  top: -10px;
  text-shadow: 1px 1px #f89508, -1px 1px #f89508, 1px -1px #f89508, -1px -1px #f89508, 1px 0px #f89508, 0px 1px #f89508, -1px 0px #f89508, 0px -1px #f89508;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .flow .number {
    font-size: 14px;
    left: 35px;
    top: -5px;
  }
}

.flow-cont {
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}

@media print, screen and (max-width: 768px) {
  .flow-cont {
    padding-bottom: 50px;
  }
}

.flow .flow-contact {
  font-size: 24px;
  font-family: "TBUD丸ゴシック Std", "Yu Gothic UI", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  color: #f89508;
  position: absolute;
  left: 130px;
  top: 5px;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .flow .flow-contact {
    font-size: 14px;
    left: 50px;
    top: -5px;
  }
}

.flow .contract {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow .mail-image {
  padding-top: 110px;
  padding-left: 50px;
}

.flow .mail-image img {
  width: 90px;
  height: 63px;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .flow .mail-image {
    display: none;
  }
}

.flow .calling-image {
  padding-top: 71px;
  padding-left: 30px;
}

.flow .calling-image img {
  width: 50px;
  height: 65px;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .flow .calling-image {
    display: none;
  }
}

.flow .desc {
  padding-top: 45px;
  padding-left: 90px;
  margin-right: 20px;
  width: 608px;
  color: #444;
}

.flow .desc p {
  font-family: "游ゴシック体", sans-serif;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .flow .desc p {
    padding-top: 13px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media print, screen and (max-width: 960px) {
  .flow .desc {
    font-size: 14px;
  }
}

@media print, screen and (max-width: 760px) {
  .flow .desc {
    padding-left: 40px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .flow .desc {
    font-size: 14px;
    padding-left: 10px;
    padding-top: 15px;
  }
}

.flow .desc2 {
  padding-top: 45px;
  padding-left: 90px;
  margin-right: 20px;
  width: 608px;
}

.flow .desc2 .main {
  font-size: 16px;
  color: #444444;
  font-family: "游ゴシック体", sans-serif;
  padding-bottom: 16px;
}

.flow .desc2 .main span {
  font-size: 10px;
  vertical-align: top;
}

@media print, screen and (max-width: 960px) {
  .flow .desc2 .main {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .flow .desc2 .main {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
  }
}

.flow .desc2 .sub {
  font-size: 12px;
  color: #444444;
  font-family: "游ゴシック体", sans-serif;
  padding-bottom: 35px;
}

@media print, screen and (max-width: 760px) {
  .flow .desc2 .sub {
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .flow .desc2 .sub {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0;
  }
}

@media print, screen and (max-width: 760px) {
  .flow .desc2 {
    padding-left: 40px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .flow .desc2 {
    padding-left: 10px;
  }
}

.flow .arrow {
  text-align: center;
}

.flow .arrow img {
  width: 80px;
  height: 35px;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .flow .arrow img {
    width: 58px;
    height: 27px;
  }
}

@media print, screen and (max-width: 1400px) {
  .flow {
    width: 100%;
  }
}

.contact {
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.contact .contact-cont {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (max-width: 960px) {
  .contact .contact-cont {
    max-width: 700px;
  }
}

@media print, screen and (max-width: 760px) {
  .contact .contact-cont {
    max-width: 550px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact .contact-cont {
    max-width: 400px;
  }
}

.contact .text {
  font-size: 20px;
  font-family: "游ゴシック体", sans-serif;
  color: #444444;
  padding-left: 10px;
}

@media print, screen and (max-width: 960px) {
  .contact .text {
    font-size: 16px;
    margin-left: 30px;
  }
}

@media print, screen and (max-width: 760px) {
  .contact .text {
    font-size: 14px;
    margin-left: 10px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact .text {
    font-size: 14px;
    margin-left: 0;
  }
}

.contact .br-sp {
  display: none;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact .br-sp {
    display: inline-block;
  }
}

.contact .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact .flex-box {
    display: block;
  }
}

.contact .inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 63px;
  padding-bottom: 10px;
}

.contact .cmn-name {
  font-family: "游ゴシック体", sans-serif;
  color: #444444;
}

@media print, screen and (max-width: 960px) {
  .contact .cmn-name {
    margin-left: 30px;
  }
}

@media print, screen and (max-width: 760px) {
  .contact .cmn-name {
    margin-left: 10px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact .cmn-name {
    margin-left: 23px;
  }
}

.contact .cmn-btn {
  margin-right: 54px;
  margin-left: 30px;
}

.contact .cmn-btn span {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: red;
  color: #fff;
  font-size: 11px;
  font-family: "游ゴシック体", sans-serif;
}

@media print, screen and (max-width: 760px) {
  .contact .cmn-btn {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact .cmn-btn {
    margin-right: 54px;
    margin-left: 5px;
  }
}

.contact .checkbox {
  padding-top: 63px;
}

.contact .checkbox .checkbox01 {
  font-size: 14px;
  color: #444444;
  font-family: "游ゴシック体", sans-serif;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact .checkbox {
    margin-left: 50px;
    padding-top: 0;
  }
}

.contact-cont .flex-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}

.contact-cont .content {
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}

.contact-cont .policy {
  padding-top: 20px;
}

.contact .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
}

.contact #form-name {
  width: 320px;
  height: 28px;
  margin-top: 20px;
  margin-left: 63px;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact #form-name {
    width: 304px;
    margin-left: 50px;
    margin-top: 0;
  }
}

.contact #form-phone {
  width: 320px;
  height: 28px;
  margin-top: 20px;
  margin-left: 30px;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact #form-phone {
    width: 304px;
    margin-left: 50px;
    margin-top: 0;
  }
}

.contact #form-address {
  width: 320px;
  height: 28px;
  margin-top: 20px;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact #form-address {
    width: 304px;
    margin-left: 50px;
    margin-top: 0;
  }
}

.contact .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
}

.contact .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
}

.contact .preferred {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
}

.contact .radio-button {
  margin-top: 20px;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact .radio-button {
    margin-left: 50px;
    margin-top: 0;
  }
}

.contact .radio01 {
  color: #444;
  font-family: "游ゴシック体", sans-serif;
}

.contact .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact .content {
    display: block;
  }
}

.contact #text {
  height: 175px;
  width: 719px;
}

@media print, screen and (max-width: 960px) {
  .contact #text {
    width: 500px;
  }
}

@media print, screen and (max-width: 760px) {
  .contact #text {
    width: 380px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact #text {
    width: 92%;
  }
}

.contact .textarea {
  padding-top: 10px;
}

@media print, screen and (max-width: 960px) {
  .contact .textarea {
    padding-left: 10px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact .textarea {
    padding-left: 55px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact .policy {
    padding-left: 20px;
  }
}

.contact .box {
  max-width: 900px;
  height: 100px;
  border: 1px solid #000;
  overflow-y: scroll;
  font-size: 14px;
  color: #444;
  font-family: "游ゴシック体", sans-serif;
  background-color: #fff;
}

@media print, screen and (max-width: 960px) {
  .contact .box {
    width: 700px;
  }
}

@media print, screen and (max-width: 760px) {
  .contact .box {
    width: 550px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact .box {
    width: 94%;
  }
}

.contact .policy-desc {
  padding-top: 23px;
  font-family: "游ゴシック体, sans-serif";
}

@media print, screen and (max-width: 960px) {
  .contact .policy-desc {
    margin-left: 30px;
  }
}

@media print, screen and (max-width: 760px) {
  .contact .policy-desc p {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact .policy-desc {
    margin-left: 0px;
  }

  .contact .policy-desc p {
    font-size: 12px;
  }
}

.contact .br-sp {
  display: none;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact .br-sp {
    display: inline-block;
  }
}

.contact .policy-btn {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 32px;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact .policy-btn {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 300px;
  }
}

.contact .confirm a {
  background-color: #f89508;
  padding-top: 13px;
  padding-bottom: 18px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: "游ゴシック体", sans-serif;
  font-size: 24px;
  color: #fff;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact .confirm a {
    font-size: 16px;
  }
}

.contact .reset a {
  background-color: #fff;
  padding-top: 13px;
  padding-bottom: 18px;
  padding-right: 20px;
  padding-left: 20px;
  color: #f89508;
  font-family: "游ゴシック体", sans-serif;
  font-size: 24px;
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact .reset a {
    font-size: 16px;
  }
}

.contact .contact-animals {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}

.contact .contact-animals img {
  width: 100%;
  height: auto;
}

@media print, screen and (max-width: 960px) {
  .contact .contact-animals img {
    width: 90%;
  }
}

@media print, screen and (max-width: 1400px) {
  .contact {
    width: 100%;
  }
}

@media print, screen and (min-width: 320px) and (max-width: 599px) {
  .contact {
    padding-bottom: 45px;
  }
}


.container {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  padding: 40px;
}
.btn-open {
  display: inline-block;
  width: 500px;
  height:50px;
  text-align: center;
  background-color: #f99507;
  font-size: 28px;
  line-height: 52px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #9ec34b;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

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

/*ボタン*/
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 30px 0;
}

a.btn-c {
  font-size: 2.2rem;

  position: relative;

  padding: 0.25rem 2rem 1.5rem 3.5rem;

  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}

a.btn-c span {
  font-size: 1.5rem;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}

/*ボタンここまで*/