@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Zen+Maru+Gothic:wght@400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
  font-family: inherit;
}

.clearfix {
  zoom: 100%;
  min-hight: 0px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  color: #3a3a3a;
}

img {
  vertical-align: top;
  /*max-width: 100%;*/
  height: auto;
  line-height: 1.0;
}

.externalLinkIcon::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  margin-right: 5px;
  position: relative;
  top: 5px;
  background: url('../images/common/linkico.svg') no-repeat center center;
  background-size: 20px 20px;
}

.externalLinkIcon:hover::after {
  background: url('../images/common/linkico_hover.svg') no-repeat center center;
  background-size: 20px 20px;
}


a {
  text-decoration: none;
  color: #3a3a3a;
}

a:hover {
  text-decoration: none;
  color: #619fbb;
}

a img {
  vertical-align: top;
  border: none;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-flex;
  vertical-align: -5px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

.material-icons.md-dark {
  color: #619fbb;
}

.caution {
  color: #ea4c4c;
  font-weight: bold;
  margin: 0 0 1rem;
}

.notel {
  pointer-events: none;
  text-decoration: none;
}


.en {
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
  font-weight: bold;
}

.color0,
.color1,
.color2,
.color3 {
  background: #edf3f7;
}

.emphasis {
  color: #f2ae72 !important;
  font-weight: bold;
}

.green {
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #619fbb;
}

@media screen and (min-width:980px) {
  html {
    font-size: 15px;
    line-height: 2.0;
  }

  .br-pc {
    display: none;
  }

  /* ------------------------------------------------------------
    ヘッダー部分
------------------------------------------------------------ */
  header {
    width: 100%;
    height: 80px;
    padding: 0 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }

  header.fixed {
    background: #fff;
    box-shadow: #ddd 0 0 5px;
  }

  header .logo {
    height: 31px;
  }

  header .logo img {
    height: 31px;
  }

  header .btnMenu {
    display: none;
  }

  header .openbtn {
    display: none;
  }

  header #gnav {
    margin-left: auto;
  }

  header #gnav .btnClose {
    display: none;
  }

  header #gnav ul {
    display: -webkit-flex;
    display: flex;
  }

  header #gnav ul li:not(.contact) {
    margin-right: 40px;
  }

  header #gnav ul li a {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    display: block;
  }

  header.fixed #gnav ul li a {
    color: #3a3a3a;
    text-decoration: none;
  }

  header #gnav ul li:not(.contact) a:hover {
    color: #619fbb;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  header #gnav ul li.contact a {
    background: #619fbb;
    color: #fff;
    display: block;
    padding: 0 15px;
    line-height: 2.4;
    border-radius: 30px;
    border: 2px solid #619fbb;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  header #gnav ul li.contact a:hover {
    background: #fff;
    color: #619fbb;
    border: 2px solid #619fbb;
  }

  header .sp_only {
    display: none !important;
  }

  /* ------------------------------------------------------------
    フッター部分
------------------------------------------------------------ */
  .contactArea {
    margin: 0 auto;
    width: 95vw;
    background: #619fbb;
    padding: 80px 0;
    position: relative;
    z-index: 0;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    overflow: hidden;
  }

  .contactArea .heading {
    text-align: center;
  }

  .contactArea .heading::before {
    content: attr(data-en);
    display: block;
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
  }

  .contactArea .heading:after {
    background: #fff;
  }

  .contactArea .contact-lead {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    margin: 0 auto 30px;
    font-size: 1.4rem;
    font-weight: bold;
  }

  .contactArea .btnMore {
    margin: 0;
    width: 400px;
  }

  .contactArea .btnMore a {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    color: #619fbb;
    background: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 45px;
    border: #fff solid 2px;
  }

  .contactArea .btnMore a:hover {
    background: #619fbb;
    color: #fff;
    border: #fff solid 2px;
  }

  .contactArea .contact-list {
    width: 1020px;
    margin: 0 auto;
    padding: 70px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .contactArea .contact-list .contact-list-item {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    font-weight: bold;
    text-align: center;
    position: absolute;
  }

  .contactArea .contact-list .contact-list-item:nth-child(1) {
    left: calc(50% - 450px);
  }

  .contactArea .contact-list .contact-list-item:nth-child(2) {
    right: calc(50% - 500px);
  }

  .contactArea .tel span {
    font-size: 3rem;
    line-height: 45px;
    font-weight: bold;
    letter-spacing: 0.25rem;
  }

  .contactArea .tel:before {
    background: url(../images/common/icon_tel.png) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    content: "";
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
  }

  .contactArea .time {
    margin: 15px 0 0;
    font-size: 1.2rem;
  }

  /* ------------------------------------------------------------
    フッター部分
------------------------------------------------------------ */
  footer {
    padding: 80px 0 0;
    position: relative;
  }

  footer .info-wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  footer .info-wrap .information {
    width: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  footer .info-wrap .information figure {
    width: 200px;
  }

  footer .info-wrap .information figure img {
    width: 100%;
  }

  footer .info-wrap .information dl {
    margin: 0 0 0 40px;
    line-height: 1.0;
  }

  footer .info-wrap .information dl dt {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 20px;
  }

  footer .info-wrap .information dl dd .sns {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
  }

  footer .info-wrap .information dl dd .sns li {
    width: 20px;
    height: 20px;
    padding: 10px;
    background: #619fbb;
    border-radius: 50%;
  }

  footer .info-wrap .information dl dd .sns li a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  footer .info-wrap .information dl dd .sns li a:hover {
    opacity: 0.7;
  }

  footer .info-wrap .information dl dd .sns li:not(:last-of-type) {
    margin-right: 20px;
  }

  footer .info-wrap .information dl dd:not(:last-of-type) {
    margin: 0 0 15px;
  }

  footer .footer-nav {
    width: 45%;
  }

  footer .info-wrap nav ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
  }

  footer .info-wrap nav ul li a {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    font-weight: bold;
  }

  footer .btn_topto a {
    position: absolute;
    bottom: 70px;
    right: 2vw;
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #619fbb;
    border-radius: 50%;
    transition: ease .2s;
  }

  footer .btn_topto a img {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
  }

  footer .btn_topto a:hover {
    bottom: 80px;
    transition: all .3s;
  }

  footer small {
    background: #619fbb;
    display: block;
    margin: 80px 0 0;
    padding: 0 30px;
    font-size: 1rem;
    color: #fff;
    line-height: 50px;
  }

  /* ------------------------------------------------------------
    コンテンツ部分
------------------------------------------------------------ */
  main {
    letter-spacing: 0.1rem;
  }

  /* ------------------------------------------------------------
    パンくず部分
------------------------------------------------------------ */
  .pankuzu {
    width: 1200px;
    margin: 20px auto 0;
  }

  .pankuzu__list {
    display: -webkit-flex;
    display: flex;
    list-style: none;
  }

  .pankuzu__list li {
    font-size: 0.8rem;
  }

  .pankuzu__list li:first-of-type::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f015';
    margin-right: 0.5rem;
  }

  .pankuzu__list li+li {
    margin-left: 1rem;
  }

  .pankuzu__list li:not(:last-of-type)::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0da';
    margin-left: 1rem;
  }

  /* ------------------------------------------------------------
    共有クラス部分
------------------------------------------------------------ */
  .pagetitle {
    width: 100%;
    height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
  }

  .pagetitle:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .pagetitle hgroup {
    max-width: 1200px;
    width: 100%;
    text-align: left;
    line-height: 1.0;
    color: #fff;
    text-shadow: 0 0 5px #000;
    position: relative;
    margin: 0 auto;
  }

  .pagetitle hgroup h1 {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    font-weight: bold;
    font-size: 5rem;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
  }

  .pagetitle hgroup small {
    display: block;
    font-size: 2rem;
  }

  .heading {
    max-width: 1200px;
    margin: 0 auto 60px;
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.25rem;
    text-align: left;
    position: relative;
  }

  .heading::before {
    content: attr(data-en);
    display: block;
    color: #619fbb;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
  }

  .btnMore {
    margin: 60px auto 0;
    width: 300px;
  }

  .btnMore a {
    display: block;
    text-align: center;
    position: relative;
    padding: 25px 0;
    color: #619fbb;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 60px;
    border: 2px solid #619fbb;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .btnMore a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(/images/common/arrow-color.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .btnMore a:hover {
    background: #619fbb;
    color: #fff;
  }

  .btnMore a:hover:after {
    background-image: url(/images/common/arrow.svg);
    right: 20px;
    transition: all .3s;
  }

  .btnList {
    margin: 60px auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .btnList li {
    width: 300px;
  }

  .btnList li.prev,
  .btnList li.next {
    width: 170px;
  }

  .btnList li:not(:first-of-type) {
    margin-left: 40px;
  }

  .btnList li a {
    display: block;
    text-align: center;
    position: relative;
    padding: 25px 0;
    color: #619fbb;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 60px;
    border: 2px solid #619fbb;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .btnList li:not(.prev):not(.next) a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url(/images/common/arrow-return-color.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .btnList li a:hover {
    background: #619fbb;
    color: #fff;
  }

  .btnList li:not(.prev):not(.next) a:hover:after {
    background-image: url(/images/common/arrow-return.svg);
    right: 20px;
    transition: all .3s;
  }

  .pager ul {
    margin: 0 0 80px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .pager ul li:not(:last-of-type) {
    margin-right: 20px;
  }

  .pager ul li span,
  .pager ul li a {
    display: block;
    padding: 0 10px;
    line-height: 35px;
  }

  .pager ul li a {
    width: 35px;
    height: 35px;
    text-align: center;
    background: #eee;
    color: #3a3a3a;
    border-radius: 50%;
    overflow: hidden;
  }

  .pager ul li a:hover,
  .pager ul .active {
    background: #619fbb;
    color: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
  }

  .table {
    max-width: 1020px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: #ddd solid 1px;
  }

  .table>dt {
    background: #fff;
    color: #757575;
    font-weight: bold;
    width: 30%;
    padding: 30px;
    border-top: #ddd solid 1px;
    box-sizing: border-box;
  }

  .table>dd {
    width: 70%;
    padding: 30px;
    border-top: #ddd solid 1px;
    box-sizing: border-box;
  }

  .table>dd dt:not(:first-of-type) {
    margin: 30px 0 0;
  }

  .table>dd a {
    text-decoration: none;
    color: #33a0b8;
  }

  .table>dd a:hover {
    text-decoration: none;
    color: #619fbb;
  }

  .table>dd .notel {
    color: #3a3a3a;
    pointer-events: none;
    text-decoration: none;
  }

  .table>dd .businesslist {
    list-style: none;
    text-align: justify;
  }

  .table>dd .businesslist li {
    padding: 0 0 0 20px;
    list-style: none;
    position: relative;
  }

  .table>dd .businesslist li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #999;
    position: absolute;
    top: 11px;
    left: 0;
  }

  .table>dd .businesslist li+li {
    margin-top: .5rem;
  }

  .table>dd .timelist {
    margin: 0 auto;
  }

  .table>dd .timelist li {
    position: relative;
    list-style: none;
  }

  .table>dd .timelist li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }

  .table>dd .timelist li+li {
    margin-top: .5rem;
  }

  .table>dd .welfarelist {
    margin: 0 auto;
  }

  .table>dd .welfarelist li {
    padding: 0 0 0 20px;
    position: relative;
    list-style-type: none !important;
  }

  .table>dd .welfarelist li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
    color: #494949;
  }

  .table>dd .welfarelist li+li {
    margin-top: .5rem;
  }

  .table>dd .welfare2list {
    margin: 0 auto;
  }

  .table>dd .welfare2list li {
    padding: 0 0 0 20px;
    position: relative;
    list-style-type: none !important;
  }

  .table>dd .welfare2list li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #494949;
  }

  .table>dd .welfare2list li+li {
    margin-top: .5rem;
  }

  /* ------------------------------------------------------------
    トップページ部分
------------------------------------------------------------ */
  .mainimage {
    background: url(../images/mainimage.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    display: table;
    z-index: 0;
  }

  .mainimage hgroup {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4;
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    font-weight: bold;
    text-align: left;
    color: #fff;
    text-shadow: 0 0 5px #000;
  }

  .mainimage hgroup h2 {
    font-size: 4rem;
    font-weight: bold;
    padding-left: 100px;
  }

  .mainimage hgroup h3 {
    font-size: 2rem;
  }

  .mainimage .swiper-slide {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
  }

  .mainimage .swiper-slide:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
  }

  .mainimage .swiper-slide li {
    background: #fff;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
  }

  .mainimage .swiper-slide li img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .mainimage .swiper-slide li.active {
    z-index: 9;
  }

  .mainimage .swiper-slide li.last-active {
    z-index: 8;
  }

  .aboutTop {
    padding: 120px 0 140px;
  }

  .aboutTop .aboutTop-wrap {
    margin: 0 auto;
    width: 1200px;
    min-height: 450px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .aboutTop .aboutTop-wrap .aboutTop-txtarea {
    width: 56%;
    box-sizing: border-box;
    padding-right: 30px;
  }

  .aboutTop .aboutTop-wrap .aboutTop-txtarea p {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.0;
    text-align: left;
  }

  .aboutTop .aboutTop-wrap .aboutTop-image {
    width: 42%;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .aboutTop .aboutTop-wrap .aboutTop-image .aboutTop-image-1 {
    position: absolute;
    top: 280px;
    left: 20px;
    width: 200px;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
  }

  .aboutTop .aboutTop-wrap .aboutTop-image .aboutTop-image-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 375px;
    border-radius: 20px;
    overflow: hidden;
  }

  .aboutTop .aboutTop-wrap .btnMore {
    margin: 0;
  }

  .serviceTop {
    background: #edf3f7;
    padding: 120px 0;
    border-radius: 100px;
    overflow: hidden;
  }

  .serviceTop .servicelist {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    border-top: #ddd solid 1px;
  }

  .serviceTop .servicelist li {}

  .serviceTop .servicelist li a {
    padding: 30px 40px 30px 10px;
    display: block;
    position: relative;
    color: #3a3a3a;
    border-bottom: #ddd solid 1px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .serviceTop .servicelist li a .serviceTop-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .serviceTop .servicelist li a:hover {
    padding: 50px 40px 50px 10px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }

  .serviceTop .servicelist li a .serviceTop-wrap .serviseTop-image {
    width: 20%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
  }

  .serviceTop .servicelist li a .serviceTop-wrap .serviceTop-wrap-txterea {
    width: 65%;
  }

  .serviceTop .servicelist li a .serviceTop-wrap .btn-arrow {
    background: #619fbb;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    position: relative;
    transition: ease .2s;
  }

  .serviceTop .servicelist li a .serviceTop-wrap .btn-arrow img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
  }

  .serviceTop .servicelist li a:hover .serviceTop-wrap .btn-arrow img {
    left: 70%;
    transform: translateX(-70%);
    transition: all .3s;
  }

  .serviceTop .servicelist li a h3 {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: left;
    font-weight: bold;
    position: relative;
  }

  .serviceTop .servicelist li a h3::before {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    content: attr(data-en);
    display: block;
    color: #619fbb;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
  }

  .serviceTop .servicelist li a p {}

  .facilityTop {
    padding: 120px 0;
    position: relative;
    z-index: 1;
  }

  .facilitylist {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
  }

  .facilitylist .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
  }

  .facilitylist li {
    width: 380px;
    border-radius: 20px;
    position: relative;
  }

  .facilitylist li a {
    color: #3a3a3a;
    display: block;
  }

  .facilitylist li a figure {
    height: 380px;
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }

  .facilitylist li a figure div {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .facilitylist li a:hover figure div {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .facilitylist li a .tag {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    display: inline-block;
    background: #e26fa4;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0 10px;
    color: #fff;
    text-align: left;
    border-radius: 6px;
  }

  .facilitylist li a h3 {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    margin: 10px 0 0;
    font-size: 1.4rem;
    text-align: left;
    font-weight: bold;
  }

  .recruitTop {
    background: url(../images/top/bg_recruit.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    z-index: 0;
    color: #fff;
    border-radius: 100px;
    overflow: hidden;
  }

  .recruitTop:before {
    content: "";
    background: rgba(97, 159, 187, 0.22);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 100px;
    overflow: hidden;
  }

  .recruitTop .heading {
    max-width: 1200px;
    margin: 0 auto 60px;
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.5;
    text-shadow: 0 0 5px #000;
    letter-spacing: 0.25rem;
    text-align: left;
    position: relative;
  }

  .recruitTop .heading::before {
    content: attr(data-en);
    display: block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
  }

  .recruitTop-wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .recruitTop .recruitTop-wrap p {
    width: auto;
    font-size: 1.4rem;
    line-height: 2.0;
    font-weight: bold;
    text-align: left;
    margin: 0;
    text-shadow: 0 0 5px #000;
  }

  .recruitTop .recruitTop-wrap .btnMore {
    margin: 0;
  }

  .recruitTop .recruitTop-wrap .btnMore a {
    border: 2px solid #fff;
    color: #fff;
  }

  .recruitTop .recruitTop-wrap .btnMore a:after {
    background-image: url(/images/common/arrow.svg);
  }

  .recruitTop .recruitTop-wrap .btnMore a:hover {
    background: #fff;
    color: #619fbb;
  }

  .recruitTop .recruitTop-wrap .btnMore a:hover:after {
    background-image: url(/images/common/arrow-color.svg);
  }

  .newsTop {
    padding: 120px 0;
    position: relative;
    z-index: 0;
  }

  .newslist {
    width: 1200px;
    margin: 0 auto;
    border-top: #ddd solid 1px;
  }

  .newslist li a {
    padding: 40px 40px 40px 0;
    display: block;
    color: #3a3a3a;
    border-bottom: #ddd solid 1px;
    position: relative;
  }

  .newslist li a:hover {
    text-decoration: none;
    color: #619fbb;
  }

  .newslist li a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(/images/common/gray-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .newslist li a:hover:after {
    background-image: url(/images/common/arrow-color.svg);
    right: 0;
  }

  .newslist li a dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  .newslist li a dl dt {
    color: #999;
    font-weight: bold;
    font-size: 1.2rem;
  }

  .newslist li a dl dd {
    white-space: nowrap;
    margin-left: 40px;
    font-size: 1.4rem;
    font-weight: bold;
  }

  .newslist li a dl dd.label {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    width: 100px;
    color: #3a3a3a;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
  }

  /* ------------------------------------------------------------
    新着情報部分
------------------------------------------------------------*/
  .news .pagetitle {
    background: url(../images/news/ttl_news.jpg);
    background-repeat: no-repeat;
    background-position: 50% 70%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .news .newslist {
    margin: 80px auto 120px;
  }

  .news .entries {
    padding: 80px 0 120px;
  }

  .news .entries .deta {
    width: 1020px;
    margin: 0 auto 30px;
    text-align: right;
    font-weight: bold;
    font-size: 1.2rem;
    color: #757575;
  }

  .news .entries .btnMore a:after {
    width: 25px;
    height: 25px;
    background-image: url(/images/common/arrow-return-color.svg);
  }

  .news .entries .btnMore a:hover:after {
    width: 25px;
    height: 25px;
    background-image: url(/images/common/arrow-return.svg);
  }

  .news .entries .commentArea {
    width: 1020px;
    margin: 0 auto;
  }

  .news .entries .commentArea h1,
  .news .entries .commentArea h2,
  .news .entries .commentArea h3 {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    position: relative;
    padding-bottom: 7px;
    width: 100%;
    color: #619fbb;
    font-size: 2.0rem;
    font-weight: bold;
    border-bottom: 5px solid #c7c7c7;
    margin-bottom: 1rem;
  }

  .news .entries .commentArea h1::after,
  .news .entries .commentArea h2::after,
  .news .entries .commentArea h3::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 70px;
    height: 5px;
    background: #619fbb;
  }

  .news .entries .commentArea h4 {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    border-bottom: solid 3px #3a3a3a;
    width: 100%;
    color: #3a3a3a;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 1rem;
  }

  .news .entries .commentArea h5 {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    padding: 0.1em 0;
    color: #619fbb;
    background: transparent;
    line-height: 1.5;
    font-weight: bold;
    font-size: 1.6rem;
  }

  .news .entries .commentArea p+p {
    margin-top: 1rem;
  }

  .news .entries .commentArea p+h1,
  .news .entries .commentArea p+h2,
  .news .entries .commentArea p+h3,
  .news .entries .commentArea p+h4,
  .news .entries .commentArea p+h5,
  .news .entries .commentArea p+h6 {
    margin-top: 1.5rem;
  }

  .news .entries .commentArea p a {
    color: #33a0b8;
  }

  .news .entries .commentArea p a:hover {
    text-decoration: none;
    color: #619fbb;
  }

  .news .entries .commentArea strong {
    font-weight: bold;
  }

  .news .entries .commentArea img {
    max-width: 100%;
    height: auto !important;
  }

  .news .entries .commentArea iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    border: none;
  }

  .news .entries .commentArea ul {
    margin: 20px auto;
    background: #edf3f7;
    border-radius: 5px;
    padding: 1em 1em 1em 2em;
  }

  .news .entries .commentArea ul li {
    padding: 0 0 0 20px;
    list-style: none;
    position: relative;
  }

  .news .entries .commentArea ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #619fbb;
    position: absolute;
    top: 10px;
    left: 0;
  }

  .news .entries .commentArea ul li+li {
    margin-top: .5rem;
  }

  .news .entries .commentArea ol {
    counter-reset: item;
    list-style-type: none;
    background: #edf3f7;
    border-radius: 5px;
    margin: 20px auto;
    padding: 1em 1em 1em 2em;
  }

  .news .entries .commentArea ol ol {
    padding-left: 1em;
  }

  .news .entries .commentArea ol li {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }

  .news .entries .commentArea ol li:before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: .5em;
    color: #619fbb;
    font-weight: bold;
  }

  .news .entries .commentArea ol li+li {
    margin-top: .5rem;
  }

  .news .entries .commentArea .type1 {
    border-collapse: collapse;
    margin-top: 1.5rem;
    width: 100%;
    margin-bottom: 15px;
  }

  .news .entries .commentArea .type1 th,
  .news .entries .commentArea .type1 td {
    border-bottom: #ddd solid 1px;
    border-top: #ddd solid 1px;
    padding: 30px;
  }

  .news .entries .commentArea .type1 th {
    background: #fff;
    color: #757575;
    font-weight: bold;
    text-align: left;
    width: 30%;
  }

  .news .entries .commentArea .type1 th a,
  .news .entries .commentArea .type1 td a {
    text-decoration: none;
    color: #33a0b8;
  }

  .news .entries .commentArea .type1 th a:hover,
  .news .entries .commentArea .type1 td a:hover {
    text-decoration: none;
    color: #619fbb;
  }

  /* ------------------------------------------------------------
    事業内容部分
------------------------------------------------------------ */
  .service .pagetitle {
    background: url(../images/service/ttl_service.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .service .type {
    padding: 80px 0 120px;
  }

  .service .type:nth-of-type(2n) {
    background: #edf3f7;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
  }

  .service .type p {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2.0;
  }

  .service .servicelist {
    max-width: 1200px;
    margin: 80px auto 0;
  }

  .service .servicelist li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
  }

  .service .servicelist li:nth-of-type(2n) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .service .servicelist li:not(:last-of-type) {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: #eee dashed 1px;
  }

  .service .servicelist li figure {
    width: 45%;
    height: auto;
  }

  .service .servicelist li figure img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
  }

  .service .servicelist li .commentArea {
    width: 50%;
  }

  .service .servicelist li:nth-of-type(2n) .commentArea {
    width: 50%;
  }

  .service .servicelist li .commentArea dt {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    font-size: 2.0rem;
    font-weight: bold;
    color: #619fbb;
    margin: 0 0 30px;
    position: relative;
  }

  /* ------------------------------------------------------------
    施設紹介部分
------------------------------------------------------------ */
  .facility .pagetitle {
    background: url(../images/facility/ttl_facility.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .facility .facilitylist {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 80px auto 120px;
  }

  .facility .facilitylist li:not(:first-of-type):not(:nth-of-type(2)):not(:nth-of-type(3)) {
    margin-top: 60px;
  }

  .facility .entries {
    padding: 80px 0 120px;
  }

  .facility .entries .imageslider .tag {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    background: #e26fa4;
    width: 20vw;
    display: inline-block;
    line-height: 40px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
    color: #fff;
    border-radius: 0 0 50px 50px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }

  .facility .entries .imageslider {
    background: #edf3f7;
    width: 1020px;
    margin: 0 auto 60px;
    padding: 90px 80px 60px;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
  }

  .facility .entries .imageslider .slideframe {
    width: 820px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }

  .facility .entries .imageslider .slideframe .slide {
    display: -webkit-flex;
    display: flex;
  }

  .facility .entries .imageslider .slideframe .slide li {
    width: 820px;
    text-align: center;
  }

  .facility .entries .imageslider .slideframe .slide li img {
    max-width: 100%;
    overflow: hidden;
    border-radius: 20px;
  }

  .facility .entries .imageslider .slideframe nav {
    width: 800px;
    height: 20px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .facility .entries .imageslider .slideframe nav ul {
    display: -webkit-flex;
    display: flex;
  }

  .facility .entries .imageslider .slideframe nav ul li {
    width: 40px;
  }

  .facility .entries .imageslider .slideframe nav ul li.next {
    margin-left: auto;
  }

  .facility .entries .imageslider .slideframe nav ul li a {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
  }

  .facility .entries .imageslider .slideframe nav ul li.prev a:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border-bottom: #619fbb solid 4px;
    border-left: #619fbb solid 4px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .facility .entries .imageslider .slideframe nav ul li.next a:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border-top: #619fbb solid 4px;
    border-right: #619fbb solid 4px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .facility .entries .imageslider nav ol {
    width: 150px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
  }

  .facility .entries .imageslider nav ol li {
    cursor: pointer;
    width: 100%;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  }

  .facility .entries .imageslider nav ol li:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .facility .entries .imageslider nav ol li img {
    max-width: 100%;
    overflow: hidden;
    border-radius: 5px;
  }

  .facility .entries .commentArea {
    width: 1200px;
    margin: 0 auto;
  }

  .facility .entries .commentArea h1,
  .facility .entries .commentArea h2,
  .facility .entries .commentArea h3 {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    position: relative;
    padding-bottom: 7px;
    width: 100%;
    color: #619fbb;
    font-size: 2.0rem;
    font-weight: bold;
    border-bottom: 5px solid #c7c7c7;
    margin-bottom: 1rem;
  }

  .facility .entries .commentArea h1::after,
  .facility .entries .commentArea h2::after,
  .facility .entries .commentArea h3::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 70px;
    height: 5px;
    background: #619fbb;
  }

  .facility .entries .commentArea h4 {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    border-bottom: solid 3px #3a3a3a;
    width: 100%;
    color: #3a3a3a;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 1rem;
  }

  .facility .entries .commentArea h5 {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    padding: 0.1em 0;
    color: #619fbb;
    background: transparent;
    line-height: 1.5;
    font-weight: bold;
    font-size: 1.6rem;
  }

  .facility .entries .commentArea p+p {
    margin-top: 1rem;
  }

  .facility .entries .commentArea p+h1,
  .facility .entries .commentArea p+h2,
  .facility .entries .commentArea p+h3,
  .facility .entries .commentArea p+h4,
  .facility .entries .commentArea p+h5,
  .facility .entries .commentArea p+h6 {
    margin-top: 1.5rem;
  }

  .facility .entries .commentArea .pointbox {
    position: relative;
    margin: 2em 0 3em;
    padding: 1em;
    border: solid 3px #EC1119;
    border-radius: 8px;
  }

  .facility .entries .commentArea .pointbox .box-title {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 1.4rem;
    background: #FFF;
    color: #EC1119;
    font-weight: bold;
  }

  .facility .entries .commentArea .pointbox p {
    margin: 0;
    padding: 0;
  }

  .facility .entries .commentArea .type1 {
    width: 1020px;
    margin: 0 auto;
    border-collapse: collapse;
    margin-top: 1.5rem;
    margin-bottom: 15px;
  }

  .facility .entries .commentArea .type1 th,
  .facility .entries .commentArea .type1 td {
    border-bottom: #ddd solid 1px;
    border-top: #ddd solid 1px;
    padding: 30px;
  }

  .facility .entries .commentArea .type1 th {
    background: #fff;
    color: #757575;
    font-weight: bold;
    text-align: left;
    width: 30%;
  }

  .facility .entries .commentArea .type1 th a,
  .facility .entries .commentArea .type1 td a {
    text-decoration: none;
    color: #33a0b8;
  }

  .facility .entries .commentArea .type1 th a:hover,
  .facility .entries .commentArea .type1 td a:hover {
    text-decoration: none;
    color: #619fbb;
  }

  .facility .entries .commentArea figure:not(:nth-of-type(2n)) {
    float: left;
    margin-right: 20px;
  }

  .facility .entries .commentArea figure figcaption {
    text-align: center;
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    font-weight: bold;
  }

  .facility .entries .commentArea img {
    max-width: 100%;
    height: auto !important;
    overflow: hidden;
    border-radius: 20px;
  }

  .facility .entries .commentArea iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
    border-radius: 20px;
  }

  .facility .entries .commentArea .type2 {
    border-collapse: collapse;
    margin-top: 1.5rem;
    width: 100%;
    margin-bottom: 15px;
  }

  .facility .entries .commentArea .type2 th,
  .facility .entries .commentArea .type2 td {
    width: 25%;
    border-bottom: #ddd solid 1px;
    border-top: #ddd solid 1px;
    text-align: center;
    white-space: nowrap;
    padding: 30px 20px;
  }

  .facility .entries .commentArea .type2 th {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    font-weight: bold;
    background: #f5f5f5;
    white-space: nowrap;
  }

  .facility .entries .commentArea .type2 th a,
  .facility .entries .commentArea .type2 td a {
    text-decoration: none;
    color: #33a0b8;
  }

  .facility .entries .commentArea .type2 th a:hover,
  .facility .entries .commentArea .type2 td a:hover {
    text-decoration: none;
    color: #619fbb;
  }

  .facility .entries .commentArea .type2 tfoot td {
    font-weight: bold;
  }

  .facility .entries .commentArea ul {
    margin: 20px auto;
    background: #edf3f7;
    border-radius: 5px;
    padding: 1em 1em 1em 2em;
  }

  .facility .entries .commentArea ul li {
    padding: 0 0 0 20px;
    list-style: none;
    position: relative;
  }

  .facility .entries .commentArea ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #619fbb;
    position: absolute;
    top: 10px;
    left: 0;
  }

  .facility .entries .commentArea ul li+li {
    margin-top: .5rem;
  }

  .facility .entries .commentArea ol {
    counter-reset: item;
    list-style-type: none;
    background: #edf3f7;
    border-radius: 5px;
    margin: 20px auto;
    padding: 1em 1em 1em 2em;
  }

  .facility .entries .commentArea ol ol {
    padding-left: 1em;
  }

  .facility .entries .commentArea ol li {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }

  .facility .entries .commentArea ol li:before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: .5em;
    color: #619fbb;
    font-weight: bold;
  }

  .facility .entries .commentArea ol li+li {
    margin-top: .5rem;
  }

  /* --- FAQ  ----- */
  .accordion {
    /*margin: 3em auto;
    max-width: 60vw;*/
    max-width: 100%;
    border-bottom: dotted 2px #ddd;
    padding-top: 15px;
  }

  .toggle {
    display: none;
  }

  .option {
    position: relative;
    /*margin-bottom: 1em;*/
  }

  .title,
  .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }

  .title {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    border-top: dotted 2px #ddd;
    /*padding: 30px;*/
    padding: 30px 55px 30px 80px;
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
  }

  .title::after,
  .title::before {
    content: "";
    position: absolute;
    right: 30px;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 0.75em;
    background-color: #999;
    transition: all 0.3s;
  }

  .title::after {
    transform: rotate(90deg);
  }

  .content {
    max-height: 0;
    overflow: hidden;
  }

  .content p {
    background: #edf3f7;
    margin: 0;
    /*padding: 1em 30px;*/
    padding: 30px 55px 30px 80px;
    font-size: 1em;
    line-height: 1.8;
  }

  .title span {
    font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', serif;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e26fa4;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 50%;
    top: 50%;
    left: 15px;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
  }

  .content p:before {
    font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', serif;
    content: "A";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #666;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 50%;
    top: 20px;
    left: 15px;
    width: 50px;
    height: 50px;
  }

  .toggle:checked+.title+.content {
    max-height: 500px;
    transition: all 1.5s;
  }

  .toggle:checked+.title::before {
    transform: rotate(90deg) !important;
  }

  .ins-wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
  }

  .column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .responsive-table {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 15px;
  }

  .table-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .item {
    padding: 10px;
    background-color: #edf3f7;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
  }

  .facility .entries .commentArea .telArea {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    max-width: 1200px;
    margin: 15px auto 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: #619fbb solid 5px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 20px;
  }

  .facility .entries .commentArea .telArea dt {
    background: #edf3f7;
    width: 50%;
    padding: 30px;
    font-size: 1.4rem;
    font-weight: bold;
    box-sizing: border-box;
  }

  .facility .entries .commentArea .telArea dt small {
    font-size: 1rem;
    margin: 20px 0 0;
    display: block;
  }

  .facility .entries .commentArea .telArea dd {
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
  }

  .facility .entries .commentArea .telArea dd span {
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.25rem;
  }

  /* ------------------------------------------------------------
    法人案内部分
------------------------------------------------------------ */
  .about .pagetitle {
    background: url(../images/about/ttl_about.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .about .message {
    padding: 80px 0 120px;
  }

  .about .message .inner {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about .message .inner figure {
    width: 45%;
  }

  .about .message .inner figure img {
    overflow: hidden;
    border-radius: 20px;
  }

  .about .message .inner .commentArea {
    width: 50%;
    padding: 30px 0 0;
  }

  .about .message .inner .commentArea p+p {
    margin-top: 1rem;
  }

  .about .message .inner .commentArea .name {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 25px 0 0;
    text-align: right;
  }

  .about .philosophy {
    padding: 120px 0;
    background: #edf3f7;
    border-radius: 100px;
    overflow: hidden;
  }

  .about .philosophy .philosophy__words {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    width: 1200px;
    margin: 0 auto 10px;
    font-size: 2.6rem;
    font-weight: bold;
    color: #619fbb;
    text-align: center;
    letter-spacing: 2px;
  }

  .about .information {
    padding: 120px 0;
    position: relative;
  }

  .about .information .information-wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .about .information .information-wrap .information-table {
    width: 60%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: #ddd solid 1px;
  }

  .information-table>dt {
    background: #fff;
    color: #757575;
    font-weight: bold;
    width: 30%;
    padding: 30px;
    border-top: #ddd solid 1px;
    box-sizing: border-box;
  }

  .information-table>dd {
    width: 70%;
    padding: 30px;
    border-top: #ddd solid 1px;
    box-sizing: border-box;
  }

  .information-table>dd dt:not(:first-of-type) {
    margin: 30px 0 0;
  }

  .about .information .information-wrap .profile-image {
    width: 35%;
  }

  .about .information .information-wrap .profile-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
  }

  .about .about-list {}

  .about .access {
    background: #edf3f7;
    padding: 120px 0;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
  }

  .about .access .access-wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .about .access .access-wrap .map {
    width: 50%;
  }

  .about .access .access-wrap .map iframe {
    width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 20px;
    overflow: hidden;
  }

  .about .access .access-wrap .access-info {
    flex-basis: 45%;
  }

  .about .access .access-wrap .access-info dt {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #619fbb;
  }

  .about .access .access-wrap .access-info dd {}

  .about .history {
    padding: 120px 0;
  }

  .history__list {
    width: 1200px;
    margin: 0 auto 60px;
    display: -webkit-flex;
    display: flex;
  }

  .history__list__item {
    width: 32%;
  }

  .history__list__item:nth-of-type(n+2) {
    margin-left: auto;
  }

  .history__list__item__image {
    border: #ddd solid 1px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 10px;
  }

  .history__list__item__image img {
    width: 100%;
  }

  .history__list__item__heading {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 30px 0 10px;
    color: #e26fa4;
  }

  .about .history .history-table {
    width: 1200px;
    margin: 0 auto;
    list-style: none;
    position: relative;
    box-sizing: border-box;
  }

  .about .history .history-table::before {
    content: "";
    background: #f0f0f0;
    width: 10px;
    display: block;
    position: absolute;
    top: 260px;
    bottom: 0;
    left: 205px;
  }

  .about .history .history-table li {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;

  }

  .about .history .history-table .area {
    padding: 10px 0 10px 18px;
    display: block;
    width: 100%;
  }

  .about .history .history-table li .time {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    display: inline-flex;
    justify-content: right;
    align-items: center;
    align-self: stretch;
    flex-basis: 7em;
    max-width: 8em;
    margin-right: 2em;
    font-weight: bold;
    font-size: 2.0rem;
    color: #757575;
  }

  .about .history .history-table .sch_box {
    position: relative;
    min-height: 1em;
    padding: 1em 1em 1em 1.2em;
  }

  .about .history .history-table .sch_box::before {
    content: "";
    background: #619fbb;
    width: 30px;
    height: 30px;
    margin: auto;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: -50px;
  }

  .about .history .history-table .sch_box::after {
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    margin: auto;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: -40px;
    z-index: 1;
  }

  .about .history .history-table .sch_title {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: #f39839;
  }

  .about .history .history-table .sch_tx {
    font-size: 1.4rem;
    font-weight: bold;
  }

  .about .history .history-table .sch_image {
    margin-top: 20px;
    width: 600px;
    height: 400px;
  }

  .about .history .history-table .sch_image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
  }

  .about .disclosure {
    background: #edf3f7;
    margin-bottom: 120px;
    padding: 120px 0;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
  }

  .about .disclosure .dls_tx {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2.0;
  }

  .linkbtn {
    margin: 60px auto 0;
    width: 600px;
  }

  .linkbtn a {
    display: block;
    text-align: center;
    position: relative;
    padding: 25px 0;
    background: #fff;
    color: #619fbb;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 60px;
    border: 2px solid #619fbb;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .linkbtn a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    /*width: 70px;
    height: 70px;
    background: #00b0ec;
    border-radius: 50%;*/
  }

  .linkbtn a::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(/images/common/external-link.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .linkbtn a:hover {
    background: #619fbb;
    color: #fff;
  }

  .linkbtn a:hover:after {
    background-image: url(/images/common/external-link-hover.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 40px;
    right: 20px;
    width: 30px;
    height: 30px;
    transition: all .3s;
  }

  /*.linkbtn a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(/images/common/arrow-color.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .linkbtn a:hover {
    background: #619fbb;
    color: #fff;
  }

  .linkbtn a:hover:after {
    background-image: url(/images/common/arrow.svg);
    right: 20px;
    transition: all .3s;
  }*/

  .human__type {
    background: #edf3f7;
    padding: 80px 0;
    position: relative;
  }

  .human__type__image {
    height: 300px;
    max-width: 1020px;
    margin: 0 auto 40px;
  }

  .human__type__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .heading__middle {
    max-width: 1020px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 auto 40px;
    color: #619fbb;
  }

  .human__type .heading__middle:not(:first-of-type) {
    margin-top: 60px;
  }

  .human__list {
    max-width: 1020px;
    margin: 0 auto;
    counter-reset: number 0;
  }

  .human__list__item:not(:last-of-type) {
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: #ccc solid 1px;
    position: relative;
  }

  .human__list__item:not(:last-of-type)::after {
    content: '';
    background: #fff;
    width: 12px;
    height: 12px;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: auto;
  }

  .human__type:nth-of-type(2n) .human__list__item:not(:last-of-type)::after {
    background: #f5f5f5;
  }

  .human__list__item__heading {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 auto 20px;
    padding: 0 0 0 70px;
    position: relative;
  }

  .human__list__item>p:not(:first-of-type),
  .human__list__item__point {
    margin: 1rem 0 0;
  }

  .human__list__item .name {
    margin: 30px 0 0;
    text-align: right;
  }

  .human__list__item__point span {
    font-weight: bold;
    background: linear-gradient(transparent 65%, #fff799 50%);
  }

  /* ------------------------------------------------------------
    採用情報部分
------------------------------------------------------------ */
  .recruit .pagetitle {
    background: url(../images/recruit/ttl_recruit.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .recruit .recruit-message {
    padding: 80px 0 120px;
  }

  .recruit .recruit-message .recruit-message-wrap {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .recruit .recruit-message .recruit-message-wrap figure {
    width: 50%;
  }

  .recruit .recruit-message .recruit-message-wrap figure img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 20px;
  }

  .recruit .recruit-message .recruit-message-wrap .commentArea {
    width: 45%;
    box-sizing: border-box;
  }

  .recruit .recruit-message .recruit-message-wrap .commentArea P {
    font-weight: bold;
  }


  .recruit .recruit-message .recruit-message-wrap .commentArea P+P {
    margin-top: 1rem;
  }

  .recruit .recruit-message .recruit-message-wrap .commentArea .recruit-message-title {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    color: #e26fa4;
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: #e5c046 wavy underline 5px;
    -webkit-text-decoration: #e5c046 wavy underline 5px;
  }

  .recruit .requirementslist {
    width: 1020px;
    margin: 60px auto 0;
    padding: 0 0 120px;
  }

  .recruit .requirementslist .occupation-title {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    position: relative;
    padding-bottom: 24px;
    width: 100%;
    color: #e26fa4;
    font-size: 2.0rem;
    font-weight: bold;
    border-bottom: 5px solid #c7c7c7;
  }

  .recruit .requirementslist .occupation-title::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 70px;
    height: 5px;
    background: #e26fa4;
  }

  .recruit .culture {
    padding: 120px 0;
    background: #edf3f7;
    border-radius: 100px;
    overflow: hidden;
  }

  .recruit .culture .culture-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    justify-content: space-between;
    margin: 30px auto 10px;
  }

  .recruit .culture .culture-list li {
    width: 330px;
  }

  .recruit .culture .culture-list li:not(:nth-of-type(3n)) {
    margin-right: 70px;
  }

  .recruit .culture .culture-list .culture-image {
    height: 330px;
    margin: 0 0 20px;
  }

  .recruit .culture .culture-list .culture-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
  }

  .recruit .culture .culture-list .culture-heading {
    width: 330px;
    margin: 20px auto 0;
    color: #619fbb;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.25rem;
    text-align: center;
  }

  .recruit .culture .culture-list p {
    margin: 0 auto;
    padding: 10px 0;
    font-size: 1.0rem;
    font-weight: bold;
    line-height: 1.8;
    text-align: left;
  }

  /* ------------------------------------------------------------
    よくあるご質問部分
------------------------------------------------------------ */
  .faq .pagetitle {
    background: url(../images/faq/ttl_faq.jpg);
    background-repeat: no-repeat;
    background-position: 50% 30%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .faq .faqlist {
    padding: 80px 0 120px;
  }

  .faq .faqlist p {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2.0;
  }

  .faq__list {
    max-width: 1040px;
    margin: 80px auto 0;
    padding: 80px;
    background: #edf3f7;
    border-radius: 50px;
    overflow: hidden;
  }

  .faq__list li+li {
    margin-top: 30px;
    padding-top: 30px;
    border-top: #ddd solid 1px;
  }

  .faq__list__heading {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 15px;
    color: #2c3b65;
  }

  .faq__list__heading::before {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    background: #619fbb;
    content: "Q";
    width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
  }

  .faq__list__heading span {
    width: -webkit-calc(100% - 60px - 20px);
    width: calc(100% - 60px - 20px);
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    font-size: 1.4rem;
    font-weight: bold;
    color: #619fbb;
  }

  .faq__list__ans {
    display: -webkit-flex;
    display: flex;
  }

  .faq__list__ans::before {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    background: #3a3a3a;
    content: "A";
    width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-size: 1.6rem;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
  }

  .faq__list__ans span {
    width: -webkit-calc(100% - 60px - 20px);
    width: calc(100% - 60px - 20px);
  }

  /* ------------------------------------------------------------
    プライバシーポリシー部分
------------------------------------------------------------ */
  .privacy .pagetitle {
    background: url(../images/privacy/ttl_privacy.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .privacy section {
    padding: 80px 0 120px;
  }

  .privacy section p {
    max-width: 1020px;
    line-height: 1.8;
    margin: 0 auto 40px;
  }

  .privacy__list {
    max-width: 1020px;
    margin: 0 auto;
    counter-reset: listnum;
    list-style: none;
  }

  .privacy__list dt {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 1rem;
  }

  .privacy__list dt::before {
    counter-increment: listnum;
    content: counter(listnum) ".";
    padding-right: 5px;
    font-weight: bold;
  }

  .privacy__list dd a {
    text-decoration: none;
    color: #3da5bc;
  }

  .privacy__list dd a:hover {
    text-decoration: none;
    color: #619fbb;
  }

  .privacy__list dd+dt {
    margin-top: 3rem;
  }

  .privacy__list dd ul {
    list-style: none;
    margin: 20px auto 0;
    background: #edf3f7;
    border-radius: 5px;
    padding: 20px 30px;
    text-align: justify;
  }

  .privacy__list ul li {
    padding: 0 0 0 20px;
    list-style: none;
    position: relative;
  }

  .privacy__list ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #999;
    position: absolute;
    top: 11px;
    left: 0;
  }

  .privacy__list ul li+li {
    margin-top: .5rem;
  }

  .privacy .heading {
    width: 1020px;
  }

  .privacy address {
    margin: 80px 0 0;
    font-style: normal;
  }

  .privacy__date {
    max-width: 1020px;
    margin: 40px auto 0;
  }

  /* ------------------------------------------------------------
    お問い合わせ部分
------------------------------------------------------------ */
  .contact .pagetitle {
    background: url(../images/contact/ttl_contact.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .contact .mailform {
    padding: 80px 0 120px;
  }

  .contact .mailform .heading {
    width: 1020px;
  }

  .contact .mailform p:not(.contactAgree p) {
    max-width: 1020px;
    line-height: 1.8;
    margin: 0 auto 40px;
  }

  .contact .mailform .telArea {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', serif;
    max-width: 1020px;
    margin: 0 auto 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: #ddd solid 1px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 20px;
  }

  .contact .mailform .telArea dt {
    width: 100%;
    padding: 60px 60px 0;
    font-size: 1rem;
    font-weight: bold;
    box-sizing: border-box;
  }

  .contact .mailform .telArea dd {
    width: 100%;
    padding: 30px 60px 60px;
    box-sizing: border-box;
    text-align: center;
  }

  .contact .mailform .telArea dd span {
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.25rem;
  }

  .contact .mailform .telArea dd small {
    font-size: 1rem;
    margin: 10px 0 0;
    display: block;
  }

  .contact .mailform .progressbar {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .contact .mailform .progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% / 3);
    color: #999;
    font-weight: bold;
    counter-increment: steps;
  }

  .contact .mailform .progressbar li:before {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 5px;
    content: '';
    line-height: 40px;
    font-size: 1rem;
    text-align: center;
    border-radius: 50%;
    background: #f5f5f5;
    content: counter(steps);
  }

  .contact .mailform .progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 19px;
    left: -50%;
    width: 100%;
    height: 4px;
    content: '';
    background: #f5f5f5;
  }

  .contact .mailform .progressbar li:first-child:after {
    content: none;
  }

  .contact .mailform .progressbar li.active,
  .contact .progressbar li.complete {
    color: #619fbb;
  }

  .contact .mailform .progressbar li.active:before,
  .contact .mailform .progressbar li.complete:before {
    background: #619fbb;
    color: #fff;
  }

  .contact .mailform .progressbar li.active:after,
  .contact .mailform .progressbar li.complete:after {
    background: #619fbb;
  }

  .contact .table2 {
    max-width: 1020px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: #ddd solid 1px;
    padding-top: 30px;
  }

  .contact .table2>dt {
    background: #fff;
    color: #757575;
    font-size: 1.2rem;
    font-weight: bold;
    width: 30%;
    padding: 20px 30px;
    box-sizing: border-box;
  }

  .contact .table2>dd {
    width: 70%;
    padding: 20px 30px;
    box-sizing: border-box;
  }

  .contact .table2>dd dt:not(:first-of-type) {
    margin: 30px 0 0;
  }

  .contact .mailform form dl dt.must:after {
    background: #fff;
    content: "必須";
    margin: 0 0 0 10px;
    display: inline-block;
    padding: 0 10px;
    font-size: 0.8rem;
    color: #ea4c4c;
    border: #ea4c4c solid 1px;
    border-radius: 15px;
  }

  .contact .mailform form dd input:focus {
    outline: 2px solid #619fbb;
  }

  .contact .mailform form dd input::placeholder {
    color: #bbb;
  }

  .contact .mailform form dd input[type=checkbox] {
    display: none;
  }

  .contact .mailform form dd label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
  }

  .contact .mailform form dd label::before {
    background: #fff;
    border: 2px solid #ccc;
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    margin-top: -12px;
    border-radius: 5px;
  }

  .contact .mailform form dd label::after {
    border-right: 3px solid #619fbb;
    border-bottom: 3px solid #619fbb;
    content: '';
    display: block;
    height: 9px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
  }

  .contact .mailform form dd input[type=checkbox]:checked+label::after {
    opacity: 1;
  }

  .contact .mailform form dd input[type="text"] {
    font-size: 16px;
    width: 100%;
    padding: 20px;
    border: none;
    box-sizing: border-box;
    background: #f5f5f5;
    border-radius: 7px;
  }

  .contact .mailform form dd input[type="email"] {
    font-size: 16px;
    width: 100%;
    padding: 20px;
    border: none;
    box-sizing: border-box;
    background: #f5f5f5;
    border-radius: 7px;
  }

  .contact .mailform form dd input[type="tel"] {
    font-size: 16px;
    width: 100%;
    padding: 20px;
    border: none;
    box-sizing: border-box;
    background: #f5f5f5;
    border-radius: 7px;
  }

  .contact .mailform form dd ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact .mailform form dd ul li:not(:last-of-type) {
    margin-right: 20px;
  }

  .contact .mailform form dd textarea {
    background: #f5f5f5;
    font-size: 16px;
    width: 100%;
    height: 20rem;
    padding: 20px;
    line-height: 1.8;
    border: none;
    box-sizing: border-box;
    border-radius: 7px;
  }

  .contact .mailform form dd textarea:focus {
    outline: 2px solid #619fbb;
  }

  .contact .mailform form dd textarea::placeholder {
    color: #bbb;
  }

  .contactAgree {
    text-align: center;
    padding: 30px;
    margin: 40px auto;
    max-width: 970px;
    border: 1px solid #ddd;
    border-radius: 20px;
  }

  .contactAgree p {
    color: #757575;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .contactAgree a {
    color: #3da5bc;
    font-weight: bold;
    text-decoration: none;
  }

  .contactAgree a:hover {
    color: #619fbb;
    text-decoration: underline;
  }

  .contactAgree input[type=checkbox] {
    display: none;
  }

  .contactAgree input[type=checkbox]+label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
  }

  .contactAgree input[type=checkbox]+label::before {
    background: #fff;
    border: 2px solid #ccc;
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    margin-top: -12px;
    border-radius: 5px;
  }

  .contactAgree input[type=checkbox]:checked+label::after {
    border-right: 3px solid #619fbb;
    border-bottom: 3px solid #619fbb;
    content: '';
    display: block;
    height: 9px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
    opacity: 1;
  }

  .btnSubmit {
    margin: 60px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .btnSubmit li:not(:last-of-type) {
    margin-right: 20px;
  }

  .btnSubmit li input[type="submit"] {
    width: 400px;
    cursor: pointer;
    padding: 30px 0;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: 60px;
  }

  .btnSubmit li .submit {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;

    color: #fff;
    background: #e26fa4;
    border: #e26fa4 solid 2px;
    font-weight: bold;
    cursor: pointer;
  }

  .btnSubmit li .submit[disabled] {
    background: #ccc;
    color: #fff;
    border: #ccc solid 2px;
    cursor: not-allowed;
  }

  .btnSubmit li .send {
    background: #e26fa4;
    color: #fff;
    font-weight: bold;
    border: #e26fa4 solid 2px;
  }

  .btnSubmit li .back {
    width: 200px !important;
    background: #9d9d9d;
    border: #9d9d9d solid 2px;
    color: #fff;
    font-weight: bold;
  }

  .btnSubmit li input[type="submit"]:hover {
    opacity: 0.7;
  }

}