@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
body {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', meiryo, sans-serif, -apple-system, BlinkMacSystemFont, 'Helvetica Neue';
}

@media(max-width:576px) and (min-width:0px) {
  li {
    text-indent: -24px;
    list-style: none;
  }
}
@media(min-width:577px) {
  li {
    padding-left: 24px;
    text-indent: -40px;
    line-height: 54px;
    list-style: none;
  }
}

#hero {
	background-image: url("images/fv_background.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.vr-text-green {
	color: #03B894;
}

.vr-text-blue {
	color: #0075BF;
}

.vr-bg-green {
	background-color: #03B894;
}

.btn-ignore {
	pointer-events: none;
}
.series-icon {
  margin-right: 15px;
}
.vr_type {
  text-align: center;
  background-color: #DC181A;
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
  width: 100%;
  padding: 4px;
  border-radius: 100vh;
}
/* 資料用ボタン */
@media(max-width:576px) and (min-width:0px) {
  .btn-download {
    position: relative;
    background-color: #FFAF46;
    padding: 6%;
    border-radius: .6rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    height: 70px;
    box-shadow: 5px 5px 0 0 #059A7C;
  }
}
@media(min-width:577px) {
  .btn-download {
    position: relative;
    background-color: #FFAF46;
    padding: 1.5rem;
    border-radius: .6rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    box-shadow: 5px 5px 0 0 #059A7C;
  }
}

.btn-download:before {
  content: url("images/contact_arrow.png");
  position: absolute;
  top: 30%;
  right: 30px;
}

a:hover {
  color: #fff;
}

@media(max-width:576px) and (min-width:0px) {
  .btn-contact {
    position: relative;
    background-color: #DC181A;
    padding: 6%;
    border-radius: .6rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    height: 70px;
    box-shadow: 5px 5px 0 0 #059A7C;
  }
}
@media(min-width:577px) {
  .btn-contact {
    position: relative;
    background-color: #DC181A;
    padding: 1.5rem;
    border-radius: .6rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    box-shadow: 5px 5px 0 0 #059A7C;
  }
}

.btn-contact:before {
  content: url("images/contact_arrow.png");
  position: absolute;
  top: 30%;
  right: 30px;
}

.bg-dot {
  /*background-image: url(images/background_dotted.png);*/
}

/* よくあるご質問 */
.ac_qa {
	border: 2px solid #03B894;
}

#ac_btn {
  display: block;
	background-color: #F7F7F7;
	border-bottom: #A6A6A6 solid 2px;
	box-shadow: none;
  margin-bottom: 10px;
  text-align: right;
}

@media(max-width:576px) and (min-width:0px) {
  .ac-qa-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
  .qa-icon {
    height: 30px;
  }
}
@media(min-width:577px) {
  .ac-qa-qadding {
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  }
}

/* プログレスバー */
.progresses{
  display: flex;
  align-items: center;
}

.line_b{
  width: 100px;
  height: 5px;
  background: #ACACAC;
}

.line_a{
  width: 100px;
  height: 5px;
  background: #03B894;
}

.line_d{
  width: 86px;
  height: 0px;
  background: #fff;
}

