@charset "UTF-8";

html{
    font-size: 62.5%;
    background-color:#FCF8F4
    
}

body{

    line-height: 1.6;
    letter-spacing: 0.03em;

  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;

  font-family: "Bellefair", serif;
  font-weight: 400;
  font-style: normal;
}

html, body {
  overflow-x: hidden;
}

img{
    max-width: 100%;
    height: auto;
}

/*==========================
header
==========================*/
header{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #3A3A3A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 22px 3.47%;
    z-index: 10;
}

.header_logo{
    font-family: "Shippori Mincho B1";
    font-size: 2.4rem;
    color: #FFF9F1;
    letter-spacing: 0.05em;
    white-space: nowrap;
  word-break: keep-all;
}

.header_nav {
  display: flex;
  gap: 50px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: flex-start;
}


.header_nav li {
  position: relative;
}

.header_nav_item,
.header_nav_item_en {
  font-family: "Bellefair";
  font-size: 2.8rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #FFF9F1;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 0;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  word-break: keep-all;
}

.header_nav_item span {
  font-family: "Shippori Mincho B1";
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-top: 1px;
  position: relative;
  display: inline-block;
}

.header_nav_item::after {
  content: "";
  position: absolute;
  bottom: 40%;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: left;
  width: 80%;
  height: 1px; 
  background-color: #f1dcc2;
  transition: transform 0.5s ease;
  pointer-events: none;
}

.header_nav_item:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.English_btn{
    font-family: "Bellefair";
    background-color: #FFF9F1;
    color: #3A3A3A;
    width: 103px;
    height: 34px;
    font-size: 1.6rem;
    line-height: 60px;
    justify-content: center;
    padding: 9px 27px 7px ;
    letter-spacing: 0.03em;
    transition: all 0.3s ease
}

.English_btn:hover {
  opacity: 0.6;
}

.hamburger-menu{
    display: none;
}

/* sp */

@media (max-width: 1300px) {

     .header_logo{
        font-size: 2rem;
    }

    .header_nav_item{
        font-size: 2.2rem;
    }
}

@media (max-width: 1300px) {
     .header_logo{
        font-size: 1.6rem;
    }

    .header_nav_item{
        font-size: 2rem;
        top: 2px;
    }

    .header_nav_item span{
        font-size: 1.4rem;
        top: 1px;
    }
}

@media (max-width: 1000px) {

    header{
        width: 100%;
        height: 56px;
        padding: 0 5.33%;
    }
    .header_nav{
        display: block;
    }
    .header_nav_item{
        display: none;
    }
    .mainvisual_subcopy{
        text-align: end;
    }

}






/*==========================
main
==========================*/

main{
    margin-top: 100px;
}

.mainvisual{
    background-image: url(../img/bg_black.png);
    display: block;
    background-size: cover;
    width: 100%;
    height: auto;
    scroll-margin-top: 100px;
    position: relative;
}

h1{
    font-family: "Bellefair";
    font-size: 9rem;
    color: #FFF9F1;
    padding: 40px 0 0 50px;
    line-height: 1.1;
    letter-spacing: 0.03em;
    
}

.future{
    font-family: "Bellefair";
    display: block;
    padding-left: 70px;
    letter-spacing: 0.03em;
    position: relative;
    z-index: 1;
}

.mainvisual_subcopy{
    font-family: "Shippori Mincho B1";
    color: #FFF9F1;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    position: absolute;
    right: 50px;
    top: 50px;
}

.mainvisual_subcopy span{
    color: #C7B072;
}

.mainvisual_line{
    display: block;
    background-color: #CAB889;
    width: 234px;
    height: 12px;
    position: absolute;
    left: 246px;
    top: 210px;
}

.scroll-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  position: relative;
  margin-top: 30px;
  overflow-x: hidden;
  height: auto;
}

