@charset "utf-8";
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
:root {
  --pl-5fl-g: rgba(61, 183, 228, 1);
  --HA-rb-26: rgba(141, 219, 240, 1);
  --x-3w-mq-r4: rgba(238, 59, 128, 1);
  --black: rgba(65, 65, 65, 1);
  --xq-qo-ef: rgba(230, 241, 243, 1);
  --pe6-0l-l: rgba(255, 255, 255, 1);
  --p3-jl-8x: rgba(140, 212, 103, 1);
  --red: rgba(255, 220, 20, 1);
  --x-3pv-k-sj: rgba(252, 255, 227, 1);
  ---font-family: "Yu Gothic", Helvetica;
  ---font-weight: 400;
  ---font-size: 16px;
  ---letter-spacing: 0px;
  ---line-height: 179.99999523162842%;
  ---font-style: normal;
  --notosansjp-bold-font-family: "Noto Sans JP", Helvetica;
  --notosansjp-bold-font-weight: 700;
  --notosansjp-bold-font-size: 32px;
  --notosansjp-bold-letter-spacing: 0px;
  --notosansjp-bold-line-height: 100%;
  --notosansjp-bold-font-style: normal;
  --: 2px 2px 3px 0px rgba(0, 0, 0, 0.35);
}
.screen {
  position: relative;
  background-color: var(--xq-qo-ef);
  padding: 200px 0 50px;
}

.screen .text-wrapper {
  font-family: Murecho;
  font-weight: 600;
  color: var(--black);
  font-size: 40px;
  letter-spacing: 2.00px;
  line-height: 40px;
  white-space: nowrap;
  margin-bottom: 72px;
}

.screen .div {
  font-family: "Murecho-Regular", Helvetica;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
  position: relative;
  width: fit-content;
  color: var(--black);
  white-space: nowrap;
}

.screen .flexcontainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 923px;
  margin: auto;
}
.frame{
  padding: 100px 0;
}
.text {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  color: var(--black);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 34.0px;
  margin-bottom: 30px;
}
.frame h3{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.frame ul{
  font-size: 20px;
  line-height: 34.0px;
  margin-bottom: 30px;
}
.align_right{
  text-align: right;
}
@media screen and (max-width: 768px){
  .top-button{
    display: none;
  }
  .screen{
    padding: 50px 0;
  }
  .screen .frame{
    display: none;
  }
  .screen .flexcontainer{
    width: auto;
    height: auto;
  }
  .screen .text-wrapper{
    font-size: 30px;
  }
}
