@charset "utf-8";
/* TOP CSS Document */
/*---------------------------------
  guidance top
---------------------------------*/
body.lower.guidance #headImg,
body.lower.faq #headImg,
body.lower.corporation #headImg {
  background-image: url("../images/about/head_bg01@2x.jpg");
}
body.lower.guidance .picture {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 50px;
}
body.lower.guidance #sec01 {
  padding: 0px 0 0px;
}
body.lower.guidance #sec01 .fL {
  width: 51%;
}
body.lower.guidance #sec01 .fR {
  width: 44%;
}
body.lower.guidance #sec01 .fR .thumb {
  border-radius: 5px;
  overflow: hidden;
}
body.lower.guidance #sec01 h4 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 0.4em;
}
body.lower.guidance #sec02,
body.lower.guidance #sec03,
body.lower.guidance #sec04,
body.lower.guidance #sec05,
body.lower.guidance #sec06 {
  padding: 40px 0 0px;
}
body.lower.guidance .boxList li {
  width: calc((100% / 3) - 20px);
  border: none;
  position: relative;
  padding: 0px 0px 30px;
  overflow: hidden;
}
body.lower.guidance .boxList.flow li {
  overflow: visible;
}
body.lower.guidance .boxList.flow li .thumb {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
body.lower.guidance .boxList.flow li:after {
  content: url("../images/guidance/icon_arrow01.svg");
  position: absolute;
  top: 50%;
  right: -20px;
}
body.lower.guidance .boxList.flow li:last-child:after {
  display: none;
}
body.lower.guidance .boxList li .point {
  color: #c09734;
  text-align: center;
  margin: 20px 0 10px;
  font-weight: 700;
}
body.lower.guidance .boxList li dt {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}
body.lower.guidance .boxList li dd {
  padding: 0 30px;
}
body.lower.guidance .boxList li dd p.links {
  margin-top: 1em;
}
body.lower.guidance .boxList li dd a {
  color: #0e28a6;
}
body.lower.guidance #sec06 {
  margin-bottom: 50px;
}
body.lower.guidance #sec06 .boxList {
  margin-top: 30px;
}
body.lower.guidance #sec06 li {
  width: calc((100% / 3) - 20px);
  padding: 45px 30px;
}
body.lower.guidance #sec06 li .icon {
  width: 140px;
  height: 140px;
  border-radius: 150px;
  margin: 0 auto 30px;
  overflow: hidden;
  background-color: #e7e8ee;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.lower.guidance #headImg,
  body.lower.faq #headImg,
  body.lower.corporation #headImg {
    background-image: url(../images/about/head_bg01_sp.jpg);
  }
  body.lower.guidance .picture {
    margin-bottom: 20px;
  }
  body.lower.guidance .picture {
    margin-bottom: 20px;
  }
  body.lower.guidance #sec01 {
    padding: 0px 0 0px;
  }
  body.lower.guidance #sec01 .fL {
    width: 100%;
  }
  body.lower.guidance #sec01 .fR {
    width: 100%;
  }
  body.lower.guidance #sec01 h4 {
    font-size: 18px;
    text-align: center;
  }
  body.lower.guidance #sec02,
  body.lower.guidance #sec03,
  body.lower.guidance #sec04,
  body.lower.guidance #sec05 {
    padding: 30px 0 0px;
  }
  body.lower.guidance #sec06 {
    padding: 20px 0 0px;
  }
  body.lower.guidance .boxList li {
    width: 100%;
    padding: 0px 0px 30px;
  }
  body.lower.guidance .boxList.flow li {
    margin-bottom: 40px;
  }
  body.lower.guidance .boxList.flow li:last-child {
    margin-bottom: 0;
  }
  body.lower.guidance .boxList.flow li:after {
    content: "";
    width: 8%;
    height: 15px;
    display: block;
    position: absolute;
    bottom: -10%;
    right: 44%;
    top: inherit;
    background-image: url(../images/guidance/icon_arrow02.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body.lower.guidance .boxList.flow.use li:after {
    bottom: -5%;
  }
  body.lower.guidance .boxList li .point {
    margin: 20px 0 10px;
  }
  body.lower.guidance .boxList li dt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  body.lower.guidance .boxList li dd {
    padding: 0 30px;
  }
  body.lower.guidance #sec06 {
    margin-bottom: 40px;
  }
  body.lower.guidance #sec06 .boxList {
    margin-top: 10px;
  }
  body.lower.guidance #sec06 li {
    width: 100%;
    padding: 20px;
  }
  body.lower.guidance #sec06 li .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
  }
}
/*---------------------------------
  faq
---------------------------------*/
body.lower.faq #sec01,
body.lower.faq #sec02 {
  margin-bottom: 90px;
}
body.lower.faq dl {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
body.lower.faq dt {
  font-weight: 700;
  margin-bottom: 10px;
  background-image: url(../images/guidance/icon_plus.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  line-height: 1.5;
  padding: 10px 30px 10px 50px;
  position: relative;
  cursor: pointer;
}
body.lower.faq dt.active {
  background-image: url(../images/guidance/icon_minus.svg);
}
body.lower.faq dd {
  display: none;
  line-height: 1.5;
  position: relative;
}
body.lower.faq dd p {
  padding: 10px 10px 20px 50px;
  margin-bottom: 0;
}
body.lower.faq dt:before,
body.lower.faq dd:before {
  width: 40px;
  height: 40px;
  line-height: 35px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  font-weight: 700;
}
body.lower.faq dt:before {
  content: "Q";
  color: #fff;
  background-color: #192041;
}
body.lower.faq dd:before {
  content: "A";
  color: #192041;
  background-color: #fff;
  border: 1px solid#192041;
}
body.lower.faq .imgBox {
  margin: 10px 0;
  text-align: center;
}
body.lower.faq dd a {
  color: #0e28a6;
  text-decoration: underline;
}
body.lower.faq dd a:hover {
  text-decoration: underline;
}
body.lower.faq dd img {
  vertical-align: middle;
}
body.lower.faq .contactBtn {
  margin: 10px 0 30px;
}
body.lower.faq .contactBtn {
  text-align: center;
}
body.lower.faq .contactBtn a {
  background-color: #192041;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
}
body.lower.faq .contactBtn a:before {
  background-color: #3a4472;
}
body.lower.faq .contactBtn a:hover {
  text-decoration: none;
}
body.lower.faq .contactBox {
  margin: 20px 50px;
  padding: 40px 0;
  text-align: center;
  background-color: #e7e8f2;
}
body.lower.faq .contactBox p {
  font-size: 24px;
  padding: 0px;
  color: #192041;
  font-weight: 500;
}
body.lower.faq .contactBox .tel {
  font-family: "Roboto", sans-serif;
  font-size: 52px;
  color: #192041;
  font-weight: 700;
}
body.lower.faq .contactBox .tel:before {
  content: url("../images/guidance/icon_tel.png");
  margin-right: 10px;
}
body.lower.faq .contactBox p.note {
  font-size: 16px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  body.lower.faq #sec01,
  body.lower.faq #sec02 {
    margin-bottom: 30px;
  }
  body.lower.faq dl {
    padding: 20px 0;
  }
  body.lower.faq .imgBox {
    margin: 10px 0;
  }
  body.lower.faq .contactBox {
    padding: 25px 4%;
    margin: 20px 0px;
  }
  body.lower.faq .contactBox p {
    font-size: 20px;
  }
  body.lower.faq .contactBox .tel {
    font-size: 30px;
    position: relative;
  }
  body.lower.faq .contactBox .tel:before {
    content: url("../images/guidane/icon_tel.png");
    margin-right: 10px;
    top: 8px;
    position: relative;
  }
  body.lower.faq .contactBox p.note {
    font-size: 16px;
    color: #000000;
  }
}
/*---------------------------------
  corporation
---------------------------------*/
body.lower.corporation #sec01 {
  margin-bottom: 40px;
}
body.lower.corporation #sec01 h3.ttl {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.5em;
}
body.lower.corporation #sec01 p {
  text-align: center;
}
body.lower.corporation #sec01 li {
  width: calc((100% / 2) - 20px);
  border: none;
  position: relative;
  padding: 0px;
  overflow: hidden;
}
body.lower.corporation #sec01 .boxList {
  margin-top: 40px;
}
body.lower.corporation #sec01 li .thumb {
  margin-bottom: 20px;
}
body.lower.corporation #sec01 li p {
  font-size: 20px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
