/*--------------------
	ABOUT
--------------------*/
#about .lower-ttl {
  writing-mode: horizontal-tb;
  color: var(--main_font_color);
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .2em;
  margin: 60px 0 60px 15%; }
  @media screen and (max-width: 767px) {
    #about .lower-ttl {
      font-size: 1.6rem;
      margin: 60px 0 60px 5%; } }
  #about .lower-ttl span {
    color: #ccc;
    font-size: 1.2rem;
    letter-spacing: .05em; }
    @media screen and (max-width: 767px) {
      #about .lower-ttl span {
        font-size: 1rem; } }
#about #lower-lst {
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    #about #lower-lst {
      margin: 0; } }
  #about #lower-lst ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px; }
    @media screen and (max-width: 767px) {
      #about #lower-lst ul {
        grid-template-columns: 1fr;
        gap: 15px; } }
    #about #lower-lst ul li {
      background: #fff;
      line-height: 6rem;
      border-radius: 5px;
      position: relative; }
      @media screen and (max-width: 767px) {
        #about #lower-lst ul li {
          line-height: 4rem; } }
      #about #lower-lst ul li a {
        text-decoration: none;
        display: block;
        padding-left: 30px; }
        #about #lower-lst ul li a:hover {
          text-decoration: underline; }
        @media screen and (max-width: 767px) {
          #about #lower-lst ul li a {
            text-decoration: none;
            display: block;
            padding-left: 30px; } }
        #about #lower-lst ul li a i {
          font-size: 1.6rem;
          position: absolute;
          top: 35px;
          right: 15px; }
          @media screen and (max-width: 767px) {
            #about #lower-lst ul li a i {
              top: 20px; } }
#about .mv {
  width: 1200px;
  margin: 60px auto; }
  @media screen and (max-width: 767px) {
    #about .mv {
      width: auto;
      padding-bottom: 65px;
      margin: 30px 0 45px;
      position: relative; } }
  #about .mv .txt {
    display: grid;
    grid-template-columns: 100px 1fr;
    column-gap: 100px; }
    @media screen and (max-width: 767px) {
      #about .mv .txt {
        grid-template-columns: 1fr; } }
    #about .mv .txt h2 {
      writing-mode: vertical-rl;
      color: var(--main_font_color);
      font-size: 2rem;
      font-weight: normal;
      letter-spacing: .2em; }
      @media screen and (max-width: 767px) {
        #about .mv .txt h2 {
          writing-mode: horizontal-tb;
          font-size: 1.6rem;
          letter-spacing: .05em;
          position: absolute;
          bottom: 0;
          left: 5%; } }
      #about .mv .txt h2 span {
        color: #ccc;
        font-size: 1.2rem;
        letter-spacing: .05em; }
        @media screen and (max-width: 767px) {
          #about .mv .txt h2 span {
            color: #999; } }
#about section {
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    #about section {
      margin-bottom: 60px; } }
#about h3 {
  display: inline-block;
  min-width: 47%;
  background-color: var(--main_color_yellow);
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .2em;
  padding: 30px 5% 30px 20%;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    #about h3 {
      font-size: 1.4rem;
      padding: 30px 5%;
      letter-spacing: 0; } }
@media screen and (max-width: 767px) {
  #about .inner {
    width: 96%;
    margin: 0 auto; } }
#about .box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  margin-bottom: 90px;
  position: relative; }
  @media screen and (max-width: 767px) {
    #about .box {
      grid-template-columns: 1fr;
      margin-bottom: 30px; } }
#about .tel {
  text-decoration: none; }
  @media screen and (max-width: 767px) {
    #about .tel {
      text-decoration: underline; } }
#about .about-footer {
  background-color: var(--main_color_yellow);
  padding: 45px 0;
  margin: 90px 0 0 0; }
  #about .about-footer ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px; }
    @media screen and (max-width: 767px) {
      #about .about-footer ul {
        grid-template-columns: 1fr;
        gap: 15px; } }
    #about .about-footer ul li {
      background: #fff;
      line-height: 6rem;
      border-radius: 5px;
      position: relative; }
      @media screen and (max-width: 767px) {
        #about .about-footer ul li {
          line-height: 4rem; } }
      #about .about-footer ul li a {
        text-decoration: none;
        display: block;
        padding-left: 30px; }
        #about .about-footer ul li a:hover {
          text-decoration: underline; }
        #about .about-footer ul li a i {
          font-size: 1.6rem;
          position: absolute;
          top: 35px;
          right: 15px; }
          @media screen and (max-width: 767px) {
            #about .about-footer ul li a i {
              top: 20px; } }

