@charset "UTF-8";
:root {
  --main_padding:min(80px , 10vw);
  --frame_radius:clamp(10px , 2vw , 25px);
}

/* ---------- COMMON ---------- */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.container.w800 {
  max-width: 800px;
}
.container.w900 {
  max-width: 900px;
}
.container.w1100 {
  max-width: 1100px;
}
.container.w1200 {
  max-width: 1200px;
}
.container.w1300 {
  max-width: 1300px;
}
.container.w1400 {
  max-width: 1400px;
}
.container.w1500 {
  max-width: 1500px;
}
.container.w1600 {
  max-width: 1600px;
}

.comingsoon {
  text-align: center;
  background-color: #fff;
  font-size: 2.4em;
  line-height: 1.5em;
  color: #ccc;
  padding: 1em;
  border-radius: 8px;
  filter: drop-shadow(2px 4px 6px rgba(199, 46, 48, 0.2509803922));
}

@media only screen and (max-width: 769px) {
  .comingsoon {
    font-size: 1.6em;
  }
}
.btn {
  font-family: "Roboto", "Noto Sans JP", serif;
  display: block;
  text-align: center;
  color: inherit;
  line-height: 1.5em;
  padding: 1.2em 0;
  width: min(90%, 300px);
  margin: 0 auto;
  border: 1px solid #D1D1D1;
  border-radius: 50px;
  background-color: #fff;
  transition: 0.2s;
}
.btn:hover {
  background-color: #f1f1f1;
}

.btn_02 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.5em;
  padding: 1em 0;
  width: min(90%, 500px);
  margin: 0 auto;
  background-color: #3492E5;
  border-radius: 50px;
  transition: 0.2s;
}
.btn_02:hover {
  background-color: #379bf3;
}

.btn_03 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  padding: 2em 0;
  width: min(90%, 800px);
  margin: 0 auto;
  background-color: #298A32;
  border-radius: 100px;
  position: relative;
  transition: 0.2s;
}
.btn_03::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3em;
  height: 3em;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: 0.2s;
}
.btn_03:hover {
  background-color: #2e9938;
}
.btn_03:hover::after {
  right: 0.8em;
  transition: 0.2s;
}

.f_btn {
  font-family: "Roboto", "Noto Sans JP", serif;
  display: block;
  text-align: center;
  color: inherit;
  line-height: 1.8em;
  padding: 1.5em 0;
  width: min(90%, 400px);
  margin: 2em auto 0;
  border: 1px solid #D1D1D1;
  background-color: #fff;
  transition: 0.2s;
}
.f_btn:hover {
  background-color: #f1f1f1;
}

@media only screen and (max-width: 769px) {
  .btn_02 {
    font-size: 1.2em;
  }
  .btn_03 {
    font-size: 1.1em;
    padding: 1.5em 0;
  }
  .btn_03::after {
    width: 2em;
    height: 2em;
  }
}
.sec_tit {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5em;
}
.sec_tit .sub {
  font-family: "Roboto", "Noto Sans JP", serif;
  font-size: 1em;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}
.sec_tit .sub::before {
  position: absolute;
  content: "●";
  color: #3492E5;
  left: 0;
  font-size: 0.5em;
}
.sec_tit .main {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5em;
}

@media only screen and (max-width: 769px) {
  .sec_tit .main {
    font-size: 26px;
  }
}
/* fv */
#fv {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
#fv .tit {
  position: absolute;
  width: min(70vw, 1000px);
  z-index: 10;
  top: calc(70px + 8%);
  left: 5vw;
}
#fv .tit img {
  width: 100%;
  height: auto;
}
#fv .info_box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
  width: min(90%, 1000px);
}
#fv .info_box .bnr_box {
  width: 24%;
}
#fv .info_box .bnr_box a {
  display: block;
}
#fv .info_box .bnr_box a:hover img {
  filter: brightness(1.05);
  transition: 0.2s;
}
#fv .info_box .bnr_box a img {
  width: 100%;
  height: auto;
  transition: 0.2s;
}
#fv .info_box .news_box {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 76%;
  border-radius: 20px 0 0 0;
  padding: 2% 4%;
}
#fv .info_box .news_box .left {
  font-size: 0.9em;
  line-height: 1.8em;
  width: 80%;
}
#fv .info_box .news_box .left .stit {
  color: #3492E5;
  font-weight: bold;
}
#fv .info_box .news_box .left a {
  display: flex;
  gap: 0 12px;
  color: #3D3D3D;
}
#fv .info_box .news_box .left a:hover {
  opacity: 0.8;
  transition: 0.2s;
}
#fv .info_box .news_box .left a .date {
  margin: 0;
}
#fv .info_box .news_box .left a .title {
  margin: 0;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#fv .info_box .news_box .right {
  width: 16%;
}
#fv .info_box .news_box .right a {
  display: block;
  line-height: 1em;
}
#fv .info_box .news_box .right a:hover img {
  opacity: 0.8;
  transition: 0.2s;
}
#fv .info_box .news_box .right a img {
  width: 100%;
  height: auto;
}
#fv .bg {
  background-image: url(../images/top/fv_bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 76%;
  position: absolute;
  top: 24%;
}

@media only screen and (max-width: 769px) {
  #fv .tit {
    top: calc(50px + 6.5%);
    width: min(70vw, 430px);
  }
  #fv .info_box {
    gap: 0 2%;
    width: min(98%, 500px);
    align-items: center;
  }
  #fv .info_box .bnr_box {
    width: 40%;
  }
  #fv .info_box .news_box {
    flex-direction: column;
    width: 60%;
    padding: 12px 12px 8px;
  }
  #fv .info_box .news_box .left {
    font-size: 0.9em;
    line-height: 1.8em;
    width: 100%;
  }
  #fv .info_box .news_box .left a {
    flex-direction: column;
  }
  #fv .info_box .news_box .left a .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  #fv .info_box .news_box .right {
    position: absolute;
    right: 12px;
    top: 15px;
    width: auto;
  }
  #fv .info_box .news_box .right a {
    width: 70px;
  }
}
/* ldi */
#top_ldi {
  position: relative;
  padding: 160px 0 0;
}
#top_ldi .middle_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
  margin-bottom: 240px;
}
#top_ldi .middle_box::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/letsdoit.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120%;
  height: 22vw;
  bottom: -12vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
#top_ldi .middle_box .left {
  width: 50%;
  font-size: 1em;
  line-height: 2.4em;
  position: relative;
  z-index: 1;
}
#top_ldi .middle_box .left p {
  margin-bottom: 2em;
}
#top_ldi .middle_box .left p.lead {
  font-size: 1.8em;
  font-weight: 800;
  margin-bottom: 1.5em;
}
#top_ldi .middle_box .right {
  width: 50%;
}
#top_ldi .middle_box .right figure img {
  width: calc(600px + (100vw - 1200px) / 2);
}
#top_ldi .bottom_box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 4%;
}
#top_ldi .bottom_box li {
  width: 48%;
}
#top_ldi .bottom_box li a {
  display: block;
  position: relative;
  color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
#top_ldi .bottom_box li a:hover img {
  transform: scale(1.05);
  filter: brightness(1.05);
  transition: 0.2s;
}
#top_ldi .bottom_box li a img {
  width: 100%;
}
#top_ldi .bottom_box li a p {
  position: absolute;
  margin: 0;
  bottom: 1.5vw;
  left: 1.5vw;
  font-size: 2em;
  font-weight: 800;
  letter-spacing: 0.1em;
  filter: drop-shadow(2px 4px 6px black);
}
#top_ldi .bg_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}
#top_ldi .bg_box .bg_top {
  background-image: url(../images/bg/bg_b_up.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 50vw;
  top: -18vw;
}
#top_ldi .bg_box .bg_bottom {
  background-image: url(../images/bg/bg_b_down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 50vw;
  bottom: -8vw;
}

