@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;700&display=swap";
/* 共通パーツ */
* {
  font-family: "Noto Sans JP", sans-serif;
}

.pc_br {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }
}

h3:before {
  display: none;
}

section h1 {
  color: #FFFFFF;
  text-align: center;
  font-size: 40px;
  margin-bottom: 8px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  section h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  section h1 {
    font-size: 24px;
  }
}
section h2 {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  position: relative;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section h2 {
    font-size: 24px;
  }
}
section .hook {
  padding: 20px 0;
  margin-bottom: 40px;
}
section .hook::before {
  content: "";
  position: absolute;
  margin: auto;
  width: 48px;
  height: 48px;
  top: 0;
  /* bottom: 30px; */
  bottom: 40%;
  left: -5%;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(270deg);
}
section .hook::after {
  content: "";
  position: absolute;
  margin: auto;
  width: 48px;
  height: 48px;
  /* top: 30px; */
  top: 40%;
  bottom: 0;
  right: -5%;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  section .hook {
    padding: 20px 16px;
  }
  section .hook::before {
    left: 1%;
  }
  section .hook::after {
    right: 1%;
  }
}
section .lead {
  text-align: center;
  font-weight: bold;
}
section img {
  width: 100%;
}
section p {
  font-size: 16px;
  line-height: 1.5;
}

.common_pd {
  /* padding: 80px 0px; */
  padding: 80px 40px;
  max-width: 1120px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .common_pd {
    padding: 80px 16px;
    max-width: unset;
    margin: unset;
  }
}

.button {
  /* max-width: 350px; */
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
.button a {
  color: #FFFFFF;
  display: block;
  text-align: center;
  background-color: #FF8A00;
  font-size: 16px;
  border-radius: 30px;
  padding: 16px 80px;
}
@media screen and (max-width: 767px) {
  .button a {
    padding: 16px 0;
  }
}
.button .arrow {
  position: relative;
}
.button .arrow::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
}

/* header */
header {
  /* background-color: gray; */
  width: 100%;
  height:auto;
}