.mainvisual_img {
  width: 100%;
  height: auto;
  display: block;
  flex-shrink: 0;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

/* SP */

@media (max-width: 1000px) {
    h1{
        font-size: 4.3rem;
        white-space: nowrap;
        word-break: keep-all;
        padding: 90px 20px 0;
    }

    .future{
        padding: 0;
    }

    .mainvisual_line{
        width: 106px;
        height: 7px;
        left: 84px;
        top: 171px;
    }

    .mainvisual_subcopy{
        font-size: 1.7rem;
        right: 6.85%;
        top: 40px;
    }

    .mainvisual_subcopy span{
        color: #f8d57c;
    }

    .header_nav{
        margin-top: 2px;
    }

    .mainvisual{
        background-image: url(../img/bg_black_sp.png);
        top: -50px;
    }

    .scroll-wrapper{
        width: 200%;
    }
}

    @media (max-width: 767px) {
  .mainvisual {
    height: 66.6vh;      /* 画面高さの3分の2 */
    width: 100vw;        /* 画面幅いっぱい */
    position: relative;  /* 必要なら */
  }

  .scroll-wrapper {
    width: 200vw;
    height: 100%;
    overflow-x: hidden;
    display: flex;   /* flexを外す */
  }

  .mainvisual_img {
    width: auto;         /* 自動幅 */
    height: 100%;        /* 親の高さに合わせる */
    max-width: none;     /* flexやimgのmax幅制限を解除 */
    object-fit: contain; /* 縦横比を保ちつつ全体表示 */
    display: block;      /* 横スクロールのずれ防止 */
    margin: 0 auto;      /* 中央寄せ */
  }
}

.MainCopy_sp{
    display: none;
}

.MainCopy{
    font-family: "Bellefair";
    font-size: 8rem;
    letter-spacing: 110;
    color: #3A3A3A;
    margin: 0 auto;
    width: 1200px;
    height: 470px;
    letter-spacing: 0.03em;
    margin-top: 80px;
}

.MainCopy_01{
    display: flex;
    align-items: center;
    justify-content: center;
}

.MainCopy_01 img{
    width: 150px;
    height: 86px;
    background-size: cover;
    margin: 0 20px;
}

.MainCopy_02{
    text-align: center;
}

.MainCopy_03{
    display: flex;
    align-items: center;
    justify-content: center;
}

.MainCopy_03 img{
    width: 150px;
    height: 86px;
    background-size: cover;
    margin: 0 20px;
}

.MainCopy_04{
    display: flex;
    align-items: center;
    justify-content: center;
}

.MainCopy_04 img{
    width: 150px;
    height: 86px;
    background-size: cover;
    margin: 0 20px;
}

@media (max-width: 1000px) {

    .MainCopy{
        display: none;
    }

    .MainCopy_sp{
        display: block;
        font-family: "Bellefair";
        font-size: 3.2rem;
        letter-spacing: 1.6;
        color: #3A3A3A;
        margin: 0 auto;
        letter-spacing: 0.03em;
        margin-top: 200px;
        padding: 0 5.33%;
    }

    .MainCopy_01_sp,
    .MainCopy_04_sp,
    .MainCopy_05_sp{
        display: flex;
        align-items: center;
        justify-content: center;
}

    .MainCopy_01_sp img,
    .MainCopy_04_sp img,
    .MainCopy_05_sp img{
        width: 63px;
        height: 36px;
        background-size: cover;
        margin: 0 10px;
}

    .MainCopy_02_sp,
    .MainCopy_03_sp,
    .MainCopy_06_sp{
        text-align: center;
}
}


/* ======= About Us ======== */

#AboutUs,
#AboutUs_en{
    margin-top: 140px;
    scroll-margin-top: 100px;
    outline: none;
    caret-color: transparent;
}

.section_title_AboutUs,
.section_title_Company,
.section_title_Contact{
    color: #3A3A3A;
    position: absolute;
    overflow: hidden;
}

.section_title_line_AboutUs,
.section_title_line_Company,
.section_title_line_Contact{
    border-left: solid 1px #3A3A3A;
    height: 155px;
    margin-left: 50px;
    margin-top: 60px;
    height: 0;
    transition: height 1s ease-out;
    
}

.section_title_line_AboutUs.active,
.section_title_line_Company.active,
.section_title_line_Contact.active {
  height: 155px;
}

.section_title_text_AboutUs,
.section_title_text_Company,
.section_title_text_Contact{
    margin-left: 70px;
    margin-top: -160px;
    overflow: hidden;
    height: 155px;
    position: relative;
}

.section_title_en_AboutUs,
.section_title_en_Company,
.section_title_en_Contact{
    font-family: "Bellefair";
    font-size: 4rem;
    letter-spacing: 0.03em;
}

