/********** Template CSS **********/
:root {
    --primary: #01929b;
    --light: #F8F8F8;
    --dark: #252525;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Navbar ***/

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;font-size:3.2rem;
    letter-spacing:1px;

}

.section-title span { text-decoration: underline;text-decoration-thickness: 0.4em;text-decoration-color: rgba(1, 146, 155, .1) ;text-underline-offset: -0.2em;text-decoration-skip-ink: none;}

.section-title-sub {
    color:#3d3a39;
    font-weight:550 !important;font-size:1.7rem;
}

.section-title02 {
    color: #fff;
    font-weight: 600;font-size:3.2rem;
    letter-spacing:1px;

}

.section-title02 span { text-decoration: underline;text-decoration-thickness: 0.4em;text-decoration-color: rgba(255, 255, 255, .3) ;text-underline-offset: -0.2em;text-decoration-skip-ink: none;}

.section-title-sub02 {
    color:#fff;
    font-weight:550 !important;font-size:1.7rem;
}

.top_txt {font-size: 1rem;line-height: 2rem;color: #3d3a39;margin-top: -1.5% !important;}

/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px;
    background: #3d3a39;
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#box {border-top: 4px solid #3f3939;
            width: 100%;
            height: 100vh;
            background-position: top center;
            background-size: cover;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden !important;
	position: relative;
  padding: 0;
}



#box:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#box .container {
  padding-top: 110px;
}

@media (max-width: 992px) {
  #box .container {
    padding-top: 98px;
  }
}

#box h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: "Poppins", sans-serif;
	text-indent: -0.5em;
	letter-spacing: 3px;
}

#box h1 {color: #fff;}


#box h2 {
  color: #fff;
  margin-top: 10px;
  font-size: 22px;
font-family:   "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

#box .btns {
  margin-top: 30px;
}

#box .btn-menu, #box .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #cda45e;
}

#box .btn-menu:hover, #box .btn-book:hover {
  background: #cda45e;
  color: #fff;
}

#box .btn-book {
  margin-left: 15px;
}

#box .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#box .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#box .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#box .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#box .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #box {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #box .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #box {
    height: auto;
  }
  #box .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #box h1 {
    font-size: 32px;
    line-height: 36px;
  }
  #box h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.video-wrap {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden !important;
  z-index: -1;
  top: 0%;
  left: 0%;
}

.video-wrap::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #10394b;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
}

.video-wrap video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}


.mv__sub__catch02 {
  font-size:1rem !important;font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important;
color: #fff;background:rgba(0,0,0,.3);
  letter-spacing: 0.1em;
  border: 3px solid rgba(0,0,0,.4);
  position: relative;
  z-index: 1;
  transition: .3s; display: inline-block;
  padding: 8px 20px;text-align: center;
}

.mv__sub__catch02::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0 !important;
  bottom: 0 !important;
  z-index: -1;
  background:rgba(1,146,155,.85); 
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}

.mv__sub__catch02:hover::before {
 transform-origin: 0% 50%;
  transform: scaleX(1);
}

@media only screen and (max-width: 767.9px) {
.mv__sub__catch02 {
	font-size:0.9rem !important;padding: 8px 10px !important;text-align: center;}

}


#s1,#s2,#s3 {

display:inline-block;
overflow:hidden;
white-space:nowrap;text-align: center;
width:0%;color: #fff;
}


#s1 {
animation:s1 14s forwards;font-size:4rem;font-weight:550;
}
@keyframes s1 {
      from { width:0em; }
      33% { width:13em; }
      to { width:13em; }
}
.s2 {font-size:1.3rem;text-align: center;color: #fff;margin-bottom:3%;
}

.navbar-brand img {width:90%;}

#typewriter-text03 {
  color: #fff;font-size:3.5rem;font-weight:550;
}
#typewriter-text03::after {
  content: "|";
  animation: blink 1s infinite;
}



/*== 外の線が伸びる */

