@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------------------
全サイズ共通設定用
------------------------------------------------------------------------- */
html {
  height: 100%;
}
body {
  color: #000;
  font-size: 14px;
  line-height: 1.6em;
  font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  margin: 0;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
a {
  text-decoration: none;
  display: block;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #db5d35;
}
section {
  width: 100%;
  height: 100%;
}
.f-n {
  font-weight: normal;
}
.pt50 {
  padding-top: 50px !important;
}
.pb100 {
  padding-bottom: 100px;
}
.bg-orange {
  background: #db5d35;
}
.clear {
  clear: both;
}
.tc {
  text-align:center;
}
/* -------------------------------------------------------------------------
デスクトップ用
------------------------------------------------------------------------- */
body {
  background: #fff;
}
.inner {
  width: 1280px;
  margin: 0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
/* header */
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 0;
  line-height: 1;
  z-index: 999;
  background: #FFF;
}
#top-head a, #top-head {
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}
#top-head .logo {
  float: left;
  font-size: 36px;
}
#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  top: 33px;
  font-size: 14px;
}
#global-nav ul li {
  float: left;
}
#global-nav ul li a {
  padding: 0 20px;
}
/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 100px;
  background: #fff;
  background: rgba(255,255,255,1);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
}
#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
div.main {
  height: 100%;
}
.main section {
  box-sizing: border-box;
  padding-top: 100px;
}
/* 20231019 no-repeat center追加 */
.sec01 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  /* 20240405 delete */
  /* height: 100%;
  background: url(../img/sec01-bg.png) no-repeat center;
  background-size: cover; */
}
/* 20231019 margin: 20% 0 0 400pxを50% 0 0  400pxに変更 */
.sec01 h1 {
  font-size: 28px;
  color: #FFF;
  text-shadow: 0 0 15px #000;
  line-height: 1.6em;
  text-align: center;
  /* 20231019 delete */
  /* float: left; */
  /* margin: 20% 0 0 400px; */
  /* 20231019 add */
  float: none;
  margin: 0 auto;
  /* 20240405 delete */
  /* padding-top: 400px; */
}
.sec01 p {
  clear: both;
  text-align: center;
  /* 20231019 delete */
  /* float: left; */
  /* margin: 10px 0 0 620px; */
  /* 20231019 add */
  float: none;
  margin: 0 auto;
}
.sec02,.sec08 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  height: 100%;
  width: 960px;
  margin: 0 auto;
  background: url(../img/sec02-bg.jpg) center top no-repeat;
}
.sec02 h1,.sec08 h1 {
  margin: 0;
  padding-top: 130px;
  text-align: center;
}
.sec02 h2 {
  line-height: 1.6em;
  margin: 0;
  font-size: 22px;
  text-align: center;
}
.block-left {
  font-weight: normal;
  width: 46%;
  float: left;
  line-height: 1.6em;
  font-size: 16px;
  margin: 0 2%;
  padding: 10px 0 0;
}
.block-right {
  font-weight: normal;
  width: 46%;
  float: right;
  line-height: 1.6em;
  font-size: 16px;
  margin: 0 2%;
  padding: 10px 0 0;
}