.section_title_jp{
    font-family: "Shippori Mincho B1";
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 0.8;
    padding-left: 2px;
}

.AboutUs_content{
    display: flex;
    margin: 0 auto;
    justify-content: center;
    gap: 90px;
    position: relative;
    top: 190px;
    min-width: 1107px;
    padding: 0 11.4%;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}

.AboutUs_content.show {
    opacity: 1;
    transform: translateY(0);
}

.AboutUs_content img{
    width: 335px;
    height: 523px;
}

.AboutUs_text{
    display: inline-block;
    width: 680px;
}

.AboutUs_content p{
    font-family: "Noto Sans JP";
    font-style: normal;
    font-size: 1.6rem;
    line-height: 2.6;
    letter-spacing: 0.05em;
    color: #3A3A3A;
}

.AboutUs_text01{
    margin-top: 40px;
}

.AboutUs_text02{
    margin-top: 40px;
}

/* SP */

@media (max-width: 1000px) {

    #AboutUs{
        margin-top: 0px;
    }

    
    #AboutUs,
    #AboutUs_en{
        scroll-margin-top: 60px;
    }

    .AboutUs_text{
        width: 100%;
        line-height: 1.8;
    }

    .AboutUs_text01{
        margin-top: 0;
    }

    .AboutUs_content{
        top: 160px;;
    }

    .AboutUs_content p{
        line-height: 2;
        font-size: 1.5rem;
    }
}




.AboutUs_points{
    margin-top: 290px;
}

.AboutUs_points_title{
    margin-top: 80px;
    text-align: center;
    font-size: 3.2rem;
    font-family: "Shippori Mincho B1";
    letter-spacing: 0.05em;
    color: #3A3A3A;
}

.AboutUs_points_text01{
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.7rem;
    margin-top: 30px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #3A3A3A;
}

.AboutUs_points_text02{
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.7rem;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #3A3A3A;
}

.sp_br{
    display: none;
}

.AboutUs_list{
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 60px;
    z-index: 8;
    position: relative;
}

.AboutUs_list::before {
  content: "";
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  height: 375px;
  background-color: #BFB9B9;
  z-index: -1;
}

.AboutUs_list_item{
    width: 370px;
    height: 523px;
    background-color: #5A5959;
    display: flex;
    flex-flow: column;
    padding: 75px 35px;
}

.AboutUs_list_icon{
    width: 152px;
    height: 152px;
    justify-content: center;
    margin: 0 auto;
}

.AboutUs_list_title{
    color: #FFF;
    font-family: "Shippori Mincho B1";
    font-size: 2.4rem;
    text-align: center;
    margin-top: 50px;
    letter-spacing: 0.05em;
}

.AboutUs_list_text{
    color: #F0E5D6;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    width: 300px;
    margin-top: 50px;
    letter-spacing: 0.05em;
}


/* SP */
@media (max-width: 1000px){

    .AboutUs_points{
        margin-top: 240px;
        padding: 0 5.33%;
    }

    .AboutUs_points_title{
        font-size: 2.4rem;
    }

    .AboutUs_points_text01,
    .AboutUs_points_text02{
        font-size: 1.5rem;
    }

      .AboutUs_points_text02{
        margin-top: 10px;
      }

      .sp_br{
        display: block;
      }

    .AboutUs_list{
        flex-flow: column;
        align-items: center;
        padding: 0 40px;
    }

    .AboutUs_list_item{
        width: 100%;
        height: auto;
        padding: 60px 5.33%;
    }

    .AboutUs_list_icon{
    width: 140px;
    height: 140px;
    }

    .AboutUs_list_title{
        font-size: 2rem;
        margin-top: 30px;
    }

    .AboutUs_list_text{
        font-size: 1.4rem;
        width: 100%;
        margin-top: 30px;
    }

    .br_pc{
        display: none;
    }


    .AboutUs_list::before{
        display: none;
    }

    .AboutUs_list_item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 310px;
    background-color: #BFB9B9;
    z-index: -1;
}

}

/* ======= Company ======== */

#Company,
#Company_en{
    background-image: url(../img/Company_bg.png);
    margin-top: 120px;
    scroll-margin-top: 100px;
    height: auto;
    outline: none;
    caret-color: transparent;
    padding-bottom: 300px;
}

