@charset "UTF-8";
#key {
  position: relative;
}
@media screen and (max-width: 767px) {
  #key {
    padding: 88px 0 23px;
    text-align: center;
  }
  #key .img {
    width: 100%;
    max-width: 440px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #key .logo {
    position: absolute;
    width: 138px;
    top: 5px;
    left: 20px;
  }
}
#key .group-content {
  position: relative;
  z-index: 2;
}
#key .group-content .tit {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 22px;
}
#key .group-content dl {
  margin: 0 20px;
}
#key .group-content dl dt {
  background: linear-gradient(180deg, #1E4D8C 0%, #081526 100%);
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  padding: 5px 0;
}
#key .group-content dl dd {
  background: #fff;
  border: 5px solid #1C4883;
  line-height: 0.95;
  padding: 6px 0;
  color: #000;
  font-size: 48px;
  text-align: center;
}
#key .group-content dl dd small {
  font-size: 20px;
  color: #1C4883;
}
#key .group-content .flex {
  margin: 16px 0 51px;
}
#key .group-content .flex .sub-tit {
  font-size: 28px;
  line-height: 1.254;
  letter-spacing: 0;
}
@media screen and (max-width: 400px) {
  #key .group-content .flex .sub-tit {
    font-size: 25px;
  }
}
#key .group-content .flex ul {
  display: flex;
  justify-content: flex-end;
  gap: 13px;
  margin: 33px 36px 0;
}
#key .group-content .flex ul li {
  width: 136px;
}
#key .group-content .flex ul li:first-of-type {
  width: 156px;
}
@media screen and (max-width: 400px) {
  #key .group-content .flex ul {
    margin-right: 10px;
    gap: 3px;
  }
  #key .group-content .flex ul li {
    width: 117px;
  }
  #key .group-content .flex ul li:first-of-type {
    width: 130px;
  }
}
#key .group-content .bnr {
  width: 399px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
#key .group-content .bnr a {
  position: relative;
  text-decoration: none;
  border: 3px solid #fff;
  background: #FCCE00;
  text-align: center;
  border-radius: 15px;
  display: block;
  padding: 27px 15px 12px 0;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 4px 6px 0px #B8B8B8;
}
#key .group-content .bnr a:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 6px;
  background: url("../img/shared/arrow2.png") no-repeat center/100% auto;
  width: 28px;
  height: 28px;
}
#key .group-content .bnr a .note {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 334px;
  box-sizing: border-box;
  border: 3px solid #FCCE00;
  color: #FF0000;
  background: #fff;
  border-radius: 47px;
  font-weight: 700;
  font-size: 20px;
  padding: 2px 0;
  line-height: 1.5;
  text-align: center;
  top: -19px;
}
#key .group-content .bnr a .note::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
}
#key .group-content .bnr a .text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
#key .group-content .bnr a .text::before {
  content: "";
  background: url("../img/shared/icon.png") no-repeat center/100% auto;
  width: 53px;
  height: 53px;
}
#key .group-content .bnr a .text span {
  font-size: 32px;
  line-height: 38px;
  font-weight: 900;
}
#key .group-content .bnr a .text span small {
  font-size: 16px;
  color: #1E4D8C;
}
@media screen and (max-width: 400px) {
  #key .group-content .bnr a .text {
    padding-right: 30px;
  }
  #key .group-content .bnr a .text::before {
    width: 48px;
    height: 48px;
  }
  #key .group-content .bnr a .text span {
    font-size: 30px;
  }
  #key .group-content .bnr a .text span small {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  #key .img {
    height: 764px;
  }
  #key .img img {
    -o-object-position: 20% top;
       object-position: 20% top;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #key .img img {
    -o-object-position: 65% top;
       object-position: 65% top;
  }
}
@media screen and (min-width: 768px) {
  #key .group-content {
    position: absolute;
    bottom: 81px;
    left: 50%;
    width: -moz-max-content;
    width: max-content;
    transform: translateX(-50%);
  }
  #key .group-content .tit {
    font-size: 32px;
    line-height: 1.03125;
    margin: 0 0 30px;
    letter-spacing: -0.05em;
  }
  #key .group-content dl {
    margin: 0;
    display: flex;
  }
  #key .group-content dl dt {
    font-size: 72px;
    padding: 12px 34px;
    line-height: 1;
  }
  #key .group-content dl dd {
    padding: 0 19px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    line-height: 1;
  }
  #key .group-content dl dd small {
    font-size: 24px;
    position: relative;
    top: 20px;
  }
  #key .group-content .flex {
    margin: 24px 0 95px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 19px;
  }
  #key .group-content .flex .sub-tit {
    font-size: 48px;
    line-height: 1.2;
  }
  #key .group-content .flex ul {
    gap: 3px;
    justify-content: flex-start;
    margin: 3px 0 0;
  }
  #key .group-content .bnr {
    width: 753px;
    margin: 0;
    max-width: 100%;
  }
  #key .group-content .bnr a {
    padding: 30px 0 15px;
    transition: all 0.3s;
  }
  #key .group-content .bnr a:hover {
    opacity: 1;
    box-shadow: none;
    transform: translateY(6px);
  }
  #key .group-content .bnr a:after {
    top: 0;
    bottom: 0;
    right: 20px;
    background: url("../img/shared/arrow2.png") no-repeat center/100% auto;
    width: 28px;
    height: auto;
  }
  #key .group-content .bnr a .note {
    width: 284px;
    font-size: 20px;
  }
  #key .group-content .bnr a .text {
    gap: 9px;
  }
  #key .group-content .bnr a .text span {
    font-size: 48px;
    line-height: 58px;
  }
  #key .group-content .bnr a .text span small {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  #key .group-content .flex {
    display: block;
    margin-bottom: 40px;
  }
  #key .group-content .flex ul {
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #key .group-content .tit {
    font-size: 25px;
  }
  #key .group-content dl dt {
    font-size: 55px;
  }
  #key .group-content dl dd {
    padding: 5px 12px;
    font-size: 40px;
  }
  #key .group-content dl dd small {
    font-size: 15px;
    top: 10px;
  }
  #key .group-content .flex .sub-tit {
    font-size: 37px;
  }
  #key .group-content .bnr {
    width: 700px;
  }
}