.btnlinestretches{
    /*線の基点とするためrelativeを指定*/
  position:relative;
    /*ボタンの形状*/
    padding: 10px 30px; 
  display:inline-block !important;
    text-decoration: none;font-weight: 600;
    outline: none;
    /*アニメーションの指定*/
  transition:all 0.3s ease-in-out;
}

/*hoverした際の背景の形状*/
.btnlinestretches:hover{
  background:#01929B;
  color: #fff;
  border-color:transparent;
}

/*線の設定*/
.btnlinestretches::before,
.btnlinestretches::after {
  content:'';
    /*絶対配置で線の位置を決める*/   
  position:absolute;
  border:solid #01929B;
  width:10px;
  height:10px;
    /*アニメーションの指定*/
  transition:all 0.3s ease-in-out;
}

/*線の位置と形状*/
.btnlinestretches::before{
  top:-6px;
  left:-6px;
  border-width:2px 0 0 2px;
}

/*線の位置と形状*/
.btnlinestretches::after{
  bottom:-6px;
  right:-6px;
  border-width:0 2px 2px 0;
}

/*hoverした際の線の形状*/
.btnlinestretches:hover::before,
.btnlinestretches:hover::after{
  width:calc(100% + 11px);
  height:calc(100% + 11px);
  border-color:#01929B;
}

@media (max-width: 991.9px) {
.btnlinestretches {margin-left:3%;margin-bottom: 5%;}
}
.flex {
  display: flex;
  flex-flow: row wrap;margin-top:3%;
  justify-content: start;margin-bottom: 5%;
}


.flex-item {
  background:#01929b;flex: 0 0 31.5%;padding: 1rem 1.5rem;margin-bottom:1%;
display: flex;color: #fff; font-size: 1.1rem;text-align:center; margin-right: 1%;
flex-direction: column;font-weight: 550;
}
@media (max-width: 992px) {
.flex {margin-top:7% !important;}
.flex-item {
	flex: 0 0 48.5%;}
}

@media (max-width:600px) {

.flex-item {
	flex: 0 0 100%;margin-bottom:2%;}
}


.about {margin:5% auto 0;
background: url(../img/back_line.png) no-repeat;background-size:cover;
}

