@charset "UTF-8";
/*
Theme Name: TAKASHIMA PREPARE
*/

:root {
	--color-brand: #b3a98a;
	--color-black: #4a4a49;
	--color-gray: #e4e4e5;
    --color-light-gray: #b1b3b2;
}
html,
body {
    height: 100%;
}

body {
    font-family: europa, noto-sans-cjk-jp, 'Noto Sans JP', -apple-system, blinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic-M, YuGothic, Meiryo, sans-serif;
    color: #3f4141;
    background-color: #fbfbfb;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .1em;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
}

.font-yu-gothic {
    font-family: "游ゴシック体", YuGothic;
}

h1,
.h1 {
    font-size: 2.5em;
}

h2,
.h2 {
    font-size: 2em;
}

h3,
.h3 {
    font-size: 1.75em;
}

h4,
.h4,
.drawer-brand {
    font-size: 1.5em;
}

h5,
.h5,
.lead {
    font-size: 1.25em;
}

h6,
.h6,
.drawer-menu-item {
    font-size: 1em;
}
.fs-default {
    font-size: 14px;
}

.fs-xs {
    font-size: 10px;
}

.ls-none {
    letter-spacing: 0;
}

.ls-wide {
    letter-spacing: 0.2em;
}

.row {
    margin-right: -16px;
    margin-left: -16px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.row>* {
    padding-right: 16px;
    padding-left: 16px;
}

[class^="d-"]>img,
[class*=" d-"]>img,
.d-flex img,
.card img,
.row img {
    flex: none;
}

a,
a img {
    color: inherit;
    -webkit-transition-duration: .45s;
    -webkit-transition-property: color, border-color, background-color, opacity;
    -webkit-transition-delay: 0s;
    transition-duration: .45s;
    transition-property: color, border-color, background-color, opacity;
    transition-delay: 0s;
}

a:visited,
a:link,
a:active,
a:hover {
    text-decoration: none;
}

.nav-link,
.nav-link:hover,
a:hover {
    color: inherit !important;
}

a:hover img {
    opacity: 0.7;
}

a.underline,
.underline a {
    text-decoration: underline;
}

a.underline:hover,
.underline a:hover {
    color: var(--color-brand)!important;
}

/* toggle-start */

.drawer-toggle:focus {
    outline: none;
}

.drawer-toggle.drawer-hamburger {
    background: none;
    border: none;
    transition: transform .3s;
    position: absolute;
    background-image: none;
    top: 50%;
    right: 16px;
    left: auto;
    padding: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.icon-bar {
    display: block;
    width: 24px;
    height: 1px;
    border-radius: 1px;
    background-color: #fff;
    border-color: transparent;
    cursor: pointer;
    margin: auto;
}

.icon-bar.second-bar {
    width: 16px;
    margin: 6px auto 6px 5px;
}

.icon-bar+.icon-bar {
    margin-top: 6px;
}

.drawer-hamburger::before {
    transform: translateY(-8px);
    box-shadow: 0 8px 0 #fff;
}

.drawer-hamburger::after {
    transform: translateY(8px)
}

.drawer--right.drawer-open .drawer-toggle.drawer-hamburger {
    display: none !important;
}


/* toggle-end */

.navbar-custom {
    z-index: 1030;
    min-height: 58px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
}

.navbar-custom.affix {
    background-color: var(--color-black)!important;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation: shadow_animation .7s esase forwards .2s;
    animation: shadow_animation .7s ease forwards .2s
}


.navbar-custom:hover {
    -webkit-animation: shadow_animation .7s esase forwards .2s;
    animation: shadow_animation .7s ease forwards .2s
}

@-webkit-keyframes shadow_animation {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .15)
  }
  100% {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15)
  }
}

@keyframes shadow_animation {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .15)
  }
  100% {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15)
  }
}

.navbar-custom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #97a3a7;
    width: 100%;
    height: 0;
    transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    z-index: -1;
}

.navbar-custom:hover:before {
    height: 100%;
    background-color: var(--color-black)!important;
}

.navbar-custom.affix:hover:before {
    height: 0;
}

.navbar-brand {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: font-size .3s;
    transition: font-size .3s;
    padding: 0;
    display: inherit;
    margin-right: 0;
}

.navbar-brand img,
.navbar-brand svg,
#footerLogo {
    width: 264px;
    -webkit-transition: all .3s;
    transition: all .3s;transition: fill, 0s, 3s;
}

.cls-1 {
    transition: fill, 0s, .3s;
}

.navbar-brand .cls-1 {
    fill: #fff;
    transition: fill, 0s, .3s;
}

a:hover .cls-1 {
    fill: var(--color-brand);
}

.list-group-item {
    background-color: transparent;
}

.hover-bottom-line span {
    position: relative;
    margin-bottom: 2px;
}

.hover-bottom-line span::after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: var(--color-brand);
    content: '';
    margin: auto;
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.hover-bottom-line.active span:after,
.hover-bottom-line:hover span:after,
.hover-bottom-line:focus span:after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.dropmenu li a:hover {
    background: var(--color-gray);
}

.tableTitle,
.tableText {
    padding: 0.75rem;
}

.nav_anc {
    margin-top: -100px;
    padding-top: 100px;
}

.active>.page-link, .page-link.active {
    border-color: var(--color-brand);
}

.accordion-header button {
    border: none;
    background-color: #fafcfd;
    font-size: 14px;
    position: relative;
}