.sc-contact {
  margin: 0 auto;
  max-width: calc(100% - 40px);
  background: linear-gradient(180deg, #1E4D8C 0%, #081526 100%);
  border-radius: 20px;
  padding: 12px 11px 23px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.sc-contact h2 {
  line-height: 35px;
  font-size: 24px;
}
.sc-contact h2 span {
  display: inline-block;
  position: relative;
}
.sc-contact h2 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 4px;
  height: 62px;
  background: #fff;
  transform: rotate(-25deg);
}
.sc-contact h2 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 4px;
  height: 62px;
  background: #fff;
  transform: rotate(25deg);
}
.sc-contact .box-tel {
  border-radius: 20px;
  background: #E3EBF9;
  padding: 23px 0 30px;
  color: #000;
  margin: 15px 0 20px;
}
.sc-contact .box-tel .tel .sub-tel {
  display: block;
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 5px;
}
.sc-contact .box-tel .tel span {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 40px;
  line-height: 1.2;
  padding: 0 10px 0 0;
}
.sc-contact .box-tel .tel span::before {
  content: "";
  background: url("../img/shared/icon_tel_sp.png") no-repeat center/100% auto;
  width: 47px;
  height: 48px;
}
@media screen and (max-width: 400px) {
  .sc-contact .box-tel .tel span {
    font-size: 35px;
  }
}
.sc-contact .box-tel .time {
  font-size: 16px;
  line-height: 23px;
  margin: 4px 0 0;
}
.sc-contact .group-btn .btn-web a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: opacity 0.5s;
  border-radius: 45px;
  border: 3px solid;
  padding: 0 27px;
  height: 45px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 900;
  color: #000;
  box-shadow: 4px 6px 0px #B8B8B8;
}
.sc-contact .group-btn .btn-web a::before {
  content: "";
}
.sc-contact .group-btn .btn-web a:after {
  content: "";
  background: url("../img/shared/arrow3.svg") no-repeat center/100% auto;
  width: 15px;
  height: 15px;
}
.sc-contact .group-btn .btn-tel a {
  display: block;
  text-decoration: none;
}
.sc-contact .group-btn .btn-tel span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: opacity 0.5s;
  border-radius: 45px;
  border: 3px solid;
  padding: 0 27px;
  height: 45px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 900;
  color: #000;
  box-shadow: 4px 6px 0px #B8B8B8;
}
.sc-contact .group-btn .btn-tel span::before {
  content: "";
}
.sc-contact .group-btn .btn-tel span:after {
  content: "";
  background: url("../img/shared/arrow3.svg") no-repeat center/100% auto;
  width: 15px;
  height: 15px;
}
.sc-contact .group-btn .btn-tel span {
  border-color: #E3EBF9;
  background: #fff;
}
.sc-contact .group-btn .btn-tel span::before {
  background: url("../img/shared/icon_tel2.svg") no-repeat center/100% auto;
  width: 16px;
  height: 15px;
}
.sc-contact .group-btn .btn-web a {
  border-color: #fff;
  background: #FCCE00;
}
.sc-contact .group-btn .btn-web a::before {
  background: url("../img/shared/icon_mail.svg") no-repeat center/100% auto;
  width: 15px;
  height: 11px;
}
.sc-contact .group-btn .btn-web a:after {
  background-image: url("../img/shared/arrow4.svg");
}
@media screen and (max-width: 767px) {
  .sc-contact .group-btn .btn-web {
    margin-top: 10px;
  }
}
.sc-contact .note {
  font-size: 14px;
  line-height: 20px;
  margin: 22px 0 0;
}
@media screen and (max-width: 400px) {
  .sc-contact .note {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .sc-contact {
    width: 1098px;
    max-width: calc(100% - 40px);
    padding: 38px 32px 50px;
  }
  .sc-contact h2 {
    line-height: 1.55;
    font-size: 40px;
  }
  .sc-contact h2 span::before {
    left: -30px;
  }
  .sc-contact h2 span:after {
    right: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .sc-contact h2 {
    font-size: 35px;
  }
  .sc-contact h2 span::before, .sc-contact h2 span:after {
    height: 55px;
  }
}
@media screen and (min-width: 768px) {
  .sc-contact .box-tel {
    padding: 26px 0 30px;
    margin: 13px 0 31px;
  }
  .sc-contact .box-tel .tel .sub-tel {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 8px;
  }
  .sc-contact .box-tel .tel span {
    font-size: 72px;
    line-height: 86px;
    align-items: center;
    gap: 5px;
  }
  .sc-contact .box-tel .tel span::before {
    background-image: url("../img/shared/icon_tel.png");
    width: 98.5px;
    height: 95px;
  }
  .sc-contact .box-tel .time {
    font-size: 24px;
    line-height: 29px;
  }
  .sc-contact .group-btn {
    display: flex;
    justify-content: space-between;
  }
  .sc-contact .group-btn .btn-web {
    width: 502px;
    max-width: calc(50% - 10px);
  }
  .sc-contact .group-btn .btn-web a {
    height: 75px;
    font-size: 32px;
    transition: all 0.3s;
  }
  .sc-contact .group-btn .btn-web a:hover {
    box-shadow: none;
    transform: translateY(6px);
  }
  .sc-contact .group-btn .btn-web a:after {
    width: 29px;
    height: 29px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sc-contact .group-btn .btn-web a {
    font-size: 24px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .sc-contact .group-btn .btn-tel {
    width: 502px;
    max-width: calc(50% - 10px);
  }
  .sc-contact .group-btn .btn-tel span {
    height: 75px;
    font-size: 32px;
    transition: all 0.3s;
  }
  .sc-contact .group-btn .btn-tel span:hover {
    box-shadow: none;
    transform: translateY(6px);
  }
  .sc-contact .group-btn .btn-tel span:after {
    width: 29px;
    height: 29px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sc-contact .group-btn .btn-tel span {
    font-size: 24px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .sc-contact .group-btn .btn-tel span::before {
    width: 30px;
    height: 27px;
  }
  .sc-contact .group-btn .btn-web a::before {
    width: 35px;
    height: 27px;
  }
  .sc-contact .note {
    font-size: 16px;
    line-height: 19px;
    margin: 27px 0 0;
  }
}

.h2-title {
  font-size: 6vw;
  color: #1E4D8C;
  line-height: 1.2;
}
.h2-title span {
  display: block;
  padding: 0 0 10px;
  border-bottom: 5px solid #FCCE00;
}
@media screen and (min-width: 768px) {
  .h2-title {
    font-size: 48px;
    line-height: 58px;
  }
  .h2-title span {
    display: inline-block;
    min-width: 694px;
  }
}

#sec1 {
  text-align: center;
  padding: 35px 0 60px;
}
#sec1 h2 {
  margin: 0 0 30px;
}
#sec1 .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
#sec1 .flex .item {
  width: calc((100% - 1vw) / 2);
  background: #E3EBF9;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 3vw 0;
  cursor: pointer;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
#sec1 .flex .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  background: #d4e0f5;
}
#sec1 .flex .item .tit {
  background: #fff;
  border-radius: 15px;
  min-height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4vw;
  line-height: 1.2;
  margin: 0 3vw;
}
#sec1 .flex .item .price {
  margin: 1vw 0;
  color: #1E4D8C;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0;
}
#sec1 .flex .item .price span {
  display: inline-block;
  margin: 0 0 0 1vw;
  font-size: 8vw;
  line-height: 1.2;
  color: #000;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 42px 0 79px;
  }
  #sec1 .wrap {
    width: 100%;
  }
  #sec1 h2 {
    margin: 0 0 40px;
  }
  #sec1 .flex {
    gap: 10px;
  }
  #sec1 .flex .item {
    width: calc((100% - 30px) / 4);
    padding: 15px 0;
    min-height: 218px;
    cursor: pointer;
  }
  #sec1 .flex .item .tit {
    min-height: 78px;
    font-size: 20px;
    margin: 0 15px;
  }
  #sec1 .flex .item .price {
    margin: 6px 0;
    font-size: 24px;
  }
  #sec1 .flex .item .price span {
    margin: 0 0 0 10px;
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  #sec1 .flex .item {
    min-height: 180px;
  }
  #sec1 .flex .item .price span {
    line-height: 1.2;
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #sec1 .flex .item {
    padding: 10px 0;
  }
  #sec1 .flex .item .tit {
    font-size: 16px;
    margin: 0 10px;
  }
  #sec1 .flex .item .price {
    font-size: 14px;
  }
  #sec1 .flex .item .price span {
    font-size: 30px;
    margin-left: 5px;
  }
}

