@charset "UTF-8";


/* header-series
----------------------------------------*/
.header-series{
  padding: 1.875em 5% calc(1.875em + 170px);
  background: url(../vietnam_it/bg-maintitle-leaf.jpg) no-repeat center;
  background-size: cover;
}
.header-series> .inner{
  max-width: 1060px;
  margin: 0 auto;
}
.header-series-title{
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 767px){
}


/* contents
----------------------------------------*/
.contents{
  margin-top: -170px;
}
.contents > .inner{
  padding: 5em 5%;
  background: #fff;
}

@media screen and (max-width: 767px){
  .contents > .inner{
    padding: 2em 5%;
  }
}


/* title
----------------------------------------*/
.title-shoulder{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.3em;
}
.title-shoulder .number{
  display: inline-block;
  margin-right: 1.25em;
  padding: 0.3em 2em;
  background: #00238c;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  border-radius: 0.25em;
}
.title-shoulder .company{
  display: inline-block;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
}
.title-main{
  position: relative;
  margin-bottom: 1.1em;
  padding-bottom: 0.7em;
  border-bottom: solid 2px #00238c;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.title-main::before{
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 10%;
  height: 2px;
  background: #00bbe6;
  content: "";
}

@media screen and (max-width: 767px){
  .title-shoulder{
    margin-bottom: 0.8em;
  }
  .title-shoulder .number{
    margin: 0 0 0.8em 0;
    font-size: 1.5rem;
  }
  .title-shoulder .company{
    width: 100%;
    font-size: 1.8rem;
  }
  .title-main{
    margin-bottom: 0.8em;
    font-size: 2.8rem;
  }
}


