main.opsai {
  overflow-x: hidden;
}

/**
 * Opsai_fv
 */
#opsai_fv {
  padding: 9rem 0 8rem;
  background: url(../img/fv-bg.png) no-repeat center/100% 100%;
}
@media (max-width: 980px) {
  #opsai_fv {
    margin-bottom: 2rem;
    padding: 6rem 0 0;
  }
}
@media (max-width: 475px) {
  #opsai_fv {
    padding: 4rem 0 0;
  }
}
#opsai_fv .opsai-inner {
  position: relative;
}
@media (max-width: 980px) {
  #opsai_fv .opsai-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#opsai_fv .opsai_fv-content h2 {
  margin-bottom: 0.8em;
  font-size: 5.5rem;
  color: #fff;
}
#opsai_fv .opsai_fv-content p {
  line-height: 1.8;
  font-size: 2.6rem;
  color: #fff;
}
@media (max-width: 1280px) {
  #opsai_fv .opsai_fv-content h2 {
    font-size: 4.6rem;
  }
}
@media (max-width: 980px) {
  #opsai_fv .opsai_fv-content {
    text-align: center;
  }
  #opsai_fv .opsai_fv-content h2 {
    letter-spacing: 0;
    font-size: 4rem;
  }
  #opsai_fv .opsai_fv-content p {
    letter-spacing: 0;
    font-size: 2rem;
  }
}
@media (max-width: 475px) {
  #opsai_fv .opsai_fv-content h2 {
    font-size: 3.3rem;
  }
  #opsai_fv .opsai_fv-content p {
    font-size: 1.6rem;
  }
}
#opsai_fv .opsai_fv-content__inner {
  padding-right: 62rem;
}
@media (max-width: 1280px) {
  #opsai_fv .opsai_fv-content__inner {
    padding-right: 48rem;
  }
}
@media (max-width: 980px) {
  #opsai_fv .opsai_fv-content__inner {
    padding-right: 0;
  }
}
#opsai_fv .opsai_fv-buttons {
  margin-top: 4rem;
  display: flex;
  gap: 3rem;
}
@media (max-width: 980px) {
  #opsai_fv .opsai_fv-buttons {
    justify-content: center;
    gap: 0.4rem;
  }
}
@media (max-width: 475px) {
  #opsai_fv .opsai_fv-buttons {
    margin-top: 3rem;
    padding: 0 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
#opsai_fv .opsai_fv-btn {
  width: 25rem;
  padding: 2.4rem 1rem 2.4rem 0;
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  transition: 0.2s;
}
@media (max-width: 1280px) {
  #opsai_fv .opsai_fv-btn {
    font-size: 1.6rem;
  }
}
#opsai_fv .opsai_fv-btn:hover {
  opacity: 0.7;
}
#opsai_fv .opsai_fv-btn::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
}
#opsai_fv .opsai_fv-btn.--orange {
  color: #fff;
  background: linear-gradient(to right, #F7931E 0%, #F15A24 100%);
  border-top-color: #fff;
  border-right-color: #fff;
}
#opsai_fv .opsai_fv-btn.--white {
  color: #0e3661;
  background: #fff;
  border-top-color: #0e3661;
  border-right-color: #0e3661;
}
@media (max-width: 980px) {
  #opsai_fv .opsai_fv-btn {
    width: calc((100% - 0.4rem) / 2);
    font-size: 1.6rem;
  }
}
@media (max-width: 475px) {
  #opsai_fv .opsai_fv-btn {
    width: 100%;
    font-size: 1.4rem;
  }
}
#opsai_fv .opsai_fv-image {
  width: 60rem;
  position: absolute;
  bottom: -1rem;/*-13rem*/
  right: 0;
}
@media (max-width: 1280px) {
  #opsai_fv .opsai_fv-image {
    right: -8rem;
  }
}
@media (max-width: 980px) {
  #opsai_fv .opsai_fv-image {
    width: 100%;
    max-width: 46rem;
    margin: 0 auto;
    position: relative;
    bottom: -4rem;
    right: auto;
  }
  #opsai_fv .opsai_fv-image img {
    max-width: 100%;
    margin-left: auto;
  }
}
@media (max-width: 475px) {
  #opsai_fv .opsai_fv-image {
    bottom: -3rem;
  }
}

