@charset "UTF-8";
/* Windows 用 Medium 指定の游ゴシック */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
/* font-weight: bold の時は通常どおり Bold 書体を使わせる */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* ゴシック体指定 */
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
html {}
/*-----------------------------------PCサイト----------------------------------------*/
@media screen and (min-width: 750px) {
/*----------------　トップメニュ　----------------*/
  .mobile {
    display: none;
  }
  header {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: fixed;
    z-index: 100;
  }
  #menu {
    width: 70vw;
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    display: flex;
    justify-content: right;
  }
  #menu li {
    width: 14vw;
    float: left;
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-align: center;
  }
  #menu li.contact {
    width: 14vw;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  #menu li.contact img {
    width: 14vw;
    padding-top: 1.6vw;
    text-align: center;
    vertical-align: middle;
  }
  #menu li a {
    width: auto;
    color: #fff;
    font-size: .9vw;
    padding: 1.6vw 0;
    text-decoration: none;
    display: block;
    background: #333;
  }
  #menu li a:hover {
    background: #555;
  }
  #menu li a.contactrink {
    width: auto;
    color: #fff;
    font-size: .9vw;
    padding: 1.6vw 0;
    text-decoration: none;
    display: block;
    background: #f70;
  }
  #menu li a.contactrink:hover {
    background: #f90;
  }

/*----------------　トップメニュ　----------------*/

  #top {
    width: 100%;
    height: auto;
  }
  #top .toptext {
    width: 90vw;
    margin: 0 auto;
  }
  #top .toptext img{
    width: 100%;
  }

/*----------------　会社概要　----------------*/

  #company {
    width: 100%;
    height: auto;
    z-index: 20;
    padding-top: 3vw;
    margin-top: -3vw;
    margin-bottom: 2vw;
    position: relative;
    line-height: 180%;
  }
  .companywrap {
    width: 80vw;
    margin: 0 auto;
    height: auto;
    scroll-behavior: smooth;
  }
  #icon01 {
    width: 3vw;
    height: 3vw;
    background: #666;
    margin-left: 0;
    margin-right: auto;
    transform: skew(0,-0);
    position: absolute;
    z-index: 10;
    left: 15.5vw;
    top: 5.5vw
  }
  #icon02 {
    width: 2.3vw;
    height: 2.3vw;
    background: #333;
    margin-left: 0;
    margin-right: auto;
    transform: skew(0,-0);
    position: absolute;
    z-index: 10;
    left: 15vw;
    top: 5vw
  }
  .companywrap h3 {
    color: #333;
    font-size: 1.6vw;
    padding-left: 10vw;
    font-weight: bold;
    padding-top: 3.2vw;
  }
  .companywrap table.company {
    width: 68vw;
    margin: 2vw auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 1vw;
  }
  table.company th,table.company td {
    padding: 1vw;
  }
  table.company th {
    background: #333;
    vertical-align: middle;
    text-align: left;
    width: 10vw;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 1vw;
  }
  table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #333;
    border-width: 10px;
    margin-top: -10px;
  }
  /* firefox */
  @-moz-document url-prefix() {
    table.company th::after {
      float: right;
      padding: 0;
      left: 30px;
      top: 10px;
      content: " ";
      height: 0;
      width: 0;
      position: relative;
      pointer-events: none;
      border: 10px solid transparent;
      border-left: #333 10px solid;
      margin-top: -10px;
    }
  }
  table.company td {
    background: #f8f8f8;
    width: 30vw;
    padding-left: 2vw;
  }

