a {
  color: #333;
}
@media (hover: hover) {
  a:hover {
    text-decoration: underline;
  }
}

html {
  font-size: 16px;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
@media all and (max-width: 768px) {
  html {
    font-size: 2.09295vw;
  }
}
@media all and (max-width: 560px) {
  html {
    font-size: 3.7208vw;
  }
}

body {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  line-height: 2;
  color: #333;
  overscroll-behavior: none;
}
body.hide {
  overflow: hidden;
}
body figure {
  margin: 0;
}

button,
select {
  color: #333;
}

.o_sp {
  display: none !important;
}

.o_sp2 {
  display: none !important;
}

.hiddenBox {
  overflow: hidden;
}

.textRight {
  text-align: right;
}

@media all and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}
@media all and (max-width: 1024px) {
  .o_pc {
    display: none !important;
  }
}

@media all and (max-width: 768px) {
  body {
    font-size: 2.09295vw;
  }
  .o_sp {
    display: block !important;
  }
  .no_sp {
    display: none !important;
  }
}
@media all and (max-width: 560px) {
  body {
    font-size: 3.7208vw;
  }
  .o_sp2 {
    display: block !important;
  }
  .no_sp2 {
    display: none !important;
  }
}
.color-blue {
  color: #1977B2;
}

.mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  padding: 0 50px;
  border-bottom: 1px solid #cecece;
  transition: all 0.2s ease 0s;
}
.mainHeader:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .mainHeader {
    padding: 0 40px;
  }
}
@media all and (max-width: 560px) {
  .mainHeader {
    padding: 0 2.3255vw 0 4.651vw;
  }
  .mainHeader.top.scrolled:not(.active) {
    background-color: #fff;
  }
  .mainHeader.top.scrolled:not(.active) .mainHeader__logo img {
    opacity: 1;
  }
  .mainHeader.top.scrolled:not(.active) .mainHeader__logo:before {
    opacity: 0;
  }
  .mainHeader.top.scrolled:not(.active) .spBT .bar {
    background-color: #1977B2;
  }
  .mainHeader.top.scrolled:not(.active) .spBT__text {
    color: #1977B2;
  }
  .mainHeader.top:not(.scrolled):not(.active) {
    background-color: transparent;
    border-bottom-color: transparent;
  }
  .mainHeader.top:not(.scrolled):not(.active) .spBT .bar {
    background-color: #fff;
  }
  .mainHeader.top:not(.scrolled):not(.active) .spBT__text {
    color: #fff;
  }
}
@media all and (max-width: 560px) {
  .mainHeader:not(.active) {
    background-color: #1977B2;
    border-bottom: 1px solid #1977B2;
  }
  .mainHeader:not(.active) .gNav__contactlink {
    transition: all 0.2s ease 0s;
    visibility: hidden;
    opacity: 0;
  }
  .mainHeader:not(.active) .gNav__contactlink:hover {
    text-decoration: none;
  }
  .mainHeader:not(.active) .spBT .bar {
    background-color: #fff;
  }
  .mainHeader:not(.active) .spBT__text {
    color: #fff;
  }
}
.mainHeader__inner {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 560px) {
  .mainHeader__inner {
    height: 16.2785vw;
  }
}
.mainHeader__right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mainHeader__logo {
  max-width: 200px;
  flex-shrink: 0;
  margin-right: 30px;
  position: relative;
}
.mainHeader__logo img {
  width: 100%;
  transition: all 0.2s ease 0s;
}
.mainHeader__logo img:hover {
  text-decoration: none;
}
@media all and (max-width: 560px) {
  .mainHeader__logo {
    margin-right: 0;
    max-width: 34.8825vw;
  }
  .mainHeader__logo img {
    opacity: 0;
  }
  .mainHeader__logo:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/common/logo-w.svg);
    opacity: 1;
  }
}
@media all and (max-width: 560px) {
  .mainHeader.active .mainHeader__logo img {
    opacity: 1;
  }
  .mainHeader.active .mainHeader__logo:before {
    opacity: 0;
  }
}

.spBT {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  z-index: 50;
  margin-left: 55px;
}
@media all and (min-width: 1025px) {
  .spBT {
    display: none;
  }
}
@media all and (max-width: 560px) {
  .spBT {
    margin-left: 4.651vw;
    width: 11.6275vw;
    height: 11.6275vw;
    padding: 2.3255vw;
  }
}
.spBT__barWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  transition: all 0.2s ease 0s;
}
.spBT__barWrap:hover {
  text-decoration: none;
}
@media all and (max-width: 560px) {
  .spBT__barWrap {
    gap: 1.62785vw;
  }
}
.spBT__text {
  font-size: 18px;
  color: #1977B2;
  transition: all 0.2s ease 0s;
}
.spBT__text:hover {
  text-decoration: none;
}
@media all and (max-width: 560px) {
  .spBT__text {
    font-size: 2.55805vw;
  }
}
.spBT .bar {
  width: 100%;
  height: 2px;
  background-color: #1977B2;
  transition: all 0.2s ease 0s;
  border-radius: 1px;
}
.spBT .bar:hover {
  text-decoration: none;
}
@media all and (max-width: 560px) {
  .spBT .bar {
    height: 0.23255vw;
  }
}
.spBT.active .spBT__barWrap {
  translate: 0 50%;
}
@media all and (max-width: 560px) {
  .spBT.active .spBT__barWrap {
    translate: 0 40%;
  }
}
.spBT.active .spBT__text {
  opacity: 0;
}
.spBT.active .bar:nth-child(1) {
  rotate: 45deg;
  translate: 0 12px;
}
@media all and (max-width: 560px) {
  .spBT.active .bar:nth-child(1) {
    translate: 0 1.8604vw;
  }
}
.spBT.active .bar:nth-child(2) {
  scale: 0 1;
}
.spBT.active .bar:nth-child(3) {
  rotate: -45deg;
  translate: 0 -12px;
}
@media all and (max-width: 560px) {
  .spBT.active .bar:nth-child(3) {
    translate: 0 -1.8604vw;
  }
}
@media all and (max-width: 560px) {
  .spBT.active .bar {
    scale: 1.25 1;
  }
}

