@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url("../fonts/ZenMaruGothic-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url("../fonts/ZenMaruGothic-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.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;
}

@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: 37px 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: 50px 0 120px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-bg {
  background: linear-gradient(90deg, rgba(241, 145, 73, 0.1) 0%, rgba(255, 154, 150, 0.1) 100%);
}

.com-box {
  background: #fff;
  border: 1px solid #fcce7e;
  border-radius: 10px;
}

.com-reco-list {
  margin: 25px auto 0;
  padding: 20px 50px;
  border: 2px solid #fee8c3;
  border-radius: 12px;
}
.com-reco-list li {
  padding-left: 172px;
}
.com-reco-list li:nth-of-type(n+2) {
  border-top: 2px dotted #c9c9c9;
}
.com-reco-list p {
  padding: 10px 0 10px 50px;
  background: url(../img/accident/check.png) no-repeat left 20px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 2.3rem;
  letter-spacing: 0.12em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .com-reco-list p {
    font-size: 1.5rem;
  }
}
.com-reco-list span {
  color: #f19149;
}

.com-schedule {
  border: 2px solid #f3a261;
  background: #fff;
}
.com-schedule tr:nth-of-type(1) th, .com-schedule tr:nth-of-type(1) td {
  padding: 20px 0;
  background: #f19149;
  color: #fff;
}
.com-schedule tr:nth-of-type(1) td {
  border-left: 2px solid #fff;
}
.com-schedule tr:nth-of-type(n+2) th {
  padding: 27px 24px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  letter-spacing: 0.12em;
}
.com-schedule tr:nth-of-type(n+2) td {
  padding: 27px 18px;
  border-left: 2px dotted #f3a261;
  color: #f19149;
}
.com-schedule tr:nth-of-type(n+2) td.bk {
  font-family: "ZenKakuGothicNew-Black", sans-serif;
}
.com-schedule tr:nth-of-type(n+3) {
  border-top: 2px solid #f3a261;
}
.com-schedule th, .com-schedule td {
  text-align: center;
  font-size: 1.6rem;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-schedule th, .com-schedule td {
    font-size: 1.5rem;
  }
}
.com-schedule-txt {
  margin-top: 22px;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  text-align: right;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-schedule-txt {
    font-size: 1.5rem;
  }
}

.com-info-tel {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-info-tel {
    font-size: 1.5rem;
  }
}
.com-info-tel-num {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .com-info-tel-num {
    font-size: 1.6rem;
  }
}

.news-post {
  width: 100%;
}
.news-post-item {
  width: 100%;
}
.news-post-item:nth-of-type(n+2) {
  border-top: 2px dotted #fff;
}
.news-post-link {
  display: block;
  padding: 24px 0 20px;
}
.news-post-time, .news-post-tag-txt {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news-post-time, .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-time {
  flex-shrink: 0;
}
.news-post-ttl {
  margin-top: 10px;
}
.news-post-tag {
  display: flex;
  margin-left: 20px;
  flex-wrap: wrap;
}
.news-post-tag li::before {
  content: "#";
}

.com-tag {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 0;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 330px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 45px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
.com-tag-link {
  display: flex;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 14px 30px;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
}

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

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about .about-box {
  max-width: 890px;
  margin: auto;
  padding: 5px;
  border-radius: 20px;
  background: linear-gradient(90deg, rgb(241, 145, 73) 0%, rgb(255, 154, 150) 100%);
  overflow: hidden;
}
#top-about .about-box-bg {
  padding: 15px 0 45px;
  border-radius: 15px;
  text-align: center;
  background: url(../img/top/about-icon.png) no-repeat 76px 96px, url(../img/top/about-l.png) no-repeat -67px calc(100% + 38px), url(../img/top/about-t.png) no-repeat 106px -11px, url(../img/top/about-r.png) no-repeat calc(100% + 41px) 43px #fff;
}
#top-about .about-ttl {
  display: inline-block;
  background: url(../img/top/about-marker.png) no-repeat center bottom;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl {
    font-size: 2.1rem;
  }
}
#top-about .about-check {
  display: flex;
  margin: 37px auto 0;
  padding-right: 47px;
  justify-content: flex-end;
}
#top-about .about-check-list:nth-of-type(n+2) {
  margin-left: 40px;
}
#top-about .about-check-list li:nth-of-type(n+2) {
  margin-top: 12px;
}
#top-about .about-check li {
  text-align: left;
  padding-left: 39px;
  background: url(../img/top/about-check.png) no-repeat left center;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #top-about .about-check li {
    font-size: 1.5rem;
  }
}
#top-about .about-btn {
  width: 100%;
  max-width: 460px;
  height: 50px;
  margin: 26px auto 0;
  border-radius: 20px;
  background: url(../img/top/about-arw.png) no-repeat calc(100% - 30px) center #f19149;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.01em;
  color: #fff;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  #top-about .about-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #top-about .about-btn:hover {
    background-position: calc(100% - 25px) center;
    opacity: 1;
  }
}

