@charset "utf-8";
/* -----------------------------------------------------------
 * フロントページ
 * top-customer → common.css
 * top-column → top-carousel.css
R2504 改修スタイル追加
 * -------------------------------------------------------- */
.top-header {
  position: relative;
/*  z-index: -1;*/
  z-index: 0;
  margin-bottom: 5vh;
  background-color: #004EA2;
  overflow: hidden;
}
@media (min-width: 769px){
  .top-header {
    height: 75vh; 
    min-height: 550px;
  }
}
@media (max-width: 768px){
  .top-header {
    height: 85vh; 
  }
}
/* fv ------------------------------------ */
/* スライダー -------------- */
.top-slide {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  overflow: hidden;
}
.top-slide li {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  animation-duration: 18s;
	animation-timing-function: ease;
  animation-iteration-count: infinite;
  background: 0 0 no-repeat; 
}
/* スライダーサイズ */
@media (min-width: 1201px){
  .top-slide { width: calc(950px + ((100% - 1200px) / 2)); }
}
@media (min-width: 769px) and (max-width: 1200px){
  .top-slide { width: calc(100% - 250px); }
}
@media (min-width: 769px){
  .top-slide {
    top: 0;
    right: 0;
    height: 100%;
  }
}
@media (max-width: 768px){
  .top-slide {
    top: calc(180px + 7vh);
    right: 0;
    width: 100%; 
    height: calc(100% - 180px - 7vh);
  }
}
/* スライダー画像 */
@media (min-width: 1201px){
  .top-slide li { background-size: cover; }
  .top-slide .sl1 {background-image: url("../../img/top/fv/capture1-1500x800.jpg") }
  .top-slide .sl2 {background-image: url("../../img/top/fv/capture2-1500x800.jpg") }
  .top-slide .sl3 {background-image: url("../../img/top/fv/capture3-1500x800.jpg") }
}
@media (min-width: 769px) and (max-width: 1200px){
  .top-slide li { background-size: cover; }
  .top-slide .sl1 {background-image: url("../../img/top/fv/capture1-1000x650.jpg") }
  .top-slide .sl2 {background-image: url("../../img/top/fv/capture2-1000x650.jpg") }
  .top-slide .sl3 {background-image: url("../../img/top/fv/capture3-1000x650.jpg") }
}
@media (min-width: 421px) and (max-width: 768px){
  .top-slide li { background-size: cover; }
  .top-slide .sl1 {background-image: url("../../img/top/fv/capture1-770x620.jpg") }
  .top-slide .sl2 {background-image: url("../../img/top/fv/capture2-770x620.jpg") }
  .top-slide .sl3 {background-image: url("../../img/top/fv/capture3-770x620.jpg") }
}
@media (max-width: 420px){
  .top-slide li { background-size: cover; }
  .top-slide .sl1 {background-image: url("../../img/top/fv/capture1-420x550.jpg") }
  .top-slide .sl2 {background-image: url("../../img/top/fv/capture2-420x550.jpg") }
  .top-slide .sl3 {background-image: url("../../img/top/fv/capture3-420x550.jpg") }
}
/* スライダーアニメ */
/*.sl-in { animation-name: slin; }*/
.sl1 { animation-name: sl1; }
.sl2 { animation-name: sl2; }
.sl3 { animation-name: sl3; }
@keyframes sl1 {
0.000% {opacity: 1; z-index: 10; }
18.000% {opacity: 1; z-index: 10; }
34.400% {opacity: 1; z-index: 5; }
50.800% {opacity: 0; z-index: 5; }
67.200% {opacity: 0; z-index: 5; }
83.600% {opacity: 0; z-index: 10; }
100.000% {opacity: 1; z-index: 10; }
}
@keyframes sl2 {
0.000% {opacity: 0; z-index: 5; }
18.000% {opacity: 0; z-index: 10; }
34.400% {opacity: 1; z-index: 10; }
50.800% {opacity: 1; z-index: 10; }
67.200% {opacity: 1; z-index: 5; }
83.600%  {opacity: 0; z-index: 5; }
100.000% {opacity: 0; z-index: 5; }
}
@keyframes sl3 {
0.000% {opacity: 1; z-index: 5; }
18.000% {opacity: 0; z-index: 5; }
34.400% {opacity: 0; z-index: 5; }
50.800% {opacity: 0; z-index: 10; }
67.200% {opacity: 1; z-index: 10; }
83.600% {opacity: 1; z-index: 10; }
100.000% {opacity: 1; z-index: 5; }
}