@media all and (max-width: 1024px) {
  .gNav {
    position: fixed;
    z-index: 500;
    background-color: #F5F7FA;
    width: 100%;
    top: 101px;
    left: 0;
    opacity: 0;
    translate: 200% 0;
    transition: translate 0s ease 0.2s, opacity 0.2s ease 0s;
  }
  .gNav.active {
    opacity: 1;
    translate: 0 0;
    transition: translate 0s ease 0s, opacity 0.2s ease 0s;
  }
}
@media all and (max-width: 1024px) and (max-width: 560px) {
  .gNav {
    top: calc(16.2785vw + 1px);
  }
}
.gNav__list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1.7em;
  font-weight: bold;
  font-size: 1.125rem;
}
@media all and (max-width: 1280px) {
  .gNav__list {
    gap: 1.5em;
  }
}
@media all and (max-width: 1024px) {
  .gNav__list {
    flex-direction: column;
    gap: 0;
    font-size: 1rem;
    padding-right: 0;
  }
}
@media all and (max-width: 768px) {
  .gNav__list {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 560px) {
  .gNav__list {
    font-size: 1rem;
  }
}
@media all and (max-width: 1024px) {
  .gNav__item {
    border-bottom: 1px solid #cecece;
    width: 100%;
  }
}
.gNav__link {
  color: #1977B2;
  padding: 0.5em 0;
  line-height: 1.4;
  transition: all 0.2s ease 0s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gNav__link:hover {
  text-decoration: none;
}
.gNav__link .arrow {
  display: none;
}
.gNav__link > span:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1977B2;
  transition: all 0.2s ease 0s;
  transform-origin: left;
  scale: 0 1;
}
.gNav__link > span:after:hover {
  text-decoration: none;
}
.gNav__link > span span {
  display: inline-block;
}
@media all and (min-width: 1025px) {
  .gNav__link:hover > span:after {
    scale: 1;
  }
}
@media all and (max-width: 1024px) {
  .gNav__link:hover {
    color: #1977B2;
  }
  .gNav__link:hover path {
    stroke: #1977B2;
  }
}
@media all and (max-width: 1024px) {
  .gNav__link {
    flex-direction: row;
    justify-content: space-between;
    padding: 1.3em 50px;
    color: #333;
  }
  .gNav__link .arrow {
    width: 5px;
    display: block;
  }
  .gNav__link .arrow svg {
    display: block;
    width: 100%;
  }
  .gNav__link .arrow svg path {
    transition: all 0.2s ease 0s;
  }
  .gNav__link .arrow svg path:hover {
    text-decoration: none;
  }
}
@media all and (max-width: 560px) {
  .gNav__link {
    padding: 1em 1.75em;
  }
  .gNav__link .arrow {
    width: 1.16275vw;
  }
}
.gNav__contactlink {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background: linear-gradient(90deg, #835A13 0%, #F8C058 50%, #835A13 100%);
  padding: 2px;
  border-radius: 3em;
  line-height: 1.25;
  font-size: 16px;
  transition: opacity 0.3s ease 0s;
  font-weight: bold;
}
@media (hover: hover) {
  .gNav__contactlink:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
@media all and (max-width: 560px) {
  .gNav__contactlink {
    padding: 0.4651vw;
    font-size: 3.02315vw;
  }
}
.gNav__contactlink small {
  font-size: 0.813rem;
}
@media all and (max-width: 560px) {
  .gNav__contactlink small {
    font-size: 3.02315vw;
  }
}
.gNav__contactlink__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0.6em 1.5em;
  border-radius: 3em;
  background: linear-gradient(0deg, #835A13 11.37%, #F8C058 90.57%);
}

.mainContent {
  margin-top: 101px;
}
@media all and (max-width: 560px) {
  .mainContent {
    margin-top: calc(16.2785vw + 1px);
  }
  .mainContent.top {
    margin-top: 0;
  }
}

.inner {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
}
.inner--small {
  max-width: 1000px;
}
.inner--large {
  max-width: 1300px;
}
@media all and (max-width: 768px) {
  .inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .inner {
    padding-left: 4.651vw;
    padding-right: 4.651vw;
  }
}

.section {
  padding: 5rem 0;
}
@media all and (max-width: 1024px) {
  .section {
    padding: 3.125rem 0;
  }
}
@media all and (max-width: 768px) {
  .section {
    padding: 2.5rem 0;
  }
}
.section.minpt {
  padding-top: 2.5rem;
}
@media all and (max-width: 768px) {
  .section.minpt {
    padding-top: 1.25rem;
  }
}

.bg-grey {
  background-color: #F5F7FA;
}

.bg-blue {
  background-color: #1977B2;
}

.bg-blue2 {
  background-color: #22B2C8;
}

.innerLineBox {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 0.625rem;
}
@media all and (max-width: 560px) {
  .innerLineBox {
    border-radius: 0.625rem;
  }
}
.innerLineBox__wrap {
  padding: 3.125rem 2.5rem;
  border-radius: 0.625rem;
  border: 0.125rem solid #1977B2;
}
@media all and (max-width: 768px) {
  .innerLineBox__wrap {
    border-width: 0.0625rem;
  }
}
@media all and (max-width: 560px) {
  .innerLineBox__wrap {
    border-radius: 0.3125rem;
  }
}
.innerLineBox__wrap.blue2 {
  border-color: #22B2C8;
}
@media all and (max-width: 768px) {
  .innerLineBox__wrap {
    padding: 2.5rem 1.875rem;
  }
}
@media all and (max-width: 560px) {
  .innerLineBox__wrap {
    padding: 1.875rem 1.25rem 2.5rem;
  }
}
.innerLineBox__wrap--minpad {
  padding: 1.875rem 2.5rem;
}
@media all and (max-width: 768px) {
  .innerLineBox__wrap--minpad {
    padding: 1.875rem 1.875rem;
  }
}
@media all and (max-width: 560px) {
  .innerLineBox__wrap--minpad {
    padding: 1.875rem 1.25rem 2.5rem;
  }
}

.max900 {
  max-width: 900px;
  margin: 0 auto;
}

.max1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.inner-inner {
  padding: 0 3.125rem;
}
@media all and (max-width: 768px) {
  .inner-inner {
    padding: 0 2.5rem;
  }
}
@media all and (max-width: 560px) {
  .inner-inner {
    padding: 0 0.9375rem;
  }
}
@media all and (max-width: 560px) {
  .inner-inner--p0sp2 {
    padding: 0;
  }
}

.telBT-ic {
  display: flex;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  color: #fff;
  font-weight: bold;
  background-color: #009185;
  filter: drop-shadow(0px 5px 0px #006837);
  transition: all 0.2s ease 0s;
  font-size: 2.125rem;
}
.telBT-ic:hover {
  translate: 0 5px;
  filter: drop-shadow(0px 0px 0px #644600);
}
.telBT-ic:hover {
  text-decoration: none;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .telBT-ic {
    font-size: 1.875rem;
  }
}
@media all and (max-width: 768px) {
  .telBT-ic {
    padding: 0.6rem 1rem;
  }
}
@media all and (max-width: 560px) {
  .telBT-ic {
    font-size: 1.5rem;
  }
}
.telBT-ic .ic {
  width: 3.2em;
  height: 3.2em;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media all and (max-width: 560px) {
  .telBT-ic .ic {
    width: 2.8em;
    height: 2.8em;
  }
}
.telBT-ic .ic img {
  width: 52.04%;
  height: auto;
}
.telBT-ic .text {
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1.5;
  font-size: 1rem;
}
.telBT-ic .text span {
  font-size: 1.5em;
}
.telBT-ic .text strong {
  font-size: 2.25em;
}
@media all and (max-width: 560px) {
  .telBT-ic .text {
    font-size: 0.688rem;
    align-items: flex-start;
  }
}
.telBT-ic .arrow {
  width: 0.85em;
  flex-shrink: 0;
}

.cvBTWrap {
  margin-top: 5rem;
}
@media all and (max-width: 1024px) {
  .cvBTWrap {
    margin-top: 3.125rem;
  }
}
@media all and (max-width: 768px) {
  .cvBTWrap {
    margin-top: 2.5rem;
  }
}

.cvBT-ic {
  display: flex;
  background: linear-gradient(0deg, #835A13 0%, #F8C058 100%);
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.25rem;
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(0px 5px 0px #644600);
  transition: all 0.2s ease 0s;
  font-size: 1.75rem;
}
.cvBTWrap .cvBT-ic {
  max-width: 33.125rem;
  margin-left: auto;
  margin-right: auto;
}
.cvBT-ic:hover {
  translate: 0 5px;
  filter: drop-shadow(0px 0px 0px #644600);
}
.cvBT-ic:hover {
  text-decoration: none;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .cvBT-ic {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 560px) {
  .cvBT-ic {
    padding: 1rem 1rem;
    font-size: 1.125rem;
  }
}
.cvBT-ic .ic {
  width: 3.2em;
  height: 3.2em;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media all and (max-width: 560px) {
  .cvBT-ic .ic {
    width: 2.8em;
    height: 2.8em;
  }
}
.cvBT-ic .ic img {
  width: 70.25%;
  height: auto;
}
.cvBT-ic .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
  text-align: center;
  line-height: 1.2;
}
.cvBT-ic .text .sub {
  font-size: 0.65em;
}
@media all and (max-width: 768px) {
  .cvBT-ic .text .sub {
    font-size: 0.75em;
  }
}
.cvBT-ic .arrow {
  width: 0.85em;
  flex-shrink: 0;
}

.cvBTWrap {
  margin-top: 5rem;
}
@media all and (max-width: 1024px) {
  .cvBTWrap {
    margin-top: 3.125rem;
  }
}
@media all and (max-width: 768px) {
  .cvBTWrap {
    margin-top: 2.5rem;
  }
}

.cvBT {
  display: flex;
  background: linear-gradient(90deg, #835A13 0%, #F8C058 100%);
  border-radius: 0.625rem;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(0px 5px 0px #644600);
  margin-left: auto;
  margin-right: auto;
  max-width: 34.375rem;
  transition: all 0.2s ease 0s;
  font-size: 1.5rem;
}
@media all and (max-width: 560px) {
  .cvBT {
    max-width: 20.625rem;
    padding: 0.75rem;
    gap: 0.625rem;
    border-radius: 1.25rem;
  }
}
.cvBT:hover {
  translate: 0 5px;
  filter: drop-shadow(0px 0px 0px #644600);
}
.cvBT:hover {
  text-decoration: none;
}
.cvBT .arrow {
  width: 1.875rem;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  translate: 0 -50%;
  border-radius: 50%;
  background-color: #B79C58;
}
.cvBT .arrow img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 560px) {
  .cvBT .arrow {
    position: static;
    translate: 0;
  }
}

.fz20 {
  font-size: 1.25rem;
}

@media all and (max-width: 768px) {
  .fz16-sp {
    font-size: 1rem;
  }
}

@media all and (max-width: 560px) {
  .fz16-sp2 {
    font-size: 1rem;
  }
}

.commonHeading {
  color: #1977B2;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
}
.commonHeading.blue2 {
  color: #22B2C8;
}
.commonHeading__en {
  margin-bottom: 0.8em;
}
.commonHeading__ja {
  font-size: 2.25rem;
}
.commonHeading__ja .ib {
  display: inline-block;
}
@media all and (max-width: 560px) {
  .commonHeading__ja {
    font-size: 1.5rem;
  }
}

.commonHeading2 {
  color: #1977B2;
  text-align: center;
  line-height: 1.5;
  font-size: 2.25rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 1.875rem;
}
@media all and (max-width: 768px) {
  .commonHeading2 {
    font-size: 1.5rem;
    margin-bottom: 1.5625rem;
    padding-bottom: 0.9375rem;
  }
}
.commonHeading2:after {
  content: "";
  position: absolute;
  width: 3.75rem;
  height: 0.125rem;
  border-radius: 1em;
  background-color: #1977B2;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.commonHeading2--white {
  color: #fff;
}
.commonHeading2--white:after {
  background-color: #fff;
}

.commonHeading3 {
  color: #1977B2;
  text-align: center;
  line-height: 1.5;
  font-size: 2.25rem;
  font-weight: bold;
  position: relative;
}
.commonHeading3--white {
  color: #fff;
}
.commonHeading3--blue2 {
  color: #22B2C8;
}
@media all and (max-width: 768px) {
  .commonHeading3 {
    font-size: 2rem;
  }
  .commonHeading3.fz24-sp {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 560px) {
  .commonHeading3.fz24-sp2 {
    font-size: 1.5rem;
  }
}

.commonBT {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  gap: 0.625rem;
  border-bottom: 0.0625rem solid #fff;
  padding-bottom: 0.1em;
  line-height: 1.75;
  font-size: 1.5rem;
  transition: all 0.2s ease 0s;
}
.commonBT:hover {
  text-decoration: none;
}
@media all and (max-width: 560px) {
  .commonBT {
    font-size: 1rem;
  }
}
.commonBT .ic {
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
}
.commonBT .ic path {
  transition: all 0.2s ease 0s;
}
.commonBT .ic path:hover {
  text-decoration: none;
}
@media all and (max-width: 560px) {
  .commonBT .ic {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.commonBT .ic:before {
  content: "";
  background-color: #CCEBFF;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  position: absolute;
  border-radius: 50%;
  transition: all 0.2s ease 0s;
  opacity: 0;
}
.commonBT .ic:before:hover {
  text-decoration: none;
}
.commonBT .ic svg {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  height: auto;
}
.commonBT:hover {
  color: #ccebff;
  border-bottom-color: #CCEBFF;
}
.commonBT:hover .ic:before {
  opacity: 1;
}
.commonBT--blue {
  color: #1977B2;
  border-bottom-color: #1977B2;
}
.commonBT--blue path {
  fill: #1977B2;
}
.commonBT--blue:hover {
  color: #3b8bbd;
  border-bottom-color: #3B8BBD;
}
.commonBT--blue:hover .ic:before {
  opacity: 0;
}
.commonBT--blue:hover .ic path {
  fill: #3B8BBD;
}
.commonBT--blue2 {
  color: #22B2C8;
  border-bottom-color: #22B2C8;
}
.commonBT--blue2 path {
  fill: #22B2C8;
}
.commonBT--blue2:hover {
  color: #40CCE1;
  border-bottom-color: #40CCE1;
}
.commonBT--blue2:hover .ic:before {
  opacity: 0;
}
.commonBT--blue2:hover .ic path {
  fill: #40CCE1;
}

.breadcrumbs {
  background-color: #333;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.5em 0;
}
.breadcrumbs__wrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumbs a {
  color: #fff;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}

.pageHeader {
  color: #1977B2;
}
.pageHeader--blue {
  background-color: #1977B2;
  color: #fff;
}
.pageHeader__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 15.625rem;
  max-width: 1000px;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media all and (max-width: 768px) {
  .pageHeader__inner {
    min-height: 12.5rem;
  }
}
@media all and (max-width: 560px) {
  .pageHeader__inner {
    min-height: 8.3125rem;
  }
}
.pageHeader__title {
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1.5;
  justify-content: center;
  text-align: center;
}
.pageHeader__title em {
  font-size: 1.25rem;
}
.pageHeader__title span {
  font-size: 3rem;
}
@media all and (max-width: 768px) {
  .pageHeader__title span {
    font-size: 2.25rem;
  }
}
.pageHeader--minpad .pageHeader__inner {
  min-height: 3.75rem;
  padding-top: 3.125rem !important;
  padding-bottom: 0 !important;
}
.pageHeader--minpad .pageHeader__inner .pageHeader__title span {
  font-size: 2rem;
}
@media all and (max-width: 768px) {
  .pageHeader--minpad .pageHeader__inner {
    min-height: 3.75rem;
    padding-top: 1.875rem !important;
    padding-bottom: 0.625rem !important;
  }
  .pageHeader--minpad .pageHeader__inner .pageHeader__title span {
    font-size: 2rem;
  }
}
@media all and (max-width: 560px) {
  .pageHeader--minpad .pageHeader__inner {
    min-height: 3.75rem;
    padding-top: 1.25rem !important;
    padding-bottom: 0rem !important;
  }
  .pageHeader--minpad .pageHeader__inner .pageHeader__title span {
    font-size: 1.5rem;
  }
}
.pageHeader__img {
  position: absolute;
  left: 0.625rem;
  bottom: 0;
  width: 13.75rem;
}
@media all and (max-width: 768px) {
  .pageHeader__img {
    width: 10.75rem;
  }
}
@media all and (max-width: 560px) {
  .pageHeader__img {
    display: none;
  }
}
.pageHeader__img .balloon {
  width: 4rem;
  position: absolute;
  top: 1.5rem;
  right: -0.9375rem;
}
@media all and (max-width: 768px) {
  .pageHeader__img .balloon {
    width: 2.6875rem;
    top: 1.25rem;
    right: 0;
  }
}

.voiceList {
  max-width: 55rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.125rem;
}
@media all and (max-width: 1024px) {
  .voiceList {
    max-width: 46.5rem;
    gap: 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .voiceList {
    gap: 1.875rem;
  }
}
.voiceList__item {
  color: #fff;
  font-weight: bold;
  position: relative;
}
@media all and (max-width: 768px) {
  .voiceList__item {
    padding-top: 7.8125rem;
  }
}
@media all and (max-width: 560px) {
  .voiceList__item {
    padding-top: 7.125rem;
  }
}
.voiceList__itemIn {
  background-color: #22B2C8;
  padding: 1.25rem;
  display: flex;
  align-items: flex-start;
}
@media all and (max-width: 768px) {
  .voiceList__itemIn {
    padding: 1.25rem 1.875rem;
  }
}
@media all and (max-width: 560px) {
  .voiceList__itemIn {
    padding: 0.625rem 1.25rem;
  }
}
.voiceList__img {
  width: 9.375rem;
  flex-shrink: 0;
  margin-right: 1.25rem;
}
@media all and (max-width: 768px) {
  .voiceList__img {
    width: 12.5rem;
    position: absolute;
    top: 7.8125rem;
    left: 50%;
    translate: -50% -100%;
  }
}
@media all and (max-width: 560px) {
  .voiceList__img {
    width: 11.25rem;
    top: 7.125rem;
  }
}

.aside-flowLink {
  border: 0.125rem solid #1977B2;
  border-radius: 1.25rem;
  padding: 1.875rem 2.5rem;
}
@media all and (max-width: 1024px) {
  .aside-flowLink {
    margin: 0 auto;
    max-width: 600px;
  }
}
@media all and (max-width: 768px) {
  .aside-flowLink {
    padding: 1.875rem 2.5rem;
    max-width: 100%;
    padding: 1.5625rem 1.25rem;
  }
}
.aside-flowLink__inner {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.875rem;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .aside-flowLink__inner {
    flex-direction: column;
  }
}
@media all and (max-width: 768px) {
  .aside-flowLink__inner {
    max-width: 100%;
    gap: 1.25rem;
  }
}
.aside-flowLink__content {
  max-width: 404px;
}
@media all and (max-width: 768px) {
  .aside-flowLink__content {
    max-width: 100%;
  }
}
.aside-flowLink__heading {
  font-weight: bold;
  color: #1977B2;
  line-height: 1.5;
  border-bottom: 0.125rem solid #1977B2;
  font-size: 1.5rem;
  padding-bottom: 0.2em;
  margin-bottom: 0.9375rem;
}
@media all and (max-width: 768px) {
  .aside-flowLink__heading {
    font-size: 1.25rem;
  }
}
.aside-flowLink__text {
  font-weight: bold;
  font-size: 1.125rem;
}
@media all and (max-width: 768px) {
  .aside-flowLink__text {
    font-size: 1rem;
  }
}
.aside-flowLink__btWrap {
  max-width: 400px;
  width: 100%;
}
@media all and (max-width: 768px) {
  .aside-flowLink__btWrap {
    max-width: 100%;
  }
}
.aside-flowLink__btWrap a {
  display: flex;
  background-color: #1977B2;
  border-radius: 0.625rem;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(0px 5px 0px #0053A6);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 560px) {
  .aside-flowLink__btWrap a {
    max-width: 21.875rem;
    padding: 0.75em 0.5rem;
    gap: 0.625rem;
  }
}
.aside-flowLink__btWrap a:hover {
  translate: 0 5px;
  filter: drop-shadow(0px 0px 0px #0053A6);
}
.aside-flowLink__btWrap a:hover {
  text-decoration: none;
}
.aside-flowLink__btWrap a .text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.aside-flowLink__btWrap a .text strong {
  font-size: 1.25rem;
}
.aside-flowLink__btWrap a .arrow {
  width: 1.25rem;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  translate: 0 -50%;
  border-radius: 50%;
  background-color: #1977B2;
}
.aside-flowLink__btWrap a .arrow img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 560px) {
  .aside-flowLink__btWrap a .arrow {
    position: static;
    translate: 0;
  }
}

.fv {
  background: linear-gradient(180deg, #1977B2 0%, #0053A6 100%);
}
@media (max-width: 1180px) and (min-width: 1101px) {
  .fv {
    overflow: hidden;
  }
}
.fv__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.fv .inner {
  min-height: 600px;
  display: flex;
  align-items: center;
}
@media (max-width: 876px) {
  .fv .inner {
    position: relative;
    min-height: 1px;
    padding: 9.302vw 4.651vw 69.765vw;
  }
}
@media all and (max-width: 560px) {
  .fv .inner {
    padding: 18.604vw 4.651vw 78.1368vw;
  }
}
.fv__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media all and (min-width: 1025px) {
  .fv__content {
    align-items: center;
  }
}
@media all and (max-width: 1024px) {
  .fv__content {
    width: 100%;
  }
}
.fv__img {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 1180px) and (min-width: 1101px) {
  .fv__img {
    right: -60px;
  }
}
.fv__img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}
.fv__lead {
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  font-size: 2.25rem;
  line-height: 1.35;
  margin-bottom: 1.3em;
  white-space: nowrap;
}
@media all and (max-width: 1024px) {
  .fv__lead {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
@media (max-width: 990px) {
  .fv__lead {
    margin-bottom: 3em;
  }
}
@media (max-width: 876px) {
  .fv__lead {
    margin-bottom: 4.651vw;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 560px) {
  .fv__lead {
    font-size: 1.25rem;
    margin-bottom: 5.81375vw;
    text-align: center;
    align-items: center;
  }
}
.fv__lead .color {
  color: #ffeb22;
}
.fv__lead__first strong {
  font-size: 1.5556em;
}
.fv__lead__second {
  font-size: 1.3333em;
}
@media all and (max-width: 560px) {
  .fv__lead__second {
    font-size: 1.4em;
    margin-bottom: 0.1em;
  }
}
.fv__lead__second .comma {
  letter-spacing: -0.4em;
}
.fv__lead__third {
  font-size: 1.1111em;
}
@media all and (max-width: 560px) {
  .fv__lead__third {
    font-size: 1.05em;
  }
}
.fv__points {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 630px;
  width: 100%;
  justify-content: space-between;
  gap: 1.875em;
  margin-bottom: 2em;
}
@media all and (max-width: 1024px) {
  .fv__points {
    max-width: 610px;
    gap: 1.25em;
    margin-bottom: 3.5em;
  }
}
@media (max-width: 990px) {
  .fv__points {
    max-width: 500px;
  }
}
@media (max-width: 876px) {
  .fv__points {
    max-width: 81.3925vw;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 50;
    translate: -50% 50%;
  }
}
@media all and (max-width: 560px) {
  .fv__points {
    max-width: calc(100% - 9.302vw);
    gap: 3.48825vw;
  }
}
.fv__points__item {
  display: flex;
  padding: 3px;
  background: linear-gradient(90deg, #877700 0%, #DDB93F 30%, #B1872F 67%, #664215 97%);
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  filter: drop-shadow(3px 3px 4px rgba(45, 49, 61, 0.55));
}
@media all and (max-width: 768px) {
  .fv__points__item {
    padding: 0.69765vw;
    filter: drop-shadow(0.69765vw 0.69765vw 0.9302vw rgba(45, 49, 61, 0.55));
  }
}
@media all and (max-width: 560px) {
  .fv__points__item {
    padding: 0.4651vw;
    filter: drop-shadow(0.69765vw 0.69765vw 0.9302vw rgba(45, 49, 61, 0.55));
  }
}
.fv__points__inner {
  background: linear-gradient(300.57deg, #877700 -11.29%, #DDB93F 19.16%, #B1872F 56.72%, #664215 87.18%);
  padding: 0.5em 0.3em;
  font-size: 1.25rem;
  line-height: 1.25;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 990px) {
  .fv__points__inner {
    font-size: 1rem;
  }
}
@media (max-width: 876px) {
  .fv__points__inner {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 560px) {
  .fv__points__inner {
    font-size: 0.813rem;
  }
}
.fv__points__inner > span {
  filter: drop-shadow(0px 2px 0px #877700);
}
.fv__points__inner strong {
  font-size: 1.8em;
}
.fv__points__inner strong + strong {
  font-size: 2.2em;
}
@media all and (max-width: 560px) {
  .fv__points__inner strong + strong {
    font-size: 1.6em;
  }
}
@media all and (max-width: 560px) {
  .fv__points__inner strong {
    font-size: 1.6em;
  }
}
.fv__copy {
  padding: 4px;
  font-size: 1.5rem;
  border: 1px solid #fff;
  border-radius: 4em;
  color: #fff;
  font-weight: bold;
}
@media all and (max-width: 1024px) {
  .fv__copy {
    font-size: 1.25rem;
    max-width: 552px;
    margin-left: 1.5em;
  }
}
@media (max-width: 990px) {
  .fv__copy {
    font-size: 1rem;
    max-width: 460px;
  }
}
@media (max-width: 876px) {
  .fv__copy {
    font-size: 1.25rem;
    max-width: 131.1582vw;
    margin: 0 auto;
  }
}
@media all and (max-width: 560px) {
  .fv__copy {
    font-size: 0.75rem;
    max-width: 83.718vw;
  }
}
.fv__copy__inner {
  padding: 0 1.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 4em;
}
.fv__copy__inner strong {
  padding: 0 0.2em;
  font-size: 1.5em;
}
@media all and (max-width: 1024px) {
  .fv__copy__inner strong {
    font-size: 1.6em;
  }
}
.fv .fv__inner2 {
  min-height: 680px;
}
@media all and (max-width: 1024px) {
  .fv .fv__inner2 {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media (max-width: 876px) {
  .fv .fv__inner2 {
    position: relative;
    min-height: 1px;
    padding: 4.651vw 4.651vw 69.765vw;
  }
}
@media all and (max-width: 768px) {
  .fv .fv__inner2 {
    padding: 9.302vw 4.651vw 81.3925vw;
  }
}
@media all and (max-width: 560px) {
  .fv .fv__inner2 {
    padding: 16.2785vw 4.651vw 81.3925vw;
  }
}
.fv .fv__inner2 .fv__lead {
  text-align: center;
  align-items: center;
}
.fv__lead2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.55;
  margin-bottom: 1em;
}
@media all and (min-width: 1025px) {
  .fv__lead2 .br-1 {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .fv__lead2 .br-2 {
    display: none;
  }
}
@media all and (min-width: 1025px) {
  .fv__lead2 .br-3 {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .fv__lead2 {
    max-width: 480px;
    text-align: left;
  }
}
@media (max-width: 876px) {
  .fv__lead2 {
    max-width: 100%;
    text-align: center;
    margin: 0 auto 2em;
  }
}
@media all and (max-width: 768px) {
  .fv__lead2 {
    font-size: 4.651vw;
    margin-bottom: 0.5em;
  }
}
.fv__lead2 .color {
  color: #ffeb22;
}
.fv__points2 {
  display: flex;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: bold;
  gap: 1.25em;
}
@media all and (max-width: 1024px) {
  .fv__points2 {
    justify-content: flex-start;
  }
}
@media (max-width: 876px) {
  .fv__points2 {
    justify-content: center;
    gap: 0.5em;
  }
}
@media all and (max-width: 768px) {
  .fv__points2 {
    font-size: 3.2557vw;
    gap: 0.5em;
  }
}
.fv__points2__item {
  color: #fff;
  padding: 0.1em 0.75em;
  border: 0.125rem solid #fff;
  border-radius: calc(infinity * 1px);
}

.top-cv {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
.top-cv__bgLeft {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #22B2C8;
  transform-origin: top right;
  top: 0;
  transform: skew(-18deg);
}
@media all and (min-width: 1025px) {
  .top-cv__bgLeft {
    right: 50%;
    translate: -336px 0;
  }
}
.top-cv__bgLeft:after {
  content: "";
  background-color: #fff;
  right: 5px;
  width: 8px;
  top: 0;
  height: 100%;
  position: absolute;
}
@media all and (max-width: 1024px) {
  .top-cv__bgLeft {
    width: 258px;
    left: 0;
    transform: skew(-14deg);
  }
}
@media (max-width: 876px) {
  .top-cv__bgLeft {
    width: 33.59282421vw;
  }
}
@media all and (max-width: 560px) {
  .top-cv__bgLeft {
    width: 51.161vw;
  }
}
.top-cv__bgRight {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #22B2C8;
  transform-origin: top left;
  top: 0;
  transform: skew(18deg);
}
@media all and (min-width: 1025px) {
  .top-cv__bgRight {
    left: 50%;
    translate: 336px 0;
  }
}
.top-cv__bgRight:after {
  content: "";
  background-color: #fff;
  left: 5px;
  width: 8px;
  top: 0;
  height: 100%;
  position: absolute;
}
@media all and (max-width: 1024px) {
  .top-cv__bgRight {
    width: 258px;
    right: 0;
    transform: skew(14deg);
  }
}
@media (max-width: 876px) {
  .top-cv__bgRight {
    width: 33.59282421vw;
  }
}
@media all and (max-width: 560px) {
  .top-cv__bgRight {
    display: none;
  }
}
.top-cv__container {
  position: relative;
  z-index: 10;
  left: -10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .top-cv__container {
    left: 0;
    padding-right: 0;
    flex-direction: column;
    padding: 40px 0 55px;
  }
}
@media (max-width: 876px) {
  .top-cv__container {
    padding: 15.6245694vw 0 5.859213525vw;
    max-width: 33.125em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 560px) {
  .top-cv__container {
    padding: 17.44125vw 0 8.13925vw;
  }
}
.top-cv__header {
  width: 47%;
  position: relative;
  display: flex;
}
@media all and (max-width: 1024px) {
  .top-cv__header {
    width: 100%;
  }
}
@media (max-width: 876px) {
  .top-cv__header {
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 1.875em 0 1.25em;
  }
}
@media all and (max-width: 560px) {
  .top-cv__header {
    padding: 0 1.875rem 0 2.25rem;
  }
}
.top-cv__heading {
  position: absolute;
  z-index: 10;
  left: 0;
  font-size: 1.25rem;
  top: 1.9em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  color: #1977B2;
  font-weight: bold;
  border: 2px solid #1977B2;
  border-radius: 1em;
  padding: 1em 1em 0.8em;
  line-height: 1.4;
}
@media all and (max-width: 1024px) {
  .top-cv__heading {
    left: auto;
    right: 50%;
    translate: -35% 0;
  }
}
@media (max-width: 876px) {
  .top-cv__heading {
    position: relative;
    top: 0;
    right: 0;
    translate: 0 0;
    white-space: nowrap;
  }
}
@media all and (max-width: 560px) {
  .top-cv__heading {
    font-size: 1rem;
    translate: 0 -10%;
    padding: 1.2em 1.2em 1em;
  }
}
.top-cv__heading .strong {
  font-size: 1.7em;
}
@media all and (max-width: 1024px) {
  .top-cv__heading .strong {
    font-size: 1.6em;
  }
}
@media all and (max-width: 560px) {
  .top-cv__heading .strong {
    font-size: 1.5em;
  }
}
.top-cv__heading:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  bottom: 0;
  right: 1.5em;
  background-color: #fff;
  z-index: 5;
  translate: 0 50%;
}
@media (max-width: 876px) {
  .top-cv__heading:before {
    right: auto;
    left: 1.5em;
  }
}
.top-cv__heading:after {
  content: "";
  position: absolute;
  width: 2px;
  border-radius: 2px;
  height: 1.5em;
  background-color: #1977B2;
  right: 2.25em;
  z-index: 10;
  bottom: 0;
  translate: 0 80%;
  transform-origin: top center;
  rotate: -40deg;
}
@media (max-width: 876px) {
  .top-cv__heading:after {
    right: auto;
    left: 2.25em;
    rotate: 40deg;
  }
}
@media all and (max-width: 560px) {
  .top-cv__heading:after {
    rotate: 30deg;
  }
}
.top-cv__person {
  margin-left: auto;
}
.top-cv__person img {
  height: auto;
}
@media all and (min-width: 1025px) {
  .top-cv__person {
    width: 272px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .top-cv__person {
    left: calc(292px - 22vw);
    position: relative;
  }
}
@media all and (max-width: 1024px) {
  .top-cv__person {
    margin-right: auto;
    width: 256px;
  }
}
@media (max-width: 876px) {
  .top-cv__person {
    width: 18em;
    transform-origin: bottom left;
    scale: 1.1;
  }
  .top-cv__person img {
    width: 100%;
  }
}
@media all and (max-width: 560px) {
  .top-cv__person {
    scale: 1.03;
  }
}
.top-cv__btWrap {
  width: 48.6%;
}
@media all and (max-width: 1024px) {
  .top-cv__btWrap {
    width: 100%;
    max-width: 530px;
  }
}
@media (max-width: 876px) {
  .top-cv__btWrap {
    max-width: 33.125em;
  }
}
@media all and (max-width: 560px) {
  .top-cv__btWrap {
    max-width: 83.718vw;
  }
}

.top-review {
  background-color: #F5F7FA;
  padding: 2.5rem 0;
}
@media all and (max-width: 768px) {
  .top-review {
    padding: 1.875rem 0;
  }
}
.top-review__container {
  max-width: 58.75rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 18.75rem 1fr;
}
@media all and (max-width: 1024px) {
  .top-review__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.top-review__btWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .top-review__btWrap {
    max-width: 33.75rem;
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
@media all and (max-width: 560px) {
  .top-review__btWrap {
    max-width: 18.75rem;
  }
}
.top-review__btWrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  gap: 0.3125rem;
  color: #fff;
  border-radius: 1.875rem;
  padding: 1.25rem 0.625rem;
  background: linear-gradient(180deg, #339BDD 0%, #1977B2 100%);
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0 0.1875rem 0 #145B87;
  transition: all 0.2s ease 0s;
}
.top-review__btWrap a:hover {
  text-decoration: none;
}
@media all and (max-width: 1024px) and (min-width: 561px) {
  .top-review__btWrap a {
    font-size: 1.875rem;
  }
}
.top-review__btWrap a:hover {
  transform: translateY(0.1875rem);
  box-shadow: 0 0rem 0 #145B87;
}
.top-review__btWrap a .sub {
  font-size: 0.825em;
}
.top-review__text {
  padding: 0 1.25rem;
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  align-items: center;
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
}
@media all and (max-width: 1024px) {
  .top-review__text {
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 1024px) and (min-width: 561px) {
  .top-review__text {
    font-size: 1.625rem;
  }
}
@media all and (max-width: 560px) {
  .top-review__text {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 768px) {
  .top-review__text p:first-child {
    font-size: 1rem;
  }
}
.top-review__text strong {
  color: #1977B2;
  font-size: 1.5em;
  line-height: 1.4;
}
@media all and (max-width: 560px) {
  .top-review__text strong {
    font-size: 1.2em;
  }
}
.top-review__text .small {
  font-size: 0.825em;
}
@media all and (max-width: 1024px) {
  .top-review__text .small {
    order: -1;
    margin-bottom: 1.5em;
  }
}

.top-intro {
  background-color: #1977B2;
  padding: 5rem 0 5.625rem;
}
.top-intro__container {
  padding: 5.25rem 3.125rem;
  background-color: #fff;
  border-radius: 1.25rem;
}
@media all and (max-width: 1024px) {
  .top-intro__container {
    padding: 2.5rem 3.125rem;
  }
}
@media all and (max-width: 768px) {
  .top-intro__container {
    padding: 2.5rem 2.5rem 3.125rem;
  }
}
@media all and (max-width: 560px) {
  .top-intro__container {
    padding: 1.25rem 1.25rem 2.1875rem;
  }
}
@media all and (max-width: 560px) {
  .top-intro__container {
    border-radius: 0.625rem;
  }
}
.top-intro__container__inner {
  max-width: 900px;
  margin: 0 auto;
}
.top-intro__heading {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
@media all and (max-width: 560px) {
  .top-intro__heading {
    gap: 1rem;
    margin-bottom: 2.125rem;
  }
}
.top-intro__heading .ic {
  width: 6.1875rem;
  flex-shrink: 0;
}
.top-intro__heading .ic img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1024px) {
  .top-intro__heading .ic {
    width: 5.625rem;
  }
}
@media all and (max-width: 768px) {
  .top-intro__heading .ic {
    width: 3.875rem;
  }
}
@media all and (max-width: 560px) {
  .top-intro__heading .ic {
    width: 2.9375rem;
  }
}
.top-intro__heading .text {
  font-weight: bold;
  color: #1977B2;
  font-size: 1.75rem;
  line-height: 1.6;
}
@media all and (max-width: 768px) {
  .top-intro__heading .text {
    font-size: 1.688rem;
  }
}
@media all and (max-width: 560px) {
  .top-intro__heading .text {
    font-size: 1.188rem;
  }
}
.top-intro__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.75rem;
}
@media all and (max-width: 768px) {
  .top-intro__list {
    gap: 2.5rem;
  }
}
.top-intro__list__item {
  position: relative;
}
@media all and (min-width: 769px) {
  .top-intro__list__item {
    padding-left: 8.125rem;
    padding-right: 16.25rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .top-intro__list__item {
    padding-right: 13.75rem;
  }
}
@media all and (max-width: 560px) {
  .top-intro__list__item {
    padding-bottom: 10rem;
  }
}
@media all and (max-width: 768px) {
  .top-intro__list__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5em;
  }
}
@media all and (max-width: 560px) {
  .top-intro__list__header {
    margin-bottom: 1em;
  }
}
.top-intro__list__point {
  width: 6.25rem;
  height: 6.25rem;
  border: 0.125rem solid #1977B2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #1977B2;
  font-weight: bold;
  position: relative;
  flex-shrink: 0;
}
@media all and (min-width: 769px) {
  .top-intro__list__point {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media all and (max-width: 768px) {
  .top-intro__list__point {
    width: 4.75rem;
    height: 4.75rem;
  }
}
.top-intro__list__point span {
  padding: 0 0.4em;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -20%;
}
@media all and (max-width: 560px) {
  .top-intro__list__point span {
    font-size: 0.813rem;
  }
}
.top-intro__list__point em {
  font-size: 1.75rem;
}
@media all and (max-width: 560px) {
  .top-intro__list__point em {
    font-size: 1.5rem;
  }
}
.top-intro__list__point:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: #fff;
  rotate: -45deg;
  position: absolute;
  bottom: 0;
  right: 0;
  translate: -100% -100%;
}
.top-intro__list__heading {
  font-weight: bold;
  color: #1977B2;
  font-size: 1.5rem;
}
@media all and (max-width: 768px) {
  .top-intro__list__heading {
    width: 100%;
    max-width: 100%;
    padding-left: 1em;
  }
}
@media all and (max-width: 560px) {
  .top-intro__list__heading {
    padding-left: 0.5em;
  }
}
@media all and (min-width: 769px) {
  .top-intro__list__text {
    max-width: 30rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .top-intro__list__text {
    max-width: 27.5rem;
  }
}
.top-intro__list__img {
  width: 15.125rem;
}
@media all and (min-width: 769px) {
  .top-intro__list__img {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media all and (min-width: 1025px) {
  .top-intro__list__img {
    top: 50%;
    translate: 0 -50%;
  }
}
@media all and (max-width: 1024px) {
  .top-intro__list__img {
    width: 12.5rem;
  }
}
@media all and (max-width: 560px) {
  .top-intro__list__img {
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 16.25rem;
  }
}
.top-intro__list__img img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .top-intro__list__img {
    flex-shrink: 0;
  }
}
.top-intro__cvWrap {
  margin-top: 4.375rem;
}
@media all and (max-width: 768px) {
  .top-intro__cvWrap {
    margin-top: 3.125rem;
  }
}
@media all and (max-width: 560px) {
  .top-intro__cvWrap {
    margin-top: 1.25rem;
  }
}

@media all and (max-width: 768px) {
  .top-about {
    padding-top: 3.125rem;
  }
}
@media all and (max-width: 560px) {
  .top-about {
    padding-top: 2.5rem;
  }
}
.top-about__leadContainer {
  position: relative;
  margin-top: 2.125rem;
  font-weight: bold;
}
.top-about__leadContainer:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (min-width: 769px) {
  .top-about__leadContainer {
    min-height: 308px;
    padding-bottom: 2.125rem;
  }
}
@media all and (max-width: 768px) {
  .top-about__leadContainer {
    max-width: 33rem;
    margin: 1.25rem auto 0;
  }
}
@media all and (max-width: 560px) {
  .top-about__leadContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.8125rem;
  }
}
@media all and (min-width: 769px) {
  .top-about__leadContainer__img {
    width: 255px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media all and (max-width: 768px) {
  .top-about__leadContainer__img {
    float: left;
    width: 14.5rem;
    margin-top: 0.625rem;
    padding: 0 1.25rem;
    margin-right: 1.25rem;
  }
}
@media all and (max-width: 560px) {
  .top-about__leadContainer__img {
    float: none;
    order: 4;
    margin: 0 auto;
    padding: 0;
    width: 15.9375rem;
  }
}
.top-about__leadContainer__first {
  order: 1;
}
@media all and (min-width: 769px) {
  .top-about__leadContainer__first {
    margin-left: auto;
    width: calc(100% - 280px);
  }
}
.top-about__leadContainer__linkWrap {
  display: flex;
}
@media all and (min-width: 769px) {
  .top-about__leadContainer__linkWrap {
    margin-left: auto;
    width: calc(100% - 280px);
  }
}
@media all and (max-width: 560px) {
  .top-about__leadContainer__linkWrap {
    order: 2;
  }
}
@media all and (max-width: 560px) {
  .top-about__leadContainer__linkWrap {
    margin-top: 1.25rem;
  }
}
.top-about__leadContainer__link {
  background-color: #1977B2;
  display: flex;
  margin: 1.2em 0;
  align-items: center;
  padding: 0.6em 1.4em;
  border-radius: 0.625rem;
  color: #fff;
  gap: 1em;
  line-height: 1.6;
  transition: all 0.2s ease 0s;
}
.top-about__leadContainer__link .arrow {
  width: 1.25rem;
}
.top-about__leadContainer__link:hover {
  text-decoration: none;
}
.top-about__leadContainer__link:hover {
  background-color: #3B8BBD;
}
@media all and (max-width: 768px) {
  .top-about__leadContainer__link {
    padding: 0.6em 1em;
  }
}
@media all and (min-width: 769px) {
  .top-about__leadContainer__second {
    margin-left: auto;
    width: calc(100% - 280px);
  }
}
@media all and (max-width: 560px) {
  .top-about__leadContainer__second {
    order: 3;
  }
}
.top-about__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.125rem;
}
@media all and (max-width: 560px) {
  .top-about__list {
    gap: 1.875rem;
  }
}
.top-about__list__item {
  border: 2px solid #1977B2;
  background-color: #fff;
}
.top-about__list__heading {
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #1977B2;
  line-height: 1.5;
  font-size: 1.5rem;
  padding: 0.75em;
}
@media all and (max-width: 560px) {
  .top-about__list__heading {
    font-size: 1.25rem;
  }
}
.top-about__list__content {
  display: flex;
  align-items: flex-start;
  padding: 1.25rem 1.25rem;
}
.top-about__list__content a {
  display: inline-block;
  font-weight: bold;
  color: #1977B2;
  margin-top: 0.4em;
}
@media all and (max-width: 560px) {
  .top-about__list__content {
    gap: 1em;
    padding: 1.25rem;
    align-items: center;
    flex-direction: column-reverse;
  }
}
.top-about__list__text {
  padding: 0.625rem 0;
}
@media all and (max-width: 560px) {
  .top-about__list__text {
    padding: 0;
  }
}
.top-about__list__img {
  flex-shrink: 0;
  margin-right: 1.5625rem;
  width: 7.5rem;
}
@media all and (max-width: 560px) {
  .top-about__list__img {
    margin-right: 0;
  }
}

.top-step .innerLineBox__wrap {
  padding-bottom: 0;
  padding-top: 1.875rem;
}
@media (max-width: 1240px) {
  .top-step .innerLineBox__wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 1160px) {
  .top-step .innerLineBox__wrap {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media (max-width: 954px) {
  .top-step .innerLineBox__wrap {
    padding: 1.875rem 1.875rem 0;
  }
}
@media all and (max-width: 560px) {
  .top-step .innerLineBox__wrap {
    padding: 1.875rem 1.25rem 0;
  }
}
.top-step__box {
  display: flex;
  padding: 0 0.625rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
}
@media (min-width: 1161px) {
  .top-step__box {
    margin-top: -1.875rem;
    padding: 0;
  }
}
@media (min-width: 1242px) {
  .top-step__box {
    margin-top: -3.125rem;
  }
}
@media (max-width: 1160px) {
  .top-step__box {
    align-items: flex-end;
  }
}
@media (max-width: 930px) {
  .top-step__box {
    flex-direction: column;
    align-items: center;
    margin-top: 3.125rem;
  }
}
@media all and (max-width: 560px) {
  .top-step__box {
    padding: 0;
  }
}
.top-step__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media (max-width: 1160px) {
  .top-step__list {
    justify-content: flex-start;
    padding-bottom: 2.5rem;
  }
}
@media all and (max-width: 1024px) {
  .top-step__list {
    gap: 1.5625rem;
    margin-left: -1.25rem;
  }
}
@media (max-width: 930px) {
  .top-step__list {
    margin-left: 0;
    justify-content: center;
  }
}
.top-step__list__item {
  width: 11.875rem;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1.6;
}
@media (min-width: 1161px) {
  .top-step__list__item {
    max-width: calc((100% - 5rem) / 3);
  }
}
@media (max-width: 930px) {
  .top-step__list__item {
    max-width: calc((100% - 3.125rem) / 3);
  }
}
@media all and (max-width: 560px) {
  .top-step__list__item {
    max-width: 100%;
    width: 100%;
  }
}
.top-step__list__heading {
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.3em 1.2em 0.2em;
  margin-bottom: 0.5em;
  background-color: #1977B2;
  border-radius: 3em;
  color: #fff;
}
.top-step__imgWrap {
  width: 21.25rem;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 1160px) {
  .top-step__imgWrap {
    margin-right: -3.75rem;
  }
}
@media all and (max-width: 560px) {
  .top-step__imgWrap {
    width: 13.75rem;
    display: flex;
    flex-direction: column-reverse;
  }
}
.top-step__img {
  position: relative;
  z-index: 10;
}
@media (max-width: 930px) {
  .top-step__img {
    height: 20rem;
    overflow: hidden;
    translate: 25% 0;
  }
}
@media all and (max-width: 560px) {
  .top-step__img {
    translate: 0 0;
    height: 18.4375rem;
    margin-top: -5.3125rem;
  }
}
.top-step__caption {
  width: 11.25rem;
  height: 11.25rem;
  border: 0.125rem solid #1977B2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  bottom: 10%;
  left: 0;
  translate: -60% 0;
  font-weight: bold;
  color: #1977B2;
  line-height: 1.75;
}
@media (max-width: 1160px) {
  .top-step__caption {
    bottom: auto;
    top: 0;
    translate: -25% -38%;
  }
}
@media (max-width: 930px) {
  .top-step__caption {
    translate: -55% 8%;
  }
}
@media all and (max-width: 560px) {
  .top-step__caption {
    position: relative;
    width: 10.5rem;
    height: 10.5rem;
    translate: -25% 0%;
  }
}
.top-step__caption strong {
  font-size: 1.875rem;
  line-height: 1.4;
}
.top-step__caption:before {
  content: "";
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #fff;
  z-index: 5;
  rotate: -45deg;
  position: absolute;
  right: 0;
  top: 24%;
}
@media (max-width: 1160px) {
  .top-step__caption:before {
    rotate: 45deg;
    top: 65%;
  }
}
@media all and (max-width: 560px) {
  .top-step__caption:before {
    top: 88%;
    rotate: 60deg;
    right: 25%;
  }
}
.top-step__caption:after {
  content: "";
  height: 0.125rem;
  border-radius: 0.125rem;
  width: 2.25rem;
  background-color: #1977B2;
  z-index: 10;
  rotate: -25deg;
  position: absolute;
  right: -10%;
  top: 26%;
}
@media (max-width: 1160px) {
  .top-step__caption:after {
    rotate: 25deg;
    top: 75%;
  }
}
@media all and (max-width: 560px) {
  .top-step__caption:after {
    top: 100%;
    rotate: 60deg;
    right: 19%;
  }
}
.top-step__btWrap {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .top-step__btWrap {
    margin-top: 3.125rem;
  }
}
@media all and (max-width: 768px) {
  .top-step__btWrap {
    margin-top: 2.5rem;
  }
}

.top-fp {
  padding: 2.5rem 0 5rem;
}
.top-fp .commonHeading__ja {
  position: relative;
}
@media all and (max-width: 1024px) {
  .top-fp .commonHeading__ja {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.5em;
  }
}
.top-fp .commonHeading__ja:before, .top-fp .commonHeading__ja:after {
  content: "";
  width: 0.1875rem;
  height: 90%;
  background-color: #1977B2;
  top: 50%;
  translate: 0 -50%;
  position: absolute;
}
.top-fp .commonHeading__ja:before {
  left: -0.5em;
  rotate: -15deg;
}
.top-fp .commonHeading__ja:after {
  right: -0.5em;
  rotate: 15deg;
}
.top-fp__lead {
  margin: 1.25rem 0 2.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
@media all and (max-width: 560px) {
  .top-fp__lead {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
}
.top-fp__lead strong {
  font-size: 2rem;
  color: #1977B2;
}
@media all and (max-width: 560px) {
  .top-fp__lead strong {
    font-size: 1.125rem;
  }
}
.top-fp__container {
  padding: 5rem 0;
  background-color: #faf7ed;
}
@media all and (max-width: 1024px) {
  .top-fp__container {
    padding: 3.125rem 0;
  }
}
@media all and (max-width: 768px) {
  .top-fp__container {
    padding: 2.5rem 0;
  }
}
@media all and (max-width: 768px) {
  .top-fp__container .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.top-fp__slideWrap {
  position: relative;
}
.top-fp__slideContainer {
  max-width: 980px;
}
@media all and (min-width: 1025px) {
  .top-fp__slideContainer {
    padding: 0 2.5rem;
  }
}
@media all and (max-width: 1024px) {
  .top-fp__slideContainer {
    max-width: 38.125rem;
  }
}
@media all and (max-width: 768px) {
  .top-fp__slideContainer {
    max-width: 100%;
  }
}
.top-fp__slide__item {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0.125rem solid #1977B2;
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: #fff;
}
.top-fp__slide__img {
  border-bottom: 0.125rem solid #1977B2;
  position: relative;
  padding-top: 94.44%;
}
.top-fp__slide__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 10%;
     object-position: center 10%;
}
.top-fp__slide__content {
  padding: 0.75rem 1.25rem 1.25rem;
  line-height: 1.5;
}
.top-fp__slide__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.top-fp__slide__header .name {
  font-size: 1.25rem;
}
.top-fp__slide__header .label {
  padding: 0.3em 0.7em;
  border: 0.0625rem solid #1977B2;
  border-radius: 0.7em;
  line-height: 1.2;
  color: #1977B2;
}
.top-fp__slide__review {
  padding-right: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-fp__slide__review .label {
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0.1em;
  width: 5em;
  background-color: #1977B2;
}
.top-fp__slide__review .imgWrap {
  width: calc(100% - 5.6em);
  max-width: 8.75rem;
}
.top-fp__slide__review .img {
  padding-top: 16.8%;
  position: relative;
  overflow: hidden;
}
.top-fp__slide__review .img-in {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.top-fp__slide__review img {
  position: absolute;
  height: 100%;
  max-width: 1000%;
  width: auto;
  top: 0;
  left: 0;
}
.top-fp__slide__link {
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  padding: 0.25em;
  background-color: #1977B2;
  transition: all 0.2s ease 0s;
}
.top-fp__slide__link:hover {
  text-decoration: none;
}
.top-fp__slide__link:hover {
  background-color: #3B8BBD;
}
@media all and (max-width: 768px) {
  .top-fp__slide__buttonWrap {
    max-width: 9.375rem;
    margin: 2.5rem auto 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media all and (max-width: 560px) {
  .top-fp__slide__buttonWrap {
    display: none;
  }
}
.top-fp .swiper-button-prev,
.top-fp .swiper-button-next {
  height: 1.875rem;
  width: 1.875rem;
}
@media all and (max-width: 768px) {
  .top-fp .swiper-button-prev,
  .top-fp .swiper-button-next {
    position: relative;
    transform: none;
    left: 0;
    right: 0;
    margin-top: 0;
  }
}
.top-fp .swiper-button-prev::after,
.top-fp .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 100%;
  margin: auto;
  height: 100%;
}
.top-fp .swiper-button-prev::after {
  background-image: url(../images/common/slide-prev.svg);
}
.top-fp .swiper-button-next::after {
  background-image: url(../images/common/slide-next.svg);
}
.top-fp__btWrap {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .top-fp__btWrap {
    margin-top: 3.125rem;
  }
}
@media all and (max-width: 768px) {
  .top-fp__btWrap {
    margin-top: 2.5rem;
  }
}

@media all and (min-width: 1025px) {
  .top-customer .innerLineBox__wrap {
    padding-bottom: 5rem;
  }
}
.top-customer__lead {
  margin: 1.25rem 0 3.75rem;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .top-customer__lead {
    margin-bottom: 3.125rem;
  }
}
@media all and (max-width: 768px) {
  .top-customer__lead {
    margin-bottom: 2.5rem;
  }
}
@media all and (max-width: 560px) {
  .top-customer__lead {
    font-size: 1rem;
  }
}
.top-customer__btWrap {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .top-customer__btWrap {
    margin-top: 3.125rem;
  }
}
@media all and (max-width: 768px) {
  .top-customer__btWrap {
    margin-top: 2.5rem;
  }
}
.top-customer__textWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.75rem;
  margin-top: 3.75rem;
}
@media all and (max-width: 1024px) {
  .top-customer__textWrap {
    margin-top: 2.5rem;
    gap: 2.5rem;
  }
}
.top-customer__textWrap .text {
  font-size: 1.5rem;
  font-weight: bold;
  max-width: 54.375rem;
  line-height: 1.6;
}
@media all and (max-width: 1024px) {
  .top-customer__textWrap .text {
    max-width: 36.625rem;
  }
}
@media all and (max-width: 768px) {
  .top-customer__textWrap .text {
    font-size: 1rem;
  }
}
.top-customer__textWrap .lead {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #22b2c8;
  line-height: 1.6;
}
@media all and (max-width: 768px) {
  .top-customer__textWrap .lead {
    font-size: 1.25rem;
  }
}
.top-customer__textWrap + .cvBTWrap {
  margin-top: 0.625rem;
}

.about-section1__box1 {
  margin: 3.125rem auto 4.375rem;
  max-width: 956px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .about-section1__box1 {
    align-items: center;
    flex-direction: column;
    margin: 1.25rem auto 2.5rem;
  }
}
@media all and (max-width: 560px) {
  .about-section1__box1 {
    max-width: 20.625rem;
  }
}
.about-section1__box1:before, .about-section1__box1:after {
  content: "";
  width: 5.5rem;
  height: 9.375rem;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/pages/about/shine.webp);
}
.about-section1__box1:before {
  margin-right: 1.5625rem;
}
@media all and (max-width: 1024px) {
  .about-section1__box1:before {
    rotate: 90deg;
    margin-right: 0;
  }
}
@media all and (max-width: 560px) {
  .about-section1__box1:before {
    width: 4.625rem;
    height: 7.875rem;
  }
}
.about-section1__box1:after {
  margin-left: 1.5625rem;
  scale: -1;
}
@media all and (max-width: 1024px) {
  .about-section1__box1:after {
    display: none;
  }
}
.about-section1__box1__main {
  border: 0.125rem solid #fff;
  border-radius: 0.625rem;
  display: flex;
  width: 100%;
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 1.25rem 0.625rem;
  color: #fff;
  justify-content: center;
  font-size: 1.5rem;
}
@media all and (max-width: 1024px) {
  .about-section1__box1__main {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 560px) {
  .about-section1__box1__main {
    padding: 1.25rem 1.5625rem;
  }
}
.about-section1__box1__main:after {
  content: "";
  width: 2.875rem;
  height: 1.3125rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/pages/about/balloon_border.webp);
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 100%;
}
.about-section1__box2 {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .about-section1__box2 {
    gap: 2.5rem;
  }
}
@media all and (max-width: 560px) {
  .about-section1__box2 {
    margin-left: auto;
    margin-right: auto;
    gap: 1.875rem;
    max-width: 20.625rem;
  }
}
@media all and (max-width: 768px) {
  .about-section1__box2 {
    flex-direction: column;
  }
}
@media all and (min-width: 769px) {
  .about-section1__box2__text {
    width: calc(100% - 16.875rem);
    max-width: 43rem;
  }
}
.about-section1__box2__btWrap {
  width: 15rem;
}
.about-section1__box2__btWrap a {
  display: flex;
  background-color: #22B2C8;
  transition: all 0.2s ease 0s;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  color: #fff;
  padding: 0.9375rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 0.625rem;
  line-height: 1.5;
}
.about-section1__box2__btWrap a:hover {
  text-decoration: none;
}
.about-section1__box2__btWrap a .arrow {
  width: 1.875rem;
  height: 1.875rem;
}
.about-section1__box2__btWrap a:hover {
  background-color: #40cce1;
}

.about-section2__list {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.125rem;
}
@media all and (max-width: 768px) {
  .about-section2__list {
    margin-top: 1.25rem;
    gap: 1.875rem;
  }
}
.about-section2__list__item {
  position: relative;
}
.about-section2__list__main {
  border-radius: 1.25rem;
  overflow: hidden;
  border: 0.125rem solid #1977B2;
  background-color: #fff;
}
.about-section2__list__heading {
  color: #fff;
  font-weight: bold;
  background-color: #1977B2;
  line-height: 1.5;
  font-size: 1.5rem;
  padding: 0.75em 1.875rem;
}
@media all and (max-width: 768px) {
  .about-section2__list__heading {
    font-size: 1.25rem;
    padding: 1em 1.875rem;
    text-align: center;
  }
}
@media all and (max-width: 560px) {
  .about-section2__list__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 6.25rem;
  }
}
.about-section2__list__content {
  padding: 1.25rem 1.875rem;
}
@media all and (min-width: 769px) {
  .about-section2__list__content {
    padding-right: 14.375rem;
  }
}
@media all and (min-width: 1025px) {
  .about-section2__list__content {
    padding-right: 22.5rem;
  }
}
@media all and (max-width: 560px) {
  .about-section2__list__content {
    padding: 0.625rem 1.25rem;
  }
}
.about-section2__list__img {
  width: 16.875rem;
}
@media all and (min-width: 769px) {
  .about-section2__list__img {
    z-index: 5;
    position: absolute;
    right: 2.5rem;
    bottom: 0.125rem;
  }
}
@media all and (max-width: 1024px) {
  .about-section2__list__img {
    width: 12.5rem;
    right: 1.25rem;
  }
}
@media all and (max-width: 768px) {
  .about-section2__list__img {
    width: 15rem;
    height: 12.5rem;
    overflow: hidden;
    margin: 0 auto;
  }
}

.about-section3__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.75rem;
}
@media all and (max-width: 768px) {
  .about-section3__container {
    gap: 2.5rem;
  }
}
.about-section3__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  color: #1977B2;
  font-size: 2rem;
  font-weight: bold;
}
@media all and (max-width: 560px) {
  .about-section3__heading {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 769px) {
  .about-section3__heading {
    justify-content: flex-start;
    text-align: left;
    font-size: 2.25rem;
  }
  .about-section3__heading:before {
    content: "";
    width: 0.625rem;
    height: 2.5rem;
    background-color: #1977B2;
    border-radius: 1rem;
    margin-right: 0.625rem;
  }
}
.about-section3__section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.125rem;
}
@media all and (max-width: 768px) {
  .about-section3__section {
    gap: 1.875rem;
  }
}
.about-section3__childHeading {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 0.35em;
  border-bottom: 1px solid #cecece;
  margin-bottom: 1.875rem;
}
@media all and (max-width: 768px) {
  .about-section3__childHeading {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    text-align: center;
  }
}
.about-section3__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem 0.8125rem;
}
@media all and (max-width: 768px) {
  .about-section3__list {
    gap: 1.5rem 1.875rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .about-section3__list.sp-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-section3__list.sp-center li {
    width: 30%;
  }
}
@media all and (max-width: 560px) {
  .about-section3__list {
    gap: 1.25rem 0.625rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .about-section3__list.sp-center li {
    width: 48%;
  }
}
.about-section3__lead {
  font-weight: bold;
}
.about-section3__lead br {
  display: none;
}
@media all and (min-width: 1025px) {
  .about-section3__lead {
    font-size: 1.25rem;
    text-align: center;
  }
  .about-section3__lead br {
    display: inline;
  }
}

.step-section1__lead {
  max-width: 740px;
  margin: 0 auto 4.75rem;
}
@media all and (max-width: 768px) {
  .step-section1__lead {
    margin-bottom: 1.875rem;
  }
}
@media all and (max-width: 560px) {
  .step-section1__lead {
    margin-bottom: 2.5rem;
  }
}
.step-section1__wrap {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem;
}
@media all and (max-width: 768px) {
  .step-section1__wrap {
    gap: 2.5rem;
  }
}
.step-section1__section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  margin-bottom: 1.25rem;
}
@media all and (max-width: 1024px) {
  .step-section1__section__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75em;
  }
}
@media all and (max-width: 560px) {
  .step-section1__section__header {
    align-items: center;
  }
}
.step-section1__section__heading {
  line-height: 1.5;
  font-weight: bold;
  color: #1977B2;
  font-size: 1.5rem;
}
@media all and (max-width: 768px) {
  .step-section1__section__heading {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 560px) {
  .step-section1__section__heading {
    font-size: 1.188rem;
  }
}
.step-section1__section__labels {
  display: flex;
  gap: 1.25rem;
}
.step-section1__section__labels li {
  background-color: #1977B2;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 0.75em;
  border-radius: 2em;
}
.step-section1__section__img {
  overflow: hidden;
  border-radius: 1.25rem;
  margin-bottom: 3.125rem;
}
@media all and (max-width: 768px) {
  .step-section1__section__img {
    margin-bottom: 1.25rem;
    border-radius: 0.625rem;
  }
}
.step-section1__step {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
.step-section1__step__heading {
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  gap: 1.25rem;
  color: #1977B2;
  margin-bottom: 0.625rem;
}
@media all and (max-width: 768px) {
  .step-section1__step__heading {
    font-size: 1.25rem;
    gap: 0.625rem;
  }
}
@media all and (max-width: 560px) {
  .step-section1__step__heading {
    font-size: 1.188rem;
  }
}
.step-section1__step__heading .label {
  background-color: #1977B2;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 1.25em;
  border-radius: 2em;
}
@media all and (max-width: 768px) {
  .step-section1__step__heading .label {
    padding: 0.5em 0.75em;
    font-size: 1rem;
  }
}

.step-section2 .commonHeading3 {
  margin-bottom: 5rem;
}
@media all and (max-width: 1024px) {
  .step-section2 .commonHeading3 {
    margin-bottom: 3.125rem;
  }
}
@media all and (max-width: 768px) {
  .step-section2 .commonHeading3 {
    margin-bottom: 1.875rem;
    font-size: 1.5rem;
  }
}

.faqList {
  max-width: 870px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.125rem;
}
@media all and (max-width: 768px) {
  .faqList {
    gap: 1.875rem;
  }
}
.faqList__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
  font-size: 1.25rem;
}
@media all and (max-width: 768px) {
  .faqList__row {
    font-size: 1rem;
  }
}
@media all and (max-width: 768px) {
  .faqList__row {
    gap: 1.25rem;
  }
}
.faqList__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faqList__q__icon {
  width: 4.8125rem;
}
@media all and (max-width: 560px) {
  .faqList__q__icon {
    width: 3.375rem;
  }
}
.faqList__q__main {
  width: calc(100% - 7rem);
  position: relative;
  border: 0.0625rem solid #333;
  border-radius: 0.625rem;
  font-weight: bold;
  padding: 0.7em 1em;
  line-height: 1.6;
  min-height: 4.5em;
  display: flex;
  align-items: center;
}
@media all and (max-width: 560px) {
  .faqList__q__main {
    width: calc(100% - 5rem);
  }
}
.faqList__q__main:before {
  content: "";
  position: absolute;
  top: 35%;
  width: 0.4em;
  height: 0.8em;
  left: 0;
  translate: -50% 0;
  background-color: #fff;
  z-index: 4;
}
.faqList__q__main:after {
  content: "";
  width: 1.1em;
  height: 0.0625rem;
  background-color: #333;
  border-radius: 1em;
  position: absolute;
  top: calc(35% + 0.4em);
  transform-origin: right center;
  rotate: -10deg;
  translate: -100% 0;
  left: 0;
  z-index: 8;
}
.faqList__a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.faqList__a__icon {
  width: 4.6875rem;
}
@media all and (max-width: 560px) {
  .faqList__a__icon {
    width: 3.375rem;
  }
}
.faqList__a__main {
  width: calc(100% - 7rem);
  position: relative;
  border: 0.0625rem solid #1977B2;
  border-radius: 0.625rem;
  font-weight: bold;
  padding: 0.7em 1em;
  line-height: 1.6;
  min-height: 4.5em;
  display: flex;
  align-items: center;
  color: #1977B2;
}
@media all and (max-width: 560px) {
  .faqList__a__main {
    width: calc(100% - 5rem);
  }
}
.faqList__a__main:before {
  content: "";
  position: absolute;
  top: 35%;
  width: 0.4em;
  height: 0.8em;
  right: 0;
  translate: 50% 0;
  background-color: #fff;
  z-index: 4;
}
.faqList__a__main:after {
  content: "";
  width: 1.1em;
  height: 0.0625rem;
  background-color: #1977B2;
  border-radius: 1em;
  position: absolute;
  top: calc(35% + 0.4em);
  transform-origin: left center;
  rotate: 10deg;
  translate: 100% 0;
  right: 0;
  z-index: 8;
}

.fp-section1__lead {
  color: #fff;
  font-weight: bold;
}
@media all and (min-width: 1025px) {
  .fp-section1__lead {
    text-align: center;
  }
}

.fp-section2 {
  background-color: #FAF7ED;
}

.fp-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.125rem;
}
@media all and (max-width: 560px) {
  .fp-list {
    padding: 0 0.9375rem;
  }
}
.fp-list__item {
  display: grid;
  background-color: #fff;
  border: 0.125rem solid #1977B2;
  overflow: hidden;
  border-radius: 1.25rem;
  grid-template-columns: 1fr;
}
@media all and (min-width: 561px) {
  .fp-list__item {
    grid-template-columns: 16.875rem auto;
  }
}
.fp-list__img {
  position: relative;
}
@media all and (min-width: 561px) {
  .fp-list__img {
    min-height: 20.1875rem;
    border-right: 0.125rem solid #1977B2;
  }
}
@media all and (min-width: 1025px) {
  .fp-list__img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    min-height: 17.0625rem;
  }
}
@media all and (max-width: 1024px) {
  .fp-list__img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media all and (max-width: 560px) {
  .fp-list__img {
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: auto;
    grid-row-end: auto;
    min-height: 15.9375rem;
  }
}
.fp-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 10%;
     object-position: center 10%;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 768px) {
  .fp-list__img img {
    -o-object-position: center top;
       object-position: center top;
  }
}
@media all and (max-width: 560px) {
  .fp-list__img img {
    -o-object-position: center 10%;
       object-position: center 10%;
  }
}
@media all and (min-width: 561px) {
  .fp-list__main {
    padding: 1.25rem;
  }
}
.fp-list__header {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  margin-bottom: 0.9375rem;
}
@media all and (max-width: 1024px) {
  .fp-list__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
  }
}
@media all and (max-width: 560px) {
  .fp-list__header {
    margin-bottom: 0;
    padding: 0.625rem 1.25rem 1.25rem;
    border-bottom: 0.125rem solid #1977B2;
  }
}
.fp-list__header__left {
  max-width: 14rem;
  gap: 0.3em;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
@media all and (min-width: 1025px) {
  .fp-list__header__left {
    width: calc((100% - 1.875rem) / 2);
  }
}
@media all and (max-width: 560px) {
  .fp-list__header__left {
    max-width: 100%;
  }
}
.fp-list__header__left .name {
  font-size: 1.25rem;
}
.fp-list__header__left .label {
  padding: 0.3em 0.7em;
  border: 0.0625rem solid #1977B2;
  border-radius: 0.7em;
  line-height: 1.2;
  color: #1977B2;
}
.fp-list__header__right {
  max-width: 14rem;
  gap: 0.4em;
  width: 100%;
  display: flex;
  align-items: center;
}
@media all and (min-width: 1025px) {
  .fp-list__header__right {
    width: calc((100% - 1.875rem) / 2);
  }
}
.fp-list__header__right .label {
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0.1em;
  width: 5em;
  background-color: #1977B2;
  line-height: 1.4;
}
.fp-list__header__right .imgWrap {
  width: calc(100% - 5.6em);
  max-width: 8.75rem;
}
.fp-list__header__right .img {
  padding-top: 16.8%;
  position: relative;
  overflow: hidden;
}
.fp-list__header__right .img-in {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.fp-list__header__right img {
  position: absolute;
  height: 100%;
  max-width: 1000%;
  width: auto;
  top: 0;
  left: 0;
}
@media all and (max-width: 560px) {
  .fp-list__message {
    padding: 0.625rem 1.25rem;
  }
}
.fp-list__qualification {
  border-top: 0.125rem solid #1977B2;
  display: flex;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
}
@media all and (max-width: 1024px) {
  .fp-list__qualification {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media all and (max-width: 560px) {
  .fp-list__qualification {
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: auto;
    grid-row-end: auto;
    flex-direction: column;
  }
}
.fp-list__qualification .label {
  flex-shrink: 0;
  white-space: nowrap;
  padding: 0.75em 1em;
  background-color: #1977B2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.fp-list__qualification .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1em;
  gap: 0 0.75em;
  color: #1977B2;
}
@media all and (max-width: 560px) {
  .fp-list__qualification .content {
    justify-content: center;
  }
}

.voice-section1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
}
@media all and (max-width: 1024px) {
  .voice-section1 {
    gap: 3.125rem;
  }
}
@media all and (max-width: 768px) {
  .voice-section1 {
    gap: 2.5rem;
  }
}

.voice-case {
  padding: 0;
}
.voice-case__header {
  padding: 1.25rem 2.5rem;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .voice-case__header {
    padding: 1.25rem 1.875rem;
    flex-direction: column;
    gap: 1.25rem;
    align-items: flex-start;
  }
}
@media all and (max-width: 768px) {
  .voice-case__header {
    padding: 1.25rem 1.875rem;
  }
}
@media all and (max-width: 560px) {
  .voice-case__header {
    padding: 1.25rem;
    align-items: center;
  }
}
.voice-case__heading {
  background-color: #22B2C8;
  border-radius: 10rem;
  color: #fff;
  padding: 0.1875rem;
  font-size: 1.25rem;
}
@media all and (min-width: 1025px) {
  .voice-case__heading {
    padding: 0.25rem;
    width: 11.875rem;
    flex-shrink: 0;
    margin-right: 1.75rem;
  }
}
.voice-case__heading__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  border-radius: 10rem;
  border: 0.0625rem solid #fff;
  padding: 0.35em 1.25em;
}
@media all and (min-width: 1025px) {
  .voice-case__heading__inner {
    border-width: 0.125rem;
    flex-direction: column;
    padding: 0.5em;
  }
}
.voice-case__lead {
  font-weight: bold;
  line-height: 1.75;
}
@media all and (min-width: 1025px) {
  .voice-case__lead {
    font-size: 1.25rem;
  }
}
.voice-case__review {
  border-top: 0.0625rem solid #22B2C8;
  border-bottom: 0.0625rem solid #22B2C8;
  display: flex;
  color: #22B2C8;
  font-weight: bold;
  line-height: 1.75;
}
@media all and (min-width: 769px) {
  .voice-case__review {
    border-top-width: 0.125rem;
    border-bottom-width: 0.125rem;
  }
}
@media all and (max-width: 560px) {
  .voice-case__review {
    flex-direction: column;
  }
}
.voice-case__review .label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5em 1em;
  white-space: nowrap;
  font-size: 1.25rem;
}
@media all and (min-width: 1025px) {
  .voice-case__review .label {
    min-width: 14.375rem;
    flex-shrink: 0;
    padding: 1.25em;
  }
}
@media all and (min-width: 561px) {
  .voice-case__review .label {
    border-right: 0.125rem solid #22B2C8;
  }
}
@media all and (min-width: 561px) and (max-width: 768px) {
  .voice-case__review .label {
    border-right-width: 0.0625rem;
    padding: 0.75em 1em;
  }
}
@media all and (max-width: 560px) {
  .voice-case__review .label {
    border-bottom: 0.0625rem solid #22B2C8;
  }
}
.voice-case__review .content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 1.25em;
}
@media all and (min-width: 1025px) {
  .voice-case__review .content {
    font-size: 1.25rem;
  }
}
.voice-case__main {
  padding: 2.5rem 2.5rem 0;
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (min-width: 1025px) {
  .voice-case__main {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media all and (max-width: 1024px) {
  .voice-case__main {
    padding: 1.875rem 1.875rem 0;
    gap: 1.875rem;
  }
}
@media all and (max-width: 560px) {
  .voice-case__main {
    padding: 1.25rem 1.25rem 0;
  }
}
.voice-case__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media all and (min-width: 769px) {
  .voice-case__list {
    gap: 1.5625rem;
  }
}
@media all and (min-width: 1025px) {
  .voice-case__list {
    padding-bottom: 2.5rem;
    width: calc(100% - 21.875rem);
    gap: 1.875rem;
  }
}
.voice-case__list__row {
  display: flex;
  align-items: flex-start;
}
@media all and (max-width: 560px) {
  .voice-case__list__row {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.voice-case__list__row:nth-child(2) .voice-case__list__dt {
  background-color: #22B2C8;
}
.voice-case__list__row:nth-child(3) .voice-case__list__dt {
  background-color: #22A6AB;
}
.voice-case__list__dt {
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.5em;
  background-color: #53C3D4;
  border-radius: 0.625rem;
  flex-shrink: 0;
  padding: 0.4em 0.2em;
  margin-right: 1.25rem;
}
.voice-case__list__dd {
  line-height: 1.75;
  min-height: 2.8em;
  display: flex;
  align-items: center;
}
.voice-case__asideWrap {
  display: flex;
  align-items: flex-start;
}
@media all and (min-width: 1025px) {
  .voice-case__asideWrap {
    width: 20.5rem;
  }
}
.voice-case__aside {
  border-radius: 1.25rem;
  border: 0.125rem solid #1977B2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #1977B2;
  position: relative;
}
@media all and (max-width: 1024px) {
  .voice-case__aside {
    width: 14.875rem;
    padding: 1.2em;
    margin-top: 1.25rem;
  }
}
@media all and (max-width: 560px) {
  .voice-case__aside {
    width: 8.4375rem;
    margin-top: 0;
    padding: 0.75em 1em;
  }
}
.voice-case__aside:before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  z-index: 5;
  position: absolute;
  right: 0;
  translate: 50% 0;
  top: 40%;
}
.voice-case__aside:after {
  content: "";
  height: 0.125rem;
  border-radius: 0.125rem;
  width: 1.5625rem;
  background-color: #1977B2;
  z-index: 10;
  rotate: 20deg;
  position: absolute;
  right: 0;
  top: calc(40% + 0.75rem);
  translate: 90% 0;
}
@media all and (min-width: 1025px) {
  .voice-case__aside {
    width: 8.4375rem;
    padding: 0.65em 1em;
  }
}
.voice-case__person {
  overflow: hidden;
  width: 11.875rem;
  translate: 7.5% 0;
}
@media all and (max-width: 1024px) {
  .voice-case__person {
    width: 13.125rem;
    height: 13.875rem;
  }
}
@media all and (max-width: 768px) {
  .voice-case__person {
    width: 11.875rem;
    height: 17rem;
  }
}

.voice-section2 {
  margin-top: 5rem;
}
@media all and (max-width: 1024px) {
  .voice-section2 {
    margin-top: 3.125rem;
  }
}
@media all and (max-width: 768px) {
  .voice-section2 {
    margin-top: 2.5rem;
  }
}
.voice-section2__lead {
  font-weight: bold;
  text-align: center;
  margin: 1.25rem 0 2.5rem;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media all and (max-width: 768px) {
  .voice-section2__lead {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}

.voice-section3__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto 4.375rem;
}
@media all and (max-width: 1024px) {
  .voice-section3__header {
    align-items: center;
    flex-direction: column;
  }
}
@media all and (max-width: 768px) {
  .voice-section3__header {
    margin-bottom: 2.5rem;
  }
}
@media all and (max-width: 560px) {
  .voice-section3__header {
    max-width: 20.625rem;
  }
}
.voice-section3__header__main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-weight: bold;
  color: #22B2C8;
  gap: 1.25rem;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .voice-section3__header__main {
    margin-top: -0.9375rem;
  }
}
.voice-section3__header:before, .voice-section3__header:after {
  content: "";
  width: 5.5rem;
  height: 9.375rem;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/pages/voice/shine.webp);
}
.voice-section3__header:before {
  margin-right: 1.5625rem;
}
@media all and (max-width: 1024px) {
  .voice-section3__header:before {
    rotate: 90deg;
    margin-right: 0;
  }
}
@media all and (max-width: 560px) {
  .voice-section3__header:before {
    width: 4.625rem;
    height: 7.875rem;
  }
}
.voice-section3__header:after {
  margin-left: 1.5625rem;
  scale: -1;
}
@media all and (max-width: 1024px) {
  .voice-section3__header:after {
    display: none;
  }
}
.voice-section3__heading {
  font-size: 3rem;
}
@media all and (max-width: 768px) {
  .voice-section3__heading {
    font-size: 2.25rem;
  }
}
.voice-section3__lead {
  font-size: 1.5rem;
}
@media all and (max-width: 768px) {
  .voice-section3__lead {
    font-size: 1rem;
  }
}
@media all and (max-width: 560px) {
  .voice-section3__lead {
    line-height: 2;
  }
}
.voice-section3__btWrap {
  margin-bottom: 5rem;
}
@media all and (max-width: 1024px) {
  .voice-section3__btWrap {
    margin-bottom: 3.125rem;
  }
}
@media all and (max-width: 768px) {
  .voice-section3__btWrap {
    margin-bottom: 2.5rem;
  }
}
.voice-section3__btWrap a {
  display: flex;
  background-color: #1977B2;
  border-radius: 1.25rem;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(0px 5px 0px #0053A6);
  margin-left: auto;
  margin-right: auto;
  max-width: 34.375rem;
  transition: all 0.2s ease 0s;
  font-size: 1.5rem;
}
@media all and (max-width: 560px) {
  .voice-section3__btWrap a {
    max-width: 20.625rem;
    padding: 1em 0.75rem;
    gap: 0.625rem;
    font-size: 1.125rem;
  }
}
.voice-section3__btWrap a:hover {
  translate: 0 5px;
  filter: drop-shadow(0px 0px 0px #0053A6);
}
.voice-section3__btWrap a:hover {
  text-decoration: none;
}
.voice-section3__btWrap a .arrow {
  width: 1.875rem;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  translate: 0 -50%;
  border-radius: 50%;
  background-color: #1977B2;
}
.voice-section3__btWrap a .arrow img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 560px) {
  .voice-section3__btWrap a .arrow {
    position: static;
    translate: 0;
  }
}
.voice-section3__review-img {
  overflow: hidden;
  border-radius: 1.25rem;
}
@media all and (min-width: 769px) {
  .voice-section3__review-img {
    height: 21.875rem;
  }
}
@media all and (min-width: 1025px) {
  .voice-section3__review-img {
    height: 31.25rem;
  }
}

.company-message {
  background-color: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.company-message__main {
  padding: 5rem 5rem 5rem;
}
@media all and (max-width: 1280px) {
  .company-message__main {
    padding: 3.125rem;
  }
}
@media all and (max-width: 560px) {
  .company-message__main {
    padding: 2.1875rem 1.875rem;
  }
}
.company-message__heading {
  display: flex;
  align-items: flex-start;
  gap: 1.875rem;
  line-height: 1.25;
  font-weight: bold;
  color: #1977B2;
  margin-bottom: 1.875rem;
  font-size: 2.25rem;
}
@media all and (max-width: 768px) {
  .company-message__heading {
    gap: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.company-message__heading .ic {
  width: 4rem;
}
@media all and (max-width: 768px) {
  .company-message__heading .ic {
    width: 3.375rem;
  }
}
.company-message__text strong {
  font-weight: bold;
  color: #1977B2;
}
.company-message__sign {
  font-weight: bold;
  margin-top: 2em;
}
.company-message__img {
  margin-top: -8.75rem;
  width: 28.875rem;
  height: 19.625rem;
  margin-left: auto;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/pages/company/president_bg.webp);
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .company-message__img {
    background-image: url(../images/pages/company/president_bg-pc.webp);
    height: auto;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .company-message__img {
    margin-top: -6.25rem;
  }
}
@media all and (max-width: 560px) {
  .company-message__img {
    background-image: url(../images/pages/company/president_bg-sp.webp);
    margin-top: -3.125rem;
  }
}
.company-message__img__person {
  width: 18.125rem;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .company-message__img__person {
    width: 26.25rem;
    height: 28.75rem;
    margin-left: auto;
    margin-right: 1.25rem;
  }
}
@media all and (max-width: 768px) {
  .company-message__img__person {
    width: 20rem;
    height: 23.125rem;
  }
}
@media all and (max-width: 560px) {
  .company-message__img__person {
    width: 17.5rem;
    height: 20rem;
    margin-right: auto;
  }
}

@media all and (max-width: 1024px) and (min-width: 769px) {
  .company-section2 .inner {
    padding-left: 5rem;
    margin-right: 5rem;
  }
}
.company-section2__img {
  margin: 5rem 0 1.25rem;
}
@media all and (max-width: 1024px) {
  .company-section2__img {
    margin-top: 3.125rem;
  }
}
@media all and (max-width: 768px) {
  .company-section2__img {
    margin-top: 2.5rem;
  }
}

.company-information {
  display: grid;
  grid-template-columns: 25.625rem auto;
  gap: 0.625rem;
}
@media all and (max-width: 1280px) {
  .company-information {
    grid-template-columns: 19.375rem auto;
  }
}
@media (max-width: 900px) {
  .company-information {
    grid-template-columns: 1fr;
    gap: 0.3125rem;
  }
}
.company-information__dt {
  background-color: #D0E4EF;
  font-size: 1.25rem;
  padding: 2.25rem 1.25rem;
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .company-information__dt {
    padding: 1.25rem;
  }
}
@media all and (max-width: 560px) {
  .company-information__dt {
    padding: 0.9375rem 1.25rem;
  }
}
.company-information__dd {
  background-color: #e7f1f7;
  padding: 2.25rem 2.5rem;
  font-size: 1.25rem;
}
@media all and (max-width: 1024px) {
  .company-information__dd {
    font-size: 1rem;
  }
}
@media all and (max-width: 560px) {
  .company-information__dd {
    padding: 1.25rem;
    text-align: center;
  }
}
.company-information__place {
  font-size: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5em;
}
.company-information__place .row {
  display: flex;
  gap: 1.5em;
  line-height: 1.5;
}
@media all and (max-width: 560px) {
  .company-information__place .row {
    flex-direction: column;
    align-items: center;
    gap: 0.2em;
    line-height: 1.75;
  }
}
.company-information__place .row dt {
  font-weight: bold;
  width: 5em;
  flex-shrink: 0;
}
.company-information__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.8em;
}
@media all and (max-width: 560px) {
  .company-information__list {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
}

@media all and (min-width: 1025px) {
  .terms-wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media all and (max-width: 1024px) {
  .terms-wrap {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media all and (max-width: 768px) {
  .terms-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.terms-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.terms-container__heading {
  font-weight: bold;
  color: #1977B2;
  line-height: 1.75;
  font-size: 1.5rem;
}
@media all and (max-width: 560px) {
  .terms-container__heading {
    font-size: 1.25rem;
  }
}
.terms-container__heading--small {
  font-size: 1rem;
}
.terms-container__heading2 {
  font-weight: bold;
  color: #1977B2;
  line-height: 1.75;
  font-size: 1.25rem;
  margin-bottom: -1em;
}
.terms-container .mb2em {
  margin-bottom: 2rem;
}
.terms-container a {
  color: #3B8BBD;
  text-decoration: underline;
}
.terms-container a:hover {
  text-decoration: none;
}
.terms-container .list-inline li > * {
  display: inline;
}

.terms-dl__dt {
  font-weight: bold;
  color: #1977B2;
}
.terms-dl__dd {
  margin-bottom: 2rem;
}
.terms-dl__dd:last-child {
  margin-bottom: 0;
}

.archive-container {
  margin: 5rem 0;
}
@media all and (max-width: 1024px) {
  .archive-container {
    margin: 3.125rem 0;
  }
}
@media all and (max-width: 768px) {
  .archive-container {
    margin: 2.5rem 0;
  }
}

.blogList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.75rem;
}
.blogList__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
.blogList__title a {
  color: #1977B2;
}
@media all and (max-width: 1024px) {
  .blogList__title {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 768px) {
  .blogList__title {
    font-size: 1.25rem;
  }
}
.blogList__main {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media all and (min-width: 769px) {
  .blogList__main {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 2.5rem;
  }
}
.blogList__img {
  width: 21.875rem;
  flex-shrink: 0;
}
@media all and (max-width: 1024px) {
  .blogList__img {
    width: 40%;
  }
}
@media all and (max-width: 768px) {
  .blogList__img {
    width: 100%;
  }
}
.blogList__img a {
  display: block;
}
.blogList__img a img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogList__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.blogList__more {
  margin-top: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.25rem;
}
.blogList__more a {
  color: #1977B2;
}

.tagArchiveHeading {
  font-size: 1.5rem;
  margin-bottom: 3.125rem;
  font-weight: bold;
  color: #1977B2;
  text-align: center;
}
@media all and (max-width: 768px) {
  .tagArchiveHeading {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
  }
}

.pager {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-size: 1.25rem;
}
@media all and (max-width: 1024px) {
  .pager {
    margin-top: 3.125rem;
  }
}
@media all and (max-width: 768px) {
  .pager {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}
.pager > a,
.pager span {
  padding: 0.3em;
  min-width: 4em;
  text-align: center;
  background-color: #E3E9F1;
}
@media all and (max-width: 768px) {
  .pager > a,
  .pager span {
    min-width: 3.65em;
  }
}
.pager .page-numbers {
  transition: all 0.2s ease 0s;
}
.pager .page-numbers:hover {
  text-decoration: none;
}
.pager .page-numbers:hover {
  background-color: #1977B2;
  color: #fff;
}
.pager .page-numbers.current {
  background-color: #1977B2;
  color: #fff;
}
.pager .page-numbers.dots {
  background-color: transparent !important;
  min-width: 2em;
}
.singleMain__title {
  font-weight: bold;
  color: #1977B2;
  font-size: 2rem;
  line-height: 1.6;
}
@media all and (max-width: 1024px) {
  .singleMain__title {
    margin-bottom: 1.25rem;
  }
}
@media all and (max-width: 768px) {
  .singleMain__title {
    font-size: 1.25rem;
  }
}
.singleMain__eyecatch {
  flex-shrink: 0;
  margin-bottom: 1.875rem;
}
@media all and (min-width: 1025px) {
  .singleMain__eyecatch {
    width: 54%;
    margin-left: 2.5rem;
  }
}
@media all and (min-width: 1025px) {
  .singleMain .singleHeader {
    display: flex;
    align-items: center;
  }
}
.singleMain p {
  margin-bottom: 1.875rem;
}
.singleMain p:last-child {
  margin-bottom: 0;
}
.singleMain h2,
.singleMain h3,
.singleMain h4,
.singleMain h5,
.singleMain h6 {
  font-weight: bold;
  color: #1977B2;
}

.prevBTWrap {
  margin-top: 2.5rem;
  display: flex;
  justify-content: flex-start;
}
.prevBTWrap a {
  font-weight: bold;
  font-size: 1.25rem;
  color: #1977B2;
}

.formWrap {
  max-width: 720px;
  margin: 0 auto;
}
.formWrap__row {
  padding: 30px 0;
  border-bottom: 1px dotted #A0A0A0;
}
@media all and (max-width: 768px) {
  .formWrap__row {
    padding: 7.998vw 0;
  }
}
.formWrap__item {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.formWrap__label {
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: bold;
}
@media all and (max-width: 1024px) {
  .formWrap__label {
    width: 100%;
    margin-bottom: 1em;
  }
}
.formWrap__label .req_label {
  background-color: #f00;
  color: #fff;
  padding: 0.3em 0.5em;
  border-radius: 4px;
  font-size: 0.75rem;
}
@media all and (max-width: 1024px) {
  .formWrap__parts {
    width: 100%;
  }
}
.formWrap__caption {
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 1em;
  margin-top: -1em;
}
.formWrap__child dt {
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 0.2em;
}
.formWrap__child__row {
  margin-bottom: 1.4em;
}
.formWrap__child__row:last-child {
  margin-bottom: 0;
}
.formWrap input[type=text],
.formWrap input[type=email],
.formWrap input[type=tel],
.formWrap textarea,
.formWrap select {
  margin: 0;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  padding: 0.75em 1.5em;
  border: 1px solid #bbb;
  border-radius: 6px;
  width: 100%;
  display: block;
}
@media all and (max-width: 768px) {
  .formWrap input[type=text],
  .formWrap input[type=email],
  .formWrap input[type=tel],
  .formWrap textarea,
  .formWrap select {
    font-size: 15px;
    border-radius: 2.666vw;
  }
}
.formWrap select {
  background-image: url(../images/common/select_arrow.svg);
  background-position: right 1.5em center;
  background-size: 14px;
  background-repeat: no-repeat;
  padding-right: 2.5em;
}
.formWrap .wpcf7-form-control.wpcf7-checkbox,
.formWrap .wpcf7-form-control.wpcf7-acceptance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
}
@media all and (max-width: 768px) {
  .formWrap .wpcf7-form-control.wpcf7-checkbox,
  .formWrap .wpcf7-form-control.wpcf7-acceptance {
    grid-template-columns: 1fr;
  }
}
.formWrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item,
.formWrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.formWrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item > label,
.formWrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item > label {
  position: relative;
  display: block;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0.5em 1em;
}
.formWrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
.formWrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.formWrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.formWrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  line-height: 1.6;
  padding-left: calc(1.1em + 0.6em);
}
.formWrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before,
.formWrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.1em;
  height: 1.1em;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #fff;
  transform: translateY(-50%);
}
.formWrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after,
.formWrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: calc((1.1em - 0.74em) / 1.5);
  top: 50%;
  width: 0.74em;
  height: 0.74em;
  background: #42A5FF;
  border-radius: 3px;
  opacity: 0;
  transition: opacity 0.15s ease;
  transform: translateY(-50%);
}
.formWrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.formWrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.formWrap .formWrap__consultWrap .wpcf7-form-control.wpcf7-checkbox {
  grid-template-columns: 1fr;
}
.formWrap .wpcf7-form-control.wpcf7-acceptance {
  grid-template-columns: 1fr;
}
.formWrap textarea {
  padding: 1em 1.5em;
}
.formWrap textarea.short {
  height: 6.6em;
}
@media all and (max-width: 768px) {
  .formWrap textarea.short {
    height: 9em;
  }
}
.formWrap__btWrap {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  flex-direction: column;
  align-items: center;
}
.formWrap__btWrap .submitBT {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-decoration: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  min-height: 48px;
  padding: 1em 2em;
  border-radius: 6px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  background-color: #42A5FF;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 16px rgba(66, 165, 255, 0.35);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}
.formWrap__btWrap .submitBT:hover, .formWrap__btWrap .submitBT:focus-visible {
  background-color: #2396ff;
  box-shadow: 0 8px 22px rgba(66, 165, 255, 0.45);
  transform: translateY(-1px);
}
.formWrap__btWrap .submitBT:active {
  background-color: #0588ff;
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(66, 165, 255, 0.3);
}
.formWrap__btWrap .submitBT:disabled, .formWrap__btWrap .submitBT[aria-disabled=true] {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
@media all and (max-width: 768px) {
  .formWrap__btWrap .submitBT {
    border-radius: 2.666vw;
    min-height: 56px;
  }
}
.formWrap .wpcf7-not-valid-tip {
  color: #f00;
  font-weight: bold;
  text-align: right;
}
.formWrap .wpcf7-list-item {
  margin: 0;
}

.wpcf7-response-output {
  border: 0 !important;
  background-color: #efefef;
  font-weight: bold;
  line-height: 1.5;
  padding: 1.5em !important;
}
@media all and (max-width: 768px) {
  .wpcf7-response-output {
    font-size: 3.1992vw;
  }
}

.confirm-hidden {
  display: none !important;
}

.thanksWrap {
  text-align: center;
}
.thanksWrap__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media all and (max-width: 768px) {
  .thanksWrap__title {
    font-size: 1.125rem;
  }
}
.thanksWrap p {
  margin-bottom: 2em;
}
.thanksWrap .prevTopBT {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  background-color: #1977B2;
  padding: 1em 2em;
  border-radius: 6px;
  text-decoration: none;
}
.thanksWrap .prevTopBT:hover {
  background-color: #156597;
}

.foot-cta {
  position: fixed;
  right: 0;
  bottom: 2.5rem;
  z-index: 99;
  transition: translate 0.5s ease-in-out;
}
.foot-cta.hide {
  translate: 110% 0;
}
@media all and (max-width: 768px) {
  .foot-cta.hide {
    translate: 0 110%;
  }
}
@media all and (max-width: 768px) {
  .foot-cta {
    bottom: 0;
    width: 100%;
  }
}
.foot-cta__btn {
  background: linear-gradient(90deg, #877700 0%, #DDB93F 30%, #B1872F 67%, #664215 97%);
  display: block;
  padding: 0.125rem;
  transition: all 0.2s ease 0s;
}
.foot-cta__btn:hover {
  text-decoration: none;
}
@media all and (min-width: 769px) {
  .foot-cta__btn {
    border-radius: calc(infinity * 1px) 0 0 calc(infinity * 1px);
  }
}
.foot-cta__btn:hover {
  text-decoration: none;
}
@media all and (min-width: 769px) {
  .foot-cta__btn:hover {
    translate: 0.3125rem 0;
  }
}
.foot-cta__btn__inner {
  background: linear-gradient(0deg, #835A13 11.37%, #F8C058 90.57%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1.125rem 1.25rem 1.125rem 1.875rem;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
@media all and (min-width: 769px) {
  .foot-cta__btn__inner {
    border-radius: calc(infinity * 1px) 0 0 calc(infinity * 1px);
  }
}
@media all and (max-width: 768px) {
  .foot-cta__btn__inner {
    flex-direction: row;
    font-size: 1.5rem;
  }
  .foot-cta__btn__inner br {
    display: none;
  }
}
.foot-cta__btn__inner .ic {
  width: 2.8125rem;
}

.mainFooter {
  background-color: #F5F7FA;
  padding-bottom: 3.125rem;
}
@media all and (max-width: 768px) {
  .mainFooter {
    padding-bottom: 1.875rem;
  }
}
.mainFooter__header {
  padding: 3.125rem 0;
  border-bottom: 1px solid #CECECE;
}
@media all and (max-width: 768px) {
  .mainFooter__header {
    padding: 2.5rem 0;
  }
}
.mainFooter__header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mainFooter__header__inner a {
  color: #1977B2;
}
@media all and (max-width: 1024px) {
  .mainFooter__header__inner {
    flex-direction: column;
    gap: 1.875rem;
  }
}
.mainFooter__logo {
  width: 16.25rem;
  flex-shrink: 0;
}
@media all and (max-width: 768px) {
  .mainFooter__logo {
    width: 15.875rem;
  }
}
.mainFooter__lead {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1977B2;
  margin-left: 2em;
  line-height: 1.5;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .mainFooter__lead {
    margin-left: 0;
    text-align: center;
  }
}
@media all and (max-width: 560px) {
  .mainFooter__lead {
    font-size: 1rem;
  }
}
.mainFooter__sns {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 1.875rem;
  margin-left: 2em;
}
.mainFooter__sns a {
  width: 50px;
  transition: all 0.2s ease 0s;
}
.mainFooter__sns a:hover {
  text-decoration: none;
}
.mainFooter__sns a:hover {
  filter: brightness(1.2);
}
@media all and (max-width: 1024px) {
  .mainFooter__sns {
    margin-left: 0;
  }
}
.mainFooter__nav {
  padding: 1.875rem 0;
  border-bottom: 1px solid #CECECE;
}
.mainFooter__navList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .mainFooter__navList {
    grid-template-columns: 1fr 1fr;
    max-width: 38rem;
    margin: 0 auto;
  }
}
@media all and (max-width: 768px) {
  .mainFooter__navList__item {
    display: flex;
  }
  .mainFooter__navList__item:nth-child(2n) {
    justify-content: flex-end;
  }
}
.mainFooter__navList a {
  line-height: 1.5;
  padding: 0.3em 0;
  display: flex;
  transition: all 0.2s ease 0s;
}
.mainFooter__navList a:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .mainFooter__navList a {
    width: 14em;
  }
}
@media all and (max-width: 560px) {
  .mainFooter__navList a {
    width: 100%;
  }
}
.mainFooter__navList a:hover {
  color: #999;
}
.mainFooter__contact {
  padding-top: 3.125rem;
}
@media all and (max-width: 768px) {
  .mainFooter__contact {
    padding-top: 2.5rem;
  }
}
.mainFooter__contact__inner {
  display: flex;
  justify-content: space-between;
}
.mainFooter__contact__inner > a {
  width: 48% !important;
  max-width: 48% !important;
}
@media (max-width: 1100px) {
  .mainFooter__contact__inner {
    flex-direction: column;
    max-width: 33.125rem;
    margin: 0 auto;
    gap: 3.4375rem;
  }
  .mainFooter__contact__inner > a {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media all and (max-width: 768px) {
  .mainFooter__contact__inner {
    gap: 2.5rem;
  }
}
@media all and (max-width: 560px) {
  .mainFooter__contact__inner {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.mainFooter__credit {
  margin-top: 3.125rem;
  display: flex;
  text-align: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.875rem;
  gap: 0.3em;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .mainFooter__credit {
    margin-top: 2.5rem;
  }
}
@media all and (max-width: 560px) {
  .mainFooter__credit {
    flex-direction: column;
    gap: 0;
  }
}