body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  min-width: 900px;
  background-image: url(../images/lower_bg01_pc.png), url(../images/lower_bg02_pc.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat;
}

#lower {
  background-image: url(../images/lower_bg01_pc.png), url(../images/lower_bg02_pc.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}

.inner {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.aln-center {
  text-align: center;
}

.aln-right {
  text-align: right;
}

.aln-justify {
  text-align: justify;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

header .drawer_hidden {
  display: none;
}

header nav {
  font-weight: 500;
  color: #ff9630;
}

header nav a {
  color: #ff9630;
  text-decoration: none;
  position: relative;
}

header nav a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #ffad4c;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

header nav a:hover::after {
  transform: scale(1, 1);
}

header {
  background: url(../images/head_index_bg_pc.png) no-repeat center top;
  padding-top: 5px;
}

header nav ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-left: 20px;
}

header nav ul li {
  margin-right: 20px;
}

header .flex-box2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .head-tel {
  background: #ffad4c;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 8px 20px;
  border-radius: 50px;
  line-height: 1;
  margin-right: 20px;
}

header .head-tel span {
  font-size: 30px;
  display: block;
  font-weight: 500;
}

header h1 {
  margin-top: 40px;
}

header h1 img {
  margin-left: auto;
  margin-right: auto;
}

footer {
  background: url(../images/foot_bg_pc.png) no-repeat center bottom;
  padding-bottom: 10px;
  padding-top: 30px;
  margin-top: 80px;
}

footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: last baseline;
}

footer a:hover {
  opacity: 0.7;
}

footer .foot-nav {
  display: flex;
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  margin-left: 20px;
  position: relative;
  bottom: 10px;
}

footer .foot-nav li a {
  color: #000;
  text-decoration: none;
  padding-left: 8px;
  padding-right: 8px;
  border-right: solid 1px #000;
}

footer .foot-nav li:last-child a {
  padding-right: 0;
  border-right: none;
}

footer .tampopo-info {
  text-align: center;
  font-size: 14px;
  margin-right: 20px;
}

footer .tampopo-info p:first-of-type {
  font-size: 20px;
  font-weight: 500;
}

h2 {
  font-size: 32px;
  color: #ff9630;
  width: fit-content;
  position: relative;
  border-bottom: solid 5px #f4ed73;
  line-height: 1;
  padding-bottom: 20px;
  padding-right: 2em;
  padding-left: 2.5em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  margin-bottom: 70px;
}

h2::before {
  content: "";
  display: inline-block;
  background: url(../images/h2_img_pc.png) no-repeat center 3px;
  width: 151px;
  height: 147px;
  margin-left: -3.5em;
  position: absolute;
  bottom: 0;
}

h3 {
  color: #ff9630;
  text-align: center;
  font-size: 42px;
  line-height: 1.4em;
  margin-bottom: 60px;
  margin-top: 80px;
}

h3 span {
  display: block;
  font-size: 16px;
  line-height: 1em;
}

#index {
  background: url(../images/top_bg_pc.png) no-repeat center bottom;
}

#index .message {
  line-height: 2;
  font-size: 18px;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

#index .message-img {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.pc-w-770 {
    width: 770px;
    margin-left: auto;
    margin-right: auto;
}

.company-list div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.company-list dt {
  border-bottom: #c2e4b3 solid 2px;
  width: 18%;
  text-align: center;
  padding-bottom: 8px;
}

.company-list dd {
  border-bottom: solid 2px #f4ed73;
  width: 80%;
  padding-bottom: 8px;
}

.service-list dt::before {
  display: inline-block;
  color: #c2e4b3;
  font-size: 16px;
  content: "■";
  margin-right: 0.5em;
}

.service-list dt {
  border-bottom: solid 2px #c2e4b3;
  padding-bottom: 8px;
  margin-bottom: 8px;
  margin-top: 20px;
  color: #51b748;
  font-size: 18px;
}

.service-list dd {
  padding-left: 1.5em;
}

.contact-list div {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: dotted 2px #c2e4b3;
  margin-bottom: 15px;
}

.contact-list dt {
  color: #51b748;
  width: 36%;
  text-align: right;
}

.contact-list dd {
  width: 60%;
}

.contact-list input {
  width: 94%;
}

.contact-list textarea {
  width: 94%;
}

.form-btn {
  text-align: center;
  margin-top: 50px;
}

.form-btn input[type="submit"] {
  color: #fff;
  font-size: 20px;
  background: #ff9630;
  border: none;
  width: 15em;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 2px 2px #754211;
}

.contact-p {
  text-align: center;
  margin-top: -50px;
  font-size: 18px;
  color: #ff9630;
}

.contact-info {
  text-align: center;
  margin-top: 50px;
  font-size: 18px;
}

.contact-info .tel {
  color: #ff9630;
  font-size: 30px;
  margin-top: 15px;
  line-height: 1.4;
  font-weight: 500;
}

.contact-info .tel span {
  display: block;
  font-size: 18px;
}

.contact-info .privacy {
  font-size: 16px;
  margin-top: 20px;
}

