@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&display=swap');
@font-face {
  font-family: 'Gotham Black';
  src: url('./src/fonts/Gotham-Black.otf');
}
@font-face {
  font-family: 'Gotham Bold';
  src: url('./src/fonts/Gotham-Bold.otf');
}

@font-face {
  font-family: 'Gotham Medium';
  src: url('./src/fonts/Gotham-Medium.otf');
}

@font-face {
  font-family: 'Gotham Light';
  src: url('./src/fonts/Gotham-Light.otf');
}

@font-face {
  font-family: 'Gotham Book';
  src: url('./src/fonts/Gotham-Book.otf');
}

@font-face {
  font-family: 'Antro Vectra';
  src: url('./src/fonts/Antro_Vectra.otf');
}
@font-face {
  font-family: 'Antro Vectra';
  src: url('./src/fonts/Antro_Vectra.otf');
}

* {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

img {
  width: auto;
  height: auto;
}

html {
  font-family: Noto Sans JP;
  color: #000;
  font-size: 10px;
  max-width: 1920px;
  margin: 0 auto;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 960.1px) {
  html {
    min-width: 960px;
  }
}
@media screen and (max-width: 960px) {
  html {
    min-width: 100%;
  }
}

.overflow {
  overflow: hidden;
}

.anchor {
  display: block;
  position: relative;
  top: -30px;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .anchor {
    top: -30px;
  }
}

.anchor#page-top {
  position: relative;
  top: 0;
  right: 0;
}

.sp,
.sp-flex {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .tablet-hide {
    display: none !important;
  }
}

.tablet {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .tablet {
    display: block !important;
  }
}
@media screen and (max-width: 1200px) {
  .tablet-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1325px) {
  .pc-small {
    display: block !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1325px) {
  .pc-small-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

body {
  scroll-behavior: smooth;
  position: relative;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 96px;
  margin-bottom: 60px;
  text-align: center;
}
.title--ch {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .title {
    margin-top: 64px;
    margin-bottom: 35px;
  }
}

.title--white .title__en,
.title--white .title__jp {
  color: #fff;
}
.title__jp .d-none {
  display: none;
}
.title--en {
  margin-bottom: 30px;
}
.title__banner {
  margin-top: 70px;
  height: 400px;
  overflow: hidden;
  position: relative;
  padding-top: 126px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .title__banner {
    margin-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  .title__banner {
    height: 235px;
    padding-top: 72px;
  }
}
.title__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.title__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.title__bg--center img {
  -o-object-position: center 35%;
  object-position: center 35%;
}
.title__sub {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.title__sub--white {
  color: #fff;
}
.title__en {
  font-size: 3.2rem;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .title__en {
    font-size: 2rem;
    width: 95%;
    margin: 0 auto 20px;
    padding: 0;
  }
  .title__sub {
    margin-bottom: 5px;
  }
}
.title__en::before {
  content: '';
  width: 107px;
  height: 2px;
  background-color: #3a7ac2;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.title__en.border-white::before {
  background-color: #fff;
}
.title--chBanner .title__en {
  margin-bottom: -15px;
  font-size: 4.5rem;
  text-transform: none;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.title--chBanner .title__en::before {
  display: none;
}
.title--chBanner .title__en .banner__mv-title {
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .title__en::before {
    bottom: -13px;
  }
  .title--chBanner .title__en {
    font-size: 2.5rem;
    margin-top: 20px;
  }
  .title--chBanner .title__en .banner__mv-title {
    font-size: 2.5rem;
  }
}
.title__en > .bold {
  font-weight: 700;
}

.title--chBanner .title__en .banner__mv-text {
  width: 400px;
}
.title--chBanner .title__en .banner__mv-subtitle {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .title--chBanner .title__en .banner__mv-text {
    width: 80%;
    max-width: 310px;
  }
  .title--chBanner .title__en .banner__mv-subtitle {
    font-size: 1.5rem;
  }
}

.title__en#jp {
  font-family: 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', 'ヒラギノ角ゴ Pro W3',
    'HiraKakuPro-W3', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN',
    '游ゴシック', '游ゴシック体', 'YuGothic', 'Yu Gothic', sans-serif;
  font-weight: 700;
}
.title__jp {
  font-family: 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', 'ヒラギノ角ゴ Pro W3',
    'HiraKakuPro-W3', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN',
    '游ゴシック', '游ゴシック体', 'YuGothic', 'Yu Gothic', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2em;
  margin-top: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .title__jp {
    font-size: 1.4rem;
    line-height: 2em;
  }
}
.title__jp br {
  display: none;
}
@media screen and (max-width: 767px) {
  .title__jp br {
    display: block;
  }
}
.title__jp br.block {
  display: block;
}
@media screen and (max-width: 767px) {
  .title__jp br.block {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .title__jp--small {
    font-size: 1.3rem;
  }
}
.title__container {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .title__container {
    margin-bottom: 0;
  }
}

.title__banner .title__container {
  margin: 0;
}
.title__banner .title__container .title {
  margin: 0;
}
.title__container--margin {
  margin-bottom: 30px;
}

.content__container {
  max-width: 760px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 80px;
}
.content__container.pb-0 {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .content__container {
    max-width: 100%;
    padding: 0 6%;
  }
}
.content__container:first-child {
  -webkit-box-shadow: 0 15px 15px -20px rgba(51, 51, 51, 0.4);
  box-shadow: 0 15px 15px -20px rgba(51, 51, 51, 0.4);
}
.content__container--740 {
  width: 740px;
}
.content__container--projects {
  margin-top: -40px !important;
}

@media (max-width: 1250px) {
  .content__container--projects {
    margin-top: 0 !important;
  }
}

.content__container#page-content h1 {
  color: #3a7ac2;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content__container#page-content h1 {
    font-size: 2rem;
    line-height: 1.65;
  }
  .content__container#page-content h1--sp-lowercase {
    text-transform: lowercase;
  }
}

@media screen and (max-width: 424px) and (min-width: 320px) {
  .content__container#page-content h1 {
    font-size: 1.8rem;
  }
}

.content__container#page-content h1 br {
  display: none;
}
@media screen and (max-width: 767px) {
  .content__container#page-content h1 br {
    display: block;
  }
}

