/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/* =========================
共通
========================= */
/*********** 共通 ***********/
.mw-1000 {
  max-width: 1000px;
}
.d-flex {
  display: flex;
}
.h2-group p {
  font-size: 120px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.h2-group h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  margin-top: -90px;
}
@media (max-width: 580px){
  .h2-group p {
    font-size: 60px;
  }
  .h2-group h2 {
    font-size: 16px;
     margin-top: -55px;
  }
}
/*********** ふわっと表示 ***********/
/* スクロールしたら下からふわっ */
.fadeUpTrigger{
  opacity: 0;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 読み込みで下からふわっ */
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/*********** header ***********/
.site-header {
	background-color: #F5E9E9;
  padding: 5px;
}
nav.global-nav ul li:hover {
  opacity: 0.7;
}
.device-mobile .global-nav-list>li .global-nav-name {
  font-size: 16px;
}
nav.global-nav ul li:last-child {
  background-color: #D64E61;
  border-radius: 50px;
  box-shadow: 4px 4px 0px 0px rgba(177, 72, 98, 0.4);
  margin-left: 20px;
}
nav.global-nav ul li:last-child strong.global-nav-name {
  color: #fff;
}
nav.global-nav ul li:last-child strong.global-nav-name::after {
  content: "はこちら";
}
.vk-mobile-nav {
  padding: 60px 10px;
}
@media (min-width: 992px){
  .header_scrolled .site-header {
    padding: 20px 0;
  }
  header #site-header-container.site-header-container {
    display: flex;
  }
}
@media screen and (min-width:320px) and ( max-width:991px) {
  header .site-header-container {
    display: flex;
    max-width: 820px;
  }
  .mobile-nav-btn-right .vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.position-right {
    right: 20px;
    top: 15px;
  }
  .vk-mobile-nav-menu-btn {
    border: none;
    background-image: url("https://again-career.jna.co.jp/wp-content/uploads/2023/09/Group-10369.png");
	  background-size: cover;
  }
  .vk-mobile-nav-menu-btn.menu-open {
    border: none;
    background-image: url("https://again-career.jna.co.jp/wp-content/uploads/2023/09/Group-10368.png");
    background-size: cover;
  }
}
@media (max-width: 319px) {
  header .site-header-container {
    display: flex;
    max-width: 820px;
  }
  .site-header-logo {
    max-width: 150px;
  }
  .mobile-nav-btn-right .vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.position-right {
    right: 20px;
    top: 15px;
  }
  .vk-mobile-nav-menu-btn {
    border: none;
    background-image: url("https://again-career.jna.co.jp/wp-content/uploads/2023/09/Group-10369.png");
	  background-size: cover;
  }
  .vk-mobile-nav-menu-btn.menu-open {
    border: none;
    background-image: url("https://again-career.jna.co.jp/wp-content/uploads/2023/09/Group-10368.png");
    background-size: cover;
  }
}
/*********** footer ***********/
/* lightningの署名を削除 */
.site-footer-copyright p:nth-child(2) {
  display:none;
}
footer {
  background-color: #D64E61;
}
.site-footer-content .widget_media_image {
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
}
.site-footer-content .widget_text h4 {
  text-align: center;
  color: #fff;
}
.site-footer-copyright {
  margin-top: -20px;
  display: none;
}
.site-footer-copyright p {
  color: #fff;
}
.site-footer-content .wp-block-preformatted {
  color: white;
  font-size: 16px;
  text-align: center;
}
/* =========================
トップページ
========================= */
/*********** 共通 ***********/
body.page-id-7 .site-body {
  padding: 0;
}
body.page-id-7 .site-body .site-body-container {
  max-width: none;
  width: 100%;
  padding: 0;
}
/*********** mv ***********/


