@charset "utf-8";

/*
Theme Name: kuriyama_child
Template: kuriyama_child
Author: labo
Author URI: https://takai-laboratory.com/
*/

/*========================*/
/*fade
***************/
/* 画面外にいる状態 */
.fadein {
opacity : 0;
transform : translate(0, 150px);
transition : all 1500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
opacity : 1;
transform : translate(0, 0);
}
.none02 {display: none;}
#wrap {overflow: hidden;}
body {opacity: 0; transition-duration: .5s; transition-delay: .2s;}
.indication {opacity: 1;}
.indent_content {padding: 100px 0;}
.indent_content02 {margin-top: 80px;}

/******************************
HEADER
******************************/ 
.op_box {position: absolute; width: 100%; height: 100%; z-index: 250; overflow: hidden;}
.op_box.delete {display: none;}
.op_box .bdr {content: ''; display: block; position: relative; width: 100%; height: calc(100% / 5); background: #191919; transition-duration: 1s; transition-timing-function: ease; transition-delay: 4s;}
.op_box .bdr02 {transition-delay: 4.1s;}
.op_box .bdr03 {transition-delay: 4.2s;}
.op_box .bdr04 {transition-delay: 4.3s;}
.op_box .bdr05 {transition-delay: 4.4s;}
.op_box.inview .bdr {transform: translateX(100%);}
.op_box .logo_box {transition-duration: .5s; position: absolute; top: 0; bottom:0; left: 0; right: 0; margin: auto;}
.op_box .logo_box.fade {opacity: 0;}
.op_box .op_logo {position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 10; transition-duration: 1s; clip-path: inset(0 100% 0 0);}
.op_box .op_logo02 {position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 20; transition-duration: 1s; clip-path: inset(0 100% 0 0); transition-delay: 1.7s; transition-timing-function: ease-in;}
.op_box .op_logo03 {position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 30; transition-duration: 1s; clip-path: inset(0 0 100% 0); transition-delay: 1.8s;}
.op_box .op_logo04 {position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 30; transition-duration: 1s; clip-path: inset(0 0 100% 0); transition-delay: 2.3s;}
.op_box .op_logo05 {position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 40; transition-duration: 1s; clip-path: inset(0 100% 0 0); transition-delay: 3.7s; transition-timing-function: cubic-bezier(0.42, 0, 0.79, 0.21);}
.op_box .logo_box01 {position: relative;}
.op_box .op_logo01 {position: relative;}
.op_box p {position: relative; margin: 10px auto 0; z-index: 40; transition-delay: 0.7s; transition-duration: 2s; font-size: 22px; line-height: 1; text-align: center; clip-path: inset(0 100% 0 0);}
.op_box.inview .op_logo,.op_box.inview .op_logo02,.op_box.inview .op_logo03,.op_box.inview .op_logo04,.op_box.inview .op_logo05,.op_box.inview p {clip-path: inset(0);}



header {position: absolute; top: 0; left: 0; right: 0; z-index: 190; max-width: 1200px; width: 100%; height: 95px; margin: auto; color: #fff; opacity: 0; filter: blur(10px);}
header.inview {animation: mainVisualFadeIn 1.5s ease-out both;}
header nav a,#header02 nav a {font-size: 16px; line-height: 1; position: relative;}
header nav a,#header02 nav a {margin-left: 0; display: table; margin: auto;}
header nav ,#header02 nav {box-sizing: border-box; margin-right: 50px;}
header .navi ,#header02 .navi {margin-left: 30px;}
header .navi05 ,#header02 .navi05 {margin-bottom: 35px;}
header .navi a:nth-of-type(2),#header02 .navi a:nth-of-type(2) {margin-top: 20px;}
header .right_box .navi .a_last,#header02 .right_box .navi .a_last {margin-top: 10px;}
header .entry_btn,#header02 .entry_btn {box-sizing: border-box; width: 150px; padding: 8px 0; line-height: 1; font-size: 14px; background: #ee7700; margin: 0 20px; transition-duration: .5s;}
header .entry_btn::after,#header02 .entry_btn::after {display: none;}
header .entry_btn:hover,#header02 .entry_btn:hover {background: #000;}
#header02 {position: fixed; top: 0; left: 0; right: 0; z-index: 200; background: rgba(255,255,255,.9); transition-duration: .5s; opacity: 0;}
#header02 .box {height: 95px;}
#header02.ch_header {opacity: 1;}
header nav a::after,#header02 nav a::after{content: ''; position: absolute; background: #fff; left: 0; bottom: -8px; clip-path: inset(0 100% 0 0); transition-duration: .5s; transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); width: 100%; height: 2px;}
#header02 nav a::after {background: #EE7700;}
header nav a:hover::after,#header02 nav a:hover::after {clip-path: inset(0);}
.logo_name {font-size: 16px; line-height: 1; margin-top: 5px;}

#nav{
position: fixed;
height: 100vh;
width: 100%;
left: -100%;
top: 0;
background: url("img/header/nav_bg.jpg")center center repeat;
transition: .7s;
z-index: 600;
overflow: hidden;
}
#nav.in{
transform: translateX(100%);
}
#nav table {margin-top: 50px; transform: translateX(-20px); transition-duration: .7s; opacity: 0; transition-delay: .7s;}
#nav.in table {opacity: 1; transform: translateX(0);}
#nav th,#nav td {font-size: 14px; line-height: 1; font-weight: bold;}
#nav td p:nth-of-type(2) {margin-top: 20px;}
#nav th {padding-right: 50px;}
#nav tr:nth-child(n + 2) th,#nav tr:nth-child(n + 2) td {padding-top: 20px;}
#nav a:first-child {margin-right: 25px;}
#nav .list a {font-size: 16px; line-height: 1; margin-top: 40px; opacity: 0; transition-duration: .7s; transform: translateY(10px);}
#nav .list:nth-child(1) {margin-right: 100px;}
#nav .list a:nth-child(1) {margin-top: 0;}
#nav .list a span {transition-duration: .5s; color: #000;}
#nav .list a:hover span {color: #ee7700;}
.front_main_box {opacity: 0; filter: blur(10px);}
.front_main_box.inview {animation: mainVisualFadeIn 1.5s ease-out both;}
@keyframes mainVisualFadeIn {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
#nav .nav_logo,#nav .logo_name {transition-duration: .5s; opacity: 0; transform: translateX(-50px); transition-delay: .5s;}
#nav.in .nav_logo,#nav.in .logo_name {transform: translateX(0); opacity: 1;}
#nav .list:nth-child(1) a:nth-child(1) {transition-delay: 1s;}
#nav .list:nth-child(1) a:nth-child(2) {transition-delay: 1.1s;}
#nav .list:nth-child(1) a:nth-child(3) {transition-delay: 1.2s;}
#nav .list:nth-child(1) a:nth-child(4) {transition-delay: 1.3s;}
#nav .list:nth-child(1) a:nth-child(5) {transition-delay: 1.4s;}
#nav .list:nth-child(1) a:nth-child(6) {transition-delay: 1.5s;}
#nav .list:nth-child(2) a:nth-child(1) {transition-delay: 1.1s;}
#nav .list:nth-child(2) a:nth-child(2) {transition-delay: 1.2s;}
#nav .list:nth-child(2) a:nth-child(3) {transition-delay: 1.3s;}
#nav .list:nth-child(2) a:nth-child(4) {transition-delay: 1.4s;}
#nav .list:nth-child(2) a:nth-child(5) {transition-delay: 1.5s;}
#nav .list:nth-child(2) a:nth-child(6) {transition-delay: 1.6s;}
#nav.in .list a {transform: translateY(0); opacity: 1;}



.hamburger01_box {max-width: 1200px; position: absolute; top: 0; left: 0; right: 0; margin: auto; height: 26px;}
#hamburger01,#hamburger02,#hamburger03,#hamburger04,#hamburger05 {
display: block;
width: 35px;
height: 26px;
cursor: pointer;
transition: 1s;
position: absolute;
left: 65px;
top: 0; bottom: 0; margin: auto; z-index: 500;
}

