@charset "UTF-8";
/*
 * index.css
 *
 */


/*==================================
          title Font Style
===================================*/

.page_ttl {
	padding:60px 0 37px;
	background-image:url(../img/flow.png);
	background-position:0% 85%;
	background-repeat:no-repeat;
	background-size:100% auto;
  box-shadow: 1px 6px 11px;
 
}
.page_ttl::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 55%, #088424 76%);
}

.sectionLv0 {
    margin-top:84px;
    position: relative;
    width:100%;
}
.sectionLv0 h2 {
	position:relative;
	font-size:1.7vw;
	font-weight:bold;
	color:#fff;
	line-height:3em;
	text-align: left;
}
.ttl_en {
	margin:0 0 20px;
    font-size: 3vw;
    color: #FFFFFF;
    letter-spacing: 15px;
    vertical-align: middle;
    font-weight: bolder;
	border-bottom:#fff solid 2px;
}

@media screen and (max-width: 600px) {

.page_ttl {
	padding:5vw 0 20px;
	
	
}
.sectionLv0 h2 {
padding:0px;
}
.ttl_en {
    letter-spacing: 2vw;
	font-size: 5vw;

}
.sectionLv0 h2 {
	font-size:3vw;
}
}


/*==================================
          Font Style End
===================================*/
.sectionLv01{
	margin-top:50px;
  position: relative;
	width:1100px;
	margin-bottom:80px;
}
.sectionLv01 h3{
	color:black;
}
.sectionLv01 h2{
	text-align:center;
	margin-bottom:9%;
	color:#000000;
}
.sectionLv01 p{
	text-align:left;
}
/*==================================
          sitemap
===================================*/
.sitemap_disp_level_1{
	margin-top:50px;

}
#sitemap_list li{
	text-align:left;
	padding:10px 0px 10px;
	font-size:18px;
}
#sitemap_list li a{
	text-decoration:none;
}
#sitemap_list li a:hover{
	text-decoration:underline;
}
#sitemap_list li:before{
    left: 0;
    margin: 10px;
	margin-left:10px;
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    font-weight: 900;
    position: relative;
    color: #9eb4db;
}
/*==================================
          Title-font
===================================*/

.t-title{
	background:#0066FF;
	font-size: 1.5em;/* ?t?H???g?T?C?Y */
	font-weight: bold;/* ?t?H???g???? */   
	padding-top: .4em;
	padding-bottom: .4em;
	border-bottom: solid 4px #0000CC;/* ?? */
	padding:8px 180px;
	/*mask-image: radial-gradient(circle at 79% 1025%, transparent 87% 68%, black 88%);*/
	box-shadow: 1px 6px 11px;
	

}
.font-big{	
	font-size:50px;
	color:#FFFFFF;
	letter-spacing:20px;
    vertical-align:  middle;
	font-weight: bolder;
} 
.font {
	color:#000000;
    vertical-align:  middle;            /* ?????? */
	font-weight: bolder;                /* ?O????]???w?? */
	font-size:22px;
}
/*==================================
		  Workflow start
===================================*/

.section-flow {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Hiragino Kaku Gothic ProN", "���C���I", sans-serif;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.section-flow h3 {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
  color: #2c3e50;
}

.step {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
  align-items: flex-start;
}

.step-icon {
  min-width: 48px;
  min-height: 48px;
  background-color:#088424;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 8px;
  filter: invert(31%) sepia(99%) saturate(396%) hue-rotate(83deg) brightness(92%) contrast(87%);
}


.step-content {
  flex: 1;
}

.step-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #088424;
}

.step-title i {
  color:#088424;
  margin-right: 8px;
}

.step-note {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.step-docs {
  margin-top: 8px;
  padding-left: 1em;
}

.step-docs li {
  list-style: none;
  margin: 5px 0;
}

.step-docs strong {
    display: inline-block;
    width: 20px;
    font-weight: bold;
    color: #ffffff;
    border: 0px solid;
    border-radius: 50px;
    background: orangered;
    text-align: center;
}


.step-caution {
  color: #c0392b;
  font-size: 14px;
  margin-top: 10px;
}
.step-arrow {
  text-align: center;
  font-size: 20px;
  color:#088424; /* 緑色 */
  margin: -10px 0 20px;
}
/*===================================
		  Workflow end
===================================*/

/*==================================
          About Flow start
===================================*/

.section-flow {
  background-color: #f3f9f5;
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  font-family: 'Noto Sans JP', sans-serif;
  color: #2f3b2f;
}

.section-flow h3 {
  font-size: 1.8rem;
  color: #2e593e;
  border-left: 8px solid #66bb6a;
  padding-left: 14px;
  margin-bottom: 28px;
  background: #eaf6ed;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 6px;
}

.about-flow-title > h2:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    text-align: center;
    margin: 0 auto 40px;
}

.about-flow-note {
  font-size: 1rem;
  color: #5a6b5d;
  margin-bottom: 20px;
}

.about-flow-content {
  background-color: #ffffff;
  border: 1px solid #cde5d3;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 28px;
}

/* ◆ マーク */
.about-flow-content > .step-docs {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}

.about-flow-content > .step-docs li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 1.05rem;
  line-height: 1.8;
  font-weight: 700;
}

.about-flow-content > .step-docs li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #388e3c;
  font-size: 1rem;
  line-height: 1.6;
}

/* 入居後注意事項 ▲ マーク */
.about-flow-content-note .step-docs {
  list-style: none;
  padding-left: 0;
  margin-top: 16px;
}

.about-flow-content-note .step-docs li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 1.05rem;
  line-height: 1.8;
}

.about-flow-content-note .step-docs li::before {
  content: "▲";
  position: absolute;
  left: 0;
  color: #e65100;
  font-size: 1rem;
  line-height: 1.6;
}

.about-flow-content-main {
  background-color: #e6f5ea;
  padding: 16px 20px;
  border-left: 6px solid #66bb6a;
  border-radius: 6px;
  font-size: 1rem;
  color: #2c3d2f;
  margin-bottom: 24px;
}

.about-flow-content-note {
  background-color: #fff8e1;
  padding: 16px 20px;
  border-left: 6px solid #fbc02d;
  border-radius: 6px;
  color: #5d4037;
  font-size: 1rem;
}

.note-title p {
  font-weight: bold;
  margin-bottom: 12px;
  color: #8d6e63;
}

.step-docs span {
  color: #d84315;
  font-weight: bold;
}

.step-docs li p {
  position: relative;
  padding-left: 60px;
  margin-top: 6px;
  color: #333;
  font-size: 0.98rem;
  line-height: 1.6;
  text-align: left;
}

.step-docs li p::before {
  content: "➡";
  position: absolute;
  left: 40px;
  top: 0;
  color: #d32f2f; /* 赤色 */
  font-size: 1rem;
}
.about-flow-title h2::before, .about-flow-title h2::after {
    content: '';
    width: 70px;
    height: 3px;
    background-color: #088424;
    margin-right: 20px;
}

.about-flow-title h2::before, .about-flow-title h2::after {
    content: '';
    width: 70px;
    height: 3px;
    background-color: #088424;
    margin-left: 20px;
}
/*==================================
          About Flow end
===================================*/
