html :where(img) {
  height: 100% !important;
  max-width: 100%;
}
/* header */
#header .logo {
  object-fit: contain;
  width: 100%;
}
#header > h2 {
  padding: 15px 15px 10px 20px;
  margin-bottom: 0;
  width: 200px;
}
@media (min-width: 992px) {
  #header > h2 {
    padding: 20px 20px 10px 50px;
  }
  #header .logo {
    width: 100%;
  }
}
.organization {
  margin-bottom: 60px;
}
@media (min-width:960px) {

  .organization__img .view-sp {
    display: none;
  }
}
@media (max-width:959px) {
  .organization__img .view-pc {
    display: none;
  }
}
.flex-ct {
  display: flex;
  
}
.flex-ct p {
width: 50px;
margin: 10px;
}
.flex-ct p img {
object-fit: contain;
  }
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  align-items: center;
  /* text-align: center; */
  /* background-color:rgba(0, 0, 0); */
}
video {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}
#pc-nav ul {
  display: flex;
  justify-content: center;
}
#pc-nav ul li a {
  display: block;
  padding: 20px 20px;
  transition: all 0.3s;
}
#pc-nav ul li a {
  color: white;
}
#pc-nav ul li a .ja {
  color: Black;
}
#pc-nav ul li a .en {
  color: white;
  font-size: 12px;
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  #pc-nav ul li a {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  #pc-nav {
    display: none;
  }
}

/* top_main */
.top-title {
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 2.5em;
  position: absolute;
  top: 36%;
  left: 5%;
  z-index: 3;
  text-shadow: 3px 3px 5px #484848;
}
#slider {
  width: 100%;
}
.top_news_wrap {
  margin: 0 0 10px 20px;
}
.top_news-date {
  display: block;
  margin-top: 5px;
}
.top_news-tit {
  display: block;
  margin-top: 5px;
}
.top_main .tel {
  position: relative;
  padding-left: 25px;
}
.top_main__img {
  height: 75vh;
}
.top_main .tel::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .top-title {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: 6vw;
    padding: 0 3vw;
  }
}
@media (max-width: 767px) {
  .swiper-slide .view-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .swiper-slide .view-sp {
    display: none;
  }
  .top-title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
  }
  #slider {
    width: 100%;
  }
  .top_main .Typing,
  h2 {
    white-space: nowrap;
  }
  .top_main .Typing {
    font-size: 24px;
    text-align: center;
  }
}
@media (min-width: 960px) {
}

.top_main {
  position: relative;
  width: 100%;
}
.top_main_bottom {
  bottom: 0;
  justify-content: space-between;
}
.top_main_bottom > div:first-child .hours {
  line-height: 0.9em;
}

.top_main_bottom > div:first-child .hours span {
  font-size: 0.75em;
}
.top_main_bottom > div:last-child {
  width: 55%;
}
#pc-tel-nav {
width: 30%;
}
@media (max-width: 767px) {
  #slider .swiper-slide {
    height: 70vh;
  }
  .top_main > #slider {
    width: 100%;
  }
  .top_main_bottom > div:last-child {
    width: 100%;
    font-size: 0.8rem;
  }
  #pc-tel-nav {
    display: none !important;
  }
}

/* top_company */
.top_company_img {
  background-image: url(../images/home/new5.webp);
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 400px;
  background-size: cover;
  position: relative;
}
.Typing,
.description {
  position: relative;
  z-index: 10;
}

