@charset "UTF-8";
/* CSS Document */
.mainArea .inner {
	background-image: url("../img/join/h1_bg.jpg");
    background-size: contain;
}

.mainArea .inner p{
	font-size: 18px;
	font-weight: 700;
}
.joinArea .inner{
	padding:0px 20px 80px;
}
.joinArea .inner p{
	line-height: 1.8;
}
.joinArea .catch{
	text-align: center;
	margin-bottom: 70px;
	background-color: #f7f7f7;
	padding: 40px;
}
.joinArea .catch p:first-child{
	font-size: 32px;
}
.joinArea .catch p:last-child{
	font-size: 32px;
	font-weight: 600;
	margin-top: 10px;
}
.joinArea .catch .catchtext {
    margin-top: 50px;
    font-size: 24px;
    font-weight: bold;
    }
.join01Area .txt01{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}
.join01Area .txt02{
	font-size: 22px;
	font-weight: 600;
	margin: 20px 0 0;
}
.join01Area .imgArea{
	text-align: center;
	margin:80px 0;
}
.join02Area p{
	line-height: 1.8;
}
.join02Area .txt01{
	font-size: 22px;
	font-weight: 600;
	margin:20px 0;
}
.join02Area .txt02{
	font-size: 16px;
}
.join02Area .inner .joinBox{
	display: flex;
}
.join02Area .inner .joinBox .imgArea{
	flex-shrink: 0;
	width: 300px;
	margin-left: 30px;
}
.join03Area p:first-of-type{
	font-size: 22px;
	margin-bottom: 30px;
	font-weight: 600;
}
.join03Area ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.join03Area ul li{
	width: 48%;
	margin-bottom: 50px;
}
.join03Area ul li:last-child{
	margin-bottom: 0px;
}
.join03Area ul li h3{
	margin-bottom: 10px;
	font-size:16px;
}
.join04Area .join0401,
.join04Area .join0402{
	padding: 0 20px;
	max-width: 1000px;
	margin: 0 auto;
}
.join04Area .support_list{
	background-color: #DDDDDD;
}
.join04Area ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 40px auto;
    padding: 30px 20px;
    max-width: 1000px;
}
.join04Area ul li{
	text-align: center;
	margin: 20px 2.5%;
	padding: 20px 24px 86px;
	font-size: 18px;
	background-color: #FFF;
	border-radius: 10px;
	width: 45%;
	box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
	height: 174px;
}
.join04Area ul li:nth-of-type(1) {
	background-image: url(../img/join/support01.jpg);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: bottom 26px left 50%;
}
.join04Area ul li:nth-of-type(2) {
	background-image: url(../img/join/support02.jpg);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: bottom 26px left 50%;
}
.join04Area ul li:nth-of-type(3) {
	background-image: url(../img/join/support03.jpg);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: bottom 22px left 50%;
}
.join04Area ul li:nth-of-type(4) {
	background-image: url(../img/join/support04.jpg);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: bottom 26px left 50%;
}
.join04Area ul li h3{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px;
}
.join04Area ul li p{
	font-size: 13px;
}
.join04Area .btn{
	margin-top: 10px;
}
.join04Area .btn a{
	position: relative;
	font-size: 18px;
    color: #ffffff;
	font-weight: 600;
	padding: 20px;
	margin: 40px 0 70px;
	background: #6a5acd;
	border-radius: 3px;
	box-shadow: 0 0px 16px rgb(0 0 0 / 20%);
	display: block;
	text-align: center;
	border-radius: 8px;
}
.join04Area .btn a:hover{
	color:#000;
	opacity:.7;
}
.join04Area .btn a::after{
	width: 32px;
	height: 14px;
	content: '';
	position: absolute;
	bottom: 28px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../img/join/arrow.svg);
}
.join04Area .btn a:hover::after{
	opacity:.7;
}

.qa-section {
  text-align: center;
  margin: 80px auto 40px;
  max-width: 1200px;
  padding: 0 20px;
}

