@charset "UTF-8";
/* CSS Document */
/*----------TOP----------*/
/*mv area*/
.mv_bg {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: -1;
}
.mv_bg .slick-slide{
    height: 100vh!important;
}
.mv_bg .slick-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mv_txt {
    position: absolute;
    bottom: 80px;
    left: 80px;
    z-index: 999;
}
.mv_txt p {
    padding-top: 15px;
    font-size: 20px;
    font-weight: 300;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.mv_txt h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.slider .slick-next {
    display: none!important;
}

/*MV h2*/
span.smoothText {
	overflow: hidden;
	display: block;
}
span.smoothTextTrigger{
	transition: .8s ease-in-out;
	transform: translate3d(0,100%,0) skewY(30deg);
	transform-origin: left;
	display: block;
}
span.smoothTextTrigger.smoothTextAppear{
    transform: translate3d(0,0,0) skewY(0);
}

.slider {
  position:relative;
  z-index: 1;
  height: 100vh;
}
.slider-item01 {
    background:url("../images/mv_img01.png");
}
.slider-item02 {
    background:url("../images/mv_img02.png");
}
.slider-item03 {
    background:url("../images/mv_img03.png");
}
.slider-item {
    width: 100%;
    height:100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*MV p*/
.slide-in {
	overflow: hidden;
    display: inline-block;
}
.slide-in_inner {
	display: inline-block;
}
.leftAnime{
    opacity: 0;
}
.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:2s;
	animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextX100 {
  from {
	transform: translateX(-100%);
        opacity: 0;
  }
  to {
	transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:2s;
	animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);
    opacity: 0;
  }
  to {
	transform: translateX(0);
    opacity: 1;
  }
}


/*top01*/
.top01 {
    position: relative;
    margin-top: 300px;
}
.top01 .inner {
    display: flex;
    justify-content: space-between;
}
.top01 figure {
    width: 48%;
    height: 400px;
}
.top01 figure img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.top01 .box02 {
    width: 48%;
    z-index: 99;
}
.top01 .box02 h2 {
    margin-top: 50px;
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    font-family: "Noto Serif JP", serif;
}
.top01 .box02 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    padding-top: 30px;
}
.top01 a .viewmore {
    margin-top: 50px;
    width: 120px;
    height: auto;
    transition: all .3s;
}
.top01 a .viewmore img {
    width: 120px;
    height: auto;
}
.top01 a:hover .viewmore {
    opacity: .5;
}
.top01 .ttl h3::before {
    display: none;
}
.top01 .ttl h3 {
    font-size: 18px;
}
.top01 .ttl .ttl_ja::before {
    width: 14px;
}
.top01 .ttl .ttl_ja {
    font-size: 14px;
}


/*top02*/
.top02 {
    position: relative;
    margin-top: 150px;
}
.top02 .bg {
    position: absolute;
    top: -200px;
    left: 0;
    width: 450px;
    height: auto;
    z-index: -1;
}
.top02 ul {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top02 ul li {
    width: 47%;
}
.top02 ul li figure {
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.top02 ul li figure img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.5s;
}
.top02 ul li .figure img:hover {
    transform: scale(1.1);
}
.top02 ul li:nth-child(2),
.top02 ul li:nth-child(4) {
    margin-top: 50px;
}
.top02 ul li h4 {
    font-size: 30px;
    font-weight: 400;
    padding-top: 30px;
}
.top02 ul li p {
    font-size: 16px;
    font-weight: 300;
    padding-top: 20px;
    line-height: 30px;
}
.top02 ul li .box02 {
    position: relative;
}
.top02 a .viewmore {
    position: absolute;
    top: 40px;
    right: 0;
    width: 120px;
    height: auto;
    transition: all .3s;
}
.top02 a .viewmore img {
    width: 120px;
    height: auto;
}
.top02 a:hover .viewmore {
    opacity: .5;
}


/*top03*/
.top03 {
    position: relative;
    margin-top: 250px;
}
.top03 ul {
    position: relative;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top03 ul li {
    width: 32%;
    padding: 20px 20px 30px 20px;
    background-color: #fff;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;    
}
.top03 ul li .date {
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    padding-top: 20px;
}
.top03 ul li h4 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
}
.top03 ul li p {
    font-size: 16px;
    font-weight: 300;
    padding-top: 15px;
}
.top03 ul li figure {
    overflow: hidden;
    border-top-right-radius: 20px;
}
.top03 ul li figure img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform 0.5s;
}
.top03 ul li figure img:hover {
    transform: scale(1.1);
}
.top03 .top03_bg {
    position: absolute;
    left: 0;
    bottom:-100px;
    width: 100%;
    height: 400px;
    z-index: -1;
}
.top03 .top03_bg img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.top03 .viewmore_a {
    position: absolute;
    top:-70px;
    right: 0;
    width: 120px;
    height: auto;
    transition: all .3s;
}
.top03 .viewmore img {
    width: 120px;
    height: auto;
}


