@charset "utf-8";
/*
Theme Name: global-kaigo
Description: グローバル介護
Version: 1.0
*/

/*▼共通設定*/

body {
	margin: 0;
	padding: 0;
	background-color: #fffcf5;
	font-family: "noto sans cjk jp", "Noto Sans JP", "Roboto", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	letter-spacing: 2px;
}

/*「詳細をもっと見る」ボタンの一時非表示*/
.link-outside {
	display: none;
}

/*スタイルリセット等*/
.container {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}

section p,section#inquiry.submit-btn p {
	margin: 0;
}

section ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

section .photo-list-box ul,
section .movie-list-box ul,
section#exchange .wrap .inner .movie {
	line-height: 0;
}

section img {
	width: 100%;
	height: auto;
}

/*設定*/
section h2 {}

.blue {
	color: #008DDB;
}

/*テキストリスト設定*/
section .text-list-box {
	display: inline-block;
	margin: 0 auto;
}

section .text-list-box ul li {
	text-align: left;
}

section .photo-list-box ul {
	display: flex;
	justify-content: space-between;
}

section .photo-list-box ul small {
	display: block;
	color: #666666;
	text-align: right;
}

/*写真2枚配置サイズ設定*/
section .photo-list-box ul.piece-2 li {
	width: 48%;
}

/*動画配置設定*/
section .movie-list-box {
	margin: 0 auto;
}

section .movie-list-box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*最新情報内ボタン*/
a.btn-more,
a.btn-back {
	display: inline-block;
	padding: 10px 30px;
	background: #39a3e5;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	border-radius: 40px;
}

a.btn-more i {
	margin-left: 1.5em;
}

a.btn-back i {
	margin-right: 1.5em;
}

a.btn-more:hover,
a.btn-back:hover {
	background: #0277BD;
}

a.btn-insta {
	display: inline-block;
	padding: 15px 30px 15px;
	background-color: #FFF;
	color: #3272a6;
	text-decoration: none;
	border: 2px #91bce8 solid;
	letter-spacing: 2px;
	border-radius: 100px;
}

a.btn-insta:hover {
	background-color: #E1F5FE;
}

a.btn-insta strong img {
	width: 29px;
	height: 29px;
	vertical-align: middle;
	margin-left: 15px;
}

a.btn-insta em {
	font-style: normal;
	font-weight: bold;
}

a.btn-insta i.fa-angle-right {
	margin-left: 25px;
}

/*ボタン影*/
a.btn-more,
a.btn-back,
a.btn-insta,
section#inquiry .inner .form-body input.wpcf7-submit {
	box-shadow: 3px 3px 5px #BDBDBD;
}

/*ヘッダー*/
.container header .main-visual {
	background-image: url("/wp/wp-content/uploads/2025/10/photo-main-visual.jpg?ver20251117");
	background-repeat: no-repeat;
	/*background-size: cover;*/
	background-position: center;
}

.container header h1 span {
	display: inline-block;
	text-indent: -9999px;
	background-image: url("/wp/wp-content/uploads/2025/11/main-visual-word-01.svg");
	background-repeat: no-repeat;
}

.container header h1 strong {
	display: inline-block;
	text-indent: -9999px;
	background-image: url("/wp/wp-content/uploads/2025/11/main-visual-word-02.svg");
	background-repeat: no-repeat;
}

/*外国人介護人財を活用するメリット*/
section#merit {
	background: linear-gradient(#40B0F8, #7CD6F8);
	color: #FFF;
}

section#merit h2 strong {
	text-indent: -9999px;
	display: inline-block;
	background-image: url("/wp/wp-content/uploads/2025/11/merit-word.svg");
	background-repeat: no-repeat;
}

/* Google Fonts Kosugi Maru Regular */
section#merit ul li {
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;
}

section#merit ul li::before {
	content: url("/wp/wp-content/uploads/2025/10/marker-check-white.png");
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}

/*ABOUT SMILE*/
section#about {
	width: 100%;
}

section#about .inner .box {
	background-color: #FFF;
}

/*最新情報*/
section.info-section {
	color: #333333;
}

