@charset "utf-8";
/* 共通 */
#all_wrap{overflow: hidden;}
.yawaraka_area{
	max-width: 1100px;
	margin: auto;
	padding: 0 30px;
}
#contents h2 {
	font-size: 45px;
	letter-spacing: 2.25px;
	line-height: 1.067em;
	font-weight: 900;
	margin:113px 0 48px;
	padding-bottom: 0;
	color: #005740;
}
#contents h2:after{display: none;}
#contents h2 span{
	display: inline-block;
	font-size:25px;
	letter-spacing: 1.25px;
	font-weight:bold;
	margin-left: 8px;
}
#contents h3{
	font-size: 32px;
	letter-spacing: 1.6px;
	margin: 0 0 40px;
	padding-bottom: 0;
	border-bottom: none;
}
#contents h4 {
	font-size: 26px;
	margin: 0 0 10px;
	padding-left: 0;
}
#contents p{
	font-size: 18px;
	line-height: 2.22em;
	letter-spacing: 0;
	margin: 0 0 29px;
	font-weight: 500;
}
#contents ul,#contents ol{
	margin:0 0 30px;
	padding-left: 0;
	list-style: none;
}
#contents h4::before{display: none;}

ruby{ruby-align: center !important;}
#contents rt{font-size: 10px;}
#contents h2 rt{
	position: relative;
	top: 0;
	font-size: 12px;
}
/* #contents h2 span rt{
	position: relative;
	top: 10px;
} */
#contents h3 rt{
	position: relative;
	top: -2px;
}

.background_bg{background:url("/img/yawaraka/bg.png") repeat center center / 24px;}

.namic_comment{
	display: flex;
	align-items: center;
	gap: 45px;
	margin-top:40px;
	padding: 0 50px;
}
.namic_comment_img{
	width:170px;
	height:170px;
}
.namic_comment_txt{
	display: flex;
	align-items: center;
	width: 100%;
	height: 125px;
	font-weight: bold;
	background: #fff;
	border-radius: 20px;
	padding: 0 42px;
	margin:0;
	position: relative;
}
.namic_comment_txt::before{
	content: "";
	position: absolute;
	width: 20px;
	height: 40px;
	background: #ffffff;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	top:0;
	bottom:0;
	left: -20px;
	margin: auto;
}
#contents .namic_comment_txt p{
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.45em;
	margin-bottom:0;
	font-weight: bold;
}

.link_btn {
	display: inline-block;
	position: relative;
	min-width: 195px;
	padding: 20px;
	background: #fff !important;
	border: 2px solid #ddd;
	border-radius: 220px;
	color: #333 !important;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.85px;
	line-height: 1.59em;
	text-align: center;
	text-decoration: none !important;
	transition: background 0.3s, border-color 0.3s;
}
.link_btn:hover{
	background: #DDEE76 !important;
	border-color: #C3D93E;
}

.pdf_box{
	background: #058E24;
	padding: 60px 0;
	margin-top:80px;
}
.pdf_box_in{
	background: #fff;
	border-radius: 20px;
	padding: 40px 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pdf_txt_1p{width: calc(100% - 218px);}
.pdf_txt_2p{width: calc(100% - 410px);}
#contents .pdf_title{
	font-size: 32px;
	line-height: 1.5;
	letter-spacing: 1.6px;
	font-weight: 900;
	color: #005740;
	margin-bottom: 13px;
}
#contents .pdf_p{margin-bottom: 17px;}
#contents .pdf_btn a.link_btn[href$=".pdf"] {
	background: #fff url(/img/yawaraka/popup_green.svg) no-repeat left 23px center / 13px !important;
	padding: 20px 14px 20px 27px !important;
}
#contents .pdf_btn a.link_btn[href$=".pdf"]:hover{
	background-color: #DDEE76 !important;
}
.pdf_1p{width: 188px;}
.pdf_2p{width: 380px;}

.pamphlet_box{
	margin-top:0 !important;
	background: #085639;
	padding: 70px 0;
}
.pdf_title span{
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin-left: 0;
	border-radius: 140px;
	width: 134px;
	height: 42px;
	font-size: 18px;
	letter-spacing: 0.9px;
	line-height: 2.22em;
	margin-bottom: 12px;
	padding-top: 5px;
	background: #E1F1D5;
	color: #005740;
}
.pdf_title span.pamphlet_span{
	width: 153px;
	background: #FEEAD1;
	color: #A85400;
}
.pamphlet_txt{
	width: calc(100% - 264px);
}
.pamphlet_img{width: 234px;}
#contents .pdf_btn a.link_btn.pamphlet_btn[href$=".pdf"]{
	padding-left: 45px !important;
	background-position: left 25px center !important;
}

