@charset "UTF-8";
@keyframes floating-x {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(10%);
  }
}
@keyframes floating-x-b {
  0% {
    transform: translateX(-3%);
  }
  100% {
    transform: translateX(3%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes floating-y-b {
  0% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(3%);
  }
}
.top_ttl {
  position: relative;
  background-color: #000;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: center;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 1301px) {
  .top_ttl {
    font-size: 4.8rem;
    padding: 50px 5%;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1300px) {
  .top_ttl {
    font-size: 4rem;
    padding: 30px 5%;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top_ttl {
    font-size: 3rem;
    margin-bottom: 60px;
  }
}
.top_ttl::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #000;
  aspect-ratio: 1.5/1;
  transform: translateX(-50%);
}
@media screen and (min-width: 1301px) {
  .top_ttl::after {
    height: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .top_ttl::after {
    height: 30px;
  }
}
@media screen and (min-width: 1301px) {
  .top_ttl__logo {
    width: 380px;
  }
}
@media screen and (max-width: 1300px) {
  .top_ttl__logo {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .top_ttl__logo {
    max-width: 220px;
    width: 100%;
  }
}

.mainvisual {
  background-color: #FFEE1F;
  position: relative;
  z-index: 1;
  padding: calc(var(--header-height) + 5%) 5% 20%;
  margin-bottom: 60px;
}
.mainvisual::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  aspect-ratio: 4/1;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .mainvisual::after {
    background: url(../img/common/foam_frame.png) no-repeat center/100%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual::after {
    background: url(../img/common/foam_frame.png) no-repeat center/150%;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual__l {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__l {
    width: 70%;
    margin: auto;
  }
}
.mainvisual__l img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mainvisual__r {
    width: 55%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__r {
    margin-bottom: 20px;
  }
}
.mainvisual__r__txt {
  color: #2347DD;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .mainvisual__r__txt {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__r__txt {
    font-size: 4.5vw;
  }
}
.mainvisual__r__txt span {
  display: inline-block;
}
.mainvisual__r__ttl {
  font-weight: 900;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .mainvisual__r__ttl {
    font-size: 7.7vw;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__r__ttl {
    font-size: 17vw;
  }
}
.mainvisual__r__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .mainvisual__r__list {
    max-width: 83%;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual__r__list__item {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__r__list__item {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .top_about {
    margin-bottom: 60px;
  }
}
.top_about__ttl {
  text-align: center;
  font-weight: 800;
  line-height: 1.3;
}
@media screen and (min-width: 1301px) {
  .top_about__ttl {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 1300px) {
  .top_about__ttl {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .top_about__ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top_about__ttl {
    font-size: 3.5rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .top_about__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .top_about__wrap__l {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .top_about__wrap__l {
    margin-bottom: 35px;
  }
}
.top_about__wrap__l__list {
  color: #fff;
  font-weight: bold;
  text-align: center;
  max-width: 460px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .top_about__wrap__l__list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_about__wrap__l__list {
    margin-bottom: 20px;
  }
}
.top_about__wrap__l__list__item {
  background-color: #000;
  padding: 0.3em 1em;
}
.top_about__wrap__l__list__item:nth-child(1) {
  width: 100%;
}
.top_about__wrap__l__list__item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_about__wrap__l__img {
    width: 80%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .top_about__wrap__r {
    width: 55%;
    margin-bottom: 5%;
  }
}
.top_about__wrap__r__ttl {
  font-weight: bold;
  line-height: 1.5;
  font-size: 2.4rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .top_about__wrap__r__ttl {
    text-align: center;
  }
}
.top_about__wrap__r__ttl__img {
  width: 156px;
  margin: 0 10px;
  display: inline;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .top_about__wrap__r__txt {
    line-height: 2;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_about__wrap__r__txt {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .top_about__wrap__r .btn {
    margin: 0;
    padding: 20px 25px;
  }
}

.top_point {
  margin-bottom: 70px;
}
@media screen and (min-width: 1301px) {
  .top_point .top_ttl {
    margin-bottom: 130px;
  }
}
.top_point__list {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  line-height: 1.5;
}
@media screen and (min-width: 1301px) {
  .top_point__list {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 1300px) {
  .top_point__list {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top_point__list {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1301px) {
  .top_point__list__item {
    width: 21%;
  }
}
@media screen and (max-width: 1300px) {
  .top_point__list__item {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .top_point__list__item {
    width: 47.5%;
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 768px) {
  .top_point__list__item__img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_point__list__item__img {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1301px) {
  .top_point__list__item__ttl {
    font-size: 2.4rem;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 1300px) {
  .top_point__list__item__ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top_point__list__item__ttl {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .top_point__list__item__txt {
    font-size: 1.4rem;
  }
}
.top_point__movie {
  max-width: 914px;
  margin: 0 auto 30px;
}
.top_point__movie__ttl {
  display: table;
  text-align: center;
  font-weight: 900;
  position: relative;
  line-height: 1.3;
  margin: 0 auto 30px;
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  .top_point__movie__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top_point__movie__ttl {
    font-size: 2rem;
  }
}
.top_point__movie__ttl::before, .top_point__movie__ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 3px;
  height: 100%;
  background-color: currentColor;
}
.top_point__movie__ttl::before {
  left: 0;
  transform: rotate(-20deg);
}
.top_point__movie__ttl::after {
  right: 0;
  transform: rotate(20deg);
}
.top_point__movie__ttl span {
  font-family: Helvetica, Arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  font-size: 1.6em;
}
.top_point__movie__cnt {
  aspect-ratio: 16/9;
}
.top_point__movie__cnt iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.top_diff {
  overflow: hidden;
  background-color: #FFEE1F;
  padding-bottom: 70px;
}
.top_diff__wrap {
  position: relative;
  max-width: 1118px;
  text-align: center;
  font-weight: 800;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .top_diff__wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .top_diff__wrap {
    margin-bottom: 40px;
  }
}
.top_diff__wrap::after {
  position: absolute;
  content: "";
  background: url(../img/common/char.png) no-repeat center/100%;
  aspect-ratio: 800/819;
}
@media screen and (min-width: 1001px) {
  .top_diff__wrap::after {
    top: 75%;
    left: 92%;
    width: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .top_diff__wrap::after {
    top: 85%;
    left: 90%;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top_diff__wrap::after {
    left: auto;
    right: -3%;
    top: -50px;
  }
}
.top_diff__wrap__l, .top_diff__wrap__r {
  background-color: #fff;
  padding: 20px 20px 30px;
}
@media screen and (min-width: 768px) {
  .top_diff__wrap__l, .top_diff__wrap__r {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .top_diff__wrap__l {
    margin-bottom: 5%;
  }
}
.top_diff__wrap__l .top_diff__wrap__ttl {
  background-color: #0057E0;
}
@media screen and (min-width: 768px) {
  .top_diff__wrap__l .top_diff__wrap__list__item__ttl {
    display: none;
  }
}
.top_diff__wrap__r .top_diff__wrap__ttl {
  background-color: #EDA723;
}
.top_diff__wrap__ttl {
  color: #fff;
  padding: 5px;
}
@media screen and (min-width: 1301px) {
  .top_diff__wrap__ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1300px) {
  .top_diff__wrap__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .top_diff__wrap__ttl {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1301px) {
  .top_diff__wrap__list {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1300px) {
  .top_diff__wrap__list {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top_diff__wrap__list {
    font-size: 1.8rem;
  }
}
.top_diff__wrap__list__item {
  position: relative;
  border-bottom: 1px solid #838383;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top_diff__wrap__list__item {
    min-height: 4em;
    padding: 10px 1.5em;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .top_diff__wrap__list__item {
    padding: 1em 0;
    justify-content: space-between;
  }
}
.top_diff__wrap__list__item span {
  display: block;
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  .top_diff__wrap__list__item span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.top_diff__wrap__list__item__ttl {
  white-space: nowrap;
  background-color: #000;
  color: #fff;
  padding: 0.2em 1em;
}
@media screen and (min-width: 768px) {
  .top_diff__wrap__list__item__ttl {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .top_diff__wrap__list__item__txt {
    width: calc(100% - 4.5em);
  }
}

@media screen and (min-width: 768px) {
  .top_merit {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top_merit {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 768px) {
  .top_merit__wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .top_merit__wrap {
    margin-bottom: 40px;
  }
}
.top_merit__wrap__ttl {
  font-weight: 800;
  line-height: 1.25;
}
@media screen and (min-width: 1301px) {
  .top_merit__wrap__ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1300px) {
  .top_merit__wrap__ttl {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .top_merit__wrap__ttl {
    margin-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .top_merit__wrap__ttl {
    margin-bottom: 20px;
  }
}
.top_merit__wrap__ttl span {
  display: inline-block;
}
.top_merit__wrap__txt {
  font-weight: bold;
}
.top_merit__list {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .top_merit__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top_merit__list {
    margin-bottom: 40px;
  }
}
.top_merit__list__item {
  border: 12px solid #FFEE1F;
}
@media screen and (min-width: 768px) {
  .top_merit__list__item {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .top_merit__list__item:not(:last-child) {
    margin-bottom: 5%;
  }
}
.top_merit__list__item__ttl {
  background-color: #FFEE1F;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 0;
}
.top_merit__list__item__ttl__num {
  font-family: Helvetica, Arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .top_merit__list__item__ttl__num {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .top_merit__list__item__ttl__num {
    font-size: 2rem;
  }
}
.top_merit__list__item__ttl__jp {
  font-weight: 900;
  width: 3em;
}
@media screen and (min-width: 1001px) {
  .top_merit__list__item__ttl__jp {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1000px) {
  .top_merit__list__item__ttl__jp {
    font-size: 3rem;
  }
}
.top_merit__list__item__cnt {
  padding: 30px 10px 20px;
  text-align: center;
}
.top_merit__list__item__img {
  display: block;
  width: 100%;
  max-width: 270px;
  margin: 0 auto 20px;
}
.top_merit__list__item__txt {
  font-weight: 600;
  min-height: 3em;
}

.top_ext {
  background-color: #FFEE1F;
  padding-bottom: 60px;
}
.top_ext__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 25px;
  line-height: 1.5;
}
.top_ext__img {
  max-width: 868px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top_ext__img {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .top_ext__img {
    margin-bottom: 40px;
  }
}

.top_flow {
  background-color: #FFEE1F;
}
@media screen and (min-width: 768px) {
  .top_flow {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top_flow {
    padding-bottom: 60px;
  }
}
.top_flow__ttl {
  display: table;
  text-align: center;
  font-weight: 900;
  position: relative;
  line-height: 1.3;
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  .top_flow__ttl {
    font-size: 2.4rem;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .top_flow__ttl {
    font-size: 2rem;
    margin: 0 auto 30px;
  }
}
.top_flow__ttl::before, .top_flow__ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 3px;
  height: 100%;
  background-color: currentColor;
}
.top_flow__ttl::before {
  left: 0;
  transform: rotate(-20deg);
}
.top_flow__ttl::after {
  right: 0;
  transform: rotate(20deg);
}
.top_flow__ttl span {
  font-family: Helvetica, Arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  font-size: 1.6em;
}
@media screen and (min-width: 768px) {
  .top_flow__list {
    display: flex;
    justify-content: space-between;
  }
}
.top_flow__list__item {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .top_flow__list__item {
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  .top_flow__list__item:not(:last-child) {
    margin-bottom: 5%;
  }
}
.top_flow__list__item__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top_flow__list__item__wrap__num {
  background-color: #000;
  color: #fff;
  font-family: Helvetica, Arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1301px) {
  .top_flow__list__item__wrap__num {
    width: 72px;
    padding-top: 13px;
  }
}
@media screen and (max-width: 1300px) {
  .top_flow__list__item__wrap__num {
    width: 50px;
    padding-top: 8px;
    font-size: 1.2rem;
  }
}
.top_flow__list__item__wrap__num span {
  display: block;
  color: #FFEE1F;
  font-size: 2em;
}
.top_flow__list__item__wrap__ttl {
  font-weight: 900;
  line-height: 1.2;
  padding: 0 10px;
  min-height: 3em;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1301px) {
  .top_flow__list__item__wrap__ttl {
    width: calc(100% - 72px);
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1300px) {
  .top_flow__list__item__wrap__ttl {
    width: calc(100% - 50px);
    font-size: 1.8rem;
  }
}
.top_flow__list__item__txt {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .top_flow__list__item__txt {
    padding: 20px 10% 25px;
  }
}
@media screen and (max-width: 767px) {
  .top_flow__list__item__txt {
    padding: 15px 5% 25px;
  }
}

.top_svc__list {
  max-width: 1010px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .top_svc__list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 767px) {
  .top_svc__list {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .top_svc__list__item {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .top_svc__list__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.top_svc__list__item__img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .top_svc__list__item__img {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_svc__list__item__img {
    margin: 0 auto 20px;
  }
}
.top_svc__cnt {
  max-width: 1090px;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .top_svc__cnt {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-flow: row-reverse;
  }
}
.top_svc__cnt__l {
  overflow: hidden;
  aspect-ratio: 1.35/1;
}
@media screen and (min-width: 768px) {
  .top_svc__cnt__l {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .top_svc__cnt__l {
    width: 80%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .top_svc__cnt__r {
    width: 55%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top_svc__cnt__r {
    margin-bottom: 30px;
  }
}
.top_svc__cnt__r__ttl {
  font-weight: 800;
  line-height: 1.2;
  background: linear-gradient(transparent 60%, #FFEE1F 0%);
  display: inline;
}
@media screen and (min-width: 1301px) {
  .top_svc__cnt__r__ttl {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1300px) {
  .top_svc__cnt__r__ttl {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top_svc__cnt__r__ttl {
    font-size: 3rem;
  }
}
.top_svc__cnt__r__txt {
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 1301px) {
  .top_svc__cnt__r__txt {
    font-size: 2.4rem;
    margin-top: 35px;
  }
}
@media screen and (max-width: 1300px) {
  .top_svc__cnt__r__txt {
    font-size: 1.8rem;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .top_svc__cnt__r__txt {
    font-size: 1.6rem;
  }
}

.top_faq {
  background-color: #FFEE1F;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .top_faq {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top_faq {
    margin-bottom: 80px;
  }
}
.top_faq__list {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .top_faq__list {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: -2%;
  }
}
@media screen and (max-width: 767px) {
  .top_faq__list {
    margin-bottom: -5%;
  }
}
.top_faq__list__item {
  border: 2px solid;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .top_faq__list__item {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  .top_faq__list__item {
    margin-bottom: 5%;
  }
}
.top_faq__list__item.open .top_faq__list__item__ttl button::after {
  background: url(../img/index/faq_close.svg) no-repeat center/100%;
}
.top_faq__list__item.open .top_faq__list__item__txt {
  padding: 15px 0 10px;
  max-height: unset;
  opacity: 1;
  visibility: visible;
}
.top_faq__list__item__ttl {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.top_faq__list__item__ttl button {
  width: 100%;
  position: relative;
  text-align: left;
  min-height: 3em;
  color: #000;
}
@media screen and (min-width: 1001px) {
  .top_faq__list__item__ttl button {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1000px) {
  .top_faq__list__item__ttl button {
    padding: 0 40px;
  }
}
.top_faq__list__item__ttl button::before, .top_faq__list__item__ttl button::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: Helvetica, Arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  font-weight: bold;
}
.top_faq__list__item__ttl button::before {
  color: #FFEE1F;
  content: "Q";
  left: 0;
  line-height: 1;
}
@media screen and (min-width: 1001px) {
  .top_faq__list__item__ttl button::before {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .top_faq__list__item__ttl button::before {
    font-size: 3.5rem;
  }
}
.top_faq__list__item__ttl button::after {
  right: 0;
  content: "";
  background: url(../img/index/faq_open.svg) no-repeat center/100%;
  aspect-ratio: 1/1;
  transition: 0.2s;
}
@media screen and (min-width: 1001px) {
  .top_faq__list__item__ttl button::after {
    width: 42px;
  }
}
@media screen and (max-width: 1000px) {
  .top_faq__list__item__ttl button::after {
    width: 30px;
  }
}
.top_faq__list__item__txt {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.3s;
}

.top_news {
  margin-bottom: 80px;
}
.top_news__wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_news__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1020px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .top_news__wrap__l {
    text-align: center;
  }
}
.top_news__wrap__l__ttl {
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (min-width: 1301px) {
  .top_news__wrap__l__ttl {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1300px) {
  .top_news__wrap__l__ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .top_news__wrap__l .more {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1001px) {
  .top_news__wrap__r {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .top_news__wrap__r {
    width: calc(90% - 160px);
  }
}
@media screen and (max-width: 767px) {
  .top_news__wrap__r {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.top_news__list {
  font-weight: 800;
  line-height: 1.3;
}
@media screen and (min-width: 1001px) {
  .top_news__list {
    font-size: 2rem;
  }
}
.top_news__list__item {
  border-bottom: 1px solid;
}
.top_news__list__item a {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  opacity: 1;
  transition: all 0.1s ease;
}
.top_news__list__item a:hover {
  opacity: 0.6;
}
.top_news__list__item__day {
  color: #E5881C;
}
@media screen and (min-width: 1001px) {
  .top_news__list__item__ttl {
    width: calc(95% - 120px);
  }
}
@media screen and (max-width: 1000px) {
  .top_news__list__item__ttl {
    width: calc(95% - 90px);
  }
}

.works_wrap {
  background-color: #FFEE1F;
}
@media screen and (min-width: 768px) {
  .works_wrap {
    padding: 70px 7% 80px;
  }
}
@media screen and (max-width: 767px) {
  .works_wrap {
    padding: 40px 5% 60px;
  }
}

.works_cat {
  display: flex;
  flex-flow: wrap;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 1301px) {
  .works_cat {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .works_cat {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .works_cat {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1001px) {
  .works_cat__item {
    width: 22.75%;
    margin-bottom: 2%;
  }
  .works_cat__item:not(:nth-child(4n)) {
    margin-right: 3%;
  }
}
@media screen and (max-width: 1000px) {
  .works_cat__item {
    width: 32%;
    margin-bottom: 2%;
  }
  .works_cat__item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .works_cat__item {
    width: 48%;
    margin-bottom: 4%;
  }
  .works_cat__item:not(:nth-child(3n)) {
    margin-right: auto;
  }
  .works_cat__item:not(:nth-child(2n)) {
    margin-right: 4% !important;
  }
}
.works_cat__item.current a {
  background-color: #EDA723;
  color: #000;
}
.works_cat__item a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  position: relative;
}
@media screen and (min-width: 768px) {
  .works_cat__item a {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  .works_cat__item a {
    padding: 10px 20px;
  }
}
.works_cat__item a {
  transition: 0.1s;
}
.works_cat__item a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-color: currentColor;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  aspect-ratio: 3/5;
  transition: 0.1s;
}
@media screen and (min-width: 768px) {
  .works_cat__item a::after {
    right: 15px;
    width: 8px;
  }
}
@media screen and (max-width: 767px) {
  .works_cat__item a::after {
    right: 10px;
    width: 5px;
  }
}
.works_cat__item a:hover {
  background-color: #EDA723;
  color: #000;
}

.works_list {
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1001px) {
  .works_list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .works_list {
    margin-bottom: -7%;
  }
}
.works_list__item {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .works_list__item {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .works_list__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 767px) {
  .works_list__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.works_list__item__bfr, .works_list__item__aft {
  position: relative;
}
.works_list__item__bfr::before, .works_list__item__aft::before {
  position: absolute;
  background-color: #FFEE1F;
  padding: 1px 1em;
  left: 0;
  top: 0;
  font-family: Helvetica, Arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  font-weight: 600;
}
.works_list__item__bfr img, .works_list__item__aft img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 768px) {
  .works_list__item__bfr {
    width: 37%;
  }
}
@media screen and (max-width: 767px) {
  .works_list__item__bfr {
    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 1px solid;
  }
}
.works_list__item__bfr::before {
  content: "BEFORE";
}
@media screen and (min-width: 768px) {
  .works_list__item__bfr::before {
    left: 1px;
    top: 1px;
  }
}
@media screen and (min-width: 768px) {
  .works_list__item__bfr img {
    border-left: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
}
@media screen and (max-width: 767px) {
  .works_list__item__bfr__cnt {
    display: none;
  }
}
.works_list__item__bfr__cnt {
  background-color: #fff;
  padding: 11% 0.5em;
  text-align: center;
}
.works_list__item__bfr__cnt span {
  display: inline-block;
  position: relative;
  padding-left: 1em;
}
.works_list__item__bfr__cnt span::before {
  position: absolute;
  content: "／";
  left: 0;
  top: 0;
}
.works_list__item__bfr__cnt__site {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.works_list__item__bfr__cnt__site::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2em;
  height: 1px;
  background-color: #838383;
}
.works_list__item__aft {
  border: 1px solid;
}
@media screen and (min-width: 768px) {
  .works_list__item__aft {
    width: 63%;
  }
}
.works_list__item__aft::before {
  content: "AFTER";
}
@media screen and (min-width: 768px) {
  .works_list__item__cnt {
    display: none;
  }
}
.works_list__item__cnt {
  background-color: #fff;
  width: 100%;
  padding: 1em;
  text-align: center;
}
.works_list__item__cnt span {
  display: inline-block;
  position: relative;
  padding-left: 1em;
}
.works_list__item__cnt span::before {
  position: absolute;
  content: "／";
  left: 0;
  top: 0;
}
.works_list__item__cnt__site {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.works_list__item__cnt__site::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2em;
  height: 1px;
  background-color: #838383;
}

.article_post__day {
  margin-bottom: 10px;
}
.article_post img {
  height: auto;
  margin: 15px 0;
}
.article_post p {
  margin: 15px 0;
}

.ttl_topics {
  margin-bottom: 60px;
  font-weight: 800;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .ttl_topics {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_topics {
    font-size: 2.5rem;
  }
}

.list_pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    font-size: 1.4rem;
  }
}
.list_pagination__item a {
  display: block;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px 2em;
  transition: 0.3s;
  opacity: 1;
  transition: all 0.1s ease;
}
.list_pagination__item a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */