@charset "utf-8";
/* CSS Document */

html {
    scroll-behavior: smooth;
  }

body{
    background-color: #f6f6f6;
    font-family: "Noto sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #22222f;
}

h1{
    text-align: center;
    padding: 80px 0 0 0;
    font-family: "M PLUS 1p", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    font-size: 46px;
    color: #22222f;
}

h2{
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    font-size: 26px;
    color: #22222f;
}

h3{
    text-align: center;
    padding-bottom: 18px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: medium;
    font-size: 18px;
    color: #22222f;
}

li{
    list-style: none;
}

p{
    line-height: 28px;
}

.sample{
    margin-bottom: 40px;
    font-size: 11px;
}

a:link{text-decoration: none; color:#22222f;}
a:visited{text-decoration: none; color:#22222f;}
a:hover{text-decoration: none; color: #22222f; opacity: 65%; transition: 0.5s;}
a:active{text-decoration: none; color: #22222f;}

.concept .gnav_concept>a,
.product .gnav_product>a,
.property .gnav_property>a,
.corporate .gnav_corporate>a{
  font-weight: 800;
}

img{
    max-width: 100%; height: auto;
}

.spbr{
    display: none;
}

.fadeIn{
    transform: translate3d(0, 50px, 0);
    opacity: 0;
    transition: 1s;
}

.fadeIn.animated{
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

header .fv__hamburger{
    display: none;
}

header{
    display: flex;
    position: relative;
    height: 60px;
    margin: 10px 0 10px 0;
}

header .logo{
    width: 230px;
}

header .logo h2{
    margin: 5px 0 3px 0;
    padding: 0;
    text-align: center;
    font-family: "Noto sans JP", sans-serif;
    font-size: 14px;
}

header .logo p{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Noto sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    font-size: 24px;
    line-height: 28px;
}

header nav{
    width: 75%;
    margin-right: 3vw;
}

header nav ul{
    display: flex;
    justify-content: flex-end;
    gap: 3vw;
    width: auto;
}

header nav ul>li{
    display: flex;
    align-items: center;
    height: 60px;
}

header .materials p{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 60px;
    margin-right: 10px;
    background-color: #636363;
    font-size: 18px;
    color: #fff;
}


.top h1{
    margin: 0;
    padding: 0;
    font-family: "M PLUS 1p", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    font-size: 24px;
    color: #22222f;
    line-height: 28px;
}

.top h2{
    padding: 0;
    margin-bottom: 8%;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-size: 36px;
}

.top h3{
    text-align: left;
    padding-bottom: 24px;
    font-weight: 700;
    font-style: bold;
    font-size: 24px;
    color: #5f5f5f;
}

.top header .logo{
    width: 230px;
}

.top header .logo h2{
    margin: 5px 0 3px 0;
    padding: 0;
    text-align: center;
    font-family: "Noto sans JP", sans-serif;
    font-size: 14px;
}

.fv__hamburger{
    display: none;
}

#sp__bg{
    display: none;
}

.top .mv{
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.top .mv video{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}

.top main{
    padding-top: calc(100vh - 80px);
}

.top main .top_concept{
    display: flex;
    max-width: 1920px;
    height: fit-content;
    margin: 0 auto;
    background-image: url(../img/top_concept_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fff;
}

.top main .top_concept .cpncept_width{
    display: flex;
    justify-content: flex-end;
    max-width: 1200px;
    margin: 0 auto;
}

.top main .top_concept .center_box{
    max-width: 51.6%;
    padding: 10% 12% 0 30px;
}

.top main .top_concept .center_box img{
    display: none;
}

.top main .top_concept .center_box p{
    margin-bottom: 50px;
}

.top main .top_concept .center_box button {
    margin-bottom: 100px;
}

.top main .top_concept .center_box button p{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 62px;
    margin-bottom: 0;
    background-color: #fff;
    font-size: 18px;
}

.top main .top_product{
    height: fit-content;
    padding: 160px 0 100px 0;
    background-image: url(../img/top_product_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    object-fit: cover;
}

.top main .top_product h2{
    text-align: center;
    margin-bottom: 80px;
}

.top main .top_product .content_box{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #000;

}

.top main .top_product .content_box .left_box{
    position: relative;
}

.top main .top_product .content_box .left_box p{
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: 22px;
    color: #fff;
}

.top main .top_product .content_box .right_box{
    margin-left: -4px;
}

.top main .top_product .content_box .right_box_01{
    position: relative;
}

.top main .top_product .content_box .right_box_01 p{
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: 22px;
    color: #fff;
}

.top main .top_product .content_box .right_box_02{
    position: relative;
    margin-top: -0.57%;
}

.top main .top_product .content_box .right_box_02 p{
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: 22px;
    color: #fff;
}

.top main .top_product button{
    display: flex;
    justify-content: center;
    margin: 80px auto 0 auto;
}

.top main .top_product button p{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 62px;
    margin: 0 auto;
    background-color: #fff;
    font-size: 18px;
}

.top main .top_property{
    padding: 160px 0 100px 0;
}

.top main .top_property h2{
    text-align: center;
    margin-bottom: 80px;
}

.top main .top_property .content_box{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #000;
}

.top main .top_property .content_box .sp_2column{
    display: flex;
}

.top main .top_property .content_box .propety_01{
    position: relative;
    width: 50%;
}

.top main .top_property .content_box .propety_01 h3{
    position: absolute;
    top: min(34vw, 530px);
    left: 30px;
    color: #fff;
    text-shadow: 2px 2px 3px  #000;
}

.top main .top_property .content_box .propety_01 p{
    position: absolute;
    top: min(39vw, 580px);
    left: 30px;
    padding-right: 30px;
    color: #fff;
    text-shadow: 2px 2px 3px  #000;
}

.top main .top_property .content_box .propety_02{
    position: relative;
    width: 50%;
}

.top main .top_property .content_box .propety_02 h3{
    position: absolute;
    top: min(34vw, 530px);
    left: 30px;
    color: #fff;
    text-shadow: 2px 2px 3px  #000;
}

.top main .top_property .content_box .propety_02 p{
    position: absolute;
    top: min(39vw, 580px);
    left: 30px;
    padding-right: 30px;
    color: #fff;
    text-shadow: 2px 2px 3px  #000;
}

.top main .top_property .content_box .propety_03{
    position: relative;
    width: 50%;
}

.top main .top_property .content_box .propety_03 h3{
    position: absolute;
    top: min(34vw, 530px);
    left: 30px;
    color: #fff;
    text-shadow: 2px 2px 3px  #000;
}

.top main .top_property .content_box .propety_03 p{
    position: absolute;
    top: min(39vw, 580px);
    left: 30px;
    padding-right: 30px;
    color: #fff;
    text-shadow: 2px 2px 3px  #000;
}

.top main .top_property .content_box .propety_04{
    position: relative;
    width: 50%;
}

.top main .top_property .content_box .propety_04 h3{
    position: absolute;
    top: min(34vw, 530px);
    left: 30px;
    color: #fff;
    text-shadow: 2px 2px 3px  #000;
}

.top main .top_property .content_box .propety_04 p{
    position: absolute;
    top: min(39vw, 580px);
    left: 30px;
    padding-right: 30px;
    color: #fff;
    text-shadow: 2px 2px 3px  #000;
}

.top main .top_property button{
    display: flex;
    justify-content: center;
    margin: 80px auto 10px auto;
}

.top main .top_property button p{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 62px;
    margin: 0 auto;
    background-color: #fff;
    font-size: 18px;
}

.top main .top_corporate{
    display: flex;
    max-width: 1920px;
    height: 700px;
    margin: 0 auto;
    background-image: url(../img/top_corporate_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fff;
}

.top main .top_corporate .corporate_width{
    max-width: 1200px;
    margin: 0 auto;
}

.top main .top_corporate .center_box{
    max-width: 51.6%;
    padding: 10% 50px 0 40px;
}

.top main .top_corporate .center_box img{
    display: none;
}

.top main .top_corporate .center_box p{
    margin-bottom: 40px;
}

.top main .top_corporate .center_box button p{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 62px;
    margin-bottom: 0;
    background-color: #fff;
    font-size: 18px;
}

.top main .top_news{
    max-width: 800px;
    padding: 160px 0 100px 0;
    margin: 0 auto;
}

.top main .top_news h2{
    text-align: center;
    margin-bottom: 60px;
}

.top main .top_news h3{
    margin-top: 8px;
    padding-bottom: 15px;
    font-size: 20px;
}
.top main .top_news hr{
    margin-bottom: 30px;
}

.top main .top_news .propety_01{
    padding-bottom: 30px;
}



.concept main p:nth-of-type(1){
    text-align: center;
    margin-bottom: 100px;
}

.concept section .concept_box{
    display: flex;
    max-width: 1200px;
    margin: 0 auto 60px auto;
}

.concept section .concept_box .left_box{
    max-width: 31.7%;
    padding: 50px;
    background-color: #5F5F5F;
}

.concept section .concept_box .left_box h2{
    text-align: left;
    color: #fff;
}

.concept section .concept_box .left_box p{
    margin: 0;
    text-align: left;
    color: #fff;
}

.concept section .concept_box .right_box{
    position: relative;
    max-width: 68.3%;
}

.concept section .concept_box .right_box img{
    height: 100%;
    object-fit: cover;
}

.concept section .concept_box .right_box h2{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Noto sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: medium;
    font-size: 14px;
    color: #fff;
}

.concept section .concept_box .right_box p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-family: "Noto sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    font-size: 24px;
    line-height: 28px;
}

.concept section .box:nth-of-type(2) .concept_box{
    flex-direction: row-reverse;
}

.concept section .box:nth-of-type(3) .concept_box{
    margin-bottom: 150px;
}


.product main p:nth-of-type(1){
    text-align: center;
    margin-bottom: 100px;
}

.product main .content_box_01{
    position: relative;
    max-width: 1200px;
    margin: 0 auto 80px auto;
    background-color: #5F5F5F;
}

.product main .content_box_01 h2{
    position: absolute;
    top: 11vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: #fff;
}

.product main .content_box_01 h3{
    text-align: left;
    padding: 0;
    margin: 70px 0 35px 70px;
    color: #fff;
}

.product main .content_box_01 p{
    text-align: left;
    padding-bottom: 80px;
    margin: 0 70px 0 70px;
    color: #fff;
}

.product main .content_box_flex{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto 100px auto;
}

.product main .content_box_flex .content_box_02{
    position: relative;
    width: calc(50% - 20px);
    background-color: #5F5F5F;
}

.product main .content_box_flex .content_box_02 h2{
    position: absolute;
    top: 11vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: #fff;
}

.product main .content_box_flex .content_box_02 h3{
    text-align: left;
    padding: 0;
    margin: 50px 0 35px 50px;
    color: #fff;
}

.product main .content_box_flex .content_box_02 p{
    text-align: left;
    padding-bottom: 80px;
    margin: 0 50px 0 50px;
    color: #fff;
}

.product main .content_box_flex .content_box_03{
    position: relative;
    width: calc(50% - 20px);
    background-color: #5F5F5F;
}

.product main .content_box_flex .content_box_03 h2{
    position: absolute;
    top: 11vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: #fff;
}

.product main .content_box_flex .content_box_03 h3{
    text-align: left;
    padding: 0;
    margin: 50px 0 35px 50px;
    color: #fff;
}

.product main .content_box_flex .content_box_03 p{
    text-align: left;
    padding-bottom: 80px;
    margin: 0 50px 0 50px;
    color: #fff;
}


.property main p:nth-of-type(1){
    text-align: center;
    margin-bottom: 100px;
}

.property main .content_box_flex{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto 60px auto;
    flex-wrap: wrap;
}

.property main .content_box_flex .content_box{
    width: calc(33% - 20px);
    margin-right: 20px;
}

.property main .content_box_flex .content_box:nth-child(n+3){
    margin-right: 0;
}

.property main .content_box_flex .content_box h2{
    padding-bottom: 18px;
}

.property main .content_box_flex .content_box p{
    text-align: left;
}


.corporate main p:nth-of-type(1){
    text-align: center;
    margin-bottom: 100px;
}

.corporate main section{
    max-width: 1200px;
    padding: 0 20px 0 20px;
    margin: 0 auto 100px auto;
}

.corporate main section h2{
    padding-top: 0;
}

.corporate main section .content_box{
    display: flex;
    justify-content: space-between;
}

.corporate main section .content_box .left_box{
    width: 48%;
    margin-right: 20px;
}

.corporate main section .content_box .left_box .corporate_detail{
    display: flex;
}

.corporate main section .content_box .left_box .corporate_detail h3{
    width: 20%;
    text-align: left;
}

.corporate main section .content_box .left_box .corporate_detail p{
    width: 80%;
    margin-bottom: 40px;
    text-align: left;
}


.materials main p:nth-of-type(1){
    text-align: center;
    margin-bottom: 100px;
}

.materials section{
    max-width: 600px;
    margin: 0 auto;
}

.materials section .formbox{
    display: flex;
    margin-bottom: 30px;
}

.materials section .formbox .leftbox{
    width: 30%;
}

.materials section .formbox .rightbox{
    width: 70%;
}

.materials input[type=text]{
    width: 100%;
    height: 2em;
}

.materials input[type=text]{
    width: 100%;
    height: 2em;
}

.materials select{
    width: 50%;
    height: 2em;
}

.materials input[type=checkbox]{
    width: 2em;
    height: 2em;
}

.materials textarea{
    width: 100%;
    height: 150px;
    padding: 5px;
    overflow-y: scroll;
    font-family: "Noto sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    color: #41414f;
}

.materials input[type=submit]{
    width: 250px;
    height: 50px;
    border: none;
    background-color: #636363;
    color: #fff;
    font-size: 18px;
}


.not_found h1{
    margin: 0;
    padding: 0;
    font-family: "Noto sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    font-size: 24px;
    color: #22222f;
    line-height: 28px;
}

.not_found h2{
    text-align: center;
}

.not_found h3{
    text-align: center;
}

.not_found p{
    text-align: center;
}

.not_found main{
    max-width: 1200px;
    margin: 100px auto;
}


footer{
    background-image: url(../img/footer_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    object-fit: fill;
}

footer .footer_flex{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

footer .footer_flex .footer_link{
    display: flex;
    align-items: center;
    max-width: 70%;
    padding-left: 10px;
}

footer .footer_flex .footer_link ul{
    display: flex;
    gap: 3vw;
}

footer .footer_flex .footer_link ul li{
    font-size: 18px;
}

footer .footer_flex .footer_text{
    width: 30%;
}

footer .footer_flex .footer_text h3{
    text-align: left;
    padding: 120px 0 20px 0;
}

footer .footer_flex .footer_text .tel{
    padding: 10px 0 20px 0;
    font-size: 24px;
}

footer .footer_flex .footer_text .materials p{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 60px;
    margin: 0;
    background-color: #636363;
    font-size: 18px;
    color: #fff;
}

footer .copyright{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: #b2b2b2;
}

#page-top{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}


/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */

/* ■ ■ ■ ■ ■ ■ ここからSPサイト ■ ■ ■ ■ ■ ■ */

/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */

@media only screen and (max-width: 768px) {

button{
	background: none;
    border: 1px solid #22222f;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.spbr{
    display: block;
}

/* ここからハンバーガーメニュー */

header nav ul{
    display: none;
}

header .materials{
    display: none;
}

header .fv__hamburger{
    display: block;
    cursor: pointer;
    border: 0px;
    position: absolute;
    position: fixed;
    top: 8px;
    right: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);/*ボタンに影を付ける*/
    background: #636363;
    height: 48px;
    width: 48px;
    border-radius: 1%;/*ボタンを角丸にしている（ここを変更することで四角形も可能）*/
    z-index: 2000;/*最前面にくるように数値を大きくしている*/
}

header .fv__hamburger span{
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    top: 10px;
    right: 32px;
    height: 2px;
    border-radius: 2px;
    background: #eee;
    width: 24px;
}

header .fv__hamburger span:nth-child(1){
    top: 14px;
    right: 22px;
    width: 14px;
}
    
header .fv__hamburger span:nth-child(2){
    top: 23px;
    right: 12px;
}
    
header .fv__hamburger span:nth-child(3){
    top: 32px;
    right: 12px;
}

header #sp__bg{
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #2b2b2b;
    text-align: center;
    z-index: 1002;
}
    
header #sp__bg .nav__menu{
    padding-top: 61.6px;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
} 
    
header #sp__bg .nav__menu a{
    font-weight: 700;
}
    
header #sp__bg .logo_sp{
    margin-bottom: 10.6px;
}
    
header #sp__bg .nav__menu_item{
    margin-bottom: 16px;
}
    
header #sp__bg .nav__menu .hamburger_logo{
    margin: 30px auto 40px auto;
}

header #sp__bg .nav__menu .hamburger_logo p{
    font-size: 40px;
    font-weight: 500;
    color:#fff;
}

header #sp__bg .nav__menu .hamburger_line{
    width: 70%;
    margin: 0 auto;
}

header #sp__bg .nav__menu_item{
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 10px auto;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color:#fff;
}