.Company_information{
    font-family: "Shippori Mincho B1";
    font-size: 1.8rem;
    margin: 0 auto;
    display: block;
    width: 736px;
    height: auto;
    color: #3A3A3A;
    position: relative;
    top: 190px;
    letter-spacing: 0.05em;
}

.Company_information_list{
    display: flex;
    border-bottom: solid 1px #3A3A3A;
    width: 736px;
    height: auto;
    padding: 0 30px 8px 30px;
    margin-top: 27px;
    line-height: 1.8;
    align-items: flex-start;
    position: relative;
}

.Company_information_list::before {
  content: "";
  position: absolute;
  top: 8px; /* 少し下から始める */
  bottom: 0; /* 少し上で止める */
  left: 0;
  width: 1px;
  background-color: #3A3A3A;
}

.Company_information_list_banks{
    display: flex;
    border-bottom: solid 1px #3A3A3A;
    width: 736px;
    height: auto;
    padding: 0 30px 8px 30px;
    margin-top: 27px;
    line-height: 1.8;
    align-items: flex-start;
    position: relative;
}

.Company_information_list_banks::before {
  content: "";
  position: absolute;
  top: 8px; /* 少し下から始める */
  bottom: 0; /* 少し上で止める */
  left: 0;
  width: 1px;
  background-color: #3A3A3A;
}

.Company_information_title{
    width: 154px;
    white-space: nowrap;
    line-height: 1.8;
}

.Company_information_title_banks{
    width: 154px;
    white-space: nowrap;
    line-height: 1.8;
}

.Company_information_list dd {
    flex: 1;
    line-height: 1.8;
}

.Company_information_list_banks dd {
    flex: 1;
    line-height: 1.8;
}

/* SP */

@media (max-width: 1000px){

    #Company{
        margin-top: 100px;
        padding-bottom: 280px;
        scroll-margin-top: 55px;
    }

    .Company_information{
        width: 89.3%;
        
    }

    .Company_information_list{
        width: 100%;
        padding:0 15px 8px;
        margin-top: 15px;
    }

    .Company_information_list_banks{
        width: 100%;
        padding:0 15px 8px;
        margin-top: 15px;
    }

    .Company_information_title,
    .Company_information_title_banks,
    .Company_information_list dd,
    .Company_information_list_banks dd{
        font-size: 1.5rem;
    }

    .Company_information_title,
    .Company_information_title_banks{
    width: 100px;
    white-space: nowrap;
    line-height: 1.8;
}

}



/* ======= OurProperties ======== */

#OurProperties,
#OurProperties_en{
    background-color: #5A5959;
    padding-bottom: 120px;
    scroll-margin-top: 100px;
    height: 754px;
    outline: none;
    caret-color: transparent;
}

.section_title_OurProperties{
    color: #F0E5D6;
    position: absolute;
    overflow: hidden;
}

.section_title_line_OurProperties{
    border-left: solid 1px #F0E5D6;
    height: 155px;
    margin-left: 50px;
    margin-top: 60px;
    height: 0;
    transition: height 1s ease-out;
}

.section_title_line_OurProperties.active {
  height: 155px;
}

.section_title_text_OurProperties{
    margin-left: 70px;
    margin-top: -160px;
    overflow: hidden;
    height: 155px;
    position: relative;
}

.section_title_en_OurProperties{
    font-size: 4rem;
    letter-spacing: 0.03em;
}

.OurProperties_list{
    max-width: 79.7%;
    height: 449px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    top: 190px;
    padding: 0 10.1%;
}

.OurProperties_text{
    font-family: "Bellefair";
    font-size: 4rem;
    text-align: center;
    padding: 200px 0;
    letter-spacing: 0.03em;
    color: #3A3A3A;
}

@media (max-width: 1000px){

    #OurProperties,
    #OurProperties_en{
        scroll-margin-top: 55px;
    }

    .section_title_line_OurProperties{
    margin-left: 20px;
}

.section_title_line_OurProperties.active {
  height: 155px;
}

.section_title_text_OurProperties{
    margin-left: 40px;
    margin-top: -160px;
    height: 120px;
}

.section_title_en_OurProperties{
    font-size: 3.2rem;
}

.OurProperties_list{
    top: 210px;
    max-width: 89.3%;
}

.OurProperties_text{
    font-size: 2.4rem;
}
}

/* ======= Contact ======== */

