@charset "UTF-8";
/* --------------------------------------------------------------
   共通
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  min-width: 1020px;
  color: #222;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
}

.container {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 30px);
  }
}

a {
  color: #222;
}

.img_switch {
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .pconly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sponly {
    display: none;
  }
}

/* header
--------------------------------------------------------------*/
.cmn_header {
  width: 100%;
  min-width: 1040px;
  height: 70px;
  background-color: #fff;
  position: fixed;
  z-index: 10000;
  top: 0;
}
@media screen and (max-width: 768px) {
  .cmn_header {
    min-width: 320px;
    height: 60px;
  }
}
.cmn_header .header_logo {
	width: 280px;
  float: left;
  padding-left: 30px;
  line-height: 70px;
}
@media screen and (max-width: 768px) {
  .cmn_header .header_logo {
    width: 190px;
    padding-left: 10px;
    line-height: 60px;
  }
}
@media screen and (max-width: 375px) {
  .cmn_header .header_logo {
    width: 50.8%;
  }
}
.cmn_header .header_logo img {
  vertical-align: middle;
}
.cmn_header .header_info {
  float: right;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .cmn_header .header_info {
    width: 124px;
    height: 60px;
  }
}
@media screen and (max-width: 375px) {
  .cmn_header .header_info {
    width: 40%;
  }
}
.cmn_header .header_info li {
  display: inline-block;
  line-height: 70px;
  font-size: 1.8rem;
  font-weight: 700;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .cmn_header .header_info li {
    width: calc(100% / 2);
    height: 100%;
    line-height: 1;
    font-size: 1rem;
    text-align: center;
		float: right;
  }
}
.cmn_header .header_info li.tel .small {
  letter-spacing: .03em;
}
@media screen and (max-width: 768px) {
  .cmn_header .header_info li.tel .small {
    letter-spacing: 0;
  }
}
.cmn_header .header_info li.tel .num {
  margin: 0 20px 0 5px;
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .cmn_header .header_info li.tel a {
    display: block;
    color: #fff;
    background-color: #30bdef;
    background-image: url(../img/header_ico01_sp.png);
    background-size: 18px auto;
  }
}
.cmn_header .header_info li.contact a {
  display: block;
  padding: 0 25px;
  color: #fff;
  background-color: #a0cc1e;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.cmn_header .header_info li.contact a:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .cmn_header .header_info li.contact a {
    padding: 43px 0 0;
    background-image: url(../img/header_ico02_sp.png);
    background-size: 35px auto;
  }
}
@media screen and (max-width: 768px) {
  .cmn_header .header_info li a {
    height: 100%;
    padding: 43px 0 0;
    background-position: center top 10px;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }
}

