@charset "UTF-8";
/*変数*/
/*iPhone5 ブレイクポイント*/
/*iPhone ブレイクポイント*/
/*スマホ ブレイクポイント*/
/*タブレット ブレイクポイント*/
/*タブレット ブレイクポイント*/
/*PC ブレイクポイント*/
h1.portalTopH1 {
  text-align: center;
  color: #ad404d;
}
h1.portalTopH1 .en {
  font-size: 48px;
  font-family: "Varela Round", sans-serif;
}
@media screen and (max-width: 1000px) {
  h1.portalTopH1 .en {
    font-size: 40px;
  }
}
h1.portalTopH1 .jp {
  font-size: 20px;
  font-family: "Kosugi Maru", sans-serif;
  display: block;
}
@media screen and (max-width: 1000px) {
  h1.portalTopH1 .jp {
    font-size: 18px;
  }
}

.h1Line {
  display: block;
  width: 50px;
  height: 9px;
  margin: 30px auto 40px;
  background-color: #10a387;
}

.hrPortal1 {
  margin: 30px 0;
  border-top: 1px solid #10a387;
}

.pageWrap1 {
  width: 500px;
  margin: 30px auto;
}
@media screen and (max-width: 599px) {
  .pageWrap1 {
    width: 90%;
  }
}

a.btnBigRed {
  color: #fff;
  text-align: center;
  line-height: 60px;
  max-width: 350px;
  width: 80%;
  margin: 60px auto;
  height: 60px;
  display: block;
  background-color: #ad404d;
  border-radius: 5px;
}
a.btnBigRed i {
  margin: 0 0 0 7px;
}

.coverPortal {
  width: 100%;
}
.coverPortal .coverImg {
  height: 550px;
  position: relative;
}
@media (max-width: 1200px) {
  .coverPortal .coverImg {
    height: 42vw;
  }
}
@media (max-width: 599px) {
  .coverPortal .coverImg {
    height: 100vw;
    margin: 20px 0 0 0;
  }
}
.coverPortal .coverImg img {
  width: 96%;
  max-width: 1200px;
  line-height: 100%;
  vertical-align: bottom;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  .coverPortal .coverImg img {
    max-width: 94%;
  }
}
@media screen and (max-width: 599px) {
  .coverPortal .coverImg img.coverPc {
    display: none;
  }
}
@media (min-width: 599px) {
  .coverPortal .coverImg img.coverSp {
    display: none;
  }
}
.coverPortal .coverImg .curved {
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
  z-index: 50;
  background: #fff;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
}
@media (max-width: 1200px) {
  .coverPortal .coverImg .curved {
    height: 32vw;
  }
}
@media (max-width: 599px) {
  .coverPortal .coverImg .curved {
    height: 70vw;
  }
}
.coverPortal .coverImg .shibafu {
  position: absolute;
  width: 100%;
  height: 250px;
  top: 300px;
  left: 0;
  z-index: 30;
  background: #10a387;
}
@media (max-width: 1200px) {
  .coverPortal .coverImg .shibafu {
    height: 30vw;
    top: 12vw;
  }
}
@media (max-width: 599px) {
  .coverPortal .coverImg .shibafu {
    height: 70vw;
    top: 30vw;
  }
}
.coverPortal .message {
  color: #fff;
  background: #10a387;
  text-align: center;
  padding: 20px 0;
  line-height: 160%;
}
.coverPortal .message .btnWhite {
  width: 240px;
  height: 60px;
  display: block;
  font-size: 22px;
  color: #ad404d;
  background-color: #fff;
  margin: 30px auto 20px;
  text-align: center;
  line-height: 60px;
  border-radius: 15px;
  font-family: "Kosugi Maru", sans-serif;
}

