@charset "utf-8";
/*
Theme Name: LIQUID CORPORATE Child
Theme URI: https://lqd.jp/wp/
Description: LIQUID PRESS THEME
Author: LIQUID DESIGN
Author URI: https://lqd.jp/
Template: liquid-corporate
Version: 9999
*/
/* Child Styles */




/* ------------------------------------
// common
------------------------------------ */

* p , * ul , * figure , * h1 , * h2 , * h3 , * h4 {
	margin-bottom:0;
}

* ul {
	padding-left:0;
	list-style-type:none;
}

body {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
	line-height: 1.8;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}

.breadcrumb {
	border-top: none !important;
	border-bottom: none !important;
	background-color: inherit;
	margin-bottom: 0;
	padding: 0;
    justify-content: flex-end;
}

.mainarea , .post_meta {
    margin-bottom: 0;
}

.post_body {
    padding-bottom: 0;
    margin-bottom: 0;
}

.pagetop a {
	bottom: 6rem !important;
}


/*------------------------------
//
header.php
//
-------------------------------*/
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header h1 {
    width: 300px;
    padding-left: 40px;
}

#head_wrap {
    position: fixed;
    z-index: 2;
    width: 100%;
    background-color: rgb(255, 255, 255);
}

/* ------------------------------------
// header.php @media
------------------------------------ */
/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    header {height: 80px;padding: 15px;}
    header h1 {padding-left:0;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}















/*------------------------------
//
グローバルナビ
//
-------------------------------*/

.nav-wrapper {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pcnav {
    width: 87%;
}

.pcnav ul {
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.pcnav a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 0.9vw;
    color: rgb(0,0,0);
    font-weight: bold;
}

.pcnav li:last-child a {
    background-color: rgb(230, 30, 42);
    padding: 15px;
    color: rgb(255, 255, 255) !important;
    width: 150px;
    text-align: center;
}

.pcnav li:last-child a img {
    width: 26px;
    display: block;
    margin: 0 auto;
}


.pcnav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: rgb(100,90,60);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.pcnav a:hover::after {
  transform: scale(1, 1);
}

.pcnav li:last-child a:hover::after {
    transform: scale(0, 0) !important;
  }

.pcnav a:active {
    color: rgb(63,51,15);
    opacity: 0.7;
}

.pcnav a:visited {
	color: rgb(63,51,15) !important;
}

.pcnav li:last-child a:visited {
    color: #fff !important;
}

.header {
	left: 0;
	top: 0;
	width: 100%;
	display:none;
}

.global-nav {
	position: fixed;
	right: -320px;
	top: 0;
	width: 300px;
	height: 100vh;
	padding-top: 100px;
	background-color: rgb(255,255,255);
	transition: all .6s;
	z-index: 200;
	overflow-y: auto; 
}

.hamburger {
	position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 300;
    background-color: rgb(230, 30, 42);
    padding: 16px;
}

.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
    transform: rotate(0.03deg);
}

.global-nav__item {
	padding: 0 14px;
}

.global-nav__item a {
	display: block;
    padding: 10px 10px 0 10px;
    text-decoration: none;
    color: #111 !important;
}

.global-nav__item a:visited {
    color: #111 !important;
}

.global-nav__item a:hover {
	background-color: #eee;
}

.hamburger__line {
	position: absolute;
	width: 48px;
	height: 2px;
	background-color: #fff;
	transition: all .6s;
}

.hamburger__line--1 {
	top: 22px;
}

.hamburger__line--2 {
	top: 39px;
}

.hamburger__line--3 {
	top: 56px;
}


/* 表示された時用のCSS */
.nav-open .global-nav {
	right: 0;
}

.nav-open .black-bg {
	opacity: .8;
	visibility: visible;
}

.nav-open .hamburger__line--1 {
	transform: rotate(45deg);
	top: 20px;
}

.nav-open .hamburger__line--2 {
	width: 0;
	left: 50%;
}

.nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 20px;
}

.navbar {
	border-bottom:none;
	padding:0;
}


.global-nav__item h2 {
    font-size: 20px;
    font-weight: 800;
    margin-top: 25px;
}

.global-nav__item a {
    font-size: 16px;
}



.spnav_contact {
    width: 80%;
    padding: 10px;
    background-color: rgb(230, 30, 42);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    margin: 20px auto;
}

.spnav_contact:visited {
    color: #fff !important;
}

.spnav_contact img {
    width: 20px;
}

.spnav_sns {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-top: 15px;
}

.spnav_sns a {
    display: inline-block;
}

.spnav_sns a img {
    width: 50px;
}

/* ------------------------------------
// グローバルナビ @media
------------------------------------ */
/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .nav-wrapper {top:0;background-color: inherit;}
    .nav_sns {display: none;}
    .pcnav {width:100%;}
    .header {display:block;position: fixed;}
	.pcnav {display:none;}
    .nav-wrapper {box-shadow:none !important;width: 0;}
    .nav-open .hamburger__line--1 {top: 35px;}
    .nav-open .hamburger__line--3 {top: 35px;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}












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


#index_cover {
    position: relative;
}

.parallax_content{
 display: flex;
    height: 850px;
    align-items: center;
    background-attachment: fixed;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 30px 30px 0;
    width: 99%;
    position: relative;
}
.img_bg_01{
  background-image: url(img/index_cover.jpg);
  background-position: center top;
}

#index_cover div h2 {
    position: absolute;
    left: 5%;
    top: 25%;
    font-size: 4vw;
    color: rgb(0, 0, 0);
}

#index_cover div h2 span {
    color: rgb(230, 30, 42);
}

#index_cover div h3 {
    position: absolute;
    left: 5%;
    bottom: 15%;
    font-size: 4vw;
    color: rgb(0, 0, 0);
}


#index_slider {
    width: 70%;
    margin: 100px auto;
    
}

