@charset "UTF-8";
/*
共通
*/
p {
  line-height: 2;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
a:hover:not(:has(img)) {
  /*opacity: 0.6;*/
}
a:hover:has(img) {
  opacity: 1;
}
a:hover:has(img) img {
  opacity: 0.4;
}
a.seminarList__anker:hover:not(:has(img)) {
  /*opacity: 0.6;*/
}
a.seminarList__anker:hover:has(img) {
  opacity: 1;
}
a.seminarList__anker:hover:has(img) img {
  opacity: 1;
}

/*
ボタン効果
*/
@media screen and (max-width: 769px) {
  .homeMonthly__btn1 {
    width: 100%;
  }
}

.c-btn_slide, .homeMonthly__btn1 a {
  /*background: #fff;
  color: #ff701e;*/
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-btn_slide::after, .homeMonthly__btn1 a::after {
  background: #050462;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn_slide:hover, .homeMonthly__btn1 a:hover {
  color: #fff;
}
.c-btn_slide:hover::after, .homeMonthly__btn1 a:hover::after {
  transform: scale(1, 1);
}

/*
スワイパー
*/
.swiper-container.v1 .swiper-wrapper {
  /*height: 530px;*/
  height: auto;
}
.swiper-container.v1 .swiper-button-prev, .swiper-container.v1 .swiper-button-next {
  top: 32%;
}

/*
ヘッダー
*/
.fixheader {
  position: fixed;
  top: 10px;
  right: 10px;
  background: #fff;
}
.fixheader a {
  width: 170px;
  height: auto;
  display: block;
}
.fixheader img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  .fixheader {
    display: none;
  }
}

/*
トップページ
*/
.top__bana1 {
  flex-wrap: wrap;
}
.top__bana1 a {
  display: block;
  margin: 0 auto;
}
.top__bana1 a:not(:last-child) {
  margin-bottom: 20px;
}
.top__bana1 a img {
  width: 100%;
  height: auto;
  border: 1px solid #666;
}
.top__bana1 .bana__logo2 {
  margin-top: 20px;
  width: 90%;
  max-width: 800px;
  position: relative;
}
.top__bana1 .bana__logo2 img {
  width: 100%;
  height: auto;
}

.homeInformation__content {
  margin: 50px auto 0;
  position: relative;
  padding: 0 65px;
}
@media screen and (max-width: 769px) {
  .homeInformation__content {
    padding: 0;
  }
}
.homeInformation__content .swiper-slide {
  border: 1px solid #666;
  text-decoration: none;
  box-sizing: border-box;
  height: 400px; /*202510テストの現状で調整して400pxにしているが本番に合わせて必要なら再調整*/
}
@media screen and (max-width: 769px) {
  .homeInformation__content .swiper-slide {
    width: 100%;
  }
}
.homeInformation__content .teaching__box-img {
  position: relative;
  margin-bottom: 0;
}
.homeInformation__content .teaching__box-img img {
  position: absolute;
  top: 0;
}
.homeInformation__content .seminarDate {
  text-align: left;
  padding: 5px 10px;
  text-decoration: none;
  color: #242323;
}
.homeInformation__content .teaching__box-ttl {
  text-align: left;
  padding: 5px 10px;
  text-decoration: none;
  color: #242323;
}
.homeInformation__content .teaching__box-dec {
  text-align: left;
  padding: 5px 10px;
  text-decoration: none;
  color: #242323;
}

@media screen and (max-width: 769px) {
  .teaching .teaching__box__slider {
    padding: 0;
  }
}
.teaching .swiper-slide {
  border: 1px solid #666;
  text-decoration: none;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .teaching .swiper-slide {
    width: 100%;
  }
}

.teaching__box-img {
  height: auto;
}
.teaching__box-img img {
  height: auto;
}
@media screen and (max-width: 769px) {
  .teaching__box-img {
    height: 451px;
  }
}

.top__container {
  margin-bottom: 100px;
}

.tool__container {
  margin: 50px auto 0;
  position: relative;
  padding: 0;
}
.tool__container .tool__box {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 769px) {
  .tool__container {
    padding: 0;
  }
}

.top__bana1_sp {
  display: none;
}

.teaching__box-img {
  margin-bottom: 0;
}

@media screen and (max-width: 769px) {
  .res_logo {
    margin-bottom: 20px;
  }
  .top__bana1_sp {
    display: block;
    width: 100%;
    padding: 0 10%;
  }
}
/*
下層ページ共通
*/
.newdesign .head01 {
  text-align: left;
  margin-bottom: 30px;
  color: #939393;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.newdesign .head01 .subtitle {
  font-size: 20px;
  display: block;
  border-top: 1px solid #000;
}

/*
セミナーページ
*/
.seminarArchive__list {
  margin-bottom: 20px;
}

/*
サービスページ
*/
/*切り替えタブ*/
.about__service {
  width: 100%;
  margin: 0 auto 50px;
}
.about__service .about__text {
  word-break: break-all;
}
@media screen and (max-width: 769px) {
  .about__service {
    margin-top: 50px;
  }
}

/*税理士向け・経営者向け*/
.serviceSwipeArea {
  width: 100%;
  margin: 0 auto 50px;
}
.serviceSwipeArea .tab-panel {
  margin: 0px auto 0;
  position: relative;
  padding: 0 65px;
}
.serviceSwipeArea .tab-panel:not(.active) {
  display: none;
}
@media screen and (max-width: 769px) {
  .serviceSwipeArea .tab-panel {
    padding: 0;
  }
}
.serviceSwipeArea .tab-list {
  width: calc(100% - 130px);
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 769px) {
  .serviceSwipeArea .tab-list {
    width: 100%;
  }
}
.serviceSwipeArea .tab-item {
  width: 50%;
  height: 50px;
  background: #eff0f2;
  color: #000;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.serviceSwipeArea .tab-item.active {
  background: #b7010e;
  color: #fff;
}
.serviceSwipeArea .tab-item:hover {
  background: #e17178;
}
.serviceSwipeArea .swiper-wrapper a {
  display: block;
  width: 100%;
  height: auto;
  background: #666;
}
.serviceSwipeArea .swiper-wrapper a img {
  width: 100%;
  height: auto;
}
.serviceSwipeArea .owners .swiper-wrapper {
  transition: none !important;
  animation: none !important;
}

.serviceTABArea {
  width: 100%;
  margin: 0 auto 50px;
}
.serviceTABArea .tab-panel {
  margin: 0px auto 0;
  position: relative;
  padding: 0;
}
.serviceTABArea .tab-panel:not(.active) {
  display: none;
}
.serviceTABArea .tab-list {
  width: 100%;
  display: flex;
}
.serviceTABArea .tab-item {
  width: 50%;
  height: 50px;
  background: #eff0f2;
  color: #000;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.serviceTABArea .tab-item.active {
  background: #b7010e;
  color: #fff;
}
.serviceTABArea .tab-item:hover {
  background: #e17178;
}
.serviceTABArea .swiper-wrapper a {
  display: block;
  width: 100%;
  height: 300px;
  background: #666;
}

/*税理士向けバナー*/
.taxacon_mailmag_banarea {
  width: 100%;
  margin: 0 auto 100px;
}
.taxacon_mailmag_banarea img {
  width: 100%;
  height: auto;
}

#serviceList {
  width: 100%;
  margin: 0 auto 100px;
}
#serviceList .anker {
  display: inline-block;
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 24px;
}
#serviceList .serviceList__Block:not(.active) {
  display: none;
}
#serviceList ul {
  margin-bottom: 50px;
}
#serviceList ul li {
  margin-bottom: 20px;
  list-style-type: none;
}
#serviceList .serviceList__body .flexBox {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #666;
}
#serviceList .serviceList__body .flexBox .serviceList__img {
  width: 35%;
  /*background: #000;*/
}
#serviceList .serviceList__body .flexBox .serviceList__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  #serviceList .serviceList__body .flexBox .serviceList__img img {
    height: auto;
  }
}
@media screen and (max-width: 769px) {
  #serviceList .serviceList__body .flexBox .serviceList__img {
    width: 100%;
  }
}
#serviceList .serviceList__body .flexBox .serviceList__content {
  width: 65%;
}
#serviceList .serviceList__body .flexBox .serviceList__content .ttlh3 {
  width: 100%;
  height: 90px;
  padding: 20px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #666;
  color: #fff;
  font-size: 19px;
}
@media screen and (max-width: 769px) {
  #serviceList .serviceList__body .flexBox .serviceList__content .ttlh3 {
    display: none;
  }
}
#serviceList .serviceList__body .flexBox .serviceList__content .txt {
  text-align: left;
  padding: 15px;
}
#serviceList .serviceList__body .flexBox .serviceList__content .txt p {
  margin-bottom: 20px;
  word-wrap: break-word;
}
#serviceList .serviceList__body .flexBox .serviceList__content .txt a {
  width: 60%;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #b7010e;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#serviceList .serviceList__body .flexBox .serviceList__content .txt a::after {
  background: #050462;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
