@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.header {
  width: 100%;
  height: 75px;
  background-color: #fff;
  box-shadow: 0 3px 13px rgba(6, 77, 137, 0.14);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  box-sizing: border-box;
  padding: 0 48px 0 61px;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .header {
    padding: 0 15px;
  }
}
.header .header__logo a {
  font-size: 17px;
  font-weight: 400;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .header .header__logo a {
    font-size: 15px;
    position: relative;
    z-index: 10000;
  }
}
.header .header__list {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .header .header__list {
    display: none;
  }
}
.header .header__list .header__item a {
  font-size: 13px;
  font-weight: 400;
}
.header .header__list .header__item:nth-child(1), .header .header__list .header__item:nth-child(2), .header .header__list .header__item:nth-child(3) {
  margin-right: 25px;
}
.header .header__list .header__item:nth-child(4) {
  width: 161px;
  height: 43px;
  box-sizing: border-box;
  background: transparent linear-gradient(109deg, #9F076A 0%, #CB1244 100%) 0% 0% no-repeat padding-box;
  border-radius: 45px;
  background-color: #fff;
}
.header .header__list .header__item:nth-child(4) a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.4px;
  width: inherit;
  height: inherit;
}

.container {
  background-image: url("../images/top/body_bg.png");
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .container {
    background-image: url("../images/top/sp-body_bg.png");
    background-size: cover;
  }
}

