@charset "UTF-8";
/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400,300,600,400italic,700);
body {
  font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN",'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #2d2d2d;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #2d2d2d;
}

h1 {
  font-size: xx-large;
  font-weight: bold;
}

h2 {
  font-size: x-large;
  font-weight: bold;
}

h3 {
  font-size: x-large;
}

img {
  width: 100%;
  height: auto;
}

.m0a {
  margin: 0 auto;
}

.mb5per {
  margin-bottom: 5%;
}

@media (min-width: 1000px) {
  .container {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
  }
  .sp_br {
    display: none;
  }
}

@media (max-width: 999px) {
  .container {
    padding-bottom: 10%;
  }
  .sp_br {
    display: block;
  }
}

.container_w {
  width: 100%;
  background-color: #fff;
}

.clear {
  clear: both;
}

@media (min-width: 1000px) {
  .sp {
    display: none;
  }
}

@media (max-width: 999px) {
  .pc {
    display: none;
  }
}

.top_area {
  position: relative;
  z-index: 1000;
}

@media (min-width: 1000px) {
  .top_area {
    height: 80vh;
    width: auto;
  }
}

@media (max-width: 999px) {
  .top_area {
    height: 70vh;
    width: auto;
    padding-top: 3.6rem;
  }
}

.top_img {
  line-height: 0;
  background-color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../img/sample1.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/sample1.jpg);
  background-repeat: none;
  background-size: cover;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1000px) {
  .top_img {
    height: 80vh;
  }
}

@media (max-width: 999px) {
  .top_img {
    height: 70vh;
    width: auto;
  }
}

.top_img img {
  display: block;
  margin: 0 auto;
  line-height: 0;
}

@media (min-width: 1000px) {
  .top_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 999px) {
  .top_img img {
    height: 550px;
    width: auto;
  }
}

.top_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media (min-width: 1000px) {
  .top_logo {
    width: 50vh;
    height: auto;
  }
}

@media (max-width: 999px) {
  .top_logo {
    top: 50%;
    width: 50vw;
    height: auto;
  }
}

/*　ナビゲーションバー */
.nav_top {
  width: 100%;
  z-index: 1000;
  position: fixed;
}

@media (min-width: 1000px) {
  .nav_top {
    height: 64px;
  }
}

@media (max-width: 999px) {
  .nav_top {
    height: 3.6rem;
  }
}

/*waya_mov*/
@media (min-width: 1000px) {
  .mov_wrapper {
    padding: 0 20% 10% 20%;
    background: #efefef;
  }
  .mov_wrapper h2 {
    text-align: center;
    font-size: 2rem;
    padding: 15% ;
  }
  .mov_wrapper p {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 3rem;
    line-height: 1.4;
  }
  .waya_mov {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
  }
  .waya_mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   }
}

@media (max-width: 999px) {
  .mov_wrapper {
    padding: 0 10% 10% 10%;
    background: #efefef;
  }
  .mov_wrapper h2 {
    text-align: center;
    font-size: 1.2rem;
    padding: 15% 0 ;
  }
  .mov_wrapper p {
    font-size: 1rem;
    margin-bottom: 2rem;
    line-height: 1.4;
  }
  .waya_mov {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
  }
  .waya_mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   }
 }



