@charset "UTF-8";



/* newsinfomation */
#news {
  height: auto;
}

.news-area {
    background-color: white;
    padding: 1em;
    margin: 0em;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    height: auto;
    margin-top: -8rem;
}

#news h2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #053776;
}

#news dl {
  display: flex;
  margin-top: 1em;
}

#news dt {
  padding-right: 1em;
  color: #878585;
  font-weight: 600;
}

#news dd {
  margin-bottom: 0;
}

/* business-content */
#box1 .border-box {
  width: 100%;
}
#box1 {
  margin-bottom: 50px;
  margin: 0 10%;
}
#box1 h4 {
  text-align: center;
}

/* company */
#box2 {
  padding-top: 50px;
}
#box2 .border-box {
  width: 100%;
}
@media screen and (max-width:576px) {
  #box2 {
    margin-top: 80px;
  }
}


#table01 {
  color: white;
  line-height: 2;
  font-family: "'Noto Sans JP'";
  width: 100%;
}

#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 10px 0;
  border: none;
  font-size: 16px;
}

#table01 th {
  width: 20%;
}

#table01 ul {
  list-style-position: inside;
}

#table01 ul li {
  padding-left: 1em;
  text-indent: -3em;
}

/* sp */
@media only screen and (max-width: 480px) {

  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
  }

  #table01 td {
    padding-top: 0;
    font-size: 16px;
  }
}


/* base */
#box3 {
  padding-top: 80px;
  margin-bottom: 60px;
  color: #fff;
}
#box3 .border-box {
  width: 100%;
}
.base-img {
}
.base-img img {
  aspect-ratio: 16/9;
}
@media screen and (max-width:420px) {
  #box3 .base-name {
    padding-top: 15px;
  }

}

/* history */
#box4 {
  color: #fff;
}
#box4 .border-box {
  width: 100%;
}

.timeline {
  list-style: none;
}

.timeline>li {
  margin-bottom: 60px;
}

.timeline-date {
  font-weight: bold;
}


/* for Desktop */
@media (min-width : 640px) {
  .timeline>li {
    overflow: hidden;
    margin: 0;
    position: relative;
    margin-bottom: 1rem;
    width: auto;
    margin: 0 auto;
  }

  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
    font-weight: bold;
  }

  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }

  .timeline-content p {
    text-align: left;
    line-height: 2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-top: 20px;
  }

  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #55b0f0;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}

/* topmessage */
#box5 {
  color: #fff;
}
#box5 .border-box {
  width: 100%;
}
#box5 .ceo-img {
  margin-top: 1rem;
}
#box5 .ceo-img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
#box5 .border-box h3 .tag {
  font-size: 18px;
}
#box5 .message-txt {
  padding-top: 20px;
}
@media screen and (max-width:420px) {
  #box5 {
    margin-top: 20px;
  }
}

/* gallery */
#box6 {
  color: #fff;
}
#box6 .border-box {
  width: 100%;
}
#box6 .border-box h3 .tag {
  font-size: 18px;
}
@media screen and (max-width:420px) {
  #box6 {
    margin-top: 80px;
  }
}

/* gallery slider */
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}

.slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin: 0 10px;
}

.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;
  /*矢印の色*/
  border-right: 2px solid #666;
  /*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}
@media screen and (max-width:576px) {
  .slick-dots {
    display: none;
  }
}

/* interview */
#box7 {
  color: #fff;
}
#box7 .border-box {
  width: 100%;
  margin-bottom: 1rem;
}
#box7 h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
#box7 .hako {
  padding-top: 30px;
  margin-bottom: 50px;
}
#box7 .hako-flex {
}
#box7 .hako-flex p {
  padding-top: 20px;
}
#box7 .hako-flex .hako-img {

}
#box7 .hako-flex img {
  display: block;
  opacity: 0.9;
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 20px;
  object-fit: cover;
}
@media screen and (max-width:420px) {
  #box7 {
    margin-top: 80px;
  }
}



