@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*
Theme Name: housen-ss
Description: housen-ss
Version: 1.0
*/

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: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------- 

Primary style

-------------------------------- */

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    color: #000;
    background-color: #fff;
    line-height: 1.6;
    -webkit-text-size-adjust: none;
}

body, html {
  /* important */
    height: 100%;
}

a {
    color: #3d96c7;
    text-decoration: none;
}

a:hover {
    color: #afcae4;
    transition: color 0.2s ease-out;
}

a:hover img {
	opacity: 0.6;
    transition: opacity 0.2s ease-out;
}

/* -------------------------------- 

Modules

-------------------------------- */

.container {
    width: 100%;
    max-width: 1404px;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 100;
}

.container_1460 {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 100;
}

.container_1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 100;
}

.container_1080 {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 100;
}

.sp {
    display: none;
}

.sp_page {
    display: none;
}

@media only screen and (max-width:1500px) {

.container_1460 {
    margin: 0 20px;
    width: auto;
}

}

@media only screen and (max-width:1350px) {

.container, .container_1460, .container_1200 {
    margin: 0 20px;
    width: auto;
}
.pc {
    display: none;
}
.sp {
    display: block;
}

}

@media only screen and (max-width:1100px) {

.container_1080 {
    margin: 0 20px;
    width: auto;
}
.pc_page {
    display: none;
}
.sp_page {
    display: inline-block;
}

}

/* -------------------------------- 

post

-------------------------------- */

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    padding: 0 0 1em;
    text-align: justify;
    color: #3e3a39;
}

.alignleft {
    float:left;
    padding:0 15px 15px 10px;
}

.alignright {
    float:right;
    padding: 0 10px 15px 15px;
}

.aligncenter {
    padding: 20px 0 20px 0;
    text-align: center;
    display: block;
    margin: 0 auto;
}

/* -------------------------------- 

header

-------------------------------- */

header {
    background: #fff;
    width: 100%;
    height: 90px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px #00000024;
}

header .container {
    max-width: none;
    padding: 0 40px;
}

header #logo {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    padding: 22px 0 0;
}

header #logo a {
    display: block;
    width: 402px;
    height: 46px;
    background: url(images/logo.png) no-repeat 0;
    text-indent: -9999px;
}

header #logo a:hover img {
	opacity: 1;
}

.site-header {
    transition: 0.5s;
}

.site-header.hide {
    transform: translateY(-100%);
}

@media only screen and (max-width:1350px) {

header {
    background: #fff;
    height: 64px;
	border-bottom: 1px solid #d3cbc6;
}

header #logo {
    padding: 17px 0 0;
    left: -40px;
}

header #logo a {
    width: 260px;
    height: 30px;
    background-size: 100%;
}

}

/* -------------------------------- 

nav pc

-------------------------------- */

nav#gnav {
	float: right;
}

nav#gnav ul {
    display: flex;
    flex-wrap: wrap;
}

nav#gnav ul li {
    padding: 32px 0 0 23px;
}

nav#gnav ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #3e3a39;
}

nav#gnav ul li a:hover {
    color: #9b8f88;
}   

nav#gnav ul li.btn_contact a {
    display: block;
    width: 147px;
    height: 46px;
    background-color: #3c9fd5;
    color: #fff;
    text-align: center;
    line-height: 46px;
    position: relative;
    top: -10px;
}

nav#gnav ul li.btn_contact a:hover {
    background-color: #afcae4;
	transition: background-color 0.2s ease-out;
}

/* -------------------------------- 

nav sp

-------------------------------- */

#toggle {
    position: fixed;
    top: 18px;
    right: 23px;
    transition: all 0.8s ease-out;
}

#toggle-box {
    position: relative;
    width: 30px;
    height: 26px;
    cursor: pointer;
}

#toggle-box > span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box > span:nth-child(1) {
    top: 0;
}

#toggle-box > span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}

#toggle-box > span:nth-child(3) {
    bottom: 0;
}

