@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@import url('https://fonts.googleapis.com/css2?family=Antonio&display=swap');

/* html tree
home
page > container > header-container > header-container-in > header > header-in > logo-header
                                                          > navi > navi-in > menu-header > menu-item
                 > content > content-in > main > article > entry-header > entry-title
                                                                          eye-catch-wrap > eye-catch
                                                         > entry-content
                                                         > entry-footer > footer-meta > author-info
                 > footer-container > footer-in > footer-bottom > footer-bottom-logo
                                                                > footer-bottom-content
*/

/* 全体 */
.page {
	width: 100%;
}
.container {
	width: 100%;
	min-height: 100vh;
	position: relative;
	padding-bottom: 100px;
	box-sizing: border-box;
}
.content {
	width: 100%;
	margin-top: 0;
}
.content-in {
	width: 100%;
}
.content-bottom {
	margin: 0;
	padding: 1rem 0;
	background-color: rgba(255, 255, 255, 0.8);
}
.content-bottom-in {
	margin: 1rem auto;
	padding: 1rem 10rem;
	column-count: 2;
	column-width: 18rem;
	gap: 1em;
	font-weight: bold;
}
.content-bottom-in .menu-footer_menu1-container>.menu>.menu-item,
.content-bottom-in .menu-footer_menu2-container>.menu>.menu-item {
	width: 18rem !important;
	margin-left: auto;
	margin-right: auto;
}
.article {
	margin-bottom: 0 !important;
}
.widget-content-bottom {
  margin-bottom: 0 !important;
}
.has-text-align-right {
	text-align: right !important;
}

/* 連絡先 */
.tel_label, .fax_label {
	margin-left: 0rem;
	margin-top: 0.8rem;
	font-family: 'Antonio', sans-serif;
	font-size: 16pt;
}
.tel, .fax {
	margin-left: 0.2rem;
	font-family: 'Antonio', sans-serif;
	font-size: 24pt;
}

/* ヘッダー */
.header-container {
	width: 100%;
}
.header-container-in {
	width: 100%;
	height: 6rem;
	align-items: start;
}

/* ヘッダーロゴ */
.logo-header {
	max-height: 6rem !important;
	text-align: left;
}
.logo-header a {
	padding: 0.5rem 1rem;
}
.logo-header img {
	max-height: 5rem !important;
}

/* ヘッダー連絡先 */
.widget_custom_html {
	margin-bottom: 0 !important;
}
.header_contact {
	height: 3rem;
	display: flex;
	position: absolute;
	margin: 0;
	padding: 0;
	right: 1rem;
	top: -6.5rem;
	z-index: 9;
	font-size: 14pt;
	flex-direction: row;
	justify-content: flex-end;
}

.header_contact .address_block {
	display: flex;
	margin-top: 1rem;
	justify-content: flex-end;
}
.header_contact .tel_block {
	display: flex;
	justify-content: flex-end;
}
.header_contact .postcode {
	margin-left: 0.5rem;
}
.header_contact .address {
	margin-left: 0.5rem;
}
.header_contact .tel_label {
	margin-left: 1rem;
	color: #53a3db;
}
.header_contact .tel {
	color: #53a3db;
}

/* ヘッダーメニュー */
.header-container-in .navi {
	min-width: 700px;
	text-align: right;
	padding: 0 !important;
	background-color: initial !important;
}
.header-container-in .navi-in .menu-header {
	height: 3rem !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: end;
}
.header-container-in .navi-in .menu-header li {
	height: 3rem !important;
	line-height: 3rem !important;
	margin-bottom: 0;
}
.header-container-in .navi-in .menu-header a {
	display: block;
	margin: 0 !important;
	padding: 0 1.5rem !important;
}
.header-container-in .navi-in .menu-header .menu-item {
	height: 3rem;
	top: 1.3rem;
}
.header-container-in .navi-in .menu-header .menu-item+.menu-item {
	border-left: solid 1px #ccc;
}
.header-container-in .navi-in .menu-header .menu-item:hover {
	border-bottom: solid 5px #73c3fb;
}
.header-container-in .navi-in .menu-header .menu-item a:hover {
	color: #73c3fb !important;
}
.header-container-in .navi-in .menu-header .item-label {
	font-size: 13pt;
	font-weight: bold;
	transform: rotate(0.05deg);
}
.header-container-in .navi-in .menu-header .sub-menu li {
	top: 0;
}

