@charset "UTF-8";
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
  padding: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

li {
  list-style: none;
  line-height: 1;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #575757;
}

h1,
h2.h3.h4,
h4,
h6,
p,
ul,
li {
  line-height: 1.8;
}

p, li {
  font-weight: 500;
  font-size: 16px;
  color: #575757;
}
@media screen and (max-width: 767px) {
  p, li {
    font-size: 14px;
  }
}
p.lg, li.lg {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  p.lg, li.lg {
    font-size: 14px;
  }
}

a {
  display: block;
  cursor: pointer;
  color: #575757;
  transition: all 0.6s;
}
a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .pc-only-tab-hide {
    display: none;
  }
}

.tab-only {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tab-only {
    display: block;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.p-top__mv {
  position: relative;
  overflow: hidden;
}
.p-top__mv-img {
  transform: scale(1.1);
  transition: all 2s ease-out;
}
.p-top__mv-img.active {
  transform: scale(1);
}
.p-top__mv-copy-001 {
  max-width: 35%;
  position: absolute;
  top: 10%;
  left: 10%;
  transition: all 1s;
  opacity: 0;
}
.p-top__mv-copy-001.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-top__mv-copy-001 {
    max-width: 81.5%;
    left: 20px;
    top: 0;
  }
}
.p-top__mv-copy-002 {
  max-width: 53.802%;
  position: absolute;
  bottom: 5.6%;
  left: 10%;
  transition: all 1s;
  opacity: 0;
}
.p-top__mv-copy-002.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-top__mv-copy-002 {
    max-width: 86.25%;
    left: 20px;
    bottom: 8.1521%;
  }
}
.p-top__news {
  margin-top: -70px;
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .p-top__news {
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__news {
    padding-bottom: 50px;
  }
}
.p-top__news-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-top__news .c-button a {
    margin: 0 auto;
  }
}
.p-top__business {
  padding-bottom: 130px;
  position: relative;
}
.p-top__business:after {
  content: "";
  position: absolute;
  background: url(../img/top/business-logo.png) no-repeat center center/contain;
  top: 0;
  left: 10vw;
  width: 398px;
  height: 421px;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .p-top__business:after {
    left: 20px;
    width: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .p-top__business:after {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top__business:after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top__business {
    padding-bottom: 50px;
  }
}
.p-top__business-title {
  text-align: center;
}
.p-top__business-title .c-heading-001 {
  margin-bottom: 38px;
}
@media screen and (max-width: 1000px) {
  .p-top__business-title .c-heading-001 {
    margin-bottom: 16px;
  }
}
.p-top__business-title p {
  font-size: 18px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .p-top__business-title p {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__business-title p {
    font-size: 14px;
    text-align: left;
  }
}
.p-top__business-flex {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .p-top__business-flex {
    display: block;
    margin-bottom: 36px;
  }
}
.p-top__business-flex > img {
  width: 50%;
  margin-left: 80px;
}
@media screen and (max-width: 1000px) {
  .p-top__business-flex > img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.p-top__business-flex--rev {
  flex-direction: row;
}
.p-top__business-flex--rev > img {
  margin-left: 0;
  margin-right: 80px;
}
@media screen and (max-width: 1000px) {
  .p-top__business-flex--rev > img {
    margin-right: 0;
  }
}
.p-top__business-textbox {
  width: 30%;
}
@media screen and (max-width: 1600px) {
  .p-top__business-textbox {
    width: 45%;
  }
}
@media screen and (max-width: 1000px) {
  .p-top__business-textbox {
    width: 100%;
  }
}
.p-top__business-textbox p {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .p-top__business-textbox p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top__business-textbox .c-button a {
    margin: 0 auto;
  }
}
.p-top__business .c-heading-002 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .p-top__business .c-heading-002 {
    margin-bottom: 12px;
  }
}
.p-top__business-button a {
  max-width: 378px;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-top__business-button a {
    margin: 0 auto;
    max-width: 350px;
  }
}
.p-top__business-button-img-001 {
  max-width: 313px;
}
@media screen and (max-width: 1000px) {
  .p-top__business-button-img-001 {
    max-width: 85%;
  }
}
.p-top__business-button-img-002 {
  max-width: 28px;
  margin-left: 20px;
}
@media screen and (max-width: 1000px) {
  .p-top__business-button-img-002 {
    margin-left: 6px;
  }
}
.p-top__value {
  background-image: url(../img/top/top-value-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 110px 0 170px;
}
@media screen and (max-width: 767px) {
  .p-top__value {
    padding: 40px 0;
  }
}
.p-top__value-title {
  text-align: center;
}
.p-top__value-title p {
  margin: 18px 0 44px;
  font-weight: bold;
  font-size: 64px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top__value-title p {
    font-size: 36px;
    margin: 18px 0 36px;
  }
}
.p-top__value-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-top__value-grid {
    grid-template-columns: 1fr;
  }
}
.p-top__value-textbox {
  background-color: #E9FAFD;
  padding: 40px 9% 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__value-textbox {
    padding: 36px 30px;
  }
}
.p-top__value-textbox:after {
  content: "";
  position: absolute;
  background: url(../img/top/top-value-icon-001.png) no-repeat center center/contain;
  width: 124px;
  height: 124px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .p-top__value-textbox:after {
    width: 100px;
    height: 100px;
    top: -80px;
  }
}
.p-top__value-textbox--bg-white {
  background-color: #fff;
}
.p-top__value-textbox h3 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #222;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .p-top__value-textbox h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .p-top__value-textbox h3 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-top__value-textbox--en h3 {
    min-height: 72px;
  }
  .p-top__value-textbox--en p {
    min-height: 230px;
  }
}
.p-top__results {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-top__results {
    padding: 38px 0 50px;
  }
}
.p-top__results-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top__results-title {
    margin-bottom: 21px;
  }
}
.p-top__results-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-top__results-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.p-top__recruit {
  background-color: #FBFBFB;
  padding: 127px 0 147px;
}
@media screen and (max-width: 767px) {
  .p-top__recruit {
    padding: 30px 0 50px;
  }
}
.p-top__recruit-title {
  display: flex;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-top__recruit-title {
    margin-bottom: 20px;
  }
}
.p-top__recruit-subtitle {
  font-weight: bold;
  font-size: 32px;
  color: #222;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__recruit-subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.p-top__recruit-flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top__recruit-flex {
    display: block;
  }
}
.p-top__recruit-flex-l {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-top__recruit-flex-l {
    margin-right: 0;
  }
}
.p-top__recruit-flex-r {
  max-width: 67%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-top__recruit-flex-r {
    max-width: 100%;
  }
}
.p-top__recruit-flex-r img {
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__recruit-flex-r img {
    height: auto;
  }
}
.p-top__recruit-textbox {
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .p-top__recruit-textbox {
    padding-left: 0;
  }
}
.p-top__recruit-textbox > p {
  font-weight: bold;
  font-size: 32px;
  color: #222;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-top__recruit-textbox > p {
    font-size: 24px;
    margin-bottom: 14px;
    margin-top: 30px;
  }
}
.p-top__recruit-textbox .c-button {
  margin-bottom: 20px;
}