.fv {
  width: 100%;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .fv {
    height: 500px;
  }
}
@media screen and (max-width: 768px) and (min-width: 500px) {
  .fv {
    height: 70vh;
  }
}
.fv .fv__inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fv .fv__inner .fv__img--content {
  width: 71%;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .fv .fv__inner .fv__img--content {
    width: 88%;
  }
}
.fv .fv__inner .fv__img--content img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .fv__inner .copy {
  position: absolute;
  left: 183px;
  top: 40%;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .fv .fv__inner .copy {
    left: 15px;
    top: 45%;
    width: calc(100% - 15px);
  }
}
.fv .fv__inner .copy h1 {
  width: -moz-max-content;
  width: max-content;
  padding: 5px 13px;
  background-color: #F1F4F7;
  font-size: 25px;
  margin-bottom: 9px;
  letter-spacing: 3.1px;
  line-height: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .fv .fv__inner .copy h1 {
    font-size: 18px;
    letter-spacing: 2px;
    padding: 5px;
    line-height: 27px;
    margin-bottom: 5px;
  }
}
.fv .fv__inner .copy h2 {
  font-size: 35px;
  letter-spacing: 2.46px;
  line-height: 32px;
  margin-bottom: 30px;
  font-weight: 600;
  padding: 10px 13px;
  background-color: #fff;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .fv .fv__inner .copy h2 {
    font-size: 21px;
    margin-top: 0px;
    padding: 5px;
    margin-bottom: 10px;
  }
}
.fv .fv__inner .copy h3 {
  overflow: hidden;
  height: 160px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .fv .fv__inner .copy h3 {
    height: 130px;
  }
}
.fv .fv__inner .copy h3 span {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  font-size: 146px;
  color: #fff;
  display: block;
  height: 160px;
  transition: all 0.1s;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .fv .fv__inner .copy h3 span {
    font-size: 83px;
    margin-top: 10px;
    height: 130px;
  }
}
.fv .fv__inner .copy h3 span.fadeUp {
  opacity: 1;
  animation: mv__innerTtldiv2-2 cubic-bezier(0.72, 0, 0.27, 1) both; /* ゆっくりとした表示速度に調整 */
  animation-duration: 5s;
  animation-delay: -2s;
}
.fv .fv__inner .copy .btns {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .fv .fv__inner .copy .btns {
    flex-direction: column;
    margin-top: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.fv .fv__inner .copy .btns .btn {
  width: 246px;
  height: 57px;
  border-radius: 45px;
  position: relative;
  background: transparent linear-gradient(109deg, #9F076A 0%, #CB1244 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .fv .fv__inner .copy .btns .btn {
    width: 330px;
    height: 70px;
    border-radius: 35px;
  }
}
.fv .fv__inner .copy .btns .btn::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  right: 20px;
  top: 50%;
}
.fv .fv__inner .copy .btns .btn::after {
  content: "ENTRY";
  color: rgba(255, 255, 255, 0.14);
  position: absolute;
  font-size: 35px;
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  right: 27px;
  bottom: -9px;
  letter-spacing: 3px;
}
.fv .fv__inner .copy .btns .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: inherit;
  color: #fff;
  box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.recruitment {
  margin-top: 150px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment {
    margin-top: 0px;
  }
}
.recruitment .recruit__inner {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  margin-top: 60px;
  position: relative;
}
.recruitment nav {
  background-color: #fff;
  width: 100%;
  height: 70px;
  box-shadow: 0 3px 13px rgba(6, 77, 137, 0.14);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 92px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment nav {
    background-color: transparent;
    box-shadow: none;
    padding: 0 15px;
    box-sizing: border-box;
    flex-wrap: wrap;
    height: auto;
    gap: 10px;
    justify-content: space-between;
  }
}
.recruitment nav a {
  font-weight: 400;
  font-size: 13px;
  position: relative;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment nav a {
    width: 48%;
    height: 52px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 13px rgba(6, 77, 137, 0.14);
    border-radius: 10px;
  }
}
.recruitment nav a::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #9F076A;
  border-bottom: 1.5px solid #9F076A;
  transform: translateY(-50%) rotate(45deg);
  right: -20px;
  top: 50%;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment nav a::before {
    right: 15px;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #recruitment {
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.recruitment #recruitment__inner {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  margin-top: 35px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
  padding: 74px 107px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #recruitment__inner {
    padding: 50px 18px;
  }
}
.recruitment #recruitment__inner .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #recruitment__inner .title {
    flex-direction: column;
  }
}
.recruitment #recruitment__inner .title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 31px;
  background-color: #fff;
  color: #9F076A;
  border: 1px solid #9F076A;
  box-sizing: border-box;
  border-radius: 16px;
  font-size: 15px;
  letter-spacing: 1.68px;
  font-weight: 600;
  text-align: center;
}
.recruitment #recruitment__inner .title h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 3.58px;
}
.recruitment #recruitment__inner .contents {
  margin-top: 86px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #recruitment__inner .contents {
    margin-top: 62px;
  }
}
.recruitment #recruitment__inner .contents .content {
  display: flex;
  align-items: flex-start;
  gap: 55px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #recruitment__inner .contents .content {
    gap: 4px;
  }
}
.recruitment #recruitment__inner .contents .content:not(:nth-child(1)) {
  margin-top: 37px;
}
.recruitment #recruitment__inner .contents .content h3 {
  width: 140px;
  letter-spacing: 0.58px;
  font-size: 600;
  color: #9F076A;
  font-size: 16px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #recruitment__inner .contents .content h3 {
    font-size: 14px;
  }
}
.recruitment #recruitment__inner .contents .content p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.58px;
  line-height: 25px;
  width: 595px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #recruitment__inner .contents .content p {
    width: 263px;
    font-size: 14px;
  }
}
.recruitment #recruitment__inner .contents .content p.mt {
  margin-top: 10px;
}
.recruitment #recruitment__inner .contents .content p.mts {
  margin-top: 25px;
}
.recruitment #recruitment__inner .btn {
  width: 280px;
  height: 60px;
  border-radius: 45px;
  position: relative;
  margin: auto;
  margin-top: 106px;
  background: transparent linear-gradient(110deg, #9F076A 0%, #CB1144 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #recruitment__inner .btn {
    margin-top: 82px;
  }
}
.recruitment #recruitment__inner .btn::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  right: 20px;
  top: 50%;
}
.recruitment #recruitment__inner .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: inherit;
  color: #fff;
  box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 1.5px;
}
.recruitment #training {
  width: 100%;
  background-image: url("../images/new/system_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 178px;
  padding-bottom: 178px;
  margin-top: 170px;
}
.recruitment #training__inner .training__inner {
  max-width: 1000px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 13px rgba(6, 77, 137, 0.0823529412);
  box-sizing: border-box;
  padding: 74px 79px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #training__inner .training__inner {
    width: calc(100% - 30px);
    padding: 50px 18px;
    box-sizing: border-box;
  }
}
.recruitment #training__inner .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #training__inner .title {
    flex-direction: column;
  }
}
.recruitment #training__inner .title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 31px;
  background-color: #fff;
  color: #9F076A;
  border: 1px solid #9F076A;
  box-sizing: border-box;
  border-radius: 16px;
  font-size: 15px;
  letter-spacing: 1.68px;
  font-weight: 600;
  text-align: center;
}
.recruitment #training__inner .title h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 3.58px;
}
.recruitment #training__inner .overview {
  background-color: #FAFAFA;
  border-radius: 20px;
  margin-top: 73px;
  padding: 45px 100px 66px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #training__inner .overview {
    padding-left: 33px;
    padding-right: 33px;
  }
}
.recruitment #training__inner .overview h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2.69px;
}
.recruitment #training__inner .overview .overview__list {
  margin-top: 58px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #training__inner .overview .overview__list {
    flex-direction: column;
    align-items: center;
  }
}
.recruitment #training__inner .overview .overview__list .overview__item {
  display: flex;
  gap: 40px;
}
.recruitment #training__inner .overview .overview__list .overview__item:not(:nth-child(1)) {
  margin-top: 45px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #training__inner .overview .overview__list .overview__item {
    flex-direction: column;
  }
}
.recruitment #training__inner .overview .overview__list .overview__item .item__img {
  width: inherit;
  text-align: center;
}
.recruitment #training__inner .overview .overview__list .overview__item img {
  width: 115px;
}
.recruitment #training__inner .overview .overview__list .overview__item h4 {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #training__inner .overview .overview__list .overview__item h4 {
    text-align: center;
  }
}
.recruitment #training__inner .overview .overview__list .overview__item p {
  margin-top: 17px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.recruitment #training__inner .curriculum {
  margin-top: 80px;
}
.recruitment #training__inner .curriculum h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2.69px;
}
.recruitment #training__inner .curriculum p {
  font-size: 15px;
  margin-top: 30px;
  text-align: center;
}
.recruitment #training__inner .curriculum .curriculum__contents {
  background-color: #FAFAFA;
  border-radius: 20px;
  padding: 43px 57px 78px;
  margin-top: 30px;
  height: 625px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #training__inner .curriculum .curriculum__contents {
    padding: 42px 15px;
    height: 1151px;
  }
}
.recruitment #training__inner .curriculum .curriculum__contents .content__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #training__inner .curriculum .curriculum__contents .content__top {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #training__inner .curriculum .curriculum__contents .content__top .cover {
    text-align: center;
  }
}
.recruitment #training__inner .curriculum .curriculum__contents .content__top .cover:nth-child(1) img {
  width: 318px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #training__inner .curriculum .curriculum__contents .content__top .cover:nth-child(1) img {
    width: calc(100% - 50px);
  }
}
.recruitment #training__inner .curriculum .curriculum__contents .content__top .cover:nth-child(2) img {
  width: 322px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #training__inner .curriculum .curriculum__contents .content__top .cover:nth-child(2) img {
    width: calc(100% - 50px);
  }
}
.recruitment #training__inner .curriculum .curriculum__contents .content__center {
  margin-top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #training__inner .curriculum .curriculum__contents .content__center {
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #training__inner .curriculum .curriculum__contents .content__center .cover {
    text-align: center;
  }
}
.recruitment #training__inner .curriculum .curriculum__contents .content__center .cover img {
  width: 159px;
}
.recruitment #training__inner .curriculum .curriculum__contents .content__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #training__inner .curriculum .curriculum__contents .content__bottom {
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #training__inner .curriculum .curriculum__contents .content__bottom .cover {
    text-align: center;
  }
}
.recruitment #training__inner .curriculum .curriculum__contents .content__bottom .cover:nth-child(1) img {
  width: 322px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #training__inner .curriculum .curriculum__contents .content__bottom .cover:nth-child(1) img {
    width: calc(100% - 50px);
  }
}
.recruitment #training__inner .curriculum .curriculum__contents .content__bottom .cover:nth-child(2) img {
  width: 322px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #training__inner .curriculum .curriculum__contents .content__bottom .cover:nth-child(2) img {
    width: calc(100% - 50px);
  }
}
.recruitment #training__inner .flow {
  margin-top: 80px;
}
.recruitment #training__inner .flow h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2.69px;
}
.recruitment #training__inner .flow .flow__list {
  background-color: #FAFAFA;
  border-radius: 20px;
  margin-top: 39px;
  padding: 69px 80px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #training__inner .flow .flow__list {
    padding: 41px 15px;
  }
}
.recruitment #training__inner .flow .flow__list .flow__item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}
.recruitment #training__inner .flow .flow__list .flow__item:not(:nth-child(1)) {
  margin-top: 40px;
}
.recruitment #training__inner .flow .flow__list .flow__item:nth-child(1) .item__right h4 {
  color: #D86CB2;
}
.recruitment #training__inner .flow .flow__list .flow__item:nth-child(2) .item__right h4 {
  color: #CB2D94;
}
.recruitment #training__inner .flow .flow__list .flow__item:nth-child(3) .item__right h4 {
  color: #9F076A;
}
.recruitment #training__inner .flow .flow__list .flow__item:nth-child(4) .item__right h4 {
  color: #690546;
}
.recruitment #training__inner .flow .flow__list .flow__item .item__left img {
  width: 100px;
}
.recruitment #training__inner .flow .flow__list .flow__item .item__right {
  width: 557px;
}
.recruitment #training__inner .flow .flow__list .flow__item .item__right h4 {
  color: #166CE7;
  font-size: 16px;
  font-weight: 400;
}
.recruitment #training__inner .flow .flow__list .flow__item .item__right p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 10px;
}
.recruitment #training__inner .last {
  margin-top: 71px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .recruitment #training__inner .last {
    margin-top: 40px;
  }
}

