
#pgcont{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url("../img/bg.jpg") repeat;
  color: #666;
  line-height: 1.8;
}
#pgcont .ctr{
  padding: 30px 0 30px 0;
  margin: 0 auto;
}
#pgcont h2,#pgcont h3,#pgcont h4{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 120%;
  font-weight: normal;
  font-style: normal;
}
#pgcont .ttl h2{
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #605348;
  margin: 0px 0px 0px 0px;
  padding: 50px 10px 0px 10px;
  line-height: 1;
}
#pgcont p{
  font-size: 14px;
  margin: 15px 0px;
  line-height: 1.8;
}
#pgcont img{
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  border: 0;
}
#pgcont table{
  width: 100%;
  margin: 10px 0px;
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
}
#pgcont table th,#pgcont table td{
  font-size: 14px;
  padding: 3px 10px;
  border-bottom: solid 1px #cdc3be;
  vertical-align: top;
}
#pgcont table th{
  color: #65403a;
  font-weight: bold;
  white-space: nowrap;
}
#pgcont p.BgColor{
  text-align: center;
  background-color: #eee;
  color: #f27e91;
  padding: 3px 0px;
}
#pgcont .BgColor3{
  background-color: #f3efe9;
  color: #84726f;
  padding: 5px 15px;
}
#pgcont .BgColor3 strong{
  color: #65403a;
}
#pgcont table .ninzuu th,
#pgcont table .ninzuu td{
  width: 25%;
}

/**料金表**/
#price .ctr-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px; /* 追加：画面が広ければ上限は1000px */
  margin: 0 auto;     /* 中央寄せ */
  box-sizing: border-box;
}
#price #Sidebar{
  width: 200px;
  background-color: #f2dfd6;
  padding-top: 20px;
}
#price #Sidebar .menu-img{
  padding: 20px;
}
#price #Sidebar img{
  max-width: 100%;
  height: auto;
}
#price .ctr-tile{
  width: calc(100% - 200px);
  margin: 0px auto;
  padding: 20px 15px 30px 15px;
  background-color: #fff;
  box-sizing: border-box;
}
#price .top-img{
  text-align: center;
}
#price .top-img img{
  width:240px;
  height: auto;
}
#price table.tb01{
  width: 100%;
  margin: 10px 0px;
  border: none;
}
#price table.tb01 th{
  font-size: 14px;
  padding: 5px 5px;
  color: #65403a;
  font-weight: bold;
  white-space: nowrap;
  background-color: #eee;
  border: none;
}
#price table.tb01 td{
  font-size: 14px;
  padding: 7px 5px;
  border: none;
  border-bottom: solid 1px #cdc3be;
  color: #84726f;
  text-align: center;
}
#price table.tb02{
  width: 100%;
  margin: 10px 0px;
  border: none;
}
#price table.tb02 th{
  vertical-align: top;
  font-size: 14px;
  padding: 5px 5px;
  color: #65403a;
  font-weight: bold;
  white-space: nowrap;
  background-color: #fff;
  border: none;
  border-top: solid 1px #cdc3be;
  border-bottom: solid 1px #cdc3be;
  text-align: left;
}
#price table.tb02 td{
  vertical-align: top;
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  border-top: solid 1px #cdc3be;
  border-bottom: solid 1px #cdc3be;
  color: #84726f;
}
#price .ctr-tile h3{
  font-size: 18px;
  font-weight: bold;
  color: #f27e91;
  margin: 20px 0px 5px 0px;
}
#price table.tb03{
  width: 100%;
  margin: 0px 0px 20px 0px;
  border: none;
}
#price table.tb03 th{
  vertical-align: top;
  font-size: 14px;
  padding: 5px 5px;
  color: #65403a;
  font-weight: bold;
  white-space: nowrap;
  background-color: inherit;
  border: none;
  border-top: solid 1px #cdc3be;
  border-bottom: solid 1px #cdc3be;
  text-align: left;
}
#price table.tb03 td{
  vertical-align: top;
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  border-top: solid 1px #cdc3be;
  border-bottom: solid 1px #cdc3be;
  color: #84726f;
  text-align: right;
}
@media screen and (max-width: 767px){
  #pgcont .ctr {
    width: 100%;
    box-sizing: border-box;
  }
  #price .ctr-box {
    display: block;
  }
  #price #Sidebar {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0;
  }
  #price #Sidebar img{
    width: auto;
    height: 50px;
  }
  #price .ctr-tile {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  #price table.tb01 th{
    white-space: normal;
  }
}
/**会社概要**/
#overview table.tbl00{}
#overview table.tbl00 th{
width: 146.5px;
text-align: left;
}
#overview table.tbl00 td{
width: 510.5px;
}
#overview table.tb01 td{
	text-align:center;
}
#overview table.tb01 .ninzuu th{
}
#overview table.tb01 .keiken th{
}
#overview table.tb01 th.goukei{
	background-color: #cdc3be;
	color:#65403a;
	width:48px;
}
#overview #Contents2{
  padding-top: 50px;
}
#overview #Contents2 p.TopLine {
	display: block;
	margin: 15px 0px 15px;
	position: relative;
	text-align:center;
	font-size: 22px;
}
#overview #Contents2 p.Point {
	font-size: 28px;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 10px 0px 10px 0;
	font-weight:bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#overview h3.enkaku{
  font-size: 18px;
  font-weight: bold;
  color: #f27e91;
  margin: 20px 0px 5px 0px;
}
#overview table.enkaku{
	border: none;
  width: auto;
  margin: auto;
}
#overview table.enkaku th{
	border: none;
	text-align: left;
  padding: 3px 16px;
}
#overview table.enkaku td{
	border: none;
  padding: 3px 0 ;
}

