@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-weight: normal;
  font-family: "YakuHanJP", "Helvetica", "游ゴシック Medium", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "sans-serif";
  color: #333333;
}

input, select, textarea {
  font-family: "Helvetica", "游ゴシック Medium", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "sans-serif";
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}

ul {
  list-style: none;
}

p, ul, table, dl {
  word-wrap: break-word;
  word-break: break-all;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1.3em;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  border: 1px solid #dadada;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}
a:hover {
  opacity: 0.4;
}
a img {
  backface-visibility: hidden;
  transition: 0.6s;
}
a img:hover {
  opacity: 0.7;
}

.wrap {
  max-width: 1200px;
  min-width: 1150px;
  margin: 0 auto;
}

.en {
  font-size: 1.2rem;
  color: #7c7c7c;
  display: block;
  font-weight: normal;
}

.sp_br {
  display: none;
}

.custom_br {
  display: none;
}

.custom_br_iphone {
  display: none;
}

header {
  min-width: 1150px;
  padding: 10px 4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
}
header::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: url("../images/about/header_bg.png") repeat-y left top/contain;
  position: absolute;
  bottom: -15px;
  left: 0;
}
header h1 {
  width: 16%;
  min-width: 200px;
}
header h1 img {
  width: 100%;
}
header ul {
  display: flex;
  font-size: 1.4rem;
  font-weight: bolder;
  align-items: center;
  text-align: center;
  margin: 0;
}
header ul a {
  display: block;
}
header ul span {
  display: block;
  font-size: 1.1rem;
}
header ul img {
  width: 100%;
}
header ul li:not(.sns) {
  margin-right: 30px;
}
header ul li.sns {
  margin-right: 18px;
}
header ul li.sns a {
  width: 25px;
}
header a#sp_menu {
  display: none;
}

section.info ul {
  display: flex;
  justify-content: center;
  gap: 3%;
}
section.info ul li {
  border: 2px solid #000000;
  width: 300px;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  margin-bottom: 10px;
}
section.info ul li a {
  font-size: 1.6rem;
}
section.info ul li a i {
  margin-right: 5px;
}
section.info ul li a.tel {
  font-size: 2.0rem;
}
section.info ul li.mail {
  padding: 0;
}
section.info ul li.mail a {
  font-size: 2.0rem;
}

div#bottom_nav {
  display: none;
}

main article {
  min-width: 1150px;
}
main article h1 {
  font-size: 4.0rem;
  font-weight: normal;
  margin-top: 2em;
  margin-bottom: 3%;
  position: relative;
  padding-left: 90px;
  z-index: -1;
}
main article h1::before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 10px;
  top: 50%;
  left: 0;
  background: url("../images/about/title_bg.png") no-repeat left top/100% 100%;
}
main article h1 span {
  font-size: 1.8rem;
}

