@charset "UTF-8";
/*TOP*/
.mainvisual {
  background: url("../images/banner_bg.jpg") no-repeat top center;
  background-size: contain;
}
.mainvisual .inner_main {
  display: flex;
  justify-content: space-between;
  padding-top: 5%;
}
.mainvisual .inner_main .txt_main {
  width: 30%;
}
.mainvisual .inner_main .txt_main .head_txt {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
  font-weight: 350;
  font-size: 18px;
  line-height: 55px;
  letter-spacing: 0.03em;
  color: #3DA3CA;
  text-align: center;
}
.mainvisual .inner_main .txt_main h1 span {
  display: block;
  font-family: "MADE Okine Sans PERSONAL USE", "Barlow Condensed", sans-serif, "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
  font-style: normal;
  font-size: 50px;
  line-height: 70px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3DA3CA;
}
.mainvisual .inner_main .txt_main h1 .line {
  display: block;
  position: relative;
  width: 170px;
  height: 130px;
  margin: 7% auto;
}
.mainvisual .inner_main .txt_main h1 .line .banner-hr {
  position: absolute;
  width: 170px;
  height: 4px;
  left: 0;
  top: 13px;
  background: #3da3ca;
  border: none;
  transform: rotate(45deg);
}
.mainvisual .inner_main .txt_main h1 .line .banner-hr.banner-hr-2 {
  transform: rotate(135deg);
}
.mainvisual .inner_main .img_main {
  width: 65%;
  margin-bottom: -100px;
}
@media screen and (max-width: 768px) {
  .mainvisual .inner_main {
    flex-wrap: wrap;
  }
  .mainvisual .inner_main .txt_main {
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
  }
  .mainvisual .inner_main .txt_main .head_txt {
    font-size: 18px;
  }
  .mainvisual .inner_main .txt_main h1 {
    margin-top: -4%;
  }
  .mainvisual .inner_main .txt_main h1 span {
    display: inline-block;
    font-size: 5vw;
  }
  .mainvisual .inner_main .txt_main h1 .line {
    display: inline-block;
    width: 17px;
    height: 3px;
    margin: 28px auto;
    width: 2vw;
  }
  .mainvisual .inner_main .txt_main h1 .line .banner-hr {
    width: 2vw;
    height: 3px;
    top: -2.5vw;
  }
  .mainvisual .inner_main .img_main {
    width: 80%;
    margin: 0 auto -10%;
  }
}
@media screen and (max-width: 480px) {
  .mainvisual .inner_main .txt_main .head_txt {
    line-height: normal;
  }
  .mainvisual .inner_main .txt_main h1 {
    margin-top: 0;
    text-align: center;
  }
  .mainvisual .inner_main .txt_main h1 .line {
    margin: -2px auto;
    width: 4vw;
  }
  .mainvisual .inner_main .txt_main h1 .line .banner-hr {
    top: -6.75vw;
    width: 4vw;
  }
  .mainvisual .inner_main .txt_main h1 span {
    line-height: normal;
    font-size: 5vw;
  }
}