@media (min-width: 1000px) {
  .site-header {
    background: rgba(255, 255, 255, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: .5s;
    transition: .5s;
    height: 64px;
    width: 100%;
    z-index: 2000;
  }
}

@media (max-width: 999px) {
  .site-header {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: .5s;
    transition: .5s;
    height: 3.6rem;
    width: 100%;
    z-index: 2000;
  }
  .site-header .gnav ul li a {
    color: #2d2d2d;
  }
}

.site-header.transform .gnav ul li a {
  color: #2d2d2d;
}

@media (min-width: 1000px) {
  .site-header.transform {
    background: #fff;
  }
}

@media (max-width: 999px) {
  .site-header.transform {
    background-color: #FBB03B;
  }
}

.site-logo {
  width: auto;
  height: auto;
}

@media (min-width: 1000px) {
  .site-logo {
    margin: 8px auto auto 10px;
  }
}

@media (max-width: 999px) {
  .site-logo {
    margin: 0.5rem auto auto 0.5rem;
  }
}

@media (min-width: 1000px) {
  .site-logo img {
    height: 44px;
    width: auto;
  }
}

@media (max-width: 999px) {
  .site-logo img {
    height: 2.6rem;
    width: auto;
  }
}

.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gnav ul {
  padding-right: 10px;
}

.gnav ul li {
  float: left;
}

.gnav ul li a {
  font-weight: bold;
  color: #fff;
}

@media (min-width: 1000px) {
  .gnav ul li a {
    margin: 0 20px;
    padding: 6px 0;
    line-height: 4;
    font-size: 16px;
  }
}

.gnav ul li:hover a {
  opacity: 0.7;
  /*マウスオーバー時に画像を透過する設定 */
}

.gnav ul li.current a {
  opacity: 1.0;
  pointer-events: none;
}

@media (min-width: 1000px) {
  .gnav ul li.current a {
    border-bottom: #FBB03B solid 5px;
  }
}

@media (max-width: 999px) {
  .gnav ul li.current a {
    background-color: #FBB03B;
  }
}

.gnav ul li.current a:hover {
  cursor: default;
}

.bgy {
  position: absolute;
  background-color: #FBB03B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}

@media (min-width: 1000px) {
  .bgy {
    right: 0;
    bottom: -10%;
    width: 70%;
    height: 20%;
  }
  .bgy h3 {
    padding: 3%;
    line-height: 1.4;
    font-size: 1.6rem;
    display: inline-block;
    text-align: left;
    font-weight: bold;
    color: #2d2d2d;
  }
}

@media (max-width: 999px) {
  .bgy {
    right: 0;
    bottom: 10%;
    width: 85%;
    height: 12%;
  }
  .bgy h3 {
    padding: 8% 3% 8% 8%;
    line-height: 1.3;
    font-size: 1rem;
    display: inline-block;
    text-align: left;
    font-weight: bold;
    color: #2d2d2d;
    letter-spacing: 0.5px;
  }
}

/*　ひとこと　*/
@media (min-width: 1000px) {
  .wrappaer_hitokoto {
    background-color: #f8f8f8;
  }
}

@media (max-width: 999px) {
  .wrappaer_hitokoto {
    display: none;
  }
}

@media (min-width: 1000px) {
  .hitokoto {
    width: 90%;
    max-width: 1800px;
    height: auto;
    margin: 9% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 999px) {
  .hitokoto {
    display: none;
  }
}

.fr {
  padding: 0 6%;
}

.fr img {
  margin: 0 auto;
  height: auto;
  width: 100%;
}

/*　トップページ３段目　*/
@media (min-width: 1000px) {
  .wrapper3 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../img/top_01.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/top_01.jpg);
    background-repeat: none;
    background-size: cover;
    overflow: hidden;
  }
}

@media (max-width: 999px) {
  .wrapper3 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url(../img/top_01.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/top_01.jpg);
    background-repeat: none;
    background-size: cover;
    overflow: hidden;
  }
}

.service_box_top {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  overflow: hidden;
}

@media (min-width: 1000px) {
  .service_box_top {
    max-width: 1600px;
    padding: 8% 0;
  }
}

@media (max-width: 999px) {
  .service_box_top {
    padding: 10% 0.3rem 10% 0.3rem;
  }
}

.linkarea {
  border: solid 1px #fff;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
}

@media (min-width: 1000px) {
  .linkarea {
    width: 300px;
    height: 200px;
    margin: 50px 80px;
    font-size: 1.6em;
  }
}

@media (max-width: 999px) {
  .linkarea {
    padding: 0.6rem 0.4rem;
    width: 22%;
    height: 4rem;
    margin: 5% 0.8rem;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.3px;
  }
}

.linkarea:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

/*　お知らせ　*/
.bgw {
  background-color: #fff;
  width: 100%;
}