img{
	display:block;
	max-width:100%;
	width:auto;
	height:auto;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.tab_size{display:none;}
.sp_size{display:none;}
/* MV */
.mv_box{
	max-width: 1230px;
	margin: auto;
	position: relative;
	padding: 8px 30px 80px;
}
.mv_box::before,.mv_box::after{
	position: absolute;
	content: "";
	z-index: -1;
}
.mv_box::before{
	background:url(/img/yawaraka/bg_1.png) no-repeat center / cover;
	width: 260px;
	height:283px;
	top:37px;
	left:-140px;
}
.mv_box::after{
	background:url(/img/yawaraka/bg_2.png) no-repeat center / cover;
	width: 391px;
	height:306px;
	bottom:-44px;
	right:-42px;
}
.mv_txt{
	position: relative;
	padding: 105px 450px 0 5%;
}
.mv_title{
	font-size: 72px;
	line-height: 1.39em;
	letter-spacing: 0.6px;
	font-weight: 900;
	color: #005740;
	margin-bottom:28px;
}
.mv_title rt{font-size: 12px !important;}
#contents .mv_sub{
	position: absolute;
	top: 23px;
	margin-bottom:0;
}

#contents .mv_p{
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 2em;
	font-weight: bold;
	color: #005740;
}

.mv_img{
	position: absolute;
	top: 22px;
	right: 26px;
	width: 650px;
}
.mv_area .namic_comment{margin-top: 0;}

/* ページ内リンク */
#contents .page_link{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 19px 15px;
	margin:48px 0 0;
	padding-bottom: 83px;
	position: relative;
}
#contents .page_link::before{
	position: absolute;
	content: "";
	background:url(/img/yawaraka/bg_3.png) no-repeat center / cover;
	width: 340px;
	height:286px;
	top:-168px;
	left:-276px;
	z-index:-1;
}
#contents .page_link a{
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 220px;
	text-decoration: none;
	border: 2px solid #ddd;
	height:100%;
	min-height: 72px;
	padding: 0 10px 0 45px;
	font-size: 16px;
	letter-spacing: 0.8px;
	line-height: 1.87em;
	font-weight: bold;
	color: #333;
	position: relative;
	transition: background 0.3s, border-color 0.3s;
}
#contents .page_link a .page_link_label{display: block;}
#contents .page_link a:hover{
	background: #DDEE76 !important;
	border-color: #C3D93E;
}

#contents .page_link a::before,#contents .page_link a::after{
	position: absolute;
	content: "";
	top:0;
	bottom:0;
	margin:auto;
}
#contents .page_link a::before{
	background: #2F9639;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	left:13px;
}
#contents .page_link a::after{
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 7px;
	height: 7px;
	left:23px;
	top:-3px;
	transform: rotate(45deg);
}

/* 巻頭マンガ */
.comics_area{
	background: #058E24;
	padding: 70px 0;
}
.comics_area_in{
	display: grid;
	grid-template-columns: auto 557px;
	gap: 35px;
	background: #fff;
	border-radius: 20px;
	padding: 39px 50px 47px;
}
#contents .comics_title{
	margin:0 0 12px;
	line-height: 1.33em;
}
#contents .comics_title_span{
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin-left: 0;
	border-radius: 140px;
	background: #E1F1D5;
	width: 134px;
	height: 42px;
	font-size: 18px;
	letter-spacing: 0.9px;
	line-height:2.22em;
	margin-bottom: 10px;
	padding-top: 5px;
}
#contents .comics_title_span rt{
	top:0.12em;
	font-size: 10px;
}
#contents .comics_p{margin-bottom:20px;}
#contents .comics_btn a.link_btn[href$=".pdf"]{
	background: #fff url("/img/yawaraka/popup_green.svg") no-repeat left 16px center / 13px !important;
	padding: 20px 10px 20px 30px !important;
}
#contents .comics_btn a.link_btn[href$=".pdf"]:hover{background-color: #DDEE76 !important;}

.comics_img{margin-top:7px;}

