@charset "UTF-8";

body , html {
  padding: 0;
  margin: 0;
}
.p-fixBtnWrap {
  display: none;
}
h1.cont__ttl {
  font-size: 32px;
  position: relative;
  padding-top: 50px;
  margin: 0 0 100px;
  font-weight: 500;
  text-align: center;
  color: #28385e;
  letter-spacing: 0.05em;
}/*
h1.cont__ttl:before {
  content: '';
  position: absolute;
  bottom: -50px;
  display: inline-block;
  width: 150px;
  height: 5px;
  left: 0%;
  background-color: #7aa5cc;
}*/
h1.cont__ttl .cont__ttl--en {
  /*position: absolute;
  top: 0;
  left: 0;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  color: #dfdfdf;
  color: #a3b8cc;*/
  font-size: 18px;
  display: block;
  color: #336699;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: bold;
}

#toppage {
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ","Meiryo",sans-serif;
  color: #333;
  line-height: 1.6;
}

#toppage .construction .sec-inner {
  /*background: url("/assets/images/construction.png") no-repeat right top ;*/
}

#toppage h2.cont__ttl {
  font-size: 30px;
  line-height: 1.8;
  /*position: relative;*/
  padding-top: 130px;
  margin: 0 0 150px;
  font-weight: 500;
  text-align: center;
  color: #28385e;
  letter-spacing: 0.05em;
}
#toppage .company h2.cont__ttl , #toppage .contact h2.cont__ttl {
  padding-top: 70px;
  margin: 0 0 70px;
}/*
#toppage h2.cont__ttl:before {
  content: '';
  position: absolute;
  bottom: -70px;
  display: inline-block;
  width: 150px;
  height: 5px;
  left: 0%;
  background-color: #7aa5cc;
}*/
#toppage .company h2.cont__ttl:before , #toppage .contact h2.cont__ttl:before{
  bottom: -40px;
}
#toppage h2 .cont__ttl--en {
  display: none;
}

/*
#toppage h2 .cont__ttl--en {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  color: #dfdfdf;
  color: #a3b8cc;
}
#toppage h2 .cont__ttl--en::first-letter {
  color: #7aa5cc;
}*/

#toppage h3.cont__ttl {
  font-size: 28px;
  margin: 0 0 25px;
  font-weight: 500;
  text-align: center;
  color: #28385e;
  letter-spacing: 0.05em;
}
.business__ttl {
  background: url("/assets/images/tit_logo.png") no-repeat top center;
  padding-top: 45px;
  background-size: 30px;
}
#toppage h3 .cont__ttl--en {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #336699;
  opacity: 1;
  text-align: center;
  display: block;
}
.cont__description {
  text-align: center;
  margin-bottom: 30px;
}

#toppage .sec-inner , .new-footer-inner {
  width: 868px;
  margin: 0 auto;
  padding: 20px 0 20px;
}

#toppage .cont__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#toppage .cont__list dl {
  background: #FFF;
  padding: 20px 25px 25px;
  width: calc(50% - 22px);
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px rgba(0,0,0,.05),0 4px 4px -4px rgba(0,0,0,.1);
}
#toppage .cont__list dl dt {
  margin: 0 0 8px;
  padding: 0;
  font-size: 1.2em;
  color: #336699;
}
#toppage .cont__list dl dt img {
  vertical-align: middle;
  padding-right: 8px;
  width: 40px;
}
#toppage .cont__list dl dd {
  margin: 0;
  padding: 0;
  font-size: .9em;
}

#toppage iframe {
  width: 100%;
  height: 400px;
  margin: 30px 0;
}

.company__th {
  border-bottom: solid 2px #555;
  padding: 25px 10px;
  font-weight: bold;
  color: #333;
  width: 240px;
  text-align: center;
  vertical-align: middle;
}
.company__td {
  border-bottom: solid 1px #555;
  padding: 25px 30px;
  vertical-align: middle;
  width: 600px;
}
.cont-btn02 {
  background: #293462;
  border: solid 3px #143F6B;
  padding: 20px 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  width: 50%;
  height: 100%;
  position: relative;
  font-weight: bold;
  border-radius: 3px;
  text-decoration: none;
  font-size: 1.2em;
  margin: 30px 0 10px;
}
.cont-btn02:hover {
    background: #FFF;
    color: #293462;
  }
.cont-btn02::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
}
.cont-btn02:hover::after {
  border-color: transparent transparent transparent #293462;
}
#toppage .contact , #toppage .business {
  /*background: rgba(110,36,38,0.1);*/
  background: #F5F5F5;
  padding-bottom: 50px;
}

