@charset "UTF-8";
/*-----------------------------------

jfc.scss

------------------------------------*/
.pcDISP {
  display: initial;
}

.spDISP {
  display: none !important;
}

a {
  color: #C20D23;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

footer #bottomArea p {
  text-align: center;
}

.fade-here,
.fade-scale,
.fade-up,
.fade-down,
.fade-from-left,
.fade-from-right {
  transition: 0.3s ease-in-out;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
  font-family: "Noto Sans JP", sans-serif;
  /* モダンブラウザ */
}

body {
  background: #f5f5f5;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  font-family: "Noto Sans JP", sans-serif;
  /* モダンブラウザ */
}

body footer {
  line-height: 130%;
}

.CLM__half, .CLM__three, .CLM__four {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.CLM__half img, .CLM__three img, .CLM__four img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > figure, .CLM__three > div {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > figure:nth-child(3n), .CLM__three > div:nth-child(3n) {
  margin-right: 0;
}
.CLM__four > li, .CLM__four > article {
  width: 23.5%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n) {
  margin-right: 0;
}

.nowrapCLM {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.nowrapCLM > li,
.nowrapCLM > article {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child,
.nowrapCLM > article:last-child {
  margin-right: 0;
}
.nowrapCLM > li img,
.nowrapCLM > article img {
  width: 100%;
}
.nowrapCLM > li a,
.nowrapCLM > article a {
  display: block;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadehere {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}

b {
  font-weight: 900;
}

.sec {
  width: 100%;
  overflow: hidden;
}
.sec__inner {
  margin: 0 auto;
  width: 980px;
  box-sizing: border-box;
  padding: 4%;
  border: 3px solid #9d7617;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  margin-top: 40px;
}
.sec__inner900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0vw;
  box-sizing: border-box;
}
.sec__inner1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0vw;
}
.sec__title {
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 0.6;
  margin-bottom: 50px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.sec__title span {
  font-weight: 600;
  font-size: 2.6rem;
  display: inline-block;
  height: auto;
}

@keyframes fadehere {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ==========================================================================
   kvArea
========================================================================== */
.kvArea__img img {
  width: 100%;
}

.jfcHeader__jLogo {
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 100000;
}
.jfcHeader__jLogo img {
  width: 40px;
}

/* ==========================================================================
   leadArea
========================================================================== */
.leadArea .lead__title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}

/* ==========================================================================
   profileArea
========================================================================== */
.profileArea {
  background-image: url(/img/special/gfaproject/profile_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.profile__inner {
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.profile__image {
  width: 360px;
  height: auto;
  display: block;
}
.profile__image img {
  width: 100%;
}
.profile__content {
  flex: 1;
}
.profile__top {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  margin-bottom: 50px;
}
.profile__header {
  min-width: 280px;
}
.profile__name-en {
  font-size: 16px;
  font-size: 1.6rem;
}
.profile__name-ja {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}
.profile__name-ja span {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 4px;
}
.profile__meta {
  border-left: 1px solid #000;
  padding-left: 24px;
  font-size: 16px;
  font-size: 1.6rem;
}
.profile__meta dl div {
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}
.profile__meta dt {
  width: 70px;
  text-align: right;
  font-weight: bold;
}
.profile__wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 50px;
}
.profile__wrap .hide-text {
  height: 0;
  overflow: hidden;
  transition: height 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.profile__block h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.readmore-btn {
  display: inline-flex;
  gap: 12px;
  padding: 14px 28px;
  margin-top: 16px;
  background: transparent;
  border: 2px solid #000;
  border-radius: 999px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.readmore-btn:hover {
  opacity: 0.5;
}

.readmore-label {
  line-height: 1;
}

.readmore-arrow {
  position: relative;
  width: 12px;
  height: 12px;
}
.readmore-arrow::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: transform 0.4s ease;
}

.readmore-btn.active .readmore-arrow::before {
  transform: rotate(-135deg);
}

.readmore-btn--right .readmore-arrow::before {
  transform: rotate(-45deg);
}

/* ==========================================================================
   contentsArea
========================================================================== */
.contentsArea .video__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contentsArea .video__list li {
  width: calc(50% - 10px);
}
.contentsArea .video__list li .video-card {
  background-color: #fff;
}
.contentsArea .video__list li .video-card .video-wrap {
  width: 100%;
  aspect-ratio: 16/9;
}
.contentsArea .video__list li .video-card .video-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.contentsArea .video__list li .video-card .text-area {
  padding: 15px;
}
.contentsArea .video__list li .video-card .text-area h3 span {
  margin-right: 6px;
  background-color: #000;
  color: #fff;
  padding: 1px 10px;
  font-size: 12px;
  display: inline-block;
}

/* ==========================================================================
   headerArea
========================================================================== */
.headerArea {
  color: #fff;
  background-color: #000;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
}
.headerArea h2 {
  height: 70px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
}

/* ==========================================================================
   training1
========================================================================== */
.training_contents {
  width: 100%;
  max-width: 900px;
  margin: 70px auto;
  padding: 80px 0 0;
  box-sizing: border-box;
}
.training_contents .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}
.training_contents .title .tag {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 2px 13px;
  font-size: 18px;
  font-size: 1.8rem;
}
.training_contents .title h3 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
}
.training_contents .video {
  width: 540px;
  aspect-ratio: 16/9;
  margin: auto;
}
.training_contents .video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.training_contents .subtitle {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin: 30px 0;
}
.training_contents .body h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin: 30px 0 10px;
  border-left: 4px solid #e60000;
  display: inline-block;
  padding-left: 10px;
}
.training_contents .body .step-list {
  list-style-type: decimal;
  padding-left: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}
.training_contents .body .step-list li {
  font-weight: 500;
}
.training_contents .body .info-item {
  display: flex;
  gap: 12px;
  font-size: 16px;
  font-size: 1.6rem;
}
.training_contents .body .info-item dt {
  font-weight: 600;
}
.training_contents .body .list-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 15px 0 5px;
}
.training_contents .body .rule-list {
  list-style: none;
  padding-left: 0;
  margin: 10px 0;
}
.training_contents .body .rule-list li {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.training_contents .body .rule-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.training_contents .body .sec_txt {
  margin-bottom: 30px;
}
.training_contents .body .point-wrap {
  background-color: #fff;
  padding: 10px 30px 20px;
  border-radius: 10px;
  margin: 20px auto;
}
.training_contents .body .image-block {
  width: 500px;
  margin: 30px auto;
}
.training_contents .body .image-block img {
  width: 100%;
  height: 100%;
}