header .fv__hamburger.active span:nth-child(1){
    top: 29px;
    right: 15px;
    transform: translateY(-5px) rotate(45deg);
    width: 18px;
}

header .fv__hamburger.active span:nth-child(2){
    opacity: 0;
}

header .fv__hamburger.active span:nth-child(3){
    top: 18px;
    right: 15px;
    transform: translateY(5px) rotate(-45deg);
    width: 18px;
}

header #sp__bg .nav__menu .hamburger_reserve{
    display: flex;
    justify-content: center;
    margin: 80px auto 10px auto;
}

header #sp__bg .nav__menu .hamburger_reserve p{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 62px;
    margin: 0 auto;
    background-color: #fff;
    font-size: 18px;
}

/* ここまでハンバーガーメニュー */

.top main .top_concept{
    height: fit-content;
    background-image: none;
}

.top main .top_concept .center_box img{
    display: block;
    margin-bottom: 50px;
}

.top main .top_concept .center_box{
    max-width: 100%;
    padding: 10%;
}

.top main .top_concept .center_box button {
    margin-bottom: 20px;
}

.top main .top_product{
    padding: 100px 0 100px 0;
}

.top main .top_product h2{
    margin-bottom: 60px;
}

.top main .top_product .content_box{
    display: block;
    max-width: 90%;
}

