@charset "UTF-8";
.anchor {
  display: block;
  padding-top: 130px;
}

.sp {
  display: block;
}
@media (min-width: 992px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media (min-width: 992px) {
  .pc {
    display: block;
  }
}

/*nav pc*/
.header-menu-item {
  padding: 0 15px !important;
}
.header-menu-item .text-main {
  font-size: 14px !important;
}

.menu-contact {
  display: none !important;
}
@media (min-width: 1150px) {
  .menu-contact {
    display: flex !important;
  }
}

.navigation-button {
  position: fixed;
  z-index: 1001;
  cursor: pointer;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 10px;
  border: 1px solid transparent;
  background: transparent;
  display: block;
}
@media (min-width: 1150px) {
  .navigation-button {
    display: none;
  }
}

.navigation-content .menu .link {
  padding: 10px;
}

/*mainvisual/*/
#first-view {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: visible;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#first-view::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  #first-view {
    width: 100%;
    height: 90vh;
  }
}
#first-view .first-view {
  height: 100%;
}
#first-view .first-view-container {
  position: relative;
  height: 100%;
  overflow: hidden;
  margin-top: 100px;
}
@media (min-width: 992px) {
  #first-view .first-view-container {
    margin-top: 0;
  }
}
#first-view .first-view-container video {
  z-index: -1;
  width: auto;
  height: 100%;
}
@media (min-width: 992px) {
  #first-view .first-view-container video {
    height: auto;
    width: 100%;
  }
}
#first-view .first-view-container .message {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding: 15px 0px;
}
@media (min-width: 992px) {
  #first-view .first-view-container .message {
    justify-content: center;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
#first-view .first-view-container .message .message-text-main {
  /*
    display:flex;
    align-items:center;
    justify-content:center;
    */
  margin-bottom: 10px;
  padding: 5px;
  min-width: 350px;
  font-size: 15px;
  font-weight: 200;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.3em;
  line-height: 1.2;
  text-align: right;
  background: rgba(255, 255, 255, 0.8);
}
#first-view .first-view-container .message .message-text-main:last-child {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  #first-view .first-view-container .message .message-text-main {
    padding: 5px 5px 5px 20px;
    text-align: center;
    font-size: 20px;
  }
  #first-view .first-view-container .message .message-text-main br {
    display: none;
  }
}
#first-view .first-view-container .message .message-animation {
  position: relative;
}
#first-view .first-view-container .message .message-animation span {
  opacity: 0;
  animation: titleTextAnimation 0.2s linear 0.5s forwards;
}
#first-view .first-view-container .message .message-animation::after {
  animation: titleAnimation 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.3s both;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background-color: #0059a7;
}
@keyframes titleTextAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes titleAnimation {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  35% {
    transform: scaleX(1);
    transform-origin: left center;
  }
  36%, 60% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  to {
    transform: scaleX(0);
    transform-origin: right center;
  }
}

.message-sp {
  background-color: #f5f5f5;
}
.message-sp .message-text-main {
  text-align: center;
  padding: 3rem 0;
  font-size: 15px;
  font-weight: 200;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.3em;
  line-height: 1.2;
}

.toppage-news {
  padding: 30px 15px 0;
}
@media (min-width: 992px) {
  .toppage-news {
    padding: 60px 15px 0px;
  }
}
@media (min-width: 992px) {
  .toppage-news .news-list-item-read {
    max-width: 35rem;
  }
}

