@charset "UTF-8";
/* ====================================================
  lower.css
=========================================================== */
/* .main
------------------------------------- */
.main {
  padding-top: 88px;
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 70px;
  }
}

/* .post__content
------------------------------------- */
.post__content {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
.post__content p {
  display: inline-block;
  margin-bottom: 2.5em;
}
.post__content p,
.post__content a,
.post__content li,
.post__content dt,
.post__content dd {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
.post__content dt {
  font-weight: 700;
}
.post__content h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.8;
}
  .post__content h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.8;
}
.post__content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.8;
}
.post__content h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
}
.post__content h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
}
.post__content h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
}
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6 {
  margin-bottom: .75em;
}
.post__content h2+p,
.post__content h3+p,
.post__content h4+p,
.post__content h5+p,
.post__content h6+p {
  margin-bottom: 3.5em;
}
.post__content figure {
  margin: 1em auto 1em;
}
.post__content a:hover {
  color: #e73828;
}
@media screen and (max-width: 768px) {
  .post__content {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
  }
  .post__content p {
    display: inline-block;
    margin-bottom: 2.5em;
  }
  .post__content p,
  .post__content a,
  .post__content li,
  .post__content dt,
  .post__content dd {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
  }
  .post__content dt {
    font-weight: 700;
  }
  .post__content h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.8;
  }
  .post__content h3 {
    font-weight: 700;
    font-size: 19px;
    line-height: 1.8;
  }
  .post__content h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.8;
  }
  .post__content h5 {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.8;
  }
  .post__content h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.8;
  }
  .post__content h2,
  .post__content h3,
  .post__content h4,
  .post__content h5,
  .post__content h6 {
    margin-bottom: .75em;
  }
  .post__content h2+p,
  .post__content h3+p,
  .post__content h4+p,
  .post__content h5+p,
  .post__content h6+p {
    margin-bottom: 3.5em;
  }
  .post__content figure {
    margin: 1em auto 1em;
  }
  .post__content a:hover {
    color: #e73828;
  }
}

.mb_00 {
  margin-bottom: 0;
}
.mb_1em {
  margin-bottom: 1em;
}
.mb_2em {
  margin-bottom: 2em;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}

/* --------------------------------
  .l-main__single #toc_container.no_bullet
------------------------------------- */
.l-main__single .no_bullets {
  padding: 28px 46px;
  margin: 60px 0;
  border: 1px solid #c8c8c8;
  border-radius: 20px;
}
.l-main__single .no_bullets .toc_title {
  margin-bottom: 14px;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.8;
  color: #000;
}
.l-main__single .no_bullets .toc_list {
  padding-left: 22px;
}
.l-main__single .no_bullets .toc_list li {
  position: relative;
  display: flex;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 18px;
  width: 100%;
}
.l-main__single .no_bullets .toc_list li::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  font-weight: 400;
  margin-right: .5em;
  margin-top: 8px;
  border-radius: 50%;
  background: #edaaa4;
}
.l-main__single .no_bullets .toc_list li a {
  display: inline-block;
  line-height: 1.8;
  background-image: linear-gradient(90deg, #E73828, #E73828);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 2px;
  padding-bottom: 3px;
  transition: background-size .4s;
}
.l-main__single .no_bullets .toc_list li a:hover {
  background-size: 100% 2px;
}
@media screen and (max-width: 768px) {
  .l-main__single .no_bullets {
    padding: 28px 46px;
    margin: 60px 0;
    border: 1px solid #c8c8c8;
    border-radius: 20px;
  }
  .l-main__single .no_bullets .toc_title {
    margin-bottom: 14px;
    font-family: var(--udp-gothic);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.8;
    color: #000;
  }
  .l-main__single .no_bullets .toc_list {
    padding-left: 22px;
  }
  .l-main__single .no_bullets .toc_list li {
    position: relative;
    display: flex;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 18px;
    width: 100%;
  }
  .l-main__single .no_bullets .toc_list li::before {
    flex-shrink: 0;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    font-weight: 400;
    margin-right: .5em;
    margin-top: 8px;
    border-radius: 50%;
    background: #edaaa4;
  }
  .l-main__single .no_bullets .toc_list li a {
    display: inline-block;
    line-height: 1.8;
    background-image: linear-gradient(90deg, #E73828, #E73828);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0 2px;
    padding-bottom: 3px;
    transition: background-size .4s;
  }
  .l-main__single .no_bullets .toc_list li a:hover {
    background-size: 100% 2px;
  }
}

/* --------------------------------
  common /// .c- common
------------------------------------- */
.c-breadcrumbs {
  display: flex;
  gap: 0 1em;
  margin-left: auto;
  font-weight: 400;
  font-size: 12px;
  color: #000;
}
.c-breadcrumbs span {
  flex-shrink: 0;
  line-height: 1;
}
.c-breadcrumbs span:last-child {
  flex-shrink: unset;
}
.c-breadcrumbs .current-item {
  display: inline-block;
  margin-top: -.2em;
  line-height: 1.4;
}
.c-breadcrumbs a {
  color: #e15555;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs {
    position: absolute;
    top: 12px;
    right: 4%;
    font-size: 10px;
  }
  .c-breadcrumbs span:last-child {
    flex-shrink: unset;
  }
  .c-breadcrumbs .current-item {
    display: inline-block;
    margin-top: -.2em;
    line-height: 1.4;
  }
  .c-breadcrumbs a {
    color: #e15555;
  }
  .c-breadcrumbs {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
  }
  .breadcrumbs_box {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumbs_box::-webkit-scrollbar {
    display: none;
  }
}

/* --------------------------------
  .l-page-nav ( .p-corporate-nav / .p-service-nav )
------------------------------------- */
.l-page-nav {
  margin-bottom: 32px;
}
.l-page-nav .l-page__navlist {
  display: flex;
  gap: 0 35px;
  align-items: flex-end;
}
.l-page-nav .l-page__navlist .nav__item {
  position: relative;
  width: calc(100%/4);
  max-width: 230px;
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.l-page-nav .l-page__navlist .nav__item::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-image: linear-gradient(90deg, #E73828, #E73828);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .4s;
}
.l-page-nav .l-page__navlist .nav__item.current,
.l-page-nav .l-page__navlist .nav__item:hover {
  background-image: linear-gradient(90deg, #E73828, #E73828);
}
.l-page-nav .l-page__navlist .nav__item:hover::after {
  width: 100%;
  height: 1px;
  background-size: 100% 1px;
}

.l-page-nav .l-page__navlist a {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding: 8px 26px 15px 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}
/*
.l-page-nav .l-page__navlist a::after {
  position: absolute;
  right: 0;
  bottom: 13px;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/common/ico/ico_linkbtn_circle.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.l-page-nav .l-page__navlist a:hover::after,
.l-page-nav .l-page__navlist .nav__item.current a::after {
  position: absolute;
  right: 0;
  bottom: 13px;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/common/ico/ico_linkbtn_circle_red.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
*/

/* .p-corporate-nav .l-page-nav
------------------------------------- */
/* .p-service-nav .l-page-nav
------------------------------------- */
.p-service-nav .l-page-nav {
  margin-bottom: 10px;
}
.p-service-nav .l-page-nav .l-page__navlist .nav__item {
  max-width: 246px;
}
@media screen and (max-width: 768px) {
  .l-page-nav {
    margin-bottom: 32px;
  }
  .l-page-nav .l-page__navlist {
    display: flex;
    gap: 0 35px;
  }
  .l-page-nav .l-page__navlist .nav__item {
    width: calc(100%/4);
    max-width: 230px;
    border-bottom: 1px solid #000;
  }
  .l-page-nav .l-page__navlist .nav__item.current {
    border-bottom: 1px solid #E73828;
  }
  .l-page-nav .l-page__navlist a {
    position: relative;
    display: flex;
    width: 100%;
    padding: 8px 0 15px 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    justify-content: space-between;
  }
  .l-page-nav .l-page__navlist a::after {
    position: absolute;
    right: 0;
    bottom: 13px;
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../img/common/ico/ico_linkbtn_circle.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }
  .p-service-nav .l-page-nav {
    margin-bottom: 10px;
  }
  .p-service-nav .l-page-nav .l-page__navlist .nav__item {
    max-width: 246px;
  }
}
@media screen and (max-width: 768px) {
  /* .l-page-select_link */
  .l-page-select_link .l-page-select_link_box {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: 359px;
    height: 48px;
    border-radius: 24px;
  }
  .l-page-select_link .l-page-select_link_box::after {
    content: '';
    position: absolute;
    right: 10px;
    width: 26px;
    height: 26px;
    background: url(../img/common/ico/ico_linkbtn_circle_red.svg) no-repeat;
    transform: rotate(90deg);
    background-size: contain;
  }
  .l-page-select_link .l-page-select_link_box select {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 359px;
    height: 100%;
    cursor: pointer;
    padding: 0 16px;
    font-size: 16px;
    color: #000;
    line-height: 1;
    border-radius: 24px;
    border: 1px solid #d9d9d9;
  }
  .l-page-select_link .l-page-select_link_box select:focus {
    outline: 1px solid #d9d9d9;
  }
  .l-page-select_link .l-page-select_link_box select option {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* .l-result-select_link
------------------------------------- */
.l-result-select_link {}
@media screen and (max-width: 768px) {
  .l-result-select_link .l-result-select_link_box {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 40px;
    margin: 17px auto 43px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .l-result-select_link .l-result-select_link_box::after {
    content: '';
    position: absolute;
    right: 9px;
    width: 15px;
    height: 8px;
    background: url(../img/common/ico/ico_select_list.svg) no-repeat;
    background-size: contain;
  }
  .l-result-select_link .l-result-select_link_box select {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 0 26px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 1;
    border: 0;
    background: #fff;
  }
  .l-result-select_link .l-result-select_link_box select:focus {
    outline: 0;
  }
  .l-result-select_link .l-result-select_link_box select option {
    font-size: 14px;
    line-height: 1.6;
  }
  /* .radio */
  .l-result-select_link .radio {
    position: relative;
    left: 18px;
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
  }
  .l-result-select_link .radio::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
  }
  .l-result-select_link .radio::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #E73828;
  }
}

/* .l-topics-select_link
------------------------------------- */
.l-topics-select_link {}
@media screen and (max-width: 768px) {
  .l-topics-select_link .l-topics-select_link_box {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 40px;
    margin: 10px auto 10px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .l-topics-select_link .l-topics-select_link_box::after {
    content: '';
    position: absolute;
    right: 9px;
    width: 15px;
    height: 8px;
    background: url(../img/common/ico/ico_select_list.svg) no-repeat;
    background-size: contain;
  }
  .l-topics-select_link .l-topics-select_link_box select {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 359px;
    height: 100%;
    cursor: pointer;
    padding: 0 26px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 1;
    border: 0;
    background: #fff;
  }
  .l-topics-select_link .l-topics-select_link_box select:focus {
    outline: 0;
  }
  .l-topics-select_link .l-topics-select_link_box select option {
    font-size: 14px;
    line-height: 1.6;
  }
  /* .radio */
  .l-topics-select_link .radio {
    position: relative;
    left: 18px;
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
  }
  .l-topics-select_link .radio::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
  }
  .l-topics-select_link .radio::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #E73828;
  }
}

/* ================================
  common /// .l- layout
=========================================================== */
/* --------------------------------
  .l-main__archive
------------------------------------- */
.l-main__archive {}
.l-main__archive .sec__postlist {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-main__archive .inner_w1280 {
    max-width: 93%;
  }
  .l-main__archive .sec__postlist {
    padding-bottom: 40px;
  }
}

/* --------------------------------
  .l-main__archive .p-result-list
------------------------------------- */
.l-main__archive .p-result-list .result__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
  gap: 40px 3.1%;
  margin: 0 auto 60px;
}
.l-main__archive .p-result-list .result__list .list__item {
  width: calc(100%/3 - 2.1%);
  max-width: 400px;
  min-height: 480px;
}
.l-main__archive .p-result-list .result__list .list__item >a {
  padding: 16.8px 23.8px;
}
.l-main__archive .p-result-list .result__list .imgbox img {
  height: 232px;
  margin: 0 auto 16px;
}
.l-main__archive .p-result-list .result__list .txtbox {
  max-width: 90%;
  margin: 0 auto;
}
.l-main__archive .p-result-list .result__list .date {
  margin-bottom: 18px;
}
.l-main__archive .p-result-list .result__list .title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
}
.l-main__archive .p-result-list .cat__list .cat__item {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  color: #fff;
  font-size: 13px;
  background-color: #e83828;
  border-radius: 6px;
}
.l-main__archive .p-result-list .result__list .btmtxt {
  bottom: 16px;
  right: 16px;
}
@media screen and (max-width: 768px) {
  .l-main__archive .p-result-list .result__list {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px 3.1%;
    margin: 0 auto 60px;
  }
  .l-main__archive .p-result-list .result__list .list__item {
    width: 98.5%;
    max-width: 400px;
    min-height: auto;
  }
  .l-main__archive .p-result-list .result__list .list__item >a {
    display: flex;
    padding: 15px 20px;
    flex-direction: column;
    align-items: center;
  }
  .l-main__archive .p-result-list .result__list .imgbox {
    width: 100%;
    height: 199px;
    margin-bottom: 10px;
  }
  .l-main__archive .p-result-list .result__list .imgbox img {
    height: 100%;
    margin: 0 auto 16px;
  }
  .l-main__archive .p-result-list .result__list .txtbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .l-main__archive .p-result-list .result__list .date {
    margin-bottom: 18px;
  }
  .l-main__archive .p-result-list .result__list .post__date .update,
   .l-main__archive .p-result-list .result__list .post__date .posting::before {
    display: none;
  }
  .l-main__archive .p-result-list .result__list .post__date {
    margin-bottom: 10px;
  }
  .l-main__archive .p-result-list .result__list .title {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    -webkit-line-clamp: 3;
  }
  .l-main__archive .p-result-list .cat__list {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto 10px;
  }
  .l-main__archive .p-result-list .cat__list .cat__item {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    background-color: #e83828;
    border-radius: 6px;
  }
  .l-main__archive .p-result-list .result__list .btmtxt {
    bottom: 12px;
    right: 16px;
  }
}

/* --------------------------------
  .l-main__archive .p-topics-list
------------------------------------- */
.l-main__archive .p-topics-list .topics__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0 64px;
  margin: 0 0 80px;
}
.l-main__archive .p-topics-list .topics__list .list__item {
  position: relative;
  width: calc(100%/2 - 32px);
  margin: 0;
  padding: 32px 0;
}
.l-main__archive .p-topics-list .topics__list .list__item::before {
  position: absolute;
  top: 32px;
  right: -32px;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 64px);
  border-right: 1px solid #d9d9d9;
}
.l-main__archive .p-topics-list .topics__list .list__item:nth-child(even)::before {
  border-right: 0;
}
.l-main__archive .p-topics-list .topics__list .list__item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #d9d9d9;
}
.l-main__archive .p-topics-list .topics__list li a {
  padding: 0;
  color: #555;
}
.l-main__archive .p-topics-list .topics__list .imgbox {
  width: 208px;
  height: 136px;
  background: #d9d9d9;
}
.l-main__archive .p-topics-list .topics__list .txtbox {
  padding: 0 0 0 26px;
}
.l-main__archive .p-topics-list .cat_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}
.l-main__archive .p-topics-list .cat__list {
  position: relative;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.l-main__archive .p-topics-list .cat__list .cat__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
}
.l-main__archive .p-topics-list .topics__list .date {
  flex-shrink: 0;
  display: flex;
  font-weight: 500;
  font-size: 12px;
  color: #e73828;
}
.l-main__archive .p-topics-list .p-post__date {
  margin-bottom: 0;
}
.l-main__archive .p-topics-list .p-post__date .jp {
  display: none;
}
.l-main__archive .p-topics-list .topics__list .title_flex {
  display: flex;
  align-items: flex-start;
  width: calc(100% - 16px);
  flex-direction: column;
}
.l-main__archive .p-topics-list .topics__list .title {
  width: 100%;
  margin: 10px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  -webkit-line-clamp: 3;
}
.l-main__archive .p-topics-list .topics__list .btmtxt {
  margin: 10px auto 0 0;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .l-main__archive .p-topics-list .topics__list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 0 64px;
    margin: 0 0 80px;
    align-items: flex-start;
  }
  .l-main__archive .p-topics-list .topics__list .list__item {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 32px 0;
  }
  .l-main__archive .p-topics-list .topics__list .list__item::before {
    position: absolute;
    top: 32px;
    right: -32px;
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 64px);
    border-right: 1px solid #d9d9d9;
  }
  .l-main__archive .p-topics-list .topics__list .list__item:nth-child(even)::before {
    border-right: 0;
  }
  .l-main__archive .p-topics-list .topics__list .list__item::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #d9d9d9;
  }
  .l-main__archive .p-topics-list .topics__list li a {
    padding: 0;
    color: #555;
  }
  .l-main__archive .p-topics-list .topics__list .imgbox {
    width: 113px;
    height: 74px;
    background: #d9d9d9;
  }
  .l-main__archive .p-topics-list .topics__list .txtbox {
    padding: 0 0 0 3%;
  }
  .l-main__archive .p-topics-list .cat_flex {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 0;
  }
  .l-main__archive .p-topics-list .cat__list {
    position: relative;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px 10px;
  }
  .l-main__archive .p-topics-list .cat__list .cat__item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    padding: 4px 2px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
  }
  .l-main__archive .p-topics-list .topics__list .date {
    flex-shrink: 0;
    display: flex;
    font-weight: 500;
    font-size: 12px;
    color: #e73828;
  }
  .l-main__archive .p-topics-list .p-post__date {
    margin-bottom: 0;
  }
  .l-main__archive .p-topics-list .p-post__date .jp {
    display: inline;
  }
  .l-main__archive .p-topics-list .topics__list .title_flex {
    display: flex;
    align-items: flex-start;
    width: calc(100% - 16px);
    flex-direction: column;
  }
  .l-main__archive .p-topics-list .topics__list .title {
    width: 100%;
    margin: 10px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    -webkit-line-clamp: 3;
  }
  .l-main__archive .p-topics-list .topics__list .btmtxt {
    margin: 10px auto 0 0;
    font-weight: 400;
    font-size: 14px;
  }
}

