/*
Theme Name:sakutec-child
Template:sakutec
Version:1.23
*/

//CSS

.mask-bg.is-animated {
    color: #362ae0;
}

.mask-bg {
	color: transparent;
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	transition: color 0ms 450ms;
}
.mask-bg::after {
	background: linear-gradient(to right, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(0, 100%);
}
.mask-bg.is-animated {
	color: #362ae0;
}
.mask-bg.is-animated::after {
	animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.170, 1);
}
@keyframes mask-bg {
	0% {
		transform: translate(0, 101%)
	}
	40%, 60% {
		transform: translate(0, 0%)
	}
	100% {
		transform: translate(0, -100%)
	}
}




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
  line-height: 180%;
  background: #EFF3F6;
  color: #001339;
}

ol, ul {
  list-style: none;
  position: relative;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
    vertical-align: bottom;
}

h1, h1 a {
    font-family: 'Shippori Mincho',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 36px;
    font-weight: 900;
}

h2, h2 a {
    font-family: 'Shippori Mincho',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 28px;
    font-weight: 900;
}

h3, h3 a {
    font-family: 'Shippori Mincho',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
    font-weight: 900;
}


p {
    font-family: "Noto Sans JP";
    font-size: 14px;
    line-height: 200%;
}

a{
  color:#000;
  text-decoration: none;
}

a:visited{
  color:#000;
}

.sp{
  display: none;
}

/**ヘッダー**/
header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 240px;
    height: 100vh;
}

#header-wrap {
    width: 240px;
    background: linear-gradient( rgb(0 19 57 / 0.9), rgb(84 97 122 / 0.9));
    height: 100vh;
}

#header-logo {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    border-bottom: solid 1px #B9AC8D;
}

#header-logo h1 a {
    color: #fff;
}

#header-logo p {
    font-family: "Sawarabi Mincho";
    font-weight: 700;
    margin-bottom: 6px;
    color: #fff;
}

#top-nav-wrap li a {
    font-weight: 600;
}

#header-contact {
    width: 100%;
}

#header-contact img {
    display: block;
    margin: 0 auto;
}

.menu-film-menu1-container {
    padding-top: 12px;
}

.menu-film-menu2-container {
    border-bottom: solid 1px #B9AC8D;
    padding-bottom: 12px;
}

.menu-other-menu-container {
    padding: 12px 0;
}

#top-nav-wrap ul a {
    color: #fff;
    line-height: 250%;
    font-size: 14px;
    padding-left: 60px;
}





/**トップページー**/

#first-view {
    background: URL(https://sakutec.jp/wp-content/uploads/2021/03/IMG_20200825_094500.jpg);
    background-size: cover;
    background-position: center;
    height: 99vh;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}





#valu {
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 2;
    max-width: 50%;
}

p#fv-catch {
    position: absolute;
    margin-left: 300px;
    font-size: 46px;
    font-family: 'Sawarabi Mincho';
    margin-top: 8vh;
    color: #001339;
    line-height: 150%;
    letter-spacing: 3px;
}

.main-wrap {
    padding-left: 240px;
}

.main-content {
    margin: 0 2rem;
    margin-top: 20vh;
}

#whats-content {
    display: grid;
    grid-template-columns: 2fr 3fr;
}

p.heading {
    font-size: 42px;
    font-family: 'Shippori Mincho',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 900;
    color: #7BB5BE;
}

h3.heading-copy {
    border-left: solid 7px #001339;
    line-height: 180%;
    font-family: 'Shippori Mincho',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 900;
    font-size: 28px;
    padding-left: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

#whats-message {
    padding-right: 1rem;
}


#features-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    max-width: 1280px;
    margin-top: 3rem;
}

p.features-number {
    line-height: 70%;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Shippori Mincho',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #B9AC8D;
}

h4.features-title {
    font-family: 'Shippori Mincho',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 1rem;
    line-height: 180%;
}

.features-box {
    background: #fff;
    padding: 2rem 1rem;
}

p.features-message {
    color: #B9AC8D;
}


#film-grid {
    display: grid;
    gap: 2rem;
     grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin-top: 3rem;
}

.film-box {
    background: #fff;
    box-shadow: 0 0 8px #e4e4e4;
}

.film-box img {
    display: block;
    margin: 0 auto;
}

#film-box-top {
    border-bottom: solid 1px #eee;
    padding: 0 1rem;
}

#film-box-under {
    padding: 1rem;
}

#film-box-under a img {
    margin: 1rem auto;
}


.film-check li {
    padding-left: 2rem;
    font-size: 14px;
    font-weight: 900;
}

.film-check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left : 0.5rem; /*左端からのアイコンまでの距離*/
  color: #001339;
}