/* メインコンテンツ */
.mv {
  position: relative;
  /* max-height: 620px; */
  max-height: auto;
}
.mv .mv_box img {
  width: 100%;
  /* max-height: 620px; */
  max-height: auto;
}
@media screen and (max-width: 1023px) {
  .mv .mv_box img {
    height: 420px;
  }
}
.mv .mv_txt {
  background-color: rgba(5, 5, 5, 0.6);
  position: absolute;
  padding: 40px 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 1279px) {
  .mv .mv_txt {
    min-width: 800px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .mv .mv_txt {
    min-width: 640px;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv_txt {
    /* min-width: auto; */
    min-width: unset;
    padding: 20px 10px;
    width: 80%;
  }
}
.mv .mv_txt p {
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .mv .mv_txt p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv_txt p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .gnav {
    display: none;
  }
}
.gnav nav {
  background-color: #6A6A6A;
  width: 100%;
}
.gnav ul {
  max-width: 1120px;
  margin: auto;
  display: flex;
  justify-content: center;
  /* padding:auto; */
  padding: 0 2%;
}
.gnav ul li {
  border-left: 1px solid #FFFFFF;
  text-align: center;
  width: 16.6666666667%;
  transition: all 0.5s;
  margin: 16px 0;
}
@media screen and (max-width: 1023px) {
  .gnav ul li {
    font-size: 0.8rem;
    padding: 0 3px;
  }
}
.gnav ul li:last-child {
  border-right: 1px solid #FFFFFF;
}
.gnav ul li:hover {
  background-color: #888;
}
.gnav ul li a {
  font-size: 16px;
  display: block;
  color: #FFFFFF;
}

/* section01 */
.section01 {
  max-width: 1200px;
  margin: 0 auto;
}
.section01 h2 {
  text-align: left;
}

.contents {
  display: flex;
}
@media screen and (max-width: 767px) {
  .contents {
    display: block;
    padding-top: 0;
  }
}
.contents .contents_img {
  max-width: 50%;
  /* margin: auto 0; */
}
@media screen and (max-width: 767px) {
  .contents .contents_img {
    max-width: 100%;
  }
}
.contents .contents_img img {
  width: 100%;
}
.contents .contents_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 503px;
  width: calc(100% - 503px);
  margin: 0 auto 0 40px;
}
@media screen and (max-width: 767px) {
  .contents .contents_txt {
    display: block;
    max-width: unset;
    width: 100%;
    margin: 0;
    padding: 0 16px;
  }
}
.contents .contents_txt h2 {
  font-size: 32px;
  margin-bottom: 24px;
}

/* section02 */
@media screen and (max-width: 767px) {
  .section02 .common_pd {
    /* padding: 80px 0; */
    padding: 40px 0;
  }
}
.section02 .contents_txt {
  max-width: 753px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section02 .hook::before {
    left: 6%;
  }
  .section02 .hook::after {
    right: 6%;
  }
  .contents .contents_txt h2 {
    font-size: 24px;
  }
}
.section02 .box_col3 {
  display: flex;
  /* flex-wrap: 指定なし; */
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section02 .box_col3 {
    display: block;
  }
}
.section02 .box_col3 .box_col3_item {
  position: relative;
  /* width: 33.3333333333%; */
  width: 32%;
  margin-right: 2%;
  /* padding: 20px; */
  padding: 24px 28px;
}
@media screen and (max-width: 767px) {
  .section02 .box_col3 .box_col3_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .section02 .box_col3 .box_col3_item:last-child {
    margin-bottom: 0;
  }
}
.section02 .box_col3 .box_col3_item:last-child {
  margin-right: 0;
}
.section02 .box_col3 .box_col3_item p {
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  margin-bottom: 8px;
}
.section02 .box_col3 .box_col3_item p:last-child {
  margin-bottom: 0;
}
.section02 .box_col3 .box_col3_item .number {
  font-size: 32px;
  font-weight: bold;
}
.section02 .box_col3 .box_col3_item .title {
  font-weight: bold;
  font-size: 24px;
}
.section02 .box_col3 .box_col3_item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.section02 .box_col3 .bg_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section02 .box_col3 .bg_img_01 {
  background-image: url(../../images/img02.png);
}
.section02 .box_col3 .bg_img_02 {
  background-image: url(../../images/img03.png);
}
.section02 .box_col3 .bg_img_03 {
  background-image: url(../../images/img04.png);
}

.section03 {
  position: relative;
  /* background: 指定なし; */
  background: linear-gradient(92.87deg, #004487 0.69%, #1F7277 100%);
}
.section03::before {
  content: "";
  position: absolute;
  /* background: linear-gradient(92.87deg, #004487 0.69%, #1F7277 100%); */
  /* top: 0; */
  /* bottom: 55%; */
  background: #FFFFFF;
  top: 350px;
  bottom: 0;
  left: 0;
  right: 0;
  /* z-index: -1; */
}
@media screen and (max-width: 767px) {
  .section03::before {
    top: 350px;
  }
}
@media screen and (max-width: 767px) {
  .section03 .common_pd {
    padding: 80px 16px;
  }
}
.section03 .hook::before {
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  /* left: 指定なし; */
  left: 0;
}
.section03 .hook::after {
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  /* right: 指定なし; */
  right: 0;
}
@media screen and (max-width: 767px) {
  .section03 .hook::before {
    left: 1%;
  }
  .section03 .hook::after {
    right: 1%;
  }
}
.section03 .contents_txt {
  max-width: 753px;
  width: 100%;
  margin: 0 auto 40px;
}
.section03 .contents_txt h2 {
  color: #FFFFFF;
}
.section03 .contents_txt p {
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
}
.section03 .box_col3 {
  /* position: 指定なし; */
  position: relative;
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  /* margin-bottom: 26px; */
}
@media screen and (max-width: 767px) {
  .section03 .box_col3 {
    display: block;
    /* margin-bottom: 16px; */
    margin-bottom: 24px;
  }
}
.section03 .box_col3:last-child {
  margin-bottom: 0;
}
.section03 .box_col3 .box_col3_item {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  /* padding: 16px 4% 16px 16px; */
  padding: 16px 56px 16px 16px;
  width: 32%;
  margin-right: 2%;
  box-shadow: 5px 8px 4px gray;
  margin-bottom: 26px;
}
.section03 .box_col3 .box_col3_item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .section03 .box_col3 .box_col3_item:nth-child(3n) {
    margin-right: unset;
  }
}
@media screen and (max-width: 1023px) {
  .section03 .box_col3 .box_col3_item {
    width: 48%;
    margin-right: 0;
  }
  .section03 .box_col3 .box_col3_item:nth-child(2n-1) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .section03 .box_col3 .box_col3_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    padding: 16px 10% 16px 16px;
  }
}
.section03 .box_col3 .box_col3_item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .section03 .box_col3 .box_col3_item:last-child {
    margin-bottom: 0;
  }
}
.section03 .box_col3 .box_col3_item .txt_area {
  display: flex;
  align-items: center;
  position: relative;
}
.section03 .box_col3 .box_col3_item .txt_area:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  /* right: -7%; */
  right: -10%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #0360BB;
  border-right: 2px solid #0360BB;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .section03 .box_col3 .box_col3_item .txt_area:after {
    right: -5%;
  }
}
.section03 .box_col3 p {
  color: #333333;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px auto;
}
.section03 .box_col3 .num {
  font-weight: bold;
  font-size: 32px;
  margin: auto 8px auto 0;
  color: #0360BB;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .section03 .readmore {
    position: relative;
  }
  .section03 .readmore-content {
    position: relative;
    height: 210px;
    transition: all 0.4s;
    overflow: hidden;
  }
  .section03 .readmore-content::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: all 0.4s;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  }
}
.section03 .more-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .section03 .more-btn {
    position: relative;
    display: block;
    text-align: center;
    max-width: 184px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
  }
  .section03 .more-btn p {
    border: 1px solid #D0D0D0;
    border-radius: 30px;
    padding: 18px 40px;
    font-weight: bold;
  }
}