#serviceList .serviceList__body .flexBox .serviceList__content .txt a:hover {
  color: #fff;
}
#serviceList .serviceList__body .flexBox .serviceList__content .txt a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 769px) {
  #serviceList .serviceList__body .flexBox .serviceList__content .txt a {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  #serviceList .serviceList__body .flexBox .serviceList__content {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 769px) {
  #serviceList .serviceList__body .flexBox {
    display: block;
  }
}

/*
ページ内リンク
*/
#inPageLink.service {
  width: 100%;
  margin-bottom: 20px;
}
#inPageLink.service .inPageLink__ankerList {
  display: flex;
  margin: 50px auto 0;
}
@media screen and (max-width: 769px) {
  #inPageLink.service .inPageLink__ankerList {
    flex-wrap: wrap;
  }
}
#inPageLink.service .inPageLink__ankerList li {
  width: 200px;
  height: 60px;
  font-size: 18px;
  list-style-type: none;
  margin-right: 20px;
}
#inPageLink.service .inPageLink__ankerList li a {
  width: 100%;
  height: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #b7010e;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#inPageLink.service .inPageLink__ankerList li a::after {
  background: #050462;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
#inPageLink.service .inPageLink__ankerList li a:hover {
  color: #fff;
}
#inPageLink.service .inPageLink__ankerList li a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 769px) {
  #inPageLink.service .inPageLink__ankerList li {
    width: 48%;
    margin-right: 1%;
  }
}
#inPageLink.company {
  width: 60%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 769px) {
  #inPageLink.company {
    width: 90%;
    margin-bottom: 50px;
  }
}
#inPageLink.company .inPageLink__ankerList {
  display: flex;
  margin: 50px auto 0;
}
@media screen and (max-width: 769px) {
  #inPageLink.company .inPageLink__ankerList {
    display: block;
  }
}
#inPageLink.company .inPageLink__ankerList li {
  width: 33%;
  height: 60px;
  font-size: 18px;
  list-style-type: none;
  margin-right: 20px;
}
#inPageLink.company .inPageLink__ankerList li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #b7010e;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  #inPageLink.company .inPageLink__ankerList li {
    width: 100%;
    margin-bottom: 10px;
  }
}

