@charset "UTF-8";
/* ==========================================================================
   サービスページ用CSS
========================================================================== */
/*------- common -------*/
body > main {
  padding: 0;
}

section:not(#mv) {
  padding: 100px 0;
}
@media not all and (min-width: 769px) {
  section:not(#mv) {
    padding: 45px 0;
  }
}
section h3 {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}
@media not all and (min-width: 769px) {
  section h3 {
    font-size: 20px;
    margin-top: 5px;
  }
}
section h3 small {
  display: block;
  text-align: center;
  color: #009b63;
  font-size: 15px;
  margin-bottom: 10px;
}
@media not all and (min-width: 769px) {
  section h3 small {
    font-size: 14px;
  }
}
section h3 b {
  display: inline-block;
  font-size: 1.5em;
}
@media not all and (min-width: 769px) {
  section h3 b {
    font-size: 1.2em;
  }
}

.btn {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: bold;
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 50px auto 0;
}
@media not all and (min-width: 769px) {
  .btn {
    margin-top: 30px;
    max-width: 345px;
  }
}

.bg_gray {
  background: #eee url("../../images/footer_contact_bg.jpg") no-repeat center center/cover;
}
@media not all and (min-width: 769px) {
  .bg_gray {
    background-image: url("../../images/bg_gray_noise_sp.jpg");
  }
}

