@charset "UTF-8";

/* 全体 */
body {
  width: 100%;
  font-family: Hiragino Sans,Hiragino Kaku Gothic ProN,MyYuGothicM,Meiryo,sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
}
img {
  display: block;
  width: 100%;
  height: auto;
}

.backgroud-color-purple {
	background-color: #F3E2EE;
}
.background-image-none {
	background-image: none !important;
}


/* 全体 パソコン */
.pcNone {
  display: none;
}
/* 全体 スマートフォン768px以下 */
@media (min-width: 769px) {
  .pcNone {
    display: block;
  }
  .spNone {
    display: none;
  }
}

/* mainVisual */
/* mainVisual パソコン */
.mainVisual {
  background-image: url("../img/header_background_pc.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 55%;
	 
}
.headerContainer {
  display: flex;
  align-items: center;
  padding: 32px 3.3333%;
}
.headerContainerLogo {
  position: relative;
  width: 322px;
}
.headerContainerLogo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.headerContainerTel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 284px;
  margin-right: 17px;
  margin-left: auto;
}
.headerContainerTel a {
  display: inline-block;
  width: 100%;
}
.headerContainerJpx {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
}
.mainVisualContainerMiddle {
  padding: 8px 4.8611% 2px;
}
.mainVisualContainerMiddleInner {
  margin: 0 auto;
  max-width: 1160px;
  align-items: flex-end;
}
.mainVisualContainerMiddleInnerBadge {
  padding: 0 10px;
  width: 380px;
}
.mainVisualContainerMiddleInnerH2 {
  font-size: 3.375rem;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-top: 42px;
}
.mainVisualContainerMiddleInnerBanner {
  margin-top: 32px;
  width: 460px;
}
.mainVisualContainerMiddleInnerBanner001 a {
  display: block;
  transition: opacity .3s;
}
.mainVisualContainerMiddleInnerBanner001 a:link,.mainVisualContainerMiddleInnerBanner001 a:visited {
  opacity: 1;
}
.mainVisualContainerMiddleInnerBanner001 a:hover,.mainVisualContainerMiddleInnerBanner001 a:active {
  opacity: .8;
}
.mainVisualContainerMiddleInnerBanner002 {
  position: relative;
  margin-top: 10px;
}
.mainVisualContainerMiddleInnerBanner002 a {
  display: block;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 0 16px rgb(0 0 0 / 16%);
  transition: opacity .3s;
}
.mainVisualContainerMiddleInnerGda {
  padding: 0 12px 12px;
  width: 201px;
  margin-left: auto;
}
.mainVisualNote {
  padding: 32px 4.8611%;
  border-top: solid #1f2a34;
  border-top-width: 20px;
  background-color: #f6f6f6;
}
.mainVisualNote ul {
  max-width: 1160px;
  font-size: .625rem;
  color: #666;
  line-height: 1.6;
  margin: 0 auto;
}
.mainVisualNote ul li {
  max-width: 800px;
}
/* mainVisual スマートフォン768px以下 */
@media (max-width: 768px) {
  .mainVisual {
    background-image: url("../img/header_background_pc.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
  }
  .headerContainer {
    padding: 12px 3.2%;
  }
  .headerContainerLogo {
    width: 27.3504%;
  }
  .headerContainerTel {
    margin-right: 2.5641%;
    width: 42.4501%;
  }
  .headerContainerJpx {
    width: 11.396%;
  }
  .mainVisualContainerMiddle {
    padding: 0 3.7333% 24px;
  }
  .mainVisualContainerMiddleInnerBadge {
    padding: unset;
    width: unset;
  }
  .mainVisualContainerMiddleInnerH2 {
    font-size: clamp(1.6875rem,7vw,3.375rem);
    text-align: center;
    letter-spacing: unset;
    margin-top: 12px;
  }
  .mainVisualContainerMiddleInnerBanner {
    margin-top: 180px;
    width: unset;
  }
  .mainVisualContainerMiddleInnerBanner002 {
    margin-top: unset;
  }
  .mainVisualContainerMiddleInnerBanner002 a {
    width: 94.2363%;
    margin: 0 auto;
  }
  .mainVisualContainerMiddleInnerGda {
    width: 32.8%;
    padding: 0 8px 24px;
  }
  .mainVisualNote {
    padding: 24px 6.4%;
    border-top-width: 16px;
  }
  .mainVisualNote ul {
    max-width: unset;
    line-height: 1.4;
  }
  .mainVisualNote ul li {
    max-width: unset;
  }
}

/* fixedCta */
/* fixedCta パソコン */
.fixedCta {
  position: fixed;
  right: 0;
  bottom: 0;
  transform: translate3d(0,100%,0);
  transition: transform .3s ease;
  z-index: 1;
}
.is-show {
  transform: translateZ(0);
}
.fixedCtaContainer a {
  display: block;
  position: relative;
  padding: 24px;
  width: 508px;
  transition: opacity .3s ease;
}
.fixedCtaContainer a picture img {
  box-shadow: 0 0 16px rgba(0,0,0,.16);
}
/* fixedCta スマートフォン768px以下 */
@media (max-width: 768px) {
  .fixedCta {
    left: 0;
    padding: 8px;
    width: 100%;
    background-color: rgba(31,42,52,.9);
  }
  .fixedCtaContainer a {
    padding: 0;
    width: unset;
  }
}

/* media */
/* media パソコン */
.media {
  padding: 80px 4.8611% 100px;
}
.mediaContainer {
  margin: 0 auto;
  max-width: 1160px;
}
.mediaContainerHeader h2 {
  font-size: 2.25rem;
  font-weight: 400;
  color: #111;
  line-height: 1.5;
  text-align: center;
}
.mediaContainer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 792px;
  margin: 28px auto 0;
}
.mediaContainer ul li {
  margin-top: 12px;
  width: 22.7273%;
}
/* media スマートフォン768px以下 */
@media (max-width: 768px) {
  .media {
    padding: 48px 6.4%;
  }
  .mediaContainerHeader h2 {
    font-size: 1.5rem;
  }
  .mediaContainer ul {
    margin-top: 20px;
  }
  .mediaContainer ul li {
    margin-top: 4px;
    width: calc(24% - 4px);
  }
}

