@charset "UTF-8";
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .content {
    max-width: 90%;
  }
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

body {
  font-size: 14px;
  color: #555;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #333333;
}

main img {
  max-width: 100%;
}

h2,
h3 {
  margin-top: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

main a:hover {
  opacity: 0.7;
}

hr {
  margin: 0 !important;
}

main .box {
  display: block;
  width: 290px;
  height: 160px;
  text-decoration: none;
  font-size: 16px;
  line-height: 26.5px;
  text-align: center;
  position: relative;
  margin-bottom: 38px;
}

main .ttl h3 {
  margin-top: 25px;
}

main .ttl p {
  color: #fff;
  font-weight: normal;
  margin-top: 20px;
}

main .ttl_style {
  background: #b9842c;
}

main .ttl_place {
  background: #287d67;
}

main .ttl_vision {
  background: #aa3742;
}

main .ttl_support {
  background: #103e88;
}

main .ttl_support p {
  margin-top: 10px;
}

main .box div {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

main .box h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .box_style h4 {
  color: #b8832c;
}

main .box_place h4 {
  color: #287d67;
}

main .box_vision h4 {
  color: #aa3742;
}

main .box_support h4 {
  color: #103e88;
}

main .slider_wrap {
  background: #333333;
  margin-top: 32px;
  padding-top: 55px;
  padding-bottom: 100px;
}

main .slider_wrap p {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

main .slider_wrap p span {
  font-size: 12px;
}

main .slider_wrap .slider {
  margin-top: 40px;
}

.bg-pink {
  background-color: #F9E3DF;
}

.bold {
  font-weight: bold;
}

.pt20 {
  padding-top: 20px;
}

.content {
  width: 90%;
  margin: 0 auto;
  max-width: 950px;
}

@media screen and (max-width: 768px) {
  .content {
    width: 90%;
  }
}

.mv img {
  width: 100%;
  vertical-align: top;
}

.menu_text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: 0.04em;
  position: relative;
  width: auto;
}

.menu_text:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  border-bottom: 2px solid #287d67;
  border-right: 2px solid #287d67;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 20px;
  left: 48%;
}

@media screen and (max-width: 768px) {
  .menu_text:after {
    top: 55px;
  }
}


.btn-area {
  text-align: center;
}

.btn_sm {
  background-color: #103e88;
  color: #fff;
  font-size: 12px;
  line-height: 3.3;
  font-weight: bold;
  padding: 0 35px;
  width: 211px;
  position: relative;
  border-radius: 5px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

.btn_sm:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 6px;
  padding-right: 3px;
  position: absolute;
  top: 15px;
  left: 25px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn_bg {
  background-color: #103e88;
  color: #fff;
  font-weight: bold;
  padding: 22px 0px 22px 0px;
  font-size: 16px;
  letter-spacing: 0.04em;
  width: 340px;
  position: relative;
  border-radius: 8px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.btn_bg:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 9px;
  padding-right: 4px;
  position: absolute;
  top: 24px;
  left: 50px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ttl_text {
  font-size: 28px;
  color: #428C8A;
  margin-bottom: 30px;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
}

.sub_ttl-text {
  color: #aa3742;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0;
}

.content-box {
  background-color: #fff;
  padding: 40px 43px 35px 43px;
  border: solid 2px #aa3742;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.content-box_red {
  background-color: #fff;
  border: solid 2px #aa3742;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 468px;
}

@media screen and (max-width: 768px) {
  .ttl_text {
    line-height: 1.5;
    font-size: 22px;
  }
  .content-box_red {
    max-width: 100%;
  }
}

.content-box_red p {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  background-color: #aa3742;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  letter-spacing: 0.04em;
}

.content-box_red ul {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
}

.content-box_red ul li {
  position: relative;
  text-align: left;
  padding: 0px 0px 7px 20px;
  font-weight: bold;
}

.content-box_red ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #aa3742;
  position: absolute;
  left: 0;
  top: 0;
}

.sub_text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 2.0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sub_text {
    font-size: 14px;
    line-height: 26px;
  }
}

.sub_text-small {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .sub_text-small {
    letter-spacing: -0.04em;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_nav {
  -webkit-box-shadow: 0px 9px 16px -9px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 9px 16px -9px rgba(0, 0, 0, 0.2);
  padding: 20px 0 13px 0;
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .main_nav {
    padding: 0;
    margin-bottom: 42px;
  }
}

.main_nav ul {
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .main_nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.main_nav ul a {
  text-decoration: none;
  color: #333;
/*
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
*/
}

@media screen and (max-width: 768px) {
  .main_nav ul a {
    width: 50%;
    padding: 8px 0 8px 0;
  }
  .main_nav ul a li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 57px;
    text-align: center;
  }
  .main_nav ul a:nth-of-type(2n+1) li {
    border-right: 1px solid #e0e0e0;
  }
}

#work {
  padding-bottom: 64px;
  margin: 0 auto;
}

#work p {
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  #work .img_wrap {
    text-align: center;
  }
  #work .img_wrap img {
    width: 67%;
  }
}