@media (min-width: 992px) {
  .toppage-service {
    padding: 0px 15px 80px 15px;
  }
}
.toppage-service .content .image-title {
  position: relative;
  top: -20px;
  right: -10px;
  width: 300px;
}
@media (min-width: 992px) {
  .toppage-service .content .image-title {
    width: 350px;
  }
}
.toppage-service .content .service-list .service-list-item {
  width: 50%;
}
@media (min-width: 992px) {
  .toppage-service .content .service-list .service-list-item {
    width: 25% !important;
  }
}
.toppage-service .content .service-list .service-list-item:nth-child(1), .toppage-service .content .service-list .service-list-item:nth-child(2), .toppage-service .content .service-list .service-list-item:nth-child(3), .toppage-service .content .service-list .service-list-item:nth-child(4), .toppage-service .content .service-list .service-list-item:nth-child(5) {
  padding: 10px;
}
@media (min-width: 992px) {
  .toppage-service .content .service-list .service-list-item:nth-child(4) .read {
    padding-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .toppage-service .content .service-list .service-list-item:nth-child(3) .read {
    padding-bottom: 32px;
  }
}
.toppage-service .content .service-list .service-list-item:nth-child(4) .read {
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  .toppage-service .content .service-list .service-list-item:nth-child(4) .read {
    padding-bottom: 32px;
  }
}

/*top-company*/
.toppage-company .buttons .button-main {
  margin: 0px auto 10px !important;
}
@media (min-width: 992px) {
  .toppage-company .buttons .button-main:nth-child(3), .toppage-company .buttons .button-main:nth-child(4) {
    margin: 0px;
  }
}

/*toppage-groups*/
@media (min-width: 992px) {
  .toppage-groups .content .groups .groups-item:nth-child(even) {
    transform: translateY(50px);
  }
}
@media (min-width: 992px) {
  .toppage-groups .content .groups .groups-item .inner .content .title {
    font-size: 19px;
  }
}

/*toppage-recruit*/
.toppage-recruit .content .recruit-list-wrapper .recruit-list-item {
  /*width: 100% !important;*/
}

/*
 * SUBPAGE-VISUAL
 * -------------------------------------------------------------------
 */
.subpage-visual {
  position: relative;
  display: block;
}
.subpage-visual .content {
  margin: 0px 0px 0px 0px;
  font-family: "Noto Sans JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.3em;
  line-height: 1.2;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .subpage-visual .content {
    padding: 150px 0px 70px 0px;
  }
}
.subpage-visual .content .text-main {
  margin: 0px 0px 10px 0px;
  font-size: 22px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.5rem 2rem;
  max-width: 90%;
  margin: auto;
}
@media (min-width: 992px) {
  .subpage-visual .content .text-main {
    max-width: 50%;
    margin: auto;
  }
}
.subpage-visual .content .text-sub {
  font-size: 18px;
  font-weight: 200;
}
.subpage-visual .breadcrumb {
  text-align: center;
  padding: 1rem 0;
}

/*imgaes*/
.subpage-visual .access_main {
  background-image: url("../img/toppage/access_main.jpg");
}
.subpage-visual .company_main {
  background-image: url("../img/company/company_main.jpg");
}
.subpage-visual .recruit_main {
  background-image: url("../img/recruit/recruit_main.jpg");
}
.subpage-visual .history_main {
  background-image: url("../img/history/history_main_sp.jpg");
}
@media (min-width: 992px) {
  .subpage-visual .history_main {
    background-image: url("../img/history/history_main.jpg");
  }
}
.subpage-visual .history_main .text-main {
  color: #fff;
}
.subpage-visual .business_main {
  background-image: url("../img/business/business_main.jpg");
}
.subpage-visual .news_main {
  background-image: url("../img/toppage/news_main.jpg");
}
.subpage-visual .interview_main {
  background-image: url("../img/interview/interview_main.jpg");
}
.subpage-visual .contact_main {
  background-image: url("../img/toppage/contact_main.jpg");
}
.subpage-visual .privacy_main {
  background-image: url("../img/toppage/privacy_main.jpg");
}
.subpage-visual .privacy_main .text-main {
  color: #fff;
}
.subpage-visual .lrtm_main {
  background-image: url("../img/lrtm/lrtm_main.jpg");
}

.aboutus .subpage-visual .content {
  background-position: bottom right !important;
}

.news_head .content {
  padding: 50px 0px 50px 0px;
}
.news_head .breadcrumb {
  background-color: #f5f5f5;
  padding-bottom: 3px;
}

/* business
 * -------------------------------------------------------------------
 */
.business .content .content-text p {
  text-align: left;
}
@media (min-width: 992px) {
  .business .content .content-text p {
    text-align: center;
  }
}
.business .content .content-sub-image {
  text-align: center;
  padding-bottom: 20px;
  width: 100%;
}
.business .content .content-sub-image img {
  width: 100%;
}
@media (min-width: 992px) {
  .business .content .content-sub-image img {
    width: auto;
  }
}
.business .content .support-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto 0px auto;
  max-width: 1000px;
  border-right: 1px solid #ccc;
}
@media (min-width: 992px) {
  .business .content .support-list {
    margin: 0px auto 30px auto;
  }
}
.business .content .support-list.support-list-last {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .business .content .support-list.support-list-last .list-item:first-child {
    width: 75%;
  }
  .business .content .support-list.support-list-last .list-item:first-child .list-item-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .business .content .support-list.support-list-last .list-item:first-child .list-item-box figure {
    width: 55%;
  }
  .business .content .support-list.support-list-last .list-item:first-child .list-item-box .list-item-r {
    width: 38%;
  }
  .business .content .support-list.support-list-last .list-item:first-child .list-item-box .list-item-r .list-item-txt {
    padding-top: 10px;
  }
}
.business .content .support-list .list-item {
  margin: 0px 0px 20px 0px;
  padding: 0px 10px;
  width: 50%;
  border-left: 1px solid #ccc;
}
@media (min-width: 992px) {
  .business .content .support-list .list-item {
    margin: 0px;
    padding: 0px 30px;
    width: 25%;
  }
}
.business .content .support-list .list-item .list-item-no {
  border-left: 1px solid #d01e40;
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
  margin: 5px 0;
  display: inline-block;
}
.business .content .support-list .list-item .list-item-title {
  font-weight: bold;
  margin: 10px 0;
}
.business .content .support-list .list-item img {
  width: 100%;
}
.business .content .content-image-list .list-item {
  padding-bottom: 2rem;
}
.business .content .business_content_list {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  gap: 5px;
}
.business .content .business_content_list .business_content_list_block {
  display: block;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  background: #000000;
  border-radius: 20px;
}
.business .content .business_content_list .business_content_list_block a,
.business .content .business_content_list .business_content_list_block span {
  color: #ffffff;
}