.box_top3 {
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .box_top3 {
    padding: 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 999px) {
  .box_top3 {
    padding: 15% 10%;
  }
}

@media (min-width: 1000px) {
  .box_left {
    width: 20%;
    padding-left: 10%;
  }
}

@media (max-width: 999px) {
  .box_left {
    text-align: center;
    padding-bottom: 15%;
  }
  .box_left h2 {
    font-size: 1.2rem;
    font-weight: bold;
  }
}

@media (min-width: 1000px) {
  .toppage_news {
    width: 50%;
  }
  .toppage_news ul li {
    padding-bottom: 30px;
  }
  .toppage_news ul li .date {
    font-size: 16px;
  }
  .toppage_news ul li .title {
    line-height: 1.4;
    font-size: 20px;
  }
  .toppage_news ul li .title a {
    border-bottom: 1px solid #2d2d2d;
  }
}

@media (max-width: 999px) {
  .toppage_news {
    width: 100%;
  }
  .toppage_news ul li {
    padding: 0 1rem 1.5rem 1rem;
  }
  .toppage_news ul li .date {
    font-size: 1rem;
  }
  .toppage_news ul li .title {
    margin-top: 5px;
    line-height: 1.4;
    font-size: 1rem;
    font-weight: bold;
  }
  .toppage_news ul li .title a {
    border-bottom: 1px solid #2d2d2d;
  }
}

/*snsエリア*/
.snsbox {
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .snsbox {
    width: auto;
    padding: 8%;
    background-color: #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 999px) {
  .snsbox {
    padding: 15% 5%;
    background-color: #efefef;
  }
}

.instagram {
  text-align: center;
}

@media (min-width: 1000px) {
  .instagram {
    width: 50%;
  }
}

@media (max-width: 999px) {
  .instagram {
    margin: 0 auto;
    width: 100%;
  }
}

/*　地図　*/
.map {
  height: 500px;
  width: 100%;
  margin: 0 auto;
  background-size: auto 100vh;
  background-repeat: none;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #262626;
  color: #fff;
}

/*  ヘッダー　*/
@media (min-width: 1000px) {
  .page_title {
    padding-top: 64px;
    height: 150px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/sample1.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/sample1.jpg);
    background-size: cover;
    background-color: black;
  }
}

@media (max-width: 999px) {
  .page_title {
    height: auto;
    padding-top: 3.6rem;
    display: block;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../img/sample1.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/sample1.jpg);
    background-size: cover;
    background-color: black;
  }
}

.page_title span {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
}

@media (min-width: 1000px) {
  .page_title span {
    font-size: 22px;
  }
}

@media (max-width: 999px) {
  .page_title span {
    font-size: 1.2rem;
    padding: 1.2rem 0;
  }
}

/*  フッター  */
.footer_box {
  margin: 0 auto;
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #efefef;
}

.footer_box a {
  display: inline;
  width: 33.3%;
  margin: 0 auto;
  border: 1px solid #efefef;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url(../img/sample1.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/sample1.jpg);
}

@media (min-width: 1000px) {
  .footer_box a {
    height: 120px;
  }
  .footer_box a p {
    font-size: 18px;
    font-weight: bold;
  }
}

@media (max-width: 999px) {
  .footer_box a {
    height: 5rem;
  }
  .footer_box a p {
    font-size: 1rem;
    font-weight: bold;
  }
}

.footer_box a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 61, 61, 0.8)), to(rgba(61, 61, 61, 0.8))), url(../img/sample1.jpg);
  background: linear-gradient(rgba(61, 61, 61, 0.8), rgba(61, 61, 61, 0.8)), url(../img/sample1.jpg);
}

.footer {
  margin: 0 auto;
  background-color: #FBB03B;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1000px) {
  .footer {
    height: 300px;
  }
  .footer h4 {
    font-size: normal;
    font-weight: bold;
  }
}

@media (max-width: 999px) {
  .footer {
    height: 8rem;
  }
  .footer h4 {
    font-size: 0.8rem;
    font-weight: bold;
  }
}

/*navスマホメニュー*/
/*ナビメニュー*/
@media (max-width: 999px) {
  .gnav {
    display: none;
    position: absolute;
    top: 3.6rem;
    left: 0;
    background: #eee;
    color: #000;
    text-align: center;
    width: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .gnav ul {
    background: #eee;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .gnav ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
  }
  .gnav ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    /*最後のメニュー項目のみ下線を消す*/
  }
  .gnav ul li a {
    display: block;
    /*クリックできる領域を広げる*/
    color: #000;
    padding: 0.8rem 0;
  }
  /*トグルボタンが押されたときに付与するクラス*/
  .gnav.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    display: block;
  }
  /*トグルボタンのスタイルを指定*/
}

@media (max-width: 999px) and (min-width: 1000px) {
  .Toggle {
    display: block;
    position: absolute;
    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
  }
}

@media (max-width: 999px) and (max-width: 999px) {
  .Toggle {
    display: block;
    position: absolute;
    /* bodyに対しての絶対位置指定 */
    right: 1.2rem;
    top: 0.8rem;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    z-index: 3;
  }
}