/* どんな会社？ */
#contents .about_h2{
	margin-top: 0;
	padding-top: 102px;
}
.about_catch{
	overflow: hidden;
	border-radius: 20px;
	margin-bottom:30px;
}
.about_box{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.about_item{
	display: grid;
	grid-template-columns: auto 130px;
	gap: 35px;
	border-radius: 20px;
	border: 2px solid #005740;
	background: #FFF;
	padding: 24px 26px;
}
#contents .about_txt h4{margin-bottom:16px;}
#contents .about_txt p{margin-bottom:0;}
.about_img{
	display: flex;
	align-items: center;
}

/* どこで使われてるの？ */
#contents .scene_list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom:40px;
}
.scene_item{
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	border: 2px solid #005740;
	overflow: hidden;
	background: #fff;
}
#contents .scene_h4{
	margin: 20px 22px;
	padding-left: 60px;
	position: relative;
}
#contents .scene_h4::after{
	position: absolute;
	display:inline-block;
	content: "";
	width: 47px;
	height: 47px;
	left: 0;
	top:0;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
}
.scene_item:first-child .scene_h4::after{background-image: url("/img/yawaraka/icon_scene_1.png");}
.scene_item:nth-child(2) .scene_h4::after{background-image: url("/img/yawaraka/icon_scene_2.png");}
.scene_item:last-child .scene_h4::after{background-image: url("/img/yawaraka/icon_scene_3.png");}
#contents .scene_p{margin:0 22px 14px;}
.scene_item img{order:-1;}

/* ここがスゴイ！ */
.strengths_list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.strengths_item{
	border-radius: 20px;
	border: 2px solid #005740;
	background: #FFF;
	overflow: hidden;
	padding: 30px 30px 13px;
}
.strengths_head{
	display: flex;
	flex-direction: row-reverse;
	justify-content: start;
	gap: 20px;
	margin-bottom:20px;
}
.strengths_img{width:86px;}
#contents .strengths_h4{
	font-size: 24px;
	letter-spacing: 1.2px;
	line-height: 1.58em;
	margin-bottom:0;
}
#contents .strengths_h4 span{
	font-size: 30px;
	letter-spacing: 1.5px;
}
#contents .strengths_p{
	font-size: 20px;
	line-height: 1.92em;
	margin: 0;
	color: #005740;
	font-weight: bold;
}
#contents .strengths_list_in{margin-bottom:0;}
.strengths_item_in{
	font-size: 18px;
	letter-spacing: 0.9px;
	line-height: 2.11em;
	font-weight: 500;
	margin-bottom: 12px;
	padding: 0 0 6px 20px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.strengths_item_in::before{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #2F9639;
	border-radius: 50%;
	left: 0;
	top:14px;
}
.strengths_box{
	background: #EAF2B9;
	border-radius: 20px;
	padding: 30px 215px 30px 40px;
	position: relative;
}
#contents .strengths_box p{
	color: #005740;
	margin-bottom: 0;
	line-height: 2.11em;
}
.strengths_box_img{
	position: absolute;
	bottom: -16px;
	right: 40px;
	width: 132px;
}

/* 製品が届くまで */
#contents h2.flow_h2{margin-top:127px;}
.flow_list{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px 20px;
}
.flow_item{
	display: flex;
	flex-direction: column;
}
#contents .flow_title{
	font-size: 24px;
	letter-spacing: 1.2px;
	line-height: 1.42em;
	font-weight: bold;
	position: relative;
	padding-left: 45px;
	margin-bottom: 12px;
}
#contents .flow_title::before{
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: absolute;
	content: attr(data-en);
	width: 34px;
	height: 34px;
	left: 0;
	top:6px;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	background: #268933;
	border-radius: 50%;
}
#contents .flow_p{
	font-size: 15px;
	line-height: 1.87em;
	margin: 0;
	letter-spacing: 0.8px;
}
.flow_img{
	order: -1;
	border-radius: 20px !important;
	outline: 2px solid #005740;
	background: #FFF;
	margin-bottom: 10px;
	overflow: hidden;
	aspect-ratio: 212 / 179;
}
.flow_img img{width:100%;height:auto;;}

/* どんな仕事があるの？ */
.job_item{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 27px;
	justify-content: start;
	border-radius: 20px;
	border: 2px solid #005740;
	background: #FFF;
	margin-bottom: 15px;
	padding: 20px;
}
.job_item:last-of-type{margin-bottom:0;}
#contents .job_txt p{margin-bottom:0;}
.job_img{
	border-radius: 10px;
	overflow: hidden;
	width: 170px;
}
/* 働いている人の声 */
.voice_list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.voice_item{
	border-radius: 20px;
	border: 2px solid #005740;
	background: #FFF;
	padding: 24px 25px 25px;
}
.voice_head{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: start;
	gap: 15px;
	margin-bottom: 11px;
}
.voice_head_img{width: 106px;}
#contents .voice_affiliation{
	font-size: 20px;
	line-height: 1.6em;
	letter-spacing: 1px;
	margin: 0;
	font-weight: bold;
}
#contents .voice_title{
	font-size: 20px;
	line-height: 1.6em;
	letter-spacing: 1px;
	font-weight: bold;
	color: #005740;
	margin:0 0 12px;
}
#contents .voice_comment{margin-bottom:0;}