/***recruit*/
.recruit .recruit-link {
  margin: 0 auto;
  padding: 50px 15px;
}
@media (min-width: 992px) {
  .recruit .recruit-link {
    padding: 100px 15px 0;
  }
}
.recruit .recruit-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit .recruit-link ul li {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .recruit .recruit-link ul li {
    margin-bottom: 2rem;
    width: 30%;
  }
}
.recruit .recruit-link ul li a {
  display: block;
  font-family: serif;
  font-weight: bold;
  border-left: 2px solid #d01e40;
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 1.5rem 0;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
.recruit .recruit-link ul li a.gray {
  background: #eee;
  cursor: default;
}
.recruit.recruit-contact-last {
  padding: 30px 15px 100px;
}

/***interview*/
#interview .recruit-list {
  flex-direction: row;
  justify-content: space-between;
}
#interview .recruit-list:after {
  content: "";
  display: block;
  width: 400px;
  height: 0;
}
#interview .recruit-list .recruit-list-item {
  margin: unset !important;
}

.recruit-list .recruit-list-item {
  margin: unset !important;
}

/***interview*/
/* company
 * -------------------------------------------------------------------
 */
.company {
  padding: 20px 15px;
}
.company .content .content-thumbs {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .company .content .content-thumbs .thumb .thumb-inner {
    top: 0;
  }
}
.company .content .content-table {
  margin-bottom: 30px;
}
.company .content .company-title {
  text-align: center;
}
.company .content .company-title h2 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .company .content .company-title h2 {
    font-size: 2.3rem;
  }
}
.company .content .company-title .under-line {
  margin: 3rem auto;
  border-top: 1px solid #0059a7;
  width: 80px;
}