/* --------------------------------
  .l-sec__top-imgbox
------------------------------------- */
.l-sec__top-imgbox {
  margin-top: -90px;
  padding-right: 80px;
}
.l-sec__top-imgbox img {
  width: 100%;
  max-height: 438px;
  object-fit: cover;
  border-radius: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .l-sec__top-imgbox {
    width: 100%;
    margin-top: 0;
    padding-right: 16px;
  }
  .l-sec__top-imgbox img {
    width: 100%;
    height: 100%;
    aspect-ratio: 359 / 214;
    object-fit: cover;
    border-radius: 0 0 30px 0;
  }
}

/* --------------------------------
  .l-no_heading_img
------------------------------------- */
.l-no_heading_img {
  padding: 12px 0 40px;
}
@media screen and (max-width: 768px) {
  .l-no_heading_img {
    padding: 12px 0 20px;
  }
}

/* --------------------------------
  .heading__flex // .l-top__heading
------------------------------------- */
.heading__flex {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 80px;
}
.heading__flex.-link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
/* .heading__flex .p-link_txt-btn */
.heading__flex .p-link_txt-btn {
  display: flex;
  justify-content: flex-start;
  min-width: 256px;
  max-width: 256px;
  margin: 0 2.5%;
  padding-left: 36px;
  background-position: center right 16px;
}
.heading__flex .p-link_txt-btn:not(.-pdf):hover {
  background-position: center right 16px;
}
@media screen and (max-width: 768px) {
  .heading__flex {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .heading__flex.-link {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  /* .heading__flex .p-link_txt-btn */
  .heading__flex .p-link_txt-btn {
    width: 256px;
    margin-left: 3%;
    padding-left: 36px;
    background-position: center right 16px;
  }
  .heading__flex .p-link_txt-btn:not(.-pdf):hover {
    background-position: center right 16px;
  }
}

/* .l-top__heading */
.l-top__heading {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 50px 4px 4px;
}
.l-top__heading .en {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #e73828;
  text-transform: uppercase;
}
.l-top__heading .jp {
  font-weight: 600;
  font-size: clamp(40px, 5.818vw, 64px);
  letter-spacing: .03em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-top__heading {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 38px 4px 4px;
  }
  .l-top__heading .en {
    margin-bottom: 11px;
    font-weight: 700;
    font-size: 12px;
  }
  .l-top__heading .jp {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: .06em;
  }
}

/* .l-sec__heading */
.l-sec__heading {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 50px 4px 4px;
}
.l-sec__heading .en {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #e73828;
  text-transform: uppercase;
}
.l-sec__heading .jp {
  font-weight: 600;
  font-size: var(--clamp_64px);
  letter-spacing: .03em;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .heading__flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px 0;
  }
  .heading__flex .p-link_txt-btn {
    margin: 6% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .heading__flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0;
  }
  .heading__flex .p-link_txt-btn {
    margin: 6% 0 0;
  }
  .l-sec__heading {
    padding: 50px 0 0;
    margin-right: auto;
  }
  .l-sec__heading .en {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: .03em;
  }
  .l-sec__heading .jp {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -.02em;
  }
}

/* .l-main__service .l-sec__heading
----------------------------------------- */
.l-main__service .l-sec__heading {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 50px;
  padding: 23px 4px 4px;
}
.l-main__service .l-sec__heading .en {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #e73828;
  text-transform: uppercase;
}
.l-main__service .l-sec__heading .jp {
  letter-spacing: normal;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 48px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-main__service .l-sec__heading {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 50px;
    padding: 23px 4px 4px;
  }
  .l-main__service .l-sec__heading .en {
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    color: #e73828;
    text-transform: uppercase;
  }
  .l-main__service .l-sec__heading .jp {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.4;
  }
}

/* --------------------------------
  .l-cat__navbox
------------------------------------- */
.l-cat__navbox {
  margin: 0 auto 40px;
}
.l-cat__navbox .cat__list {
  display: flex;
  margin: 30px auto 40px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.l-cat__navbox .cat__list li {
  flex-shrink: 0;
}
.l-cat__navbox .cat__list .cat__link {
  display: flex;
  gap: 0 12px;
  padding: 18px 10px;
  font-size: var(--clamp_16px);
}
.l-cat__navbox .cat__list .radio {
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}
.l-cat__navbox .cat__list .radio::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
}
.l-cat__navbox .cat__list .current .radio::after,
.l-cat__navbox .cat__list .cat__link:hover .radio::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #E73828;
}
@media screen and (max-width: 768px) {
  .l-cat__navbox {
    margin: 0 auto 40px;
  }
  .l-cat__navbox .cat__list {
    display: flex;
    margin: 30px auto 40px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .l-cat__navbox .cat__list li {
    flex-shrink: 0;
  }
  .l-cat__navbox .cat__list .cat__link {
    display: flex;
    gap: 0 12px;
    padding: 18px 10px;
    font-size: var(--clamp_16px);
  }
  .l-cat__navbox .cat__list .radio {
    position: relative;
    width: 19px;
    height: 19px;
    border-radius: 50%;
  }
  .l-cat__navbox .cat__list .radio::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
  }
  .l-cat__navbox .cat__list .current .radio::after,
  .l-cat__navbox .cat__list .cat__link:hover .radio::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #E73828;
  }
}

/* ================================
  common /// .p parts
=========================================================== */
.p-pagenavi {
  margin: 40px auto 40px;
}
.p-pagenavi .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
  font-weight: 400;
  font-size: 16px;
}
.p-pagenavi a {
  color: #ccc;
}
.p-pagenavi .prev {
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 16px;
  background: url(../img/common/ico/ico_nav_prev.svg);
}
.p-pagenavi .prev:hover {
  background: url(../img/common/ico/ico_nav_prev_red.svg) no-repeat;
  background-size: contain;
}
.p-pagenavi .next {
  display: block;
  width: 26px;
  height: 26px;
  margin-left: 16px;
  background: url(../img/common/ico/ico_nav_next.svg) no-repeat;
  background-size: contain;
  transition: .25s;
}
.p-pagenavi .next:hover {
  background: url(../img/common/ico/ico_nav_next_red.svg) no-repeat;
  background-size: contain;
}

.p-pagenavi a:hover,
.p-pagenavi .current {
  color: red;
}
@media screen and (max-width: 768px) {
  .p-pagenavi {
    margin: 40px auto 40px;
  }
  .p-pagenavi .wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    font-weight: 400;
    font-size: 16px;
  }
  .p-pagenavi a {
    color: #ccc;
  }
  .p-pagenavi .prev {
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    background: url(../img/common/ico/ico_nav_prev.svg);
  }
  .p-pagenavi .next {
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    background: url(../img/common/ico/ico_nav_next.svg);
  }
  .p-pagenavi a:hover,
  .p-pagenavi .current {
    color: red;
  }
}

/* --------------------------------
  .l-two_col
------------------------------------- */
.l-two_col {
  display: flex;
  gap: 0 10.5468%;
  width: 100%;
}
.l-two_col-left {
  width: 792px;
  width: 61.875%;
}
.l-main__single.-topics .l-two_col {
  gap: 0 6.7968%;
}
.l-main__single.-topics .l-two_col-left {
  width: 840px;
  width: 65.625%;
}
.l-two_col-right {
  width: 353px;
  width: 27.5781%;
}
@media screen and (max-width: 768px) {
  .l-two_col {
    display: flex;
    gap: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .l-two_col-left {
    width: 100%;
  }
  .l-main__single.-topics .l-two_col {
    gap: 0;
  }
  .l-main__single.-topics .l-two_col-left {
    width: 100%;
  }
  .l-two_col-right {
    width: 100%;
  }
}

/* .l-two_col -downloads
------------------------------------- */
.l-two_col.-downloads {
  display: flex;
  gap: 0;
  width: 100%;
  justify-content: space-between;
}
.l-two_col-left.-downloads {
  width: 640px;
  width: calc(50% - 3%);
}
.l-two_col-right.-downloads {
  width: 640px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-two_col.-downloads {
    display: flex;
    gap: 0;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
  }
  .l-two_col-left.-downloads {
    width: 100%;
  }
  .l-two_col-right.-downloads {
    width: 100%;
  }
}

/* ================================
  single
=========================================================== */
/* --------------------------------
  .l-main__single
------------------------------------- */
.l-main__single {
  padding: 10px 0;
}
.l-main__single .c-breadcrumbs {
  display: flex;
  margin-bottom: 67px;
  padding: 10px 0;
  margin-left: auto;
  justify-content: flex-end;
}
.l-main__single .post__heading_box {
  padding: 10px 0;
}
.l-main__single .cat__list {
  margin-bottom: 10px;
}
.l-main__single .post__title {
  padding-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  color: #000;
}
.l-main__single .post__thumbnail {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .l-main__single {
    padding: 80px 0 10px;
  }
  .l-main__single .l-two_col {
    padding: 10px 0;
  }
  .l-main__single .c-breadcrumbs {
    top: 70px;
    right: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 67px;
    padding: 10px;
    margin-left: auto;
  }
  .l-main__single .post__heading_box {
    padding: 10px 0;
  }
  .l-main__single .cat__list {
    margin-bottom: 10px;
  }
  .l-main__single .post__title {
    padding-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.8;
    color: #000;
  }
  .l-main__single .post__thumbnail {
    margin-bottom: 1em;
  }
}

/* --------------------------------
  .l-main__single -result
------------------------------------- */
/*  .l-main__single .result__detail
------------------------------------- */
.article__post.-result {}
.article__post.-result .post__heading_box {}
.article__post.-result .p-result-list .cat__list {
  position: relative;
  top: 5px;
  left: 0;
}
.l-main__single .result__detail {
  margin-bottom: 30px;
}
.l-main__single .result__detail dl {
  display: flex;
  gap: 0 20px;
  margin-bottom: 6px;
  color: #000;
}
.l-main__single .result__detail dt {
  flex-shrink: 0;
  width: 78px;
  height: 22px;
  padding: 5px 0;
  background-color: #eee;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
.l-main__single .result__detail dd {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .l-main__single .result__detail {
    margin-bottom: 30px;
  }
  .l-main__single .result__detail dl {
    display: flex;
    gap: 0 20px;
    margin-bottom: 6px;
    color: #000;
  }
  .l-main__single .result__detail dt {
    flex-shrink: 0;
    width: 78px;
    height: 22px;
    padding: 5px 0;
    background-color: #eee;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
  }
  .l-main__single .result__detail dd {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
  }
}

/* --------------------------------
  .l-main__single -topics
------------------------------------- */
.l-main__single.-topics .aside-top__heading {
  margin-bottom: 26px;
  font-size: 18px;
}
.l-main__single.-topics .post__title {
  font-family: var(--udp-gothic);
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .l-main__single.-topics .aside-top__heading {
    margin-bottom: 26px;
    font-size: 18px;
  }
  .l-main__single.-topics .post__title {
    font-family: var(--udp-gothic);
    font-size: 24px;
  }
}

/*  .l-main__single .p-post__date
------------------------------------- */
.l-main__single .p-post__date {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.l-main__single .p-post__date {
  gap: 0 21px;
  margin-bottom: 16px;
}
.l-main__single .p-post__date .posting::before,
.l-main__single .p-post__date .update::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-main__single .p-post__date {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-direction: row;
  }
  .l-main__single .p-post__date {
    gap: 0 21px;
    margin-top: 21px;
    margin-bottom: 16px;
  }
  .l-main__single .p-post__date .posting::before,
  .l-main__single .p-post__date .update::before {
    display: none;
  }
}

/* --------------------------------
  .l-main__single -downloads
------------------------------------- */
.l-main__single.-downloads .aside-top__heading {
  margin-bottom: 26px;
  font-size: 18px;
}
.l-main__single.-downloads .post__title {
  width: 100%;
  max-width: 840px;
  margin-bottom: 48px;
  padding-bottom: 30px;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.8;
}
.l-main__single.-downloads .post__title .en {
  display: block;
  margin-bottom: 24px;
  font-family: var(--noto-sans);
  font-weight: 700;
  font-size: 16px;
  color: #e73828;
}
/* .l-main__single.-downloads .sec.-downloads
----------------------------------------- */
.l-main__single.-downloads .sec.-downloads {
  margin-bottom: 128px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-main__single.-downloads .aside-top__heading {
    margin-bottom: 26px;
    font-size: 18px;
  }
  .l-main__single.-downloads .post__title {
    width: 100%;
    max-width: 840px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: var(--udp-gothic);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.8;
  }
  .l-main__single.-downloads .post__title .en {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: var(--noto-sans);
    font-weight: 700;
    font-size: 12px;
    color: #e73828;
  }
  .l-main__single.-downloads .sec.-downloads {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    flex-direction: column;
  }
}

/* .sec.-downloads .swiper__box
----------------------------------------- */
.sec.-downloads .swiper__box {}
.sec.-downloads .swiper__box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.sec.-downloads .swiper__box .swiper-main {
  width: 100%;
  max-width: 487px;
  height: 277px;
  aspect-ratio: 487/277;
  margin: 0 0 18px;
  padding: 20px 3px;
  text-align: center;
  background: #f5f5f5;
}
.sec.-downloads .swiper__box .swiper-main img {
  width: 87%;
  height: 235px;
  aspect-ratio: 418/235;
  object-fit: cover;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
}
.sec.-downloads .swiper__box .swiper-thumb {
  display: flex;
  width: 100%;
  max-width: 487px;
  margin: 0 0 20px;
}
.sec.-downloads .swiper__box .swiper-thumb .swiper-slide {
  width: 100%;
  max-width: 153px;
  height: 86px;
  aspect-ratio: 153/86;
  margin-right: 14px;
  padding: 10px 17px;
  background: #f5f5f5;
}
.sec.-downloads .swiper__box .swiper-thumb .swiper-slide img {
  width: 100%;
  height: 66px;
  object-fit: contain;
  aspect-ratio: 116/65;
}
.sec.-downloads .swiper__box .swiper-thumb .swiper-slide {
  opacity: .5;
}
.sec.-downloads .swiper__box .swiper-thumb .swiper-slide-thumb-active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .sec.-downloads .swiper__box {}
  .sec.-downloads .swiper__box {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec.-downloads .post__box {
    order: 2;
  }
  .sec.-downloads .swiper__box .swiper-main {
    width: 100%;
    max-width: 100%;
    height: 195px;
    aspect-ratio: 327/185;
    margin: 0 0 18px;
    padding: 20px 3px;
    text-align: center;
    background: #f5f5f5;
  }
  .sec.-downloads .swiper__box .swiper-main img {
    width: 87%;
    height: 158px;
    aspect-ratio: 281/158;
    object-fit: cover;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
  }
  .sec.-downloads .swiper__box .swiper-thumb {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px;
  }
  .sec.-downloads .swiper__box .swiper-thumb .swiper-slide {
    width: 100%;
    max-width: 100%;
    height: 87px;
    aspect-ratio: 153/87;
    margin-right: 14px;
    padding: 10px 17px;
    background: #f5f5f5;
  }
  .sec.-downloads .swiper__box .swiper-thumb .swiper-slide img {
    width: 100%;
    height: 66px;
    object-fit: contain;
    aspect-ratio: 116/65;
  }
  .sec.-downloads .swiper__box .swiper-thumb .swiper-slide {
    opacity: .5;
  }
  .sec.-downloads .swiper__box .swiper-thumb .swiper-slide-thumb-active {
    opacity: 1;
  }
}

/* .sec__dl_form .dl_form
----------------------------------------- */
.sec__dl_form .dl_form {
  padding: 8px 0;
}
.sec__dl_form .dl_form dl {
  width: 84.375%;
  max-width: 540px;
  margin-bottom: 37px;
}
.sec__dl_form .dl_form dt {
  margin-bottom: 9px;
}
.sec__dl_form .dl_form dt p {
  display: flex;
  gap: 0 7px;
  font-weight: 700;
  font-size: 18px;
}
.sec__dl_form .dl_form dd p {
  width: 100%;
  min-height: 44px;
}
.sec__dl_form .dl_form input {
  width: 100%;
  height: 100%;
  padding: .5em 1em;
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
}
.sec__dl_form .dl_form .dl-read {
  display: flex;
  margin: 47px 0 40px;
}
.sec__dl_form .dl_form .txtlink {
  display: flex;
  gap: 0 6px;
  color: #1571DA;
}
.sec__dl_form .dl_form .txtlink::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 2px;
  background: url(../img/common/ico/ico_dl_blink.svg) no-repeat;
  background-size: contain;
}
/* .sec__dl_form .dl_form .submit_btn */
.sec__dl_form .dl_form .submit_btn {
  margin: 60px 0 20px;
}
.sec__dl_form .dl_form .submit_btn input {
  width: 83.9062%;
  max-width: 537px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 11px 18px;
  border: 1px solid #e73828;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #e73828;
}
.sec__dl_form .dl_form .submit_btn input:hover {}
.sec__dl_form .dl_form .required {
  flex-shrink: 0;
  display: flex;
  width: 40px;
  height: 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  color: #fff;
  background: #E83828;
  align-items: center;
  justify-content: center;
}
.sec__dl_form ::placeholder {
  color: #999;
}
.sec__dl_form .wpcf7 form .wpcf7-response-output {
  width: 100%;
  max-width: 540px;
  margin: 0 0 1em;
  padding: 1em 1em;
  text-align: center;
  border: 2px solid #E83828;
}
@media screen and (max-width: 768px) {
  .sec__dl_form .dl_form {
    width: 95%;
    margin: 0 auto;
    padding: 12px 0;
  }
  .sec__dl_form .dl_form dl {
    width: 100%;
    max-width: 540px;
    margin-bottom: 24px;
  }
  .sec__dl_form .dl_form dt {
    margin-bottom: 9px;
  }
  .sec__dl_form .dl_form dt p {
    display: flex;
    gap: 0 12px;
    font-weight: 700;
    font-size: 16px;
    align-items: center;
  }
  .sec__dl_form .dl_form dd p {
    width: 100%;
    min-height: 44px;
  }
  .sec__dl_form .dl_form input {
    width: 100%;
    height: 100%;
    padding: .5em 1em;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
  }
  .sec__dl_form .dl_form .dl-read {
    display: flex;
    margin: 24px 0 24px;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.8;
  }
  .sec__dl_form .dl_form .txtlink {
    display: flex;
    gap: 0 6px;
    color: #1571DA;
    font-size: 14px;
    line-height: 1.8;
  }
  .sec__dl_form .dl_form .txtlink::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 2px;
    background: url(../img/common/ico/ico_dl_blink.svg) no-repeat;
    background-size: contain;
  }
  /* .sec__dl_form .dl_form .submit_btn */
  .sec__dl_form .dl_form .submit_btn {
    margin: 0 auto;
  }
  .sec__dl_form .dl_form .submit_btn input {
    width:100%;
    max-width: 327px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #fff;
    padding: 11px 18px;
    border: 1px solid #e73828;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #e73828;
  }
  .sec__dl_form .dl_form .submit_btn input:hover {}
  .sec__dl_form .dl_form .required {
    flex-shrink: 0;
    display: flex;
    width: 40px;
    height: 20px;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    color: #fff;
    background: #E83828;
    align-items: center;
    justify-content: center;
  }
  .sec__dl_form ::placeholder {
    color: #999;
  }
  .sec__dl_form .wpcf7 form .wpcf7-response-output {
    width: 100%;
    max-width: 540px;
    margin: 0 0 1em;
    padding: 1em 1em;
    text-align: center;
    border: 2px solid #E83828;
  }
}

