*,
*::before,
*::after {
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  margin: 0;
}

body {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-family: "小塚ゴシック Pr6N H", "小塚ゴシック Pr6N M",
    "小塚ゴシック Pr6N B", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  margin: 0;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

/* ==================header================ */
.header-sp,
.menu-sp {
  display: none;
}
.sp-header {
  display: none;
}

.header-fixed {
  top: 0;
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 999;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.logo {
  width: 180px;
  float: left;
  margin-top: 5px;
  margin-left: 10px;
}

.nav {
  width: 100%;
  display: block !important;
}

.nav-ul {
  text-align: right;
  margin: 0;
  float: right;
  padding: 0;
}

.nav-ul a,
.nav-ul li {
  text-decoration: none;
  color: #333;
}

.nav-ul li {
  display: inline-block;
  margin: 25px 15px;
  transition: 0.8s;
  font-size: 0.92rem;
}

.nav-ul li:hover {
  color: #0168cb;
}

.form-button-top {
  background: linear-gradient(90deg, #0168cb, #0188dd);
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 1px;
  font-size: 0.88rem;
  transition: 0.6s;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  margin-right: -5px;
}

.form-button-top:hover {
  background: linear-gradient(90deg, #0168cb, #0168cb);
  font-weight: 400 !important;
}

.form-button-login {
  border: 1px solid #0188dd;
  color: #0188dd !important;
  padding: 10px 15px;
  border-radius: 2px;
  font-size: 0.88rem;
  transition: 0.6s;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.form-button-login:hover {
  font-weight: 400 !important;
  opacity: 0.8;
}
/* ==================header終わり================ */
.top-bg-img-sp {
  display: none;
}

/* 利用者の声 */
/*----------------------------
カード
-----------------------------*/
.card-sec {
  padding-top: 50px;
  padding-bottom: 100px;
}

.card-container {
  width: 80%;
  display: grid; /* カードの横並び */
  grid-template-columns: repeat(auto-fit, minmax(342px, 1fr)); /* gridの設定 */
  gap: 20px 30px; /* カード同士の隙間 縦方向 横方向 */
  margin: 60px auto 0;
  text-align: start; /* カード内の中央寄せ解除 */
}

.card-item {
  width: 100%;
  max-width: 342px;
  margin: 0 auto;
  padding: 15px 15px 20px;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.card-img {
  width: 100%;
  max-width: 310px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: auto;
  vertical-align: bottom; /* 画像の下の余白を埋める */
}

.voice-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.card-item p {
  /* margin-top: 15px; */
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.2px;
}

.user-voice-info {
  margin-top: 15px;
  color: #6f7579;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
}

/*================================お知らせ================================*/
.news {
  width: 100%;
  padding: 60px 0 80px;
  margin-top: 50px;
  background-color: #f7f7f8;
}
.news-sub-heading {
  font-size: 1.1rem;
  letter-spacing: 0.4px;
  padding-bottom: 50px;
  margin-bottom: 0;
  color: #07224f;
  text-align: center;
}

.news-wrapper {
  width: 1000px;
  margin: 0 auto;
}

.news-list {
  display: flex;
  font-size: 14px;
}
.news-date {
  padding-right: 50px;
  color: #07224f;
  font-weight: bold;
}
.news-text {
  color: #07224f;
  text-decoration: underline;
  transition: 0.2s;
  letter-spacing: 0.4px;
}
.news-text p {
  margin-bottom: 0;
}
.news-button-wrapper {
  margin: 0 auto;
  text-align: right;
}
.news-button {
  transition: 0.2s;
  font-size: 14px;
  color: #07224f;
  text-decoration: underline;
  letter-spacing: 0.2px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝お知らせ終わり＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.btn-primary {
  border: none !important;
}
.about-flp-text {
  margin: -40px 0 -70px;
  font-size: 1.1rem;
  font-family: YuGothic, Hiragino Sans;
  line-height: 3.2;
  letter-spacing: 1.2px;
  text-align: center;
  color: #19196f;
}
.lp-footer {
  height: 50px;
}

.footer-text02 {
  text-decoration: underline;
}

.navbar-brand {
  margin: 0 auto !important;
}

.nav-link {
  display: inline-block;
  padding: 0 !important;
}

.ml-auto-footer {
  margin: 0 auto;
  text-align: center;
}

.mail-signup-wrapper {
  padding: 30px 50px 10px;
  margin: 0 auto;
  width: 500px;
  border-radius: 20px;
}

.form-button {
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  background: linear-gradient(90deg, #f76c19, #fca40d);
  border-color: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  width: 50%;
  margin: 20px auto;
  font-family: YuGothic;
  letter-spacing: 0.6px;
  border-radius: 40px;
}

.form-button:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.form-border {
  border: 1px solid #b4ccef;
  border-radius: 40px;
}

.terms-modal {
  color: #000;
  font-size: 1.1rem;
}

.top-texts-box {
  padding-bottom: 80px;
  margin-left: 100px;
  text-align: center;
  display: inline-block;
}

.top-bg-img-pc {
  padding: 150px 0 100px;
  background: 50%;
  margin-top: 72px;
}

.top-h3 {
  color: #062d9f;
  font-size: 2.5rem;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.top-h1 {
  font-size: 3.5rem;
  margin: 0;
  letter-spacing: 1px;
}

.top-h1,
.top-h4 {
  color: #062d9f;
  line-height: 1.4;
  font-weight: 700;
  white-space: pre-line;
}

.top-h4 {
  font-size: 1.2rem;
  margin-top: -10px;
}

.top-p {
  color: #062d9f;
  white-space: pre-line;
  margin-top: -30px;
}

.button-register {
  width: 400px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  background: linear-gradient(90deg, #f76c19, #fca40d);
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  margin: 10px auto;
  transition: 0.5s;
}

.button-register:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.form-group {
  margin: 0 auto;
}

.top-form {
  width: 370px;
}

.form-sns-button {
  text-align: center;
  margin: 10px auto 0;
  display: inline-block;
}

.service-wrapper {
  background-color: #f2f2f2;
  padding: 50px 0;
}

.section-title,
.section-title-off {
  padding: 50px 0;
  font-size: 3rem;
}

.section-title-off {
  color: #fff;
}

.features {
  margin: 0 auto;
  width: 800px;
  padding: 0;
}

.features li {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  background-color: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.features li:nth-child(2n) {
  flex-direction: row-reverse;
}

.feature-photo,
.feature-txt-box {
  box-sizing: border-box;
}

.feature-photo {
  width: 40%;
}

.feature-txt-box {
  width: 60%;
  padding: 0 30px;
  text-align: left;
}

.title {
  margin-bottom: 20px;
}

.title01 {
  display: inline-block;
  background-color: #0071bc;
  color: #fff;
  padding: 5px 40px;
  margin-right: 30px;
  font-family: YuGothic;
}

.title01,
.title02 {
  vertical-align: middle;
}

.title02 {
  display: inline;
  color: #0071bc;
  font-size: 1.4rem;
  font-family: Hiragino Mincho ProN, "serif";
}

.feature-txt {
  line-height: 1.8;
  font-size: 0.95rem;
  font-family: YuGothic;
}

.work-des {
  line-height: 1.8;
  letter-spacing: 1px;
  padding-top: 5px;
}

.list-group-flush,
.work-des {
  color: #19196f;
}

.work-pic {
  width: 100%;
  margin-bottom: 20px;
}

.button-wrapper {
  display: block;
  margin: 50px auto 0;
  padding: 0;
}

.works-button,
.user-voice-button {
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 300px;
  padding: 15px 30px;
  color: #fff;
  border-radius: 100px;
  transition: 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.works-button {
  background: linear-gradient(90deg, #f76c19, #fca40d);
}

.user-voice-button {
  background-color: #191970;
}

.works-button:hover {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #f76c19, #f76c19);
}

.user-voice-button:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.work-box {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.07);
}

.usage-textbox {
  padding-top: 0;
}

.usage-title {
  text-align: center;
  font-size: 1.2em;
  color: #0071bc;
  font-family: YuGothic;
  margin-bottom: 0;
  font-weight: 700;
}

.usage-text {
  font-size: 0.95rem;
  line-height: 1.8;
  letter-spacing: 0.8px;
  font-family: YuGothic;
  white-space: pre-line;
}

.usage-bold {
  color: #0071bc;
  font-weight: 700;
}

.merit-texts {
  padding-top: 30px;
}

.merit-text01 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #0071bc;
}

.merit-text01,
.merit-text02 {
  font-family: YuGothic;
  text-align: center;
}

.merit-text02 {
  font-size: 1rem;
}

.merit-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0 0;
}

.merit-block {
  width: 300px;
  margin: 30px 30px 50px;
}

.merit-title-box {
  text-align: left;
  padding-left: 15px;
  border-left: 6px solid #0071bc;
}

.merit-title01 {
  padding: 0;
  margin-bottom: 10px;
  letter-spacing: 0.6px;
  color: #0071bc;
}

.merit-title02 {
  font-size: 0.95rem;
  font-weight: 700;
}

.merit-text {
  text-align: left;
  padding: 20px 0 0;
  letter-spacing: 1px;
  line-height: 1.8;
  font-size: 0.93rem;
}

.sp-show-text {
  display: none;
}

.about-flp-sp {
  display: none;
}

.underline {
  font-weight: 700;
  border-bottom: 1px solid #19196f;
  padding-bottom: 1px;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.feature-margin {
  margin-top: 20px;
  margin-bottom: 90px;
}

.aboutFLP {
  background-color: #fff;
  margin-top: -30px;
  white-space: pre-line;
}

.imgResident {
  margin: 0 auto;
  width: 100% !important;
  position: relative;
}

.cv-to-form-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.imgCvtoform {
  margin: 0 auto;
  width: 100% !important;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
}

.aboutResidentText,
.cv-to-form-wrapper {
  position: absolute;
  color: #fff;
  text-align: center;
  left: 50%;
  transform: translate(-50%);
}

.resident-title {
  padding-top: 50px;
}

.cv-to-form-title,
.resident-title {
  font-size: 2rem;
  font-family: YuGothic;
  padding-bottom: 20px;
}

.cv-to-form-title {
  padding-top: 70px;
}

.resident-text {
  font-size: 1rem;
  font-family: YuGothic;
  letter-spacing: 1.2px;
  line-height: 2.4;
  margin: 0;
}

.cv-to-form-text {
  font-size: 1.4rem;
  font-family: YuGothic;
  letter-spacing: 1px;
  line-height: 1.8;
  margin: 0;
}

.cv-to-form-button {
  margin-top: 20px;
}

@media screen and (max-width: 1100px) {
  .cv-to-form-title {
    font-size: 1.8rem;
    padding-top: 50px;
    padding-bottom: 10px;
    display: none;
  }

  .cv-to-form-text {
    padding-top: 50px;
  }
}

@media screen and (max-width: 950px) {
  .nav {
    display: none;
  }

  .features li:nth-child(2n) {
    flex-direction: row;
  }

  .features {
    width: 100% !important;
  }

  .features li {
    margin-bottom: 50px;
    padding: 15px;
  }

  .feature-photo,
  .feature-txt-box,
  .features li {
    display: block;
  }

  .feature-photo {
    width: 100%;
  }

  .feature-txt-box {
    width: 100%;
    padding: 20px 0 0;
  }

  .title {
    margin-bottom: 10px;
  }

  .title01 {
    display: inline-block;
    padding: 3px 20px;
    margin-right: 15px;
  }

  .title02 {
    display: block;
    text-align: center;
    padding-top: 10px;
    font-size: 1.4rem;
    font-weight: 700;
  }

  .feature-txt {
    line-height: 1.8;
    font-size: 1rem;
    margin: 0;
  }
  .br-sp {
    display: block;
  }

  .top-bg-img-pc {
    padding: 60px 0 80px;
    margin-top: 0;
  }

  .top-h1 {
    font-size: 2.2rem;
    line-height: 1.4;
    margin: 0 0 0 10px;
    letter-spacing: 0.6px;
  }

  .top-h4 {
    line-height: 1.4;
  }

  .top-h4,
  .top-p {
    margin-left: 10px;
  }

  .top-p {
    margin-top: 0;
    font-size: 1.2rem;
  }

  .button-register {
    width: 80%;
    height: 44px;
    line-height: 44px;
    font-size: 1.4rem;
    margin-left: 30px;
  }

  .top-mail-text {
    font-size: 1.4rem;
  }

  .form-sns-button {
    margin-left: 70px;
    text-align: left;
  }
  .header-fixed {
    display: none;
  }

  .header-sp,
  .menu-sp {
    display: block;
  }

  .menu-sp {
    width: 100%;
    text-align: right;
    position: fixed !important;
    z-index: 999;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
}

@media screen and (max-width: 800px) {
  .br-sp {
    display: block;
  }

  .about-flp-pc,
  .br-pc {
    display: none;
  }

  .about-flp-sp {
    display: block;
  }

  .about-flp-text {
    text-align: left;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.8px;
    margin: -150px 0 -70px;
  }

  .flp-title-sp {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .span-text01 {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: -10px;
  }

  .flp-text-box {
    margin-top: 20px;
    padding: 15px 10px;
    background-color: #eff2f6;
  }

  .flp-box-title {
    text-align: center;
    font-weight: 700;
  }

  .span-text {
    line-height: 1.8;
    margin-bottom: -20px;
    font-size: 0.9rem;
  }

  .span-text-last {
    margin-bottom: 0;
  }
  .br-sp {
    display: block;
  }

  .sp-show-text {
    display: block;
    font-size: 1.2rem;
    line-height: 2.2;
  }

  .merit-texts {
    padding-top: 0;
  }

  .merit-block {
    margin: 0 0 35px;
  }

  .merit-block-final {
    margin: 0 !important;
  }

  .merit-text {
    line-height: 1.8;
    padding-top: 10px;
  }

  .merit-text01 {
    font-size: 1.4rem;
  }

  .merit-text02 {
    text-align: left;
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .merit-title01 {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .feature-margin {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .resident-title {
    font-size: 1.6rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .resident-text {
    font-size: 1rem;
    line-height: 1.4;
    text-align: left;
    margin: 0;
  }

  .cv-to-form-text {
    font-size: 1.1rem;
    letter-spacing: 1px;
    line-height: 1.8;
    padding-top: 30px;
    margin: 0;
  }

  .aboutResidentText,
  .imgResident {
    display: none;
  }

  .works-button,
  .user-voice-button {
    font-size: 1.1rem;
    margin-top: 40px;
    width: 280px;
    padding: 8px 30px;
  }
  .lp-footer {
    height: 120px;
  }
  .mail-signup-wrapper {
    padding: 30px 20px 0;
    margin: 0 auto;
    width: 90%;
    border-radius: 20px;
  }

  .form-button {
    width: 80%;
    padding: 8px 0;
    letter-spacing: 0.6px;
    margin-bottom: 30px;
    font-size: 1.3rem;
  }

  .br-sp {
    display: block;
  }

  .work-title {
    font-size: 1.2rem !important;
  }

  .work-des {
    line-height: 1.8;
    letter-spacing: 1.2px;
    padding-top: 5px;
  }

  .list-group-flush,
  .work-des {
    font-size: 1rem;
  }

  .button-wrapper {
    margin: 10px auto 0;
  }

  .works-button,
  .user-voice-button {
    font-size: 1.1rem;
    width: 260px;
    padding: 10px 30px;
  }

  .card {
    margin-bottom: 30px !important;
  }
  .img-fluid {
    width: 60%;
    margin: 0 auto;
  }

  .usage-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }

  .usage-text {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.8px;
  }
}

@media screen and (max-width: 600px) {
  .cv-to-form-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .cv-to-form-text {
    display: none;
  }

  .imgCvtoform {
    height: 150px;
  }
}

@media screen and (max-width: 480px) {
  .card-item {
    width: 90%;
  }
  .card-sec {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .card-container {
    width: 100%;
  }
  .top-bg-img-sp {
    display: block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    max-width: 100%;
    height: auto;
    padding: 40px 0 80px;
    /* margin-top: 56px; */
  }
  .top-bg-img-pc {
    display: none;
  }
  .card-img-top {
    width: 70% !important;
  }
  .title01 {
    font-size: 1rem !important;
    font-weight: normal !important;
  }
  .title-h1 {
    font-size: 26px !important;
    margin-bottom: 30px !important;
  }
  .flp-title-sp {
    margin-bottom: -10px;
  }
  .news-wrapper {
    width: 90%;
  }
  .news-sub-heading {
    padding-bottom: 30px;
  }
  .news-list {
    display: block;
    margin-bottom: 20px;
  }
  .news-date {
    font-size: 0.9rem;
    margin-bottom: -10px;
  }
  .news {
    margin-top: 0;
  }
  .mail-signup-wrapper {
    padding: 30px 20px 0;
    margin: 0 auto;
    width: 90%;
    border-radius: 20px;
  }

  .form-button {
    width: 60%;
    padding: 5px 0;
    letter-spacing: 0.6px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 1rem;
  }
  .menu-sp {
    top: 0;
  }

  .top-texts-box {
    margin: 50px auto 0;
    text-align: center;
    display: block;
  }

  .top-h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    margin-left: 2%;
    color: #ff0;
  }

  .top-h1 {
    font-size: 1.6rem;
    color: #ff0;
    margin: 0 0 0 5px;
  }

  .top-h4 {
    padding-top: 20px;
    font-size: 1.2rem;
  }

  .top-h4,
  .top-p {
    color: #fff;
    text-align: center;
  }

  .top-p {
    font-size: 0.9rem;
  }

  .button-register {
    width: 80%;
    height: 44px;
    line-height: 44px;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin: 30px auto 0;
  }

  /* ハンバーガーメニュー */
  .sp-header {
    display: block;
    width: 100%;
    height: 60px;
    top: 0;
    position: fixed !important;
    z-index: 999;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  .menu-title-sp {
    float: left;
    color: #19196f !important;
    line-height: 60px;
    padding-left: 5%;
    font-size: 1.2rem;
  }
  /* 三本線のボタン */
  .menu-btn {
    position: fixed;
    top: 7.5px;
    right: 10px;
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #19196f;
    border-radius: 3px;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 22px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }

  /* 三本線を「×」マークにする */
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(
      255,
      255,
      255,
      0
    ); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  /* チェックボックスを隠す */
  #menu-btn-check {
    display: none;
  }

  /* メニューの装飾 */
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #eff2f6 !important;
  }
  .menu-content ul {
    padding: 70px 10px 0;
  }
  .menu-content ul li {
    border-bottom: solid 0.5px #19196f;
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #19196f;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #19196f;
    border-right: solid 2px #19196f;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }

  /* メニューを画面の外へ飛ばす */
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s; /*アニメーション設定*/
  }

  /* チェックボックスにチェックがついたとき、メニューが画面に表示される */
  #menu-btn-check:checked ~ .menu-content {
    left: 0; /*メニューを画面内へ*/
  }
}

html{
	margin-top: 0 !important;
}