h1, h2, h3, h4, h5, h6, p, ul, ol, li, dd, dt, dl, table, a, input, textarea, select, form {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color:#40220F;
	padding:0;
	margin:0;
	box-sizing: border-box;
	font-weight:600;
}
table,tr,th,td{border-collapse:collapse;border-spacing:0;border:none;}
ul{list-style:none;}
body{
  width: 100%;
  height:100%;
  background:/** linear-gradient(90deg,#FFF200 0%, #FFF200 50%, #FABE00 50%, #FABE00 100%)**/#ffffbb;
  display: flex;
  justify-content: center;
  align-items: center;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dd, dt, dl{padding:0;margin:0;line-height:1;}
a{text-decoration:none;}
.container{ 
	max-width: 960px;
	margin:0 auto;
}
main{width:100%;}
header{
	width:100%;
	margin:0 auto;
}
h1{
	width: 100%;
	margin:10px auto;
}
h1 img{
	width:960px;
	height:auto;
	object-fit:cover;
	padding:0;
	margin:0 auto;
}

p.note {
	margin:10px auto;
	padding:5px;
	width:35em;
	border-radius:20px;
	background:#FFF;
	border:3px solid #40220F;
	text-align:center;
	font-size:20px;
	line-height:2;
	color:#FA5514;
	font-weight:700;
}
.sp{display:none;}
@media (max-width: 768px) {
.container{width:100%;
	overflow:hidden;}
h1 img{
	max-width:100%;
	height:auto;
	}
p.note{
	margin:5px auto;
	width:80%;
	padding:3px;
	font-size:15px;
	border:2px solid #40220F;
}
.sp{display:block;
	}
}

.summary{
	background:#FFFFFF;
	margin:20px auto;
	border-radius:5px;
	display:flex;
	justify-content:center;
	width:100%;
	flex-wrap:wrap;
}
.target_Box,.schedule_Box{
	width:100%;
	margin:1%;
	border:3px solid #40220F;
	border-radius:5px;
}
.inBox{
	width:100%;
	margin:1%;
}
.target_Box h2{
	margin:auto;
	font-size:28px;
	font-weight:900;
	color:#40220F;
	text-align:center;
	line-height:1.7;
  	width:100%;
  background-color   : #f8b6c2;
  background-image   : radial-gradient(#fff200 8%, transparent 11%),
                       radial-gradient(#fff200 8%, transparent 11%);
  background-position: 0 0, 10px 10px;
  background-size    : 20px 20px;
	border-bottom:3px solid #40220F;
}
.schedule_Box h2{
	margin:auto;
	font-size:28px;
	font-weight:900;
	color:#40220F;
	text-align:center;
	line-height:1.7;
  	width:100%;
  background-color   : #fff200;
  background-image   : radial-gradient(#f8b6c2 8%, transparent 11%),
                       radial-gradient(#f8b6c2 8%, transparent 11%);
  background-position: 0 0, 10px 10px;
  background-size    : 20px 20px;
	border-bottom:3px solid #40220F;
}

.consult_Box h3{
	background-color:#ee7800;
	border-radius:10px;
	color:#FFF;
	font-size:22px;
	font-weight:800;
	line-height:1.7;
	width:10em;
	text-align:center;
}
.company_Box,.company_Box{
	margin:10px auto;
}
.company_Box h3{
	background-color:#62b850;
	border-radius:10px;
	color:#FFF;
	font-size:22px;
	font-weight:800;
	line-height:1.7;
	width:10em;
	text-align:center;
}
.consult_Box p,.company_Box p{
	line-height:2;
	font-size:16px;
	padding:10px;
}
.target_Box ul{padding:10px;}
.target_Box li{
	line-height:2;
	font-size:20px;
}

.schedule_Box .timetable{
	width:100%;
	table-layout:fixed;
}
.schedule_Box .timetable th{
	width:30%;
	padding:10px;
	font-size:20px;
	text-align:right;
}
.schedule_Box .timetable td{
	width:70%;
	padding:10px;
	font-size:20px;
	text-align:left;
}
.pc{
	display:block;
}

.movie{
	with:100%;
	margin:20px auto;
	background:#FFF;
	border:1px solid #333;
	border-radius:10px;
	padding:20px 10px;
}
.movie h4{
	font-size:24px;
	text-align:center;
	padding:10px;
}
.movieBox{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	place-items: center;
}

.movieBox img{
	max-width:320px;
	height:auto;
	object-fit:contain;
}
.video-modal {
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #000;
  width: 90%;
  max-width: 960px;
  position: relative;
  padding: 0;
}

.close-btn {
  position: absolute;
  top: 10px; right: 20px;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}
#linkbox{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 3fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	background:#FFFFFF;
	text-align:center;
	border-radius:10px;
	padding:1.5%;
	border:1px solid #333;
}
#linkbox h4{
	padding:10px;
	margin:0 auto;
	display:flex;
	justify-content:center;
	place-items:center;
	flex-wrap:nowrap;
}
#linkbox h4 span.linkbox_h4{
	font-size:24px;
	line-height:45px;
	white-space:nowrap;
	text-align:center;
}
#linkbox h4 img{
	max-width:45px;
	height:auto;
	object-fit:contain;
}
.innerbox{
	margin:30px auto;
	width:100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 20px;
}


@media (max-width: 768px) {
.summary{display:block;
	}
.target_Box,.schedule_Box,.inBox{
	width:98%;
	margin:5px auto;
	}
.target_Box h2,.schedule_Box h2{
	font-size:16px;
}
.movieBox{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 20px;
}
}

@media (max-width: 768px) {
.consult_Box,.company_Box{
	width:100%;
	}
.consult_Box p,.company_Box p{
	width:100%;
	font-size:13px;
}
.summary .schedule_Box .timetable{
	padding:0;
}
.target_Box li{
	font-size:16px;
}
.schedule_Box .timetable td{
	font-size:16px
}
.schedule_Box .timetable td:first-child{
	width:35%;
	padding:5% 1% 5% 5%;
}
.schedule_Box .timetable td:nth-child(2){
	padding:5% 0 5% 1%;
	width:calc(100% - 36%);
}
.pc{
	display:none;
}
}
p.download{
	text-align:center;
	font-weight:900;
	font-size:24px;
	margin:30px auto 50px;
	background:#EA5514;;
	border-radius:8px;
	border:1px double #FFFFFF;
	width:35em;
	color:#40220F;
	height:62px;
	line-height:62px;
}
p.download a{
	color:#FFFFFF;
	font-size:28px;
	height:62px;
	line-height:62px;
}
@media (max-width: 768px) {
p.download{
	width:80%;
	height:100px;
	line-height:1.8;
	font-size:16px;
}
p.download a{
	font-size:20px;
}

}
.attention{
	width:calc(100% - 20px);
	display:grid;
	grid-template-columns:1fr 4fr;
	grid-template-rows:1fr;
	grid-column-gap: 0;
	grid-row-gap: 0;
	background:#FFE9A9;
/**	border-radius:10px;**/
	border:1px solid #873E2A;
	margin:10px auto;
	padding:10px;
}
.attention h4{
	font-size:24px;
	line-height:1.7;
	padding:5px 10px;
	font-weight:700;
}
.attention_col {
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: center; /* ← 縦方向中央寄せ */
	align-items: center;     /* ← 横方向中央寄せ */
}
.attention_col p,
.formLink_span{
	font-size:16px;
	text-align:center;
	color:#40220F;
}
.formLink_after{
	display:none;
}
.formLink img{
	max-width:38px;
	height:auto;
	object-fit:contain;
}
.attention_col p a{
	display: inline-block;
	text-align: center;
	color:#FFF;
	font-weight:700;
	font-size:24px;
	border-radius:10px;
	margin:15px 5px;
	width:320px;
	height:48px;
	line-height:48px;
}
.attentionimg {
	display:flex;
	justify-content:center;
	align-items:center;
}
.attentionimg img{
	width:70%;
	max-width:70%;
	height: auto;
	object-fit: contain;
}
@media (max-width: 768px) {
.attention {
	box-sizing: border-box;
	grid-template-columns:1fr 3fr;
}
.attention_col p a{
	font-size:22px;
	margin:0 0 5px;
	height:46px;
	line-height:46px;
}
.attentionimg img{
	width:90%;
	max-width:90%;
	height: auto;
	object-fit: contain;
}

.attention h4{
	font-size:18px;
	font-weight:700;
}
/**.attention_col{
	width:100%;
	display:block;
	}**/
.attention_col p{
	font-size:13px;
	line-height:1.5;
	padding:10px 0 5px;
	}
.attention_col p a{
	width:100%;
	font-size:16px;
	height:40px;
	line-height:40px;
	}
.formLink_after{
	display:block;
}
.formLink_span{
	display:none;
	}
}


.formLink,.pdf{
	font-size:24px;
	width:96%;
	text-align:center;
}
.formLink a{
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:700;
	color:#FFFFFF;
	background-color: #62a6ff;
	border-radius: 40px;
	box-shadow: 12px 12px 18px rgba(0, 0, 0, 0.3), inset -12px -12px 18px rgba(0, 0, 0, 0.3), inset 12px 12px 18px rgba(255, 255, 255, 0.6);
	width:100%;
	height:52px;
	line-height:52px;
	margin:0 10px 10px 10px;
}

.pdf a{
	display:block;
	font-weight:700;
	color:#FFFFFF;
	border-radius:5px;
	width:100%;
	height:52px;
	line-height:52px;
}
.pdf a:hover,
.formLink a:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease;
  box-shadow: 0 0 10px rgba(135, 62, 42, 0.4);
}