/**
 * Company_list
 */
#company_list .company_list-title {
  margin-bottom: 5rem;
  text-align: center;
  font-size: 2.8rem;
}
@media (max-width: 980px) {
  #company_list .company_list-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 475px) {
  #company_list .company_list-title {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}
#company_list .company_list-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem 4rem;
}
#company_list .company_list-items li {
  width: calc((100% - 20rem) / 6);
}
#company_list .company_list-items li img {
  margin: auto;
}
@media (max-width: 980px) {
  #company_list .company_list-items li {
    width: calc((100% - 12rem) / 4);
  }
}
@media (max-width: 475px) {
  #company_list .company_list-items {
    gap: 1rem 2rem;
  }
  #company_list .company_list-items li {
    width: calc((100% - 6rem) / 3);
  }
}

/**
 * News
 */
.news-area {
  max-width: 1000px;
  margin: 0 auto;
  height: 520px;
  overflow-y: scroll;
}
@media (max-width: 980px) {
  .news-area {
    height: 400px;
  }
}
.news-area__item {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
  transition: 0.2s;
}
.news-area__item:first-child {
  padding-top: 0;
}
.news-area__item:hover {
  opacity: 0.5;
}
.news-area__link {
  width: 100%;
  display: grid;
  gap: 15px;
}
@media (max-width: 980px) {
  .news-area__link {
    display: block;
  }
}
.news-area__link br {
  display: none;
}
@media (max-width: 980px) {
  .news-area__link br {
    display: block;
  }
}
.news-area__label {
  display: inline-block;
}
.news-area__label ._new {
  background-color: #0e3661;
  color: #fff;
  padding: 0 10px 2px;
  font-size: 1.4rem;
}
@media (max-width: 980px) {
  .news-area__label {
    width: 56px;
  }
}
.news-area__date {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 980px) {
  .news-area__date {
    width: -moz-max-content;
    width: max-content;
  }
}
.news-area__put {
  display: inline-block;
  width: 100%;
}
@media (max-width: 980px) {
  .news-area__put {
    margin-top: 15px;
  }
}
@media (max-width: 475px) {
  .news-area__put {
    width: auto;
  }
}

/**
 * Opsai_scene
 */
