@charset "UTF-8";
/*********************************************************
全体
*********************************************************/
* {
  box-sizing: border-box;
}

body {
  color: #606060;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}

li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

button,
input[type=submit],
input[type=reset] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

strong {
  color: #ea6a6a;
}

.dib {
  display: inline-block;
  font-weight: inherit;
}

@media (max-width: 1024px) {
  .sp-inline {
    display: inline;
  }
}

/*********************************************************
旧CSS
*********************************************************/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.golp {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #FFFFFF;
  border-radius: 1000px;
  position: fixed;
  z-index: 10;
  bottom: 15px;
  left: 15px;
  text-align: center;
  border: none;
  text-decoration: none;
  cursor: pointer;
}

.golp.-cart {
  bottom: 130px;
}

#mail,
#cart {
  padding-top: 15px;
}

.golp i {
  color: #52C152;
  font-size: 24px;
}

.golp p {
  margin-top: 15px;
  color: #52C152;
  font-size: 10px;
  line-height: 15px;
}

.golp:hover {
  width: 110px;
  height: 110px;
}

.navi_list {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(82, 193, 82, 0.9);
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  padding-top: 80px;
}

.navi_item a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 22px;
  letter-spacing: 0em;
}

.navi_item {
  width: 100%;
  height: 80px;
  max-width: 100%;
  text-align: center;
}

.navi_item p:hover {
  color: #126212;
}

#nav_sp_menu, #nav_sp_close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 15;
}

#nav_sp_menu :hover, #nav_sp_close :hover {
  width: 70px;
  height: 70px;
  position: fixed;
  top: 5px;
  right: 5px;
}

#nav_sp_close {
  display: none;
}

.open .navi_list {
  display: block;
}

.open #nav_sp_close {
  display: block;
}

.open #nav_sp_menu {
  display: none;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 15px;
}

#keybox {
  width: 100%;
  max-width: 1120px;
  height: 70%;
  max-height: 600px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10%;
  position: relative;
  z-index: 1;
  left: 0px;
  overflow: hidden;
  top: 0px;
}

.footer__list {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  list-style-type: none;
}

.footer__inner {
  width: 100%;
}

.footer__item {
  margin-right: 10px;
  margin-left: 10px;
}

.footer__list2 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__item2 {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 16px;
}

.copy {
  text-align: center;
  font-size: 10px;
  text-shadow: 0px 0px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.tigai_table tr .letu1 {
  background-color: #FFFFFF;
  vertical-align: middle;
  border: 2px solid #2E8EE5;
}

@media (max-width: 1024px) {
  .golp {
    width: 80px;
    height: 80px;
  }
  .golp.-cart {
    bottom: 100px;
  }
  .golp:hover {
    width: 90px;
    height: 90px;
  }
  .golp i {
    font-size: 16px;
  }
  .golp p {
    margin-top: 5px;
  }
  footer {
    height: auto;
  }
  .footer__list2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .golp.-cart {
    bottom: 15px;
    left: 100px;
  }
  .golp i {
    font-size: 16px;
  }
  .golp p {
    margin-top: 5px;
  }
}
/*====================================================================
news.html
====================================================================*/
.dai_right {
  width: 100%;
  height: 100px;
  background-image: url(image.php?id=8);
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 160px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #3F3F3F;
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  font-size: 14px;
  list-style: none;
  margin-top: 50px;
}

.breadcrumbs li {
  padding-right: 30px;
  position: relative;
}

.breadcrumbs li:last-child {
  padding-right: 0;
}

.breadcrumbs li:not(:last-child)::after {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(-45deg) translateY(-50%);
  width: 8px;
  height: 8px;
}

.news-container {
  margin: 0 auto 50px;
  max-width: 1000px;
  width: 70%;
}

@media (min-width: 1025px) {
  .news-container {
    margin: 0 auto 70px;
  }
}
.news-article {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 30px;
  margin-top: 50px;
}

.news-container article p.midashi a {
  display: block;
  padding: 0 0 20px 0;
  border-color: #424242;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: #424242;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 30px;
  text-decoration: none;
}

.news-container article p.date {
  margin: 20px 0 0 0;
  color: #424242;
  font-size: 16px;
  letter-spacing: 4px;
}

.news-container article p.theme {
  margin: 20px 0 0 0;
}

.news-container article p.theme a {
  display: inline-block;
  padding: 5px;
  background: #424242;
  color: #fff;
  font-size: 16px;
  letter-spacing: 4px;
  text-decoration: none;
}

.news-container article div.text {
  margin: 20px 0 0 0;
  color: #424242;
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 30px;
}

.news-container .pager #pagination ul {
  width: 80%;
  margin: 50px auto 0 auto;
  box-sizing: border-box;
  font-size: 0;
}

