/* Scss Document */
* {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
  font-feature-settings: "palt 1";
  line-height: 1;
  -webkit-text-size-adjust: none;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

a {
  color: black;
  text-decoration: none;
}

.image {
  width: 100vw;
  display: block;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
  margin-top: 100px;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

header {
  background: #feecd2;
  width: 100%;
  height: 450px;
}

header>div {
  width: 90%;
  max-width: 1200px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

header .logo {
  width: 200px;
  position: absolute;
  top: 30px;
  left: 0;
}

header .title {
  width: 450px;
  padding-top: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

header .topImgLeft {
  width: 250px;
  position: absolute;
  top: 235px;
  left: 0;
}

header .topImgRight {
  width: 260px;
  position: absolute;
  top: 238px;
  right: 0;
}

header .number {
  position: absolute;
  right: 0;
  top: 30px;
  text-align: right;
  font-size: 14px;
}

header .number p {
  line-height: 1.5;
}

#navi {
  display: block;
  width: 100%;
  background: #FFDAA4;
  height: auto;
}

#navi ul {
  width: 90%;
  max-width: 688px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
}

#navi li {
  display: inline-block;
  color: black;
  border-left: solid 2px white;
  vertical-align: top;
}

#navi li br {
  display: none;
}

#navi li:last-of-type {
  border-right: solid 2px white;
}

#navi a {
  display: block;
  padding: 20px;
  font-size: 25px;
  cursor: pointer;
}

#navi a:hover {
  color: white;
}

#navi .shakaifukushiBtn br {
  display: none;
}

/*#navi {
    position: fixed;
    top: 500px;
    right: 0px;
    width: 150x;
    height: auto;
    background: red;
    
    a {
        display: block;
        width: 100%;
        height: 100px;
        margin-bottom: 15px;
        background: yellow;
    }
    
    p {
        font-size: 18px;
    }
}*/
#business {
  padding: 100px 0 100px 0;
  width: 90%;
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#business h1 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 100px;
  line-height: 1.2;
}

#business .section01 {
  width: 450px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  text-align: left;
}

#business .section01 .kyotaku {
  border-radius: 30px 30px 0 0;
  width: 100%;
  background: #F19A90;
  text-align: center;
  padding: 30px 0 30px 0;
}

#business .section01 .kyotaku h2 {
  font-size: 30px;
  margin-bottom: 10px;
  color: white;
}

#business .section01 .kyotaku h3 {
  font-size: 20px;
  color: white;
}

#business .section01 ul {
  width: 450px;
  height: 400px;
  float: right;
  padding: 50px 20px 30px 120px;
  box-sizing: border-box;
  border-radius: 0 0 30px 30px;
  border: solid 2px #F19A90;
  position: relative;
}

#business .section01 ul li {
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid thin #F19A90;
  line-height: 1.2;
  text-align: justify;
}

#business .section01 ul li:last-of-type {
  border: none;
}

#business .section01 .kyotakuImg {
  position: absolute;
  top: 70px;
  left: -200px;
  width: 300px;
}

#business .section01 ul li br {
  display: block;
}

#business .section02 {
  width: 450px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  text-align: left;
}

#business .section02 .soudan {
  border-radius: 30px 30px 0 0;
  width: 100%;
  background: #58b0c8;
  text-align: center;
  padding: 30px 0 30px 0;
}

#business .section02 .soudan h2 {
  font-size: 30px;
  margin-bottom: 10px;
  color: white;
}

#business .section02 .soudan h3 {
  font-size: 20px;
  color: white;
}

#business .section02 ul {
  width: 450px;
  height: 400px;
  float: left;
  padding: 50px 140px 30px 20px;
  /* パディングトップを75pxから50pxに変更 */
  box-sizing: border-box;
  border-radius: 0 0 30px 30px;
  border: solid 2px #58b0c8;
  position: relative;
}

#business .section02 ul li {
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid thin #58b0c8;
  line-height: 1.2;
}

#business .section02 ul li:last-of-type {
  border: none;
  font-size: 15px;
  width: 450px;
}

#business .section02 .soudanImg {
  position: absolute;
  top: 0px;
  right: -100px;
  width: 180px;
}

#business .remarks01 {
  text-align: center;
  margin-top: 50px;
  font-size: 22px;
  line-height: 1.5;
}

#business .remarks01 br {
  display: block;
}