.p-privacy__anker {
  padding: 85px 0 130px;
}
@media screen and (max-width: 767px) {
  .p-privacy__anker {
    padding: 30px 0 54px;
  }
}
.p-privacy__anker-title {
  font-weight: 400;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-privacy__anker-title {
    margin-bottom: 34px;
  }
}
.p-privacy__anker-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media screen and (max-width: 1000px) {
  .p-privacy__anker-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__anker-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.p-privacy__anker-list li a {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #147bad;
  padding-right: 34px;
  position: relative;
}
.p-privacy__anker-list li a:after {
  content: "";
  position: absolute;
  background: url(../img/common/down-arrow.png) no-repeat center center/contain;
  width: 10px;
  height: 16px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.p-privacy__anker-list li a span {
  font-weight: bold;
  font-size: 27px;
  text-align: center;
  color: #fff;
  padding: 12px 16px;
  background-color: #147BAD;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1;
}
.p-privacy__anker-list li a p {
  font-weight: 700;
  margin-left: 16px;
}
.p-privacy__content {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .p-privacy__content {
    padding-bottom: 50px;
  }
}
.p-privacy__content-box {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-privacy__content-box {
    margin-bottom: 30px;
  }
}
.p-privacy__content-box p {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-privacy__content-box p {
    font-size: 14px;
  }
}
.p-privacy__content-title {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #D4D4D4;
}
.p-privacy__content-title h3 {
  font-weight: bold;
  font-size: 24px;
  color: #222;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-privacy__content-title h3 {
    font-size: 16px;
  }
}
.p-privacy__content-title span {
  display: inline-block;
  background: #147bad;
  font-weight: bold;
  font-size: 27px;
  color: #fff;
  padding: 4px 16px;
}
@media screen and (max-width: 767px) {
  .p-privacy__content-title span {
    font-size: 24px;
  }
}

.p-company__greeting {
  padding: 70px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-company__greeting {
    padding: 20px 0 30px;
  }
}
.p-company__greeting .c-heading-002 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-company__greeting .c-heading-002 {
    margin-bottom: 30px;
  }
}
.p-company__greeting-textarea p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-company__greeting-textarea p {
    margin-bottom: 16px;
  }
}
.p-company__greeting-representative {
  text-align: right;
}
.p-company__greeting-representative p {
  font-weight: 700;
}
.p-company__origin {
  padding: 70px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-company__origin {
    padding: 20px 0 30px;
  }
}
.p-company__origin .c-heading-002 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-company__origin .c-heading-002 {
    margin-bottom: 30px;
  }
}
.p-company__origin-textarea p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-company__origin-textarea p {
    margin-bottom: 16px;
  }
}
.p-company__origin img {
  max-width: 800px;
  margin: 50px 0;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__origin img {
    margin: 30px 0;
  }
}
.p-company__about {
  padding: 70px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-company__about {
    padding: 20px 0 60px;
  }
}
.p-company__about-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 40% auto;
  gap: 0 7.5%;
}
@media screen and (max-width: 767px) {
  .p-company__about-grid {
    display: block;
  }
}
.p-company__about-grid img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company__about-info h3 {
  font-weight: bold;
  font-size: 28px;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-company__about-info h3 {
    font-size: 20px;
    margin: 30px 0 10px;
  }
}
.p-company__about-info p {
  margin: 20px 0 70px;
}
@media screen and (max-width: 767px) {
  .p-company__about-info p {
    margin: 10px 0 30px;
  }
}
.p-company__mission {
  background: url(../img/company/company-mission-bg.jpg) no-repeat center center/cover;
  padding: 56px 0 280px;
}
@media screen and (max-width: 767px) {
  .p-company__mission {
    padding: 30px 0 160px;
  }
}
.p-company__mission .c-heading-001 {
  text-align: center;
  margin-bottom: 80px;
}
.p-company__mission-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 260px;
}
@media screen and (max-width: 767px) {
  .p-company__mission-grid {
    display: block;
  }
}
.p-company__mission-grid h3 {
  font-weight: bold;
  font-size: 60px;
  color: #fbfbfb;
}
@media screen and (max-width: 767px) {
  .p-company__mission-grid h3 {
    text-align: center;
    font-size: 50px;
  }
}
.p-company__mission-grid p {
  font-weight: bold;
  font-size: 24px;
  color: #fbfbfb;
}
@media screen and (max-width: 767px) {
  .p-company__mission-grid p {
    text-align: center;
    font-size: 20px;
  }
}
.p-company__mission-grid-left {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-company__mission-grid-left {
    text-align: center;
    margin-bottom: 30px;
  }
}
.p-company__history {
  padding: 130px 0 90px;
}
@media screen and (max-width: 767px) {
  .p-company__history {
    padding: 50px 0 80px;
  }
}
.p-company__history .c-heading-002 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-company__history .c-heading-002 {
    margin-bottom: 30px;
  }
}
.p-company__history-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 130px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-company__history-grid {
    display: block;
  }
}
.p-company__history-grid:after {
  content: "";
  position: absolute;
  background-color: #D4D4D4;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(50%);
}
@media screen and (max-width: 1000px) {
  .p-company__history-grid:after {
    content: none;
  }
}
.p-company__history-grid h3 {
  font-weight: bold;
  font-size: 26px;
  color: #222;
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 5px;
  background: #efefef;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .p-company__history-grid h3 {
    font-size: 22px;
    margin-bottom: 26px;
  }
}
.p-company__history-grid h3 span {
  font-weight: 500;
  font-size: 20px;
  color: #222;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-company__history-grid h3 span {
    font-size: 18px;
    margin-left: 20px;
  }
}
.p-company__history-grid h4 {
  font-weight: 500;
  font-size: 22px;
  color: #222;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-company__history-grid h4 {
    font-size: 18px;
  }
}
.p-company__history-grid ul {
  padding-left: 1em;
  list-style-position: inside;
}
.p-company__history-grid ul li {
  list-style-type: disc;
  margin-bottom: 16px;
}
.p-company__history-grid ul li:marker {
  color: #147BAD;
}
.p-company__history-grid img {
  margin: 30px 0;
}
.p-company__history-grid .history-logo-001 {
  max-width: 412px;
}
@media screen and (max-width: 767px) {
  .p-company__history-grid .history-logo-001 {
    max-width: 274px;
  }
}
.p-company__history-grid .history-logo-002 {
  max-width: 232px;
}
@media screen and (max-width: 767px) {
  .p-company__history-grid .history-logo-002 {
    margin-bottom: 70px;
    max-width: 185px;
  }
}
.p-company__history-grid .history-img-003 img {
  flex-grow: 1;
}
.p-company__global {
  padding: 130px 0 200px;
  background-image: url(../img/company/company-global-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-company__global {
    padding: 96px 0 80px;
  }
}
.p-company__global .c-heading-002 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-company__global .c-heading-002 {
    margin-bottom: 40px;
  }
}
.p-company__global-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 36px;
}
@media screen and (max-width: 767px) {
  .p-company__global-grid {
    grid-template-columns: 1fr;
    gap: 0 36px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-company__global-grid {
    gap: 30px 0;
  }
}
.p-company__global-grid-item h3 {
  font-weight: bold;
  font-size: 28px;
  color: #222;
}
.p-company__global-grid-item img {
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .p-company__global-grid-item img {
    margin: 12px 0 20px;
  }
}

.p-blockchain__fv {
  background-image: url(../img/blockchain/blockchain-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 42px 0 432px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-blockchain__fv {
    padding: 20px 0 0;
    background-position: top top;
  }
}
@media screen and (max-width: 1000px) {
  .p-blockchain__fv .l-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-blockchain__fv .c-heading-003 {
  margin-bottom: 42px;
}
@media screen and (max-width: 1000px) {
  .p-blockchain__fv .c-heading-003 {
    padding-bottom: 242px;
    padding-left: 20px;
    background-image: url(../img/blockchain/blockchain-bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-bottom: 0;
  }
}
.p-blockchain__fv-text {
  background: #147BAD;
  padding: 60px;
  position: relative;
}
.p-blockchain__fv-text:after {
  content: "";
  position: absolute;
  background: url(../img/blockchain/blockchain-img-001.jpg) no-repeat center center/contain;
  width: 910px;
  height: 546px;
  top: 60px;
  left: 50%;
}
@media screen and (max-width: 1000px) {
  .p-blockchain__fv-text:after {
    top: -100px;
    left: 0;
    width: 100%;
    height: 210px;
  }
}
@media screen and (max-width: 1000px) {
  .p-blockchain__fv-text {
    padding: 130px 20px 40px 20px;
  }
}
.p-blockchain__fv-text p {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  max-width: 40%;
}
@media screen and (max-width: 1000px) {
  .p-blockchain__fv-text p {
    font-size: 16px;
    max-width: 100%;
  }
}
.p-blockchain__content {
  padding: 130px 0 200px;
}
@media screen and (max-width: 767px) {
  .p-blockchain__content {
    padding: 40px 0;
  }
}
.p-blockchain__content .c-heading-002 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-blockchain__content .c-heading-002 {
    display: block;
  }
}
.p-blockchain__content .c-heading-002 span {
  font-size: 16px;
  margin-left: 13px;
}
@media screen and (max-width: 767px) {
  .p-blockchain__content .c-heading-002 span {
    display: block;
    margin-left: 0;
    margin-top: 6px;
    font-size: 14px;
  }
}
.p-blockchain__content-flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-blockchain__content-flex {
    display: block;
    margin-bottom: 40px;
  }
}
.p-blockchain__content-flex .p-blockchain__content-textbox {
  padding-right: 4.2%;
}
@media screen and (max-width: 767px) {
  .p-blockchain__content-flex .p-blockchain__content-textbox {
    padding-right: 0;
  }
}
.p-blockchain__content-flex--rev {
  flex-direction: row-reverse;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-blockchain__content-flex--rev {
    margin-bottom: 40px;
  }
}
.p-blockchain__content-flex--rev .p-blockchain__content-textbox {
  padding-left: 4.2%;
}
@media screen and (max-width: 767px) {
  .p-blockchain__content-flex--rev .p-blockchain__content-textbox {
    padding-left: 0;
  }
}
.p-blockchain__content img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-blockchain__content img {
    width: 100%;
  }
}
.p-blockchain__content-textbox {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-blockchain__content-textbox {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-blockchain__content-textbox p {
    margin-bottom: 30px;
  }
}

.p-metaverse__fv {
  background-image: url(../img/metaverse/metaverse-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.p-metaverse__fv .l-inner {
  padding: 42px 20px 168px;
}
@media screen and (max-width: 1000px) {
  .p-metaverse__fv .l-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .p-metaverse__fv .l-inner {
    padding: 0;
  }
}
.p-metaverse__fv .c-heading-003 {
  padding-bottom: 389px;
}
@media screen and (max-width: 1000px) {
  .p-metaverse__fv .c-heading-003 {
    padding-bottom: 242px;
    padding-left: 20px;
    background-image: url(../img/metaverse/metaverse-bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}
@media screen and (max-width: 1000px) {
  .p-metaverse__fv .c-heading-003 {
    padding-top: 20px;
    padding-bottom: 491px;
  }
}
.p-metaverse__fv-text {
  background: #147bad;
  padding: 70px 40px;
  max-width: 698px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-metaverse__fv-text {
    max-width: 100%;
    padding: 172px 20px 44px 20px;
  }
}
.p-metaverse__fv-text:after {
  content: "";
  position: absolute;
  background: url(../img/metaverse/metaverse-img-001.jpg) no-repeat center center/contain;
  width: 910px;
  height: 546px;
  bottom: 249px;
  left: 100px;
}
@media screen and (max-width: 1200px) {
  .p-metaverse__fv-text:after {
    left: 250px;
  }
}
@media screen and (max-width: 1000px) {
  .p-metaverse__fv-text:after {
    top: -70px;
    left: 0;
    width: 100%;
    height: 210px;
  }
}
.p-metaverse__fv-text p {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .p-metaverse__fv-text p {
    font-size: 16px;
  }
}
.p-metaverse__content {
  padding: 116px 0 230px;
}
@media screen and (max-width: 767px) {
  .p-metaverse__content {
    padding: 40px 0 80px;
  }
}
.p-metaverse__content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 110px;
  gap: 0 6.25vw;
}
@media screen and (max-width: 767px) {
  .p-metaverse__content-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
    gap: 40px 0;
  }
}
.p-metaverse__content-grid p {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-metaverse__content-grid p {
    margin-top: 30px;
  }
}

.p-global-business__fv {
  background-image: url(../img/global-business/global-business-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.p-global-business__fv .l-inner {
  padding: 42px 20px 168px;
}
@media screen and (max-width: 1000px) {
  .p-global-business__fv .l-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .p-global-business__fv .l-inner {
    padding: 0;
  }
}
.p-global-business__fv .c-heading-003 {
  padding-bottom: 389px;
}
@media screen and (max-width: 1000px) {
  .p-global-business__fv .c-heading-003 {
    padding-bottom: 242px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .p-global-business__fv .c-heading-003 {
    padding-top: 20px;
    padding-bottom: 491px;
  }
}
.p-global-business__fv-text {
  background: #147bad;
  padding: 70px 40px;
  max-width: 698px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-global-business__fv-text {
    max-width: 100%;
    padding: 172px 20px 44px 20px;
  }
}
.p-global-business__fv-text:after {
  content: "";
  position: absolute;
  background: url(../img/global-business/global-business-img.jpg) no-repeat center center/contain;
  width: 600px;
  height: 546px;
  bottom: 160px;
  left: 120px;
}
@media screen and (max-width: 1000px) {
  .p-global-business__fv-text:after {
    top: -70px;
    left: 0;
    width: 100%;
    height: 210px;
  }
}
.p-global-business__fv-text p {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .p-global-business__fv-text p {
    font-size: 16px;
  }
}
.p-global-business__content {
  padding: 116px 0 230px;
}
@media screen and (max-width: 767px) {
  .p-global-business__content {
    padding: 40px 0 80px;
  }
}
.p-global-business__content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 6.25vw;
}
@media screen and (max-width: 767px) {
  .p-global-business__content-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
    gap: 40px 0;
  }
}
.p-global-business__content-grid p {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-global-business__content-grid p {
    margin-top: 30px;
  }
}

.p-contact {
  padding: 85px 0 200px;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 30px 0 80px;
  }
}
.p-contact__wrap {
  padding: 110px 10.8333% 88px;
  border-radius: 5px;
  background: #fbfbfb;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-contact__wrap {
    padding: 30px 20px;
  }
}
.p-contact__form {
  width: 100%;
}
.p-contact__form th {
  font-weight: 500;
  font-size: 18px;
  color: #575757;
  min-width: 230px;
  text-align: left;
  padding-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .p-contact__form th {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
  }
}
.p-contact__form td {
  padding-bottom: 36px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__form td {
    display: block;
    padding-bottom: 20px;
  }
}
.p-contact__form td input {
  width: 100%;
  height: 72px;
  padding: 1em;
  border-radius: 0px 5px 5px 5px;
  border: 1px solid #d4d4d4;
}
@media screen and (max-width: 767px) {
  .p-contact__form td input {
    height: 40px;
  }
}
.p-contact__form td select {
  width: 100%;
  height: 72px;
  padding: 1em;
  border-radius: 0px 5px 5px 5px;
  border: 1px solid #d4d4d4;
}
@media screen and (max-width: 767px) {
  .p-contact__form td select {
    height: 40px;
  }
}
.p-contact__form td textarea {
  width: 100%;
  min-height: 294px;
  padding: 1em;
  border-radius: 0px 5px 5px 5px;
  border: 1px solid #d4d4d4;
}
@media screen and (max-width: 767px) {
  .p-contact__form td textarea {
    min-height: 176px;
  }
}
.p-contact__form-align-top {
  vertical-align: top;
  padding-top: 16px;
}
.p-contact__form-required {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__form-required {
    padding-top: 20px;
  }
}
.p-contact__form-required:after {
  content: "必須項目";
  position: absolute;
  width: 65px;
  height: 23px;
  border-radius: 5px 5px 0px 0px;
  background: #147bad;
  top: -22px;
  left: 1px;
  font-weight: 500;
  font-size: 12px;
  line-height: 32px;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-contact__form-required:after {
    top: 0;
    left: 1px;
    font-size: 10px;
    width: 55px;
    height: 20px;
  }
}
.p-contact__form-required--en:after {
  content: "Required";
}
.p-contact__form-accept {
  text-align: center;
  padding: 30px 0 60px;
}
@media screen and (max-width: 767px) {
  .p-contact__form-accept {
    padding: 16px 0 36px;
  }
}
.p-contact__form-accept input {
  width: 20px;
  height: 20px;
}
.p-contact__form-accept .wpcf7-list-item-label {
  vertical-align: top;
  margin-left: 10px;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: #575757;
}
@media screen and (max-width: 767px) {
  .p-contact__form-accept .wpcf7-list-item-label {
    font-size: 14px;
    text-align: left;
  }
}
.p-contact__form-accept .wpcf7-list-item-label a {
  display: inline-block;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-contact__form-accept .wpcf7-list-item {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form-accept .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item > label {
    display: flex;
  }
}
.p-contact__form-btn input {
  margin: 0 auto;
  width: 244px;
  height: 65px;
  border-radius: 5px;
  background: #575757;
  border: 1px solid #d4d4d4;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-contact__form-btn input {
    width: 210px;
    height: 55px;
  }
}
.p-contact__thanks {
  border-radius: 5px;
  background: #fbfbfb;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  padding: 88px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks {
    padding: 46px 20px 50px;
  }
}
.p-contact__thanks h2 {
  font-weight: bold;
  font-size: 32px;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks h2 {
    font-size: 24px;
  }
}
.p-contact__thanks p {
  font-weight: 500;
  font-size: 18px;
  color: #575757;
  margin: 40px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks p {
    font-size: 14px;
    margin: 26px 0 36px;
  }
}
.p-contact__thanks a {
  width: 244px;
  height: 65px;
  border-radius: 5px;
  background: #575757;
  border: 1px solid #d4d4d4;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks a {
    width: 210px;
    height: 55px;
    font-size: 15px;
  }
}

.p-news-archive {
  padding: 85px 0 200px;
}
@media screen and (max-width: 767px) {
  .p-news-archive {
    padding: 30px 0 80px;
  }
}
.p-news-archive__pagination {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-news-archive__pagination {
    margin-top: 40px;
  }
}
.p-news-archive__pagination .page-numbers {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  background-color: #D5D5D5;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .p-news-archive__pagination .page-numbers {
    font-size: 16px;
    width: 34px;
    height: 34px;
  }
}
.p-news-archive__pagination .page-numbers.current {
  background-color: #222222;
  color: #fff;
  margin: 0 8px;
}
.p-news-archive__pagination .page-numbers.next, .p-news-archive__pagination .page-numbers.prev {
  background-color: #147BAD;
  color: #fff;
}