#index_slider h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}

#index_slider h2 span {
    color: rgb(230, 30, 42);
}

.swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}

.swiper-slide .post__thumb--img {
  margin: 0 0 15px;
}
.swiper-slide .post__thumb--img a {
  padding-top: 62.5%;
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius:10px;
}

.swiper-slide {
    margin-right: 0 !important;

}

.date {
    font-size: 14px;
}

.swiper-wrapper a, .swiper-wrapper a:hover {
    color: rgb(0, 0, 0);
}

.swiper-wrapper {
    gap: 10px;
}







#index_policy {
    display: flex;
    flex-wrap: wrap-reverse;
    width: 85%;
    justify-content: space-between;
    margin-left: auto;
}

#index_policy div {
    width: 40%;
}

#index_policy div h2 > span {
    border-bottom: 1px solid rgb(230, 30, 42);
    font-weight: 600;
    font-size: 16px;
}

#index_policy div h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 50px;
}

#index_policy div h3 span {
    color: rgb(230, 30, 42);
    border-bottom: none;
}

#index_policy div p {
    margin-top: 50px;
    text-align: justify;
    width: 65%;
}


#index_policy figure {
    width: 56%;
}

.btn001 {
    height: 60px;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 9999px;
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
    transition: all 0.3s ease;
    width: 290px;
    font-size: 16px;
    margin-top: 50px;
    min-width: 250px;
    font-weight: 600;
}

.btn001:visited {
    color: #fff !important;
}

.btn001:hover:visited {
    color: #000 !important;
}

/* 矢印アイコン */
.btn001 span {
    position: relative;
    display: block;
    width: 10px;
    height: 1px;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.3s ease;
    
}
.btn001 span::before,
.btn001 span::after {
    content: "";
    position: absolute;
    right: -3px;
    display: block;
    width: 10px;
    height: 1px;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.3s ease;
}
.btn001 span::before {
    top: 3px;
    transform: rotate(-45deg);
}
.btn001 span::after {
    bottom: 3px;
    transform: rotate(45deg);
}

/* ホバーアニメーション */
.btn001:hover {
    color: #000;
    background-color: #fff;
}
.btn001:hover span {
    background-color: #000;
}
.btn001:hover span::before,
.btn001:hover span::after {
    background-color: #000;
}








#index_service {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: space-between;
    margin-top: 100px;
}

#index_service div {
    width: 35%;
}

#index_service div h2 > span {
    border-bottom: 1px solid rgb(230, 30, 42);
    font-weight: 600;
    font-size: 16px;
}

#index_service div h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 50px;
}

#index_service div h3 span {
    color: rgb(230, 30, 42);
    border-bottom: none;
}

#index_service div p {
    margin-top: 50px;
    width: 65%;
}

#index_service figure {
    width: 60%;
}


.post_cat_2 {
    background-color: #F7A60D;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
}

.img_bg_03 {
    background-image: url(img/index_news-02.png);
    background-position: bottom;
}




#ind_works {
    width: 95%;
    margin-top: 100px;
    margin-left: auto;
    background-color: #E61E2A;
    border-radius: 30px 0 0 0;
    color: #fff;
    padding: 3% 10%;
}

#ind_works h2 span {
    border-bottom: 1px solid rgb(255, 255, 255);
    font-weight: 600;
    font-size: 16px;
}

#ind_works h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 50px;
}

#ind_works ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#ind_works ul::after {
    content: "";
    display: block;
    width: 31.65%;
}

#ind_works li {
    width: calc(33% - 20px);
    margin-top: 50px;
}

#ind_works li a {
    color: #fff;
}

#ind_works li a h4 {
    font-size: 20px;
}

.index_works_thumbnail {
    width: 100%;
    height: auto;
    object-fit: cover;
}






.index_newstop {
    display: flex;
    height: 458px;
    align-items: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

.img_bg_02 {
  background-image: url(img/index_newstop.png);
  background-position: center;
}



.index_newswrap {
    background-color: #F2F2F2;
    margin-top: 0;
    width: 90%;
    margin-left: auto;
}

.index_postwrap {
    display: flex;
    background-color: #fff;
    width: 85%;
    border-radius: 0 30px 30px 0;
    padding: 5%;
    position: relative;
    top: -100px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_post_left {
    width: 35%;
}

.index_post_left h2 > span {
    border-bottom: 1px solid rgb(230, 30, 42);
    font-weight: 600;
    font-size: 16px;
}

.index_post_left h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 50px;
    color: rgb(230, 30, 42);
}

.index_post_right {
    width: 60%;
}

.list .post_ttl {
    font-size: 16px;
    margin: 0 !important;
}

.post_cat_6 {
    background-color: #F7A60D;
    color: #fff;
    padding: 5px;
    border-radius: 20px;
}

.index_post {
    display: flex !important;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    gap:10px;
}

.post_box {
    position: relative;
    padding: 25px 0;
    color: #000;
}

.index_spnews_btn {
    display: none;
}



#index_column {
    background-color: #F2F2F2;
    width: 90%;
    margin-left: auto;
    padding: 5%;
    display: flex;
    flex-wrap: wrap-reverse;
    border-radius: 0 0 0 30px;
}

#index_column div {
    width: 41%;
}

#index_column div h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    color: rgb(230, 30, 42);
}

#index_column div p {
    text-align: justify;
    margin-top: 25px;
    width: 65%;
}

#index_column figure {
    width: 50%;
}



#index_reuse {
    width: 80%;
    background-color: #E61E2A;
    border-radius: 30px;
    margin:100px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    padding: 50px 15px;
}

#index_reuse div {
    width: 40%;
}

#index_reuse div h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
}

#index_reuse div p {
    margin-top: 30px;
}

#index_reuse figure {
    width: 50%;
}



