@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.3rem, 1.2rem + 0.5vw, 1.8rem);
  line-height: 1.9;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #1a2a3a;
  letter-spacing: 0.06em;
}

img,
video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
}

.c-txt-md {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-txt-md {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-txt-md {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-md {
    font-size: 24px;
  }
}

.c-txt-sm {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-txt-sm {
    line-height: 1.7;
  }
}
@media screen and (min-width: 1024px) {
  .c-txt-sm {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-sm {
    font-size: 18px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-txt-xs {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .c-txt-xs {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-xs {
    font-size: 16px;
  }
}

.mb-xs {
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .mb-xs {
    margin-bottom: 25px;
  }
}

.mb-sm {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .mb-sm {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .mb-sm {
    margin-bottom: 50px;
  }
}

.mb-md {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .mb-md {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-md {
    margin-bottom: 80px;
  }
}

.mb-lr {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .mb-lr {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-lr {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .mb-lr {
    margin-bottom: 120px;
  }
}

.pd-sm {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .pd-sm {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1280px) {
  .pd-sm {
    padding: 50px 0;
  }
}

.pd-md {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .pd-md {
    padding: 65px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pd-md {
    padding: 80px 0;
  }
}

.pd-lr {
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .pd-lr {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pd-lr {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1280px) {
  .pd-lr {
    padding: 120px 0;
  }
}

.c-container {
  padding: 0 6vw;
}
@media screen and (min-width: 1280px) {
  .c-container {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1500px) {
  .c-container {
    padding: 0;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.hero__swiper {
  height: 80vh;
  min-height: 400px;
}

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

Stylesheet: ベーススタイル

******************************************************************/
.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 6vw 50px;
}
.breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.breadcrumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
}
.breadcrumb li a {
  color: #0b4f8c;
  border-bottom: 1px solid #0b4f8c;
}
@media (min-width: 1024px) {
  .breadcrumb {
    padding: 30px 6vw 50px;
  }
  .breadcrumb li:last-child {
    max-width: none;
  }
}
@media (min-width: 1280px) {
  .breadcrumb {
    padding: 40px 8vw 60px;
  }
}
@media (min-width: 1500px) {
  .breadcrumb {
    padding: 40px 0 60px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.h1-title {
  position: absolute;
  opacity: 0;
}

body.hidden {
  overflow: hidden;
}

.superwrapper,
#main-wrapper {
  overflow: hidden;
}

.p-title {
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.p-title .en {
  display: block;
  font-size: 0.75em;
  font-weight: 500;
  color: #42a5f5;
  line-height: 1.4;
}
.p-title .ja {
  font-size: 1.1em;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #4a6080;
}
.p-title.pico .en {
  color: #f9658a;
}
@media (min-width: 768px) {
  .p-title .en {
    line-height: 1.2;
    font-size: 0.7em;
  }
  .p-title .ja {
    font-size: 1.3em;
    line-height: 1.7;
  }
}
@media (min-width: 1280px) {
  .p-title .en {
    font-size: 0.8em;
  }
  .p-title .ja {
    font-size: 1.45em;
  }
}

.c-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-weight: 500;
}
.c-title .en {
  color: #42a5f5;
  font-size: 0.7em;
}
.c-title .ja {
  font-size: 1.05em;
  margin-left: 20px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .c-title .ja {
    font-size: 1.1em;
  }
}
@media (min-width: 1024px) {
  .c-title .en {
    font-size: 0.8em;
  }
  .c-title .ja {
    font-size: 1.2em;
  }
}
@media (min-width: 1280px) {
  .c-title .ja {
    font-size: 36px;
  }
}

.more-btn {
  position: relative;
  display: block;
  text-align: center;
}
.more-btn__link {
  background-color: #ffffff;
  display: inline-block;
  padding: 8px 15px;
  width: 260px;
  border: 1px solid #ddd;
  z-index: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.more-btn__link span {
  position: relative;
  color: #1a2a3a;
}
.more-btn__link span.text {
  padding-right: 40px;
}
.more-btn__link span.text::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #1a2a3a;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 0;
  margin: auto;
}
.more-btn__link span.text::after {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #1a2a3a;
  position: absolute;
  top: -2px;
  bottom: 0;
  right: -1px;
  margin: auto;
  transform: rotate(45deg);
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #0b4f8c;
  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;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.15);
}
.more-btn__link.slide-bg:hover span {
  color: #ffffff;
  transform: none;
}
.more-btn__link.slide-bg:hover span.text::before {
  background-color: #ffffff;
}
.more-btn__link.slide-bg:hover span.text::after {
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .more-btn__link {
    padding: 15px 15px;
    width: 320px;
  }
  .more-btn__link .text {
    font-size: 17px;
  }
  .more-btn__link span:first-child {
    padding-right: 60px;
  }
  .more-btn__link span:first-child::before {
    width: 30px;
  }
  .more-btn__link span:first-child::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #1a2a3a;
    position: absolute;
    top: -5px;
    bottom: 0;
    right: -1px;
    margin: auto;
    transform: rotate(30deg);
  }
}

.c-topview {
  position: relative;
}
.c-topview__img {
  position: relative;
  height: 30vh;
  min-height: 150px;
}
.c-topview__img::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0b4f8c;
  opacity: 0.5;
}
.c-topview__img img.bottom {
  -o-object-position: 50% 70%;
     object-position: 50% 70%;
}
.c-topview__desc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.c-topview__desc h3 {
  font-size: 2em;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .c-topview__img {
    height: 35vh;
    min-height: 150px;
  }
}
@media (min-width: 1024px) {
  .c-topview__img {
    height: 40vh;
    min-height: 180px;
  }
  .c-topview__desc h3 {
    font-size: 2.6em;
    letter-spacing: 0.12em;
  }
}
@media (min-width: 1280px) {
  .c-topview__img {
    max-height: 420px;
  }
  .c-topview__desc h3 {
    font-size: 3.2em;
  }
}

.top-view .hero {
  position: relative;
}
.top-view .hero::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0b4f8c;
  opacity: 0.5;
  z-index: 10;
}
.top-view .hero__text {
  color: #ffffff;
  padding: 0 6vw;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
}
.top-view .hero__text h2 {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 3.8em;
  line-height: 1.2;
  margin-bottom: 30px;
}
.top-view .hero__text p {
  font-weight: 500;
  font-size: 1.1em;
}
@media (min-width: 768px) {
  .top-view .hero__text h2 {
    font-size: 3.6em;
  }
  .top-view .hero__text h2 br {
    display: none;
  }
  .top-view .hero__text p .onlySP {
    display: none;
  }
}
@media (min-width: 1024px) {
  .top-view .hero__text h2 {
    letter-spacing: 0.06em;
  }
  .top-view .hero__text p {
    font-size: 1.2em;
    line-height: 2;
  }
}
@media (min-width: 1280px) {
  .top-view .hero__text h2 {
    font-size: 4em;
    margin-bottom: 40px;
  }
  .top-view .hero__text p {
    font-size: 1.4em;
  }
}
@media (min-width: 1500px) {
  .top-view .hero__text {
    max-width: 1280px;
    padding: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}

.p-message__desc {
  margin-bottom: 40px;
}
.p-message__desc .more-btn {
  margin-top: 25px;
}
.p-message__img {
  text-align: center;
}
.p-message__img img {
  max-width: 500px;
  display: inline-block;
}
@media (min-width: 1024px) {
  .p-message__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1180px;
    margin: 0 auto;
  }
  .p-message__desc {
    margin-bottom: 0;
    align-self: center;
  }
  .p-message__desc .more-btn {
    margin-top: 40px;
    text-align: left;
  }
  .p-message__desc .more-btn__link {
    text-align: center;
  }
  .p-message__img img {
    max-width: none;
  }
}

.p-service {
  background-color: #f5f9ff;
}
.p-service__list {
  display: grid;
  gap: 30px;
}
.p-service__list__item:nth-child(2) .p-service__link .Desc h3 {
  color: #fc7b08;
}
.p-service__list__item:nth-child(2) .p-service__link .Desc h3::before {
  background-color: #fc7b08;
}
.p-service__list__item:nth-child(3) .p-service__link .Desc h3 {
  color: #f9658a;
}
.p-service__list__item:nth-child(3) .p-service__link .Desc h3::before {
  background-color: #f9658a;
}
.p-service__img {
  margin: 0 -6vw;
  aspect-ratio: 3/2;
}
.p-service__link {
  margin-top: -40px;
  position: relative;
  z-index: 10;
}
.p-service__link a {
  display: block;
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .p-service__link a:hover {
    transform: translateY(-3px);
    box-shadow: 0 3px 0 #cccccc, 0 0 10px rgba(51, 51, 51, 0.2);
  }
}
.p-service__link a:active {
  transform: translateY(6px);
  box-shadow: 0 0px 0 #cccccc, 0 0 6px rgba(51, 51, 51, 0.2);
}
.p-service__link .Logo-item {
  text-align: center;
  margin-bottom: 20px;
}
.p-service__link .Logo-item img {
  width: 100%;
  height: 120px;
  max-width: 360px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
.p-service__link .Desc h3 {
  color: #0b4f8c;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 5px;
  position: relative;
}
.p-service__link .Desc h3::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #0b4f8c;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .p-service__list {
    gap: 50px;
  }
  .p-service__img {
    aspect-ratio: 16/9;
  }
  .p-service__link {
    margin-top: -70px;
  }
  .p-service__link a {
    padding: 30px 40px 50px;
    transition: all 0.4s ease;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .p-service__link a:hover {
    transform: translateY(-8px);
  }
}
@media (min-width: 768px) {
  .p-service__link a:active {
    transform: translateY(15px);
  }
  .p-service__link .Logo-item img {
    height: 150px;
    max-width: 400px;
  }
  .p-service__link .Desc {
    text-align: center;
  }
  .p-service__link .Desc h3 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .p-service__link .Desc h3::before {
    width: 50px;
  }
}
@media (min-width: 1024px) {
  .p-service__img {
    aspect-ratio: 2/1;
  }
  .p-service__img img {
    -o-object-position: 50% 60%;
       object-position: 50% 60%;
  }
  .p-service__link {
    margin: -120px -3vw 0;
  }
  .p-service__link a {
    display: flex;
    align-items: center;
    padding: 40px;
    gap: 50px;
  }
  .p-service__link .Logo-item {
    margin-bottom: 0;
    width: 340px;
  }
  .p-service__link .Logo-item img {
    max-width: 340px;
  }
  .p-service__link .Desc {
    flex: 1;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .p-service__list {
    gap: 70px;
  }
  .p-service__img {
    margin: 0 -8vw;
  }
  .p-service__link {
    margin: -180px auto 0;
    max-width: 1280px;
  }
  .p-service__link a {
    padding: 40px 50px;
    gap: 55px;
  }
  .p-service__link .Logo-item {
    width: 400px;
  }
  .p-service__link .Logo-item img {
    max-width: 400px;
  }
}
@media (min-width: 1500px) {
  .p-service__img {
    margin: 0 -150px;
  }
}

.p-news__item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.p-news__item:first-child {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.p-news__date {
  color: #888;
  display: block;
  font-size: 0.9em;
  line-height: 2.2;
}
.p-news .more-btn {
  margin-top: 40px;
}
.p-news .category-list {
  margin-top: 50px;
}
.p-news .category-list h4 {
  text-align: center;
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 20px;
}
.p-news .category-list ul {
  max-width: 450px;
  margin: 0 auto;
}
.p-news .category-list ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  letter-spacing: 2px;
  position: relative;
}
.p-news .category-list ul li::before {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #0b4f8c;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.p-news .category-list ul li a {
  color: #1a2a3a;
}
@media (min-width: 1024px) {
  .p-news .c-container {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 320px auto;
    gap: 0 50px;
  }
  .p-news .p-title {
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: flex-end;
  }
  .p-news__list {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-bottom: 0;
  }
  .p-news__item {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .p-news__item:first-child {
    padding-top: 25px;
  }
  .p-news__date {
    color: #888;
    display: block;
    font-size: 0.9em;
    line-height: 2.2;
  }
  .p-news .more-btn {
    grid-row: 2/3;
    grid-column: 1/2;
    align-self: flex-start;
    margin-top: 0;
  }
  .p-news .category-list {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-top: 0;
  }
  .p-news.c-news .c-container {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 70% 26%;
    gap: 0 4%;
  }
  .p-news.c-news .p-news__list {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .p-news.c-news .pagination {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-top: 30px;
  }
}
@media (min-width: 1280px) {
  .p-news .c-container {
    gap: 0 70px;
  }
  .p-news__link {
    display: flex;
    align-items: center;
  }
  .p-news__item {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .p-news__item:first-child {
    padding-top: 35px;
  }
  .p-news__date {
    flex-basis: 180px;
  }
  .p-news__content {
    flex: 1;
  }
}
.p-contact {
  background-image: url(../images/home/img8.webp);
  background-size: cover;
  text-align: center;
  background-position: 100% 75%;
  position: relative;
}
.p-contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.8;
}
.p-contact__wrap {
  position: relative;
  z-index: 10;
}
.p-contact__desc {
  font-weight: bold;
  font-size: 1.2em;
}
.p-contact__btn a {
  background: #f5f9ff;
  border: 1px solid #0b4f8c;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 15px 25px;
  color: #1a2a3a;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 1.2em;
}
.p-contact__btn a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #0b4f8c;
  transition: 0.3s;
}
.p-contact__btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -2em;
  width: 60px;
  height: 2px;
  background-color: #0b4f8c;
  transition: 0.3s;
}
.p-contact__btn a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-contact__btn a:hover {
    background: #0b4f8c;
    color: #ffffff;
  }
  .p-contact__btn a:hover::before, .p-contact__btn a:hover::after {
    right: -2.5em;
  }
}
.p-contact.apply {
  background-image: url(../images/home/img15.webp);
}
.p-contact.pico {
  background-image: url(../images/pico/bg-2.svg);
}
.p-contact.pico .p-contact__btn a {
  background: #07c755;
  border: 1px solid #ffffff;
  padding: 15px 25px 15px 0px;
  color: #ffffff;
}
.p-contact.pico .p-contact__btn a span {
  display: inline-block;
  padding-left: 50px;
  position: relative;
}
.p-contact.pico .p-contact__btn a span::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/common/line.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-contact.pico .p-contact__btn a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-contact.pico .p-contact__btn a:hover {
    background: #07c755;
  }
}
@media (min-width: 768px) {
  .p-contact__btn a {
    max-width: 280px;
    padding: 15px 25px;
    font-size: 1.4em;
  }
  .p-contact .onlySP {
    display: none;
  }
}
@media (min-width: 1024px) {
  .p-contact {
    background-attachment: fixed;
  }
  .p-contact__btn a {
    max-width: 380px;
    padding: 22px 25px;
    font-size: 1.5em;
  }
  .p-contact__btn a::before {
    right: -3em;
    width: 20px;
    transform: translateY(calc(-50% - 4px)) rotate(30deg);
  }
  .p-contact__btn a::after {
    right: -3em;
    width: 120px;
  }
  .p-contact__btn a {
    transition: all 0.3s ease;
  }
}
@media (min-width: 1024px) and (hover: hover) {
  .p-contact__btn a:hover {
    background: #0b4f8c;
    color: #ffffff;
  }
  .p-contact__btn a:hover::before, .p-contact__btn a:hover::after {
    right: -4em;
  }
}
@media (min-width: 1024px) {
  .p-contact__desc {
    font-size: 1.4em;
  }
  .p-contact__desc .onlyPC {
    display: none;
  }
  .p-contact.pico .p-contact__btn a {
    padding: 22px 25px 22px 0px;
  }
  .p-contact.pico .p-contact__btn a span {
    padding-left: 55px;
  }
  .p-contact.pico .p-contact__btn a span::before {
    width: 40px;
    height: 40px;
  }
}

.p-footer {
  padding: 60px 0 20px;
  background-color: #8fa8c0;
}
.p-footer__logo img {
  width: 70%;
  max-width: 360px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav {
  background-color: #0b4f8c;
  margin: 0 -6vw 30px;
}
.p-footer__nav ul {
  padding: 20px 6vw;
}
.p-footer__nav ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #8fa8c0;
  text-align: left;
}
.p-footer__nav ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 1em;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-footer__nav ul li a:hover {
    opacity: 0.6;
  }
}
.p-footer__nav ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.p-footer__list li {
  margin-bottom: 15px;
  font-size: 0.85em;
}
.p-footer__list li a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-footer__list li a:hover {
    opacity: 0.6;
  }
}
.p-footer .copyright {
  text-align: center;
  color: #ffffff;
  font-size: 0.8em;
  position: relative;
  z-index: 10;
  border-top: 1px solid #ffffff;
  padding-top: 20px;
}
.p-footer .sns-link {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.p-footer .sns-link li {
  flex-basis: 45px;
  aspect-ratio: 1/1;
  background-color: #07c755;
  padding: 8px;
  border-radius: 50%;
}
.p-footer .sns-link li a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-footer .sns-link li a:hover {
    opacity: 0.6;
  }
}
.p-footer .sns-link li a img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer.pico-footer {
  padding: 50px 0 20px;
  background-color: #fff1f5;
}
.p-footer.pico-footer .p-footer__logo {
  text-align: center;
  margin-bottom: 15px;
}
.p-footer.pico-footer .p-footer__logo img {
  display: inline-block;
  width: 45%;
  max-width: 180px;
}
.p-footer.pico-footer .copyright {
  color: #ffb3c6;
  border-top: 1px solid #ffd6e0;
}
@media (min-width: 768px) {
  .p-footer {
    padding: 70px 0 20px;
  }
  .p-footer__nav {
    margin: 0 -6vw 45px;
  }
  .p-footer__nav ul {
    padding: 40px 6vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .p-footer__nav ul li {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .p-footer__nav ul li a {
    font-size: 1.1em;
  }
  .p-footer__nav ul li:last-child {
    border-bottom: 1px solid #8fa8c0;
    padding-bottom: 15px;
  }
  .p-footer__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .p-footer__list li {
    margin-bottom: 0px;
    font-size: 0.8em;
  }
}
@media (min-width: 1024px) {
  .p-footer {
    padding: 80px 0 30px;
  }
  .p-footer__logo {
    margin-bottom: 60px;
  }
  .p-footer__logo img {
    max-width: 420px;
  }
  .p-footer__nav {
    margin: 0 -6vw 40px;
  }
  .p-footer__nav ul {
    padding: 50px 6vw;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .p-footer__list {
    margin-bottom: 40px;
    gap: 30px;
  }
  .p-footer .copyright {
    font-size: 0.9em;
    padding-top: 30px;
  }
  .p-footer .sns-link {
    gap: 15px;
  }
  .p-footer .sns-link li {
    flex-basis: 60px;
    padding: 12px;
  }
  .p-footer.pico-footer {
    padding: 70px 0 30px;
  }
  .p-footer.pico-footer .p-footer__logo {
    margin-bottom: 20px;
  }
  .p-footer.pico-footer .p-footer__logo img {
    max-width: 240px;
  }
  .p-footer.pico-footer .copyright {
    color: #ffb3c6;
    border-top: 1px solid #ffd6e0;
  }
}
@media (min-width: 1280px) {
  .p-footer__nav {
    margin: 0 -8vw 40px;
  }
  .p-footer__nav ul {
    padding: 50px 8vw;
  }
  .p-footer__nav ul li a {
    font-size: 1.2em;
  }
}
@media (min-width: 1500px) {
  .p-footer .c-container {
    max-width: none;
  }
  .p-footer__logo, .p-footer__list {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-footer__nav {
    margin: 0 0 40px;
  }
  .p-footer__nav ul {
    padding: 50px 0;
    width: 1280px;
    margin: 0 auto;
  }
}

.c-message__desc p {
  margin-bottom: 15px;
}
.c-message__name {
  text-align: right;
  margin-top: 20px;
}
.c-message__name .Name {
  font-size: 1.4em;
  display: inline-block;
  margin-left: 15px;
}
@media (min-width: 1024px) {
  .c-message .c-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
  }
  .c-message__name {
    margin-top: 35px;
    font-size: 1.1em;
  }
}
@media (min-width: 1280px) {
  .c-message .c-container {
    max-width: 950px;
  }
}

.c-about {
  background-color: #f5f9ff;
}
.c-about__desc table {
  width: 100%;
}
.c-about__desc tr {
  border-bottom: 1px solid #ccc;
}
.c-about__desc th {
  display: block;
  width: 100%;
  text-align: left;
  padding-top: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #0b4f8c;
}
.c-about__desc td {
  display: block;
  width: 100%;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .c-about__desc tr {
    display: flex;
    align-items: center;
  }
  .c-about__desc th {
    flex-basis: 40%;
    padding: 20px;
    margin-bottom: 0;
  }
  .c-about__desc td {
    flex-basis: 60%;
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .c-about .c-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .c-about .c-container {
    max-width: 950px;
  }
  .c-about__desc th {
    padding: 25px;
  }
  .c-about__desc td {
    padding: 25px;
  }
}

.pico-page .c-topview__img::before {
  background-color: #f9658a;
  opacity: 0.4;
}
.pico-page .breadcrumb li a {
  color: #f9658a;
  border-bottom: 1px solid #f9658a;
}
.pico-page .page-numbers:not(.next):not(.prev) .current {
  background: #f9658a !important;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .pico-page .p-news.c-news .c-container {
    display: block;
    padding: 0;
  }
  .pico-page .p-news.c-news .p-news__list {
    max-width: 900px;
    margin: 0 auto 60px;
  }
  .pico-page .p-news.c-news .p-news__link {
    display: flex;
    align-items: center;
  }
  .pico-page .p-news.c-news .p-news__item {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .pico-page .p-news.c-news .p-news__item:first-child {
    padding-top: 35px;
  }
  .pico-page .p-news.c-news .p-news__date {
    flex-basis: 180px;
  }
  .pico-page .p-news.c-news .p-news__content {
    flex: 1;
  }
}
@media (min-width: 1280px) {
  .pico-page .p-news.c-news .p-news__list {
    max-width: 1000px;
  }
}
.pico-page .c-news-sl__link a {
  border-bottom: 1px solid #f9658a;
}
.pico-page .more-btn__link.slide-bg .bg {
  background-color: #f9658a;
}

.pico-topview {
  background-image: url(../images/pico/pico-top-sp.svg);
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  position: relative;
}
.pico-topview::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.8), transparent 80%);
}
.pico-topview__desc {
  padding: 0 6vw;
  position: relative;
  z-index: 10;
}
.pico-topview__desc h2 {
  font-size: 1.6em;
  margin-bottom: 20px;
  color: #f9658a;
}
.pico-topview__desc h2 strong {
  background: linear-gradient(90deg, #f9658a, #c084fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.4em;
  line-height: 1.2;
}
.pico-topview__desc h3 {
  color: #f9658a;
}
.pico-topview__img {
  max-width: 550px;
  margin-left: auto;
  position: relative;
  z-index: 10;
}
.pico-topview__img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (min-width: 768px) {
  .pico-topview {
    background-image: url(../images/pico/pico-top-pc.svg);
    padding-top: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .pico-topview::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), transparent 80%);
  }
  .pico-topview__desc {
    padding: 0 3vw 0 6vw;
    margin-bottom: 0;
  }
  .pico-topview__img {
    flex: 1;
    margin-left: -6%;
  }
}
@media (min-width: 1024px) {
  .pico-topview__desc h2 {
    font-size: 2.2em;
    margin-bottom: 30px;
  }
  .pico-topview__desc h2 strong {
    font-size: 1.6em;
  }
  .pico-topview__desc h3 {
    font-size: 1.4em;
  }
}
@media (min-width: 1500px) {
  .pico-topview__desc {
    padding: 0;
  }
  .pico-topview__img {
    margin-left: 0;
  }
}

.pico-about__img {
  text-align: center;
  margin-bottom: 30px;
}
.pico-about__img img {
  max-width: 500px;
  display: inline-block;
}
.pico-about__desc p a {
  color: #f9658a;
  border-bottom: 1px solid #f9658a;
}
.pico-about__desc .more-btn {
  margin-top: 30px;
}
.pico-about__desc .more-btn__link {
  width: 100%;
  max-width: 360px;
}
.pico-about__desc .more-btn__link .text {
  display: inline-block;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .pico-about__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1180px;
    margin: 0 auto;
  }
  .pico-about__desc {
    align-self: center;
  }
  .pico-about__img {
    margin-bottom: 0;
  }
  .pico-about__img img {
    max-width: none;
  }
}

.pico-feature {
  background-color: #ffd6e0;
}
.pico-feature__list {
  display: grid;
  gap: 30px;
}
.pico-feature__list__item {
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(194, 126, 143, 0.8);
}
.pico-feature__list__item .Icon {
  margin-bottom: 15px;
  text-align: center;
}
.pico-feature__list__item .Icon img {
  width: 40%;
  max-width: 220px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
.pico-feature__list__item .Desc h3 {
  font-size: 1.2em;
  color: #f9658a;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
}
.pico-feature__list__item .Desc h3::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #f9658a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .pico-feature__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .pico-feature__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .pico-feature__list__item {
    padding: 30px;
  }
  .pico-feature__list__item .Desc h3 {
    font-size: 1.35em;
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
  .pico-feature__list__item .Desc h3::before {
    width: 50px;
  }
}
.p-artist {
  background-image: url(../images/pico/bg.svg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  position: relative;
}
.p-artist-link {
  display: block;
  background-color: #ffffff;
  border: 1px solid #ccc;
  color: #1a2a3a;
  padding: 20px;
}
.p-artist-link .Img {
  margin-bottom: 20px;
  aspect-ratio: 1/1;
}
.p-artist-link .name {
  text-align: center;
  font-size: 1.3em;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.p-artist__swiper {
  overflow: visible;
  position: relative;
  z-index: 10;
  padding-bottom: 40px;
}
.p-artist__swiper .swiper-button-prev,
.p-artist__swiper .swiper-button-next {
  top: 50%;
  background-color: #f9658a;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  z-index: 100;
}
.p-artist__swiper .swiper-button-prev::after,
.p-artist__swiper .swiper-button-next::after {
  display: none;
}
.p-artist__swiper .swiper-button-prev svg,
.p-artist__swiper .swiper-button-next svg {
  display: none;
}
.p-artist__swiper .swiper-button-prev {
  left: 5px;
}
.p-artist__swiper .swiper-button-prev::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 13px;
  width: 13px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.p-artist__swiper .swiper-button-next {
  right: 5px;
}
.p-artist__swiper .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 5px;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 13px;
  width: 13px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .p-artist__swiper .swiper-button-prev,
  .p-artist__swiper .swiper-button-next {
    width: 65px;
    height: 65px;
  }
  .p-artist__swiper .swiper-button-prev {
    left: -30px;
  }
  .p-artist__swiper .swiper-button-prev::before {
    left: 5px;
    height: 20px;
    width: 20px;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
  }
  .p-artist__swiper .swiper-button-next {
    right: -30px;
  }
  .p-artist__swiper .swiper-button-next::before {
    right: 5px;
    height: 20px;
    width: 20px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .p-artist {
    background-attachment: fixed;
    background-size: cover;
  }
  .p-artist__swiper {
    padding-bottom: 50px;
  }
  .p-artist__swiper .swiper-button-prev,
  .p-artist__swiper .swiper-button-next {
    top: -100px;
  }
  .p-artist__swiper .swiper-button-prev {
    left: auto;
    right: 100px;
  }
  .p-artist__swiper .swiper-button-next {
    right: 5px;
  }
  .p-artist-link {
    padding: 30px 30px 20px;
  }
  .p-artist-link .name {
    font-size: 1.5em;
  }
}
@media (min-width: 1280px) {
  .p-artist__swiper {
    padding-bottom: 70px;
  }
  .p-artist__swiper .swiper-button-prev,
  .p-artist__swiper .swiper-button-next {
    width: 85px;
    height: 85px;
    top: -110px;
  }
  .p-artist__swiper .swiper-button-prev {
    right: 120px;
  }
  .p-artist__swiper .swiper-button-prev::before {
    height: 25px;
    width: 25px;
  }
  .p-artist__swiper .swiper-button-next::before {
    height: 25px;
    width: 25px;
  }
}

.pico-app__list {
  display: grid;
  gap: 30px;
}
.pico-app__list__item .Logo-item {
  text-align: center;
  margin-bottom: 15px;
}
.pico-app__list__item .Logo-item img {
  display: inline-block;
  width: 80%;
  max-width: 300px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.pico-app__list__item h3 {
  text-align: center;
  font-size: 1.8em;
  line-height: 1;
  color: #f9658a;
}
@media (min-width: 1024px) {
  .pico-app__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1000px;
    margin: 0 auto;
  }
  .pico-app__list__item .Logo-item img {
    width: 100%;
    max-width: 380px;
    height: 140px;
  }
  .pico-app__list__item h3 {
    font-size: 2em;
  }
}

.gallery {
  padding-top: 30px;
}
.gallery__track {
  display: flex;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.gallery__track img {
  width: 80%;
  max-width: 360px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  border-radius: 10px;
}
.gallery__track img:nth-child(2n) {
  margin-top: -15px;
}
.gallery__track img:nth-child(2n+1) {
  margin-top: 15px;
}
@media (min-width: 1280px) {
  .gallery__track {
    gap: 30px;
  }
  .gallery__track img {
    max-width: 420px;
  }
}

.c-artist__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.c-artist__item {
  background-color: #ffffff;
  padding: 8px;
  border: 1px solid #ccc;
}
.c-artist__item a {
  color: #1a2a3a;
  display: block;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-artist__item a:hover {
    opacity: 0.6;
  }
}
.c-artist__img {
  aspect-ratio: 1/1;
  margin-bottom: 8px;
}
.c-artist__desc {
  text-align: center;
  font-size: 0.95em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .c-artist__list {
    gap: 20px;
  }
  .c-artist__item {
    padding: 15px;
  }
  .c-artist__img {
    margin-bottom: 15px;
  }
  .c-artist__desc {
    font-size: 1.2em;
  }
}
@media (min-width: 1024px) {
  .c-artist__list {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .c-artist__list {
    gap: 30px;
  }
  .c-artist__item {
    padding: 20px;
  }
  .c-artist__img {
    margin-bottom: 20px;
  }
  .c-artist__desc {
    font-size: 1.4em;
  }
}

.c-works-sl__img {
  text-align: center;
}
.c-works-sl__img img {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1/1;
}
.c-works-sl-name {
  text-align: center;
  margin-bottom: 10px;
}
.c-works-sl-name h2 {
  font-size: 1.8em;
}
.c-works-sl-name .eng {
  font-size: 1.2em;
  line-height: 2;
}
.c-works-sl .sns-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.c-works-sl .sns-link ul li {
  width: 45px;
  height: 45px;
}
.c-works-sl .sns-link ul li img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-works-sl__table {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.c-works-sl__table dl {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
  display: flex;
}
.c-works-sl__table dl dt {
  flex-basis: 110px;
  align-self: center;
}
.c-works-sl__table dl dd {
  flex: 1;
}
@media (min-width: 768px) {
  .c-works-sl-name h2 {
    font-size: 2em;
  }
  .c-works-sl-name .eng {
    font-size: 1.4em;
  }
  .c-works-sl .sns-link ul li {
    width: 55px;
    height: 55px;
  }
  .c-works-sl__table dl {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .c-works-sl__table dl dt {
    flex-basis: 150px;
  }
}
@media (min-width: 1024px) {
  .c-works-sl__flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .c-works-sl__img {
    margin-bottom: 15px;
    align-self: flex-start;
  }
  .c-works-sl__img img {
    max-width: none;
  }
  .c-works-sl-name {
    text-align: left;
    margin-bottom: 20px;
  }
  .c-works-sl .sns-link ul {
    justify-content: left;
    gap: 10px;
  }
  .c-works-sl .sns-link ul li {
    width: 60px;
    height: 60px;
  }
  .c-works-sl__desc {
    margin-bottom: 50px;
  }
  .c-works-sl__table {
    margin: 0;
  }
  .c-works-sl__table dl dt {
    flex-basis: 150px;
  }
}
@media (min-width: 1280px) {
  .c-works-sl__flex {
    gap: 70px;
  }
  .c-works-sl-name h2 {
    font-size: 2.4em;
  }
  .c-works-sl-name .eng {
    font-size: 1.8em;
    line-height: 1.5;
  }
  .c-works-sl .sns-link ul li {
    width: 65px;
    height: 65px;
  }
  .c-works-sl__table dl {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .c-works-sl__table dl dt {
    flex-basis: 180px;
  }
}

.c-mobile .p-header .logo__img {
  margin: 0px 10px 0 10px;
}
.c-mobile .p-header .logo {
  background-image: url(../images/common/mobile-logo.webp);
  height: 48px;
  width: 130px;
}
.c-mobile .p-header .pc-container .logo__img .logo {
  height: 70px;
  width: 200px;
}
.c-mobile.mobile .mobile-container .mousikomi.mobile-apply {
  display: block;
}
.c-mobile.mobile .pc-navbtn .hikari {
  display: none;
}
.c-mobile.mobile .p-contact .hikari-btn {
  display: none;
}
.c-mobile.hikari .logo {
  background-image: url(../images/common/hikari-logo.webp);
  height: 52px;
}
.c-mobile.hikari .mobile-container .mousikomi.hikari-apply {
  display: block;
}
.c-mobile.hikari .pc-container .logo__img .logo {
  height: 80px;
}
.c-mobile.hikari .pc-navbtn .mobile {
  display: none;
}
.c-mobile.hikari .p-contact .mobile-btn {
  display: none;
}

@media (min-width: 768px) {
  .c-service__desc {
    text-align: center;
  }
}

.c-feature__box {
  border: 2px solid #90caf9;
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 15px;
}
.c-feature__tit {
  text-align: center;
  color: #42a5f5;
  font-size: 1.4em;
  margin-top: -50px;
  margin-bottom: 30px;
}
.c-feature__tit span {
  background-color: #ffffff;
  display: inline-block;
  padding: 0 20px;
}
.c-feature__pick {
  display: grid;
  gap: 30px;
}
.c-feature__pick__up {
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-feature__pick__up .Icon {
  width: 80px;
  height: 80px;
}
.c-feature__pick__up .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-feature__pick__up h3 {
  flex: 1;
  font-size: 1.25em;
  color: #0b4f8c;
}
.c-feature__list {
  display: grid;
  gap: 30px;
  position: relative;
}
.c-feature__list::before {
  content: "";
  width: calc(100% + 12vw);
  height: calc(100% + 300px);
  background-color: #f5f9ff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  z-index: -1;
}
.c-feature__list__item {
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.c-feature__list__item .Img {
  aspect-ratio: 3/2;
  margin-bottom: 20px;
}
.c-feature__list__item .Desc h3 {
  font-size: 1.3em;
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 10px;
  border-left: 5px solid #1976d2;
}
@media (min-width: 768px) {
  .c-feature__box {
    padding: 30px;
  }
  .c-feature__tit {
    font-size: 1.6em;
    margin-top: -60px;
  }
  .c-feature__tit span {
    padding: 0 30px;
  }
  .c-feature__pick {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .c-feature__pick__up .Icon {
    width: 100px;
    height: 100px;
  }
  .c-feature__pick__up h3 {
    font-size: 1.2em;
  }
  .c-feature__list {
    gap: 30px;
  }
  .c-feature__list::before {
    height: calc(100% + 200px);
  }
  .c-feature__list__item {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-feature__list__item .Img {
    flex-basis: 48%;
    margin-bottom: 0;
  }
  .c-feature__list__item .Desc {
    flex-basis: 48%;
  }
}
@media (min-width: 1024px) {
  .c-feature__box {
    padding: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-feature__pick {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .c-feature__pick__up {
    display: block;
  }
  .c-feature__pick__up .Icon {
    margin: 0 auto 20px;
  }
  .c-feature__pick__up h3 {
    text-align: center;
  }
  .c-feature__list {
    gap: 40px;
  }
  .c-feature__list::before {
    height: calc(100% + 120px);
  }
  .c-feature__list__item {
    padding-bottom: 40px;
  }
  .c-feature__list__item .Img {
    flex-basis: 38%;
  }
  .c-feature__list__item .Desc {
    flex-basis: 58%;
  }
}
@media (min-width: 1280px) {
  .c-feature__box {
    padding: 30px;
    max-width: 1000px;
  }
  .c-feature__list {
    gap: 50px;
  }
  .c-feature__list::before {
    width: calc(100% + 16vw);
  }
  .c-feature__list__item {
    padding-bottom: 50px;
  }
  .c-feature__list__item .Desc h3 {
    font-size: 1.5em;
    line-height: 1.8;
    padding-left: 20px;
    margin-bottom: 20px;
    border-left: 8px solid #1976d2;
  }
}
@media (min-width: 1500px) {
  .c-feature .c-container {
    max-width: none;
  }
  .c-feature__list::before {
    width: 100%;
  }
  .c-feature__list__item {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-plan__list {
  display: grid;
  gap: 16px;
  max-width: 720px;
  margin: 0 auto;
}
.c-plan__list__item {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e0e8f4;
  background: #ffffff;
}
.c-plan__list__item .Head {
  padding: 1.4em 1.4em 1em;
  background: #0b4f8c;
  position: relative;
  overflow: hidden;
}
.c-plan__list__item .Head::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}
.c-plan__list__item .Head .Badge {
  display: inline-block;
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}
.c-plan__list__item .Head h3 {
  font-size: 1.6em;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 6px;
}
.c-plan__list__item .Head .Speed {
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.7);
}
.c-plan__list__item .Head .Speed strong {
  font-size: 1.2em;
  color: #ffffff;
  font-weight: 700;
}
.c-plan__list__item .Price {
  padding: 0.9em 1.4em;
  background: #e3f2fd;
  border-bottom: 1px solid #e0e8f4;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.c-plan__list__item .Price__label {
  font-size: 0.9em;
  color: #4a6080;
}
.c-plan__list__item .Price__num {
  font-size: 1.8em;
  font-weight: 700;
  color: #0b4f8c;
  line-height: 1;
}
.c-plan__list__item .Price__unit {
  font-size: 0.9em;
  color: #4a6080;
}
.c-plan__list__item .c-plan__points {
  padding: 1em 1.4em 1.4em;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-plan__list__item .c-plan__points li {
  color: #1a2a3a;
  position: relative;
  padding-left: 15px;
}
.c-plan__list__item .c-plan__points li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1976d2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-plan__list__item.is-cross .Head {
  background: rgb(5.4271523179, 38.9768211921, 69.0728476821);
}
.c-plan__list__item.is-cross .Head .Badge {
  background: #1976d2;
}
.c-plan__list__item.is-cross .Price__num {
  color: rgb(5.4271523179, 38.9768211921, 69.0728476821);
}
.c-plan__list__item.is-cross .c-plan__points li::before {
  background: #0b4f8c;
}
.c-plan__note {
  margin-top: 1em;
  font-size: 0.8em;
  color: #666;
}
@media (min-width: 768px) {
  .c-plan__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 900px;
  }
  .c-plan__note {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .c-plan__list {
    gap: 20px;
  }
  .c-plan__list__item .Head::after {
    width: 150px;
    height: 150px;
  }
  .c-plan__list__item .Head .Badge {
    font-size: 0.9em;
    padding: 3px 20px;
    margin-bottom: 15px;
  }
  .c-plan__list__item .Head h3 {
    font-size: 2em;
    line-height: 1.6;
  }
  .c-plan__list__item .Head .Speed {
    font-size: 1.1em;
  }
  .c-plan__list__item .Price {
    padding: 1.1em 1.6em;
    gap: 8px;
  }
  .c-plan__list__item .Price__label {
    font-size: 1.1em;
  }
  .c-plan__list__item .Price__num {
    font-size: 2em;
  }
  .c-plan__list__item .Price__unit {
    font-size: 1.1em;
  }
  .c-plan__note {
    margin-top: 20px;
  }
}
@media (min-width: 1280px) {
  .c-plan__list {
    max-width: 1000px;
  }
}
.c-price__table table {
  width: 100%;
}
.c-price__table table th,
.c-price__table table td {
  border: 1px solid #ccc;
}
.c-price__table table thead {
  background-color: #4a6080;
}
.c-price__table table thead th {
  font-size: 0.9em;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 500;
  height: 60px;
}
.c-price__table table thead th:nth-child(1), .c-price__table table thead th:nth-child(3) {
  width: 30%;
}
.c-price__table table thead th:nth-child(2) {
  width: 40%;
}
.c-price__table table tbody tr:nth-child(2n) {
  background-color: #f5f9ff;
}
.c-price__table table tbody td {
  text-align: center;
  padding: 8px 0;
  font-size: 0.9em;
}
.c-price__table table tbody td strong {
  font-size: 1.4em;
  display: inline-block;
  margin-right: 3px;
}
.c-price__table.hikari {
  overflow-x: scroll;
  margin-right: -6vw;
}
.c-price__table.hikari table {
  width: 700px;
}
.c-price__table.hikari table thead th {
  line-height: 2;
  padding: 12px 0;
}
.c-price__table.hikari table thead th:nth-child(1), .c-price__table.hikari table thead th:nth-child(2) {
  width: 15%;
}
.c-price__table.hikari table thead th:nth-child(3), .c-price__table.hikari table thead th:nth-child(4) {
  width: 35%;
}
.c-price__table.hikari table tbody tr:nth-child(2n) {
  background-color: transparent;
}
.c-price__table.hikari table tbody th {
  background-color: #f5f9ff;
  font-size: 0.9em;
  line-height: 1.7;
  padding: 15px 0;
  height: 80px;
}
.c-price__table.sale table thead th:nth-child(1), .c-price__table.sale table thead th:nth-child(3) {
  width: 33.333%;
}
.c-price__table.sale table thead th:nth-child(2) {
  width: 33.333%;
}
.c-price__notes li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.85em;
  margin-bottom: 5px;
  color: #666;
}
.c-price__sub-title {
  margin-bottom: 15px;
  color: #0b4f8c;
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1.5;
}
.c-price__sub-title small {
  display: block;
}
.c-price__sub-title.dp-pc {
  display: none;
}
@media (min-width: 768px) {
  .c-price__table table thead th {
    font-size: 1.1em;
    height: 70px;
  }
  .c-price__table table tbody td {
    padding: 12px 0;
    font-size: 1.1em;
  }
  .c-price__table table tbody td strong {
    font-size: 1.4em;
    margin-right: 5px;
  }
  .c-price__table.hikari {
    overflow-x: hidden;
    margin-left: -3vw;
    margin-right: -3vw;
  }
  .c-price__table.hikari table {
    width: 100%;
  }
  .c-price__table.hikari table thead th:nth-child(1), .c-price__table.hikari table thead th:nth-child(2) {
    width: 20%;
  }
  .c-price__table.hikari table thead th:nth-child(3), .c-price__table.hikari table thead th:nth-child(4) {
    width: 30%;
  }
  .c-price__table.hikari table tbody td {
    font-size: 0.85em;
  }
  .c-price__table.hikari table tbody td strong {
    font-size: 1.3em;
  }
  .c-price__notes li {
    font-size: 0.8em;
    margin-bottom: 2px;
  }
  .c-price__sub-title {
    margin-bottom: 25px;
    font-size: 1.4em;
  }
}
@media (max-width: 1023px) {
  .c-price .view-pc {
    display: none;
  }
}
@media (min-width: 1024px) {
  .c-price .view-sp {
    display: none;
  }
  .c-price__table table thead {
    background-color: #4a6080;
  }
  .c-price__table table thead th,
  .c-price__table table thead td {
    text-align: center;
    font-size: 1em;
    line-height: 2;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 0;
  }
  .c-price__table table thead th strong,
  .c-price__table table thead td strong {
    font-size: 1.4em;
    display: inline-block;
    margin-right: 3px;
  }
  .c-price__table table thead th:nth-child(1),
  .c-price__table table thead td:nth-child(1) {
    width: 130px;
  }
  .c-price__table table tbody tr:nth-child(2n) {
    background-color: transparent;
  }
  .c-price__table table tbody th,
  .c-price__table table tbody td {
    padding: 15px 0;
    font-size: 0.9em;
  }
  .c-price__table table tbody th strong,
  .c-price__table table tbody td strong {
    font-size: 1.2em;
    margin-right: 3px;
  }
  .c-price__table table tbody th {
    line-height: 1.4;
    font-weight: 500;
    background-color: #f5f9ff;
  }
  .c-price__table.hikari {
    overflow-x: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }
  .c-price__table.hikari table thead th:nth-child(1), .c-price__table.hikari table thead th:nth-child(2) {
    width: 20%;
  }
  .c-price__table.hikari table thead th:nth-child(3), .c-price__table.hikari table thead th:nth-child(4) {
    width: 30%;
  }
  .c-price__table.hikari table tbody th,
  .c-price__table.hikari table tbody td {
    padding: 15px 0;
    font-size: 1.05em;
  }
  .c-price__table.hikari table tbody th strong,
  .c-price__table.hikari table tbody td strong {
    font-size: 1.2em;
    margin-right: 3px;
  }
  .c-price__table.hikari table tbody th {
    height: 110px;
  }
  .c-price__table.sale-pc table thead th:nth-child(1),
  .c-price__table.sale-pc table thead td:nth-child(1) {
    width: 150px;
  }
  .c-price__table.sale-pc table thead th:nth-child(n+2),
  .c-price__table.sale-pc table thead td:nth-child(n+2) {
    width: calc((100% - 150px) / 3);
  }
  .c-price__sub-title.dp-no {
    display: none;
  }
  .c-price__sub-title.dp-pc {
    display: block;
  }
  .c-price__sub-title.dp-pc small {
    display: inline;
  }
}
@media (min-width: 1280px) {
  .c-price__table table thead th:nth-child(1),
  .c-price__table table thead td:nth-child(1) {
    width: 160px;
  }
  .c-price__table table tbody th,
  .c-price__table table tbody td {
    font-size: 1em;
  }
  .c-price__table table tbody th strong,
  .c-price__table table tbody td strong {
    font-size: 1.3em;
    margin-right: 5px;
  }
}

.c-option__list {
  display: grid;
  gap: 30px;
}
.c-option__list__item {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
  padding: 30px 20px;
  border-radius: 20px;
}
.c-option__list__item .Icon {
  margin: 0 auto 15px;
  width: 120px;
  height: 120px;
  background-color: #1976d2;
  border-radius: 50%;
}
.c-option__list__item .Icon img {
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 25px;
}
.c-option__list__item .Desc h3 {
  text-align: center;
  font-size: 1.2em;
  color: #0b4f8c;
  margin-bottom: 5px;
}
.c-option__list__item .Desc small {
  display: block;
}
.c-option.hikari .c-option__list__item {
  padding: 30px 0 0;
}
.c-option.hikari .c-option__list__item .Desc {
  padding: 0 20px 20px;
}
.c-option.hikari .c-option__list__item .Price {
  background-color: #efefef;
  text-align: center;
  border-radius: 0 0 20px 20px;
  font-size: 1.1em;
  padding: 10px 0;
}
.c-option.hikari .c-option__list__item .Price strong {
  font-size: 1.4em;
  color: #1976d2;
  display: inline-block;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .c-option__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .c-option__list__item {
    padding: 20px;
  }
  .c-option__list__item .Desc {
    font-size: 0.9em;
  }
  .c-option.hikari .c-option__list__item {
    position: relative;
  }
  .c-option.hikari .c-option__list__item .Desc {
    padding: 0 20px 90px;
  }
  .c-option.hikari .c-option__list__item .Price {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .c-option__list {
    gap: 30px;
  }
  .c-option__list__item {
    padding: 30px;
  }
  .c-option__list__item .Desc {
    font-size: 1em;
  }
  .c-option.hikari .c-option__list__item .Desc {
    padding: 0 30px 100px;
  }
  .c-option.hikari .c-option__list__item .Price {
    font-size: 1.3em;
    padding: 5px 0;
  }
}
@media (min-width: 1280px) {
  .c-option__list {
    gap: 40px;
  }
  .c-option__list__item {
    padding: 30px;
  }
  .c-option__list__item .Desc h3 {
    font-size: 1.35em;
    margin-bottom: 10px;
  }
  .c-option.hikari .c-option__list__item .Desc {
    padding: 0 30px 100px;
  }
}

.c-flow {
  background-color: #f5f9ff;
}
.c-flow__list {
  display: grid;
  gap: 30px;
}
.c-flow__list__item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  position: relative;
}
.c-flow__list__item::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #0b4f8c;
  /* 色は任意に変更可能 */
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.c-flow__list__item .step {
  background-color: #90caf9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #0b4f8c;
  line-height: 1.2;
  padding: 5px 0;
}
.c-flow__list__item .step span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}
.c-flow__list__item .step strong {
  display: block;
  line-height: 1.2;
  font-size: 16px;
}
.c-flow__list__item .Desc {
  flex: 1;
}
.c-flow__list__item .Desc h3 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.2em;
}
.c-flow__list__item:last-child::before {
  display: none;
}
@media (min-width: 768px) {
  .c-flow__list {
    gap: 45px;
  }
  .c-flow__list__item {
    padding-bottom: 45px;
    gap: 30px;
  }
  .c-flow__list__item .step {
    width: 80px;
    height: 80px;
    line-height: 1.2;
    padding: 13px 0;
  }
  .c-flow__list__item .step span {
    font-size: 15px;
  }
  .c-flow__list__item .step strong {
    line-height: 1.4;
    font-size: 24px;
  }
}

.faq-contents {
  position: relative;
}
.faq-contents .faq {
  border-top: 1px solid #e5e5e5;
}
.faq-contents .faq__item {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.faq-contents .faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.faq-contents .faq dt::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "Q";
  color: #0b4f8c;
  font-size: 1.3em;
  font-weight: 500;
}
.faq-contents .faq dt span {
  margin-left: 5vw;
  margin-right: 8vw;
  line-height: 1.5;
  display: block;
  position: relative;
  padding: 20px 10px;
  font-weight: 500;
}
.faq-contents .faq dt .i_box {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.faq-contents .faq dt .i_box::before {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 2px solid #0b4f8c;
  width: 16px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.faq-contents .faq dt .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-left: 2px solid #0b4f8c;
  width: 0;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: 0.3s;
}
.faq-contents .faq dd {
  position: relative;
}
.faq-contents .faq dd p {
  margin-left: 5vw;
}
.faq-contents .faq dd .m-description-article {
  display: block;
  line-height: 2;
  padding: 20px 10px;
  position: relative;
}
.faq-contents .faq dd .m-description-article::before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "A";
  font-weight: 500;
  color: #42a5f5;
  font-size: 1.3em;
}
@media (min-width: 768px) {
  .faq-contents .faq dt::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .faq-contents .faq dt span::after {
    width: 3vw;
  }
}
@media (min-width: 1024px) {
  .faq-contents .faq__item {
    padding: 15px 0;
  }
  .faq-contents .faq dt span {
    margin-left: 3.5vw;
    margin-right: 5vw;
  }
  .faq-contents .faq dt span::after {
    width: 3vw;
  }
  .faq-contents .faq dd p {
    margin-left: 3.5vw;
  }
}
@media (min-width: 1280px) {
  .faq-contents .faq {
    max-width: 1000px;
    margin: 0 auto;
  }
  .faq-contents .faq dt span {
    margin-left: 30px;
    margin-right: 50px;
  }
  .faq-contents .faq dt span::after {
    width: 30px;
  }
  .faq-contents .faq dd p {
    margin-left: 30px;
  }
}

.c-pdf .c-title {
  justify-content: center;
}
.c-pdf .c-title .ja {
  margin-left: 0;
}
.c-pdf #pdf-container {
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .c-pdf #pdf-container {
    max-width: 950px;
  }
}
@media (min-width: 1500px) {
  .c-pdf #pdf-container {
    max-width: 1280px;
  }
}

.page-numbers {
  margin: 8vw 0 6vw;
}
@media (min-width: 768px) {
  .page-numbers {
    margin: 6vw 0 6vw;
  }
}
@media (min-width: 1024px) {
  .page-numbers {
    margin: 0;
  }
}

.page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a2a3a;
  font-size: 12px;
  padding-left: 3px;
}
.page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #0b4f8c !important;
  color: #ffffff;
}
.page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #c4ccd1;
  background: #fff;
  margin: 0 1.3vw;
}
.page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: #1a2a3a;
  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;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1a2a3a;
  border-right: 2px solid #1a2a3a;
  transform: rotate(45deg);
  margin-left: 8px;
}
.page-numbers:not(.next):not(.prev) .prev {
  position: relative;
  padding-left: 22px;
  color: #1a2a3a;
  top: 0;
}
.page-numbers:not(.next):not(.prev) .prev::after {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1a2a3a;
  border-right: 2px solid #1a2a3a;
  transform: rotate(-135deg);
  margin-right: 8px;
}
@media (min-width: 768px) {
  .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 900px) {
  .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 55px;
    height: 55px;
    font-size: 18px;
    margin: 0 10px;
  }
  .page-numbers:not(.next):not(.prev) .next::after, .page-numbers:not(.next):not(.prev) .prev::after {
    width: 10px;
    height: 10px;
  }
}

.c-news-sl__tit h3 {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 12px;
}
.c-news-sl__date {
  color: #888;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl__link {
  text-align: right;
}
.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #0b4f8c;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-news-sl__link a:hover {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 1024px) {
  .c-news-sl__contents {
    padding: 3vw 0;
  }
  .c-news-sl .c-container {
    max-width: 900px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .c-news-sl .c-container {
    max-width: 1000px;
  }
  .c-news-sl__contents {
    padding: 60px 0;
  }
}

.wp-categories {
  margin-bottom: 20px;
}
.wp-categories ul {
  display: flex;
}
.wp-categories ul li {
  margin-right: 10px;
}
.wp-categories ul li a {
  color: gray;
  border: 1px solid gray;
  padding: 7px;
  border-radius: 30px;
  font-size: 12px;
}

.c-contact .contact-form {
  text-align: center;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 8px;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  height: 45px;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #eee;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23666'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px;
  padding: 8px 32px 8px 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-weight: 500;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.c-contact .contact-form .must::after {
  content: "必須";
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  padding: 2px 10px;
  border-radius: 10px;
  background-color: #0b4f8c;
  margin-left: 10px;
}
.c-contact .contact-form .free {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.c-contact .contact-form .ct-check input {
  height: 20px;
  width: 20px;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  background-color: initial;
  border: initial;
  padding: initial;
  cursor: pointer;
}
.c-contact .contact-form .ct-check .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.c-contact .contact-form .ct-ap input {
  background-color: transparent;
  border: none;
}
.c-contact .contact-form .ct-signature .dscf7_signature_inner {
  width: 100%;
}
.c-contact .contact-form .ct-signature .dscf7_signature_inner canvas {
  width: 100% !important;
  border: 1px solid #ccc;
}
.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;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  background-color: initial;
  border: initial;
  padding: initial;
  cursor: pointer;
}
.c-contact .contact-form .ms-1 {
  color: rgb(33, 128, 218);
  border-bottom: 1px solid rgb(33, 128, 218);
  font-weight: 500;
  display: inline-block;
  margin: 0 5px 0 15px;
  line-height: 1;
  font-size: 1.1em;
}
.c-contact .contact-form .privacy {
  margin-bottom: 15px;
}
.c-contact .contact-form .submit-btn {
  margin-top: 30px;
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #f4f4f4;
  background-color: #f4f4f4;
}
.c-contact .contact-form .submit-btn input {
  border-color: #0b4f8c;
  background-color: #0b4f8c;
  width: 70%;
  max-width: 320px;
  color: #ffffff;
  font-weight: bold;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
.c-contact .contact-form .accept {
  margin: 40px 0 30px;
}
@media (min-width: 768px) {
  .c-contact .contact-form .wrap {
    max-width: 600px;
    margin: 0 auto;
  }
  .c-contact .contact-form dt {
    font-size: 1.1em;
  }
  .c-contact .contact-form .must {
    padding: 8px 0;
  }
  .c-contact .contact-form .free {
    padding: 8px 0;
  }
  .c-contact .contact-form input,
  .c-contact .contact-form select {
    height: 55px;
  }
  .c-contact .contact-form input, .c-contact .contact-form textarea,
  .c-contact .contact-form select {
    padding: 8px 12px;
  }
  .c-contact .contact-form .accept {
    margin: 30px 0 40px;
  }
  .c-contact .contact-form .ct-other {
    margin-bottom: 20px;
  }
  .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: 25px;
    width: 25px;
  }
}
@media (min-width: 1280px) {
  .c-contact .contact-form .wrap {
    max-width: 800px;
  }
  .c-contact .contact-form input {
    height: 60px;
  }
  .c-contact .contact-form dl {
    padding-bottom: 30px;
  }
  .c-contact .contact-form .submit-btn {
    margin-top: 45px;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy .c-title {
  text-align: center;
  font-size: 1.7em;
  display: block;
  margin-bottom: 50px;
  font-weight: 500;
  color: #0b4f8c;
}
.c-privacy h3 {
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 20px;
}
.c-privacy .List-item {
  margin-bottom: 15px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.c-privacy .Sub-List {
  margin: 15px 0 25px;
}
.c-privacy .Sub-List-item {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}
.c-privacy .Small-List {
  margin-top: 10px;
}
.c-privacy .Box {
  margin-top: 30px;
  border: 1px solid #ccc;
  padding: 30px;
}
.c-privacy .Box h4 {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 12px;
}
.c-privacy .Box p {
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .c-privacy .c-title {
    font-size: 1.9em;
    margin-bottom: 70px;
  }
  .c-privacy .List-item {
    margin-bottom: 20px;
  }
  .c-privacy .Sub-List {
    margin: 20px 0 35px;
  }
  .c-privacy .Sub-List-item {
    margin-bottom: 15px;
  }
  .c-privacy .Small-List {
    margin-top: 15px;
  }
  .c-privacy .Box {
    margin-top: 40px;
    padding: 50px 30px;
  }
  .c-privacy .Box h4 {
    font-size: 1.4em;
    margin-bottom: 15px;
  }
  .c-privacy .Box p {
    margin-bottom: 8px;
  }
}

.c-thanks .c-title {
  text-align: center;
  font-size: 1.4em;
  display: block;
  margin-bottom: 40px;
  font-weight: 500;
  color: #0b4f8c;
}
.c-thanks h3 {
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .c-thanks .c-title br {
    display: none;
  }
}
@media (min-width: 1024px) {
  .c-thanks .c-title {
    font-size: 1.7em;
    margin-bottom: 70px;
  }
}

.p-header {
  width: 100%;
  height: 64px;
}
.p-header .logo__img {
  display: inline-block;
  margin: 5px 10px 0 10px;
}
.p-header .logo {
  background-image: url(../images/common/logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 23px;
  width: 200px;
  opacity: 1;
}
.p-header.pico-header .logo__img {
  margin: 0 10px 0 10px;
}
.p-header.pico-header .logo__img a {
  display: flex;
  align-items: flex-end;
}
.p-header.pico-header .logo__img a p {
  font-size: 0.6em;
  color: #ffffff;
}
.p-header.pico-header .logo {
  background-image: url(../images/common/pico-logo.webp);
  height: 50px;
  width: 75px;
}
.p-header.pico-header .mobile-container {
  background-color: #ffb3c6;
}
.p-header.pico-header .mobile-container .mobile-menu__btn > span {
  background-color: #ffffff;
}
.p-header.pico-header .menu-open .mobile-menu__btn > span {
  background-color: #ffffff !important;
}
@media (min-width: 768px) {
  .p-header .logo__img {
    margin: 5px 10px 0 15px;
  }
  .p-header .logo {
    height: 27px;
    width: 230px;
  }
  .p-header.pico-header .logo__img {
    margin: 0 10px 0 15px;
  }
  .p-header.pico-header .logo {
    height: 64px;
    width: 80px;
  }
}
@media (max-width: 1023px) {
  .p-header .pc-container,
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 1024px) {
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none !important;
  }
  .p-header {
    height: 100px;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease;
  }
  .p-header .pc-container .pc-nav {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 1.05em;
    font-weight: 500;
    padding-right: 2.5vw;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #293b4e;
    display: inline-block;
    line-height: 2;
    position: relative;
  }
  .p-header .pc-container .pc-nav-item a::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #0b4f8c;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
  }
  .p-header .pc-container .pc-nav-item a {
    transition: all 0.3s ease;
  }
}
@media (min-width: 1024px) and (hover: hover) {
  .p-header .pc-container .pc-nav-item a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media (min-width: 1024px) {
  .p-header .pc-container .contact-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background-color: #0b4f8c;
  }
  .p-header .pc-container .contact-btn a img {
    width: 40px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    transition: all 0.3s;
  }
  .p-header .pc-container .contact-btn a {
    transition: all 0.3s ease;
  }
}
@media (min-width: 1024px) and (hover: hover) {
  .p-header .pc-container .contact-btn a:hover img {
    opacity: 0.6;
  }
}
@media (min-width: 1024px) {
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 8px 10px 0px 10px;
  }
  .p-header .pc-container .logo__img .logo {
    height: 25px;
    width: 210px;
  }
  .p-header .pc-container.scrolled {
    transform: translateY(-100%);
  }
  .p-header.pico-header .pc-container .pc-nav-item a::before {
    background-color: #f9658a;
  }
  .p-header.pico-header .pc-container .contact-btn a {
    background-color: #07c755;
  }
  .p-header.pico-header .pc-container .logo__img {
    margin: 8px 10px 0px 15px;
  }
  .p-header.pico-header .pc-container .logo__img a {
    display: block;
    text-align: center;
  }
  .p-header.pico-header .pc-container .logo__img a p {
    font-size: 0.5em;
    color: #f9658a;
  }
  .p-header.pico-header .pc-container .logo__img .logo {
    height: 75px;
    width: 120px;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .p-header .pc-container .pc-nav-item {
    font-size: 1.1em;
    padding-right: 3vw;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 11px 10px 0px 20px;
  }
  .p-header .pc-container .logo__img .logo {
    height: 29px;
    width: 250px;
  }
  .p-header .pc-container.scrolled {
    background-color: #fff;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: all 0.7s;
  z-index: -1;
  background-color: #ffffff;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  overflow: scroll;
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding: 100px 0 50px;
}
.mobile-menu__item {
  margin: 0 8vw 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 1.1em;
  font-weight: 500;
}
.mobile-menu a {
  color: #1a2a3a;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .mobile-menu a:hover {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .mobile-menu__list {
    padding-top: 120px;
    width: 50%;
  }
  .mobile-menu__item {
    margin: 0 40px 20px;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  background-color: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.mobile-container .mobile-button {
  position: fixed;
  top: 23px;
  right: 18px;
  z-index: 200;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #0b4f8c;
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 7px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
.mobile-container .mousikomi {
  margin-right: 65px;
  display: none;
}
.mobile-container .mousikomi a {
  display: inline-block;
  background-color: #42a5f5;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 30px;
  border-radius: 9999px;
}
@media (min-width: 768px) {
  .mobile-container .mobile-button {
    top: 20px;
    right: 20px;
  }
  .mobile-container .mobile-menu__btn span {
    width: 35px;
    margin-bottom: 9px;
  }
  .mobile-container .mousikomi {
    margin-right: 75px;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transform: none;
}
.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;
}
@media (min-width: 768px) {
  .menu-open.mobile-menu {
    transform: translateX(50%);
  }
}
.menu-open .mobile-menu__btn > span {
  background-color: #0b4f8c !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 140ms;
  transform: translateY(9px) 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(-9px) rotate(-135deg);
}
@media (min-width: 768px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(12px) rotate(135deg);
  }
}

.sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 10vh;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s;
  background-color: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.sp-navbtn__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sp-navbtn__container li {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.631372549);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-navbtn__container a {
  position: relative;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  padding-top: 30px;
}
.sp-navbtn__container a::before {
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  height: 24px;
  width: 24px;
  background-image: url(../images/common/tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.sp-navbtn__container .sp1 {
  width: 50%;
  background-color: #1976d2;
}
.sp-navbtn__container .sp2 {
  width: 50%;
  background-color: #07c755;
}
.sp-navbtn__container .sp2 a::before {
  width: 28px;
  height: 28px;
  background-image: url(../images/common/line.svg);
}
.sp-navbtn__container a:hover,
.sp-navbtn__container a:active {
  text-decoration: underline;
}
.sp-navbtn.is-hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .sp-navbtn {
    display: none;
  }
}

.pc-navbtn {
  position: fixed;
  bottom: 5vh;
  right: 0;
  z-index: 1000;
  transition: all 0.3s;
  background-color: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.pc-navbtn__container li {
  padding: 15px 15px 15px 50px;
  text-align: center;
  position: relative;
}
.pc-navbtn__container li::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.pc-navbtn__container a {
  color: #ffffff;
  font-size: 1.15em;
  letter-spacing: 1px;
  font-weight: 600;
}
.pc-navbtn__container .sp1 {
  background-color: #1976d2;
}
.pc-navbtn__container .sp1::before {
  top: 7px;
  background-image: url(../images/common/mail.svg);
}
.pc-navbtn__container .sp2 {
  background-color: #0b4f8c;
}
.pc-navbtn__container .sp2::before {
  background-image: url(../images/common/tel.svg);
}
.pc-navbtn__container .sp3 {
  background-color: #07c755;
}
.pc-navbtn__container .sp3::before {
  background-image: url(../images/common/line.svg);
}
.pc-navbtn__container a:hover,
.pc-navbtn__container a:active {
  text-decoration: underline;
}
.pc-navbtn.is-hidden {
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .pc-navbtn {
    display: none;
  }
}
@media (min-width: 1280px) {
  .pc-navbtn__container li {
    padding: 20px 20px 20px 70px;
  }
  .pc-navbtn__container li::before {
    width: 34px;
    height: 34px;
    left: 20px;
  }
  .pc-navbtn__container a {
    font-size: 1.2em;
  }
}

.panel {
  display: none;
}

.tab-cate {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.tab-cate .tab {
  display: block;
  padding: 10px 5px;
  border: 1px solid gray;
  font-weight: bold;
  color: gray;
  font-size: 0.75em;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .tab-cate {
    grid-template-columns: repeat(3, 1fr);
  }
  .tab-cate .tab {
    font-size: 0.9em;
  }
}
@media (min-width: 1024px) {
  .tab-cate {
    gap: 15px;
  }
  .tab-cate .tab {
    font-size: 1em;
  }
}

.tab.is-active {
  color: #ffffff;
  transition: all 0.2s ease-out;
  background-color: #1976d2;
  border: 1px solid #1976d2;
}

.panel.is-show {
  display: block;
}

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

.faq .ac-title.is-active {
  transition: all 3s;
}
.faq .ac-title.is-active .i_box::after {
  height: 0;
  transition: all 0.3s;
}

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

.ac-content.is-open {
  height: auto;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}/*# sourceMappingURL=style.css.map */