/* ***********************************************************
*   トップページ
* *********************************************************** */

/* ***********************************************************
*   main_visual_sec
* *********************************************************** */


.main_visual_sec .inner{
  /*
  max-width: 1440px;
  margin: 0 auto;
  */
  position: relative;
}

.vr_btn{
  z-index: 9;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 140px;
  bottom: 0;
}

.vr_btn_main{
  position: absolute;
  right: 0;
  width: 250px;
}

.vr_btn_main_bg{
  position: absolute;
  z-index: 8;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 140px;
  background-image: url(../img/cmn/vr_btn_bg.jpg);
  background-size: cover;
  mix-blend-mode: multiply;
}

.vr_btn_fix{
  position: fixed;
  right: 140px;
  width: 225px;
}

.vr_btn_fix_bg{
  position: fixed;
  z-index: 8;
  bottom: 0;
  right: 140px;
  width: 225px;
  height: 140px;
  background-image: url(../img/cmn/vr_btn_bg.jpg);
  background-size: cover;
  mix-blend-mode: multiply;
}

.vr_btn a:hover{
  opacity: .7;
}

.vr_btn p{
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  margin-top: 5px;
}

.vr_img{
  width: 65px;
}

.close_btn_wrap{
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 10px 5px 5px;
  cursor: auto;
}

.close_btn{
  width: 25px;
  height: 25px;
  background-image: url(../img/cmn/close.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 3;
  transition: .3s;
}

.close_btn:hover{
  opacity: .7;
}


@media all and (max-width: 500px) {
  .vr_btn{
    width: 135px;
    height: 70px;
    justify-content: center;
  }
  .vr_btn p{
    font-size: 1rem;
    line-height: 1.4em;
    margin-top: 3px;
  }
  .vr_img{
    width: 35px;
  }
  .close_btn_wrap{
    padding: 6px 10px 0 0;
  }
  .close_btn{
    width: 17px;
    height: 17px;
  }
  .vr_btn_fix{
    bottom: 0;
    right: 70px;
  }
  .vr_btn_main_bg,
  .vr_btn_fix_bg{
    width: 135px;
    height: 70px;
  }
  .vr_btn_fix_bg{
    right: 70px;
  }
}

.scroll_top_btn,
.scroll_top_btn_bg,
.vr_btn_fix,
.vr_btn_fix_bg{
  opacity: 0;
  transition: opacity 1s;
}

.scroll .scroll_top_btn,
.scroll .scroll_top_btn_bg,
.scroll .vr_btn_fix,
.scroll .vr_btn_fix_bg{
  opacity: 1;
}

/* ***********************************************************
*   top_about_1_sec
* *********************************************************** */

.top_about_1_sec{
  padding: 40px 0 0;
}

.top_about_1_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
}

.top_about_1_sec h1{
  font-size: 2.7rem;
  line-height: 1.8em;
  text-align: center;
}

.top_about_1_sec p{
  font-size: 2rem;
  line-height: 1.8em;
  text-align: center;
  margin-top: 20px;
}

.top_about_1_sec img{
  margin-top: 40px;
}