/*
会社概要
*/
#company {
  width: 100%;
  /*
  沿革
  */
}
@media screen and (max-width: 769px) {
  #company {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#company .presidentMassage {
  margin-bottom: 100px;
}
@media screen and (max-width: 769px) {
  #company .presidentMassage {
    margin-bottom: 50px;
  }
}
#company .presidentProfile__wrap {
  background: #2f2f2f;
  width: 100%;
  height: 280px;
  padding: 0 10%;
  display: flex;
  align-items: end;
  flex-direction: row-reverse;
  justify-content: center;
  overflow: visible;
}
@media screen and (max-width: 769px) {
  #company .presidentProfile__wrap {
    height: auto;
    padding: 5%;
    align-items: anchor-center;
  }
}
#company .presidentProfile__txt {
  color: #fff;
  width: 60%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 769px) {
  #company .presidentProfile__txt {
    width: 100%;
  }
}
#company .presidentProfile__txt .ttlh3 {
  font-size: 32px;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: normal;
  margin-bottom: 30px;
  width: 90%;
}
@media screen and (max-width: 769px) {
  #company .presidentProfile__txt .ttlh3 {
    font-size: 30px;
    width: 100%;
  }
}
#company .presidentProfile__picture {
  height: 140%;
}
@media screen and (max-width: 769px) {
  #company .presidentProfile__picture {
    width: 30%;
    height: 100%;
    margin-bottom: 0;
  }
}
#company .presidentProfile__picture img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 769px) {
  #company .presidentProfile__picture img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 769px) {
  #company .presidentProfile__picture.sp {
    float: right;
  }
}
#company .presidentProfile__info {
  color: #fff;
  margin-right: 10%;
}
@media screen and (max-width: 769px) {
  #company .presidentProfile__info {
    margin-right: 0;
  }
}
#company .presidentProfile__info .name.companmy {
  display: block;
  font-size: 15px;
  font-weight: normal;
}
#company .presidentProfile__info .name.president {
  display: block;
  font-size: 20px;
  font-weight: normal;
}
#company .corpMission {
  margin-bottom: 50px;
}
#company .corpMission__content {
  width: 100%;
  max-width: 1050px;
}
#company .corpMission__txt {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto 30px;
}
#company .corpMission__txt .ttlh3 {
  font-size: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  #company .corpMission__txt .ttlh3 {
    font-size: 30px;
  }
}
#company .corpVision {
  margin-bottom: 50px;
}
#company .corpVision__content {
  width: 100%;
  max-width: 1050px;
}
#company .corpVision__txt {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
#company .corpVision__txt .ttlh3 {
  font-size: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  #company .corpVision__txt .ttlh3 {
    font-size: 30px;
  }
}
#company .corpValue {
  margin-bottom: 50px;
}
#company .corpValue__content {
  width: 100%;
  max-width: 1050px;
}
#company .corpValue__txt {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
#company .corpValue__txt > ul > li {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  #company .corpValue__txt > ul > li {
    margin-bottom: 20px;
  }
}
#company .corpValue__txt .midashi {
  width: 40%;
  text-align: left;
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  #company .corpValue__txt .midashi {
    width: 35%;
    font-size: 25px;
  }
}
#company .corpValue__txt .midashi .value {
  font-size: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 769px) {
  #company .corpValue__txt .midashi .value {
    display: block;
    font-size: 18px;
  }
}
#company .corpValue__txt .txt {
  width: 60%;
}
@media screen and (max-width: 769px) {
  #company .corpValue__txt .txt {
    width: 65%;
  }
}
#company .corpValue__txt .txt ul li {
  text-align: left;
}
#company .companyInfo {
  margin: 0 auto 50px;
}
#company .companyInfo__content {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
#company .companyInfo__wrap {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 769px) {
  #company .companyInfo__wrap {
    display: block;
  }
}
#company .companyInfo__txt {
  width: 50%;
  max-width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #company .companyInfo__txt {
    width: 100%;
  }
}
#company .companyInfo .ttlh3 {
  font-size: 30px;
  margin-bottom: 20px;
}
#company .companyInfo table {
  width: 90%;
}
#company .companyInfo table tr:last-child th {
  padding-bottom: 20px;
}
#company .companyInfo table tr:last-child td {
  padding-bottom: 20px;
}
#company .companyInfo table th {
  border-bottom: 1px solid #000;
  padding: 20px 0 5px 0;
  text-align: left;
}
#company .companyInfo table td {
  border-bottom: 1px solid #000;
  padding: 20px 0 5px 0;
  text-align: left;
}
#company .companyInfo .accessMap {
  width: 50%;
}
@media screen and (max-width: 769px) {
  #company .companyInfo .accessMap {
    width: 100%;
    height: 300px;
  }
}
#company .companyInfo .accessMap iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 769px) {
  #company .companyInfo .accessMap iframe {
    height: 300px;
  }
}
#company .companyHistory__content {
  width: 100%;
  max-width: 1050px;
}
#company .companyHistory__txt {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
#company .companyHistory .timeline {
  position: relative;
  margin: 40px;
  padding-left: 0px;
  border-left: 2px solid #b50017;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #company .companyHistory .timeline {
    width: 95%;
  }
}
#company .companyHistory .timeline-item {
  position: relative;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
