@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

li {
  list-style: none; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none; }

/************************************************/
*, *::before, *::after {
  box-sizing: border-box; }

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

a:hover {
  opacity: 1; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

  .sp {
    display: none;
  }

/* .mv,
.business,
.works,
.company,
.history,
.access,
footer {
  display: none;
} */

.fade-in {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1.5s, opacity 1.5s, visibility 1.5s;
}

.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}


.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 40px;
}
.header .inner .navigation ul {
  display: flex;
  column-gap: 30px;
}
.header .inner .navigation a {
  font-family: 'Noto Serif JP', sans-serif;
  color: #363636;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
.header .inner .navigation a::before {
  content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: #316043;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}
.header .inner .navigation a:hover:before {
  transform: scale(1);
}
.header .inner .navigation .tel::before {
  content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: #FFF;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}
.header .inner .navigation .tel:hover:before {
  transform: scale(1);
}
.header .inner .navigation a:hover,
.header .inner .navigation a:active {
  color: #316043;
}
.header .inner .navigation .tel {
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  color: #316043;
}
.header .inner .navigation .tel img {
  display: inline-block;
  margin-right: 9px;
}
.header .hamburger {
  display: none;
}
.sp-global-menu {
  display: none;
}

.mv {
  height: 674px;
  background-color: #FCF9F4;
  position: relative;
}
.mv .inner {
  width: 91.6%;
  height: 100%;
  background-image: url(../img/mv.jpg);
  background-size: cover;
  background-position: center center;
  border-bottom-left-radius: 20px;
  margin: 0 0 0 auto;
}
.scroll {
  display: inline-block;
  position: absolute;
  left: 2.8%;
  bottom: 0;
  z-index: 2;
  padding: 0 0 110px;
  overflow: hidden;
  color: #363636!important;
  font-size: 14px;
  font-family: 'Zen Old Mincho', serif;
  line-height: 1;
  letter-spacing: .2em;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #363636;
}
.scroll::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, .4);
}
.scroll::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.greeting {
  text-align: center;
  background-color: #FCF9F4;
}
.greeting .inner {
  position: relative;
  padding: 50px 0 80px 120px;
}
.greeting h2 {
  font-family: 'Zen Old Mincho', serif;
  color: #316043;
  font-size: 40px;
  line-height: 1.5;
  position: relative;
  padding-bottom: 9px;
  margin-right: 120px;
}
.greeting h2 span {
  display: block;
  font-size: 24px;

  font-weight: bold;
}
.greeting h2::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #316043;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.greeting .inner > p {
  font-family: 'Noto Serif JP', sans-serif;
  text-align: left;
  width: 84.7%;
  font-size: 16px;
  color: #363636;
  line-height: 2;
  padding: 50px 120px 125px 0;
  margin: 0 auto;
}
.greeting .inner .prefecture {
  position: absolute;
  /* top: 236.3px; */
  top: 201.3px;
  right: 40px;
  z-index: 2;
}
.greeting .inner .profile {
  width: 84.17%;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  padding: 40px 100px 46px 0;
  /* padding: 40px 100px 77px 0; */
  margin: 0 0 0 auto;
}
.greeting .inner .profile img {
  width: 43.2%;
  max-width: 506px;
  height: auto;
  max-height: 323px;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  top: -40px;
  /* left: -209px; */
  left: -17%;
}
.greeting .inner .profile-right {
  text-align: left;
  /* margin-left: 357px; */
  margin-left: 34%;
}
.greeting .inner .profile-right .prof-ttl {
  font-family: 'Zen Old Mincho', serif;
  color: #363636;
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #316043;
}
.greeting .inner .profile-right .name {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #000;
  padding-top: 35px;
}
.greeting .inner .profile-right .name span {
  font-size: 16px;
  line-height: 2;
}
.greeting .inner .profile-right .career {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #000;
}

.business {
  background-color: #FCF9F4;
  padding-bottom: 87px;
}
.business .inner {
  width: calc( 100% - 240px );
  margin: 0 auto;
}
.business .inner h2 {
  font-family: 'Zen Old Mincho', serif;
  color: #316043;
  font-size: 40px;
  line-height: 1.5;
  position: relative;
  padding-bottom: 9px;
}
.business .inner h2 span {
  display: block;
  font-size: 24px;
  line-height: 35px;
}
.business .inner h2::after {
  content: "";
  width: 500px;
  height: 1px;
  background-color: #316043;
  position: absolute;
  left: -240px;
  bottom: 0;
}
.contents {
  display: flex;
  column-gap: 60px;
  justify-content: center;
  width: 100%;
  padding-top: 50px;
  margin: 0 auto;
}
.content {
  text-align: center;
  width: calc( 100% - 120px );
  max-width: 360px;
}
.content img {
  width: 240px;
  height: 240px;
  margin: 0 auto;
}
.content h3 {
  font-family: 'Zen Old Mincho', serif;
  color: #3B4043;
  font-size: 24px;
  line-height: 1.5;
  padding: 28.8px 0 26.2px;
}
.content p {
  font-family: 'Noto Serif JP', sans-serif;
  color: #000;
  text-align: left;
  font-size: 16px;
  line-height: 2;
}

