@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
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,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  color: #333;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #D6D6D6;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

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

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

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

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

img {
  vertical-align: text-bottom;
  line-height: 1;
}

.ps__rail-x,
.ps__rail-y {
  opacity: 1;
}

.ps__thumb-y {
  z-index: 1;
  width: 8px;
  background-color: rgba(0, 0, 0, 0.2);
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  background-color: #fff;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: rgba(0, 0, 0, 0.2);
}

.ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}

html {
  height: 100%;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  min-height: 100%;
  line-height: 2;
  background: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.l-container {
  position: relative;
  min-width: 1000px;
  min-height: 100%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .l-container {
    min-width: auto;
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .l-container {
    min-width: 100%;
    padding-top: 60px;
  }
}

.js-cont {
  position: relative;
}
.js-cont:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background: #fff;
  content: "";
}
.js-cont.is-view:before {
  left: 100%;
  width: 0;
  visibility: hidden;
  transition: all 1000ms cubic-bezier(0.85, 0.375, 0.325, 0.57);
}
@media screen and (max-width: 480px) {
  .js-cont.is-view:before {
    transition: all 800ms cubic-bezier(0.85, 0.375, 0.325, 0.57);
    transition-delay: 0.1s;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    width: 100%;
    height: auto;
  }
}
.readmore {
  position: relative;
  display: block;
  z-index: 1;
  line-height: 52px;
  border: 1px solid #002286;
  color: #002286;
  background: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.15rem;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .readmore {
    line-height: 48px;
    font-size: 1.6rem;
  }
}
.readmore span {
  position: relative;
  display: block;
  z-index: 1;
  color: #002286;
  transition: all 200ms ease;
}
.readmore span:hover {
  color: #fff;
}
.readmore:before {
  position: absolute;
  top: 0;
  right: -24px;
  bottom: 0;
  z-index: 1;
  width: 53px;
  height: 5px;
  margin: auto;
  background: url(../images/common/link-blue.svg);
  content: "";
}
.readmore:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 0;
  width: 0;
  height: 100%;
  background-color: #002286;
  content: "";
  transition: all 300ms ease;
}
.readmore:hover:after {
  right: auto;
  left: 0;
  width: 100%;
}
.readmore:visited, .readmore:link {
  color: #002286;
}