.sec03 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  height: 100%;
  width: 960px;
  margin: 0 auto;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -490px;
}
.sec03 h1 {
  font-size: 28px;
  color: #FFF;
  text-align: center;
  background: #db5d35;
  line-height: 1.6em;
  margin-top: 100px;
}
.sec03 ul {
  font-size: 22px;
  line-height: 1.6em;
}
.sec03 p {
  font-size: 16px;
  line-height: 1.6em;
}
.sec04 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  width: 960px;
  margin: 0 auto;
  background: url(../img/sec02-bg.jpg) center top no-repeat;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -490px;
}
.sec04 h1 {
  margin: 0;
  padding-top: 130px;
  text-align: center;
}
.sec04 h2 {
  line-height: 1.6em;
  margin: 0;
  font-size: 40px;
  text-align: center;
}
.sec05 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -490px;
}
.sec05 h1 {
  text-align: center;
  padding-top: 20px;
}
.sec05 h2 {
  text-align: center;
  padding-top: 10px;
  line-height: 1.6em;
  color: #FFF;
  font-size: 40px;
}
.sec06 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  height: 100%;
  background: url(../img/sec05-bg.png) center 50px no-repeat;
}
.sec06 p {
  width: 1280px;
  text-align: center;
  padding-top: 10px;
  line-height: 1.6em;
  color: #FFF;
  font-size: 24px;
  position: absolute;
  top: 600px;
  left: 50%;
  margin-left: -640px;
}
/* 20231019 delete */
/* .sec07 {
  background: url(../img/sec06-bg.jpg) center top repeat-x;
  padding-bottom: 100px;
} */
.sec08 .news-box{
margin: 5em auto 0;
width: 80%;
font-size: 16px;
}
.news-box dl{
margin-bottom: 1em;
width: 100%;
display: table;
padding-bottom: 1em;
border-bottom:1px solid #DDD;
}
.news-box dt,.news-box dd{
display:table-cell;
vertical-align: top;
}
.news-box dt{
width: 18%;
}
.news-box dd{
width: 82%;
}

footer {
  width: 960px;
  margin: 0 auto;
  padding-top: 300px;
}
.f-box01 {
  width: 140px;
  float: left;
}
.f-box02 {
  width: 360px;
  float: left;
  margin-left: 20px
}
.f-box02 h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
}
.f-box02 h3 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: normal;
}
.f-box03 {
  width: 170px;
  float: left;
  margin-left: 20px
}
.f-box03 nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
}
.f-box03 nav ul li {
  margin-bottom: 20px;
}
.f-box04 {
  width: 230px;
  float: left;
  margin-left: 20px
}
.f-box04 h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
/* 20231102 delete */
/* 20231102 height: 450px→200pxに変更 */
#one-day .keyvisual {
  /* background: url(../img/one-day-keyvisual.jpg);
  background-size: cover;
  padding-top: 100px; */
  height: 200px;
}
#one-day section {
  width: 960px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
}
#one-day h1 {
  text-align: center;
  margin-bottom: 50px;
}
#one-day section p {
  font-size: 20px;
}
.photo-left {
  width: 400px;
  float: left;
}
.text-right {
  width: 520px;
  float: right;
  margin: 40px 0 0 40px;
  line-height: 1.6em;
}
.photo-right {
  width: 400px;
  float: right;
}
.text-left {
  width: 520px;
  float: right;
  margin: 40px 40px 0 0;
  line-height: 1.6em;
}
#recruit .keyvisual {
  background: #db5d35;
  height: 450px;
  padding-top: 100px;
}
#recruit .keyvisual p {
  width: 960px;
  margin: 0 auto;
  padding-top: 125px;
  color: #FFF;
  font-size: 18px;
  line-height: 1.6em;
  text-align: center;
}
/* 20231019 delete */
/* .recruit-bg {
  background: url(../img/recruit-bg.png) center top no-repeat;
} */
#recruit section {
  width: 960px;
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 100px;
}
#recruit section h1 {
  text-align: center;
  margin-bottom: 50px;
}
#recruit section h2 {
  font-size: 16px;
  text-align: center;
}
/* 20231019 padding-left: 400px削除 */
/* 20231019 margin: 0 auto追加 */
/* 20231019 margin-top: 16px追加 */
/* 20231019   width: 350px追加 */
#recruit section ul {
  font-size: 16px;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 100px;
  /* padding-left: 400px; */
  line-height: 2.6em;
  width: 350px;
}
/* 20231019 add */
#recruit section ul li {
  width: fit-content;
}
/* 20231019 delete */
/* #recruit section ul li:nth-child(2) {
  margin-left: 140px;
}
#recruit section ul li:nth-child(3) {
  margin-left: 40px;
}
#recruit section ul li:nth-child(4) {
  margin-left: 100px;
} */
#recruit section p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 60px;
}
#video .keyvisual {
  background: url(../img/video-keyvisual.jpg);
  background-size: cover;
  height: 450px;
  padding-top: 100px;
}
#video section {
  width: 960px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
}
#video section h1 {
  text-align: center;
  margin-bottom: 50px;
}
.video-left {
  width: 470px;
  height: 270px;
  float: left;
  margin: 5px;
}
.video-right {
  width: 470px;
  height: 270px;
  float: right;
  margin: 5px;
}
#contact section {
  width: 960px;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 100px;
}
#contact section h1 {
  text-align: center;
  margin-bottom: 50px;
}
#contact section h2 {
  font-weight: normal;
  padding-bottom: 20px;
}
#contact input {
  width: 100%;
  margin-bottom: 40px;
}
#contact textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
}
.submit {
  text-align: center;
  border:0;
  width:246px !important;
  height:40px;
  background:#db5d35;
  color:#fff;
}
.submit:hover {
  cursor:pointer;
}
#company section {
  width: 960px;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 100px;
}
#company h1 {
  text-align: center;
  margin-bottom: 50px;
}
#company h2 {
  text-align: center;
  margin-bottom: 50px;
}
#company h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 20px;
}
#company table {
  width: 450px;
  margin: 0 auto;
  font-size: 16px;
}
#company table td {
  vertical-align: top;
  padding: 10px;
}
.block-right iframe {
  width: 100%;
}