/* section04 */
.section04 {
  position: relative;
  /* max-height: 500px; */
}
.section04 .bg_img {
  background-image: url(../../images/img11_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.section04 .contents_box {
  padding: 40px 24px;
}
.section04 .contents_img img {
  width: 100%;
  max-height: 500px;
}
.section04 .contents_box .txt_area {
  display: block;
}
@media screen and (max-width: 767px) {
  .section04 .contents_box .txt_area {
    max-width: 327px;
    width: 100%;
    margin: 0 auto;
  }
}
.section04 .contents_box .txt_area p {
  text-align: center;
  color: #FFFFFF;
}
.section04 .contents_box .txt_area .lead {
  margin-bottom: 16px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .section04 .contents_box .txt_area .lead {
    font-size: 1.125rem;
  }
}
.section04 .contents_box .txt_area .title {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section04 .contents_box .txt_area .title {
    font-size: 1.75rem;
  }
}
.section04 .contents_box .txt_area .txt {
  margin-bottom: 24px;
  line-height: 1.5;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .section04 .contents_box .txt_area .txt {
    font-size: 1rem;
  }
}
.section04 .contents_box .box_col2 {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .section04 .contents_box .box_col2 {
    display: block;
  }
}
.section04 .contents_box .box_col2:last-child {
  margin-bottom: 0;
}
.section04 .contents_box .box_col2 .box_col2_item {
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  .section04 .contents_box .box_col2 .box_col2_item {
    margin: 0;
  }
}
.section04 .contents_box .box_col2 .box_col2_item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .section04 .contents_box .box_col2 .box_col2_item:first-child {
    margin-bottom: 24px;
  }
}
.section04 .contents_box .box_col2 .box_col2_item:last-child {
  margin-right: 0;
}
.section04 .contents_box .box_col2 .box_col2_item .button {
  width: 360px;
  max-width: unset;
}
.section04 .contents_box .box_col2 .box_col2_item .button a {
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .section04 .contents_box .box_col2 .box_col2_item .button {
    max-width: 328px;
    width: 100%;
  }
  .section04 .contents_box .box_col2 .box_col2_item .button a {
    font-size: 0.875rem;
  }
}
.section04 .contents_box .txt_area .lead {
  font-size: 1.1rem;
}
.section04 .contents_box .txt_area .title {
  font-size: 1.5rem;
}

/* section05 */
.section05 {
  width: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.section05::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  /* left: -10%; */
  left: -30%;
  right: 20%;
  background: linear-gradient(92.87deg, #004487 0.69%, #1F7277 100%);
  transform: skewX(-45deg);
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .section05::before {
    left: -60%;
    right: 13%;
  }
}
@media screen and (max-width: 767px) {
  .section05::before {
    /* left: -50%; */
    left: -140%;
    right: 0;
    bottom: 55%;
    /* transform: skewX(-16deg); */
    transform: skewX(-33deg);
  }
}
.section05 .hook::before {
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  left: 0;
  bottom: 65px;
}
.section05 .hook::after {
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  right: 0;
  top: 65px;
}
@media screen and (max-width: 767px) {
  .section05 .hook::before {
    /* left: -1%;
    top: -51%; */
    left: 0;
    bottom: 79px;
  }
  .section05 .hook::after {
    /* right: -1%;
    bottom: -48%; */
    right: 0%;
    top: 79px;
  }
}
.section05 .contents_txt {
  max-width: 753px;
  width: 100%;
  margin: 0 auto 40px;
}
.section05 .contents_txt h2 {
  color: #FFFFFF;
  max-width: 720px;
}
.section05 .contents_txt p {
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
}
.section05 .box_col3 {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}
@media screen and (max-width: 767px) {
  .section05 .box_col3 {
    display: block;
  }
}
.section05 .box_col3 .box_col3_item {
  width: 32%;
  margin-right: 2%;
}
.section05 .box_col3 .box_col3_item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .section05 .box_col3 .box_col3_item:nth-of-type(3n) {
    margin-right: auto;
  }
}
.section05 .box_col3 .box_col3_item img {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .section05 .box_col3 .box_col3_item img {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .section05 .box_col3 .box_col3_item {
    width: 49%;
    margin-right: 2%;
  }
  .section05 .box_col3 .box_col3_item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section05 .box_col3 .box_col3_item {
    width: 100%;
    margin-right: 0;
    /* margin-bottom: 0; */
    margin-bottom: 24px;
  }
  .section05 .box_col3 .box_col3_item:last-child {
    margin-bottom: 0;
  }
}

/* sextion06 */
.section06 {
  background-color: #F4F4F4;
}
.section06 .news_box {
  margin-bottom: 40px;
}
.section06 .news_list {
  display: table;
  position: relative;
}
.section06 .news_list_item {
  display: table-row;
}
.section06 .underline {
  margin: 12px 0 16px;
  border-bottom: 1px solid #DBDBDB;
}
.section06 .news_list_contents {
  display: table-cell;
  vertical-align: top;
}
.section06 .news_list_contents.news_list_date {
  white-space: nowrap;
}
.section06 .news_list_txt {
  padding-left: 20px;
  color: #0360BB;
  /* font-size: 1.15rem; */
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section06 .news_list {
    padding-left: 0;
  }
  .section06 .news_list_txt {
    font-size: 1rem;
  }
}
.section06 .news_list_txt p {
  margin-bottom: 8px;
}
.section06 .label_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 6px;
}
.section06 .label_list .label_list_item {
  background-color: #9C9C9C;
  padding: 2px 8px;
  font-size: 0.75rem;
  color: #FFFFFF;
  list-style-type: none;
}
.section06 .blank_button {
  text-align: center;
  max-width: 184px;
  width: 100%;
  margin: 0 auto;
}
.section06 .blank_button a {
  display: block;
  padding: 16px 40px;
  border-radius: 30px;
  border: 1px solid gray;
  background-color: white;
  font-weight: bold;
}

/* section07 */
.section07 {
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .section07 .common_pd {
    padding: 40px 16px;
  }
}
.section07 .dummy_img {
  margin-bottom: 109px;
}
.section07 .box_col2 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .section07 .box_col2 {
    display: block;
  }
}
.section07 .box_col2_item {
  width: 50%;
  margin-right: 2%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section07 .box_col2_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.section07 .box_col2_item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .section07 .box_col2_item:last-child {
    margin-bottom: 0;
  }
}
.section07 .box_col2_item p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .section07 .box_col2_item p {
    margin-top: 8px;
    font-size: 12px;
  }
}

