@charset "utf-8";
/* base
------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;700&display=swap");
 /*:root {
  --easing: cubic-bezier(.1, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
--color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
   --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);*/
}

html {
  font-family: "Spartan", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  line-height: 1.8;
  height: 100%;
  word-break: break-word;
  color: #333;
  background-color: var(--color-base);
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }
}

body {
  font-size: 1.6rem;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background: var(--color-theme);
}

::selection {
  color: #fff;
  background: var(--color-theme);
}

img {
  border: 0;
  margin: 0;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
}
@media only screen and (max-width: 1024px) {
  .l-inner {
    padding: 0 4rem;
  }
}

.l-section {
  border-top: 1px solid #eee;
}
.l-section .l-inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media only screen and (max-width: 599px) {
  .pc-tab {
    display: none !important;
  }
}
/* design
------------------------------*/
.c-temp {
  line-height: 1;
}
.c-temp .l-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 1024px) {
  .c-temp .l-inner {
    padding: 3.2rem;
  }
}
.c-temp .text {
  font-size: 2.4rem;
  font-weight: bold;
}
.c-temp .button {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  width: 12rem;
  padding: 1.6rem 0 1.2rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 100px;
  background-color: var(--color-theme);
}
@media only screen and (max-width: 599px) {
  .c-temp .button {
    font-size: 1.2rem;
    width: 9rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-temp .button {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .c-temp .button:hover {
    background-color: var(--color-theme-darken);
  }
}

.c-footer .l-inner {
  padding-top: 0;
}
.c-footer .text {
  color: var(--color-gray);
}

.c-info {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 4rem;
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 1200px) {
  .c-info {
    display: block;
    margin-top: 0;
    margin-bottom: 6.4rem;
  }
}
.c-info li {
  position: relative;
  padding-left: 16px;
}
.c-info li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 2px;
  content: "";
  background-color: var(--color-gray);
}
.c-info li + li {
  margin-top: 0.8rem;
}

.c-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  display: inline-block;
  min-width: 32rem;
  margin-bottom: 6.4rem;
  vertical-align: top;
}
@media only screen and (max-width: 1200px) {
  .c-title {
    margin-bottom: 3.2rem;
  }
}
@media only screen and (max-width: 599px) {
  .c-title {
    min-width: 100%;
  }
}
.c-title [class*=ico-] {
  font-size: 1.3rem;
  line-height: 1;
  display: block;
  width: 10rem;
  margin-bottom: 1.2rem;
  padding: 0.8rem 0 0.6rem;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 100px;
  background-color: var(--color-gray);
}
.c-title .ico-advanced {
  color: #fff;
  background-color: #333;
}

/* slider */
[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 前へ / 次へボタン */
.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 30px;
  height: 30pxm;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media only screen and (min-width: 1025px) {
  .swiper-button-prev::before, .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}
.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .card01 .swiper {
    padding-top: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .card01 .swiper-button-prev::before, .card01 .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--box-shadow-dark);
            box-shadow: var(--box-shadow-dark);
  }
}
@media only screen and (max-width: 1024px) {
  .card01 .swiper-button-prev::after, .card01 .swiper-button-next::after {
    border-color: #fff;
  }
}
@media only screen and (max-width: 1024px) {
  .card01 .swiper-button-prev {
    right: calc(100% - 3.2rem);
  }
}
@media only screen and (max-width: 1024px) {
  .card01 .swiper-button-next {
    left: calc(100% - 3.2rem);
  }
}

  /* card3削除 */

.card03 {
	/* コンテナ */
  overflow: hidden;
	width: 96%;
  /* 前へ / 次へボタン */
  /* スライド */
  /* スライド アクティブ時 */
}
.swiper {
  overflow: visible;
}
@media only screen and (max-width: 1024px) {
.swiper {
    padding: 0 4.2rem;
  }
}


.swiper-button-prev, .card03 .swiper-button-next {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4.2em;
  height: 3.2em;
  opacity: 0.5;
}
.swiper-button-prev::before, .card03 .swiper-button-next::before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--box-shadow-dark);
          box-shadow: var(--box-shadow-dark);
}
.swiper-button-prev::after, .card03 .swiper-button-next::after {
  border-color: #fff;
}
.swiper-button-prev {
	right: calc(100% - 8.0rem);
	height: 0em;
	width: 0em;
}
.swiper-button-prev img {
	position: relative;
	left: -35px;
	top: 50px;
		width: 60px;
	height: 60px;
}


.card03 .swiper-button-next{
	position: fixed;
	top: -110px;
	right: 250px;
		height: 0em;
	width: 0em;
}

.swiper-button-next img {
	position: relative;
	left: -35px;
	top: 50px;
	width: 60px;
	height: 60px;
}
@media only screen and (max-width: 1024px) {
  .card03 .swiper-button-prev {
    right: calc(100% - 5.2rem);
  }
  
  .swiper-button-next img {
	position: relative;
	left: -10px;
	top: 40px;
	width: 45px;
	height: 45px;
}
.swiper-button-prev img {
	position: relative;
	left: -25px;
	top: 40px;
		width: 45px;
	height: 45px;
}
}


.swiper-button-next {
	left: calc(100% - 10rem);
	height: 3.2em;
	width: 3.2em;
}
@media only screen and (max-width: 1024px) {
.swiper-button-next {
    left: calc(100% - 5.2rem);
  }
}
.slide {
  overflow: hidden;
  -webkit-transition: var(--transition), opacity 1s;
  transition: var(--transition), opacity 1s;
  border-radius: 4px;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}
@media only screen and (min-width: 1025px) {
.slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
.slide:hover {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
    -webkit-box-shadow: var(--box-shadow-hover);
            box-shadow: var(--box-shadow-hover);
  }
.slide:hover img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slide-media {
  padding-top: 62.5%;
}
.slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
.slide-content {
  padding: 3.2rem;
}
.slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}
.slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}
/*.swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.0;
    display: none;

}*/
