@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Noto+Sans+JP:wght@100..900&family=Rock+Salt&display=swap");
.cont_ttl {
  display: block;
  margin: 0 auto 30px !important;
  text-align: center !important;
}
.cont_ttl img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}
.cont_ttl span {
  font-size: 2.4rem;
  color: #0072C3;
  font-weight: bold;
}
.cont_ttl span.shadow {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.cont_ttl span.white {
  color: #fff;
}
.cont_ttl .en {
  font-family: "Bradley Hand", "Bradley Hand ITC", "Caveat", serif;
  color: #F2A73F;
  text-align: center;
  display: block;
  font-size: 1.8rem !important;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.cont_size_box {
  max-width: 1190px;
  margin: 0 auto;
  width: 90%;
}

.more_btn {
  display: block;
  margin: 30px auto 0;
  width: 90%;
}
.more_btn a {
  display: block;
  margin: 0 auto;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  border: 1px solid #F2A73F;
  color: #F2A73F;
  max-width: 290px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 780px) {
  .more_btn a {
    width: 90%;
  }
}
.more_btn a + a {
  margin-top: 20px;
}

.bg_sky {
  background: #089CEE;
}
.bg_sky .cont_ttl .en {
  color: #FFE2BA;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.bg_blue {
  background: #0072C3;
}
.bg_blue .cont_ttl .en {
  color: #FFE2BA;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.bg_yellow {
  background: #faf8d2;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 780px) {
  header {
    padding: 10px;
  }
}
header .logo {
  max-width: 222px;
  width: 30vw;
}
header .logo a {
  display: block;
}
header .header_link {
  margin-left: auto;
}
header .header_link a {
  display: block;
  background: #F2A73F;
  color: #fff;
  padding: 20px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 780px) {
  header .header_link {
    display: none;
  }
}
header .hum a {
  display: block;
  border-top: 1px solid #F2A73F;
  border-bottom: 1px solid #F2A73F;
  width: 24px;
  height: 24px;
  position: relative;
  margin-left: 40px;
  box-sizing: border-box;
}
header .hum a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #F2A73F;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
header nav {
  position: fixed;
  top: 0%;
  right: -100%;
  background: #fff;
  z-index: 9999999;
  width: 80vw;
  max-width: 400px;
  box-sizing: border-box;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  height: 100vh;
  z-index: 99999;
  transition: 0.5s;
  overflow: scroll;
}
header nav.active {
  display: block;
  right: 0;
}
header nav .close {
  padding: 20px 20px 0;
  position: static;
}
header nav .close a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  margin-left: auto;
  line-height: 1;
}
header nav ul {
  margin-bottom: auto;
  padding: 20px;
}
header nav ul li {
  border-top: 1px solid #F2A73F;
}
header nav ul li:last-child {
  border-bottom: 1px solid #F2A73F;
}
header nav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #F2A73F;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: bold;
}
header nav ul li a::after {
  content: "〉";
}
header nav .key-banner-wrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  box-sizing: border-box;
}
header nav .key-banner .btn {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 62px;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header nav .key-banner .btn + .btn {
  margin-top: 10px;
}
header nav .btn-link {
  position: relative;
  color: #fff;
  border: none;
  text-decoration: none;
  transition: none;
  background-size: 200% auto;
  background-image: linear-gradient(90deg, #ffa000 50%, #615545 0);
  transition: background-position 0.15sease-out;
  padding: 12px 0;
  line-height: 120%;
}
header nav .btn-line {
  color: #fff;
  background-color: rgb(6, 199, 85);
  transition: background-color 0.15sease-out;
}
header nav .btn-link.p {
  background-image: linear-gradient(90deg, #FF968D 50%, #615545 0);
}
header nav .btn-link.r {
  background-image: linear-gradient(90deg, #ff7000 50%, #615545 0);
}

#frontpage #mv {
  position: relative;
}
#frontpage #mv .mv_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 5%;
  height: 100%;
  box-sizing: border-box;
}
#frontpage #mv .mv_inner .mv_img {
  width: 39%;
  margin-left: auto;
}
#frontpage #mv .mv_inner .mv_img img {
  width: 100%;
  max-width: none;
}
#frontpage #mv .mv_inner h1 {
  display: block;
  width: 58.3%;
  margin: 0 auto;
  margin-top: 2%;
}
#frontpage #mv .mv_inner h1 img {
  max-width: none;
  width: 100%;
}
#frontpage #mv .mv_inner .medal {
  width: 41.17647%;
  margin: 0 auto;
  margin-top: 10%;
}
#frontpage #mv .mv_inner .medal img {
  max-width: none;
  width: 100%;
}
#frontpage #mv .mv_inner .medal h2 {
  text-align: left;
}
#frontpage #mv .mv_inner .medal_txt {
  color: #fff;
  width: 58.3%;
  margin: 0 auto;
}
#frontpage #mv .mv_inner .medal_txt h2 {
  text-align: center;
  font-size: 1.7647vw;
  margin: 1em auto;
  font-weight: 400;
}
#frontpage #mv .mv_inner .medal_txt p {
  font-size: 0.73529vw;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}