/* top-us  PC
------------------------------------ */
#top-us .dot {
  position: relative;
}
#top-us .dot::before {
  content: "";
  width: 117px;
  height: 9px;
  background: url(../img/top/about-dot.png) no-repeat center/contain;
  position: absolute;
  left: 18px;
  top: -13px;
}
#top-us .marker {
  background: linear-gradient(transparent 65%, #ffe952 65%);
}
#top-us .us-bg {
  background: url(../img/top/worries-bg.jpg) no-repeat center bottom/cover;
}
#top-us .us-ttl {
  margin: 43px auto 0;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.12em;
  color: #f3a261;
}
@media screen and (max-width: 768px) {
  #top-us .us-ttl {
    font-size: 1.5rem;
  }
}
#top-us .us-ttl-ja {
  margin: 36px auto 0;
  font-size: 5rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #top-us .us-ttl-ja {
    font-size: 2.5rem;
  }
}
#top-us .us-list {
  margin: 38px auto 0;
}
#top-us .us-list-item {
  width: 100%;
  max-width: 330px;
  height: 310px;
  padding-top: 229px;
  border-radius: 10px;
  border: 1px solid #fcd48f;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-us .us-list-item:nth-of-type(n+4) {
    margin-top: 47px;
  }
}
#top-us .us-list-item01 {
  background: url(../img/top/worries-ico01.png) no-repeat center 43px #fff;
}
#top-us .us-list-item02 {
  background: url(../img/top/worries-ico02.png) no-repeat center 41px #fff;
}
#top-us .us-list-item03 {
  background: url(../img/top/worries-ico03.png) no-repeat center 36px #fff;
}
#top-us .us-list-item04 {
  background: url(../img/top/worries-ico04.png) no-repeat center 44px #fff;
}
#top-us .us-list-item05 {
  background: url(../img/top/worries-ico05.png) no-repeat center 44px #fff;
}
#top-us .us-list-item06 {
  background: url(../img/top/worries-ico06.png) no-repeat center 44px #fff;
}
#top-us .us-list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.3rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  #top-us .us-list-ttl {
    font-size: 1.5rem;
  }
}

