@charset "UTF-8";

/*-----------------------------------
    #what_block
-----------------------------------*/
#what_block{
    margin-bottom: 100px;
}
#what_block .row_box{
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
    margin-bottom: 66px;
}
#what_block .row_box p{
    width: calc(( 100% - 60px ) / 2) ;
    font-size: 15px;
    line-height: 2.4;
    letter-spacing: 0.08em;
    font-weight: 700;
}
#what_block .row_box .what_img{
    width: calc(( 100% - 60px ) / 2);
    min-height: auto;
    height: 300px;
    background: #C1BDBD;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
}
#what_block .row_box .what_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flow{
    width: 100%;
    background: #ffffff;
    border-radius: 30px;
    padding: 64px 90px 70px;

}
.flow .column_wrap{
    display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
    gap: 30px;
}
#what_block .flow .column_wrap .row_wrap{
    display: -webkit-flex;
	display: flex;
    flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
    background: #F5F7F5;
    gap: 30px;
    border-radius: 30px;
    padding: 30px;
}
.flow_img_wrap{
    flex: 1;
   display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
    gap: 30px;
}
.flow_img_wrap img{
    width: 260px;
    height: 233px;
    flex-shrink: 0;
    border-radius: 30px;
    background: #C1BDBD;
    height: 233px;
}
.flow_img_wrap p{
    flex: 1;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.09em;
    font-weight: 700;
}
.num_title{
    width: 260px;
    flex-shrink: 0;
    display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
    gap: 10px;
    font-size: 20px;
    line-height: 3;
    letter-spacing: 0.09em;
    font-weight: 700;
    color: #3FAF37;
}
.num_title .num{
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 3;
    letter-spacing: 0.09em;
    font-weight: 700;
    background-color: #3FAF37;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1280px) {
    .num_title{
        width: 100%;
        display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: column;
	    flex-direction: column;
	    -webkit-justify-content: center;
	    justify-content: center;
	    -webkit-align-items: center;
	    align-items: center;
    }
    #what_block .flow .column_wrap .row_wrap{
        display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: column;
	    flex-direction: column;
	    -webkit-justify-content: center;
	    justify-content: center;
	    -webkit-align-items: center;
	    align-items: center;
        background: #F5F7F5;
        gap: 10px;
        border-radius: 30px;
    }
}
@media screen and (max-width: 840px) {
    #what_block{
        margin-bottom: 70px;
    }
    #what_block .row_box p{
        width: calc(( 100% - 40px ) / 2) ;
        font-size: 15px;
        line-height: 1.8;
        letter-spacing: 0.06em;
        font-weight: 500;
    }
    #what_block .row_box .what_img{
        width: calc(( 100% - 40px ) / 2);
        min-height: 300px;
        background: #C1BDBD;
        border-radius: 30px;
    }
    .flow{
        width: 100%;
        background: #ffffff;
        border-radius: 30px;
        padding: 50px;
    }
    .flow_img_wrap{
        flex: 1;
        display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: column-reverse;
	    flex-direction: column-reverse;
	    -webkit-justify-content: center;
	    justify-content: center;
	    -webkit-align-items: center;
	    align-items: center;
        gap: 20px;
    }
    .flow_img_wrap img{
        width: 100%;
        max-width: 350px;
        height: 200px;
        border-radius: 30px;
        background: #C1BDBD;
    }
    .num_title{
        gap: 0;
        font-size: 18px;
        line-height: 2;
        letter-spacing: 0.09em;
        font-weight: 700;
    }
    .num_title .num{
        font-size: 18px;
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 640px) {
    #what_block{
        margin-bottom: 50px;
    }
    #what_block .row_box{
         margin-bottom: 50px;
    }
    #what_block .row_box p{
        width: calc(( 100% - 20px ) / 2) ;
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: 0.05em;
        font-weight: 500;
    }
    #what_block .row_box .what_img{
        width: calc(( 100% - 20px ) / 2);
        min-height: 300px;
        background: #C1BDBD;
        border-radius: 30px;
    }
    .flow{
        padding: 30px 20px;
    }
    .flow_img_wrap p{
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: 0.05em;
        font-weight: 500;
    }
}
@media screen and (max-width: 500px) {
    #what_block .row_box{
        display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: column-reverse;
	    flex-direction: column-reverse;
	    -webkit-justify-content: center;
	    justify-content: center;
	    -webkit-align-items: center;
	    align-items: center;
        gap: 20px;
    }
    #what_block .row_box p{
        width: 100%;
    }
    #what_block .row_box .what_img{
        width: 100%;
        height: 250px;
        min-height: auto;
    }
    #what_block .flow .column_wrap .row_wrap{
        padding: 20px;
    }
    .flow .column_wrap{
        gap: 20px;
    }
}
@media screen and (max-width: 400px) {
    #what_block{
        margin-bottom: 30px;
    }
    #what_block .row_box{
        margin-bottom: 30px;
    }
    .none_400{
        display: none;
    }
}

