@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
/* ==================================================
	link_tap
================================================== */
a.link_tap {
  cursor: inherit;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  a.link_tap {
    color: #222222;
  }
}
/* ========== end △ */

/* ==================================================
	btn_style
================================================== */
.btn_style {
  width: 260px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .btn_style {
    width: 79.98vw;
  }
}
/* ========== end △ */
.btn_style a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: linear-gradient(103deg, #00BAB2, #00AFCC);
  border-radius: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  letter-spacing: 0.15rem;
  font-size: 1.5rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .btn_style a {
    min-height: 14.663vw;
    font-size: 4.2656vw;
  }
}
/* ========== end △ */
.btn_style a::after {
  content: "";
  background: url(../common_img/ico_arrow.png) no-repeat;
  background-size: 17px auto;
  width: 17px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .btn_style a::after {
    right: 7.998vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .btn_style a:hover::after {
    right: 15px;
  }
}
/* ========== end △ */

.btn_style02 {
  width: 260px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .btn_style02 {
    width: 79.98vw;
  }
}
/* ========== end △ */
.btn_style02 a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #00AFCC;
  background: #fff;
  border-radius: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  letter-spacing: 0.15rem;
  font-size: 1.5rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .btn_style02 a {
    min-height: 14.663vw;
    font-size: 4.2656vw;
  }
}
/* ========== end △ */
.btn_style02 a::after {
  content: "";
  background: url(../common_img/ico_arrow_gr.png) no-repeat;
  background-size: 17px auto;
  width: 17px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .btn_style02 a::after {
    right: 7.998vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .btn_style02 a:hover::after {
    right: 15px;
  }
}
/* ========== end △ */

/* ==================================================
	ttl_style
================================================== */
.ttl_style {
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .ttl_style {
    font-size: 7.4648vw;
    margin-bottom: 10.664vw;
  }
}
/* ========== end △ */
.ttl_style span {
  font-size: 3.5rem;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  color: #00AFCC;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .ttl_style span {
    font-size: 6.9316vw;
    margin-bottom: 5.332vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .ttl_style .sp {
    display: none;
  }
}
/* ========== end △ */
.ttl_style.left {
  text-align: left;
}
.ttl_style.wh {
  color: #fff;
}
.ttl_style.wh span {
  color: #fff;
}

/* ==================================================
	breadcrumb
================================================== */
.breadcrumb {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
/* ========== end △ */
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb li {
  font-size: 1.3rem;
}
.breadcrumb li + li {
  margin-left: 10px;
  padding-left: 13px;
  position: relative;
}
.breadcrumb li + li::before {
  content: "›";
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  top: -6px;
}

/* ==================================================
	table
================================================== */
.table_style {
  border-collapse: collapse;
  width: 100%;
}
.table_style th, .table_style td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .table_style th, .table_style td {
    padding: 30px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .table_style th, .table_style td {
    border-top: solid 1px #00AFCC;
    border-bottom: solid 1px #00AFCC;
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 3.999vw;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .table_style tr:last-child {
    border-bottom: solid 1px #00AFCC;
  }
}
/* ========== end △ */
.table_style th {
  font-weight: normal;
  background: #00AFCC;
  color: #fff;
  text-align: left;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .table_style th {
    width: 25%;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .table_style td {
    border-top: solid 1px #00AFCC;
    border-bottom: solid 1px #00AFCC;
  }
}
/* ========== end △ */

.table_style02 {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}
.table_style02 th, .table_style02 td {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .table_style02 th, .table_style02 td {
    padding: 30px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .table_style02 th, .table_style02 td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 6.665vw 0vw 6.665vw 0vw;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .table_style02 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}
/* ========== end △ */
.table_style02 th {
  font-weight: normal;
  text-align: left;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .table_style02 th {
    width: 30%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .table_style02 th {
    padding-left: 2.666vw;
  }
}
/* ========== end △ */

/* ==================================================
	pagefeed
================================================== */
.pagefeed {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  line-height: 1;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .pagefeed {
    margin-top: 13.33vw;
  }
}
/* ========== end △ */
.pagefeed.site_wrap {
  margin-top: 100px;
  padding-bottom: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .pagefeed.site_wrap {
    padding-bottom: 13.33vw;
    margin-top: 13.33vw;
  }
}
/* ========== end △ */
.pagefeed > div a {
  position: relative;
  color: #222222;
}
.pagefeed > div a::after {
  content: "";
  border-top: solid 2px #00AFCC;
  border-right: solid 2px #00AFCC;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .pagefeed > div a:hover {
    color: #00AFCC;
  }
}
/* ========== end △ */
.pagefeed > div a span {
  display: block;
}
.pagefeed .next {
  margin-left: auto;
}
.pagefeed .next a {
  padding-right: 15px;
}
.pagefeed .next a::after {
  right: 0;
  top: calc(50% - 5px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagefeed .prev a {
  padding-left: 15px;
}
.pagefeed .prev a::after {
  left: 0;
  top: calc(50% - 5px);
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pagefeed .back {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pagefeed .back a {
  padding-right: 15px;
}
.pagefeed .back a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
  top: 40%;
}

/* ==================================================
	anchor_links
================================================== */
.anchor_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .anchor_links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .anchor_links div {
    margin-right: 20px;
    margin-bottom: 15px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .anchor_links div {
    width: 49%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .anchor_links div:nth-child(n+3) {
    margin-top: 2.666vw;
  }
}
/* ========== end △ */
.anchor_links a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 60px 12px;
  background: #00AFCC;
  border-radius: 50px;
  color: #fff;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .anchor_links a {
    padding: 2.666vw 0vw 1.5996vw 0vw;
  }
}
/* ========== end △ */
.anchor_links a::after {
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .anchor_links a::after {
    right: 15px;
  }
}
/* ========== end △ */

/* ==================================================
	luminous
================================================== */
.luminous {
  display: block;
  position: relative;
}
.luminous::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: #00AFCC url(../common_img/ico_zoom.png) center no-repeat;
  width: 40px;
  height: 40px;
  background-size: 20px auto;
}

/* ==================================================
	pagination
================================================== */
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 3px;
  width: 36px;
  height: 36px;
  position: relative;
}
.pagination li.prev {
  position: relative;
}
.pagination li.prev::before {
  content: "";
  border-top: solid 2px #00AFCC;
  border-right: solid 2px #00AFCC;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  left: calc(50% - 2px);
  top: calc(50% - 5px);
}
.pagination li.next {
  position: relative;
}
.pagination li.next::before {
  content: "";
  border-top: solid 2px #00AFCC;
  border-right: solid 2px #00AFCC;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: calc(50% - 2px);
  top: calc(50% - 5px);
}
.pagination a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00AFCC;
}
.pagination a.active {
  background: #00AFCC;
  color: #fff;
}