/* interview */
/* interview パソコン */
.interview {
  padding: 0 4.8611% 100px;
}
.interviewContainer {
  margin: 0 auto;
  max-width: 1160px;
}
.interviewContainerHeader h2 {
  font-size: 2.25rem;
  font-weight: 400;
  color: #111;
  line-height: 1.5;
  text-align: center;
}
.owners {
  margin-top: 40px;
}
.ownersContainer {
  display: flex;
  justify-content: space-between;
}
.ownersContainer > div {
  width: 31.0345%;
  box-shadow: 0 0 8px rgb(0 0 0 / 16%);
  border-radius: 3px;
  overflow: hidden;
}
.ownersText {
  padding: 16px 16px 34px;
}
.ownersText h3 {
  font-size: 1rem;
  line-height: 1.5;
  color: #111;
}
.ownersTextInterview {
  font-size: .75rem;
  color: #444;
  margin-top: 8px;
  line-height: 1.5;
}
.ownersTextNote {
  font-size: .625rem;
  color: #8e8e8e;
  margin-top: 8px;
  line-height: 1.5;
}
/* interview スマートフォン768px以下 */
@media (max-width: 768px) {
  .interview {
    padding: 48px 6.4%;
  }
  .interviewContainerHeader h2 {
    font-size: 1.5rem;
  }
  .owners {
    margin-top: 24px;
    overflow-x: auto;
    width: 100vw;
    margin-left: -7.3395%;
  }
  .ownersContainer {
    display: flex;
    justify-content: unset;
    padding-bottom: 8px;
  }
  .ownersContainer::before,.ownersContainer::after {
    content: "";
    display: block;
    width: 2.1333%;
    flex-shrink: 0;
  }
  .ownersContainer > div {
    margin: 0 4.2667%;
    width: 78.1333%;
    flex-shrink: 0;
  }
  .ownersImg {
    position: relative;
    height: 0;
    padding-top: 61.4335%;
    overflow: hidden;
  }
  .ownersImg img {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: auto;
    height: 100%;
  }
  .ownersText {
    padding: 16px;
  }
}