/* 固定ヘッダーメニュー */
.fixed-header .navi-in > ul li:hover > ul {
	display: block;
}

/* アイキャッチ */
.category-company_voice-post .eye-catch,
.category-trainee_voice-post .eye-catch {
	display: none;
}

.eye-catch-caption {
	background: none;
	display: flex;
	height: 100%;
	padding: 0;
	justify-content: center;
	align-items: center;
	font-size: 28pt;
	font-weight: bolder;
	text-shadow: 2px 2px 5px #000;
}

/* 見出し */
.page h1 {
	margin: 0;
	padding: 1rem;
	color: #53a3db;
	background: none;
	text-align: center;
	font-size: 24pt;
	text-shadow: 2px 1px 5px #fff;
}
.page h2 {
	margin: 0;
	padding: 1rem;
	color: #53a3db;
	background: none;
	background: rgb(255, 255, 255, 0.5);
	font-size: larger;
}
.home .page h2 .text-en {
	font-size: 32pt;
	font-family: 'Antonio', sans-serif;
}
.page h3 {
	text-align: left;
	margin: 1rem 0;
	padding: 1rem;
}
.page h4 {
	text-align: left;
	margin: 0.5rem 0rem;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.page h5 {
  margin-bottom: 1em;
  margin-top: 1.5em;
}

/* 固定ページ 投稿日・更新日 */
.page .date-tags {
	display: none;
}

/* アイキャッチ画像 */
.eye-catch {
	width: 768px !important;
	height: 256px;
	margin 0 auto;
}
.eye-catch img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ページ */
.main {
	width: 100%;
	margin: 0;
	padding: 1rem;
	background-color: rgba(255, 255, 255, 0.8);
}
.entry-header {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
}
.entry-header .eye-catch {
	width: 100%;
	margin: 0;
	padding: 0;
}
.entry-header .eye-catch img {
	width: 100%;
	border: none;
}
.entry-content {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
}
.entry-content .wp-block-columns {
	margin: 0.5rem 2rem 2rem 2rem;
}
.entry-content p {
	max-width: 1024px;
	margin: 1rem auto;
	padding: 0 1rem;
	text-align: left;
}
.entry-content img {
	margin: 0;
	padding: 0;
	box-shadow: 2px 2px 5px #000;
}
.entry-content table th {
	border: solid 1px #000;
	font-weight: normal;
	background-color: #73c3fb;
	color: #fff;
}
.entry-content ol {
	margin: 0 1rem 2rem 3.3rem;
	padding: 0;
	list-style: none;
}
.entry-content ol li {
	text-align: left;
	counter-increment: num;
	margin: 0.4rem 0 0.8rem 0.2rem;
	padding: 0;
	line-height: 1.5;
	position: relative;
}
.entry-content ol li:before {
	background-color: #73c3fb;
	content: counter(num);
	position: absolute;
	width: 2rem;
	height: 1.8rem;
	left: -2.5rem;
	top: -0.1rem;
	text-align: center;
	border-radius: 0.5rem;
	color: #fff;
}
.entry-content ol li::marker {
}
.entry-content ul {
	margin: 0 1rem 0 3.3rem !important;
	padding: 0;
	list-style: none;
}
.entry-content ul li {
/*	list-style-type: disclosure-closed;*/
	text-align: left;
	margin: 0.4rem 0 0.8rem -0.8rem;
	padding: 0;
	line-height: 1.5;
	position: relative;
}
.entry-content ul li span {
}
.entry-content ul li::before {
	content: "";
	position: absolute;
/*	border-radius: 0.5rem;*/
	color: #fff;
	width: 0;
	height: 0;
	left: -1.5rem;
	top: 0.2rem;
	text-align: center;
	border: 0.8rem solid transparent;
	border-left: 0.8rem solid #73c3fb;
}
.entry-content ul li::marker {
	font-size: 24pt;
	color: #73c3fb;
}
.entry-content .list-lower-latin {
}
.entry-content .list-lower-latin li {
	counter-increment: num;
}
.entry-content .list-lower-latin li:before {
	content: counter(num, lower-alpha);
}

.entry-content .content_max {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* 固定ページ本文下 */
.widget-page-content-bottom .panel1 {
	margin-top: 2em;
}
.widget-page-content-bottom .panel1 p {
	text-align: center !important;
}
.widget-page-content-bottom .panel1 .wp-block-button {
	text-align: center !important;
}
.widget-page-content-bottom .panel1 a {
	background-color: #fff;
	color: #73c3fb;
	border-radius: 1rem !important;
}
.widget-page-content-bottom .panel1 a:hover {
	background-color: #e3f3ff;
}

/* フッター連絡先 */
.footer_contact {
	padding: 1rem 0 2rem 0;
	text-align: center;
}
.footer_contact .logo-footer {
	text-align: center;
}
.footer_contact .logo-footer img {
	height: 5rem;
}
.footer_contact .telfax_block {
	display: flex;
	justify-content: center;
}
.footer_contact .fax_block {
	margin-left: 1.5rem;
}

/* フッター */
.footer-container {
	width: 100%;
	min-height: 100px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
}
.footer-in {
  margin: 1rem 2rem 0 2rem;
  padding: 2rem 2rem 0 2rem;
}
.footer-bottom {
	width: 100%;
	margin: auto;
	padding: 0;
}

/* フッターメニュー */
.menu-footer1,
.menu-footer2 {
	justify-content: center;
}
.menu-footer1 li,
.menu-footer2 li {
	line-height: 3rem;
}
.menu-footer1 a,
.menu-footer2 a {
	font-size: 12pt;
}
.content-bottom-in .menu-footer_menu1-container,
.content-bottom-in .menu-footer_menu2-container {
	font-size: 12pt;
	font-weight: bold;
	transform: rotate(0.05deg);
	display: grid;
}
.content-bottom-in .menu-footer_menu1-container>.menu>.menu-item,
.content-bottom-in .menu-footer_menu2-container>.menu>.menu-item {
	position: relative;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 2rem !important;
}
.content-bottom-in .menu-footer_menu1-container .menu-item a:hover,
.content-bottom-in .menu-footer_menu2-container .menu-item a:hover {
	background-color: rgba(255, 255, 255, 0);
}
.content-bottom-in .menu-footer_menu1-container .menu-item a[href]:hover,
.content-bottom-in .menu-footer_menu2-container .menu-item a[href]:hover {
	padding-left: 12px;
	background-color: rgba(255, 255, 255, 1);
}
.content-bottom-in .menu-footer_menu1-container>.menu>.menu-item:before,
.content-bottom-in .menu-footer_menu2-container>.menu>.menu-item:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	display: inline-block;
	border: 8px solid transparent;
	box-sizing: border-box;
	border-left-color: #53a3db;
	top: 1rem;
	left: -0.5rem;
}
.content-bottom-in .menu-footer_menu1-container .sub-menu .menu-item,
.content-bottom-in .menu-footer_menu2-container .sub-menu .menu-item {
	position: relative;
	height: 2rem;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1rem !important;
}
.content-bottom-in .menu-footer_menu1-container .sub-menu .menu-item:before,
.content-bottom-in .menu-footer_menu2-container .sub-menu .menu-item:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	display: inline-block;
	border: 8px solid transparent;
	box-sizing: border-box;
	border-left-color: #53a3db;
	top: 0.5rem;
	left: -0.5rem;
}