.section07 .box_col2_item .txt_area {
  display:block;
}
.section07 .box_col2_item .txt_area p {
  color: #000;
  text-align: center;
}
.section07 .box_col2_item .txt_area .title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .section07 .box_col2_item .txt_area .title {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 767px) {
  .section07 .box_col2_item .txt_area .txt {
    font-size: 0.75rem;
  }
}

.section08 {
  background-color: #F4F4F4;
}
.section08 .contents_txt {
  text-align: center;
  margin-bottom: 48px;
  color: #333333;
}
.section08 .contents_txt p {
  font-size: 1.125rem;
  font-weight: bold;
}
.section08 .txt_area {
  text-align: center;
  margin-bottom: 48px;
}
.section08 .txt_area h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .section08 .txt_area h3 {
    font-size: 1.25rem;
  }
}
.section08 .img {
  margin-bottom: 48px;
}
.section08 .img .pc_only{
  display: block;
}
.section08 .img .sp_only{
  display: none;
}
.section08 .txt_banner {
  background: linear-gradient(92.87deg, #004487 0.69%, #1F7277 100%);
}
.section08 .txt_banner p {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .section08 .txt_banner p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section08 .txt_banner p {
    font-size: 18px;
  }
  .section08 .img .pc_only{
    display: none;
  }
  .section08 .img .sp_only{
    display: block;
  }
}

/* CSS Document */
/*----------
/* ヘッダー
-----------------------------*/
.header2 {
  background: #fff;
}
.header-container {
  width: 1040px;
  max-width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.header2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1040px;
  max-width: 100%;
  position: relative;
  padding: 18px 20px;
  margin: 0 auto;
}
.header2__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 1;
}
.header2__tel-title {
  font-weight: bold;
  font-size: 14px;
  margin-right: 14px;
}
.header2__tel-data {
  margin: 0;
}
.header2__tel-num {
  display: inline-block;
  padding-left: 16px;
  background: url(../../images/common/icon_tel.svg) no-repeat;
  background-position: 0 0;
  background-size: auto 21px;
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  .header2__tel-num {
    font-family: 'メイリオ', sans-serif;
  }
}
.header2__time {
  display: inline;
  margin-left: 10px;
  font-size: 12px;
  vertical-align: middle;
}
.header2__menu-button {
  display: none;
  width: 22px;
  height: 16px;
  margin: auto;
  position: absolute;
  top: 10px;
  right: 16px;
  bottom: 0;
}
.header-menu-button {
  position: absolute;
  bottom: 0;
  right: 16px;
  top: 10px;
  height: 23px;
  width: 22px;
}
.header2__menu-icon {
  display: block;
  line-height: 1;
}
@media screen and (min-width: 351px) {
  .header2__menu-button {
    height: 28px;
  }
}
/* モバイル, レスポンシブ */
@media screen and (max-width: 991px) {
  .header-container {
    display: block;
    padding: 16px 54px 16px 16px;
  }
  .header2__secom {
    text-align: right;
    width: 100%;
  }
  .header2__right {
    -webkit-transform: none;
    transform: none;
  }
  .header2__tel {
    display: block;
  }
  .header2__tel-title {
    margin: 0 0 6px;
  }
  .header-logo-image, .secom-lp-logo {
    width: 100px;
  }
  .header-lp-title {
    margin: 0 0 6px;
  }
  .header-lp-time {
    display: block;
    margin: 6px 0 0;
    margin-top: 8px;
  }
  .header-logo-image, .secom-lp-logo {
    width: 100px;
  }
  .header2__time {
    display: block;
    margin-top: 8px;
    margin: 6px 0 0;
  }
  .header2__menu-button {
    display: block;
  }
  .header2__logo-image, .secom_logo {
    width: 100px;
  }
}