.news-container .pager #pagination ul li {
  display: inline-block;
  margin-top: 10px;
  width: 50px;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 1%;
  text-align: center;
}

.news-container #pagination ul li a {
  display: block;
  padding: 8px 5px;
  box-sizing: border-box;
  background: #424242;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.news-container #pagination ul li a:hover, .news-container #pagination ul li a.active {
  background: #ccc;
  color: #424242;
}

.news-container #nextpage {
  display: none;
}

.news-container #prevpage {
  display: none;
}

.news-container .sub {
  display: table;
  width: 100%;
  margin: 50px 0 0 0;
  table-layout: fixed;
  box-sizing: border-box;
}

.news-container .sub article {
  display: table-cell;
  vertical-align: top;
  background: #ccc;
}

.news-container .sub article p {
  padding: 10px 0;
  background: #424242;
  color: #fff;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
}

.news-container .sub article ul {
  list-style-type: none;
  padding: 10px;
}

.news-container .sub article ul li {
  display: block;
}

.news-container .sub article ul li a {
  display: block;
  padding: 10px;
  background: #fff;
  color: #424242;
  font-size: 14px;
  letter-spacing: 4px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-container .sub article ul li:nth-of-type(n+2) a {
  border-color: #D3D3D3;
  border-style: dashed;
  border-width: 1px 0 0 0;
}

.news-container .sub article ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  /*====================================================================
  news.html
  ====================================================================*/
  .news-container .sub {
    display: block;
  }
  .news-container .sub article {
    display: block;
  }
  .news-container .pager {
    margin: 20px 0 0 0;
  }
  .news-container .pager::after {
    content: "";
    display: block;
    clear: both;
  }
  .news-container .pager #pagination ul {
    display: none;
  }
  .news-container .pager #pagination ul li {
    display: none;
  }
  .news-container .pager #pagination ul li:nth-of-type(n+6) {
    display: none;
  }
  .news-container .pager #pagination ul li a {
    display: none;
  }
  .news-container .pager #nextpage,
  .news-container .pager #prevpage {
    box-sizing: border-box;
    display: block;
    width: 50%;
  }
  .news-container .pager #nextpage {
    float: right;
  }
  .news-container .pager #nextpage ul {
    list-style-type: none;
    text-align: right;
  }
  .news-container .pager #nextpage ul li a {
    display: inline-block;
    padding: 20px;
    background: #424242;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  .news-container .pager #prevpage {
    float: left;
  }
  .news-container .pager #prevpage ul {
    list-style-type: none;
  }
  .news-container .pager #prevpage ul li a {
    display: inline-block;
    padding: 20px;
    background: #424242;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
}
@media (max-width: 480px) {
  /*====================================================================
  news.html
  ====================================================================*/
  .news-container {
    width: 95%;
  }
}
/*====================================================================
新着情報個別記事
====================================================================*/
.news-page header {
  height: 0px;
}

.cite {
  font-size: 12px;
}

.update-table {
  width: 100%;
}

.update-table td {
  border: 1px solid #333;
  padding: 5px;
}

.update-table td:last-child {
  text-align: center;
}

.update-table__orange {
  background: #ffccc6;
}

.update-table__orange * {
  font-weight: bold;
}

.update-table__blue {
  background: #7bcbff;
}

.update-table__blue * {
  font-weight: bold;
}

.news__img {
  padding: 10px;
  text-align: center;
}

.news__img img {
  height: auto;
  max-width: 100%;
}

blockquote {
  border-left: 5px solid #ccc;
  font-size: 14px;
  margin-left: 30px;
  padding: 20px;
}

/*********************************************************
共通
*********************************************************/
.layer {
  position: fixed;
  top: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

body {
  left: 0;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1220px;
}
@media (max-width: 1220px) {
  .inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.inner2 {
  box-sizing: border-box;
  max-width: 980px;
}

.inner3 {
  box-sizing: border-box;
  max-width: 1110px;
}

.ttl {
  font-size: 40px;
  font-weight: bold;
}

.ttl-pin {
  text-align: center;
}

.ttl-pin__img {
  background-image: url(image.php?id=071);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150px;
  display: block;
  padding-bottom: 135px;
}

.ttl-pin__txt {
  font-size: 36px;
  font-weight: bold;
}

.gs-ttl {
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 480px) {
  .gs-ttl {
    font-size: 24px;
  }
}
.gs-ttl::after {
  background: #01909B;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 180px;
  height: 6px;
}

.btn {
  background-image: url(image.php?id=069);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 50px auto 0;
  padding-bottom: 100px;
  width: 280px;
}
@media (max-width: 300px) {
  .btn {
    padding-bottom: 25%;
    width: 75%;
  }
}
.btn:hover {
  background-image: url(image.php?id=070);
}

#page_top {
  z-index: 5;
}
@media (max-width: 768px) {
  #page_top {
    bottom: 60px;
  }
  #page_top.-on {
    bottom: 80px;
  }
}

