body {
  font-family: "Noto Sans JP";
  color: #333;
}

ul {
  list-style: none;
}

.header {
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  .header {
    padding-top: 0;
  }
}

.headerNav {
  padding: 12px 12px;
}

.headerNavContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}

.headerNavLogo {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.headerNavLogo > .logoImg {
  width: 130px;
  height: 32px;
}
.headerNavLogo > .logoImg img {
  width: 100%;
}
.headerNavLogo > .logoTtl {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.headerNavMenu {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .headerNavMenu {
    display: none;
  }
}
.headerNavMenu > li {
  font-size: 14px;
  line-height: 1.5;
}
.headerNavMenu > li > a {
  color: #0154BA;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.headerNavMenu > li > a:hover {
  opacity: 0.7;
}

.headerMain {
  background: #F4F9FF;
  padding: 40px 16px;
}

.headerMainContainer {
  max-width: 960px;
  margin: 0 auto;
}

.headerMainTop {
  border: 1px solid #67ABFE;
  border-radius: 12px;
  position: relative;
}

.headerMainTopTtl {
  position: absolute;
  left: 17px;
  top: -15px;
  padding: 0 8px;
  background: #F4F9FF;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .headerMainTopTtl {
    font-size: 16px;
  }
}

.o-headerMainTopMenu {
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 36px 16px 12px;
}
@media screen and (max-width: 768px) {
  .o-headerMainTopMenu {
    flex-direction: column;
  }
}
.o-headerMainTopMenu > .headerMainTopMenu-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: linear-gradient(to right, #53A1FF, #003E89);
  color: #fff;
  flex: 1;
  border-radius: 4px;
  padding: 4px 8px;
}
@media screen and (max-width: 768px) {
  .o-headerMainTopMenu > .headerMainTopMenu-list {
    justify-content: start;
  }
}

.headerMainContent {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .headerMainContent {
    flex-direction: column;
  }
}

.headerMainContentConceptImg {
  max-width: 100%;
}
.headerMainContentConceptImg > img {
  width: 100%;
}

.headerMainContentConceptTxt {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.5;
}

.headerMainContentImg {
  max-width: 329px;
  width: 100%;
}
.headerMainContentImg > img {
  width: 100%;
}

.headerBotoom {
  padding-bottom: 24px;
}

.headerBotoomContainer {
  max-width: 960px;
  margin: 0 auto;
}

.headerBotoomCloud {
  background-image: url("img/wave-pc.png");
  background-size: 100% 100%;
  padding: 56px 16px 78px;
}
@media screen and (max-width: 768px) {
  .headerBotoomCloud {
    background-image: url("img/wave-sp.png");
    background-size: 100% 100%;
  }
}

.headerBotoomTtl {
  text-align: center;
}

.headerBotoomTtlInner {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .headerBotoomTtlInner {
    font-size: 16px;
  }
}

.headerBotoomTtlBlue {
  font-size: 30px;
  line-height: 1.25;
  color: #0154BA;
}
@media screen and (max-width: 768px) {
  .headerBotoomTtlBlue {
    font-size: 24px;
    line-height: 1.5;
  }
}

.headerBotoomTtlOrange {
  font-size: 30px;
  line-height: 1.25;
  color: #F2781D;
}
@media screen and (max-width: 768px) {
  .headerBotoomTtlOrange {
    font-size: 24px;
    line-height: 1.5;
  }
}

.headerBotoomTtlOrangeDot {
  position: relative;
}
.headerBotoomTtlOrangeDot::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #F2781D;
  border-radius: 9999px;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .headerBotoomTtlOrangeDot::before {
    width: 6px;
    height: 6px;
  }
}

.headerBotoomSubTtl {
  text-align: center;
  margin-top: 20px;
}

.headerBotoomSubTtlInner {
  display: inline-block;
  padding: 6px 24px;
  color: #666;
  border: 1px solid #67ABFE;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.headerBotoomlist {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 648px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.headerBotoomlist > li {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .headerBotoomlist > li {
    font-size: 14px;
  }
}
.headerBotoomlist > li::before {
  content: "";
  min-height: 24px;
  min-width: 24px;
  background-image: url("img/list_icon.svg");
}