@media only screen and (max-width: 769px) {
  #top_ldi {
    padding: 20vw 0;
  }
  #top_ldi .middle_box {
    flex-direction: column;
    gap: 20px 0;
    margin-bottom: 30vw;
  }
  #top_ldi .middle_box::after {
    height: 30vw;
  }
  #top_ldi .middle_box .left {
    width: 100%;
    line-height: 2em;
  }
  #top_ldi .middle_box .left p {
    margin-bottom: 1.5em;
  }
  #top_ldi .middle_box .left p.lead {
    font-size: 32px;
    line-height: 1.3em;
    margin-bottom: 1.5em;
  }
  #top_ldi .middle_box .right {
    width: 100%;
  }
  #top_ldi .middle_box .right figure img {
    width: 100vw;
    transform: translateX(-5vw);
  }
  #top_ldi .bottom_box {
    flex-direction: column;
    gap: 40px 4%;
  }
  #top_ldi .bottom_box li {
    width: 100%;
  }
  #top_ldi .bottom_box li a img {
    width: 100%;
  }
  #top_ldi .bottom_box li a p {
    bottom: 4.5vw;
    left: 3.5vw;
    font-size: 1.8em;
  }
  #top_ldi .bg_box .bg_top {
    width: 200%;
    height: 100vw;
    top: -32vw;
  }
  #top_ldi .bg_box .bg_bottom {
    width: 200%;
    height: 100vw;
    bottom: -18vw;
  }
}
/* features */
#features {
  position: relative;
  padding: 160px 0;
}
#features .lead {
  margin-bottom: 2em;
}
#features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 2%;
  margin-bottom: 40px;
}
#features ul li {
  width: 32%;
  overflow: hidden;
  border-radius: 15px;
  background-color: #F4F4F4;
}
#features ul li figure img {
  width: 100%;
  height: auto;
}
#features ul li p {
  margin: 0;
  text-align: center;
  padding: 1em 0;
}
#features .bg_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}
#features .bg_box .bg_bottom {
  background-image: url(../images/bg/bg_g_up.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 50vw;
  bottom: -22vw;
}

@media only screen and (max-width: 769px) {
  #features {
    padding: 6vw 0 20vw;
  }
  #features ul {
    flex-direction: column;
  }
  #features ul li {
    width: 100%;
  }
  #features .bg_box .bg_bottom {
    width: 200%;
    height: 100vw;
    bottom: -22vw;
    left: -22vw;
  }
}
/* contact btn area */
.contact_btn_area {
  position: relative;
  background-color: #ECF4FC;
  padding: 100px 0;
  text-align: center;
}
.contact_btn_area .small_txt {
  color: #D6006C;
  font-size: 0.9em;
  line-height: 2em;
  margin: 0;
}
.contact_btn_area .txt {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.6em;
}
.contact_btn_area .txt.s_size {
  font-size: 1.2em;
}

@media only screen and (max-width: 769px) {
  .contact_btn_area {
    padding: 12vw 0;
  }
  .contact_btn_area .txt.s_size {
    font-size: 1em;
  }
}
/* news */
#top_news {
  position: relative;
  padding: 160px 0;
}
#top_news .container {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
#top_news .container .left {
  width: 30%;
}
#top_news .container .left .btn {
  margin: 0 auto 0 0;
  width: min(90%, 200px);
}
#top_news .container .right {
  width: 70%;
}
#top_news .bg_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}
#top_news .bg_box .bg_bottom {
  background-image: url(../images/bg/bg_p_down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 70vw;
  bottom: -27vw;
  left: -8vw;
}

.news_list {
  display: flex;
  flex-direction: column;
}
.news_list li a {
  position: relative;
  display: flex;
  gap: 0 20px;
  align-items: center;
  justify-content: space-between;
  color: #3D3D3D;
  border-bottom: 1px solid #D1D1D1;
  padding: 1.2em 3.5em 1.2em 0.5em;
  background-color: rgba(255, 255, 255, 0.7019607843);
}
.news_list li a:hover {
  background-color: rgba(243, 243, 243, 0.7019607843);
}
.news_list li a:hover::after {
  right: 0.5em;
}
.news_list li a::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2em;
  height: 2em;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.news_list li a .date_box {
  width: 7em;
}
.news_list li a .date_box .date_txt {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.5em;
}
.news_list li a .date_box .tag {
  margin: 0;
  font-size: 0.7em;
  line-height: 1.5em;
  color: #298A32;
  border: 1px solid #298A32;
  padding: 0.1em 1em;
  text-align: center;
  display: inline-block;
}
.news_list li a .title {
  width: calc(100% - 7em);
  margin: 0;
}

@media only screen and (max-width: 769px) {
  #top_news {
    padding: 12vw 0;
  }
  #top_news .container {
    flex-direction: column;
    gap: 0 20px;
  }
  #top_news .container .left {
    width: 100%;
  }
  #top_news .container .right {
    width: 100%;
  }
  #top_news .bg_box .bg_bottom {
    width: 200%;
    height: 120vw;
    bottom: -27vw;
    left: -18vw;
  }
  .news_list {
    margin-bottom: 40px;
  }
  .news_list li a {
    flex-direction: column;
    gap: 6px 0;
    padding: 1.2em 3em 1.2em 0em;
  }
  .news_list li a::after {
    width: 2em;
    height: 2em;
    right: 0.5em;
  }
  .news_list li a .date_box {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 12px;
  }
  .news_list li a .title {
    width: 100%;
  }
}
/* recruit */
#top_recruit {
  position: relative;
  padding: 160px 0;
  background-color: #F4F4F4;
}
#top_recruit .rec_top_box {
  margin-bottom: 120px;
}
#top_recruit .rec_top_box .rec_img {
  margin-bottom: 20px;
}
#top_recruit .rec_top_box .rec_img img {
  width: 100%;
  height: auto;
}
#top_recruit .rec_top_box .txt_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top_recruit .rec_top_box .txt_area .left {
  width: 74%;
}
#top_recruit .rec_top_box .txt_area .left p:last-of-type {
  margin: 0;
}
#top_recruit .rec_top_box .txt_area .right {
  width: 18%;
}
#top_recruit .rec_top_box .txt_area .right a:hover img {
  transform: scale(1.05);
}
#top_recruit .rec_top_box .txt_area .right a img {
  width: 100%;
  height: auto;
  transition: 0.2s;
}
#top_recruit .btn_outer {
  text-align: center;
  padding-top: 12vw;
  position: relative;
  z-index: 0;
}
#top_recruit .btn_outer .bg_box {
  display: flex;
  width: 300%;
  position: absolute;
  top: 2vw;
  z-index: -1;
  pointer-events: none;
}
#top_recruit .btn_outer .bg_box img {
  width: 100%;
  -webkit-animation: hor_move_l 90s linear infinite;
          animation: hor_move_l 90s linear infinite;
  margin-right: 4vw;
}