/*********************************************************
ヘッダー
*********************************************************/
#slide_menu {
  display: block;
  position: fixed;
  top: 0;
  right: -400px;
  width: 350px;
  height: 100%;
  background: #2EB7B2;
  padding: 70px 0 0 0;
  z-index: 20;
  border-left: 1px solid #C1C1C1;
}
@media (max-width: 380px) {
  #slide_menu {
    width: 90%;
  }
}

#panel-btn {
  background: #01909B;
  border-radius: 50%;
  position: fixed;
  width: 100px;
  height: 100px;
  top: -30px;
  right: -30px;
  cursor: pointer;
  box-shadow: none;
  border: none;
  padding: 0;
  z-index: 999;
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 61%;
  left: 33%;
  width: 30px;
  height: 4px;
  margin: -1px 0 0 -15px;
  background: #fff;
  transition: 0.2s;
}

#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 4px;
  background: #fff;
  transition: 0.3s;
}

#panel-btn-icon:before {
  margin-top: -10px;
}

#panel-btn-icon:after {
  margin-top: 6px;
}

.close #panel-btn-icon {
  background: transparent;
}

.close #panel-btn-icon::before, .close #panel-btn-icon::after {
  margin-top: 0;
}

.close #panel-btn-icon::before {
  transform: rotate(45deg);
}

.close #panel-btn-icon::after {
  transform: rotate(-45deg);
}

.gnav__item {
  padding: 10px 40px;
  position: relative;
}
@media (max-width: 380px) {
  .gnav__item {
    padding: 10px 10px 10px 40px;
  }
}
.gnav__item a {
  color: #fff;
  text-decoration: none;
}

.gnav__icon {
  background-color: #01909B;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}

.gnav__ttl a {
  display: block;
  font-weight: bold;
}
@media (max-width: 480px) {
  .gnav__ttl a {
    font-size: 14px;
  }
}
.gnav__ttl a:hover {
  opacity: 0.8;
}

.gnav__txt a {
  display: block;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
}
.gnav__txt a:hover {
  opacity: 0.8;
}

.gnav__tri {
  background: #01909B;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.gnav__tri::before {
  border-color: #fff transparent transparent transparent;
  border-width: 6px 3px 0 3px;
  border-style: solid;
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*-----------------------
閉じるボタン
-----------------------*/
#close-button {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  box-shadow: none;
  border: none;
  padding: 0;
  z-index: 1;
  margin: 5% auto 0;
}

#close-button:after {
  content: "CLOSE";
  font-weight: normal;
  display: block;
  color: #454545;
  line-height: 1em;
  text-align: center;
  font-size: 10px;
  padding: 40px 0 0;
}

#close-panel-btn-icon {
  display: block;
  position: absolute;
  top: 35%;
  left: 50%;
  width: 30px;
  height: 4px;
  margin: -1px 0 0 -15px;
  background: #454545;
  transition: 0.2s;
}

#close-panel-btn-icon:before, #close-panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 4px;
  background: #454545;
  transition: 0.3s;
}

#close-panel-btn-icon:before {
  margin-top: -10px;
}

#close-panel-btn-icon:after {
  margin-top: 6px;
}

#close-button #close-panel-btn-icon {
  background: transparent;
}

#close-button #close-panel-btn-icon:before, #close-button #close-panel-btn-icon:after {
  margin-top: 0;
}

#close-button #close-panel-btn-icon:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#close-button #close-panel-btn-icon:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/*********************************************************
mv
*********************************************************/
.mv {
  margin: 0 auto;
  max-width: 1920px;
  padding-bottom: 56%;
  position: relative;
}
@media (min-width: 1921px) {
  .mv {
    padding-bottom: 1080px;
  }
}
@media (max-width: 1024px) {
  .mv {
    padding-bottom: 75%;
  }
}