footer {
  padding-top: 15%;
  position: relative;
  min-width: 1150px;
}
footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: url("../images/about/header_bg.png") repeat-y left top/contain;
  position: absolute;
  top: 70px;
  left: 0;
}
footer .logo_top {
  position: absolute;
  z-index: 10;
  top: 3%;
  left: 50%;
  width: 20%;
  padding: 0 100px;
  background: #ffffff;
  transform: translate(-50%, 0);
}
footer .logo_top img {
  width: 100%;
}
footer div.box {
  display: flex;
  gap: 4%;
  justify-content: center;
}
footer div.box section:nth-child(1) {
  width: 35%;
}
footer div.box section:nth-child(1) > ul.area {
  /*display: flex;
  flex-wrap: wrap;
  gap: 0 15px;*/
  font-size: 1.1rem;
}
footer div.box section:nth-child(1) > ul.area li {
  display: inline-block;
  margin-right: 8px;
}
footer div.box section:nth-child(2) {
  width: 23%;
  padding-top: 85px;
}
footer div.box section:nth-child(3) {
  width: 18%;
  padding-top: 85px;
}
footer div.box section:nth-child(3) img {
  width: 100%;
  margin-bottom: 20px;
}
footer div.box section .logo img {
  width: 300px;
}
footer div.box section h2 {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 5%;
}
footer div.box section p {
  line-height: 1.4;
  font-size: 1.3rem;
  margin: 0;
}
footer div.box section dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 3em;
}
footer div.box section dl dt {
  width: 13%;
  font-weight: bold;
}
footer div.box section dl dd {
  width: 80%;
}
footer div.box section .sns {
  display: flex;
  gap: 2%;
  align-items: center;
}
footer div.box section .sns li {
  width: 50px;
}
footer div.box section .sns li img {
  width: 100%;
}
footer div.box section .menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 25px 60px;
  height: 350px;
}
footer div.box section .menu li {
  position: relative;
  font-size: 1.4rem;
}
footer div.box section .menu li span {
  display: block;
}
footer div.box section .menu li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  content: "\f35a";
  position: absolute;
  left: -20px;
  top: 2px;
}
footer div.box section .info {
  width: 100%;
}
footer div.box section .info ul {
  flex-direction: column;
}
footer div.box section .info ul li {
  width: 100%;
}
footer div.box section .info ul li.mail {
  padding: 0;
}
footer div.box section .info ul li.mail a {
  font-size: 1.5rem;
}
footer p.copy {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  body {
    padding-top: 15vw;
  }

  .sp_br {
    display: block;
  }

  body.Android .custom_br {
    display: block;
  }

  body.iPhone .custom_br_iphone {
    display: inline-block;
  }

  .wrap {
    width: 100%;
    min-width: 100%;
  }

  a:hover {
    opacity: 1;
  }

  section.info {
    display: none;
  }
  section.info ul {
    flex-direction: column;
    align-items: center;
  }
  section.info ul li {
    width: 100%;
    max-width: 280px;
    height: 20vw;
    padding: 0px 4%;
    margin-bottom: 3%;
  }

  header {
    padding: 10px 2em;
    height: 15vw;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    min-width: 100%;
  }
  header nav {
    background: rgba(255, 255, 255, 0.93);
    height: calc(100dvh - 15vw);
    position: fixed;
    top: 15vw;
    width: 100%;
    left: 100%;
    opacity: 0;
    overflow-y: scroll;
    transition: 0.3s;
    display: none;
  }
  header nav.close {
    left: 0;
    opacity: 1;
  }
  header nav ul {
    display: block;
    height: 100%;
    padding: 10% 0;
  }
  header nav ul li {
    margin: 0;
  }
  header nav ul li {
    width: 50%;
  }
  header nav ul li:not(.sns) {
    margin-right: 0;
    width: 100%;
    margin-bottom: 1.8em;
  }
  header nav ul li.sns {
    margin: 0;
    float: left;
    padding: 0 1.4em;
  }
  header nav ul li.sns.insta a {
    margin-left: auto;
  }
  header nav ul li.sns.line a {
    margin-right: auto;
  }
  header a#sp_menu {
    display: block;
    width: 10vw;
    height: 10vw;
    position: relative;
  }
  header a#sp_menu span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: -4px;
    transition: 0.3s;
  }
  header a#sp_menu span::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    transform: translate(0, -50%);
    top: 8px;
    transition: 0.3s;
  }
  header a#sp_menu.close span {
    transform: rotate(-25deg);
  }
  header a#sp_menu.close span:after {
    transform: rotate(50deg);
    top: 0;
  }

  div#bottom_nav {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
  }
  div#bottom_nav section.info {
    display: block;
  }
  div#bottom_nav section.info ul {
    flex-direction: row;
    gap: 0;
    margin: 0;
  }
  div#bottom_nav section.info ul li {
    border: none;
    width: 50%;
    max-width: 100%;
    height: 13vw;
    max-height: 60px;
    margin-bottom: 0;
    color: #ffffff;
  }
  div#bottom_nav section.info ul li.tel {
    background: #85ac9a;
  }
  div#bottom_nav section.info ul li.tel br {
    display: none;
  }
  div#bottom_nav section.info ul li.tel a {
    font-size: 4.6vw;
  }
  div#bottom_nav section.info ul li.tel a:first-child {
    display: none;
  }
  div#bottom_nav section.info ul li.tel a::before {
    content: "\f879";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    margin-right: 5px;
  }
  div#bottom_nav section.info ul li.mail {
    padding: 0;
    background: #e59299;
  }
  div#bottom_nav section.info ul li.mail a {
    font-size: 3.5vw;
  }
  div#bottom_nav section.info ul li.mail a i {
    font-size: 135%;
  }

  main {
    min-width: 100%;
  }
  main article {
    min-width: 100%;
  }
  main article h1 {
    margin: 10% 0 40px;
    font-size: 2.8rem;
    padding-left: 60px;
    line-height: 1.2;
  }
  main article h1::before {
    width: 50px;
    top: 13px;
  }
  main article h1 span {
    font-size: 1.5rem;
    display: block;
  }

  footer {
    padding: 30% 0 60px;
    min-width: 100%;
  }
  footer .logo_top {
    top: 6%;
    width: 22%;
    padding: 0 15px;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  footer div.box {
    flex-direction: column;
    padding: 5% 3% 0;
  }
  footer div.box section {
    width: 100% !important;
    padding: 0 !important;
  }
  footer div.box section:nth-child(3) {
    text-align: center;
  }
  footer div.box section:nth-child(3) img {
    width: 200px;
  }
  footer div.box section .logo img {
    width: 60%;
  }
  footer div.box section h2 {
    font-size: 1.6rem;
  }
  footer div.box section p {
    line-height: 1.4;
    font-size: 1.3rem;
    margin: 0;
  }
  footer div.box section dl {
    flex-direction: column;
    margin-bottom: 2em;
  }
  footer div.box section dl dt {
    width: 100%;
  }
  footer div.box section dl dd {
    width: 100%;
  }
  footer div.box section .sns li {
    width: 12%;
    max-width: 40px;
  }
  footer div.box section .sns li img {
    width: 100%;
  }
  footer div.box section .menu {
    flex-direction: row;
    justify-content: center;
    gap: 0;
    height: auto;
    margin-left: 2em;
  }
  footer div.box section .menu li {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
  footer div.box section .menu li span {
    display: inline-block;
    font-size: 1.2rem;
    margin-left: 1em;
  }
  footer div.box section .info {
    display: none;
    flex-direction: column;
  }
  footer div.box section .info li a {
    font-size: 1.8rem;
  }
  footer div.box section .info li a.tel {
    font-size: 2.0rem;
  }
  footer div.box section .info li.mail a {
    font-size: 1.6rem;
  }
  footer p.copy {
    text-align: center;
  }
}