#staff {
  width: 100%;
  background: #feecd2;
}

#staff h1 {
  font-size: 40px;
  text-align: center;
  padding-top: 100px;
  margin-bottom: 100px;
}

#staff ul {
  width: 90%;
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

#staff ul li {
  width: 450px;
  height: 180px;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 50px;
  vertical-align: top;
}

#staff ul li:nth-last-of-type(odd) {
  margin-left: 25px;
}

#staff ul li:nth-last-of-type(even) {
  margin-left: 25px;
}

#staff dl {
  height: 180px;
  position: relative;
}

#staff .staff-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 20%;
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #feecd2;
}

#staff dt {
  font-size: 30px;
  margin-bottom: 10px;
  margin-left: 170px;
}

#staff .position {
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid thin black;
  line-height: 1.2;
  margin-left: 170px;
}

#staff .staff {
  width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

#staff .selfInt {
  font-size: 18px;
  line-height: 1.2;
  text-align: justify;
  margin-left: 170px;
}

#banner {
  width: 90%;
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

#banner li {
  width: 90%;
  height: auto;
  display: block;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

#banner h1 {
  font-size: 30px;
  text-align: center;
}

#banner img {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

#banner .cafe {
  margin-bottom: 52px;
}

#banner p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.2;
}

#banner a {
  display: block;
}

#banner a:hover {
  opacity: 0.5;
  cursor: pointer;
}

#info {
  background: #feecd2;
  margin-top: 100px;
  height: auto;
}

#info h1 {
  font-size: 40px;
  width: 300px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0 20px 0;
  margin-bottom: 20px;
  border-bottom: solid thin black;
}

#info p {
  font-size: 25px;
  margin-bottom: 15px;
  text-align: center;
}

#info .tel {
  font-size: 35px;
  width: 100%;
  text-align: center;
}

#info img {
  height: 50px;
}

#info a {
  width: 240px;
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#info span {
  font-size: 25px;
  position: absolute;
  top: 13px;
  left: 60px;
}

#info .fmw {
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

#info .fmw img {
  width: 200px;
  height: auto;
}

#info .fmw+p {
  margin-top: 90px;
  line-height: 1.5;
}

#info a:hover {
  opacity: 0.5;
}