#frontpage #mv .sp_link {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 7vw;
  font-size: clamp(0px, 5.641vw, 22px);
  color: #fff;
  text-align: center;
  font-weight: 700;
  background: #F2A73F;
  width: 90%;
  padding: 5%;
  box-sizing: border-box;
}
#frontpage #event .event_slider {
  max-width: 1268px;
  margin: 30px auto 0;
}
#frontpage #event .event_slider li a {
  display: block;
  padding: 0 10px;
}
#frontpage #media {
  margin-top: 140px;
}
@media screen and (max-width: 780px) {
  #frontpage #media {
    padding-bottom: 50px;
  }
}
#frontpage #media .media_flex {
  display: block;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  #frontpage #media .media_flex {
    display: block;
  }
}
#frontpage #media .media_flex_cont {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
#frontpage #media .media_flex_cont + .media_flex_cont {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 780px) {
  #frontpage #media .media_flex_cont {
    width: 100%;
    display: block;
  }
}
#frontpage #media .media_flex_cont .img {
  width: 48%;
}
@media screen and (max-width: 780px) {
  #frontpage #media .media_flex_cont .img {
    width: 90%;
    margin: 0 auto;
  }
}
#frontpage #media .media_flex_cont .txt {
  width: 100%;
}
@media screen and (max-width: 780px) {
  #frontpage #media .media_flex_cont .txt {
    width: 100%;
    margin-top: 0;
  }
}
#frontpage #media .media_flex_cont .txt h3 {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 780px) {
  #frontpage #media .media_flex_cont .txt h3 {
    font-size: 1.6rem;
  }
}
#frontpage #media .media_flex_cont .txt .detail {
  margin: 0.5em 0;
  display: flex;
  flex-wrap: wrap;
}
#frontpage #media .media_flex_cont .txt .detail span {
  font-size: 1.4rem;
  font-weight: 300;
  display: block;
}
@media screen and (max-width: 780px) {
  #frontpage #media .media_flex_cont .txt .detail span {
    font-size: 1.2rem;
  }
}
#frontpage #media .media_flex_cont .txt .detail span.date {
  margin-right: 10px;
}
#frontpage #media .media_flex_cont .txt .detail span.category {
  font-size: 1.2rem;
  background: #F4F4F4;
  border-radius: 9999px;
  padding: 5px 10px;
  box-sizing: border-box;
  display: block;
  line-height: 1;
}
#frontpage #media .media_flex_cont .txt p {
  display: block;
  font-size: 1.4rem;
}
#frontpage #step {
  background: url("../image/common/bg_sky.jpg") repeat center top;
  background-size: cover;
  position: relative;
}
#frontpage #step::before {
  content: "";
  transform: rotate(180deg);
  border-bottom: 15vw solid #fff; /* 三角を白にする */
  border-left: 100vw solid transparent;
  display: block;
}
#frontpage #step::after {
  content: "";
  border-bottom: 15vw solid #fff; /* 三角を白にする */
  border-left: 100vw solid transparent;
  display: block;
}
#frontpage #step .cont_ttl span {
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
#frontpage #step .cont_ttl span.en {
  color: #FFE2BA;
}
#frontpage #step .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 780px) {
  #frontpage #step .flex {
    display: block;
    margin-bottom: 30px;
  }
}
#frontpage #step .flex .cont {
  width: 32%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 780px) {
  #frontpage #step .flex .cont {
    width: 100%;
  }
  #frontpage #step .flex .cont + .cont {
    margin-top: 20px;
  }
}
#frontpage #step .flex .cont .step {
  width: 120px;
  display: block;
  margin: 0 auto;
  margin-top: -20px;
}
#frontpage #step .flex .cont h3 {
  font-size: 2.4rem;
  text-align: center;
  color: #0072C3;
  font-weight: bold;
  margin: 15px auto;
}
#frontpage #step .flex .cont p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}
#frontpage #step .flex .cont .img {
  margin: 20px auto;
  margin-top: auto;
}
#frontpage #step .flex .cont .more_btn {
  width: 100%;
  margin-top: auto;
}
#frontpage #step .flex .cont .more_btn a {
  width: 100%;
}
@media screen and (max-width: 780px) {
  #frontpage #taikendan {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#frontpage #taikendan .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#frontpage #taikendan .flex .cont {
  width: 32%;
  border: 1px solid #F2A73F;
  box-sizing: border-box;
}
#frontpage #taikendan .flex .cont:nth-child(n+4) {
  margin-top: 2%;
}
@media screen and (max-width: 780px) {
  #frontpage #taikendan .flex .cont {
    width: 48%;
  }
  #frontpage #taikendan .flex .cont:nth-child(n+3) {
    margin-top: 4%;
  }
}
#frontpage #taikendan .flex .cont .img {
  aspect-ratio: 16/9;
}
#frontpage #taikendan .flex .cont .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
#frontpage #taikendan .flex .cont .inner {
  padding: 20px 10px;
  box-sizing: border-box;
}
#frontpage #taikendan .flex .cont .inner h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #F2A73F;
}
@media screen and (max-width: 780px) {
  #frontpage #taikendan .flex .cont .inner h3 {
    text-align: left;
    font-size: 1.4rem;
  }
}
#frontpage #taikendan .flex .cont .inner p {
  text-align: center;
  font-size: 1.6rem;
  margin: 10px auto;
}
@media screen and (max-width: 780px) {
  #frontpage #taikendan .flex .cont .inner p {
    font-size: 1.2rem;
    text-align: left;
  }
}
#frontpage #taikendan .flex .cont .inner .tag_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 780px) {
  #frontpage #taikendan .flex .cont .inner .tag_list {
    justify-content: flex-start;
  }
}
#frontpage #taikendan .flex .cont .inner .tag_list li {
  font-size: 1.2rem;
  background: #F4F4F4;
  border-radius: 9999px;
  padding: 5px 10px;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  margin: 10px 5px 0px 0px;
  margin-bottom: 0;
}
#frontpage #taikendan .flex .cont .inner .tag_list li::before {
  content: "#";
  display: inline-block;
  margin-right: 0.25em;
  color: #F2A73F;
}
#frontpage #school {
  background: url("../image/common/bg_sky.jpg") repeat center top;
  background-size: cover;
  position: relative;
}
#frontpage #school::before {
  content: "";
  transform: rotate(180deg);
  border-bottom: 15vw solid #fff; /* 三角を白にする */
  border-left: 100vw solid transparent;
  display: block;
}
@media screen and (max-width: 780px) {
  #frontpage #school::before {
    margin-bottom: 50px;
  }
}
#frontpage #school::after {
  content: "";
  border-bottom: 15vw solid #0072C3; /* 三角を白にする */
  border-left: 100vw solid transparent;
  display: block;
}
@media screen and (max-width: 780px) {
  #frontpage #school::after {
    margin-top: 50px;
  }
}
#frontpage #school .cont_ttl span {
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
#frontpage #school .cont_ttl span.en {
  color: #FFE2BA;
}
#frontpage #school .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 780px) {
  #frontpage #school .flex {
    display: block;
  }
}
#frontpage #school .flex .cont {
  width: 48%;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
  background: #fff;
  box-sizing: border-box;
  padding: 20px 0 30px;
}
@media screen and (max-width: 780px) {
  #frontpage #school .flex .cont {
    width: 100%;
  }
  #frontpage #school .flex .cont + .cont {
    margin-top: 20px;
  }
}
#frontpage #school .flex .cont .cont_ttl {
  margin-bottom: 0;
}
#frontpage #school .flex .cont .cont_ttl span {
  color: #0072C3;
}
#frontpage #school .flex .cont .img {
  margin: 15px auto;
}
#frontpage #school .flex .cont p {
  width: 90%;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.77;
  font-weight: 400;
}
#frontpage #school .flex .cont .more_btn {
  margin-top: 20px;
}
#frontpage #school_list {
  background: #0072C3;
}
@media screen and (max-width: 780px) {
  #frontpage #school_list {
    padding-top: 50px;
  }
}
#frontpage #school_list::after {
  content: "";
  border-bottom: 15vw solid #fff; /* 三角を白にする */
  border-left: 100vw solid transparent;
  display: block;
}
@media screen and (max-width: 780px) {
  #frontpage #school_list::after {
    margin-top: 50px;
  }
}
#frontpage #school_list h2.cont_ttl span {
  color: #fff;
}
#frontpage #school_list h2.cont_ttl span.en {
  color: #FFE2BA;
}
#frontpage #school_list .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 780px) {
  #frontpage #school_list .flex {
    display: block;
  }
}
#frontpage #school_list .flex .cont {
  width: 48%;
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
}
#frontpage #school_list .flex .cont .img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  #frontpage #school_list .flex .cont {
    width: 100%;
    padding: 20px 10px;
  }
  #frontpage #school_list .flex .cont + .cont {
    margin-top: 20px;
  }
  #frontpage #school_list .flex .cont .cont_ttl {
    margin-bottom: 10px;
  }
  #frontpage #school_list .flex .cont .more_btn {
    margin-top: 10px;
  }
}
#frontpage .school_cut {
  position: relative;
  z-index: 2;
  margin: -3vw auto;
  overflow: hidden;
}
#frontpage .school_cut img {
  margin: 0 auto;
  width: 50%;
  max-width: 285px;
}
#frontpage #counseling {
  position: relative;
  background: url("../image/common/bg_sky.jpg") repeat center top;
  background-size: cover;
}
#frontpage #counseling::before {
  content: "";
  transform: rotate(180deg);
  border-bottom: 15vw solid #fff; /* 三角を白にする */
  border-left: 100vw solid transparent;
  display: block;
}
#frontpage #counseling::after {
  content: "";
  border-bottom: 15vw solid #fff; /* 三角を白にする */
  border-left: 100vw solid transparent;
  display: block;
}
@media screen and (max-width: 780px) {
  #frontpage #counseling::after {
    margin-top: 50px;
  }
}
#frontpage #counseling .cont_ttl span {
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
#frontpage #counseling .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 780px) {
  #frontpage #counseling .flex {
    display: block;
  }
}
#frontpage #counseling .flex p {
  width: 60%;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 780px) {
  #frontpage #counseling .flex p {
    width: 100%;
  }
}
#frontpage #counseling .flex .line {
  margin: 20px auto;
  display: block;
}
#frontpage #counseling .flex .line img {
  display: block;
  margin: 0 auto;
}
#frontpage #counseling .flex .img {
  width: 37%;
}
@media screen and (max-width: 780px) {
  #frontpage #counseling .flex .img {
    width: 100vw;
    margin-left: -5vw;
  }
}
#frontpage #knowledge .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#frontpage #knowledge .flex .cont {
  width: 32%;
  border: 1px solid #F2A73F;
  box-sizing: border-box;
}
#frontpage #knowledge .flex .cont:nth-child(n+4) {
  margin-top: 2%;
}
@media screen and (max-width: 780px) {
  #frontpage #knowledge .flex .cont {
    width: 48%;
  }
  #frontpage #knowledge .flex .cont:nth-child(n+3) {
    margin-top: 4%;
  }
}
#frontpage #knowledge .flex .cont .img {
  aspect-ratio: 16/9;
}
#frontpage #knowledge .flex .cont .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: none;
}
#frontpage #knowledge .flex .cont .inner {
  padding: 20px 10px;
  box-sizing: border-box;
}
#frontpage #knowledge .flex .cont .inner h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #F2A73F;
}
#frontpage #knowledge .flex .cont .inner p {
  text-align: center;
  font-size: 1.6rem;
  margin: 10px auto;
}
#frontpage #knowledge .flex .cont .inner .tag_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#frontpage #knowledge .flex .cont .inner .tag_list li {
  font-size: 1.2rem;
  background: #F4F4F4;
  border-radius: 9999px;
  padding: 5px 10px;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  margin: 10px 5px;
  margin-bottom: 0;
}
#frontpage #knowledge .flex .cont .inner .tag_list li::before {
  content: "#";
  display: inline-block;
  margin-right: 0.25em;
  color: #F2A73F;
}
#frontpage #foot_ill {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 85px;
}

