@import url("https://use.typekit.net/mca0dws.css");
ul, li, dl, dd, dt, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  backface-visibility: hidden;
}

a {
  text-decoration: none;
}

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

@keyframes rotation {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(359deg);
    -ms-transform: translate(-50%, -50%) rotate(359deg);
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
    transform: translate(-50%, -50%) rotate(359deg);
  }
}
@keyframes swing {
  0% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@-webkit-keyframes hover {
  30% {
    -webkit-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -moz-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -ms-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -o-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -moz-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -o-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
  }
}
@-moz-keyframes hover {
  30% {
    -webkit-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -moz-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -ms-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -o-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -moz-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -o-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
  }
}
@keyframes hover {
  30% {
    -webkit-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -moz-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -ms-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -o-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -moz-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -o-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
  }
}
@-webkit-keyframes out {
  0% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -moz-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -o-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
  }
}
@-moz-keyframes out {
  0% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -moz-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -o-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
  }
}
@keyframes out {
  0% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -moz-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -o-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
  }
}
html {
  font-size: 10px;
}

body {
  font-family: "ryo-gothic-plusn",sans-serif;
  overflow-x: hidden;
}

#mv {
  height: 100%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#mv img {
  text-align: center;
  margin: 0 auto;
  width: 100% !important;
  height: auto !important;
}

#content_bg {
  margin: 82px auto 0;
  position: relative;
}
#content_bg:before {
  content: "";
  height: 100%;
  width: 100vw;
  background: #f0f0f0;
  position: absolute;
  right: 50%;
  top: 0;
  z-index: 0;
  -webkit-transform: translate(-447px, 0);
  -moz-transform: translate(-447px, 0);
  -ms-transform: translate(-447px, 0);
  -o-transform: translate(-447px, 0);
  transform: translate(-447px, 0);
}

#content_wrap_top {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 0 80px 0;
  position: relative;
  top: -12px;
}

.content_wrap {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}
.content_wrap:last-of-type {
  padding-bottom: 0;
}

.content_left {
  float: left;
  width: 240px;
  padding: 0 0 0 0;
}

.content_right {
  float: right;
  width: 700px;
  text-align: left;
}

.content_left h2 {
  font-size: 2.2rem;
  font-family: "bio-sans",sans-serif;
  position: relative;
  padding: 0 0 20px 0;
}
.content_left h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #000;
  bottom: 5px;
  width: 50px;
}

.accbox {
  margin: 0;
  padding: 0;
  font-family: "ryo-gothic-plusn",sans-serif;
  font-weight: 300;
  border-top: 1px solid #DBDBDB;
  padding-top: 23px;
  margin-bottom: 28px;
}
.accbox:nth-child(n + 4) {
  display: none;
}
.accbox:first-of-type {
  border-top: none;
}
.accbox label {
  display: block;
  letter-spacing: 1px;
  font-size: 1.6rem;
  cursor: pointer;
  font-weight: lighter;
  padding: 0 0 0 50px;
  line-height: 25px;
  position: relative;
}
.accbox label span {
  font-size: 14px;
}
.accbox label::before {
  background-image: url(../img/icon_news.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
}
.accbox label:hover::before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s opacity;
  padding-bottom: 0px;
  margin-top: 0;
}
.accbox input {
  display: none;
}

.accshow p {
  font-size: 1.3rem;
  padding: 0 0 0 50px;
  line-height: 28px;
  text-align: justify;
}
.accshow p strong {
  font-size: 1.3rem;
  font-weight: 400;
}
.accshow p a {
  text-decoration: underline;
}

.cssacc:checked + .accshow {
  height: auto;
  opacity: 1;
  margin-top: 10px;
}

.readmore {
  background-color: #000;
  height: 36px;
  line-height: 1;
  letter-spacing: 1px;
  margin: 35px 0 10px 0;
  position: relative;
}
.readmore a {
  display: block;
  height: 100%;
  position: relative;
}
.readmore a img {
  position: absolute;
  top: 13px;
  right: 30px;
}

.andmorelink {
  font-size: 1.4rem;
  margin: 21px 0 0 0;
  position: relative;
  z-index: 1;
}
.andmorelink:last-of-type {
  margin-top: 24px;
}
.andmorelink a {
  text-decoration: underline;
  font-family: "ryo-gothic-plusn",sans-serif;
  font-weight: 300;
  line-height: 1.43 !important;
}
.andmorelink a:hover {
  text-decoration: none;
}