/* ==========================================================================
   HYPAT-i2
========================================================================== */
body.page-hypat {
  /*------- mv -------*/
  /*------- about -------*/
  /*------- featuer -------*/
  /*------- function -------*/
  /*------- price -------*/
  /*------- option -------*/
  /*------- seminar -------*/
}
body.page-hypat #mv {
  height: 500px;
  padding-top: 74px;
  background: url("../../images/top_mv_slide02_bg.jpg") no-repeat left center/cover;
}
@media not all and (min-width: 769px) {
  body.page-hypat #mv {
    height: 300px;
    padding-top: 51px;
    background-image: url("../../images/top_mv_slide02_bg_sp.jpg");
  }
}
body.page-hypat #mv .merit {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
body.page-hypat #mv .merit li {
  font-size: 20px;
  white-space: nowrap;
  color: #fff;
  padding: 9px 18px;
  border: 1px solid #fff;
}
@media not all and (min-width: 769px) {
  body.page-hypat #mv .merit li {
    font-size: 12px;
    padding: 6px 10px;
  }
}
body.page-hypat #mv .merit li:nth-child(n+2) {
  margin-left: 13px;
}
@media not all and (min-width: 769px) {
  body.page-hypat #mv .merit li:nth-child(n+2) {
    margin-left: 6px;
  }
}
body.page-hypat #mv p.catch {
  font-size: 37px;
  line-height: 1;
  margin-top: 38px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.13em;
  text-indent: 0.13em;
}
@media not all and (min-width: 769px) {
  body.page-hypat #mv p.catch {
    font-size: 23px;
    margin-top: 20px;
  }
}
@media not all and (min-width: 370px) {
  body.page-hypat #mv p.catch {
    font-size: 20px;
  }
}
body.page-hypat #mv h2.title {
  margin-top: 70px;
  text-align: center;
  font-size: 74px;
  line-height: 1;
  color: #fff;
}
@media not all and (min-width: 769px) {
  body.page-hypat #mv h2.title {
    margin-top: 20px;
    font-size: 45px;
  }
}
body.page-hypat #mv h2.title small {
  display: block;
  font-size: 19px;
  margin-top: 5px;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
}
@media not all and (min-width: 769px) {
  body.page-hypat #mv h2.title small {
    font-size: 12px;
    margin-top: 2px;
  }
}
body.page-hypat #about {
  padding: 80px 0;
  background: #eee url("../../images/footer_contact_bg.jpg") no-repeat center center/cover;
}
@media not all and (min-width: 769px) {
  body.page-hypat #about {
    padding: 50px 0;
  }
}
body.page-hypat #about dl dt {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
@media not all and (min-width: 769px) {
  body.page-hypat #about dl dt {
    font-size: 24px;
  }
}
body.page-hypat #about dl dt small {
  font-size: 24px;
  display: block;
}
@media not all and (min-width: 769px) {
  body.page-hypat #about dl dt small {
    font-size: 20px;
  }
}
body.page-hypat #about dl dd {
  width: 100%;
  max-width: 720px;
  margin: 35px auto 0;
}
@media not all and (min-width: 769px) {
  body.page-hypat #about dl dd {
    margin-top: 30px;
  }
}
body.page-hypat #featuer h3 + p {
  width: 92%;
  max-width: 620px;
  margin: 40px auto 0;
}
@media not all and (min-width: 769px) {
  body.page-hypat #featuer h3 + p {
    margin-top: 25px;
  }
}
body.page-hypat #featuer ul.other_support_items {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  border-top: 1px solid #eee;
}
@media not all and (min-width: 769px) {
  body.page-hypat #featuer ul.other_support_items {
    flex-direction: column;
    border: none;
  }
}
body.page-hypat #featuer ul.other_support_items.list1 {
  margin-top: 35px;
}
@media not all and (min-width: 769px) {
  body.page-hypat #featuer ul.other_support_items.list1 {
    margin-top: 20px;
  }
}
body.page-hypat #featuer ul.other_support_items.list2 {
  justify-content: center;
  border-bottom: 1px solid #eee;
}
@media not all and (min-width: 769px) {
  body.page-hypat #featuer ul.other_support_items.list2 {
    border: none;
    margin-top: 15px;
  }
}
body.page-hypat #featuer ul.other_support_items li {
  width: calc(100% / 3);
}
@media not all and (min-width: 769px) {
  body.page-hypat #featuer ul.other_support_items li {
    width: 100%;
  }
}
body.page-hypat #featuer ul.other_support_items li:nth-child(n+2) {
  border-left: 1px solid #eee;
}
@media not all and (min-width: 769px) {
  body.page-hypat #featuer ul.other_support_items li:nth-child(n+2) {
    border: none;
    margin-top: 15px;
  }
}
body.page-hypat #featuer ul.other_support_items li .box {
  padding: 20px;
  display: block;
  position: relative;
  height: 100%;
}
@media not all and (min-width: 769px) {
  body.page-hypat #featuer ul.other_support_items li .box {
    padding: 0 10px;
  }
}
body.page-hypat #featuer ul.other_support_items li .box .title {
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  z-index: 1;
}
@media not all and (min-width: 769px) {
  body.page-hypat #featuer ul.other_support_items li .box .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
body.page-hypat #featuer ul.other_support_items li .box img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 769px) {
  body.page-hypat #featuer ul.other_support_items li .box::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    z-index: 0;
    visibility: hidden;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: #fff;
    box-shadow: 0 5px 20px transparent;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale(1, 1) translateX(-50%);
  }
}
body.page-hypat #featuer ul.other_support_items li .box p {
  line-height: 1.6;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
