@charset "UTF-8";

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
img,
q,
strong,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
fieldset,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
figure {
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  outline: 0;
  border: none;
  background: none;
}

ol li,
ul li {
  list-style: none;
}

img,
fieldset {
  border: 0;
}

a {
  color: currentColor;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  max-width: 750px;
  vertical-align: bottom;
}

video {
  width: calc(690/750*100vw);
  max-width: 690px;
}

.container {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.center {
  text-align: center;
}

/* videoタグの黒線消すための指定 */
video {
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

/* 余白クラス */
.pt_75 {
  padding-top: 11%;
}

.mb_30 {
  margin-bottom: 4%;
}

.mb_80 {
  margin-bottom: 10.67%;
}

/* btn animation
------------------------------------------------------------------------------*/
@-webkit-keyframes pulse {
  from {
    margin-left: 0;
  }

  5% {
    margin-left: 8px;
  }

  10% {
    margin-left: 0;
  }

  to {
    margin-left: 0;
  }
}

@keyframes pulse {
  from {
    margin-left: 0;
  }

  5% {
    margin-left: 8px;
  }

  10% {
    margin-left: 0;
  }

  to {
    margin-left: 0;
  }
}

.animation {
  -webkit-animation: pulse 3.3s ease 0s infinite normal;
  animation: pulse 3.3s ease 0s infinite normal;
}

/* CVボタン */
.absolute_cv-btn img,
.absolute_cv-btn01 img,
.absolute_cv-btn03 img {
  width: calc(675/750*100vw);
  max-width: 675px;
}

.relative.sec01-bg {
  background-color: #fff;
  width: 100%;
  height: min(35.06666vw, 180px);
}
@media screen and (max-width:750px) {
  .relative.sec01-bg {
    height: min(35.06666vw, 93px);
  }
}

.relative.sec01-bg-md {
  background-color: #fff;
  width: 100%;
  height: min(12.4vw, 93px);
}

.relative.sec02-bg-md {
  background-color: #fff;
  width: 100%;
  height: min(59.73333vw, 448px);
}

.absolute2 {
  position: absolute;
}

.absolute2.left50 {
  left: 50%;
  transform: translateX(-50%);
}

.relative.sec02-bg-md .absolute2.sample {
  max-width: 578px;
  height: min(35.73333vw, 268px);
  left: 4%;
  top: 3%;
  z-index: 10;
}

/* sec01,03,04,05 CVボタン */
.sec01 .absolute_cv-btn {
  top: 0;
}

/* sec02 CVボタン */
.sec02 .absolute_cv-btn,
.sec03 .absolute_cv-btn {
  bottom: 30px;
}

.sec02 .absolute_cv-btn03,
.sec03 .absolute_cv-btn03 {
  bottom: 20;
}

/* sec03 */
.texture_01 {
  margin: 2% 0 5.66%;
}

.absolute_texture_02 {
  bottom: 3%;
}

.absolute_texture_03 {
  top: 75%;
}

/* アコーディオン */
.ac_box {
  width: calc(690/750*100vw);
  max-width: 690px;
  margin: auto;
}

/* 閉じてるとき */
.ac_box .ac_wrapper .ac_ttl {
  background: url(../images/cv-main-md-open.png) no-repeat top center /contain;
  height: min(12.4vw, 84px);
  max-height: 84px;
  cursor: pointer;
  transition-duration: 0.2s;
  position: relative;
}
@media screen and (max-width:750px) {
  .ac_box .ac_wrapper .ac_ttl {
    height: min(12.4vw, 42px);
    max-height: 42px;
  }
}
.ac_box .ac_wrapper .ac_ttl::after {
  content: '';
  background: url(../images/arrow.png) no-repeat top center /contain;
  position: absolute;
  z-index: 99;
  width: min(2.93333vw, 22px);
  height: min(5.333vw, 40px);
  top: 42%;
  transform: translateY(-50%);
  right: 8%;
  transition: 0.3s;
}

.ac_box .ac_wrapper .ac_ttl.on::after {
  content: '';
  background: url(../images/arrow.png) no-repeat top center /contain;
  position: absolute;
  z-index: 99;
  top: 25%;
  transform: translateY(-50%);
  right: 8%;
  transform: rotate(90deg);
}

/* 開いてるとき */
.ac_box .ac_wrapper .ac_ttl.open {
  width: 100%;
  background: url(../images/cv-main-md-close.png) no-repeat top center /contain;
}

/* ---------------------------------------------------- */
/* 閉じてるとき */
.ac_box .ac_wrapper .ac_ttl.ac_ttl2 {
  background: url(../images/cv-main02-md-open.png) no-repeat top center /contain;
  height: min(19.2vw, 90px);
  max-height: 90px;
  cursor: pointer;
  transition-duration: 0.2s;
}
@media screen and (max-width:750px) {
  .ac_box .ac_wrapper .ac_ttl.ac_ttl2 {
    height: min(19.2vw, 45px);
    max-height: 45px;
  }
}

.ac_box .ac_wrapper .ac_ttl.ac_ttl2::after {
  content: '';
  background: url(../images/arrow.png) no-repeat top center /contain;
  position: absolute;
  z-index: 98;
  width: min(3.73333vw, 28px);
  height: min(7.06666vw, 53px);
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
  transition: 0.3s;
}

.ac_box .ac_wrapper .ac_ttl.ac_ttl2.on::after {
  content: '';
  background: url(../images/arrow.png) no-repeat top center /contain;
  position: absolute;
  z-index: 98;
  top: 20%;
  transform: translateY(-50%);
  right: 8%;
  transform: rotate(90deg);
}

/* 開いてるとき */
.ac_box .ac_wrapper .ac_ttl.ac_ttl2.open {
  width: 100%;
  background: url(../images/cv-main02-md-close.png) no-repeat top center /contain;
  background-position: bottom;
}

/* ---------------------------------------------------- */
.ac_ttl {
  margin: auto;
}

.ac_ttl img {
  width: calc(530/750*100vw);
  max-width: 530px;
  padding: 3% 0 3% 9.8%;
}

.ac_box .ac_wrapper .ac_inner {
  display: none;
  text-align: center;
}

.ac_box .ac_closeBtn {
  text-align: center;
}

/* sec06 */
.sec06 {
  background-color: #f6f6f6;
}

.sec06 .relative {
  border-top: #d6d5d6 solid 1px;
}

.scroll-brock_top {
  padding-top: 6%;
  background-color: #f6f6f6;
}

.bar {
  position: absolute;
  top: -130%;
  left: 50%;
  height: calc(80/750*100vw);
  max-height: 80px;
  width: 1px;
  background-color: #333;
}

/* ブロック内スクロール */
.scroll-block {
  margin-right: 2px;
  padding: 4.6% 0;
  background-color: #f6f6f6;
  overflow-x: hidden;
  overflow-y: scroll;
  height: calc(766/750*100vw);
  max-height: 766px;
}

/* スクロールバーのデザイン変更 */
.scroll-block::-webkit-scrollbar {
  width: calc(7/750*100vw);
  max-width: 7px;
}

.scroll-block::-webkit-scrollbar-track {
  background-color: #f6f6f6;
}

.scroll-block::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}


/* sec07 CVボタン */
.absolute_cv-btn01 {
  bottom: 49%;
}

.sec07 .absolute_cv-user {
  bottom: 19%;
}

/* #fixed_cv */
#fixed_cv {
  display: none;
  position: fixed;
  bottom: 0;
  height: auto;
  z-index: 999;
}

