@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
@-webkit-keyframes flowing {
  0% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes flowing {
  0% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.top-page .section-news {
  border-top: 0;
  background-color: #ffffff;
  margin-top: 78px;
}
.top-page .section-news > .container {
  padding: 10px 0 8px;
}
.top-page .section-news > .container > .list-news {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.top-page .section-news > .container > .list-news > .news {
  -webkit-animation: flowing 8s linear infinite;
          animation: flowing 8s linear infinite;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  margin: 0;
  padding: 0;
}
.top-page .section-news > .container > .list-news > .news > p {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  padding-right: 10px;
}
.top-page .section-news > .container > .list-news > .news > .label {
  background-color: #0a2054;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.8;
  border-radius: 3px;
  padding: 4px 7px 3px;
  margin-right: 11px;
}
.top-page .section-news > .container > .list-news > .news > .date {
  border-right: 2px solid #0a2054;
  margin-right: 10px;
  padding-right: 10px;
  font-weight: 600;
}
.top-page .section-about > .container {
  padding: 13px 0 0;
}
.top-page .section-about > .container > .box-contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-page .section-about > .container > .box-contents > .image {
  width: 202px;
  height: 356px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-page .section-about > .container > .box-contents > .text {
  font-size: 12px;
  line-height: 1.95;
  font-weight: 500;
  margin: 16px 18px;
}
.top-page .section-about > .container > .box-contents > .title {
  position: absolute;
  bottom: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 320px;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.55;
}
.top-page .section-topic > .container {
  padding: 8px 0 0;
}
.top-page .section-topic > .container > .list-topic {
  max-width: 342px;
  width: 100%;
  margin: -10px auto;
}
.top-page .section-topic > .container > .list-topic > .topic {
  padding-bottom: 31px;
}
.top-page .section-topic > .container > .list-topic > .topic:first-child, .top-page .section-topic > .container > .list-topic > .topic:nth-child(2) {
  border-bottom: 2px solid #0a2054;
}
.top-page .section-topic > .container > .list-topic > .topic > .link {
  color: #0a2054;
}
.top-page .section-topic > .container > .list-topic > .topic > .link > .box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-page .section-topic > .container > .list-topic > .topic > .link > .box-content > .number {
  font-family: "din-2014", sans-serif;
  font-size: 143px;
  font-weight: 400;
  margin-right: 22px;
}
.top-page .section-topic > .container > .list-topic > .topic > .link > .box-content > .box-detail > .date {
  font-size: 12px;
  letter-spacing: 0.07em;
  margin-bottom: 12px;
}
.top-page .section-topic > .container > .list-topic > .topic > .link > .box-content > .box-detail > .title {
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}
.top-page .section-topic > .container > .list-topic > .topic > .link > .box-content > .box-detail > .icon {
  display: inline-block;
  width: 12px;
  vertical-align: middle;
  margin-right: 7px;
}
.top-page .section-topic > .container > .list-topic > .topic > .link > .box-content > .box-detail > .address {
  font-size: 12px;
  letter-spacing: 0.07em;
  display: inline-block;
  vertical-align: middle;
}
.top-page .section-topic > .container > .list-topic > .topic > .link > .button-article {
  margin-top: -10px;
}
.top-page .section-works > .container {
  padding: 8px 0 0;
}
.top-page .section-works > .container > .list-industry {
  position: relative;
  padding: 16px 16px 24px;
}
.top-page .section-works > .container > .list-industry > .industry {
  position: relative;
}
.top-page .section-works > .container > .list-industry > .industry > .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  margin-bottom: 16px;
}
.top-page .section-works > .container > .list-industry > .industry > .name > .english {
  font-size: 12px;
  letter-spacing: 0.07em;
  margin-left: 17px;
}
.top-page .section-works > .container > .list-industry > .industry:first-child {
  padding-bottom: 24px;
  margin-bottom: 13px;
}
.top-page .section-works > .container > .list-industry > .industry:first-child:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to right, #0a2054, #0a2054 6px, transparent 3px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  width: 192px;
  height: 2px;
}
.top-page .section-works > .container > .list-industry > .industry:first-child > .image {
  width: 123px;
  margin-left: 23px;
  margin-bottom: 20px;
}
.top-page .section-works > .container > .list-industry > .industry:first-child > .button {
  max-width: 178px;
}
.top-page .section-works > .container > .list-industry > .industry:nth-child(2) > .image {
  width: 131px;
  margin-left: 23px;
  margin-bottom: 20px;
}
.top-page .section-works > .container > .list-industry > .industry:nth-child(2) > .button {
  max-width: 178px;
}
.top-page .section-works > .container > .list-industry > .industry:last-child {
  position: absolute;
  right: 24px;
  top: 62px;
  padding: 13px 0 0 27px;
}
.top-page .section-works > .container > .list-industry > .industry:last-child:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #0a2054, #0a2054 6px, transparent 3px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  width: 149px;
  height: 2px;
}
.top-page .section-works > .container > .list-industry > .industry:last-child:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, #0a2054, #0a2054 3px, transparent 6px, transparent 8px);
  background-size: 2px 8px;
  background-position: left bottom;
  background-repeat: repeat-y;
  width: 2px;
  height: 334px;
}
.top-page .section-works > .container > .list-industry > .industry:last-child > .name {
  display: block;
}
.top-page .section-works > .container > .list-industry > .industry:last-child > .name > .english {
  display: block;
  margin-left: 0;
  margin-top: 10px;
}
.top-page .section-works > .container > .list-industry > .industry:last-child > .image {
  width: 114px;
  margin-bottom: 18px;
}
.top-page .section-works > .container > .list-industry > .industry:last-child > .button {
  max-width: 134px;
}
.top-page .section-company > .container {
  padding: 8px 0 0;
}
.top-page .section-company > .container > .section-title > .japanese {
  margin-left: 15px;
}
.top-page .section-company > .container > .list-information {
  padding: 16px 16px 24px;
}
.top-page .section-company > .container > .list-information > .information {
  position: relative;
  padding-bottom: 20px;
  margin-top: 20px;
}
.top-page .section-company > .container > .list-information > .information:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #0a2054, #0a2054 6px, transparent 3px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 2px;
}
.top-page .section-company > .container > .list-information > .information:last-child:before {
  content: none;
}
.top-page .section-company > .container > .list-information > .information > .label {
  display: inline-block;
  background-color: #0a2054;
  border-radius: 3px;
  color: #ffffff;
  font-size: 11px;
  padding: 2px 7px;
  margin-bottom: 10px;
}
.top-page .section-company > .container > .list-information > .information > .data {
  font-size: 18px;
  letter-spacing: 0.07em;
}
.top-page .section-contact > .container {
  padding: 8px 0 0;
}
.top-page .section-contact > .container > .box-form {
  padding: 20px 16px 52px;
}
.top-page .section-contact > .container > .box-form > .mw_wp_form > form > .box-category {
  margin-bottom: 31px;
}
.top-page .section-contact > .container > .box-form > .mw_wp_form > form > .box-category > .label {
  display: inline-block;
  background-color: #0a2054;
  border-radius: 3px;
  color: #ffffff;
  font-size: 11px;
  padding: 2px 7px;
  margin-bottom: 16px;
}
.top-page .section-contact > .container > .box-form > .mw_wp_form > form > .box-category > .required {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  margin-left: 10px;
}
.top-page .section-contact > .container > .box-form > .mw_wp_form > form > .box-category > .box-input {
  margin-bottom: 13px;
}
.top-page .section-contact > .container > .box-form > .mw_wp_form > form > .box-category > .box-input > .label {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 6px;
}
.top-page .section-contact > .container > .box-form > .mw_wp_form > form > .box-category > .box-input > p > .input {
  border: 1.5px solid #0a2054;
  border-radius: 3px;
  max-width: 342px;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0a2054;
  font-weight: 500;
  padding: 12px;
}
.top-page .section-contact > .container > .box-form > .mw_wp_form > form > .box-category > .box-input > p > .input.textarea {
  height: 241px;
}
.top-page .section-contact > .container > .box-form > .mw_wp_form > form > .box-notice {
  margin-bottom: 20px;
}
.top-page .section-contact > .container > .box-form > .mw_wp_form > form > .box-notice > .text {
  color: #a3a3a3;
  font-size: 12px;
  line-height: 2;
}
.top-page .section-contact > .container > .box-form > .mw_wp_form > form > .box-notice > .text > .link {
  color: #0a2054;
  text-decoration: underline;
}
.top-page .section-contact > .container > .box-form > .mw_wp_form > form > p > .button-send {
  border: 2px solid #0a2054;
  border-radius: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0a2054;
  font-weight: 600;
  padding: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-page .section-contact > .container > .box-form > .mw_wp_form > form > p > .button-send:hover {
  background-color: #0a2054;
  color: #ffffff;
}