@charset "UTF-8";
/*  ========================
  *********  共通  *********
=============================================  */
body {
  color: #3E3E3E;
  background-color: #F1F1F1;
  font-weight: 400;
  /*font-family: 'Zen Kaku Gothic New';*/
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

p {
  margin: 0;
  padding: 0;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main {
  width: 100%;
}

img {
  display: inline-block;
}

.inner {
  max-width: 1100px;
  width: 90%;
  margin: auto;
}

.center {
  text-align: center;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.8;
}

/* .pc_only {
  display: block;
}

.sp_only {
  display: none;
} */


h1 span {
  display: block;
  font-size: min(3.9vw, 15px);
  line-height: 2;
  color: #3E3E3E;
  margin-top: 16px;
}

/*  ========================
  *********  main  *********
=============================================  */
.service {
  font-weight: 500;
  font-size: min(3.64vw, 16px);
  line-height: 1.75;
  background:#fff;
  /* == anchorArea == */
  /* == title まわり == */
  /* == Problem == */
  /* == section Box == */
  /* === index_nav === */
}


.service h3.top_line {
  position: relative;
  font-size: min(6.25vw, 32px);
  letter-spacing: 0.1em;
}
.service h3.top_line:before {
  content: "";
  position: absolute;
  background-size: contain;
  width: 15px;
  height: 1px;
  left: 0;
  top: -1em;
  margin: auto;
  background: #61B7D9;
}
.service h3.top_line:after {
  content: "";
  position: absolute;
  background-size: contain;
  width: calc(100% - 20px);
  height: 1px;
  left: 20px;
  top: -1em;
  margin: auto;
  background: #DDDDDD;
}

 h3:after {
  display: block !important;
}


.service .flex {
  display: flex;
  flex-wrap: wrap;
}
.service .flex.anc_nav {
  list-style-type: none;
  margin: 80px 0;
  padding: 0;
}
.service .flex.anc_nav li {
  width: auto;
  text-decoration: none;
  text-align: center;
  position: relative;
  background: #FFF;
  border-radius: 50px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 12px 20px; 
  box-sizing: border-box; 
  font-weight: 500;
  background: #f1f1f1;
}


.service .xscroll {
  overflow-x: auto; 
}

.service .flex.anc_nav {
  flex-wrap: wrap; 
  margin-bottom: 0;
}

.service .flex.anc_nav li:before {
  content: "";
  position: absolute;
  background: url(../img/company/icon_arw.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  left: 1.2em;
  top: 50%;
  transform: translateY(-50%);
}
.service .flex.anc_nav li a {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0.75rem 1.5rem;
  box-sizing: border-box;
}
/* .service .headline_area {
  text-align: center;
} */
/* .service .sml_description {
  font-family: "Comfortaa";
  font-size: min(4.68vw, 18px);
  color: #61B7D9;
} */

.service .problem .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* right: calc(50% - 40px);
  left: calc(50% - 40px); */
  justify-content: space-between;
  
}
.service .problem .inner p {
  margin-top: 80px;
}

/* .service .headline-ttl {
  font-size: min(4.68vw, 20px);
  margin: 0.5em 0;
  line-height: 1.4;
} */
.service h3 {
  padding: 0;
  margin-bottom: 1.5em;
  font-size: min(6.25vw, 35px);
  margin-top: 80px;
  /* width: 510px; */
  /* margin-right: 80px; */
  font-weight: 500;
}
.service h3 span {
  display: block;
  font-size: min(3.9vw, 24px);
  line-height: 2;
  letter-spacing: 0.1em;
  color: #61B7D9;
}


.txtBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Ensures space between the elements */
  height: 100%; /* Ensures the .txtBox takes full height if needed */
}

.comp-last-txt {
  margin-top: auto; /* Pushes this element to the end of the container */
  text-align: right; /* Aligns text to the right */
}

.service .txtBox div span:first-child {
  font-size: 1rem;
}
.service .txtBox div span:last-child {
  font-size: 1.25rem;
}



/* .service .solution img {
  width: 100%;
} */

/*.service .sec_flex_2col {
  display: flex;
  padding: 2em 0;
  gap: 0 4%;
  border-bottom: 1px solid #DDDDDD;
}
.service .sec_flex_2col.nobod {
  border: none;
}
.service .sec_flex_2col .txtBox {
  width: 56%;
}
 .service .sec_flex_2col .txtBox .headline-ttl {
  display: flex;
  align-items: center;
}
.service .sec_flex_2col .txtBox .headline-ttl span {
  margin-right: 20px;
  background: #61B7D9;
  color: #FFF;
  min-width: 40px;
  min-height: 40px;
  display: inline-block;
  position: relative;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.service .sec_flex_2col .txtBox .headline-ttl {
  margin: 0 auto 1em;
} 
.service .sec_flex_2col .txtBox p {
  font-size: min(4.1vw, 16px);
  line-height: 1.75;
}
.service .sec_flex_2col figure {
  width: 40%;
  margin: 0;
}
.service .sec_flex_2col figure img {
  width: 100%;
}
.service .sec_flex_2col.reverse {
  flex-direction: row-reverse;
}
.service .index_nav {
  padding: 3.5em 0 7.5em;
}
/* .service .index_nav .headline-ttl {
  font-size: min(8.33vw, 32px);
} */

.summary {
  text-align: left;
  /* padding: 80px 0; */
}

.summary-table table {
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #DDDDDD;
  border-spacing: 0;
  overflow: hidden;
}
.summary-table table th,
.summary-table table td {
  border-bottom: 1px solid #DDDDDD;
  padding: 24px;
}
.summary-table table th {
  font-weight: 600;
  width: 23%;
}
/* table td {
  border-left: 1px solid #DDDDDD;
} */
.summary-table table tr:last-child th,
.summary-table table tr:last-child td {
  border-bottom: none;
}





/* map area */

.info-map-area table {
  margin-top: 41px;
}

.info-map-area h3 {
  margin-bottom: 0;
}

.info-map-area td {
  padding: 0 0 24px 48px;
}

.info-map-area tr {
  vertical-align: top;
}

.info-map-area .info-map-area-side {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  
}

.info-map-area .map-area iframe {
  width: 510px; 
  height: 300px; 
  border-radius: 6px;
  margin-top: 24px;
}

.info-map-area .map-area {
  margin-top: 24px;
}


/* .information-section .info-map-area .map-area-side-red h4 {
  align-items: center;
  justify-content: center;
}

.information-section .info-map-area .company-info table tr td:first-child {
  padding-right: 1.12rem;
  font-size: 1rem;
  padding-bottom: 1.5rem;
  font-weight: bold;
}

.information-section .info-map-area .company-info table tr td:last-child {
  padding-bottom: 1.5rem;
  line-height: 1.5rem;
}

.information-section .info-map-area .company-info table {
  display: none;
} */

.info-map-area .container {
  height: 67px;
  background-color: white;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 6px;
  margin-top: 40px;
}

.info-map-area .blue-line {
  position: absolute;
  left: 0;
  height: 40px;
  width: 5px; 
  background-color: #80C6E1;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0 4px 4px 0;
}

.info-map-area .title {
  margin-left: 24px; 
  font-size: 24px;
  flex-grow: 1;
}

.inner-line-up h3.top_line:before {
  display: none;
}
.inner-line-up h3.top_line:after {
 display: none;
}




.timeline .timeline-divider {
  display: flex;
  vertical-align: top;
}

.timeline .timeline-divider .decades {
  display: flex;
  flex-direction: column;
  margin-right: 146px;
}


/* .decades-filter {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
} */

.decades ul {
  display: flex;
  flex-direction: column;
}

.decades .flex.anc_nav li {
  width: auto;
  text-decoration: none;
  text-align: center;
  position: relative;
  background: #FFF;
  border-radius: 50px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 12px 24px; 
  box-sizing: border-box; 
  font-weight: 500;
}

.service .decades .xscroll {
  overflow-x: auto; 
}

.service .decades .flex.anc_nav {
  flex-wrap: wrap; 
  margin-bottom: 0;
  margin-top: 0;
}

.service .decades .flex.anc_nav li:before {
  content: "";
  position: absolute;
  background: url(../img/company/icon_arw.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  left: 1.2em;
  top: 50%;
  transform: translateY(-50%);
}
.service .decades .flex.anc_nav li a {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0.75rem 1.5rem;
  box-sizing: border-box;
}

.decades .flex.anc_nav li:hover {
  color: #ffffff;
  background-color: #61B7D9;
}

.decades .flex.anc_nav li:hover:before {
  background: url(../img/company/icon_arw_white.png) no-repeat;
}

.timeline-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
}

.timeline-list li {
  margin-bottom: 24px;
  font-size: 24px;
  display: flex;
}

.timeline-list li span {
  margin-right: 24px;
}


.timeline-content .timeline-list span::before {
  content: '';
  background-color: #80C6E1; 
  width: 8px;
  height: 8px;
  border-radius: 50%; 
  display: inline-block;
  margin-right: 16px;
  vertical-align: super;
}

.timeline-content .timeline-list p {
  padding-top: 6px;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.dummy-box img {
  width: 100%; 
  height: 100%;
}

h4 {
  position: relative; 
  font-size: 20px;
  padding-left: 16px;
  font-weight: 500;
  color: #3E3E3E;
  margin: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

h4::before {
  content: "";
  position: absolute;
  left: 0; 
  width: 4px; 
  height: 29px; 
  background-color: #80C6E1;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

p {
  font-size: 16px;
  /* color: #3E3E3E; */
} 

/* .staff-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
} */

.staff-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
  gap: 40px;
  margin-bottom: 120px;
}

.staff-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* width: 188px; */
}

.staff-photo {
  width: 188px;
  height: 188px;
  text-align: center;
  border-radius: 4px;
  border-radius: 16px;
}

.staff-title {
  font-size: 16px;
  margin: 24px 0 16px 0;
  color: #3E3E3E !important;
}

.staff-button {
  background-color: #61B7D9;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.staff-button img {
  margin-left: 16px;
  width: 8px;
  height: 9px;
  height: auto;
}

.staff-button:hover {
  background-color: #52A6C4;
}

/* 
.service .flex_3col_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.5em;
  margin-top: 3em;
}
.service .flex_3col_w .box {
  width: calc(33.3333333333% - 5em);
  background: #FFF;
  border-radius: 20px;
  padding: 2em;
}
.service .flex_3col_w .box .ttl {
  position: relative;
  margin-bottom: 1em;
  font-size: 20px;
}
.service .flex_3col_w .box .ttl:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1em;
  background-color: #DDDDDD;
}
.service .flex_3col_w .box .ttl.r_arrow:after {
  content: "";
  position: absolute;
  background: url(../img/service/icon_arw.png);
  background-size: cover;
  width: 15px;
  height: 18px;
  transform: rotate(-90deg);
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.service .flex_3col_w .box p {
  padding-top: 1em;
  line-height: 1.75;
} */


/*  ========================
  *********  SP  *********
=============================================  */
@media screen and (max-width: 768px) {
  .inner {
    width: 90%;
  }

  /* .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  } */
  .service h1 span {
    line-height: 3.5;
    margin-bottom: 40px;
    margin-top: 0;
  }
  
  .service .problem .inner {
    display: block;
  }
  
  .service h3.top_line {
    position: relative;
    font-size: min(6.25vw, 24px);
    letter-spacing: 0.1em;
    margin-bottom: 32px;
  }

  .service h3 {
    width: inherit;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0;
  }
  
  .service h3 span {
    font-size: 20px;
  }
  .service .problem .inner p {
    margin-top: 32px;
    font-size: 16px;
  }

  .service .headline_area p {
    text-align: left;
  }
  
  .service .xscroll {
  	overflow-x: scroll;
  }
  /* .service .xscroll::-webkit-scrollbar {
    display: none;
  } */
  .service .flex.anc_nav {
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    border: none;
    border-right: none;
    font-size: min(4.16vw,18px);
    
    overflow-x: scroll;
    max-width: 1480px;
    width: 400%;
  }
  .service .flex.anc_nav::-webkit-scrollbar {
    display: none;
  }
  .service .flex.anc_nav li {
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    border-left: none;
    padding: 0;
  }
  .service .flex.anc_nav li:after {
    bottom: 1em;
  }
  .service .flex.anc_nav li a {
    padding: 0.8em 2em 0.8em 2.5em;
    /*
    min-width: 170px;
    width: 50vw;*/
    display: block;
  }


  .summary-table table {
    width: 100%;
    border-collapse: separate;
    border-top: 0.53vw solid #DDDDDD;
    border-spacing: 0;
    
    overflow: hidden;
  }
  .summary-table tr {
    display: flex;
    flex-direction: column;
  }
  .summary-table table th,
  .summary-table table td {
    border-bottom: 0.27vw solid #DDDDDD;
    padding: 5%;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .summary-table table th {
    font-weight: 600;
    width:100%;
  }
  .summary-table table td {
    border-left: none;
  }
  .summary-table table tr:last-child th {
    border-bottom: 0.27vw solid #DDDDDD;
  }


  /* map area */

  .info-map-area .info-map-area-side {
    display: block;
    flex-direction: row;
  }

  .map-area {
    width: 100%; /* Ensure this container takes up the full width */
    padding: 0; /* Adjust if there's padding affecting the iframe width */
  }

  .info-map-area .map-area iframe {
    width: 100%;
    height: 192px;
    border-radius: 6px;
    margin-top: 24px;
    box-sizing: border-box;
  }

  .info-map-area-side .company-info table tr {
    display: flex;
    flex-wrap: wrap;
      text-align: left;
  }

  .info-map-area td {
    padding: 24px 0 24px 0;
}

  .info-map-area th {
    width: 100%;
  }

  .company-info {
    text-align: left;
  }



/* .info-map-area h3 {
  margin-bottom: 0;
}
.info-map-area td {
  padding: 0 0 24px 48px;
}
.info-map-area tr {
  vertical-align: top;
}
.info-map-area .info-map-area-side {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  
}
.info-map-area .map-area iframe {
  width: 510px; 
  height: 300px; 
  border-radius: 6px;
  margin-top: 24px;
}
.info-map-area .map-area {
  margin-top: 24px;
} */



/* timeline  */

  .timeline .timeline-divider {
    display: block;
  }

  .timeline .timeline-divider .decades {
    display: none;
  }

  .timeline-list li {
    margin-bottom: 24px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
  }

  .timeline-list li span {
    margin-right: 24px;
    font-size: 20px;
  }

  .timeline-content .timeline-list span::before {
    content: '';
    background-color: #80C6E1;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
  }

  .timeline-content .timeline-list p {
    /* text-indent: -24px; */
    padding-left: 24px;
  }

  /* .service .balloon_area {
    flex-wrap: wrap;
  }
  .service .balloon_area .balloon {
    width: 100%;
    font-size: min(4.16vw,18px);
    font-weight: 600;
    color: #111111;
    padding: 1.5em;
  } */
  /* .service .solution picture {
    margin-bottom: 5em;
    display: block;
  } */
  /* .service .rad {
    border-radius: 24px 24px 0 0;
  }
  .service .sec_flex_2col {
    flex-wrap: wrap;
    padding: 2em 0;
  }
  .service .sec_flex_2col .txtBox {
    width: 100%;
  } */



  .grid-container {
    display: grid;
    grid-template-columns: 1fr;
    /* grid-gap: 40px; */
  }

  .dummy-box img {
    width: 100%; 
    height: 100%;
  }

  h4 {
    position: relative; 
    font-size: 18px;
    padding-left: 16px;
    font-weight: 500;
    color: #3E3E3E;
    margin: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  h4::before {
    content: "";
    position: absolute;
    left: 0; 
    width: 4px; 
    height: 26px; 
    background-color: #80C6E1;
    border-radius: 4px;
    display: flex;
    align-items: center;
  }

  p {
    font-size: 14px;
    /* color: #3E3E3E; */
} 


  .staff-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*margin-bottom: 80px;*/
    margin-bottom: 0;
    gap: 0;
  }
  .bgb-wysiwyg{
    margin-bottom: 0;
  }
  .staff-member {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
  .staff-member:nth-child(odd) {
    padding-right: 2%;
  }
  .staff-member:nth-child(even) {
    padding-left: 2%;
  }
  .staff-member .staff-photo {
    max-width: 188px;
    width: 100%;
    height: auto;
    border-radius: 16px;
    aspect-ratio: 1/1;
  }
  .staff-member .staff-photo img {
    max-width: 188px;
    width: 100%;
    height: auto;
  }

}

/* add20241008 */
#company {
  /*font-family: 'Zen Kaku Gothic New';*/
}
#company h3 {
  margin-top: 80px;
  /* width: 510px;
  margin-right: 80px; */
  background: transparent;
  border-left: none;
  line-height: 1.75;
  color: #3E3E3E;
  overflow: visible;
}
#company p {
  line-height: 1.75;
  color: #3E3E3E;
  margin-bottom: 0;
}
#company .summary-table table tr th {
  font-weight: 600;
  background: none;
  border: none;
  border-bottom: 1px solid #DDDDDD;
  padding: 24px;
  color: #3E3E3E;
}
#company .summary-table table tr td {
  background: none;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #DDDDDD;
  padding: 24px;
  color: #3E3E3E;
}
#company .summary-table table tr td ul {
  margin: 0;
  font-weight: 500;
}
#company .summary-table table tr td ul li {
  font-weight: 500;
  margin: 0;
  line-height: 1.75;
}
#company .summary-table table ul li::before {
  display: none;
}
#company .info-map-area table {
  margin: 41px 0 0 0;
  table-layout: auto;
}
#company .info-map-area table tr th {
  font-weight: 600;
  background: none;
  border: none;
  padding: 0;
  color: #3E3E3E;
}
#company .info-map-area table tr td {
  background: none;
  font-weight: 500;
  border: none;
  padding: 0 0 24px 48px;
  color: #3E3E3E;
}
#company .decades .flex.anc_nav li:before {
  font-size: 16px;
  margin-right: 0;
}
#company .timeline-list li {
  margin: 0 0 24px;
  line-height: 1.75;
}
#company .timeline-list li:before {
  content: none;
}
#company h4 {
  position: relative;
  font-size: 20px;
  padding-left: 16px;
  font-weight: 500;
  color: #3E3E3E;
  margin: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  border-left: none;
  line-height: 1.75;
}
#company .staff-title {
  margin: 24px 0 16px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #company h3 {
    margin-bottom: 0;
    font-size: 25px;
  }
  #company p {
    font-size: 14px;
  }
  #company .problem .inner p {
    margin-top: 32px;
    font-size: 14px;
  }
  #company h3.top_line {
    position: relative;
    font-size: min(6.25vw, 24px);
    letter-spacing: 0.1em;
    margin-bottom: 32px;
  }
  #company .summary-table table tr th {
    font-weight: 600;
    border-bottom: 0.27vw solid #DDDDDD;
    padding: 5%;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  #company .summary-table table tr td {
    border-bottom: 0.27vw solid #DDDDDD;
    padding: 5%;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  #company .summary-table table tr td ul li {
    font-size: min(3.64vw, 16px);
  }
  #company .summary-table table tr:last-child td {
    border-bottom:none
  }
  #company .info-map-area table tr th {
    width: 100%;
  }
  #company .info-map-area table tr td {
    padding: 24px 0 24px 0;
  }
  #company .decades .flex.anc_nav li:before {
    font-size: 16px;
    margin-right: 0;
  }
  #company h4 {
    position: relative;
    font-size: 18px;
    padding-left: 16px;
    font-weight: 500;
    color: #3E3E3E;
    margin: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