.is-open #toggle-box > span {
    background: #000;
}

.is-open #toggle-box > span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box > span:nth-child(2) {
    width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg) translatey(-50%);
}

#toggle {
    z-index: 1000;
}

#main {
    position: relative;  
    z-index: 990;
}

#nav-content {
    overflow: auto;
    width: 100%;
    height: 0;
    background: #fff;
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
}

#nav-content ul {
    list-style: none;
}

#nav-content a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 10px 0;
    transition: opacity .6s ease;
    pointer-events: none;
    font-weight: bold;
}

#nav-content a:hover {
    opacity: 0.6;
}

.is-open {
    overflow: hidden;
}

.is-open #nav-content {
    z-index: 999;
    visibility: visible;
    opacity: 1;
    height: 100%;
}

.is-open #nav-content a {
    pointer-events: auto;
    margin: 0 auto;
}

#nav-content ul li.btn_contact a {
    display: block;
    width: 147px;
    height: 46px;
    background-color: #3c9fd5;
    color: #fff;
    text-align: center;
    line-height: 46px;
    position: relative;
    top: 14px;
    padding: 0;
}

@media only screen and (max-width:1350px) {

header .container {
    max-width: none;
    padding: 0;
    margin: 0;
}
h1 {
    position: relative;
    top: 8px;
    left: 23px;
    z-index: 1000;
}
h1 img {
    width: 260px;
    height: 30px;
}
header nav {
    position: relative;
    top: 105px;
    right: inherit;
	transition: all 0.8s ease-out;
}

}

/* -------------------------------- 
header sp transform
-------------------------------- */

@media only screen and (max-width:1350px) {

header.bg_header.transform nav {
    top: 105px;
    transition: all 0.8s ease-out;
}
header.bg_header.transform #toggle {
    top: 21px;
	transition: all 0.8s ease-out;
}

}

/* -------------------------------- 

mainimg

-------------------------------- */

main {
    width: 100%;
    height: 100vh;
}

.box_mainimg {
    width: 100%;
    height: 190px;
    position: relative;
    z-index: 50;
    top: 50%;
    margin-top: -95px;
    text-align: center;
    background-color: #0071bca1;
    padding: 23px 0;
}

.box_mainimg h1.main_title {
    color: #fff;
    font-size: 75px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 9px;
    background: url(images/invalid-name.png) no-repeat 0;
    width: 1170px;
    margin: 0 auto;
    text-indent: 174px;
}

.box_mainimg h2.sub_title {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.br_sp {
    display: none;
}

@media only screen and (max-width:1235px) {

.box_mainimg {
    height: 265px;
	margin-top: -150px;
}
.box_mainimg h1.main_title {
    font-size: 36px;
    width: 254px;
    height: 158px;
    text-indent: 0;
    background-size: 47%;
    display: flex;
    align-items: flex-end;
	background: url(images/invalid-name.png) no-repeat 50% 0;
	background-size: 45%;
	top: 4px;
    left: 0;
}
.box_mainimg h2.sub_title {
    font-size: 14px;
    width: 308px;
    margin: 10px auto 0;
	line-height: 1.43;
}

}

@media only screen and (max-width:768px) {

.br_sp {
    display: block;
}

}

/* -------------------------------- 

movie

-------------------------------- */

.bg_movie {
    height: 100vh;
    padding-top: 90px;
}

.bg_movie video {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

.bg_movie_inner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:768px) {

.bg_movie {
    padding-top: 110px;
    min-height: 600px;
}

}

/* -------------------------------- 

top

-------------------------------- */

#top {
    background-color: #fff;
}

#top_catch {
    padding: 95px 0 100px;
}

#top_catch h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 23px;
}

#top_catch p {
    text-align: center;
    line-height: 1.88;
    color: #3e3a39;
    padding: 0;
}

#top_link {
    padding: 0;
    background: linear-gradient(55deg, #2c83d3fe, #92e4d3);
}

.bg_link_w {
    height: 120px;
    background: #fff;
}