.interview_area .stit {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.interview_area .swiper-container {
  overflow: visible;
}
.interview_area .int_list_outer .int_list li a {
  display: block;
  color: #3D3D3D;
}
.interview_area .int_list_outer .int_list li a:hover figure img {
  transform: scale(1.1);
  filter: brightness(1.05);
  transition: 0.2s;
}
.interview_area .int_list_outer .int_list li a figure {
  margin-bottom: 12px;
  border-radius: 14px;
  overflow: hidden;
}
.interview_area .int_list_outer .int_list li a figure img {
  width: 100%;
  height: auto;
  transition: 0.2s;
}
.interview_area .int_list_outer .int_list li a .sstit {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.interview_area .int_list_outer .int_list li a .name {
  margin-bottom: 0;
}
.interview_area .int_list_outer .int_list li a .position {
  font-size: 12px;
  line-height: 1.5em;
}
.interview_area .int_list_outer .int_list li a .position.p_01 {
  color: #D6006C;
}
.interview_area .int_list_outer .int_list li a .position.p_02 {
  color: #009844;
}
.interview_area .int_list_outer .int_list li a .position.p_03 {
  color: #3492E5;
}

.swiper_arrow {
  margin-top: 20px;
}
.swiper_arrow .container {
  position: relative;
  text-align: right;
}
.swiper_arrow .container .swiper-button-box {
  position: relative;
  display: inline-block;
  margin-right: 40px;
}
.swiper_arrow .container .swiper-button-box .swiper-button-prev,
.swiper_arrow .container .swiper-button-box .swiper-button-next {
  position: absolute;
  display: block;
  margin-top: inherit;
  background-image: url(../images/interview/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.swiper_arrow .container .swiper-button-box .swiper-button-prev {
  left: -40px;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.2s;
}
.swiper_arrow .container .swiper-button-box .swiper-button-prev:hover {
  left: -44px;
  transition: 0.2s;
}
.swiper_arrow .container .swiper-button-box .swiper-button-prev::after {
  display: none;
}
.swiper_arrow .container .swiper-button-box .swiper-button-next {
  right: -40px;
  transition: 0.2s;
}
.swiper_arrow .container .swiper-button-box .swiper-button-next:hover {
  right: -44px;
  transition: 0.2s;
}
.swiper_arrow .container .swiper-button-box .swiper-button-next::after {
  display: none;
}

@media only screen and (max-width: 769px) {
  #top_recruit {
    padding: 12vw 0;
  }
  #top_recruit .rec_top_box {
    margin-bottom: 80px;
  }
  #top_recruit .rec_top_box .txt_area {
    flex-direction: column;
    gap: 24px 0;
  }
  #top_recruit .rec_top_box .txt_area .left {
    width: 100%;
  }
  #top_recruit .rec_top_box .txt_area .right {
    width: 100%;
  }
  #top_recruit .rec_top_box .txt_area .right a {
    display: block;
    width: min(80%, 300px);
    margin: 0 auto;
  }
  #top_recruit .btn_outer {
    padding-top: 24vw;
  }
  #top_recruit .btn_outer .bg_box {
    top: 6vw;
  }
  #top_recruit .btn_outer .bg_box p {
    font-size: 24vw;
  }
  .interview_area .stit {
    margin-bottom: 1em;
  }
  .interview_area .int_list_outer .int_list li a:hover figure img {
    transform: scale(1);
    filter: brightness(1);
  }
}
/* 下層 */
.page_tit_area {
  padding-top: 140px;
  overflow: hidden;
}
.page_tit_area .page_tit {
  width: min(90%, 1400px);
  margin: 0 auto;
  font-size: 5.4em;
  font-weight: 900;
  line-height: 1.5em;
  margin-bottom: 0.6em;
}
.page_tit_area .page_tit.long {
  font-size: min(5vw, 80px);
}
.page_tit_area .page_tit .sub {
  font-family: "Roboto", "Noto Sans JP", serif;
  display: block;
  font-size: 0.2em;
  line-height: 1em;
}
.page_tit_area figure {
  position: relative;
  overflow: hidden;
  height: min(40vw, 400px);
}
.page_tit_area figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}

@media only screen and (max-width: 769px) {
  .page_tit_area {
    padding-top: 80px;
  }
  .page_tit_area .page_tit {
    font-size: 2.6em;
  }
  .page_tit_area .page_tit.long {
    font-size: 6.8vw;
  }
  .page_tit_area .page_tit .sub {
    font-size: 0.3em;
  }
  .page_tit_area figure img {
    height: 100%;
  }
  .page_tit_area figure.right img {
    transform: translate(-60%, -50%);
  }
  .page_tit_area figure.ceo img {
    transform: translate(-42%, -50%);
  }
}
.foot_btn_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.foot_btn_area ul li {
  width: 50%;
  overflow: hidden;
}
.foot_btn_area ul li a {
  display: block;
  position: relative;
  height: min(30vw, 400px);
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.foot_btn_area ul li a:hover figure {
  overflow: hidden;
}
.foot_btn_area ul li a:hover figure img {
  transform: scale(1.1);
  filter: brightness(1.05);
}
.foot_btn_area ul li a figure img {
  width: 100%;
  height: auto;
}
.foot_btn_area ul li a p {
  position: absolute;
  margin: 0;
  bottom: 1.5vw;
  left: 1.5vw;
  font-size: 2em;
  font-weight: 800;
  letter-spacing: 0.1em;
  filter: drop-shadow(2px 4px 6px black);
}

@media only screen and (max-width: 769px) {
  .foot_btn_area ul {
    flex-direction: column;
  }
  .foot_btn_area ul li {
    width: 100%;
  }
  .foot_btn_area ul li a {
    height: 60vw;
  }
  .foot_btn_area ul li a p {
    bottom: 4.5vw;
    left: 3.5vw;
    font-size: 1.6em;
  }
}
/* about */
#about {
  padding: 120px 0;
  position: relative;
}
#about .block {
  display: flex;
  justify-content: space-between;
  gap: 0 2%;
  align-items: center;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}
#about .block:last-of-type {
  margin-bottom: 0;
}
#about .block .left {
  width: 49%;
  padding-left: calc((100vw - 1200px) / 2);
  position: relative;
  margin-left: 20px;
}
#about .block .left .stit {
  font-size: min(5vw, 50px);
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 1em;
  white-space: nowrap;
}
#about .block .left .stit::before {
  position: absolute;
  content: "";
  z-index: -1;
}
#about .block .left p {
  margin-bottom: 2em;
  line-height: 2.2em;
}
#about .block .left .box {
  background-color: #F4F4F4;
  padding: 30px;
  border-radius: 10px;
}
#about .block .left .box .sstit {
  font-weight: bold;
}
#about .block .left .box p {
  margin: 0;
  font-size: 0.8em;
  line-height: 2em;
}
#about .block .left .box p span {
  font-size: 0.9em;
}
#about .block .left .box a {
  text-decoration: underline;
  position: relative;
  color: inherit;
}
#about .block .right {
  width: 49%;
  padding-right: calc((100vw - 1200px) / 2);
  margin-right: 20px;
}
#about .block .right figure img {
  width: 100%;
  height: auto;
}
#about .block.b_01 .left .stit::before {
  background-color: #298A32;
  width: calc(100% + 20px);
  height: 1.2em;
  top: 2em;
  left: -20px;
  opacity: 0.3;
}
#about .block.b_02 {
  flex-direction: row-reverse;
}
#about .block.b_02 .left {
  width: 60%;
  padding-right: calc((100vw - 1200px) / 2);
  padding-left: inherit;
  margin-left: 0;
  margin-right: 20px;
}
#about .block.b_02 .left .stit::before {
  background-color: #3492E5;
  width: calc(100% + 20px);
  height: 1.2em;
  top: 0.6em;
  right: -20px;
  opacity: 0.3;
}
#about .block.b_02 .right {
  width: 40%;
  padding-right: inherit;
}
#about .block.b_02 .right figure img {
  width: 110%;
}
#about .block.b_03 .left .stit::before {
  background-color: #D6006C;
  width: calc(100% + 20px + 2.8em);
  height: 1.2em;
  top: 2em;
  left: -20px;
  opacity: 0.3;
}
#about .block.b_03 .right {
  padding-right: inherit;
  margin-right: 0;
  position: relative;
  top: 5vw;
  width: 40%;
}
#about .bg_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}
#about .bg_box .bg_top {
  background-image: url(../images/bg/bg_b_up.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 50vw;
  top: -30vw;
}
#about .bg_box .bg_bottom {
  background-image: url(../images/bg/bg_g_down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 50vw;
  bottom: -18vw;
}

