@charset "UTF-8";
.sp-none {
  display: block;
}
.sp-block {
  display: none;
}
.sp-none-drawer {
  display: block;
}
.sp-block-drawer {
  display: none !important;
}
.sp-inline {
  display: none;
}
.pc-inline {
  display: inline;
}
.sp-none-1023 {
  display: block;
}
.sp-block-1023 {
  display: none;
}
@media screen and (max-width: 1023px) {
  .sp-none-drawer {
    display: none;
  }
  .sp-block-drawer {
    display: block;
  }
  .sp-none-1023 {
    display: none;
  }
  .sp-block-1023 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .sp-inline {
    display: inline;
  }
  .pc-inline {
    display: none;
  }
}
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#wrapper {
}
.mv-area {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../img/bg-mainimg.png");
  background-color: #2fb286;
}
header {
}
.header-wrapper {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 50px;
}
.header-wrapper .logo {
  margin: 0;
  padding-bottom: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 2.8rem;
  z-index: 100;
}
.header-wrapper .logo a {
  text-decoration: none;
}
.header-wrapper .logo img {
  width: 180px;
  height: auto;
  margin-right: 25px;
}
.header-wrapper .logo br {
  display: none;
}
.header-wrapper nav ul {
  height: 66px;
  display: flex;
  flex-wrap: nowrap;
  background-color: #2fb286;
  padding: 0 10px 0 30px;
  border-radius: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 2rem;
}
.header-wrapper nav li {
  margin: 0 30px 0 0;
  line-height: 66px;
}
.header-wrapper nav li a {
  color: #fff;
  text-decoration: none;
}
.header-wrapper nav li.facebook img {
  vertical-align: middle;
}
@media screen and (max-width: 1350px) {
  .header-wrapper {
    height: 100px;
    margin: 0 30px;
  }
  .header-wrapper .logo img {
    width: 150px;
  }
  .header-wrapper nav ul {
    padding: 0 0 0 20px;
    font-size: 1.7rem;
  }
  .header-wrapper nav li {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 1129px) {
  .header-wrapper .logo {
  }
  .header-wrapper .logo br {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .header-wrapper {
    height: 80px;
  }
  .header-wrapper .logo {
    line-height: inherit;
  }
  .header-wrapper .logo br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper {
    height: 60px;
  }
  .header-wrapper .logo {
    font-size: 2.2rem;
    line-height: 2.2rem;
    padding-bottom: 20px;
  }
  .header-wrapper .logo img {
    width: 100px;
    margin-right: 15px;
  }
}
.mean-nav li {
  height: 60px;
  line-height: 60px;
}
.main-image {
  position: relative;
  height: calc(100vh - 120px);
  min-height: 800px;
}
.main-image .text-area {
  position: absolute;
  width: 35%;
  top: 15%;
  left: 10%;
}
.main-image .text-area h2 {
  position: relative;
  margin-bottom: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 6.8rem;
}
.main-image .text-area h2::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #2fb286;
  left: -40px;
  top: -10px;
}
.main-image .text-area p {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2.7rem;
}
.main-image .image-area {
  position: absolute;
  width: 35%;
  top: 18%;
  left: 50%;
}
.main-image .image-area img {
  width: 100%;
  height: auto;
}

.main-image .scroll {
  position: absolute;
  left: -5%;
  bottom: -25%;
  z-index: 2;
}
@media screen and (max-width: 1350px) {
  .mv-area {
    background-image: url("../img/bg-mainimg-s.png");
  }
  .main-image {
    position: relative;
    height: calc(90vh - 120px);
  }
  .main-image .text-area {
    top: 10%;
  }
  .main-image .text-area h2 {
    margin-bottom: 30px;
    font-size: 4rem;
    line-height: 6rem;
  }
  .main-image .text-area h2::before {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    left: -30px;
    top: -5px;
  }
  .main-image .text-area p {
    font-size: 1.5rem;
  }
  .main-image .image-area {
    width: 35%;
    top: 15%;
    left: 55%;
  }
  .main-image .scroll {
    bottom: -45%;
  }
}
@media screen and (max-width: 1024px) {
  .main-image {
    height: 550px;
    min-height: inherit;
  }
  .main-image .text-area {
    top: 5%;
    left: 8%;
    width: 50%;
  }
  .main-image .text-area h2 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .main-image .text-area p {
  }
  .main-image .image-area {
    top: 7%;
    left: 60%;
  }
  .main-image .scroll {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mv-area {
    background-color: #fff;
    background-position: bottom;
  }
  .main-image {
    height: auto;
    min-height: inherit;
    padding-bottom: 120px;
  }
  .main-image .text-area {
    position: relative;
    top: 5%;
    left: 10%;
    width: 80%;
  }
  .main-image .text-area h2 {
    margin: 20px 0 0;
    font-size: 2.7rem;
  }
  .main-image .image-area {
    position: absolute;
    top: 0%;
    left: 72%;
    width: 25%;
  }
}
.news-wrapper {
  background-color: #2fb286;
  padding: 50px 100px 100px;
}
.news-wrapper h3 {
  position: relative;
  margin: 0;
  color: #f0f216;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
}
.news-wrapper h3::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #f0f216;
  left: -30px;
  top: -6px;
}
.news-wrapper ul {
  margin: 55px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-wrapper ul li {
  width: 23%;
  border-radius: 10px;
}
@media screen and (max-width: 1023px) {
  .news-wrapper {
    padding: 60px 50px 80px;
  }
  .news-wrapper ul li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .news-wrapper {
    padding: 60px 3% 80px;
  }
  .news-wrapper h3 {
    margin-left: 25px;
  }
  .news-wrapper ul li {
    width: 100%;
    margin-bottom: 50px;
  }
}
.news-wrapper ul li a {
  color: #fff;
  text-decoration: none;
}

.news-wrapper ul li .image {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.news-wrapper ul li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.news-wrapper ul li a:hover img {
  transform: scaleX(1.1) scaleY(1.1);
  transition: 0.5s;
}

.news-wrapper ul li .image-area {
  position: relative;
}
.news-wrapper ul li .image-area .image {
  margin-bottom: 10px;
}
.news-wrapper ul li .image-area .date {
  position: absolute;
  height: 80px;
  width: 45%;
  top: 0;
  left: 0;
  background-color: #2fb286;
  color: #fff;
  border-radius: 0 0 10px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}
.news-wrapper ul li .image-area .date span {
  display: block;
  font-size: 2.2rem;
  line-height: 2.2rem;
  text-align: left;
}
.news-wrapper ul li a .text-area {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.blog-wrapper {
  display: flex;
  margin: 0 100px;
}

@media screen and (max-width: 1023px) {
  .blog-wrapper {
    flex-wrap: wrap-reverse;
    margin: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .blog-wrapper {
    margin: 0 3%;
  }
}
.blog-wrapper .post-area {
  width: 70%;
  padding: 80px 100px 60px 0;
  border-right: 1px solid #2fb286;
}
.blog-wrapper:first-of-type .post-area{
padding-bottom: 0;
}
@media screen and (max-width: 1350px) {
  .blog-wrapper .post-area {
    padding: 100px 50px 60px 0;
  }
.blog-wrapper:nth-of-type(1) .post-area{
padding-bottom: 0;
}
}
@media screen and (max-width: 1023px) {
  .blog-wrapper .post-area {
    width: 100%;
    padding: 30px 0 60px 0;
    border-right: none;
  }
.blog-wrapper:nth-of-type(1) .post-area{
padding-bottom: 0;
}
}
.blog-wrapper .post-area ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
}
.blog-wrapper .post-area ul li {
  width: 30%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .blog-wrapper .post-area ul {
    display: block;
    margin: 0;
  }
  .blog-wrapper .post-area ul li {
    width: 100%;
    margin-bottom: 50px;
  }
}

.blog-wrapper .post-area ul li .image {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 10px;
}
.blog-wrapper .post-area ul li img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.blog-wrapper .post-area ul li a:hover img {
  transform: scaleX(1.1) scaleY(1.1);
  transition: 0.5s;
}
.blog-wrapper .post-area ul li a {
  text-decoration: none;
}
.blog-wrapper .post-area ul li .text-area {
  line-height: 2.6rem;
  margin-bottom: 0;
}
.blog-wrapper .post-area ul li .text-area span {
  display: block;
  margin-bottom: 5px;
}
.blog-wrapper .title-area {
  width: 30%;
  padding: 150px 0 100px 80px;
}
@media screen and (max-width: 1350px) {
  .blog-wrapper .title-area {
    padding: 150px 0 100px 60px;
  }
}
@media screen and (max-width: 1023px) {
  .btn-blue{
    margin-bottom: 0!important;
  }
  .blog-wrapper .title-area {
    width: 100%;
    padding: 50px 0 0 0;
  }
.blog-wrapper:first-of-type .title-area{
margin-top: 100px;
}
}
@media screen and (max-width: 767px) {
  .blog-wrapper .title-area {
    padding: 80px 0 0 0;
  }
}
.blog-wrapper .title-area h3 {
  position: relative;
  margin-top: 0;
  color: #2fb286;
  font-size: 3.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
.blog-wrapper .title-area h3::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #2fb286;
  left: -33px;
  top: -6px;
}
.btn-white {
  width: 600px;
  margin: 50px auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.6rem;
  background-image: url("../img/arrow-white.svg");
  background-size: 26px 26px;
  background-position: right 20px top 50%;
  background-repeat: no-repeat;
}
.btn-white a {
  display: block;
  padding: 10px 0 12px 0;
  color: #fff;
  border: 4px solid #fff;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}
.btn-white.mail {
  width: 450px;
  background-image: url("../img/icon-mail.svg");
  background-size: 37px 27px;
  background-position: left 20px top 50%;
}
.btn-white a {
  display: block;
  padding: 10px 20px 12px 0;
  color: #fff;
  border: 4px solid #fff;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}
.btn-white.mail a {
  padding: 10px 0 12px 40px;
}
.btn-blue {
  width: 600px;
  margin: 50px auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.6rem;
  background-image: url("../img/arrow-blue.svg");
  background-size: 26px 26px;
  background-position: right 20px top 50%;
  background-repeat: no-repeat;
}
.btn-blue a {
  display: block;
  padding: 10px 20px 12px 0;
  color: #2fb286;
  border: 4px solid #2fb286;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btn-white {
    width: 100%;
    margin: 20px auto;
  }
  .btn-white.mail {
    width: 100%;
    margin: 20px auto;
  }
  .btn-blue {
    width: 100%;
    margin: 20px auto;
  }
}
.blog-wrapper .title-area h3 {
  margin-left: 25px;
}
.blog-wrapper .title-area .btn-blue {
  width: 100%;
}
@media screen and (max-width: 1350px) {
  .blog-wrapper .title-area .btn-blue {
    font-size: 2rem;
    background-position: right 10px top 50%;
  }
}
@media screen and (max-width: 1023px) {
.blog-wrapper .title-area h3 {
  font-size: 2.4rem;
}
}

.title-wrapper {
  background-image: url("../img/bg-content.png");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
}
.title-wrapper h1 {
  padding: 165px 50px 230px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .title-wrapper h1 {
    padding: 60px 3% 90px;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
/* パンくず */
.topic-path {
  margin: -1px 0 0;
  padding: 0 50px 10px 0;
  color: #fff;
  background-color: #2fb286;
  text-align: right;
}
.topic-path ol,
.topic-path ul {
  margin: 0 0 10px;
}
.topic-path li {
  display: inline;
  padding-left: 1em;
  font-size: 1.6rem;
}
.topic-path li::before {
  content: "＞";
  padding-right: 1em;
}
.topic-path li:first-child {
  padding-left: 0;
}
.topic-path li:first-child::before {
  content: "";
  padding-right: 0;
}
.topic-path li a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .topic-path {
    display: none;
  }
}
/* 共通スタイル */
.is-layout-flex {
  display: flex;
}

.post-container {
  margin: 80px 100px;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 1350px) {
  .post-container {
    margin: 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .post-container {
    margin: 50px 3%;
    padding: 0;
  }
}
.post-container h2 {
  position: relative;
  margin: 80px 0 30px;
  color: #2fb286;
  font-size: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.3em;
}
.post-container h2::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #2fb286;
  left: -33px;
  top: -6px;
}
@media screen and (max-width: 767px) {
  .post-container h2 {
    margin: 30px 0 0 25px;
  }
}

.archive-list {
  display: flex;
  flex-wrap: wrap;
}

.archive-list .date {
  margin-bottom: 0;
}


.archive-list h3 {
  margin-top: 20px;
}

.archive-list .image {
  margin: 0;
}

.archive-list .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.archive-list .archive-content {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px;
}

.archive-list .archive-content:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .archive-list .archive-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
}

.column-2 {
  display: flex;
  justify-content: space-between;
}

.column-2 main {
  width: 100%;
}

.column-2 aside {
  width: 350px;
  min-width: 350px;
  margin: 50px 100px 50px 0;
}

@media screen and (max-width: 1350px) {
  .column-2 {
    display: block;
  }
  .column-2 aside {
    width: auto;
    min-width: inherit;
    margin: 50px;
  }
}

@media screen and (max-width: 767px) {
  .column-2 aside {
    margin: 50px 3%;
  }
}

.column-2 aside .widget {
  margin: 0 0 50px;
  border: 2px solid #2fb286;
  border-radius: 10px;
  font-size: 1.9rem;
  line-height: 1.5em;
}

.column-2 aside .wp-block-group {
  box-sizing: content-box;
}

.widgettitle {
  padding: 20px;
  color: #fff;
  background-color: #2fb286;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5em;
  border-radius: 5px 5px 0 0;
}

.column-2 aside .widget ul {
  margin: 20px;
}

.column-2 aside .widget ul li {
  margin-bottom: 20px;
}

.column-2 aside .widget .post-date {
  display: inline-block;
  color: #000;
  margin-right: 10px;
}

.post-link {
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
}

a#top {
  display: block;
  height: 0;
}

a[id]:hover {
  color: inherit;
}
@media screen and (max-width: 1023px) {
  h2 a[id]::before {
    height: 0;
    margin-top: 0;
  }
}

h3 {
  font-size: 2.6rem;
  line-height: 2.8rem;
  margin: 60px 0 40px;
  font-weight: 500;
}
h4 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin: 60px 0 20px;
  font-weight: 700;
}
h3 + h4 {
  margin-top: 30px;
}
h5 {
  font-size: 2rem;
  margin: 30px 0 15px;
}
p {
  font-size: 1.9rem;
  line-height: 3.5rem;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  h2 {
    padding: 0 25px 25px 0;
    font-size: 2.8rem;
    line-height: 3rem;
    margin: 50px 0 35px 0;
  }
  h2.widgettitle {
    margin: 0;
  }
  h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 40px 0 15px;
  }
  h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  p {
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}
.table-like {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .table-like {
    font-size: 1.6rem;
  }
}
.table-like dt {
  padding: 1.8rem 0;
  line-height: 3rem;
}
.table-like dd {
  line-height: 3rem;
  margin: -4.8rem 0 0 0;
  padding: 0 0 1.8rem 10em;
}
.kaihi {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .kaihi {
    width: auto;
  }
}
.price {
  text-align: right;
}
sup {
  vertical-align: super;
  font-size: 0.4em;
}
strong {
  font-weight: bold;
}
.note {
  margin: 20px 0;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  padding: 10px 20px !important;
  font-size: 1.6rem;
}
table th {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
table td {
  text-align: left;
}
table td.left {
  text-align: left;
}
table td.right {
  text-align: right;
}
table h3 {
  margin: 30px 0 10px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto;
  width: auto !important;
  height: auto !important;
}
.alignleft {
  float: left;
  margin-right: 20px;
  width: auto !important;
  height: auto !important;
}
.alignright {
  float: right;
  margin-left: 20px;
  width: auto !important;
  height: auto !important;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 30px;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .alignleft {
    float: none;
    margin: 0 auto 10px auto;
  }
  .alignright {
    float: none;
    margin: 0 auto 10px auto;
  }
}
.kakomi {
  padding: 0 10px;
}
.red {
  color: #f00;
}
a.external {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  line-height: 18px;
}
a.external::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../img/icon-link.svg");
  background-size: 18px 18px;
  right: 0;
}
ul,
ol {
  margin-left: 20px;
}
.bullet {
  list-style-type: disc;
}
.bullet li {
  margin-bottom: 0.3em;
  font-size: 1.9rem;
  margin-left: 20px;
  line-height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .bullet li {
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}
.bullet-strong {
  list-style-type: square;
}
.bullet-strong li {
  margin-bottom: 0.8em;
}
.numeric {
  list-style-type: decimal;
}
.numeric li {
  margin-bottom: 0.3em;
}
.indent {
  margin-left: 2em;
}
.icons {
  margin-left: 0;
}
.icons li {
  display: inline-block;
  height: 4.5rem;
  padding: 1.3rem 10px;
  margin: 0 0 20px 0;
  border-radius: 3px !important;
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .icons li {
    height: 4rem;
    padding: 10px 5px 5px;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .icons li {
    height: 3rem;
    padding: 5px 5px 1px;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.icons li img {
  width: 17px;
  height: 22px;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 0px !important;
}
@media screen and (max-width: 767px) {
  .icons li img {
    width: 11px;
    height: 16px;
  }
}
.pager {
  margin: 50px auto;
}
.pager li {
  float: left;
  font-size: 1.6rem;
  margin-right: 5px;
  padding: 5px 10px;
}
.pager li.current {
  font-weight: bold;
}
.pager li a {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .pager li {
    margin-right: 7px;
    padding: 5px;
  }
}
.page-navi {
  display: flex;
  justify-content: space-between;
}
.icon {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px 0;
}
.icon li {
  margin-right: 10px;
  padding: 2px 10px;
  text-align: center;
  font-size: 1.4rem;
}
/* ボタン系 */
.btn {
  position: relative;
  margin: 30px auto 0 auto;
  padding: 15px 10px;
  width: 360px;
  text-align: center;
  font-weight: 400;
  font-size: 1.9rem;
}
.btn a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
.btn-back a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
}
/* フッター */
.to-top {
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: 100px;
  height: 100px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.to-top.active {
  opacity: 1;
  visibility: visible;
}
.to-top img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .to-top {
    width: 60px;
    height: 60px;
  }
}
.footer-contact {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
  background-color: #2fb286;
  color: #fff;
}
@media screen and (max-width: 1350px) {
  .footer-contact {
    flex-wrap: wrap;
    padding: 30px 100px 10px;
  }
  .tel-area {
    width: 100%;
  }
  .hours-area {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact {
    flex-wrap: wrap;
    padding: 30px 3% 10px;
  }
  .hours-area {
    margin-top: 20px;
  }
  .btn-area {
    width: 100%;
  }
}
.footer-contact .tel {
  position: relative;
  font-size: 5rem;
  font-weight: 500;
  padding-left: 75px;
  line-height: 65px;
  margin-bottom: 10px;
}
.footer-contact .tel::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  left: 0;
  top: 10px;
  background-image: url("../img/icon-tel.svg");
  background-size: 55px 55px;
}
.footer-contact .tel a {
  color: #fff;
  text-decoration: none;
}
.footer-contact .fax {
  position: relative;
  font-size: 3.2rem;
  font-weight: 500;
  padding-left: 75px;
  margin-bottom: 0;
}
.footer-contact .fax::before {
  position: absolute;
  content: "FAX";
  width: 55px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .footer-contact .tel {
    font-size: 3.4rem;
    padding-left: 50px;
    text-align: center;
  }
  .footer-contact .tel::before {
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
  }
  .footer-contact .fax {
    font-size: 3.4rem;
    padding-left: 50px;
    margin-bottom: 0;
    text-align: center;
  }
  .footer-contact .fax::before {
    width: 35px;
    left: 0;
  }
}
.footer-contact .hours-area p {
  margin: 0;
}
.footer-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 80px 100px 0 100px;
}
@media screen and (max-width: 1023px) {
  .footer-wrapper {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrapper {
    padding: 50px 3% 0 3%;
  }
}
.footer-wrapper h4 {
  margin: 0 0 10px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
}
.footer-navi {
  font-size: 1.8rem;
  font-weight: 400;
}
.footer-navi ul {
  display: flex;
  margin: 0;
}
.footer-navi ul li {
  margin-left: 50px;
}
@media screen and (max-width: 1350px) {
  .footer-navi ul {
    display: block;
  }
  .footer-navi ul li {
    margin: 0 0 20px 0;
  }
}
.copyright {
  margin: 0 auto;
  text-align: right;
  padding: 10px 100px 30px;
  font-size: 1.4rem;
  font-weight: 400;
}
#footer-bar {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-info {
    margin-right: 0;
  }
  .footer-info img,
  footer .sns-icon img {
    width: inherit;
    max-width: 100%;
    height: auto;
  }
  footer .sns-icon {
    text-align: center;
    margin-bottom: 30px;
  }
  .copyright {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0 0 45px;
    font-size: 1.3rem;
  }
  #footer-bar {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  #footer-bar ul {
    display: flex;
    height: 38px;
    font-size: 1.6rem;
    margin: 0;
  }
  #footer-bar ul li {
    width: 50%;
    text-align: center;
  }
  #footer-bar ul li:last-child {
    width: 50%;
  }
  #footer-bar ul li img {
    width: 24px;
    height: auto;
    margin: 6px 5px 6px 0;
  }
  #footer-bar ul li:last-child img {
    width: 20px;
    height: 20px;
    transform: rotate(270deg);
  }
  #footer-bar ul li a {
    display: block;
    line-height: 38px;
    text-decoration: none;
    width: 100%;
    height: 38px;
  }
}
.news dl dt {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #707070;
}
.news dl dd {
  margin: -9rem 0 3rem 0;
  padding: 0 0 3rem 16rem;
}
.news dl dd a {
  text-decoration: underline;
}
.news dl dd a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .news dl {
    padding: 0 2%;
    font-size: 1.6rem;
  }
  .news dl dt {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: none;
  }
  .news dl dd {
    margin: 0 0 40px 0;
    padding: 0 0 4rem 0;
    border-bottom: 1px solid #707070;
  }
}
.news .date {
  margin-bottom: 10px;
}
.news .post-container {
  margin-bottom: 80px;
}
/* contact */
#contact .table-like {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  #contact .table-like {
    padding: 0 2%;
    font-size: 1.6rem;
  }
}
#contact .table-like dt {
  padding: 1.8rem 0;
  line-height: 3rem;
}
#contact .table-like dd {
  min-height: 4.8rem;
  line-height: 3rem;
  margin: -4.8rem 0 0 0;
  padding: 0 0 1.8rem 16em;
}
@media screen and (max-width: 1023px) {
  #contact .table-like dd {
    margin: 0 0 0 0;
    padding: 0 0 1.8rem 0;
  }
}
#contact .must {
  margin-right: 10px;
  padding: 1px 5px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #f00;
}
#contact .will {
  margin-right: 10px;
  padding: 1px 5px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #666;
}
main .table-like input {
  height: 3rem;
  box-sizing: border-box;
  width: 60%;
}
main .table-like textarea {
  box-sizing: border-box;
  width: 60%;
}
#contact input[type="submit"] {
  width: 60%;
  height: 80px;
  margin: 40px 20% 20px;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 80px;
  text-align: center;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  color: #fff;
  background-color: #2fb286;
}
#contact input.back {
  width: 40%;
  height: 50px;
  line-height: 50px;
  font-size: 1.8rem;
  background-image: none;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  border: 1px solid #222;
  margin-top: 0 !important;
}
@media screen and (max-width: 1023px) {
  .table-like input[type="text"],
  .table-like input[type="email"],
  .table-like textarea {
    width: 100% !important;
  }
  .table-like input.zip {
    width: auto;
  }
  #contact input[type="submit"] {
    width: 80%;
    margin: 0 10% 20px;
    font-size: 1.8rem;
    background-size: 30px;
  }
}
.privacy {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
