@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("icon.css");
.top {
  /* //topics */
}
.top #main-visual {
  padding-bottom: 35px;
}
@media screen and (max-width: 750px) {
  .top #main-visual {
    padding-bottom: 5.3333333333vw;
  }
}
.top #main-visual .slide img {
  width: 100%;
}
.top #topics {
  font-family: "ヒラギノ角ゴ ProN W3", "Noto Sans JP", serif;
}
.top #topics .topics {
  /* //topics-list */
}
.top #topics .topics-box {
  border: 1px solid #999999;
  margin-top: 50px;
}
.top #topics .topics-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top #topics .topics-list {
  max-width: 775px;
  width: 76%;
  color: #2d2825;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 40px;
  overflow-y: auto;
  height: 190px;
}
@media screen and (max-width: 750px) {
  .top #topics .topics-list {
    width: 100%;
    padding: 5%;
    padding-top: 0;
    height: 150px;
  }
}
.top #topics .topics-list li {
  display: flex;
  padding-bottom: 13px;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (min-width: 1201px), print {
  .top #topics .topics-list li {
    background-image: repeating-linear-gradient(90deg, #3e3a39, #3e3a39 4px, transparent 4px, transparent 6px);
  }
}
@media screen and (min-width: 751px), print {
  .top #topics .topics-list li:last-child {
    background-image: repeating-linear-gradient(90deg, #3e3a39, #3e3a39 4px, transparent 4px, transparent 6px);
  }
}
.top #topics .topics-list li > span {
  display: block;
  max-width: 120px;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .top #topics .topics-list li > span {
    width: 100%;
    padding-bottom: 3%;
  }
}
.top #topics .topics-list li .caption {
  width: calc(100% - 140px);
}
@media screen and (max-width: 750px) {
  .top #topics .topics-list li .caption {
    width: 100%;
    padding-top: 3%;
    background-image: repeating-linear-gradient(90deg, #3e3a39, #3e3a39 3px, transparent 3px, transparent 5px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 100% 1px;
  }
}
@media screen and (hover: hover) {
  .top #topics .topics-list li a {
    transition: color 0.3s;
  }
  .top #topics .topics-list li a:hover {
    color: #149ecc;
  }
}
.top #topics h2 {
  background: #117293;
  display: flex;
  max-width: 160px;
  width: 20%;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 750px) {
  .top #topics h2 {
    width: 100%;
    max-width: initial;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 2.6666666667vw;
    padding: 2.6666666667vw 1.3333333333vw;
  }
}
.top #topics h2 img {
  max-width: 110px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .top #topics h2 img {
    width: 20vw;
  }
}
.top .contents {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .top .contents {
    margin-top: 8vw;
  }
}
.top .contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top .contents ul li {
  max-width: 275px;
  width: 27.5%;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  .top .contents ul li {
    width: 48%;
  }
}
.top .contents ul li:nth-child(3) {
  max-width: 400px;
  width: 40%;
}
@media screen and (max-width: 750px) {
  .top .contents ul li:nth-child(3) {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 4%;
  }
}
@media screen and (hover: hover) {
  .top .contents ul li {
    transition: opacity 0.3s;
  }
  .top .contents ul li:hover {
    opacity: 0.5;
  }
}