footer {
  background: #F0F0F0;
  padding: 40px 0;
}
footer .sns_icns {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .sns_icns a {
  width: 4.8rem;
  display: block;
}
footer .sns_icns a + a {
  margin-left: 2rem;
}
footer .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1056px;
  margin: 30px auto 0;
}
@media screen and (max-width: 780px) {
  footer .flex {
    position: relative;
    padding-left: 40%;
    flex-wrap: wrap;
  }
}
footer .flex ul li {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 300;
}
footer .flex ul li:first-child {
  font-weight: 500;
}
footer .flex ul li a {
  color: #188898;
}
@media screen and (max-width: 780px) {
  footer .flex ul {
    width: 45%;
  }
  footer .flex ul:first-child {
    width: 35%;
    position: absolute;
    left: 0;
    top: 0;
  }
  footer .flex ul:nth-child(n+4) {
    margin-top: 10px;
  }
  footer .flex ul li {
    font-size: 1rem;
  }
}
footer copyright {
  margin-top: 40px;
  font-size: 1rem;
  text-align: center;
  display: block;
}

.fixBnr {
  position: fixed;
  top: 200px;
  left: 0;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 780px) {
  .fixBnr {
    width: 40px;
    top: auto;
    bottom: 80px;
  }
}

.fix_line {
  position: fixed;
  bottom: 100px;
  right: 10px;
  max-width: 109px;
  z-index: 2;
}
.fix_line a {
  display: block;
}
@media screen and (max-width: 780px) {
  .fix_line {
    width: 60px;
    bottom: 80px;
  }
}