.other_area {
  background-color: #F4F4F4;
  padding: 120px 0;
}
.other_area .stit {
  font-weight: bold;
  font-size: 3em;
  line-height: 1.5em;
  margin-bottom: 1em;
  text-align: center;
}
.other_area .flex {
  display: flex;
  justify-content: space-between;
}
.other_area .flex .left {
  width: 48%;
}
.other_area .flex .right {
  width: 48%;
  background-color: #fff;
}

@media only screen and (max-width: 769px) {
  #about {
    padding: 12vw 0;
  }
  #about .block {
    gap: 20px 0;
    flex-direction: column;
    width: 90%;
    margin: 0 auto 60px;
  }
  #about .block .left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  #about .block .left .stit {
    font-size: min(7vw, 40px);
    line-height: 1.5em;
    margin-bottom: 1em;
  }
  #about .block .left .stit::before {
    width: 112% !important;
    left: inherit !important;
    right: -10% !important;
  }
  #about .block .left p {
    font-size: 14px;
    line-height: 2em;
  }
  #about .block .left .box {
    padding: 20px;
  }
  #about .block .right {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
  #about .block.b_01 .left .stit::before {
    background-color: #298A32;
    width: calc(100% + 20px);
    height: 1.2em;
    top: 2em;
    left: -20px;
    opacity: 0.3;
  }
  #about .block.b_02 {
    flex-direction: column;
  }
  #about .block.b_02 .left {
    width: 100%;
    padding-right: 0;
    padding-left: inherit;
    margin-right: 0;
  }
  #about .block.b_02 .right {
    width: 100%;
    padding-right: inherit;
    margin-top: -2em;
  }
  #about .block.b_02 .right figure img {
    width: 100%;
  }
  #about .block.b_03 {
    gap: 0;
  }
  #about .block.b_03 .right {
    padding-right: inherit;
    margin-right: 0;
    width: 100%;
    top: 0;
  }
  .other_area {
    padding: 12vw 0;
  }
  .other_area .stit {
    font-size: 2em;
  }
  .other_area .flex {
    flex-direction: column;
  }
  .other_area .flex .left {
    width: 100%;
  }
  .other_area .flex .right {
    width: 100%;
    height: 50vw;
  }
}
/* company */
#company {
  padding: 120px 0;
}
#company .com_list {
  margin-bottom: 120px;
}
#company .com_list li {
  border-top: 1px solid #D1D1D1;
  display: flex;
  padding: 1.5em 0;
  word-break: break-all;
}
#company .com_list li .left {
  font-weight: bold;
  width: 20%;
}
#company .com_list li .left p:last-of-type {
  margin-bottom: 0;
}
#company .com_list li .right {
  width: 80%;
}
#company .com_list li .right p:last-of-type {
  margin-bottom: 0;
}
#company .com_list li .right a {
  text-decoration: underline;
}
#company .insurance_area .tit {
  text-align: center;
  font-size: 3em;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 1em;
}
#company .insurance_area .block {
  margin-bottom: 100px;
}
#company .insurance_area .block .cat_tit {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 1em;
}
#company .insurance_area .block .insurance_list_01 {
  display: flex;
  gap: 40px 5%;
  flex-wrap: wrap;
}
#company .insurance_area .block .insurance_list_01 li {
  width: 30%;
  text-align: left;
}
#company .insurance_area .block .insurance_list_01 li figure {
  margin-bottom: 12px;
}
#company .insurance_area .block .insurance_list_01 li figure img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
#company .insurance_area .block .insurance_list_01 li .name {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 2px dotted #ccc;
  font-size: 14px;
  line-height: 1.8em;
}
#company .insurance_area .block .insurance_list_01 li .name:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#company .insurance_area .block .insurance_list_01 li .name a:hover {
  color: #ff0081;
}
#company .insurance_area .block .insurance_list_01 li .link {
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.8em;
}
#company .insurance_area .block .insurance_list_01 li .link:hover {
  color: #ff0081;
}
#company .insurance_area .block .insurance_list_01 li .link.disactive {
  color: #3D3D3D;
  pointer-events: none;
  text-decoration: none;
}
#company .insurance_area .block .insurance_list_02 {
  display: flex;
  gap: 20px 9%;
  flex-wrap: wrap;
}
#company .insurance_area .block .insurance_list_02 li {
  width: auto;
  text-align: left;
}
#company .insurance_area .block .insurance_list_02 li .name {
  margin: 0;
}
#company .insurance_area .count_tit {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 1em;
}
#company .insurance_area .count_txt {
  margin: 0;
}

@media only screen and (max-width: 769px) {
  #company {
    padding: 12vw 0;
  }
  #company .com_list {
    margin-bottom: 40px;
  }
  #company .com_list li .left {
    width: 30%;
  }
  #company .com_list li .right {
    width: 70%;
  }
  #company .insurance_area .tit {
    font-size: 2em;
  }
  #company .insurance_area .block {
    margin-bottom: 60px;
  }
  #company .insurance_area .block .cat_tit {
    font-size: 20px;
  }
  #company .insurance_area .block .insurance_list_01 {
    gap: 20px 2%;
  }
  #company .insurance_area .block .insurance_list_01 li {
    width: 49%;
  }
  #company .insurance_area .block .insurance_list_01 li figure {
    margin-bottom: 4px;
  }
  #company .insurance_area .block .insurance_list_01 li .name {
    font-size: 12px;
    margin-bottom: 6px;
    padding-bottom: 6px;
  }
  #company .insurance_area .block .insurance_list_01 li .link {
    font-size: 12px;
  }
  #company .insurance_area .count_tit {
    font-size: 20px;
  }
}
/* in news */
#in_news {
  padding: 120px 0;
}
#in_news .news_nav {
  margin-bottom: 40px;
}
#in_news .news_nav ul {
  display: flex;
  justify-content: center;
  gap: 0 6%;
}
#in_news .news_nav ul li {
  width: auto;
}
#in_news .news_nav ul li a {
  position: relative;
  color: inherit;
}
#in_news .news_nav ul li a::after {
  position: absolute;
  content: "";
  background-color: #D6006C;
  width: 0;
  height: 1px;
  bottom: -6px;
  left: 0;
  transition: 0.2s;
}
#in_news .news_nav ul li a:hover {
  color: #D6006C;
}
#in_news .news_nav ul li a:hover::after {
  width: 100%;
}
#in_news .news_nav ul li a.active {
  color: #D6006C;
}
#in_news .news_nav ul li a.active::after {
  width: 100%;
}

