@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.3ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  user-select: none !important;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media screen and (min-width: 1280px) and (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: 0.521vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

* {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  color: #515151;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 2rem;
  display: block;
}

.--orange {
  color: #f38418;
}

.section--heading {
  font-size: 6.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section--heading {
    font-size: 3rem;
  }
}
.section--heading.--icon::before {
  content: "";
  display: inline-block;
  background: url(../img/ico_pen.webp) 0% 0%/contain no-repeat;
  width: 13.3rem;
  height: 7.4rem;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .section--heading.--icon::before {
    width: 6.2rem;
    height: 3.5rem;
    margin-right: 1.5rem;
  }
}

.section--lead {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section--lead {
    font-size: 1.866rem;
  }
}

.banner--fixed {
  z-index: 100;
  position: fixed;
  bottom: 5rem;
  right: 6rem;
  width: 33.8rem;
}
@media screen and (max-width: 767px) {
  .banner--fixed {
    width: 21.647rem;
    height: 7.215rem;
    bottom: 2rem;
    right: 0;
    left: 0;
    margin: auto;
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slideR {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.fv {
  background: url(../img/img_fv.webp) right 6rem top 0/134.5rem auto no-repeat;
  margin-bottom: calc((155 / 1920) * 100vw);
}
.fv.container {
  padding-left: 12.7rem;
  padding-top: calc((105 / 1920) * 100vw);
}
.fv .logo {
  width: 15.3rem;
  margin-bottom: calc((64 / 1920) * 100vw);
}
.fv .copy {
  font-size: 5rem;
  margin-bottom: 12rem;
  line-height: 1.8;
}
.fv .copy .em {
  font-size: 9.5rem;
  font-family: "Corporate Logo Ver2", sans-serif;
  font-weight: 700;
  color: #1c2c70;
}
.fv--list {
  display: flex;
  flex-wrap: wrap;
  width: 73.2rem;
  justify-content: space-between;
}
.fv--list .item {
  background: #f38418;
  color: #fff;
  font-size: 4.493rem;
  font-weight: 700;
  padding: 0 2rem;
  border-radius: 1rem;
  margin-bottom: 3.3rem;
}
.fv--list .item:nth-child(1) {
  padding: 0 5rem;
}
.fv--text {
  font-size: 4.5rem;
  font-weight: 700;
  margin-top: calc((-7 / 1920) * 100vw);
}
@media screen and (max-width: 767px) {
  .fv {
    background: url(../img/img_fv_sp.webp) right 0.8rem top 0/27.2rem auto no-repeat;
    margin-bottom: 2.7rem;
  }
  .fv.container {
    padding-left: 1.8rem;
    padding-top: calc((105 / 1920) * 100vw);
  }
  .fv .logo {
    width: 6.2rem;
    margin-bottom: 2.2rem;
  }
  .fv .copy {
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
    line-height: 1.4;
  }
  .fv .copy .em {
    font-size: 2.3rem;
  }
  .fv--list {
    width: 35.5rem;
  }
  .fv--list .item {
    font-size: 1.613rem;
    padding: 0 0.6rem;
    margin-bottom: 1.3rem;
    border-radius: 0.7rem;
  }
  .fv--list .item:nth-child(1) {
    background: none;
    flex: 0 0 100%;
    text-align: center;
  }
  .fv--list .item:nth-child(1) span {
    display: inline-block;
    background: #f38418;
    padding: 0 1.6rem;
    border-radius: 0.7rem;
  }
  .fv--text {
    font-size: 1.5rem;
    text-align: center;
  }
}

.partners {
  max-width: 1920px;
  margin: 0 auto calc((128 / 1920) * 100vw);
}
.partners .slide {
  background: #FFF;
  padding-bottom: calc((35 / 1920) * 100vw);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.partners .slideshow,
.partners .slideshowR {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
  align-items: center;
  width: 182rem;
}
.partners .slideshowR {
  animation: loop-slideR 20s infinite linear 1s both;
}
.partners .slideshow li,
.partners .slideshowR li {
  width: 26rem;
  padding: 0 1.5rem;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .partners {
    margin-bottom: 1.9rem;
  }
  .partners .slide {
    padding-bottom: 1.4rem;
  }
  .partners .slideshow,
.partners .slideshowR {
    width: 56rem;
  }
  .partners .slideshow li,
.partners .slideshowR li {
    width: 8rem;
    padding: 0 0.7rem;
  }
}

.article-creation {
  max-width: 147rem;
  margin: 0 auto 15.1rem;
  padding-top: 4.5rem;
  padding-left: 9.6rem;
  background: #ffde8a;
  border-radius: 1rem;
  display: flex;
}
.article-creation--img {
  width: 51.2rem;
  margin-right: 8.6rem;
}
.article-creation--text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-creation--text .heading {
  padding-top: 2.3rem;
  text-align: center;
  font-size: 4rem;
  line-height: 1.6;
  margin-bottom: 5rem;
}
.article-creation--text .price {
  background: #fff;
  border: 0.5rem solid #4d4d4d;
  box-shadow: 0.7rem 0.7rem 0 0 #fdd000;
  font-size: 3rem;
  color: #f38418;
  font-weight: 700;
  text-align: center;
  padding: 1.6rem 6rem;
}
.article-creation--text .price .--lg {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .article-creation {
    padding-top: 1.8rem;
    padding-left: 0;
    border-radius: 0;
    margin: 0;
  }
  .article-creation--img {
    width: 16.4rem;
    margin-right: 0.8rem;
  }
  .article-creation--text .heading {
    padding-top: 0;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 0.9rem;
  }
  .article-creation--text .price {
    border: 0.2rem solid #4d4d4d;
    box-shadow: 0.4rem 0.4rem 0 0 #fdd000;
    font-size: 1.156rem;
    padding: 0.5rem 2rem;
  }
  .article-creation--text .price .--lg {
    font-size: 1.541rem;
  }
}

.problem {
  height: calc((1061 / 1920) * 100vw);
  background: url(../img/bg_problem.webp) 0% 0%/100% auto no-repeat;
  padding-top: 6rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.problem--heading {
  text-align: center;
  font-size: 4rem;
  line-height: 2.3;
}
.problem--heading .--lg {
  font-size: 6rem;
}
.problem .bubble {
  position: absolute;
  background: url(../img/bubble_problem.webp) no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.6s ease;
  box-sizing: border-box;
  font-family: "ads-ikikoku", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  width: 45.9rem;
  height: 30.8rem;
}
.problem .bubble .--em {
  font-family: "ads-ikikoku", sans-serif;
  color: #f38418;
  font-weight: 700;
}
.problem .bubble.visible {
  opacity: 1;
}
.problem .bubble1 {
  width: 32.5rem;
  height: 21.8rem;
  top: 42.3rem;
  left: 7.6rem;
  padding: 5rem 0 0 6rem;
}
.problem .bubble2 {
  top: 34.8rem;
  left: 42.9rem;
  padding: 8.7rem 0 0 5rem;
}
.problem .bubble3 {
  top: 38.8rem;
  left: 93.9rem;
  padding: 8.7rem 0 0 7rem;
}
.problem .bubble4 {
  top: 37.8rem;
  left: 141.9rem;
  padding: 8.8rem 0 0 7.2rem;
}
@media screen and (max-width: 767px) {
  .problem {
    height: calc((485 / 390) * 100vw);
    background: url(../img/bg_problem_sp.webp) 0% 0%/100% auto no-repeat;
    padding-top: 1.5rem;
  }
  .problem--heading {
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .problem--heading .--lg {
    font-size: 2.2rem;
  }
  .problem .bubble {
    background: url(../img/bubble_problem_sp.webp) center/contain no-repeat;
    font-size: 1.635rem;
  }
  .problem .bubble1 {
    width: 17.1rem;
    height: 9.5rem;
    top: 10rem;
    left: 1rem;
    padding: 2.8rem 0 0 3.6rem;
  }
  .problem .bubble2 {
    width: 24.4rem;
    height: 13.5rem;
    top: 15.4rem;
    left: 13.2rem;
    padding: 5.5rem 0 0 2.4rem;
  }
  .problem .bubble3 {
    width: 20.6rem;
    height: 11.4rem;
    top: 27.4rem;
    left: 2rem;
    padding: 3.9rem 0 0 3rem;
  }
  .problem .bubble4 {
    width: 17.7rem;
    height: 9.8rem;
    top: 37rem;
    left: 18rem;
    padding: 3.6rem 0 0 3.3rem;
    font-size: 1.193rem;
  }
}

.case .section--heading {
  margin-bottom: 8rem;
}
.case .section--lead {
  margin-bottom: 6rem;
}
.case .slide {
  background: #FFF;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 7.7rem;
}
@media screen and (min-width: 768px) {
  .case.container {
    padding: 7.4rem 13.5rem 11.7rem 13rem;
  }
  .case .slideshow {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .case .slideshow .content--img {
    margin-bottom: 5.5rem;
    width: 44rem;
  }
  .case .slideshow .content--heading {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  .case .slideshow .content--text {
    width: 46rem;
    font-size: 2.5rem;
    line-height: calc(48 / 25);
  }
  .case .slideshow .content--text.--narrow {
    width: 44rem;
  }
  .case .slideshow .content .--em {
    font-size: 3.5rem;
    color: #f38418;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .case.container {
    padding: 3.4rem 0;
  }
  .case .section--heading {
    margin-bottom: 1.2rem;
  }
  .case .section--lead {
    margin-bottom: 5.5rem;
  }
  .case .slide {
    margin-bottom: 4.7rem;
    overflow: hidden;
  }
  .case .slideshow {
    display: flex;
    animation: loop-slide 20s infinite linear 1s both;
    align-items: center;
    width: 80.1rem;
  }
  .case .slideshow .content {
    width: 26.7rem;
    padding: 0 3rem;
  }
  .case .slideshow .content--img {
    margin-bottom: 3.1rem;
  }
  .case .slideshow .content--heading {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
  }
  .case .slideshow .content--text {
    font-size: 1.166rem;
  }
  .case .slideshow .content .--em {
    font-size: 1.633rem;
    color: #f38418;
  }
}
.case .btn a {
  display: block;
  text-decoration: none;
  position: relative;
  width: 54rem;
  padding: 3.4rem;
  margin: 0 auto;
  background: #448de4;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 1rem;
}
.case .btn a::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.9rem;
  height: calc(4.2rem / 2);
  width: 1.8rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  .case .btn a::after {
    right: 5.2rem;
    height: calc(2.3rem / 2);
    width: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .case .btn a {
    width: 28.5rem;
    padding: 1.8rem;
    font-size: 1.577rem;
  }
}

.reason {
  background: url(../img/bg_reason.webp) no-repeat 0% 0%/100% auto;
}
.reason.container {
  padding: 11rem 13rem 12.2rem;
}
.reason .section--heading {
  margin-bottom: 4.3rem;
}
.reason .section--lead {
  line-height: 2;
  margin-bottom: 4.6rem;
}
.reason .heading--secondary {
  position: relative;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border: solid 0.4rem #4e4d4e;
  display: block;
  margin: 0 1.6rem 4.2rem;
  padding: 1.4rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .reason .heading--wrapper {
    position: relative;
    display: block;
  }
  .reason .heading--wrapper::before, .reason .heading--wrapper::after {
    position: absolute;
    content: "";
    background: #f2c921;
    width: 5.8rem;
    height: 5.8rem;
    z-index: 1;
  }
  .reason .heading--wrapper::before {
    top: -1rem;
    left: 0.6rem;
  }
  .reason .heading--wrapper::after {
    bottom: -1rem;
    right: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .reason {
    background: url(../img/bg_reason_sp.webp) no-repeat 0% 0%/100% auto;
  }
  .reason.container {
    padding: 4.9rem 0 0;
  }
  .reason .section--heading {
    margin-bottom: 1.3rem;
    font-size: 2.8rem;
  }
  .reason .section--lead {
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
    text-align: left;
    line-height: 1.8;
  }
  .reason .heading--secondary {
    font-size: 1.289rem;
    border: none;
    border-top: solid 0.2rem #4e4d4e;
    border-bottom: solid 0.2rem #4e4d4e;
    margin: 0 0 2.8rem 0;
    padding: 0.4rem;
  }
}
.reason--list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .reason--list {
    justify-content: space-between;
    margin-bottom: 10.7rem;
  }
  .reason--list .item {
    width: 51.6rem;
  }
  .reason--list .item--img {
    margin-bottom: 1.4rem;
  }
  .reason--list .item--heading {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
  }
  .reason--list .item--text {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .reason--list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 3.6rem;
  }
  .reason--list .item {
    width: 19rem;
  }
  .reason--list .item--img {
    border-radius: 1rem;
    margin-bottom: 0.4rem;
  }
  .reason--list .item--heading {
    font-size: 1.474rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .reason--list .item--text {
    font-size: 1.105rem;
    margin-bottom: 1.8rem;
  }
}
.reason--bottom--heading {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.reason--bottom--box {
  width: 115.4rem;
  padding: 2.5rem;
  margin: auto;
  background: #c2e4fa;
  border-radius: 1rem;
  text-align: center;
  font-size: 4rem;
  line-height: calc(70/40);
}
@media screen and (max-width: 767px) {
  .reason--bottom--heading {
    font-size: 1.2rem;
    margin-bottom: 1.9rem;
  }
  .reason--bottom--box {
    width: 100%;
    font-size: 1.474rem;
    border-radius: 0;
    padding: 1rem 0;
  }
}

.feature {
  padding-top: 8.3rem;
  padding-bottom: 10.6rem;
}
.feature .section--heading {
  margin-bottom: 4.8rem;
}
.feature .section--lead {
  margin-bottom: 7.3rem;
}
.feature--list {
  width: 134rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.feature--list .item {
  width: 30.1rem;
  height: 36.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/bg_featureItem.webp) no-repeat 0% 0%/cover;
  padding-top: 3.4rem;
  margin-bottom: 5.6rem;
}
.feature--list .item--img {
  width: 13rem;
  margin-bottom: 1.4rem;
}
.feature--list .item--text {
  font-size: 3.377rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .feature--list .item:not(:nth-child(4), :nth-child(7)) {
    margin-right: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .feature {
    padding: 3.3rem 0 1.3rem;
  }
  .feature .section--heading {
    margin-bottom: 1.7rem;
  }
  .feature .section--lead {
    font-size: 1.5rem;
    margin-bottom: 2.8rem;
  }
  .feature--list {
    width: 29.3rem;
    justify-content: flex-start;
  }
  .feature--list .item {
    width: calc((100% - 2.1rem) / 2);
    height: 16.5rem;
    background: url(../img/bg_featureItem_sp.webp) no-repeat 0% 0%/cover;
    padding-top: 1.9rem;
    margin-bottom: 2.1rem;
  }
  .feature--list .item:nth-child(2n) {
    margin-left: 2.1rem;
  }
  .feature--list .item--img {
    width: 4.9rem;
    margin-bottom: 1rem;
  }
  .feature--list .item--text {
    font-size: 1.531rem;
  }
}

.form .container {
  background: #d1edfb;
  max-width: 158.7rem;
  width: 100%;
  margin: 0 auto 18rem;
  border-radius: 1rem;
  padding: 4.7rem 0 5.8rem;
}
.form--heading {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  width: 122.4rem;
  height: 8.2rem;
  line-height: 8.2rem;
  background: url(../img/ttl_form.webp) no-repeat 0% 0%/contain;
  margin: 0 auto 2rem;
}
.form--heading .--lg {
  font-size: 4.5rem;
}
.form--lead {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 5.8rem;
  text-align: center;
}
.form--wrapper {
  width: 100%;
  max-width: 107rem;
  margin-left: 20.5rem;
}
.form label {
  display: block;
  font-weight: bold;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel] {
  flex: 1;
  width: 100%;
  padding: 1.4rem;
  box-sizing: border-box;
  border: none;
  border-radius: 1rem;
  font-size: 3rem;
}
.form input[type=submit] {
  padding: 1.6rem 0;
  width: 36.9rem;
  margin-top: 1.4rem;
  margin-left: 39.5rem;
  background: #ff6600;
  color: white;
  border: none;
  border-radius: 1rem;
  font-size: 3rem;
  font-weight: 700;
  cursor: pointer;
}
.form input[type=submit]:hover {
  opacity: 0.8;
}
.form .form--row {
  display: flex;
  align-items: center;
  margin-bottom: 5.7rem;
}
.form .form--row label {
  width: 25.7rem;
  font-size: 3rem;
  font-weight: bold;
}
.form .required {
  color: #ff0000;
}
@media screen and (max-width: 767px) {
  .form .container {
    margin: 0 auto;
    border-radius: 0;
    padding: 1.7rem 1rem 2.5rem;
  }
  .form--heading {
    font-size: 1.549rem;
    width: 36.3rem;
    height: 3.9rem;
    line-height: 3.9rem;
    background: url(../img/ttl_form_sp.webp) no-repeat 0% 0%/contain;
    margin: 0 auto 0.6rem;
  }
  .form--heading .--lg {
    font-size: 1.549rem;
  }
  .form--lead {
    font-size: 1.2rem;
    margin-bottom: 1.8rem;
  }
  .form--wrapper {
    width: 33rem;
    margin: 0 auto;
  }
  .form input[type=text],
.form input[type=email],
.form input[type=tel] {
    padding: 0.4rem;
    font-size: 0.929rem;
  }
  .form input[type=submit] {
    margin: 3.4rem auto 0;
    padding: 0.9rem 0;
    width: 18.315rem;
    font-size: 1.488rem;
    display: block;
  }
  .form .form--row {
    margin-bottom: 1.8rem;
  }
  .form .form--row label {
    width: 8rem;
    font-size: 0.929rem;
  }
}

footer {
  padding-bottom: 6rem;
  text-align: center;
  background: #192b70;
  color: #FFF;
}
footer .container {
  max-width: 155rem;
}
footer .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.2rem;
}
footer .left {
  display: flex;
  align-items: center;
  margin-right: 13rem;
}
footer .left #logo {
  width: 14rem;
  margin-right: 1rem;
}
footer .left .lead {
  font-size: 2.4rem;
}
footer .right {
  flex: 1;
}
footer .right ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .right a {
  text-decoration: none;
  font-size: 2.1rem;
}
footer .right li.magazine a {
  background: url(../img/f_btn1.webp) no-repeat 0% 0%/contain;
  display: inline-block;
  width: 16rem;
  height: 14rem;
  text-indent: -9999px;
}
footer .right li.contact a {
  background: url(../img/f_btn2.webp) no-repeat 0% 0%/contain;
  display: inline-block;
  width: 16rem;
  height: 14rem;
  text-indent: -9999px;
}
footer .text {
  text-align: right;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 1.8rem 0;
  }
  footer .container {
    padding: 0 1.5rem;
  }
  footer .content {
    display: none;
  }
  footer .text {
    text-align: center;
    font-size: 1.35rem;
    line-height: 1.7;
  }
}

/*# sourceMappingURL=style.css.map */
