@charset "utf-8";
/*
=======================================
  Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
  margin:0;
  padding:0;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
  display:block;
}

html{
  -webkit-text-size-adjust: 100%;
}

*{
  box-sizing: border-box;
}

body{
  color: #313131;
  line-height: 1.6;
  font-size: 16px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

img{
  border: 0;
  max-width: 100%;
  height: auto;
}

ul,ol{
  list-style-type: none;
}

table {
  border-collapse: collapse; 
  border-spacing: 0;
}

img, input, select, textarea { 
  vertical-align: middle;
}

a {
  color: #313131;
  transition: 0.5s;
  text-decoration: none;
}
a:hover {
  color: #ddd;
}
a:hover img {
  opacity: 0.7;
}

/*
=========================================
  Base Layout
=========================================
*/

/*container*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.br_sp{
  display: none;
}
.sp{
  display: none;
}

/*grid*/
@media screen and (min-width: 768px) {
  /*汎用2カラム,3カラム指定*/
  .pc-grid-col2,
  .pc-grid-col3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /*2カラムの列幅*/
  .pc-grid-col2 .col {
    width: 48.9361%;
  }
  /*3カラムの列幅*/
  .pc-grid-col3 .col {
    width: 31.9148%;
  }
}
/*
=========================================
  Modules（Parts）
=========================================
*/
.ttl_section01{
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 30px;
}



/*
=========================================
  Modules（Block）
=========================================
*/
/*-----header-----*/
header{
  width: 100%;
  height: 100px;
  background: #0b2a44;
  position: fixed;
  left: 0;
  top:0;
  z-index: 10;
}
.hdr_pc{
  display: flex;
  justify-content: space-between;
}
.hdr_logo{
  padding-left: 20px;
}
.hdr_logo img{
  width: 260px;
  height: auto;
}
.hdr_logo p{
  font-size: 0.7em;
  line-height: 1.2;
  color:#fff;
  padding-top: 5px;
}
.hdr_info_pc{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 70%;
  height: 100px;
}
.gnav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 710px;
}
.gnav li{
  padding: 0 20px;
  font-size: 0.9em;
}
.gnav li:last-child{
  padding-right: 30px;
}
.gnav li a {
  color:#fff;
  position: relative;
  display: block;
  white-space: nowrap;
  text-decoration: none;
}
.gnav li a::after {
  position: absolute;
  bottom: -12px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.gnav li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.hdr_tel{
  height: 100px;
  background: #f4c930;
  width: 300px;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.0; 
  padding-top: 30px;
}
.hdr_tel span{
  font-size: 0.6em;
  font-weight: normal;
  letter-spacing: 0;
}
/*-----mainvisual-----*/
.mainvisual{
  margin-top: 100px;
  width: 100%;
  height: 500px;
  background: #0b2a44;  
  position: relative;
}
.visual{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70%;
  height: 500px;  
  background: url(../img/mainvisual_01.jpg) center no-repeat;
  background-size: cover;
}
.mainvisual_copy{
  position: absolute;
  top:20%;
  left: 10%;
  font-size: 3.0rem;
  letter-spacing: 0.2em;
  color: #fff;
  opacity: 0.7;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;;
}
/*-----about-----*/
#about{
  padding-top: 100px;
  text-align: center;
  margin-bottom: 100px;
}
#about .about_logo{
  margin-bottom: 30px;
}
#about p{
  font-size: 1.3em;
  line-height: 2em;
}
/*-----company-----*/
#company{
  width: 100%;
  height: 800px;
  background: url(../img/bg_01.png) center no-repeat;
  background-size: cover;
  margin-bottom: 100px;
}
#company h2{
  padding-top: 100px;
  color: #fff;
  margin-bottom: 50px;
}
.company_wrap{
  width: 100%;
  height: 505px;
  background: #fff;
  opacity: 0.7;
  padding: 40px 10% 70px 10%;
}
.dl_company{
  width: 100%;
  margin: 0 auto;
  border-bottom:  #313131 dotted 1px;
}
.dl_company dt,
.dl_company dd{
  padding: 30px;
}
.dl_company dt{
  clear: both;
  float: left;
  width: 25%;
  border-top: #313131 dotted 1px;
}
.dl_company dt:first-of-type{
  border-top: none;
}
.dl_company dd:first-of-type{
  border-top: none;
}
.dl_company dd{
  margin-left: 25%;
  border-top: #313131 dotted 1px;
}


/*-----googlemaps-----*/
.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.googlemaps iframe{
  width: 100%;
  height: 400px;
}
/*-----footer-----*/
footer{
  background:#0b2a44 ;
}
footer .container{
  text-align: center;
  padding: 20px 0;
}
.ftr_nav{
  padding-bottom: 60px;
}
.ftr_nav ul li{
  display: inline;
  padding: 0 30px;
}
.ftr_nav ul li a,.ftr_nav p a{
  color: #fff;
}
.ftr_nav ul li a:hover,.ftr_nav p a:hover{
  text-decoration: underline;
}
.ftr_nav ul{
  margin-bottom:10px;
}
.ftr_nav p a{
  font-size:90%;
}