/* クイズ */
.qa_area{
	background: #EAF2B9;
	padding-bottom:90px;
}
.qa_question_head{width: calc(100% - 160px);}
#contents .qa_h2{
	margin-top:0;
	padding-top:90px;
}
#contents .qa_h2 span rt{top:0;}
.qa_item{
	border-radius: 20px;
	border: 2px solid #005740;
	background: #FFF;
	margin-bottom: 15px;
	padding: 26px 26px 24px;
}
.qa_question{
	display: flex;
	justify-content: space-between;
}
#contents .qa_theme{
	line-height: 1.46em;
	padding-left: 60px;
	margin-bottom: 5px;
	position: relative;
}
#contents .qa_theme::before{
	position: absolute;
	display: flex !important;
	align-items: center;
	justify-content: center;
	content: '';
	width: 51px;
	height: 51px;
	top:0;
	left:0;
	background:url("/img/yawaraka/icon_quiz.svg") no-repeat center / cover;
}
#contents .qa_choices{
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 0;
	padding-left: 60px;
}
.qa_btn{
	background: none;
	border: none;
	border-bottom:1px solid transparent;
	font-size: 17px;
	letter-spacing: 0.85px;
	font-weight: bold;
	color:#333 !important;;
	padding-right: 38px;
	height: 50px;
	top: -2px;
	bottom: 0;
	margin: auto;
	text-align: left;
	cursor: pointer;
	position: relative;
}
.qa_btn::before,.qa_btn::after{
	position: absolute;
	content: "";
	background: #2F9639;
}
.qa_btn::before{
	top:25px;
	right:8px;
	width: 21px;
	height: 3px;
}
.qa_btn::after{
	top:16px;
	right: 17px;
	width: 3px;
	height: 21px;
	transition: opacity 0.3s;
}
.qa_item.open .qa_btn::after{opacity: 0;}
.qa_btn_txt{
	border-bottom:1px solid transparent;
	transition: border-color 0.3s;
}
.qa_btn:hover .qa_btn_txt{border-color:#333;}
.qa_answer{
	display:none;
	margin-top: 24px;
	padding-top: 19px;
	border-top: 1px solid #ddd;
}
#contents .qa_answer_p{
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1.3px;
	line-height: 1.46em;
	padding-left:57px;
	margin-bottom:0;
	position: relative;
}
/* もっと知りたくなったら */
.decorationa_area{padding: 71px 20px 90px;}
.decorationa_area_in{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#contents .decorationa_area p{
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1.6px;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.decoration_img{
	width: 240px;
	transition: transform 0.3s;
}
.decoration_img:hover{transform: scale(1.05);}
.decoration_img img{opacity: 1 !important;}

@media screen and (min-width: 900px) and (max-width: 1200px) {
/* MV */
.mv_txt{padding-right: 0;}
.mv_img{width: 500px;}
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
#contents .page_link{
	grid-template-columns: repeat(4, 1fr);
	gap: 14px 15px;
	margin-top:40px;
	padding-bottom: 65px;
}
#contents .page_link::before{
	width: 186px;
	height:156px;
	top: -27px;
	left: -66px;
}
}

@media screen and (max-width: 1024px) {
/* 共通 */
#contents p,#contents li{font-weight: 600;}
rt {
	transform: translateY(0.4em);
	line-height: 1;
	margin-bottom: -2px;
}
#contents rt{font-size: 7px;letter-spacing: 1px;}
#contents h2 rt{font-size: 10px;}
#contents h3 rt {top: 0;}
#contents h2 span rt{top: 0;}
.namic_comment{
	padding: 0;
	gap: 25px;
	margin-top:30px;
}
.namic_comment_txt{
	height: auto;
	border-radius: 15px;
}
.namic_comment_txt::before{
	width: 16px;
	height: 26px;
	left: -16px;
}

.pdf_box_in{
	border-radius: 15px;
}
.pdf_txt_2p{width: calc(100% - 325px);}
.pdf_2p{width: 295px;}
.pdf_title span{
	font-size: 18px;
	letter-spacing: 0.75px;
	margin-bottom: 10px;
}
#contents .pdf_title{
	font-size: 22px;
	line-height: 1.59;
	letter-spacing: 1.1px;
	margin-bottom: 10px;
}
.tab_size{display:block;}
/* MV */
#contents .mv_sub{max-width:335px;}
.mv_title ruby {
	display: inline-flex;
	flex-direction: column-reverse;
	align-items: center;
	vertical-align: bottom;
}

