@charset 'utf-8';

body {
  font-family: "Noto Sans CJK JP", sans-serif;
}

header {
  width: 100%;
  height: 70px;
  padding-top: 17px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999999;
}

.shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.main-logo img {
  width: 48px;
  height: 33px;
  margin-right: 8px;
}
.sm-menu {
  flex-direction: row;
  align-items: center;
}
.sm-menu p {
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.01em;
  line-height: 44px;
  text-align: left;
  color: #000;
}
.sm-menu p span {
  font-size: 16px;
}
.inner {
  width: 90%;
  margin: 0 auto;
}
#pc-nav {
  display: none;
}
div.top-img {
  /* background-image: url(/img/JPG/top-img.jpg);
  background-size: 1176px 661px;
  background-repeat: no-repeat;
  background-position: center; */
  /* height: 643px; */
  padding-top: 35px;
  position: relative;
  border-bottom: 24px solid rgba(86, 138, 199, 0.6);
  overflow: hidden;
  margin-top: 69px;
}
div.top-img::before {
  content: url(../img/JPG/top-img.jpg);
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
}
div.top-img::after {
  content: "";
  background: #568ac7;
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* div.top-img::before {
  content: "";
  background: #568ac7;
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
.top-text {
  position: relative;
  z-index: 10;
}
h1 {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 46px;
  text-align: left;
  color: #fff;
  margin-bottom: 27px;
}
.top-copy {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  margin-bottom: 76px;
}
.header-toiawase-button {
  display: none;
}
.toiawase-button {
  position: static;
  max-width: 321px;
  width: 90%;
  height: 86px;
  background: #72cece;
  display: block;
  filter: drop-shadow(0px 0px 12px rgba(86, 138, 199, 0.75));
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.01em;
  line-height: 86px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  margin: 0 auto 25px;
}
.toiawase-button::before {
  content: url(../img/SVG/mail_icon.svg);
  margin-right: 3px;
  vertical-align: middle;
}
a:hover {
  color: #568ac7;
}
a.toiawase-button:hover,
a.header-toiawase-button:hover {
  background: #fff;
  box-shadow: 0px 0px 12px rgba(114, 206, 206, 0.7);
  color: #72cece;
}
a.toiawase-button:hover::before {
  content: url(../img/SVG/mail_icon_hover.svg);
  margin-right: 3px;
  vertical-align: middle;
}

section.service {
  background: #cdf0f0;
  padding-bottom: 9px;
}
.service-container,
.kaitori-list-container,
.suguumeru-container,
.flow-container,
.company-container,
.toiawase-container,
.footer-container {
  padding-top: 70px;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: -30px;
}
.toiawase-container {
  padding-bottom: 40px;
}

h2,
h3 {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.03em;
  line-height: 46px;
  text-align: left;
  color: #568ac7;
  margin-bottom: 26px;
}
h2 span,
h3 span {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 20px;
  text-align: left;
  color: #568ac7;
  display: block;
}

h3,
h3 span {
  text-align: center;
}

.service .copy {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 28px;
  text-align: left;
  color: #000;
  margin-bottom: 22px;
}
.service-list li {
  width: 337px;
  height: 337px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
}
.service-list li.isetsu,
.service-list li.hanbai {
  padding: 0 24px;
}
.service-list li span {
  font-weight: 500;
  font-size: 28px;
  line-height: 50px;
  padding-left: 17px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 10px 0px;
  background: #568ac7;
  position: absolute;
  top: 0;
  left: 0;
}
.service-list li p {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 23px;
  text-align: left;
  color: #000;
}
.service-list li.kaitori a,
.service-list li.syuuri a {
  display: block;

  padding: 0 24px;
}
.service-list li.kaitori a:hover,
.service-list li.syuuri a:hover {
  opacity: 0.7;
}
.kaitori img {
  margin: 26px 0 10px;
  width: 82px;
  height: auto;
}
.isetsu img {
  margin: 39px 0 28px;
  width: 110px;
  height: auto;
}
.hanbai img {
  margin: 46px 0 29px;
  width: 96px;
  height: auto;
}
.syuuri img {
  margin: 28px 0 18px;
  width: 92px;
  height: auto;
}

h4 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 28px;
  text-align: center;
  color: #568ac7;
  margin-bottom: 9px;
}
.kaitori-list-container ul {
  flex-direction: column;
  align-items: center;
}
.kaitori-list ul li img {
  width: 337px;
  height: 255px;
  margin-bottom: 20px;
}
.kaitori-list ul li:last-child img {
  margin-bottom: 40px;
}
section.suguumeru {
  height: auto;
  background: #fcfac3;
  padding-bottom: 60px;
}
h3.sugu-logo {
  color: #f79f15;
}
.sugu-logo span {
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.08em;
  line-height: 28px;
  text-align: center;
  color: #568ac7;
  margin-bottom: 6px;
}
img.tokkyo-icon {
  margin-right: 14px;
}
.sugu-tokkyo p {
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.01em;
  line-height: 37px;
  text-align: left;
  color: #568ac7;
}
.sugu-tokkyo + p {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 14px;
  letter-spacing: 0.01em;
  line-height: 24px;
  text-align: center;
  color: #000;
}
.flex {
  display: flex;
}
.sugu-tokkyo {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 15px;
  align-items: center;
}
span.marker {
  display: inline-block;
  background: linear-gradient(transparent 60%, #cdf0f0 0%);
}
.before {
  width: 301px;
  height: 160px;
  border-radius: 8px;
  background: #fff;
  border: 2px solid #568ac7;
  padding-top: 7px;
  position: relative;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
.after {
  width: 301px;
  height: 344px;
  padding-top: 7px;
  border-radius: 8px;
  background: #fff;
  border: 2px solid #fcaa28;
  flex-direction: column;
  align-items: center;
}
.before p,
.after p {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 4px;
  letter-spacing: 0.01em;
  line-height: 32px;
  text-align: center;
}
.before p {
  color: #568ac7;
}
.after p {
  color: #f79f15;
}
.before-img {
  flex-direction: row;
}
.before-after img {
  width: 132px;
  height: 99px;
  object-fit: cover;
}
.after-img {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.after-img img {
  margin-bottom: 9px;
}
.after-img img.sokutei {
  width: 132px;
  height: 176px;
  border-radius: 8.5px;
}
.after-img p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 24px;
  text-align: left;
  color: #f79f15;
  width: 132px;
  margin-left: 8px;
}
.before-img img:nth-child(odd),
.after-img img:nth-child(odd) {
  margin-right: 8px;
}
.before::after {
  content: "";
  background-image: url(../img/SVG/arrow_sp.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  transform: translateX(-50%);
  bottom: -25px;
  left: 50%;
  width: 73px;
  height: 34px;
}
.before-after {
  flex-direction: column;
  align-items: center;
  margin-bottom: 22px;
}
.tokucho h5 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.01em;
  line-height: 32px;
  text-align: center;
  color: #568ac7;
  margin-bottom: 11px;
}
.tokucho h6 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.01em;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 6px;
}
.tokucho div {
  width: 301px;
  height: 120px;
  padding-top: 12px;
  border-radius: 8px;
  background: #568ac7;
  margin-bottom: 10px;
}
.tokucho div p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 22px;
  text-align: center;
  color: #fff;
}
.tokucho div p.annotation {
  font-size: 14px;
  line-height: 18px;
}
.flow {
  height: 770px;
  background: url(../img/JPG/tokucho-top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.flow::before {
  content: "";
  width: 100%;
  height: 770px;
  background-color: #568ac7;
  opacity: 0.65;
  position: absolute;
}
.flow h3 {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.03em;
  line-height: 36px;
  text-align: center;
  color: #fff;
  margin-bottom: 28px;
}
.flow h3 span {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 3;
  text-align: center;
  color: #fff;
}
ol.flow-list {
  flex-direction: column;
  align-items: center;
}
ol.flow-list li {
  background-image: url(../img/SVG/flow.svg);
  width: 183px;
  height: 111px;
  padding-top: 32px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 27px;
  text-align: center;
  color: #000;
}
ol.flow-list li:last-child {
  height: 91px;
  padding-top: 31px;
  background-image: none;
  background-color: #fff;
}
section.company h2 {
  margin-bottom: 40px;
}
section.company p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 28px;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}
table.company-table {
  width: 100%;
}
table,
td,
th {
  border: 1px solid #c6c6c6;
}
td,
th {
  padding-top: 8px;
  padding-bottom: 11px;
  padding-left: 10px;
}
td {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 24px;
  text-align: left;
  color: #000;
}
th {
  padding-top: 8px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #000;
  line-height: 24px;
  width: 26%;
  min-width: 89px;
}
section.toiawase p.toiawase-text {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 26px;
  text-align: center;
  color: #000;
  margin-bottom: 24px;
}

p.sp-num {
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.01em;
  line-height: 20px;
  text-align: center;
  color: #568ac7;
  margin-bottom: 24px;
}
p.sp-num span {
  font-size: 14px;
  line-height: 17px;
  color: #568ac7;
  display: inline-block;
  text-align: left;
}
p.tel-num {
  font-weight: 500;
  font-size: 31px;
  letter-spacing: 0.01em;
  line-height: 15px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
p.tel-num span {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 13px;
  text-align: left;
  color: #000;
  display: inline-block;
}
footer {
  height: 480px;
  background: #a6bac9;
  color: #fff;
}
footer .footer-company-name {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.01em;
  line-height: 24px;
  text-align: left;
  color: #fff;
}
.company-info p {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 23px;
  text-align: left;
  color: #fff;
}
.info-text {
  margin-bottom: 20px;
}
.map {
  width: 337px;
  height: 212px;
  overflow: hidden;
  margin-bottom: 22px;
}
.map iframe {
  width: 100%;
  height: 600px;
  margin-top: -180px;
}
.footer-menu {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 20px;
  text-align: center;
  color: #fff;
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #fff;
}
.copyright {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.pc-sugu-tokkyo,
.pc-sugu-top,
.pc {
  display: none;
}

/* 550px以上 */

@media screen and (min-width: 790px) {
  .inner {
    width: 88%;
    /* min-width: 1128px; */
  }
  div.top-img::before {
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.3);
  }
}
@media screen and (min-width: 850px) {
  header {
    height: 90px;
    padding-top: 24px;
  }
  header .inner,
  .top-text.inner,
  .service-container.inner,
  .company-container {
    min-width: 1183px;
    width: 100%;
    margin: 0 auto;
    padding-right: 4%;
    padding-left: 4%;
  }
  div.top-img {
    height: 710px;
    overflow: hidden;
    margin-top: 89px;
    border-bottom: 30px solid rgba(86, 138, 199, 0.6);
  }
  div.top-img::before {
    top: 33%;
    left: 60%;
    transform: translate(-50%, -50%) scale(1.9);
  }
  .main-logo img {
    width: 64px;
    height: 44px;
    margin-right: 14px;
  }
  .sm-menu p span {
    font-size: 19px;
  }
  .sm-menu p {
    font-size: 26px;
  }
  .openbtn {
    display: none;
  }
  #pc-nav {
    display: block;
  }
  #pc-nav ul {
    border-left: 1px solid #a6bac9;
    height: 29px;
    margin-left: 50px;
    padding-left: 55px;
  }
  #pc-nav ul li {
    display: inline-block;
    line-height: 29px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #000;
    margin-right: 55px;
  }
  #pc-nav ul li:last-child {
    margin-right: 0;
  }
  .header-toiawase-button {
    width: 301px;
    height: 48px;
    border-radius: 24px;
    background: #72cece;
    box-shadow: 0px 0px 12px rgba(114, 206, 206, 0.7);
    margin-left: auto;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.01em;
    line-height: 48px;
    text-align: center;
    color: #fff;
    display: block;
  }
  .header-toiawase-button::before {
    content: "";
    background-image: url("../img/SVG/mail_icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 11px;
    vertical-align: middle;
    width: 28px;
    height: 24px;
    display: inline-block;
  }
  a.header-toiawase-button:hover::before {
    content: "";
    background-image: url("../img/SVG/mail_icon_hover.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 11px;
    vertical-align: middle;
    width: 28px;
    height: 24px;
    display: inline-block;
  }

  h1 {
    font-size: 43px;
    line-height: 74px;
    margin-bottom: 48px;
  }
  div.top-img {
    /* height: 643px; */
    padding-top: 60px;
  }
  .top-copy {
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 46px;
  }
  .top-text .toiawase-button {
    display: none;
  }
  h2 {
    font-size: 38px;
    letter-spacing: 0.03em;
    line-height: 64px;
    text-align: left;
    margin-bottom: 32px;
  }
  section.service {
    height: 100%;
    padding-bottom: 47px;
  }
  .service-container,
  .kaitori-list-container,
  .company-container {
    padding-top: 100px;
  }
  .kaitori-list-container {
    padding-bottom: 27px;
  }
  .service .copy {
    font-size: 19px;
    line-height: 40px;
    margin-bottom: 44px;
  }
  .service-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 800px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .service-list li {
    width: 380px;
    height: 380px;
    margin: 0 0 30px 0;
  }
  .service-list li.isetsu,
  .service-list li.hanbai {
    padding: 0 30px;
  }
  .service-list li.kaitori a,
  .service-list li.syuuri a {
    padding: 0 30px;
  }
  .service-list li span {
    width: 56px;
    height: 56px;
    font-size: 31px;
  }
  h2 span,
  h3 span {
    font-size: 19px;
    letter-spacing: 0.2em;
    color: #568ac7;
  }
  h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .service-list li p {
    font-size: 16px;
    line-height: 26px;
  }
  .kaitori img {
    margin: 30px 0 12px;
    width: 89px;
    height: auto;
  }
  .isetsu img {
    margin: 43px 0 28px;
    width: 124px;
    height: auto;
  }
  .hanbai img {
    margin: 55px 0 30px;
    width: 100px;
    height: auto;
  }
  .syuuri img {
    margin: 29px 0 18px;
    width: 104px;
    height: auto;
  }
  h3 {
    margin-bottom: 49px;
    font-size: 38px;
    line-height: 64px;
    text-align: center;
    color: #568ac7;
  }
  .kaitori-list ul li img {
    width: 346px;
    height: 263px;
    object-fit: cover;
    margin-bottom: 50px;
  }
  .kaitori-list-container ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1128px;
    margin: 0 auto;
  }
  .suguumeru-container {
    flex-direction: row;
    align-items: flex-start;
    width: 1128px;
  }
  .sugu-top {
    display: none;
  }
  .sugu-tokkyo {
    display: none;
  }
  .pc-sugu-top {
    display: block;
    width: 315px;
    margin-right: 26px;
  }
  .pc-sugu-tokkyo {
    display: block;
  }
  .sugu-tokkyo-text {
    display: none;
  }

  .sugu-logo span {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 12px;
  }
  h3.sugu-logo {
    width: 314px;
    padding-bottom: 20px;
    border-bottom: solid 1px #568ac7;
    margin-bottom: 30px;
  }
  .pc-sugu-tokkyo {
    flex-direction: row;
    display: flex;
    align-items: flex-start;
  }
  .pc-sugu-tokkyo div {
    width: 198px;
  }
  img.tokkyo-icon {
    margin-right: 10px;
  }
  .pc-sugu-tokkyo p {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.01em;
    line-height: 37px;
    text-align: left;
    color: #568ac7;
    margin-bottom: 17px;
  }
  p.pc-sugu-tokkyo-text {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 28px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
  }
  .before-after {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .before {
    flex-direction: column;
  }
  .before-img {
    flex-direction: column;
  }
  .before {
    width: 166px;
    height: 287px;
    background: #fff;
    border: 2px solid #568ac7;
    padding-top: 11px;
    margin-right: 16px;
    margin-bottom: 0;
  }
  .before-img img:nth-child(odd),
  .after-img img:nth-child(odd) {
    margin-right: 0;
  }
  .before-after img {
    margin: 0 0 11px 0;
  }
  .before p,
  .after p {
    margin-bottom: 14px;
  }
  .before::after {
    content: "";
    background-image: url(../img/SVG/arrow_pc.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 96%;
    width: 41px;
    height: 73px;
  }
  .after {
    width: 285px;
    height: 287px;
    background: #fff;
    border: 2px solid #fcaa28;
    padding-top: 11px;
    margin-right: 20px;
  }
  .after-img {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 220px;
    width: 251px;
  }
  .after-img p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 20px;
    text-align: center;
    color: #f79f15;
    margin-left: 0;
  }
  .after-img img.sokutei {
    width: 110px;
    height: 145px;
  }
  .after-img img,
  .after-img img:first-child {
    margin-right: 9px;
  }
  .suguumeru-container {
    padding-top: 90px;
  }
  section.suguumeru {
    background: #fcfac3;
    padding-right: 3%;
    padding-left: 3%;
  }
  .tokucho h5 {
    line-height: 1.15;
  }
  .tokucho div:last-child {
    margin-bottom: 0;
  }
  ol.flow-list {
    flex-direction: row;
    align-items: center;
  }
  ol.flow-list li {
    width: 180px;
    height: 128px;
    background-image: url("../img/SVG/flow_pc.svg");
    padding-top: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 0.03em;
    line-height: 128px;
    text-align: left;
    padding-left: 35px;
    color: #000;
    margin-right: 6px;
  }
  ol.flow-list li:last-child {
    height: 128px;
    width: 166px;
    padding-top: 0;
    background-image: none;
    background-color: #fff;
  }
  .flow-container.flex {
    flex-direction: row;
    width: 1180px;
    margin: 0 auto;
    padding-top: 86px;
  }
  .flow-container h3 {
    /* width: 230px; */
    height: 130px;
    font-weight: bold;
    font-size: 31px;
    letter-spacing: 0.03em;
    line-height: 46px;
    text-align: center;
    color: #fff;
    margin-right: 40px;
    margin-bottom: 0;
  }
  .flow h3 span {
    font-size: 19px;
  }
  .flow {
    height: 300px;
  }
  .flow::before {
    height: 300px;
  }
  section.company p {
    font-size: 19px;
    line-height: 40px;
    text-align: left;
    color: #000;
    margin-bottom: 44px;
  }
  td {
    font-size: 19px;
    line-height: 33px;
    padding-left: 31px;
    color: #000;
    vertical-align: middle;
  }
  th {
    font-size: 19px;
    line-height: 46px;
  }
  td,
  th {
    padding-top: 11px;
    padding-bottom: 15px;
  }
  .toiawase-container {
    padding-top: 80px;
  }
  .toiawase-container h3 {
    margin-bottom: 32px;
  }
  section.toiawase p.toiawase-text {
    font-size: 19px;
    line-height: 40px;
    margin-bottom: 29px;
  }
  .toiawase-container {
    padding-bottom: 54px;
  }
  .company-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 53px;
  }
  .footer-container.inner {
    width: 880px;
    margin: 0 auto;
  }
  footer .footer-company-name {
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 27px;
  }
  .company-info p {
    font-size: 20px;
    line-height: 40px;
  }
  .info-text {
    margin-bottom: 0px;
  }
  .map {
    margin-bottom: 0px;
  }
  .pc-footer-menu {
    display: block;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 20px;
    text-align: center;
    color: #fff;
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px #fff;
  }
  .pc-footer-menu li {
    display: inline-block;
    margin-right: 50px;
  }
  .pc-footer-menu li:last-child {
    margin-right: 0px;
  }
  .sp {
    display: none;
  }
  .copyright {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  div.top-img::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2);
  }
}