.copyriht{
  color: #fff;
  font-size: 0.8em;
  opacity: 0.8;
}

/*-----pagetop-----*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #666666;
  border-radius: 50%;
  opacity: 0.8;
}
#page_top a{
  position: relative;
  display: block;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .hdr_logo img{
    width: 190px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  
  .br_sp{
    display: block;
  }
  /*-----header-----*/
  header{
    width: 100%;
    height: 80px;
  }
  .hdr_sp{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .h1_copy{
    display: none;
  }
  .hdr_logo{
    padding-left: 5px;
  }
  .hdr_logo img{
    width: 190px;
    height: auto;
  }
  .hdr_info_sp{
    display: flex;
    width: 160px;
  }
  .hdr_tel_sp{
    width: 80px;
    height: 80px;
    background: #8695a2;
    text-align: center;
  }
  .hdr_tel_sp img{
    padding-top: 10px;
    width: 60px;
    height: auto;
  }
  #menu_btn{
    width: 80px;
    height: 80px;
    background: #f4c930;
    text-align: center;
  }
  #menu_btn img{
    width: 45px;
    height: auto;
    padding-top: 15px;
  }

  /*---------- #menu ----------*/
  #menu {
    margin-top: 80px;
    width: 100%;
    height: 60%;
    background-color: #0c2a44;
    opacity: 0.9;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transform: translate(100%);
    transition: all .5s;
  }
  #menu.open {
    transform: translate(0);
  }
  
  #menu li {
    border-bottom: 1px dotted #fff;    
    background: url(../img/icon_arrow.png) no-repeat 98% center;
    background-size: 15px auto;
  }
  #menu li a{
    display: block;
    padding: 20px;    
    color: #fff;
    background-size: 15px auto;
  }
  #menu li a:hover{
    color: #000;
    background: #fff;
    opacity: 0.3;
  }
  #menu_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    padding: 6px 20px;
    background-color: #f4c930;
    cursor: pointer;
  }
  /* --- .menu-background --- */
  .menu-background {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .menu-background.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  /*-----mainvisual-----*/
  .mainvisual{
    height: 350px;
    margin-top: 80px;
  }
  .visual{
    height: 350px;  
    background: url(../img/mainvisual_01.jpg) left 40% top 0% no-repeat;
    background-size: auto 350px;
  }
  .mainvisual_copy{
    font-size: 2.0rem;
    letter-spacing: 0.1em;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",'Noto Serif JP',HGS明朝E,メイリオ,Meiryo,serif;
  }
  #about p{
    font-size: 1.0em;
  }
  /*-----company-----*/
  .dl_company{
    width: 100%;
    border-bottom:#313131 dotted 1px;
  }
  .dl_company dt{
    float: none;
    width: 100%;
    border-top: #313131 dotted 1px;
    padding: 13px 10px 5px 10px;
  }
  .dl_company dd{
    margin-left: 0;
    border-top: none;
    padding:  5px 10px 13px 10px;
  }
}


/*
=======================================
 個人情報保護方針/privacy/
=======================================
*/
/*--ページタイトル--*/
.pagetitle{
  margin-top: 100px;
  background: #eff0f0;
  border-bottom: #e9eaea solid 1px;
  height: 150px;
  line-height: 150px;
}
.pagetitle .container{
  max-width: 1000px;
}


/*---パンくず---*/
.topicpath{
  max-width: 1000px;
  margin: 0px  auto 100px auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}
.topicpath ul li{
  display: inline-block;
  padding-right: 20px;
}
.topicpath ul li:after{
  content: ">";
  display: inline-block;
  padding-left: 20px;
}
.topicpath ul li:last-child:after{
  content: none;
}


/*---個人情報保護方針---*/
#privacy{
  margin-bottom: 100px;
}
#privacy .container{
  max-width: 1000px;
}
#privacy h2{
  text-align: center;
  margin-bottom: 50px;
}
#privacy h3{
  margin-bottom: 20px;
  border-bottom: #999999 dotted 1px;
}
#privacy p{
  margin-bottom: 50px;
}
.list_privacy{
  margin-bottom: 50px;
  padding-left: 10px;
}
.list_privacy li{
  list-style: disc inside;
  line-height: 2.0;
}




/*
=========================================
  Utilities
=========================================
*/

/* マージン
---------------------------------*/
.mb0{ margin-bottom: 0 !important;}
.mb5{ margin-bottom: 5px !important;}
.mb10{ margin-bottom: 10px !important;}
.mb15{ margin-bottom: 15px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb25{ margin-bottom: 25px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb35{ margin-bottom: 35px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb45{ margin-bottom: 45px !important;}
.mb50{ margin-bottom: 50px !important;}

/* 左右行揃え
---------------------------------*/
.ta-l{ text-align: left; }
.ta-r{ text-align: right; }
.ta-c{ text-align: center; }


/* フロート／フロート解除
---------------------------------*/
.fl{ float:left; }
.fr{ float:right; }
.fl-img{ float: left; margin-right: 10px; margin-bottom: 10px;}
.fr-img{ float: right; margin-left: 10px; margin-bottom: 10px;}
.clear{ clear:both; }

/* clearfix */
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both; 
}