#new-footer {
  background: /*#595658*/ #28385E;
}
#new-footer .new-footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#new-footer .new-footer-inner dl dt img {
  width: 200px;
  margin-bottom: 10px;
}
#new-footer .new-footer-inner dl dd {
  margin: 0;
  padding: 0;
  color: #FFF;
}
#new-footer .new-footer-inner ul {
  list-style: none;
}
#new-footer .new-footer-inner ul li {
  list-style: none;
  display: inline;
  padding-left: 20px;
}
#new-footer .new-footer-inner ul li a {
  color: #FFF;
  text-decoration: none;
}
#new-footer .new-footer-inner ul li a:hover {
  text-decoration: underline;
}
.pc-mode {
  display: block;
}
.submit {text-align:center;}
.submit input{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #28385E;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.submit input:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea,
.field {
 display: block;
 width: 100%;
 height: 45px;
 margin-bottom: 14px;
 padding: 0 12px;
 border: 0;
 border-radius: 3px;
 background-color: #eaedf2;
 box-shadow: none;
 color: #5c6b80;
 font-size: 1em;
 vertical-align: middle;
 line-height: 45px;
 transition: background-color .24s ease-in-out;
}
input[type="text"]:focus,input[type="text"]:active,input[type="password"]:focus,input[type="password"]:active,input[type="datetime"]:focus,input[type="datetime"]:active,input[type="datetime-local"]:focus,input[type="datetime-local"]:active,input[type="date"]:focus,input[type="date"]:active,input[type="month"]:focus,input[type="month"]:active,input[type="time"]:focus,input[type="time"]:active,input[type="week"]:focus,input[type="week"]:active,input[type="number"]:focus,input[type="number"]:active,input[type="email"]:focus,input[type="email"]:active,input[type="url"]:focus,input[type="url"]:active,input[type="search"]:focus,input[type="search"]:active,input[type="tel"]:focus,input[type="tel"]:active,input[type="color"]:focus,input[type="color"]:active,
select:focus, select:active,
textarea:focus, textarea:active,
.field:focus, .field:active {
 background-color: #f7f8fa;
}
textarea {
 max-width: 100%;
 min-height: 120px;
 line-height: 1.5em;
 padding: .5em;
 overflow: auto;
}
select {
 background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
 background-color: transparent;
 background-repeat: no-repeat;
 background-position: 97.5% center;
 outline: 0;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
select::-ms-expand {
 display: none;
}
.wp-block-contact-form-7-contact-form-selector table {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .l-header__customBtn {
    display: none;
  }
	#toppage .sec-inner , .new-footer-inner {
    width: 95%;
    margin: 0 auto;
    padding: 30px 0px 2%;
  }
  #toppage .construction .sec-inner {
    /*background: url("/assets/images/construction.png") no-repeat right top ;
    background-size: 70%;*/
  }
  h1.cont__ttl {
    font-size: 28px;
    padding-top: 30px;
    margin: 0 0 50px;
  }
  h1.cont__ttl .cont__ttl--en {
      font-size: 16px;
      display: block;
      color: #336699;
      letter-spacing: 0.05em;
      line-height: 1.6;
      font-weight: bold;
  }
  #toppage h2.cont__ttl {
    font-size: 18px;
    position: relative;
    padding-top: 70px;
    margin: 0 0 70px;
    font-weight: 500;
    text-align: center;
  }
  #toppage .company h2.cont__ttl {
    padding-top: 50px;
    margin: 0 0 70px;
  }
  #toppage h2.cont__ttl:before {
    content: '';
    position: absolute;
    bottom: -50px;
    display: inline-block;
    width: 100px;
    height: 4px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #toppage .company h2.cont__ttl:before , #toppage .contact h2.cont__ttl:before {
    bottom: -40px;
  }
  #toppage h2 .cont__ttl--en {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1;
    text-align: center;
  }
/*
  #toppage h3.cont__ttl {
    font-size: 22px;
    margin: 0 0 25px;
    font-weight: 500;
    text-align: left;
  }
  .business__ttl {
    background: url("/assets/images/tit_logo.png") no-repeat left center;
    padding-top: 0px;
    padding-left: 45px;
    background-size: 35px;
  }
  #toppage h3 .cont__ttl--en {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: inherit;
    line-height: 1;
    opacity: 0.5;
    text-align: left;
    display: block;
  }*/
  .cont__description {
    text-align: left;
    margin-bottom: 20px;
    font-size: .9em;
  }
  #toppage .cont__list dl {
    background: #FFF;
    padding: 20px 25px 25px;
    width: 100%;
    margin-bottom: 20px;
  }
  #toppage .cont__list dl dt {
    margin: 0 0 8px;
    padding: 0;
    font-size: 1.2em;
  }
  #toppage .cont__list dl dd {
    margin: 0;
    padding: 0;
    font-size: .9em;
  }

  #toppage iframe {
    width: 100%;
    height: 400px;
    margin: 30px 0;
  }
  .company__th {
    padding: 25px 10px;
    font-weight: bold;
    color: #333;
    width: 30%;
    text-align: center;
    vertical-align: middle;
  }
  .company__td {
    border-bottom: solid 1px #555;
    padding: 25px 30px;
    vertical-align: middle;
    width: 60%;
  }
  .contact__btn {
    text-align: center;
  }
  .cont-btn02 {
    background: #293462;
    border: solid 3px #143F6B;
    padding: 20px 10px;
    color: #fff;
    display: block;
    justify-content: center;
    width: 70%;
    height: 100%;
    position: relative;
    font-weight: bold;
    border-radius: 3px;
    text-decoration: none;
    font-size: 1.2em;
    margin: 0 auto;
  }
  .cont-btn02:hover {
    background: #FFF;
    color: #293462;
  }
  .pc-mode {
    display: none;
  }
  #new-footer .new-footer-inner dl dt img {
    width: 150px;
    margin-bottom: 20px;
  }
  #new-footer .new-footer-inner ul {
    display: none;
  }
  #new-footer .new-footer-inner dl {
    text-align: center;
    width: 100%;
  }
  input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea,
.field {
 font-size: 1.4em;
}

}

