@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	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;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 35px 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 120px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-box {
  background: #fff;
  box-shadow: 4px 4px #1c96d5;
}

.com-bg01 {
  background: url(../img/ptn/01.png);
}

.com-mail {
  display: flex;
  width: 210px;
  height: 60px;
  background: #1c96d5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #fff;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-mail {
    font-size: 1.5rem;
  }
}
.com-mail::before {
  content: "";
  width: 23px;
  height: 16px;
  margin-right: 16px;
  background: url(../img/top/info-mail.png) no-repeat center/contain;
}

.com-tel {
  line-height: 1;
}
.com-tel-link {
  padding-left: 43px;
  background: url(../img/top/info-tel.png) no-repeat left top;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.4rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.7rem;
  }
}
.com-tel-note {
  display: block;
  margin-top: 4px;
}

.news-post {
  width: 100%;
  max-width: 740px;
}
.news-post-item:nth-of-type(1) a {
  padding-top: 0;
}
.news-post-item:nth-of-type(n+2) {
  border-top: 1px solid #d9d9d9;
}
.news-post-link {
  display: block;
  padding: 15px 0;
}
.news-post-time {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-tag {
  display: flex;
  margin-left: 6px;
  padding-left: 6px;
  flex-wrap: wrap;
  border-left: 1px solid #d9d9d9;
  line-height: 1;
}
.news-post-tag-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  margin-top: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.com-tag-wrap {
  max-width: 1080px;
  margin: auto;
  padding: 40px;
  background: url(../img/ptn/01.png);
}
.com-tag-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-tag-item {
    max-width: 360px;
  }
  .com-tag-item:nth-of-type(2n) {
    margin-left: 80px;
  }
  .com-tag-item:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
.com-tag-link {
  max-width: 360px;
}
/* =========================================

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about {
  background: url(../img/top/about-bg.png) no-repeat right bottom;
}
@media screen and (max-width: 767px) {
  #top-about {
    background-size: 100%;
  }
}
#top-about .about-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-about .about-img {
    position: absolute;
    left: -403px;
    top: 60px;
  }
}
#top-about .about-txt {
  margin-top: 37px;
}
#top-about .about-btn {
  margin: 30px 0 0 auto;
}
@media screen and (min-width: 768px) {
  #top-about .about-con {
    max-width: 580px;
    margin-left: auto;
  }
}

/* top-sign  PC
------------------------------------ */
#top-sign .sign-ttl {
  margin: 13px auto 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #114466;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #top-sign .sign-ttl {
    font-size: 1.5rem;
  }
}
#top-sign .sign-txt {
  margin: 35px auto 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #top-sign .sign-txt {
    font-size: 1.5rem;
  }
}
#top-sign .sign-btn {
  max-width: 360px;
  margin: 50px auto 0;
}

.com-sign {
  display: flex;
  margin: 50px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.com-sign-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-sign-item {
    max-width: 520px;
  }
  .com-sign-item:nth-of-type(n+3) {
    margin-top: 50px;
  }
}
.com-sign-box {
  padding: 25px 0 0 150px;
}
@media screen and (min-width: 768px) {
  .com-sign-box {
    height: 200px;
  }
}
.com-sign-box01 {
  background: url(../img/top/signboard-ico01.png) no-repeat 18px 31px #fff;
}
.com-sign-box02 {
  background: url(../img/top/signboard-ico02.png) no-repeat 35px 31px #fff;
}
.com-sign-box03 {
  background: url(../img/top/signboard-ico03.png) no-repeat 19px 40px #fff;
}
.com-sign-box04 {
  background: url(../img/top/signboard-ico04.png) no-repeat 29px 36px #fff;
}
.com-sign-box05 {
  background: url(../img/top/signboard-ico05.png) no-repeat 15px 21px #fff;
}
.com-sign-box06 {
  background: url(../img/top/signboard-ico06.png) no-repeat 22px 79px #fff;
}
.com-sign-box07 {
  background: url(../img/top/signboard-ico07.png) no-repeat 16px 60px #fff;
}
.com-sign-box08 {
  background: url(../img/top/signboard-ico08.png) no-repeat 30px 38px #fff;
}
.com-sign-box09 {
  background: url(../img/top/signboard-ico09.png) no-repeat 37px 46px #fff;
}
.com-sign-box10 {
  background: url(../img/top/signboard-ico10.png) no-repeat 24px 20px #fff;
}
.com-sign-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  color: #114466;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-sign-ttl {
    font-size: 1.5rem;
  }
}
.com-sign-txt {
  margin-top: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.86;
}
@media screen and (max-width: 768px) {
  .com-sign-txt {
    font-size: 1.5rem;
  }
}