#hamburger01,#hamburger03 {position: absolute; left: auto; width: 35px; height: 26px; z-index: 700; right: 0; top: 60px; bottom: auto;}
.inner_line {
display: block;
position: absolute;
left: 0;
width: 35px;
height: 2px;
background-color: #000;
transition: 1s;
}
#hamburger02,#hamburger04,#hamburger05 {position: relative; left: inherit; width: 35px; height: 26px; z-index: 700; right: 0; top: 0; bottom: 0; margin: auto;}
.hamburger02_box,.hamburger05_box {position: relative;}

#line01_1,#line02_1,#line03_1,#line04_1,#line05_1 {
top: 0;
}
#line01_2,#line02_2,#line03_2,#line04_2,#line05_2 {
top: 12px;
}
#line01_3,#line02_3,#line03_3,#line04_3,#line05_3 {
bottom: 0px;
}
#line01_1.line_1,#line02_1.line_1,#line03_1.line_1,#line04_1.line_1,#line05_1.line_1 {width: 35px; transform: translateY(10.5px) rotate(-45deg); background-color: #000;}
#line01_2.line_2,#line02_2.line_2,#line03_2.line_2,#line04_2.line_2,#line05_2.line_2 {width: 35px; left: inherit; right: 0; top: 15px; background-color: #000;}
#line01_3.line_3,#line02_3.line_3,#line03_3.line_3,#line04_3.line_3,#line05_3.line_3 {width: 35px; transform: translateY(-13.5px) rotate(45deg); background-color: #000;}
#line04_1.line_1,#line04_2.line_2,#line04_3.line_3 {background-color: #fff;}
#line04_1,#line04_2,#line04_3 {background-color: #fff;}
.in{
transform: translateX(100%);
}
.line_1,.line_2.line_3{
background: #fff;
}
.line_1 {
transform: translateY(12px) rotate(-45deg);
top: 0;
}
.line_2 {
opacity: 0;
}
.line_3 {
transform: translateY(-17px) rotate(45deg);
bottom: 0;
}
.hamburger03_box {position: absolute; left: 60px; top: 0; bottom: 0; margin: auto; width: 80px; height: 100%;}
#hamburger03 {position: relative; right: inherit; top: inherit; bottom: inherit; z-index: 20; height: 100%; width: 100%; display: flex; align-items: center; justify-content: center;}
.hamburger03_box .hamburger_con {width: 100%; height: 30px; position: relative;}
#line03_1,#line03_3 {width: 80px; height: 3px; background: #fff;}
@media screen and (max-width: 1540px) {
	.hamburger03_box {display: none;}
}

