@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 1081px ) { /*PC*/ }
@media screen and (max-width: 760px ) { /*SP*/ }
@media screen and (max-width: 1080px ) and (min-width: 761px ) { /*TB*/ }
@media screen and (max-width: 760px ) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*共通------------------------------------------*/
/*=============================================================================*/
/*ページ内コンテンツ===============================================================*/
/*=============================================================================*/
.hero-section {
  position: relative;
  padding-top: 118px;
  border-radius: 0 5px 0 0;
  width: 95.8%;
  max-height: 705px;
  height: 36.7vw;
  aspect-ratio: 1.8/1;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .hero-section {
    max-height: none;
    height: auto;
  }
}
@media screen and (max-width: 760px ) {
  .hero-section {
    padding-top: 58px;
    border-radius: 0;
    background: url(../img/top-img01.jpg) no-repeat center #60a7e8;
    background-size: auto 50%;
    background-position: bottom;
  }
}
.hero-section .hero-image {
  position: absolute;
  bottom: -15%;
  left: 0;
  max-width: 50%;
  z-index: 1;
  padding: 0 3em;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .hero-section .hero-image {
    max-width: 100%;
    bottom: 0;
    padding: 0 3em;
  }
}
.hero-section .hero-image .hero-img {
  display: inline-block;
  max-width: 60%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .hero-content {
  width: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  top: 44%;
  right: 0;
  z-index: 15;
  margin-top: 2em;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .hero-section .hero-content {
    margin-top: 0;
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .hero-section { /*SP*/
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }
  .hero-section .hero-image, .hero-section .hero-content {
    display: block;
    position: absolute;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    width: 100%;
    max-width: inherit;
    max-width: initial;
    padding: 0 5%;
    padding-top: 2em;
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) and (max-width: 1080px ) and (min-width: 761px ) {
  .hero-section .hero-image, .hero-section .hero-content {
    padding-top: 0;
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .hero-section .hero-image {
    padding: 5% 10%;
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 1080px ) and (min-width: 761px ) and (max-width: 760px ), screen and (max-width: 760px ) and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) and (max-width: 760px ) {
  .hero-section .hero-image {
    text-align: center;
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .hero-section .hero-image .hero-img {
    max-width: 60%;
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) and (max-width: 1080px ) and (min-width: 761px ) {
  .hero-section .hero-image .hero-img {
    width: 56%;
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 1080px ) and (min-width: 761px ) and (max-width: 760px ), screen and (max-width: 760px ) and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) and (max-width: 760px ) {
  .hero-section .hero-image .hero-img {
    max-width: 100%;
  }
}
@media screen and (max-width: 760px ) {
  .hero-section #top-slider {
    display: none;
  }
}
.hero-section #top-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-section #top-slider ul, .hero-section #top-slider li {
  height: 100%;
}
.hero-section #top-slider ul li img, .hero-section #top-slider li li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.title {
  position: relative;
}
.title .subtitle {
  position: absolute;
  left: 0;
  top: -30px;
}

.hero-title {
  font-size: clamp(1.2rem, 0px + 2.87vw, 3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .hero-title {
    text-align: center;
    font-size: 200%;
    letter-spacing: 0;
  }
}
.hero-title span.pop-text {
  display: block;
  line-height: 1.2;
}
.hero-title span {
  display: inline-block !important;
  background: #fff;
  line-height: 1;
  margin: 2px;
  padding: 5px;
  color: #009376;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 1081px ) {
  .hero-title span {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .hero-title span:nth-of-type(1) {
    -webkit-transition-delay: 0.13s;
            transition-delay: 0.13s;
  }
  .hero-title span:nth-of-type(2) {
    -webkit-transition-delay: 0.16s;
            transition-delay: 0.16s;
  }
  .hero-title span:nth-of-type(3) {
    -webkit-transition-delay: 0.19s;
            transition-delay: 0.19s;
  }
  .hero-title span:nth-of-type(4) {
    -webkit-transition-delay: 0.22s;
            transition-delay: 0.22s;
  }
  .hero-title span:nth-of-type(5) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .hero-title span:nth-of-type(6) {
    -webkit-transition-delay: 0.28s;
            transition-delay: 0.28s;
  }
  .hero-title span:nth-of-type(7) {
    -webkit-transition-delay: 0.19s;
            transition-delay: 0.19s;
  }
  .hero-title span:nth-of-type(8) {
    -webkit-transition-delay: 0.22s;
            transition-delay: 0.22s;
  }
  .hero-title span:nth-of-type(9) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .hero-title span:nth-of-type(10) {
    -webkit-transition-delay: 0.28s;
            transition-delay: 0.28s;
  }
  .hero-title span:nth-of-type(11) {
    -webkit-transition-delay: 0.31s;
            transition-delay: 0.31s;
  }
  .hero-title span:nth-of-type(12) {
    -webkit-transition-delay: 0.34s;
            transition-delay: 0.34s;
  }
  .hero-title span:nth-of-type(13) {
    -webkit-transition-delay: 0.37s;
            transition-delay: 0.37s;
  }
  .hero-title span:nth-of-type(14) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .hero-title.effect span {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.subtitle-container {
  max-width: 660px;
  display: block;
  margin-top: 1.5vw;
  font-size: clamp(1rem, 0.679rem + 0.48vw, 1.25rem);
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 2;
  padding-right: 5%;
  color: #222;
}
.subtitle-container p {
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .subtitle-container {
    max-width: none;
    padding-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 760px ) {
  .subtitle-container {
    margin-top: 1em;
    padding-right: 0;
  }
}
.subtitle-container .sup {
  color: #009376;
  font-size: 85%;
  margin: 0 2px;
}

@media screen and (min-width: 1081px ) {
  .subtitle-container p {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .subtitle-container.effect p {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.hero-subtitle {
  display: inline-block;
  font-size: 120%;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
  margin: 0;
  padding-left: 1.5em;
  position: relative;
}
.hero-subtitle:before {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-radius: 100%;
  background-color: #009376;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0;
}

.news-section {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  padding: 0.5em 1.5em;
  background-color: #fff;
  border-radius: 8px 0 0 0;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .news-section {
    background: #009376;
    border-radius: 0;
    color: #fff;
  }
  .news-section:before {
    border: 1px solid #fff;
  }
  .news-section:after {
    right: 18px;
    top: -8px;
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .news-section .view-more:before {
    border: 1px solid #fff;
  }
}
.news-section .view-more span {
  font-size: clamp(0.875rem, 0.714rem + 0.24vw, 1rem) !important;
}
.news-section .arrow:after {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 55%;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .news-section { /*SP*/
    position: relative;
    width: 100%;
  }
}
.news-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px;
}
.news-section div:not([class]) {
  margin-left: auto;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .news-section div:not([class]) .view-more {
    color: #fff;
  }
}
@media screen and (max-width: 760px ) {
  .news-section div:not([class]) .view-more span {
    display: none;
  }
  .news-section div:not([class]) .view-more:after {
    top: 1px;
  }
}

.news-header {
  padding: 0 2em 0 1em;
  border-right: 1px solid #C7C7C7;
}
.news-header .news-title {
  font-size: 150%;
  color: #009376;
  margin: 0;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .news-header .news-title {
    color: #fff;
  }
}
.news-header .news-subtitle {
  font-size: 85%;
  color: #FA7500;
  margin: 0;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .news-header .news-subtitle {
    color: #fff;
  }
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}

.news-date {
  font-size: 90%;
  color: #888;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .news-date {
    color: #fff;
  }
}

.news-item .view-more {
  font-size: 110%;
  color: #009376;
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .news-item .view-more {
    color: #fff;
  }
}
.news-item .view-more .news-text {
  color: #000;
}

.scroll-indicator {
  position: absolute;
  right: -4%;
  bottom: 0;
  z-index: 20;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .scroll-indicator {
    display: none;
  }
}
.scroll-indicator a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  text-align: center;
}
.scroll-indicator a:hover {
  opacity: 0.5;
}

.scroll-text {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 14px;
  font-weight: 350;
  color: #000;
  margin: 1em 0;
}

.scroll-line {
  display: inline-block;
  content: "";
  width: 1px;
  height: 5em;
  background-color: #000;
  margin: 16px auto 0;
}

.pickup {
  max-width: 1708px;
  padding: 10% 5% 0;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 760px ) {
  .pickup {
    padding: 10% 13% 0;
  }
}
.pickup article {
  border: 3px solid #ccc;
  border-radius: 10px;
}
.pickup article.pickup-accident {
  border-color: #FF5858;
}
.pickup article.pickup-accident > h3 {
  background: #FF5858;
  position: relative;
}
.pickup article.pickup-accident > h3:before {
  content: "";
  background: url(../img/reception.png) no-repeat;
  background-size: contain;
  width: 9%;
  aspect-ratio: 165/198;
  display: block;
  position: absolute;
  bottom: 0;
  left: 15%;
}
@media screen and (max-width: 760px ) {
  .pickup article.pickup-accident > h3:before {
    display: none;
  }
}
.pickup article.pickup-accident > h3:after {
  content: "";
  background: url(../img/reception2.png) no-repeat;
  background-size: contain;
  width: 12%;
  aspect-ratio: 227/232;
  display: block;
  position: absolute;
  bottom: 0;
  right: 12%;
}
@media screen and (max-width: 760px ) {
  .pickup article.pickup-accident > h3:after {
    display: none;
  }
}
.pickup article.pickup-consult {
  border-color: #009376;
  margin-top: 1em;
}
.pickup article.pickup-consult > h3 {
  background: #009376;
}
.pickup article.pickup-consult > h3 span {
  display: inline-block;
  padding-left: 2em;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .pickup article.pickup-consult > h3 span {
    padding-left: 0;
  }
}
.pickup article.pickup-consult > h3 span {
  position: relative;
}
.pickup article.pickup-consult > h3 span:before {
  content: "";
  background: url(../img/comment.png) no-repeat;
  background-size: contain;
  max-width: 42px;
  width: 1.5em;
  aspect-ratio: 1/1;
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 0%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .pickup article.pickup-consult > h3 span:before {
    display: none;
  }
}
.pickup article h3 {
  width: 100%;
  padding: 1em 0;
}
@media screen and (max-width: 760px ) {
  .pickup article h3 {
    padding: 1em;
  }
}
.pickup article h3 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.5rem, 0.313rem + 2.5vw, 2rem);
  letter-spacing: 5px;
}
.pickup article .accident-contents {
  padding: 2em 1em;
}
.pickup article .accident-contents h4 {
  font-size: 1.5em;
}
.pickup article .consult-contents {
  padding: 2em 0;
}
.pickup article .accident-contents, .pickup article .consult-contents {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
@media screen and (max-width: 760px ) {
  .pickup article .accident-contents, .pickup article .consult-contents {
    display: block;
    padding: 1.5em;
  }
}
.pickup article .accident-contents > div > h4, .pickup article .consult-contents > div > h4 {
  text-align: center;
  letter-spacing: 3px;
}
.pickup article .accident-contents > div ul, .pickup article .consult-contents > div ul {
  padding-top: 1em;
}
.pickup article .accident-contents > div ul li > p:not(.btn), .pickup article .consult-contents > div ul li > p:not(.btn) {
  padding: 0.5em 0 0.3em;
  font-size: 1.125em;
  margin: 0;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .pickup article .accident-contents > div ul li > p:not(.btn), .pickup article .consult-contents > div ul li > p:not(.btn) {
    margin-bottom: 1em;
  }
}
.pickup article .accident-contents .accident-reception, .pickup article .consult-contents .accident-reception {
  width: 65%;
  border-right: 1px solid #ff5858;
  padding-right: 1em;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .pickup article .accident-contents .accident-reception, .pickup article .consult-contents .accident-reception {
    width: 50%;
  }
}
@media screen and (max-width: 760px ) {
  .pickup article .accident-contents .accident-reception, .pickup article .consult-contents .accident-reception {
    width: 100%;
    margin: 0 auto;
    border-right: none;
    border-bottom: 1px solid #ff5858;
    padding-bottom: 2em;
  }
}
.pickup article .accident-contents .accident-reception .accident-reception-list, .pickup article .consult-contents .accident-reception .accident-reception-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  gap: 1em 3.2%;
}
@media screen and (max-width: 760px ) {
  .pickup article .accident-contents .accident-reception .accident-reception-list, .pickup article .consult-contents .accident-reception .accident-reception-list {
    display: block;
  }
}
.pickup article .accident-contents .accident-reception .accident-reception-list, .pickup article .consult-contents .accident-reception .accident-reception-list {
  color: #FF5858;
}
.pickup article .accident-contents .accident-reception .accident-reception-list li, .pickup article .consult-contents .accident-reception .accident-reception-list li {
  text-align: center;
}
.pickup article .accident-contents .accident-reception .accident-reception-list li:hover .btn, .pickup article .consult-contents .accident-reception .accident-reception-list li:hover .btn {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.pickup article .accident-contents .accident-reception .accident-reception-list li:hover .btn1 a, .pickup article .consult-contents .accident-reception .accident-reception-list li:hover .btn1 a {
  background: #f94444;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .pickup article .accident-contents .accident-reception .accident-reception-list li:first-child, .pickup article .consult-contents .accident-reception .accident-reception-list li:first-child {
    margin-right: 0;
  }
}
.pickup article .accident-contents .accident-reception .accident-reception-list li .btn a, .pickup article .consult-contents .accident-reception .accident-reception-list li .btn a {
  display: block;
}
.pickup article .accident-contents .accident-reception .accident-reception-list li .btn1 a, .pickup article .consult-contents .accident-reception .accident-reception-list li .btn1 a {
  background: #FF5858;
  border: 3px solid #FF5858;
  color: #fff;
}
.pickup article .accident-contents .accident-reception .accident-reception-list li .btn2 a, .pickup article .consult-contents .accident-reception .accident-reception-list li .btn2 a {
  background: #fff;
  border: 3px solid #FF5858;
  color: #FF5858;
}
.pickup article .accident-contents .accident-reception .accident-reception-list li .btn2 a:hover, .pickup article .consult-contents .accident-reception .accident-reception-list li .btn2 a:hover {
  color: #FF5858 !important;
}
.pickup article .accident-contents .accident-reception .accident-reception-list li p, .pickup article .consult-contents .accident-reception .accident-reception-list li p {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pickup article .accident-contents .accident-roadservice, .pickup article .consult-contents .accident-roadservice {
  width: 35%;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .pickup article .accident-contents .accident-roadservice, .pickup article .consult-contents .accident-roadservice {
    width: 50%;
  }
}
@media screen and (max-width: 760px ) {
  .pickup article .accident-contents .accident-roadservice, .pickup article .consult-contents .accident-roadservice {
    width: 100%;
    padding: 1em 0;
  }
}
.pickup article .accident-contents .accident-roadservice, .pickup article .consult-contents .accident-roadservice {
  text-align: center;
}
.pickup article .accident-contents .accident-roadservice ul li > p, .pickup article .consult-contents .accident-roadservice ul li > p {
  color: #FA7500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pickup article .accident-contents .accident-roadservice ul li > p:hover, .pickup article .consult-contents .accident-roadservice ul li > p:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.pickup article .accident-contents .accident-roadservice ul li p.btn3 a, .pickup article .consult-contents .accident-roadservice ul li p.btn3 a {
  background: #FA7500;
  border: 3px solid #FA7500;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 760px ) {
  .pickup article .accident-contents .accident-roadservice ul li p.btn3 a, .pickup article .consult-contents .accident-roadservice ul li p.btn3 a {
    display: block;
  }
}
.pickup article .btn1 a span:before, .pickup article .btn3 a span:before {
  background: url(../img/call.svg) no-repeat;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .pickup article .btn1 a span:before, .pickup article .btn3 a span:before {
    background: none;
  }
}
.pickup article .btn2 a span:before {
  background: url(../img/call2.svg) no-repeat;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .pickup article .btn2 a span:before {
    background: none;
  }
}
.pickup article .btn {
  margin-top: 1em;
  margin: 0;
}
.pickup article .btn a {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  letter-spacing: 1px;
  font-size: clamp(16px, 1.5vw, 24px);
  padding: 0.833em 5vw;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .pickup article .btn a {
    font-size: clamp(16px, 7.3vw, 24px);
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .pickup article .btn a {
    padding: 1em 5vw;
  }
}
.pickup article .btn a:after {
  content: none;
}
.pickup article .btn a span {
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .pickup article .btn a span {
    padding-left: 0;
  }
}
.pickup article .btn a span:before {
  content: "";
  background-size: contain;
  width: 100%;
  height: 24px;
  max-width: 24px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  top: 55%;
  left: 0;
}
.pickup article .consult-contents {
  margin-right: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pickup article .consult-contents h4 {
  font-size: 1.625em;
}
.pickup article .consult-contents dt {
  font-weight: bold;
  padding-right: 2%;
}
@media screen and (max-width: 760px ) {
  .pickup article .consult-contents dt {
    text-align: center;
  }
}
@media screen and (max-width: 760px ) {
  .pickup article .consult-contents dd {
    text-align: center;
  }
}
.pickup article .consult-contents dd .consult-number {
  font-size: clamp(2rem, -0.6rem + 5.3333vw, 3rem);
  font-weight: bold;
  color: #009376;
  margin-bottom: 0;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .pickup article .consult-contents dd .consult-number {
    padding-left: 0;
  }
}
.pickup article .consult-contents dd .consult-number span {
  position: relative;
  padding-left: 1.2em;
}
@media screen and (max-width: 760px ), screen and (max-width: 1080px ) and (min-width: 761px ) {
  .pickup article .consult-contents dd .consult-number span {
    padding-left: 0;
  }
}
.pickup article .consult-contents dd .consult-number span:before {
  content: "";
  background: url(../img/consult-number.png) no-repeat;
  background-size: contain;
  max-width: 44px;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 0;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .pickup article .consult-contents dd .consult-number span:before {
    display: none;
  }
}
.pickup article .consult-contents dd .btn-cap {
  font-size: 1.125em;
}

.about-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding: 5% 0 5em;
}
@media screen and (max-width: 760px ), screen and (max-width: 1080px ) and (min-width: 761px ) {
  .about-container {
    display: block;
    padding: 0;
  }
}

.content-column {
  padding: 5em 10% 0 5%;
  width: 55%;
}
@media screen and (max-width: 760px ), screen and (max-width: 1080px ) and (min-width: 761px ) {
  .content-column { /*SP*/
    width: 100%;
  }
}

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: rgb(0, 0, 0);
}

.main-title {
  font-weight: 700;
  font-size: 250%;
  line-height: 1.6;
  letter-spacing: 1.2px;
  margin: 0;
  color: #009376;
  font-weight: normal;
}
@media screen and (max-width: 760px ) {
  .main-title { /*SP*/
    font-size: 200%;
    line-height: 1.7;
    letter-spacing: 0;
  }
}

.subtitle {
  color: #FA7500;
  line-height: 1;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  margin-top: 1em;
  padding-left: 2em;
  position: relative;
}
.subtitle:before {
  display: inline-block;
  content: "";
  width: 1.5em;
  height: 1px;
  background: #FA7500;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0;
}

.description {
  margin-top: 3em;
  font-size: 105%;
  line-height: 2;
  color: #222;
}
@media screen and (max-width: 760px ) {
  .description {
    margin-top: 1em;
  }
}

.nintei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nintei dt {
  width: 50%;
}

.cta-wrapper {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 45px;
  color: rgb(0, 91, 171);
  font-weight: 900;
  letter-spacing: 2.4px;
  line-height: 2;
}

.arrow {
  position: relative;
  display: inline-block;
  padding-right: 4em;
  color: #009376;
  vertical-align: middle;
  text-decoration: none;
}
@media screen and (max-width: 760px ) {
  .arrow {
    padding-right: 5em;
  }
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.view-more {
  color: #009376;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  font-weight: bold;
}
.view-more:hover {
  text-decoration: none;
}
.view-more:hover:after {
  right: 13px;
  color: #fff;
}
.view-more:hover:before {
  background: #009376;
}
.view-more:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 46px;
  height: 46px;
  border: 1px solid #009376;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.view-more:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f054";
  right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.arrow-icon {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 63px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.image-column {
  width: 45%;
  aspect-ratio: 1.2/1;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media screen and (max-width: 760px ), screen and (max-width: 1080px ) and (min-width: 761px ) {
  .image-column {
    width: 100%;
    margin: 2em 0 0 auto;
    border-radius: 0;
  }
}

.feature-image {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

#aboutNav {
  width: 100%;
  padding: 1.5em 5%;
  background-color: #EDF6F9;
}
#aboutNav dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
#aboutNav dl dt, #aboutNav dl dd {
  padding: 0 1em;
  line-height: 1;
}
#aboutNav dl dt {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 110%;
  font-style: normal;
  color: #277FCC;
  letter-spacing: 1px;
}
@media screen and (max-width: 760px ) {
  #aboutNav dl dt { /*SP*/
    width: 100%;
    margin-bottom: 1em;
  }
}
#aboutNav dl dd {
  font-size: 110%;
}
@media screen and (max-width: 760px ) {
  #aboutNav dl dd {
    font-size: 120%;
    padding: 10px;
  }
}
#aboutNav dl dd a {
  text-decoration: none;
  position: relative;
  padding: 5px 0;
}
#aboutNav dl dd a:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #277FCC;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  opacity: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#aboutNav dl dd a:hover {
  color: #277FCC;
}
#aboutNav dl dd a:hover:after {
  width: 80%;
  opacity: 1;
}

.toparea {
  padding-bottom: 5em;
}
@media screen and (max-width: 760px ) {
  .toparea {
    padding: 0 3% 2em;
  }
}
.toparea p:not([class]) {
  line-height: 1.8;
}
.toparea p:not([class]):not(:first-child) {
  margin-top: 2em;
}

.flow-section {
  background: #EBF6FF;
  padding: 5em 0 0;
}
.flow-section .main-title {
  color: #014886;
}
.flow-section .title {
  margin-right: 2em;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .flow-section .title {
    margin-right: 0;
  }
}
.flow-section .flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .flow-section .flex {
    display: block;
  }
}
@media screen and (max-width: 760px ) {
  .flow-section .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.flow-section .content-wrapper > div > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
@media screen and (max-width: 760px ) {
  .flow-section .content-wrapper > div > div {
    display: block;
  }
}
.flow-section .content-wrapper > div > div > div {
  width: 60%;
}
@media screen and (max-width: 760px ) {
  .flow-section .content-wrapper > div > div > div {
    width: 100%;
  }
}
.flow-section .content-wrapper > div > div > p {
  width: 30%;
}
@media screen and (max-width: 760px ) {
  .flow-section .content-wrapper > div > div > p {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .flow-section .btn {
    margin-top: 0.8em;
  }
}
.flow-section .btn a {
  color: #014886;
  border: 1px solid #014886;
}
.flow-section .btn a:hover {
  background: #014886;
}
@media screen and (max-width: 760px ) {
  .flow-section .btn a {
    display: block;
    padding-right: 7vw;
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .flow-section .btn a:after {
    right: 6%;
  }
}

.flow-container {
  max-width: 1480px;
  margin: 0 auto;
  width: 90%;
}
.flow-container div.content-wrapper {
  padding-bottom: 10%;
}
.flow-container div.content-wrapper div:not(.service-list) > ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-top: 3em;
}
@media screen and (max-width: 760px ) {
  .flow-container div.content-wrapper div:not(.service-list) > ul {
    display: block;
  }
}
.flow-container div.content-wrapper div:not(.service-list) > ul > li {
  width: 49%;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 760px ) {
  .flow-container div.content-wrapper div:not(.service-list) > ul > li {
    width: 100%;
  }
}
.flow-container div.content-wrapper div:not(.service-list) > ul > li a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 112.5%;
  color: #fff;
  width: 100%;
  min-height: 84px;
  height: 100%;
  text-align: center;
  border-radius: 10px;
}
.flow-container div.content-wrapper div:not(.service-list) > ul > li a:hover {
  text-decoration: none;
}
.flow-container div.content-wrapper div:not(.service-list) > ul > li a .btn-inner {
  display: inline-block;
  position: relative;
  padding-left: 5em;
  min-width: 65%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .flow-container div.content-wrapper div:not(.service-list) > ul > li a .btn-inner {
    padding-left: 0;
  }
}
.flow-container div.content-wrapper div:not(.service-list) > ul > li a .btn-inner:before {
  content: "";
  max-width: 55px;
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  padding-right: 10em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .flow-container div.content-wrapper div:not(.service-list) > ul > li a .btn-inner:before {
    display: none;
  }
}
.flow-container div.content-wrapper div:not(.service-list) > ul > li {
  /*@media screen and (min-width: 1081px ) {
     a[href^="tel:"] {
     pointer-events: none;
     text-decoration: none;
    }
  }*/
}
.flow-container div.content-wrapper div:not(.service-list) > ul > li:first-child a {
  background: #FF5858;
}
.flow-container div.content-wrapper div:not(.service-list) > ul > li:first-child a:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  background: #f94444;
}
.flow-container div.content-wrapper div:not(.service-list) > ul > li:first-child a .btn-inner-tel {
  font-size: 1.6em;
  font-weight: bold;
  display: block;
}
.flow-container div.content-wrapper div:not(.service-list) > ul > li:first-child:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.flow-container div.content-wrapper div:not(.service-list) > ul > li:first-child .btn-inner:before {
  background: url(../img/call-b.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 760px ) {
  .flow-container div.content-wrapper div:not(.service-list) > ul > li:first-child {
    margin-bottom: 1em;
  }
}
.flow-container div.content-wrapper div:not(.service-list) > ul > li:last-child a {
  background: #2A80CC;
  text-align: center;
  font-size: 1.2em;
}
.flow-container div.content-wrapper div:not(.service-list) > ul > li:last-child a:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  background: #1875c7;
}
.flow-container div.content-wrapper div:not(.service-list) > ul > li:last-child .btn-inner:before {
  background: url(../img/pamphlet.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 760px ) {
  .flow-container div.content-wrapper div:not(.service-list) > ul > li:last-child {
    margin-bottom: 1em;
  }
}
.flow-container div.content-wrapper .service-list {
  margin-top: 5em;
}
.flow-container div.content-wrapper .service-list h4 {
  font-size: clamp(1rem, 0.4063rem + 1.25vw, 1.5rem);
  letter-spacing: 2px;
}
.flow-container div.content-wrapper .service-list ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  gap: 24px 2%;
}
@media screen and (max-width: 760px ) {
  .flow-container div.content-wrapper .service-list ul {
    gap: 10px;
  }
}
.flow-container div.content-wrapper .service-list ul li {
  width: 23%;
}
@media screen and (max-width: 760px ) {
  .flow-container div.content-wrapper .service-list ul li {
    width: 48%;
  }
}
.flow-container div.content-wrapper .service-list ul li:last-child {
  margin-right: 0;
}
.flow-container div.content-wrapper .service-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #000;
  height: 100%;
  border: 1px solid #014886;
  border-radius: 10px;
}
@media screen and (min-width: 1081px ), screen and (max-width: 1080px ) and (min-width: 761px ) {
  .flow-container div.content-wrapper .service-list ul li a {
    aspect-ratio: 1/1;
  }
}
.flow-container div.content-wrapper .service-list ul li a {
  padding: 0.8em;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 760px ) {
  .flow-container div.content-wrapper .service-list ul li a:before {
    display: none;
  }
}
.flow-container div.content-wrapper .service-list ul li a:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  max-width: 45px;
  width: 15%;
  aspect-ratio: 1/1;
  border-radius: 10px 0 10px 0;
  background: #014886;
}
@media screen and (max-width: 760px ) {
  .flow-container div.content-wrapper .service-list ul li a:after {
    display: none;
  }
}
.flow-container div.content-wrapper .service-list ul li a:after {
  position: absolute;
  content: "→";
  display: block;
  font-size: clamp(1rem, -0.1711rem + 2.1053vw, 1.25rem);
  color: #fff;
  bottom: 2%;
  right: 3%;
  text-align: center;
  z-index: 2;
  line-height: 1.2;
  white-space: pre;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.flow-container div.content-wrapper .service-list ul li a:hover {
  text-decoration: none;
  background: #dbefff;
}
.flow-container div.content-wrapper .service-list ul li a:hover:after {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.flow-container div.content-wrapper .service-list ul li a img {
  max-width: 180px;
  width: 50%;
  height: auto;
}
.flow-container div.content-wrapper .service-list ul li a p {
  margin-bottom: 0;
}
.flow-container div.content-wrapper .service-list ul li a p.btn-cap {
  margin-bottom: 0;
  font-size: clamp(0.75rem, -4.15rem + 8vw, 1rem);
}
.flow-container div.content-wrapper .service-list ul:after {
  display: block;
  content: "";
  width: 23%;
}

@media screen and (min-width: 1081px ) {
  .service-list li {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .service-list li:nth-of-type(1) {
    -webkit-transition-delay: 0.33s;
            transition-delay: 0.33s;
  }
  .service-list li:nth-of-type(2) {
    -webkit-transition-delay: 0.36s;
            transition-delay: 0.36s;
  }
  .service-list li:nth-of-type(3) {
    -webkit-transition-delay: 0.39s;
            transition-delay: 0.39s;
  }
  .service-list li:nth-of-type(4) {
    -webkit-transition-delay: 0.42s;
            transition-delay: 0.42s;
  }
  .service-list li:nth-of-type(5) {
    -webkit-transition-delay: 0.42s;
            transition-delay: 0.42s;
  }
  .service-list li:nth-of-type(6) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  .service-list li:nth-of-type(7) {
    -webkit-transition-delay: 0.48s;
            transition-delay: 0.48s;
  }
  .service-list li:nth-of-type(8) {
    -webkit-transition-delay: 0.51s;
            transition-delay: 0.51s;
  }
  .service-list.effect li {
    opacity: 1;
  }
}
.info-section {
  max-width: 1168px;
  margin: 0 auto;
  width: 90%;
  padding: 10em 0;
}
.info-section .info-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
@media screen and (max-width: 760px ) {
  .info-section .info-container {
    display: block;
  }
}
.info-section .info-container .title {
  width: 30%;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .info-section .info-container .title .main-title {
    font-size: 200%;
  }
  .info-section .info-container .title .main-title br {
    display: none;
  }
}
@media screen and (max-width: 760px ) {
  .info-section .info-container .title .main-title br {
    display: none;
  }
}
@media screen and (max-width: 760px ) {
  .info-section .info-container .title {
    width: 100%;
  }
}
.info-section .info-container .title .btn {
  margin-top: 5em;
}
@media screen and (max-width: 760px ) {
  .info-section .info-container .title .btn {
    display: none;
  }
}
.info-section .info-container > .info-contents {
  width: 60%;
}
.info-section .info-container > .info-contents a:hover {
  text-decoration: none;
}
.info-section .info-container > .info-contents a:hover dd {
  text-decoration: underline;
}
.info-section .info-container > .info-contents dl {
  border-bottom: 1px solid #C2E5DE;
  padding: 1em 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
@media screen and (max-width: 760px ) {
  .info-section .info-container > .info-contents dl {
    display: block;
  }
}
.info-section .info-container > .info-contents dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.info-section .info-container > .info-contents dl dt {
  color: #5D5D5D;
  font-size: 87.5%;
  margin-right: 10%;
  width: 20%;
}
@media screen and (max-width: 760px ) {
  .info-section .info-container > .info-contents dl dt {
    width: auto;
  }
}
.info-section .info-container > .info-contents dl dt span {
  display: block;
  font-size: 70%;
  padding: 0.5em 1em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 760px ) {
  .info-section .info-container > .info-contents dl dt span {
    display: inline-block;
    margin-left: 1em;
  }
}
.info-section .info-container > .info-contents dl dt .n-news {
  background: #FF7676;
}
.info-section .info-container > .info-contents dl dt .n-compensation {
  background: #009376;
}
.info-section .info-container > .info-contents dl dt .n-pamphlet {
  background: #2A80CC;
}
.info-section .info-container > .info-contents dl dd {
  margin-right: 2em;
}
.info-section .info-container > .info-contents dl dd:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f054";
  position: absolute;
  right: 0;
  color: #009376;
}
.info-section .info-container > .info-contents .btn {
  display: none;
}
@media screen and (max-width: 760px ) {
  .info-section .info-container > .info-contents {
    width: 100%;
  }
  .info-section .info-container > .info-contents .btn {
    display: block;
    margin-top: 3.75em;
  }
  .info-section .info-container > .info-contents .btn a {
    color: #009376;
    border: 1px solid #009376;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}

.banner {
  max-width: 1168px;
  margin: 0 auto;
  width: 100%;
  padding: 3em 0;
}
.banner ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .banner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner ul li {
    margin-bottom: 0.5em;
  }
}

.link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
@media screen and (max-width: 760px ) {
  .link {
    display: block;
  }
}
.link li {
  width: 50%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 760px ) {
  .link li {
    width: 100%;
  }
}
.link li:hover:before {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.link li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
  /* 最背面へ */
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link li:first-child {
  background: url(../img/link-img1.jpg) center center;
  background-size: cover;
}
.link li:last-child {
  background: url(../img/link-img2.jpg) center center;
  background-size: cover;
}
.link li a {
  font-size: 200%;
  color: #fff;
  padding: 5em 10%;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .link li a {
    font-size: 150%;
  }
}
@media screen and (max-width: 760px ) {
  .link li a {
    padding: 3em 5%;
  }
}
.link li a p {
  margin-bottom: 0;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 10px;
}
.link li a:after {
  content: url("../img/arrow.svg");
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 10%;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  .link li a:after {
    right: 5%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ) {
  .link li a:after {
    top: 40%;
  }
}
@media screen and (max-width: 760px ) {
  .link li a:after {
    top: 35%;
  }
}