/*  //Top --*/
.profile {
  margin-top: 90px;
  /* //lang-btn-- */
  /* //btn-style1 */
}
@media screen and (max-width: 750px) {
  .profile {
    margin-top: 12vw;
  }
}
.profile .lang-btn {
  border: 2px solid #117293;
  color: #fff;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.1111111111em;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .profile .lang-btn {
    border: 1px solid #117293;
    font-size: 3.0666666667vw;
    width: 8em;
    text-align: center;
  }
}
.profile .lang-btn a {
  background: #fff;
  display: block;
  color: #117293;
  font-weight: bold;
  text-align: center;
  padding: 5px 20px;
}
@media screen and (max-width: 750px) {
  .profile .lang-btn a {
    padding: 1.3333333333vw 1vw;
  }
}
.profile .lang-btn a div {
  position: relative;
  display: inline-block;
  padding-right: 1.3em;
}
.profile .lang-btn a div i {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (hover: hover) {
  .profile .lang-btn a {
    transition: background-color 0.3s, color 0.3s;
  }
  .profile .lang-btn a:hover {
    background: #117293;
    color: #fff;
  }
}
.profile .section-contents {
  /* //profile-box-- */
}
.profile .section-contents .profile-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 70px;
  /* //lang-btn-- */
}
@media screen and (max-width: 750px) {
  .profile .section-contents .profile-box {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
.profile .section-contents .profile-box figure {
  max-width: 190px;
}
@media screen and (min-width: 1201px), print {
  .profile .section-contents .profile-box figure {
    width: 19%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .profile .section-contents .profile-box figure {
    width: 50%;
    max-width: initial;
    margin-right: auto;
    margin-left: auto;
  }
}
.profile .section-contents .profile-box figure img {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 751px), print {
  .profile .section-contents .profile-box .lang-btn {
    margin-left: 0;
    margin-top: 80px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .profile .section-contents .profile-box .lang-btn {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 750px) {
  .profile .section-contents .profile-box .lang-btn {
    margin-top: 4.4vw;
  }
}
.profile .section-contents .profile-box .profile {
  /* //profile-text-- */
  /* //profile-affi-- */
  /* //profile-name-- */
}
.profile .section-contents .profile-box .profile-text {
  max-width: 750px;
}
@media screen and (min-width: 1201px), print {
  .profile .section-contents .profile-box .profile-text {
    width: 75%;
    align-self: flex-end;
  }
}
@media screen and (max-width: 1200px) {
  .profile .section-contents .profile-box .profile-text {
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
  }
}
@media screen and (max-width: 750px) {
  .profile .section-contents .profile-box .profile-text {
    width: 100%;
    max-width: initial;
    margin-top: 3.3333333333vw;
    font-size: 3.5vw;
  }
}
.profile .section-contents .profile-box .profile-text .en {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .profile .section-contents .profile-box .profile-text .en {
    margin-top: 4vw;
  }
}
.profile .section-contents .profile-box .profile-affi {
  font-weight: bold;
  line-height: 1.7;
  font-size: 0.88em;
}
@media screen and (max-width: 1200px) {
  .profile .section-contents .profile-box .profile-affi {
    text-align: center;
  }
}
.profile .section-contents .profile-box .profile-name {
  font-size: 1.2777777778em;
  text-align: left;
  margin-top: 20px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .profile .section-contents .profile-box .profile-name {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .profile .section-contents .profile-box .profile-name {
    margin-top: 2vw;
    font-size: 5.6vw;
  }
}
.profile .section-contents .profile-box .profile-name ruby {
  line-height: 1em;
}
.profile .section-contents .profile-box .profile-name ruby span {
  order: 2;
  margin-top: 10px;
}
.profile .section-contents .profile-box .profile-name rt {
  text-align: center;
  font-size: 0.3472222222em;
}
@media screen and (max-width: 750px) {
  .profile .section-contents .profile-box .profile-name rt {
    margin-top: 1em;
  }
}
@media screen and (max-width: 750px) {
  .profile .section-contents .profile-box .profile-name rt {
    margin-top: 1em;
  }
  .profile .section-contents .profile-box .profile-name i {
    display: block;
    line-height: 1;
    margin-top: -0.3em;
  }
}
.profile .btn-style1 {
  margin-top: 80px;
  border: 4px solid #117293;
  border-radius: 100px;
  background: #fff;
  position: relative;
  max-width: 400px;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .profile .btn-style1 {
    margin-top: 10.6666666667vw;
    border: 0.5333333333vw solid #117293;
  }
}
@media screen and (hover: hover) {
  .profile .btn-style1 {
    transition: background-color 0.3s, color 0.3s;
  }
  .profile .btn-style1 a {
    transition: color 0.3s;
  }
  .profile .btn-style1:hover {
    background-color: #117293;
  }
  .profile .btn-style1:hover a {
    color: #fff;
  }
}
.profile .btn-style1 .btn {
  font-size: 1.4444444444em;
  display: block;
  font-weight: bold;
  color: #117293;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .profile .btn-style1 .btn {
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 4.6666666667vw;
  }
}
.profile .btn-style1 .btn:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/common/icon-arrow-right.svg) no-repeat center;
  position: absolute;
  right: 0.8em;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.3461538462em;
}
@media screen and (max-width: 750px) {
  .profile .btn-style1 .btn:after {
    font-size: 4.6666666667vw;
  }
}
.profile .btn-style1 .btn span {
  display: block;
  font-size: 0.75em;
}
.profile footer {
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .profile footer {
    margin-top: 2.6666666667vw;
  }
}

/* //profile-- */
.laboratory .page-contents {
  margin-top: 90px;
}
@media screen and (max-width: 750px) {
  .laboratory .page-contents {
    margin-top: 12vw;
  }
}
.laboratory .page-contents:nth-child(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .laboratory .page-contents:nth-child(n+2) {
    margin-top: 7.2vw;
  }
}
.laboratory #section3 {
  /* //s3-cont1-- */
  /* //s3-cont2-- */
  /* //s3-cont3 */
}
.laboratory #section3 .s3-cont1 .s3-tle {
  text-align: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.laboratory #section3 .s3-cont1 .s3-tle img {
  margin-right: auto;
  margin-left: auto;
}
.laboratory #section3 .s3-cont1 > p {
  margin-top: 50px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .laboratory #section3 .s3-cont1 > p {
    margin-top: 6.6666666667vw;
    line-height: 1.7142857143em;
  }
}
.laboratory #section3 .s3-cont1 dl {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .laboratory #section3 .s3-cont1 dl {
    margin-top: 6.6666666667vw;
  }
}
.laboratory #section3 .s3-cont1 dl dt {
  font-size: 1.0555555556em;
  font-weight: bold;
  background: #44a0af;
  color: #fff;
  border-radius: 6px 6px 0 0;
  max-width: 195px;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .laboratory #section3 .s3-cont1 dl dt {
    max-width: initial;
  }
}
.laboratory #section3 .s3-cont1 dl dt span {
  color: #fff265;
}
.laboratory #section3 .s3-cont1 dl dd {
  background: #eff7f9;
  font-weight: bold;
  color: #44a0af;
  border-top: 1px solid #44a0af;
  border-bottom: 1px solid #44a0af;
  padding: 25px;
}
@media screen and (max-width: 750px) {
  .laboratory #section3 .s3-cont1 dl dd {
    padding: 5%;
  }
}
.laboratory #section3 .s3-cont1 .s3-box {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgb(68, 160, 174) 3px, rgb(68, 160, 174) 4px);
  padding: 5px;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .laboratory #section3 .s3-cont1 .s3-box {
    margin-top: 6.6666666667vw;
  }
}
.laboratory #section3 .s3-cont1 .s3-box > p {
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .laboratory #section3 .s3-cont1 .s3-box > p {
    padding: 5%;
  }
}
.laboratory #section3 .s3-cont2 {
  margin-top: 90px;
}
@media screen and (max-width: 750px) {
  .laboratory #section3 .s3-cont2 {
    margin-top: 12vw;
  }
}
.laboratory #section3 .s3-cont2 .member {
  /* //member-profile-- */
  /* //member-work-- */
}
.laboratory #section3 .s3-cont2 .member-list {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .laboratory #section3 .s3-cont2 .member-list {
    margin-top: 6.6666666667vw;
  }
}
.laboratory #section3 .s3-cont2 .member-box {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #117293;
}
.laboratory #section3 .s3-cont2 .member-box:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .laboratory #section3 .s3-cont2 .member-box:nth-child(n+2) {
    margin-top: 6.6666666667vw;
  }
}
.laboratory #section3 .s3-cont2 .member-profile {
  max-width: 265px;
  width: 25%;
  padding: 35px 35px;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 751px), print {
  .laboratory #section3 .s3-cont2 .member-profile {
    border-right: 1px solid #117293;
  }
}
@media screen and (max-width: 750px) {
  .laboratory #section3 .s3-cont2 .member-profile {
    max-width: initial;
    width: 100%;
    border-bottom: 1px solid #117293;
    padding: 5%;
  }
}
.laboratory #section3 .s3-cont2 .member-profile figure {
  max-width: 105px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .laboratory #section3 .s3-cont2 .member-profile figure {
    margin-bottom: 5.3333333333vw;
  }
}
.laboratory #section3 .s3-cont2 .member-profile figure img {
  margin-right: auto;
  margin-left: auto;
}
.laboratory #section3 .s3-cont2 .member-profile .name {
  font-size: 1.2222222222em;
  width: 100%;
}
.laboratory #section3 .s3-cont2 .member-profile .name span {
  display: block;
  font-size: 0.6111111111em;
}
@media screen and (max-width: 750px) {
  .laboratory #section3 .s3-cont2 .member-profile .name {
    font-size: 5.3333333333vw;
  }
  .laboratory #section3 .s3-cont2 .member-profile .name span {
    font-size: 0.6em;
  }
}
.laboratory #section3 .s3-cont2 .member-profile .name .en {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .laboratory #section3 .s3-cont2 .member-profile .name .en {
    margin-top: 2.6666666667vw;
  }
}
.laboratory #section3 .s3-cont2 .member-profile .name .en span {
  font-size: 0.5277777778em;
}
.laboratory #section3 .s3-cont2 .member-profile .btn-style2 {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .laboratory #section3 .s3-cont2 .member-profile .btn-style2 {
    margin-top: 2.6666666667vw;
  }
}
.laboratory #section3 .s3-cont2 .member-work {
  max-width: 747px;
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8888888889em;
}
@media screen and (max-width: 750px) {
  .laboratory #section3 .s3-cont2 .member-work {
    width: 100%;
    max-width: initial;
  }
}
.laboratory #section3 .s3-cont2 .member-work .work-wrap {
  align-self: center;
  padding: 20px 30px;
}
@media screen and (max-width: 750px) {
  .laboratory #section3 .s3-cont2 .member-work .work-wrap {
    padding: 5%;
  }
}
.laboratory #section3 .s3-cont2 .member-work .work-wrap > div:nth-child(n+2) {
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .laboratory #section3 .s3-cont2 .member-work .work-wrap > div:nth-child(n+2) {
    margin-top: 3.3333333333vw;
  }
}
.laboratory #section3 .s3-cont2 .member-work .work-wrap > div p:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .laboratory #section3 .s3-cont2 .member-work .work-wrap > div p:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
}
.laboratory #section3 .s3-cont3 {
  margin-top: 200px;
}
@media screen and (max-width: 750px) {
  .laboratory #section3 .s3-cont3 {
    margin-top: 20vw;
  }
}
.laboratory #section3 .s3-cont3 figure {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .laboratory #section3 .s3-cont3 figure {
    margin-top: 6.6666666667vw;
  }
}

