/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "yu-go-r";
  src: url("../fonts/YuGothic-Regular.ttf");
}
@font-face {
  font-family: "zen-r";
  src: url("../fonts/ZenOldMincho-Regular.ttf");
}
@font-face {
  font-family: "zen-sb";
  src: url("../fonts/ZenOldMincho-SemiBold.ttf");
}
@font-face {
  font-family: "zen-b";
  src: url("../fonts/ZenOldMincho-Bold.ttf");
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "yu-go-r";
  src: url("../fonts/YuGothic-Regular.ttf");
}
@font-face {
  font-family: "zen-r";
  src: url("../fonts/ZenOldMincho-Regular.ttf");
}
@font-face {
  font-family: "zen-sb";
  src: url("../fonts/ZenOldMincho-SemiBold.ttf");
}
@font-face {
  font-family: "zen-b";
  src: url("../fonts/ZenOldMincho-Bold.ttf");
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================

  main layout  all

========================================= */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

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

.relative {
  position: relative;
}

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

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

.com-txt-box p:nth-of-type(n+2) {
  margin-top: 36px;
}
.com-txt-ac {
  color: #f9f5ec;
  font-size: 2rem;
  font-family: "zen-b", sans-serif;
}
@media screen and (max-width: 767px) {
  .com-txt-ac {
    font-size: 1.5rem;
  }
}

.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: 70px 0 130px;
  }
}

.news-post {
  width: 100%;
}
.news-post article:nth-of-type(n+2) {
  border-top: 1px solid #f9f5ec;
}
.news-post article:nth-of-type(n+2) a {
  padding-top: 20px;
}
.news-post article:not(:last-of-type) a {
  padding-bottom: 20px;
}
.news-post-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    opacity: 1;
  }
  .news-post-link:hover .news-post-ttl {
    color: #04747b;
  }
}
.news-post-time {
  font-family: "yu-go-r", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #333333;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  border-left: 1px solid #04747b;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 1.2;
}
.news-post-tag-txt {
  padding: 0 9px;
  border-right: 1px solid #04747b;
  font-family: "yu-go-r", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #04747b;
}
@media screen and (max-width: 767px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  margin-top: 8px;
  font-family: "yu-go-r", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-rbn {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgb(255, 255, 255)), color-stop(70%, #fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 30%, #fff 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 30%, #fff 70%, rgba(255, 255, 255, 0) 100%);
}
.com-rbn02 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(4, 116, 123, 0)), color-stop(30%, rgb(4, 116, 123)), color-stop(70%, #04747b), to(rgba(4, 116, 123, 0)));
  background: -webkit-linear-gradient(left, rgba(4, 116, 123, 0) 0%, rgb(4, 116, 123) 30%, #04747b 70%, rgba(4, 116, 123, 0) 100%);
  background: linear-gradient(to right, rgba(4, 116, 123, 0) 0%, rgb(4, 116, 123) 30%, #04747b 70%, rgba(4, 116, 123, 0) 100%);
}

.com-tel {
  display: inline-block;
}
.com-tel-note {
  text-align: right;
}
.com-tel-link {
  font-family: "zen-sb", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #04747b;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .com-tel-link {
    font-size: 1.5rem;
  }
}
.com-tel-link-num {
  font-size: 3rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .com-tel-link-num {
    font-size: 1.5rem;
  }
}

.com-bg {
  background-color: #f9f5ec;
}

.com-box {
  background-color: #fff;
  border: 1px solid #04747b;
  padding: 65px 30px;
}

/*	top-message  PC
------------------------------------ */
#top-message .message-bg {
  background: url(../img/top/message-bg.jpg) no-repeat center/cover;
}
#top-message .message-txt {
  margin: 38px auto 0;
  text-align: center;
  font-family: "yu-go-r", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  color: #333333;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #top-message .message-txt {
    font-size: 1.5rem;
  }
}
#top-message .message-txt-lg {
  font-size: 2rem;
  color: #04747b;
}
@media screen and (max-width: 767px) {
  #top-message .message-txt-lg {
    font-size: 1.5rem;
  }
}
#top-message .message-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 28px auto 0;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-message .message-list-item {
  display: inline-block;
  padding-left: 47px;
  background: url(../img/top/message-check.png) no-repeat left center;
  font-family: "zen-r", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #top-message .message-list-item {
    font-size: 1.5rem;
  }
}

