@charset "utf-8";
/* common */
h2.section-ttl {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #0a2454;
  text-align: center;
  margin: 60px auto 40px;
  padding: 20px 0;
}

h2.section-ttl::before,
h2.section-ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 120px;
  height: 1px;
  background: #ccc;
  transform: translateX(-50%);
}

h2.section-ttl::before {
  top: 0;
}

h2.section-ttl::after {
  bottom: 0;
}

h3.section-ttl {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #0a2454;
  position: relative;
  margin-bottom: 2em;
}
h3.section-ttl::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #c1ea4e;
    margin: 10px auto 0;
  border-radius: 2px;
}

h4.section-ttl {
  font-size: 24px;
  font-weight: 600;
  color: #0a2454;
  background: #f3f6f9;
  padding: 15px 15px 15px 20px;
  border-left: 4px solid #c1ea4e;
  margin: 1em 0;
}

h5.section-ttl::before {
  content: "●";
  color: #c1ea4e;
  margin-right: 0.4em;
}

h5.section-ttl {
  font-size: 24px;
  font-weight: 600;
  color: #0a2454;
  display: flex;
  align-items: center;
  margin: 1.8em 0 0.2em;
}


.check-list ul {
  background-color: #f5f5f5;
  padding: 30px 40px;
  border-radius: 10px;
}

ul.check-list.bk-none {
    background-color: #fff;
}

ul.bk-none {
    background-color: #fff;
}



/*リスト01*/
ul.list01 li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 0.7em;
  line-height: 1.8;
}

ul.list01 li::before {
  content: "●";
  position: absolute;
  left: 0.4em;
  color: #c1ea4e;
  font-weight: bold;
}

ul.list01 {
  background-color: #fffeee;
  padding: 60px 40px;
  border-radius: 10px;
}
ul.list01 li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 0.7em;
  line-height: 1.8;
}


/*チェックリスト01*/
ul.check-list01 li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 0.7em;
  line-height: 1.8;
}

ul.check-list01 li::before {
  content: "✔";
  position: absolute;
  left: 0.4em;
  color: #c1ea4e;
  font-weight: bold;
}

ul.check-list01 {
  padding: 60px 40px;
  border-radius: 10px;
}
ul.check-list01 li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 0.7em;
  line-height: 1.8;
}


/*チェックリスト02*/
ul.check-list02 li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 0.7em;
  line-height: 1.8;
}

ul.check-list02 li::before {
  content: "✔";
  position: absolute;
  left: 0.4em;
  color: #ffca00;
  font-weight: bold;
}

ul.check-list02 {
  background-color: #fffeee;
  padding: 60px 40px;
  border-radius: 10px;
}
ul.check-list02 li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 0.7em;
  line-height: 1.8;
}


/*チェックリスト03*/
ul.check-list03 li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 0.7em;
  line-height: 1.8;
}

ul.check-list03 li::before {
  content: "✔";
  position: absolute;
  left: 0.4em;
  color: #ffca00;
  font-weight: bold;
}

ul.check-list03 {
  border-radius: 10px;
}
ul.check-list03 li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 0.7em;
  line-height: 1.8;
}

.cc2{
column-count: 2!important;
}

@media screen and (max-width: 768px) {
h2.section-ttl {
  font-size: 26px;
  padding: 10px 0;
}	
h4.section-ttl {
  font-size: 17px;
  padding: 10px 5px 10px 15px;
}	
	
  #feature h2.section-ttl {
    font-size: 22px;
    padding: 16px 0;
  }
  #feature h2.section-ttl::before,
  #feature h2.section-ttl::after {
    width: 80px;
  }
.check-list ul {
  padding: 20px 15px;
}	

ul.list01 li {
    line-height: 1.5;
}	
ul.list01 {
    padding: 30px 20px 30px 10px;
}
ul.check-list02 {
  padding: 30px 15px;
}
ul.check-list03 li {
  line-height: 1.5;
}
.cc2{
column-count: 1!important;
}	
}

/* CSS Document */

.c-inner {
  max-width: 1300px;
  margin: 0 auto;
}
.c-inner1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.c-inner-pc {
  max-width: 1300px;
  margin: 0 auto;
}
.c-inner-sp {
  display:block;
}

.c-inner-pc1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.c-inner-sp1000 {
  display:block;
}

@media screen and (max-width: 1300px) {
.c-inner {
  margin: 0 15px;
}

.c-inner-pc {
  display:block;
}
.c-inner-sp {
  display:block;
  margin: 0 15px;	
}	
}

@media screen and (max-width: 1000px) {
.c-inner1000{
  margin: 0 15px;
}
.c-inner-pc1000 {
    display:none
}
.c-inner-sp1000 {
  margin: 0 15px;
}	
}