#sec2 {
  margin: 12vw 0 0;
  text-align: center;
}
#sec2 .sub-txt {
  font-size: 14px;
  line-height: 23px;
  margin: 3vw 0 5vw;
}
#sec2 .flex .item {
  box-sizing: border-box;
  border-radius: 10px;
  background: #E3EBF9;
  padding: 4vw 0;
}
@media screen and (max-width: 767px) {
  #sec2 .flex .item + .item {
    margin-top: 3vw;
  }
}
#sec2 .flex .item .icon {
  height: 10vw;
  line-height: 0;
}
#sec2 .flex .item .icon img {
  height: 100%;
  width: auto;
}
#sec2 .flex .item h3 {
  font-size: 6vw;
  color: #1E4D8C;
  line-height: 1.55;
  margin: 3vw 0 0;
  padding: 0 0 8vw;
  position: relative;
}
#sec2 .flex .item h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3vw;
  background: url("../img/index/arrow_down2.png") no-repeat bottom center/auto 100%;
  height: 3vw;
}
#sec2 .flex .item .tit {
  background: #fff;
  margin: 0 3vw;
  border-radius: 10px;
  line-height: 1.55;
  font-size: 4.5vw;
  padding: 2vw 0;
}
@media screen and (min-width: 768px) {
  #sec2 {
    margin: 83px 0 0;
  }
  #sec2 .wrap {
    width: 100%;
  }
  #sec2 .sub-txt {
    font-size: 16px;
    line-height: 19px;
    margin: 18px 0 29px;
  }
  #sec2 .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 21px 18px;
  }
  #sec2 .flex .item {
    width: calc((100% - 18px) / 2);
    padding: 24px 0;
    border-radius: 15px;
  }
  #sec2 .flex .item .icon {
    height: 56px;
  }
  #sec2 .flex .item h3 {
    font-size: 24px;
    line-height: 37px;
    margin: 15px 0 0;
    padding: 0 0 47px;
  }
  #sec2 .flex .item h3::before {
    bottom: 15px;
    height: 17.5px;
  }
  #sec2 .flex .item .tit {
    margin: 0 20px;
    line-height: 37px;
    border-radius: 18px;
    font-size: 24px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec2 .flex .item .icon {
    height: 5vw;
  }
  #sec2 .flex .item h3 {
    font-size: 2vw;
    padding: 0 0 5vw;
    line-height: 1.55;
  }
  #sec2 .flex .item h3::before {
    height: 2vw;
    bottom: 2vw;
  }
  #sec2 .flex .item .tit {
    line-height: 1.55;
    font-size: 2vw;
  }
}