.section {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 480px) {
  .section {
    padding: 72px 0;
  }
}
.section--cont {
  margin: 120px 0 60px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .section--cont {
    margin: 72px 0 0;
  }
}
.section--blue {
  background: linear-gradient(to right, #225f9d, #24b2be);
}
.section--lightBlue {
  background: rgba(36, 119, 190, 0.1);
}
.section--gray {
  background: #f7f7f7;
}
.section--darkgray {
  background: #f0f0f0;
}
.section--lpIso {
  background: #e8f7f9 url(../images/service/iso/bg.jpg) no-repeat bottom center;
  background-size: 100% auto;
}
.section--pt0 {
  padding-top: 0;
}
.section__wrap {
  min-width: 1000px;
  max-width: 1296px;
  padding: 0 48px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .section__wrap {
    min-width: auto;
    padding: 0 32px;
  }
}
@media screen and (max-width: 480px) {
  .section__wrap {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .section__wrap {
    padding: 0 32px;
  }
  .section__wrap--flow {
    padding: 0 12px;
  }
}
.section__fullLpAi {
  min-width: 1000px;
  max-width: 1296px;
  padding: 0 48px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .section__fullLpAi {
    min-width: auto;
    padding: 0 32px;
  }
}
@media screen and (max-width: 480px) {
  .section__fullLpAi {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .section__fullLpAi {
    padding: 0 32px;
  }
}
.section__fullLpAi:before {
  position: absolute;
  top: 14%;
  right: 0;
  z-index: -1;
  width: calc(100% - 64px);
  height: 380px;
  background: #e8f7f9;
  content: "";
}
@media screen and (max-width: 1024px) {
  .section__fullLpAi:before {
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section__fullLpAi:before {
    top: 4%;
    width: calc(100% - 16px);
    height: calc(100% + 32px);
  }
}
.section__fullLpIso {
  min-width: 1000px;
  max-width: 1296px;
  padding: 0 48px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .section__fullLpIso {
    min-width: auto;
    padding: 0 32px;
  }
}
@media screen and (max-width: 480px) {
  .section__fullLpIso {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .section__fullLpIso {
    padding: 0 32px;
  }
}
.section__fullLpIso:before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((215vw - 1200px) / 2);
  height: calc(100% - 100px);
  background: linear-gradient(to right, #225f9d, #24b2be);
  content: "";
}
@media screen and (max-width: 1024px) {
  .section__fullLpIso:before {
    width: calc((300vw - 1200px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .section__fullLpIso:before {
    top: 0;
    width: calc(100vw - 15px);
    height: calc(100% - 60px);
  }
}
.section__inner {
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 480px) {
  .section__inner {
    display: block;
  }
}
.section__inner--wrap {
  flex-wrap: wrap;
}

.innerVisual {
  position: relative;
  height: 455px;
  overflow: hidden;
  background: linear-gradient(to right, #225f9d, #24b2be);
}
@media screen and (max-width: 480px) {
  .innerVisual {
    height: 300px;
  }
}
.innerVisual:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(100% - 180px);
  height: 391px;
  background: url(../images/company/head.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
  content: "";
  transform: translate(-20px, 0);
  transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
@media screen and (max-width: 1024px) {
  .innerVisual:before {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 480px) {
  .innerVisual:before {
    width: 100%;
    height: 300px;
    background: url(../images/company/head_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
.innerVisual--news:before {
  background: url(../images/news/head.jpg) no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 1180px) {
  .innerVisual--news:before {
    background-position: center bottom 0;
  }
}
.innerVisual--contact:before {
  background: url(../images/contact/head.jpg) no-repeat center bottom -20px;
  background-size: cover;
}
@media screen and (max-width: 1180px) {
  .innerVisual--contact:before {
    background: url(../images/contact/head_sp.jpg) no-repeat center bottom 0;
    background-size: cover;
  }
}
.innerVisual--document:before {
  background: url(../images/document/head.jpg) no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 1180px) {
  .innerVisual--document:before {
    background: url(../images/document/head_sp.jpg) no-repeat center bottom 0;
    background-size: cover;
  }
}
.innerVisual--officer:before {
  background: url(../images/company/head.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 1180px) {
  .innerVisual--officer:before {
    background: url(../images/company/head_sp.jpg) no-repeat center bottom 0;
    background-size: cover;
  }
}
.innerVisual--case:before {
  background: url(../images/case/head.jpg) no-repeat center top;
  background-size: cover;
}
.innerVisual--consulting:before {
  background: url(../images/service/iso/consultant/head.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 1180px) {
  .innerVisual--consulting:before {
    background: url(../images/service/iso/consultant/head_sp.jpg) no-repeat center bottom 0;
    background-size: cover;
  }
}
.innerVisual.is-view:before {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.2s;
}
.innerVisual.is-view:after {
  width: 0;
  visibility: hidden;
  transition: all 500ms cubic-bezier(0.85, 0.375, 0.325, 0.57);
}
.innerVisual__wrap {
  position: relative;
  min-width: 1000px;
  max-width: 1296px;
  padding: 0 48px;
  z-index: 2;
  margin: auto;
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .innerVisual__wrap {
    min-width: auto;
    padding: 0 32px;
  }
}
@media screen and (max-width: 480px) {
  .innerVisual__wrap {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .innerVisual__wrap {
    padding: 120px 32px;
  }
}
@media screen and (max-width: 480px) {
  .innerVisual__wrap {
    width: 100%;
    padding: 82px 0;
  }
}
.innerVisual__en {
  line-height: 0.9;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 8rem;
}
.innerVisual__en span {
  color: #fff;
  opacity: 0;
  transform: translate(-10px, 10px);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.innerVisual__en.is-view span {
  opacity: 1;
  transform: translate(0, 0);
}
.innerVisual__en.is-view span:nth-of-type(1) {
  transition-delay: 0.3s;
}
.innerVisual__en.is-view span:nth-of-type(2) {
  transition-delay: 0.35s;
}
.innerVisual__en.is-view span:nth-of-type(3) {
  transition-delay: 0.4s;
}
.innerVisual__en.is-view span:nth-of-type(4) {
  transition-delay: 0.45s;
}
.innerVisual__en.is-view span:nth-of-type(5) {
  transition-delay: 0.5s;
}
.innerVisual__en.is-view span:nth-of-type(6) {
  transition-delay: 0.55s;
}
.innerVisual__en.is-view span:nth-of-type(7) {
  transition-delay: 0.6s;
}
.innerVisual__en.is-view span:nth-of-type(8) {
  transition-delay: 0.65s;
}
.innerVisual__en.is-view span:nth-of-type(9) {
  transition-delay: 0.7s;
}
.innerVisual__en.is-view span:nth-of-type(10) {
  transition-delay: 0.75s;
}
.innerVisual__en.is-view span:nth-of-type(11) {
  transition-delay: 0.8s;
}
.innerVisual__en.is-view span:nth-of-type(12) {
  transition-delay: 0.85s;
}
.innerVisual__en.is-view span:nth-of-type(13) {
  transition-delay: 0.9s;
}
.innerVisual__en.is-view span:nth-of-type(14) {
  transition-delay: 0.95s;
}
.innerVisual__en.is-view span:nth-of-type(15) {
  transition-delay: 1s;
}
.innerVisual__en.is-view span:nth-of-type(16) {
  transition-delay: 1.05s;
}
.innerVisual__en.is-view span:nth-of-type(17) {
  transition-delay: 1.1s;
}
.innerVisual__en.is-view span:nth-of-type(18) {
  transition-delay: 1.15s;
}
.innerVisual__en.is-view span:nth-of-type(19) {
  transition-delay: 1.2s;
}
.innerVisual__en.is-view span:nth-of-type(19) {
  transition-delay: 1.25s;
}
@media screen and (max-width: 480px) {
  .innerVisual__en {
    padding: 0 32px;
    font-size: 5rem;
  }
}
.innerVisual__jp {
  margin-top: 32px;
  color: #fff;
  opacity: 0;
  font-weight: normal;
  font-size: 2.4rem;
  transform: translate(-5px, 0);
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.innerVisual__jp.is-view {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.2s;
}
@media screen and (max-width: 480px) {
  .innerVisual__jp {
    margin-top: 16px;
    padding: 0 32px;
    font-size: 1.8rem;
  }
}

.beadcrumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 64px;
  overflow: auto;
  margin-top: auto;
  background: #000;
  font-size: 1.2rem;
  white-space: nowrap;
}
.beadcrumbs--relative {
  position: relative;
  background: #fff;
}
.beadcrumbs--relative:before {
  background: none !important;
}
@media screen and (max-width: 480px) {
  .beadcrumbs {
    z-index: 9;
    line-height: 38px;
    font-size: 1.1rem;
  }
}
.beadcrumbs:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 64px;
  margin: auto;
  background: linear-gradient(to right, #2389ae, #24b2be);
  content: "";
}
@media screen and (max-width: 480px) {
  .beadcrumbs:before {
    width: 0;
    height: 0;
  }
}
.beadcrumbs__wrap {
  min-width: 1000px;
  max-width: 1296px;
  padding: 0 48px;
  display: flex;
  align-items: center;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .beadcrumbs__wrap {
    min-width: auto;
    padding: 0 32px;
  }
}
@media screen and (max-width: 480px) {
  .beadcrumbs__wrap {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .beadcrumbs__wrap {
    width: 100%;
    padding: 0 16px;
  }
}
.beadcrumbs__item {
  position: relative;
  color: #fff;
}
.beadcrumbs--relative .beadcrumbs__item {
  color: #666;
}
@media screen and (max-width: 480px) {
  .beadcrumbs__item {
    color: rgba(255, 255, 255, 0.9);
  }
}
.beadcrumbs__item + .beadcrumbs__item {
  padding-left: 34px;
}
@media screen and (max-width: 480px) {
  .beadcrumbs__item + .beadcrumbs__item {
    padding-left: 24px;
  }
}
.beadcrumbs__item + .beadcrumbs__item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 10px;
  height: 10px;
  margin: auto;
  background: url(../images/common/icon-beadcrumbs.svg) no-repeat center;
  background-size: cover;
  content: "";
}
@media screen and (max-width: 480px) {
  .beadcrumbs__item + .beadcrumbs__item:before {
    left: 5px;
  }
}
.beadcrumbs__item a {
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.beadcrumbs--relative .beadcrumbs__item a {
  color: #666;
}
.beadcrumbs__item a span {
  color: #fff;
  font-weight: normal;
  transition: all 0.2s ease 0s;
}
.beadcrumbs--relative .beadcrumbs__item a span {
  color: #666;
}
@media screen and (max-width: 480px) {
  .beadcrumbs__item a {
    color: rgba(255, 255, 255, 0.9);
  }
}
.beadcrumbs__item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 480px) {
  .beadcrumbs__item a:hover {
    opacity: 1;
  }
}

.seminar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  background: #fff472;
}
.seminar--bnr {
  display: flex;
  right: 16px;
  bottom: 16px;
  left: auto;
  width: 380px;
  flex-wrap: wrap;
  background: none;
}
@media screen and (max-width: 480px) {
  .seminar--bnr {
    right: 8px;
    bottom: 8px;
    width: 280px;
  }
}
.seminar__wrap {
  position: relative;
  display: flex;
  max-width: 1000px;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 12px 0;
}
@media screen and (max-width: 480px) {
  .seminar__wrap {
    display: block;
    padding: 8px 0;
  }
}
.seminar__txt {
  width: 50%;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .seminar__txt {
    width: 100%;
    font-size: 1.2rem;
  }
}
.seminar__txt span {
  display: block;
  font-weight: normal;
}
.seminar__close {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  margin-bottom: -15px;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .seminar__close {
    width: 24px;
    height: 24px;
  }
}
.seminar__close img {
  cursor: pointer;
}
.seminar__btn {
  display: block;
  width: 320px;
  line-height: 50px;
  border-radius: 8px;
  background: #24b2be;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  transition: all 0.2s ease;
}
@media screen and (max-width: 480px) {
  .seminar__btn {
    margin: 8px auto 0;
    font-size: 1.4rem;
  }
}
.seminar__btn:link, .seminar__btn:visited {
  color: #fff;
}
.seminar__btn:hover {
  background: #3ac4d0;
}
.seminar__bnr {
  display: inline-block;
}
.seminar__bnr img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 1220px) {
  .l-header {
    display: none;
  }
}

.l-headerFixd {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  transform: translateY(-70px);
  transition: all 200ms ease;
}
.l-headerFixd.is-active {
  position: fixed;
  top: 0;
  background: white;
  transform: translateY(0);
}
@media screen and (max-width: 1220px) {
  .l-headerFixd {
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(0);
  }
}

.header {
  display: flex;
  z-index: 1;
  width: 100%;
  height: 90px;
  flex-wrap: wrap;
  align-items: center;
  margin: auto;
  padding: 0 0 0 40px;
}
.header--fixd {
  height: 70px;
}
@media screen and (max-width: 1220px) {
  .header {
    height: 60px;
    padding: 0 16px;
  }
}
.header__logo {
  position: relative;
  z-index: 2;
  height: 45px;
}
.header__logo--fixd {
  height: 34px;
}
.header__logo img,
.header__logo svg {
  width: auto;
  height: 100%;
  transition: all 0.2s ease;
}
.header__logo .is-color {
  fill: #fff;
}
.header__nav {
  margin-left: auto;
  transition: all 500ms ease;
}
@media screen and (max-width: 1220px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    background: #002286;
    opacity: 0;
    transform: translateY(100vh);
  }
}
.header__nav.is-open {
  opacity: 1;
  transform: translateY(0);
}

.globalNav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1220px) {
  .globalNav {
    display: block;
    width: 100%;
  }
}
.globalNav__list {
  position: relative;
  display: inline-flex;
  height: 36px;
  align-items: center;
  margin-right: 8px;
}
@media screen and (max-width: 1320px) {
  .globalNav__list {
    height: auto;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1220px) {
  .globalNav__list {
    width: 100%;
  }
}
.globalNav__list:before {
  position: absolute;
  right: 0;
  bottom: -14px;
  left: 0;
  z-index: -1;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 100px;
  background: #333;
  opacity: 0;
  content: "";
}
.globalNav__list:after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  position: absolute;
  z-index: -1;
  width: 4px;
  height: 4px;
  margin: auto;
  border-radius: 100px;
  background: #333;
  opacity: 0;
  content: "";
  transition: all 0.3s ease;
}
.globalNav__list:hover:after {
  opacity: 1;
}
.globalNav__list.is-current:before {
  opacity: 1;
  animation: wave 1s 0.3s cubic-bezier(0.08, 0.92, 0.35, 1) infinite;
  transition-delay: 2s;
}
.globalNav__list.is-current:after {
  opacity: 1;
  transition-delay: 0.5s;
}
.globalNav__list a {
  position: relative;
  display: block;
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 1260px) {
  .globalNav__list a {
    padding: 0 6px;
  }
}
@media screen and (max-width: 1220px) {
  .globalNav__list a {
    height: auto;
    padding: 0 32px;
  }
}
.globalNav__list a span {
  display: block;
  line-height: 1.3;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1220px) {
  .globalNav__list a span {
    color: #fff;
    text-align: left;
  }
}
.globalNav__list a span:first-child {
  font-size: 1.3rem;
}
@media screen and (max-width: 1220px) {
  .globalNav__list a span:first-child {
    margin: 16px 0;
    font-size: 1.9rem;
    letter-spacing: 0.2rem;
  }
}
.globalNav__list a span:nth-child(2) {
  font-family: "Noto Sans JP", serif;
  font-size: 1.2rem;
}
@media screen and (max-width: 1220px) {
  .globalNav__list a span:nth-child(2) {
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 340px) {
  .globalNav__list a span:nth-child(2) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1220px) {
  .globalNav__document {
    margin: 32px 24px 0;
  }
}
.globalNav__document a {
  display: block;
  width: 140px;
  line-height: 90px;
  margin-left: 6px;
  background: #f2f2f2;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
@media screen and (max-width: 1320px) {
  .globalNav__document a {
    width: 110px;
  }
}
@media screen and (max-width: 1220px) {
  .globalNav__document a {
    width: 100%;
    color: #f5f5f5;
    background: #fff;
    font-size: 2rem;
    text-indent: -2rem;
  }
}
@media screen and (max-width: 1220px) {
  .globalNav__document a:before {
    display: inline-block;
    width: 31px;
    height: 27px;
    vertical-align: -8px;
    margin-right: 24px;
    background: url(../images/common/icon-document-bb.svg) no-repeat;
    background-size: 100% auto;
    content: "";
  }
}
.globalNav__document a:visited, .globalNav__document a:link {
  color: #333;
}
@media screen and (max-width: 1220px) {
  .globalNav__document a:visited, .globalNav__document a:link {
    color: #002286;
    background: #f2f2f2;
  }
}
.globalNav__document a:hover {
  background: rgba(51, 51, 51, 0.3);
}
@media screen and (max-width: 1220px) {
  .globalNav__document a:hover {
    background: #333;
  }
}
.globalNav__document--fixd a {
  line-height: 70px;
}
@media screen and (max-width: 1220px) {
  .globalNav__contact {
    margin: 32px 24px 0;
  }
}
@media screen and (max-width: 340px) {
  .globalNav__contact {
    margin: 24px 24px 0;
  }
}
.globalNav__contact a {
  display: block;
  width: 140px;
  line-height: 90px;
  background: #002286;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
@media screen and (max-width: 1320px) {
  .globalNav__contact a {
    width: 120px;
  }
}
@media screen and (max-width: 1220px) {
  .globalNav__contact a {
    width: 100%;
    color: #002286;
    background: #fff;
    font-size: 2rem;
    text-indent: -2rem;
  }
}
@media screen and (max-width: 1220px) {
  .globalNav__contact a:before {
    display: inline-block;
    width: 31px;
    height: 27px;
    vertical-align: -8px;
    margin-right: 24px;
    background: url(../images/common/icon-mail-b.svg) no-repeat;
    background-size: 100% auto;
    content: "";
  }
}
.globalNav__contact a:visited, .globalNav__contact a:link {
  color: #fff;
}
@media screen and (max-width: 1220px) {
  .globalNav__contact a:visited, .globalNav__contact a:link {
    color: #002286;
    background: #fff;
  }
}
.globalNav__contact a:hover {
  background: #2477be;
}
@media screen and (max-width: 1220px) {
  .globalNav__contact a:hover {
    background: #fff;
  }
}
.globalNav__contact--fixd a {
  line-height: 70px;
}

@keyframes pulsate {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.5, 1.5);
  }
}
@keyframes wave {
  0%, 30% {
    opacity: 1;
    transform: scale(0) translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(2) translate3d(0, 0, 0);
  }
}
.navToggle {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  z-index: 200;
  width: 60px;
  height: 60px;
  background: #002286;
}
@media screen and (max-width: 1220px) {
  .navToggle {
    display: block;
  }
}
.navToggle__wrap {
  position: relative;
  margin: 31px 27px;
}
.navToggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 26px;
  height: 2px;
  background: #fff;
  transition: transform 0.2s ease-in-out, top 0.5s ease;
}
@media screen and (max-width: 1220px) {
  .navToggle span {
    left: -8px;
    width: 24px;
  }
}
.navToggle span:nth-child(1) {
  top: 0;
}
@media screen and (max-width: 1220px) {
  .navToggle span:nth-child(1) {
    top: -10px;
  }
}
.navToggle span:nth-child(2) {
  top: 8px;
}
@media screen and (max-width: 1220px) {
  .navToggle span:nth-child(2) {
    top: -2px;
  }
}
.navToggle span:nth-child(3) {
  top: 16px;
}
@media screen and (max-width: 1220px) {
  .navToggle span:nth-child(3) {
    top: 6px;
  }
}
.navToggle.is-open span {
  width: 32px;
}
@media screen and (max-width: 1220px) {
  .navToggle.is-open span {
    left: -14px;
  }
}
.navToggle.is-open span:nth-child(1) {
  top: -2px;
  transform: rotate(45deg);
}
.navToggle.is-open span:nth-child(2) {
  left: 50%;
  width: 0;
}
.navToggle.is-open span:nth-child(3) {
  top: -2px;
  transform: rotate(-45deg);
}

.footCont {
  position: relative;
  display: flex;
  min-height: 360px;
  align-items: center;
  background: url(../images/common/contBg.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .footCont {
    min-height: auto;
    padding: 64px 0;
    background: url(../images/common/contBg_sp.png) no-repeat;
    background-size: cover;
  }
}
.footCont:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 30px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  content: "";
}
@media screen and (max-width: 480px) {
  .footCont:before {
    border-width: 20px 20px 0 20px;
  }
}
.footCont__wrap {
  min-width: 1000px;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .footCont__wrap {
    min-width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .footCont__wrap {
    min-width: 100%;
    max-width: 100%;
  }
}

.footContList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footContList--sol {
  justify-content: center;
}
@media screen and (max-width: 1030px) {
  .footContList {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .footContList {
    display: block;
  }
}
.footContList__item {
  width: 31.215%;
}
@media screen and (max-width: 1030px) {
  .footContList__item {
    width: 40.215%;
  }
}
@media screen and (max-width: 1030px) {
  .footContList__item:nth-child(2) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 480px) {
  .footContList__item:nth-child(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1030px) {
  .footContList__item:nth-child(3) {
    margin-top: 3%;
  }
}
.footContList--sol .footContList__item {
  width: 65%;
}
@media screen and (max-width: 480px) {
  .footContList--sol .footContList__item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .footContList__item {
    width: 47.215%;
  }
}
@media screen and (max-width: 480px) {
  .footContList__item {
    width: 100%;
  }
  .footContList__item + .footContList__item {
    margin-top: 24px;
  }
}
.footContList__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  border: 2px solid #fff;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .footContList__item a {
    width: 100%;
    height: auto;
    font-size: 1.8rem;
  }
}
.footContList__item a span {
  display: block;
  height: 100%;
  line-height: 1.6;
  padding: 24px 0;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  transform: scale(1, 1);
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .footContList__item a span {
    padding: 16px 0;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 340px) {
  .footContList__item a span {
    font-size: 1.6rem;
  }
}
.footContList__item a span:before, .footContList__item a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s;
}
.footContList__item a span:before {
  z-index: 1;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: scale(0.1, 1);
}
.footContList__item a span:after {
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}
.footContList__item a:before {
  position: absolute;
  top: 0;
  right: -24px;
  bottom: 0;
  width: 53px;
  height: 5px;
  margin: auto;
  background: url(../images/common/link-white.svg) no-repeat;
  content: "";
}
@media screen and (max-width: 480px) {
  .footContList__item a:before {
    right: -14px;
    width: 32px;
    background-size: 100% auto;
  }
}
.footContList__item a:visited {
  color: #fff;
}
.footContList__item a:hover {
  color: #fff;
}
.footContList__item a:hover span:before {
  opacity: 1;
  transform: scale(1, 1);
}
.footContList__item a:hover span:after {
  opacity: 0;
  transform: scale(1, 0.1);
}
.footContList__item:nth-child(2) a span, .footContList__item:nth-child(3) a span {
  padding: 40px 0;
}
@media screen and (max-width: 480px) {
  .footContList__item:nth-child(2) a span, .footContList__item:nth-child(3) a span {
    padding: 30px 0;
  }
}

.footCta {
  display: flex;
  align-items: center;
  padding: 100px 0;
  background: url(../images/common/ctaBg.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .footCta {
    padding: 72px 0;
    background: url(../images/common/ctaBg_sp.png) no-repeat;
    background-size: cover;
  }
}
.footCta__wrap {
  min-width: 1000px;
  max-width: 1296px;
  padding: 0 48px;
  margin: auto;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footCta__wrap {
    min-width: auto;
    padding: 0 32px;
  }
}
@media screen and (max-width: 480px) {
  .footCta__wrap {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .footCta__wrap {
    min-width: 100%;
  }
}
.footCta__ttl {
  line-height: 0.9;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 8rem;
}
@media screen and (max-width: 480px) {
  .footCta__ttl {
    font-size: 5rem;
  }
}
.footCta__txt {
  margin-top: 40px;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .footCta__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .footCta__txt {
    margin: 32px 32px 0;
    font-size: 1.6rem;
    text-align: left;
  }
}

.footCtaList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  margin-top: 56px;
  padding: 40px;
  background: #f2f2f2;
}
@media screen and (max-width: 480px) {
  .footCtaList {
    margin: 32px 24px 0;
    padding: 24px;
    background: #2f629a;
  }
}
.footCtaList__item {
  width: 48.24%;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .footCtaList__item {
    width: 100%;
  }
  .footCtaList__item + .footCtaList__item {
    margin-top: 16px;
  }
}
.footCtaList__item a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 120px;
  color: #2477be;
  font-weight: bold;
  font-size: 2.4rem;
  text-indent: -2rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .footCtaList__item a {
    width: 100%;
    line-height: 80px;
    font-size: 1.8rem;
    text-indent: -2rem;
  }
}
@media screen and (max-width: 340px) {
  .footCtaList__item a {
    line-height: 60px;
    font-size: 1.6rem;
  }
}
.footCtaList__item a:before {
  display: inline-block;
  width: 36px;
  height: 32px;
  vertical-align: -6px;
  margin-right: 24px;
  background: url(../images/common/icon-document-b.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  transition: all 0.2s ease 0s;
}
@media screen and (max-width: 480px) {
  .footCtaList__item a:before {
    width: 31px;
    height: 27px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 340px) {
  .footCtaList__item a:before {
    width: 26px;
    height: 22px;
  }
}
.footCtaList__item a:visited {
  color: #2477be;
}
.footCtaList__item a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.footCtaList__item:nth-child(2) a {
  color: #fff;
  background: #002286;
}
.footCtaList__item:nth-child(2) a:before {
  display: inline-block;
  width: 36px;
  height: 32px;
  vertical-align: -8px;
  margin-right: 24px;
  background: url(../images/common/icon-mail.svg) no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 480px) {
  .footCtaList__item:nth-child(2) a:before {
    width: 31px;
    height: 27px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 340px) {
  .footCtaList__item:nth-child(2) a:before {
    width: 26px;
    height: 22px;
  }
}
.footCtaList__item:nth-child(2) a:visited {
  color: #fff;
}
.footCtaList__item:nth-child(2) a:hover {
  color: #fff;
  background: #2477be;
}

.footer {
  position: relative;
  background: #2c2c2c;
}
.footer__wrap {
  min-width: 1000px;
  max-width: 1296px;
  padding: 0 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 64px 48px;
}
@media screen and (max-width: 1024px) {
  .footer__wrap {
    min-width: auto;
    padding: 0 32px;
  }
}
@media screen and (max-width: 480px) {
  .footer__wrap {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer__wrap {
    padding: 40px 32px;
  }
}
@media screen and (max-width: 480px) {
  .footer__wrap {
    display: block;
    padding: 40px 0;
  }
}
.footer__logo {
  width: 140px;
}
@media screen and (max-width: 480px) {
  .footer__logo {
    margin: 0 auto 24px;
  }
}
.footer__col {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .footer__col {
    width: 80%;
    margin: auto;
  }
}
.footer__copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px 40px;
  background: #000;
  text-align: center;
}
.footer__copyright__txt {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
}
@media screen and (max-width: 480px) {
  .footer__copyright {
    display: block;
    padding: 16px 0;
    font-size: 1rem;
  }
}

.footerNavList {
  width: 30%;
}
.footerNavList--none {
  width: 20%;
}
@media screen and (max-width: 480px) {
  .footerNavList--none {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .footerNavList {
    width: 80%;
    margin-top: 32px;
  }
}
@media screen and (max-width: 480px) {
  .footerNavList {
    width: 100%;
  }
}
.footerNavList__ttl {
  width: 30%;
  margin-bottom: 8px;
  color: #fff;
  font-weight: bold;
}
.footerNavList__ttl a {
  display: block;
  color: #fff;
  transition: all 0.3s ease;
}
.footerNavList__item {
  position: relative;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  .footerNavList__item {
    padding-left: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .footerNavList--none .footerNavList__item {
    padding-left: 0;
  }
}
.footerNavList--none .footerNavList__item:before {
  width: 0;
  background: none;
}
.footerNavList__item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 1px;
  margin: auto;
  background: linear-gradient(to right, #2389ae, #24b2be);
  content: "";
}
.footerNavList__item a {
  display: block;
  padding: 0 32px 0 24px;
  color: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .footerNavList__item a {
    padding: 0;
  }
}
.footerNavList__item a:hover {
  opacity: 0.6;
}

.footerGroupLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px 0;
  font-size: 1.1rem;
}
@media screen and (max-width: 480px) {
  .footerGroupLink {
    display: block;
    padding: 16px 0;
  }
}
.footerGroupLink__item + .footerGroupLink__item {
  margin-left: 24px;
}
@media screen and (max-width: 480px) {
  .footerGroupLink__item + .footerGroupLink__item {
    margin: 0;
  }
}
.footerGroupLink__item a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  z-index: 9990;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: #002286;
}
.loading.is-active {
  left: 100%;
  width: 0;
  visibility: hidden;
  transition: all 500ms cubic-bezier(0.85, 0.375, 0.325, 0.57);
}

.loader {
  animation: loadingText 0.3s infinite alternate;
}

@keyframes loadingText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mainVisual {
  position: relative;
  min-width: 1000px;
  max-width: 1366px;
  overflow: hidden;
  margin: auto;
  padding: 0 64px;
}
.mainVisual:before {
  position: absolute;
  top: 0;
  right: -1%;
  bottom: -4%;
  width: 66%;
  height: 74%;
  margin: auto;
  background: url(../images/index/main.png) no-repeat;
  background-size: cover;
  content: "";
}
@media screen and (max-width: 1024px) {
  .mainVisual:before {
    top: auto;
    width: 70%;
    height: 50%;
  }
}
.mainVisual.js-mv:before {
  opacity: 0;
  transition: all 1000ms ease 0.7s;
}
.mainVisual.is-active:before {
  right: 0;
  bottom: 0;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .mainVisual {
    min-width: auto;
    padding: 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .mainVisual {
    min-width: 100%;
    padding: 0 32px;
    background: url(../images/index/main.png) no-repeat bottom 32px right;
    background-size: 100% auto;
  }
  .mainVisual:before {
    display: none;
  }
}
.mainVisual__wrap {
  position: relative;
  display: flex;
  width: 610px;
  height: calc(100vh - 90px);
  max-height: 850px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .mainVisual__wrap {
    width: 100%;
    height: calc(95vh - 60px);
  }
}
.mainVisual__info {
  margin-top: -90px;
}
@media screen and (max-width: 480px) {
  .mainVisual__info {
    margin-top: -60px;
  }
}
@media screen and (max-width: 340px) {
  .mainVisual__info {
    margin-top: -100px;
  }
}
.mainVisual__logo {
  position: relative;
  width: 420px;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 1s ease 1.3s;
}
.mainVisual__logo.is-active {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 1024px) {
  .mainVisual__logo {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .mainVisual__logo {
    transition: all 1s ease 0.9s;
  }
}
.mainVisual__logo img {
  width: 100%;
  height: auto;
  fill: #fb8c00;
}
.mainVisual__ttl {
  line-height: 1.5;
  margin: 40px 0 24px;
  opacity: 0;
  font-weight: bold;
  font-size: 2rem;
  transform: translateX(-30px);
  transition: all 1s ease 1.6s;
}
.mainVisual__ttl.is-active {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 480px) {
  .mainVisual__ttl {
    margin: 32px 0 16px;
    font-size: 1.8rem;
    transition: all 1s ease 1.1s;
  }
}
@media screen and (max-width: 340px) {
  .mainVisual__ttl {
    margin-top: 24px;
    font-size: 1.6rem;
  }
}
.mainVisual__txt {
  opacity: 0;
  font-size: 1.6rem;
  text-shadow: 3px 3px 3px #fff;
  transform: translateX(-30px);
  transition: all 1s ease 1.6s;
}
.mainVisual__txt.is-active {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 480px) {
  .mainVisual__txt {
    font-size: 1.4rem;
    transition: all 1s ease 1.1s;
  }
}
@media screen and (max-width: 340px) {
  .mainVisual__txt {
    line-height: 1.8;
    font-size: 1.2rem;
  }
}
.mainVisual__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 66%;
  height: auto;
}
.mainVisual__lead {
  line-height: 2.2;
}
.mainVisual__scroll {
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 9;
  writing-mode: vertical-rl;
  overflow: hidden;
  padding-bottom: 50px;
  color: #000;
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 1.4s cubic-bezier(0.47, 0, 0.745, 0.715), visibility 1.4s;
}
.mainVisual__scroll.is-active {
  opacity: 1;
  transform: translateY(0);
}
.mainVisual__scroll span {
  display: block;
  position: relative;
  padding-bottom: 16px;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
.mainVisual__scroll:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 1px;
  height: 100%;
  background: #000;
  content: "";
  animation: scnavi_effect 2s ease 0s infinite;
}

@keyframes anim_po {
  0% {
    top: 0;
  }
  100% {
    top: -100px;
  }
}
@keyframes scnavi_effect {
  0% {
    height: 0;
    opacity: 0.4;
  }
  50% {
    top: 50%;
    height: 100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0.4;
  }
}
.indexHead {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .indexHead {
    margin-bottom: 32px;
  }
}
.indexHead--news {
  margin-bottom: 0;
}
.indexHead--development {
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .indexHead--development {
    margin-bottom: 40px;
  }
}
.indexHead__jp {
  margin-bottom: 4px;
  opacity: 0;
  font-weight: normal;
  font-size: 2rem;
}
.indexHead__jp.is-view {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
@media screen and (max-width: 480px) {
  .indexHead__jp {
    font-size: 1.8rem;
  }
}
.indexHead--white .indexHead__jp {
  color: #fff;
}
.indexHead__en {
  line-height: 0.9;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 7rem;
}
@media screen and (max-width: 480px) {
  .indexHead__en {
    font-size: 5rem;
  }
}
@media screen and (max-width: 340px) {
  .indexHead__en {
    font-size: 4.3rem;
  }
}
.indexHead--white .indexHead__en {
  color: #fff;
}
.indexHead--news .indexHead__en {
  margin-bottom: 56px;
}
@media screen and (max-width: 480px) {
  .indexHead--news .indexHead__en {
    margin-bottom: 40px;
  }
}
.indexHead__txt {
  opacity: 0;
  transform: translate(0, 80px);
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  margin-top: 32px;
  opacity: 0;
  font-size: 1.6rem;
}
.indexHead__txt.is-view {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 480px) {
  .indexHead__txt {
    font-size: 1.4rem;
  }
}
.indexHead--white .indexHead__txt {
  color: #fff;
}

.t {
  display: inline-block;
  opacity: 0;
  transform: translate(-10px, 10px);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.t--w {
  color: #fff;
}

.is-view .t {
  opacity: 1;
  transform: translate(0, 0);
}
.is-view .t:nth-of-type(1) {
  transition-delay: 0.2s;
}
.is-view .t:nth-of-type(2) {
  transition-delay: 0.25s;
}
.is-view .t:nth-of-type(3) {
  transition-delay: 0.3s;
}
.is-view .t:nth-of-type(4) {
  transition-delay: 0.35s;
}
.is-view .t:nth-of-type(5) {
  transition-delay: 0.4s;
}
.is-view .t:nth-of-type(6) {
  transition-delay: 0.45s;
}
.is-view .t:nth-of-type(7) {
  transition-delay: 0.5s;
}
.is-view .t:nth-of-type(8) {
  transition-delay: 0.55s;
}
.is-view .t:nth-of-type(9) {
  transition-delay: 0.6s;
}
.is-view .t:nth-of-type(10) {
  transition-delay: 0.65s;
}
.is-view .t:nth-of-type(11) {
  transition-delay: 0.7s;
}

.servicesList {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .servicesList {
    display: block;
  }
}
.servicesList .readmore {
  position: absolute;
  right: 0;
  bottom: 26px;
  left: 0;
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .servicesList .readmore {
    position: relative;
    bottom: 0;
    margin: 0 32px;
  }
}
.servicesList--sol .readmore {
  margin: 0 40% 0 0;
}
@media screen and (max-width: 480px) {
  .servicesList--sol .readmore {
    margin: 0 32px;
  }
}
.servicesList__link {
  display: block;
  overflow: hidden;
}
.servicesList--sol .servicesList__link {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .servicesList--sol .servicesList__link {
    display: block;
  }
}
.servicesList__link img {
  position: absolute;
  z-index: 0;
  transition: all 0.3s ease;
}
.servicesList__link:hover img {
  transform: scale(1.2, 1.2);
}
.servicesList--sol .servicesList__link:hover img {
  transform: scale(1, 1);
}
@media screen and (max-width: 480px) {
  .servicesList__link:hover img {
    transform: scale(1, 1);
  }
}
.servicesList__item {
  opacity: 0;
  transform: translate(0, 80px);
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  width: 31.334%;
  background: #fff;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .servicesList__item {
    width: 100%;
  }
  .servicesList__item + .servicesList__item {
    margin-top: 32px;
  }
}
.servicesList--sol .servicesList__item {
  width: 100%;
}
.servicesList__item:nth-child(1) {
  transition-delay: 0s;
}
.servicesList__item:nth-child(2) {
  transition-delay: 0.2s;
}
@media screen and (max-width: 480px) {
  .servicesList__item:nth-child(2) {
    transition-delay: 0s;
  }
}
.servicesList__item:nth-child(3) {
  transition-delay: 0.4s;
}
@media screen and (max-width: 480px) {
  .servicesList__item:nth-child(3) {
    transition-delay: 0s;
  }
}
.servicesList__item.is-view {
  opacity: 1;
  transform: translate(0, 0);
}
.servicesList__img {
  display: flex;
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1rem;
}
.servicesList--sol .servicesList__img {
  height: 350px;
  padding: 48px 0 48px 48px;
}
@media screen and (max-width: 480px) {
  .servicesList--sol .servicesList__img {
    width: 100%;
    height: 160px;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .servicesList__img {
    width: 100%;
    height: 160px;
  }
  .servicesList__img img {
    width: auto;
    height: 160px;
  }
}
.servicesList__ttl {
  position: relative;
  z-index: 1;
  line-height: 1.6;
  color: #fff;
  font-size: 2.4rem;
}
.servicesList--sol .servicesList__ttl {
  left: 48px;
}
@media screen and (max-width: 480px) {
  .servicesList--sol .servicesList__ttl {
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .servicesList__ttl {
    font-size: 2rem;
  }
}
.servicesList__info {
  padding: 24px 32px 80px;
}
@media screen and (max-width: 1024px) {
  .servicesList__info {
    padding: 32px;
  }
}
@media screen and (max-width: 480px) {
  .servicesList__info {
    padding: 24px 24px 32px;
  }
}
.servicesList__txt {
  margin-bottom: 48px;
  font-size: 1.6rem;
}
.servicesList--sol .servicesList__txt {
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .servicesList--sol .servicesList__txt {
    margin-bottom: 24px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .servicesList__txt {
    margin-bottom: 24px;
    font-size: 1.4rem;
  }
}

.news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.news__wrap {
  width: 74.4%;
  height: 280px;
  padding: 24px 32px;
  background: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: all 400ms ease;
}
.news__wrap.is-view {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 480px) {
  .news__wrap {
    width: 100%;
    height: 400px;
    padding: 24px;
  }
}
.news .sp {
  width: 100%;
  padding: 40px 32px 0;
}

.newsList {
  position: relative;
  height: 230px;
  overflow-y: scroll;
}
@media screen and (max-width: 480px) {
  .newsList {
    height: 350px;
  }
}
.newsList__item {
  position: relative;
  z-index: 1;
}
.newsList__item:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 4;
  width: 0;
  height: 1px;
  background-color: #333;
  content: "";
  transition: all 400ms ease;
}
.newsList__item:hover:after {
  right: auto;
  left: 0;
  width: 100%;
}
.newsList__link {
  position: relative;
  display: block;
  z-index: 2;
  padding: 20px 16px;
  border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 480px) {
  .newsList__link {
    margin-bottom: 20px;
    padding: 0 0 20px;
  }
}
.newsList__head {
  display: flex;
}
.newsList__date, .newsList__label {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .newsList__date, .newsList__label {
    font-size: 1.3rem;
  }
}
.newsList__date {
  color: rgba(51, 51, 51, 0.5);
}
.newsList__label {
  margin-left: 16px;
}
.newsList__txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .newsList__txt {
    font-size: 1.4rem;
  }
}

.developmentHead {
  opacity: 0;
  transform: translate(0, 80px);
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  margin-bottom: 40px;
  text-align: center;
}
.developmentHead.is-view {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 480px) {
  .developmentHead {
    margin-bottom: 32px;
  }
}
.developmentHead__ttl {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 2.6rem;
}
@media screen and (max-width: 480px) {
  .developmentHead__ttl {
    line-height: 1.6;
    margin-bottom: 16px;
    font-size: 2rem;
  }
}
.developmentHead__txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .developmentHead__txt {
    font-size: 1.4rem;
    text-align: left;
  }
}

.developmentList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.developmentList__item {
  opacity: 0;
  transform: translate(0, 80px);
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  display: flex;
  width: 47.334%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding-top: 28px;
  border: 1px solid #ccc;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .developmentList__item {
    width: 100%;
  }
}
.developmentList__item--full {
  width: 850px;
  margin: 0 auto 56px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .developmentList__item--full {
    margin-bottom: 0;
  }
}
.developmentList__item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .developmentList__item + .developmentList__item {
    margin-top: 24px;
  }
}
.developmentList.is-view .developmentList__item {
  opacity: 1;
  transform: translate(0, 0);
}
.developmentList.is-view .developmentList__item:nth-child(2) {
  transition-delay: 0.2s;
}
@media screen and (max-width: 480px) {
  .developmentList.is-view .developmentList__item:nth-child(2) {
    transition-delay: 0s;
  }
}
.developmentList__ttl {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .developmentList__ttl {
    font-size: 1.6rem;
  }
}
.developmentList__ttl span {
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .developmentList__ttl span {
    font-size: 1.4rem;
  }
}
.developmentList__num {
  position: relative;
  min-height: 100px;
  line-height: 1.2;
  margin-bottom: 12px;
  padding: 12px 52px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .developmentList__num {
    margin-bottom: 0;
    padding: 12px 40px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .developmentList__num {
    display: flex;
    min-height: 80px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 24px 12px;
    padding: 12px 20px;
    font-size: 1.4rem;
  }
}
.developmentList__num:before, .developmentList__num:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100px;
  background: url(../images/index/leafL.svg) no-repeat;
  background-size: auto 100%;
  content: "";
}
@media screen and (max-width: 1024px) {
  .developmentList__num:before, .developmentList__num:after {
    height: 80px;
  }
}
.developmentList__num:after {
  right: 0;
  left: auto;
  background: url(../images/index/leafR.svg) no-repeat;
  background-size: auto 100%;
}
.developmentList__num strong {
  font-weight: bold;
  font-size: 4.5rem;
}
@media screen and (max-width: 1024px) {
  .developmentList__num strong {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 480px) {
  .developmentList__num strong {
    width: 100%;
    font-size: 3rem;
  }
}
.developmentList__num span {
  font-size: 2.6rem;
}
@media screen and (max-width: 1024px) {
  .developmentList__num span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .developmentList__num span {
    font-size: 2rem;
  }
}
.developmentList__num small {
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  .developmentList__num small {
    line-height: 1.4;
    font-size: 1rem;
  }
}
.developmentList__num em {
  color: #999;
  font-style: normal;
  font-size: 1.2rem;
}
.developmentList__note {
  line-height: 1.5;
  margin: -28px 16px 12px auto;
  color: #999;
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .developmentList__note {
    margin-top: -10px;
    font-size: 1.1rem;
  }
}

.indexCase {
  position: relative;
  display: flex;
  width: 70%;
  height: 360px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 480px) {
  .indexCase {
    width: 100%;
    height: 200px;
  }
}
.indexCase:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}
.indexCase img {
  position: absolute;
  top: 0;
  z-index: 0;
  height: 100%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
  .indexCase img {
    width: 100%;
    height: auto;
  }
}
.indexCase:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 480px) {
  .indexCase:hover img {
    transform: scale(1);
  }
}
.indexCase__ttl {
  position: relative;
  z-index: 1;
  line-height: 1.8;
  padding: 40px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .indexCase__ttl {
    padding: 32px;
    font-size: 1.6rem;
  }
}
.indexCase__ttl span {
  line-height: 1;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 7rem;
}
@media screen and (max-width: 480px) {
  .indexCase__ttl span {
    font-size: 5rem;
  }
}

.serviceVisual {
  position: relative;
  display: flex;
  height: calc(80vh - 90px);
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 64px;
  background: url(../images/service/ai/head.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .serviceVisual {
    padding: 0 32px;
    background: url(../images/service/ai/head_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
@media screen and (max-width: 340px) {
  .serviceVisual__wrap {
    margin-top: -60px;
  }
}
.serviceVisual__ttl {
  width: 100%;
  line-height: 1;
  color: #fff;
  font-size: 5rem;
  letter-spacing: 0.5rem;
  text-shadow: 0 0 10px #24b2be, 0 0 15px #24b2be;
}
@media screen and (max-width: 480px) {
  .serviceVisual__ttl {
    line-height: 1.4;
    font-size: 4rem;
  }
}
@media screen and (max-width: 340px) {
  .serviceVisual__ttl {
    font-size: 3.6rem;
  }
}
.serviceVisual__txt {
  line-height: 2.2;
  margin-top: 72px;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .serviceVisual__txt {
    line-height: 1.8;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 340px) {
  .serviceVisual__txt {
    margin-top: 48px;
    font-size: 1.6rem;
  }
}
.serviceVisual__txt span {
  position: relative;
  color: #fff;
}
.serviceVisual__txt span:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
}
@media screen and (max-width: 480px) {
  .serviceVisual__txt span:before {
    background: none;
  }
}
.serviceVisual__scroll {
  position: absolute;
  bottom: 0;
  left: 40px;
  z-index: 9;
  writing-mode: vertical-rl;
  overflow: hidden;
  padding-bottom: 50px;
  transition: opacity 1.4s cubic-bezier(0.47, 0, 0.745, 0.715), visibility 1.4s;
}
@media screen and (max-width: 480px) {
  .serviceVisual__scroll {
    left: 10px;
  }
}
.serviceVisual__scroll span {
  position: relative;
  display: block;
  padding-bottom: 16px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 340px) {
  .serviceVisual__scroll span {
    font-size: 1rem;
  }
}
.serviceVisual__scroll:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 1px;
  height: 100%;
  background: #fff;
  content: "";
  animation: scnavi_effect 2s ease 0s infinite;
}

.section__wrap--col {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .section__wrap--col {
    overflow: auto;
    margin-top: -20px;
    padding: 0 0 0 20px !important;
  }
}

.serviceBanner {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: center;
  margin: -40px 10% 0;
  border: 1px solid #ccc;
  border-radius: 12px;
}
.serviceBanner--col {
  width: 48.5%;
  margin: -40px 0 0;
}
@media screen and (max-width: 480px) {
  .serviceBanner--col {
    width: 100%;
    flex: 0 0 240px;
    margin: 0 16px 0 0 !important;
  }
}
.serviceBanner--col .serviceBanner__info {
  width: 54%;
  padding: 16px 40px 16px 24px;
}
@media screen and (max-width: 480px) {
  .serviceBanner--col .serviceBanner__info {
    width: 100%;
    height: 100%;
    padding: 16px;
  }
}
.serviceBanner--col .serviceBanner__info__ttl {
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .serviceBanner--col .serviceBanner__info__ttl {
    margin-top: 4px;
    font-size: 1.4rem;
  }
}
.serviceBanner--col .serviceBanner__img {
  width: 46%;
}
.serviceBanner--col .serviceBanner__img img {
  height: 145px;
}
@media screen and (max-width: 480px) {
  .serviceBanner {
    margin: -20px 0 0;
  }
}
.serviceBanner:hover {
  border: 1px solid #002286;
}
.serviceBanner:hover img {
  opacity: 0.8;
}
.serviceBanner:hover .serviceBanner__info:before {
  right: 16px;
  border-top: 2px solid #002286;
  border-right: 2px solid #002286;
}
@media screen and (max-width: 480px) {
  .serviceBanner:hover .serviceBanner__info:before {
    top: auto;
    bottom: 16px;
    width: 80px;
    height: 8px;
    border-top: 0;
    border-right: 1px solid #002286;
    border-bottom: 1px solid #002286;
    transform: skew(45deg);
  }
}
.serviceBanner__img {
  width: 40%;
}
.serviceBanner__img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease;
}
.serviceBanner__info {
  position: relative;
  width: 60%;
  padding: 0 40px 0 24px;
}
@media screen and (max-width: 480px) {
  .serviceBanner__info {
    width: 100%;
    padding: 16px;
  }
}
.serviceBanner__info:before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  content: "";
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
@media screen and (max-width: 480px) {
  .serviceBanner__info:before {
    top: auto;
    bottom: 16px;
    width: 80px;
    height: 8px;
    border-top: 0;
    border-right: 1px solid #002286;
    border-bottom: 1px solid #002286;
    transform: skew(45deg);
  }
}
.serviceBanner__info__sub {
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  .serviceBanner__info__sub {
    margin-bottom: 8px;
    font-size: 1rem;
    letter-spacing: normal;
  }
}
.serviceBanner__info__sub span {
  display: inline-block;
  line-height: 1;
  margin-right: 12px;
  padding: 4px 16px;
  border: 1px solid #002286;
  color: #002286;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .serviceBanner__info__sub span {
    margin-right: 8px;
    padding: 2px 8px;
    font-size: 1.2rem;
  }
}
.serviceBanner__info__img {
  display: none;
}
@media screen and (max-width: 480px) {
  .serviceBanner__info__img {
    display: block;
  }
}
.serviceBanner__info__ttl {
  line-height: 1.6;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .serviceBanner__info__ttl {
    font-size: 1.4rem;
  }
}

.serviceHead {
  margin-bottom: 40px;
  padding-right: 10%;
}
@media screen and (max-width: 480px) {
  .serviceHead {
    padding-right: 0;
  }
}
.serviceHead--nomal {
  margin-bottom: 64px;
  padding-right: 0;
}
@media screen and (max-width: 480px) {
  .serviceHead--nomal {
    margin-bottom: 24px;
  }
}
.serviceHead--center {
  padding: 0;
  text-align: center;
}
.serviceHead__en {
  line-height: 0.9;
  color: #24b2be;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 7rem;
}
@media screen and (max-width: 480px) {
  .serviceHead__en {
    font-size: 5rem;
  }
}
.serviceHead--center .serviceHead__en {
  color: #333;
}
.serviceHead__jp {
  font-weight: bold;
  font-size: 3.2rem;
}
@media screen and (max-width: 480px) {
  .serviceHead__jp {
    line-height: 1.6;
    font-size: 2.4rem;
  }
}
.serviceHead--nomal .serviceHead__jp {
  text-align: center;
}
.serviceHead__jp span {
  position: relative;
}
.serviceHead__jp span:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  content: "";
}
@media screen and (max-width: 480px) {
  .serviceHead__jp span:before {
    background: none;
  }
}
.serviceHead__jp--white {
  color: #fff;
}
.serviceHead__jp--white span {
  color: #fff;
}
.serviceHead__jp--white span:before {
  background: #fff;
}
.serviceHead__small {
  font-weight: bold;
  font-size: 2rem;
}
.serviceHead__cap {
  line-height: 1.6;
  margin-top: 32px;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 480px) {
  .serviceHead__cap {
    margin-bottom: 24px;
    font-size: 2rem;
  }
}
.serviceHead__txt {
  margin-top: 64px;
  padding-left: 80px;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .serviceHead__txt {
    margin-top: 24px;
    padding-left: 0;
    font-size: 1.4rem;
  }
}
.serviceHead__lead {
  font-size: 1.6rem;
}
.serviceHead--nomal .serviceHead__lead {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .serviceHead--nomal .serviceHead__lead {
    margin-top: 16px;
    font-size: 1.4rem;
    text-align: left;
  }
}

.serviceTable {
  min-width: 1000px;
  max-width: 1296px;
  margin: auto;
  margin-top: 84px;
  padding: 0 48px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .serviceTable {
    min-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .serviceTable {
    min-width: 100%;
    margin-top: 64px;
    font-size: 1.4rem;
  }
}
.serviceTable__tr {
  border: 1px solid #ccc;
  text-align: center;
}
.serviceTable__th, .serviceTable__td {
  vertical-align: middle;
  padding: 24px 0;
  border: 1px solid #ccc;
}
@media screen and (max-width: 480px) {
  .serviceTable__th, .serviceTable__td {
    padding: 16px 0;
  }
}
.serviceTable__th {
  position: relative;
  width: 350px;
  background: #f7f7f7;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .serviceTable__th {
    line-height: 1.5;
    padding: 16px 8px;
  }
}
.serviceTable__th--white {
  background: #fff;
}
.serviceTable__th--green {
  border: 3px solid #24b2be;
  background: #24b2be;
}
.serviceTable__th--green:before {
  position: absolute;
  top: -26px;
  left: -3px;
  width: 100%;
  height: 26px;
  border-right: 6px solid #24b2be;
  background: #24b2be;
  content: "";
}
.serviceTable__th--top {
  padding-top: 0;
}
.serviceTable__td--green {
  border-right: 3px solid #24b2be;
  border-left: 3px solid #24b2be;
  background: rgba(36, 178, 190, 0.05);
}
.serviceTable__td--bottom {
  border-bottom: 3px solid #24b2be;
}
@media screen and (max-width: 480px) {
  .serviceTable__td {
    width: 23%;
  }
}
.serviceTable__td span {
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 100%;
  background: #24b2be;
}
@media screen and (max-width: 480px) {
  .serviceTable__td span {
    width: 12px;
    height: 12px;
  }
}
.serviceTable__td span.none {
  width: 13px;
  height: 2px;
  background: #333;
}

.aiHow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .aiHow {
    display: block;
  }
}
.aiHow__item {
  position: relative;
  width: 47.334%;
  padding: 48px 80px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .aiHow__item {
    padding: 48px 32px;
  }
}
@media screen and (max-width: 480px) {
  .aiHow__item {
    width: 100%;
    padding: 32px 24px;
  }
  .aiHow__item + .aiHow__item {
    margin-top: 72px;
  }
}
.aiHow__item:nth-child(1):before {
  position: absolute;
  top: 0;
  right: -52px;
  bottom: 0;
  width: 40px;
  height: 45px;
  margin: auto;
  background: url(../images/service/ai/arrow.svg) no-repeat;
  content: "";
}
@media screen and (max-width: 1024px) {
  .aiHow__item:nth-child(1):before {
    right: -46px;
    background-size: 70% auto;
  }
}
@media screen and (max-width: 480px) {
  .aiHow__item:nth-child(1):before {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: -74px;
    left: 0;
    background-size: 90%;
    transform: rotate(90deg);
  }
}
.aiHow__ttl {
  line-height: 1.6;
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .aiHow__ttl {
    line-height: 1.6;
    margin-bottom: 16px;
    font-size: 2rem;
  }
}
.aiHow__ttl img {
  width: 140px;
  margin-right: 8px;
}
@media screen and (max-width: 480px) {
  .aiHow__ttl img {
    width: 40%;
    margin-right: 4px;
  }
}
.aiHow__txt {
  min-height: 84px;
  margin-bottom: 32px;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .aiHow__txt {
    font-size: 1.4rem;
  }
}
.aiHow__img {
  width: 100%;
  height: auto;
}

.serviceFlow {
  text-align: center;
}
.serviceFlow img {
  width: 100%;
  height: auto;
}

.caseList {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 72px;
}
@media screen and (max-width: 480px) {
  .caseList {
    margin-top: 40px;
  }
}
.caseList__item {
  width: 31.15%;
  margin-bottom: 32px;
  padding-bottom: 40px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .caseList__item {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 0;
  }
}
.caseList__ttl {
  padding: 16px;
  color: #fff;
  background: #354d90;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .caseList__ttl {
    padding: 12px;
    font-size: 1.6rem;
  }
}
.caseList__img {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.caseList__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.caseList__txt {
  padding: 32px 32px 0;
}
@media screen and (max-width: 480px) {
  .caseList__txt {
    padding: 24px;
  }
}

.companyTable {
  width: 768px;
  margin: auto;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .companyTable {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .companyTable {
    width: 100%;
    font-size: 1.4rem;
  }
}
.companyTable__tr {
  display: block;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 480px) {
  .companyTable__tr {
    border: none;
  }
}
.companyTable__th, .companyTable__td {
  padding: 24px 20px 24px 0;
}
@media screen and (max-width: 480px) {
  .companyTable__th, .companyTable__td {
    display: block;
  }
}
.companyTable__th {
  width: 170px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .companyTable__th {
    width: 100%;
    padding: 4px 12px;
    background: #eaeaea;
  }
}
@media screen and (max-width: 480px) {
  .companyTable__td {
    margin-bottom: 32px;
    padding: 8px 0 0;
  }
}

.companyMap {
  position: relative;
  width: 768px;
  height: 0;
  margin: 56px auto 0;
  padding-top: 35%;
}
@media screen and (max-width: 480px) {
  .companyMap {
    width: 100%;
    margin: 16px auto 0;
    padding-top: 90%;
  }
}
.companyMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.companyMore {
  position: relative;
  display: inline-block;
  margin-top: 16px;
  padding-right: 12px;
  font-weight: bold;
  font-size: 1.6rem;
}
.companyMore:link, .companyMore:visited {
  color: #002286;
  text-decoration: underline;
}
.companyMore:hover {
  color: #2477be;
}
.companyMore:hover:after {
  border-top: 2px solid #2477be;
  border-right: 2px solid #2477be;
}
.companyMore:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -2px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #002286;
  border-right: 2px solid #002286;
  content: "";
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.officerList {
  display: flex;
  max-width: 980px;
  flex-wrap: wrap;
  margin: auto;
}
.officerList__item {
  width: 30.613%;
  margin-bottom: 56px;
}
@media screen and (max-width: 480px) {
  .officerList__item {
    margin-bottom: 32px;
  }
}
.officerList__item + .officerList__item {
  margin-left: 4.08%;
}
@media screen and (max-width: 480px) {
  .officerList__item + .officerList__item {
    margin-left: 0;
  }
}
.officerList__item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  .officerList__item {
    width: 100%;
  }
}
.officerList__item__img {
  height: 210px;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 8px;
}
.officerList__item__img:hover img {
  transform: scale(1.1, 1.1);
}
.officerList__item__img img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.officerList__item__cap {
  color: #666;
  font-size: 1.2rem;
}
.officerList__item__name {
  line-height: 1.6;
  font-size: 1.6rem;
}

.officerModal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 100;
  width: 100%;
  height: 100vh;
}
.officerModal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.officerModal__wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  z-index: 101;
  width: 90%;
  max-width: 980px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  margin: auto;
  padding: 48px 40px;
  border-radius: 16px;
  background: #fff;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  .officerModal__wrap {
    height: 90%;
    overflow-y: auto;
    padding: 48px 24px;
  }
}
.officerModal__wrap__close {
  position: relative;
  width: 100%;
}
.officerModal__wrap__close span {
  position: absolute;
  top: -24px;
  right: -16px;
  width: 32px;
  height: 32px;
  border: 2px solid #666;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .officerModal__wrap__close span {
    top: -39px;
  }
}
.officerModal__wrap__close span:before, .officerModal__wrap__close span:after {
  position: absolute;
  top: 13px;
  left: 5px;
  width: 18px;
  height: 2px;
  border-radius: 30px;
  background: #666;
  content: "";
  transform: rotate(45deg);
}
.officerModal__wrap__close span:after {
  transform: rotate(-45deg);
}
.officerModal__wrap__img {
  width: 43%;
}
@media screen and (max-width: 480px) {
  .officerModal__wrap__img {
    width: 100%;
    margin-bottom: 8px;
  }
}
.officerModal__wrap__img img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.officerModal__wrap__info {
  width: 53.5%;
}
@media screen and (max-width: 480px) {
  .officerModal__wrap__info {
    width: 100%;
  }
}
.officerModal__wrap__btn {
  display: none;
  width: 100%;
  margin: 24px auto 0;
  padding: 8px;
  border: 1px solid #002286;
  color: #002286;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .officerModal__wrap__btn {
    display: block;
  }
}

.officerInfo__head__cap {
  margin-bottom: 2px;
  color: #666;
  font-size: 1.4rem;
}
.officerInfo__head__name {
  line-height: 1.4;
  font-size: 2.4rem;
}
.officerInfo__head__en {
  font-size: 1.2rem;
}
.officerInfo__cont {
  margin-top: 12px;
}
.officerInfo__cont__txt {
  line-height: 1.9;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .officerInfo__cont__txt {
    font-size: 1.4rem;
  }
}

.newsIndex {
  width: 900px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .newsIndex {
    width: 100%;
  }
}

.newsIndexList {
  position: relative;
}
@media screen and (max-width: 480px) {
  .newsIndexList {
    height: 350px;
  }
}
.newsIndexList__item {
  position: relative;
  z-index: 1;
}
.newsIndexList__item:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
  width: 0;
  height: 1px;
  background-color: #333;
  content: "";
  transition: all 400ms ease;
}
.newsIndexList__item:hover:after {
  right: auto;
  left: 0;
  width: 100%;
}
.newsIndexList__link {
  position: relative;
  display: block;
  z-index: 2;
  padding: 20px 16px;
  border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 480px) {
  .newsIndexList__link {
    margin-bottom: 20px;
    padding: 0 0 20px;
  }
}
.newsIndexList__head {
  display: flex;
}
.newsIndexList__date, .newsIndexList__label {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .newsIndexList__date, .newsIndexList__label {
    font-size: 1.3rem;
  }
}
.newsIndexList__date {
  color: rgba(51, 51, 51, 0.5);
}
.newsIndexList__label {
  margin-left: 16px;
}
.newsIndexList__txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .newsIndexList__txt {
    font-size: 1.4rem;
  }
}

.l-caseIndex {
  min-width: 1000px;
  max-width: 1296px;
  margin: auto;
  padding: 100px 48px 120px;
}
@media screen and (max-width: 480px) {
  .l-caseIndex {
    min-width: auto;
    padding: 72px 24px 80px;
  }
}
.l-caseIndex img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.caseIndex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .caseIndex {
    display: block;
  }
}
.caseIndex__item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
}
@media screen and (max-width: 480px) {
  .caseIndex__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.caseIndex__item:nth-child(3n) {
  margin-right: 0;
}
.caseIndex__item__link {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
}
.caseIndex__item__link:hover {
  box-shadow: 0 1px 24px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 480px) {
  .caseIndex__item__link:hover {
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
  }
}
.caseIndex__item__link:hover span img {
  transform: scale(1.05);
}
@media screen and (max-width: 480px) {
  .caseIndex__item__link:hover span img {
    transform: scale(1);
  }
}

.caseIndexInfo__img {
  position: relative;
}
.caseIndexInfo__img span img {
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
  .caseIndexInfo__img span img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.caseIndexInfo__img__logo {
  position: absolute;
  right: 16px;
  bottom: -16px;
  display: flex;
  width: 90px;
  height: 50px;
  align-items: center;
  border: 1px #ddd solid;
  border-radius: 2px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .caseIndexInfo__img__logo {
    bottom: -10px;
  }
}
.caseIndexInfo__ttl {
  line-height: 1.6;
  padding: 24px 16px 0;
  color: #002286;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .caseIndexInfo__ttl {
    padding-top: 16px;
    font-size: 1.6rem;
  }
}
.caseIndexInfo__company {
  line-height: 1.6;
  margin-top: 12px;
  padding: 0 16px 24px;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  .caseIndexInfo__company {
    margin-top: 8px;
    padding-bottom: 16px;
  }
}

.l-caseDetail {
  margin: 48px 0;
}
@media screen and (max-width: 480px) {
  .l-caseDetail {
    margin: 24px 0;
  }
}
.l-caseDetail img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.caseDetailCta {
  display: block;
  width: 504px;
  line-height: 88px;
  margin: 64px auto 0;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.26);
  color: #fff;
  background: #002286;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
  .caseDetailCta {
    width: 80%;
    line-height: 60px;
    margin-top: 40px;
    font-size: 1.8rem;
  }
}
.caseDetailCta:visited, .caseDetailCta:link {
  color: #fff;
}
.caseDetailCta:focus {
  background: #002286;
}
.caseDetailCta:hover {
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.36);
  background: rgba(0, 34, 134, 0.8);
}

.caseDetailHead__cap, .caseDetailHead__ttl {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .caseDetailHead__cap, .caseDetailHead__ttl {
    margin: 0 16px;
    padding: 0;
  }
}
.caseDetailHead__cap {
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .caseDetailHead__cap {
    font-size: 1.4rem;
  }
}
.caseDetailHead__ttl {
  line-height: 1.6;
  margin-top: 16px;
  font-size: 3.2rem;
}
@media screen and (max-width: 480px) {
  .caseDetailHead__ttl {
    line-height: 1.4;
    margin-top: 8px;
    font-size: 2.4rem;
  }
}
.caseDetailHead__img {
  margin-top: 40px;
  background: #f7f7f7;
}
.caseDetailHead__img img {
  height: 550px;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  background: #eee;
}
@media screen and (min-width: 1500px) {
  .caseDetailHead__img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 480px) {
  .caseDetailHead__img img {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .caseDetailHead__img {
    margin-top: 24px;
  }
}
.caseDetailHead__img__cap {
  display: flex;
  max-width: 1000px;
  line-height: 1.7;
  margin: auto;
  padding: 10px 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .caseDetailHead__img__cap {
    display: block;
  }
}
.caseDetailHead__img__cap span {
  flex: 0 0 auto;
}
@media screen and (max-width: 480px) {
  .caseDetailHead__img__cap {
    line-height: 1.4;
    padding: 8px;
    font-size: 1.2rem;
  }
}

.caseDetailCont {
  max-width: 1000px;
  margin: 64px auto;
  padding: 0 24px;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .caseDetailCont {
    margin: 24px 16px;
    padding: 0;
    font-size: 1.4rem;
  }
}

.caseDetailCompany {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 480px) {
  .caseDetailCompany {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.caseDetailCompany__ttl {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 8px;
  color: #002286;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .caseDetailCompany__ttl {
    font-size: 1.4rem;
  }
}
.caseDetailCompany__ttl:before {
  width: 20px;
  height: 2px;
  margin-right: 16px;
  background: #002286;
  content: "";
}
@media screen and (max-width: 480px) {
  .caseDetailCompany__ttl:before {
    width: 16px;
    margin-right: 12px;
  }
}
.caseDetailCompany__info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .caseDetailCompany__info {
    width: 100%;
  }
}
.caseDetailCompany__info__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 24%;
}
@media screen and (max-width: 480px) {
  .caseDetailCompany__info__logo {
    position: relative;
    width: 34%;
  }
}
.caseDetailCompany__info__ttl {
  width: 73.6%;
  line-height: 1.4;
  margin-left: auto;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .caseDetailCompany__info__ttl {
    width: 63.6%;
    font-size: 1.6rem;
  }
}
.caseDetailCompany__info__ttl a {
  display: flex;
  align-items: center;
  margin-top: 6px;
  font-weight: normal;
  font-size: 1.3rem;
  text-decoration: underline;
}
.caseDetailCompany__info__ttl a:after {
  width: 22px;
  height: 15px;
  background: url(../images/common/icon-link.svg) no-repeat center/100% auto;
  content: "";
}
.caseDetailCompany__info__txt {
  width: 73.6%;
  margin-top: 12px;
  margin-left: auto;
  color: #666;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  .caseDetailCompany__info__txt {
    width: 100%;
  }
}

.caseDetailTask__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}
@media screen and (max-width: 480px) {
  .caseDetailTask__item {
    margin-top: 32px;
  }
}
.caseDetailTask__item__img {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .caseDetailTask__item__img {
    width: 28%;
  }
  .caseDetailTask__item__img img {
    width: 100%;
  }
}
.caseDetailTask__item__img span {
  display: block;
  margin-top: 8px;
  color: #002286;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .caseDetailTask__item__img span {
    line-height: 1.4;
    margin-top: 8px;
    font-size: 1.4rem;
  }
}
.caseDetailTask__item__txt {
  width: 78.4%;
}
@media screen and (max-width: 480px) {
  .caseDetailTask__item__txt {
    width: 68.4%;
  }
}

.caseDetailBody {
  margin-top: 120px;
}
@media screen and (max-width: 480px) {
  .caseDetailBody {
    margin-top: 72px;
  }
}
.caseDetailBody__label {
  display: inline-block;
  width: 132px;
  line-height: 38px;
  margin-bottom: 16px;
  border-radius: 4px;
  background: #ffe9ac;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .caseDetailBody__label {
    line-height: 24px;
    font-size: 1.2rem;
  }
}
.caseDetailBody__ttl {
  line-height: 1.8;
  margin-bottom: -16px;
  font-size: 2.8rem;
}
@media screen and (max-width: 480px) {
  .caseDetailBody__ttl {
    font-size: 2rem;
  }
}
.caseDetailBody__query {
  line-height: 1.8;
  margin-top: 56px;
  margin-bottom: 12px;
  color: #002286;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .caseDetailBody__query {
    margin-top: 40px;
    margin-bottom: 4px;
    font-size: 1.6rem;
  }
}
.caseDetailBody__txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .caseDetailBody__txt {
    font-size: 1.4rem;
  }
}
.caseDetailBody__txt span {
  font-weight: bold;
}
.caseDetailBody__img {
  max-width: 900px;
  margin: 48px auto 0;
}
@media screen and (max-width: 480px) {
  .caseDetailBody__img {
    margin: 32px auto 0;
  }
}
.caseDetailBody__img img {
  width: 100%;
  height: auto;
}

