@charset "UTF-8";
body {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 55px;
  }
}

#img .img {
  width: 100%;
  height: 440px;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  #img .img {
    height: 183px;
  }
}

#message {
  padding-top: 175px;
  margin-left: 40px;
  margin-right: 40px;
  border-bottom: 1px solid #c7c8c8;
}
@media screen and (max-width: 1099px) {
  #message {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  #message {
    padding-top: 60px;
  }
}
#message .wrap {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #message .wrap {
    width: 215px;
    margin-left: auto;
    margin-right: auto;
  }
}
#message .wrap .inwrap {
  padding-bottom: 190px;
}
@media screen and (max-width: 1099px) {
  #message .wrap .inwrap {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  #message .wrap .inwrap {
    width: 100%;
    padding-bottom: 75px;
  }
}
#message .wrap .inwrap h2 {
  margin-bottom: 60px;
  font-size: 58px;
  text-align: center;
}
#message .wrap .inwrap h2 span.en {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #228173;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #message .wrap .inwrap h2 span.en {
    margin-bottom: 10px;
    font-size: 10px;
  }
}
#message .wrap .inwrap h2 span.jp {
  display: block;
}
@media screen and (max-width: 1099px) {
  #message .wrap .inwrap h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  #message .wrap .inwrap h2 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1.6;
  }
}
#message .wrap .inwrap a {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  display: block;
  width: 165px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #ffd900;
  text-align: center;
  font-size: 17px;
  line-height: 3;
  border-radius: 5px;
  font-family: "秀英丸ゴシック B";
}
@media screen and (max-width: 767px) {
  #message .wrap .inwrap a {
    width: 166px;
    font-size: 11px;
    line-height: 3.9;
  }
}
#message .wrap .inwrap a img {
  width: 6px;
  height: 17px;
  position: absolute;
  right: 15px;
  top: 18px;
}
@media screen and (max-width: 767px) {
  #message .wrap .inwrap a img {
    width: 5px;
    height: 10px;
    right: 14px;
    top: 16px;
  }
}

#menu {
  padding-top: 150px;
  padding-bottom: 120px;
  margin-left: 40px;
  margin-right: 40px;
  border-bottom: 1px solid #c7c8c8;
}
@media screen and (max-width: 1099px) {
  #menu {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #menu {
    padding-top: 75px;
    padding-bottom: 75px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
#menu .wrap {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #menu .wrap {
    width: auto;
  }
}
#menu .wrap .item {
  display: inline-block;
  width: 21.9%;
  margin-right: 10%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #menu .wrap .item {
    display: block;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
#menu .wrap .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #menu .wrap .item:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }
}
#menu .wrap .item .img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #menu .wrap .item .img {
    margin-bottom: 20px;
  }
}
#menu .wrap .item .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #menu .wrap .item .img img {
    width: 152px;
  }
}
#menu .wrap .item p.text span.name {
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
  font-family: "秀英丸ゴシック B";
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #menu .wrap .item p.text span.name {
    margin-bottom: 10px;
  }
}
#menu .wrap .item p.text span.name span {
  display: block;
  margin-top: -17px;
  margin-bottom: 5px;
  font-size: 10px;
  font-family: "秀英丸ゴシック B";
}
#menu .wrap .item p.text span.name span.main {
  margin-top: 0;
  font-size: 22px;
}
#menu .wrap .item p.text span.detail {
  display: block;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #menu .wrap .item p.text span.detail {
    font-size: 10px;
  }
}
@media screen and (max-width: 1099px) {
  #menu .wrap .item p.text span.detail br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #menu .wrap .item p.text span.detail br {
    display: none;
  }
}

#method {
  padding-top: 125px;
  padding-bottom: 148px;
  margin-left: 40px;
  margin-right: 40px;
  border-bottom: 1px solid #c7c8c8;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  #method {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #method {
    padding-top: 75px;
    padding-bottom: 75px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
#method .wrap {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #method .wrap {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
  }
}
#method .wrap h3 {
  margin-bottom: 14px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #method .wrap h3 {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: left;
  }
}
#method .wrap > p {
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #method .wrap > p {
    margin-bottom: 50px;
    text-align: left;
    font-size: 10px;
  }
}
#method .wrap .item-wrap:after {
  content: "";
  display: table;
  clear: both;
}
#method .wrap .item-wrap .item {
  width: 26.5%;
  margin-right: 10.2%;
  float: left;
}
#method .wrap .item-wrap .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #method .wrap .item-wrap .item {
    display: inline-block;
    width: 66.5%;
    margin-right: 0;
    margin-bottom: 75px;
    float: none;
  }
  #method .wrap .item-wrap .item:nth-child(3) {
    margin-bottom: 0;
  }
}
#method .wrap .item-wrap .item .img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #method .wrap .item-wrap .item .img {
    margin-bottom: 30px;
  }
}
#method .wrap .item-wrap .item .img img {
  width: 100%;
  height: auto;
}
#method .wrap .item-wrap .item .text {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #method .wrap .item-wrap .item .text {
    margin-bottom: 20px;
  }
}
#method .wrap .item-wrap .item .text span.name {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "秀英丸ゴシック B";
}
@media screen and (max-width: 1099px) {
  #method .wrap .item-wrap .item .text span.name {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  #method .wrap .item-wrap .item .text span.name {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
#method .wrap .item-wrap .item .text span.detail {
  display: block;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 1099px) {
  #method .wrap .item-wrap .item .text span.detail {
    font-size: 13px;
  }
  #method .wrap .item-wrap .item .text span.detail br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #method .wrap .item-wrap .item .text span.detail {
    font-size: 11px;
  }
}
#method .wrap .item-wrap .item .btn {
  display: block;
  font-size: 14px;
  line-height: 3.5;
  background-color: #ffd900;
  border-radius: 5px;
  font-family: "秀英丸ゴシック B";
}
@media screen and (max-width: 767px) {
  #method .wrap .item-wrap .item .btn {
    font-size: 10px;
    line-height: 3;
  }
}