/*実際に働いている様子をご紹介！*/
#activity-scene .photo-list-box ul li {
	width: 32%;
}

#activity-scene .movies .list-box ul.mov-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#activity-scene .movies .list-box ul.mov-list li {
	width: 560px;
	height: 315px;
	background-color: aqua;
}

#activity-scene .movies .list-box ul.mov-list li:nth-child(3),
#activity-scene .movies .list-box ul.mov-list li:nth-child(4) {
	margin-top: 50px;
}

/*高品質な育成基準を持つ、現地教育機関*/
section#education {
	background-color: #E1EFFF;
	color: #256A99;
}

section#education .text-list-box ul.education-detail {
	list-style-type: disc;
	margin-left: 1.5em;
}

section#education .text-list-box ul.education-detail li {
	margin-bottom: 0.5em;
	font-weight: bold;
}

section#education .text-list-box ul.education-detail li span {
	font-weight: normal;
}

/*主な支援内容*/
section#support-details {
	background-color: #C2E8FF;
	color: #4D4D4D;
}

section#support-details .list-box {}

section#support-details .support-list-box ul li {
	position: relative;
	text-align: left;
	background-color: #FFF;
	list-style-type: none;
	height: 4.5em;
	padding-left: calc(15px + 30px + 40px);
	border-radius: 10px;
	display: flex;
	align-items: center;
	font-weight: bold;
}

section#support-details .support-list-box ul li small {
	font-weight: normal;
	letter-spacing: 1px;
}

section#support-details .support-list-box ul li:not(:last-child) {
	margin-bottom: 20px;
}

section#support-details .support-list-box ul li::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("/wp/wp-content/uploads/2025/10/marker-check-blue.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*インドネシアや～*/
section#support-system {
	color: #666666;
}

section#support-system h3 {
	font-size: 1.5em;
	color: #333333;
}

section#support-system .list-box ul.mov-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 1200px;
	display: flex;
	justify-content: space-between;
}

section#support-system .list-box ul.mov-list li {
	width: 560px;
	height: 315px;
	background-color: aqua;
}

section#support-system .explanation {
	line-height: 0;
}

section#support-system .explanation .inner .exp-body {
	background-color: #e1efff;
	color: #256a99;
	font-weight: bold;
	display: flex;
	align-items: center;
	line-height: 1.5em;
}

section#support-system .explanation .inner .exp-body .wrap {
	text-align: left;
}

section#support-system .explanation .inner .exp-body .wrap p {
	margin-top: 0;
}

/*特定技能採用までの流れ*/
section#flow {
	background-color: #C2E8FF;
	color: #4d4d4d;
}

/*介護だけでなく様々な分野で、御社に最適な人財を*/
section#other-industries .list-box .photos {
	width: 100%;
}

/*介護だけでなく様々な分野で、御社に最適な人財を*/
section#other-industries p {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
}

/*インドネシア人交流の場*/
section#exchange {}

section#exchange .wrap {
	background-image: url("/wp/wp-content/uploads/2025/10/exchange-background.jpg");
	background-repeat: no-repeat;
}

section#exchange .wrap .inner .explanation h4 {
	font-size: 1.5em;
}

/*よくあるご質問*/
section#faq .text-list-box .faq-list details {
	position: relative;
	width: 1100px;
	background-color: #4D94CE;
	color: #FFF;
	text-align: left;
	margin-bottom: 15px;
	cursor: pointer;
}

section#faq .text-list-box .faq-list details span {
	display: block;
	padding: 15px 0;
}

section#faq .text-list-box .faq-list details summary {
	display: block;
	list-style: none;
}
/* 一部ブラウザで消えなかった場合は以下も追記 */
/*summary::-webkit-details-marker {
	display: none;
}*/

section#faq .text-list-box .faq-list details summary span {
	font-weight: bold;
}

section#faq .text-list-box .faq-list details summary span,
section#faq .text-list-box .faq-list details .ans span {
	position: relative;
	padding-left: calc(15px + 30px + 50px);
	padding-right: calc(15px + 1.0em + 10px);
}

section#faq .text-list-box .faq-list details summary span::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("/wp/wp-content/uploads/2025/10/marker-Q.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}

