@charset "UTF-8";
.secFV {
  display: flex;
  flex-direction: column;
  position: relative;
}
.secFV::before {
  content: "";
  width: 17vw;
  height: 17vw;
  background-color: var(--sub);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  display: block;
  position: absolute;
  bottom: 6vw;
  right: 0;
  transform: translate(10%, 100%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .secFV {
    flex-direction: row;
  }
  .secFV::before {
    width: 16.5vw;
    height: 16.5vw;
    bottom: 7.5vw;
    transform: translate(27%, 100%);
  }
}
.secFV__txtBlk {
  width: 100%;
  padding-top: min(96%, 360px);
  background: url(../img/top/fv_bg-sp.jpg) center/cover no-repeat;
  position: relative;
}
.secFV__txtBlk::after {
  content: "";
  width: 1px;
  height: 35.833%;
  background-color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.secFV__txtBlk_ttl {
  color: #FFF;
  font-size: 30px;
  --ls: 0.04em;
  --lh: 1.2;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  bottom: 40%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .secFV__txtBlk {
    width: 50%;
    padding-top: 0;
    background-image: url(../img/top/fv_bg-pc.jpg);
    align-self: stretch;
  }
  .secFV__txtBlk::after {
    display: none;
  }
  .secFV__txtBlk_ttl {
    font-size: 36px;
    --lh: 1.1;
    text-align: left;
    bottom: 30px;
    left: 30px;
    transform: translateX(0);
  }
}
@media screen and (min-width: 1024px) {
  .secFV__txtBlk_ttl {
    font-size: 48px;
    bottom: 40px;
    left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .secFV__txtBlk_ttl {
    font-size: 56px;
  }
}
.secFV__imgBlk {
  width: 100%;
  position: relative;
}
.secFV__imgBlk::before {
  content: "";
  width: 29vw;
  height: 6vw;
  background-color: #fff;
  clip-path: polygon(0 0, 47% 0, 27% 100%, 0 100%);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.secFV__imgBlk_txt {
  padding: 0 24px;
  font-size: 35px;
  --lh: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.secFV__imgBlk_txt::before, .secFV__imgBlk_txt::after {
  content: "";
  width: 8px;
  height: calc(100% - 10px);
  border-style: solid;
  border-color: var(--sub);
  border-width: 1px 0 1px 1px;
  display: block;
  position: absolute;
  top: 50%;
}
.secFV__imgBlk_txt::before {
  left: 0;
  transform: translateY(-50%);
}
.secFV__imgBlk_txt::after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .secFV__imgBlk {
    width: 50%;
  }
  .secFV__imgBlk::before {
    width: 23vw;
    height: 7.5vw;
    clip-path: polygon(0 0, 11vw 0, 3.5vw 100%, 0 100%);
  }
  .secFV__imgBlk_txt {
    padding: 0 40px;
    font-size: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .secFV__imgBlk_txt {
    font-size: 53px;
  }
  .secFV__imgBlk_txt::before, .secFV__imgBlk_txt::after {
    width: 14px;
    height: calc(100% - 10px);
    border-width: 2px 0 2px 2px;
  }
}

.secIntro {
  padding: 50px 0 54px;
}
@media screen and (min-width: 768px) {
  .secIntro {
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .secIntro {
    padding: 80px 0 108px;
  }
}
@media screen and (min-width: 1200px) {
  .secIntro {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .secIntro {
    padding-top: 86px;
  }
}
.secIntro__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 40px;
}
.secIntro__inner::after {
  content: "";
  width: 8px;
  height: 56px;
  background-color: var(--main);
  clip-path: polygon(calc(50% - 0.5px) 1px, 0 1px, 0 0, 100% 0, 100% 1px, calc(50% + 0.5px) 1px, calc(50% + 0.5px) calc(100% - 1px), 100% calc(100% - 1px), 100% 100%, 0 100%, 0 calc(100% - 1px), calc(50% - 0.5px) calc(100% - 1px));
  display: block;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .secIntro__inner {
    --innerMax: 1100px;
    flex-direction: row;
    grid-gap: 40px;
  }
  .secIntro__inner::after {
    height: 36px;
    transform: translateY(15px) rotate(90deg);
  }
}
@media screen and (min-width: 850px) {
  .secIntro__inner {
    grid-gap: clamp(40px, 9vw, 140px);
  }
}
@media screen and (min-width: 1024px) {
  .secIntro__inner {
    justify-content: space-between;
    grid-gap: 10px;
  }
  .secIntro__inner::after {
    height: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .secIntro__inner::after {
    height: 56px;
  }
}
.secIntro__header {
  width: 100%;
  max-width: 360px;
  --ls: 0.04em;
  --lh: 1.6;
}
.secIntro__header_ttl {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  --lh: 1.3;
}
.secIntro__header_ttl .en {
  font-size: 32px;
  font-weight: 400;
}
.secIntro__header_subTtl {
  margin: -6px 0 21px;
  font-size: 21px;
  font-weight: 400;
}
.secIntro__header_txt > span {
  padding: 10px 16px;
}
@media screen and (min-width: 768px) {
  .secIntro__header {
    width: auto;
    max-width: 100%;
    flex-shrink: 0;
  }
  .secIntro__header_subTtl {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .secIntro__header_ttl {
    font-size: 30px;
  }
  .secIntro__header_ttl .en {
    font-size: 35px;
  }
  .secIntro__header_subTtl {
    margin: -6px 0 16px;
    font-size: 24px;
  }
  .secIntro__header_txt {
    font-size: 18px;
  }
  .secIntro__header_txt > span {
    padding: 10px 14px;
  }
}
@media screen and (min-width: 1200px) {
  .secIntro__header_ttl {
    font-size: 35px;
  }
  .secIntro__header_ttl .en {
    font-size: 40px;
  }
  .secIntro__header_subTtl {
    font-size: 27px;
  }
  .secIntro__header_txt {
    font-size: 21px;
  }
}
.secIntro__body {
  width: 100%;
  margin-top: -16px;
  --lh: 1.8;
  order: 1;
}
@media screen and (min-width: 768px) {
  .secIntro__body {
    width: auto;
    padding-top: 40px;
    --lh: 2;
  }
}

.menuNav {
  padding: 60px 0;
  background: url(../img/top/menunav_bg.jpg) right bottom/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .menuNav {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .menuNav {
    padding: 100px 0;
  }
}
@media screen and (min-width: 768px) {
  .menuNav__inner {
    --innerMax: 1100px;
  }
}
.menuNav__list {
  width: 100%;
  display: grid;
  grid-gap: 20px;
}
.menuNav__list .listItem {
  padding: 20px 0 28px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.2);
  position: relative;
}
.menuNav__list .listItem--1 {
  background-image: url(../img/top/menunav_01bg-sp.jpg);
}
.menuNav__list .listItem--2 {
  background-image: url(../img/top/menunav_02bg-sp.jpg);
}
.menuNav__list .listItem--3 {
  background-image: url(../img/top/menunav_03bg-sp.jpg);
}
.menuNav__list .listItem::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
  transition: var(--speed);
}
.menuNav__list .listItem:has(.listItem__link:hover)::before {
  opacity: 0;
}
.menuNav__list .listItem__link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.menuNav__list .listItem__link::after {
  content: "";
  width: 18px;
  height: 12px;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M11.3555 0.355469L5.85547 5.85547L0.355469 0.355468" stroke="%23C0B8A3"/></svg>') center/contain no-repeat;
  display: block;
  position: absolute;
  top: calc(50% + 4px);
  right: 34px;
  transform: translateY(-50%) rotate(-90deg);
}
.menuNav__list .listItem__link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.menuNav__list .listItem__ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menuNav__list .listItem__ttl_en {
  font-size: 28px;
  --lh: 1.5;
  --ls: 0;
}
.menuNav__list .listItem__ttl_jp {
  color: #917632;
  font-size: 14px;
  font-weight: 500;
  --ls: 0.04em;
  --lh: 1;
}
@media screen and (min-width: 768px) {
  .menuNav__list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .menuNav__list .listItem {
    padding: 100% 0 0;
    position: relative;
  }
  .menuNav__list .listItem--1 {
    background-image: url(../img/top/menunav_01bg-pc.jpg);
  }
  .menuNav__list .listItem--2 {
    background-image: url(../img/top/menunav_02bg-pc.jpg);
  }
  .menuNav__list .listItem--3 {
    background-image: url(../img/top/menunav_03bg-pc.jpg);
  }
  .menuNav__list .listItem__link {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .menuNav__list .listItem__link::after {
    right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .menuNav__list {
    grid-gap: 50px;
  }
  .menuNav__list .listItem::before {
    border-width: 18px;
  }
  .menuNav__list .listItem__link::after {
    right: 20px;
  }
  .menuNav__list .listItem__ttl_en {
    font-size: 40px;
  }
  .menuNav__list .listItem__ttl_jp {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .menuNav__list {
    grid-gap: 70px;
  }
  .menuNav__list .listItem__link::after {
    right: 30px;
  }
}

.secService {
  padding: 62px 0 60px;
}
.secService::before {
  content: "";
  width: 44px;
  height: 44px;
  background-color: var(--sub);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .secService {
    padding: 102px 0 100px;
  }
  .secService::before {
    width: min(12.152vw, 175px);
    height: min(12.152vw, 175px);
  }
}
.secService__ttl {
  margin-bottom: 35px;
  font-size: 28px;
  font-weight: 500;
  --ls: 0.04em;
  --lh: 1.6;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 2px;
}
.secService__ttl > span {
  padding: 2px 15px;
  display: block;
}
@media screen and (min-width: 768px) {
  .secService__ttl {
    font-size: 35px;
  }
  .secService__ttl > span {
    padding: 1px 20px;
  }
}
.secService__tabNav {
  width: 100%;
  margin-bottom: 40px;
}
.secService__tabNav_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 55px;
  grid-gap: 1px;
}
.secService__tabNav_list a {
  width: 100%;
  height: 100%;
  background-color: #EBE4DD;
  font-size: 14px;
  font-weight: 500;
  --lh: 1.21428571;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secService__tabNav_list a.current, .secService__tabNav_list a:hover {
  background-color: #C3A353;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .secService__tabNav {
    margin-bottom: 38px;
  }
  .secService__tabNav_list {
    grid-template-rows: 70px;
  }
  .secService__tabNav_list a {
    font-size: 18px;
  }
}
.secService__tabWrap {
  height: auto;
  position: relative;
  transition: var(--speed);
}
.secService__tab {
  width: 100%;
  display: none;
}
.secService__tab.current {
  display: block;
}
.secService__tab_ttl {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  --ls: 0.04em;
  --lh: 1.6;
}
.secService__tab_mv {
  width: 100%;
  margin-bottom: 15px;
}
.secService__tab_txtWrap {
  margin-bottom: 30px;
}
.secService__tab_txtWrap p + p {
  margin-top: 1.7em;
}
.secService__tab_txtWrap p + .secService__tab_txtWrap_subTtl {
  margin-top: 20px;
}
.secService__tab_txtWrap .mb {
  margin-bottom: 1.7em;
}
.secService__tab_txtWrap_ttl {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  --ls: 0.04em;
  --lh: 1.6;
}
.secService__tab_txtWrap_subTtl {
  margin-bottom: 5px;
  color: #AC8012;
  font-size: 18px;
  font-weight: 700;
}
.secService__tab_dl {
  width: 100%;
  margin: 25px 0 35px;
  display: grid;
  grid-gap: 12px;
}
.secService__tab_dl dt {
  padding: 8px 10px;
  background-color: var(--main);
  color: #fff;
  font-weight: 700;
  --lh: 2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secService__tab_dl dt:has(br) {
  --lh: 1.5;
}
.secService__tab_dl dd:not(:last-child) {
  margin-bottom: 10px;
}
.secService__tab_flowWrap {
  margin-bottom: 42px;
}
.secService__tab_flowWrap_ttl {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  --ls: 0.04em;
  --lh: 1.6;
}
.secService__tab_flow {
  width: 100%;
  max-width: 312px;
  margin: 0 auto;
  display: grid;
  grid-gap: 50px;
  counter-reset: flow_list 0;
}
.secService__tab_flow .listItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 8px;
  position: relative;
}
.secService__tab_flow .listItem:not(:last-child)::after {
  content: "";
  width: 18px;
  height: 10px;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M11.3555 0.355469L5.85547 5.85547L0.355469 0.355468" stroke="%23000"/></svg>') center/contain no-repeat;
  display: block;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translate(-50%, 0);
}
.secService__tab_flow .listItem__ttl {
  padding: 3px 18px;
  border-left: 1px solid var(--main);
  border-right: 1px solid var(--main);
  font-weight: 700;
  --ls: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
}
.secService__tab_flow .listItem__ttl::before {
  counter-increment: flow_list 1;
  content: counter(flow_list, decimal-leading-zero);
  font-weight: 500;
}
.secService__tab_flow .listItem__txt {
  width: calc(100% + 30px);
  margin: 0 -15px;
  text-align: center;
}
.secService__tab_btnWrap {
  text-align: center;
}
.secService__tab_btnWrap .btn {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .secService__tab_ttl {
    margin-bottom: 22px;
    font-size: 20px;
  }
  .secService__tab_mv {
    margin-bottom: 22px;
  }
  .secService__tab_txtWrap_ttl {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .secService__tab_dl {
    margin: 45px 0 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px 30px;
  }
  .secService__tab_dl dt:nth-child(1), .secService__tab_dl dt:nth-child(3) {
    grid-row: 1;
  }
  .secService__tab_dl dt:nth-child(5), .secService__tab_dl dt:nth-child(7) {
    grid-row: 3;
  }
  .secService__tab_dl dd:nth-child(2), .secService__tab_dl dd:nth-child(4) {
    grid-row: 2;
  }
  .secService__tab_dl dd:nth-child(6), .secService__tab_dl dd:nth-child(8) {
    grid-row: 4;
  }
  .secService__tab_dl dd:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .secService__tab_flowWrap {
    margin-bottom: 46px;
  }
  .secService__tab_flowWrap_ttl {
    margin-bottom: 22px;
    font-size: 24px;
  }
  .secService__tab_flow {
    max-width: 900px;
    grid-gap: 48px;
  }
  .secService__tab_flow .listItem {
    flex-direction: row;
    grid-gap: 20px;
  }
  .secService__tab_flow .listItem__ttl {
    width: 30%;
    height: 83px;
    font-size: 18px;
    white-space: nowrap;
    flex-direction: column;
    grid-gap: 0;
    flex-shrink: 0;
  }
  .secService__tab_flow .listItem__txt {
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .secService__tab_btnWrap .btn {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .secService__tab_ttl {
    margin-bottom: 22px;
    font-size: 24px;
  }
}

.secSupport {
  padding: 0 0 60px;
  background-color: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .secSupport {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .secSupport {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .secSupport {
    padding-bottom: 120px;
  }
}
.secSupport__ttl {
  width: 100%;
  height: 193px;
  margin-bottom: 45px;
  background: url(../img/top/support_ttlbg.jpg) right 25% center/cover no-repeat;
  color: #fff;
  font-size: 38px;
  font-weight: 400;
  --ls: 0;
  --lh: 1;
  position: relative;
}
.secSupport__ttl_txt {
  white-space: nowrap;
  position: absolute;
  bottom: -7px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .secSupport__ttl {
    height: 300px;
    margin-bottom: 60px;
    background-position: center;
  }
  .secSupport__ttl_txt {
    font-size: 70px;
    bottom: -14px;
  }
}
@media screen and (min-width: 1024px) {
  .secSupport__ttl {
    margin-bottom: 85px;
  }
  .secSupport__ttl_txt {
    font-size: 84px;
  }
}
@media screen and (min-width: 1200px) {
  .secSupport__ttl {
    height: 400px;
  }
}
.secSupport__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 24px;
}
@media screen and (min-width: 768px) {
  .secSupport__inner {
    flex-direction: row;
    align-items: flex-start;
  }
}
.secSupport__txtBlk {
  width: 100%;
  --ls: 0.04em;
  --lh: 1.6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 20px;
}
.secSupport__txtBlk_ttl {
  padding-bottom: 50px;
  font-size: 28px;
  position: relative;
}
.secSupport__txtBlk_ttl::after {
  content: "";
  width: 8px;
  height: 36px;
  background: repeating-linear-gradient(90deg, #081f5c, #081f5c 1px, transparent 1px, transparent 5px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.secSupport__txtBlk_txt {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .secSupport__txtBlk {
    grid-gap: 26px;
  }
  .secSupport__txtBlk_ttl {
    padding-bottom: 78px;
    font-size: 35px;
  }
  .secSupport__txtBlk_ttl::after {
    height: 56px;
  }
  .secSupport__txtBlk_txt {
    font-size: 24px;
  }
}
.secSupport__img {
  width: 100%;
  max-width: 480px;
}
@media screen and (min-width: 768px) {
  .secSupport__img {
    width: 48%;
    max-width: 100%;
    padding-top: 35px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .secSupport__img {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .secSupport__img {
    width: 55.2281%;
  }
}

.secStrength {
  padding: 50px 0;
  background-color: #C9E2D1;
}
@media screen and (min-width: 768px) {
  .secStrength {
    padding: 85px 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .secStrength {
    padding: 85px 0 135px;
  }
}
.secStrength__ttl {
  padding-bottom: 43px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  --lh: 1.2;
  text-align: center;
  position: relative;
}
.secStrength__ttl::after {
  content: "";
  width: 31px;
  height: 16px;
  background: repeating-linear-gradient(90deg, #081f5c, #081f5c 1px, transparent 1px, transparent 6px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.secStrength__ttl .en {
  font-weight: 400;
}
.secStrength__ttl strong {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .secStrength__ttl {
    padding-bottom: 80px;
    margin-bottom: 60px;
    font-size: 32px;
  }
  .secStrength__ttl .en {
    font-size: 35px;
  }
  .secStrength__ttl strong {
    font-size: 35px;
  }
  .secStrength__ttl::after {
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .secStrength__ttl {
    padding-bottom: 97px;
    margin-bottom: 85px;
    font-size: 38px;
  }
  .secStrength__ttl .en {
    font-size: 40px;
  }
  .secStrength__ttl strong {
    font-size: 40px;
  }
  .secStrength__ttl::after {
    height: 56px;
  }
}
.secStrength__list {
  display: grid;
  grid-gap: 30px;
}
.secStrength__list .listItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 12px;
}
.secStrength__list .listItem::after {
  content: "";
  width: 48px;
  height: 1px;
  background-color: var(--main);
  display: block;
}
.secStrength__list .listItem__ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 3px;
}
.secStrength__list .listItem__ttl_icon {
  width: 40px;
}
.secStrength__list .listItem__ttl_txt {
  font-size: 18px;
  font-weight: 600;
  --ls: 0.04em;
  --lh: 1.6;
}
.secStrength__list .listItem__txt {
  text-align: center;
  order: 1;
}
@media screen and (min-width: 768px) {
  .secStrength__list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 72px 30px;
  }
  .secStrength__list .listItem {
    grid-gap: 20px;
  }
  .secStrength__list .listItem__ttl_txt {
    font-size: 20px;
  }
  .secStrength__list .listItem__txt {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .secStrength__list__ttl_txt {
    font-size: 22px;
  }
}

.secReason {
  padding: 48px 0;
}
@media screen and (min-width: 768px) {
  .secReason {
    padding: 84px 0 100px;
  }
}
.secReason__inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .secReason__inner {
    width: var(--innerWidth);
    --innerMax: 1022px;
  }
}
.secReason__ttl {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  --ls: 0.04em;
  --lh: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .secReason__ttl {
    margin-bottom: 47px;
    font-size: 35px;
  }
}
.secReason__table {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1px 0;
}
.secReason__table .th, .secReason__table .td {
  --lh: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secReason__table .th.strong, .secReason__table .td.strong {
  font-weight: 500;
}
.secReason__table_thead {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
}
.secReason__table_thead .td {
  padding: 16px 0;
  font-size: 14px;
  font-weight: 500;
}
.secReason__table_thead .td.strong {
  font-size: 16px;
  --lh: 1.2;
}
.secReason__table_thead .td.strong .en {
  font-size: 19px;
  font-weight: 400;
}
.secReason__table_tbody {
  font-size: 12px;
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
}
.secReason__table_tbody_tr {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
}
.secReason__table_tbody .th {
  padding: 5px;
  background: #F6F6F6;
  font-weight: 700;
  --ls: 0.04em;
  --lh: 1.6;
  grid-column: span 3;
}
.secReason__table_tbody .td {
  min-height: 100px;
  padding: 18px 12px;
  position: relative;
}
.secReason__table_tbody .td::after {
  color: #d9d9d9;
  font-weight: 900;
  font-size: 70px;
  --lh: 1;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.secReason__table_tbody .td.strong {
  background-color: #F6F0E1;
}
.secReason__table_tbody .td.strong > span {
  text-shadow: none;
}
.secReason__table_tbody .td > span {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  position: relative;
  z-index: 1;
}
.secReason__table_tbody .td--bad::after {
  content: "×";
}
.secReason__table_tbody .td--good::after {
  content: "○";
}
.secReason__table_tbody .td--best::after {
  content: "◎";
}
.secReason__table_tbody .td--fair::after {
  content: "△";
}
@media screen and (min-width: 768px) {
  .secReason__table {
    grid-template-columns: 23.48336595% repeat(3, 1fr);
    grid-gap: 0;
  }
  .secReason__table_thead {
    grid-column: span 4;
  }
  .secReason__table_thead .td {
    padding: 18px 0;
    font-size: 20px;
  }
  .secReason__table_thead .td.strong {
    padding: 12px 0 24px;
    font-size: 22px;
    position: relative;
  }
  .secReason__table_thead .td.strong .en {
    font-size: 25px;
  }
  .secReason__table_thead .td.strong::before {
    content: "";
    width: 100%;
    height: 14px;
    background-color: var(--sub);
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    transform: translateY(-100%);
  }
  .secReason__table_tbody {
    font-size: 16px;
    grid-column: span 4;
  }
  .secReason__table_tbody_tr {
    grid-column: span 4;
  }
  .secReason__table_tbody_tr:not(:last-child) .th {
    border-bottom: 1px solid #fff;
  }
  .secReason__table_tbody_tr:not(:last-child) .td {
    border-bottom: 1px solid #EDEFF4;
  }
  .secReason__table_tbody_tr:not(:last-child) .td.strong {
    border-color: #fff;
  }
  .secReason__table_tbody .th {
    font-size: 20px;
    font-weight: 500;
    grid-column: span 1;
  }
  .secReason__table_tbody .td {
    min-height: 88px;
    padding: 18px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .secReason__table_tbody .td {
    padding: 20px 25px;
  }
}

.secTA {
  padding: 0 0 60px;
  background: linear-gradient(113deg, #0A2672 9.86%, #081F5C 65.06%), #081F5C;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .secTA {
    padding: 100px 0;
  }
}
.secTA__header {
  width: 100%;
  margin-bottom: 45px;
  position: relative;
}
.secTA__header::before {
  content: "";
  width: 89.3333vw;
  height: 85.0667vw;
  background-color: rgba(0, 70, 255, 0.15);
  clip-path: polygon(94% 0, 0% 100%, 100% 100%);
  display: block;
  position: absolute;
  bottom: -4%;
  right: -22%;
}
.secTA__header_inner {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.secTA__header_txtWrap {
  width: var(--innerWidth);
  padding: 63px 20px 0;
  margin: -110px 0 0;
  background: linear-gradient(180deg, rgba(4, 51, 112, 0.9) 0%, rgba(4, 51, 112, 0) 100%);
  backdrop-filter: blur(2px);
  --ls: 0.04em;
  --lh: 1.6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 18px;
  position: relative;
  z-index: 1;
}
.secTA__header_ttl {
  padding-bottom: 17px;
  font-size: 32px;
  font-weight: 700;
  position: relative;
}
.secTA__header_ttl::after {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.secTA__header_txt1 {
  font-size: 18px;
  font-weight: 600;
}
.secTA__header_subTtl {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 600;
}
.secTA__header_subTtl > span {
  padding: 8px 14px;
  display: block;
}
.secTA__header_txt2 {
  font-size: 24px;
  font-weight: 500;
  --lh: 1.35;
}
.secTA__header_txt2 .en {
  font-size: 28px;
  font-weight: 400;
}
.secTA__header_img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .secTA__header {
    margin-bottom: 65px;
  }
  .secTA__header_inner {
    width: var(--innerWidth);
    flex-direction: row;
  }
  .secTA__header::before {
    width: min(72.8472vw, 1049px);
    height: min(69.0278vw, 994px);
    bottom: -10%;
    right: -18%;
  }
  .secTA__header_txtWrap {
    width: 100%;
    padding: 0 0 10px;
    margin: 0;
    background: transparent;
    backdrop-filter: blur(0);
    grid-gap: 16px;
  }
  .secTA__header_ttl {
    padding-bottom: 12px;
    font-size: 40px;
  }
  .secTA__header_txt1 {
    font-size: 20px;
  }
  .secTA__header_subTtl {
    margin-top: 30px;
    font-size: 20px;
  }
  .secTA__header_subTtl > span {
    padding: 6px 14px;
  }
  .secTA__header_txt2 {
    font-size: 24px;
  }
  .secTA__header_txt2 .en {
    font-size: 114.29%;
  }
  .secTA__header_img {
    width: 50%;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .secTA__header_img {
    width: 58.5551%;
  }
  .secTA__header_txt1 {
    margin-top: 54px;
    font-size: 24px;
  }
  .secTA__header_subTtl {
    font-size: 24px;
  }
  .secTA__header_txt2 {
    font-size: 28px;
  }
}
.secTA__body {
  width: 100%;
  margin-bottom: 72px;
  position: relative;
}
.secTA__body::before, .secTA__body::after {
  content: "";
  width: 664px;
  height: 664px;
  background-color: #004B91;
  border-radius: 50%;
  filter: blur(148px);
  display: block;
  position: absolute;
  top: -23%;
  left: -50%;
}
.secTA__body::after {
  display: none;
}
.secTA__body_inner {
  padding-bottom: 14px;
  border-bottom: 1px solid #fff;
  z-index: 1;
}
.secTA__body_ttl {
  padding-bottom: 20px;
  margin-bottom: 11px;
  border-bottom: 1px solid #FFF;
  font-size: 20px;
  font-weight: 600;
  --ls: 0.04em;
  --lh: 1.6;
  text-align: center;
}
.secTA__body_checkList {
  padding: 0 6px;
  grid-gap: 5px;
}
.secTA__body_checkList > li {
  padding-left: 37px;
  --ls: 0;
}
.secTA__body_checkList > li::before {
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23" fill="none"><path d="M22.4 22.4H0V0H22.4V22.4ZM15.425 5.95L9.455 14.16L6 10.705L4.305 12.4L8.75 16.845L9.74 17.84L10.565 16.705L17.36 7.36L18.065 6.39L16.125 4.975L15.42 5.945L15.425 5.95Z" fill="%23fff"/></svg>') center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .secTA__body {
    margin-bottom: 110px;
  }
  .secTA__body::before, .secTA__body::after {
    border-radius: 50%;
    top: -24%;
    left: -14%;
  }
  .secTA__body::after {
    display: block;
    top: 57%;
    left: auto;
    right: -24%;
  }
  .secTA__body_inner {
    --innerMax: 800px;
    padding-bottom: 55px;
  }
  .secTA__body_ttl {
    padding-bottom: 40px;
    margin-bottom: 50px;
    font-size: 28px;
  }
  .secTA__body_checkList {
    grid-gap: 18px;
  }
}
@media screen and (min-width: 768px) {
  .secTA__caseBlk_inner {
    --innerMax: 1100px;
  }
}
.secTA__caseBlk_ttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  --ls: 0.04em;
  --lh: 1.6;
}
.secTA__caseBlk_slider_arrow {
  width: 30px;
  height: 30px;
  background: var(--main) url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M11.3555 0.355469L5.85547 5.85547L0.355469 0.355468" stroke="%23fff"/></svg>') center/10px no-repeat;
  background-position: center top 55%;
  border: 1px solid #FFF;
  border-radius: 50%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: pointer;
}
.secTA__caseBlk_slider_arrow--prev {
  box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.35);
  left: 10px;
  transform: translate(0, -50%) rotate(90deg);
}
.secTA__caseBlk_slider_arrow--next {
  box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.35);
  right: 10px;
  transform: translate(0, -50%) rotate(-90deg);
}
.secTA__caseBlk_slider_dots {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secTA__caseBlk_slider_dots .swiper-pagination-bullet {
  background-color: #d9d9d9;
  opacity: 1;
}
.secTA__caseBlk_slider_dots .swiper-pagination-bullet-active {
  background-color: #B18821;
}
.secTA__caseBlk_slideList .listItem {
  height: auto;
  padding: 30px 20px;
  background-color: #fff;
  color: #000;
}
.secTA__caseBlk_slideList .listItem__header {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 5px;
}
.secTA__caseBlk_slideList .listItem__header_number {
  font-size: 32px;
  line-height: 1;
  display: block;
}
.secTA__caseBlk_slideList .listItem__header_ttl {
  font-size: 20px;
}
.secTA__caseBlk_slideList .listItem__body {
  --ls: 0.04em;
  --lh: 1.6;
}
.secTA__caseBlk_slideList .listItem__body_ttl {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}
.secTA__caseBlk_slideList .listItem__body_ttl--after {
  color: #AC8012;
}
.secTA__caseBlk_slideList .listItem__body_txtWrap {
  position: relative;
}
.secTA__caseBlk_slideList .listItem__body_txtWrap:not(:last-child) {
  margin-bottom: 54px;
}
.secTA__caseBlk_slideList .listItem__body_txtWrap:not(:last-child)::after {
  content: "";
  width: 15px;
  height: 8px;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M11.3555 0.355469L5.85547 5.85547L0.355469 0.355468" stroke="%23000"/></svg>') center/contain no-repeat;
  display: block;
  position: absolute;
  bottom: -27px;
  left: 0;
  transform: translateY(50%);
}
@media screen and (min-width: 768px) {
  .secTA__caseBlk_ttl {
    margin-bottom: 27px;
    font-size: 28px;
  }
  .secTA__caseBlk_slider_dots {
    margin-top: 30px;
  }
  .secTA__caseBlk_slideList .listItem {
    padding: 32px 40px;
  }
  .secTA__caseBlk_slideList .listItem__header {
    margin-bottom: 40px;
  }
  .secTA__caseBlk_slideList .listItem__header_number {
    font-size: 42px;
  }
  .secTA__caseBlk_slideList .listItem__header_ttl {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .secTA__caseBlk_slideList .listItem {
    width: 1100px;
  }
}

.secMA {
  padding: 54px 0;
}
@media screen and (min-width: 768px) {
  .secMA {
    padding: 94px 0;
  }
}
.secMA__ttl {
  padding-bottom: 22px;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
  --ls: 0.04em;
  --lh: 1;
  text-align: center;
  position: relative;
}
.secMA__ttl small {
  font-size: 18px;
}
.secMA__ttl::after {
  content: "";
  width: 48px;
  height: 1px;
  background-color: var(--main);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .secMA__ttl {
    padding-bottom: 28px;
    margin-bottom: 80px;
    font-size: 40px;
  }
  .secMA__ttl small {
    font-size: 28px;
  }
}
.secMA__introBlk {
  margin-bottom: 30px;
}
.secMA__introBlk_ttl {
  margin-bottom: 12px;
}
.secMA__introBlk_ttl > span {
  padding: 12px 32px;
  border: 1px solid var(--main);
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  --ls: 0.04em;
  --lh: 1;
  display: inline-block;
}
.secMA__introBlk_txt {
  padding-bottom: 70px;
  margin-bottom: 20px;
  font-weight: 500;
  --ls: 0.04em;
  --lh: 1.6;
  position: relative;
}
.secMA__introBlk_txt::after {
  content: "";
  width: 12px;
  height: 56px;
  background: repeating-linear-gradient(90deg, #081f5c, #081f5c 1px, transparent 1px, transparent 5px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.secMA__introBlk_maList {
  width: 100%;
  display: grid;
  grid-gap: 20px;
}
.secMA__introBlk_maList .listItem {
  padding: 40px 20px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 15px;
  position: relative;
}
.secMA__introBlk_maList .listItem::before {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #fff;
  display: block;
  flex-shrink: 0;
  order: 1;
}
.secMA__introBlk_maList .listItem:not(:last-child)::after {
  content: "+";
  width: 39px;
  height: 39px;
  padding-bottom: 3px;
  background-color: #fff;
  border-radius: 50%;
  color: var(--main);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.secMA__introBlk_maList .listItem__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 2px;
}
.secMA__introBlk_maList .listItem__header_icon {
  width: 40px;
}
.secMA__introBlk_maList .listItem__header_ttl {
  color: #D7BF84;
  font-size: 20px;
  font-weight: 600;
  --ls: 0.04em;
  --lh: 1.6;
  text-align: center;
}
.secMA__introBlk_maList .listItem__body {
  width: 100%;
  --lh: 1.7;
  order: 1;
}
@media screen and (min-width: 768px) {
  .secMA__introBlk {
    margin-bottom: 50px;
  }
  .secMA__introBlk_ttl {
    margin-bottom: 10px;
  }
  .secMA__introBlk_ttl > span {
    padding: 12px 20px;
    font-size: 22px;
  }
  .secMA__introBlk_ttl > span.radius {
    padding: 16px 40px;
    font-size: 24px;
  }
  .secMA__introBlk_txt {
    padding-top: 10px;
    padding-bottom: 80px;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .secMA__introBlk_maList {
    grid-template-columns: repeat(3, 1fr);
  }
  .secMA__introBlk_maList .listItem {
    grid-gap: 15px;
  }
  .secMA__introBlk_maList .listItem:not(:last-child)::after {
    bottom: 50%;
    left: auto;
    right: -30px;
    transform: translate(0, 50%);
  }
  .secMA__introBlk_maList .listItem__header_ttl {
    min-height: 4.8em;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .secMA__introBlk_maList .listItem__body {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .secMA__introBlk_maList .listItem {
    grid-gap: 20px;
  }
  .secMA__introBlk_maList .listItem__header_ttl {
    min-height: 0;
    font-size: 18px;
    display: block;
  }
  .secMA__introBlk_maList .listItem__body {
    padding: 0 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .secMA__introBlk_maList .listItem__header_ttl {
    font-size: 20px;
  }
}
.secMA__maBlk {
  width: 100%;
  margin-top: -10px;
  margin-bottom: 30px;
}
.secMA__maBlk_ttl {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
  --ls: 0.04em;
  --lh: 1.6;
  text-align: center;
}
.secMA__maBlk_txtWrap {
  margin-bottom: 35px;
  font-size: 15px;
  font-weight: 500;
  --ls: 0.04em;
  --lh: 1.6;
  text-align: center;
}
.secMA__maBlk_txtWrap p + p {
  margin-top: 1.6em;
}
.secMA__maBlk_list {
  width: 100%;
  display: grid;
  grid-gap: 40px;
}
.secMA__maBlk_list .listItem {
  padding: 30px 20px 40px;
  background-color: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 12px;
}
.secMA__maBlk_list .listItem__ttl {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  --ls: 0.04em;
  --lh: 1.6;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 12px;
}
.secMA__maBlk_list .listItem__ttl small {
  padding: 6px 10px;
  font-size: 22px;
  font-weight: 400;
  --ls: 0.02em;
  --lh: 1;
  display: block;
}
.secMA__maBlk_list .listItem__img {
  width: 100%;
}
.secMA__maBlk_list .listItem__txtWrap {
  width: 100%;
  --lh: 1.7;
}
.secMA__maBlk_list .listItem__btnWrap {
  width: 100%;
}
.secMA__maBlk_list .listItem__btnWrap .btn {
  width: 100%;
  padding: 16px 30px;
  background-color: #fff;
  border: 1px solid var(--main);
  color: var(--main);
  font-size: 16px;
}
.secMA__maBlk_list .listItem__btnWrap .btn::after {
  width: 15px;
}
.secMA__maBlk_list .listItem__btnWrap .btn:hover {
  background-color: var(--main);
  color: #FFF;
}
.secMA__maBlk_list .listItem__btnWrap .btn:hover::after {
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M11.3555 0.355469L5.85547 5.85547L0.355469 0.355468" stroke="%23fff"/></svg>') center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .secMA__maBlk {
    margin-top: -20px;
  }
  .secMA__maBlk_ttl {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .secMA__maBlk_txtWrap {
    font-size: 18px;
  }
  .secMA__maBlk_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .secMA__maBlk_list .listItem {
    padding: 30px 0 40px;
    box-shadow: none;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    align-items: flex-start;
    grid-gap: 20px;
  }
  .secMA__maBlk_list .listItem__ttl {
    margin-bottom: 10px;
    font-size: 24px;
    grid-gap: 8px;
  }
  .secMA__maBlk_list .listItem__ttl small {
    font-size: 25px;
  }
  .secMA__maBlk_list .listItem__txtWrap {
    --lh: 1.7;
  }
}
@media screen and (min-width: 1024px) {
  .secMA__maBlk_list .listItem__btnWrap .btn {
    padding: 14px 30px;
    font-size: 20px;
  }
}
.secMA__contactBlk_ttl {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
  --ls: 0.04em;
  --lh: 1.6;
  text-align: center;
}
.secMA__contactBlk_txtWrap {
  font-weight: 500;
  --ls: 0.04em;
  --lh: 1.6;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .secMA__contactBlk_txtWrap {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .secMA__contactBlk_ttl {
    margin-bottom: 58px;
    font-size: 28px;
  }
  .secMA__contactBlk_txtWrap {
    font-size: 18px;
  }
}

.secVoice {
  padding: 48px 0 45px;
  background: #C9E2D1 url(../img/top/voice_bg-sp.jpg) center top/100% no-repeat;
}
@media screen and (min-width: 768px) {
  .secVoice {
    padding: 82px 0 100px;
    background-image: url(../img/top/voice_bg-pc.jpg);
  }
}
.secVoice__ttl {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  --ls: 0.04em;
  --lh: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .secVoice__ttl {
    margin-bottom: 67px;
    font-size: 35px;
  }
}
.secVoice__list {
  width: 100%;
  display: grid;
  grid-gap: 47px;
}
.secVoice__list .listItem {
  padding: 30px 20px 25px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 15px;
  position: relative;
}
.secVoice__list .listItem::after {
  content: "";
  width: 22px;
  height: 24px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  display: block;
  position: absolute;
  bottom: 1px;
  left: 40px;
  transform: translateY(100%);
}
.secVoice__list .listItem:nth-child(even)::after {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  left: auto;
  right: 40px;
}
.secVoice__list .listItem__ttl {
  font-size: 20px;
  font-weight: 600;
  --ls: 0.04em;
  --lh: 1.6;
}
@media screen and (min-width: 768px) {
  .secVoice__list {
    grid-gap: 40px;
  }
  .secVoice__list .listItem {
    padding: 30px 40px 32px;
  }
  .secVoice__list .listItem::after {
    width: 25px;
    height: 25px;
    left: 47px;
  }
  .secVoice__list .listItem:nth-child(even)::after {
    right: 47px;
  }
  .secVoice__list .listItem__ttl {
    font-size: 22px;
  }
}

.secColumn, .secNews {
  padding: 50px 0 5px;
}
@media screen and (min-width: 768px) {
  .secColumn, .secNews {
    padding: 87px 0 5px;
  }
}
.secColumn__ttl, .secNews__ttl {
  padding-bottom: 15px;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 500;
  --ls: 0.04em;
  --lh: 1.4;
  text-align: center;
  position: relative;
}
.secColumn__ttl::after, .secNews__ttl::after {
  content: "";
  width: 48px;
  height: 1px;
  background-color: var(--main);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .secColumn__ttl, .secNews__ttl {
    padding-bottom: 20px;
    margin-bottom: 80px;
    font-size: 32px;
  }
}
.secColumn__slider, .secNews__slider {
  width: 100%;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .secColumn__slider, .secNews__slider {
    width: var(--innerWidth);
    max-width: var(--innerMax);
    padding: 0;
    margin: 0 auto;
  }
}
.secColumn__sliderList .listItem__link, .secNews__sliderList .listItem__link {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 12px;
}
.secColumn__sliderList .listItem__link:hover, .secNews__sliderList .listItem__link:hover {
  text-decoration: none;
}
.secColumn__sliderList .listItem__link:hover .listItem__img, .secNews__sliderList .listItem__link:hover .listItem__img {
  opacity: 0.7;
}
.secColumn__sliderList .listItem__link:hover .listItem__ttl, .secNews__sliderList .listItem__link:hover .listItem__ttl {
  text-decoration: underline;
}
.secColumn__sliderList .listItem__img, .secNews__sliderList .listItem__img {
  width: 100%;
  padding-top: min(50%, 150px);
  background-color: #e6e6e6;
  display: block;
  position: relative;
  transition: var(--speed);
}
.secColumn__sliderList .listItem__img:not(:has(img))::after, .secNews__sliderList .listItem__img:not(:has(img))::after {
  content: "No Image";
  color: #fff;
  font-family: var(--en);
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.secColumn__sliderList .listItem__txtWrap, .secNews__sliderList .listItem__txtWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}
.secColumn__sliderList .listItem__ttl, .secNews__sliderList .listItem__ttl {
  color: #000;
}
.secColumn__sliderList .listItem__tagList, .secNews__sliderList .listItem__tagList {
  width: 100%;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 5px 5px;
}
.secColumn__sliderList .listItem__tagList li, .secNews__sliderList .listItem__tagList li {
  padding: 6px 20px;
  background-color: var(--main);
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  --lh: 1;
}
.secColumn__sliderList .listItem__date, .secNews__sliderList .listItem__date {
  font-size: 14px;
  --ls: 0;
  --lh: 1.2142;
}
@media screen and (min-width: 768px) {
  .secColumn__sliderList, .secNews__sliderList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
  .secColumn__sliderList > li, .secNews__sliderList > li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    grid-gap: 0;
  }
  .secColumn__sliderList .listItem, .secNews__sliderList .listItem {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    grid-gap: 0;
  }
  .secColumn__sliderList .listItem__link, .secNews__sliderList .listItem__link {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    grid-gap: 12px;
  }
  .secColumn__sliderList .listItem__img, .secNews__sliderList .listItem__img {
    height: auto;
    padding-top: min(60.4838%, 150px);
  }
  .secColumn__sliderList .listItem__txtWrap, .secNews__sliderList .listItem__txtWrap {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    grid-gap: 8px;
  }
  .secColumn__sliderList .listItem__ttl, .secNews__sliderList .listItem__ttl {
    font-size: 14px;
  }
  .secColumn__sliderList .listItem__tagList, .secNews__sliderList .listItem__tagList {
    margin-bottom: 8px;
  }
  .secColumn__sliderList .listItem__date, .secNews__sliderList .listItem__date {
    font-size: 12px;
    grid-row: 3/4;
  }
}
@media screen and (min-width: 1024px) {
  .secColumn__sliderList .listItem__ttl, .secNews__sliderList .listItem__ttl {
    font-size: 16px;
  }
  .secColumn__sliderList .listItem__date, .secNews__sliderList .listItem__date {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .secNews {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .secNews__ttl {
    font-size: 38px;
  }
  .secNews__ttl .en {
    font-size: 40px;
  }
}

body.english .englishTtl {
  width: 100%;
  padding: 7px 16px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  --ls: 0.04em;
  --lh: 1.6;
}
@media screen and (min-width: 768px) {
  body.english .englishTtl {
    padding: 9px 20px;
    margin-bottom: 40px;
    font-size: 24px;
  }
}
body.english .secIntro {
  padding: 48px 0 50px;
}
@media screen and (min-width: 768px) {
  body.english .secIntro {
    padding: 82px 0 90px;
  }
}
body.english .secIntro__inner {
  grid-gap: 20px;
}
@media screen and (min-width: 768px) {
  body.english .secIntro__inner {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 0;
  }
  body.english .secIntro__inner::after {
    height: 56px;
    transform: translate(23px, -8px) rotate(90deg);
  }
}
@media screen and (min-width: 1024px) {
  body.english .secIntro__inner {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  body.english .secIntro__inner::after {
    transform: translate(23px, -13px) rotate(90deg);
  }
}
body.english .secIntro__header_ttl {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  body.english .secIntro__header {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  body.english .secIntro__header_ttl {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  body.english .secIntro__header_ttl {
    font-size: 40px;
  }
}
body.english .secIntro__body {
  margin-top: 1px;
  --lh: 2;
}
@media screen and (min-width: 768px) {
  body.english .secIntro__body {
    width: 100%;
    padding-top: 0;
    margin-top: -18px;
  }
}
body.english .menuNav__list .listItem {
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  body.english .menuNav__list .listItem {
    padding: 100% 0 0;
  }
}
body.english .secAbout {
  padding: 50px 0 40px;
}
@media screen and (min-width: 768px) {
  body.english .secAbout {
    padding: 100px 0 80px;
  }
}
body.english .secAbout__txtWrap {
  --lh: 2;
}
body.english .secAbout__txtWrap p + p {
  margin-top: 2em;
}
body.english .secReason {
  padding: 10px 0 48px;
}
@media screen and (min-width: 768px) {
  body.english .secReason {
    padding: 10px 0 100px;
  }
}
@media screen and (min-width: 768px) {
  body.english .secReason__inner {
    --innerMax: 1052px;
  }
}
body.english .secReason__enTtl {
  width: var(--innerWidth);
  margin: 0 auto 33px;
}
@media screen and (min-width: 768px) {
  body.english .secReason__enTtl {
    width: 100%;
    margin-bottom: 60px;
  }
}
body.english .secReason__table_thead .td {
  padding: 10px 0;
}
body.english .secReason__table_thead .td.strong {
  font-size: 17px;
  --lh: 1;
}
body.english .secReason__table_tbody .th {
  padding: 4px;
}
body.english .secReason__table_tbody .td {
  padding: 10px 12px;
}
body.english .secReason__table_tbody .td::after {
  font-family: "Noto Sans JP", var(--gothic);
}
@media screen and (min-width: 768px) {
  body.english .secReason__table {
    max-width: 1022px;
    margin: 0 auto;
  }
  body.english .secReason__table_thead .td {
    padding: 31px 0;
  }
  body.english .secReason__table_tbody .th {
    font-weight: 400;
  }
  body.english .secReason__table_tbody .td {
    padding: 18px 16px;
  }
}
@media screen and (min-width: 1024px) {
  body.english .secReason__table_tbody .td {
    padding: 20px 25px;
  }
}
body.english .secStrong {
  padding: 12px 0 40px;
}
@media screen and (min-width: 768px) {
  body.english .secStrong {
    padding: 0 0 80px;
  }
}
body.english .secStrong__ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  body.english .secStrong__ttl {
    margin-bottom: 50px;
  }
}
body.english .secStrong__list {
  width: 100%;
  margin-bottom: 10px;
  display: grid;
  grid-gap: 34px;
}
body.english .secStrong__list .listItem__img {
  width: 100%;
}
body.english .secStrong__list .listItem__txtWrap {
  width: 100%;
  --lh: 1.6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 14px;
}
body.english .secStrong__list .listItem__ttl {
  width: 100%;
  padding: 12px 10px;
  font-size: 18px;
  font-weight: 600;
  --ls: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.english .secStrong__list {
    margin-bottom: 30px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
body.english .secStrong__txtWrap {
  --lh: 2;
}
body.english .secContact {
  padding: 12px 0 60px;
}
@media screen and (min-width: 768px) {
  body.english .secContact {
    padding: 12px 0 100px;
  }
}
body.english .secContact__ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  body.english .secContact__ttl {
    margin-bottom: 40px;
  }
}
body.english .secContact__txtWrap {
  --lh: 1.8;
}
body.english .secContact__btnWrap {
  margin-top: 22px;
}
body.english .secContact__btnWrap .btn {
  width: 100%;
  max-width: 308px;
}
@media screen and (min-width: 768px) {
  body.english .secContact__btnWrap {
    margin-top: 45px;
  }
}
body.english .secSupport__ttl {
  margin-bottom: 0;
}