.caseContact {
  width: 774px;
  margin: 120px auto;
  padding: 64px;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.26);
}
@media screen and (max-width: 480px) {
  .caseContact {
    width: 100%;
    margin: 74px 0;
    padding: 24px;
  }
}
.caseContact__ttl {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 16px;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .caseContact__ttl {
    margin-bottom: 24px;
    font-size: 1.8rem;
  }
}
.caseContact__ttl:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 46px;
  height: 2px;
  margin: auto;
  background: #333;
  content: "";
}
.caseContact__note {
  position: relative;
  margin-bottom: 12px;
  padding-right: 12px;
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .caseContact__note {
    margin-bottom: 0;
  }
}
.caseContact__note:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: none;
  border-bottom: 10px solid #2477be;
  border-left: 10px solid transparent;
  content: "";
  transform: rotate(-90deg);
}
.caseContact th {
  padding-top: 16px;
  padding-right: 60px;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .caseContact th {
    text-align: left;
  }
}
.caseContact th,
.caseContact td {
  position: relative;
  vertical-align: top;
  padding-bottom: 40px;
  font-weight: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .caseContact th,
  .caseContact td {
    display: block;
    width: 100%;
    padding-bottom: 6px;
    font-size: 1.4rem;
  }
}
.caseContact td {
  width: 437px;
}
@media screen and (max-width: 480px) {
  .caseContact td {
    width: 100%;
    padding-bottom: 0;
  }
}
.caseContact td span {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: none;
  border-bottom: 10px solid #2477be;
  border-left: 10px solid transparent;
  transform: rotate(-90deg);
}
.caseContact input,
.caseContact textarea {
  width: 100%;
  padding: 18px 15px;
  border: none;
  border-radius: 3px;
  background: #f4f4f4;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .caseContact input,
  .caseContact textarea {
    padding: 14px 15px;
  }
}
.caseContact input:focus,
.caseContact textarea:focus {
  border: #eee;
  outline: 0;
}
.caseContact textarea {
  height: 200px;
}
.caseContact__btn {
  width: 400px;
  margin: 56px auto 0;
}
@media screen and (max-width: 480px) {
  .caseContact__btn {
    width: 100%;
  }
}
.caseContact .submit {
  width: 100%;
  line-height: 70px;
  padding: 0;
  border: none;
  border-radius: 4px;
  color: #fff;
  background-color: #002286;
  font-weight: bold;
  font-size: 2rem;
  cursor: pointer;
  -webkit-appearance: none;
}
.caseContact .fromBack {
  display: block;
  width: 100%;
  line-height: 50px;
  margin-top: 24px;
  border: none;
  color: #333;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
}