p.film-title {
    font-size: 18px;
    font-weight: 900;
    margin: 1rem;
    text-align: center;
}

p#film-use-case {
    color: #7BB5BE;
    font-weight: 900;
    font-size: 17px;
    margin: 1rem 0;
}


.construction-grid {
    display: grid;
    grid-template-columns: 240px 1fr;
    height: 180px;
    margin-bottom: 2rem;
    box-shadow: 0 0 8px #e4e4e4;
    max-width: 980px;
}

.construction-grid i {
    margin-left: 12px;
    font-size: 18px;
}

.const-bg {
    background-size: cover;
}

.const-bg a {
    width: 100%;
    height: 100%;
    display: block;
}

a.const-title {
    display: grid;
    align-items: center;
    padding: 1rem 2rem;
    font-weight: 900;
    color: #001439;
    background: #fff;
}


footer {
    z-index: -1;
    position: relative;
}

#footer-wrap {
    padding-left: 240px;
}

#footer-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    max-width: 780px;
    font-size: 15px;
    font-weight: 900;
    line-height: 250%;
}

#footer-menu .menu-film-menu2-container{
  border:none;
  margin-top: 62px;
}

#footer-content {
    background: linear-gradient( rgb(0 19 57 / 0.9), rgb(84 97 122 / 0.9));
    color: #fff;
    padding: 2rem;
}

#footer-content a{
    color: #fff;
}

#footer-content {
    padding: 2rem;
}

a#footer-cta-button {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 400%;
    border: solid 3px;
    font-family: 'Shippori Mincho',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin: 2rem 0;
    position: relative;
    z-index: 2;
}


p#footer-title {
    font-family: 'Shippori Mincho',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
    font-weight: 900;
}



#footer-content  ul li:before {

  font-family: "Font Awesome 5 Free";
  content: "\f105";
  margin-right: 12px;
}

#footer-end {
    padding: 1rem 2rem;
    font-size: 10px;
    display: flex;
    justify-content: space-between;
}

#footer-end ul {
    display: flex;
}

#footer-end li {
    display: flex;
}

#footer-end li {
    padding-right: 12px;
}

#footer-end li a {
    text-decoration: underline;
}

p#copyright {
    font-size: 10px;
    font-weight: 100;
}



/*固定ページ*/

.breadcrumbs {
    top: 0;
    position: absolute;
    background: linear-gradient(to right, #7BB5BE, #54617A);
    width: calc(100% - 240px);
    height: 34px;
    display: flex;
    align-items: center;
    padding-top: 4px;
    padding-left: 12px;
    color: #fff;
    font-weight: 900;
    font-size: 10px;
}

.breadcrumbs span a {
    color: #fff;
    font-weight: 900;
    font-size: 10px;
}

.page-content-wrap {
    margin: 0 auto;
    margin-top: calc(-100vh + 36px);
    padding: 6rem 3rem;
    max-width: 1080px;
}

.page-content-wrap h1 {
    position: relative;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 3rem;
}

.page-content-wrap h1:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #000;
}

.page-content-box {
    margin-bottom: 6rem;
    max-width: 1280px;
}

.page-content-box img {
    width: 100%;
}

.page-content-box h3 {
    font-weight: 900;
    border-left: solid 6px;
    padding-left: 12px;
    line-height: 200%;
    margin-bottom: 1rem;
}

.page-content-box p {
    line-height: 230%;
}

p.page-subtitle {
    font-size: 24px;
    font-family: 'Shippori Mincho',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #7BB5BE;
    margin-bottom: 1rem;
}

.film-features-grid {
    margin-top: 3rem;
}

.film-features-title span {
    color: #7BB5BE;
    font-weight: 900;
    line-height: 110%;
}

.film-features-title span{
  display: block;
}

.film-features-title span:first-child {
    font-size: 18px;
    letter-spacing: 22px;
    padding-left: 11px;
}

.film-features-title span:nth-child(2) {
    font-size: 60px;
}

.film-features-grid {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    grid-gap: 1rem;
}

.film-features-title {
    border-right: solid 2px #7BB5BE;
    height: 100%;
    display: grid;
    align-items: center;
}

p.ffc-title {
    font-size: 28px;
    font-family: 'Shippori Mincho',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0px;
    line-height: 100%!important;
    margin: 0.6rem 0;
}

.case-grid-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 1rem;
    margin-top: 1.5rem;
}

.case-content {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-gap: 1rem;
}

p.case-title {
    font-size: 20px;
    color: #7BB5BE;
    font-weight: 900;
    line-height: 180%;
}

p.case-disc {
    font-size: 12px;
}


.works-content {
    display: grid;
    grid-template-columns: 2fr 3fr;
    margin-bottom: 2rem;
    background: #fff;
    align-items: center;
}

