@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "BarlowCondensed-Bold";
  src: url("../fonts/BarlowCondensed-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Thin";
  src: url("../fonts/NotoSansCJKjp-Thin.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2");
  font-display: swap;
}
/*	layout
------------------------------------ */
/* animation
例）animation: fadedown .5s ease-in-out;
遅延）animation-delay: 0.5s;
最後の状態維持）animation-fill-mode: forwards;
------------------------------------ */
@keyframes fadedown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    transform: translateY(-5px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(5px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes faderight {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  50% {
    transform: translateX(5px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes grad-fill {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes floatY {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(var(--amp));
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.com-ib {
  display: inline-block;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.anchor-mp {
  margin: -90px auto 0;
  padding-top: 90px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 30px 0 0;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 100px 0;
  }
}

/*  共通パーツ
------------------------------------ */
.com-person-bnr {
  width: 285px;
  padding: 20px;
  background: url(../img/top/side-img.jpg) no-repeat center/cover;
  border: 1px solid #fff;
}
.com-person-bnr-ttl {
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-person-bnr-ttl {
    font-size: 1.5rem;
  }
}
.com-person-bnr-ac {
  display: inline-block;
  height: 30px;
  padding: 0 16px;
  background: #0431b4;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-person-bnr-ac {
    font-size: 1.5rem;
  }
}

.news-post {
  width: 100%;
}
.news-post-item:first-of-type a {
  padding-top: 0;
}
.news-post-item:last-of-type a {
  padding-bottom: 0;
}
.news-post-item:nth-of-type(n+2) {
  border-top: 1px solid #b3b3b3;
}
.news-post-link {
  display: block;
  padding: 25px 0;
}
.news-post-flx {
  line-height: 1.2;
}
.news-post-time {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #8c8c8c;
  line-height: 1.2;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-tag {
  display: flex;
  margin-left: 23px;
  padding-left: 10px;
  border-left: 1px solid #0431b4;
  flex-wrap: wrap;
}
.news-post-tag-txt {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #0431b4;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-tag li:nth-of-type(n+2)::before {
  content: ",";
}
.news-post-ttl {
  margin-top: 15px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 520px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
.com-tag-link {
  display: flex;
  width: 100%;
  padding: 15px 50px;
  border: 1px solid #0431b4;
  background: url(../img/price/arrow.png) no-repeat calc(100% - 20px) 50%;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  color: #0431b4;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-tag-link:hover {
    background-position-y: 60%;
  }
}

/* =========================================

  main layout  all

========================================= */
/* top-business  PC
------------------------------------ */
#top-business {
  background: #fff;
}
#top-business .business-inner {
  position: relative;
}
#top-business .business-img {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  #top-business .business-ttl {
    text-align: left;
  }
}
#top-business .business-list {
  margin-top: 30px;
}
#top-business .business-list-item {
  padding-left: 40px;
  background: url(../img/top/business-check.png) no-repeat left center;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #111111;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #top-business .business-list-item {
    font-size: 1.5rem;
  }
}
#top-business .business-list-item:nth-of-type(n+2) {
  margin-top: 15px;
}
#top-business .business-txt {
  margin-top: 40px;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-business .business-txt {
    font-size: 1.5rem;
  }
}
#top-business .business-txt .ac {
  color: #0431b4;
}

/* top-about  PC
------------------------------------ */
#top-about .about-bg {
  background: url(../img/top/about-bg.jpg) no-repeat center/cover;
}
#top-about .about-box {
  max-width: 860px;
  margin: auto;
  padding: 80px 125px;
  background: rgba(255, 255, 255, 0.9);
}
#top-about .about-txt-box {
  margin: 35px auto 0;
}
@media screen and (min-width: 768px) {
  #top-about .about-txt-box {
    text-align: center;
  }
}
#top-about .about-btn {
  margin-top: 40px;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-list-item {
  width: 49%;
  max-width: 620px;
}
#top-bnr .bnr-list-link {
  display: block;
  transform: translateY(0);
}
#top-bnr .bnr-list-link01 {
  background: url(../img/top/price-img.jpg) no-repeat left center/cover;
}
#top-bnr .bnr-list-link02 {
  background: url(../img/top/case-img.jpg) no-repeat left center/cover;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-link:hover {
    transform: translateY(-5px);
    opacity: 1;
  }
}
#top-bnr .bnr-list-con {
  width: 330px;
  height: 100%;
  margin-left: auto;
  padding: 100px 0;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 19px) calc(100% - 19px) #fff;
  clip-path: polygon(80px 0%, 100% 0, 100% 100%, 0% 100%);
}
#top-bnr .bnr-list-con02 {
  padding: 100px 21px 100px 0;
  text-align: right;
}
#top-bnr .bnr-list-con02 .com-ttl01 {
  display: inline-block;
  text-align: center;
}
#top-bnr .com-ttl01-ja {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #top-bnr .com-ttl01-ja {
    font-size: 1.6rem;
  }
}

