*,
::before,
::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
p,
ul,
ol,
dt,
dd {
  display: block;
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
}
a.u-link__underline {
  text-decoration: underline;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

* {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.mt-main-index {
  padding-top: 0 !important;
}

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  background: #fff;
  color: #222222;
  letter-spacing: 0em;
}
body h1,
body h2,
body h3 {
  font-family: "Noto Sans JP", sans-serif;
}
body .dInlineBlock {
  display: inline-block;
}
#header {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  position: fixed;
  z-index: 999;
}
#header .headerInner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .headerbtn a {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vh;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
#header .headerbtn a span {
  display: inline-block;
}
#header .headerbtn a.corporate {
  background: #fff;
  color: #222222;
  filter: drop-shadow(0px 0px 3px rgba(150, 164, 169, 0.5));
}
#header .headerbtn a.corporate img {
  aspect-ratio: 1/1;
  height: auto;
}
#header .headerbtn a.contact {
  background: #1c2c43;
  color: #fff;
}
#header .headerbtn a.contact img {
  aspect-ratio: 23/17;
  height: auto;
}
#header #menuBtn {
  position: fixed;
  background: #47a5e5;
  border: 1px solid #fff;
  color: #fff;
  z-index: 999;
  cursor: pointer;
}
#header #menuBtn span {
  display: block;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: 0.4s;
  z-index: 2;
}
#header #globalMenu {
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  z-index: 998;
  background-color: #47a5e5;
}
#header #globalMenu.active {
  opacity: 1;
  visibility: visible;
}
#header #globalMenu .menuList {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin-inline: auto;
}
#header #globalMenu .menuList li {
  position: relative;
}
#header #globalMenu .menuList li:before {
  content: "0" counter(mycounter);
  position: absolute;
  z-index: 2;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}
#header #globalMenu .menuList a {
  font-weight: 500;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
#header #globalMenu .iconList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .subTitle {
  font-weight: 700;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.1;
}
#footer .mainTitle {
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-feature-settings: "palt";
}
#footer .contactContainer .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer .contactContainer .wrap .icon {
  border: 1px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  height: auto;
}
#footer .contactContainer .wrap .icon .iconTel {
  aspect-ratio: 33/40;
  height: auto;
}
#footer .contactContainer .wrap .icon .iconMail {
  aspect-ratio: 38/27;
  height: auto;
}
#footer .contactContainer .wrap .title {
  color: #fff;
}
#footer .contactContainer .wrap .tel {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: flex;
}
#footer .contactContainer .wrap .tel .rightSide {
  font-weight: 400;
}
#footer .contactContainer .wrap .tel .rightSide a {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.06em;
}
#footer .contactContainer .wrap .formBtn {
  background: #fff;
  border-radius: 100vh;
  position: relative;
}
#footer .contactContainer .wrap .formBtn a {
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-weight: 500;
}
#footer .contactContainer .wrap .formBtn a:before {
  content: "";
  position: absolute;
  background: url(../images/sales-agent/arrow_black.svg) no-repeat center center/contain;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  aspect-ratio: 17/13;
  height: auto;
}
#footer .copy {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #fff;
}

.listCol3 > .listItem {
  position: relative;
}
.listCol3 > .listItem:before {
  content: "";
  position: absolute;
  z-index: 1;
  line-height: 1;
}
.listCol3 > .listItem:nth-of-type(1):before {
  background: url(../images/sales-agent/point01.png) no-repeat center center/contain;
}
.listCol3 > .listItem:nth-of-type(2):before {
  background: url(../images/sales-agent/point02.png) no-repeat center center/contain;
}
.listCol3 > .listItem:nth-of-type(3):before {
  background: url(../images/sales-agent/point03.png) no-repeat center center/contain;
}
.listCol3 > .listItem .img {
  position: relative;
  overflow: hidden;
}
.listCol3 > .listItem .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listCol3 > .listItem .text {
  letter-spacing: -0.05em;
}
.listCol3.wide > .listItem:before {
  content: "";
  position: absolute;
  background: none;
  z-index: 1;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  line-height: 1;
}
.listCol3.wide > .listItem:nth-of-type(1):before {
  content: "01";
}
.listCol3.wide > .listItem:nth-of-type(2):before {
  content: "02";
}
.listCol3.wide > .listItem:nth-of-type(3):before {
  content: "03";
}
.listCol4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.listCol4 > .listItem {
  background: #47a5e5;
  color: #fff;
}
.listCol4 > .listItem .pointNum {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.listCol4 > .listItem .pointNum span {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}
.listCol4 > .listItem .title {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.listCol4 > .listItem .title + * {
  letter-spacing: -0.05em;
}

ul.commonList > li {
  position: relative;
  letter-spacing: -0.05em;
}
ul.commonList > li:before {
  content: "";
  position: absolute;
  background: #47a5e5;
  border-radius: 50%;
  transform: translateY(-50%);
}
ol.commonList {
  counter-reset: number 0;
}
ol.commonList > li {
  padding-left: 1.5em;
  position: relative;
  letter-spacing: -0.05em;
}
ol.commonList > li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #47a5e5;
  position: absolute;
  left: 0;
  z-index: 2;
}
ol.commonList > li:nth-child(n+10):before {
  content: counter(number) ".";
}

#bukkenList > li:nth-child(n+7) {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#bukkenList > li.show {
  display: block !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}
#bukkenList > li a,
#bukkenList > li span {
  display: block;
  color: #222222;
}
#bukkenList > li a .img,
#bukkenList > li span .img {
  width: 100%;
  box-shadow: 0px 0px 4px rgba(150, 164, 169, 0.4);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#bukkenList > li a .img img,
#bukkenList > li span .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#bukkenList > li a .img .tag,
#bukkenList > li span .img .tag {
  width: 60px;
  height: 60px;
  font-size: 19px;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
#bukkenList > li a .img .tag.new,
#bukkenList > li span .img .tag.new {
  background-color: #d81418;
}
#bukkenList > li a .img .tag.sold,
#bukkenList > li span .img .tag.sold {
  background-color: #000;
}
#bukkenList > li a .img .comment,
#bukkenList > li span .img .comment {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  bottom: 0;
  left: 0;
}
#bukkenList > li a .spec .name,
#bukkenList > li span .spec .name {
  text-align: center;
  font-size: 16px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  font-weight: 700;
}
#bukkenList > li a .spec dl,
#bukkenList > li span .spec dl {
  display: flex;
}
#bukkenList > li a .spec dl + dl,
#bukkenList > li span .spec dl + dl {
  margin-top: 10px;
}
#bukkenList > li a .spec dl dt,
#bukkenList > li span .spec dl dt {
  color: #888;
}
#bukkenList > li a .spec dl dd,
#bukkenList > li span .spec dl dd {
  flex: 1;
}
#bukkenList > li a .spec dl dd.tel,
#bukkenList > li span .spec dl dd.tel {
  background-image: url(../images/sales-agent/icon-tel.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
}
#viewMoreContainer {
  text-align: center;
  display: none;
}
#viewMoreContainer #viewMoreBtn {
  background: #1c2c43;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 100vh;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
#viewMoreContainer #viewMoreBtn:before {
  content: "";
  position: absolute;
  background: url(../images/sales-agent/arrow_white.svg) no-repeat center center/contain;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%) rotate(90deg);
  aspect-ratio: 17/13;
  height: auto;
}

.fadein {
  opacity: 0;
  transition: all 1.2s;
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.inner {
  margin-inline: auto;
}

main {
  overflow: hidden;
}

#fv {
  width: 100%;
  height: auto;
  position: relative;
}
#fv .logo {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: grid;
  place-content: center;
}
#fv .fvInner .container .titleWrap {
  position: relative;
  z-index: 1;
}
#fv .fvInner .container .titleWrap:before {
  content: "";
  position: absolute;
  background: url(../images/sales-agent/fv_subtitle.png) no-repeat center center/contain;
  aspect-ratio: 757/147;
  height: auto;
  z-index: -1;
  top: 0;
  left: 0;
}
#fv .fvInner .container .titleWrap .mainTitle {
  font-weight: 700;
}
#fv .fvInner .container .titleWrap .mainTitle strong {
  font-weight: 900;
  position: relative;
  background: url(../images/sales-agent/fv_highlight.png) no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  display: inline-block;
}
#fv .fvInner .container .titleWrap .mainTitle span {
  font-weight: 900;
}
#fv .fvInner .container .titleWrap .subtitle {
  background: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
}
#fv .fvInner .container .strengths img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.fadeinTitle {
  animation: fadeinTitle 1.2s ease-out;
}

