@charset "UTF-8";
body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

img {
  width: 100%;
}

.container {
  max-width: 1266px;
  padding: 0 50px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.font-noto {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  transition: all 0.3s ease 0s;
}
a:hover {
  opacity: 0.6;
}

.contact-items {
  text-align: center;
  padding: 25px 0;
}
@media screen and (max-width: 1023px) {
  .contact-items {
    padding: 35px 0;
  }
}
.contact-items .contact-text {
  font-size: 24px;
  color: white;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .contact-items .contact-text {
    font-size: 18px;
  }
}
.contact-items .contact-text span {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 2.5px 20px 4.5px;
  font-size: 14px;
  transform: translateY(-3px);
  line-height: 1.3;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 1023px) {
  .contact-items .contact-text span {
    font-size: 12px;
    padding: 4.5px 15px 5.5px;
  }
}
.contact-items .btn-wrapper {
  margin-top: 22px;
}
.contact-items .btn-wrapper .btn {
  display: inline-block;
  font-size: 28px;
  letter-spacing: -0.05em;
  color: white;
  padding: 25px 65px 30px;
  line-height: 1;
  border-radius: 100vh;
  background: linear-gradient(180deg, rgb(150, 122, 12) 0%, rgb(238, 197, 67) 35%, rgb(150, 122, 13) 100%);
  border: 3px solid #8b6f11;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .contact-items .btn-wrapper .btn {
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
    max-width: 343px;
    width: 100%;
  }
}

.sp-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-hide {
    display: none;
  }
}

.fv {
  background-image: url(../images/fv-bg.webp);
  background-size: cover;
  background-position: bottom center;
}
#lower .fv {
  background-position: top center;
}