/* --------------------------------
  .l-main__single .p-pager
------------------------------------- */
.l-main__single .p-pager {
  margin: 60px auto 140px;
}
.l-main__single .p-pager .pager__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 18px;
  font-weight: 400;
  font-size: 16px;
}
.l-main__single .p-pager .pager__list a {
  color: #555;
}
.l-main__single .p-pager .pager__list a:hover {
  color: #e73828;
}
.l-main__single .p-pager .prev img {
  transform: scale(-1, 1);
}
.l-main__single .p-pager .next {}
@media screen and (max-width: 768px) {
  .l-main__single .p-pager {
    margin: 20px auto 90px;
  }
  .l-main__single .p-pager .pager__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 18px;
    font-weight: 400;
    font-size: 16px;
  }
  .l-main__single .p-pager .pager__list a {
    color: #555;
  }
  .l-main__single .p-pager .pager__list a:hover {
    color: #e73828;
  }
  .l-main__single .p-pager .prev img {
    transform: scale(-1, 1);
  }
}

/* --------------------------------
  .l-aside__single
------------------------------------- */
.l-aside__single {}
.aside-sec__banner {
  margin: 0 auto 40px;
}

/* .aside-relation__list  */
 .aside-top__heading {
  margin-bottom: 40px;
}
.aside-relation__list li {
  margin-bottom: 25px;
  padding: 0 10px 25px 0;
  border-bottom: 1px solid #d9d9d9;
}
.aside-relation__list li a {
  display: flex;
  gap: 0 8px;
}
.aside-relation__list li .aside-imgbox {
  flex-shrink: 0;
  width: 132px;
  height: 87px;
}
.aside-relation__list li .aside-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aside-relation__list li .aside-txtbox {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
}
.aside-relation__list li .date {
  margin-bottom: 10px;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 12px;
  color: #e73828;
}
.aside-relation__list li .title {
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #000;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 768px) {
  .l-aside__single {}
  .aside-sec__banner {
    display: none;
  }
  
  /* .aside-relation__list  */
   .aside-top__heading {
     position: relative;
     display: flex;
     font-weight: 600;
     font-size: 18px;
     margin-bottom: 40px;
  }
  .aside-top__heading::after {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translate(0,-50%);
    content: "";
    display: inline;
    width: 200px;
    height: 1px;
    background: #d9d9d9;
  }
  .aside-relation__list li {
    margin-bottom: 25px;
    padding: 0 10px 25px 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .aside-relation__list li a {
    display: flex;
    gap: 0 8px;
  }
  .aside-relation__list li .aside-imgbox {
    flex-shrink: 0;
    width: 125px;
    height: 83px;
  }
  .aside-relation__list li .aside-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .aside-relation__list li .aside-txtbox {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
  }
  .aside-relation__list li .date {
    margin-bottom: 10px;
    flex-shrink: 0;
    font-weight: 500;
    font-size: 12px;
    color: #e73828;
  }
  .aside-relation__list li .title {
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #000;
    -webkit-line-clamp: 4;
  }
}

/* ====================================================
  page .privacy-policy
=========================================================== */
.main___privacypolicy {}
.main___privacypolicy .heading__flex {
  margin-bottom: 38px;
}
.main___privacypolicy .policy__wrap {
  padding: 0 0 40px
}
.main___privacypolicy .sec__policy {
  margin: 0 auto 90px;
}
.main___privacypolicy .sec__policy .sec__heading {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
}
.main___privacypolicy .sec__policy .txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .main___privacypolicy {}
  .main___privacypolicy .heading__flex {
    margin-bottom: 0;
  }
  .main___privacypolicy .policy__wrap {
    padding: 0 0 40px
  }
  .main___privacypolicy .sec__policy {
    margin: 0 auto 30px;
  }
  .main___privacypolicy .sec__policy .sec__heading {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
  }
  .main___privacypolicy .sec__policy .txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
  }
}

/* ====================================================
  page .topmessage
=========================================================== */
.topmessage__wrap {
  padding: 40px 0 100px;
}
.topmessage__wrap .message__flex {
  display: flex;
  gap: 0 5%;
}
.topmessage__wrap .message__heading {
  margin-bottom: 34px;
  font-weight: 600;
  font-size: var(--clamp_32px);
  line-height: normal;
}
.topmessage__wrap .message__imgbox {
  max-width: 504px;
}
.topmessage__wrap .message__txtbox {
  max-width: 700px;
}
.topmessage__wrap .message__txtbox .txt {
  margin-bottom: 38px;
}
.topmessage__wrap .namebox {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 3px 0;
  color: #000;
}
.topmessage__wrap .namebox .name_01 {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
}
  .topmessage__wrap .namebox .name_02 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .topmessage__wrap {
    padding: 10px 0 20px;
  }
  .topmessage__wrap .message__flex {
    display: flex;
    gap: 0 5%;
    flex-direction: column;
    align-items: center;
  }
  .topmessage__wrap .message__heading {
    margin-bottom: 28px;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
  }
  .topmessage__wrap .message__imgbox {
    margin: 30px auto;
    max-width: 80%;
    order: 2;
  }
  .topmessage__wrap .message__txtbox {
    width: 98%;
    max-width: 98%;
    order: 1;
  }
  .topmessage__wrap .message__txtbox .txt {
    margin-bottom: 20px;
  }
  .topmessage__wrap .namebox {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 3px 0;
    color: #000;
  }
  .topmessage__wrap .namebox .name_01 {
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
  }
    .topmessage__wrap .namebox .name_02 {
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
  }
}

/* ====================================================
  page .sustainability
=========================================================== */
.sustainability__wrap {
  padding: 54px 0 140px;
}
.sustainability__wrap .sec__intro .intro__flex {
  display: flex;
  margin: 0 auto 120px;
  gap: 0 4%;
  align-items: center;
}
.sustainability__wrap .sec__intro .intro__txtbox {
  width: 48%;
}
.sustainability__wrap .sec__intro .intro__heading {
  margin-bottom: 33px;
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
}
.sustainability__wrap .sec__intro .intro__txtbox .txt {
  max-width: 543px;
}
.sustainability__wrap .sec__intro .intro__imgbox {
  width: 50%;
  margin: -1% 0 0 3%;
}

