@charset "UTF-8";

.gheader {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.7);
}

.gheader .inner {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
  width: 1000px;
}

.gheader .gnav {
  position: absolute;
  top: 5px;
  right: 20px;
}

.gheader .gnav ul li {
  float: left;
  margin-left: 50px;
  font-size: 14px;
  font-weight: bold;
}

.gheader .gnav ul li:first-child {
  margin-left: 0;
}

.gheader .gnav ul li a {
  text-decoration: none;
  color: #4d4d4d;
}

.gheader .gnav ul li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 960px) {
  .gheader .inner {
    width: 768px;
  }
  .gheader .gnav ul li {
    margin-left: 15px;
  }
}

.content > .inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 45px 60px;
  width: 960px;
  background-color: #fff;
}

.visual {
  height: 410px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.visual .page-title {
  padding-top: 200px;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

.page-area .visual {
  background-image: url(../img/area/mv.jpg);
}

.page-flow .visual {
  background-image: url(../img/flow/mv.jpg);
}

.box .inner {
  margin: 0 auto;
  padding: 50px 20px;
  max-width: 1000px;
}

.heading-01 {
  margin-bottom: 50px;
  padding-top: 20px;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}

.heading-01::after {
  content: '';
  display: block;
  margin: 40px auto 40px;
  width: 200px;
  height: 1px;
  background-color: #333;
}

.heading-02 {
  margin-bottom: 50px;
  padding-top: 10px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}

.heading-03 {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}

.heading-04 {
  font-size: 22px;
  text-align: left;
  font-weight: normal;
  margin-bottom: 30px;
}

.leadtext-01 {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.para-01 {
  font-size: 15px;
  margin-bottom: 60px;
}

.btn {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 328px;
  text-align: center;
  border: solid 3px #4d4d4d;
}

.btn a {
  display: block;
  height: 100%;
  font-size: 20px;
  padding: 15px 0;
  line-height: 1;
  text-decoration: none;
  color: #333;
  transition-duration: 0.5s;
}

.btn a:hover {
  color: #fff;
  background-color: #333;
}

.btn.pt_l {
  max-width: 290px;
  width: 100%;
}

.btn.pt_l a {
  font-size: 24px;
  line-height: 1;
  padding: 20px 0;
}

.btn.pt_l a::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cv {
  position: relative;
  padding: 70px 0;
  background-color: #f7f7f7;
}

.cv .inner {
  position: relative;
  margin: 0 auto;
  width: 768px;
}

.cv .cv_head {
  float: left;
  width: 400px;
}

.cv .cv_head .heading {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: normal;
}

.cv .cv_head .heading::after {
  content: '';
  display: block;
  margin: 25px 0 10px;
  width: 100px;
  height: 1px;
  background-color: #333;
}

.cv .cv_head .tel {
  font-size: 60px;
}

.cv .cv_head .tel a {
  text-decoration: none;
  color: #333;
}

.cv .cv_head .tel small {
  display: block;
  font-size: 14px;
  color: #333;
}

.cv .cv_head .tel small::after {
  content: "　";
}

.cv .cv_btns {
  float: right;
}

.cv .cv_btns .btn {
  box-sizing: border-box;
  margin: 0 auto;
  width: 290px;
  text-align: center;
  background-color: #fff;
  border: solid 3px #4d4d4d;
}

.cv .cv_btns .btn:first-child {
  margin-bottom: 20px;
  margin-top: 30px;
}

.cv .cv_btns .btn a {
  display: block;
  height: 100%;
  padding: 15px 0;
  line-height: 1;
  text-decoration: none;
  color: #333;
  transition-duration: 0.5s;
}

.cv .cv_btns .btn a:hover {
  color: #fff;
  background-color: #333;
}

.fixed_cv {
  padding: 20px 0;
  background-color: rgba(248, 248, 248, 0.9);
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 200;
}

.fixed_cv .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.fixed_cv .cv_head {
  float: left;
  display: inline-block;
  padding-left: 20px;
}

.fixed_cv .cv_head .heading {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 58px;
  font-weight: normal;
}

.fixed_cv .cv_btns {
  float: right;
}

.fixed_cv .cv_btns .btn {
  box-sizing: border-box;
  margin: 0 20px 0 0;
  width: 200px;
  text-align: center;
  background-color: #fff;
  border: solid 3px #4d4d4d;
  float: left;
}

.fixed_cv .cv_btns .btn a {
  display: block;
  height: 100%;
  line-height: 1;
  padding: 15px 0;
  text-decoration: none;
  color: #333;
  transition-duration: 0.5s;
}

.fixed_cv .cv_btns .btn a:hover {
  color: #fff;
  background-color: #333;
}

.gfooter {
  position: relative;
  padding: 20px 0;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

.gfooter .inner {
  position: relative;
  margin: 0 auto;
  width: 768px;
}

.gfooter a {
  text-decoration: none;
  color: #333;
}

.gfooter a:hover {
  text-decoration: underline;
}

.gfooter ul {
  float: left;
}

.gfooter ul li {
  float: left;
}

.gfooter ul li::before {
  content: '|';
  margin: 0 10px;
}

.gfooter ul li:first-child::before {
  display: none;
}

.gfooter .copyright {
  float: right;
}

@media only screen and (min-width: 768px) {
  .spv {
    display: none !important;
  }
}