#sec3 {
  text-align: center;
  margin: 15vw 0 0;
  background: #f5f5f5;
  padding: 80px 0 120px;
}
#sec3 .h2-title {
  margin: 0 0 5vw;
}
#sec3 .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
}
#sec3 .flex .item {
  width: calc((100% - 4vw) / 2);
  background: #fff;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 3vw 0;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
#sec3 .flex .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  background: #f9f9f9;
}
#sec3 .flex .item .icon {
  line-height: 0;
  height: 25vw;
  font-size: 25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#sec3 .flex .item .icon img {
  width: auto;
  height: 100%;
}
#sec3 .flex .item .tit {
  font-size: 3.5vw;
  line-height: 1.1875;
  margin: 1px 0 0;
}
@media screen and (min-width: 768px) {
  #sec3 {
    margin: 111.5px 0 0;
  }
  #sec3 .h2-title {
    margin: 0 0 27px;
  }
  #sec3 .wrap {
    width: 100%;
  }
  #sec3 .flex {
    gap: 23.5px 25px;
  }
  #sec3 .flex .item {
    width: calc((100% - 75px) / 4);
    padding: 15px 0;
  }
  #sec3 .flex .item .icon {
    height: 70px;
    font-size: 70px;
    margin-bottom: 20px;
  }
  #sec3 .flex .item .tit {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec3 .flex {
    gap: 23.5px 0;
  }
  #sec3 .flex .item {
    width: 25%;
  }
  #sec3 .flex .item .icon {
    height: 12vw;
    font-size: 12vw;
  }
  #sec3 .flex .item .tit {
    font-size: 2.5vw;
  }
}

/* sec3 modal */
.sec3-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.remodal2 {
  max-width: 520px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.sec3-modal {
  background: #fff;
  border-radius: 15px;
  padding: 22px 20px 24px;
  position: relative;
}
.sec3-modal-title {
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #1E4D8C;
  color: #1E4D8C;
}
.sec3-modal-text {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  overflow-wrap: break-word;
}
.sec3-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}
.sec3-modal-close::before,
.sec3-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 2px;
  background: #666;
}
.sec3-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.sec3-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.is-modal-open {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .sec3-modal-overlay {
    align-items: flex-end;
  }
  .sec3-modal {
    border-radius: 15px 15px 0 0;
    padding: 18px 16px 70px;
  }
  .sec3-modal-title {
    font-size: 18px;
    margin-right: 40px;
  }
  .sec3-modal-close {
    top: 10px;
    right: 10px;
  }
  .sec3-modal-text {
    font-size: 13px;
  }
  .modal-lead {
    font-size: 14px;
    font-weight: bold;
  }
  .modal-cta a {
    font-size: 13px;
    padding: 18px 40px 18px 18px;
  }
}

/* modal inner content */
.modal-lead {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 10px;
  color: #000;
}
.modal-label {
  font-weight: 700;
  margin: 16px 0 6px;
  font-size: 15px;
}
.modal-list {
  margin: 0 0 10px;
  padding: 0;
}
.modal-list li {
  margin: 0 0 6px;
  padding: 8px 12px 8px 1.2em;
  background: #F5F7FB;
  border-radius: 8px;
}
.modal-list li strong {
  font-size: 1.2em;
  color: #1E4D8C;
}
.modal-label + .modal-list {
  padding: 0;
  margin-top: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.modal-example-block {
  border: 1px dashed #1E4D8C;
  border-radius: 8px;
  padding: 0 10px;
  background: #fff;
  margin: 20px 0 10px;
}
.modal-label {
  display: inline-block;
  padding: 2px 8px;
  /* background: #F5F7FB; */
  /* border-radius: 8px 8px 0 0; */
}
.modal-cta {
  margin-top: 28px;
  text-align: center;
}
.modal-cta a {
  display: block;
  width: 100%;
  padding: 20px 45px 20px 18px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #FCCE00;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  position: relative;
}
.modal-cta a:hover {
  opacity: 0.8;
}

.modal-cta a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background: url("../img/shared/arrow2.png") no-repeat center/100% auto;
  width: 20px;
  height: 20px;
}

/* sec3 consultation modal styles */
.modal-question {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 16px;
  color: #000;
  font-weight: 500;
}
.modal-proposal {
  background: #1E4D8C;
  color: #fff;
  padding: 16px 18px;
  border-radius: 8px;
  margin: 0 0 20px;
}
.modal-proposal-title {
  font-weight: 700;
  font-size: 15px;
  margin: 0 0 8px;
}
.modal-proposal p:last-child {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}
.modal-examples-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 20px;
}
.modal-example-item {
  text-align: center;
  padding: 12px 8px;
  background: #F5F7FB;
  border-radius: 8px;
}
.modal-example-icon {
  font-size: 32px;
  margin: 0 0 8px;
  line-height: 1;
}
.modal-example-title {
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 6px;
  color: #1E4D8C;
}
.modal-example-text {
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .modal-examples-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .modal-question {
    font-size: 14px;
  }
  .modal-proposal {
    padding: 14px 16px;
  }
  .modal-proposal-title {
    font-size: 14px;
  }
  .modal-proposal p:last-child {
    font-size: 13px;
  }
  .modal-example-item {
    padding: 10px 8px;
  }
  .modal-example-icon {
    font-size: 28px;
  }
  .modal-example-title {
    font-size: 12px;
  }
  .modal-example-text {
    font-size: 11px;
  }
}

