/* ================================================= 
 header setting
================================================= */
header {
  width: 100%;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: .4s;
  transition: .4s;
  background-color: white;
}

header img {
  width: 100%;
  height: auto;
}

header #header-inner {
  max-width: 1140px;
  width: 94%;
  margin: auto;
}

header #header-inner #h_logo {
  line-height: 1;
  margin: 0;
  padding-bottom: 5px;
}

header #header-inner #h_logo a {
  width: 255px;
  display: inline-block;
}

header #header-inner #header-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header #header-inner #header-right .h_tel a {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
  line-height: 1.1;
  text-align: center;
  color: #1E3071;
}

header #header-inner #header-right .h_tel a > span {
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  display: block;
}

header #header-inner #header-right .h_btn {
  margin-left: 15px;
  padding-top: 3px;
  width: auto;
}

header #header-inner #header-right .h_btn a {
  text-decoration: none;
  display: block;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  background-color: #FD8C2C;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  color: white;
  font-weight: 500;
}

header #header-inner #header-right .h_btn a span {
  padding-left: 25px;
  background: url(../images/arw.png) no-repeat left center;
  background-size: 14px auto;
}

header #header-inner #header-right .h_btn a:hover {
  background-color: #AF2424;
}

header.fixed-head {
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.95);
}

/* ================================================= 
 hero setting
================================================= */
#hero-wrap {
  width: 100%;
  height: 660px;
  position: relative;
  z-index: 0;
  background: url(../images/hero_bg.jpg) center center;
  background-size: cover;
}

#hero-wrap .hero-inner {
  max-width: 1140px;
  width: 90%;
  margin: auto;
  padding-top: 100px;
  color: white;
}

#hero-wrap .hero-inner .txt-blc span {
  display: inline-block;
  padding: .25rem 1.5rem;
  background-color: #1E3071;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
}

#hero-wrap .hero-inner h1 {
  margin: .5em 0;
  font-size: 35px;
  font-size: 3.5rem;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}

#hero-wrap .hero-inner h1 span {
  font-size: 1.4em;
}

#hero-wrap .hero-inner p {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}

#hero-wrap .btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 100px;
}

/* ================================================= 
 contents setting
================================================= */
.cv {
  padding: 3em 0;
  background: url(../images/cv_bg.jpg) center center;
  background-size: cover;
}

.cv .cv_inner {
  max-width: 600px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  text-align: center;
  padding: 25px;
}

.cv .cv_inner p {
  margin-bottom: 1em;
  font-size: 1.25em;
  line-height: 1.4;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.cv .cv_inner a {
  color: white;
}

.cv .cv_inner .flex .cv_tel a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  line-height: 1.2;
  text-align: center;
}

.cv .cv_inner .flex .cv_tel a > span {
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  display: block;
}

.cv .cv_inner .flex .cv_btn {
  margin-left: 15px;
  width: auto;
}

.cv .cv_inner .flex .cv_btn a {
  text-decoration: none;
  display: block;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  background-color: #FD8C2C;
  border: 2px solid white;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  color: white;
  font-weight: 500;
}

.cv .cv_inner .flex .cv_btn a span {
  padding-left: 25px;
  background: url(../images/arw.png) no-repeat left center;
  background-size: 14px auto;
}

.cv .cv_inner .flex .cv_btn a:hover {
  background-color: #AF2424;
}

#worries {
  text-align: center;
}

#worries h2 {
  font-size: 25px;
  font-size: 2.5rem;
  color: #1E3071;
}

#worries h2 span {
  font-size: 1.4em;
}

#worries ul.flex {
  margin: 1.5em 0 2em;
}

#worries ul.flex li {
  font-weight: 500;
  font-size: 1.25em;
  text-align: left;
  padding: 1rem 1rem 1rem 55px;
  background: #F5F4EF url(../images/check.svg) no-repeat 20px center;
  background-size: 25px auto;
}