/* section
----------------------------------------*/
.section::before,
.section::after{
	content: "";
	display: block;
	clear: both;
}
.section{
  max-width: 900px;
  margin: 4em auto 0;
}
.section:first-of-type{
  margin: 0 auto;
}
.section-heading{
  position: relative;
  margin-bottom: 1.3em;
  padding-bottom: 1em;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.section-heading::before{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 5px;
  background: #00bbe6;
  content: "";
}
.section > p{
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
.section > p:last-of-type{
  margin-bottom: 0;
}
.section > p.question{
  color: #00238c;
  font-weight: 700;
}

@media screen and (max-width: 767px){
  .section{
    margin: 3em auto 0;
  }
  .section-heading{
    padding-bottom: 0.8em;
    font-size: 2.4rem;
  }
  .section > p{
    font-size: 1.5rem;
  }
}


/* lead
----------------------------------------*/
.lead p{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 767px){
  .lead p{
    font-size: 1.5rem;
  }
}


/* photo
----------------------------------------*/
.photo{
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.125em;
}
.photo-image{
  width: 44.44444444444444%;
}
.photo-caption{
  display: flex;
  align-items: center;
  width: 55.55555555555556%;
  padding: 1em 2.5em;
  background: linear-gradient(90deg,#00238c,#0036d9);
}
.photo-caption p{
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.photo-caption .name{
  font-size: 150%;
}
.photo02{
  width: 44.44444444444444%;
}
.photo02-left{
  float: left;
  margin: 0.5em 2.5em 2em 0;
}
.photo02-right{
  float: right;
  margin: 0.5em 0 2em 2.5em;
}
.photo02-caption{
  margin-top: 1em;
  font-size: 1.4rem;
  line-height: 1.6;
}
.photo02-caption .name{
  font-size: 130%;
}
.photo-center{
  max-width: 800px;
  margin: 3.125em auto 0;
}

@media screen and (max-width: 767px){
  .photo{
    margin-top: 2em;
  }
  .photo-image{
    width: 100%;
  }
  .photo-caption{
    width: 100%;
    padding: 1em;
  }
  .photo-caption p{
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .photo02{
    width: 80%;
  }
  .photo02-left,
  .photo02-right{
    float: none;
    margin: 1.5em  auto;
  }
  .photo02-caption{
    font-size: 1.3rem;
  }
  .photo-center{
    margin: 2em auto 0;
  }
}


/* figure
----------------------------------------*/
.figure-center{
  margin: 3.125em auto;
}
.figure-center-title{
  margin-bottom: 0.3em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.figure-center-caption{
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  line-height: 1.5;
}
.figure-center-click{
  margin-top: 0.5em;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px){
  .figure-center{
    margin: 2em auto;
  }
  .figure-center-title{
    font-size: 1.7rem;
  }
  .figure-center-caption{
    font-size: 1.4rem;
  }
	.figure-center-click{
	  font-size: 1.2rem;
	}
}


/* column
----------------------------------------*/
.column{
  margin: 3em auto 0;
  padding: 2.5em;
  background-color: #f5f5f5;
}
.column > .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column-heading{
  position: relative;
  margin-bottom: 1.25em;
  padding: 0.3em 0 0.3em 0.8em;
  border-left: solid 5px #00bbe6;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.column-text{
  width: 51.21951219512195%;
}
.column-text p{
  font-size: 1.6rem;
  line-height: 2; 
}
.column-image{
  width: 42.68292682926829%;
}
.column-caption{
  margin-top: 1em;
  font-size: 1.4rem;
  line-height: 1.8;
}
.column-caption span{
  font-size: 130%;
}

@media screen and (max-width: 767px){
  .column{
    margin: 1.5em auto 0;
    padding: 1.5em;
  }
  .column-text{
    width: 100%;
  }
  .column-heading{
    font-size: 2.0rem;
  }
  .column p{
    font-size: 1.5rem;
  }
  .column-image{
    width: 100%;
    margin-top: 1em;
  }
}


/* readmore
----------------------------------------*/
.readmore{
  max-width: 700px;
  margin: 4.375em auto 0;
}
.readmore-btn a{
  position: relative;
  display: block;
  padding: 1em 1.25em;
  background: #00238c;
  color: #fff;
  font-feature-settings: "palt";
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-decoration: none;
  transition: 0.5s;
}
.readmore-btn a::before{
  position: absolute;
  top: calc(50% - 5px);
  right: 1.25em;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 4px solid #00bbe6;
  border-bottom: 4px solid #00bbe6;
  transform: rotate(-45deg);
  transition: 0.5s;
}
.readmore-btn a:hover{
  opacity: 0.8;
}
.readmore-btn a:hover::before{
  right: 1em;
  transition: 0.5s;
}
.readmore-btn a small{
  display: block;
  margin-bottom: 0.3em;
  font-size: 80%;
}

@media screen and (max-width: 767px){
  .readmore{
    margin: 2em auto 0;
  }
  .readmore-btn a{
    padding: 1em 1.5em 1em 0.8em;
    font-size: 2.0rem;
  }
  .readmore-btn a::before {
    top: calc(50% - 6px);
    right: 0.8em;
    width: 8px;
    height: 8px;
  }
}


/* note_text
----------------------------------------*/
#note_text{
  margin-top: 1em;
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 767px){
  #note_text-note{
    margin-top: 0.5em;
    font-size: 1.3rem;
  }
}


/* aside
----------------------------------------*/
.aside{
  padding: 3.125em 5%;
  background: rgba(209,223,255,0.5);
}
.aside > .inner{
  max-width: 900px;
  margin: 0 auto;
}
.aside-heading{
  position: relative;
  margin-bottom: 1.25em;
  padding-bottom: 0.8em;
  border-bottom: solid 2px #00238c;
  font-size: 2.4rem;
  font-weight: 700;
}
.aside-heading::before{
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 10%;
  height: 2px;
  background: #00bbe6;
  content: "";
}
.aside-list li{
  position: relative;
  padding-left: 25px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.aside-list li::before{
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid #00bbe6;
  border-bottom: 2px solid #00bbe6;
  transform: rotate(-45deg);
}
.aside-list li + li{
  margin-top: 1.25em;
}
.aside-list li a{
  font-size: 88%;
}
.aside-list li a:hover{
  text-decoration: none;
}
.aside-list + .aside-heading{
  margin-top: 1.5em;
}

@media screen and (max-width: 767px){
  .aside{
    padding: 2em 5%;
  }
  .aside-heading{
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 2.0rem;
  }
  .aside-list li{
    padding-left: 15px;
    font-size: 1.6rem;
  }
  .aside-list li::before {
    top: 7px;
    width: 7px;
    height: 7px;
  }
}


/* pagenation
----------------------------------------*/
.pagenation{
  padding: 2.5em 5%;
  background: #fff;
}
.pagenation-list{
  display: flex;
  justify-content: center;
}
.pagenation-list li{
  margin: 0 0.4em;
}
.pagenation-list-current,
.pagenation-list-link{
  width: 50px;
  height: 50px;
  border: solid 2px #00238c;
  line-height: 50px;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
.pagenation-list-current{
  background: #00238c;
  color: #fff;
}
.pagenation-list-link a{
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #00238c;
  text-decoration: none;
  transition: 0.5s;
}
.pagenation-list-link a:hover{
  background: #00238c;
  color: #fff;
}

@media screen and (max-width: 767px){
  .pagenation{
    padding: 1.5em 5%;
  }
  .pagenation-list-current,
  .pagenation-list-link{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2.0rem;
  }
}


/* side-back
----------------------------------------*/
.side-back{
  position: fixed;
  top: 250px;
  left: 0;
  width: 40px;
  z-index: 100;
}

@media screen and (max-width: 767px){
  .side-back{
    top: 180px;
    width: 30px;
  }
}


/* footer-back
----------------------------------------*/
.footer-back{
  padding: 3.125em 5%;
  background: url(../vietnam_it/bg-footer-back.jpg) no-repeat center;
  background-size: cover;
}
.footer-back > .inner{
  max-width: 600px;
  margin: 0 auto;
}
.footer-back-title{
  color: #fff;
  font-feature-settings: "palt";
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}
.footer-back-title span{
  display: inline-block;
  margin-left: 0.4em;
  font-size: 155%;
}
.footer-back-title span small{
  font-size: 65%;
}
.footer-back-btn{
  max-width: 500px;
  margin: 1.25em auto 0;
}
.footer-back-btn a{
  position: relative;
  display: block;
  padding: 1.1em 1.25em 1em;
  background: #fff;
  border: solid 4px #00238c;
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
  color: #00238c;
  font-feature-settings: "palt";
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-align: center;
  transition: 0.5s;
}
.footer-back-btn a::before{
  position: absolute;
  top: calc(50% - 6px);
  right: 1.25em;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 4px solid #00bbe6;
  border-bottom: 4px solid #00bbe6;
  transform: rotate(-45deg);
  transition: 0.5s;
}
.footer-back-btn a:hover{
  opacity: 0.8;
}
.footer-back-btn a:hover::before{
  right: 1em;
  transition: 0.5s;
}

@media screen and (max-width: 767px){
  .footer-back{
    padding: 2em 5%;
  }
  .footer-back-title{
    font-size: 1.6rem;
  }
  .footer-back-title span{
    margin: 0.5em 0 0;
  }
  .footer-back-btn{
    margin: 1em auto 0;
  }
  .footer-back-btn a{
    width: 90%;
    margin: 0 auto;
    padding: 1em;
    font-size: 2.0rem;
  }
  .footer-back-btn a::before {
    top: calc(50% - 6px);
    right: 1em;
    width: 8px;
    height: 8px;
  }
}

/*-------20260115追加　2名ver-------*/
.photo-caption2{
  display:block;
  align-items: center;
  width: 55.55555555555556%;
  padding: 1em 2.5em;
  background: linear-gradient(90deg,#00238c,#0036d9);
}
.photo-caption2 p{
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8; 
}
.photo-caption2 p:first-child{
  margin-bottom: 1em;		
}	
.photo-caption2 .name{
  font-size: 150%;
}
	
@media screen and (max-width: 1150px){
.photo-caption2 p{
	font-size: 1.32vw;	
}		
}	
@media screen and (max-width: 767px){
  .photo-caption2{
    width: 100%;
    padding: 1em;
	  
	display:flex;
	align-items: center;  
  }
  .photo-caption2 p{
    font-size: 1.5rem;
    line-height: 1.6;
	margin: 0 2em;
  }	
}
@media screen and (max-width: 670px){
  .photo-caption2 p{
  font-size: 2.1vw;	
  }				
}	