/*top04*/
.top04 {
    position: relative;
    margin-top: 250px;
}
.top04 ul {
    margin-top: 70px;
    border-top: 1px solid #ccc;
}
.top04 ul li {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.top04 ul li a {
    margin-left: 50px;
    transition: all .2s;
}
.top04 ul li a:hover {
    opacity: .5;
}
.top04 ul li:last-child {
    margin-bottom: 0;
}
.top04 ul li .date {
    font-size: 14px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    color: #43954E;
}
.top04 ul li h4 {
    font-size: 20px;
    line-height: 30px;
    margin-left: 50px;
    font-weight: 400;
}
.top04 a .viewmore {
    width: 120px;
    height: auto;
    transition: all .3s;
    margin-right:0;
    margin-left: auto;
    margin-top: 30px;
}
.top04 a .viewmore img {
    width: 120px;
    height: auto;
}
.top04 a:hover .viewmore {
    opacity: .5;
}



/*top05*/
.top05 {
    margin-top: 120px;
    position: relative;
    background-image: url(../images/top_img08.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
}
.top05 .ttl {
    justify-content: center;
    color: #fff;
}
.top05 .ttl h3::before {
    left: 50%;
    background-color: #fff;
}
.top05 .ttl .ttl_ja::before {
    background-color: #fff;
}
.top05 .cta_contact {
    position: relative;
    margin-top: 70px;
    width: 50%;
    text-align: center;
}
.top05 .cta_contact::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
}
.top05 .cta_contact figure img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.top05 .cta_tel {
    margin-top: 70px;
    width: 50%;
    text-align: center;
}
.top05 .cta_tel figure img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.top05 h5 {
    font-size: 20px;
    font-weight: 400;
    padding-top: 15px;
}
.top05 .top05_a1 {
    display: inline-block;
    margin-top: 15px;
    background-color: #43954E;
    padding: 15px 30px;
    transition: all .2s;
}
.top05 .top05_a1:hover {
    opacity: .5;
}
.top05 .top05_a2 {
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    transition: all .2s;
    margin-top: 15px;
    pointer-events: none;
    text-decoration: none;
    cursor: default; 
}
.top05 .top05_a2 span {
    font-size: 16px;  
}
.top05 .top05_a2:hover {
    opacity: .5;
}







/*-----ABOUT US-----*/
/*about01*/
.about01 {
    margin-top: 120px;
}
.about01 p {
    margin-top: 70px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
}
.about01 .bg_f {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: -1;
    font-family: 'DM Sans', sans-serif;
    font-size: 250px;
    font-weight: 700;
    opacity: .4;
    color: #F0EEEA;
}

/*about02*/
.about02 {
    margin-top: 150px;
}
.about02 table {
    margin-top: 70px;
    width:100%;
}
.about02 table tr {
    border-top: 1px solid #F0EEEA;
    border-bottom: 1px solid #F0EEEA;
}
.about02 table th {
    width:25%;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.about02 table td {
    width:75%;
    font-size: 20px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*about04*/
.about04 {
    margin-top: 100px;
}
.about04 h4 {
    font-size: 50px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
}
.about04 p {
    margin-top: 5px;
    font-size: 25px;
    font-weight: 300;
    font-family: "Noto Serif JP", serif;
}

/*about05*/
.about05 {
    margin-top: 120px;
    position: relative;
}
.about05 .name {
    font-size: 20px;
    color: #43954E;
}
.about05 h5 {
    font-size: 40px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 30px;
}
.about05 span {
    font-size: 30px;
    font-weight: 300;
    font-family: "DM Sans", sans-serif;
}
.about05 figure {
    width: 500px;
    height: 350px;
}
.about05 figure img {
    width: 500px;
    height: 350px;
    object-fit: cover;
}
.about05 .box01 {
    margin-top: 70px;
    flex-direction: row-reverse;
}
.about05 p {
    font-size: 20px;
    padding-top: 5px;
    line-height: 35px;
    padding-bottom: 30px;
}
.about05 .p {
    padding-bottom: 10px;
}
.about05 .name_1 {
    margin-top: 20px;
}

.about05 table {
    margin-top: 10px;
}
.about05 table th {
    position: relative;
    width:35%;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 30px;
    padding-left: 30px;
}
.about05 table th::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #333;
    left: 0px;
    top: 7px;
}
.about05 table .th::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 90px;
    background-color: #333;
    left: 3.5px;
    top: 11px;
}
.about05 table .th2::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    background-color: #333;
    left: 3.5px;
    top: 11px;
}
.about05 table td {
    width:60%;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 30px;
}
.about05 .about05_bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 600px;
    height: auto;
    z-index: -1;
}
.about05 .about05_bg img {
    width: 600px;
    height: auto;
}



