/*
Theme Name: mirairo
Author: mirairo
Author URI: https://mirairo.ne.jp
Description: 就労継続支援B型 みらいろ
Version: 2026.2.14
*/

/*-------------------------------
 
reset CSS
 
-------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
line-height: 1;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
textarea {
resize: none;
-webkit-appearance: none;
border-radius: 0;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
max-width: 100%;
height: auto;
width :auto;
}
div {
box-sizing: border-box;	
}
a {
color: #333;
text-decoration: none;
}

/*-------------------------------
 
header
 
-------------------------------*/
header { background: #fff; position: fixed; top: 0; right: 0; left: 0; z-index: 10;}
.header_inner { margin: auto; max-width: 1350px; overflow: hidden; width: 90%;}
.header_inner h1 { float: left; margin: 0.5em 0 0.25em 0; max-width: 240px; width: 30%;}
.header_inner h1 img { width: 100%; }
.headR { float: right; width: 70%;}
.head01 { display: flex; float: right; grid-gap: 0 1em; margin-top: 1em; width: 50%;}
.head01 img { width: 100%;}
.head02 { clear: both; float: right; overflow: hidden; width: fit-content;}
.head02 ul { margin-top: 1em;}
.head02 ul li { border-right: 2px dotted #7bb7e0; float: left; margin-bottom: 0.5em; padding: 0.5em 1em; transition: all .6s;}
.head02 ul li:last-child { border-right: none;}
.head02 ul li:hover { background: #e5f1f9; transition: all .6s;}
.head02 ul a { display: block; font-weight: bold; text-align: center; width: 100%;}
.head02 ul a:hover { color: #7bb7e0; transition: all .6s;}
.head03 { display: none;}

/*-------------------------------
 
common
 
-------------------------------*/
body{
	color: #333;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 16px;
}
.wrap {
	margin: 4em auto 6em auto;
	max-width: 1200px;
	overflow: hidden;
	width: 90%;
}
.title01 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
.title01::before {
	background: url(img/icon-wh.png) no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	margin: 0 auto 0.5em auto;
	width: 2em;
	height: 2em;
}
.title01 span {
	display: block;
	font-size: 0.5em;
	margin: 0 auto 0.5em auto;
	text-align: center;
}
.sub_main {
	background: linear-gradient(to right, #7bb7e0 30%, #bab4d7 70%);
  	height: 350px;
}
.sub_main .title01 {
	color: #fff;
	letter-spacing: .2em;
	position: relative;
	top: 50%;
}
.title02 {
	border-bottom: 2px solid #7bb7e0;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}
.title03 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0 auto 2em auto;
	text-align: center;
}
.title03::after {
	background: #7bb7e0;
	content: "";
	display: block;
	margin: 1em auto 0 auto;
	width: 50px;
	height: 4px;
}
.title03 span {
	display: block;
	font-size: .8em;
	line-height: 1em;
	text-align: center;
}
.title04 {
	border-left: solid 8px #7bb7e0;
	font-size: 1.5em;
	margin-bottom: 1em;
	padding-left: 0.5em;
}
.text_box01 {
	margin: 2em auto 0 auto;
	width: 90%;
}
.text_box01 p, .list01 li {
	text-align: center!important;
}
.font01 {
	font-size: 1.2em;
}
.img-style01 {
	border-radius: 30px;
}
.cta_box {
	background: #e5f1f9;
	padding: 3em 0 5em 0;
}
.cta_box .title01::before {
	background: url(img/icon.png) no-repeat;
	background-position: center;
    background-size: contain;
}
.cta_box .box_inner {
	display: flex;
	grid-gap: 0 2em;
	overflow: inherit;
}
.cta_box .box_inner a {
	display: block;
}
.btn01 {
	background: #7bb7e0;
	border-radius: 10px;
	color: #fff;
	float: right;
	margin-top: 1em;
	padding: 0.25em 1em;
}
.page_btn {
	float: right;
	margin-top: 2em;
	width: 30%;
}
.page_btn img {
	width: 100%;
}
.float_btn {
	position: relative;
	transition: .3s;
}    
.float_btn:hover {
  	transform: translateY(-6px);
}
.pc {
	display: block;
}
.mb {
	display: none;
}

/*-------------------------------
 
footer
 
-------------------------------*/
footer {
	background: url(img/footer_bg.webp) no-repeat;
	background-position: top center;
	margin: 5em auto 1em auto;
	max-width: 1500px;
}
.footer_wrapper {
	padding-top: 20em;
}
.footer_inner {
	font-weight: bold;
	margin: 0 auto 5em auto;
	max-width: 1200px;
	overflow: hidden;
	width: 90%;
}
.footerL {
	float: left;
	width: 40%;
}
.footer_logo {
	display: block;
	margin-bottom: 1em;
	width: 50%;
}
address {
	display: inline-block;
	font-size: 1.1em;
	line-height: 1.8em;
}
.footer_btn01 {
	background: #7bb7e0;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-size: 0.8em;
	margin-left: 1em;
	padding: 0 0.8em;
}
.contact_btn {
	display: block;
	float: left;
	margin-top: 1em;
	width: 40%;
}
.contact_btn img {
	width: 100%;
}
.footerR {
	float: right;
	width: 45%;
}
.footerR ul {
	float: left;
	width: 40%;
}
.footerR li {
	line-height: 3em;
}
.footerR li:first-child a::before, .footerR li:nth-child(2) a::before,
.footerR li:nth-child(3) a::before, .footerR li:nth-child(4) a::before,
.footerR li:nth-child(5) a::before, .footerR li:nth-child(6) a::before {
	content: "";
	display: inline-block;
	margin-right: 0.5em;
	width: 0.8em;
	height: 0.8em;
}
.footerR ul:first-child li:first-child a::before, .footerR ul:nth-child(2) li:nth-child(3) a::before {
	background: url(img/arrow01.webp);
	background-size: contain;
}
.footerR ul:first-child li:nth-child(2) a::before, .footerR ul:nth-child(2) li:nth-child(4) a::before {
	background: url(img/arrow02.webp);
	background-size: contain;
}
.footerR ul:first-child li:nth-child(3) a::before, .footerR ul:nth-child(2) li:nth-child(5) a::before {
	background: url(img/arrow03.webp);
	background-size: contain;
}
.footerR ul:first-child li:nth-child(4) a::before {
	background: url(img/arrow04.webp);
	background-size: contain;
}
.footerR ul:first-child li:nth-child(5) a::before {
	background: url(img/arrow05.webp);
	background-size: contain;
}
.footerR ul:first-child li:nth-child(6) a::before, .footerR ul:nth-child(2) li:first-child a::before {
	background: url(img/arrow06.webp);
	background-size: contain;
}
.footerR ul:nth-child(2) li:nth-child(2) a::before {
	background: url(img/arrow07.webp);
	background-size: contain;
}
.footerR a:hover {
	color: #7bb7e0;
	transition: all .6s;
}
.float_menu01, .float_menu02, .float_menu03 {
	display: block;
	position: fixed;
}
.float_menu01 {
	top: 150px;
	right: 0;
	width: 200px;
}
.float_menu02 {
    right: 0;
    bottom: 0;
    position: fixed;
    width: 80px;
}
.float_menu03 {
	top: 306px;
    right: 0;
    width: 208px;
}
.float_menu01 img, .float_menu02 img, .float_menu03 img {
	width: 100%;
}
.footer_float_btn {
	position: fixed;
	bottom: 0;
}
.cta_btn_mb {
	display: none;
}
.copyright {
	text-align: center;
}

/*-------------------------------
 
top
 
-------------------------------*/
.main, .main img {
	width: 100%;
}
.top_box01, .top_box02 {
	padding: 3em 0 5em 0;
}
.top_box01-1 {
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 3em auto 6em auto;
	max-width: 600px;
	position: relative;
	width: 60%;
}
.top_box01-1::before {
	background: url(img/top/logo.webp) no-repeat;
	background-size: contain;
	content: "";
	display: block;
	margin: 0 auto 1.5em auto;
	width: 96px;
	height: 116px;
}
.top_box01-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0 4em;
	margin-bottom: 6em;
}
.top_box01-2 img:first-of-type {
	border-radius: 0 30px 30px 0;
}
.top_box01-2 img:nth-of-type(2) {
	border-radius: 30px 0 0 30px;
	margin-top: 5em;
}
.top_box02 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 0 4em;
	margin: 0 auto 3em auto;
	max-width: 1080px;
	text-align: center;
	width: 90%;
}
.top_box02 div {
	border-radius: 50%;
	object-fit: cover;
	overflow: hidden;
}
.top_box02 div img {
	transition: all .6s;
	width: 100%;
	height: 100%;
}
.top_box02 a {
	text-align: center;
}
.top_box02 a:hover img {
	transform: scale(1.1);
	transition: all .6s;
}
.top_box02 span {
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: .1em;
	margin-top: 1em;
	position: relative;
}
.top_box02 span::before {
	background: url(img/arrow05.webp);
	background-size: contain;
	content: "";
	display: inline-block;
	margin-right: 0.5em;
	position: relative;
	top: .2em;
	width: 1em;
	height: 1em;
}
.top_box01-3 {
	background: #7bb7e0;
	height: 380px;
}
.top_box01-3 iframe {
	opacity: .8;
}
.box_inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0 2em;
	line-height: 1.8em;
	margin: 3em auto 0 auto;
	max-width: 1200px;
	overflow: hidden;
	width: 90%;
}
.box_inner .boxL {
	float: left;
}
.box_inner .boxR {
	float: right;
}
.box_inner .boxL img, .box_inner .boxR img {
	width: 100%;
}

/*-------------------------------
 
about 事業所案内 / guide 利用案内 / corporation 企業の方へ
 
-------------------------------*/
/*.text_box02 {
	margin-bottom: 6em;
}
.text_box02 .list01 li {
	display: block;
}*/
.text_box03 {
	background: #efefef;
	border-radius: 10px;
	font-size: 1.1em;
	margin: 0 auto 2em auto;
	overflow: hidden;
	padding: 1em 2em 2em 2em;
	width: 60%;
}
/*
.text_box03 img {
	border-radius: 10px;
	margin-bottom: 1em;
}*/
.title05 {
	border-bottom: 2px solid #7bb7e0;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
/*
.text_box04 {
	background: #f7f09e;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.8em;
	margin: 0 auto 6em auto;
	padding: 2em;
	width: 60%;
}
.text_box05 {
	margin: 0 auto 2em auto;
	width: 60%;
}
.text_box05:last-of-type {
	margin: 0 auto 6em auto;
}
.text_box05 .title06 {
	background: #7bb7e0;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-weight: bold;
	padding: 1em 1.5em;
	width: 38%;
}
.text_box05 .box_inner {
	border: 2px solid #7bb7e0;
	border-radius: 0 10px 10px 10px;
	line-height: 1.8em;
	margin: 0;
	overflow: hidden;
	padding: 1.5em;
	width: 100%;
}
.text_box05 .box_inner div {
	overflow: hidden;
}
.text_box05 .box_inner img{
	border-radius: 10px;
	float: left;
	margin-right: 2em;
	width: 40%;
}
.text_box05 .box_inner p {
	margin-top: 2em;
}
.text_box06 {
	margin: 0 auto 6em auto;
	width: 60%;
}
.dl_box01 {
	font-weight: bold;
	line-height: 1.8em;
	overflow: hidden;
}
.dl_box01 dt {
	background: #efefef;
	box-sizing: border-box;
	float: left;
	padding: 1em;
	text-align: center;
	width: 20%;
}
.dl_box01 dd {
	box-sizing: border-box;
	float: left;
	padding: 1em 1em 0 1em;
	width: 80%;
}
.dl_box01 dd::after {
	background: #efefef;
	content: "";
	display: block;
	margin-top: 1em;
	position: relative;
	left: -1em;
	width: 120%;
	height: 2px;
}
.text_box07 {
	margin: 0 auto 3em auto;
	position: relative;
	width: 60%;
}
.text_box07:last-of-type {
	margin: 0 auto 6em auto;
}
.text_box07 .title06 {
	background: #7bb7e0;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 1em 1.2em;
}
.text_box07 .box_inner {
	background: #efefef;
	border-radius: 0 0 10px 10px;
	line-height: 1.8em;
	margin: 0;
	overflow: hidden;
	padding: 1.5em;
	width: 100%;
}
.text_box07 .box_inner img{
	float: left;
	margin-right: 2em;
	width: 40%;
}
.text_box07 .box_inner p {
	margin-top: 2em;
}
.text_box07::after{
	border-style: solid;
 	border-color: #efefef transparent transparent transparent;
  	border-width: 40px 100px 0 100px;
    content: "";
    margin: auto;
  	position: absolute;
  	bottom: -40px;
  	left: 0em;
  	right: 0;
  	width: 0px;
  	height: 0px;
}
.text_box07:last-of-type::after {
	content: none;
}
.dl_box02 {
	font-weight: bold;
	line-height: 1.8em;
	overflow: hidden;
	margin-top: 1em;
}
.dl_box02 dt {
	background: #efefef;
	box-sizing: border-box;
	float: left;
	padding: 1em;
	text-align: center;
	width: 40%;
}
.dl_box02 dd {
	box-sizing: border-box;
	float: left;
	padding: 1em 1em 0 1em;
	width: 60%;
}
.dl_box02 dd::after {
	background: #efefef;
	content: "";
	display: block;
	margin-top: 1em;
	position: relative;
	left: -1em;
	width: 120%;
	height: 2px;
}
.pdf-box {
	background:#fff;
	border:2px solid #7bb7e0;
	border-radius:10px;
	line-height: 2em;
	margin-top:2em;
	padding:1em 2em;
}
.pdf-box a {
	color: #7bb7e0;
	position: relative;
	text-decoration: underline;
}
.pdf-box a::after {
	background: url(img/icon-pdf.png) no-repeat;
	background-size: contain;
	bottom: -5px;
	content: "";
	display: inline-block;
	position: relative;
	margin-left: 5px;
	width: 1.5em;
	height: 1.8em;
}
.pdf-box a:hover {
	color: #7bb7e0;
}*/

/*-------------------------------
 
about みらいろとは
 
-------------------------------*/
.copy-style01 {
	background: linear-gradient(to right, #7bb7e0 30%, #bab4d7 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 2em;
	text-align: center;
}
.about-txt-box01 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 2em auto 6em auto;
	padding-left: 1.6em;
	width: fit-content;
}
.about-txt-box01 div {
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #7bb7e0 30%, #bab4d7 70%) 1;
	padding-bottom: 1.8em;
}
.about-txt-box01 h3 {
	font-size: 1.8em;
	line-height: 2em;
	margin: 1em auto .5em auto;
	position: relative;
}
.about-txt-box01 h3::before {
	background: url(img/about/blue.webp) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	opacity: .7;
    position: absolute;
    left: -1em;
    width: 2em;
    height: 2em;
    z-index: -1;
}
.about-list-style01 {
	padding-left: 1.5em;
}
.about-list-style01 li {
	line-height: 1.8em;
	position: relative;
	text-indent: -1.3em;
}
.about-list-style01 li::before {
	color: #7bb7e0;
	content: "●";
	margin-right: .25em;
}

/*-------------------------------
 
mirairo-kun みらいろくん
 
-------------------------------*/
.mirairo-kun-txt-box01 {
	margin: 3em auto 0 auto;
	width: 50%;
}
.mirairo-kun-txt-box01 img {
	display: block;
	margin: 0 auto 3em auto;
	width: 30%;
}
.mirairo-kun-txt-box02 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0 2em;
	line-height: 1.8em;
	margin: 3em auto 0 auto;
	max-width: 1200px;
	overflow: hidden;
	width: 90%;
}
.mirairo-kun-txt-box02:last-of-type {
	margin-bottom: 6em;
}

/*-------------------------------
 
facility 施設紹介
 
-------------------------------*/
.facility-txt-box01 {
	margin: 3em auto 6em auto;
	width: 60%;	
}
.facility-txt-box01 img {
	display: block;
	margin: 0 auto 3em auto;
	width: 70%;
}
.facility-txt-box02 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0 2em;
	line-height: 1.8em;
	margin: 0 auto 6em auto;
	max-width: 1200px;
	overflow: hidden;
	width: 90%;
}
.facility-txt-box03 {
	margin: 0 auto 6em auto;
	width: 60%;
}
.facility-txt-box03 img {
	display: block;
	margin: 0 auto 3em auto;
	width: 70%;
}

/*-------------------------------
 
access 場所の紹介
 
-------------------------------*/
.map-box iframe {
	border-radius: 30px;
}

/*-------------------------------
 
staff 紹介
 
-------------------------------*/
.staff-txt-box01 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0 2em;
	line-height: 1.8em;
	margin: 0 auto 6em auto;
	max-width: 1200px;
	width: 90%;
}
.staff-txt-box02 {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	grid-gap: 0 2em;
	line-height: 1.8em;
	margin: 0 auto 4em auto;
	max-width: 1200px;
	overflow: hidden;
	width: 90%;
}
.staff-list-style01 {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 2em;
	margin-left: 2em;
	padding-left: 2.2em;
}
.staff-list-style01 li {
	line-height: 1.8em;
	position: relative;
	text-indent: -2.2em;
}
.staff-list-style01 li:first-of-type::before {
	background: url(img/staff/no01.webp) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	margin-right: .5em;
	position: relative;
	top: .7em;
	width: 2.2em;
	height: 2.2em;
}
.staff-list-style01 li:nth-of-type(2)::before {
	background: url(img/staff/no02.webp) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	margin-right: .5em;
	position: relative;
	top: .7em;
	width: 2.2em;
	height: 2.2em;
}
.staff-list-style01 li:nth-of-type(3)::before {
	background: url(img/staff/no03.webp) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	margin-right: .5em;
	position: relative;
	top: .7em;
	width: 2.2em;
	height: 2.2em;
}
.copy-style02 {
	color: #ee8597;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 3em;
	position: relative;
	text-align: center;
}
.copy-style02::before {
	background: url(img/staff/heart-img.png) no-repeat;
	background-size: contain;
	content: "";
	display: block;
	margin: 2em auto .5em auto;
	width: 200px;
	height: 100px;
}
.staff-dl-style01 {
	font-size: 1.2em;
	margin-top: 1em;
}
.staff-dl-style01 dt {
	padding: 1em 0 .5em 2.5em;
	position: relative;
}
.staff-dl-style01 dt::before {
	position: absolute;
}
.staff-dl-style01 dt:first-of-type::before, .staff-dl-style01 dt:nth-of-type(2)::before, .staff-dl-style01 dt:nth-of-type(3)::before,
.staff-dl-style01 dt:nth-of-type(4)::before, .staff-dl-style01 dt:nth-of-type(5)::before, .staff-dl-style01 dt:nth-of-type(6)::before, .staff-dl-style01 dt:nth-of-type(7)::before {
	content: "";
	display: inline-block;
	top: 1em;
	left: .5em;
	width: 1.5em;
	height: 1.5em;
}
.staff-dl-style01 dt:first-of-type::before {
	background: url(img/staff/icon01.png) no-repeat;
	background-size: contain;
}
.staff-dl-style01 dt:nth-of-type(2)::before {
	background: url(img/staff/icon02.png) no-repeat;
	background-size: contain;
	width: 1.5em;
	height: 2em;
}
.staff-dl-style01 dt:nth-of-type(3)::before {
	background: url(img/staff/icon03.png) no-repeat;
	background-size: contain;
	top: 1.1em;
}
.staff-dl-style01 dt:nth-of-type(4)::before {
	background: url(img/staff/icon04.png) no-repeat;
	background-size: contain;
	top: 1.1em;
}
.staff-dl-style01 dt:nth-of-type(5)::before {
	background: url(img/staff/icon05.png) no-repeat;
	background-size: contain;
	top: 1.2em;
	width: 2em;
	height: 1.3em;
}
.staff-dl-style01 dt:nth-of-type(6)::before {
	background: url(img/staff/icon06.png) no-repeat;
	background-size: contain;
	top: 1.2em;
}
.staff-dl-style01 dt:nth-of-type(7)::before {
	background: url(img/staff/icon07.png) no-repeat;
	background-size: contain;
}
.staff-dl-style01 dd {
	border-bottom: 1px solid #cdcdcd;
	padding: 0 0 1em 2.5em;
}
.staff-dl-style01 dd:last-of-type {
	border-bottom: none;
}