#service-flow {
  padding: 64px 0 64px 0;
}

#service-flow h2 {
  margin-bottom: 30px;
}

#service-flow p {
  margin-bottom: 37px;
}

#service-flow img {
  margin-bottom: 70px;
}

#service-detail {
  position: relative;
  padding-top: 64px;
}

#service-detail h2 {
  margin-bottom: 35px;
}

#service-detail p {
  margin-bottom: 45px;
}

#service-detail .img_wrapper {
  margin-bottom: 20px;
}

#service-detail .img_wrapper img {
  margin-bottom: 45px;
}

#service-detail .img_wrapper img:nth-child(5) {
  margin-bottom: 60px;
}

#support .support_inner {
  padding: 64px 0;
}

#support .support_inner h2 {
  margin-bottom: 20px;
}

#support .support_inner .sub_text {
  margin-bottom: 30px;
}

#support .support_inner .sub_text.mb {
  margin-bottom: 45px;
}

#support .support_inner img {
  margin-bottom: 40px;
}

#support .support_inner .support_inner-lower {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 66px;
}

#support .support_inner .support_inner-lower .content-box {
  width: 49.5%;
}

@media screen and (max-width: 768px) {
  #support .support_inner .support_inner-lower .content-box {
    padding: 30px 30px 40px 30px;
    width: 100%;
  }
}

#support .support_inner .support_inner-lower .right p {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  #support .support_inner .support_inner-lower .left {
    margin-bottom: 10px;
  }
}

#support .support_inner .support_inner-lower .left p {
  margin-bottom: 45px;
}

#support .support_inner .support_inner-upper {
  margin-bottom: 5px;
}

.support_contents {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .support_contents .left {
    margin-bottom: 30px;
  }
}

.support_contents .left ul {
  padding-left: 100px;
}

@media screen and (max-width: 768px) {
  .support_contents .left ul {
    padding-left: 20px;
  }
}

.support_contents .right ul {
  padding-left: 70px;
}

@media screen and (max-width: 768px) {
  .support_contents .right ul {
    padding-left: 20px;
  }
}

.support_under {
  padding: 64px 0 75px 0;
}

.relate_links {
  padding: 40px 0 60px 0px;
}

.relate_links .live,
.relate_links .planning {
  text-align: center;
  padding-bottom: 20px;
}

.relate_links .banner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 45px 20px 45px;
}

@media screen and (max-width: 768px) {
  .relate_links .banner {
    padding: 25px 0px 10px 0px;
  }
}

.relate_links p {
  font-size: 14px;
  line-height: 1.78;
  letter-spacing: 0.04em;
  margin-top: 10px;
  text-align: left;
  padding: 0px 10px;
}

#inpage_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #inpage_header {
    display: none;
  }
}

#inpage_navi {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#inpage_navi li {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

#inpage_header #inpage_headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#inpage_navi {
  float: none;
  padding: 13px 0 0;
}
/*# sourceMappingURL=style.css.map */


#workplace .img_wrap {
  width: 80%;
  max-width: 696px;
  margin: 55px auto 0px;
}
#workplace .img_wrap img {
  width: 100%;
}
#case {
  padding: 95px 0 120px;
}
#case .img_cell {
  display: block;
  margin: 60px auto 120px;
}
#case .content {
  margin-bottom: 80px;
}
#case ul {
  display: flex;
  justify-content: space-between;
  max-width: 950px;
  margin: 60px auto 0;
}
#case ul li {
  width: 41.3%;
}
#case ul li.arrow {
  width: 4.2%;
}
#case ul li img {
  width: 100%;
}
#case ul li .ttl {
  font-size: 28px;
  font-weight: bold;
  color: #428886;
  margin: 0 auto 20px;
  text-align: center;
}
#case ul li .txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  color: #333333;
  margin: 25px auto 0px;
  text-align: center;
}