.box_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -120px 0 0;
}

.box_link_inner {
    max-width: 420px;
    width: 100%;
    position: relative;
}

.box_link figure img {
    max-width: 420px;
    width: 100%;
    height: auto;
}

.box_link_txt {
    max-width: 364px;
    width: 100%;
    height: 330px;
    margin: 0 auto 13px;
    padding: 33px 30px 30px;
    opacity: 0.8;
    border: solid 2px #3c9fd5;
    background-color: #ffffffbf;
    position: relative;
    top: -87px;
}

.link_title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin: -2px 0 15px;
}

.link_title span {
    display: block;
    font-size: 16px;
    padding: 19px 0 0;
    letter-spacing: -0.4px;
}

.link_p {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    color: #3e3a39;
}

.link_btn {}

.link_btn a {
    display: block;
    width: 300px;
    height: 40px;
    padding: 7px 0 0 20px;
    background-color: #3c9fd5;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 30px;
}

.link_btn a:hover {
    background-color: #afcae4;
	transition: background-color 0.2s ease-out;
}

.link_btn a::after {
    content: "＞";
    position: relative;
    display: block;
    float: right;
    right: 14px;
}

#top_news {
    padding: 125px 0;
}

.box_news {
    display: flex;
    flex-wrap: nowrap;
}

.box_news_l {
    width: 150px;
}

.box_news_l h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}

.box_news_l h2 span {
    display: block;
    font-size: 16px;
    padding: 18px 0 0;
}

.box_news_r {
    margin: 5px 0 0;
}

.box_news_r ul {}

.box_news_r ul li {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 18px;
}

.box_news_r time {
    font-size: 16px;
    font-weight: bold;
    color: #3e3a39;
}

.box_news_r span.cate_name {
    display: inline-block;
    width: 110px;
    height: 24px;
    background-color: #777;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0 22px 0 26px;
}

span.event {background-color: #72cfbd !important;}
span.info {background-color: #2cb2d3 !important;}
span.recruit {background-color: #aace36 !important;}

.box_news_r ul li a {
    display: block;
    max-width: 677px;
    font-size: 16px;
    color: #3e3a39;
}

.box_news_r ul li a:hover {
    color: #9b8f88;
    transition: color 0.2s ease-out;
}

.read_all {
    padding: 21px 0 0;
    text-align: right;
}

.read_all a {
    font-size: 16px;
    font-weight: 500;
}

@media only screen and (max-width:1350px) {

#top_catch {
    padding: 38px 0 50px;
}
#top_catch h2 {
    font-size: 28px;
	padding: 0 0 10px;
    line-height: 1.25;
}
#top_link .container {
	margin: 0;
}
.box_link {
    justify-content: space-evenly;
}
.box_link_inner {
    margin: 0 0 -50px;
}

}

@media only screen and (max-width:768px) {

#top_news {
    padding: 20px 0 56px;
}
.box_news {
    flex-direction: column;
}
.box_news_r {
    margin: 27px 0 0;
}
.box_news_r ul li {
    margin: 0 0 28px;
}
.box_news_r ul li a {
    width: 100%;
	margin: 8px 0 0;
}
.read_all {
    padding: 5px 0 0;
}

}

@media only screen and (max-width:400px) {

#top_link {
    background: #fff;
}
.box_link_txt {
    width: 334px;
	height: 304px;
    padding: 33px 15px 15px;
}
.link_btn a {
    bottom: 15px;
}

}

/* -------------------------------- 

page

-------------------------------- */

#page {
    padding: 90px 0 0;
}

#title_bg {
    width: 100%;
    height: 300px;
}

h2.page_title {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 121px 0 0;
}

.breadcrumbs {
    max-width: 1080px;
    margin: 0 auto;
    padding: 13px 0;
    color: #3e3a39;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}

.breadcrumbs ol li {
    margin: 0 6px 0 0;
}

.breadcrumbs ol li a {
    color: #3e3a39;
}

.breadcrumbs ol li a:hover {
    color: #9b8f88;
	transition: all 0.2s ease-out;
}

#page h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 35px;
}