@media screen and (max-width: 1023px) {
  .fv {
    background-position-y: -70px;
  }
}
@media screen and (max-width: 600px) {
  .fv {
    background-image: url(../images/fv-bg-sp.webp);
  }
}
.fv .fv-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 50px 0;
}
@media screen and (max-width: 1023px) {
  .fv .fv-top {
    padding: 10px 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .fv .fv-top {
    padding: 20px 16px 0;
  }
}
.fv .fv-top h2 {
  max-width: 247px;
}
@media screen and (max-width: 1023px) {
  .fv .fv-top h2 {
    max-width: 160px;
  }
}
.fv .fv-top .fv-top-right .phone-number {
  font-size: 26px;
  line-height: 45px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .fv .fv-top .fv-top-right .phone-number {
    font-size: 15px;
    line-height: 24px;
  }
}
.fv .fv-top .fv-top-right .phone-number img {
  display: inline-block;
  width: 28px;
  padding-right: 8px;
}
@media screen and (max-width: 1023px) {
  .fv .fv-top .fv-top-right .phone-number img {
    width: 20px;
  }
}
.fv .fv-top .fv-top-right .business-hours {
  font-size: 12px;
  margin-top: -6px;
  padding-left: 30px;
}
@media screen and (max-width: 1023px) {
  .fv .fv-top .fv-top-right .business-hours {
    font-size: 10px;
    line-height: 20px;
    padding-left: 0;
    margin-top: -4px;
    font-weight: bold;
  }
}
.fv .fv-content {
  display: flex;
  gap: 80px;
  max-width: 1260px;
  margin: 40px auto 0;
  padding: 0 50px 0;
}
@media screen and (max-width: 1023px) {
  .fv .fv-content {
    gap: 0px;
    padding-right: 0;
    padding-left: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .fv .fv-content {
    flex-direction: column;
    margin-top: 84px;
  }
}
@media screen and (max-width: 600px) {
  .fv .fv-content h1 {
    padding-right: 20px;
    padding-right: 16px;
    margin-left: -5px;
  }
}
.fv .fv-content .human img {
  vertical-align: top;
}

.fv-contact-wrapper {
  background-image: url(../images/fv-contact-wrapper.webp);
  background-size: cover;
}

.sp-fixed-btns {
  width: 100%;
  background-color: #fff;
  width: 100%;
  padding: 10px 6px;
  padding-bottom: 0;
  position: fixed;
  bottom: 0;
  z-index: 10000;
  display: none;
}
.sp-fixed-btns.on {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-fixed-btns.on {
    display: flex !important;
  }
}
.sp-fixed-btns.off {
  display: none;
}
.charm {
  background-image: url(../images/charm-bg.webp);
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .charm {
    padding-top: 80px;
    padding-bottom: 75px;
    background-image: url(../images/charm-bg-sp.webp);
  }
}
.charm .container {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .charm .container {
    padding: 0 10px;
  }
}
.charm .container h2 {
  max-width: 632px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .charm .container h2 {
    padding: 0 10px;
  }
}
.charm .container .charm-links {
  margin-top: 53px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .charm .container .charm-links {
    flex-direction: column;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .charm .container .charm-links .charm-link {
    margin-top: -5px;
  }
}
.charm .container .charm-item {
  padding: 0 10px;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .charm .container .charm-item {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .charm .container .charm-item {
    flex-direction: column;
    gap: 30px;
  }
}
.charm .container .charm-item .charm-item-texts {
  width: 100%;
}
.charm .container .charm-item .charm-item-texts h3 {
  display: flex;
  gap: 7px;
  font-size: 38px;
  line-height: 1.4;
  border-bottom: 1px solid #141414;
  padding-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .charm .container .charm-item .charm-item-texts h3 {
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  .charm .container .charm-item .charm-item-texts h3 {
    font-size: 24px;
    gap: 12px;
  }
}
.charm .container .charm-item .charm-item-texts h3 .number-wrapper {
  transform: translateY(15px);
  display: block;
}
@media screen and (max-width: 768px) {
  .charm .container .charm-item .charm-item-texts h3 .number-wrapper {
    transform: translateY(10px);
  }
}
.charm .container .charm-item .charm-item-texts h3 .number-wrapper .number-text {
  display: block;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .charm .container .charm-item .charm-item-texts h3 .number-wrapper .number-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .charm .container .charm-item .charm-item-texts h3 .number-wrapper .number-text {
    font-size: 14px;
  }
}
.charm .container .charm-item .charm-item-texts h3 .number-wrapper .number {
  font-size: 70px;
  font-weight: 400;
  line-height: 0.9;
  display: block;
}
@media screen and (max-width: 1200px) {
  .charm .container .charm-item .charm-item-texts h3 .number-wrapper .number {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .charm .container .charm-item .charm-item-texts h3 .number-wrapper .number {
    font-size: 40px;
  }
}
.charm .container .charm-item .charm-item-texts h3 .h3-text {
  display: block;
}
.charm .container .charm-item .charm-item-texts h3 .h3-text .small {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .charm .container .charm-item .charm-item-texts h3 .h3-text .small {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .charm .container .charm-item .charm-item-texts h3 .h3-text .small {
    font-size: 12px;
  }
}
.charm .container .charm-item .charm-item-texts h3 .h3-text .border {
  font-size: 38px;
  color: #ab0c18;
  border: 1px solid #ab0c18;
  padding: 1px 1px 3px;
}
@media screen and (max-width: 1200px) {
  .charm .container .charm-item .charm-item-texts h3 .h3-text .border {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .charm .container .charm-item .charm-item-texts h3 .h3-text .border {
    font-size: 24px;
  }
}
.charm .container .charm-item .charm-item-texts .charm-item-text {
  margin-top: 16px;
  line-height: 1.9;
}
.charm .container .charm-item .charm-item-texts .charm-item-text span {
  color: #ab0c18;
  font-weight: 700;
}
.charm .container .charm-item .charm-item-texts .charm-item-lead {
  font-size: 10px;
  line-height: 2;
  margin-top: 12px;
}
.charm .container .charm-item .charm-item-img {
  width: 100%;
}
.charm .container .charm-item-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .charm .container .charm-item-reverse {
    flex-direction: column;
  }
}

.pitfall {
  border-top: 4px solid #15467f;
  background-image: url(../images/pitfall-bg.webp);
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .pitfall {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pitfall {
    background-image: url(../images/pitfall-bg_sp.webp);
  }
}
.pitfall::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 200px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .pitfall .container {
    padding: 0 15px;
  }
}
.pitfall .container .top-text {
  max-width: 650px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .pitfall .container .top-text {
    margin-top: -10px;
  }
}
.pitfall .container h2 {
  max-width: 632px;
  margin: 12px auto 20px;
}
.pitfall .container .pitfall-item {
  display: flex;
  padding: 40px 0;
  width: 100%;
  gap: 25px;
  border-top: 1px solid #141414;
}
@media screen and (max-width: 768px) {
  .pitfall .container .pitfall-item {
    gap: 20px;
    flex-direction: column;
  }
}
.pitfall .container .pitfall-item:first-child {
  border-top: none;
}
.pitfall .container .pitfall-item .left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .pitfall .container .pitfall-item .left {
    width: 100%;
  }
}
.pitfall .container .pitfall-item .left h3 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .pitfall .container .pitfall-item .left h3 {
    font-size: 32px;
    letter-spacing: -0.05em;
  }
}
.pitfall .container .pitfall-item .left .left-text {
  line-height: 1.8;
  margin-top: 29px;
}
.pitfall .container .pitfall-item .right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .pitfall .container .pitfall-item .right {
    width: 100%;
  }
}
.pitfall .container .pitfall-item .right .right-top {
  display: flex;
  width: 100%;
  background-color: #143066;
}
.pitfall .container .pitfall-item .right .right-top .right-top-left {
  display: flex;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 23px;
  padding-left: 12px;
  font-size: 14px;
  background-color: #101010;
  color: white;
  font-weight: bold;
  gap: 5px;
  min-width: 145px;
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .pitfall .container .pitfall-item .right .right-top .right-top-left {
    flex-direction: column;
    padding: 8px;
    padding-right: 12px;
    min-width: 81px;
    font-size: 12px;
    gap: 1px;
    justify-content: center;
  }
}
.pitfall .container .pitfall-item .right .right-top .right-top-right {
  font-size: 24px;
  padding-left: 13px;
  padding: 12px;
  background-color: #143066;
  color: white;
  width: 100%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .pitfall .container .pitfall-item .right .right-top .right-top-right {
    font-size: 16px;
    padding-top: 23.5px;
    padding-bottom: 23.5px;
  }
}
.pitfall .container .pitfall-item .right .right-bottom {
  padding: 35px 22px;
  background-color: #fff;
  display: flex;
  gap: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .pitfall .container .pitfall-item .right .right-bottom {
    padding: 12px 16px 30px;
    flex-direction: column;
    gap: 12px;
  }
}
.pitfall .container .pitfall-item .right .right-bottom .right-bottom-person {
  min-width: 110px;
}
@media screen and (max-width: 768px) {
  .pitfall .container .pitfall-item .right .right-bottom .right-bottom-person {
    max-width: 87px;
    margin: auto;
  }
}
.pitfall .container .pitfall-item .right .right-bottom .right-bottom-text {
  font-size: 14px;
  line-height: 1.8;
}

.reason {
  padding-bottom: 84px;
  background-image: url(../images/reason-bg.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .reason {
    margin-top: 0;
    padding-bottom: 80px;
  }
}
.reason .container {
  padding: 0;
}
.reason .container .top-text {
  margin: auto;
  margin-top: -90px;
  text-align: center;
  max-width: 420px;
}
@media screen and (max-width: 1200px) {
  .reason .container .top-text {
    margin-top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .reason .container .top-text {
    font-size: 40px;
    margin-top: -80px;
    max-width: 300px;
  }
}
.reason .container .top-lead {
  text-align: center;
  font-size: 24px;
  line-height: 35px;
}
@media screen and (max-width: 768px) {
  .reason .container .top-lead {
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
    margin-bottom: 14px;
  }
}
.reason .container h2 {
  max-width: 335px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .reason .container h2 {
    max-width: 280px;
  }
}
.reason .container .reason-item {
  display: flex;
  align-items: center;
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  .reason .container .reason-item {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .reason .container .reason-item {
    flex-direction: column;
    padding-left: 0;
  }
}
.reason .container .reason-item .img {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .reason .container .reason-item .img {
    width: 100%;
  }
}
.reason .container .reason-item .reason-text-wrapper {
  background-color: #fff;
  width: 65%;
  margin-left: -7%;
  padding: 35px 0;
  padding-left: 47px;
  padding-right: 146px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .reason .container .reason-item .reason-text-wrapper {
    padding-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .reason .container .reason-item .reason-text-wrapper {
    width: 95%;
    padding: 0 15px;
    margin: auto;
    margin-top: -40px;
    padding: 36px 16px 48px;
  }
}
.reason .container .reason-item .reason-text-wrapper .number {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  right: 5%;
  font-size: 322px;
  color: #f5f5f5;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .reason .container .reason-item .reason-text-wrapper .number {
    font-size: 170px;
    line-height: 1;
    top: 0;
    right: 0px;
    transform: translateY(0%);
  }
}
.reason .container .reason-item .reason-text-wrapper .lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  position: relative;
  z-index: 1;
}
.reason .container .reason-item .reason-text-wrapper h3 {
  margin-top: 14px;
  font-size: 36px;
  line-height: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .reason .container .reason-item .reason-text-wrapper h3 {
    font-size: 32px;
  }
}
.reason .container .reason-item .reason-text-wrapper .text {
  margin-top: 22px;
  position: relative;
  z-index: 1;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .reason .container .reason-item .reason-text-wrapper .text {
    margin-top: 30px;
  }
}
.reason .container .reason-item .reason-text-wrapper .text span {
  font-weight: bold;
}
.reason .container .reason-item-reverse {
  flex-direction: row-reverse !important;
  padding-left: 0px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .reason .container .reason-item-reverse {
    flex-direction: column !important;
    padding-right: 0;
  }
}
.reason .container .reason-item-reverse .reason-text-wrapper {
  background-color: #fff;
  width: 65%;
  padding: 35px 0;
  padding-right: 92px;
  padding-left: 95px;
  margin-right: -7%;
}
@media screen and (max-width: 768px) {
  .reason .container .reason-item-reverse .reason-text-wrapper {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 36px 16px 48px;
  }
}

.flow {
  padding-bottom: 60px;
}
.flow .flow-top-images {
  background-image: url(../images/flow-top-img.webp);
  padding-top: 50px;
  padding-bottom: 8vw;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .flow .flow-top-images {
    background-image: url(../images/flow-top-img-sp.webp);
    padding-top: 35px;
    padding-bottom: 85px;
    background-position: bottom center;
  }
}
.flow .flow-top-images h2 {
  max-width: 700px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .flow .flow-top-images h2 {
    max-width: 300px;
  }
}
.flow .container {
  padding: 0 20px;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .flow .container {
    padding: 0 16px;
    margin-top: -15px;
  }
}
.flow .container .flow-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c7d2e0;
}
.flow .container .flow-item .left {
  min-width: 300px;
  height: 141px;
  background-color: #c7d2e0;
  color: white;
  text-align: center;
  padding-top: 44px;
  position: relative;
  border-bottom: none;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .flow .container .flow-item .left {
    width: 105px;
    min-width: initial;
    min-width: 88px;
    height: initial;
    height: 100%;
    padding-top: 37px;
    padding-bottom: 30px;
  }
}
.flow .container .flow-item .left::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 152px solid transparent;
  border-left: 152px solid transparent;
  border-top: 20px solid #c7d2e0;
  border-bottom: 0;
  left: -2px;
  z-index: 3;
  top: 100%;
  top: calc(100% - 1px);
}
@media screen and (max-width: 768px) {
  .flow .container .flow-item .left::before {
    border-style: solid;
    right: 0;
    left: 0;
    border-right: 44px solid transparent;
    border-left: 44px solid transparent;
  }
}
.flow .container .flow-item .left .number {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .flow .container .flow-item .left .number {
    font-size: 12px;
  }
}
.flow .container .flow-item .left .line {
  width: 24px;
  height: 1px;
  display: block;
  background-color: white;
  margin: auto;
  margin-top: 5px;
}
.flow .container .flow-item .left .left-text {
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .flow .container .flow-item .left .left-text {
    font-size: 14px;
    font-weight: normal;
  }
}
.flow .container .flow-item .right {
  width: 100%;
  padding-left: 36px;
}
@media screen and (max-width: 768px) {
  .flow .container .flow-item .right {
    padding-left: 9px;
  }
}
.flow .container .left2 {
  background-color: #a9bbd0 !important;
}
@media screen and (max-width: 768px) {
  .flow .container .left2 {
    padding-bottom: 150px !important;
  }
}
.flow .container .left2::before {
  border-top: 20px solid #a9bbd0 !important;
  z-index: 3;
}
.flow .container .left3 {
  background-color: #90a7c2 !important;
}
@media screen and (max-width: 768px) {
  .flow .container .left3 {
    padding-bottom: 90px !important;
  }
}
.flow .container .left3::before {
  border-top: 20px solid #90a7c2 !important;
  z-index: 3;
}
.flow .container .left4 {
  background-color: #6e8db0 !important;
}
.flow .container .left4::before {
  border-top: 20px solid #6e8db0 !important;
  z-index: 3;
}
.flow .container .left5 {
  background-color: #6081a8 !important;
}
@media screen and (max-width: 768px) {
  .flow .container .left5 {
    padding-bottom: 90px !important;
  }
}
.flow .container .left5::before {
  border-top: 20px solid #6081a8 !important;
  z-index: 3;
}
.flow .container .left6 {
  background-color: #4a709c !important;
}
.flow .container .left6::before {
  border-top: 20px solid #4a709c !important;
  z-index: 3;
}
.flow .container .left7 {
  background-color: #3b6494 !important;
}
@media screen and (max-width: 768px) {
  .flow .container .left7 {
    padding-bottom: 90px !important;
  }
}
.flow .container .left7::before {
  border-top: 20px solid #3b6494 !important;
  z-index: 3;
}
.flow .container .left8 {
  background-color: #29558a !important;
}
.flow .container .left8::before {
  border-top: 20px solid #29558a !important;
  z-index: 3;
}
.flow .container .left9 {
  background-color: #15467f !important;
}
.flow .container .left9::before {
  border-top: 20px solid #15467f !important;
  z-index: 3;
}
.flow .container .flow-btn {
  max-width: 248px;
  width: 100%;
  transform: translateY(16px);
}
@media screen and (max-width: 768px) {
  .flow .container .flow-btn {
    max-width: 237px;
    transform: translateY(0px);
    margin-top: 4px;
  }
}

.support {
  padding-top: 60px;
  padding-bottom: 100px;
  background-image: url(../images/support-bg.webp);
  background-size: contain;
}
.support .container h2 {
  margin-bottom: 48px;
}
.support .container .support-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .support .container .support-item {
    flex-direction: column;
    gap: 30px;
  }
}
.support .container .support-item .img {
  width: 50%;
  position: relative;
}
.support .container .support-item .img::before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, transparent 0%, transparent 90%, #fff 100%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .support .container .support-item .img::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .support .container .support-item .img {
    width: 100%;
  }
}
.support .container .support-item .img2 {
  width: 50%;
  position: relative;
}
.support .container .support-item .img2::before {
  content: "";
  position: absolute;
  background: linear-gradient(to left, transparent 0%, transparent 90%, #fff 100%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .support .container .support-item .img2::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .support .container .support-item .img2 {
    width: 100%;
  }
}
.support .container .support-item .texts {
  width: calc(50% - 54px);
  margin-left: 54px;
}
@media screen and (max-width: 768px) {
  .support .container .support-item .texts {
    width: 100%;
    margin-left: 0;
  }
}
.support .container .support-item .texts .lead {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .support .container .support-item .texts .lead {
    font-size: 14px;
  }
}
.support .container .support-item .texts h3 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .support .container .support-item .texts h3 {
    font-size: 32px;
    margin-top: 15px;
  }
}
.support .container .support-item .texts h3 span {
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  transform: translateY(-3px);
}
@media screen and (max-width: 768px) {
  .support .container .support-item .texts h3 span {
    font-size: 12px;
  }
}
.support .container .support-item .texts .text {
  line-height: 2;
  margin-top: 25px;
}
.support .container .support-item-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .support .container .support-item-reverse {
    flex-direction: column;
  }
}
.support .container .support-item-reverse .texts {
  width: calc(50% - 54px);
  margin-right: 54px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .support .container .support-item-reverse .texts {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.bottom-contact-wrapper .fv-contact-wrapper {
  background-image: url(../images/bottom-contact-wrapper-bg.webp);
  background-size: cover;
  background-position: right center;
  padding: 60px 0;
}
.bottom-contact-wrapper .fv-contact-wrapper .bottom-contact-wrapper-title {
  max-width: 720px;
  margin: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .bottom-contact-wrapper .fv-contact-wrapper .bottom-contact-wrapper-title {
    max-width: 350px;
    margin: auto;
    margin-bottom: 20px;
  }
}
.bottom-contact-wrapper .fv-contact-wrapper .contact-text {
  color: #143066;
}
.bottom-contact-wrapper .fv-contact-wrapper .contact-text span {
  border-color: #143066;
}

footer {
  background-color: #143066;
  padding: 48px 0;
  color: white;
}
footer .container {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .container {
    flex-direction: column;
  }
}
footer .container .footer-item {
  border-right: 1px solid #fff;
  padding-right: 42px;
  margin-right: 42px;
}
@media screen and (max-width: 768px) {
  footer .container .footer-item {
    border-bottom: 1px solid #fff;
    border-right: none;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
footer .container .footer-item .lead {
  font-weight: bold;
}
footer .container .footer-item .title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}
footer .container .footer-item .item-flex {
  margin-top: 10px;
  display: flex;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
footer .container .footer-item .item-flex .item-left {
  min-width: 80px;
}
footer .container .footer-item .item-flex .item-right a {
  color: white;
}
footer .copyright {
  margin-top: 56px;
  letter-spacing: 0.1em;
  font-size: 12px;
  display: grid;
  gap: 10px;
}
footer .copyright a {
  color: white;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    text-align: center;
    font-size: 10px;
    margin-top: 36px;
    padding-bottom: 60px;
  }
}

/*PCでは無効（改行しない）*/
.sma {
  display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width: 768px) {
  .sma {
    display: block;
  }
  .pc_br {
    display: none;
  }
}
#lower .inner {
  max-width: 1266px;
  margin: auto;
}
#lower h1 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 20px;
}
#lower p {
  text-align: center;
  margin-bottom: 10px;
}