.content__container#page-content p {
  margin-top: 30px;
  font-size: 1.3rem;
  line-height: 2.23077em;
  letter-spacing: 0.1em;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .content__container#page-content p {
    padding: 0;
    line-height: 1.7;
  }
}

.content__container#page-content p.bold {
  font-size: 1.8rem;
  font-weight: 700;
}
.content__container#page-content p.small {
  font-size: 1.7rem;
}
.content__container#page-content p.bullet {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.content__container#page-content p.bullet::before {
  content: '・';
  font-size: 1.3rem;
  line-height: 2.23077em;
  letter-spacing: 0.1em;
  width: 2px;
  height: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}
.content__title {
  color: #3a7ac2;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.content {
  padding: 20px 0 120px;
  position: relative;
}
.content.service-page {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .content {
    padding-top: 0;
  }
}
.content__wrap {
  position: relative;
  width: calc(100% - 2rem);
  margin: auto;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .content__wrap {
    padding-bottom: 60px;
  }
  .content__wrap--well {
    padding-bottom: 60px;
    margin-bottom: 70px;
  }
  .content__wrap--firm {
    padding-bottom: 80px;
  }
}
.content__wrap.firm,
.content__wrap.service {
  padding-bottom: 55px;
}
.content__wrap.service {
  padding-top: 0;
}
.content__wrap:first-child::after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f1f2f6;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.content__wrap::after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f1f2f6;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.content__wrap:not(:last-of-type) {
  margin-bottom: 80px;
}
.content__wrap--policy {
  margin-bottom: 80px !important;
}
.content__wrap--policy2 {
  padding-bottom: 97px;
}
@media screen and (max-width: 767px) {
  .content__wrap--policy {
    margin-bottom: 50px !important;
  }
  .content__wrap--policy2 {
    padding-bottom: 38.72px;
  }
}
.content__wrap:not(:first-child) {
  margin-top: 33px;
}
.content__wrap--padding {
  padding-bottom: 60px;
}
.content__wrap--shadow::after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f1f2f6;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.content__wrap--no-box::after {
  display: none;
}
.content__wrap.prof {
  margin-top: 0;
  padding-bottom: 80px;
}
.content__wrap.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0;
}
.content__wrap.no-shadow-pseudo::after {
  height: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content__wrap--no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.content__wrap--no-shadow::after {
  display: none;
}
.content__wrap-pattern {
  background: url('./src/img/content-pattern.jpg');
  padding: 20px;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content__wrap.firm,
  .content__wrap.service {
    padding-bottom: 40px;
  }
  .content__wrap-pattern {
    background: none;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    padding: 0;
  }
  .content__wrap:not(:last-of-type) {
    margin-bottom: 70px;
  }
  .content__wrap--policy:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.content__wrap-pattern p.bold {
  font-weight: 700;
}
.content__wrap-pattern p.long {
  /* left: -10%; */
  position: relative;
  /* width: 120%; */
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .content__wrap-pattern p.small-sp {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.content__wrap-pattern br {
  display: none;
}
@media screen and (max-width: 767px) {
  .content__wrap-pattern br {
    display: block;
  }
}
.content__wrap-pattern--gold {
  background: url('./src/img/content-pattern-gold.jpg');
  color: #fff;
}
@media screen and (max-width: 767px) {
  .content__wrap-pattern--gold {
    padding: 10px;
    font-size: 1.4rem;
    text-align: left !important;
  }
  .content__wrap-pattern--gold p {
    display: inline;
  }
}
.content__wrap-pattern--left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .content__wrap-pattern--left {
    text-align: center;
  }
}
.content__wrap-pattern.firm {
  padding-bottom: 30px;
  -webkit-box-shadow: 0 15px 15px -20px rgba(51, 51, 51, 0.4) !important;
  box-shadow: 0 15px 15px -20px rgba(51, 51, 51, 0.4) !important;
  margin-top: 30px;
}
.content__wrap-pattern.prof {
  padding-bottom: 50px;
  -webkit-box-shadow: 0 15px 15px -20px rgba(51, 51, 51, 0.4) !important;
  box-shadow: 0 15px 15px -20px rgba(51, 51, 51, 0.4) !important;
}
@media screen and (max-width: 767px) {
  .content__wrap-pattern.prof {
    padding-bottom: 30px;
  }
}
.content__wrap-pattern.prof#last {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.content__wrap-pattern--no-box {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.content__container {
  max-width: 760px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 80px;
}
.content__container.pb-0 {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .content__container {
    max-width: 100%;
    padding: 0 6%;
  }
}
.content__container:first-child {
  -webkit-box-shadow: 0 15px 15px -20px rgba(51, 51, 51, 0.4);
  box-shadow: 0 15px 15px -20px rgba(51, 51, 51, 0.4);
}
.content__container--740 {
  width: 740px;
}
.content__container--projects {
  margin-top: -40px !important;
}
@media (max-width: 1250px) {
  .content__container--projects {
    margin-top: 0 !important;
  }
}
.content__container#page-content h1 {
  color: #3a7ac2;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content__container#page-content h1 {
    font-size: 2rem;
    line-height: 1.65;
  }
  .content__container#page-content h1--sp-lowercase {
    text-transform: lowercase;
  }
}
@media screen and (max-width: 424px) and (min-width: 320px) {
  .content__container#page-content h1 {
    font-size: 1.8rem;
  }
}
.content__container#page-content h1 br {
  display: none;
}
@media screen and (max-width: 767px) {
  .content__container#page-content h1 br {
    display: block;
  }
}
.content__container#page-content p {
  margin-top: 30px;
  font-size: 1.3rem;
  line-height: 2.23077em;
  letter-spacing: 0.1em;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .content__container#page-content p {
    padding: 0;
    line-height: 1.7;
  }
}
.content__container#page-content p.bold {
  font-size: 1.8rem;
  font-weight: 700;
}
.content__container#page-content p.small {
  font-size: 1.7rem;
}
.content__container#page-content p.bullet {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.content__container#page-content p.bullet::before {
  content: '・';
  font-size: 1.3rem;
  line-height: 2.23077em;
  letter-spacing: 0.1em;
  width: 2px;
  height: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}
