﻿/*
Theme Name: 基本テンプレート
Description: レイアウト：テンプレート
*/



/* 基本設定: コンテンツ
---------------------------------------------------------- */
.contentBox {
  max-width: 100.0rem;
  margin: auto;
}
.contentBox h2 {
	position: relative;
	font-size: 3.2rem;
}
.contentBox h2:before {
	position: absolute;
	bottom: -1.5rem;
	left: 0;
	content: "";
	width: 5.0rem;
	height: 0.2rem;
	background: #000;
}
.contentBox h3 {
	font-size: 3.2rem;
	padding-bottom: 1em;
}
.contentBox h4 {
	font-size: 1.6rem;
	padding-bottom: 1em;
}
.contentBox p {
	font-size: 1.4rem;
	line-height: 2.0;
}
@media screen and (max-width: 768px){
  .contentBox {
    width: 90%;
  }
	.contentBox h2 {
		font-size: 5.867vw;
		margin-bottom: 10%;
	}
	.contentBox h2:before {
		bottom: -2.667vw;
		width: 4.533vw;
	}
	.contentBox h3 {
		font-size: 5.867vw;
	}
	.contentBox h4 {
		font-size: 3.733vw;
	}
	.contentBox p {
		font-size: 3.2vw;
	}
}

.commonBox {
  max-width: 120.0rem;
  margin: auto;
}
.commonBox h2 {
	position: relative;
	font-size: 3.2rem;
	margin-bottom: 5%;
	padding-left: 10.0rem;
}
.commonBox h2 span {
	font-size: 1.6rem;
	font-weight: normal;
	margin-left: 1em;
}
.commonBox h2 img {
	position: absolute;
	top: -2.0rem;
	left: 0;
	width: 8.0rem;
	height: 8.0rem;
}
.commonBox h3 {
	font-size: 2.4rem;
	border-bottom: 4px solid #3B7DA5;
}
.commonBox h3.search {
	position: relative;
	padding-left: 5.0rem;
}
.commonBox h3.search img {
	position: absolute;
	top: -1.0rem;
	left: -3.0rem;
	width: 6.3rem;
	height: 6.3rem;
}
@media screen and (max-width: 768px){
	.commonBox {
		padding: 0 5%;
	}
  .commonBox h2 {
		font-size: 4.8vw;
		margin-bottom: 10%;
		padding-left: 18.667vw;
	}
	.commonBox h2 img {
		top: -5.333vw;
		width: 16vw;
		height: 16vw;
	}
	.commonBox h3 {
		font-size: 4.533vw;
		border-bottom: 0;
	}
	.commonBox h3.search {
		padding-left: 13.333vw;
	}
	.commonBox h3.search img {
		left: 0;
		width: 10.667vw;
		height: 10.667vw;
	}
}

/* スペース調整 */
.mb30 {
	margin-bottom: 3.0rem;
}
.mb50 {
	margin-bottom: 5.0rem;
}
.mb80 {
	margin-bottom: 8.0rem;
}
.mb100 {
	margin-bottom: 10.0rem;
}
.mb120 {
	margin-bottom: 12.0rem;
}
.mb150 {
	margin-bottom: 15.0rem!important;
}
.mb180 {
	margin-bottom: 18.0rem;
}
@media screen and (max-width: 768px){
	.mb30 {
		margin-bottom: 5%;
	}
	.mb50 {
		margin-bottom: 8%;
	}
	.mb80 {
		margin-bottom: 10%;
	}
	.mb100 {
		margin-bottom: 15%;
	}
	.mb120 {
		margin-bottom: 18%;
	}
	.mb150, .mb180 {
		margin-bottom: 20%!important;
	}
}

/* リスト：番号 */
ol li {
	list-style: unset;
	font-size: 1.4rem;
	margin-left: 1em;
}
ol li p b {
	font-size: 1.4rem;
	padding-bottom: 1em;
}
@media screen and (max-width: 768px){
	ol li, ol li p b {
		font-size: 3.2vw;
	}
}