/*--------------------
	PHILOSOPHY
--------------------*/
#philosophy .sec01 h3 {
  background: none;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0;
  margin: 0 0 30px 0; }
  @media screen and (max-width: 767px) {
    #philosophy .sec01 h3 {
      font-size: 1.4rem; } }
#philosophy .sec01 img {
  margin-top: -130px; }
  @media screen and (max-width: 767px) {
    #philosophy .sec01 img {
      width: 70%;
      max-width: 350px;
      margin: 30px auto 0; } }
#philosophy .sec02 .box div {
  position: relative; }
  #philosophy .sec02 .box div h4 {
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 15px; }
    #philosophy .sec02 .box div h4 span {
      font-size: 1rem; }
  #philosophy .sec02 .box div p {
    letter-spacing: .05em; }
#philosophy .sec02 img {
  margin-top: -130px; }
  @media screen and (max-width: 767px) {
    #philosophy .sec02 img {
      margin: 0; } }
#philosophy .sec03 h4 {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    #philosophy .sec03 h4 {
      font-size: 1.2rem;
      margin: 15px 0; } }
#philosophy .sec03 .nl {
  margin-top: 30px; }
#philosophy .sec03 .ctt {
  font-size: 1.2rem;
  margin-top: 15px;
  letter-spacing: .1em; }
  @media screen and (max-width: 767px) {
    #philosophy .sec03 .ctt {
      font-size: 1rem; } }

/*--------------------
	GREETING
--------------------*/
#greeting .sec01 h3 {
  background: none;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0;
  margin: 0 0 30px 0; }
  @media screen and (max-width: 767px) {
    #greeting .sec01 h3 {
      font-size: 1.4rem;
      margin: 0; } }
#greeting .sec01 p {
  margin-top: 30px; }
#greeting .sec01 .pics {
  margin-top: 60px; }
  #greeting .sec01 .pics img {
    display: block;
    margin-top: 30px; }
  #greeting .sec01 .pics .lgo {
    width: 500px;
    margin: 0 auto; }
  #greeting .sec01 .pics .tr {
    text-align: right;
    margin-top: 15px; }
#greeting .sec02 .box figuare {
  display: grid;
  grid-template-columns: 350px 1fr;
  margin-top: 60px;
  position: relative; }
  @media screen and (max-width: 767px) {
    #greeting .sec02 .box figuare {
      grid-template-columns: 1fr; } }
  @media screen and (max-width: 767px) {
    #greeting .sec02 .box figuare img {
      width: 350px;
      margin: 0 auto; } }
  #greeting .sec02 .box figuare figcaption {
    text-align: right;
    font-size: 1.6em;
    position: absolute;
    top: 280px;
    right: 0; }
    @media screen and (max-width: 767px) {
      #greeting .sec02 .box figuare figcaption {
        text-align: center;
        position: relative;
        top: auto;
        right: auto;
        margin: 15px 0; } }
    #greeting .sec02 .box figuare figcaption span {
      font-size: .9rem; }
    #greeting .sec02 .box figuare figcaption .kana {
      font-size: 1.1rem;
      letter-spacing: .05em; }
#greeting .sec02 .box h4 {
  font-size: 2rem;
  font-weight: normal;
  margin: -100px 0 30px 0; }
  @media screen and (max-width: 767px) {
    #greeting .sec02 .box h4 {
      font-size: 1.2rem;
      margin: 0 0 30px 0; } }
  #greeting .sec02 .box h4 span {
    font-size: 1rem; }
#greeting .sec02 .box p {
  letter-spacing: .05em; }
#greeting .sec03 h3 {
  width: 49%;
  padding: 30px 20% 30px 2%;
  margin: 0 0 30px 51%; }
  @media screen and (max-width: 767px) {
    #greeting .sec03 h3 {
      width: 80%;
      margin: 0 0 30px 20%; } }