.works-content div:nth-child(2) {
    padding: 0 3rem;
}

p.works-title {
    font-size: 20px;
    font-weight: 900;
}

.page-cta {
    max-width: 280px;
    margin: 0 auto;
    margin-top: 4rem;
    display: block;
}







	/* 1024px以下用 */
@media screen and (max-width: 1024px) {

  #whats-content {
    display: inline-block;
}

#whats-message {
    margin-bottom: 2rem;
}

#film-grid {
     grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

}



/* 767px以下用 */
@media screen and (max-width: 767px) {

.sp{
  display: inline-block;
}

.pc{
  display: none;
}

.main-content {
    margin: 0;
    margin-top: 5vh;
}

header {
    position: -webkit-sticky;
    position: sticky;
    width: 240px;
    height: 70vh;
}

#first-view {
    height: 70vh;
}

p#fv-catch {
    margin: 0 1rem;
    font-size: 36px;
    margin-top: 20vh;
}

.main-wrap {
    padding: 0 1rem;
}

p.film-title {
    font-size: 16px;
}

p#film-use-case {
    font-size: 15px;
}

#film-grid {
    gap: 1rem;
}

#sp-header {
    background: linear-gradient( rgb(0 19 57 / 0.9), rgb(84 97 122 / 0.9));
    width: 100%;
    position: fixed;
    top: 0;
    height: 54px;
}

#sp-logo {
    margin-top: 6px;
    margin-left: 1rem;
}


#sp-logo p {
    color: #fff;
    font-size: 8px;
    line-height: 100%;
}

#sp-logo h1 a {
    font-size: 24px;
    color: #fff;
    margin-top: 7px;
}

p#fv-catch {
    background: #f0f8ffa3;
}

#footer-wrap {
    padding: 0;
}

.breadcrumbs {
    width: 100%;
    margin-top: 54px;
    z-index: -1;
}

.page-content-wrap {
    padding: 1rem;
}

.page-wrap h1 {
    margin-top: 280px;
    font-size: 24px;
}

.page-content-wrap h1:before {
    bottom: 0;
    width: 36px;
    height: 4px;
}

.page-content-box {
    margin-bottom: 3rem;
}

.page-content-box h3 {
    font-size: 20px;
    border-left: solid 4px;
}

p.page-subtitle {
    font-size: 20px;
}

.film-features-grid {
    display: inline-block;
}

.film-features-title {
    margin: 0 auto;
    width: fit-content;
    border-right: none;
    text-align: center;
}

p.ffc-title {
    font-size: 24px;
    text-align: center;
}

p.ffc-disc {
    text-align: center;
}

p.case-title {
    font-size: 16px;
    margin-bottom: 3px;
}


p.case-disc {
    font-size: 12px;
    line-height: 180%;
}

.works-content {
    display: inline-block;
}

.works-content div:nth-child(2) {
    padding: 1rem;
}





.menu-btn {
    position: fixed;
    top: 0px;
    right: 00px;
    display: flex;
    height: 54px;
    width: 54px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #b9ac8d;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    padding: 1rem;
    padding-top: 108px;
}

.menu-content ul {
    text-align: center;
    line-height: 250%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 13px;
    line-height: 300%;
    text-align: left;
}

.menu-content img {
    display: block;
    margin-top: 10px;
}

.menu-content ul li a {
    color:#ffffff;
    position: relative;
    font-weight: 900;
}

h3.heading-copy {
    font-size: 24px;
}



.menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: hsl(220deg 100% 11% / 86%);
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked~.menu-content {
	left: 20%;
	/*メニューを画面内へ*/
}




}



@media screen and (max-width: 480px) {

p#fv-catch {
      font-size: 24px;
      margin-top: 30vh;
  }

#film-grid {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

#film-box-top {
    padding: 0.5rem;
}

p.film-title {
    font-size: 14px;
    margin: 0.5rem;
}

#film-box-under {
    padding: 0.5rem;
}

p#film-use-case {
    font-size: 12px;
    margin: 0;
}

.film-check li {
    padding-left: 1.5rem;
    font-size: 12px;
}

.construction-grid {
    display: inline-block;
    width: 100%;
}

.const-bg {
    height: 200px;
}

#construction-wrap {
    margin-bottom: 10vh;
}

.construction-grid {
    height: 100%;
}

a#footer-cta-button {
    font-size: 24px;
}

#footer-menu {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    font-size: 12px;
    line-height: 300%;
}

.menu-film-menu1-container {
    padding-top: 0;
}

p#footer-title {
    font-size: 20px;
    margin-top: 24px;
}

p.heading {
    font-size: 32px;
}



}