/* 背景色 */
.wBk {
	padding: 5.0rem 7.0rem 7.0rem 7.0rem;
	background: #fff;
	border-radius: 1.6rem;
}
.blueBk {
	background: #2096D5;
	padding: 10.0rem 0 11.5rem 0;
}
.navyBk {
	background: #1C518B;
	padding: 8.0rem 0 10.0rem 0;
}
@media screen and (max-width: 768px){
	.wBk {
		padding: 10% 5%;
	}
	.blueBk {
		padding: 10.667vw 0;
	}
}

/* 共通BOX */
.catTtl {
	width: 40%;
}
.catTxt {
	width: 60%;
}
@media screen and (max-width: 768px){
	.catTtl, .catTxt {
		width: 100%;
	}
}

/* 共通ボタン */
.moreBtn {
	display: block;
	width: 36.0rem;
	margin: auto;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 6.0rem;
	border: 1px solid #1B518B;
	background: #1B518B;
	border: 2px solid #1B518B;
}
.moreBtn a {
	display: block;
	color: #fff;
}
.moreBtn:hover a {
	color: #1B518B;
	background: #fff;
	transition: 0.8s;
}
@media screen and (max-width: 768px){
	.moreBtn {
		width: 74.667vw;
		font-size: 4.533vw;
		line-height: 16vw;
	}
}

/* タイトル */
h3.ttl {
	position: relative;
	margin-bottom: 2.0rem;
	padding-left: 10.0rem;
}
h3.ttl img {
	position: absolute;
	top: -2.0rem;
	left: 0;
	width: 8.0rem;
}
@media screen and (max-width: 768px){
	h3.ttl {
		margin-bottom: 8vw;
		padding-left: 18.667vw;
	}
	h3.ttl img {
		top: -4vw;
		width: 15.467vw;
	}
}


/* PC: header
---------------------------------------------------------- */
#pcHead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 10.0rem;
	background: #fff;
	z-index: 99;
}

.pcMenu {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	width: 100%;
}
.pcMenu h1 {
	width: 18.0rem;
	margin-left: 5.0rem;
}
.pcMenu h1 img {
	width: 18.0rem;
	height:4.9rem;
}
.pcMenu ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-start;
	width: 76.0rem;
	margin-right: 7.0rem;
}
.pcMenu ul li {
	font-size: 1.8rem;
	font-weight: bold;
	margin-right: 4rem;
}
@media screen and (max-width: 768px){
	#pcHead {
		height: 50px;
	}
	.pcMenu h1 {
		width: unset;
		height: 30px;
		margin-left: 5%;
	}
	.pcMenu h1 img {
		width: unset;
		height: 100%;
	}
	.pcMenu h2 {
		width: calc(100% - 111px);
		width: -webkit-calc(100% - 111px);
		font-size: 3.2vw;
		padding: 1% 0 0 5%;
	}
}


/* Side Menu
---------------------------------------------------------- */
#sideMenu {
	position: fixed;
	top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  padding: 10px 0;
  background: #2e2d32;
  transition: transform 0.3s linear 0s;
  z-index: 999;
}
#sideMenu ul {
	margin-top: 3.0rem;
	border-bottom: 1px solid #828284;
}
#sideMenu ul:last-child {
	border-bottom: 0;
}
#sideMenu li {
	/*margin-bottom: 3.0rem;*/
	padding: 1.5rem 3.0rem;
}
#sideMenu li:hover {
	background: #1C518B;
}
#sideMenu a {
	font-size: 1.8rem;
	color: #fff;
}
#sideMenu:before {
	display: block;
	content: "≡";
	position: absolute;
	top: 0;
  right: 100%;
  width: 100px;
  height: 100px;
  font-size: 40px;
  color: #333;
  line-height: 100px;
  text-align: center;
  background: #fff;
  border-radius: 0 0 0 10px;
}
#sideMenu:hover {
  transform: translate(-300px);
}
#sideMenu:hover + #menu-background {
  opacity: 0.5;
  z-index: 998;
}
#menu-background {
	display: block;
	position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s linear 0s;
  background: #333;
  z-index: -1;
}
@media screen and (max-width: 768px){
	#sideMenu:before {
		width: 70px;
		height: 50px;
		line-height: 50px;
	}
}