/*	com-reserve  PC
------------------------------------ */
.com-reserve {
  width: 90%;
  max-width: 1600px;
  margin: auto;
  padding: 88px 0;
  background: url(../img/top/contact-gra.png) no-repeat center top/cover;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -240px;
  z-index: 1;
}
.com-reserve::before {
  content: "";
  display: block;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  margin: auto;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
}
.com-reserve-head {
  font-family: "zen-r", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.14em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .com-reserve-head {
    font-size: 1.5rem;
  }
}
.com-reserve-head-lg {
  display: block;
  margin-top: 15px;
  font-size: 5.6rem;
  letter-spacing: 0.14em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .com-reserve-head-lg {
    font-size: 2.8rem;
  }
}
.com-reserve-head-ac {
  margin: 0 10px;
  padding: 0 17px;
  font-family: "zen-b", sans-serif;
  color: #04747b;
  background-color: #fff;
}
.com-reserve-txt {
  margin: 35px auto 0;
  font-family: "yu-go-r", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .com-reserve-txt {
    font-size: 1.5rem;
  }
}
.com-reserve-btn {
  margin: 35px auto 0;
}

/*	top-movie  PC
------------------------------------ */
#top-movie .movie-bg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(84.4%, #f9f5ec), color-stop(84.5%, #fff), to(#fff));
  background: -webkit-linear-gradient(top, #f9f5ec 84.4%, #fff 84.5%, #fff 100%);
  background: linear-gradient(to bottom, #f9f5ec 84.4%, #fff 84.5%, #fff 100%);
}
#top-movie .movie-box {
  width: 100%;
  height: 0;
  margin: 50px auto 0;
  padding-top: 62.5%;
  position: relative;
}
#top-movie .movie-box-iframe {
  background-color: #e5e5e5;
}

/*	top-reason  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #top-reason .com-head01-ja {
    margin-top: 35px;
    white-space: nowrap;
  }
}
#top-reason .reason-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top-reason .reason-list-item {
  width: 100%;
  max-width: 345px;
  padding: 50px 0 35px;
  background-color: #f9f5ec;
  text-align: center;
  position: relative;
}
#top-reason .reason-list-item:nth-of-type(n+2) {
  margin-left: 23px;
}
#top-reason .reason-list-img {
  margin: 14px auto 0;
}
#top-reason .reason-list-num {
  width: 72px;
  height: 40px;
  background: #04747b;
  font-family: "zen-r", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #top-reason .reason-list-num {
    font-size: 1.5rem;
  }
}
#top-reason .reason-list-head {
  font-family: "zen-r", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
  color: #04747b;
}
@media screen and (max-width: 767px) {
  #top-reason .reason-list-head {
    font-size: 1.5rem;
  }
}
#top-reason .reason-list-txt {
  margin: 15px auto 0;
  padding: 0 20px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  color: #333333;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #top-reason .reason-list-txt {
    font-size: 1.5rem;
  }
}

/*	top-guide  PC
------------------------------------ */
#top-guide .guide-bg {
  position: relative;
}
#top-guide .guide-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 706px;
  background: url(../img/top/guide-bg.jpg) no-repeat left center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  #top-guide .guide-bg::before {
    background-size: 100%;
  }
}
#top-guide .guide-txt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top-guide .guide-txt-wrap::before {
  content: "";
  display: block;
  width: 136px;
  height: 137px;
  margin-right: 55px;
  background: url(../img/top/guide-ila.png) no-repeat left center/contain;
}
#top-guide .guide-txt span {
  font-family: "yu-go-r", sans-serif;
  color: #04747b;
}
#top-guide .guide-box {
  margin: 105px auto 0;
  padding: 68px 0 65px;
  border: 1px solid #04747b;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(86%, rgb(255, 255, 255)), color-stop(95%, #fcfcfc), to(#e4e4e4));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 86%, #fcfcfc 95%, #e4e4e4 100%);
  background: linear-gradient(-180deg, rgb(255, 255, 255) 86%, #fcfcfc 95%, #e4e4e4 100%);
}
#top-guide .guide-box-head {
  font-family: "zen-r", sans-serif;
  font-size: 4.6rem;
  letter-spacing: 0.14em;
  color: #04747b;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #top-guide .guide-box-head {
    font-size: 2.3rem;
  }
}
#top-guide .guide-box-txt {
  margin: 30px auto 0;
}