@media (max-width: 999px) {
  .Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    /*変化の速度を指定*/
    /*変化の速度を指定*/
    transition: .35s ease-in-out;
    /*変化の速度を指定*/
    left: 6px;
  }
  .Toggle span:nth-child(1) {
    top: 0.4rem;
  }
  .Toggle span:nth-child(2) {
    top: 1.0rem;
  }
  .Toggle span:nth-child(3) {
    top: 1.6rem;
  }
  /* 最初のspanをマイナス45度に */
  .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/*ナビメニューここまで*/
/* サイドエリア
----------------------------------------------- */
@media (min-width: 1000px) {
  .sidebar {
    display: block;
    width: 25%;
    height: 100%;
    float: right;
  }
}

@media (max-width: 999px) {
  .sidebar {
    display: none;
  }
}

/* メインエリア
----------------------------------------------- */
@media (min-width: 1000px) {
  .mainarea {
    width: 70%;
    height: 100%;
    float: left;
    padding-right: 5%;
  }
}

@media (max-width: 999px) {
  .mainarea {
    width: auto;
    padding: 1.2em;
  }
}

/* contentエリア
----------------------------------------------- */
@media (min-width: 1000px) {
  .content p, .content table {
    padding: 0 5%;
  }
}

@media (max-width: 999px) {
  .content p, .content table {
    padding: 0 5%;
  }
}

/* widgetエリア
----------------------------------------------- */
.widget h2 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 5%;
}

.widget ul {
  margin-bottom: 5%;
}

.widget ul li {
  margin-bottom: 3%;
}

/* 完成までの流れ 
----------------------------------------------- */
.wrapper {
  position: relative;
}

.grid {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.grid div {
  height: 100%;
  border-right: 2px solid #000;
  width: 50%;
}

.flow_box {
  width: 90%;
  margin: 0 auto;
  background-color: white;
  position: relative;
}

@media (min-width: 1000px) {
  .flow_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 5%;
  }
}

@media (max-width: 999px) {
  .flow_box {
    width: auto;
    height: auto;
    padding: 4%;
  }
}

@media (min-width: 1000px) {
  .flow_content {
    padding: 3%;
    width: 45%;
    margin: 0 auto;
  }
  .flow_content h2 {
    font-size: large;
    font-weight: bold;
    margin-bottom: 6%;
    padding-bottom: 7px;
    border-bottom: solid 1px #000000;
    width: auto;
  }
  .flow_content p {
    font-size: medium;
    line-height: 1.6;
  }
}

@media (max-width: 999px) {
  .flow_content {
    margin-bottom: 8%;
    padding: 5%;
    background: #f5f5f5;
  }
  .flow_content h2 {
    margin-bottom: 3%;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #000;
  }
  .flow_content p {
    line-height: 1.4;
    margin-bottom: 3%;
  }
}

@media (min-width: 1000px) {
  .flow_content .btn_area {
    margin-top: 30px;
    text-align: center;
  }
}

@media (max-width: 999px) {
  .flow_content .btn_area {
    margin-top: 1rem;
    text-align: center;
  }
}

@media (min-width: 1000px) {
  .flow_image {
    width: 45%;
    padding: 3%;
  }
}

@media (max-width: 999px) {
  .flow_image {
    display: none;
  }
}

.arrow_down3 {
  margin: 0 auto 8% auto;
  font-size: 16px;
  position: relative;
  width: 1em;
  height: 1em;
  border-bottom: 0.2em solid #000;
  border-right: 0.2em solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 会社案内ページ
----------------------------------------------- */
@media (min-width: 1000px) {
  .company_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 30px 0;
  }
}