/* --- 施設紹介 --- */

#fac_container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  margin-bottom: 80px;
}
#fac_container a{
  text-decoration: none;
  color: #aea196;
}
#fac_container .fac {
  width: calc(50% - 25px);
  box-sizing: border-box;
  text-align: center;
}
#fac_container .fac iframe {
  width: 100%;
}
#fac_container .fac h2{
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #aea196;
}
#fac_container .fac h2 img{
    width: auto;
    height: auto;
    max-width: 280px;
    max-height: 200px;
    margin: 6px 0;
}
#fac_container a.button-link{
  display:block;
  margin:20px auto;
  padding:3px 30px 1px 20px;
  background:#7ebf41;
  color:#fff;
  border-radius:40px;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  width:100%;
  max-width:240px;
  box-shadow:1px 1px 3px #ccc;
}
#fac_container .button-link::before,
#fac_container .button-link::after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#fac_container .button-link::before{
  right: 10px;
  width: 11px;
  height: 3px;
  background: #fff;
}
#fac_container .button-link::after{
  right: 8px;
  width: 11px;
  height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#fac_container a.button-link p{
  text-align:center;
  margin:4px 0;
  padding:0;
}
#fac_container a.button-link p.kochira{
  font-weight:bold;
  font-size:1.1em;
}
#fac_container a.button-link p.subtxt{
  font-size:0.7em;
}
.shisetsu #pgcont table.NoFrame{
    margin: 5px auto 30px;
    border: none!important;
}
.shisetsu #pgcont table.NoFrame td{
  text-align: center;
  vertical-align: top;
  border: none!important;
}
.shisetsu .ctr-box table.NoFrame tr:last-child td{
  border: none!important;
}
.shisetsu table.NoFrame td img{
  height: auto;
}
.shisetsu .ctr-box .ctr-tile .top-img{
  text-align: center;
  margin: 0 0 30px;
}
.shisetsu .ctr-box .ctr-tile .top-img img{
  width: 80%;
  max-width: 300px;
}
.shisetsu table.tb-hrz th,#cont table.tb-hrz td{
  text-align: center;
}
.shisetsu table.tb-be th{
  text-align: left;
}
.shisetsu table.tb-be td{
  text-align: right;
}
p.BgColor3 strong{ 
  color: #F475A1;
}
.shisetsu #pgcont h2 img{
  width: auto;
  height: auto;
  max-width: 360px;
  max-height: 200px;
}
.shisetsu #pgcont table th {
  text-align: left;
}
#pgcont h3.shisetsu_h3{
    text-align: center;
    max-width: 1200px;
    font-weight: bold;
    font-size: 1.5em;
    color: #766123;
    margin: 80px auto 30px;
}
#pgcont .ttl p{
  text-align: center;
  max-width: 1200px;
  font-weight: bold;
  font-size: 1.5em;
  color: #766123;
  margin: 0 auto 1em;
}
@media screen and (max-width: 767px){
  #fac_container a.button-link{
    padding:3px 0 1px 0;
  }
  #fac_container .fac h2{
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.5;
    height: 115px;
  }
  #fac_container {
    gap: 20px;
  }
  .shisetsu #fac_container {
    display: block;
    width: 90%;
    margin: auto;
    box-sizing: border-box;
  }
  .shisetsu #fac_container .fac {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .shisetsu #fac_container .fac iframe{
    width: 100%;
  }
  #fac_container .fac h2 img{
    max-height: 75px;
    margin: 6px 0;
  }
  .shisetsu #pgcont h2 img{
    width: auto;
    height: auto;
    max-width: 360px;
    max-height: 200px;
  }
  .shisetsu #pgcont h2 img{
    max-height: 140px;
  }
}
/**充実した医療体制**/