/* top-solution  PC
------------------------------------ */
#top-solution .solution-bg {
  padding: 85px 0 80px;
  text-align: center;
  background: linear-gradient(90deg, rgb(241, 145, 73) 0%, rgb(255, 154, 150) 100%);
  position: relative;
  overflow: hidden;
}
#top-solution .solution-en {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 16rem;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.06);
  line-height: 1;
  position: absolute;
  left: 0;
  top: -29px;
}
@media screen and (max-width: 768px) {
  #top-solution .solution-en {
    font-size: 8rem;
  }
}
#top-solution .solution-ttl {
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #top-solution .solution-ttl {
    font-size: 1.75rem;
  }
}
#top-solution .solution-ttl-lg {
  background: linear-gradient(transparent 65%, #fab098 65%);
  color: #fff100;
  font-size: 5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-solution .solution-ttl-lg {
    font-size: 2.5rem;
  }
}
#top-solution .solution-ttl-md {
  font-size: 4rem;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
}
@media screen and (max-width: 768px) {
  #top-solution .solution-ttl-md {
    font-size: 2rem;
  }
}
#top-solution .solution-contents {
  position: relative;
}
#top-solution .solution-img {
  position: absolute;
  top: 120px;
  right: calc(50% - 960px);
}
#top-solution .solution-txt {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #top-solution .solution-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #top-solution .solution-txt {
    max-width: 520px;
  }
}
#top-solution .solution-btn {
  margin-top: 68px;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-list {
  display: flex;
  flex-wrap: wrap;
}
#top-bnr .bnr-list-item {
  padding: 25px;
}
#top-bnr .bnr-list-item01, #top-bnr .bnr-list-item02 {
  width: 50%;
}
#top-bnr .bnr-list-item01 {
  background: #ffc498;
}
#top-bnr .bnr-list-item02 {
  background: #ffd3b2;
}
#top-bnr .bnr-list-item03 {
  width: 100%;
  background: #ffdbbf;
}
#top-bnr .bnr-list-link {
  display: block;
  padding: 95px 0 80px;
  border-radius: 12px;
  text-align: center;
}
#top-bnr .bnr-list-link01 {
  background: url(../img/top/about-arw.png) no-repeat calc(100% - 33px) center, url(../img/top/bnr-l.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-link02 {
  background: url(../img/top/about-arw.png) no-repeat calc(100% - 33px) center, url(../img/top/bnr-r.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-link03 {
  background: url(../img/top/about-arw.png) no-repeat calc(100% - 33px) center, url(../img/top/bnr-b.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) and (max-width: 1326px) {
  #top-bnr .bnr-list-link {
    background-position: calc(100% - 25px) center, center !important;
  }
}
#top-bnr .bnr-list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl {
    font-size: 1.9rem;
  }
}
#top-bnr .bnr-list-check {
  display: inline-block;
  margin: 23px auto 0;
  text-align: left;
}
#top-bnr .bnr-list-check li {
  padding: 15px 19px 15px 48px;
  background: url(../img/top/bnr-check.png) no-repeat 19px center;
  background-color: rgba(255, 255, 255, 0.15);
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-check li {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1326px) {
  #top-bnr .bnr-list-check li {
    font-size: 1.6rem;
  }
}
#top-bnr .bnr-list-check li:nth-of-type(n+2) {
  margin-top: 3px;
}
#top-bnr .bnr-list-txt {
  margin: 25px auto 0;
  color: #fff;
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/contact-bg.png) no-repeat center calc(100% + 75px);
}
@media screen and (min-width: 768px) {
  .com-contact {
    background-size: 100%;
  }
}
.com-contact .contact-contents {
  text-align: center;
}
.com-contact .contact-tel {
  margin-top: 45px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-tel {
    font-size: 1.5rem;
  }
}
.com-contact .contact-tel span {
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-tel span {
    font-size: 1.75rem;
  }
}
.com-contact .contact-info {
  margin-top: 43px;
}
.com-contact .contact-btn {
  width: 230px;
  height: 70px;
  line-height: 70px;
}
.com-contact .contact-sns {
  margin-left: 38px;
}
.com-contact .contact-sns img {
  width: 50px;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-table-wrap tr:nth-of-type(1) td {
    padding: 20px 22.5px;
  }
  .com-contact .contact-table-wrap tr:nth-of-type(n+2) th {
    padding: 27px 29px;
  }
  .com-contact .contact-table-wrap tr:nth-of-type(n+2) td {
    padding: 33px 18px;
  }
}
.com-contact .contact-table-wrap th, .com-contact .contact-table-wrap td {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-table-wrap th, .com-contact .contact-table-wrap td {
    font-size: 1.5rem;
  }
}
.com-contact .com-schedule-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-contact .com-schedule-txt {
    font-size: 1.5rem;
  }
}

/* top-access  PC
------------------------------------ */
#top-access .access-flx {
  margin: 69px auto 0;
}
#top-access .access-table-wrap {
  width: 100%;
  max-width: 615px;
}
#top-access .access-con {
  margin: 86px auto 0;
}

/* top-greeting  PC
------------------------------------ */
#top-greeting {
  position: relative;
}
#top-greeting::before {
  content: "";
  width: 40.2%;
  height: 548px;
  background: url(../img/top/greeting-bg.png) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#top-greeting .greeting-img {
  position: absolute;
  top: 104px;
  left: calc(50% - 630px);
}
#top-greeting .greeting-contents {
  max-width: 505px;
  margin-left: auto;
}
#top-greeting .greeting-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.12em;
  color: #f19149;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-greeting .greeting-ttl {
    font-size: 1.5rem;
  }
}
#top-greeting .greeting-ttl::before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin: 30px auto 25px;
  background: linear-gradient(90deg, rgb(241, 145, 73) 0%, rgb(255, 154, 150) 100%);
}
#top-greeting .greeting-txt {
  margin: 24px auto 0;
  line-height: 1.8;
}

/* top-news  PC
------------------------------------ */
#top-news {
  background: linear-gradient(90deg, rgb(241, 145, 73) 0%, rgb(255, 154, 150) 100%);
}
@media screen and (min-width: 768px) {
  #top-news .news-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#top-news .news-btn {
  height: 70px;
  margin-top: 70px;
  line-height: 70px;
}
@media screen and (min-width: 768px) {
  #top-news .news-post {
    max-width: 740px;
  }
}

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

  sub layout  all