.kv__scroll {
position: absolute; right: 0; left: 0; bottom: 80px; margin: auto;  z-index: 20; text-align: center; letter-spacing: 1.5px; padding-bottom: 30px; max-width: 1200px; display: flex;justify-content: flex-end;}
.kv__scroll__inner {position: relative;
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 0 -10px 0 0;
    -ms-flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
padding-bottom: 100px;}
.kv__scroll__inner::before {position: absolute;
    left: 50%;
    z-index: 90;
    margin: 0 auto;
    width: 3px;
    content: "";
    font-size: 1.3rem;   
	bottom: -90px;
    height: 175px;
    background: #fff;}
.kv__scroll__label {
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    line-height: 1;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}
.kv__scroll__text {padding-left: 2px; font-size: 14px;}
.kv__scroll__point {position: absolute;
    left: 50%;
    z-index: 100;
    margin-left: -1.3px;
    width: 7px;
    height: 7px;
bottom: 6.5rem;
    -webkit-animation: scroll-point 2.6s ease-out infinite;
    animation: scroll-point 2.6s ease-out infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;}
.kv__scroll__point:after, .kv__scroll__point:before {    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    -ms-border-radius: 50%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;}
.kv__scroll__point:before {    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -ms-border-radius: 50%;}
.kv__scroll__point:before {    
	z-index: 0;
    background: rgba(255, 138, 0, .2);
    -webkit-animation: scroll-point-zoom 2.6s ease-out infinite;
    animation: scroll-point-zoom 2.6s ease-out infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;}
.kv__scroll__point:after {background: #ff8a00;}
@-webkit-keyframes scroll-point{0%{bottom:6.5rem;opacity:0}20%{opacity:1}48%{bottom:-4.28571em;opacity:1}70%{opacity:0}100%{bottom:-4.28571em;opacity:0}}@keyframes scroll-point{0%{bottom:6.5rem;opacity:0}20%{opacity:1}48%{bottom:-4.28571em;opacity:1}70%{opacity:0}100%{bottom:-4.28571em;opacity:0}}@-webkit-keyframes scroll-point-sp{0%{bottom:4.5em;opacity:0}20%{opacity:1}40%{bottom:0;opacity:1}70%{opacity:0}100%{bottom:0;opacity:0}}@keyframes scroll-point-sp{0%{bottom:4.5em;opacity:0}20%{opacity:1}40%{bottom:0;opacity:1}70%{opacity:0}100%{bottom:0;opacity:0}}@-webkit-keyframes scroll-point-zoom{0%{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}20%{opacity:1}40%{opacity:0;-webkit-transform:scale(4);-moz-transform:scale(4);-ms-transform:scale(4);-o-transform:scale(4);transform:scale(4)}70%{opacity:0}100%{opacity:0;-webkit-transform:scale(4);-moz-transform:scale(4);-ms-transform:scale(4);-o-transform:scale(4);transform:scale(4)}}@keyframes scroll-point-zoom{0%{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}20%{opacity:1}40%{opacity:0;-webkit-transform:scale(4);-moz-transform:scale(4);-ms-transform:scale(4);-o-transform:scale(4);transform:scale(4)}70%{opacity:0}100%{opacity:0;-webkit-transform:scale(4);-moz-transform:scale(4);-ms-transform:scale(4);-o-transform:scale(4);transform:scale(4)}}@-webkit-keyframes scroll-point-zoom-sp{0%{opacity:0;-webkit-transform:scale(.2) translateY(-50%) translateX(-50%);-moz-transform:scale(.2) translateY(-50%) translateX(-50%);-ms-transform:scale(.2) translateY(-50%) translateX(-50%);-o-transform:scale(.2) translateY(-50%) translateX(-50%);transform:scale(.2) translateY(-50%) translateX(-50%)}40%{-webkit-transform:scale(1) translateY(-50%) translateX(-50%);-moz-transform:scale(1) translateY(-50%) translateX(-50%);-ms-transform:scale(1) translateY(-50%) translateX(-50%);-o-transform:scale(1) translateY(-50%) translateX(-50%);transform:scale(1) translateY(-50%) translateX(-50%)}50%{opacity:1}100%{opacity:0;-webkit-transform:scale(1) translateY(-50%) translateX(-50%);-moz-transform:scale(1) translateY(-50%) translateX(-50%);-ms-transform:scale(1) translateY(-50%) translateX(-50%);-o-transform:scale(1) translateY(-50%) translateX(-50%);transform:scale(1) translateY(-50%) translateX(-50%)}}@keyframes scroll-point-zoom-sp{0%{opacity:0;-webkit-transform:scale(.2) translateY(-50%) translateX(-50%);-moz-transform:scale(.2) translateY(-50%) translateX(-50%);-ms-transform:scale(.2) translateY(-50%) translateX(-50%);-o-transform:scale(.2) translateY(-50%) translateX(-50%);transform:scale(.2) translateY(-50%) translateX(-50%)}40%{-webkit-transform:scale(1) translateY(-50%) translateX(-50%);-moz-transform:scale(1) translateY(-50%) translateX(-50%);-ms-transform:scale(1) translateY(-50%) translateX(-50%);-o-transform:scale(1) translateY(-50%) translateX(-50%);transform:scale(1) translateY(-50%) translateX(-50%)}50%{opacity:1}100%{opacity:0;-webkit-transform:scale(1) translateY(-50%) translateX(-50%);-moz-transform:scale(1) translateY(-50%) translateX(-50%);-ms-transform:scale(1) translateY(-50%) translateX(-50%);-o-transform:scale(1) translateY(-50%) translateX(-50%);transform:scale(1) translateY(-50%) translateX(-50%)}}


/*index*/
#index .c_img {position: relative; min-width: 1920px; left: 50%; margin-left: -960px;}
#index .h_btn {box-sizing: border-box; font-size: 16px; line-height: 1; width: 400px; height: 60px; margin: 0 auto; position: relative; transition-duration: .5s; background: #000; color: #fff; overflow: hidden;}
#index .h_btn::after {content: ''; position: absolute; width: 10px; height: 10px; background: #ee7700; transform: rotate(45deg); -webkit-transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995); transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995); right: auto; left: -70px; bottom: -80px; border-radius: 100%;}
#index .h_btn:hover::after {width: 650px; height: 650px; opacity: 1; left: -130px;}
#index .h_btn p {position: relative; z-index: 20;}


#index .box01 {background: url("img/index/box01_bg.jpg")top center repeat; padding: 80px 0;}
#index .box01 .title_box {margin-bottom: 80px;}
#index .box01 .title_box .con {width: 500px; letter-spacing: 5px;}
#index .box01 h2 {font-size: 35px; line-height: 1; box-sizing: border-box; border-bottom: 2px solid #000; padding-bottom: 10px; margin-bottom: 10px; position: relative; z-index: 10;}
#index .box01 .title_box p {font-size: 20px; line-height: 1; position: relative; z-index: 10;}
#index .box01 .icon_text01 {position: absolute; left: 228px; bottom: 0; top: -80px; transition-timing-function: cubic-bezier(.85,0,.15,1); opacity: 0; transform: translateX(10px); transition-duration: 1s;}
#index .box01 .icon_text02 {position: absolute; right: -340px; top: 170px; transition-timing-function: cubic-bezier(.85,0,.15,1); opacity: 0; transform: translateX(10px); transition-duration: 1s; transition-delay: .2s;}
#index .box01.inview .icon_text01,#index .box01.inview .icon_text02 {transform: translateX(0); opacity: 1;}
#index .box01 .bdr {content: ''; position: absolute; width: 10px; height: 400px; left: -185px; top: -200px; z-index: 10; transition-duration: .8s; clip-path: inset(0 0 100% 0); transition-delay: .5s;}
#index .box01 .bdr.inview {clip-path: inset(0);}
#index .box01 .bdr span {content: ''; width: 100%; height: 100%; display: block; background: #ee7700;}
#index .box01 .item {box-sizing: border-box; border-left: 2px solid #000; width: 310px; padding-left: 20px; margin-right: 120px; z-index: 10; position: relative;}
#index .box01 .item:nth-child(3n) {margin-right: 0;}
#index .box01 .over {position: relative; margin-bottom: 20px;}
#index .box01 .img {width: 285px; padding-top: 67%; position: relative; background-size: cover; background-position: top center; background-repeat: no-repeat;}
#index .box01 .time {font-size: 16px; line-height: 1;}
#index .box01 h3 {font-size: 16px; line-height: 1; margin: 15px auto;}
#index .box01 .text {font-size: 14px; line-height: 1.7;}
#index .box01 .btn {position: absolute; left: 220px; bottom: 40px; font-size: 14px; line-height: 1; padding: 0 50px 0 15px; transition-duration: .5s;}
#index .box01 .btn::before {width: 100%; height: 2px; background: #000; position: absolute; bottom: -5px; right: 0; content: '';}
#index .box01 .btn::after {width: 0; height: 0; border-style: solid; border-width: 5px 0 0 5px; border-color: transparent transparent transparent #000; position: absolute; content: ''; right: 0; bottom: -4px;}
#index .box01 .item:hover .btn {padding-right: 40px;}
#index .box01 .h_btn {margin-top: 80px;}
#index .box01 .category {position: absolute; top: -12.5px; left: 0; width: 80px; height: 25px; line-height: 1; font-size: 16px;}
#index .box01 .blog_cat {background: #ee7700;}
#index .box01 .news_cat {background: #00a040;}
#index .box02 {background: url("img/index/box02_bg.jpg")top center no-repeat; padding-bottom: 200px;}
#index .box02 h2 {font-size: 55px; line-height: 1.5; margin: 30px auto; letter-spacing: 8px; transition-delay: .2s;}
#index .box02 .txt01 {font-size: 20px; line-height: 1.5; letter-spacing: 3px; transition-delay: .3s;}
#index .box02 .txt02 {font-size: 14px; line-height: 1.5; margin-top: 20px; letter-spacing: 3px; transition-delay: .3s;}
#index .box02 .txt03 {font-size: 18px; line-height: 1.5; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; position: absolute; left: 0; bottom: 50px; letter-spacing: 3px; transition-delay: .3s;}
#index .box02 .btn_box {transition-delay: .5s;}
#index .box02 .btn {box-sizing: border-box; width: 400px; height: 60px; line-height: 1; position: relative; font-size: 16px; border: 1px solid #fff; margin: 80px auto 0; color: #fff; overflow: hidden; transition-duration: .3s; transition-timing-function: cubic-bezier(.85,0,.15,1);}
#index .box02 .btn::after {content: ''; position: absolute; width: 10px; height: 10px; background: #ee7700; transform: rotate(45deg); -webkit-transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995); transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995); right: auto; left: -70px; bottom: -80px; border-radius: 100%;}
#index .box02 .btn:hover::after {width: 650px; height: 650px; opacity: 1; left: -130px;}
#index .box02 .btn:hover {border-color: #ee7700;}
#index .box02 p {position: relative; z-index: 10;}

#index .box03 {background: url("img/index/box03_bg.jpg")top center repeat; padding: 150px 0 100px; position: relative;}
#index .box03 .title_box {position: absolute; width: 1920px; left: 50%; margin-left: -150px; z-index: 50; top: -90px; padding-left: 117px; padding-top: 45px;}
#index .box03 .title_box::before {content: ''; display: block; position: absolute; left: 0; top: 0; background: url("img/index/box03_title_bg.svg")no-repeat; width: 1116px; height: 90px;}
#index .box03 h2 {font-size: 25px; line-height: 1; position: relative; z-index: 10; margin-bottom: 20px; font-weight: 500; letter-spacing: 2px;}
#index .box03 .title_box p {font-size: 45px; line-height: 1; position: relative; z-index: 10; letter-spacing: 5px;}
#index .box03 .title_box p::after,#index .box04 .title_box p::before {content: ''; display: block; height: 10px; flex-grow: 1; background: #000; width: 1000px; margin-left: 30px; margin-top: 15px;}
#index .box03 .img {box-sizing: border-box; box-shadow: 0 0 10px rgba(0,0,0,.6); min-width: 883px; margin-left: -360px; transition-delay: .3s;}
#index .box03 .bdr {width: 10px; height: 300px; position: absolute; left: -185px; top: -110px; overflow: hidden; z-index: 20;}
#index .box03 .bdr::after {transition: background-color .2s; transition-timing-function: cubic-bezier(.165,.84,.44,1); width: 100%; height: 100%; background-color: #EE7700; animation: loop_line 2.5s infinite; position: absolute; left: 0; top: 0; z-index: 20; content: ''; display: block;}
@keyframes loop_line{0%{top:-100%}100%{top:100%}}
#index .box03 .right_box,#index .box03 .left_box {width: 630px; position: relative; padding-top: 40px;}
#index .box03 .list,#index .box05 .img_text {transition-delay: .6s;}
#index .box03 .list p {font-size: 25px; line-height: 1; margin-top: 30px;}
#index .box03 .list p:nth-child(1) {margin-top: 0;}
#index .box03 .text {font-size: 20px; line-height: 1; margin-top: 45px; transition-delay: .7s;}
#index .box03 .text p {position: relative; display: table; margin-top: 35px;}
#index .box03 .text p:nth-child(1) {margin-top: 0;}
#index .box03 .text p::after {content: ''; position: absolute; background: #000; width: 100%; height: 1px; bottom: -10px; left: 0; transition-duration: .5s; transition-timing-function: cubic-bezier(.85,0,.15,1); clip-path: inset(0 100% 0 0);}
#index .box03.inview .text p::after {clip-path: inset(0);}
#index .box03 .text p:nth-child(1)::after {transition-delay: 1.2s;}
#index .box03 .text p:nth-child(2)::after {transition-delay: 1.3s;}
#index .box03 .text p:nth-child(3)::after {transition-delay: 1.4s;}
#index .box03 .text p:nth-child(4)::after {transition-delay: 1.5s;}
#index .box03 .text p:nth-child(5)::after {transition-delay: 1.6s;}

#index .civil_box {padding-top: 290px;}
#index .civil_box .title_box {top: 0; padding-top: 80px;}
#index .civil_box .title_box::before {display: none;}



#index .box03 .btn_box {position: absolute; bottom: 20px; right: 0; width: 850px; transition-delay: .8s;}
#index .box04 {background: url("img/index/box04_bg.jpg")top left repeat;}
#index .box04 .title_box {left: inherit; right: 50%; margin-right: -150px; margin-left: inherit; top: -95px; padding-right: 340px;}
#index .box04 .title_box::before {background: url("img/index/box04_title_bg.svg")no-repeat; width: 1120px; height: 95px; right: 0; left: inherit;}
#index .box04 h2 {text-align: right;}
#index .box04 .btn_box {right: inherit; left: 0;}
#index .box04 .title_box p {margin-right: 30px;}
#index .box04 .title_box p::after {display: none;}
#index .box04 .title_box p::before {margin-left: inherit; margin-right: 30px;} 
#index .box04 .img {margin-left: inherit; margin-right: -360px;}
#index .box04 .bdr {left: inherit; right: -185px;}
#index .box04 .bdr::after {background-color: #00a040;}
#index .box05 .bdr::after {background-color: #e60012;}
#index .box04 .h_btn::after {background: #00a040;}
#index .box05 .h_btn::after {background: #E60012;}

#index .box06 {background: url("img/index/box06_bg.jpg")top left repeat; padding: 150px 0 100px; position: relative;}
#index .box06 .title_box {position: absolute; top: -90px; left: 0; right: 0; margin: auto; width: 1000px; background: url("img/index/box06_bg.jpg")top left repeat; padding: 50px 0 0; box-sizing: border-box; clip-path: polygon(0% 100%, 10% 0%, 90% 0%, 100% 100%);}
#index .box06 h2 {font-size: 25px; line-height: 1; margin-bottom: 20px; letter-spacing: 2px;}
#index .box06 .title_box p {font-size: 45px; line-height: 1; letter-spacing: 5px; transition-delay: .1s;}
#index .box06 .title_box p::before,#index .box06 .title_box p::after {content: ''; display: block; background: #000; width: 200px; height: 10px;}
#index .box06 .title_box p::before {margin-right: 50px;}
#index .box06 .title_box p::after {margin-left: 50px;}
#index .box06 .inner .img {box-sizing: border-box; box-shadow: 0 0 10px rgba(0,0,0,.6); min-width: 883px; margin-left: -360px; transition-delay: .3s;}
#index .box06 .right_box {width: 630px;}
#index .box06 h3 {transition-delay: .6s;}
#index .box06 h3 p {font-size: 30px; line-height: 1; margin-top: 30px;}
#index .box06 h3 p:nth-child(1) {margin-top: 0;}
#index .box06 .text {font-size: 20px; line-height: 2.2; margin-top: 40px; transition-delay: .7s;}
#index .box06 .text span {box-sizing: border-box; border-bottom: 1px solid #000;}
#index .box06 .link_box {margin-top: 100px;}
#index .box06 .item {box-sizing: border-box; box-shadow: 0 0 10px rgba(0, 0, 0, .6); background: #fff; width: 366px; height: 244px; transition-duration: .5s;}
#index .box06 .item:hover {background: #ee7700; color: #fff;}
#index .box06 .item .con {position: relative;}
#index .box06 .item .on_icon {position: absolute; left: 0; right: 0; top: 0; margin: auto; z-index: 10; opacity: 0; transition-duration: .5s;}
#index .box06 .item:hover .on_icon {opacity: 1;}
#index .box06 .item .txt01 {font-size: 25px; line-height: 1; margin: 30px auto 10px;}

#index .box07 {background: url("img/index/box07_bg.jpg")center center no-repeat;}
#index .box07 .bdr {position: absolute; left: 0; top: -100px; width: 250px; height: 10px;}
#index .box07 .bdr span {content: ''; display: block; width: 100%; height: 100%; background: #ee7700;}
#index .box07 .txt01 {font-size: 18px; line-height: 1; margin-bottom: 5px;}
#index .box07 h2 {font-size: 60px; line-height: 1;}
#index .box07 .inner {margin: 100px auto;}
#index .box07 .item {box-sizing: border-box; width: 366px; margin-right: 50px; border-bottom: 3px solid #000; padding-bottom: 25px;}
#index .box07 .item:nth-child(3) {margin-right: 0;}
#index .box07 .over {position: relative; margin-bottom: 25px;}
#index .box07 .img {width: 100%; padding-top: 67%; position: relative; background-size: cover; background-position: top center; background-repeat: no-repeat; box-sizing: border-box;}
#index .box07 .tax_tag {box-sizing: border-box; position: absolute; top: -12.5px; right: 0; z-index: 10; width: 200px; height: 25px;clip-path: polygon(0 100%, 10px 0, 100% 0, 100% 100%); font-size: 16px;}
#index .box07 .pick {font-size: 20px; line-height: 1; background: #000; width: 150px; height: 30px; position: absolute; left: 0; bottom: 0;}
#index .box07 .pick::before,#index .box07 .pick::after {-webkit-transform: translate3d(0,0,0) scaleX(0);
    transform: translate3d(0,0,0) scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;}
#index .box07 .pick::before {content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #27ae27;
    -webkit-transform: translate3d(0,0,0) scaleX(1);
    transform: translate3d(0,0,0) scaleX(1);}