#worries h3 {
  margin-bottom: 1em;
}

#explanation ._lg {
  margin: 4em auto;
  min-height: 470px;
  background: url(../images/guideline_img.jpg) no-repeat right center;
}

#explanation ._lg .inner {
  width: 65%;
}

#explanation ._lg .inner .sm-ttl:nth-of-type(2) {
  margin-top: 2em;
}

#explanation #flow {
  max-width: 790px;
  margin: 5em auto 0;
}

#point .md-ttl span {
  font-size: 2em;
}

#point .point-contents {
  margin-top: 3em;
}

#case {
  padding-bottom: 1em;
}

#case .case-contents {
  margin-top: 3em;
}

#case .case-contents .tag {
  background-color: #22B4D6;
  border-radius: 60px;
  text-align: center;
  padding: .25rem 0;
  font-size: 1.15em;
  color: white;
  font-weight: 500;
  margin-bottom: 1em;
}

#introduction .sm-ttl {
  font-weight: 500;
}

#introduction .bd-tbl tr td ul li {
  margin-top: 1em;
  line-height: 1.4;
}

#introduction .bd-tbl tr td ul li span:nth-of-type(1) {
  width: 200px;
}

#introduction .bd-tbl tr td ul li span:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#faq .faq-contents {
  margin-top: 1.5em;
  background-color: white;
}

#faq .faq-contents-head {
  padding: 1rem 1.5rem .75rem;
  background-color: #1E3071;
  color: white;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.6;
  position: relative;
  cursor: pointer;
}

#faq .faq-contents-head .p_btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 8px;
  right: 15px;
  background-color: white;
}

#faq .faq-contents-head .p_btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background-color: #1E3071;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

#faq .faq-contents-head .p_btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background-color: #1E3071;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#faq .faq-contents-head.active .p_btn:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

#faq .faq-contents-head.active .p_btn:after {
  background-color: transparent;
}

#faq .faq-contents-body {
  display: none;
  padding: 2rem;
  background-color: #EFFBFF;
}

#faq .faq-contents-body.open {
  display: block;
}

#contact #form-wrap {
  max-width: 800px;
  margin: auto;
}

#contact #form-wrap .text-center {
  margin-bottom: 1em;
}

#outline table {
  max-width: 680px;
  width: 100%;
  margin: 0 auto 4em;
}

#outline table tr:last-child th, #outline table tr:last-child td {
  border-bottom: none;
}

#outline table tr th, #outline table tr td {
  padding: 2rem;
  border-bottom: 1px dashed #ddd;
}

#outline table tr th {
  font-weight: 400;
}

/* =================================================
 floating setting
================================================= */
.floating {
  display: none;
}

/* ================================================= 
 pagetop setting
================================================= */
.pagetop {
  width: 80px;
  position: fixed;
  right: 4%;
  bottom: 5%;
  z-index: 2;
  opacity: 0;
  z-index: 100;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.pagetop._fold {
  opacity: 1;
}

.pagetop a {
  display: block;
  height: 80px;
  line-height: 80px;
}

/* ================================================= 
 footer setting
================================================= */
footer {
  padding: 1.5em 0;
  background-color: #1E3071;
}

footer .img-wrap {
  max-width: 187px;
  margin: auto;
}

footer #copyright {
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

/* ================================================= 
 thanks setting
================================================= */
#hero-page {
  padding: 5em 0;
  background-color: #F8F8EF;
}

#hero-page .ttl {
  text-align: center;
  margin-bottom: 0;
}

#contact.thanks {
  margin-top: 0em;
}

#thanks {
  padding: 0;
  text-align: center;
}

#thanks .back {
  max-width: 260px;
  width: 70%;
  margin: 3em auto 0;
}

#thanks .back a {
  display: block;
  background-color: #FD8C2C;
  border-radius: 40px;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 1.2em;
}
/*# sourceMappingURL=pc.css.map */