/* ホーム */
.home .entry-header {
  display: none;
}
.home .main {
	padding: 0;
}
.home .entry-header {
	max-width: 100%;
}
.home .entry-title {
	display: none;
}
.home .entry-content {
	max-width: 100%;
}
.home .entry-content p {
	max-width: 1024px;
	margin: none;
	text-align: left;
}
.home .entry-content .wp-block-columns {
}
.home .entry-content img {
	margin: 0;
	padding: 0;
	box-shadow: none;
}
.home h2 {
	margin: 2rem;
	padding: 2rem 0 0 0;
	color: #53a3db;
	background: none;
}
.home h2 .text-ja {
	font-size: 16pt;
}

/* ホーム - 技能実習制度について・特定技能 */
.home .panel4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(1, 1fr);
	gap: 0px;
	font-size: 1.8vw;
	font-weight: bolder;
}
.home .panel4 .wp-block-column {
	height: 100%;
}
.home .panel4 .wp-block-image {
	width: 100%;
	height: 100%;
}
.home .panel4 img {
	width: 100%;
	height: 100%;
	border: none;
}
.home .panel4 p {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.home .panel4 a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.home .panel4 a:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
.home .techprogram_button {
	background-color: #008b8b;
}
.home .reception_button {
	background-color: #c71585;
}

/* ホーム - 新着情報 */
.home .whatsnew {
	max-width: 1024px;
	margin: auto;
	padding: 0 0 3rem 0;
	text-align: left;
}
.home .whatsnew hr {
	max-width: 1024px;
	text-align: center;
}
.home .whatsnew dl {
	text-align: left;
	padding-left: 0.5rem;
}
.home .whatsnew dl a {
}
.home .whatsnew dl dt {
	width: 10rem;
}
.home .whatsnew dl dd {
	width: auto;
}

/* ホーム - 提携先相手国 */
.home .national_flag {
	max-width: 480px;
	margin: auto;
	padding: 0;
	display: grid;
	justify-content: center;
	align-items: center;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(1, 1fr);
	gap: 24px;
}
.home .national_flag .wp-block-column img {
	border: solid 1px #000;
}
.home .national_flag .wp-element-caption {
	font-size: 14pt;
}

/* ホーム - 組合概要 */
.home .panel_link_button {
	max-width: 1024px;
	margin: auto;
	padding: 0;
	display: grid;
	justify-content: center;
	align-items: center;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(1, 1fr);
	gap: 24px;
}
.home .overview_button {
	width: 70%;
	margin: 0;
	padding: 0;
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}
.home .panel_link_button a img {
	width: 100%;
}
.home .panel_link_button a img:hover {
	opacity: 0.5;
}

/* ホーム - お問い合わせ */
.home .panel1 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(1, 1fr);
	gap: 0px;
	background-color: #73c3fb;
	color: #fff;
	margin: 2rem 0;
	padding: 0;
	font-size: 18pt;
}
.home .panel1 .text-ja, 
.home .panel1 .text-en {
	color: #fff;
}
.home .panel1 p {
	height: 2rem;
	text-align: center;
}
.home .panel1 .wp-block-button {
	text-align: center;
	margin: 3rem;
}
.home .panel1 a {
	background-color: #fff;
	color: #73c3fb;
	border-radius: 1rem !important;
}
.home .panel1 a:hover {
	background-color: #e3f3ff;
}
.home .footer_contact {
	display: none;
}