.p-news-single {
  padding: 80px 0 200px;
}
@media screen and (max-width: 767px) {
  .p-news-single {
    padding: 30px 0 80px;
  }
}
.p-news-single__wrap {
  border-radius: 5px;
  background: #fbfbfb;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  padding: 70px 9.1666% 110px;
}
@media screen and (max-width: 767px) {
  .p-news-single__wrap {
    padding: 30px 20px 50px;
  }
}
.p-news-single__date {
  font-weight: 500;
  font-size: 16px;
  color: #575757;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-news-single__date {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.p-news-single__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
  color: #575757;
  padding-bottom: 24px;
  margin-bottom: 50px;
  border-bottom: 2px solid #147BAD;
}
@media screen and (max-width: 767px) {
  .p-news-single__title {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
.p-news-single__detail h2 {
  font-weight: 500;
  font-size: 22px;
  color: #575757;
  position: relative;
  margin: 10px 0;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .p-news-single__detail h2 {
    font-size: 18px;
    padding-left: 12px;
  }
}
.p-news-single__detail h2:after {
  content: "";
  position: absolute;
  background-color: #147BAD;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
}
.p-news-single__detail h3 {
  font-weight: 500;
  font-size: 18px;
  color: #575757;
  position: relative;
  padding: 10px 0 5px;
  margin-bottom: 10px;
  border-bottom: 2px solid #147BAD;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-news-single__detail h3 {
    font-size: 16px;
  }
}
.p-news-single__detail p {
  padding: 12px 0;
}
.p-news-single__detail a {
  display: inline-block;
  color: #147BAD;
  text-decoration: underline;
}
.p-news-single__pagination {
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .p-news-single__pagination {
    margin-top: 36px;
  }
}
.p-news-single__pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-news-single__pagination-list a {
  width: 168px;
  height: 45px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #d4d4d4;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  color: #575757;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .p-news-single__pagination-list a {
    width: 114px;
    margin: 0 4px;
  }
}
@media screen and (max-width: 380px) {
  .p-news-single__pagination-list a {
    width: 80px;
  }
  .p-news-single__pagination-list a p {
    font-size: 10px;
  }
}
.p-news-single__pagination-list-prev {
  position: relative;
}
.p-news-single__pagination-list-prev:after {
  content: "";
  position: absolute;
  background: url(../img/common/prev-arrow.png) no-repeat center center/contain;
  width: 24px;
  height: 7px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  .p-news-single__pagination-list-prev:after {
    left: 10px;
  }
}
@media screen and (max-width: 380px) {
  .p-news-single__pagination-list-prev:after {
    width: 16px;
  }
}
.p-news-single__pagination-list-prev:hover:after {
  left: 16px;
}
@media screen and (max-width: 767px) {
  .p-news-single__pagination-list-prev:hover:after {
    left: 8px;
  }
}
.p-news-single__pagination-list-next {
  position: relative;
}
.p-news-single__pagination-list-next:after {
  content: "";
  position: absolute;
  background: url(../img/common/next-arrow.png) no-repeat center center/contain;
  width: 24px;
  height: 7px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  .p-news-single__pagination-list-next:after {
    right: 10px;
  }
}
@media screen and (max-width: 380px) {
  .p-news-single__pagination-list-next:after {
    width: 16px;
  }
}
.p-news-single__pagination-list-next:hover:after {
  right: 16px;
}
@media screen and (max-width: 767px) {
  .p-news-single__pagination-list-next:hover:after {
    right: 8px;
  }
}