#index .box07 .item:hover .pick::before {-webkit-transform: translate3d(0,0,0) scaleX(1);
    transform: translate3d(0,0,0) scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .33s cubic-bezier(.79,.17,.15,.96);
    transition: -webkit-transform .33s cubic-bezier(.79,.17,.15,.96);
    transition: transform .33s cubic-bezier(.79,.17,.15,.96);
    transition: transform .33s cubic-bezier(.79,.17,.15,.96),-webkit-transform .33s cubic-bezier(.79,.17,.15,.96);}
#index .box07 .pick::after {content: '';
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    -webkit-transform: translate3d(0,0,0) scaleX(1);
    transform: translate3d(0,0,0) scaleX(1);}
#index .box07 .item:hover .pick::after {-webkit-transform: translate3d(0,0,0) scaleX(1);
    transform: translate3d(0,0,0) scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .22s cubic-bezier(.79,.17,.15,.96);
    transition: -webkit-transform .22s cubic-bezier(.79,.17,.15,.96);
    transition: transform .22s cubic-bezier(.79,.17,.15,.96);
    transition: transform .22s cubic-bezier(.79,.17,.15,.96),-webkit-transform .22s cubic-bezier(.79,.17,.15,.96);}

#index .box07 .img_box {overflow: hidden;}
#index .box07 .item:hover .img {transform: scale(1.06); -webkit-transition: -webkit-transform 3s ease-out; transition: -webkit-transform 3s ease-out; transition: transform 3s ease-out; transition: transform 3s ease-out,-webkit-transform 3s ease-out;}
#index .box07 h3 {font-size: 18px; line-height: 1.7;}
#index .box08 {background: url("img/index/box08_bg.jpg")center center no-repeat; position: relative; overflow: hidden;}
#index .box08::after {content: ''; position: absolute; background: #EE7700; width: 100%; height: 100%; left: 0; top: 0; transform: translateX(-100%); transition-duration: .7s; transition-timing-function: cubic-bezier(.85,0,.15,1);}
#index .box08:hover::after {transform: translate(0);}
#index .box08 .txt01 {font-size: 100px; line-height: 1; letter-spacing: 5px; transform: skewX(-10deg); margin-bottom: 20px; position: relative; z-index: 10; transition-duration: .7s; transition-delay: .2s;}
#index .box08 .title {font-size: 30px; line-height: 1; transform: skewX(-10deg); position: relative; z-index: 10; transition-duration: .7s; transition-delay: .2s;}
#index .box08 .btn {box-sizing: border-box; background: #fff; font-size: 16px; line-height: 1; width: 400px; height: 60px; margin: 80px auto 0; position: relative; z-index: 10;}
#index .box08:hover .txt01,#index .box08:hover .title {color: #fff;}
#index .under_area {background: url("img/index/under_bg.jpg")top left repeat;}
#index .box09 .right_box {width: 505px;}
#index .box09 .over {margin-bottom: 30px; line-height: 1;}
#index .box09 .txt01 {font-size: 70px;}
#index .box09 .txt02 {font-size: 25px; letter-spacing: 1px; margin-top: 10px;}
#index .box09 .txt03 {font-size: 14px; line-height: 1.9;}
#index .box09 .txt04 {font-size: 20px; margin-top: 40px;}
#index .box10 {padding: 150px 0;}
#index .box10 .inbox12::before,#index .box10 .inbox12::after {content: ''; position: absolute; background: #000; width: 1000px; height: 5px;}
#index .box10 .inbox12::before {left: -870px; bottom: 0; transition-duration: .7s; transition-timing-function: cubic-bezier(.85,0,.15,1); clip-path: inset(0 100% 0 0); transition-delay: .5s;}
#index .box10 .inbox12::after {right: -870px; top: 180px; transition-duration: .7s; transition-timing-function: cubic-bezier(.85,0,.15,1); clip-path: inset(0 0 0 100%); transition-delay: .3s;}
#index .box10 .logo::after {content: ''; display: block; background: #000; height: 5px; width: 350px; margin-left: 50px; transition-duration: .7s; transition-timing-function: cubic-bezier(.85,0,.15,1); clip-path: inset(0 100% 0 0); transition-delay: .3s;}
#index .box10.inview .logo::after,#index .box10.inview .inbox12::before,#index .box10.inview .inbox12::after,#index .box10.inview .bdr {clip-path: inset(0);}
#index .box10 .txt01 {font-size: 80px; line-height: 1.4; margin: 100px auto 30px; text-align: center;}
#index .box10 .txt02 {font-size: 30px; line-height: 1; letter-spacing: 1px; padding-left: 290px;}
#index .box10 .bdr {position: absolute; bottom: -150px; left: 100px; width: 1900px; height: 5px; transition-duration: .7s; transition-timing-function: cubic-bezier(.85,0,.15,1); clip-path: inset(0 0 0 100%); transition-delay: .4s;}
#index .box10 .bdr span {content: ''; display: block; background: #000; width: 100%; height: 100%;}