/* ========================================
   sec3 新モーダルスタイル（参考サイト準拠）
   ======================================== */

/* 隠しコンテンツ */
#sec1 .js-modal-content,
#sec3 .js-modal-content {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

/* プラスアイコン */
#sec1 .icon-plus-mini,
#sec3 .icon-plus-mini {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #FCCE00;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
@media screen and (max-width: 767px) {
  #sec1 .flex .item,
  #sec3 .flex .item {
    padding-bottom: 50px;
  }
  #sec1 .icon-plus-mini,
  #sec3 .icon-plus-mini {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
  }
}
#sec1 .icon-plus-mini::before,
#sec1 .icon-plus-mini::after,
#sec3 .icon-plus-mini::before,
#sec3 .icon-plus-mini::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #1E4D8C;
}
#sec1 .icon-plus-mini::before,
#sec3 .icon-plus-mini::before {
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
}
#sec1 .icon-plus-mini::after,
#sec3 .icon-plus-mini::after {
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%);
}
#sec3 .flex .item {
  position: relative;
}
@media screen and (min-width: 768px) {
  #sec1 .icon-plus-mini,
  #sec3 .icon-plus-mini {
    width: 22px;
    height: 22px;
    right: 10px;
    bottom: 10px;
  }
  #sec1 .icon-plus-mini::before,
  #sec3 .icon-plus-mini::before {
    width: 10px;
    height: 3px;
  }
  #sec1 .icon-plus-mini::after,
  #sec3 .icon-plus-mini::after {
    width: 3px;
    height: 10px;
  }
}

/* モーダルヘッダー */
.sec3-modal-header {
  padding: 15px 20px;
  border-bottom: 3px solid #1E4D8C;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
  position: sticky;
  top: 0;
  z-index: 10;
  margin: -22px -20px 20px;
  border-radius: 15px 15px 0 0;
}
.sec3-modal-title {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  color: #1E4D8C;
  border: none;
  padding: 0;
}
.sec3-modal-close {
  font-size: 28px;
  color: #999;
  cursor: pointer;
  line-height: 1;
  padding: 0 10px;
  background: transparent;
  border: none;
  position: static;
  width: auto;
  height: auto;
  border-radius: 0;
}
.sec3-modal-close::before,
.sec3-modal-close::after {
  display: none;
}
.sec3-modal-close:hover {
  color: #666;
}
.sec3-modal-text {
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .sec3-modal-header {
    padding: 12px 15px;
    margin: -18px -16px 20px;
    border-radius: 15px 15px 0 0;
  }
  .sec3-modal-title {
    font-size: 16px;
    margin-right: 10px;
  }
  .sec3-modal-close {
    font-size: 24px;
    padding: 0 5px;
  }
  .sec3-modal-text {
    padding: 15px 0 0;
  }
}

/* モーダル内サブタイトル */
.modal-sub-tit {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #333;
}

/* アコーディオン（details/summary） */
.proposal-accordion {
  border: 1px solid #1E4D8C;
  background-color: #1E4D8C;
  border-radius: 8px;
  margin-bottom: 25px;
  overflow: hidden;
}
.proposal-summary {
  color: #fff;
  padding: 12px 15px;
  cursor: pointer;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.proposal-summary::-webkit-details-marker {
  display: none;
}
.proposal-summary::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 10px;
  transition: transform 0.3s;
  margin-bottom: 2px;
}
.proposal-accordion[open] .proposal-summary::after {
  transform: rotate(-135deg);
  margin-bottom: -2px;
}
.proposal-content {
  background: #fff;
  padding: 15px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  border-top: 1px solid #1E4D8C;
}

/* 活用例セクション */
.section-label {
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
}
.use-case-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 25px;
}
.use-case-item {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  align-items: flex-start;
}
.use-case-icon {
  font-size: 24px;
  margin-right: 15px;
  flex-shrink: 0;
  line-height: 1;
}
.use-case-text h4 {
  color: #1E4D8C;
  font-size: 15px;
  margin: 0 0 5px;
}
.use-case-text p {
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
  color: #444;
}