.l-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-inner--lg {
  max-width: 1860px;
  padding: 0 20px;
  margin: 0 auto;
}

.l-main {
  padding-top: 76px;
}
@media screen and (max-width: 1000px) {
  .l-main {
    padding-top: 57px;
  }
}

.c-header {
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 76px;
  z-index: 999;
}
@media screen and (max-width: 1000px) {
  .c-header {
    height: 57px;
  }
}
.c-header .l-inner {
  height: 100%;
}
.c-header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.c-header__logo img {
  max-width: 168px;
}
@media screen and (max-width: 1000px) {
  .c-header__logo img {
    max-width: 134px;
  }
}
.c-header__toggle {
  display: none;
  position: fixed;
  top: 22px;
  right: 20px;
}
@media screen and (max-width: 1000px) {
  .c-header__toggle {
    display: block;
    z-index: 1000px;
  }
}
.c-header__toggle span {
  width: 23px;
  height: 2px;
  background: #04579d;
  display: block;
  position: relative;
  transition: all 0.6s;
}
.c-header__toggle span:nth-of-type(1) {
  top: 0;
}
.c-header__toggle span:nth-of-type(2) {
  top: 4px;
}
.c-header__toggle span:nth-of-type(3) {
  top: 8px;
}
.c-header__toggle.active span:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 8px;
}
.c-header__toggle.active span:nth-of-type(2) {
  opacity: 0;
}
.c-header__toggle.active span:nth-of-type(3) {
  transform: rotate(45deg);
  top: 4px;
}
.c-header__nav {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .c-header__nav {
    display: block;
    position: fixed;
    width: 100%;
    height: auto;
    top: 57px;
    right: 0;
    transform: translateX(100%);
    background-color: #fff;
    transition: all 0.6s;
  }
  .c-header__nav.active {
    transform: translateX(0);
  }
}
.c-header__nav-list {
  display: flex;
  height: 100%;
  margin-right: 30px;
}
@media screen and (max-width: 1000px) {
  .c-header__nav-list {
    display: block;
    margin-right: 0;
    position: relative;
  }
}
.c-header__nav-list > li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #575757;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.6s;
  padding: 0 30px;
  position: relative;
  cursor: pointer;
}
.c-header__nav-list > li p {
  font-weight: bold;
  font-size: 16px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .c-header__nav-list > li {
    padding: 0 0 0 43px;
    border: 1px solid #D4D4D4;
  }
  .c-header__nav-list > li:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 2px;
    background: #147bad;
  }
}
.c-header__nav-list > li a {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .c-header__nav-list > li a {
    padding: 16px 0;
  }
}
.c-header__nav-list > li:after {
  content: "";
  position: absolute;
  background-color: #147BAD;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.6s;
}
.c-header__nav-list > li:hover {
  color: #147BAD;
}
.c-header__nav-list > li:hover:after {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .c-header__nav-list > li.c-header__hover {
    padding: 16px 0 16px 20px;
    display: block;
  }
}
.c-header__nav-list > li.c-header__hover:before {
  content: none;
}
.c-header__submenu {
  position: absolute;
  top: 101%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s;
}
@media screen and (max-width: 1000px) {
  .c-header__submenu {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
  }
}
.c-header__submenu ul a {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 320px;
  background-color: #fff;
  height: 100%;
  padding: 18px 20px;
  border: #D4D4D4 solid 1px;
}
@media screen and (max-width: 1000px) {
  .c-header__submenu ul a {
    width: auto;
    padding: 15px 20px 15px 46px;
    border: none;
    font-weight: bold;
    border-bottom: #D4D4D4 solid 1px;
    margin-left: 0;
    position: relative;
  }
  .c-header__submenu ul a:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 2px;
    background: #147bad;
  }
}
.c-header__submenu ul a:hover {
  opacity: 1;
  background: #EFEFEF;
}
.c-header__submenu ul a img {
  max-width: 28px;
}
.c-header__lang {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .c-header__lang a {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: #D4D4D4 solid 1px;
    border-right: #D4D4D4 solid 1px;
  }
}
.c-header__lang img {
  max-width: 38px;
}