/*-----------------------------------
   office_img
-----------------------------------*/
.office_img{
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 100px;
}
.office_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
@media screen and (max-width: 840px) {
  .office_img{
        margin-bottom: 70px;
        height: 300px;
    }  
}
@media screen and (max-width: 640px) {
  .office_img{
        margin-bottom: 50px;
        height: 250px;
    }  
}
/*-----------------------------------
   history_block
-----------------------------------*/
#history_block{
    background: #ffffff;
    border-radius: 20px;
    padding: 100px 0 90px;
    margin-bottom: 100px;
}
.timeline {
  list-style: none;
  padding: 0;
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
}

.timeline_item {
  display: flex; /* Flexboxに変更 */
  gap: 50px; /* 年月とテキストの間の余白 */
  position: relative;
  /* ドットの左余白（ドット幅12px + 左位置4px）＋余白 */
  padding-left: 30px; 
  padding-bottom: 40px; /* アイテム同士の縦の間隔 */
}

/* 年月部分（固定幅） */
.timeline_date {
  width: 182px; /* 固定幅を指定 */
  flex-shrink: 0; /* 幅が縮まないように固定 */
  font-weight: bold;
  line-height: 1.5;
}
.timeline_date, .timeline_content .green{
    color: #3FAF37;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.5;
}
.timeline_content .green{
    margin-bottom: 14px;
}
/* テキスト部分（残りの幅いっぱいに伸ばす） */
.timeline_content {
  flex-grow: 1; /* 残り幅いっぱいに広がる */
  line-height: 1.5;
}
.timeline_content p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  font-weight: 700;
}

/* --- ●と縦線の配置（絶対配置） --- */

/* ●（ドット） */
.timeline_item::before {
  content: "";
  position: absolute;
  left: 4px; /* 左端からの位置 */
  top: 10px; /* 文字の1行目中央に合わせる微調整 */
  width: 10px;
  height: 10px;
  background-color: #3FAF37;
  border: 3px solid #DCEEE3;
  border-radius: 50%;
  z-index: 1; /* 線より前に表示 */
}

/* ドット同士をつなぐ縦線 */
.timeline_item::after {
  content: "";
  position: absolute;
  /* ドットの中央（left: 4px + 幅12px/2 = 10px）に線の中心（幅2px/2 = 1px）を合体させる */
  left: 8px; 
  top: 10px;
  bottom: -32px; /* 次の要素のtop位置（padding-bottomの分）まで伸ばす */
  width: 2px;
  background-color: #DCEEE3;
}

/* 最後のアイテムは縦線を消す */
.timeline_item:last-child {
  padding-bottom: 0;
}
.timeline_item:last-child::after {
  display: none;
}
@media screen and (max-width: 840px) {
  #history_block{
        border-radius: 20px;
        padding: 60px 0;
        margin-bottom: 70px;
    }
    .timeline_item{
        -webkit-flex-direction: column;
	    flex-direction: column;
	    -webkit-justify-content: flex-start;
	    justify-content: flex-start;
	    -webkit-align-items: flex-start;
	    align-items: flex-start;
        gap: 10px;
    }
    .timeline_date, .timeline_content .green{
        color: #3FAF37;
        font-size: 16px;
        letter-spacing: 0.05em;
        font-weight: 700;
        line-height: 1.5;
    }
}
@media screen and (max-width: 640px) {
  #history_block{
        margin-bottom: 50px;
    }  
}




/*-----------------------------------
   outline_block
-----------------------------------*/
#outline_block{
    background: #ffffff;
    border-radius: 20px;
    padding: 100px 0 60px;
    margin-bottom: 100px;
}
.alt-table {
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
    border-collapse: collapse;
    table-layout: fixed; /* ← これで列幅が安定 */
    font-size: 15px;
    line-height: 3.3;
    font-weight: 700;
}

.alt-table td {
  padding: 17px;
}

/* 1列目を200px固定 */
.alt-table .col1 {
  width: 200px;
  background: transparent;
  white-space: nowrap;
}