/* CTAボタン */
/* モーダル内コンテンツのスタイル（提供されたHTMLに合わせる） */
.modal-catch {
  font-size: 18px;
  font-weight: 700;
  color: #002b5c;
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: center;
}
.modal-lead {
  font-size: 14px;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.6;
  text-align: center;
}
.section-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}
.icon-list-a {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}
.icon-list-a li {
  display: flex;
  background: #f4f8fc;
  border-radius: 8px;
  padding: 12px 15px;
  margin-bottom: 10px;
  align-items: flex-start;
}
.icon-list-a .icon-area {
  flex: 0 0 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 12px;
  color: #002b5c;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.icon-list-a .text-area {
  flex: 1;
}
.icon-list-a .item-title {
  font-weight: 700;
  color: #002b5c;
  margin: 0 0 4px;
  font-size: 15px;
  display: block;
}
.icon-list-a .item-desc {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  color: #444;
}
.highlight {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #fff3b8 60%);
}
.cta-area {
  text-align: center;
  background: #fffbe6;
  padding: 20px;
  border-radius: 10px;
  margin-top: 10px;
}
.cta-benefit {
  font-size: 16px;
  font-weight: 700;
  color: #002b5c;
  margin-bottom: 15px;
  display: block;
}
.cta-benefit span {
  color: #d00000;
  font-size: 20px;
  margin: 0 3px;
}
.cta-catch {
  color: #e60012;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin: 20px 0 10px;
}
.btn-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  background: #FCCE00;
  color: #000;
  font-weight: 700;
  padding: 15px 20px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 0 #d9b200;
  transition: all 0.2s;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.btn-cta:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #d9b200;
  text-decoration: none;
}
.btn-cta::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  margin-left: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231E4D8C'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .modal-sub-tit {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .proposal-summary {
    font-size: 14px;
    padding: 10px 12px;
  }
  .proposal-content {
    font-size: 13px;
    padding: 12px;
  }
  .section-label {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .use-case-item {
    padding: 12px;
  }
  .use-case-icon {
    font-size: 20px;
    margin-right: 12px;
  }
  .use-case-text h4 {
    font-size: 14px;
  }
  .use-case-text p {
    font-size: 12px;
  }
  .cta-catch {
    font-size: 14px;
    margin: 15px 0 8px;
  }
  .cta-area {
    padding: 15px;
  }
  .btn-cta {
    font-size: 14px;
    padding: 12px 15px;
    max-width: 100%;
    width: calc(100% - 0px);
    box-sizing: border-box;
  }
  .btn-cta::after {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-size: 10px;
    position: absolute;
    right: 15px;
  }
}

#sec4 {
  background: rgba(252, 206, 0, 0.3);
  padding: 6vw 0 8vw;
  margin: 15vw 0 0;
  text-align: center;
}
#sec4 .tit {
  width: 282px;
  margin: 0 auto 3px;
  background: #fff;
  position: relative;
  border-radius: 15px;
  line-height: 1.2;
  font-size: 20px;
  padding: 5px 0;
}
#sec4 .tit::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  background: url("../img/index/arrow_down4.svg") no-repeat bottom center/auto 100%;
  bottom: -9px;
}
#sec4 .h2-title {
  color: #000;
  margin: 0 0 10vw;
}
#sec4 .h2-title small {
  font-size: 11vw;
}
#sec4 .wrap {
  width: 100%;
}
#sec4 .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 30px;
}
#sec4 .flex .item {
  background: #fff;
  box-sizing: border-box;
  padding: 30px 0;
  border-radius: 15px;
  position: relative;
}
#sec4 .flex .item .stt {
  border-radius: 50%;
  width: 77px;
  height: 77px;
  background: #FCCE00;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 14px;
  top: -19px;
  left: 14px;
  position: absolute;
  box-sizing: border-box;
  padding: 5px 0 0;
}
#sec4 .flex .item .stt span {
  line-height: 0.9;
  font-size: 40px;
}
#sec4 .flex .item .stt:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid #FCCE00;
  transform: rotate(-45deg);
  font-size: 0;
  line-height: 0;
  bottom: 0;
  right: 0;
}
#sec4 .flex .item .img {
  margin: 0 30px;
}
#sec4 .flex .item h3 {
  font-size: 30px;
  line-height: 1.44;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 4px;
  text-decoration-color: #FCCE00;
  margin: 17px 0;
}
#sec4 .flex .item .txt {
  text-align: left;
  line-height: 23px;
  margin: 0 30px;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 30px 0 40px;
    margin: 0;
  }
  #sec4 .h2-title {
    color: #000;
    margin: 0 0 59px;
  }
  #sec4 .h2-title small {
    font-size: 64px;
  }
  #sec4 .wrap {
    width: 100%;
  }
  #sec4 .flex {
    gap: 50px 30px;
  }
  #sec4 .flex .item {
    width: calc((100% - 60px) / 3);
  }
  #sec4 .flex .item .stt {
    border-radius: 50%;
    width: 77px;
    height: 77px;
    background: #FCCE00;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 14px;
    top: -19px;
    left: 14px;
    position: absolute;
    box-sizing: border-box;
    padding: 5px 0 0;
  }
  #sec4 .flex .item .stt span {
    line-height: 0.9;
    font-size: 40px;
  }
  #sec4 .flex .item .img {
    margin: 0 30px;
  }
  #sec4 .flex .item h3 {
    font-size: 36px;
    line-height: 52px;
  }
  #sec4 .flex .item .txt {
    text-align: left;
    line-height: 27px;
    margin: 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  #sec4 .flex .item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  #sec4 .flex .item h3 {
    font-size: 32px;
    line-height: 1.44;
  }
}