.top_company_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#top_company > div > div {
  max-width: 800px;
}
@media (max-width: 767px) {
  #top_company {
    background-size: cover;
  }
  #top_company .view-pc {
    display: none;
  }
  .top_company_img::before {
    /* 透過した黒を上から重ねるイメージ */
    background-color: rgba(0, 0, 0, 0.4);
    /* 自由に位置指定 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    /* z-index: -3; */
  }
}
@media (min-width: 768px) {
  #top_company .view-sp {
    display: none;
  }
  #top_company .view-pc {
    width: 40%;
    padding-left: 3rem;
  }
  .top_company_img {
    margin-right: -3rem;
    width: 60%;
  }
}
@media (min-width: 960px) {
  .top_news_wrap {
    display: flex;
    margin: 10px 0 10px 20px;
  }
  .top_news-tit {
    margin-left: 25px;
  }
  .top_main_bottom > .top_news-content.m-color {
    width: 60%;
    padding-bottom: 30px;
  }
}

/* top_service */
#top_business {
  color: white;
}
#gallery .bg::before {
  opacity: 0.3;
}
#gallery p {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  letter-spacing: 0.5em;
}
#gallery li a {
  height: 225px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
#gallery li a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#gallery .item04 img,
#gallery .item03 img {
  object-fit: cover;
}
#gallery li p {
  font-weight: bold;
  color: #fff;
  z-index: 100;
  white-space: nowrap;
}

@media (min-width: 768px) {
  #top_business > div {
    text-align: end;
  }
  #gallery li a {
    height: 265px;
  }
}
@media (max-width: 767px) {
  #top_business > div:last-child {
    text-align: center;
  }
}
@media (min-width: 960px) {
  #gallery li {
    width: 33%;
  }
}

/* top_news */
#top_news > div > div:first-child > div {
  height: 100%;
}
#top_news li {
  border-bottom: 1px solid rgb(66, 66, 66);
}
.news-date {
  display: inline-block;
}
.news-tit {
  display: block;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .news-tit {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #top_news .col-lg-5 > div > div {
    display: none;
  }
  #top_news li > * {
    font-size: 0.8em;
  }
}

/* top_recruit */
#top_recruit::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 100%;
  margin-left: auto;
  background: #00447c;
  z-index: -1;
}

#top_recruit img {
  width: 55%;
  padding: 30px 10px 30px 0;
}

@media (max-width: 767px) {
  #top_recruit::before {
    width: 100%;
  }
  #top_recruit img {
    width: 100%;
    padding: 1rem;
  }
}
/* footer */
#footer {
  background: #514e4e;
  color: white;
}
#footer .logo {
  width: 20%;
  height: auto;
}
#footer .sns-container {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
#footer .address p,
#footer .address a {
  color: white;
}
.sns-ico {
  padding: 12px;
  background-color: rgb(245, 246, 248);
  display: inline-block;
  margin-right: 25px;
  border-radius: 100%;
  border: 1px solid rgb(230, 233, 238);
  box-shadow: 10px 10px 35px rgb(199, 199, 199);
}
.sns-link {
  display: inline-block;
  height: 25px;
  width: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}
#sns01 a {
  background-image: url(../images/common/insta-black.png);
}
#sns02 a {
  background-image: url(../images/common/line.png);
}
#sns03 {
  margin-right: 0;
}
#sns03 a {
  background-image: url(../images/common/facebook-icon.svg);
}
@media (max-width: 991px) {
  #footer .logo {
    width: 10%;
  }
}
@media (max-width: 767px) {
  #footer > * {
    font-size: 0.8em;
  }
  #footer .logo {
    width: 30%;
    display: block;
    margin: 40px auto;
  }
  #footer .small {
    margin-bottom: 20px;
    font-size: 0.9rem;
  }
}
#footer ul i {
  color: #8c8c8c;
}
#footer li a {
  color: white;
}

#footer .flex {
  display: flex;
  justify-content: space-between;
  
}
#footer .flex .Img {
width: 30%;

}
#footer .flex .Img img {
object-fit: contain;

}
#footer .flex .address {
width: 60%;

}
@media (min-width: 768px) {

  #footer .small {
    margin-right: 20px;
  }
}
@media (min-width: 960px) {
  #footer {
    padding: 2rem 20rem !important;
  }
  #footer .d-lg-flex {
    align-items: center;
  }
  #footer .logo {
    width: 15%;
  }
  #footer .address {
    display: flex;
    justify-content: space-between;
  }
  #footer .flex .Img img {
    width: 50%;
  }
}

