@charset 'UTF-8';
body{
  font-family: 游明朝体, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  
  position: relative;
}
a{
  color: inherit;
  text-decoration: none;
}
img{
  width: 100%;
  height: auto;
}
em,i{
  font-style: normal;
}
/*** header ***/
header{
  width: 100%;
  background: rgba(36,36,36,0.5);
  color: #ffffff;
  position: fixed;
  z-index: 2;
}
header .inner{
  width: 100%;
  display: inline-block;
  background: rgba(36,36,36,0.5);
  padding: 18px 0 16px;
}
header .inner .inner-box{
  max-width: 1860px;
  margin: 0 auto;
  padding: 0 20px 0 50px;
}
header .inner h1{
  width: 365px;
  display: inline-block;
}
header .splogo{
  display: none;
}
header .inner ul.gnav{
  float: right;
  text-align: right;
}
header .inner ul.gnav li{
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 35px;
}
header .inner ul.gnav li:first-child{
  margin-left: 0;
}

header .inner ul.gnav li.mail{
  font-size: 16px;
}
header .inner ul.gnav li.mail span{
  margin-bottom: 5px;
}
header .inner ul.gnav li.mail a:before{
  content: "";
  width: 47px;
  height: 34px;
  display: inline-block;
  background: url("../images/icon_mail.svg") no-repeat;
  background-size: 100% auto;
  margin-right: 5px;
}
header .inner ul.gnav li.tell{
  font-size: 38px;
}
header .inner ul.gnav li.tell:before{
  content: "";
  width: 24px;
  height: 35px;
  display: inline-block;
  background: url("../images/icon_tell.svg") no-repeat;
  margin-right: 10px;
}
header .inner ul.gnav li.web{
  font-size: 26px;
  position: relative;
}
header .inner ul.gnav li.web a:before{
  content: "";
  width: 37px;
  height: 39px;
  display: inline-block;
  background: url("../images/icon_calendar.svg") no-repeat;
  margin-right: 20px;
}
header .inner ul.gnav li.web:after{
  content: "";
  width: 105%;
  border-bottom: solid 5px #fff;
  position: absolute;
  bottom: -16px;
  right: 0;
  margin: auto;
}
header .inner ul.gnav li.web span{
  padding-right: 10px;
}
header .inner ul.gnav li a{
  color: #ffffff;
}
header nav{
  margin: 20px 0;
}
header.fixed-nav.show nav{
  display: none;
}
header nav ul{
  text-align: center;
}
header nav ul li{
  display: inline-block;
  font-size: 20px;
  line-height: 1.3;
  margin-left: 40px;
}
header nav ul li:first-child{
  margin-left: 0;
}
header nav ul li span{
  display: block;
  font-size: 16px;
}

/*** header スクロールナビ ***/

header .fixed-box{
  width: 100%;
  display: none;
  position: relative;
}
header.fixed-nav.show .fixed-box{
  display: block;
}
/*** header スクロールナビ end ***/

/*** バーガーメニュー ***/
div.globalMenuSp {
  width: 50%;
  display: none;
  position: absolute;
  top: 59px;
  left: -50px;
  background: rgba(36,36,36,0.7);
  padding: 45px 0 70px 50px;
}
 
div.globalMenuSp ul + ul{
  margin-top: 50px;
}

div.globalMenuSp ul li {
  display: block;
  font-size: 3vh;
  list-style-type: none;
  padding: 0;
  width: 100%;
}
 
/* 最後はラインを描かない */
div.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
 
div.globalMenuSp ul li a {
  width: 45%;
  display: block;
  color: #fff;
  border-bottom: 1px dotted #fff;
}
 