.c-header__hover:hover .c-header__submenu {
  opacity: 1;
  pointer-events: auto;
}

.c-footer {
  background-color: #EEEEEE;
}
@media screen and (max-width: 767px) {
  .c-footer {
    overflow: hidden;
  }
}
.c-footer .l-inner {
  position: relative;
  padding: 120px 0 130px;
}
@media screen and (max-width: 1300px) {
  .c-footer .l-inner {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer .l-inner {
    padding: 50px 0 70px;
  }
}
.c-footer .l-inner:after {
  content: "";
  position: absolute;
  background: url(../img/common/footer-bg-icon.png) no-repeat center center/contain;
  width: 398px;
  height: 421px;
  top: 56px;
  left: -8.3vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-footer .l-inner:after {
    top: auto;
    bottom: -44px;
    left: auto;
    right: -226px;
    width: 431px;
    height: 456px;
  }
}
.c-footer__wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-footer__wrap {
    display: block;
  }
}
.c-footer__info {
  margin-right: 130px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-footer__info {
    margin-bottom: 46px;
    margin-right: 0;
  }
}
.c-footer__info img {
  max-width: 226px;
}
.c-footer__info-title {
  padding-left: 60px;
  margin: 32px 0 12px;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #575757;
}
.c-footer__info-text {
  padding-left: 60px;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #575757;
}
.c-footer__nav {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-footer__nav {
    margin-bottom: 50px;
  }
}
.c-footer__nav ul li a {
  font-weight: bold;
  font-size: 16px;
  color: #575757;
  padding-left: 22px;
  position: relative;
}
.c-footer__nav ul li a:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  background: #147bad;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-footer__nav ul li a.text-sm {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c-footer__nav ul li a.text-sm {
    padding-left: 40px;
  }
  .c-footer__nav ul li a.text-sm:after {
    left: 22px;
  }
}
.c-footer__sns {
  margin-left: auto;
  display: flex;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-footer__sns {
    margin-left: 20px;
  }
}
.c-footer__sns a:nth-of-type(1) {
  max-width: 34px;
  margin-right: 36px;
}
.c-footer__sns a:nth-of-type(2) {
  max-width: 45px;
}
.c-footer__pagetop {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 46px;
  cursor: pointer;
}