.tit {
  text-align: center;
  font-size: 20px;
}

.tit .en {
  font-size: 12px;
  color: #347eaf;
}

/* company */
/* business */
.worries {
  padding: 10px 0 30px 0;
  /* background-image: url(../images/home/bg-1.jpg);
  background-size: cover; */
}

.worries h3 {
  text-align: center;
  font-size: 20px;
}

.worries h3 small {
  color: #69c0ef;
}

.worries ul {
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 20px;
}

.worries li {
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.worries li::before {
  position: absolute;
  content: "1";
  font-size: 18px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 28px;
  top: 0px;
  left: -4px;
  background: #4a90e2;
  font-weight: bold;
  color: #fff;
  border-radius: 100%;
}

.worries li:nth-of-type(2)::before {
  content: "2";
}

.worries li:nth-of-type(3)::before {
  content: "3";
}

.worries li:nth-of-type(4)::before {
  content: "4";
}

@media (min-width: 960px) {
  .worries .c-container,
  .worries .c-points__desc {
    padding: 0 22vw;
  }
  .worries h3 {
    font-size: 26px;
  }
  .worries ul {
    padding: 60px 60px 20px 60px;
    font-size: 20px;
  }
  .worries li {
    padding-left: 70px;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .worries li::before {
    position: absolute;
    content: "1";
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: -10px;
    left: -4px;
  }
}

@media (min-width: 768px) {
  .business-item p {
    font-size: 1.2em;
  }
}
.business-item .num {
  font-size: 1.6em;
  margin: 0 10px;
  /* display: block; */
}
.business-contents > div {
  margin: 10rem 0 5rem 0;
}
.business-contents > div .more-btn {
  margin-bottom: 0 !important;
}
.Desc {
  margin-bottom: 30px;
  text-align: center;
  margin: 0 5vw;

}
@media (min-width:960px) {
  .Desc {
    font-size: 30px;
  }
}
.cta h3  {
text-align:  center;
border-bottom: 2px solid #fff;
padding-bottom: 10px;
}
@media (min-width:960px) {
  .cta h3  {
    font-size: 30px;
    }
}
.c-points__desc .item-tit {
  font-size: 18px;
}
.c-points__desc .num {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 28px;
  color: #347eaf;
  border-bottom: 2px solid #347eaf;
}
.c-points__desc .num-wrap {
  text-align: center;
}
.c-points__img {
  margin-bottom: 20px;
}
.c-flow-item .c-container,
.c-flow-item .c-points__desc,
.c-flow-item .c-business-item__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-container,
.c-points__desc,
.c-business-item__desc {
  padding: 0 6vw;
}

@media (min-width: 768px) {
  .c-points li {
    display: flex;
    justify-content: space-between;
  }
  .c-points li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-points__img {
    width: 50%;
  }
  .c-points__desc {
    width: 50%;
  }
  .c-business-item {
    padding: 0 14vw;
  }
  .c-business__tit {
    height: 260px;
  }
}

@media screen and (min-width: 600px) {
  .c-container,
  .c-points__desc,
  .c-business-item__desc {
    padding: 0 3vw;
  }
}

@media screen and (min-width: 960px) {
  .c-container,
  .c-points__desc,
  .c-business-item__desc {
    padding: 0 5vw;
  }
}

@media screen and (min-width: 1200px) {
  .c-container,
  .c-points__desc,
  .c-business-item__desc {
    padding: 0 8vw;
  }
}

/* インスタグラム */
#top_instagram {
  color: white;
}
#top_instagram .container {
  text-align: center;
}
.insta-tit {
  text-align: center;
  margin-bottom: 20px;
}
#sbi_images {
  margin-bottom: 40px;
}
#sb_instagram .sb_instagram_header {
  display: none;
}
.sbi_photo {
  background-repeat: no-repeat;
  background-size: cover;
}
.sbi_photo img {
  height: 100% !important;
}
#sb_instagram #sbi_images {
  display: flex;
  justify-content: space-between;
}