/* about */
/* about パソコン */
.about {
  padding: 80px 4.8611% 100px;
  background-color: #f6f6f6;
}
.aboutContainer {
  margin: 0 auto;
  max-width: 1160px;
}
.aboutContainerHeader h2 {
  font-size: 2.25rem;
  font-weight: 400;
  color: #111;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 769px) {
  .aboutContainerHeader h2 br {
    display: none;
  }
}
.aboutContainerHeader h2 span {
  font-style: normal;
  color: #d67c1d;
}
.aboutContainerList {
  display: flex;
  justify-content: space-between;
  width: 105.1724%;
  margin-top: 40px;
  margin-left: -2.5862%;
}
.aboutContainerList li {
  width: 18.0328%;
}
.aboutContainerList li div {
  position: relative;
}
.aboutContainerList li:not(:first-child) div::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: -6.8182%;
  transform: translate(-50%,-50%);
  width: 9.0909%;
  height: 0;
  padding-top: 13.6364%;
  background: url(../img/arrow2.svg) no-repeat 50%;
  background-size: contain;
}
.aboutContainerList li p {
  font-size: 1.125rem;
  color: #111;
  text-align: center;
  line-height: 1.5;
  margin-top: 16px;
}
.aboutContainerText {
  font-size: 1.25rem;
  color: #444;
  line-height: 1.7;
  text-align: center;
  margin-top: 60px;
}
@media (min-width: 769px) {
  .aboutContainerText br {
    display: none;
  }
}
.aboutContainerText::after {
  content: "";
  display: block;
  margin: 32px auto;
  width: 58px;
  height: 18px;
  background: url(../img/arrow1.svg) no-repeat 50%;
  background-size: contain;
}
/* about スマートフォン768px以下 */
@media (max-width: 768px) {
  .aboutContainerHeader {
    margin-bottom: 24px;
  }
  .aboutContainerHeader h2 {
    font-size: 1.5rem;
  }
  .aboutContainerList {
    display: unset;
    width: unset;
    margin: 0;
  }
  .aboutContainerList li {
    position: relative;
    width: unset;
  }
  .aboutContainerList li:not(:first-child) {
    position: relative;
    margin-top: 60px;
  }
  .aboutContainerList li div {
    margin: 0 auto;
    min-width: 100px;
    max-width: 500px;
    width: 67.2783%;
  }
  .aboutContainerList li:not(:first-child) div::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 50%;
    transform: translate(-50%,-100%);
    width: 2px;
    height: 48px;
    background-color: #d2dce4;
    background-image: unset;
  }
  .aboutContainerList li p {
    font-size: 1rem;
    margin-top: 12px;
  }
  .aboutContainerList li p br {
    display: none;
  }
  .aboutContainerText {
    font-size: .875rem;
    margin-top: 16px;
  }
}

