@charset "UTF-8";
@-webkit-keyframes kakaku01 {
  0% {
    transform: translateX(-100%)
  }
  100% {
    transform: translateX(0)
  }
}
@-webkit-keyframes kakaku02 {
  0% {
    transform: translateX(100%)
  }
  100% {
    transform: translateX(0)
  }
}.p-news__content
@keyframes kakaku01 {
  0% {
    transform: translateX(-100%)
  }
  100% {
    transform: translateX(0)
  }
}
@keyframes kakaku02 {
  0% {
    transform: translateX(100%)
  }
  100% {
    transform: translateX(0)
  }
}
.p-mv {
  position: relative;
  height: 645px;
  background: #737171;
  padding: 0;
}
.p-mv__slider .slick-slide {
  width: 100%;
  height: 645px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../../images/top/slide02.jpg);
}
.p-mv__slider .slick-slide:nth-child(2) {
  background-image: url(../../images/top/slide03.jpg);
}
.p-mv__slider .slick-slide:nth-child(3) {
  background-image: url(../../images/top/slide04.jpg);
}
.p-mv__slider .slick-slide:nth-child(4) {
  background-image: url(../../images/top/slide05.jpg);
}
.p-mv__slider .slick-slide:nth-child(5) {
  background-image: url(../../images/top/slide06.jpg);
}
.p-mv__slider .slick-slide:nth-child(6) {
  background-image: url(../../images/top/slide07.jpg);
}
.p-mv__content {
  position: absolute;
  width: 1200px;
  height: 100%;
  padding: 210px 0 90px;
  color: #fff;
  left: 50%;
  margin-left: -600px;
  top: 0;
}
.p-mv__content p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.p-mv__content h1 {
  padding: 35px 0 40px;
  font-size: 40px;
  font-weight: bold;
}
.p-mv__btn {
  width: 325px;
  height: 57px;
  text-align: center;
  background: #E8380D;
}
.p-mv__btn a {
  display: block;
  padding: 20px 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
}
.p-brand {
  padding-bottom: 60px;
  background: #000;
}
.p-brand__ttl {
  padding: 40px 0 60px;
  color: #fff;
}
.p-brand__ttl h2 {
  display: inline-block;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  border-bottom: solid 4px #fff;
  vertical-align: middle;
}
.p-brand__ttl span {
  display: inline-block;
  margin-left: 65px;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  font-weight: bold;
}
.p-brand__ttl br {
  display: none;
}
.p-brand__list li {
  width: 20%;
  float: left;
}
.p-brand__thumbnail a {
  display: block;
  padding: 60px 0 0;
  position: relative;
}
.p-brand__thumbnail figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 60px;
  margin: auto;
  background: #000;
  text-align: center;
  font-size: 150%;
  font-weight: 700;
}
.p-brand__thumbnail figcaption::before {
  position: absolute;
  content: "";
  background: #fff;
  height: 2px;
  width: 85px;
  bottom: 12px;
  left: 50%;
  margin-left: -42px;
}
.p-brand__thumbnail img {
  width: 100%;
  height: auto;
  transition: all .2s;
}
.p-brand__thumbnail a:hover img {
  filter: brightness(150%);
}
.p-about_content {
  position: relative;
  padding: 80px 0 120px;
}
.p-about_content::before {
  position: absolute;
  content: "";
  background-image: url(../../images/top/img_about3.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 645px;
  height: 100%;
  left: 0;
  right: -645px;
  top: 0;
  margin: auto;
}
.p-about_content .about-caption {
  position: absolute;
  width: 645px;
  left: 0;
  right: -645px;
  bottom: 30px;
  margin: auto;
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  line-height: 58px;
}
.p-half {
  width: 450px;
}
.p-table {
  width: 100%;
  margin-bottom: 35px;
}
.p-table th {
  width: 100px;
  height: 35px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
}
.p-table td {
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: middle;
}
.p-table tr {
  border-bottom: solid 15px #fff;
}
.p-about__table th {
  background: #002d49;
}
.p-about__table td {
  background: rgba(0, 45, 73, 0.1);
}
.p-question__table th {
  background: #E8380D;
}
.p-question__table td {
  background: rgba(232, 56, 13, 0.1);
}
.p-question_content {
  position: relative;
  padding: 60px 0;
}
.p-question_content::before {
  position: absolute;
  content: "";
  background-image: url(../../images/top/img_question.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  width: 830px;
  height: 100%;
  left: -830px;
  right: 0;
  top: 0;
  margin: auto;
}
.p-question_content .p-half {
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .p-achievement__content, .p-voice__content {
    min-width: 120rem;
    background: #EBEBEB;
  }
  .p-achievement__list, .p-voice__list {
    width: 120rem;
    padding: 0 8rem;
    margin: 0 auto;
  }
  .p-achievement-wrapper, .p-voice-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6.4rem 0;
  }
  .p-achievement__item {
    width: calc(33.3% - 0.26667rem);
    background-color: #fff;
    padding: 3.2rem;
    position: relative;
    -webkit-transition: .3s ease opacity;
    transition: .3s ease opacity;
  }
  .p-voice__item {
    width: calc(33.3% - 0.26667rem);
    background-color: #fff;
  }
  .p-achievement__item .achievement-list__item__img {
    position: relative;
    margin: 0 0 10px;
    transition: all .2s;
  }
  .p-achievement__item .achievement-list__item__img:hover {
    opacity: .7;
  }
  .p-achievement__list .p-achievement__item a {
    display: block;
  }
  .p-achievement__item:nth-child(3n-1), .p-voice__item:nth-child(3n-1) {
    margin: 0 0.4rem;
  }
  .p-achievement__item:nth-child(n+4), .p-voice__item:nth-child(n+4) {
    margin-top: 0.4rem;
  }
  .p-achievement__item__img, .p-voice__item__img {
    width: 100%;
    margin-bottom: 1.4rem;
    position: relative;
  }
  .p-achievement__item__img::before, .p-voice__item__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 66.78%;
  }
  .p-achievement__item__img img, .p-voice__item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-voice-list__item__slider {
    width: 100%;
    padding: 3.2rem 3.2rem 1.6rem;
    margin-bottom: 1.4rem;
    position: relative;
  }
  .p-voice-list__item__slider__item {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all .2s;
  }
  .p-voice-list__item__slider__item:hover {
    opacity: .7;
  }
  .p-voice-list__item__slider__item a {
    display: block;
  }
  .p-voice-list__item__slider__arrow {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
  }
  .p-voice-list__item__slider__arrow.prev {
    background: url(../../images/common/arrow_slider-left.svg) center/contain no-repeat;
    left: 1.6rem;
  }
  .p-voice-list__item__slider__arrow.next {
    background: url(../../images/common/arrow_slider-right.svg) center/contain no-repeat;
    right: 1.6rem;
  }
  .p-voice-list__item__slider__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .p-voice-list__item__slider__dots li {
    margin: 0 0.4rem;
    opacity: .3;
  }
  .p-voice-list__item__slider__dots li.slick-active {
    opacity: 1;
  }
  .p-voice-list__item__slider__dots li button {
    text-indent: -9999px;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background-color: #c9380d;
    border-radius: 50%;
    padding: 0;
    border: 0;
    cursor: pointer;
  }
  .p-voice__item__body {
    padding: 0 3.2rem 3.2rem;
    position: relative;
    -webkit-transition: .3s ease opacity;
    transition: .3s ease opacity;
  }
  .p-voice__item__body a {
    display: block;
  }
  .p-achievement__item__date, .p-voice__item__date {
    font-size: 1.2rem;
    line-height: 1.33333;
    letter-spacing: 0;
    margin-bottom: 1.2rem;
  }
  .p-achievement__item__title, .p-voice__item__title {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
    color: #012c49;
    font-weight: 700;
    display: -webkit-box;
    margin-bottom: 1rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .p-voice__item__title {
    color: #000;
  }
  .p-achievement__item__title a, .p-voice__item__title a {
    opacity: 1;
    -webkit-transition: .3s ease opacity;
    transition: .3s ease opacity;
    color: inherit;
    text-decoration: none;
  }
  .p-achievement__item__title a:hover, .p-voice__item__title a:hover {
    opacity: .6;
  }
  .p-achievement__item__desc {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0;
    display: -webkit-box;
    margin-bottom: 2.75rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .p-voice__item__desc {
    margin-bottom: 2.75rem;
  }
  .p-voice__item__desc__name {
    font-size: 1.4rem;
    line-height: 1.28571;
    letter-spacing: 0;
    font-weight: 700;
    color: #012c49;
    margin-bottom: 1.2rem;
  }
  .p-voice__item__desc__text {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .p-achievement__item__type, .p-voice__item__type {
    font-size: 1.2rem;
    line-height: 1.33333;
    letter-spacing: 0;
    font-weight: 700;
    color: #c9380d;
    text-align: center;
    display: inline-block;
    max-width: 100%;
    min-width: 14rem;
    border: 0.1rem solid currentColor;
    border-radius: 1.4rem;
  }
  .p-achievement__item__type a, .p-voice__item__type a {
    color: inherit;
    text-decoration: none;
    transition: all .2s;
    padding: 0.6rem 2.8rem;
  }
  .p-achievement__item__type a:hover, .p-voice__item__type a:hover {
    opacity: .7;
  }
  .p-achievement_button, .p-voice_button {
    padding-bottom: 6.4rem;
  }
  .p-achievement_button a, .p-voice_button a {
    display: block;
    width: 100%;
    max-width: 264px;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 58px;
    letter-spacing: .1em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #C8380D;
    border-radius: 5px;
  }
  .p-achievement_button a::after, .p-voice_button a::after {
    content: '';
    display: inline-block;
    position: relative;
    left: 10%;
    width: 7px;
    height: 7px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.p-flow__box {
  position: relative;
  padding: 10px 25px;
  width: 100%;
  min-height: 150px;
  color: #fff;
  background: #002D49;
  font-weight: bold;
  text-align: center;
  font-size: 0;
  display: flex;
  align-items: center;
}
.p-flow__box::before {
  position: absolute;
  content: "";
  left: 100px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #002D49 transparent transparent transparent;
  z-index: 10;
}
.p-flow__box:nth-child(even) {
  color: #002D49;
  background: #ced4da;
}
.p-flow__box:nth-child(even):before {
  border-color: #ced4da transparent transparent transparent;
}
.p-flow__box:last-child:before {
  display: none;
}
.p-flow__left p {
  font-size: 30px;
  font-size: 2.5rem;
  text-align: left;
}
.p-flow__left {
  display: inline-block;
  width: 43%;
  vertical-align: middle;
}
.p-flow__right {
  display: inline-block;
  width: 57%;
  text-align: left;
  vertical-align: middle;
}
.p-flow__right p {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-flow__content {
  padding: 60px 0;
}
.p-flow__box span {
  display: inline-block;
  margin-bottom: 3px;
  padding: 0 2px;
  font-size: 19px;
  font-size: 1.9rem;
  border-bottom: solid 1px;
  letter-spacing: 0.2em;
}
.p-faq__left {
  width: 560px;
  float: left;
}
.p-faq__right {
  width: 560px;
  float: right;
}
.p-faq__detail {
  margin-bottom: 30px;
  width: 100%;
  font-weight: bold;
}
.p-faq__content {
  padding: 60px 0;
}
.p-faq__detail dt {
  position: relative;
  padding: 16px 60px 16px 70px;
  background: rgba(0, 45, 73, 0.1);
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}
.p-faq__detail dt span {
  position: absolute;
  padding: 8px 0 0;
  width: 56px;
  text-align: center;
  height: 100%;
  background: #002d49;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  left: 0;
  top: 0;
}
.p-faq__detail dt::before {
  position: absolute;
  content: "";
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px;
  border-bottom: 4px solid #002d49;
  border-right: 4px solid #002d49;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
dt.open:before {
  top: 20px;
  transform: rotateZ(225deg);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.p-faq__detail dd {
  display: none;
  position: relative;
  padding: 16px 16px 16px 70px;
  background: rgba(232, 56, 13, 0.1);
  font-size: 16px;
  font-size: 1.6rem;
}
.p-faq__detail dd span {
  position: absolute;
  padding: 8px 0 0;
  width: 56px;
  text-align: center;
  height: 100%;
  background: #E8380D;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  left: 0;
  top: 0;
}
.p-news__post {
  padding: 15px 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: dashed 1px #CBCBCB;
}
.p-news__post dt {
  width: 180px;
  float: left;
}
.p-news__post dd {
  padding: 0 20px;
  width: calc(100% - 180px);
  float: left;
}
.p-news__post dd a {
  display: block;
  text-decoration: none;
  color: #000;
}
.p-news__content {
  padding: 60px 0;
}
.p-news__content .btn_top.small {
  margin: 4em auto 0;
}
.p-news__content .m-button01 {
  margin-top: 50px;
}
.p-news__content .btn_top.small {
  margin: 2.4em auto 0;
}
.p-news__cat {
  display: inline-block;
  padding: 5px 0;
  margin-left: 21px;
  width: 70px;
  height: 25px;
  line-height: 1;
  text-align: center;
  background: #E8380D;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 0;
    height: 0;
    padding: 120% 0 0;
  }
  .p-mv__slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .p-mv__slider .slick-list, .p-mv__slider .slick-track, .p-mv__slider .slick-slide {
    height: 100%;
  }
  .p-mv__slider .slick-slide:nth-child(1) {
    background-image: url(../../images/top/slide02_sp.jpg);
  }
  .p-mv__slider .slick-slide:nth-child(2) {
    background-image: url(../../images/top/slide03_sp.jpg);
  }
  .p-mv__slider .slick-slide:nth-child(3) {
    background-image: url(../../images/top/slide04_sp.jpg);
  }
  .p-mv__slider .slick-slide:nth-child(4) {
    background-image: url(../../images/top/slide05_sp.jpg);
  }
  .p-mv__slider .slick-slide:nth-child(5) {
    background-image: url(../../images/top/slide06_sp.jpg);
  }
  .p-mv__slider .slick-slide:nth-child(6) {
    background-image: url(../../images/top/slide07_sp.jpg);
  }
  .p-mv__content {
    width: 100%;
    padding: 32vw 5% 0;
    left: 0;
    margin: 0;
  }
  .p-results__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 15px;
  }
  .p-voice {
    margin-bottom: 5vw;
    width: 100%;
    float: inherit;
    min-height: inherit;
  }
  .p-voice:nth-child(even) {
    float: inherit;
  }
  .p-faq__left {
    width: 100%;
    float: inherit;
  }
  .p-faq__right {
    width: 100%;
    float: inherit;
  }
  .p-faq__content {
    padding: 8% 0 12%;
  }
  .p-faq__detail {
    margin-bottom: 5%;
  }
  .p-half {
    width: 100%;
  }
  .p-flow__box::before {
    left: 50%;
    margin-left: -20px;
  }
  .p-flow__step {
    margin-bottom: 3vw;
  }
  .p-flow__box {
    display: block;
    width: 100%;
    padding: 7vw 5vw 5vw;
    min-height: inherit;
  }
  .p-flow__left {
    padding-bottom: 2vw;
    width: 100%;
    display: block;
  }
  .p-flow__right {
    display: block;
    width: 100%;
  }
  .p-flow__left p {
    font-size: 5vw;
  }
  .p-flow__right p {
    font-size: 3.5vw;
  }
  .p-brand {
    padding-bottom: 8%;
  }
  .p-brand__ttl {
    padding: 8% 0 5%;
  }
  .p-brand__ttl h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-brand__ttl span {
    margin-top: 1em;
    margin-left: 0;
  }
  .p-brand__ttl br {
    display: block;
  }
  .p-brand__list li {
    width: 50%;
  }
  .p-mv__content p {
    font-size: 3.5vw;
  }
  .p-mv__content h1 {
    padding: 4vw 0;
    font-size: 5vw;
  }
  .p-mv__btn {
    width: 80vw;
    height: auto;
    margin-top: 10vw;
  }
  .p-about_content::before {
    display: none;
  }
  .p-about_content .about-caption {
    display: none;
  }
  .p-question_content::before {
    display: none;
  }
  .p-mv__btn a {
    padding: 5vw 1vw;
    font-size: 4vw;
  }
  .p-about_content {
    padding: 8% 0;
  }
  .p-question_content {
    padding: 8% 0;
  }
  .p-flow__content {
    padding: 8% 0 14%;
  }
  .p-table {
    margin-bottom: 5vw;
  }
  .p-table th {
    font-size: 4vw;
    height: 15vw;
    width: 5em;
  }
  .p-table td {
    font-size: 4vw;
  }
  .p-table tr {
    border-bottom: solid 10px #fff;
  }
	.p-news{
		margin: 0 0 8%;
	}
  .p-news__post dt {
    width: 100%;
    float: inherit;
  }
  .p-news__post dd {
    padding: 1.5vw 0 0;
    width: 100%;
    float: inherit;
  }
  .p-news__post {
    padding: 3vw 0;
    font-size: 3.733vw;
  }
  .p-news__content {
    padding: 8% 0 ;
  }
  .p-news__content .m-button01 {
    margin-top: 8%;
  }
  .p-achievement__content, .p-voice__content {
    background: #EBEBEB;
  }
  .p-achievement__list, .p-voice__list {
    width: 95%;
    max-width: 37.5rem;
    padding: 0 2rem;
    margin: 0 auto;
  }
  .p-achievement-wrapper, .p-voice-wrapper {
    padding: 4rem 0;
  }
  .p-achievement__item {
    width: 100%;
    background-color: #fff;
    padding: 2rem;
    position: relative;
  }
  .p-achievement__item .achievement-list__item__img {
    margin: 0 0 3%;
  }
  .p-voice__item {
    width: 100%;
    background-color: #fff;
  }
  .p-achievement__list .p-achievement__item a {
    display: block;
  }
  .p-achievement__item:nth-child(n+2), .p-voice__item:nth-child(n+2) {
    margin-top: 0.4rem;
  }
  .p-achievement__item__img, .p-voice__item__img {
    width: 100%;
    margin-bottom: 1.4rem;
    position: relative;
  }
  .p-achievement__item__img::before, .p-voice__item__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 66.78%;
  }
  .p-achievement__item__img img, .p-voice__item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-voice-list__item__slider {
    width: 100%;
    padding-bottom: 1.6rem;
    margin-bottom: 1.4rem;
    position: relative;
  }
  .p-voice-list__item__slider__item {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .p-voice-list__item__slider__item::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 66.78%;
  }
  .p-voice-list__item__slider__item a {
    display: block;
  }
  .p-voice-list__item__slider__item img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .p-voice-list__item__slider__arrow {
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
  }
  .p-voice-list__item__slider__arrow.prev {
    background: url(../../images/common/arrow_slider-left.svg) center/contain no-repeat;
    left: 1.6rem;
  }
  .p-voice-list__item__slider__arrow.next {
    background: url(../../images/common/arrow_slider-right.svg) center/contain no-repeat;
    right: 1.6rem;
  }
  .p-voice-list__item__slider__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .p-voice-list__item__slider__dots li {
    margin: 0 0.4rem;
    opacity: .3;
  }
  .p-voice-list__item__slider__dots li.slick-active {
    opacity: 1;
  }
  .p-voice-list__item__slider__dots li button {
    text-indent: -9999px;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background-color: #c9380d;
    border-radius: 50%;
    padding: 0;
    border: 0;
    cursor: pointer;
  }
  .p-voice__item__body {
    padding: 0 2rem 2rem;
    position: relative;
  }
  .p-voice__item__body a {
    display: block;
  }
  .p-achievement__item__date, .p-voice__item__date {
    font-size: 1.2rem;
    line-height: 1.33333;
    letter-spacing: 0;
    margin-bottom: 1.2rem;
  }
  .p-achievement__item__title, .p-voice__item__title {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
    color: #012c49;
    font-weight: 700;
    display: -webkit-box;
    margin-bottom: 1rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .p-voice__item__title {
    color: #000;
  }
  .p-achievement__item__title a, .p-voice__item__title a {
    opacity: 1;
    -webkit-transition: .3s ease opacity;
    transition: .3s ease opacity;
    color: inherit;
    text-decoration: none;
  }
  .p-achievement__item__title a:hover, .p-voice__item__title a:hover {
    opacity: .6;
  }
  .p-achievement__item__desc {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0;
    display: -webkit-box;
    margin-bottom: 2.75rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .p-voice__item__desc {
    margin-bottom: 2.75rem;
  }
  .p-voice__item__desc__name {
    font-size: 1.4rem;
    line-height: 1.28571;
    letter-spacing: 0;
    font-weight: 700;
    color: #012c49;
    margin-bottom: 1.2rem;
  }
  .p-voice__item__desc__text {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .p-achievement__item__type, .p-voice__item__type {
    font-size: 1.2rem;
    line-height: 1.33333;
    letter-spacing: 0;
    font-weight: 700;
    color: #c9380d;
    text-align: center;
    display: inline-block;
    max-width: 100%;
    min-width: 14rem;
    border: 0.1rem solid currentColor;
    border-radius: 1.4rem;
  }
  .p-achievement__item__type a, .p-voice__item__type a {
    color: inherit;
    text-decoration: none;
    padding: 0.6rem 2.8rem;
  }
  .p-achievement_button, .p-voice_button {
    padding-bottom: 4rem;
  }
  .p-achievement_button a, .p-voice_button a {
    display: block;
    width: 100%;
    max-width: 264px;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 58px;
    letter-spacing: .1em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #C8380D;
    border-radius: 5px;
  }
  .p-achievement_button a::after, .p-voice_button a::after {
    content: '';
    display: inline-block;
    position: relative;
    left: 10%;
    width: 7px;
    height: 7px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.title_maker {
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: .03em;
  font-weight: 700;
  background: #012D4A;
  position: relative;
  padding: 1em 0 1.75em;
}
.title_maker::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 18px solid #012d4a;
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.title_maker span {
  display: inline-block;
  position: relative;
  padding: .55em 0;
}
.title_maker span::before, .title_maker span::after {
  content: '';
  width: 16px;
  height: 2px;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.title_maker span::before {
  left: -16px;
  background: #fff;
}
.title_maker span::after {
  right: -16px;
  background: #E7380D;
}
.title_maker em {
  font-family: "Anton SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.title_maker strong {
  color: #E7380D;
}
.title_maker small {
  display: block;
  font-size: 1.6rem;
  margin: 0 0 .4em;
}
@media (min-width:768px) {
  #js_achievementSlide {
    margin: 2em auto 2.6em;
  }
  #js_achievementSlide .slide {
    width: 340px;
    margin: 0 20px 5px;
    overflow: hidden;
    background: #fff;
    border-radius: 1em;
    box-shadow: 5px 5px 3px -2px #ccc;
    transition: all .4s;
  }
  #js_achievementSlide .slide:hover {
    box-shadow: 0 0 0 0 #ccc;
  }
  #js_achievementSlide .slide a {
    display: block;
    color: inherit;
    text-decoration: none;
  }
  #js_achievementSlide .thumbnail {
    overflow: hidden;
    position: relative;
    height: 0;
    padding: 58.83% 0 0;
  }
  #js_achievementSlide .thumbnail img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
  }
  #js_achievementSlide a:hover .thumbnail img {
    transform: scale(1.1);
  }
  #js_achievementSlide .textBox {
    padding: 1.5em 1.5em 1.8em;
  }
  #js_achievementSlide .textBox .slide_name {
    font-weight: 700;
    line-height: 1.7;
    margin: 0 0 .2em;
  }
  #js_achievementSlide .textBox .slide_name span.category {
    display: block;
    font-size: 1.6rem;
  }
  #js_achievementSlide .textBox .slide_name span.name {
    display: block;
    font-size: 1.2rem;
  }
  #js_achievementSlide .textBox .sub_name {
    font-weight: 700;
    font-size: 1.2rem;
  }
  #js_achievementSlide .textBox .achievementSlideFlex {
    display: flex;
    justify-content: space-between;
  }
  #js_achievementSlide .textBox .achievementSlideFlex .flexLeft {
    margin: 1em 0 0;
  }
  #js_achievementSlide .textBox .achievementSlideFlex .flexRight {
    margin: .4em 0 0;
  }
  #js_achievementSlide .textBox .achievementSlide_info {
    display: flex;
  }
  #js_achievementSlide .textBox .achievementSlide_info + .achievementSlide_info {
    margin: .4em 0 0;
  }
  #js_achievementSlide .textBox .achievementSlide_info span.dt {
    font-size: 1.4rem;
    display: inline-block;
    background: #7E7E7E;
    border-radius: .2em;
    color: #fff;
    font-weight: 700;
    padding: .2em .4em 0;
    line-height: 1.4;
  }
  #js_achievementSlide .textBox .achievementSlide_info span.dd {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 0 0 .3em;
  }
  #js_achievementSlide .textBox .redText {
    background: #E7380D;
    border-radius: .2em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    margin: 0 0 1em;
    position: relative;
    padding: 0 .5em;
  }
  #js_achievementSlide .textBox .redText::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 8px solid #e7380d;
    border-bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    margin: auto;
  }
  #js_achievementSlide .textBox .redText span.up {
    width: 3em;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.1;
  }
  #js_achievementSlide .textBox .redText span.num {
    font-size: 3.2rem;
    font-weight: 400;
    font-family: "Anton SC", sans-serif;
    margin: 0 .2em;
  }
  #js_achievementSlide .textBox .redText span.unit {
    width: 1em;
    writing-mode: vertical-rl;
    font-size: 1.3rem;
    font-weight: 700;
  }
  #js_achievementSlide .textBox .resultText {
    line-height: 1;
    display: flex;
    align-items: flex-end;
  }
  #js_achievementSlide .textBox .resultText span.up {
    width: 3em;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
  }
  #js_achievementSlide .textBox .resultText span.num {
    font-size: 2.8rem;
    font-weight: 400;
    font-family: "Anton SC", sans-serif;
    margin: 0 .2em;
  }
  #js_achievementSlide .textBox .resultText span.unit {
    width: 1em;
    writing-mode: vertical-rl;
    font-size: 1.3rem;
    font-weight: 700;
  }
  #js_achievementSlide .slick-prev, #js_achievementSlide .slick-next {
    width: 64px;
    height: 64px;
    background: #fff;
    border: solid 2px #012D4A;
    border-radius: 50%;
    z-index: 10;
    transition: all .2s;
    overflow: hidden;
  }
  #js_achievementSlide .slick-prev {
    left: 55px;
    top: 45%;
  }
  #js_achievementSlide .slick-next {
    right: 55px;
    top: 45%;
  }
  #js_achievementSlide .slick-prev::before, #js_achievementSlide .slick-next::before {
    content: '';
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-top: solid 2px #012D4A;
    border-right: solid 2px #012D4A;
    z-index: 10;
    transition: all .4s;
  }
  #js_achievementSlide .slick-prev::before {
    transform: rotateZ(-135deg);
    left: 10px;
  }
  #js_achievementSlide .slick-next::before {
    transform: rotateZ(45deg);
    right: 10px;
  }
  #js_achievementSlide .slick-prev::after, #js_achievementSlide .slick-next::after {
    content: '';
    width: 0;
    height: 100%;
    background: #012D4A;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s;
    z-index: 3;
  }
  #js_achievementSlide .slick-prev:hover::before, #js_achievementSlide .slick-next:hover::before {
    border-color: #fff;
  }
  #js_achievementSlide .slick-prev:hover::after, #js_achievementSlide .slick-next:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
  #js_achievementSlide .slick-num {
    text-align: center;
    font-family: "Anton SC", sans-serif;
    font-size: 3.2rem;
    color: #7E7E7E;
    margin: .7em 0 0;
    letter-spacing: .08em;
  }
}
@media (max-width:767px) {
  #js_achievementSlide {
    margin: 1em auto 3em;
  }
  #js_achievementSlide::before {
    content: '';
    width: 22vw;
    height: 22vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 34vw;
    margin: auto;
    background: url(../../images/page/drup.webp) no-repeat;
    background-size: contain;
    pointer-events: none;
    transition: all .4s;
    z-index: 10;
  }
  #js_achievementSlide.active::before {
    opacity: 0;
  }
  #js_achievementSlide .slide {
    width: 85vw;
    margin: 0 2vw 5px;
    overflow: hidden;
    background: #fff;
    border-radius: 1em;
    box-shadow: 5px 5px 3px -2px #ccc;
    transition: all .4s;
  }
  #js_achievementSlide .slide a {
    text-decoration: none;
    display: block;
    color: inherit;
  }
  #js_achievementSlide .thumbnail {
    overflow: hidden;
    position: relative;
    height: 0;
    padding: 58.83% 0 0;
  }
  #js_achievementSlide .thumbnail img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #js_achievementSlide .textBox {
    padding: 1em 1.2em 1.4em;
  }
  #js_achievementSlide .textBox .slide_name {
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 .2em;
  }
  #js_achievementSlide .textBox .slide_name span.category {
    display: block;
    font-size: 1.6rem;
  }
  #js_achievementSlide .textBox .slide_name span.name {
    display: block;
    font-size: 1.4rem;
  }
  #js_achievementSlide .textBox .sub_name {
    font-weight: 700;
    font-size: 1.4rem;
    margin: 0 0 .2em;
  }
  #js_achievementSlide .textBox .achievementSlideFlex {
    display: flex;
    justify-content: space-between;
  }
  #js_achievementSlide .textBox .achievementSlideFlex .flexLeft {
    margin: .6em 0 0;
  }
  #js_achievementSlide .textBox .achievementSlide_info {
    display: flex;
  }
  #js_achievementSlide .textBox .achievementSlide_info + .achievementSlide_info {
    margin: .4em 0 0;
  }
  #js_achievementSlide .textBox .achievementSlide_info span.dt {
    font-size: 1.4rem;
    display: inline-block;
    background: #7E7E7E;
    border-radius: .2em;
    color: #fff;
    font-weight: 700;
    padding: .3em .4em 0;
    line-height: 1.4;
  }
  #js_achievementSlide .textBox .achievementSlide_info span.dd {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 0 0 .3em;
  }
  #js_achievementSlide .textBox .redText {
    background: #E7380D;
    border-radius: .2em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    margin: 0 0 1em;
    position: relative;
    padding: .1em .5em 0;
  }
  #js_achievementSlide .textBox .redText::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 8px solid #e7380d;
    border-bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    margin: auto;
  }
  #js_achievementSlide .textBox .redText span.up {
    width: 3em;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.1;
  }
  #js_achievementSlide .textBox .redText span.num {
    font-size: 3.2rem;
    font-weight: 400;
    font-family: "Anton SC", sans-serif;
    margin: 0 .2em;
  }
  #js_achievementSlide .textBox .redText span.unit {
    width: 1em;
    writing-mode: vertical-rl;
    font-size: 1.3rem;
    font-weight: 700;
  }
  #js_achievementSlide .textBox .resultText {
    line-height: 1;
    display: flex;
    align-items: flex-end;
  }
  #js_achievementSlide .textBox .resultText span.up {
    width: 3em;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
  }
  #js_achievementSlide .textBox .resultText span.num {
    font-size: 2.8rem;
    font-weight: 400;
    font-family: "Anton SC", sans-serif;
    margin: 0 .2em;
  }
  #js_achievementSlide .textBox .resultText span.unit {
    width: 1em;
    writing-mode: vertical-rl;
    font-size: 1.3rem;
    font-weight: 700;
  }
  #js_achievementSlide .slick-prev {
    top: auto;
    bottom: 0;
    left: 20px;
    width: 40px;
    height: 0;
    padding: 40px 0 0;
    background: url(../../images/page/slide_prev.svg) no-repeat;
    background-size: contain;
    z-index: 10;
    transform: translate3d(0, 0, 0) !important;
  }
  #js_achievementSlide .slick-next {
    top: auto;
    bottom: 0;
    left: 80px;
    width: 40px;
    height: 0;
    padding: 40px 0 0;
    background: url(../../images/page/slide_next.svg) no-repeat;
    background-size: contain;
    z-index: 10;
    transform: translate3d(0, 0, 0) !important;
  }
  #js_achievementSlide .slick-prev::before, #js_achievementSlide .slick-next::before {
    display: none;
  }
  #js_achievementSlide .slick-num {
    text-align: right;
    font-family: "Anton SC", sans-serif;
    font-size: 3.2rem;
    color: #7E7E7E;
    margin: .3em 5vw 0 0;
    letter-spacing: .08em;
  }
  .title_maker {
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: .03em;
    font-weight: 700;
    background: #012D4A;
    position: relative;
    padding: .6em 0 1.2em;
  }
  .title_maker::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 12px solid #012d4a;
    border-bottom: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .title_maker span {
    display: inline-block;
    position: relative;
    padding: .55em 0;
  }
  .title_maker span::before, .title_maker span::after {
    content: '';
    width: 16px;
    height: 2px;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
  }
  .title_maker span::before {
    left: -16px;
    background: #fff;
  }
  .title_maker span::after {
    right: -16px;
    background: #E7380D;
  }
  .title_maker em {
    font-family: "Anton SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .title_maker strong {
    color: #E7380D;
  }
  .title_maker small {
    display: block;
    font-size: 1.4rem;
    margin: 0 0 .2em;
  }
}
@media (min-width:768px) {
  .block_topSlide {
    position: relative;
    margin: 3rem 0 0;
  }
  .block_topSlide .slideContents {
    overflow: hidden;
    padding: 0 0 10vw;
  }
  .block_topSlide img {
    vertical-align: top;
    max-width: 100%;
  }
  #js_topSlide {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #js_topSlide.slick-initialized {
    opacity: 1;
  }
  #js_topSlide .slick-slide img {
    display: block;
    transform: scale(.95);
    transition: transform .4s;
    transform-origin: center;
  }
  #js_topSlide .slick-slide.slick-current.retrigger img {
    transform: scale(1);
  }
  #js_topSlide .slick-prev, #js_topSlide .slick-next {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 4.2%;
    border-radius: 50%;
    border: solid 2px #E7380D;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35%;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .15);
    overflow: hidden;
  }
  #js_topSlide .slick-prev::before, #js_topSlide .slick-next::before {
    content: "";
    width: .8rem;
    height: .8rem;
    border-right: .3rem solid #E7380D;
    border-bottom: .3rem solid #E7380D;
    border-top: .3rem solid transparent;
    border-left: .3rem solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    transform: rotate(-45deg);
    transition: all .4s;
    z-index: 2;
  }
  #js_topSlide .slick-prev::before {
    transform: rotate(-225deg);
    left: .3em;
  }
  #js_topSlide .slick-next::before {
    right: .3em;
  }
  #js_topSlide .slick-prev {
    left: 4.7%;
  }
  #js_topSlide .slick-next {
    left: 8.5%;
  }
  #js_topSlide .slick-prev::after, #js_topSlide .slick-next::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 0;
    height: 100%;
    background: #E7380D;
    right: 0;
    top: 0;
    transition: all .4s;
  }
  #js_topSlide .slick-prev:hover::before, #js_topSlide .slick-next:hover::before {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
  #js_topSlide .slick-prev:hover::after, #js_topSlide .slick-next:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
  #js_topSlide .slick-dots {
    bottom: 9.5%;
    left: 13%;
    width: 21.5%;
    display: flex;
    gap: 0 3%;
  }
  #js_topSlide .slick-dots li {
    width: 100%;
    height: 4px;
    margin: 0;
    border-radius: .5em;
    overflow: hidden;
  }
  #js_topSlide .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #B4B4B4;
    transition: background .2s;
  }
  #js_topSlide .slick-dots li.slick-active button {
    background: #E7380D;
  }
  .block_topSlide .area_textBox {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 86.5%;
    box-sizing: border-box;
  }
  .block_topSlide .area_textBox .top_lead {
    width: 48%;
    margin: 9.6% 0 6.4%;
  }
  /*-------*/
  .list_mainBtns {
    display: flex;
    gap: 0 1.1%;
    margin: 0 0 0 0.4%;
  }
  .list_mainBtns > li {
    width: 24.349%;
    min-width: 304px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
  }
  .list_mainBtns > li a {
    font-size: 1.8rem;
    letter-spacing: .05em;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    box-sizing: border-box;
    height: 3.8em;
    display: flex;
    align-items: center;
    transition: all .4s;
    overflow: hidden;
    border-radius: 50px;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .15);
    text-decoration: none;
  }
  .list_mainBtns > li.line a {
    background: #fff;
    color: #00BA01;
    padding: 0 0 0 1em;
    border: solid 2px #00BA01;
  }
  .list_mainBtns > li.form a {
    background: #E7380D;
    color: #fff;
    padding: 0 0 0 1em;
    border: solid 2px #fff;
  }
  .list_mainBtns > li.tel a {
    background: #012D4A;
    color: #fff;
    padding: .2em 0 0;
    border: solid 2px #fff;
  }
  .list_mainBtns > li a::before {
    content: '';
    width: 34px;
    height: 34px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 5;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .4s;
  }
  .list_mainBtns > li.line a::before {
    background-image: url("../../images/page/icon_line.webp");
  }
  .list_mainBtns > li.form a::before {
    background-image: url("../../images/page/icon_form.webp");
  }
  .list_mainBtns > li.tel a::before {
    background-image: url("../../images/page/icon_tel.webp");
  }
  .list_mainBtns > li a::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 3;
    pointer-events: none;
    transition: all .4s;
  }
  .list_mainBtns > li.line a::after {
    background: #00BA01;
  }
  .list_mainBtns > li.form a::after {
    background: #fff;
  }
  .list_mainBtns > li.tel a::after {
    background: #fff;
  }
  .list_mainBtns > li a:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .list_mainBtns > li.line a:hover {
    color: #fff;
    background: #00BA01;
  }
  .list_mainBtns > li.form a:hover {
    color: #E7380D;
    background: #fff;
    border-color: #E7380D;
  }
  .list_mainBtns > li.tel a:hover {
    color: #012D4A;
    background: #fff;
    border-color: #012D4A;
  }
  .list_mainBtns > li a:hover::after {
    width: 105%;
    right: auto;
    left: -5px;
  }
  .list_mainBtns > li.line a:hover::before {
    background-image: url("../../images/page/icon_line--on.webp");
  }
  .list_mainBtns > li.form a:hover::before {
    background-image: url("../../images/page/icon_form--on.webp");
  }
  .list_mainBtns > li.tel a:hover::before {
    background-image: url("../../images/page/icon_tel--on.webp");
  }
  .list_mainBtns > li a span.link {
    width: 100%;
    display: block;
    position: relative;
    z-index: 6;
  }
  .list_mainBtns > li a small {
    font-size: 1.6rem;
    display: block;
  }
  .list_mainBtns > li .fukidashi {
    position: absolute;
    z-index: 10;
    left: 0;
    top: -1.2em;
    right: 0;
    margin: auto;
    border-radius: 50px;
    font-size: 1.4rem;
    letter-spacing: .05em;
    font-weight: 700;
    width: 75.5%;
    padding: .12em 0;
  }
  .list_mainBtns > li.line .fukidashi {
    color: #fff;
    background: #00BA01;
    border: solid 1px #fff;
  }
  .list_mainBtns > li.form .fukidashi {
    color: #E7380D;
    background: #fff;
    border: solid 1px #E7380D;
  }
  .list_mainBtns > li.tel .fukidashi {
    color: #012D4A;
    background: #fff;
    border: solid 1px #012D4A;
  }
  .list_mainBtns > li .fukidashi::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ffffff;
    border-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
    z-index: 4;
  }
  .list_mainBtns > li .fukidashi::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #ffffff;
    border-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
  }
  .list_mainBtns > li.line .fukidashi::before {
    border-top-color: #00BA01;
  }
  .list_mainBtns > li.form .fukidashi::before {
    border-top-color: #fff;
  }
  .list_mainBtns > li.tel .fukidashi::before {
    border-top-color: #fff;
  }
  .list_mainBtns > li.line .fukidashi::after {
    border-top-color: #fff;
  }
  .list_mainBtns > li.form .fukidashi::after {
    border-top-color: #E7380D;
  }
  .list_mainBtns > li.tel .fukidashi::after {
    border-top-color: #012D4A;
  }
  .block_topSlide .area_maker {
    position: absolute;
    right: 4.5%;
    bottom: 4.3%;
    margin: auto;
    width: 57.6%;
    z-index: 10;
  }
  .block_topSlide .area_maker .maker_title {
    text-align: center;
    position: relative;
    line-height: 1;
    font-size: 116.67%;
    letter-spacing: .03em;
    margin: 0 0 1em;
  }
  .block_topSlide .area_maker .maker_title::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #B4B4B4;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .block_topSlide .area_maker .maker_title span {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 5;
    font-weight: 700;
    padding: 0 1em;
  }
  .list_makerIcons {
    display: flex;
    margin: 0 0 0 auto;
    gap: 0 2.1%;
  }
  body#pagetop .l-pageBody .m-container {
    width: 960px;
  }
  .m-container .m-bh.middle {
    height: 160px;
    font-size: 1.3rem;
  }
  .m-container .m-bh.middle span {
    font-size: 2.5rem;
    letter-spacing: .03em;
  }
  .m-container .m-bh.small {
    height: 106px;
  }
  .m-container .m-bh.small span {
    font-size: 2.4rem;
    letter-spacing: .03em;
  }
  .list_frontMaker {
    display: flex;
    max-width: 960px;
    margin: 4em auto 4.7em;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.6em 0;
  }
  .list_frontMaker > li {
    width: 293px;
  }
  .list_frontMaker > li img {
    max-width: 100%;
  }
  .list_frontMaker > li a {
    display: block;
    text-decoration: none;
  }
  .list_frontMaker > li .thumbnail {
    overflow: hidden;
    border-radius: 1em;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .15);
  }
  .list_frontMaker > li .thumbnail img {
    transition: all .3s;
  }
  .list_frontMaker > li a:hover .thumbnail img {
    transform: scale(1.1);
  }
  .list_frontMaker > li .name {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .03em;
    border-bottom: solid 1px #686868;
    color: #000;
    margin: .5em .6em;
    padding: .2em 0;
    position: relative;
    transition: all .2s;
  }
  .list_frontMaker > li .name::before {
    content: '';
    width: 0;
    height: 1px;
    background: #E7380D;
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: 5;
    transition: all .5s;
  }
  .list_frontMaker > li a:hover .name::before {
    width: 100%;
    right: auto;
    left: 0;
  }
  .list_frontMaker > li .name span.next {
    width: 1em;
    height: 1em;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../../images/common/slide_next.svg");
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
  }
  .list_frontMaker > li .name span.next > span {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .4s;
    transform: translateX(100%);
    overflow: hidden;
    pointer-events: none;
  }
  .list_frontMaker > li .name span.next > span::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .4s;
    transform: translateX(-100%);
    background: url("../../images/common/slide_next--on.svg");
    background-size: cover;
  }
  .list_frontMaker > li a:hover .name span.next > span {
    animation: .4s ease 0s 1 kakaku01;
    transform: translateX(0%);
  }
  .list_frontMaker > li a:hover .name span.next > span::before {
    animation: .4s ease 0s 1 kakaku02;
    transform: translateX(0%);
  }
  .block_frontVoice {
    padding: 2.3em 0 1.3em;
  }
  .block_frontVoice .title_voice {
    max-width: 1028px;
  }
  .block_frontVoice .title_voice span {
    background: #F2F2F2;
    padding: .75em 0 .75em 1.5em;
  }
  .btn_top {
    width: 396px;
    margin: 0 auto 4em;
    border: solid 1px #E7380D;
    background: #E7380D;
    border-radius: 5em;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .15);
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .btn_top.small {
    width: 260px;
    margin: 0;
  }
  .btn_top::before {
    content: '';
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s;
  }
  .btn_top:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .btn_top a {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: .03em;
    font-weight: 700;
    text-decoration: none;
    padding: .7em 0;
    position: relative;
    z-index: 5;
    transition: all .4s;
  }
  .btn_top a::before {
    content: '';
    width: .7em;
    height: .7em;
    box-sizing: border-box;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotateZ(45deg);
    transform-origin: center;
    transition: all .4s;
  }
  .btn_top:hover a {
    color: #E7380D;
  }
  .btn_top:hover a::before {
    border-color: #E7380D;
  }
  .block_frontVoice .kutikomiWrap {
    margin: 0 auto 6px;
  }
  .list_archiveBase {
    margin: 35px auto 5px;
  }
  .list_archiveBase > li {
    background: #F2F2F2;
  }
}
@media all and (max-width:767px) {
  .block_topSlide {
    position: relative;
    margin: 2rem 0 18%;
  }
  .block_topSlide .slideContents {
    overflow: hidden;
    padding: 0 0 22vw;
    margin: 0;
  }
  .block_topSlide img {
    vertical-align: top;
    max-width: 100%;
  }
  #js_topSlide {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #js_topSlide.slick-initialized {
    opacity: 1;
  }
  #js_topSlide .slick-slide {
    margin: 0 4vw;
  }
  #js_topSlide .slick-slide img {
    display: block;
    transform: scale(.95);
    transition: transform .4s;
    transform-origin: center;
  }
  #js_topSlide .slick-slide.slick-current.retrigger img {
    transform: scale(1);
  }
  #js_topSlide .slick-prev, #js_topSlide .slick-next {
    width: 8.2vw;
    height: 8.2vw;
    top: auto;
    bottom: 3.8%;
    border-radius: 50%;
    border: solid 2px #E7380D;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35%;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .15);
    overflow: hidden;
  }
  #js_topSlide .slick-prev::before, #js_topSlide .slick-next::before {
    content: "";
    width: .6rem;
    height: .6rem;
    border-right: 2px solid #E7380D;
    border-bottom: 2px solid #E7380D;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    transform: rotate(-45deg);
    z-index: 2;
  }
  #js_topSlide .slick-prev::before {
    transform: rotate(-225deg);
    left: .3em;
  }
  #js_topSlide .slick-next::before {
    right: .3em;
  }
  #js_topSlide .slick-prev {
    left: 4.5%;
  }
  #js_topSlide .slick-next {
    left: 15%;
  }
  #js_topSlide .slick-dots {
    bottom: 8.5%;
    left: 31%;
    width: 65%;
    display: flex;
    gap: 0 3%;
  }
  #js_topSlide .slick-dots li {
    width: 100%;
    height: 3px;
    margin: 0;
    border-radius: .5em;
    overflow: hidden;
  }
  #js_topSlide .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #B4B4B4;
    transition: background .2s;
  }
  #js_topSlide .slick-dots li.slick-active button {
    background: #E7380D;
  }
  .block_topSlide .area_textBox {
    margin: 0 0 9%;
  }
  .block_topSlide .area_textBox .top_lead {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 15.3vw;
    margin: auto;
    width: 82%;
    box-sizing: border-box;
  }
  /*-------*/
  .list_mainBtns {
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 5;
  }
  .list_mainBtns > li {
    box-sizing: border-box;
    position: relative;
    text-align: center;
  }
  .list_mainBtns > li + li {
    margin: 10.5% 0 0;
  }
  .list_mainBtns > li a {
    font-size: 4.8vw;
    letter-spacing: .05em;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    box-sizing: border-box;
    height: 3.6em;
    display: flex;
    align-items: center;
    transition: all .4s;
    overflow: hidden;
    border-radius: 10vw;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .15);
    text-decoration: none;
  }
  .list_mainBtns > li.line a {
    background: #fff;
    color: #00BA01;
    padding: 0 0 0 1em;
    border: solid 2px #00BA01;
  }
  .list_mainBtns > li.form a {
    background: #E7380D;
    color: #fff;
    padding: 0 0 0 1em;
    border: solid 2px #fff;
  }
  .list_mainBtns > li.tel a {
    background: #012D4A;
    color: #fff;
    padding: .2em 0 0;
    border: solid 2px #fff;
  }
  .list_mainBtns > li a::before {
    content: '';
    width: 8.5vw;
    height: 8.5vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 5;
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .4s;
  }
  .list_mainBtns > li.line a::before {
    background-image: url("../../images/page/icon_line.webp");
  }
  .list_mainBtns > li.form a::before {
    background-image: url("../../images/page/icon_form.webp");
  }
  .list_mainBtns > li.tel a::before {
    background-image: url("../../images/page/icon_tel.webp");
  }
  .list_mainBtns > li a::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 3;
    pointer-events: none;
    transition: all .4s;
  }
  .list_mainBtns > li.line a::after {
    background: #00BA01;
  }
  .list_mainBtns > li.form a::after {
    background: #fff;
  }
  .list_mainBtns > li.tel a::after {
    background: #fff;
  }
  .list_mainBtns > li a span.link {
    width: 100%;
    display: block;
    position: relative;
    z-index: 6;
  }
  .list_mainBtns > li a small {
    font-size: 1.6rem;
    display: block;
  }
  .list_mainBtns > li .fukidashi {
    position: absolute;
    z-index: 10;
    left: 0;
    top: -1.2em;
    right: 0;
    margin: auto;
    border-radius: 50px;
    font-size: 1.4rem;
    letter-spacing: .05em;
    font-weight: 700;
    width: 75.5%;
    padding: .12em 0;
  }
  .list_mainBtns > li.line .fukidashi {
    color: #fff;
    background: #00BA01;
    border: solid 1px #fff;
  }
  .list_mainBtns > li.form .fukidashi {
    color: #E7380D;
    background: #fff;
    border: solid 1px #E7380D;
  }
  .list_mainBtns > li.tel .fukidashi {
    color: #012D4A;
    background: #fff;
    border: solid 1px #012D4A;
  }
  .list_mainBtns > li .fukidashi::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ffffff;
    border-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
    z-index: 4;
  }
  .list_mainBtns > li .fukidashi::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #ffffff;
    border-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
  }
  .list_mainBtns > li.line .fukidashi::before {
    border-top-color: #00BA01;
  }
  .list_mainBtns > li.form .fukidashi::before {
    border-top-color: #fff;
  }
  .list_mainBtns > li.tel .fukidashi::before {
    border-top-color: #fff;
  }
  .list_mainBtns > li.line .fukidashi::after {
    border-top-color: #fff;
  }
  .list_mainBtns > li.form .fukidashi::after {
    border-top-color: #E7380D;
  }
  .list_mainBtns > li.tel .fukidashi::after {
    border-top-color: #012D4A;
  }
  .block_topSlide .area_maker {
    margin: auto;
    width: 90%;
    z-index: 10;
  }
  .block_topSlide .area_maker .maker_title {
    text-align: center;
    position: relative;
    line-height: 1;
    font-size: 116.67%;
    letter-spacing: .03em;
    margin: 0 0 1em;
  }
  .block_topSlide .area_maker .maker_title::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #B4B4B4;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .block_topSlide .area_maker .maker_title span {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 5;
    font-weight: 700;
    padding: 0 1em;
  }
  .list_makerIcons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em 1em;
  }
  .list_makerIcons > li {
    width: auto;
    text-align: center;
  }
  .list_makerIcons > li img {
    width: auto;
    height: 2.5em;
  }
  .m-container .m-bh.middle {
    font-size: 1.3rem;
  }
  .m-container .m-bh.middle span {
    font-size: 2.5rem;
    letter-spacing: .03em;
  }
  .m-container .m-bh.small {
    height: 21.5vw;
  }
  .m-container .m-bh.small span {
    font-size: 1.8rem;
    letter-spacing: .03em;
  }
  .list_frontMaker {
    width: 82%;
    margin: 2.5em auto 5.1em;
  }
  .list_frontMaker > li + li {
    margin: 4.6% 0 0;
  }
  .list_frontMaker > li img {
    max-width: 100%;
  }
  .list_frontMaker > li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
  }
  .list_frontMaker > li .thumbnail {
    overflow: hidden;
    border-radius: .5em;
    width: 40%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .15);
  }
  .list_frontMaker > li .name {
    width: 55%;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .03em;
    border-bottom: solid 1px #686868;
    color: #000;
    padding: .2em 0;
    position: relative;
    transition: all .2s;
  }
  .list_frontMaker > li .name::before {
    content: '';
    width: 1em;
    height: 1em;
    box-sizing: border-box;
    border-radius: 50%;
    border: solid 1px #E7380D;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .list_frontMaker > li .name::after {
    content: "";
    width: .4rem;
    height: .4rem;
    border-right: .1rem solid #E7380D;
    border-bottom: .1rem solid #E7380D;
    border-top: .1rem solid transparent;
    border-left: .1rem solid transparent;
    position: absolute;
    right: .4em;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    transform: rotate(-45deg);
    z-index: 2;
  }
  .block_frontVoice {
    padding: 1.5em 0 4em;
    width: 90%;
    margin: auto;
  }
  .block_frontVoice .title_voice span {
    background: #F2F2F2;
    padding: .75em 0 .75em 1.5em;
  }
  .btn_top {
    width: 96%;
    margin: 0 auto 4em;
    border: solid 1px #E7380D;
    background: #E7380D;
    border-radius: 5em;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .15);
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .btn_top.small {
    margin: 0 auto;
  }
  .btn_top::before {
    content: '';
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s;
  }
  .btn_top:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .btn_top a {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: .03em;
    font-weight: 700;
    text-decoration: none;
    padding: .7em 0;
    position: relative;
    z-index: 5;
    transition: all .4s;
  }
  .btn_top a::before {
    content: '';
    width: .7em;
    height: .7em;
    box-sizing: border-box;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotateZ(45deg);
    transform-origin: center;
    transition: all .4s;
  }
  .btn_top:hover a {
    color: #E7380D;
  }
  .btn_top:hover a::before {
    border-color: #E7380D;
  }
  .block_frontVoice .kutikomiWrap {
    margin: 0 auto 6px;
  }
  .list_archiveBase {
    margin: 7% auto 5px;
  }
  .list_archiveBase > li {
    background: #F2F2F2;
  }
}
@media (min-width:768px) {
  body.home .l-pageBody {
    padding: 174px 0 0;
  }
  .archiveBaseWrap {
    background: #fff;
  }
  #anchors {
    color: #939393;
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
    z-index: 50;
    transition: all .3s;
    border-bottom: solid 1px #BEBEBE;
  }
  .l-header.active #anchors {
    background-color: transparent;
  }
  #anchors .anchors__list {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: 700;
    position: relative;
  }
  #anchors .anchors__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #anchors .anchors__list ul li {
    margin: 0 1.5rem
  }
  #anchors .anchors__list ul li a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 1.25rem 1.5rem 1.25rem .1em;
    position: relative;
  }
  #anchors .anchors__list ul li a::before {
    content: '';
    width: .6em;
    height: .6em;
    box-sizing: border-box;
    border-top: solid 2px #BEBEBE;
    border-right: solid 2px #BEBEBE;
    transform-origin: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: .2em;
    margin: auto;
    transform: rotateZ(135deg);
  }
  #anchors .anchors__list ul li a::after {
    content: '';
    width: 0;
    height: 3px;
    background: #BEBEBE;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transition: all .4s;
  }
  #anchors .anchors__list ul li a:hover::after, #anchors .anchors__list ul li.active a::after {
    width: 100%;
  }
}
@media (max-width:767px) {
  .archiveBaseWrap {
    padding: 8% 0;
    position: relative;
    background: #fff;
  }
  .archiveBaseWrap .btn_top {
    width: 91%;
  }
  .p-about, .p-question {
    margin: 0 auto 9%;
  }
  body.home .l-pageBody {
    padding: 95px 0 0;
  }
  #anchors {
    color: #939393;
    width: 100%;
    background-color: #fff;
    z-index: 50;
    transition: background .3s;
    top: 0 !important;
    margin: 15px 0 -15px 0;
    border-bottom: solid 1px #BEBEBE;
  }
  .l-header.active #anchors {
    background-color: transparent;
  }
  #anchors .anchors__list {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 700;
    position: relative
  }
  #anchors .anchors__list ul {
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 1.2rem
  }
  #anchors .anchors__list ul li {
    display: inline-block;
    margin: 0 .6rem;
  }
  #anchors .anchors__list ul li a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 1.25rem 1.5rem 1.25rem .1em;
    position: relative;
  }
  #anchors .anchors__list ul li a::before {
    content: '';
    width: .5em;
    height: .5em;
    box-sizing: border-box;
    border-top: solid 2px #BEBEBE;
    border-right: solid 2px #BEBEBE;
    transform-origin: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: .3em;
    margin: auto;
    transform: rotateZ(135deg);
  }
  #anchors .anchors__list ul li a::after {
    content: '';
    width: 0;
    height: 3px;
    background: #BEBEBE;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transition: all .4s;
  }
  #anchors .anchors__list ul li.active a::after {
    width: 100%;
  }
  .js_slick00 {
    padding: 0 0 10%;
  }
  .p-faq {
    margin: 0 0 5%;
  }
}
.p-blog .blog_inner {
  background: #fff;
}