#index .box11 {padding-bottom: 150px;}
#index .box11 .box {box-sizing: border-box; margin-right: auto; box-shadow: 0 0 10px rgba(0,0,0,.6); position: relative; background: #000; width: 1200px; transition-duration: .5s; margin-bottom: 150px;}
#index .box11 .box:hover {background: #ee7700;}
#index .box11 .box .img {opacity: .3; transition-duration: .5s;}
#index .box11 .box:hover .img {opacity: .1;}
#index .box11 .box .orange {transition-duration: .5s;}
#index .box11 .box:hover .orange {color: #fff;}
#index .box11 .text_box {position: absolute; top: 0; bottom: 0; left: 100px; margin: auto; z-index: 10; line-height: 1;}
#index .box11 .txt01 {font-size: 45px; margin-bottom: 15px; letter-spacing: 5px;}
#index .box11 .txt02 {font-size: 20px; letter-spacing: 2px;}
#index .box11 .txt03 {font-size: 20px; line-height: 1.7; margin-left: 150px; letter-spacing: 1px;}
#index .box11 .box .icon_text {position: absolute; right: 75px; top: -50px; font-size: 100px; line-height: 1; letter-spacing: 10px; opacity: .4; color: #c1c1c1;}
#index .box11 .link_box {margin: 0 auto 150px;}
#index .box11 .link_box .item {box-sizing: border-box; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.6); width: 366px; height: 70px; position: relative; margin-right: 50px; transition-duration: .5s;}
#index .box11 .link_box .item:hover {background: #ee7700; color: #fff;}
#index .box11 .link_box .item:nth-child(3n) {margin-right: 0;}
#index .box11 .link_box .item:nth-child(n + 4) {margin-top: 50px;}
#index .box11 .link_box .item p {font-size: 18px; line-height: 1; z-index: 10; position: relative;}
#index .box11 .link_box .item::after {content: ''; position: absolute; background: #ee7700; width: 10px; height: 10px; right: 5px; bottom: 5px; z-index: 10; clip-path: polygon(100% 100%, 100% 0, 0 100%); transition-duration: .5s;}
#index .box11 .link_box .item:hover::after {background: #fff;}
#index .box11 .con02 {margin-left: auto; margin-right: inherit; margin-bottom: 0;}
#index .box11 .con02 .icon_text {right: inherit; left: 75px;}
#index .company_box {background: url("img/index/box06_bg.jpg")top left repeat; padding: 100px 0 80px;}
#index .company_box .box {margin-bottom: 0;}

