/*
Theme Name: 地域に根ざした温かいケア | 株式会社イーグル
Theme URI: eagle-nikoniko.com
Description: 株式会社イーグルは、堺市を中心に、地域に密着した訪問介護サービスを提供しています。一人ひとりに寄り添い、心のこもったケアを大切にしております。
Version: 1.1
Author: 地域に根ざした温かいケア | 株式会社イーグル
Author URI: eagle-nikoniko.com
*/
@charset "utf-8";
/*リセットcss*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-size: 18px;
  line-height: 1.7;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav,
ul,
ol,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #fff;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #fff;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* ----------------------------------------------
　animate css
----------------------------------------------*/
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
.fadeIn_up {
  opacity: 0;
  transition: 2s;
}
.fadeIn_up.is-show {
  opacity: 1;
}
/* ----------------------------------------------
　共通
----------------------------------------------*/
@media screen and (min-width: 865px) {
  .sp {
    display: none;
  }
}
html {
  border: 10px solid #ee7821;
  color: #ee7821;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
/* Chrome でのみフォントを太めに表示する */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  * {
    text-shadow: transparent 0 0 0, rgba(0, 0, 0, 0.7) 0 0 0 !important;
  }
}
body {
  width: 100%;
  overflow-x: hidden;
  margin: auto;
  box-sizing: border-box;
}
a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
section {
  width: 100%;
}
.content {
  width: 100%;
}
figure {
  line-height: 0;
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
}
video{
  width: 100%;
}
.main_ttl {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 300;
  margin: 0 0 30px;
}
.ttl_catch{
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 300;
  font-size: 100px;
  font-weight: 200;
  line-height: 1;
}
.con_txt {
  margin: 0 0 30px;
}
.flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.link_btn{
  color: #473d35;
  font-size: 22px;
  font-weight: 600;
}
.link_btn:hover{
  color: #ee7821;
}
.sns_area{
	position:fixed;
	top:20vw;
	right:10px;
	z-index:99999;
}
.sns_btn{
	display:block;
	margin:10px 0;
	width:70px;
}
/* ----------------------------------------------
　mv
----------------------------------------------*/
.top-mv{
  position: relative;
  z-index: -1;
}
.mv_ttl{
  position: absolute;
  top:40%;
  left: 22%;
  width: 56%;
}
/* ----------------------------------------------
　header
----------------------------------------------*/
.btn_contact{
  position: fixed;
  right: 200px;
  top: 40px;
  width: 200px;
  z-index: 9999;
}
.menu-btn {
  background: #ee7821;
  position: fixed;
  top: 20px;
  right: 30px;
  display: flex;
  height: 70px;
  width: 70px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}