/* ------------------------------------
// トップページ @media
------------------------------------ */
/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .parallax_content {height: 600px;}
    #index_cover div h2 {font-size: 40px;top: 35%;}
    #index_cover div h3 {width: 300px;}

    #index_slider {width: 100%;padding: 0 15px;}

    #index_policy {width: 100%;padding-left: 15px;}

    #index_service {width: 100%;padding-right: 15px;}

    #ind_works {width: 98%;padding: 50px 15px;}
    #ind_works ul {flex-wrap: wrap;}

    
    .index_postwrap {width: 98%;padding: 50px 15px;}
    .index_post_ttl {width: 100%;}

    .index_newswrap {width: 98%;padding: 50px 15px;}

    #index_column {width: 98%;padding: 0 15px 50px;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #index_slider h2 {font-size: 30px;}

    #index_policy div h3 {font-size: 30px;margin-top: 30px;}
    #index_policy figure {width: 100%;text-align: right;}
    #index_policy div {width: 100%;padding-right: 15px;}
    #index_policy div p {margin-top: 30px;text-align: justify;width: 100%;}

    #index_service div h3 {font-size: 30px;margin-top: 30px;}
    #index_service figure {width: 100%;text-align: right;}
    #index_service div {width: 100%;padding-left: 15px;}
    #index_service div p {margin-top: 30px;text-align: justify;width: 100%;}

    #ind_works h3 {font-size: 30px;margin-top: 30px;}

    .index_post_left h3 {font-size: 30px;margin-top: 30px;}
    .index_pcnews_btn {display: none;}
    .index_spnews_btn {display: flex;}
    .index_post_left {width: 100%;}
    .index_post_right {width: 100%;}

    #index_column div {width: 100%;        margin-top: 30px;}
    #index_column div h3 {font-size: 30px;}
    #index_column div p {width: 100%;}
    #index_column figure {width: 100%;}

    #index_reuse {width: 96%;margin-top: 50px;}
    #index_reuse div h3 {font-size: 30px;}
    #index_reuse div {width: 100%;margin-top: 25px;}
    #index_reuse figure {width: 100%;}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    #ind_works li {width: 100%;}
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .swiper-slide {width: 98% !important;}
    .btn001 {width: 100%;}
    #index_cover div h2 {top: 20%;}
    #index_cover div h3 {top: 40%;}
    .parallax_content {height: 700px;background-attachment: scroll;}
    .index_newstop {background-attachment: scroll;}
}









/* ------------------------------------
// フッター
------------------------------------ */
#foot_contact {
    width: 80%;
    margin: 50px auto;
    background-image: url(img/foot_contact.png);
    background-position:center;
    background-repeat: no-repeat;
    height: 450px;
    position: relative;
    border-radius: 30px;
}

#foot_contact div {
    background-color: rgba(255,255,255,.9);
    border-radius: 30px;
    width: 600px;
    padding: 50px 15px;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#foot_contact div h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    color: rgb(230, 30, 42);
}

#foot_contact div p {
    margin-top: 30px;
}

#foot_contact div a {
    margin: 30px auto 0;
    width: 200px;
}



footer {
    background-color: #E61E2A;
    color: #fff;
    padding: 50px 0;
}


.btn002 {
    position: relative;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    gap:10px;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

/* 矢印アイコン */
.btn002 span {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    border-radius: 10px;
    background-color: #fff;
}
.btn002 span::before,
.btn002 span::after {
    content: "";
    position: absolute;
    right: -3px;
    display: block;
    width: 5px;
    height: 1px;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.3s ease;
}
.btn002 span::before {
    top: 2px;
    transform: rotate(-45deg);
}
.btn002 span::after {
    bottom: 0px;
    transform: rotate(45deg);
}

#foot_info {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#foot_info figure {
    width: 25%;
}

#foot_info section {
    width: 70%;
}

.foot_sitemap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot_sitemap ul {
    width: 30%;
}

.foot_sitemap ul li h3 {
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    font-size: 18px;
}

.foot_sitemap ul li a {
    color: #fff;
}

.foot_sitemap ul li a:hover {
    color: #fff !important;
    opacity: .7;
}

.foot_sitemap ul li a:visited {
    color: #fff !important;
}

.foot_link {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
}

.foot_link a span {
    display: block;
    color: #fff;
}

#foot_copy {
    background-color: #fff;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 0;
    width: 80%;
    margin: 0 auto;
}

#foot_copy div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:25px;
}

#foot_copy div img {
    width: 250px;
}

#foot_copy div ul {
    display: flex;
    flex-wrap: wrap;
    gap:25px;
}

#foot_copy div ul li a {
    color: #333;
    font-size: 14px;
}


/* ------------------------------------
// フッター @media
------------------------------------ */
/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #foot_contact {width: 96%;}
    #foot_info {width: 96%;}
    #foot_copy {width: 96%;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #foot_contact div h2 {font-size: 30px;}
    #foot_contact div {width: 80%;}
    #foot_info figure {width: 100%;}
    #foot_info section {width: 100%; margin-top: 25px;}
    
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .foot_sitemap ul {width: 100%;margin-top: 25px;}
    .foot_link {justify-content: center;}
    #foot_copy div {justify-content: center;width: 100%;}
    #foot_copy div ul {width: 100%;        text-align: center; gap: 0px;}
    #foot_copy div ul li {width: 100%;justify-content: center;}
    #foot_copy p {text-align: center;width: 100%;}
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #foot_contact div {width: 95%;}
}

















/* ------------------------------------
// ナカテックポリシー
------------------------------------ */
#page_ttl {
    width: 80%;
    padding-top: 130px;
    margin: 0 auto;
}

#page_ttl h2 {
    font-size: 3vw;
}

#page_ttl h2 > span {
    color: rgb(230, 30, 42);
}

#page_ttl p {
    margin-top: 15px;
}

.page_ttl_img {
    width: 95%;
    margin-top: 50px;
}