@keyframes fadeinTitle {
  0% {
    opacity: 0;
    transform: translate(0, 60px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeinStrengthsSP {
  0% {
    opacity: 0;
    transform: translate(0, 60px);
  }
  30% {
    opacity: 0;
    transform: translate(0, 60px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeinStrengthsPC {
  0% {
    opacity: 0;
    transform: translate(2.375vw, 60px);
  }
  30% {
    opacity: 0;
    transform: translate(2.375vw, 60px);
  }
  100% {
    opacity: 1;
    transform: translate(2.375vw, 0);
  }
}
.fadeinConcern {
  animation: fadeinConcern 2s ease-out;
}

@keyframes fadeinConcern {
  0% {
    opacity: 0;
    transform: translate(0, 60px);
  }
  35% {
    opacity: 0;
    transform: translate(0, 60px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
#support .subTitle {
  font-weight: 700;
  color: #d3e7f4;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 1;
}
#support .mainTitle {
  background: #1c2c43;
  position: relative;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-inline: auto;
}
#support .mainTitle:before {
  content: "";
  position: absolute;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #1c2c43;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 95%);
  z-index: -1;
}
#support .concernList > li {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9e5eb;
  font-weight: 700;
}
#support .concernList > li:before {
  content: "";
  position: absolute;
  background: url(../images/sales-agent/icon_check.png) no-repeat center center/contain;
  aspect-ratio: 21/20;
  height: auto;
  left: 0;
}
#sales {
  position: relative;
}
#sales .mainTitle {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
}
#sales .mainTitle img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#sales #imgSlider {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#sales #imgSlider .splide__track {
  will-change: transform;
}
#sales #imgSlider .splide__slide {
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
}
#sales #imgSlider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#sales .bgWrap {
  background: #48AFFF;
  background: linear-gradient(-17deg, rgb(72, 175, 255) 0%, rgb(154, 212, 251) 100%);
  position: relative;
}
#sales .bgWrap:before {
  content: "";
  position: absolute;
  background: url(../images/sales-agent/icon_motif.png) no-repeat center center/contain;
}
#sales .bgWrap .container {
  position: relative;
  z-index: 1;
}
#sales .bgWrap .container .lead {
  font-weight: 700;
}
#sales .bgWrap .container .lead .miniTitle {
  font-weight: 700;
}
#sales .bgWrap .container .lead .leadText span {
  display: inline-block;
  font-weight: 900;
}
#sales .bgWrap .container .lead .leadText strong {
  background: #fff;
  font-weight: 900;
  display: inline-block;
}
#flow .titleWrap .mainTitle {
  font-weight: 400;
}
#flow .titleWrap .mainTitle span {
  font-weight: 700;
  letter-spacing: 0em;
}
#flow .titleWrap .mainTitle strong {
  color: #fff;
  background: #1c2c43;
  font-weight: 700;
  letter-spacing: 0.08em;
}
#flow .titleWrap .subTitle {
  color: #d3e7f4;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: -0.02em;
}
#flow .flowContainer {
  display: flex;
  flex-direction: column;
}
#flow .flowContainer > .flowBox {
  background: #e9f2f8;
  position: relative;
  filter: drop-shadow(0px 0px 3px rgba(150, 164, 169, 0.3));
}
#flow .flowContainer > .flowBox:nth-child(1) .flowTitle .title:before {
  background: url(../images/sales-agent/icon_flow01.png) no-repeat center center/contain;
  aspect-ratio: 103/83;
  height: auto;
}
#flow .flowContainer > .flowBox:nth-child(2) .flowTitle .title:before {
  background: url(../images/sales-agent/icon_flow02.png) no-repeat center center/contain;
  aspect-ratio: 82/91;
  height: auto;
}
#flow .flowContainer > .flowBox:nth-child(3) .flowTitle .title:before {
  background: url(../images/sales-agent/icon_flow03.png) no-repeat center center/contain;
  aspect-ratio: 108/63;
  height: auto;
}
#flow .flowContainer > .flowBox:not(:last-child):before {
  content: "";
  position: absolute;
  background: url(../images/sales-agent/flow_arrow02.png) no-repeat center center/contain;
  left: 50%;
  transform: translate(-50%, 100%);
  aspect-ratio: 119/35;
  height: auto;
}
#flow .flowContainer > .flowBox .flowTitle .title {
  font-feature-settings: "palt";
  position: relative;
}
#flow .flowContainer > .flowBox .flowTitle .title:before {
  content: "";
  position: absolute;
  z-index: -1;
}
#flow .flowContainer > .flowBox .flowTitle .pointWrap .point {
  color: #72c3fa;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#flow .flowContainer > .flowBox .flowTitle .pointWrap .description {
  letter-spacing: -0.02em;
}
#flow .flowContainer > .flowBox .flowList {
  display: flex;
}
#flow .flowContainer > .flowBox .flowList > li.flowItem {
  background: #fff;
  position: relative;
  filter: drop-shadow(0px 0px 3px rgba(150, 164, 169, 0.3));
}
#flow .flowContainer > .flowBox .flowList > li.flowItem:not(:last-child):before {
  content: "";
  position: absolute;
  background: url(../images/sales-agent/flow_arrow01.png) no-repeat center center/contain;
}
#flow .flowContainer > .flowBox .flowList > li.flowItem .number {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #d3e7f4;
  z-index: -1;
  line-height: 1;
}
#flow .flowContainer > .flowBox .flowList > li.flowItem .title {
  font-weight: 700;
  text-align: center;
}
#flow .flowContainer > .flowBox .flowList > li.flowItem .description {
  font-feature-settings: "palt";
  letter-spacing: -0.02em;
}

#strength .mainTitle img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#strength .resustContainer .img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#strength .resustContainer .text .title {
  font-weight: 700;
}
#strength .resustContainer .text .title .highlight {
  position: relative;
  display: inline-block;
  background: url(../images/sales-agent/highlight_blue.png) no-repeat;
  background-position: 0% 100%;
  background-size: 100% auto;
}
#strength .resustContainer .text .title .highlight strong {
  font-weight: 700;
  color: #47a5e5;
  font-family: "Montserrat", sans-serif;
}
#strength .knowhow {
  position: relative;
}
#strength .knowhow .innerContent .title .highlight {
  position: relative;
  background: url(../images/sales-agent/highlight_blue.png) no-repeat;
  background-position: 0% 100%;
  background-size: 100% auto;
  display: inline-block;
}
#strength .knowhow .innerContent .title strong {
  font-weight: 700;
  color: #47a5e5;
  font-family: "Montserrat", sans-serif;
}
#strength .knowhow .imgWrap .list {
  position: relative;
}
#strength .knowhow .imgWrap .list:before {
  content: "";
  position: absolute;
  background: #48AFFF;
  background: linear-gradient(227deg, rgb(72, 175, 255) 0%, rgb(154, 212, 251) 100%);
}
#strength .knowhow .imgWrap .list > li {
  position: relative;
}
#strength .knowhow .imgWrap .list > li a .img {
  aspect-ratio: 654/329;
  width: 100%;
  overflow: hidden;
}
#strength .knowhow .imgWrap .list > li a .img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#strength .knowhow .imgWrap .list > li a .link {
  background: #fff;
  border-radius: 100vh;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
#strength .knowhow .imgWrap .list > li a .link:before {
  content: "";
  position: absolute;
  background: url(../images/sales-agent/arrow_black.svg) no-repeat center center/contain;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  aspect-ratio: 17/13;
  height: auto;
}
#strength .knowhow .imgWrap .list > li a .link span {
  color: #222222;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
#strength .knowhow .imgWrap .list > li a .link img.logoImg {
  aspect-ratio: 204/51;
  height: auto;
}
#strength .knowhow .imgWrap .sticker {
  position: absolute;
  z-index: 3;
}
#strength .teammates .subTitle {
  color: #d3e7f4;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.02em;
}
#strength .teammates .teammateList {
  display: flex;
}
#strength .teammates .teammateList > li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#strength .teammates .teammateList > li .img img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#strength .teammates .teammateList > li .img p {
  text-align: center;
}
#strength .teammates .teammateList > li .img p span {
  font-weight: 700;
  line-height: 1;
}
#strength .award {
  position: relative;
}
#strength .award:before {
  content: "";
  position: absolute;
  background: #48AFFF;
  background: linear-gradient(135deg, rgb(72, 175, 255) 0%, rgb(154, 212, 251) 100%);
  left: 0;
}
#strength .award .subTitle {
  color: #fff;
  opacity: 0.2;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  line-height: 1;
  letter-spacing: -0.02em;
}
#strength .award .container .img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#strength .award .container .text .title .highlight {
  position: relative;
  background: url(../images/sales-agent/highlight_blue.png) no-repeat;
  background-position: 0% 100%;
  background-size: 100% auto;
  display: inline-block;
}
#strength .award .container .text .title .highlight strong {
  font-weight: 700;
  color: #47a5e5;
  font-family: "Montserrat", sans-serif;
}
#philosophy .titleBg .titleWrap {
  background: #f7f7f7;
}
#philosophy .titleBg .titleWrap .subTitle {
  color: #72c3fa;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
