@charset "UTF-8";

.font-zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
#page_top{
  display: none !important;
}
.font-squada {
  font-family: "Squada One", sans-serif;
  font-weight: 400;
}

.font-moul {
  font-family: "Moul", serif;
  font-weight: 400;
}
.wrap{
  background: #F3F3F3; 
}
#header_sub,
.section01{
  position: relative;
  z-index: 1;
  background: #fff;
} 
#header_sub{
  position: relative;
  padding-top: 75px;
}
.hnav_logo{
  text-align: center;
  width: 100%;
}
.hnav_logo img{
  max-width: 100%;
  width: 150px;
}
.other_fields_wrap *, .other_fields_wrap *::after, .other_fields_wrap *::before {
  box-sizing: border-box;
}
#hnav{
  width: 200px;
  background: #fff;
  padding: 40px 0;
  border-radius: 24px;
  color: #9B9B9B;
  position: relative;
  z-index: 99;
  left: 40px;
  top: 0%;
}
.bg_white{
  background: #fff;
}
#hnav .hnav_menu {
  margin-top: 25px;
}
#hnav .hnav_menu li{
  position: relative;
  padding: 10px 20px;
}
#hnav .hnav_menu li a:before{
  content:"";
  position: absolute;
  left: -4px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: -4px;
  background: #424242;
  opacity: 0;
}
#hnav a{
  color: inherit;
  text-decoration: none; 
}
#hnav .hnav_contact{
  margin-top: 18px;
}
#hnav .hnav_contact a{
  display: block;
  background-color: #f58200;
  background-image: url('../image/hnav_ico.png');
  background-repeat: no-repeat;
  background-position: center right 10px;
  color: #fff;
  padding: 8px 22px;
  margin-right: 15px;
  font-weight: 700;
  font-size: 18px;
  border-radius: 0 30px 30px 0;
  box-shadow: 0px 7px 16px 0px #f582008c;
}
#hnav .hnav_contact a:hover{
  background-color: #2697E2;
  background-image: url('../image/hnav_ico_on.png');
  box-shadow: 0px 1px 10px 0px #2697e28f;
}
#hnav .hnav_menu a:hover:before,
#hnav .hnav_menu li.active a:before{
  opacity: 1;
}
#hnav .hnav_menu a:hover{
  font-weight: 500;
  color: #424242;
}
#hnav .hnav_menu .active a{
  color: #424242;
  font-weight: 900;
}
#hnav .menu_btn{
  background: url('../image/hnav_bg.png') no-repeat center / 100% 100%;
  width: 216px;
  height: 80px;
  text-align: center;
  color: #fff;
  display: none;
  position: relative;
  z-index: 1;
}
#hnav .menu_btn span {
  color: #fff;
  padding-top: 9px;
  display: block;
}
#hnav .active .menu_btn span { 
  padding-top: 10px; 
}
#hnav .menu_btn button{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  position: relative;
  border: none;
  color: #fff;
  box-sizing: border-box;
  display: block;
}
#hnav .menu_btn button:before,
#hnav .menu_btn button:after{
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #2697e2;
}
#hnav .menu_btn button:before{
  margin-top: -4px;
}
#hnav .menu_btn button:after{
  margin-top: 2px;
}

.sp_hnav_open #hnav .menu_btn button:before,
.sp_hnav_open #hnav .menu_btn button:after{
  margin-top: -1px;
  width: 12px;
}

.sp_hnav_open #hnav .menu_btn button:before{
  transform: rotate(45deg);
}
.sp_hnav_open #hnav .menu_btn button:after{
  transform: rotate(-45deg);
}

.case_banner{
  text-align: center;
  margin: 73px 0 102px 0;
}
.case_banner img{
  width: 496px;
  max-width: 100%;
  margin: auto;
}
.case_banner .spOnly{
  display: none;
}
.case_banner .pcOnly{
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1530px) {
  /* #main {
    padding-left: 250px;
  } */
}