/* concept */
#box8 {
  color: #fff;
}
#box8 .border-box {
  width: 100%;
}
#box8 .concept-table {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 15px;
  color: #fff;
  margin-top: 1rem;
  border-radius: 8px;
  line-height: 2;
  border: solid 3px #fff;
}
#box8 .concept-table dt {
  font-weight: bold;
  border-bottom: dashed 1px #fff;
  margin-bottom: 6px;
}
#box8 .concept-table dd {
  margin-bottom: 24px;
}
#box8 .message-title {
  font-weight: bold;
  font-size: 20px;
}

/* contact */
#box9 {
  padding-top: 50px;
  margin-bottom: 60px;
}
#box9 .border-box {
  width: 100%;
}

#box9 .form-box {
  padding: 20px 15px;
  border-radius: 5px;
  font-family: 'Noto Sans JP';
  border: solid 3px #fff;
}
#box9 .form-box form {
  max-width: unset;
  color: white;
}
@media screen and (max-width:420px) {
  #box9 {
    padding-top: 80px;
  }
  #box9 .form-box {
    padding: 20px 0px;
  }
}


.form-title h2 {
  text-align: center;
  padding: 20px 0;
}

form {
  max-width: 600px;
  margin: 0 auto;
}

label {
  display: block;
  margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
textarea,
select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

input[type="radio"] {
  margin-right: 5px;
}

.form-radio {
  padding: 10px 0;
  margin: 10px 0;
  font-size: 16px;
}

textarea {
  resize: vertical;
}

input[type="submit"] {
  padding: 10px 20px;
  background-color: #ff887a;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #ff1b00;
}

span.required {
  background: #ff887a;
  padding: 5px 6px;
  margin-left: 5px;
  border-radius: 4px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  form {
    margin: 0 10px;
  }
}

input[type="text"]:disabled,
input[type="email"]:disabled,
textarea:disabled,
select:disabled {
  background-color: #f2f2f2;
  color: #888;
}

/* confirm.php */
.form-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.form-container label {
  display: block;
  margin-bottom: 5px;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container select,
.form-container textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-container input[type="submit"] {
  background-color: #4caf50;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
}

.form-container input[type="submit"]:hover {
  background-color: #45a049;
}

.success-message {
  color: #4caf50;
  font-weight: bold;
}

@media (max-width: 600px) {
  .form-container {
    max-width: 100%;
  }
}

.formTable {
  width: 100%;
  border-spacing: 8px;
  margin: 0 auto;
  font-size: 16px;
}

.formTable tr {}

.formTable th {
  padding: 1.4em;
  position: relative;
  width: 35%;
  font-weight: normal;
  text-align: left;
}

.formTable td {
  width: 65%;
  font-size: 16px;
}
.formTable th,
.formTable td {
  border: 1px solid #ccc;
  padding: 10px;
}
.formTable td select option {
  background: #1f2052;
}
.form-submit {
  text-align: center;
  margin: 30px 0;
}
.form-note {

}
.form-note p {

}

@media screen and (max-width:572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }

  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }

  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }

  input[type="phone"] {
    width: 92%;
  }

  input[type="email"] {
    width: 92%;
  }

  input[type="text"],
  textarea {
    width: 100%;
    padding: 5px;
    display: block;
  }

  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }

}

/* placeholder */
::placeholder {
  color: #999;
  opacity: 1;
}

:focus::placeholder {
  opacity: 0.5;
}


/* footer */
.tks_footer {
  margin-top: 5rem;
}


/* メディアクエリ */
@media screen and (max-width:768px) {
  #box1 {
    padding-top: 65px;
  }
  section {
    padding: 5%;
  }
  #box1 {
    margin: 5%;
  }
  #box5 .message-txt {
    padding-top: 20px;
    line-height: 2.2;
  }
  #box5 .border-box h3 .tag {
    font-size: 18px;
  }
  #box7 .hako-flex img {
    margin-right: auto;
    display: inline;
  }
  #box7 .hako-flex p {
    padding-top: 20px;
    line-height: 2.2;
  }
  #box8 .message-txt {
    line-height: 2.2;
  }
  #box1 h4 {
    padding-top: 25px;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 24px;
  }
}

@media screen and (max-width:420px) {
 section {
  padding: 7%;
 }
 .timeline>li {
   margin-bottom: 20px;
 }
 #box4 {
   margin-bottom: 30px;
 }
 #box7 .hako-flex img {
   width: 100%;
 }
 #table01 ul li {
   text-indent: -2em;
 }
}