#philosophy .titleBg .titleWrap .mainTitle {
  font-weight: 700;
}
#philosophy .bgWrap {
  background: #f7f7f7;
}
#philosophy .philosophyList {
  display: flex;
  flex-wrap: wrap;
}
#philosophy .philosophyList > li .number {
  background: #72c3fa;
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: auto;
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#philosophy .philosophyList > li .title {
  font-weight: 700;
  line-height: 1.5;
  font-feature-settings: "palt";
}
#philosophy .philosophyList > li .title + * {
  font-feature-settings: "palt";
}

#value {
  background: #f7f7f7;
}
#value .container {
  display: flex;
}
#value .container .img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#value .container .text .subTitle {
  opacity: 0.15;
  color: #47a5e5;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
#value .container .text .mainTitle {
  text-align: center;
  font-feature-settings: "palt";
}
#value .container .text .mainTitle strong {
  font-weight: 700;
}

#results .titleWrap {
  text-align: center;
}
#results .titleWrap .subTitle {
  color: #72c3fa;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
#results .titleWrap .mainTitle {
  font-weight: 700;
}

#faq {
  background: #f6f9fb;
  position: relative;
}
#faq:before {
  content: "";
  position: absolute;
  background: #f6f9fb;
  background: linear-gradient(0deg, rgb(246, 249, 251) 0%, rgb(255, 255, 255) 100%);
}
#faq .titleWrap {
  position: relative;
  z-index: 1;
  text-align: center;
}
#faq .titleWrap .subTitle {
  color: #72c3fa;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