.aboutServices {
  width: 100%;
  padding: 55px 0 0;
  min-height: 500px;
  background: url(../img/portal/intro_bg_pc.svg) 50% 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 599px) {
  .aboutServices {
    padding: 65px 0 0;
    background: url(../img/portal/intro_bg_sp.svg) 50% 0 no-repeat;
  }
}
.aboutServices .servicesContents {
  position: relative;
  min-width: 580px;
  width: 60%;
  background: #f5f5f5;
  margin: 60px auto 90px;
  padding: 50px 0 1px;
}
@media screen and (max-width: 599px) {
  .aboutServices .servicesContents {
    min-width: 100%;
    width: 100%;
    margin: 50px auto 200px;
  }
}
.aboutServices .servicesContents h2 {
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.aboutServices .servicesContents h2 span {
  font-size: 22px;
  display: block;
  min-width: 400px;
  width: 70%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  background-color: #10a387;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .aboutServices .servicesContents h2 span {
    min-width: 85%;
    width: 85%;
  }
}
.aboutServices .servicesContents h2 i {
  display: inline-block;
  margin: 0;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #10a387;
}
.aboutServices .servicesContents .contentsBox {
  width: 90%;
  margin: 35px auto;
  padding: 0 0 25px 0;
  background-color: #fff;
  text-align: center;
}
.aboutServices .servicesContents .contentsBox img {
  width: 100%;
  height: auto;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutServices .servicesContents .contentsBox .subTitle {
  display: inline-block;
  color: #ad404d;
  margin: 20px 0 0;
}
.aboutServices .servicesContents .contentsBox h3 {
  font-size: 30px;
  font-family: "Kosugi Maru", sans-serif;
  margin: 15px 0;
}
@media screen and (max-width: 1000px) {
  .aboutServices .servicesContents .contentsBox h3 {
    font-size: 26px;
  }
}
.aboutServices .servicesContents .contentsBox .category {
  color: #10a387;
  font-weight: normal;
}
.aboutServices .servicesContents .contentsBox p {
  text-align: center;
  margin: 20px;
}
.aboutServices .servicesContents .contentsBox a.btn {
  color: #fff;
  text-align: center;
  line-height: 45px;
  width: 200px;
  height: 45px;
  display: inline-block;
  background-color: #ad404d;
  border-radius: 25px;
}
.aboutServices .servicesContents .contentsBox a.btn i {
  margin: 0 0 0 7px;
}
.aboutServices .servicesContents .picTalking {
  position: absolute;
  bottom: -30px;
  right: -20px;
  width: 180px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .aboutServices .servicesContents .picTalking {
    width: 160px;
    bottom: -150px;
    right: 15%;
  }
}
.aboutServices .servicesContents .picPlaying {
  position: absolute;
  bottom: -30px;
  left: -20px;
  width: 180px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .aboutServices .servicesContents .picPlaying {
    width: 180px;
    bottom: -140px;
    left: 10%;
  }
}

.portalTopH2 {
  font-size: 30px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 70px 0 60px;
}
@media screen and (max-width: 1000px) {
  .portalTopH2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .portalTopH2 {
    margin: 50px 0 40px;
  }
}
.portalTopH2 span {
  display: block;
  width: 30px;
  height: 8px;
  background-color: #ad404d;
  margin: 15px auto 0;
}

.aboutGroup {
  width: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .aboutGroup {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .aboutGroup {
    width: 90%;
  }
}
.aboutGroup .contents {
  width: 50%;
  margin: 0 25%;
  padding: 25px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .aboutGroup .contents {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .aboutGroup .contents {
    width: 100%;
  }
}
.aboutGroup .contents h3 {
  font-size: 22px;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  position: relative;
  background: #10a387;
  padding: 15px 0;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 599px) {
  .aboutGroup .contents h3 {
    margin: 0 0 30px 0;
  }
}
.aboutGroup .contents h3:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #10a387 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
.aboutGroup .contents img {
  width: 100%;
  border: 1px solid #e0e0e0;
}
.aboutGroup .contents h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 18px 0 13px;
}
@media screen and (max-width: 1000px) {
  .aboutGroup .contents h4 {
    font-size: 24px;
  }
}
.aboutGroup .contents span {
  font-weight: bold;
  color: #10a387;
}
.aboutGroup .contents p {
  font-size: 16px;
  margin: 10px auto 15px;
  width: 90%;
}
.aboutGroup .contents .btn {
  margin: 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  width: 170px;
  height: 40px;
  display: inline-block;
  background-color: #393636;
  border-radius: 25px;
}
@media screen and (max-width: 1000px) {
  .aboutGroup .contents .btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
  }
}
.aboutGroup .contents .btn i {
  margin: 0 0 0 7px;
}
.aboutGroup .picRestaurant01 {
  width: 250px;
  margin: 30px auto;
}
@media screen and (max-width: 1000px) {
  .aboutGroup .picRestaurant01 {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .aboutGroup .picRestaurant01 {
    width: 150px;
    margin: 30px 8px 30px auto;
  }
}

/*aboutGroup*/
.voiceCommunity .portal {
  padding: 50px 0 30px;
}

.portalNews ul {
  width: 900px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .portalNews ul {
    display: block;
    width: 60%;
  }
}
@media screen and (max-width: 599px) {
  .portalNews ul {
    width: 90%;
  }
}
.portalNews ul li {
  width: 40%;
  padding: 20px;
  margin: 15px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 1000px) {
  .portalNews ul li {
    width: 100%;
    padding: 20px;
    margin: 0 0 0 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
  }
  .portalNews ul li:nth-child(1) {
    border-top: 1px solid #ccc;
  }
}
.portalNews ul li .info {
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.portalNews ul li .info .category {
  color: #fff;
  background-color: #ad404d;
  font-size: 14px;
  padding: 4px 13px;
  border-radius: 12px;
}
.portalNews ul li .info .date {
  font-size: 14px;
}
.portalNews ul li h3 {
  font-size: 16px;
  line-height: 160%;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .portalNews ul li h3 {
    font-size: 14px;
  }
}
.portalNews ul li h3 a:hover {
  color: #2371B4;
  text-decoration: underline;
}

/*portalNews*/
.portalTopRecBg {
  width: 100%;
}

.portalRecuit {
  background: #10a387;
  padding: 0 0 10px 0;
}
.portalRecuit h1 {
  text-align: center;
  color: #fff;
}
.portalRecuit h1 .en {
  font-size: 48px;
  font-family: "Varela Round", sans-serif;
}
.portalRecuit h1 .jp {
  font-size: 20px;
  font-family: "Kosugi Maru", sans-serif;
  display: block;
}
.portalRecuit .line {
  display: block;
  width: 50px;
  height: 9px;
  margin: 30px auto 60px;
  background-color: #f3c921;
}
.portalRecuit .inner {
  position: relative;
  padding: 0 0 40px 0;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #10a387;
}
@media (max-width: 1200px) {
  .portalRecuit .inner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .portalRecuit .inner {
    width: 100%;
    max-width: 100%;
    padding: 0 0 45% 0;
  }
}
@media screen and (max-width: 599px) {
  .portalRecuit .inner {
    padding: 0 0 55% 0;
  }
}
.portalRecuit .inner .message {
  color: #fff;
  margin: 0;
}
@media (max-width: 1200px) {
  .portalRecuit .inner .message {
    margin: 0 0 0 50px;
  }
}
@media screen and (max-width: 1000px) {
  .portalRecuit .inner .message {
    text-align: center;
    margin: 0;
  }
}
.portalRecuit .inner .message h2 {
  font-size: 36px;
  font-family: "Kosugi Maru", sans-serif;
  margin: 80px 0 40px 0;
}
@media screen and (max-width: 1000px) {
  .portalRecuit .inner .message h2 {
    margin: 0 0 40px 0;
  }
}
.portalRecuit .inner .message p {
  margin: 30px 0 0 10px;
}
@media screen and (max-width: 1000px) {
  .portalRecuit .inner .message p {
    text-align: center;
  }
}
.portalRecuit .inner .recImg01 {
  width: 45%;
  max-width: 420px;
  height: auto;
  position: absolute;
  right: 20%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .portalRecuit .inner .recImg01 {
    left: 7%;
    top: initial;
    bottom: 50px;
  }
}
.portalRecuit .inner .recImg02 {
  width: 45%;
  max-width: 420px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .portalRecuit .inner .recImg02 {
    right: 7%;
    bottom: 0;
  }
}

/*portalRecuit*/
/*footer*/
.linkArea {
  width: 550px;
  margin: 30px auto;
}
@media screen and (max-width: 1000px) {
  .linkArea {
    width: 100%;
    max-width: 550px;
  }
}
.linkArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.linkArea ul li {
  width: 200px;
  height: 200px;
  margin: 30px;
  border: 2px solid #10a387;
  border-radius: 100px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .linkArea ul li {
    width: 180px;
    height: 180px;
    border-radius: 90px;
    margin: 15px;
  }
}
@media screen and (max-width: 599px) {
  .linkArea ul li {
    width: 130px;
    height: 130px;
    border-radius: 65px;
    margin: 20px;
  }
}
.linkArea ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .linkArea ul li a {
    font-size: 16px;
  }
}
.linkArea ul li a i {
  display: block;
  font-size: 50px;
  margin: 40px 0 30px;
  color: #10a387;
}
@media screen and (max-width: 599px) {
  .linkArea ul li a i {
    font-size: 40px;
    margin: 20px 0 15px;
  }
}

.footerContents {
  background-color: #f5f5f5;
  padding: 30px 0 25px;
}
.footerContents .navArea {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 30px;
}
@media screen and (max-width: 1000px) {
  .footerContents .navArea {
    width: 100%;
  }
}
.footerContents .navArea img {
  width: 170px;
  height: auto;
  float: left;
}
@media screen and (max-width: 1000px) {
  .footerContents .navArea img {
    width: 25%;
    margin: 2.5%;
  }
}
.footerContents .navArea nav {
  float: left;
  margin: 0 0 0 50px;
}
@media screen and (max-width: 1000px) {
  .footerContents .navArea nav {
    width: 67.5%;
    margin: 0 0 0 2.5%;
  }
}
.footerContents .navArea nav ul {
  margin: 10px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .footerContents .navArea nav ul {
    display: block;
  }
}
.footerContents .navArea nav ul li {
  margin: 0 15px 0 0;
}
@media screen and (max-width: 1000px) {
  .footerContents .navArea nav ul li {
    margin: 10px 0;
  }
}
.footerContents .navArea nav ul li a {
  text-decoration: underline;
}
.footerContents .navArea .addressArea {
  float: left;
  margin: 0 0 0 50px;
}
@media screen and (max-width: 1000px) {
  .footerContents .navArea .addressArea {
    clear: both;
    margin: 0 5%;
  }
}
.footerContents .navArea .addressArea h3 {
  color: #fff;
  width: 170px;
  font-size: 16px;
  padding: 5px;
  margin: 0 0 10px;
  border-radius: 6px;
  background-color: #ad404d;
}
.footerContents .navArea .addressArea a {
  text-decoration: underline;
}
.footerContents hr {
  border-top: 1px solid #10a387;
}
.footerContents .snsArea ul {
  margin: 25px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerContents .snsArea ul li {
  color: #10a387;
  margin: 0 20px;
  font-size: 40px;
}
.footerContents .snsArea ul li a span {
  color: #fff;
  display: inline-block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

.credit small {
  text-align: center;
  color: #fff;
  font-size: 15px;
  background: #393636;
}

/*-----------------------------------page*/
/*パンくずリスト*/
.pankuzuPortal {
  font-size: 14px;
  background-color: #f5f5f5;
  margin: 30px 0 0;
  padding: 10px 5%;
}
.pankuzuPortal a {
  color: #2371B4;
}

/*タイトル*/
.portalH2 {
  width: 90%;
  text-align: center;
  margin: auto;
  line-height: 130%;
  padding: 15px 0;
  font-size: 24px;
  color: #ad404d;
  border-top: 1px solid #10a387;
  border-bottom: 1px solid #10a387;
}
.portalH2 span {
  font-size: 14px;
  color: #393636;
  display: block;
}
.portalH2.tbMargin {
  margin: 50px auto;
}

.portalH3 {
  font-size: 24px;
  border-left: 6px solid #10a387;
  padding: 3px 0 3px 10px;
  margin: 20px auto 30px;
  line-height: 150%;
}

.portalH4 {
  color: #fff;
  font-size: 20px;
  padding: 10px;
  margin: 30px auto;
  border-radius: 3px;
  background-color: #10a387;
}

.portalH5 {
  display: inline-block;
  color: #ad404d;
  font-size: 20px;
  font-weight: bold;
  margin: 15px 1% 5px 1%;
  padding: 6px;
  border: 1px solid #10a387;
  border-radius: 2px;
}

.fa-sort-down.flow {
  font-size: 34px;
  display: block;
  margin: auto;
  text-align: center;
}

/*会社概要*/
dl.dlStyle1 dt {
  color: #ad404d;
  padding: 5px 10px;
  background-color: #f5f5f5;
  margin: 30px 0;
}
dl.dlStyle1 dd {
  width: 96%;
  margin: auto;
}
dl.dlStyle1 dd .gmaps {
  width: 80%;
  height: 400px;
  margin: 20px 0;
}
@media screen and (max-width: 599px) {
  dl.dlStyle1 dd .gmaps {
    width: 96%;
    height: 300px;
  }
}
dl.dlStyle1 dd .small {
  font-size: 90%;
  margin: 0 0 10px 0;
}
dl.dlStyle1 dd .link {
  font-size: 90%;
  font-weight: normal;
}
dl.dlStyle1 dd .link i {
  margin: 0 5px;
}
dl.dlStyle1 dd dl dt {
  font-size: 110%;
  color: #ad404d;
  padding: 0;
  background: none;
  margin: 10px 0 5px;
}
dl.dlStyle1 dd dl dd {
  font-size: 90%;
  width: 100%;
  margin: auto;
}
dl.dlStyle1 dd h2 {
  font-size: 110%;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin: 20px 0 10px 0;
  padding: 0 0 5px 0;
}

/*代表メッセージ*/
.messageHeader {
  background: url(../img/portal/message/daihyo_top.jpg) top center no-repeat;
  background-size: 100% auto;
  padding: 0 0 80px 0;
  max-width: 1600px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .messageHeader {
    padding: 0 0 80px 0;
  }
}
@media screen and (max-width: 599px) {
  .messageHeader {
    padding: 0;
  }
}
.messageHeader h1 {
  font-size: 50px;
  color: #ad404d;
  line-height: 120%;
  font-family: "Kosugi Maru", sans-serif;
  margin: 0 0 20px 50px;
  padding: 120px 0 0 0;
}
@media screen and (max-width: 1000px) {
  .messageHeader h1 {
    padding: 80px 0 0 0;
    margin: 0 0 20px 40px;
  }
}
.messageHeader h1 span {
  display: block;
  font-size: 20px;
}
.messageHeader h2 {
  font-size: 24px;
  line-height: 180%;
  border-left: 2px solid #ad404d;
  padding: 60px 0 10px 30px;
  margin: 0 0 0 70px;
}
@media screen and (max-width: 1000px) {
  .messageHeader h2 {
    font-size: 20px;
    padding: 50px 0 10px 30px;
  }
}
@media screen and (max-width: 599px) {
  .messageHeader h2 {
    font-size: 20px;
    padding: 150px 0 10px 30px;
    margin: 0 0 0 40px;
  }
}

.messageContents {
  width: 80%;
  max-width: 800px;
  margin: 50px auto 100px;
}
@media screen and (max-width: 1000px) {
  .messageContents {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .messageContents {
    width: 90%;
    font-size: 15px;
  }
}
.messageContents p {
  margin: 30px 0;
}
.messageContents .messageCredit {
  text-align: right;
  line-height: 180%;
}
.messageContents .messageCredit .daihyoName {
  font-weight: bold;
  font-size: 20px;
}

.daihyoProfile {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 100px auto;
  padding: 70px 0 0 0;
  border: 1px solid #10a387;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .daihyoProfile {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .daihyoProfile {
    width: 90%;
    font-size: 15px;
  }
}
.daihyoProfile img {
  width: 120px;
  height: 120px;
  border: 10px solid #fff;
  border-radius: 60px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
}
.daihyoProfile h2 {
  text-align: center;
  letter-spacing: 0.05em;
  color: #ad404d;
  font-weight: bold;
}
.daihyoProfile h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0 5px 0;
  text-align: center;
}
.daihyoProfile span {
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 160%;
  margin: 0 0 30px 0;
}
.daihyoProfile p {
  font-size: 16px;
  margin: 20px;
}

/*経営理念・フィロソフィー*/
.missonText {
  font-size: 25px;
  text-align: center;
  margin: 80px auto 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .missonText {
    margin: 50px auto 20px;
  }
}

.missonTextSub {
  font-size: 18px;
  text-align: center;
  margin: 0 20px 60px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .missonTextSub {
    font-size: 15px;
    margin: 0 20px 50px;
  }
}

.philosophyWrap {
  width: 80%;
  max-width: 700px;
  margin: 80px auto;
}
@media screen and (max-width: 599px) {
  .philosophyWrap {
    width: 90%;
    max-width: 500px;
    margin: 50px auto;
  }
}
.philosophyWrap ol {
  margin: 0 0 100px 0;
}
.philosophyWrap ol li {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0;
  padding: 5px 5px 8px 5px;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 599px) {
  .philosophyWrap ol li {
    font-size: 16px;
    margin: 6px 0;
  }
}
.philosophyWrap ol li i {
  font-size: 18px;
  font-style: normal;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 18px;
  line-height: 35px;
  margin: 0 10px 0 0;
  text-align: center;
  color: #ad404d;
  border: 1px solid #ad404d;
}
@media screen and (max-width: 599px) {
  .philosophyWrap ol li i {
    font-size: 14px;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    line-height: 28px;
  }
}
.philosophyWrap ol li a {
  display: block;
}
.philosophyWrap dl {
  margin: 50px 0;
}
@media screen and (max-width: 599px) {
  .philosophyWrap dl {
    margin: 40px 0;
  }
}
.philosophyWrap dl dt {
  font-size: 22px;
  line-height: 150%;
  margin: 0 0 20px 0;
}
.philosophyWrap dl dt span {
  color: #ad404d;
  font-size: 18px;
}
@media screen and (max-width: 320px) {
  .philosophyWrap dl dt span {
    display: block;
    font-size: 22px;
  }
}
.philosophyWrap dl dd {
  font-size: 16px;
  margin: 0 0 0;
}
.philosophyWrap .companyName {
  display: block;
  margin: 60px auto;
  width: 400px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .philosophyWrap .companyName {
    width: 70%;
  }
}
.philosophyWrap .logoImg {
  display: block;
  margin: 60px auto;
  width: 180px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .philosophyWrap .logoImg {
    width: 150px;
  }
}

/*事業紹介*/
.portalServiceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto;
  /*中央揃えにしたい時*/
}
@media screen and (max-width: 599px) {
  .portalServiceWrap {
    display: block;
  }
}
.portalServiceWrap.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.portalServiceWrap .portalServiceBox {
  width: 44%;
  margin: 30px 3%;
}
@media screen and (max-width: 599px) {
  .portalServiceWrap .portalServiceBox {
    width: 90%;
    margin: 30px auto 50px;
  }
}
.portalServiceWrap .portalServiceBox img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.portalServiceWrap .portalServiceBox h3 {
  text-align: center;
  margin: 25px 0;
}
.portalServiceWrap .portalServiceBox h3 b, .portalServiceWrap .portalServiceBox h3 span {
  display: block;
}
.portalServiceWrap .portalServiceBox h3 b {
  font-size: 24px;
  line-height: 160%;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 1000px) {
  .portalServiceWrap .portalServiceBox h3 b {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .portalServiceWrap .portalServiceBox h3 b {
    font-size: 21px;
  }
}
.portalServiceWrap .portalServiceBox h3 span {
  color: #ad404d;
}
.portalServiceWrap .portalServiceBox p {
  font-size: 16px;
}
.portalServiceWrap .portalServiceBox a.btn {
  text-align: center;
  color: #fff;
  display: block;
  width: 80%;
  padding: 15px 0;
  margin: 20px auto;
  max-width: 260px;
  border-radius: 5px;
  background: #ad404d;
}
.portalServiceWrap .portalServiceBox a.btn:hover {
  opacity: 0.9;
}
.portalServiceWrap .portalServiceBox .buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.portalServiceWrap .portalServiceBox .buttonWrap a.btn {
  margin: 20px auto;
  width: 42%;
}

/*事業所一覧　相談支援*/
.portalBranchTree {
  background: #f5f5f5;
  border-radius: 15px;
  padding: 20px;
  margin: 30px auto;
}
.portalBranchTree h3 {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 5px 0;
}
.portalBranchTree .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .portalBranchTree .contents {
    display: block;
  }
}
.portalBranchTree .contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.portalBranchTree .contents ul li {
  font-size: 14px;
  color: #fff;
  padding: 8px 10px;
  margin: 10px 10px 10px 0;
  border-radius: 5px;
}
.portalBranchTree .contents ul li.cat1 {
  background: #2371B4;
}
.portalBranchTree .contents ul li.cat2 {
  background: #EB7970;
}
.portalBranchTree .contents ul li.cat3 {
  background: #ad404d;
}
.portalBranchTree .contents ul li.cat4 {
  background: #10a387;
}
.portalBranchTree .contents ul li.cat5 {
  background: #5e738d;
}
.portalBranchTree .contents .mapLink {
  font-size: 15px;
  color: #fff;
  background: #ad404d;
  border-radius: 20px;
  padding: 5px;
}
.portalBranchTree .contents .mapLink:hover {
  background: #10a387;
}
.portalBranchTree .contents table th {
  font-size: 20px;
  font-weight: bold;
  padding: 2px 10px 2px 0;
}
.portalBranchTree .contents table td {
  padding: 2px;
}
.portalBranchTree .contents h4 {
  font-weight: bold;
}
.portalBranchTree .contents .exterior {
  width: 250px;
  height: auto;
  border-radius: 3px;
  margin: 15px 0 0 15px;
}
@media screen and (max-width: 1000px) {
  .portalBranchTree .contents .exterior {
    display: block;
    margin: 15px 0 0 0;
  }
}

/*404ページ not found*/
img.robot404 {
  display: block;
  max-width: 65%;
  width: 320px;
  height: auto;
  margin: 40px auto;
}

.goTop {
  display: block;
  width: 200px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border: 1px solid #10a387;
  margin: 60px auto 60px;
  border-radius: 35px;
}
.goTop:hover {
  color: #10a387;
}

/*事業所一覧*/
.portalBranch h3 {
  font-size: 22px;
  font-weight: 600;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin: 40px 0;
  padding: 16px 10px;
}
@media screen and (max-width: 599px) {
  .portalBranch h3 {
    font-size: 17px;
    margin: 20px 0;
  }
}
@media screen and (max-width: 320px) {
  .portalBranch h3 {
    font-size: 15px;
  }
}
.portalBranch ul {
  width: 96%;
  margin: auto;
}
.portalBranch ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 20px 0;
}
.portalBranch ul li a:hover {
  border: 1px solid #10a387;
}
.portalBranch ul li a .info {
  width: 85%;
  padding: 15px;
}
@media screen and (max-width: 599px) {
  .portalBranch ul li a .info {
    width: 80%;
  }
}
.portalBranch ul li a .info h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 8px;
}
@media screen and (max-width: 599px) {
  .portalBranch ul li a .info h4 {
    font-size: 18px;
  }
}
.portalBranch ul li a .info i.tag {
  font-size: 12px;
  font-style: normal;
  position: relative;
  display: inline-block;
  margin: 0 6px 0 12px;
  padding: 0.6em 0.6em 0.6em 1.2em;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  border-radius: 0 3px 3px 0;
}
.portalBranch ul li a .info i.tag:before {
  position: absolute;
  top: 0;
  left: -1em;
  content: "";
  border-width: 1.1em 1em 1.1em 0;
  border-style: solid;
}
.portalBranch ul li a .info i.tag:after {
  font-size: 10px;
  position: absolute;
  top: center;
  left: 0;
  content: "●";
  color: #fff;
}
.portalBranch ul li a .info i.tag.no1 {
  background-color: #6ac0e0;
}
.portalBranch ul li a .info i.tag.no1:before {
  border-color: transparent #6ac0e0 transparent transparent;
}
.portalBranch ul li a .info i.tag.no1:after {
  border-color: transparent #6ac0e0 transparent transparent;
}
.portalBranch ul li a .info i.tag.no2 {
  background-color: #F8A404;
}
.portalBranch ul li a .info i.tag.no2:before {
  border-color: transparent #F8A404 transparent transparent;
}
.portalBranch ul li a .info i.tag.no2:after {
  border-color: transparent #F8A404 transparent transparent;
}
.portalBranch ul li a .info i.tag.no3 {
  background-color: #10a387;
}
.portalBranch ul li a .info i.tag.no3:before {
  border-color: transparent #10a387 transparent transparent;
}
.portalBranch ul li a .info i.tag.no3:after {
  border-color: transparent #10a387 transparent transparent;
}
.portalBranch ul li a .info i.tag.no4 {
  background-color: #EB7970;
}
.portalBranch ul li a .info i.tag.no4:before {
  border-color: transparent #EB7970 transparent transparent;
}
.portalBranch ul li a .info i.tag.no4:after {
  border-color: transparent #EB7970 transparent transparent;
}
.portalBranch ul li a .info i.tag.no5 {
  background-color: #5e738d;
}
.portalBranch ul li a .info i.tag.no5:before {
  border-color: transparent #5e738d transparent transparent;
}
.portalBranch ul li a .info i.tag.no5:after {
  border-color: transparent #5e738d transparent transparent;
}
.portalBranch ul li a .info i.tag.no6 {
  background-color: #2371B4;
}
.portalBranch ul li a .info i.tag.no6:before {
  border-color: transparent #2371B4 transparent transparent;
}
.portalBranch ul li a .info i.tag.no6:after {
  border-color: transparent #2371B4 transparent transparent;
}
.portalBranch ul li a .info i.tag.no7 {
  background-color: #A37AD3;
}
.portalBranch ul li a .info i.tag.no7:before {
  border-color: transparent #A37AD3 transparent transparent;
}
.portalBranch ul li a .info i.tag.no7:after {
  border-color: transparent #A37AD3 transparent transparent;
}
.portalBranch ul li a .info p {
  font-size: 90%;
  margin: 0 0 10px 0;
}
.portalBranch ul li a .more {
  color: #10a387;
  width: 15%;
  text-align: center;
  height: 100%;
  font-size: 11px;
}
@media screen and (max-width: 599px) {
  .portalBranch ul li a .more {
    width: 20%;
  }
  .portalBranch ul li a .more span {
    display: none;
  }
}
.portalBranch ul li a .more .fa-chevron-square-right {
  font-size: 38px;
  display: block;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 320px) {
  .portalBranch ul li a .more .fa-chevron-square-right {
    font-size: 30px;
  }
}