/* laboratory-- */
.waigaya {
  /* //btn-style-- */
}
.waigaya #top-visual img {
  width: 100%;
}
.waigaya h3 {
  text-align: center;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .waigaya h3 {
    width: 80%;
    margin-top: 9.3333333333vw;
  }
}
.waigaya h3 img {
  margin-right: auto;
  margin-left: auto;
}
.waigaya .lead {
  color: #01913a;
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.8;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .waigaya .lead {
    margin-top: 8vw;
    font-size: 3.6vw;
  }
}
.waigaya .btn-style {
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  border: 4px solid #01913a;
  background-color: #fff;
  box-sizing: border-box;
  max-width: 400px;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .waigaya .btn-style {
    border: 0.5333333333vw solid #01913a;
    margin-top: 6.6666666667vw;
    border-radius: 8vw;
  }
}
@media screen and (hover: hover) {
  .waigaya .btn-style {
    transition: background-color 0.3s;
  }
  .waigaya .btn-style a {
    transition: color 0.3s;
  }
  .waigaya .btn-style:hover {
    background-color: #01913a;
  }
  .waigaya .btn-style:hover a {
    color: #fff;
  }
}
.waigaya .btn-style .btn {
  display: block;
  width: 100%;
  position: relative;
  color: #01913a;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1.4444444444em;
}
@media screen and (max-width: 750px) {
  .waigaya .btn-style .btn {
    font-size: 3.4666666667vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.waigaya .btn-style .btn i {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.8em;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.3888888889em;
}
.waigaya .btn-style .btn span {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .waigaya .btn-style .btn span {
    margin-bottom: 2.6666666667vw;
  }
}
.waigaya .btn-style .btn img {
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .waigaya .btn-style .btn img {
    width: 20vw;
    max-width: initial;
  }
}
.waigaya .presenter {
  border: 1px solid #adadad;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  color: #000;
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  .waigaya .presenter {
    padding: 3%;
    margin-top: 9.3333333333vw;
  }
}
.waigaya .presenter .leftbox {
  border-right: 1px solid #adadad;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 760px;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .waigaya .presenter .leftbox {
    padding: 2%;
    width: 70%;
  }
}
.waigaya .presenter .leftbox .logo {
  max-width: 170px;
  width: 25%;
  align-self: center;
}
@media screen and (max-width: 750px) {
  .waigaya .presenter .leftbox .logo {
    width: 50%;
  }
}
.waigaya .presenter .leftbox .txt {
  max-width: 520px;
  width: 72%;
  color: #000;
  font-size: 0.8333333333em; /*15px*/
  align-self: center;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .waigaya .presenter .leftbox .txt {
    width: 100%;
    max-width: initial;
    margin-top: 2vw;
    font-size: 0.7142857143em;
  }
}
.waigaya .presenter .rightbox {
  padding: 10px;
  width: 20%;
  max-width: 210px;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .waigaya .presenter .rightbox {
    padding: 2%;
    width: 30%;
    align-self: center;
  }
}
.waigaya .presenter .rightbox dt {
  font-size: 0.6666666667em;
}
.waigaya .presenter .rightbox dd {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .waigaya .presenter .rightbox dd {
    margin-top: 1.3333333333vw;
  }
}
.waigaya footer {
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .waigaya footer {
    margin-top: 2.6666666667vw;
  }
}

/* //waigaya-- */
.slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(150%);
}
.slick-dots > li {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 10px;
  line-height: 1;
}
.slick-dots > li.slick-active button {
  background: #117293;
}
.slick-dots > li button {
  background: #fff;
  border: 1.5px solid #117293;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  color: transparent;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
}