@media screen and (min-width: 768px) {
  #hnav li a { 
    line-height: 1.4;
  }
  #footer .footer_main_wrap .footer_logo img{
    height: 63px;
  }
  .other_fields_wrap .other_fields_box .other_fields_img img{
    height: 255px;
  }
  #footer .footer_txt.mT10{
    margin-top: 9px !important;
    margin-bottom: 1px;
  }
  #footer .footer_main_box{
    margin-bottom: 19px;
  }
  #footer .footer_main_box:nth-child(2) .footer_txt.mT10{
    margin-top: 11px !important;
    margin-bottom: -1px;
  }
  .other_fields_wrap{
    margin-bottom: 77px;
  }
  .breadcrumbs_wrap .content_inner {
    width: 1124px;
    padding: 0 50px;
}
#header .header_nav_block{
  background: #fff;
}
  #hnav{
    position: sticky;
    top: 156px;
  }
  #main .content_inner{ 
    padding-left: 250px;
  }
  #main  #main_visual.content_inner{
    padding-left: 320px;
    max-width: 100%;
  }
  #main .content {
    padding-bottom: 0;
    margin-top: -674px;
  }
  #header_sub{
    padding-top: 156px;
  }
  #main {
    padding-bottom: 170px;
  }

  #header,
  .content_inner,
  .other_fields_wrap .other_fields_inner{
    min-width: 0;
  }
  #footer .footer_inner,
  .other_fields_wrap .other_fields_inner.v_col3{
    max-width: 100%;
  } 
  #hnav .hnav_menu li{
    line-height: 1.4;
  }
   #hnav .hnav_menu li a:hover{
    color: #C2C2C2
  }

   #hnav .hnav_menu li:not(.active) a::before{
   display: none;
  }
  #header .header_nav_list{
    background-color: #fff;
  } 
  #header.is_fixed .header_nav_wrap .header_nav_logo a{
    display: block;
  }

}

@media screen and (max-width: 767px) {
  #footer_copyright{
    padding-bottom: 100px;
    background-color: #fff;
  }
  #footer .footer_link_list_wrap{
    background-color: #fff;
    margin-top: 0;
    padding-top: 20px;
  }
  .other_fields_wrap{
    margin-bottom: 0;
    padding-bottom: 50px;
    background: #fff;
  }
  .case_banner {
    text-align: center;
    margin: 0px 0 45px 0;
  }
  .case_banner .pcOnly{
    display: none;
  }
  .case_banner .spOnly{
    display: block;
  }
  #page_top{
    bottom: 50px;
  }
  #main, #footer {
    padding-left: 0;
  }
  #header_sub{
    padding-top: 15px;
    z-index: 9;
  }
  #hnav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    top: auto;
    padding: 0;
    background: rgba(255,255,255,0);
    color: #fff;
  }
  #hnav .menu_btn{
    display: block;
  }
  #hnav .hnav_menu{
    margin-top: 0;
    font-weight: 700;
  }
  #hnav .hnav_logo{
    display: none;
  }
  #hnav .hnav_menu .menu_list{
    display: none;
    text-align: center;
    padding-bottom: 60px;
  }
  #hnav .hnav_menu li a:before{
    content: none;
  }
  #hnav .hnav_menu:before{
    content:"";
    background: #2697e2;
    width: 960px;
    height: 960px;
    border-radius: 50%;
    top: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.2s;
  }
  #hnav .hnav_menu a:hover,
  #hnav .hnav_menu .active a{
    color: #fff;
    font-weight: 700;
  }
  .sp_hnav_open #hnav .hnav_menu.active:before{
    opacity: 1;
  }
  .sp_hnav_open #hnav .hnav_menu.active .menu_list{
    display: block;
  }
  .sp_hnav_open #hnav .hnav_menu.active .menu_btn{
    background: transparent;
    margin: 0 auto;
  }
  #hnav .hnav_contact{
    position: absolute;
    bottom: 10px;
    right: 15px;
    margin: 0;
  }

}