/*----------------　自社サービス　----------------*/

  #service {
    width: 100%;
    height: auto;
    z-index: 10;
    padding-top: 3vw;
    margin-top: -3vw;
    margin-bottom: 3vw;
    position: relative;
    line-height: 180%;
  }
  .servicewrap {
    width: 80vw; 
    margin: 0 auto;
    height: auto;
    scroll-behavior: smooth;
  }
  #icon01 {
    width: 3vw;
    height: 3vw;
    background: #666;
    margin-left: 0;
    margin-right: auto;
    transform: skew(0,-0);
    position: absolute;
    z-index: 10;
    left: 15.5vw;
    top: 5.5vw
  }
  #icon02 {
    width: 2.3vw;
    height: 2.3vw;
    background: #333;
    margin-left: 0;
    margin-right: auto;
    transform: skew(0,-0);
    position: absolute;
    z-index: 10;
    left: 15vw;
    top: 5vw
  }
  .servicewrap h3 {
    color: #333;
    font-size: 1.6vw;
    padding-left: 10vw;
    font-weight: bold;
    padding-top: 3.2vw;
  }
  .servicewrap .serviceimage {
    width: 65vw;
    margin: 2vw auto;
  }
  .servicewrap .serviceimage img {
    margin: 2vw 0 0;
    width: 50%;
  }
  .servicewrap .serviceimage a {
    color: #333;
    text-decoration: none;
  }
  .servicewrap .serviceimage a:hover {
    color: #f60;
    text-decoration: underline;
  }
  .servicewrap .serviceimage p {
    padding: 0.5vw 0 2vw;
    font-size: 1.2vw;
  }

/*----------------　個人情報保護方針　----------------*/

  #privacypolicy {
    width: 100%;
    height: auto;
    z-index: 10;
    padding-top: 3vw;
    margin-top: -3vw;
    margin-bottom: 3vw;
    position: relative;
    line-height: 180%;
  }
  .privacypolicywrap {
    width: 80vw;
    margin: 0 auto;
    height: auto;
    scroll-behavior: smooth;
  }
  #icon01 {
    width: 3vw;
    height: 3vw;
    background: #666;
    margin-left: 0;
    margin-right: auto;
    transform: skew(0,-0);
    position: absolute;
    z-index: 10;
    left: 15.5vw;
    top: 5.5vw
  }
  #icon02 {
    width: 2.3vw;
    height: 2.3vw;
    background: #333;
    margin-left: 0;
    margin-right: auto;
    transform: skew(0,-0);
    position: absolute;
    z-index: 10;
    left: 15vw;
    top: 5vw
  }
  .privacypolicywrap h3 {
    color: #333;
    font-size: 1.6vw;
    padding-left: 10vw;
    font-weight: bold;
    padding-top: 3.2vw;
  }
  .privacypolicywrap .wraptext {
    width: 68vw;
    margin: 2vw auto;
    font-size: 0.8vw;
    line-height: 1.75;
  }
  h4 {
    font-weight: bold;
    text-align: center;
    width: 30vw;
    padding: 1vw 0;
    border-bottom: 1px solid #333;
    font-size: 1.6vw;
    margin: 4vw auto 2vw;
  }
  h5 {
    font-weight: bold;
    font-size: 1vw;
    text-align: center;
    padding-bottom: 2vw;
  }
  .list_decimal {
    list-style-type: decimal;
    width: 96%;
    padding-top: 1vw;
    padding-left: 1vw;
    padding-bottom: 2vw;
  }
  .privacypolicywrap .wraptext p span {
    font-weight: bold;
  }
  .right {
    text-align: right;
  }
  .pp_text {
    margin-left: 2vw;
  }
  .pp_subtitle {
    font-weight: bold;
  }

/*----------------　フッター　----------------*/

  footer {
    width: 100%;
    height: 12vw;
    font-size: 1vw;
    margin-top: 2vw;
    background-color: #333;
  }
  .foot {
    width: 80vw;
    margin: 0 auto;
  }
  .footimage {
    width: 100%;
    margin: 0 auto;
  }
  .footimage img{
    width: 25vw;
    padding: 3vw 0 0 4vw;
    float: left;
  }
  .foottext {
    color: #fff;
    line-height: 150%;
    text-align: right;
    padding-top: 4vw;
  }

/*----------------　トップに戻る　----------------*/

  #page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #333;
    border-radius: 50%;
    z-index: 100;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a:hover{
    background-color: #666;
    border-radius: 50%;
  }
  #page_top a::before{
    font-family: FontAwesome;
    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;
  }
}
/*------------------------------- SPブラウザ ---------------------------------------*/
@media screen and (max-width: 749px) {
  /*----------------　トップメニュ　----------------*/
  .pc {
    display: none;
  }
  header {
    padding: 2vw 2vw 0;
    width: 100%;
    background-color: #fff;
    z-index: 500;
    position: fixed;
    margin-left: -1vw;
  }
  #nav-drawer {
    position: relative;
  }
/*チェックボックス等は非表示に*/
  .nav-unshown {
    display:none;
  }