/*20180403 add START*/
#privacy {
	padding: 50px 0 30px 0;
	clear: both;
}
section #privacy h1 {
  font-size: 28px;
  color: #000000;
  text-align: left;
  line-height: 1.6em;
  margin-bottom: 20px;
}
section #privacy h2 {
  color: #FFF;
  text-align: center;
  background: #008080;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.box_left {
  color: #000000;
  text-align: left;
}
.box_left_font_10 {
  font-size: 10px;
}
.box_left_font_11 {
  font-size: 11px;
}
.box_right_grey {
  color: #000000;
  text-align: right;
  background: #F5F5F5;
  padding: 10px;
  margin: 10px 0;
}
ol.privacy_list li {
	padding-left: 10px;
	padding-bottom: 10px;
}
ol.privacy_list_sub li {
	padding-left: 10px;
	padding-bottom: 10px;
}

ol.privacy_list_sub ol {
	padding-left: 0;
}
ol.privacy_list_marunum li {
	list-style: none;
	padding-left: 0;
	padding-bottom: 20px;
}
ol.privacy_list_marunum li span{
	padding-right: 10px;
}
dd.privacy_tlist_dd{
	margin-left:0;
}
dd.privacy_tlist_dd_bottom{
	margin-left:0;
	padding-bottom: 20px;
}
dd.privacy_tlist_dd span{
	padding-right: 10px;
}
dd.privacy_tlist_dd_bottom span{
	padding-right: 10px;
}
/*20180403 add END*/