.headerBotoomOutlet {
  margin-top: 36px;
  text-align: center;
}

.mainFirstTtlOuter {
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .mainFirstTtlOuter {
    background-image: url("img/feature_bg.png");
    background-size: auto 100%;
    padding: 40px 16px;
  }
}

.mainFirst {
  background-image: url("img/feature_bg.png");
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mainFirst {
    background: #F4F9FF;
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.mainFirstTriangle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 45px 0 45px;
  border-color: #FFFFFF transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .mainFirstTriangle {
    border-width: 20px 30px 0 30px;
  }
}

.mainFirstContainer {
  max-width: 960px;
  margin: 0 auto;
}

.mainTtl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #003D86;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mainTtl {
    font-size: 22px;
  }
}

.mainTxt {
  margin-top: 8px;
  margin-bottom: 40px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  color: #003D86;
  text-align: center;
}

.mainSticky {
  display: none;
}
@media screen and (max-width: 768px) {
  .mainSticky {
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding: 48px 8px 0;
    background: #F4F9FF;
    border-bottom: 1px solid #003D86;
  }
}
.mainSticky > li {
  background: #003D86;
  color: #fff;
  border-radius: 4px 4px 0 0;
  flex: 1;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}
.mainSticky > li > a {
  display: inline-block;
  padding: 4px 8px;
  width: 100%;
  color: #fff;
  text-decoration: none;
}

.pcNavFixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .pcNavFixed {
    position: inherit;
    opacity: 1;
  }
}

.spNavFixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-top: 16px;
  background: #F4F9FF;
}

.addPadding {
  padding-top: 119px;
}

.mainFirstTtl, .mainSecondTtl {
  background: #0154BA;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 8px;
  padding: 8px 0;
  text-align: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .mainFirstTtl, .mainSecondTtl {
    font-size: 20px;
  }
}

.o-mainFirstContentCard {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .o-mainFirstContentCard {
    flex-direction: column;
  }
}

.feature-card {
  background: #fff;
  width: calc(50% - 12px);
  border-radius: 12px;
  padding: 48px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.feature-card:nth-of-type(1) .feature-cardImg {
  max-width: 270px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .feature-card {
    width: 100%;
  }
}

.feature-cardPoint {
  position: absolute;
  left: 0;
  top: 0;
}

.feature-cardImg {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 200px;
}
.feature-cardImg > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.feature-cardTtl {
  margin-top: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: #D15900;
}

.feature-cardTxt {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
}

.feature-cardSmallTxt {
  display: block;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.5;
}

.feature-cardPoint {
  background: #0154BA;
  border-radius: 12px 0 12px 0;
  padding: 4px 12px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
}

.feature-cardPointTxt {
  font-family: "Montserrat", sans-serif;
  color: #9AC7FE;
  font-size: 14px;
  font-weight: 500;
}

.feature-cardPointNum {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: #fff;
  font-size: 40px;
}

.mainSecond {
  padding: 64px 16px;
}

.mainSecondContainer {
  max-width: 960px;
  margin: 0 auto;
}

.mainSecondContent {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mainSecondContent {
    margin-top: 16px;
  }
}

.mainSecondContentTxt {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mainSecondContentTxt {
    text-align: left;
    font-size: 16px;
  }
}

.o-mainSecondContentCard {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .o-mainSecondContentCard {
    margin-top: 16px;
  }
}

.overview-card {
  padding: 24px;
  border: 1px solid #CCE3FF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .overview-card {
    padding: 16px 12px;
  }
}

.overview-cardHead {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .overview-cardHead {
    flex-direction: column;
    gap: 0;
  }
}

.overview-cardHeadNum {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: #0154BA;
  font-size: 48px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .overview-cardHeadNum {
    font-size: 36px;
  }
}

.overview-cardHeadContent {
  padding-left: 16px;
  border-left: 1px solid #0154BA;
}
@media screen and (max-width: 768px) {
  .overview-cardHeadContent {
    padding-left: 0;
    padding-top: 16px;
    border-top: 1px solid #0154BA;
    border-left: none;
  }
}