.works .inner {
  width: calc(100% - 80px);
  padding: 40px 0 100px;
  margin: 0 auto;
}
.works .inner h2 {
  font-family: 'Zen Old Mincho', serif;
  color: #316043;
  font-size: 40px;
  line-height: 1.5;
  padding-bottom: 9px;
  position: relative;
  margin-left: 80px;
}
.works .inner h2::after {
  content: "";
  width: 500px;
  height: 1px;
  background-color: #316043;
  position: absolute;
  left: -240px;
  bottom: 0;
}
.works .inner .cards {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 50px;
  width: 100%;
  max-width: 1360px;
  padding-top: 50px;
  margin: 0 auto; 
}
.works .inner .card {
  width: calc( (100% - 100px) / 3 );
  height: auto;
  text-align: left;
  border-radius: 14px;
  /* border: 1px solid #707070; */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.26);
  padding: 30px;
}
.works .inner .card img {
  width: 100%;
}
.works .inner .card .ttl {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  padding: 20px 0 0;
}

.item {
  width: 21%;
}
.summary {
  width: 79%;
}
.company {
  background-color: #FCF9F4;
}
.company .inner {
  width: calc(100% - 240px);
  padding: 50px 0 80px;
  margin: 0 120px;
}
.company .inner h2 {
  font-family: 'Zen Old Mincho', serif;
  color: #316043;
  font-size: 40px;
  line-height: 1.5;
  padding-bottom: 9px;
  position: relative;
}
.company .inner h2 span {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.company .inner h2::after {
  content: "";
  width: 500px;
  height: 1px;
  background-color: #316043;
  position: absolute;
  left: -240px;
  bottom: 0;
}
.company .inner table {
  width: 100%;
  max-width: 980px;
  font-size: 16px;
  color: #000;
  margin: 30px auto 0;
}
.company .inner table td {
  font-family: 'Noto Serif JP', sans-serif;
}
.company .inner table .item {
  font-weight: bold;
  border-bottom: 1px solid #316043;
  padding: 20px 20px 27px 10px;
}
.company .inner table .summary {
  border-bottom: 1px solid #D8D8D8;
  padding: 20px 20px 27px 22px;
}
.company .inner table .list li {
  line-height: 30px;
}

.history .inner {
  width: calc(100% - 240px);
  padding-top: 28px;
  padding-bottom: 80px;
  margin: 0 120px;
}
.history h2 {
  font-family: 'Zen Old Mincho', serif;
  color: #316043;
  font-size: 40px;
  line-height: 1.5;
  position: relative;
  padding-bottom: 9px;
}
.history h2 span {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
.history h2::after {
  content: "";
  width: 500px;
  height: 1px;
  background-color: #316043;
  position: absolute;
  left: -240px;
  bottom: 0;
}
.history table {
  width: 100%;
  max-width: 980px;
  font-size: 16px;
  margin: 30px auto 0;
}
.history table td {
  font-family: 'Noto Serif JP', sans-serif;
  color: #000;
}
.history table .item {
  font-weight: bold;
  border-bottom: 1px solid #316043;
  padding: 20px 20px 27px 10px;
}
.history table .summary {
  border-bottom: 1px solid #D8D8D8;
  padding: 20px 20px 27px 22px;
}

.access {
  background-color: #FCF9F4;
}
.access .inner {
  width: calc( 100% - 240px );
  text-align: center;
  padding: 80px 0 81.5px;
  margin: 0 auto;
}
.access .inner h2 {
  font-family: 'Zen Old Mincho', serif;
  color: #316043;
  font-size: 40px;
  line-height: 1.5;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 54.5px;
}
.access .inner h2 span {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
.access .inner h2::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #316043;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.access .inner p {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 18px;
  line-height: 2;
  color: #000;
}
.access .inner .phone-num {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
.access .inner .phone-num p {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 18px;
  line-height: 2;
  color: #000;
}
.access .inner .phone-num p a {
  color: #000;
}
.access .inner .iframeWrap {
  width: 100%;
  margin-top: 41px;
}
.access .inner .iframeWrap iframe {
  width: 100%;
}
.access .inner .map {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  color: #4A90E2;
  font-size: 14px;
  margin-top: 24px;
}
.access .inner .map img {
  margin-left: 14.7px;
}

footer .inner {
  text-align: center;
  background-color: #316043;
  padding: 40px 0;
}
footer .inner h2 {
  font-family: 'Zen Old Mincho', serif;
  color: #FFF;
  font-size: 40px;
  line-height: 1.5;
  position: relative;
  padding: 9px;
}
footer .inner h2 span {
  display: block;
  color: #FCF9F4;
  font-size: 24px;
}
footer .inner h2:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

footer .inner .tel {
  font-family: 'Zen Old Mincho', serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 800px;
  color: #316043;
  background-color: #FCF9F4;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  border-radius: 20px;
  padding: 21px 0;
  margin: 20px auto 40px;
}
footer .inner .tel img {
  margin-right: 18.2px;
}
footer .inner nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
}
footer .inner nav li a {
  font-family: 'Noto Serif JP', sans-serif;
  color: #FCF9F4;
  position: relative;
  text-decoration: none;
}
footer .inner nav li a::before {
  content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}
footer .inner nav li a:hover:before {
  transform: scale(1);
}

footer .inner .footer-logo {
  margin: 50px auto 24px;
}
footer .copy-right {
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 25px 0 21px;
}

@media screen and (min-width: 1440px) {
  .mv {
    height: calc( 100vh - 75px );
  }
}

@media screen and (max-width: 1080px) {
  .content img {
    width: 160px;
    height: 160px;
  }
}

@media screen and (max-width: 1024px) {
  .header .inner {
    padding: 21px 0 21px 40px;
    margin-right: 88px;
  }
  .header .inner .navigation a:not(.tel) {
    display: none;
  }
  .header .hamburger {
    display: block;
  }
  .sp-global-menu {
    display: block;
  }

  .button {
    display: inline-block;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  .menu-trigger {
    position: fixed;
    top: 16px;
    right: 20px;
    z-index: 11;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #333;
    box-shadow: 0 0 2rem transparent;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .hamburger:hover, .hamburger:focus {
    box-shadow: 0 0 0.5rem rgba(161, 161, 161, 0.5);
  }
  .hamburger__line {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 18px;
    height: 2px;
    background-color: #333;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .hamburger__line::before, .hamburger__line::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    content: '';
    -webkit-transition: inherit;
    transition: inherit;
  }
  .hamburger__line::before {
    top: -5px;
  }
  .hamburger__line::after {
    top: 5px;
  }
  .menu-trigger.action {
    border: 1px solid #fff;
  }
  .menu-trigger.action .hamburger__line {
    background-color: transparent;
  }
  .menu-trigger.action .hamburger__line::before,
  .menu-trigger.action .hamburger__line::after {
    top: 0;
    background-color: #fff;
  }
  .menu-trigger.action .hamburger__line::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-trigger.action .hamburger__line::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .sp-global-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 100vh;
    background-color: #316043;
    color: #fff;
    overflow: hidden;
    padding: 20px;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-transition:ease .5s;
    transition:ease .5s;
    z-index: 10;
  }
  .drawer.action,
  .drawer.action ul{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sp-global-menu nav a {
    display: inline-block;
    color: #FFF;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    position: relative;
    text-decoration: none;
  }
  .sp-global-menu nav a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left;
    transition: 0.4s;
  }
  .sp-global-menu nav a:hover:before {
    transform: scale(1);
  }

  .greeting .inner {
    padding: 50px 0 80px 50px;
  }
  .greeting h2 {
    margin-right: 50px;
  }
  .greeting .inner > p {
    padding: 50px 50px 125px 0;
  }
  .greeting .inner .prefecture {
    opacity: 0.6;
  }
  .greeting .inner .profile {
    padding: 30px 100px 20px 0;
  }
  .greeting .inner .profile-right {
    margin-left: 37%;
  }
  .greeting .inner .profile img {
    left: -110px;
  }

  .contents {
    flex-direction: column;
    justify-content: center;
    row-gap: 50px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .content {
    width: 100%;
    max-width: 360px;
  }
  .works .inner .card {
    width: calc( (100% - 50px) / 2 );
  }

  .item {
    width: 30%;
  }
  .summary {
    width: 70%;
  }
  .company .inner table .sales {
    line-height: 1.5;
  }

  footer .inner .tel {
    width: 650px;
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .header .inner .navigation {
    display: none;
  }
  .sp-global-menu {
    width: 300px;
  }

  .mv {
    height: 392px;
  }
  .scroll {
    font-size: 12px;
    left: 0;
    padding: 10px 10px 70px;
  }
  .scroll::after {
    height: 60px;
  }
  .scroll::before {
    height: 60px;
  }

  .greeting .inner {
    padding: 50px 0;
  }
  .greeting h2 {
    font-size: 24px;
    margin-right: 0;
  }
  .greeting h2 span {
    font-size: 15px;
  }
  .greeting .inner > p {
    font-size: 14px;
    padding:50px 0 150px;
  }
  .greeting .inner .prefecture {
    width: 250px;
    top: 18%;
    right: 40px;
  }
  .greeting .inner .profile {
    width: 500px;
    max-width: 70%;
    border-radius: 20px;
    padding: 50px;
    margin: 0 auto;
  }
  .greeting .inner .profile img {
    width: 100%;
    border: 2px solid #316043;
    position: unset;
    margin: 0 auto;
  }
  .greeting .inner .profile-right {
    padding-top: 50px;
    margin: 0 auto;
  }
  .greeting .inner .profile-right .prof-ttl {
    font-size: 22px;
  }
  .greeting .inner .profile-right .name {
    font-size: 18px;
  }
  .greeting .inner .profile-right .name span {
    font-size: 14px;
  }
  .greeting .inner .profile-right .career {
    font-size: 14px;
  }

  .business .inner {
    width: 80%;
    margin: 0 auto;
  }
  .business .inner h2 {
    font-size: 24px;
    text-align: center;
  }
  .business .inner h2 span {
    font-size: 15px;
  }
  .business .inner h2::after {
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
  .contents {
    max-width: 100%;
  }
  .content {
    max-width: 100%;
  }
  .content h3 {
    font-size: 20px;
  }
  .content p {
    font-size: 14px;
  }

  .works .inner .card {
    width: 420px;
    margin: 0 auto;
  }
  .works .inner h2 {
    font-size: 24px;
    text-align: center;
    margin-left: 0;
  }
  .works .inner h2::after {
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
  .works .inner .card .ttl {
    font-size: 14px;
    padding: 20px 0 0;
  }

  .company .inner {
    width: 90%;
    margin: 0 auto;
  }
  .company .inner h2 {
    font-size: 24px;
    text-align: center;
  }
  .company .inner h2 span {
    font-size: 15px;
  }
  .company .inner h2::after {
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
  .company .inner table td {
    font-size: 14px;
  }
  .company .inner table .item {
    width: 35%;
  }
  .company .inner table .summary {
    width: 65%;
  }

  .history .inner {
    width: 90%;
    margin: 0 auto;
  }
  .history h2 {
    font-size: 24px;
    text-align: center;
  }
  .history h2 span {
    font-size: 15px;
  }
  .history h2::after {
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
  .history .inner table td {
    font-size: 14px;
  }
  .history .inner table .item {
    width: 35%;
  }
  .history .inner table .summary {
    width: 65%;
  }

  .access .inner {
    width: 90%;
  }
  .access .inner h2 {
    font-size: 24px;
  }
  .access .inner h2 span {
    font-size: 15px;
  }
  .access .inner p {
    font-size: 14px;
  }
  .access .inner .phone-num p {
    font-size: 14px;
  }

  footer .inner h2 {
    font-size: 24px;
  }
  footer .inner h2 span {
    font-size: 15px;
  }
  footer .inner .tel {
    width: 480px;
    /* min-width: 290px; */
    font-size: 24px;
    padding: 16px 0;
  }
  footer .inner nav {
    font-size: 14px;
  }
  footer .inner nav ul {
    flex-direction: column;
    row-gap: 20px;
  }
  footer .copy-right {
    font-size: 12px;
    padding: 15px 0 12px;
  }
}

@media screen and (max-width: 500px) {
  .sp-global-menu {
    width: 300px;
  }

  .mv {
    height: 500px;
  }
  .mv .inner {
    background-position: center right;
  }

  .greeting .inner .prefecture {
    top: 285px;
    right: 5px;
  }
  .greeting .inner .profile {
    max-width: 80%;
    padding: 20px;
  }
  .greeting .inner .profile-right .name span {
    display: block;
  }

  .works .inner .card {
    width: 100%;
    margin: 0 auto;
  }

  .access .inner .phone-num {
    flex-direction: column;
  }

  footer .inner .tel {
    width: 90%;
    min-width: 290px;
    font-size: 18px;
    padding: 16px 0;
  }
}

@media screen and (max-width: 390px) {
  .greeting h2 {
    font-size: 24px;
  }
  .greeting h2 span {
    font-size: 15px;
  }
  .greeting .inner > p {
    padding: 50px 0 100px;
  }

  .content p {
    font-size: 12px;
  }

  .company .inner table td {
    font-size: 12px;
  }

  .history .inner table td {
    font-size: 12px;
  }

  .access .inner p {
    font-size: 12px;
  }
  .access .inner .phone-num p {
    font-size: 12px;
  }

  footer .inner .tel {
    width: 90%;
    min-width: 290px;
    font-size: 16px;
    padding: 16px 0;
  }
}