@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* =====================
  サイトTOP
 ======================= */
.home_title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 6.0rem;
}

.home_title i {
  display: block;
  font-family: "Oswald", "Noto Sans JP", serif;
  font-size: 2.6rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.6rem;
  margin: 0 auto 1.0rem;
  position: relative;
}

.home_title i:after {
  content: "";
  width: 100%;
  height: 0.4rem;
  background: currentColor;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
}

.kv {
  height: 49vw;
  background: url(../png/kv_frame.png) no-repeat center bottom -1px/100% auto, url(../jpg/kv_img.jpg) no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding-bottom: 6vw;
}

.kv_main {
  font-family: "Oswald", "Noto Sans JP", "Noto Sans SC", serif;
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 2.4rem;
}

.kv_sub {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  transition-delay: 100ms;
}

.kv .txt {
  font-size: 1.7rem;
  line-height: 1.65;
  margin-bottom: 3.5rem;
  transition-delay: 200ms;
}

.kv .links {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  transition-delay: 300ms;
}

.kv .links p {
  font-family: "Oswald", "Noto Sans JP", serif;
  font-size: 2.0rem;
  letter-spacing: 0.04em;
  padding: 2.0rem;
  display: flex;
  align-items: center;
  background: #000000;
}

.kv .links ul {
  display: flex;
  background: #000000;
  padding: 2.0rem 2.0rem 2.0rem 0;
}

.kv .links ul li {
  margin-right: 1.4rem;
}

.kv .links ul li:last-child {
  margin-right: 0;
}

.kv .links ul li .btn {
  font-size: 1.2rem;
}

.news_cat_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1px;
  margin-bottom: 3.6rem;
}

.news_cat_list li {
  border: 1px solid #e6e6e6;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 1em;
  min-width: 15.6rem;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
  margin: -1px 0 0 -1px;
}

.news_cat_list li.show {
  background: #d64869 !important;
  border-color: #d64869;
  color: #fff;
}

.news_cat_list li:hover {
  background: #f5edef;
}

.news_cont {
  display: none;
}

.news_cont.show {
  display: block;
  -webkit-animation: 1s fadeIn;
          animation: 1s fadeIn;
}

.news_list {
  border-top: 1px solid #e2e2e2;
  margin-bottom: 4.0rem;
}

.news_list li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
  padding: 1.6rem 0;
  text-decoration: none;
}

.news_list li a time {
  width: 11%;
  flex-shrink: 0;
}

.news_list li a .cat {
  width: 10%;
  flex-shrink: 0;
  text-align: center;
  background: #c9a310;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.7rem;
  margin-right: 2.5rem;
}

.news_list li a:hover {
  background: #f5edef;
  color: #333333;
}

.news_list li a.pdf .tit:after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../png/ico_pdf.png) no-repeat center/contain;
  display: inline-block;
  margin-left: 0.5rem;
  margin-bottom: -1px;
}

.about {
  background: url(../jpg/about_bg.jpg) no-repeat center/cover;
  color: #fff;
}

.about_cont {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 4.8rem 0;
  margin-bottom: 4.0rem;
  display: flex;
  justify-content: space-between;
}

.about_cont_item {
  width: 23%;
  text-align: center;
}

.about_title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em;
}

.about .data {
  border-radius: 50%;
  border: 7px solid rgba(217, 178, 26, 0.7);
  width: calc(52% + 14px);
  padding-top: 52%;
  height: 0;
  position: relative;
  margin: 0 auto 2.4rem;
}

.about .data span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Oswald", "Noto Sans JP", serif;
  font-size: 5.0rem;
  line-height: 1;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .txt {
  opacity: 0.8;
}

.service_list {
  display: flex;
  flex-wrap: wrap;
}

.service_list_item {
  width: 31.6%;
  margin-right: 2.6%;
  margin-bottom: 6.0rem;
}

.service_list_item:nth-child(3n) {
  margin-right: 0;
}

.service_list_item.fadeInUp:nth-child(3n-1) {
  transition-delay: 100ms;
}

.service_list_item.fadeInUp:nth-child(3n) {
  transition-delay: 200ms;
}

.service_list .name a {
  display: block;
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  border-left: 0;
  position: relative;
  font-weight: 700;
  padding: 1em 1.5em;
  margin-bottom: 2.5rem;
  text-decoration: none;
}

.service_list .name a:before {
  content: "";
  width: 0.5rem;
  height: 100%;
  background: #d64869;
  position: absolute;
  left: 0;
  top: 0;
}