#page h4 {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    padding: 0 0 16px;
}

@media only screen and (max-width:1350px) {

#page {
    padding: 64px 0 0;
}
#title_bg {
    height: 200px;
	background-size: cover !important;
}
h2.page_title {
    font-size: 28px;
    padding: 78px 0 0;
}
.breadcrumbs {
    padding: 13px 20px;
}
#page h3 {
    font-size: 20px;
    padding: 0 0 20px;
}

}

/* -------------------------------- 
news
-------------------------------- */

#news {
    padding: 80px 0 180px;
}

#title_bg.title_news {
    background: url(images/title_news.jpg) no-repeat 50%;
}

#news ul {
    margin: 0 0 150px;
}

#news ul li {
    overflow: hidden;
    border-bottom: 2px solid #c8c8c8;
    padding: 0 0 36px;
    margin: 0 0 40px;
}

#news time {
    font-size: 16px;
    font-weight: bold;
}

#news span.cate_name {
    display: inline-block;
    width: 110px;
    height: 24px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 3px 33px 0 0;
}

#news .news_title {
    display: flex;
    padding: 12px 0 34px;
}

#news .news_title a {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 1.35;
}

#news ul li .news_read {
    float: left;
}

#news ul li .news_read p {
    color: #3e3a39;
    padding: 0;
}

#news ul li .news_more {
    float: right;
}

#news ul li .news_more a {
    font-size: 16px;
}

.wp-pagenavi {
    text-align: center;
    padding: 23px 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 0px 6px !important;
    color: #333;
}

.wp-pagenavi span.current {
    font-weight: normal !important;
    background-color: #3c9fd5 !important;
    border-color: #3c9fd5 !important;
    color: #fff !important;
}

#news .news_content {
    margin: 0 0 150px;
}

.btn_back {}

.btn_back a {
    display: block;
    width: 300px;
    height: 40px;
    background-color: #3c9fd5;
    color: #fff;
    text-align: center;
    padding: 7px 0 0;
    margin: 0 auto;
}

@media only screen and (max-width:1350px) {

#news {
    padding: 27px 0 60px;
}
#news .news_title {
    padding: 13px 0 13px;
    flex-direction: column;
}
#news span.cate_name {
    margin: 5px 0 19px;
}
#news ul {
    margin: 0 0 38px;
}
#news ul li {
    padding: 0 0 27px;
    margin: 0 0 27px;
}
#news ul li .news_more {
    margin: 10px 0 0;
}
#news .news_content {
    margin: 0 0 60px;
}

}

/* -------------------------------- 
company
-------------------------------- */

#company {
    padding: 80px 0 0;
}

#title_bg.title_company {
    background: url(images/title_company.jpg) no-repeat 50%;
}