@media only screen and (max-width: 769px) {
  #in_news {
    padding: 12vw 0;
  }
  #in_news .news_nav {
    margin-bottom: 20px;
  }
  #in_news .news_nav ul li a {
    font-size: 0.9em;
  }
  #in_news .news_list {
    margin: 0;
  }
}
/* single */
.single {
  padding: 160px 0 120px;
}
.single .tit_box {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  margin-bottom: 40px;
}
.single .tit_box .date_box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.single .tit_box .date_box .date_txt {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.5em;
}
.single .tit_box .date_box .tag {
  margin: 0;
  font-size: 0.7em;
  line-height: 1.5em;
  color: #298A32;
  border: 1px solid #298A32;
  padding: 0.1em 1em;
  text-align: center;
  display: inline-block;
}
.single .tit_box .title {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 1em;
  margin: 0;
  font-weight: bold;
}
.single .txt_area {
  margin-bottom: 40px;
}
.single .txt_area a {
  text-decoration: underline;
}
.single .txt_area p {
  margin-bottom: 2em;
}
.single .txt_area img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.single .txt_area blockquote {
  background-color: #F4F4F4;
  padding: 40px;
}
.single .txt_area ul {
  list-style: disc;
  padding-left: 24px;
}
.single .txt_area ol {
  list-style: auto;
  padding-left: 24px;
}
.single .txt_area h2 {
  border-left: 6px solid #298A32;
  padding-left: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.single .txt_area h3 {
  border-left: 6px solid #3D3D3D;
  padding-left: 0.5em;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.single .txt_area h4 {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 1em;
}
.single .txt_area .list_01 li {
  border-bottom: 2px dotted #c8c8c8;
  display: flex;
  padding: 1.3em 0;
}
.single .txt_area .list_01 li .left {
  font-weight: bold;
  width: 20%;
}
.single .txt_area .list_01 li .left p:last-of-type {
  margin-bottom: 0;
}
.single .txt_area .list_01 li .right {
  width: 80%;
}
.single .txt_area .list_01 li .right p:last-of-type {
  margin-bottom: 0;
}
.single .txt_area .list_01 li .right a {
  text-decoration: underline;
}

#single_interview {
  padding-top: 120px;
}
#single_interview .is_head {
  position: relative;
}
#single_interview .is_head .head_img img {
  width: 100%;
  height: auto;
}
#single_interview .is_head .txt_box {
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 0;
  border-radius: 0 20px 0 0;
  padding: 2% 4% 0;
  width: min(60%, 800px);
}
#single_interview .is_head .txt_box .sub {
  font-family: "Roboto", "Noto Sans JP", serif;
  font-size: 1em;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
  margin: 0;
}
#single_interview .is_head .txt_box .sub::before {
  position: absolute;
  content: "●";
  color: #3492E5;
  left: 0;
  font-size: 0.5em;
}
#single_interview .is_head .txt_box .name {
  font-weight: bold;
  margin: 0;
}
#single_interview .is_head .txt_box .title {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.7em;
}
#single_interview .single_area {
  padding: 120px 0;
}
#single_interview .single_area .container {
  display: flex;
  justify-content: space-between;
}
#single_interview .single_area .container .single {
  width: 60%;
  padding: 0;
}
#single_interview .single_area .container .single .prof_box {
  background-color: #F4F4F4;
  padding: 40px;
  border-radius: 10px;
}
#single_interview .single_area .container .single .prof_box .stit {
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 1.2em;
}
#single_interview .single_area .container .single .prof_box .stit::before {
  position: absolute;
  content: "●";
  color: #3492E5;
  left: 0;
  font-size: 0.8em;
}
#single_interview .single_area .container .single .prof_box .list li {
  display: flex;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
#single_interview .single_area .container .single .prof_box .list li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#single_interview .single_area .container .single .prof_box .list li .left {
  width: 20%;
}
#single_interview .single_area .container .single .prof_box .list li .left p:last-of-type {
  margin: 0;
}
#single_interview .single_area .container .single .prof_box .list li .right {
  width: 80%;
}
#single_interview .single_area .container .single .prof_box .list li .right p:last-of-type {
  margin: 0;
}
#single_interview .single_area .container .side {
  width: 30%;
}
#single_interview .side .stit {
  font-family: "Roboto", "Noto Sans JP", serif;
  font-size: 1em;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
  border-bottom: 1px solid #3492E5;
  padding-bottom: 0.5em;
}
#single_interview .side .stit::before {
  position: absolute;
  content: "●";
  color: #3492E5;
  left: 0;
  font-size: 0.5em;
}
#single_interview .side ul {
  display: flex;
  flex-direction: column;
}
#single_interview .side ul li {
  width: 100%;
}
#single_interview .side ul li a {
  display: block;
  color: inherit;
  border-bottom: 1px solid #D1D1D1;
  padding: 1em 0;
}
#single_interview .side ul li a:hover {
  background-color: rgba(243, 243, 243, 0.7019607843);
}
#single_interview .side ul li a .title {
  color: #000;
  font-weight: bold;
}
#single_interview .side ul li a .name {
  color: #000;
  font-weight: bold;
  font-size: 0.9em;
  margin: 0;
}
#single_interview .side ul li a .position {
  font-size: 0.8em;
  line-height: 1.7em;
  margin: 0;
}
#single_interview .interview_area {
  padding: 60px 0;
  background-color: #F4F4F4;
}

@media only screen and (max-width: 769px) {
  .single {
    padding: 24vw 0 12vw;
  }
  .single .tit_box {
    margin-bottom: 20px;
  }
  .single .txt_area blockquote {
    padding: 20px;
  }
  #single_interview {
    padding-top: min(24vw, 80px);
  }
  #single_interview .is_head {
    margin-bottom: 20px;
  }
  #single_interview .is_head .txt_box {
    width: 100%;
    position: relative;
    border-radius: 0;
  }
  #single_interview .is_head .txt_box .sub {
    font-size: 0.9em;
  }
  #single_interview .is_head .txt_box .name {
    font-size: 0.9em;
  }
  #single_interview .is_head .txt_box .title {
    font-size: 1em;
  }
  #single_interview .single_area {
    padding: 0 0 12vw;
  }
  #single_interview .single_area .container {
    flex-direction: column;
  }
  #single_interview .single_area .container .single {
    width: 100%;
    margin-bottom: 40px;
  }
  #single_interview .single_area .container .single .prof_box {
    padding: 20px;
  }
  #single_interview .single_area .container .single .prof_box .list li {
    flex-direction: column;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  #single_interview .single_area .container .single .prof_box .list li .left {
    width: 100%;
    font-weight: bold;
  }
  #single_interview .single_area .container .single .prof_box .list li .right {
    width: 100%;
    font-size: 14px;
    line-height: 1.8em;
  }
  #single_interview .single_area .container .side {
    width: 100%;
  }
  #single_interview .interview_area {
    padding: 40px 0;
  }
  #single_interview .interview_area .sec_tit .main {
    font-size: 1.6em;
  }
}
/* company */
#corp {
  padding: 120px 0;
}
#corp .corp_nav {
  margin-bottom: 60px;
}
#corp .corp_nav ul {
  display: flex;
  justify-content: center;
  gap: 12px 2%;
  flex-wrap: wrap;
}
#corp .corp_nav ul li {
  width: auto;
}
#corp .corp_nav ul li a {
  position: relative;
  color: inherit;
  display: inline-block;
  border: 1px solid #D1D1D1;
  border-radius: 50px;
  padding: 0.2em 1.2em;
  font-size: 0.9em;
}
#corp .corp_nav ul li a:hover {
  color: #fff;
  background-color: #D6006C;
  border-color: #D6006C;
}
#corp .corp_nav ul li a.active {
  color: #fff;
  background-color: #D6006C;
  border-color: #D6006C;
}
#corp .map {
  margin-bottom: 60px;
}
#corp .map iframe {
  width: 100%;
}
#corp .corp_contents {
  display: block;
  position: relative;
}
#corp .corp_contents .left {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 12px;
  margin-bottom: 12px;
}
#corp .corp_contents .left .name {
  font-size: 1.2em;
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
}
#corp .corp_contents .left .map_btn {
  background-color: #3492E5;
  color: #fff;
  display: flex;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.5em;
  border-radius: 50px;
  padding: 0.2em;
  justify-content: center;
  align-items: center;
  width: 120px;
}
#corp .corp_contents .left .map_btn:hover {
  background-color: #379bf3;
}
#corp .corp_contents .right {
  width: 100%;
  padding-left: 30px;
  border-left: 1px solid #D1D1D1;
}
#corp .corp_contents .right p .tag {
  display: inline-block;
  background-color: #3D3D3D;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.5;
  padding: 0.2em 1em;
  margin-right: 1em;
}
#corp .corp_contents .right p:last-of-type {
  margin: 0;
}
#corp .corp_contents.top {
  margin-bottom: 40px;
}
#corp .corp_list ul {
  display: flex;
  gap: 60px 4%;
  flex-wrap: wrap;
}
#corp .corp_list ul li {
  width: 48%;
}

