@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@keyframes btn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
.c-txt-lg {
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lg {
    font-size: 30px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lg {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lg {
    font-size: 40px;
  }
}

.c-txt-lr {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lr {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lr {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lr {
    font-size: 36px;
  }
}

.c-txt-md {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-md {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-md {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-md {
    font-size: 24px;
  }
}

.c-txt-sm, .c-news__content, .p-about .desc .top-desc, .p-news__content {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-news__content, .p-about .desc .top-desc, .p-news__content {
    font-size: 16px;
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .c-news__content, .p-about .desc .top-desc, .p-news__content {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-news__content, .p-about .desc .top-desc, .p-news__content {
    font-size: 18px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: rgb(0, 113, 183);
}
@media screen and (min-width: 600px) {
  .c-txt-xs {
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-xs {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-xs {
    font-size: 16px;
  }
}

.mb-sm, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .p-contact__desc, .p-footer__nav, .p-footer__logo, .p-form__title, .akusitu__list, .akusitu .bottom-desc, .akusitu__title, .p-point .main-desc, .p-point__tit, .p-service__tit, .worries h3, .c-title, .p-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .p-contact__desc, .p-footer__nav, .p-footer__logo, .p-form__title, .akusitu__list, .akusitu .bottom-desc, .akusitu__title, .p-point .main-desc, .p-point__tit, .p-service__tit, .worries h3, .c-title, .p-title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .p-contact__desc, .p-footer__nav, .p-footer__logo, .p-form__title, .akusitu__list, .akusitu .bottom-desc, .akusitu__title, .p-point .main-desc, .p-point__tit, .p-service__tit, .worries h3, .c-title, .p-title {
    margin-bottom: 50px;
  }
}

.mb-md, .c-thanks-text, .c-contact .c-description, .p-question, .akusitu, .top-area, .p-service, .c-topview {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-md, .c-thanks-text, .c-contact .c-description, .p-question, .akusitu, .top-area, .p-service, .c-topview {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md, .c-thanks-text, .c-contact .c-description, .p-question, .akusitu, .top-area, .p-service, .c-topview {
    margin-bottom: 60px;
  }
}

.mb-lr, .c-thanks, .c-privacy, .c-news-sl, .c-news, .c-company .c-about, .p-form, .p-point, .p-about, .c-flow, .feature, .p-investigation {
  margin-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-thanks, .c-privacy, .c-news-sl, .c-news, .c-company .c-about, .p-form, .p-point, .p-about, .c-flow, .feature, .p-investigation {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-thanks, .c-privacy, .c-news-sl, .c-news, .c-company .c-about, .p-form, .p-point, .p-about, .c-flow, .feature, .p-investigation {
    margin-bottom: 80px;
  }
}

.pb-sm {
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}

.pb-md {
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .pb-md {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .pb-md {
    padding-bottom: 60px;
  }
}

.pb-lr {
  padding-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}

.c-container {
  padding: 0 6vw;
}
@media screen and (min-width: 600px) {
  .c-container {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 960px) {
  .c-container {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container {
    padding: 0 10vw;
  }
}

.swiper-container {
  overflow: visible !important;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide > img {
  max-width: 100%;
  transform: scale(1.2);
  transition: transform 4s ease;
}
.swiper-slide-active > img {
  transform: none;
}

.scrolldown {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 42px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  z-index: 4000;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}
.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
}
.scrolldown::after {
  height: 20px;
  animation: sdl 2s ease infinite;
}
@media (min-width: 960px) {
  .scrolldown {
    right: 20px;
    font-size: 18px;
  }
  .scrolldown::after {
    width: 2px;
  }
}
@keyframes sdl {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(40px);
  }
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
html :where(img) {
  height: 100% !important;
  max-width: 100%;
}

body {
  color: rgb(39, 39, 39);
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
}

.btn {
  text-align: center;
  margin: 20px 0;
}
.btn a {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  background-color: red;
  border-radius: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 20px;
}
.btn a::before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 16px;
  width: 16px;
  background-image: url(../images/common/arrow-wh.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .btn a {
    font-size: 24px;
  }
}

body.hidden {
  overflow: hidden;
}

.superwrapper {
  overflow: hidden;
}

.hi-title {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  background-color: #add4ee;
  padding: 5px 0;
}
@media (min-width: 600px) {
  .hi-title {
    font-size: 16px;
  }
}

.c-topview {
  position: relative;
}
.c-topview__img {
  position: relative;
  height: 25vh;
}
.c-topview__img::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgb(0, 113, 183);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  opacity: 0.7;
}
.c-topview__title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 600;
  color: #fff;
}
.c-topview__title h2 .ja {
  font-size: 26px;
  letter-spacing: 4px;
}
.c-topview__title h2 .en {
  font-size: 18px;
}
.c-topview.no-img .c-topview__img::before {
  opacity: 1;
}
.c-topview.no-img .c-topview__title h2 .ja {
  font-size: 22px;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .c-topview__img {
    height: 30vh;
  }
  .c-topview__title h2 .ja {
    font-size: 32px;
    letter-spacing: 4px;
    margin-bottom: 5px;
  }
  .c-topview__title h2 .en {
    font-size: 20px;
  }
  .c-topview.no-img .c-topview__title h2 .ja {
    font-size: 24px;
  }
  .c-topview.no-img .c-topview__title h2 .ja br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .c-topview__img {
    height: 35vh;
  }
  .c-topview__title h2 .ja {
    font-size: 38px;
    margin-bottom: 10px;
  }
  .c-topview__title h2 .en {
    font-size: 24px;
  }
  .c-topview.no-img .c-topview__title h2 .ja {
    font-size: 32px;
  }
}

.p-title {
  position: relative;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
}
.p-title .logo-mark {
  background: url(../images/common/logo.svg) no-repeat center/contain;
  display: inline-block;
  width: 150px;
  height: 30px;
  margin-right: 5px;
}
@media (min-width: 600px) {
  .p-title {
    font-size: 26px;
  }
  .p-title .logo-mark {
    width: 180px;
    height: 33px;
    margin-right: 10px;
  }
}
@media (min-width: 960px) {
  .p-title {
    font-size: 32px;
  }
  .p-title .logo-mark {
    width: 220px;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .p-title {
    font-size: 36px;
  }
  .p-title .logo-mark {
    width: 240px;
    height: 45px;
  }
}

.c-title {
  position: relative;
}
.c-title .en {
  display: block;
  font-size: 30px;
  letter-spacing: 4px;
}
.c-title .ja {
  position: relative;
  top: -0.3rem;
  font-size: 14px;
  color: #434749;
  padding-bottom: 10px;
}
.c-title .ja::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: rgb(0, 113, 183);
}

.Title {
  text-align: center;
  margin-bottom: 50px;
}
.Title span {
  border-bottom: 3px solid rgb(0, 113, 183);
  border-top: 3px solid rgb(0, 113, 183);
  font-size: 27px;
  padding: 10px 20px;
}
.Title span strong {
  color: rgb(0, 113, 183);
}

.c-sub-title p {
  position: relative;
  padding-left: 30px;
}
.c-sub-title p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 20px;
  height: 3px;
  background: rgb(0, 113, 183);
}

.more-btn {
  position: relative;
  text-align: center;
}
.more-btn__link {
  background-color: rgb(0, 113, 183);
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid rgb(0, 113, 183);
  z-index: 1;
}
.more-btn__link span {
  position: relative;
  color: #fff;
  font-weight: bold;
}
.more-btn__link span:first-child {
  padding-right: 30px;
}
.more-btn__link span:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  background-image: url(../images/common/arrow-wh.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  z-index: 100;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span {
  color: rgb(39, 39, 39);
  transform: none;
}
.more-btn__link.slide-bg:hover span:first-child::before {
  background-image: url(../images/common/arrow.png);
}
@media (min-width: 600px) {
  .more-btn__link {
    padding: 20px 40px;
    height: auto;
  }
  .more-btn__link .c-txt-sm, .more-btn__link .c-news__content, .more-btn__link .p-about .desc .top-desc, .p-about .desc .more-btn__link .top-desc, .more-btn__link .p-news__content {
    font-size: 16px;
  }
}

.strong {
  border-bottom: 10px solid yellow;
}

.color {
  font-size: 22px;
  font-weight: bold;
  color: rgb(238, 115, 14);
}
@media (min-width: 960px) {
  .color {
    font-size: 32px;
  }
}

.top-view {
  position: relative;
  background: url(../images/home/top-bg.webp) no-repeat center/cover;
}
@media (min-width: 960px) {
  .top-view::before {
    content: "";
    width: 50%;
    height: 280px;
    background: url(../images/home/top-people.webp) no-repeat center/contain;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .top-view::before {
    right: 6vw;
  }
}
@media (min-width: 2000px) {
  .top-view::before {
    right: 16vw;
  }
}
.top-view__desc {
  padding: 30px 0 200px;
  position: relative;
}
.top-view__desc::before {
  content: "";
  width: 100%;
  height: 190px;
  background: url(../images/home/top-people.webp) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-view__desc .logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(0, 113, 183);
  font-size: 28px;
  margin-bottom: 15px;
}
.top-view__desc .logo-item .Img {
  width: 130px;
}
.top-view__desc .logo-item .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top-view__desc h3 {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1.5px;
}
.top-view__desc h3 span {
  background-color: rgb(0, 113, 183);
  color: #fff;
  padding: 5px 20px;
  border-radius: 9999px;
  display: inline-block;
  margin: 0 auto 15px;
}
.top-view__desc .address {
  font-size: 13px;
  margin: 0 auto 20px;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  max-width: 310px;
}
.top-view__desc .address dl {
  display: flex;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px dotted rgb(0, 113, 183);
}
.top-view__desc .address dl dt {
  flex-basis: 30%;
  color: rgb(0, 113, 183);
}
.top-view__desc .address dl dd {
  flex-basis: 70%;
  font-weight: bold;
}
.top-view__desc h2 {
  text-align: center;
  font-size: 42px;
  letter-spacing: 10px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.top-view__desc h2 small {
  font-size: 28px;
  letter-spacing: 2px;
}
.top-view__desc .price {
  text-align: center;
  margin-bottom: 20px;
}
.top-view__desc .price .yenn {
  display: inline-block;
  position: relative;
  z-index: 20;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #add4ee 40%);
}
.top-view__desc .price .yenn .nedan {
  font-size: 48px;
  display: inline-block;
  padding: 0 3px;
}
.top-view__desc .price .yenn .tax {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 13px;
  font-weight: normal;
}
.top-view__desc .price .yenn .circle {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.top-view__desc .price .yenn .circle::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(0, 113, 183);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.top-view__desc .huyou {
  width: 280px;
  margin: 0 auto;
  background-color: #add4ee;
  padding: 15px 30px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
}
.top-view__desc .huyou::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #add4ee;
  /* 色は任意に変更可能 */
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.top-view__desc .huyou::after {
  content: "";
  width: 80px;
  height: 80px;
  background: url(../images/home/top-truck.webp) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.top-view__desc .huyou .apeal {
  font-size: 16px;
}
.top-view__desc .huyou .nedan {
  font-size: 28px;
}
.top-view__desc .huyou .tax {
  position: absolute;
  bottom: 35px;
  right: 142px;
  font-size: 10px;
  font-weight: normal;
}
@media (min-width: 600px) {
  .top-view__desc {
    padding: 50px 0 250px;
  }
  .top-view__desc::before {
    height: 230px;
  }
  .top-view__desc .logo-item img {
    width: 180px;
  }
  .top-view__desc h3 {
    font-size: 20px;
  }
  .top-view__desc h3 span {
    padding: 8px 30px;
    margin: 0 auto 30px;
  }
  .top-view__desc .address {
    max-width: 400px;
  }
  .top-view__desc h2 {
    font-size: 56px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .top-view__desc h2 small {
    font-size: 34px;
  }
  .top-view__desc .price {
    text-align: center;
    margin-bottom: 20px;
  }
  .top-view__desc .price .yenn {
    padding-left: 50px;
    font-size: 24px;
  }
  .top-view__desc .price .yenn .nedan {
    font-size: 58px;
  }
  .top-view__desc .price .yenn .tax {
    font-size: 18px;
    right: 13px;
  }
  .top-view__desc .price .yenn .circle {
    font-size: 18px;
  }
  .top-view__desc .price .yenn .circle::before {
    width: 55px;
    height: 55px;
  }
  .top-view__desc .huyou {
    width: 320px;
    padding: 25px 30px 20px;
    font-size: 14px;
  }
  .top-view__desc .huyou::after {
    width: 100px;
    height: 100px;
    right: 25px;
  }
  .top-view__desc .huyou .apeal {
    font-size: 18px;
  }
  .top-view__desc .huyou .nedan {
    font-size: 32px;
    display: inline-block;
    padding: 0 3px;
    line-height: 1.2;
  }
  .top-view__desc .huyou .tax {
    bottom: 40px;
    right: 164px;
    font-size: 10px;
  }
}
@media (min-width: 960px) {
  .top-view__desc {
    padding: 50px 5vw;
  }
  .top-view__desc::before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .top-view__desc {
    padding: 50px 15vw;
  }
}
@media (min-width: 2000px) {
  .top-view__desc {
    padding: 50px 0 50px 20vw;
  }
}
@media (max-width: 959px) {
  .top-view__medal {
    display: none;
  }
}
@media (min-width: 960px) {
  .top-view__wrap {
    display: flex;
  }
  .top-view__wrap .wrap-left {
    flex-basis: 50%;
  }
  .top-view__wrap .address {
    flex-basis: 50%;
    margin-bottom: 0;
  }
  .top-view__bottom {
    width: 50%;
  }
  .top-view__medal {
    position: absolute;
    top: 230px;
    right: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
  }
  .top-view__medal .Img {
    width: 120px;
    height: 120px;
    margin: 0 5px;
  }
}
@media (min-width: 1200px) {
  .top-view__medal {
    right: 10vw;
    width: 45%;
  }
}
@media (min-width: 2000px) {
  .top-view__medal {
    right: 20vw;
  }
}

.p-news {
  background-color: #f2f2f2;
  padding: 20px 0 50px;
}
.p-news__wrap {
  background-color: #fff;
  margin-top: -50px;
  position: relative;
  z-index: 10;
  border: 2px solid rgb(0, 113, 183);
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 50px;
}
.p-news__title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.p-news__title h2 {
  font-size: 16px;
}
.p-news__title .more {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.p-news__title .more::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/common/arrow.png) no-repeat center/contain;
  position: absolute;
  top: 6px;
  bottom: 0;
  margin: auto;
  right: 0;
}
.p-news__title .more a {
  color: rgb(39, 39, 39);
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid rgb(39, 39, 39);
}
.p-news__item a {
  color: rgb(39, 39, 39);
}
.p-news__item .Wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.p-news__item .Wrap .cate-item {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  background-color: rgb(0, 113, 183);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 9999px;
  margin-right: 10px;
}
.p-news__date {
  color: rgb(0, 113, 183);
  letter-spacing: 2px;
  font-size: 14px;
}
@media (min-width: 600px) {
  .p-news__wrap {
    padding: 20px 30px;
  }
  .p-news__title {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .p-news__title h2 {
    font-size: 18px;
  }
  .p-news__title .more {
    padding-right: 25px;
  }
  .p-news__title .more::before {
    top: 3px;
  }
  .p-news__title .more a {
    font-size: 16px;
  }
  .p-news__item .Wrap .cate-item {
    font-size: 14px;
  }
  .p-news__date {
    font-size: 16px;
  }
}
@media (max-width: 959px) {
  .p-news .view-pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-news {
    padding: 30px 0 90px;
  }
  .p-news .view-sp {
    display: none;
  }
  .p-news__wrap {
    display: flex;
    align-items: center;
    padding: 30px;
  }
  .p-news__title {
    display: block;
    flex-basis: 25%;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .p-news__title h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .p-news__title .more a {
    font-size: 18px;
  }
  .p-news__list {
    flex: 1;
  }
  .p-news__item {
    margin-bottom: 25px;
    border-bottom: 2px dashed #ccc;
    padding-bottom: 20px;
  }
  .p-news__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .p-news__wrap {
    padding: 40px 5vw;
  }
}

.p-slide {
  margin-top: 5px;
  position: relative;
}
.p-slide #js-infiniteslide {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.p-slide #js-infiniteslide img {
  width: 300px;
  height: 300px !important;
  margin: 0 5px;
}
@media (min-width: 600px) {
  .p-slide #js-infiniteslide img {
    width: 350px;
    height: 350px !important;
  }
}
@media (min-width: 960px) {
  .p-slide #js-infiniteslide img {
    width: 400px;
    height: 400px !important;
  }
}
.p-slide__desc {
  position: absolute;
  bottom: 30px;
  right: 5vw;
}
.p-slide__desc .Img {
  width: 120px;
  height: 120px;
  position: relative;
  z-index: 20;
}
.p-slide__desc .Img::before {
  content: "";
  width: 130px;
  height: 130px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  border-radius: 50%;
  border: 2px solid #ab831f;
}
.p-slide__desc .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 600px) {
  .p-slide__desc {
    bottom: 40px;
    right: 8vw;
  }
  .p-slide__desc .Img {
    width: 150px;
    height: 150px;
  }
  .p-slide__desc .Img::before {
    width: 170px;
    height: 170px;
  }
}
@media (min-width: 960px) {
  .p-slide__desc .Img {
    width: 170px;
    height: 170px;
  }
  .p-slide__desc .Img::before {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1200px) {
  .p-slide__desc {
    right: 12vw;
  }
}

.worries {
  position: relative;
  padding: 60px 0 50px;
}
.worries h3 {
  text-align: center;
  font-size: 17px;
}
.worries h3 p {
  position: relative;
  display: inline-block;
}
.worries h3 p::before {
  position: absolute;
  bottom: 6px;
  right: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  background-color: yellow;
  opacity: 0.8;
  z-index: -1;
}
.worries h3 p span {
  color: rgb(0, 113, 183);
  font-weight: bold;
  font-size: 22px;
  display: inline-block;
  padding: 0 3px;
}
.worries ul {
  background-color: #fff;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #dbdbdb;
  margin-bottom: 30px;
}
.worries li {
  border-bottom: 1px solid rgb(214, 214, 214);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.worries li .c-txt-sm, .worries li .c-news__content, .worries li .p-about .desc .top-desc, .p-about .desc .worries li .top-desc, .worries li .p-news__content {
  position: relative;
  padding-left: 25px;
}
.worries li .c-txt-sm::before, .worries li .c-news__content::before, .worries li .p-about .desc .top-desc::before, .p-about .desc .worries li .top-desc::before, .worries li .p-news__content::before {
  position: absolute;
  top: 0;
  left: -5px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/common/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.worries .Img {
  height: 300px;
  margin-bottom: 30px;
}
.worries .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.worries .ans {
  position: relative;
  background-color: rgb(0, 113, 183);
  padding: 15px 0 20px;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.worries .ans strong {
  font-size: 28px;
}
.worries .ans::after {
  content: " ";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 20px solid rgb(0, 113, 183);
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  z-index: 1;
}
@media (min-width: 600px) {
  .worries h3 {
    font-size: 20px;
  }
  .worries h3 p span {
    font-size: 28px;
  }
  .worries ul {
    padding: 30px;
  }
  .worries li {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .worries .ans {
    font-size: 24px;
    padding: 20px 0 25px;
  }
  .worries .ans strong {
    font-size: 36px;
    display: inline-block;
    padding-right: 15px;
  }
  .worries .ans .onlySP {
    display: none;
  }
}
@media (min-width: 960px) {
  .worries {
    padding: 80px 0;
  }
  .worries h3 {
    font-size: 24px;
  }
  .worries h3 p span {
    font-size: 32px;
  }
  .worries .Wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 50px;
  }
  .worries .Wrap ul {
    flex-basis: 48%;
    margin-bottom: 0;
  }
  .worries .Wrap .Img {
    flex-basis: 48%;
    height: 350px;
    margin-bottom: 0;
  }
  .worries li .c-txt-sm, .worries li .c-news__content, .worries li .p-about .desc .top-desc, .p-about .desc .worries li .top-desc, .worries li .p-news__content {
    padding-left: 35px;
  }
  .worries li .c-txt-sm::before, .worries li .c-news__content::before, .worries li .p-about .desc .top-desc::before, .p-about .desc .worries li .top-desc::before, .worries li .p-news__content::before {
    width: 30px;
    height: 30px;
  }
  .worries .ans {
    font-size: 28px;
    padding: 40px 0 45px;
  }
  .worries .ans strong {
    font-size: 42px;
  }
  .worries .ans .onlyPC {
    display: none;
  }
  .worries .ans::after {
    bottom: -30px;
    border-top: 30px solid rgb(0, 113, 183);
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
  }
}

.p-service__tit {
  text-align: center;
  font-size: 17px;
}
.p-service__tit strong {
  background: linear-gradient(transparent 60%, #fff857 40%);
  padding: 0 2px;
}
.p-service__tit span {
  position: relative;
}
.p-service__tit span::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: rgb(39, 39, 39);
  position: absolute;
  bottom: 20px;
  left: -65px;
  transform: rotate(60deg);
}
.p-service__tit span::after {
  content: "";
  width: 41px;
  height: 1px;
  background-color: rgb(39, 39, 39);
  position: absolute;
  bottom: 20px;
  right: -52px;
  transform: rotate(-60deg);
}
.p-service ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-service li {
  margin-bottom: 20px;
  width: 48%;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.p-service__desc {
  padding: 5px 0px;
}
.p-service__desc h3 {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.p-service__img {
  height: 130px;
}
.p-service__img img {
  border-radius: 3px 3px 0 0;
}
@media (min-width: 600px) {
  .p-service__img {
    height: 200px;
  }
  .p-service__desc {
    padding: 10px 0px;
  }
  .p-service__desc h3 {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .p-service {
    padding-top: 80px;
  }
  .p-service__tit {
    font-size: 24px;
  }
  .p-service__tit span::before {
    width: 60px;
    height: 2px;
    left: -105px;
  }
  .p-service__tit span::after {
    width: 61px;
    height: 2px;
    right: -85px;
  }
  .p-service li {
    width: 30%;
  }
}

.plan {
  padding: 50px 0;
  background-color: #f2f2f2;
}
.plan__list__item {
  margin-bottom: 30px;
}
.plan__img {
  height: 120px;
}
.plan__img img {
  border-radius: 20px 20px 0 0;
}
.plan-wrap {
  background-color: #add4ee;
  border-radius: 0 0 20px 20px;
  padding: 30px 15px;
}
.plan-wrap .desc {
  text-align: center;
  margin-bottom: 20px;
}
.plan-wrap .desc h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.plan-wrap .desc p {
  font-size: 14px;
  font-weight: bold;
}
.plan-wrap .label {
  text-align: center;
  line-height: 1.01;
  color: rgb(212, 44, 44);
  font-weight: 700;
  font-size: 33px;
  margin-bottom: 50px;
}
.plan-wrap .label strong {
  background: linear-gradient(transparent 70%, #fff857 30%);
  padding: 0 3px;
}
.plan-wrap .label span {
  margin-left: 0.1em;
  font-size: 0.45em;
  font-weight: 900;
}
.plan-wrap .osusume {
  background-color: #fff;
  padding: 30px 15px 20px;
  border-radius: 5px;
  position: relative;
}
.plan-wrap .osusume h5 {
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(0, 113, 183);
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  width: 80%;
  text-align: center;
  border-radius: 9999px;
}
.plan-wrap .osusume h5::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgb(0, 113, 183);
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.plan-wrap .osusume .List li {
  position: relative;
  padding: 0 0 5px 20px;
}
.plan-wrap .osusume .List li.c-txt-sm, .plan-wrap .osusume .List li.c-news__content, .plan-wrap .osusume .List .p-about .desc li.top-desc, .p-about .desc .plan-wrap .osusume .List li.top-desc, .plan-wrap .osusume .List li.p-news__content {
  letter-spacing: 1.5px;
  font-weight: bold;
  font-size: 13px;
}
.plan-wrap .osusume .List li::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/check.svg) no-repeat center/contain;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 600px) {
  .plan .c-container {
    padding: 0 12vw;
  }
  .plan__img {
    height: 180px;
  }
  .plan-wrap {
    padding: 30px 30px;
  }
  .plan-wrap .desc h4 {
    font-size: 24px;
  }
  .plan-wrap .desc p {
    font-size: 18px;
  }
  .plan-wrap .label {
    font-size: 52px;
  }
  .plan-wrap .osusume {
    padding: 30px 20px 20px;
  }
  .plan-wrap .osusume h5 {
    top: -22px;
    font-size: 16px;
  }
  .plan-wrap .osusume .List li.c-txt-sm, .plan-wrap .osusume .List li.c-news__content, .plan-wrap .osusume .List .p-about .desc li.top-desc, .p-about .desc .plan-wrap .osusume .List li.top-desc, .plan-wrap .osusume .List li.p-news__content {
    font-size: 15px;
  }
}
@media (min-width: 960px) {
  .plan {
    padding: 80px 0;
  }
  .plan .c-container {
    padding: 0 8vw;
  }
  .plan__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .plan__list__item {
    width: 48%;
  }
  .plan-wrap .desc {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .plan .c-container {
    padding: 0 12vw;
  }
  .plan__list__item {
    margin-bottom: 50px;
  }
  .plan__img {
    height: 200px;
  }
  .plan-wrap {
    padding: 30px 30px;
  }
  .plan-wrap .desc {
    height: 110px;
  }
  .plan-wrap .desc h4 {
    font-size: 28px;
  }
  .plan-wrap .desc p {
    font-size: 20px;
  }
  .plan-wrap .label {
    font-size: 58px;
    margin-bottom: 60px;
  }
  .plan-wrap .osusume {
    padding: 40px 30px 20px;
  }
  .plan-wrap .osusume h5 {
    top: -25px;
    font-size: 18px;
  }
  .plan-wrap .osusume .List li {
    padding: 0 0 8px 30px;
  }
  .plan-wrap .osusume .List li.c-txt-sm, .plan-wrap .osusume .List li.c-news__content, .plan-wrap .osusume .List .p-about .desc li.top-desc, .p-about .desc .plan-wrap .osusume .List li.top-desc, .plan-wrap .osusume .List li.p-news__content {
    font-size: 16px;
  }
  .plan-wrap .osusume .List li::before {
    width: 22px;
    height: 22px;
    top: -5px;
  }
}

.p-investigation {
  background: url(../images/home/bg-03.webp) no-repeat center/cover;
  padding: 50px 0 30px;
}
.p-investigation__title {
  text-align: center;
  margin-bottom: 20px;
}
.p-investigation__title span {
  color: rgb(245, 102, 50);
  font-size: 24px;
}
.p-investigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
}
.p-investigation ul li {
  flex-basis: 30%;
  background-color: #fff;
  padding: 5px;
  margin: 0 1.5% 10px;
  border-radius: 15px;
  box-shadow: 3px 3px 3px gainsboro;
}
.p-investigation ul li h3 {
  text-align: center;
  color: rgb(39, 39, 39);
  font-size: 16px;
  margin-bottom: 5px;
}
.p-investigation__img {
  text-align: center;
}
.p-investigation__img img {
  width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 600px) {
  .p-investigation__title {
    margin-bottom: 30px;
  }
  .p-investigation__title .onlySP {
    display: none;
  }
  .p-investigation ul li {
    padding: 10px;
    margin: 0 1.5% 15px;
  }
  .p-investigation ul li h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .p-investigation__img img {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .p-investigation {
    padding: 80px 0;
  }
  .p-investigation__title {
    font-size: 22px;
    margin-bottom: 50px;
  }
  .p-investigation__title span {
    font-size: 30px;
  }
  .p-investigation ul li {
    flex-basis: 15%;
    padding: 10px 5px;
    margin: 0 0.5% 0;
  }
  .p-investigation ul li h3 {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .p-investigation__title {
    font-size: 24px;
  }
  .p-investigation__title span {
    font-size: 36px;
  }
  .p-investigation ul li {
    flex-basis: 15%;
    padding: 10px;
    margin: 0 0.5% 0;
  }
  .p-investigation ul li h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .p-investigation__img img {
    width: 40%;
  }
}

.feature {
  padding: 50px 0;
  background-color: rgb(238, 244, 255);
}
.feature__list__item {
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.5019607843);
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 30px;
}
.feature__list__item .title {
  background-color: rgb(0, 113, 183);
  border-radius: 10px 10px 0 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 15px 0 20px;
  margin-bottom: 30px;
  position: relative;
}
.feature__list__item .title .num {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  letter-spacing: 0;
}
.feature__list__item .title .num::before {
  content: "";
  width: 27px;
  height: 27px;
  background-color: rgb(39, 39, 39);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.feature__list__item .Img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.feature__list__item .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.feature__list__item .Desc {
  padding: 15px 15px 20px;
}
@media (min-width: 600px) {
  .feature__list__item .title {
    font-size: 24px;
    letter-spacing: 3px;
    padding: 20px 0 25px;
    margin-bottom: 40px;
  }
  .feature__list__item .title .num {
    bottom: -13px;
    font-size: 18px;
  }
  .feature__list__item .title .num::before {
    width: 35px;
    height: 35px;
  }
  .feature__list__item .Img {
    width: 150px;
    height: 150px;
  }
  .feature__list__item .Desc {
    padding: 30px;
  }
}
@media (min-width: 960px) {
  .feature {
    padding: 80px 0 50px;
  }
  .feature__list__item {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 70% 30%;
    padding: 50px 30px 50px 80px;
    margin-bottom: 50px;
  }
  .feature__list__item .title {
    grid-row: 1/2;
    grid-column: 1/2;
    display: flex;
    align-items: center;
    background-color: transparent;
    color: rgb(39, 39, 39);
    position: relative;
    z-index: 10;
    font-size: 32px;
    padding: 0;
    margin-bottom: 0;
  }
  .feature__list__item .title span {
    display: inline-block;
    margin-left: 50px;
    background: linear-gradient(transparent 60%, #fff857 40%);
  }
  .feature__list__item .title .num {
    position: relative;
    left: 0;
    bottom: 0;
    transform: none;
    font-size: 42px;
  }
  .feature__list__item .title .num::before {
    background-color: #add4ee;
    width: 80px;
    height: 80px;
  }
  .feature__list__item .Img {
    grid-row: 1/3;
    grid-column: 2/3;
    align-self: center;
    width: 200px;
    height: 200px;
  }
  .feature__list__item .Desc {
    grid-row: 2/3;
    grid-column: 1/2;
    padding: 30px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .feature .c-container {
    padding: 0 15vw;
  }
}

@media (max-width: 1199px) {
  .c-flow .flow li {
    position: relative;
    box-shadow: 10px 10px 20px rgba(144, 144, 144, 0.3);
    border-radius: 10px;
  }
  .c-flow .flow li dl {
    width: 100%;
    padding: 20px 15px;
    align-items: center;
    border: 2px solid #ccc;
    border-radius: 10px;
    position: relative;
  }
  .c-flow .flow li dl dt {
    font-size: 17px;
    font-weight: 600;
    color: rgb(0, 113, 183);
    flex-basis: 20%;
    text-align: center;
    padding: 0 50px;
    margin-bottom: 10px;
  }
  .c-flow .flow li dl dt .icon {
    font-size: 14px;
    color: #fff;
    background: rgb(107, 144, 219);
    background: linear-gradient(to right, rgb(107, 144, 219) 0%, rgb(102, 213, 233) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b90db", endColorstr="#66d5e9", GradientType=1);
    padding: 8px 8px;
    margin-bottom: 10px;
    display: block;
    border-radius: 9999px;
    position: relative;
    z-index: 100;
  }
}
@media (max-width: 1199px) and (min-width: 600px) {
  .c-flow .flow li dl dt {
    font-size: 20px;
  }
  .c-flow .flow li dl dt .icon {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) and (min-width: 960px) {
  .c-flow .flow li dl dt {
    font-size: 28px;
  }
  .c-flow .flow li dl dt .icon {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .c-flow .flow li dl dd {
    display: flex;
    justify-content: center;
  }
  .c-flow .flow li dl dd .icon-img {
    width: 80px;
    margin-right: 15px;
  }
  .c-flow .flow li dl dd .icon-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .c-flow .flow li dl dd .c-txt-sm, .c-flow .flow li dl dd .c-news__content, .c-flow .flow li dl dd .p-about .desc .top-desc, .p-about .desc .c-flow .flow li dl dd .top-desc, .c-flow .flow li dl dd .p-news__content {
    flex-basis: 65%;
    font-size: 13px;
    letter-spacing: 1px;
  }
}
@media (max-width: 1199px) and (min-width: 600px) {
  .c-flow .flow li dl dd {
    align-items: center;
  }
  .c-flow .flow li dl dd .icon-img {
    width: 120px;
    margin-right: 30px;
  }
  .c-flow .flow li dl dd .c-txt-sm, .c-flow .flow li dl dd .c-news__content, .c-flow .flow li dl dd .p-about .desc .top-desc, .p-about .desc .c-flow .flow li dl dd .top-desc, .c-flow .flow li dl dd .p-news__content {
    flex-basis: 50%;
    font-size: 15px;
    letter-spacing: 1px;
  }
}
@media (max-width: 1199px) and (min-width: 960px) {
  .c-flow .flow li dl dd .icon-img {
    width: 150px;
    margin-right: 50px;
  }
  .c-flow .flow li dl dd .c-txt-sm, .c-flow .flow li dl dd .c-news__content, .c-flow .flow li dl dd .p-about .desc .top-desc, .p-about .desc .c-flow .flow li dl dd .top-desc, .c-flow .flow li dl dd .p-news__content {
    font-size: 18px;
    line-height: 2;
  }
}
@media (max-width: 1199px) {
  .c-flow .flow li:not(:first-child) dl::before, .c-flow .flow li:not(:first-child) dl::after, .c-flow .flow li:not(:last-child) dl::before, .c-flow .flow li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-flow .flow li:not(:last-child) {
    margin-bottom: 40px;
  }
  .c-flow .flow li:not(:last-child) dl::before {
    border-width: 22px;
    border-top-color: #ccc;
  }
  .c-flow .flow li:not(:last-child) dl::after {
    border-width: 20px;
    border-top-color: #fff;
  }
  .c-flow .flow li:not(:first-child)::before {
    content: "";
    height: 60px;
    display: block;
    border-left: 5px dotted #a1a1a1;
    position: absolute;
    top: -40px;
    left: calc(18% + 30px - 2px);
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  .c-flow .flow {
    display: flex;
    flex-wrap: wrap;
  }
  .c-flow .flow li {
    padding: 30px 20px;
    margin-right: 25px;
    flex-basis: 22%;
    border: 2px solid #ccc;
    position: relative;
    box-shadow: 10px 10px 20px rgba(144, 144, 144, 0.3);
  }
  .c-flow .flow li:nth-child(odd) {
    margin-right: auto;
  }
  .c-flow .flow li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: rgb(0, 113, 183);
    margin-bottom: 15px;
  }
  .c-flow .flow li dl dd .icon-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .c-flow .flow li dl dd .icon-img img {
    width: 80px;
  }
  .c-flow .flow li dl dd .c-txt-sm, .c-flow .flow li dl dd .c-news__content, .c-flow .flow li dl dd .p-about .desc .top-desc, .p-about .desc .c-flow .flow li dl dd .top-desc, .c-flow .flow li dl dd .p-news__content {
    font-size: 16px;
  }
  .c-flow .flow li .icon {
    font-size: 16px;
    color: #fff;
    background: rgb(107, 144, 219);
    background: linear-gradient(to right, rgb(107, 144, 219) 0%, rgb(102, 213, 233) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b90db", endColorstr="#66d5e9", GradientType=1);
    padding: 5px 20px;
    display: block;
    border-radius: 20px;
    position: absolute;
    top: -18px;
    left: -10px;
    z-index: 100;
  }
  .c-flow .flow li:not(:last-child)::before {
    border-width: 22px;
    border-left-color: #ccc;
  }
  .c-flow .flow li:not(:last-child)::after {
    border-width: 20px;
    border-left-color: #fff;
  }
  .c-flow .flow li::before, .c-flow .flow li::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }
}

.p-about {
  position: relative;
  padding: 50px 0;
  background: #f0f0f0;
}
.p-about__img {
  margin-bottom: 45px;
}
.p-about .desc {
  margin-bottom: 30px;
}
.p-about .desc h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 960px) {
  .p-about .desc h3 {
    font-size: 23px;
  }
}
.p-about .desc .top-desc {
  margin-bottom: 20px;
  margin-top: 10px;
}
.p-about__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-about__list__item {
  text-align: center;
  margin-bottom: 30px;
}
.p-about__list__item .Img {
  margin: 0 5px 10px;
  background-color: #fff;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.p-about__list__item .Img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 50%;
}
.p-about__list__item p {
  font-weight: bold;
  color: rgb(0, 113, 183);
  font-size: 11px;
}
@media (min-width: 600px) {
  .p-about__img {
    text-align: center;
  }
  .p-about__img img {
    width: 70%;
  }
  .p-about .desc {
    margin-bottom: 40px;
  }
  .p-about .desc h3 {
    font-size: 22px;
  }
  .p-about__list__item .Img {
    margin: 0 10px 20px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
  }
  .p-about__list__item .Img img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 50%;
  }
  .p-about__list__item p {
    font-size: 17px;
  }
}
@media (min-width: 960px) {
  .p-about {
    padding: 80px 0 50px;
  }
  .p-about__img {
    text-align: center;
  }
  .p-about__img img {
    width: 50%;
  }
  .p-about .desc {
    text-align: center;
    margin-bottom: 50px;
  }
  .p-about .desc h3 {
    font-size: 24px;
  }
  .p-about .desc h3 br {
    display: none;
  }
  .p-about__list__item .Img {
    margin: 0 10px 20px;
    height: 130px;
    width: 130px;
    border-radius: 50%;
  }
  .p-about__list__item p {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .p-about .desc h3 {
    font-size: 28px;
  }
  .p-about__list__item .Img {
    margin: 0 10px 20px;
    height: 150px;
    width: 150px;
  }
  .p-about__list__item p {
    font-size: 18px;
  }
}

.top-area__wrap .top-area__img {
  text-align: center;
  margin-bottom: 10px;
}
.top-area__wrap .top-area__img img {
  max-width: 400px;
}
.top-area__wrap .top-area__txt {
  text-align: center;
  font-weight: bold;
}
@media (min-width: 960px) {
  .top-area {
    padding-top: 80px;
  }
  .top-area__wrap .top-area__img {
    margin-bottom: 30px;
  }
  .top-area__wrap .top-area__img img {
    max-width: 400px;
  }
}

.p-point {
  background-color: #dcebf6;
  padding: 50px 0;
}
.p-point__tit {
  text-align: center;
  font-size: 17px;
}
.p-point__tit strong {
  background: linear-gradient(transparent 60%, #fff857 40%);
  padding: 0 2px;
}
.p-point__tit span {
  position: relative;
}
.p-point__tit span::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: rgb(39, 39, 39);
  position: absolute;
  bottom: 20px;
  left: -35px;
  transform: rotate(60deg);
}
.p-point__tit span::after {
  content: "";
  width: 41px;
  height: 1px;
  background-color: rgb(39, 39, 39);
  position: absolute;
  bottom: 20px;
  right: -80px;
  transform: rotate(-60deg);
}
.p-point__list__item {
  margin-bottom: 25px;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #ccc;
}
.p-point__list__item .Img {
  height: 120px;
}
.p-point__list__item .Img img {
  border-radius: 8px 8px 0 0;
}
.p-point__list__item .Desc {
  position: relative;
  z-index: 20;
  padding: 30px 15px 20px;
}
.p-point__list__item .Desc .num {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #fff;
}
.p-point__list__item .Desc .num::before {
  content: "";
  width: 40px;
  height: 40px;
  background: rgb(0, 113, 183);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.p-point__list__item .Desc h3 {
  text-align: center;
  font-size: 17px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .p-point .c-container {
    padding: 0 12vw;
  }
  .p-point__list__item {
    margin-bottom: 30px;
  }
  .p-point__list__item .Img {
    height: 180px;
  }
  .p-point__list__item .Desc {
    padding: 40px 30px 30px;
  }
  .p-point__list__item .Desc .num {
    top: -19px;
    font-size: 22px;
  }
  .p-point__list__item .Desc .num::before {
    content: "";
    width: 50px;
    height: 50px;
  }
  .p-point__list__item .Desc h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 960px) {
  .p-point {
    padding: 80px 0 50px;
  }
  .p-point .c-container {
    padding: 0 8vw;
  }
  .p-point__tit {
    font-size: 24px;
  }
  .p-point__tit span::before {
    width: 60px;
    height: 2px;
    left: -65px;
  }
  .p-point__tit span::after {
    width: 61px;
    height: 2px;
    right: -125px;
  }
  .p-point__list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .p-point__list__item {
    flex-basis: 48%;
  }
  .p-point__list__item .Desc {
    padding: 40px 20px 30px;
  }
  .p-point__list__item .Desc .num {
    top: -19px;
    font-size: 22px;
  }
  .p-point__list__item .Desc .num::before {
    content: "";
    width: 50px;
    height: 50px;
  }
  .p-point__list__item .Desc .c-txt-sm, .p-point__list__item .Desc .c-news__content, .p-point__list__item .Desc .p-news__content, .p-point__list__item .Desc .p-about .desc .top-desc, .p-about .desc .p-point__list__item .Desc .top-desc {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .p-point .c-container {
    padding: 0 5vw;
  }
  .p-point .main-desc {
    text-align: center;
  }
  .p-point__list {
    justify-content: center;
  }
  .p-point__list__item {
    flex-basis: 32%;
    margin: 0 5px 30px;
  }
}

.akusitu__title {
  font-size: 18px;
  text-align: center;
  letter-spacing: 1.5px;
}
.akusitu__title span {
  background: linear-gradient(transparent 60%, #fff857 40%);
  padding: 0 2px;
}
.akusitu__left .Desc {
  margin-bottom: 30px;
}
.akusitu__left .Img {
  height: 150px;
  margin-bottom: 50px;
}
.akusitu__left .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.akusitu__right {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 30px 15px 15px;
  margin-bottom: 40px;
  position: relative;
}
.akusitu__right h3 {
  background-color: #333;
  text-align: center;
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  font-size: 16px;
  color: #fff857;
  padding: 5px 20px;
  border-radius: 9999px;
}
.akusitu__right h3::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #333;
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.akusitu__right .List__item {
  margin-bottom: 5px;
}
.akusitu__right .List__item .c-txt-sm, .akusitu__right .List__item .c-news__content, .akusitu__right .List__item .p-news__content, .akusitu__right .List__item .p-about .desc .top-desc, .p-about .desc .akusitu__right .List__item .top-desc {
  display: inline-block;
  padding-left: 20px;
  font-weight: bold;
  position: relative;
}
.akusitu__right .List__item .c-txt-sm::before, .akusitu__right .List__item .c-news__content::before, .akusitu__right .List__item .p-news__content::before, .akusitu__right .List__item .p-about .desc .top-desc::before, .p-about .desc .akusitu__right .List__item .top-desc::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/check2.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.akusitu__list__item {
  margin-bottom: 20px;
  background-color: #e5e5e5;
  border-radius: 10px;
}
.akusitu__list__item .Img {
  height: 120px;
}
.akusitu__list__item .Img img {
  border-radius: 8px 8px 0 0;
}
.akusitu__list__item .Desc {
  padding: 15px 15px 20px;
}
.akusitu__list__item .Desc .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.akusitu__list__item .Desc .title span {
  background-color: #fff857;
  border: 1px solid rgb(39, 39, 39);
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  padding: 3px 20px;
  border-radius: 9999px;
  margin: 0 15px 0 -15px;
}
.akusitu__list__item .Desc .title strong {
  font-size: 18px;
}
.akusitu__matome .Img {
  height: 200px;
}
.akusitu__matome .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 600px) {
  .akusitu__title {
    font-size: 22px;
  }
  .akusitu__left .Desc {
    margin-bottom: 40px;
  }
  .akusitu__left .Img {
    height: 200px;
  }
  .akusitu__right {
    padding: 40px 15px 20px;
    margin-bottom: 50px;
  }
  .akusitu__right h3 {
    top: -27px;
    font-size: 18px;
    width: 65%;
    padding: 10px 20px;
  }
  .akusitu__right .List {
    text-align: center;
  }
  .akusitu__right .List__item {
    margin-bottom: 10px;
  }
  .akusitu__list {
    margin: 0 10vw 40px;
  }
  .akusitu__list__item {
    margin-bottom: 30px;
  }
  .akusitu__list__item .Img {
    height: 180px;
  }
  .akusitu__list__item .Desc {
    padding: 25px 20px 30px;
  }
  .akusitu__list__item .Desc .title {
    margin-bottom: 15px;
  }
  .akusitu__list__item .Desc .title span {
    font-size: 15px;
    margin: 0 20px 0 -20px;
  }
  .akusitu__list__item .Desc .title strong {
    font-size: 20px;
  }
  .akusitu__matome .Img {
    height: 250px;
  }
}
@media (min-width: 960px) {
  .akusitu__title {
    font-size: 28px;
  }
  .akusitu__topwrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
  }
  .akusitu__left {
    flex-basis: 48%;
  }
  .akusitu__left .Img {
    margin-bottom: 0;
  }
  .akusitu__right {
    flex-basis: 48%;
    margin-bottom: 0;
  }
  .akusitu__right h3 {
    width: 300px;
  }
  .akusitu__right .List__item .c-txt-sm, .akusitu__right .List__item .c-news__content, .akusitu__right .List__item .p-news__content, .akusitu__right .List__item .p-about .desc .top-desc, .p-about .desc .akusitu__right .List__item .top-desc {
    padding-left: 25px;
  }
  .akusitu__right .List__item .c-txt-sm::before, .akusitu__right .List__item .c-news__content::before, .akusitu__right .List__item .p-news__content::before, .akusitu__right .List__item .p-about .desc .top-desc::before, .p-about .desc .akusitu__right .List__item .top-desc::before {
    width: 20px;
    height: 20px;
  }
  .akusitu .bottom-desc {
    text-align: center;
  }
  .akusitu__list {
    margin: 0 0 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .akusitu__list__item {
    flex-basis: 48%;
  }
  .akusitu__list__item .Desc {
    padding: 25px 20px 30px;
  }
  .akusitu__list__item .Desc .title span {
    font-size: 18px;
  }
  .akusitu__list__item .Desc .title strong {
    font-size: 22px;
  }
  .akusitu__list__item .Desc .c-txt-sm, .akusitu__list__item .Desc .c-news__content, .akusitu__list__item .Desc .p-news__content, .akusitu__list__item .Desc .p-about .desc .top-desc, .p-about .desc .akusitu__list__item .Desc .top-desc {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .akusitu .c-container {
    padding: 0 12vw;
  }
  .akusitu__title {
    font-size: 36px;
  }
}

.p-question {
  padding: 50px 0;
  background-color: #f4f4f4;
}
.p-question__list__item {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.5019607843);
  border-radius: 5px;
  padding: 20px 15px 15px;
}
.p-question__list__item .q {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ddd;
}
.p-question__list__item .q span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(0, 113, 183);
  font-size: 16px;
  padding: 0 10px;
  margin-right: 10px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.p-question__list__item .q .c-txt-sm, .p-question__list__item .q .c-news__content, .p-question__list__item .q .p-news__content, .p-question__list__item .q .p-about .desc .top-desc, .p-about .desc .p-question__list__item .q .top-desc {
  flex: 1;
  font-weight: bold;
}
.p-question__list__item .a {
  display: flex;
}
.p-question__list__item .a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #add4ee;
  font-size: 16px;
  padding: 0 10px;
  margin-right: 10px;
  line-height: 30px;
  color: rgb(39, 39, 39);
  font-weight: bold;
}
.p-question__list__item .a .c-txt-sm, .p-question__list__item .a .c-news__content, .p-question__list__item .a .p-news__content, .p-question__list__item .a .p-about .desc .top-desc, .p-about .desc .p-question__list__item .a .top-desc {
  flex: 1;
}
@media (min-width: 960px) {
  .p-question {
    padding: 80px 0 50px;
  }
  .p-question .c-container {
    padding: 0 10vw;
  }
  .p-question__list__item {
    margin-bottom: 40px;
    padding: 30px;
  }
  .p-question__list__item .q {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .p-question__list__item .q span {
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding: 0 14px;
    margin-right: 15px;
    line-height: 40px;
  }
  .p-question__list__item .q .c-txt-sm, .p-question__list__item .q .c-news__content, .p-question__list__item .q .p-news__content, .p-question__list__item .q .p-about .desc .top-desc, .p-about .desc .p-question__list__item .q .top-desc {
    font-size: 20px;
  }
  .p-question__list__item .a span {
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding: 0 14px;
    margin-right: 15px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .p-question .c-container {
    padding: 0 15vw;
  }
}

.p-form {
  scroll-margin: 50px;
}
.p-form__title {
  font-size: 22px;
}
.p-form__title small {
  background: linear-gradient(transparent 60%, #fff857 40%);
  display: inline-block;
  padding: 0 2px;
  font-size: 18px;
  position: relative;
}
.p-form__title small::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: rgb(39, 39, 39);
  position: absolute;
  bottom: 10px;
  left: -22px;
  transform: rotate(60deg);
}
.p-form__title small::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: rgb(39, 39, 39);
  position: absolute;
  bottom: 10px;
  right: -24px;
  transform: rotate(-60deg);
}
.p-form-text {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .p-form__title {
    padding-top: 20px;
  }
}
@media (min-width: 960px) {
  .p-form {
    scroll-margin: 100px;
  }
  .p-form__title {
    padding-top: 20px;
    font-size: 26px;
  }
  .p-form__title small {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .p-form__title small::before {
    width: 25px;
    bottom: 15px;
    left: -30px;
  }
  .p-form__title small::after {
    width: 25px;
    bottom: 15px;
    right: -33px;
  }
}

.p-footer {
  padding: 50px 0 11vh;
  background-color: rgb(225, 242, 249);
}
.p-footer__logo {
  text-align: center;
}
.p-footer__logo img {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav {
  display: block;
}
.p-footer__nav ul {
  display: inline-block;
}
.p-footer__nav li {
  margin-bottom: 15px;
  text-align: left;
}
.p-footer__nav li span {
  position: relative;
  display: block;
  padding-left: 15px;
}
.p-footer__nav li span::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 8px;
  width: 8px;
  background-image: url(../images/common/arrow-2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-footer__nav li .c-txt-sm, .p-footer__nav li .c-news__content, .p-footer__nav li .p-news__content, .p-footer__nav li .p-about .desc .top-desc, .p-about .desc .p-footer__nav li .top-desc {
  font-size: 13px;
  font-weight: bold;
  color: rgb(39, 39, 39);
}
.p-footer .copyright {
  text-align: center;
  font-size: 12px;
}
@media (min-width: 600px) {
  .p-footer__nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-footer__nav ul li {
    margin: 0 10px 15px;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 60px 0 40px;
  }
  .p-footer__logo img {
    width: 200px;
  }
  .p-footer__nav ul li {
    margin: 0 15px;
  }
  .p-footer__nav ul li span {
    padding-left: 20px;
  }
  .p-footer__nav ul li span::before {
    height: 12px;
    width: 12px;
  }
  .p-footer__nav ul li .c-txt-sm, .p-footer__nav ul li .c-news__content, .p-footer__nav ul li .p-news__content, .p-footer__nav ul li .p-about .desc .top-desc, .p-about .desc .p-footer__nav ul li .top-desc {
    font-size: 17px;
  }
  .p-footer .copyright {
    font-size: 14px;
  }
}

.p-contact {
  padding-bottom: 50px;
}
.p-contact__tit {
  text-align: center;
}
.p-contact__tit h4 {
  display: inline-block;
  line-height: 1.8;
  position: relative;
}
.p-contact__tit h4::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: rgb(39, 39, 39);
  position: absolute;
  bottom: 20px;
  left: -40px;
  transform: rotate(60deg);
}
.p-contact__tit h4::after {
  content: "";
  width: 41px;
  height: 1px;
  background-color: rgb(39, 39, 39);
  position: absolute;
  bottom: 20px;
  right: -38px;
  transform: rotate(-60deg);
}
.p-contact__desc {
  position: relative;
  z-index: 1000;
  color: #fff;
}
.p-contact__wrap {
  padding: 30px 30px 0;
  text-align: center;
}
.p-contact__wrap li {
  border-bottom: 1px solid rgb(170, 170, 170);
  margin-bottom: 20px;
}
.p-contact__wrap li:last-child {
  border-bottom: none;
}
.p-contact__tel {
  padding: 20px 10px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1000;
  border-radius: 5px;
  background: #ff6b35;
  box-shadow: 5px 5px 5px rgb(214, 214, 214);
  border-bottom: 5px solid #c05128;
  text-align: center;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.p-contact__tel a {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding-left: 35px;
}
.p-contact__tel a::before {
  position: absolute;
  top: 0;
  left: -5px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 30px;
  width: 30px;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-contact__tel#bnr1 {
  margin-bottom: 20px;
}
.p-contact__tel#bnr2 {
  background: #f39c12;
  border-bottom: 5px solid #c27e11;
}
.p-contact__tel#bnr2 a {
  font-size: 20px;
}
.p-contact__tel#bnr2 a::before {
  background-image: url(../images/common/ico-mail-wh.png);
}
@media (min-width: 374px) {
  .p-contact__tel {
    width: 300px;
  }
}
.p-contact .contact-tit {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}
.p-contact .contact-info {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 15px;
}
@media (min-width: 600px) {
  .p-contact__tel {
    width: 380px;
    height: 100px;
  }
  .p-contact__tel a {
    font-size: 32px;
  }
  .p-contact__tel#bnr2 a {
    font-size: 24px;
  }
  .p-contact__tit h4 {
    font-size: 22px;
  }
  .p-contact__tit h4::before {
    width: 50px;
    bottom: 20px;
    left: -60px;
  }
  .p-contact__tit h4::after {
    width: 51px;
    bottom: 20px;
    right: -58px;
  }
  .p-contact .contact-tit {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .p-contact .contact-info {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .p-contact {
    padding-bottom: 0;
  }
  .p-contact__tit {
    padding-bottom: 270px;
    position: relative;
  }
  .p-contact__tit::before {
    content: "";
    width: 300px;
    height: 300px;
    background: url(../images/home/top-people.webp) no-repeat center/contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-contact__tit h4 {
    font-size: 26px;
  }
  .p-contact__tit h4::before {
    width: 50px;
    height: 2px;
    bottom: 20px;
    left: -80px;
  }
  .p-contact__tit h4::after {
    width: 51px;
    height: 2px;
    bottom: 20px;
    right: -78px;
  }
  .p-contact__tit h4 br {
    display: none;
  }
  .p-contact .contact-tit {
    font-size: 24px;
  }
  .p-contact .contact-info {
    margin-bottom: 0px;
    font-size: 18px;
  }
  .p-contact__wrap {
    padding: 0 0 80px;
    position: relative;
  }
  .p-contact__wrap::before {
    content: "";
    width: 100%;
    height: 150%;
    background-color: #add4ee;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .p-contact__tel {
    box-shadow: 5px 5px 5px rgb(67, 140, 177);
  }
  .p-contact__tel a {
    font-size: 34px;
  }
  .p-contact__tel#bnr2 a {
    font-size: 26px;
  }
  .p-contact ul {
    display: flex;
    justify-content: center;
  }
  .p-contact ul li {
    margin: 0 5px;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .p-contact__tit {
    padding-bottom: 340px;
  }
  .p-contact__tit::before {
    width: 380px;
    height: 380px;
  }
  .p-contact__tit h4 {
    font-size: 32px;
  }
  .p-contact ul li {
    margin: 0 10px;
  }
}

.c-company .c-about__desc table {
  border-bottom: 1px solid #ccc;
}
.c-company .c-about__desc table th {
  background-color: #dde8f4;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
}
.c-company .c-about__desc table td {
  display: block;
  width: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.c-company .c-about__desc table td a {
  color: rgb(0, 113, 183);
  border-bottom: 1px solid rgb(0, 113, 183);
}
.c-company .c-about__desc table th, .c-company .c-about__desc table td {
  padding: 10px 16px;
}
@media (min-width: 600px) {
  .c-company .c-about__desc table tr {
    display: flex;
  }
  .c-company .c-about__desc table th {
    width: 35%;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-company .c-about__desc table td {
    width: 65%;
    border-left: none;
    border-top: 1px solid #ccc;
  }
}
@media (min-width: 960px) {
  .c-company .c-about .c-container {
    padding: 0 12vw;
  }
  .c-company .c-about__desc table th {
    width: 30%;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-company .c-about__desc table td {
    width: 70%;
    border-left: none;
    border-top: 1px solid #ccc;
  }
  .c-company .c-about__desc table th, .c-company .c-about__desc table td {
    padding: 15px 20px;
  }
}
@media (min-width: 1200px) {
  .c-company .c-about .c-container {
    padding: 0 18vw;
  }
}

.c-news__list {
  border-top: 2px dashed #ccc;
}
.c-news__item {
  border-bottom: 2px dashed #ccc;
  padding: 20px 15px;
}
.c-news__link {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  color: rgb(39, 39, 39);
}
.c-news__img {
  width: 80px;
  height: 80px;
  border: 1px solid rgb(39, 39, 39);
  text-align: center;
  margin-left: 15px;
}
.c-news__img .no-img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-news__desc {
  flex: 1;
}
.c-news__desc .Wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.c-news__desc .Wrap .cate-item {
  background-color: rgb(0, 113, 183);
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  margin-right: 10px;
  border-radius: 9999px;
}
.c-news__date {
  color: rgb(0, 113, 183);
  font-size: 14px;
}
.c-news__content {
  letter-spacing: 1px;
}
@media (min-width: 600px) {
  .c-news .c-container {
    padding: 0 10vw;
  }
  .c-news__item {
    padding: 20px 20px;
  }
  .c-news__img {
    width: 120px;
    height: 120px;
    margin-left: 20px;
  }
  .c-news__desc .Wrap {
    margin-bottom: 15px;
  }
  .c-news__desc .Wrap .cate-item {
    font-size: 12px;
    padding: 5px 15px;
  }
  .c-news__date {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .c-news .c-container {
    padding: 0 12vw;
  }
  .c-news__item {
    padding: 30px 30px;
  }
  .c-news__img {
    width: 150px;
    height: 150px;
    margin-left: 30px;
  }
  .c-news__desc .Wrap .cate-item {
    font-size: 14px;
    margin-right: 15px;
  }
  .c-news__date {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-news .c-container {
    padding: 0 18vw;
  }
}

.page-numbers {
  margin: 6vw 0;
}

.page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(39, 39, 39);
  font-size: 13px;
  padding-left: 3px;
}
.page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgb(0, 113, 183);
  background: rgb(0, 113, 183) !important;
  color: #fff;
}
.page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border: 1px solid rgb(0, 113, 183);
  background: #fff;
  margin: 0 1.3vw;
}
.page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: rgb(39, 39, 39);
  top: 0;
}
.page-numbers:not(.next):not(.prev) .next::after {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/common/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 1px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .page-numbers:not(.next):not(.prev) .next {
    display: none;
  }
}
@media (min-width: 600px) {
  .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 45px;
    height: 45px;
  }
  .page-numbers:not(.next):not(.prev) .next {
    top: 1px;
  }
}
@media (min-width: 900px) {
  .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
  .page-numbers:not(.next):not(.prev) .next {
    top: 2px;
    font-size: 18px;
  }
  .page-numbers:not(.next):not(.prev) .next::after {
    top: 4px;
  }
}

.c-news-sl__date {
  color: rgb(0, 113, 183);
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl__link {
  margin: 0 0 10vw 0;
  text-align: right;
  font-size: 0.8rem;
}
.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(0, 113, 183);
}
.c-news-sl__link a span {
  color: rgb(39, 39, 39);
  font-weight: bold;
}
@media (min-width: 600px) {
  .c-news-sl .c-container {
    padding: 0 10vw;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 960px) {
  .c-news-sl .c-container {
    padding: 0 15vw;
  }
  .c-news-sl__contents {
    padding: 3vw 0;
  }
}
@media (min-width: 1200px) {
  .c-news-sl .c-container {
    padding: 0 20vw;
  }
}

.c-contact .wrap br {
  display: none;
}
.c-contact .wrap p {
  display: inline;
}
.c-contact .wrap p.privacy {
  display: block;
}
.c-contact .c-description {
  padding: 40px 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: #fff;
}
.c-contact .c-description ul {
  padding: 20px 0;
}
.c-contact .c-description .c-txt-xs {
  font-size: 12px;
  color: #fff;
}
.c-contact .contact-form {
  margin-bottom: 40px;
  text-align: center;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid rgb(39, 39, 39);
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 130px;
  height: 45px;
  border: 1px solid rgb(39, 39, 39);
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-size: 14px;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}
.c-contact .contact-form .must::after {
  content: "必須";
  background-color: red;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 5px;
}
.c-contact .contact-form .free {
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}
.c-contact .contact-form .ct-request select {
  width: 100%;
}
.c-contact .contact-form .ct-flex {
  display: flex;
  justify-content: space-between;
  width: 280px;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}
.c-contact .contact-form .ct-sex {
  display: inline-block;
  text-align: left;
}
.c-contact .contact-form .ct-sex input {
  margin: 0;
}
.c-contact .contact-form .ct-sex select {
  height: 45px;
}
.c-contact .contact-form .ct-ap dd {
  margin-bottom: 10px;
}
.c-contact .contact-form .ct-ap input {
  border: none;
}
.c-contact .contact-form .ct-age {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-age dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.c-contact .contact-form .ct-date {
  text-align: left;
  font-size: 14px;
}
.c-contact .contact-form .ct-date input {
  margin-top: 0;
  width: 130px;
}
.c-contact .contact-form .ct-time {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-time dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.c-contact .contact-form .title-wrap {
  padding: 20px 0;
}
.c-contact .contact-form .title-wrap .sub-title {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 15px;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .contact-form .ms-1 {
  color: rgb(33, 128, 218);
  border-bottom: 1px solid rgb(33, 128, 218);
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #949494;
}
.c-contact .contact-form .submit-btn input {
  border-color: rgb(39, 39, 39);
  width: 70%;
  max-width: 320px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media (min-width: 960px) {
  .c-contact .contact-form .c-contact-text {
    font-size: 18px;
  }
  .c-contact .contact-form dt {
    font-size: 17px;
  }
  .c-contact .contact-form dl {
    width: 540px;
  }
  .c-contact .contact-form .title-wrap {
    width: 540px;
    margin: 0 auto;
    padding: 25px 0;
  }
  .c-contact .contact-form .title-wrap .sub-title {
    font-size: 22px;
  }
  .c-contact .contact-form .ct-date input {
    width: 250px;
  }
  .c-contact .contact-form .ct-flex {
    width: 540px;
  }
  .c-contact .contact-form select {
    width: 250px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 30px;
    width: 30px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form dl {
    width: 800px;
  }
  .c-contact .contact-form .title-wrap {
    width: 800px;
  }
  .c-contact .contact-form .ct-date input {
    width: 380px;
  }
  .c-contact .contact-form .ct-flex {
    width: 800px;
  }
  .c-contact .contact-form select {
    width: 380px;
  }
  .c-contact .contact-form .ct-age dt,
  .c-contact .contact-form .ct-time dt {
    padding-left: 25px;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}
@media (min-width: 600px) {
  .c-contact .c-container {
    padding: 0 12vw;
  }
}
.c-contact .form {
  background: rgb(255, 247, 232);
  padding: 20px;
}
.c-contact .ct-check {
  background-color: #fff;
  padding: 10px;
}
.c-contact .ct-check .must {
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .c-contact .ct-check.flex .wpcf7-checkbox {
    display: flex;
    justify-content: space-between;
  }
}
.c-contact .ct-check input {
  height: 25px;
  width: auto;
  margin-right: 10px;
}
.c-contact .ct-check .wpcf7-list-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  margin: 0;
}
.c-contact .ct-check .wpcf7-list-item-label {
  font-size: 14px;
}
.c-contact .ct-text-sm textarea {
  height: 80px;
}
@media (min-width: 960px) {
  .c-contact .ct-text-sm textarea {
    height: 120px;
  }
}
.c-contact .ct-redio .wpcf7-list-item {
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}
.c-contact .ct-redio input {
  height: 35px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .ct-redio .wpcf7-radio {
  display: flex;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy h3 {
  margin-bottom: 20px;
}
.c-privacy-item {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .c-privacy .c-container {
    padding: 0 10vw;
  }
  .c-privacy h3 {
    font-size: 24px;
  }
  .c-privacy-item {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .c-privacy .c-container {
    padding: 0 15vw;
  }
}

.c-thanks h3 {
  margin-bottom: 20px;
}
.c-thanks-item {
  margin-bottom: 30px;
}
.c-thanks-btn {
  text-align: center;
  margin: 40px 0;
  font-size: 18px;
}
.c-thanks-btn a {
  position: relative;
  border: 1px solid rgb(39, 39, 39);
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s;
  letter-spacing: 2px;
}
.c-thanks-btn a:hover {
  letter-spacing: 5px;
  transition: all 0.3s;
}
.c-thanks-btn a::after {
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url(../images/common/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .c-thanks .c-container {
    padding: 0 10vw;
  }
  .c-thanks h3 {
    font-size: 24px;
  }
  .c-thanks-item {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .c-thanks .c-container {
    padding: 0 15vw;
  }
}

.comparison {
  margin-bottom: 90px;
}
.comparison .c-container {
  padding: 0 0 0 10px;
}
.comparison .table_scroll_wrap {
  overflow-x: scroll;
  width: 100%;
}
.comparison table {
  width: 1050px;
  table-layout: fixed;
}
@media (max-width: 599px) {
  .comparison table {
    width: 700px;
  }
}
.comparison table .hiden {
  opacity: 0;
  width: 20%;
}
.comparison table .riv {
  position: sticky !important;
  left: 0;
  z-index: 1000;
}
.comparison table thead tr:first-child div {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 80px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 10px;
  background: rgb(0, 113, 183);
}
.comparison table thead tr:first-child div img {
  width: 50%;
}
.comparison table thead tr:last-child th {
  border-radius: 10px 10px 0 0;
}
.comparison table thead tr th {
  border-radius: 10px 10px 0 0;
  padding: 0 0 0 5px;
  color: #ffffff;
}
.comparison table thead tr th.other div {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 80px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  background: #568bb7 none;
  padding: 10px;
}
.comparison table tbody tr:first-child th {
  border-radius: 10px 0 0 0;
}
.comparison table tbody tr:last-child th {
  border-radius: 0 0 0 10px;
}
.comparison table tbody tr:last-child td.bone div {
  border-radius: 0 0 10px 10px;
  border-width: 0 3px 3px 3px;
  border-style: solid;
  border-color: rgb(0, 113, 183) rgb(0, 113, 183) rgb(0, 113, 183) rgb(0, 113, 183);
}
.comparison table tbody tr th {
  padding: 10px;
  color: #ffffff;
  background-color: #568bb7;
  border-bottom: 1px solid #dddddd;
}
.comparison table tbody tr th div {
  text-align: right;
  background: none;
}
@media (max-width: 960px) {
  .comparison table tbody tr th {
    font-size: 14px;
  }
}
.comparison table tbody tr td {
  padding: 0 0 0 5px;
  font-weight: 700;
  text-align: center;
  background: #ffffff none;
}
.comparison table tbody tr td div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 20px 5px;
  box-sizing: border-box;
  font-weight: normal;
  vertical-align: middle;
  border-width: 0 3px 1px 3px;
  border-style: solid;
  border-color: rgb(0, 113, 183) rgb(0, 113, 183) #d9d9d9 rgb(0, 113, 183);
}
.comparison table tbody tr .other {
  text-align: center;
}
.comparison table tbody tr .other div {
  border-width: 0 0 1px 0;
  background: #eeeeee none;
}
.comparison table .table_bg_clc {
  position: relative;
}
.comparison table .table_bg_clc::before {
  display: block;
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 24px;
  height: 40px;
  margin: auto;
  content: url(../images/common/marusankaku2.png);
}
.comparison table .table_bg_tgl {
  position: relative;
}
.comparison table .table_bg_tgl::before {
  display: block;
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 24px;
  height: 40px;
  margin: auto;
  content: url(../images/common/marusankaku1.png);
}
@media (min-width: 960px) {
  .comparison .c-container {
    padding: 0 10vw;
  }
}
@media (min-width: 1400px) {
  .comparison .c-container {
    padding: 0 7vw;
  }
  .comparison table {
    width: 1200px;
  }
}

.p-header {
  width: 100%;
}
.p-header .mobile-container {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 8vh;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s;
  background-color: #fff;
  box-shadow: 0 -5px 5px rgba(51, 51, 51, 0.2941176471);
}
.p-header .mobile-container__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-header .mobile-container__list li {
  width: 49%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header .mobile-container__list a {
  position: relative;
  color: rgb(39, 39, 39);
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
  padding-top: 25px;
}
.p-header .mobile-container__list a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/common/tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header .mobile-container__list .sp2 a::before {
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  background-image: url(../images/common/logo.svg);
}
.p-header .mobile-container__list .sp3 a::before {
  background-image: url(../images/common/news.svg);
}
.p-header .mobile-container__list .sp4 a::before {
  background-image: url(../images/common/company.svg);
}
.p-header .mobile-container__list a:hover,
.p-header .mobile-container__list a:active {
  text-decoration: underline;
}
.p-header .sp-navbtn {
  position: fixed;
  bottom: 8vh;
  left: 0;
  height: 8vh;
  width: 100%;
  z-index: 8000;
  transition: all 0.3s;
  background-color: rgba(51, 51, 51, 0.5019607843);
}
.p-header .sp-navbtn__container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-header .sp-navbtn__container li {
  flex-basis: 55%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header .sp-navbtn__container a {
  display: block;
  height: 7vh;
  width: 100%;
  position: relative;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 5px 10px;
  background-color: rgb(0, 113, 183);
  border-radius: 5px;
  color: #fff;
}
.p-header .sp-navbtn__container a.tel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header .sp-navbtn__container a.tel .Icon {
  width: 30px;
  height: 30px;
}
.p-header .sp-navbtn__container a.tel .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-header .sp-navbtn__container a.tel .text {
  margin-left: 15px;
}
.p-header .sp-navbtn__container .sp2 {
  flex-basis: 35%;
}
.p-header .sp-navbtn__container .sp2 a {
  background-color: #6cd2e0;
  padding: 35px 20px 0px 20px;
  font-size: 12px;
  text-align: center;
}
.p-header .sp-navbtn__container .sp2 a::before {
  position: absolute;
  bottom: 0;
  margin: auto;
  content: "";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../images/common/ico-mail-wh.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header .sp-navbtn__container a:hover,
.p-header .sp-navbtn__container a:active {
  text-decoration: underline;
}
.p-header .hide.sp-navbtn {
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 959px) {
  .p-header .pc-container,
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header {
    height: 80px;
  }
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none !important;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: right;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(51, 51, 51, 0.2941176471);
  }
  .p-header .pc-container .logo-wrap {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .logo-link {
    margin: 0 20px;
  }
  .p-header .pc-container .pc-nav {
    margin-bottom: 10px;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    padding-right: 3.5vw;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item a {
    color: rgb(39, 39, 39);
    position: relative;
  }
  .p-header .pc-container .pc-nav-item a::before {
    content: "";
    width: 8px;
    height: 8px;
    background: url(../images/common/arrow.png) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
  }
  .p-header .pc-container .pc-nav-item:hover {
    transform: translateY(4px);
    transition: all 0.3s;
  }
  .p-header .pc-container .logo__img {
    position: fixed;
    top: 5px;
    left: 5vw;
  }
  .p-header .pc-container .logo__img .logo {
    background-image: url(../images/common/logo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    height: 70px;
    width: 160px;
  }
  .p-header .pc-container .contact-btn {
    display: flex;
    align-items: center;
    margin: 0 2vw;
  }
  .p-header .pc-container .contact-btn .tel {
    padding-top: 10px;
  }
  .p-header .pc-container .contact-btn .tel a {
    font-size: 24px;
    color: rgb(39, 39, 39);
    position: relative;
    background: linear-gradient(transparent 60%, #fff857 40%);
    padding: 0 2px;
  }
  .p-header .pc-container .contact-btn .tel a::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/common/ico_tel01.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -25px;
  }
  .p-header .pc-container .contact-btn .mail {
    margin-left: 20px;
  }
  .p-header .pc-container .contact-btn .mail a {
    background-color: rgb(0, 113, 183);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 40px 20px 5px 20px;
    border-radius: 5px;
    position: relative;
  }
  .p-header .pc-container .contact-btn .mail a::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/common/ico-mail-wh.png) no-repeat center/contain;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 960px) and (min-width: 1200px) {
  .p-header .pc-container .contact-btn {
    margin: 0 5vw 0 2vw;
  }
  .p-header .pc-container .contact-btn .tel a {
    font-size: 28px;
  }
  .p-header .pc-container .contact-btn .tel a::before {
    top: 5px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  background-color: #fff;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
}
.mobile-menu__list {
  width: 100%;
  text-align: center;
  list-style: none;
  padding-top: 90px;
}
.mobile-menu__item {
  margin: 0 35px 15px 35px;
  padding-bottom: 15px;
  font-size: 16px;
  border-bottom: 1px solid rgb(0, 113, 183);
}
.mobile-menu a {
  color: rgb(39, 39, 39);
}

.contact-btn {
  padding: 0 10px;
}
.contact-btn-list {
  display: flex;
  justify-content: space-between;
}
.contact-btn-item {
  width: 100%;
  text-align: center;
}
.contact-btn-item span {
  position: relative;
  font-size: 12px;
  color: rgb(39, 39, 39);
  padding: 40px 5px 10px 5px;
  display: block;
  background-color: #fff;
  border: 1px solid rgb(0, 113, 183);
}
.contact-btn-item span::before {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-btn-item .tel::before {
  background-image: url(../images/common/icon-tel.png);
}
.contact-btn-item .mail::before {
  background-image: url(../images/common/icon-link-1-black.png);
}
.contact-btn-item .insta::before {
  background-image: url(../images/common/insta-black.png);
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  opacity: 1;
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
.menu-open .mobile-menu__btn > span {
  background-color: rgb(39, 39, 39) !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(8px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-8px) rotate(-135deg);
}
@media (min-width: 600px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(12px) rotate(135deg);
  }
}

.clip-js,
.clip-js1,
.clip-js2,
.clip-js3 {
  transition: all 3s ease;
}
.clip-js.left,
.clip-js1.left,
.clip-js2.left,
.clip-js3.left {
  clip-path: inset(0 100% 0 0);
}
.clip-js.right,
.clip-js1.right,
.clip-js2.right,
.clip-js3.right {
  clip-path: inset(0 0 0 100%);
}
.clip-js.top,
.clip-js1.top,
.clip-js2.top,
.clip-js3.top {
  clip-path: inset(0 0 100% 0);
}
.clip-js.top-left,
.clip-js1.top-left,
.clip-js2.top-left,
.clip-js3.top-left {
  clip-path: inset(0 100% 100% 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  clip-path: inset(100% 0 0 0);
}
.clip-js.center,
.clip-js1.center,
.clip-js2.center,
.clip-js3.center {
  clip-path: inset(100%);
}
.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle,
.clip-js3.circle {
  clip-path: circle(0 at 50% 50%);
}
.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew,
.clip-js3.skew {
  clip-path: polygon(0 0, 0 0, 0 0);
}
.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform,
.clip-js3.transform {
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: all 1.4s cubic-bezier(0.55, 0.06, 0.33, 1.85);
  transform: translateX(-30px) scale(0.86) skew(8deg);
}
.clip-js.reveal.left, .clip-js.reveal.right, .clip-js.reveal.top, .clip-js.reveal.top-left, .clip-js.reveal.bottom, .clip-js.reveal.center,
.clip-js1.reveal.left,
.clip-js1.reveal.right,
.clip-js1.reveal.top,
.clip-js1.reveal.top-left,
.clip-js1.reveal.bottom,
.clip-js1.reveal.center,
.clip-js2.reveal.left,
.clip-js2.reveal.right,
.clip-js2.reveal.top,
.clip-js2.reveal.top-left,
.clip-js2.reveal.bottom,
.clip-js2.reveal.center,
.clip-js3.reveal.left,
.clip-js3.reveal.right,
.clip-js3.reveal.top,
.clip-js3.reveal.top-left,
.clip-js3.reveal.bottom,
.clip-js3.reveal.center {
  clip-path: inset(0);
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}
.clip-js.reveal.transform,
.clip-js1.reveal.transform,
.clip-js2.reveal.transform,
.clip-js3.reveal.transform {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

.clip-js1 {
  transition: all 1.3s ease;
}

.clip-js2 {
  transition: all 4s ease;
}

.clip-js3 {
  transition: all 2s ease;
}

.clip-js-bg {
  transition: all 1.8s ease;
}
.clip-js-bg.skew {
  transition: all 1s ease;
  transform: translate(-60%, 60%);
}
.clip-js-bg.skew2 {
  transition: all 1s ease;
  transform: translate(60%, 60%);
}
.clip-js-bg.reveal.skew {
  transform: translate(0);
}
.clip-js-bg.reveal.skew2 {
  transform: translate(0);
}

.appear.up .item {
  transform: translateY(10px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear-l.up .item {
  transform: translateY(10px);
}

.appear-l.down .item {
  transform: translateY(20px);
}

.appear-l.left .item {
  transform: translateX(30px);
}

.appear-l.right .item {
  transform: translateX(-30px);
}

.appear-l.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: all 0.4s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 2.8s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 3.2s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 3.6s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 4.4s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 4.8s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 5.2s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 5.6s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 6.4s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 6.8s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 7.2s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 7.6s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 8.4s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 8.8s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 9.2s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 9.6s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 10.4s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 10.8s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 11.2s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 11.6s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 12.4s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 12.8s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 13.2s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 13.6s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 14.4s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 14.8s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 15.2s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 15.6s;
}

.appear-l .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear-l.inview-l .item {
  opacity: 1;
  transform: none;
}
.appear-l.inview-l .item:nth-child(1) {
  transition-delay: 0.9s;
}
.appear-l.inview-l .item:nth-child(2) {
  transition-delay: 1.8s;
}
.appear-l.inview-l .item:nth-child(3) {
  transition-delay: 2.7s;
}
.appear-l.inview-l .item:nth-child(4) {
  transition-delay: 3.6s;
}
.appear-l.inview-l .item:nth-child(5) {
  transition-delay: 4.5s;
}
.appear-l.inview-l .item:nth-child(6) {
  transition-delay: 5.4s;
}
.appear-l.inview-l .item:nth-child(7) {
  transition-delay: 6.3s;
}
.appear-l.inview-l .item:nth-child(8) {
  transition-delay: 7.2s;
}
.appear-l.inview-l .item:nth-child(9) {
  transition-delay: 8.1s;
}
.appear-l.inview-l .item:nth-child(10) {
  transition-delay: 9s;
}
.appear-l.inview-l .item:nth-child(11) {
  transition-delay: 9.9s;
}
.appear-l.inview-l .item:nth-child(12) {
  transition-delay: 10.8s;
}
.appear-l.inview-l .item:nth-child(13) {
  transition-delay: 11.7s;
}
.appear-l.inview-l .item:nth-child(14) {
  transition-delay: 12.6s;
}
.appear-l.inview-l .item:nth-child(15) {
  transition-delay: 13.5s;
}
.appear-l.inview-l .item:nth-child(16) {
  transition-delay: 14.4s;
}
.appear-l.inview-l .item:nth-child(17) {
  transition-delay: 15.3s;
}
.appear-l.inview-l .item:nth-child(18) {
  transition-delay: 16.2s;
}
.appear-l.inview-l .item:nth-child(19) {
  transition-delay: 17.1s;
}
.appear-l.inview-l .item:nth-child(20) {
  transition-delay: 18s;
}
.appear-l.inview-l .item:nth-child(21) {
  transition-delay: 18.9s;
}
.appear-l.inview-l .item:nth-child(22) {
  transition-delay: 19.8s;
}
.appear-l.inview-l .item:nth-child(23) {
  transition-delay: 20.7s;
}
.appear-l.inview-l .item:nth-child(24) {
  transition-delay: 21.6s;
}
.appear-l.inview-l .item:nth-child(25) {
  transition-delay: 22.5s;
}
.appear-l.inview-l .item:nth-child(26) {
  transition-delay: 23.4s;
}
.appear-l.inview-l .item:nth-child(27) {
  transition-delay: 24.3s;
}
.appear-l.inview-l .item:nth-child(28) {
  transition-delay: 25.2s;
}
.appear-l.inview-l .item:nth-child(29) {
  transition-delay: 26.1s;
}
.appear-l.inview-l .item:nth-child(30) {
  transition-delay: 27s;
}
.appear-l.inview-l .item:nth-child(31) {
  transition-delay: 27.9s;
}
.appear-l.inview-l .item:nth-child(32) {
  transition-delay: 28.8s;
}
.appear-l.inview-l .item:nth-child(33) {
  transition-delay: 29.7s;
}
.appear-l.inview-l .item:nth-child(34) {
  transition-delay: 30.6s;
}
.appear-l.inview-l .item:nth-child(35) {
  transition-delay: 31.5s;
}
.appear-l.inview-l .item:nth-child(36) {
  transition-delay: 32.4s;
}
.appear-l.inview-l .item:nth-child(37) {
  transition-delay: 33.3s;
}
.appear-l.inview-l .item:nth-child(38) {
  transition-delay: 34.2s;
}
.appear-l.inview-l .item:nth-child(39) {
  transition-delay: 35.1s;
}

.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.img-zoom, .bg-img-zoom {
  opacity: 0;
}
.inview .img-zoom, .inview .bg-img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.inview .img-zoom:hover, .inview .bg-img-zoom:hover {
  transform: scale(1.05);
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
  }
}
.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.3s ease;
  pointer-events: none;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img-zoom {
  background-image: url(../images/image-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-bg50 {
  position: relative;
}
.img-bg50::before {
  display: block;
  content: "";
  padding-top: 50%;
}

.ac-title.is-active {
  transition: all 3s;
}
.ac-title.is-active span::after {
  transform: rotate(-180deg);
  transition: all 0.2s;
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  overflow: visible;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}

/* ---------------------------------- **
		Modal Window
** ---------------------------------- */
#layer_board_area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3vw;
  overflow-y: auto;
  box-sizing: border-box;
  /*スクロールバーを非表示*/
  -ms-overflow-style: none;
  /*スクロールバーを非表示*/
  scrollbar-width: none;
  /*スクロールバーを非表示*/
  z-index: 8000;
}

#layer_board_area::-webkit-scrollbar {
  display: none;
  /*スクロールバーを非表示*/
}

.layer_board_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  background: #000;
  z-index: 0;
}

/* --modalWindow ポップアップ部分-- */
.layer_board {
  display: none;
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 3em auto;
  box-sizing: border-box;
  background: #fff;
  z-index: 8000;
  font-size: 12px;
  color: black;
}
.layer_board .desc {
  margin-bottom: 20px;
}

.layer_board.shortLayer {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* --modalWindow バツ(閉じる)ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background-color: rgb(243, 166, 1);
  background-image: url(../images/common/btn_close.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 50%;
  transition: 0.15s;
}

.layer_board .mdl_btn_close.circle_btn:hover {
  background-color: rgb(52, 126, 175);
  border: 1px solid rgb(52, 126, 175);
  cursor: pointer;
}

/* --↑必須なのはここまで↑-- */
/* --modalWindow タイトル部分-- */
.layer_borad_title {
  padding: 30px 0 10px 0;
  line-height: 2;
  font-weight: bold;
  color: rgb(52, 126, 175);
  font-size: 14px;
  text-align: center;
  background-color: black;
  background-color: rgb(243, 242, 242);
}

/* --modalWindow コンテンツ部分-- */
.layer_borad_content {
  padding: 20px 10px;
}
.layer_borad_content ul {
  margin-bottom: 20px;
}
.layer_borad_content li {
  margin-bottom: 5px;
}
.layer_borad_content .guideline_link {
  margin-bottom: 20px;
}
.layer_borad_content .guideline_link a {
  border-bottom: 1px solid #000;
}
.layer_borad_content .guideline_link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.3em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 7px solid #000;
}
.layer_borad_content .guideline_link-bf {
  margin-bottom: 5px;
}

/* --modalWindow 四角ボタン-- */
.layer_board .square_btn {
  display: block;
  position: relative;
  width: 140px;
  margin: 20px auto 0 auto;
  padding: 7px 10px;
  border: 1px solid #111;
  border-radius: 2px;
  font-weight: 300;
  color: #111;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.15s;
}

.layer_board .square_btn:hover {
  background: #111;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .layer_board {
    width: 95%;
    margin: 3em auto;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 600px) {
  .layer_borad_content {
    padding: 20px 40px;
    font-size: 14px;
  }
  .layer_borad_content ul {
    padding-left: 20px;
  }
  .layer_borad_title {
    font-size: 16px;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 40px;
    height: 40px;
  }
}/*# sourceMappingURL=style.css.map */