.c-heading-001 {
  font-weight: bold;
  font-size: 72px;
  color: #222;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-heading-001 {
    font-size: 44px;
  }
}
.c-heading-001 span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #575757;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-heading-001 span {
    font-size: 16px;
  }
}
.c-heading-001--white {
  color: #fff;
}
.c-heading-001--white span {
  color: #fff;
}
.c-heading-002 {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 44px;
  color: #222;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-heading-002 {
    font-size: 28px;
    flex-wrap: wrap;
    line-height: 1.3;
  }
}
.c-heading-002 span {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #575757;
  display: inline-block;
  margin-left: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-heading-002 span {
    font-size: 14px;
    margin-left: 8px;
  }
}
.c-heading-002--span-sm span {
  font-size: 16px;
  font-weight: 500;
}
.c-heading-002--span-block {
  display: block;
}
.c-heading-002--span-block span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-left: 0;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-heading-002--span-block span {
    font-size: 14px;
  }
}
.c-heading-003 {
  font-weight: bold;
  font-size: 100px;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-heading-003 {
    font-size: 40px;
  }
}
.c-heading-003 span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #fbfbfb;
}
@media screen and (max-width: 767px) {
  .c-heading-003 span {
    font-size: 14px;
    margin-top: 6px;
  }
}

.c-button a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  color: #575757;
  width: 168px;
  height: 45px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #d4d4d4;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  position: relative;
  padding-left: 30px;
}
.c-button a:after {
  content: "";
  position: absolute;
  background: url(../img/common/button-icon.png) no-repeat center center/contain;
  width: 24px;
  height: 7px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s;
}
.c-button a:hover:after {
  right: 12px;
}
.c-button--lg a {
  width: 240px;
  height: 45px;
  padding-left: 16px;
}

