@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap");
@media (min-width: 839px) {
  body {
    background: none;
    background: url(../asset/1x/bg-img.png) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }
}

body .bold {
  font-weight: bold;
}

body::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url(../asset/1x/bg-img.png) no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
}

@media (min-width: 839px) {
  body::before {
    background: none;
  }
}

/* ローディングアニメーション */
#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #000;
  position: fixed;
  padding-top: 200px;
  top: 0;
  left: 0;
  z-index: 999999;
}

.spinner {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
          animation: sk-scaleout 1.0s infinite ease-in-out;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

/* ローディングアニメーション */
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.header-sp__nav {
  display: none;
}

.header-sp__nav .nav__img {
  z-index: 1000;
}

.header-sp__menu {
  z-index: 1000;
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0;
  background-color: #111;
  width: 100%;
  font-size: 2.8rem;
  text-align: center;
}

.header-sp__menu li {
  font-weight: bold;
  padding: 30px 20px 10px;
  margin-top: 0px;
  font-size: clamp(18px, 5vw, 32px);
}

.header-sp__menu li:first-child {
  margin-top: 50px;
}

.header-sp__menu li:last-child {
  margin-bottom: 30px;
}

.header-sp__menu .nav__img {
  width: 10vw;
}

.open-button {
  display: none;
}

@media (min-width: 839px) {
  .button-conteiner p {
    display: none;
  }
  .header-sp__menu {
    display: none;
  }
  .close {
    display: none;
  }
}

@media (max-width: 839px) {
  .button-conteiner {
    background-color: white;
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 999;
    top: 0;
  }
  .button-conteiner p {
    width: 170px;
    font-size: 2.0rem;
    text-align: right;
  }
  .button-conteiner p img {
    background-color: #FFF;
    padding: 1px;
  }
  .open-button {
    display: block;
    position: fixed;
    z-index: 9999;
    right: 20px;
    top: 17px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 1px solid #000000;
    border-radius: 3px;
    padding-left: 6.5px;
    padding-top: 8px;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: fixed;
    z-index: 9999;
    height: 2px;
    width: 15px;
    text-align: center;
    border-radius: 3px;
    background: #000000;
    display: block;
    content: "";
  }
  .open-button span:before {
    top: 31px;
  }
  .open-button span:after {
    top: 36px;
  }
  .close-button {
    display: none;
    position: fixed;
    z-index: 9999;
    right: 20px;
    top: 17px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 1px solid #ffffff;
    border-radius: 3px;
    padding-left: 6px;
    padding-top: 4px;
    color: #ffffff;
    font-size: 20px;
  }
}

.header {
  width: 100%;
  height: 5.75841874084919vw;
  max-height: 75px;
  min-height: 70px;
  background-color: white;
  position: fixed;
  z-index: 9999;
  top: 0;
}

@media (max-width: 839px) {
  .header {
    max-height: 130px;
  }
}

.header-h1 {
  padding-left: 10px;
}

@media (max-width: 600px) {
  .header {
    max-height: 130px;
  }
}

.header-inner {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}

.header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
}

.header-flex a {
  color: #000;
}

@media (max-width: 839px) {
  .header-flex {
    display: none;
  }
}

.header .header-h1 a {
  height: 100%;
  background-color: #BE8D0E;
}

.header .header-h1__image {
  width: 15.717423vw;
  max-width: 203px;
  min-width: 166px;
  margin-bottom: 3px;
}

.header .pc-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}

.header .pc-menu ul li {
  padding: 0 30px;
  border-left: #000 2px solid;
}

.header-sp {
  display: none;
}

@media (max-width: 839px) {
  .header {
    background-color: #fff;
  }
  .header .header-left__menu {
    display: none;
  }
}