@media all and (max-width: 1024px) {
  .top_about_1_sec .inner{
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 1023px) {
  .top_about_1_sec p{
    font-size: 1.8rem;
  }
}

@media all and (max-width: 500px) {
  .top_about_1_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .top_about_1_sec h1{
    font-size: 2.4rem;
  }
  .top_about_1_sec p{
    font-size: 2rem;
  }
  .top_about_1_sec img{
    margin-top: 20px;
  }
}

@media all and (max-width: 374px) {
  .top_about_1_sec h1{
    font-size: 2.3rem;
  }
  .top_about_1_sec p{
    font-size: 1.8rem;
  }
}


/* ***********************************************************
*   top_about_2_sec
* *********************************************************** */

.top_about_2_sec{
  padding-top: 120px;
  color: #fff;
}

.top_about_2_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.top_about_2_sec .inner:before{
  content: "";
  position: absolute;
  z-index: 3;
  transform: translate(52%,-65%);
  top: 100%;
  right: 0;
  width: 301px;
  height: 301px;
  background-image: url(../img/top/top_about_2_sec_before.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.top_about_2_sec .inner:after{
  content: "";
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1E428D;
}

.top_about_2_sec_img{
  width: 49%;
  background-image: url(../img/top/top_about_2_sec.jpg);
  background-size: cover;
  background-position: center;
}

.top_about_2_sec_text{
  width: 51%;
}

.top_about_2_sec_text_inner{
  padding: 55px 0 50px 50px;
}

.top_about_2_sec_text h2{
  font-size: 2.8rem;
}

.top_about_2_sec_text p{
  font-size: 1.6rem;
  margin-top: 35px;
  line-height: 2.1em;
}

.top_about_2_sec_text a{
  display: block;
  font-size: 1.5rem;
  color: #fff;
  width: 270px;
  background-image: url(../img/top/top_about_2_sec_a.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 3px;
  z-index: 1!important;
  margin-top: 25px;
}

.top_about_2_sec_text a:hover{
  opacity: 1!important;
  transform: translate(15px,0);
}

/* ***********************************************************
*   top_about_3_sec
* *********************************************************** */

.top_about_3_sec{
  padding-top: 225px;
}

.top_about_3_sec .inner:after{
  left: inherit;
  right: 0;
  background-color: #1165E3;
}

.top_about_3_sec .inner:before{
  transform: translate(-35%,-35%);
  top: 0;
  right: inherit;
  left: 0;
  background-image: url(../img/top/top_about_3_sec_before.png);
}

.top_about_3_sec .top_about_2_sec_text_inner{
  padding: 130px 0 50px 0;
}

.top_about_3_sec .top_about_2_sec_text h2{
  font-size: 1.8rem;
}

.top_about_3_sec .top_about_2_sec_img{
  background-image: url(../img/top/top_about_3_sec.jpg);
}


@media all and (max-width: 1024px) {
  .top_about_2_sec .inner{
    max-width: inherit;
  }
  .top_about_2_sec .top_about_2_sec_text_inner{
    padding: 55px 40px 50px 40px;
  }
  .top_about_2_sec .inner:before{
    transform: translate(0,-65%);
    right: 40px;
    width: 200px;
    height: 200px;
  }
  .top_about_3_sec .inner:before{
    transform: translate(0,-75%);
    right: inherit;
    left: 40px;
  }
}

@media all and (max-width: 1023px) {
  .top_about_3_sec {
    padding-top: 0;
  }
  .top_about_2_sec_img{
    display: none;
  }
  .top_about_2_sec_text{
    width: 100%;
    background-image: url(../img/top/top_about_2_sec_sp.jpg);
    background-size: cover;
    background-position: center;
  }
  .top_about_3_sec .top_about_2_sec_text{
    background-image: url(../img/top/top_about_3_sec_sp.jpg);
  }
  .top_about_2_sec .top_about_2_sec_text h2{
    font-size: 3.4rem;
  }
  .top_about_2_sec_text p{
    font-size: 2.4rem;
  }
  .top_about_2_sec_text a{
    font-size: 2.4rem;
    width: 400px;
  }
  .top_about_2_sec .inner:before{
    display: none;
  }
}

@media all and (max-width: 500px) {
  .top_about_2_sec {
    padding-top: 40px;
  }
  .top_about_3_sec {
    padding-top: 0;
  }
  .top_about_2_sec .top_about_2_sec_text_inner{
    padding: 40px 20px;
  }
  .top_about_2_sec .top_about_2_sec_text h2{
    font-size: 2.4rem;
  }
  .top_about_2_sec_text p{
    font-size: 3.7vw;
    margin-top: 20px;
  }
  .top_about_2_sec_text a{
    font-size: 1.5rem;
    width: 240px;
  }
}


/* ***********************************************************
*   top_about_4_sec
* *********************************************************** */

.top_about_4_sec{
  padding: 140px 0 190px;
}

.top_about_4_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
}

.top_about_4_sec p{
  font-size: 2rem;
  text-align: center;
  padding: 0 20px;
}

.top_about_4_sec_banner{
  display: block;
  margin-top: 30px;
}

.top_about_4_sec_point{
  margin-top: 50px;
}

.top_about_4_sec_point_circle{
  max-width: 770px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_about_4_sec_point_circle li{
  width: 130px;
  height: 130px;
  border-radius: 50%;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.top_about_4_sec_point_circle li:nth-child(odd){
  background: #172442;
}

.top_about_4_sec_point_circle li:nth-child(even){
  background: #a89783;
}

.top_about_4_sec_point_list{
  margin: 50px auto 0;
}

.top_about_4_sec_point_list_title{
  font-size: 1.5rem;
  text-align: center;
  margin-top: 40px;
  border-bottom: 1px solid #a89783;
}

.top_about_4_sec_point_list_title:first-of-type{
  margin-top: 0;
}

.top_about_4_sec_point_list_title span{
  display: inline-block;
  color: #a89783;
  border-bottom: 8px solid #a89783;
}

.top_about_4_sec_point_list h3{
  font-size: 2rem;
  display: block;
  text-align: center;
  color: #a89783;
  margin-top: 20px;
}

.top_about_4_sec_point_list_lead{
  font-size: 1.6rem;
  display: block;
  text-align: center;
  line-height: 1.56;
  margin-top: 25px;
}

.top_about_4_sec_point_box{
  width: 100%;
  background: #172442;
  margin-top: 80px;
  padding: 40px 20px;
  box-sizing: border-box;
}

.top_about_4_sec_point_box p{
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  display: block;
  text-align: center;
}

@media all and (max-width: 1024px) {
  .top_about_4_sec .inner{
    max-width: inherit;
  }
}

@media all and (max-width: 768px) {
  .top_about_4_sec_point_circle{
    max-width: 500px;
    justify-content: center;
  }
  .top_about_4_sec_point_circle li{
    margin: 10px 15px;
  }
}

@media all and (max-width: 500px) {
  .top_about_4_sec{
    padding: 60px 0 60px;
  }
  .top_about_4_sec p{
    font-size: 1.6rem;
  }
  .top_about_4_sec_point{
    margin-top: 30px;
  }
  .top_about_4_sec_point_circle li{
    margin: 5px 10px;
    font-size: 1rem;
    width: 100px;
    height: 100px;
  }
  .top_about_4_sec_point_list{
    margin-top: 30px;
  }
}

@media all and (max-width: 374px) {
  .top_about_4_sec p{
    font-size: 1.3rem;
  }
}


/* ***********************************************************
*   top_dx_solution_1_sec
* *********************************************************** */

.top_dx_solution_1_sec{
  padding: 100px 0;
  background-color: #76A3CF;
}

.top_dx_solution_1_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
}

.ttl_1{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ttl_1 h2{
  font-size: 2.9rem;
  letter-spacing: 0.1em;
  padding: 0 25px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
}

.ttl_1 p{
  font-size: 1.4rem;
  color: #fff;
  margin-top: 10px;
}

.top_dx_solution_1_sec_p{
  font-size: 2rem;
  line-height: 1.8em;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}

@media all and (max-width: 500px) {
  .top_dx_solution_1_sec{
    padding: 60px 0;
  }
  .ttl_1 h2{
    font-size: 2.2rem;
    padding: 0 15px;
  }
  .ttl_1 p{
    font-size: 1.4rem;
    color: #fff;
    margin-top: 10px;
  }
  .top_dx_solution_1_sec_p{
    font-size: 1.6rem;
    margin-top: 30px;
  }
}

@media all and (max-width: 374px) {
  .top_dx_solution_1_sec_p{
    font-size: 1.4rem;
  }
}

/* ***********************************************************
*   top_dx_solution_2_sec
* *********************************************************** */

.top_dx_solution_2_sec{
  padding: 110px 0 150px;
  background-image: url(../img/top/top_dx_solution_2_sec_bg.jpg);
  background-size: cover;
  background-position: center;
}

.top_dx_solution_2_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
}

.top_dx_solution_2_sec .ttl_2{
  overflow: hidden;
}

.top_dx_solution_2_sec .ttl_2 h3{
  font-size: 2.6rem;
  display: inline-block;
  position: relative;
  color: #fff;
}

.top_dx_solution_2_sec .ttl_2 h3:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 250px;
  width: 100vw;
  height: 1px;
  background-color: #fff;
}

.top_dx_solution_2_sec_p{
  font-size: 1.7rem;
  color: #fff;
  margin-top: 20px;
}

.top_dx_solution_2_area{
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_dx_solution_2_box{
  display: block;
  width: 30%;
  background-color: #fff;
  border: 1px solid #1E428D;
  padding: 40px 20px 20px;
  text-align: center;
  position: relative;
  margin-top: 65px;
}

.top_dx_solution_2_box_p1{
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.top_dx_solution_2_box h6{
  font-size: 2.3rem;
  line-height: 1.4em;
  color: #1E428D;
  border-bottom: 1px solid #1E428D;
  display: inline;
}

.top_dx_solution_2_box_img{
  width: 100%;
  height: 160px;
  background-image: url(../img/top/top_dx_solution_2_box_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 10px;
}

.top_dx_solution_2_box:nth-child(1) .top_dx_solution_2_box_img{
  background-image: url(../img/top/top_dx_solution_2_box_1-2.png);
}
.top_dx_solution_2_box:nth-child(2) .top_dx_solution_2_box_img{
  background-image: url(../img/top/top_dx_solution_2_box_2-2.png);
}
.top_dx_solution_2_box:nth-child(3) .top_dx_solution_2_box_img{
  background-image: url(../img/top/top_dx_solution_2_box_3.png);
}
.top_dx_solution_2_box:nth-child(4) .top_dx_solution_2_box_img{
  background-image: url(../img/top/top_dx_solution_2_box_4.png);
}
.top_dx_solution_2_box:nth-child(5) .top_dx_solution_2_box_img{
  background-image: url(../img/top/top_dx_solution_2_box_5.png);
}
.top_dx_solution_2_box:nth-child(6) .top_dx_solution_2_box_img{
  background-image: url(../img/top/top_dx_solution_2_box_6.png);
}

.top_dx_solution_2_box_p2{
  font-size: 1.6rem;
  color: #1E428D;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 15px;
  overflow: hidden;
}

.top_dx_solution_2_box_p2:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  width: 20px;
  height: 20px;
  background-color: #1E428D;
  transform: translate(-50%,-50%) rotate(45deg);
}

.top_dx_solution_2_box:nth-child(3){
  padding: 30px 20px 20px;
}

.top_dx_solution_2_box:nth-child(5),
.top_dx_solution_2_box:nth-child(6){
  padding: 20px 20px 30px;
}

.top_dx_solution_2_box:nth-child(5) h6{
  font-size: 2rem;
}
.top_dx_solution_2_box:nth-child(6) h6{
  font-size: 2.1rem;
}
.top_dx_solution_2_box:nth-child(6) .top_dx_solution_2_box_img{
  height: 120px;
}

@media all and (max-width: 1024px) {
  .top_dx_solution_2_sec .inner{
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 1023px) {
  .top_dx_solution_2_box{
    width: 47%;
  }
}

@media all and (max-width: 500px) {
  .top_dx_solution_2_sec{
    padding: 60px 0;
  }
  .top_dx_solution_2_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .top_dx_solution_2_area{
    margin-top: 0;
  }
  .top_dx_solution_2_box{
    width: 90%;
    margin: 35px auto 0;
  }
}

/* ***********************************************************
*   top_information_sec
* *********************************************************** */

.top_information_sec{
  padding: 170px 0 200px;
}

.top_information_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
}

.top_information_sec .ttl_1 h2{
  border-bottom: 1px solid #85A6E3;
  color: #85A6E3;
}

.top_information_sec .ttl_1 p{
  color: #85A6E3;
}

.top_information_sec_p{
  font-size: 2rem;
  text-align: center;
  margin-top: 50px;
}

.top_information_ul{
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.top_information_ul li{
  width: 16.5%;
}

.top_information_ul li p{
  font-size: 1.6rem;
  text-align: center;
  margin-top: 10px;
}

.top_information_btn_area{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.top_information_btn_area a{
  width: 48%;
  font-size: 2.1rem;
  color: #fff;
  background-color: #85A6E3;
  text-align: center;
  padding: 20px 0 16px;
}

.top_information_banner{
  display: block;
  margin-top: 110px;
}

@media all and (max-width: 1024px) {
  .top_information_sec .inner{
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
  .top_information_ul li p{
    font-size: 1.5rem;
  }
}

@media all and (max-width: 1023px) {
  .top_information_ul{
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
  }
  .top_information_ul li{
    padding: 0 20px;
    width: 30%;
    margin-top: 40px;
  }
}

@media all and (max-width: 500px) {
  .top_information_sec{
    padding: 60px 0;
  }
  .top_information_sec .inner{
    padding-left: 10px;
    padding-right: 10px;
  }
  .top_information_ul li{
    padding: 0 10px;
    width: 50%;
    margin-top: 40px;
  }
  .top_information_btn_area{
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 0 10px;
  }
  .top_information_btn_area a{
    width: 100%;
    margin-top: 10px;
  }
  .top_information_banner{
    padding: 0 10px;
    margin-top: 40px;
  }
  
}

/* ***********************************************************
*   top_news_sec
* *********************************************************** */

.top_news_sec{
  padding: 150px 0 120px;
  background-color: #99B5E7;
}

.top_news_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}

.top_news_sec_ttl{
  width: 215px;
  padding-top: 50px;
}

.top_news_sec_ttl p{
  font-size: 1.5rem;
  color: #fff;
}

.top_news_sec_ttl h2{
  font-size: 3.1rem;
  color: #fff;
  margin-top: 10px;
}

.top_news_area{
  width: calc(100% - 215px);
}

.top_news_area ul li a{
  display: flex;
}

.top_news_area ul li a:hover{
  opacity: .7;
}

.top_news_area ul li:nth-child(1){
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}
.top_news_area ul li:nth-child(2){
  padding-top: 60px;
}

.top_news_area_date{
  font-size: 2.2rem;
  width: 200px;
  color: #fff;
}

.top_news_area_p{
  font-size: 1.7rem;
  width: calc(100% - 200px);
  color: #fff;
  line-height: 1.8em;
}

.top_news_area_a{
  display: block;
  width: 163px;
  margin-left: auto;
  margin-top: 45px;
}

.top_news_area_a:hover{
  opacity: 1;
  transform: translate(10px,0);
}

@media all and (max-width: 1024px) {
  .top_news_sec .inner{
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .top_news_sec{
    padding: 60px 0;
  }
  .top_news_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
  }
  .top_news_sec_ttl{
    width: 100%;
    padding-top: 0;
  }
  .top_news_area{
    width: 100%;
  }
  .top_news_area ul li:nth-child(1){
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .top_news_area ul li:nth-child(2){
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .top_news_area ul li a{
    flex-direction: column;
  }
  .top_news_area_date{
    font-size: 1.8rem;
    width: 100%;
  }
  .top_news_area_p{
    width: 100%;
  }
  .top_news_area_a{
    margin-top: 0;
  }
}

/* ***********************************************************
*   DXソリューション
* *********************************************************** */
/* ***********************************************************
*   lower_top_sec
* *********************************************************** */

.lower_top_sec{
  padding: 160px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}

.lower_top_sec h1,
.lower_top_sec h2{
  font-size: 3rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}

.lower_top_sec_2{
  padding: 90px 0 80px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.lower_top_sec_2 .ttl_1 h2{
  font-size: 3.3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.lower_top_sec_2 p{
  font-size: 1.6rem;
  line-height: 1.8em;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  letter-spacing: 0.1em;
}

.lower_top_sec_solution{
  background-image: url(../img/solution/lower_top_bg.jpg);
}

.lower_top_sec_2_solution{
  background-image: url(../img/solution/lower_top_2_bg.jpg);
}

@media all and (max-width: 500px) {
  .lower_top_sec{
    padding: 60px 0;
  }
  .lower_top_sec h1,
  .lower_top_sec h2{
    font-size: 2.2rem;
  }
  .lower_top_sec_2{
    padding: 60px 0;
  }
  .lower_top_sec_2 .ttl_1 h2{
    font-size: 2.2rem;
  }
  .lower_top_sec_2 p{
    font-size: 1.7rem;
    margin-top: 40px;
  }
}

@media all and (max-width: 374px) {
  .lower_top_sec_2 p{
    font-size: 1.36rem;
  }
}

.scroll_area{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scroll_area .inner{
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.scroll_area img{
  position: absolute;
  right: 80px;
  display: block;
  width: 18px;
}

.scroll_area_t img{
  top: 0;
}

.scroll_area_b img{
  bottom: 0;
}

@media all and (max-width: 1280px) {
  .scroll_area img{
    right: 40px;
  }
  
}

@media all and (max-width: 1024px) {
  .scroll_area{
    display: none!important;
  }
}


/* ***********************************************************
*   solution_top_sec
* *********************************************************** */

.solution_top_sec{
  padding: 90px 0 120px;
}

.solution_top_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
}

.solution_top_sec_p{
  font-size: 2.2rem;
  text-align: center;
}

.solution_top_sec .top_dx_solution_2_area{
  margin-top: 40px;
}

.solution_top_sec .top_dx_solution_2_box:nth-child(1),
.solution_top_sec .top_dx_solution_2_box:nth-child(2),
.solution_top_sec .top_dx_solution_2_box:nth-child(3){
  margin-top: 0;
}

@media all and (max-width: 1024px) {
  .solution_top_sec .inner{
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 1023px) {
  .solution_top_sec .top_dx_solution_2_box{
    margin-top: 65px!important;
  }
  .solution_top_sec .top_dx_solution_2_area{
    margin-top: 0;
  }
}
@media all and (max-width: 500px) {
  .solution_top_sec {
    padding: 60px 0;
  }
  .solution_top_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .solution_top_sec_p{
    font-size: 2rem;
  }
  .solution_top_sec .top_dx_solution_2_box{
    width: 90%;
    margin: 35px auto 0!important;
  }
}

@media all and (max-width: 374px) {
  .solution_top_sec_p{
    font-size: 1.7rem;
  }
}

/* ***********************************************************
*   solution_num_sec
* *********************************************************** */

/* ***********************************************************
*   solution_1_sec
* *********************************************************** */

.solution_1_sec{
  padding-bottom: 160px;
}

.solution_num_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
}

.solution_ttl{
  text-align: center;
  border-bottom: 3px solid #1E428D;
}

.solution_ttl h6{
  font-size: 1.5rem;
  color: #fff;
  display: inline-block;
  background-color: #1E428D;
  border-radius: 10px 10px 0 0;
  padding: 5px 12px 0;
}

.solution_about_area{
  max-width: 780px;
  margin: 50px auto 0;
}

.solution_about_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.solution_about_flex_l{
  width: 42%;
}

.solution_about_flex_r{
  width: 50%;
}

.solution_about_flex_r h2{
  font-size: 2.8rem;
  font-weight: 700;
  color: #1E428D;
  text-align: center;
}

.solution_about_flex_r img{
  margin-top: 10px;
}

.solution_about_flex_r p{
  font-size: 1.5rem;
  color: #1E428D;
  text-align: center;
  margin-top: 15px;
}

.solution_about_area_p{
  font-size: 1.7rem;
  text-align: center;
  margin-top: 35px;
  line-height: 1.8em;
}

.attention_box{
  border: 5px solid #97B3E7;
  border-radius: 25px;
  display: flex;
  margin-top: 40px;
}

.attention_box_l{
  width: 200px;
  background-color: #97B3E7;
  border-radius: 10px 0 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.attention_box_l img{
  width: 20px;
}

.attention_box_l h6{
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.attention_box_r{
  width: calc(100% - 200px);
  padding: 30px 25px;
}

.attention_box_r p{
  font-size: 1.6rem;
  color: #97B3E7;
  line-height: 1.8em;
}

.solution_feature_area{
  max-width: 820px;
  margin: 0 auto;
  padding: 70px 0;
  border-top: 1px solid #1E428D;
}

.solution_feature_area_last{
  padding-bottom: 0;
}

.solution_feature_area_top{
  border-top: none;
}

.solution_feature_ttl h3{
  font-size: 2.2rem;
  font-weight: 700;
  color: #1E428D;
  text-align: center;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.solution_feature_ttl h4{
  font-size: 2.8rem;
  font-weight: 700;
  color: #1E428D;
  text-align: center;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-top: 5px;
}

.solution_feature_flex{
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.solution_feature_box{
  width: 31.5%;
}

.solution_feature_box img{
  display: block;
  width: 102px;
  margin: 0 auto;
}

.solution_feature_box h5{
  font-size: 1.6rem;
  font-weight: 700;
  color: #1E428D;
  text-align: center;
  margin-top: 5px;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  height: 48px;
}

.solution_feature_box p{
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.solution_feature_flex_2{
  max-width: 660px;
  margin: 0 auto;
}

.solution_feature_flex_2 .solution_feature_box{
  width: 37%;
}
.solution_feature_flex_2 .solution_feature_box_img{
  width: 58%;
}

.solution_feature_flex_2_1{
  margin-top: 20px;
}
.solution_feature_flex_2_2{
  margin-top: 60px;
}

.solution_feature_flex_3{
  max-width: 780px;
  margin: 60px auto 0;
}

.solution_feature_flex_3 .solution_feature_box{
  width: 30%;
}
.solution_feature_flex_3 .solution_feature_box_img{
  width: 37%;
}

.solution_1_banner{
  display: block;
  max-width: 780px;
  margin: 100px auto 0;
}

.solution_1_banner:hover{
  opacity: .6;
}

@media all and (max-width: 1024px) {
  .solution_num_sec .inner{
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 1023px) {
  .solution_feature_box h5{
    font-size: 1.4rem;
    height: 42px;
  }
  .solution_feature_box p{
    font-size: 1.4rem;
  }
}

@media all and (max-width: 500px) {
  .solution_num_sec{
    padding-top: 0;
  }
  .solution_1_sec{
    padding-bottom: 20px;
  }
  .solution_num_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .solution_about_flex{
    flex-direction: column;
  }
  .solution_about_flex_l{
    width: 100%;
  }
  .solution_about_flex_r{
    width: 100%;
    margin-top: 20px;
  }
  .solution_about_area_p {
    font-size: 1.6rem;
    text-align: left;
    margin-top: 20px;
  }
  .attention_box{
    flex-direction: column;
  }
  .attention_box_l{
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 30px 0;
  }
  .attention_box_r{
    width: 100%;
    padding: 30px 20px;
  }
  .solution_feature_area{
    padding: 60px 0;
  }
  .solution_feature_flex{
    flex-direction: column;
  }
  .solution_feature_flex{
    display: flex;
    justify-content: space-between;
    margin-top: 0;
  }
  .solution_feature_box{
    width: 260px;
    margin: 40px auto 0;
  }
  .solution_feature_box h5{
    font-size: 1.6rem;
    height: inherit;
  }
  .solution_feature_box p{
    font-size: 1.6rem;
  }
  .solution_feature_flex_2 .solution_feature_box,
  .solution_feature_flex_3 .solution_feature_box{
    width: 260px;
    margin: 40px auto 0;
  }
  .solution_feature_flex_2 .solution_feature_box_img,
  .solution_feature_flex_3 .solution_feature_box_img{
    width: 80%;
    margin: 10px auto 0;
  }
  .solution_1_banner {
    margin: 60px auto 0;
  }
}

/* ***********************************************************
*   anckor_link_sec
* *********************************************************** */

.anckor_link_sec{
  padding: 0 0 140px;
}

.anckor_link_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
}

.anckor_link_sec ul{
  display: flex;
  justify-content: space-between;
}

.anckor_link_sec ul li{
  border-right: 1px solid #1E428D;
}

.anckor_link_sec ul li:first-of-type{
  border-left: 1px solid #1E428D;
}

.anckor_link_sec_solution ul li:nth-child(1){
  width: 14.5%;
}
.anckor_link_sec_solution ul li:nth-child(2){
  width: 16%;
}
.anckor_link_sec_solution ul li:nth-child(3){
  width: 17%;
}
.anckor_link_sec_solution ul li:nth-child(4){
  width: 13.7%;
}
.anckor_link_sec_solution ul li:nth-child(5){
  width: 20.7%;
}
.anckor_link_sec_solution ul li:nth-child(6){
  width: 18.1%;
}

.anckor_link_sec ul li a{
  display: block;
  font-size: 1.5rem;
  color: #1E428D;
  text-align: center;
  padding-bottom: 18px;
  position: relative;
}

.anckor_link_sec ul li a:hover{
  opacity: .6;
}

.anckor_link_sec ul li a:after{
  content: "";
  position: absolute;
  transform: translate(-50%,0);
  bottom: 2px;
  left: 50%;
  width: 10.5px;
  height: 4.5px;
  background-image: url(../img/cmn/anckor_link.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media all and (max-width: 1024px) {
  .anckor_link_sec .inner{
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
  .anckor_link_sec ul{
    flex-wrap: wrap;
  }
  .anckor_link_sec ul li{
    width: calc(100% / 3)!important;
    margin-top: 20px;
  }
  .anckor_link_sec_solution ul li:nth-child(3n-2){
    border-left: 1px solid #1E428D;
    border-right: 1px solid #1E428D;
  }
  .anckor_link_sec_solution ul li:nth-child(3n-1),
  .anckor_link_sec_solution ul li:nth-child(3n){
    border-left: none;
    border-right: 1px solid #1E428D;
  }
}

@media all and (max-width: 500px) {
  .anckor_link_sec{
    padding: 0 0 80px;
  }
  .anckor_link_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .anckor_link_sec ul li{
    width: calc(100% / 2)!important;
    margin-top: 20px;
  }
  .anckor_link_sec_solution ul li:nth-child(2n-1){
    border-left: 1px solid #1E428D;
    border-right: 1px solid #1E428D;
  }
  .anckor_link_sec_solution ul li:nth-child(2n){
    border-left: none;
    border-right: 1px solid #1E428D;
  }
  .anckor_link_sec ul li a{
    font-size: 1.35rem;
    padding-bottom: 15px;
  }
  .anckor_link_sec_solution ul li:nth-child(5) a{
    font-size: 1.3rem;
  }
}

@media all and (max-width: 374px) {
  .anckor_link_sec ul li a{
    font-size: 1.3rem;
    padding-bottom: 12px;
  }
  .anckor_link_sec_solution ul li:nth-child(5) a{
    font-size: 1.1rem;
  }
}

/* ***********************************************************
*   solution_2_sec
* *********************************************************** */

.solution_2_sec{
  padding-bottom: 30px;
}

.solution_2_sec .ttl_3{
  margin-top: 70px;
}

.ttl_3 h3{
  color: #fff;
  background-color: #97B3E7;
  text-align: center;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 16px 0;
}

.solution_2_simulation_img{
  margin-top: 20px;
}

.solution_point_area{
  padding: 110px 0;
  border-bottom: 1px solid #1E428D;
}

.solution_point_area_last{
  border-bottom: none;
}

.solution_point_area_ttl{
  text-align: center;
}

.solution_point_area_ttl h6{
  display: inline-block;
  font-size: 1.6rem;
  color: #1E428D;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  width: 82px;
  height: 82px;
  line-height: 82px;
  border-radius: 50%;
  border: 1px solid #1E428D;
  text-align: center;
}

.solution_point_area h3{
  font-size: 2.7rem;
  color: #1E428D;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}

.solution_2_1_img{
  display: block;
  width: 375px;
  margin: 5px auto 0;
}

.solution_point_area_p{
  font-size: 1.6rem;
  color: #1E428D;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-top: 5px;
}

.change_point{
  max-width: 800px;
  margin: 70px auto 0;
  background-color: #E3EAF8;
  border-radius: 10px;
  padding: 30px 40px;
  position: relative;
}

.change_point:before{
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 128px;
  height: 51px;
  background-image: url(../img/solution/change_point.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.change_point ul li{
  font-size: 1.6rem;
  color: #000;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}

.solution_point_area_p_mt60{
  margin-top: 60px;
}

.solution_2_3_img{
  display: block;
  width: 375px;
  margin: 30px auto 30px;
}


@media all and (max-width: 500px) {
  .solution_2_simulation_img{
    width: 100%;
    overflow-x: scroll;
  }
  .solution_2_simulation_img img{
    width: 700px;
    padding-bottom: 5px;
  }
  .solution_2_simulation_img_p{
    font-size: 1.5rem;
    color: #1E418C;
    margin-top: 5px;
  }
  .solution_point_area{
    padding: 60px 0;
  }
  .solution_point_area h3{
    font-size: 2rem;
  }
  .solution_2_1_img {
    width: 100%;
  }
  .solution_point_area_p{
    text-align: left;
  }
  .change_point{
    margin: 50px auto 0;
    padding: 25px 20px;
  }
  .change_point ul li{
    font-size: 1.5rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .solution_2_3_img{
    width: 100%;
  }
}

/* ***********************************************************
*   solution_3_sec
* *********************************************************** */

.solution_3_sec,
.solution_4_sec,
.solution_5_sec{
  padding-bottom: 120px;
}

.solution_num_sec_h2{
  font-size: 2.8rem;
  color: #1E428D;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
}

.solution_num_sec_p{
  font-size: 1.7rem;
  text-align: center;
  margin-top: 25px;
}

.solution_3_sec_flex{
  max-width: 640px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}

.solution_3_sec_flex_box{
  width: 30%;
}

.solution_3_sec_flex_box h6{
  font-size: 1.9rem;
  color: #1E428D;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: center;
}

.solution_3_sec_p{
  text-align: center;
  margin-top: 30px;
}

.solution_3_sec_p p{
  font-size: 1.7rem;
  color: #1E428D;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 7px 100px 7px;
  border: 1px solid #1E428D;
}

.solution_4_sec_flex{
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}

.solution_4_sec_flex_box{
  width: 32%;
  border: 1px solid #97B3E7;
  border-radius: 30px;
  padding: 20px 0;
}

.solution_4_sec_flex_box p{
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  color: #1E418C;
  text-align: center;
}

.solution_5_sec_img{
  display: block;
  max-width: 780px;
  margin: 60px auto 0;
}

.solution_6_sec{
  padding-bottom: 140px;
}

.solution_6_sec_a{
  text-align: center;
  margin-top: 60px;
}

.solution_6_sec_a a{
  display: inline-block;
  font-size: 1.7rem;
  color: #fff;
  background-color: #1E428D;
  padding: 15px 40px;
}

.anckor_link_sec_last{
  padding-bottom: 140px;
}

@media all and (max-width: 500px) {
  .solution_num_sec_h2 {
    font-size: 2.4rem;
    margin-top: 40px;
  }
  .solution_3_sec,
  .solution_4_sec,
  .solution_5_sec,
  .solution_6_sec{
    padding-bottom: 80px;
  }
  .solution_3_sec_flex{
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  .solution_3_sec_flex_box{
    width: 60%;
  }
  .solution_3_sec_flex_box h6{
    top: -20px;
  }
  .solution_3_sec_p p{
    font-size: 1.7rem;
    padding: 10px 0;
    width: 100%;
  }
  .solution_4_sec_flex{
    flex-direction: column;
    margin-top: 15px;
  }
  .solution_4_sec_flex_box{
    width: 260px;
    margin: 20px auto 0;
  }
  .solution_5_sec_img {
    margin: 40px auto 0;
  }
  .solution_6_sec_a{
    margin-top: 40px;
  }
  .solution_6_sec_a a{
    width: 100%;
    font-size: 1.5rem;
    padding: 15px 20px;
  }
  .anckor_link_sec_last{
    padding-bottom: 80px;
  }
}

/* ***********************************************************
*   学校様・学生服販売店様へ
* *********************************************************** */

.lower_top_sec_school{
  background-image: url(../img/school/lower_top_bg.jpg);
}

.lower_top_sec_2_school{
  background-image: url(../img/school/lower_top_2_bg.jpg);
}

/* ***********************************************************
*   school_top_sec
* *********************************************************** */

.school_top_sec{
  padding: 90px 0 140px;
}

.school_top_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
}

.ttl_4 h2{
  color: #fff;
  background-color: #97B3E7;
  text-align: center;
  font-size: 2.6rem;
  padding: 16px 0;
}

.ttl_4 p{
  font-size: 2.2rem;
  line-height: 1.8em;
  text-align: center;
  margin-top: 60px;
}

.school_top_sec .top_dx_solution_2_area{
  margin-top: 70px;
}

.anckor_link_sec_4 .inner{
  max-width: 900px;
  margin: 0 auto;
}

.anckor_link_sec_4 ul li{
  width: 25%;
}

@media all and (max-width: 1024px) {
  .school_top_sec .inner{
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
  .anckor_link_sec_4 ul li{
    width: 25%!important;
  }
}

@media all and (max-width: 1023px) {
  .anckor_link_sec_4 ul li{
    width: 50%!important;
  }
  .anckor_link_sec_4 ul li:nth-child(3){
    border-left: 1px solid #1E428D;
  }
}

@media all and (max-width: 500px) {
  .school_top_sec{
    padding: 60px 0 80px;
  }
  .school_top_sec .inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  .school_top_sec .ttl_4{
    padding: 0 5px;
  }
  .ttl_4 h2 {
    font-size: 1.8rem;
    padding: 16px 0;
  }
  .ttl_4 p{
    font-size: 1.7rem;
    margin-top: 40px;
  }
}

/* ***********************************************************
*   solution_num_sec
* *********************************************************** */

.school_num_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
}

@media all and (max-width: 1024px) {
  .school_num_sec .inner{
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
}


@media all and (max-width: 500px) {
  .school_num_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ***********************************************************
*   solution_1_sec
* *********************************************************** */

.school_1_sec{
  padding: 0 0 140px;
}

.school_1_sec_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.school_1_sec_box_img{
  width: 200px;
}

.school_1_sec_box_text{
  width: calc(100% - 225px);
}

.school_1_sec_box_text h6{
  font-size: 2.2rem;
  color: #1E428D;
  border-bottom: 1px solid #1E428D;
  padding-bottom: 10px;
}

.school_1_sec_box_text p{
  font-size: 1.7rem;
  line-height: 1.8em;
  margin-top: 20px;
}

.school_1_sec_box_text ul{
  margin-top: 20px;
}

.school_1_sec_box_text ul li{
  font-size: 1.7rem;
  line-height: 1.8em;
  padding-left:2em;
	text-indent:-2em;
}

@media all and (max-width: 500px) {
  .school_1_sec{
    padding: 0 0 80px;
  }
  .school_1_sec_box{
    flex-direction: column;
    margin-top: 40px;
  }
  .school_1_sec_box_img{
    margin: 0 auto;
  }
  .school_1_sec_box_text{
    width: 100%;
    margin-top: 10px;
  }
}


/* ***********************************************************
*   school_2_sec
* *********************************************************** */

.school_2_sec{
  padding: 0 0 140px;
}

.school_2_sec_box{
  margin-top: 150px;
}

.school_2_sec_box_1{
  margin-top: 100px;
}

.school_2_sec_box_ttl h4{
  max-width: 730px;
  width: 100%;
  font-size: 1.8rem;
  color: #fff;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  background-color: #1E428D;
  text-align: center;
  padding: 13px 0;
  margin: 0 auto;
  border-radius: 27px;
  position: relative;
}

.school_2_sec_box_ttl h4:after{
  content: "";
  position: absolute;
  transform: translate(-40%,-50%);
  top: 100%;
  left: 50%;
  width: 50px;
  height: 40px;
  background-image: url(../img/school/school_2_sec_box_ttl.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.school_2_sec_box_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #D0DBE6;
  border-radius: 26px;
  padding: 28px 50px;
  margin-top: 60px;
}

.school_2_sec_box_center .school_2_sec_box_flex{
  justify-content: center;
}

.school_2_sec_box_flex_text{
  width: calc(100% - 250px);
}

.school_2_sec_box_center .school_2_sec_box_flex .school_2_sec_box_flex_text{
  width: 100%;
}

.school_2_sec_box_flex_text h6{
  width: 58px;
  height: 58px;
  line-height: 58px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 3rem;
  color: #1E428D;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}

.school_2_sec_box_flex_text p{
  font-size: 1.8rem;
  line-height: 1.6em;
  color: #1E428D;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}

.school_2_sec_box_flex_text .school_2_sec_box_flex_text_small_p{
  font-size: 1.4rem;
  margin-top: 20px;
}

.school_2_sec_box_flex_img{
  width: 210px;
}

.anckor_link_sec_pb140{
  padding-bottom: 140px;
}

@media all and (max-width: 500px) {
  .school_2_sec{
    padding: 0 0 80px;
  }
  .school_2_sec_box{
    margin-top: 60px;
  }
  .school_2_sec_box_ttl h4{
    font-size: 1.8rem;
    padding: 15px 20px;
  }
  .school_2_sec_box_flex{
    padding: 30px 20px;
    flex-direction: column;
    margin-top: 30px;
  }
  .school_2_sec_box_flex_text{
    width: 100%;
    order: 1;
  }
  .school_2_sec_box_flex_text p{
    text-align: left;
  }
  .school_2_sec_box_flex_img{
    order: 2;
    margin-top: 20px;
  }
  .anckor_link_sec_pb140 {
    padding-bottom: 80px;
  }
}

/* ***********************************************************
*   school_3_top1_sec,school_3_top2_sec
* *********************************************************** */

.school_3_top1_sec{
  padding: 140px 0;
  background-image: url(../img/school/school_3_top1_sec.jpg);
  background-size: cover;
  background-position: center;
}

.school_3_top1_sec p{
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
}

.school_3_top1_sec h2{
  font-size: 3.4rem;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.school_3_top2_sec .inner{
  max-width: 1920px;
  margin: 0 auto;
}

@media all and (max-width: 500px) {
  .school_3_top1_sec{
    padding: 80px 0;
  }
  .school_3_top1_sec h2{
    font-size: 2.5rem;
    margin-top: 10px;
  }
}


/* ***********************************************************
*   school_3_sec
* *********************************************************** */

.school_3_sec{
  padding: 140px 0;
}

.school_3_sec h3{
  font-size: 2.6rem;
  text-align: center;
}

.school_3_sec h4{
  font-size: 2.2rem;
  line-height: 1.8em;
  margin-top: 40px;
  text-align: center;
}

.school_3_sec_flex{
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
}

.school_3_sec_flex_box{
  width: 49%;
}

.school_3_sec_flex_box p{
  font-size: 1.65rem;
  line-height: 1.8em;
  margin-top: 10px;
}

.school_3_sec_img_flex{
  display: flex;
}

.school_3_sec_img_flex img{
  width: 50%;
  margin-top: 80px;
}

.school_3_sec_img_flex_p{
  font-size: 1.7rem;
  line-height: 1.8em;
  margin-top: 20px;
}

.tartan_book{
  padding: 100px 35px 35px;
  border: 1px solid #1E428D;
  margin-top: 70px;
}

.tartan_book_ttl{
  text-align: center;
  position: relative;
  padding-top: 45px;
}

.tartan_book_ttl:before{
  content: "";
  position: absolute;
  transform: translate(-50%,0);
  top: 0;
  left: 50%;
  width: 28px;
  height:40px;
  background-image: url(../img/school/tartan_book_ttl.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tartan_book_ttl h5{
  font-size: 2.8rem;
  color: #1E428D;
  display: inline-block;
}

.tartan_book_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.tartan_book_box{
  width: 49%;
  margin-top: 50px;
}

.tartan_book_box h5{
  font-size: 2.2rem;
  color: #1165E3;
  text-align: center;
  margin-top: 15px;
}

.tartan_book_box h6{
  font-size: 2.8rem;
  color: #1165E3;
  text-align: center;
}

.tartan_book_box p{
  font-size: 1.5rem;
  line-height: 1.8em;
  margin-top: 15px;
}

.child_menu_4{
  color: #fff;
}

@media all and (max-width: 500px) {
  .school_3_sec{
    padding: 80px 0;
  }
  .school_3_sec h3{
    font-size: 2.2rem;
  }
  .school_3_sec h4{
    font-size: 1.9rem;
    margin-top: 30px;
  }
  .school_3_sec_flex{
    flex-direction: column;
    margin-top: 30px;
  }
  .school_3_sec_flex_box{
    width: 100%;
    margin-top: 30px;
  }
  .school_3_sec_img_flex{
    flex-direction: column;
    margin-top: 30px;
  }
  .school_3_sec_img_flex img{
    width: 100%;
    margin-top: 0;
  }
  .tartan_book {
    padding: 60px 20px 30px;
    border: 1px solid #1E428D;
    margin-top: 60px;
  }
  .tartan_book_flex{
    flex-direction: column;
    margin-top: 0;
  }
  .tartan_book_box{
    width: 100%;
    margin-top: 40px;
  }
}

/* ***********************************************************
*   school_4_sec
* *********************************************************** */

.school_4_sec{
  padding: 0px 0 140px;
}

.school_4_sec h3{
  font-size: 2.2rem;
  color: #1E428D;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: center;
}

.school_4_sec_h3_1{
  margin-top: 30px;
}

.school_4_sec_h3_2{
  margin-top: 10px;
}

.school_4_sec_flex{
  display: flex;
  justify-content: space-between;
  max-width: 860px;
  margin: 0 auto;
}

.school_4_sec_flex_box{
  width: 30%;
}

.school_4_sec_flex_box h6{
  font-size: 2.8rem;
  color: #1E428D;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: center;
}

.school_4_sec h5{
  font-size: 2.2rem;
  color: #1E428D;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
  border: 1px solid #1E428D;
  padding: 12px 0;
  margin-top: 35px;
}

@media all and (max-width: 500px) {
  .school_4_sec{
    padding: 0px 0 80px;
  }
  .school_4_sec h3{
    font-size: 1.9rem;
  }
  .school_4_sec_h3_1{
    margin-top: 20px;
  }
  .school_4_sec_flex{
    flex-direction: column;
  }
  
  .school_4_sec_flex_box{
    width: 100%;
  }
  .school_4_sec_flex_box img{
    display: block;
    width: 220px;
    margin: 0 auto;
  }
  .school_4_sec_flex_box h6{
    font-size: 2rem;
    position: relative;
    top: -20px;
  }
  .school_4_sec h5{
    font-size: 1.7rem;
    padding: 10px 0;
    margin-top: 30px;
  }
}

/* ***********************************************************
*   産学連携の取り組み
* *********************************************************** */

.lower_top_sec_collaboration{
  background-image: url(../img/collaboration/lower_top_bg.jpg);
}

/* ***********************************************************
*   collaboration_top_sec
* *********************************************************** */

.collaboration_top_sec{
  padding: 50px 0 80px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.collaboration_top_sec .ttl_1 h2{
  font-size: 3.3rem;
  font-weight: 600;
  color: #707070;
  border-bottom: 1px solid #707070;
  letter-spacing: 0.1em;
}

.collaboration_top_sec p{
  font-size: 2rem;
  line-height: 1.8em;
  color: #707070;
  text-align: center;
  margin-top: 40px;
}

@media all and (max-width: 1024px) {
  .collaboration_top_sec .inner{
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .collaboration_top_sec{
    padding: 60px 0;
  }
  .collaboration_top_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .collaboration_top_sec .ttl_1 h2{
    font-size: 1.9rem;
  }
  .collaboration_top_sec p{
    font-size: 1.7rem;
    margin-top: 40px;
  }
}


/* ***********************************************************
*   collaboration_1_sec
* *********************************************************** */

.collaboration_1_sec{
  padding: 40px 0 60px;
  background-image: url(../img/collaboration/collaboration_1_sec_bg.jpg);
  background-size: cover;
  background-position: center;
}

.collaboration_1_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
}

.collaboration_1_sec_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.collaboration_1_sec_flex_2{
  margin-top: 40px;
}

.collaboration_1_sec_flex img{
  height: auto;
}

.collaboration_1_sec_flex_1_1{
  width: 54%;
}
.collaboration_1_sec_flex_1_2{
  width: 46%;
}
.collaboration_1_sec_flex_2_1{
  width: 51%;
}
.collaboration_1_sec_flex_2_2{
  width: 47%;
}

.collaboration_1_sec_3{
  display: block;
  max-width: 470px;
  margin: 80px auto 0;
}

@media all and (max-width: 1024px) {
  .collaboration_1_sec .inner{
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .collaboration_1_sec{
    padding: 60px 0;
  }
  .collaboration_1_sec .inner{
    padding-left: 0;
    padding-right: 0;
  }
  .collaboration_1_sec_flex{
    flex-direction: column;
    align-items: center;
  }
  .collaboration_1_sec_flex_1_1{
    width: 100%;
  }
  .collaboration_1_sec_flex_1_2{
    width: 70%;
    position: relative;
    top: -50px;
  }
  .collaboration_1_sec_flex_2{
    margin-top: 0;
    position: relative;
    top: -30px;
  }
  .collaboration_1_sec_flex_2_1{
    width: 70%;
    order: 2;
  }
  .collaboration_1_sec_flex_2_2{
    width: 100%;
    order: 1;
    position: relative;
    top: -20px;
  }
  .collaboration_1_sec_3{
    display: block;
    width: 95%;
    margin: 30px auto 0;
  }
}

/* ***********************************************************
*   collaboration_2_sec
* *********************************************************** */

.collaboration_2_sec{
  padding: 120px 0;
  text-align: center;
}

.collaboration_2_sec a{
  font-size: 2.6rem;
  color: #707070;
  text-align: center;
  border-bottom: 1px solid #707070;
  line-height: 1.8em;
  letter-spacing: 0.2em;
}

.collaboration_2_sec a:hover{
  opacity: .6;
}


@media all and (max-width: 1024px) {
  .collaboration_2_sec .inner{
    max-width: inherit;
  }
  .collaboration_2_sec a{
    font-size: 2.3rem;
  }
}

@media all and (max-width: 1023px) {
  .collaboration_2_sec a{
    font-size: 1.8rem;
  }
}

@media all and (max-width: 500px) {
  .collaboration_2_sec{
    padding: 60px 0;
  }
}

/* ***********************************************************
*   アパレル支援/オーダーユニフォーム
* *********************************************************** */

.lower_top_sec_apparel{
  background-image: url(../img/apparel/lower_top_bg.jpg);
}

/* ***********************************************************
*   apparel_top_sec
* *********************************************************** */

.apparel_top_sec{
  padding: 60px 0 140px;
  background-size: cover;
  background-position: center;
}

.apparel_top_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
}

.apparel_top_sec h4{
  font-size: 3rem;
  line-height: 1.8em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}

.apparel_top_sec_flex{
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.apparel_top_sec_flex_box{
  width: 31%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  padding: 40px 0;
  border-radius: 10px;
}

.apparel_top_sec_flex_box:nth-child(1){
  background-color: #1E428D;
}
.apparel_top_sec_flex_box:nth-child(2){
  background-color: #92B9DF;
}
.apparel_top_sec_flex_box:nth-child(3){
  background-color: #5F79AE;
}

.apparel_top_sec_flex_box .apparel_top_sec_flex_box_tit{
  font-size: 2rem;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  height: 40px;
  margin-top: 0;
}
.apparel_top_sec_flex_box p{
  width: 100%;
  font-size: 1.6rem;
  line-height: 2em;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.anckor_link_sec_3{
  max-width: 620px;
  margin: 0 auto;
}

.anckor_link_sec_3 ul li{
  width: calc(100% / 3);
}

@media all and (max-width: 1024px) {
  .apparel_top_sec .inner{
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 1023px) {
  .apparel_top_sec h4{
    font-size: 2.6rem;
  }
  .apparel_top_sec_flex_box{
    width: 32%;
  }
  .apparel_top_sec_flex_box p{
    font-size: 1.6rem;
  }
}

@media all and (max-width: 768px) {
  .apparel_top_sec_flex{
    flex-wrap: wrap;
    justify-content: center;
  }
  .apparel_top_sec_flex_box {
    width: 280px;
    margin: 20px 10px;
  }
}

@media all and (max-width: 500px) {
  .apparel_top_sec{
    padding: 60px 0;
  }
  .apparel_top_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .apparel_top_sec h4{
    font-size: 2rem;
  }
  .apparel_top_sec_flex{
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .apparel_top_sec_flex_box{
    width: 260px;
    margin: 20px 0 0;
  }
  .apparel_top_sec_flex_box p{
    font-size: 1.6rem;
  }
  .anckor_link_sec_3 ul{
    justify-content: center;
  }
  .anckor_link_sec_3 ul li{
    width: 260px!important;
    border-left: 1px solid #1E428D;
    border-right: 1px solid #1E428D;
  }
}

@media all and (max-width: 374px) {
  .apparel_top_sec h4{
    font-size: 1.8rem;
  }
}

/* ***********************************************************
*   apparel_num_sec
* *********************************************************** */

.apparel_num_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
}

@media all and (max-width: 1024px) {
  .apparel_num_sec .inner{
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .apparel_num_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ***********************************************************
*   apparel_1_sec
* *********************************************************** */

.apparel_1_sec{
  padding: 0 0 140px;
}

.apparel_1_sec_img_area{
  position: relative;
  margin-top: 70px;
}

.apparel_1_sec_1{
  position: absolute;
  width: 51%;
  top: 0;
  left: 0;
}


@media all and (max-width: 500px) {
  .apparel_1_sec{
    padding: 0 0 60px;
  }
  .apparel_1_sec_img_area{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    padding-top: 0;
  }
  .apparel_1_sec_1{
    position: relative;
    width: 100%;
    order: 2;
    margin-top: 40px;
  }
  .apparel_1_sec_2{
    order: 1;
  }
}

/* ***********************************************************
*   apparel_2_sec
* *********************************************************** */

.apparel_2_sec{
  padding: 0 0 140px;
}

.apparel_2_sec_p{
  font-size: 1.7rem;
  line-height: 1.8em;
  text-align: center;
  margin-top: 50px;
}

.apparel_2_sec_img_flex{
  display: flex;
  align-items: center;
  max-width: 640px;
  margin: 80px auto 0;
}

.apparel_2_sec_img_flex_2{
  margin-top: 50px;
}

.apparel_2_sec_img_flex img{
  height: auto;
}

.apparel_2_sec_1{
  width: 60%;
}
.apparel_2_sec_2{
  width: 40%;
}

.apparel_2_sec_p2{
  padding-left: 25px;
  margin-top: 120px;
  position: relative;
}

.apparel_2_sec_p2::before{
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 74px;
  height: 65px;
  background-image: url(../img/apparel/order_before.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.apparel_2_sec_p2 p{
  font-size: 1.9rem;
  color: #1E428D;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  padding: 12px 0;
  background-color: #D9E8F8;
}

.apparel_2_sec_p3{
  font-size: 1.8rem;
  text-align: center;
  margin-top: 60px;
}

.order_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
}

.order_flex img{
  display: block;
  width: 24%;
}

.order_banner{
  display: block;
  margin-top: 80px;
}

@media all and (max-width: 1024px) {
  .apparel_2_sec_p2 p{
    font-size: 1.9rem;
    padding: 12px 40px 12px 40px;
    line-height: 1.8em;
  }
}

@media all and (max-width: 500px) {
  .apparel_2_sec{
    padding: 0 0 80px;
  }
  .apparel_2_sec_p{
    margin-top: 40px;
  }
  .apparel_2_sec_img_flex{
    margin: 20px auto 0;
    padding-right: 20px;
  }
  .apparel_2_sec_img_flex_2{
    margin-top: 20px;
  }
  .apparel_2_sec_p2{
    margin-top: 40px;
  }
  .apparel_2_sec_p2 p{
    font-size: 1.6rem;
    padding: 20px;
  }
  .apparel_2_sec_p2::before{
    width: 70px;
    height: 60px;
  }
  .apparel_2_sec_p3{
    font-size: 1.6rem;
    margin-top: 40px;
  }
  .order_flex{
    margin-top: 20px;
  }
  .order_flex img{
    width: 48%;
    margin-top: 20px;
  }
  .order_banner{
    margin-top: 40px;
  }
}

@media all and (max-width: 374px) {
  .apparel_2_sec_p2 p{
    font-size: 1.35rem;
  }
  .apparel_2_sec_p3{
    font-size: 1.45rem;
  }
}

/* ***********************************************************
*   apparel_3_sec
* *********************************************************** */

.apparel_3_sec{
  padding: 0 0 140px;
}

.apparel_3_sec_box{
  max-width: 800px;
  margin: 110px auto 0;
  display: flex;
  justify-content: space-between;
}

.apparel_3_sec_box_ttl{
  width: 245px;
  background-color: #D0DBE6;
  padding: 25px 0;
}

.apparel_3_sec_box_ttl h5{
  font-size: 2rem;
  text-align: center;
}

.apparel_3_sec_box_ttl_text{
  width: calc(100% - 285px);
}

.apparel_3_sec_box_ttl_text h6{
  font-size: 1.7rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}

.apparel_3_sec_box_ttl_text p{
  font-size: 1.7rem;
  padding-top: 15px;
}

.apparel_3_sec_a{
  text-align: center;
  margin-top: 140px;
}

.apparel_3_sec_a a{
  font-size: 2.2rem;
  color: #fff;
  background-color: #1E428D;
  display: inline-block;
  padding: 23px 105px 17px;
}

@media all and (max-width: 500px) {
  .apparel_3_sec{
    padding: 0 0 80px;
  }
  .apparel_3_sec_box{
    margin: 40px auto 0;
    flex-direction: column;
  }
  .apparel_3_sec_box_ttl{
    width: 100%;
  }
  .apparel_3_sec_box_ttl h5{
    font-size: 1.8rem;
  }
  .apparel_3_sec_box_ttl_text{
    width: 100%;
    margin-top: 20px;
  }
  .apparel_3_sec_box_ttl_text p{
    font-size: 1.6rem;
  }
  .apparel_3_sec_a{
    margin-top: 60px;
  }
  .apparel_3_sec_a a{
    font-size: 2rem;
    padding: 20px 0;
    width: 100%;
  }
}

/* ***********************************************************
*   事業紹介
* *********************************************************** */

/* ***********************************************************
*   lower_top_sec_business
* *********************************************************** */

.lower_top_sec_business{
  background-image: url(../img/business/lower_top_bg.jpg);
}

.lower_top_sec_2_business{
  background-image: url(../img/business/lower_top_2_bg.jpg);
}

.anckor_link_sec_business{
  padding: 120px 0 180px;
}

@media all and (max-width: 500px) {
  .lower_top_sec_2_business p{
    font-size: 1.55rem;
  }.anckor_link_sec_business {
    padding: 60px 0 80px;
  }
}

@media all and (max-width: 374px) {
  .lower_top_sec_2_business .ttl_1 h2 {
    font-size: 1.8rem;
  }
  .lower_top_sec_2_business p{
    font-size: 1.35rem;
  }
}

/* ***********************************************************
*   businesss_num_sec
* *********************************************************** */

.businesss_num_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
}

@media all and (max-width: 1024px) {
  .businesss_num_sec .inner{
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .businesss_num_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ***********************************************************
*   businesss_1_sec
* *********************************************************** */

.businesss_1_sec{
  padding: 0 0 140px;
}

.ttl_4_big p{
  font-size: 2.6rem;
}

.business_1_sec_img_area{
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.business_1_sec_img_area img{
  width: 50%;
  display: block;
}

.businesss_1_sec_p{
  font-size: 1.7rem;
  line-height: 1.8em;
  text-align: center;
  margin-top: 40px;
}

.ttl_4_businesss_1_sec{
  margin-top: 150px;
}

@media all and (max-width: 500px) {
  .businesss_1_sec{
    padding: 0 0 80px;
  }
  .ttl_4_big p{
    font-size: 2rem;
  }
  .businesss_1_sec_p{
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .business_1_sec_img_area{
    margin-top: 40px;
  }
  .ttl_4_businesss_1_sec{
    margin-top: 30px;
  }
  .ttl_4_businesss_1_sec p{
    font-size: 2rem;
    margin-top: 0;
  }
}

/* ***********************************************************
*   businesss_2_sec
* *********************************************************** */

.businesss_2_sec{
  padding: 0 0 140px;
}

.businesss_2_sec_logo{
  width: 100%;
  max-width: 535px;
  margin: 60px auto 0;
}

.business_1_sec_img_area .business_2_sec_img_small{
  width: calc(100% / 3);
}

.businesss_2_sec .mobile{
  display: none!important;
}

@media all and (max-width: 500px) {
  .businesss_2_sec{
    padding: 0 0 80px;
  }
}

/*動画を設置 */

/* PC表示のレイアウト */

.business_sec_video-container {
		 margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 20px; /* 動画間の間隔を設定してください */
  grid-column-gap: 20px; /* 動画間の間隔を設定してください */
}

.business_sec_video-container-2 {
	 margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 20px; /* 動画間の間隔を設定してください */
  grid-column-gap: 20px; /* 動画間の間隔を設定してください */
}

.business_sec_video_caption1 {
  position: static; 
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
	font-size: 15px;
  background-color: #afd3d8;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.business_sec_video_caption2 {
  position: static; 
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
	font-size: 15px;
  background-color: #d6d1d6;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.business_sec_video_caption3 {
  position: static; 
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
	font-size: 15px;
  background-color: #e9ddc0;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.business_sec_video_caption4 {
  position: static; 
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
	font-size: 15px;
  background-color: #9fb5d9;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.business_sec_video_caption5 {
  position: static; 
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
	font-size: 15px;
  background-color: #d2a8ce;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.business_sec_video_caption6 {
  position: static; 
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
	font-size: 15px;
  background-color: #f7cd62;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.business_sec_video_caption7 {
  position: static; 
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
	font-size: 15px;
  background-color: #528ebf;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.business_sec_video_caption8 {
  position: static; 
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
	font-size: 15px;
  background-color: #ade4bc;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.business_sec_video_caption9 {
  position: static; 
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
	font-size: 15px;
  background-color: #FAD3D3;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.business_sec_video_caption10 {
  position: static; 
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
	font-size: 15px;
  background-color: #96d5f5;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.business_sec_video_caption11 {
  position: static; 
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
	font-size: 15px;
  background-color: #80cafe;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.businesss_2_wool.inner,
.businesss_2_wool{/*---ウールの機能---*/
	margin:60px auto 0;
	text-align: center;
}
.businesss_2_wool span{
	display:inline-block;
}
.businesss_2_wool h6{
	font-size:xx-large;
}
.businesss_2_wool p{
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8em;
}
.businesss_2_wool h6 + p{
	margin:50px auto;
}
/* スマホ表示のレイアウト */
@media screen and (max-width: 500px) {

/* 　2つ並び表示させるCSS
.business_sec_video-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;  
}
*/

.business_sec_video-container,
.business_sec_video-container-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 20px; /* 動画間の間隔を設定してください */
  grid-column-gap: 20px;  /* 動画間の間隔を設定してください */
}
}



/* ***********************************************************
*   businesss_3_sec
* *********************************************************** */

.businesss_3_sec{
  padding: 0 0 140px;
}

.businesss_3_sec_text h6{
  font-size: 2.2rem;
  color: #1E428D;
  text-align: center;
  margin-top: 50px;
} 

.businesss_3_sec_text p{
  font-size: 1.6rem;
  text-align: center;
  margin-top: 15px;
  line-height: 1.8em;
} 

.businesss_3_sec_text p span{
  font-size: 1.8rem;
  color: #1E428D;
} 

.business_3_sec_map_area{
  position: relative;
  margin-top: 120px;
  padding-bottom: 90px;
}

.business_3_sec_map_area h6{
  position: absolute;
  top: 165px;
  left: 0;
  font-size: 2.6rem;
  color: #85A6E3;
}

.business_3_sec_3,
.business_3_sec_4{
  position: absolute;
  width: 47%;
}

.business_3_sec_3{
  top: 300px;
  left: 0;
}

.business_3_sec_4{
  bottom: 0;
  right: 0;
}

@media all and (max-width: 1023px) {
  .business_3_sec_map_area h6{
    top: 0;
  }
  .business_3_sec_3{
    top: 100px;
  }
}

@media all and (max-width: 500px) {
  .businesss_3_sec{
    padding: 0 0 80px;
  }
  .businesss_3_sec_text h6 {
    font-size: 2rem;
    margin-top: 35px;
  }
  .business_3_sec_map_area{
    margin-top: 40px;
    padding-bottom: 0;
  }
  .business_3_sec_map_area h6{
    position: relative;
    top: inherit;
  }
  .business_3_sec_map_area_map{
    display: block;
    width: 80%;
    margin: 30px auto 0;
  }
  .business_3_sec_map_area_flex{
    display: flex;
    margin-top: 30px;
  }
  .business_3_sec_3,
  .business_3_sec_4{
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    width: 50%;
  }
}

@media all and (max-width: 374px) {
  .businesss_3_sec_text h6{
    font-size: 1.7rem;
  } 
  .businesss_3_sec_text p{
    font-size: 1.4rem;
  } 
  .businesss_3_sec_text p span{
    font-size: 1.6rem;
  }
  .business_3_sec_map_area h6{
    font-size: 2.2rem;
  } 
}


/* ***********************************************************
*   企業情報
* *********************************************************** */

.anckor_link_sec_information{
  padding: 120px 0 180px;
}

/* ***********************************************************
*   lower_top_sec_information
* *********************************************************** */

.lower_top_sec_information{
  background-image: url(../img/information/lower_top_bg.jpg);
}

/* ***********************************************************
*   information_num_sec
* *********************************************************** */

.information_num_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
}

@media all and (max-width: 1024px) {
  .information_num_sec .inner{
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .information_num_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ***********************************************************
*   information_1_sec
* *********************************************************** */

.information_1_sec{
  padding-bottom: 190px;
  position: relative;
}

.information_1_area{
  background: linear-gradient(to right, #fff 36%, #1E428D 36% 100%);
  margin-top: 110px;
}

.ttl_5{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ttl_5 h2{
  font-size: 2.9rem;
  letter-spacing: 0.1em;
  padding: 0 60px 0;
  border-bottom: 1px solid #97B3E7;
  color: #97B3E7;
}

.ttl_5 p{
  font-size: 1.7rem;
  color: #97B3E7;
  margin-top: 10px;
}

.information_1_area_inner{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 170px 0 190px;
  position: relative;
}

.information_1_area_img{
  width: 400px;
}

.information_1_area_text{
  width: calc(100% - 450px);
  color: #fff;
}

.information_1_area_text h3{
  font-size: 3rem;
}

.information_1_area_text p{
  font-size: 1.7rem;
  line-height: 2.6em;
}

.information_1_area_text_p1{
  margin-top: 60px;
}

.information_1_area_text_p2{
  margin-top: 30px;
}

@media all and (max-width: 1440px) {
  .information_1_area{
    background: linear-gradient(to right, #fff 31%, #1E428D 31% 100%);
  }
}

@media all and (max-width: 1280px) {
  .information_1_area{
    background: linear-gradient(to right, #fff 29%, #1E428D 29% 100%);
  }
}

@media all and (max-width: 1024px) {
  .information_1_area_inner {
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
  .information_1_area_img{
    width: 360px;
  }
  .information_1_area_text{
    width: calc(100% - 390px);
    color: #fff;
  }
}

@media all and (max-width: 1023px) {
  .information_1_area_img{
    width: 270px;
  }
  .information_1_area_text{
    width: calc(100% - 300px);
    color: #fff;
  }
  .information_1_area_text_p1 br{
    display: none;
  }
}

@media all and (max-width: 500px) {
  .information_1_sec{
    padding-bottom: 80px;
  }
  .information_1_area{
    background: linear-gradient(to bottom, #fff 200px, #1E428D 200px 100%);
    margin-top: 40px;
  }
  .information_1_area_inner{
    flex-direction: column;
    align-items: center;
    padding: 0 20px 80px;
  }
  .information_1_area_img{
    width: 70%;
    order: 1;
  }
  .information_1_area_text{
    width: 100%;
    order: 2;
    margin-top: 40px;
  }
  .information_1_area_text_p1{
    margin-top: 30px;
  }
  .information_1_area_text_p2{
    margin-top: 30px;
  }
}

/* ***********************************************************
*   information_2_sec
* *********************************************************** */

.information_2_sec .information_1_area{
  background: linear-gradient(to left, #fff 36%, #EAEDF5 36% 100%);
}

.information_2_sec_p{
  font-size: 2.2rem;
  text-align: center;
  margin-top: 60px;
}

.information_2_sec .information_1_area_text{
  color: #707070
}

.information_1_area_text ul{
  margin-top: 70px;
}

.information_1_area_text ul li{
  margin-top: 30px;
  font-size: 1.9rem;
  padding-left: 1.5em;
	text-indent: -1.5em;
  line-height: 1.6em;
}

@media all and (max-width: 1440px) {
  .information_2_sec .information_1_area{
    background: linear-gradient(to left, #fff 31%, #EAEDF5 31% 100%);
  }
}

@media all and (max-width: 1280px) {
  .information_2_sec .information_1_area{
    background: linear-gradient(to left, #fff 29%, #EAEDF5 29% 100%);
  }
}

@media all and (max-width: 1024px) {

}

@media all and (max-width: 1023px) {

}

@media all and (max-width: 500px) {
  .information_2_sec_p{
    padding: 0 20px;
    font-size: 1.8rem;
    margin-top: 40px;
  }
  .information_2_sec .information_1_area{
    background: linear-gradient(to bottom, #fff 200px, #EAEDF5 200px 100%);
    margin-top: 40px;
  }
  .information_1_area_text ul{
    margin-top: 30px;
  }
  .information_1_area_text ul li {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}


/* ***********************************************************
*   information_2_1_sec
* *********************************************************** */

.information_2_1_sec{
  padding-bottom: 200px;
}

.information_2_1_sec h4{
  font-size: 3rem;
}

.information_2_1_sec_text{
  margin-top: 70px;
}

.information_2_1_sec_text p{
  font-size: 1.6rem;
  line-height: 1.6em;
  margin-top: 25px;
}

.information_2_1_sec h5{
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid #707070;
  padding: 40px 0;
  margin-top: 80px;
}


@media all and (max-width: 1023px) {
  .information_2_1_sec h5 {
    font-size: 1.9rem;
  }
}


@media all and (max-width: 500px) {
  .information_2_1_sec{
    padding-bottom: 80px;
  }
  .information_2_1_sec_text {
    margin-top: 40px;
  }
  .information_2_1_sec h5{
    font-size: 1.8rem;
    padding: 30px 0;
    margin-top: 40px;
  }
}

/* ***********************************************************
*   information_2_2_sec
* *********************************************************** */

.information_2_2_sec{
  padding-bottom: 190px;
}

.information_2_2_area{
  background: linear-gradient(to right, #fff 43%, #EAEDF5 43% 100%);
}

.information_2_2_area_inner{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 170px 0 190px;
}

.information_2_2_area_img{
  width: 320px;
  position: relative;
  left: -75px;
}

.information_2_2_area_text{
  width: calc(100% - 470px);
  color: #707070;
}

.information_2_2_area_text h3{
  font-size: 2.7rem;
}

.information_2_2_area_text p{
  font-size: 1.7rem;
  line-height: 2.2em;
  margin-top: 20px;
}

.information_2_2_area_text_box{
  display: flex;
  align-items: center;
  margin-top: 140px;
}

.information_2_2_area_text_box p{
  font-size: 1.6rem;
  margin-top: 0;
  line-height: 1.6em;
}

.information_2_2_area_text_box_p2{
  margin-left: 35px;
}

@media all and (max-width: 1024px) {
  .information_2_2_area{
    background: linear-gradient(to right, #fff 29%, #EAEDF5 29% 100%);
  }
  .information_2_2_area_inner {
    max-width: inherit;
    padding: 100px 40px;
  }
  .information_2_2_area_img{
    width: 320px;
    left: inherit;
  }
  .information_2_2_area_text{
    width: calc(100% - 350px);
  }
}

@media all and (max-width: 1023px) {
  .information_2_2_area_img{
    width: 220px;
  }
  .information_2_2_area_text{
    width: calc(100% - 250px);
  }
}

@media all and (max-width: 500px) {
  .information_2_2_sec{
    padding-bottom: 80px;
  }
  .information_2_2_area{
    background: linear-gradient(to bottom, #fff 150px, #EAEDF5 150px 100%);
  }
  .information_2_2_area_inner {
    flex-direction: column;
    padding: 0 20px 80px;
  }
  .information_2_2_area_img{
    width: 220px;
  }
  .information_2_2_area_text{
    width: 100%;
    margin-top: 40px;
  }
  .information_2_2_area_text_box {
    flex-direction: column;
    margin-top: 40px;
  }
  .information_2_2_area_text_box p{
    width: 100%;
  }
  .information_2_2_area_text_box .information_2_2_area_text_box_p2{
    margin-top: 10px;
    margin-left: 0;
  }
}

/* ***********************************************************
*   information_2_3_sec
* *********************************************************** */

.information_2_3_sec{
  padding: 0 0 200px;
}

.information_2_3_sec_text{
  border-top: 1px solid #707070;
  padding-top: 30px;
}

.information_2_3_sec_text p{
  font-size: 1.8rem;
  margin-top: 30px;
}

.information_2_3_sec_bottom_p{
  margin-top: 30px;
  text-align: right;
}

.information_2_3_sec_bottom_p p{
  font-size: 1.8rem;
  display: inline-block;
}

@media all and (max-width: 500px) {
  .information_2_3_sec{
    padding: 0 0 80px;
  }
  .information_2_3_sec_text {
    padding-top: 0;
  }
}

/* ***********************************************************
*   information_3_sec
* *********************************************************** */

.anckor_link_sec_4_information_3_sec{
  padding-bottom: 200px;
}

.information_3_sec{
  padding-bottom: 200px;
}

.information_3_sec table{
  margin-top: 75px;
  width: 100%;
}

.information_3_sec th,
.information_3_sec td{
  font-size: 1.7rem;
  line-height: 2em;
  border-bottom: 1px solid #707070;
  padding: 17px 0 15px;
}

.information_3_sec th{
  width: 38%;
  text-align: right;
}

.information_3_sec td{
  width: 62%;
  padding-left: 80px;
}


@media all and (max-width: 500px) {
  .anckor_link_sec_4_information_3_sec{
    padding-bottom: 80px;
  }
  .information_3_sec{
    padding-bottom: 80px;
  }
  .information_3_sec table{
    border-top: 1px solid #707070;
    margin-top: 60px;
  }
  .information_3_sec th,
  .information_3_sec td{
    padding: 17px 0 15px;
    display: block;
    text-align: center;
    width: 100%;
  }
  .information_3_sec th{
    border-bottom: none;
    padding: 15px 0 5px;
    font-weight: 700;
  }
  .information_3_sec td{
    padding: 5px 0 15px;
  }
}

/* ***********************************************************
*   information_4_sec
* *********************************************************** */

.information_4_sec{
  padding-bottom: 140px;
}

.information_4_sec_flex{
  display: flex;
  justify-content: space-between;
  margin-top: 150px;
}

.information_4_sec_flex_1{
  margin-top: 100px;
}

.information_4_sec_img{
  width: 45%;
}

.information_4_sec_text{
  width: 52%;
}

.information_4_sec_text_ttl{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  padding-bottom: 8px;
}

.information_4_sec_text_ttl h6{
  font-size: 2rem;
}

.information_4_sec_text_ttl a{
  font-size: 1.7rem;
}

.information_4_sec_text p{
  font-size: 1.7rem;
  line-height: 1.8em;
  margin-top: 20px;
}

.information_4_sec_text_p_flex{
  display: flex;
  margin-top: 10px;
}

.information_4_sec_text .information_4_sec_text_p_flex p{
  margin-top: 0;
}

.istpf_1{
  width: 57px;
}

.istpf_2{
  width: calc(100% - 57px);
}

.information_4_2{
  margin-top: 170px;
}

.information_4_3{
  margin-top: 100px;
}

.information_4_2 h5{
  font-size: 2rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 50px;
}

.information_4_2_box{
  margin-top: 40px;
}

.information_4_2_box_ttl{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
}

.information_4_2_box_ttl h6{
  font-size: 1.7rem;
}

.information_4_2_box_ttl a{
  font-size: 1.7rem;
}

.information_4_2_box p{
  font-size: 1.7rem;
  line-height: 1.8em;
  margin-top: 15px;
}


@media all and (max-width: 500px) {
  .information_4_sec{
    padding-bottom: 80px;
  }
  .information_4_sec_flex{
    flex-direction: column;
    margin-top: 60px;
  }
  .information_4_sec_img{
    width: 100%;
  }
  .information_4_sec_text{
    width: 100%;
    margin-top: 25px;
  }
  .information_4_sec_text_p_flex {
    margin-top: 20px;
  }
  .information_4_sec_text p {
    font-size: 1.5rem;
  }
  .information_4_2 {
    margin-top: 80px;
  }
  .information_4_2_box_ttl h6 {
    font-size: 1.65rem;
  }
}

@media all and (max-width: 374px) {
  .information_4_2_box_ttl h6 {
    font-size: 1.55rem;
  }
}


/* ***********************************************************
*   採用情報
* *********************************************************** */

.anckor_link_sec_recruit{
  padding: 120px 0 100px;
}

.lower_top_sec_recruit{
  background-image: url(../img/recruit/lower_top_bg.jpg);
}

/* ***********************************************************
*   recruit_num_sec
* *********************************************************** */

.recruit_num_sec{
  padding-bottom: 180px;
}

.recruit_num_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
}

.recruit_num_sec table{
  width: 100%;
  border-top: 1px solid #707070;
  margin-top: 80px;
}

.recruit_num_sec th,
.recruit_num_sec td{
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.8em;
  border-bottom: 1px solid #707070;
  padding: 20px 15px;
}

.recruit_num_sec th{
  width: 200px;
  text-align: center;
  background-color: #D3E6F8;
  vertical-align: middle;
}

.recruit_num_sec td{
  width: calc(100% - 200px);
}

.recruit_num_sec a{
  display: block;
  width: 290px;
  height: 54px;
  line-height: 54px;
  font-size: 1.6rem;
  background-color: #1E428D;
  color: #fff;
  text-align: center;
  margin: 90px auto 0;
}

.recruit_num_sec h6{
  font-size: 3rem;
  font-weight: 600;
  color: #1E428D;
  text-align: center;
  margin-top: 60px;
}

@media all and (max-width: 1024px) {
  .recruit_num_sec .inner{
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .recruit_num_sec{
    padding-bottom: 80px;
  }
  .anckor_link_sec_recruit {
    padding: 80px 0;
  }
  .recruit_num_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .recruit_num_sec table {
    margin-top: 60px;
  }
  .recruit_num_sec th,
  .recruit_num_sec td{
    display: block;
    width: 100%;
  }
  .recruit_num_sec a {
    width: 100%;
    margin-top: 40px;
  }
  .recruit_num_sec h6{
    font-size: 2rem;
    margin-top: 40px;
  }
}

/* ***********************************************************
*   ブログ
* *********************************************************** */

.lower_top_sec_blog{
  background-image: url(../img/cmn/lower_top_bg_blog.jpg);
}

.lower_top_sec_news{
  background-image: url(../img/cmn/lower_top_bg_news.jpg);
}

.lower_top_sec_high_school{
  background-image: url(../img/cmn/lower_top_bg_high_school.jpg);
  padding: 105px 0;
}

.lower_top_sec_high_school p{
  font-size: 1.6rem;
  line-height: 1.8em;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}

.archive_sec{
  padding: 100px 0 170px;
}

.archive_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.archive_sec_main{
  width: calc(100% - 316px);
}

.blog_ct_link{
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.blog_ct_link li{
  width: 33%;
}

.blog_ct_link a{
  display: block;
  text-align: center;
  background-color: #D0DBE6;
  padding: 15px 0;
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
}

.blog_ct_link .current a{
  background-color: #1E428D;
}

.archive_sec_main h2{
  font-size: 2rem;
  font-weight: 700;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border-bottom: 1px solid #707070;
  padding-bottom: 3px;
}

.arvhive_box{
  padding: 25px 0 35px;
  border-bottom: 1px solid #707070;
}

.cate_ul{
  display: flex;
  flex-wrap: wrap;
}

.cate{
  margin-right: 10px;
  margin-top: 5px;
  width: 134px;
  height: 25px;
  line-height: 25px;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
  background-color: #99B5E7;
  text-align: center;
}

.cate:first-of-type{
  margin-left: 0;
}

.cate_ul .representative{
  background-color: #8DB9BC;
}
.cate_ul .staff{
  background-color: #5E66AA;
}
.cate_ul .prefecture{
  background-color: #96A3BA;
}
.cate_ul .man{
  background-color: #6AB7D4;
}
.cate_ul .woman{
  background-color: #CBB4D4;
}

.arevhive_flex{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.arevhive_img{
  width: 35%;
}

.arevhive_img img{
  height: auto;
}

.arevhive_text{
  width: 61.5%; 
}

.arevhive_text .date{
  font-size: 1.5rem;
}

.arevhive_text h4{
  font-size: 1.8rem;
  margin-top: 10px;
}

.arevhive_text .excerpt p{
  font-size: 1.5rem;
  margin-top: 20px;
}

.to_single_btn{
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
  background-color: #1E428D;
  width: 168px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  margin: 0 0 0 auto;
  padding-left: 10px;
}

@media all and (max-width: 500px) {
  .blog_ct_link{
    flex-direction: column;
    margin-bottom: 20px;
  }
  
  .blog_ct_link li{
    width:100%;
    margin-bottom: 8px;
  }
}



/* ***********************************************************
*   side_bar
* *********************************************************** */

.side_bar{
  width: 252px;
}

.side_bar_box{
  margin-top: 85px;
}

.side_bar_box:first-of-type{
  margin-top: 0;
}

.side_bar_box h6{
  font-size: 2rem;
  font-weight: 700;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border-bottom: 1px solid #707070;
  padding-bottom: 3px;
}

.side_bar_box ul li{
  border-bottom: 1px solid #707070;
}

.side_bar_box ul li a{
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding: 11px 0 11px 9px;
  position: relative;
}

.side_bar_box ul li a:before{
  content: "〉";
  color: #1E428D;
  color: #707070;
}


/* ***********************************************************
*   マリ・クレール×アカツキ商事
* *********************************************************** */

/* ***********************************************************
*   marie_claire_top_1_sec, marie_claire_top_2_sec
* *********************************************************** */

.marie_claire_top_2_sec{
  padding: 140px 0;
  background-color: #76A3CF;
  position: relative;
}

.marie_claire_top_2_sec p{
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}

/* ***********************************************************
*   marie_claire_1_sec, marie_claire_2_sec
* *********************************************************** */

.marie_claire_1_sec{
  padding-top: 180px;
}

.marie_claire_2_sec{
  padding-bottom: 180px;
}

.marie_claire_num_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.marie_claire_num_sec .inner:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -50px;
  width: 100vw;
  height: 100%;
  background-color: #AB9781;
}

.marie_claire_num_sec img{
  display: block;
  position: absolute;
}

.marie_claire_1{
  width: 284px;
  bottom: 95px;
  left: 80px;
}

.marie_claire_1_logo{
  width: 468px;
  bottom: 10px;
  left: -60px;
}

.marie_claire_num_text{
  padding: 60px 0 125px 390px;
}

.marie_claire_num_text p{
  font-size: 1.8rem;
  color: #fff;
  line-height: 2em;
}

.marie_claire_2_sec .inner:before{
  right: inherit;
  left: -50px;
  background-color: #142444;
}

.marie_claire_2_sec .marie_claire_num_text{
  padding: 75px 0 100px 40px;
}

.marie_claire_2{
  width: 486px;
  bottom: 95px;
  right: 55px;
}

.marie_claire_2_logo{
  width: 409px;
  bottom: 10px;
  right: -50px;
}

@media all and (max-width: 1024px) {
  .marie_claire_num_sec .inner{
    max-width: inherit;
    background-color: #AB9781;
  }
  .marie_claire_2_sec .inner{
    background-color: #142444;
  }
  .marie_claire_num_sec .inner:before{
    display: none;
  }
  .marie_claire_1{
    left: 40px;
  }
  .marie_claire_1_logo {
    left: 20px;
  }
  .marie_claire_2{
    width: 436px;
    right: 40px;
  }
  .marie_claire_2_logo{
    right: 40px;
  }
}

@media all and (max-width: 1023px) {
  .marie_claire_1_sec{
    padding-top: 100px;
  }
  .marie_claire_2_sec{
    padding-bottom: 0;
  }
  .marie_claire_num_sec .inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to bottom, #fff 150px, #AB9781 150px 100%);
  }
  .marie_claire_2_sec .inner{
    background: linear-gradient(to bottom, #AB9781 150px, #142444 150px 100%);
  }
  .marie_claire_num_img{
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .marie_claire_num_sec img{
    position: relative;
    bottom: inherit;
    left: inherit;
    right: inherit;
  }
  .marie_claire_1_logo,
  .marie_claire_2_logo{
    margin-top: 20px;
  }
  .marie_claire_num_text{
    padding: 0!important;
    order: 2;
    text-align: center;
    padding: 20px 20px 80px!important;
  }
  .marie_claire_1_sec .marie_claire_num_text{
    padding: 20px 20px 60px!important;
  }
}

@media all and (max-width: 500px) {
  .marie_claire_top_2_sec{
    padding: 60px 0;
  }
  .marie_claire_top_2_sec p{
    font-size: 1.8rem;
  }
  .marie_claire_num_sec .inner{
    background: linear-gradient(to bottom, #fff 130px, #AB9781 130px 100%);
  }
  .marie_claire_2_sec .inner{
    background: linear-gradient(to bottom, #AB9781 100px, #142444 100px 100%);
  }
  .marie_claire_1{
    width: 60%;
  }
  .marie_claire_1_logo {
    width: 95%;
  }
  .marie_claire_2{
    width: 90%;
  }
  .marie_claire_2_logo{
    width: 90%;
  }
}

@media all and (max-width: 374px) {
  .marie_claire_num_text p{
    font-size: 1.6rem;
  }
}


/* ***********************************************************
*   お問い合わせ
* *********************************************************** */

/* ***********************************************************
*   lower_top_sec_contact
* *********************************************************** */

.lower_top_sec_contact{
  padding: 160px 0 60px;
  background-image: none;
}

.lower_top_sec_contact h1{
  color: #1E428D;
}

/* ***********************************************************
*   form_sec
* *********************************************************** */

.form_sec{
  padding: 70px 0 140px;
}

.form_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
}

.form_sec p,
.form_sec input,
.form_sec textarea{
  color: #707070;
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.form_area ul{
  border-top: 1px solid #707070;
}

.form_area li{
  padding: 44px 60px 44px 0;
  border-bottom: 1px solid #707070;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.form_l{
  width: 290px;
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.form_sec_entry .form_l{
  width: 320px;
}
.form_select .form_l{
  padding-top: 4px;
}


.form_l .ttl{
  font-size: 1.7rem;
  margin-right: 10px;
}

.form_l .required{
  display: block;
  width: 88px;
  height: 30px;
  line-height: 30px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #1E428D;
  text-align: center;
}

.form_r{
  width: calc(100% - 290px);
}
.form_sec_entry .form_r{
  width: calc(100% - 320px);
}

.form_r input,
.form_r textarea{
  width: 100%;
  font-size: 1.7rem;
  border-radius: 5px;
  border: 1px solid #707070;
  padding: 17px 10px 15px;
}

.form_name .form_l{
  width: 237px;
}

.form_name .form_r{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 237px);
}

.form_name .form_r_box{
  width: calc(50% - 5px);
  display: flex;
  align-items: center;
}

.form_name .form_r_box p{
  width: 53px;
  font-size: 1.7rem;
  padding-right: 10px;
  text-align: right;
}

.form_name .form_r_box input{
  width: calc(100% - 53px);
}

.form_year input{
  width: 130px;
}

.form_mail .form_r p{
  font-size: 1.5rem;
  padding: 15px 0 10px;
}

.form_mail .form_r{
  display: flex;
  flex-direction: column;
}

.form_select_textarea .form_r{
  display: flex;
  flex-direction: column;
}

.form_area .form_textarea{
  align-items: center;
}

.privacy_policy_area{
  margin-top: 140px;
}

.privacy_policy_area h6{
  font-size: 2rem;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
}

.privacy_policy_box{
  border: 1px solid #707070;
  height: 294px;
  overflow-y: scroll;
  margin-top: 24px;
}

.privacy_policy_box_inner{
  padding: 20px 25px;
}

.privacy_policy_box p{
  font-size: 1.5rem;
}

.form_r_box_textarea{
  margin-top: 15px;
}

.agree_area{
  padding: 60px 0;
  text-align: center;
}

.form_btn input{
  display: block;
  width: 290px;
  height: 54px;
  line-height: 54px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #1E428D;
  border: none!important;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
  transition: .3s;
}

.form_btn input:hover{
  opacity: .8;
}

.select_box{
  width: 100%;
  font-size: 1.7rem;
  border-radius: 5px;
  border: 1px solid #707070;
  padding: 17px 10px 15px;
  color: #707070!important;
  background-color: #fff!important;
}

@media all and (max-width: 1024px) {
  .form_sec .inner{
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
  .select_box{
    font-size: 1.4rem;
  }
}

@media all and (max-width: 500px) {
  .form_sec {
    padding: 60px 0 80px;
  }
  .form_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .form_area li{
    padding: 40px 0;

    flex-direction: column;
  }
  .form_l{
    width: 100%;
    padding-top: 0;
  }
  .form_r{
    width: 100%;
    margin-top: 20px;
  }
  .form_sec_entry .form_r{
    width: 100%;
  }
  .form_name .form_r{
    width: 100%;
    flex-direction: column;
  }
  .form_name .form_r_box{
    width: 100%;
  }
  .form_name .form_r_box:nth-child(2){
    margin-top: 20px;
  }
  .privacy_policy_area {
    margin-top: 60px;
  }
  .privacy_policy_box_inner {
    padding: 20px;
  }
  .form_btn input{
    width: 100%;
  }
}


/* ***********************************************************
*   記事詳細
* *********************************************************** */

.single_ttl{
  border-bottom: 1px solid #707070;
}

.single_ttl_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single_ttl_flex .date{
  font-size: 1.5rem;
}

.single_ttl h1{
  font-size: 1.7rem;
  margin-top: 12px;
  padding-bottom: 5px;
}

.the_content p{
  font-size: 1.6rem;
  margin-top: 30px;
}

.the_content img{
  margin-top: 30px;
  width: 70%;
}

.single_area_news img,
.single_area_blog img{
  width: 100%;
}

.field_h3{
  font-size: 1.5rem;
  color: #fff;
  background-color: #1E418C;
  padding: 10px;
  margin-top: 40px;
}

.field_h3_2{
  background-color: #92B9DF;
}

.field_p{
  font-size: 1.6rem;
  margin-top: 20px;
}

.single_btn_area{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.single_btn_area a{
  font-size: 1.4rem;
  color: #1E428D;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin: 0 40px;
  position: relative;
}

.single_btn_area .previous a:before{
  content: "< ";
  font-size: 1.4rem;
  font-family: "Noto Sans Japanese",'Noto Sans JP',Helvetica ,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.single_btn_area .next a:after{
  content: " >";
}

@media all and (max-width: 1024px) {
  .archive_sec .inner{
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 1023px) {
  .single_ttl_flex{
    flex-direction: column;
    align-items: flex-start!important;
  }
}


@media all and (max-width: 500px) {
  .archive_sec {
    padding: 60px 0 80px;
  }
  .archive_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    align-items: center;
  }
  .archive_sec_main{
    width: 100%;
  }
  .side_bar{
    width: 100%;
    margin-top: 80px;
  }
  .side_bar_box{
    margin-top: 40px;
  }
  .arevhive_flex{
    flex-direction: column;
  }
  .arevhive_img{
    width: 70%;
  }
  .arevhive_text{
    width: 100%;
    margin-top: 10px;
  }
  .to_single_btn{
    margin-top: 20px;
    margin: 20px auto 0;
  }
}


/* ***********************************************************
*   流通
* *********************************************************** */

.lower_top_sec_distribution{
  background-image: url(../img/distribution/lower_top_bg.jpg);
}

/* ***********************************************************
*   distribution_top_sec
* *********************************************************** */

.distribution_top_sec{
  padding: 50px 0 120px;
  position: relative;
}

.distribution_top_sec .scroll_area_t img {
  top: 67.5px;
}

.ttl_6{
  text-align: center;
}

.ttl_6 h2{
  font-size: 3.3rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #707070;
  display: inline;
  line-height: 1.5;
  padding-bottom: 3px;
  text-align: center;
  font-weight: 600;
}

.distribution_top_sec p{
  font-size: 2.2rem;
  text-align: center;
  margin-top: 120px;
}

.distribution_top_sec_img{
  display: block;
  max-width: 704px;
  margin: 70px auto 0;
}

@media all and (max-width: 1023px) {
  .distribution_top_sec .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .distribution_top_sec{
    padding: 60px 0;
  }
  .distribution_top_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .ttl_6 h2{
    font-size: 1.9rem;
    line-height: 1.8;
  }
  .distribution_top_sec p{
    font-size: 1.7rem;
    margin-top: 40px;
  }
  .distribution_top_sec_img{
    margin: 40px auto 0;
  }
}

/* ***********************************************************
*   distribution_flow_sec
* *********************************************************** */

.distribution_flow_sec{
  padding: 130px 0 175px;
}

.distribution_flow_sec .inner{
  max-width: 1000px;
  margin: 0 auto;
}

.ttl_7 h2{
  color: #fff;
  background-color: #85A6E3;
  text-align: center;
  font-size: 2.6rem;
  padding: 16px 0;
}

.distribution_flow_area{
  padding-top: 50px;
}

.distribution_flow_box{
  max-width: 540px;
  margin: 0 auto;
  display: flex;
  margin-top: 66px;
  position: relative;
}

.distribution_flow_box::after{
  content: "";
  position: absolute;
  transform: translate(-50%,-50%);
  top: calc(100% + 33px);
  left: 50%;
  width: 63px;
  height: 25px;
  background-image: url(../img/distribution/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.distribution_flow_box:last-of-type:after{
  display: none;
}

.distribution_flow_box .text{
  width: 50%;
}

.dfb_ttl{
  display: flex;
}

.dfb_ttl p{
  width: 45px;
  height: 45px;
  background-color: #081F50;
  color: #fff;
  font-size: 2.3rem;
  line-height: 45px;
  text-align: center;
}

.dfb_ttl h6{
  width: calc(100% - 45px);
  height: 45px;
  background-color: #1E428D;
  color: #fff;
  font-size: 2rem;
  line-height: 45px;
  padding-left: 10px;
}

.dfb_b{
  display: flex;
  align-items: center;
  height: 105px;
  background-color: #E1EAFC;
  padding-left: 24px;
}

.dfb_b p{
  color: #1E428D;
  font-size: 1.7rem;
}

.distribution_flow_box .img{
  width: 50%;
}

.distribution_flow_box .img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 1279px) {
  .distribution_flow_sec .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .distribution_flow_sec{
    padding: 60px 0 80px;
  }
  .distribution_flow_sec .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .ttl_7 h2{
    font-size: 1.8rem;
  }
  .distribution_flow_area{
    padding-top: 0;
  }
  .distribution_flow_box{
    flex-direction: column;
  }
  .distribution_flow_box:first-of-type{
    margin-top: 40px;
  }
  .distribution_flow_box .text{
    width: 100%;
  }
  .distribution_flow_box .img{
    width: 100%;
  }
}

/* ***********************************************************
* ?  metaverse-guide
* *********************************************************** */
/* ***********************************************************
*   metaverse-guide_top_sec
* *********************************************************** */

.metaverse-guide_top_sec{
  padding: 50px 0 120px;
  position: relative;
}

section.metaverse-guide_top_sec .metaverse-guide-top{
   margin: 0 auto;
	max-width: 1920px;
		margin-bottom: 50px;
}

section.metaverse-guide_top_sec .metaverse-guide-content {
  margin: 0 auto;
  max-width: 1020px;
	margin-bottom: 100px;
}
section.metaverse-guide_top_sec .metaverse-guide-content-button {
  margin: 0 auto;
  max-width: 1020px;
	margin-top: 100px;
	margin-bottom: 100px;
}
section.metaverse-guide_top_sec .metaverse-guide-content-text {
  margin: 0 auto;
  max-width: 1020px;
	text-align: center;
	margin-bottom: 50px;
}

.metaverse-guide-content-text h2 {
    font-size: 28px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.metaverse-guide-content-text h2::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid black; /* 下線のスタイルを指定してください */
    margin-top: 10px; /* 適切な値を指定してください */
}




@media all and (max-width: 1023px) {
  .metaverse-guide_top_sec .inner{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (min-width: 500px) {
  section.metaverse-guide_top_sec .metaverse-guide-top img:nth-child(3),
  section.metaverse-guide_top_sec .metaverse-guide-top img:nth-child(4) {
    display: none;
  }
}

@media all and (max-width: 500px) {
  .metaverse-guide_top_sec {
    padding: 60px 0;
  }
  .metaverse-guide_top_sec .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.metaverse-guide_top_sec .metaverse-guide-top img:nth-child(1),
  section.metaverse-guide_top_sec .metaverse-guide-top img:nth-child(2) {
    display: none;
  }
  .metaverse-guide-content-text h2 {
    font-size: 16px;
  }
}

 /* ***********************************************************
*   個人情報保護方針
* *********************************************************** */

 .privacypolicy_content {
	 margin: 20px;
	 	 font-size:1.8em;
}
.privacypolicy_title {
	font-weight: bold;
	 	 font-size:2em;
	margin-bottom: 10px;
}
 .privacypolicy_section {
	 margin-bottom: 50px;
 }
  .privacypolicy{
	 max-width:1000px;
	 margin: 0 auto;
 }