body.page-hypat #function ul.function_list {
  margin-top: 35px;
}
@media not all and (min-width: 769px) {
  body.page-hypat #function ul.function_list {
    margin-top: 25px;
  }
}
body.page-hypat #function ul.function_list li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  height: 312px;
}
@media not all and (min-width: 769px) {
  body.page-hypat #function ul.function_list li {
    flex-direction: column;
    height: auto;
  }
}
body.page-hypat #function ul.function_list li .img,
body.page-hypat #function ul.function_list li .txt {
  width: 50%;
  flex-shrink: 0;
}
@media not all and (min-width: 769px) {
  body.page-hypat #function ul.function_list li .img,
  body.page-hypat #function ul.function_list li .txt {
    width: 100%;
    height: 195px;
  }
}
@media all and (min-width: 769px) {
  body.page-hypat #function ul.function_list li:nth-child(even) .img {
    order: 2;
  }
  body.page-hypat #function ul.function_list li:nth-child(even) .txt {
    order: 1;
  }
}
body.page-hypat #function ul.function_list li .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 0;
}
body.page-hypat #function ul.function_list li:nth-child(1) .img {
  background-image: url("../../images/hypat_function_img01.jpg");
}
body.page-hypat #function ul.function_list li:nth-child(2) .img {
  background-image: url("../../images/hypat_function_img02.jpg");
}
body.page-hypat #function ul.function_list li:nth-child(3) .img {
  background-image: url("../../images/hypat_function_img03.jpg");
}
@media not all and (min-width: 769px) {
  body.page-hypat #function ul.function_list li .txt {
    position: relative;
    height: auto;
  }
}
body.page-hypat #function ul.function_list li .txt .dl_wrapper {
  width: 92%;
  max-width: 500px;
  height: 100%;
  position: relative;
}
@media not all and (min-width: 769px) {
  body.page-hypat #function ul.function_list li .txt .dl_wrapper {
    max-width: 345px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}