li.p_01 a{
	background-color: #ff62f7;
	border-radius: 40px;
	box-shadow: 12px 12px 18px rgba(0, 0, 0, 0.3), inset -12px -12px 18px rgba(0, 0, 0, 0.3), inset 12px 12px 18px rgba(255, 255, 255, 0.6);
	margin:10px 10px 0 10px;
}
li.p_01 {
  position: relative;
}
li.p_01::before {
/**  content: "注目！";**/
  content:"更新しました！";
  position: absolute;
  top: 20px;
  left: 20px;
  background: #E53935;
  color: #FFF;
  font-size: 20px;
  padding: 4px 8px;
  border-radius: 50px;
  font-weight: bold;
  z-index: 1;
}
li.p_02 a{
	background-color: #ffa062;
	border-radius: 40px;
	box-shadow: 12px 12px 18px rgba(0, 0, 0, 0.3), inset -12px -12px 18px rgba(0, 0, 0, 0.3), inset 12px 12px 18px rgba(255, 255, 255, 0.6);
	margin:10px;
}
li.p_02 {
  position: relative;
}
li.p_02::before {
/**  content: "注目！";**/
  content:"更新しました！";
  position: absolute;
  top: 20px;
  left: 20px;
  background: #E53935;
  color: #FFF;
  font-size: 20px;
  padding: 4px 8px;
  border-radius: 50px;
  font-weight: bold;
  z-index: 1;
}
@media (max-width: 768px) {
.innerbox h3 img{
	width:80%;
	}
.formLink,.pdf{
	font-size:13px;
	height:44px;
	line-height:44px;
	}
.formLink a{
	height:44px;
	line-height:44px;
	margin:0 5px 5px 5px;
}
li.p_01 a{
	margin:5px;
}
li.p_02 a{
	margin:5px;
}
li.p_01::before, li.p_02::before{
  top: 5px;
  left: 5px;
  padding: 4px 4px;
  font-size: 12px;
}
}
.locateBox{
	max-width:960px;
	background:#FFFFFF;
	padding:2%;
	margin:0 auto 50px;
}
.locateBox h3 {
    text-align: center;
	width:100%;
	line-height:2;
	margin:10px auto 40px;
}
.locateBox h3 img{
	width:50%;
	object-fit:contain;
}
.locateBox dl{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	justify-content:flex-start;
	vertical-align:top;
	align-items:flex-start;
}