/* 新卒・中卒採用ページ（id: #recruit-jhs） */
#recruit-jhs {
  background-color: #ffffff;
  padding: 60px 0;
  font-size: 20px;
  line-height: 1.8;
  color: #333;
}

#recruit-jhs .section-ttl {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  color: #0a2454;
}


#recruit-jhs .flow-step {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #f5f5f5;
  border-radius: 12px;
  padding: 55px 60px;
  margin-bottom: 85px;
  position: relative;
  flex-wrap: wrap;
}

#recruit-jhs .flow-step::after {
    content: "";
    position: absolute;
	bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-image: url(http://test-fukujin-houjin.kiddotest2.xyz/wp-content/themes/fukujin-houjin/img/common/flow-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#recruit-jhs .flow-num {
	background-color: #fff;
    color: #0a2454;
	font-family: serif;
    font-weight: bold;
    font-size: 40px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

#recruit-jhs .flow-num::after {
  content: "";
  position: absolute;
  top: 0;
  right: -35px;
  height: 100%;
  width: 1px;
  background-color: #ccc;
}

#recruit-jhs .flow-content {
  flex: 1;
  min-width: 200px;
    padding-left: 65px;
}

#recruit-jhs .flow-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0a2454;
  border-bottom: solid 2px #0a2454;	
}

#recruit-jhs ul {
  margin: 0;
  font-size: 20px;
  padding: 5px 0 0 20px;
}

#recruit-jhs ul li{
  margin: 0;
  font-size: 20px;
	padding-left:0;
}

#recruit-jhs ul li::before {
    left: -25px;
}

#recruit-jhs .flow-step:last-of-type::after {
  display: none;
}

#recruit-jhs .flow-summary {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 500;
  color: #444;
}

@media screen and (max-width: 768px) {
	#recruit-jhs .flow-ttl{
		font-size:18px;
	}
	
	#recruit-jhs ul li{
		font-size:16px;
	}
}

@media screen and (max-width: 450px) {
#recruit-jhs .flow-ttl{
	text-align:center;
		font-size:16px;
	}
	
		#recruit-jhs .flow-content ul {
		  padding-left: 1.5em;
		  margin-left: auto;
		  margin-right: auto;
		  max-width: 300px;
		  text-align: left;
		}
	
		#recruit-jhs ul li{
		font-size:16px;
	}
	
  #recruit-jhs .flow-step {
	padding: 25px 20px;  
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
  }

  #recruit-jhs .flow-num {
	  font-size:30px;
	width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
	
	#recruit-jhs .flow-num::after {
 content: none;
  position: absolute;
  top: 0;
  right: -45px;
  height: 100%;
  width: 1px;
  background-color: #ccc;
}
	
	#recruit-jhs .flow-content {
    padding-left: 0;
}

  #recruit-jhs .flow-step::before {
    transform: none;
    position: static;
  }
	
	#recruit-jhs .flow-summary {
  font-size: 16px;
}
}

section.shinsotsu {
    margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
section.shinsotsu {
    margin-bottom: 60px;
}
	
	
	
}



/* #recruit-person */

#recruit-person {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.8;
  padding: 0px 0px 60px 0px;
  color: #222;
}

#recruit-person > section > p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
}

#recruit-person .flex-box {
    display: flex;
    align-items: center;
	gap:8vw;
    margin-bottom: 40px;
}

#recruit-person .flex-box .flex-item{
	width:50%;
}

#recruit-person .flow-item img {
    width: 50%;
}

#recruit-person .lead-text {
  font-size: 24px;
  line-height: 3;
  font-weight: 500;
  color: #0a2454;
}

#recruit-person ul {
    margin: 0 auto 60px;
    padding: 60px 60px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: transparent;
    list-style: disc;
}

#recruit-person ul li {
  margin-bottom: 15px;
  font-size: 20px;
	list-style:disc;
  position: relative;
}

#recruit-feature {
  padding: 3em 1em;
}

#recruit-person .recruit-person-feature .feature-box {
  position: relative;
  background: linear-gradient(135deg, #fff 80%, #c1ea4e1f 70%);
  border: 1px solid #ddd;
  margin: 2em 0;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}


#recruit-person .recruit-person-feature .feature-box .border-box{
	    position: relative;
    border: dotted 2px #737373;
    padding: 60px;
	line-height:2;
}

#recruit-person .recruit-person-feature .feature-box::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background: #c1ea4e;
    clip-path: polygon(0 0, 100% 0, 0 20%);
}

#recruit-person .recruit-person-feature .feature-title {
  font-size: 24px;
  color: #f7941d;
  font-weight: bold;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
}


@media screen and (max-width: 1000px) {	
	#recruit-person .lead-text {
	 font-size: 20px;
	}
}	
	