/* サブタイトル（上部の細い文字＋下線） */
.qa-subtitle {
  font-size: 16px;
  color: #333;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}
.qa-subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #aaa;
}

/* メインタイトル */
.qa-title-main {
  font-size: 36px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.qa-title-main span {
  font-size: 48px;
  font-weight: 700;
  color: #0a4f99; /* 数字だけ青色 */
  margin-right: 4px;
}


.qa-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.qa-item {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.qa-title {
  display: flex;             /* 横並びに */
  align-items: center;       /* 縦位置揃え */
  gap: 20px;                 /* 「Q1」と質問文の間隔 */
  margin: 0 0 8px;
  line-height: 1.4;
}

.qa-q {
  font-weight: 700;
  font-size: 22px;
  color: #0070c0;
  flex-shrink: 0;            /* 文字が小さく潰れないように固定 */
}

.qa-question {
  display: flex;
  flex-direction: column;    /* 縦積みに */
}

.qa-main {
  font-weight: 700;
  font-size: 20px;           /* 上段を大きく */
  color: #000;
}

.qa-sub {
  font-size: 16px;           /* 下段を小さく */
  color: #555;
}

.qa-divider {
  border: none;
  border-bottom: 2px solid #eee;
  margin: 12px 0 16px;
}

.qa-text {
  font-size: 14px;
  line-height: 1.6;
  flex-grow: 1;
}

.qa-image {
  text-align: center;
  margin-top: 16px;
}

.qa-image img {
  max-width: 100%;
  height: auto;
}

.qa-single {
  max-width: 1100px;           /* ← 1000px から統一 */
  margin: 40px auto;
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* コンテナ（左：テキスト+画像、右：ボタン） */
.qa-single-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

/* テキストと画像を横並びに */
.qa-content {
  display: flex;
  align-items: flex-start;
  gap: 24px;                   /* テキストと画像の間隔 */
  margin-top: 12px;
}

.qa-text {                     /* 既存指定があればそれを上書き */
  flex: 1;
  font-size: 14px;
  line-height: 1.8;
}

.qa-content .qa-image {
  flex-shrink: 0;      /* テキストに押しつぶされない */
}
.qa-content .qa-image img {
  display: block;
  width: 240px;        /* 必要なら固定幅に */
  height: auto;
}

/* 右側ボタン */
.qa-right { flex-shrink: 0; display: flex; align-items: center; }

.qa-btn {
  position: relative;          /* 丸アイコンを浮かせるため */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 320px;            /* ボタン横幅 */
  padding: 28px 68px 22px;     /* 上を少し厚めに */
  background: #0a4f99;         /* お好みで色調整 */
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 999px;        /* 楕円形 */
  box-shadow: 0 6px 20px rgba(0,0,0,.15);
  transition: opacity .2s ease;
}
.qa-btn:hover { opacity: .9; }

/* 浮かせる丸アイコン */
.qa-btn .icon-circle {
  position: absolute;
  top: -26px;                  /* ボタン上に浮かせる */
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #0a4f99;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
.qa-btn .icon-circle img { width: 24px; height: 24px; }

.glow-expand {
  padding: 10px 20px;
  font-size: 24px;
  border: 1px solid #e74c3c;
  background-color: #c0392b;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  animation: glowExpand 2s ease-out infinite;
}

.buttonbox{
    margin-top: 50px;
    text-align: center;
}

@keyframes glowExpand {
  0% {
    box-shadow: 0 0 2px #c0392b;
  }
  100% {
    box-shadow: 0 0 5px 5px #e74c3c;
  }
}

.p32{
    font-size: 24px;
    text-align: center;
    }

/* ボタンのテキスト */
.qa-btn .btn-main { font-size: 20px; font-weight: 700; line-height: 1.2; }
.qa-btn .btn-sub  { font-size: 14px; opacity: .95; }

/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .qa-single-inner { gap: 40px; }
  .qa-btn { min-width: 280px; padding: 24px 48px 18px; }
}

@media (max-width: 768px) {
  .qa-single-inner { flex-direction: column; gap: 24px; }
  .qa-content { flex-direction: column; align-items: center; text-align: left; }
  .qa-image img { max-width: 240px; }
  .qa-right, .qa-btn { width: 100%; }
}

@media screen and (max-width: 1000px) {

	.join03Area ul li h3{
		margin-bottom: 10px;
		font-size:inherit;
	}
	.join04Area ul {
		padding: 30px 0;
	}
	.join04Area ul li {
		margin: 24px 60px;
	}
}

/* タブレットサイズ：2カラム */
@media (max-width: 1024px) {
  .qa-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* スマホサイズ：1カラム */
@media (max-width: 768px) {
  .qa-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
	.mainArea .inner h1,
	.mainArea .inner p {
		text-shadow: #444 2px 0px 2px, #444 -2px 0px 2px, #444 0px -2px 2px, #444 -2px 0px 2px, #444 2px 2px 2px, #444 -2px 2px 2px, #444 2px -2px 2px, #444 -2px -2px 2px, #444 1px 2px 2px, #444 -1px 2px 2px, #444 1px -2px 2px, #444 -1px -2px 2px, #444 2px 1px 2px, #444 -2px 1px 2px, #444 2px -1px 2px, #444 -2px -1px 2px, #444 1px 1px 2px, #444 -1px 1px 2px, #444 1px -1px 2px, #444 -1px -1px 2px;
	}
	.mainArea .inner p {
		font-size: 14px;
		margin-top: 6px;
	}
	.mainArea .inner {
		background-image: url(../img/join/h1_bg_sp.jpg);
        background-size: 100%;
        height: 400px;
	}
	.joinArea .inner{
		padding: 0px 5vw 60px;
	}
	.join01Area .txt01,
	.join01Area .txt02,
	.join03Area p:first-of-type,
	.join02Area .txt01{
		font-size: 18px;
	}
	.joinArea .catch {
    padding: 30px 3vw;
    margin-bottom: 50px;
    margin-top: 40px;
    }
    .joinArea .catch .catchsub {
    font-size: 16px;
    }
    .joinArea .catch .catchtext {
    font-size: 24px;
    font-weight: bold;
    }
	.join01Area .imgArea{
		text-align: center;
		margin:50px 0;
	}
	.join02Area .inner .imgArea{
		position:inherit;
		margin-top:40px;
		text-align: center;
	}
	.join02Area .inner .joinBox{
		display: block;
	}
	.join02Area .inner .joinBox .imgArea{
		margin: 30px auto 0;
		width: 100%;
	}
	.join03Area ul{
		display: block;
	}
	.join03Area ul li{
		width: 100%;
		max-width: 550px;
		margin: 40px auto;
	}
	.join04Area .join0401,
	.join04Area .join0402{
		padding: 0 5vw;
		max-width: 1000px;
		margin: 0 auto;
	}
	.join04Area ul li{
		width: 100%;
		margin: 14px 5vw;
		font-size: inherit;
		padding: 20px 18px 80px;
		height: 160px;
	}
	.join04Area ul li:nth-of-type(1),
	.join04Area ul li:nth-of-type(2),
	.join04Area ul li:nth-of-type(3),
	.join04Area ul li:nth-of-type(4){
		background-size: 36px;
	}
	.join04Area ul li:nth-of-type(1) {
    background-position: bottom 20px left 50%;
    }
	.join04Area ul li:nth-of-type(2),
	.join04Area ul li:nth-of-type(3),
	.join04Area ul li:nth-of-type(4){
		background-position: bottom 28px left 50%;
	}
	.join04Area .btn a{
		font-size: 16px;
		margin:30px 0 50px;
	}
	.join04Area .btn a::after{
		bottom: 26px;
	}
    
}

@media screen and (max-width: 700px) {
	.mainArea .inner{
		background-position: top 10px right 0;
	}

}
@media screen and (max-width: 600px) {
	.mainArea .inner{
		background-position: top 36px right 0;
	}

}
@media screen and (max-width: 500px) {
	.mainArea .inner{
		background-position: top 120% right 0;
	}

}