.bg_w {background-color: #fff;}
.bg_b {background-color: #eaf4f9;}

p.right {
    text-align: right;
    padding: 4px 0 0;
}

.aisatsu {
    padding: 0 0 125px;
}

.box_aisatsu {
    display: flex;
    flex-wrap: wrap;
}

.box_aisatsu_txt {
    max-width: 870px;
    padding: 0 70px 0 0;
}

.box_aisatsu_img {
    padding: 8px 0 0;
}

.hinshitsu {
    padding: 120px 0;
}

.container_835 {
	width: 100%;
    max-width: 835px;
    margin: 0 auto;
	clear: both;
    position: relative;
    z-index: 100;
}

.hinshitsu p {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.64;
    text-align: left;
    padding: 0;
}

.jyouhou {
    padding: 125px 0 130px;
}

table.blueline {
    width: 100%;
    border-top: 2px solid #afcbe5;
	font-size: 16px;
	line-height: 1.88;
}

table.blueline tr {
    border-bottom: 2px solid #afcbe5;
}

table.blueline th {
    font-weight: bold;
    width: 18%;
    text-align: left;
    padding: 19px 0 19px 25px;
}

table.blueline td {
    font-weight: normal;
    text-align: left;
    padding: 19px 15px 19px 0;
}

.syozaichi {
    padding: 125px 0 130px;
}

.box_map {
    border-top: 2px solid #afcbe5;
    border-bottom: 2px solid #afcbe5;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.box_map_img {
    display: flex;
    align-items: center;
}

.box_map_img img {
    max-width: 525px;
    width: 100%;
    height: auto;
}

.box_map_add {
    max-width: 480px;
    width: 100%;
}

.office_add {
    border-bottom: 2px solid #afcbe5;
    padding: 20px 24px;
    position: relative;
}

.office_add:last-child {
    border-bottom: none;
}

.office_add p {
    padding: 0;
}

.icon_pin {
    position: absolute;
    bottom: 19px;
    right: 29px;
}

.enkaku {
    padding: 125px 0 130px;
}

@media only screen and (max-width:1350px) {

#company {
    padding: 30px 0 0;
}

}

@media only screen and (max-width:1100px) {

.box_aisatsu_txt {
	max-width: max-content;
    padding: 0 0 27px;
}
.box_aisatsu_img {
    width: 100%;
    text-align: center;
}
.aisatsu {
    padding: 0 0 55px;
}
.hinshitsu {
    padding: 50px 20px;
}
.hinshitsu p {
    font-size: 18px;
}
.jyouhou {
    padding: 55px 0 60px;
}
table.blueline th {
    width: 38%;
    padding: 19px 0 19px;
}
.syozaichi {
    padding: 55px 0 60px;
}
.box_map {
    border-top: none;
    flex-direction: column;
}
.box_map_img {
    display: block;
    text-align: center;
}
.box_map_add {
    max-width: none;
}
.icon_pin {
    right: 0px;
}
.office_add {
    padding: 20px 24px 20px 0;
}
.enkaku {
    padding: 55px 0 60px;
}
.enkaku table.blueline th {
    width: 30%;
    padding: 19px 23px 19px 0;
}

}

/* -------------------------------- 
powder
-------------------------------- */

#powder {
    padding: 80px 0 0;
}

#title_bg.title_powder {
    background: url(images/title_powder.jpg) no-repeat 50%;
}

.powder_1 {}

.powder_list {
    width: 100%;
    max-width: 840px;
    margin: 33px auto 63px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box_powder {
    margin: 0 0 36px;
}

.box_powder figure {}

.box_powder figure img {
    max-width: 180px;
    width: 100%;
    height: auto;
}

.box_powder figcaption {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #3e3a39;
    padding: 8px 0 0;
    line-height: 1.2;
}

.powder_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.powder_info_txt {
    max-width: 460px;
    width: 100%;
    padding: 18px 0 0;
}

#page .powder_info_txt h3 {
    text-align: justify;
    line-height: 1.3;
}

.powder_info_img {}

.powder_info_img img {
    max-width: 570px;
    width: 100%;
    height: auto;
}

.powder_flow_1 {
    max-width: 1001px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 105px;
}

.flow_1 {}

.powder_flow_2 {
    max-width: 655px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 125px;
}

.flow_2 {}

@media only screen and (max-width:1100px) {

#powder {
    padding: 30px 0 0;
}
.powder_info {
    flex-direction: column;
}
.powder_info_txt {
    max-width: none;
}
.powder_info_img {
    width: 100%;
    text-align: center;
}
.powder_flow_1 {
    max-width: 330px;
	padding: 0 0 35px;
}
.flow_1 {
    margin: 0 0 18px;
}.powder_flow_2 {
    max-width: 330px;
    padding: 0 0 60px;
}


}

@media only screen and (max-width:768px) {

.box_powder {
    margin: 0 0 24px;
}
.box_powder figure {
    width: 157px;
    height: auto;
}
.box_powder figcaption {
    font-size: 14px;
}

}

