@charset 'utf-8';
/* ==========================================

  全体

========================================== */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: inline-block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 760px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
/*---------------- ▽clearfix▽ ----------------*/
/* clear */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}
* html #contents,
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*---------------- ▽style▽ ----------------*/
a{
  color: #000;
  text-decoration: none;
}
a:hover{
  cursor: pointer;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

/* サイト全体 */
.wrap{
}
@media screen and (max-width: 750px){
.wrap{

}
}
/* メインボックス全体 */
.wrap{

}
@media screen and (max-width: 750px){
.wrap{

}
}
/* ==========================================

  animation

========================================== */
/*---------------- ▽フェイドイン▽ ----------------*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/*---------------- ▽ページトップ▽ ----------------*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5vw;
  bottom: 3vw;
  background: #1b449a;
  z-index: 10;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 600px){
  #page_top{
    position: fixed;
    right: 0;
  }
}

/* ==========================================

  header

========================================== */
/* ==========================================

  footer

========================================== */
.footer_contents figure img{
  width: 100%;
}
footer{
  margin-bottom: -20px;
}
.footer_contents{
  padding: 16px 0 60px 55px;
  background-color: #cccccc;
}
.footer_contents figure{
  margin-bottom: 10px;
  width: 405px;
}
.footer_contents p{
  line-height: 1.5em;
  font-weight: bold;
}
/*#########################768px以下#########################*/
@media only screen and (max-width: 768px){
  .footer_contents{
    padding: 30px 0 60px;
  }
  .footer_contents figure{
    margin: 0 auto 15px;
    width: 80vw;
  }
  .footer_contents p{
    font-size: 20px;
    text-align: center;
  }
}
  /*#########################500px以下#########################*/
  @media only screen and (max-width: 500px){
    .footer_contents{
      padding: 20px 0 80px;
    }
    .footer_contents p{
      font-size: 16px;
      text-align: center;
    }
  }
/* ==========================================

  404.php

========================================== */
/* ==========================================

  main

========================================== */
h1 img,
h2 img,
.Point_list_item img,
.Banner_wrap img,
.Work_flex_left figure img{
  width: 100%;
}

.br_sp{
  display: none;
}

.HP_link,
.Form_link{
  padding: 15px;
  position: fixed;
  top: 0;
  right: 265px;
  background-color: #1b449a;
  border: solid 1px #1b449a;
  border-radius: 0px 0px 15px 15px;
  z-index: 999;
}
.HP_link:hover,
.Form_link:hover{
  border: solid 1px #1b449a;
  background-color: #fff;
}
.Form_link{
  right: 30px;
}
.HP_link a,
.Form_link a{
  position: relative;
  display: block;
  padding-left: 1em;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.HP_link:hover a,
.Form_link:hover a{
  color: #1b449a;
}
.HP_link a::before,
.Form_link a::before{
  position: absolute;
  content: "";
  left: 0;
  width: 0.9em;
  height: 0.9em;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/HP_link.svg);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(108%) contrast(103%);
}
.Form_link a::before{
  background-image: url(../images/Form_link.svg);
}
.HP_link:hover a::before,
.Form_link:hover a::before{
  filter: invert(19%) sepia(29%) saturate(5012%) hue-rotate(210deg) brightness(98%) contrast(94%);
}

.MV_wrap{
  width: 100%;
}
.MV_sp{
  display: none;
}

.heading_txt{
  margin: 0 auto 20px;
  padding: 10px;
  width: max-content;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #1b449a;
  font-weight: bold;
  font-size: 24px;
}

.heading_Point_pc,
.heading_Entry,
.heading_Support,
.heading_Work{
  margin: 0 auto 40px;
  width: 280px;
}

.heading_Point_pc,
.heading_Point_sp{
  margin-left: 0;
  width: 830px;
}
.heading_Point_sp{
  display: none;
}
.Point_wrap{
  margin: 0 auto;
  width: 93.75vw;
}
.Point_list_wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.Point_list_item{
  margin-bottom: 50px;
  width: 31.67%;
}

.Banner_wrap{
  margin: 0 auto 100px;
  width: 1000px;
  transition: 0.5s;
}

.Banner_wrap:hover{
  opacity: 0.5;
  transition: 0.5s;
}
.Banner_sp{
  display: none;
}

.Support_wrap{
  margin: 0 auto 100px;
}
.heading_Support{
  width: 442px;
}
.Support_slider {
  margin: 0 auto 50px;
  max-width: 1280px;
  width: 100%;
}
.slider_img {
  margin: 0 0px;
  transform: scale(0.75);
  transition:  transform .5s;
  width: 100%;
}
.slider_img.slick-center{
  width: 100%;
  transform: scale(1);
}
.slider_img img{
  height: auto;
  width: 100%;
}
.Support_txt{
  font-size: 28px;
  font-weight: bold;
  color: #1b449a;
  line-height: 1.75em;
  letter-spacing: 0.08em;
  text-align: center;
}

.Work_wrap{
  margin: 0 auto 100px;
}
.heading_Work{
  width: 196px;
}
.Work_flex{
  margin: 0 auto;
  width: 1000px;
  display: flex;
  justify-content: space-between;
}
.Work_flex_left,
.Work_flex_right{
  width: 490px;
}
.Work_flex_left figure{
  margin-bottom: 20px;
}

.Work_flex_right h3{
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: 0.15em;
  color: #1b449a;
}
.Work_flex_right h4{
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #1b449a;
  box-sizing: border-box;
}
.Work_flex_right p{
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6em;
}
.Work_flex_right p span{
  font-weight: bold;
}
.Work_flex_right ul{
  margin-bottom: 10px;
}
.Work_flex_right ul li p{
  position: relative;
  margin-bottom: 0;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.8em;
}
.Work_flex_right ul li p::before{
  position: absolute;
  content: '・';
  top: 0;
  left: 0;
}
.Work_flex_right ul li:first-child p{
  margin-bottom: 0;
  padding-left: 0;
}
.Work_flex_right ul li:first-child p::before{
  display: none;
}

.heading_left{
  margin-left: 0;
  margin-bottom: 0;
}
/*#########################1000px以下#########################*/
@media only screen and (max-width: 1000px){
  .HP_link{
    right: 235px;
  }

  .HP_link a,
  .Form_link a{
    font-size: 20px;
  }
  .heading_txt{
    margin: 0 auto 20px;
    padding: 10px;
    font-size: 2.4vw;
  }
  .heading_Point_pc,
  .heading_Point_sp{
    margin-left: 0;
    width: 83vw;
  }
  .heading_Entry,
  .heading_Support{
    margin: 0 auto 40px;
    width: 28vw;
  }
  .Banner_wrap{
    width: 78.13vw;
  }
  .heading_Support{
    width: 44.2vw;
  }
  .Work_flex{
    display: block;
    width: 85vw;
  }
  .Work_flex_left_item{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
  }
  .Work_flex_left_item figure{
    width: 48%;
  }
  .Work_flex_left,
  .Work_flex_right{
    width: 100%;
  }
  .Work_flex_right h3{
    margin-bottom: 20px;
  }
  .Support_txt{
    font-size: 2.8vw;
  }

  .heading_left{
    margin-left: 0;
    margin-bottom: 0;
  }
}

/*#########################768px以下#########################*/
@media only screen and (max-width: 768px){
  .MV_pc,
  #page_top,
  .Banner_pc{
    display: none;
  }
  .MV_sp,
  .Banner_sp{
    display: block;
    margin-bottom: 50px;
  }
  .br_sp{
    display: inline;
  }

  .HP_link,
  .Form_link{
    width: 50%;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    box-sizing: border-box;
    text-align: center;
    border-radius: 20px 0 0 0;
  }
  .Form_link{
    left: auto;
    right: 0;
    border-left: solid #fff 1px;
    border-radius: 0 20px 0 0;
  }
  .HP_link a,
  .Form_link a{
    padding-left: 0;
    font-size: 18px;
  }
  .HP_link a::before,
  .Form_link a::before{
    position: relative;
    display: inline-block;
    margin-right: 0.2em;
  }

  .Point_list_item{
    margin-bottom: 35px;
    width: 48%;
  }

  .Banner_wrap{
    margin-bottom: 75px;
  }

  .heading_txt{
    margin-bottom: 15px;
    font-size: 3.73vw;
  }

  .Support_wrap{
    margin-bottom: 80px;
  }
  .Support_slider{
    margin-bottom: 35px;
  }

  .heading_Support{
    width: 80vw;
  }
  .Support_txt{
    font-size: 4.27vw;
  }

  .heading_Work{
    width: 38.4vw;
  }

  .Work_wrap{
    margin-bottom: 75px;
  }
  .Work_flex{
    width: 90vw;
  }

  .Work_flex_right h3{
    margin-bottom: 15px;
    font-size: 8vw;
  }

  .heading_Entry{
    margin-bottom: 35px;
    width: 49.07vw;
  }
}

/*#########################500px以下#########################*/
@media only screen and (max-width: 500px){
  .HP_link a,
  .Form_link a{
    font-size: 14px;
  }

  .HP_link,
  .Form_link{
    padding: 18px;
  }

  .heading_Point_pc{
    display: none;
  }
  .heading_Point_sp{
    display: block;
    margin-bottom: 30px;
  }

  .Point_list_wrap{
    margin-bottom: 30px;
  }
  .Point_list_item{
    margin-bottom: 20px;
    width: 100%;
  }

  .Banner_wrap{
    margin-bottom: 50px;
    width: 90.67vw;
  }

  .heading_txt{
    margin-bottom: 10px;
  }

  .Support_wrap{
    margin-bottom: 60px;
  }
  .Support_slider{
    margin-bottom: 30px;
  }

  .Work_wrap{
    margin-bottom: 50px;
  }
  .Work_flex_right h3{
    margin-bottom: 10px;
  }
  .Work_flex_right h4{
    font-size: 16px;
  }
  .Work_flex_right ul li p,
	.Work_flex_right p{
    font-size: 14px;
  }

  .heading_Entry{
    margin-bottom: 30px;
  }
}