/* .sustainability__wrap .sec__sdgs */
.sustainability__wrap .sec__sdgs {}
.sustainability__wrap .sec__sdgs .sdgs__list {
  display: flex;
  gap: 0 3.1%;
}
.sustainability__wrap .sec__sdgs .sdgs__item {
  display: flex;
  width: calc(100%/3);
  max-width: 400px;
  padding: 24px 24px 18px;
  border: 1px solid #969696;
  border-radius: 20px;
  flex-direction: column;
}
.sustainability__wrap .sec__sdgs .sdgs__item_imgbox {
  margin: 0 auto 16px;
  text-align: center;
}
.sustainability__wrap .sec__sdgs .sdgs__heading {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
}
.sustainability__wrap .sec__sdgs .txt {
  display: block;
  margin-bottom: 16px;
}
.sustainability__wrap .sec__sdgs .sdgs__icolist {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: auto;
}
.sustainability__wrap .sec__sdgs .sdgs__icolist li {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .sustainability__wrap {
    padding: 30px 0 80px;
  }
  .sustainability__wrap .sec__intro .intro__flex {
    display: flex;
    margin: 0 auto 38px;
    width: 95%;
    gap: 0 4%;
    align-items: center;
    flex-direction: column;
  }
  .sustainability__wrap .sec__intro .intro__txtbox {
    width: 100%;
  }
  .sustainability__wrap .sec__intro .intro__heading {
    margin-bottom: 13px;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
  }
  .sustainability__wrap .sec__intro .intro__txtbox .txt {
    max-width: 543px;
    margin: 0 auto 50px;
  }
  .sustainability__wrap .sec__intro .intro__imgbox {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .sustainability__wrap .sec__intro .intro__imgbox img {
    width: 100%;
  }
  
  /* .sustainability__wrap .sec__sdgs */
  .sustainability__wrap .sec__sdgs {}
  .sustainability__wrap .sec__sdgs .sdgs__list {
    display: flex;

    gap: 15px 0;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  .sustainability__wrap .sec__sdgs .sdgs__item {
    display: flex;
    width: 100%;
    max-width: 500px;
    padding: 24px 20px 18px;
    border: 1px solid #969696;
    border-radius: 10px;
    flex-direction: column;
  }
  .sustainability__wrap .sec__sdgs .sdgs__item_imgbox {
    margin: 0 auto 16px;
    text-align: center;
  }
  .sustainability__wrap .sec__sdgs .sdgs__heading {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
  }
  .sustainability__wrap .sec__sdgs .txt {
    display: block;
    margin-bottom: 16px;
  }
  .sustainability__wrap .sec__sdgs .sdgs__icolist {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: auto;
  }
  .sustainability__wrap .sec__sdgs .sdgs__icolist li {
    flex-shrink: 0;
    width: 55px;
  }
}

/* ====================================================
  page .engineer
=========================================================== */
.sec__top.-engineer .heading__flex {
  margin-bottom: 50px;
}
.sec__top.-engineer .top__read {
  display: inline-block;
  margin-bottom: 87px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
/* .engineer__wrap */
.engineer__wrap {
  padding: 58px 0 140px;
}
.engineer__wrap .profile__box {
  padding: 20px 0 38px;
}
/* .engineer__wrap .profile__line */
.engineer__wrap .profile__line {
  display: flex;
  gap: 0 16px;
  margin-bottom: 62px;
}
.engineer__wrap .profile__line::after {
  position: relative;
  right: 0;
  top: 10px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.engineer__wrap .profile__line .num {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  color: #e73828;
}
.engineer__wrap .profile__box .flex {
  display: flex;
  gap: 0 6.0937%;
}
.engineer__wrap .profile__txtbox {
  width: 51%;
  max-width: 650px;
  margin: 0 0 60px;
}
.engineer__wrap .profile__imgbox {
  flex-shrink: 0;
  max-width: 554px;
}
.engineer__wrap .profile__txtbox .namebox {
  display: flex;
  flex-direction: column;
  gap: 13px 0;
  margin-bottom: 28px;
  font-weight: 500;
  line-height: normal;
}
.engineer__wrap .profile__txtbox .name_01 {
  font-size: 20px;
}
.engineer__wrap .profile__txtbox .name_02 {
  font-size: 26px;
}
/* .engineer__wrap .profilebox */
.engineer__wrap .profilebox {
  margin-bottom: 36px;
}
.engineer__wrap .profilebox .flex {
  display: flex;
  gap: 0 28px;
}
.engineer__wrap .profilebox .profile_01 {
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 26px;
  background-color: #ffc9c9;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
}
.engineer__wrap .profilebox .profile_02 {
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
}
.engineer__wrap .profile__box .read {
  display: block;
  margin-bottom: 26px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.8;
}
.engineer__wrap .profile__box .txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .sec__top.-engineer .heading__flex {
    margin-bottom: 12px;
  }
  .sec__top.-engineer .top__read {
    display: block;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
  }
  /* .engineer__wrap */
  .engineer__wrap {
    padding: 40px 0 60px;
  }
  .engineer__wrap .profile__box {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0 20px;
  }
  /* .engineer__wrap .profile__line */
  .engineer__wrap .profile__line {
    display: flex;
    gap: 0 16px;
    margin-bottom: 12px;
  }
  .engineer__wrap .profile__line::after {
    position: relative;
    right: 0;
    top: 10px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #d9d9d9;
  }
  .engineer__wrap .profile__line .num {
    flex-shrink: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    color: #e73828;
  }
  .engineer__wrap .profile__box .flex {
    display: flex;
    gap: 0 6.0937%;
    flex-direction: column;
    align-items: flex-start;
  }
  .engineer__wrap .profile__txtbox {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
  .engineer__wrap .profile__imgbox {
    flex-shrink: 0;
    max-width: 554px;
  }
  .engineer__wrap .profile__txtbox .namebox {
    display: flex;
    flex-direction: column;
    gap: 13px 0;
    margin-bottom: 18px;
    font-weight: 500;
    line-height: normal;
  }
  .engineer__wrap .profile__txtbox .name_01 {
    font-size: 16px;
  }
  .engineer__wrap .profile__txtbox .name_02 {
    font-size: 22px;
  }
  /* .engineer__wrap .profilebox */
  .engineer__wrap .profilebox {
    margin-bottom: 10px;
  }
  .engineer__wrap .profilebox .flex {
    display: flex;
    gap: 0 18px;
    flex-direction: row;
  }
  .engineer__wrap .profilebox .profile_01 {
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 24px;
    background-color: #ffc9c9;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
  }
  .engineer__wrap .profilebox .profile_02 {
    margin-top: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
  }
  .engineer__wrap .profile__box .read {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
  }
  .engineer__wrap .profile__box .txt {
    margin: 0 auto 10px;
    font-size: 14px;
    line-height: 1.6;
  }
}

/* --------------------------------
  .l-main__corporate
  .p-corporate-nav
------------------------------------- */
.l-main__corporate {}
@media screen and (max-width: 768px) {
  .l-main__corporate .p-corporate-nav {
    position: absolute;
    top: 78vw;
    width: 100%;
  }
  .l-main__corporate .l-top__heading {
    padding: 20vw 4px 4px;
  }
  .l-main__corporate .breadcrumbs {
    position: absolute;
    top: 60vw;
    right: 4%;
  }
}
@media screen and (max-width: 480px) {
  .l-main__corporate .p-corporate-nav {
    position: absolute;
    top: 88vw;
    width: 100%;
  }
  .l-main__corporate .l-top__heading {
    padding: 29vw 4px 4px;
  }
  .l-main__corporate .breadcrumbs {
    position: absolute;
    top: 60vw;
    right: 4%;
  }
}

/* ====================================================
  page .company
=========================================================== */
/* .company__wrap */
.company__wrap {
  padding: 34px 0 140px;
}
/* .company__wrap .sec__company_profile */
.company__wrap .sec__company_profile {
  margin: 0 auto;
}
.company__wrap .sec__company_profile .company__datebox {
  width: 100%;
  padding: 34px 0;
  background: #f5f5f5;
  border-radius: 20px;
}
.company__wrap .sec__company_profile .company__date {
  max-width: 500px;
  margin: 0 auto;
}
.company__wrap .sec__company_profile dl {
  display: flex;
  padding: 14px 0;
  border-bottom: 1px solid #d9d9d9;
}
.company__wrap .sec__company_profile .column_01 {
  width: 107px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
}
.company__wrap .sec__company_profile .column_02 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
/* .company__wrap .sec__access */
.company__wrap .sec__access {
  margin: 0 auto 90px;
}
.company__wrap .l-top__heading {
  padding: 44px 4px 4px;
}
.company__wrap .heading__flex {
  max-width: 1155px;
  margin: 0 auto 50px;
}
.company__wrap .l-sec__heading .en {
  margin-bottom: 10px;
}
.company__wrap .l-sec__heading .jp {
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 30px;
}
.company__wrap .sec__access .map__box {
  width: 1056px;
  height: 346px;
  margin: 0 auto;
  background-color: #d9d9d9;
}
.company__wrap .sec__access .map__box iframe {
  width: 100%;
  height: 100%;
}
/* .company__wrap .sec__company_result */
.company__wrap .sec__company_result {
  margin: 0 auto 20px;
}
.company__wrap .sec__company_result .heading__flex {
  margin-bottom: 40px;
}
.company__wrap .sec__company_result .company_result__imgbox {
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .company__wrap {
    padding: 14px 0 50px;
  }
  .company__wrap .sec__company_profile {
    margin: 0 auto;
  }
  .company__wrap .sec__company_profile .inner_w1280 {
    max-width: 95%;
  }
  .company__wrap .sec__company_profile .company__datebox {
    width: 100%;
    padding: 24px 0 18px;
    border-radius: 10px;
  }
  .company__wrap .sec__company_profile .company__date {
    max-width: 327px;
    margin: 0 auto;
  }
  .company__wrap .sec__company_profile dl {
    display: flex;
    padding: 14px 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .company__wrap .sec__company_profile .column_01 {
    flex-shrink: 0;
    width: 80px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
  }
  .company__wrap .sec__company_profile .column_02 {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
  }
  /* .company__wrap .sec__access */
  .company__wrap .sec__access {
    margin: 0 auto 10px;
  }
  .company__wrap .sec__access .sec__heading {
    padding: 34px 4px 4px;
  }
  .company__wrap .top__heading {
    padding: 44px 4px 4px;
  }
    .company__wrap .heading__flex {
    margin: 0 auto 14px
  }
  .company__wrap .l-sec__heading .en {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 12px;
  }
  .company__wrap .l-sec__heading .jp {
    font-weight: 700;
    font-size: 26px;
  }
  .company__wrap .sec__access .map__box {
    width: 100%;
    height: 214px;
  }
  /* .company__wrap .sec__company_result */
  .company__wrap .sec__company_result {
    margin: 0 auto 20px;
  }
  .company__wrap .sec__company_result .heading__flex {
    margin-bottom: 40px;
  }
  .company__wrap .sec__company_result .sec__heading {
    padding: 24px 0 0;
  }
  .company__wrap .sec__company_result .company_result__imgbox {
    width: 94%;
    max-width: 460px;
    margin: 0 auto 20px;
    text-align: center;
  }
}

/* --------------------------------
  .l-main__service
  .l-sec__service_top-imgbox /// .l-main__service .sec__top
------------------------------------- */
.l-main__service .l-sec__service_top {
  margin: 0 auto 42px;
}
.l-main__service .l-sec__service_top-imgbox {
  width: 97.1731%;
  margin: 30px auto 20px;
  height: 608px;
  border-radius: 20px;
}
.l-main__service .l-sec__service_top-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
/* .l-main__service .sec__top */
.l-main__service .sec__top {
  position: relative;
}
.l-main__service .heading__box {
  position: absolute;
  top: 17%;
  left: 5.7%;
}
.l-main__service .l-top__service_heading {
  display: block;
  margin-bottom: 20px;
}
.l-main__service .l-top__service_heading .en {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #fff;
}
.l-main__service .l-top__service_heading .jp {
  display: block;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 64px;
  letter-spacing: .04em;
  line-height: 1.2;
  color: #fff;
}
.l-main__service .top__service-read {
  display: block;
  margin-bottom: 54px;
  font-family: var(--udp-gothic);
  font-size: 32px;
  line-height: 1.8;
  color: #fff;
}

/* .l-main__service .p-link_service-btn */
.l-main__service .p-link_service-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 42px;
  padding: 0 20px 5px;
  color: #fff;
  background: linear-gradient(90deg,rgba(255, 129, 19, 1) 0%, rgba(231, 56, 40, 1) 100%);
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .l-main__service .l-sec__service_top {
    margin: 0 auto 42px;
  }
  .l-main__service .l-sec__service_top-imgbox {
    width: 95.6%;
    margin: 8px auto 20px;
    max-height: 429px;
    border-radius: 10px;
    overflow: hidden;
  }
  .l-main__service .l-sec__service_top-imgbox img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
  }
  /* .l-main__service .sec__top */
  .l-main__service .sec__top {
    position: relative;
  }
  .l-main__service .heading__box {
    position: absolute;
    top: 18%;
    left: 5.7%;
  }
  .l-main__service .l-top__service_heading {
    margin-bottom: 12px;
  }
  .l-main__service .l-top__service_heading .en {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 14px;
  }
  .l-main__service .l-top__service_heading .jp {
    display: block;
    font-weight: 600;
    font-size: 30px;
  }
  .l-main__service .top__service-read {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .01em
  }
  /* .l-main__service .p-link_service-btn */
  .l-main__service .p-link_service-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 42px;
    padding: 0 35px 5px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    background: linear-gradient(90deg,rgba(255, 129, 19, 1) 0%, rgba(231, 56, 40, 1) 100%);
    border-radius: 40px;
  }
  .l-main__service .p-link_service-btn.-two_lines {
    height: 67px;
    line-height: 1.5;
  }
}

/* --------------------------------
  .l-main__service
  .l-future__listbox .l-sec__heading /// .l-future__list-col_2
------------------------------------- */
.l-main__service .l-future__listbox {
  margin: 0 auto;
  padding: 40px 40px 100px;
  background: #f4f4f4;
  border-radius: 20px;
}
.l-main__service .l-future__listbox .l-sec__heading {
  margin-bottom: 44px;
}
/* .l-main__service .l-future__list-col_2 */
.l-main__service .l-future__list-col_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  width: 100%;
  max-width: 1152px;
  margin: 0 auto 20px;
}
.l-main__service .l-future__list-col_2 li {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: calc(100%/2 - 16px);
  max-width: 560px;
  min-height: 440px;
  padding: 62px 20px 20px;
  border-radius: 20px;
  background: #fff;
}
.l-main__service .l-future__list-col_2 .list__03,
.l-main__service .l-future__list-col_2 .list__04 {
  min-height: 368px;
}
.l-main__service .l-future__list-col_2 .list__num {
  position: absolute;
  top: 19px;
  left: 21px;
  font-family: var(--udp-gothic);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #c9c9c9;
}
.l-main__service .l-future__list-col_2 .list__num .big {
  font-size: 40px;
}
.l-main__service .l-future__list-col_2 .list__imgbox {
  position: absolute;
  top: 14%;
  margin: 0 auto 10px;
}
.l-main__service .l-future__list-col_2 .list__03 .list__imgbox,
.l-main__service .l-future__list-col_2 .list__04 .list__imgbox {
  top: 25%;
}
.l-main__service .l-future__list-col_2 .list__heading {
  margin: 117px auto 13px;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.8;
  text-align: center;
  color: #143980;
}
.l-main__service .l-future__list-col_2 li .txt {
  max-width: 464px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}
.l-main__service .l-future__list-col_2 li .note {
  display: block;
  width: 100%;
  max-width: 464px;
  margin-top: 5px;
  font-weight: 400;
  font-size: 13px;
  text-align:left;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .l-main__service .l-future__listbox {
    margin: 0 auto;
    padding: 20px 16px 20px;
    background: #f4f4f4;
    border-radius: 10px;
  }
  .l-main__service .l-future__listbox .l-sec__heading {
    margin-bottom: 30px;
    padding: 33px 2px 4px;
  }
  /* .l-main__service .l-future__list-col_2 */
  .l-main__service .l-future__list-col_2 {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px 0;
    width: 100%;
    max-width: 1152px;
    margin: 0 auto 10px;
    flex-direction: column;
    align-items: center;
  }
  .l-main__service .l-future__list-col_2 li {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 560px;
    min-height: auto;
    padding: 43px 20px 20px;
    border-radius: 20px;
    background: #fff;
  }
  .l-main__service .l-future__list-col_2 .list__03,
  .l-main__service .l-future__list-col_2 .list__04 {
    min-height: auto;
  }
  .l-main__service .l-future__list-col_2 .list__num {
    position: absolute;
    top: 19px;
    left: 21px;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: #c9c9c9;
  }
  .l-main__service .l-future__list-col_2 .list__num .big {
    font-size: 32px;
  }
  .l-main__service .l-future__list-col_2 .list__imgbox {
    position: absolute;
    top: 18%;
    width: 38%;
    margin: 0 auto 10px;
  }
  .l-main__service .l-future__list-col_2 .list__02 .list__imgbox {
    top: 18%;
    width: 30%;
  }
  .l-main__service .l-future__list-col_2 .list__03 .list__imgbox {
    width: 54%;
  }
  .l-main__service .l-future__list-col_2 .list__04 .list__imgbox {
    top: 18%;
  }
  .l-main__service .l-future__list-col_2 .list__04 .list__imgbox {
    top: 25%;
    width: 22%;
  }
  .l-main__service .l-future__list-col_2 .list__heading {
    margin: 117px auto 13px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.8;
  }
  .l-main__service .l-future__list-col_2 li .txt {
    max-width: 464px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
  }
  .l-main__service .l-future__list-col_2 li .note {
    display: block;
    width: 100%;
    max-width: 464px;
    margin-top: 0;
    font-weight: 400;
    font-size: 12px;
    text-align:left;
    line-height: 1.8;
  }
}

/* --------------------------------
  .l-main__service
  .l-future__listbox .l-future__list-col_3
------------------------------------- */
/* .l-main__service .l-future__list-col_3 */
.l-main__service .l-future__list-col_3 {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 2.2375%;
  width: 100%;
  max-width: 1162px;
  margin: 0 auto 20px;
}
.l-main__service .l-future__list-col_3 li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100%/3 - 1.5%);
  max-width: 370px;
  min-height: 403px;
  padding: 25px 25px 45px;
  border-radius: 20px;
  background: #fff;
}
.l-main__service .l-future__list-col_3 .list__num {
  position: absolute;
  top: -4%;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 99;
  display: flex;
  width: 42px;
  height: 42px;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background: #E73828;
  border-radius: 50%;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
}
.l-main__service .l-future__list-col_3 .list__imgbox {
  margin: 0 auto 20px;
}
.l-main__service .l-future__list-col_3 .list__imgbox img {
  width: 100%;
}
.l-main__service .l-future__list-col_3 .list__heading {
  display: block;
  margin: 0 0 13px;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #143980;
  text-align: left;
}
.l-main__service .l-future__list-col_3 li .txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
}
.l-main__service .l-future__list-col_3 li .small {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}
.l-main__service .l-future__list-col_3 li .note {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .l-main__service .l-future__list-col_3 {
    display: flex;
    flex-wrap: nowrap;
    gap: 25px 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
    flex-direction: column;
    align-items: center;
  }
  .l-main__service .l-future__list-col_3 li {
    position: relative;
    display: flex;
    flex-direction: column;
    width:100%;
    max-width: 400px;
    min-height:auto;
    padding: 25px 6% 15px;
    border-radius: 10px;
    background: #fff;
  }
  .l-main__service .l-future__list-col_3 .list__num {
    position: absolute;
    top: -5%;
    width: 37px;
    height: 37px;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid #fff;
  }
  .l-main__service .l-future__list-col_3 .list__imgbox {
    margin: 0 auto 10px;
  }
  .l-main__service .l-future__list-col_3 .list__imgbox img {
    width: 100%;
  }
  .l-main__service .l-future__list-col_3 .list__heading {
    display: block;
    margin: 0 0 7px;
    font-size: 16px;
    line-height: 1.5;
  }
  .l-main__service .l-future__list-col_3 li .txt {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.8;
  }
  .l-main__service .l-future__list-col_3 li .small {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
  }
  .l-main__service .l-future__list-col_3 li .note {
    display: block;
    width: 100%;
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
  }
}