/* top-reform  PC
------------------------------------ */
#top-reform .reform-inner {
  display: flex;
}
#top-reform .reform-img {
  height: 540px;
  position: relative;
}
#top-reform .reform-img-l {
  width: 18.75%;
}
#top-reform .reform-img-r {
  width: 50%;
}
#top-reform .reform-box {
  width: 560px;
  height: 540px;
  margin: 0 1.04%;
  padding-top: 74px;
  background: url(../img/top/reform-box.png) no-repeat center bottom #114466;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (min-width: 1921px) {
  #top-reform .reform-box {
    width: 29.1%;
    background-size: 100%;
  }
}
#top-reform .reform-ttl {
  font-size: 4.2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-reform .reform-ttl {
    font-size: 2.1rem;
  }
}
#top-reform .reform-txt {
  color: #fff;
}
#top-reform .reform-txt-box {
  margin: 30px auto 0;
}
#top-reform .reform-btn {
  max-width: 360px;
  margin: 42px auto 0;
}

/* top-works  PC
------------------------------------ */
#top-works .works-ttl {
  display: flex;
  align-items: center;
}
#top-works .works-ttl::after {
  content: "";
  width: 90px;
  height: 2px;
  margin-left: 15px;
  background: #114466;
}
#top-works .works-btn {
  max-width: 220px;
}
#top-works .works-list {
  margin: 70px auto 0;
}

.com-works-list {
  display: flex;
  flex-wrap: wrap;
}
.com-works-list-item {
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .com-works-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 60px;
  }
  .com-works-list-item:nth-of-type(n+4) {
    margin-top: 60px;
  }
}
.com-works-list-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .com-works-list-link:hover {
    opacity: 1;
  }
  .com-works-list-link:hover img {
    width: 110%;
    height: 110%;
  }
  .com-works-list-link:hover .com-works-list-arw {
    color: #1c96d5;
  }
}
.com-works-list-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.com-works-list-arw {
  margin: 15px auto 0;
  padding-right: 10px;
  padding-bottom: 10px;
  background: url(../img/top/works-arw.png) no-repeat right bottom;
  border-bottom: 2px solid #d9d9d9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .com-works-list-arw {
    font-size: 1.5rem;
  }
}