body.page-hypat #function ul.function_list li .txt .dl_wrapper dl {
  width: calc(100% + 40px);
  background-color: #fff;
  height: calc(100% - 50px);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 7%;
}
@media not all and (min-width: 769px) {
  body.page-hypat #function ul.function_list li .txt .dl_wrapper dl {
    width: 100%;
    height: auto;
    top: auto;
    bottom: auto;
    left: auto;
    padding: 25px 7%;
    position: relative;
    margin-top: -95px;
  }
}
body.page-hypat #function ul.function_list li .txt .dl_wrapper dl dt {
  font-size: 18px;
}
@media not all and (min-width: 769px) {
  body.page-hypat #function ul.function_list li .txt .dl_wrapper dl dt {
    font-size: 16px;
  }
}
body.page-hypat #function ul.function_list li .txt .dl_wrapper dl dd {
  margin-top: 10px;
}
@media all and (min-width: 769px) {
  body.page-hypat #function ul.function_list li:nth-child(odd) .txt .dl_wrapper {
    margin: 0 auto 0 0;
  }
  body.page-hypat #function ul.function_list li:nth-child(odd) .txt .dl_wrapper dl {
    right: 0;
  }
  body.page-hypat #function ul.function_list li:nth-child(even) .txt .dl_wrapper {
    margin: 0 0 0 auto;
  }
  body.page-hypat #function ul.function_list li:nth-child(even) .txt .dl_wrapper dl {
    left: 0;
  }
}
@media not all and (min-width: 769px) {
  body.page-hypat #function ul.function_list li:last-child .txt .dl_wrapper {
    padding-bottom: 0;
  }
}
body.page-hypat #function h4 {
  text-align: center;
  font-size: 24px;
  margin-top: 70px;
}
@media not all and (min-width: 769px) {
  body.page-hypat #function h4 {
    margin-top: 40px;
    font-size: 20px;
  }
}
body.page-hypat #function h4 span {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
@media not all and (min-width: 769px) {
  body.page-hypat #function h4 span {
    padding: 0 10px;
  }
}
body.page-hypat #function h4 span::before, body.page-hypat #function h4 span::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media not all and (min-width: 769px) {
  body.page-hypat #function h4 span::before, body.page-hypat #function h4 span::after {
    width: 6px;
  }
}
body.page-hypat #function h4 span::before {
  left: 0;
}
body.page-hypat #function h4 span::after {
  right: 0;
}
body.page-hypat #function .other_option {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  background-color: #fff;
  padding: 12px 0;
}
@media not all and (min-width: 769px) {
  body.page-hypat #function .other_option {
    margin-top: 20px;
    padding: 0;
  }
}
body.page-hypat #function .other_option li {
  width: 25%;
  position: relative;
}
@media not all and (min-width: 769px) {
  body.page-hypat #function .other_option li {
    width: 50%;
  }
}
body.page-hypat #function .other_option li a {
  height: 62px;
  padding: 0 30px 0 25px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  position: relative;
  transition: all .3s;
}
@media not all and (min-width: 769px) {
  body.page-hypat #function .other_option li a {
    height: 74px;
    padding: 0 30px 0 12px;
  }
}
body.page-hypat #function .other_option li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #009b63;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto 0;
  transition: border-color .3s;
}
body.page-hypat #function .other_option li a:hover {
  background-color: #009b63;
  color: #fff;
}
body.page-hypat #function .other_option li a:hover::before {
  border-color: #fff;
}
@media all and (min-width: 769px) {
  body.page-hypat #function .other_option li:nth-child(1) a::after {
    content: "";
    width: calc(100% - 25px);
    height: 1px;
    background-color: #eee;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body.page-hypat #function .other_option li:nth-child(2) a::after, body.page-hypat #function .other_option li:nth-child(3) a::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #eee;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body.page-hypat #function .other_option li:nth-child(4) a::after {
    content: "";
    width: calc(100% - 25px);
    height: 1px;
    background-color: #eee;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body.page-hypat #function .other_option li::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #eee;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body.page-hypat #function .other_option li:nth-child(4n)::before {
    content: none;
  }
}
@media not all and (min-width: 769px) {
  body.page-hypat #function .other_option li:nth-child(odd)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #eee;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body.page-hypat #function .other_option li:nth-child(odd) a::after {
    content: "";
    width: calc(100% - 12px);
    height: 1px;
    background-color: #eee;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body.page-hypat #function .other_option li:nth-child(even) a::after {
    content: "";
    width: calc(100% - 12px);
    height: 1px;
    background-color: #eee;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body.page-hypat #function .other_option li:nth-child(1)::before {
    height: calc(100% - 15px);
  }
  body.page-hypat #function .other_option li:nth-child(7)::before {
    height: calc(100% - 15px);
    top: 0;
    bottom: auto;
  }
  body.page-hypat #function .other_option li:nth-child(7) a::after {
    content: none;
  }
  body.page-hypat #function .other_option li:nth-child(8) a::after {
    content: none;
  }
}
body.page-hypat #price ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media not all and (min-width: 769px) {
  body.page-hypat #price ul {
    flex-direction: column;
    align-items: center;
  }
}
body.page-hypat #price ul li {
  width: 214px;
  max-width: 100%;
}
@media not all and (min-width: 769px) {
  body.page-hypat #price ul li {
    width: 100%;
    max-width: 345px;
  }
}
body.page-hypat #price ul li:nth-child(n+2) {
  margin-left: 4.5%;
}
@media not all and (min-width: 769px) {
  body.page-hypat #price ul li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 20px;
  }
}
body.page-hypat #price ul li dl {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
body.page-hypat #price ul li dl dt {
  padding: 3px 10px 2px;
  line-height: 1.6;
  text-align: center;
  background-color: #009b63;
  color: #fff;
  flex-shrink: 0;
}
body.page-hypat #price ul li dl dd {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  border-color: #eee;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 25px 0;
}
@media not all and (min-width: 769px) {
  body.page-hypat #price ul li dl dd {
    padding: 15px 0;
  }
}
body.page-hypat #price ul li dl dd b {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}
@media not all and (min-width: 769px) {
  body.page-hypat #price ul li dl dd b {
    font-size: 40px;
  }
}
body.page-hypat #option ul {
  margin-top: 50px;
}
@media not all and (min-width: 769px) {
  body.page-hypat #option ul {
    margin-top: 35px;
  }
}
body.page-hypat #option ul li {
  padding: 25px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media all and (min-width: 769px) {
  body.page-hypat #option ul li {
    border-bottom: 1px solid #eee;
  }
  body.page-hypat #option ul li:first-child {
    border-top: 1px solid #eee;
  }
}
@media not all and (min-width: 769px) {
  body.page-hypat #option ul li {
    padding: 0;
    flex-direction: column;
  }
}
body.page-hypat #option ul li .img {
  width: 42%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin-top: 0;
}
@media not all and (min-width: 769px) {
  body.page-hypat #option ul li .img {
    width: 100%;
  }
}
body.page-hypat #option ul li .img img {
  display: block;
  width: 100%;
  height: auto;
}
body.page-hypat #option ul li .txt {
  width: 53%;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media not all and (min-width: 769px) {
  body.page-hypat #option ul li .txt {
    width: 100%;
    margin-top: 20px;
  }
}
body.page-hypat #option ul li .txt p.title {
  font-size: 18px;
  line-height: 1.5;
  display: block;
}
@media not all and (min-width: 769px) {
  body.page-hypat #option ul li .txt p.title {
    font-size: 16px;
    text-align: center;
  }
}
body.page-hypat #option ul li .txt p.title + p {
  margin-top: 15px;
}
@media not all and (min-width: 769px) {
  body.page-hypat #option ul li .txt p.title + p {
    margin-top: 10px;
  }
}
@media all and (min-width: 769px) {
  body.page-hypat #option ul li:nth-child(even) .img {
    order: 2;
  }
  body.page-hypat #option ul li:nth-child(even) .txt {
    order: 1;
  }
}
@media not all and (min-width: 769px) {
  body.page-hypat #option ul li:nth-child(n+2) {
    margin-top: 40px;
  }
}
body.page-hypat #option h4 {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-top: 30px;
}
@media not all and (min-width: 769px) {
  body.page-hypat #option h4 {
    font-size: 16px;
    margin-top: 15px;
    text-align: left;
  }
}
body.page-hypat #option .fig {
  margin-top: 30px;
}
body.page-hypat #option .fig img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media not all and (min-width: 769px) {
  body.page-hypat #option .fig img {
    max-width: 345px;
  }
}
body.page-hypat #seminar h3 + p {
  width: 100%;
  max-width: 670px;
  height: auto;
  margin: 40px auto 0;
}
@media not all and (min-width: 769px) {
  body.page-hypat #seminar h3 + p {
    margin-top: 25px;
  }
}
body.page-hypat #seminar ul {
  margin-top: 40px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
