@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: #4ABFCE;
  --accent-color: #5CBCD1;
  --title-color: #3098A4;

}

.fc-red {
  color: #EA0000;
  font-weight: bold;
}

* {
  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(--accent-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: 15px;
  margin-bottom: 15px;
  font-size: 2rem;
}

.header .title-main a {
  color: #333;
  text-decoration: none;
}

.header .title-main strong {
  font-size: 2.4rem;
  color: var(--title-color);
}

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

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

.header .nav__link {
  margin-top: 20px;
  width: 250px;
  height: 75px;
  border-radius: 10px 10px 0 0;
  display: block;
  color: #333;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header .nav__link-kaigo {
  margin-right: 8px;
  background-color: #FAE2D5;
}

.header .nav__link-fukushi {
  background-color: #DBF3D2;
}

.header .nav__link .title {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
}

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

.header .nav__link-kaigo .title .icon {
  width: 26px;
  aspect-ratio: 26 / 24;
}

.header .nav__link-fukushi .title .icon {
  width: 27px;
  aspect-ratio: 27 / 21;
}

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

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

.footer .h2title {
  margin-bottom: 32px;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

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

.footer .flex {
  justify-content: center;
}

.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.5rem;
  font-weight: bold;
}

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

.footer .tel_link {
  margin-bottom: 36px;
  font-size: 5rem;
  line-height: 1;
  color: #fff;
  display: block;
  position: relative;
}

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

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

.footer .contact-mail {
  margin-bottom: 48px;
  font-size: 2.7rem;
  font-weight: bold;
}



.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 {
    font-size: 4.5vw;
  }

  .header .title-main strong {
    font-size: 6vw;
  }

  .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;
    display: flex;
    align-items: center;
  }

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

  .footer .h2title {
    font-size: 6vw;
  }

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

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

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


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

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

  }

  .footer .tel_link {
    font-size: 12vw;
  }

  .footer .contact-mail {
    margin-bottom: 48px;
    font-size: 5.5vw;
  }

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

}