@media (max-width: 768px) {
  header {
    background: #feecd2;
    width: 100%;
    height: 450px;
  }

  header>div {
    width: 100%;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  header .logo {
    width: 120px;
    padding: 20px 0 0 20px;
    box-sizing: border-box;
    position: static;
  }

  header .title {
    position: static;
    width: 250px;
    padding-top: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  header .topImgLeft {
    width: 200px;
    position: static;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }

  header .topImgRight {
    width: 260px;
    position: absolute;
    top: 238px;
    right: -60px;
    display: none;
  }

  header .number {
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: right;
    font-size: 10px;
  }

  header .number p {
    line-height: 1.5;
  }

  #navi {
    z-index: 100;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #FFDAA4;
    height: auto;
    border-top: none;
  }

  #navi ul {
    width: 100%;
    font-size: 0;
    border-top: none;
  }

  #navi li {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    color: white;
    border-left: solid 2px white;
    height: 80px;
  }

  #navi li br {
    display: block;
  }

  #navi li:last-of-type {
    border-right: none;
  }

  #navi li:first-of-type {
    border-left: none;
  }

  #navi a {
    padding: 35px 0 0 0;
    height: 80px;
    display: block;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    color: black;
    box-sizing: border-box;
  }

  #navi .careManagerBtn {
    padding-top: 25px;
  }

  #navi .shakaifukushiBtn {
    padding-top: 25px;
  }

  #navi .shakaifukushiBtn br {
    display: block;
  }

  #navi a:hover {
    opacity: 0.3;
  }

  #business {
    padding: 70px 0 70px 0;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #business h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 70px;
    line-height: 1.2;
  }

  #business h1 br {
    display: block;
  }

  #business .section01 {
    width: 100%;
    height: auto;
    margin-right: 0px;
  }

  #business .section01 .kyotaku {
    border-radius: 30px 30px 0 0;
    width: 90%;
    background: #F19A90;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0 30px 0;
  }

  #business .section01 .kyotaku h2 {
    font-size: 25px;
    margin-bottom: 10px;
    color: white;
  }

  #business .section01 .kyotaku h3 {
    font-size: 15px;
    color: white;
  }

  #business .section01 ul {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    float: none;
    padding: 30px 20px 30px 20px;
    box-sizing: border-box;
    border-radius: 0 0 30px 30px;
    border: solid 2px #F19A90;
    position: relative;
  }

  #business .section01 ul br {
    display: none;
  }

  #business .section01 ul li {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid thin #F19A90;
    line-height: 1.2;
    text-align: justify;
  }

  #business .section01 ul li:last-child {
    border: none;
  }

  #business .section01 .kyotakuImg {
    position: static;
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
  }

  #business .section02 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    margin-top: 50px;
  }

  #business .section02 .soudan {
    border-radius: 30px 30px 0 0;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #58b0c8;
    text-align: center;
    padding: 30px 0 30px 0;
  }

  #business .section02 .soudan h2 {
    font-size: 25px;
    margin-bottom: 10px;
    color: white;
  }

  #business .section02 .soudan h3 {
    font-size: 15px;
    color: white;
  }

  #business .section02 ul {
    width: 90%;
    height: auto;
    float: none;
    padding: 30px 20px 30px 20px;
    box-sizing: border-box;
    border-radius: 0 0 30px 30px;
    border: solid 2px #58b0c8;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #business .section02 ul li {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid thin #58b0c8;
    line-height: 1.2;
  }

  #business .section02 ul li:last-of-type {
    border: none;
    width: auto;
  }

  #business .section02 .soudanImg {
    position: static;
    width: 130px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #business .remarks01 {
    width: 88%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
  }

  #staff {
    width: 100%;
    background: #feecd2;
  }

  #staff h1 {
    font-size: 30px;
    text-align: center;
    padding-top: 70px;
    margin-bottom: 70px;
  }

  #staff ul {
    width: 85%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }

  #staff ul li {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 50px;
    height: auto;
    min-height: 180px;
  }

  #staff ul li:nth-last-of-type(odd) {
    margin-left: 0px;
    margin-right: 0px;
  }

  #staff ul li:nth-last-of-type(even) {
    margin-right: 0px;
    margin-left: 0px;
  }

  #staff dt {
    font-size: 25px;
    margin-bottom: 10px;
    margin-left: 140px;
  }

  #staff .position {
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid thin black;
    margin-left: 140px;
  }

  #staff .selfInt {
    margin-left: 140px;
  }

  #staff .staff {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }

  #staff .staff-img {
    width: 120px;
    height: 120px;
    left: 0;
    top: 0;
    object-position: center 20%;
    background-color: #feecd2;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  #banner {
    width: 100%;
    margin-top: 50px;
  }

  #banner li {
    width: 90%;
    height: auto;
    display: block;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  #banner h1 {
    font-size: 22px;
    text-align: center;
  }

  #banner img {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }

  #banner .cafe {
    margin-bottom: 15px;
  }

  #banner .shakaifukushi {
    margin-bottom: 20px;
  }

  #banner p {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 20px;
    font-size: 15px;
  }

  #banner br {
    display: none;
  }

  #banner a {
    display: block;
  }

  #banner a:hover {
    opacity: 0.5;
    cursor: pointer;
  }

  #info {
    width: 100%;
    padding-bottom: 75px;
  }

  #info h1 {
    font-size: 30px;
    width: 300px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 0 20px 0;
    margin-bottom: 20px;
    border-bottom: solid thin black;
  }

  #info p {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }

  #info .tel {
    font-size: 28px;
    width: 100%;
    text-align: center;
  }

  #info .facebook {
    height: 50px;
  }

  #info a {
    width: 240px;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 20px;
  }

  #info a:hover {
    opacity: 0.5;
  }

  #info span {
    font-size: 25px;
    position: absolute;
    top: 13px;
    left: 60px;
  }

  .gmap {
    padding-top: 80px;
  }

  #staff dl {
    height: auto;
    min-height: 180px;
    position: relative;
  }
}

/* 400px以下の小さい画面用のスタイル */
@media (max-width: 400px) {
  #staff dt {
    font-size: 20px;
    margin-left: 130px;
  }

  #staff .position {
    font-size: 13px;
    margin-left: 130px;
    line-height: 1.3;
  }

  #staff .selfInt {
    font-size: 14px;
    margin-left: 130px;
    line-height: 1.3;
  }

  #staff .staff-img {
    width: 110px;
    height: 110px;
  }

  #staff ul {
    width: 90%;
  }

  #staff ul li {
    margin-bottom: 60px;
  }
}