#opsai_scene {
  overflow: hidden;
}
#opsai_scene #opsai_scene-discover {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 6rem;
}
#opsai_scene #opsai_scene-discover .opsai_scene-discover-content .c-title {
  text-align: left;
}
#opsai_scene #opsai_scene-discover .opsai_scene-discover-content .l-box_list li {
  width: calc((100% - 3rem) / 2);
}
@media (max-width: 980px) {
  #opsai_scene #opsai_scene-discover .opsai_scene-discover-content .c-title {
    text-align: center;
  }
}
#opsai_scene #opsai_scene-discover .opsai_scene-discover-image {
  width: 60rem;
  margin-right: -4rem;
  padding-top: 4rem;
  flex-shrink: 0;
  position: relative;
  bottom: -4rem;
}
@media (max-width: 1280px) {
  #opsai_scene #opsai_scene-discover {
    gap: 3rem;
  }
  #opsai_scene #opsai_scene-discover .opsai_scene-discover-image {
    width: 48rem;
    margin-right: -10rem;
    bottom: auto;
  }
}
@media (max-width: 980px) {
  #opsai_scene #opsai_scene-discover {
    display: block;
  }
  #opsai_scene #opsai_scene-discover .opsai_scene-discover-content .l-box_list li {
    width: calc((100% - 2rem) / 2);
  }
  #opsai_scene #opsai_scene-discover .opsai_scene-discover-image {
    max-width: 100%;
    margin: 4rem auto 0;
    padding-top: 0;
  }
}
@media (max-width: 475px) {
  #opsai_scene #opsai_scene-discover .opsai_scene-discover-content .l-box_list li {
    width: 100%;
  }
}
#opsai_scene #opsai_scene-discover_second {
  margin-top: 10rem;
}
#opsai_scene #opsai_scene-discover_second .l-box_list li {
  width: calc((100% - 9rem) / 4);
}
@media (max-width: 980px) {
  #opsai_scene #opsai_scene-discover_second {
    margin-top: 6rem;
  }
  #opsai_scene #opsai_scene-discover_second .l-box_list li {
    width: calc((100% - 2rem) / 2);
  }
}
@media (max-width: 475px) {
  #opsai_scene #opsai_scene-discover_second .l-box_list li {
    width: 100%;
  }
}
#opsai_scene #opsai_scene-other {
  margin-top: 3rem;
  padding: 5rem 4rem;
  background-color: #fff;
}
@media (max-width: 980px) {
  #opsai_scene #opsai_scene-other {
    padding: 4rem 3rem;
  }
}
@media (max-width: 475px) {
  #opsai_scene #opsai_scene-other {
    padding: 4rem 2rem;
  }
}
#opsai_scene #ops_chat-list {
  margin-top: 3rem;
  padding: 5rem 4rem;
  background-color: #fff;
}
@media (max-width: 980px) {
  #opsai_scene #ops_chat-list {
    padding: 4rem 3rem;
  }
}
@media (max-width: 475px) {
  #opsai_scene #ops_chat-list {
    padding: 4rem 2rem;
  }
}
#opsai_scene #ops_chat-list .operation_list-table {
  overflow-y: auto;
}
#opsai_scene #ops_chat-list .operation_list-table table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
}
#opsai_scene #ops_chat-list .operation_list-table table thead th {
  padding: 16px;
  font-size: 16px;
  color: #fff;
  background-color: #0E3661;
  border: 1px solid #fff;
}
#opsai_scene #ops_chat-list .operation_list-table table thead th:first-child {
  width: 180px;
}
@media (max-width: 980px) {
  #opsai_scene #ops_chat-list .operation_list-table table thead th:first-child {
    width: 140px;
  }
}
@media (max-width: 980px) {
  #opsai_scene #ops_chat-list .operation_list-table table thead th {
    font-size: 14px;
  }
}
#opsai_scene #ops_chat-list .operation_list-table table tbody {
  position: relative;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
}
#opsai_scene #ops_chat-list .operation_list-table table tbody th {
  font-size: 14px;
  color: #0E3661;
  background-color: #E8ECF0;
  border-bottom: 1px solid #0E3661;
}
@media (max-width: 980px) {
  #opsai_scene #ops_chat-list .operation_list-table table tbody th {
    font-size: 13px;
  }
}
#opsai_scene #ops_chat-list .operation_list-table table tbody td {
  padding: 12px 16px;
  font-size: 12px;
  border-top: 1px solid #E8ECF0;
  border-bottom: 1px solid #E8ECF0;
}
@media (max-width: 980px) {
  #opsai_scene #ops_chat-list .operation_list-table table tbody td {
    font-size: 11px !important;
  }
}
#opsai_scene #ops_chat-list .operation_list-table-ta_center {
  text-align: center;
}
#opsai_scene #ops_chat-list .operation_list-table-border th,
#opsai_scene #ops_chat-list .operation_list-table-border td {
  border-bottom: 1px solid #0E3661 !important;
}