.mv_title rt {display: block;}
/* ページ内リンク */
#contents .page_link a{
	min-height: 59px;
	letter-spacing: 0.7px;
	line-height: 1.78em;
	padding: 0 10px 0 41px;
}
#contents .page_link a::before{
	width: 22px;
	height: 22px;
	left:13px;
}
#contents .page_link a::after{
	width: 5px;
	height: 5px;
	left:20px;
	top:-3px;
}
/* 巻頭マンガ */
.comics_area_in{
	grid-template-columns: auto 51%;
	gap: 21px;
	border-radius: 15px;
}
#contents .comics_title_span rt{
	font-size: 7px;
}
#contents .comics_btn a.link_btn[href$=".pdf"]{
	background-position: left 25px top 25px !important;
	padding: 19px 10px 21px 40px !important;
}
/* どんな会社？ */
.about_item{
	grid-template-columns: auto 100px;
	gap: 10px;
	border-radius: 15px;
	padding:19px 17px 17px;
}
.about_catch{margin-bottom:22px;}
/* どこで使われてるの？ */
#contents .scene_list{
	gap: 15px;
	margin-bottom:30px;
}
/* どんな仕事があるの？ */
.job_item{border-radius: 15px;}
#contents h4.job_h4{
	letter-spacing: 1.15px;
	line-height: 1.6em;
	margin-bottom: 5px;
}


/* 製品が届くまで */
#contents .flow_list{
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 15px;
	margin-top:30px;
}
.flow_img{
	border-radius: 15px !important;
	aspect-ratio: 227 / 191;
}
#contents .flow_title::before{
	width: 28px;
	height: 28px;
	top:2px;
	color: #fff;
	font-size: 16px;
}
/* ここがスゴイ！ */
.strengths_list{gap: 15px;}
.strengths_item{
	border-radius: 15px;
	padding: 17px 19px 9px;
}
.strengths_head{
	gap: 9px;
	margin-bottom:11px;
}
.strengths_img{width:70px;}
#contents .strengths_h4 span{
	font-size: 26px;
	letter-spacing: 1.3px;
}
.strengths_item_in::before{top:10px;}
/* 働いている人の声 */
.voice_list{gap: 15px;}

/* クイズ */
.qa_area{padding-bottom:38px;}
#contents .qa_h2{padding-top:70px;}
.qa_item{
	border-radius: 15px;
	margin-bottom: 10px;
}
#contents .qa_theme{
	font-size: 20px;
	line-height: 1.7em;
	letter-spacing: 1px;
	padding-left: 53px;
}
#contents .qa_theme::before{
	width: 44px;
	height: 44px;
}
#contents .qa_choices{
	letter-spacing: 0.75px;
	padding-left: 53px;
}
.qa_btn{padding-right: 25px;}
.qa_btn::before{
	top:24px;
	right:0;
	width: 17px;
}
.qa_btn::after{
	top:17px;
	right: 7px;
	height: 17px;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
/* 共通 */
#contents h2 {
	font-size: 35px;
	letter-spacing: 1.75px;
	line-height: 1.43em;
	margin:66px 0 22px;
}
#contents h2 span{
	font-size:20px;
	letter-spacing: 1px;
}
#contents h3{
	font-size: 22px;
	letter-spacing: 0.9px;
	margin-bottom: 25px;
}
#contents h4 {
	font-size: 18px;
	letter-spacing: 0.9px;
}
#contents p{
	font-size: 15px;
	line-height: 2em;
	letter-spacing: 0.75px;
	margin-bottom: 20px;
}

#contents h2 rt{
	position: relative;
	top: -1px;
}
#contents h2 span rt{
	top: 0;
}
#contents h3 rt{
	top: -2px;
}
.namic_comment_img{
	width:100px;
	height:100px;
}
.namic_comment_txt{padding: 20px;}
#contents .namic_comment_txt p{
	font-size: 15px;
	letter-spacing: 0.75px;
	line-height: 2em;
}
.pdf_txt_1p{width: calc(100% - 175px);}
.pdf_1p{width: 145px;}
.pdf_2p{width: 295px;}

