@charset "UTF-8";
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, font, 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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

html {
  font-size: 6.25%;
}

body {
  transition: all 0.2s;
  background-color: #f5f5f5;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #282828;
  font-size: 14rem;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16rem;
  }
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

a:link {
  color: #282828;
  text-decoration: none;
}

a:visited {
  color: #282828;
  text-decoration: none;
}

a:hover {
  color: #282828;
  text-decoration: none;
}

a:active {
  color: #282828;
  text-decoration: none;
}

.pcp {
  display: none;
}

.spp {
  display: block;
}

#container {
  width: 100%;
  min-width: 320px;
  padding: 0 0 0;
  margin: 0 auto;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
#container.view {
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
}

#wck {
  display: none;
}

#wck_hd {
  display: none;
}

@media screen and (min-width: 768px) {
  .pcp {
    display: block;
  }
  .spp {
    display: none !important;
  }
  #wck {
    display: block;
    width: 100%;
    height: 0px;
    position: relative;
  }
}
@media screen and (min-width: 1290px) {
  #wck_hd {
    display: block;
    width: 100%;
    height: 0px;
    position: relative;
  }
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

.inner {
  position: relative;
  width: 92%;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .inner {
    width: 91.666667%;
    max-width: 1320px;
  }
  .inner.sml {
    width: 88.888889%;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1475px) {
  .inner {
    width: 1320px;
    margin: 0 auto 0;
  }
  .inner.sml {
    width: 1280px;
  }
}
/* header */
#header {
  position: fixed;
  z-index: 995;
  width: 100%;
  height: 64px;
  background-color: #fff;
}
#header nav {
  height: 60px;
}
#header .logo {
  position: absolute;
  z-index: 6;
  top: 16px;
  left: 20px;
  display: block;
  width: 164px;
  height: 36px;
}
#header .logo img {
  display: block;
  transition: all 0.6s;
  max-width: 100%;
  max-height: 100%;
}
#header .contactBtn {
  position: absolute;
  top: 14px;
  right: 46px;
  display: block;
  background-color: #fff;
  line-height: 28px;
  border: 2px solid #0B52A4;
  text-align: center;
}
#header .contactBtn a {
  display: block;
  color: #0B52A4;
  padding: 0 5px;
  font-size: 12rem;
}
#header .contactBtn a span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: -4px 1px 0 0;
}
#header .contactBtn a span svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #0B52A4;
}
@media screen and (min-width: 375px) {
  #header .contactBtn {
    top: 12px;
    right: 14%;
    line-height: 32px;
  }
  #header .contactBtn a {
    display: block;
    color: #0B52A4;
    padding: 0 10px;
    font-size: 14rem;
  }
}
@media screen and (min-width: 768px) {
  #header .logo {
    left: 20px;
  }
}
@media screen and (min-width: 1290px) {
  #header {
    position: fixed;
    height: 88px;
    transition: all 0.2s;
  }
  #header nav {
    height: 100%;
  }
  #header .logo {
    position: absolute;
    width: 246px;
    height: auto;
    top: 20px;
    left: 24px;
  }
  #header .logo img {
    width: 246px;
  }
  #header .contactBtn {
    display: none;
  }
}
#header #mainNav {
  display: none;
  position: fixed;
  z-index: 5;
  overflow-y: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 5% 60px;
  margin-top: 60px;
  background-color: #fff;
}
@media screen and (min-width: 1290px) {
  #header #mainNav {
    position: relative;
    z-index: 1;
    display: block;
    height: auto;
    margin-top: 0;
    padding: 0;
    background-color: transparent;
    overflow: visible;
  }
}
#header .rBox {
  width: 100%;
  padding-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
#header .rBox li {
  width: 100%;
}
#header .rBox li a {
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #0B52A4;
  border-radius: 100vw;
  line-height: 56px;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