.c-news {
  border-radius: 5px;
  background: #fbfbfb;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  padding: 62px;
}
@media screen and (max-width: 767px) {
  .c-news {
    padding: 20px 20px 36px 20px;
  }
}
.c-news__list li {
  border-bottom: 1px dotted #c8c8c8;
}
.c-news__list li:last-child {
  border: none;
}
.c-news__list li a {
  display: flex;
  align-items: center;
  padding: 24px 0;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-news__list li a {
    display: block;
  }
}
.c-news__list li a:after {
  content: "";
  position: absolute;
  background-image: url(../img/common/news-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 10px;
  height: 16px;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s;
}
.c-news__list li a:hover:after {
  right: 12px;
}
.c-news__date {
  margin-right: 50px;
}
.c-news__text {
  padding-right: 20px;
}

.c-lower-title {
  background-image: url(../img/common/lower-fv-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 50px;
}
.c-lower-title .c-heading-001 {
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-lower-title .c-heading-001 {
    font-size: 40px;
  }
  .c-lower-title .c-heading-001 span {
    font-size: 14px;
  }
}
.c-lower-title .c-heading-001:after {
  content: "";
  position: absolute;
  width: 209px;
  height: 4px;
  background-color: #147bad;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-lower-title .c-heading-001:after {
    width: 126px;
  }
}/*# sourceMappingURL=style.css.map */