/* 特定技能 */
.page .specificskills_table tr td:nth-child(1) {
	width: 20%;
}
.page .specificskills_table tr td:nth-child(2) {
	width: 40%;
	text-align: left;
}
.page .specificskills_table tr td:nth-child(3) {
	width: 40%;
	text-align: left;
}

/* 技能実習制度について */
.page .structure_image, 
.page .schedule_image {
	text-align: center;
}
.page .structure_image img, 
.page .schedule_image img {
	display: initial;
	box-shadow: initial;
}
.page .structure_list p {
	margin-left: 2.6rem !important;
}
.page .acceptable_people_table th {
	width: 50%;
}

/* 安心のサポート体制 */
.page .pre_education_photo {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(1, 1fr);
	gap: 24px;
}

/* 組合概要 */
.overview_table th {
	min-width: 8rem;
}
.overview_table ol {
	list-style-type: none;
	margin: 0 0 0 2rem !important;
	padding: 0;
}
.overview_table li {
	counter-increment: num;
}
.overview_table li::before {
	background-color: transparent !important;
	content: "（" counter(num) "）" !important;
	margin: 0 0 0 -0.3rem;
	padding: 0;
	width: 3rem !important;
	top: 0.3px !important;
	color: #000 !important;
}

/* お問い合わせ */
.wpcf7 {
}
.wpcf7 p {
	max-width: none;
}
.wpcf7 tr {
	height: 4rem;
}
.wpcf7 th {
	width: 14rem;
	margin: 0;
	padding: 0;
}
.wpcf7 th p {
	margin: 0;
	padding: 0 1rem;
}
.wpcf7 td {
	text-align: left;
}
.wpcf7 td p {
	margin: 0;
	padding: 0;
}
.wpcf7 .required {
	padding: 0rem 0.5rem;
	font-weight: normal;
	font-size: 0.8rem;
	color: #f00;
}
/*.wpcf7 p:has(> .wpcf7-submit),*/
.wpcf7_wrap, 
.wpcf7 .wpcf7cp-btns {
	width: 100%;
	display: flex;
	justify-content: center;
}
.wpcf7 input[type=submit], 
.wpcf7 button[type=button] {
	background-color: #73c3fb;
	color: #fff;
	font-size: 1.5rem;
	width: 16rem;
	height: 4rem;
	border: none;
	cursor: pointer;
	border-radius: 1rem !important;
}
.wpcf7 input[type=submit]:hover,
.wpcf7 button[type=button]:hover {
	opacity: 0.5;
}
.wpcf7 .wpcf7-spinner {
	display: none;
}