.middle {
  display: flex;
  margin-top: 192px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .middle {
    flex-direction: column;
    margin-top: 138px;
  }
}
.middle .middle__left {
  width: 46%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .middle .middle__left {
    width: calc(100% - 24px);
  }
}
.middle .middle__left img {
  width: 100%;
  margin-top: -90px;
  position: relative;
  height: 100%;
  border-radius: 0 60px 0 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .middle .middle__left img {
    margin-top: 0;
  }
}
@media screen and (min-width: 1355px) {
  .middle .middle__left img {
    -o-object-position: 0;
       object-position: 0;
  }
}
.middle .middle__left h2 {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 13px;
  background-color: #fff;
  font-size: 31px;
  font-weight: 600;
  letter-spacing: 3.1px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .middle .middle__left h2 {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.middle .middle__left h2.first {
  bottom: 320px;
  left: 117px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .middle .middle__left h2.first {
    left: 15px;
    bottom: 70px;
  }
}
.middle .middle__left h2.second {
  bottom: 255px;
  left: 117px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .middle .middle__left h2.second {
    left: 15px;
    bottom: 30px;
  }
}
.middle .middle__right {
  width: calc(54% + 60px);
  background-color: #fff;
  margin-left: -60px;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  padding: 94px 183px 63px 183px;
  border-radius: 60px 0 0 0;
  height: calc(100% - 60px);
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .middle .middle__right {
    width: calc(100% - 15px);
    margin-left: auto;
    padding: 0 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
    box-sizing: border-box;
  }
}
.middle .middle__right .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.middle .middle__right .title h3 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 4.48px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .middle .middle__right .title h3 {
    font-size: 30px;
    letter-spacing: 3.36px;
    text-align: center;
  }
}
.middle .middle__right p {
  width: 426px;
  margin: auto;
  line-height: 38px;
  margin-top: 54px;
  font-weight: 400;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .middle .middle__right p {
    width: 100%;
    margin-top: 26px;
  }
}
.middle .middle__right .btn {
  width: 265px;
  height: 57px;
  border-radius: 29px;
  position: relative;
  margin: auto;
  margin-top: 40px;
  background-color: #fff;
  border: 1px solid #9F076A;
}
.middle .middle__right .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: inherit;
  color: #9F076A;
  box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 1.5px;
  font-weight: 600;
}