.page_ttl_img img {
    min-height: 500px;
    object-fit: cover;
    border-radius: 0 30px 30px 0;
}

#policy_lead {
    position: relative;
    text-align: center;
    margin-top: 50px;
}

#policy_lead h2 {
    font-size: 2.5vw;
    font-weight: 600;
}

#policy_lead h2 > span {
    color: rgb(230, 30, 42);
}

/*
#policy_lead::before,
#policy_lead::after {
  content: "";
  position: absolute;
  top: 90px;
  bottom: 0;
  width: 2px;
  background-color: #E61E2A; 
  height: 100px;
}

#policy_lead::before {
    left: 50%;
    transform: translateX(-100%);
    height: 15px;
}

#policy_lead::after {
    left: 50%;
    transform: translateX(-100%);
    background-color: #707070;
    top: 105px;
}
*/

#policy_magokoro {
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    position: relative;
    margin-top: 150px;
    padding-right: 2.5%;
    margin-left: auto;
}

#policy_magokoro div {
    width: 35%;
}

#policy_magokoro div h2 > span {
    border-bottom: 1px solid rgb(230, 30, 42);
    font-weight: 600;
    font-size: 16px;
}

#policy_magokoro div h3 {
    font-size: 2vw;
    font-weight: bold;
    line-height: 1.7;
    margin-top: 50px;
}

#policy_magokoro div h3 > span {
    color: rgb(230, 30, 42);
}

#policy_magokoro div p {
    margin-top: 50px;
    text-align: justify;
}

#policy_magokoro figure {
    width: 60%;
    text-align: right;
}
/*
#policy_magokoro::before,
#policy_magokoro::after {
    content: "";
    position: absolute;
    bottom: 140px;
    width: 2px;
    background-color: #E61E2A;
    height: 100px;
}

#policy_magokoro::before {
    left: 50%;
    transform: translateX(-100%);
    height: 15px;
}

#policy_magokoro::after {
    left: 50%;
    transform: translateX(-100%);
    background-color: #707070;
    bottom: 40px;
}
*/


#policy_omoide_pic {
    text-align: center;
    z-index: 1;
    position: relative;
    width: 95%;
    margin: 0 auto;
    top: 150px;
}



#policy_omoide {
    position: relative;
    background-color: #E61E2A;
    padding-bottom: 120px;
}

.policy_omoide_wrap {
    width: 92.1%;
    background-color: #fff;
    border-radius: 0 0 30px 0;
    padding-top: 150px;
    padding-bottom: 300px;
}

.policy_omoide_white {
    display: flex;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    justify-content: space-between;
    width: 50%;
}

.policy_omoide_ttl {
    width: 40%;
}

.policy_omoide_ttl h2 > span {
    border-bottom: 1px solid rgb(230, 30, 42);
    font-weight: 600;
    font-size: 16px;
}

.policy_omoide_ttl h3 {
    font-size: 2vw;
    margin-top: 30px;
    font-weight: bold;
}

.policy_omoide_white div h3 > span {
    color: rgb(230, 30, 42);
}

.policy_omoide_white div p {
    text-align: justify;
    margin-bottom: 0 !important;
}

.policy_omoide_lead {
    width: 60%;
}

/*
#policy_omoide::before,
#policy_omoide::after {
    content: "";
    position: absolute;
    bottom: 140px;
    width: 2px;
    background-color: #E61E2A;
    height: 100px;
}

#policy_omoide::before {
    left: 50%;
    transform: translateX(-100%);
    height: 15px;
}

#policy_omoide::after {
    left: 50%;
    transform: translateX(-100%);
    background-color: #707070;
    bottom: 40px;
}

*/




#policy_mirai {
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    margin: 0 auto;
    position: relative;
    padding-bottom: 100px;
}

#policy_mirai div {
    width: 50%;
}

#policy_mirai div h3 {
    font-size: 2vw;
}

#policy_mirai div h3 > span {
    color: rgb(230, 30, 42);
}

#policy_mirai div p {
    margin-top: 50px;
    text-align: justify;
}

#policy_mirai figure {
    width: 43%;
    text-align: right;
}

.policy_mirai_btn {
    margin-top: 15px;
}

.policy_mirai_btn:hover {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff;
    background-color:rgb(230, 30, 42);
}

/* ホバーアニメーション */

.policy_mirai_btn:hover span {
    background-color: #fff;
}
.policy_mirai_btn:hover span::before,
.policy_mirai_btn:hover span::after {
    background-color: #fff;
}

#policy_otetsudai {
    background-color: #F2F2F2;
    width: 95%;
    border-radius: 50px 0 0 50px;
    margin-left: auto;
    position: relative;
    padding: 100px 0 100px 15px;
    margin-top: 100px;
}

#policy_otetsudai h3 {
    text-align: center;
    font-size: 2vw;
    font-weight: bold;
}

#policy_otetsudai h3 > span {
    color: rgb(230, 30, 42);
}

#policy_otetsudai figure {
    text-align: right;
    margin-top: 50px;
}



#policy_miraikaitai {
    background-color: #E61E2A;
    color: #fff;
    padding: 0 15px 100px;
}

#policy_miraikaitai h2 {
    text-align: center;
}

#policy_miraikaitai h2 > span {
    border-bottom: 1px solid;
    font-weight: 600;
    font-size: 16px;
}

#policy_miraikaitai h3 {
    text-align: center;
    font-size: 2vw;
    margin-top: 30px;
    font-weight: bold;
}

#policy_miraikaitai figure {
    text-align: center;
    margin-top: 50px;
}

#policy_miraikaitai p {
    text-align: center;
    margin-top: 30px;
}

#policy_miraikaitai div {
    display: flex;
    justify-content: center;
    gap:25px;
    margin-top: 30px;
}