.about {
  background: #F9F9F9;
  padding: 200px 0 100px;
}
.about .about-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .about-wrap .about-left {
  width: 45%;
}
.about .about-wrap .about-right {
  width: 45%;
  margin-top: 100px;
}
.about .about-wrap .about-right .flex_jus_between {
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about .about-wrap .about-right .flex_jus_between {
    margin-top: 20px;
  }
}
.about .about-wrap .about-right .flex_jus_between img {
  width: 128px;
}
.about .about-wrap .about-right .about-text02 {
  font-size: 15px;
  line-height: 30px;
  color: #757575;
}
.about .about-wrap .about-right .about-text03 {
  width: calc(100% - 145px);
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
}
.about .about-wrap .about-right .about-text03 strong {
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}
.about .about-wrap .about-both {
  width: 100%;
  margin-top: 40px;
}
.about .about-wrap .about-both h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.about .about-wrap .about-both ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.about .about-wrap .about-both ul img {
  height: 90px;
  width: auto;
  margin: 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 15% 0 8%;
    text-align: center;
  }
  .about .about-wrap {
    width: 90%;
    margin: auto;
  }
  .about .about-wrap .about-left {
    width: 100%;
  }
  .about .about-wrap .about-left .style_btn01 {
    display: none;
  }
  .about .about-wrap .about-right {
    width: 100%;
    margin-top: 10px;
  }
  .about .about-wrap .about-right .sp {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .about .about-wrap .about-right .about-text03 {
    width: calc(100% - 88px);
    text-align: left;
    font-size: 12px;
  }
  .about .about-wrap .about-right .about-text03 strong {
    font-size: 12px;
  }
  .about .about-wrap .about-right .flex_jus_between p:first-of-type {
    line-height: 1;
  }
  .about .about-wrap .about-right .flex_jus_between img {
    width: 85px;
  }
  .about .about-wrap .about-both {
    margin-top: 60px;
  }
  .about .about-wrap .about-both ul {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .about .about-wrap .about-both ul li {
    width: 30%;
  }
  .about .about-wrap .about-both ul li img {
    height: auto;
  }
}

.about-logo {
  margin-top: 2%;
  text-align: center;
  border-color: black;
  display: flex;
  flex-wrap: wrap;
  border: groove;
  border-width: 1px;
  padding: 2% 2% 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.about-logo > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about-logo img {
  height: 26px;
  width: auto;
  display: block;
  margin: 10px;
}
.about-logo > div img {
  height: 40px;
  width: auto;
}
.about-logo > div a:last-of-type img {
  height: 26px;
}
.about-logo > a:nth-of-type(1) img {
  height: 20px;
}
.about-logo > a:nth-of-type(2) img {
  height: 22px;
}
.about-logo > a:nth-of-type(3) img {
  height: 70px;
}
@media screen and (max-width: 768px) {
  .about-logo {
    width: 100%;
    margin: 2% auto 0;
    padding: 3% 8% 1%;
    box-sizing: border-box;
  }
  .about-logo img {
    height: 26px;
    width: auto;
    margin: 15px 10px;
  }
  .about-logo > div img {
    height: 43px;
    width: auto;
  }
  .about-logo > div a:last-of-type img {
    height: 26px;
  }
  .about-logo > a:nth-of-type(3) img {
    height: 70px;
    width: auto;
    margin: 0 5px;
  }
}

.service {
  padding: 100px 0;
}

.service-content {
  margin-top: 40px;
}

.tab-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.tab-wrapper .tab {
  position: relative;
  width: 48%;
  background: url("../images/service_bg.jpg") no-repeat top center;
  background-size: cover;
  border-radius: 24px;
  box-sizing: border-box;
  padding: 6% 10%;
  display: flex;
  justify-content: flex-end;
}
.tab-wrapper .tab:after {
  position: absolute;
  content: "";
  width: 72px;
  height: 1px;
  right: -20px;
  top: 35%;
  background: #3DA3CA;
}
.tab-wrapper .tab .cont_tab {
  width: 100%;
  color: #fff;
}
.tab-wrapper .tab .cont_tab a {
  color: #fff;
}
.tab-wrapper .tab .cont_tab .ttl {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.tab-wrapper .tab .cont_tab .link_tab {
  position: relative;
  margin-bottom: 20px;
}
.tab-wrapper .tab .cont_tab .link_tab dl {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  padding: 10px;
}
.tab-wrapper .tab .cont_tab .link_tab dl dt {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-align: right;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.tab-wrapper .tab .cont_tab .link_tab dl dd {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-align: right;
  letter-spacing: 0.03em;
  padding-right: 20px;
}
.tab-wrapper .tab .cont_tab .link_tab dl dd span {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .tab-wrapper .tab .cont_tab .link_tab:hover, .tab-wrapper .tab .cont_tab .link_tab.active {
    background: #fff;
  }
  .tab-wrapper .tab .cont_tab .link_tab:hover dt, .tab-wrapper .tab .cont_tab .link_tab.active dt {
    color: #3DA3CA;
  }
  .tab-wrapper .tab .cont_tab .link_tab:hover dd, .tab-wrapper .tab .cont_tab .link_tab.active dd {
    color: #000000;
  }
  .tab-wrapper .tab .cont_tab .link_tab:hover dd span, .tab-wrapper .tab .cont_tab .link_tab.active dd span {
    color: #757575;
  }
}
.tab-wrapper .tab_content {
  width: 48%;
}
.tab-wrapper .tab_content .tab_item {
  display: none;
}
.tab-wrapper .tab_content .tab_item .ttl {
  position: relative;
  font-size: 24px;
  font-family: "MADE Okine Sans PERSONAL USE", "Barlow Condensed", sans-serif, "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
  font-style: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3DA3CA;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.tab-wrapper .tab_content .tab_item .ttl .num {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  text-align: right;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3DA3CA;
  padding-right: 10px;
}
.tab-wrapper .tab_content .tab_item .sub {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
  font-weight: 500;
  font-size: 38px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 40px;
}
.tab-wrapper .tab_content .tab_item .style_btn01 {
  justify-content: flex-end;
}
.tab-wrapper .tab_content .tab_item.active {
  display: block;
}
.tab-wrapper .tab_content .tab_item.service_contents_02 h4.sub, .tab-wrapper .tab_content .tab_item.service_contents_05 h4.sub {
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .tab-wrapper .tab_content .tab_item.service_contents_02 h4.sub, .tab-wrapper .tab_content .tab_item.service_contents_05 h4.sub {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .tab-wrapper {
    flex-wrap: wrap;
    margin-top: 5%;
  }
  .tab-wrapper .tab {
    width: 110%;
    background: url("../images/sp_service_bg.png") no-repeat top center;
    background-size: cover;
    border-radius: 0;
    padding: 4% 6%;
    margin: 20px -5% 50px;
  }
  .tab-wrapper .tab:after {
    height: 30px;
    width: 1px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -30px;
  }
  .tab-wrapper .tab .cont_tab .ttl {
    margin-bottom: 4%;
    margin-top: 4%;
  }
  .tab-wrapper .tab .cont_tab .list_link_tab {
    display: flex;
    flex-wrap: wrap;
  }
  .tab-wrapper .tab .cont_tab .list_link_tab > div:last-of-type {
    margin-bottom: 0;
  }
  .tab-wrapper .tab .cont_tab .link_tab {
    margin-bottom: 10px;
  }
  .tab-wrapper .tab .cont_tab .link_tab dl {
    flex-direction: unset;
    padding: 5px;
  }
  .tab-wrapper .tab .cont_tab .link_tab dl dd {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 5px;
  }
  .tab-wrapper .tab .cont_tab .link_tab dl dd span {
    display: none;
  }
  .tab-wrapper .tab .cont_tab .link_tab.active dl {
    border-bottom: 2px solid #fff;
  }
  .tab-wrapper .tab .cont_tab a {
    font-size: 0.765rem;
  }
  .tab-wrapper .tab_content {
    width: 100%;
  }
  .tab-wrapper .tab_content .tab_item .sub {
    font-size: 19px;
    margin-bottom: 5%;
  }
  .tab-wrapper .tab_content .tab_item .style_btn01 {
    justify-content: center;
  }
}

.biz_banner_item {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .biz_banner_item {
    margin-top: 20px;
  }
}
.biz_banner_item a {
  width: 95%;
  margin-top: 5%;
  margin-left: 2.5%;
  display: block;
  font-size: 18px;
  border: 1px solid #9D9D9D;
  padding: 20px 120px 20px 20px;
  height: 108px;
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .biz_banner_item a {
    padding: 15px;
    height: initial;
  }
}
.biz_banner_item a:hover {
  background: #3DA3CA;
  color: #fff;
  border: 1px solid #3DA3CA;
}
.biz_banner_item a:hover .cm-arr2 {
  right: 15px;
}
.biz_banner_item a:hover .cm-arr2:before {
  background: #fff;
}
.biz_banner_item a:hover .cm-arr2:after {
  border-color: #fff;
}

.service-page .biz_banner_item a {
  width: 100%;
  margin-left: 0;
}

.career_cont {
  background: #DCDCDC;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 4% 8% 4% 5%;
  box-sizing: border-box;
}
.career_cont .txt_cont {
  width: calc(100% - 450px);
  text-align: center;
}
.career_cont .txt_cont h3 {
  font-family: "MADE Okine Sans PERSONAL USE", "Barlow Condensed", sans-serif, "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3DA3CA;
}
.career_cont .txt_cont h4 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.03em;
  color: #000000;
}
.career_cont .txt_cont .style_btn01 {
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .career_cont .txt_cont .style_btn01 {
    margin-top: 8%;
  }
}
.career_cont .img_cont {
  width: 427px;
}
@media screen and (max-width: 768px) {
  .career_cont {
    flex-direction: column-reverse;
    border-radius: 0;
    padding: 4%;
  }
  .career_cont .txt_cont {
    width: 100%;
    padding: 8% 0 4%;
  }
  .career_cont .txt_cont h3, .career_cont .txt_cont h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .career_cont .txt_cont h3, .career_cont .txt_cont h4 {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  .career_cont .img_cont {
    width: 100%;
  }
  .career_cont .img_cont img {
    width: 100%;
  }
}

.news {
  padding: 80px 0;
}
.news .inner_news .news_ttl {
  position: relative;
}
.news .inner_news .news_ttl .style_btn01 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-top: 0;
}
.news .inner_news .cont_news {
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  padding: 50px 0;
}
.news .inner_news .cont_news ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.news .inner_news .cont_news ul li {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 50px;
}
.news .inner_news .cont_news ul li:nth-child(4n+4) {
  margin-right: 0;
}
.news .inner_news .cont_news ul li a {
  text-decoration: none;
}
.news .inner_news .cont_news ul li a span.date {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #827E7C;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.news .inner_news .cont_news ul li a span.date span {
  background: #fff;
  color: #827E7C;
  border: 1px solid #827E7C;
  padding: 3px 18px 4px;
  border-radius: 20px;
  line-height: 1;
  margin-right: 8px;
  font-size: 75%;
}
.news .inner_news .cont_news ul li a span.date span.category-honesty {
  background: #3DA3CA;
  border: 1px solid #3DA3CA;
  color: #fff;
  padding: 3px 18px 4px;
  border-radius: 20px;
  line-height: 1;
  margin-right: 8px;
  font-size: 85%;
  position: relative;
  bottom: 2px;
}
.news .inner_news .cont_news ul li a p {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 25% 0;
  }
  .news .inner_news .news_ttl .style_btn01 {
    display: none;
  }
  .news .inner_news .news_ttl .style_ttl01 {
    font-size: 46px;
  }
  .news .inner_news .cont_news {
    padding: 8% 0;
  }
  .news .inner_news .cont_news ul {
    height: 350px;
    overflow-y: scroll;
    padding-top: 1%;
  }
  .news .inner_news .cont_news ul li {
    width: 100%;
    margin-bottom: 8%;
  }
  .news .inner_news .sp {
    display: flex !important;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .service {
    padding: 8% 0;
  }
}/*# sourceMappingURL=top.css.map */