@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');



/* common rule
**********************************************************/


:root {
  --main-color: #E67E22;
  --setsubi-color: #27AE60;
  --shokuryo-color: #F1C40F;

}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
  margin: 0;
  color: #333333;
  line-height: 1.5;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  width: 100%;
  outline: none;
  border-style: none;
}

a {
  transition: all 0.5s;
}

a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}

a[href^="tel:"] {
  text-decoration: underline;
}

@media screen and (min-width:767px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}


.flex {
  display: flex;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

@media screen and (max-width:767px) {
  .pc_none {
    display: inline-block;
  }

  .sp_none {
    display: none;
  }
}

/* parts *****************/
.basewidth {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* 見出し斜め線装飾 */
.heading-diagonalLine {
  align-items: center;
  display: flex;
  justify-content: center;
}

.heading-diagonalLine::before,
.heading-diagonalLine::after {
  background-color: var(--main-color);
  border-radius: 5px;
  content: "";
  height: 2px;
  width: 26px;
}

.heading-diagonalLine::before {
  margin-right: 10px;
  transform: rotate(55deg);
}

.heading-diagonalLine::after {
  margin-left: 10px;
  transform: rotate(-55deg);
}

/* 左右に横線 */
.heading-horizontalLine {
  align-items: center;
  display: flex;
  justify-content: center;
}

.heading-horizontalLine::before,
.heading-horizontalLine::after {
  background-color: #ffffff;
  content: "";
  height: 1px;
  width: 60px;
}

.heading-horizontalLine::before {
  margin-right: 15px;
}

.heading-horizontalLine::after {
  margin-left: 15px;
}

.marker {
  background: linear-gradient(transparent 60%, #F2EC4D 0%);
}

.attention {
  display: block;
  font-size: 1.6rem;
  margin-left: 1.6rem;
  text-indent: -1.6rem;
}

.attention.no-paragraph {
  margin-left: 0;
  text-indent: 0;
}

/* header *******************/
.header {
  border-top: 20px solid var(--main-color);
}

.header .basewidth {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.header .title-main {
  margin-top: 10px;
  margin-bottom: 7px;
}

.header .title-main a {
  font-size: 2rem;
  display: flex;
  justify-content: flex-start;
  gap: 11px;
  text-decoration: none;
}

.header .title-main a .pref {
  color: var(--main-color);
  display: grid;
  width: 78px;
  height: 78px;
  place-content: center;
  border: var(--main-color) solid 1px;
}

.header .title-main a .title {
  display: inline-block;
  font-size: 2.1rem;
  color: #333;
  line-height: 1.2;
}

.header .title-main strong {
  font-size: 2.4rem;
  color: #333;
}

.header .title-main strong span {
  white-space: nowrap;
}

.header .g-nav {
  margin-bottom: -1px;
  display: flex;
}

.header .nav__link {
  margin-top: 20px;
  width: 275px;
  border-radius: 10px 10px 0 0;
  display: block;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}

.header .nav__link-setsubi {
  margin-right: 8px;
  background-color: var(--setsubi-color);
}

.header .nav__link-shokuryo {
  background-color: var(--shokuryo-color);
}

.header .nav__link .title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.header .nav__link .title span {
  display: block;
  font-size: 1.9rem;
}

.header .nav__link-setsubi .title {
  color: #fff;
}

.header .nav__link-shokuryo .title {
  color: #000;
  padding-right: 0.5em;
}

.header .nav__link .icon {
  margin-right: 8px;
}

.header .nav__link-setsubi .icon {
  width: 59px;
}

.header .nav__link-shokuryo .icon {
  width: 56px;
}

/* footer *******************/

.footer {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
}

.footer .h2title {
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  width: 700px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: #fff solid 1px;
  margin: 0 auto 60px;
}

.footer .h3title {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

.footer .flex {
  justify-content: center;
  margin-bottom: 50px;
}

.footer .flex .cnt {
  margin-left: 54px;
  margin-right: 54px;
}

.footer .flex .cnt:first-child {
  margin-left: 0;
}

.footer .flex .cnt:last-child {
  margin-right: 0;
}

.footer .information {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 330px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.333;
  border: 2px solid #fff;
}

.footer .information strong {
  font-size: 3.3rem;
  /*font-size: 3.5rem;*/
  font-weight: bold;
}

.footer .flex .cnt .link {
  color: #fff;
  text-decoration: none;
}

.footer .tel_link {
  font-size: 5.6rem;
  line-height: 1.2;
  color: #fff;
  display: block;
  position: relative;
}

.footer .tel_link .icon {
  margin-right: 5px;
  width: 29px;
  aspect-ratio: 29 / 37;
}

.footer .time {
  color: #fff;
  font-size: 18px;
}

.footer .contact-mail img {
  margin-right: 16px;
  width: 24px;
  height: 20px;
}

.footer .contact-mail {
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  border-radius: 100vh;
}

.footer .arrow {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--main-color);
  text-decoration: none;
}

.footer .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}


.footer .text {
  margin-bottom: 8px;
  font-size: 2rem;
  font-style: normal;
}

@media screen and (max-width:767px) {
  body {
    font-size: 4.5vw;
  }

  /* parts *****************/
  .basewidth {
    padding: 0 2.5vw;
  }

  /* 見出し斜め線装飾 */
  .heading-diagonalLine::before,
  .heading-diagonalLine::after {
    width: 5vw;
  }

  .heading-diagonalLine::before {
    margin-right: 2.5vw;
  }

  .heading-diagonalLine::after {
    margin-left: 10px;
    transform: rotate(-55deg);
  }

  /* 左右に横線 */
  .heading-horizontalLine {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .heading-horizontalLine::before,
  .heading-horizontalLine::after {
    background-color: #ffffff;
    content: "";
    height: 1px;
    width: 60px;
  }

  .heading-horizontalLine::before {
    margin-right: 15px;
  }

  .heading-horizontalLine::after {
    margin-left: 15px;
  }

  .marker {
    background: linear-gradient(transparent 60%, #F2EC4D 0%);
  }

  .attention {
    display: block;
    font-size: 1.6rem;
    margin-left: 1.6rem;
    text-indent: -1.6rem;
  }

  .attention.no-paragraph {
    margin-left: 0;
    text-indent: 0;
  }

  /* header *******************/

  .header .basewidth {
    flex-direction: column;
    align-items: center;
  }

  .header .title-main a {
    font-size: 5vw;
  }

  .header .title-main a .pref {
    width: 19.5vw;
    height: 19.5vw;
  }

  .header .title-main a .title {
    font-size: 5.25vw;
  }

  .header .g-nav {

    width: 100%;
  }

  .header .nav__link {
    margin-top: 20px;
    width: 50%;
  }

  .header .nav__link-kaigo {
    margin-right: 0;
  }

  .header .nav__link .title {
    font-size: 4vw;
  }

  .header .nav__link .title span {
    font-size: 3.5vw;
  }

  .header .nav__link .icon {
    margin-right: 8px;
  }

  .header .nav__link-setsubi .icon {
    width: 10.5vw;
  }

  .header .nav__link-shokuryo .icon {
    width: 9vw;
  }

  /* footer *******************/

  .footer .h2title {
    color: #fff;
    font-size: 6vw;
    font-weight: bold;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: #fff solid 1px;
    margin: 0 auto 60px;
  }

  .footer .h2title {
    font-size: 6vw;
    height: auto;
    line-height: 1;
    padding: 20px 0;
    margin-bottom: 30px;
  }

  .footer .h3title {
    font-size: 4vw;
  }

  .footer .flex {
    flex-direction: column;
  }

  .footer .flex .cnt {
    margin-left: 0;
    margin-right: 0;
  }
  .footer .flex .cnt + .cnt{
    margin-top: 50px;
  }


  .footer .information {
    width: 100%;
    font-size: 5.5vw;
  }

  .footer .information strong {
    font-size: 6.5vw;

  }

  .footer .tel_link {
    font-size: 12vw;
  }
  .footer .time{
    display: block;
    font-size: 4vw;
    margin-top: 10px;
  }

  .footer .contact-mail {
    font-size: 5.5vw;
  }

  .footer .text {
    font-size: 5vw;
    text-align: left;
  }

}