.swiper-pagination-bullet-active {
    opacity: 1;
    background: rgb(0,0,0) !important;
}

.swiper-pagination-bullets {
    position: static !important;
    margin-top: 16px;
} 

/* ------------------------------------
// ナカテックポリシー @media
------------------------------------ */
/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #page_ttl {width: 96%;}
    #page_ttl h2 {font-size: 30px;}
    .page_ttl_img {width: 98%;}
    #policy_lead h2 {font-size: 24px;}

    #policy_magokoro {width: 96%;}
    #policy_magokoro div h3 {font-size: 24px;}

    #policy_omoide div h3 {font-size: 24px;}

    #policy_mirai {width: 96%;}
    #policy_mirai div h3 {font-size: 24px;}

    #policy_otetsudai {width: 98%;padding: 50px 0 50px 15px;}
    #policy_otetsudai h3 {font-size: 24px;}
    #policy_miraikaitai h3 {font-size: 24px;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #policy_magokoro div {width: 100%;margin-top: 25px;}
    #policy_magokoro div p {margin-top: 25px;}
    #policy_magokoro figure {width: 100%;}

    .policy_omoide_wrap {width: 95%;padding-bottom: 50px;padding-top: 100px;}
    .policy_omoide_white {padding: 0 15px;position: static;transform: none;justify-content: center;margin-top: 25px;flex-wrap: wrap;width: 100%;}
    .policy_omoide_ttl {width: 100%;}
    .policy_omoide_lead {width: 100%;margin-top: 25px;}
    #policy_omoide_pic {top: 100px;}
    
    #policy_omoide figure {width: 100%;}

    #policy_mirai div {width: 100%;margin-top: 25px;}
    #policy_mirai div p {margin-top: 25px;}
    #policy_mirai figure {width: 100%; text-align: center;}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}








/* ------------------------------------
// 解体工事
------------------------------------ */
#demo_lead {
    position: relative;
    text-align: center;
    margin-top: 90px;
}

#demo_lead h2 {
    font-size: 2vw;
    font-weight: 600;
}

#demo_lead h2 > span {
    color: rgb(230, 30, 42);
}

#demo_lead br {
    display: none;
}



#demo_policy {
    margin-top: 100px;
    margin-bottom: 200px;
    position: relative;
}

.img_bg_02 {
    background-image: url(img/demo_policy.jpg);
    background-position: bottom;
}

.parallax_content1 {
    display: flex;
    height: 80vh;
    align-items: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

#demo_policy section {
    width: 80%;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

#demo_policy section div {
    width: 35%;
}

#demo_policy section div h3 {
    font-size: 2vw;
    font-weight: 600;
}

#demo_policy section div h3 > span {
    color: rgb(230, 30, 42);
}


#demo_policy section p {
    width: 50%;
    text-align: justify;
}

.demo_policy_btn {
    display: none;
}

#demo_policy figure {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -200px;
    transform: translate(-50%, -50%);
    width: 96%;
    text-align: center;
    margin: 0 auto;
}


#demo_kodawari {
    width: 80%;
    margin: 0 auto;
}

#demo_kodawari h2 {
    font-size: 2vw;
    font-weight: 600;
}

#demo_kodawari h2 > span {
    color: rgb(230, 30, 42);
}

#demo_kodawari p {
    text-align: justify;
    margin-top: 25px;
}

#demo_skill01 {
    width: 90%;
    margin-left: auto;
    position: relative;
    margin-top: 100px;
    margin-bottom: 200px;
}

#demo_skill01 div {
    background-color: rgb(255, 255, 255);
    padding: 50px;
    border-radius: 30px;
    width: 600px;
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: 1;
}

#demo_skill01 div span {
    color: #E61E2A;
    font-weight: 600;
}

#demo_skill01 div span > span {
    color: #E61E2A;
    font-size: 2vw;
    padding-left: 5px;
}

#demo_skill01 div h3 {
    font-size: 2vw;
    font-weight: 600;
}

#demo_skill01 div h3 > span {
    color: rgb(230, 30, 42);
}

#demo_skill01 p {
    text-align: justify;
    margin-top: 25px;
}

#demo_skill01 figure {
    text-align: right;
}

#demo_skill01 figure img {
    min-height: 300px;
    object-fit: cover;
    object-position: left;
}



#demo_skill02 {
    width: 90%;
    margin-right: auto;
    position: relative;
    margin-top: 100px;
    margin-bottom: 200px;
}

#demo_skill02 div {
    background-color: rgb(255, 255, 255);
    padding: 50px;
    border-radius: 30px;
    width: 600px;
    position: absolute;
    right: 0;
    bottom: -100px;
    z-index: 1;
}

#demo_skill02 div span {
    color: #E61E2A;
    font-weight: 600;
}

#demo_skill02 div span > span {
    color: #E61E2A;
    font-size: 2vw;
    padding-left: 5px;
}

#demo_skill02 div h3 {
    font-size: 2vw;
    font-weight: 600;
}

#demo_skill02 div h3 > span {
    color: rgb(230, 30, 42);
}

#demo_skill02 p {
    text-align: justify;
    margin-top: 25px;
}

#demo_skill02 figure {
    text-align: left;
}

#demo_skill02 figure img {
    min-height: 300px;
    object-fit: cover;
    object-position: left;
}


#demo_skill03 {
    width: 90%;
    margin-left: auto;
    position: relative;
    margin-top: 100px;
    margin-bottom: 200px;
}

#demo_skill03 div {
    background-color: rgb(255, 255, 255);
    padding: 50px;
    border-radius: 30px;
    width: 600px;
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: 1;
}

#demo_skill03 div span {
    color: #E61E2A;
    font-weight: 600;
}

#demo_skill03 div span > span {
    color: #E61E2A;
    font-size: 2vw;
    padding-left: 5px;
}

#demo_skill03 div h3 {
    font-size: 2vw;
    font-weight: 600;
}