/* top-company  PC
------------------------------------ */
#top-company .company-inner {
  padding: 54px 0 66px;
  background: url(../img/top/company.jpg) no-repeat center/cover;
}
#top-company .company-btn {
  display: flex;
  width: 100%;
  max-width: 820px;
  height: 200px;
  margin: auto;
  background: url(../img/top/company-box-bg.png) no-repeat center/cover;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.2rem;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-company .company-btn {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 768px) {
  #top-company .company-btn:hover {
    color: #114466;
    opacity: 1;
  }
  #top-company .company-btn:hover::before {
    background-color: #114466;
    background-image: url(../img/top/com-btn-arw.png);
  }
}
#top-company .company-btn::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background: url(../img/top/com-btn-arw-blue.png) no-repeat center #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* top-news  PC
------------------------------------ */
#top-news .news-box {
  padding: 54px 40px 45px 50px;
  background: #fff;
}
#top-news .news-ttl {
  font-size: 4.6rem;
  color: #114466;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl {
    font-size: 2.3rem;
  }
}
#top-news .news-btn {
  margin: 40px auto 0;
}
/* =========================================

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
#about .greeting {
  background: url(../img/about/greeting-bg.jpg) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  #about .greeting {
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  #about .greeting {
    background-size: cover;
  }
}
#about .greeting-box {
  margin: 40px auto 0;
  padding: 34px 17px 34px 40px;
}
#about .greeting-txt {
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  #about .greeting-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #about .greeting-txt-box {
    max-width: 598px;
  }
}
#about .greeting-txt-box.mt {
  margin: 20px auto 0;
  max-width: none;
}
#about .greeting-name {
  padding-right: 10px;
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #114466;
}
@media screen and (max-width: 768px) {
  #about .greeting-name {
    font-size: 1.5rem;
  }
}
#about .area-box {
  display: flex;
  padding: 40px 50px 44px 54px;
  background: #fff;
  justify-content: space-between;
  align-items: center;
}
#about .area-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.2rem;
  letter-spacing: 0.06em;
  color: #114466;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #about .area-ttl {
    font-size: 2.1rem;
  }
}
#about .area-txt {
  margin-top: 34px;
}
#about .reason-list {
  margin: 75px auto 0;
}
#about .reason-list-item {
  display: flex;
  justify-content: space-between;
}
#about .reason-list-item:nth-of-type(n+2) {
  margin-top: 85px;
}
#about .reason-list-con {
  width: 100%;
  padding: 16px 0 0 22px;
}
@media screen and (min-width: 768px) {
  #about .reason-list-con {
    max-width: 520px;
  }
}
#about .reason-list-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #114466;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #about .reason-list-ttl {
    font-size: 1.5rem;
  }
}
#about .reason-list-txt {
  margin-top: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #about .reason-list-txt {
    font-size: 1.5rem;
  }
}

/* signboard  PC
------------------------------------ */
.com-about {
  position: relative;
}
.com-about::before {
  content: "";
  width: 100%;
  height: 200px;
  background: url(../img/ptn/01.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.com-about .about-ttl {
  display: flex;
  align-items: center;
}
.com-about .about-ttl::after {
  content: "";
  width: 90px;
  height: 2px;
  margin-left: 20px;
  background: #1c96d5;
}
.com-about .about-flx-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-about .about-flx-con {
    max-width: 590px;
  }
}
.com-about .about-list {
  margin-top: 38px;
}
.com-about .about-list li {
  padding-left: 26px;
  background: url(../img/signboard/check.png) no-repeat left 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  color: #114466;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .com-about .about-list li {
    font-size: 1.5rem;
  }
}
.com-about .about-list li:nth-of-type(n+2) {
  margin-top: 26px;
}
.com-about .about-list span {
  color: #1c96d5;
}
.com-about .about-bnr {
  margin: 112px auto 0;
}

#signboard .sign-txt {
  margin: 40px auto 0;
  text-align: center;
}
#signboard .sign-ttl {
  margin: 45px auto 0;
  text-align: center;
  background: #1c96d5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #signboard .sign-ttl {
    font-size: 1.5rem;
  }
}
#signboard .com-sign {
  margin: 30px auto 0;
}
#signboard .price-table {
  width: 100%;
  margin: 60px auto 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
#signboard .price-table tr:nth-of-type(n+2) {
  border-top: 1px solid #d9d9d9;
}
#signboard .price-table th, #signboard .price-table td {
  padding: 32px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  color: #114466;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #signboard .price-table th, #signboard .price-table td {
    font-size: 1.5rem;
  }
}
#signboard .price-table td {
  text-align: right;
}
#signboard .price-txt {
  margin: 40px auto 0;
  text-align: center;
}