#Contact,
#Contact_en{
    background-image: url(../img/Contact_bg.png);
    padding-bottom: 150px;
    height: 500px;
    scroll-margin-top: 100px;
    outline: none;
    caret-color: transparent;
}

.Contact_text{
    font-family: "Shippori Mincho B1";
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.05em;
    color: #3A3A3A;
}

.Contact_btn{
    font-family: "Shippori Mincho B1";
    display: block;
    margin: 0 auto;
    background-color: #5A5959;
    width: 280px;
    height: 60px;
    color: #FCF8F4;
    line-height: 60px;
    text-align: center;
    font-size: 2rem;
    margin-top: 50px;
    border-radius: 30px;
    letter-spacing: 0.05em;
    transition: all 0.3s ease
}

.Contact_btn:hover {
  opacity: 0.6;
}

.Contact_block{
    position: relative;
    top: 190px; 
}

.Contact_br{
    display: none;
}

/* SP */
@media (max-width: 1000px){
    #Contact{
        background-size: cover;
        scroll-margin-top: 55px;
    }

    .Contact_text{
        font-size: 1.8rem;
        line-height: 1.8;
    }

    .Contact_br{
        display: inline;
    }

    .Contact_block{
        top: 210px;
    }

    .Contact_btn{
        font-size: 1.8rem;
    }
}



/*==========================
footer
==========================*/

footer{
    background-color: #363636;
    color: #FFF9F1;
}

.footer_group{
    display: flex;
    padding: 60px 0 20px 50px;
}

.footer_logo{
    font-family: "Shippori Mincho B1";
    font-size: 2.4rem;
    letter-spacing: 0.05em;
}

.footer_nav{
    font-family: "Bellefair";
    margin-left: 80px;
    font-size: 2.4rem;
    line-height: 1.8;
    gap: 15px;
    letter-spacing: 0.03em;
}

.footer_nav_list:hover{
    opacity: 0.6;
}

.SDGS{
    margin-left: auto;
  padding-right: 50px;
  max-width: 515px;
  padding-left: 80px;
}

.SDGS_text{
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    margin-top: 15px;
    letter-spacing: 0.05em;
}

.small{
    font-family: "Shippori Mincho B1";
    font-weight: 400;
    font-size: 1.3rem;
    display: block;
    text-align: center;
    margin: 50px 0 0;
    padding-bottom: 60px;
    letter-spacing: 0.05em;
}

/* SP */

@media (max-width: 1000px) {
    .footer_group{
        display: block;
        padding: 50px 20px 20px;
    }

    .p_jp {
        text-align: center;
    }

    .footer_logo{
        text-align: center;
        font-size: 2.2rem;
    }

    .footer_nav{
        margin: 50px 0 0;
    }

    .SDGS{
        margin: 60px 0 0;
        padding: 0;
        max-width: 100%;
    }

    .SDGS_text{
        margin-top: 20px;
        display: block;
        text-align: left;
    }

    small{
        margin-top: 40px;
    }
}



/*==========================
============================
English.ver
============================
==========================*/

.header_logo_en {
    font-family: "Bellefair";
    font-size: 2.6rem;
    color: #FFF9F1;
    letter-spacing: 0.03em;
}

.header_nav_en {
  display: flex;
  gap: 50px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.header_nav_item_en::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: left;
  width: 80%;
  height: 1px; 
  background-color: #f1dcc2;
  transition: transform 0.5s ease;
  pointer-events: none;
}

.header_nav_item_en:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.Japanese_btn{
    font-family: "Shippori Mincho B1";
    background-color: #FFF9F1;
    color: #3A3A3A;
    width: 103px;
    height: 34px;
    font-size: 1.4rem;
    line-height: 60px;
    justify-content: center;
    padding: 9px 27px 7px ;
    letter-spacing: 0.05em;
    transition: all 0.3s ease
}

.Japanese_btn:hover{
    opacity: 0.6;
}

/* sp */

@media (max-width: 1300px) {

     .header_logo_en{
        font-size: 1.8rem;
        letter-spacing: 0.1;
    }

    .header_nav_en{
        gap: 30px;
    }

    .header_nav_item_en{
        font-size: 2.2rem;
    }
}

