@charset "UTF-8";
/* Base */
/*
  Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, main, nav, output, ruby,
section, summary, time, mark, audio, video,
input[type=submit], button {
  font-weight: 500;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  -webkit-font-smoothing: antialiased;
}

html {
  overscroll-behavior: none;
}

body {
  background: #ffffff;
  overscroll-behavior-y: none;
  overscroll-behavior: none;
}

a,
input[type=checkbox] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

img {
  vertical-align: middle;
}

*:focus {
  outline: none;
}

/* --------------------------------------------------------
  variable
-------------------------------------------------------- */
/* color */
:root {
  --color-main: #0068b7;
}

/* rem */
/* letter-spacing */
/* layout-inner-padding */
/*
# Base

## タグの初期スタイル

*/
html {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Verdana, Meiryo, sans-serif;
}

body {
  color: #333333;
}

a {
  color: #333333;
}

.hide,
.is-hidden {
  display: none;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
  .pcNone {
    display: block;
  }
}
.mainTitle {
  color: #0068b7;
  padding: 200px 0 110px;
  font-size: 24px;
  font-family: "din-2014", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Verdana, Meiryo, sans-serif !important;
  font-weight: 700;
}

.topMsgPadding {
  padding: 110px 0;
}

.mainTitleColor {
  padding: 143px 0 100px;
}

.homeMainTitle {
  padding: 177px 0 60px;
}

.pageTopTitle {
  padding: 120px 0 80px;
}

.subTitle {
  font-size: 32px;
  line-height: 1.73;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  clear: both;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
    min-width: inherit;
  }
  .mainTitle {
    padding: 32px 0 32px;
    font-size: 22px;
  }
  .pageTopTitle {
    padding: 21.6vw 0 15vw;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  #home,
  #company,
  .servicePage,
  #primary_news,
  .singleDetail,
  #sdgs,
  #contact {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 768px) {
  #home,
  #company,
  .servicePage,
  #primary_news,
  .singleDetail,
  #sdgs,
  #contact {
    padding-bottom: 48px;
  }
}
/* Layout */
.headArea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -tap-highlight-color: rgba(0, 0, 0, 0);
  height: 90px;
}

.headWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 90px;
  background-color: #ffffff;
}

.headContents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hamMenu {
  display: flex;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -tap-highlight-color: rgba(0, 0, 0, 0);
}

.headArea input {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
}

.headLogoSiz {
  display: block;
}
.headLogoSiz > img {
  display: block;
  width: 118px;
  height: 27px;
}

@media (hover: hover) {
  .headLogoSiz > img:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .glbNav {
    height: 90px;
    display: flex;
    align-items: center;
    margin: auto;
  }
  .hamBtn {
    display: none;
  }
}
.glbNav a {
  color: #99a3a8;
}
.glbNav a:visited, .glbNav a:link {
  color: #99a3a8;
}

.glbList {
  display: flex;
  text-align: left;
  font-size: 14px;
}
.glbList ul {
  padding: 0 12px;
  clear: both;
}
.glbList a {
  padding: 0 0 0 34px;
  font-size: 16px;
  line-height: 2.4;
  letter-spacing: 0.6px;
  font-weight: 500;
  display: block;
  position: relative;
}
.glbList a span {
  color: #99a3a8;
  font-family: "din-2014", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Verdana, Meiryo, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .headArea,
  .headWrap,
  .headContents {
    height: 60px;
  }
  .glbNav {
    opacity: 0;
    transform: translateY(-110%);
    position: fixed;
    overflow: hidden;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100vh + 32px);
    padding: 34px 6vw 0;
    background-color: #ffffff;
  }
  .glbNav .glbNav_login a {
    padding: 12px 0;
    font-size: 16px;
  }
  .glbList {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    width: fit-content;
    margin: auto;
  }
  .glbList a {
    font-size: min(7.1vw, 31px);
    line-height: 2.2;
    padding: 0;
  }
  .glbList a::after {
    top: 20px;
  }
  .hamMenu {
    display: block;
  }
  .hamBtn {
    width: 86px;
    height: 60px;
    display: block;
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
  }
  .hamBtn span {
    width: 19px;
    padding-top: 0;
    right: 8vw;
    border-bottom: solid 2px #a5aeb3;
    display: block;
    position: absolute;
    z-index: 500;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .hamBtn span:nth-child(1) {
    top: 23px;
  }
  .hamBtn span:nth-child(2) {
    top: 30px;
  }
  .hamBtn span:nth-child(3) {
    top: 37px;
  }
  input[type=checkbox]:checked ~ .hamBtn span:nth-child(1) {
    top: 30px;
    right: 7vw;
    transform: rotate(-45deg);
    width: 23px;
  }
  input[type=checkbox]:checked ~ .hamBtn span:nth-child(2), input[type=checkbox]:checked ~ .hamBtn span:nth-child(3) {
    top: 30px;
    right: 7vw;
    transform: rotate(45deg);
    width: 23px;
  }
  input[type=checkbox]:checked ~ .glbNav {
    opacity: 1;
    overflow-y: scroll;
    transform: translateY(0) !important;
    box-shadow: 0 4px 11px rgba(51, 51, 51, 0.1019607843);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
.home .glbListHome a,
.company .glbListCompany a,
.business .glbListBusiness a,
.page-template-content-case .glbListCase a,
.page-template-content-case_buysell .glbListCase a,
.page-template-content-case_barcos .glbListCase a,
.page-template-content-news-list .glbListNews a,
.single-post .glbListNews a,
.page-template-content-sdgs .glbListSdgs a,
.contact .glbListContact a {
  color: #0068b7;
  position: relative;
}

.home .glbListHome a span,
.company .glbListCompany a span,
.business .glbListBusiness a span,
.page-template-content-case .glbListCase a span,
.page-template-content-case_buysell .glbListCase a span,
.page-template-content-case_barcos .glbListCase a span,
.page-template-content-news-list .glbListNews a span,
.single-post .glbListNews a span,
.page-template-content-sdgs .glbListSdgs a span,
.contact .glbListContact a span {
  color: #0068b7;
}

@media screen and (min-width: 769px) {
  .home .glbListHome a::after,
  .company .glbListCompany a::after,
  .business .glbListBusiness a::after,
  .page-template-content-case .glbListCase a::after,
  .page-template-content-case_buysell .glbListCase a::after,
  .page-template-content-case_barcos .glbListCase a::after,
  .page-template-content-news-list .glbListNews a::after,
  .page-template-content-sdgs .glbListSdgs a::after,
  .single-post .glbListNews a::after,
  .contact .glbListContact a::after {
    content: "";
    background: #0068b7;
    position: absolute;
    border-radius: 14px;
    width: 4px;
    height: 4px;
    top: 6px;
    right: -6px;
  }
  .glbList a span:hover {
    color: #0068b7;
  }
}
@media screen and (max-width: 768px) {
  .glbList a span {
    position: relative;
  }
  .home .glbListHome a span::after,
  .page-template-content-hometest .glbListHome a span::after,
  .company .glbListCompany a span::after,
  .business .glbListBusiness a span::after,
  .page-template-content-case .glbListCase a span::after,
  .page-template-content-case_buysell .glbListCase a span::after,
  .page-template-content-case_barcos .glbListCase a span::after,
  .page-template-content-news-list .glbListNews a span::after,
  .single-post .glbListNews a span::after,
  .page-template-content-sdgs .glbListSdgs span::after,
  .contact .glbListContact a span::after {
    content: "";
    background: #0068b7;
    position: absolute;
    border-radius: 14px;
    width: 6px;
    height: 6px;
    top: 2px;
    right: -13px;
  }
}
#footer {
  position: relative;
  background: #0068b7;
  color: #99a3a8;
}
#footer a {
  text-decoration: none;
  color: #a5aeb3;
}
#footer .primary {
  padding: 80px 0 0;
}
#footer .primary .contents {
  display: flex;
  justify-content: space-between;
}
#footer .primary .contents .logoArea {
  width: 27%;
}
#footer .primary .contents .textArea {
  display: flex;
  justify-content: flex-end;
}
#footer .secondary {
  display: flex;
  padding: 8px 0 40px;
}
#footer .logo {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 26px;
  font-weight: 700;
}
#footer .logo img {
  width: 154px;
  height: 37px;
}

@media screen and (min-width: 769px) {
  #footer a:hover {
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 43px 0 7.4vw;
  }
  #footer .primary {
    padding: 0;
  }
  #footer .primary .contents {
    display: block;
  }
  #footer .primary .contents .logoArea {
    width: 100%;
    display: flex;
    position: relative;
  }
  #footer .primary .contents .textArea {
    width: 190px;
    display: block;
    margin: 25px 0 17px;
  }
  #footer .secondary {
    padding: 6px 0;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  #footer .logo img:hover {
    filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 768px) {
  #footer .logo {
    font-size: 16px;
  }
  #footer .logo img {
    display: block;
    margin: 0;
    width: 118px;
    height: auto;
  }
}
.navi-section {
  display: flex;
  flex-direction: column;
  font-size: 18px;
}

@media screen and (min-width: 769px) {
  #footer .naviHome {
    margin: 0;
    width: 91px;
  }
  #footer .naviCompany {
    width: 114px;
  }
  #footer .navibusiness {
    width: 126px;
  }
  #footer .naviCase, #footer .naviNews {
    width: 100px;
  }
  #footer .naviSdgs {
    width: 115px;
  }
  #footer .naviContact {
    width: 89px;
  }
  #footer .naviRecruit {
    width: 99px;
  }
}
#footer .parent {
  margin: 0 0 40px;
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.7px;
}
#footer .parent a {
  font-family: "din-2014", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Verdana, Meiryo, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
}
#footer .navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .navi li {
  padding: 0;
  width: 70px;
  line-height: 30px;
}
#footer .navi .naviKana {
  color: #a5aeb3;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.8px;
}
#footer .navi li a {
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  font-feature-settings: "pkna";
  letter-spacing: 0.9px;
}
#footer .navi li:first-child {
  margin: 0;
}

.sns-navi a img {
  vertical-align: middle;
}

.iconWt {
  width: 28px;
  height: 20px;
}

.iconYt {
  width: 29px;
  height: 20px;
}

.iconFb, .iconX {
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 769px) {
  .sns-navi a img:hover {
    filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 768px) {
  .navi {
    display: none;
  }
  .navi-section {
    display: block;
    width: 50%;
    margin: 0;
  }
  #footer .parent {
    font-size: 15px;
    margin: 0 0 7px;
    width: 50%;
    line-height: 18px;
  }
  #footer .navi {
    font-size: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #444444;
  }
  #footer .navi li {
    border-top: 1px solid #444444;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 12px;
  }
  .sns-navi a img {
    padding-bottom: 15px;
  }
  .sns-navi a img.iconWt {
    width: 27px;
    height: auto;
    padding: 5px 0 17px;
  }
  .iconYt {
    width: 27px;
    height: auto;
  }
  .iconFb {
    width: 24px;
    height: auto;
    margin-right: 2px;
  }
  .iconX {
    width: 24px;
    margin-right: 2px;
    height: auto;
  }
}
#footer .sns-navi {
  margin: 20px 0 0;
  padding: 0;
}
#footer .sns-navi li {
  display: inline-block;
  margin: 0 5.1px 0 7px;
  padding: 0;
  font-size: 20px;
}
#footer .copyright {
  width: 50%;
  margin: 0;
  padding: 72px 0 0;
  color: #a5aeb3;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-family: "din-2014", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Verdana, Meiryo, sans-serif;
}
#footer .sitenavi {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .sitenavi li {
  text-align: right;
  line-height: 33px;
}
#footer .sitenavi a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

@media screen and (max-width: 768px) {
  #footer .sns-navi {
    margin: 0;
    padding: 0;
    display: block;
    width: 136px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }
  #footer .sns-navi li {
    margin: auto;
    padding: 0;
    font-size: 18px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #footer .copyright {
    width: 100%;
    margin: 25px 0 0;
    text-align: left;
    font-size: 12px;
    order: 2;
    padding: 0;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 768px) {
  #footer .copyright {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  #footer .sitenavi {
    font-size: 14px;
    order: 1;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  #footer .sitenavi li {
    text-align: left;
    line-height: 22px;
  }
  #footer .sitenavi a {
    font-size: 13px;
  }
}
/* Component */
.commonBtnWrap,
.entry-content .link {
  text-align: right;
  margin-top: 40px;
}

.commonBtn,
.entry-content .link a,
.contact .commonBtnWrap input {
  border-radius: 4px;
  display: inline-block;
  font-weight: 600;
  line-height: 36px;
  height: 36px;
  transition: all 0.3s;
  padding: 0 38px 0 27.5px;
  font-size: 16px;
  background: #e4e7e8 url("/img/nextarrow.svg") no-repeat right 24px center/6px auto;
  color: #333333;
}

.prevBtnWrap {
  text-align: left;
  margin-top: 40px;
}

.prevBtn {
  border-radius: 4px;
  display: inline-block;
  font-weight: 600;
  line-height: 36px;
  height: 36px;
  transition: all 0.3s;
  padding: 0 27.5px 0 38px;
  font-size: 16px;
  background: #e4e7e8 url("/img/prevarrow.svg") no-repeat left 24px center/6px auto;
}

.contact .commonBtnWrap input {
  border: none;
  cursor: pointer;
}