/* -------------------------------------------------------------------------
ランドスケープタブレット用
------------------------------------------------------------------------- */
/* 20240405 delete */
/* @media screen and (min-width: 960px) and (max-width: 1280px) {
header nav ul {
  margin: 30px 0 0 50px;
}
} */
/* -------------------------------------------------------------------------
ポートレイトタブレット用
------------------------------------------------------------------------- */
@media screen and (min-width: 600px) and (max-width: 959px) {
  /* 20240405 delete */
/* header {
  height: 50px;
}
header h1 {
  width: 215px;
  margin-left: 10px;
}
header h1 img {
  width: 100%;
}
header nav ul {
  margin: 0;
  font-size: 12px;
  float: right
}
header nav ul li {
  padding: 0 ;
}
.inner {
  width: auto;
  margin: 0 auto;
}
#top-head.fixed #global-nav ul li a {
    padding: 0 10px;
} */
.main section {
  padding-top: 50px;
}
/* 20231019 no-repeat追加 left→centerに変更 */
  /* 20240405 delete */
/* .sec01 {
  background: url(../img/sec01-bg-tablet.png) center no-repeat;
  background-size: cover;
} */
/* 20231019 padding-top: 400px→600pxに変更 */
.sec01 h1 {
  float: none;
  margin: 0 auto;
  /* 20240405 delete */
  /* padding-top: 600px; */
}
.sec01 p {
  float: none;
  margin: 10px auto;
}
.sec02, .sec03, .sec04, .sec05, .sec06, .sec08 {
  width: 100%;
}
.sec02 .block-left {
  width: 30%;
  float : none;
  margin: 0 35%;
}
.sec02 .block-right {
  width: 30%;
  float : none;
  margin: 0 35%;
}
.sec03 {
  position: static;
  margin: 0;
}
.sec03 .block-left {
  width: 96%;
  float : none;
}
.sec03 .block-right {
  width: 96%;
  float : none;
}
.sec04 {
  position: static;
  margin: 300px 0 0;
}
.sec04 h2 {
  font-size: 28px;
}
.sec05 {
  position: static;
  margin: 0;
}
.sec05 h1 {
  width: 490px;
  margin: 400px auto 0;
}
.sec05 h1 img {
  width: 100%;
}
.sec06 {
  background: url(../img/sec05-bg-tablet.jpg) center 50px no-repeat
}
.sec06 p {
  width: auto;
  position: static;
  margin: 0 20px;
  padding-top: 500px;
}
.sec07 {
  background-size: contain;
}
footer {
  width: 100%;
}
.f-box01 {
  width: 25%;
  margin-left: 5%;
}
.f-box02 {
  width: 68%;
  margin-left: 2%;
}
.f-box03 {
  clear: both;
  width: 25%;
  margin-top: 50px;
  margin-left: 25%;
}
.f-box04 {
  width: 45%;
  margin-top: 50px;
  margin-left: 5%;
}
/* 20231102 height: 250px→100pxに変更 */
#one-day .keyvisual {
  height: 100px;
}
#one-day section {
  width: 100%;
}
#one-day section p img {
  width: 100%;
}
#one-day section p.clear {
  text-align: center;
}
#one-day section p.clear img {
  width: 90%;
}
.photo-left {
  width: 25%;
  margin: 20px 0 20px 5%;
  float: left;
}
.text-right {
  width: 60%;
  margin: 20px 5% 20px 5%;
}
.photo-right {
  width: 25%;
  margin: 20px 5% 20px 5%;
}
.text-left {
  width: 60%;
  margin: 20px 0 20px 5%;
  float: left;
}
#recruit .keyvisual {
  height: 250px;
}
#recruit .keyvisual p {
  width: 90%;
  padding-top: 0;
}
/* 20231019 delete */
/* .recruit-bg {
  background: url(../img/recruit-bg.png) center center no-repeat;
  background-size: contain;
} */
#recruit section {
  width: 100%;
}
#recruit section ul li:nth-child(2), #recruit section ul li:nth-child(3), #recruit section ul li:nth-child(4) {
  margin-left: 0px;
}
#video .keyvisual {
  background-size: cover;
  height: 250px;
}
#video section {
  width: 100%;
}
.video-left {
  width: 45%;
  height: auto;
  margin: 0 2% 10px 3%;
}
.video-right {
  width: 45%;
  height: auto;
  margin: 0 3% 10px 2%;
}
.video-left img, .video-right img {
  width: 100%;
}
#contact section {
  width: 98%;
  margin: 0 1%;
}
#company section {
  width: 100%;
}
#company section .block-left img {
  width: 100%;
}
/*20180403 add START*/
#privacy {
	margin:0 5%;
}
section #privacy h1 {
	width:100%;
	font-size: 16px;
	margin-bottom: 10px;
}