.com-flow .flow-list {
  margin: 60px auto 0;
}
.com-flow .flow-list-item {
  padding: 45px 0 50px 210px;
}
.com-flow .flow-list-item:nth-of-type(n+2) {
  margin: 112px auto 0;
  position: relative;
}
.com-flow .flow-list-item:nth-of-type(n+2)::before {
  content: "";
  width: 84px;
  height: 30px;
  margin: auto;
  background: url(../img/signboard/arw.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -65px;
}
.com-flow .flow-list-item01 {
  background: url(../img/signboard/flow-ico01.png) no-repeat 43px 45px #fff;
}
.com-flow .flow-list-item02 {
  background: url(../img/signboard/flow-ico02.png) no-repeat 46px 39px #fff;
}
.com-flow .flow-list-item03 {
  background: url(../img/signboard/flow-ico03.png) no-repeat 56px 34px #fff;
}
.com-flow .flow-list-item04 {
  background: url(../img/signboard/flow-ico04.png) no-repeat 49px 56px #fff;
}
.com-flow .flow-list-ttl {
  line-height: 1;
}
.com-flow .flow-list-ttl .en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #1c96d5;
}
@media screen and (max-width: 768px) {
  .com-flow .flow-list-ttl .en {
    font-size: 1.5rem;
  }
}
.com-flow .flow-list-ttl .ja {
  margin-top: 6px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #114466;
}
@media screen and (max-width: 768px) {
  .com-flow .flow-list-ttl .ja {
    font-size: 1.5rem;
  }
}
.com-flow .flow-list-txt {
  margin-top: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-flow .flow-list-txt {
    font-size: 1.5rem;
  }
}

/* reform  PC
------------------------------------ */
#reform .works-txt-box {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #reform .works-txt-box {
    text-align: center;
  }
}
#reform .works-ttl {
  margin: 45px auto 0;
  text-align: center;
  background: #1c96d5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #reform .works-ttl {
    font-size: 1.5rem;
  }
}
#reform .works-list {
  display: flex;
  margin: 30px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#reform .works-list-item {
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #reform .works-list-item {
    max-width: 520px;
  }
  #reform .works-list-item:nth-of-type(n+3) {
    margin-top: 63px;
  }
}
#reform .works-list-ttl {
  padding: 4px 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #114466;
}
@media screen and (max-width: 768px) {
  #reform .works-list-ttl {
    font-size: 1.5rem;
  }
}
#reform .works-note {
  margin: 50px auto 0;
  text-align: center;
}
#reform .flow-list-item02 {
  background-image: url(../img/reform/02.png);
}
@media screen and (min-width: 768px) {
  #reform .flow-list-item02 {
    background-position: 56px 41px;
  }
}

/* works  PC
------------------------------------ */
#works .works-inner {
  padding: 80px 0 120px;
}
#works .works-list {
  margin: 150px auto 0;
}
#works .works-list-item:nth-of-type(n+2) {
  margin: 120px auto 0;
  padding-top: 120px;
  border-top: 1px solid #d9d9d9;
}
#works .works-img {
  width: 520px;
  height: 0;
  padding-top: 380px;
  position: relative;
}
#works .works-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #works .works-con {
    max-width: 520px;
  }
}
#works .works-ttl {
  padding-bottom: 5px;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #works .works-ttl {
    font-size: 1.5rem;
  }
}
#works .works-txt {
  margin-top: 15px;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #works .works-txt {
    font-size: 1.5rem;
  }
}
#works .com-works-list {
  max-width: 1080px;
  margin: 65px auto 0;
}
#works .thumbnail-change_list {
  margin: 50px auto 0;
}
#works .thumbnail-change_list li {
  cursor: pointer;
  transition: all 0.3s ease;
}
#works .thumbnail-change_list li:hover {
  opacity: 0.7;
}
#works .thumbnail-change_list li:nth-of-type(n+3) {
  margin-top: 40px;
}

/* company  PC
------------------------------------ */
#company .company {
  padding-top: 30px;
}
#company .company-box {
  margin: 50px auto 0;
  padding: 17px 20px;
  background: #fff;
}
#company .company-map {
  width: 100%;
  max-width: none;
  padding-top: 400px;
}

/* news  PC
------------------------------------ */
#news .com-tag-wrap {
  margin: 50px auto 0;
}
#news .news-post {
  max-width: none;
  margin: 50px auto 0;
}
#news .detail-box {
  padding: 50px;
}
#news .detail-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.3rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #news .detail-ttl {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=all.css.map */