@charset "UTF-8";

.wrapper{
	padding-top:112px;
}

@media screen and (max-width:1280px) {
.wrapper{
	padding-top:80px;
}

}
.select-hero-inner{
	max-width:96%;
	margin:0 auto;
	padding:40px 0;
}
@media screen and (max-width:768px) {
  .select-hero-inner {
    max-width: 90%;
    padding-top: 20px;
  }
}
.select-hero{
  background-image: url("../images/select/social-themes/column-hero-back.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.goals-begins .select-hero{
  background-image: url("../images/select/goals-begins/column-hero-back.png");
}
.goals-society .select-hero{
  background-image: url("../images/select/goals-society/column-hero-back.png");
}

.goals-weave .select-hero{
  background-image: url("../images/select/goals-weave/column-hero-back.png");
}
.select-hero-flex{
	display:flex;
	padding:0 0;
	max-width:1280px;
	margin:0 auto;
}
@media screen and (max-width:768px) {
  .select-hero-flex {
    display: block;
  }
}

.select-hero-contents-inner{
	display:flex;
  margin-top: 102px;
	align-items: flex-start;
}
@media screen and (max-width:768px) {
  .select-hero-contents-inner {
    display: block;
		margin-top:40px;
  }
}
@media screen and (max-width:768px) {
  .select-title-area{
    padding-bottom:30px;
  }
  .select-title{
    font-size: 3rem;
  }
}
.select-title-lead{
	font-size:4.8rem;
	font-weight:500;
	margin-bottom:24px;
}

@media screen and (max-width:768px) {
	.select-title-lead{
			font-size:2.8rem;
	}
}

.select-title-sub{
		font-size:1.8rem;
    margin-bottom: 146px;
}

@media screen and (max-width: 768px) {
	.select-title-sub{
    
		font-size:1.4rem;
    margin-bottom: 0;
	}
}
.select-section-bar{
  display: flex;
  justify-content: flex-end;
  background-color: #C30D18;
}
.select-section-bar-img{
  width: 167px;
  padding: 20px;
}

/************main************/
.select-main{
    margin: 0;
    background-color: #FCF5F5;
    display: flex;
    justify-content: center;
    padding: 60px 0 200px 0;
}

@media screen and (max-width: 768px) {
	.select-main{
		    padding:30px 0;
	}
}
.select-main-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    _max-width: 1360px;
		width: min(96%, 1360px);
}
@media screen and (max-width: 768px) {
	.select-main-wrapper{
    width: 94%;
	}
}
.select-layout{
  display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.select-layout{
    display: block;
	}
  .select-layout-sidebar{
      padding-bottom: 20px;
			display:none;
  }
}
.select-layout-sidebar {
  margin-right: 20px;
  position: sticky;
  top: 120px;
  align-self: flex-start;
}
.select-sidebar-inner {
  width:300px;
  color: #111111;

}

@media screen and (max-width:1280px) {
  .select-sidebar-inner {
    width: 23.44vw;;
  }
}
@media screen and (max-width: 768px) {
  .select-sidebar-inner{
    width: 100%;
  }
}

.select-sidebar-header {
  display: flex;
  justify-content: space-between;
  padding: 0 0 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
}
.select-sidebar-header p {
    margin: 5px 0;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	font-weight:500;
}
.select-sidebar-header p:first-child{
    font-size: 2rem;
}
.select-sidebar-nav ul {
  flex: 1;
  padding: 0;
  margin: 0;
}

.select-sidebar-nav ul li{
	margin-bottom:8px;
}
.select-sidebar-nav li a {
  color: #111111;
  text-decoration: none;
  display: list-item;
  list-style: disc;
  list-style-position: inside;
	width: 100%;
	padding: 6px 0; 
	font-size: 1.6rem;
	font-weight: 400;
	position:relative;
	padding-left:3px;
}
.select-sidebar-nav li a::marker {
  color: #C30D18;
}
.select-sidebar-nav li a:hover {
  background-color: #E9C5C5B2;
	border-radius: 6px;
}
.select-layout-content {
	width: 996px;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .select-layout-content{
    width: 100%;
    margin-left: 0;
  }
}
.select-content-title-area {
  display: flex;
  justify-content: space-between;
  
  align-items: flex-end;
  margin-bottom: 48px;
}

@media screen and (max-width:768px) {
  .select-content-title-area{
    display: block; 
  }
}

.select-content-icon-box {
  display: flex; 
  justify-content: flex-end;
  gap: 10px;
}

@media screen and (max-width:768px) {
  .select-content-icon-box{
    justify-content: center;
  }
}
.select-content-icon-box img {
  width: 80px;
  height: auto;
}
.select-content-title-box{
  width: 100%;
  margin-right: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DEDEDE;
}
@media screen and (max-width:768px) {
  .select-content-title-box{
    margin-right:0;
    margin-bottom: 48px;
  }
}
.select-content-main-title {
  font-size: 4rem; 
	font-weight: 500;
}
@media screen and (max-width:768px) {
  .select-content-main-title{
    font-size: 2.4rem;
  }
  .select-content-sub-title{
    font-size: 1.6rem;
  }
}
.select-content-feature-box{
  padding: 40px 40px 80px 40px;
}

@media screen and (max-width: 1280px) {
	.select-content-feature-box {
	  padding: 40px 30px 40px 30px;
	}
}
@media screen and (max-width: 768px) {
	.select-content-feature-box{
	  padding: 40px 20px 40px 20px;
		
	}
}

