@charset "UTF-8";
/*=======================================================================================
1.0 - Common
========================================================================================*/
/* Reset
ブラウザがデフォルトで持っているCSSを打ち消すCSSです。
----------------------------------------------------------------------------------------*/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote,
body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div,
dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup,
h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object,
ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong,
sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  font-family: inherit;
  font-size: 103%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
  margin: 0;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, details, figcaption,
figure, footer, header, hgroup, menu,
nav, section {
  display: block;
}

legend {
  display: none;
}

/*-----------------------------------------------------------------------------*/
.Noto700{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.Noto400{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.Roboto{
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

body{
    background-color:white;
}

/* ココまで共通 */
/*-----------------------------------------------------------------------------
ココから個別～PC・タブレット用 画面サイズ501～ */
@media screen and (min-width:501px){
  #wrapid{
    width:100%;
    min-width: 1080px;
  }
    /* header関連 */
    #header-background{
      background-color:white;
      position: fixed;
      top:0;
      left:0;
      z-index:10;
      width:100%;
      height: 106px;
    }
    #header{
        display: flex;
        width:1080px;
        height: 106px;
        margin:0 auto;
    }

    #header-logo{
      padding-top:36px;
      padding-left:10px;
      flex-basis: 28%;
    }
    #header-logo img{
      width: 241px;
      height:auto;
    }

    .navi{
      flex-basis: 53%;
        padding:46px;
    }

    .navi ul{
      display: flex;
    }

    .navi ul li{
        width:25%;
        text-align: center;
    }
    .navi ul li a{
        color: RGB(16,81,183);
        font-size:18px;
        text-decoration: none;
    }

    #sns{
      padding:38px 0;
      flex-basis: 19%;
    }
    #forPC{
      display: flex;
      justify-content: flex-end;
    }
    #forPC li img{
      margin-right:16px;
      width:30px;
      height:auto;
    }

    #forMobile{
      display: none;
    }
    /* コンセプト画像部分 */
    #concept{
      padding-top: 105px;
      width:100%;
      min-width: 1080px;
    }

    #concept #concept-img{
        position: relative;
    }
    #concept #concept-img img{
        width:100%;
        height:500px;
        object-fit: cover;
    }

    #concept-message-box{
        position:absolute;
        width:100%;
        height:500px;
        top:0;
        left:0;
        background-color:rgba(0,0,0,.3);
    }
    #concept-message-box h1{
      position: relative;
      top:50%;
      left:50%;
      transform: translate(-50%, -50%);
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 900;
      font-size:78px;
      color:white;
      line-height: 100px;
      text-align:center;
    }

    /* メインコンテンツ大枠 */
    #maincontents{
      width:1080px;
      margin:50px auto 0 auto;
    }

    /* VISION部分 */
    #vision{
      display:flex;
      width:99%;
      margin-bottom: 80px;
    }

    #vision .Visionbackground{
      position:relative;
    }
    #vision .TextBox{
      position: absolute;
      top:20px;
      left:-1080px;
      width:690px;
      height: 283px;
      background-color: rgba(255,255,255,.8);
      z-index: 15;
      padding:42px 10px 0 40px;
    }
    .TitlePart{
      display: flex;
      align-items: flex-end;
    }

    .TitleText{
      color: RGB(16,81,183);
      font-size:60px;
    }
    .SubTitle{
      padding:0 0 8px 7px;
      color: RGB(16,81,183);
      font-size:24px;
    }

    .SubText{
      color: RGB(16,81,183);
      font-size:19px;
    }

    .TextBox p{
      margin-top:25px;
      font-size:16px;
    }

    #VisionImg {
      margin-left: auto;
    }

    #VisionImg img{
      width:490px;
      height: 330px;
      object-fit: cover;
    }

    #service{
      display:flex;
      width:99%;
      margin-bottom: 80px;
    }
    #service .Servicebackground{
      position:relative;
    }
    #service .TextBox{
      position: absolute;
      right:0;
      top:20px;
      width:690px;
      height: 283px;
      background-color: rgba(255,255,255,.8);
      z-index: 15;
      padding:42px 10px 0 40px;
    }

    #ServiceImg {
      margin-right: auto;
    }

    #ServiceImg img{
      width:490px;
      height: 330px;
      object-fit: cover;
    }

    /* PR関連項目 */
    #PR{
      display: flex;
      width:90%;
      justify-content:space-between;
      margin:0 auto;
    }

    .PR-items {
      flex-basis: 30%;
    }

    #PR img{
      width: 100%;
      height:auto;
    }

    .PR-items .SubTitle{
      text-align: center;
      padding:20px;
    }

    .PR-items p{
      font-size:10px
    }

    #contact{
      margin-top: 100px;
    }
    #contact-header{
      position: relative;
      margin: 0 auto;
    }
    #contact-header img{
      width:100%;
      height:210px;
      object-fit: cover;
    }
    #contact-box{
      position: absolute;
      width:980px;
      height:167px;
      top:50%;
      left:50%;
      transform:translate(-50%,-25%);
      background-color: rgba(255,255,255,.8);
    }
    #contact-title{
      position: absolute;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
      text-align: center;
    }

    #form{
      width:585px;
      margin:50px auto 0 auto;
    }

    .label-box{
      margin-bottom: 18px;
    }

    .formlabel{
      font-size:18px;
      line-height:40px;
    }

    .required{
      width:50px;
      padding:0 10px;
      margin-left:15px;
      color:white;
      font-size: 18px;
      line-height:40px;
      border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
      background-color: rgb(204,0,0);
    }

    .form-items{
      margin:30px 0;
    }

    .inputbox{
      width:100%;
      height:50px;
    }

    .radio-items{
      display: flex;
      width:100%;
      flex-wrap: wrap;
    }
    .checkbox-items{
      display: flex;
      width:100%;
      flex-wrap: wrap;
    }

    .select-box{
      flex-basis: auto;
    }

    .chk{
      transform:scale(1.5);
      margin-right:10px;
      margin-top:15px;
    }
    .chktext{
      margin-right:30px;
      line-height: 18px;
      font-size:18px;
    }

    #discription{
      width:100%;
      height:180px;
    }

    #submit-button{
      width: 216px;
      height: 50px;
      background-color: RGB(16,81,183);
      border-radius: 25px 25px 25px 25px;
      text-align: center;
      margin: 50px auto 0 auto;
    }

    #submit-button a{
      color: white;
      font-size:18px;
      line-height: 50px;
      text-decoration: none;

    }

    /* フッター関連 */
    #footer-background{
      background-color: RGB(16,81,183);
      margin-top: 50px;
      width:100%;
    }

    #footer{
      width:1080px;
      height: 210px;
      margin:0 auto;
    }
    #footer-box1{
        position: relative;
        width: 100%;
        height:100px;
        padding-top:50px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    #footer-img{
      padding-left:10px;
      flex-basis: 20%;
    }

    #footer-img img{
      width: 210px;
      height:auto;
    }

    #footer-contents{
      flex-basis:45%;
      width: 600px;
      text-align: center;
    }

    #footer-contents ul{
      display: flex;
      align-items: flex-end;
    }
    #footer-contents ul li{
      text-align: center;
      width:50%;
    }

    #footer-contents ul li a{
      color: white;
      font-size:18px;
      text-decoration: none;
    }

    #Rights{
      margin-top:40px;
      margin-left:10px;
    }

    #Rights small{
      color: white;
      font-size:12px;
    }

}
/*-----------------------------------------------------------------------------
/*-----------------------------------------------------------------------------
/*-----------------------------------------------------------------------------
ココから個別～スマートフォン用 画面サイズ～500 */
@media screen and (max-width:500px){
  #wrapid{
    width:100%;
    min-width:360px;
  }
  /* header関連 */
  #header-background{
    background-color: white;
    position: fixed;
    top:0;
    left:0;
    z-index:10;
    width:100%;
    height: 80px;
  }
  #header{
      width: 100%;
  }

  #header-logo{
    padding-top:15px;
    padding-left:10px;
  }
  #header-logo img{
    width: auto;
    height:50px;
  }

  /*  ココからハンバーガーメニュー  */
  #Hamburger{
    position: fixed;
    top:0px;
    left: 0px;
    z-index: 10;
  }
  .nav_toggle {
      display: block;
      position: fixed;
      right: 10px;
      top:18px;
      width: 50px;
      height: 44px;
  }
  .nav_toggle i {
      display: block;
      text-align: center;
      width: 100%;
      height: 3px;
      background-color:RGB(16,81,183);
      position: absolute;
      transition: transform .5s, opacity .5s;
  }
  .nav_toggle i:nth-child(1) {
      top: 5px;
  }
  .nav_toggle i:nth-child(2) {
      top: 0;
      bottom: 0;
      margin: auto;
  }
  .nav_toggle i:nth-child(3) {
      bottom: 5px;
  }

  .nav_toggle.show i:nth-child(1) {
      transform: translateY(15px) rotate(-45deg);
      background-color:white;
  }
  .nav_toggle.show i:nth-child(2) {
      opacity: 0;
  }
  .nav_toggle.show i:nth-child(3) {
      transform: translateY(-15px) rotate(45deg);
      background-color:white;
  }

  .navi{
    opacity: 0;
  }
  .navi.show{
    display: flex;
    justify-content: center;
    text-align: center;
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background-color: RGBa(16,81,183,1);
    opacity: 1;
    transition: all 0.6s;
  }

  .navi.show ul{
    position: fixed;
    width:300px;
    top:8.6vh;
  }

  .navi.show ul li{
      margin: 7.5vh;
  }
  .navi.show ul li a{
      color: white;
      font-size:4.2vh;
      text-decoration: none;
  }

  #sns{
    padding:38px 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #sns #forPC{
    display: none;
  }

  #sns.show{
    opacity: 1;
    transition: all 0.6s;
  }

  #forMobile{
    display: flex;
    justify-content:space-between;
    position: fixed;
    top:68vh;
    width:50%;
    z-index:11;
  }

  #forMobile li img{
      width: 45px;
  }

  /* コンセプト画像部分 */
  #concept{
    padding-top: 80px;
    min-width: 320px;
  }

  #concept #concept-img{
      position: relative;
  }
  #concept #concept-img img{
      width:100%;
      height:68vw;
      object-fit: cover;
  }

  #concept-message-box{
    position:absolute;
    width:100%;
    height:68vw;
    top:0;
    left:0;
    background-color:rgba(0,0,0,.3);
  }
  #concept-message-box h1{
    position: relative;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size:9vw;
    color:white;
    line-height: 12.0vw;
    text-align:center;
  }

  /* メインコンテンツ大枠 */
  #maincontents{
    width:90%;
    margin:10px auto 0 auto;
  }

  /* VISION部分 */
  #vision{
    display: block;
    width:99%;
    margin:0 auto 80px auto;
    /* margin-bottom: 80px; */
  }

  #vision .Visionbackground{
    position:relative;
  }
  #vision .TextBox{
    top:20px;
    width:100%;
  }
  .TitlePart{
    display: flex;
    align-items: flex-end;
  }

  .TitleText{
    color: RGB(16,81,183);
    font-size:46px;
  }
  .SubTitle{
    padding:0 0 8px 7px;
    color: RGB(16,81,183);
    font-size:24px;
  }

  .SubText{
    color: RGB(16,81,183);
    font-size:19px;
  }

  .TextBox p{
    margin-top:25px;
    font-size:16px;
  }

  #VisionImg {
    margin-left: auto;
  }

  #VisionImg img{
    width:100%;
    object-fit: cover;
  }

  #service{
    width:99%;
    margin-bottom: 80px;
  }
  #service .Servicebackground{
    position:relative;
  }
  #service .TextBox{
    width:100%;
    background-color: rgba(255,255,255,.8);
  }

  #ServiceImg {
    margin-right: auto;
  }

  #ServiceImg img{
    width:100%;
  }

  /* PR関連項目 */
  #PR{
    width:90%;
    justify-content:space-between;
    margin:0 auto;
  }

  .PR-items {
    flex-basis: 30%;
    margin-bottom:50px;
    text-align: center;
  }

  #PR img{
    width: 85%;
    height:auto;
  }

  .PR-items .SubTitle{
    text-align: center;
    padding:10px;
  }

  .PR-items p{
    font-size:16px
  }

  #contact{
    margin-top: 100px;
  }
  #contact-header{
    position: relative;
    margin: 0 auto;
  }
  #contact-header img{
    width:100%;
    height:25vw;
    object-fit: cover;
  }
  #contact-box{
    position: absolute;
    width:88vw;
    height:28vw;
    top:62%;
    left:50%;
    transform:translate(-50%,-25%);
    background-color: rgba(255,255,255,.8);
  }
  #contact-title{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align: center;
  }

  #form{
    width:90%;
    margin:50px auto 0 auto;
  }

  .label-box{
    margin-bottom: 18px;
  }

  .formlabel{
    font-size:18px;
    line-height:40px;
  }

  .required{
    width:50px;
    padding:0 10px;
    margin-left:15px;
    color:white;
    font-size: 18px;
    line-height:40px;
    border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    background-color: rgb(204,0,0);
  }

  .form-items{
    margin:30px 0;
  }

  .inputbox{
    width:100%;
    height:78px;
  }

  .radio-items{
    display: flex;
    width:60%;
    flex-wrap: wrap;
  }
  .checkbox-items{
    display: flex;
    width:75%;
    flex-wrap: wrap;
  }


  .select-box{
    flex-basis: auto;
  }

  .chk{
    transform:scale(1.5);
    margin-right:10px;
    margin-top:15px;
  }
  .chktext{
    margin-right:30px;
    line-height: 18px;
  }

  #discription{
    width:100%;
    height:260px;
  }

  #submit-button{
    width: 67.5vw;
    height: 16vw;
    background-color: RGB(16,81,183);
    border-radius: 11.5vw 11.5vw 11.5vw 11.5vw;
    text-align: center;
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #submit-button a{
    color: white;
    font-size:6.5vw;
    text-decoration: none;

  }

  /* フッター関連 */
  #footer-background{
    background-color: RGB(16,81,183);
    margin-top: 50px;
    width:100%;
  }

  #footer{
    width:100%;
    min-width: 360px;
    height: 465px;
    margin:0 auto;
  }
  #footer-box1{
      width: 75%;
      height:100px;
      padding-top:100px;
      display: flex;
      flex-wrap: wrap;
      margin:0 auto;
      text-align:center;
      justify-content: center;
  }
  #footer-img{
    padding-left:10px;
    flex-basis: 100%;
    margin:0 auto 25px auto;
  }

  #footer-img img{
    width: 62.5vw;
    height:auto;
  }

  #footer-contents{
    flex-basis:100%;
  }

  #footer-contents ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  #footer-contents ul li{
    text-align: center;
    width:50%;
    margin:15px auto;
  }

  #footer-contents ul li a{
    color: white;
    font-size:6.5vw;
    text-decoration: none;
  }

  #Rights{
    position: relative;
    margin-top:40px;
    margin-left:10px;
    text-align: center;
  }

  #Rights small{
    color: white;
    font-size:3vw;
  }

}