*,
*::before,
*::after {
  box-sizing: border-box;
}
@media only screen and (max-width: 52em) {
  *,
  *::before,
  *::after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

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

body {
  font-size: 1rem;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  line-break: strict;
}

*:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

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

figure,
img,
picture,
svg {
  display: block;
}

img,
picture,
svg {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 52em) {
  img,
  picture,
  svg {
    width: 100%;
  }
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

select {
  background: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-value {
  color: inherit;
  background: transparent;
}
select::-ms-expand {
  display: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 0;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  background: transparent;
  font: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

html {
  font-weight: 500;
  font-family: "M PLUS 1", sans-serif;
  color: #333;
}

@media only screen and (max-width: 52em) {
  .pc-only {
    display: none !important;
  }
}

@media only screen and (min-width: 52.0625em) {
  .sp-only {
    display: none !important;
  }
}

@media only screen and (max-width: 52em) {
  .new-about {
    overflow: hidden;
  }
}
.new-about .about-wrap {
  padding-top: min(136px, 136 / 1440 * var(--inner-width) * 1px);
  overflow: hidden;
}
@media only screen and (max-width: 52em) {
  .new-about .about-wrap {
    padding-top: calc(160 / 400 * var(--inner-width) * 1px);
  }
}
.new-about .about-contents + .about-contents {
  margin-top: min(96px, 96 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-about .about-contents + .about-contents {
    margin-top: calc(144 / 400 * var(--inner-width) * 1px);
  }
}
.new-about .about-contents img {
  width: min(592px, 592 / 1440 * var(--inner-width) * 1px);
  border-radius: min(56px, 56 / 1440 * var(--inner-width) * 1px);
  display: block;
}
@media only screen and (max-width: 52em) {
  .new-about .about-contents img {
    width: calc(360 / 400 * var(--inner-width) * 1px);
    height: calc(243 / 400 * var(--inner-width) * 1px);
    position: relative;
    left: calc(-60 / 400 * var(--inner-width) * 1px);
    border-radius: calc(28 / 400 * var(--inner-width) * 1px);
  }
}
.new-about .about-contents .about-block {
  width: min(896px, 896 / 1440 * var(--inner-width) * 1px);
  border-radius: min(56px, 56 / 1440 * var(--inner-width) * 1px);
  background: #fff;
  border: min(2px, 2 / 1440 * var(--inner-width) * 1px) solid #00a03f;
  padding: min(80px, 80 / 1440 * var(--inner-width) * 1px);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 52em) {
  .new-about .about-contents .about-block {
    width: calc(360 / 400 * var(--inner-width) * 1px);
    padding: calc(64 / 400 * var(--inner-width) * 1px) calc(40 / 400 * var(--inner-width) * 1px);
  }
}
.new-about .about-contents .about-block h3 {
  font-size: min(32px, 32 / 1440 * var(--inner-width) * 1px);
  font-weight: 700;
  margin-bottom: min(24px, 24 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-about .about-contents .about-block h3 {
    font-size: calc(24 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(16 / 400 * var(--inner-width) * 1px);
  }
}
.new-about .about-contents .about-block p {
  font-size: min(16px, 16 / 1440 * var(--inner-width) * 1px);
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 52em) {
  .new-about .about-contents .about-block p {
    font-size: calc(16 / 400 * var(--inner-width) * 1px);
  }
}
.new-about .about-contents .about-block p + p {
  margin-top: 1em;
}
.new-about .about-contents .about-block::after {
  display: block;
  content: "";
  width: min(124px, 124 / 1440 * var(--inner-width) * 1px);
  height: min(160px, 160 / 1440 * var(--inner-width) * 1px);
  position: absolute;
  top: max(-80px, -80 / 1440 * var(--inner-width) * 1px);
  right: min(40px, 40 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-about .about-contents .about-block::after {
    width: calc(124 / 400 * var(--inner-width) * 1px);
    height: calc(160 / 400 * var(--inner-width) * 1px);
    top: calc(-120 / 400 * var(--inner-width) * 1px);
    right: calc(36 / 400 * var(--inner-width) * 1px);
  }
}
.new-about .about-contents.about01 .about-block::after {
  background: url(../img/about/about-icon01.png) no-repeat center center/contain;
}
.new-about .about-contents.about01 .about-block {
  margin-left: auto;
  margin-top: max(-200px, -200 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-about .about-contents.about01 .about-block {
    margin-top: calc(-40 / 400 * var(--inner-width) * 1px);
  }
}
.new-about .about-contents.about01::before {
  display: block;
  content: "";
  background: url(../img/about/road-1.png) no-repeat center center/cover;
  width: min(840px, 840 / 1440 * var(--inner-width) * 1px);
  height: min(176px, 176 / 1440 * var(--inner-width) * 1px);
  position: absolute;
  right: max(-600px, -600 / 1440 * var(--inner-width) * 1px);
  top: min(30px, 30 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-about .about-contents.about01::before {
    background: url(../img/about/road-1-sp.png) no-repeat center center/cover;
    width: calc(180 / 400 * var(--inner-width) * 1px);
    height: calc(100 / 400 * var(--inner-width) * 1px);
    right: 0;
    top: calc(-100 / 400 * var(--inner-width) * 1px);
  }
}
.new-about .about-contents.about02 {
  padding-bottom: min(200px, 200 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-about .about-contents.about02 {
    padding-bottom: calc(80 / 400 * var(--inner-width) * 1px);
  }
}
.new-about .about-contents.about02 .about-block::after {
  background: url(../img/about/about-icon02.png) no-repeat center center/contain;
}
.new-about .about-contents.about02 img {
  margin-left: auto;
}
@media only screen and (max-width: 52em) {
  .new-about .about-contents.about02 img {
    right: calc(-60 / 400 * var(--inner-width) * 1px);
    left: unset;
  }
}
.new-about .about-contents.about02 .about-block {
  margin-top: max(-200px, -200 / 1440 * var(--inner-width) * 1px);
}
.new-about .about-contents.about02::before {
  display: block;
  content: "";
  background: url(../img/about/road-2.png) no-repeat center center/cover;
  width: min(840px, 840 / 1440 * var(--inner-width) * 1px);
  height: min(176px, 176 / 1440 * var(--inner-width) * 1px);
  position: absolute;
  left: max(-600px, -600 / 1440 * var(--inner-width) * 1px);
  top: min(30px, 30 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-about .about-contents.about02::before {
    background: url(../img/about/road-2-sp.png) no-repeat center center/cover;
    width: calc(180 / 400 * var(--inner-width) * 1px);
    height: calc(100 / 400 * var(--inner-width) * 1px);
    left: 0;
    top: calc(-100 / 400 * var(--inner-width) * 1px);
  }
}
.new-about .about-contents.about02::after {
  display: block;
  content: "";
  background: url(../img/about/road-3.png) no-repeat center center/cover;
  width: min(80px, 80 / 1440 * var(--inner-width) * 1px);
  height: min(200px, 200 / 1440 * var(--inner-width) * 1px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 52em) {
  .new-about .about-contents.about02::after {
    width: calc(40 / 400 * var(--inner-width) * 1px);
    height: calc(80 / 400 * var(--inner-width) * 1px);
  }
}
.new-about .about-solution {
  margin-top: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  padding-bottom: min(280px, 280 / 1440 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 52em) {
  .new-about .about-solution {
    margin-top: calc(20 / 400 * var(--inner-width) * 1px);
  }
}
.new-about .about-solution::after {
  display: block;
  content: "";
  background: url(../img/about/road-4.png) no-repeat center center/cover;
  width: min(920px, 920 / 1440 * var(--inner-width) * 1px);
  height: min(280px, 280 / 1440 * var(--inner-width) * 1px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 52em) {
  .new-about .about-solution::after {
    background: url(../img/about/road-3.png) no-repeat center center/cover;
    width: calc(40 / 400 * var(--inner-width) * 1px);
    height: calc(80 / 400 * var(--inner-width) * 1px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
}
.new-about .about-solution h2 {
  text-align: center;
  font-size: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  font-weight: 700;
  margin-bottom: min(40px, 40 / 1440 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 52em) {
  .new-about .about-solution h2 {
    font-size: calc(32 / 400 * var(--inner-width) * 1px);
    padding-bottom: calc(106 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(20 / 400 * var(--inner-width) * 1px);
  }
  .new-about .about-solution h2::after {
    display: block;
    content: "";
    background: url(../img/about/road-3.png) no-repeat center center/cover;
    width: calc(40 / 400 * var(--inner-width) * 1px);
    height: calc(80 / 400 * var(--inner-width) * 1px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
}
.new-about .about-solution h2 span {
  color: #00a03f;
}
.new-about .about-solution .solution-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media only screen and (max-width: 52em) {
  .new-about .about-solution .solution-inner {
    flex-direction: column;
    align-items: center;
  }
}
.new-about .about-solution .solution-contents {
  width: min(360px, 360 / 1440 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 52em) {
  .new-about .about-solution .solution-contents {
    width: calc(360 / 400 * var(--inner-width) * 1px);
    padding-bottom: calc(112 / 400 * var(--inner-width) * 1px);
  }
  .new-about .about-solution .solution-contents::after {
    display: block;
    content: "";
    background: url(../img/about/road-3.png) no-repeat center center/cover;
    width: calc(40 / 400 * var(--inner-width) * 1px);
    height: calc(80 / 400 * var(--inner-width) * 1px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(20 / 400 * var(--inner-width) * 1px);
    margin: 0 auto;
  }
  .new-about .about-solution .solution-contents:last-child {
    padding-bottom: calc(20 / 400 * var(--inner-width) * 1px);
  }
  .new-about .about-solution .solution-contents:last-child::after {
    display: none;
  }
}
.new-about .about-solution .solution-contents h3 {
  text-align: center;
  font-size: min(32px, 32 / 1440 * var(--inner-width) * 1px);
  font-weight: 700;
  margin-bottom: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  position: relative;
}
@media only screen and (max-width: 52em) {
  .new-about .about-solution .solution-contents h3 {
    font-size: calc(32 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(40 / 400 * var(--inner-width) * 1px);
  }
}
.new-about .about-solution .solution-contents h3 span {
  color: #00a03f;
}
.new-about .about-solution .solution-contents h4 {
  text-align: center;
  font-size: min(20px, 20 / 1440 * var(--inner-width) * 1px);
  font-weight: 700;
  margin-bottom: min(24px, 24 / 1440 * var(--inner-width) * 1px);
  margin-top: max(-60px, -60 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-about .about-solution .solution-contents h4 {
    font-size: calc(20 / 400 * var(--inner-width) * 1px);
    margin-top: calc(-60 / 400 * var(--inner-width) * 1px);
    margin-bottom: calc(24 / 400 * var(--inner-width) * 1px);
  }
}
.new-about .about-solution .solution-contents p {
  font-size: min(14px, 14 / 1440 * var(--inner-width) * 1px);
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 52em) {
  .new-about .about-solution .solution-contents p {
    font-size: calc(14 / 400 * var(--inner-width) * 1px);
  }
}
.new-about .about-solution .solution-img {
  width: 100%;
  height: min(320px, 320 / 1440 * var(--inner-width) * 1px);
  background: url(../img/about/solution-base.png) no-repeat center center/cover;
  position: relative;
}
@media only screen and (max-width: 52em) {
  .new-about .about-solution .solution-img {
    width: calc(357 / 400 * var(--inner-width) * 1px);
    height: calc(304 / 400 * var(--inner-width) * 1px);
  }
}
.new-about .about-solution img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.new-about .about-copy {
  width: min(1200px, 1200 / 1440 * var(--inner-width) * 1px);
  height: min(440px, 440 / 1440 * var(--inner-width) * 1px);
  border-radius: min(56px, 56 / 1440 * var(--inner-width) * 1px);
  background: url(../img/about/img03.jpg) no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media only screen and (max-width: 52em) {
  .new-about .about-copy {
    background: url(../img/about/img03-sp.jpg) no-repeat center center/cover;
    width: calc(400 / 400 * var(--inner-width) * 1px);
    height: calc(400 / 400 * var(--inner-width) * 1px);
    border-radius: 0;
  }
}
.new-about .about-copy h2 {
  font-size: min(32px, 32 / 1440 * var(--inner-width) * 1px);
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(16px, 16 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-about .about-copy h2 {
    font-size: calc(24 / 400 * var(--inner-width) * 1px);
    gap: calc(8 / 400 * var(--inner-width) * 1px);
  }
}
.new-about .about-copy h2 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: min(8px, 8 / 1440 * var(--inner-width) * 1px);
  height: min(64px, 64 / 1440 * var(--inner-width) * 1px);
  padding: 0 min(20px, 20 / 1440 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 52em) {
  .new-about .about-copy h2 span {
    border-radius: calc(8 / 400 * var(--inner-width) * 1px);
    height: calc(48 / 400 * var(--inner-width) * 1px);
    padding: 0 calc(16 / 400 * var(--inner-width) * 1px);
  }
}/*# sourceMappingURL=about.css.map */