.caseContactCheck__txt {
  line-height: 1.6;
  margin-bottom: 24px;
  font-size: 1.3rem;
}
@media screen and (max-width: 480px) {
  .caseContactCheck__txt {
    margin-top: 24px;
    font-size: 1.2rem;
  }
}
.caseContactCheck label {
  display: block;
  text-align: center;
}
.caseContactCheck__span {
  position: relative;
  padding-top: 2px;
  padding-left: 44px;
  font-size: 1.6rem;
}
.caseContactCheck__span:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  border: 2px solid #333;
  border-radius: 2px;
  content: "";
}
.caseContactCheck__check {
  display: none;
}
.caseContactCheck__check:checked + span {
  color: #2477be;
}
.caseContactCheck__check:checked + span:after {
  position: absolute;
  top: 2px;
  left: 9px;
  display: block;
  width: 9px;
  height: 16px;
  border-right: 4px solid #2477be;
  border-bottom: 4px solid #2477be;
  content: "";
  transform: rotate(40deg);
}
.caseContactCheck__btn {
  width: 60%;
  margin: 56px auto 0;
}
@media screen and (max-width: 480px) {
  .caseContactCheck__btn {
    width: 90%;
    margin-top: 40px;
  }
}

.alert {
  margin-top: 4px;
  color: #d84242;
  font-size: 1.3rem;
}