.error {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 46px;
  color: #f00;
  border: solid 1px #f00;
  padding: 6px 15px;
}

.recruit-list {
  margin-top: 60px;
  border-top: dotted 2px #c2e4b3;
  border-bottom: dotted 2px #c2e4b3;
  padding-top: 30px;
  padding-bottom: 10px;
}

.recruit-list dt {
  color: #51b748;
  font-size: 18px;
  margin-bottom: 10px;
}

.recruit-list dt::before {
  display: inline-block;
  color: #c2e4b3;
  font-size: 16px;
  content: "■";
  margin-right: 0.5em;
}

.recruit-list dd {
  margin-bottom: 25px;
  padding-left: 1.5em;
}

.form-p {
  margin-bottom: 50px;
  /*background: linear-gradient(transparent 50%, #fdf8a3 30%);
  line-height: 1;*/
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #ff9630;
  font-size: 18px;
}

.contact-list dt span,
.recruit-list dt span {
  display: inline-block;
  background: #f00;
  border-radius: 30px;
  color: #fff;
  font-size: 11px;
  padding: 3px 5px;
  line-height: 1;
  margin-left: 0.5em;
}

@media (max-width: 640px) {
  .sp {
    display: block;
  }
  
  .pc {
    display: none;
  }

  body {
    min-width: 100%;
  }

  #lower {
    background-image: url(../images/lower_bg01_sp.png), url(../images/lower_bg02_sp.png);
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  img {
    width: 100%;
  }

  .pc-w-770 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  header {
    position: relative;
  }

  header nav a:hover::after {
    transform: scale(0, 0);
  }

  header h1 {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }

  header nav ul {
    display: block;
    margin-left: 0;
  }

  header nav ul li {
    margin-right: 0;
    border-bottom: solid 1px #fdf8a3;
  }

  header .flex-box2 {
    display: block;
  }

  header .head-tel {
    background: none;
    color: #333;
    text-align: left;
    padding: 3px 20px 8px 0;
    margin-right: 0;
    font-size: 13px;
  }

  header .head-tel span {
    font-size: 20px;
    display: inline-block;
  }

  h2 {
    font-size: 24px;
    color: #ff9630;
    width: fit-content;
    position: relative;
    border-bottom: solid 3px #f4ed73;
    line-height: 1;
    padding-bottom: 10px;
    padding-right: 1em;
    padding-left: 1.5em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 70px;
  }

  h2::before {
    content: "";
    display: inline-block;
    background: url(../images/h2_img_sp.png) no-repeat center 3px;
    background-size: 100%;
    width: 89px;
    height: 87px;
    margin-left: -2.5em;
    position: absolute;
    bottom: 0;
  }

  h3 {
    font-size: 26px;
    margin-top: 50px;
    margin-bottom: 30px;
  }

  h3 span {
    font-size: 11px;
  }

  footer {
    background: url(../images/foot_bg_sp.png) no-repeat center top;
    background-size: 100%;
    padding-bottom: 15px;
    padding-top: 140px;
  }

  footer .inner {
    display: block;
  }

  footer .foot-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    font-size: 14px;
    margin-left: 0;
    position: relative;
    bottom: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  footer .foot-nav li a {
    color: #000;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    border-right: solid 1px #000;
  }

  footer .foot-nav li:last-child a {
    padding-right: 0;
    border-right: none;
  }

  footer .tampopo-info {
    margin-right: 0;
  }

  #index {
    background: url(../images/top_bg_sp.png) no-repeat center 12rem;
    background-size: 100%;
  }

  #index .message {
    line-height: 2;
    font-size: 16px;
    width: 90%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  header .global a {
    font-size: 16px;
    text-decoration: none;
    /*border-bottom: solid 1px #f4ed73;*/
    border-left: none;
    border-top: none;
    border-right: none;
    color: #ff9630;
    font-weight: 500;
    border-radius: 0;
    padding: 0.6em 1em;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  header .global li:first-child a {
    border-top: solid 1px #fdf8a3;
  }
  
  header .global .active a {
    background: #fdf8a3;
    color: #ff9630;
  }

  /* ここから下がハンバーガーメニューに関するCSS */

  header input {
    display: block;
  }

  .nav {
    position: absolute;
    top: 5px;
    right: 15px;
  }
  
  /* チェックボックスを非表示にする */
  .drawer_hidden {
    display: none;
  }

  /* ハンバーガーアイコンの設置スペース */
  .drawer_open {
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;/* 重なり順を一番上にする */
    cursor: pointer;
    background: #fff;
  }

  /* ハンバーガーメニューのアイコン */
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #ff9630;
    transition: 0.5s;
    position: absolute;
  }

  /* 三本線の一番上の棒の位置調整 */
  .drawer_open span:before {
    bottom: 8px;
  }

  /* 三本線の一番下の棒の位置調整 */
  .drawer_open span:after {
    top: 8px;
  }

  /* アイコンがクリックされたら真ん中の線を透明にする */
  #drawer_input:checked ~ .drawer_open span {
    background: rgba(255, 255, 255, 0);
  }

  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #drawer_input:checked ~ .drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #drawer_input:checked ~ .drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
  }
    
  /* メニューのデザイン*/
  .nav_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #fff;
    transition: .5s;
  }

  /* メニュー黒ポチを消す */
  .nav_list {
    list-style: none;
  }

  /* アイコンがクリックされたらメニューを表示 */
  #drawer_input:checked ~ .nav_content {
    left: 0;/* メニューを画面に入れる */
  }

  #index header {
    background: url(../images/head_sp_bg.png) no-repeat center top;
    background-size: 100%;
  }

  .company-list div {
    display: block;
    margin-bottom: 25px;
  }

  .company-list dt {
    border-bottom: #c2e4b3 solid 2px;
    width: 40%;
    text-align: left;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }

  .company-list dt::before {
    display: inline-block;
    color: #c2e4b3;
    font-size: 16px;
    content: "■";
    margin-right: 0.5em;
  }

  .company-list dd {
    border-bottom: solid 2px #f4ed73;
    width: 100%;
    padding-left: 1.5em;
    padding-bottom: 8px;
  }

  .contact-list div {
    display: block;
    padding-bottom: 15px;
    border-bottom: dotted 2px #c2e4b3;
    margin-bottom: 15px;
  }

  .contact-list dt {
    width: 100%;
    text-align: left;
    margin-bottom: 6px;
  }

  .contact-list dt::before {
    display: inline-block;
    color: #c2e4b3;
    font-size: 16px;
    content: "■";
    margin-right: 0.5em;
  }

  .contact-list dd {
    width: 100%;
  }

  .contact-list input {
    width: 100%;
  }

  .contact-list textarea {
    width: 100%;
  }

  .form-btn input[type="submit"] {
    font-size: 18px;
    width: 90%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .contact-info {
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
  }

  .contact-info .tel {
    color: #ff9630;
    font-size: 30px;
    margin-top: 15px;
    line-height: 1.4;
    font-weight: 500;
  }

  .contact-info .tel span {
    display: block;
    font-size: 18px;
  }

  .contact-info .privacy {
    font-size: 16px;
    margin-top: 20px;
  }

  .error {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 46px;
    color: #f00;
    border: solid 1px #f00;
    padding: 6px 15px;
  }
}