section #privacy h2 {
	width:100%;
	font-size: 16px;
	margin-bottom: 5px;
}
/*20180403 add END*/

}
/* -------------------------------------------------------------------------
スマートフォン用
------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
/* body {
} */
#top-head, .inner {
  width: 100%;
  padding: 0;
}
#top-head {
  top: 0;
  position: fixed;
  margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
  padding-top: 0;
  background: transparent;
}
#mobile-head {
  background: #fff;
  width: 100%;
  height: 56px;
  z-index: 999;
  position: relative;
}
#top-head.fixed .logo, #top-head .logo {
  position: absolute;
  left: 5px;
  top: 5px;
  color: #333;
  font-size: 26px;
  width: 215px;
}
#top-head.fixed .logo img, #top-head .logo img {
  width: 100%;
}
#global-nav {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: -500px;
  background: #333;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#global-nav ul {
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
  font-size: 14px;
  padding: 0;
}
#global-nav ul li {
  float: none;
  position: static;
}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 18px 0;
}
#nav-toggle {
  display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(556px);
  -webkit-transform: translateY(556px);
  transform: translateY(556px);
}
.main section {
  padding-top: 56px;
}
/* 20231019 no-repeat center追加 */
  /* 20240405 delete */
/* .sec01 {
  background: url(../img/sec01-bg-sp.png) no-repeat center;
  background-size: cover;
} */
.sec01 h1 {
  font-size: 16px;
  text-shadow: 0 0 15px #000;
  line-height: 1.6em;
  text-align: center;
  float: none;
  margin: 0;
  /* 20240405 delete */
  /* padding-top: 200px; */
}
.sec01 p {
  float: none;
  margin: 0;
}
.sec02, .sec04, .sec05, .sec06, .sec07,.sec08 {
  width: 100%;
  margin: 0 auto;
  position: static;
  background-size: 50%;
}
.sec02 h1,.sec08 h1 {
  padding-top: 165px;
  width: 100px;
  margin: 0 auto;
}
.sec02 h1 img,.sec08 h1 img {
  width: 100%;
}
.sec02 h2 {
  font-size: 16px;
}
.sec02 h2.pt50 {
  padding-top: 0 !important;
}
.sec02 .block-left, .sec02 .block-right {
  width: 40%;
  font-size: 12px;
  margin: 0 5%;
}
.sec03 {
  width: 100%;
  margin: 0 auto;
  position: static;
}
.sec03 h1 {
  font-size: 18px;
  margin-top: 20px;
}
.sec03 ul {
  font-size: 16px;
}
.sec03 p {
  font-size: 14px;
}
.sec03 .block-left {
  width: 96%;
  float : none;
}
.sec03 .block-right {
  width: 96%;
  float : none;
}
.sec04 h1 {
  padding-top: 165px;
  width: 100px;
  margin: 0 auto;
}
.sec04 h1 img {
  width: 100%;
}
.sec04 h2 {
  font-size: 15px;
}
.sec05 h1 {
  width: 90%;
  margin: 200px auto 0;
}
.sec05 h1 img {
  width: 100%;
}
.sec05 h2 {
  font-size: 16px;
}
.sec06 {
  background-size: contain;
  background-position: 0 150px;
}
.sec06 p {
  width: 90%;
  font-size: 14px;
  position: static;
  margin: 0 auto;
  padding-top: 300px;
}
.sec07 {
  background-size: contain;
}
.sec08{
padding-bottom: 20%;
}
.sec08 .news-box{
margin: 3em auto 0;
width: 90%;
}
.news-box dl{
margin-bottom: 1em;
display: block;
}
.news-box dt,.news-box dd{
display:block;
}
.news-box dt{
width: 100%;
}
.news-box dd{
width: 100%;
margin-left: 0;
}