@media (max-width: 839px) {
  .header {
    height: 28vw;
    position: fixed;
    z-index: 9999;
    top: initial;
    bottom: 0 !important;
    background-color: #ABB8C3;
    vertical-align: middle;
  }
  .header li {
    border: none;
  }
  .header-nav {
    display: none;
  }
  .header-left__menu {
    width: 100%;
    margin: 0 auto;
  }
  .header .header-sp {
    height: 70px;
    display: block;
  }
  .header .header-sp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    vertical-align: middle;
  }
  .header .header-sp ul li {
    width: 33.33333%;
    background-color: #3699f5;
    height: 28vw;
    padding-top: 15px;
  }
  .header .header-sp ul .a2 {
    background-color: #73a9b9;
  }
  .header .header-sp ul .a3 {
    background-color: #09abf1;
  }
  .header .header-sp ul li {
    font-size: 1.5rem;
  }
  .header .header-sp ul li .icon {
    text-align: center;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    color: #fff;
  }
  .header .header-sp ul li .yoyaku {
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 7px;
    line-height: 1.5rem;
  }
  .header .header-sp ul li span {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .header {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    background-color: #B1954F;
  }
}

.pc-buttom {
  position: fixed;
  z-index: 9999;
  top: 150px;
  right: 0px;
}

@media (max-width: 839px) {
  .pc-buttom {
    display: none;
  }
}

.pc-buttom li {
  background-color: #00B900;
  padding: 10px 5px 5px;
  margin-bottom: 30px;
}

.pc-buttom li :hover {
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.pc-buttom .a2 {
  background-color: #B1954F;
}

.pc-buttom .a3 {
  background-color: #333;
}

.pc-buttom li {
  font-size: 2.0rem;
}

.pc-buttom li .icon {
  text-align: center;
  width: 50px;
  height: 45px;
  margin: 0 auto;
  color: #fff;
}

.pc-buttom li .yoyaku {
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-top: 7px;
  line-height: 2.0rem;
}

.pc-buttom li span {
  font-size: 1.5rem;
}

.main-visual {
  margin-bottom: 150px;
  font-family: "Work Sans", sans-serif;
}

@media (min-width: 839px) {
  .main-visual {
    margin-bottom: 0px;
  }
}

.main-visual .takasa {
  height: 60px;
}

.main-visual .kv-conteiner .slider img {
  max-width: 400px;
}

@media (min-width: 839px) {
  .main-visual .kv-conteiner .slider img {
    max-width: 100%;
  }
}

.main-visual .kv-conteiner .h2 {
  position: absolute;
  width: 100%;
  top: 27%;
  padding: 10px 15px;
  color: #000;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 839px) {
  .main-visual .kv-conteiner .h2 {
    top: 40%;
  }
}

@media (min-width: 839px) {
  .main-visual .kv-conteiner .h2 img {
    max-width: 400px;
  }
}

.message {
  color: #fff;
  text-align: center;
  margin-bottom: 100px;
  letter-spacing: 5px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
}

.message span {
  color: #fff;
  font-weight: bold;
  font-size: 3.0rem;
}

@media (min-width: 839px) {
  .message {
    margin-top: 200px;
    font-size: 4.0rem;
    margin-bottom: 200px;
    padding: 20px 0px;
  }
  .message span {
    font-size: 5.0rem;
  }
  .message br {
    display: none;
  }
}

.second-flex {
  margin-bottom: 200px;
}

@media (min-width: 839px) {
  .second-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-bottom: 200px;
    max-width: 1500px;
  }
}

.work {
  background-color: #ffffff;
  padding: 0px 0px;
}

.work-inner {
  margin: 50px auto;
  max-width: 800px;
  margin: 0 auto 20px;
}

.work-inner .work-box {
  overflow: hidden;
}

.work-inner .work-box img:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 1s all;
  transition: 1s all;
}

@media (min-width: 839px) {
  .work-inner {
    margin-bottom: 0;
  }
}

.soudan {
  background-color: #ffffff;
  padding: 0px 0px;
}

.soudan-inner {
  margin: 50px auto;
  max-width: 800px;
  margin: 0 auto;
}

.soudan-inner .soudan-box {
  overflow: hidden;
}

.soudan-inner .soudan-box img:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 1s all;
  transition: 1s all;
}

.point {
  background: url(../asset/2x/bg2.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0px 10px;
  margin-bottom: 150px;
}

@media (min-width: 839px) {
  .point {
    margin-bottom: 200px;
    padding: 50px 0;
  }
}

.point-inner {
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
}

.point-inner h2 {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 40px;
}

.point-inner h2 span {
  font-weight: bold;
  font-size: 2.5rem;
}

@media (min-width: 839px) {
  .point-inner h2 span {
    font-size: 6.0rem;
  }
}

@media (min-width: 839px) {
  .point-inner h2 {
    margin-bottom: 50px;
    font-size: 5.0rem;
    text-align: center;
    line-height: 60px;
  }
}

@media (min-width: 839px) {
  .point .point-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
  }
}