.locateBox dt{
	width:20%;
	background:#00aecb;
	color:#FFFFFF;
	font-size:26px;
	line-height:1.5;
	margin:1.5% 5% 5% 0;
	text-align:center;
}
.locateBox dd{
	width:75%;
	font-size:20px;
	line-height:1.5;
	margin:0 0 5% 0;
	display:table-cell;
}
.locateBox iframe{
	width:100%;
	height:300px;
}
.locateBox dd strong{
	font-size:40px;
	font-weight:800;
}
.locateBox dd span.middle{
	font-size:32px;
	font-weight:800;
}
.locateBox dd span.s_001{
	color:#EA5514;
}
.locateBox dd span.s_002{
	color:#00A73C;
}

@media (max-width: 768px) {
.locateBox h3 {
	margin:10px auto;
}
.locateBox dt{
	font-size:18px;
}
.locateBox dd{
	font-size:14px;
}
.locateBox dd strong{
	font-size:24px;
}
.locateBox dd span.middle{
	font-size:18px;
	}
}

footer{
	background-color: #FFFFFF;}
footer div{
	display:flex;
	justify-content:space-between;
	max-width:960px;
	padding:1.5%;
}
footer .footerL{
	width:55%;
}
footer .footerR{
	width:50%;
	display:flex;
	justify-content:space-between;
}

footer .footerL li:first-child{
	font-size:19px;
	line-height:1.8;
	color:#333333;
	margin:0 0 2%;
}
footer .footerL li .span_1{
	background:#12B8D7;
	color:#FFFFFF;
	font-weight:800;
	padding:1% 2%;
	margin:0 2% 2% 0;
	border-radius:5px;
}
footer .footerL li:nth-child(2){
	font-size:17px;
	line-height:1.8;
	color:#333333;
	margin:0 0 2%;
}
footer .footerL li .span_2{
	background:#FFF347;
	color:#333333;
	font-weight:800;
	padding:1% 2%;
	margin-right:2%;
	border-radius:5px;
}
footer .footerL li .span_3{
	background:#a48b78;
	color:#FFFFFF;
	font-weight:900;
	padding:1% 2%;
	margin:0 1% 0 2%;
	border-radius:5px;
}
footer li small{
	font-size:14px;
	line-height:1.8;
	}

footer .footerR li:first-child{
	width:25%;
	border-radius:5px;
	background:#E6E5D7;
	color:#000;
	height:115px;
	line-height:115px;
	text-align:center;
	font-size:14px;
	margin-right:2%;
}
footer .footerR li:nth-child(2){
	width:70%;
}
footer .footerR li:nth-child(2) p:first-of-type{
	display:flex;
	justify-content:flex-start;
	flex-wrap:nowrap;
	vertical-align:middle;
	margin:0 auto 15px;
	font-size:16px;
	line-height:1;
	position:relative;
	}
footer .footerR li:nth-child(2) p:first-of-type img{
	width:50%;
	object-fit:contain;
}
footer .footerR li:nth-child(2) p:first-of-type span{
	position:absolute;
	bottom:-8px;
	right:50px;
	font-size:16px;
	line-height:2;
}
footer .footerR li:nth-child(2) p:nth-of-type(2),footer .footerR li:nth-child(2) p:nth-of-type(3){
	width:100%;
	font-size:14px;
	line-height:2;
	margin:10px 0;
}
footer .footerR li:nth-child(2) p:nth-of-type(3){
	margin-bottom:0;
}
.footerR .m_small{
	font-size:10px;
}

#pageTop{
    display: none;
    position: fixed;
    right: 16px;
    bottom: 60px;
	z-index:999;
}
#pageTop a{
    display: block;
    font-size: 13px;
    width: 3em;
    height: 50px;
    text-align: center;
    background: #7db4e6;
	color:#fff;
	font-weight:900;
    border-radius: 5px;
    line-height: 50px;
}
.companyList h2{
	text-align:center;
	color:#873E2A;
	margin-bottom: 16px;
}
.copyright{
	background:#FFFFFF;
	margin:10px auto 0;
	text-align:center;
	font-size:12px;
	color:#333;
	padding-top:5px;
}
.companyLabels{
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	grid-auto-rows: auto;
	grid-column-gap: 5px;
	grid-row-gap: 5px;
	margin:0 auto 10px;
}
.companyLabels label{
	border:1px solid #873E2A;
	border-radius:10px;
	background:#fff;
	padding:5px;
	cursor:pointer;
	font-size:15px;
	text-align:center;
}