.content__title {
  color: #3a7ac2;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.content__title--ceo {
  color: #3a7ac2;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.content__title--ceo .en {
  color: #3a7ac2;
  font-size: 1.6rem;
  font-family: 'Gotham Medium', sans-serif;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  text-align: center;
}
.content__title--ceo .gray {
  color: #333;
  font-weight: 700;
}
.content__title--ceo .jp {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .content__title {
    font-size: 2rem;
    line-height: 1.65;
  }
  .content__title--sp-lowercase {
    text-transform: lowercase;
  }
}
@media screen and (max-width: 424px) and (min-width: 320px) {
  .content__title {
    font-size: 1.5rem;
  }
  .content__title--ceo {
    font-size: 1.5rem;
  }
  .content__title--ceo en {
    font-size: 1.4rem;
  }
}
/* .content__title br {
      display: none; } */
@media screen and (max-width: 767px) {
  .content__title br {
    display: block;
  }
}
.content__title.fs36 {
  font-size: 3.6rem;
  font-family: 'Gotham Medium', sans-serif;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .content__title.fs36 {
    font-size: 2.1rem;
    margin-top: 6px;
  }

  .content__subtitle {
    font-size: 1.3rem;
  }
}
.content__subtitle {
  font-family: 'Gotham Medium', sans-serif;
  font-size: 1.5rem;
  color: #3a7ac2;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.content__text {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2.23077em;
  letter-spacing: 0.1em;
  /* padding: 0 30px;  */
  padding: 0;
}
.content__text--nomargin {
  margin-top: 0;
}
.content__text--small {
  font-size: 1.3rem;
}
.content__text-col {
  font-size: 1.3rem;
  line-height: 2.23077em;
  letter-spacing: 0.1em;
  margin-right: 15px;
}
.content__text-name {
  text-align: right;
  margin-top: 70px;
  font-size: 2.4rem;
  padding: 0 40px;
}
.content__text-name--left {
  text-align: left;
  line-height: 1.33em;
  letter-spacing: 0.1em;
  padding: 0 30px;
}
.content__text-name span {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2em;
  margin-right: 16px;
  display: block;
}
.content__text-name span.date {
  display: block;
  margin-bottom: 2px;
}
.content__text-name span.name {
  display: block;
  margin-top: 7px;
  font-size: 2.4rem;
}
.content__image-col img {
  width: 238px;
  height: auto;
  object-fit: cover;
  object-position: 30%;
}
.content__text-col p.margin {
  margin-top: 40px;
}
.content__image-col {
  height: 290px;
}
@media screen and (max-width: 767px) {
  .content__text {
    padding: 0;
    margin-top: 16px;
    font-size: 1.3rem;
    line-height: 2.23077em;
  }
  .content__text--ceo {
    margin-top: 30px;
  }
  .content__text-col {
    letter-spacing: 0.1em;
    line-height: 2.23077em;
    margin: 15px auto 0;
    margin-right: -8px;
    margin-left: -2px;
  }
  .content__text-col p.margin {
    margin-top: 20px;
  }
  .content__image-col {
    width: 100%;
    max-width: 100%;
    height: 51vw;
    margin: 10px auto;
  }
  .content__image-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .content__text-name {
    text-align: right;
    font-size: 1.8rem;
    padding: 0;
  }
  .content__text-name--left {
    text-align: left;
  }
  .content__text-name span {
    font-size: 1.2rem;
    margin-right: 8px;
    margin-bottom: 10px;
  }
  .content__text-name span.date {
    margin-bottom: 0;
  }
}
.content__text.firm {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .content__text.firm {
    padding: 0;
    font-size: 1.2rem;
    letter-spacing: 0.07em;
  }
}
.content__text--no-margin {
  margin-top: 0;
}
.content__text--margin p:not(:last-child) {
  margin-bottom: 30px;
}
.content__text--no-margin {
  margin-top: 0;
}
.content__text p.bold {
  font-size: 1.6rem;
  font-weight: 700;
}
.content__text pinfo {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .content__text p.bold {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .content__text p.firm {
    font-size: 1.28rem;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media screen and (max-width: 424px) and (min-width: 320px) {
  .content__text p.info--small {
    font-size: 12px;
  }
}
.content__text p.small {
  font-size: 1.7rem;
}
.content__text.bullet {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.content__text.bullet::before {
  content: '・';
  font-size: 1.3rem;
  line-height: 2.23077em;
  letter-spacing: 0.1em;
  width: 2px;
  height: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}
.content__text.bullet-nomargin {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0;
}
.content__text.bullet-nomargin::before {
  content: '・';
  font-size: 1.3rem;
  line-height: 2.23077em;
  letter-spacing: 0.1em;
  width: 2px;
  height: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}
.content__text--center {
  text-align: center;
}
.content__text img.margin-bottom {
  margin-bottom: 30px;
}
.content__text img.margin-top {
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .content__firm-image-wrap {
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content__firm-image {
    overflow-x: scroll;
    width: 100%;
    direction: rtl;
  }
}
@media screen and (max-width: 767px) {
  .content__firm-image img {
    width: 75vh !important;
  }
}
.content__item {
  position: relative;
  padding-left: 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .content__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.content__item span {
  display: block;
}
.content__item::before {
  content: '●';
  position: relative;
  left: 0;
  top: 0;
  margin-left: 5px;
}
.content__item--en {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.content__image-wrap {
  width: 740px;
  height: 350px;
  background-color: #ededed;
  margin: 55px auto 0;
}
@media screen and (max-width: 767px) {
  .content__image-wrap {
    width: 100%;
    height: 250px;
    margin-top: 30px;
  }
}
.content__image {
  display: block;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .content__image {
    width: 115%;
    margin: 25px auto 0;
    margin-left: -6vw;
  }
}
.content__image img {
  margin: 0 auto;
  display: block;
  height: auto;
  width: 100%;
}
.content__image img.service {
  width: 100%;
  height: auto;
  padding: 0;
}
.content__image img.service.reduced {
  width: 75%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .content__image img.service.reduced {
    width: 100%;
  }
}
.content__image img.csr {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .content__image img.csr {
    width: 100%;
  }
}
.content__image img.margin {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .content__image.hide {
    display: none;
  }
}
.content__image--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .content__image--sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .content__image--csr {
    width: 100%;
    margin: 25px auto 0 !important;
  }
}
.content__project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content__project h3 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.content__project-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .content__project-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.content__project-btn {
  width: 240px;
  height: 50px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 6px 3px rgba(51, 51, 51, 0.2);
  box-shadow: 0 0 6px 3px rgba(51, 51, 51, 0.2);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.content__project-btn:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .content__project-btn:not(:last-child) {
    margin-right: 0;
  }
}
.content__project-btn:hover {
  color: #3a7ac2;
  -webkit-box-shadow: 0 0 6px 3px rgba(220, 180, 30, 0.5);
  box-shadow: 0 0 6px 3px rgba(220, 180, 30, 0.5);
}
.content__map {
  margin: 70px 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .content__map {
    margin-top: 40px;
    width: 124%;
    margin-left: -12%;
  }
}
@media screen and (max-width: 767px) {
  .content__map img {
    width: 100%;
  }
}
.content__map iframe {
  width: 800px;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .content__map iframe {
    width: 100%;
    height: 250px;
  }
}
.content__map-note {
  width: 230px;
  height: 230px;
  border: 1px solid #3a7ac2;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto 0;
  border-radius: 100%;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .content__map-note {
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    position: initial;
    margin-bottom: 10px;
  }
}
.content__map-note p.bold {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 25px 0 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .content__map-note p.bold {
    margin: 0;
  }
}
.content__map-note p span {
  display: block;
}
@media screen and (max-width: 767px) {
  .content__map-note p span {
    display: inline;
  }
}
.content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .content__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
  .content__row.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.content__row--start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.content__row--p0 {
  padding: 0;
}
.content__row-info {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .content__row-info {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}
.content__row-info.width-64 {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .content__row-info.width-64 {
    width: 100%;
  }
}
.content__row-image-container {
  width: 200px;
  height: 220px;
}
@media screen and (max-width: 767px) {
  .content__row-image-container {
    width: 200px;
    margin-bottom: 10px;
  }
}
.content__row-image-container img {
  height: 100%;
  width: auto;
  /* height: 100%;
      -o-object-fit: cover;
         object-fit: cover;  */
}
.content__row-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content__row-title p {
  font-size: 2.2rem;
  font-family: 'Gotham Medium', sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .content__row-title p {
    font-size: 15px;
  }
}
.content__row-title p.small {
  font-family: 'Gotham Light', sans-serif;
  margin-left: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .content__row-title p.small {
    font-size: 10px;
    margin-left: 15px;
  }
}
.content__row-text {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
.content__row.mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .content__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
}
.content__row.prof,
.content__row.service {
  margin-top: 0;
}
.content__column {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .content__column {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content__column:first-child {
    margin-bottom: 30px;
  }
}
.content__heading-title {
  background: url('./src/img/heading-bg.jpg') no-repeat;
  background-size: cover;
  padding: 10px 0;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .content__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
}
.content__column {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .content__column {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content__column:first-child {
    margin-bottom: 30px;
  }
}
.content__heading-title {
  background: url('./src/img/heading-bg.jpg') no-repeat;
  background-size: cover;
  padding: 10px 0;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.content__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .content__pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.content__pagination--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .content__pagination--between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.content__pagination--news {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .content__pagination--news {
    margin-top: 40px;
  }
}
.content__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .content__page {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .content__page--order-none {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.content__page:first-of-type {
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  .content__page:first-of-type {
    margin-left: 0;
  }
}
.content__page:last-of-type {
  margin-right: -30px;
}
@media screen and (max-width: 767px) {
  .content__page:last-of-type {
    margin-right: 0;
  }
}
.content__page p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0 !important;
}
@supports (-webkit-overflow-scrolling: touch) {
  .content__page p {
    font-size: 1.1rem;
  }
}
.content__page p.en,
.content__page p.jp {
  margin: 0 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .content__page p.en,
  .content__page p.jp {
    margin: 0 10px;
  }
}
.content__page p.en {
  font-family: 'Gotham Book', sans-serif;
  font-weight: 400;
}
.content__page p.small {
  font-family: 'Gotham Light', sans-serif;
  font-size: 1rem;
}
.content__page p.bold {
  font-weight: 700;
}
.content__page img {
  margin-top: -5px;
}
.content__page img.prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .content__page.prev {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .content__page.prev img {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .content__page.prev p {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .content__page.prev p.small {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 374px) and (min-width: 320px) {
  .content__page--en p {
    font-size: 1.1rem;
    margin: 0 5px;
  }
}
.content__list {
  margin-top: 30px;
}
.content__list--no-padding .content__list-item {
  padding: 0;
  margin-bottom: 30px;
}
.content__list--no-padding .content__list-item:last-of-type {
  margin-bottom: 0;
}
.content__list li.ma {
  margin-bottom: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.content__list li.ma::before {
  content: '・';
  font-size: 13px;
  position: relative;
  left: 0;
  top: 0;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .content__list li br.sp-hide {
    display: none;
  }
}
.content__list--margin {
  margin: 30px 0;
}
.content__list-item {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 1.3rem;
  line-height: 2.23077em;
  letter-spacing: 0.1em;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .content__list-item {
    list-style-type: none;
    padding: 0;
    line-height: 1.7;
  }
}
.content__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  /*stylelint-disable */
  /*stylelint-enable*/
}
@media screen and (max-width: 767px) {
  .content__steps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.content__steps--three {
  position: relative;
  padding: 0 40px 0 100px;
}
.content__steps--three .content__step {
  width: 194px;
}
.content__steps--three .content__step:first-of-type .content__list {
  position: relative;
}
.content__steps--three .content__step:first-of-type .content__list::before {
  content: '';
  position: absolute;
  left: -60px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #3a7ac2;
}
.content__step {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .content__step {
    width: 100%;
    margin-bottom: 20px;
  }
}
.content__step-title {
  height: 44px;
  width: 100%;
  background: #3a7ac2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3;
}
.content__step-title::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 20px;
  border-color: transparent transparent transparent #3a7ac2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto 0;
}
.content__step-title p span {
  display: block;
  text-align: center;
}
.content__step-text {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.9;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .content__step-text {
    height: auto;
  }
}
.content__step-image {
  width: 100%;
  height: 41%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .content__step-image {
    height: auto;
    width: 50%;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 424px) and (min-width: 320px) {
  .content__step-image {
    width: 100%;
  }
}
.content__step-image img {
  width: 100%;
}
.content__step-image--arrow {
  position: relative;
}
.content__step-image--arrow::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 20px;
  border-color: transparent transparent transparent #bcbcbc;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -45%;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .content__step-image--arrow::after {
    display: none;
  }
}
.content__step-image--arrow2 {
  position: relative;
}
.content__step-image--arrow2::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 20px;
  border-color: transparent transparent transparent #bcbcbc;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .content__step-image--arrow2::after {
    display: none;
  }
}

/*----------------------------------------
common
----------------------------------------*/
.ir {
  padding: 50px 0 70px;
}
.ir__container {
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .ir__container {
    max-width: 100%;
    padding: 0 10%;
  }
}
.ir__text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
.ir__text p span {
  display: block;
}
@media screen and (max-width: 767px) {
  .ir__text p span {
    display: inline;
  }
}
.ir__text p span.inline {
  display: inline;
}
@media screen and (max-width: 767px) {
  .ir__text p span.inline {
    display: block;
  }
}
.ir__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .ir__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap column;
    flex-flow: wrap column;
    margin-top: 30px;
  }
}
.ir__item {
  width: 300px;
  height: 220px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ir__item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 424px) and (min-width: 320px) {
  .ir__item {
    width: 250px;
    height: 190px;
  }
}
.ir__item:not(:nth-child(3n)) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .ir__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.ir__icon {
  position: relative;
}
.ir__icon img {
  -webkit-filter: brightness(0.2) grayscale(1);
  filter: brightness(0.2) grayscale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ir__icon.black img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.ir__icon.black img.black {
  opacity: 1;
  visibility: visible;
  position: relative;
  -webkit-filter: unset;
  filter: unset;
}
.ir__title {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.ir__title p {
  padding: 15px 0;
}
.ir__title p.en {
  font-family: 'Gotham Medium', sans-serif;
}
.ir__line {
  height: 1px;
  width: 150px;
  background: #333;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ir__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #eeeff4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ir__link:hover {
  -webkit-box-shadow: 0 0 15px -3px #3a7ac2;
  box-shadow: 0 0 15px -3px #3a7ac2;
}
.ir__link:hover .ir__icon img {
  -webkit-filter: brightness(1) grayscale(0);
  filter: brightness(1) grayscale(0);
}
.ir__link:hover .ir__icon.black img {
  opacity: 1;
  visibility: visible;
}
.ir__link:hover .ir__icon.black img.black {
  opacity: 0;
  visibility: hidden;
}
.ir__link:hover .ir__title {
  color: #3a7ac2;
}
.ir__link:hover .ir__line {
  background: #3a7ac2;
}

.ir .content__container,
.ir-content__box-wrap {
  box-shadow: none;
  max-width: 930px;
  font-size: 1.5rem;
  line-height: 2.23077em;
  /* letter-spacing: 0.1em; */
}

@media screen and (min-width: 768px) and (max-width: 960px)  {
  .ir .content__container, .ir-content__box-wrap {
    width: calc(100vw - 30px);
  }
}

.ir-content__col .content__title {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media screen and (min-width: 960px) {
  .ir-content__col .content__title {
    max-width: 960px;
  }
}

.ir-content__box-wrap {
  margin: auto;
}

.ir .content__container ul.mvv {
  margin: 2rem 0;
  padding-left: 2rem;
}
.ir .content__container ul.mvv li {
  display: flex;
}
.ir .content__container ul.mvv li::before {
  content: '⚫︎';
}
.ir .content__container ul.mvv li span:nth-child(1) {
  width: 10rem;
}
.ir .content__container ul.mvv li span:nth-child(2) {
  width: 16rem;
}

@media screen and (max-width: 991px) {
  .ir .content__container ul.mvv li {
    flex-wrap: wrap;
  }
  .ir .content__container ul.mvv li span:nth-child(3) {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .ir .content__container {
    font-size: 1.3rem;
    line-height: 2.23077em;
  }
}

.ir .txt_area > p + p {
  margin-top: 1.5em;
}

.ir_table__style01 {
  width: 100%;
  border-collapse: collapse;
}
.ir_table__style01 :is(th, td) {
  line-height: 1.6;
  padding: 10px 15px;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.ir_table__style01 th {
  width: 25%;
  color: #fff;
  text-align: left;
  background: #3a7ac2;
}
.ir_table__style01 td {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .ir_table__style01 :is(th, td) {
    display: block;
    width: 100%;
  }
  .ir_table__style01 td {
    padding-left: 15px;
  }
}

/* ir content list */
.ir .content__container:not(.ir--top) .ir-content__col .content__title {
  display: none;
}
.ir-content__col .content__title + .ir-content__box-wrap {
  margin-top: 30px;
}
.ir-content__box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.ir-content__box {
  position: relative;
  min-height: 200px;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #eeeff4;
}
.ir-content__box::after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 75px;
  height: 75px;
  opacity: 0.3;
}
.ir-content__box-title {
  font-size: 2rem;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
  color: #3a7ac2;
}
.ir-content__box-title-jp {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
}
.ir-content__box a {
  transition: all 0.3s ease;
}
.ir-content__box a:hover {
  color: #3a7ac2;
}

@media screen and (max-width: 767px) {
  .ir-content__box-wrap {
    grid-template-columns: 1fr;
  }
}

/* adb_dl_box */
.ir .content__wrap.adb_dl_box__wrap {
  margin-top: -60px;
}
.adb_dl_box {
  background: #f1f2f6;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adb_dl_box a {
  line-height: 1;
}
.adb_dl_box img {
  max-width: 158px;
}
.adb_dl_box p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .adb_dl_box {
    flex-flow: column;
    justify-content: center;
    margin-top: 30px;
  }
  .adb_dl_box p {
    margin-top: 15px;
    margin-left: 0;
  }
}

/*----------------------------------------
ir top
----------------------------------------*/
.ir--top .content__title {
  text-align: left;
}
.ir--top .more-link {
  position: relative;
  width: 300px;
  margin: 60px auto 0;
}
.ir--top .more-link::before {
  content: '';
  width: 90px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
.ir--top .more-link:hover::before {
  background-color: #3a7ac2;
  right: -50px;
}
.ir--top .more-link a {
  width: 300px;
  height: 60px;
  border: 1px solid #333;
  font-family: 'Gotham Medium', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  line-height: 36px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-top: 60px;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all 0.3s ease !important;
}
.ir--top .more-link a:hover {
  color: #3a7ac2;
  border-color: #3a7ac2;
}

/*----------------------------------------
management
----------------------------------------*/
.ir--message .img_area {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
.ir--message .img_area p {
  line-height: 1.6;
  text-align: center;
}
.ir--message .message_wrap .txt_area .content__title {
  text-align: left;
  margin-bottom: 1em;
}
.ir--message .message_wrap .txt_area .message__inner_lead {
  margin: 1.5em;
}
.ir--message .message_wrap .txt_area .message__inner_lead p {
  display: grid;
  grid-template-columns: 6em 10em 1fr;
  grid-gap: 5px 1em;
}
.ir--message .sign_wrap {
  text-align: right;
  margin-top: 30px;
}
.ir--message .sign_wrap .sign span {
  font-size: 2rem;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .ir--message .img_area {
    clear: both;
    text-align: center;
    margin-left: 0;
  }
  .ir--message .img_area img {
    width: auto;
    max-width: 100%;
  }
  .ir--message .message_wrap .txt_area .message__inner_lead p {
    grid-gap: 0 1em;
  }
  .ir--message
    .message_wrap
    .txt_area
    .message__inner_lead
    span:nth-of-type(3n) {
    grid-column: 1 / 4;
  }
}

.ir--overview .dl_list {
  display: flex;
  flex-wrap: wrap;
}
.ir--overview .dl_list dt {
  width: 12em;
}
.ir--overview .dl_list dd {
  width: calc(100% - 12em);
}

.executive__section {
  display: grid;
  grid-template-columns: 10em 1fr;
  grid-gap: 20px;
  padding: 10px 0 10px 20px;
  border-left: 6px solid #3a7ac2;
}
.executive__pn-area .executive__position {
  font-size: 1.4rem;
}
.executive__pn-area .executive__name {
  font-size: 1.8rem;
}
.executive__career-list {
  display: flex;
  flex-wrap: wrap;
}
.executive__career-list dt {
  width: 8em;
}
.executive__career-list dd {
  width: calc(100% - 8em);
}

@media screen and (max-width: 767px) {
  .executive__section {
    grid-template-columns: 1fr;
  }
}

/*----------------------------------------
library
----------------------------------------*/
.ir-library__dl-btn a {
  display: block;
  max-width: 350px;
  color: #fff;
  text-align: center;
  background: #3a7ac2;
  border-radius: 12px;
  padding: 5px 15px;
}
.ir-library__dl-btn a::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 15px;
}
.ir-library__box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 30px;
}
.ir-library__box {
  position: relative;
  padding: 20px 20px 60px;
  background-color: #fff;
  border: 2px solid #eeeff4;
}
.ir-library__box-title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
}
.ir-library__box p {
  line-height: 1.6;
}
.ir-library__box .more-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #3a7ac2;
}
.ir-library__box .more-link::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 0;
  width: 15px;
  height: 9px;
  transform: rotate(-90deg) translateY(-50%);
  background: url('src/img/icons/arrow-gold.svg') no-repeat right center/9px
    15px;
}
.ir-library__box .more-link a {
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .ir-library__box-wrap {
    grid-template-columns: 1fr;
  }
}

.sub-section__title {
  color: #3a7ac2;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.library-section {
  margin-top: 60px;
}

/*----------------------------------------
stock
----------------------------------------*/
.ir--quote .content__text a {
  color: #3a7ac2;
  transition: all 0.3s ease;
}
.ir--quote .content__text a:hover {
  opacity: 0.7;
}

/*----------------------------------------
financial
----------------------------------------*/
.xj-grp__title {
  font-weight: 600;
}
.xj-grp__cap {
  margin-top: 60px;
  line-height: 1.6;
}
.xj-grp__cap-txt {
  margin-bottom: 1.5em;
}
.xj-grp__cap ul {
  margin-left: 1em;
}
.xj-grp__cap ul li {
  list-style: disc;
}

/*----------------------------------------
calendar
----------------------------------------*/
.ir-calendar__img-area {
  margin-bottom: 60px;
}
.ir-calendar__img-area img {
  width: auto;
  max-width: 100%;
}
.ir-calendar__img-pc {
  display: block;
}
.ir-calendar__img-sp {
  display: none;
}
.ir-calendar__skd table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.ir-calendar__skd table :is(th, td) {
  padding: 10px 15px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.ir-calendar__skd table th {
  width: 25%;
  text-align: left;
  background: #eeeff5;
}

@media screen and (max-width: 767px) {
  .ir-calendar__img-pc {
    display: none;
  }
  .ir-calendar__img-sp {
    display: block;
  }
  .ir-calendar__skd table :is(th, td) {
    display: block;
    width: 100%;
  }
}

/*----------------------------------------
other
----------------------------------------*/
.ir--notice .txt_area {
  margin-top: 30px;
}
.ir--notice .txt_area a {
  color: #3a7ac2;
  transition: all 0.3s ease;
}
.ir--notice .txt_area a:hover {
  opacity: 0.7;
}

.ir--faq {
  counter-reset: number 0;
}
.ir--faq .ir__faq-list-item a {
  color: #3a7ac2;
  transition: all 0.3s ease;
}
.ir--faq .ir__faq-question-container a:hover {
  opacity: 0.7;
}
.ir--faq .ir__faq-title::before {
  counter-increment: number 1;
  content: counter(number) '．';
}
.ir__faq-title {
  font-size: 25px;
  color: #3a7ac2;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: 'Gotham Medium', sans-serif;
}
.ir__faq-list-item {
  width: 100%;
  margin-bottom: 10px;
  max-height: 80px;
  height: auto;
  background-color: #ebf1f9;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Noto Sans JP;
  font-size: 1.6rem;
  color: #333;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .ir__faq-list-item {
    max-height: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
  }
}
.ir__faq-list-item b {
  width: 87%;
  margin-left: 3%;
  padding: 3% 0 3% 3%;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ir__faq-list-item b {
    width: 70%;
    padding-left: 10%;
  }
}
.ir__faq-list-item b::before {
  content: 'Q. ';
  position: absolute;
  left: 0;
  top: auto;
  bottom: auto;
}
.ir__faq-list-item p {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .ir__faq-list-item p {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }
}
.ir__faq-list-item.toggled {
  padding-left: 0;
  background-color: #fff;
  max-height: 400px;
}
.ir__faq-list-item.toggled .ir__faq-question-container {
  -webkit-box-shadow: 0 3px 12px -8px #bdbdbd;
  box-shadow: 0 3px 12px -8px #bdbdbd;
}
.ir__faq-list-item.toggled p {
  display: block;
}
.ir__faq-list-item.toggled b {
  margin-left: 0;
}
.ir__faq-list-item.toggled .line:last-of-type {
  -webkit-transform: rotate(0) translateX(-50%) !important;
  -ms-transform: rotate(0) translateX(-50%) !important;
  transform: rotate(0) translateX(-50%) !important;
  opacity: 0 !important;
}

.ir__faq-question-container {
  width: 100%;
  max-height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .ir__faq-question-container {
    max-height: 100%;
  }
}
.ir__faq-question-container .toggle {
  margin-right: 4%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ir__faq-question-container .toggle {
    margin-right: 10%;
  }
}
.ir__faq-question-container .toggle .line {
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 27px;
  height: 2px;
  background-color: #545455;
}
@media screen and (max-width: 767px) {
  .ir__faq-question-container .toggle .line {
    width: 20px;
    height: 1px;
  }
}
.ir__faq-question-container .toggle .line:last-of-type {
  -webkit-transform: translateY(-2px) translateX(-50%) rotate(90deg);
  -ms-transform: translateY(-2px) translateX(-50%) rotate(90deg);
  transform: translateY(-2px) translateX(-50%) rotate(90deg);
  opacity: 1;
}

.disclosurepolicy__block:not(:last-child) {
  margin-bottom: 48px;
}
.disclosurepolicy__title {
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  color: #3a7ac2;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}
.disclosurepolicy__title::after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f1f2f6;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .disclosurepolicy__title {
    font-size: 1.4rem;
    padding-bottom: 6.6px;
    margin-bottom: 10.56px;
  }
}

.ir--disclaimer .content__text p + p {
  margin-top: 1.5em;
}