.mv-link {
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 60px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 56%;
  right: 6%;
  text-decoration: none;
  z-index: 2;
}
.mv-link:hover .mv-link__circle {
  box-shadow: none;
  left: -10px;
}
.mv-link:hover .mv-link__circle::before {
  background-image: url(image.php?id=093);
}
@media (max-width: 1024px) {
  .mv-link {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 600px) {
  .mv-link {
    bottom: -50px;
  }
}

.mv-link__circle {
  background: #EA6A6A;
  border-radius: 50%;
  box-shadow: 5px 0 0 #CE6060;
  position: relative;
  left: -15px;
  text-align: center;
  width: 100px;
  height: 100px;
}
@media (max-width: 768px) {
  .mv-link__circle {
    width: 80px;
    height: 80px;
  }
}
.mv-link__circle::before {
  background-image: url(image.php?id=092);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
}
.mv-link__circle p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 768px) {
  .mv-link__circle p {
    font-size: 12px;
    margin-top: 3px;
  }
}
@media (max-width: 300px) {
  .mv-link__circle p {
    font-size: 10px;
  }
}

.mv-link__txt {
  color: #333;
  font-weight: bold;
  margin: 0 30px 0 5px;
}
@media (max-width: 600px) {
  .mv-link__txt {
    font-size: 14px;
    width: 130px;
  }
}
@media (max-width: 300px) {
  .mv-link__txt {
    font-size: 12px;
    width: 120px;
  }
}

.mv__giga,
.mv__logo {
  position: absolute;
  z-index: 2;
}

.mv__giga {
  top: 50px;
  left: 100px;
  width: 250px;
}
@media (max-width: 1024px) {
  .mv__giga {
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    width: 35vw;
  }
}
@media (max-width: 600px) {
  .mv__giga {
    top: 7%;
  }
}

.mv__logo {
  top: 150px;
  left: 100px;
}
@media (max-width: 1400px) {
  .mv__logo {
    top: 125px;
    width: 450px;
  }
}
@media (max-width: 1024px) {
  .mv__logo {
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    width: 42vw;
  }
}
@media (max-width: 600px) {
  .mv__logo {
    top: 23%;
  }
}

.mv__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv__movie video {
  width: 100%;
}
@media (max-width: 1024px) {
  .mv__movie video {
    width: 140%;
  }
}

.mv-contact__img {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 5;
  background-image: url(image.php?id=107);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  padding-bottom: 190px;
  width: 80px;
}
@media (max-width: 1024px) {
  .mv-contact__img {
    top: 20%;
  }
}
@media (max-width: 768px) {
  .mv-contact__img {
    display: none;
  }
}
.mv-contact__img:hover {
  background-image: url(image.php?id=108);
}

.mv-contact__banner {
  background: #fff;
  border: 2px solid #333;
  color: #333;
  display: block;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  bottom: 0;
  left: 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 5;
}
@media (min-width: 769px) {
  .mv-contact__banner {
    display: none;
  }
}
.mv-contact__banner.-on {
  position: fixed;
}
.mv-contact__banner:hover::before {
  background-image: url(image.php?id=085);
  top: 45%;
  width: 20px;
  height: 22px;
}
.mv-contact__banner::before {
  background-image: url(image.php?id=084);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 33%;
  transform: translateY(-50%);
  width: 21px;
  height: 16px;
}
@media (max-width: 480px) {
  .mv-contact__banner::before {
    left: 27%;
  }
}
@media (max-width: 350px) {
  .mv-contact__banner::before {
    left: 15%;
  }
}
@media (max-width: 230px) {
  .mv-contact__banner::before {
    left: 5px;
  }
}

/*********************************************************
gs01
*********************************************************/
.gs01 {
  margin-top: 100px;
  position: relative;
}
@media (max-width: 480px) {
  .gs01 {
    margin-top: 20%;
  }
}

.gs01__container {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}
@media (max-width: 768px) {
  .gs01__container {
    display: block;
  }
}