/* gift */
/* gift パソコン */
.gift {
  background-image: url(../img/cta-bg-pc.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 68px 4.8611% 80px;
}
.giftContainer {
  margin: 0 auto;
  max-width: 460px;
}
.giftContainerAmazon {
  display: block;
  transition: opacity .3s;
}
.giftContainerAmazon:link,.giftContainerAmazon:visited {
  opacity: 1;
}
.giftContainerAmazon:hover,.giftContainerAmazon:active {
  opacity: 0.8;
}
.giftContainerDocument {
  display: block;
  box-shadow: 0 0 16px rgb(0 0 0 / 16%);
  border-radius: 6px;
  margin-top: 24px;
  transition: opacity .3s;
}
.giftContainerDocument:link,.giftContainerDocument:visited {
  opacity: 1;
}
.giftContainerDocument:hover,.giftContainerDocument:active {
  opacity: 0.8;
}
.giftContainer p {
  font-size: .625rem;
  color: #fff;
  line-height: 1.4;
  margin-top: 24px;
}
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal__bg{
  background-color: rgba(0,0,0,.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 790px;
  min-height: 200px;
  height: auto;
  max-height: 95%;
  background: #fff;
  padding: 60px;
  transform: translate(-50%,-50%);
}
.modal__content p {
  font-size: .75rem;
  color: #444;
  margin: 1.5em 0 0;
}
.modal__content dl {
  font-size: .75rem;
  color: #444;
  line-height: 1.3;
  margin: 1.5em 0 0;
}
.modal__content dt {
  font-weight: 400;
}
.modal__content li {
  padding-left: 1.5em;
}
.modal__content dl:nth-child(2) li::before {
  content: "・";
  display: inline-block;
  width: 1.25em;
  margin-left: -1.25em;
  vertical-align: top;
  font-weight: 700;
}
.modal__content ul:nth-child(3) {
  margin: 1.5em 0 0;
}
.modal__content ul:nth-child(3) li {
  font-size: .75rem;
}
.modal__content ul:nth-child(3) li::before {
  content: "※";
  display: inline-block;
  width: 1.25em;
  margin-left: -1.25em;
  vertical-align: top;
}
.modal__content ul:nth-child(3) li dl {
  margin: 0;
}
.modal__content ul:nth-child(3) li dl dd::before {
  content: "・";
  display: inline-block;
  width: 1.25em;
  margin-left: -1.25em;
  vertical-align: top;
  font-weight: 700;
}
.modal__content dl:nth-child(4) {
  margin: 1.5em 0 0;
}
.modal__content dl:nth-child(4) dd::before {
  content: "※";
  display: inline-block;
  width: 1.25em;
  margin-left: -1.25em;
  vertical-align: top;
}
a.js-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
a.js-modal-close svg {
  width: 24px;
}
/* gift スマートフォン768px以下 */
@media (max-width: 768px) {
  .gift {
    background-image: url(../img/cta-bg-sp.jpg);
    padding: 70px 3.7333% 80px;
  }
  .giftContainerDocument {
    width: 94.2363%;
    margin: 0 auto;
  }
  .giftContainer p {
    display: block;
    width: 94.2363%;
    margin-left: auto;
    margin-right: auto;
  }
  .modal {
    padding: 24px 2.6667%;
  }
  .modal__bg {
    top: 0;
    right: 0;
  }
  .modal__content {
    padding: 48px 7.3395%;
    width: 95%;
    height: 100%;
    position: relative;
    overflow: auto;
    background-color: #fff;
    border-radius: 4px;
  }
}

/* chapter */
/* chapter パソコン */
.chapterContainer001 {
  background-color: #f6f6f6;
  padding: 80px 4.8611% 120px;
}
.chapterContainer001Inner {
  max-width: 1000px;
  background-color: #fff;
  margin: 0 auto;
  padding: 60px 6.4%;
}
.chapterContainer001Inner h2 {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 400;
  color: #111;
  line-height: 1.5;
}
.chapterContainer001Inner p {
  max-width: 900px;
  text-align: center;
  font-size: 1rem;
  color: #444;
  line-height: 2;
  margin: 24px auto 0;
}
.chapterContainer001Inner div {
  width: 100%;
  margin: 40px auto;
}
.chapterContainer002 {
  position: relative;
  padding: 130px 4.8611% 100px;
}
.chapterContainer002Inner {
  max-width: 1160px;
  margin: 0 auto;
}
.chapterContainer002InnerHeader h2 {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 400;
  color: #111;
  line-height: 1.5;
}
.chapterContainer002InnerHeader p {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  width: 300px;
  height: 90px;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 8px;
  background: url(../img/tagline.svg) no-repeat 50%;
  background-size: auto;
  background-size: contain;
  transform: translate(-50%,-44%);
}
.chapterContainer002Inner > p {
  max-width: 900px;
  text-align: center;
  font-size: 1rem;
  color: #444;
  line-height: 2;
  margin: 24px auto 0;
}
.chapterContainer002InnerImg {
  width: 75.1724%;
  max-width: 1160px;
  margin: 40px auto 0;
}
.chapterContainer003 {
  background-color: #f6f6f6;
  padding: 80px 4.8611% 100px;
}
.chapterContainer003Inner {
  max-width: 1160px;
  margin: 0 auto;
}
.chapterContainer003Inner h2 {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 400;
  color: #111;
  line-height: 1.5;
}
.chapterContainer003Inner p {
  max-width: 900px;
  text-align: center;
  font-size: 1rem;
  color: #444;
  line-height: 2;
  margin: 24px auto 0;
}
.chapterContainer003Inner div {
  width: 75.1724%;
  margin: 40px auto 0;
}
.chapterContainer005 {
  background-color: #f6f6f6;
  padding: 80px 4.8611% 100px;
}
.chapterContainer005Inner {
  max-width: 1160px;
  margin: 0 auto;
}
.chapterContainer005Inner h2 {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 400;
  color: #111;
  line-height: 1.5;
}
.chapterContainer005Inner p {
  max-width: 900px;
  text-align: center;
  font-size: 1rem;
  color: #444;
  line-height: 2;
  margin: 24px auto 0;
}
.chapterContainer005Inner div {
  width: 75.1724%;
  margin: 40px auto 0;
}
/* chapter スマートフォン768px以下 */
@media (max-width: 768px) {
  .chapterContainer001 {
    padding: 48px 6.4% 68px;
  }
  .chapterContainer001Inner {
    padding: 24px 7.3395%;
  }
  .chapterContainer001Inner h2 {
    font-size: 1.5rem;
  }
  .chapterContainer001Inner p {
    font-size: .875rem;
    line-height: 1.7;
    margin-top: 12px;
  }
  .chapterContainer001Inner div {
    margin: 24px auto 0;
  }
  .chapterContainer002 {
    padding: 78px 6.4% 68px;
  }
  .chapterContainer002InnerHeader h2 {
    font-size: 1.5rem;
  }
  .chapterContainer002InnerHeader p {
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    min-width: 260px;
    max-width: 286px;
    width: 80%;
    min-height: 90px;
    font-size: .875rem;
    margin: 0;
    padding-bottom: 6px;
    background-size: contain;
  }
  .chapterContainer002Inner > p {
    font-size: .875rem;
    line-height: 1.7;
    margin-top: 12px;
  }
  .chapterContainer002InnerImg {
    width: unset;
    margin: 24px auto 0;
  }
  .chapterContainer003 {
    padding: 48px 6.4%;
  }
  .chapterContainer003Inner h2 {
    font-size: 1.5rem;
  }
  .chapterContainer003Inner p {
    font-size: .875rem;
    line-height: 1.7;
    margin: 12px auto 0;
  }
  .chapterContainer003Inner div {
    width: unset;
    margin: 24px auto 0;
  }
  .chapterContainer005 {
    padding: 48px 6.4%;
  }
  .chapterContainer005Inner h2 {
    font-size: 1.5rem;
  }
  .chapterContainer005Inner p {
    font-size: .875rem;
    line-height: 1.7;
    margin: 12px auto 0;
    text-align: left;
  }
  .chapterContainer005Inner div {
    width: unset;
    margin: 24px auto 0;
  }
}

/* strengths */
/* strengths パソコン */
.strengths {
  padding: 80px 4.8611% 100px;
  background: url(../img/strength_bg-pc.jpg) no-repeat 50%;
  background-size: auto;
  background-size: cover;
}
.strengthsContainer {
  max-width: 1160px;
  margin: 0 auto;
}
.strengthsContainer h2 {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
}
.strengthsContainer ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.strengthsContainer ul li {
  width: 31.0345%;
  padding: 32px 2.069% 24px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background-color: #fff;
}
.strengthsContainer ul li div {
  width: 51.6129%;
  margin: 0 auto;
}
.strengthsContainer ul li h3 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  color: #111;
  line-height: 1.5;
  margin-top: 24px;
}
.strengthsContainer ul li h3 span {
  color: #d67c1d;
}
.strengthsContainer ul li p {
  font-size: .875rem;
  color: #444;
  line-height: 1.7;
  margin-top: 12px;
}
/* strengths スマートフォン768px以下 */
@media (max-width: 768px) {
  .strengths {
    padding: 0 0 48px;
    background: unset;
  }
  .strengthsContainer {
    max-width: unset;
  }
  .strengthsContainer > div {
    padding: 48px 4.8611% 66px;
    background: url(../img/strength_bg-sp.jpg) no-repeat 50%;
    background-size: auto;  
    background-size: cover;
  }
  .strengthsContainer h2 {
    font-size: 1.5rem;
  }
  .strengthsContainer ul {
    display: block;
    margin-top: -42px;
    padding: 0 6.4%;
  }
  .strengthsContainer ul li {
    width: unset;
    padding: 32px 7.3395% 24px;
  }
  .strengthsContainer ul li:not(:first-child) {
    margin-top: 24px;
  }
  .strengthsContainer ul li div {
    width: 57.3477%;
  }
}

/* company */
/* company パソコン */
.company {
  padding: 80px 4.8611% 100px;
  background-color: #f6f6f6;
}
.companyContainer {
  max-width: 930px;
  margin: 0 auto;
}
.companyContainer h2 {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 400;
  color: #111;
  line-height: 1.5;
}
.companyContainerGraph {
  margin-top: 40px;
}
.companyMeta {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.companyMeta div {
  position: relative;
  text-align: center;
  width: 32.2581%;
  padding: 32px 10px;
  background-color: #fff;
}
.companyMeta div p:nth-child(1) {
  font-size: 1rem;
  font-weight: 400;
  color: #111;
  line-height: 1.5;
}
.companyMeta div p:nth-child(2) {
  font-size: 1.5rem;
  color: #d67c1d;
  line-height: 1.5;
}
.companyMeta div p:nth-child(3) {
  font-size: .625rem;
  line-height: 1.5;
  width: 100%;
  color: #8e8e8e;
}
.companyBnr {
  position: relative;
  display: flex;
  max-width: 740px;
  margin: 40px auto 0;
}
.companyBnr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
}
.companyBnrItem {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-right: 4.7619%;
}
.companyBnrItem:nth-child(2) {
  margin-left: 4.7619%;
}
.companyBnrItem div {
  width: 124px;
  margin-right: 24px;
}
.companyBnrItem:nth-child(2) div {
  width: 54px;
}
.companyBnrItem p {
  font-size: .75rem;
  flex: 0 1 auto;
  line-height: 1.5;
}
/* company スマートフォン768px以下 */
@media (max-width: 768px) {
  .company {
    padding: 48px 6.4%;
  }
  .companyContainer h2 {
    text-align: left;
    font-size: 1.5rem;  
  }
  .companyContainerGraph {
    margin-top: 24px;
  }
  .companyMeta {
    display: block;
    margin-top: 20px;
  }
  .companyMeta div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    width: unset;
    min-height: 82px;
    margin-top: 12px;
    padding: 20px 7.3395%;
  }
  .companyMeta div p:nth-child(1) {
    font-size: .75rem;
    width: 5em;
  }
  .companyMeta div p:nth-child(2) {
    font-size: 1rem;
    width: calc(100% - 5em);
  }
  .companyMeta div p:nth-child(3) {
    margin-top: 2px;
  }
  .companyBnr {
    display: block;
    margin-top: 24px;
  }
  .companyBnr::before {
    display: none;
  }
  .companyBnrItem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: unset;
    margin-top: 24px;
  }
  .companyBnrItem:nth-child(2) {
    margin-left: 0;
  }
  .companyBnrItem div {
    width: 37.9205%;
    margin-right: 12px;
  }
  .companyBnrItem:nth-child(2) div {
    width: 13.4557%;
    margin-right: 12px;
  }
  .companyBnrItem p {
    font-size: .625rem;
    flex: 1 1;
  }
}