.slick-arrow {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  color: transparent;
  border: 0;
  background-color: transparent;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .slick-arrow {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.slick-arrow.slick-next {
  background-image: url(../img/common/icon-slide-next.svg);
  right: 2%;
}
.slick-arrow.slick-prev {
  background-image: url(../img/common/icon-slide-prev.svg);
  left: 2%;
}

.btn-style2 {
  border: 1px solid #117293;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.9444444444em;
  width: 150px;
  line-height: 1.2em;
}
@media screen and (max-width: 750px) {
  .btn-style2 {
    max-width: initial;
    font-size: 3.7333333333vw;
    line-height: 1.2;
    width: 50%;
  }
}
.btn-style2 a {
  background: #fff;
  display: block;
  color: #117293;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .btn-style2 a {
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
.btn-style2 a div {
  position: relative;
}
.btn-style2 a div > span {
  display: block;
  font-size: 0.7857142857em;
}
.btn-style2 a div i {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.5em;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 750px) {
  .btn-style2 a div i {
    right: 0.9em;
  }
}
@media screen and (hover: hover) {
  .btn-style2 a {
    transition: background-color 0.3s, color 0.3s;
  }
  .btn-style2 a:hover {
    background: #117293;
    color: #fff;
  }
}

/* //btn-style2 */
.pagetop {
  position: fixed;
  right: 5%;
  bottom: 5%;
  width: 1em;
  height: 1em;
  background: url(../img/common/icon-page-top.svg) no-repeat center/100% auto;
}
@media screen and (min-width: 751px), print {
  .pagetop {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .pagetop {
    font-size: 10.6666666667vw;
  }
}
.pagetop > a {
  display: block;
  width: 100%;
  height: 100%;
}

.contact {
  /* //contact-box */
}
.contact .contact-box {
  max-width: 1000px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 750px) {
  .contact .contact-box {
    padding: 5%;
    font-size: 3.2vw;
  }
}
.contact .contact-box .en {
  display: block;
  margin-top: 10px;
}
.contact .contact-box h2 {
  font-size: 1.5em;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .contact .contact-box h2 {
    font-size: 1.25em;
  }
}
.contact .contact-box h2 .en {
  font-size: 0.5555555556em;
}
.contact .contact-box .text {
  font-weight: 600;
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .contact .contact-box .text {
    padding-top: 6.6666666667vw;
  }
}
.contact .contact-box .text:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #009137;
  border-bottom: 0;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .contact .contact-box .text:before {
    top: 2.6666666667vw;
    border-right: 2.6666666667vw solid transparent;
    border-left: 2.6666666667vw solid transparent;
    border-top: 2.6666666667vw solid #009137;
  }
}
.contact .contact-box .text .en {
  font-size: 0.7777777778em; /*14px*/
}
.contact .contact-box .contact-address {
  background: #fff;
  border-width: 1px;
  border-style: solid;
  font-weight: 600;
  max-width: 540px;
  width: 54%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .contact .contact-box .contact-address {
    width: 90%;
    margin-top: 3.75vw;
    padding-top: 3.75vw;
    padding-bottom: 3.75vw;
  }
}
.contact .contact-box .marker {
  background: linear-gradient(transparent 50%, #feef00 50%);
}
.contact .contact1 {
  background: #f0f9f8;
  color: #077198;
}
.contact .contact1 .text:before {
  border-top: 15px solid #177ca8;
}
@media screen and (max-width: 750px) {
  .contact .contact1 .text:before {
    border-top: 2.6666666667vw solid #177ca8;
  }
}
.contact .contact2 {
  background: #f0f8ed;
  margin-top: 45px;
  color: #079647;
}
@media screen and (max-width: 750px) {
  .contact .contact2 {
    margin-top: 6vw;
  }
}

/* //contact-- *//*# sourceMappingURL=page.css.map */