body.lower.corporation #sec02 {
  margin-bottom: 70px;
}
body.lower.corporation #sec02 h3.ttl {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.5em;
  color: #192041;
}
body.lower.corporation #sec02 .boxList {
  margin-top: 30px;
}
body.lower.corporation #sec02 li {
  width: calc((100% / 3) - 20px);
  border: none;
  overflow: hidden;
  background-color: #4b537a;
  padding: 30px 30px;
  color: #fff;
  margin-bottom: 0;
}
body.lower.corporation #sec02 li .num {
  background-color: #fff;
  color: #4b537a;
  font-size: 24px;
  text-align: center;
  display: block;
  border-radius: 50px;
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  line-height: 58px;
}
body.lower.corporation #sec02 li h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1em;
}
body.lower.corporation #sec02 li .thumb {
  text-align: center;
  margin: 30px 0;
}
body.lower.corporation #sec02 li:nth-child(3) .thumb {
  margin: 10px 0 12px;
}
body.lower.corporation #sec03 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  body.lower.corporation #sec01 {
    margin-bottom: 30px;
  }
  body.lower.corporation #sec01 h3.ttl {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
  }
  body.lower.corporation #sec01 p {
    text-align: left;
  }
  body.lower.corporation #sec01 li {
    width: 100%;
  }
  body.lower.corporation #sec01 .boxList {
    margin-top: 20px;
  }
  body.lower.corporation #sec01 li .thumb {
    margin-bottom: 10px;
  }
  body.lower.corporation #sec01 li p {
    font-size: 14px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  body.lower.corporation #sec02 {
    margin-bottom: 30px;
  }
  body.lower.corporation #sec02 h3.ttl {
    font-size: 18px;
  }
  body.lower.corporation #sec02 h3.ttl span {
    font-weight: 700;
    display: block;
  }
  body.lower.corporation #sec02 .boxList {
    margin-top: 20px;
  }
  body.lower.corporation #sec02 li {
    width: 100%;
    padding: 20px 20px;
    margin-bottom: 10px;
  }
  body.lower.corporation #sec02 li .num {
    font-size: 14px;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    line-height: 40px;
  }
  body.lower.corporation #sec02 li h4 {
    font-size: 18px;
  }
  body.lower.corporation #sec02 li .thumb {
    text-align: center;
    margin: 20px auto;
    width: 35%;
  }
  body.lower.corporation #sec02 li:nth-child(3) .thumb {
    margin: 20px auto;
  }
  body.lower.corporation #sec03 {
    margin-bottom: 30px;
  }
}