@media screen and (max-width: 768px) {	
  #recruit-person .flex-box {
    display: block;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
  }
	
	#recruit-person .lead-text {
	 font-size: 20px;
	}
	
		#recruit-person .flex-box .flex-item {
		width: 90%;
		margin:0 auto 20px;
	}
	
	#recruit-person .flex-box .flex-item img {
	border-radius: 20px;
	}

  #recruit-person .flow-item {
    width: 100%;
  }

  #recruit-person .flow-item h3 {
    text-align: center;
  }

  #recruit-person ul {
    padding:20px 20px 20px 40px;
   font-size:16px;	  
  }
  #recruit-person ul li {
   font-size:16px;	  
  }	
	#recruit-person .recruit-person-feature .feature-title {
    font-size: 20px;
	}
	
	#recruit-person .recruit-person-feature p{
		font-size:16px;
	}

#recruit-person .recruit-person-feature .feature-box .border-box{
    padding: 30px 20px;
}	
	#recruit-person .recruit-person-feature .feature-box::before {
		clip-path: polygon(0 0, 100% 0, 0 18%);
	}
}

@media screen and (max-width: 450px) {	
	#recruit-person .recruit-person-feature .feature-box::before {
    clip-path: polygon(0 0, 100% 0, 0 10%);
}
}

/* feature */
#feature h3.section-ttl {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    color: #0a2454;
    position: relative;
    margin-bottom: 25px;
}

#feature .flex-box:nth-of-type(1) .flex-text > h3.section-ttl,
#feature .flex-box:nth-of-type(4) .flex-text > h3.section-ttl{
margin-top:-25px;
}

#feature .flex-box:nth-of-type(2) .flex-text > h3.section-ttl,
#feature .flex-box:nth-of-type(3) .flex-text > h3.section-ttl{
    margin-top:-40px;
}

#feature h3.section-ttl::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #c1ea4e;
    margin: 10px auto 0;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#feature .flex-box:nth-of-type(odd) {
  background: #f8faff;
}

#feature .flex-box:nth-of-type(even) {
  background: #ffffff;
}


#feature .flex-box{
   display:flex;
	justify-content:space-between;
  margin-bottom: 60px;
  padding: 40px 30px;
  border-radius: 16px;
	align-items: center;
}

#feature .flex-box:nth-of-type(even){
	background: #ffffff;
	flex-direction:row-reverse;
}

#feature .flex-box:nth-of-type(odd) {
  background: #f8faff;
}

#feature .flex-img{
 width:48%;
}

#feature .flex-img img{
    width: 100%;
    object-fit: contain;
    display: block;
	border-radius:20px;
}

#feature .flex-text{
	width:48%;
}

#feature .flex-text .feature-number-wrap {
    height: 25%;
    text-align: center;
}

#feature .flex-text .feature-number-wrap .feature-number{
    font-size: 80px;
    font-family: "garamond-premier-pro-display", serif;
	    background: linear-gradient(90deg, #2a4073, #8491c3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#feature > p:nth-of-type(1),
#feature > p:nth-of-type(2){
	text-align:center;
	margin:20px 0;
}

#feature .btn {
  display: inline-block;
  background: #0a2454;
  color: #fff;
  padding: 0.8em 2em;
  font-size: 16px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease;
}

#feature .btn:hover {
  background: #1f3875;
}
	
@media screen and (max-width: 1024px) {

	
  #feature .flex-box {
    flex-direction: column !important;
    gap: 0px;
  }

	#feature .flex-img{
    width: 65%;
	min-width: 330px;
	margin: auto;
  }
	
	#feature .flex-text{
    width: 90%;
	margin: auto;
  }
	
	
	#feature .flex-img img {
    border-radius: 20px;
	}

  #feature .flex-text .feature-number-wrap .feature-number {
    font-size: 60px;
  }

  #feature .flex-text,
  #feature .flex-img {
    text-align: center;
  }

  #feature .flex-text ul {
    text-align: left;
    padding-left: 1.5em;
  }
}

@media screen and (max-width: 450px) {	
#feature h3.section-ttl {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #0a2454;
    position: relative;
    margin-bottom: 25px;
	margin-top:-20px;
}
}

/* attempt */
#attempt .box{
	max-width: 95%;
    margin: 0 auto 60px;
}

#attempt .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
    margin: 0 auto 60px;
width:95%;
}

#attempt .flex-box:nth-of-type(even) {
  background-color: #f8faff;
}

#attempt .fourth-box{
	align-items:normal;
}

#attempt .flex-box .flex-img{
  width: calc(40% - 15px);
  box-sizing: border-box;
}

#attempt .flex-box .flex-text {
  width: calc(60% - 15px);
  box-sizing: border-box;
}

#attempt .flex-box .flex-img img,
#attempt .flex-item img{
	width:100%;
	border-radius:20px;
}