#demo_skill03 div h3 > span {
    color: rgb(230, 30, 42);
}

#demo_skill03 p {
    text-align: justify;
    margin-top: 25px;
}

#demo_skill03 figure {
    text-align: right;
}

#demo_skill03 figure img {
    min-height: 300px;
    object-fit: cover;
    object-position: left;
}

/* ------------------------------------
// 解体工事 @media
------------------------------------ */
/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #demo_lead {margin-top: 50px;}
    #demo_lead h2 {font-size: 24px;}

    #demo_policy {margin-top: 50px;}
    #demo_policy section {width: 96%;}

    #demo_kodawari {width: 96%;}
    #demo_kodawari h2 {font-size: 24px;}

    #demo_skill01 {width: 96%;margin-top: 50px;}
    #demo_skill01 div {left: 50%;width: 94%;bottom: -260px; transform: translate(-50%, -50%);}
    #demo_skill01 div span > span {font-size: 30px;}
    #demo_skill01 div h3 {font-size: 24px;}

    #demo_skill02 {width: 96%;margin-top: 50px;}
    #demo_skill02 div {left: 50%;width: 94%;bottom: -260px; transform: translate(-50%, -50%);}
    #demo_skill02 div span > span {font-size: 30px;}
    #demo_skill02 div h3 {font-size: 24px;}

    #demo_skill03 {width: 96%;margin-top: 50px;}
    #demo_skill03 div {left: 50%;width: 94%;bottom: -260px; transform: translate(-50%, -50%);}
    #demo_skill03 div span > span {font-size: 30px;}
    #demo_skill03 div h3 {font-size: 24px;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #demo_policy section {margin: 0 auto;}
    #demo_policy section div {width: 100%;}
    #demo_policy section div h3 {font-size: 24px;}
    #demo_policy section div a {display: none;}
    #demo_policy section p {width: 100%;margin-top: 25px;}
    .demo_policy_btn {display: flex;margin-top: 25px;}
    #demo_skill01 div {padding: 25px 15px;}
    #demo_skill02 div {padding: 25px 15px;}
    #demo_skill03 div {padding: 25px 15px;}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #demo_lead br {display: block;}
    #demo_policy figure {bottom: -130px;}
}














/* ------------------------------------
// お約束
------------------------------------ */
#promis_lead {
    position: relative;
    text-align: center;
    margin-top: 90px;
}

#promis_lead h2 {
    font-size: 2vw;
    font-weight: 600;
}

#promis_lead h2 > span {
    color: rgb(230, 30, 42);
}

#promis_lead p {
    margin-top: 25px;
}


#promis_promis {
    display: flex;
    flex-wrap: wrap-reverse;
    width: 85%;
    justify-content: space-between;
    margin-left: auto;
    margin-top: 100px;
}

#promis_promis div {
    width: 50%;
}

#promis_promis div h2 > span {
    border-bottom: 1px solid rgb(230, 30, 42);
    font-weight: 600;
    font-size: 16px;
}

#promis_promis div h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 50px;
}

#promis_promis div h3 span {
    color: rgb(230, 30, 42);
    border-bottom: none;
}

#promis_promis div p {
    margin-top: 50px;

}

#promis_promis figure {
    width: 43%;
}


#promis_yasasi {
    background-color: #F2F2F2;
    padding: 100px 15px;
    margin-top: 100px;
}

#promis_yasasi h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
}

#promis_yasasi h2 > span {
    color: #E61E2A;
}

#promis_yasasi ol {
    width: 70%;
    margin: 50px auto 0;
    padding: 0 !important;
}

#promis_yasasi ol li:nth-child(odd) {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0;
    border-bottom: 1px solid #BFBFBF;
}

#promis_yasasi ol li:nth-child(even) {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    padding: 50px 0;
    border-bottom: 1px solid #BFBFBF;
}

#promis_yasasi ol li div {
    width: 50%;
}

#promis_yasasi ol li div span {
    color: #E61E2A;
    font-weight: 600;
}

#promis_yasasi ol li div span > span {
    color: #E61E2A;
    font-size: 2vw;
    padding-left: 5px;
}

#promis_yasasi ol li div h3 {
    font-size: 2vw;
    font-weight: 600;
}

#promis_yasasi ol li div p {
    text-align: justify;
    margin-top: 25px;
}

#promis_yasasi ol li figure {
    width: 43%;
}

/* ------------------------------------
// お約束 @media
------------------------------------ */
/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #promis_lead {margin-top: 50px;padding: 0 15px;}
    #promis_lead h2 {font-size: 24px;}

    #promis_promis {width: 100%;padding-left: 15px;}

    #promis_yasasi {padding: 50px 15px;margin-top: 50px;}
    #promis_yasasi ol {width: 100%;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #promis_promis div h3 {font-size: 30px;margin-top: 30px;}
    #promis_promis figure {width: 100%;text-align: right;}
    #promis_promis div {width: 100%;padding-right: 15px;margin-top: 25px;}
    #promis_promis div p {margin-top: 30px;text-align: justify;}
    #promis_yasasi h2 {font-size: 30px;}
    #promis_yasasi ol li figure {width: 100%;}
    #promis_yasasi ol li div {width: 100%;margin-top: 25px;}
    #promis_yasasi ol li div span > span {font-size: 30px;}
    #promis_yasasi ol li div h3 {font-size: 24px;}
    #promis_yasasi ol li figure {text-align: center;}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}













/* ------------------------------------
// ナカテックについて
------------------------------------ */
#company_greeting {
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    margin: 100px auto 0;
    position: relative;
}

#company_greeting div {
    width: 50%;
}

#company_greeting div h2 > span {
    border-bottom: 1px solid rgb(230, 30, 42);
    font-weight: 600;
    font-size: 16px;
}

#company_greeting div h3 {
    font-size: 2vw;
    margin-top: 50px;
}