#company .companyHistory .timeline-item::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0px;
  width: 10px;
  height: 10px;
  background-color: #b50017;
  border-radius: 50%;
}
#company .companyHistory .timeline-date {
  width: 20%;
  color: #b50017;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 40px;
}
#company .companyHistory .timeline-content {
  width: 80%;
  color: #333;
}
@media screen and (max-width: 769px) {
  #company .companyHistory .timeline-content {
    width: 75%;
  }
}
#company .companyHistory .timeline-item:last-child {
  line-height: 0;
  border-left: 2px solid #fff;
}
#company .companyHistory .timeline-item:last-child::before {
  left: -8px;
}

/*
求人ページ
*/
#recruit {
  /*採用情報*/
  /*募集要項*/
}
#recruit .aboutus {
  margin-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 769px) {
  #recruit .aboutus {
    width: 90%;
    margin: 50px auto;
  }
}
#recruit .aboutus a {
  width: 400px;
  height: 60px;
  margin: 40px 0;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #b7010e;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#recruit .aboutus__wrap {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  #recruit .aboutus__wrap {
    display: block;
  }
}
#recruit .aboutus__picture {
  width: 40%;
}
@media screen and (max-width: 769px) {
  #recruit .aboutus__picture {
    width: 100%;
    margin-bottom: 20px;
  }
}
#recruit .aboutus__picture img {
  width: 100%;
  height: auto;
}
#recruit .aboutus__txt {
  width: 55%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 769px) {
  #recruit .aboutus__txt {
    width: 100%;
  }
}
#recruit .aboutus__txt .ttlh3 {
  font-size: 40px;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: normal;
  margin-bottom: 30px;
}
#recruit .aboutus__txt p:not(:last-child) {
  margin-bottom: 20px;
}
#recruit .aboutus__txt a {
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #recruit .aboutus__txt a {
    margin-top: 40px;
  }
}
#recruit .slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  background: #333; /* 背景色は確認用 */
}
#recruit .slider {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
}
#recruit .slider img {
  width: auto;
  height: 400px;
  flex-shrink: 0;
}
@media screen and (max-width: 769px) {
  #recruit .slider-wrapper {
    height: 200px;
  }
  #recruit .slider {
    height: 200px;
  }
  #recruit .slider img {
    height: 200px;
  }
}
#recruit #Colleagues {
  padding-top: 100px;
}
@media screen and (max-width: 769px) {
  #recruit #Colleagues {
    width: 90%;
    margin: 0px auto;
    padding-top: 50px;
  }
}
#recruit .obinformation {
  border: 1px solid #666;
  border-radius: 10px;
  padding: 40px 40px 150px 40px;
  margin-bottom: 50px;
  position: relative;
}
#recruit .obinformation .ttlh3 {
  font-size: 20px;
  margin: 0 auto 20px;
}
#recruit .obinformation table tr {
  margin-bottom: 20px;
}
#recruit .obinformation table th {
  width: 25%;
  text-align: left;
  padding: 20px 0;
}
#recruit .obinformation table td {
  width: 75%;
  text-align: left;
  padding: 20px 0;
  line-height: 1.8;
}
#recruit .obinformation a {
  margin: 0 0 0 auto;
  width: 300px;
  height: 60px;
  color: #fff;
  background: #b7010e;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 40px;
  right: 0;
  border-radius: 40px 0px 0px 40px;
  font-size: 20px;
  text-decoration: none;
}
#recruit .AppliRrequire .head01 strong {
  color: #b7010e;
  font-size: 110%;
}
#recruit .AppliRrequire__Lead {
  background: #eff0f2;
  padding: 30px 0 50px;
}
#recruit .AppliRrequire__Lead p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  #recruit .AppliRrequire__content {
    width: 90%;
    margin: 50px auto;
  }
}
#recruit .AppliRrequire__body {
  padding: 40px 0;
}
#recruit .AppliRrequire__body p:not(:last-child) {
  margin-bottom: 40px;
  margin-left: 30px;
}
@media screen and (max-width: 769px) {
  #recruit .AppliRrequire__body p:not(:last-child) {
    margin-left: 0;
  }
}
#recruit .AppliRrequire__body .ttlh3 {
  margin-bottom: 15px;
  font-size: 30px;
  border-left: 5px solid #b7010e;
  padding-left: 20px;
}
@media screen and (max-width: 769px) {
  #recruit .AppliRrequire__body .ttlh3 {
    margin-left: 0;
  }
}
#recruit .AppliRrequire__body .ttlh4 {
  font-size: 16px;
  margin-left: 20px;
  margin-bottom: 10px;
  background: #b7010e;
  color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  font-weight: normal;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 769px) {
  #recruit .AppliRrequire__body .ttlh4 {
    margin-left: 0;
  }
}
#recruit .AppliRrequire__body .ttlh5 {
  font-size: 16px;
  margin-left: 20px;
  margin-bottom: 10px;
  background: #eff0f2;
  border-radius: 20px;
  padding: 5px 15px;
  font-weight: normal;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 769px) {
  #recruit .AppliRrequire__body .ttlh5 {
    margin-left: 0;
  }
}
#recruit .AppliRrequire__body ul {
  margin: 0 0 20px 46px;
}
@media screen and (max-width: 769px) {
  #recruit .AppliRrequire__body ul {
    margin-left: 20px;
  }
}