#attempt .flex-btn{
	display:flex;
	justify-content:space-evenly;
}

#attempt .btn {
  display: inline-block;
  background: #0a2454;
  color: #fff;
  margin-top: 15px;
  padding: 0.8em 4em;
  font-size: 16px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease;
}

#attempt .btn:hover {
  background: #1f3875;
}

#attempt h3.section-ttl {
  margin-top: 120px;
  font-size: 34px;
  text-align: center;
  position: relative;
}

#attempt h3.section-ttl::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #c1ea4e;
  margin: 10px auto 0;
  border-radius: 2px;
}

@media screen and (max-width: 1000px) {
	#attempt .bgi-wrapper:nth-of-type(even){
	background:#f8faff;
}
	#attempt .fourth-box div.bgi-wrapper{
	width:100vw;
	margin-left: calc(-50vw + 50%);
}
	
	#attempt .bgi-wrapper{
    padding: 30px 0;
}
		
  #attempt .box {
	margin:0 auto 60px;
	width: 100%;
  }
	
  #attempt .flex-box {
    flex-direction: column;
    gap: 0;
	  margin-bottom:0;
  }

  #attempt .flex-box .flex-img,
  #attempt .flex-box .flex-text {
    width: 90%;
    margin: 0;
  }
		
#attempt .flex-btn{
	display:block;
}

  #attempt .btn {
    display: block;
    text-align: center;
    margin: 15px auto 0;
    width: 80%;
    max-width: 300px;
  }

  #attempt .fourth-box {
    flex-direction: column;
  }
	
	#attempt .flex-item{
		width:90%;
		margin:auto;
	}

  #attempt h3.section-ttl {
	 margin-top: 40px;
    font-size: 22px;
  }

  #attempt h2.section-ttl {
    font-size: 26px;
    text-align: center;
    margin-top: 60px;
  }
}

/* #philosophy */
#philosophy .c-inner{
padding: 0 25px;
}

#philosophy .sp{
	display:none;
}

#philosophy .flex-box {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    border-radius: 16px;
    align-items: center;
	    margin-bottom: 10px;
}

#philosophy .flex-box .flex-text {
	width:48%;
}

#philosophy .flex-box .flex-img {
	width:48%;
}

#philosophy .catch{
	text-align:center;
}

#philosophy span{
	font-size:50px;
	font-weight: bold;
}

#philosophy .catch-text {
  color: #13294B; 
}

#philosophy .catch-symbol {
  color: #ffa5a5;
}

#philosophy h4.section-ttl {
    margin-top: 80px;
}

#philosophy .philosophy-box {
    position: relative;
    background: #eff6da;
    border: 10px solid #0a2454;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 2em 3em;
    margin: 40px auto 2em auto;
    line-height: 2.5;	
	width:95%;
}

#philosophy .ribbon-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 34px;
  color: #0a2454;
  margin-bottom: 1rem;
}

#philosophy .ribbon-title::before,
#philosophy .ribbon-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ccc;
  margin: 0 12px;
}

#philosophy ul li{
	list-style:disc;
	margin-left:25px;
}

.philosophy-box ol li {
    list-style: disc;
}
#philosophy ol li::marker {
    color: #0a2784;
}


@media screen and (max-width: 1024px) {
#philosophy .flex-box {
        flex-direction: column !important;
        gap: 20px;
    }

	#philosophy span{
	font-size:36px;
	}

	
#philosophy .flex-box .flex-text,
#philosophy .flex-box .flex-item {
		text-align:center;
	}
	
#philosophy .flex-box .flex-text  {
        width: 90%;
        margin: auto;
    }
	
#philosophy .flex-box .flex-img {
        width: 65%;
        min-width: 330px;
        margin: auto;
    }
	
	
	    #philosophy .philosophy-box {
        padding: 2.5em 1em;
		width: 95%;
    }

    #philosophy .philosophy-box h5 {
        font-size: 1.1em;
		letter-spacing:2px;
    }

	#philosophy ol{
		padding-left:20px;
}
    #philosophy ol li,
    #philosophy ul li {
        font-size: 16px;
		line-height: 1.6;
        padding-bottom: 10px;
    }
}


@media screen and (max-width: 768px) {	
	#philosophy .catch{
		font-size:24px;
	}
	
	#philosophy h5.section-ttl {
	margin-top:50px;
}
}

@media screen and (max-width: 600px) {	
	#philosophy span{
	font-size:24px;
	}
}	


a.link-btn {
    font-size: 15px;
    color: #fff;
    background: #fe993a;
    padding: 5px 20px;
	border-radius:6px
}
@media screen and (max-width: 768px) {	
a.link-btn {
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 6px;
  display: inline-block;
}	
}


.gyoumu-come {
    margin: 50px 0px;
    text-align: center;
    color: #c31717;
}