@media (max-width: 1000px) {

    header{
        width: 100%;
        padding: 0 5.33%;
    }
    .header_nav_en{
        display: block;
    }
    .header_nav_item_en{
        display: none;
    }
    .mainvisual_subcopy_en{
        text-align: end;
    }

}



.mainvisual_subcopy_en{
    font-family: "Bellefair";
    color: #FFF9F1;
    font-size: 3.2rem;
    letter-spacing: 0.03em;
    position: absolute;
    right: 50px;
    top: 50px;
}

.mainvisual_subcopy_en span{
    color: #C7B072;
}

/* SP */

@media (max-width: 1000px) {
    
    .mainvisual_subcopy_en{
        font-size: 2rem;
        right: 6.85%;
        top: 25px;
    }

    .mainvisual_subcopy_en span{
        color: #f8d57c;
    }

}

.AboutUs_text_en{
    display: inline-block;
    width: 680px;
}

/* SP */

@media (max-width: 1000px) {

    #AboutUs_en{
        width: 100%;
        margin-top: 0px;
    }

    .section_title_line_AboutUs,
    .section_title_line_Company,
    .section_title_line_Contact{
        margin-left: 20px;
    }

    .section_title_line_AboutUs.active,
    .section_title_line_Company.active,
    .section_title_line_Contact.active {
        height: 155px;
    }

.section_title_text_AboutUs,
.section_title_text_Company,
.section_title_text_Contact{
    margin-left: 40px;
    margin-top: -160px;
    height: 120px;
}

.section_title_en_AboutUs,
.section_title_en_Company,
.section_title_en_Contact{
    font-size: 3.2rem;
}


    .AboutUs_content{
        flex-flow: column;
        width: 100%;
        min-width: 100%;
        gap: 40px;
        padding: 0 5.33%;
    }

    .AboutUs_content img:first-of-type {
  margin-left: auto;
}

    .AboutUs_content img{
    display: block;
    width: 51.73%;
    height: auto;

}

   .AboutUs_text_en{
        width: 100%;
}

    .AboutUs_text01_en{
        margin-top: 0;
        width: 100%;
    }

    .AboutUs_content p{
        line-height: 2;
        font-size: 1.6rem;
    }
}

.AboutUs_list_item_en{
    width: 370px;
    height: 533px;
    background-color: #5A5959;
    display: flex;
    flex-flow: column;
    padding: 75px 35px;
}

.AboutUs_points_title_en{
    margin-top: 80px;
    text-align: center;
    font-size: 4rem;
    font-family: "Bellefair";
    letter-spacing: 0.03em;
    color: #3A3A3A;
}

.AboutUs_points_text_en{
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    margin-top: 30px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #3A3A3A;
}

.AboutUs_list_title_en{
    color: #FFF;
    font-family: "Bellefair";
    font-size: 2.6rem;
    text-align: center;
    margin-top: 50px;
    letter-spacing: 0.03em;
    line-height: 1.4;
}

.AboutUs_list_text_en{
    color: #F0E5D6;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    width: 300px;
    margin-top: 40px;
    letter-spacing: 0.05em;
}

.AboutUs_list_title_en_house{
    color: #FFF;
    font-family: "Bellefair";
    font-size: 2.6rem;
    text-align: center;
    margin-top: 35px;
    letter-spacing: 0.03em;
    line-height: 1.4;
}

.AboutUs_list_text_en_house{
    color: #F0E5D6;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    width: 300px;
    margin-top: 20px;
    letter-spacing: 0.05em;
}

/* SP */
@media (max-width: 1000px){

    .AboutUs_points_title_en{
        font-size: 3rem;
        margin-top: 250px;
    }

    .AboutUs_list_item_en{
        width: 100%;
        height: auto;
        padding: 60px 5.33%;
    }

    .AboutUs_list_title_en{
        font-size: 2.4rem;
        margin-top: 30px;
    }

    .AboutUs_list_text_en{
        font-size: 1.6rem;
        width: 100%;
        margin-top: 30px;
    }

    .AboutUs_list::before{
        display: none;
    }

    .AboutUs_list_item_en::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 320px;
    background-color: #BFB9B9;
    z-index: -1;
}

    .AboutUs_list_item_en:nth-child(3)::before {
    height: 380px;
    }

}

.Company_information_en{
    font-size: 2rem;
    margin: 0 auto;
    display: block;
    width: 901px;
    height: auto;
    color: #3A3A3A;
    position: relative;
    top: 190px;
    letter-spacing: 0.03em;
}