#fixed_cv.isActive {
  display: block;
  width: 100%;
  transition: all 0.2s ease-in;
  text-align: center;
}

.mt {
  margin-top: min(7.33333vw, 55px);
}

.mt02 {
  margin-top: min(4vw, 30px);
}

/* フッター */
.footer {
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: min(2.666vw, 20px);
  color: #727171;
  border-top: solid 1px #8d8c8c;
  padding: 4% 0;
}

.footer__nav {
  display: flex;
  justify-content: center;
  text-align: center;
}

.footer__nav a {
  display: inline-block;
  padding: 0 4%;
}

.footer .text {
  margin: 1.07% 0 0;
  text-align: center;
}

@media screen and (max-width:750px) {
  .relative.sec02-bg-md .absolute2.sample {
    width: 75%;
    top: 2%;
    left: 3%;
  }
}

@media screen and (max-width:375px) {
  .relative.sec02-bg-md .absolute2.sample {
    width: 70%;
    top: -1%;
    left: 6%;
  }
}

/* #fixed_cv */
.button_fixed {
	display: none;
	/*opacity: 0;*/
	position: fixed;
	bottom: 20px;
	height: auto;
	z-index: 997;
}
.button_fixed.isActive {
	display: block;
	/*opacity: 1;*/
	transition: all 0.2s ease-in;
}

  /* 2024.3.13追加 */
  .cv_btn_henpin {
    margin-bottom: 3%;
    }