.point .point1, .point .point2, .point .point3 {
  max-width: 95%;
  margin: 0 auto;
}

@media (min-width: 839px) {
  .point .point1, .point .point2, .point .point3 {
    width: 350px;
  }
}

@media (min-width: 839px) {
  .point .point-p1 {
    line-height: 35px;
  }
}

.point h3 {
  text-align: center;
  padding: 10px 0 10px;
  border: #ABB8C3 1px solid;
  font-size: 1.8rem;
}

@media (min-width: 839px) {
  .point h3 {
    font-size: 2.0rem;
  }
}

.point p {
  font-size: 1.5rem;
  padding: 10px 5px 20px;
}

@media (min-width: 839px) {
  .point p {
    font-size: 1.7rem;
  }
}

.point h4 {
  text-align: center;
  font-size: 2.0rem;
  margin-bottom: 40px;
}

.point .point1, .point .point2, .point .point3 {
  margin-bottom: 60px;
  background-color: #333;
}

@media (min-width: 839px) {
  .pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 150px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
  }
}

.daihyo-box {
  background-color: #fff;
}

@media (min-width: 839px) {
  .daihyo-box {
    -webkit-box-flex: 0.4;
        -ms-flex: 0.4;
            flex: 0.4;
  }
}

.daihyo-box h3 {
  text-align: center;
  background-color: #b38a2381;
  padding: 20px 0;
  color: #000;
}

@media (min-width: 839px) {
  .daihyo-box h3 {
    margin-bottom: 20px;
  }
}

@media (min-width: 839px) {
  .daihyo-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 700px;
    margin: 0 auto;
  }
}

.daihyo {
  color: #000;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 0px;
}

@media (min-width: 839px) {
  .daihyo {
    width: 70%;
  }
}

.daihyo .img {
  width: 80%;
  max-width: 200px;
  margin: 0 auto;
}

.daihyo .aisatu {
  text-align: center;
}

.daihyo .aisatu h4 {
  font-weight: bold;
  margin-top: 10px;
}

.daihyo .aisatu h4 span {
  font-size: 3.0rem;
  font-weight: bold;
}

.daihyo .aisatu .p1 {
  margin-bottom: 10px;
}