@media only screen and (max-width: 769px) {
  #corp {
    padding: 12vw 0;
  }
  #corp .corp_nav {
    margin-bottom: 40px;
  }
  #corp .map {
    margin-bottom: 40px;
    overflow: hidden;
    height: 100vw;
  }
  #corp .corp_contents .left .map_btn {
    width: 80px;
  }
  #corp .corp_contents .right {
    padding-left: 20px;
  }
  #corp .corp_contents.top {
    margin-bottom: 40px;
  }
  #corp .corp_list ul {
    gap: 40px 4%;
  }
  #corp .corp_list ul li {
    width: 100%;
  }
}
/* interview list */
#interview_list {
  padding: 120px 0;
  position: relative;
}
#interview_list .int_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2%;
}
#interview_list .int_list li {
  width: 32%;
}
#interview_list .bg_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}
#interview_list .bg_box .bg_top {
  background-image: url(../images/bg/bg_p_up.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 50vw;
  top: -20vw;
}
#interview_list .bg_box .bg_bottom {
  background-image: url(../images/bg/bg_b_down_2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 50vw;
  bottom: -18vw;
}

@media only screen and (max-width: 769px) {
  #interview_list {
    padding: 12vw 0;
  }
  #interview_list .int_list {
    gap: 20px 0;
  }
  #interview_list .int_list li {
    width: 100%;
  }
}
/* greeting */
#greeting {
  padding: 120px 0;
  position: relative;
}
#greeting .greet_area .stit {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 1em;
}
#greeting .greet_area .txt_area {
  margin-bottom: 60px;
}
#greeting .greet_area .txt_area p:last-of-type {
  margin: 0;
}
#greeting .greet_area .other_txt_area {
  padding: 60px;
  background-color: #F4F4F4;
  border-radius: 10px;
  margin-bottom: 60px;
}
#greeting .greet_area .other_txt_area h2 {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 1.5em;
}
#greeting .greet_area .other_txt_area h3 {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 1em;
}
#greeting .greet_area .other_txt_area img {
  max-width: 100%;
  height: auto;
  margin: 40px 0;
}
#greeting .greet_area .main_img img {
  width: 100%;
  height: auto;
}
#greeting .bg_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}
#greeting .bg_box .bg_top {
  background-image: url(../images/bg/bg_b_up.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 50vw;
  top: -24vw;
}
#greeting .bg_box .bg_bottom {
  background-image: url(../images/bg/bg_g_down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 50vw;
  bottom: -8vw;
}

@media only screen and (max-width: 769px) {
  #greeting {
    padding: 12vw 0;
  }
  #greeting .greet_area .txt_area {
    margin-bottom: 30px;
  }
  #greeting .greet_area .other_txt_area {
    padding: 20px;
    margin-bottom: 30px;
    font-size: 0.9em;
    line-height: 1.8em;
  }
  #greeting .greet_area .other_txt_area img {
    margin: 20px 0;
  }
}
/* recruit */
#recruit .recruit_top {
  position: relative;
  overflow: hidden;
  margin-bottom: 120px;
}
#recruit .recruit_top figure img {
  width: 110%;
  height: auto;
  transform: translateX(-5%);
}
#recruit .recruit_top .container .middle_box {
  text-align: center;
  padding: 120px 0;
}
#recruit .recruit_top .container .middle_box .stit {
  margin: 0 auto 40px;
  width: 80%;
}
#recruit .recruit_top .container .middle_box .stit img {
  width: 100%;
  height: auto;
}
#recruit .recruit_top .container .middle_box p {
  margin-bottom: 2em;
  line-height: 2em;
}
#recruit .recruit_top .container .middle_box p:last-of-type {
  margin: 0;
}
#recruit .recruit_top .bg_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}
#recruit .recruit_top .bg_box .bg_top {
  background-image: url(../images/bg/bg_b_up.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 50vw;
  top: -3vw;
}
#recruit .positions_area {
  padding: 160px 0 120px;
  position: relative;
}
#recruit .positions_area .sec_tit {
  margin-bottom: 2.4em;
}
#recruit .positions_area .positions_list .contents {
  display: flex;
  gap: 0 20px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #D1D1D1;
}
#recruit .positions_area .positions_list .contents:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#recruit .positions_area .positions_list .contents .left {
  width: 30%;
}
#recruit .positions_area .positions_list .contents .left .name {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
}
#recruit .positions_area .positions_list .contents .left .name span {
  font-size: 0.9em;
}
#recruit .positions_area .positions_list .contents .right {
  width: 70%;
}
#recruit .positions_area .positions_list .contents .right h3 {
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
  padding-left: 1.4em;
}
#recruit .positions_area .positions_list .contents .right h3::before {
  position: absolute;
  content: "●";
  color: #3492E5;
  left: 0;
}
#recruit .positions_area .positions_list .contents .right p {
  margin-bottom: 1.5em;
}
#recruit .positions_area .positions_list .contents .right img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}
#recruit .positions_area .positions_list .contents .right blockquote {
  padding: 40px;
  background-color: #F4F4F4;
}
#recruit .positions_area .bg_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}
#recruit .positions_area .bg_box .bg_bottom {
  background-image: url(../images/bg/bg_g_down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 50vw;
  bottom: -22vw;
}
#recruit .demand_box {
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
}
#recruit .demand_box .left {
  width: 50%;
}
#recruit .demand_box .left figure img {
  width: 100%;
}
#recruit .demand_box .right {
  width: 50%;
  padding: 40px 0;
}
#recruit .demand_box .right .stit {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}
#recruit .demand_box .right p:last-of-type {
  margin: 0;
}
#recruit .demand_area {
  padding: 120px 0;
}
#recruit .demand_area .positions_nav {
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}
#recruit .demand_area .positions_nav ul {
  display: flex;
  justify-content: flex-start;
  gap: 0 6%;
}
#recruit .demand_area .positions_nav ul li {
  width: auto;
}
#recruit .demand_area .positions_nav ul li a {
  position: relative;
  color: inherit;
}
#recruit .demand_area .positions_nav ul li a::after {
  position: absolute;
  content: "";
  background-color: #D6006C;
  width: 0;
  height: 1px;
  bottom: -6px;
  left: 0;
  transition: 0.2s;
}
#recruit .demand_area .positions_nav ul li a:hover {
  color: #D6006C;
}
#recruit .demand_area .positions_nav ul li a:hover::after {
  width: 100%;
}
#recruit .demand_area .positions_nav ul li a.active {
  color: #D6006C;
}
#recruit .demand_area .positions_nav ul li a.active::after {
  width: 100%;
}
#recruit .demand_area .demand_container {
  position: relative;
}
#recruit .demand_area .demand_list {
  margin-bottom: 60px;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  visibility: visible;
  position: absolute;
  top: 0;
  padding-top: 160px;
  margin-top: -160px;
}
#recruit .demand_area .demand_list.active {
  opacity: 1;
  z-index: 1;
  pointer-events: all;
  visibility: visible;
  position: relative;
}
#recruit .demand_area .demand_list li {
  border-top: 1px solid #D1D1D1;
  display: flex;
  padding: 1.5em 0;
}
#recruit .demand_area .demand_list li .left {
  font-weight: bold;
  width: 20%;
}
#recruit .demand_area .demand_list li .left p:last-of-type {
  margin-bottom: 0;
}
#recruit .demand_area .demand_list li .right {
  width: 80%;
}
#recruit .demand_area .demand_list li .right p:last-of-type {
  margin-bottom: 0;
}
#recruit .demand_area .demand_list li .right a {
  text-decoration: underline;
}
#recruit .btn_03 {
  width: min(90%, 500px);
  padding: 1.2em 0;
  font-size: 1.2em;
}
#recruit .btn_03::after {
  width: 2.5em;
  height: 2.5em;
}

