/*base rule*/
body {
  color: #161616;
  line-height: 1.7;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #555;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.bg-dark a {
  color: #aaa;
}
p:last-child {
  margin-bottom: 0;
}
.big-copy {
  font-size: 1.3em;
}
@media (min-width: 768px) {
  .big-copy {
    font-size: 2em;
  }
}

.card-shadow {
  box-shadow: 0 4px 20px rgba(200, 200, 200, 0.1);
}

.items-underline li {
  border-bottom: 1px solid #eee;
  font-size: 0.9em;
  margin-bottom: 0.4em;
}
section {
  background-size: cover;
  background-position: center center;
}
.admin-bar {
  margin-top: -32px !important;
}
@media (max-width: 782px) {
  .admin-bar {
    margin-top: -46px !important;
  }
}
/*pagenation*/
.info-pagination > .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style: none;
}
.info-pagination .page-numbers {
  padding: 5px;
  margin: 0 10px;
  color: #999;
}
.info-pagination .page-numbers.current {
  color: #02a5bc;
}
.info-pagination .page-numbers.prev,
.info-pagination .page-numbers.next {
  color: #fff;
  background-color: #02a5bc;
  border-radius: 6px;
}

/*section*/
header,
footer,
section {
  position: relative;
}

/*hero-area*/
.hero-area {
  background-position: center center;
  position: relative;
  z-index: 0;
  min-height: 40vh;
  overflow: hidden;
}
.frontpage .hero-area {
  background-attachment: fixed;
}
.hero-area:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.hero-area.hero-area-service::after {
  background: rgba(3, 165, 188, 0.5);
}
.hero-area .main-copy {
  min-height: 60vh;
  padding: 30px 0;
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 300px;
}
.hero-slider {
  position: fixed;
  width: 100%;
  min-height: 40vh;
  margin: 0 !important;
  top: 0;
  left: 0;
}
.hero-slider img {
  width: 100vw;
  height: 40vh;
  object-fit: cover;
  object-position: 50% 50%;
}
.hero-inner {
  color: #fff;
  height: 100%;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.corp_vision_wrapper {
  background-size: 3840px;
  background-position: center center;
}
@media (max-width: 480px) {
  .corp_vision_wrapper.sp .btn.btn-orange {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    margin: 0;
    z-index: 100000;
    font-weight: bold;
    line-height: 44px;
  }
  .corp_vision_wrapper.sp .btn.btn-orange::after {
    content: ">";
    margin-left: 0.25em;
  }
}
@media (max-width: 991px) {
  .corp_vision_wrapper {
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #52cec8;
  }
  .corp_vision_wrapper.pc {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .corp_vision_wrapper.sp {
    display: none !important;
  }
}
.hero--no-slide__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto;
  padding: 90px 0 30px 0;
}
@media (max-width: 991px) {
  .corp_vision_wrapper.sp .hero--no-slide__inner {
    justify-content: center;
  }
}
.hero--no-slide__text {
  font-weight: bold;
  padding: 15px;
}
.hero--no-slide__text h1 {
  font-size: 1.2rem;
}
.hero--no-slide__text a {
  color: #fff;
  text-decoration: underline;
}
.hero--no-slide__text {
  color: #333;
  flex: 1;
}
.hero--no-slide__text h1 {
  font-size: 2.1rem;
}
.hero--no-slide__text h1 .title-ruby {
  font-size: 1.5rem;
}
.hero--no-slide__img {
  max-width: 420px;
  margin: 0 auto;
}

.vision-area {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .vision-area {
    padding-top: 90px;
  }
}

@keyframes topfadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.corp-vision {
  /* font-size:6vw; */
  font-size: 2.2rem;
  /* text-shadow: 0 0 6px rgba(0,0,0,0.4); */
  /* margin-top:4rem;
  margin-bottom: 2.5rem; */
  animation-name: topfadein;
  animation-duration: 1s;
  animation-timing-function: linear;
}
@media (min-width: 992px) {
  .corp-vision br {
    display: none;
  }
}

.vision-area .corp-vision__wrapper {
  max-width: 600px;
  display: flex;
  justify-content: center;
}
.vision-area .corp-vision__description {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 30px 0 0 0;
  text-align: justify;
  font-feature-settings: "palt";
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .hero-area,
  .hero-slider,
  .hero-slider img {
    height: 80vh;
  }
  .hero-area .main-copy {
    min-height: 80vh;
    max-width: 50%;
  }
  .hero-area {
    background-attachment: fixed;
  }
  .corp-vision {
    font-size: 2.5rem;
  }
  .vision-area .corp-vision__description {
    font-size: 1.4rem;
  }
}

/*breadcrumbs*/
.breadcrumbs .container {
  font-size: 0.7em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*about us area*/
.aboutus-area {
  font-feature-settings: "palt";
  padding: 30px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media (min-width: 768px) {
  .aboutus-area {
    flex-direction: row-reverse;
    padding: 2rem 20%;
  }
  .aboutus-text {
    width: calc(100% - 320px);
    padding-left: 20px;
  }
}
.aboutus-img {
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.aboutus-img img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 50%;
  border: 2px solid #fff;
}

/*service-area*/
.service-area {
  position: relative;
}
/* @media (min-width: 768px) {
  .service-area .section-heading {
    position: absolute;
    z-index: 1;
    top: 16vw;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
  }
  .service-area .section-heading:before {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    display: block;
    width: 7em;
    height: 7em;
    position: absolute;
    z-index: 1;
    top: -2.5em;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 10px rgba(100, 100, 100, 0.1);
  }
  .service-area .heading-en,
  .service-area .heading-jp {
    position: relative;
    z-index: 3;
  }
} */
.service-item {
  background-color: #f2fafb;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-item {
    display: flex;
    align-items: center;
  }
  .service-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .service-item .service-img,
  .service-item .service-description {
    width: 50%;
    height: 100%;
    margin: 0;
  }
}
.service-item:not(.sucle) .service-title {
  color: #02a5bc;
  font-weight: bold;
}
.service-item.sucle {
  background-color: #f2e6e2;
  color: #8f6f6a;
}
.service-item.sucle a {
  color: #8f6f6a;
}
.service-img {
  overflow: hidden;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 576px) {
  .service-img {
    height: 32vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  /* .service-img.centering img {
    height: 100%;
    width: auto;
  } */
  .service-img.fill {
    background-position: center center;
    background-size: cover;
  }
  .service-img.fill img {
    display: none;
  }
}
.service-sns i {
  font-size: 1.6em;
}

/*pressroom-area*/
@media (min-width: 768px) {
  .pressroom-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    height: 100%;
  }
}

.pressroom-item time {
  padding-right: 1em;
  display: flex;
  align-items: center;
  color: #02a5bc;
}
.pressroom-item .day {
  font-size: 2.8em;
  line-height: 1;
  margin-top: 4px;
}
.pressroom-item .month-year {
  line-height: 1.1;
  padding-left: 0.5em;
}
.pressroom-item-single {
  margin-bottom: 60px;
}
.pressroom-item-single time {
  justify-content: center;
}
.pressroom-item-single h1 {
  margin-bottom: 2em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .pressroom-item-single h1 {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .frontpage .pressroom-area {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.pressroom-item__category {
  background-color: #02a5bc;
  color: #fff;
  font-size: 0.7rem;
  padding: 0.1em 0.75em;
  border-radius: 0.5rem;
}
.pressroom-item__thumb {
  position: relative;
  background-color: #eee;
}
.pressroom-item__thumb::before {
  content: "";
  display: block;
  padding-top: calc(341 / 650 * 100%);
}
.pressroom-item__thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.pressroom-area .slick-dots {
  bottom: -25px;
}
.pressroom-area .slick-dots li button:before {
  color: #aaa;
}
.pressroom-area .slick-arrow::before {
  color: #333;
}
@media (min-width: 768px) {
  .pressroom-area .slick-next {
    right: 30px;
  }
  .pressroom-area .slick-prev {
    left: 30px;
  }
}
@media (min-width: 992px) {
  .pressroom-area .slick-next {
    right: -40px;
  }
  .pressroom-area .slick-prev {
    left: -40px;
  }
  .pressroom-area .slick-slide {
    opacity: 1;
  }
}
/*blog-area*/
.blog-area {
  overflow: hidden;
  max-width: 100vw;
}
.slider {
  padding: 0;
  opacity: 0;
  transition: opacity 3s;
}
.slick-dotted.slick-slider {
  margin-bottom: 60px;
  z-index: 1000;
}
.slick-initialized {
  opacity: 1;
}
.slick-slide {
  opacity: 0.4;
}
.slick-slide.slick-active {
  opacity: 1;
}
.slick-prev {
  left: 15px;
  z-index: 1;
}
.slick-prev:before {
  content: "<";
  font-size: 30px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.slick-next {
  right: 15px;
  z-index: 1;
}
.slick-next:before {
  content: ">";
  font-size: 30px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .slick-next {
    right: 10%;
  }
  .slick-prev {
    left: 10%;
  }
}
.pickup .slider-item a {
  position: relative;
  display: block;
}
.pickup .slider-item a:before {
  content: "pick up";
  color: #fff;
  font-size: 1.8rem;
  font-family: "Hind", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 2;
}
.pickup .slider-item a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 30px solid #e52336;
  border-left: 30px solid #e52336;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.slider-item {
  padding: 0 15px;
  box-sizing: border-box;
}
.slider-item:focus,
.slider-item a:focus {
  outline: none;
}
.post-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .post-meta {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    padding: 30px 15px 60px;
  }
}
.post-meta time {
  margin-right: 15px;
}
.post-thumbnail {
  position: relative;
  overflow: hidden;
}
.post-thumbnail img {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pickup .post-thumbnail img {
  -webkit-filter: brightness(90%);
  -moz-filter: brightness(90%);
  -ms-filter: brightness(90%);
  filter: brightness(90%);
}
.post-thumbnail:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.post-cat {
  background-color: #02a5bc;
  border-radius: 30px;
  font-size: 0.7rem;
  display: inline-block;
  padding: 0.2em 1.2em;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 25px;
  box-shadow: 0 0 10px rgba(100, 100, 100, 0.1);
}
.slider-item .post-cat {
  position: static;
}
@media (min-width: 768px) {
  .slick-dots {
    bottom: 15px;
  }
  .slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 14px;
  }
}
.slick-dots li.slick-active button:before {
  color: #02a5bc;
  opacity: 1;
}

/*recruit-area*/
[class*="logoback-"] {
  background-color: #fff;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position-y: 0%;
}
.logoback-left {
  background-image: url(../img/fintlogo-back.svg);
  background-position-x: -10%;
}
.logoback-right {
  background-image: url(../img/fintlogo-back.svg);
  background-position-x: 110%;
}
.interview-item article {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.interview-item {
  transition: opacity 0.3s;
}
.interview-item:hover {
  opacity: 0.8;
}
.interview-img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.interview-img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.interview-img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.interview-header {
  position: relative;
  margin-bottom: 10px;
}
.pickup-no-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ccc;
  z-index: 1;
  text-align: center;
}
.pickup-no-wrap span {
  display: block;
  color: #02a5bc;
  text-transform: uppercase;
  font-weight: bold;
}
.pickup-no {
  font-size: 3.4em;
  line-height: 0.8;
  letter-spacing: 2px;
}
.pickup-no:before {
  content: "0";
}
.btn-img {
  width: 160px;
}
.link-group a {
  min-width: 200px;
}
@media (max-width: 767px) {
  .link-group {
    flex-direction: column;
    align-items: center;
  }
}

/*page content*/
.content-body {
  word-break: break-all;
}
.content-body h2 {
  font-size: 1.3rem;
  margin-bottom: 0.6em;
  font-weight: bold;
}
.content-body h3 {
  font-size: 1.1rem;
  font-weight: bold;
}
.content-body ul {
  list-style: none;
  padding: 0;
  font-size: 0.9em;
}
.content-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}
.dl-row {
  margin: 15px;
}
.dl-row:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.googlemap iframe {
  width: 100%;
  height: 60vh;
  vertical-align: bottom;
}

.img-rounded {
  border-radius: 50%;
}
.member-info .sns-icon {
  font-size: 1.2em;
}

/*recruit*/
.recruit-wrap {
  height: 100%;
}
.recruit-thumb {
  position: relative;
}
.recruit-position {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
  background-color: #02a5bc;
  color: #fff;
  border-radius: 30px;
  padding: 0.2em 1em;
  font-size: 0.7em;
}
.recruit-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.btn-division {
  color: #fff;
  background-size: cover;
  background-position: center center;
  position: relative;
  transition: opacity 0.3s;
}
.btn-division::before {
  content: "";
  padding-top: 42%;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
}
.btn-division__text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.btn-division:hover {
  opacity: 0.7;
}

/* jobtype */
.jobtype__img {
  margin-bottom: 30px;
}
.jobtype__overview .section-heading {
  text-align: center;
}
.jobtype__overview .btn-wrapper {
  text-align: center;
}
@media (min-width: 768px) {
  .jobtype__header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .jobtype__img {
    width: 50%;
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .jobtype__img + .jobtype__overview {
    width: 50%;
  }
  .jobtype__img + .jobtype__overview .section-heading {
    text-align: left;
  }
  .jobtype__img + .jobtype__overview .btn-wrapper {
    text-align: left;
  }
}
.jobtype__details {
  font-size: 0.9rem;
}
.division__item {
  padding-top: 120px;
}
.division__title {
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 2px solid #555;
  padding-bottom: 0.5em;
}
.jobtype__list {
  list-style: none;
  padding: 0;
}
.jobtype__item a {
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  padding: 1em 0;
  margin-bottom: 0.5em;
  transition: color 0.3s;
}
.jobtype__item a::after {
  content: ">";
  color: #02a5bc;
  margin-left: auto;
  padding-left: 10px;
}
.jobtype__item:hover a {
  color: #02a5bc;
}

/*contactform*/
.contact-row {
  margin-bottom: 1.5em;
  color: #707f89;
}
@media (min-width: 768px) {
  .contact-row {
    display: flex;
  }
  .contact-row label {
    width: 30%;
    font-weight: bold;
    padding: 0.7em 0.7em 0.7em 0;
  }
  .contact-row .wpcf7-form-control-wrap {
    width: 70%;
  }
}
.wpcf7-form-control-wrap *:not(.wpcf7-not-valid-tip) {
  width: 100%;
  padding: 0.7em;
  max-height: 100px;
  border: none;
  -webkit-appearance: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #fefefe;
  opacity: 0.9;
}
.wpcf7-form-control-wrap *::placeholder {
  color: #ccc;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  padding: 0.5em 0;
  font-weight: bold;
  color: #ff5722;
  font-size: 0.9em;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: none;
  background-color: #ff5722;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  font-size: 0.9em;
}
div.wpcf7-mail-sent-ok {
  border: none;
  background-color: #398f14;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  font-size: 0.9em;
}

.guidelines li {
  margin-bottom: 1.4em;
  font-size: 0.9em;
}
.list-number {
  color: #02a5bc;
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .guidelines {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
    border-top: 2px solid #f7f7f7;
    border-bottom: 2px solid #f7f7f7;
  }
  .guidelines li {
    margin-bottom: 1.4em;
  }
}

.instagram-icon img {
  border-radius: 50%;
  width: 138px;
}

/* information archive */
.tab-buttons {
  display: flex;
  margin-bottom: 15px;
}
.tab-button {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-bottom: 2px solid #eee;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media (min-width: 768px) {
  .tab-button:hover {
    background-color: #eee;
  }
}
input[name="select-tab"]#press_release:checked ~ .tab-buttons .tab-button[for="press_release"],
input[name="select-tab"]#press_media:checked ~ .tab-buttons .tab-button[for="press_media"] {
  border-color: #999;
  pointer-events: none;
}
.tab-index {
  display: none;
}
input[name="select-tab"] {
  display: none;
}
input[name="select-tab"]#press_release:checked ~ .tab-index.press-release,
input[name="select-tab"]#press_media:checked ~ .tab-index.press-media {
  display: flex;
}

/* information single page */
.single-information .l-main {
  max-width: 650px;
  margin:auto;
}