/* footer
---------------------------------------------------------- */
footer {
	background: #fff;
}

.fBox {
	max-width: 108.0rem;
	margin: auto;
	padding: 11.0rem 0 7.0rem 0;
}
.fBox ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.fBox li a {
	font-size: 1.2rem;
	color: #A2A2A2;
}
@media screen and (max-width: 768px){
	.fBox {
		padding: 10% 5% 7% 5%;
	}
	.fBox li {
		margin: 0 5%;
	}
	.fBox li a {
		font-size: 2.667vw;
	}
}

.fMenu {
	margin-bottom: 3.0rem;
}
.fMenu h1 {
	width: 28.6rem;
}
.fMenuBox {
	width: calc(100% - 28.6rem);
	width: -webkit-calc(100% - 28.6rem);
}
.fMenuBox ul {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.fMenuBox li {
	margin: 0 0 2% 5%;
}
.fMenuBox li a {
	font-size: 1.4rem;
	font-weight: bold;
	color: #000;
	text-align: right;
}
@media screen and (max-width: 768px){
	.fMenu h1 {
		width: 52.533vw;
		margin: 0 auto 10% auto;
	}
	.fMenuBox {
		width: 100%;
	}
	.fMenuBox ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.fMenuBox li {
		margin: 0 5% 5% 5%;
	}
	.fMenuBox li a {
		font-size: 3.2vw;
	}
}

p.copy {
	font-size: 1.2rem;
	color: #A2A2A2;
	text-align: center;
	padding-top: 4.0rem;
}
@media screen and (max-width: 768px){
	p.copy {
		font-size: 2.667vw;
		padding: 0;
	}
}


/* ファーストビュー
---------------------------------------------------------- */
.fv {
	margin: 10.0rem 0 8.0rem 0;
}
.fv._top img{
	width: 100%;
	height: 33.879vw;
}
.fv._recruit {
	margin-bottom: 0;
}
@media screen and (max-width: 768px){
	.fv {
		margin: 50px 0 9.333vw 0;
	}
	.fv._top img{
		width: 100%;
		height: 100vw;
	}
}


/* table
---------------------------------------------------------- */
.catTb table {
	font-size: 1.4rem;
}
.catTb th, .catTb td {
	padding: 2.5rem 0 2.5rem 2.0rem;
}
.catTb th {
	width: 20%;
	border-bottom: 1px solid #BCBCBC;
	text-align: left;
	vertical-align: top;
}
.catTb td {
	width: 80%;
	border-bottom: 1px solid #BCBCBC;
	text-align: justify;
}
@media screen and (max-width: 768px){
	.catTb table {
		font-size: 3.2vw;
	}
	.catTb th, .catTb td {
		padding: 3% 2%;
	}
	.catTb th {
		width: 30%;
	}
}


/* お仕事をお探しの方
---------------------------------------------------------- */
.stepBox {
	position: relative;
	display: table;
	width: 100%;
	height: 10.0rem;
	margin-bottom: 3.5rem;
	background: #fff;
}
.stepBox p {
	display: table-cell;
  vertical-align: middle;
  padding-left: 20.0rem;
}
.stepBox img {
	position: absolute;
	top: 0;
	left: 0;
	width: 17.0rem;
}
@media screen and (max-width: 768px){
	.stepBox {
		height: 26.667vw;
		margin-bottom: 8vw;
	}
	.stepBox p {
		padding: 0 4vw 0 24vw;
		line-height: 1.7;
	}
	.stepBox img {
		width: 21.333vw;
	}
}


/* よくある質問
---------------------------------------------------------- */
summary {
  display: block;
  list-style: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 3.0rem;
  background: #1B518B;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display:none;
}

details {
	border: 2px solid #1B518B;
}
details p {
	font-size: 1.4rem;
	padding: 3.0rem;
}
details p a {
	display: block;
	width: 36.0rem;
	margin: auto;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 6.0rem;
	border: 1px solid #1B518B;
	background: #1B518B;
}
details p a:hover {
	color: #1B518B;
	background: #fff;
	transition: 0.8s;
}
@media screen and (max-width: 768px){
	details p {
		font-size: 3.2vw;
	}
	details p a {
		width: 74.667vw;
		font-size: 4.533vw;
		line-height: 16vw;
	}
}


/* 応募要項
---------------------------------------------------------- */
.catBox {
  max-width: 100.0rem;
  margin: auto;
}
.catBox h2 {
	font-size: 2.4rem;
	padding-bottom: 1%;
}
.catBox h3 {
	font-size: 2.1rem;
	background: #EBEAEA;
	margin-bottom: 5%;
	padding: 2%;
}
.catBox h4 {
	font-size: 1.8rem;
}
.catBox p {
	font-size: 1.6rem;
	line-height: 2.0;
}
.catBox .category {
	margin: 1% 0 5% 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.catBox .category span {
	font-size: 1.4rem;
	color: #fff;
	margin: 0 1% 0.5% 0;
	padding: 0.2% 1%;
	border-radius: 1.3rem;
	background: #3B7DA5;
}
/*
.catBox .imgBox {
  position: relative;
  width: 100%;
  aspect-ratio: 830 / 420;
  overflow: hidden;
}
.catBox .imgBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 830 / 420;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
*/
.catBox .rowBox > div {
	position: relative;
	width: calc(100% / 3);
	width: -webkit-calc(100% / 3);
	margin-bottom: 5%;
	padding-left: 6.0rem;
}
.catBox .rowBox > div img {
	position: absolute;
	top: -1.3rem;
	left: 0;
	width: 5.0rem;
	height: 5.0rem;
}
.catBox._single p a {
	color: blue;
}
@media screen and (max-width: 768px){
	.catBox {
		padding: 0 5%;
	}
	.catBox h2 {
		font-size: 4.749vw;
	}
	.catBox h3 {
		font-size: 4.222vw;
	}
	.catBox h4 {
		font-size: 4.749vw;
	}
	.catBox p {
		font-size: 3.694vw;
	}
	.catBox .category span {
		font-size: 3.694vw;
		margin-bottom: 1%;
		padding: 0.2% 2%;
	}
	.catBox .rowBox > div {
		width: 100%;
		padding-left: 10.554vw;
	}
	.catBox .rowBox > div img {
		top: -1.055vw;
		width: 8.707vw;
		height: 8.707vw;
	}
}

/* 求人詳細 */
.jobopenings-img{
	width: 80%;
	margin: 1rem auto 5rem;
}
.jobopenings-lead{
	text-align: center;
}
.jobopenings-btn a{
	text-align: center;
	padding: 20px;
	line-height: 1.4;
}
.jobopenings-btn a span{
	font-size: 1.2rem!important;
}
.jobopenings-notice{
	font-size: 1.2rem!important;
}
@media screen and (max-width: 768px){
	.jobopenings-lead{
		text-align: left;
	}
	.jobopenings-img{
		width: 100%;
		margin: 0.8em auto 8%;
	}
	.jobopenings-btn{
		line-height: 1.3;
	}
	.jobopenings-btn a span{
		font-size: 1.6rem!important;
	}
	.jobopenings-notice{
		font-size: 1.6rem!important;
	}
}

/* Map */
.catBox .map {
  position: relative;
  width: 100%;
  aspect-ratio: 500 / 335;
  margin: 0;
  overflow: hidden;
}
.catBox .map iframe,
.catBox .map object,
.catBox .map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* コンタクトフォーム */
.formBox {
	width: 60%;
	margin: auto;
}
.formBox input[type="text"],
.formBox input[type="email"],
.formBox input[type="tel"],
.formBox textarea {
  width: 100%!important;
  font-size: 1.4rem;
  margin-bottom: 2%;
  padding: 2%;
  border: 1px solid #707070!important;
}
.formBox input[type=submit] {
	display: block;
	width: 33.0rem;
	margin: 10% auto 0 auto;
	padding: 3% 0;
	font-size: 1.7rem;
	color: #fff;
  background: #1B518B;
  border: none;
  cursor: pointer;
}
::placeholder {
  color: #B9B9B9;
}
label span {
	color: red;
}
.wpcf7-form.init p {
	padding-bottom: 5%;
}
@media screen and (max-width: 768px){
	.formBox {
		width: 100%;
	}
}


/* 一覧
---------------------------------------------------------- */
.listBox li {
	margin-bottom: 8.0rem;
}
.listBox li h2.listTtl {
	position: relative;
	width: 100%;
	font-size: 2.4rem;
	line-height: 2.0;
	margin-bottom: 2%;
	padding: 0;
	border-bottom: 4px solid #3B7DA5;
}
/*
.listBox li span.listDay {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	padding-top: 1%;
	font-size: 1.4rem;
	text-align: right;
}
*/
.listBox .thumbnail {
  position: relative;
  aspect-ratio: 400 / 300;
  overflow: hidden;
  background: #ccc;
}
.listBox .thumbnail:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.listBox .thumbnail img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.listBox .listL {
	width: 40.0rem;
}
.listBox .listCategory {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 3% 0 5% 0;
}
.listBox .listCategory._sp {
	display: none;
}
.listBox .listCategory span {
	font-size: 1.4rem;
	color: #fff;
	margin: 0 1% 1% 0;
	padding: 0.2% 2%;
	border-radius: 1.3rem;
	background: #3B7DA5;
}
.categoryLink {
	color: #fff;
}
.listBox .listR {
	width: calc(100% - 40.0rem);
	width: -webkit-calc(100% - 40.0rem);
	padding-left: 3.0rem;
}
.listBox .listR h3 {
	border-bottom: 0;
}
.listBox .listR .rowBox > div {
	width: 50%;
}
.listBox .moreBtn {
	width: 21.0rem;
	margin: 2.0rem auto 0 auto;
}
@media screen and (max-width: 768px){
	/*
	.listBox li span.listDay {
		position: relative;
		top: unset;
		right: unset;
		width: 100%;
		font-size: 3.2vw;
		text-align: left;
		padding-bottom: 5%;
	}
	*/
	.listBox .listL, .listBox .listR, .listBox .listR .rowBox > div {
		width: 100%;
	}
	.listBox .listR {
		padding: 0;
	}
	.listBox .listCategory._sp {
		display: flex;
	}
	.listBox .listCategory span {
		padding: 0.2% 2% 1% 2%;
		line-height: 2.0;
	}
	.listBox .thumbnail {
		margin: 5% 0;
	}
	.listBox .moreBtn {
		width: 80%;
		margin: 5% auto;
	}
}


/* 検索
---------------------------------------------------------- */
.searchBox {
	margin-top: 5%;
}
.searchBox ._row {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.searchBox form label {
	display: block;
	width: calc(100% / 6);
	width: -webkit-calc(100% / 6);
	font-size: 1.7rem;
	margin-bottom: 2%;
}
.searchBox form label input[type="checkbox" i] {
	margin-right: 1em;
}
.searchBox form button {
	display: block;
	width: 36.0rem;
	margin: 0 auto;
	padding: 2% 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #1B518B;
	border: 0;
	cursor: pointer;
}

.searchBox .result-counts {
  margin: 10% 0 10px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px){
	.searchBox {
		margin-top: 10%;
	}
	.searchBox ._row {
		padding-left: 5%;
	}
	.searchBox form label {
		width: 50%;
	}
	.searchBox form button {
		width: 100%;
		padding: 5% 0;
		font-size: 4.533vw;
	}
}

/* Ajax Load More */
button.alm-load-more-btn.more.moreBtn {
	background: url(../images/common/moreBtn.png) no-repeat 0 0;
	background-size: cover;
	width: 36.0rem;
	aspect-ratio: 360 / 60;
	border: 0;
	font-size: 0;
	cursor: pointer;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.alm-load-more-btn.done {
	width: 0!important;
	height: 0!important;
}


/* キャンペーン
---------------------------------------------------------- */
.fv._campaign {
	margin-bottom: 0;
}
.bnnrBox._top {
	max-width: 90.0rem;
	margin: 0 auto 10% auto;
}
@media screen and (max-width: 768px){
	.bnnrBox._top {
		margin-bottom: 15%;
	}
}

/* キャンペーンページ */
.capTtl._01 {
	position: relative;
	background: url(../img/campaign/line01.png) repeat-x 0 0;
	background-size: auto;
	width: 100%;
	height: 1.6rem;
}
.capTtl._01 img {
	position: absolute;
	top: -1.95rem;
	left: 50%;
	width: 32.0rem;
	-webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px){
	.capTtl._01 img {
		top: -1.65rem;
		width: 24.0rem;
	}
	.capTtl+.capBox{
		margin-top:30px;
	}
}

.capTtl._02 {
	position: relative;
	background: url(../img/campaign/line02.png) repeat-x 0 0;
	background-size: auto;
	width: 100%;
	height: 1.6rem;
}
.capTtl._02 img {
	position: absolute;
	top: -3.25rem;
	left: 50%;
	width: 26.0rem;
	-webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.capBox {
	max-width: 108.0rem;
  margin: auto;
}
.capBox h2 {
	font-size: 4.0rem;
	color: #fff;
	text-align: center;
	padding: 5% 0 0 0;
}
.capBox h2 span {
	font-size: 2.0rem;
}
.capBox h3 {
	font-size: 3.2rem;
	color: #1C518B;
	text-align: center;
	margin-bottom: 4.0rem;
}
.capBox h3 span {
	background: linear-gradient(transparent 60%, #FFFF00 0%);
}
.capBox .btnBox a {
	display: block;
	font-size: 3.0rem;
	font-weight: 500;
	color: #1A4E86;
	text-align: center;
	background: #FFFF00;
	border-radius: 4.0rem;
	padding: 2% 0;
}
.capBox .btnBox a:hover {
	background: #fff;
	transition: 0.8s;
}
.capBox .kikan p {
	font-size: 2.0rem;
	color: #fff;
	text-align: center;
	padding-top: 2%;
}
@media screen and (max-width: 768px){
	.capBox {
		padding: 0 5%;
	}
	.capBox h2 {
		font-size: 4.4vw;
		line-height: 1.4;
		font-weight: bold;
	}
	.capBox h2 span {
		font-size: 4.2vw;
		font-weight: bold;
	}
	.capBox h3 {
		font-size: 2.6vw;
	}
	.capBox h3 span {
		font-size: 3.6vw;
		font-weight: bold;
	}
	.capBox .btnBox a {
		font-size: 2.6vw;
		padding: 3% 0;
	}
	.capBox .kikan p {
		font-size: 1.4rem;
		line-height: 1.4;
		color: #fff;
		text-align: center;
		padding-top: 2%;
	}
}

.arrBox {
	width: 5.6rem;
	margin: auto;
}

.capBk {
	margin-top: -4.2rem;
	padding: 14.2rem 0 20.0rem 0;
	background: #EDF2F8;
}
@media screen and (max-width: 768px){
	.capBk {
		padding-bottom: 15%;
	}
}

.checkBox {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100.0rem;
	aspect-ratio: 1000 / 100;
	margin: 0 auto 2% auto;
	padding: 0 3.5rem;
	background: #fff;
	box-shadow: 0.6rem 0.6rem 0 #4B76BA;
}
.checkBox p {
	font-size: 1.8rem;
	font-weight: 500;
	text-indent: -4.0rem;
  padding-left: 4.0rem;
}
.checkBox p:before {
	content: '';
	display: inline-block;
	background: url(../img/campaign/check.png) no-repeat 0 0;
	background-size: 100%;
	vertical-align: middle;
	width: 2.8rem;
	aspect-ratio: 28 / 23;
	margin: auto 1.0rem auto 0;
}
@media screen and (max-width: 768px){
	.checkBox {
		aspect-ratio: 322 / 102;
		margin-bottom: 5%;
		box-shadow: 1.067vw 1.067vw 0 #4B76BA;
	}
	.capUnderBox p {
		font-size: 2.2vw;
		line-height: 1.6;
		text-indent: -0.01em;
  	padding-left: 8vw;
	}
	.checkBox p {
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.checkBox p:before {
		width: 6.133vw;
		aspect-ratio: 23 / 19;
	}
}

.capUnderBox {
	position: relative;
	width: 100%;
}
.capUnderBox p {
	background: url(../img/campaign/ttlBk.png) no-repeat 50% 50%;
	background-size: cover;
	max-width: 33.0rem;
	aspect-ratio: 332 / 35;
	margin: 0 auto 2% auto;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}
.capUnderBox a {
	display: block;
	width: 60.0rem;
	margin: auto;
	padding: 1% 0;
	font-size: 3.0rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background: #1C518B;
	border: 2px solid #1C518B;
	border-radius: 4.0rem;
}
.capUnderBox a:hover {
	color: #1C518B;
	background: #fff;
	transition: 0.8s;
}
.capUnderBox .img02 {
	position: absolute;
	top: -5%;
	left: 0;
	width: 18.0rem;
}
.capUnderBox .img02 img{
	max-width: 100%;
	height: auto;
}
.capUnderBox .img03 {
	position: absolute;
	top: -5%;
	right: 0;
	width: 17.3rem;
}
.capUnderBox .img03 img{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 768px){
	.capUnderBox {
		padding: 0;
	}
	.capUnderBox .img02 {
		top: -15%;
		width: 13.333vw;
	}
	.capUnderBox .img03 {
		top: -15%;
		width: 11.733vw;
	}
	.capUnderBox p {
		background: unset;
		font-size: 3.733vw;
		padding-bottom: 15%;
	}
	.capUnderBox a {
		width: 85.333vw;
		padding: 3% 0;
		font-size: 4.8vw;
	}
	.kvbn img{
		width: 100%;
		height: auto;
	}
}


/* ------------------------
	下部固定バナー
------------------------ */
.fixed-banner {
	position: fixed;
	bottom: 0;
	z-index: 1;
	transition: .5s;
}
.fixed-banner-list {
	display: flex;
}
.fixed-banner-list li {
	list-style: none;
	width: 100%;
}
.fixed-banner-btn {
	border-bottom: solid 14px #000000;
}
.fixed-banner-btn .btn-inner {
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000000;
	width: 35%;
	border-radius: 14px 14px 0 0;
	margin: 0 auto;
	text-align: center;
}
.fixed-banner-btn .btn-inner span {
	color: #ffffff;
	position: relative;
	transform: rotate(-90deg);
	font-size: 24px;
	line-height: 1;
	height: 30px;
}
.fixed-banner.open .fixed-banner-btn .btn-inner span {
	transform: rotate(90deg);
}