@media only screen and (max-width: 769px) {
  #recruit .recruit_top {
    margin-bottom: 60px;
  }
  #recruit .recruit_top figure img {
    width: 200%;
    transform: translateX(-25%);
  }
  #recruit .recruit_top .container .middle_box {
    padding: 60px 0;
    text-align: left;
  }
  #recruit .recruit_top .container .middle_box .stit {
    margin: 0 auto 30px;
  }
  #recruit .positions_area {
    padding: 16vw 0 12vw;
  }
  #recruit .positions_area .sec_tit {
    margin-bottom: 2.4em;
  }
  #recruit .positions_area .positions_list .contents {
    padding-bottom: 20px;
    margin-bottom: 20px;
    flex-direction: column;
  }
  #recruit .positions_area .positions_list .contents .left {
    width: 100%;
  }
  #recruit .positions_area .positions_list .contents .right {
    width: 100%;
  }
  #recruit .positions_area .positions_list .contents .right img {
    margin-bottom: 20px;
  }
  #recruit .positions_area .positions_list .contents .right blockquote {
    padding: 20px;
  }
  #recruit .demand_box {
    flex-direction: column;
  }
  #recruit .demand_box .left {
    width: 100%;
  }
  #recruit .demand_box .right {
    width: 100%;
  }
  #recruit .demand_area {
    padding: 12vw 0;
  }
  #recruit .demand_area .demand_list {
    margin-bottom: 20px;
    padding-top: 140px;
    margin-top: -140px;
  }
  #recruit .demand_area .demand_list li {
    flex-direction: column;
  }
  #recruit .demand_area .demand_list li .left {
    width: 100%;
  }
  #recruit .demand_area .demand_list li .right {
    width: 100%;
  }
  #recruit .btn_03 {
    width: min(90%, 500px);
    padding: 1.2em 0;
    font-size: 1.2em;
  }
  #recruit .btn_03::after {
    width: 2.5em;
    height: 2.5em;
  }
}
/* faq */
#faq {
  padding: 120px 0;
}
#faq .contents_list li:first-of-type .acc_top {
  border-top: 1px solid #E0E0E0;
}
#faq .contents_list li .acc_top {
  padding: 20px 60px 20px 0;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  align-items: baseline;
}
#faq .contents_list li .acc_top::before, #faq .contents_list li .acc_top::after {
  position: absolute;
  content: "";
  background-color: #3D3D3D;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
#faq .contents_list li .acc_top::before {
  width: 20px;
  height: 2px;
  right: 21px;
}
#faq .contents_list li .acc_top::after {
  width: 2px;
  height: 20px;
  right: 30px;
}
#faq .contents_list li .acc_top .tag {
  font-family: "Roboto", "Noto Sans JP", serif;
  background-color: #298A32;
  color: #fff;
  font-size: 1.4em;
  padding: 0.2em 0.4em;
  margin-right: 0.6em;
  width: auto;
}
#faq .contents_list li .acc_top .stit {
  margin: 0;
  font-weight: bold;
  width: 100%;
}
#faq .contents_list li .acc_bottom {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  box-sizing: border-box;
}
#faq .contents_list li .acc_bottom.active {
  overflow: visible;
}
#faq .contents_list li .acc_bottom.active .txt_area {
  opacity: 1;
}
#faq .contents_list li .acc_bottom .txt_area {
  opacity: 0;
  transition: 0.3s;
  position: relative;
  display: flex;
  padding: 24px 0;
}
#faq .contents_list li .acc_bottom .txt_area .left {
  width: auto;
}
#faq .contents_list li .acc_bottom .txt_area .left .tag {
  font-family: "Roboto", "Noto Sans JP", serif;
  background-color: #fff;
  color: #298A32;
  font-size: 1.4em;
  padding: 0.2em 0.4em;
  margin-right: 0.6em;
  border: 1px solid #298A32;
}
#faq .contents_list li .acc_bottom .txt_area .right {
  width: 100%;
}
#faq .contents_list li .acc_bottom .txt_area p:last-of-type {
  margin: 0;
}

@media only screen and (max-width: 769px) {
  #faq {
    padding: 12vw 0;
  }
  #faq .contents_list li .acc_top {
    padding: 12px 34px 12px 0;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    align-items: baseline;
  }
  #faq .contents_list li .acc_top::before {
    width: 16px;
    height: 2px;
    right: 10px;
  }
  #faq .contents_list li .acc_top::after {
    width: 2px;
    height: 16px;
    right: 17px;
  }
  #faq .contents_list li .acc_top .tag {
    font-family: "Roboto", "Noto Sans JP", serif;
    background-color: #298A32;
    color: #fff;
    font-size: 1.4em;
    padding: 0.2em 0.4em;
    margin-right: 0.6em;
    width: auto;
  }
  #faq .contents_list li .acc_top .stit {
    margin: 0;
    font-weight: bold;
    width: 100%;
  }
  #faq .contents_list li .acc_bottom {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    box-sizing: border-box;
  }
  #faq .contents_list li .acc_bottom.active {
    overflow: visible;
  }
  #faq .contents_list li .acc_bottom.active .txt_area {
    opacity: 1;
  }
  #faq .contents_list li .acc_bottom .txt_area {
    opacity: 0;
    transition: 0.3s;
    position: relative;
    display: flex;
    padding: 24px 0;
  }
  #faq .contents_list li .acc_bottom .txt_area .left {
    width: auto;
  }
  #faq .contents_list li .acc_bottom .txt_area .left .tag {
    font-family: "Roboto", "Noto Sans JP", serif;
    background-color: #fff;
    color: #298A32;
    font-size: 1.4em;
    padding: 0.2em 0.4em;
    margin-right: 0.6em;
    border: 1px solid #298A32;
  }
  #faq .contents_list li .acc_bottom .txt_area .right {
    width: 100%;
  }
  #faq .contents_list li .acc_bottom .txt_area p:last-of-type {
    margin: 0;
  }
}
/* previews */
#previews {
  padding: 120px 0;
}
#previews .pre_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
#previews .pre_list li {
  width: 32%;
  background-color: #F4F4F4;
  border-radius: 20px;
  padding: 30px;
}
#previews .pre_list li .head {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
}
#previews .pre_list li .head .title {
  color: #3492E5;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#previews .pre_list li .head .age {
  margin: 0;
  font-size: 0.8em;
}
#previews .pre_list li .head .age .left {
  font-weight: bold;
}
#previews .pre_list li .txt_area {
  font-size: 0.9em;
  line-height: 1.7em;
}
#previews .pre_list li .txt_area p:last-of-type {
  margin: 0;
}

@media only screen and (max-width: 769px) {
  #previews {
    padding: 12vw 0;
  }
  #previews .pre_list li {
    width: 100%;
    padding: 20px;
  }
  #previews .pre_list li .txt_area {
    font-size: 0.9em;
    line-height: 1.7em;
  }
}
/* privacy */
#privacy {
  padding: 120px 0;
}
#privacy .privacy_nav {
  margin-bottom: 80px;
}
#privacy .privacy_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 6%;
}
#privacy .privacy_nav ul li {
  width: auto;
}
#privacy .privacy_nav ul li a {
  position: relative;
  color: inherit;
}
#privacy .privacy_nav ul li a::after {
  position: absolute;
  content: "";
  background-color: #D6006C;
  width: 0;
  height: 1px;
  bottom: -6px;
  left: 0;
  transition: 0.2s;
}
#privacy .privacy_nav ul li a:hover {
  color: #D6006C;
}
#privacy .privacy_nav ul li a:hover::after {
  width: 100%;
}
#privacy .privacy_nav ul li a.active {
  color: #D6006C;
}
#privacy .privacy_nav ul li a.active::after {
  width: 100%;
}
#privacy .txt_block {
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 80px;
}
#privacy .txt_area h2 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #3D3D3D;
}
#privacy .txt_area h3 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
#privacy .txt_area ol {
  list-style: auto;
  padding-left: 2.4em;
  margin-bottom: 1.5em;
}
#privacy .txt_area ul li {
  border-bottom: 1px solid #E5E5E5;
  padding: 1em 0;
}