/* com-person  PC
------------------------------------ */
.com-person .person-inner {
  position: relative;
}
.com-person .person-ttl {
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-person .person-ttl {
    font-size: 1.7rem;
  }
}
.com-person .person-ttl .ac {
  color: #0431b4;
}
.com-person .person-ttl02 {
  font-size: 3.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .com-person .person-ttl02 {
    font-size: 1.8rem;
  }
}
.com-person .person-img {
  position: absolute;
  top: 101px;
  right: 90px;
  z-index: -1;
}
.com-person .person-txt {
  margin-top: 32px;
}
.com-person .person-txt02 {
  margin-top: 19px;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .com-person .person-txt02 {
    font-size: 1.5rem;
  }
}
.com-person .person-non {
  margin: 80px auto 0 -12px;
  position: relative;
}
.com-person .person-non::before {
  content: "";
  width: 193px;
  height: 144px;
  background: url(../img/top/person-deco-right.png) no-repeat right top/contain;
  position: absolute;
  right: -50px;
  top: 20px;
  z-index: -1;
}
.com-person .person-non-con {
  margin-left: 45px;
}
.com-person .person-btn {
  margin: 60px auto 0;
}

/* top-news  PC
------------------------------------ */
#top-news {
  background: #fff;
}
#top-news .news-left {
  max-width: 250px;
}
#top-news .news-post {
  max-width: 760px;
}
#top-news .news-btn {
  width: 250px;
  margin-top: 88px;
}

/* =========================================

  sub layout  all

========================================= */
.sub main {
  background: #fff;
}

/* service  PC
------------------------------------ */
#service .for {
  position: relative;
}
#service .for-img {
  position: absolute;
  left: calc(50% - 960px);
  top: 60px;
}
#service .for-con {
  max-width: 710px;
  margin-left: auto;
}
#service .for-ttl {
  text-align: left;
}
#service .for-txt-box {
  margin-top: 40px;
}
#service .feature {
  background: #ededed;
}
#service .feature-list {
  margin: 50px auto 0;
}
#service .feature-list-item {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
#service .feature-list-item:nth-of-type(n+2) {
  margin-top: 60px;
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  #service .feature-list-con {
    max-width: 520px;
    padding-top: 30px;
  }
  #service .feature-list-con-l {
    margin-right: 40px;
  }
  #service .feature-list-con-r {
    margin-left: 40px;
  }
}
#service .feature-list-ttl {
  text-align: left;
}
#service .feature-list-txt {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  #service .feature-list-img {
    width: 48.4%;
  }
}
#service .feature .sm {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #service .feature .sm {
    font-size: 1.5rem;
  }
}
#service .feature-ttl {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #service .feature-ttl {
    font-size: 1.5rem;
  }
}
#service .curriculum-txt {
  margin: 45px auto 0;
}
@media screen and (min-width: 768px) {
  #service .curriculum-txt {
    text-align: center;
  }
}
#service .curriculum-box {
  max-width: 760px;
  margin: 45px auto 0;
  padding: 61px 129px 45px 110px;
  background: #ededed;
}
#service .curriculum-box-ttl {
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #service .curriculum-box-ttl {
    font-size: 1.5rem;
  }
}
#service .curriculum-list {
  margin: 40px auto 0;
}
#service .curriculum-list-item {
  padding-left: 35px;
  background: url(../img/top/business-check.png) no-repeat left 5px/19px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #service .curriculum-list-item {
    font-size: 1.5rem;
  }
}
#service .curriculum-list-item:nth-of-type(n+2) {
  margin: 26px auto 0;
}
#service .curriculum-note {
  margin-top: 22px;
  text-align: right;
}
#service .com-person {
  background-color: #ededed;
}
#service .person-inner {
  z-index: 1;
}