/* ビジュアルモードで dl dt ddなどのタグが消えてしまう対策 */
h4 {
  color: #ff9630;
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 1em;
  margin-top: 80px;
  margin-bottom: -80px;
}

.company-list div.dt {
  border-bottom: #c2e4b3 solid 2px;
  width: 18%;
  text-align: center;
  padding-bottom: 8px;
  display: block;
  margin-bottom: 0px;
}

.company-list div.dd {
  border-bottom: solid 2px #f4ed73;
  width: 80%;
  padding-bottom: 8px;
  display: block;
  margin-bottom: 0px;
}
.service-list div.dt::before {
  display: inline-block;
  color: #c2e4b3;
  font-size: 16px;
  content: "■";
  margin-right: 0.5em;
}

.service-list div.dt {
  border-bottom: solid 2px #c2e4b3;
  padding-bottom: 8px;
  margin-bottom: 8px;
  margin-top: 20px;
  color: #51b748;
  font-size: 18px;
}

.service-list div.dd {
  padding-left: 1.5em;
}

.contact-list div.dt {
  color: #51b748;
  width: 36%;
  text-align: right;
}

.contact-list div.dd {
  width: 60%;
}

.recruit-list div.dt {
  color: #51b748;
  font-size: 18px;
  margin-bottom: 10px;
}

.recruit-list div.dt::before {
  display: inline-block;
  color: #c2e4b3;
  font-size: 16px;
  content: "■";
  margin-right: 0.5em;
}

.recruit-list div.dd {
  margin-bottom: 25px;
  padding-left: 1.5em;
}

.contact-list div.dt span,
.recruit-list div.dt span {
  display: inline-block;
  background: #f00;
  border-radius: 30px;
  color: #fff;
  font-size: 11px;
  padding: 3px 5px;
  line-height: 1;
  margin-left: 0.5em;
}



@media (max-width: 640px) {
  h3 {
    margin-top: 80px;
  }
  .company-list div.dt{
    border-bottom: #c2e4b3 solid 2px;
    width: 40%;
    text-align: left;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  .company-list div.dt::before {
    display: inline-block;
    color: #c2e4b3;
    font-size: 16px;
    content: "■";
    margin-right: 0.5em;
  }
  .company-list div.dd {
    border-bottom: solid 2px #f4ed73;
    width: 100%;
    padding-left: 1.5em;
    padding-bottom: 8px;
  }

  .contact-list div.dt {
    width: 100%;
    text-align: left;
    margin-bottom: 6px;
  }

  .contact-list div.dt::before {
    display: inline-block;
    color: #c2e4b3;
    font-size: 16px;
    content: "■";
    margin-right: 0.5em;
  }

  .contact-list div.dd {
    width: 100%;
  }

}


/* ビジュアルモードで dl dt ddなどのタグが消えてしまう対策 */