#nursing #pgcont p{
  font-size: 13px;
}
#nursing #pgcont h2.imgtxt{
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #A31D3E;
  margin: 50px 0px 30px 0px;
  padding: 0;
  border: 0;
  background-color: inherit;
}
#nursing #pgcont h3.sentsuki{
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #A31D3E;
  border: 0;
  margin: 40px 0px 20px 0px;
  padding: 0;
  background-color: inherit;
  border-bottom: solid 2px #A69769;
  background: -moz-linear-gradient(left,  rgba(184,172,133,0) 0%, rgba(184,172,133,0) 65%, rgba(184,172,133,0.5) 100%);
  background: -webkit-linear-gradient(left,  rgba(184,172,133,0) 0%,rgba(184,172,133,0) 65%,rgba(184,172,133,0.5) 100%);
  background: linear-gradient(to right,  rgba(184,172,133,0) 0%,rgba(184,172,133,0) 65%,rgba(184,172,133,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8ac85', endColorstr='#80b8ac85',GradientType=1 );
}
#nursing #pgcont h3.sentsuki::before{
  content: "";
  display: table;
}
#nursing #pgcont h3.sentsuki span{
  font-weight: bold;
  font-size: 20px;
  color: #4d4d4d;
  letter-spacing: 0.1em;
  display: block;
  margin: 0 0px 2px 0px;
  padding: 5px 0px 3px 10px;
  border-left: solid 6px #756021;
  line-height: 1;
}
#nursing #pgcont h4.lg-n{
  font-size: 23px;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 20px 0px 5px 0px;
}
#nursing #pgcont h4.lg-n::before{
  content: "■";
  color: #B8AC85;
  margin-right: 6px;
  font-size: 22px;
}
#nursing #pgcont .lblock{
  float: left;
  width: 70%;
  box-sizing: border-box;
}
#nursing #pgcont .rblock{
  float: right;
  width: 28%;
  box-sizing: border-box;
}
#nursing #pgcont .rblock img{
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  border: 0;
  max-width: 100%;
  height: auto;
  padding-top: 15px;
}
#nursing #pgcont .rblock p{
  text-align: center;
  font-size: 13px;
  padding: 0;
  margin: 0;
}
#nursing #pgcont .brds6{
  width: 100%;
  margin: 15px auto 0px auto;
  padding: 10px 20px 10px 20px;
  background-color: #eee;
  color: #25251E;
  border-radius: 8px;
}
#nursing #pgcont .brds6 h4{
  font-weight: normal;
  color: #65403a;
  font-size: 12px;
}
#nursing #pgcont .bg01{
  width: 100%;
  margin: 15px auto 0px auto;
  padding: 10px 20px 10px 20px;
  background-color: #eee;
  color: #25251E;
  border-radius: 8px;
  box-sizing: border-box;
}
#nursing #pgcont ul.inbl{
  margin: 10px 0px 10px 0px;
  font-size: 0px;
}
#nursing #pgcont ul.inbl li{
  display: inline-block;
  width: 32%;
  margin: 0px 0px 0px 0px;
  font-size: 10px;
  line-height: 2;
  color: #666;
}
#nursing #pgcont .syokuin_tbl{
  margin-bottom: 20px;
  width: 50%;
}
#nursing #pgcont .syokuin_tbl h4{
  font-size: 12px;
  font-weight: bold;
  color: #766123;
}
#nursing #pgcont .syokuin_tbl h4::before{
  content: "■";
  color: #B8AC85;
  margin-right: 6px;
  font-size: 22px;
}
#nursing #pgcont .syokuin_tbl table{
  border-collapse: collapse;
  border-spacing: 0;
  margin: 5px auto;
  width: 100%;
  border: 0;
}
#nursing #pgcont .syokuin_tbl table th{
  border: none;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  width: 100px;
}
#nursing #pgcont .syokuin_tbl table td{
  padding: 3px 10px;
  vertical-align: top;
  border: none;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
}
/**プライバシーポリシー**/
#privacy #pgcont .ctr-tile p{
  font-size: 10px;
  margin: 15px 0px;
}
#privacy #pgcont .ctr-tile h2{
  font-size: 14px;
  font-weight: bold;
}
#privacy #pgcont .ctr-tile h3{
  font-size: 12px;
  color: #f27e91;
  margin: 20px 0px 5px 0px;
  font-weight: bold;
}
#privacy #pgcont .ctr-tile ul{
  margin: 20px;
}
#privacy #pgcont .ctr-tile li{
  font-size: 10px;
  list-style-type: disc;
}
/**アクセス**/
#access #pgcont .ctr-tile p{
  font-size: 10px;
  margin: 15px 0px;
}
#access #pgcont .ctr-tile h2{
  font-size: 14px;
  font-weight: bold;
}
#access #pgcont .ctr-tile h3{
  font-size: 14px;
  font-weight: bold;
}
#access #pgcont .ctr-tile h4{
  font-size: 12px;
  font-weight: bold;
  color: #f27e91;
  margin: 20px 0px 5px 0px;
}
#access #pgcont #googlemap iframe{
  width: 100%;
  height: 480px;
}
/**ｵお客様の声**/
#qa #pgcont .goiken_wrapper{
  text-align: center;
}
#qa #pgcont .goiken_wrapper h2{
  font-weight: bold;
  margin-bottom: 20px;
  color: #605348;
  font-size: 18px;
}
#qa #pgcont .goiken_wrapper p{
  font-size: 10px;
  margin: 15px 0px;
  margin-bottom: 1em;
  line-height: 2;
}
#qa #pgcont .center{
  text-align: center;
}
#qa #pgcont .goiken_wrapper .lh2{

}
#qa #pgcont #GoikenOuter{
}
#qa #pgcont #GoikenOuter .repf01{
  height: 960px;
  overflow-y: auto;
  padding: 20px;
  background: #f0e6da;
}
#qa #pgcont #GoikenOuter .each_repf01{
  text-align: left;
  padding: 20px 20px 10px 20px;
  background: rgba(255,255,255,0.8);
  margin: 0 auto 40px 0;
  border-radius: 15px;
}
#qa #pgcont #GoikenOuter .goiken{
  color: #a31d3e;
  border-bottom: 1px dotted #a31d3e;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}