/* --------------------------------
  .l-main__service 
  .l-sec__cases /// .l-cases_list
------------------------------------- */
.l-main__service .l-cases_list {}
.l-main__service .l-cases_list {
  display: flex;
  flex-wrap: wrap;
  gap: 23px 24px;
  max-width: 956px;
  margin: 0 auto 30px;
}
.l-main__service .l-cases_list li {
  display: flex;
  align-items: center;
  width: calc(100%/2 - 12px);
  max-width: 466px;
  height: 74px;
  box-shadow: 0 2px 6px 2px rgba(0,0,0,.1);
  background-color: #fff;
  border: 1px solid #143980;
  border-radius: 37px;
}
.l-main__service .l-cases_list .list__num {
  flex-shrink: 0;
  display: flex;
  width: 59px;
  height: 59px;
  margin: auto 8px;
  border-radius: 50%;
  background: #E73828;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.l-main__service .l-cases_list .list__heading {
  margin-left: 10px;
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .l-main__service .l-cases_list {}
  .l-main__service .l-cases_list {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px 0;
    max-width: 956px;
    margin: 0 auto 30px;
    flex-direction: column;
    align-items: center;
  }
  .l-main__service .l-cases_list li {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 466px;
    height: auto;
    min-height: 54px;
    padding: 6px 0 8px;
    border: 2px solid #143980;
  }
  .l-main__service .l-cases_list .list__num {
    display: flex;
    width: 43px;
    height: 43px;
    margin: auto 5px;
    border-radius: 50%;
    background: #E73828;
    font-family: var(--udp-gothic);
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    align-items: center;
    justify-content: center;
  }
  .l-main__service .l-cases_list .list__heading {
    margin-left: .5%;
    padding-right: 5%;
    font-size: 16px;
    line-height: 1.4;
  }
}

/* --------------------------------
  .l-main__service
  .l-sec__lineup /// .l-lineup_list
------------------------------------- */
.l-main__service .l-sec__lineup {
  padding: 64px 0 80px;
  background: #f4f4f4;
}
.l-main__service .l-sec__lineup .sec__heading {
  margin-bottom: 10px;
}
.l-main__service .l-lineup_list {
  margin: 0 auto 20px;
}
.l-main__service .l-lineup_list li {
  display: flex;
  justify-content: space-between;
  gap: 0 6%;
  width: 100%;
  padding: 64px 0;
  border-bottom: 1px solid #c8c8c8;
}
.l-main__service .l-lineup_list li:last-child {
  border-bottom: none;
}
.l-main__service .l-lineup_list .list__imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  max-width: 584px;
  height: 320px;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
}
.l-main__service .l-lineup_list .list__imgbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-main__service .l-lineup_list .list__txtbox {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 20px;
}
.l-main__service .l-lineup_list .list__heading {
  display: block;
  margin-bottom: 37px;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4;
}
.l-main__service .l-lineup_list .list__heading .small {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
}
.l-main__service .l-lineup_list .list__txtbox .read {
  display: block;
  margin-bottom: 10px;
  font-family: var(--udp-gothic);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}
.l-main__service .l-lineup_list .list__txtbox .txt {
  display: block;
  margin-bottom: 44px;
  font-family: var(--udp-gothic);
}
.l-main__service .l-lineup_list .list__txtbox .p-link_txt-btn {
  margin-bottom: 10px;
  width: 296px;
  height: 48px;
}
.l-main__service .l-lineup_list .list__txtbox .note {
  display: block;
  font-family: var(--udp-gothic);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}
/* .l-main__service .l-pt_banner */
.l-main__service .l-pt_banner {
  display: block;
  margin: 20px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-main__service .l-sec__lineup {
    padding: 24px 0 40px;
    background: #f4f4f4;
  }
  .l-main__service .l-sec__lineup .sec__heading {
    margin-bottom: 10px;
    padding: 14px 14px 4px;
  }
  .l-main__service .l-lineup_list {
    width: 92%;
    margin: 0 auto;
  }
  .l-main__service .l-lineup_list li {
    display: flex;
    justify-content: flex-start;
    gap: 0 6%;
    width: 100%;
    margin: 0 auto 15px;
    padding: 4px 0 18px;
    border-bottom: 1px solid #c8c8c8;
    flex-direction: column;
    align-items: center;
  }
  .l-main__service .l-lineup_list li:last-child {
    border-bottom: none;
  }
  .l-main__service .l-lineup_list .list__imgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto 13px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
  }
  .l-main__service .l-lineup_list .list__imgbox img {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 327 / 180;
    object-fit: contain;
    object-position: center;
  }
  .l-main__service .l-lineup_list .list__txtbox {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
  }
  .l-main__service .l-lineup_list .list__heading {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
  }
  .l-main__service .l-lineup_list .list__heading .small {
    display: block;
    margin-top: 5px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
  }
  .l-main__service .l-lineup_list .list__txtbox .read {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
  }
  .l-main__service .l-lineup_list .list__txtbox .txt {
    display: block;
    width: 100%;
    margin-bottom: 14px;
  }
  .l-main__service .l-lineup_list .list__txtbox .p-link_txt-btn {
    margin-bottom: 0;
    width: 100%;
    max-width: 327px;
    height: 38px;
    margin: 0 auto;
    background-position: center right 86px;
  }
  .l-main__service .l-lineup_list .list__txtbox .note {
    display: block;
    width: 90%;
    margin: 5px auto;
    font-family: var(--udp-gothic);
    font-weight: 400;
    font-size: 12px;
    line-height: 1.8;
  }
  /* .l-main__service .l-pt_banner */
  .l-main__service .l-pt_banner {
    display: block;
    width: 91%;
    max-width: 400px;
    margin: -10px auto;
    text-align: center;
  }
}

/* --------------------------------
  .l-main__service
  .l-sec__reason /// .l-reason_list.-list-col_4
------------------------------------- */
.l-main__service .l-sec__reason {
  padding: 16px 0 140px;
  background: url(../img/service/pt_reason_bg.png) no-repeat;
  background-size: 580px;
  background-position: top 70px center;
  background-color: #fff;
}
.l-main__service .l-sec__reason.-bg_red {
  background: url(../img/service/pt_reason_bg_white.png) no-repeat;
  background-size: 580px;
  background-position: top 70px center;
  background-color: #fff5f4;
}
.l-main__service .l-sec__reason .l-sec__heading {
  display: flex;
  margin: 0 auto 66px;
  align-items: center;
}
.l-main__service .l-reason__listbox {
  padding: 40px 0;
}
.l-main__service .l-reason_list.-list-col_4 {
  display: flex;
  justify-content: center;
  gap: 0 2.8%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.l-main__service .l-reason_list.-list-col_4 li {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  width: 292px;
  height: auto;
  aspect-ratio: 1/1;
  background: #fff;
  box-shadow: 0 2px 8px 2px rgba(0,0,0,.1);
  border-radius: 50%;
}
.sec__reason .reason_list.-list-col_4 li .list__txtbox {
  position: absolute;
  top: 58%;
}
.l-main__service .l-reason_list.-list-col_4 .list__imgbox {
  position: absolute;
  top: 15%;
}
.l-main__service .l-reason_list.-list-col_4 .list__txtbox .list__heading {
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-main__service .l-sec__reason {
    padding: 16px 0 28px;
    background: url(../img/service/pt_reason_bg.png) no-repeat;
    background-size: 422px;
    background-position: top 70px center;
    background-color: #fff;
  }
  .l-main__service .l-sec__reason.-bg_red {
    padding: 16px 0 110px;
    background: url(../img/service/pt_reason_bg_white.png) no-repeat;
    background-size: 422px;
    background-position: top 70px center;
    background-color: #fff5f4;
  }
  .l-main__service .l-sec__reason .l-sec__heading {
    display: flex;
    margin: 0 auto 40px;
    align-items: center;
  }
  .l-main__service .l-reason__listbox {
    padding: 16px 0;
  }
  .l-main__service .l-reason_list.-list-col_4 {
    display: flex;
    gap: 0;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 3%;
  }
  .l-main__service .l-reason_list.-list-col_4 li {
    width: 160px;
    height: auto;
    width: calc(100%/2 - 4%);
  }
  .sec__reason .reason_list.-list-col_4 li .list__txtbox {
    top: 158px;
    top: clamp(158px, 42.133vw, 198px);

  }
  .l-main__service .l-reason_list.-list-col_4 .list__imgbox {
    position: absolute;
    top: 10%;
    max-width: 30%;
  }
  .l-main__service .l-reason_list.-list-col_4 .list__04 .list__imgbox {
    max-width: 24%;
  }
  .l-main__service .l-reason_list.-list-col_4 .list__txtbox .list__heading {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    top: -82px;
    z-index: 1;
  }
}

/* --------------------------------
  .l-main__service
  .l-reason_list.-list-col_3
------------------------------------- */
.l-main__service .l-reason_list.-list-col_3 {
  display: flex;
  gap: 0 2.8%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.l-main__service .l-reason_list.-list-col_3 li {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  width: 292px;
  height: 292px;
  aspect-ratio: 1/1;
  background: #fff;
  box-shadow: 0 2px 8px 2px rgba(0,0,0,.1);
  border:1px solid red;
  border-radius: 50%;
}
.l-main__service .l-reason_list.-list-col_3 .list__imgbox {
  position: absolute;
  top: 15%;
}
.l-main__service .l-reason_list.-list-col_3 .list__txtbox {
  position: absolute;
  top: 60%;
}
.l-main__service .l-reason_list.-list-col_3 .list__01 .list__imgbox {
  top: 25%;
}
.l-main__service .l-reason_list.-list-col_3 .list__txtbox .list__heading {
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-main__service .l-reason_list.-list-col_3 {
    display: flex;
    gap: 0;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 3%;
  }
  .l-main__service .l-reason_list.-list-col_3 li {
    width: 160px;
    height: auto;
    width: calc(100%/2 - 2%);
  }
  .l-main__service .l-reason_list.-list-col_3 li .list__txtbox {
    position: absolute;
    top: 100%;
  }
  .l-main__service .l-reason_list.-list-col_3 .list__imgbox {
    position: absolute;
    top: 9%;
    max-width: 28%;
  }
  .l-main__service .l-reason_list.-list-col_3 .list__01 .list__imgbox {
    top: 21%;
    max-width: 44%;
  }
  .l-main__service .l-reason_list.-list-col_3 .list__txtbox .list__heading {
    font-weight: 700;
    font-size: clamp(13px, 3.733vw, 14px);
    position: relative;
    top: -82px;
    z-index: 1;
  }
}

/* --------------------------------
  .l-main__archive.main___result
------------------------------------- */
.l-main__archive.main___result .heading__flex .p-link_txt-btn {
  display: flex;
  justify-content: flex-start;
  min-width: 256px;
  max-width: 256px;
  margin: 0 2.5%;
  padding-left: 26px;
  background-position: center right 16px;
  border: 1px solid #000;
  transition: .25s;
}
.l-main__archive.main___result .heading__flex .p-link_txt-btn::after {
  position: absolute;
  right: 16px;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/common/ico/ico_linkbtn_circle.svg) no-repeat;
  background-size: contain;
}
.l-main__archive.main___result .heading__flex .p-link_txt-btn::after {
  content: "";
  position: absolute;
  right: 26px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/common/ico/ico_linkbtn_circle.svg) no-repeat;
  background-size: contain;
}
.l-main__archive.main___result .heading__flex .p-link_txt-btn:not(.-pdf):hover::after {
  content: "";
  position: absolute;
  right: 26px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/common/ico/ico_linkbtn_circle_red.svg) no-repeat;
  background-size: contain;
  opacity: 1;
}
@media screen and (max-width: 768px) {
   .l-main__archive.main___result .breadcrumbs {
    position: absolute;
    top: 60vw;
    right: 4%;
  }
  .l-main__archive.main___result .l-top__heading {
    padding: 30px 4px 6px;
  }
  .l-main__archive.main___result .heading__flex .p-link_txt-btn {
    margin: 25px 0 5px;
  }
}

/* --------------------------------
  .l-main__archive.main___topics
------------------------------------- */
.l-main__archive.main___topics {}
.l-main__archive.main___topics .l-no_heading_img {
  padding: 12px 0 20px;
}
@media screen and (max-width: 768px) {
  .l-main__archive.main___topics .l-no_heading_img {
    padding: 12px 0 4px;
  }
  .l-main__archive.main___topics .l-top__heading {
    padding: 28px 4px 4px;
  }
}


/* --------------------------------
  .l-main__service
  .l-sec__result
------------------------------------- */
.l-main__service .l-sec__result {
  padding: 40px 0 60px;
  background: #f4f4f4;
}
.l-main__service .l-sec__result.-bg_white {
  background: #fff;
}
.l-main__service .l-sec__result .l-sec__heading {
  margin-bottom: 0;
  padding: 42px 63px 4px;
}
.l-main__service .l-sec__result .l-sec__heading .en {
  margin-bottom: 10px;
}
.l-main__service .l-sec__result .heading__flex.-link {
  display: flex;
  margin-bottom: 50px;
  padding-right: 45px;
}
.l-main__service .l-sec__result .heading__flex.-link a {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-main__service .l-sec__result {
    padding: 0 0 110px;
    background: #f4f4f4;
  }
  .l-main__service .l-sec__result.-bg_white {
    padding: 0 0 110px;
    background: #fff;
  }
  .l-main__service .l-sec__result .l-sec__heading {
    margin-bottom: 0;
    padding: 42px 4px 4px;
  }
  .l-main__service .l-sec__result .l-sec__heading .en {
    margin-bottom: 10px;
  }
  .l-main__service .l-sec__result .heading__flex.-link {
    display: flex;
    margin-bottom: 30px;
    padding-right: 45px;
  }
  .l-main__service .l-sec__result .heading__flex.-link a {
    margin-bottom: 30px;
  }
}

