@charset "UTF-8";

html {
  height: auto;
  width: 100%;
  background-color: #FFF;
}

body {
  width: 100%;
  min-width: 1260px;
  height: auto;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", "Lato", "Meiryo UI", "YakuHanJP", "NotoSansJP-regular", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica Neue", Helvetica, sans-serif;"
  line-height: 1.6;
  font-weight: 300;
  letter-spacing : 0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: #1e1e1e;
  color: #dcdcdc;
}

/* Firefox */
::-moz-selection {
  background: #1e1e1e;
  color: #dcdcdc;
}

/* #reset
------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, th { font-weight: 300; }

ul { list-style: none; }

strong { font-family: "NotoSansJP-bold"; }

picture {
  display: block;
}

a {
  text-decoration: none;
}

*:focus {
  outline: none;
}

/* #reset(EOF)
------------------------------------------------------------------------- */





/* #header
------------------------------------------------------------------------- */

header{
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 99;
}

#nav{
  /* width: 30%; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
}

#nav ul{
  list-style: none;
}

#nav li{
  margin: 0 5px;
  font-family: 'Chathura', sans-serif;
  font-size: 22px;
  font-size: 1em;
}

#nav li.active a {
  color: #FFFFFF;
  background: #455765;
}

#nav li a{
  display: block;
  padding: 2px 1em 2px 1.1em;
  line-height: 1.2;
  letter-spacing: .1em;
  text-decoration: none;
  color: #4A3C37;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* #header(EOF)
------------------------------------------------------------------------- */





/* #SCROLL ANIMETION
------------------------------------------------------------------------- */

.scroll_a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 60px;
}

.scroll_a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll_a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* #SCROLL ANIMETION(EOF)
------------------------------------------------------------------------- */





/* #TOP
------------------------------------------------------------------------- */

#section1 {
  min-height: 100%;
  background: url("../images/image_pc/top_bgimg01.jpg") repeat-x 0 0;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}

/* #TOP(EOF)
------------------------------------------------------------------------- */





/* #COMPANY
------------------------------------------------------------------------- */

#section2 {
  min-height: 100%;
  background: url("../images/image_pc/company_bgimg01.jpg") repeat-x 0 0;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}

table {
  width: 70%;
  border-collapse: collapse;
  margin: auto;
}

table tr {
  width: 80%;
  border-bottom: solid 1px #eeeeee;
}

table th, td {
  padding: 3%;
  text-align: left;
  font-size: 0.8em;
  font-weight: 600;
  text-decoration: none;
  color: #FFF;
}

table th {
  width: 20%;
}

table td {
  width: 60%;
}

.tr_last {
  border-bottom: none;
}

/* #COMPANY(EOF)
------------------------------------------------------------------------- */





/* #SERVICE
------------------------------------------------------------------------- */

#section3 {
  min-height: 100%;
  background: url("../images/image_pc/service_bgimg01.jpg") repeat-x 0 0;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}

/* SP非表示 */
.service-style_sp,
.service_title_sp,
.service-under_style_sp,
.service_under_sentence_sp {
  display: none;
}

.service-style {
  color: #fff;
  display: flex;
  justify-content: center;
}

.service-style ul {
  text-align: center;
  margin: 0 7%;
}

.service-style li p {
  color: #fff;
  margin-bottom: 5px;
}

.service-style li img {
  box-shadow: 3px 3px 3px #455765;
  margin-bottom: 7%;
  height: 35vh;
}

.service-under-style {
  text-align: center;
  margin-top: 4%;
}

.service_title {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #FFF;
}

.service_under_sentence {
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #FFF;
  margin-bottom: 5px;
  line-height: 1.5;
}

/* #SERVICE(EOF)
------------------------------------------------------------------------- */





/* #CONTACT
------------------------------------------------------------------------- */

#section4 {
  min-height: 100%;
  background: url("../images/image_pc/contact_bgimg01.jpg") repeat-x 0 0;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.contact-form {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70vw;
  height: 640px;
  background: rgba(0,0,0,0.85);
  padding: 20px 35px;
  border-radius: 5px;
}

.title {
  font-size: 2em;
  line-height: 1.25em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  color: #fffafa;
  padding-bottom: 15px;
}

.input-fields {
  padding: 0 30px;
}

.input-fields .items {
  width: 100%;
  padding-bottom: 15px;
}

.input-fields .items .label {
  display: block;
  font-size: 1em;
  color: #fffafa;
  text-transform: capitalize;
  transition: all 0.5s ease;
  padding-bottom: 5px;
}

