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

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: left;
  line-height: 1.7;
  color: #111;
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Font Awesome 5 Free";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  padding: 0;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  padding: 0;
  margin: 0;
}

img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  display: block;
}

a {
  text-decoration: none;
  color: #111;
  outline: none;
}

a:active,
a:hover,
a:focus {
  outline: none;
}

a,
input {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

a:hover,
.link input:hover {
  opacity: 0.6;
}

img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 1040px) {
  body {
    width: 100%;
    min-width: 0;
    font-size: 15px;
  }

  a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  a:hover {
    opacity: 1;
  }

}

/*============================
flex
============================*/

.flex {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

/*============================
脚注文字表記etc.
============================*/

.min {
  display: block;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  margin-top: 6px;
  line-height: 1.4;
}

.min::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.min_list::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

#map {
  width: 100%;
  height: 380px;
}

#map iframe {
  width: 100%;
  height: 100%;
}

/*============================
表示切り替え
============================*/

.sp-only {
  display: none;
}


@media only screen and (max-width: 1040px) {

  /*============================
脚注文字表記etc.
============================*/

  .min {
    font-size: 13px;
  }

  #map {
    width: 100%;
    height: 280px;
  }

  /*============================
表示切り替え
============================*/
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

/*============================
wrapper
============================*/

.wrapper {
  position: relative;
  background: #eee;
}

@media only screen and (max-width: 1040px) {
  .wrapper {
    background: #fff;
  }

}


/*============================
inner
============================*/

.inner {
  max-width: 1040px;
  margin: auto;
  overflow: hidden;
}

@media only screen and (max-width: 1040px) {
  .inner {
    width: 90.625%;
  }
}

/*============================
header
============================*/

#top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#top .inner {
  padding: 20px 0;
  width: 100%;
  align-items: center;
}

#top .siteTitle {
  margin-left: 3%;
}

.siteTitle h1 {
  padding-top: 68px;
  display: block;
  overflow: hidden;
  height: 0;
  width: 210px;
  background: url(../images/common/header/sitetitle.png) no-repeat left center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

@media only screen and (max-width: 980px) {
  #top {
    position: static;
    background-color: #111;
  }

  #top .inner {
    padding: 0;
  }

  .siteTitle h1 {
    padding-top: 34px;
    width: 105px;
    -webkit-background-size: 100%;
    background-size: 100%;
  }

  #top .tel {
    margin-right: 3%;
    width: 40%;
  }
}

/*============================
Link
============================*/

.link {
  width: 100%;
  margin: auto;
  padding-top: 60px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.link .cv_text {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.link div {
  width: 380px;
  margin: 0 20px;
}

.link div a {
  display: block;
  background: url(../images/common/btn/cv.png) no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
  padding-top: 21.0526%;
  width: 100%;
  overflow: hidden;
  height: 0;
}

.link .cv_notes {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}

@media only screen and (max-width: 1040px) {
  .link {
    padding-top: 20px;
  }

  .link .cv_text {
    font-size: 15px;
    letter-spacing: 0;
  }

  .link div {
    width: 80%;
    margin: 0;
  }

  .link .cv_notes {
    font-size: 13px;
  }
}


/*============================
article
============================*/

article {
  padding: 0 0 140px 0;
}

article .inner p {
  margin-top: 30px;
}

article .inner p:first-of-type {
  margin-top: 0;
}

@media only screen and (max-width: 1040px) {
  article {
    padding: 0 0 60px 0;
  }

  article .inner p {
    margin-top: 20px;
  }
}


/*============================
footer
============================*/

footer {
  background: #111;
  color: #fff;
  text-align: center;
}

footer .inner {
  position: relative;
  padding: 80px 0;
}

footer .inner img {
  width: 340px;
  margin: auto;
}

footer .inner p {
  margin-top: 30px;
}

footer .copyright {
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 0;
  background-color: #000;
}

/*追従バナー*/

footer .floating {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

footer .floating > div {
  width: 320px;
}

footer .floating a {
  display: block;
}

@media only screen and (max-width: 1040px) {

  footer .inner {
    padding: 40px 0;
  }

  footer .inner img {
    width: 160px;
    margin: auto;
  }

  footer .inner p {
    margin-top: 20px;
    font-size: 14px;
  }

  footer .copyright {
    padding-bottom: 20%;
  }

  /*追従バナー*/
  footer .floating {
    bottom: 0;
    right: 0;
    background-color: #111;
    padding: 10px;
  }

  footer .floating > div {
    width: 100%;
  }

  footer .floating .mail a {
    display: block;
    background: url(../images/common/btn/floating_sp.png) no-repeat center;
    width: 100%;
    padding-top: 11.9402%;
    height: 0;
    overflow: hidden;
    -webkit-background-size: 100%;
    background-size: 100%;
  }

}

/*============================
common_js
============================*/

.sa {
  opacity: 0;
  transition: all 0.8s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}