/* 会員リンク追加 */
.mb_l {
  margin-bottom: max(15%,10px);
}
.mb_s {
  margin-bottom: 5%;
}

.pb_l {
  padding-bottom: 10%;
}

/* テクスチャアニメーション */
.sec-texture {
  position: relative;
}

.tex-ani{
  width: 66.66%;
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.relative.sec01-bg {
  background-color: #fff;
  width: 100%;
  height: min(35.06666vw, 180px);
}
@media screen and (max-width:750px) {
  .relative.sec01-bg {
    height: min(35.06666vw, 93px);
  }
}
/* 閉じてるとき */
.ac_box .ac_wrapper .ac_ttl {
  background: url(../images/cv-main-md-open.png) no-repeat top center /contain;
  height: min(12.4vw, 84px);
  max-height: 84px;
  position: relative;
}
@media screen and (max-width:750px) {
  .ac_box .ac_wrapper .ac_ttl {
    height: min(12.4vw, 42px);
    max-height: 42px;
  }
}
.ac_box .ac_wrapper .ac_ttl::after {
  background: url(../images/arrow.png) no-repeat top center /contain;
  width: min(2.93333vw, 22px);
  height: min(5.333vw, 40px);
  top: 42%;
  transform: translateY(-50%);
  right: 8%;
}

.ac_box .ac_wrapper .ac_ttl.on::after {
  background: url(../images/arrow.png) no-repeat top center /contain;
  top: 25%;
  transform: translateY(-50%);
  right: 8%;
  transform: rotate(90deg);
}
/* 開いてるとき */
.ac_box .ac_wrapper .ac_ttl.open {
  width: 100%;
  background: url(../images/cv-main-md-close.png) no-repeat top center /contain;
}
/* ---------------------------------------------------- */
/* 閉じてるとき */
.ac_box .ac_wrapper .ac_ttl.ac_ttl2 {
  background: url(../images/cv-main02-md-open.png) no-repeat top center /contain;
  height: min(19.2vw, 90px);
  max-height: 90px;
}
@media screen and (max-width:750px) {
  .ac_box .ac_wrapper .ac_ttl.ac_ttl2 {
    height: min(19.2vw, 45px);
    max-height: 45px;
  }
}
.ac_box .ac_wrapper .ac_ttl.ac_ttl2::after{
  background-image: url(../images/arrow.png);
  top: 50%;
}
.ac_box .ac_wrapper .ac_ttl.ac_ttl2.on::after{
  background-image: url(../images/arrow.png);
  top: 20%;
}
.swiper-button-next::after, .swiper-button-prev::after{
  display: none;
}
.swiper .swiper-button-prev{
  height: 54px;
  width: 54px;
  left: 0;
}
@media screen and (max-width:750px) {
  .swiper .swiper-button-prev{
    height: 7.2vw;
    width: 7.2vw;
  }
}
.swiper .swiper-button-next {
  height: 54px;
  width: 54px;
  right: 0;
}
@media screen and (max-width:750px) {
  .swiper .swiper-button-next {
    height: 7.2vw;
    width: 7.2vw;
  }
}
.btn-wrap{
  position: relative;
}
.btn-wrap .btn{
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 18%;
  width: 80vw;
  max-width: 600px;
}
.btn-wrap .btn.is-member{
  bottom: 9%;
  width: 38.93vw;
  max-width: 292px;
}
.tokuten{
  position: relative;
}
.tokuten button{
  cursor: pointer;
}
.tokuten .is-btn02{
  position: absolute;
  right: 255px;
  top: 117px;
}
@media screen and (max-width:750px) {
  .tokuten .is-btn02{
    width: 32vw;
    right: 34vw;
    top: 15.6vw;
  }
}
.tokuten .is-btn03{
  position: absolute;
  right: 10px;
  top: 117px;
}
@media screen and (max-width:750px) {
  .tokuten .is-btn03{
    width: 32vw;
    right: 1.33vw;
    top: 15.6vw;
  }
}
/* modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 998;
  max-width: 750px;
}
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 650px;
  padding: 20px;
  background: white;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 999;
}
@media screen and (max-width:750px) {
  .modal-content {
    padding: 2.6vw;
  }
}
.modal .js-modal-close {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
#jsClose{
  top: -69px;
}
@media screen and (max-width:750px) {
  #jsClose{
    top: -9.2vw;
    width: 16.6vw;
  }
}