footer {
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
}
.f-box01 {
  width: 70px;
  margin: 0 auto;
  float: none;
}
.f-box01 h1 {
  width: 70px  !important;
}
.f-box01 img {
  width: 100%;
}
.f-box02 {
  width: 95%;
  margin: 20px auto 0;
  float: none;
}
.f-box02 h3 {
  font-size: 14px;
}
.f-box03 {
  clear: both;
  width: 170px;
  float: none;
  margin: 20px auto 0;
}
.f-box03 nav ul {
  font-size: 14px;
}
.f-box03 nav ul li {
  margin-bottom: 10px;
}
.f-box04 {
  width: 230px;
  float: none;
  margin: 20px auto 0;
}
/* 20231102 height: 110px→0に変更 */
#one-day .keyvisual {
    background-size: contain;
    background-position:0 56px;
    background-repeat:no-repeat;
    height: 0;
    padding-top: 56px;
}
#one-day section {
    width: 90%;
    margin: 0 auto;
}
#one-day section h1 {
  width:100px;
  margin:0 auto;
}
#one-day section h1 img {
  width:100%;
}
#one-day section p {
    font-size: 14px;
}
#one-day section p img {
  width:100%;
}
.photo-left {
    width: 50%;
    float: left;
    margin:5px;
}
.text-right {
    width: auto;
    float: none;
    margin:0 0 0 10px;
}
.photo-right {
    width: 50%;
    float: right;
    margin:5px;
}
.text-left {
    width: auto;
    float: none;
    margin: 0 0 0 10px;
}
#recruit .keyvisual {
    height: 350px;
    padding-top: 50px;
}
#recruit .keyvisual p {
    width: 100%;
    padding-top: 50px;
    font-size: 14px;
}
/* 20231019 delete */
/* .recruit-bg {
    background-size:contain;
    background-position:center;
} */
#recruit section {
    width: 100%;
}
#recruit section h1 {
  width:100px;
  margin:0 auto;
}
#recruit section h1 img {
  width:100%;
}
#recruit section ul {
    font-size: 14px;
    margin-bottom: 50px;
    padding-left: 0;
}
/* 20231019 delete */
#recruit section ul li {
  margin-left: 20px;
}
/* 20231019 delete */
#recruit section ul li:nth-child(2) {
  margin-left: 20px;
}
#recruit section ul li:nth-child(3) {
  margin-left: 20px;
}
#recruit section ul li:nth-child(4) {
  margin-left: 20px;
}
#recruit section p {
    font-size: 14px;
}
#video .keyvisual {
    background-position: 0 56px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 110px;
    padding-top: 56px;
}
#video section {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 100px;
}
#video section h1 {
  width:100px;
  margin:0 auto;
}
#video section h1 img {
  width:100%;
}
.video-left, .video-right {
    width: 90%;
    float: none;
    margin: 5%;
    height:auto;
}
.video-left img, .video-right img {
  width:100%;
}
#contact section {
    width: 100%;
}
#contact section h1 {
  width:100px;
  margin:0 auto;
}
#contact section h1 img {
  width:100%;
}
#contact section h2 {
    padding-bottom: 16px;
    font-size:16px;
}
#contact input {
    width: 90%;
    margin:0 4% 40px;
}
#contact textarea {
    width: 90%;
    height: 200px;
    margin:0 4% 40px;
}
#company section {
    width: 100%;
}
#company section h1 {
  width:100px;
  margin:0 auto;
}
#company section h1 img {
  width:100%;
}
#company section h2 {
  width:164px;
  margin:0 auto;
}
#company table {
    width: 100%;
}
#company section h2 img {
  width:100%;
}
#company .block-left, #company .block-right{
  width:90%;
  float: none;
  margin:0 5%;
}
#company .block-left img {
  width:100%;
}
/*20180403 add START*/
#privacy {
  margin:0 5%;
}

section #privacy h1 {
	width:100%;
	font-size: 90%;
	margin-bottom: 10px;
}

section #privacy h2 {
	width:100%;
	font-size: 90%;
	margin-bottom: 5px;
}
/*20180403 add END*/

}

/* -------------------------------------------------------------------------
スマートフォン　縦幅600px以下　20180611 ADD
------------------------------------------------------------------------- */
@media screen and (max-height: 600px) {
.f-box04 h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
}

/* 20231102 add START */
@media screen and (min-width: 780px) {
  .br-780 {
    display: none;
  }
}

@media screen and (max-width: 835px) {
  .br-835 {
    display: none;
  }
}

.recruit-image-area {
  text-align: center;
}

.recruit-image-area img {
  width: 100%;
  height: auto;
}
/* 20231102 add END */