@media only screen and (max-width:510px) {

.powder_list {
    justify-content: space-evenly;
}

}

@media only screen and (max-width: 395px) {

.powder_list {
    justify-content: space-around;
}

}

/* -------------------------------- 
food_powder
-------------------------------- */

#food_powder {
    padding: 80px 0 0;
}

#title_bg.title_food_powder {
    background: url(images/title_food_powder.jpg) no-repeat 50%;
}

.food_powder_1 {}

.box_food {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 145px;
}

.box_food_txt {
    max-width: 660px;
    width: 100%;
}

#page .box_food_txt h3 {
    text-align: left;
    padding: 0 0 30px;
}

.box_food_img {}

.box_food_img img {
    max-width: 360px;
    width: 100%;
    height: auto;
}

.box_food2 {
    background-color: #d3edfb;
    margin: 0 50px 120px 0;
    position: relative;
    padding: 50px 50px 48px;
}

.box_food2_txt {
    max-width: 470px;
    width: 100%;
}

#page .box_food2_txt h3 {
    width: 470px;
    height: 50px;
    background-color: #2c83d3;
    color: #fff;
    text-align: left;
    padding: 5px 15px;
    margin: 0 0 23px;
}

.link_haccp {
    padding: 7px 0 0;
}

.icon_link {
    position: relative;
    top: 2px;
    left: 9px;
}

.box_food2_img {
    position: absolute;
    top: -50px;
    right: -50px;
}

.box_food2_img img {
    max-width: 510px;
    width: 100%;
    height: auto;
}

.box_img_food {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -15px 0 120px;
}

.img_food {}

.img_food img {}

@media only screen and (max-width:1110px) {

#food_powder {
    padding: 30px 0 0;
}
.box_food {
    margin: 0 0 60px;
}
.box_food2 {
    margin: 0 0 55px 0;
    padding: 20px 20px 15px;
}
.box_food2_txt {
    max-width: none;
}
#page .box_food2_txt h3 {
    width: 100%;
    padding: 9px 15px;
    margin: 0 0 14px;
}
.box_food2_img {
    position: relative;
    top: 0;
    right: 0;
    margin: 20px 0 0;
}
.box_img_food {
    margin: 0 auto 50px;
	max-width: 540px;
    width: 90%;
	justify-content: center;
}
.img_food {
	max-width: 250px;
	width: 46%;
	height: auto;
    margin: 0 2% 4%;
    display: grid;
}
.img_food img {
    max-width: 250px;
    width: 100%;
    height: auto;
}



}

/* -------------------------------- 
precision
-------------------------------- */

#precision {
    padding: 80px 0 30px;
}

#title_bg.title_precision {
    background: url(images/title_precision.jpg) no-repeat 50%;
}

.img_parts {
    text-align: center;
    margin: 45px 0 100px;
}

.img_parts img {}

@media only screen and (max-width:1110px) {

#precision {
    padding: 30px 0 0;
}
.img_parts {
    margin: 7px 0 42px;
}

}

/* -------------------------------- 
equipment
-------------------------------- */

#equipment {
    padding: 80px 0 130px;
}

#title_bg.title_equipment {
    background: url(images/title_equipment.jpg) no-repeat 50%;
}

.area_table {
    margin: 6px 0 0;
    overflow: auto;
}

table.equipment {
    width: 1080px;
    border-top: 2px solid #afcbe5;
    border-bottom: 2px solid #afcbe5;
    font-size: 16px;
    line-height: 1.88;
}

table.equipment tr {
    border-bottom: 2px solid #afcbe5;
}

table.equipment th {
    border-right: 2px solid #afcbe5;
    font-weight: 500;
    text-align: center;
    color: #3c9fd5;
    background-color: #d3edfb;
    padding: 4px 0;
}

table.equipment td {
    border-right: 2px solid #afcbe5;
    color: #3d3939;
    padding: 4px 12px;
}

table.equipment td.daisu {
    text-align: center;
}