#qa #pgcont #GoikenOuter p{
  font-size: 10px;
}
#qa #pgcont #GoikenOuter .goiken p span{
  color: #0000ff;
}
#qa #pgcont #GoikenOuter .ohenji{
  margin-bottom: 10px;
  font-size: 14px;
}
#qa #pgcont #GoikenOuter .ohenji p span{
    color: #ff6600;
}
#qa #pgcont #QaOuter{

}
#qa #pgcont #QaOuter .qa_wrapper{

}
#qa #pgcont #QaOuter .qa_wrapper h2{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  color: #605348;
  text-align: center;
  margin-top: 60px;
}
#qa #pgcont #QaOuter .qa_wrapper .repf01{
  text-align: left;
  padding: 20px 20px 10px 20px;
  background: rgba(255,255,255,0.5);
  margin: 40px auto;
  border-radius: 15px;
  line-height: 1.8;
}
#qa #pgcont #QaOuter .qa_wrapper .goiken{
  color: #a31d3e;
  font-weight: bold;
  border-bottom: 1px dotted #a31d3e;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 10px;
}
#qa #pgcont #QaOuter .qa_wrapper .ohenji{
  margin-bottom: 10px;
  font-size: 10px;
}

@media screen and (min-width: 900px){
  #nursing #pgcont .syokuin_tbl table th,
  #nursing #pgcont .syokuin_tbl table td,
  #privacy #pgcont .ctr-tile p,
  #privacy #pgcont .ctr-tile li,
  #access #pgcont .ctr-tile p,
  #qa #pgcont .goiken_wrapper p,
  #qa #pgcont #GoikenOuter p,
  #qa #pgcont #QaOuter .qa_wrapper .goiken,
  #qa #pgcont #QaOuter .qa_wrapper .ohenji{
    font-size: 14px;
  }
  #nursing #pgcont ul.inbl li{
    font-size: 12px;
  }
  #pgcont .ttl h2{
    font-size: 38px;
  }
  #overview h3.enkaku,
  #qa #pgcont .goiken_wrapper h2,
  #qa #pgcont #QaOuter .qa_wrapper h2{
    font-size: 26px;
  }
}
@media screen and (max-width: 767px){
  #nursing #pgcont h2.imgtxt,
  #nursing #pgcont h4.lg-n {
    font-size: 22px;
    display: block;
    width: 100%;
  }
}
/**ごあいさつ**/
#greeting p.center{
  text-align: center;
}