@media (min-width: 839px) {
  .daihyo .aisatu .p1 {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
}

.daihyo .aisatu .p2 {
  margin-bottom: 30px;
  font-size: 1.5rem;
}

@media (min-width: 839px) {
  .daihyo .aisatu .p2 {
    margin-bottom: 60px;
    font-size: 2.0rem;
  }
}

.insta {
  margin-bottom: 150px;
}

@media (min-width: 839px) {
  .insta {
    width: 40%;
    margin-bottom: 0px;
  }
}

@media (min-width: 839px) {
  .insta-inner {
    padding-top: 100px;
  }
}

.insta h4 {
  width: 80%;
  margin: 0 auto 20px;
  max-width: 250px;
}

@media (min-width: 839px) {
  .insta h4 {
    width: 90%;
    max-width: 350px;
    margin-bottom: 100px;
  }
  .insta h4 img:hover {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    -webkit-transition: 1s all;
    transition: 1s all;
  }
}

.map {
  background-color: #ffffff;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 40px;
  margin-bottom: 150px;
}

@media (min-width: 839px) {
  .map {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
    margin-bottom: 0px;
    padding-top: 20px;
    margin-top: 0px;
  }
}

.map .map2 {
  height: 100%;
  padding: 0px;
  max-width: 700px;
  margin: 0 auto;
  color: #000;
}

@media (max-width: 600px) {
  .map .map2 {
    width: 95%;
  }
}

.map .map2 h3 {
  text-align: center;
  font-size: 3.9rem;
  margin: 40px 0;
}

@media (min-width: 839px) {
  .map .map2 h3 {
    font-size: 4.5rem;
    margin-top: 0px;
  }
}

.map .map2 .map-conteiner {
  position: relative;
  overflow: hidden;
}

.map .map2 .map-conteiner :hover {
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.map .map2 .map-conteiner p {
  position: absolute;
  width: 108px;
  right: -5px;
  bottom: -5px;
}

.map .map2 .map-conteiner .map-img2 {
  left: -5px;
  bottom: 0px;
}

.map .map2 p {
  font-size: 1.5rem;
}

@media (min-width: 839px) {
  .map .map2 p {
    font-size: 2.0rem;
    padding: 5px 0;
  }
}

.map .map2 .smake {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.map .map2 .smake .img {
  border-bottom: #000 2px solid;
  width: 410px;
}

.map .map2 .smake .img p {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 10px;
  margin-bottom: 5px;
}

@media (min-width: 839px) {
  .map .map2 .smake .img p {
    font-size: 2.0rem;
    width: 410px;
  }
}

@media (min-width: 839px) {
  .map .map2 .smake .img {
    width: 360px;
  }
}

.map .map2 .smake .kannzenn {
  padding: 5px;
  margin-left: 10px;
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
  background-color: #000;
}

@media (min-width: 839px) {
  .map .map2 .smake .kannzenn {
    font-size: 2.5rem;
    padding-top: 14px;
  }
}

.map .map2 .p-under {
  border-bottom: #000 2px solid;
}

@media (min-width: 839px) {
  .map .map2 .p-under {
    font-size: 2.0rem;
  }
}

.map .map2 .p-under span {
  font-weight: bold;
  color: #f69847;
}

@media (min-width: 839px) {
  .map .map2 .p-under span {
    font-size: 1.0em;
  }
}

.map .map2 .p33 {
  border-bottom: none;
}

.fuwafuwa {
  -webkit-animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
          animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  display: inline-block;
  -webkit-transition: 1.0s ease-in-out;
  transition: 1.0s ease-in-out;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}

.fuwafuwa2 {
  -webkit-animation: fuwafuwa2 2s infinite ease-in-out .8s alternate;
          animation: fuwafuwa2 2s infinite ease-in-out .8s alternate;
  -webkit-transition: 1.0s ease-in-out;
  transition: 1.0s ease-in-out;
}

@-webkit-keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
            transform: translate(0, 0) rotate(-3deg);
  }
  50% {
    -webkit-transform: translate(0, -3px) rotate(0deg);
            transform: translate(0, -3px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
            transform: translate(0, 0) rotate(5deg);
  }
}

@keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
            transform: translate(0, 0) rotate(-3deg);
  }
  50% {
    -webkit-transform: translate(0, -3px) rotate(0deg);
            transform: translate(0, -3px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
            transform: translate(0, 0) rotate(5deg);
  }
}

.form {
  text-align: center;
  color: #fff;
  margin-bottom: 150px;
}

@media (min-width: 839px) {
  .form {
    margin-bottom: 150px;
  }
}

.form h3 {
  margin-bottom: 30px;
  font-weight: bold;
}

@media (min-width: 839px) {
  .form h3 {
    margin-bottom: 50px;
    font-size: 4.5rem;
  }
}

.form .form-p {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 50px;
  font-size: 1.7rem;
}

@media (min-width: 839px) {
  .form .form-p {
    font-size: 2.1rem;
    line-height: 4.0rem;
  }
}

.form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: middle;
}