/* footer
--------------------------------------------------------------*/
.cmn_footer {
  padding: 13px 0 20px;
  border-top: 6px solid #f6cf45;
}
@media screen and (max-width: 768px) {
  .cmn_footer {
    padding: 20px 0 30px;
    text-align: center;
  }
}
.cmn_footer .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cmn_footer .inner {
    max-width: 100%;
  }
}
.cmn_footer .footer_logo {
  float: left;
  padding-left: 100px;
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .cmn_footer .footer_logo {
    float: none;
    width: 67.73%;
    margin: 0 auto;
    padding-left: 0;
  }
}
.cmn_footer .footer_logo a {
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.cmn_footer .footer_logo a:hover {
  opacity: .7;
}
.cmn_footer .footer_cot {
  float: right;
}
@media screen and (max-width: 768px) {
  .cmn_footer .footer_cot {
    float: none;
  }
}
.cmn_footer .footer_cot ul {
  margin: 0 0 10px;
  font-size: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .cmn_footer .footer_cot ul {
    margin: 40px 0;
    text-align: center;
  }
}
.cmn_footer .footer_cot li {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .cmn_footer .footer_cot li {
    font-size: 1.3rem;
  }
}
.cmn_footer .footer_cot li a {
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.cmn_footer .footer_cot li a:hover {
  opacity: .7;
}
.cmn_footer .footer_cot li:first-of-type {
  margin-right: 40px;
}
.cmn_footer .footer_cot .copyright small {
  font-size: 1.2rem;
  color: #ccc;
}
@media screen and (max-width: 768px) {
  .cmn_footer .footer_cot .copyright small {
    font-size: 1rem;
  }
}

/* --------------------------------------------------------------
   Contents_共通
-------------------------------------------------------------- */
/* Layout ---------- */
.cmn_layout01 {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .cmn_layout01 {
    padding: 40px 0;
  }
}

.cmn_layout02 {
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  .cmn_layout02 {
    padding: 40px 0 60px;
  }
}

.cmn_layout03 {
  padding: 80px 0 40px;
}
@media screen and (max-width: 768px) {
  .cmn_layout03 {
    padding: 40px 0 20px;
  }
}

.cmn_layout04 {
  padding: 60px 0 70px;
}
@media screen and (max-width: 768px) {
  .cmn_layout04 {
    padding: 40px 0;
  }
}

.cmn_layout05 {
  padding: 80px 0 120px;
}
@media screen and (max-width: 768px) {
  .cmn_layout05 {
    padding: 50px 0 105px;
  }
}

.cmn_layout06 {
  margin: 70px 0 0;
  padding: 60px 0 110px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .cmn_layout06 {
    margin: 60px 0 0;
    padding: 30px 0 100px;
  }
}

/* Font Color ---------- */
.c_red {
  color: #f22525;
}

.c_blue {
  color: #1061e2;
}

.c_aquablue {
  color: #30bdef;
}

/* Font 調整 ---------- */
.ls-05 {
  letter-spacing: -.5em;
}

.ml-05 {
  margin-left: -.5em;
}

.ls-03 {
  letter-spacing: -.3em;
}

.ml-03 {
  margin-left: -.3em;
}

.ls-02 {
  letter-spacing: -.2em;
}

.ml-02 {
  margin-left: -.2em;
}

/* Title ---------- */
.cmn_tit {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cmn_tit {
    font-size: 2rem;
    line-height: 1.496;
  }
}
.cmn_tit:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  margin: 30px auto 45px;
  background-color: #222;
}
@media screen and (max-width: 768px) {
  .cmn_tit:after {
    width: 16%;
    margin: 20px auto 43px;
  }
}

/* Btn ---------- */
.cmn_btn {
  width: 600px;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cmn_btn {
    width: 100%;
    font-size: 5.3vw;
  }
}
.cmn_btn a,
.cmn_btn input {
  display: block;
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 45px;
  background-position: right 20px center;
  background-size: 42px 42px;
  background-repeat: no-repeat;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.cmn_btn a:hover,
.cmn_btn input:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .cmn_btn a,
  .cmn_btn input {
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 5.3vw;
    border-radius: 30px;
    background-position: right 10px center;
    background-size: 21px 21px;
  }
}
.cmn_btn a {
  background-color: #a0cc1e;
  box-shadow: 0 8px 0 #3e7c39;
  background-image: url(../img/cmn/btn_arrow01_pc.png);
}
@media screen and (max-width: 768px) {
  .cmn_btn a {
    width: 86.95%;
    box-shadow: 0 4px 0 #3e7c39;
    background-image: url(../img/cmn/btn_arrow01_sp.png);
  }
}
.cmn_btn input {
  background-color: #f22525;
  box-shadow: 0 8px 0 #840707;
  background-image: url(../img/cmn/btn_arrow02_pc.png);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .cmn_btn input {
    width: 80%;
    box-shadow: 0 4px 0 #840707;
    background-image: url(../img/cmn/btn_arrow02_sp.png);
  }
}

/* TOP
--------------------------------------------------------------*/
/* MV ----------- */
.mv {
  height: 700px;
  padding: 40px 0;
  margin-top: 70px;
  background-image: url(../img/mv_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mv {
    height: auto;
    padding: 15px 0 20px;
    margin-top: 60px;
    background-image: url(../img/mv_sp.jpg);
  }
}
.mv .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv .inner {
    width: calc(100% - 20px);
    max-width: 100%;
  }
}
.mv .desc {
  display: inline-block;
  padding: 3px 15px;
  background-color: #f6cf45;
  background-color: #f6cf45dd;
  font-size: 2.8rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .mv .desc {
    padding: 1.866vw 1.33vw;
    font-size: 4.1vw;
  }
}
.mv .catch_area {
  padding: 30px 25px;
  text-align: center;
  background-color: #f6cf45;
  background-color: #f6cf45dd;
  position: absolute;
  top: 390px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .mv .catch_area {
    padding: 4vw 3.2vw;
    position: static;
    margin-top: 38.66vw;
  }
}
.mv .catch_area .tit {
  padding: 0 0 15px;
  margin: 0 0 15px;
  font-size: 3.7rem;
  font-weight: 900;
  line-height: 1.375;
  letter-spacing: .03em;
  border-bottom: 4px solid #222;
}
@media screen and (max-width: 768px) {
  .mv .catch_area .tit {
    padding: 0 0 1.33vw;
    margin: 0 0 1.866vw;
    font-size: 4.2vw;
    border-bottom-width: 2px;
  }
}
.mv .catch_area .tit strong {
  font-size: 5.2rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .mv .catch_area .tit strong {
    font-size: 6.133vw;
  }
}
.mv .catch_area .txt {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .mv .catch_area .txt {
    font-size: 4vw;
    line-height: 1.26;
  }
}

/* MV After ----------- */
.mv_after {
  background-image: url(../img/mv_after_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mv_after {
    background-image: url(../img/mv_after_bg_sp.jpg);
    background-position: center right;
  }
}
.mv_after .tit_area {
  max-width: 1016px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv_after .tit_area {
    max-width: 100%;
  }
}
.mv_after .tit_area .tit {
  padding: 24px 0 24px 100px;
  margin: 0 0 40px;
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
  background-image: url(../img/mv_after_tit_bg_pc.png);
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 768px) {
  .mv_after .tit_area .tit {
    padding: 2.6vw 0 3.33vw;
    margin: 0 0 5.33vw;
    font-size: 5.06vw;
    text-align: center;
    background-image: url(../img/mv_after_tit_bg_sp.png);
    background-size: 92vw auto;
    background-position: left 10px center;
  }
}
.mv_after ul li {
  width: 740px;
  padding: 10px 0 20px 55px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -.05em;
  border-bottom: 2px solid #f6cf45;
  background-image: url(../img/mv_after_ico.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 36px 36px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .mv_after ul li {
    width: 69.56%;
    padding: 2.88vw 0 2.88vw 11.58vw;
    font-size: 4.05vw;
    background-image: url(../img/mv_after_ico_sp.png);
    background-size: 8.6vw;
    background-position: left top 4.3vw;
  }
}

/* リソース不足解消 ----------- */
.elimination .tit_area {
  margin: 0 0 50px;
  padding: 0 0 54px;
/*  background-image: url(../img/elimination_tit_bg_pc.png);*/
  background-repeat: no-repeat;
  background-position: center top 10px;
  background-size: auto 194px;
}
@media screen and (max-width: 768px) {
  .elimination .tit_area {
    width: calc(100% - 30px);
    margin: 0 auto 25px;
    padding: 0 0 26px;
/*    background-image: url(../img/elimination_tit_bg_sp.png);*/
    background-position: center bottom;
    background-size: 100%;
  }
}
.elimination .tit_area .tit {
/*  padding-left: 200px;*/
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .elimination .tit_area .tit {
    padding: 0 2.3vw;
    font-size: 5.6vw;
    line-height: 1.3;
    text-align: center;
  }
}
.elimination .tit_area .tit .c_red,
.elimination .tit_area .tit .c_aquablue {
  letter-spacing: -.08em;
}
.elimination .tit_area .tit .c_red {
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .elimination .tit_area .tit .c_red {
    font-size: 8vw;
/*    padding-right: 6.5vw;*/
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .elimination .tit_area .tit .c_aquablue,
  .elimination .tit_area .tit .font_sp {
    font-size: 6.8vw;
  }
}
.elimination .main_desc {
  margin: 0 0 30px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .elimination .main_desc {
    font-size: 1.5rem;
  }
}
.elimination li {
  float: left;
  width: 470px;
  margin: 0 20px 40px 0;
  background-color: #fffdee;
  border: 2px solid #f6cf45;
  border-radius: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .elimination li {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}
.elimination li .list_tit {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.25;
  text-align: center;
  background-color: #f6cf45;
}
@media screen and (max-width: 768px) {
  .elimination li .list_tit {
    font-size: 1.7rem;
  }
}
.elimination li .list_tit.line01 {
  height: 80px;
  line-height: 80px;
}
@media screen and (max-width: 768px) {
  .elimination li .list_tit.line01 {
    height: 40px;
    line-height: 40px;
  }
}
.elimination li .list_tit.line02 {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .elimination li .list_tit.line02 {
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
}
.elimination li .list_inner {
  padding: 10px 20px 20px;
}
@media screen and (max-width: 768px) {
  .elimination li .list_inner {
    padding: 10px 8px 25px;
  }
}
.elimination li .list_inner .list_txt01 {
  height: 75px;
  padding-left: 60px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1.375;
  background-image: url(../img/elimination_ico.png);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: left center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .elimination li .list_inner .list_txt01 {
    height: auto;
    padding-top: 8px;
    padding-bottom: 20px;
    padding-left: 50px;
    font-size: 1.5rem;
    line-height: 1.2;
    background-image: url(../img/elimination_ico_sp.png);
    background-size: 25px 25px;
    background-position: left 10px top 5px;
  }
}
@media screen and (max-width: 640px) {
  .elimination li .list_inner .list_txt01 {
    padding-top: 5px;
    background-size: 40px 40px;
    background-position: left top 5px;
  }
}
.elimination li .list_inner .list_txt01.line02 {
  padding-top: 10px;
  background-position: left top 10px;
}
@media screen and (max-width: 768px) {
  .elimination li .list_inner .list_txt01.line02 {
    background-position: left 10px top 5px;
  }
}
@media screen and (max-width: 640px) {
  .elimination li .list_inner .list_txt01.line02 {
    background-position: left top 5px;
  }
}
.elimination li .list_inner .list_s_tit {
  padding: 3px 10px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .elimination li .list_inner .list_s_tit {
    font-size: 1.5rem;
  }
}
.elimination li .list_inner .list_s_tit.bg01 {
  background-color: #c2b9a4;
}
.elimination li .list_inner .list_s_tit.bg02 {
  background-color: #ff722c;
}
.elimination li .list_inner .arrow {
  height: 110px;
  background-image: url(../img/elimination_arrow.png);
  background-size: 50px 20px;
  background-repeat: no-repeat;
  background-position: center bottom 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .elimination li .list_inner .arrow {
    height: auto;
    background-image: url(../img/elimination_arrow_sp.png);
    background-size: 60px 24px;
  }
  .elimination li .list_inner .arrow > .list_txt02 {
    padding: 5px 0 45px;
  }
}
.elimination li .list_inner .list_txt02 {
  padding: 5px 0 0;
  line-height: 1.57;
  text-align: justify;
}
.elimination li:nth-of-type(2n) {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .elimination li:nth-of-type(2n) {
    margin: 0 0 30px;
  }
}
.elimination li:nth-of-type(3n) {
  clear: both;
}
.elimination .cmn_btn {
  margin: 40px auto 0;
}

/* 夢テクノロジーについて ----------- */
.about {
  background-image: url(../img/about_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .about {
    background-image: url(../img/about_bg_sp.jpg);
  }
  .about .cmn_tit::after {
    margin: 20px auto 25px;
  }
}
.about .container {
  padding: 5px 0 80px;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .about .container {
    padding: 18px 0 70px;
  }
}
.about .container .txt {
  padding: 30px 40px 0;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .about .container .txt {
    padding: 0 10px;
    font-size: 1.4rem;
  }
  .about .container .txt + .txt {
    padding: 20px 10px 0;
  }
}
.about .container .inner {
  padding: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .about .container .inner {
    padding: 40px 0 0;
  }
}
.about .container .inner .item {
  position: relative;
}
.about .container .inner .item + .item {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .about .container .inner .item + .item {
    margin-top: 70px;
  }
}
.about .container .inner .item .txt_area {
  width: 510px;
  height: 230px;
  padding: 20px 30px 0;
  border: 2px solid #ffcc33;
  background-color: #fff;
  box-shadow: 4px 4px 0 #a07235;
  position: absolute;
  bottom: -30px;
  z-index: 10;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .about .container .inner .item .txt_area {
    width: 86.95%;
    height: auto;
    padding: 18px 13px;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
  }
}
.about .container .inner .item:nth-of-type(odd) .pic {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .about .container .inner .item:nth-of-type(odd) .pic {
    padding-left: 0;
    margin-bottom: -85px;
  }
}
.about .container .inner .item:nth-of-type(even) .pic {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .about .container .inner .item:nth-of-type(even) .pic {
    padding-left: 0;
    margin-bottom: -85px;
  }
}
.about .container .inner .item:nth-of-type(odd) .txt_area {
  left: 80px;
}
@media screen and (max-width: 768px) {
  .about .container .inner .item:nth-of-type(odd) .txt_area {
    left: 0;
  }
}
.about .container .inner .item:nth-of-type(even) .txt_area {
  left: 410px;
}
@media screen and (max-width: 768px) {
  .about .container .inner .item:nth-of-type(even) .txt_area {
    left: 0;
  }
}
.about .container .inner .item .txt_area .tit {
  margin: 0 0 15px;
  padding: 0 0 18px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.1;
  border-bottom: 2px solid #222;
}
@media screen and (max-width: 768px) {
  .about .container .inner .item .txt_area .tit {
    margin: 0 0 12px;
    padding: 0 0 12px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.about .container .inner .item .txt_area .desc {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: -.05em;
}
@media screen and (max-width: 768px) {
  .about .container .inner .item .txt_area .desc {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

/* 在籍技術者割合 ----------- */
.percentage .cmn_tit::after {
  margin: 30px auto 60px;
}
@media screen and (max-width: 768px) {
  .percentage .cmn_tit::after {
    margin: 20px auto 25px;
  }
}
.percentage .parent {
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .percentage .parent {
    margin: 0;
  }
}
.percentage .parent .child {
  float: left;
  width: 490px;
  border: 2px solid #f6cf45;
  background-color: #fffdee;
  border-radius: 5px;
  margin: 0 20px 30px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .percentage .parent .child {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}
.percentage .parent .child:nth-child(2n) {
  margin: 0 0 30px 0;
}
.percentage .parent .child .tit {
  height: 60px;
  line-height: 60px;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-align: center;
  background-color: #f6cf45;
}
@media screen and (max-width: 768px) {
  .percentage .parent .child .tit {
    height: 42px;
    line-height: 42px;
    font-size: 1.6rem;
  }
}
.percentage .parent .child .inner {
  height: 280px;
  padding: 20px 40px 20px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .percentage .parent .child .inner {
    height: auto;
    padding: 4.34vw 5.79vw;
  }
}
.percentage .parent .child .inner ul {
  float: left;
  padding: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .percentage .parent .child .inner ul {
    width: 33vw;
  }
}
.percentage .parent .child .inner ul li {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .percentage .parent .child .inner ul li {
    font-size: 3vw;
    line-height: 1.5;
  }
}
.percentage .parent .child .inner ul li::before {
  content: "■";
  display: inline-block;
  margin-right: 4px;
  font-size: 2rem;
  vertical-align: -2px;
}
@media screen and (max-width: 768px) {
  .percentage .parent .child .inner ul li::before {
    font-size: 3vw;
    vertical-align: 0;
  }
}
.percentage .parent .child .inner ul li.color01::before {
  color: #fd6384;
}
.percentage .parent .child .inner ul li.color02::before {
  color: #39a4e8;
}
.percentage .parent .child .inner ul li.color03::before {
  color: #fecc62;
}
.percentage .parent .child .inner ul li.color04::before {
  color: #69fa6a;
}
.percentage .parent .child .inner ul li.color05::before {
  color: #fb9f62;
}
.percentage .parent .child .inner ul li.color06::before {
  color: #fa5fe1;
}
.percentage .parent .child .inner ul li.color07::before {
  color: #5dc8f9;
}
.percentage .parent .child .inner ul li.color08::before {
  color: #f75c5f;
}
.percentage .parent .child .inner .graph {
  float: right;
}
@media screen and (max-width: 768px) {
  .percentage .parent .child .inner .graph {
    width: 44.5vw;
  }
}
.percentage table {
  width: 100%;
}
.percentage table th,
.percentage table td {
  border-left: 3px solid #fff;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .percentage table th,
  .percentage table td {
    border-left-width: 2px;
  }
}
.percentage table td.isme,
.percentage table td.other {
  position: relative;
}
.percentage table td.isme::before,
.percentage table td.other::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.percentage table th.isme,
.percentage table td.isme {
  font-size: 2.471rem;
  font-weight: 700;
  letter-spacing: -.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .percentage table th.isme,
  .percentage table td.isme {
    font-size: 2.66vw;
  }
}
.percentage table th.isme {
  width: 290px;
  line-height: 1.2;
  background-color: #f6cf45;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .percentage table th.isme {
    width: 20.5vw;
    vertical-align: middle;
  }
}
.percentage table th.isme::before {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #f6cf45;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .percentage table th.isme::before {
    height: 5px;
    top: -5px;
  }
}
.percentage table td.isme {
  height: 50px;
  line-height: 50px;
  color: #f22525;
  background-color: #fffdee;
}
@media screen and (max-width: 768px) {
  .percentage table td.isme {
    height: 30px;
    line-height: 30px;
  }
}
.percentage table td.isme::before {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #f6cf45;
}
.percentage table th.other,
.percentage table td.other {
  width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .percentage table th.other,
  .percentage table td.other {
    width: 16vw;
    font-size: 2.4vw;
    height: 30px;
    line-height: 30px;
  }
}
.percentage table th.other {
  background-color: #d1d1d1;
}
.percentage table td.other {
  background-color: #f7f7f7;
}
.percentage table td.other::before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #d1d1d1;
}
.percentage table tr:not(:first-child) th {
  width: 220px;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.05em;
  background-color: #91856a;
}
@media screen and (max-width: 768px) {
  .percentage table tr:not(:first-child) th {
    width: 21.33vw;
    padding-left: 5px;
    font-size: 2.4vw;
  }
}

/* 流れ ----------- */
.flow {
  background-color: #f6f6f6;
}
.flow ol {
  position: relative;
}
.flow ol::before {
  content: "";
  display: block;
  width: 810px;
  height: 40px;
  background-image: url(../img/flow_arrow.png);
  background-repeat: no-repeat;
  background-size: 810px 40px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .flow ol::before {
    content: none;
  }
}
.flow ol li {
  float: left;
  width: 180px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .flow ol li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .flow ol li + li {
    margin-top: 17px;
  }
}
.flow ol li:last-child {
  margin-right: 0;
}
.flow ol li .step_num,
.flow ol li .list_tit {
  font-weight: 700;
  text-align: center;
}
.flow ol li .step_num {
  margin: 0 0 10px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .flow ol li .step_num {
    margin: 0;
  }
}
.flow ol li .list_tit {
  margin: 0 0 20px;
  font-size: 1.8rem;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  .flow ol li .list_tit {
    margin: 0 0 10px;
    font-size: 1.5rem;
    text-align: left;
  }
}
.flow ol li .list_tit.line01 {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .flow ol li .list_tit.line01 {
    padding: 0;
  }
}
.flow ol li .list_inner {
  padding: 120px 0 20px;
  border: 2px solid #f6cf45;
  border-radius: 5px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top 18px;
}
@media screen and (max-width: 768px) {
  .flow ol li .list_inner {
    padding: 12px 15px 22px 95px;
    background-size: 65px auto;
    background-position: center left 15px;
  }
}
@media screen and (max-width: 640px) {
  .flow ol li .list_inner {
    background-size: 17.33vw auto;
  }
}
.flow ol li .list_inner.ico01 {
  background-image: url(../img/flow_illust01_pc.png);
}
@media screen and (max-width: 768px) {
  .flow ol li .list_inner.ico01 {
    background-image: url(../img/flow_illust01_sp.png);
  }
}
.flow ol li .list_inner.ico02 {
  background-image: url(../img/flow_illust02_pc.png);
}
@media screen and (max-width: 768px) {
  .flow ol li .list_inner.ico02 {
    background-image: url(../img/flow_illust02_sp.png);
  }
}
.flow ol li .list_inner.ico03 {
  background-image: url(../img/flow_illust03_pc.png);
}
@media screen and (max-width: 768px) {
  .flow ol li .list_inner.ico03 {
    background-image: url(../img/flow_illust03_sp.png);
  }
}
.flow ol li .list_inner.ico04 {
  background-image: url(../img/flow_illust04_pc.png);
}
@media screen and (max-width: 768px) {
  .flow ol li .list_inner.ico04 {
    background-image: url(../img/flow_illust04_sp.png);
  }
}
.flow ol li .list_inner.ico05 {
  background-image: url(../img/flow_illust05_pc.png);
}
@media screen and (max-width: 768px) {
  .flow ol li .list_inner.ico05 {
    background-image: url(../img/flow_illust05_sp.png);
  }
}
.flow ol li .list_inner .desc {
  padding: 0 10px;
  line-height: 1.42;
}
@media screen and (max-width: 768px) {
  .flow ol li .list_inner .desc {
    padding: 0;
    letter-spacing: -.05em;
  }
}
.flow .cmn_btn {
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .flow .cmn_btn {
    margin: 30px auto 0;
  }
}

/* 質問 ----------- */
.question dl {
  width: 100%;
  display: table;
}
.question dl.h50 {
  height: 50px;
}
.question dl.h80 {
  height: 80px;
}
.question dl.h110 {
  height: 110px;
}
.question dl.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .question dl.mb30 {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 768px) {
  .question dl.h50,
  .question dl.h80,
  .question dl.h110 {
    height: auto;
  }
}
.question dt,
.question dd {
  display: table-cell;
  vertical-align: middle;
}
.question dt {
  width: 48px;
}
@media screen and (max-width: 768px) {
  .question dt {
    width: 25px;
  }
}
.question dt.q_tit {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: -.05em;
  text-align: center;
  background-color: #f6cf45;
}
@media screen and (max-width: 768px) {
  .question dt.q_tit {
    font-size: 1.4rem;
  }
}
.question dl:nth-child(odd) dd {
  padding-left: 15px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.05em;
  border: 2px solid #f6cf45;
}
@media screen and (max-width: 768px) {
  .question dl:nth-child(odd) dd {
    padding: 7px 7px 12px;
    font-size: 1.3rem;
  }
}
.question dl:nth-child(even) dd {
  padding: 0 20px 0 45px;
  font-size: 1.8rem;
  line-height: 1.55;
  letter-spacing: -.05em;
  border-left: 2px solid #f6cf45;
  border-right: 2px solid #f6cf45;
  border-bottom: 2px solid #f6cf45;
  background-color: #fffdee;
  background-image: url(../img/question_arrow.png);
  background-repeat: no-repeat;
  background-position: left 20px top 16px;
}
@media screen and (max-width: 768px) {
  .question dl:nth-child(even) dd {
    padding: 7px 15px 12px 22px;
    font-size: 1.3rem;
    line-height: 1.46;
    background-image: url(../img/question_arrow_sp.png);
    background-size: 6px auto;
    background-position: left 10px top 12px;
  }
}

/* ご相談 ----------- */
.request {
  background-image: url(../img/request_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .request {
    background-image: url(../img/request_bg_sp.jpg);
    background-position: center left;
  }
}
.request .tit {
  margin: 0 0 55px;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: 1.24;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .request .tit {
    margin: 0 0 4.8vw;
    font-size: 6.66vw;
  }
}
.request ul {
  padding-left: 360px;
}
@media screen and (max-width: 768px) {
  .request ul {
    padding-left: 28vw;
  }
}
.request ul li {
  width: 100%;
  padding: 15px 0 15px 55px;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  background-image: url(../img/request_ico.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 36px 36px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .request ul li {
    padding: 3.2vw 2.13vw 2.66vw 10.66vw;
    font-size: 4.266vw;
    background-image: url(../img/request_ico_sp.png);
    background-size: 8vw;
  }
}

/* お問い合わせ
--------------------------------------------------------------*/
.contact .inner {
  width: 850px;
  margin: 90px auto 0;
}
@media screen and (max-width: 768px) {
  .contact .inner {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.contact form dt,
.contact form dd {
  box-sizing: border-box;
}
.contact form dt {
  float: left;
  width: 230px;
  clear: left;
  padding: 15px 10px 0 0;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contact form dt {
    float: none;
    width: 100%;
    padding: 0;
    font-size: 1.5rem;
  }
}
.contact form dt .req {
  float: right;
  padding: 3px 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #f22525;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact form dt .req {
    float: none;
    margin-left: 10px;
    font-size: 1rem;
  }
}
.contact form dd {
  padding: 0 0 0 230px;
  margin: 0 0 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contact form dd {
    padding: 10px 0;
  }
}
.contact form dd input,
.contact form dd textarea,
.contact form dd select {
  width: 100%;
  min-height: 50px;
  padding: 5px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #eaeaea;
}
@media screen and (max-width: 768px) {
  .contact form dd input,
  .contact form dd textarea,
  .contact form dd select {
    min-height: 40px;
  }
}
.contact form dd.w200 input {
  width: 200px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .contact form dd.w200 input {
    width: 50.7%;
  }
}
.contact form dd.w300 select {
  width: 300px;
  border: none;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contact form dd.w300 select {
    width: 100%;
  }
}
.contact .check {
  margin: 80px auto 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .check {
    margin: 40px auto 0;
    font-size: 1.5rem;
  }
}
.contact .check input {
  width: 24px;
  height: 24px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .contact .check input {
    width: 20px;
    height: 20px;
  }
}
.contact .check a {
  margin-left: 7px;
  color: #1061e2;
  text-decoration: underline;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.contact .check a:hover {
  opacity: .7;
}
.contact .cmn_btn {
  margin: 35px auto 0;
}
@media screen and (max-width: 768px) {
  .contact .cmn_btn {
    margin: 50px auto 0;
  }
}

/* 確認画面 / 送信画面 ---------- */
.confirlm_page .container,
.thanks_page .container {
  background-color: #fff;
}
.confirlm_page .txt,
.thanks_page .txt {
  font-size: 2rem;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .confirlm_page .txt,
  .thanks_page .txt {
    font-size: 4vw;
    line-height: 1.4;
  }
}

/* 確認画面 ---------- */
.confirlm_page .container {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .confirlm_page .container {
    padding: 30px 0 65px;
  }
}
.confirlm_page .contact form dl {
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .confirlm_page .contact form dl {
    margin: 35px 0 0;
  }
}
.confirlm_page .contact form dl dt {
  width: 180px;
  padding: 15px 0 0 0;
}
@media screen and (max-width: 768px) {
  .confirlm_page .contact form dl dt {
    width: 100%;
    padding: 10px 0 0;
  }
}
.confirlm_page .contact form dl dd {
  padding: 0 0 0 180px;
  margin: 0;
  font-weight: 400;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 768px) {
  .confirlm_page .contact form dl dd {
    padding: 0;
  }
}
.confirlm_page .contact form dl dd span {
  display: inline-block;
  width: 100%;
  min-height: 50px;
  padding: 15px 5px;
  font-weight: 400;
  font-size: 1.6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .confirlm_page .contact form dl dd span {
    min-height: auto;
    padding: 7px 0 12px;
    font-size: 1.5rem;
  }
}
.confirlm_page .contact form .cmn_btn {
  width: 100%;
  margin: 60px auto 0;
}
.confirlm_page .contact form .cmn_btn input {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .confirlm_page .contact form .cmn_btn input {
    height: 60px;
    line-height: 60px;
    margin: 0;
    border-radius: 30px;
  }
}
.confirlm_page .contact form .cmn_btn input:first-child {
  width: 260px;
  font-size: 2.6rem;
  background-color: #777;
  box-shadow: 0 8px 0 #383838;
  background-image: none;
  border: none;
}
@media screen and (max-width: 768px) {
  .confirlm_page .contact form .cmn_btn input:first-child {
    width: 80vw;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 30px;
    font-size: 4.266vw;
    border-radius: 20px;
    box-shadow: 0 4px 0 #383838;
  }
}
.confirlm_page .contact form .cmn_btn input:last-child {
  width: 400px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .confirlm_page .contact form .cmn_btn input:last-child {
    width: 80vw;
    font-size: 5.3vw;
  }
}

/* 送信画面 ---------- */
.thanks_page .container {
  padding: 80px 0 300px;
}
@media screen and (max-width: 768px) {
  .thanks_page .container {
    padding: 30px 0 60vw;
  }
}




/* 追記 */
.cmn_header {
	box-shadow: 0 3px 6px -2px rgb(0 0 0 / 20%);
}
.cmn_header .header_info li.contact a {
	margin: 0 30px 0 10px;
	height: 52px;
	line-height: 52px;
	border-radius: 12px;
	border-bottom: 2px solid #D64700;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	display: inline-block;
	padding: 0 30px;
}
.cmn_header .header_info li.contact a span.small {
	font-size: 90%;
}
.cmn_header .header_info li.contact a:hover {
	opacity: 1;
	border-bottom: solid 2px #ff722c;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
@media not all and (max-width: 768px) {
	.pc_none {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.sp_none {
		display: none;
	}
  .cmn_header .header_info li.contact a {
	margin: 0;
	height: 100%;
	line-height: 1;
	border-radius: 0;
	border-bottom: none;
	box-shadow: none;
	display: block;
    padding: 43px 0 0;
    background-image: url(../img/header_ico02_sp.png);
    background-size: 35px auto;
  }
}
@media screen and (max-width: 768px) {
  .cmn_header .header_info li a {
    height: 100%;
    padding: 43px 0 0;
    background-position: center top 10px;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }
}
.cmn_header .header_info li.contact a {
  background-color: #ff722c;
}
.percentage .parent .child.new {
	float: none;
	width: 100%;
	max-width: 750px;
	margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
	.percentage .parent .child.new {
		float: none;
		width: 100%;
		margin: 0 0 30px;
	}
}
.percentage .parent .child.new .inner {
  height: 360px;
  padding: 30px 100px 30px 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .percentage .parent .child.new .inner {
    height: auto;
    padding: 4.34vw 5.79vw;
  }
}
.percentage .parent .child.new .inner ul {
  float: left;
  padding: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .percentage .parent .child.new .inner ul {
    width: 33vw;
  }
}
.percentage .parent .child.new .inner ul li {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .percentage .parent .child.new .inner ul li {
    font-size: 4vw;
    line-height: 1.7;
  }
}
.percentage .parent .child.new .inner ul li::before {
  content: "■";
  display: inline-block;
  margin-right: 6px;
  font-size: 2.4rem;
  vertical-align: 0;
}
@media screen and (max-width: 768px) {
  .percentage .parent .child.new .inner ul li::before {
    font-size: 3vw;
    vertical-align: 0;
  }
}
.percentage .parent .child .inner .graph {
  float: right;
	width: 300px;
}
.percentage .parent .child .inner .graph img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
  .percentage .parent .child .inner .graph {
    width: 44.5vw;
  }
}

#contact {
	background-color: #fffdee;
}
#contact .cmn_tit:after {
	display: none;
}

.contact form dt .nini {
	float: right;
	padding: 3px 10px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	background-color: rgba(155,175,220,1.00);
	position: relative;
}
.contact form p.sub_text {
	font-size: 13px;
	margin: 5px 0;
	color: #555;
}
@media screen and (max-width: 768px) {
	.contact form dt .nini {
		float: none;
		margin-left: 10px;
		font-size: 1rem;
	}
}


/* 追記 */
#footer_cta {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	background: #333;
	z-index: 10;
}
.footer_cta_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1020px;
	margin: 0 auto;
	box-sizing: border-box;
}
.footer_cta_txt {
	margin: 0 7px;
	color: #fff;
	font-weight: bold;
}
.footer_cta_tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	width: 285px;
	height: 60px;
	margin: 0 7px;
	padding: 0 15px;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #30bdef;
	box-shadow: 0 4px 0 #2180A3;
	box-sizing: border-box;
}
.footer_cta_tel a small {
	margin-top: 2px;
	line-height: 1;
}
.footer_cta_tel a span.txt {
	margin-top: 6px;
	font-size: 21px;
	line-height: 1;
}
.footer_cta_contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 285px;
	height: 60px;
	margin: 0 7px;
	padding: 0 15px;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #ff722c;
	box-shadow: 0 4px 0 #D64700;
	box-sizing: border-box;
}
.footer_cta_contact a span.txt {
	font-size: 15px;
}
.footer_cta_tel a:hover,
.footer_cta_contact a:hover {
	opacity: .85;
}

@media screen and (max-width: 768px) {
	.footer_cta_inner {
		justify-content: center;
		flex-wrap: wrap;
	}
	.footer_cta_txt {
		text-align: center;
		white-space: nowrap;
		font-size: 12.4px;
	}
	.footer_cta_tel,
	.footer_cta_contact {
		width: 50%;
	}
	.footer_cta_tel a {
		width: calc(100% - 3px);
		height: 44px;
		margin: 10px 6px 0 0;
		padding: 0 15px;
		background: #30bdef;
		box-shadow: 0 4px 0 #2180A3;
	}
	.footer_cta_tel a span.txt {
		margin-top: 0;
		font-size: 14px;
		line-height: 1;
		white-space: nowrap;
	}
	.footer_cta_contact a {
		width: calc(100% - 3px);
		height: 44px;
		margin: 10px 0 0 6px;;
		padding: 0 15px;
		background: #ff722c;
		box-shadow: 0 4px 0 #D64700;
	}
	.footer_cta_contact a span.txt {
		font-size: 14px;
		line-height: 1;
		white-space: nowrap;
	}
}

/*pardot form 20211206 */
@media screen and (max-width: 768px) {
	.contact .inner.form {
		margin: 30px auto 0;
	}
	#pardot-form .btn-lg {
			padding: 12px 30px !important;
	}
	
}