/* 320px以下の超小型画面用のスタイル */
@media (max-width: 320px) {
  #staff dt {
    font-size: 18px;
    margin-left: 120px;
  }

  #staff .position {
    font-size: 12px;
    margin-left: 120px;
    line-height: 1.2;
  }

  #staff .selfInt {
    font-size: 12px;
    margin-left: 120px;
    line-height: 1.2;
  }

  #staff .staff-img {
    width: 100px;
    height: 100px;
  }

  #staff ul {
    width: 95%;
  }

  #staff ul li {
    margin-bottom: 70px;
  }
}

/* 大きな画面サイズ (1025px以上) 向けの固有スタイル - 最初に配置 */
@media (min-width: 1025px) {
  #staff ul {
    text-align: center;
    /* リストを中央揃えにする */
    font-size: 0;
    /* インライン要素間の余白を消す */
  }

  #staff ul li {
    width: 450px;
    height: auto;
    min-height: 180px;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 40px 15px;
    /* 適切なマージンを設定 */
    font-size: 16px;
    /* フォントサイズをリセット */
  }

  #staff ul li:nth-last-of-type(odd),
  #staff ul li:nth-last-of-type(even) {
    margin: 0 15px 40px 15px;
    /* 全ての要素に同じマージンを適用 */
  }

  #staff dl {
    height: auto;
    min-height: 180px;
    text-align: left;
    /* テキストを左揃えに戻す */
  }
}

/* タブレットサイズ (769px〜1024px) 向けの固有スタイル - 次に配置 */
@media (min-width: 769px) and (max-width: 1024px) {
  header .logo {
    width: 180px;
  }

  header .title {
    width: 400px;
  }

  header .topImgLeft {
    width: 200px;
    top: 280px;
    left: 0px;
  }

  header .topImgRight {
    width: 200px;
    top: 290px;
    right: 0px;
  }

  /* セクション1と2を縦に配置（スマホ表示と同様に） */
  #business .section01,
  #business .section02 {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    float: none;
    height: auto;
  }

  #business .section01 {
    margin-right: auto;
  }

  #business .section02 {
    margin-left: auto;
    margin-top: 50px;
  }

  /* セクション01と02の説明文がある領域を調整 */
  #business .section01 ul,
  #business .section02 ul {
    float: none;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 300px;
    padding: 30px;
    box-sizing: border-box;
  }

  /* リスト項目の調整 */
  #business .section01 ul li,
  #business .section02 ul li {
    width: 90%;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  #business .section02 ul li:last-of-type {
    width: 90%;
    font-size: 14px;
  }

  /* 背景画像やめて、通常の画像に戻す */
  #business .section01 ul {
    background: none;
  }

  #business .section02 ul {
    background: none;
  }

  /* イラスト画像の配置調整 */
  #business .section01 .kyotakuImg {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: auto;
    top: auto;
    width: 200px;
    display: block;
  }

  #business .section02 .soudanImg {
    position: absolute;
    top: 100px;
    right: 20px;
    width: 130px;
    display: block;
  }

  #staff ul {
    text-align: center;
    /* リストを中央揃えにする */
    font-size: 0;
    /* インライン要素間の余白を消す */
    width: 100%;
    max-width: 1000px;
    /* 最大幅を指定 */
  }

  #staff ul li {
    width: 46%;
    /* 少し余裕を持たせる */
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 40px 2%;
    /* 均等なマージンを設定 */
    height: auto;
    font-size: 16px;
    /* フォントサイズをリセット */
    box-sizing: border-box;
  }

  #staff ul li:nth-last-of-type(odd),
  #staff ul li:nth-last-of-type(even) {
    margin-left: 2%;
    /* すべての要素に同じマージンを適用 */
    margin-right: 2%;
  }

  #staff dl {
    height: auto;
    min-height: 180px;
    text-align: left;
    /* テキストを左揃えに戻す */
  }

  #staff .staff-img {
    width: 120px;
    height: 120px;
  }

  #staff dt {
    margin-left: 140px;
    font-size: 24px;
  }

  #staff .position {
    margin-left: 140px;
    font-size: 14px;
  }

  #staff .selfInt {
    margin-left: 140px;
    font-size: 14px;
  }

  #info {
    padding-bottom: 50px;
  }
}