.Company_information_list_en{
    display: flex;
    border-bottom: solid 1px #3A3A3A;
    width: 901px;
    height: auto;
    padding: 0 30px 8px 30px;
    margin-top: 20px;
    line-height: 1.8;
    align-items: flex-start;
    position: relative;
}

.Company_information_list_en::before {
  content: "";
  position: absolute;
  top: 8px; /* 少し下から始める */
  bottom: 0; /* 少し上で止める */
  left: 0;
  width: 1px;
  background-color: #3A3A3A;
}

.Company_information_list_banks_en{
    display: flex;
    border-bottom: solid 1px #3A3A3A;
    width: 901px;
    height: auto;
    padding: 0 30px 8px 30px;
    margin-top: 20px;
    line-height: 1.8;
    align-items: flex-start;
    position: relative;
    
}

.Company_information_list_banks_en::before {
  content: "";
  position: absolute;
  top: 8px; /* 少し下から始める */
  bottom: 0; /* 少し上で止める */
  left: 0;
  width: 1px;
  background-color: #3A3A3A;
}

.Company_information_title_en{
    width: 186px;
    white-space: nowrap;
    line-height: 1.8;
    font-family: "Bellefair";
    font-weight: 400;
}

.Company_information_title_banks_en{
    width: 186px;
    white-space: nowrap;
    line-height: 1.8;
    font-weight: 400;
}

.Company_information_list_en dd {
    flex: 1;
    line-height: 1.8;
    font-family: "Bellefair";
}

.Company_information_list_banks_en dd {
    flex: 1;
    line-height: 1.8;
    font-family: "Bellefair";
}

/* SP */

@media (max-width: 1000px){

    #Company_en{
        margin-top: 100px;
        padding-bottom: 280px;
        scroll-margin-top: 55px;
    }

    .Company_information_en{
        width: 89.3%;
        
    }

    .Company_information_list_en{
        width: 100%;
        padding:0 15px 6px;
        margin-top: 15px;
    }

    .Company_information_list_banks_en{
        width: 100%;
        padding:0 15px 6px;
        margin-top: 15px;
    }

    .Company_information_title_en,
    .Company_information_title_banks_en,
    .Company_information_list_en dd,
    .Company_information_list_banks_en dd{
        font-size: 1.8rem;
    }

    .Company_information_title_en,
    .Company_information_title_banks_en{
    width: 150px;
    white-space: nowrap;
    line-height: 1.8;
}

}

.Contact_text_en{
    font-family: "Bellefair";
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.03em;
    color: #3A3A3A;
}

.Contact_btn_en{
    font-family: "Bellefair";
    display: block;
    margin: 0 auto;
    background-color: #5A5959;
    width: 280px;
    height: 60px;
    color: #FCF8F4;
    line-height: 60px;
    text-align: center;
    font-size: 2.4rem;
    margin-top: 50px;
    border-radius: 30px;
    letter-spacing: 0.03em;
    transition: all 0.3s ease
}

.Contact_btn_en:hover {
  opacity: 0.6;
}


/* SP */
@media (max-width: 1000px){
    #Contact_en{
        background-size: cover;
        scroll-margin-top: 55px;
    }

    .Contact_text_en{
        font-size: 2.2rem;
        line-height: 1.8;
    }

    .Contact_br_en{
        display: inline;
    }

    .Contact_block{
        top: 210px;
    }

    .Contact_btn_en{
        font-size: 2rem;
    }
}

.footer_logo_en{
    font-family: "Bellefair";
    font-size: 2.6rem;
    letter-spacing: 0.03em;
}

.SDGS_text_en{
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    margin-top: 15px;
    letter-spacing: 0.05em;
}

small{
    font-family: "Bellefair";
    font-size: 1.5rem;
    display: block;
    text-align: center;
    margin: 50px 0 0;
    padding-bottom: 60px;
    letter-spacing: 0.03em;
}

/* SP */

@media (max-width: 1000px) {

    .p_en {
        text-align: center;
    }

    .footer_logo_en{
        text-align: center;
        font-size: 2.2rem;
        padding: 50px 0;
    }

    .SDGS_text_en{
        margin-top: 20px;
        display: block;
        text-align: left;
    }

}