.pdf_box{
	padding: 40px 0;
	margin-top:60px;
}
.pdf_box_in{padding: 30px;}
#contents .pdf_p{margin-bottom: 17px;}
#contents .pdf_btn a.link_btn[href$=".pdf"] {
	background: #fff url(/img/yawaraka/popup_green.svg) no-repeat left 23px center / 13px !important;
	padding: 20px 14px 20px 27px !important;
}
.pamphlet_txt{width: calc(100% - 230px);}
.pamphlet_img{width: 200px;}

/* MV */
.mv_box{padding-bottom:16px;}
.mv_box::before{
	top: -9px;
	left: -34px;
	width: 161px;
	height: 175px;
}
.mv_box::after{
	bottom: 40px;
	right: -18px;
	width: 197px;
	height: 154px;
}
.mv_txt{padding:94px 0 0;}
.mv_title{
	font-size: 54px;
	line-height: 1.48em;
	letter-spacing: 0.6px;
	margin-bottom:16px;
}
#contents .mv_p{
	font-size: 17px;
	letter-spacing: 0.85px;
}
#contents .mv_sub{top:31px;}

/* ページ内リンク */
#contents .page_link a{font-size: 14px;}

/* 巻頭マンガ */
.comics_area{padding: 40px 0;}
.comics_area_in{
	grid-template-columns: auto 51%;
	gap: 21px;
	padding: 30px;
}
#contents .comics_title{
	margin-bottom:6px;
	line-height: 1.42em;
}
#contents .comics_title_span{
	width: 118px;
	height: 36px;
	font-size: 15px;
	letter-spacing: 0.75px;
	line-height:2.22em;
}
#contents .comics_p{
	line-height: 2em;
	margin-bottom:17px;
}
.comics_img{
	display: flex;
	align-items: center;
	margin-top: 0;
}
.comics_btn .link_btn{min-width: 202px;}

/* どんな会社？ */
#contents .about_h2{padding-top: 78px;}
.about_box{gap: 15px;}
#contents .about_txt h4{margin-bottom:8px;}

/* どこで使われてるの？ */
.scene_item{border-radius: 15px;}
#contents .scene_h4{
	font-size: 23px;
	letter-spacing: 1.15px;
	margin:14px 20px 22px;
	padding-left: 55px;
	position: relative;
}
#contents .scene_h4::after{
	position: absolute;
	display:inline-block;
	content: "";
	width: 47px;
	height: 47px;
}
#contents .scene_p{margin:0 20px 15px;}

/* ここがスゴイ！ */
#contents .strengths_h4{
	font-size: 21px;
	letter-spacing: 1.05px;
	line-height: 1.1em;
	margin-bottom: 6px;
}

#contents .strengths_p{
	font-size: 18px;
	line-height: 2.11em;
}
.strengths_item_in{
	font-size: 15px;
	letter-spacing: 0.975px;
	line-height: 2.00em;
}
.strengths_box{
	border-radius: 15px;
	padding:29px 125px 27px 20px;
}
#contents .strengths_box p{line-height: 2em;}
.strengths_box_img{
	bottom: -12px;
	right: 20px;
	width: 85px;
}

/* 製品が届くまで */
#contents h2.flow_h2{margin-top:77px;}
#contents .flow_title{
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.7em;
	padding-left: 33px;
	margin-bottom: 7px;
}
#contents .flow_p{
	font-size: 15px;
	line-height: 2em;
	letter-spacing: 0.75px;
}
.flow_img{margin-bottom: 13px;}

/* どんな仕事があるの？ */
.job_item{
	border-radius: 15px;
	gap: 20px;
	margin-bottom: 12px;
}
.job_txt{width: calc(100% - 180px);}
#contents h4.job_h4{font-size: 23px;}

/* 働いている人の声 */
.voice_item{
	border-radius: 15px;
	padding: 16px 19px;
}
.voice_head{
	gap: 10px;
	margin-bottom: 19px;
}
.voice_head_img{width: 80px;}
#contents h4.voice_name{
	font-size: 23px;
	letter-spacing: 1.15px;
	line-height: 1em;
	margin-bottom:5px;
}
#contents .voice_affiliation{
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.9px;
}
#contents .voice_title{
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.9px;
	margin-bottom:11px;
}
/* クイズ */
.qa_item{padding:23px 14px 21px 19px;}

#contents .qa_theme{
	line-height: 1.7em;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
#contents .qa_theme::before{
	width: 44px;
	height: 44px;
}
#contents .qa_choices{font-size: 15px;}
.qa_btn{
	font-size: 15px;
	letter-spacing: 0.75px;
}
.qa_answer{
	margin-top: 14px;
	padding-top: 26px;
}
#contents .qa_answer_p{
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.7em;
	padding-left:50px;
}
/* もっと知りたくなったら */
#contents .decorationa_area p{font-size: 26px;}
}

