/*
Theme Name: hands
Author: hands
Author URI: https://hands-japan.com
Description: HANDS株式会社
Version: 2024.10
*/

/*-------------------------------
 
reset CSS
 
-------------------------------*/
html, body, div, span, applet, object, iframe,
blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, 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;
}
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 700

.caveat-<uniquifier> {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/*-------------------------------
 
header
 
-------------------------------*/
header { position: fixed; top: 0; right: 0; left: 0; z-index: 10;}
.header_inner { margin: auto; max-width: 1350px; overflow: hidden; width: 90%;}
.header_inner .header_logo { float: left; margin: 1em 0 0 0; max-width: 240px; width: 30%;}
.header_inner .header_logo img { width: 100%; }
.headR { float: right; width: fit-content;}
.head01 { clear: both; overflow: hidden;}
.head01 ul { margin-top: 1em;}
.head01 ul li { float: left; margin-bottom: 0.5em;}
.head01 ul a { box-sizing: border-box; color: #3789d1; display: block; font-size: .8em; text-align: center; transition: all .6s; padding: .5em 2em; width: 100%;}
.head01 ul li:last-of-type a { background: #3789d1; color: #fff;}
.head01 ul a:hover { color: #97e7ff; transition: all .6s;}
.head01 ul li:last-of-type a:hover { background: #97e7ff;}
.head02 { display: none;}

/*-------------------------------
 
common
 
-------------------------------*/
body{
	color: #333;
	font-family: hiragino-kaku-gothic-pron, sans-serif "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
	font-size: 16px;
}
.wrap {
	margin: 4em auto 6em auto;
	max-width: 1200px;
	overflow: hidden;
	width: 90%;
}
.breadcrumbs {
	font-size: .8em;
	margin: auto;
	max-width: 1200px;
	width: 90%;
}
.breadcrumbs a:hover {
	color: #4ca4db;
}
.title01 {
	color: #fff;
}
.title02 {
	color: #3789d1;
	font-size: 2em;
	text-align: center;
	font-weight: bold;
}
.title02 span {
	display: block;
	font-family: "Caveat", cursive;
  	font-optical-sizing: auto;
  	font-weight: lighter;
  	text-align: center;
}
.sub_main {
	position: relative;
}
.sub_main img {
	width: 100%;
}
.sub_main_title_wrapper {
	background: linear-gradient(to right, #2c65cb, #97e7ff);
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	width: 35%;
	height: 100%;
}
.sub_main_title {
	display: table-cell;
	padding: 0 2em;
	vertical-align: middle;
}
.sub_main_title h1 {
	font-size: 2em;
	line-height: 350px;
	margin: auto;
	overflow: hidden;
	width: fit-content;
}
.font01 {
	font-size: 1.2em;
}
.cta_box {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	padding: 6em 0;
	text-align: center;
}
.cta_box a {
	display: block;
	margin: auto;
	max-width: 700px;
}
.cta_box p {
	color: #666;
}
.banner_box {
	border-top: 1px solid #cdcdcd;
    margin: 3em auto 6em auto;
    max-width: 700px;
}
.banner_box p {
	color: #666;
    font-size: 1.3em;
    font-weight: bold;
    margin: 2em auto 1em auto;
    text-align: center;
}
.banner_box_inner {
	display: flex;
	grid-gap: 2em;
}
.banner_box_inner a {
	border: 1px solid #cdcdcd;
	display: block;
}
.btn01 {
	background: #2c65cb;
	border-radius: 4px;
	color: #fff;
	display: block;
	margin: 1em auto;
	padding: 0.5em 2em;
	width: fit-content;
}
.btn01:hover {
	background: #5db6e2;
}
.link01 {
	color: #4ca4db;
	text-decoration: underline;
}
.float_btn {
	position: relative;
	transition: .3s;
}    
.float_btn:hover {
  	transform: translateY(-6px);
}
.pc {
	display: block;
}
.mb {
	display: none;
}
.mt1em {
	margin-top: 1em;
}
.mt2em {
	margin-top: 2em;
}
.mt3em {
	margin-top: 3em;
}
.mb1em {
	margin-bottom: 1em;
}
.mb2em {
	margin-bottom: 2em;
}
.mb3em {
	margin-bottom: 3em;
}
.pc_banner_box, .sp_banner_box {
    margin: 0 auto 6em auto;
    width: 90%;
}
.pc_banner_box {
    text-align: center;
}
.sp_banner_box {
    display: none;
    text-align: center;
}

/*-------------------------------
 
footer
 
-------------------------------*/
footer {
	background: linear-gradient(to right, #2c65cb, #97e7ff);
	color: #fff;
}
footer a {
	color: #fff;
}
footer a:hover {
	opacity: .8;
}
.footer_wrapper {
	padding-top: 5em;
}
.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: 2em;
	max-width: 260px;
	width: 50%;
}
address {
	display: inline-block;
	font-size: 1.1em;
	line-height: 1.8em;
}
address p {
	padding-left: 2.5em;
	position: relative;
    text-indent: -2.5em;
}
address p::before {
	background: url(img/footer-icon-hand.png) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	margin-right: .5em;
	position: relative;
    top: .8em;
	width: 2em;
	height: 2em;
}
.footerR {
    display: grid;
    float: right;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2em;
    margin-top: 5em;
}
.footerR ul {
	line-height: 2.5em;
}
.footerR li {
	position: relative;
}
.footerR li::before {
	background: url(img/arrow.png) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	margin-right: .5em;
	position: relative;
	top: 3px;
	width: .5em;
	height: 1em;
}

/*.footer_btn01 {
	background: #e83d2d;
	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 li:first-child a::before, .footerR li:nth-child(5) a::before {
	background: url(img/arrow01.webp);
	background-size: contain;
}
.footerR li:nth-child(2) a::before, .footerR li:nth-child(6) a::before {
	background: url(img/arrow02.webp);
	background-size: contain;
}
.footerR li:nth-child(3) a::before {
	background: url(img/arrow03.webp);
	background-size: contain;
}
.footerR li:nth-child(4) a::before {
	background: url(img/arrow04.webp);
	background-size: contain;
}
.footerR a:hover {
	color: #e83d2d;
	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 {
	margin-bottom: 0;
	text-align: center;
}

/*-------------------------------
 
top
 
-------------------------------*/
.main, .main img {
	width: 100%;
}
.main {
	height: 880px;
	overflow: hidden;
	position: relative;
}
.main_copy_wrapper {
	background: linear-gradient(to right, #2c65cb, #97e7ff);
	color: #fff;
	display: table;
	position: absolute;
	top: 0;
	width: 35%;
	height: 880px;
}
.main_copy {
	display: block;
	height: 880px;
	padding: 20em 2em;
	vertical-align: middle;
}
.main_copy h1 {
	font-size: 2em;
	line-height: 2em;
	margin: auto;
	overflow: hidden;
	width: fit-content;
}
.main_copy h1 span {
	float: right;
	font-family: "Caveat", cursive;
	font-size: 1.5em;
	margin: .2em .2em 0 0;
}
.top-img01 {
	display: block;
	margin: 5em auto 3em auto;
	max-width: 240px;
	width: 30%;
}
.top-img02 {
	max-width: 1200px;
	width: 90%;
}
.top_box01 {
	font-size: 1.2em;
	line-height: 2.5em;
	margin: auto;
	max-width: 1300px;
	text-align: center;
	width: 90%;
}
.top_box01 p {
	margin: 3em auto;
}
.top_box02 {
	margin: 5em auto;
	overflow: hidden;
}
.top_box02 .boxL, .top_box02 .boxR {
	display: table;
	float: left;
	font-weight: bold;
	position: relative;
	width: 50%;
	height: 430px;
	z-index: 1;
}
.top_box02 .boxL {
	background: url(img/top/bg-img01.webp) no-repeat;
	background-size: cover;
}
.top_box02 .boxR {
	background: url(img/top/bg-img02.webp) no-repeat;
	background-size: cover;
}
.top_box02 .boxL::after, .top_box02 .boxR::after {
	background: white;
	content: "";
	opacity: .8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	z-index: 2;
}
.top_box02 .boxL .txt, .top_box02 .boxR .txt {
    display: table-cell;
    padding: 4em;
    position: relative;
    vertical-align: middle;
    z-index: 3;
}
.top_box02 h2 {
	color: #3789d1;
	font-size: 2em;
	margin-bottom: 1em;
	position: relative;
	text-align: center;
	z-index: 3;
}
.top_box02 h2::before {
	background: url(img/icon-hand.png) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	margin-right: .25em;
	position: relative;
    top: .25em;
    width: 1.5em;
    height: 1.5em;
}
.top_box02 p {
	color: #666;
    line-height: 2em;
}
.top_box03 {
	color: #fff;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin: 0 auto 6em auto;
	max-width: 1300px;
}
.top_box03 a {
	aspect-ratio: 4 / 3;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
.top_box03 a::after {
	background: #333;
	content: "";
	display: block;
	opacity: .7;
	position: absolute;
	transition: all .5s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.top_box03 a:hover::after {
	display: none;
	transition: all .5s;
}
.top_box03 div {
	color: #fff;
	display: table;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	transition: all .5s;
	width: 100%;
	height: 100%;
}
.top_box03 div::before {
	content: "";
	display: block;
	position: absolute;
	transition: all .5s;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	z-index: 2;
}
.top_box03 a:first-of-type div::before {
	background: url(img/top/banner01-1.webp) no-repeat;
	background-size: cover;
}
.top_box03 a:nth-of-type(2) div::before {
	background: url(img/top/banner01-2.webp) no-repeat;
	background-size: cover;
}
.top_box03 a:last-of-type div::before {
	background: url(img/top/banner01-3.webp) no-repeat;
	background-size: cover;
}
.top_box03 a:hover div::before {
	transform: scale(1.2);
	transition: all .5s;
}
.top_box03 .font01 {
	display: table-cell;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1em;
	position: relative;
	text-align: center;
	vertical-align: middle;
	z-index: 3;
}
.top_box03 .font01 span {
	display: block;
	font-family: "Caveat", cursive;
	font-size: .8em;
	font-weight: lighter;
	letter-spacing: 0;
	text-align: center;
}
.top_box04 {
	color: #666;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 1em 2em;
	margin: 3em auto 0 auto;
	max-width: 1300px;
}
.top_box04 .title {
	font-size: 1.1em;
}
.thumbnail_wrapper {
	overflow: hidden;
}
.top_box04 img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	transition: all .5s;
}
.top_box04 a {
	margin-bottom: 2em;
}
.top_box04 a:hover img {
	transform: scale(1.2);
	transition: all .5s;
}
.top_box04 a:hover p {
	color: #3789d1;
}
.top_box04 .date {
	margin: .25em 0 .25em 0;
}
.top_box04 .category {
	margin: 0 0 .5em 0;
}
.top_box04 .category span {
	background: #5db6e2;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: .8em;
	margin: 0 .5em .5em 0;
	padding: .25em 1em;
}
.top_box04 .title {
	font-size: 1.1em;
    margin: 0;
}

/*-------------------------------
 
philosophy 企業理念
 
-------------------------------*/
.copy-style01 {
	background: linear-gradient(to right, #2c65cb, #97e7ff); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.5em;
	margin: 1em auto 3em auto;
	text-align: center;
}
.section-box01-1 {
	background: url(img/philosophy/bg-img01.webp) no-repeat;
	background-size: cover;
	padding: 2em 0 10em 0;
}
.section-box01-1 .title02 {
	margin-top: 3em;
}
.section-box01-1 ul {
	line-height: 2.5em;
	margin: auto;
	width: fit-content;
}
.section-box02 {
	height: 570px;
	overflow: hidden;
}
.section-box02-1, .section-box02-2 {
	display: table;
	float: left;
	padding: 2em;
	width: 50%;
	height: 100%;
}
.section-box02-1 {
	background: url(img/philosophy/bg-img02-1.webp) no-repeat;
	background-size: cover;
}
.section-box02-2 {
	background: url(img/philosophy/bg-img02-2.webp) no-repeat;
	background-size: cover;
}
.section-box02-1 .txt, .section-box02-2 .txt {
	display: table-cell;
	line-height: 1.8em;
	vertical-align: bottom;
}
.section-wrapper03 {
	margin: 6em auto 0 auto;
}
.section-box03-1, .section-box03-2 {
	display: grid;
    grid-gap: 2em;
}
.section-box03-1 {
    grid-template-columns: 1fr 1fr 1fr;
}
.section-box03-2 {
    grid-template-columns: 1fr 1fr;
    margin: 2em auto 0 auto;
    width: 66%;
}
.section-box03 {
	border: 3px solid;
	border-image: linear-gradient(to right, #2c65cb, #97e7ff) 1;
	box-sizing: border-box;
	font-size: 1.1em;
	line-height: 2em;
	padding: 1em 2em 2em 2em;
}
.section-box03 .title02 {
	font-size: 1.2em;
	margin-top: .5em;
	position: relative;
}
.section-box03:first-of-type .title02::before,
.section-box03:nth-of-type(2) .title02::before,
.section-box03:nth-of-type(3) .title02::before,
.section-box03:nth-of-type(4) .title02::before,
.section-box03:nth-of-type(5) .title02::before {
	content: "";
	display: block;
	margin: 0 auto 1em auto;
}
.section-box03-1 .section-box03:first-of-type .title02::before {
	background: url(img/philosophy/icon01.png) no-repeat;
	background-position: center;
	background-size: contain;
	width: 70px;
	height: 70px;
}
.section-box03-1 .section-box03:nth-of-type(2) .title02::before {
	background: url(img/philosophy/icon02.png) no-repeat;
	background-position: center;
	background-size: contain;
	width: 70px;
	height: 70px;
}
.section-box03-1 .section-box03:nth-of-type(3) .title02::before {
	background: url(img/philosophy/icon03.png) no-repeat;
	background-position: center;
	background-size: contain;
	width: 70px;
	height: 70px;
}
.section-box03-2 .section-box03:first-of-type .title02::before {
	background: url(img/philosophy/icon04.png) no-repeat;
	background-position: center;
	background-size: contain;
	width: 90px;
	height: 70px;
}
.section-box03-2 .section-box03:nth-of-type(2) .title02::before {
	background: url(img/philosophy/icon05.png) no-repeat;
	background-position: center;
	background-size: contain;
	width: 70px;
	height: 70px;
}
.section-box03 .title02 span {
	margin-top: .25em;
}

/*-------------------------------
 
company 会社概要
 
-------------------------------*/
.table_box01 {
	margin: 3em auto;
	width: 50%;
}
.table_box01 img {
	margin-top: 6em;
}
.table01 {
	width: 100%;
}
.table01 tr {
	border-bottom: 1px solid #c9d9e9;
}
.table01 th, .table01 td {
	font-weight: normal;
	padding: 1em 1.5em;
	vertical-align: top;
}
.table01 span {
	display: inline-block;
}

/*-------------------------------
 
message 代表メッセージ
 
-------------------------------*/
.message_box01 {
	line-height: 1.8em;
	margin: 0 auto;
	max-width: 900px;
	padding: 1.5em;
	width: 90%;
}
.message_box01 .boxL {
	float: left;
    margin-bottom: 2em;
    padding-right: 2em;
    width: 60%;
}
.message_box01 .boxR {
	float: right;
    margin-bottom: 2em;
    width: 40%;
}
.message_box01 .boxC {
	clear: both;
    margin-top: 2em;
}
.textR {
	text-align: right;
}

/*-------------------------------
 
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;
}
*/

/*-------------------------------
 
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: #e83d2d;
}
.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 お問い合わせ
 
-------------------------------*/
.textC {
	line-height: 1.8em;
	margin: auto;
	text-align: center;
	width: 90%;
}
.table_box01 th p, .table_box01 td p {
	margin: 0;
}
.table_box01 .required {
	background: #f86189;
	border-radius: 3px;
	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 .wpcf7-submit {
	background: #4ca4db;
	border: none;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	margin: auto;
	padding: .5em 3em;
	text-align: center;
}
.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[type="text"], input[type="email"], textarea {
	background: #efefef;
	border: none;
	width: 100%;
}

/*-------------------------------
 
news お知らせ
 
-------------------------------*/
.archive_box_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1em;
	float: left;
	width: 78%;
}
.archive_box {
    font-size: 1.1em;
    margin: 0 auto 2em auto;
    overflow: hidden;
}
.thumbnail_wrapper {
	overflow: hidden;
	padding-top: 65%;
	position: relative;
}
.archive_box a {
	display: block;
}
.thumbnail_wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	transition:1s all;
}
.thumbnail_wrapper img:hover {
  transform:scale(1.2,1.2);
  transition:1s all;
}
.archive_box .category {
	margin: 0;
}
.archive_box .category span {
	background: #4ca4db;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 0.8em;
	margin: 0 .5em 1em 0;
	padding: .25em 1em;
}
.archive_box .date {
	margin: .5em 0;
}
.date {
	display: block;
	font-size: 0.8em;
	margin-bottom: 1em;
}
.archive_box .title05 {
	margin: 0;
}
.news_box_wrapper {
	float: left;
	width: 76%;
}
.news_box .title05 {
	font-size: 1.5em;
	margin: 0 auto 1em auto;
}
.news_box .date {
	font-size: 1em;
}
.news_box img {
	display: block;
	margin: 1em 0;
}
aside {
	box-sizing: border-box;
	float: right;
	padding-left: 1em;
	width:22%;
}
.side_box {
    margin-bottom: 3em;
}
.side_box:first-of-type {
	margin-top: 1em;
}
.side_box .category_list {
    line-height: 1.8em;
    overflow: hidden;
}
.side_box .category_list li {
	margin-bottom: .5em;
}
.side_box .category_list a {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-gap: .5em;
    width: 100%;
}
.side_box .category_list p {
	line-height: 1.5em;
	margin: 0;
}
.side_box .category_list .date {
	margin-top: .25em;
}
.side_box .category_list .title {
    color: #3789d1;
    font-size: .9em;
    font-weight: bold;
}
.side_box .title06 {
	border-bottom: 2px solid #3789d1;
    color: #3789d1;
    font-weight: bold;
    margin: 0 0 .8em 0;
    padding: 0 0 .8em 0;
}
.list01 li {
	border-bottom: 1px solid #3789d1;
	padding: 1em 0;
}
.list02 {
	list-style: disc;
	margin: 1em 0;
	padding-left: 1.5em;
}
.list01 a:hover, .list02 a:hover {
	color: #4ca4db;
}
.news_box .category span {
	background: #4ca4db;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	margin: 0 .5em 0 0;
	padding: .25em 1em;
}
.wp-pagenavi {
	padding: .5em 0;
}

/*-------------------------------
 
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 {
	display: none;
}
.head02 {
	display: block;
	position: relative;
}
.mb_btn {
	cursor: pointer;
	display: block;
	position: fixed;
	top: 6px;
	right: 10px;
	width: 40px;
	height: 30px;
}
.mb_btn span {
	background: #3789d1;
	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: #3789d1;
	top: 24px;
}
.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 #3789d1;
	color: #3789d1;
	display: block;
	font-weight: bold;
	padding: 1em;
}
.mb_menu ul li:last-of-type {
	background: #3789d1;
}
.mb_menu ul li:last-of-type a {
	color: #fff;
}
.mb_menu ul li:last-of-type a:hover {
	background: #97e7ff;
}
.mb_btn.active + .mb_menu ul {
	right: 0;
	transition: all .6s;
}
.main, .main_copy_wrapper, .main_copy {
	height: 600px;
}
.main_copy {
	padding: 10em 2em;
}
.sub_main_title_wrapper {
	width: 100%;
	height: 190px;
}
.sub_main img {
	height: 190px;
	object-fit: cover;
	opacity: .3;
	position: relative;
	z-index: 1;
}
.sub_main .title01 {
	line-height: 190px;
	margin: initial;
}
.cta_box p {
	font-size: .9em;
	line-height: 1.8em;
}
.pc_banner_box {
    display: none;
}
.sp_banner_box {
    display: block;
}
/* footer */
footer {
	background-size: 200%;
    margin: 0 auto 5em;
}
.footer_wrapper {
	padding-top: 30%;
}
.footerR {
	grid-template-columns: 1fr;
    grid-gap: 0;
}
.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 */
.wrap {
	margin: 2em auto 0 auto;
	padding: 0;
}
.box_inner {
	margin: 2em auto 0 auto;
}
.page_btn {
	width: 60%;
}
.order_box {
	display: flex;
	flex-wrap: wrap;
}
.order01 {
	order: 1;
}
.order02 {
	order: 2;
}
.cta_box {
	margin: auto;
	padding: 2em 0;
	width: 90%;
}
.pc {
	display: none;
}
.mb {
	display: block;
}
/* top */
.top_box01, .top_box02, .top_box03, .top_box04 {
	padding: 2em 0;
}
.top_box02 .box_inner .boxL, .top_box02 .box_inner .boxR,
.top_box03 .box_inner .boxL, .top_box03 .box_inner .boxR {
	padding: 0;
	width: 100%;
}
.top_box02 .boxL .txt, .top_box02 .boxR .txt {
	padding: 2em;
}
.top_box03 a {
	display: block;
	height: 350px;
}
.top_box04 .box_inner {
	display: block;
}
.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;
}
/* philosophy */
.copy-style01 {
	line-height: 1.5em;
	width: 90%;
}
.section-box02 {
	height: initial;
	overflow: initial;
}
.section-box02-1, .section-box02-2 {
	float: none;
	width: 100%;
	height: 500px;
}
.section-box03 {
	padding: 1em;
}
.section-box03-1, .section-box03-2 {
	grid-template-columns: 1fr;
	width: 100%;
}
/* message */
.message_box01 .boxL, .message_box01 .boxR {
	padding: 0;
	width: 100%;
}
/* contact */
.table_box01 {
	width: 90%;
}
.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;
	padding: 1em 1.5em 0 1.5em;
}
.table_box01 td {
	padding: .25em 1.5em 1em 1.5em;
}
.submit_btn {
	margin: auto;
	width: 90%;
}
.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%;
}
/* news */
.archive_box_wrapper, .news_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;
}

@media screen and (max-width: 768px) {
.header_inner .header_logo {
	max-width: 350px;
	width: 50%;
}
.main, .main_copy_wrapper, .main_copy {
	height: 260px;
}
.main_copy_wrapper {
	width: 40%;
}
.main_copy {
	padding: 5em 1em;
}
.main_copy h1 {
	font-size: 1em;
}
.top_box02 h2, .top_box03 .font01, .sub_main_title h1, .copy-style01, .banner_box p {
	font-size: 1.2em;
}
.copy-style01 {
	margin: 1em auto;
}
.top-img01 {
	margin: 2em auto;
	width: 60%;
}
.top_box01, .top_box02, .top_box03, .top_box04 {
	margin: 2em auto;
	padding: 0;
}
.top_box01 {
	font-size: 1em;
}
.top_box02 .boxL, .top_box02 .boxR {
	display: block;
	float: none;
	width: 100%;
	height: 350px;
}
.top_box03, .top_box04 {
	display: block;
	width: 90%;
}
.top_box03 {
	height: initial;
}
.top_box04 a {
	display: block;
	margin-bottom: 2em;
}
.section-box01-1 .title02 {
	margin-top: 0;
}
.banner_box {
	width: 90%;
}
.banner_box_inner {
	display: block;
}
.banner_box_inner a:first-of-type {
	margin-bottom: 2em;
}
.footer_wrapper {
	padding-top: 10%;
}
address {
	font-size: 1em;
}
}