.steps_b{
  display: flex;
  background-color: #ACACAC;
  color: #fff;
  font-size: 14px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.steps_a{
  display: flex;
  background-color: #03B894;
  color: #fff;
  font-size: 14px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.steps_t_b{
  display: flex;
  background-color: #fff;
  color: #ACACAC;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

.steps_t_a{
  display: flex;
  background-color: #fff;
  color: #03B894;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

/* テーブル */
tr {
  text-align: center;
  vertical-align: middle;
}

td {
  border: 1px solid #acacac!important;
}

@media(max-width:576px) and (min-width:0px) {
  .th_buy {
    background-color: #05b894!important;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding-top: 0.7rem!important;
    color: white;
  }

  .th_rent {
    background-color: #3180ee!important;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding-top: 0.7rem!important;
    color: white;
  }

  .th_exp {
    background-color: #ff5409!important;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding-top: 0.7rem!important;
    color: white;
  }
}
@media(min-width:577px) {
  .th_buy {
    background-color: #05b894!important;
    border-top-left-radius: 15px;
    padding-top: 0.7rem!important;
    color: white;
  }

  .th_rent {
    background-color: #3180ee!important;
    padding-top: 0.7rem!important;
    color: white;
  }

  .th_exp {
    background-color: #ff5409!important;
    border-top-right-radius: 15px;
    padding-top: 0.7rem!important;
    color: white;
  }
}

.th_pc {
  background-color: #f7f7f7!important;
  border: 1px solid #acacac!important;
}

.tbl_sp {
  font-size: small;
}

/* 吹き出し*/
.balloon1-left {
  position: relative;
  /*display: inline-block;*/
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #E5F0F4;
  border-radius: 15px;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #E5F0F4;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}

.balloon1-right {
  position: relative;
  /*display: inline-block;*/
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #E5F0F4;
  border-radius: 15px;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #E5F0F4;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
}

/* TOPへ戻るボタン */
#page_top{
  width: 62px;
  height: 62px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  background: #000;
  opacity: 0.6;
  border-radius: 15px;
}
#page_top a{
  position: relative;
  display: block;
  width: 62px;
  height: 62px;
  text-decoration: none;
}
#page_top a::before{
  content: url(images/pagetop_arrow.png);
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* youtube */
.video {
  position: relative;
  width: 100%;
  height:0px;
  padding-top: 56.25%;
}

.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* V字 */
@media(max-width:576px) and (min-width:0px) {
  .v_border {
    border-top: 60px solid #fff;
    border-right: calc(50vw) solid #D3ECFF;
    border-left: calc(50vw) solid #D3ECFF;
  }
}
@media(min-width:577px) {
  .v_border {
    border-top: 80px solid #fff;
    border-right: calc(50vw - 17px / 2) solid #D3ECFF;
    border-left: calc(50vw - 17px / 2) solid #D3ECFF;
  }
}

/* アコーディオンのアイコン */

button[aria-expanded="false"]:after {
  content: url("images/arrow_open.png");
}
button[aria-expanded="true"]:after {
  content: url("images/arrow_close.png");
}
.accordion-button:after {
  background-image: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
}

/* アコーディオンの速度調整 */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s linear;
  transition: height 0.5s linear;
}

/* 見出し */
.head-wrapper {
  max-inline-size: max-content;
  margin-inline: auto;
}

@media(max-width:576px) and (min-width:0px) {
  .head-btn {
    width: 335px;
    font-size: 1.3rem;
    font-weight: bold;
    background-color: #0075BF;
    color: #fff;
    margin: 20px;
  }
  .head-case {
    font-size: calc(1.3rem + 0.6vw);
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
  }
  .head-case-more {
    color: #222;
    font-weight: bold;
    font-size: 15px;
    margin-right: 10px;
  }
  .head-case-padding {
    padding-bottom: 17px;
  }
  .case-margin {
    padding-bottom: 40px;
  }
}
@media(min-width:577px) {
  .head-btn {
    width: 515px;
    font-size: 2rem;
    font-weight: bold;
    background-color: #0075BF;
    color: #fff;
    margin: 60px;
  }
  .head-case {
    font-size: calc(1.3rem + 0.6vw);
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: bold;
  }
  .head-case-more {
    color: #222;
    font-weight: bold;
    font-size: calc(0.85rem + 0.3vw);
    margin-right: 15px;
  }
  .head-case-padding {
    padding-bottom: 20px;
  }
  .case-margin {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}

/* 安全啓蒙VR */
@media(max-width:576px) and (min-width:0px) {
  .vr-title {
    color: #03B894;
    font-size: 24px;
    font-weight: bold;
  }
  .vr-image {
    max-width: 100%;
	height: auto;
  }
  .vr-margin {
    margin-bottom: 30px;
  }
  .vr-border {
    height: auto;
  }
}
@media(min-width:577px) {
  .vr-title {
    color: #03B894;
    font-size: 40px;
    text-align: left;
    font-weight: bold;
  }
  .vr-image {
    max-width: 100%;
  }
  .vr-margin {
    margin-bottom: 48px;
    /*max-width: 100%;*/
    height: auto;
  }
  .vr-card {
    padding-left: 30px;
    padding-right: 30px;
  }
  .vr-border {
    height: 298px;
  }
}

.vr-border {
	/*border-color: #56A3D5;*/
	border-width: 0px;
  border-radius: 15px;
  justify-content: center;
  background-color: #FEF9EC;
}

.vr-border-1 {
	/* border-color: #56A3D5;*/
	border-width: 0px;
  justify-content: center;
}

.vr-5-title{
  color: white;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
}
.vr-5-title::before{
    transform: skewX(-45deg);
    content: ''; /*ボックスを作る*/
    position: absolute;/*ポジションで中央に配置*/
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;/* 親要素の後ろに来るように-1 */
    background-color:#000;
}

@media(max-width:576px) and (min-width:0px) {
  .footer-text {
    font-size: 10px;
  }
}

.red-belt {
  background-color: #d90954;
  color: white;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 10px;
}
@media(max-width:576px) and (min-width:0px) {
  .red-belt {
    background-color: #d90954;
    color: white;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
.case-number {
  border: 1px solid #acacac;
  background-color: #fff;
  padding: 3px;
  font-size: 0.85rem;
}
.card-img-overlay {
  padding: 0;
  pointer-events: none;
  z-index: 9;
}
.youtube-link {
  position: relative;
  width: 100%;
  height: 100%; 
}
.youtube-link .img-responsive{
  width: 100%;
  height: 100%;
}
.youtube-link .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 20%; /* 画像の高さ調整をした場合は、こちらも同じ値に変更 */
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
}
.youtube-link .mask-img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
}
.youtube-link .mouse-over-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.7s ease;
}

.youtube-link:hover .mouse-over-mask {
  opacity: 1;
}
.vr-series {
  border-bottom: 2px solid #A6A6A6;
  margin-top: 15px;
  margin-bottom: 30px;
}