@media not all and (min-width: 769px) {
  body.page-hypat #seminar ul {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }
}
body.page-hypat #seminar ul li {
  width: 31.2%;
}
body.page-hypat #seminar ul li:nth-child(n+2) {
  margin-left: 3.2%;
}
@media not all and (min-width: 769px) {
  body.page-hypat #seminar ul li {
    width: 100%;
    max-width: 400px;
  }
  body.page-hypat #seminar ul li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 15px;
  }
}
body.page-hypat #seminar ul li a {
  display: block;
  height: 100%;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 769px) {
  body.page-hypat #seminar ul li a:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }
}
body.page-hypat #seminar ul li a .img {
  position: relative;
  padding-bottom: 41%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  flex-shrink: 0;
}
body.page-hypat #seminar ul li a .img span {
  position: absolute;
  bottom: 10px;
  right: 0;
  line-height: 24px;
  color: #fff;
  white-space: nowrap;
  padding: 2px 10px 0;
  background-color: #009b63;
}
@media not all and (min-width: 769px) {
  body.page-hypat #seminar ul li a .img span {
    bottom: 8px;
    line-height: 21px;
    padding: 2px 8px 0;
  }
}
body.page-hypat #seminar ul li a .img span::before {
  content: "";
  width: 0;
  height: 0;
  border-color: transparent #009b63 transparent transparent;
  border-style: solid;
  border-width: 26px 10px 0 0;
  position: absolute;
  right: 100%;
  top: 0;
}
@media not all and (min-width: 769px) {
  body.page-hypat #seminar ul li a .img span::before {
    border-width: 23px 8px 0 0;
  }
}
body.page-hypat #seminar ul li a .txt {
  padding: 20px 8%;
  border-color: #eee;
  border-width: 0 1px 1px;
  border-style: solid;
  height: 100%;
}
@media not all and (min-width: 769px) {
  body.page-hypat #seminar ul li a .txt {
    padding: 15px 5%;
    height: auto;
  }
}
body.page-hypat #seminar ul li a .txt .cats {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
body.page-hypat #seminar ul li a .txt .cats span {
  min-width: 60px;
  line-height: 23px;
  color: #fff;
  padding: 2px 3px 0;
  margin-right: 6px;
  margin-bottom: 4px;
  text-align: center;
  white-space: nowrap;
}
@media not all and (min-width: 769px) {
  body.page-hypat #seminar ul li a .txt .cats span {
    min-width: 52px;
    line-height: 21px;
    margin-right: 5px;
    margin-bottom: 3px;
  }
}
body.page-hypat #seminar ul li a .txt .cats span.location {
  background-color: #009b63;
}
body.page-hypat #seminar ul li a .txt .cats span:last-child {
  margin-right: 0;
}
body.page-hypat #seminar ul li a .txt .cats span.free {
  background-color: #c56558;
}
body.page-hypat #seminar ul li a .txt p.ttl {
  line-height: 1.6;
  margin-top: 4px;
}
body.page-hypat #seminar ul li a .txt .info {
  background-color: #eee;
  padding: 10px 15px;
  margin-top: 10px;
}
@media not all and (min-width: 769px) {
  body.page-hypat #seminar ul li a .txt .info {
    padding: 5px 8px;
    margin-top: 8px;
  }
}
body.page-hypat #seminar ul li a .txt .info p {
  line-height: 1.5;
}
body.page-hypat #seminar ul li a .txt .info p.time {
  margin-top: 3px;
}
body.page-hypat #seminar ul li a .txt .info p span {
  margin-right: 4px;
}
body.page-hypat #seminar .btn {
  max-width: 520px;
}
body.page-hypat .cv_contact p.catch small {
  display: block;
  font-size: 12px;
  color: #000;
  margin-top: 5px;
}