/*	top-support  PC
------------------------------------ */
#top-support .support-bg {
  background: url(../img/top/support-bg.png) no-repeat center top/cover;
}
#top-support .support-list {
  margin: 70px auto 0;
}
#top-support .support-list-item:nth-of-type(n+2) {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  #top-support .support-list-item01 {
    background: url(../img/top/support-img01.jpg) no-repeat calc(50% - 480px);
  }
  #top-support .support-list-item02 {
    background: url(../img/top/support-img02.jpg) no-repeat calc(50% + 480px);
  }
}
#top-support .support-box {
  width: 100%;
  max-width: 763px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #top-support .support-box {
    height: 395px;
  }
}
#top-support .support-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #77b4b7;
  position: absolute;
  top: 30px;
  right: -30px;
  z-index: -1;
}
#top-support .support-box02::before {
  right: auto;
  left: -30px;
}
#top-support .support-box-bg {
  height: 100%;
  padding: 41px 93px 0 100px;
  background: #d0e4e5;
}
#top-support .support-box-r {
  margin-left: auto;
}
#top-support .support-txt {
  margin-top: 30px;
}

/*	top-solution  PC
------------------------------------ */
#top-solution .solution-bg {
  background: url(../img/top/solution-bg.jpg) no-repeat center bottom/cover;
}
#top-solution .solution-head {
  height: 277px;
  padding-top: 70px;
  background: url(../img/top/solution-arw.png) no-repeat center bottom;
  text-align: center;
  font-family: "zen-r", sans-serif;
  font-size: 4.4rem;
  letter-spacing: 0.14em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-solution .solution-head {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1921px) {
  #top-solution .solution-head {
    background-size: 100%;
  }
}
#top-solution .solution-flex {
  margin: 93px auto 0;
}
#top-solution .solution-name {
  width: 258px;
  height: 169px;
  margin-right: -38px;
  margin-top: -46px;
  margin-left: auto;
  padding-top: 57px;
  padding-left: 58px;
  background: #04747b;
  font-family: "zen-r", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #top-solution .solution-name {
    font-size: 1.5rem;
  }
}
#top-solution .solution-name-lg {
  font-size: 3.4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #top-solution .solution-name-lg {
    font-size: 1.7rem;
  }
}
#top-solution .solution-con {
  width: 100%;
  max-width: 647px;
  margin-left: 69px;
}
#top-solution .solution-con-item:nth-of-type(n+2) {
  margin-top: 44px;
}
#top-solution .solution-con-head {
  text-align: center;
  font-family: "zen-r", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.14em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-solution .solution-con-head {
    font-size: 1.5rem;
  }
}
#top-solution .solution-con-box {
  margin: 21px auto 0;
  background: #ebf6f7;
  padding: 30px 25px 25px;
}
#top-solution .solution-con-box02 {
  padding: 34px 0 34px 74px;
}
#top-solution .solution-con-box02 p {
  line-height: 2.2;
}
#top-solution .solution-con-txt {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #top-solution .solution-con-txt {
    font-size: 1.5rem;
  }
}
#top-solution .solution-box {
  margin: 54px auto 0;
  padding: 55px 0 60px;
  background: #ebf6f7;
}
#top-solution .solution-box-txt-box {
  margin: 45px auto 0;
  text-align: center;
}
#top-solution .solution-box-txt-box p:nth-of-type(n+2) {
  margin-top: 44px;
}
#top-solution .solution-box-txt-ac {
  color: #04747b;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #top-solution .solution-box-txt-ac {
    font-size: 1.5rem;
  }
}