.fix_sp {
  display: none;
}
@media screen and (max-width: 780px) {
  .fix_sp {
    display: block;
  }
}
.fix_sp a {
  background: #F2A73F;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 900px;
  width: 90%;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: clamp(0px, 4vw, 16px);
  display: block;
  background: #F2A73F;
  color: #fff;
  padding: 20px;
  font-size: 2.2rem;
  text-align: center;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  font-weight: bold;
  border: 1px solid #fff;
  box-sizing: border-box;
}

/* ポップアップのスタイル */
#popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 90%;
  padding: 20px;
  background: white;
  border: 2px solid #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
#popup p {
  text-align: center;
  font-size: 1.8rem;
}
#popup button {
  margin: 20px auto 0;
  display: block;
}

#popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.editor_content h4 {
  font-size: 2rem;
  text-align: left;
  font-weight: 400;
}
.editor_content a {
  color: #F2A73F;
}
.editor_content h1, .editor_content h2, .editor_content h3, .editor_content h4 {
  text-align: left;
}
.editor_content .editor_ttl {
  text-align: left;
  font-size: 3rem;
  font-weight: 400;
  margin: 20px 0;
}
.editor_content article {
  margin-top: 70px;
}
@media screen and (max-width: 780px) {
  .editor_content article {
    margin-top: 50px;
  }
}
.editor_content .category-badge {
  display: inline-block;
  background: #F2A73F;
  border-radius: 9999px;
}
.editor_content .category-badge a {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  padding: 0 10px;
}/*# sourceMappingURL=style.css.map */