@media screen and (max-width: 480px) {
.header-container {
    padding: 16px 64px 16px 16px;
}
}
@media screen and (max-width: 400px) {
  .header2__logo-image {
    width: 92px;
  }
  .secom_logo {
    width: 80px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 350px) {
  .header2__logo-image, .secom_logo {
    width: 92px;
  }
}


@media (min-width: 992px) {
  .d-lg-block {
    display: block!important;
  }
  .d-lg-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}


.font-weight-bold {
    font-weight: 700!important;
}

/* ==========================================================================
  フッター
========================================================================== */
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.top-footer {
  color: #fff;
  background-color: #343e4a;
  padding-bottom: 10px;
}

.top-footer h4 {
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 70%;
}

.companyinfo-menu h4 {
  width: 100%;
}

.menu-footer-bottom-menu-container > ul {
  padding-left: 0px;
}

nav .menu-footer-bottom-menu-container {
  text-align: left;
  width: 100%;
  font-size: 12px;
}

nav .menu-footer-bottom-menu-container > ul li {
  list-style: none;
  text-align: right;
  display: inline-block;
  border-right: 1px solid #ccc;
}

nav .menu-footer-bottom-menu-container > ul li:first-child a {
  padding-left: 0px;
}

nav .menu-footer-bottom-menu-container > ul li:last-child {
  border-right: 0px solid #ccc;
}

nav .menu-footer-bottom-menu-container > ul li a {
  padding:10px;
  text-decoration: none;
  color:#000;
}

nav ul li .current, nav ul li.current-menu-item a {
  color:#0060be;
}

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: right;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
nav ul {
  padding-inline-start: 0px;
}
nav ul li {
  list-style: none;
  text-decoration: none;
  text-align: left;
}
nav ul li a {
  color: #fff;
}

.top-footer nav ul {
  padding: 0;
}
.top-footer li + li {
  margin-top: 8px;
}
.top-footer li a:hover {
  color: #0060bd;
}
.top-footer ul li a {
  font-size: 13px;
  font-weight: 500;
  color: #FFFFFF;
}
.top-footer h4 {
  font-size: 14px;
  font-weight: 500;
}
.top-footer .footer-menu-etc ul {
  padding-top: 15px;
  border-top: 1px solid #fff;
  width: 70%;
}
.footer-bottom {
  background: #EDEEF0;
}
footer .footer-parent-link {
  color: #fff;
}
/* ロゴ群 */
.sp-footer__logos {
  background: #EDEEF0;
}
.sp-footer__logos img {
  height: 50px;
}
.sp-footer__logos > ul li {
  display: inline-block;
}
.sp-footer__logos ul {
  padding-left: 0;
  text-align: center;
  margin-bottom: 0;
}
.sp-footer__bottom div {
  display: inline-block;
}
.tmj_logo img {
  width: 70px;
}
.secom_logo img {
  width: 73px;
  margin: 0;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.companyinfo-menu nav ul {
  margin-left: 0;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
@media screen and (min-width: 576px) {
  .sp-footer__logos > ul li {
    padding: 0 8px;
  }
}
@media screen and (min-width: 992px) {
  .tmj_logo img, .secom_logo img {
    width: 100%;
  }
  .secom_logo img {
    margin: 20px 0;
  }
  .sp-footer__logos img {
    height: 85px;
  }
}
@media screen and (min-width: 768px) {
  .secom_logo img {
    margin: 10px 0;
  }
}
/* ==========================================================================
   モバイル用
========================================================================== */
@media screen and (max-width: 991px) {
  /* base */
  .sp-none {
    display: none;
  }
  .sp {
    display: block;
  }
  .body-left {
    padding: 0;
    width: 100%;
  }
  /* heading */
  .heading1 {
    font-size: 32px;
  }
  /*  sp header */
  .sp-header__inner {
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .sp-header__menu {
    padding: 0 0 0 15px;
  }
  body:not(.home) .sp-header__inner {
    border-bottom: 1px solid #cacaca;
  }
  .sp-header__button {
    width: 22px;
    vertical-align: middle;
  }
  .sp-header__menu-icon {
    vertical-align: middle;
  }
  .sp-header__main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 5px;
  }
  .sp-header__logo {
    margin: 0;
    padding: 0;
  }
  .sp-header__logo-image {
    width: 186px;
  }
  .sp-header__link {
    display: inline-block;
    width: 50%;
  }
  .sp-header__logo {
    vertical-align: middle;
  }
  .sp-header__logo-image {
    vertical-align: inherit;
  }
  .sp-header__contact {
    width: 64px;
    height: 100%;
    text-align: center;
    font-size: 10px;
  }
  .sp-header__contact--inquiry {
    background: #0060BE;
  }
  .sp-header__contact--recruit {
    background: #231815;
  }
  .sp-header__contact-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 10px;
    letter-spacing: -1px;
  }
  .sp-header__contact-link:hover {
    color: #fff;
    text-decoration: none;
  }
  .sp-header__contact-image {
    display: block;
    margin: 0 auto 4px;
    height: 13px;
    width: auto;
  }
  .sp-header__contact-image--recruit {
    height: 20px;
  }
  .sp-header__contact-image--inquiry {
    height: 16px;
  }
  /* sp menu */
  .sp-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 160;
  }
  .sp-menu:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    will-change: opacity;
    pointer-events: none;
    -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
    transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
  }
  .sp-menu.is-visible {
    pointer-events: auto;
  }
  .sp-menu.is-visible::after {
    opacity: 1;
    pointer-events: auto;
  }
  .sp-menu.is-animatable {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .sp-menu__wrap {
    color: #fff;
    position: relative;
    max-width: 400px;
    width: 90%;
    height: 100%;
    -webkit-transform: translateX(-103%);
    transform: translateX(-103%);
    will-change: transform;
    z-index: 160;
    pointer-events: auto;
    transition: all .3s ease-out;
  }
  .sp-menu__scroll {
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sp-menu.is-visible .sp-menu__wrap {
    -webkit-transform: none;
    transform: none;
  }
  .sp-menu.is-animatable .sp-menu__wrap {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .sp-menu__main {
    width: 100%;
    padding: 24px;
    background: #0060BE;
    color: #fff;
  }
  .sp-menu__top {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .sp-menu__link {
    position: relative;
    display: block;
    padding: 8px 34px 8px 4px;
    font-weight: normal;
    border-bottom: 1px solid;
  }
  .sp-menu__link:active, .sp-menu__link:hover {
    outline: 0;
    color: currentColor;
    text-decoration: none;
  }
  .sp-menu__list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    border: 1px solid;
  }
  .sp-menu__close-icon {
    width: 16px;
    height: 16px;
  }
  .sp-menu__close-icon2 {
    width: 12px;
    height: 12px;
  }
  .sp-menu__icon-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 2);
    padding: 24px 8px;
    text-align: center;
  }
  .sp-menu__icon-item + .sp-menu__icon-item {
    border-left: 1px solid;
  }
  .sp-menu__translate {
    margin-bottom: 24px;
    text-align: center;
  }
  .sp-menu__translate-link {
    color: #fff;
    margin: 0 4px;
  }
  .sp-menu__translate-link:hover {
    color: #fff;
    text-decoration: none;
  }
  .sp-menu__list1 {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .sp-menu__icon-link {
    color: currentColor;
    font-size: 11px;
  }
  .sp-menu__icon-link:hover {
    text-decoration: none;
    color: #fff;
  }
  .sp-menu__icon-image {
    display: block;
    margin: 0 auto 8px;
    text-align: center;
  }
  .sp-menu__close-top {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
  .sp-menu__close-bottom {
    text-align: center;
  }
  .sp-menu__child {
    display: none;
    padding: 0;
    margin: 0;
  }
  .acodion-button {
    width: 16px;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    z-index: 5;
  }
  .acodion-button::before, .acodion-button::after {
    display: block;
    width: 12px;
    height: 2px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    left: 0;
    background: #fff;
    content: "";
  }
  .acodion-button::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  .acodion-button.is-active::after {
    -webkit-transform: none;
    transform: none;
  }
  /* sp footer */
  .sp-footer__nav {
    margin: 0;
    padding: 32px 16px;
    background: #343E4A;
    position: static !important;
  }
  .sp-footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp-footer__list-item {
    text-align: center;
  }
  .sp-footer__list-item + .sp-footer__list-item {
    margin-top: 8px;
  }
  .sp-footer__link {
    font-size: 13px;
    font-weight: normal;
    color: #FFFFFF !important;
  }
  .sp-footer__link:hover {
    color: #fff;
    text-decoration: none;
  }
  .sp-footer__bottom {
    background: #EDEEF0;
    padding: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sp-footer__copy {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    margin-left: 24px;
  }
  .sp-footer__copy small {
    font-size: 100% !important;
  }
  /* page top */
  .to-top-wrap {
    padding: 20px 16px 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sp-to-top__button {
    display: block;
  }
  .sp-to-top {
    display: none;
    width: 35px;
    height: 35px;
    z-index: 5;
  }
  .sp-to-top.is-fixed {
    position: fixed;
    right: 16px;
    bottom: 16px;
  }
}
@media screen and (max-width: 400px) {
  .sp-header__tmj_logo-image, .sp-header__secom_logo-image {
    width: 80px;
  }
}
@media screen and (max-width: 340px) {
  .sp-header__tmj_logo-image {
    width: 65px;
  }
  .sp-header__secom_logo-image {
    width: 60px;
  }
}
.sp-header__tmj_logo-image {
  padding-bottom: 9px;
}
@media screen and (min-width:0\0) {
  .sp-header__tmj_logo-image {
    padding-top: 5px !important;
    padding-bottom: 0px;
  }
  .sp-header__secom_logo-image {
    margin-top: 13px;
  }
}
/*# sourceMappingURL=style.css.map */