.service_list .name a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #d64869;
  border-right: 2px solid #d64869;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.6rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.service_list .name a:hover {
  background: rgba(214, 72, 105, 0.15);
  color: #333333;
}

.service_list .sub li {
  margin-bottom: 1em;
  padding-left: 2.0rem;
  position: relative;
}

.service_list .sub li:before {
  content: "";
  width: 1.0rem;
  height: 1.0rem;
  border: 2px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 0.75rem;
  left: 0;
}

.locations {
  background: #d9b21a;
  color: #fff;
  position: relative;
}

.locations:before {
  content: "";
  width: 50%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}

.locations:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../png/locations_bg1.png) no-repeat center/auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.locations .inner {
  position: relative;
  z-index: 2;
}

.locations_box {
  display: flex;
}

.locations_box .all {
  width: 42.3%;
  background: url(../png/locations_bg2.png) no-repeat top left/10rem;
  padding-left: 13.0rem;
}

.locations_box .all p {
  line-height: 2.0;
  margin-bottom: 3.0rem;
}

.locations_box .pic_box {
  width: 10%;
  margin: 0 3.0rem;
  flex-shrink: 0;
}

.locations_box .pic_box .pic {
  height: calc(100% - 12px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.locations_box .pic_box .pic li {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  padding-top: calc(100% - 20px);
  height: 0;
  position: relative;
  border: 10px solid rgba(255, 255, 255, 0.3);
}

.locations_box .pic_box .pic li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.locations_box .area_box {
  width: 42.3%;
}

.locations_box .area_box .area_list {
  display: flex;
  flex-wrap: wrap;
}

.locations_box .area_box .area_list li {
  width: 23.2%;
  margin-right: 2.4%;
  margin-bottom: 2.4%;
}

.locations_box .area_box .area_list li:nth-child(4n) {
  margin-right: 0;
}

.locations_box .area_box .area_list li a {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  padding: 12px;
  border: 1px solid #fff;
  background: #c9a310;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.locations_box .area_box .area_list li a.overseas {
  background: #aa890b;
}

.locations_box .area_box .area_list li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s;
}

.locations_box .area_box .area_list li a:hover:before {
  opacity: 1;
}

.members {
  background: url(../jpg/members_bg.jpg) no-repeat center/cover;
  color: #fff;
}

.members_list {
  margin: 6.0rem 0;
  display: flex;
  flex-wrap: wrap;
}

.members_list li {
  width: 17.8%;
  margin-right: 2.75%;
  margin-bottom: 2.75%;
}

.members_list .listHen a {
  height: 77px !important;
  display: table-cell;
  vertical-align: middle;
  width: 17.8%;
  font-size: 85%;
}

.members_list li:nth-child(5n) {
  margin-right: 0;
}

.members_list li a {
  display: block;
  background: #000;
  color: #fff;
  border: 1px solid #666666;
  text-align: center;
  padding: 1em;
  text-decoration: none;
  position: relative;
  font-weight: 500;
}

.members_list li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s;
}

.members_list li a:hover:before {
  opacity: 1;
}