.schedule {background-color: #01929B;padding: 5% 0;}
.nagare {background-color: #fff;padding:3% 4% !important;}
.nagare_in {background-color: rgba(1, 146, 155, .1);padding: 2%;margin: 2% auto;}


#gi1 { padding:0 2% 2%;text-align: center;}
#gi2 { padding: 4% !important;}
#gi3 { padding:2% !important;text-align: center; }
#gi3 img {width: 100%;padding-bottom: 4%; margin: auto;}

#gi2 h4 {font-size:1.6rem;font-weight:560 !important;line-height: 2.2rem;margin-top: 1%;}
#gi2 p {color: #3D3A39;font-size: 1rem; line-height:1.7rem;}

.time {font-size:4rem; font-weight: 600; color: #01929B; position: relative;height:220px;
  line-height: 70px;padding-top: 2%;
  display: inline-block;}
.time::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height:130px;
  margin: auto;
  background-color: #01929B;
}

@media (min-width: 993px) {
.grid-container{
  display: grid;
  grid-template-columns	:1fr 2fr 2fr !important;
  grid-template-rows	:1fr !important;
}
}
@media (min-width:601px) {
.grid-container{
  grid-template-columns	:2fr 2fr;
  grid-template-rows	:1fr 1fr;
}
}

@media (max-width: 992px) {
.nagare {padding:4% !important;}
.grid-container{
  grid-template-columns	:2fr 2fr;
  grid-template-rows	:1fr 1fr;
}
.time {height:180px;}
.time::after {
  height:90px;
}
}
@media (max-width:600px) {
#gi3 img {width: 90%;}
.nagare_in {padding:4% !important;}
.grid-container{
  grid-template-columns	:1fr;
}
.time {height:140px;}
.time::after {
  height:50px;
}
.container {padding:6% !important;}
}
	
.recruit {margin: 4% auto;}
.team-items h3 {font-size: 1.3rem; font-weight: 600 !important;margin-bottom:5% !important;font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important;}
.team-items h3 span {font-size: 1rem;padding-right: 0.4rem;}
.recruit_btn {font-size: 1rem; font-weight: 600 !important;color: #fff; background:#01929B;padding: 0.4rem 1.5rem;}

.entry_btn {text-align: center !important; margin:2% auto;}
.entry_btn a {font-size:1.3rem; font-weight: 600;display: inline-block;padding: .6rem 1.5rem !important;}

.footer_text {font-size: 1.1rem; color: #fff; margin-top:3%;margin-bottom: -1%;}
.footer_mail a {font-size: 1.2rem; color: #fff;font-weight: 600;}
.footer_mail a:hover {opacity: .6;}

.copyright_text {font-size: .9rem; color: #fff;}

@media (min-width: 768px) {
.footer_text span {padding-right: 1rem;}
}
@media (max-width: 767.9px) {
.footer_text {margin-top:5%;margin-bottom:2%;}
.footer_text span {display: block;}
}

.situmon {margin:0 auto;background-color:#efefef;padding-top:6% !important;padding-bottom:8% !important;}


.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dt,.cp_qa dd {
	position: relative;
	padding: 0.5em;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border-radius: 0.3em;
}
.cp_qa dt {
	margin: 0 3em 1em 3em;color: #3d3a39;
	background: #fff;font-size: 1.15rem;padding: 0.5rem 1rem;
}
.cp_qa dd {
	margin: 0 3em 3em 3em;
	background:rgba(1, 146, 155, .4);font-size: 1.15rem;color: #fff;padding: 0.5rem 1rem;font-weight: 600;
}
/* 吹き出し▶︎ */
.cp_qa dt::before,.cp_qa dd::before{
	position: absolute;
	z-index: 99;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
}
/* 質問吹き出し▶︎ */
.cp_qa dt::before {
	left: -0.4em;
	border-width: 6px 8.7px 6px 0;
	border-color: transparent #fff transparent transparent;
}
/* 答え吹き出し▶︎ */
.cp_qa dd::before {
	right: -0.4em;
	border-width: 6px 0 6px 8.7px;
	border-color: transparent transparent transparent rgba(1, 146, 155, .4);
}
/* ?!アイコン */
.cp_qa dt::after,.cp_qa dd::after {
	font-size: 1.2em;
	position: absolute;
	top: 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.2em;
}
/* ?アイコン */
.cp_qa dt::after {
	left: -2.5em;
	margin: 0 0.5em 0 0;
	padding: 0.2em 0.3em;
font-family: "Font Awesome 5 Free"; 
  content: "\f007";
	background: #F24405;
}
/* !アイコン */
.cp_qa dd::after {
	right: -2.5em;
	margin: 0 0 0 0.5em;
	padding: 0.2em 0.35em;
font-family: "Font Awesome 5 Free"; 
  content: "\f1ad";
	background: #0097a7;
}

.video_area_frame {width: 80% !important; margin: 6% auto 6%;max-width:800px;}
.video_area {width: 100% !important;position: relative;
  padding-top:56.25%;}
.video_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	height: 100%;}

 .video_area img {
	position: absolute;width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
}

.video_area:hover {opacity: .8;}


@media only screen and (max-width: 767.9px) {
	.video_area_frame {width:95% !important; margin: 3% auto 10%;padding-top:20%;}
}


.section-title-sub03 {
    color: #fff; background:#01929B;padding: 0.65rem 1rem 0.5rem;display: inline-block;
    font-weight:550 !important;font-size:1.45rem;
}

#time_out {animation: fadeout-anim 12s linear forwards;}

@keyframes fadeout-anim {
  100% {
    opacity: 0;
  }
}



@media (min-width: 992px){
	.px-lg-5-02 {padding-right:.7rem !important;padding-left:.5rem !important;}
}

@media (min-width:1008px){
	.px-lg-5-02 {padding-right:1rem !important;padding-left:1rem !important;}
}

@media (min-width:1050px){
	.px-lg-5-02 {padding-right:2rem !important;padding-left:2rem !important;}
}