@charset "UTF-8";
/* :rootのCSS変数の宣言 */
:root {
  --clr--blue: #2b70ad;
  --clr--blue-l: #009de6;
  --clr--blue-l2: #b9d0e4;
  --clr--blue-l3: #dff2fc;
  --clr--red: #ed4134;
  --clr--tet: #20c5f8;
  --clr--gray: #8a8a8a;
  --fontfami-z:  "Zen Kaku Gothic New", sans-serif;
  --fontfami-o: "Overpass", sans-serif;

}

.txt-ulset{     background: linear-gradient(transparent 90%, #fff100 0%);}
.txrc-twt{ color: var(--clr--tet);}
.txrc-you{ color: var(--clr--red);}
.txrc-insta{    background: linear-gradient(45deg, #ff5549, #b700ff, #008cff);
  -webkit-background-clip: text;
  color: transparent; ;}
.pcdis {display:block;}@media (max-width: 768px){.pcdis {display: none !important;;}}
.pcdis2 {display:fixed;}@media (max-width: 768px){.pcdis {display:none;}}
.spdis {display: none !important;}@media (max-width: 768px){.spdis {display: block !important;; }}
a:link, a:visited, a:hover, a:active { text-decoration: none;}

.w100{width: 100%;  }

/*
* フェイスウィンについて：achievement
*/
.achievement .abo01__lead__blue {
  margin-top: 4rem;
  color: var(--clr--blue);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}


.achievement .abo01__lead__sub {
  margin-top: 2rem;
  color: var(--clr--gray);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}


.achievement .abo01__lead {
  margin-top: 4rem;
  color: #231815;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}





.achievement .abo01__box {
  margin-top: 0rem;
  padding-right: 9%;
  padding-left: 9%;
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-size: 100px;
  background-repeat:repeat;
  background-position: 50% 50%;
}

.achievement .abo01__box:nth-of-type(1) {
  margin-top: 5rem;
  padding-top: 8rem;
  background-image: url(assets/images/ach01-bg-img01.png);
}
.achievement .abo01__box:nth-of-type(3) {
  margin-top: 0rem;
  padding-top: 8rem;
  background-image: url(assets/images/ach03-bg-img01.png);
}
.achievement .abo01__box:nth-of-type(5) {
  margin-top: 0rem;
  padding-top: 8rem;
  background-image: url(assets/images/ach05-bg-img01.png);
}

.achievement .abo01__txtbox {
  /* position: relative;
  padding-left: 7rem; */
  text-align: center;

}


.achievement .abo01__ttl {
  color: var(--clr--blue);
  font-weight: 600;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  padding: 10px 0;
  border: 3px solid var(--clr--blue);
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
}

.achievement .abo01__ttl__img {
  width: 300px;
  text-align: center;
  margin: 0.5rem auto;
}





.achievement .abo01__sttl {
  margin-top: 0.5rem;
  color: #231815;
  font-weight: 500;
  font-size: 1.6rem;
}

.achievement .abo01__img {
  margin-top: 3rem;
}
.achievement .abo01__btn {
  position: relative;
  margin-top: 1.5rem;
  margin-top: 2rem;
  color: #2b70af;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Overpass", sans-serif;
  transition: all 0.3s linear;
}
.achievement .abo01__btn:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.achievement .abo01__btn:after {
  display: block;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 12.3rem;
  height: 4.2rem;
  background-image: url(assets/images/btn_arrow_bl.svg);
  background-position: 0 100%;
  background-repeat: no-repeat;
  content: "";
}


.achievement .abo01__txtbox__itemset {
  width: 100%;
  text-align: center;
  margin: 2.5rem auto;
  /* max-width: 1040px;
  display: block; */
}


.boderset {
  margin-right: calc((100% - 1040px) / 3);
    margin-left: calc((100% - 1040px) / 3);
    padding-bottom: 6rem;
  padding-right: 9%;
  padding-left: 9%;
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-size: 100px;
  background-repeat: repeat;
  background-position: 50% 50%;
  border-bottom: solid 3px #d9dada;
  position: relative;
  padding: 0.4em 0;
}
.boderset:after {
  position: absolute;
  content: '';
  display: block;
  border-bottom: solid 3px var(--clr--blue);
  bottom: -2px;
  width: 5%;
}
@media (max-width: 768px){
  .boderset {
    margin-right: 5%;
    margin-left: 5%;
}
}

@media only screen and (min-width: 768px){
  .achievement .abo01__ttl {
    color: var(--clr--blue);
    font-weight: 600;
    font-size: 2rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: center;
    padding: 10px 0;
    border: 3px solid var(--clr--blue);
    width: 460px;
    margin: 0 auto;
    background-color: #fff;
  }
}


.achievement .abo01__txt {
  margin: 2rem auto;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  width: 100%;
  max-width: 1040px;
}
@media (max-width: 768px){
  .achievement .abo01__txt {
    margin: 2rem auto 3rem;
    font-size: 1.4rem;
    line-height: 1.75;
  } 
}








.p-ach02 {
  margin-right: 2rem;
  margin-left: 2rem;
}
.p-ach02__outline {
  margin-top: 5.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e9f0f7;
}
.p-ach02__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-ach02__list:after {
  display: block;
  width: calc(33.3333333333% - 2.6rem);
  content: "";
}
.p-ach02__item {
  width: 100%;
  margin-top: 3rem;
  background-color: #f4f5f5;
  padding: 2rem 0;
}
/* .p-ach02__item:nth-of-type(1) {
  margin-top: 0;
} */
.p-ach02__item a {
  display: block;
  color: #231815;
  font-weight: 400;
  transition: all 0.3s linear;
}
/* .p-ach02__item a:hover img {
  padding: 0.5rem;
  border: 1px solid #fff;
  background-color: #2b70af;
}
.p-ach02__item a:hover .p-ach02__ttl,
.p-ach02__item a:hover .p-ach02__txt {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
} */
.p-ach02__img {
  display: block;
  width: 77%;
  margin: auto;
  padding: 0.5rem;
  border: 1px solid #2b70af;
  background-color: #fff;
  transition: all 0.3s linear;
}
.p-ach02__ttl {
  margin-top: 1rem;
  color: #2b70af;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  transition: all 0.3s linear;
}
.p-ach02__txt {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.4;
  transition: all 0.3s linear;
  text-align: center;
}
.p-ach02__btn{
  display: block;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 80%;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border: 2px solid var(--clr--blue-l);
  background: var(--clr--blue-l);
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
}
@media only screen and (min-width: 768px){
  .p-ach02{
    margin-right: calc((100% - 840px -35px) / 2);
    /* middle-size */
    margin-left: calc((100% - 840px - 35px) / 2);
    margin-top:6rem ;
  }
  .p-ach02__outline{
    margin-top: 7rem;
    padding-top: 0;
    padding-bottom: 0;

    /* middle-size min 1080px +80 */
    background-color: #fff;
  }
  .p-ach02__list{
    /* middle-size */
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .p-ach02__item{
    width: calc(50% - 2.6rem);
    margin-top: 4rem;
    text-align: center;
    padding: 2rem 0;
  }
  .p-ach02__item:nth-of-type(1), .p-ach02__item:nth-of-type(2), .p-ach02__item:nth-of-type(3){
    margin-top: 0;
  }
  .p-ach02__img{
    /* middle-size */
    width: 35rem;
  }
  .p-ach02__ttl{
    font-size: 3rem;
    font-family: "Overpass", sans-serif;
    line-height: 1;
  }
  .p-ach02__txt{
    font-size: 1.4rem;
    margin:  0rem auto 0.75rem;
  }
.p-ach02__btn{
    font-size: 1.3rem;
    vertical-align: middle;
    width: 60%;
    margin: auto;
    padding: 1rem 4rem;
    transition: 0.5s;
  }
}

/*  */



.achievement .container {
  display: flex;
  flex-direction: column;
  width: calc(100% - 0%);
  margin: 0 auto;
  border: 1px solid var(--clr--blue);
  background-color: #fff;
  border-radius: 20px;
  }
  .achievement .container.set1 ,.achievement .container.set3, .achievement .container.set5,.achievement .set5 .box.item{

  }





  .achievement .box {
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    border: 4px solid var(--clr--blue-l2);
    text-align: center;
    padding: 1.5rem 0 1.3rem;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
  }
  .achievement .box.item {
    width: 100%;
    background-color: transparent;
    margin-bottom: 10px;
    border: 0px solid var(--clr--blue-l2);
    text-align: justify;
    padding: 1.5rem 0 1.3rem;
    font-size: 13px;
    line-height: 1.7;
    font-weight: 400;
    margin: 0 30px 0;
  }


  .achievement .box.item .tit{
  color: var(--clr--blue);
  font-size: 16px;
  border-bottom: 2px solid var(--clr--blue);
  margin: 1.5rem auto 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  text-align: center;
  }
  .achievement .box.item .tit span{
    font-size: 13px;
  }
  
  .box.item .p-ach02__btn{
  width: 60%;
  margin-top: 1rem;
  padding: 0.5rem 2rem;
  }
  @media (max-width: 768px){
  .achievement .box.item {
    margin: 0 auto;
    width: 80%;
    font-size: 12px;
  }  
  .achievement .box.item img{
    width: 90%;
    margin: 1rem auto;
    display: block;
  }


}
  
  
  
  .achievement .box a{
    color: #231815;
  text-decoration: none;  
  }
  
  .achievement .box .p-ach02__btn a{
    color: #ffffff;
  }
  
  @media screen and (min-width: 768px) {
    .achievement .container {
      flex-direction: row;
      width: 1040px;
      margin: 2rem auto;
 
    }
    .achievement .container.box2 {
      flex-direction: row;
      /* width: calc(100% - 600px); */
      width: 690px;
      margin: 0 auto;
    }
  

    .achievement .container.set1 {
      padding: 0px 370px;
    }  
  .achievement .container.set3 {
      padding: 0px 100px;
    }
    .achievement .container.set5 {
      padding: 0px 20px;
    }
    .achievement .set5 .box.item{
      margin: 0 10px 0; 
    }



  
    .achievement .box {
      width: calc(33.33% - 10px);
      margin: 30px 20px 0;
    }
  
    .achievement .box2 {
      width: calc(50% - 10px);
      margin: 30px 20px 0;
    }
  
  }
    /* .achievement .box:last-child {
      margin-right: 0;
    } */
  

.achievement .container.no_border {
      border: 0px solid var(--clr--blue);
      background-color: transparent;
      width: 1000px;
}
.achievement .abo01__info {
  margin: 2rem auto -3.5rem;
  padding: 0.7rem 0;
  color: #fff;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
background-color: var(--clr--blue);
width: 160px;
border-radius: 6px;
letter-spacing: 1rem;
z-index: 1;
position: relative;
}
.achievement .abo01__info.set {
  margin: 2rem auto -1.5rem;  
}

.achievement  .border_set {
  margin: 0 auto;
  border: 1px solid var(--clr--blue);
  background-color: #fff;
  border-radius: 20px;
  width: 1040px;
}
@media (max-width: 768px){
      .achievement .container.no_border {
        width: 100%;
}
.achievement .abo01__info {
  margin: 1.5rem auto -1.5rem;
  font-size: 1.2rem;
}

.achievement  .border_set {
  width: 100%;
}

}




/*  */












/*
* 事業内容：service
*/

.service .link-box{
margin: 0 auto;  
width: 1040px;
border: 4px solid var(--clr--blue);
padding: 12px;
}
.service .link-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.link-box .item {
  width: calc(20% - 10px);
  text-align: center;
  background-color: var(--clr--blue-l3);
  padding: 20px 5px 10px;
  font-weight: 600; 
  position: relative;
}




.link-box .item:after {
  content: "↓";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  color: var(--clr--blue);
  /* border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg); */
}

.link-box .item.two {
  padding: 10px 5px;
}
.link-box .item a{
color: #000;
}

@media screen and (max-width: 768px) {
.link-box  .item {
    width: calc(50% - 10px);
  }
  .link-box .item, .link-box .item.two {
    padding: 16px 5px;
}
}



.service .abo01__lead__blue {
  margin: 4rem 0 8rem;
  color: var(--clr--blue);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}


.service .abo01__lead__sub {
  margin-top: 2rem;
  color: var(--clr--gray);
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}

.service .abo01__lead {
  margin-top: 4rem;
  color: #231815;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
.service .abo01__lead__txt1 {
  margin-top: 2rem;
  color: var(--clr--blue);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
.service .abo01__lead__txt2 {
  margin-top: 2rem;
  color: var(--clr--gray);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}

.service .abo01__info {
  margin: 3rem auto 0rem;
  padding: 1rem 0;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
background-color: var(--clr--blue);
width: 280px;
border-radius: 6px;
letter-spacing: 1rem;
}




.service .abo01__ttl__img {
  width: 1042px;
  text-align: center;
  margin: 1em auto 4rem;
  display: block;
}
@media (max-width: 768px){
  .service .abo01__ttl__img {
    width: 70%;
  }
}


.service .abo01__box {
  margin-top: 0rem;
  padding-right: 9%;
  padding-left: 9%;
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-size: 100px;
  background-repeat:repeat;
  background-position: 50% 50%;
}

.service .abo01__box:nth-of-type(3) {
  margin-top: 5rem;
  padding-top: 8rem;
  /* background-image: url(assets/images/ach01-bg-img01.png); */
  background-color: #fff8e8;
}
.service .abo01__box:nth-of-type(5) {
  margin-top: 0rem;
  padding-top: 8rem;
  background-color: #fff8e8;
}
.service .abo01__box:nth-of-type(7) {
  margin-top: 0rem;
  padding-top: 8rem;
  margin-bottom: 6rem;
  background-color: #fff8e8;
}



.service .abo01__txt {
  text-align: center;
}


.service .abo01__txtbox {
  /* position: relative;
  padding-left: 7rem; */
  text-align: center;
}


.service .abo01__ttl {
  color: #333333;
  font-weight: 600;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  padding: 15px 0;
  border: 3px solid var(--clr--blue);
  width: 340px;
  margin: 0 auto;
  background-color: #fff;
  letter-spacing: 1px;
}






.service .abo01__sttl {
  margin-top: 0.5rem;
  color: #231815;
  font-weight: 500;
  font-size: 1.6rem;
}
.service .abo01__txt {
  margin-top: 2rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  /* width: 100%;
  max-width: 1040px;
  display: block; */
}
.service .abo01__img {
  margin-top: 3rem;
}
.service .abo01__btn {
  position: relative;
  margin-top: 1.5rem;
  margin-top: 2rem;
  color: #2b70af;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Overpass", sans-serif;
  transition: all 0.3s linear;
}
.service .abo01__btn:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.service .abo01__btn:after {
  display: block;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 12.3rem;
  height: 4.2rem;
  background-image: url(assets/images/btn_arrow_bl.svg);
  background-position: 0 100%;
  background-repeat: no-repeat;
  content: "";
}


.service .abo01__txtbox__itemset {
  width: 100%;
  text-align: center;
  margin: 2.5rem auto 1rem;
  /* max-width: 1040px;
  display: block; */
}

.service .abo01__txtbox__itemset0 {
  width: 100%;
  text-align: center;
  margin: 0rem auto;
  /* max-width: 1040px;
  display: block; */
}


.service .abo01__txtbox__itemset2 {
  width: 55%;
  text-align: center;
  margin: 2rem auto;
  display: block;
  /* max-width: 1040px;
  display: block; */
}

.service .abo01__txtbox__itemset3 {
  width: 75%;
  text-align: center;
  margin: 2rem auto;
  display: block;
  /* max-width: 1040px;
  display: block; */
}


.service .container {
display: flex;
flex-direction: column;
width: calc(100% - 6%);
margin: 0 3%;
}
.service .box {
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
  border: 4px solid var(--clr--blue-l2);
  text-align: center;
  padding: 1.5rem 0 1.3rem;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}
.service .box.item {
  width: 100%;
  background-color: transparent;
  margin-bottom: 10px;
  border: 0px solid var(--clr--blue-l2);
  text-align: justify;
  padding: 1.5rem 0 1.3rem;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 30px 0;
}
.service .box.item .tit{
color: var(--clr--blue);
font-size: 16px;
border-bottom: 2px solid var(--clr--blue);
margin: 1.5rem auto 0.5rem;
padding-bottom: 0.5rem;
font-weight: 600;
text-align: center;
}
.service .box.item .tit span{
  font-size: 13px;
}

.box.item .p-ach02__btn{
width: 60%;
margin-top: 1rem;
padding: 0.5rem 2rem;
}
@media (max-width: 768px){
.service .box.item {
  margin: 0 0px 0;
}  
}



.service .box a{
  color: #231815;
text-decoration: none;  
}

.service .box .p-ach02__btn a{
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .service .container {
    flex-direction: row;
    /* width: calc(100% - 300px); */
    width: 990px;
    margin: 0 auto;
  }
  .service .container.box2 {
    flex-direction: row;
    /* width: calc(100% - 600px); */
    width: 690px;
    margin: 0 auto;
  }


  .service .box {
    width: calc(33.33% - 10px);
    margin: 30px 20px 0;
  }

  .service .box2 {
    width: calc(50% - 10px);
    margin: 30px 20px 0;
  }


  /* .service .box:last-child {
    margin-right: 0;
  } */
}



/* index-add */
.p-idx01:before{
  top: 0;
  left: -1rem;
  width: 12.9rem;
  height: 12.7rem;
  background-image: none;
}
.p-idx01:after {
  top: 4.5rem;
  right: 0.01rem;
  width: 12.9rem;
  height: 12.7rem;
  background-image: none;
}


/* page-mission */

.mission .mis01__txt02 {
  margin-top: 0rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  color: #231815;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.25;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.mission .mis01__txt02.top {
  margin-top: 4rem;
}

@media only screen and (min-width: 1120px){
.mission .mis01__txt02 {
    margin-top: 3rem;
    text-align: center;
    margin-top: 4rem; 
}
.mission .mis01__txt02.top {
  margin-top: 4rem;
}
}




/* menu */
.drawer-hamburger{
  width: 3rem; 
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 22rem;
}

.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: 22rem;
  height: 100%;
  color: #222;
  background-color: #ffffffe3;
}
.drawer--right .drawer-nav {
  right: -22rem;
}

.drawer--right .drawer-hamburger{
  /* opacity: 0;  */
  z-index: 3;
    position: absolute;
    top: 17px;
  }
  
  .drawer-brand {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.75rem;
    display: block;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    text-decoration: none;
    color:var(--clr--blue);
    padding-bottom: 1.3rem;
    margin-top: 25px;
  }
  
  .drawer-menu-item {
    font-size: 2rem;
    display: block;
    padding: 1.7rem 0.75rem;
    text-decoration: none;
    color:var(--clr--blue);
    font-weight: 600;
  }
  .drawer-menu-item.sub {
    font-size: 1.4rem;
    display: block;
    font-weight: 500;
    padding: 0.75rem 0rem 0.75rem 1.5rem;
  }

.drawer-open .drawer-hamburger-icon:after , .drawer-open .drawer-hamburger-icon:before {
  background-color: var(--clr--blue);
}

.p-header__list {
    margin-right: 6rem;
    margin-bottom: 15px;
    margin-top: 15px;
}

@media (max-width: 1078px){
.drawer--right .drawer-hamburger{
/* position: initial; */
top: 8px;
}  
}