.bannerlink {
  margin: 0 0 30px 0;
  line-height: 1;
  font-size: 0;
}
.bannerlink:last-child {
  margin: 0;
}
.bannerlink a {
  display: block;
  position: relative;
}
.bannerlink a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #b5b5b5;
  position: absolute;
  top: 0;
  left: 0;
}
.bannerlink img {
  width: 100%;
  height: 100%;
  display: block;
}

.abouttxt {
  font-size: 1.3rem;
}

.contactname {
  font-size: 1.6rem;
  font-weight: 400;
}

.contacttxt {
  font-size: 13px;
}

.maillink a {
  text-decoration: underline;
}
.maillink a:hover {
  text-decoration: none;
}

.mgb65 {
  margin-bottom: 45px;
}

.tel {
  pointer-events: none;
}
.tel:hover {
  text-decoration: none;
}

footer {
  text-align: right;
  font-size: 1rem;
  margin: 0 auto;
  margin-top: 100px;
  width: 1080px;
  padding-bottom: 30px;
}
footer p {
  font-size: 1rem;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  #content_wrap_top, .content_wrap {
    max-width: 90%;
  }

  .content_left {
    float: left;
    width: 25%;
  }

  .content_right {
    float: right;
    width: 70%;
  }
}
@media screen and (max-width: 648px) {
  #content_bg {
    background-image: none;
  }

  #content_wrap_top {
    padding: 0 6.2vw;
  }

  #mv {
    margin: 80px 0 0 0;
    padding: 0 6.2vw;
  }

  .accbox {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .accbox label {
    padding-left: 25px;
  }
  .accbox label span {
    font-size: 1.6rem;
  }
  .accbox label::before {
    width: 17px;
    height: 17px;
    top: 5px;
  }

  .cssacc:checked + .accshow {
    height: auto;
    opacity: 1;
    margin-top: 10px;
    padding-left: 25px;
  }
  .cssacc:checked + .accshow p {
    padding-bottom: 0;
  }

  .readmore {
    height: 60px;
    position: relative;
    z-index: 1;
    margin-left: -6.2vw !important;
    margin-top: 0 !important;
    width: 100vw;
  }
  .readmore a {
    display: block;
    height: 100%;
    position: relative;
  }
  .readmore a img {
    position: absolute;
    backface-visibility: hidden;
    top: 50%;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  #content_wrap_top {
    max-width: 100%;
    padding: 0 6.2vw 40px 6.2vw;
  }

  .content_wrap {
    max-width: 100%;
    padding: 0 6.2vw 45px 6.2vw;
    margin-top: -20px;
  }

  .content_left {
    float: none;
    width: 100%;
    margin: 0 0 25px 0;
  }

  .content_right {
    float: none;
    width: 100%;
    text-align: justify;
  }

  #content_bg {
    margin: 35px auto 0;
  }

  .content_left h2 {
    font-size: 2.1rem;
    padding: 0 0 15px 0;
    margin-top: -100px;
    padding-top: 100px;
  }
  .content_left h2:after {
    bottom: -1px !important;
  }

  .readmore {
    margin: 35px 0 0 0;
    text-align: center;
  }

  .andmorelink {
    font-size: 1.2rem;
    margin: 14px 0 0 0;
    line-height: 1.4;
  }
  .andmorelink:last-of-type {
    margin-top: 16px;
  }

  .bannerlink {
    margin: 0 0 15px 0;
  }

  .accshow p {
    padding: 0 0 35px 0;
    line-height: 25px;
  }

  .mgb65 {
    margin-bottom: 32px;
  }

  .accbox label {
    font-weight: normal;
  }

  .abouttxt, .contacttxt {
    line-height: 25px;
    margin-top: 2px;
  }

  .tel {
    pointer-events: auto;
  }

  footer {
    text-align: center;
    margin-top: 30px !important;
    height: 50px;
    width: 100% !important;
    padding: 0 !important;
    background-color: #f0f0f0;
  }
  footer p {
    font-size: 1rem !important;
    padding: 0;
    line-height: 50px;
  }
}

/*# sourceMappingURL=style.css.map */