section#faq .text-list-box .faq-list details summary span::after {
	position: absolute;
	right: 15px;
	content: '\f078';
	font-family: 'Font Awesome 7 Free';
	font-weight: 900;
	top:50%;
	margin-top: -0.5em;
}

section#faq .text-list-box .faq-list details[open] summary span::after {
	content: '\f077';
	font-family: 'Font Awesome 7 Free';
	font-weight: 900;
}

section#faq .text-list-box .faq-list details .ans {
	background-color: #EFF5F9;
	color: #666;
}

section#faq .text-list-box .faq-list details .ans span::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("/wp/wp-content/uploads/2025/10/marker-A.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*お問い合わせ*/
section#inquiry {}

section#inquiry .inner .form-body {
	background-color: #eff5f9;
}

section#inquiry .inner .form-body .choice {
	background-color: #FFF;
	padding: 10px;
	border-radius: 5px;
}

section#inquiry .inner .form-body table { 
	width: 100%;
	text-align: left;
}

section#inquiry .inner .form-body table input,
section#inquiry .inner .form-body table textarea {
	width: 100%;
	padding: 5px 2px;
	box-sizing: border-box;
	border: 1px #4d94ce solid;
	border-radius: 5px;
}

section#inquiry .inner .form-body table th {
	width: 15em;
	color: #666666;
}

section#inquiry .inner .form-body hr {
	border-top: 2px #6fa1c9 solid;
}

section#inquiry .inner .form-body em {
	display: inline-block;
	font-style: normal;
	font-size: 12px;
	color: #FFF;
	background-color: #4d94ce;
	border-radius: 5px;
	padding: 4px 10px;
	margin-left: 1.0em;
}

section#inquiry .inner .form-body i {
	display: inline-block;
	font-style: normal;
	font-size: 12px;
	color: #FFF;
	background-color: #666;
	border-radius: 5px;
	padding: 4px 10px;
	margin-left: 1.0em;
}

section#inquiry .inner .form-body p.lower-msg {
	color: #666666;
}

section#inquiry .inner .form-body input.wpcf7-submit {
	background-color: #fbb03b;
	color: #FFF;
	font-size: 20px;
	padding: 20px 75px;
	border: none;
	border-radius: 50px;
	cursor: pointer;
}

section#inquiry .inner .form-body input.wpcf7-submit:hover {
	background-color: #54a8e8;
}

section#inquiry .inner .form-body .wpcf7-spinner {
	display: none;
}

/*フッタ*/
footer {
	color: #FFF;
}

footer .upper {
	background-color: #54a8e8;
	padding: 20px 0;
}

footer .upper .inner strong {
	display: inline-block;
	width: 364px;
	height: 65px;
	text-indent: -9999px;
	background-image: url("/wp/wp-content/uploads/2025/10/logo-smile.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

footer .lower {
	background-color: #61bef2;
	padding: 5px 0;
}

/*個人情報適正管理規程/個人情報保護方針*/
.privacy-policy {
	max-width: 1100px;
	margin: 0 auto;
}

.privacy-policy section {
	text-align: left;
	line-height: 1.8em;
}

.privacy-policy section h2 {
	text-align: center;
	background-color: #A9A9A9;
	padding: 10px 0;
	color: #FFF;
	border-radius: 5px;
	margin-bottom: 50px;
	line-height: 1.0em;
}

.privacy-policy section h3 {
	margin: 25px 0;
}

.privacy-policy section h4 {
	margin-top: 20px;
	margin-bottom: 15px;
}

.privacy-policy section h5 {
	font-size: 1.0em;
	margin-top: 20px;
	margin-bottom: 15px;
}

.privacy-policy section ol li:not(:last-child) {
	margin-bottom: 1.0em;
}

section#regulation .date {
	margin-left: 2.0em;
	margin-bottom: 1.0em;
}

section#regulation .info .inner span {
	margin-left: 6.5em;
}

.privacy-policy {
	margin-bottom: 30px;
}

.privacy-policy a.url-link {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.privacy-policy .back-btn-box {
	margin: 20px 0 50px;
}

/*.page-id-29 */