/* ====================================================
  page .power-transformer /// .service-pt
=========================================================== */
/* .service-pt__wrap */
.service-pt__wrap {
  padding: 30px 0 0;
}
/* .sec__intro.-service-pt
----------------------------------------- */
.sec__intro.-service-pt {
  width: 96.6681%;
  max-width: 1392px;
  margin: 0 auto 75px;
  padding: 70px 0;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
}
.sec__intro.-service-pt .intro__flex {
  display: flex;
  justify-content: space-between;
  gap: 0 2%;
  padding: 0 0 0 5.3%;
  margin: 0 auto 20px;
}
.sec__intro.-service-pt .intro__txtbox {
  flex-shrink: 2;
  max-width: 608px;
}
.sec__intro.-service-pt .intro__imgbox {
  flex-shrink: 1.4;
  max-width: 481px;
  margin-top: -4.3%;
  margin-right: 1%;
}
.sec__intro.-service-pt .intro__imgbox img {}
.sec__intro.-service-pt .intro__heading {
  display: inline-block;
  margin-bottom: 22px;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 36px;
  font-size: clamp(32px, 3.273vw, 36px);
  line-height: 1.4;
  letter-spacing: .01em;
}
.sec__intro.-service-pt .intro__heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #E73828;
}
.sec__intro.-service-pt .intro__txtbox .txt {
  display: block;
  margin-bottom: 2em;
}
/* .sec__intro .intro__detail */
.sec__intro.-service-pt .intro__detail {
  max-width: 1152px;
  margin: 0 auto;
}
.sec__intro.-service-pt .intro__detail .detail__flex {
  display: flex;
  justify-content: space-between;
  gap: 0 1%;
  padding: 4% 5.4%;
  background-color: #f2ffed;
}
.sec__intro.-service-pt .intro__detail .detail__txtbox {
  max-width: 640px;
}
.sec__intro.-service-pt .intro__detail .detail__imgbox {
  flex-shrink: 0;
  width: 224px;
  margin-top: 1.8%;
  margin-right: 9.6%;
}
.sec__intro.-service-pt .intro__detail .detail__heading {
  display: block;
  margin-bottom: 23px;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #143980;
}
@media screen and (max-width: 768px) {
  .service-pt__wrap {
    padding: 30px 0 0;
  }
  .sec__intro.-service-pt {
    width: 100%;
    max-width: 94%;
    margin: 0 auto 20px;
    padding: 30px 0 25px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 8px 2px rgba(0,0,0,.1);
  }
  .sec__intro.-service-pt .intro__flex {
    display: flex;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
    margin: 0 auto 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .sec__intro.-service-pt .intro__txtbox {
    max-width: 608px;
  }
  .sec__intro.-service-pt .intro__imgbox {
    flex-shrink: 0;
    max-width: 70%;
    margin: -20px auto 0;
  }
  .sec__intro.-service-pt .intro__imgbox img {}
  .sec__intro.-service-pt .intro__heading {
    position: relative;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 22px;
  }
  .sec__intro.-service-pt .intro__heading::after {
    position: absolute;
    bottom: -12px;
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #E73828;
  }
  .sec__intro.-service-pt .intro__txtbox .txt {
    display: block;
    margin-bottom: 1.5em;
  }
  /* .sec__intro .intro__detail */
  .sec__intro.-service-pt .intro__detail {
    max-width: 1152px;
    margin: 0 auto;
  }
  .sec__intro.-service-pt .intro__detail .detail__flex {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0 1%;
    padding: 11% 5.4% 3%;
    background-color: #f2ffed;
    border-radius: 10px;
  }
  .sec__intro.-service-pt .intro__detail .detail__txtbox {
    max-width: 640px;
    margin: 0 auto 10px;
  }
  .sec__intro.-service-pt .intro__detail .detail__imgbox {
    width: 90px;
    margin: 0 auto 4px;
  }
  .sec__intro.-service-pt .intro__detail .detail__heading {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
  }
}

/* .sec__future.-service-pt
----------------------------------------- */
.future__listbox .sec__heading {
  padding: 23px 32px 4px;
}
@media screen and (max-width: 768px) {
  .future__listbox .sec__heading {
    padding: 10px 2px 4px;
  }
}

/* .sec__solution.-service-pt
----------------------------------------- */
.sec__solution.-service-pt {
  padding: 110px 0 108px;
}
.sec__solution.-service-pt .sec__heading {
  margin-bottom: 20px;
}
.sec__solution.-service-pt .solution_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 26px 0;
  margin: 0 auto 20px;
}
.sec__solution.-service-pt .solution_list li {
  display: flex;
  justify-content: space-between;
  gap: 0 3%;
  width: calc(100%/2 - 1%);
  max-width: 625px;
  min-height: 317px;
  padding: 25px 0 25px 48px;
  background: #f4f4f4;
  border-radius: 20px;
}
.sec__solution.-service-pt .solution_list .list__txtbox {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 220px;
}
.sec__solution.-service-pt .solution_list .list__imgbox {
  width: 296px;
  margin: auto;
}
.sec__solution.-service-pt .solution_list .list__num {
  display: flex;
  align-items: baseline;
  margin: 6px 0 10px;
  color: #9f9f9f;
  font-family: var(--udp-gothic);
  font-size: 24px;
  font-weight: 700;
}
.sec__solution.-service-pt .solution_list .list__num .big {
  font-size: 36px;
}
.sec__solution.-service-pt .solution_list .list__heading {
  margin-bottom: 24px;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.sec__solution.-service-pt .solution_list .list__answer::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: red;
  margin-bottom: 16px;
  background: url(../img/common/ico/ico_triangle.svg) no-repeat;
  background-size: contain;
}
.sec__solution.-service-pt .solution_list .list__answer .sign {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 36px;
  margin-bottom: 8px;
  color: #fff;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  background-color: #e83828;
}
.sec__solution.-service-pt .solution_list .list__answer .txt {
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #e83828;
}
@media screen and (max-width: 768px) {
  .sec__solution.-service-pt {
    padding: 30px 0 0;
  }
  .sec__solution.-service-pt .sec__heading {
    margin-bottom: 20px;
    padding: 23px 14px 4px;
  }
  .sec__solution.-service-pt .solution_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px 0;
    margin: 0 auto 20px;
    flex-direction: column;
    align-items: center;
  }
  .sec__solution.-service-pt .solution_list li {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 0 3%;
    width: 92%;
    max-width: 625px;
    min-height: auto;
    padding: 20px 20px 25px;
    background: #f4f4f4;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .sec__solution.-service-pt .solution_list .list__txtbox {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 15px;
  }
  .sec__solution.-service-pt .solution_list .list__imgbox {
    width: 100%;
    margin: auto;
  }
  .sec__solution.-service-pt .solution_list .list__imgbox img {
    width: 100%;
    height: auto;
    aspect-ratio: 294/164;
    object-fit:cover;
    object-position: center;
    max-width: 500px;
  }
  .sec__solution.-service-pt .solution_list .list__num {
    display: flex;
    align-items: baseline;
    margin: 6px 0 6px;
    font-size: 16px;
    font-weight: 700;
  }
  .sec__solution.-service-pt .solution_list .list__num .big {
    font-size: 32px;
  }
  .sec__solution.-service-pt .solution_list .list__heading {
    position: absolute;
    top: 30px;
    left: 88px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
  }
  .sec__solution.-service-pt .solution_list .list__answer::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto 4px;
    background: url(../img/common/ico/ico_triangle.svg) no-repeat;
    background-size: contain;
  }
  .sec__solution.-service-pt .solution_list .list__answer .sign {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 32px;
    margin-bottom: 8px;
    color: #fff;
    font-family: var(--udp-gothic);
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    background-color: #e83828;
  }
  .sec__solution.-service-pt .solution_list .list__answer .txt {
    position: absolute;
    top: 80px;
    left: 88px;
    width: 64%;
    font-family: var(--udp-gothic);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #e83828;
  }
}
/* .sec__lineup.-service-pt
----------------------------------------- */
.sec__lineup.-service-pt {}
/* .sec__reason.-service-pt
----------------------------------------- */
.sec__reason.-service-pt {}
.sec__reason.-service-pt .list__03 .list__imgbox {
  top: 21%;
}
.sec__reason.-service-pt .list__04 .list__imgbox {
  top: 19%;
}
/* .sec__result.-service-pt
----------------------------------------- */
.sec__result.-service-pt {}
@media screen and (max-width: 768px) {
  .sec__lineup.-service-pt .inner_w1280 {
    max-width: 95%;
  }
  .sec__reason.-service-pt .list__imgbox {
    top: 20%;
    width: 20%;
  }
  .sec__reason.-service-pt .list__02 .list__imgbox {
    top: 21%;
  }
  .sec__reason.-service-pt .list__03 .list__imgbox {
    top: 21%;
    width: 70%;
    max-width: 70%;
  }
  .sec__reason.-service-pt .list__04 .list__imgbox {
    top: 19%;
    width: 30%;
  }
}

/* ====================================================
  page .high-voltage-solutions /// .service-hvs
=========================================================== */
/* .service-hvs__wrap */
.service-hvs__wrap {
  padding: 34px 0 140px;
}
/* .sec__intro.-service-hvs
----------------------------------------- */
.sec__intro.-service-hvs {
  position: relative;
  width: 96.6681%;
  max-width: 1392px;
  margin: 0 auto 40px;
  padding: 67px 0 56px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
  overflow: hidden;
}
.sec__intro.-service-hvs::before {
  position: absolute;
  top: -19%;
  left: -7%;
  content: "";
  display: block;
  width: 376px;
  height: 385px;
  background: url(../img/service/high-voltage-solutions/hvs_intro_bg.png) no-repeat;
  background-size: contain;
}
.sec__intro.-service-hvs .intro__flex {
  display: flex;
  justify-content: space-between;
  gap: 0 2%;
  padding: 0 0 0 5%;
  margin: 0 auto 20px;
}
.sec__intro.-service-hvs .intro__txtbox {
  flex-shrink: 2;
  max-width: 527px;
}
.sec__intro.-service-hvs .intro__imgbox {
  flex-shrink: 1.4;
  max-width: 592px;
  margin-right: 5.2%;
}
.sec__intro.-service-hvs .intro__imgbox img {}
.sec__intro.-service-hvs .intro__heading {
  display: block;
  margin-bottom: 32px;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 30px;
  font-size: clamp(26px, 2.727vw, 30px);
  line-height: 1.4;
  letter-spacing: .01em;
}
.sec__intro.-service-hvs .intro__txtbox .txt {
  display: block;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .service-hvs__wrap {
    padding: 30px 0 30px;
  }
  .sec__intro.-service-hvs {
    position: relative;
    width: 95.6681%;
    max-width: 1392px;
    margin: 0 auto 4px;
    padding: 40px 0 16px;
    border-radius: 10px;
  }
  .sec__intro.-service-hvs::before {
    position: absolute;
    top: -19%;
    left: -7%;
    content: "";
    display: block;
    width: 376px;
    height: 385px;
    background: url(../img/service/high-voltage-solutions/hvs_intro_bg.png) no-repeat;
    background-size: contain;
  }
  .sec__intro.-service-hvs .intro__flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 0 auto 20px;
  }
  .sec__intro.-service-hvs .intro__txtbox {
    max-width: 527px;
  }
  .sec__intro.-service-hvs .intro__imgbox {
    flex-shrink: 0;
    max-width: 592px;
    margin: 0 auto;
  }
  .sec__intro.-service-hvs .intro__imgbox img {}
  .sec__intro.-service-hvs .intro__heading {
    display: block;
    margin-bottom: 32px;
    font-family: var(--udp-gothic);
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: .01em;
  }
  .sec__intro.-service-hvs .intro__txtbox .txt {
    display: block;
    margin-bottom: 2em;
  }
}