/*-----SERVICE-----*/
/*service01*/
.service01 {
    position: relative;
    margin-top: 100px;
}
.service01 .bg {
    position: absolute;
    top: -100px;
    right: 0;
    width: 550px;
    height: auto;
    z-index: -1;
}
.service01 .bg img {
    width: 550px;
    height: auto;
}
.service01 .box02 figure {
    width: 50%;
    height: 450px;
}
.service01 .box02 figure img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.service01 .box02 .box03 {
    width: 50%;
    position: relative;
    padding-left: 50px;
}
.service01 .box02 .box03_ {
    width: 50%;
    position: relative;
    padding-right: 50px;
}
.service01 .box03 h4,
.service01 .box03_ h4{
    position: relative;
    font-size: 30px;
    font-weight: 400;
}
.service01 .box03 p,
.service01 .box03_ p{
    line-height: 30px;
    padding-top: 30px;
    font-size: 16px;
}
.service01 .box03_ p span {
    font-weight: 700;
}
.service01 .box03 .number {
    position: absolute;
    left: 50px;
    top: -80px;
    font-family: 'DM Sans', sans-serif;
    font-size: 120px;
    font-weight: 700;
    z-index: -1;
    color: #F0EEEA;
    opacity: .5;
}
.service01 .box03_ .number {
    position: absolute;
    left: -50px;
    top: -80px;
    font-family: 'DM Sans', sans-serif;
    font-size: 120px;
    font-weight: 700;
    z-index: -1;
    color: #F0EEEA;
    opacity: .5;
}
.service02 {
    position: relative;
    margin-top: 120px;
    padding-top: 120px;
    padding-bottom: 90px;
}
.service02::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 83%;
    height: 100%;
    background-color: #f5f5f5;
    z-index: -2;
}
.service02 ul {
    margin-top: 70px;
}
.service02 ul li {
    width: 370px;
    margin-bottom: 30px;
}
.service02 ul li figure {
    width: 100%;
    height: 280px;
}
.service02 ul li figure img {
    height: 280px;
    object-fit: cover;
}
.service02 .service02_en {
    display: flex;
    align-items: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    padding-top: 20px;
}
.service02 .service02_en::after {
    content: "";
    width:80px;
    height: 1px;
    background-color: #333;
    margin-left: 10px;
}
.service02 h4 {
    font-size: 30px;
    font-weight: 400;
    padding-top: 15px;
}
.service02 h4 span {
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
.service02 p {
    padding-top: 20px;
    font-size: 16px;
    line-height: 30px;
}
.service02 .ttl h3 {
    padding-left: 70px;
}
.service02 .ttl h3::before {
    display: none;
}
.service02 .ttl h3::after {
    position: absolute;
    content: "";
    bottom: -40px;
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background-color: #BED6C1;
    z-index: -1;
}


/*-----WORKS-----*/
/*works01*/
.works01 {
    margin-top: 120px;
}
.works01 ul {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.works01 ul li {
    width: 31%;
    background-color: #fff;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;    
    margin-bottom: 30px;
}
.works01 ul li .date {
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    color: #777;
    padding-top: 20px;
}
.works01 ul li h4 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
}
.works01 ul li p {
    font-size: 16px;
    font-weight: 300;
    padding-top: 15px;
    line-height: 25px;
}
.works01 ul li figure {
    overflow: hidden;
    border-top-right-radius: 20px;
}
.works01 ul li figure img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform 0.5s;
}
.works01 ul li figure img:hover {
    transform: scale(1.1);
}