/*ヴィストの想い*/
.imaginationMain {
  width: 100%;
  height: auto;
  background: #10a387;
  padding: 20px 20px;
  margin: 0 auto 200px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .imaginationMain {
    margin: 0 auto 150px;
  }
}
.imaginationMain .imaginationInner {
  width: 100%;
  margin: 0;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 30px;
  padding: 40px 0 150px 0;
}
@media screen and (max-width: 599px) {
  .imaginationMain .imaginationInner {
    padding: 40px 0 110px 0;
  }
}
.imaginationMain .imaginationInner p {
  font-size: 110%;
  line-height: 200%;
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 599px) {
  .imaginationMain .imaginationInner p {
    font-size: 100%;
  }
}
.imaginationMain .imaginationInner p:last-child {
  margin: none;
}
.imaginationMain .imaginationInner .coverTopWide {
  display: block;
  margin: 40px auto 70px;
  width: 80%;
  max-width: 1100px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .imaginationMain .imaginationInner .coverTopWide {
    display: none;
  }
}
@media (min-width: 1000px) {
  .imaginationMain .imaginationInner .coverTop {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .imaginationMain .imaginationInner .coverTop {
    display: block;
    margin: 0 auto 25px;
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .imaginationMain .imaginationInner .coverTop {
    display: block;
    margin: 0 auto 25px;
    width: 98%;
    height: auto;
  }
}
.imaginationMain .imaginationInner .coverBottom {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 200px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .imaginationMain .imaginationInner .coverBottom {
    width: 160px;
    height: auto;
    margin: 0 auto 25px;
  }
}

/*ヴィストの歩み・沿革*/
.historyTab {
  width: 90%;
  max-width: 1100px;
  border-bottom: 3px solid #ad404d;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
@media screen and (max-width: 599px) {
  .historyTab {
    width: 100%;
  }
}
.historyTab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 15px;
}
@media screen and (max-width: 599px) {
  .historyTab li {
    margin: 0 10px;
  }
}
.historyTab li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  padding: 20px 20px;
  background: #EBEBEB;
  color: #393636;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .historyTab li a {
    font-size: 15px;
    padding: 20px 10px;
  }
}
.historyTab li a.active {
  background: #ad404d;
  color: white;
}
.historyTab li a:hover {
  opacity: 0.9;
}