/* footer */
/* footer パソコン */
footer {
  color: #fff;
  padding: 80px 4.8611%;  
  background-color: #1f2a34;
}
.footerContainer {
  margin: 0 auto;
  max-width: 1160px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.footerContainer p:nth-child(1) {
  display: block;
  margin-right: 20px;
  width: 172px;
  max-height: 30px;
  -ms-grid-column: 1;
  grid-column: 1/1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.footerContainer p:nth-child(1) svg {
  fill: #fff;
}
.footerContainer ul {
  display: flex;
  align-items: center;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.footerContainer ul li a {
  display: block;
  font-size: .875rem;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
  padding: 5px 20px;
  transition: opacity .3s ease;
}
.footerContainer p:nth-child(3) {
  font-family: century-gothic,Avenir Next,Century Gothic,sans-serif;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1.3333;
  letter-spacing: .013em;
  margin-top: 32px;
  line-height: 1.5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
/* footer スマートフォン768px以下 */
@media (max-width: 768px) {
  footer {
    padding: 40px 6.4% 132px;
  }
  .footerContainer {
    margin: 0;
    display: -ms-block;
    display: block;
  }
  .footerContainer p:nth-child(1) {
    width: 42.2018%;
    margin-right: 0;
  }
  .footerContainer ul {
    margin-top: 22px;
    margin-left: -20px;
    width: calc(100% + 20px);
  }
  .footerContainer ul li a {
    padding: 10px 20px;
  }
  .footerContainer p:nth-child(3) {
    margin-top: 22px;
  }
}