/* price  PC
------------------------------------ */
#price .price-flx {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0;
}
#price .price-flx-txt {
  margin-left: 33px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #price .price-flx-txt {
    font-size: 1.5rem;
  }
}
#price .price-tag {
  display: flex;
  margin: 70px auto 0;
}
#price .price-tag-item {
  width: 100%;
  max-width: 250px;
}
#price .price-tag-item:nth-of-type(n+2) {
  margin-left: 25px;
}
#price .price-tag-link {
  display: block;
  height: 60px;
  border: 1px solid #0431b4;
  background: url(../img/price/arrow.png) no-repeat calc(100% - 22px) 50%;
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  color: #0431b4;
  line-height: 58px;
}
@media screen and (max-width: 768px) {
  #price .price-tag-link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #price .price-tag-link:hover {
    background-position: calc(100% - 22px) 60%;
    opacity: 1;
  }
}
#price .price-list {
  margin: 80px auto 0;
}
#price .price-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
#price .price-list-box {
  margin: 20px auto 0;
  border: 1px solid #111111;
}
#price .price-list-box h5 {
  padding: 23px 0;
  text-align: center;
  background: #111111;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #price .price-list-box h5 {
    font-size: 1.5rem;
  }
}
#price .price-list-box-list li:nth-of-type(n+2) {
  border-top: 1px solid #b3b3b3;
}
#price .price-list-box-table {
  display: flex;
}
#price .price-list-box-table p {
  width: 50%;
  padding: 15px 35px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #111111;
  line-height: 1.88;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #price .price-list-box-table p {
    font-size: 1.5rem;
  }
}
#price .price-list-box-table p:nth-of-type(1) {
  text-align: left;
}
#price .price-list-box-table p:nth-of-type(2) {
  text-align: right;
}
#price .price-list-box-note {
  width: calc(100% - 20px);
  margin: 10px auto;
  padding: 20px 33px 15px;
  border-radius: 10px;
  background-color: #e6e6e6;
  text-align: center;
}
#price .price-list-box-note02 {
  padding: 20px 35px;
  text-align: left;
}
#price .price-list-box-note03 {
  margin: 60px auto 0;
  padding: 40px 80px;
  text-align: left;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.88;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #price .price-list-box-note03 {
    font-size: 1.5rem;
  }
}
#price .price-list-txt {
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #price .price-list-txt {
    font-size: 1.5rem;
  }
}
#price .price-list-txt02 {
  text-align: left;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #price .price-list-txt02 {
    font-size: 1.5rem;
  }
}
#price .price-list-num {
  margin-left: 20px;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  color: #ff0040;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #price .price-list-num {
    font-size: 1.5rem;
  }
}
#price .price-list-tax {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #price .price-list-tax {
    font-size: 1.5rem;
  }
}
#price .price-list-caution {
  color: #737373;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #price .price-list-caution {
    font-size: 1.5rem;
  }
}
#price .price-list-lead {
  padding-top: 25px;
  text-align: center;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.68;
}
@media screen and (max-width: 768px) {
  #price .price-list-lead {
    font-size: 1.5rem;
  }
}
#price .price-list-lead .ac {
  color: #ff0040;
}
#price .price-list-map {
  margin: 20px auto;
  text-align: center;
}

/* case  PC
------------------------------------ */
#case .case {
  background: #ededed;
}
#case .case-list {
  margin: 50px auto 0;
}
#case .case-list-item {
  display: flex;
  padding: 40px 60px 40px 80px;
  background: #fff;
  justify-content: space-between;
}
#case .case-list-img {
  width: 440px;
  height: 270px;
  position: relative;
}
#case .case-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #case .case-list-con {
    max-width: 460px;
    padding-top: 10px;
  }
}
#case .case-list-txt {
  margin-top: 14px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #case .case-list-txt {
    font-size: 1.5rem;
  }
}
#case .faq-list {
  margin: 50px auto 0;
}
#case .faq-list-item:nth-of-type(n+2) {
  margin-top: 50px;
}
#case .faq-list-ttl {
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #b3b3b3;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #case .faq-list-ttl {
    font-size: 1.5rem;
  }
}
#case .faq-list-ttl::before {
  content: "Q";
  width: 32px;
  height: 32px;
  margin-right: 13px;
  background-color: #000000;
  text-align: center;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 32px;
  color: #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #case .faq-list-ttl::before {
    font-size: 1.5rem;
  }
}
#case .faq-list-txt {
  display: flex;
  margin-top: 20px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  white-space: pre-line;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #case .faq-list-txt {
    font-size: 1.5rem;
  }
}
#case .faq-list-txt::before {
  content: "A";
  width: 32px;
  height: 32px;
  margin-right: 13px;
  background-color: #0431b4;
  text-align: center;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 32px;
  color: #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #case .faq-list-txt::before {
    font-size: 1.5rem;
  }
}

/* company  PC
------------------------------------ */
#company .greeting-flx {
  margin: 50px auto 0;
}
#company .greeting-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #company .greeting-con {
    max-width: 520px;
  }
}
#company .greeting-con-ttl {
  border-bottom: 1px solid #b3b3b3;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #company .greeting-con-ttl {
    font-size: 1.5rem;
  }
}
#company .greeting-con-ttl-sm {
  margin-right: 20px;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  color: #0431b4;
}
@media screen and (max-width: 768px) {
  #company .greeting-con-ttl-sm {
    font-size: 1.5rem;
  }
}
#company .greeting-con-txt {
  margin: 20px auto 0;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #company .greeting-con-txt {
    font-size: 1.5rem;
  }
}
#company .company {
  background: #ededed;
}
#company .company-table {
  margin: 50px auto 0;
}
#company .ggmap {
  margin: 60px auto 0;
}

/* news  PC
------------------------------------ */
#news .com-news {
  margin: 50px auto 0;
}
#news .com-news-link {
  display: flex;
  padding: 40px 60px 40px 80px;
  border: 1px solid #0431b4;
  justify-content: space-between;
}
#news .com-news-img {
  width: 250px;
  height: 250px;
  position: relative;
}
#news .com-news-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #news .com-news-con {
    max-width: 668px;
    padding-top: 10px;
  }
}
#news .com-news-con-none {
  max-width: none;
}
#news .com-news-txt {
  margin-top: 14px;
}
#news .com-news-flx {
  margin-top: 25px;
}
#news .com-ttl03 {
  padding-bottom: 6px;
}
#news .detail .news-post-flx {
  margin-top: 15px;
}
#news .detail .news-box {
  border: 1px solid #0431b4;
}
#news .detail .com-ttl02 {
  line-height: 1.5;
}/*# sourceMappingURL=all.css.map */