/*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }
/*ハンバーガーの形をCSSで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 4px;/*線の太さ*/
    width: 35px;/*長さ*/
    border-radius: 3px;
    background: #333;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -12px;
  }
  #nav-open span:after {
    bottom: -24px;
  }
/*閉じる用の薄黒箇所*/
  #nav-close {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
/*メニューの中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 3vw;
    line-height: 350%;
    padding: 3vw;
    z-index: 9999;
    width: 90%;
    max-width: 60vw;/*最大幅（お好みで調整を）*/
    height: 100%;
    background-color: rgba(255,255,255,1);
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }
  #nav-content #mobilemenu li {
    width: 80%;
    border-bottom: 1px solid #333;
  }
  #nav-content #mobilemenu li a {
    text-decoration: none;
    color: #333;
  }
  #nav-drawer .pointer {
    position: absolute;
    bottom: 5vw;
    right: 5vw;
    color: #fff;
    font-size: 3.5vw;
  }
/*チェックがついたら表示させる*/
    #nav-input:checked ~ #nav-close {
      display: block;
      opacity: .5;
    }
    #nav-input:checked ~ #nav-content {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      box-shadow: 6px 0 25px rgba(0,0,0,.15);
    }
    .header-logo-menu{
	  display: flex;
	  display: -moz-flex;
	  display: -o-flex;
	  display: -webkit-flex;
	  display: -ms-flex;
	  flex-direction: row;
	  -moz-flex-direction: row;
	  -o-flex-direction: row;
	  -webkit-flex-direction: row;
	  -ms-flex-direction: row;
    }
/*ロゴやサイトタイトルをセンタリング*/
    .logo-erea {
      text-align: right;
      margin-right: 2vw;
      margin-left: auto;
    }
    .logo-erea img {
      width: 38vw;
      padding: 0 1.8vw 2.5vw;
      text-align: center;
      vertical-align: middle;
    }

/*----------------　トップメニュ　----------------*/

  #top {
    width: 100%;
    height: 45vw;
  }
  #top .toptext {
    width: 100%;
    margin: 0 auto;
  }
  #top .toptext img{
    width: 100%;
  }

/*----------------　会社概要　----------------*/

  #company {
    width: 100%;
    height: auto;
    z-index: 20;
    padding-top: 6.3vw;
    margin-top: -6.3vw;
    margin-bottom: 2vw;
    position: relative;
  }
  .companywrap {
    width: 90%;
    margin: 0 auto;
    height: auto;
    scroll-behavior: smooth;
  }
  #icon01 {
    width: 5vw;
    height: 5vw;
    background: #666;
    margin-left: 0;
    margin-right: auto;
    transform: skew(0,-0);
    position: absolute;
    z-index: 0;
    top: 9vw;
    left: 9vw;
  }
  #icon02 {
    width: 4.8vw;
    height: 4.8vw;
    background: #333;
    margin-left: 0;
    margin-right: auto;
    transform: skew(0,-0);
    position: absolute;
    z-index: 0;
    top: 8vw;
    left: 8vw;
  }
  .companywrap h3 {
    color: #333;
    font-size: 4vw;
    padding-left: 12vw;
    font-weight: bold;
    padding-top: 3vw;
  }
  .companywrap table.company {
    width: 80vw;
    margin: 2vw auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 2.5vw;
  }
  table.company th,table.company td {
    padding: 3vw;
  }
  table.company th {
    background: #333;
    vertical-align: middle;
    text-align: left;
    width: 10vw;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 2.5vw;
  }
  table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #333;
    border-width: 10px;
    margin-top: -10px;
  }
  /* firefox */
  @-moz-document url-prefix() {
    table.company th::after {
      float: right;
      padding: 0;
      left: 30px;
      top: 10px;
      content: " ";
      height: 0;
      width: 0;
      position: relative;
      pointer-events: none;
      border: 10px solid transparent;
      border-left: #333 10px solid;
      margin-top: -10px;
    }
  }
  table.company td {
    background: #f8f8f8;
    width: 30vw;
    line-height: 200%;
    padding-left: 3vw;
  }