.works02 {
    margin-top: 100px;
}
.works02 .heading {
    position: relative;
    font-size: 30px;
    font-weight: 500;
}
.works02 .heading::before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #43954E;
}
.works02 .date {
    text-align: right;
    margin-bottom: 20px;
}
.works02 figure {
    width: 100%;
    height: 400px;
    margin-bottom: 80px;
}
.works02 figure img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.works_detail_pager {
    margin-top: 63px;
}
.works_detail_pagination {
    display: flex;
    justify-content: space-between;
}
.works_detail_pre a,
.works_detail_next a {
    background-color: #43954E;
    color: #fff;
    padding: 13px 30px;
    transition: all .2s;
}
.works_detail_list a {
    background-color: #0B4B14;
    color: #fff;
    padding: 13px 30px;
    transition: all .2s;
}
.works_detail_pre a:hover,
.works_detail_next a:hover {
    background-color: #0B4B14;
}
.works_detail_list a:hover {
    background-color: #003007;
}



/*-----NEWS-----*/
/*news01*/
.news01 {
    position: relative;
    margin-top: 100px;
    margin-bottom: 150px;
}
.news01 ul {
    margin-top: 70px;
    border-top: 1px solid #ccc;
}
.news01 ul li {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.news01 ul li a {
    display: flex;
    align-items: center;
    margin-left: 50px;
    transition: all .2s;
}
.news01 ul li a:hover {
    opacity: .5;
}
.news01 ul li:last-child {
    margin-bottom: 0;
}
.news01 ul li .date {
    font-size: 14px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    color: #43954E;
}
.news01 ul li h4 {
    font-size: 20px;
    line-height: 30px;
    margin-left: 50px;
    font-weight: 400;
}


.news02 {
    margin-top: 100px;
}
.news02 .heading {
    position: relative;
    font-size: 30px;
    font-weight: 500;
}
.news02 .heading::before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #43954E;
}
.news02 .date {
    text-align: right;
    margin-bottom: 20px;
}
.news_detail_pager {
    margin-top: 63px;
}
.news_detail_pagination {
    display: flex;
    justify-content: space-between;
}
.news_detail_pre a,
.news_detail_next a {
    background-color: #43954E;
    color: #fff;
    padding: 13px 30px;
    transition: all .2s;
}
.news_detail_list a {
    background-color: #0B4B14;
    color: #fff;
    padding: 13px 30px;
    transition: all .2s;
}
.news_detail_pre a:hover,
.news_detail_next a:hover {
    background-color: #0B4B14;
}
.news_detail_list a:hover {
    background-color: #003007;
}


/*----------CONTACT----------*/
/*contact form7*/
/************************************
** お問い合わせフォームの入力
************************************/
.contact_p {
    margin-top: 70px;
    margin-bottom: 30px;
}

#cf-tbl{
    max-width: 1200px;
    margin: 0 auto 50px auto;
}