.menu-btn p{
  color: #fff;
  font-size: 12px;
  margin: 45px 0 0;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 2px;
  width: 45px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 14px;
}
.menu-btn span:after {
  top: 14px;

}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  left: -1px;
  transform: rotate(45deg);
  width: 48px;
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  right: -1px;
  width: 48px;
}
#menu-btn-check {
  display: none;
}
.menu-content {
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
}
.menu-content ul {
  margin: 0 auto;
  width: 700px;
}
.menu-content ul li {
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  color:#473d35;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a span{
  color: #ee7821;
  display: block;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 300;
  font-size:24px;
  line-height: 1;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 100%;
  left: 0;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #fde4d1;
  transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
  top: 0;
}
/* ----------------------------------------------
　footer
----------------------------------------------*/
footer{
  background: #393431;
  padding: 100px 0 80px;
}
.footer_con{
  margin: 0 auto;
  width: 1000px;
}
.footer_company{
  margin: 0 0 60px;
  width: 250px;
}
.footer_ttl{
	margin:0 0 20px;
  width:250px;
}
.footer_con_inner{
  width: 1000px;
}
.footer_con_inner ul{
	border-top:1px solid #a9a399 ;
  justify-content: unset;
	padding: 20px 0 0;
}
address{
  color: #fff;
  font-size: 12px;
}
.footer_menu{
  margin: 0 0 0 100px;
  width: 230px;
}
.footer_menu a{
  border-radius: 27px;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 10px 0;
  text-align: left;
  width: 230px;
}
.footer_menu a:hover{
  color: #ee7821;
}
small {
  color: #fff;
  display: block;
  font-size: 10px;
  margin: 0 auto;
  padding: 10px 0;
  width: 1000px;
}
.aioseo-breadcrumbs{
margin:0 10px 0 10px;
}
.aioseo-breadcrumbs span,.aioseo-breadcrumbs span a{
	color:#333;
font-size:12px;
}
/* ----------------------------------------------
　漫画
----------------------------------------------*/
.manga {
  background: #f9f9f9;
  padding: 100px 0;
  text-align: center;
}
.manga_con{
  margin: 0 auto;
  width: 1100px;
}
.manga li {
  margin: 0 auto 50px;
  width: 960px;
}
.manga li.w700 {
  width: 700px;
}
.manga li.w800 {
  width: 800px;
}
.manga li.w888 {
  width: 888px;
}
.manga li.w1000 {
  width: 1000px;
}
/* ----------------------------------------------
content01
----------------------------------------------*/
.sec01 {
  background: linear-gradient(180deg, #fff 0%, #fff 65%, #ee7821 65%, #ee7821 100%);
  text-align: center;
  padding: 100px 0;
}
.sec01_con{
  margin: 0 auto 100px;
  width: 1100px;
}
.top01_img{
  margin: 0 auto;
  width: 1300px;
}

/* ----------------------------------------------
section02
----------------------------------------------*/
.sec02 {
  margin: 0 auto;
  padding: 100px 0;
  width: 1100px;
}
.sec02 .figure{
  width: 500px;
}
.sec02_con{
  width: 550px;
}
.sec02_con .link_btn {
    display: block;
    margin: 5px auto;
}
/* ----------------------------------------------
section03
----------------------------------------------*/
.sec03 {
  margin: 0 auto;
  padding: 0 0 100px;
  width: 1100px;
}
.sec03 .figure{
  width: 500px;
}
.sec03_con{
  width: 550px;
}
.sec03_con .link_btn {
    display: block;
    margin: 5px auto;
}
/* ----------------------------------------------
content04
----------------------------------------------*/
.sec04 {
  background: #ee7821;
  color: #fff;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
.sec04_con{
  margin: 0 auto;
  width: 1100px;
}
.sec04_con ul{
  margin: 0 0 50px;
}
.sec04_con li{
  width: 250px;
}
.sec04_con li:hover{
  opacity: 0.8;
}
.sec04_con .link_btn:hover{
  color: #fff;
}
.movie01{
	margin:30px auto 0;
	width:400px;
}

/* ----------------------------------------------
section05
----------------------------------------------*/
.sec05 {
  background: url(img/top05_bg.webp) no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}
.sec05_con{
  background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  margin: 0 auto;
  padding: 50px 0;
  width: 1100px;
}
.sec05_con .link_btn{
	display:block;
	margin:5px auto;
}
/* ----------------------------------------------
content06
----------------------------------------------*/
.sec06 {
  background: #fde4d1;
  padding: 100px 0;
  text-align: center;
}
.sec06_con{
  margin: 0 auto;
  width: 1100px;
}
/* ----------------------------------------------
section07
----------------------------------------------*/
.sec07 {
  margin: 0 auto;
  padding: 100px 0;
  width: 1100px;
}
.sec07 .figure{
  width: 500px;
}
.sec07_con{
  width: 550px;
}
.contact_banner {
    display: block;
    width: 1100px;
    margin: 0 auto;
}
.contact_banner figure{
  margin: 100px auto;
  width: 1100px;
}
.contact_banner figure:hover{
  opacity: 0.8;
}
.b_banner{
    display: block;
    width: 800px;
    margin: 0 auto;
}
.b_banner figure{
  margin: 100px auto;
  width: 800px;
}
.news {
    background: #fde4d1;
    padding: 100px 0;
}
.news_con{
	margin:0 auto;
	width:900px;
}
.news_con .ttl_catch,.news_con .main_ttl{
	text-align:center;
}
.listing-item a{
	color:#ee7821;
	display:block;
	font-size:21px;
	margin: 30px 0 0;
}
.listing-item .date{
	font-size:14px;
}
.column {
    padding: 100px 0;
}
.column_con{
	margin:0 auto;
	width:1100px;
}
.column_con .ttl_catch,.column_con .main_ttl{
	text-align:center;
}
.display-posts-listing{
	display:flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.display-posts-listing li{
	width:100%;
}
.display-posts-listing .image img{
	height:330px;
	width:330px;
}
.display-posts-listing .listing-item a{
	margin-top:10px;
} 
/* ----------------------------------------------
section08
----------------------------------------------*/
.sec08 {
  padding: 0 0 100px;
	text-align: center;
}
.sec08_con{
	margin: 0 auto;
  width: 1100px;
}
/* ----------------------------------------------
  概要ブロック
----------------------------------------------*/
.menu-list {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto 50px;
}
.menu-list dt,
.menu-list dd {
  border-bottom: 1px solid #ee7821;
  font-size: 15px;
  line-height: 2.3;
  padding: 25px 0 10px;
  text-align: left;
}
.menu-list dt {
  box-sizing: border-box;
  padding-left: 10px;
  width: 30%;
}
.menu-list dd {
  color: #473d35;
  text-align: left;
  width: 70%;
  padding-right: 10px;
  box-sizing: border-box;
}
.menu-list dd span {
  display: block;
  font-size: 11px;
}
.menu-list dd a {
  color: #ee7821;
}
/* ----------------------------------------------
　inner_mv
----------------------------------------------*/
.inner_mv{
  background: #ee7821;
  color: #fff;
  padding: 100px 0;
  text-align: center;
}
.inner_mv_ttl{
  color: #fff;
  font-size: 27px;
  font-weight: 300;
}
/* ----------------------------------------------
　Recruit
----------------------------------------------*/
.recruit01 {
  background: linear-gradient(180deg, #fff 0%, #fff 65%, #ee7821 65%, #ee7821 100%);
  text-align: center;
  padding: 100px 0;
}
.recruit01_con{
  margin: 0 auto 100px;
  width: 1100px;
}
.recruit01_img{
  margin: 0 auto;
  width: 1300px;
}
.recruit02{
  text-align: center;
  padding: 100px 0;
}
.recruit02_con{
  margin: 0 auto;
  width: 1100px;
}
.recruit02_con li{
  text-align: left;
  width: 330px;
}
.recruit02_con li figure{
  margin-bottom: 10px;
}
.recruit02_con li h3{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.recruit03{
  background: #ee7821;
  text-align: center;
  padding: 100px 0;
}
.recruit03 .ttl_catch,.recruit03 .main_ttl{
  color: #fff;
}
.recruit03_con{
  margin: 0 auto;
  width: 1100px;
}
.recruit03_con li{
  background: #fff;
  box-sizing: border-box;
  border-radius: 30px;
  text-align: left;
  padding: 30px;
  width: 330px;
}
.recruit03_con li figure{
  margin-bottom: 10px;
}
.recruit03_con li h3{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.recruit04 {
  align-items: center;
  margin: 0 auto;
  padding: 100px 0;
  width: 1100px;
}
.recruit04 figure{
  width: 500px;
}
.recruit04_con{
  width: 550px;
}
.recruit05 {
  background: #fde4d1;
  padding: 100px 0;
}
.recruit05 .main_ttl{
  margin: 0 auto;
  width: 700px;
}
.recruit06 {
  padding: 100px 0;
  text-align: center;
}
.recruit06_con{
  margin: 0 auto;
  width: 1100px;
}
.recruit06_con li{
  border: 1px solid #ee7821;
  border-radius: 30px;
  margin: 0 0 30px;
  padding: 30px 0 0;
}
.recruit06_con li h3{
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}
.recruit06_con li .con_txt{
  color: #473d35;
}
.recruit07 {
  background: #fde4d1;
  padding: 100px 0;
  text-align: center;
}
.recruit07 h3{
  font-size: 21px;
  font-weight: 400;
  margin: 0 0 30px;
}
/* ----------------------------------------------
　staff
----------------------------------------------*/
.staff01{
  padding: 100px 0;
  text-align: center;
}
.staff01_con{
  margin: 0 auto;
  width: 1100px;
}
.staff01_img{
  margin: 0 0 50px;
}
.staff02{
  background: #fde4d1;
  padding: 100px 0;
  text-align: center;
}
.staff02_con{
  margin: 0 auto;
  width: 1100px;
}
.staff02_con li{
  margin: 0 0 50px;
  width: 520px;
}
.staff02_con li a{
  display: block;
}
.staff02_con li a:hover{
  opacity: 0.8;
}
.staff02_con li a h3{
  color: #ee7821;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 100;
  font-size: 36px;
}
.staff03{
  padding: 100px 0;
  text-align: center;
}
.staff03_con{
  margin: 0 auto;
  width: 1100px;
}
.staff03_con li{
  margin: 0 0 30px;
  width: 330px;
}
.staff03_con li h3{
  color: #ee7821;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 100;
  font-size: 30px;
}
/* ----------------------------------------------
　service
----------------------------------------------*/
.service01 {
  background: linear-gradient(180deg, #fff 0%, #fff 68%, #ee7821 68%, #ee7821 100%);
  text-align: center;
  padding: 100px 0;
}
.service01_con{
  margin: 0 auto 100px;
  width: 1100px;
}
.service01_img{
  margin: 0 auto;
  width: 1300px;
}
.ttl_or_bg{
  background: #ee7821;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  margin: 0 0 20px;
  padding: 2px 30px;
}
.service02 {
  text-align: center;
  padding: 100px 0;
}
.service02_con{
  margin: 0 auto;
  width: 1100px;
}
.service02_con li{
  box-sizing: border-box;
  border: #ee7821 2px solid;
  border-radius: 30px;
	margin-bottom:30px;
  padding: 10px 20px;
  text-align: left;
  width: 330px;
}
.num{
  font-size: 70px;
  font-weight: 500;
  line-height: 1.3;
}
.service02_con li h3{
  font-size: 21px;
  font-weight: 500;
}
.service03 {
  background: url(img/service03_bg.webp) no-repeat;
  background-size: cover;
  background-position: right;
  text-align: center;
  padding: 100px 0;
}
.service03_con{
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  padding: 50px 0 20px;
  margin: 0 auto;
  width: 1100px;
}
.service04 {
  align-items: center;
  margin: 0 auto;
  padding: 100px 0 0;
  width: 1100px;
}
.service04 figure{
  width: 450px;
}
.service04_con{
  width: 600px;
}
.service05 {
  background: linear-gradient(180deg, #fff 0%, #fff 68%, #ee7821 68%, #ee7821 100%);
  text-align: center;
  padding: 100px 0;
}
.service05_con{
  margin: 0 auto 100px;
  width: 1100px;
}
.service05_img{
  margin: 0 auto;
  width: 1300px;
}
.service06 {
  text-align: center;
  padding: 100px 0 0;
}
.service06_con{
  margin: 0 auto;
  width: 1100px;
}
.service06_con li{
  box-sizing: border-box;
  border: #ee7821 2px solid;
  border-radius: 30px;
  padding: 10px 20px;
  text-align: left;
  width: 330px;
}
.service06_con li h3{
  font-size: 21px;
  font-weight: 500;
}
.service07 {
  align-items: center;
  margin: 0 auto;
  padding: 100px 0 0;
  width: 1100px;
}
.service07 figure{
  width: 500px;
}
.service07_con{
  width: 550px;
}
.service08 {
  background: linear-gradient(180deg, #fff 0%, #fff 68%, #ee7821 68%, #ee7821 100%);
  text-align: center;
  padding: 100px 0;
}
.service08_con{
  margin: 0 auto 100px;
  width: 1100px;
}
.service08_img{
  margin: 0 auto;
  width: 1300px;
}
.service09 {
  text-align: center;
  padding: 100px 0 0;
}
.service09_con{
  margin: 0 auto;
  width: 1100px;
}
.service09_con li{
  box-sizing: border-box;
  border: #ee7821 2px solid;
  border-radius: 30px;
  padding: 10px 20px;
  text-align: left;
  width: 330px;
}
.service09_con li h3{
  font-size: 21px;
  font-weight: 500;
}
.service10 {
  align-items: center;
  margin: 0 auto;
  padding: 100px 0 0;
  width: 1100px;
}
.service10 figure{
  width: 500px;
}
.service10_con{
  width: 550px;
}
.service11 {
  align-items: center;
  margin: 0 auto;
  padding: 100px 0 0;
  width: 1100px;
}
.service11 figure{
  width: 500px;
}
.service11_con{
  width: 550px;
}
.service22 {
  text-align: center;
  padding: 100px 0;
}
.service22_con{
  margin: 0 auto;
  width: 1100px;
}
.service22_con li{
	background:#ee7821;
  box-sizing: border-box;
  border-radius: 30px;
	color:#fff;
	margin-bottom:30px;
  padding: 10px 20px;
  text-align: left;
  width: 250px;
}
.num{
  font-size: 70px;
  font-weight: 500;
  line-height: 1.3;
}
.service22_con li h3{
  font-size: 21px;
  font-weight: 500;
}
.service31{
	padding:100px 0 0;
	text-align:center;
}
.service31_con{
  margin: 0 auto;
  width: 1100px;
}
.service31_con li{
	margin:0 0 30px;
}
.service31_con li div{
	box-sizing: border-box;
  border: #ee7821 2px solid;
  border-radius: 15px;
	height:100px;
  padding: 10px 20px;
  text-align: left;
	width:300px
}
.service31_con li h3{
  font-size: 18px;
  font-weight: 500;
}
.service31_con li .con_txt{
	text-align: left;
	width:750px
}
.service32{
	padding:100px 0 0;
	text-align:center;
}
.service32_con{
  margin: 0 auto;
  width: 1100px;
}
/* ----------------------------------------------
　care
----------------------------------------------*/
.care01 {
  text-align: center;
  padding: 100px 0;
}
.care01_con{
  margin: 0 auto;
  width: 1100px;
}
.care01_img{
  margin: 0 0 50px;
}
.flow_img{
  margin: 0 auto 30px;
  width: 120px;
}
.care02{
  background: #ee7821;
  text-align: center;
  padding: 100px 0;
}
.care02 .ttl_catch,.care02 .main_ttl{
  color: #fff;
}
.care02_con{
  margin: 0 auto;
  width: 1100px;
}
.care02_con li{
  background: #fff;
  box-sizing: border-box;
  border-radius: 30px;
  margin: 0 0 30px;
  padding: 20px 0 0;
  width: 520px;
}
.care02_con li h3{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.care03{
  background: linear-gradient(180deg, #fff 0%, #fff 80%, #ee7821 80%, #ee7821 100%);
  text-align: center;
  padding: 100px 0;
}
.care03_con{
  margin: 0 auto;
  width: 1100px;
}
.care03_con li{
  border: 2px solid #ee7821;
  border-radius: 30px;
  margin: 0 0 30px;
  padding: 30px 0 0;
}
.care03_con li h3{
  font-size: 27px;
  font-weight: 300;
}
.care03_con li .con_txt{
  color: #473d35;
}
.care03_img{
  margin: 50px auto 0;
  width: 1300px;
}
/* ----------------------------------------------
　company
----------------------------------------------*/
.company01{
  text-align: center;
  padding: 100px 0;
}
.company01_con{
  margin: 0 auto;
  width: 1100px;
}
.company01_con figure{
  margin: 0 auto 50px;
  width: 1100px;
}
.company02 {
  background: #fde4d1;
  padding: 100px 0;
  text-align: center;
}
/* ----------------------------------------------
　お問い合わせ
----------------------------------------------*/
.contact {
  padding: 100px 0;
  text-align: center;
}
.contact_con{
  margin: 0 auto;
  width: 800px;
}
.contact01{
  text-align: center;
  padding: 100px 0 0;
}
.contact02{
  text-align: center;
  padding: 0 0 100px;
}
.contact01_con,.contact02_con{
  margin: 0 auto;
  width: 1100px;
}
form{
	text-align:left;
}
.contact_con .wpforms-container .wpforms-form .wpforms-field-label,.contact_con div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label{
	color: #ee7821;
}
.contact_con div.wpforms-container-full button[type=submit]:not(:hover):not(:active){
	background-color:#ee7821;
}
.contact_con div.wpforms-container-full button[type=submit]:hover,.contact_con div.wpforms-container-full button[type=submit]:hover{
	background:#ee7821;
}
/* ----------------------------------------------
　message
----------------------------------------------*/
.message01{
  padding: 100px 0 0;
}
.message01_con{
  margin: 0 auto;
  width: 1100px;
}
.message01_img{
  margin: 0 auto 50px;
}
.message01_con .main_ttl{
  text-align: center;
}
.question{
  font-weight: 600;
  margin: 0 0 30px;
}
.message01_con .con_txt{
  color: #473d35;
}
.message01_con .con_txt span{
  color: #ee7821;
  font-weight: 600;
}
.message01_con .flex figure{
  width: 550px;
}
.message01_con .flex div{
  width: 500px;
}
/* ----------------------------------------------
　interview
----------------------------------------------*/
.interview{
  padding: 100px 0 0;
}
.interview_img{
  margin: 0 auto 50px;
}
.interview_con .main_ttl{
  text-align: center;
}
.interview_con{
  margin: 0 auto;
  width: 1100px;
}
.interview_con .con_txt{
  color: #473d35;
}
/* ----------------------------------------------
　philosophy
----------------------------------------------*/
.philosophy01{
  padding: 100px 0 0;
}
.philosophy01_con{
  margin: 0 auto;
  width: 1100px;
}
.philosophy01_img{
  margin: 0 auto 50px;
}
.philosophy01_con .main_ttl{
  text-align: center;
}
.philosophy_ttl{
  font-size: 21px;
}
.philosophy01_con .con_txt{
  color: #473d35;
}
/* ----------------------------------------------
ブログ
----------------------------------------------*/
.inner-mv {
	box-sizing:border-box;
	padding: 30px ;
}
.inner-mv .logo{
	position: unset;
	width: 200px;
}
.blog_list_content{
	margin: 0 auto;
	padding: 100px 0;
	width: 960px;
}
.blog_list_content img{
	margin: 0 auto;
	width: 80%;
}
.blog_list_content p,.blog_list_content h3,.blog_list_content h4,.blog_list_content h5{
	color: #333;
	margin: 0 0 30px;
}
.blog-title {
    color:#ee7821;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
}
.blog_list_content h2,.blog_list_content h3,.blog_list_content h4,.blog_list_content h5{
	font-weight: 500;
}
.post-header{
	margin: 0 0 30px;
}
a.home-btn {
    text-align: center;
    display: block;
    margin: 50px auto ;
    background: #333;
    color: #fff;
	padding: 10px 0;
	width:900px;
}
.inner-top-mv.blog {
	background: #333;
    color: #fff;
    text-align: center;
    padding: 100px 0;
}
.inner-mv-title{
font-size: 30px;
}
.blog-section01{
    padding: 100px 0;
}
.blog_list_area{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 1100px;
}
.blog_list {
    width: 750px;
}
#sidebar{
width: 300px;
}
.inner-title{
	font-size: 21px;
	text-align: center;
	padding: 30px 0;
}
.wp-show-posts-entry-title {
    font-size: 21px;
}
.wp-pagenavi {
    clear: both;
    text-align: center;
    padding: 0 0 50px;
}
.wp-block-heading{
	font-size: 20px;
}
.wpsp-read-more a {
    color: #fff;
    background: #333;
	font-size: 15px;
    padding: 5px 10px;
}
.wp-block-latest-posts__list a{
	font-size: 14px;
}
.blog-link {
    display: block;
    color: #fff;
    background: #333;
    margin: 50px auto;
    width: 500px;
}
div.whatsnew dd{
	text-align: left;
}
.wp-show-posts-entry-title a,.wp-block-latest-posts.wp-block-latest-posts__list li a,.wp-block-archives a,.wp-block-categories a,time{
	color:#333;
}
.justify-content-between a{
	color:#ee7821;
}
.wp-show-posts-single{
	margin: 0 auto 50px;
}
.wp-show-posts-single .thumbnail{
	width:400px;
}
/* ----------------------------------------------
　FAQ
----------------------------------------------*/
.faq01 {
  padding: 100px 0 30px;
  text-align: center;
}
.faq01_con {
  margin: 0 auto;
  width: 1100px;
}
.faq_service_links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  justify-content: center;
  margin: 0 auto 70px;
}
.faq_service_links .link_btn {
  font-size: 18px;
}
.faq_section {
  margin: 0 0 70px;
}
.faq_section_head {
  margin: 0 0 25px;
}
.faq_accordion {
  text-align: left;
}
.faq_item {
  background: #fff;
  border: 2px solid #ee7821;
  border-radius: 30px;
  box-sizing: border-box;
  margin: 0 0 20px;
  overflow: hidden;
}
.faq_question_ttl {
  margin: 0;
}
.faq_question {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 0;
  box-sizing: border-box;
  color: #ee7821;
  cursor: pointer;
  display: flex;
  gap: 18px;
  padding: 22px 28px;
  text-align: left;
  width: 100%;
}
.faq_question_text {
  color: #473d35;
  flex: 1;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.faq_mark {
  color: #ee7821;
  display: inline-block;
  flex: 0 0 auto;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  margin: 0 12px 0 0;
}
.faq_icon {
  background: #ee7821;
  border-radius: 50%;
  color: #fff;
  flex: 0 0 34px;
  height: 34px;
  position: relative;
  width: 34px;
}
.faq_icon:before,
.faq_icon:after {
  background: #fff;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
}
.faq_icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq_question[aria-expanded="true"] .faq_icon:after {
  opacity: 0;
}
.faq_answer {
  border-top: 1px solid #f3b482;
  box-sizing: border-box;
  color: #473d35;
  padding: 22px 28px 26px 78px;
}
.faq_answer[hidden] {
  display: none;
}
.faq_answer p {
  color: #473d35;
  margin: 0;
}
.faq_answer a {
  color: #ee7821;
  font-weight: 500;
  text-decoration: underline;
}
/* ----------------------------------------------
　スマホ
----------------------------------------------*/
@media screen and (max-width: 864px) {
  html{
    border: 5px solid #ee7821;
  }
  .pc {
    display: none;
  }
  p,
  li {
    font-size: 15px;
  }
  small {
    color: #fff;
    background: #ee7821;
    padding: 10px 0;
    text-align: center;
    writing-mode: unset;
    width: 100%;
  }
  .menu-btn{
    height: 50px;
    top: 10px;
    right: 10px;
    width: 45px;
  }
  .menu-btn span, .menu-btn span:before, .menu-btn span:after{
    width: 30px;
  }
  #menu-btn-check:checked ~ .menu-btn span::before{
    left: -8px;
  }
  #menu-btn-check:checked ~ .menu-btn span::after{
    right: -8px;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  .menu-content ul{
    display: block;
    width: 80%;
  }
  .menu-content ul li a{
    font-size: 12px;
    padding: 5px 5px 10px;
  }
  .menu-content ul li a span{
    font-size: 18px;
  }
  .menu-content {
    width: 100%;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
  }
  footer {
    display: block;
    height: auto;
    margin: 0px 0 55px;
    padding: 0;
    position: unset;
  }
  .footer_tel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10000;
  }
  .footer_tel .footer_tel_inner {
    position: relative;
    margin: 0px auto;
    margin-right: 0px;
  }
  .inquiry_btn {
    color: #fff;
    background: #ee7821;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 50%;
    padding: 20px 0;
    font-size: 3.5vw;
	  font-weight:500;
    line-height: 1.4;
    letter-spacing: 1.5px;
  }
	.footer_line{
		background: #06c755;
	}
  .content {
    box-sizing: border-box;
    padding: 50px 20px;
  }
  .main_ttl{
    font-size: 5vw;
    margin-bottom: 20px;
  }
  .ttl_catch{
    font-size: 10vw;
  }
  .ttl_catch:before{
    top: 12px;
  }
  .top-mv {
    margin-bottom: 0;
  }
  .mv_ttl {
    position: absolute;
    top: 40%;
    left: 12%;
    width: 76%;
  }
  .manga_con{
    width: 100%;
  }
  .manga li {
    margin: 0 auto 30px;
    width: 100%;
  }
  .manga li.w700 {
    width: 80%;
  }
  .manga li.w800 {
    width: 85%;
  }
  .manga li.w888 {
    width: 90%;
  }
  .manga li.w1000 {
    width: 100%;
  }
  .sec01{
    background: linear-gradient(180deg, #fff 0%, #fff 65%, #ee7821 65%, #ee7821 100%);
    margin: 0;
    padding: 0 0 50px;
  }
  .sec01_con{
    margin: 0 auto;
    padding-bottom: 0;
    width: 100%;
  }
  .top01_img{
    margin: 0 auto;
    width: 95%;
  }
  .sec02{
    padding: 50px 0 0;
    width: 100%;
  }
  .top02_img{
    margin: 0 auto;
    width: 90%;
  }
  .sec02_con{
    width: 100%;
  }
  .link_btn{
    font-size: 3.5vw;
  }
  .sec03{
    flex-direction: column-reverse;
    padding: 0;
    width: 100%;
  }
  .top03_img{
    margin: 0 auto;
    width: 90%;
  }
  .sec03_con{
    width: 100%;
  }
  .sec04_con{
    width: 100%;
  }
  .sec04_con li{
    margin: 0 0 30px;
    width: 48%;
  }
  .sec04_con ul{
    margin-bottom: 0;
  }
  .sec05{
    background: none;
    padding: 0;
  }
  .sec05_con{
    background: none;
    width: 100%;
  }
  .sec06_con{
    width: 100%;
  }
  .sec07{
    padding: 50px 0;
    width: 100%;
  }
	.movie01 {
    width: 100%;
}

  .top07_img{
    margin: 0 auto;
    width: 90%;
  }
  .sec07_con{
    padding-bottom: 0;
    width: 100%;
  }
	.news_con{
		width:100%;
	}
	.news_con .ttl_catch, .news_con .main_ttl{
		text-align:left;
	}
	.column{
		padding-bottom:0;
	}
	.column_con{
		width:100%;
	}
	.display-posts-listing li{
		margin-bottom:20px;
		width:48%;
	}
	.display-posts-listing .image img {
    height: auto;
    width: 100%;
}
	.listing-item a{
		font-size:18px;
	}
	.display-posts-listing .listing-item a{
		margin-top:5px;
	}
	.blog_list_content{
		width:100%;
	}
	.contact_banner{
		width: 95%;
	}
  .contact_banner figure{
    margin: 50px auto;
    width: 95%;
  }
	.blog_list_content img{
		width:100%;
	}
	a.home-btn{
		width:100%;
	}
	.b_banner{
		width: 95%;
	}
  .b_banner figure{
    margin: 50px auto;
    width: 100%;
  }
  .inner_mv{
    padding: 50px 0;
  }
  .inner_mv .ttl_catch{
    font-size: 10vw;
  }
  .inner_mv_ttl{
    font-size: 21px;
  }
  .recruit01{
    background: linear-gradient(180deg, #fff 0%, #fff 75%, #ee7821 75%, #ee7821 100%);
    margin: 0;
    padding: 0 0 50px;
  }
  .recruit01_con{
    margin: 0 auto;
    padding-bottom: 0;
    width: 100%;
  }
  .recruit01_img{
    margin: 0 auto;
    width: 95%;
  }
  .recruit02_con{
    width: 100%;
  }
  .recruit02_con li{
    margin: 0 auto;
    width: 90%;
  }
  .recruit03_con{
    width: 100%;
  }
  .recruit03_con li{
    padding: 20px 10px 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .recruit04{
    padding: 50px 0 0;
    width: 100%;
  }
  .recruit04 figure{
    margin: 0 auto;
    width: 95%;
  }
  .recruit05 .main_ttl{
    width: 100%;
  }
  .recruit06{
    padding: 0;
  }
  .recruit06_con{
    width: 100%;
  }
  .recruit06_con li{
    padding: 20px 10px 0;
  }
  .recruit06_con li h3{
    font-size: 21px;
  }
  .recruit07{
    padding: 0;
  }
  .staff01_con{
    width: 100%;
  }
  .staff01_img{
    margin-bottom: 30px;
  }
  .staff02_con{
    width: 100%;
  }
  .staff02_con li{
    margin: 0 auto 20px;
    width: 90%;
  }
  .staff02_con li a h3{
    font-size: 27px;
  }
  .staff03{
    padding-bottom: 0;
  }
  .staff03_con{
    width: 100%;
  }
  .staff03_con li{
    margin-bottom: 15px;
    width: 48%;
  }
  .staff03_con li h3{
    font-size: 21px;
  }
  .service01{
    background: linear-gradient(180deg, #fff 0%, #fff 75%, #ee7821 75%, #ee7821 100%);
    margin: 0;
    padding: 0 0 50px;
  }
  .service01_con{
    margin: 0 auto;
    padding-bottom: 0;
    width: 100%;
  }
  .service01_img{
    margin: 0 auto;
    width: 95%;
  }
  .ttl_or_bg{
    font-size: 19px;
  }
  .service02_con{
    width: 100%;
  }
  .service02_con li{
    padding: 0 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .service02_con li h3{
    font-size: 19px;
  }
  .service02_con li .con_txt{
    margin-bottom: 20px;
  }
  .num{
    font-size: 55px;
  }
  .service03{
    background: none;
    padding: 0;
  }
  .service03_con{
    background: none;
    width: 100%;
  }
  .service04{
    padding: 0;
    width: 100%;
  }
  .service04 figure{
    margin: 0 auto;
    width: 80%;
  }
  .service04_con{
    padding-bottom: 0;
    width: 100%;
  }
  .service05{
    background: linear-gradient(180deg, #fff 0%, #fff 75%, #ee7821 75%, #ee7821 100%);
    margin: 0;
    padding: 0 0 50px;
  }
  .service05_con{
    margin: 0 auto;
    padding-bottom: 0;
    width: 100%;
  }
  .service05_img{
    margin: 0 auto;
    width: 95%;
  }
  .service06_con{
    width: 100%;
  }
  .service06_con li{
    padding: 0 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .service06_con li h3{
    font-size: 19px;
  }
  .service06_con li .con_txt{
    margin-bottom: 20px;
  }
  .service07{
    padding: 0;
    width: 100%;
  }
  .service07 figure{
    margin: 0 auto;
    width: 90%;
  }
	.service31_con{
		width:100%;
	}
	.service31_con li{
		margin-bottom:0;
	}
	.service31_con li div{
		height: auto;
		margin:0 0 10px;
		width:100%
	}
	.service31_con li .con_txt{
		width:100%;
	}
  .service08{
    background: linear-gradient(180deg, #fff 0%, #fff 75%, #ee7821 75%, #ee7821 100%);
    margin: 0;
    padding: 0 0 50px;
  }
  .service08_con{
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
  }
  .service08_img{
    margin: 0 auto;
    width: 95%;
  }
  .service09{
    padding: 0;
  }
  .service09_con{
    width: 100%;
  }
  .service09_con li{
    padding: 0 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .service09_con li h3{
    font-size: 19px;
  }
  .service09_con li .con_txt{
    margin-bottom: 20px;
  }
  .service10{
    padding: 0;
    width: 100%;
  }
  .service10 figure{
    margin: 0 auto;
    width: 90%;
  }
  .service10_con{
    padding-bottom: 0;
    width: 100%;
  }
  .service11{
    flex-direction: column-reverse;
    padding: 0;
    width: 100%;
  }
  .service11 figure{
    margin: 0 auto;
    width: 90%;
  }
  .service11_con{
    padding-bottom: 0;
    width: 100%;
  }
	.service22_con{
    width: 100%;
  }
  .service22_con li{
    padding: 0 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .service22_con li h3{
    font-size: 19px;
  }
  .service22_con li .con_txt{
    margin-bottom: 20px;
  }
  .care01{
    padding: 0;
  }
  .care01_con{
    width: 100%;
  }
  .flow_img{
    width: 100px;
  }
  .care02_con{
    width: 100%;
  }
  .care02_con li{
    margin-bottom: 20px;
    padding: 20px 10px 0;
    width: 100%;
  }
  .care03{
    background: linear-gradient(180deg, #fff 0%, #fff 90%, #ee7821 90%, #ee7821 100%);
  }
  .care03_con{
    width: 100%;
  }
  .care03_con li{
    padding: 20px 10px 0;
  }
  .care03_con li h3{
    font-size: 21px;
  }
  .care03_img{
    width: 100%;
  }
  .company01_con{
    width: 100%;
  }
  .company01_con figure{
    margin-bottom: 30px;
    width: 100%;
  }
  .company02{
    padding: 0;
  }
  .contact01_con, .contact02_con{
    width: 100%;
  }
  .message01{
    padding-bottom: 0;
  }
  .message01_con{
    width: 100%;
  }
  .message01_img{
    margin-bottom: 30px;
  }
  .message01_con .con_txt span{
    font-size: 15px;
  }
  .message01_con .flex figure{
    margin: 0 0 30px;
    width: 90%;
  }
  .interview_con{
    width: 100%;
  }
  .interview{
    padding-bottom: 0;
  }
  .interview_img{
    margin-bottom: 30px;
  }
	.sec08_con{
		width:100%;
	}
	.sec08{
		padding-bottom:0;
	}
	.philosophy01_con{
		width:100%;
	}
	.philosophy_ttl {
    font-size: 18px;
}
	.sns_area{
		top:50vw;
	}
	.sns_btn{
	width:50px;
}



  .contact_con{
    width: 100%;
  }
  iframe{
    height: 70vw;
    width: 100%;
  }
  .menu-list {
    margin: 0 auto 30px;
    width: 100%;
  }
  .menu-list dt,
  .menu-list dd {
    font-size: 12px;
  }
  .fg-item.fg-type-image.fg-loaded {
    width: 45%;
  }
  .fg-default.fg-gutter-10 .fg-item {
    margin-right: 0;
  }
  .fg-default.fg-gutter-10 {
    justify-content: space-between;
  }
  .faq01 {
    padding: 0 0 20px;
  }
  .faq01_con {
    width: 100%;
  }
  .faq_service_links {
    display: block;
    margin-bottom: 40px;
    text-align: left;
  }
  .faq_service_links .link_btn {
    display: block;
    font-size: 3.5vw;
    margin: 5px 0;
  }
  .faq_section {
    margin-bottom: 45px;
  }
  .faq_item {
    border-radius: 20px;
    margin-bottom: 15px;
  }
  .faq_question {
    gap: 10px;
    padding: 16px 14px;
  }
  .faq_question_text {
    font-size: 16px;
  }
  .faq_mark {
    font-size: 26px;
    margin-right: 4px;
  }
  .faq_icon {
    flex-basis: 28px;
    font-size: 22px;
    height: 28px;
    width: 28px;
  }
  .faq_answer {
    padding: 16px 14px 18px;
  }
  .faq_answer p,
  .faq_answer a {
    font-size: 15px;
  }
  form{
    width: 100%;
  }
}