#case .btn-area p {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #case {
    padding: 45px 0 50px;
  }
  #case .img_cell {
    margin: 30px auto 40px;
  }
  #case ul {
    justify-content: center;
    flex-direction: column;
    width: 90%;
    max-width: 950px;
    margin: 30px auto 0;
  }
  #case ul li {
    width: 100%;
  }
  #case ul li:last-child {
    margin-top: 40px;
  }
  #case ul li.arrow {
    width: 100%;
  }
  #case ul li img {
    display: block;
    width: 86%;
    margin: 0 auto;
  }
  #case ul li.arrow img {
    width: 21.8%;
    margin: 30px auto;
  }
  #case ul li img.pc {
    display: none;
  }
  #case ul li .ttl {
    font-size: 20px;
    margin: 0 auto 10px;
  }
  #case ul li .txt {
    font-size: 14px;
    margin: 20px auto 0px;
  }
}
#flow {
  background: #DAE9E5;
  padding: 100px 0 100px;
}
#flow .img_wrapper {
  display: block;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #flow {
    padding: 50px 0 50px;
  }
  #flow .img_wrapper {
    margin: 35px auto 0;
  }
}
#dashboard {
  display: block;
  padding: 90px 0 10px;
}
#dashboard .img_wrapper {
  display: block;
  margin: 55px auto 92px;
}
#dashboard ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dashboard ul li {
  width: calc(31.5% - 20px);
  background: #EAF3F2;
  position: relative;
  text-align: center;
  padding: 55px 10px 40px;
  margin: 0 0 90px;
}
#dashboard ul li .ttl {
  font-size: 24px;
  color: #428C8A;
  font-weight: bold;
  margin: 0 auto 15px;
}
#dashboard ul li .ttl sup {
  font-size: 12px;
}
#dashboard ul li .txt {
  font-size: 14px;
  line-height: 24px;
  color: #428C8A;
  margin: 0 auto 0px;
}
#dashboard ul li .txt span {
  font-size: 10px;
}
#dashboard ul li .num {
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 40px;
  color: #fff;
  background: #428C8A;
  border-radius: 30px;
  font-family: "Arial", "メイリオ";
}
@media screen and (max-width: 768px) {
  #dashboard {
    padding: 45px 0 10px;
  }
  #dashboard ul {
    width: 75%;
    margin: 0 auto;
  }
  #dashboard ul li {
    width: 100%;
    padding: 40px 0px 30px;
    margin: 0 0 45px;
  }
  #dashboard ul li .ttl {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  #dashboard ul li .txt {
    font-size: 11px;
    line-height: 19px;
  }
  #dashboard ul li .txt span {
    font-size: 10px;
  }
}
#plan {
  background: #DAE9E5;
  padding: 90px 0 100px;
}
#plan ul {
  display: flex;
  justify-content: space-between;
  margin: 55px auto 0;
}
#plan ul li {
  width: calc(31.5% - 40px);
  background: #24725C;
  position: relative;
  text-align: center;
  padding: 23px 20px 32px;
  margin: 0 0 0px;
  color: #fff;
}
#plan ul li .ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-family: 'Noto Sans JP', sans-serif;
  padding-bottom: 14px;
  margin-bottom: 12px;
}
#plan ul li .txt {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 18px;
}
#plan ul li .report {
  font-size: 12px;
  text-align: center;
  border: 1px solid #fff;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  #plan {
    padding: 45px 0 50px;
  }
  #plan ul {
    flex-wrap: wrap;
    width: 68%;
    margin: 40px auto 0;
  }
  #plan ul li {
    width: calc(100% - 40px);
    padding: 15px 22px 20px;
    margin-bottom: 20px;
  }
  #plan ul li .ttl {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 8px;
  }
  #plan ul li .txt {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  #plan ul li .report {
    font-size: 10px;
    padding: 5px 0;
  }
}
#faq {
  padding: 95px 0 40px;
}
#faq dl {
}
#faq dl dt {
  position: relative;
  padding: 0px 0 0px 65px;
  margin-bottom: 20px;
  min-height: 29px;
  font-size: 17px;
  line-height: 32px;
  font-weight: bold;
  color: #428C8A;
}
#faq dl dt::before {
  display: block;
  position: absolute;
  content: "";
  width: 29px;
  height: 29px;
  background: url(../img/icon_q.png) no-repeat;
  background-size: 29px 29px;
  top: 3px;
  left: 15px;
}
#faq dl dd {
  position: relative;
  border-bottom: 1px solid #b7b7b7;
  padding: 0 0 38px 65px;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 32px;
  color: #000000;
}
#faq dl dd::before {
  display: block;
  position: absolute;
  content: "";
  width: 29px;
  height: 29px;
  background: url(../img/icon_a.png) no-repeat;
  background-size: 29px 29px;
  top: 3px;
  left: 15px;
}
@media screen and (max-width: 768px) {
  #faq {
    padding: 45px 0 0px;
  }
  #faq dl dd:last-of-type {
    margin-bottom: 0px;
  }
}


#wrapper{width: 100%;}