/* ==========================================================================
   Japio-GPG/FX
========================================================================== */
body.page-japio_gpgfx {
  /*------- mv -------*/
  /*------- info -------*/
  /*------- featuer -------*/
  /*------- function -------*/
  /*------- option -------*/
  /*------- price -------*/
}
body.page-japio_gpgfx #mv {
  height: 500px;
  padding-top: 110px;
  background: url("../../images/top_mv_slide03_bg.jpg") no-repeat right center/cover;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #mv {
    height: 300px;
    padding-top: 51px;
    background-image: url("../../images/top_mv_slide03_bg_sp.jpg");
  }
}
body.page-japio_gpgfx #mv .container {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
body.page-japio_gpgfx #mv .container p.catch {
  font-size: 35px;
  line-height: 1;
  color: #1a2375;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #mv .container p.catch {
    font-size: 18px;
    margin-left: 2vw;
  }
}
@media not all and (min-width: 370px) {
  body.page-japio_gpgfx #mv .container p.catch {
    font-size: 16px;
  }
}
body.page-japio_gpgfx #mv .container p.catch span {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #mv .container p.catch span {
    padding: 5px 10px;
  }
}
body.page-japio_gpgfx #mv .container p.catch span:nth-child(n+2) {
  margin-top: 10px;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #mv .container p.catch span:nth-child(n+2) {
    margin-top: 5px;
  }
}
body.page-japio_gpgfx #mv .container h2.title {
  font-size: 70px;
  line-height: 1;
  color: #fff;
  margin-top: 60px;
  text-shadow: 5px 5px 5px rgba(26, 35, 117, 0.8);
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #mv .container h2.title {
    font-size: 30px;
    margin-top: 30px;
    margin-left: 5vw;
    text-shadow: 3px 3px 3px rgba(26, 35, 117, 0.8);
  }
}
@media not all and (min-width: 370px) {
  body.page-japio_gpgfx #mv .container h2.title {
    font-size: 24px;
  }
}
body.page-japio_gpgfx #mv .container h2.title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 157px;
  height: 72px;
  background: url("../../images/top_mv_slide03_img01.png") no-repeat center center/contain;
  margin-right: 5px;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #mv .container h2.title::before {
    width: 60px;
    height: 28px;
    margin-right: 2px;
  }
}
body.page-japio_gpgfx #info ul {
  margin-top: 70px;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #info ul {
    margin-top: 35px;
  }
}
body.page-japio_gpgfx #info ul li:nth-child(n+2) {
  margin-top: 60px;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #info ul li:nth-child(n+2) {
    margin-top: 25px;
  }
}
body.page-japio_gpgfx #info ul li a {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  position: relative;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #info ul li a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
  }
}
body.page-japio_gpgfx #info ul li a time + p {
  margin: 0 0 0 15px;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #info ul li a time + p {
    margin: 5px 0 0 0;
  }
}
body.page-japio_gpgfx #info ul li a time, body.page-japio_gpgfx #info ul li a p {
  line-height: 1.6;
}
body.page-japio_gpgfx #info ul li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #009b63;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 9px;
  right: -34px;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #info ul li a::after {
    right: 4%;
  }
}
body.page-japio_gpgfx #info ul li a:hover p.ttl {
  text-decoration: underline;
}
body.page-japio_gpgfx #featuer ul {
  margin-top: 50px;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #featuer ul {
    margin-top: 35px;
  }
}
body.page-japio_gpgfx #featuer ul li {
  padding: 25px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media all and (min-width: 769px) {
  body.page-japio_gpgfx #featuer ul li {
    border-bottom: 1px solid #eee;
  }
  body.page-japio_gpgfx #featuer ul li:first-child {
    border-top: 1px solid #eee;
  }
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #featuer ul li {
    padding: 0;
    flex-direction: column;
  }
}
body.page-japio_gpgfx #featuer ul li .img {
  width: 42%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin-top: 0;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #featuer ul li .img {
    width: 100%;
  }
}
body.page-japio_gpgfx #featuer ul li .img img {
  display: block;
  width: 100%;
  height: auto;
}
body.page-japio_gpgfx #featuer ul li .txt {
  width: 53%;
  position: relative;
  z-index: 1;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #featuer ul li .txt {
    width: 100%;
    margin-top: 20px;
  }
}
body.page-japio_gpgfx #featuer ul li .txt p.title {
  font-size: 18px;
  line-height: 1.5;
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #009b63;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #featuer ul li .txt p.title {
    font-size: 16px;
    border-bottom-width: 1px;
  }
}
body.page-japio_gpgfx #featuer ul li .txt p.title + p {
  margin-top: 30px;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #featuer ul li .txt p.title + p {
    margin-top: 20px;
  }
}
@media all and (min-width: 769px) {
  body.page-japio_gpgfx #featuer ul li:nth-child(even) .img {
    order: 2;
  }
  body.page-japio_gpgfx #featuer ul li:nth-child(even) .txt {
    order: 1;
  }
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #featuer ul li:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media all and (min-width: 769px) {
  body.page-japio_gpgfx #function .pc_container {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