#company_greeting div h3 > span {
    color: rgb(230, 30, 42);
}

#company_greeting div p {
    margin-top: 50px;
    text-align: justify;
}

#company_greeting div h4 {
    text-align: right;
    margin-top: 25px;
    font-size: 18px;
}

#company_greeting figure {
    width: 43%;
    text-align: right;
}




.backgray {
    background-color: #F0F0F0;
    margin-top: 100px;
}

#company_overview {
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    padding: 100px 0;
}

#company_overview div {
    width: 20%;
}

#company_overview div h2 > span {
    border-bottom: 1px solid rgb(230, 30, 42);
    font-weight: 600;
    font-size: 16px;
}

#company_overview div h3 {
    font-size: 2vw;
    margin-top: 50px;
}

#company_overview div h3 > span {
    color: rgb(230, 30, 42);
}

#company_overview table {
    width: 70%;
}

#company_overview table th {
    border-bottom: 1px solid #E61E2A;
    padding: 25px 15px;
    width: 20%;
}

#company_overview table td {
    border-bottom: 1px solid #BFBFBF;
    padding: 25px 15px;
    width: 80%;
}


#company_rinen {
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 100px auto 0;
}

#company_rinen figure {
    width: 43%;
}

#company_rinen div {
    width: 50%;
}

#company_rinen div ul li h2 > span {
    border-bottom: 1px solid rgb(230, 30, 42);
    font-weight: 600;
    font-size: 16px;
}

#company_rinen div ul li h3 {
    font-size: 2vw;
    margin-top: 50px;
}

#company_rinen div ul li h3 > span {
    color: rgb(230, 30, 42);
}

#company_rinen div ul li p {
    margin-top: 50px;
    text-align: justify;
}

#company_rinen div ul li:first-child {
    padding-bottom: 50px ;
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 50px;
}

#company_rinen div ul li ol {
    margin-top: 50px;
    padding-left: 20px;
}

#company_rinen div ul li ol li:first-child {
    padding-bottom: 0 !important;
    border-bottom: none!important;
    margin-bottom: 0!important;
}

/* ------------------------------------
// ナカテックについて @media
------------------------------------ */
/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #company_greeting {width: 100%;padding: 0 15px;}
    #company_greeting div h3 {font-size:24px;margin-top: 25px;}
    #company_greeting div p {margin-top: 25px;}

    .backgray {margin-top: 50px;}
    #company_overview {width: 100%; padding: 50px 15px;}
    #company_overview div h3 {font-size: 24px;margin-top: 25px;margin: 50px auto 0;}

    #company_rinen {width: 100%;padding: 0 15px;}
    #company_rinen div ul li h3 {font-size: 24px;margin-top: 25px;}
    #company_rinen div ul li p {margin-top: 25px;}
    #company_rinen div ul li:first-child {padding-bottom: 25px;margin-bottom: 25px}
    #company_rinen div ul li ol {margin-top: 25px;}
    #company_rinen figure {width: 100%;text-align: center;}
    #company_rinen div {width: 100%;margin-top: 25px;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #company_greeting figure {width: 100%;text-align: center;}
    #company_greeting div {width: 100%;margin-top: 25px;}
    #company_overview div {width: 100%;}
    #company_overview table {width: 100%;margin-top: 25px;}
    #company_overview table th {width: 150px;vertical-align: top;}
    #company_overview table td {width: auto;}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}







/* ------------------------------------
// その他の事業
------------------------------------ */
#oother_s1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    position: relative;
    margin-left: auto;
    padding-left: 10%;
    margin-top: 100px;
    margin-bottom: 200px;
}

#oother_s1 div {
    width: 40%;
}

#oother_s1 div span {
    color: #E61E2A;
    font-weight: 600;
}

#oother_s1 div span > span {
    color: #E61E2A;
    font-size: 2vw;
    padding-left: 5px;
}

#oother_s1 div h3 {
    font-size: 2vw;
    font-weight: 600;
}

#oother_s1 div h3 span {
    color: #E61E2A;
    font-weight: 600;
}

#oother_s1 div p {
    margin-top: 50px;
    text-align: justify;
}

#oother_s1 figure {
    width: 55%;
}

#oother_s1::before {
    content: "";
    background-color: #F0F0F0;
    width: 90%;
    height: 500px;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -100px;
    border-radius: 0 50px 50px 0;
}


#oother_s2 {
    width: 80%;
    margin: 0 auto 200px;
    position: relative;
}

#oother_s2 span {
    color: #E61E2A;
    font-weight: 600;
}

#oother_s2 span > span {
    color: #E61E2A;
    font-size: 2vw;
    padding-left: 5px;
}

#oother_s2 h3 {
    font-size: 2vw;
    font-weight: 600;
}

#oother_s2 h3 span {
    color: #E61E2A;
    font-weight: 600;
}

#oother_s2 p {
    margin-top: 25px;
}  

#oother_s2 ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 50px;
}

#oother_s2 ul li {
    width: 38%;
}

#oother_s2 ul li figure {
    text-align: center;
    margin-top: 25px;
}

#oother_s2 ul li p {
    text-align: center;
}

.oother_s2_btn {
    margin: 50px auto 0;
}

.oother_s2_back {
    position: relative;
}

.oother_s2_back::before {
    content: "";
    background-color: #F0F0F0;
    width: 90%;
    height: 500px;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: -100px;
    border-radius: 50px 0 0 50px;
}