table.equipment th.biko, table.equipment td.biko {
    border-right: none;
}

@media only screen and (max-width:1100px) {

#equipment {
    padding: 30px 0 60px;
}

}

/* -------------------------------- 
faq
-------------------------------- */

#faq {
    padding: 80px 0 130px;
}

#title_bg.title_faq {
    background: url(images/title_faq.jpg) no-repeat 50%;
}

.box_faq {}

.box_faq_txt {
    display: flex;
    max-width: 1080px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-align: left;
    color: #3e3a39;
    padding: 11.5px 15px;
}

.box_q {background-color: #d3edfb;}
.box_a {background-color: #fff;}

span.qqaa {
    display: block;
    padding: 0 0 0 5px;
}

.box_a span.qqaa {
    font-weight: normal;
}

@media only screen and (max-width:1110px) {

#faq {
    padding: 30px 0 60px;
}

}

/* -------------------------------- 
recruit
-------------------------------- */

#recruit {
    padding: 80px 0 130px;
}

#title_bg.title_recruit {
    background: url(images/title_recruit.jpg) no-repeat 50%;
}

#page h3.h3_recruit {
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 12px;
}

#page p.center {
    text-align: center;
}

table.greyline {
    margin: 47px 0 0;
    border-top: 2px solid #c8c8c8;
}

table.greyline tr {
    border-bottom: 2px solid #c8c8c8;
}

table.greyline th {
    padding: 32px 0;
    width: 17%;
}

table.greyline td {
    padding: 32px 15px 32px 0;
}

.btn_recruit {
    margin: 100px 0 0;
}

.btn_recruit a {
    display: block;
    width: 300px;
    height: 40px;
    padding: 7px 0 0 20px;
    background-color: #3c9fd5;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.btn_recruit a:hover {
    background-color: #afcae4;
	transition: background-color 0.2s ease-out;
}

.btn_recruit a::after {
    content: "＞";
    position: relative;
    display: block;
    float: right;
    right: 14px;
}

@media only screen and (max-width:1110px) {

#recruit {
    padding: 30px 0 60px;
}
table.greyline {
    margin: 5px 0 0;
}
table.greyline th {
    padding: 32px 15px 32px 0;
    width: 30%;
}
.btn_recruit {
    margin: 60px 0 0;
}

}

/* -------------------------------- 
privacy-policy
-------------------------------- */

#ppolicy {
    padding: 80px 0 90px;
}

#title_bg.title_ppolicy {
    background: url(images/title_ppolicy.jpg) no-repeat 50%;
}

.box_ppolicy {
    border-top: 2px solid #c8c8c8;
    padding: 45px 0 13px;
}

.inner_pp {
    margin: 0;
}

#page .inner_pp h3 {
    font-size: 20px;
    text-align: left;
    padding: 0 0 7px;
}

#page .inner_pp p {
    padding: 0 0 2em;
}

@media only screen and (max-width:1350px) {}

/* -------------------------------- 
contact
-------------------------------- */

#contact {
    padding: 80px 0 130px;
}

#title_bg.title_contact {
    background: url(images/title_contact.jpg) no-repeat 50%;
}

#page.contact {
    background-color: #f5f5f5;
}

.contact_post {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 79px 100px 40px;
}

.form_contact_all {
    margin: 0 0 75px;
}

.form_contact_all p {}

.form_contact {
    display: flex;
    margin: 0 0 15px;
}

.form_contact_l {
    width: 280px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    padding: 5px 0 0;
}

.form_contact_r {
	width: 100%;
}

.form_contact_r .kubun {
    font-weight: bold;
    display: block;
    padding: 5px 0 0;
}

p.kakunin a {
    color: #3e3a39;
    text-decoration: underline;
    text-underline-offset: 3px;
}

p.kakunin a:hover {
    color: #9b8f88;
	transition: color 0.2s ease-out;
}