body.page-japio_gpgfx #function ul {
  margin-top: 40px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #function ul {
    margin-top: 30px;
    flex-direction: column;
  }
}
body.page-japio_gpgfx #function ul li {
  width: 47.5%;
  margin-bottom: 55px;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #function ul li {
    width: 100%;
    margin-bottom: 50px;
  }
}
body.page-japio_gpgfx #function ul li .img {
  width: 100%;
  margin-top: 0;
}
body.page-japio_gpgfx #function ul li .img img {
  display: block;
  width: 100%;
  height: auto;
}
body.page-japio_gpgfx #function ul li .txt {
  position: relative;
}
body.page-japio_gpgfx #function ul li .txt dl {
  background-color: #fff;
  padding: 25px 7%;
  width: calc(100% - 40px);
  margin: -36px auto 0;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #function ul li .txt dl {
    padding: 20px 5%;
    width: 92%;
    margin-top: -95px;
  }
}
body.page-japio_gpgfx #function ul li .txt dl dt {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #function ul li .txt dl dt {
    font-size: 16px;
  }
}
body.page-japio_gpgfx #function ul li .txt dl dd {
  margin-top: 15px;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #function ul li .txt dl dd {
    margin-top: 10px;
  }
}
body.page-japio_gpgfx #function .btn {
  margin-top: 0;
}
body.page-japio_gpgfx #option ul {
  margin-top: 50px;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #option ul {
    margin-top: 35px;
  }
}
body.page-japio_gpgfx #option ul li {
  padding: 25px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media all and (min-width: 769px) {
  body.page-japio_gpgfx #option ul li {
    border-bottom: 1px solid #eee;
  }
  body.page-japio_gpgfx #option ul li:first-child {
    border-top: 1px solid #eee;
  }
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #option ul li {
    padding: 0;
    flex-direction: column;
  }
}
body.page-japio_gpgfx #option ul li .img {
  width: 42%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin-top: 0;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #option ul li .img {
    width: 100%;
  }
}
body.page-japio_gpgfx #option ul li .img img {
  display: block;
  width: 100%;
  height: auto;
}
body.page-japio_gpgfx #option ul li .txt {
  width: 53%;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #option ul li .txt {
    width: 100%;
    margin-top: 20px;
  }
}
body.page-japio_gpgfx #option ul li .txt p.title {
  font-size: 18px;
  line-height: 1.5;
  display: block;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #option ul li .txt p.title {
    font-size: 16px;
    text-align: center;
  }
}
body.page-japio_gpgfx #option ul li .txt p.title + p {
  margin-top: 15px;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #option ul li .txt p.title + p {
    margin-top: 10px;
  }
}
@media all and (min-width: 769px) {
  body.page-japio_gpgfx #option ul li:nth-child(even) .img {
    order: 2;
  }
  body.page-japio_gpgfx #option ul li:nth-child(even) .txt {
    order: 1;
  }
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #option ul li:nth-child(n+2) {
    margin-top: 40px;
  }
}
body.page-japio_gpgfx #price {
  background: url("../../images/service_price_bg.jpg") no-repeat right center/cover;
}
body.page-japio_gpgfx #price ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #price ul {
    flex-direction: column;
    align-items: center;
  }
}
body.page-japio_gpgfx #price ul li {
  width: 214px;
  max-width: 100%;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #price ul li {
    width: 100%;
    max-width: 345px;
  }
}
body.page-japio_gpgfx #price ul li:nth-child(n+2) {
  margin-left: 4.5%;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #price ul li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 20px;
  }
}
body.page-japio_gpgfx #price ul li dl {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
body.page-japio_gpgfx #price ul li dl dt {
  padding: 3px 10px 2px;
  line-height: 1.6;
  text-align: center;
  background-color: #009b63;
  color: #fff;
  flex-shrink: 0;
}
body.page-japio_gpgfx #price ul li dl dd {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  background-color: #fff;
  padding: 25px 0;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #price ul li dl dd {
    padding: 15px 0;
  }
}
body.page-japio_gpgfx #price ul li dl dd b {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}
@media not all and (min-width: 769px) {
  body.page-japio_gpgfx #price ul li dl dd b {
    font-size: 40px;
  }
}

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