#header .rBox li a.mail {
  position: relative;
  background-color: #0B52A4;
  color: #fff;
}
#header .rBox li a.mail svg {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 23px;
  display: block;
  transform: translateY(-50%);
}
#header .rBox li a.mail svg path {
  fill: #fff;
}
#header .rBox li a.report {
  color: #0B52A4;
}
#header .rBox li a.report svg {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 26px;
  display: block;
  transform: translateY(-50%);
}
#header .rBox li a.report svg path {
  fill: #0B52A4;
}
@media screen and (min-width: 1290px) {
  #header .rBox {
    position: absolute;
    width: 446px;
    height: 88px;
    top: 0;
    right: 16px;
    padding-top: 16px;
    flex-direction: row-reverse;
  }
  #header .rBox li {
    width: 215px;
    height: 56px;
  }
  #header .rBox li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 54px;
    padding: 0 23px;
    transition: all 0.3s;
  }
  #header .rBox li a svg path {
    transition: all 0.3s;
  }
  #header .rBox li a.mail:hover {
    color: #0B52A4;
    background-color: #fff;
  }
  #header .rBox li a.mail:hover svg path {
    fill: #0B52A4;
  }
  #header .rBox li a.report:hover {
    background-color: #0B52A4;
    color: #fff;
  }
  #header .rBox li a.report:hover svg path {
    fill: #fff;
  }
}
#header .nCont {
  width: 100%;
  margin-top: 6px;
}
@media screen and (min-width: 1290px) {
  #header .nCont {
    margin: 0 auto 0 275px;
    width: calc(100% - 275px - 462px);
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
}
#header .nCont .links {
  width: 100%;
  display: block;
  padding: 18px 0 0;
}
#header .nCont .links li {
  display: block;
  margin-bottom: 27px;
}
#header .nCont .links a {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #0B52A4;
}
#header .nCont .links a.advantage::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  margin-top: -7px;
  right: -24px;
  width: 16px;
  height: 16px;
  background-image: url(../img/top/arrow01_b.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#header .nCont .links a.com {
  position: relative;
  line-height: 16px;
  padding-right: 20px;
}
#header .nCont .links a.com svg {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  display: block;
  transform: translateY(-50%);
}
#header .nCont .links a.com svg path {
  fill: #0B52A4;
  transition: all 0.3s;
}
#header .nCont .links a.corp {
  position: relative;
  line-height: 16px;
  padding-right: 23px;
}
#header .nCont .links a.corp svg {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  display: block;
  transform: translateY(-50%);
}
#header .nCont .links a.corp svg path {
  fill: #0B52A4;
  transition: all 0.3s;
}
@media screen and (min-width: 1290px) {
  #header .nCont .links {
    width: auto;
    margin: 20px 0 10px;
    padding: 0 25px 0 0;
    line-height: 13px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 24px;
  }
  #header .nCont .links li {
    overflow: hidden;
    margin-bottom: unset;
  }
  #header .nCont .links a {
    display: block;
    width: auto;
    padding: 0;
    font-size: 12px;
    color: #282828;
    letter-spacing: 0.06em;
    transition: all 0.3s;
  }
  #header .nCont .links a.com svg path {
    fill: #282828;
  }
  #header .nCont .links a.corp svg path {
    fill: #282828;
  }
  #header .nCont .links a.com:hover svg path {
    fill: #0B52A4;
  }
  #header .nCont .links a.corp:hover svg path {
    fill: #0B52A4;
  }
  #header .nCont .links a.advantage::before {
    display: none;
  }
  #header .nCont .links a:hover {
    color: #0B52A4;
  }
}
#header .nCont .globalNav {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#header .nCont .globalNav > li {
  display: block;
  width: 100%;
  height: auto;
}
#header .nCont .globalNav > li > a,
#header .nCont .globalNav > li > p {
  position: relative;
  display: block;
  color: #0B52A4;
  font-size: 18px;
  padding: 24px 0;
  line-height: 1.4;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #0B52A4;
}
#header .nCont .globalNav > li > a::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 1px;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/menu_arrow_b.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
#header .nCont .globalNav > li > p.open {
  border-bottom-color: rgba(11, 82, 164, 0.4);
}
#header .nCont .globalNav > li > p span {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 52%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
#header .nCont .globalNav > li > p span::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 1px;
  height: 100%;
  background-color: #0B52A4;
}
#header .nCont .globalNav > li > p span::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 1px;
  background-color: #0B52A4;
}
#header .nCont .globalNav > li > p.open span {
  transform: rotate(-270deg);
  top: 43%;
  right: 1px;
}
#header .nCont .globalNav > li > p.open span::after {
  opacity: 0;
}
#header .nCont .globalNav > li .sdMenu {
  overflow: hidden;
  display: none;
  padding: 0 0 0 5%;
}
#header .nCont .globalNav > li .sdMenu .in {
  width: 100%;
  height: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