.historyWrap {
  width: 80%;
  max-width: 720px;
  margin: 80px auto;
}
@media screen and (max-width: 599px) {
  .historyWrap {
    width: 90%;
    max-width: 500px;
    margin: 50px auto;
  }
}
.historyWrap .coverBottom {
  display: block;
  width: 250px;
  text-align: center;
  margin: 0 auto;
}
.historyWrap .dlBasic {
  padding: 10px;
}
.historyWrap .dlBasic dt {
  background: #10a387;
  border-radius: 5px;
  color: white;
  padding: 5px 10px;
}
.historyWrap .dlBasic dd table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
}
.historyWrap .dlBasic dd table tr {
  border-bottom: 1px solid #ddd;
}
.historyWrap .dlBasic dd table tr:last-child {
  border-bottom: none;
}
.historyWrap .dlBasic dd table tr th, .historyWrap .dlBasic dd table tr td {
  font-size: 92%;
  padding: 20px 2%;
  margin: 0 10px;
}
.historyWrap .dlBasic dd table tr th {
  width: 10%;
}
@media screen and (max-width: 599px) {
  .historyWrap .dlBasic dd table tr th {
    width: 20%;
  }
}
.historyWrap .dlBasic dd table tr td {
  width: 82%;
}
@media screen and (max-width: 599px) {
  .historyWrap .dlBasic dd table tr td {
    width: 72%;
  }
}
.historyWrap .dlBasic dd table tr td .smallCap {
  font-size: 84%;
}

