@charset "UTF-8";


.s5-container {
  max-width: none;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
body {
  overflow-x: hidden !important;
}
.c5-container {
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Myriad Pro, "メイリオ", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1.86667;
  color: #333333;
  margin: auto;
}
@media only screen and (max-width: 639px) {
  .c5-container {
    font-size: 4vw;
  }
}
.c5-container img {
  vertical-align: bottom;
}
.c5-container ul:not([class]) {
  padding-left: 1.5em;
}
.c5-container img {
  max-width: 100%;
  height: auto;
}
.c5-colorBlue {
  color: #0000cc;
}
.c5-pageTitle {
  background: #63cbce;
  text-align: center;
  line-height: 1.2;
  padding: 15px 30px;
  color: white;
}
@media only screen and (max-width: 639px) {
  .c5-pageTitle {
    padding: 4vw 20px;
  }
}
.c5-pageTitle h1 {
  font-size: 38px;
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 639px) {
  .c5-pageTitle h1 {
    font-size: 8vw;
  }
}
.c5-pageTitle__sub {
  font-size: 18px;
}
@media only screen and (max-width: 639px) {
  .c5-pageTitle__sub {
    font-size: 3.73333vw;
  }
}
.c5-section {
  padding: 60px 20px;
}
@media only screen and (max-width: 639px) {
  .c5-section {
    padding: 8vw 20px;
  }
}
.c5-section--gray {
  background: #f5f5f5;
}
.c5-sectionTitle {
  margin: 20px 0 40px;
}
@media only screen and (max-width: 639px) {
  .c5-sectionTitle {
    margin: 2.66667vw 0 5.33333vw;
  }
}
.c5-sectionTitle > * {
  font-size: 38px;
  line-height: 1.2;
  font-weight: bold;
  color: #63cbce;
  text-align: center;
  margin: 0;
}
.c5-sectionTitleSub {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 639px) {
  .c5-sectionTitle > * {
    font-size: 7.46667vw;
  }
  .c5-sectionTitleSub {
    font-size: 6vw;
  }
}
.c5-section__inner {
  max-width: 1120px;
  margin: auto;
}
.c5-section p {
  margin: 0 0 1em 0;
}
.c5-section--about {
  padding-top: 80px;
}
@media only screen and (max-width: 639px) {
  .c5-section--about {
    padding-top: 10.66667vw;
  }
}
.c5-about {
  background: white;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .c5-about {
    display: table;
  }
}
@media only screen and (min-width: 640px) {
  .c5-about > * {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
}
.c5-about__text {
  padding: 40px;
}
@media only screen and (max-width: 639px) {
  .c5-about__text {
    padding: 5.33333vw;
  }
}
.c5-about__title {
  margin: 0 -40px 20px;
  padding: 0 40px 20px;
  font-size: 27px;
  line-height: 1.25926;
  border-bottom: solid 2px #63cbce;
}
@media only screen and (max-width: 639px) {
  .c5-about__title {
    margin: 0 -5.33333vw 2.66667vw;
    padding: 0 5.33333vw 2.66667vw;
    border-bottom: solid 0.53333vw #63cbce;
    font-size: 5.33333vw;
  }
}
.c5-about__title small {
  font-size: .7em;
}
.c5-about__title strong {
  font-weight: bold;
}
.c5-about__image {
  background: #f2f2f2;
}
.c5-about__image img {
  max-width: 100%;
}
.c5-profile {
  margin-top: 50px;
  padding-top: 30px;
}
.c5-profile:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 639px) {
  .c5-profile {
    margin-top: 5.33333vw;
    padding: 5.33333vw 2.66667vw;
  }
}
.c5-profile__image {
  float: left;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: 30px;
}
@media only screen and (max-width: 639px) {
  .c5-profile__image {
    float: right;
    max-width: 35%;
    margin-top: 0;
    margin-left: 2.66667vw;
    margin-right: -2.66667vw;
  }
  .c5-profile__image img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .c5-profile__text {
    margin-left: 30px;
    padding-bottom: 30px;
    border-bottom: solid 2px #63cbce;
  }
}
.c5-profile__title {
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 639px) {
  .c5-profile__title {
    margin-bottom: 2.66667vw;
  }
}
.c5-block {
  margin-bottom: 3em;
}
.c5-blockTitle {
  padding-bottom: 10px;
  border-bottom: solid 2px #63cbce;
  margin-bottom: 25px;
  letter-spacing: -.5em;
}
@media only screen and (max-width: 639px) {
  .c5-blockTitle {
    padding-bottom: .5em;
    border-bottom: solid 0.53333vw #63cbce;
    margin-bottom: 5.33333vw;
    display: flex;
    align-items: center;
  }
}
.c5-blockTitle > * {
  font-size: 27px;
  line-height: 1.2;
  font-weight: normal;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
@media only screen and (max-width: 639px) {
  .c5-blockTitle > h3 {
    font-size: 5.86667vw;
    width: 80%;
  }
}
.c5-blockTitle__icon {
  margin-right: 10px;
}
@media only screen and (max-width: 639px) {
  .c5-blockTitle__icon {
    margin-right: .3em;
    width: 40px;
  }
}
.c5-blockTitle__icon img {
  max-width: 100%;
}
.c5-box {
  padding: 30px 25px;
}
.c5-box > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 639px) {
  .c5-box {
    padding: 5.33333vw 4vw;
  }
}
.c5-box__title {
  margin-bottom: 1em;
}
.c5-box__title > * {
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 639px) {
  .c5-box__title > * {
    font-size: 3.2vw;
  }
}
.c5-box--gray {
  background: #f5f5f5;
}
p + .c5-box {
  margin-top: 2em;
}
@media only screen and (max-width: 639px) {
  p + .c5-box {
    margin-top: 1em;
  }
}
.c5-table {
  border-collapse: separate;
  border-spacing: 0;
  margin-top: -10px;
  width: 100%;
}
@media only screen and (max-width: 639px) {
  .c5-table {
    margin-top: -2.66667vw;
    display: block;
    width: 100%;
  }
}
.c5-table th, .c5-table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  border-bottom: solid 2px #eeeeee;
}
@media only screen and (max-width: 639px) {
  .c5-table th, .c5-table td {
    padding: 1.33333vw 2.66667vw;
    border-bottom: solid 0.53333vw #eeeeee;
  }
}
@media only screen and (max-width: 639px) {
  .c5-table table, .c5-table tbody, .c5-table tr, .c5-table th, .c5-table td {
    display: block;
    width: 100%;
  }
}
.c5-table th {
  font-weight: normal;
  text-align: left;
}
@media only screen and (max-width: 639px) {
  .c5-table th {
    font-weight: bold;
    text-align: center;
    margin-top: 2.66667vw;
  }
}
@media only screen and (max-width: 639px) {
  .c5-table td {
    border-bottom: 0;
  }
}
.c5-sampleBox {
  background: #f5f5f5;
  width: 100%;
  margin: 20px 0;
}
@media only screen and (min-width: 640px) {
  .c5-sampleBox {
    display: table;
  }
}
@media only screen and (max-width: 639px) {
  .c5-sampleBox {
    margin: 5.33333vw 0;
  }
}
@media only screen and (min-width: 640px) {
  .c5-sampleBox > * {
    display: table-cell;
    vertical-align: top;
  }
  .c5-sampleBox > *:first-child {
    width: 10%;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 639px) {
  .c5-sampleBox__image img {
    width: 100%;
  }
}
.c5-sampleBox__text {
  padding: 25px 40px;
}
@media only screen and (max-width: 639px) {
  .c5-sampleBox__text {
    padding: 5.33333vw 5.33333vw;
  }
}
.c5-sampleBox__title {
  padding: 0 40px 15px;
  margin: 0 -40px 15px;
  border-bottom: solid 2px #eeeeee;
}
@media only screen and (max-width: 639px) {
  .c5-sampleBox__title {
    padding: 0 5.33333vw 2.66667vw;
    margin: 0 -5.33333vw 2.66667vw;
    border-bottom: solid 0.53333vw #eeeeee;
  }
}
.c5-sampleBox__title > p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
@media only screen and (max-width: 639px) {
  .c5-sampleBox__title > p {
    font-size: 4.8vw;
  }
}
.c5-sampleBox + .c5-sampleBox {
  margin-top: 60px;
}
@media only screen and (max-width: 639px) {
  .c5-sampleBox + .c5-sampleBox {
    margin-top: 8vw;
  }
}
.player {
  margin-top: 30px;
}
@media only screen and (max-width: 639px) {
  .player {
    margin-top: 4vw;
  }
}
.player img {
  vertical-align: middle;
}
@media only screen and (max-width: 979px) {
  .player__control__row {
    width: 100% !important;
    float: none !important;
  }
}
@media only screen and (max-width: 979px) {
  .player__control__row:first-child .player__control__col:nth-child(2) {
    width: 60% !important;
  }
}
.c5-button {
  background: #f0832b;
  display: table;
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  color: white !important;
  text-decoration: none !important;
  min-width: 400px;
  padding: .6em 2em .5em;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  margin: 2em auto;
}
@media only screen and (max-width: 767px) {
  .c5-button {
    min-width: inherit;
    font-size: 3.73333vw;
  }
}
.c5-button:hover {
  opacity: .65;
}
.c5-button span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

@media only screen and (max-width: 639px) {
  #table-price td {
    text-align: center;
  }
}
.c5-navtab {
  max-width: 1200px;
  margin: 30px auto 0 auto;
  padding: 0 20px;
}
.c5-navtab ul {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.c5-navtab ul li {
  flex: auto;
  color: #fff;
  list-style-type: none;
  box-sizing: border-box;
  background: #63cbce;
  margin-right: 10px;
  padding: 0;
  border-radius: 8px 8px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.c5-navtab ul li:last-child {
  margin-right: 0 !important;
}
.c5-navtab ul li.c5-navtab__current {
  background: #f5f5f5;
  pointer-events: none;
  color: #333;
}
.c5-navtab ul li a {
  box-sizing: border-box;
  padding: 1em;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.4;
}
.c5-navtab ul li a:hover {
  text-decoration: none;
  color: #333;
}
@media only screen and (max-width: 639px) {
  .c5-navtab ul li {
    font-size: 12px;
    margin-right: 3px;
  }
  .c5-navtab ul li a {
    padding: 8px 5px;
  }
}
.c5-newslist {
  max-width: 85%;
  margin: 0 auto;
  padding: 0;
}
.c5-newslist a {
  color: #25898c;
}
.c5-newslist a:hover {
  text-decoration: underline;
}
.c5-newslist dt {
  float: left;
  clear: left;
  padding: 0;
  margin: 0 0 20px 0;
  width: 120px;
}
.c5-newslist dd {
  padding: 0 0 0 130px;
  margin: 0 0 15px 0;
}
#news + .c5-section--contact {
  padding-top: 0;
}
.c5-list-feature {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -30px -25px 0 -25px;
  padding: 0;
}
.c5-list-feature > li {
  width: calc(100% / 3 - 50px);
  margin: 30px 25px;
}
.c5-list-feature .ttl {
  color: #fff;
  border-radius: 3em;
  background-color: #63cbce;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.4;
  padding: .5em .2em;
  text-align: center;
  margin: 30px 0 0 0;
}
.c5-list-feature .ttl + p {
  margin-top: 20px;
}
.c5-list-feature .ttl.white {
  background-color: #fff;
  color: #333;
}
.c5-list-feature .img {
  text-align: center;
}
.c5-list-feature .img img {
  max-height: 150px;
}
.c5-list-scene {
  list-style: none;
  padding: 0 !important;
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c5-list-scene li {
  margin: 30px 20px 0 20px;
  width: calc(100% / 3 - 40px);
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
.c5-list-scene p {
  margin: 0;
}
.c5-list-scene .img + p {
  margin-top: 15px;
}
.c5-serviceMV {
  display: flex;
}
.c5-serviceMV .img {
  flex: 0 1 63%;
}
.c5-serviceMV .txt {
  flex: 1;
  margin-left: 30px;
}
.c5-serviceMV .ttl {
  margin: 0 0 5px 0;
  font-size: 1.6em;
  color: #ff8000;
}
.c5-serviceMV p + .ttl {
  margin-top: 30px;
}
.c5-icon-number {
  display: inline-block;
  background-color: #ff8000;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  padding: .2em .4em;
  font-size: .8em;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  line-height: 1;
}
@media only screen and (max-width: 639px) {
  .c5-serviceMV {
    display: block;
  }
  .c5-serviceMV .txt {
    margin: 30px 0 0 0;
  }
  .c5-serviceMV .ttl {
    font-size: 1.28em;
    margin-bottom: 5px;
  }
  .c5-newslist {
    max-width: none;
  }
  .c5-newslist dt {
    float: none;
    width: auto;
    margin-bottom: 0;
  }
  .c5-newslist dd {
    padding: 0;
  }
  .c5-list-feature {
    margin: 0 -15px;
    justify-content: center;
  }
  .c5-list-feature .ttl {
    margin: 20px 0;
    font-size: 1.28em;
  }
  .c5-list-feature .ttl.white {
    font-size: 1em;
    display: table;
    height: 3.8em;
    width: 100%;
    box-sizing: border-box;
  }
  .c5-list-feature .ttl.white span {
    display: table-cell;
    vertical-align: middle;
  }
  .c5-list-feature > li {
    width: calc(50% - 30px);
    margin: 30px 15px 0 15px;
  }
  .c5-list-feature.sp_col1 {
    display: block;
    margin: 0;
  }
  .c5-list-feature.sp_col1 > li {
    width: auto;
    margin: 30px 0 0 0;
  }
  .c5-list-feature.sp_col1 .img img {
    max-height: 40vw;
  }
  .c5-list-feature .img img {
    max-height: 30vw;
  }
}