@media (max-width: 999px) {
  .company_container {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .wrapper_company {
    position: relative;
    padding: 100px 0;
  }
}

@media (max-width: 999px) {
  .wrapper_company {
    padding: 5%;
    position: relative;
  }
}

@media (min-width: 1000px) {
  .company_box {
    width: 800px;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 999px) {
  .company_box {
    width: 90%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 8%;
    padding: 5%;
    background: #f5f5f5;
  }
}

@media (min-width: 1000px) {
  .company_boxw {
    width: 1000px;
    margin: 0 auto;
  }
}

@media (max-width: 999px) {
  .company_boxw {
    width: 90%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 8%;
    padding: 5%;
    background: #f5f5f5;
  }
}

@media (min-width: 1000px) {
  .company_title {
    width: auto;
    text-align: center;
    margin: 0 auto 8px auto;
  }
  .company_title h2 {
    font-size: large;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: solid 1px #000;
    width: auto;
  }
}

@media (max-width: 999px) {
  .company_title h2 {
    margin-bottom: 5%;
    line-height: 1.2;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #000;
  }
}

@media (min-width: 1000px) {
  .welcome {
    line-height: 2;
    text-align: center;
  }
}

@media (max-width: 999px) {
  .welcome {
    line-height: 1.4;
    text-align: left;
  }
}

@media (min-width: 1000px) {
  .company_contents {
    padding: 10% 10% 15% 10%;
  }
  .company_contents p {
    font-size: medium;
  }
}

.company_table {
  line-height: normal;
  font-size: medium;
}

@media (min-width: 1000px) {
  .tleft {
    font-weight: bold;
    white-space: nowrap;
    width: 150px;
    text-align: left;
  }
}

@media (max-width: 999px) {
  .tleft {
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    padding-right: 1rem;
  }
}

.tright {
  padding-bottom: 1em;
}

@media (min-width: 1000px) {
  .member {
    margin-bottom: 5em;
  }
}

@media (max-width: 999px) {
  .member {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.row_left img {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 1000px) {
  .row_left {
    width: 40%;
    margin-right: 8%;
  }
}

@media (min-width: 1000px) {
  .row_right {
    width: 70%;
  }
  .row_right h2 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  .row_right h2 span {
    font-size: 0.8rem;
  }
  .row_right ul {
    font-size: medium;
    line-height: 1.4;
  }
}

@media (max-width: 999px) {
  .row_right h2 {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .row_right h2 span {
    font-size: 0.8rem;
  }
  .row_right ul {
    line-height: 1.4;
    margin-bottom: 2rem;
  }
}

/* お問い合わせフォームエリア
----------------------------------------------- */
.mail_box {
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .section {
    width: 600px;
    margin: 60px auto;
  }
}

@media (max-width: 999px) {
  .section {
    width: auto;
    height: auto;
    padding: 7%;
    margin: 0 auto;
  }
}

@media (min-width: 1000px) {
  .mail-description {
    margin-bottom: 6%;
  }
  .mail-description h3 {
    font-size: large;
    font-weight: bold;
    margin-bottom: 2%;
  }
}

@media (max-width: 999px) {
  .mail-description h3 {
    font-size: large;
    font-weight: bold;
    margin-bottom: 2%;
  }
}

@media (min-width: 1000px) {
  .input_field {
    margin-bottom: 5%;
  }
  .input_field .col-head {
    margin-bottom: 8px;
  }
}

@media (max-width: 999px) {
  .input_field {
    margin-bottom: 5%;
  }
  .input_field .col-head {
    margin-bottom: 8px;
  }
}

@media (min-width: 1000px) {
  .form-s, .form-l, .form-tel {
    width: 96%;
    font-size: 16px;
    padding: 2%;
  }
}

@media (max-width: 999px) {
  .form-s, .form-l, .form-tel {
    width: 96%;
    font-size: 16px;
    padding: 2%;
  }
}

@media (min-width: 1000px) {
  .required {
    color: #a50000;
    font-weight: bold;
  }
}

@media (max-width: 999px) {
  .required {
    color: #a50000;
    font-weight: bold;
  }
}

@media (min-width: 1000px) {
  .submit {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 999px) {
  .submit {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 1000px) {
  .form-submit {
    width: 100%;
    margin: 5px auto 0 auto;
    padding: 2%;
    font-size: 14px;
  }
}

@media (max-width: 999px) {
  .form-submit {
    width: 100%;
    margin: 5px auto 0 auto;
    padding: 2%;
    font-size: 14px;
  }
}

@media (min-width: 1000px) {
  #BtnMessageConfirm {
    width: 100%;
    margin: 5px auto 0 auto;
  }
}

@media (max-width: 999px) {
  #BtnMessageConfirm {
    width: 100%;
    margin: 5px auto 0 auto;
  }
}

/* お問い合わせフォームエリア
----------------------------------------------- */
.btn,
a.btn,
button.btn {
  font-size: medium;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border {
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #000;
  background: #efefef;
}
/*# sourceMappingURL=style.css.map */