.top main .top_product .content_box img{
    width: 100%;
}

.top main .top_product .content_box .left_box p{
    font-size: 20px;
}

.top main .top_product .content_box .right_box{
    display: flex;
    margin-left: 0;
}

.top main .top_product .content_box .right_box_01{
    margin-top: -4px;
}

.top main .top_product .content_box .right_box_01 p{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.top main .top_product .content_box .right_box_02{
    margin-top: -4px;
}

.top main .top_product .content_box .right_box_02 p{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.top main .top_product button {
    margin-bottom: 20px;
}

.top main .top_property{
    width: 90%;
    padding: 100px 0 100px 0;
    margin: 0 auto;
}

.top main .top_property h2{
    margin-bottom: 60px;
}

.top main .top_property .content_box{
    display: block;
    max-width: 600px;
    background-color: unset;
}

.top main .top_property .content_box .sp_2column{
    justify-content: space-between;
    gap: 10px;
}

.top main .top_property .content_box .propety_01{
    width: 100%;
    margin-bottom: 50px;
    background-color: #000;
}

.top main .top_property .content_box .propety_01 h3{
    top: 67vw;
}

.top main .top_property .content_box .propety_01 p{
    top: 75vw;
}

.top main .top_property .content_box .propety_02{
    width: 100%;
    margin-bottom: 50px;
    background-color: #000;
}

.top main .top_property .content_box .propety_02 h3{
    top: 67vw;
}

.top main .top_property .content_box .propety_02 p{
    top: 75vw;
}

.top main .top_property .content_box .propety_03{
    width: 100%;
    margin-bottom: 50px;
    background-color: #000;
}

.top main .top_property .content_box .propety_03 h3{
    top: 67vw;
}

.top main .top_property .content_box .propety_03 p{
    top: 75vw;
}

.top main .top_property .content_box .propety_04{
    width: 100%;
    margin-bottom: 50px;
    background-color: #000;
}

.top main .top_property .content_box .propety_04 h3{
    top: 67vw;
}

.top main .top_property .content_box .propety_04 p{
    top: 75vw;
}

.top main .top_corporate{
    height: fit-content;
    background-image: none;
}

.top main .top_corporate .center_box{
    max-width: 100%;
}

.top main .top_corporate .center_box img{
    display: block;
    margin-bottom: 50px;
}

.top main .top_corporate .center_box button{
    margin-bottom: 100px;
}

.top main .top_news{
    width: 80%;
}


.concept section .concept_box{
    display: block;
    max-width: 90%;
}

.concept section .concept_box .left_box{
    max-width: 100%;
}

.concept section .concept_box .right_box{
    max-width: 100%;
}

.concept section .concept_box .right_box img{
    height: unset;
    object-fit: none;
}

.concept section .concept_box .right_box h2{
    top: 29%;
}

.concept section .concept_box .right_box p{
    top: 53%;
}


.product main .content_box_01{
    max-width: 90%;
}

.product main .content_box_01 img{
    height: 400px;
    object-fit: cover;
}

.product main .content_box_01 h2{
    top: 160px;
    text-align: center;
}

.product main .content_box_01 h3{
    margin: 70px 40px 35px 40px;
}

.product main .content_box_01 p{
    margin: 0 40px 0 40px;
}

.product main .content_box_flex{
    display: block;
    max-width: 90%;
}

.product main .content_box_flex .content_box_02{
    width: 100%;
    margin-bottom: 80px;
}

.product main .content_box_flex .content_box_02 img{
    width: 100%;
    height: 400px;
    object-position: top;
    object-fit: cover;
}

.product main .content_box_flex .content_box_02 h2{
    top: 160px;
    text-align: center;
}

.product main .content_box_flex .content_box_02 h3{
    margin: 70px 40px 35px 40px;
}

.product main .content_box_flex .content_box_02 p{
    margin: 0 40px 0 40px;
}

.product main .content_box_flex .content_box_03{
    width: 100%;
}

.product main .content_box_flex .content_box_03 img{
    width: 100%;
    height: 400px;
    object-position: top;
    object-fit: cover;
}

.product main .content_box_flex .content_box_03 h2{
    top: 160px;
    text-align: center;
}

.product main .content_box_flex .content_box_03 h3{
    margin: 70px 40px 35px 40px;
}

.product main .content_box_flex .content_box_03 p{
    margin: 0 40px 0 40px;
}

.property main .content_box_flex{
    max-width: 90%; /*max-width: 1200px;*/
    flex-wrap: wrap; /*新規*/
}

.property main .content_box_flex .content_box{
    width: calc(50% - 20px);
    margin-right: 20px;
}

.property main .content_box_flex .content_box:nth-child(n+2){
    margin-right: 0;
}


.corporate main section{
    max-width: 100%;
}

.corporate main section .content_box{
    display: block;
}

.corporate main section .content_box .left_box{
    width: 100%;
}

.corporate main section .content_box .left_box .corporate_detail h3{
    width: 30%;
}

.corporate main section .content_box .left_box .corporate_detail p{
    width: 70%;
}


footer{
    object-fit: cover;
}

footer .footer_flex{
    display: block;
}

footer .footer_flex .footer_link{
    width: 100%;
    padding: 80px 0 20px 40px;
}

footer .footer_flex .footer_link ul{
    display: block;
}

footer .footer_flex .footer_link ul li{
    font-size: 18px;
    margin-bottom: 10px;
}

footer .footer_flex .footer_text{
    width: 90%;
    padding-left: 40px;
}

footer .footer_flex .footer_text .tel{
    padding: 10px 0 50px 0;
}


}