.ukraine_bnr {
  max-width: 1240px;
  padding: 0 2rem 9rem;
  margin: 0 auto;
}
.ukraine_bnr_inner {
  display: flex;
  background-color: #F9F9F9;
}
.ukraine_bnr_img {
  width: 50%;
}
.ukraine_bnr_img img {
  width: 100%;
}
.ukraine_bnr_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.ukraine_bnr_title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.ukraine_bnr_txt {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.ukraine_bnr_btn a {
  display: block;
  position: relative;
  text-decoration: none;
  background: #fff;
  border: 1px solid #c7c7c7;
  padding: 1em 5em;
  margin-top: 1em;
}
.ukraine_bnr_btn a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #d64869;
  border-right: 2px solid #d64869;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.6rem;
  transform: rotate(45deg);
}
.ukraine_bnr_btn a:hover {
  color: #333;
  background-color: rgba(214, 72, 105, 0.15);
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 992px) {
  .home_title {
    font-size: 1.2rem;
    margin-bottom: 3.7rem;
  }
  .home_title i {
    font-size: 2.1rem;
  }
  .home_title i:after {
    height: 0.3rem;
  }
  .kv {
    height: 67.2vh;
  }
  .kv_main {
    font-size: 2.8rem;
    line-height: 1.25;
    margin-bottom: 1.6rem;
  }
  .kv_sub {
    font-size: 1.5rem;
    margin-bottom: 1.4rem;
  }
  .kv .txt {
    font-size: 1.3rem;
    margin-bottom: 3.0rem;
  }
  .kv .links {
    flex-direction: column;
    width: 100%;
  }
  .kv .links p {
    font-size: 1.6rem;
    padding: 1.6rem;
    justify-content: center;
  }
  .kv .links ul {
    width: 100%;
    padding: 0 1.6rem 1.6rem;
  }
  .kv .links ul li {
    width: calc(50% - 0.8rem);
  }
  .kv .links ul li .btn {
    font-size: 1.0rem;
  }
  .news_cat_list {
    margin-bottom: 3.0rem;
  }
  .news_cat_list li {
    font-size: 1.3rem;
    min-width: calc((100% + 3px) / 3);
    padding: 1.6rem 1em;
  }
  .news_list {
    margin-bottom: 3.0rem;
  }
  .news_list li a {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news_list li a time {
    width: auto;
  }
  .news_list li a .cat {
    width: auto;
    margin-right: 0;
    font-size: 1.1rem;
    min-width: 30%;
    padding: 0.5em;
  }
  .news_list li a .tit {
    width: 100%;
    margin-top: 1.0rem;
  }
  .about_cont {
    flex-wrap: wrap;
  }
  .about_cont_item {
    width: 100%;
    margin-bottom: 3.6rem;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .about_cont_item:last-child {
    margin-bottom: 0;
  }
  .about_title {
    font-size: 1.6rem;
    width: 100%;
  }
  .about .data {
    width: 33%;
    padding-top: calc(33% - 14px);
    margin: 0;
  }
  .about .data span {
    font-size: 3.4rem;
  }
  .about .txt {
    width: 62%;
  }
  .service_list_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.7rem;
  }
  .service_list_item:last-child {
    margin-bottom: 0;
  }
  .service_list .sub li:before {
    top: 0.5rem;
  }
  .locations {
    background: #000;
  }
  .locations:before {
    display: none;
  }
  .locations:after {
    bottom: 0;
    margin: auto;
    z-index: 0;
  }
  .locations_box {
    flex-wrap: wrap;
  }
  .locations_box .all {
    width: 100%;
    background-size: 7.0rem;
    padding: 0;
  }
  .locations_box .all p {
    line-height: 1.615;
  }
  .locations_box .all .txt {
    padding-left: 8.6rem;
  }
  .locations_box .pic_box {
    width: 100%;
    padding: 3.6rem 0;
    margin: 0;
    position: relative;
  }
  .locations_box .pic_box:before {
    content: "";
    width: calc(100% + 40px);
    height: 50%;
    background: rgba(217, 178, 26, 0.6);
    position: absolute;
    left: -20px;
    bottom: 0;
  }
  .locations_box .pic_box .pic {
    height: 8.4rem;
    flex-direction: row;
    justify-content: center;
  }
  .locations_box .pic_box .pic li {
    width: 8.4rem;
    padding-top: calc(8.4rem - 14px);
    border-width: 7px;
    margin: 0 2.4rem;
  }
  .locations_box .area_box {
    width: 100%;
    position: relative;
  }
  .locations_box .area_box:before {
    content: "";
    width: calc(100% + 4.0rem);
    height: calc(100% + 4.5rem);
    background: rgba(217, 178, 26, 0.6);
    position: absolute;
    top: 0;
    left: -20px;
  }
  .locations_box .area_box .area_list li {
    width: 30%;
    margin-right: 5% !important;
    margin-bottom: 5%;
  }
  .locations_box .area_box .area_list li:nth-child(3n) {
    margin-right: 0 !important;
  }
  .locations_box .area_box .area_list li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .locations_box .area_box .area_list li a {
    font-weight: 500;
    padding: 1.5em 1em;
  }
  .members_list {
    margin: 3.6rem 0;
    justify-content: space-between;
  }
  .members_list li {
    width: 47.6%;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
  .members_list li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .members_list li a {
    padding: 1.5em 1em;
  }

  .ukraine_bnr {
    padding: 0 2rem 4.5rem;
  }
  .ukraine_bnr_inner {
    flex-direction: column;
  }
  .ukraine_bnr_img {
    width: 100%;
  }
  .ukraine_bnr_cont {
    width: 100%;
    padding: 2rem;
  }
  .ukraine_bnr_title {
    font-size: 1.4rem;
  }
  .ukraine_bnr_txt {
    font-size: 1.2rem;
  }
}

/* IEハック
  ------------------------ */
@media all and (-ms-high-contrast: none) {
  .home_title i:after {
    width: 8%;
    right: 0;
    margin: auto;
  }
}