input[type="text"], input[type="email"], input[type="tel"], select, textarea {
    vertical-align: middle;
    width: 100%;
    line-height: 1.5;
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #c8c8c8;
    font-size: 16px;
    color: #000;
    background: #fff;
    border-radius: 0;
}

textarea {
    width: 100%;
    height: 150px;
    margin: 0;
}

input[type="submit" i] {
    display: block;
    width: 300px;
    height: 40px;
    padding: 0;
    background-color: #3c9fd5;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    border: none;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    cursor: pointer;
}

input[type="submit" i]:hover {
    background-color: #afcae4;
	transition: background-color 0.2s ease-out;
}

input[type="submit" i]::after {
    content: "＞";
    position: relative;
    display: block;
    float: right;
    right: 14px;
}

.contact_txt {
    margin: 0 0 11px;
}

#page .contact_txt h3 {
    padding: 0 0 6px;
}

#page .contact_txt p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 0 30px;
}

.doui {}
.doui p {
    padding: 0;
}

@media only screen and (max-width:1110px) {

#page.contact {
    background-color: #fff;
}
#contact {
    padding: 30px 0 10px;
}
.contact_post {
    padding: 0 20px;
}
.form_contact {
    display: block;
    margin: 0 auto 15px;
    max-width: 460px;
}
.form_contact_all {
    margin: 0 0 60px;
}
.form_contact_all p {
    padding: 0;
}
.form_contact_l {
    padding: 0 0 5px;
}
.form_contact.last {
    margin: 0 auto -10px;
}
.doui {
    margin: 0 auto;
    max-width: 460px;
}

}

/* -------------------------------- 

footer

-------------------------------- */

#footer {}

#footer_banner {
    background-color: #dff2fc;
    padding: 90px 0;
}

.box_banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner_img {
    max-width: 526px;
    width: 100%;
    height: 140px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    padding: 23px 0 0;
}

.banner_img a {
    display: block;
    height: 140px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.banner_img:hover {
	opacity: 0.7;
	transition: all 0.2s ease-out;
}

.banner_img a span {
    display: block;
    font-size: 16px;
    padding: 1px 0 0;
}

.box_banner .contact {background: url(images/banner_contact.png) no-repeat;}
.box_banner .recruit {background: url(images/banner_recruit.png) no-repeat;}

footer {
    background-color: #fff;
    padding: 95px 0 0;
}

.box_footer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 25px;
}

.box_footer_l {
    margin: 0 175px 0 0;
}

.box_footer_l .footer_logo {
    margin: 0 0 18px;
}

.box_footer_l .footer_logo figure img {
    max-width: 402px;
    width: 100%;
    height: auto;
}

.box_footer_l .footer_add {
    font-size: 16px;
    line-height: 1.5;
    color: #3e3a39;
}

.box_footer_r {
    display: flex;
    flex-wrap: wrap;
}

.box_footer_r ul {
    margin: 0 69px 0 0;
}

.box_footer_r ul li {}

.box_footer_r ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #3e3a39;
    line-height: 1.88;
}

.box_footer_r ul li a:hover {
    color: #9b8f88;
    transition: color 0.2s ease-out;
}

.copy {
    font-size: 14px;
    text-align: right;
    color: #3e3a39;
    padding: 0 0 16px;
}

@media only screen and (max-width:1100px) {

footer {
    padding: 50px 0 0;
}
#footer_banner {
    padding: 50px 5px 20px;
}
.box_banner {
    justify-content: space-evenly;
	flex-direction: column;
	align-items: center;
}
.banner_img {
	margin: 0 0 30px;
}
.box_footer_l {
	margin: 0 175px 35px 0;
}

}

@media only screen and (max-width:650px) {

.box_footer_l {
    margin: 0 0 35px;
}

}

@media only screen and (max-width:500px) {

.banner_img {
    max-width: 330px;
}
.box_banner {
	flex-direction: column;
}
.box_footer_r ul {
    margin: 0 43px 0 0;
}
.box_footer_r ul:last-child {
    margin: 0;
}

}