#cf-tbl table{
width: 100%;
border-collapse: collapse;
border: solid #CCC;
border-width: 1px;
color: #444;
}
#cf-tbl table tr th,
#cf-tbl table tr td{
padding: 10px 20px;
text-align: left;
vertical-align: top;
border: solid #CCC;
border-width: 1px;
vertical-align: middle;
background-color: #f5f5f5;
}
#cf-tbl table tr th{
width: 35%;
height: 80px;
background: #E8F4E9;
}
@media screen and (max-width:768px){
#cf-tbl{
width: 100%;
}

#cf-tbl table,
#cf-tbl table tbody,
#cf-tbl table tr,
#cf-tbl table tr th,
#cf-tbl table tr td{
display: block;
}

#cf-tbl table{
width: 100%;
border-width: 0 0 1px 0;
}

#cf-tbl table tr th{
width: 100%;
height: 50px;
padding: 3% 5%;
}
#cf-tbl table tr td{
width: 100%;
height: auto;
padding: 3% 5%;
}

#cf-tbl table tr td{
border-width: 0px 1px 0px 1px;
}
}
/*「必須」文字デザイン*/
.required{
font-size:14px;
padding: 5px 10px;
background: #43954E;
color: #fff;
margin-right: 10px;
}

/*「任意」文字デザイン*/
.optional{
font-size:14px;
padding: 5px 10px;
background: #999999;
color: #fff;
margin-right: 10px;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 5px 15px;
	border: 1px solid #ccc;
    height: 60px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}
.wpcf7-list-item {
    margin-right: 30px;
}
.wpcf7-list-item input {
    margin-right: 5px;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    background: #0B4B14;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 15px auto 200px auto;
    transition: all .2s;
}
@media screen and (max-width:768px){
input.wpcf7-submit {
width: 250px;
}
}

input.wpcf7-submit:hover {
	background-color: #003007;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}
.screen-reader-response,
.wpcf7-response-output {
    display: none;
}


/*----------THANKS----------*/
/*contact form7*/
/************************************
** サンクスページ
************************************/
.contact01 {
    margin-top: 70px;
    margin-bottom: 100px;
}
.contact01 p {
    padding-bottom: 30px;
}
.contact01 p .bold {
    font-weight: 500;
}
.contact01 p .red {
    color: #E59373;
    font-size: 30px;
}



.privacy01 {
    margin-top: 70px;
}
.privacy01 table,
.privacy01 tr,
.privacy01 th,
.privacy01 td {
    display: block;
    text-align: left;
}
.privacy01 th {
    position: relative;
    font-size: 20px;
    font-weight: 700;
}
.privacy01 th::before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #43954E;
    font-size: 20px;
    font-weight: 700;
}
.privacy01 td {
    padding-top: 20px;
    padding-bottom: 50px;
    line-height: 30px;
}
.privacy01 .p {
    padding-bottom: 30px;
}







@media (max-width: 990px){
    .top01 .bg_f {
        font-size: 200px;
    }
    .top02 ul li figure {
        height: 230px;
    }
    .top02 ul li figure img {
        height: 230px;
    }
    .top02 .box01 .bg_f {
        font-size: 200px;
        bottom: -10px;
    }
    .top03 ul li {
        width: 48%;
        margin-bottom: 30px;
    }
    .top03 ul li:last-child {
        margin-bottom: 0px;
    }
    .works01 ul li {
        width: 48%;
        margin-bottom: 30px;
    }
    .works01 ul li:last-child {
        margin-bottom: 0px;
    }
    
    
    .about01 .bg_f {
        font-size: 150px;
    }
    .about03 iframe {
        height: 400px;
    }
    
    .service01 .box02 .box03 {
        padding-left: 30px;
    }
    .service01 .box02 .box03_ {
        padding-right: 30px;
    }
    .service01 .box01 .bg_f {
        font-size: 200px;
    }
    .service01 .box03 .number {
        left: 15px;
    }
    .service01 .box03_ .number {
        left: -15px;
    }
    .service01 .box03 h4,
    .service01 .box03_ h4{
        font-size: 25px;
    }
    .service01 .box03 p,
    .service01 .box03_ p{
        padding-top: 20px;
        line-height: 25px;
    }
    .service01 .box02 figure {
        height: 350px;
    }
    .service01 .box02 figure img {
        height: 350px;
    }
}