@media screen and (max-width: 768px) and (min-width:360px) {
  .qa__container {
    position: relative;
  }
  .qa__container::before {
    content: "";
    position: absolute;
    background-image: url("../images/middle/sp-circle.png");
    width: 303px;
    right: 0;
    top: 10%;
    height: 384px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

#qa {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  margin-top: 195px;
  padding-bottom: 195px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  #qa {
    margin-top: 100px;
    padding: 0 30px 150px;
    box-sizing: border-box;
  }
}
#qa h2 {
  font-size: 40px;
  letter-spacing: 4.48px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  #qa h2 {
    font-size: 32px;
  }
}
#qa .accordion {
  margin-top: 98px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  #qa .accordion {
    margin-top: 50px;
  }
}
#qa .accordion__container {
  width: 300px;
  margin: 0 auto;
}
#qa .accordion__title {
  background-color: #D2DAE2;
  padding: 37px 60px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 20px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  #qa .accordion__title {
    padding: 11px 16px;
    min-height: 95.5px;
    display: flex;
    align-items: center;
  }
}
#qa .accordion__title h3 {
  font-size: 20px;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 600;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  #qa .accordion__title h3 {
    font-size: 17px;
    text-indent: -2em;
    padding-left: 2em;
    width: 76%;
  }
}
#qa .accordion__title::before, #qa .accordion__title::after {
  content: "";
  display: block;
  background-color: #495264;
  position: absolute;
  top: 50%;
  width: 23px;
  height: 2px;
  right: 25px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  #qa .accordion__title::before, #qa .accordion__title::after {
    width: 20px;
  }
}
#qa .accordion__title::after {
  transform: rotate(90deg);
  transition-duration: 0.3s;
}
#qa .accordion__title.is-active::before {
  opacity: 0;
}
#qa .accordion__title.is-active::after {
  transform: rotate(0);
}
#qa .accordion__content {
  padding: 0 60px;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #fff;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  #qa .accordion__content {
    padding: 0 16px;
  }
}
#qa .accordion__content.is-open {
  padding: 30px 60px;
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  #qa .accordion__content.is-open {
    padding: 27px 16px;
  }
}
#qa .accordion__content span {
  font-size: 22px;
  letter-spacing: 3.52px;
}
#qa .accordion__content p {
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
}