#greeting .sec03 .box figuare {
  display: grid;
  grid-template-columns: 350px 1fr;
  margin-top: 60px;
  position: relative; }
  @media screen and (max-width: 767px) {
    #greeting .sec03 .box figuare {
      grid-template-columns: 1fr;
      margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    #greeting .sec03 .box figuare img {
      width: 350px;
      margin: 0 auto; } }
  #greeting .sec03 .box figuare figcaption {
    text-align: right;
    font-size: 1.6em;
    position: absolute;
    top: 280px;
    right: 0; }
    @media screen and (max-width: 767px) {
      #greeting .sec03 .box figuare figcaption {
        text-align: center;
        position: relative;
        top: auto;
        right: auto;
        margin: 15px 0; } }
    #greeting .sec03 .box figuare figcaption span {
      font-size: .9rem; }
    #greeting .sec03 .box figuare figcaption .kana {
      font-size: 1.1rem;
      letter-spacing: .1em; }
#greeting .sec03 .box h4 {
  font-size: 2rem;
  font-weight: normal;
  margin: -100px 0 30px 0; }
  @media screen and (max-width: 767px) {
    #greeting .sec03 .box h4 {
      font-size: 1.2rem;
      margin: 0 0 30px 0; } }
  #greeting .sec03 .box h4 span {
    font-size: 1rem; }
#greeting .sec03 .box p {
  letter-spacing: .05em; }

/*--------------------
	RELATION
--------------------*/
#relation .sec01 {
  margin-bottom: 30px; }
  #relation .sec01 h3 {
    background: none;
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: 600;
    padding: 0;
    margin: 0 0 30px 0; }
    @media screen and (max-width: 767px) {
      #relation .sec01 h3 {
        font-size: 1.4rem;
        margin: 0; } }
#relation .sec02 h3 {
  min-width: 50%;
  padding: 90px 5% 150px 20%; }
  @media screen and (max-width: 767px) {
    #relation .sec02 h3 {
      padding: 30px 5% 30px 20%; } }
#relation .sec02 p {
  width: 45%;
  margin: -300px 0 0 55%; }
  @media screen and (max-width: 767px) {
    #relation .sec02 p {
      width: 100%;
      margin: 0; } }
#relation .sec02 .fst {
  margin: 90px 0 30px; }
  @media screen and (max-width: 767px) {
    #relation .sec02 .fst {
      margin: 30px 0; } }
  #relation .sec02 .fst dl a {
    text-decoration: none;
    background: #fff;
    padding: 30px;
    border: 1px solid #999;
    display: grid;
    grid-template-columns: 40% 1fr;
    column-gap: 90px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #relation .sec02 .fst dl a {
        grid-template-columns: 1fr; } }
    #relation .sec02 .fst dl a:hover i {
      color: #666; }
    #relation .sec02 .fst dl a dt img {
      display: block;
      width: 360px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        #relation .sec02 .fst dl a dt img {
          width: 300px; } }
    #relation .sec02 .fst dl a dd span {
      display: inline-block;
      font-size: 1.2rem;
      margin-bottom: 10px; }
    #relation .sec02 .fst dl a i {
      color: #ccc;
      font-size: 1.5rem;
      position: absolute;
      top: 15px;
      right: 15px;
      transition: .5s; }
      @media screen and (max-width: 767px) {
        #relation .sec02 .fst dl a i {
          font-size: 1rem; } }
#relation .sec02 .lst {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 90px;
  row-gap: 30px; }
  @media screen and (max-width: 767px) {
    #relation .sec02 .lst {
      grid-template-columns: 1fr; } }
  #relation .sec02 .lst dl a {
    text-decoration: none;
    background: #fff;
    padding: 15px;
    border: 1px solid #999;
    display: grid;
    grid-template-columns: 180px 1fr;
    column-gap: 15px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #relation .sec02 .lst dl a {
        grid-template-columns: 1fr; } }
    #relation .sec02 .lst dl a:hover i {
      color: #666; }
    #relation .sec02 .lst dl a dt img {
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        #relation .sec02 .lst dl a dt img {
          width: 180px; } }
    @media screen and (max-width: 767px) {
      #relation .sec02 .lst dl a dd {
        text-align: center; } }
    #relation .sec02 .lst dl a dd span {
      display: inline-block;
      font-size: 1.1rem;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        #relation .sec02 .lst dl a dd span {
          margin: 15px 0; } }
    #relation .sec02 .lst dl a i {
      color: #ccc;
      font-size: 1.5rem;
      position: absolute;
      top: 15px;
      right: 15px;
      transition: .5s; }
      @media screen and (max-width: 767px) {
        #relation .sec02 .lst dl a i {
          font-size: 1rem; } }
