/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: 100vw;
  --b: calc(var(--viewport-width) / 160);
}

@media screen and (max-width: 550px) {
  :root {
    --viewport-width: max(100vw, 550px);
    --b: calc(var(--viewport-width) / 55);
  }
}
.wrapper__image {
  width: max(59rem, 350px);
  aspect-ratio: 1.2/1;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 550px) {
  .wrapper__image {
    width: 100%;
  }
}
.wrapper__content1 {
  margin-top: max(9rem, 70px);
}
@media screen and (max-width: 550px) {
  .wrapper__content1 {
    gap: 30px;
    margin-top: 70px;
  }
}
.wrapper__content1 .flexBox {
  gap: max(4.5rem, 30px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .wrapper__content1 .flexBox {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .wrapper__content1 .flexBox {
    gap: 30px;
  }
}
.wrapper__content1 .flexBox .textBox {
  flex: 1;
}
.wrapper__content1 .flexBox .textBox h4 {
  font-size: max(2.2rem, 20px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 550px) {
  .wrapper__content1 .flexBox .textBox h4 {
    font-size: 20px;
  }
}
.wrapper__content1 .flexBox .imageBox__content {
  display: flex;
  flex-direction: column;
  gap: max(2rem, 20px);
}
.wrapper__content1 .flexBox .imageBox__content .imageBox {
  width: max(43rem, 300px);
  aspect-ratio: 394/194;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .wrapper__content1 .flexBox .imageBox__content .imageBox {
    width: 100%;
  }
}
.wrapper__content1 .flexBox .imageBox__content .imageBox img {
  width: 100%;
}
.wrapper__content2 {
  margin-top: max(9rem, 70px);
}
@media screen and (max-width: 550px) {
  .wrapper__content2 {
    margin-top: 70px;
  }
}
.wrapper__content2 h4 {
  width: 100%;
  display: block;
  padding: max(1.5rem, 10px) 5%;
  font-size: max(1.8rem, 17px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  border: 3px solid #1d2664;
  border-radius: 20px;
}
@media screen and (max-width: 550px) {
  .wrapper__content2 h4 {
    font-size: 17px;
  }
}
.wrapper__content2 .flexBox {
  -moz-column-gap: max(4rem, 20px);
       column-gap: max(4rem, 20px);
  display: flex;
}
@media screen and (max-width: 1300px) {
  .wrapper__content2 .flexBox {
    flex-direction: column;
  }
}
.wrapper__content2 .flexBox .textBox {
  flex: 1;
}
.wrapper__content2 .flexBox .textBox h5 {
  font-size: max(1.6rem, 15px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  padding: max(2rem, 15px);
  margin: max(2.5rem, 20px) 0 max(1.8rem, 15px) 0;
  border-radius: 10px;
  background-color: var(--bgColor);
}
@media screen and (max-width: 550px) {
  .wrapper__content2 .flexBox .textBox h5 {
    font-size: 17px;
    padding: 15px;
    margin: 20px 0 15px 0;
  }
}
.wrapper__content2 .flexBox .textBox .detailBox {
  gap: 7px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.wrapper__content2 .flexBox .textBox .detailBox span {
  display: block;
  font-size: max(1.4rem, 14px);
  font-weight: 700;
}
@media screen and (max-width: 550px) {
  .wrapper__content2 .flexBox .textBox .detailBox span {
    font-size: 14px;
  }
}
.wrapper__content2 .flexBox .textBox .detailBox b {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: max(1.5rem, 10px);
  font-size: max(1.4rem, 14px);
  font-weight: 700;
  line-height: 1.5;
  background: var(--bgColor);
}
@media screen and (max-width: 550px) {
  .wrapper__content2 .flexBox .textBox .detailBox b {
    font-size: 14px;
    padding: 10px;
  }
}
.wrapper__content2 .flexBox .textBox .detailBox h6 {
  display: block;
  font-size: max(1.4rem, 14px);
  font-weight: 700;
  line-height: 1.5;
  background: #fff;
}
@media screen and (max-width: 550px) {
  .wrapper__content2 .flexBox .textBox .detailBox h6 {
    font-size: 14px;
  }
}
.wrapper__content2 .flexBox .textBox .detailBox h6 span {
  display: inline-block;
}
.wrapper__content2 .flexBox .textBox .detailBox .inner {
  overflow: hidden;
}
.wrapper__content2 .flexBox .textBox .detailBox__kind1 ul {
  gap: 5px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.wrapper__content2 .flexBox .textBox .detailBox__kind1 ul li {
  width: calc(33.3333333333% - 5px);
  border: 3px solid #1d2664;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  background: #fff;
}
.wrapper__content2 .flexBox .textBox .detailBox__kind1 ul li span {
  font-size: max(1.8rem, 17px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: max(1.5rem, 10px);
}
@media screen and (max-width: 550px) {
  .wrapper__content2 .flexBox .textBox .detailBox__kind1 ul li span {
    font-size: 17px;
    padding: 10px;
  }
}
.wrapper__content2 .flexBox .textBox .detailBox__kind1 .inner {
  border-top: none;
  border: 3px solid #1d2664;
  border-radius: 0 0 10px 10px;
}
.wrapper__content2 .flexBox .textBox .detailBox__kind1 .inner b {
  padding: max(2.5rem, 25px);
}
@media screen and (max-width: 550px) {
  .wrapper__content2 .flexBox .textBox .detailBox__kind1 .inner b {
    padding: 25px;
  }
}
.wrapper__content2 .flexBox .textBox .detailBox__kind2 {
  border: 3px solid #1d2664;
  border-radius: 10px;
  overflow: hidden;
}
.wrapper__content2 .flexBox .textBox .detailBox__kind2 b {
  padding: max(0.75rem, 7.5px);
}
@media screen and (max-width: 550px) {
  .wrapper__content2 .flexBox .textBox .detailBox__kind2 b {
    padding: 7.5px;
  }
}
.wrapper__content2 .flexBox .textBox .detailBox__kind2 b.accent {
  padding: max(1.5rem, 15px);
}
@media screen and (max-width: 550px) {
  .wrapper__content2 .flexBox .textBox .detailBox__kind2 b.accent {
    padding: 15px;
  }
}
.wrapper__content2 .flexBox .textBox .detailBox__kind2 h6 {
  padding: max(0.75rem, 7.5px);
}
@media screen and (max-width: 550px) {
  .wrapper__content2 .flexBox .textBox .detailBox__kind2 h6 {
    padding: 7.5px;
  }
}
.wrapper__content2 .flexBox .textBox .detailBox__kind3 ul {
  gap: 5px;
  display: flex;
  justify-content: space-between;
  height: 100%;
  text-align: center;
}
.wrapper__content2 .flexBox .textBox .detailBox__kind3 ul li {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 5px);
  border-radius: 10px;
}
.wrapper__content2 .flexBox .textBox .detailBox__kind3 ul li > span {
  display: block;
  padding: max(1.5rem, 10px);
  font-size: max(1.8rem, 17px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #fff;
  border: 3px solid #1d2664;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 550px) {
  .wrapper__content2 .flexBox .textBox .detailBox__kind3 ul li > span {
    font-size: 17px;
    padding: 10px;
  }
}
.wrapper__content2 .flexBox .textBox .detailBox__kind3 ul li .inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  border: 3px solid #1d2664;
  border-radius: 0 0 10px 10px;
}
.wrapper__content2 .flexBox .textBox .detailBox__kind3 ul li .inner span {
  line-height: 1.5;
  padding: max(2.75rem, 27.5px) max(1rem, 10px);
}
@media screen and (max-width: 550px) {
  .wrapper__content2 .flexBox .textBox .detailBox__kind3 ul li .inner span {
    padding: 20px 10px;
  }
}
.wrapper__content2 .flexBox .textBox .detailBox__kind3 ul li .inner span:nth-of-type(2) {
  border-top: 3px dotted #1d2664;
}
.wrapper__content2 .flexBox .textBox.textBox1 {
  --bgColor: #ffc4ce;
}
.wrapper__content2 .flexBox .textBox.textBox2 {
  --bgColor: #bfe2ef;
}/*# sourceMappingURL=system.css.map */