.entry-content .link {
  margin-bottom: 1em;
}
.entry-content .link a {
  color: #ffffff;
  background: #0068b7 url("/img/icon_external.svg") no-repeat right 18px center/14px auto;
  padding: 0 38px 0 23.5px;
}

.commonBtnWrap .commonBtn img {
  width: 6px;
  margin: 0 0 0 15px;
}
.commonBtnWrap .commonBtn:nth-of-type(2) {
  margin-left: 27px;
}

@media screen and (min-width: 769px) {
  .commonBtn:hover,
  .contact .commonBtnWrap input:hover {
    color: #ffffff;
    background: #a5aeb3 url("/img/nextarrow_w.svg") no-repeat right 16px center/7px auto;
  }
  .prevBtn:hover {
    color: #ffffff;
    background: #a5aeb3 url("/img/prevarrow_w.svg") no-repeat left 16px center/7px auto;
  }
  .entry-content .link a:hover {
    color: #ffffff;
    background: #000000 url("/img/icon_external.svg") no-repeat right 13px center/14px auto;
  }
  .commonBtnWrap .commonBtn img {
    width: 7px;
    margin: 0 13px 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .commonBtnWrap .commonBtn:nth-of-type(2) {
    margin-left: 9px;
  }
  .commonBtn,
  .entry-content .link a {
    background: #e4e7e8 url("/img/nextarrow.svg") no-repeat right 5.1vw center/1.3vw auto;
    font-size: 3.5vw;
    padding: 0 9vw 0 5vw;
    height: 7.9vw;
    line-height: 8.4vw;
  }
  .prevBtn {
    background: #e4e7e8 url("/img/prevarrow.svg") no-repeat left 5.1vw center/1.3vw auto;
    font-size: 3.5vw;
    padding: 0 5vw 0 9vw;
    height: 7.9vw;
    line-height: 8.4vw;
  }
  .entry-content .link a {
    color: #ffffff;
    background: #0068b7 url("/img/icon_external.svg") no-repeat right 3.9vw center/3.4vw auto;
  }
}
.modaal-wrapper button:hover {
  opacity: 0.7;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  width: 40px;
  height: 40px;
}

.modaal-close::after,
.modaal-close::before {
  top: 6px;
  right: 20px;
  left: auto;
}

.modaal-container {
  max-width: 900px;
}

@media screen and (max-width: 768px) {
  .modaal-container {
    max-width: 520px;
  }
}
.modaal-content-container {
  padding: 0;
}

.modalbmContainer {
  display: none;
}

.modalBmWrapper {
  display: grid;
  grid-template-rows: 1.6rem auto;
  padding: 100px 10%;
}

.modalBmImage {
  grid-area: 1/1/3/2;
  margin-right: 40px;
  width: 160px;
  height: 200px;
}

.modalBmNameBox {
  grid-area: 1/2/2/3;
  display: flex;
}

.modalBmName {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

.modalBmTitle {
  margin-left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.modalBmProfile {
  grid-area: 2/2/3/3;
  margin-top: 20px;
  font-size: 1.125rem;
  font-weight: 600;
  font-feature-settings: "palt";
  white-space: pre-wrap;
  letter-spacing: 0.04em;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .modalBmWrapper {
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr auto;
    padding: 50px 10%;
  }
  .modalBmImage {
    grid-area: 1/1/2/2;
    width: 100px;
    height: 130px;
  }
  .modalBmNameBox {
    grid-area: 1/2/2/3;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .modalBmName {
    margin-top: 5px;
    font-size: 1.3rem;
  }
  .modalBmTitle {
    margin-left: 0;
    font-size: 1rem;
  }
  .modalBmProfile {
    grid-area: 2/1/3/3;
    margin-top: 16px;
    font-size: 0.9rem;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 429px) {
  .modalBmImage {
    margin-right: 12px;
  }
  .modalBmName {
    font-size: 1.1rem;
  }
  .modalBmTitle {
    font-size: 0.7rem;
    letter-spacing: 0.04em;
  }
  .modalBmProfile {
    font-size: 0.7rem;
  }
}
/* Project */
.home .mainHdArea {
  position: relative;
  z-index: 2;
}
.home .mainHd {
  opacity: 0;
  margin-bottom: min(2vw, 32px);
  animation: opening-anim-visible 2s ease-out 0.5s forwards;
}
.home .mainHd .mainHdText {
  display: block;
  margin-left: -0.06em;
  line-height: 0.95;
  letter-spacing: -0.03em;
  font-weight: 600;
  font-size: min(8.6vw, 106px);
  font-feature-settings: "palt";
  font-family: "din-2014", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Verdana, Meiryo, sans-serif;
}
.home .mainHd .mainHdSubText {
  display: block;
  margin-bottom: min(1vw, 16px);
  font-weight: 600;
  font-size: min(3vw, 36px);
  font-family: "din-2014", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Verdana, Meiryo, sans-serif;
}
.home .mainText {
  opacity: 0;
  letter-spacing: 0.1em;
  line-height: 1.9;
  font-weight: 600;
  font-size: min(1.3vw, 16px);
  font-feature-settings: "palt";
  font-family: "din-2014", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Verdana, Meiryo, sans-serif;
  animation: opening-anim-visible 2s ease-out 1s forwards;
}
@media screen and (max-width: 768px) {
  .home .mainHdArea {
    margin-bottom: 8px;
  }
  .home .mainHd {
    margin-bottom: min(6vw, 32px);
  }
  .home .mainHd .mainHdText {
    line-height: 1;
    font-size: min(15vw, 116px);
    text-align: justify;
  }
  .home .mainHd .mainHdSubText {
    font-size: min(5.4vw, 38px);
  }
  .home .mainText {
    line-height: 1.7;
    font-size: min(3.4vw, 14px);
  }
}
.home .fv {
  position: relative;
  overflow: inherit;
}
.home .fv .videoArea {
  opacity: 0;
  transform: translateY(100%);
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 22/19;
  animation: opening-anim-slideIn01 2s ease-out 0.5s forwards;
}
.home .fv .videoArea video,
.home .fv .videoArea img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .home .fv {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    aspect-ratio: 16/8;
    padding-top: 64px;
  }
  .home .fv .videoArea {
    position: absolute;
    z-index: 1;
    bottom: 8px;
    right: 0;
    width: 50%;
  }
  .home .fv .scrollImg {
    opacity: 0;
    transform: translateY(50%);
    position: absolute;
    z-index: 3;
    bottom: 7%;
    max-height: min(5vw, 69px);
    animation: opening-anim-slideIn02 0.8s ease-out 2.5s forwards;
  }
}
@media screen and (max-width: 768px) {
  .home .fv {
    margin-top: 24px;
    padding: 0 8vw;
  }
  .home .fv .videoArea {
    width: 100vw;
    margin-left: -8vw;
  }
}
@media screen and (max-width: 425px) {
  .home .fv {
    padding: 0 6vw;
  }
  .home .fv .videoArea {
    margin-left: -6vw;
  }
}
.home .news {
  position: relative;
}
@media screen and (min-width: 769px) {
  .home .topNewsListWrap {
    padding-left: calc((100% - 1200px) / 2 + 40px);
  }
}
@media screen and (max-width: 1200px) {
  .home .topNewsListWrap {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .home .topNewsListWrap {
    padding-left: 6vw;
  }
}
.home .topNewsList {
  display: flex;
  margin-left: -12px;
}
.home .topNewsList li {
  flex-shrink: 0;
  width: 20%;
  margin: 0 12px;
}
.home .topNewsList li a {
  display: block;
}
.home .topNewsList li a .imgContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
}
.home .topNewsList li a .imgContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.home .topNewsList li a:hover .imgContainer img {
  transform: scale(1.1, 1.1);
}
.home .newsSlideBtnArea {
  position: absolute;
  bottom: -80px;
  right: 274px;
  width: 80px;
  font-weight: bold;
}
.home .newsSlideBtnArea .slideBtnArrow {
  align-items: normal;
  justify-content: normal;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  color: #333333;
}
.home .newsSlideBtnArea .slideBtnArrow::after {
  font-size: 16px;
}
.home .newsSlideBtnArea .slideBtnArrow.swiper-news-button-prev {
  left: 0;
  padding: 6px;
}
.home .newsSlideBtnArea .slideBtnArrow.swiper-news-button-next {
  right: 0;
  padding: 6px;
}
.home .newsTitle {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 42px;
  margin: 8px 0;
  color: #0068b7;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  text-overflow: ellipsis;
}
.home .newsTitle br {
  display: none;
}
.home .newsText {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 100%;
  height: 58px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.6;
  text-overflow: ellipsis;
}
.home .newsText + p {
  font-size: 16px;
  line-height: 1.7;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: 100%;
}
.home .ellipsis {
  white-space: nowrap;
  overflow: hidden;
}
.home .ellipsis.multiline {
  white-space: normal;
}
.home .newsArea {
  display: flex;
  align-items: center;
  padding-top: 16px;
}
.home .newsCategory {
  width: 80px;
  height: 19px;
  padding: 0 1px;
  letter-spacing: -0.6px;
  border: solid 1px #788186;
  border-radius: 2px;
  font-weight: 600;
  color: #788186;
  line-height: 18px;
  font-size: 10px;
  text-align: center;
}
.home .newsUpdate {
  padding-left: 8px;
  color: #9ba0a3;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 11px;
  font-family: "din-2014", sans-serif;
}
@media screen and (max-width: 768px) {
  .home .topNewsList {
    margin-left: -4vw;
  }
  .home .topNewsList li {
    width: 62.5%;
    margin: 0 4vw;
  }
  .home .newsSlideBtnArea {
    left: 8vw;
    bottom: -84px;
  }
}
@media screen and (max-width: 800px) {
  .home .newsTitle {
    font-size: 16px;
  }
  .home .newsText {
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 13px;
    font-weight: 700;
    height: 61px;
  }
  .home .newsArea {
    padding: 34px 0 0;
  }
  .home .newsUpdate {
    font-weight: 700;
  }
}
@media screen and (min-width: 1200px) {
  .home .newsSlideBtnArea {
    right: calc((100% - 1052px) / 2 + 246px);
  }
}
.home .awardArea {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 90px;
  grid-gap: 24px 2%;
}
.home .awardArea .awardText {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4px 12px;
  background-image: url("/img/home_award_parts_01.svg"), url("/img/home_award_parts_02.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: center left, center right;
  background-size: auto 88%, auto 88%;
  text-align: center;
  font-family: "din-2014", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Verdana, Meiryo, sans-serif;
  font-weight: 700;
  font-size: min(1.2vw, 15px);
  font-feature-settings: "palt";
  color: #333333;
}
@media screen and (max-width: 768px) {
  .home .awardArea {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 18vw;
    grid-gap: 16px 4%;
    width: 92vw;
    margin-left: -4vw;
  }
  .home .awardArea .awardText {
    width: 100%;
    padding: 4px 2vw;
    font-size: 2.8vw;
  }
}
.home .recruit img {
  width: 100%;
  transition: 0.2s;
}
@media screen and (min-width: 769px) {
  .home .recruit a img:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
.home .award .mainTitle {
  width: 100%;
  max-width: 1370px;
  margin: auto;
}
.home .HomeBusinessGrd {
  display: flex;
  flex-direction: column;
  font-family: "din-2014", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Verdana, Meiryo, sans-serif !important;
}
.home .HomeBusinessGrd li h4 {
  font-size: 60px;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  color: #0068b7;
}
.home .HomeBusinessGrd li h4 span {
  font-size: 22px;
  font-weight: 700;
  color: #0068b7;
  display: block;
}
.home .HomeBusinessGrd li h4 span strong {
  margin: 0 5px;
  top: -1px;
  position: relative;
  color: #0068b7;
  font-family: "din-2014", sans-serif;
}
.home .HomeBusinessGrd li p {
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  text-align: justify;
  color: #333333;
}
.home .HomeBusinessGrd li img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .home .HomeBusinessGrd {
    gap: 96px;
  }
  .home .HomeBusinessGrd li {
    display: flex;
    align-items: center;
    gap: 72px;
  }
  .home .HomeBusinessGrd li div {
    width: 50%;
  }
  .home #home .news .commonBtnWrap {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .home .HomeBusinessGrd {
    gap: 56px;
  }
  .home .HomeBusinessGrd li h4 {
    font-size: 40px;
  }
  .home .HomeBusinessGrd li h4 .btob {
    letter-spacing: -1px;
  }
  .home .HomeBusinessGrd li h4 span {
    font-size: 18px;
  }
  .home .HomeBusinessGrd li p {
    margin: 12px 0 32px;
    font-size: 14px;
  }
}

@keyframes opening-anim-visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opening-anim-slideIn01 {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  50% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes opening-anim-slideIn02 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.company .omotoptxt {
  margin: 34px auto 82px;
  padding: 0 40px;
}
.company #mvv {
  padding-top: 34px;
}
.company h4.mvvTitle {
  margin-bottom: 12px;
  color: #a5aeb3;
  font-size: 28px;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
}
.company .mvvContents {
  margin-bottom: 3em;
}
.company .mvvContents .mvvContJa {
  width: 100%;
}
.company .mvvContents .mvvContJa p {
  margin-bottom: 0.2em;
  color: #0068B7;
  font-family: "din-2014", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Verdana, Meiryo, sans-serif;
  font-size: min(1.8vw, 22px);
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
.company .mvvContents .mvvContJa .mvvContDesc {
  color: #515151;
  font-size: 22px;
}
.company .mvvContents .mvvContEn p {
  margin-bottom: 0.2em;
  color: #a5aeb3;
  font-size: 12px;
  font-weight: 800;
  font-family: "din-2014", sans-serif;
  letter-spacing: 0.04em;
}
.company .vision {
  padding: 12px 0 40px;
}
.company .vision p {
  text-align: right;
  font-size: 32px;
  color: #a5aeb3;
}
@media screen and (min-width: 769px) {
  .company .pageTopTitle {
    position: absolute;
  }
  .company .omotop {
    padding: 179px 16px 0;
  }
  .company .omotoptxt img {
    width: 100%;
  }
  .company .mvvContents .mvvContJa .visionImgPadding {
    padding: 0 0 8px;
  }
  .company .mvvContents .mvvContJa .mssImgPadding {
    padding: 0 0 7.5px;
  }
  .company .mvvContents .mvvContJa .valueImg {
    padding: 5px 0 0;
  }
  .company .mvvContents .mvvContJa .mvvContDesc {
    padding: 7.5px 0 0.5px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .company .omo {
    position: relative;
  }
  .company .omotop {
    padding-left: 6.5vw;
    padding-right: 4.2vw;
  }
  .company .omotoptxt {
    margin: 34px auto 0;
  }
  .company .omo .omotop {
    padding-top: 4.8vw;
  }
  .company #mvv {
    padding: 4.2vw 6vw 0;
  }
  .company h4.mvvTitle {
    margin-bottom: 6px;
    color: #a5aeb3;
    font-size: 15px;
    font-weight: 700;
    font-family: "din-2014", sans-serif;
  }
  .company .mvvContents {
    display: block;
    margin-bottom: 2.4em;
  }
  .company .mvvContents .mvvContJa {
    width: 100%;
  }
  .company .mvvContents .mvvContJa .visionImgPadding {
    padding: 0 0 6px;
  }
  .company .mvvContents .mvvContJa .mssImgPadding {
    padding: 0 0 8px;
  }
  .company .mvvContents .mvvContJa p {
    margin-bottom: 0.4em;
    font-size: 4.4vw;
    line-height: 1.4;
  }
  .company .mvvContents .mvvContJa .mvvContDesc {
    font-size: 14px;
    padding: 8px 0 2.5px;
    margin-bottom: 0;
    letter-spacing: 0.02em;
  }
  .company .mvvContents .mvvContEn p {
    font-size: 10px;
  }
  .company .vision {
    padding: 12px 0 0;
  }
  .company .vision p {
    font-size: 11vw;
    font-weight: 600;
    letter-spacing: 1.6px;
    line-height: 15.6vw;
  }
}
.company .topMessage {
  position: relative;
}
.company .tmImg {
  position: absolute;
  width: 63%;
}
.company .tmContents {
  margin: 13.6% 0 0 4.1%;
  background: #efefef;
  padding: min(22vw, 244px) 6% 5.1%;
}
.company .tmContents p {
  font-size: min(1.8vw, 18px);
  line-height: 1.8;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 1.2px;
  word-break: auto-phrase;
}
.company .tmName {
  text-align: right;
  padding: 23px 0 0;
}
.company .tmPosition {
  font-size: 17px;
  padding-right: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .company .tmImg {
    width: 76%;
    left: 0;
  }
  .company .tmContents {
    margin: 41px -6vw 0 0;
    background: #efefef;
    padding: 31vw 7vw 0;
  }
  .company .tmContents p {
    font-size: 3.7vw;
    line-height: 1.7;
    font-weight: 600;
    letter-spacing: 0;
  }
  .company .tmPosition {
    font-size: 3.3vw;
    padding-right: 19px;
  }
  .company .tmContents .tmName {
    font-size: 4vw;
    padding: 22px 5vw 50px 0;
  }
}
.company .boardmembers {
  padding-bottom: 143px;
}
.company .bmCategoryHd {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: bold;
}
.company .bmArea {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6.3%;
  row-gap: 40px;
  margin-bottom: 56px;
}
.company .bmArea li {
  width: 14.9%;
}
.company .bmArea li img {
  width: 100%;
}
.company .bmArea li p {
  font-weight: 600;
  text-align: center;
}
.company .bmTitle {
  font-size: 13px;
  padding-top: 8px;
}
.company .bmTitle span {
  font-weight: 600;
}
.company .bmName {
  font-size: 16px;
}
.company .modaal-gallery-item img {
  max-width: 900px;
}
@media screen and (min-width: 769px) {
  .company .vmvArea {
    display: flex;
  }
  .company .vmvTitle {
    width: 60%;
  }
  .company .vmvText {
    width: 40%;
  }
  .company .bmArea {
    visibility: hidden;
  }
  .company .bmArea li {
    transition: 0.5s;
  }
  .company .bmArea li a {
    visibility: visible;
  }
  .company .bmArea:hover li:not(:hover) {
    opacity: 0.4;
    transition: 0.5s;
  }
}
@media screen and (max-width: 768px) {
  .company .boardmembers {
    padding-bottom: 85px;
  }
  .company .bmArea {
    column-gap: 4%;
    row-gap: 32px;
    margin-bottom: 48px;
  }
  .company .bmArea li {
    width: 30.6%;
  }
  .company .bmTitle {
    font-size: 10px;
    padding-top: 2px;
    white-space: nowrap;
  }
  .company .bmTitle span {
    font-size: 10px;
    font-weight: 600;
  }
  .company .bmName {
    font-size: 12px;
  }
  .company .vmv .vmvLast {
    padding-bottom: 0;
  }
  .company .modaal-gallery-item img {
    max-width: 518px;
  }
}
.company .companyInformation {
  background: #a5aeb3;
  padding-bottom: 156px;
  max-width: 1200px;
  width: 100%;
}
.company .companyInformation .mainTitle {
  margin-left: 30px;
  padding-bottom: 90px;
}
.company .ciArea {
  line-height: 2.14;
  border-collapse: collapse;
  border: none;
  width: 100%;
}
.company .ciArea th {
  width: 22%;
  text-align: left;
  color: #ffffff;
  font-size: 14px;
  border: none;
  padding: 11px 0;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: baseline;
}
.company .ciArea td {
  border: none;
  padding: 14px 0;
  font-weight: 600;
  line-height: 1.7;
  font-size: 14px;
}
.company .ciArea td div {
  font-weight: 600;
  line-height: 1.7;
  font-size: 14px;
}
.company .ciArea td span {
  font-size: 0.9em;
  font-weight: 600;
  padding-left: 5px;
}
.company .ciArea tr {
  border-bottom: solid 1px #ffffff;
}
.company .ciArea .ciTitle {
  width: 33%;
}
.company .ciArea .officerList,
.company .ciArea .officerList dt,
.company .ciArea .officerList dd {
  font-weight: 600;
  line-height: 1.7;
  font-size: 14px;
}
.company .ciArea .officerList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.company .ciArea .officerList dt {
  width: 40%;
  margin-right: 2%;
}
.company .ciArea .officerList dd {
  width: 58%;
}
.company .companyInformation .pmark {
  position: relative;
  padding-bottom: 0;
}
.company .companyInformation .pmark img {
  width: 281px;
  padding-top: 18px;
}
.company .ciHistoryTable th {
  width: 5em;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  color: #0068b7;
}
.company .ciHistoryTable ul li {
  position: relative;
  padding-left: 1em;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #333333;
}
.company .ciHistoryTable ul li:not(:last-child) {
  margin-bottom: 6px;
}
.company .ciHistoryTable ul li::before {
  display: block;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .company .mainTitleColor {
    padding: 85px 0 58px;
  }
}
.company .gmBack {
  background: #0068bf url("/img/globalmap.svg") no-repeat 102px 511px/1059px auto;
  position: absolute;
  inset: 143px 5% 22.3vw 0;
  bottom: 150px;
  z-index: -2;
  border-radius: 0 80px 80px 0;
  width: 91.2vw;
}
@media screen and (min-width: 769px) {
  .company .glmapArea {
    float: right;
    width: 34%;
  }
}
@media screen and (max-width: 1830px) {
  .company .gmBack {
    background: #0068b7 url("/img/globalmap.svg") no-repeat 65px 511px/1059px auto;
  }
}
@media screen and (max-width: 1765px) {
  .company .gmBack {
    background: #0068b7 url("/img/globalmap.svg") no-repeat 23px 511px/1059px auto;
  }
}
@media screen and (max-width: 1700px) {
  .company .gmBack {
    background: #0068b7 url("/img/globalmap.svg") no-repeat -20px 511px/1059px auto;
  }
}
@media screen and (max-width: 1616px) {
  .company .gmBack {
    background: #0068b7 url("/img/globalmap.svg") no-repeat -61px 511px/1059px auto;
  }
}
@media screen and (max-width: 1590px) {
  .company .gmBack {
    background: #0068b7 url("/img/globalmap.svg") no-repeat -83px 511px/1059px auto;
  }
}
@media screen and (max-width: 1530px) {
  .company .gmBack {
    background: #0068b7 url("/img/globalmap.svg") no-repeat -143px 511px/1059px auto;
  }
}
@media screen and (max-width: 1470px) {
  .company .gmBack {
    background: #0068b7 url("/img/globalmap.svg") no-repeat -143px 511px/1059px auto;
  }
}
@media screen and (max-width: 1410px) {
  .company .gmBack {
    background: #0068b7 url("/img/globalmap.svg") no-repeat -202px 511px/1059px auto;
    width: 94.4vw;
  }
}
@media screen and (max-width: 1350px) {
  .company .gmBack {
    background: #0068b7 url("/img/globalmap.svg") no-repeat -226px 511px/1059px auto;
  }
}
@media screen and (max-width: 1290px) {
  .company .gmBack {
    background: #0068b7 url("/img/globalmap.svg") no-repeat -300px 511px/1059px auto;
  }
}
@media screen and (max-width: 1230px) {
  .company .gmBack {
    background: #0068b7 url("/img/globalmap.svg") no-repeat -300px 511px/1059px auto;
  }
}
@media screen and (max-width: 1143px) {
  .company .gmBack {
    background: #0068b7 url("/img/globalmap.svg") no-repeat -353px 511px/1059px auto;
  }
}
@media screen and (max-width: 1110px) {
  .company .gmBack {
    background: #0068b7 url("/img/globalmap.svg") no-repeat -373px 511px/1059px auto;
  }
  .company .glmapArea {
    width: 35%;
  }
}
@media screen and (max-width: 1050px) {
  .company .gmBack {
    background: #0068b7 url("/img/globalmap.svg") no-repeat -30vw 556px/88vw auto;
  }
  .company .glmapArea {
    width: 39%;
  }
}
@media screen and (max-width: 1000px) {
  .company .gmBack {
    background: #0068b7 url("/img/globalmap.svg") no-repeat -30vw 556px/88vw auto;
    width: 99%;
  }
}
@media screen and (max-width: 800px) {
  .company .gmBack {
    background: #0068b7 url("/img/globalmap.svg") no-repeat -267px 556px/92vw auto;
  }
}
.company .globalMap {
  position: relative;
  padding-top: 143px;
  padding-bottom: 250px;
  overflow: hidden;
  background: #f6f7f7;
  z-index: 1;
}
.company .globalMap .mainTitle {
  color: #ffffff;
}
.company .globalMap p {
  color: #ffffff;
}
.company .gmTitle {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
}
.company .gmText {
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
}
.company .gmText span {
  letter-spacing: 1.3px;
  color: #ffffff;
  padding-left: 3px;
  font-size: 18px;
  font-weight: 400;
}
.company .glContents {
  padding-bottom: 40px;
}
.company .glMapTitle {
  font-size: 31px;
  padding-bottom: 10px;
  margin-bottom: 17px;
  border-bottom: solid 1px #99a3a8;
  letter-spacing: 3.2px;
  -webkit-text-stroke: 1px #ffffff;
}
.company .glText {
  margin-right: 18%;
  line-height: 31px;
  font-weight: 400;
}
@media screen and (max-width: 1050px) {
  .company .glText {
    margin-right: 3%;
  }
}
.company .glText span {
  padding-right: 6px;
  font-weight: 600;
  color: #99a3a8;
  vertical-align: bottom;
  font-size: 13px;
}
.company .glTextSpan {
  padding-left: 11px;
}
.company .ciContents {
  padding: 0;
}
.company .ciHistoryTitle {
  padding: 120px 0 80px;
  font-size: 20px;
  font-family: "din-2014", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Verdana, Meiryo, sans-serif !important;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .company .vmvArea {
    display: flex;
  }
  .company .vmvTitle {
    width: 60%;
  }
  .company .vmvText {
    width: 40%;
  }
  .company .ciWrap {
    width: 50%;
  }
  .company .ciContents {
    display: flex;
    column-gap: 4%;
    justify-content: space-between;
    margin: auto;
  }
  .company .ciArea th {
    line-height: 27px;
  }
  .company .ciContents .consolidated td {
    padding-top: 12px;
  }
  .company .companyInformation .mainTitle {
    margin: auto;
  }
  .company .ciWrap .ciArea:last-of-type tr:last-of-type {
    border: none;
  }
  .company .ciWrap .ciArea:first-of-type tr:first-of-type th,
  .company .ciWrap .ciArea:first-of-type tr:first-of-type td {
    padding: 0 0 16px;
  }
  .company .ciArea tbody {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .company .companyInformation .mainTitle {
    margin: 0;
    padding-bottom: 40px;
  }
  .company .ciArea {
    width: 100%;
  }
  .company .ciArea tr {
    padding: 16px 0;
    display: block;
    position: relative;
  }
  .company .ciArea th {
    width: 20vw;
    margin: -2px 0 2px;
    font-size: 3.1vw;
    letter-spacing: 0.8px;
    line-height: 5vw;
    padding: 0;
    display: block;
  }
  .company .ciArea td {
    font-size: 3.5vw;
    line-height: 5vw;
    letter-spacing: 0.6px;
    padding: 1.2px 0 0;
  }
  .company .ciArea td div,
  .company .ciArea .officerList,
  .company .ciArea .officerList dt,
  .company .ciArea .officerList dd {
    font-size: 3.5vw;
    line-height: 5vw;
    letter-spacing: 0.6px;
  }
  .company .ciWrap .ciTitle,
  .company .ciArea .officerList dt {
    width: 36vw;
    margin-right: 0;
  }
  .company .ciArea .officerList dd {
    width: calc(100% - 36vw);
  }
  .company .ciWrap .ciArea td span {
    font-size: 10px;
    padding-left: 4px;
    vertical-align: bottom;
  }
  .company .ciContents {
    padding-left: 0;
    padding-right: 0;
  }
  .company .ciContents .ciWrap:last-of-type .ciArea:last-of-type tr:last-of-type {
    border-bottom: none;
  }
  .company .companyInformation {
    padding-bottom: 72px;
  }
  .company .companyInformation .pmark {
    position: initial;
  }
  .company .companyInformation .pmark img {
    width: 45vw;
    padding-top: 8px;
  }
  .company .ciHistoryTitle {
    padding: 90px 0 48px;
  }
  .company .gmBack {
    right: 30px;
    width: 92vw;
    border-radius: 0 50px 50px 0;
    background: #0068b7 url("/img/globalmap_sp.png") no-repeat 50% 70.9vw/100% auto;
    bottom: 6%;
  }
  .company .gmTitle {
    font-size: 3.8vw;
    padding-bottom: 10px;
  }
  .company .gmText {
    font-size: 3.6vw;
    line-height: 6.3vw;
    padding-right: 17px;
  }
  .company .gmText span {
    padding-left: 6px;
    font-size: 3.6vw;
  }
  .company .glMapTitle {
    font-size: 4.7vw;
    padding-bottom: 20px;
    letter-spacing: 1px;
  }
  .company .glMapText {
    font-size: 17px;
    line-height: 30px;
  }
  .company .glText {
    font-size: 3.2vw;
    line-height: 6.3vw;
    font-weight: 500;
    min-height: 25vw;
    margin-right: 10%;
  }
  .company .glContents {
    margin-top: 50px;
    width: 100%;
    padding: 74.8vw 0 0 13.1vw;
  }
  .company .glTitle {
    transition: all 0.2s ease;
    color: #99a3a8;
    padding: 0 0.2vw 0.8vw;
    letter-spacing: 0.4px;
    font-size: 4.9vw;
    margin: 0 2.6vw 0 0;
    font-weight: 600;
  }
  .company input[name=glTitle] {
    display: none;
  }
  .company .glContents .tab_content {
    display: none;
    padding: 2.5vw 0 0;
    clear: both;
    overflow: hidden;
    border-top: 1px solid #99a3a8;
    margin-top: 1.2vw;
  }
  .company #TOKYO:checked ~ #TOKYO_content,
  .company #OSAKA:checked ~ #OSAKA_content,
  .company #USA:checked ~ #USA_content,
  .company #CHINA:checked ~ #CHINA_content {
    display: block;
  }
  .company #TOKYO:checked + .glTitle,
  .company #OSAKA:checked + .glTitle,
  .company #USA:checked + .glTitle,
  .company #CHINA:checked + .glTitle {
    border-bottom: 3px solid #ffffff;
    color: #ffffff;
  }
  .company .globalMap {
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 630px) {
  .company .gmBack {
    background: #0068b7 url("/img/globalmap_sp.png") no-repeat 50% 72.9vw/100% auto;
  }
}
@media screen and (max-width: 620px) {
  .company .gmBack {
    background: #0068b7 url("/img/globalmap_sp.png") no-repeat 50% 76.9vw/100% auto;
  }
}
@media screen and (max-width: 500px) {
  .company .gmBack {
    background: #0068b7 url("/img/globalmap_sp.png") no-repeat 50% 79.9vw/100% auto;
  }
}
@media screen and (max-width: 428px) {
  .company .gmBack {
    background: #0068b7 url("/img/globalmap_sp.png") no-repeat 50% 86.9vw/100% auto;
    bottom: 88px;
  }
}
@media screen and (max-width: 376px) {
  .company .ciWrap .ciArea td span {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 320px) {
  .company .ciWrap .ciTitle {
    width: 25vw;
  }
  .company .gmText {
    font-size: 3.5vw;
  }
  .company .gmBack {
    background: #0068b7 url("/img/globalmap_sp.png") no-repeat 50% 97.9vw/100% auto;
  }
  .company .ciArea td,
  .company .ciArea td div {
    font-size: 3.3vw;
    letter-spacing: 0.3px;
  }
  .company .ciArea th {
    font-size: 3.3vw;
  }
}
.company .officeText {
  padding: 34px 40px 90px;
}
.company .officeText p {
  font-weight: 600;
  font-size: min(1.3vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.1px;
}
.company .mapText {
  padding-top: 20px;
}
.company .mapText .address {
  font-weight: 600;
  font-size: min(1.3vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.1px;
}
.company .mapText .commonBtn {
  margin-top: 7px;
}
@media screen and (min-width: 769px) {
  .company .officeImg {
    max-width: none;
    margin: 0 0 0 calc((100% - 1200px) / 2 + 40px);
    min-width: inherit;
  }
  .company .officeImg img {
    width: 100%;
  }
  .company .officeText img {
    width: 78%;
  }
  .company .mapText .address {
    float: left;
  }
  .company .mapText .commonBtnWrap {
    float: right;
  }
}
@media screen and (max-width: 1200px) {
  .company .officeImg {
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .company .office .mainTitleColor {
    padding-left: 0;
  }
  .company .officeImg {
    margin: 0;
  }
  .company .office img {
    width: 100%;
    margin: 0;
  }
  .company .officeText {
    padding: 26px 8vw 47px;
  }
  .company .officeText p {
    padding-left: 1em;
    font-weight: 500;
    font-size: 3.6vw;
    line-height: 6.3vw;
  }
  .company .maptext {
    padding-top: 30px;
    padding-bottom: 12px;
  }
  .company .mapText .address {
    font-weight: 500;
    font-size: 3.7vw;
    line-height: 1.7;
    padding-bottom: 20px;
  }
}

.servicePage {
  overflow: hidden;
  background-color: #f0f0f0;
  font-family: "din-2014", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Verdana, Meiryo, sans-serif !important;
  /* 共通要素 */
  /* PC */
  /* SP */
}
.servicePage img {
  margin: auto;
  width: 100%;
}
.servicePage .commonBtn {
  color: #ffffff;
  background-color: #0068b7;
  background-image: url("/img/nextarrow_w.svg");
}
@media (hover: hover) {
  .servicePage .commonBtn:hover {
    color: #333333;
    background-color: #e4e7e8;
    background-image: url("/img/nextarrow.svg");
  }
  .servicePage .businessFv .commonBtn:hover {
    background-color: #ffffff;
  }
}
.servicePage .centerBtnWrap {
  margin-top: 40px;
  text-align: center;
}
.servicePage .grayButton {
  display: inline-block;
  padding: 12px 72px;
  border-radius: 4px;
  background: #a5aeb3 url("/img/nextarrow_w.svg") no-repeat right 56px center/6px auto;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .servicePage .grayButton {
    padding: 8px 56px 8px 32px;
    background-position: right 32px center;
    font-size: 14px;
  }
}
.servicePage .subText {
  margin-bottom: 24px;
  color: #0068b7;
  font-size: 24px;
  font-family: "din-2014", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Verdana, Meiryo, sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .servicePage .subText {
    font-size: 16px;
  }
  .servicePage .subText.type02 {
    font-size: 14px;
  }
}
.servicePage .subText.mb32 {
  margin-bottom: 32px;
}
.servicePage .subText.white {
  color: #ffffff;
}
.servicePage .businessHd {
  margin-bottom: 20px;
  font-weight: 700;
  color: #0068b7;
  line-height: 1.3;
  word-break: auto-phrase;
}
.servicePage .businessHd.white {
  color: #ffffff;
}
.servicePage .businessHd span {
  font-weight: 700;
}
.servicePage .businessHd.ff-din, .servicePage .businessHd .ff-din {
  font-family: "din-2014", sans-serif;
  line-height: 1;
}
.servicePage .businessHd.fz95, .servicePage .businessHd .fz95 {
  font-size: 95px;
}
.servicePage .businessHd.fz80, .servicePage .businessHd .fz80 {
  font-size: min(6.6vw, 80px);
}
.servicePage .businessHd.fz60, .servicePage .businessHd .fz60 {
  font-size: 60px;
}
.servicePage .businessHd.fz45, .servicePage .businessHd .fz45 {
  font-size: 45px;
}
.servicePage .businessHd.fz30, .servicePage .businessHd .fz30 {
  font-size: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .servicePage .businessHd.fz95, .servicePage .businessHd .fz95 {
    font-size: 60px;
  }
  .servicePage .businessHd.fz80, .servicePage .businessHd .fz80 {
    font-size: 32px;
  }
  .servicePage .businessHd.fz60, .servicePage .businessHd .fz60 {
    font-size: 28px;
  }
  .servicePage .businessHd.fz45, .servicePage .businessHd .fz45 {
    font-size: 20px;
  }
  .servicePage .businessHd.fz30, .servicePage .businessHd .fz30 {
    font-size: 20px;
  }
}
.servicePage .businessContentsWrap {
  padding-top: 80px;
}
.servicePage .businessContentsSec {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.servicePage .businessContentsInner {
  position: relative;
  z-index: 1;
  padding: 64px 0 100px;
  background-color: #ffffff;
}
.servicePage .businessContentsInner.type02 {
  padding-top: 100px;
  background-color: #0068b7;
  color: #ffffff;
}
.servicePage .businessContentsInner.type02::before, .servicePage .businessContentsInner.type02::after {
  background-color: #0068b7;
}
.servicePage .businessContentsInner::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 12px;
}
.servicePage .businessContentsInner::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
}
.servicePage .businessContentsInner.radiusRightTop::before {
  border-radius: 0 12px 0 0;
}
.servicePage .businessContentsInner.radiusRightBottom::before {
  border-radius: 0 0 12px 0;
}
.servicePage .businessContentsSec .businessContentsInner::before {
  right: -40px;
}
.servicePage .businessContentsSec .businessContentsInner::after {
  right: 0;
}
.servicePage .businessContentsText {
  font-weight: bold;
  font-size: min(2vw, 22px);
  line-height: 1.8;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
.servicePage .businessContentsText.fz18 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .servicePage .businessHd {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .servicePage .businessContentsWrap {
    padding-top: 64px;
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .servicePage .businessContentsSec {
    padding: 0;
  }
  .servicePage .businessContentsInner {
    width: 100%;
    padding: 32px 0 48px;
    padding-right: 6vw;
    border-radius: 10px;
  }
  .servicePage .businessContentsInner.radiusRightTop {
    border-radius: 0 10px 0 0;
  }
  .servicePage .businessContentsInner.radiusRightBottom {
    border-radius: 0 0 10px 0;
  }
  .servicePage .businessContentsInner::before {
    border-radius: 10px;
  }
  .servicePage .businessContentsSec .businessContentsInner::before {
    display: none;
  }
  .servicePage .businessContentsSec .businessContentsInner::after {
    right: 50%;
  }
  .servicePage .businessContentsText {
    font-size: min(4.2vw, 16px);
    text-align: justify;
  }
  .servicePage .businessContentsText.fz18 {
    font-size: min(3.6vw, 14px);
  }
}
@media screen and (min-width: 769px) {
  .servicePage {
    /* HR・BtoC共通のリスト */
  }
  .servicePage .commonBtnWrap {
    margin-top: 96px;
  }
  .servicePage .businessFv {
    max-height: 700px;
    margin: 0 auto;
    padding-top: min(9vw, 170px);
    background-image: url("/img/business/business_main_pc.png");
    background-position: center center;
    background-size: cover;
    aspect-ratio: 16/8;
  }
  .servicePage .businessFv .businessFvTitle {
    margin-bottom: 48px;
    padding: 0;
  }
  .servicePage .businessFv .businessFvTextBox {
    width: 45%;
  }
  .servicePage .businessFv .businessFvText {
    margin-bottom: min(6vw, 72px);
    font-size: min(4.8vw, 52px);
    font-weight: bold;
    word-break: keep-all;
  }
  .servicePage #dataResearch,
  .servicePage #hr,
  .servicePage #btoc {
    padding-top: 160px;
  }
  .servicePage .solutionSection {
    margin-top: 48px;
    padding-bottom: 56px;
  }
  .servicePage .solutionSection .solutionBox {
    width: calc(100% + 40px);
    margin-top: 32px;
    padding: 20px 0 6px 32px;
    border-radius: 10px 0 0 0;
    background-color: #0068b7;
  }
  .servicePage .solutionSection .solutionBox .solutionHdWrap {
    padding-right: 24px;
    text-align: center;
  }
  .servicePage .solutionSection .solutionBox .solutionHd {
    display: inline-block;
    padding: 2px 32px;
    border-radius: 3px;
    background-color: #ffffff;
    color: #0068b7;
    font-size: min(2.8vw, 24px);
    font-weight: bold;
  }
  .servicePage .solutionSection .solutionBox .solutionCategoryList {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(3%, 32px);
    margin: 24px auto;
  }
  .servicePage .solutionSection .solutionBox .solutionCategoryList li {
    border-bottom: 2px solid #ffffff;
    line-height: 1.2;
    font-size: min(1.6vw, 24px);
    font-weight: bold;
    color: #ffffff;
  }
  .servicePage .solutionSection .solutionBox .solutionCategoryList li:last-child {
    border-bottom: none;
    padding-bottom: 4px;
    font-size: 16px;
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap {
    display: flex;
    gap: 10px;
    padding: 20px;
    padding-right: 0;
    background-color: #ffffff;
    border-radius: 12px 0 0 12px;
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap .supportAreasHd {
    padding: min(7.5vw, 90px) min(1.2vw, 16px);
    background-color: #0068b7;
    border-radius: 10px 0 0 10px;
    color: #ffffff;
    font-size: min(1.4vw, 20px);
    font-weight: bold;
    writing-mode: vertical-rl;
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap .supportAreasInner {
    width: 100%;
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap .supportAreasExamples {
    position: relative;
    z-index: 0;
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap .supportAreasExamples .collapsibleButton {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 1068/50;
    background-image: url("/img/business/business_hd_support-areas_pc-close.svg");
    background-size: cover;
    cursor: pointer;
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap .supportAreasExamples .collapsibleButton.is-opened {
    background-image: url("/img/business/business_hd_support-areas_pc-open.svg");
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap .supportAreasExamples .collapsibleButton.is-opened .supportAreasExamplesHd {
    border-bottom: none;
    color: #0068b7;
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap .supportAreasExamples .collapsibleButton.is-opened .supportAreasExamplesHd:after {
    background-image: url("/img/business/business_icon_support-areas_arrow02.svg");
    animation: none;
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap .supportAreasExamples .collapsibleButton .supportAreasExamplesHd {
    position: relative;
    border-bottom: 1px solid #ffffff;
    font-weight: bold;
    font-size: min(1.6vw, 20px);
    color: #ffffff;
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap .supportAreasExamples .collapsibleButton .supportAreasExamplesHd:after {
    content: "";
    position: absolute;
    top: 36%;
    right: -28px;
    width: 13px;
    height: 8px;
    background-image: url("/img/business/business_icon_support-areas_arrow01.svg");
    background-size: cover;
    animation: collapsible-arrow-animation 1.2s infinite ease;
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap .supportAreasExamples .collapsibleContent {
    position: relative;
    z-index: 0;
    margin-top: -2.4%;
  }
  .servicePage .knowledgeSection {
    margin-top: 80px;
  }
  .servicePage .knowledgeSection .knowledgeImageArea {
    margin-top: 32px;
  }
  .servicePage .knowledgeSection .knowledgeText {
    margin-top: 8px;
    padding: 12px;
    border-radius: 0 0 10px 10px;
    background-color: #ffffff;
    text-align: center;
    color: #0068b7;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
  }
  .servicePage .achievementsBox,
  .servicePage .partnerBox {
    display: flex;
    gap: 48px;
    margin-top: 96px;
  }
  .servicePage .achievementsBox .leftBlock,
  .servicePage .partnerBox .leftBlock {
    flex: 1;
  }
  .servicePage .achievementsBox .rightBlock,
  .servicePage .partnerBox .rightBlock {
    width: 58%;
  }
  .servicePage .achievementsBox .rightBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .servicePage .achievementsBox .rightBlock img {
    margin: 0;
  }
  .servicePage .achievementsBox .rightBlock .noteText {
    margin-top: 4px;
    font-size: 10px;
    color: #ffffff;
  }
  .servicePage .partnerBox {
    align-items: flex-end;
  }
  .servicePage .partnerBox .rightBlock {
    margin-bottom: 12px;
  }
  .servicePage .dataResearchSection .businessContentBox {
    margin-top: 32px;
  }
  .servicePage .dataResearchSection .kourySection {
    margin: 108px auto 0;
  }
  .servicePage .dataResearchSection .kourySection .aboutKoury {
    display: flex;
    gap: 64px;
  }
  .servicePage .dataResearchSection .kourySection .aboutKoury .aboutKouryImgBlock {
    width: 44%;
  }
  .servicePage .dataResearchSection .kourySection .aboutKoury .aboutKouryTextBlock {
    width: 56%;
  }
  .servicePage .dataResearchSection .kourySection .aboutKoury .aboutKouryTextBlock .kouryLogo {
    width: 180px;
  }
  .servicePage .dataResearchSection .kourySection .aboutKoury .aboutKouryTextBlock h4 {
    margin: 24px 0 16px;
    font-size: 22px;
    font-weight: 700;
    color: #0068b7;
    font-family: "din-2014", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Verdana, Meiryo, sans-serif;
  }
  .servicePage .dataResearchSection .kourySection .kouryPoint {
    display: flex;
    align-items: center;
    margin-top: 24px;
    padding: 16px 0;
    background-color: #ebebeb;
    border-radius: 10px;
  }
  .servicePage .dataResearchSection .kourySection .kouryPointHd {
    padding: 0 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #0068b7;
    font-family: "din-2014", sans-serif;
    letter-spacing: 0.05em;
  }
  .servicePage .dataResearchSection .kourySection .kouryPointList {
    padding: 0 30px;
    border-left: #ffffff solid 2px;
  }
  .servicePage .dataResearchSection .kourySection .kouryPointList li {
    font-size: 15px;
    font-weight: 700;
    font-family: "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Verdana, Meiryo, sans-serif;
  }
  .servicePage .dataResearchSection .kourySection .kouryFunctionHd {
    margin: 56px 0 32px;
    font-size: 30px;
    font-weight: 700;
  }
  .servicePage .dataResearchSection .kourySection .kouryFunctionHd span {
    font-size: 35px;
    font-weight: 700;
    font-family: "din-2014", sans-serif;
  }
  .servicePage .dataResearchSection .kourySection .kouryFunctionList {
    display: flex;
    flex-wrap: wrap;
  }
  .servicePage .dataResearchSection .kourySection .kouryFunctionList li {
    width: 25%;
    padding: 16px 4px;
    text-align: center;
  }
  .servicePage .dataResearchSection .kourySection .kouryFunctionList li:not(:nth-child(4n)) {
    border-right: 1px solid #a7aeb2;
  }
  .servicePage .dataResearchSection .kourySection .kouryFunctionList li:nth-child(1), .servicePage .dataResearchSection .kourySection .kouryFunctionList li:nth-child(2), .servicePage .dataResearchSection .kourySection .kouryFunctionList li:nth-child(3), .servicePage .dataResearchSection .kourySection .kouryFunctionList li:nth-child(4) {
    border-bottom: 1px solid #a7aeb2;
  }
  .servicePage .dataResearchSection .kourySection .kouryFunctionList li img {
    width: 54%;
  }
  .servicePage .dataResearchSection .kourySection .kouryFunctionList li p {
    margin-top: 16px;
    font-size: 17px;
    font-weight: 700;
    word-break: auto-phrase;
  }
  .servicePage .dataResearchSection .kourySection .kouryFunctionList li p span.spNone {
    display: inline-block;
  }
  .servicePage .hrServiceSection .businessContentBox {
    margin-top: 32px;
  }
  .servicePage .brandLicenseSection .businessBtocBox {
    display: flex;
    gap: 80px;
  }
  .servicePage .brandLicenseSection .businessBtocBox .leftBlock {
    flex: 1;
  }
  .servicePage .brandLicenseSection .businessBtocBox .rightBlock {
    width: 58%;
  }
  .servicePage .brandLicenseSection .businessBtocImgWrap {
    margin-top: 24px;
  }
  .servicePage .brandLicenseSection .businessBtocHd {
    margin: 96px 0 48px;
    font-size: 22px;
    font-weight: 700;
    color: #0068b7;
  }
  .servicePage .brandLicenseSection .businessListGrid .businessGridItemHd {
    min-height: 60px;
  }
  .servicePage .brandLicenseSection .businessListGrid .businessBtocLogoBox {
    display: flex;
    align-items: center;
    max-height: 56px;
    margin: 16px 0;
  }
  .servicePage .brandLicenseSection .businessListGrid .businessBtocLogoBox .businessBtocLogo {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0;
  }
  .servicePage .brandLicenseSection .businessListGrid .businessBtocCategoryWrap {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
  }
  .servicePage .brandLicenseSection .businessListGrid .businessBtocCategoryWrap .businessBtocCategory {
    min-width: 74px;
    padding: 2px 4px;
    border-radius: 3px;
    background-color: #666666;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
  }
  .servicePage .brandLicenseSection .businessListGrid .achievementText {
    margin-bottom: 12px;
    font-family: "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Verdana, Meiryo, sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    color: #0068b7;
  }
  .servicePage .businessListGrid .businessGridItemHd {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 700;
  }
  .servicePage .businessListGrid .urlText {
    display: block;
    position: relative;
    padding-left: 12px;
    font-size: 14px;
    word-break: break-word;
  }
  .servicePage .businessListGrid .urlText::after {
    content: "";
    width: 5px;
    height: 5px;
    top: 50%;
    left: 0;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    display: block;
  }
  .servicePage .GrdPC_1-3,
  .servicePage .GrdPC_1-4 {
    position: relative;
    display: grid;
    grid-gap: 24px 3%;
  }
  .servicePage .GrdPC_1-3 {
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-columns: repeat(3, 1fr);
  }
  .servicePage .GrdPC_1-4 {
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-columns: repeat(4, 1fr);
  }
  .servicePage .scrollHint {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .servicePage {
    /* HR・BtoC共通のリスト */
  }
  .servicePage .businessFv {
    margin: 0 auto;
    padding-top: 13vw;
    background-image: url("/img/business/business_main_sp.png");
    background-position: center center;
    background-size: cover;
    aspect-ratio: 13/16;
  }
  .servicePage .businessFv .businessFvTextBox {
    margin-bottom: 48px;
  }
  .servicePage .businessFv .businessFvTitle {
    margin-bottom: 32px;
    padding: 0;
    font-size: 20px;
  }
  .servicePage .businessFv .businessFvText {
    margin-bottom: 40px;
    font-size: min(8vw, 64px);
    font-weight: bold;
    word-break: keep-all;
  }
  .servicePage #dataResearch,
  .servicePage #hr,
  .servicePage #btoc {
    padding-top: 80px;
  }
  .servicePage .solutionSection {
    margin-top: 32px;
    padding-bottom: 48px;
  }
  .servicePage .solutionSection .solutionBox {
    width: calc(100% + 6vw);
    margin-top: 24px;
    padding: 20px 0 6px 20px;
    border-radius: 10px 0 0 0;
    background-color: #0068b7;
  }
  .servicePage .solutionSection .solutionBox .solutionHdWrap {
    padding-right: 24px;
    text-align: center;
  }
  .servicePage .solutionSection .solutionBox .solutionHd {
    display: inline-block;
    padding: 2px 20px;
    border-radius: 3px;
    background-color: #ffffff;
    color: #0068b7;
    font-size: min(4.2vw, 16px);
    font-weight: bold;
  }
  .servicePage .solutionSection .solutionBox .solutionCategoryList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 16px auto;
  }
  .servicePage .solutionSection .solutionBox .solutionCategoryList li {
    border-bottom: 1px solid #ffffff;
    line-height: 1.2;
    font-size: min(3.8vw, 14px);
    font-weight: bold;
    color: #ffffff;
  }
  .servicePage .solutionSection .solutionBox .solutionCategoryList li:last-child {
    border-bottom: none;
    padding-bottom: 4px;
    font-size: 8px;
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap {
    overflow-x: scroll;
    position: relative;
    display: flex;
    gap: 10px;
    padding: 12px;
    padding-right: 0;
    background-color: #ffffff;
    border-radius: 6px 0 0 6px;
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap .supportAreasHd {
    padding: 24px 4px;
    background-color: #0068b7;
    border-radius: 5px 0 0 5px;
    color: #ffffff;
    font-size: min(3.6vw, 13px);
    font-weight: bold;
    writing-mode: vertical-rl;
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap .supportAreasInner {
    width: 100%;
    min-width: 580px;
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap .supportAreasExamples {
    position: relative;
    z-index: 0;
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap .supportAreasExamples .collapsibleButton {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 580/30;
    background-image: url("/img/business/business_hd_support-areas_sp-close.svg");
    background-size: cover;
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap .supportAreasExamples .collapsibleButton.is-opened {
    background-image: url("/img/business/business_hd_support-areas_sp-open.svg");
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap .supportAreasExamples .collapsibleButton.is-opened .supportAreasExamplesHd {
    border-bottom: none;
    color: #0068b7;
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap .supportAreasExamples .collapsibleButton.is-opened .supportAreasExamplesHd:after {
    background-image: url("/img/business/business_icon_support-areas_arrow02.svg");
    animation: none;
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap .supportAreasExamples .collapsibleButton .supportAreasExamplesHd {
    position: relative;
    margin-left: min(3vw, 12px);
    border-bottom: 1px solid #ffffff;
    font-weight: bold;
    font-size: min(3.2vw, 14px);
    color: #ffffff;
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap .supportAreasExamples .collapsibleButton .supportAreasExamplesHd:after {
    content: "";
    position: absolute;
    top: 36%;
    right: -20px;
    width: 10px;
    height: 6px;
    background-image: url("/img/business/business_icon_support-areas_arrow01.svg");
    background-size: cover;
    animation: collapsible-arrow-animation 1.2s infinite ease;
  }
  .servicePage .solutionSection .solutionBox .supportAreasWrap .supportAreasExamples .collapsibleContent {
    position: relative;
    z-index: 0;
    margin-top: -2.4%;
  }
  .servicePage .knowledgeSection {
    margin-top: 48px;
  }
  .servicePage .knowledgeSection .knowledgeImageArea {
    position: relative;
    overflow-x: scroll;
    width: calc(100% + 6vw);
    margin-top: 24px;
    padding-bottom: 12px;
  }
  .servicePage .knowledgeSection .knowledgeImageArea .knowledgeImage {
    min-width: 580px;
  }
  .servicePage .knowledgeSection .knowledgeText {
    margin-top: 12px;
    padding: 8px 0;
    border-radius: 0 0 5px 5px;
    background-color: #ffffff;
    text-align: center;
    color: #0068b7;
    font-size: min(4vw, 15px);
    font-weight: bold;
    line-height: 1.4;
  }
  .servicePage .achievementsBox,
  .servicePage .partnerBox {
    margin-top: 80px;
  }
  .servicePage .achievementsBox .rightBlock,
  .servicePage .partnerBox .rightBlock {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
  }
  .servicePage .achievementsBox .rightBlock .noteText {
    margin-top: 8px;
    font-size: 10px;
    color: #ffffff;
  }
  .servicePage .dataResearchSection .businessContentBox {
    margin-top: 32px;
  }
  .servicePage .dataResearchSection .businessContentsText {
    font-size: min(3.8vw, 14px);
  }
  .servicePage .dataResearchSection .kourySection {
    margin: 72px auto 0;
  }
  .servicePage .dataResearchSection .kourySection .aboutKoury {
    display: flex;
    gap: 32px;
    flex-flow: column-reverse wrap;
  }
  .servicePage .dataResearchSection .kourySection .aboutKoury .aboutKouryImgBlock {
    max-width: 480px;
    margin: auto;
    padding: 0 6vw;
  }
  .servicePage .dataResearchSection .kourySection .aboutKoury .aboutKouryTextBlock .kouryLogo {
    width: 40vw;
    max-width: 180px;
  }
  .servicePage .dataResearchSection .kourySection .aboutKoury .aboutKouryTextBlock h4 {
    margin: 24px 0 16px;
    font-size: 18px;
    font-weight: 700;
    color: #0068b7;
    font-family: "din-2014", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Verdana, Meiryo, sans-serif;
  }
  .servicePage .dataResearchSection .kourySection .kouryPoint {
    margin-top: 24px;
    padding: 16px 20px;
    background-color: #ebebeb;
    border-radius: 10px;
  }
  .servicePage .dataResearchSection .kourySection .kouryPointHd {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #0068b7;
    font-family: "din-2014", sans-serif;
    letter-spacing: 0.05em;
  }
  .servicePage .dataResearchSection .kourySection .kouryPointList li {
    line-height: 1.8;
    font-size: 14px;
    font-weight: 700;
    font-family: "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Verdana, Meiryo, sans-serif;
  }
  .servicePage .dataResearchSection .kourySection .kouryFunctionHd {
    margin: 20px 0 24px;
    font-size: 17px;
    font-weight: 700;
  }
  .servicePage .dataResearchSection .kourySection .kouryFunctionHd span {
    font-size: 21px;
    font-weight: 700;
    font-family: "din-2014", sans-serif;
  }
  .servicePage .dataResearchSection .kourySection .kouryFunctionList {
    display: flex;
    flex-wrap: wrap;
  }
  .servicePage .dataResearchSection .kourySection .kouryFunctionList li {
    width: 50%;
    padding: 16px 4px;
    border-bottom: 1px solid #a7aeb2;
    text-align: center;
  }
  .servicePage .dataResearchSection .kourySection .kouryFunctionList li:not(:nth-child(2n)) {
    border-right: 1px solid #a7aeb2;
  }
  .servicePage .dataResearchSection .kourySection .kouryFunctionList li:nth-child(7), .servicePage .dataResearchSection .kourySection .kouryFunctionList li:nth-child(8) {
    border-bottom: none;
  }
  .servicePage .dataResearchSection .kourySection .kouryFunctionList li img {
    width: 65%;
  }
  .servicePage .dataResearchSection .kourySection .kouryFunctionList li p {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 700;
  }
  .servicePage .hrServiceSection .businessContentBox {
    margin-top: 32px;
  }
  .servicePage .hrServiceSection .businessContentsText {
    font-size: min(3.8vw, 14px);
  }
  .servicePage .brandLicenseSection .businessBtocBox {
    display: flex;
    flex-direction: column-reverse;
    gap: 48px;
  }
  .servicePage .brandLicenseSection .businessBtocBox .leftBlock {
    flex: 1;
  }
  .servicePage .brandLicenseSection .businessBtocBox .rightBlock {
    width: calc(100% + 6vw);
    margin-left: -3vw;
  }
  .servicePage .brandLicenseSection .businessBtocImgWrap {
    margin-top: 20px;
    margin-bottom: 32px;
  }
  .servicePage .brandLicenseSection .businessBtocHd {
    margin: 48px 0 20px;
    font-size: 22px;
    font-weight: 700;
    color: #0068b7;
  }
  .servicePage .brandLicenseSection .businessListGrid .businessGridItemHd {
    min-height: 60px;
  }
  .servicePage .brandLicenseSection .businessListGrid .businessBtocLogoBox {
    display: flex;
    align-items: center;
    margin: 16px 0;
  }
  .servicePage .brandLicenseSection .businessListGrid .businessBtocLogoBox .businessBtocLogo {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0;
  }
  .servicePage .brandLicenseSection .businessListGrid .businessBtocCategoryWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
  }
  .servicePage .brandLicenseSection .businessListGrid .businessBtocCategoryWrap .businessBtocCategory {
    min-width: 56px;
    padding: 2px 4px;
    border-radius: 3px;
    background-color: #666666;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
  }
  .servicePage .brandLicenseSection .businessListGrid .achievementText {
    margin-bottom: 8px;
    font-family: "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Verdana, Meiryo, sans-serif !important;
    font-size: 15px;
    font-weight: bold;
    color: #0068b7;
  }
  .servicePage .businessListGrid .businessImgBox {
    width: 100%;
    overflow: hidden;
  }
  .servicePage .businessListGrid .businessImgBox img {
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
  }
  .servicePage .businessListGrid .businessGridItemHd {
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
  }
  .servicePage .businessListGrid .urlText {
    display: block;
    position: relative;
    padding-left: 12px;
    font-size: 11px;
    word-break: break-word;
  }
  .servicePage .businessListGrid .urlText::after {
    content: "";
    width: 4px;
    height: 4px;
    top: 50%;
    left: 0;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    display: block;
  }
  .servicePage .GrdSP_1-1,
  .servicePage .GrdSP_1-2 {
    position: relative;
    display: grid;
    grid-gap: 10vw 6vw;
  }
  .servicePage .GrdSP_1-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .servicePage .scrollHintWrap {
    position: relative;
  }
  .servicePage .scrollHint {
    opacity: 0;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 120px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    transition: opacity 0.3s;
  }
  .servicePage .scrollHint.is-active {
    opacity: 1;
  }
  .servicePage .scrollHint .scrollHintImg {
    width: 80px;
    animation: scroll-hint-animation 1.2s infinite ease;
  }
  .servicePage .scrollHint .scrollHintText {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #ffffff;
    text-transform: uppercase;
  }
  @keyframes scroll-hint-animation {
    0% {
      transform: translateX(4%);
    }
    50% {
      transform: translateX(-4%);
    }
    100% {
      transform: translateX(4%);
    }
  }
}
@keyframes collapsible-arrow-animation {
  0% {
    top: 48%;
  }
  50% {
    top: 32%;
  }
  100% {
    top: 48%;
  }
}

.singleDetail .entry-title {
  color: #0068b7;
  font-size: 34px;
  line-height: 1.36;
  font-weight: 600;
  padding: 134px 0 33px;
}
.singleDetail .news_sba-service-type {
  border: solid 1px #788186;
  width: 116px;
  border-radius: 4px;
  text-align: center;
  height: 26px;
  font-size: 15px;
  color: #788186;
  line-height: 25px;
  font-weight: 600;
  display: inline-block;
}
.singleDetail .news_update {
  color: #788186;
  font-size: 18px;
  padding-left: 17px;
  line-height: 27px;
  letter-spacing: 0.8px;
}
.singleDetail .newsUpArea {
  border-bottom: solid 1px #a5aeb3;
  padding-bottom: 60px;
  margin-bottom: 52px;
  display: flex;
}
.singleDetail .article-block-image {
  margin: 40px 0;
}
.singleDetail .article-block-image img {
  margin: auto;
  display: block;
  width: 100%;
  height: auto;
}
.singleDetail .entry-content strong {
  font-weight: 600;
}
.singleDetail .entry-content h2 {
  font-size: 32px;
  padding: 10px 0;
  font-weight: 600;
}
.singleDetail .entry-content h3 {
  font-size: 26px;
  padding: 10px 0;
  font-weight: 600;
}
.singleDetail .entry-content h4 {
  font-size: 18px;
  line-height: 1.6;
  padding: 10px 0;
}
.singleDetail .entry-content p {
  font-size: 18px;
  line-height: 2;
  padding: 0;
  font-weight: 600;
}
.singleDetail .entry-content .space {
  margin-bottom: 24px;
}
.singleDetail .entry-content .space img {
  width: 49.2%;
  margin-top: 40px;
}
.singleDetail .entry-content .beginning-title {
  font-size: 24px;
}
.singleDetail .entry-content .mitsuboshi-image {
  display: flex;
  flex-wrap: wrap;
}
.singleDetail .entry-content .mitsuboshi-image img {
  width: 50%;
  margin: 40px 0;
}
.singleDetail .gray {
  background: #f9f9f9;
  padding: 24px 59px 32px;
  margin: 55px 0;
}
.singleDetail .gray p {
  font-size: 16px;
  padding: 0;
}

.entry-content .main a {
  color: #0068b7;
}

@media screen and (min-width: 769px) {
  .article-block-image {
    margin: 0;
    width: 49.2%;
  }
  .big-image {
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
  }
  .small-image {
    margin: 0;
    width: 49.2%;
  }
  .main {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .singleDetail .entry-title {
    font-size: 5.6vw;
    line-height: 9.3vw;
    padding: 70px 0 15px;
    letter-spacing: -0.7px;
  }
  .singleDetail .entry-title br {
    display: none;
  }
  .singleDetail .news_sba-service-type {
    width: 22.6vw;
    height: 5.2vw;
    font-size: 2.6vw;
    line-height: 5.2vw;
  }
  .singleDetail .news_update {
    font-size: 3.8vw;
    letter-spacing: 0.8px;
    padding-left: 10px;
    line-height: 5.2vw;
  }
  .singleDetail .newsUpArea {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: solid 1px #99a3a8;
  }
  .singleDetail .article-block-image img {
    height: auto;
  }
  .singleDetail .entry-content h2 {
    font-size: 5.5vw;
    -webkit-text-stroke: 0;
    padding: 0;
    line-height: 9vw;
    margin: 0 0 1em;
  }
  .singleDetail .entry-content h3 {
    font-size: 4vw;
    line-height: 7.1vw;
    padding: 6px 0;
  }
  .singleDetail .entry-content h4 {
    font-size: 4vw;
    line-height: 6.9vw;
    padding: 8px 0;
  }
  .singleDetail .entry-content p {
    font-size: 3.8vw;
    line-height: 6.6vw;
    padding: 0;
    font-weight: 500;
    margin: 0 0 1em;
  }
  .singleDetail .article-block-image {
    padding: 0;
    margin: 0 0 2em;
  }
  .singleDetail .gray {
    padding: 4vw 8vw 4.5vw;
    margin: 8vw 0;
  }
  .singleDetail .gray p {
    padding: 0;
  }
  .singleDetail .commonBtnWrap {
    margin-top: 2em;
  }
}
.newsList .news_page_in_title br {
  display: none;
}
.newsList .news_sba-service-type {
  display: inline-block;
  border: solid 1px #788186;
  width: 88px;
  height: 19px;
  padding-right: 1px;
  border-radius: 2px;
  text-align: center;
  color: #788186;
  font-weight: 600;
  font-size: 11px;
  line-height: 18px;
}
.newsList .category {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  gap: 2px;
}
.newsList .category .label {
  background: #f3f3f3;
  color: #333333;
  width: 25%;
  display: block;
  text-align: center;
  padding: 16px 0 12px;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  cursor: pointer;
}
.newsList .category input[type=radio]:checked + label {
  background: #0068b7;
  color: #ffffff;
}
.newsList .dateAndChip {
  display: flex;
  padding: 12px 0;
}
.newsList .newsUpArea {
  width: 24.7%;
  padding: 0;
  margin: 0;
  min-width: 236px;
}
.newsList .news_update {
  color: #788186;
  font-size: 18px;
  margin: 0;
  width: 143px;
  line-height: 27px;
  padding-left: 2vw;
  letter-spacing: 0.8px;
}
.newsList .news_page_in_title {
  color: #0068b7;
  font-size: 18px;
  font-weight: 600;
  width: 74%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
}
.newsList .is-hide {
  display: none;
}
.newsList .read-box #more {
  display: none;
}
.newsList .read-box .more {
  display: block;
  text-align: center;
  font-size: 18px;
  padding-top: 67px;
  letter-spacing: 1.2px;
  font-weight: 500;
  cursor: pointer;
}
.newsList .read-box .more img {
  display: block;
  margin: auto;
  width: 46px;
}

@media screen and (min-width: 769px) {
  .newsList .newsUpArea {
    display: flex;
  }
  .newsList .category .label:hover {
    cursor: pointer;
    background: #a5aeb3;
    color: #ffffff;
  }
  .newsList .category input[type=radio]:checked + label:hover {
    cursor: auto;
  }
  .newsList .list_item:hover .news_page_in_title {
    color: #a5aeb3;
  }
  .newsList .list_item:hover .newsUpArea {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1032px) {
  .newsList .news_update {
    padding-left: 18px;
  }
}
@media screen and (max-width: 768px) {
  .newsList .category {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .newsList .category .label {
    width: 49.5%;
    font-size: 12px;
    border-bottom: solid 1px #ffffff;
    padding: 6px 0;
  }
  .newsList .newsUpArea {
    width: 76px;
    margin-right: 13px;
    padding-top: 0;
    min-width: auto;
  }
  .newsList .dateAndChip {
    padding: 9px 0;
  }
  .newsList .news_sba-service-type {
    width: 76px;
    height: auto;
    padding: 2px 0 1px;
    margin-top: 4px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.2px;
  }
  .newsList .news_update {
    font-size: 12px;
    letter-spacing: 0.6px;
    padding-left: 0;
    width: 76px;
    line-height: 1.5;
    text-align: center;
    margin: 1px auto 0;
    display: block;
  }
  .newsList .news_page_in_title {
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    white-space: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .newsList .read-box .more {
    font-size: 3.1vw;
    padding-top: 29px;
    letter-spacing: 0.2px;
  }
  .newsList .read-box .more img {
    width: 32px;
  }
}
@media screen and (max-width: 768px) {
  .newsList .category {
    margin: 0 -1px;
    padding-bottom: 20px;
  }
  .newsList .category .label {
    width: calc(50% - 2px);
    margin-bottom: 3px;
    line-height: 12px;
    color: #788186;
    border: solid 1px #788186;
    border-radius: 2px;
    background-color: unset;
  }
  .newsList .category input[type=radio]:checked + label {
    border-color: #0068b7;
  }
  .newsList .list_item {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: solid 1px #eeeeee;
  }
  .newsList .list_item a {
    display: block;
    position: relative;
  }
  .ImgBox {
    width: 96px;
    height: 96px;
    position: absolute;
    overflow: hidden;
  }
  .ImgBox img {
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    object-fit: cover;
  }
  .newsList .list_item a > .dateAndChip {
    width: 100%;
    height: 96px;
    padding: 0 0 0 108px;
    display: block;
  }
  .newsList .list_item a > .dateAndChip > div {
    width: calc(84vw - 108px);
    padding: 0 0 4px;
  }
  .newsList .list_item a > .dateAndChip h2 {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .newsList .news_update {
    margin: 0 4px;
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  .newsList .category {
    width: 560px;
    padding-bottom: 42px;
  }
  .newsList .category .label {
    width: 25%;
    padding: 6px 9px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    color: #788186;
    cursor: pointer;
    border: solid 1px #788186;
    border-radius: 2px;
    margin-right: 6px;
    background-color: unset;
  }
  .newsList .category input[type=radio]:checked + label {
    border-color: #0068b7;
  }
  .newsList .list {
    margin: 0 -16px;
    position: relative;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    -ms-grid-columns: 25% 25% 25% 25%;
  }
  .newsList .list_item {
    padding: 0 16px 32px;
  }
  .ImgBox {
    padding: 100% 0 0 !important;
    overflow: hidden;
    position: relative;
  }
  .ImgBox img {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    object-fit: cover;
    transition: 0.3s ease;
  }
  a:hover .ImgBox img {
    transform: scale(1.1);
  }
  .newsList .list_item a > div {
    padding: 8px 0;
    display: block;
  }
  .newsList .list_item a > div h2 {
    width: 100%;
    height: 64px;
    font-size: 15px;
    line-height: 1.4;
    font-feature-settings: "palt" 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: unset;
    transition: 0.3s ease;
  }
  .newsList .newsUpArea {
    width: 100%;
    min-width: unset;
    padding: 4px 0 2px;
    display: block;
    position: relative;
  }
  .newsList .news_update {
    width: auto;
    padding-left: 8px;
    font-size: 13px;
    position: relative;
    display: inline-block;
  }
  .newsList .list_item:hover .news_page_in_title {
    color: #0068b7;
  }
}
.category input[type=radio], .category input[type=checkbox] {
  display: none;
}

#sdgs * {
  font-family: YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "Segoe UI", Verdana, Meiryo, sans-serif;
}
#sdgs .din {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
}
#sdgs .mainTitle {
  letter-spacing: 0.02em;
}
#sdgs .headLine01 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
}
#sdgs .sec01 {
  margin-bottom: 128px;
}
#sdgs .sec01 .headLine01 {
  margin-left: -4px;
}
#sdgs .sec01 .subTtl {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 26px;
  color: #0068b7;
}
#sdgs .sec01 p {
  margin-bottom: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 18px;
  line-height: 1.73;
  font-weight: 700;
  word-break: break-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "din-2014", sans-serif;
}
#sdgs .sec01 .textArea {
  display: flex;
  justify-content: space-between;
}
#sdgs .sec01 .textArea p {
  margin: 0;
  width: 60%;
}
#sdgs .sec01 .textArea .imgtext {
  margin-top: 7px;
  width: 39.65%;
}
#sdgs .sec01 .textArea .imgtext img {
  width: 100%;
}
#sdgs .sec02 {
  margin-bottom: 134px;
}
#sdgs .sec02 .subSec {
  margin-bottom: 92px;
  position: relative;
  justify-content: space-between;
}
#sdgs .sec02 .subSec:last-child {
  margin-bottom: 0;
}
#sdgs .sec02 .subSec .textBox {
  width: 52%;
}
#sdgs .sec02 .subSec .textBox .ttl {
  margin-bottom: 22px;
}
#sdgs .sec02 .subSec .textBox .ttl .sml {
  margin-bottom: 6px;
  display: block;
  color: #a5aeb3;
  font-size: 20px;
  font-weight: 700;
}
#sdgs .sec02 .subSec .textBox .ttl .sml span {
  color: #a5aeb3;
}
#sdgs .sec02 .subSec .textBox .ttl .en {
  margin-left: -3px;
  display: block;
  color: #0068b7;
  font-size: 70px;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  letter-spacing: 0.025em;
}
#sdgs .sec02 .subSec .textBox .innerSec:not(:last-child) {
  margin-bottom: 27px;
}
#sdgs .sec02 .subSec .textBox .subTtl {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 26px;
  color: #0068b7;
  word-break: normal;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt" 1;
}
#sdgs .sec02 .subSec .textBox .subTtl span {
  color: #0068b7;
}
#sdgs .sec02 .subSec .textBox .textList li {
  padding-left: 0.9em;
  position: relative;
  color: #323232;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.73;
  word-break: normal;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt" 1;
}
#sdgs .sec02 .subSec .textBox .textList li::before {
  width: 7px;
  height: 7px;
  position: absolute;
  left: 3px;
  top: 0.5em;
  border-radius: 50%;
  background-color: #323232;
  content: "";
  transform: translateY(50%);
  will-change: transform;
}
#sdgs .sec02 .subSec .textBox .textList li span {
  color: #323232;
}
#sdgs .sec02 .subSec .photoBox {
  width: 48%;
  right: 0;
  bottom: 8px;
  position: absolute;
}
#sdgs .sec02 .subSec .photoBox img {
  margin-left: auto;
  width: 100%;
}
#sdgs .sec03 .headLine01 {
  margin-bottom: 55px;
}
#sdgs .sec03 .imgtext {
  margin-bottom: 54px;
}
#sdgs .sec03 .imgtext img {
  width: 100%;
}
#sdgs .sec03 p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.73;
  word-break: normal;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt" 1;
}
#sdgs .secReport {
  margin-bottom: 120px;
}
#sdgs .secReport p {
  margin-bottom: 12px;
  text-align: justify;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
  word-break: break-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#sdgs .secReport .sdgsReportList li:not(:last-child) {
  border-bottom: #99a3a8 1px solid;
}
#sdgs .secReport .sdgsReportList li a {
  display: block;
  position: relative;
  padding: 1.6em 0;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease;
}
#sdgs .secReport .sdgsReportList li a:hover {
  color: #a5aeb3;
}
#sdgs .secReport .sdgsReportList li a::before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 21px;
  background: url("/img/icon_pdf.svg") no-repeat center center;
}
#sdgs .secReport .sdgsReportList li a .year {
  margin-right: 2rem;
  font-size: 22px;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  color: #0068b7;
}
#sdgs #sec01::before,
#sdgs #sec02::before,
#sdgs #sec03::before,
#sdgs .secReport::before {
  display: block;
  height: 190px;
  margin-top: -190px;
  content: "";
}

