@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal
}
*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit
}
:after, :before {
  text-decoration: inherit;
  vertical-align: inherit
}
* {
  margin: 0;
  padding: 0
}
hr {
  color: inherit;
  height: 0;
  overflow: visible
}
details, main {
  display: block
}
summary {
  display: list-item
}
small {
  font-size: 80%
}
[hidden] {
  display: none
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
a {
  background-color: transparent
}
a:active, a:hover {
  outline-width: 0
}
code, kbd, pre, samp {
  font-family: monospace, monospace
}
pre {
  font-size: 1em
}
b, strong {
  font-weight: bolder
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
table {
  border-color: inherit;
  text-indent: 0
}
iframe {
  border-style: none
}
input {
  border-radius: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
textarea {
  overflow: auto;
  resize: vertical
}
button, input, optgroup, select, textarea {
  font: inherit
}
optgroup {
  font-weight: 700
}
button {
  overflow: visible
}
button, select {
  text-transform: none
}
[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}
button, input, select, textarea {
  background-color: transparent;
  border-style: none
}
a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0
}
select {
  -moz-appearance: none;
  -webkit-appearance: none
}
select::-ms-expand {
  display: none
}
select::-ms-value {
  color: currentColor
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit
}
[disabled] {
  cursor: default
}
img {
  border-style: none;
  vertical-align: bottom;
}
progress {
  vertical-align: baseline
}
[aria-busy=true] {
  cursor: progress
}
[aria-controls] {
  cursor: pointer
}
[aria-disabled=true] {
  cursor: default
}
html {
  background: #fff;
  font-size: 10px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1380px) {
  html {
    font-size: .7246376vw
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.5641024vw
  }
}
body {
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: Noto Sans JP, sans-serif;
  font-style: normal
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

ul, ol {
  list-style: none
}
a {
  text-decoration: none;
  transition: opacity .3s;
}
a:hover{
  opacity: .7;
}
img {
  max-width: 100%
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.menu-toggle{
  display: block;
  z-index: 99999;
  width: 6.4rem;
  height: 5.1rem;
  cursor: pointer;
  transition: all 0.5s ease;
  border:none;
  border-radius: 50%;
}
.menu-toggle-wrap{
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.menu-toggle-wrap span{
  display: inline-block;
  position: absolute;
  width: 100%;
  height: .7rem;
  background-color: #989898;
  border-radius: .3rem;
}   
.menu-toggle-wrap span:nth-of-type(1) {
  top: 0;
  left: 0;
}
.menu-toggle-wrap span:nth-of-type(2) {
  top: 2.2rem;
  left: 0;
}
.menu-toggle-wrap span:nth-of-type(3) {
  top: 4.4rem;
  left: 0;
}

.toggled .menu-toggle-wrap span{
  background-color: #ffffff;
}

.toggled .menu-toggle-wrap span:nth-of-type(1) {
  transform: scaleX(1.1) translateY(2.6rem) rotate(-45deg);
}
.toggled .menu-toggle-wrap span:nth-of-type(2) {
  transform: scale(0);
}
.toggled .menu-toggle-wrap span:nth-of-type(3) {
  transform: scaleX(1.1) translateY(-1.6rem) rotate(45deg);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .menu-toggle{
    width: 3.2rem;
    height: 2.6rem;
  }
  .menu-toggle-wrap span{
    height: .35rem;
  }
  .menu-toggle-wrap span:nth-of-type(2) {
    top: 1.1rem;
    left: 0;
  }
  .menu-toggle-wrap span:nth-of-type(3) {
    top: 2.2rem;
    left: 0;
  }
  .toggled .menu-toggle-wrap span:nth-of-type(1) {
    transform: scaleX(1.1) translateY(1.3rem) rotate(-45deg);
  }

  .toggled .menu-toggle-wrap span:nth-of-type(3) {
    transform: scaleX(1.1) translateY(-0.9rem) rotate(45deg);
    width: 100%;
  }
}
.mobile-nav{
  display: block;
  position: fixed;
  top:0;
  right:0;
  width:100%;
  height:100vh;
  transform: translateX(100%); opacity: 0; /* 右から*/
  /*transform: translateY(-100%);*/ /*  上から*/
  transition: all 0.3s ease;
  z-index: 9999;
}
.mobile-nav.toggled{
  transform: translateX(0); opacity: 1; /*右から*/
  /*transform: translateY(0);*/ /*上から*/
}

.mobile-nav-wrap{
  width:100%;
  height:100%;
  padding:13rem 0 2rem;
  background: #000 url("../assets/msg-bg.webp") left top repeat-y;
  background-size: cover;
}

.mobile-nav ul{
  list-style: none;
  margin:0;
  padding:0;
  display: flex;
  flex-direction: column;
  
}
.mobile-nav ul li{
  
}
.mobile-nav ul li a{
  display: block;
  color:#fff;
  padding:3rem 1rem;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .mobile-nav-wrap{
    padding:10rem 0 2rem;
    background: #000 url("../assets/msg-bg_sp.webp") left top repeat-y;
    background-size: cover;
  }
  .mobile-nav ul li a{
    font-size: 1.6rem;
  }
}

/* Mobile 下層メニュー　最初は非表示 */
.mobile-nav ul li.menu-item-has-children > ul.sub-menu > li:first-child{
  border-top: #666666 solid 1px;
}
.mobile-nav.toggled ul.sub-menu{
  height: 0;
  transition: .3s;
  overflow:hidden;
  border-top:0;
}
.mobile-nav ul.sub-menu li a {
  width: 100%;
  margin: 0;
}
.mobile-nav ul.sub-menu li:last-child{
  border-bottom: 0;
}
.mobile-nav li.menu-item-has-children{
  position: relative;
  cursor: pointer;
}
.mobile-nav li.menu-item-has-children::before,
.mobile-nav li.menu-item-has-children::after{
  content: "";
  position: absolute;
  background-color:#fff;
  pointer-events: none;
}
.mobile-nav li.menu-item-has-children::before{/*17px*/
  top:34px;
  right:20px;
  width:17px;
  height:1px;
}
.mobile-nav li.menu-item-has-children::after{/*17px*/
  top:26px;
  right:28px;
  width:1px;
  height:17px;
}
.mobile-nav li.menu-item-has-children.focus::after{
  display: none;
}


.underline {
  background: linear-gradient(to bottom, transparent 0%, transparent 65%, #fff100 65%, #fff100 100%);
  background-size: 100% 100%;
  background-position: 0 0;
  padding-bottom: .3rem
}
.global {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 8rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.4rem;
}
.global .logo {
  width: 43rem;
}
.global .logo img {
  display: block
}

@media screen and (max-width: 768px) {
  .global {
    height: 4rem;
    padding:0 .6rem;
  }
  .global .logo {
    width: 21.6rem;
  }
}
.sp {
  display: none
}
.pc {
  display: block
}
@media screen and (max-width: 768px) {
  .sp {
    display: block
  }
  .pc {
    display: none
  }
}
.anchor{
  padding-top:8rem;
  margin-top:-8rem;
}
@media screen and (max-width: 768px) {
  .anchor{
    padding-top:4rem;
    margin-top:-4rem;
  }
}
.header{
  position: relative;
  width:100%;
  padding-top:50.7246376%;
  margin-top:8rem;
  background: #000;
}
.header .lead{
  width:100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right: 0;
}
.header .lead img{
  width:100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .header{
    padding-top:112.9069829%;
    margin-top:4rem;
  }
}
.main{
}
.main .section{
  padding: 6rem 9rem 0;
}
.main .section .section-inner{
  width:120rem;
  max-width: 100%;
  margin:0 auto;
}
.main .bg-wrap{
  background: url("../assets/section-bg.webp") center top repeat-y, linear-gradient(90deg, #fff100 50%, #009360 50%) ;
  background-size: 33.333333%, 100%;
  padding-bottom:10rem;
}
.main .bg-wrap.bnr-area{
  padding-bottom:0;
}
.frame01{
  border:#ccc solid .6rem;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .main .section{
    padding: 2rem 1.5rem 0;
  }
  .frame01{
    border:#ccc solid .2rem;
    border-radius: .7rem;
  }
  .main .bg-wrap{
    padding-bottom:4rem;
  }
}
.section-heading{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
}
.section-heading img{
  display: block;
  height: auto;
}
.section-heading img.map{
  width:13.5rem; 
}
.section-heading img.record{
  width:22.6rem;
  margin-bottom: 2rem;
}
.section-heading span.ja{
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color:#fff;
  text-align:center;
}
@media screen and (max-width: 768px) {
  .section-heading{
    font-size: 4rem;
    margin-bottom: 2rem;
  }
  .section-heading span.ja{
   font-size: 1.2rem;
  }
  .section-heading img.map{
    width:7.8rem; 
  }
  .section-heading img.record{
    width:12.1rem;
    margin-bottom: 1rem;
  }
}
.main .msg-section{
  background: #000 url("../assets/msg-bg.webp") left top repeat-y;
  background-size: cover;
  padding-top:2rem;
  padding-bottom: 10rem;
}
.main .msg-section .section-inner{
  padding-top:11rem;
  border-top: rgba(255,255,255,0.50) solid .2rem;
}
.msg-section .msg-title{
  text-align: center;
  color:#fff;
  font-size: 4.1rem;
  margin-bottom: 5rem;
}
.msg-section .msg-text{
  text-align: center;
  color:#fff;
  font-size: 2rem;
  line-height: 2.1;
}
.highlight{
  padding:6rem 0 0;
  text-align: center;
}
.highlight-text{
  color: rgba(187,187,187,0.80);
  font-size: 1.6rem;
}
.coming-soon{
  color: rgba(217,217,217,0.60);
  font-size: 4.6rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .main .msg-section{
    background: #000 url("../assets/msg-bg_sp.webp") left top repeat-y;
    padding-top:0;
    padding-bottom: 3rem;
  }
  .main .msg-section .section-inner{
    padding-top:3.5rem;
    border-top: rgba(255,255,255,0.50) solid .1rem;
  }
  .msg-section .msg-title{
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
  .msg-section .msg-text{
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .highlight{
    padding:4rem 0 0;
  }
  .highlight-text{
    font-size: 1.3rem;
  }
  .coming-soon{
    font-size: 2.4rem;
  }
}
.main .bnr-area{
  background: #000 url("../assets/bnr-bg.webp") left bottom repeat-y;
  background-size: cover; 
}
.main .bnr-section{
  padding-top:6.5rem;
  padding-bottom:6.5rem;
}
.bnr-section .bnr-item{
  background-color: #fff;
}
.bnr-section .bnr-item:not(:last-child){
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .main .bnr-area{
    background: #000 url("../assets/bnr-bg_sp.webp") left bottom repeat-y;
    background-size: cover;
  }
  .main .bnr-section{
    padding-top:1.5rem;
    padding-bottom:1.5rem;
  }
  .bnr-section .bnr-item:not(:last-child){
    margin-bottom: 1.5rem;
  }
}
.main .map-section{
  padding-top:12rem;
}
.map-section .frame01{
    padding: 5.5rem 6.5rem;
}
@media screen and (max-width: 768px) {
  .main .map-section{
    padding-top:4.5rem;
  }
  .map-section .frame01{
    padding: 1.5rem 1.5rem;
  }
}
.chance-bnr{
  background-color: #fff;
  border-radius: 2rem;
}
.chance-bnr a{
  display: block;
}
.chance-bnr-big-sp{
  margin-bottom:1rem;
}
.app-section .frame01{
    padding: 3.5rem 4.4rem;
}
.app-heading{
  width:100%;
  height: 6.3rem;
  color:#fff;
  font-size: 3.2rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  line-height: 6.3rem;
  background: url("../assets/app-title-bg.svg") left top no-repeat;
  background-size: contain;
}
.app-images{
  display: flex;
  margin-top:4.5rem;
}
.app-images-item{
  width:50%;
  text-align: center;
}
.app-images-item img{
  width: 30.5rem;
}
.app-images-item .team{
  font-size: 2.6rem;
  margin-top:1.5rem;
}
.app-subheading{
  font-size: 2.6rem;
  font-weight: 400;
  margin:2.5rem 0 2rem;
}
.app-subheading::before{
  content: "■";
}
.app-howto{
  display: flex;
  align-items: center;
}
.app-howto-item img{
  width: 33.4rem;
}
.app-howto-item:not(:last-child){
  display: flex;
  align-items: center;
  position: relative;
  margin-right: .9rem;
}
.app-howto-item:not(:last-child)::after{
  content: "";
  display:block;
  width:3rem;
  height:3rem;
  background: url("../assets/app-arrow.svg") 0 0 no-repeat;
  background-size: contain;
  margin-left: .9rem;
}
.app-section .btn-block{
  display: flex;
  justify-content: space-between;
  margin: 6rem 0 4rem;
}
.app-section .btn-big{
  width:52rem;
  height: 9rem;
}
.app-section .btn-big a{
  display: block;
  width:100%;
  height: 100%;
  border-radius: 4.5rem;
  color:#fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 3.1rem;
  line-height: 9rem;
  text-align: center;
  padding-right: 2rem;
}
.app-section .btn-big.app a{
  letter-spacing: -0.05em;
  background: #338dc9 url("../assets/btn-arrow.svg") right 2.2rem top 50% no-repeat;
  background-size: 2.5rem;
}
.app-section .btn-big.web a{
  background: #d4145a url("../assets/btn-arrow.svg") right 5.5rem top 50% no-repeat;
  background-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .app-section .frame01{
    padding: 1rem .5rem;
    }
  .app-heading{
    width:100%;
    height: 5rem;
    font-size: 1.6rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    padding-top:.6rem;
    line-height: 1.8rem;
    background: url("../assets/app-title-bg_sp.svg") left top no-repeat;
    background-size: contain;
  }
  .app-images{
    margin:2.5rem 1rem 0;
    justify-content: space-between
  }
  .app-images-item img{
    width: 15rem;
  }
  .app-images-item:nth-child(1){
    text-align: left;
  }
  .app-images-item:nth-child(2){
    text-align: right;
  }
  .app-images-item .team{
    font-size: 1.2rem;
    margin-top:1rem;
    text-align: center;
    font-feature-settings: "palt"; 
  }
  .app-subheading{
    font-size: 1.7rem;
    font-weight: 400;
    margin:2rem 1rem 2rem;
  }
  .app-howto{
    display: block;
  }
  .app-howto-item img{
    width: 26.7rem;
  }
  .app-howto-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-right: 0;
    margin-bottom: .5rem;
  }
  .app-howto-item:not(:last-child)::after{
    width:3rem;
    height:3rem;
    transform: rotate(90deg);
    margin-top: .5rem;
  }
  .app-section .btn-block{
    flex-direction: column;
    align-items: center;
    margin: 3.5rem 0 2rem;
  }
  .app-section .btn-big{
    width: 26rem;
    height: 4.5rem;
  }
  .app-section .btn-big:nth-child(1){
    margin-bottom: 2.5rem;
  }
  .app-section .btn-big a{
    font-size: 1.6rem;
    line-height: 4.5rem;
    text-align: center;
    padding-right: 1rem;
  }
  .app-section .btn-big.app a{
    background-position: right 1.1rem top 50%;
    background-size: 1.2rem;
  }
  .app-section .btn-big.web a{
    background-position: right 2.2rem top 50%;
    background-size: 1.2rem;
  }

}
.card-section .frame01{
  padding:3.6rem 4.4rem 1.5rem;
}
.card-heading{
  width:75rem;
  max-width: 100%;
  height: 20rem;
  margin-left: -9.8rem;
  padding: 1rem 0 0 19rem;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.03em;
  background: url("../assets/card-title-bg.webp") 0 0 no-repeat;
  background-size: contain;
}
.card-heading sup{
  font-size: 1.8rem;
  font-weight: 400;
  vertical-align: top;
  position: relative;
  top: 0.3em;
  left: -0.3em;
}
.card-images{
  display: flex;
  column-gap: 6.8rem;
  align-items: flex-end;
  margin-top:-10.5rem;
  margin-bottom:3rem;
}
.card-images-item img{
  border-radius: 1.5rem;
  box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.3);
}
.card-note{
  font-size: 1.6rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .main .card-section{
    padding: 2rem 2.2rem 0;
  }
  .card-section .frame01{
    padding:1rem .5rem 1rem;
  }
  .card-heading{
    width:35rem;
    max-width: none;
    height: 9rem;
    margin-left: -2.7rem;
    padding: .5rem 0 0 8.5rem;
    font-size: 1.7rem;
    line-height: 1.3;
    background: url("../assets/card-title-bg_sp.webp") 0 0 no-repeat;
    background-size: contain;
  }
  .card-heading sup{
    font-size: 1.2rem;
  }
  .card-images{
    flex-direction: column;
    margin-top:1.5rem;
    align-items: center;
    margin-bottom:0;
  }
  .card-images-item:nth-child(1),
  .card-images-item:nth-child(2){
    width:20.7rem;
    margin-bottom:2rem;
  }
  .card-images-item:nth-child(3){
    width:12.8rem;
    margin-bottom:2rem;
  }
  .card-images-item img{
    border-radius: .7rem;
  }
  .card-note{
    font-size: 1.1rem;
  }
}
.record-table{
  width:100%;
  border-collapse: collapse;
}
.record-table td:nth-child(1){
  width:18%;
}
.record-table td:nth-child(2){
  width:24%;
}
.record-table td:nth-child(3){
  width:18%;
}
.record-table td:nth-child(4){
  width:5%;
}
.record-table td:nth-child(5){
  width:12%;
}
.record-table td:nth-child(6){
  width:5%;
}
.record-table td:nth-child(7){
  width:18%;
}
.record-table td,
.record-table th{
  border:#e6e6e6 solid 1px;
  text-align: center;
  vertical-align: middle;
  padding:.5rem;
}
.record-table th{
  background-color: #999;
  color:#fff;
  padding: 1.5rem .5rem;
  font-weight: 400;
}
.record-table td{
  background-color: #fff;
  padding: .5rem .5rem .3rem .5rem;
}
.record-table td.pk{
  padding: .5rem .5rem 0 .5rem;
}
.record-table td .icon-jef{
  width:4.2rem;
  height: auto;
  max-width: 100%;
}
.record-table td .icon-reysol{
  width:4.4rem;
  height: auto;
  max-width: 100%;
}
.record-table td .icon-score{
  height: 2.6rem;
  width: auto;
}
.record-table td .icon-score.pk{
  height: 4rem;
  margin-left: .3rem;
}
.record-table td .icon-score.m-r{
  margin-right: .3rem;
}
.record-table td .icon-score.m-l{
  margin-left: .3rem;
}
.record-table td .icon-score.m-l2{
  margin-left: .6rem;
}
@media screen and (max-width: 768px) {
  .main .record-section{
    padding-top:4rem;
  }
  .table-wrap{
    overflow: auto;
  }
  .record-table{
    width: 80rem;
  }
}
.total-table{
  width:100%;
  border-collapse: collapse;
  margin-top:8.7rem;
}
.total-table td,
.total-table th{
  border:#000 solid 1px;
  text-align: center;
  vertical-align: middle;
  padding:.5rem;
}
.total-table th{
  background-color: #e6e6e6;
  color:#000;
  padding: 1.5rem .5rem;
  font-weight: 400;
  font-size: 2.1rem;
}
.total-table td{
  background-color: #fff;
  padding: 3.8rem 1rem;
  font-size: 2.9rem;
}
.total-table td .logo-reysol{
  width:21.2rem;
}
.total-table td .logo-jef{
  width:26.7rem;
}
.total-table td:nth-child(odd){
  width:30%;
}
.total-table td:nth-child(even){
  width:20%;
}
.total-table td .logo-reysol{
  width:21.2rem;
  height: auto;
  max-width: 100%;
}
.total-table td .logo-jef{
  width:26.7rem;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .total-table{
    margin-top:2rem;
  }
  .total-table th{
    font-size: 1.6rem;
  }
  .total-table td{
    padding: 1.8rem 0.5rem;
    font-size: 1.6rem;
  }
}
.cv-block.frame02{
  width:90rem;
  max-width: 100%;
  margin:0 auto;
  border:#f2f2f2 solid .9rem;
  padding:3.8rem 4.3rem 4.3rem;
  background-color: #fff;
  text-align: center;
}
.cv-heading{
  font-size: 3.8rem;
  display: inline;
  font-feature-settings: "palt"; 
  background: linear-gradient(to bottom, transparent 0%, transparent 65%, #fcee21 65%, #fcee21 90%, transparent 90%, transparent 100%);
  background-size: 100% 100%;
  background-position: 0 0;
  padding-bottom: 0rem;
  text-align: center;
}
.cv-text{
  font-size: 3.8rem;
  padding-top: 4.5rem;
  margin-top:1rem;
  background: url("../assets/cv-line.svg") 0 0 no-repeat;
  background-size: contain;
  text-align: center;
  font-weight: 700;
}
.cv-section .btn-block{
  display: flex;
  justify-content: space-between;
  margin: 3.4rem 0 0;
}
.cv-section .btn-small{
  width:37.3rem;
  height: 6.4rem;
}
.cv-section .btn-small a{
  display: block;
  width:100%;
  height: 100%;
  border-radius: 3.2rem;
  color:#fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.8rem;
  line-height: 6.4rem;
  text-align: center;
  padding-right: 1rem;
}
.cv-section .btn-small.app a{
  letter-spacing: -0.05em;
  background: #338dc9 url("../assets/btn-arrow.svg") right 3.5rem top 50% no-repeat;
  background-size: 1.8rem;
}
.cv-section .btn-small.web a{
  background: #d4145a url("../assets/btn-arrow.svg") right 4.3rem top 50% no-repeat;
  background-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .cv-heading{
    font-size: 2rem;
  }
  .cv-block.frame02{
    border:#f2f2f2 solid .5rem;
    padding:2rem 2rem 2rem;
  }
  .cv-text{
    font-size: 2rem;
    padding-top: 2.2rem;
    margin-top:.5rem;
  }
  .cv-section .btn-block{
    flex-direction: column;
    align-items: center;
    margin: 3.5rem 0 2rem;
  }
  .cv-section .btn-small{
    width: 26rem;
    height: 4.5rem;
  }
  .cv-section .btn-small:nth-child(1){
    margin-bottom: 2.5rem;
  }
  .cv-section .btn-small a{
    font-size: 1.6rem;
    line-height: 4.5rem;
    text-align: center;
    padding-right: 1rem;
  }
  .cv-section .btn-small.app a{
    background-position: right 1.1rem top 50%;
    background-size: 1.2rem;
  }
  .cv-section .btn-small.web a{
    background-position: right 2.2rem top 50%;
    background-size: 1.2rem;
  }
}
.footer{
  background-color: #f2f2f2;
  padding:5.6rem 9rem;
}
.footer-inner{
  width:70rem;
  max-width: 100%;
  margin:0 auto;
}
.footer-heading{
  background-color: #cc000d;
  color:#fff;
  padding:2.6rem;
  text-align: center;
  font-size:1.6rem;
}
.tel-block{
  display: flex;
  padding-left: 4.8rem;
  margin-top:3.6rem;
}
.tel-block-item:nth-child(1){
  width:31.5rem;
}
.tel-block-item{
  border-left: #b3b3b3 solid 1px;
  padding:.2rem .5rem .2rem 2rem;
  line-height: 1.4;
}
.tel-block-item img.tel-01{
  width: 21.3rem;
  margin-top:2.2rem;
}
.tel-block-item img.tel-02{
  width: 23.2rem;
  margin-top:1rem;
}
.tel-block-item .tel-text-01{
  font-size:1.8rem;
  font-weight: 700;
}
.tel-block-item .tel-text-02{
  font-size:1.4rem;
  margin-top:-.5rem;
}
.tel-block-item .tel-note{
  font-size:1.2rem;
}
.reception-hours{
  border:#000 solid 1px;
  padding:1rem;
  width:50rem;
  max-width: 100%;
  font-size: 1.4rem;
  margin:4.3rem auto 4rem;
  background-color: #fff;
  text-align: center;
}
.precautions{
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .footer{
    padding:3rem 1.5rem;
  }
  .footer-heading{
    padding:1.5rem;
    font-size:1.3rem;
  }
  .tel-block{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top:0;
    flex-direction: column;
  }
  .tel-block-item{
    padding: 2rem 0 ;
    border-left: none;
    text-align: center;
  }
  .tel-block-item:nth-child(1){
    border-bottom: #b3b3b3 solid 1px;
  }
  .tel-block-item img.tel-01{
    width: 16.2rem;
    margin-top:1rem;
  }
  .tel-block-item img.tel-02{
    width: 18rem;
    margin-top:1rem;
  }
  .tel-block-item .tel-text-01{
    font-size:1.6rem;
  }
  .tel-block-item .tel-text-02{
    font-size:1.3rem;
  }
  .tel-block-item .tel-note{
    font-size:1.1rem;
  }
  .reception-hours{
    font-size: 1.2rem;
    padding:.5rem;
    margin:0 auto 2rem;
  }
  .precautions{
    font-size: 1.1rem;
  }
}

.popup {
  display: none; /* label でコントロールするので input は非表示に */
}

label.popup-open {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
label.popup-open:hover .bnr-item{
  background: #fff;
}
label.popup-open picture{
  transition: opacity .3s;
}
label.popup-open:hover picture{
  opacity: .8;
}

.popup-overlay {
  display: none; /* input にチェックが入るまでは非表示に */
}
#popup-1:checked ~ .popup-overlay.no1 {
  display: block;
}
#popup-2:checked ~ .popup-overlay.no2 {
  display: block;
}
.popup:checked ~ .popup-overlay {
  z-index: 99999;
  background-color:rgba(0,0,0,0.60);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.popup-window {
  width: 90vw;
  max-width: 85rem;
  padding: 6rem 5rem 4rem;
  background-color: #000;
  border-radius: 2rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-text {
  font-size: 2rem;
  color:#fff;
  margin-bottom: 1em;
}
.popup-text.mb0{
  margin-bottom: 0;
}
.popup-text.indent{
  text-indent: -3em;
  padding-left: 3em;
}
.popup-note{
  font-size: 1.4rem;
  color:#ededed;
  margin-bottom: 0rem;
}
.popup-close-btn{
  display: block;
  width:2.4rem;
  height: auto;
  position: absolute;
  top: -3.5rem;
  right: 1.5rem;
}
.popup-close {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}
.popup-open.no1 .bnr-item{
  margin-bottom:5rem;
}
@media screen and (max-width: 768px) {
  .popup-window {
    padding: 3rem 2rem 2rem;
  }
  .popup-text {
    font-size: 1.4rem;
  }
  .popup-note{
    font-size: 1.2rem;
  }
  .popup-close-btn{
    width:1.8rem;
    height: auto;
    top: -20px;
    right: 8px;
  }
  .popup-open.no1 .bnr-item{
    margin-bottom:1.5rem;
  }
}
/* 2026.2.6 追加 */
.highlight{
  width: 100%;
  max-width: 900px;
  margin:0 auto;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.bnr-section .section-inner,
.chance-section .section-inner{
  position: relative;
}
.bnr-section .section-inner .close-msg,
.chance-section .section-inner .close-msg{
  position: absolute;
  top:0;
  left: 0;
  width:100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0,0,0,0.75);
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.2rem;
  font-weight: bold;
}
.chance-section .section-inner .close-msg{
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .bnr-section .section-inner .close-msg,
  .chance-section .section-inner .close-msg{
    font-size: 2rem;
  }
  .chance-section .section-inner .close-msg{
    border-radius: 1.1rem 1.1rem 2rem 2rem;
  }
}