@charset "UTF-8";
body {
  width: 100vw;
  overflow-x: hidden;
}
body #window {
  width: 100vw;
}
body .login-warp {
  width: 100vw;
  height: auto;
  padding: 0 0 8vh 0;
}
body .login-warp .image-warp {
  width: 100%;
  text-align: center;
  margin: 0 auto 0 auto;
  max-width: 600px;
}
body .login-warp .image-warp img {
  width: 100%;
  padding: 0 10px;
}
body .login-warp .image-warp .button {
  position: static;
  width: 70vw;
  margin: 3vh auto 0 auto;
  padding: 1vh 3vw;
  max-width: 500px;
}
body .login-warp .image-warp .button a.btn_06 {
  padding: 2vh 0 0vh 0rem;
  border-bottom: 7px solid rgb(1, 185, 1);
  background: #70d770;
}
body .login-warp .image-warp .button a.btn_06 p {
  font-size: min(4.2vw, 34px);
}
body .content {
  background: white;
}
body .content .story-center { /*青の枠。青ではない。*/
  width: 100vw;
  height: auto;
  padding: 0 0 0vh 0;
  align-items: center;
  background-color: white;
  margin: 0 0 0vh;
}
body .content .story-center .story-p-center {
  font-size: min(5.5vw, 42px);
  margin: 0vh auto 5vh auto;
  width: 100%;
  color: #ffffff;
  background: linear-gradient(101.69deg, #0077D5 0%, rgba(0, 119, 213, 0) 58.57%), #0E47A1;
  text-align: center;
  padding: 4vh 0 4vh;
  font-weight: bold;
}
body .content .story-center .story-p-center span {
  font-size: min(7vw, 74px);
  color: white;
}
body .content .story {
  width: 100vw;
  height: auto;
  padding: 0 0 0vh 0;
  align-items: center;
  background-color: white;
  margin: 0 0 0vh;
  background: linear-gradient(101.69deg, #0077D5 0%, rgba(0, 119, 213, 0) 58.57%), #0E47A1;
  display: flex;
  align-items: center;
}
body .content .story .story-p {
  font-size: min(7vw, 70px);
  margin: 0vh auto 0vh auto;
  width: 100%;
  color: #ffffff;
  text-align: left;
  padding: 4vh 0 4vh 5%;
  font-weight: bold;
  line-height: 1.5;
  aspect-ratio: 3.4/1;
  max-width: 1000px;
  position: relative;
}
body .content .story .story-p::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 500px;
  background-image: url(https://maltese.information.tokyo.jp/wp-content/uploads/2023/09/nozokimi.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  display: block;
  background-size: contain;
  margin: 0 1vw 0 auto;
}
body .content .power-word-warp {
  width: 90%;
  margin: 1vh 5% 1vh;
  box-sizing: border-box;
  background: white;
}
body .content .power-word-warp .plan-whitecoat {
  position: absolute;
  right: 5vw;
  width: 30vw;
  max-width: 250px;
}
body .content .power-word-warp .power-word {
  width: 100%;
  font-size: min(8.5vw, 70px);
  margin: 6vh 0 2vh 0;
  text-align: left;
  line-height: 1.2;
  font-weight: bold;
  color: #0b41a0;
  -webkit-background-clip: text;
  webkit-text-stroke: 1px gray;
}
body .content .power-word-warp .power-word-sub {
  width: 100%;
  font-size: min(4.5vw, 40px);
  margin: 6vh 0 7vh 0;
  text-align: left;
  line-height: 0.95em;
  font-weight: bold;
  color: red;
}
body .content .category {
  width: 100%;
  font-size: min(9vw, 70px);
  margin: 5vh 0 3vh 0;
  text-align: center;
  line-height: 0.95em;
  font-weight: bold;
  color: black;
  -webkit-background-clip: text;
  webkit-text-stroke: 1px gray;
}
body .content .description {
  width: 90%;
  margin: 1vh 5% 1vh;
  box-sizing: border-box;
  background: white;
}
body .content .description .description-warp { /*青、図、説明の3セット*/
  font-size: 5rem;
  padding: 8% 0;
  margin: 4vh auto;
  width: 100%;
  color: #000;
  padding: 1% 0;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  max-width: 900px;
}
body .content .description .description-warp p.description-title {
  font-size: min(7.5vw, 70px);
  color: #0b41a0;
  font-weight: bold;
  margin: 0 auto 5vh;
}
body .content .description .description-warp p.des-title-left {
  text-align: left;
}
body .content .description .description-warp p.des-title-right {
  text-align: right;
}
body .content .description .description-warp p.des-title-center {
  text-align: center;
}
body .content .description .description-warp .des-imgtext-warp {
  display: flex;
}
body .content .description .description-warp .des-imgtext-warp p {
  font-size: min(4.1vw, 36px);
  color: black;
  font-weight: lighter;
  text-align: left;
}
body .content .description .description-warp .des-imgtext-warp-left {
  align-items: left;
}
body .content .description .description-warp .des-imgtext-warp-left img {
  width: 50%;
  padding: 0 10px 0 0;
}
body .content .description .description-warp .des-imgtext-warp-right {
  align-items: right;
}
body .content .description .description-warp .des-imgtext-warp-right img {
  width: 50%;
  padding: 0 10px 0 0;
}
body .content .description .description-warp .des-imgtext-warp-center {
  align-items: center;
  flex-wrap: wrap;
}
body .content .description .description-warp .des-imgtext-warp-center img.center {
  width: 100%;
  padding: 0 10px 0 0;
}
body .content .description .description-warp .des-imgtext-warp-center2 {
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
body .content .description .description-warp .des-imgtext-warp-center2 img.center {
  width: 100%;
  padding: 0 10px 0 0;
}
body .content .description .description-warp .des-imgtext-warp-left2 {
  align-items: left;
  flex-wrap: wrap;
  justify-content: flex-start;
}
body .content .description .description-warp .des-imgtext-warp-left2 img.center {
  width: 50%;
  padding: 0 10px 0 0;
}
body .content .description .description-warp .description-img-text-warp-center {
  flex-wrap: wrap !important;
}
body .content .description .description-warp p {
  font-size: min(4.1vw, 36px);
  color: black;
  margin-bottom: 40px;
  font-weight: lighter;
  text-align: left;
}
body .content .description .description-warp img {
  width: 100%;
}
body .content .description .description-warp .plans {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 0 0 7vh 0;
  text-align: center;
}
body .content .description .description-warp .plans img {
  width: 48%;
}
body .content .pdca-warp { /*PDCAサイクルのpとimg*/
  width: 90%;
  margin: 1vh 5% 1vh;
  box-sizing: border-box;
  background: white;
}
body .content .pdca-warp .pdca-p {
  margin: 6vh 0 2vh 0;
  font-size: min(4.1vw, 36px);
  color: black;
  margin-bottom: 40px;
  text-align: left;
}
body .content .pdca-warp .pdca-img-warp {
  background: white;
  text-align: center;
  padding: 0px 0 0px;
}
body .content .pdca-warp .pdca-img-warp img {
  width: 95%;
  max-width: 600px;
  padding: 50px 0;
}
body .content .button {
  position: static;
  width: 70vw;
  margin: 3vh auto 3vh auto;
  padding: 1vh 3vw;
  max-width: 500px;
}
body .content .button .btn_06 {
  padding: 2vh 0 0vh 0rem;
  border-bottom: 7px solid rgb(1, 185, 1);
  background: #70d770;
}
body .content .button .btn_06 p {
  font-size: min(4.2vw, 34px);
}
body .description {
  width: 90%;
  margin: 1vh 5% 1vh;
  box-sizing: border-box;
  background: white;
}
body .description button.qanda {
  width: 100%;
  font-size: min(4.1vw, 36px);
  text-align: left;
  margin: 1vh 0;
}
body .description .collapse.show .collapse-description {
  width: 100%;
  font-size: min(4.1vw, 36px);
  text-align: left;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid gray;
  border-radius: 0.25em;
  padding: 10px;
}
body .toiawase {
  height: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  margin: 4vh 0 1vh 0;
  padding: 10px 0;
}
body .toiawase h3 {
  width: 100%;
  font-size: min(9vw, 70px);
  margin: 10vh auto 2vh auto;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  color: #0b41a0;
  -webkit-background-clip: text;
  webkit-text-stroke: 1px gray;
}

body.open_popup {
  overflow: hidden;
}

.bg_onetime_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

body.open_popup .bg_onetime_popup {
  opacity: 1;
  visibility: visible;
}

.onetime_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50%;
  min-width: 500px;
  background-color: #fff;
}

.onetime_popup_title {
  position: relative;
  padding: 1em 80px;
  margin: 0px;
  background-color: #3388dd;
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
}

.onetime_popup_title_close {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  cursor: pointer;
}

.onetime_popup_title_close::before,
.onetime_popup_title_close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: "";
}

.onetime_popup_title_close::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.onetime_popup_title_close::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.onetime_popup_content {
  padding: 60px 30px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  /*　画面サイズが480pxからはここを読み込む　*/
  p {
    color: #ededed;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
}
@media screen and (min-width: 1024px) {
  /*　画面サイズが1024pxからはここを読み込む　*/
  body .content .power-word-warp {
    padding: 200px 0 40px 0;
  }
  body .content .power-word-warp .plan-whitecoat {
    top: 200px;
  }
  body .content .category {
    padding: 40px 0px 40px 150px;
    text-align: left;
    width: 90%;
  }
  body .content .description {
    display: flex;
    align-items: flex-start;
  }
  body .content .description .description-warp p.des-title-left,
body .content .description .description-warp p.des-title-right,
body .content .description .description-warp p.des-title-center {
    font-size: min(7.5vw, 34px);
    text-align: center;
  }
  body .content .description .description-warp .des-imgtext-warp {
    flex-wrap: wrap;
    justify-content: center;
  }
  body .content .description .description-warp .des-imgtext-warp p {
    font-size: min(4.1vw, 20px);
    margin-top: 2vh;
    padding: 0 15px;
  }
  body .content .description .description-warp .des-imgtext-warp img {
    height: 270px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
  }
  body .content .description .des-imgtext-warp-right,
body .content .description .des-imgtext-warp-center {
    flex-direction: column-reverse;
  }
  body .content .description .description-warp.des-warp2 {
    position: relative;
  }
  body .content .description .description-warp.des-warp2 p.description-title.des-title-center {
    font-size: min(7.5vw, 50px) !important;
    text-align: left !important;
  }
  body .content .description .description-warp.des-warp2 .des-imgtext-warp.des-imgtext-warp-center2 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  body .content .description .description-warp.des-warp2 .des-imgtext-warp.des-imgtext-warp-center2 p {
    font-size: min(4.1vw, 21px);
    width: 50%;
    margin: 0;
  }
  body .content .description .description-warp.des-warp2 .des-imgtext-warp.des-imgtext-warp-center2 img {
    width: 60%;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    left: 50%;
    bottom: 0;
  }
}
/*# sourceMappingURL=homepage.css.map */