.icon-wrap {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translatey(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color-gray);
    -webkit-transition-duration: .45s;
    -webkit-transition-property: color, border-color, background-color, opacity;
    -webkit-transition-delay: 0s;
    transition-duration: .45s;
    transition-property: color, border-color, background-color, opacity;
    transition-delay: 0s;
}

.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #3f4141;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 1px;
  transform: translate(-50%, -50%);
}

.icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-header button:not(.collapsed) .icon:before {
  transform: translate(-50%, -50%) rotate(0deg);
}


.accordion-header button:not(.collapsed) .icon-wrap,
.accordion-header:hover .icon-wrap {
  background-color: var(--color-brand);
  color: #fff;
}


.accordion-header button:not(.collapsed) .icon:before,
.accordion-header button:not(.collapsed) .icon:after,
.accordion-header:hover .icon:before,
.accordion-header:hover .icon:after {
    background-color: #fff;
}

#pageTop {
    position: fixed;
    bottom: 20px;
    right: .5rem;
    cursor: pointer;
    width: 1.8rem;
    z-index: 9999;
}

.arrowTop {
    width: 1em;
    height: 1em;
    border: 2px solid;
    border-color: var(--color-brand) var(--color-brand) transparent transparent;
    transform: rotate(-45deg);
}


.text-brand {
    color: var(--color-brand);
}

.text-black {
    color: var(--color-black)!important;
}

.text-gray {
    color: var(--color-gray);
}

.text-light-gray {
    color: var(--color-light-gray);
}

.bg-brand,
a.bg-black:hover,
form .bg-black:hover {
    background-color: var(--color-brand)!important;
    color: #fff!important;
}

.bg-black {
    background-color: var(--color-black)!important;
    color: #fff;
}

a.btnarrow {
    position: relative;
    border: 1px solid;
    display: inline-block;
    margin-left: 1.5rem!important;
}

a.btnarrow:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 2.4em;
    height: 1px;
    background: currentColor;
    position: absolute;
    left: -1.2em;
    top: 50%;
    transform: translateY(-50%);
}
a.btnarrow:before {
    content: '';
    width: 0.5em;
    height: 0.5em;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    left: 0.7em;
    box-sizing: border-box;
}

a.btnarrow:hover {
    background-color: var(--color-brand);
    color: #fff!important;
}

#headerHome {
    position: relative;
    overflow: hidden;
}

#headerHome:before {
    content: "";
    padding-top: 56.25%;
    display: block;
}

.mainVisual {
    width: 100%;
    height: 100%;
}

#video-background,
#video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: rgba(0,0,0, 0.3);
}

#video-background {
    z-index: -2;
}

#video-overlay {
    z-index: -1;
}

#homeCopy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 3;
}

.newsList a {
    position: relative;
}

.newsList a:after {
    right: 1em;
    content: '';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 2.4em;
    height: 1px;
    background: currentColor;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}



.newsList a:before {
    content: '';
    width: 0.5em;
    height: 0.5em;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: 0.8em;
    box-sizing: border-box;
}
.newsList a:hover:after {
    background-color: var(--color-brand);
}

.newsList a:hover:before {
    border: 1px solid var(--color-brand);
    border-left: 0;
    border-bottom: 0;
}
#silk01 {
    background: url(img/bg-silk01.png) bottom center no-repeat;
    background-size: cover;
}

#silk02 {
    background: url(img/bg-silk02.png) center center no-repeat;
    background-size: cover;
}

#silk03 {
    background: url(img/bg-silk03.png) top center no-repeat;
    background-size: cover;
}

#instgramIcon {
    transition: fill, 0s, 3s;
    width: 2em;
    fill: #363636;
}

.page-header {
    position: relative;
    color: #fff;
}

.page-header:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    content: '';
    opacity: 0.3;
}
/* NEWS */
#headerNews {
    background-image: url(./img/news-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* ABOUT */
#headerAbout {
    background-image: url(./img/about-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* BUSINESS */
#headerBusiness {
    position: relative;
    background-image: url(./img/business-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* RECRUIT */
#headerRecruit {
    position: relative;
    background-image: url(./img/recruit-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
}

/* CONTACT */
#headerContact {
    position: relative;
    background-image: url(./img/contact-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
}

@media (min-width: 992px) {
    .navbar-nav li.nav-item {
        position: relative;
    }

    .drawer--right .drawer-nav {
        right: 0;
    }

    .drawer--right .drawer-hamburger {
        left: 0;
        right: auto;
    }

    .navbar-brand {
        z-index: 999;
        left: auto;
        right: auto;
    }

    .drawer-nav {
        position: relative;
        height: auto;
        background-color: transparent;
        overflow: visible;
        width: 100%;
    }
}

@media (max-width: 991.8px) {
    .drawer-nav {
        background-color: var(--color-black)!important;
    }

    .drawer-nav li.nav-item {
        width: 100%;
    }
}

@media (max-width: 575.8px) {
	.display-2 {
		font-size: 5rem;
	}

	h1,
	.h1 {
		font-size: 2em;
	}

	h2,
	.h2 {
		font-size: 1.75em;
	}

	h3,
	.h3 {
		font-size: 1.5em;
	}

	h4,
	.h4 {
		font-size: 1.25em;
	}

	h5,
	.h5 {
		font-size: 1.15em;
	}

    #homeCopy h1.fs-2 {
        font-size: 1.25em!important;
    }*
}