/********** Template CSS **********/
html,body {
    overflow-x: hidden;
    height: auto;
}
:root {
    --primary: #fdc4b6;
    --secondary: #ED005E;
    --light: #F7F7F7;
    --dark: #404A3D;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
/*** fontsize ***/
.fs-logo {
  font-size: calc(5.375rem + 1.5vw) !important
}



.fw-bold {
    font-weight: 700 !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 500 !important;
}

.insta-list {
        width: 930px;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; */
      }
      @media screen and (max-width:767px){
        .insta-list {
          width: 94vw;
        }
      }
      .insta-list li {
        width: 300px;
        height: 300px;
        border: 1px solid #ccc;
      }
      @media screen and (max-width:767px){
        .insta-list li {
          width: 28vw;
          height: 28vw;
          overflow: hidden;
        }
      }
      .insta-list li + li{
        margin: 0 0 10px 10px;
      }
      .insta-list li:nth-child(4){
        margin: 0;
      }
      .insta-list li img{
        width: 100%;
        height: auto;
      }

/*** 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 {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.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;
}


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

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

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

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.about_top_text   {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 50%;
}

@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;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: url(file:///Macintosh%20HD/private/var/folders/31/ydk7rd_d23j88h6_6ybtz60r0000gn/T/Adobe/video/bg_rembo_video.mov) center center no-repeat;
    background-size: cover;
}

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

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}
.section-title2 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 0;
    border: 5px double rgba(255,255,255,0.60);
    -webkit-box-shadow: 0px 0px 10px 8px rgba(255,255,255,1.00);
    box-shadow: 0px 0px 10px 8px rgba(255,255,255,1.00);
    height: auto;
}
.section-title2:before,
.section-title2:after {
    font-family: 'Font Awesome 5 Free';
    line-height: 1;
    position: absolute;
    top: calc(50% - .5em);
    color: rgba(232, 165, 168,1);
    z-index: 0;
    text-shadow: 0px 0px 15px rgba(255,255,255,1.00);
}

.section-title2:before {
  left: 0;
  content: '\f101';
	z-index: 0;
}

.section-title2:after {
  right: 0;
  content: '\f100';
	z-index: 0;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 5px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
    opacity: 1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 6px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** About ***/
.about-experience {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -45px;
    bottom: -45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/*** Service ***/
.service-item {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    z-index: 0;
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
}

.service-item .service-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    z-index: 1;
}

.service-item .service-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s ease-out;
    z-index: 2;
}

.service-item:hover .service-img::after {
    width: 0;
    left: auto;
    right: 0;
    z-index: 1;
}

.service-item .service-text .service-icon {
    width: 140px;
    height: 140px;
    padding: 15px;
    margin-top: -70px;
    margin-bottom: 40px;
    background: #FFFFFF;
    border-radius: 140px;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

.service-item .service-text h5,
.service-item .service-text p {
    transition: .5s;
}

.service-item:hover .service-text h5,
.service-item:hover .service-text p {
    color: #FFFFFF;
}

.service-item .service-text .btn {
    color: var(--secondary);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .25);
}

.service-item .service-text .btn:hover {
    color: var(--dark);
    background: var(--secondary);
}


/*** Product ***/
.product-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.product-item .product-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.product-item:hover .product-overlay {
    opacity: 1;
    padding-top: 0;
}


/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .btn {
    border-color: transparent;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}