.l-section {
  padding-top: 100px;
}
@media (max-width: 980px) {
  .l-section {
    padding-top: 80px;
  }
}
@media (max-width: 475px) {
  .l-section {
    padding-top: 60px;
  }
}
.l-section__body {
  max-width: 1000px;
  margin: 0 auto;
}
.l-section .cmn-headding {
  margin-bottom: 50px;
}
@media (max-width: 475px) {
  .l-section .cmn-headding {
    margin-bottom: 30px;
  }
}
.l-txt {
  margin: 40px auto;
  line-height: 1.8;
  font-size: 18px;
}
.l-txt:first-child {
  margin-top: 0;
}
.l-txt:last-child {
  margin-bottom: 0;
}
@media (max-width: 475px) {
  .l-txt {
    font-size: 16px;
  }
}
.l-txt-m {
  margin: 25px auto;
  line-height: 1.8;
  font-size: 16px;
}
.l-txt-m:first-child {
  margin-top: 0;
}
.l-txt-m:last-child {
  margin-bottom: 0;
}
@media (max-width: 475px) {
  .l-txt-m {
    font-size: 14px;
  }
}
.l-txt-s {
  margin: 25px auto;
  line-height: 1.8;
  font-size: 12px;
}
.l-txt-s:first-child {
  margin-top: 0;
}
.l-txt-s:last-child {
  margin-bottom: 0;
}
.l-txt_link {
  text-decoration: underline;
  color: #0071ba;
}
.l-txt_link:hover {
  text-decoration: none;
}
.l-column {
  display: flex;
  align-items: center;
}
.l-column-content {
  flex-grow: 1;
}
.l-column-content p {
  line-height: 2;
  letter-spacing: 1px;
  font-size: 16px;
}
.l-column-image {
  width: 450px;
  max-width: 100%;
  margin-left: 50px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 3px solid #ededf0;
}
@media (max-width: 980px) {
  .l-column {
    display: block;
  }
  .l-column-image {
    margin: 30px auto 0;
  }
}
.l-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.l-card-list:not(:last-child) {
  margin-bottom: 40px;
}
.l-card-item {
  width: calc((100% - 80px) / 3);
  padding: 40px 20px 10px;
}
.l-card-item.--lightgray {
  background-color: #ededf0;
}
.l-card-item.--white {
  border: 3px solid #ededf0;
}
.l-card-item img {
  height: 80px;
  margin: 0 auto 36px;
}
.l-card-item img.--large {
  height: 110px;
}
.l-card-item h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
}
.l-card-item h5.strong_label {
  font-weight: bold;
}
.l-card-item h5.arrow_label {
  margin-bottom: 16px;
  padding-left: 18px;
  position: relative;
  font-weight: bold;
}
.l-card-item h5.arrow_label::before {
  content: "";
  width: 12px;
  height: 1.6em;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center/contain;
  background-image: url(../img/goc/icon-arrow.svg);
}
.l-card-item h6 {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
}
.l-card-item p {
  margin-bottom: 6px;
  font-size: 12px;
}
.l-card-item ul {
  width: calc(100% + 10px);
  margin-bottom: 10px;
}
.l-card-item ul li {
  padding-left: 18px;
  position: relative;
  letter-spacing: 0;
  font-size: 12px;
}
.l-card-item ul li:not(:first-child) {
  margin-top: 4px;
}
.l-card-item ul li::before {
  content: "";
  width: 12px;
  height: 1.6em;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center/contain;
}
.l-card-item ul li.--arrow::before {
  background-image: url(../img/common/icon-arrow.svg);
}
.l-card-item ul li.--check::before {
  background-image: url(../img/common/icon-check.svg);
}
.l-card-item ul li.--circle::before {
  background-image: url(../img/common/icon-circle.svg);
}
.l-card-item ul li.--circle_big::before {
  background-image: url(../img/common/icon-circle_big.svg);
}
@media (max-width: 980px) {
  .l-card-list {
    gap: 20px;
  }
  .l-card-item {
    width: calc((100% - 20px) / 2);
  }
  .l-card-item img {
    height: 70px;
    margin-bottom: 20px;
  }
  .l-card-item img.--large {
    height: 100px;
  }
}
@media (max-width: 475px) {
  .l-card-list {
    gap: 10px;
  }
  .l-card-item {
    width: 100%;
  }
}
.l-card_2-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.l-card_2-item {
  width: calc((100% - 80px) / 3);
  padding: 20px;
  border: 3px solid #ededf0;
}
.l-card_2-item h5 {
  margin-bottom: 20px;
  font-size: 16px;
}
.l-card_2-item h6 {
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  font-size: 14px;
}
.l-card_2-item img {
  width: auto;
  height: 120px;
  margin: 0 auto 20px;
}
.l-card_2-item img.--large {
  height: 160px;
}
.l-card_2-item p {
  margin-bottom: 6px;
  font-size: 12px;
}
@media (max-width: 980px) {
  .l-card_2-list {
    gap: 20px;
  }
  .l-card_2-item {
    width: 100%;
  }
}
@media (max-width: 475px) {
  .l-card_2-list {
    gap: 10px;
  }
}
.l-card_3-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.l-card_3-item {
  width: calc((100% - 80px) / 3);
  padding: 40px 20px 10px;
}
.l-card_3-item.--lightgray {
  background-color: #ededf0;
}
.l-card_3-item.--white {
  border: 3px solid #ededf0;
}
.l-card_3-item img {
  height: 70px;
  margin: 0 auto 36px;
}
.l-card_3-item h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
}
.l-card_3-item h5.arrow_label {
  margin-bottom: 16px;
  padding-left: 18px;
  position: relative;
  font-weight: bold;
}
.l-card_3-item h5.arrow_label::before {
  content: "";
  width: 12px;
  height: 1.6em;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center/contain;
  background-image: url(../img/goc/icon-arrow.svg);
}
.l-card_3-item p {
  margin-bottom: 6px;
  font-size: 12px;
}
.l-card_3-item ul {
  width: calc(100% + 10px);
  margin-bottom: 16px;
}
.l-card_3-item ul li {
  padding-left: 18px;
  position: relative;
  letter-spacing: 0;
  font-size: 12px;
}
.l-card_3-item ul li:not(:first-child) {
  margin-top: 4px;
}
.l-card_3-item ul li::before {
  content: "";
  width: 12px;
  height: 1.6em;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center/contain;
}
.l-card_3-item ul li.--check::before {
  background-image: url(../img/goc/icon-check.svg);
}
.l-card_3-item ul li.--circle::before {
  background-image: url(../img/goc/icon-circle.svg);
}
.l-card_3-item ul li.--circle_big::before {
  background-image: url(../img/goc/icon-circle_big.svg);
}
@media (max-width: 980px) {
  .l-card_3-list {
    gap: 20px;
  }
  .l-card_3-item {
    width: calc((100% - 20px) / 2);
  }
  .l-card_3-item img {
    height: 64px;
    margin-bottom: 20px;
  }
}
@media (max-width: 475px) {
  .l-card_3-list {
    gap: 10px;
  }
  .l-card_3-item {
    width: 100%;
  }
}
.l-card_4-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.l-card_4-item {
  width: calc((100% - 80px) / 3);
  padding: 20px;
  border: 3px solid #ededf0;
}
.l-card_4-item h5 {
  margin-bottom: 20px;
  font-size: 16px;
}
.l-card_4-item img {
  width: auto;
  height: 120px;
  margin: 0 auto 20px;
}
.l-card_4-item h6 {
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  font-size: 14px;
}
.l-card_4-item p {
  margin-bottom: 6px;
  font-size: 12px;
}
@media (max-width: 980px) {
  .l-card_4-list {
    gap: 20px;
  }
  .l-card_4-item {
    width: 100%;
  }
}
@media (max-width: 475px) {
  .l-card_4-list {
    gap: 10px;
  }
}
.l-box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.l-box-list__separate_text {
  margin: 40px auto;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  background-color: #ebebee;
}
.l-box-item {
  width: calc((100% - 40px) / 2);
  padding: 30px 20px 30px 40px;
  display: flex;
  align-items: center;
  border: 3px solid #ededf0;
}
.l-box-item.--full {
  width: 100%;
}
.l-box-item.--step:not(:last-child) {
  margin-bottom: 20px;
  position: relative;
}
.l-box-item.--step:not(:last-child)::before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  border-bottom: 1px solid #28294f;
  border-right: 1px solid #28294f;
  transform: rotate(45deg);
}
.l-box-item picture {
  margin-right: 40px;
  flex-shrink: 0;
}
.l-box-item picture img {
  height: 100px;
}
.l-box-content h5 {
  font-size: 18px;
}
.l-box-content h6 {
  margin-top: 10px;
  font-size: 13px;
}
.l-box-content p {
  margin-top: 10px;
  font-size: 12px;
}
@media (max-width: 980px) {
  .l-box-list {
    gap: 20px;
  }
  .l-box-item {
    width: 100%;
    padding: 30px 10px 30px 30px;
  }
  .l-box-item.--step:not(:last-child)::before {
    top: calc(100% + 10px);
  }
  .l-box-item picture {
    margin-right: 30px;
  }
  .l-box-item picture img {
    height: 80px;
  }
}
@media (max-width: 475px) {
  .l-box-list {
    gap: 10px;
  }
  .l-box-item {
    padding: 30px 10px 30px 20px;
  }
  .l-box-item.--full {
    flex-wrap: wrap;
  }
  .l-box-item.--full picture {
    width: 100%;
    margin: 0 auto 20px;
  }
  .l-box-item.--full picture img {
    height: 80px;
    margin: 0 auto;
  }
  .l-box-item.--step:not(:last-child) {
    margin-bottom: 30px;
  }
  .l-box-item picture {
    margin-right: 15px;
  }
  .l-box-item picture img {
    height: 70px;
  }
  .l-box-content h5 {
    font-size: 16px;
  }
}
.l-profile_box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.l-profile_box-item {
  width: calc((100% - 40px) / 2);
  padding: 20px 15px 20px 20px;
  display: flex;
  align-items: flex-start;
  border: 3px solid #ededf0;
}
.l-profile_box-item picture {
  margin-right: 40px;
  flex-shrink: 0;
}
.l-profile_box-item picture img {
  height: 100px;
}
.l-profile_box-content h5 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.l-profile_box-content h5::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
  background-image: url(../img/common/icon-man.svg);
}
.l-profile_box-content h6 {
  margin-bottom: 10px;
  font-size: 13px;
}
.l-profile_box-content p {
  font-size: 12px;
}
@media (max-width: 980px) {
  .l-profile_box-list {
    gap: 20px;
  }
  .l-profile_box-item {
    width: 100%;
    padding: 30px 10px 30px 30px;
  }
  .l-profile_box-item picture {
    margin-right: 30px;
  }
  .l-profile_box-item picture img {
    height: 80px;
  }
}
@media (max-width: 475px) {
  .l-profile_box-list {
    gap: 10px;
  }
  .l-profile_box-item {
    padding: 30px 10px 30px 20px;
  }
  .l-profile_box-item picture {
    margin-right: 15px;
  }
  .l-profile_box-item picture img {
    height: 70px;
  }
  .l-profile_box-content h5 {
    font-size: 16px;
  }
}
.l-cta_box {
  margin-top: 50px;
  padding: 34px 20px;
  text-align: center;
  background-color: #ededf0;
}
.l-cta_box .box-title {
  font-size: 24px;
  font-weight: bold;
}
.l-cta_box .cmn-button__blue-frame {
  margin-top: 30px;
  background: #fff;
}
@media (max-width: 475px) {
  .l-cta_box .box-title {
    font-size: 18px;
  }
}
.l-q_and_a li {
  border-bottom: 1px solid #ededf0;
}
.l-q_and_a li .q_and_a-head {
  padding: 18px 40px 18px 0;
  position: relative;
  cursor: pointer;
}
.l-q_and_a li .q_and_a-head p {
  font-size: 18px;
  font-weight: bold;
}
.l-q_and_a li .q_and_a-head .toggle {
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  right: 8px;
}
.l-q_and_a li .q_and_a-head .toggle::before, .l-q_and_a li .q_and_a-head .toggle::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333;
}
.l-q_and_a li .q_and_a-head .toggle::before {
  width: 100%;
  height: 1px;
}
.l-q_and_a li .q_and_a-head .toggle::after {
  width: 1px;
  height: 100%;
}
.l-q_and_a li .q_and_a-head.--open .toggle::after {
  display: none;
}
.l-q_and_a li .q_and_a-body {
  display: none;
  padding: 18px 24px;
  position: relative;
  font-size: 14px;
  background-color: #ededf0;
}
.l-q_and_a li .q_and_a-body .q_and_a__a {
  width: 30px;
  position: absolute;
  top: 18px;
  left: 18px;
  text-align: right;
}
.l-q_and_a li .q_and_a-body p {
  padding-left: 30px;
}
@media (max-width: 475px) {
  .l-q_and_a li .q_and_a-head p {
    font-size: 14px;
  }
  .l-q_and_a li .q_and_a-body {
    padding: 18px 18px;
    font-size: 12px;
  }
  .l-q_and_a li .q_and_a-body .q_and_a__a {
    width: 20px;
    left: 12px;
  }
  .l-q_and_a li .q_and_a-body p {
    padding-left: 20px;
  }
}
.l-list_table {
  padding: 30px 40px;
  border: 3px solid #ededf0;
}
.l-list_table table {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  letter-spacing: 1px;
  line-height: 1.8;
  font-size: 16px;
  border-collapse: collapse;
}
.l-list_table table th,
.l-list_table table td {
  padding: 18px 0;
  border-top: 1px solid #ededf0;
  border-bottom: 1px solid #ededf0;
}
.l-list_table table th {
  width: 42%;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.l-list_table table td {
  width: 56%;
}
.l-list_table table td small {
  font-size: 0.8em;
}
@media (max-width: 475px) {
  .l-list_table {
    padding: 20px 24px;
  }
  .l-list_table table {
    font-size: 14px;
  }
  .l-list_table table tr, .l-list_table table th, .l-list_table table td {
    width: 100%;
    display: block;
  }
  .l-list_table table th {
    padding-bottom: 0;
    border-top: none;
    border-bottom: none;
  }
  .l-list_table table td {
    border-top: none;
  }
}
.l-concept_discover {
  margin-bottom: 8rem;
  display: flex;
  justify-content: center;
  gap: 6rem;
}
.l-concept_discover__image {
  width: 57rem;
  flex-shrink: 0;
}
.l-concept_discover__image.--small {
  width: 45rem;
}
.l-concept_discover__content p {
  line-height: 1.75;
}
.l-concept_discover__content .cmn-button__wrap {
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 1280px) {
  .l-concept_discover__image {
    width: 44rem;
    max-width: 100%;
  }
}
@media (max-width: 980px) {
  .l-concept_discover {
    max-width: 57rem;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    gap: 4rem;
  }
  .l-concept_discover__content {
    width: 100%;
  }
  .l-concept_discover__content .cmn-button__wrap {
    margin-top: 3rem;
  }
}
.l-three_one_block__white {
  border-bottom: 1px solid ededf0;
}
.l-three_one_block__gray {
  background-color: ededf0;
}
.l-three_one_block__blue {
  background-color: #0e3661;
  color: #fff;
  font-weight: 600;
}
.l-three_one_block__list {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 980px) {
  .l-three_one_block__list {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.l-three_one_block__item {
  width: calc(33.3% - 20px);
  border: 1px solid ededf0;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-flow: column;
}
.l-three_one_block__item picture {
  margin: 0 auto;
}
@media (max-width: 980px) {
  .l-three_one_block__item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.l-three_one_block__img {
  max-height: 100px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 475px) {
  .l-three_one_block__img {
    max-height: 80px;
  }
}
.l-three_one_block__headline {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0;
}
.l-three_one_block__arrow {
  display: block;
  width: 13px;
  height: 13px;
  border-right: 1px solid 242424;
  border-bottom: 1px solid 242424;
  margin: auto auto 25px auto;
  transform: rotate(45deg);
}
.l-three_one_block__txt-s {
  font-size: 1.1rem;
}
.l-three_one_block__txt-l {
  max-width: 1000px;
  font-size: 2.1rem;
  font-weight: 600;
  padding: 12px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: auto;
  text-align: center;
  border: 1px solid ededf0;
}
@media (max-width: 475px) {
  .l-three_one_block__txt-l {
    font-size: 1.8rem !important;
  }
}
.l-table_3col {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  color: #0e3661;
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (max-width: 980px) {
  .l-table_3col {
    letter-spacing: 1px;
    font-size: 1rem;
  }
}
.l-table_3col__td {
  height: 95px;
  padding: 15px 5px;
}
.l-table_3col__td._head {
  height: 55px;
}
.l-table_3col__white {
  border-bottom: 1px solid ededf0;
}
@media (max-width: 980px) {
  .l-table_3col__white {
    width: 28%;
  }
}
.l-table_3col__gray {
  background-color: ededf0;
}
@media (max-width: 980px) {
  .l-table_3col__gray {
    width: 36%;
  }
}
.l-table_3col__blue {
  background-color: #0e3661;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 980px) {
  .l-table_3col__blue {
    width: 36%;
  }
}

.sec_2-block {
  margin-top: 80px;
  display: flex;
  gap: 20px;
}
.sec_2-block__image {
  width: 520px;
  flex-shrink: 0;
}
.sec_2-block__content {
  padding-top: 40px;
  text-align: center;
}
.sec_2-block__content img {
  width: 180px;
  margin: 0 auto 20px;
  display: block;
}
.sec_2-block__content p {
  font-size: 1.8rem;
}
.sec_2-block__content p strong {
  margin-top: 0.6em;
  display: block;
  font-size: 1.2em;
}
@media (max-width: 980px) {
  .sec_2-block {
    flex-wrap: wrap;
  }
  .sec_2-block__image {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }
  .sec_2-block__content {
    width: 100%;
  }
  .sec_2-block__content p {
    font-size: 1.6rem;
  }
}

.sec_3-list {
  display: flex;
  gap: 40px;
}
.sec_3-list li {
  width: 100%;
}
.sec_3-list li img {
  margin: 0 auto;
  display: block;
}
.sec_3-list li p {
  margin-top: 20px;
  padding-left: 10px;
  letter-spacing: 1px;
}
.sec_3-list__label {
  margin-top: 30px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  background-color: #EBEBEE;
}
@media (max-width: 980px) {
  .sec_3-list {
    max-width: 600px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 20px;
  }
  .sec_3-list li {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
  }
  .sec_3-list li__image {
    width: 50%;
  }
  .sec_3-list li p {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 475px) {
  .sec_3-list {
    gap: 30px;
  }
  .sec_3-list li {
    display: block;
  }
  .sec_3-list li img {
    width: 100%;
  }
  .sec_3-list li p {
    margin-top: 20px;
  }
}
.sec_3-list_box {
  margin-top: 30px;
  display: flex;
  gap: 40px;
}
.sec_3-list_box li {
  width: 100%;
  padding: 20px 10px;
  letter-spacing: 0;
  font-size: 1.4rem;
  border: 3px solid #ededf0;
}
.sec_3-list_box li small {
  letter-spacing: 0;
  font-size: 0.9em;
}
@media (max-width: 980px) {
  .sec_3-list_box {
    max-width: 500px;
    margin: 30px auto 0;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.sec_3-block {
  margin-top: 90px;
}
.sec_3-block-item {
  display: flex;
  gap: 40px;
  align-items: center;
}
.sec_3-block-item:not(:first-child) {
  margin-top: 40px;
}
.sec_3-block-item__image {
  width: 356px;
  flex-shrink: 0;
}
.sec_3-block-item__content h6 {
  margin-bottom: 0.6em;
  font-size: 1.6rem;
}
.sec_3-block-item__content p {
  margin-top: 1em;
  font-size: 1.4rem;
}
@media (max-width: 980px) {
  .sec_3-block {
    margin-top: 60px;
  }
  .sec_3-block-item {
    flex-wrap: wrap;
    gap: 20px;
  }
  .sec_3-block-item__image {
    max-width: 100%;
    margin: 0 auto;
  }
  .sec_3-block-item__content {
    width: 100%;
  }
}
@media (max-width: 475px) {
  .sec_3-block-item__image {
    width: 100%;
  }
}

.sec_4__banner {
  margin-top: 30px;
  padding: 20px;
  background-color: #EBEBEE;
}
.sec_4__banner p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.sec_4__banner ul {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.sec_4__banner ul li img {
  width: 144px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 980px) {
  .sec_4__banner ul {
    flex-wrap: wrap;
  }
  .sec_4__banner ul li img {
    width: 120px;
  }
}
.sec_4__image {
  margin-top: 60px;
  padding: 40px 60px;
  border: 3px solid #ededf0;
}
.sec_4__image img {
  width: 800px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 980px) {
  .sec_4__image {
    padding: 30px 10px;
  }
}/*# sourceMappingURL=opsaitop.css.map */