/*# sourceMappingURL=service.css.map */



/*mission vision*/
#mission .mission_message{
  text-align: center;
  margin-top: 80px;
  font-size: 20px;
  font-weight: bold;
}

#mission .sec_mission{
  text-align: center;
  margin-top: 100px;
}

#mission .sec_mission h4{
  color: #0054A7 !important;
  font-weight: bold;
  text-align: center;
  border:none;
  padding: 0;
  font-size: 20px;
}
#mission .sec_mission h4::before{
  background: none;
}
#mission .sec_mission .lead{
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 20px;
}

#mission .guideline ul{
  display: flex;
  justify-content: space-around;
}
#mission .guideline li{
  width: 25%;
}
#mission .guideline li:before{
  content: none;
  margin-right: 0;
}
#mission .guideline dt{
  text-align: center;
}
#mission .guideline dt img{
  width: 100%;
}
#mission .guideline .guide_ttl{
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
}
#mission .guideline dd{
  text-align: left;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}
#mission .lets{
  display: table;
  width: 60%;
  margin: 0 auto;
}
#mission .lets dt,
#mission .lets dd{
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 25px;
}
#mission .lets img{
  width: 100%;
}

@media screen and (max-width: 768px) {


  #mission .guideline ul{
    display: flex;
    flex-wrap: wrap;
  }
  #mission .guideline li{
    width: 50%;
  }
  #mission .lets{
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #mission .lets dt,
  #mission .lets dd{
    width: 100%;
    display: block;
  }
}