/* このクラスを、jQueryで付与・削除する */
div.globalMenuSp.active {
  display: block;
}
.navToggle {
  width: 50px;
  height: 35px;
  float: left;
  text-align: center;
  cursor: pointer;
  margin-right: 35px;
}
.navToggle span {
  height: 0;
  display: block;
  position: absolute;    /* .navToggleに対して */
  width: 50px;
  border-top: solid 5px #eee;
  box-sizing: border-box;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.navToggle span:nth-child(1) {
    top: 0;
}
.navToggle span:nth-child(2) {
    top: 16px;
}
.navToggle span:nth-child(3) {
    top: 32px;
}
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2){
  display: none;
}
.navToggle.active span:nth-child(3) {
  top: 18px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*** バーガーメニュー end ***/
/*** header end ***/

/*** footer ***/
footer {
  color: #ffffff;
  background: #242424;
  margin-top: 150px;
  padding-bottom: 40px;
}
footer .nav{
  background: url("../images/footer_bg.png") repeat;
}
footer .nav ul{
  width: 100%;
  text-align: center;
  padding: 0 0 30px;
}
footer .nav li{
  display: inline-block;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 30px;
  margin-left: 4%;
}
footer .nav li:first-child{
  margin-left: 0;
}
footer .nav li span{
  display: block;
  font-size: 16px;
}
footer .nav02{
  margin-top: 30px;
}
footer .nav02 ul{
  text-align: center;
}
footer .nav02 li{
  display: inline-block;
  margin-left: 30px;
  padding-left: 30px;
  border-left: solid 1px #ffffff;
}
footer .nav02 li:first-child{
  margin-left: 0;
  padding-left: 0;
  border-left:none;
}
footer .nav02 li.social-links{
  border-left:none;
  padding-left: 0;
  margin-left: 30px;
}
footer .nav02 li.social-links a{
  display: inline-block;
  width: 20px;
  margin-right: 12px;
}
footer .contact{
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
}
footer .contact ul{
  display: inline-block;
}
footer .contact li{
  float: left;
  margin-left: 20px;
}
footer .copyright{
  text-align: center;
  margin-top: 50px;
}
/*** footer end ***/
.topBtn {
  width:50px;
  height:50px;
  position:fixed;
  bottom:0;
  right:0;
  display:block;
  background-color:rgba(0,0,0,0.4);
}
.topBtn span{
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.topBtn span:after{
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
}
    
/*** 下層 共通 ***/
.content{
  width: 100%;
  max-width: 1200px;
  font-size: 22px;
  color: #242424;
  word-wrap : break-word;
  overflow-wrap : break-word;
  margin: 60px auto 0;
}
.content h2{
  font-size: 36px;
  text-align: center;
}
.content h2 span{
  display: block;
  font-size: 24px;
}
.content h3{
  font-size: 36px;
  text-align: center;
}
.content h3 span{
    display: block;
    font-size: 24px;
}
.content h3.title_line{
  width: 100%;
  text-align: left;
  line-height: 1;
  border-top: solid 3px #516268;
  box-sizing: content-box;
}
.content h3.title_line span{
  display: inline-block;
  font-size: 30px;
  background: #ffffff;
  margin-top: -10px;
  padding:12px 30px 0 0;
}
.content .navlist{
  font-size: 0;
  text-align: center;
  margin-top: 60px;
}
.content .navlist li{
  display: inline-block;
  font-size: 18px;
  margin-right: 4%;
}
.content .navlist li:last-child{
  margin-right: 0;
}
.content .navlist li a:hover{
  padding-bottom: 5px;
  border-bottom: solid 5px #516268;
}
.content .cf{
  overflow: hidden;
}
.content .lead{
  text-align: center;
  margin-top: 20px;
}
.list_circle li{
  text-indent: -25px;
  margin-left: 35px;
}
.list_circle li:before{
  content: "○";
  font-size: 16px;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.display_pc{
  display: block;
}
.display_sp{
  display: none;
}



@media screen and (max-width:1320px) {
  header .inner h1 {
    width: 29.841%;
  }
  header .inner ul.gnav li{
    margin-left: 16px;
  }
  header .inner ul.gnav li.mail a:before{
    content: "";
    width: 31px;
    height: 22px;
    background: url(../images/icon_mail.svg) no-repeat;    
  }
  header .inner ul.gnav li.tell{
    font-size: 3vw;
  }
  header .inner ul.gnav li.tell:before {
    content: "";
    width: 16px;
    height: 23px;
    background: url(../images/icon_tell.svg) no-repeat;
  }
  header .inner ul.gnav li.web{
    font-size: 2vw;
  }
  header .inner ul.gnav li.web a:before {
    content: "";
    width: 24px;
    height: 26px;
    background: url(../images/icon_calendar.svg) no-repeat;
  }
  header .inner ul.gnav li.web:after{
    content: "";
    bottom: -22px;
  }
  header nav ul li{
    font-size: 1.6vw;
    margin-left: 3%;
  }
  header nav ul li span{
    font-size: 1.3vw;
  }
  div.globalMenuSp{
    top: 55px;
  }
  h3.experience{
    font-size: 2.8vw;
  }
}/*** max-width:1280px ***/

@media screen and (max-width:1200px) {
  header  .fixed-box{
    display: block;
  }
  header nav{
    display: none;
  }
  header .inner .inner-box{
    padding: 0 0 0 30px;
  }
  header .inner h1{
    display: none;
  }
  header .splogo{
    width: 49.417%;
    display: block;
    margin: 25px auto;
  }
  header .inner ul.gnav li.txt{
    display: none;
  }
  div.globalMenuSp{
    top: 51px;
  }
  div.globalMenuSp ul li a{
    width: 55%;
  }
  footer{
    margin-top: 115px;
  }
  .nav{
    width: 100%;
    display: inline-block;
  }
  footer .nav ul{
    width: 90%;
    max-width: 1000px;
    padding: 0 5% 30px;
}
  footer .nav li{
    font-size: 1.7vw;
    margin-left: 13%;
  }
  footer .nav li:nth-child(6){
    margin-top: 45px;
    margin-left: 0;
  }
  footer .nav li:nth-child(7){
    margin-top: 45px;
  }
  footer .nav li:nth-child(8){
    margin-top: 45px;
  }
  footer .contact ul{
    width: 90%;
    text-align: left;
  }
  footer .contact li {
    float: none;
    margin-left: 0;
  }
  footer .contact li:nth-child(3){
    float: left;
  }
  
  /*** 下層 共通 ***/
  .content {
    width: 85%;
    font-size: 14px;
    margin-top: 50px;
  }
  .content .lead{
  text-align: left;
  }
  .content h2 {
    font-size: 26px;
  }
  .content h2 span {
    font-size: 20px;
  }
  .content h3{
    font-size: 26px;
  }
  .content h3 span{
    font-size: 20px;
  }
  .content h3.title_line{
    border-top: solid 2px #516268;
  }
  .content h3.title_line span{
    font-size: 20px;
    padding: 10px 15px 0 0;
  }
  .content .navlist{
    width: 100%;
    display: block;
    margin: 20px auto 0;
  }
  .content .navlist li{
    font-size: 14px;
    margin-top: 15px;
  }
  .content .navlist li a:hover{
  padding-bottom: 3px;
  border-bottom: solid 3px #516268;
  }
  .list_circle li {
    text-indent: -16px;
    margin-left: 16px;
    margin-bottom: 10px;
  }
  .list_circle li:before{
    font-size: 12px;
    vertical-align: initial;
    margin-right: 3px;
  }
  .display_pc{
  display: none;
  }
  .display_sp{
  display: block;
  }
}/*** max-width:1200px ***/
@media screen and (max-width:800px) {
  footer .nav li {
    margin-left: 8%;
  }
  div.globalMenuSp{
    width: 70%;
  }
  div.globalMenuSp ul li{
    font-size: 2.6vh
  }
/*  .tel-link {
    color: #06F;
  }*/
}/*** max-width:600px ***/
@media screen and (max-width:600px) {
  .navToggle {
    width: 25px;
    height: 18px;
    float: left;
    text-align: center;
    cursor: pointer;
    margin-right: 0;
  }
  .navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 25px;
    border-top: solid 3px #eee;
    box-sizing: border-box;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }

  .navToggle span:nth-child(1) {
      top: 0;
  }

  .navToggle span:nth-child(2) {
      top: 8px;
  }

  .navToggle span:nth-child(3) {
      top: 16px;
  }

  .navToggle span:nth-child(4) {
      border: none;
      color: #eee;
      font-size: 9px;
      font-weight: bold;
      top: 34px;
  }
  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
      top: 5px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }

  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(3) {
      top: 5px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  div.globalMenuSp{
    width: 57%;
    top: 35px;
    padding: 20px 50px 30px 50px;
  }
  div.globalMenuSp ul + ul {
    margin-top: 25px;
}
  div.globalMenuSp ul li{
    /*font-size: 14px;*/
    font-size: 16px;
    line-height: 2;
  }
  div.globalMenuSp ul li a{
    width: auto;
  }
  header .inner{
    padding: 14px 0 12px;
  }
  header .inner .inner-box {
    padding: 0 0 0 15px;
  }
  header .inner ul.gnav li{
    margin-left: 8px;
  }
  header .inner ul.gnav li.mail{
    font-size: 14px;
    margin-left: 0;
  }
  header .inner ul.gnav li.mail a:before {
    content: "";
    width: 16px;
    height: 11px;
    background: url(../images/icon_mail.svg) no-repeat;
  }
  header .inner ul.gnav li.tell {
    font-size: 14px;
  }
  header .inner ul.gnav li.tell:before {
    content: "";
    width: 8px;
    height: 12px;
    background: url(../images/icon_tell.svg) no-repeat;
    margin-right: 5px;
  }
  header .inner ul.gnav li.web {
    font-size: 14px;
  }
  header .inner ul.gnav li.web a:before {
    content: "";
    width: 12px;
    height: 13px;
    background: url(../images/icon_calendar.svg) no-repeat;
    margin-right: 5px;
  }
  header .inner ul.gnav li.web:after {
    content: "";
    border-bottom: solid 3px #fff;
    position: absolute;
    bottom: -15px;
    right: 0;
    margin: auto;
}
  
  
  header .splogo{
    margin: 10px auto;
  }
  footer{
    margin-top: 60px;
  }
  footer .nav ul{
    margin-top: 0;
  }
  footer .nav li{
    margin-top: 30px;
    margin-left: 5%;
  }
  footer .nav li:nth-child(6),footer .nav li:nth-child(7),footer .nav li:nth-child(8){
    margin-top: 20px;
  }
  footer .nav02{
    margin-top: 20px;
  }
  footer .nav02 li{
    font-size: 14px;
    margin-top: 10px;
    margin-left: 15px;
    padding-left: 15px;
  }
  footer .nav02 li.social-links{
    display: block;
    margin: 20px auto 0;
  }
  footer .nav02 li.social-links a{
    width: 40px;
  }
}/*** max-width:600px ***/
@media screen and (max-width:438px) {
  footer .nav li:nth-child(6){
    margin-left: 5%;
  }
}/*** max-width:440px ***/
@media screen and (max-width:400px) {
  footer .nav li:nth-child(5),footer .nav li:nth-child(7){
    margin-left: 0;
  }
div.globalMenuSp{
    top: 31px;
  }
}/*** max-width:400px ***/
@media screen and (max-width:320px) {

div.globalMenuSp{
    top: 37px;
  }
}/*** max-width:320px ***/