/* SNS関連 */
.sns-buttons {
	padding-bottom: 0;
	margin-bottom: 0;
}
.sns-buttons a {
	width: 8em;
	height: 2em;
	margin: auto;
}
.sns-buttons a:last-child {
	margin-right: auto !important;
}
.sns-follow {
	margin-top: 2rem;
}

/* 投稿 */
.category-company_voice-post .marker-under,
.category-trainee_voice-post .marker-under {
  background: linear-gradient(transparent 60%, #9cf 60%);
  color: #06f;
  font-weight: bold;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	/* スライド画像 */
	.home .n2-ss-slider .n2-ss-layer div {
		font-size: 12px;
	}
	/* ヘッダー */
	.header-in {
		align-items: flex-start !important;
	}
	/* ヘッダーロゴ */
	.header-container-in.hlt-top-menu .logo-image {
		margin-top: 8px;
		width: 50%;
	}
	/* ヘッダー連絡先 */
	.header_contact {
		height: 6rem;
		flex-direction: column;
		justify-content: flex-end;
	}
	.header_contact .tel_block {
		margin-top: -0.5rem;
	}
	
	/* アイキャッチ */
	.eye-catch-caption {
		font-size: 20pt;
	}
	
	/* ページ */
	.content {
		margin-top: 0;
	}
	.entry-content .wp-block-columns {
		margin: 0.5rem 0 2rem 0;
	}
	
	/* フッターメニュー */
	.content-bottom-in {
		padding: 1rem 1rem;
		column-count: 1;
	}
	.content-bottom .menu-footer a {
		font-size: 10pt;
	}
	
	/* ホーム - 技能実習制度について・受け入れの流れ */
	.home .panel4 {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
	}
	
	/* ホーム - 提携先相手国 */
	.home .national_flag {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(1, 1fr);
		gap: 12px;
	}
	
	/* ホーム - メリット・安心のサポート体制・組合概要 */
	.home .panel_link_button {
		gap: 12px;
	}
	
	/* ホーム - お問い合わせ */
	.home .panel1 {
		font-size: 16pt;
	}
	
	/* 安心のサポート体制 */
	.page .pre_education_photo {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
 	}
 	
 	/* お問い合わせ */
	.wpcf7 th {
		width: 12rem;
		font-size: 11pt;
	}
	
	/* モバイルメニュー */
	.mobile-menu-buttons span {
		color: #53a3db;
	}
	.navi-menu-content {
		max-width: 70%;
	}
	.navi-menu-content li {
		border-bottom: solid 1px #53a3db;
		line-height: 3rem !important;
	}
	.navi-menu-content li a {
		padding-left: 1rem;
	}
	.navi-menu-content li a:hover {
		background-color: #c3e3ff;
		color: #fff;
	}
	.mobile-menu-buttons .social-icon {
		color: #fff;
	}
	.mobile-menu-buttons .sns-button {
		width: 25%;
		height: 2rem;
		font-size: 2rem;
	}
	.mobile-menu-buttons .hatebu-button, 
	.mobile-menu-buttons .pocket-button, 
	.mobile-menu-buttons .pinterest-button, 
	.mobile-menu-buttons .linkedin-button, 
	.mobile-menu-buttons .comment-button {
		display: none;
	}
	.menu-drawer .menu-item {
	}
	.menu-drawer .sub-menu .menu-item {
		position: relative;
	}
	.menu-drawer .sub-menu .menu-item:before {
		position: absolute;
		content: "";
		width: 20px;
		height: 20px;
		display: inline-block;
		border: 10px solid transparent;
		box-sizing: border-box;
		border-left-color: #53a3db;
		top: 1rem;
		left: 0.5rem;
	}
	.menu-drawer .sub-menu .menu-item a {
		padding: 0 0 0 2rem !important;
		margin: 1rem 0 !important;
		display: block;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
	/* ヘッダーメニュー */
	.header-container-in {
		height: 3.5rem;
	}
	.header-container-in .navi-in .menu-header {
		display: none;
	}
	
	/* スライド画像 */
	.home .n2-ss-slider .n2-ss-layer div {
		font-size: 9px;
	}
	
	/* 全体 */
/*
	.container {
		padding-bottom: 18rem;
	}
*/
	
	/* 連絡先 */
	.tel_label, .fax_label {
		margin-top: 2px;
		font-size: 11pt;
	}
	.tel, .fax {
		font-size: 12pt;
	}
	
	/* ヘッダー */
	.header {
		width: 100%;
	}
	
	/* ヘッダーロゴ */
	.logo-header {
		width: calc(100% - 10rem);
	}
	.logo-header a {
		padding: 0;
	}
	
	/* ヘッダー連絡先 */
	.header_contact {
		width: 100%;
		height: 6.5rem;
		top: -6.5rem;
		right: 0.5rem;
		align-items: end;
	}
	.header_contact .address_block {
		width: 100%;
		right: 0;
		top: 0;
		text-align: right;
		flex-direction: column;
		font-size: 7pt;
	}
	.header_contact .tel_block {
		width: 48vw;
	}
	
	/* アイキャッチ */
	.eye-catch-caption {
		font-size: 3.5vw;
	}
	
	/* 見出し */
	.page h1 {
		font-size: 15pt;
	}
	.page h2 .text-ja {
		font-size: 12pt;
	}
	.page h2 .text-en {
		font-size: 20pt;
	}
	.page h3 {
		font-size: 11pt;
	}
	.page h4 {
		padding-left: 0.6rem;
		font-size: 10pt;
	}
	
	/* ページ */
	.entry-content p {
		font-size: 9pt;
	}
	.entry-content table th {
		font-size: 9pt;
		text-align: left;
	}
	.entry-content ol li {
		font-size: 9pt;
		margin-left: -0.4rem;
	}
	.entry-content ol li:before {
		width: 1.5rem;
		height: 1.3rem;
		left: -2rem;
		top: 0;
	}
	.entry-content ul li {
		font-size: 9pt;
		margin-left: -0.8rem;
	}
	.entry-content ul li::before {
		top: 0;
		border-width: 0.6rem;
	}
	.entry-content .wp-block-group p {
		padding: 0;
	}
	
	/* フッター連絡先 */
	.footer_contact {
		font-size: 3.5vw;
	}
	.footer_contact .telfax_block {
		flex-direction: column;
	}
	.footer_contact .fax_block {
		margin-left: 0;
	}
	
	/* フッター */
	.footer-container .copyright {
		font-size: 2.5vw;
	}
	
	/* フッターメニュー */
	.menu-footer li {
		border: solid 1px #fff !important;
		height: 3rem;
		line-height: 3rem;
	}
	.menu-footer li a {
		font-size: 2.8vw;
	}
	.menu-drawer .menu-item {
		font-size: 4vw;
	}
	
	/* フッターロゴ */
	.footer-in {
		margin: 1rem 2rem 0 2rem;
		padding: 0.5rem 1rem 1.5rem 1rem;
	}
	
	/* ホーム - 技能実習制度について・受け入れの流れ */
	.home .panel4 p {
		font-size: 3.5vw;
	}
	
	/* ホーム - 提携先相手国 */
	.home .national_flag .wp-element-caption {
		font-size: 2.5vw;
	}
	
	/* ホーム - お問い合わせ */
	.home .panel1 p {
		margin: 0;
		padding: 0;
		font-size: 3vw;
	}
	.home .panel1 .wp-block-button {
		width: 100%;
		margin: 2rem 0;
	}
	.home .panel1 a {
		font-size: 5vw;
	}
	
	/* 技能実習制度について */
	.page .acceptable_people_table th {
		font-size: 9pt;
	}
	.page .acceptable_people_table td {
		font-size: 7pt;
	}
	
	/* 安心のサポート体制 */
	.page .pre_education_photo {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(4, 1fr);
	}
	
	/* 組合概要 */
	.overview_table th {
		min-width: 5rem;
	}
	/* お問い合わせ */
	.wpcf7 th {
		width: 6rem;
	}
	.wpcf7 th p {
		padding: 0 0.2rem;
	}
	.wpcf7 th p span {
		font-size: 8pt;
	}
	.wpcf7 th p .required {
		font-size: 7pt;
	}
	.wpcf7 th p .required::before {
		content: "\A";
		white-space: pre;
	}
	.wpcf7 .wpcf7-form-control {
		font-size: 9pt;
	}
	.wpcf7 .wpcf7-list-item {
		margin-left: 0.3rem;
	}
	.wpcf7 input[type=submit], 
	.wpcf7 button[type=button] {
		font-size: 5vw;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
	/* スライド画像 */
	.home .n2-ss-slider .n2-ss-layer div {
		font-size: 6px;
	}
	/* 全体 */
/*
	.container {
		padding-bottom: 24rem;
	}
*/
}