#relation .sec03 h3 {
  min-width: 50%;
  padding: 90px 5% 150px 20%; }
#relation .sec03 .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 90px;
  margin-top: -110px; }
  @media screen and (max-width: 767px) {
    #relation .sec03 .inner {
      grid-template-columns: 1fr; } }
#relation .sec03 .fst a {
  display: block;
  text-decoration: none;
  background: #fff;
  padding: 15px;
  border: 1px solid #999;
  position: relative; }
  @media screen and (max-width: 767px) {
    #relation .sec03 .fst a {
      margin-bottom: 30px; } }
  #relation .sec03 .fst a:hover i {
    color: #666; }
  #relation .sec03 .fst a dl {
    display: grid;
    grid-template-columns: 180px 1fr;
    column-gap: 15px;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      #relation .sec03 .fst a dl {
        grid-template-columns: 1fr; } }
    #relation .sec03 .fst a dl dt img {
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        #relation .sec03 .fst a dl dt img {
          width: 180px; } }
    @media screen and (max-width: 767px) {
      #relation .sec03 .fst a dl dd {
        text-align: center; } }
    #relation .sec03 .fst a dl dd span {
      display: inline-block;
      font-size: 1.1rem;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        #relation .sec03 .fst a dl dd span {
          margin: 15px 0; } }
  #relation .sec03 .fst a .box01 {
    margin-bottom: 30px; }
    #relation .sec03 .fst a .box01 h4 {
      font-size: 1rem;
      font-weight: 500;
      padding: 5px;
      border-bottom: 1px solid #666;
      margin-bottom: 5px; }
      #relation .sec03 .fst a .box01 h4 span {
        font-size: .9rem;
        font-weight: normal; }
    #relation .sec03 .fst a .box01 ul {
      list-style: none;
      display: grid;
      grid-template-columns: 1fr 1fr;
      padding: 0 5px; }
      @media screen and (max-width: 767px) {
        #relation .sec03 .fst a .box01 ul {
          grid-template-columns: 1fr; } }
      #relation .sec03 .fst a .box01 ul li {
        font-size: .9rem;
        margin-top: 5px; }
  #relation .sec03 .fst a .box02 {
    display: grid;
    grid-template-columns: 230px 1fr;
    column-gap: 20px; }
    @media screen and (max-width: 767px) {
      #relation .sec03 .fst a .box02 {
        grid-template-columns: 1fr; } }
    #relation .sec03 .fst a .box02 div h4 {
      font-size: 1rem;
      font-weight: 500;
      padding: 5px 0 5px 5px;
      border-bottom: 1px solid #666;
      margin-bottom: 5px; }
      #relation .sec03 .fst a .box02 div h4 span {
        font-size: .9rem;
        font-weight: normal; }
    #relation .sec03 .fst a .box02 div ul {
      list-style: none;
      padding: 0 5px; }
      #relation .sec03 .fst a .box02 div ul li {
        font-size: .9rem;
        margin-top: 5px; }
  #relation .sec03 .fst a i {
    color: #ccc;
    font-size: 1.5rem;
    position: absolute;
    top: 15px;
    right: 15px;
    transition: .5s; }
    @media screen and (max-width: 767px) {
      #relation .sec03 .fst a i {
        font-size: 1rem; } }