/*========================
FOOTER
========================*/
footer {background: url("img/footer/bg.jpg")top center no-repeat; padding-top: 100px; background-size: cover;}
footer .over {margin-bottom: 40px;}
footer .home_link {margin-right: 50px;}
footer .login_btn {transition-duration: .5s; opacity: 1;}
footer .login_btn:hover {opacity: .7;}

footer nav a {font-size: 16px; line-height: 1; margin-top: 40px;}
footer nav a:nth-child(1) {margin-top: 0;}
footer .left_box nav:nth-child(2) {margin-left: 50px;}
footer table th,footer table td {font-size: 16px; line-height: 1;}
footer table td p:nth-of-type(2) {margin-top: 20px;}
footer table th {padding-right: 50px;}
footer table tr:nth-child(n + 2) th,footer table tr:nth-child(n + 2) td {padding-top: 20px;}
footer .copy {font-size: 12px; line-height: 1; padding: 5px 0; box-sizing: border-box; border-top: 1px solid #fff; margin-top: 100px;}
footer table a {display: table; position: relative; margin-right: 25px;}
footer table a::after {content: ''; position: absolute; background: url("img/footer/link_icon.svg")no-repeat; width: 10px; height: 7px; right: -18px; bottom: 8px;}
footer table a::after {display: none;}
footer table tr:nth-child(3) th a::after, footer table tr:nth-child(3) td a::after {display: none;}
footer .pirikabox {background: #fff; margin-top: 20px;}
footer .pirikabox iframe {
    width: 700px;
    height: 150px;
}
footer .link_txt {font-size: 20px; margin-top: 15px; line-height: 1; font-weight: 500;}
footer .link_txt a {display: inline; box-sizing: border-box; border-bottom: 2px solid #fff; transition-duration: .3s;}
footer .link_txt a:hover {color: #00A140; border-color: #00A140;}

/*pankuzu*/
.pan {padding: 80px 0;}
.pan p {font-weight: bold; line-height: 2;}
.pan a {display: inline; font-size: 14px; box-sizing: border-box; border-bottom: 2px solid #8f8f8f;}
.pan a span {font-size: 16px;}

/*========================
ページ設定
========================*/
/*
サムネ
*************/
.page_thumb {height: 400px; line-height: 1;}
.page_thumb .title {font-size: 35px; display: table; letter-spacing: 3px;}
.page_thumb .min {font-size: 20px; display: table; padding-left: 165px;}
.page_thumb .bdr {background: #fff; height: 2px; width: 100%; margin: 15px 0;}

.thumb04 .min {padding-left: 255px;}
.thumb05 .min {padding-left: 295px;}

.thumb01 {background: url("img/thumb01.jpg")top center no-repeat;}
.thumb02 {background: url("img/thumb02.jpg")top center no-repeat;}
.thumb03 {background: url("img/thumb03.jpg")top center no-repeat;}
.thumb04 {background: url("img/thumb04.jpg")top center no-repeat;}
.thumb05 {background: url("img/thumb05.jpg")top center no-repeat;}
.thumb06 {background: url("img/thumb06.jpg")top center no-repeat;}
.thumb07 {background: url("img/thumb07.jpg")top center no-repeat;}
.thumb08 {background: url("img/thumb08.jpg")top center no-repeat;}
.thumb09 {background: url("img/thumb09.jpg")top center no-repeat;}
.thumb10 {background: url("img/thumb10.jpg")top center no-repeat;}
.thumb11 {background: url("img/thumb11.jpg")top center no-repeat;}
.thumb12 {background: url("img/thumb12.jpg")top center no-repeat;}
.thumb13 {background: url("img/thumb13.jpg")top center no-repeat;}
.thumb14 {background: url("img/thumb14.jpg")top center no-repeat;}
.thumb15 {background: url("img/thumb15.jpg")top center no-repeat;}
.single_page {z-index: 0; position: relative;}

/*****************
width480px以下
*****************/
@media screen and (max-width:480px) {
.page_thumb img {
height: 120px;
}
}

/*
タイトル
*************/
.page_title {padding-bottom: 80px;}
.page_title .title {font-size: 35px; display: table; padding-right: 240px; letter-spacing: 3px;}
.page_title .min {font-size: 20px; display: table; margin-left: auto;}
.page_title .bdr {background: #000; height: 2px; width: 100%; margin: 15px 0;}

/*
記事詳細ページ
***************/
.nav_over {margin: 60px 0;}
.nav_under {margin-top: 60px;}
.navigation .next-entries,.navigation .previous-entries {width: 125px; height: 40px; line-height: 1; font-size: 14px; align-content: center; justify-content: center; box-sizing: border-box; border: none; color: #fff; text-decoration: none; display: inline-block; padding: 10px 0; transition-duration: .7s;}
.navigation .next-entries {background-color: #ee7700; margin-right: 20px;}
.navigation .previous-entries {background-color: #00a040;}
.navigation .next-entries a,.navigation .previous-entries a {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
.nav_archive_btn {box-sizing: border-box; font-size: 14px; line-height: 1; width: 250px; height: 40px; background: #000; color: #fff;}
.nav_archive_btn img {margin-left: 20px;}
.news_archive_btn {background: #000; color: #fff;}

/*ページネーション
*******************/
.paging {
clear: both;
padding: 20px 0;
position: relative;
font-size: 14px;
line-height: 14px;
text-align: center;
}
.paging-box {
display: inline-block;
}
.paging span, .paging a {
display: block;
float: left;
margin: 2px 2px 2px 0;
padding: 10px 15px 10px 15px;
text-decoration: none;
width: auto;
color: #000; /* 文字色 */
background: #ddd; /* 背景色 */
border: 1px solid #bbb;
font-weight: bold;
}
.page-of {display: none !important;}
.paging a:hover{
color: #fff; /* マウスホバー時の文字色 */
background: #ccc; /* マウスホバー時の背景色 */
}
.paging .current{
padding: 10px 15px 10px 15px;
color: #fff; /* 文字色 */
background: #ccc; /* 背景色 */
}
@media only screen and (max-width: 413px) {
.paging {
font-size: 12px;
padding-bottom: 0;
line-height: 12px;
}
.paging span, .paging a {
padding: 8px 10px 8px 10px;
}
.paging .current{
padding: 8px 10px 8px 10px;
}
}

/*IE用*/
@media all and (-ms-high-contrast: none) {
#nav {display: none;}
.front_contact_box .inbox12 {margin: 0;}
.main-content .slideshow .slide.is-active .caption .title p::after, .main-content .slideshow .slide.is-active .caption .text p::after {display: none;}
	.op_box {display: none;}
	.kv__scroll {display: none;}
	#index .box01 .bdr span {display: none;}
	#hamburger04,#hamburger03 {display: none;}
	#index .box11 .link_box .item::after {display: none;}
	
}