.footer {
  background-color: #495264;
  box-sizing: border-box;
  padding: 50px 30px;
  position: relative;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .footer {
    padding-top: 79px;
  }
}
.footer .footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .footer .footer__top {
    flex-direction: column;
  }
}
.footer .footer__top h2 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.9px;
  font-weight: 600;
}
.footer .footer__top .footer__list {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .footer .footer__top .footer__list {
    flex-direction: column;
    margin-top: 70px;
  }
}
.footer .footer__top .footer__list li a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.footer .footer__bottom {
  text-align: center;
  margin-top: 174px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .footer .footer__bottom {
    margin-top: 90px;
  }
}
.footer .footer__bottom h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.footer .footer__bottom p {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.39px;
  color: #fff;
  margin-top: 16px;
}
.footer small {
  margin-top: 35px;
  text-align: center;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #B2B2B2;
  letter-spacing: 0.72px;
}

.hamburger {
  display: none;
}

@media screen and (max-width: 600px) {
  .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 40px;
    height: 25px;
    position: fixed;
    z-index: 11;
    right: 15px;
    top: 25px;
  }
  .hamburger .menu__lines {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .hamburger span {
    transition: all 0.3s;
    width: 40px;
    display: block;
    height: 2px;
    background-color: #9F076A;
  }
  .hamburger.is-open .line__top {
    transform: rotate(35deg);
    transition: all 0.3s;
    background-color: #9F076A;
  }
  .hamburger.is-open .line__center {
    transition: all 0.3s;
    opacity: 0;
  }
  .hamburger.is-open .line__bottom {
    transform: rotate(-35deg);
    transition: all 0.3s;
    margin-top: -25px;
    background-color: #9F076A;
  }
  .btns {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 57px !important;
  }
}
@media screen and (max-width: 600px) and (max-width: 768px) and (min-width:360px) {
  .btns {
    flex-direction: column;
    margin-top: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 600px) {
  .btns .btn {
    width: 246px;
    height: 57px;
    border-radius: 45px;
    position: relative;
    background: transparent linear-gradient(109deg, #9F076A 0%, #CB1244 100%) 0% 0% no-repeat padding-box;
  }
}
@media screen and (max-width: 600px) and (max-width: 768px) and (min-width:360px) {
  .btns .btn {
    width: 330px;
    height: 70px;
    border-radius: 35px;
  }
}
@media screen and (max-width: 600px) {
  .btns .btn::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
    right: 20px;
    top: 50%;
  }
  .btns .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: inherit;
    color: #fff;
    box-sizing: border-box;
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}
.h-menu__container {
  display: none;
}

.h-menu__shadow {
  display: none;
}

@media screen and (max-width: 600px) {
  .h-menu__container {
    display: block;
    position: fixed;
    top: 74px;
    right: -100%;
    padding: 40px 40px 75px 40px;
    transition: all 0.3s;
  }
  .h-menu__container.is-open {
    width: 100%;
    height: 60dvh;
    background-color: #fff;
    top: 74px;
    right: 0;
    box-sizing: border-box;
    overflow-y: scroll;
    z-index: 10;
    text-align: center;
    box-shadow: 0 3px 13px rgba(6, 77, 137, 0.0823529412);
  }
  .h-menu__shadow.is-open {
    width: 100%;
    position: fixed;
    left: 0;
    top: 75px;
    height: 100dvh;
    display: block;
    background: rgba(0, 0, 0, 0.6);
  }
  .menu__list {
    padding-top: 40px;
  }
  .h-menu__container .menu__items {
    /* margin-top: 20px; */
    padding: 25px 0;
    text-align: left;
    border-bottom: 1px solid #F4F4F4;
  }
  .h-menu__container .menu__items:nth-child(1) {
    border-top: 1px solid #F4F4F4;
  }
  .h-menu__container .menu__items a {
    color: #495264;
    font-size: 18px;
    position: relative;
    font-weight: 400;
  }
}/*# sourceMappingURL=middle.css.map */