#mv .countainer-mv .catch-group img.logo {
  max-width: 423px;
}
#mv .countainer-mv .catch-group h1 {
  line-height: 1;
}
#mv .countainer-mv h1 span {
  color: #D64E61;
}
#mv .countainer-mv .catch-group img.point-3- {
  max-width: 610px;
}
@media screen and (min-width:768px) and ( max-width:1100px) {
  #mv .countainer-mv .catch-group img.logo {
    max-width: 280px;
  }
  #mv .countainer-mv .catch-group h1 {
    line-height: 0.9;
    font-size: 26px;
  }
  #mv .countainer-mv .catch-group img.point-3- {
    max-width: 410px;
  }
}
@media screen and (min-width:581px) and ( max-width:767px) {
  .ltg-slide-text-set {
    top: 28%;
    left: 50%;
  }
  #mv .countainer-mv .catch-group img.logo {
    max-width: 380px;
  }
  #mv .countainer-mv .catch-group h1 {
    line-height: 1;
    font-size: 30px;
  }
  #mv .countainer-mv .catch-group img.point-3- {
    max-width: 510px;
  }
}
@media screen and (min-width:450px) and ( max-width:580px) {
  .ltg-slide-text-set {
    top: 28%;
    left: 50%;
  }
  #mv .countainer-mv .catch-group img.logo {
    max-width: 280px;
  }
  #mv .countainer-mv .catch-group h1 {
    line-height: 0.9;
    font-size: 18px;
  }
  #mv .countainer-mv .catch-group img.point-3- {
    max-width: 410px;
  }
}
@media screen and (min-width:320px) and ( max-width:449px) {
  .ltg-slide-text-set {
    top: 28%;
    left: 50%;
  }
  #mv .countainer-mv .catch-group img.logo {
    max-width: 70%;
  }
  #mv .countainer-mv .catch-group h1 {
    line-height: 0.9;
    font-size: 18px;
  }
  #mv .countainer-mv .catch-group img.point-3- {
    max-width: 98%;
  }
}
@media (max-width: 319px){
  .ltg-slide-text-set {
    top: 28%;
    left: 50%;
  }
  #mv .countainer-mv .catch-group img.logo {
    max-width: 70%;
  }
  #mv .countainer-mv .catch-group h1 {
    line-height: 0.9;
    font-size: 16px;
  }
  #mv .countainer-mv .catch-group img.point-3- {
    max-width: 98%;
  }
}
/*********** top-cta ***********/
.top-cta {
  background-color: #D64E61;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
}
.container-top-cta {
  align-items: center;
  margin: 20px 0 0 0;
  justify-content: space-between;
}
.top-cta p {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.top-cta a {
  color: #D64E61;
  font-size: 16px;
  text-decoration: none;
  padding: 20px 30px;
  background-color: #FFF;
  border-radius: 50px;
  box-shadow: 4px 4px 0px 0px rgba(177, 72, 98, 0.4);
  margin-left: 50px;
}
.top-cta a:hover {
  opacity: 0.7;
}
@media (max-width: 991px){
  .container-top-cta {
    flex-direction: column;
  }
  .top-cta p {
    font-size: 16px;
    font-weight: bold;
  }
  .top-cta a {
    font-size: 14px;
    padding: 16px 20px;
    margin-left: 0;
  }
}
/*********** worries ***********/
#worries {
  background-color: #F2F0F0;
  flex-direction: column;
  text-align: center;
  padding: 80px 10px ;
}
#worries .h2-group p {
  color: #fff;
}
#worries .worries-group {
  margin: auto;
}
#worries .container-worries {
  position: relative;
}
#worries .container-worries .onayami {
  background-image: url(https://again-career.jna.co.jp/wp-content/uploads/2023/09/fukidashi-left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 306px;
  height: 252px;
  padding: 98px 30px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.13em;
  line-height: 35px;
  position: absolute;
  top: 0;
}
#worries .container-worries .onayami1 {
  background-image: url(https://again-career.jna.co.jp/wp-content/uploads/2023/09/fukidashi-left.png);
  left: -430px;
}
#worries .container-worries .onayami2 {
  background-image: url(https://again-career.jna.co.jp/wp-content/uploads/2023/09/fukidashi-right.png);
  right: -430px;
}
#worries .container-worries .onayami3 {
  background-image: url(https://again-career.jna.co.jp/wp-content/uploads/2023/09/fukidashi-left.png);
  top: 300px;
  left: -530px;
}
#worries .container-worries .onayami4 {
  background-image: url(https://again-career.jna.co.jp/wp-content/uploads/2023/09/fukidashi-right.png);
  top: 300px;
  right: -530px;
}
#worries img {
  width: 200px;
  height: auto;
  margin-top: 300px;
}
@media screen and (min-width:701px) and ( max-width:1100px) {
  #worries .container-worries .onayami {
    width: 260px;
    height: 200px;
    padding: 74px 31px 0;
    font-size: 16px;
  }
  #worries .container-worries .onayami1 {
    left: -330px;
  }
  #worries .container-worries .onayami2 {
    right: -330px;
  }
  #worries .container-worries .onayami3 {
    top: 220px;
    left: -430px;
  }
  #worries .container-worries .onayami4 {
    top: 220px;
    right: -430px;
  }
  #worries img {
    width: 150px;
    height: auto;
    margin-top: 260px;
  }

}
@media (max-width: 700px){
  #worries {
    padding: 60px 10px;
  }
  #worries .worries-group {
    margin: 20px auto;
  }
  #worries .container-worries .onayami {
    width: 200px;
    height: 160px;
    padding: 46px 29px 0;
    font-size: 14px;
  }
  #worries .container-worries .onayami1 {
    left: -160px;
  }
  #worries .container-worries .onayami2 {
    top: 200px;
    right: -160px;
  }
  #worries .container-worries .onayami3 {
    top: 400px;
    left: -160px;
  }
  #worries .container-worries .onayami4 {
    top: 600px;
    right: -160px;
  }
  #worries img {
    width: 120px;
    height: auto;
    margin-top: 780px;
  }
}
/*********** solution ***********/
#solution {
  background-color: #FFFCF9;
  padding: 80px 10px;
}
#solution h3 {
  color: #D64E61;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
