@charset "UTF-8";
/*------------------------------
mv
------------------------------*/
#mv {
  height: 780px;
  background: url("../img/mv_bg.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
}
#mv:before {
  content: '';
  display: inline-block;
  width: 536px;
  height: 128px;
  background-image: url(../img/logos.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 14px;
  bottom: 102px;
  background-repeat: no-repeat;
}
#mv p.pc {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 780px;
}
#mv span {
  position: absolute;
  bottom: 0;
  right: 0;
}
#mv span a {
  display: block;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #mv p.pc img {
    width: 600px;
  }
  #mv:before {
    width: 300px;
    height: 72px;
    bottom: 70px;
  }
  #mv span img {
    width: 312px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #mv {
    height: 500px;
    margin-top: 70px;
  }
  #mv p.pc {
    height: 500px;
  }
  #mv p img {
    width: 500px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #mv p.pc {
    display: none;
  }
  #mv p.sp {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
  }
  #mv p img {
    width: 350px;
  }
  #mv:before {
    width: 280px;
    height: 67px;
    left: 50%;
    margin-left: -140px;
    right: inherit;
    bottom: 70px;
  }
  #mv span img {
    width: 280px;
  }
  #mv span {
    right: 50%;
    margin-right: -140px;
  }
}
/*------------------------------
top_news
------------------------------*/
#top_news {
  display: flex;
  gap: 95px;
  padding: 60px 3%;
  justify-content: center;
}
#top_news h2 {
  font-size: 32px;
  letter-spacing: .06em;
}
#top_news div {
  max-width: 810px;
}
#top_news li {
  display: flex;
  gap: 45px;
}
#top_news li:not(:last-child) {
  margin-bottom: 20px;
}
#top_news li .date {
  font-size: 15px;
}
#top_news li a {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: .06em;
}
#top_news li a:hover {
  text-decoration: underline;
}
#top_news .more a {
  display: block;
  width: 210px;
  background-color: #ebeff7;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  color: #124390;
  padding: 18px 0;
  line-height: 1;
  margin-top: 43px;
  position: relative;
}
#top_news .more a:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: #99abc7;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -0.5px;
  background-repeat: no-repeat;
}
#top_news .more a:hover {
  background-color: #124390;
  color: #fff;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_news {
    display: block;
  }
  #top_news h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #top_news li {
    gap: 25px;
  }
  #top_news li a {
    font-size: 14px;
  }
  #top_news li .date {
    font-size: 14px;
  }
  #top_news .more a {
    width: 180px;
    font-size: 14px;
    margin: 40px auto 0 auto;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_news {
    padding: 40px 3%;
  }
  #top_news li {
    display: block;
  }
  #top_news li:not(:last-child) {
    margin-bottom: 10px;
  }
  #top_news h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
/*------------------------------
top_greeting
------------------------------*/
#top_greeting {
  height: 850px;
  background: url("../img/greeting_bg.jpg") no-repeat center top;
  background-size: cover;
}
#top_greeting_inner {
  padding-top: 100px;
  height: 850px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
#top_greeting h2 {
  text-align: center;
  font-size: 42px;
  letter-spacing: .06em;
  font-weight: 200;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
#top_greeting h2 + p {
  text-align: center;
  font-size: 17px;
  line-height: 2.1;
  z-index: 1;
  position: relative;
}
#top_greeting img {
  position: absolute;
  bottom: -55px;
  z-index: 0;
  left: 56px;
}
#top_greeting figure .note {
  position: absolute;
  bottom: -36px;
  left: 430px;
  z-index: 1;
  font-size: 12px;
  }