.digestWrap {
  width: 86%;
  max-width: 1000px;
  margin: 80px auto 60px;
  padding: 20px 0;
  position: relative;
  background: #f5f5f5;
}
@media screen and (max-width: 599px) {
  .digestWrap {
    width: 100%;
    margin: 50px auto;
  }
}
.digestWrap p.text {
  width: 86%;
  margin: 50px auto;
}
@media screen and (max-width: 599px) {
  .digestWrap p.text {
    width: 90%;
    margin: 30px auto;
  }
}
.digestWrap .historyBoxWrap {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.digestWrap .historyBoxWrap .foots {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 0 15px 0;
}
.digestWrap .historyBoxWrap .foots i {
  font-size: 160%;
  color: #777;
}
.digestWrap .historyBoxWrap .historyBox {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background: white;
  border-radius: 10px;
  border: 1px solid #ccc;
  position: relative;
}
@media screen and (max-width: 599px) {
  .digestWrap .historyBoxWrap .historyBox {
    width: 90%;
    margin: 30px auto;
  }
}
.digestWrap .historyBoxWrap .historyBox .details {
  width: 50%;
  float: left;
}
@media screen and (max-width: 599px) {
  .digestWrap .historyBoxWrap .historyBox .details {
    width: 100%;
    float: none;
  }
}
.digestWrap .historyBoxWrap .historyBox .year {
  color: white;
  background: #10a387;
  position: absolute;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 35px;
  top: -30px;
  left: -20px;
  z-index: 15;
}
.digestWrap .historyBoxWrap .historyBox img {
  display: block;
  width: 47%;
  float: left;
  margin: 0 3% 0 0;
}
@media screen and (max-width: 599px) {
  .digestWrap .historyBoxWrap .historyBox img {
    width: 100%;
    float: none;
  }
}
.digestWrap .historyBoxWrap .historyBox h2 {
  color: #ad404d;
  font-size: 22px;
  line-height: 160%;
  margin: 20px 5px;
}
@media screen and (max-width: 599px) {
  .digestWrap .historyBoxWrap .historyBox h2 {
    font-size: 20px;
  }
}
.digestWrap .historyBoxWrap .historyBox h2 span {
  color: #393636;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .digestWrap .historyBoxWrap .historyBox h2 span {
    font-size: 14px;
  }
}
.digestWrap .historyBoxWrap .historyBox hr {
  background: #ad404d;
  width: 30px;
  height: 3px;
  border: none;
  margin: 0 5px;
}
.digestWrap .historyBoxWrap .historyBox p {
  margin: 20px 5px;
}
.digestWrap .coverBottom {
  position: absolute;
  width: 250px;
  bottom: 100px;
  left: 0;
  right: 0;
}

.coverBottom {
  display: block;
  width: 250px;
  text-align: center;
  margin: 0 auto 100px;
}
@media screen and (max-width: 599px) {
  .coverBottom {
    width: 200px;
    margin: 0 auto 50px;
  }
}

/*アクセシビリティ*/
.accesssibilityList li {
  width: 100%;
  margin: 30px 2%;
  padding: 2%;
  border: 1px solid #000;
}
.accesssibilityList li img {
  border: 1px solid #000;
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}

.footerContents .navArea nav ul {
    flex-wrap: wrap;
    max-width: 580px;
    gap: 16px 0;
}

/*会社情報 .infoNaviPavge common-pages.scssに移動 */
/*# sourceMappingURL=portal.css.map */