#relation .sec03 .lst dl {
  margin-bottom: 30px; }
  #relation .sec03 .lst dl a {
    text-decoration: none;
    background: #fff;
    padding: 15px;
    border: 1px solid #999;
    display: grid;
    grid-template-columns: 180px 1fr;
    column-gap: 15px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #relation .sec03 .lst dl a {
        grid-template-columns: 1fr; } }
    #relation .sec03 .lst dl a:hover i {
      color: #666; }
    #relation .sec03 .lst dl a dt img {
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        #relation .sec03 .lst dl a dt img {
          width: 180px; } }
    @media screen and (max-width: 767px) {
      #relation .sec03 .lst dl a dd {
        text-align: center; } }
    #relation .sec03 .lst dl a dd span {
      display: inline-block;
      font-size: 1.1rem;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        #relation .sec03 .lst dl a dd span {
          margin: 15px 0; } }
    #relation .sec03 .lst dl a i {
      color: #ccc;
      font-size: 1.5rem;
      position: absolute;
      top: 15px;
      right: 15px;
      transition: .5s; }
      @media screen and (max-width: 767px) {
        #relation .sec03 .lst dl a i {
          font-size: 1rem; } }
#relation .sec04 h3 {
  min-width: 50%;
  padding: 90px 5% 150px 20%; }
#relation .sec04 .lst {
  margin-top: -110px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 90px;
  row-gap: 30px; }
  @media screen and (max-width: 767px) {
    #relation .sec04 .lst {
      grid-template-columns: 1fr; } }
  #relation .sec04 .lst dl a {
    text-decoration: none;
    background: #fff;
    padding: 15px;
    border: 1px solid #999;
    display: grid;
    grid-template-columns: 180px 1fr;
    column-gap: 15px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #relation .sec04 .lst dl a {
        grid-template-columns: 1fr; } }
    #relation .sec04 .lst dl a:hover i {
      color: #666; }
    #relation .sec04 .lst dl a dt img {
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        #relation .sec04 .lst dl a dt img {
          width: 180px; } }
    @media screen and (max-width: 767px) {
      #relation .sec04 .lst dl a dd {
        text-align: center; } }
    #relation .sec04 .lst dl a dd span {
      display: inline-block;
      font-size: 1.1rem;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        #relation .sec04 .lst dl a dd span {
          margin: 15px 0; } }
    #relation .sec04 .lst dl a i {
      color: #ccc;
      font-size: 1.5rem;
      position: absolute;
      top: 15px;
      right: 15px;
      transition: .5s; }
      @media screen and (max-width: 767px) {
        #relation .sec04 .lst dl a i {
          font-size: 1rem; } }

/*--------------------
	ACCESS
--------------------*/
#access .sec01 .box {
  grid-template-columns: 1fr 500px; }
  @media screen and (max-width: 767px) {
    #access .sec01 .box {
      grid-template-columns: 1fr; } }
  #access .sec01 .box h3 {
    background: none;
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: .1em;
    padding: 0;
    margin: 0 0 30px 0; }
    @media screen and (max-width: 767px) {
      #access .sec01 .box h3 {
        font-size: 1.4rem;
        margin: 0; } }
  #access .sec01 .box p {
    margin-top: 30px; }
#access .sec02 .left {
  background: #fff;
  padding: 60px;
  border-radius: 10px; }
  @media screen and (max-width: 767px) {
    #access .sec02 .left {
      padding: 30px 5%;
      margin-bottom: 30px; } }
  #access .sec02 .left h4 {
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 30px; }
  #access .sec02 .left img {
    display: block;
    width: 400px;
    margin: 0 auto 15px; }
  #access .sec02 .left p {
    text-align: center;
    font-size: .9rem; }
#access .sec02 .right {
  background: #fff;
  padding: 60px;
  border-radius: 15px; }
  @media screen and (max-width: 767px) {
    #access .sec02 .right {
      padding: 30px 5%;
      margin-bottom: 30px; } }
  #access .sec02 .right h4 {
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 90px; }
    @media screen and (max-width: 767px) {
      #access .sec02 .right h4 {
        margin-bottom: 30px; } }
  #access .sec02 .right p {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: .1em;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      #access .sec02 .right p {
        font-size: 1rem; } }
    #access .sec02 .right p span {
      font-size: 2rem;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        #access .sec02 .right p span {
          font-size: 1.4rem; } }
#access .sec04 h3 {
  padding: 120px 5% 120px 20%; }
  @media screen and (max-width: 767px) {
    #access .sec04 h3 {
      padding: 30px 5% 30px 20%; } }
#access .sec04 p {
  width: 50%;
  margin: -300px 0 100px 50%; }
  @media screen and (max-width: 767px) {
    #access .sec04 p {
      width: 100%;
      margin: 15px 0 30px; } }