/*1200px以下*/
@media screen and (max-width: 1200px) {}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_greeting {
    height: 550px;
  }
  #top_greeting_inner {
    height: 550px;
    padding: 60px 3%;
  }
  #top_greeting h2 {
    font-size: 26px;
  }
  #top_greeting h2 + p {
    font-size: 14px;
  }
  #top_greeting img {
    left: 50%;
    width: 480px;
    margin-left: -240px;
    bottom: -60px;
  }
  #top_greeting figure .note {
    left: auto;
    right: 6px;
    }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_greeting {
    background: url(../img/greeting_bg_sp.jpg) no-repeat right top;
    height: 630px;
    background-size: cover;
  }
  #top_greeting_inner {
    padding: 50px 3%;
  }
  #top_greeting h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #top_greeting img {
    width: 375px;
    margin-left: inherit;
    bottom: -210px;
    right: 0;
    left: inherit;
  }
  #top_greeting figure .note {
    padding: 0 2%;
    bottom: -240px;
    left: 0;
    right: 0;
    text-align: center;
    }
  #top_greeting h2 + p {
    padding: 0 8%;
  }
}
/*------------------------------
top_feature
------------------------------*/
#top_feature {
  padding: 115px 3% 203px 3%;
  position: relative;
}
#top_feature::before {
  width: 100%;
  height: 360px;
  margin: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/feature_img.jpg) no-repeat center center / cover;
  content: '';
  }