@media only screen and (max-width: 769px) {
  #privacy {
    padding: 12vw 0;
  }
  #privacy .privacy_nav {
    margin-bottom: 40px;
  }
  #privacy .privacy_nav ul li a {
    font-size: 0.9em;
  }
  #privacy .txt_block {
    padding-top: 60px;
    margin-top: -60px;
    margin-bottom: 60px;
  }
}
.contact_area {
  position: relative;
  padding: 80px 0 120px;
}
.contact_area .contact_top {
  text-align: center;
  margin-bottom: 40px;
}
.contact_area .contact_top figure {
  margin-bottom: 12px;
}
.contact_area .contact_top figure img {
  width: 42px;
  height: auto;
}
.contact_area .contact_top .stit {
  color: #D6006C;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.contact_area .block {
  display: block;
  margin-bottom: 20px;
}
.contact_area .block .left {
  width: 100%;
}
.contact_area .block .left p {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.contact_area .block .left .req_icon {
  color: #FF0000;
  font-size: 0.8em;
  margin-left: 0.8em;
}
.contact_area .block .left .req_icon.no_rec {
  color: #90909D;
}
.contact_area .block .left .note {
  font-size: 0.7em;
  line-height: 1.5em;
}
.contact_area .block .right {
  width: 100%;
}
.contact_area .block .right input, .contact_area .block .right textarea {
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
  display: block;
  padding: 16px;
  background-color: #fff;
  color: #3D3D3D;
  border: 1px solid #D1D1D1;
}
.contact_area .block .right input::-moz-placeholder, .contact_area .block .right textarea::-moz-placeholder {
  opacity: 0.5;
}
.contact_area .block .right input::placeholder, .contact_area .block .right textarea::placeholder {
  opacity: 0.5;
}
.contact_area .block .right input.fix, .contact_area .block .right textarea.fix {
  pointer-events: none;
  background-color: #eee;
}
.contact_area .block .right textarea {
  height: 240px;
}
.contact_area .block .right.select span {
  width: min(100%, 300px);
  display: inline-block;
  position: relative;
}
.contact_area .block .right.select span::before {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #AFAFAF transparent transparent transparent;
  content: "";
  pointer-events: none;
}
.contact_area .block .right.select span select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
  display: block;
  padding: 12px 16px;
  background-color: #fff;
  color: #101010;
  border: 1px solid #AFAFAF;
}
.contact_area .block .right .radio_area {
  display: flex;
  gap: 0 12px;
}
.contact_area .block .right .radio_area .wpcf7-list-item {
  margin: 0;
}
.contact_area .block .right .radio_area .wpcf7-list-item label {
  display: flex;
}
.contact_area .block .right .radio_area .wpcf7-list-item label input {
  width: 20px;
  margin-right: 8px;
}
.contact_area .form_box {
  position: relative;
  width: 100%;
  transition: 0.2s;
}
.contact_area .form_box.disactive {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  pointer-events: none;
}
.contact_area .form_box .btn_area {
  margin-top: 60px;
  text-align: center;
}
.contact_area .form_box .btn_area .txt_link {
  text-decoration: underline;
  color: inherit;
  margin-bottom: 1em;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.5em;
}
.contact_area .form_box .btn_area .confirm_btn {
  -webkit-appearance: none;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2em;
  cursor: pointer;
  transition: 0.2s;
}
.contact_area .form_box .btn_area .confirm_btn:disabled {
  background-color: #d9d9d9;
  border: 1px solid;
  pointer-events: none;
}
.contact_area .form_box .btn_area .confirm_btn:disabled span::after {
  opacity: 0;
}
.contact_area .confirm_box {
  width: 100%;
  transition: 0.2s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  pointer-events: none;
}
.contact_area .confirm_box.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.contact_area .confirm_box .block {
  margin: 0;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
}
.contact_area .confirm_box .block:nth-of-type(1) {
  border-top: 1px solid #CCCCCC;
}
.contact_area .confirm_box .block .left p {
  color: #D6006C;
}
.contact_area .confirm_box .block .right p {
  margin: 0;
}
.contact_area .confirm_box .btn_area {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 0 2%;
}
.contact_area .confirm_box .btn_area .rev_btn {
  cursor: pointer;
  width: 49%;
  font-size: 1.1em;
}
.contact_area .confirm_box .btn_area .send_btn {
  cursor: pointer;
  width: 49%;
  -webkit-appearance: none;
  border: none;
  font-size: 1.2em;
}
.contact_area .confirm_box .btn_area .wpcf7-spinner {
  display: none;
}
.contact_area .thx_box {
  width: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  pointer-events: none;
}
.contact_area .thx_box p {
  margin: 0;
}
.contact_area .thx_box.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.contact_area .thx_box .btn_area {
  text-align: center;
}
.contact_area .wpcf7-response-output {
  display: none !important;
}
.contact_area .wpcf7-not-valid {
  border: 1px solid #FF0004 !important;
}
.contact_area .wpcf7-not-valid-tip {
  color: #FF0004;
  font-size: 12px;
  line-height: 1.5em;
  padding-top: 0.5em;
}

@media only screen and (max-width: 769px) {
  .contact_area {
    padding: 12vw 0;
  }
  .contact_area .contact_top {
    margin-bottom: 20px;
  }
  .contact_area .contact_top figure {
    margin-bottom: 8px;
  }
  .contact_area .contact_top .stit {
    font-size: 20px;
  }
  .contact_area .block {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .contact_area .block .left {
    width: 100%;
    margin-bottom: 4px;
  }
  .contact_area .block .right {
    width: 100%;
  }
  .contact_area .block .right input, .contact_area .block .right textarea {
    padding: 12px;
  }
  .contact_area .block .right textarea {
    height: 200px;
  }
  .contact_area .form_box {
    position: relative;
    width: 100%;
    transition: 0.2s;
  }
  .contact_area .form_box.disactive {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .contact_area .form_box .btn_area {
    margin-top: 20px;
  }
  .contact_area .confirm_box .btn_area {
    margin-top: 20px;
    flex-direction: column;
    gap: 12px 0;
  }
  .contact_area .confirm_box .btn_area .rev_btn {
    width: 100%;
    font-size: 1.1em;
  }
  .contact_area .confirm_box .btn_area .send_btn {
    width: 100%;
    font-size: 1.1em;
  }
}
/* lightbox */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #7b0000;
}

#colorbox {
  outline: none;
}

/* #cboxContent{margin-bottom:60px; overflow:visible;}*/
#cboxContent {
  margin-right: 60px;
  overflow: visible;
  margin-bottom: 0;
}

.cboxIframe {
  background: #000;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: transparent;
  position: relative;
  z-index: 10000;
  filter: drop-shadow(0 10px 11px rgba(0, 0, 0, 0.3));
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#cboxLoadedContent::-webkit-scrollbar {
  display: none;
}

#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

#cboxSlideshow, #cboxClose {
  text-indent: -9999px;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  background: url(../images/controls.png?0906) no-repeat 0 0;
}

#cboxClose {
  background-position: 7px 0;
  right: -50px;
  border: 0;
  outline: none;
}

#cboxClose:hover {
  background-position: -40px 0;
}

@media screen and (max-width: 768px) {
  #cboxContent {
    margin-right: 0;
    margin-bottom: 50px;
  }
  #cboxClose {
    right: 0;
    top: inherit;
    bottom: -35px;
    height: 22px;
  }
}
/*# sourceMappingURL=pages.css.map */