/*----------------　自社サービス　----------------*/

  #service {
    width: 100%;
    height: auto;
    z-index: 10;
    padding-top: 6.3vw;
    margin-top: -6.3vw;
    margin-bottom: 2vw;
    position: relative;
    line-height: 180%;
  }
  .servicewrap {
    width: 90%;
    margin: 0 auto;
    height: auto;
    scroll-behavior: smooth;
  }
  #icon01 {
    width: 5vw;
    height: 5vw;
    background: #666;
    margin-left: 0;
    margin-right: auto;
    transform: skew(0,-0);
    position: absolute;
    z-index: 0;
    top: 9vw;
    left: 9vw;
  }
  #icon02 {
    width: 4.8vw;
    height: 4.8vw;
    background: #333;
    margin-left: 0;
    margin-right: auto;
    transform: skew(0,-0);
    position: absolute;
    z-index: 0;
    top: 8vw;
    left: 8vw;
  }
  .servicewrap h3 {
    color: #333;
    font-size: 4vw;
    padding-left: 12vw;
    font-weight: bold;
    padding-top: 3vw;
  }
  .servicewrap .serviceimage {
    width: 100%;
    margin: 3vw 0;
  }
  .servicewrap .serviceimage img {
    margin: 2vw 0;
    width: 100%;
  }
  .servicewrap .serviceimage .mobilebutton {
    margin: 2vw auto;
    text-align: center;
    border-radius: 7vw;
    padding: 3vw 0;
    width: 80%;
    background-color: #333;
    box-shadow: 0px 2px .5vw;
  }
  .servicewrap .serviceimage .mobilebutton a {
    color: #fff;
    text-decoration: none;
    font-size: 3vw;
  }

/*----------------　個人情報保護方針　----------------*/

  #privacypolicy {
    width: 100%;
    height: auto;
    z-index: 20;
    padding-top: 6.3vw;
    margin-top: -6.3vw;
    margin-bottom: 2vw;
    position: relative;
    line-height: 180%;
  }
  .privacypolicywrap {
    width: 90%;
    margin: 0 auto;
    height: auto;
    scroll-behavior: smooth;
  }
  #icon01 {
    width: 5vw;
    height: 5vw;
    background: #666;
    margin-left: 0;
    margin-right: auto;
    transform: skew(0,-0);
    position: absolute;
    z-index: 0;
    top: 9vw;
    left: 9vw;
  }
  #icon02 {
    width: 4.8vw;
    height: 4.8vw;
    background: #333;
    margin-left: 0;
    margin-right: auto;
    transform: skew(0,-0);
    position: absolute;
    z-index: 0;
    top: 8vw;
    left: 8vw;
  }
  .privacypolicywrap h3 {
    color: #333;
    font-size: 4vw;
    padding-left: 12vw;
    font-weight: bold;
    padding-top: 3vw;
  }
  .privacypolicywrap .wraptext {
    width: 75vw;
    font-size: 2.5vw;
    margin: 2vw auto;
  }
  .pp_title_02 {
    font-size: 2.5vw;
    padding-bottom: 1vw;
  }
  .pp_title_03 {
    font-weight: bold;
    text-align: center;
    width: 60vw;
    padding: 1vw 0;
    border-bottom: 1px solid #333;
    font-size: 3vw;
    margin: 4vw auto 2vw;
  }
  .pp_title_04 {
    font-weight: bold;
    font-size: 2.5vw;
    text-align: center;
    padding: 2vw 0;
  }
  .list_decimal {
    list-style-type: decimal;
    width: 100%;
  }
  .right {
    text-align: right;
  }
  .pp_text {
    margin-left: 2vw;
  }
  .pp_subtitle {
    font-weight: bold;
  }

/*----------------　フッター　----------------*/

  footer {
    width: 100%;
    height: 30vw;
    font-size: 2.3vw;
    margin-top: 4vw;
    background-color: #333;
  }
  .foot {
    width: 90vw;
    margin: 0 auto;
  }
  .footimage {
    width: 100%;
    margin: 0 auto;
  }
  .footimage img{
    width: 35vw;
    padding: 3vw 0 0 1vw;
    float: left;
  }
  .foottext {
    color: #fff;
    line-height: 150%;
    text-align: left;
    padding-top: 6vw;
    padding-left: 3vw;
  }

/*----------------　トップに戻る　----------------*/

  #page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #666;
    border-radius: 50%;
    z-index: 100;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: FontAwesome;
    content: '\f102';
    font-size: 30px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 1vw;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
}