#top_feature h2 {
  text-align: center;
  color: #124390;
  font-size: 42px;
  font-weight: 200;
  margin-bottom: 20px;
}
#top_feature h2 + p {
  text-align: center;
  font-size: 17px;
  margin-bottom: 40px;
}
#top_feature_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#top_feature h3 {
  text-align: center;
  font-size: 26px;
  letter-spacing: .12em;
  position: relative;
  margin-bottom: 45px;
}
#top_feature h3:before {
  content: '';
  display: inline-block;
  width: 39.8%;
  height: 1px;
  background-color: #aaa;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  background-repeat: no-repeat;
}
#top_feature h3:after {
  content: '';
  display: inline-block;
  width: 39.8%;
  height: 1px;
  background-color: #aaa;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5px;
  background-repeat: no-repeat;
}
#top_feature ol {
  display: flex;
  gap: 13px;
}
#top_feature li {
  background-color: #f3f5f9;
  padding: 62px 45px 20px 45px;
  position: relative;
  width: 33%;
}
#top_feature li:after {
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  background-repeat: no-repeat;
  font-family: "Ibarra Real Nova", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #cdd9ec;
  font-size: 84px;
  font-style: italic;
  top: -60px;
}
#top_feature li:nth-child(1):after {
  content: '01';
}
#top_feature li:nth-child(2):after {
  content: '02';
}
#top_feature li:nth-child(3):after {
  content: '03';
}
#top_feature li dl {
  min-height: 259px;
}
#top_feature li dt {
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: .12em;
  font-weight: 200;
  margin-bottom: 20px;
}
#top_feature li dd p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 20px;
}
#top_feature li .more a {
  display: block;
  background-color: #124390;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: .12em;
  padding: 11px 0;
  width: 240px;
  margin: 0 auto;
  position: relative;
}
#top_feature li .more a:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: #99abc7;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -0.5px;
  background-repeat: no-repeat;
}
#top_feature li .more a:hover {
  background-color: #1b5cb0;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_feature {
    padding: 105px 3% 203px 3%;
  }
  #top_feature h2 {
    font-size: 26px;
  }
  #top_feature h2 + p {
    font-size: 14px;
  }
  #top_feature ol {
    display: block;
  }
  #top_feature li {
    padding: 40px 35px 30px 35px;
    width: 100%;
  }
  #top_feature li:not(:last-child) {
    margin-bottom: 30px;
  }
  #top_feature h3:before {
    width: 35%;
  }
  #top_feature h3:after {
    width: 35%;
  }
  #top_feature li dt {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #top_feature li dt br {
    display: none;
  }
  #top_feature li dd p {
    font-size: 14px;
  }
  #top_feature li .more a {
    font-size: 14px;
    padding: 9px 0;
    width: 180px;
  }
  #top_feature li dl {
    min-height: inherit;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_feature {
    padding: 210px 3% 203px 3%;
  }
  #top_feature::before {
    height: 270px;
    }
  #top_feature h2 {
    font-size: 22px;
  }
  #top_feature h2 + p br {
    display: none;
  }
  #top_feature h3 {
    font-size: 20px;
  }
  #top_feature h3:before, #top_feature h3:after {
    width: 20%;
  }
  #top_feature li dt {
    font-size: 18px;
  }
  #top_feature li:after {
    font-size: 60px;
    top: -45px;
  }
}
/*------------------------------
top_service
------------------------------*/
#top_service {
  padding: 95px 3%;
}
#top_service h2 {
  font-size: 42px;
  text-align: center;
  font-weight: 200;
  margin-bottom: 15px;
}
#top_service h2 + p {
  font-size: 17px;
  text-align: center;
  line-height: 2;
}
#top_service ul {
  display: flex;
  justify-content: center;
  gap: 27px;
  width: 100%;
  max-width: 1160px;
  margin: 30px auto 80px auto;
}
#top_service li {
  background-color: #f3f5f9;
  width: 25%;
  text-align: center;
  padding-top: 176px;
  z-index: 0;
  position: relative;
}
#top_service li:before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  bottom: 34px;
  background-repeat: no-repeat;
}
#top_service li:nth-child(1):before {
  width: 221px;
  height: 186px;
  background-image: url("../img/service_img1.png");
  margin-left: -110.5px;
}
#top_service li:nth-child(2):before {
  width: 256px;
  height: 159px;
  background-image: url("../img/service_img2.png");
  margin-left: -128px;
}
#top_service li:nth-child(3):before {
  width: 210px;
  height: 183px;
  background-image: url("../img/service_img3.png");
  margin-left: -105px;
}
#top_service li:nth-child(4):before {
  width: 189px;
  height: 166px;
  background-image: url("../img/service_img4.png");
  margin-left: -94.5px;
}
#top_service li p {
  color: #124390;
  width: 240px;
  padding: 16px 0;
  margin: 0 auto -24px auto;
  background-color: #fff;
  position: relative;
}
#top_service li p:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 58px;
  background-color: #cdd8ec;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -6px;
  bottom: -7px;
  background-repeat: no-repeat;
  z-index: -1;
}
#top_service .more a {
  background-color: #124390;
  display: block;
  width: 390px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 24px 0;
  position: relative;
  margin: 0 auto;
}
#top_service .more a:before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 1px;
  background-color: #99abc7;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -18px;
  top: 50%;
  margin-top: -0.5px;
  background-repeat: no-repeat;
}
#top_service .more a:hover {
  background-color: #1b5cb0;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #top_service ul {
    gap: 2%;
  }
  #top_service li {
    width: 23%;
    padding-top: 140px;
  }
  #top_service li p {
    width: 180px;
  }
  #top_service li:nth-child(1):before {
    width: 180px;
    height: 152px;
    margin-left: -90px;
  }
  #top_service li:nth-child(2):before {
    width: 210px;
    height: 131px;
    margin-left: -105px;
  }
  #top_service li:nth-child(3):before {
    width: 160px;
    height: 139px;
    margin-left: -80px;
  }
  #top_service li:nth-child(4):before {
    width: 140px;
    height: 122px;
    margin-left: -70px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_service {
    padding: 70px 3%;
  }
  #top_service h2 {
    font-size: 26px;
  }
  #top_service h2 + p {
    font-size: 14px;
  }
  #top_service ul {
    flex-wrap: wrap;
    margin: 60px auto 80px auto;
  }
  #top_service li {
    width: 49%;
  }
  #top_service li:nth-child(1), #top_service li:nth-child(2) {
    margin-bottom: 60px;
  }
  #top_service li p {
    width: 150px;
    font-size: 14px;
    padding: 10px 0;
  }
  #top_service li p:before {
    height: 43px;
  }
  #top_service .more a {
    width: 180px;
    font-size: 14px;
    padding: 16px 0;
  }
  #top_service li:nth-child(1)::before {
    bottom: 19px;
  }
  #top_service li:nth-child(2)::before {
    bottom: 19px;
  }
  #top_service li:nth-child(3)::before {
    bottom: 19px;
  }
  #top_service li:nth-child(4)::before {
    bottom: 19px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_service h2 {
    font-size: 22px;
  }
  #top_service li {
    padding-top: 110px;
  }
  #top_service li::before {
    bottom: 20px;
  }
  #top_service li:nth-child(1)::before {
    width: 140px;
    height: 118px;
    margin-left: -70px;
  }
  #top_service li:nth-child(2)::before {
    width: 160px;
    height: 100px;
    margin-left: -80px;
  }
  #top_service li:nth-child(3)::before {
    width: 130px;
    height: 114px;
    margin-left: -65px;
  }
  #top_service li:nth-child(4)::before {
    width: 120px;
    height: 105px;
    margin-left: -60px;
  }
}
/*------------------------------
top_helpful
------------------------------*/
#top_helpful {
  padding: 75px 3% 105px 3%;
  background-color: #124390;
}
#top_helpful h2 {
  text-align: center;
  color: #fff;
  font-size: 42px;
  letter-spacing: .12em;
  font-weight: 200;
  margin-bottom: 30px;
}
#top_helpful ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
#top_helpful li {
  width: 48.2%;
  margin-right: 41px;
  margin-bottom: 19px;
  background-color: #fff;
}
#top_helpful li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
#top_helpful li:nth-child(2n) {
  margin-right: 0;
}
#top_helpful li:nth-child(3), #top_helpful li:nth-child(4) {
  margin-bottom: 0;
}
#top_helpful li p {
  padding-left: 75px;
  font-size: 25px;
  letter-spacing: .1em;
  line-height: 1.3;
}
#top_helpful li p span {
  font-size: 15px;
  display: block;
  margin-bottom: 8px;
}
#top_helpful #coming_soon {
  background-color: #203c9e;
  text-align: center;
  color: #a8befd;
  padding: 60px 0;
  font-size: 30px;
  letter-spacing: .1em;
  max-width: 1000px;
  margin: 0 auto;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #top_helpful li {
    margin-right: 3%;
  }
  #top_helpful li p {
    padding-left: 30px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_helpful h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #top_helpful ul {
    display: block;
  }
  #top_helpful li {
    margin-right: 0;
    width: 100%;
  }
  #top_helpful li:nth-child(3) {
    margin-bottom: 19px;
  }
  #top_helpful li p {
    font-size: 18px;
    padding-left: 20px;
  }
  #top_helpful li p span {
    font-size: 13px;
  }
  #top_helpful li a img {
    width: 150px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_helpful {
    padding: 55px 3% 80px 3%;
  }
  #top_helpful h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #top_helpful li a img {
    width: 120px;
  }
  #top_helpful li p {
    font-size: 16px;
  }
}
/*------------------------------
top_nintei
------------------------------*/
#top_nintei {
  padding: 200px 3% 80px 3%;
  margin-top: -120px;
}
#top_nintei h2 {
  text-align: center;
  color: #124390;
  font-size: 33px;
  font-weight: 200;
  letter-spacing: .09em;
  margin-bottom: 10px;
  padding-top: 85px;
  position: relative;
}
#top_nintei h2:before {
  content: '';
  display: inline-block;
  width: 66px;
  height: 65px;
  background-image: url("../img/icon_nintei.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -33px;
  top: 0;
  background-repeat: no-repeat;
}
#top_nintei h2 + p {
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  max-width: 800px;
  margin: 0 auto;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_nintei {
    padding: 130px 3% 70px 3%;
    margin-top: -70px;
  }
  #top_nintei h2 {
    font-size: 26px;
    padding-top: 55px;
  }
  #top_nintei h2:before {
    width: 50px;
    height: 49px;
    margin-left: -25px;
  }
  #top_nintei h2 + p {
    font-size: 14px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_nintei h2 {
    font-size: 22px;
    padding-top: 42px;
  }
  #top_nintei h2:before {
    width: 36px;
    height: 35px;
    margin-left: -18px;
  }
}
/*------------------------------
top_bnrs
------------------------------*/
#top_bnrs ul {
  display: flex;
}
#top_bnrs ul li {
  width: 50%;
  height: 270px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: flex;
  align-items: center;
}
#top_bnrs ul li:nth-child(1) {
  background-image: url("../img/faq_img.jpg");
  justify-content: end;
  padding-right: 45px;
}
#top_bnrs ul li:nth-child(2) {
  background-image: url("../img/recruit_img.jpg");
  background-position: right center;
  justify-content: start;
  padding-left: 45px;
}
#top_bnrs ul li a {
  display: block;
  width: 480px;
  background-color: #fff;
  text-align: center;
  font-size: 25px;
  text-decoration: none;
  color: #124390;
  letter-spacing: .4em;
  padding: 34px 0;
  position: relative;
}
#top_bnrs ul li a:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 1px;
  background-color: #124390;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -21px;
  top: 50%;
  margin-top: -0.5px;
  background-repeat: no-repeat;
}
#top_bnrs ul li a:hover {
  background-color: #124390;
  color: #fff;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #top_bnrs ul li a {
    width: 350px;
    font-size: 20px;
    padding: 26px 0;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_bnrs ul li a {
    width: 260px;
    font-size: 16px;
    padding: 20px 0;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_bnrs ul {
    display: block;
  }
  #top_bnrs ul li {
    width: 100%;
    height: 200px;
  }
  #top_bnrs ul li:nth-child(1) {
    justify-content: center;
    padding-right: 0;
  }
  #top_bnrs ul li:nth-child(2) {
    justify-content: center;
    padding-left: 0;
  }
}