========================================= */
/* price  PC
------------------------------------ */
#price .price-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
#price .price-list-table {
  table-layout: fixed;
}
#price .price-list-table-wrap {
  margin: 26px auto 0;
}

/* accident  PC
------------------------------------ */
#accident .about-ttl-ja {
  line-height: 1.5;
}
#accident .about-txt {
  margin: 48px auto 0;
}
@media screen and (min-width: 768px) {
  #accident .about-txt {
    text-align: center;
  }
}
#accident .about-reco {
  margin: 67px auto 0;
}
#accident .point-list {
  display: flex;
  margin: 65px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
#accident .point-list-item {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgb(255, 196, 152) 0%, rgb(255, 221, 196) 100%);
}
@media screen and (min-width: 768px) {
  #accident .point-list-item {
    max-width: 330px;
  }
  #accident .point-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 44px;
  }
  #accident .point-list-item:nth-of-type(n+4) {
    margin-top: 42px;
  }
}
#accident .point-list-box {
  padding: 197px 5px 0;
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #accident .point-list-box {
    height: 578px;
  }
}
#accident .point-list-box01 {
  background: url(../img/accident/point-ico01.png) no-repeat center 40px #fff;
}
#accident .point-list-box02 {
  background: url(../img/accident/point-ico02.png) no-repeat center 50px #fff;
}
#accident .point-list-box03 {
  background: url(../img/accident/point-ico03.png) no-repeat center 44px #fff;
}
#accident .point-list-box04 {
  background: url(../img/accident/point-ico04.png) no-repeat center 39px #fff;
}
#accident .point-list-box05 {
  background: url(../img/accident/point-ico05.png) no-repeat center 52px #fff;
}
#accident .point-list-ttl {
  display: flex;
  height: 60px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.3rem;
  letter-spacing: 0.12em;
  line-height: 1.3;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #accident .point-list-ttl {
    font-size: 1.5rem;
  }
}
#accident .point-list-txt {
  margin: 20px auto 0;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #accident .point-list-txt {
    font-size: 1.5rem;
  }
}
#accident .flow {
  background: linear-gradient(90deg, rgba(241, 145, 73, 0.1) 0%, rgba(255, 154, 150, 0.1) 100%);
}
#accident .flow-list {
  margin: 95px auto 0;
}
@media screen and (min-width: 768px) {
  #accident .flow-list {
    position: relative;
  }
  #accident .flow-list::before {
    content: "";
    width: 1px;
    height: 1530px;
    background: #f19149;
    position: absolute;
    left: 50px;
    top: 0;
  }
}
#accident .flow-list-item {
  position: relative;
}
#accident .flow-list-item:nth-of-type(n+2) {
  margin: 65px auto 0;
}
#accident .flow-list-box {
  display: flex;
  max-width: 1010px;
  margin-left: auto;
  padding: 40px 30px 40px 34px;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #accident .flow-list-box-img {
    margin-right: 35px;
    flex-shrink: 0;
  }
}
#accident .flow-list-num {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(90deg, rgb(241, 145, 73) 0%, rgb(255, 154, 150) 100%);
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 100px;
  position: absolute;
  left: 0;
  top: -29px;
}
@media screen and (max-width: 768px) {
  #accident .flow-list-num {
    font-size: 1.9rem;
  }
}
#accident .flow-list-txt {
  margin-top: 13px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  #accident .flow-list-txt {
    font-size: 1.5rem;
  }
}