@media screen and (min-width: 768px) and (max-width: 899px) {
/* MV */
.mv_img{
	top: 68px;
	right: 30px;
	width: 376px;
}
}

@media screen and (max-width: 767px){
/* 共通 */
.yawaraka_area{padding: 0 20px;}
#contents h2 {
	font-size: 35px;
	letter-spacing: 1.75px;
	line-height: 1.43em;
	margin:71px 0 18px;
}
#contents h2 span{
	display: block;
	margin-left: 0;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.6em;
	margin-top:8px;
}
#contents h3{
	font-size: 22px;
	letter-spacing: 0.9px;
	margin-bottom: 18px;
	line-height: 1.59em;
}
#contents h4 {
	font-size: 18px;
	letter-spacing: 0.9px;
}
#contents p{
	font-size: 15px;
	line-height: 2em;
	letter-spacing: 0.75px;
	margin-bottom: 20px;
}

#contents h2 rt{
	position: relative;
	top: -1px;
}
#contents h2 span rt{top: 0;}
.namic_comment_img{
	width:70px;
	height:70px;
}
.namic_comment_txt{padding: 15px;}
#contents .namic_comment_txt p{
	font-size:14px;
	letter-spacing: 0.7px;
	line-height: 2em;
}
rt{
	transform: translateY(0.2em);
	margin-bottom: -2px;
}
.pdf_box{padding: 30px 0;}
.pdf_box_in{
	padding: 30px 20px;
    display: block;
}
.pdf_title span{
	font-size: 15px;
	height: 37px;
	padding-top:3px;
	margin-bottom: 12px;
}
.pdf_txt_1p,.pdf_txt_2p{width: 100%;}
#contents .pdf_p {
    margin-bottom: 19px;
}
.pdf_btn{
	text-align: center;
	margin-bottom:30px;
}
#contents .pdf_btn a.link_btn[href$=".pdf"]{
	font-size: 15px;
	padding: 20px 14px 17px 27px !important;
	background-position: left 30px center !important;
}
.pdf_1p,.pdf_2p{margin: auto;}
.pdf_1p{width: 188px;}
.pamphlet_txt{width:100%;}
.pamphlet_img{width: 234px;margin: auto;}

/* MV */
.mv_box{padding: 0 20px 50px;}
.mv_box::before{
	width: 161px;
	height:175px;
	top:-10px;
	left:-52px;
}
.mv_box::after{
	width: 197px;
	height:154px;
	top:222px;
	bottom:auto;
	right:-55px;
}
.mv_txt{padding: 95px 0 30px;}
.mv_title{
	font-size: 44px;
	line-height: 1.41em;
	margin-bottom:16px;
}
.mv_title rt{font-size: 10px !important;}
#contents .mv_sub{top:28px;}
#contents .mv_p{
	font-size:15px;
	letter-spacing: 0.75px;
}

.mv_img{
	position: absolute;
	top: 50px;
	right: 26px;
	max-width: 335px;
	width: 100%;
}
.mv_area .namic_comment{margin-top: 0;}


/* ページ内リンク */
#contents .page_link{
	grid-template-columns: repeat(3, 1fr);
	gap:11px 7px;
	margin-top:33px;
	padding-bottom: 64px;
}
#contents .page_link a {font-size: 14px;}
#contents .page_link::before{
	top:-50px;
	left:-50px;
}
#contents .page_link a rt{font-size: 7px;}

/* 巻頭マンガ */
.comics_area{padding: 30px 0;}
.comics_area_in{padding: 20px;}
#contents .comics_title{
	margin-bottom:10px;
	line-height: 1.42em;
}
#contents .comics_title_span{
	width: 118px;
	height: 36px;
	font-size: 15px;
	letter-spacing: 0.75px;
	line-height:2.22em;
}
#contents .comics_p{
	line-height: 2em;
	margin-bottom:17px;
}
#contents .comics_title_span rt{font-size: 7px;}
.comics_img{
	display: flex;
	align-items: center;
	margin-top: 0;
}
.comics_btn .link_btn{
	min-width: 202px;
	padding:17px;
}

/* どんな会社？ */
#contents .about_h2{padding-top: 77px;}
.about_catch{margin-bottom:22px;}
.about_box{
	grid-template-columns:1fr;
	gap: 14px;
}
#contents .about_txt h4{margin-bottom:12px;}