/*------------------------------
top_inquiry
------------------------------*/
#top_inquiry {
  background-color: #ebeff7;
  padding-top: 100px;
  padding: 83px 3% 0 3%;
}
#top_inquiry h2 {
  text-align: center;
  font-size: 39px;
  color: #124390;
  font-weight: 200;
  letter-spacing: .09em;
  margin-bottom: 20px;
}
#top_inquiry h2 + p {
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 23px;
}
#top_inquiry_inner {
  max-width: 1142px;
  width: 100%;
  display: flex;
  background-color: #fff;
  padding: 40px;
  margin: 0 auto;
  align-items: center;
  gap: 80px;
  margin-bottom: -30px;
  position: relative;
}
#top_inquiry_inner figure {
  max-width: 540px;
  }
#top_inquiry_inner figure img {
  max-width: 100%;
  }
#top_inquiry_tel {
  line-height: 1.2;
}
#top_inquiry_tel span {
  color: #124390;
  display: block;
  font-size: 17px;
  letter-spacing: .12em;
}
#top_inquiry_tel em {
  font-family: "Ibarra Real Nova", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #124390;
  font-size: 54px;
  padding-left: 38px;
  position: relative;
}
#top_inquiry_tel em:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 22px;
  background-image: url("../img/inquiry_icon_tel.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  bottom: 19px;
  background-repeat: no-repeat;
}
#top_inquiry_time {
  color: #124390;
  font-size: 14px;
  letter-spacing: .12em;
}
#top_inquiry_mail a {
  font-size: 18.5px;
  background-color: #124390;
  text-decoration: none;
  color: #fff;
  width: 390px;
  display: block;
  text-align: center;
  padding: 29px 0;
  position: relative;
  margin-top: 30px;
}
#top_inquiry_mail a:before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 1px;
  background-color: #99abc7;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -18px;
  top: 50%;
  margin-top: -0.5px;
  background-repeat: no-repeat;
}
#top_inquiry_mail a:hover {
  background-color: #1b5cb0;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #top_inquiry_inner {
    gap: 50px;
    justify-content: center;
  }
  #top_inquiry_inner img {
    width: 400px;
  }
  #top_inquiry_tel span {
    font-size: 14px;
  }
  #top_inquiry_tel em {
    font-size: 42px;
  }
  #top_inquiry_time {
    font-size: 12px;
  }
  #top_inquiry_mail a {
    width: 330px;
    padding: 22px 0;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_inquiry h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  #top_inquiry h2 + p {
    font-size: 14px;
  }
  #top_inquiry_inner {
    gap: 25px;
    padding: 30px;
  }
  #top_inquiry_inner img {
    width: 330px;
  }
  #top_inquiry_mail a {
    width: 240px;
    font-size: 14px;
    margin-top: 15px;
  }
  #top_inquiry_tel em {
    font-size: 28px;
    padding-left: 24px;
  }
  #top_inquiry_tel em:before {
    width: 16px;
    height: 15px;
    bottom: 10px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_inquiry {
    padding-bottom: 100px;
  }
  #top_inquiry_inner {
    display: block;
  }
  #top_inquiry_inner figure {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  #top_inquiry_tel {
    text-align: center;
    line-height: 1.5;
  }
  #top_inquiry_time {
    text-align: center;
  }
  #top_inquiry_mail a {
    margin: 15px auto 0 auto;
  }
  #top_inquiry_inner img {
    width: 100%;
  }
}