#solution h3 span {
  color: #D64E61;
  font-size: 46px;
  font-weight: bold;
}
.container-solution {
  justify-content: center;
  max-width: 1280px;
  margin: auto;
}
.container-solution .solutuion-group .solution-card .white-rectangle {
  background-color: #FFF;
  width: 320px;
  height: 180px;
  border-radius: 20px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.container-solution .solutuion-group .solution-card .white-rectangle p {
  font-size: 20px;
  font-weight: bold;
  padding: 56px 10px;
}
.solutuion-group {
  text-align: center;
  margin: 0 auto;
}
.solutuion-group img {
  margin-top: 20px;
}
@media screen and (min-width:581px) and ( max-width:1100px) {
  .container-solution {
    flex-direction: column;
  }
  .container-solution .solutuion-group {
    margin: 20px auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .container-solution .solutuion-group:nth-child(2) {
    flex-direction: row;
  }
  .solutuion-group img {
    width: 60%;
    height: auto;
  }
}
@media (max-width: 580px){
  #solution {
    padding: 60px 30px 30px;
  }
  #solution h3 {
    font-size: 20px;
  }
  #solution h3 span {
    font-size: 26px;
  }
  .container-solution {
    flex-direction: column;
  }
  .container-solution .solutuion-group {
    margin: 10px auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .container-solution .solutuion-group .solution-card .white-rectangle {
    width: 100%;
    height: 120px;
  }
  .container-solution .solutuion-group .solution-card .white-rectangle p {
    font-size: 16px;
    padding: 36px 30px;
  }
  .solutuion-group img {
    width: 50%;
    height: auto;
    margin-top: 10px;
    margin-bottom: -30px;
  }
}
/*********** cta ***********/
#cta {
  background-image: url(https://again-career.jna.co.jp/wp-content/uploads/2023/09/Group-10371.png);
  text-align: center;
  padding: 40px 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
}
#cta .h2-group {
  text-align: center;
}
#cta .h2-group p {
  color: #fff;
}
#cta .h2-group h2 {
  color: #D64E61;
  font-size: 26px;
  margin-bottom: 40px;
}
#cta a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 20px 30px;
  background-color: #D64E61;
  border-radius: 50px;
  box-shadow: 4px 4px 0px 0px rgba(177, 72, 98, 0.4);
}
#cta a:hover {
  opacity: 0.7;
}
#cta img {
  margin-left: 200px;
}
@media screen and (min-width:581px) and ( max-width:1100px) {
  #cta {
    background-image: url(https://again-career.jna.co.jp/wp-content/uploads/2023/09/cta-BK-midi.png);
    padding: 40px 10px 250px;
  }
  #cta .h2-group h2 {
    font-size: 22px;
  }
}
@media (max-width: 580px){
  #cta {
    background-image: url(https://again-career.jna.co.jp/wp-content/uploads/2023/09/cta-BK-small.png);
    padding: 40px 10px 200px;
  }
    #cta .h2-group h2 {
    font-size: 16px;
  }
}
/*********** feature ***********/
#feature {
  background-color: #FFFCF9;
  padding: 80px 10px;
  flex-direction: column;
}
#feature .h2-group {
  text-align: center;
}
#feature .h2-group p {
  color: #F5E9E9;
}
#feature .container-feature {
  margin: auto;
}
#feature .feature-group {
  margin: 50px 0;
  align-items: center;
}
#feature .feature-group:nth-child(2) {
  flex-direction: row-reverse;
}
#feature .feature-group img {
  margin: 0 20px;
}
#feature .feature-group .feature-card {
  margin: 0 20px;
}
#feature .feature-group .feature-card .feature-title-group {
  margin-bottom: 20px;
  align-items: center;
}
#feature .feature-group .feature-number {
  background-color: #D64E61;
  color: #FFF;
  font-size: 35px;
  font-weight: bold;
  border-radius: 50%;
  box-shadow: 4px 4px 0px 0px rgba(177, 72, 98, 0.4);
  width: 50px;
  padding-left: 13px;
}
#feature .feature-group .feature-title {
  font-size: 30px;
  font-weight: bold;
  margin-left: 20px;
  color: #D64E61;
}
#feature .feature-group .feature-card .text-box {
  width: 300px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (min-width:581px) and ( max-width:1100px) {
  #feature .feature-group {
    flex-direction: column;
  }
  #feature .feature-group:nth-child(2) {
    flex-direction: column;
  }
  #feature .feature-group img {
    width: 70%;
    margin: auto;
    margin-bottom: -20px;
  }
}
@media (max-width: 580px){
  #feature .feature-group {
    flex-direction: column;
  }
  #feature .feature-group:nth-child(2) {
    flex-direction: column;
  }
  #feature .feature-group img {
    width: 70%;
    margin: auto;
  }
  #feature .feature-group .feature-card {
    margin: 0 auto;
  }
  #feature .feature-group .feature-number {
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    box-shadow: 2px 2px 0px 0px rgba(177, 72, 98, 0.4);
    width: 30px;
    height: 30px;
    padding-left: 7px;
  }
  #feature .feature-group .feature-title {
    font-size: 20px;
    margin-left: 10px;
  }
  #feature .feature-group .feature-card .text-box {
    width: 280px;
  }
}
/*********** member ***********/
#member {
  background-color: #F2F0F0;
  text-align: center;
  padding: 80px 10px;
}
#member .h2-group p {
  color: #fff;
}
#member .container-member {
  justify-content: center;
  margin: 60px 0 0;
}
#member .member-card {
  width: 323px;
  margin: 0 10px;
}
#member .name-group {
  background-color: #fff;
  padding: 20px 0 5px;
  margin-top: -30px;
  border-radius: 0 0 10px 10px;
}
#member .name-group .name-kanji {
  font-size: 24px;
}
#member .name-group .name-yomi {
  font-size: 16px;
}
@media screen and (min-width:581px) and ( max-width:1100px) {
  #member .member-card {
    margin: 0 auto;
  }
  #member .container-member {
    flex-direction: column;
  }
}
@media (max-width: 580px){
  #member .member-card {
    width: 280px;
    margin: 0 auto;
  }
  #member .member-card img {
    width: 100%;
  }
  #member .container-member {
    flex-direction: column;
  }
}
/*********** news ***********/
#news {
  background-color: #FFFCF9;
  padding: 80px 10px;
}
#news .h2-group {
  text-align: center;
}
#news .h2-group p {
  color: #F5E9E9;
}
#news .container-news {
  max-width: 928px;
  margin: 50px auto 0;
}
#news .container-news .whatsnew h1 {
  display: none;
}
#news .container-news .whatsnew dl {
  margin: 10px;
}
#news .container-news .whatsnew dl .newmark {
  background-color: #D64E61;
  padding: 5px;
}
/*********** footer上サイドバーの内容を非表示 ***********/
body.page-id-7 .sub-section {
  display: none;
}
.main-section--margin-bottom--on {
  margin-bottom: 0;
}
/* =========================
お問い合わせ
========================= */
body.page-id-9 .page-header {
  display: none;
}
#contact .site-body {
  background-color: #FFFCF9;
}
#contact .h2-group {
  text-align: center;
}
#contact .h2-group p {
  color: #F5E9E9;
  font-size: 112px;
}
#contact .contact-despriction {
  text-align: center;
  margin: 40px 0;
}
#contact form.wpcf7-form {
  max-width: 636px;
  margin: auto;
}
#contact form.wpcf7-form .label-title {
  margin-top: -50px;
}
#contact form.wpcf7-form .label-title p {
  font-weight: bold;
  margin-bottom: 5px;
}
#contact form.wpcf7-form .label-title p span {
  background-color: #D64E61;
  color: #fff;
  font-size: 14px;
  padding: 3px 14px;
  border-radius: 3px;
  margin-left: 20px;
}
#contact form.wpcf7-form .wpcf7-form-control {
  border: solid 1px #C499A5 ;
}
::placeholder {
  color: #C499A5;
}
#contact form.wpcf7-form .name-group {
  margin-top: -28px;
}
#contact form.wpcf7-form .name-group p {
  display: flex;
}
#contact form.wpcf7-form .name-group p label:first-child {
  margin-right: 5px;
}
#contact .wpcf7-spinner {
  display: none;
}
#contact .btn-submit {
  text-align: center;
}
#contact .wpcf7-submit {
  border: none;
  border-radius: 50px;
  box-shadow: 4px 4px 0px 0px rgba(177, 72, 98, 0.4);
  padding: 14px 60px;
}
/* 入力エラーの表示 */
#contact .wpcf7-not-valid-tip {
  font-weight: bold;
  margin-bottom: -30px;
}
#contact .wpcf7 form .wpcf7-response-output {
  border: 3px solid #dc3232;
  border-radius: 5px;
  font-weight: bold;
  color: #dc3232;
}
/* お問い合わせ完了 */
body.page-id-81 #contact p {
  text-align: center;
}
@media (max-width: 580px){
  #contact .h2-group p {
    font-size: 60px;
  }
}