/*
フッター
*/
.footer_top {
  /*width: 100%;
  background: #cacaca; */
  width: 1050px;
  margin: 0 auto;
  padding: 100px 0;
  border-top: 0px solid #b7010e;
}
@media screen and (max-width: 769px) {
  .footer_top {
    width: 100%;
    padding: 30px 0;
  }
}

.sns {
  margin: 0 0 60px;
}
.sns .sns__box {
  width: 600px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.sns .sns__box a {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.sns .sns__box a img {
  width: 40%;
  height: auto;
}
@media screen and (max-width: 769px) {
  .sns .sns__box {
    width: 100%;
  }
}
.sns .facebook__box {
  width: 25%;
}
.sns .facebook__box a {
  background: #1877f2;
}
.sns .facebook__box a img {
  width: 30%;
}
.sns .X__box {
  width: 25%;
}
.sns .X__box a {
  background: #000;
}
.sns .line__box {
  width: 25%;
}
.sns .line__box a {
  background: #00B900;
}
.sns .line__box a img {
  width: 50%;
}
@media screen and (max-width: 769px) {
  .sns .line__box {
    margin-top: 0;
  }
}
.sns .youtube__box {
  width: 25%;
}
.sns .youtube__box a {
  background: #DA1725;
}
.sns .youtube__box a img {
  width: 50%;
}

.relatedSites ul {
  width: 910px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.relatedSites ul li {
  width: 30%;
  list-style-type: none;
  text-align: center;
}
.relatedSites ul li a {
  width: 100%;
  height: auto;
  background: #fff;
  color: #b7010e;
  padding: 0px;
  text-decoration: none;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
}
.relatedSites ul li a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  .relatedSites ul li a {
    padding: 20px 0;
  }
}
@media screen and (max-width: 769px) {
  .relatedSites ul li {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .relatedSites ul {
    width: 70%;
    display: block;
  }
}

.globalFooter__tel {
  text-align: center;
}

/*
各ページメインビジュアル
*/
.pagemainVisual {
  width: 100%;
  min-width: 1200px;
  background: #000;
  text-align: center;
}

.pagemainVisual img {
  width: 100%;
  height: auto;
}

.pagemainVisual_top {
  width: 100%;
  min-width: 1200px;
  background: #000;
}

.pagemainVisual_top img {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column;
}

@media screen and (max-width: 768px) {
  .pagemainVisual img {
    width: 100%;
    max-width: 768px;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  [class^=pagemainVisual--] {
    display: flex;
    width: 100%;
    height: 400px;
    min-width: 1200px;
    font-size: 40px;
    font-weight: normal;
    align-items: center;
    justify-content: center;
  }
}
[class^=pagemainVisual---] {
  display: flex;
  width: 100%;
  /* height: 90vh; 
  height: 550px;*/
  height: auto;
  min-width: 1200px;
  font-size: 40px;
  font-weight: normal;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 769px) {
  [class^=pagemainVisual---] {
    min-width: 100%;
  }
}

.pagemainVisual__img--box {
  width: 100%;
  height: 550px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  /* height: 80vh; */
  padding-left: 20px;
  padding-right: 20px;
  /* padding-top: 53px;
  padding-bottom: 83px; */
}
@media screen and (max-width: 769px) {
  .pagemainVisual__img--box {
    background: #000;
  }
}
.pagemainVisual__img--box.pc {
  display: block;
}
.pagemainVisual__img--box.sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .pagemainVisual__img--box.pc {
    display: none;
  }
  .pagemainVisual__img--box.sp {
    display: block;
  }
}

.pagemainVisual__img__content {
  width: 100%;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.pagemainVisual__img__content img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .pagemainVisual__img__content {
    width: 100%;
  }
  .pagemainVisual__img__content img {
    width: inherit;
    height: auto;
  }
}

/*アニメーション*/
@keyframes fadeInDownStrong {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0); /* 大きく動く */
  }
  50% {
    opacity: 0.5; /* 半透明 */
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownStrong {
  animation-name: fadeInDownStrong;
  --animate-duration: 1.2s;
}

.seminarList__seminar .picture img {
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 769px) {
  .teaching__box-img {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.teachingMaterial__list .picture {
  height: auto;
}

.teachingMaterial__list .picture > img {
  height: auto;
}

/**/
.apply {
  background: #b7010e;
  border: 1px solid #000;
  width: 250px;
  height: 150px;
  position: fixed;
  color: #fff;
  bottom: 1vw;
  right: 1vw;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.apply p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.apply a {
  display: block;
  margin: 0 auto;
  width: 70%;
  height: 100px;
  height: auto;
  background: #fff;
  border-radius: 20px;
  color: #b7010e;
  font-size: 22px;
  text-decoration: none;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}/*# sourceMappingURL=newdesign.css.map */