/*	top-voice  PC
------------------------------------ */
#top-voice .voice-bg {
  background: #f9f5ec;
}
#top-voice .voice-list {
  margin: 64px auto 0;
}
#top-voice .voice-list-item {
  padding: 40px 50px 40px 38px;
  background-color: #fff;
}
#top-voice .voice-list-item:nth-of-type(n+2) {
  margin-top: 25px;
}
#top-voice .voice-list-head {
  font-size: 3rem;
  border-width: 8px;
}
@media screen and (max-width: 767px) {
  #top-voice .voice-list-head {
    font-size: 1.5rem;
  }
}
#top-voice .voice-list-txt {
  margin-top: 22px;
  white-space: pre-line;
}

/*	top-contact  PC
------------------------------------ */
/*	top-shop  PC
------------------------------------ */
#top-shop .shop-bg {
  background-color: #e0f0f1;
}

/*	top-news  PC
------------------------------------ */
#top-news .com-head01 {
  text-align: left;
}
#top-news .com-head01-ja {
  margin-top: 4px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #top-news .com-head01-ja {
    font-size: 1.8rem;
  }
}
#top-news .news-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 114px;
  font-family: "zen-b", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  color: #04747b;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #top-news .news-btn {
    font-size: 1.5rem;
  }
}
#top-news .news-btn::after {
  content: "";
  display: block;
  width: 48px;
  height: 6px;
  margin-left: 30px;
  background: url(../img/top/news-arw.png) no-repeat center/contain;
}
#top-news .news-post {
  max-width: 837px;
}

/*	com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/com-contact-bg.jpg) no-repeat center/cover;
  text-align: center;
}
.com-contact-head {
  font-family: "zen-sb", sans-serif;
  font-size: 5.6rem;
  letter-spacing: 0.14em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .com-contact-head {
    font-size: 2.8rem;
  }
}
.com-contact-txt {
  margin: 20px auto 0;
  color: #fff;
  font-family: "yu-go-r", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .com-contact-txt {
    font-size: 1.5rem;
  }
}
.com-contact-btn {
  max-width: 820px;
  height: 150px;
  margin: auto;
  background-position: calc(100% - 70px) center;
  line-height: 150px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -67px;
}
@media screen and (min-width: 768px) {
  .com-contact-btn:hover {
    background-position: calc(100% - 55px) center;
  }
}

/*	com-bnr  PC
------------------------------------ */
.com-bnr {
  background: #f9f5ec;
}
.com-bnr-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.com-bnr-list-item {
  width: 100%;
  max-width: 345px;
}
.com-bnr-list-item:nth-of-type(n+2) {
  margin-left: 23px;
}
.com-bnr-list-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  background: url(../img/top/target.png) no-repeat calc(100% - 22px) center, url(../img/top/com-bnr-bg.png) no-repeat center/cover;
  font-family: "zen-b", sans-serif;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.14em;
  line-height: 1.7;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .com-bnr-list-link {
    font-size: 1.5rem;
  }
}

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

sub layout  PC

========================================= */
/*	privacy  PC
------------------------------------ */
#privacy .com-head03 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #privacy .com-head03 {
    font-size: 1.5rem;
  }
}

/*	news  PC
------------------------------------ */
#news .com-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 50px auto 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#news .com-tag-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  #news .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
}
#news .com-tag-link {
  height: auto;
  padding: 11px 46px;
  background: url(../img/top/info-arw.png) no-repeat calc(100% - 15px) center #079972;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #news .com-tag-link:hover {
    background-position: calc(100% - 10px) center;
    background-image: url(../img/top/info-arw-hover.png);
    background-color: #fff;
    opacity: 1;
  }
}
#news .com-news-post {
  margin: 50px auto 0;
}
#news .com-head03.clamp1 {
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #news .com-head03.clamp1 {
    font-size: 1.5rem;
  }
}
#news .news-post-flex, #news .news-post-txt {
  margin: 30px auto 0;
}
#news .detail-box {
  padding: 35px 30px;
}