/*-------------------------------
 
access 場所の紹介
 
-------------------------------*/
.access-txt-box01 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0 2em;
	line-height: 1.8em;
	margin: 3em auto 0 auto;
	max-width: 1200px;
	overflow: hidden;
	width: 90%;
}
.border-style01 {
	border-bottom: 4px solid;
	border-image: linear-gradient(to right, #7bb7e0 30%, #bab4d7 70%);
	border-image-slice: 1;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 2em auto;
	padding-bottom: .8em;
}

/*-------------------------------
 
job 仕事紹介
 
-------------------------------*/
.job-txt-box01 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 4em;
	line-height: 1.8em;
	margin: 0 auto 6em auto;
	max-width: 1200px;
	width: 90%;
}
.figcaption-style01 {
	background: linear-gradient(to right, #7bb7e0 30%, #bab4d7 70%);
	border-radius: 30px;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .1em;
	margin-top: 1em;
	padding: .5em 1em;
	text-align: center;
}

/*-------------------------------
 
faq よくある質問
 
-------------------------------*/
/*.font_q {
	margin-bottom: 0;
}
.font_q::before, .font_a::before {
	content: "";
	display: inline-block;
	margin-right: 0.5em;
	position: relative;
	top: 0.6em;
	width: 2em;
	height: 2em;
}
.font_q::before {
	background: url(img/faq/q_icon.webp) no-repeat;
	background-size: contain;
}
.font_a {
	text-indent: -2.5em;
}
.font_a::before {
	background: url(img/faq/a_icon.webp) no-repeat;
	background-size: contain;
}
.box_a {
	padding-left: 2.5em;
}*/
.list02 {
	list-style: disc;
	margin: 1em 0;
	padding-left: 1em;
}
.list02 a:hover {
	color: #7bb7e0;
	transition: all .6s;
}

/*-------------------------------
 
recruit new 採用情報
 
-------------------------------*/
/*.recruit-main {
	display: block;
	margin: auto;
}
.content01, .content02, .content03 {
	margin: 0 auto 8em auto;
}
.content01 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 0 2em;
}
.content01 div {
	text-align: center;
}
.content01 img {
	margin-bottom: 30px;
	width: 100px;
}
.content01 p, .content02 p, .content03 p {
	font-size: 1.2em;
}
.content02, .content03 {
	width: 60%;
}
.recruit-img01 {
	border-radius: 40px;
	margin: 4em auto 2em auto;
}
.recruit-img02 {
	margin: 2em auto;
}
.list03 {
	font-size: 1.23m;
	list-style: disc;
    margin: 1em 0;
    padding-left: 1em;
}
.list03 li::marker {
	color: #7bb7e0;
}
.textR {
	text-align: right;
}
.bar-style01, .bar-style02, .bar-style03, .bar-style04, .bar-style05, .bar-style06, .bar-style07 {
	background: #cdcdcd;
	border-radius: 60px;
	box-sizing: border-box;
	font-size: .9em;
	margin: 0 auto .5em auto;
	padding: 0.8em;
	text-align: center;
	width: 80%;
}
.bar-style01 {
	background: #fcf5d7;
}
.bar-style02 {
	background: #feeecc;
}
.bar-style03 {
	background: #fcd9a1;
}
.bar-style04 {
	background: #f6bfa1;
}
.bar-style05 {
	background: #f6bfa1;
}
.bar-style06 {
	background: #f0a3a1;
}
.bar-style07 {
	background: #f4dbd7;
}
.bar-style01:first-of-type {
	margin-top: 2em;
}
.recruit-img03 {
	display: block;
	margin: 2em auto;
	width: 80%;
}
.list04 {
    margin: 1em 0;
    padding-left: 2em;
}
.list04 li {
	text-indent: -2em;
}
.list04 li::before {
	background: url(img/recruit/icon-check.png) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	margin-right: .5em;
	width: 1.5em;
	height: 1.5em;
}
.dl_box03 {
	margin: 2em auto 0 auto;
}
.dl_box03 dt, .dl_box03 dd {
	display: block;
	width: 100%;
}
.dl_box03 dt {
	background: #f0a3a1;
	border-radius: 50px;
	box-sizing: border-box;
    color: #fff;
    margin: 1em auto;
    padding: .8em;
    text-align: center;
}
.dl_box03 dd {
	padding: 0 1em;
}
.dl_box03 p {
	font-size: 1em;
}
.icon-recruit02 {
	display: block;
	margin: 4em auto 20px auto;
	width: 100px;
	height: 100px;
}
.border01 {
	border: 6px solid #f0a3a1;
	border-radius: 10px;
	padding: 1.5em;
}
.btn-entryform {
	display: block;
	margin: 2em auto;
}*/

/*-------------------------------
 
contact お問い合わせ
 
-------------------------------*/
.table_box01 {
	border: 1px solid #cdcdcd;
	margin: 3em auto;
	width: 80%;
}
.table_box01 th, .table_box01 td {
	border-bottom: 1px solid #cdcdcd;
	padding: 1em;
	overflow-wrap: break-word;
	white-space: normal;
	word-wrap: break-word;
}
.table_box01 th {
	background: #efefef;
	border-right: 1px solid #cdcdcd;
	display: table-cell;
	vertical-align: middle;
	width: 35%;
}
.table_box01 th:last-child {
	border-right: none;
} 
.table_box01 td {
	width: 65%;
}
.table_box01 tr:last-child th, .table_box01 tr:last-child td {
	border-bottom: none;
}
.table_box01 .required {
	background: #f6a798;
	border-radius: 6px;
	color: #fff;
	font-size: 0.6em;
	margin-left: 1em;
	padding: 0.2em 0.5em 0.25em 0.5em;
	position: relative;
	top: -0.2em;
}
.submit_btn {
	background: #f6a798;
	border: none;
	border-radius: 6px!important;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: auto;
	padding: 0.5em 2em;
	text-align: center;
	width: 20%;
}
.wpcf7-list-item {
	margin: 0 1em 0 0!important;
}
.wpcf7cf_group {
	margin: 1em 0 0 1em;
}
.wpcf7cf_group span {
	margin-right: 1em;
}
.terms {
	line-height: 2em;
	margin-top: 1em;
}
.terms_title {
	font-weight: bold;
	margin-right: 1em;
}
.policy p {
	text-align: center;
    margin-bottom: 1em;
}
.policy a {
	text-decoration: underline;
}
input, input[type="text"], textarea {
	border: 1px solid #333;
	border-radius: 2px;
}

/*-------------------------------
 
blog ブログ
 
-------------------------------*/
.archive_box_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1em;
	float: left;
	width: 78%;
}
.archive_box {
    background: #efefef;
    border-radius: 10px;
    font-size: 1.1em;
    margin: 0 auto 2em auto;
    overflow: hidden;
    padding: 1.5em;
}
.archive_box .thumbnail_wrapper {
	border-radius: 10px;
	margin-bottom: 1em;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
}
.archive_box a {
	display: block;
}
.archive_box img {
	position: absolute;
	top: 0;
	transition:1s all;
}
.archive_box img:hover {
  transform:scale(1.2,1.2);
  transition:1s all;
}
.archive_box .category {
	border: 1px solid #7bb7e0;
	color: #7bb7e0;
	display: inline-block;
	font-size: 0.8em;
	margin: 0 0.5em 1em 0;
	padding: 0 1em;
}
.date {
	color: #7bb7e0;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: right;
}
.blog_box_wrapper {
	float: left;
	width: 76%;
}
.blog_box .title05 {
	font-size: 1.5em;
}
.blog_box .date {
	font-size: 1em;
}
.blog_box img {
	border-radius: 10px;
	display: block;
	margin: 1em 0;
}
aside {
	box-sizing: border-box;
	float: right;
	padding-left: 1em;
	width:22%;
}
.side_box .category_list {
    border: 2px solid #7bb7e0;
    border-radius: 0 10px 10px 10px;
    line-height: 1.8em;
    margin: 0;
    overflow: hidden;
    padding: 1em 1em 1.5em 1em;
}
.side_box .category_list:first-of-type {
	margin-bottom: 1em;
}
.side_box .category_list a {
	border-bottom: 1px solid #7bb7e0;
	color: #7bb7e0;
	display: inline-block;
	font-weight: bold;
	width: 100%;
}
.side_box .title06 {
    background: #7bb7e0;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-weight: bold;
    padding: 0.5em 1em;
    width: 60%;
}
.wp-pagenavi {
	margin: 3em auto;
	text-align: center;
}
.mt1em {
	margin-top: 1em;
}
.mt2em {
	margin-top: 2em;
}
.mt3em {
	margin-top: 3em;
}
.mb1em {
	margin-bottom: 1em;
}
.mb2em {
	margin-bottom: 2em;
}
.mb3em {
	margin-bottom: 3em;
}
.border_style01-1 {
	border: 2px solid #7bb7e0;
	margin: 2em 0;
	padding: 1.5em;
}
.border_style01-2 {
	border: thick double #7bb7e0;
	margin: 2em 0;
	padding: 1.5em;
}
.border_style01-3 {
	border: 2px dotted #7bb7e0;
	margin: 2em 0;
	padding: 1.5em;
}
.border_style02-1 {
	border: 2px solid #7bb7e0;
	margin: 2em 0;
	padding: 1.5em;
}
.border_style02-2 {
	border: thick double #7bb7e0;
	margin: 2em 0;
	padding: 1.5em;
}
.border_style02-3 {
	border: 2px dotted #7bb7e0;
	margin: 2em 0;
	padding: 1.5em;
}
.sub_title01 {
	color: #7bb7e0;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}
.sub_title02 {
	color: #7bb7e0;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}
.red {
	color: #7bb7e0;
	font-weight: bold;
}

/*-------------------------------
 
privacypolicy プライバシーポリシー
 
-------------------------------*/
.text_box03 .list02 li {
	margin-top: 1em;
}
.text_box03 .list02:last-child {
	margin-top: 0;
}
.text_box03 .name {
	float: right;
	font-size: 16px;
	margin-top: 2em;
	text-align: right;
}

@media screen and (max-width: 1024px) {
/* header */
.header_inner {
	padding-bottom: 1em;
	width: 95%;
}
.header_inner h1 {
	margin: 1em 0 0.25em 0;
	width: 40%;
}
.head01, .head02 {
	display: none;
}
.head03 {
	display: block;
	position: relative;
}
.mb_btn {
	cursor: pointer;
	display: block;
	position: fixed;
	top: 6px;
	right: 10px;
	width: 40px;
	height: 30px;
}
.mb_btn span {
	background: #7bb7e0;
	border-radius: 4px;
	display: block;
	font-weight: bold;
	position: relative;
	transition: all .6s;
	width: 40px;
	height: 4px;
}
.mb_btn span:first-child {
	top: 12px;
}
.mb_btn span:nth-child(2) {
	top: 18px;
}
.mb_btn span:nth-child(3) {
	top: 24px;
}
.mb_btn span:last-child {
	background: none;
	color: #7bb7e0;
	top: 23px;
}
.mb_btn.active span:first-child {
    top: 15px;
    transform: translateY(6px) rotate(-45deg);
}
.mb_btn.active span:nth-child(2) {
    opacity: 0;
}
.mb_btn.active span:nth-child(3) {
    top: 20px;
    transform: translateY(-6px) rotate(45deg);
}
.mb_menu ul {
	background: #fff;
	position: fixed;
	top: 4em;
	right: -80%;
	transition: all .6s;
	width: 80%;
}
.mb_menu ul li a {
	border-bottom: 2px solid #7bb7e0;
	color: #7bb7e0;
	display: block;
	font-weight: bold;
	padding: 1em;
}
.mb_btn.active + .mb_menu ul {
	right: 0;
	transition: all .6s;
}
/* footer */
footer {
	background-size: 200%;
    margin: 0 auto 5em;
}
.footer_wrapper {
	padding-top: 30%;
}
.footerL, .footerR, .footerR ul {
	float: none;
	width: 100%;
}
.contact_btn {
	float: none;
	margin: 1em 0 3em 0;
	width: 50%;
}
.cta_btn_mb {
	display: flex;
	right: 0;
	left: 0;
	bottom: 0;
}
.float_menu02 {
    right: 0;
    bottom: 100%;
    position: absolute;
    width: 50px;
}
/* common */
.sub_main {
	height: 250px;
}
.sub_main .title01 {
	top: 40%;
}
.wrap {
	margin: 2em auto;
	padding: 0;
}
.box_inner {
	margin: 2em auto 0 auto;
}
.page_btn {
	width: 60%;
}
.order_box, .mirairo-kun-txt-box02.order_box {
	display: flex;
	flex-wrap: wrap;
}
.order01 {
	order: 1;
}
.order02 {
	order: 2;
}
.box_inner {
	display: block;
	grid-gap: 0 2em;	
}
.cta_box {
	padding: 2em 0;
}
.cta_box .box_inner {
	display: block;
}
.cta_box .box_inner .float_btn:first-of-type {
	margin-bottom: 2em;
}
.pc {
	display: none;
}
.mb {
	display: block;
}
/* top */
.top_box01, .top_box02, .top_box03, .top_box04 {
	padding: 2em 0;
}
.top_box01-1 {
	max-width: inherit;
	width: 90%;
}
.top_box01-2 {
	display: block;
	position: relative;
}
.top_box01-2 img {
	width: 90%;
}
.top_box01-2 img:nth-of-type(2) {
	position: relative;
	right: -10%;
}
.top_box02 {
	grid-gap: 0 2em;
}
.title01, .title02, .title03 {
	font-size: 1.2em;
}
.title02 {
	margin-bottom: 0.5em;
}
.title03::after {
	margin: 0.5em auto 0 auto;
}
.font01 {
	font-size: 1em;
}
.list01 li {
	display: block;
	font-size: 1em;
}
.banner01, .banner02 {
	margin-bottom: 1em;
}
.img-style01 {
	border-radius: 10px;
}
/* about */
.copy-style01, .about-txt-box01 h3 {
	font-size: 1.2em;
}
/* mirairo-kun */
.mirairo-kun-txt-box01 {
	width: 90%;
}
.mirairo-kun-txt-box02 {
	display: flex;
	flex-wrap: wrap;
}
.facility-txt-box01, .facility-txt-box02, .facility-txt-box03, .staff-txt-box01, .staff-txt-box02, .job-txt-box01 {
	display: block;
	width: 90%;
}
/* guide / corporation */
.text_box03 {
	width: 100%;
}
/*.text_box03, .text_box04, .text_box05, .text_box05 .box_inner,
.text_box06, .dl_box01 dt, .dl_box01 dd, .dl_box02 dt, .dl_box02 dd, .text_box07 {
	width: 100%;
}
.text_box01 {
    margin: 1em auto 0 auto;
}
.top_box02 .box_inner .boxR {
	margin-top: 2em
}
.text_box03, .text_box04 {
	padding: 1em;
}
.text_box04 {
	margin: 0 auto 2em auto;
}
.text_box05 .title06 {
	width: 80%;
}
.text_box05 .box_inner img, .text_box07 .box_inner img {
	float: none;
	margin: 0 0 1em 0;
	width: 100%;
}
.text_box05 .box_inner p, .text_box07 .box_inner p {
	margin-top: 0;
}
.dl_box01 dt, .dl_box01 dd, .dl_box02 dt, .dl_box02 dd {
	text-align: left;
}
.font_q {
	padding-left: 2.5em;
    text-indent: -2.5em
}*/
/* contact */
.table_box01, .table_box01 tbody, .table_box01 tr {
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.table_box01 th, .table_box01 td {
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.table_box01 th {
	border-right: none;
}
.submit_btn {
	width: 100%;
}
.wpcf7-list-item {
	display: block!important;
}
input[type="button"], input[type="text"], input[type="submit"],
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	width: 100%;
}
textarea {
	box-sizing: border-box;
	width: 100%;
}
/* blog */
.archive_box_wrapper, .blog_box_wrapper {
	display: block;
	margin-bottom: 2em;
	width: 100%;
}
.archive_box {
	margin-bottom: 2em;
}
aside {
	padding-left: 0;
	width: 100%;
}
.footer_btn01 {
	margin: 1em 0 1em .5em;
}

/* recruit new */
/*.recruit-main, .content01, .content02, .content03,
.bar-style01, .bar-style02, .bar-style03, .bar-style04, .bar-style05, .bar-style06, .bar-style07 {
	width: 100%;
}
.content01 {
	display: block;
}
.content01 div {
	margin-bottom: 2em;
}*/
}

@media screen and (max-width: 768px) {
/* top */
.top_box02 {
	grid-template-columns: 1fr;
	grid-gap: 6em;
	width: 60%;
}
/* staff */
.staff-list-style01 {
	font-size: 1.5em;
}
}