/* radio  PC
------------------------------------ */
#radio .about {
  position: relative;
}
#radio .about-img {
  position: absolute;
  top: 79px;
  left: calc(50% - 960px);
}
@media screen and (min-width: 768px) {
  #radio .about-contents {
    max-width: 530px;
    margin-left: auto;
  }
}
#radio .about-ttl {
  text-align: left;
}
#radio .about-ttl-ja {
  margin-top: 32px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #radio .about-ttl-ja {
    font-size: 2.5rem;
  }
}
#radio .about .dot {
  position: relative;
}
#radio .about .dot::before {
  content: "";
  width: 173px;
  height: 9px;
  background: url(../img/radio/dot.png) no-repeat center/contain;
  position: absolute;
  left: 23px;
  top: -5px;
}
#radio .about-txt {
  margin-top: 55px;
}
#radio .about-reco-ttl {
  text-align: center;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #radio .about-reco-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #radio .about-reco li {
    padding-left: 143px;
  }
}
#radio .about-list {
  margin: 80px auto 0;
}
#radio .about-list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
#radio .about-list-txt {
  margin: 28px auto 0;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #radio .about-list-txt {
    font-size: 1.5rem;
  }
}
#radio .about-list-box {
  margin: 40px auto 0;
  padding: 30px 53px;
  border-radius: 12px;
  background: #fffaf1;
}
#radio .about-list-box li {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #radio .about-list-box li {
    font-size: 1.5rem;
  }
}
#radio .about-list-box li:nth-of-type(n+2) {
  margin-top: 12px;
}
#radio .about-list-dl div:nth-of-type(n+2) {
  margin-top: 30px;
}
#radio .about-list-dl dt {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  color: #f19149;
  letter-spacing: 0.12em;
}
#radio .about-list-dl dd {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #radio .about-list-dl dd {
    font-size: 1.5rem;
  }
}
#radio .about-list-dot li {
  padding-left: 23px;
  position: relative;
}
#radio .about-list-dot li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#radio .faq {
  background: linear-gradient(90deg, rgba(241, 145, 73, 0.1) 0%, rgba(255, 154, 150, 0.1) 100%);
}
#radio .faq-list {
  margin: 60px auto 0;
}
#radio .faq-list-item {
  padding: 30px 50px;
}
#radio .faq-list-item:nth-of-type(n+2) {
  margin-top: 37px;
}
#radio .faq-list-ttl {
  padding: 0 50px 10px;
  border-bottom: 2px dotted #c9c9c9;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.12em;
  color: #f19149;
  line-height: 1.7;
  position: relative;
}
@media screen and (max-width: 768px) {
  #radio .faq-list-ttl {
    font-size: 1.5rem;
  }
}
#radio .faq-list-ttl span {
  position: absolute;
  left: 18px;
  top: 0;
}
#radio .faq-list-txt {
  margin: 15px auto 0;
  padding: 0 20px;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #radio .faq-list-txt {
    font-size: 1.5rem;
  }
}

/* fraise  PC
------------------------------------ */
#fraise .price-list {
  margin: 44px auto 0;
}
#fraise .price-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
#fraise .price-list-table {
  table-layout: fixed;
}
#fraise .price-list-table-wrap {
  margin: 26px auto 0;
}
#fraise .features-list {
  display: flex;
  margin: 46px auto 0;
  justify-content: space-between;
}
#fraise .features-list-item {
  width: 100%;
  max-width: 330px;
  padding: 20px 0;
  border: 1px solid #fcce7e;
  text-align: center;
  border-radius: 11px;
  background: #fff;
}
#fraise .features-list-ttl {
  margin-top: 23px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.3rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #fraise .features-list-ttl {
    font-size: 1.5rem;
  }
}
#fraise .features-list-txt {
  margin-top: 9px;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  line-height: 1.77;
}
@media screen and (min-width: 768px) {
  #fraise .features-list-txt {
    padding: 0 18px;
  }
}
@media screen and (max-width: 768px) {
  #fraise .features-list-txt {
    font-size: 1.5rem;
  }
}
#fraise .basic-table {
  margin: 60px auto 0;
}
#fraise .basic-table th {
  width: 190px;
  padding-left: 70px;
}
#fraise .basic-map {
  max-width: none;
  margin: 72px auto 0;
}
@media screen and (min-width: 768px) {
  #fraise .basic-map {
    padding-top: 440px;
  }
}

/* contact  PC
------------------------------------ */
#contact .form-list-item:nth-of-type(n+2) {
  margin: 110px auto 0;
}
#contact .form-list-txt {
  margin: 50px auto 0;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #contact .form-list-txt {
    text-align: center;
  }
}
#contact .form-info {
  margin: 50px auto 0;
  padding: 35px 0;
  background: url(../img/fraise/info-bg.png) no-repeat center/cover;
  border-radius: 12px;
}
#contact .com-info-tel {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #contact .com-info-tel {
    font-size: 1.5rem;
  }
}
#contact .com-info-tel-num {
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #contact .com-info-tel-num {
    font-size: 1.75rem;
  }
}
#contact .com-info-sns img {
  width: 50px;
}

/* news  PC
------------------------------------ */
#news .com-ttl05 {
  padding: 7px 15px;
  font-size: 2.4rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #news .com-ttl05 {
    font-size: 1.5rem;
  }
}
#news .com-tag-link {
  padding: 14px 45px 14px 19px;
}
#news .news-post-flx {
  margin-top: 15px;
}
#news .news-post-time, #news .news-post-tag-txt {
  color: #333333;
}/*# sourceMappingURL=all.css.map */