.form ul li {
  width: 33.33333%;
  background-color: #00B900;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form ul li :hover {
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media (min-width: 839px) {
  .form ul li {
    background-color: #3699f5;
  }
  .form ul li li:hover {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
    -webkit-transition: .3s all;
    transition: .3s all;
  }
}

@media (min-width: 839px) {
  .form ul li .icon .fas:hover {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  .form ul li .icon img:hover {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
    -webkit-transition: .3s all;
    transition: .3s all;
  }
}

@media (min-width: 839px) {
  .form ul li img img:hover {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
    -webkit-transition: .3s all;
    transition: .3s all;
  }
}

.form ul .a2 {
  background-color: #B1954F;
}

@media (min-width: 839px) {
  .form ul .a2 {
    background-color: #73a9b9;
  }
}

.form ul .a3 {
  background-color: #333;
}

@media (min-width: 839px) {
  .form ul .a3 {
    background-color: #3699f5;
  }
}

.form ul li {
  font-size: 1.5rem;
}

.form ul li .icon {
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  color: #fff;
}

.form ul li .yoyaku {
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-top: 7px;
  line-height: 1.5rem;
}

.form ul li span {
  font-size: 1.2rem;
}

@media (min-width: 839px) {
  .form ul {
    max-width: 700px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.form .fax {
  font-weight: bold;
  margin: 20px;
}

.gyomu {
  background-color: white;
  padding: 20px 10px 30px;
}

@media (min-width: 839px) {
  .gyomu {
    padding: 120px 10px 100px;
  }
}

.gyomu-inner {
  max-width: 1100px;
  margin: 90px auto 0px;
}

.gyomu-inner .gyomu-h3 {
  font-weight: bold;
  font-size: 5.5rem;
  text-align: center;
  color: #f5ad64;
  margin-bottom: 80px;
}

@media (min-width: 839px) {
  .gyomu-inner .gyomu-h3 {
    margin-bottom: 80px;
  }
}

.gyomu-inner .gyomu-flexbox .gyomu-box {
  margin-bottom: 30px;
}

.gyomu-inner .gyomu-flexbox .gyomu-box .gyomu-h4 {
  font-weight: bold;
  font-size: 3.0rem;
  color: #da7420;
  margin-bottom: 20px;
  padding: 0.5em;
  /*文字周りの余白*/
  color: #494949;
  /*文字色*/
  background: #fffaf4;
  /*背景色*/
  border-left: solid 5px #ffaf58;
  /*左線（実線 太さ 色）*/
}

.gyomu-inner .gyomu-flexbox .gyomu-box .syaro {
  font-weight: bold;
  font-size: 3.0rem;
  margin-bottom: 20px;
  padding: 0.5em;
  /*文字周りの余白*/
  color: #494949;
  /*文字色*/
  background: #e6e3f9;
  /*背景色*/
  border-left: solid 5px #5863ff;
  /*左線（実線 太さ 色）*/
}

.gyomu-inner .gyomu-flexbox .gyomu-box .syaro2 {
  font-size: 2.7rem;
}

@media (min-width: 839px) {
  .gyomu-inner .gyomu-flexbox .gyomu-box .syaro2 {
    font-size: 3.0rem;
  }
}

.gyomu-inner .gyomu-flexbox .gyomu-box h5 {
  color: #000;
  margin-bottom: 5px;
  margin-top: 10px;
}

.gyomu-inner .gyomu-flexbox .gyomu-box .gyomu-p1 {
  color: #fe9c5f;
  font-size: 1.8rem;
}

.gyomu-inner .gyomu-flexbox .gyomu-box .gyomu-p2 {
  color: #5f9cfe;
  font-size: 1.8rem;
}

.footer {
  width: 100%;
  padding: 20px 0;
  height: 400px;
  margin: 0 auto 100px;
  text-align: center;
  background-color: #333;
  opacity: 0.8;
}

@media (min-width: 839px) {
  .footer {
    margin-bottom: 0;
  }
}

@media (min-width: 839px) {
  .footer-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 50px;
    padding-top: 30px;
  }
}

@media (min-width: 839px) {
  .footer-flex h5 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.footer ul {
  margin-bottom: 40px;
}

@media (min-width: 839px) {
  .footer ul {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.footer ul li {
  margin-bottom: 10px;
  font-size: 1.5rem;
  -webkit-text-decoration: underline 1px solid;
          text-decoration: underline 1px solid;
}

@media (min-width: 839px) {
  .footer ul li {
    font-size: 2.0rem;
  }
}

.footer h6 {
  font-size: 1.5rem;
}

@media (min-width: 839px) {
  .footer h6 {
    font-size: 2.0rem;
  }
}

.footer img {
  width: 60%;
  max-width: 300px;
  margin: 0 auto 20px;
  display: block;
}

.footer small {
  font-size: 1.2rem;
}

@media (min-width: 839px) {
  .footer small {
    font-size: 1.5rem;
  }
}

#scroll-top a {
  text-decoration: none;
  color: #ffffff;
}

#scroll-top a:hover {
  background: #000;
}

.sa {
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

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

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

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

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

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

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

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

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

.sa--rotateR {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
/*# sourceMappingURL=top.css.map */