/* .sec__sow.-service-hvs
----------------------------------------- */
.sec__sow.-service-hvs {
  padding: 20px 0 150px;
}
.sec__sow.-service-hvs .sec__heading {
  margin-bottom: 30px;
  padding: 23px 66px 4px;
}
@media screen and (max-width: 768px) {
  .sec__sow.-service-hvs {
    padding: 20px 0 20px;
  }
  .sec__sow.-service-hvs .inner_w1280 {
    max-width: 100%;
  }
  .sec__sow.-service-hvs .sec__heading {
    margin-bottom: 8px;
    padding: 23px 7% 4px;
  }
  .sec__sow.-service-hvs .sow__imgbox.w_scroll {
    overflow-x: auto;
    margin: 0 auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
   .sec__sow.-service-hvs .sow__imgbox.w_scroll img {
    overflow-x: auto;
    width: 926px;
    max-width:916px;
    margin: 0 4% 12px;
  }
   .sec__sow.-service-hvs .sow__imgbox.w_scroll::-webkit-scrollbar {
    display: none;
  }
}

/* .sec__future.-service-hvs
----------------------------------------- */
.sec__future.-service-hvs .future__listbox {
  padding: 40px 40px 60px;
}
@media screen and (max-width: 768px) {
  .sec__future.-service-hvs .inner_w1280 {
    max-width: 95.6%;
  }
  .sec__future.-service-hvs .future__listbox {
    padding: 0 4% 40px;
  }
}

/* .sec__cases.-service-hvs
----------------------------------------- */
.sec__cases.-service-hvs {
  padding: 110px 0;
}
.sec__cases.-service-hvs .cases__heading {
  margin: 0 auto 50px;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #143980;
}
@media screen and (max-width: 768px) {
  .sec__cases.-service-hvs {
    padding: 36px 0 24px;
  }
  .sec__cases.-service-hvs .cases__heading {
    margin: 0 auto 25px;
    font-weight: 700;
    font-size: 20px;
  }
}

/* .sec__reason.-service-hvs
----------------------------------------- */
.sec__reason .reason_list.-list-col_4 li {}
@media screen and (max-width: 768px) {}

/* ====================================================
  page .extra-high-voltage-solutions /// .service-ehvs
=========================================================== */
/* .service-ehvs__wrap */
.service-ehvs__wrap {
  padding: 34px 0 140px;
}
/* .sec__intro.-service-ehvs
----------------------------------------- */
.sec__intro.-service-ehvs {
  position: relative;
  width: 96.6681%;
  max-width: 1392px;
  margin: 0 auto 40px;
  padding: 67px 0 18px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
  overflow: hidden;
}
.sec__intro.-service-ehvs::before {
  position: absolute;
  top: -19%;
  left: -7%;
  content: "";
  display: block;
  width: 376px;
  height: 385px;
  background: url(../img/service/extra-high-voltage-solutions/ehvs_intro_bg.png) no-repeat;
  background-size: contain;
}
.sec__intro.-service-ehvs .intro__flex {
  display: flex;
  justify-content: space-between;
  gap: 0 2%;
  padding: 0 0 0 5%;
  margin: 0 auto 20px;
}
.sec__intro.-service-ehvs .intro__txtbox {
  flex-shrink: 2;
  max-width: 527px;
}
.sec__intro.-service-ehvs .intro__imgbox {
  flex-shrink: 1.4;
  max-width: 592px;
  margin-right: 5.2%;
}
.sec__intro.-service-ehvs .intro__imgbox img {}
.sec__intro.-service-ehvs .intro__heading {
  display: block;
  margin-bottom: 26px;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 30px;
  font-size: clamp(26px, 2.727vw, 30px);
  line-height: 1.4;
  letter-spacing: .01em;
}
.sec__intro.-service-ehvs .intro__txtbox .txt {
  display: block;
  margin-bottom: 2em;
}
/* .sec__sow.-service-ehvs
----------------------------------------- */
.sec__sow.-service-ehvs {
  padding: 44px 0 90px;
}
.sec__sow.-service-ehvs .sec__heading {
  margin-bottom: 30px;
  padding: 23px 66px 4px;
}
.sec__sow.-service-ehvs .sow__imgbox {
  margin: 0 auto 40px;
}
.sec__sow.-service-ehvs .sow__txtbox {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto 20px;
}
.sec__sow.-service-ehvs .sow__txtbox .txt {
  display: block;
  margin-bottom: 1em;
}
/* .sec__cases.-service-ehvs
----------------------------------------- */
.sec__cases.-service-ehvs {
  padding: 110px 0;
}
.sec__cases.-service-ehvs .cases__heading {
  margin: 0 auto 50px;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #143980;
}
.sec__cases.-service-ehvs .l-cases_list {
  gap: 23px 14px;
  max-width: 1134px;
}
.sec__cases.-service-ehvs .l-cases_list li {
  width: calc(100%/2 - 7px);
  max-width: 560px;
  height: 74px;
}
/* .sec__reason.-service-ehvs
----------------------------------------- */
.sec__reason.-service-ehvs .-list-col_3 li {}
@media screen and (max-width: 768px) {
  .service-ehvs__wrap {
    padding: 30px 0 30px;
  }
  .sec__intro.-service-ehvs {
    position: relative;
    width: 96.6681%;
    max-width: 1392px;
    margin: 0 auto 40px;
    padding: 30px 0 23px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
    overflow: hidden;
  }
  .sec__intro.-service-ehvs::before {
    position: absolute;
    top: -8%;
    left: -21%;
    content: "";
    display: block;
    width: 288px;
    height: 294px;
    background: url(../img/service/extra-high-voltage-solutions/ehvs_intro_bg.png) no-repeat;
    background-size: contain;
  }
  .sec__intro.-service-ehvs .intro__flex {
    display: flex;
    justify-content: space-between;
    gap: 0;
    padding: 0;
    margin: 0 auto 20px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .sec__intro.-service-ehvs .intro__txtbox {
    max-width: 527px;
  }
  .sec__intro.-service-ehvs .intro__imgbox {
    flex-shrink: 0;
    max-width: 592px;
    margin: 0 auto;
  }
  .sec__intro.-service-ehvs .intro__imgbox img {}
  .sec__intro.-service-ehvs .intro__heading {
    display: block;
    margin-bottom: 26px;
    font-family: var(--udp-gothic);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: .01em;
  }
  .sec__intro.-service-ehvs .intro__txtbox .txt {
    display: block;
    margin-bottom: 2em;
  }
  /* .sec__sow.-service-ehvs
  ----------------------------------------- */
  .sec__sow.-service-ehvs {
    padding: 20px 0 40px;
  }
  .sec__sow.-service-ehvs .inner_w1280 {
    max-width: 100%;
  }
  .sec__sow.-service-ehvs .sec__heading {
    margin-bottom: 8px;
    padding: 23px 7% 4px;
  }
  .sec__sow.-service-ehvs .sow__imgbox.w_scroll {
    overflow-x: auto;
    margin: 0 auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
   .sec__sow.-service-ehvs .sow__imgbox.w_scroll img {
    overflow-x: auto;
    width: 926px;
    max-width:916px;
    margin: 0 4% 12px;
  }
   .sec__sow.-service-ehvs .sow__imgbox.w_scroll::-webkit-scrollbar {
    display: none;
  }
  .sec__sow.-service-ehvs .sow__txtbox {
    width: 87%;
    max-width: 1152px;
    margin: 0 auto 20px;
  }
  .sec__sow.-service-ehvs .sow__txtbox .txt {
    display: block;
    margin-bottom: 1em;
  }
  .sec__sow.-service-ehvs .sow__txtbox .txt.meddle {
    font-size: 16px;
    line-height: 1.8
  }
  /* .sec__cases.-service-ehvs
  ----------------------------------------- */
  .sec__future.-service-ehvs .inner_w1280 {
    max-width: 95.6%;
  }
  .sec__future.-service-ehvs .future__listbox {
    padding: 0 4% 40px;
  }
  /* .sec__cases.-service-ehvs
  ----------------------------------------- */
  .sec__cases.-service-ehvs {
    padding: 110px 0;
  }
    .sec__cases.-service-ehvs {
    padding: 36px 0 24px;
  }
  .sec__cases.-service-ehvs .cases__heading {
    margin: 0 auto 25px;
    font-weight: 700;
    font-size: 20px;
  }
  .sec__cases.-service-ehvs .l-cases_list {
    gap: 8px 0;
    max-width: 956px;
  }
  .sec__cases.-service-ehvs .l-cases_list li {
    width: 100%;
    max-width: 466px;
    height: auto;
  }
  /* .sec__reason.-service-ehvs
  ----------------------------------------- */
  .sec__reason.-service-ehvs .-list-col_3 li {
  }
}

/* ====================================================
  page .data-center /// .service-dc
=========================================================== */
/* .service-dc__wrap */
.service-dc__wrap {
  padding: 34px 0 140px;
}
/* .sec__intro.-service-dc
----------------------------------------- */
.sec__intro.-service-dc {
  position: relative;
  width: 96.6681%;
  max-width: 1392px;
  margin: 0 auto 5px;
  padding: 67px 0 48px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
  overflow: hidden;
}
.sec__intro.-service-dc::before {
  position: absolute;
  top: -19%;
  left: -7%;
  content: "";
  display: block;
  width: 376px;
  height: 385px;
  background: url(../img/service/data-center/dc_intro_bg.png) no-repeat;
  background-size: contain;
}
.sec__intro.-service-dc .intro__flex {
  display: flex;
  justify-content: space-between;
  gap: 0 2%;
  padding: 0 0 0 5%;
  margin: 0 auto 20px;
}
.sec__intro.-service-dc .intro__txtbox {
  flex-shrink: 2;
  max-width: 527px;
}
.sec__intro.-service-dc .intro__imgbox {
  flex-shrink: 1.4;
  max-width: 592px;
  margin-right: 5.2%;
}
.sec__intro.-service-dc .intro__imgbox img {}
.sec__intro.-service-dc .intro__heading {
  display: block;
  margin-bottom: 26px;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 30px;
  font-size: clamp(26px, 2.727vw, 30px);
  line-height: 1.4;
  letter-spacing: .01em;
}
.sec__intro.-service-dc .intro__txtbox .txt {
  display: block;
  margin-bottom: 2em;
}
/* .sec__sow.-service-dc
----------------------------------------- */
.sec__sow.-service-dc {
  padding: 44px 0 62px;
}
.sec__sow.-service-dc .sec__heading {
  margin-bottom: 42px;
  padding: 23px 66px 4px;
}
.sec__sow.-service-dc .sow__imgbox {
  margin: 0 auto 40px;
  text-align: center;
}
.sec__sow.-service-dc .sow__txtbox {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto 20px;
}
.sec__sow.-service-dc .sow__txtbox .txt {
  display: block;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .service-dc__wrap {
    padding: 30px 0 30px;
  }
  .sec__intro.-service-dc {
    position: relative;
    width: 95.6681%;
    max-width: 1392px;
    margin: 0 auto 4px;
    padding: 40px 0 16px;
    border-radius: 10px;
  }
  .sec__intro.-service-dc::before {
    position: absolute;
    top: -19%;
    left: -7%;
    content: "";
    display: block;
    width: 376px;
    height: 385px;
    background: url(../img/service/high-voltage-solutions/hvs_intro_bg.png) no-repeat;
    background-size: contain;
  }
  .sec__intro.-service-dc .intro__flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 0 auto 20px;
  }
  .sec__intro.-service-dc .intro__txtbox {
    max-width: 527px;
  }
  .sec__intro.-service-dc .intro__imgbox {
    flex-shrink: 0;
    max-width: 592px;
    margin: 0 auto;
  }
  .sec__intro.-service-dc .intro__imgbox img {}
  .sec__intro.-service-dc .intro__heading {
    display: block;
    margin-bottom: 32px;
    font-family: var(--udp-gothic);
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: .01em;
  }
  .sec__intro.-service-dc .intro__txtbox .txt {
    display: block;
    margin-bottom: 2em;
  }
  /* .sec__sow.-service-dc
  ----------------------------------------- */
  .sec__sow.-service-dc {
    padding: 20px 0 20px;
  }
  .sec__sow.-service-dc .inner_w1280 {
    max-width: 100%;
  }
  .sec__sow.-service-dc .sec__heading {
    margin-bottom: 8px;
    padding: 23px 7% 4px;
  }
  .sec__sow.-service-dc .sow__imgbox.w_scroll {
    overflow-x: auto;
    margin: 0 auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
   .sec__sow.-service-dc .sow__imgbox.w_scroll img {
    overflow-x: auto;
    width: 926px;
    max-width:916px;
    margin: 0 4% 12px;
  }
   .sec__sow.-service-dc .sow__imgbox.w_scroll::-webkit-scrollbar {
    display: none;
  }
}

/* .sec__lineup.-service-dc
----------------------------------------- */
.sec__lineup.-service-dc {
  margin: 0 auto 75px;
  padding: 64px 0 20px;
}
/* .sec__future.-service-dc
----------------------------------------- */
.sec__future.-service-dc {
  margin: 0 auto 70px;
}
.sec__future.-service-dc .future__listbox {
  padding: 40px 40px 70px;
}
.sec__future.-service-dc .future__list-col_3 li {
  max-width: 370px;
  min-height: 370px;
}
@media screen and (max-width: 768px) {
  .sec__lineup.-service-dc {
    margin: 0 auto 20px;
    padding: 64px 0 20px;
  }
  /* .sec__future.-service-dc
  ----------------------------------------- */
  .sec__future.-service-dc {
    margin: 0 auto 70px;
  }
  .sec__future.-service-dc .inner_w1280 {
    max-width: 95.6%;
  }
  .sec__future.-service-dc .future__listbox {
    padding: 0 4% 40px;
  }
  .sec__future.-service-dc .future__list-col_3 li {
    max-width: 370px;
    min-height: auto;
  }
}

/* .sec__principles.-service-dc
----------------------------------------- */
.sec__principles.-service-dc {
  margin: 0 auto;
  padding: 20px 0 70px;
  background: #f4f4f4;
}
.sec__principles.-service-dc .sec__heading {
  margin-bottom: 0;
  padding: 50px 74px 10px;
}
.sec__principles.-service-dc .principles_list {
  max-width: 1136px;
  margin: 0 auto;
}
.sec__principles.-service-dc .principles_list li {
  display: flex;
  gap: 0 3%;
  margin: 0 auto;
  padding: 48px 0;
  border-bottom: 1px solid #dcdcdc;
}
.sec__principles.-service-dc .principles_list li:last-child {
  border-bottom: 0;
}
.sec__principles.-service-dc .principles_list .txt {
  margin-bottom: .75em;
}
.sec__principles.-service-dc .list__imgbox {
  flex-shrink: 0;
  width: 30.9859%;
  max-width: 352px;
}
.sec__principles.-service-dc .list__txtbox {
  width: 65.757%;
  max-width: 747px;
}
.sec__principles.-service-dc .list__heading {
  display: flex;
  gap: 0 23px;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
}
.sec__principles.-service-dc .list__heading .num {
  font-family: var(--udp-gothic);
  font-weight: 400;
  font-size: 38px;
  color: #e73828;
}
@media screen and (max-width: 768px) {
  .sec__principles.-service-dc {
    margin: 0 auto;
    padding: 20px 0 50px;
    background: #f4f4f4;
  }
  .sec__principles.-service-dc .sec__heading {
    margin-bottom: 0;
    padding: 80px 3% 20px;
  }
  .sec__principles.-service-dc .sec__heading .jp {
    font-size: 30px;
  }
  .sec__principles.-service-dc .principles_list {
    max-width: 480px;
    margin: 0 auto;
  }
  .sec__principles.-service-dc .principles_list li {
    display: flex;
    gap: 0 3%;
    margin: 0 auto;
    padding: 25px 0;
    border-bottom: 1px solid #dcdcdc;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .sec__principles.-service-dc .principles_list li:last-child {
    border-bottom: 0;
  }
  .sec__principles.-service-dc .principles_list .txt {
    margin-bottom: .75em;
  }
  .sec__principles.-service-dc .list__imgbox {
    flex-shrink: 0;
    width: 94.7%;
    max-width: 352px;
    margin: 0 auto 10px;
  }
  .sec__principles.-service-dc .list__txtbox {
     width: 94.7%;
    max-width: 747px;
  }
  .sec__principles.-service-dc .list__heading {
    display: flex;
    gap: 0 13px;
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 20px;
    align-items: center;
  }
  .sec__principles.-service-dc .list__heading .num {
    font-size: 26px;
    margin-left: 10px;
  }
}

/* .sec__cases.-service-dc
----------------------------------------- */
.sec__cases.-service-dc {
  padding: 96px 0;
}
.sec__cases.-service-dc .cases__heading {
  margin: 0 auto 50px;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #143980;
}
.sec__cases.-service-dc .l-cases_list {
  max-width: 972px;
  gap: 23px 20px;
}
.sec__cases.-service-dc .l-cases_list li {
  width: calc(100%/2 - 7px);
  max-width: 476px;
}
@media screen and (max-width: 768px) {
  .sec__cases.-service-dc {
    padding: 46px 0 24px;
  }
  .sec__cases.-service-dc .cases__heading {
    margin: 0 auto 25px;
    font-weight: 700;
    font-size: 20px;
  }
  .sec__cases.-service-dc .l-cases_list {
    gap: 8px 0;
    max-width: 956px;
  }
  .sec__cases.-service-dc .l-cases_list li {
    width: 100%;
    max-width: 466px;
    height: auto;
    min-height: 54px;
  }
}

/* .sec__reason.-service-dc
----------------------------------------- */
.sec__reason.-service-dc .-list-col_3 li {
  padding-top: 170px;
}
.sec__reason.-service-dc .list__03 .list__imgbox {
  top: 30%;
}
@media screen and (max-width: 768px) {
  .sec__reason.-service-dc .-list-col_3 li {
    padding-top: 170px;
  }
  .sec__reason.-service-dc .list__03 .list__imgbox {
    top: 30%;
  }
}

/* ====================================================
  page .strengths
=========================================================== */
/* .strengths__wrap */
.strengths__wrap {
  padding: 58px 0 140px;
}
/* .sec__top.-strengths
----------------------------------------- */
.sec__top.-strengths {
  padding: 70px 0;
}
.sec__top.-strengths::before {
  position: absolute;
  top: -211px;
  left: -259px;
  content: "";
  display: block;
  width: 802px;
  height: 800px;
  background: url(../img/strengths/strengths_hd_bg.png) no-repeat;
  background-size: contain;
}
.sec__top.-strengths .top__heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 52px;
  padding: 10px 0;
}
.sec__top.-strengths .txtbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}
.sec__top.-strengths .txtbox .read {
  display: block;
  margin: 0 auto 35px;
  font-family: var(--udp-gothic);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.8;
  text-align: center;
}
.sec__top.-strengths .txtbox .txt {
  display: block;
  margin: 0 auto 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
.sec__top.-strengths .breadcrumbs {
  position: absolute;
  top: 70px;
  right: 5%;
}
@media screen and (max-width: 768px) {
  .strengths__wrap {
    padding: 28px 0 140px;
  }
  .strengths__wrap .p-link_txt {
    bottom: -8%;
  }
  /* .sec__top.-strengths
  ----------------------------------------- */
  .sec__top.-strengths {
    padding: 43px 0 23px;
  }
  .sec__top.-strengths::before {
    position: absolute;
    top: -118px;
    left: -140px;
    content: "";
    display: block;
    width: 365px;
    height: 363px;
    background: url(../img/strengths/strengths_hd_bg.png) no-repeat;
    background-size: contain;
  }
  .sec__top.-strengths .top__heading {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto 22px;
    padding: 10px 0;
  }
  .sec__top.-strengths .top__heading  .en {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 16px;
  }
  .sec__top.-strengths .top__heading  .jp {
    font-weight: 700;
    font-size: 34px;
    letter-spacing: .03em;
  }
  .sec__top.-strengths .txtbox {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
  }
  .sec__top.-strengths .txtbox .read {
    margin: 0 auto 24px;
    font-weight: 400;
    font-size: 18px;
  }
  .sec__top.-strengths .txtbox .txt {
    margin: 0 auto 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
  }
  .sec__top.-strengths .breadcrumbs {
    position: absolute;
    top: 12px;
    right: 4%;
  }
}

/* .sec__future.-strengths
----------------------------------------- */
.sec__future.-strengths {
  min-height: 674px;
  margin-bottom: 13.5%;
}
.sec__future.-strengths .future__txtbox {
  position: absolute;
  top: 0;
  padding: 4px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 36.6406%;
  max-width: 469px;
}
.sec__future.-strengths .future__inner {
  position: relative;
  width: 87%;
}
.sec__future.-strengths:nth-child(odd) .future__txtbox {
  left: 0;
}
.sec__future.-strengths:nth-child(even) .future__txtbox {
  right: 2.5%;
}
/* .sec__future.-strengths .numbox */
.sec__future.-strengths .numbox {
  display: flex;
  gap: 16px 0;
  margin-bottom: 44px;
  color: #e73828;
  flex-direction: column;
}
.sec__future.-strengths .numbox .en {
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}
.sec__future.-strengths .numbox .num {
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: 50px;
  line-height: normal;
}
.sec__future.-strengths .future__txtbox .future__heading {
  margin-bottom: 42px;
  font-family: var(--udp-gothic);
  font-weight: 700;
  font-size: clamp(24px, 2.727vw, 30px);
  line-height: 1.8;
  color: #1d1d1d;
}
.sec__future.-strengths .future__txtbox .txt {
  margin-bottom: 1em;
  font-family: var(--udp-gothic);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
/* .sec__future.-strengths .future__imgbox */
.sec__future.-strengths .future__imgbox {
  position: absolute;
  top:0;
  width: 67.2656%;
  max-width: 800px;
  overflow: hidden;
}
.sec__future.-strengths:nth-child(odd) .future__imgbox {
  right: 0;
}
.sec__future.-strengths:nth-child(even) .future__imgbox {
  left: 0;
}
.sec__future.-strengths:nth-child(1) .future__imgbox,
.sec__future.-strengths:nth-child(1) .future__imgbox img,
.sec__future.-strengths:nth-child(3) .future__imgbox,
.sec__future.-strengths:nth-child(5) .future__imgbox {
  border-radius: 20px 0 0 20px;
}
.sec__future.-strengths:nth-child(even) .future__imgbox,
.sec__future.-strengths:nth-child(even) .future__imgbox img {
  border-radius: 0 20px 20px 0;
}
.sec__future.-strengths:nth-child(4) .future__imgbox::after {
  position: absolute;
  right: 4%;
  bottom: 8.5%;
  content: "";
  display: block;
  width: 198px;
  height: 145px;
  background: url(../img/strengths/strengths_04_txt.png) no-repeat;
  background-size: contain;
}
.sec__future.-strengths .future__imgbox.-shadow {
  box-shadow: 0 0 25px 0 rgba(0,0,0,.25);
}
/* .main___strengths .sec__heading */
.main___strengths .l-sec__heading .en {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: .03em;
  }
.main___strengths .sec__heading .jp {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: normal;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .sec__future.-strengths .future__imgbox {
    width: 56%;
  }
}
@media screen and (min-width: 769px) {
  .sec__future.-strengths .future__imgbox.-shadow_pc {
    box-shadow: 0 0 25px 0 rgba(0,0,0,.25);
  }
}
@media screen and (max-width: 768px) {
  .sec__future.-strengths .future__imgbox {
    width: 100%;
    max-width: 469px;
  }
  .sec__future.-strengths {
    min-height: auto;
    margin-bottom: 16%;
  }
  .sec__future.-strengths .future__txtbox {
    position: relative;
    top: 0;
    padding: 2px;
    width: 100%;
    max-width: 100%;
  }
  .sec__future.-strengths .future__inner {
    position: relative;
  }
  .sec__future.-strengths:nth-child(odd) .future__txtbox {
    left: unset
  }
  .sec__future.-strengths:nth-child(even) .future__txtbox {
    right: unset
  }
  /* .sec__future.-strengths .numbox */
  .sec__future.-strengths .numbox {
    gap: 4px 0;
    margin-bottom: 2px;
  }
  .sec__future.-strengths .numbox .en {
    font-weight: 700;
    font-size: 8px;
  }
  .sec__future.-strengths .numbox .num {
    font-weight: 700;
    font-size: 25px;
  }
  .sec__future.-strengths .future__txtbox .future__heading {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 18px;
  }
  .sec__future.-strengths .future__txtbox .txt {
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  /* .sec__future.-strengths .future__imgbox */
  .sec__future.-strengths .future__imgbox {
    position: relative;
    top: unset;
    bottom: 0;
    width: 63.2656%;
    max-width: 63.2656%;
    aspect-ratio: 238 / 187;
  }
  .sec__future.-strengths:nth-child(odd) .future__imgbox {
    right: 0;
    margin-left: auto;
  }
  .sec__future.-strengths:nth-child(even) .future__imgbox {
    left: unset;
  }
  .sec__future.-strengths:nth-child(4) .future__imgbox {
    width: auto;
    width: 82%;
    max-width: 82%;
    aspect-ratio: 310 / 243;
  }
  .sec__future.-strengths:nth-child(5) .future__imgbox {
    width: auto;
    width: 87%;
    max-width: 480px;
    margin: 0 auto;
  }
  .sec__future.-strengths:nth-child(1) .future__imgbox,
  .sec__future.-strengths:nth-child(1) .future__imgbox img,
  .sec__future.-strengths:nth-child(3) .future__imgbox,
  .sec__future.-strengths:nth-child(5) .future__imgbox {
    border-radius: 10px 0 0 10px;
  }
  .sec__future.-strengths:nth-child(3) .future__imgbox img {
    aspect-ratio: 238 / 186;
  }
  .sec__future.-strengths:nth-child(5) .future__imgbox {
    border-radius: 0;
  }
  .sec__future.-strengths:nth-child(even) .future__imgbox,
  .sec__future.-strengths:nth-child(even) .future__imgbox img {
    border-radius: 0 10px 10px 0;
  }
  .sec__future.-strengths:nth-child(4) .future__imgbox::after {
    position: absolute;
    right: 3%;
    bottom: 7%;
    content: "";
    display: block;
    width: 132px;
    height: 97px;
    background: url(../img/strengths/strengths_04_txt.png) no-repeat;
    background-size: contain;
  }
  .sec__future.-strengths .future__imgbox.-shadow {
    box-shadow: 0 0 25px 0 rgba(0,0,0,.25);
  }
  .main___strengths .sec__result {
    max-width: 95%;
  }
  .main___strengths .l-sec__heading .en {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: .03em;
  }
  .main___strengths .sec__heading .jp {
    font-weight: 700;
    font-size: 16px;
  }
}

/* ====================================================
  page .contact
=========================================================== */
/* .contact__wrap */
.contact__wrap {
  padding: 0 0 140px;
}
/* .sec__top.-contact
----------------------------------------- */
.sec__top.-contact .top__heading {
  padding: 60px 4px 0;
}
@media screen and (max-width: 768px) {
  .contact__wrap {
    padding: 0 0 20px;
  }
  .sec__top.-contact .top__heading {
    padding: 60px 4px 0;
  }
}

/* .sec__contact_form .contact_form
----------------------------------------- */
.sec__contact_form .contact_form {
  width: 95%;
  max-width: 920px;
  margin: 0 auto;
  padding: 15px 0;
}
.sec__contact_form .contact_form dl {
  width: 100%;
  max-width: 920px;
  margin-bottom: 40px;
}
.sec__contact_form .contact_form .dl-zip {
  width: 448px;
}
.sec__contact_form .contact_form dt {
  margin-bottom: 9px;
}
.sec__contact_form .contact_form dt p {
  display: flex;
  gap: 0 7px;
  font-weight: 700;
  font-size: 18px;
}
.sec__contact_form .contact_form dd p {
  width: 100%;
  min-height: 44px;
}
.sec__contact_form .contact_form input,
.sec__contact_form .contact_form textarea {
  width: 100%;
  height: 100%;
  padding: .5em 1em;
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
}
.sec__contact_form .contact_form textarea {
  height: 240px;
  padding: 1em;
}

/* select */
.sec__contact_form .contact_form .dl-select dd p {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 448px;
}
.sec__contact_form .contact_form .dl-select dd p::after {
  content: '';
  position: absolute;
  right: 15px;
  width: 11px;
  height: 7px;
  background: url(../img/common/ico/ico_select.svg) no-repeat;
  background-size: contain;
}
.sec__contact_form .contact_form .dl-select dd select {
  -webkit-appearance: none;
  appearance: none;
  width: 448px;
  height: 44px;
  cursor: pointer;
  padding: 0 16px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #ccc;
}
/* radio */
.sec__contact_form .contact_form .radio_box {
  display: flex;
  gap: 0 36px;
}
.sec__contact_form .contact_form .wpcf7-list-item {
  margin: 0;
  }
.sec__contact_form .contact_form input[type="radio"] {
  display: none;
}
.sec__contact_form .contact_form .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  cursor: pointer;
}
.sec__contact_form .contact_form .wpcf7-list-item-label::before {
  position: absolute;
  left: 0;
  top: -1px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.sec__contact_form .contact_form input[type="radio"]:checked + .wpcf7-list-item-label::after {
  position: absolute;
  left: 4px;
  top: 3px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #E73828;
}
.sec__contact_form .contact_form .dl-read {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px;
  white-space: nowrap;
}
.sec__contact_form .contact_form .txtlink {
  display: flex;
  gap: 0 6px;
  color: #1571DA;
}
.sec__contact_form .contact_form .txtlink::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 2px;
  background: url(../img/common/ico/ico_dl_blink.svg) no-repeat;
  background-size: contain;
}
/* .sec__contact_form .contact_form .submit_btn */
.sec__contact_form .contact_form .submit_btn {
  margin: 40px 0 20px;
}
.sec__contact_form .contact_form .submit_btn input {
  width: 83.9062%;
  max-width: 537px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 0 auto;
  padding: 11px 18px;
  border: 1px solid #e73828;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #e73828;
}
.sec__contact_form .contact_form .submit_btn input:hover {}
.sec__contact_form .contact_form .required {
  flex-shrink: 0;
  display: flex;
  width: 40px;
  height: 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  color: #fff;
  background: #E83828;
  align-items: center;
  justify-content: center;
}
.sec__contact_form ::placeholder {
  color: #999;
}
.sec__contact_form .wpcf7 form .wpcf7-response-output {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 1em;
  padding: 1em 1em;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  border: 2px solid #E83828;
}
@media screen and (max-width: 768px) {
  .sec__contact_form .contact_form {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 32px 0;
  }
  .sec__contact_form .contact_form dl {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .sec__contact_form .contact_form .dl-zip {
    width: 100%;
  }
  .sec__contact_form .contact_form .dl-request {
    margin-bottom: 30px;
  }
  .sec__contact_form .contact_form dt {
    margin-bottom: 8px;
  }
  .sec__contact_form .contact_form dd {
    font-weight: 400;
    font-size: 16px;
  }
  .sec__contact_form .contact_form dt p {
    display: flex;
    gap: 0 14px;
    font-weight: 700;
    font-size: 16px;
  }
  .sec__contact_form .contact_form dd p {
    width: 100%;
    min-height: 44px;
    font-weight: 400;
    font-size: 16px;
  }
  .sec__contact_form .contact_form input,
  .sec__contact_form .contact_form textarea {
    width: 100%;
    height: 100%;
    padding: .5em 1em;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
  }
  .sec__contact_form .contact_form textarea {
    height: 106px;
    padding: .75em;
  }
  
  /* select */
  .sec__contact_form .contact_form .dl-select dd p {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
  }
  .sec__contact_form .contact_form .dl-select dd p::after {
    content: '';
    position: absolute;
    right: 15px;
    width: 11px;
    height: 7px;
    background: url(../img/common/ico/ico_select.svg) no-repeat;
    background-size: contain;
  }
  .sec__contact_form .contact_form .wpcf7-form-control-wrap {
    width: 100%;
  }
  .sec__contact_form .contact_form .dl-select dd select {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 44px;
    cursor: pointer;
    padding: 0 16px;
    font-size: 16px;
    line-height: 1;
    background: #fff;
    border: 1px solid #ccc;
  }
  .sec__contact_form .contact_form .dl-select dd select:focus {
    outline: 1px solid #ccc;
  }
  
  /* radio */
  .sec__contact_form .contact_form .radio_box {
    display: flex;
    gap: 12px 36px;
    flex-wrap: wrap;
  }
  .sec__contact_form .contact_form .wpcf7-list-item {
    margin: 0;
    }
  .sec__contact_form .contact_form input[type="radio"] {
    display: none;
  }
  .sec__contact_form .contact_form .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    cursor: pointer;
  }
  .sec__contact_form .contact_form .wpcf7-list-item-label::before {
    position: absolute;
    left: 0;
    top: -1px;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
  }
  .sec__contact_form .contact_form input[type="radio"]:checked + .wpcf7-list-item-label::after {
    position: absolute;
    left: 4px;
    top: 3px;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #E73828;
  }
  .sec__contact_form .contact_form .dl-read {
    display: flex;
    justify-content: center;
    margin: 40px 0 20px;
    font-weight: 400;
    font-size: 14px;
  }
  .sec__contact_form .contact_form .txtlink {
    display: flex;
    gap: 0 6px;
    color: #1571DA;
  }
  .sec__contact_form .contact_form .txtlink::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 2px;
    background: url(../img/common/ico/ico_dl_blink.svg) no-repeat;
    background-size: contain;
  }
  /* .sec__contact_form .contact_form .submit_btn */
  .sec__contact_form .contact_form .submit_btn {
    margin: 40px 0 20px;
  }
  .sec__contact_form .contact_form .submit_btn input {
    width: 100%;
    max-width: 537px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin: 0 auto;
    padding: 11px 18px;
    border: 1px solid #e73828;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #e73828;
  }
  .sec__contact_form .contact_form .submit_btn input:hover {}
  .sec__contact_form .contact_form .required {
    flex-shrink: 0;
    display: flex;
    width: 40px;
    height: 20px;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    color: #fff;
    background: #E83828;
    align-items: center;
    justify-content: center;
  }
  .sec__contact_form ::placeholder {
    color: #999;
  }
  .sec__contact_form .wpcf7 form .wpcf7-response-output {
    width: 100%;
    max-width: 540px;
    margin: 0 auto 1em;
    padding: 1em 1em;
    text-align: center;
    border: 2px solid #E83828;
  }
}

/* ====================================================
  page .thanks
=========================================================== */
.main___thanks {}
/* .thanks__wrap */
.thanks__wrap {
  padding: 0 0 140px;
}
.sec__top.-thanks .top__heading {
  margin-bottom: 14px;
  padding: 64px 4px 0;
}
/* .sec__txtbox.-thanks
----------------------------------------- */
.sec__txtbox.-thanks {}
.sec__txtbox.-thanks .txtbox {
  margin-bottom: 40px;
}
.sec__txtbox.-thanks .read {
  display: block;
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
}
.sec__txtbox.-thanks .txt {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .thanks__wrap {
    padding: 0 0 20px;
  }
  .sec__top.-thanks .top__heading {
    margin-bottom: 22px;
    padding: 64px 4px 0;
  }
  .sec__top.-thanks .top__heading .en {
    font-weight: 700;
    font-size: 14px;
  }
  .sec__top.-thanks .top__heading .jp {
    font-weight: 700;
    font-size: 32px;
  }
  .sec__txtbox.-thanks .txtbox {
    margin-bottom: 40px;
  }
  .sec__txtbox.-thanks .read {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 20px;
  }
  .sec__txtbox.-thanks .txt {
    font-weight: 400;
    font-size: 16px;
  }
}

/* ====================================================
  page .files
=========================================================== */
/* .files__wrap */
.files__wrap {
  padding: 58px 0 140px;
}
.sec__dl_files.-files {
  margin: 0 auto 40px;
}
.sec__top.-files .heading__flex {
  margin-bottom: 20px;
}
.sec__top.-files .top__heading {
  padding: 60px 4px 0;
}
/* .sec__dl_files.-files
----------------------------------------- */
.sec__dl_files.-files .dl_files__wrap {
  width: 100%;
  padding: 33px 33px 48px;
  border-radius: 20px;
  box-shadow: 0 2px 8px 2px rgba(0,0,0,.1);
}
.sec__dl_files.-files .dl_files__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1077px;
  margin: 0 auto;
}
.sec__dl_files.-files .dl_files__content a {
  position: relative;
  display: flex;
  width: calc(50% - 20px);
  max-width: 530px;
  padding: 30px 60px 30px 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  border-bottom: 1px solid #d9d9d9;
  background: url(../img/common/ico/ico_dl.svg) no-repeat;
  background-position: bottom 40px right 50px;
}
.sec__dl_files.-files .dl_files__content a::before {
  flex-shrink: 0;
  content: "●";
  position: absolute;
  top: 35px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  color: #d9d9d9;
  opacity: 1;
}
.sec__dl_files.-files .dl_files__content a:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  right: -20px;
  display: block;
  width: 1px;
  height: calc(100% - 30px);
  background: #d9d9d9;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .files__wrap {
    padding: 18px 0 20px;
  }
  .sec__dl_files.-files {
    margin: 0 auto 40px;
  }
  .sec__top.-files .heading__flex {
    margin-bottom: 20px;
  }
  .sec__top.-files .top__heading {
    padding: 60px 4px 0;
  }
  .sec__dl_files.-files .dl_files__wrap {
    width: 100%;
    padding: 26px 16px 37px;
    border-radius: 10px;
    box-shadow: 0 2px 8px 2px rgba(0,0,0,.1);
  }
  .sec__dl_files.-files .dl_files__content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-width: 1077px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
  }
  .sec__dl_files.-files .dl_files__content a {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 530px;
    padding: 16px 26px 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    border-bottom: 1px solid #d9d9d9;
    background: url(../img/common/ico/ico_dl.svg) no-repeat;
    background-position: bottom 12px right 10px;
  }
  .sec__dl_files.-files .dl_files__content a::before {
    flex-shrink: 0;
    content: "●";
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    color: #d9d9d9;
    opacity: 1;
  }
  .sec__dl_files.-files .dl_files__content a:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: -20px;
    display: block;
    width: 1px;
    height: calc(100% - 30px);
    background: #d9d9d9;
    opacity: 1;
  }
}