#main_visual{
  /* margin: 0 80px 0 320px; */
  position: relative;
}

.main_visual_bg{
  height: 548px;
  background: url('../image/mv_bg.jpg') no-repeat center / cover;
  border-radius: 24px;
}
.main_visual_bg::before{
  content:"";
  position: absolute;
  left: 319px;
  top: -1px;
  background: url('../image/mv_frame.png') no-repeat center / 100% 100%;
  width: 230px;
  height: 88px;
}
.main_visual_ttl{
  font-size: 64px;
  position: absolute;
  top: -7px;
  left: 320px;
  z-index: 1;
  line-height: 1;
}
.main_visual_ttl > span:nth-child(odd){
  color:#0068B7;
}
.main_visual_ttl > span:nth-child(even){
  color:#E60012;
}
.main_visual_txt {
  color: #fff;
  position: absolute; 
  width: calc(100% - 250px);
  top: 105px;
  right: 0;
  z-index: 1;
  padding: 0 8%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.main_visual_txt .txt {
  font-size: min(32px,2.3vw);
  /* font-size: 32px; */
  font-weight: 700;
  line-height: 1.563;
  width: 430px;
  text-align: left;
}
.main_visual_txt .img {
  /* margin: 0.8% 0.8% 0 0; */
  max-width: 40%;
  width: 328px;
}
.main_visual_txt .img img {
  max-width: 100%;
  height: auto;
}
.main_visual_small { 
  position: absolute;
  z-index: 1;
  right: 75px;
  bottom: 15px;
  font-size: 12px;
  color: #fff;
  text-align: right;
}
.logo_footer{
  margin: auto;
  margin-top: 165px;
  text-align: center;
  max-width: 704px;

}
.logo_footer img{
  max-width: 354px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main_visual_small{
    font-size: 11px;
    right: 35px;
  }
  .main_visual_bg{
    height: 560px;
  }
  .main_visual_txt{
    flex-wrap: wrap;
    top: 15%;
    padding: 0 7%;
    width: 100%;
  }
  .main_visual_txt .txt{
    font-size: 20px;
  }
  .main_visual_txt .img{
    margin: 8% 0 0 0;
    max-width: 90%;
  }
  .main_visual_ttl{
    font-size: 40px;
    top: 0%;
    left: 19px;
  }
  .main_visual_bg::before{
    background: url('../image/mv_frame_sp.png') no-repeat center / 100% 100%;
    width: 155px;
    height: 76px;
    left: 19px;
  }
  .logo_footer{
    margin-top: 80px;
    max-width: 100%;
    padding: 0px 30px 0px 21px;
  }
 
}


.sec_case_inner{
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 1080px;
  margin: 0 auto;
}

.case_3col_2,
.case_2col_full{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case_2col_full .case_col_xs{
  width: 40%;
}
.case_2col_full .case_col_xl{
  width: 54.545%;
}
.case_col_3col{
  width: 29.231%;
}

@media screen and (max-width: 767px) {
  .case_2col_full .case_col_xl,
  .case_2col_full .case_col_xs{
    width: 100%;
  }

  .case_3col_2 .case_col_3col{
    width: 46.784%;
  }
}

.case_ttl_en{
  font-size: 96px;
  color: #9B9B9B;
  line-height: 1;
}
.case_ttl_en >span:nth-child(4n+1){
  color: #6BC3E5;
}
.case_ttl_en >span:nth-child(even){
  color: #424242;
}

.case_ttl_jp{
  font-size: 20px;
  font-weight: 700;
  color: #424242;
}

.section01{
  padding-top: 25px;
  padding-bottom: 150px;
  position: relative;
}
.case_box .case_box_item:nth-child(odd){
  flex-direction: row-reverse;
}
.case_box_item{
  max-width: 880px;
  margin: 0 auto 88px;
  align-items: center;
}
.case_box_item img{
  max-width: 100%;
  height: auto;
}
.case_box_item .txt{
  letter-spacing: 0;
  line-height: 1.875;
} 
@media screen and (max-width: 767px) {
  .section01{
    padding-top: 50px;
    padding-bottom: 23px;
  }
  .case_box_item{
    margin-bottom: 50px;
  }
  .case_box_item .img{
    margin-top: 47px;
  }  
  .case_box_item .txt{
    line-height: 2.571;
    font-size: 14px;
  }  
}


.section02{
  padding-bottom: 0;
  background: #F3F3F3;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.section02::before{
  content:"";
  background: #fff;
  position: absolute;
  z-index: -1;
  bottom: calc(100% - 380px);
  left: 50%;
  width: 3387px;
  height: 3387px;
  border-radius: 50%;
  transform: translateX(-50%);
}
.case_list{
  margin-top: 140px;
}

.case_list_item{
  margin-bottom: 70px;
}

.case_list_item a{
  color: inherit;
}
.case_list_item a:hover{
  text-decoration: none;
}
.case_list_item a:hover .img img{
  transform: scale(1.1);
}

.case_list_item .img{
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1/0.78947;
}
.case_list_item img{
  max-width: 100%;
  height: 100%;
  transition: .5s ease;
  object-fit: cover;
}
.case_list_item .ttl{
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 10px;
  color: #424242;
  line-height: 1.5;
}
.case_list_item .ttl_sub{
  font-size: 14px;
  font-weight: bold;
  display: none;
}
.case_list_item .desc{
  color: #424242
}
.case_list_item .cat{
  color: #fff;
  font-weight: bold;
  background: #2697E2;
  max-width: 143px;
  border-radius: 30px;
  padding: 0 5px;
  line-height: 2;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: -16px auto 0;
  display: none;
}

.case_pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 115px;
  font-size: 14px;
}
.case_pagination_number{
  display: flex;
  justify-content: center;
  align-items: center;
}
.case_pagination span{
  margin: 0 4px;
  cursor: pointer;
  color: inherit;
}
.case_pagination .num{
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 1;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case_pagination .num.active{
  color: #fff;
  background: #6BC3E5;
}

@media screen and (max-width: 767px) {
  .section02{
    padding-bottom: 60px;
    overflow: hidden;
  }
  .section02::before{
    bottom: calc(100% - 240px);
    width: 2830px;
    height: 2830px;
  }
  .case_ttl_en{
    font-size: 64px;
  }
  .case_ttl_jp{
    font-size: 16px;
  }
  .case_list{
    margin-top: 70px;
  }
  .case_list_item{
    margin-bottom: 40px;
  }
  .case_list_item .ttl{
    font-size: 16px;
    margin: 13px 0 9px;
    letter-spacing: -0.3px;
  }
  .case_list_item .img{
    aspect-ratio: 1/1; 
  }
  .case_list_item .ttl_sub{
    font-size: 12px;
  }
  .case_list_item .desc{
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.65;
  }
  .case_list_item .cat{
    font-size: 14px;
    max-width: 75%;
  }
  .case_pagination{
    margin: 40px 0 90px;
    font-size: 14px;
  }
  .case_pagination .num{
    font-size: 12px;
    width: 32px;
    height: 32px;
  }
  .sec_case_inner{
    padding: 0 0;
  }
  #hnav .hnav_contact a{
    margin: 0;
    border-radius: 30px;
    width: 146px;
    box-sizing: border-box;
    font-size: 14px;
    border-spacing: center right 6px;
    background-size: 24px auto;
    padding: 8px 47px 8px 12px;
    box-shadow: 0px 8px 16px 0px #00000038;
    background-position: center right 8px;
  }
}
/* style header enntry */
@media screen and (min-width: 768px) {
  #header.is_fixed .header_nav_logo img{
    display: none;
  }
  #header .header_nav_list{
    background-color: #f4f6f7;
  }
}