#company-message {
  padding: 4rem 0 2rem;
  background: #f5f5f5;
}
#company-message .content {
  position: relative;
  max-width: 1100px;
  margin: 0px auto 6rem auto;
  text-align: center;
}
#company-message .content h2 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  #company-message .content h2 {
    font-size: 2.3rem;
  }
}
#company-message .content .under-line {
  margin: 3rem auto;
  border-top: 1px solid #0059a7;
  width: 80px;
}
@media (min-width: 992px) {
  #company-message .content .under-line {
    margin: 1rem auto;
  }
}
#company-message .content .l-content {
  position: relative;
}
#company-message .content .l-content figure {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  min-height: 230px;
  margin: 15px 0 0;
}
@media (min-width: 992px) {
  #company-message .content .l-content figure {
    margin: 0;
  }
}
#company-message .content .l-content figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
#company-message .content .r-content {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #company-message .content .r-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#company-message .content .r-content h3 {
  font-size: 2.5rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  #company-message .content .r-content h3 {
    font-size: 2rem;
  }
}
#company-message .content .r-content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  #company-message .content .r-content p {
    font-size: 1.1rem;
  }
}
#company-message .content .r-content .message-name {
  text-align: right;
  font-size: 2.3rem;
  font-family: "Yuji Syuku", serif;
}
@media (min-width: 992px) {
  #company-message .content .r-content .message-name {
    font-size: 2rem;
  }
}
#company-message .content .r-content .sub-img {
  width: 100%;
}
.company-phots {
  margin: 0px;
  padding: 60px 15px;
}
@media (min-width: 992px) {
  .company-phots {
    padding: 60px 15px;
  }
}
.company-phots .content {
  width: 100%;
}
@media (min-width: 992px) {
  .company-phots .content {
    max-width: 1400px;
    margin: 0px auto;
  }
}
.company-phots .content .company-phot-box {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 992px) {
  .company-phots .content .company-phot-box {
    flex-direction: row;
    padding-top: 30px;
    justify-content: space-around;
  }
}
.company-phots .content .company-phot-box img {
  width: 100%;
}
.company-phots .content .company-phot-box li {
  list-style: none;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .company-phots .content .company-phot-box li:first-child {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .company-phots .content .company-phot-box li:nth-child(2) {
    padding-top: 220px;
    width: 35%;
  }
}
.company-phots .content .company-phot-box2 {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .company-phots .content .company-phot-box2 {
    flex-direction: row;
    padding-bottom: 30px;
    justify-content: space-evenly;
  }
}
.company-phots .content .company-phot-box2 img {
  width: 100%;
}
.company-phots .content .company-phot-box2 li {
  list-style: none;
  padding-bottom: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .company-phots .content .company-phot-box2 li:first-child {
    width: 35%;
    margin-left: 50px;
  }
}
@media (min-width: 992px) {
  .company-phots .content .company-phot-box2 li:nth-child(2) {
    padding-top: 100px;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .company-phots .content .company-phot-box2 li:nth-child(3) {
    padding-top: 260px;
    width: 17%;
  }
}
.company-phots .content .company-phot-box2 .company-phot-box3 {
  position: absolute;
}
@media (min-width: 992px) {
  .company-phots .content .company-phot-box2 .company-phot-box3 {
    bottom: 30px;
    left: 70px;
    width: 15%;
  }
}
.company-phots .content .company-phot-box-big {
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
}
.company-phots .content .company-phot-box-big img {
  width: 100%;
}
@media (min-width: 992px) {
  .company-phots .content .company-phot-box-big {
    padding: 30px 0;
  }
}

/*
 * access
 * -------------------------------------------------------------------
 */
.access {
  padding: 50px 15px;
}
@media (min-width: 992px) {
  .access {
    padding: 100px 15px;
  }
}
.access .map-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: unset;
}
@media (min-width: 992px) {
  .access .map-content {
    flex-direction: row;
  }
}
.access .map-content .article {
  position: relative;
}
@media (min-width: 992px) {
  .access .map-content .article {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.access .map-content .article .access-image {
  width: 100%;
}
.access .map-content .article .access-image img {
  width: 100%;
}
.access .map-content .article .access-box {
  width: 90%;
  border-top: solid 1px #d01e40;
  margin: -50px auto;
  padding: 20px;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 992px) {
  .access .map-content .article .access-box {
    width: 70%;
    padding: 30px;
  }
}
.access .map-content .article .access-box h3 {
  font-size: 1.4rem;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .access .map-content .article .access-box h3 {
    font-size: 1.5rem;
  }
}
.access .map-content .access-map {
  width: 100%;
}
@media (min-width: 992px) {
  .access .map-content .access-map {
    width: 50%;
    max-width: 650px;
    padding-top: 50px;
  }
}
.access .map-content .access-map iframe {
  height: 40vh;
  width: 100%;
}
@media (min-width: 992px) {
  .access .map-content .access-map iframe {
    width: 650px;
    height: 400px;
  }
}

/*
 * history-table
 * -------------------------------------------------------------------
 */
.history {
  margin: 0px;
  padding: 40px 15px;
}
.history .content {
  max-width: 1000px;
  margin: 0px auto;
}
@media (min-width: 992px) {
  .history .content {
    width: 100%;
  }
}
.history .content .history-tab {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .history .content .history-tab {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .history .content .history-tab .sp_br {
    display: none;
  }
}
.history .content .history-tab tr th {
  display: none;
}
@media (min-width: 992px) {
  .history .content .history-tab tr th {
    width: 100px;
    color: #fff;
    display: block;
  }
}
.history .content .history-tab tr td {
  text-align: center;
  padding: 10px 0;
  line-height: 1.3rem;
  height: 50px;
  font-family: serif;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .history .content .history-tab tr td {
    color: #fff;
    position: relative;
  }
}
.history .content .history-tab tr td:nth-child(2) {
  width: 32%;
  border: none;
  background-color: #d01e40;
  padding: 10px 0;
  color: #fff;
  line-height: 1rem;
}
@media (min-width: 992px) {
  .history .content .history-tab tr td:nth-child(2) {
    width: 300px;
    background-color: #d01e40;
    padding: 10px 0;
  }
  .history .content .history-tab tr td:nth-child(2):before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-top: 7px solid #d01e40;
  }
}
.history .content .history-tab tr td:nth-child(3) {
  width: 5px;
  border: none;
}
@media (min-width: 992px) {
  .history .content .history-tab tr td:nth-child(3) {
    width: 10px;
    border-right: 1px solid #ddd;
  }
}
.history .content .history-tab tr td:nth-child(4) {
  width: 5px;
}
@media (min-width: 992px) {
  .history .content .history-tab tr td:nth-child(4) {
    width: 10px;
  }
}
.history .content .history-tab tr td:nth-child(5) {
  width: 32%;
  border: 1px solid #000;
  background-color: #fff;
  padding: 10px 0;
  font-weight: bold;
}
@media (min-width: 992px) {
  .history .content .history-tab tr td:nth-child(5) {
    width: 300px;
    border: none;
    background: #000;
  }
  .history .content .history-tab tr td:nth-child(5):before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 7px solid transparent;
    border-top: 7px solid #000;
  }
}
.history .content .history-tab tr td:nth-child(6) {
  width: 5px;
  border: none;
}
@media (min-width: 992px) {
  .history .content .history-tab tr td:nth-child(6) {
    width: 10px;
    border-right: 1px solid #ddd;
  }
}
.history .content .history-tab tr td:nth-child(7) {
  width: 5px;
}
@media (min-width: 992px) {
  .history .content .history-tab tr td:nth-child(7) {
    width: 10px;
  }
}
.history .content .history-tab tr td:last-child {
  width: 100%;
  border: none;
  background: #666;
  color: #fff;
  font-size: 2rem;
}
.history .content .history-tab tr td:last-child:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 7px solid #666;
}
@media (min-width: 992px) {
  .history .content .history-tab tr td:last-child {
    width: 100%;
    border: none;
    background: #666;
    color: #fff;
    font-size: 1.2rem;
  }
  .history .content .history-tab tr td:last-child:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-top: 7px solid #666;
  }
}
.history .content .history-tab tr:nth-child(2) td {
  background: none;
  border: none;
}
.history .content .history-tab tr:nth-child(2) td:before {
  border: none;
}
@media (min-width: 992px) {
  .history .content .history-tab tr:nth-child(2) td:nth-child(3), .history .content .history-tab tr:nth-child(2) td:nth-child(6) {
    border-right: 1px solid #ddd;
  }
}
.history .content .history-contents {
  padding: 0 0 20px;
}
.history .content .history-contents img {
  width: 100%;
}
.history .content .history-contents .red {
  color: #d01e40;
  font-weight: 600;
}
.history .content .history-contents .blue {
  color: #004B8C;
  font-weight: 600;
}
.history .content .history-contents .black {
  color: #000;
  font-weight: 600;
}
@media (min-width: 992px) {
  .history .content .history-contents {
    padding: 0 0 30px;
    width: 1000px;
  }
}
.history .content .history-contents tr {
  min-height: 50px;
  margin: 0;
  border-left: 2px solid #000;
  padding: 0;
}
@media (min-width: 992px) {
  .history .content .history-contents tr:nth-child(odd) {
    background-color: #f5f5f5;
  }
}
.history .content .history-contents tr th {
  padding: 17px;
  font-size: 1.5rem;
  width: 80px;
  position: relative;
  vertical-align: top;
  background-color: #fff;
  font-family: serif;
}
@media (min-width: 992px) {
  .history .content .history-contents tr th {
    font-size: 1.3rem;
  }
}
.history .content .history-contents tr th b {
  position: absolute;
  left: -6px;
  font-size: 2.9rem;
  top: 10px;
  color: #004B8C;
}
@media (min-width: 992px) {
  .history .content .history-contents tr th b {
    left: -8px;
    font-size: 2.5rem;
    top: 5px;
  }
}
.history .content .history-contents tr th span {
  position: absolute;
  width: 2px;
  height: 30px;
  background-color: #fff;
  top: 0;
  left: -2px;
}
@media (min-width: 992px) {
  .history .content .history-contents tr th {
    width: 80px;
    text-align: left;
  }
}
.history .content .history-contents tr td.red {
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  .history .content .history-contents tr td.red {
    background-color: unset;
  }
}
.history .content .history-contents tr td {
  text-align: left;
  padding: 15px;
  display: block;
  width: 100%;
}
.history .content .history-contents tr td img {
  text-align: center;
  width: 80%;
}
@media (min-width: 992px) {
  .history .content .history-contents tr td:nth-child(2) {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .history .content .history-contents tr td:nth-child(3) {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .history .content .history-contents tr td:last-child {
    display: flex;
    align-items: center;
  }
}
.history .content .history-contents tr .history-flex p {
  width: 50%;
}
.history .content .history-contents tr .history-flex img {
  width: 50%;
}
.history .content .history-contents tr .sp-none {
  display: none;
}
.history .content .history-contents tr .pc-none {
  display: block;
}
/*お問い合わせ*/
.contact .content .message {
  text-align: left;
}
@media (min-width: 992px) {
  .contact .content .message {
    text-align: center;
  }
}
.contact .content form .prv {
  width: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .contact .content form .prv {
    text-align: center;
  }
}

/*
 * プライバシーポリシー
 * -------------------------------------------------------------------
 */
.privacy {
  margin: 0px;
  padding: 50px 15px;
}
.privacy .content {
  width: 100%;
  margin: 0px auto;
}
@media (min-width: 992px) {
  .privacy .content {
    width: 60%;
  }
}
.privacy .content .privacy-heading {
  display: block;
  position: relative;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 20px 0px;
}
.privacy .content .privacy-heading:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 1px;
  background: #222;
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 0.2s;
}
.privacy .content .privacy-heading:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 1px;
  background: #d01e40;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 0.7s;
}
.privacy .content .privacy-heading .text {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition-delay: 1s;
  font-size: 28px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.privacy .content .active:before {
  width: 100%;
}
.privacy .content .active:after {
  width: 60px;
}
.privacy .content .active .text {
  opacity: 1;
}
.privacy .content h2 {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .privacy .content h2 {
    font-size: 24px;
  }
}
.privacy .content h3 {
  font-size: 18px;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .privacy .content h3 {
    font-size: 20px;
  }
}
.privacy .content p {
  padding-bottom: 1rem;
}

/*******************************
/*footer*/
.footer .footer-logo {
  width: 250px;
  margin: 0 auto;
}
.footer .footer-link-list {
  padding: 20px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer .footer-link-list li {
  width: 50%;
  margin: 0px;
  padding-left: 1.5rem;
}
@media (min-width: 992px) {
  .footer .footer-link-list li {
    padding-left: 10px;
    width: unset;
    margin: 0px;
    border: none;
  }
}
.footer .footer-link-list li:first-child, .footer .footer-link-list li:nth-child(2) {
  border-top: solid 1px #fff;
}
@media (min-width: 992px) {
  .footer .footer-link-list li:first-child, .footer .footer-link-list li:nth-child(2) {
    border-top: none;
  }
}
.footer .footer-link-list li:nth-child(odd) {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (min-width: 992px) {
  .footer .footer-link-list li:nth-child(odd) {
    border-bottom: none;
    border-right: none;
  }
}
.footer .footer-link-list li:nth-child(even) {
  border-bottom: 1px solid #fff;
}
@media (min-width: 992px) {
  .footer .footer-link-list li:nth-child(even) {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .footer .footer-link-list li:not(:last-child) {
    border-right: 1px solid #666666;
  }
}
@media (min-width: 992px) {
  .footer .footer-link-list li a {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=add-style.css.map */