/* ====================================================
  page .main__404
=========================================================== */
.sec__404 {
  margin-bottom: 100px;
  padding: 170px 0;
}
.sec__404::before {
  content: "";
  position: absolute;
  top: -210px;
  left: -257px;
  z-index: -1;
  display: block;
  width: 802px;
  height: 799px;
  background: url(../img/common/notfound_bg.png) no-repeat;
  background-size: contain;
}
.sec__404 .txtbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec__404 .top__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec__404 .top__heading .big {
  margin: 0 auto 20px;
  font-weight: 600;
  font-size: 96px;
  text-align: center;
  color: #e83828;
}
.sec__404 .top__heading .middle {
  margin: 0 auto 20px;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  color: #e83828;
}
.sec__404 .txt {
  margin: 0 auto 60px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec__404 {
    margin-bottom: 40px;
    padding: 90px 0 60px;
  }
  .sec__404::before {
    content: "";
    position: absolute;
    top: -110px;
    left: -198px;
    z-index: -1;
    display: block;
    width: 357px;
    height: 355px;
    background: url(../img/common/notfound_bg.png) no-repeat;
    background-size: contain;
  }
  .sec__404 .txtbox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec__404 .top__heading {}
  .sec__404 .top__heading .big {
    margin: 0 auto 8px;
    font-weight: 600;
    font-size: 64px;
  }
  .sec__404 .top__heading .middle {
    margin: 0 auto 20px;
    font-weight: 600;
    font-size: 20px;
  }
  .sec__404 .txt {
    margin: 0 auto 30px;
    font-weight: 600;
    font-size: 16px;
  }
}

/* ====================================================
  add
=========================================================== */
/* 
----------------------------------------- */
@media screen and (max-width: 768px) {
}