.overview-cardHeadTtl {
  color: #0154BA;
  font-weight: 700;
}

.overview-cardHeadTxt {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
}

.overview-cardContet {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  background: #f7f7f7;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .overview-cardContet {
    flex-direction: column;
    gap: 24px;
    padding: 12px 8px;
  }
}

.overview-cardContetItem {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: #fff;
}

.overview-cardContetItemTtl {
  background: #003D86;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  border-radius: 8px 8px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .overview-cardContetItemTtl {
    font-size: 16px;
  }
}

.overview-cardContetItemImg {
  padding: 8px 14px;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.overview-cardContetItemImg > img {
  display: block;
  width: 100%;
  height: auto;
}

.overview-cardContetItemTxt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 8px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: #0154BA;
}

.footer {
  background: #fff;
}

.footerMain {
  background-image: url("img/contact_bg.png");
  background-size: cover;
  padding: 40px 16px;
}

.footerMainContainer {
  max-width: 800px;
  margin: 0 auto;
}

.footerMainHead {
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footerMainHead {
    flex-direction: column;
    gap: 24px;
  }
}

.footerMainHeadContentTxtBig {
  font-size: 28px;
  font-weight: 700;
  color: #F2781D;
}

.footerMainHeadContetHukidashi {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: #0154BA;
  padding-bottom: 12px;
}

.footerMainHeadTxtBorder > img {
  width: 100%;
  display: block;
}

.footerMainHeadContetTxt {
  margin-top: 12px;
  font-weight: 700;
}

.footerMainHeadImg {
  max-width: 100%;
}
.footerMainHeadImg > img {
  width: 100%;
}

.footerMainBtn {
  margin: 32px auto 0;
  padding: 12px 24px;
  max-width: 640px;
  background: #fff;
  border-radius: 9999px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  border: 1px solid #F2781D;
  transition: 0.3s;
}
.footerMainBtn:hover {
  background: #F2781D;
  transition: 0.3s;
}
.footerMainBtn:hover .footerMainBtnTxt {
  color: #fff;
  transition: 0.3s;
}
.footerMainBtn:hover .footerMainBtnArrow {
  color: #fff;
  transition: 0.3s;
}

.footerMainBtnTxt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #F2781D;
  text-align: center;
  transition: 0.3s;
}

.footerMainBtnArrow {
  margin-top: 2px;
  display: inline-block;
  color: #F2781D;
  line-height: 1;
  position: relative;
  min-width: 11.3px;
  min-height: 11.3px;
  transform: translateX(0%) rotate(45deg);
  transition: 0.3s;
}

.footerMainBtnArrow::before, .footerMainBtnArrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.15em;
}

.footerMainBtnArrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.15em;
}

.footerMainBtnArrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.15em;
}

.footerNav {
  padding: 72px 16px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .footerNav {
    padding: 48px 16px;
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
}

.footerNavLogo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.footerNavLogoImg {
  width: 137px;
}
.footerNavLogoImg img {
  width: 100%;
}

.footerNavLogoTxt {
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footerNavLogoTxt {
    font-size: 12px;
  }
}

.footerNavContact {
  display: flex;
  flex-direction: column;
}

.footerNavContactTxt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.footerNavContactMail {
  font-size: 14px;
  line-height: 1.5;
}

.footerNavImg {
  width: 200px;
}
.footerNavImg > img {
  width: 100%;
}

.footerBar {
  background: #003D86;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  padding: 8px 16px;
}
@media screen and (max-width: 768px) {
  .footerBar {
    background: #333;
    flex-direction: column;
    padding: 16px;
  }
}

.footerBarSns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .footerBarSns {
    justify-content: center;
  }
}

.footerBarSnsTxt {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.footerBarTxt {
  color: #f7f7f7;
  font-size: 10px;
  line-height: 1.25;
  padding-left: 40px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .footerBarTxt {
    border-left: none;
    padding-left: 0;
  }
}

.footerBarSnsIcon {
  width: 20px;
  height: 20px;
}
.footerBarSnsIcon > img {
  width: 100%;
}

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

.d-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .d-sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */