@charset "UTF-8";
/*===========================
変数設定
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
html {
  font-size: 62.5%; /* ルートのフォントサイズを10pxに設定 */
  font-family: "Lato", "Helvetica Neue", Arial, "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

body {
  font-size: 1.6rem; /* bodyのフォントサイズを1.6em（16px）に設定 */
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333;
  background: linear-gradient(-45deg, #ffdae6, #d6e5ff, #e3ffea, #fffcdb) fixed;
  background-size: 600% 100%;
  animation: body-gradient 2s ease infinite;
}

@keyframes body-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.body_block {
  width: 100%;
  max-width: 425px;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
}

.bg_white {
  background: #fff;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 5rem; /* 50px */
}

h2 {
  font-size: 2.2rem; /* 32px */
  font-weight: bold;
  text-align: center;
}

h3 {
  font-size: 1.8rem; /* 20px */
}

p {
  font-size: 1.4rem; /* 14px */
  line-height: 2;
}

a {
  color: #fff;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.red-pink {
  color: #fe4e4e;
}

.red-pink_bg {
  background: #e46e89;
  color: #fff;
  padding: 1% 1%;
  margin: 0 1%;
}

header .header {
  background: #ba8eef;
  text-align: center;
  padding: 1% 0;
}
header .header img {
  width: 22%;
  vertical-align: middle;
  margin-bottom: 1%;
}
header .present {
  animation-name: gradationAnimation;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  margin-bottom: 5%;
  padding: 5% 0;
  text-align: center;
}
header .present img {
  width: 90%;
}

.campaign h2 {
  background: #fe4e4e;
  color: #fff;
  padding: 2% 0;
}
.campaign .bg {
  background: url(../images/campaign_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 14% 0 6%;
}
.campaign .wrap {
  width: 88%;
  margin: 0 auto;
  background: #fff;
  border: #ffba00 solid 4px;
}
.campaign .campaign_deco {
  width: 50%;
  margin-top: -14%;
  margin-left: -5%;
}
.campaign .wrap {
  padding: 5% 0;
}
.campaign .wrap .campaign_copy {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.campaign .wrap h3 {
  display: inline-block;
  position: relative;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0 7% 0 4%;
  background: #333;
  color: #fff;
  box-sizing: border-box;
  margin-top: 8%;
  font-size: 1.6rem;
}
.campaign .wrap h3:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.campaign .wrap h3:after {
  top: 0;
  right: 0;
  border-width: 18px 12px 18px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.campaign .wrap p {
  margin: 2% 5%;
  font-size: 1.6rem;
  text-align: justify;
  line-height: 2;
}
.campaign .annotation {
  text-align: right;
  margin: 2% 5%;
}

.room {
  text-align: center;
}
.room h2 {
  background: #d9efe6;
  padding: 10% 0 7%;
  margin-top: -2%;
}
.room .sec_en {
  display: block;
  margin: 5% auto;
  max-width: 27%;
}
.room .sub_ttl {
  background: #6bb396;
  padding: 3% 5%;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  border-radius: 5px;
  position: relative;
  margin-top: -5%;
  z-index: 100;
}
.room .sub_ttl::before {
  border-color: #6bb396 transparent transparent;
  border-width: 15px 6px 0;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 80%);
  width: 0;
}
.room .office_img {
  margin-bottom: 2%;
  border-radius: 10px;
  border: solid 3px #6bb396;
}
.room .office ul {
  display: flex;
  width: 92%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.room .office li {
  margin: 0 1% 6%;
  position: relative;
  width: 48%;
}
.room .office .ttl {
  width: 40%;
  margin-bottom: 15px;
}
.room .office .office01 {
  width: 98%;
}
.room .content_ttl {
  color: #6bb396;
  font-weight: bold;
}
.room .photo_swiper .ttl {
  width: 40%;
  margin-bottom: 10px;
}
.room .photo_swiper .txt {
  width: 98%;
  margin-bottom: 10px;
}
.room .swiper {
  margin-bottom: 12%;
}
.room .swiper-button-next, .room .swiper-button-prev {
  position: absolute;
  top: 68%;
}
.room .swiper .swiper-slide img {
  margin: 0 0 5% 0;
}
.room .office {
  background: #fff;
  padding: 6% 0;
}

.comic {
  background: url(../images/comic_bg.jpg) no-repeat top center;
  background-size: 100%;
  text-align: center;
  padding-bottom: 3%;
  position: relative;
  margin-top: 25%;
  margin-bottom: 10%;
}
.comic h2 {
  padding: 10% 0 7%;
}
.comic .comic_inner {
  width: 96%;
  margin-left: 4%;
  margin-top: 38%;
}
.comic .comic_title {
  position: absolute;
  top: 0;
  margin-top: -12%;
  margin-bottom: 5%;
}
.comic .sec_en {
  display: block;
  margin: 0 auto 5%;
  max-width: 12%;
}
.comic .sub_ttl {
  background: #fd366e;
  padding: 3% 5%;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  border-radius: 5px;
  position: relative;
  margin-top: -5%;
  z-index: 100;
}
.comic .sub_ttl::before {
  border-color: #fd366e transparent transparent;
  border-width: 15px 6px 0;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 80%);
  width: 0;
}
.comic .comic_click {
  background: linear-gradient(90deg, #fd366e 0%, #fd8096 100%);
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 100px;
  padding: 2% 5%;
  height: 50px;
  width: 80%;
  margin: 7% auto;
  justify-content: center;
}
.comic .close_click {
  background: #fff;
  display: flex;
  align-items: center;
  color: #333;
  border-radius: 100px;
  padding: 2% 5%;
  height: 50px;
  width: 80%;
  margin: 7% auto;
  justify-content: center;
  border: #333 solid 2px;
}
.comic .comic_icon {
  width: 48px;
  margin: 2% 0;
}
.comic .comic_icon img {
  width: 60%;
}
.comic .comic_click:hover {
  opacity: 0.8;
}

/*ポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  padding: 0;
  background: transparent;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 30px;
  margin: 10px auto;
  padding: 8px 16px;
  color: #fff;
  background: #0c0d62;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s ease;
}

.comic_bg {
  padding: 10px;
  width: 94%;
  background-color: white;
  margin: 50px auto;
}

.close_btn_bottom {
  bottom: 0;
}

/*ポップアップココまで*/
.cta {
  background: #ea7461;
  padding: 10% 0 3%;
}
.cta h2 {
  width: 88%;
  margin: 0 auto;
  position: relative;
}
.cta h2 .cta_en {
  width: 16%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.cta h2 .cta_ttl {
  width: 96%;
}
.cta h2 .cta_subttl {
  display: inline-block;
  background: #fff;
  color: #ea7461;
  font-size: 1.4rem;
  line-height: 2;
  margin: 3% auto;
  padding: 0 5%;
  border-radius: 100px;
  letter-spacing: 0;
  width: 94%;
}
.cta .wrap {
  width: 88%;
  margin: 10% auto 8%;
  background: #fff;
  padding: 8% 5% 8%;
  position: relative;
}
.cta .wrap .cta_img {
  width: 58%;
  position: absolute;
  top: -35px;
  right: -17px;
  display: inline-block;
}
.cta .wrap .consultation {
  display: inline-block;
  background: #333;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  padding: 2%;
  margin-bottom: 3%;
}
.cta .wrap h3 {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: #ea7461 solid 2px;
  padding-bottom: 2%;
  letter-spacing: 0.2em;
}
.cta .wrap p {
  font-size: 1.6rem;
  margin: 5% 0;
}
.cta .wrap .line_btn {
  background: #06c755;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 100px;
  padding: 2% 5%;
  height: 50px;
}
.cta .wrap .line_btn:hover {
  opacity: 0.8;
}
.cta .wrap .line_icon {
  width: 45px;
  margin: 2% 10% 2% 2%;
}
.cta .wrap .line_icon img {
  width: 80%;
}
.cta .wrap .mail_btn {
  background: #ffffff;
  display: flex;
  align-items: center;
  color: #ea7461;
  border-radius: 100px;
  padding: 2% 5%;
  border: solid 2px #ea7461;
  height: 50px;
  margin-top: 4%;
}
.cta .wrap .mail_btn:hover {
  opacity: 0.8;
}
.cta .wrap .mail_icon {
  width: 40px;
  margin: 2% 10% 2% 2%;
}
.cta .wrap .mail_icon img {
  width: 80%;
}

.staff_support {
  padding: 10% 0;
  animation-name: gradationAnimation;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.staff_support .imgbox {
  width: 88%;
  margin: 0 auto 40px;
}
.staff_support .imgbox .staff_support_img01 {
  box-shadow: 7px 7px #ffdddc;
  width: 35%;
  margin-left: 62%;
}
.staff_support .imgbox .staff_support_img02 {
  box-shadow: 10px 10px #e5f9fd;
  width: 57%;
  margin-top: -5%;
}
.staff_support .imgbox .staff_support_img03 {
  box-shadow: 8px 8px #efe6f9;
  width: 45%;
  margin-left: 50%;
  margin-top: -5%;
}
.staff_support .textbox {
  background: #ffffff;
  width: 88%;
  margin: 0 auto;
  padding: 5% 5%;
  line-height: 2;
}
.staff_support .textbox p {
  margin: 5% 0;
  text-align: justify;
}

.what {
  padding-bottom: 5%;
}
.what h2 {
  padding: 5% 0;
  background: #d9ccee;
  position: relative;
}
.what h2 .what_deco {
  width: 22%;
  position: absolute;
  top: -12%;
  right: 10%;
}
.what h2 .what_en {
  width: 12%;
  margin: 0% auto 4%;
}
.what p {
  text-align: justify;
}
.what .chatlady_bg {
  background: #f7f3fd;
  padding: 8% 0;
}
.what .box {
  width: 88%;
  margin: 0 auto;
  background: #fff;
  padding: 4% 2%;
  border-radius: 10px;
  position: relative;
}
.what .box .what_sub_ttl {
  width: 60%;
  position: absolute;
  top: -6%;
  left: 50%;
  transform: translate(-50%);
}
.what .box .flexbox {
  display: flex;
  width: 92%;
  justify-content: center;
  margin: 0 auto;
}
.what .box .flexbox .text {
  width: 90%;
}
.what .box .flexbox h3 {
  font-size: 1.6rem;
  color: #e46e89;
  font-weight: bold;
  border-bottom: #e46e89 solid 2px;
  padding-top: 10%;
  margin-bottom: 5%;
}
.what .box .flexbox .chatlady_icon {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.what .box .flexbox .chatlady_icon img {
  width: 86%;
}
.what .photo p {
  padding: 0 6%;
  margin: 5% auto;
}
.what .photo .flexbox {
  position: relative;
  padding-top: 36%;
}
.what .photo li:nth-of-type(1) {
  width: 50%;
  position: absolute;
  top: 0;
}
.what .photo li:nth-of-type(2) {
  width: 50%;
  position: absolute;
  top: 50%;
}
.what .photo li:nth-of-type(3) {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.insert .indsert_box {
  position: relative;
}
.insert .insert_logo {
  position: absolute;
  width: 28%;
  top: 11%;
  left: 4%;
}
.insert .insert_logo03 {
  position: absolute;
  width: 28%;
  top: 11%;
  right: 4%;
}

.trouble {
  background: #e7eaf4;
  padding: 5% 0;
}
.trouble h2 {
  padding: 5% 0;
  position: relative;
}
.trouble h2 .trouble_deco {
  width: 8%;
  position: absolute;
  top: 13%;
  right: 20%;
}
.trouble h2 .trouble_en {
  width: 18%;
  margin: 0% auto 4%;
}
.trouble ul {
  width: 88%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.trouble ul li {
  border-radius: 100px;
  padding: 4% 8%;
  display: inline-block;
}
.trouble ul li:nth-child(even) {
  background: #fff;
  margin: auto 0 0 auto;
  margin-top: 7%;
}
.trouble ul li:nth-child(odd) {
  background: #576fa2;
  color: #fff;
  margin-top: 7%;
}
.trouble ul li:nth-of-type(1) {
  position: relative;
  margin-top: 0;
}
.trouble ul li:nth-of-type(1):before {
  border-color: #576fa2 transparent transparent;
  border-width: 16px 0px 0px 12px;
  bottom: 0;
  content: "";
  height: 0;
  left: 20%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 0;
}
.trouble ul li:nth-of-type(2) {
  position: relative;
}
.trouble ul li:nth-of-type(2):before {
  border-color: #fff transparent transparent;
  border-width: 16px 0px 0px 12px;
  bottom: 0;
  content: "";
  height: 0;
  right: 13%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 0;
}
.trouble ul li:nth-of-type(3) {
  position: relative;
}
.trouble ul li:nth-of-type(3):before {
  border-color: #576fa2 transparent transparent;
  border-width: 16px 0px 0px 12px;
  bottom: 0;
  content: "";
  height: 0;
  left: 20%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 0;
}
.trouble ul li:nth-of-type(4) {
  position: relative;
}
.trouble ul li:nth-of-type(4):before {
  border-color: #ffffff transparent transparent;
  border-width: 16px 0px 0px 12px;
  bottom: 0;
  content: "";
  height: 0;
  right: 13%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 0;
}
.trouble ul li:nth-of-type(5) {
  position: relative;
}
.trouble ul li:nth-of-type(5):before {
  border-color: #576fa2 transparent transparent;
  border-width: 16px 0px 0px 12px;
  bottom: 0;
  content: "";
  height: 0;
  left: 20%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 0;
}
.trouble .end {
  position: relative;
  text-align: center;
  margin-bottom: -20%;
}
.trouble .end .trouble_deco02 {
  width: 16%;
  margin-bottom: -16%;
  margin-left: 16%;
  transform: translate(-50%);
}
.trouble .end .trouble_bg {
  width: 88%;
  margin: 5% auto 0;
}
.trouble .end .trouble_deco03 {
  width: 28%;
  position: absolute;
  bottom: -10%;
  right: 2%;
}

.support {
  text-align: center;
  margin-top: 30%;
}
.support h2 {
  background: #e46e89;
  padding: 12% 0 7%;
  margin-top: -9%;
}
.support .support_deco {
  width: 22%;
  display: inline-block;
  margin-left: -75%;
  margin-bottom: -40px;
  z-index: 2;
  position: relative;
}
.support .support_en {
  display: block;
  margin: 5% auto -3%;
  max-width: 20%;
}
.support .sub_ttl {
  background: #fff;
  padding: 3% 7%;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  border-radius: 100px;
  border: #e46e89 solid 3px;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 8%;
}
.support ul {
  text-align: left;
}
.support ul li:nth-of-type(odd) {
  background: #fff0f2;
}
.support ul .box {
  width: 88%;
  margin: 0 auto;
  padding: 5% 0;
}
.support ul .title {
  display: flex;
  align-items: center;
  margin: 5% auto;
}
.support ul .support_nb {
  width: 80%;
}
.support ul h3 {
  color: #e46e89;
  font-weight: bold;
}
.support ul .nb_box {
  width: 90px;
}
.support ul p {
  margin: 5% auto 1%;
  text-align: justify;
  letter-spacing: 0.15em;
}
.support ul .nb_textbox {
  display: flex;
  align-items: center;
  margin: 4% auto;
}
.support ul .nb_textbox p {
  width: 80%;
  margin: 0;
}
.support ul .nb_textbox .support_icon {
  width: 70%;
  margin-left: 20%;
}

.salary {
  background: #d9efe6;
  padding-bottom: 10%;
}
.salary h2 {
  padding: 15% 0 5%;
  position: relative;
  margin-top: 20%;
}
.salary h2 .salary_deco {
  width: 18%;
  position: absolute;
  top: -18%;
  left: 40%;
}
.salary h2 .salary_en {
  width: 16%;
  margin: 0% auto 3%;
}
.salary .wrap {
  width: 88%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.salary .wrap h3 {
  background: #6bb396;
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 5% 0;
  font-size: 1.6rem;
}
.salary .wrap h3 .bg {
  background: #fff;
  color: #6bb396;
  padding: 1%;
  line-height: 1.8;
}
.salary .wrap .graph {
  width: 90%;
  margin: 8% 0;
}

.merit h2 {
  padding: 10% 0 6%;
  position: relative;
}
.merit h2 .merit_deco {
  width: 28%;
  position: absolute;
  top: 16%;
  left: 6%;
}
.merit h2 .merit_en {
  width: 14%;
  margin: 0% auto 4%;
}
.merit ul {
  display: flex;
  width: 92%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.merit li {
  margin: 0 2% 6%;
  position: relative;
  width: 46%;
}
.merit .merit_nb {
  position: absolute;
  top: 3%;
  right: 6%;
  width: 30%;
}
.merit .merit_img {
  margin-bottom: 5%;
  border-radius: 20px;
  border: solid 4px #f1e3fc;
}
.merit .content_ttl {
  color: #9f6cd7;
  font-weight: bold;
}
.merit p {
  line-height: 1.6;
}

.workmodel {
  animation-name: gradationAnimation;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  padding: 5% 0;
}
.workmodel h2 {
  padding: 5% 0 8%;
  position: relative;
}
.workmodel h2 .workmodel_deco {
  width: 22%;
  position: absolute;
  top: -2%;
  right: 10%;
}
.workmodel h2 .workmodel_en {
  width: 26%;
  margin: 0% auto 4%;
}
.workmodel li {
  background: #fff;
  width: 88%;
  margin: 0 auto 8%;
  padding: 0 15px 30px;
}
.workmodel li .workmodel_img {
  width: 30%;
  margin: 0 auto;
  position: relative;
  line-height: 1.2;
}
.workmodel li .f-workmodel_name {
  display: inline-block;
  background: #ba8eef;
  color: #fff;
  border-radius: 0 0 5px 5px;
  position: absolute;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 4% 0 8%;
  width: 95px;
  text-align: center;
  right: -120%;
}
.workmodel li .s-workmodel_case {
  font-size: 1.2rem;
}
.workmodel li .img-workmodel_img {
  margin-top: 30px;
  margin-bottom: 20px;
  border: solid #ba8eef 3px;
  border-radius: 70px;
}
.workmodel li .s-worktime {
  background: #ba8eef;
  color: #fff;
  border-radius: 50px;
  padding: 1% 5%;
  display: inline-block;
  font-size: 1.4rem;
}
.workmodel li .s-workmodel_subttl {
  font-weight: bold;
  display: block;
  letter-spacing: 0.15em;
  margin: 2% 0;
}
.workmodel li h3 {
  border-bottom: dashed #333 1px;
  margin-bottom: 2%;
}
.workmodel li .s-perday {
  display: inline-block;
  border: #333 solid 1px;
  padding: 0 2%;
  border-radius: 5px;
  margin-top: 3%;
}
.workmodel li .s-salay_peraday {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
}
.workmodel li .s-permonth {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 0 2%;
  border-radius: 5px;
  margin-top: 2%;
  position: relative;
}
.workmodel li .s-permonth::before {
  border-color: #333 transparent transparent;
  border-width: 20px 2px 5px 6px;
  bottom: 0;
  content: "";
  height: 0;
  left: 80%;
  position: absolute;
  transform: rotate(50deg) translateY(25px);
  width: 0;
}
.workmodel li .img-workmodel_price {
  display: block;
  width: 80%;
  margin-top: 5%;
}
.workmodel li .f-workmodel_name02, .workmodel li .s-worktime02 {
  background: #ff8a8a;
}
.workmodel li .mg-workmodel_img02 {
  border: solid #ff8a8a 3px;
}
.workmodel li .f-workmodel_name03, .workmodel li .s-worktime03 {
  background: #ffba00;
}
.workmodel li .mg-workmodel_img03 {
  border: solid #ffba00 3px;
}

.voice {
  background: url(../images/voice_bg.jpg) no-repeat top center fixed;
  background-size: cover;
  padding-bottom: 1%;
}
.voice h2 {
  background: #d9ccee;
  padding: 12% 0 5%;
}
.voice h2 .ttl {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.voice h2 .voice_en {
  margin: 0 auto 4%;
  max-width: 12%;
}
.voice h2 .voice_deco {
  width: 14%;
  display: inline-block;
  margin-left: -80%;
  margin-bottom: -30px;
  z-index: 2;
  position: relative;
}
.voice h2 .sub_ttl {
  background: #fff;
  padding: 3% 7%;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  border-radius: 100px;
  border: #d9ccee solid 3px;
  position: relative;
  z-index: 1;
  display: block;
  margin: -3% 11% -15%;
}
.voice ul {
  margin-top: 18%;
}
.voice ul .li-box {
  width: 88%;
  margin: 0 auto;
  background: #fff;
  padding: 0 5% 8%;
  margin: 10% auto;
}
.voice ul .li-box .voice_no {
  width: 20%;
}
.voice ul .li-box .flexbox {
  display: flex;
  margin: 7% auto;
}
.voice ul .li-box h3 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 3%;
}

.office {
  background: #fff;
  padding: 10% 0;
}
.office .office_en {
  width: 14%;
  margin: 0 auto 3%;
}
.office .wrap {
  width: 88%;
  margin: 0 auto 5%;
}
.office .wrap h3 {
  font-weight: bold;
  border-bottom: #ffba00 solid 1px;
  padding: 0 2%;
  margin: 5% 0 2%;
}
.office .wrap p {
  padding: 0 2%;
  line-height: 1.6;
}
.office .photo_area {
  position: relative;
}
.office .photo_area .room_deco01 {
  position: absolute;
  top: 26%;
  left: 5%;
  width: 50%;
  z-index: 100;
}
.office .photo_area .room_deco02 {
  position: absolute;
  top: 29%;
  right: 2%;
  width: 30%;
  z-index: 100;
}
.office .photo_area .room_deco03 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28%;
  z-index: 100;
}
.office .photo_area .room_deco04 {
  position: absolute;
  bottom: 13%;
  right: 7%;
  width: 36%;
  z-index: 100;
}
.office .photo_area ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.office .photo_area ul li:nth-of-type(1) {
  margin-top: 10px;
  width: 48%;
}
.office .photo_area ul li:nth-of-type(2) {
  width: 48%;
  margin-top: 10px;
  margin-left: 10px;
}
.office .photo_area ul li:nth-of-type(3) {
  width: 32%;
  margin: 7px 7px 0px 45px;
}
.office .photo_area ul li:nth-of-type(4) {
  width: 32%;
  margin: 7px 7px 0 0;
}
.office .photo_area ul li:nth-of-type(5) {
  width: 24%;
  margin: 7px 7px 0 0;
}
.office .photo_area ul li:nth-of-type(6) {
  width: 70%;
  margin-top: 7px;
}
.office .photo_area ul li:nth-of-type(7) {
  width: 36%;
  margin: 7px 7px 0px 60px;
}
.office .photo_area ul li:nth-of-type(8) {
  width: 36%;
  margin: 7px 7px 0 0;
}

.faq {
  padding-bottom: 10%;
}
.faq h2 {
  background: #88b6ce;
  padding: 10% 0;
}
.faq h2 .faq_en {
  width: 9%;
  margin: 0 auto 2%;
}
.faq .wrap {
  width: 88%;
  margin: 0 auto;
}
.faq .wrap p {
  text-align: justify;
  margin: 5% auto;
}
.faq .wrap h3 {
  color: #fe4e4e;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin: 10% auto 0;
}
.faq .wrap h3:after {
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fe4e4e;
  margin: 3% auto 5%;
}
.faq .wrap h4 {
  position: relative;
  text-align: left;
  font-size: 1.4rem;
  padding: 0 7% 0 12%;
}
.faq .wrap h4::before {
  content: "";
  display: inline-block;
  background: url(../images/q_icon.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin-right: 2%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.faq .wrap summary {
  display: block;
  list-style: none;
}
.faq .wrap .faq_details {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.faq .wrap .faq_summary {
  outline: none;
  position: relative;
  padding: 5% 5% 5% 3%;
  cursor: pointer;
  background-color: #f6f6f6;
  color: #2d343e;
  margin: 3% auto 5%;
}
.faq .wrap .faq_summary:last-of-type {
  margin-bottom: 0;
}
.faq .wrap .faq_summary::-webkit-details-marker {
  position: absolute;
  color: transparent;
}
.faq .wrap .faq_details[open] .faq_summary {
  background-color: #f6f6f6;
  margin-bottom: 0px;
}
.faq .wrap .faq_summary::after {
  content: "+";
  font-size: 180%;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}
.faq .wrap .faq_details[open] .faq_summary::after {
  transform: translateY(-50%) rotate(45deg);
}
.faq .wrap .answer {
  background-color: #fff;
  margin: 0 auto 2%;
  border: solid 1px #f6f6f6;
}
.faq .wrap .answer p {
  background: none;
  padding: 0 5%;
  font-size: 1.4rem;
}
.faq .wrap .answer img {
  max-width: 80%;
  height: auto;
}
.faq .wrap .faq_details[open] .answer {
  animation: fadein 0.5s ease-in-out;
}

.step h2 {
  padding: 10% 0;
}
.step h2 .step_en {
  width: 10%;
  display: block;
  margin: 0 auto 4%;
}
.step ul li {
  background: #f6f5ec;
  padding: 5% 0 10%;
  margin-bottom: 25%;
}
.step ul li .step_bg {
  width: 88%;
  margin: 0 auto;
}
.step ul li h3 {
  display: flex;
  align-items: center;
  color: #88b6ce;
  font-size: 1.6rem;
}
.step ul li .h3_title02 {
  color: #6ab396;
}
.step ul li .h3_title03 {
  color: #fcc033;
}
.step ul li .h3_title04 {
  color: #fb8a8a;
}
.step ul li .step_icon {
  width: 30%;
  margin-right: 2%;
}
.step ul li p {
  letter-spacing: 0.2em;
  margin-top: 5%;
}
.step ul li .step_img img {
  width: 70%;
  margin-bottom: -25%;
  margin-left: 30%;
  display: inline-block;
}
.step ul li .drop_shadow {
  filter: drop-shadow(5px 5px #88b6ce);
}
.step ul li .drop_shadow02 {
  filter: drop-shadow(5px 5px #6ab396);
}
.step ul li .drop_shadow03 {
  filter: drop-shadow(5px 5px #fcc033);
}
.step ul li .drop_shadow04 {
  filter: drop-shadow(5px 5px #fb8a8a);
}

.sns {
  padding-bottom: 7%;
}
.sns .wrap {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 0 5%;
  position: relative;
}
.sns .wrap p {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2%;
}
.sns .wrap .line_btn {
  background: #06c755;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 100px;
  padding: 2% 5%;
  height: 50px;
}
.sns .wrap .line_btn:hover {
  opacity: 0.8;
}
.sns .wrap .line_icon {
  width: 45px;
  margin: 2% 10% 2% 2%;
}
.sns .wrap .line_icon img {
  width: 80%;
}
.sns .box {
  width: 90%;
  margin: 7% auto;
  border: #333 solid 1px;
  text-align: center;
  background: #f6f6f6;
  padding: 5% 0;
}
.sns .box h3 {
  margin-bottom: 2%;
}
.sns .box ul {
  display: flex;
  justify-content: space-evenly;
}
.sns .box li {
  width: 30%;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 3% 5% 2%;
  font-size: 1.3rem;
  font-weight: bold;
}
.sns .box li .icon {
  display: block;
  margin: 0 auto 2%;
  max-width: 36%;
}

#form-wrapper {
  background: #fff1f1;
  padding-bottom: 8%;
}
#form-wrapper h2 {
  padding: 8% 0 5%;
  display: block;
}
#form-wrapper h2 .apply_en {
  width: 12%;
  display: block;
  margin: 0 auto 4%;
}
#form-wrapper h2 .ttl {
  width: 80%;
}
#form-wrapper .interview_notes {
  color: red;
  font-size: 1.3rem;
  line-height: 1.4;
  display: inline-block;
  margin: 3% 2% 0;
}
@media only screen and (min-width: 768px) {
  #form-wrapper .interview_notes {
    margin: 0 2% 0 !important;
  }
}
#form-wrapper .interview {
  padding-top: 2% !important;
}

footer {
  margin: 0;
  padding: 2% 0 0;
  clear: both;
  background: linear-gradient(90deg, rgb(249, 143, 91) 0%, rgb(249, 91, 104) 100%);
  text-align: center;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 2em;
}
footer .wrap {
  padding-bottom: 2%;
}
footer .footer_logo {
  width: 50%;
}
footer address {
  font-style: normal;
  color: #fff;
  background: #333333;
  padding: 2% 0;
  font-size: 1rem;
}
footer .privacy-policy {
  font-size: 0.7rem;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2%;
  margin-bottom: 8%;
}

.fixed {
  background: #ba8eef;
  position: fixed;
  bottom: 0;
  z-index: 100;
  max-width: 425px;
  width: 100%;
  display: none;
}
.fixed ul {
  display: flex;
  justify-content: center;
  margin: 2% auto;
}
.fixed ul li {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  border-right: dotted 1px #fff;
}
.fixed ul li:last-child {
  border-right: none;
}
.fixed ul img {
  width: 20%;
  display: block;
  margin: 0 auto;
}

.back_box {
  width: 100%;
  margin: 0 auto;
  max-width: 425px;
  position: fixed;
  bottom: 0;
  z-index: 1000;
}
.back_box .page_top {
  position: relative;
}
.back_box .page_top a {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  right: 3%;
  bottom: 62px;
  background: #fff;
  border-radius: 50%;
}
.back_box .page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 25px;
  color: #ea7461;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -12px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@keyframes gradationAnimation {
  0% {
    background-color: #ffdae6;
  }
  25% {
    background-color: #d6e5ff;
  }
  75% {
    background-color: #e3ffea;
  }
  100% {
    background-color: #fffcdb;
  }
}
.swiper {
  margin-bottom: 5%;
}
.swiper .swiper-slide img {
  margin: 5% 0;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 40px !important;
  width: 40px !important;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  height: 40px !important;
  margin: auto;
  width: 40px !important;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
  background-image: url(../images/arrow_pre.svg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  background-image: url(../images/arrow_next.svg);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

/* ページネーション */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -5px !important;
}

/* 点滅 */
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blink {
  animation: blinking 0.8s ease-in-out infinite alternate;
}/*# sourceMappingURL=main.css.map */