#sec5 {
  margin: 15vw 0 0;
  text-align: center;
}
#sec5 .sub-txt {
  line-height: 1.5;
  margin: 18px 0 31px;
}
#sec5 .flow .item {
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
  background: #1E4D8C;
  position: relative;
  color: #fff;
  border-radius: 15px;
  padding: 20px;
}
#sec5 .flow .item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 31px solid transparent;
  border-right: 31px solid transparent;
  border-top: 21px solid #1E4D8C;
  top: 100%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  #sec5 .flow .item::before {
    transform: translateX(-50%);
  }
}
#sec5 .flow .item:last-child::before {
  display: none;
}
#sec5 .flow .item + .item {
  margin-top: 22px;
}
#sec5 .flow .item .img {
  width: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 20px;
  border-radius: 15px;
  overflow: hidden;
}
#sec5 .flow .item .img img {
  width: auto;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  #sec5 .flow .item .img {
    height: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#sec5 .flow .item .stt {
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 0.9;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  padding: 7px 0 0;
  position: relative;
  z-index: 2;
}
#sec5 .flow .item .stt small {
  font-size: 12px;
}
#sec5 .flow .item dl {
  text-align: left;
  position: relative;
  z-index: 2;
  margin: 10px 0 0;
}
#sec5 .flow .item dl dt {
  font-weight: 900;
  font-size: 25px;
  line-height: 1.625;
}
#sec5 .flow .item dl dd {
  line-height: 23px;
}
@media screen and (min-width: 768px) {
  #sec5 {
    margin: 111px 0 0;
  }
  #sec5 .sub-txt {
    line-height: 19px;
  }
  #sec5 .wrap {
    width: 1098px;
  }
  #sec5 .flow .item {
    padding: 11px 200px 13px 61px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }
  #sec5 .flow .item::before {
    left: 78.5px;
  }
  #sec5 .flow .item .img {
    width: 230px;
    right: 31px;
    top: 0;
  }
  #sec5 .flow .item .img img {
    width: auto;
    max-height: 100%;
  }
  #sec5 .flow .item .stt {
    font-size: 40px;
    line-height: 0.9;
    width: 95px;
    height: 95px;
    padding: 7px 0 0;
    margin: 7px 0 0;
    min-width: 95px;
  }
  #sec5 .flow .item .stt small {
    font-size: 14px;
  }
  #sec5 .flow .item dl {
    margin: 0;
  }
  #sec5 .flow .item dl dt {
    font-weight: 900;
    font-size: 32px;
    line-height: 1.625;
  }
  #sec5 .flow .item dl dd {
    line-height: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1115px) {
  #sec5 .flow .item .img {
    right: 0;
  }
}

#sec6 {
  margin: 15vw 0 10vw;
  text-align: center;
}
#sec6 .sub-txt {
  line-height: 1.5;
  margin: 18px 0 31px;
}
#sec6 .questions {
  text-align: left;
}
#sec6 .questions .item + .item {
  margin-top: 20px;
}
#sec6 .questions .item .tit {
  display: flex;
  align-items: flex-start;
  padding: 11px 20px;
  background: #E3EBF9;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  gap: 10px;
}
#sec6 .questions .item .tit .q {
  border-radius: 50%;
  font-size: 25px;
  line-height: 1;
  background: #1E4D8C;
  color: #fff;
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sec6 .questions .item .tit .text {
  font-size: 18px;
  line-height: 1.2;
  align-self: center;
}
#sec6 .questions .item .txt {
  border: 1px solid #E3EBF9;
  border-top: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 25px 20px;
  line-height: 23px;
}
@media screen and (min-width: 768px) {
  #sec6 {
    margin: 110px 0 80px;
  }
  #sec6 .wrap {
    width: 1220px;
  }
  #sec6 .sub-txt {
    line-height: 19px;
  }
  #sec6 .questions .item .tit {
    padding: 11px 60px;
    gap: 20px;
  }
  #sec6 .questions .item .tit .q {
    font-size: 32px;
    width: 62px;
    height: 62px;
    min-width: 62px;
  }
  #sec6 .questions .item .tit .text {
    font-size: 24px;
    line-height: 29px;
  }
  #sec6 .questions .item .txt {
    padding: 25px 60px;
    line-height: 27px;
  }
}