#sb_instagram #sbi_images .sbi_item {
  width: 33.3% !important;
}
/* recruit */
#c-recruit {
  color: black;
}
.recruit-contents h3 {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
.recruit-contents > div {
  border: 1px solid #ababab;
}
@media (max-width: 767px) {
  .recruit-contents p {
    font-size: 0.8rem;
  }
}
@media (min-width: 960px) {
  #top_instagram .container {
    text-align: center;
    padding: 0 8vw;
  }
}

/* news一覧 */
.news-contents {
  padding: 0 5vw;
  margin: 10vh 0 0 0;
  color: black;
}
@media (min-width: 768px) {
  .news-contents {
    padding: 0 10vw;
  }
}
.news-contents .news-item:first-child {
  border-top: 1px solid #ababab;
}
.news-contents .news-item {
  border-bottom: 1px solid #ababab;
}
.news-item span {
  font-size: 0.8rem;
}
.pagination {
  display: block;
}
.page-numbers {
  margin: 12vw 0;
}

.news-contents .page-numbers {
  margin: 12vw 0;
}

.news-contents .page-numbers:not(.next):not(.prev) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #272727;
}

.news-contents .page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgb(183, 234, 243) !important;
}

.news-contents
  .page-numbers:not(.next):not(.prev)
  .page-numbers:not(.next):not(.prev) {
  width: 10vw;
  height: 10vw;
  border-radius: 100%;
  border: 1px solid #c4ccd1;
  background: #fff;
  margin: 0 1.3vw;
}

.news-contents .page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  padding-left: 20px;
  top: 0;
}

.news-contents .page-numbers:not(.next):not(.prev) .next::after {
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/home/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .news-contents .page-numbers:not(.next):not(.prev) .next {
    display: none;
  }
}

@media (min-width: 768px) {
  .news-contents
    .page-numbers:not(.next):not(.prev)
    .page-numbers:not(.next):not(.prev) {
    width: 40px;
    height: 40px;
  }
  .news-contents .page-numbers:not(.next):not(.prev) .next {
    top: 0;
  }
}

@media (min-width: 960px) {
  .news-contents
    .page-numbers:not(.next):not(.prev)
    .page-numbers:not(.next):not(.prev) {
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
    color: #586166;
  }
  .news-contents .page-numbers:not(.next):not(.prev) .next {
    font-size: 1.4rem;
  }
  .news-contents .page-numbers:not(.next):not(.prev) .next::after {
    top: 4px;
    height: 20px;
    width: 20px;
  }
}
/* news詳細 */
.c-news-sl {
  padding: 0 5vw;
}
.c-news-sl__tit {
  margin: 20px 0 0 0;
}
.c-news-sl__contents {
  line-height: 2;
}
.c-news-sl__date {
  padding: 10px 10px;
  display: inline-block;
  color: #fff;
}
.c-news-sl__title {
  font-size: 24px;
  padding: 12px 0;
}
@media (min-width: 600px) {
  .c-news-sl {
    padding: 0 10vw;
  }
  .c-news-sl__tit {
    margin: 60px 0 0 0;
  }
}
/* お問い合わせフォーム */
.c-contact {
  overflow: hidden;
}

.c-contact-text {
  margin-bottom: 30px;
}

.c-contact .contact-form {
  color: black;
  padding: 50px 0;

  text-align: center;
  background-color: #f4f5f7;
}

.c-contact .contact-form h1 {
  display: block;
  text-align: center;
  margin: 30px 0;
}

.c-contact .contact-form input,
.c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid #2b2b2b;
  margin: 5px 0 15px 0;
}