#work {
  padding-top: 105px;
  padding-bottom: 100px;
  margin-left: 40px;
  margin-right: 40px;
  border-bottom: 1px solid #c7c8c8;
}
@media screen and (max-width: 1099px) {
  #work {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #work {
    padding-top: 75px;
    padding-bottom: 75px;
    margin-left: 0;
    margin-right: 0;
  }
}
#work .wrap {
  width: 100%;
  max-width: 980px;
  padding: 55px 100px 40px 100px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border: 3px solid #228273;
  border-radius: 30px;
}
@media screen and (max-width: 1099px) {
  #work .wrap {
    padding: 55px 17% 40px 10%;
  }
}
@media screen and (max-width: 767px) {
  #work .wrap {
    width: 85%;
    padding: 20px 12% 30px;
    border-radius: 20px;
  }
}
#work .wrap .logo {
  position: absolute;
  right: 35px;
  top: 35px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #work .wrap .logo {
    margin-bottom: 20px;
    position: static;
    text-align: center;
  }
}
#work .wrap .logo svg {
  width: 115px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #work .wrap .logo svg {
    width: 63px;
  }
}
#work .wrap .inwrap:after {
  content: "";
  display: table;
  clear: both;
}
#work .wrap .img {
  position: absolute;
  right: 105px;
  bottom: 40px;
}
@media screen and (max-width: 1099px) {
  #work .wrap .img {
    right: 3%;
  }
}
@media screen and (max-width: 767px) {
  #work .wrap .img {
    margin-bottom: 20px;
    position: static;
    float: none;
    text-align: center;
  }
}
#work .wrap .img img {
  width: 321px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #work .wrap .img img {
    width: 127px;
  }
}
#work .wrap .text {
  float: left;
}
@media screen and (max-width: 767px) {
  #work .wrap .text {
    float: none;
  }
}
#work .wrap .text h3 {
  margin-bottom: 25px;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  #work .wrap .text h3 {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
  }
}
#work .wrap .text > p {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #work .wrap .text > p {
    margin-bottom: 20px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  #work .wrap .text > p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #work .wrap .text .btn {
    text-align: center;
  }
}
#work .wrap .text .btn p {
  display: inline-block;
  padding: 0 50px;
  font-size: 14px;
  line-height: 3.5;
  background-color: #ffd900;
  border-radius: 5px;
  font-family: "秀英丸ゴシック B";
}
@media screen and (max-width: 767px) {
  #work .wrap .text .btn p {
    width: 100%;
    padding: 0 35px;
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 10px;
  }
}

#access {
  padding-top: 110px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1099px) {
  #access {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #access {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
#access .wrap {
  max-width: 1060px;
}
#access .wrap h3 {
  margin-bottom: 130px;
  font-size: 34px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  #access .wrap h3 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #access .wrap h3 {
    margin-bottom: 60px;
    font-size: 20px;
    text-align: left;
  }
}
#access .wrap .zimusyo-wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  #access .wrap .zimusyo-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#access .wrap .zimusyo-wrap .zimusyo {
  display: block;
  width: 45%;
  vertical-align: top;
  float: left;
}
@media screen and (max-width: 767px) {
  #access .wrap .zimusyo-wrap .zimusyo {
    width: 100%;
    margin-bottom: 75px;
  }
}
#access .wrap .zimusyo-wrap .zimusyo:nth-child(1) {
  margin-right: 10%;
}
@media screen and (max-width: 767px) {
  #access .wrap .zimusyo-wrap .zimusyo:nth-child(1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #access .wrap .zimusyo-wrap .zimusyo:nth-child(2) {
    margin-bottom: 0;
  }
}
#access .wrap .zimusyo-wrap .zimusyo .name {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #access .wrap .zimusyo-wrap .zimusyo .name {
    margin-bottom: 15px;
  }
}
#access .wrap .zimusyo-wrap .zimusyo .name .icon {
  display: inline-block;
  vertical-align: middle;
}
#access .wrap .zimusyo-wrap .zimusyo .name .icon img {
  width: 51px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #access .wrap .zimusyo-wrap .zimusyo .name .icon img {
    width: 33px;
  }
}
#access .wrap .zimusyo-wrap .zimusyo .name p {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  font-family: "秀英丸ゴシック B";
}
@media screen and (max-width: 767px) {
  #access .wrap .zimusyo-wrap .zimusyo .name p {
    font-size: 13px;
  }
}
#access .wrap .zimusyo-wrap .zimusyo .map {
  width: 100%;
  padding-top: 73.1%;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #access .wrap .zimusyo-wrap .zimusyo .map {
    width: auto;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}
#access .wrap .zimusyo-wrap .zimusyo p.info {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #access .wrap .zimusyo-wrap .zimusyo p.info {
    font-size: 10px;
  }
}