.g-recaptcha {
  width: 304px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .g-recaptcha {
    width: 100%;
  }
}

.caseIncident__ttl {
  position: relative;
  margin-bottom: 56px;
  padding-bottom: 16px;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .caseIncident__ttl {
    margin-bottom: 32px;
    font-size: 2rem;
  }
}
.caseIncident__ttl:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 46px;
  height: 2px;
  margin: auto;
  background: #333;
  content: "";
}
.caseIncident__list {
  display: flex;
  max-width: 760px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}
.caseIncident__list__item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
  border-radius: 8px;
}
@media screen and (max-width: 480px) {
  .caseIncident__list__item {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
.caseIncident__list__item a {
  display: block;
  transition: all 0.3s ease;
}
.caseIncident__list__item a:hover {
  opacity: 0.7;
}
.caseIncident__btn {
  display: block;
  width: 360px;
  line-height: 48px;
  margin: 32px auto 80px;
  border: 1px solid #002286;
  border-radius: 4px;
  color: #002286;
  background: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .caseIncident__btn {
    width: 100%;
    margin-top: 20px;
  }
}
.caseIncident__btn:visited, .caseIncident__btn:link {
  color: #002286;
}
.caseIncident__btn:hover {
  border: 1px solid #2059ff;
  color: #2059ff;
}

.caseIncidentInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.caseIncidentInfo__img {
  width: 26%;
}
.caseIncidentInfo__img img {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .caseIncidentInfo__img img {
    height: auto;
  }
}
.caseIncidentInfo__item {
  width: 70%;
}
.caseIncidentInfo__item__ttl {
  line-height: 1.6;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .caseIncidentInfo__item__ttl {
    font-size: 1.4rem;
  }
}
.caseIncidentInfo__item__company {
  margin-top: 8px;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .caseIncidentInfo__item__company {
    margin-top: 2px;
    font-size: 1.2rem;
  }
}

.caseService {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  background: #f7f7f7;
}
@media screen and (max-width: 480px) {
  .caseService {
    display: block;
    padding: 0 16px 24px;
  }
}
.caseService__logo {
  flex: 0 0 240px;
  margin-right: 32px;
}
@media screen and (max-width: 480px) {
  .caseService__logo {
    width: 250px;
    margin: 0 auto;
  }
}
.caseService__warp {
  display: flex;
}
.caseService__warp:nth-child(2) {
  margin-top: 12px;
}
@media screen and (max-width: 480px) {
  .caseService__warp:nth-child(2) {
    margin-top: 8px;
  }
}
.caseService__ttl {
  min-width: 134px;
  margin-right: 12px;
  padding: 0 16px;
  background: #e3e3e3;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .caseService__ttl {
    min-width: 100px;
    margin-right: 12px;
    padding: 0 12px;
    font-size: 1.2rem;
  }
}
.caseService__txt a {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .caseService__txt {
    font-size: 1.2rem;
  }
}

.caseSnSList {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
.caseSnSList__item {
  width: 48px;
  margin: 0 8px;
  transition: all 0.3s ease;
}
.caseSnSList__item:hover {
  opacity: 0.7;
}

.contactBoxGmail {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.contactBoxGmail iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contactBox {
  width: 660px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .contactBox {
    width: 100%;
  }
}
.contactBox__note {
  position: relative;
  margin-bottom: 12px;
  padding-right: 12px;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .contactBox__note {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}
.contactBox__note:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: none;
  border-bottom: 10px solid #2477be;
  border-left: 10px solid transparent;
  content: "";
  transform: rotate(-90deg);
}
.contactBox th {
  padding-top: 16px;
}
.contactBox th,
.contactBox td {
  position: relative;
  width: 660px;
  vertical-align: top;
  padding-bottom: 40px;
  font-weight: normal;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .contactBox th,
  .contactBox td {
    display: block;
    width: 100%;
    padding-bottom: 6px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .contactBox td {
    padding-bottom: 0;
  }
}
.contactBox td span {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: none;
  border-bottom: 10px solid #2477be;
  border-left: 10px solid transparent;
  transform: rotate(-90deg);
}
.contactBox input,
.contactBox textarea {
  width: 100%;
  padding: 18px 15px;
  border: none;
  border-radius: 3px;
  background: #f4f4f4;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .contactBox input,
  .contactBox textarea {
    padding: 14px 15px;
  }
}
.contactBox input:focus,
.contactBox textarea:focus {
  border: #eee;
  outline: 0;
}
.contactBox textarea {
  height: 200px;
}
.contactBox__btn {
  width: 400px;
  margin: 56px auto 0;
}
@media screen and (max-width: 480px) {
  .contactBox__btn {
    width: 100%;
  }
}
.contactBox .submit {
  width: 100%;
  line-height: 70px;
  padding: 0;
  border: none;
  border-radius: 4px;
  color: #fff;
  background-color: #002286;
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-appearance: none;
}
.contactBox .fromBack {
  display: block;
  width: 100%;
  line-height: 50px;
  margin-top: 24px;
  border: none;
  color: #333;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
}

.contactBoxCheck__txt {
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .contactBoxCheck__txt {
    margin-top: 24px;
    font-size: 1.4rem;
  }
}
.contactBoxCheck label {
  display: block;
  text-align: center;
}
.contactBoxCheck__span {
  position: relative;
  padding-top: 2px;
  padding-left: 44px;
  font-size: 1.6rem;
}
.contactBoxCheck__span:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  border: 2px solid #333;
  border-radius: 2px;
  content: "";
}
.contactBoxCheck__check {
  display: none;
}
.contactBoxCheck__check:checked + span {
  color: #2477be;
}
.contactBoxCheck__check:checked + span:after {
  position: absolute;
  top: 2px;
  left: 9px;
  display: block;
  width: 9px;
  height: 16px;
  border-right: 4px solid #2477be;
  border-bottom: 4px solid #2477be;
  content: "";
  transform: rotate(40deg);
}

.alert {
  margin-top: 4px;
  color: #d84242;
  font-size: 1.3rem;
}

.contactThanks {
  margin-bottom: 15%;
  text-align: center;
}
.contactThanks__txt {
  margin-bottom: 32px;
}
.contactThanks a {
  display: block;
  width: 100%;
  color: #2477be;
  text-decoration: underline;
}
.contactThanks a:hover {
  color: rgba(36, 119, 190, 0.7);
}

.document__lead {
  margin-bottom: 56px;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .document__lead {
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
}

.documentList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .documentList {
    justify-content: space-between;
    align-items: baseline;
  }
}
.documentList__item {
  position: relative;
  width: 30%;
  margin: 0 16px;
  padding: 32px;
  border: 1px solid #bbb;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .documentList__item {
    width: 47%;
    margin: 0;
    padding: 16px;
  }
}
@media screen and (max-width: 480px) {
  .documentList__item + .documentList__item {
    margin-bottom: 24px;
  }
}
.documentList__item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  content: "";
  transition-delay: 0.2s;
}
.documentList__item.is-add:before {
  background: rgba(0, 0, 0, 0.4) url(../images/document/add.svg) no-repeat center;
  background-size: 40px auto;
}
@media screen and (max-width: 480px) {
  .documentList__item.is-add:before {
    background-size: 30px auto;
  }
}
.documentList__ttl {
  margin-bottom: 24px;
  color: #002286;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .documentList__ttl {
    line-height: 1.6;
    font-size: 1.4rem;
  }
}
.documentList__img {
  width: 100%;
  height: auto;
}

.documentFixd {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 24px;
  background: #f2f2f2;
}
.documentFixd__btn {
  max-width: 500px;
  line-height: 80px;
  margin: auto;
  color: #fff;
  background: #ccc;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  transition: all 0.2s ease 0s;
}
@media screen and (max-width: 480px) {
  .documentFixd__btn {
    line-height: 60px;
  }
}
.documentFixd__btn.is-active {
  background: #24b1bd;
  cursor: pointer;
}
.documentFixd__btn.is-active:hover {
  background: #3ac4d0;
}

.documentModal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 90;
  width: 100%;
  height: 100vh;
}
.documentModal__wrap {
  position: relative;
  z-index: 100;
  max-width: 780px;
  height: 80vh;
  overflow: auto;
  margin: 80px auto;
  padding: 50px 40px 40px;
  border-radius: 16px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .documentModal__wrap {
    height: 100vh;
    margin: 0;
    padding: 24px;
    border-radius: 0;
  }
}
.documentModal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 30px;
  height: 30px;
  background: url(../images/document/close.svg) no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .documentModal__close {
    right: auto;
    left: 16px;
  }
}
.documentModal__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  width: 100%;
  height: 100vh;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}/*# sourceMappingURL=style.css.map */