/* どこで使われてるの？ */
.scene_item{border-radius: 15px;}
#contents .scene_h4{
	font-size: 23px;
	margin:23px 17px 19px;
	padding-left: 56px;
}
#contents .scene_h4::after{top:-7px;}
#contents .scene_p{margin:0 17px 15px;}

/* ここがスゴイ！ */
.strengths_list{grid-template-columns: 1fr;}
.strengths_head{margin-bottom: 15px;}
#contents .strengths_h4{
	font-size: 21px;
	letter-spacing: 1.05px;
	line-height: 1.1em;
	margin-bottom: 7px;
}
#contents .strengths_p{
	font-size: 18px;
	line-height: 2.11em;
}
.strengths_item_in{
	font-size: 15px;
	letter-spacing: 0.75px;
	line-height: 1.8em;
	padding-bottom: 10px;
}
.strengths_box{
	border-radius: 15px;
	padding-right:90px;
}
#contents .strengths_box p{line-height: 2em;}
.strengths_box_img{
	right: 0 !important;
	bottom: -50px;
	right: 20px;
	width: 85px;
}

/* 製品が届くまで */
#contents h2.flow_h2{margin-top:70px;}
#contents .flow_title{
	font-size: 20px;
	padding-left: 33px;
	margin-bottom: 9px;
}
#contents .flow_p{
	font-size: 15px;
	line-height:1.8em;
}
.flow_img{margin-bottom: 14px;}

/* どんな仕事があるの？ */
.job_item{
	padding:18px;
	gap:21px;
}
.job_txt{width: calc(100% - 190px);}
#contents h4.job_h4{
	font-size: 23px;
	margin-bottom: 9px;
}

/* 働いている人の声 */
.voice_list{grid-template-columns: 1fr;}
.voice_item{
	border-radius: 15px;
	padding:18px 18px 15px;
}
.voice_head{
	gap: 10px;
	margin-bottom: 17px;
}
.voice_head_img{width: 80px;}
#contents h4.voice_name{
	font-size: 23px;
	letter-spacing: 1.15px;
	line-height: 1em;
	margin-bottom: 2px;
}
#contents .voice_affiliation{
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.9px;
}
#contents .voice_title{
	font-size:18px;
	line-height: 1.6em;
	letter-spacing: 0.9px;
	margin-bottom:11px;
}

/* クイズ */
.qa_item{padding:19px 14px 7px 15px;}
.qa_question{display: block;}
.qa_question_head{width: 100%;}
#contents .qa_theme{
	font-size: 20px;
	margin-bottom: 10px;
}
#contents .qa_choices{font-size: 15px;}
.qa_btn{
	display: block;
	margin: 0 0 0 auto;
	font-size: 15px;
	letter-spacing: 0.75px;
	margin-top:6px;
	padding-right:20px;
}
.qa_answer{
	margin-top: 4px;
	padding-top: 18px;
}
.qa_btn::before{top:24px;}
.qa_btn::after{top: 17px;}
#contents .qa_answer_p{
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.7em;
	padding-left:50px;
	margin-bottom:8px;
}

/* もっと知りたくなったら */
#contents .decorationa_area p{font-size: 26px;}

}
@media screen and (max-width: 659px){
/* MV */
.mv_txt{padding-bottom:9px;}
.mv_img{
	position:relative;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
}
.mv_img::before{
	position: absolute;
	content: "";
	background: url(/img/yawaraka/bg_3.png) no-repeat center / cover;
	width: 186px;
	height: 156px;
	bottom: -49px;
	left: -78px;
	z-index: -1;
}
#contents .page_link::before{display:none;}

/* ページ内リンク */
#contents .page_link{grid-template-columns: repeat(2, 1fr);}

/* 巻頭マンガ */
.comics_area_in{
	grid-template-columns: 1fr;
	gap: 29px;
}
.comics_btn{text-align: center;}

/* どこで使われてるの？ */
#contents .scene_list{grid-template-columns: 1fr;}

/* 製品が届くまで */
#contents .flow_list{
	grid-template-columns:repeat(2, 1fr);
	gap:31px 15px;
	margin-top:20px;
}

/* ここがスゴイ！ */
.strengths_box{padding:30px 20px 37px 20px;}
.strengths_box_img{bottom: -56px;}

}
@media screen and (max-width: 539px){
/* 共通 */
.sp_size{display:block;}
/* ここがスゴイ！ */
.job_item{flex-direction: column-reverse;}
.job_txt,.job_img,.job_img img{width:100%;}
}