/* ------------------------------------
// その他の事業 @media
------------------------------------ */
/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #oother_s1 {padding-left: 15px;}
    #oother_s1 div span > span {font-size: 24px;}
    #oother_s1 div h3 {font-size: 24px;}

    #oother_s2 {width: 100%;padding: 0 15px;}
    .oother_s2_back::before {width: 98%;}

    #oother_s2 span > span {font-size: 24px;}
    #oother_s2 h3 {font-size: 24px;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #oother_s1 {margin-bottom: 100px;}
    #oother_s1 figure {width: 100%;}
    #oother_s1 div {width: 100%;margin-top: 25px;padding-right: 15px;}
    #oother_s1 div p {margin-top: 25px;}
    #oother_s1::before {bottom: -50px;width: 98%;}
    
    #oother_s2 {margin: 0 auto 100px;}
    #oother_s2 ul li {width: 100%;text-align: center;}
    #oother_s2 ul li:last-child {margin-top: 50px;}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}






























/* ------------------------------------
// お問合せ
------------------------------------ */
#contact_wrap {
    background-color: #F0F0F0;
    padding: 50px 15px;
    margin-top: 80px;
}

.contact_tel {
    width: 60%;
    margin: 0 auto;
}

.contact_tel h2 {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 2px solid #E61E2A;
    padding-bottom: 25px;
}

.contact_tel a {
    color: #E61E2A;
    font-size: 36px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-top: 15px;
}

.contact_tel a > span {
    font-size: 24px;
    padding-right: 10px;
}

.contact_tel p {
    text-align: center;
}


.contact_mail {
    width: 60%;
    margin: 100px auto 0;
}

.contact_mail h2 {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 2px solid #E61E2A;
    padding-bottom: 25px;
}

.contact_mail p {
    text-align: justify;
    margin-top: 25px;
}


.contact_form {
    width: 60%;
    margin: 50px auto 0;
}

.reuseform {
    width: 100% !important;
}

.reuseform h2 {
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 1.75rem;
}

.reuseform_attention h3 {
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 1.75rem;
}

.reuseform_attention ul {
    list-style-type: disc;
    padding-left: 22px;
    font-size: 14px;
}

.wpcf7 p {
	padding: .5rem 0 2rem;
	margin:0;
}

.required {
	color: #fff;
	background-color: #E61E2A;
	font-size: .8rem;
	padding: 4px 8px;
}

.question {
	display: flex;
	align-items: center;
}

.question p {
	padding: 0 .5rem !important;
	font-size: 1.2rem;
    margin-bottom: 0 !important;
}



.wpcf7 input, .wpcf7 textarea {
	border:1px solid #ccc;
	padding:8px;
	font-size:14px;
}

.wpcf7 textarea {
	width:97.5%;
	height:300px;
}

.wpcf7 input.wpcf7-submit {
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	font-size: 1rem;
	margin:0 auto;
	display:block;
	border-radius:5px;
	background: #000;
	padding: 1rem 2rem;
}

.wpcf7 input.wpcf7-submit:hover {
	background:#000;
	opacity:.8;
	transition:1s;
}

.wpcf7 input.wpcf7-submit:active {
	box-shadow:none;
	bottom:-2px;
	position:relative;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
	border:1px solid #009de1;
}

.wpcf7-captchac {
	border:1px solid #ccc;
}

.btn-primary:hover {
	border-color: #000;
}
 
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
	background: #ffb6c1;
}

.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}

.wpcf7 .wpcf7-response-output {
	margin: 10px 0 0;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
}
 

/* 任意緑色表示 */
.wpcf7 .any{ color: #080;}









/* ------------------------------------
// お問合せ @media
------------------------------------ */
/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #contact_wrap {margin-top: 40px;}
    .contact_tel h2 {font-size: 20px;}
    .contact_tel {width: 100%;}
    .contact_mail {width: 100%;margin: 50px auto 0;}
    .contact_form {width: 100%;margin: 25px auto 0;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .reuseform h2 {font-size: 1.4rem;}
    .reuseform_attention h3 {font-size: 1.4rem;}
}

















#catpost {
    width: 80%;
    margin: 0 auto;
}

#catpost h2 {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

#catpost span {
    display: block;
}

#catpost ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#catpost li {
    width: calc(33% - 20px);
    margin-top: 50px;
    background: #fff;
    padding: 25px;
    border-radius: 30px;
}

#catpost ul::after{
    content:"";
    display: block;
    width: 31.65%;
  }

.attachment-post-thumbnail {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
}

#catpost h3 {
    font-size: 20px;
    margin-top: 10px;
    color: #333 !important;
}

#catpost h4 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 15px;
    text-align: justify;
    line-height: 1.5;
}

.catpotwrap {
    background-color: #F0F0F0;
    padding: 100px 15px;
    margin-top: 100px;
}

#catpost li a img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 30px;
}

#catpost li a p {
    margin-bottom: 5px !important;
    margin-top: 15px;
    background-color: #FDE1D8;
    width: 190px;
    text-align: center;
    padding: 5px;
    border-radius: 25px;
    color: #E61E2A !important;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: center;
    gap: 15px;
    align-items: center;
    margin-top: 50px;
}

span.current {
    background: #E61E2A;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    color: #fff;
}


.recomm {
    display: block !important;
}

#singlewrap {
    background-color: #E61E2A;
    padding: 80px 0;
    margin-top: 20px;
    margin-bottom: 70px;
}

.singlepost_wrap {
    background-color: #fff;
    padding: 50px;
    border-radius: 30px;
}

.single_h1 {
    font-size: 2vw;
    margin-top: 15px;
    line-height: 1.5;
}

.single_postmeta {
    margin-bottom: 50px;
}

/* ------------------------------------
// index.php @media
------------------------------------ */
/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #catpost {width: 100%;padding: 0 15px;}
    #catpost ul {flex-wrap: wrap;}
    #catpost li {width: calc(50% - 20px);}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .single_h1 {font-size: 24px;}
    #singlewrap {padding: 50px 15px;}
    .singlepost_wrap {padding: 50px 15px;}
    .recommend {padding: 0 15px;}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    #catpost li {width: 100%;}
    .attachment-post-thumbnail {height: inherit;}
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}