/*** Testimonial ***/
.testimonial-img {
    position: relative;
    min-height: 400px;
    background-image: url(file:///Macintosh%20HD/private/var/folders/31/ydk7rd_d23j88h6_6ybtz60r0000gn/T/Adobe/img/group_img.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.testimonial-img::after {
    position: absolute;
    font-weight: 900;
    font-size: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background-image: url(file:///Macintosh%20HD/private/var/folders/31/ydk7rd_d23j88h6_6ybtz60r0000gn/T/Adobe/img/group_img.png);
}

.testimonial-img img {
    position: absolute;
    width: auto;
    height: 100px;
    border-radius: 60px;
}

.testimonial-img img:nth-child(1) {
    top: 10%;
    left: 10%;
}

.testimonial-img img:nth-child(2) {
    top: 70%;
    left: 20%;
}

.testimonial-img img:nth-child(3) {
    top: 20%;
    left: 60%;
}

.testimonial-img img:nth-child(4) {
    bottom: 10%;
    right: 15%;
}

.testimonial-img img .animated.pulse {
    animation-duration: 2s;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 45px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
    color: var(--dark);
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    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;
    margin-right: 10px;
}

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


/* video */


/* ここから */
.mv {
  width: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}
 
/* 全体を囲う要素 */
.mv-wrap {
    position: relative;
    /* 背景画像の高さ */
    height: 500px;
    width: 100%;
}
 
video {
    display: block;
    width: 100%;
    /* 背景画像の高さ */
    height: 500px;
    /* 高さを維持したまま全体を表示させる */
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
 
.mv-bg {
    width: 100%;
    /* 背景画像の高さ */
    height: 500px;
    position: absolute;
    /* 薄いレイヤーの色 */
    background-image: url(file:///Macintosh%20HD/private/var/folders/31/ydk7rd_d23j88h6_6ybtz60r0000gn/T/Adobe/img/dot.png);
    /* videoの上に乗せる */
    z-index: 2;
    margin: auto;
    text-align: center;
}
 
.mv-txt {
    position: absolute;
    width: 100%;
    /* レイヤー背景の上に乗せる */
    z-index: 3;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
   
}

.border_line {
    border-bottom: 5px solid rgba(0,0,0,1.00);
}

.text-fuchikuro {
    color: #F20C0F;
    text-shadow: 2px 2px 1px #000,-2px -2px 1px #000,-2px 2px 1px #000,2px -2px 1px #000,2px 2px 1px #000,-2px -2px 1px #000,-2px 2px 1px #000,5px -5px 1px #000,5px 5px 1px #000,-5px -5px 1px #000,-5px 5px 1px #000,  5px -5px 1px #000;
    z-index: 2;
    text-align: center;
}



.float_left{
    float: left;
}

.bosyu_img {
    width: 90%;
}

.img_gaikan01{
    width: 40%;
    margin-left: -215px;
    transform: rotate( -5deg );
    -webkit-box-shadow: 0px 0px 6px;
    box-shadow: 0px 0px 6px;
    margin-top: 0px;
}

.img_gaikan02{
    width: 60%;
    margin-top: -52px;
    transform: rotate( 10deg );
    -webkit-box-shadow: 0px 0px 10px;
    box-shadow: 0px 0px 10px;
    margin-left: 64px;
}

.skip_illust{
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: auto;
    padding-top: auto;
    padding-right: auto;
    top: 50%;
    overflow-x: hidden;
    margin-top: -80px;
    width: 70em;
}

.text-bosyu{
    font-family: "ab-tsubaki", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    letter-spacing: -2px;
}

.text-syurou01{
    color: rgba(0,0,0,1.00);
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 2.6ex;
    pointer-events: none;
   
}

.text-syurou{
    color: rgba(0,0,0,1.00);
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 2.6ex;
    pointer-events: none;
    vertical-align: 14px;
}
.text-syurou02{
    color: rgba(0,0,0,1.00);
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 2.6ex;
    pointer-events: none;
}
.text-syurou-waku{
    background-color: rgba(240,131,0,1.00);
    color: rgba(255,255,255,1.00);
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-radius: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 2.6ex;
    pointer-events: none;
    top: 10px;
    bottom: 10px;
    vertical-align: 14px;
}

.mapcyousei{
    padding-top: 76px;
    margin-top: 87px;
    position: relative;
    top: 48px;
}

.map-frame{
    background-color: rgba(255,255,255,1.00);
    margin-right: 8px;
    margin-bottom: 20px;
    margin-left: 8px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 27px;
}

.left-jyuusyo{
    text-align: left;
    
}

.text-jyuusyo01{
    font-weight: 700;
    font-size: 2.5ex;
}

.sagyouimg-h{
    height: auto;
    width: 100%;
    margin-bottom: 10px;
}


.cyouse{
    top: 51px;
}

.illust-bar{
    height: 81px;
}


.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 75%; /* = height ÷ width × 100 */
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.footer_logo{
    height: 32vh;
}
.topimg {
    width: 100%;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    padding-left: auto;
    padding-top: auto;
    padding-right: auto;
    text-align: center;
    position: relative;
    display: block;
    height: auto;
}


@media screen and (min-width:992px) and (max-width:2600px){
	.topimg {
    width: 100%;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    padding-left: auto;
    padding-top: auto;
    padding-right: auto;
    text-align: center;
    position: relative;
    display: block;
	}
.skip_illust {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: auto;
    padding-top: auto;
    padding-right: auto;
    top: 50%;
    overflow-x: hidden;
    margin-top: -80px;
    width: 111em;
}
.text-faq03 {
    font-weight: 500;
    font-family: "Arial Black", Gadget, sans-serif, メイリオ;
    color: rgba(0,0,0,1.00);
    pointer-events: none;
    font-size: 20
		px;
    vertical-align: 0;
    line-height: -15%;
}
.text-faq02 {
    font-size: 25.0px;
    font-weight: 600;
    font-family: "Arial Black", Gadget, sans-serif, メイリオ;
    color: rgba(227,148,40,1.00);
    pointer-events: none;
    border-bottom: 3px dashed;
}
.text-time {
    font-size: 15pt;
    font-weight: 500;
    font-family: "Arial Black", Gadget, sans-serif, メイリオ;
    color: rgba(255,255,255,1.00);
    pointer-events: none;
}
}

@media screen and (min-width:768px) and (max-width:991.98px){
.topimg {
    width: 81em;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    padding-left: auto;
    padding-top: auto;
    padding-right: auto;
    text-align: center;
    position: relative;
    display: block;
}
.skip_illust {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: auto;
    padding-top: auto;
    padding-right: auto;
    top: 50%;
    overflow-x: hidden;
    margin-top: -80px;
    width: 92em;
}
.text-faq03 {
    font-weight: 500;
    font-family: "Arial Black", Gadget, sans-serif, メイリオ;
    color: rgba(0,0,0,1.00);
    pointer-events: none;
    font-size: 20px;
    vertical-align: 0;
}
.text-faq02 {
    font-size: 29px;
    font-weight: 600;
    font-family: "Arial Black", Gadget, sans-serif, メイリオ;
    color: rgba(227,148,40,1.00);
    pointer-events: none;
    border-bottom: 3px dashed;
}
.text-time {
    font-size: 15pt;
    font-weight: 500;
    font-family: "Arial Black", Gadget, sans-serif, メイリオ;
    color: rgba(255,255,255,1.00);
    pointer-events: none;
}
}

@media screen and (min-width:576px) and (max-width:767.98px){
.topimg {
    width: 60em;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    padding-left: auto;
    padding-top: auto;
    padding-right: auto;
    text-align: center;
    position: relative;
    display: block;
}
.skip_illust {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: auto;
    padding-top: auto;
    padding-right: auto;
    top: 50%;
    overflow-x: hidden;
    margin-top: -80px;
    width: 87em;
}
.text-faq02 {
    font-size: 24px;
    font-weight: 500;
    font-family: "Arial Black", Gadget, sans-serif, メイリオ;
    color: rgba(227,148,40,1.00);
    pointer-events: none;
    border-bottom: 3px dashed;
}
.text-faq03 {
    font-weight: 500;
    font-family: "Arial Black", Gadget, sans-serif, メイリオ;
    color: rgba(0,0,0,1.00);
    pointer-events: none;
    font-size: 15px;
    vertical-align: 0;
}
.text-time {
    font-size: 15pt;
    font-weight: 500;
    font-family: "Arial Black", Gadget, sans-serif, メイリオ;
    color: rgba(255,255,255,1.00);
    pointer-events: none;
}
}

@media screen and (min-width:300px) and (max-width:575.98px){
.topimg {
    width: 45em;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    padding-left: auto;
    padding-top: auto;
    padding-right: auto;
    text-align: center;
    position: relative;
    display: block;
}
.skip_illust {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: auto;
    padding-top: auto;
    padding-right: auto;
    top: 50%;
    overflow-x: hidden;
    margin-top: -80px;
    width: 78em;
}
.text-bosyu {
    font-family: "ab-tsubaki", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    letter-spacing: -2px;
    font-size: 150%;
}
.text-faq02 {
	font-size: 80%;
    font-weight: 700;
    font-family: "Arial Black", Gadget, sans-serif, メイリオ;
    color: rgba(227,148,40,1.00);
    pointer-events: none;
    border-bottom: 1px dashed;
}
.text-faq03 {
    font-weight: 500;
    font-family: "Arial Black", Gadget, sans-serif, メイリオ;
    color: rgba(0,0,0,1.00);
    pointer-events: none;
    font-size: 70%;
    line-height: -22%;
}
.text-syurou {
    color: rgba(0,0,0,1.00);
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 1.6ex;
    pointer-events: none;
    vertical-align: 3px;
    letter-spacing: -1px;
}
.text-time {
    font-size: 12px;
    font-weight: 400;
    font-family: "Arial Black", Gadget, sans-serif, メイリオ;
    color: rgba(255,255,255,1.00);
    pointer-events: none;
}
.sp {
    display: block;
	}
}

.orange_waku{
    background-color: rgba(240,131,0,1.00);
    border-radius: 18px;
    width: 80%;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    margin: auto;
    padding-bottom: 5px;
    vertical-align: 0px;
}

.text-faq01{
	font-weight: 500;
    font-family: "Arial Black", Gadget, sans-serif, メイリオ;
    color: rgba(255,255,255,1.00);
    pointer-events: none;
    font-size: 6em;
}

.faq-frame{
	background-color: rgba(255,255,255,1.00);
    margin-right: 8px;
    margin-bottom: 20px;
    margin-left: 8px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 27px;
   height: 100%;
    
}

.faq-mb-a{
    margin-bottom: -13px;	
}

.sp {
    display: none;
	}