@media all and (-ms-high-contrast: none) {
  #sdgs .sec02 .subSec .textBox .textList li::before {
    top: 0.28em;
  }
}
/* アンカーリンク位置調整用 */
@media screen and (max-width: 768px) {
  #sdgs .headLine01 {
    margin-bottom: 7.3vw;
    font-size: 5.33vw;
    line-height: 1.4;
  }
  #sdgs .sec01 {
    margin-bottom: 20.5vw;
  }
  #sdgs .sec01 .headLine01 {
    margin-left: -0.5vw;
  }
  #sdgs .sec01 p {
    margin-bottom: 4.53vw;
    text-align: justify;
    font-size: 3.73vw;
    letter-spacing: 0.06em;
    line-height: 1.62;
  }
  #sdgs .sec01 .textArea {
    display: block;
  }
  #sdgs .sec01 .textArea p {
    margin-bottom: 8.9vw;
    width: auto;
  }
  #sdgs .sec01 .textArea .imgtext {
    margin-top: 0;
    width: 59.5%;
  }
  #sdgs .sec02 {
    margin-bottom: 22.66vw;
  }
  #sdgs .sec02 .headLine01 {
    margin-bottom: 13.4vw;
  }
  #sdgs .sec02 .subSec {
    margin-bottom: 15vw;
    display: block;
  }
  #sdgs .sec02 .subSec:last-child {
    margin-bottom: 0;
  }
  #sdgs .sec02 .subSec .textBox {
    margin-bottom: 7.4vw;
    width: auto;
  }
  #sdgs .sec02 .subSec .textBox .ttl {
    margin-bottom: 2.5vw;
  }
  #sdgs .sec02 .subSec .textBox .ttl .sml {
    margin-bottom: 2.3vw;
    font-size: 3.73vw;
  }
  #sdgs .sec02 .subSec .textBox .ttl .en {
    margin-left: -0.45vw;
    font-size: 12.5vw;
    letter-spacing: 0.02em;
  }
  #sdgs .sec02 .subSec .textBox img {
    width: 100%;
    margin: 12px 0 32px;
  }
  #sdgs .sec02 .subSec .textBox .innerSec:not(:last-child) {
    margin-bottom: 4.6vw;
  }
  #sdgs .sec02 .subSec .textBox .innerSec:last-child {
    margin-bottom: 0;
  }
  #sdgs .sec02 .subSec .textBox .subTtl {
    margin-bottom: 1.066vw;
    font-size: 4.53vw;
    line-height: 1.588;
  }
  #sdgs .sec02 .subSec .textBox .textList li {
    padding-left: 1em;
    font-size: 3.73vw;
    line-height: 1.62;
  }
  #sdgs .sec02 .subSec .textBox .textList li:not(:last-child) {
    margin-bottom: 1.63vw;
  }
  #sdgs .sec02 .subSec .textBox .textList li::before {
    width: 1.3vw;
    height: 1.3vw;
    left: 0.2em;
  }
  #sdgs .sec02 .subSec .photoBox {
    margin: 0;
    width: 100%;
    position: relative;
  }
  #sdgs .sec02 .subSec .photoBox img {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  #sdgs .sec03 .headLine01 {
    margin-bottom: 14.93vw;
  }
  #sdgs .sec03 .imgtext {
    margin-bottom: 7.2vw;
  }
  #sdgs .sec03 p {
    text-align: justify;
    font-size: 3.73vw;
    line-height: 1.62;
  }
  #sdgs .secReport p {
    margin-bottom: 4.53vw;
    font-size: 3.73vw;
    line-height: 1.62;
  }
  #sdgs .secReport .sdgsReportList li a {
    font-size: 3.73vw;
  }
  #sdgs .secReport .sdgsReportList li a .year {
    margin-right: 1.4rem;
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 1040px) {
  .PC_max_width {
    display: none;
  }
}
.contact .form_wrap .form_table .contentBox {
  width: 100%;
}
.contact .contactInfo {
  margin-bottom: 40px;
  padding: 12px;
  background-color: #efefef;
}
.contact .contactInfo .contactInfoHd {
  display: inline-block;
  margin-right: 16px;
  font-size: 18px;
  font-weight: bold;
}
.contact .contactInfo .contactInfoLink {
  position: relative;
  display: inline-block;
  padding-right: 26px;
  font-size: 15px;
  font-weight: bold;
  color: #0068b7;
}
.contact .contactInfo .contactInfoLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 16px;
  background-image: url("/img/icon_external_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact .formDescription {
  margin-bottom: 50px;
}
.contact .form_wrap .form_table dt {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  margin-bottom: 3px;
}
.contact .form_wrap .form_table dd {
  width: 100%;
  vertical-align: middle;
  background: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
.contact .form_wrap .formItemDetail dd textarea {
  resize: vertical;
  height: 190px;
}
.contact .form_wrap .form_table dt .required::after {
  content: "[必須]";
  position: absolute;
  margin-left: 7px;
  color: #0068b7;
  font-size: 13px;
}
.contact .form_wrap p {
  font-size: 16px;
  font-weight: 600;
}
.contact .form_wrap .checkwrapper {
  position: relative;
  margin: 32px 0;
}
.contact .form_wrap .checkwrapper label {
  display: inline-block;
  cursor: pointer;
}
.contact .form_wrap .check {
  position: absolute;
  top: 1px;
  display: block;
  left: 35px;
}
.contact .formItem dd select::-ms-expand {
  display: none;
}
.contact .formItem .form-select {
  background-image: url("/img/pulldown_icon.svg");
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-position: center right 14px;
  font-weight: bold;
  color: #666666;
  text-overflow: ellipsis;
  cursor: pointer;
}
.contact .check {
  font-weight: 600;
}
.contact .privacyLink {
  margin-top: 16px;
  margin-left: 36px;
}
.contact .privacyLink a {
  color: #0068b7;
  font-weight: 600;
}
.contact .form_wrap .form_table input[type=text], .contact .form_wrap .form_table input[type=tel], .contact .form_wrap .form_table input[type=url], .contact .form_wrap .form_table input[type=email] {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #a5aeb3;
  font-size: 1rem;
  line-height: 1.5em;
  vertical-align: middle;
  appearance: none;
  border-radius: 5px;
  box-sizing: border-box;
}
.contact .form_wrap .form_table select,
.contact .form_wrap .form_table textarea {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #a5aeb3;
  font-size: 1rem;
  line-height: 1.5em;
  vertical-align: middle;
  appearance: none;
  border-radius: 5px;
  box-sizing: border-box;
}
.contact .g-recaptcha {
  width: fit-content;
  margin-left: auto;
}
.contact .form_wrap .form_table textarea {
  font-size: 15px;
  letter-spacing: 0;
}
.contact input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}
.contact .form-checkbox-field-text {
  display: inline-block;
  position: relative;
  padding: 0 36px;
}
.contact .form-checkbox-field-text::before, .contact .form-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
}
.contact .form-checkbox-field-text::before {
  top: 2px;
  left: 0;
  transform: translateY(-70%);
  background: #ffffff;
  border: 1px solid #a5aeb3;
  border-radius: 2px;
  width: 20px;
  height: 20px;
}
.contact .form-checkbox-field-text::after {
  opacity: 0;
  content: "";
  left: 4.5px;
  top: -1px;
  transform: translateY(-85%) rotate(-45deg);
  width: 10px;
  height: 5px;
  border-left: 3px solid #0068b7;
  border-bottom: 3px solid #0068b7;
}
.contact input[type=checkbox]:checked + .form-checkbox-field-text::after {
  opacity: 1;
}
.contact .error {
  margin: 20px 0;
  color: #b70000;
  font-size: 0.8rem;
}
.contact .required::after {
  content: "[必須]";
  position: absolute;
  margin-left: 8px;
  color: #0068b7;
  font-size: 13px;
  margin-right: 8px;
  width: 120px;
}
.contact .commonBtnWrap button {
  border: none;
  cursor: pointer;
}
.contact .confirm_part .confirm_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 48px;
}
.contact .confirm_part .confirm_table dl {
  display: flex;
}
.contact .confirm_part .confirm_table dt,
.contact .confirm_part .confirm_table dd {
  margin-bottom: 24px;
  font-size: 15px;
}
.contact .confirm_part .confirm_table dt {
  width: 14em;
  font-weight: bold;
  color: #666666;
}
.contact .confirm_part .confirm_table dd {
  width: calc(100% - 14em);
}
.contact .confirm_part .confirm_table dd p {
  font-size: 15px;
}
.contact .confirm_part .confirm_table #textAreaCfm {
  line-height: 1.8;
}
.contact .sendBtnWrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media screen and (min-width: 769px) {
  .contact .required::after {
    top: 1px;
  }
}
@media screen and (min-width: 769px) {
  .contact .form_wrap .form_table .contentBox {
    width: 100%;
    display: flex;
  }
  .contact .form_wrap .form_table input[type=text] {
    width: 100%;
    font-size: 15px;
  }
  .contact .contentBox {
    display: flex;
    justify-content: space-between;
  }
  .contact .form_wrap .form_table .contentBox dl {
    width: 48.5%;
  }
  .formItemDetail {
    padding-top: 16px;
  }
  .contact .form_wrap .formItemDetail dd {
    margin-bottom: 31px;
  }
  .contact .form_wrap .formItemDetail dd textarea {
    resize: vertical;
    height: 230px;
    border-radius: 6px;
    padding: 12px 14px;
  }
}
@media screen and (max-width: 768px) {
  .contact .form_wrap .form_table input[type=text], .contact .form_wrap .form_table input[type=tel], .contact .form_wrap .form_table input[type=url], .contact .form_wrap .form_table input[type=email] {
    padding: 7px 12px;
    height: 40px;
    box-sizing: border-box;
    font-size: 15px;
  }
  .contact .form_wrap .form_table select,
  .contact .form_wrap .form_table textarea {
    padding: 7px 12px;
    height: 40px;
    box-sizing: border-box;
    font-size: 15px;
  }
  .contact .form_wrap .form_table dt.required::after {
    width: 100%;
    height: 10px;
  }
  .contact .form_wrap .form_table dd {
    margin-bottom: 16px;
  }
  .contact .form_wrap .form_table .formItemDetail dd {
    margin-bottom: 12px;
  }
  .contact .form_wrap .form_table textarea {
    padding: 13px;
    font-size: 15px;
  }
  .contact .form_wrap .formDescription {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 2em;
  }
  .contact .form_wrap .btnWrap .send {
    width: 100%;
    height: auto;
    appearance: none;
    font-size: 4.3vw;
    padding: 17px 0;
    min-height: auto;
    text-align: center;
  }
  .contact .form_wrap .form_table dl {
    padding-bottom: 2px;
  }
  .contact .formItem dd span {
    width: 100%;
  }
  .contact .form_wrap .formItem dd p {
    grid-template-columns: 50% 50%;
    padding: 0;
    line-height: 20px;
    margin-left: 0;
    width: 100%;
  }
  .contact .g-recaptcha {
    margin: 32px 0 0 auto;
  }
}
@media (max-width: 768px) {
  .contact .formItem .form-select {
    background-image: url("/img/pulldown_icon.svg");
    background-size: 14px 8px;
    background-repeat: no-repeat;
    background-position: center right 14px;
  }
}
@media screen and (max-width: 320px) {
  .contact .mwform-radio-field {
    letter-spacing: -0.8px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .contact .confirm_part .confirm_table dl {
    display: block;
  }
  .contact .confirm_part .confirm_table dt {
    margin-bottom: 8px;
  }
  .contact .confirm_part .confirm_table dd {
    width: 100%;
    margin-bottom: 32px;
    padding: 0;
  }
  .contact .sendBtnWrap {
    display: block;
    margin-top: 0;
  }
}
.terms .termsTitle {
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 2px;
}
.terms .termsText {
  font-size: 18px;
  line-height: 39px;
  font-weight: 400;
  padding-bottom: 60px;
}
.terms .rightText {
  text-align: right;
}
.terms .middleTitle {
  padding: 0 0 20px;
  color: #333333;
}

.signature {
  letter-spacing: 1px;
}

.signatureCompany {
  letter-spacing: -2px;
}

.terms .termsTable {
  border-bottom: solid 2px #a5aeb3;
  margin: 0 0 14px;
  border-collapse: collapse;
  border-spacing: 0;
}
.terms .termsTable tr {
  display: block;
  border-top: solid 2px #a5aeb3;
}
.terms .termsTable th {
  background: #efefef;
  padding: 40px;
  font-size: 20px;
  line-height: 40px;
}
.terms .termsTable td {
  padding: 40px;
  font-size: 20px;
  line-height: 40px;
}
.terms .termsTitleSub {
  width: 100px;
  margin: auto;
  display: block;
  padding-top: 50px;
}
.terms p:last-of-type {
  padding-bottom: 0;
}

.privacyMiddleTitle {
  padding: 0 0 4px;
  font-size: 20px;
  letter-spacing: 0;
}

.terms .termsTitleSemi {
  padding-top: 12px;
  padding-bottom: 10px;
}

.consultingService {
  padding: 0 0 60px 4%;
  position: relative;
}

.terms .n009.privacyMiddleText {
  padding-bottom: 0;
}

.consultingService .privacyMiddleTitle {
  color: #333333;
  padding: 24px 0 0;
}

@media screen and (min-width: 769px) {
  .terms .termsTable th {
    width: 287px;
    text-align: left;
  }
  .terms .nonwritten th {
    width: 287px;
  }
  .consultingService .pmark {
    position: absolute;
    bottom: 63px;
    right: 0;
    width: 88px;
  }
  .terms .privacyMiddleText {
    padding-bottom: 19px;
  }
}
@media screen and (max-width: 768px) {
  .terms .termsTitle {
    font-size: 4vw;
    line-height: 6.1vw;
  }
  .terms .termsTitleFirst {
    padding-top: 40px;
  }
  .terms .termsText {
    font-size: 3.9vw;
    line-height: 6.5vw;
    padding-bottom: 20px;
  }
  .terms .termsTable {
    margin: 0 0 20px;
  }
  .terms .termsTable tbody, .terms .termsTable tr, .terms .termsTable th, .terms .termsTable td {
    display: block;
  }
  .terms .termsTable tr {
    border: none;
  }
  .terms .termsTable th {
    font-size: 4vw;
    line-height: 6.5vw;
    padding: 0;
    background: 0 0;
    text-align: left;
    font-weight: 600;
  }
  .terms .termsTable th span {
    font-weight: 600;
    display: inline-block;
  }
  .terms .termsTable td {
    font-size: 3.9vw;
    line-height: 6.1vw;
    padding: 1px 0 18px;
    font-weight: 400;
  }
  .terms .pmark {
    width: 70px;
    padding-top: 25px;
    margin: auto;
    display: block;
  }
  .signatureCompany {
    letter-spacing: -0.9px;
    font-weight: 400;
  }
  .terms .middleTitle {
    padding: 20px 0 8px;
  }
  .terms .privacyMiddleTitle {
    font-size: 4vw;
    padding: 0 0 8px;
  }
  .terms .privacyMiddleText {
    padding-bottom: 12px;
  }
  .terms .termsTitleSemi {
    padding: 3px 0 12px;
    font-size: 3.9vw;
    line-height: 6.1vw;
  }
  .consultingService {
    padding: 5px 0 20px 4%;
  }
  .consultingService .privacyMiddleTitle {
    padding: 3px 0 0;
  }
}
.main-view {
  margin-bottom: 9.7rem;
  background-color: #fff;
  font-family: "din-2014", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Verdana, Meiryo, sans-serif;
  color: #333;
}
.main-view .wrapper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
}
.main-view .wrapper .title {
  margin: 112px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 29px;
}
.main-view .wrapper .title h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0068b7;
}
.main-view .wrapper .title span {
  font-weight: 700;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0.1em;
}
.main-view .wrapper .box {
  border: 1px solid #0068b7;
  border-radius: 7px;
  padding: 36px 40px;
}
.main-view .wrapper .box .notice-list li a {
  display: flex;
  align-items: center;
  transition: 0.3s all;
  margin-bottom: 30px;
}
.main-view .wrapper .box .notice-list li a:hover {
  opacity: 0.7;
}
.main-view .wrapper .box .notice-list li a:last-child {
  margin-bottom: 0 !important;
}
.main-view .wrapper .box .notice-list li a time {
  font-size: 15px;
  line-height: 19px;
}
.main-view .wrapper .box .notice-list li a img {
  margin: 0 17px 0 85px;
  min-width: 27px;
}
.main-view .wrapper .box .notice-list li a span {
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
}

@media screen and (max-width: 550px) {
  .wrapper {
    padding: 0 6vw !important;
  }
  .title {
    flex-wrap: wrap;
    justify-content: start !important;
    text-align: left !important;
    gap: 16px !important;
  }
  .box {
    padding: 20px 16px !important;
  }
}
@media screen and (max-width: 502px) {
  .title {
    margin: 55px 0 20px !important;
  }
}
@media screen and (max-width: 404px) {
  .box .notice-list li a {
    flex-wrap: wrap;
    align-items: start !important;
    row-gap: 16px;
  }
  .box .notice-list li a time {
    width: 100%;
  }
  .box .notice-list li a img {
    margin: 0 17px 0 0 !important;
  }
}