.input-fields .items .input,
.input-fields .items .text-area {
  background: transparent;
  border: 0;
  border: 1px solid #fffafa;
  width: 100%;
  padding: 8px 10px;
  font-size: 1em;
  color: #fffafa;
  border-radius: 3px;
}

.btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.25em;
  padding: 10px 75px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 2px;
}

.error{
  color: #dc143c;
}

.btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  color: #292929;
  background-image: linear-gradient(#c0c0c0 0%, #fffafa 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #696969;
}

.btn:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}



.items #msg {
  height: 100px;
}

/* jquery code */
.input-fields .items .input.active .label {
  font-size: 15px;
  top: 0;
}


.label::selection {
  background: #dcdcdc;
  color: #1e1e1e;
}

/* Firefox */
.label::-moz-selection {
  background: #dcdcdc;
  color: #1e1e1e;
}

.title::selection {
  background: #dcdcdc;
  color: #1e1e1e;
}

/* Firefox */
.title::-moz-selection {
  background: #dcdcdc;
  color: #1e1e1e;
}

/* #CONTACT(EOF)
------------------------------------------------------------------------- */





/* #CONFIRM
------------------------------------------------------------------------- */

.confirm_01_sp {
  display: none;
}

.confirm_over {
  width: 900px;
  height: auto;
  margin: 0 auto;
}

.confirm_01 {
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  color: #FFF;
  background-color: #142f7c;
  height: 35px;
  width: 60%;
  padding-top: 10px;
  margin-bottom: 50px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.confirm_02 {
  text-align: center;
  font-size: 1em;
  font-weight: 400;
}

.form_left {
  width: 470px;
  margin-bottom: 50px;
}

.form_right {
  width: 422px;
  margin-bottom: 50px;
}

.form_title {
  margin-top: 30px;
  margin-bottom: 12px;
  line-height: 1;
}

.form_title:after {
  content: "※";
  color: #f25e63;
}

.form_title02 {
  margin-top: 30px;
  margin-bottom: 12px;
  line-height: 1;
}

.confirm_word {
  display: table-cell;
  vertical-align: middle;
  width: 425px;
  height: 80px;
  padding-left: 20px;
  border-radius: 3px;
  background-color: #f4f4f4;
  border: 1px solid #eeeeee;
}

.confirm_word02 {
  display: table-cell;
  vertical-align: middle;
  width: 880px;
  height: 80px;
  padding-left: 20px;
  border-radius: 3px;
  background-color: #f4f4f4;
  border: 1px solid #eeeeee;
}

.form_btn {
  text-align: center;
  margin: 50px 0;
}

.form_btn02 {
  text-align: center;
  margin: 50px 0;
}

.send_btn {
  margin: 0 auto;
  width: 360px;
  height: 78px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  color: #FFF;
  background-color: #142f7c;
  cursor: pointer;
}

.send_btn:hover {
  color: #142f7c;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #142f7c;
  opacity: 1;
}

.back_btn {
  margin: 0 auto;
  width: 200px;
  height: 78px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  color: #142f7c;
  background-color: #FFF;
  border: 1px solid #142f7c;
  cursor: pointer;
}

.back_btn:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #dcdcdc;
  border: 1px solid #FFF;
  opacity: 1;
}

/* #CONFIRM(EOF)
------------------------------------------------------------------------- */





/* #SUNMIT
------------------------------------------------------------------------- */

.submit-style{
text-align: center;
font-size: 1em;
font-weight: 400;
}

.submit-title{
  font-size: 2em;
  font-weight: 400;
  margin: auto;
  margin-top: 15%;
  margin-bottom: 5%;
}

.submit-text{
  width: 70%;
  margin: 0 auto;
  background-color: #f4f4f4;
  border: 1px solid #eeeeee;
}

.submit_send_btn {
  margin: 0 auto;
  margin-top: 5%;
  width: 360px;
  height: 78px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  color: #FFF;
  background-color: #142f7c;
  cursor: pointer;
}

.submit_send_btn:hover {
  color: #142f7c;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #142f7c;
  opacity: 1;
}

.complete_word_bold{
  font-weight: bold;
  background: linear-gradient(transparent 75%, #a8eaff 65%);
}

/* #SUBMIT(EOF)
------------------------------------------------------------------------- */




/* #FOOTER
------------------------------------------------------------------------- */

.footer {
  z-index: 999;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-left: auto;
}

.copyright {
  text-align: center;
  font-weight: bold;
  font-size: 0.88em;
  color: #fff;
}

/* #FOOTER(EOF)
------------------------------------------------------------------------- */