#contact {
  margin: 15vw 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .h2-title {
    margin: 0 20px;
  }
  #contact .sub-txt {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#contact .sub-txt {
  line-height: 1.5;
  margin: 18px 0 30px;
}
#contact .form-email {
  padding: 30px 0 40px;
  background: rgba(252, 206, 0, 0.3);
}
#contact .form-email .form {
  margin: 0 20px;
  text-align: left;
  line-height: 1.5;
}
#contact .form-email .form .form-row {
  font-size: 16px;
  display: flex;
  flex-direction: column;
}
#contact .form-email .form .form-row + .form-row {
  margin-top: 10px;
}
#contact .form-email .form .form-row .checkmark::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: scale(0) rotate(45deg);
  transition: 0.3s;
}
#contact .form-email .form .form-row .caption {
  width: 100%;
  font-weight: 700;
  display: flex;
  gap: 13px;
  align-items: flex-start;
  order: 1;
}
#contact .form-email .form .form-row .note {
  font-weight: 700;
  order: 2;
}
#contact .form-email .form .form-row .caption small {
  display: block;
}
#contact .form-email .form .form-row .caption .mark-require {
  background: #FCCE00;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  padding: 3px 10px;
  border-radius: 5px;
  margin: 3px 0 0;
  min-width: max-content;
}
#contact .form-email .form .form-row .form-value {
  width: 100%;
  line-height: 0;
  margin: 5px 0 0;
  order: 3;
}
#contact .form-email .form .form-row .form-value input, #contact .form-email .form .form-row .form-value textarea, #contact .form-email .form .form-row .form-value select {
  border-radius: 10px;
  border: 1px solid #FCCE00;
  line-height: 19px;
  padding: 10px 20px;
}
#contact .form-email .form .form-row .form-value input {
  width: 100%;
}
#contact .form-email .form .form-row .form-value .checkbox {
  display: flex;
  align-items: center;justify-content: flex-start;
  gap: 10px;
  line-height: 1.5;
}
#contact .form-email .form .form-row .form-value input[type="checkbox"] {
  width: auto;
}
#contact .form-email .form .form-row .form-value select {
  -webkit-appearance: none; /* Safari, Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none;
  width: 190px;
}
#contact .form-email .form .form-row .form-value textarea {
  width: 100%;
  resize: none;
  height: 159px;
}
#contact .form-email .form .submit-form {
  margin: 16px auto 41px;
  width: 398px;
  max-width: 100%;
}
#contact .form-email .form .submit-form button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  background: rgb(252, 206, 0);
  border: 3px solid #fff;
  padding: 0 27px;
  position: relative;
  border-radius: 45px;
  box-sizing: border-box;
  height: 81px;
  font-weight: 900;
  box-shadow: 4px 6px 0px #B8B8B8;
  transition: all 0.3s;
}
#contact .form-email .form .submit-form button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
  background: url("../img/shared/arrow2.png") no-repeat center/100% auto;
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 768px) {
  #contact {
    margin: 111px 0 0;
  }
  #contact .sub-txt {
    line-height: 27px;
  }
  #contact .form-email .form {
    width: 698px;
    margin: 0 auto;
    max-width: calc(100% - 60px);
  }
  #contact .form-email .form .form-row {
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #contact .form-email .form .form-row .caption {
    width: 188px;
    box-sizing: border-box;
    padding: 0 10px 0 0;
  }
  #contact .form-email .form .form-row .note {
    width: 100%;
    order: 3;
  }
  #contact .form-email .form .form-row .form-value {
    width: calc(100% - 188px);
    margin: 0;
    order: 2;
  }
  #contact .form-email .form .submit-form:hover button {
    box-shadow: none;
    transform: translateY(6px);
  }
}

.is-error {
  border: 1px solid #fc1520 !important;
  background: #fee6e7;
  box-sizing: border-box;
}

.fc-form [class^=error] {
  color: #fff;
  background-color: #ff9900;
  font-size: 0.9em;
  line-height: 2.2;
  position: absolute;
  z-index: 999;
  padding: 0 12px;
  border-radius: 2px;
  max-width: 300px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  left: 190px;
  top: 100%;
  bottom: auto;
  letter-spacing: 2px;
}

.fc-form [class^=error]:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  left: 5px;
  content: "";
  border: 5px solid transparent;
  border-bottom-color: #ffa325;
}

#contact .cont-rule {
  border: 1px solid #000;
  font-size: 14px;
  line-height: 1.5;
}

#contact .cont-rule h3 {
  font-size: 16px;
  line-height: 1.1875;
  position: relative;
  padding: 15px 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

#contact .cont-rule h3:before {
  content: "＋";
}

#contact .cont-rule.active h3::before {
  transform: rotate(45deg);
}

#contact .cont-rule p {
  padding: 0px 15px 25px;
}

#thanks {
  padding: 100px 20px;
  text-align: center;
}
#thanks h3 {
  text-align: center;
  font-weight: 700 !important;
  font-size: 26px;
  letter-spacing: 0.1em;
}
#thanks .contact-txt {
  margin-top: 39px;
  padding-bottom: 15px;
}
#thanks .contact-txt p + p {
  margin-top: 1.875em;
}
#thanks .thanks-confirm {
  padding-bottom: 30px;
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
#thanks .thanks-confirm dl {
  display: table;
  width: 100%;
  border: 1px solid;
  border-bottom: none;
}
#thanks .thanks-confirm dl:last-child {
  border-bottom: 1px solid;
}
#thanks .thanks-confirm dl dt, #thanks .thanks-confirm dl dd {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
  word-break: break-all;
  padding: 10px;
}
#thanks .thanks-confirm dl dt {
  width: 35%;
  border-right: 1px solid;
}
#thanks .btn {
  margin: 60px auto 0;
  width: 398px;
  max-width: 100%;
}
#thanks .btn a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  background: rgb(252, 206, 0);
  border: 3px solid #fff;
  padding: 0 27px;
  position: relative;
  border-radius: 45px;
  box-sizing: border-box;
  height: 81px;
  font-weight: 900;
  transition: all 0.3s;
  box-shadow: 4px 6px 0px #B8B8B8;
}
#thanks .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
  background: url("../img/shared/arrow2.png") no-repeat center/100% auto;
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 768px) {
  #thanks {
    padding: 150px 0;
  }
  #thanks .btn a:hover {
    box-shadow: none;
    transform: translateY(6px);
  }
}/*# sourceMappingURL=index.css.map */

#sec7 {
  margin: 80px 0 0;
  padding: 80px 0;
  background: #f4f8fb;
}

#sec7 .wrap {
  width: 100%;
}

#sec7 h2 {
  text-align: center;
  line-height: 1.55;
  font-size: 40px;
  color: #1e4d8c;
  position: relative;
  z-index: 2;
}

#sec7 h2 span {
  color: #000;
  position: relative;
}

#sec7 h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 15px;
  background: #b6e5fb;
  z-index: -1;
}

#sec7 .txt {
  text-align: center;
  margin: 30px 0 50px;
}

#sec7 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 30px;
}

#sec7 .flex .item {
  width: calc((100% - 60px) / 3);
  min-width: 339px;
  background: #fff;
  box-sizing: border-box;
  padding: 40px 30px;
  border-radius: 15px;
}

#sec7 .flex .item .icon {
  width: 100px;
  border-radius: 50%;
  background: #e4f2fd;
  box-sizing: border-box;
  margin: 0 auto 30px;
}

#sec7 .flex .item .title {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
}

#sec7 .flex .item .title span {
  color: #1e4d8c;
}

#sec7 .flex .item .txt2 {
  margin: 30px 0 30px;
}

#sec7 .btn-cta:after {
  display: none;
}

@media screen and (max-width: 767px) {
  #sec7 h2 {
      font-size: 28px;
  }

  #sec7 .flex .item .title {
      font-size: 19px;
  }
  #sec7 .txt {
    margin: 10px 0 30px;
}
}