.select-content-feature-card-wrapper {
  display: flex;
	gap: 20px;
	margin-bottom: 60px;
	flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
	.select-content-feature-card-wrapper {
		  display: block;

			padding-bottom: 40px;
	}
}
.select-content-feature-card {
    width: calc((100% - 40px) / 3);
					margin-bottom:40px;
}
@media screen and (max-width: 768px) {
  .select-content-feature-card{
    width: 100%;
  }
  .select-content-feature-card h3 {
    padding-bottom: 10px;
  }
}

.select-content-feature-card img {
  width: 100%;
	max-width:400px;
  height: auto;
  display: block;
	border-radius: 10px;
	margin:0 auto 10px auto;
}
@media screen and (max-width: 1280px) {
.select-content-feature-card img {

}
}
@media screen and (max-width: 768px) {
	.select-content-feature-card img { 
	  max-width:none;
	}
}
@media screen and (max-width: 1280px) {
.select-content-feature figure {
}
}
@media screen and (max-width: 768px) {
  .select-content-feature-card figure {
    padding-bottom: 10px;
  }
}
.select-content-feature-card-title {
  font-size: 2.4rem;
	font-weight: 500;
	padding-top:20px;

	padding-bottom: 20px;
}
.select-content-feature-effect {
  background-color: #FCF5F5;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .select-content-feature-effect {
    padding: 20px;
  }
}
.select-content-feature-effect-title {
  position: relative;
  margin: 0 0 20px 0;
  font-size: 2.4rem;
  padding-left: 15px; 
}
.select-content-feature-effect-title::before {
  content: "";              
  position: absolute;
  left: 0;
  top: 20%;             
  height: 50%;
  border-left: 4px solid #E60012;
}
.select-content-feature-effect-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .select-content-feature-effect-wrapper {
    display: block;
    padding-bottom: 20px;

  }
}
.select-content-feature-effect-card {
  background: white;
  align-items: center;
  border: 1px solid #DEDEDE;
}
@media screen and (max-width: 768px) {
  .select-content-feature-effect-card{
    margin-bottom: 20px;
  }
}
.select-content-feature-effect-card-contents{
	padding: 40px;    
}
@media screen and (max-width: 768px) {
  .select-content-feature-effect-card-contents{
    padding: 30px 20px;
  }
}
.select-content-feature-effect-card-main{
  display:flex;
  gap:40px;
  align-items:center;
}
@media screen and (max-width: 1280px) {
  .select-content-feature-effect-card-main{
    display:block;
  }
}

.select-content-feature-effect-card-image{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink:0;
  margin-bottom:0;
}

@media screen and (max-width: 1280px) {
  .select-content-feature-effect-card-image{
     margin-bottom: 20px;
  }
}
.select-content-feature-effect-card-image p{
 margin-right: 20px;
 font-size: 2.4rem;
 color: #E60012;
	line-height:1;
}
.select-content-feature-effect-card-image img{
  width: 64px;
  height: auto;
}
.select-content-feature-effect-card-li{
  display: flex;
  align-items: center;
	text-align: left; 
  padding-bottom: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.select-content-feature-effect-card-list{
  flex:1;
}
.select-content-feature-effect-card-li:last-child{
  padding-bottom: 0;
}
.select-content-feature-effect-card-check {
	width: 10px;
  height: 20px;
  border: solid #E60012;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-top: -5px; 
  margin-left: 5px;
  margin-right:20px;
}

.select-content-step{
  padding: 0 40px 80px 40px;
}
@media screen and (max-width: 768px) {
  .select-content-step{
    padding: 40px 20px 40px 20px;
  }
}	




.select-content-step-card {
  display: flex;
  gap: 30px;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .select-content-step-card {
      flex-direction: column;
  }
}	
.select-content-step-card::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 50px;
  bottom: 0;
  border-left: 1px dashed #C30D18;
}
@media (max-width: 768px) {
  .select-content-step-card::after {
    display: none;
  }
}
.select-content-step-card:last-child {
  padding-bottom: 0;
}
.select-content-step-card:last-child::after {
  display: none;
}
.select-content-step-number {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border: 1px solid #C30D18;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C30D18;
	font-size: 2.0rem;
  font-weight: 600;
	line-height:1;
}

@media (max-width: 768px) {
  .select-content-step-number {
    margin: 0 auto;
  }
}
.select-content-step-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select-content-step-title-icon-box{
  width: 64px;
}

@media (max-width: 1280px) {
  .select-content-step-title-icon-box {
    width: 48px;
  }
}
@media (max-width: 768px) {
  .select-content-step-title-icon-box {
    width: 64px;
  }
}
.select-content-step-title-icon-img{
  width: 100%;
  display: block
}
.select-content-step-content-title{
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .select-content-step-content-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .select-content-step-content-title {
    font-size: 2rem;
  }
}

.select-content-step-content-text{
  font-size: 1.6rem;
}

.select-content-step-image-box {
	max-width:400px;
  flex-shrink: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
.select-content-step-image-box {
	max-width:100%;
}
}
@media (max-width: 1200px) {
.select-content-step-image-box {
  flex-shrink: 1;
}
}
@media (max-width: 768px) {
  .select-content-step-image {
    max-width: 100%;
    flex-shrink: 0;
  }
}
.select-content-step-image img {

	width:100%;
  display: block;
}
@media (max-width: 768px) {
	.select-content-step-image img {

		width:100%;
	  display: block;
	}
}

.select-footer-bar{
  height: 24px;
  background-color: #C30D18;
}