@media (max-width: 768px){
    .mv_bg {
        margin-left: 0px;
    }
    .mv_txt {
        top: 50%;
        left: 20px;
        bottom: auto;
        transform: translateY(-50%);
    }
    .mv_txt p {
        font-size: 16px;
    }
    .mv_txt h2 {
        font-size: 35px;
        line-height: 60px;
    }
    .scrolldown1 {
        left: 50%;
        transform: translateX(-50%);
        bottom: 30px;
    }
    
    .top01 {
        margin-top: 150px;
    }
    .top01 .inner {
        display: block;
    }
    .top01 figure {
        width: 100%;
        height: 230px;
    }
    .top01 figure img {
        height: 230px;
    }
    .top01 .bg_f {
        font-size: 95px;
        top: 180px;
        bottom: auto;
    }
    .top01 .box02 {
        width: 100%;
    }
    .top01 .ttl {
        padding-top: 20px;
    }
    .top01 .ttl h3 {
        font-size: 14px;
    }
    .top01 .ttl .ttl_ja {
        font-size: 12px;
    }
    .ttl .ttl_ja::before {
        transform: rotate(100deg) translateX(-3px);
    }
    .top01 .box02 h2 {
        margin-top: 20px;
        font-size: 30px;
        font-weight: 400;
        line-height: 40px;
    }
    .top01 .box02 p {
        font-size: 14px;
        line-height: 25px;
        padding-top: 20px;
    }
    .top01 a .viewmore {
        margin-top: 30px;
    }


    
    .top02 {
        margin-top: 80px;
    }
    .top02 .bg {
        position: absolute;
        top: -60px;
        left: 0;
        width: 250px;
    }
    .top02 ul li h4 {
        font-size: 20px;
        padding-top: 20px;
    }
    .top02 a .viewmore {
        top: 30px;
        width: 100px;
        height: auto;
    }
    .top02 ul li p {
        font-size: 14px;
        padding-top: 15px;
        line-height: 25px;
    }
    .top02 a .viewmore img {
        width: 100px;
        height: auto;
    }

    
    .top03 {
        margin-top: 150px;
    }
    .top03 ul {
        margin-top: 30px;
    }
    .top03 ul li {
        margin-bottom: 30px;
    }
    .top03 ul li figure img {
        height: 200px;
    }
    .top03 ul li .date {
        padding-top: 10px;
        font-size: 12px;
        color: #777;
    }
    .top03 ul li h4 {
        padding-top: 0;
    }
    .top03 .btn03 {
        margin-top: 30px;
    }
    .top03 .btn03 .btntransform:hover::before{
        width:130px;
    }
    .top03 .top03_bg {
        position: absolute;
        left: 0;
        top: 200px;
        width: 100%;
        height: 700px;
        z-index: -1;
    }
    .top03 .top03_bg img {
        width: 100%;
        height: 700px;
    }
    .top03 ul li {
        padding: 10px 10px 20px 10px;
        margin-bottom: 20px;
    }
    .top03 ul li h4 {
        padding-top: 5px;
    }
    .top03 ul li p {
        font-size: 14px;
        line-height: 25px;
        padding-top: 10px;
    }
    .top03 .viewmore_a {
        top: -50px;
    }
    .top03 .viewmore img {
        width: 100px;
    }
    
    .top04 {
        margin-top: 150px;
    }
    .top04 .ttl {
        width: 100%;
    }
    .top04 ul {
        width: 100%;
        margin-top: 50px;
    }
    .top04 ul li {
        margin-bottom: 0;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .top04 ul li h4 {
        margin-left: 0;
        font-size: 14px;
        line-height: 25px;
    }
    
    .top05 {
        margin-top: 120px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .top05 .cta_contact::after {
        display: none;
    }
    .top05 .cta_contact {
        position: relative;
        margin-top: 70px;
        width: 100%;
        text-align: center;
    }
    .top05 h5 {
        font-size: 18px;
        font-weight: 400;
        padding-top: 15px;
    }
    .top05 .cta_tel {
        position: relative;
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }
    .top05 .top05_a2 {
        pointer-events:painted;
        text-decoration:none;
        cursor: default; 
    }








    
    .about01 {
        margin-top: 100px;
    }
    .about01 .bg_f {
        font-size: 100px;
    }
    .about01 p {
        width: 100%;
        font-size: 14px;
        line-height: 25px;
        margin-top: 40px;
    }
    .about02 {
        margin-top: 150px;
    }
    .about02 table {
        margin-top: 70px;
    }
    .about02 table tr {
        border-top: 1px solid #F0EEEA;
        border-bottom: 1px solid #F0EEEA;
    }
    .about02 table th {
        display: block;
        width:100%;
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .about02 table td {
        display: block;
        width:100%;
        font-size: 14px;
        font-weight: 400;
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .about03 {
        margin-top: 80px;
    }
    .about03 p {
        width: 100%;
        font-size: 14px;
        line-height: 25px;
        margin-top: 30px;
    }
    .about03 iframe {
        height: 250px;
        margin-top: 30px;
    }
    .about04 {
        margin-top: 80px;
    }
    .about04 h4 {
        font-size: 30px;
        margin-top: 0px;
    }
    .about04 p {
        font-size: 12px;
    }
    .about05 {
        margin-top: 80px;
    }
    .about05 table {
        margin-top: 5px;
    }
    .about05 table th {
        display: block;
        width:100%;
        padding-bottom: 5px;
        padding-left: 30px;
        font-size: 14px;
    }
    .about05 table .th::after {
        height: 120px;
    }
    .about05 table td {
        display: block;
        width: 100%;
        padding-bottom: 20px;
        padding-left: 30px;
        font-size: 14px;
    }
    .about05 figure {
        width: 100%;
    }
    .about05 figure img {
        width: 100%;
    }
    .about05 .box02 {
        margin-top: 30px;
    }
    .about05 h5 {
        font-size: 25px;
    }
    .about05 span {
        font-size: 20px;
    }
    .about05 .name {
        font-size: 14px;
    }
    .about05 p {
        font-size: 14px;
        line-height: 25px;
        padding-bottom: 20px;
    }
    .about05 figure img {
        height: 230px;
    }
    .about05 figure {
        height: 230px;
    }
    .about05 .about05_bg {
        width: 200px;
    }
    .about05 .about05_bg img {
        width: 200px;
    }




    

    .service01 {
        margin-top: 80px;
    }
    .service01 .box01 h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .service01 .bg {
        position: absolute;
        top: -80px;
        right: 0;
        width: 250px;
        height: auto;
        z-index: -1;
    }
    .service01 .box01 h4 .br {
        display: block;
    }
    .service01 .box01 figure {
        margin-top: 150px;
    }
    .service01 .box01 figure img {
        height: 35px;
    }
    .service01 .box01 .bg_f {
        font-size: 95px;
    }
    .service01 .box02 figure {
        width: 100%;
    }
    .service01 .box03 h4,
    .service01 .box03_ h4 {
        font-size: 20px;
        padding-top: 30px;
    }
    .service01 .box02 {
        margin-bottom: 30px;
    }
    .service01 .box02 .box03 {
        width: 100%;
        padding-left: 0;
    }
    .service01 .box02 .box03_ {
        width: 100%;
        padding-right: 0;
    }
    .service01 .box03 p,
    .service01 .box03_ p {
        padding-top: 20px;
        line-height: 25px;
        font-size: 14px;
        font-weight: 300;
    }
    .service01 .box03 .number {
        font-size: 60px;
        top: 0;
        left: -20px;
    }
    .service02 {
        margin-top: 80px;
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .service02 ul li {
        width: 100%;
    }
    .service02 h4 {
        font-size: 20px;
        padding-top: 10px;
    }
    .service02 p {
        padding-top: 15px;
        font-size: 14px;
        line-height: 25px;
    }
    .service02 ul li figure {
        height: auto;
    }
    .service02 ul li figure img {
        height: auto;
    }
    .service02 .ul {
        margin-bottom: 30px;
    }
    .service02 ul {
        margin-top: 50px;
    }
    .service02 .ttl h3::after {
        position: absolute;
        content: "";
        bottom: -35px;
        left: 0;
        width: 100px;
        height: 100px;
        border-radius: 60px;
        background-color: #BED6C1;
        z-index: -1;
    }
    .service02 .service02_en {
    display: flex;
    align-items: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    padding-top: 20px;
    }

    .works01 {
        margin-top: 80px;
    }
    .works01 ul li {
        padding: 0px;
        margin-bottom: 30px;
    }
    .works01 ul li figure {
        height: 200px;
    }
    .works01 ul {
        margin-top: 30px;
    }
    .works01 ul li {
        margin-bottom: 30px;
    }
    .works01 ul li figure img {
        height: 200px;
    }
    .works01 ul li .date {
        padding-top: 10px;
        font-size: 12px;
        color: #777;
    }
    .works01 ul li h4 {
        padding-top: 0;
    }
    .works01 ul li h4 {
        padding-top: 5px;
    }
    .works01 ul li p {
        font-size: 14px;
        line-height: 25px;
        padding-top: 10px;
    }
    .works02 {
        margin-top: 30px;
    }
    .works02 .heading {
        font-size: 20px;
        line-height: 30px;
    }
    .works02 .date {
        font-size: 14px;
    }
    .works02 figure {
        height: 220px;
        margin-bottom: 50px;
    }
    .works02 figure img {
        height: 220px;
    }

    
    .news01 {
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .news01 .content {
        line-height: 25px;
        padding-top: 20px;
    }
    .news02 {
        margin-top: 30px;
    }
    .news02 .heading {
        font-size: 20px;
    }
    .news02 .date {
        text-align: right;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .news_detail_pager {
        margin-top: 63px;
    }
    .news_detail_pre a,
    .news_detail_next a {
        padding: 13px 10px;
    }
    .news_detail_list a {
        padding: 13px 10px;
    }


    /*THANKS*/
    .pp_inner .h2 {
        padding-bottom: 30px;
    }
    .contact01 {
        margin-bottom: 100px;
    }
    .contact01 p {
        padding-bottom: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .contact01 p .red {
        font-size: 22px;
    }

}


@media (max-width: 600px){
    .top02 ul {
        display: block;
        margin-top: 40px;
    }
    .top02 ul li {
        width: 100%;
        margin-bottom: 50px;
    }
    .top02 ul li:nth-child(2),
    .top02 ul li:nth-child(4) {
        margin-top: 0;
    }
    .top03 ul li {
        width: 100%;
    }
    .top03 .top03_bg {
        position: absolute;
        left: 0;
        top: 200px;
        width: 100%;
        height: 1000px;
        z-index: -1;
    }
    .top03 .top03_bg img {
        width: 100%;
        height: 1000px;
    }
    
    .about01 .bg_f {
        font-size: 90px;
    }
    
    .works01 ul li {
        width: 100%;
    }
    .works_detail_pre a,
    .works_detail_next a {
        padding: 13px 10px;
    }
    .works_detail_list a {
        padding: 13px 10px;
    }
}


@media (max-width: 500px){
    .service01 .box02 figure {
        height: 230px;
    }
    .service01 .box02 figure img {
        height: 230px;
    }
    
    .works01 figure {
        height: 250px;
    }
    .works01 figure img {
        height: 250px;
    }

    .thanks_ttl {
        display: block;
    }
    .thanks_ttl .ttl_ja {
        padding-top: 10px;
    }
    .thanks_ttl h3::before {
        bottom: -50px;
    }
}
