/* テキスト --------------- */
.top-fv {
  position: relative;
  z-index: 3;
  font-size: clamp(1.7rem, 4vw, 2rem);;
  line-height: 2;
  color: #fff;
  background: linear-gradient(to right, #004EA2 80%, transparent 80%);
}
.top-fv::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: #004EA2;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.top-fv h1, .top-fv p {
  position: relative;
  z-index: 3;
}
.top-fv h1 {
  margin-bottom: 3vh;
}
.top-fv h1 img {
  aspect-ratio: 352 / 99;
  display: block;
  max-width: 290px;
  margin: 0 auto;
}
@media (min-width: 769px){
  .top-fv {
    width: 24.5em;
    height: 100%;
    padding: 9vh 0 0 4%;
    background: linear-gradient(to right, #004EA2 80%, transparent 80%);
  }
  .top-fv::before {
    top: 0;
    left: 79.8%;
    z-index: 0;
    width: 13.5em;
    height: 100%;
  }
  .top-fv h1, .top-fv p { 
    width: 460px;
  }
  .top-fv h1 img { 
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 1201px){
  .top-fv { margin-left: calc((100% - 1200px) / 2); }
}
@media (min-width: 769px) and (max-width: 1000px){
  .top-fv { padding-left: 6%; }
}
@media (max-width: 768px){
  .top-fv {
    width: 100%;
    height: auto;
    padding: 7vh 4% 0 4%;
    background: linear-gradient(to bottom, #004EA2 90%, transparent 90%);
  }
  .top-fv::before {
    top: 89.8%;
    left: 0;
    width: 100%;
    height: 20vh;
  }
  .top-fv h1, .top-fv p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-fv h1 img { width: 65%; }
}

/* news ------------------------------------ */
.top-news {
  margin-bottom: 7vh;
  border: solid 1px #ccc;
  overflow: hidden;
}
.top-news h2 {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: left;
}
.top-news time {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #777;
}
.news-wrap {
  flex: 0 1 100%;
  overflow: hidden;
}
.news-wrap ul {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.news-wrap li {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 7px;
  border-left: solid 1px #ccc;
}
@media (hover: none){
  .news-wrap {
    overflow-x: auto;
    scroll-snap-type: y mandatory;
  }
  .news-wrap li {
    scroll-snap-align: start;
  }
}
@media (min-width: 601px){
  .top-news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2em 0;
  }
  .top-news h2 {
    flex: 0 0 80px;
    padding-left: 10px;
  }
  .top-news button {
    flex: 0 0 60px;
    font-size: 4em;
    line-height: 1;
    color: #004EA2;
    background-color: transparent;
    cursor: pointer;
  }
  .top-news button.m-left {
    padding: 0 5px 0 15px;
  }
  .top-news button.m-right {
    padding: 0 15px 0 5px;
  }
  .top-news button.stop {
    opacity: .25;
    pointer-events: none;
  }
}
@media (max-width: 600px){
  .top-news {
    padding: 10px;
  }
  .top-news h2 {
    margin-bottom: 10px;
  }
  .top-news button {
    display: none;
  }
}

/* ------------------------------------------------------
 * メインコンテンツ
 * ---------------------------------------------------- */

.top-contents {
  margin-bottom: 7vh;
}
.top-contents p {
  margin-bottom: 1em;
}

/* top-about --------------------------------- */
.top-about .ttl-center span {

  max-width: 75%;
}
.top-about .ttl-center img {
  aspect-ratio: 300 / 45;
}
.top-about ul {
  display: flex;
  align-items: center;
}
.top-about video {
  width: 100%;
  height: auto;
}
@media (min-width: 901px){
  .top-about ul {
    column-gap: 2%;
    margin-bottom: 4vh;
  }
  .top-about li {
    flex: 0 0 49%;
    margin-bottom: 10px;
  }
}
@media (max-width: 900px){
  .top-about ul {
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto 4vh;
  }
  .top-about li {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}

/* R2501 */
.top-about .top-read {
  margin-bottom: 4vh;
  font-size: 1.4rem;
}

/* top-service --------------------------------- */
@media (min-width: 769px){
  .top-service .c-servicebox {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.top-service .c-servicebox.a-interior {
  margin-top:  calc( 3vh + 120px );
}
@media (max-width: 768px){
.top-service .c-servicebox.a-interior {
  margin-top:  calc( 3vh + 50px );
  }
}
/* top-company --------------------------------- */
.top-company ul {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  column-gap: 3.5%;
}
.top-company .nohara-logo {
  flex: 0 0 30%;
  padding: 5vh 0;
  text-align: center;
}
.top-company .nohara-logo img {
  max-width: 300px;
}
.top-company .nohara-txt {
  flex: 0 1 100%;
}
.nohara-txt p {
  margin: 1em 0;
}
.nohara-txt a {
  display: block;
  line-height: 1.4;
  padding-top: 10px;
}
.nohara-txt a:hover {
  text-decoration: underline;
}
@media (min-width: 901px){
  .top-company .inner { max-width: 1000px; }
  .top-company ul {
    flex-direction: row-reverse;
    column-gap: 3.5%;
  }
  .top-company .nohara-logo { flex: 0 0 30%; }
}
@media (max-width: 900px){
  .top-company .inner { max-width: 800px; }
  .top-company ul { flex-wrap: wrap; }
  .top-company .nohara-logo { flex: 0 0 100%; }
  .top-company .nohara-logo img { width: 80%; }
}
@media (min-width: 681px){
  .top-company .ttl-wrap br { display: none; }
}
@media (max-width: 680px){
  .top-company .ttl-wrap { line-height: 1.2; }
}
/* top-download --------------------------------- */
.top-download .sub-box {
  padding: 3vh 0;
  margin: 0 auto;
  background-color: #ddd;
}
.download-wrap {
  max-width: 700px;
  margin: 0 auto;
  padding: 10px;
  background-color: #fff;
  border: solid 1px #004EA2;
}
.download-inn {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.doc-img img {
  aspect-ratio:300 / 210;
  width: 100%;
  max-width: 250px; 
}
@media (min-width: 501px){
  .download-inn { column-gap: 15px; }
  .doc-img { flex: 0 0 30%; }
}
@media (max-width: 500px){
  .download-inn { flex-wrap: wrap; }
  .doc-img { 
    flex: 0 0 100%; 
    margin: 1.5vh 0;
    text-align: center; 
  }
}
.download-inn dl {
  flex: 0 1 100%;
}
.download-inn dt {
  font-weight: 700;
  color: #004EA2;
}
.download-inn dd:not(.btn) {
  margin-top: 5px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.download-inn dd.btn {
  height: 50px;
  margin-top: 10px;
}



/* R2501 ------------------------------------ */
/* fv -------------- */

@media (min-width: 769px){
  .top-fv-boxwrap--pc {
    width: 23.5em;
  }
  .top-fv-boxwrap--sp {
    display: none;
  }
}
@media (max-width: 768px){
  .top-fv-boxwrap--pc {
    display: none;
  }
  .top-fv-boxwrap--sp {
    padding: 0 6%;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
  }
}
.top-fv-box {
  margin-top: 6rem;
  padding: 1.8rem 1rem 1.5rem;
  position: relative;
  z-index: 3;
  color: #004EA2;
  background-color: #fff;
  border-radius: 2rem;

  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.top-fv-box a .top-fv-box__text,
.top-fv-box a .top-fv-box__btn  {
  transition: 0.2s;
}
.top-fv-box  a:hover .top-fv-box__text,
.top-fv-box  a:hover .top-fv-box__btn {
  opacity: .6;
}
.top-fv-box__badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 94px;
  transform: translate( -50%,-50% );
}
@media (max-width: 768px){
  .top-fv-box__badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    transform: translate( -22px,-22px );
  }
}
.top-fv-box__fs-s {
  font-size: 1.8rem;
}
.top-fv-box__fs-m {
  font-size: 2rem;
}
.top-fv-box__fs-l {
  font-size: 2.3rem;
}
@media (max-width: 768px){
  .top-fv-box__fs-s {
    font-size: 1.3rem;
  }
  .top-fv-box__fs-m {
    font-size: 1.4rem;
  }
  .top-fv-box__fs-l {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px){
  .top-fv-box__text img {
    max-width: 16rem;
  }
}

.top-fv-box__btn {
  width: 27rem;
  max-width: 90%;
  height: 5rem;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px){
  .top-fv-box__btn {
    width: 19rem;
    height: 3.5rem;
  }
}



.top-fv-box__btn {
  position: relative;
}
.top-fv-box__btn:after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 1.2rem;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  transform: rotate(45deg);
}
@media (max-width: 768px){
  .top-fv-box__btn:after {
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
  }
}
.top-fv-box__btn span,
.top-fv-box__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #D7092F;
  font-size: 1.8rem;
  border-radius: 1rem;
}
@media (max-width: 768px){
  .top-fv-box__btn span,
  .top-fv-box__btn a {
    font-size: 1.3rem;
  }
}


.top-poup:first-child {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.top-poup iframe {
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------------
 * TOP / R2504
 * ----------------------------------------------------- */
/* --------------------------------------------------------
 * TOP / TOPNEWS
 * ----------------------------------------------------- */
.c-topnews {
  padding: 8rem 0 4rem;
}
@media (max-width: 768px) {
  .c-topnews {
    padding: 2.6rem 1rem 2rem;
  }
}
.c-topnews__head .c-heading {
  margin-bottom: 5rem;
  color: #004EA2;
  font-size: 3.5rem;
  font-weight: bold;
}
.c-topnews__head .c-heading span {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 3px #004EA2 solid;
}
.c-topnews-block .c-button {
  margin: 5rem auto;
}
@media (max-width: 768px) {
  .c-topnews__head .c-heading {
    margin-bottom: 3rem;
    font-size: 2.5rem;
  }
  .c-topnews-block .c-button {
    margin: 3rem auto;
  }
}


.c-topnews-list {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: flex;
  column-gap: calc( 28 / 1100 * 100% );
}
.c-topnews-listitem {
  position: relative;
  width: calc( 254 / 1100 * 100% );
}
.c-topnews-listitem a[target="_blank"]::before {
  display: none;
}
@media (max-width: 768px) {
  .c-topnews-list {
    flex-wrap: wrap;
    gap: 10px 30px;
  }
  .c-topnews-listitem {
    position: relative;
    width: calc( 50% - 15px );
  }
}

.c-topnews-listitem__badge {
  position: absolute;
  top: -30px;
  left: -15px;
  width: 82px;
  z-index: 2;
}
@media (max-width: 768px) {
  .c-topnews-listitem__badge {
    top: -20px;
    left: -15px;
    width: 50px;
  }
}
.c-topnews-listitem__thumb {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 2.5rem;
}
.c-topnews-listitem__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  transition: 0.2s;
}
a:hover .c-topnews-listitem__thumb img {
  transform: scale(1.1);
}
.c-topnews-listitem__text {
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    overflow-wrap: break-word;
}
@media (max-width: 768px) {
  .c-topnews-listitem__thumb {
    margin-bottom: 1rem;
  }
  .c-topnews-listitem__text {
    font-size: 1.4rem;
  }
}

.c-topnews-listitem__meta {
  margin-top: 1rem;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.c-topnews-listitem__meta .meta__date {
  color: #004EA2;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-topnews-listitem__meta .meta__date {
    font-size: 1rem;
  }
}

/* --------------------------------------------------------
 * TOP / TOPCAMPANY
 * ----------------------------------------------------- */
.c-top-company {
  padding-top: 9rem;
}
.c-top-company a[target="_blank"]::before {
  display: none;
}
@media (min-width: 901px) {
    .top-company .inner {
        max-width: 1100px !important;
    }
    .top-company .inner-md {
        max-width: 1000px !important;
    }
}
@media (max-width: 768px) {
  .c-top-company {
    padding-top: 4.5rem;
  }
  .c-top-company > .inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.c-top-company__head {
  margin-bottom: 4.5rem;
}
.c-top-company__head h2 {
  color: #004EA2;
  font-size: 3.5rem;
  font-weight: bold;
}
.c-top-company__head h2 span {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 3px #004EA2 solid;
}
.c-top-company__body {
  width: 100%;
  display: flex;
  column-gap: 3rem;
}
.c-top-company__body h3 {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  line-height: calc(40/24);
  font-weight: bold;
}
.c-top-company__body p {
  margin-bottom: 1em;
  font-size: 1.8rem;
  line-height: calc(40/18);
}
.c-top-company__body a {
  color: #004EA2;
  text-decoration: underline;
}
.c-top-company__body a:hover {
  color: #004EA2;
  text-decoration: none;
}
.c-top-company__body a[target="_blank"]::before {
  display: none;
}
.c-top-company__content {
  flex: 1;
}
.c-top-company__image {
  width: calc(433/1000*100%);
}

@media (max-width: 768px) {
.c-top-company__head {
  margin-bottom: 2.8rem;
}
.c-top-company__head h2 {
  font-size: 2.5rem;
}
.c-top-company__body {
  flex-direction: column;
  row-gap: 1.5rem;
}
.c-top-company__image {
  width: 100%;
}
.c-top-company__body h3 {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: calc(32/16);
  font-weight: bold;
}
.c-top-company__body p {
  margin-bottom: 1em;
  font-size: 1.4rem;
  line-height: calc(28/14);
  font-weight: 500;
}
}

.c-top-company__link {
  margin: 9.5rem 0 9rem;
  display: -webkit-flex;
  display: flex;
  column-gap: calc( 32 / 1100 * 100% );
}
.c-top-company__link a {
  transition: 0.2s;
}
.c-top-company__link a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
.c-top-company__link {
  margin: 3rem 0 5rem;
  flex-direction: column;
  row-gap: 1.5rem;
}
}

/* --------------------------------------------------------
 * TOP / MV
 * ----------------------------------------------------- */
.top-mv {
/*  background: #EFF7FF;*/
  box-sizing: content-box;
/*  height: 622px;*/
  padding-bottom: 5rem;
  position: relative;
}

.top-mv a .btn--on {
  position: relative;
  display: block;
}
.top-mv a .btn--on img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  opacity: 1;
}
.top-mv a .btn--on img.on {
  opacity: 0;
}
.top-mv a:hover .btn--on img {
  opacity: 0;
}
.top-mv a:hover .btn--on img.on {
  opacity: 1;
}

@media (min-width: 769px) {
  .top-mv__slide__item a {
    position: absolute;
  }
  .top-mv__slide__item.--slide01 a {
    left: 20.76882%;
    top: 62.74193%;
  /*  transform: translate(-570px,81px);*/
  }
  .top-mv__slide__item.--slide02 a {
    left: 23.40311%;
    top: 71.45161%;
  /*  transform: translate(-510px,130px);*/
  }
  .top-mv__slide__item.--slide01 .btn--on {
/*    width: 32.27712%;
    height: 11.46616%;*/
    width: calc(602 / 1873 * 100vw);
    max-width: 602px;
    max-height: 214px;
    aspect-ratio: 1203/427;
  }
  .top-mv__slide__item.--slide02 .btn--on {
/*    width: 35.98281%;
    height: 8.91795%;*/
    width: calc(477 / 1873 * 100vw);
    max-width: 477px;
    max-height: 136px;
    aspect-ratio: 954/272;
  }
}
@media (max-width: 768px) {
  .top-mv__slide__item a {
    position: absolute;
    top: auto;
    bottom: 25px;
    display: block;
    width: 100%;
    z-index: 2;
  }
  .top-mv__slide__item.--slide01 a {
    left: 0;
    bottom: calc(14 / 350 * 100vw);
    transform: translate(0,0);
  }
  .top-mv__slide__item.--slide02 a {
    left: 0;
    bottom: calc(20 / 350 * 100vw);
    transform: translate(0,0);
  }
  
  .top-mv__slide__item .btn--on {

  }
  .top-mv__slide__item.--slide01 .btn--on {
    margin-left: calc(-5 / 350 * 100vw);
    width: calc(308 / 350 * 100vw);
    aspect-ratio: 308/99;
  }
  .top-mv__slide__item.--slide02 .btn--on {
    margin-left: calc(10 / 350 * 100vw);
    width: calc(307 / 350 * 100vw);
    aspect-ratio: 307/65;
  }
}

@media (min-width: 769px) {
  .top-mv__slide {
    margin: 0 auto;
    width: 100%;
  /*  height: 622px;*/
    aspect-ratio: 1873 / 620;
    max-width: 1872px;
  }
  .top-mv__slide__item {
    width: 100%;
    aspect-ratio: 1873 / 620;
    background-repeat: no-repeat;
  }
  .top-mv__slide__item.--slide01 {
    background-position: center center;
    background-image: url("../../img/top/top_kv_pc.png");
    background-size: auto 100%;
  }
  .top-mv__slide__item.--slide02 {
    background-position: center center;
    background-image: url("../../img/top/top_kv_pc2.png");
    background-size: auto 100%;
  }
}
@media (max-width: 768px) {
  .top-mv {
    overflow-x: hidden;
    box-sizing: border-box;
    width: 94%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 65px;
    background: #fff;
    overflow-x: hidden;
  }
  .top-mv__slide {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .top-mv__slide__item {
    width: 100%;
    height: auto;
    aspect-ratio: 700 / 938;
    background-repeat: no-repeat;
  }
  .top-mv__slide__item.--slide01 {
  background-position: center center;
  background-image: url("../../img/top/top_kv_sp.png");
  background-size: 100% auto;
  }
  .top-mv__slide__item.--slide02 {
  background-position: center center;
  background-image: url("../../img/top/top_kv_sp2.jpg");
  background-size: 100% auto;
  }
}

.top-mv .slick-dots {
  display: -webkit-flex;
  display: flex;
  column-gap: 11px;
  
  position: absolute;
  right: calc(((100% - 1000px) / 2) + 50px );
  bottom: -20px;
}
.top-mv .slick-dots li {
  width: 56px;
  height: 7px;
  text-indent: -9999px;
  font-sizze: 0;
  background: #E4E4E4;
}
.top-mv .slick-dots li.slick-active {
  background: #004EA2;
}
.top-mv .slick-arrow {
  position: absolute;
  top: calc(50% - 44px);
  text-indent: -9999rem;
  display: block;
  width: 88px;
  height: 88px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../img/top/top_kv_slidebtn.png");
  background-size: 88px auto;
  z-index: 2;
  cursor: pointer;
}
.top-mv .slick-prev {
  left: 0;
}
.top-mv .slick-next {
  right: 0;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .top-mv .slick-dots {
    position: absolute;
    left: 0;
    right: auto;
    bottom: -30px;
    width: 100%;
    justify-content: center;
  }
  .top-mv .slick-arrow {
    top: auto;
    bottom: -40px;
    width: 28px;
    height: 28px;
    background-image: url(../../img/top/top_kv_slidebtn_sp.png);
    background-size: 28px auto;
  }
}

/* --------------------------------------------------------
 * TOP / TOPLINK
 * ----------------------------------------------------- */
.top-link {
  padding: 1.5rem 0 3.5rem;
  background: #EFF7FF;
}
.top-link .inner-md {
  background: #EFF7FF;
}
.c-toplink {
  margin-left: -17px;
  width: calc( 100% + 17px );
  display: flex;
  column-gap: 3rem;
}
.c-toplink__item {
  flex: 1;
  padding-top: 16px;
  padding-left: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .c-toplink {
    margin-left: 0;
    width: calc( 100% );
    flex-direction: column;
  }
  .c-toplink__item {
    flex: 1;
    padding-top: 18px;
    padding-left: 32px;
    padding-right: 10px;
    position: relative;
  }
}
.c-toplink__item > a {
  position: relative;
  padding-top: 22px;
  padding-bottom: 20px;
  padding-left: 45px;
  display: block;
  height: 100%;
  border: 2px #014DA2 solid;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.2s;
}
.c-toplink__item > a:hover {
  background: #C9E3FF;
}
.c-toplink__item > a:after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 15px;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-color: #014DA2;
  border-style: solid;
  transform: rotate(45deg);
}
.c-toplink__item .item__badge {
  position: absolute;
  top: -16px;
  left: -36px;
  width: 76px;
}
@media (max-width: 768px) {
  .c-toplink__item .item__badge {
    position: absolute;
    top: calc(50% - 32px);
    left: -32px;
    width: 64px;
  }
}

.c-toplink__item .item__catch {
  padding: 0.5rem 1.5rem;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 50px;
  font-size: 1.3rem;
  line-height: calc(19/13);
  font-weight: bold;
  color: #fff;
  background: #D7092F;
  border-radius: 9999px;
  
}
.c-toplink__item .item__head {
  padding-right: 25px;
  margin-bottom: 1rem;
  color: #004EA2;
  font-size: 2rem;
  line-height: calc(30/22);
  font-weight: bold;
}
.c-toplink__item.--item03 .item__head span:nth-child(2) {
  letter-spacing: -2px;
}
.c-toplink__item .item__head span {
  display: inline-block;
}
.c-toplink__item .item__text {
  padding-right: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}
.c-toplink__item .item__text small {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .c-toplink__item .item__head {
    margin-bottom: 0.5rem;
    font-size: 2rem;
    line-height: calc(30/22);
  }
  .c-toplink__item .item__text {
    font-size: 1.5rem;
  }
  .c-toplink__item .item__text small {
    font-size: 1.2rem;
  }
}



/* --------------------------------------------------------
 * TOP / ABOUT
 * ----------------------------------------------------- */
.c-top-about {
  padding-top: 9rem;
  padding-bottom: 1px;
  border-top: 5px #004EA2 solid;
  background: #F4F6FA;
}
@media (max-width: 768px) {
  .c-top-about {
    padding-top: 5rem;
    padding-bottom: 1px;
    border-top: 3px #004EA2 solid;
  }
}

.c-top-about__head {
  text-align: center;
}
.c-top-about__head .c-heading {
    padding-bottom: 4rem;
    position: relative;
    text-align: center;
}
.c-top-about__head .c-heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 58px);
    display: block;
    width: 116px;
    height: 7px;
    background: #014DA2;
    border-radius: 2px;
}
@media (max-width: 768px) {
  .c-top-about__head .c-heading {
      padding-bottom: 2.5rem;
  }
  .c-top-about__head .c-heading:after {
      left: calc(50% - 25px);
      width: 50px;
      height: 2px;
  }
}

.c-top-about__head .c-heading .logo {
    display: inline-block;
    width: 31.8rem;
    margin-right: 5px;
}
.c-top-about__head .c-heading .text {
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  vertical-align: 12px;
}
.c-top-about__head .headline {
  margin: 5rem 0;
  font-size: 2rem;
  font-weight: bold;

  line-height: 2;
}
.c-top-about__head .headline mark {
    color: #004EA2;
    background-color: inherit;
    background-image: linear-gradient(transparent 60%, #C9E3FF 60%);
}
@media (max-width: 768px) {
  .c-top-about__head .c-heading .logo {
      margin-right: 5px;
      width: 19.4rem;
  }
  .c-top-about__head .c-heading .text {
    font-size: 1.4rem;
    font-weight: bold;
    vertical-align: 5px;
  }
  .c-top-about__head  .headline {
    margin: 2.5rem 0;
    font-size: 1.6rem;
    line-height: 2;
  }
}

.c-top-about__row {
  margin-bottom: 6.5rem;
  display: flex;
  align-items: flex-end;
  column-gap: 5rem;
}
.c-top-about__col--text {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 500;
}
.c-top-about__col--text p:not(:last-of-type) {
  margin-bottom: 2em;
}
.c-top-about__col--thumb {
  width: 42.5rem;
}
.c-top-about__col--thumb .thumb__data {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.c-top-about__col--thumb a {
  transition: 0.2s;
}
.c-top-about__col--thumb a:hover {
  opacity: 0.7;
}
.c-top-about__col--thumb .thumb__attention {
  margin: 0 auto 5px;
  width: 28.4rem;
}
.c-top-about__col--thumb iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .c-top-about__row {
    margin-bottom: 2.5rem;
    flex-direction: column;
    row-gap: 4rem;
  }
  .c-top-about__col--text {
    padding: 0 1rem;
    font-size: 1.4rem;
  }
  .c-top-about__col--thumb {
    width: 100%;
  }
  .c-top-about__col--thumb .thumb__data {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .c-top-about__col--thumb .thumb__attention {
    width: 26rem;
  }
  .c-top-about__col--thumb iframe {
    width: 100%;
    height: 100%;
  }
}


/* --------------------------------------------------------
 * TOP / FAQ
 * ----------------------------------------------------- */
.top-faq {
  margin-bottom: 0 !important;
  padding-top: 9rem;
  padding-bottom: 9rem;
  background: #F4F6FA;
}
.top-faq .m-faq-listitem {
  background: #fff;
}
.top-faq .m-faq-listitem:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .top-faq {
    margin-bottom: 0 !important;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    background: #F4F6FA;
  }
  .top-faq .m-faq-listitem {
    background: #fff;
  }
}