.c-contact .contact-form textarea {
  margin-bottom: 0;
}

.c-contact .contact-form input {
  height: 45px;
}

.c-contact .contact-form select {
  width: 130px;
  height: 45px;
  border: 1px solid #2b2b2b;
}

.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 280px;
  margin-bottom: 0 !important;
}

.c-contact .contact-form dt {
  font-size: 14px;
  
}
.c-contact .contact-form dt p {
  display: inline;
  
}

.c-contact .contact-form .must {
  position: relative;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}

.c-contact .contact-form .must::after {
  content: "*";
  font-size: 14px;
  color: #1d649e;
}

.c-contact .contact-form .free {
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}

.c-contact .contact-form .ct-request select {
  width: 100%;
}

.c-contact .contact-form .ct-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 280px;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}

.c-contact .contact-form .ct-sex {
  display: inline-block;
  text-align: left;
}

.c-contact .contact-form .ct-sex input {
  margin: 0;
}

.c-contact .contact-form .ct-sex select {
  height: 45px;
}

.c-contact .contact-form .ct-age {
  display: inline-block;
  text-align: left;
}

.c-contact .contact-form .ct-date {
  text-align: left;
  font-size: 14px;
}

.c-contact .contact-form .ct-date input {
  margin-top: 0;
  width: 130px;
}

.c-contact .contact-form .ct-time {
  text-align: left;
}

.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}

.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.c-contact .contact-form .ms-1 {
  color: #2180da;
  border-bottom: 1px solid #2180da;
}

.c-contact .contact-form .submit-btn {
  text-align: center;
}

.c-contact .contact-form .submit-btn input:disabled {
  border-color: #a0a0a0;
}

.c-contact .contact-form .submit-btn input {
  border-color: #2b2b2b;
  width: 70%;
  max-width: 320px;
}

.c-contact .contact-form .ajax-loader {
  display: none;
}

.c-contact .contact-form .wpcf7-spinner {
  display: none;
}

@media (min-width: 600px) {
  .c-contact .contact-form .c-contact-text {
    font-size: 18px;
  }
  .c-contact .contact-form dt {
    font-size: 20px;
  }
  .c-contact .contact-form dl {
    width: 540px;
  }
  .c-contact .contact-form .ct-date input {
    width: 250px;
  }
  .c-contact .contact-form .ct-flex {
    width: 540px;
  }
  .c-contact .contact-form select {
    width: 250px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 30px;
    width: 30px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form dl {
    width: 800px;
  }
  .c-contact .contact-form .ct-date input {
    width: 380px;
  }
  .c-contact .contact-form .ct-flex {
    width: 800px;
  }
  .c-contact .contact-form select {
    width: 380px;
  }
  .c-contact .contact-form .ct-age dt,
  .c-contact .contact-form .ct-time dt {
    padding-left: 25px;
  }
}

.c-contact .grecaptcha-badge {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact #contact-tel {
  color: #272727;
  font-size: 20px;
  font-weight: bold;
}
.c-contact .grecaptcha-badge iframe {
  -webkit-box-shadow: grey 0px 0px 5px;
  box-shadow: grey 0px 0px 5px;
}

#privacy-policy {
  margin-top: 50px;
}

.c-privacy .c-title {
  text-align: center;
  font-size: 26px;
  display: block;
  margin-bottom: 50px;
  font-weight: bold;
}

.c-privacy h3 {
  margin-bottom: 20px;
}

.c-privacy-item {
  margin-bottom: 30px;
}
/* サンクスページ */
.c-thanks {
  margin-top: 50px;
}

.c-thanks .c-title {
  text-align: center;
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
}

.c-thanks h3 {
  margin-bottom: 20px;
}

.c-thanks-item {
  margin-bottom: 30px;
}

.grecaptcha-badge {
  visibility: hidden !important;
}