.gs01__box {
  width: 480px;
}
@media (max-width: 1024px) {
  .gs01__box {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .gs01__box {
    width: 100%;
  }
  .gs01__box:last-child {
    margin-top: 30px;
    text-align: center;
  }
}
.gs01__box .gs-ttl {
  margin-top: 77px;
}
@media (max-width: 480px) {
  .gs01__box .gs-ttl {
    margin-top: 8%;
  }
}

.gs01__txt p {
  margin-top: 40px;
}

/*********************************************************
maptxt
*********************************************************/
.maptxt {
  background-image: url(image.php?id=073);
  margin-top: 40px;
  padding: 80px;
  position: relative;
  width: 80%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .maptxt {
    padding: 70px 30px;
    text-align: center;
    width: 98%;
  }
}
@media (max-width: 480px) {
  .maptxt {
    padding: 50px 15px;
  }
}
.maptxt.-l {
  margin-right: auto;
  text-align: right;
}
@media (max-width: 1024px) {
  .maptxt.-l {
    text-align: center;
  }
}
.maptxt.-r {
  margin-left: auto;
}
.maptxt::before {
  background-color: #01909B;
  content: "";
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.maptxt p {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .maptxt p {
    font-size: 24px;
  }
}

.maptxt-center {
  background-image: url(image.php?id=073);
  margin-left: auto;
  margin-right: auto;
  padding: 50px 30px;
  position: relative;
  width: 80%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .maptxt-center {
    text-align: center;
    width: 98%;
  }
}
@media (max-width: 480px) {
  .maptxt-center {
    padding: 50px 10px 10px;
  }
}
@media (max-width: 480px) {
  .maptxt-center.-merit {
    padding: 10px;
  }
}
.maptxt-center::before {
  background-color: #01909B;
  content: "";
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.maptxt-center p {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 30px 50px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
@media (max-width: 480px) {
  .maptxt-center p {
    padding: 30px 15px;
  }
}

/*********************************************************
gs-click
*********************************************************/
.gs-click {
  margin-top: 100px;
}
@media (max-width: 480px) {
  .gs-click {
    margin-top: 15%;
  }
}

.gs-click__container {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .gs-click__container {
    display: block;
  }
}

.gs-click__box {
  width: 480px;
}
.gs-click__box:first-child {
  text-align: center;
}
@media (max-width: 768px) {
  .gs-click__box:last-child {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .gs-click__box {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .gs-click__box {
    width: 100%;
  }
}

.gs-click__graph {
  display: block;
  margin: 0 auto;
}

.gs-clicl__link {
  font-size: 14px;
  margin-top: 45px;
  margin-bottom: 74px;
  text-align: center;
}

.gs-clicl__txt {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .gs-clicl__txt {
    margin-top: 10px;
  }
}

/*********************************************************
gs-cost
*********************************************************/
.gs-cost {
  margin-top: 89px;
}

.gs-cost__inner {
  margin: 50px auto 0;
}

.gs-cost__wrapper {
  overflow: auto;
}

.gs-cost__table {
  border-spacing: 3px;
  table-layout: fixed;
  width: 100%;
}
@media (max-width: 900px) {
  .gs-cost__table {
    width: 900px;
  }
}
.gs-cost__table th,
.gs-cost__table td {
  border-color: #fff;
  border-style: solid;
  border-width: 3px;
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .gs-cost__table th,
  .gs-cost__table td {
    padding: 10px;
  }
}

.gs-cost__head th {
  background: #8275D1;
  border-color: #8275D1 #fff #01909B #fff;
  border-style: solid;
  border-width: 3px;
  color: #fff;
}
.gs-cost__head th.gs-cost__empty {
  background: #fff;
  border-color: #fff #fff #01909B #fff;
}
.gs-cost__head th:last-child {
  border-right: 3px solid #8275D1;
}

.gs-cost__meo th,
.gs-cost__meo td {
  background: #fff;
  border: 3px solid #01909B;
  color: #EA6A6A;
  font-size: 17px;
}
@media (max-width: 900px) {
  .gs-cost__meo th,
  .gs-cost__meo td {
    font-size: 16px;
  }
}

.gs-cost__etc th,
.gs-cost__etc td {
  background: #01909B;
  color: #fff;
}
.gs-cost__etc th {
  border-left: 3px solid #01909B;
}
.gs-cost__etc td:last-child {
  border-right: 3px solid #01909B;
}

@media (min-width: 901px) {
  .gs-cost__scroll {
    display: none;
  }
}

.gs-cost__txt {
  margin-top: 30px;
}
.gs-cost__txt:not(:last-child) {
  margin-top: 50px;
}

/*********************************************************
gs-local
*********************************************************/
.gs-local {
  margin-top: 100px;
}
@media (max-width: 480px) {
  .gs-local {
    margin-top: 15%;
  }
}

.gs-local__container {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}
@media (max-width: 768px) {
  .gs-local__container {
    display: block;
  }
}

.gs-local__box {
  width: 480px;
}
.gs-local__box:last-child {
  text-align: center;
}
@media (max-width: 768px) {
  .gs-local__box:last-child {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .gs-local__box {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .gs-local__box {
    width: 100%;
  }
}
.gs-local__box .gs-ttl {
  margin-top: 77px;
}
.gs-local__box p {
  margin-top: 40px;
}

.gs-local__list {
  margin-top: 40px;
}
.gs-local__list li {
  margin: 10px 0 0 45px;
  text-indent: -40px;
}
.gs-local__list li:first-child {
  margin-top: 0;
}
.gs-local__list li::before {
  background: #01909B;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

/*********************************************************
about
*********************************************************/
.about {
  background: #f2fffe;
  margin: 50px 0;
  padding: 50px 0;
}
.about section:not(:first-child) {
  margin-top: 50px;
}

.about-box {
  margin-top: 50px;
  text-align: center;
}

.about-box__txt {
  font-size: 18px;
  font-weight: bold;
}

.ttl-about {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.ttl-about::after {
  background: #01909B;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 5px;
}

.about-box__img {
  margin: 50px 0 -50px;
  position: relative;
  z-index: 4;
}

/*********************************************************
merit
*********************************************************/
.merit-list {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 651px) {
  .merit-list {
    padding-bottom: 216px;
    position: relative;
    width: 650px;
  }
}
@media (max-width: 650px) {
  .merit-list {
    width: 80%;
  }
}

.merit-list__item {
  display: flex;
}
@media (min-width: 651px) {
  .merit-list__item {
    position: absolute;
    width: 300px;
  }
}
@media (max-width: 650px) {
  .merit-list__item {
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 651px) {
  .merit-list__item:first-child {
    top: 0;
    left: 50%;
    margin-left: -47px;
  }
  .merit-list__item:nth-child(2) {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .merit-list__item:nth-child(3) {
    top: 50%;
    left: 21px;
    align-items: flex-end;
    flex-direction: row-reverse;
    transform: translateY(-50%);
  }
  .merit-list__item:last-child {
    bottom: 0;
    left: 50%;
    align-items: flex-end;
    flex-direction: row-reverse;
    margin-left: -247px;
  }
}

.merit-list__img {
  width: 100px;
}
@media (max-width: 650px) {
  .merit-list__img {
    width: 30%;
  }
}

.merit-list__txt {
  font-size: 13px;
  font-weight: bold;
}
@media (min-width: 651px) {
  .merit-list__txt {
    width: 200px;
    white-space: nowrap;
  }
}
@media (max-width: 650px) {
  .merit-list__txt {
    font-size: 18px;
    text-align: left;
    width: 67%;
  }
}
@media (max-width: 400px) {
  .merit-list__txt {
    font-size: 16px;
  }
}

.merit-note {
  font-size: 14px;
  margin: 30px auto 15px;
  width: 80%;
}
@media (min-width: 1024px) {
  .merit-note {
    text-align: right;
  }
}

/*********************************************************
flow
*********************************************************/
.flow {
  margin-top: 50px;
}

.flow-inner {
  margin-top: 50px;
  text-align: center;
}

.flow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 60px;
}
@media (max-width: 1024px) {
  .flow-list {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .flow-list {
    display: block;
  }
}
@media (max-width: 330px) {
  .flow-list {
    padding: 0 10px;
  }
}

.flow-list__item {
  background: #01909B;
  border-radius: 15px;
  color: #fff;
  counter-increment: num;
  padding: 50px 20px;
  position: relative;
  width: 300px;
}
@media (max-width: 1200px) {
  .flow-list__item {
    width: 260px;
  }
}
@media (max-width: 1024px) {
  .flow-list__item {
    width: 45%;
    max-width: 330px;
  }
}
@media (max-width: 600px) {
  .flow-list__item {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 350px;
  }
}
@media (max-width: 330px) {
  .flow-list__item {
    width: 100%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .flow-list__item:nth-child(odd) {
    margin-right: 50px;
  }
}
@media (min-width: 1025px) {
  .flow-list__item:nth-child(3n+2) {
    margin: 0 30px;
  }
}
.flow-list__item::before, .flow-list__item::after {
  position: absolute;
}
@media (min-width: 601px) {
  .flow-list__item::before, .flow-list__item::after {
    border-color: transparent transparent transparent #01909B;
    border-width: 10px 0 10px 20px;
    border-style: solid;
    height: 0;
    width: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 600px) {
  .flow-list__item::before, .flow-list__item::after {
    border-color: #01909B transparent transparent transparent;
    border-width: 20px 10px 0 10px;
    border-style: solid;
    height: 0;
    width: 0;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.flow-list__item:nth-child(1)::after, .flow-list__item:nth-child(2)::after, .flow-list__item:nth-child(3)::after, .flow-list__item:nth-child(5)::after {
  content: "";
  right: -25px;
}
@media (max-width: 1024px) {
  .flow-list__item:nth-child(1)::after, .flow-list__item:nth-child(2)::after, .flow-list__item:nth-child(3)::after, .flow-list__item:nth-child(5)::after {
    right: -37px;
  }
}
@media (max-width: 600px) {
  .flow-list__item:nth-child(2) {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .flow-list__item:nth-child(2)::after {
    display: none;
  }
}
@media (max-width: 600px) {
  .flow-list__item:nth-child(2)::after {
    display: block;
  }
}
.flow-list__item:nth-child(5)::before, .flow-list__item:nth-child(6)::before {
  content: "";
  left: -25px;
}
@media (max-width: 1024px) {
  .flow-list__item:nth-child(5)::before, .flow-list__item:nth-child(6)::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .flow-list__item:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .flow-list__item:nth-child(3) {
    margin-top: 50px;
  }
}
.flow-list__item:nth-child(3)::before {
  content: "";
  right: -50px;
}
@media (max-width: 1024px) {
  .flow-list__item:nth-child(3)::before {
    right: -37px;
  }
}
@media (max-width: 1024px) {
  .flow-list__item:nth-child(3)::after {
    display: none;
  }
}
.flow-list__item:nth-child(4)::before {
  content: "";
  left: -25px;
}
@media (max-width: 1024px) {
  .flow-list__item:nth-child(4)::before {
    display: none;
  }
}
.flow-list__item:nth-child(4)::after {
  content: "";
  left: -50px;
}
@media (max-width: 1024px) {
  .flow-list__item:nth-child(4)::after {
    display: none;
  }
}
@media (max-width: 600px) {
  .flow-list__item:nth-child(4)::after {
    display: block;
    left: 50%;
  }
}
.flow-list__item:nth-child(4), .flow-list__item:nth-child(5), .flow-list__item:nth-child(6) {
  margin-top: 30px;
}
@media (max-width: 600px) {
  .flow-list__item:nth-child(4), .flow-list__item:nth-child(5), .flow-list__item:nth-child(6) {
    margin-top: 50px;
  }
}

.flow-list__num {
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 35px;
  height: 35px;
}
.flow-list__num::before {
  color: #01909B;
  content: counter(num);
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
}

.flow-list__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}

.flow-list__txt {
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .flow-list__txt {
    font-size: 14px;
  }
}

/*********************************************************
price
*********************************************************/
.price {
  margin-top: 50px;
}

.price-inner {
  margin-top: 50px;
  text-align: center;
}

.plan {
  display: flex;
  justify-content: center;
}
@media (max-width: 700px) {
  .plan {
    display: block;
  }
}

.plan__meo,
.plan__view {
  border-radius: 10px;
  padding: 20px;
  width: 450px;
}
@media (max-width: 700px) {
  .plan__meo,
  .plan__view {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  .plan__meo,
  .plan__view {
    padding: 4%;
    width: 90%;
  }
}

.plan__meo {
  background-image: linear-gradient(180deg, rgb(0, 207, 192), rgb(94, 160, 210));
}

.plan__view {
  background-image: linear-gradient(180deg, rgb(202, 94, 210), rgb(0, 157, 207));
}
@media (max-width: 700px) {
  .plan__view {
    margin-top: 30px;
  }
}

.plan__inner {
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  height: 100%;
  padding: 15px 10px 10px;
}
@media (max-width: 500px) {
  .plan__inner {
    padding: 5% 2%;
  }
}

.plan__icon {
  margin-top: 15px;
}

.plan__ttl02 {
  font-weight: bold;
  margin-top: 30px;
}

.plan__price {
  color: #f33f35;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.plan__price > * {
  font-weight: bold;
  text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
}

.plan__tax {
  font-size: 14px;
}

.plan__l {
  margin-right: 15px;
}

.plan__yen {
  font-size: 24px;
  line-height: 1;
}

.plan__r {
  font-size: 36px;
}

.plan__txt {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}

.plan__small {
  font-size: 11px;
}

.plan-table {
  margin: 15px auto 0;
}
.plan-table th,
.plan-table td {
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
}
@media (max-width: 380px) {
  .plan-table th,
  .plan-table td {
    font-size: 14px;
  }
}
.plan-table th {
  font-weight: normal;
  text-align: right;
}
.plan-table td {
  text-align: left;
}

.plan-table__tri {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  width: 20px;
  height: 20px;
}
.plan-table__tri::before {
  border-color: transparent transparent transparent #fff;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*********************************************************
faq
*********************************************************/
.faq {
  margin-top: 50px;
}

.faq-list {
  margin-top: 50px;
}

.faq-list__q,
.faq-list__a {
  line-height: 1.5;
  padding-left: 60px;
  position: relative;
}
.faq-list__q::before,
.faq-list__a::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  top: 24px;
  left: 0;
  width: 40px;
  height: 40px;
}

.faq-list__q {
  border-top: 1px solid #333;
  padding-top: 30px;
}
.faq-list__q::before {
  background-image: url(image.php?id=068);
}

.faq-list__a {
  margin-top: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.faq-list__a::before {
  background-image: url(image.php?id=067);
}
.faq-list__a:last-child {
  border-bottom: 1px solid #333;
}

/*********************************************************
top-news
*********************************************************/
.top-news {
  background: #f8f8f8;
  margin-top: 100px;
  padding: 50px 0;
}

.top-news__container {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1220px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1220px) {
  .top-news__container {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 1024px) {
  .top-news__container {
    display: block;
  }
}

.top-news__ttl {
  margin-right: 30px;
}

.top-news__jp {
  color: #606060;
  font-size: 36px;
  font-weight: bold;
}

.top-news__en {
  color: #01909B;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .top-news-list {
    margin-top: 30px;
  }
}

.top-news-list__item:not(:first-child) {
  margin-top: 30px;
}

.top-news-list__btn {
  background: #01909B;
  border-radius: 15px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  text-decoration: none;
  width: 700px;
}
.top-news-list__btn:hover {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .top-news-list__btn {
    padding: 15px;
    width: 100%;
  }
}

.top-news-list__box:first-child {
  margin-right: 5%;
  text-align: center;
}
.top-news-list__box:last-child {
  flex: 1;
  overflow: hidden;
}

.top-news-list__theme {
  background: #fff;
  border-radius: 5px;
  color: #01909B;
  display: inline-block;
  font-size: 14px;
  padding: 5px;
  text-align: center;
}

.top-news-list__date {
  font-size: 14px;
  margin-top: 10px;
}

.top-news-list__new {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 3px 8px;
  position: relative;
  width: 50px;
  height: 25px;
}
.top-news-list__new::before {
  content: "NEW";
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-news-list__ttl {
  font-weight: bold;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*********************************************************
フッター
*********************************************************/
.footer__inner {
  background: #01909B;
  color: #fff;
  padding-top: 30px;
  position: relative;
}

.footer-nav__list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 480px;
}
@media (max-width: 500px) {
  .footer-nav__list {
    display: block;
    max-width: 100%;
    text-align: center;
  }
}

.footer-nav__item:not(:first-child) {
  margin-top: 10px;
}
.footer-nav__item a {
  color: #fff;
  font-size: 14px;
}
.footer-nav__item a:hover {
  text-decoration: none;
}

.footer-item2-list li:nth-child(2) {
  margin-top: 15px;
}
.footer-item2-list li:nth-child(3), .footer-item2-list li:nth-child(4), .footer-item2-list li:nth-child(5) {
  margin-top: 5px;
}

.footer__list2 {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .footer__list2 {
    display: block;
  }
}

.footer__item1 {
  margin-right: 50px;
}
@media (max-width: 480px) {
  .footer__item1 {
    margin-right: 0;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer__item2 {
    margin-top: 30px;
    text-align: center;
  }
}

.copy {
  background: #fff;
  color: #606060;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .copy {
    margin-top: 0;
  }
}

/*********************************************************
news.html
*********************************************************/
.update-table2 {
  overflow: auto;
}

.update-table2__table {
  width: 100%;
}
@media (max-width: 800px) {
  .update-table2__table {
    width: 600px;
  }
}
.update-table2__table th,
.update-table2__table td {
  border: 1px solid #333;
  padding: 5px;
}
@media (max-width: 980px) {
  .update-table2__table th,
  .update-table2__table td {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .update-table2__table th,
  .update-table2__table td {
    white-space: nowrap;
  }
}
.update-table2__table td:first-child {
  background: #fff;
  font-weight: bold;
}
@media (max-width: 800px) {
  .update-table2__table td:first-child {
    position: sticky;
    left: 0;
  }
  .update-table2__table td:first-child::before, .update-table2__table td:first-child::after {
    background: #333;
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
  }
  .update-table2__table td:first-child::before {
    left: -1px;
  }
  .update-table2__table td:first-child::after {
    right: -1px;
  }
}
.update-table2__table td:not(:first-child) {
  text-align: center;
}

.update-table2__scroll {
  font-size: 14px;
  margin-top: 5px;
}
@media (min-width: 801px) {
  .update-table2__scroll {
    display: none;
  }
}