#greeting .BgWhiteBox{
  width: 100%;
  margin: 30px auto;
  padding: 30px 30px 10px 30px;
  background-color: rgba(255 , 255 , 255 , 0.5);
  border-radius: 15px;
  box-sizing: border-box;
}
#greeting .RightBox{
  float: right;
  width: 35%;
  margin: 0px 0px 20px 0px;
}
#greeting .RightBox{
  margin-left: 30px;
}
#greeting .Box500-300 .RightBox p{
  margin: 5px 0px;
  line-height: 1.6; 
}
#greeting .greeting_t_eng{
  font-size: 18px;
  letter-spacing: 0.2em;
  margin: 0px 0px -8px 0px;
  color: #000;
  text-align: center;
}
#greeting .greeting_t_name{
  margin: 5px 0px;
  text-align: center;
}
#greeting .greeting_t_name span{
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
#greeting .Box200-600{
  width: 100%;
  height: auto;
  margin: 0px auto 0px auto;
  padding: 0px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
#greeting .Box200-600 .LeftBox{
  float: left;
  width: 35%;
}
#greeting .Box200-600 .RightBox{
  width: 60%;
  padding: 20px 25px 25px 25px;
  box-sizing: border-box;
}
#greeting .Box200-600 .RightBox p{
  text-align: left;
  margin: 0;
}
#greeting .Box200-600p img.alignnone{
  width: 100%;
  height: auto;
}
#greeting .Box200-600 p.greeting_tantou{
    display: inline-block;
    width: 150px;
    height: 27px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.2em;
    margin: 0px 0px 7px 0px;
    padding: 2px 0px 0px 0px;
    background-image: url(../img/greeting/bg-tantou.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
}
#greeting .Box200-600 .greeting_eng{
    margin: 0px;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #000;
}
#greeting .Box200-600 .greeting_name{
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1.6; 
}
#greeting .Box200-600 .greeting_position{
    font-size: 80%;
    margin: 0px 15px 0px 0px;
    font-weight: normal;
}
#greeting .Box200-600 .greeting_birthday{
    font-size: 14px;
    font-weight: normal;
    color: #666;
}
#greeting .Box200-600 .greeting_career{
    border-top: 1px dotted #85686c;
    margin-top: 8px;
    padding-top: 13px;
    font-size: 13px;
}

@media screen and (max-width: 900px){
  #greeting .Box200-600 .greeting_birthday{
    font-size: 10px;
  }
  #greeting .Box200-600 .greeting_career{
    font-size: 11px;
  }
  #greeting .greeting_pr p{
    font-size: 10px;
  }
  #greeting .Box500-300 p{
    font-size: 10px;
  }
  #greeting p.greeting_t_eng{
    font-size: 18px;
  }
  #greeting .Box200-600 .greeting_career{
      font-size: 11px;
  }
}
#greeting .greeting_pr p:first-child{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dotted #85686c;
    margin-top: 0px;
    color: #000;
}


/* あいさつスライド */
.greeting-slider {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.background-slider {
  position: relative;
  width: 100%;
  height: 480px;
  max-width: 1920px;
  overflow: hidden;
}
.background-slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.background-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay-slider {
  position: absolute;
  width: 800px;
  height: 480px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}
.overlay-slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.overlay-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.catch-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 767px){
  .background-slider {
    height: 340px;
  }
  .overlay-slider {
    width: 100%;
  }
  #greeting .RightBox{
    float: none;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  #greeting .Box200-600 .LeftBox{
    float: none;
    width: 100%;
  }
  #greeting .RightBox img,
  #greeting .Box200-600 .LeftBox img{
    max-width: 300px;
  }
  #greeting .Box200-600{
    
  }
  #greeting .Box200-600 .RightBox{
    width: 100%;
    padding: 20px 0 0 0;
  }
  #greeting .Box200-600 .RightBox .sp_center,
  #greeting .Box200-600 .RightBox p{
    text-align: center;
  }
  #greeting .Box200-600 .RightBox p.greeting_career{
    text-align: left;
  }
}
@media screen and (max-width: 419px){
  .background-slider {
    height: 270px;
  }
}