/* 2列目は残り幅（100% - 200px） */
.alt-table .col2 {
  width: calc(100% - 200px);
}

/* 行ごとに背景色を交互に */
.alt-table tr:nth-child(odd) {
  background: #ffffff;
}

.alt-table tr:nth-child(even) {
  background: #F5F7F5;
}
@media screen and (max-width: 840px) {
    #outline_block{
        border-radius: 20px;
        padding: 60px 0;
        margin-bottom: 70px;
    }
    /* .alt-table td { */
      /* padding: 10px 17px; */
    /* } */
    .alt-table {
        line-height: 2;
    }
}
@media screen and (max-width: 640px) {
    #outline_block{
        margin-bottom: 50px;
    }
    .alt-table .col1 {
        width: 150px;
    }
}
@media screen and (max-width: 500px){
    #outline_block{
        padding: 30px 0;
    }
    .alt-table tr {
    display: block;
    padding: 8px 16px;
    border-radius: 8px;
  }

  .alt-table td {
    display: block;
    width: 100%;
    padding: 8px 0;
  }

  /* 項目名（col1）をラベル風に */
  .alt-table .col1 {
    width: 100%;
    font-weight: bold;
    color: #333;
    padding-bottom: 4px;
    font-size: 14px;
  }

  /* 内容（col2）は少し余白 */
  .alt-table .col2 {
    width: 100%;
    padding-top: 0;
    font-weight: 500;
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
    #outline_block{
        margin-bottom: 30px;
    }
}
/*-----------------------------------
   philosophy_block
-----------------------------------*/
#philosophy_block{
    background: #ffffff;
    border-radius: 20px;
    padding: 100px 0;
    margin-bottom: 100px;
}
.philosophy_text{
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
}
.philosophy_lead{
    margin-bottom: 24px;
}
.philosophy_text ul{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
}
.philosophy_text ul li{
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.philosophy_text ul li span{
    display: block;
}

@media screen and (max-width: 840px) {
    #philosophy_block{
        padding: 60px 0;
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 640px) {
    #philosophy_block{
        margin-bottom: 0;
    }
}

/*-----------------------------------
   access_block
-----------------------------------*/
#access_block{
    background: #ffffff;
    border-radius: 20px;
    padding: 100px 0;
    margin-bottom: 100px;
}
#access_block .row_wrap{
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
#access_block .row_wrap .column_wrap{
    width: calc(( 100% - 40px ) / 2 );
    display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
    gap: 28px;
}
#access_block .row_wrap .column_wrap iframe{
    width: 100%;
    height: 300px;
    background: #F5F5F5;
    border-radius: 5px;
    border: 1px solid #C6C6C6;
}
#access_block .row_wrap .column_wrap .area_wrap{
    width: 100%;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.area_wrap p{
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0.09em;
    font-weight: 700;
    color: #3FAF37;
}
.area_wrap a{
    padding: 17px 25px;
    border-radius: 5px;
    background: #2E2E2E;
    color: #ffffff;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    font-weight: 700;
    gap: 10px;
}
@media screen and (max-width: 840px) {
    #access_block{
        padding: 60px 0;
        margin-bottom: 70px;
    }
    .area_wrap p{
        font-size: 20px;
        line-height: 2;
        letter-spacing: 0.09em;
        font-weight: 700;
        color: #3FAF37;
    }
    .area_wrap a{
        padding: 10px 15px;
        font-size: 14px;
    }
}
@media screen and (max-width: 640px) {
    #access_block{
        margin-bottom: 0;
    }
    #access_block .row_wrap{
        width: 90%;
        max-width: 1020px;
        margin: 0 auto;
        display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: column;
	    flex-direction: column;
	    -webkit-justify-content: flex-start;
	    justify-content: flex-start;
	    -webkit-align-items: center;
	    align-items: center;
        gap: 40px;
    }
    #access_block .row_wrap .column_wrap{
        width: 100%;
    	-webkit-flex-direction: column-reverse;
    	flex-direction: column-reverse;
        gap: 14px;
    }
    /* .alt-table{ */
        /* font-weight: 500; */
    /* } */
}
@media screen and (max-width: 500px){
    #access_block{
        padding: 30px 0;
    }
    #access_block .row_wrap .column_wrap iframe{
        height: 250px;
    }
}
@media screen and (max-width: 400px) {
    #access_block{
        margin-bottom: 0;
    }
    .area_wrap p{
        font-size: 16px;
        line-height: 2.6;
    }
    .area_wrap a{
        font-size: 12px;
    }
}