#faq .titleWrap .mainTitle {
  font-weight: 700;
}
#faq .qaTitle {
  font-weight: 700;
  position: relative;
}
#faq .qaTitle:before {
  content: "";
  position: absolute;
  background: #72c3fa;
  border-radius: 50%;
  left: 0;
}
#faq .faqBox {
  background: #fff;
}
#faq .faqBox .faqList {
  display: block;
}
#faq .faqBox .faqList + .faqList {
  border-top: 1px solid #222222;
}
#faq .faqBox .faqList > dt {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
}
#faq .faqBox .faqList > dt:before {
  content: "Q";
  position: absolute;
  font-family: "Montserrat", sans-serif;
  color: #72c3fa;
  font-weight: 700;
  left: 0;
}
#faq .faqBox .faqList > dd {
  line-height: 1.625;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 980px) {
  body {
    font-size: 14px;
    line-height: 1.57;
  }
  body h2 {
    letter-spacing: 0.06em;
    line-height: 1.22;
  }
  body .dInlineBlock_sp {
    display: inline-block;
  }
  #header .headerInner {
    padding-inline: 15px;
    gap: 10px;
  }
  #header .headerbtn {
    margin-top: 18px;
    top: 0;
    right: 80px;
  }
  #header .headerbtn a {
    padding-block: 8px;
    padding-inline: 10px;
    font-size: 9px;
    min-height: 29px;
    letter-spacing: 0.04em;
    min-width: 118px;
  }
  #header .headerbtn a.corporate span {
    margin-right: 5px;
  }
  #header .headerbtn a.corporate img {
    width: 10px;
  }
  #header .headerbtn a.contact span {
    margin-left: 5px;
  }
  #header .headerbtn a.contact img {
    width: 13px;
  }
  #header #menuBtn {
    border-radius: 3px 20px 3px 20px;
    width: 47px;
    height: 47px;
    top: 11px;
    right: 16px;
  }
  #header #menuBtn span {
    width: 20px;
    left: 13px;
  }
  #header #menuBtn span:nth-of-type(1) {
    top: calc(50% - 5px);
  }
  #header #menuBtn span:nth-of-type(2) {
    top: calc(50% + 1px);
  }
  #header #menuBtn.active span:nth-of-type(1) {
    transform: translateY(5px) rotate(-24deg);
  }
  #header #menuBtn.active span:nth-of-type(2) {
    transform: translateY(-1px) rotate(24deg);
  }
  #header #globalMenu {
    width: 90%;
    height: 90%;
    padding: 90px 15vw 60px;
  }
  #header #globalMenu .menuList {
    width: 100%;
    max-width: 250px;
  }
  #header #globalMenu .menuList li {
    padding-left: 25px;
    counter-increment: mycounter;
  }
  #header #globalMenu .menuList li:not(:first-of-type) {
    margin-top: 20px;
  }
  #header #globalMenu .menuList li:before {
    top: 3px;
    left: 0;
    font-size: 13px;
  }
  #header #globalMenu .menuList a {
    font-size: 18px;
  }
  #header #globalMenu .iconList {
    width: 100%;
    margin-inline: auto;
    margin-top: 40px;
  }
  #header #globalMenu .iconList li a img {
    width: 32px;
    height: 32px;
  }
  #footer {
    padding-block: 35px 20px;
    background: url(../images/sales-agent/footer_bg_sp.png) no-repeat top center/cover;
  }
  #footer .inner {
    max-width: 400px;
  }
  #footer .subTitle {
    font-size: 68px;
    line-height: 1;
  }
  #footer .mainTitle {
    font-size: 18px;
    transform: translateY(-10px);
    margin-top: -30px;
  }
  #footer .contactContainer .wrap {
    padding-block: 25px;
  }
  #footer .contactContainer .wrap:first-of-type {
    border-bottom: 1px solid #fff;
  }
  #footer .contactContainer .wrap .icon {
    width: 71px;
  }
  #footer .contactContainer .wrap .icon .iconTel {
    width: 24px;
  }
  #footer .contactContainer .wrap .icon .iconMail {
    width: 28px;
  }
  #footer .contactContainer .wrap .title {
    margin-top: 15px;
  }
  #footer .contactContainer .wrap .title + * {
    margin-top: 15px;
  }
  #footer .contactContainer .wrap .tel .leftSide {
    width: 40px;
    font-size: 16px;
    line-height: 28px;
  }
  #footer .contactContainer .wrap .tel .rightSide {
    width: calc(100% - 40px);
    font-size: 13px;
  }
  #footer .contactContainer .wrap .tel .rightSide a {
    margin-bottom: 6px;
    font-size: 28px;
    line-height: 28px;
    pointer-events: none;
  }
  #footer .contactContainer .wrap .formBtn a {
    font-size: 16px;
    min-width: 240px;
    min-height: 50px;
    padding: 15px;
  }
  #footer .contactContainer .wrap .formBtn a:before {
    width: 16px;
    margin-right: 20px;
  }
  #footer .contactContainer .wrap .formBtn a span {
    padding-right: 10px;
  }
  #footer .copy {
    font-size: 11px;
    margin-top: 10px;
  }
  .listCol3 {
    margin-top: 38px;
  }
  .listCol3 > .listItem:before {
    top: -10px;
    left: 9.6vw;
    width: 83px;
    height: 23px;
  }
  .listCol3 > .listItem:not(:first-of-type) {
    margin-top: 30px;
  }
  .listCol3 > .listItem .img {
    border-radius: 5px;
    aspect-ratio: 249/175;
    width: 66.4vw;
    height: auto;
    margin-inline: auto;
  }
  .listCol3 > .listItem .text {
    margin-top: 12px;
  }
  .listCol3.wide.wideSP > .listItem {
    display: flex;
  }
  .listCol3.wide.wideSP > .listItem:before {
    top: -10px;
    left: 10px;
    width: 83px;
    height: 23px;
    font-size: 17px;
  }
  .listCol3.wide.wideSP > .listItem .img {
    width: calc(100% - 228px);
    border-radius: 3px;
  }
  .listCol3.wide.wideSP > .listItem .text {
    width: 228px;
    padding-left: 11px;
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  .listCol3.wide > .listItem:before {
    top: -22px;
    left: 12.266vw;
    width: 42px;
    height: 36px;
    font-size: 35px;
  }
  .listCol4 {
    margin-top: 30px;
    gap: 10px;
  }
  .listCol4 > .listItem {
    width: calc((100% - 10px) / 2);
    border-radius: 10px;
    padding: 12px;
  }
  .listCol4 > .listItem .pointNum {
    font-size: 12px;
  }
  .listCol4 > .listItem .pointNum span {
    font-size: 47px;
  }
  .listCol4 > .listItem .title {
    font-size: 15px;
    margin-top: 10px;
  }
  .listCol4 > .listItem .title + * {
    margin-top: 13px;
  }
  ul.commonList > li {
    padding-left: 20px;
  }
  ul.commonList > li:before {
    width: 8px;
    height: 8px;
    top: 11px;
    left: 2px;
  }
  ul.commonList > li:not(:first-of-type) {
    margin-top: 3px;
  }
  ol.commonList > li {
    position: relative;
  }
  ol.commonList > li + li {
    margin-top: 7px;
  }
  ol.commonList > li:before {
    top: 0.1em;
  }
  #bukkenList {
    margin: 0 14px;
  }
  #bukkenList > li {
    width: 100%;
    margin: 40px 0 0;
  }
  #bukkenList > li a,
  #bukkenList > li span {
    width: 100%;
  }
  #bukkenList > li a .spec dl,
  #bukkenList > li span .spec dl {
    font-size: 12px;
  }
  #bukkenList > li a .spec dl dt,
  #bukkenList > li span .spec dl dt {
    width: 70px;
  }
  #viewMoreContainer {
    margin-top: 45px;
  }
  #viewMoreContainer #viewMoreBtn {
    font-size: 16px;
    min-width: 240px;
    min-height: 50px;
    padding: 15px;
  }
  #viewMoreContainer #viewMoreBtn:before {
    width: 16px;
    margin-right: 18px;
  }
  .fadein {
    transform: translate(0, 30px);
  }
  .forPC {
    display: none !important;
  }
  .inner {
    width: calc(100% - 32px);
  }
  #fv {
    background: url(../images/sales-agent/fv_main_sp.webp) no-repeat top center/contain;
    background-size: 100% auto;
  }
  #fv .logo {
    padding-inline: 3.2vw;
  }
  #fv .logo img {
    width: 75px;
    height: 75px;
  }
  #fv .fvInner {
    padding-block: 40vw 0;
  }
  #fv .fvInner .container .titleWrap {
    min-height: 44.8vw;
    padding-left: 20vw;
  }
  #fv .fvInner .container .titleWrap:before {
    width: 49.06666vw;
    transform: translate(3vw, -3vw);
  }
  #fv .fvInner .container .titleWrap .mainTitle {
    filter: drop-shadow(0px 0px 20px rgb(255, 255, 255));
    letter-spacing: 0em;
    font-size: 8.738vw;
  }
  #fv .fvInner .container .titleWrap .mainTitle strong {
    font-size: 10.2033vw;
  }
  #fv .fvInner .container .titleWrap .mainTitle span {
    font-size: 9.5333vw;
    line-height: 1;
    margin-block: 4px;
    display: block;
  }
  #fv .fvInner .container .titleWrap .subtitle {
    font-size: 4.2666vw;
    padding-block: 1.25vw;
    padding-inline: 2vw;
    margin-top: 0.75vw;
  }
  #fv .fvInner .container .strengths {
    padding-inline: 4px;
  }
  @keyframes fadeinTitle {
    0% {
      opacity: 0;
      transform: translate(0, 60px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  .fadeinStrengths {
    animation: fadeinStrengthsSP 1.8s ease-out;
  }
  @keyframes fadeinStrengthsSP {
    0% {
      opacity: 0;
      transform: translate(0, 60px);
    }
    30% {
      opacity: 0;
      transform: translate(0, 60px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes fadeinStrengthsPC {
    0% {
      opacity: 0;
      transform: translate(2.375vw, 60px);
    }
    30% {
      opacity: 0;
      transform: translate(2.375vw, 60px);
    }
    100% {
      opacity: 1;
      transform: translate(2.375vw, 0);
    }
  }
  @keyframes fadeinConcern {
    0% {
      opacity: 0;
      transform: translate(0, 60px);
    }
    35% {
      opacity: 0;
      transform: translate(0, 60px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  #support {
    margin-top: 5.5vw;
  }
  #support .subTitle {
    font-size: 69px;
  }
  #support .mainTitle {
    margin-top: -15px;
    font-size: 16px;
    padding-block: 6px;
    max-width: 200px;
  }
  #support .mainTitle:before {
    width: 13px;
    height: 8px;
  }
  #support .concernList {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    animation: fadeinConcern 3s ease-out;
  }
  #support .concernList > li {
    padding-left: 20px;
  }
  #support .concernList > li:before {
    width: 14px;
    top: 2px;
  }
  #sales {
    padding-block: 102px 0;
  }
  #sales .mainTitle {
    transform: translate(-50%, 47px);
    width: calc(100% - 32px);
    max-width: 315px;
  }
  #sales #imgSlider .splide__slide {
    width: 50%;
    padding: 0 4px;
    aspect-ratio: 320/416;
  }
  #sales .bgWrap {
    margin-top: -76px;
    padding-block: 116px 70px;
  }
  #sales .bgWrap:before {
    top: 50px;
    left: 0px;
    width: 160px;
    height: 145px;
  }
  #sales .bgWrap .container .lead {
    text-align: center;
    font-feature-settings: "palt";
  }
  #sales .bgWrap .container .lead .leadText {
    margin-top: 10px;
    font-size: 17px;
    line-height: 38px;
  }
  #sales .bgWrap .container .lead .leadText span {
    line-height: 38px;
  }
  #sales .bgWrap .container .lead .leadText strong {
    font-size: 24px;
    line-height: 38px;
    padding-inline: 7px;
  }
  #sales .bgWrap .container .lead .leadText strong.mL {
    margin-left: 4px;
  }
  #sales .bgWrap .container .lead .leadText strong.mR {
    margin-right: 4px;
  }
  #sales .bgWrap .container .text {
    margin-top: 30px;
  }
  #sales .bgWrap .container .text p + p {
    margin-top: 20px;
  }
  #flow {
    padding-block: 60px;
  }
  #flow .titleWrap + * {
    margin-top: 30px;
  }
  #flow .titleWrap .mainTitle {
    font-size: 14px;
    letter-spacing: -0.02em;
  }
  #flow .titleWrap .mainTitle span {
    font-size: 12px;
    display: block;
  }
  #flow .titleWrap .mainTitle strong {
    display: block;
    text-align: center;
    max-width: 240px;
    font-size: 29px;
    padding-block: 4px 6px;
    padding-inline: 10px;
    margin-block: 10px 15px;
  }
  #flow .titleWrap .subTitle {
    font-size: 69px;
    display: none;
  }
  #flow .flowContainer {
    gap: 46px;
  }
  #flow .flowContainer > .flowBox {
    padding-block: 24px;
    padding-inline: 16px;
  }
  #flow .flowContainer > .flowBox:nth-child(1) .flowTitle .title:before {
    width: 65px;
    transform: translate(-170%, -64%);
  }
  #flow .flowContainer > .flowBox:nth-child(2) .flowTitle .title:before {
    width: 60px;
    transform: translate(-186%, -60%);
  }
  #flow .flowContainer > .flowBox:nth-child(3) .flowTitle .title:before {
    width: 60px;
    transform: translate(-210%, -60%);
  }
  #flow .flowContainer > .flowBox:not(:last-child):before {
    width: 64px;
    bottom: -15px;
  }
  #flow .flowContainer > .flowBox .flowTitle .title {
    font-size: 24px;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #72c3fa;
  }
  #flow .flowContainer > .flowBox .flowTitle .title:before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #flow .flowContainer > .flowBox .flowTitle .pointWrap .point {
    margin-top: 20px;
    text-align: center;
  }
  #flow .flowContainer > .flowBox .flowTitle .pointWrap .description {
    margin-top: 2px;
    font-feature-settings: "palt";
  }
  #flow .flowContainer > .flowBox .flowList {
    margin-top: 30px;
    flex-direction: column;
    gap: 32px;
  }
  #flow .flowContainer > .flowBox .flowList > li.flowItem {
    padding-block: 16px;
    padding-inline: 16px;
  }
  #flow .flowContainer > .flowBox .flowList > li.flowItem:not(:last-child):before {
    width: 18px;
    height: 53px;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 100%) rotate(90deg);
  }
  #flow .flowContainer > .flowBox .flowList > li.flowItem .number {
    font-size: 25px;
    top: 10px;
    left: 15px;
  }
  #flow .flowContainer > .flowBox .flowList > li.flowItem .title {
    font-size: 18px;
  }
  #flow .flowContainer > .flowBox .flowList > li.flowItem .description {
    margin-top: 10px;
  }
  #strength .mainTitle + * {
    margin-top: 40px;
  }
  #strength .resustContainer .text .title {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
  }
  #strength .resustContainer .text .title .highlight strong {
    font-size: 63px;
    line-height: 60px;
    padding-left: 8px;
  }
  #strength .resustContainer .text .title + * {
    margin-top: 20px;
  }
  #strength .resustContainer .text p + p {
    margin-top: 20px;
  }
  #strength .knowhow {
    display: flex;
    flex-direction: column-reverse;
  }
  #strength .knowhow .innerContent {
    margin-top: 65px;
  }
  #strength .knowhow .innerContent .title {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
  }
  #strength .knowhow .innerContent .title strong {
    font-size: 63px;
    line-height: 60px;
    padding-left: 5px;
  }
  #strength .knowhow .innerContent .title + * {
    margin-top: 20px;
  }
  #strength .knowhow .innerContent .text p + p {
    margin-top: 20px;
  }
  #strength .knowhow .imgWrap {
    margin-top: 95px;
  }
  #strength .knowhow .imgWrap .list {
    padding-inline: 32px 16px;
  }
  #strength .knowhow .imgWrap .list:before {
    width: 92%;
    height: 100%;
    bottom: -40px;
    right: 0;
    z-index: -1;
  }
  #strength .knowhow .imgWrap .list > li {
    margin-left: 8.533vw;
  }
  #strength .knowhow .imgWrap .list > li:not(:first-child) {
    margin-top: 20px;
  }
  #strength .knowhow .imgWrap .list > li a .link {
    bottom: 0;
    left: 0;
    min-width: 166px;
    height: 35px;
    transform: translate(-12%, -32%);
    padding: 2vw;
  }
  #strength .knowhow .imgWrap .list > li a .link:before {
    width: 12px;
    margin-right: 10px;
  }
  #strength .knowhow .imgWrap .list > li a .link span {
    font-size: 12px;
    padding-right: 15px;
  }
  #strength .knowhow .imgWrap .list > li a .link img.logoImg {
    width: 95px;
  }
  #strength .knowhow .imgWrap .sticker {
    width: 156px;
    top: -79px;
    left: 0;
  }
  #strength .teammates {
    position: relative;
  }
  #strength .teammates .subTitle {
    font-size: 58px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    width: 100%;
  }
  #strength .teammates .teammateList {
    padding-top: 55px;
    position: relative;
    z-index: 1;
    flex-direction: column;
    gap: 24px;
  }
  #strength .teammates .teammateList > li .img img {
    height: 226px;
  }
  #strength .teammates .teammateList > li .img p {
    font-size: 12px;
  }
  #strength .teammates .teammateList > li .img p span {
    font-size: 16px;
  }
  #strength .teammates .teammateList > li .text {
    margin-top: 10px;
  }
  #strength .award {
    margin-top: 50px;
  }
  #strength .award:before {
    width: 92vw;
    height: 90vw;
    max-height: 810px;
    top: 18vw;
    z-index: -1;
  }
  #strength .award .subTitle {
    font-size: 48px;
    top: 90vw;
    left: 16px;
  }
  #strength .award .container .img {
    width: 95%;
    margin-left: auto;
    transform: translate(4%, 0%);
  }
  #strength .award .container .text {
    margin-top: 72px;
  }
  #strength .award .container .text .title {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin-top: 5.33333vw;
  }
  #strength .award .container .text .title .highlight strong {
    font-size: 63px;
    line-height: 60px;
    padding-left: 5px;
  }
  #strength .award .container .text .title + * {
    margin-top: 20px;
  }
  #strength .award .container .text p + p {
    margin-top: 20px;
  }
  #philosophy .titleBg {
    background: url(../images/sales-agent/philosophy_titlebg_sp.png) no-repeat;
    background-size: 100% auto;
    background-position: center top;
    padding-block: 28.26666vw 0;
    aspect-ratio: 3080/1032;
    position: relative;
    z-index: 2;
    margin-top: 16vw;
  }
  #philosophy .titleBg .titleWrap {
    width: calc(100% - 16px);
    min-width: 832px;
    margin-left: auto;
    padding-block: 30px 0;
    padding-inline: 36px;
    position: relative;
    margin-top: -10px;
  }
  #philosophy .titleBg .titleWrap:before {
    content: "";
    position: absolute;
    background: #f7f7f7;
    width: 100%;
    height: calc(100% - 30px);
    top: 30px;
    left: -16px;
    z-index: -1;
  }
  #philosophy .titleBg .titleWrap .subTitle {
    font-size: 11px;
  }
  #philosophy .titleBg .titleWrap .mainTitle {
    font-size: 24px;
  }
  #philosophy .titleBg .titleWrap .mainTitle + * {
    margin-top: 15px;
  }
  #philosophy .bgWrap {
    padding-block: 25px 0;
  }
  #philosophy .philosophyList {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 16px;
  }
  #philosophy .philosophyList > li {
    width: calc(50% - 15px);
    position: relative;
    padding: 10px;
  }
  #philosophy .philosophyList > li:not(:nth-child(even)):before {
    content: "";
    position: absolute;
    background: #222222;
    width: 1px;
    height: calc(100% - 20px);
    top: 50%;
    right: -15px;
    transform: translate(0, -50%);
  }
  #philosophy .philosophyList > li:not(:nth-child(even)):after {
    left: 0;
  }
  #philosophy .philosophyList > li:not(:nth-child(odd)):after {
    right: 0;
  }
  #philosophy .philosophyList > li:after {
    content: "";
    position: absolute;
    background: #222222;
    width: calc(100% + 15px);
    height: 1px;
    bottom: -8px;
  }
  #philosophy .philosophyList > li .number {
    width: 37px;
    font-size: 14px;
    margin-inline: auto;
  }
  #philosophy .philosophyList > li .title {
    font-size: 17px;
    margin-top: 13px;
    text-align: center;
  }
  #philosophy .philosophyList > li .title + * {
    margin-top: 16px;
    text-align: center;
  }
  #value {
    padding-block: 42px 55px;
    padding-inline: 16px;
  }
  #value .bgWrap {
    background: url(../images/sales-agent/value_bg_sp.png) no-repeat center center/cover;
    padding-block: 28px;
    padding-inline: 20px;
  }
  #value .bgWrap .inner {
    width: 100%;
  }
  #value .container {
    flex-direction: column-reverse;
  }
  #value .container .img {
    margin-top: 20px;
  }
  #value .container .text .subTitle {
    font-size: 31px;
  }
  #value .container .text .mainTitle {
    font-size: 13px;
    line-height: 1.8;
  }
  #value .container .text .mainTitle strong {
    font-size: 16px;
  }
  #results {
    padding-block: 50px 10px;
  }
  #results .titleWrap .subTitle {
    font-size: 11px;
  }
  #results .titleWrap .mainTitle {
    font-size: 24px;
    margin-top: 5px;
  }
  #faq {
    padding-block: 60px 65px;
  }
  #faq:before {
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
  }
  #faq .titleWrap .subTitle {
    font-size: 11px;
  }
  #faq .titleWrap .mainTitle {
    font-size: 24px;
    margin-top: 5px;
  }
  #faq .titleWrap + * {
    margin-top: 40px;
  }
  #faq * + .qaTitle {
    margin-top: 40px;
  }
  #faq .qaTitle {
    font-size: 18px;
    padding-left: 17px;
  }
  #faq .qaTitle:before {
    width: 6px;
    height: 6px;
    top: 13px;
  }
  #faq .faqBox {
    padding-block: 30px;
    padding-inline: 20px;
    margin-top: 40px;
  }
  #faq .faqBox .faqList + .faqList {
    margin-top: 20px;
    padding-top: 20px;
  }
  #faq .faqBox .faqList > dt {
    padding-left: 26px;
    font-size: 16px;
  }
  #faq .faqBox .faqList > dt:before {
    font-size: 18px;
    top: -1px;
  }
  #faq .faqBox .faqList > dd {
    margin-top: 12px;
  }
  #faq .attention {
    margin-top: 30px;
  }
  #faq .attention > dt {
    width: 140px;
    height: 45px;
    margin-inline: auto;
    display: grid;
    place-items: center;
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
  }
  #faq .attention > dd {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 981px) {
  body {
    font-size: 16px;
    line-height: 1.75;
  }
  body h2 {
    letter-spacing: 0.08em;
    line-height: 1.43;
  }
  body a,
  body button {
    transition: 0.3s ease;
  }
  body a:hover,
  body button:hover {
    opacity: 0.6;
  }
  body .dInlineBlock_pc {
    display: inline-block;
  }
  #header .headerInner {
    padding-inline: 32px;
    gap: 23px;
  }
  #header .headerbtn {
    margin-top: 32px;
    top: 0;
    right: 128px;
  }
  #header .headerbtn a {
    padding-block: 18px 14px;
    padding-inline: 40px;
    font-size: 16px;
    transition: 0.3s;
    min-height: 52px;
  }
  #header .headerbtn a:hover {
    opacity: 0.7;
  }
  #header .headerbtn a.corporate span {
    margin-right: 8px;
  }
  #header .headerbtn a.corporate img {
    width: 18px;
    margin-top: -4px;
  }
  #header .headerbtn a.contact span {
    margin-left: 8px;
  }
  #header .headerbtn a.contact img {
    width: 23px;
    margin-top: -2px;
  }
  #header #menuBtn {
    border-radius: 4px 28px 4px 28px;
    width: 67px;
    height: 67px;
    top: 21px;
    right: 32px;
  }
  #header #menuBtn span {
    width: 28px;
    left: 19px;
  }
  #header #menuBtn span:nth-of-type(1) {
    top: calc(50% - 7px);
  }
  #header #menuBtn span:nth-of-type(2) {
    top: calc(50% + 2px);
  }
  #header #menuBtn.active span:nth-of-type(1) {
    transform: translateY(4px) rotate(-24deg);
  }
  #header #menuBtn.active span:nth-of-type(2) {
    transform: translateY(-5px) rotate(24deg);
  }
  #header #globalMenu {
    width: 450px;
    height: 100vh;
    padding: 17.5vh 20px 10vh;
  }
  #header #globalMenu .menuList {
    width: 250px;
  }
  #header #globalMenu .menuList li {
    padding-left: 30px;
    counter-increment: mycounter;
  }
  #header #globalMenu .menuList li:not(:first-of-type) {
    margin-top: 3.2vh;
  }
  #header #globalMenu .menuList li:before {
    top: 6px;
    left: 0;
    font-size: 14px;
  }
  #header #globalMenu .menuList a {
    font-size: 24px;
    transition: 0.3s;
  }
  #header #globalMenu .menuList a:hover, #header #globalMenu .menuList a.active {
    opacity: 0.6;
  }
  #header #globalMenu .iconList {
    width: 250px;
    margin-inline: auto;
    margin-top: 6.5vh;
  }
  #header #globalMenu .iconList li a img {
    width: 43px;
    height: 43px;
  }
  #footer {
    padding-block: 32px 18px;
    background: url(../images/sales-agent/footer_bg.png) no-repeat center center/cover;
  }
  #footer .subTitle {
    font-size: 136px;
    line-height: 1;
  }
  #footer .mainTitle {
    font-size: 27px;
    transform: translateY(-78px);
  }
  #footer .contactContainer {
    display: flex;
  }
  #footer .contactContainer .wrap {
    width: 50%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  #footer .contactContainer .wrap:first-of-type {
    border-right: none;
  }
  #footer .contactContainer .wrap .icon {
    width: 97px;
  }
  #footer .contactContainer .wrap .icon .iconTel {
    width: 33px;
  }
  #footer .contactContainer .wrap .icon .iconMail {
    width: 38px;
  }
  #footer .contactContainer .wrap .title {
    margin-top: 15px;
  }
  #footer .contactContainer .wrap .title + * {
    margin-top: 20px;
  }
  #footer .contactContainer .wrap .tel .leftSide {
    width: 55px;
    font-size: 18px;
    line-height: 40px;
  }
  #footer .contactContainer .wrap .tel .rightSide {
    width: calc(100% - 55px);
    font-size: 14px;
  }
  #footer .contactContainer .wrap .tel .rightSide a {
    margin-bottom: 6px;
    font-size: 38px;
    line-height: 40px;
    pointer-events: none;
  }
  #footer .contactContainer .wrap .formBtn a {
    font-size: 18px;
    min-width: 350px;
    min-height: 53px;
    padding: 1vw;
  }
  #footer .contactContainer .wrap .formBtn a:hover {
    opacity: 1;
  }
  #footer .contactContainer .wrap .formBtn a:hover:before {
    margin-right: 15px;
  }
  #footer .contactContainer .wrap .formBtn a:before {
    width: 17px;
    margin-right: 26px;
    transition: 0.3s;
  }
  #footer .copy {
    font-size: 12px;
    margin-top: 80px;
  }
  .listCol3 {
    display: flex;
    justify-content: space-around;
    gap: 24px;
    margin-top: 50px;
  }
  .listCol3 > .listItem {
    width: calc((100% - 48px) / 3);
  }
  .listCol3 > .listItem:before {
    top: -10px;
    left: 12px;
    width: 100px;
    height: 28px;
  }
  .listCol3 > .listItem .img {
    border-radius: 5px;
    aspect-ratio: 343/240;
    width: 100%;
    height: auto;
  }
  .listCol3 > .listItem .text {
    margin-top: 12px;
    font-size: 18px;
  }
  .listCol3.wide {
    gap: 26px;
    margin-top: 60px;
  }
  .listCol3.wide > .listItem {
    width: calc((100% - 52px) / 3);
  }
  .listCol3.wide > .listItem:before {
    top: -17px;
    left: 20px;
    width: 64px;
    height: 45px;
    font-size: 48px;
  }
  .listCol4 {
    margin-top: 80px;
    gap: 20px 16px;
  }
  .listCol4 > .listItem {
    width: calc((100% - 48px) / 4);
    border-radius: 20px;
    padding: 28px;
  }
  .listCol4 > .listItem .pointNum {
    font-size: 18px;
  }
  .listCol4 > .listItem .pointNum span {
    font-size: 74px;
  }
  .listCol4 > .listItem .title {
    font-size: 24px;
    margin-top: 10px;
  }
  .listCol4 > .listItem .title + * {
    margin-top: 26px;
  }
  ul.commonList > li {
    font-size: 18px;
    padding-left: 28px;
  }
  ul.commonList > li:before {
    width: 13px;
    height: 13px;
    top: 15px;
    left: 0;
  }
  ul.commonList > li:not(:first-of-type) {
    margin-top: 5px;
  }
  ol.commonList.col_pc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ol.commonList.col_pc > li {
    width: calc(50% - 20px);
  }
  ol.commonList.col_pc > li:nth-child(odd) {
    margin-right: 10px;
  }
  ol.commonList.col_pc > li:nth-child(even) {
    margin-left: 10px;
  }
  ol.commonList.col_pc > li:nth-of-type(2) {
    margin-top: 0 !important;
  }
  ol.commonList > li {
    font-size: 18px;
  }
  ol.commonList > li + li {
    margin-top: 7px;
  }
  ol.commonList > li:before {
    font-size: 18px;
  }
  #bukkenList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #bukkenList > li {
    width: calc((100% - 60px) / 3);
    margin-top: 60px;
  }
  #bukkenList > li a .img img,
  #bukkenList > li span .img img {
    transition: all 0.3s;
  }
  #bukkenList > li a .img .comment,
  #bukkenList > li span .img .comment {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    bottom: 0;
    left: 0;
  }
  #bukkenList > li a .spec dl,
  #bukkenList > li span .spec dl {
    font-size: 13px;
  }
  #bukkenList > li a .spec dl dt,
  #bukkenList > li span .spec dl dt {
    width: 90px;
  }
  #bukkenList > li a:hover {
    opacity: 1;
  }
  #bukkenList > li a:hover .img img {
    transform: scale(1.05);
  }
  #viewMoreContainer {
    margin-top: 70px;
  }
  #viewMoreContainer #viewMoreBtn {
    font-size: 18px;
    min-width: 350px;
    min-height: 53px;
    padding: 1vw;
  }
  #viewMoreContainer #viewMoreBtn:hover {
    opacity: 0.7;
    transform: translateY(2px);
  }
  #viewMoreContainer #viewMoreBtn:before {
    width: 18px;
    margin-right: 26px;
    transition: 0.3s;
  }
  .fadein {
    transform: translate(0, 40px);
  }
  .fadeinPC {
    opacity: 0;
    transition: all 1.2s;
    transform: translate(0, 40px);
  }
  .fadeinPC.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
  .forSP {
    display: none !important;
  }
  .inner {
    width: calc(100% - 80px);
    max-width: 1200px;
  }
  #fv {
    aspect-ratio: 320/159;
    background: url(../images/sales-agent/fv_main.webp) no-repeat center center/cover;
  }
  #fv .logo {
    padding-block: min(16.875vw, 27px);
    padding-inline: min(6.25vw, 10px);
    width: min(12.625vw, 202px);
    height: min(9.25vw, 148px);
  }
  #fv .logo:hover {
    opacity: 1;
  }
  #fv .logo:hover img {
    opacity: 0.5;
  }
  #fv .logo img {
    width: min(8.3125vw, 133px);
    height: min(4.6875vw, 75px);
    transition: opacity 0.3s ease;
  }
  #fv .fvInner {
    width: 76.625vw;
    height: 100%;
    margin-inline: auto;
  }
  #fv .fvInner .container {
    display: flex;
    height: 100%;
    padding-block: 10vw;
  }
  #fv .fvInner .container .titleWrap {
    width: 45%;
    padding-top: 1.125vw;
  }
  #fv .fvInner .container .titleWrap:before {
    width: 23.94vw;
    transform: translate(-8.75vw, 0px);
  }
  #fv .fvInner .container .titleWrap .mainTitle {
    font-size: 4.375vw;
    letter-spacing: 0.06em;
    filter: drop-shadow(0px 0px 40px rgba(255, 255, 255, 0.5));
  }
  #fv .fvInner .container .titleWrap .mainTitle strong {
    font-size: 5vw;
    line-height: 1.65;
    margin-right: 0.31vw;
  }
  #fv .fvInner .container .titleWrap .mainTitle span {
    font-size: 4.69vw;
    line-height: 1.2;
    display: inline-block;
  }
  #fv .fvInner .container .titleWrap .subtitle {
    font-size: 2.125vw;
    padding-block: 0.625vw;
    padding-inline: 1.25vw;
    margin-top: 0.75vw;
  }
  #fv .fvInner .container .strengths {
    width: 55%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    transform: translate(2.375vw, 0px);
  }
  @keyframes fadeinTitle {
    0% {
      opacity: 0;
      transform: translate(0, 60px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  .fadeinStrengths {
    animation: fadeinStrengthsPC 1.8s ease-out;
  }
  @keyframes fadeinStrengthsSP {
    0% {
      opacity: 0;
      transform: translate(0, 60px);
    }
    30% {
      opacity: 0;
      transform: translate(0, 60px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes fadeinStrengthsPC {
    0% {
      opacity: 0;
      transform: translate(2.375vw, 60px);
    }
    30% {
      opacity: 0;
      transform: translate(2.375vw, 60px);
    }
    100% {
      opacity: 1;
      transform: translate(2.375vw, 0);
    }
  }
  @keyframes fadeinConcern {
    0% {
      opacity: 0;
      transform: translate(0, 60px);
    }
    35% {
      opacity: 0;
      transform: translate(0, 60px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  #support {
    padding-block: 0 70px;
  }
  #support .subTitle {
    font-size: 136px;
    word-break: keep-all;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  #support .mainTitle {
    margin-top: -30px;
    font-size: 30px;
    padding-block: 6px;
    max-width: 388px;
  }
  #support .mainTitle:before {
    width: 20px;
    height: 16px;
  }
  #support .concernList {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 96px;
    grid-row-gap: 20px;
  }
  #support .concernList > li {
    padding-left: 45px;
    font-size: 20px;
  }
  #support .concernList > li:before {
    width: 21px;
    top: 6px;
  }
  #support .concernList > li:nth-of-type(1) {
    grid-area: 1/1/2/2;
  }
  #support .concernList > li:nth-of-type(2) {
    grid-area: 2/1/3/2;
  }
  #support .concernList > li:nth-of-type(3) {
    grid-area: 3/1/4/2;
  }
  #support .concernList > li:nth-of-type(4) {
    grid-area: 4/1/5/2;
  }
  #support .concernList > li:nth-of-type(5) {
    grid-area: 1/2/2/3;
  }
  #support .concernList > li:nth-of-type(6) {
    grid-area: 2/2/3/3;
  }
  #support .concernList > li:nth-of-type(7) {
    grid-area: 3/2/4/3;
  }
  #sales {
    padding-block: 115px 0;
  }
  #sales .mainTitle {
    transform: translate(-50%, 0%);
    width: calc(100% - 32px);
    max-width: 690px;
  }
  #sales #imgSlider .splide__slide {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 10px;
    aspect-ratio: 377/490;
  }
  #sales .bgWrap {
    margin-top: -160px;
    padding-block: 250px 80px;
  }
  #sales .bgWrap:before {
    top: 130px;
    left: 16px;
    width: 320px;
    height: 291px;
  }
  #sales .bgWrap .container {
    display: flex;
  }
  #sales .bgWrap .container .lead {
    width: 50%;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #sales .bgWrap .container .lead .miniTitle {
    font-size: 21px;
  }
  #sales .bgWrap .container .lead .leadText {
    margin-top: 10px;
    font-size: 26px;
    line-height: 60px;
  }
  #sales .bgWrap .container .lead .leadText span {
    line-height: 60px;
  }
  #sales .bgWrap .container .lead .leadText strong {
    font-size: 36px;
    line-height: 60px;
    padding-inline: 10px;
  }
  #sales .bgWrap .container .lead .leadText strong.mL {
    margin-left: 7px;
  }
  #sales .bgWrap .container .lead .leadText strong.mR {
    margin-right: 7px;
  }
  #sales .bgWrap .container .text {
    width: 50%;
  }
  #sales .bgWrap .container .text p + p {
    margin-top: 20px;
  }
  #flow {
    padding-block: 135px 117px;
  }
  #flow .titleWrap {
    display: flex;
    gap: 30px;
    justify-content: space-between;
  }
  #flow .titleWrap + * {
    margin-top: 40px;
  }
  #flow .titleWrap .mainTitle {
    font-size: 18px;
    letter-spacing: -0.02em;
  }
  #flow .titleWrap .mainTitle span {
    font-size: 20px;
  }
  #flow .titleWrap .mainTitle strong {
    display: inline-block;
    font-size: 38px;
    padding-inline: 10px;
    margin-block: 10px 15px;
  }
  #flow .titleWrap .subTitle {
    font-size: 136px;
    word-break: keep-all;
  }
  #flow .flowContainer {
    gap: 70px;
  }
  #flow .flowContainer > .flowBox {
    padding-block: 35px;
    padding-inline: 40px;
  }
  #flow .flowContainer > .flowBox:nth-child(1) .flowTitle .title:before {
    width: 103px;
  }
  #flow .flowContainer > .flowBox:nth-child(2) .flowTitle .title:before {
    width: 82px;
  }
  #flow .flowContainer > .flowBox:nth-child(3) .flowTitle .title:before {
    width: 108px;
  }
  #flow .flowContainer > .flowBox:not(:last-child):before {
    width: 119px;
    bottom: -20px;
  }
  #flow .flowContainer > .flowBox .flowTitle {
    display: flex;
  }
  #flow .flowContainer > .flowBox .flowTitle .title {
    width: 280px;
    padding-left: 90px;
    font-size: 32px;
    border-right: 1px solid #72c3fa;
  }
  #flow .flowContainer > .flowBox .flowTitle .title:before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #flow .flowContainer > .flowBox .flowTitle .pointWrap {
    padding-left: 35px;
    width: calc(100% - 280px);
  }
  #flow .flowContainer > .flowBox .flowTitle .pointWrap .point {
    font-size: 12px;
  }
  #flow .flowContainer > .flowBox .flowList {
    margin-top: 38px;
    gap: 38px;
  }
  #flow .flowContainer > .flowBox .flowList > li.flowItem {
    padding-block: 30px 20px;
    padding-inline: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #flow .flowContainer > .flowBox .flowList > li.flowItem:not(:last-child):before {
    width: 18px;
    height: 53px;
    top: 50%;
    right: -11px;
    transform: translate(100%, -50%);
  }
  #flow .flowContainer > .flowBox .flowList > li.flowItem .number {
    font-size: 55px;
    top: 10px;
    left: 15px;
  }
  #flow .flowContainer > .flowBox .flowList > li.flowItem .title {
    font-size: 22px;
    line-height: 1.3;
    min-height: 54px;
    display: grid;
    place-content: center;
  }
  #flow .flowContainer > .flowBox .flowList > li.flowItem .description {
    margin-top: 10px;
    flex-grow: 1;
  }
  #strength .mainTitle {
    width: 100%;
  }
  #strength .mainTitle + * {
    margin-top: 80px;
  }
  #strength .resustContainer {
    display: flex;
  }
  #strength .resustContainer .img {
    width: 50%;
  }
  #strength .resustContainer .text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: min(6.25vw, 100px);
  }
  #strength .resustContainer .text .title {
    font-size: 36px;
    line-height: 60px;
  }
  #strength .resustContainer .text .title .highlight strong {
    font-size: 92px;
    line-height: 84px;
  }
  #strength .resustContainer .text .title + * {
    margin-top: 20px;
  }
  #strength .resustContainer .text p + p {
    margin-top: 20px;
  }
  #strength .knowhow {
    margin-top: 120px;
    padding-block: 0 65px;
  }
  #strength .knowhow .innerContent {
    width: 50%;
    padding-right: 40px;
  }
  #strength .knowhow .innerContent .title {
    font-size: 36px;
    line-height: 60px;
  }
  #strength .knowhow .innerContent .title strong {
    font-size: 92px;
    line-height: 84px;
  }
  #strength .knowhow .innerContent .title + * {
    margin-top: 30px;
  }
  #strength .knowhow .innerContent .text p + p {
    margin-top: 20px;
  }
  #strength .knowhow .imgWrap {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
  }
  #strength .knowhow .imgWrap .list {
    padding-inline: 5.125vw 3.75vw;
  }
  #strength .knowhow .imgWrap .list:before {
    width: 100%;
    height: 100%;
    bottom: -56px;
    left: 20px;
  }
  #strength .knowhow .imgWrap .list > li {
    max-width: 650px;
  }
  #strength .knowhow .imgWrap .list > li:not(:first-child) {
    margin-top: 20px;
  }
  #strength .knowhow .imgWrap .list > li a:hover {
    opacity: 1;
  }
  #strength .knowhow .imgWrap .list > li a:hover .img img {
    transform: scale(1.05);
  }
  #strength .knowhow .imgWrap .list > li a:hover .link:before {
    margin-right: 15px;
  }
  #strength .knowhow .imgWrap .list > li a .img img {
    transition: 0.3s;
  }
  #strength .knowhow .imgWrap .list > li a .link {
    bottom: 0;
    left: 0;
    min-width: 305px;
    height: 75px;
    transform: translate(-12%, -24%);
    padding: 1vw;
  }
  #strength .knowhow .imgWrap .list > li a .link:before {
    width: 17px;
    margin-right: 26px;
    transition: 0.3s;
  }
  #strength .knowhow .imgWrap .list > li a .link img.logoImg {
    width: 204px;
  }
  #strength .knowhow .imgWrap .sticker {
    bottom: min(-150px, 9.375vw);
    right: min(11px, 0.6875vw);
    width: min(288px, 18vw);
  }
  #strength .teammates {
    padding-block: 50px 90px;
  }
  #strength .teammates .subTitle {
    font-size: 96px;
  }
  #strength .teammates .teammateList {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-top: -60px;
  }
  #strength .teammates .teammateList > li {
    width: calc((100% - 200px) / 3);
  }
  #strength .teammates .teammateList > li .img img {
    height: 256px;
  }
  #strength .teammates .teammateList > li .img p {
    font-size: 13px;
  }
  #strength .teammates .teammateList > li .img p span {
    font-size: 18px;
  }
  #strength .teammates .teammateList > li .text {
    margin-top: 10px;
    font-size: 14px;
  }
  #strength .award {
    padding-block: 90px 110px;
  }
  #strength .award:before {
    width: calc(50% - 127px);
    height: 610px;
    top: 164px;
  }
  #strength .award .subTitle {
    font-size: 96px;
    top: 652px;
    right: 283px;
    z-index: 2;
    transform: translate(-50%, 0%);
    width: 50%;
  }
  #strength .award .container {
    position: relative;
    z-index: 1;
    display: flex;
  }
  #strength .award .container .img {
    width: 50%;
  }
  #strength .award .container .img img {
    padding-right: 24px;
  }
  #strength .award .container .text {
    width: 50%;
    padding-left: 45px;
  }
  #strength .award .container .text .title {
    font-size: 36px;
    line-height: 60px;
  }
  #strength .award .container .text .title .highlight strong {
    font-size: 92px;
    line-height: 84px;
  }
  #strength .award .container .text .title + * {
    margin-top: 30px;
  }
  #strength .award .container .text p + p {
    margin-top: 20px;
  }
  #philosophy .titleBg {
    background: url(../images/sales-agent/philosophy_titlebg.png) no-repeat;
    background-size: 100% auto;
    background-position: center top;
    padding-block: 16.25vw 0;
    aspect-ratio: 1600/518;
    position: relative;
    z-index: 2;
  }
  #philosophy .titleBg .titleWrap {
    width: 52%;
    margin-left: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: min(3.375vw, 54px);
    padding-left: min(4.8125vw, 77px);
    padding-right: min(2vw, 32px);
  }
  #philosophy .titleBg .titleWrap .subTitle {
    font-size: 16px;
  }
  #philosophy .titleBg .titleWrap .mainTitle {
    font-size: 33px;
  }
  #philosophy .titleBg .titleWrap .mainTitle + * {
    margin-top: 20px;
  }
  #philosophy .bgWrap {
    margin-top: -3px;
    padding-block: 110px 128px;
  }
  #philosophy .philosophyList {
    row-gap: 60px;
  }
  #philosophy .philosophyList > li {
    width: 33.3333333333%;
    padding-inline: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #philosophy .philosophyList > li:not(:nth-child(3n)) {
    border-right: 1px solid #222222;
  }
  #philosophy .philosophyList > li .number {
    width: 53px;
    font-size: 20px;
  }
  #philosophy .philosophyList > li .title {
    font-size: 24px;
    margin-top: 15px;
  }
  #philosophy .philosophyList > li .title + * {
    margin-top: 20px;
  }
  #value {
    padding-block: 30px;
    padding-inline: 35px;
  }
  #value .bgWrap {
    background: url(../images/sales-agent/value_bg.png) no-repeat center center/cover;
    padding-block: 40px;
  }
  #value .container .img {
    width: 50%;
  }
  #value .container .text {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-left: 20px;
  }
  #value .container .text .subTitle {
    font-size: 63px;
  }
  #value .container .text .mainTitle {
    font-size: 26px;
  }
  #value .container .text .mainTitle strong {
    font-size: 32px;
  }
  #results {
    padding-block: 70px 50px;
    position: relative;
    z-index: 2;
  }
  #results .titleWrap .subTitle {
    font-size: 16px;
  }
  #results .titleWrap .mainTitle {
    font-size: 30px;
    margin-top: 10px;
  }
  #faq {
    padding-block: 60px 100px;
  }
  #faq:before {
    width: 100%;
    height: 320px;
    top: -160px;
    left: 0;
  }
  #faq .titleWrap .subTitle {
    font-size: 16px;
  }
  #faq .titleWrap .mainTitle {
    font-size: 30px;
    margin-top: 10px;
  }
  #faq .titleWrap + * {
    margin-top: 50px;
  }
  #faq * + .qaTitle {
    margin-top: 50px;
  }
  #faq .qaTitle {
    font-size: 26px;
    padding-left: 20px;
  }
  #faq .qaTitle:before {
    width: 7px;
    height: 7px;
    top: 21px;
  }
  #faq .faqBox {
    padding-block: 30px;
    padding-inline: 40px;
    margin-top: 50px;
  }
  #faq .faqBox .faqList + .faqList {
    margin-top: 25px;
    padding-top: 25px;
  }
  #faq .faqBox .faqList > dt {
    padding-left: 40px;
    font-size: 20px;
  }
  #faq .faqBox .faqList > dt:before {
    font-size: 28px;
    top: -7px;
  }
  #faq .faqBox .faqList > dd {
    padding-left: 40px;
    margin-top: 20px;
  }
  #faq .attention {
    display: flex;
    margin-top: 60px;
  }
  #faq .attention > dt {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
  }
  #faq .attention > dd {
    width: calc(100% - 200px);
    padding-left: 64px;
    padding-block: 10px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1140px) {
  @keyframes fadeinTitle {
    0% {
      opacity: 0;
      transform: translate(0, 60px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes fadeinStrengthsSP {
    0% {
      opacity: 0;
      transform: translate(0, 60px);
    }
    30% {
      opacity: 0;
      transform: translate(0, 60px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes fadeinStrengthsPC {
    0% {
      opacity: 0;
      transform: translate(2.375vw, 60px);
    }
    30% {
      opacity: 0;
      transform: translate(2.375vw, 60px);
    }
    100% {
      opacity: 1;
      transform: translate(2.375vw, 0);
    }
  }
  @keyframes fadeinConcern {
    0% {
      opacity: 0;
      transform: translate(0, 60px);
    }
    35% {
      opacity: 0;
      transform: translate(0, 60px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  #sales #imgSlider .splide__slide {
    width: 25%;
    padding: 0 10px;
    aspect-ratio: 377/490;
  }
}
@media print {
  @keyframes fadeinTitle {
    0% {
      opacity: 0;
      transform: translate(0, 60px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes fadeinStrengthsSP {
    0% {
      opacity: 0;
      transform: translate(0, 60px);
    }
    30% {
      opacity: 0;
      transform: translate(0, 60px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes fadeinStrengthsPC {
    0% {
      opacity: 0;
      transform: translate(2.375vw, 60px);
    }
    30% {
      opacity: 0;
      transform: translate(2.375vw, 60px);
    }
    100% {
      opacity: 1;
      transform: translate(2.375vw, 0);
    }
  }
  @keyframes fadeinConcern {
    0% {
      opacity: 0;
      transform: translate(0, 60px);
    }
    35% {
      opacity: 0;
      transform: translate(0, 60px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
}
/*# sourceMappingURL=map/sales-agent.css.map */