#header .nCont .globalNav > li .sdMenu .in > div > ul {
  margin: 0;
}
#header .nCont .globalNav > li .sdMenu .in > div > ul > li {
  padding: 25px 0 24px;
  border-bottom: 1px solid rgb(11, 82, 164);
}
#header .nCont .globalNav > li .sdMenu .in > div > ul > li a {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #0B52A4;
}
#header .nCont .globalNav > li .sdMenu .in > div > ul > li a::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 1px;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/menu_arrow_b.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
#header .nCont .globalNav > li .sdMenu .in > div#p3, #header .nCont .globalNav > li .sdMenu .in > div#p4 {
  display: none;
}
@media screen and (min-width: 1290px) {
  #header .nCont .globalNav > li .sdMenu {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100vw;
    height: 720px;
    padding: 0;
    background-color: #0B52A4;
    display: none;
  }
  #header .nCont .globalNav > li .sdMenu .in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header .nCont .globalNav > li .sdMenu .in > div {
    position: relative;
    overflow: hidden;
  }
  #header .nCont .globalNav > li .sdMenu .in > div > ul {
    opacity: 0;
    visibility: hidden;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    transition: all 0.3s;
  }
  #header .nCont .globalNav > li .sdMenu .in > div > ul.e_open, #header .nCont .globalNav > li .sdMenu .in > div > ul.open {
    opacity: 1;
    visibility: visible;
    height: auto;
    z-index: 2;
  }
  #header .nCont .globalNav > li .sdMenu .in > div > ul > li > a {
    display: block;
    padding: 10px 0;
    height: auto;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    transition: all 0.3s;
    color: #fff;
  }
  #header .nCont .globalNav > li .sdMenu .in > div > ul > li > a::after {
    background-image: url(../img/common/menu_arrow_w.svg);
    top: 50%;
    right: 1px;
    width: 13px;
    height: 13px;
    transform: translateY(-50%);
  }
  #header .nCont .globalNav > li .sdMenu .in > div + div {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
  #header .nCont .globalNav > li .sdMenu .in.service {
    padding: 27px 0 20px 0;
  }
  #header .nCont .globalNav > li .sdMenu .in.service > div {
    width: 33.33333333%;
  }
  #header .nCont .globalNav > li .sdMenu .in.service > div > ul > li {
    padding: 0;
  }
  #header .nCont .globalNav > li .sdMenu .in.service > div > ul > li > a {
    padding: 12px 50px 12px 21px;
  }
  #header .nCont .globalNav > li .sdMenu .in.service > div > ul > li > a::after {
    right: 19px;
    width: 16px;
    height: 16px;
    background-image: url(../img/common/menu_arrow_w_2.svg);
    transform: translateY(-48%);
  }
  #header .nCont .globalNav > li .sdMenu .in.service > div > ul > li.on > a, #header .nCont .globalNav > li .sdMenu .in.service > div > ul > li:hover > a {
    background-color: rgba(0, 0, 0, 0.2);
  }
  #header .nCont .globalNav > li .sdMenu .in.service > div > ul > li.more {
    cursor: pointer;
    pointer-events: unset;
  }
  #header .nCont .globalNav > li .sdMenu .in.service > div > ul > li.more a {
    position: relative;
    pointer-events: none;
  }
  #header .nCont .globalNav > li .sdMenu .in.service > div > ul > li.more a::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 27px;
    width: 1px;
    height: 15px;
    background-color: #fff;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  #header .nCont .globalNav > li .sdMenu .in.service > div > ul > li.more a::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 20px;
    width: 15px;
    height: 1px;
    background-color: #fff;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  #header .nCont .globalNav > li .sdMenu .in.service > div > ul > li.more.on a::before {
    transform: translateY(-50%) rotate(-270deg);
  }
  #header .nCont .globalNav > li .sdMenu .in.service > div > ul > li.more.on a::after {
    opacity: 0;
  }
  #header .nCont .globalNav > li .sdMenu .in.service > div#p2, #header .nCont .globalNav > li .sdMenu .in.service > div#p3, #header .nCont .globalNav > li .sdMenu .in.service > div#p4 {
    display: block;
    margin-top: 10px;
  }
  #header .nCont .globalNav > li .sdMenu .in.data {
    padding: 20px 0;
  }
  #header .nCont .globalNav > li .sdMenu .in.data > div {
    position: absolute;
    top: 30px;
    left: auto;
    right: 361px;
    display: block;
    width: 306px;
    height: 680px;
  }
  #header .nCont .globalNav > li .sdMenu .in.data > div > ul {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  #header .nCont .globalNav > li .sdMenu .in.data > div > ul > li {
    padding: 5px 0 4px;
  }
  #header .nCont .globalNav > li .sdMenu .in.data > div > ul > li > a {
    font-size: 16px;
    padding-left: 1em;
    font-weight: 400;
    line-height: 1.4;
    transition: all 0.3s;
  }
  #header .nCont .globalNav > li .sdMenu .in.data > div > ul > li > a::after {
    position: relative;
    display: inline-block;
    margin-left: 8px;
    transform: unset;
  }
  #header .nCont .globalNav > li .sdMenu .in.data > div > ul > li > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  #header .nCont .globalNav > li .sdMenu.p2 {
    height: auto;
    max-height: 70vh;
  }
  #header .nCont .globalNav > li .sdMenu.p2 .in > div > ul {
    position: relative;
  }
}
@media screen and (min-width: 1290px) {
  #header .nCont .globalNav {
    height: 45px;
    flex-wrap: nowrap;
    margin-bottom: 0;
    justify-content: flex-end;
    gap: 24px;
    padding-right: 25px;
  }
  #header .nCont .globalNav > li {
    width: auto;
    height: 45px;
    line-height: 1;
    margin: 0;
    border-bottom: none;
  }
  #header .nCont .globalNav > li.sp {
    display: none;
  }
  #header .nCont .globalNav > li > a {
    padding: 6px 0 0 0;
    border-bottom: none;
  }
  #header .nCont .globalNav > li > a::after {
    display: none;
  }
  #header .nCont .globalNav > li > p {
    position: relative;
    padding: 6px 18px 0 0;
    border-bottom: none;
  }
  #header .nCont .globalNav > li > p::before {
    position: absolute;
    content: "";
    z-index: 2;
    width: 0;
    height: 8px;
    bottom: -25px;
    left: 50%;
    display: block;
    background-color: #00CEFF;
    transform: translateX(-50%);
    transition: all 0.3s;
  }
  #header .nCont .globalNav > li > p::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 3px;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    border-bottom: 1px solid #282828;
    border-right: 1px solid #282828;
    transform: rotate(45deg);
    transition: all 0.3s;
  }
  #header .nCont .globalNav > li > a,
  #header .nCont .globalNav > li > p {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: all 0.3s;
  }
  #header .nCont .globalNav > li > a.open::before,
  #header .nCont .globalNav > li > p.open::before {
    width: 100%;
  }
  #header .nCont .globalNav > li > a.open::after,
  #header .nCont .globalNav > li > p.open::after {
    border-bottom: 1px solid #0B52A4;
    border-right: 1px solid #0B52A4;
    transform: rotate(225deg);
    top: 72%;
  }
  #header .nCont .globalNav > li > a.open, #header .nCont .globalNav > li > a:hover,
  #header .nCont .globalNav > li > p.open,
  #header .nCont .globalNav > li > p:hover {
    color: #0B52A4;
  }
  #header .nCont .globalNav > li > p span {
    display: none;
  }
}
#header .menuOpen {
  display: block;
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 18px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#header .menuOpen span {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 3px;
  left: 0;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #0B52A4;
  transition: all 0.5s;
}
#header .menuOpen::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  width: 40px;
  height: 1px;
  background-color: #0B52A4;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.5s;
}
#header .menuOpen::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 0px;
  width: 40px;
  height: 1px;
  background-color: #0B52A4;
  transition: all 0.5s;
}
#header.open .menuOpen span {
  opacity: 0;
}
#header.open .menuOpen::before {
  top: 17px;
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  background-color: #0B52A4;
}
#header.open .menuOpen::after {
  top: 17px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  background-color: #0B52A4;
}
@media screen and (min-width: 768px) {
  #header .menuOpen {
    right: 19px;
  }
}
@media screen and (min-width: 1290px) {
  #header .menuOpen {
    display: none;
  }
}

/* header *//*# sourceMappingURL=wp_common.css.map */