.companyContents{
	margin:0 auto 20px;
}


/* 入力を不可視にする（クリックはラベル側で行うので透明化でOK） */
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.accordion-content {
	height: 0;
	overflow: hidden;
	/**transition: none;**/
	background:#fff;
	border-radius:10px;
	font-size:15px;
	text-align:center;
	transition: max-height .3s ease-out;
	margin: 0 auto;
}
.accordion-content li {
  line-height: 1.6;
  margin-bottom: 4px;
}
.accordion-content li.major{
	padding:3px;
	font-weight:700;
	background-color:#44c767;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}

/* チェックされたら高さ制限なしで展開 */
input[id^="yomi-content-"]:checked + .accordion-content,
input[id^="industry-content-"]:checked + .accordion-content {
  height: auto;
  padding: 12px;
  overflow: visible;
  margin: 12px auto; /* ←開いたときだけ余白をつける */

}
@media (max-width: 768px) {
footer div{
	display:block;
	width:100%;
	}
footer .footerL,footer .footerR{
	width:100%;
}
footer .footerL{
	margin:0 0 15px 0;
	}
footer .footerL li:first-child{
	font-size:14px;
	margin:0 0 5px 0;
	}
footer .footerL li:nth-child(2){
	font-size:13px;
	margin:0 0 10px;
	line-height:2.3;
	}
footer .footerL li .span_2{
	margin:0 2% 5% 0;
	}
footer .footerL li .span_3{
	margin:0 2% 2% 0;
}
footer li small{
	font-size:11px;
	line-height:1.5;
}
footer .footerR li:first-child{
	width:3em;
	margin:0;
	position:relative;
	white-space: nowrap;
	height:100px;
}
footer .footerR li:first-child span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	writing-mode: vertical-rl;
	font-size:14px;
	}
footer .footerR li:nth-child(2){
	width:calc(100% - 4em);
}
footer .footerR li:nth-child(2) p:first-of-type{
	font-size:14px;}
footer .footerR li:nth-child(2) p:first-of-type span{
	right:70px;}
footer .footerR li:nth-child(2) p:nth-of-type(2),footer .footerR li:nth-child(2) p:nth-of-type(3){
	font-size:12px;
	line-height:1.7;
	margin:5px 0;}
footer .footerR li:nth-child(2) p:nth-of-type(3){
	margin-bottom:0;
	}
}
/** ここから企業PRCSS **/
.company_h2{
	font-size:36px;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	background-color:#768d87;
	border-radius:5px;
	border:1px solid #566963;
	color:#ffffff;
	font-family:Arial;
	font-weight:bold;
	padding:10px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
	margin:20px auto;
	text-align:center;
}
.industry-title{
	background-color:#44c767;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:5px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
ul.company-list{
	margin:5px auto 20px;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	width:100%;
}
ul.company-list li{
	width:48%;
	padding:10px;
	font-size:15px;
}
ul.company-list li a{
	background: #ff701e;
	border: 2px solid #ff701e;
	border-radius: 60px;
	color: #fff;
	display: block;
	font-weight: bold;
	max-width: 300px;
	padding: 15px 20px;
	text-align: center;
}
ul.company-list li a:hover{
	background: #fff;
	color: #ff701e;
}
@media (max-width: 768px) {

ul.company-list{display:block;}
ul.company-list li{
	width:100%;
	}
}
