@charset "UTF-8";

@font-face {
    font-family: 'ExtraBold';
    src:url('../font/LINESeedJP_TTF ExtraBold.ttf'); 
}
.only-m {
  display: none !important;
}
.only-pc-br{ display: block;}
.container {
  position: relative;
  width: 1286px;
  margin: 0 auto;
}
.d_list_pcbrnonei{display:none;}
.w1444 {
  position: relative;
  width: 1444px;
  margin: 0 auto;
}

.index-hero {
  position: relative;
  height: 41.67vw;
  background: #f4f4f4 url(../images/bannerbg.png) no-repeat center center;
  background-size: auto 100%;
}
.index-hero h1 {
  position: absolute;
  left: 50%;
  bottom: 6vw;
  margin-left: 3.64vw;
  font-size: 2.08vw;
  line-height: 3.64vw;
}
.index-hero h1 span {
  color: #25b7aa;
}
.index-hero .img01 {
  position: absolute;
  left: 6vw;
  top: 6vw;
  width: 53.4vw;
}
.index-hero .img02 {
  position: absolute;
  right: 12.5vw;
  top: 5.2vw;
  width: 33.54vw;
}
.index-hero .img03 {
  position: absolute;
  left: 17.7vw;
  top: 5vw;
  width: 10.36vw;
}

.index-vision {
  padding: 4.68vw 0 2.08vw;
  background: linear-gradient(to bottom, #fff, #e8e8e8);
}
.index-vision>div{ width: 75.2vw; margin: 0 auto;}
.index-vision .txt {
  float: left;
  width: 50%;
  padding-left: 6vw;
}
.index-vision .txt h2 {
  font: bold 1.875vw/8.2vw "ExtraBold";
  color: #1d2229;
}
.index-vision .txt p {
  font-size: 1.04vw;
  line-height: 2.6vw;
  color: #585554;
}
.index-vision .img {
  float: left;
  width: 50%;
}

.index-video {
  padding-bottom: 5.7vw;
}
.index-video h2 {
  font-size: 2.5vw;
  line-height: 12vw;
  font-weight: 900;
  text-align: center;
  color: #000;
}
.index-video .video-box {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.index-video .video-box iframe{display: block;
  width: 100%;
  height: 650px;}
.index-video .video-box img, .index-video .video-box video {
  display: block;
  width: 100%;
  height: auto;
}

.index-product {
  height: 33.85vw;
  padding-top: 10vw;
  background: url(../images/indexBg01.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-product .txt {
  float: right;
  width: 50%;
  padding-left: 40px;
}
.index-product .txt h2 {
  padding-bottom: 32px;
  font-size: 2.08vw;
  line-height: 3.64vw;
  font-weight: 500;
  color: #000;
}
.index-product .txt h2 img {
  display: block;
  margin-bottom: 1.875vw;
}

.btn {
  display: block;
  width: 17vw;
  height: 3.9vw;
  background-color: #fff;
  border-radius: 3.9vw;
  font-size: 1.25vw;
  line-height: 3.9vw;
  color: #666;
  text-align: center;
  font-weight: 500;
  transition: all 0.5s;
}
.btn:hover {
  transform: scale(1.08);
}

.index-reservation {
  height: 33.85vw;
  background: url(../images/indexBg02.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-reservation h2 {
  padding-top: 10vw;
  padding-bottom: 3.9vw;
  font-size: 2.5vw;
  line-height: 3.64vw;
  font-weight: 500;
  color: #333;
}
.index-reservation .btn {
  width: 20.8vw;margin-left:0.7vw;
  height: auto;
  border: 2px solid #adadad;
}

.index-experience {
  height: 33.85vw;
  background: url(../images/indexBg03.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-experience h2 {
  padding-top: 10vw;
  padding-bottom: 3.33vw;
  font-size: 2.08vw;
  line-height: 3.64vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.index-experience .btn {
  margin: 0 auto;
}

.index-pickup {
  margin-bottom: 8.85vw;
}
.index-pickup h2 {
  font-size: 2.5vw;
  line-height: 10.93vw;
  font-weight: 700;
  color: #333;
  text-align: center;
}
.index-pickup .mySwiper {
  text-align: center;
  padding-bottom: 2vw;
}
.index-pickup .mySwiper .img {
  overflow: hidden;
}
.index-pickup .mySwiper .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-pickup .mySwiper .img img:hover {
  transform: scale(1.08);
}
.index-pickup .mySwiper h3 {
  height: 72px;
  padding: 24px 24px 0;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  box-sizing: content-box;
}
.index-pickup .mySwiper p {
  height: 72px;
  padding: 24px;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  box-sizing: content-box;
}
.index-pickup .mySwiper .btn {
  width: 300px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #adadad;
  font-size: 18px;
  line-height: 48px;
}
.index-pickup .swiper-button-next, .index-pickup .swiper-button-prev {
  right: 0;
  width: 40px;
  height: 40px;
  margin-top: 82px;
  background: #cacaca url(../images/arr-next.png) no-repeat center center;
  border-radius: 50%;
}
.index-pickup .swiper-button-prev {
  right: inherit;
  left: 0;
  background-image: url(../images/arr-prev.png);
}
.index-pickup .swiper-button-prev:after, .index-pickup .swiper-button-next:after {
  content: none;
}
.index-pickup .swiper-button-prev:hover, .index-pickup .swiper-button-next:hover {
  background-color: #25b7aa;
}

.business-intro {
  height: 44vw;
  background: url(../images/business-bg01.jpg) no-repeat center center;
  background-size: cover;
}
.business-intro .business-intro-tagline {
  font-size: 1.56vw;
  line-height: 7.29vw;
  font-weight: 700;
  color: #fff;
}
.business-intro .business-intro-title {
  margin-top: 5.7vw;
  font-size: 2.5vw;
  line-height: 3.125vw;
  font-weight: 700;
  color: #000;
}
.business-intro .business-intro-description {
  font-size: 1.25vw;
  line-height: 4.27vw;
  color: #666;
  font-weight: 300;
}
.business-intro .btn-container {
  margin-top: 2.08vw;
}
.business-intro .btn-container .btn {
  width: 15.6vw;
  height: 3.125vw;
  margin-bottom: 1.67vw;
  line-height: 3.125vw;
  color: #25b7aa;
}
.business-intro .btn-container .btn-blue {
  color: #005bac;
}

.business-intro-healthcare {
  background-image: url(../images/business-bg02.jpg);
}
.business-intro-healthcare .business-intro-tagline {
  color: #25b7aa;
  text-align: right;
}
.business-intro-healthcare .container > div {
  padding-left: 50%;
}
.business-intro-healthcare .btn-container .btn {
  display: inline-block;
}
.business-intro-healthcare .btn-container .btn-blue {
  margin-left: 10px;
}

.business-intro-leisure {
  background-image: url(../images/business-bg03.jpg);
}
.business-intro-leisure .business-intro-tagline {
  color: #25b7aa;
}

.partners {
  text-align: center;
}
.partners .partners-header {
  padding: 5.4vw 0;
}
.partners .partners-header .partners-title {
  font-size: 2.08vw;
  line-height: 3.125vw;
  color: #3e3a39;
  font-weight: 500;
}
.partners .partners-header .partners-note {
  font-size: 1.04vw;
  line-height: 3.125vw;
  color: #666;
  font-weight: 400;
}
.partners .partners-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5.1vw;
}
.partners .partners-list li {
  width: 48.2%;
  margin-bottom: 1.875vw;
}
.partners .partners-list li a {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 62/41;
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
}
.partners .partners-list li a img {
  display: block;
  width: 100%;
  height: auto;
}
.partners .partners-list li a h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 1.875vw;
  line-height: 5.2vw;
  color: #fff;
  font-weight: 700;
  transition: all 0.5s;
}
.partners .partners-list li a .cover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/business-bg04.jpg) no-repeat center bottom;
  background-size: 100% auto;
  transition: all 0.5s;
}
.partners .partners-list li a:hover .cover {
  background-color: #0e4982; opacity: .6;
}
.partners .partners-list li a:hover h3 {
  bottom: 50%;
  margin-bottom: -2.6vw;
}
.partners .partners-list li:nth-child(2n) {
  margin-left: 3.6%;
}

.service-header {
  position: relative;
  height: 26.45vw;
  background: #f6f6f6;
  text-align: center;
}
.service-header h1 {
  position: relative;
  padding-top: 11vw;
  font-size: 3.75vw;
  line-height: 4.16vw;
  color: #005bac;
  font-weight: 900;
}
.service-header h1 span {
  color: #25b7aa;
}
.service-header p {
  position: relative;
  font-size: 1.875vw;
  line-height: 4.16vw;
  font-weight: 400;
}
.service-header::before {
  content: "SERVICE";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 19.53vw;
  line-height: 26.45vw;
  letter-spacing: 1.5vw;
  color: #f1f1f1;
  font-weight: 900;
}
.d_listbrpcnonemhb{display:none;}
.service-title {
  padding: 6.45vw 0 3vw;
  font-size: 2.5vw;
  line-height: 5.4vw;
  font-weight: 700;
  color: #000;
}
.service-title img {
  display: block;
  margin: 0 auto;
}

.safety-support {
  text-align: center;
}
.safety-support .certifications {
  display: flex;
  justify-content: center;
}
.safety-support .certifications .certification-item {
  width: 270px;
}
.safety-support .certifications .certification-item .cert-icon img {
  display: block;
  margin: 0 auto;
}
.safety-support .certifications .certification-item p {
  font-size: 18px;
  line-height: 72px;
}

.after-service {
  text-align: center;
}
.after-service .step-title {
  margin-top: 2.6vw;
  font-size: 2.2vw;
  line-height: 4.8vw;
  color: #666;
  font-weight: 500;
  letter-spacing: 0.4vw;
}
.after-service .step-description {
  margin-bottom: 3.2vw;
  font-size: 24px;
  line-height: 36px;
  color: #666;
  font-weight: 500;
  letter-spacing: 2px;
}
.after-service .step-image {
  position: relative;
  margin-bottom: 5.8vw;
}
.after-service .step-image p {
  font-size: 20px;
  line-height: 36px;
  color: #666;
  font-weight: 500;
  letter-spacing: 2px;
}
.after-service .effect{ border-radius: 50%;}
.after-service .effect img{ transition: all .5s; cursor: pointer;}
.after-service .effect:hover img{
  transform: scale(0.9);
}
.step_imgs{transition:all ease .4s;}
.anchor02{ position: absolute; left: 50%; top: 50%;width: 120px;
        height: 120px;
        margin-left: -45px;
        margin-top: -60px;cursor: pointer; z-index: 999;}
		/* .anchor02:hover{border-radius: 25px; */
    
        /* border: 2px solid #999; */
        /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);} */
.pop-up{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); display: none;
  div{ position: absolute; left: 50%; top: 50%; width: 500px; height: 200px; padding-top: 70px; margin-left: -250px; margin-top: -100px; background-color: #fff; border-radius:     10px; border: 1px solid #25b7aa;
    span{ position: absolute; right: 0; top: 0; width: 50px; height: 50px; font-size: 20px; line-height: 50px; text-align: center; cursor: pointer;}
  }
}



.newsPage .service-header::before {
  content: "NEWS";
}
.newsPage .subNews {
  position: relative;
  display: flex;
}
.newsPage .news-section {
  flex: 1;
  padding-top: 3.65vw;
}
.newsPage .news-section .news-cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.newsPage .news-section .news-cards .card {
  width: 94%;
  margin-left: 6%;
  padding-bottom: 3.65vw;
  margin-bottom: 3.65vw;
  background: #fff;
  border-bottom: 1px solid #d1d1d1;
  transition: transform 0.3s ease;
}
.newsPage .news-section .news-cards .card a {
  display: flex;
  flex-direction: row-reverse;
}
.newsPage .news-section .news-cards .card .img {
  display: block;
  width: 40%;
  height: 12.9vw;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsPage .news-section .news-cards .card .img img {
  display: block;
  width: 100%;
}
.newsPage .news-section .news-cards .card .card-content {
  float: left;
  width: 56%;
  margin-right: 4%;
}
.newsPage .news-section .news-cards .card .desc {
  padding: 1vw 0;
  color: #363636;
  font-size: 1.25vw;
  line-height: 2.3vw;
}
.newsPage .news-section .news-cards .card p {
  font-size: 0.9375vw;
  line-height: 2vw;
}
.newsPage .news-section .news-cards .card .tag {
  display: block;
  width: 10vw;
  background-color: #25b7aa;
  border-radius: 2.4vw;
  font-size: 1.25vw;
  line-height: 2.4vw;
  color: #fff;
  text-align: center;
}
.newsPage .news-section .pagination {
  display: flex;
  justify-content: center;
  margin: 0 0 3vw;
}
.newsPage .news-section .pagination a {
  font-size: 1.56vw;
  line-height: 3vw;
  color: #5D5D5D;
  padding: 0 1vw;
}
.newsPage .news-section .pagination a:hover {
  color: #25b7aa;
  text-decoration: underline;
}
.newsPage .archive-section {
  position: sticky;
  top: 10vw;
  max-height: 80vh;
  overflow-y: auto;
  width: 14vw;
  margin: 4.4vw 0;
  background: #F5F9FF;
  border-radius: 0.9375vw;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  align-self: start;
}
.newsPage .archive-section h3 {
  padding-left: 1vw;
  font-size: 1.25vw;
  line-height: 4vw;
  color: #0847A6;
  border-bottom: 1px dashed #707070;
}
.newsPage .archive-section li {
  padding-left: 1.875vw;
}
.newsPage .archive-section li a {
  display: block;
  font-size: 1.04vw;
  line-height: 2.4vw;
  color: #363636;
}
.newsPage .archive-section li a:hover {
  color: #0847A6;
}

.pickup-header {
  height: 200px;
  background: url(../images/pickup-bg.jpg) no-repeat center center;
  background-size: cover;
}
.pickup-header h1 {
  font-size: 60px;
  line-height: 200px;
  color: #fff;
  font-family: "Oswald";
  font-weight: 400;
}
.pickup-header .breadcrumb {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 54px;
  color: #fff;
  font-weight: 500;
}
.pickup-header .breadcrumb a, .pickup-header .breadcrumb span {
  display: inline-block;
  color: #fff;
}

.news-article .article-title {
  padding-top: 4.375vw;
}
.news-article .article-title h2 {
  font-size: 2.5vw;
  line-height: 3.125vw;
  font-weight: 700;
  color: #000;
}
.news-article .article-title p {
  padding: 1vw 0;
  font-size: 1.25vw;
  line-height: 2.08vw;
  font-weight: 500;
  color: #000;
}
.news-article .article-title .article-meta {
  margin-top: 18px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 18px;
  line-height: 54px;
  color: #000;
}
.news-article .article-title .article-meta span {
  float: left;
  font-family: "Oswald";
}
.news-article .article-title .article-meta a {
  float: right;
  padding-left: 70px;
  background: url(../images/icon-arr01.png) no-repeat left center;
}
.news-article .article-image {
  display: block;
  margin: 50px auto;
  max-width: 100%;
}
.news-article .article-text {
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  color: #000;
}
.news-article .social-links {
  padding-top: 4.5VW;
  text-align: center;
}
.news-article .social-links h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
}
.news-article .social-links a {
  display: inline-block;
  margin: 50px 10px;
  border-radius: 50%;
}
.news-article .social-links a img {
  display: block;
  width: 44px;
  transition: all .5s;
}
.news-article .social-links a:hover img {
  transform: scale(1.08);
}

.pageNav {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 60px;
  text-align: center;
}
.pageNav a {
  display: inline-block;
  margin: 0 20px;
  font-size: 24px;
  line-height: 118px;
  color: #000;
  font-weight: 400;
}
.pageNav a:hover {
  color: #25b7aa;
}
.pageNav .prev {
  padding-left: 68px;
  background: url(../images/icon-arr02.png) no-repeat left center;
}
.pageNav .next {
  padding-right: 68px;
  background: url(../images/icon-arr03.png) no-repeat right center;
}

.faqPage .service-header::before {
  content: "Q&A";
}

.faq {
  margin: 60px auto;
  font-size: 18px;
  line-height: 40px;
}
.faq li {
  position: relative;
  padding: 0 22px;
  border: 1px solid #bfbfbf;
  margin-bottom: 40px;
}
.faq h4, .faq div {
  position: relative;
  padding: 16px 0 16px 40px;
}
.faq span {
  position: absolute;
  padding-right: 10px;
  left: 0;
  top: 16px;
  font-size: 24px;
}
.faq div {
  border-top: 1px solid #dcdcdc;
}
.faq div p {
  font-size: 16px;
}

.privacyPage .article {
  padding-bottom: 6vw;
}
.privacyPage .article h2 {
  font-size: 1.875vw;
  line-height: 4em;
  text-align: center;
  margin-top: 3vw;
}
.privacyPage .article h3 {
  position: relative;
  padding-left: 1.8vw;
  font-size: 1.56vw;
  line-height: 3.2vw;
  margin-top: 2vw;
}
.privacyPage .article h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1vw;
  width: 1.04vw;
  height: 1.04vw;
  border-radius: 50%;
  background-color: #25b7aa;
}
.privacyPage .article p {
  font-size: 1.04vw;
  line-height: 2.5vw;
  color: #363636;
}

.contactPage {
  /* チェックボックス */
  /* 送信ボタン */
  /* 確認画面 */
}
.contactPage .linkBtn {
  display: flex;
  justify-content: center;
}
.contactPage .linkBtn a {
  width: 20vw;
  height: 4vw;
  margin: 5vw 1vw;
  background: #25b7aa;
  border-radius: 4vw;
  font-size: 1.25vw;
  line-height: 4vw;
  text-align: center;
  color: #fff;
}
.contactPage .linkBtn a:nth-child(2) {
  background: #005bac;
}
.contactPage .subContact {
  padding-bottom: 6vw;
}
.contactPage .subContact .section-heading {
  position: relative;
}
.contactPage .subContact .section-heading h3 {
  position: relative;
  margin-bottom: 3vw;
  font-size: 1.25vw;
  line-height: 4vw;
  color: #005bac;
}
.contactPage .subContact .section-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1vw;
  width: 4.7vw;
  height: 0.26vw;
  background-color: #005bac;
}
.contactPage .subContact .section-heading .required-note {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.04vw;
  line-height: 4vw;
}
.contactPage .form-row {
  margin-bottom: 1.5vw;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.contactPage .form-label, .contactPage .toPrivacy {
  width: 100%;
  font-size: 20px;
  line-height: 50px;
}
.contactPage .form-label.required:after {
  content: " *";
  color: #e32;
}
.contactPage .form-label.requiredafter:after {
  content: "";
  color: #fff;
}
.contactPage .form-input {
  width: 100%;
}
.contactPage .form-input input,
.contactPage .form-input select,
.contactPage .form-input textarea {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 18px;
  box-sizing: border-box;
}
.contactPage .select {
  position: relative;
}
.contactPage .select::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 0.2vw;
  width: 2vw;
  height: 2vw;
  background: #fff url(../images/icon-arr04.png) no-repeat center;
  background-size: 0.88vw auto;
}
.contactPage .form-input textarea {
  padding: 20px;
  min-height: 150px;
  resize: vertical;
  font-family: "Noto Sans JP", sans-serif;
}
.contactPage .error-message {
  display: block;
  width: 100%;
  color: #e32;
  font-size: 16px;
  line-height: 30px;
  display: none;
}
.contactPage input:invalid:not(:focus):not(:placeholder-shown),
.contactPage textarea:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #e32;
}
.contactPage input:invalid:not(:focus):not(:placeholder-shown) + .error-message,
.contactPage textarea:invalid:not(:focus):not(:placeholder-shown) + .error-message {
  display: block;
}
.contactPage .checkbox-container {
  margin: 30px 0;
  font-size: 18px;
  line-height: 40px;
}
.contactPage .checkbox-container a {
  color: #25b7aa;
  text-decoration: underline;
}
.contactPage .checkbox-container > div {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contactPage .checkbox-container input[type=checkbox] {
  margin-right: 10px;
  margin-top: 15px;
}
.contactPage .submit-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}
.contactPage .submit-container .btn {
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.contactPage .btn-edit {
  background-color: #888;
  color: white;
}
.contactPage .btn-edit:hover {
  background-color: #666;
}
.contactPage .btn-confirm {
  background-color: #2c5aa0;
  color: white;
}
.contactPage .btn-confirm:hover {
  background-color: #1e3d73;
}
.contactPage .btn-submit {
  background-color: #051277;
  color: white;
}
.contactPage .btn-submit:hover {
  background-color: #081579;
}
.contactPage .confirmation {
  display: none;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.contactPage .confirmation-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.contactPage .confirmation-label {
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}

.thank-you-message {
  padding-top: 8vw;
  background-color: #fff;
  text-align: center;
}
.thank-you-message h1 {
  font-size: 3vw;
  line-height: 4;
}
.thank-you-message p {
  font-size: 1.5vw;
  line-height: 1.6;
}
.thank-you-message .btn {
  background: #25b7aa;
  margin: 3vw auto;
  color: #fff;
}

/* ---------------------------------------------------------------store-------------------------------------------------------------- */
.store-header::before{ content: 'STORE'; }
.subStroe01 {
  width: 960px;
  padding-bottom: 60px;
  margin: 0 auto;
  text-align: center;
  font-family: "ヒラギノ丸ゴ ProN W4";
}
.subStroe01 h3 {
  font: bold 30px/100px "ヒラギノ丸ゴ ProN W4";
}
.subStroe01 .formList > li {
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #005bac;
}
.subStroe01 .formList > li > span {
  display: block;
  font: bold 20px/30px "ヒラギノ丸ゴ ProN W4";
}
.subStroe01 .formList > li input {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 8px;
}
.subStroe01 .formList > li label {
  display: inline-block;
  padding-left: 12px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  cursor: pointer;
}
.subStroe01 .formList > li:last-child {
  border-bottom: none;
}
.subStroe01 .formList .li01 {
  padding-top: 0;
}
.subStroe01 .formList .li01 label{ padding-left: 0;}
.subStroe01 .formList .li01 img {
  display: block;
  width: 80px;
  margin: 26px auto 0;
}
.subStroe01 .formList .li02 .itemWrap{ padding-top: 20px; margin: 0 auto;}
.subStroe01 .formList .li02 .item02 {
  display: inline-block;
  /* width: 310px; */
  padding: 10px;
  text-align: left;
}
.subStroe01 .formList .li02 .item02:nth-child(3){ display: none;}
.subStroe01 .formList .li02 .item02 img {
  display: inline-block;
  width: 50px;
  vertical-align: middle;
}
.subStroe01 .formList .li03 {
  margin-top: 20px;
}
.subStroe01 .formList .li03 > span {
  display: inline-block;
  vertical-align: top;
}
.subStroe01 .formList .li03 .itemWrap {
  position: relative;
  display: inline-block;
  width: 260px;
  margin-left: 26px;
}
.subStroe01 .formList .li03 .itemWrap span {
  display: block;
  width: 100%;
  height: 30px;
  padding-left: 30px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  background: #26b7aa url(../images/arr04.png) no-repeat right center;
  background-size: 24px auto;
  border-radius: 30px;
  font-size: 14px;
  line-height: 30px;
  border: none;
  box-sizing: border-box;
}
.subStroe01 .formList .li03 .itemWrap .dropdown-menu {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  background-color: #f2f2f2;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
  z-index: 2;
  text-align: left;
  display: none;
}
.subStroe01 .formList .li03 .itemWrap .dropdown-menu li {
  padding-left: 30px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
.subStroe01 .formList .li03 .itemWrap .dropdown-menu li:hover {
  background-color: #ddd;
}
.subStroe01 .Btnbox {
  padding-top: 48px;
}
.subStroe01 .Btnbox .searchBtn {
  display: inline-block;
  width: 176px;
  height: 30px;
  margin: 0 20px;
  border-radius: 30px;
  background-color: #005bac;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
  border: none;
}

.subStroe02 {
  padding-bottom: 40px;
  background-color: #f1f1f1;
  font-family: "ヒラギノ丸ゴ ProN W4";
}
.subStroe02 h3 {
  font: bold 30px/100px "ヒラギノ丸ゴ ProN W4";
  text-align: center;
}
.subStroe02 .type {
  margin: 0 auto 20px;
  text-align: center;
}
.subStroe02 .type div {
  display: inline-block;
  padding: 0 20px 25px;
  text-align: left;
}
.subStroe02 .type div:nth-child(3){ display: none;}
.subStroe02 .type span {
  display: inline-block;
  margin-left: 6px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  cursor: pointer;
}
.subStroe02 .type img {
  display: inline-block;
  width: 50px;
  vertical-align: middle;
}
.subStroe02 .list {
  display: flex;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}
.subStroe02 .list li {
  width: 28.5%;
  padding: 20px 16px 30px;
  margin-bottom: 60px;
  margin-right: 7.25%;
  background-color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
}
.subStroe02 .list li:nth-child(3n) {
  margin-right: 0;
}
.subStroe02 .list li .stroeName {
  border-bottom: 1px solid #000;
  line-height: 96px;
  text-align: center;
}
.subStroe02 .list li .stroeName a {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 32px;
  color: #000;
}
.subStroe02 .list li .stroeName a:hover {
  color: #0082e7;
}
.subStroe02 .list li .stroeInfo {
  height: 120px;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 24px;
  box-sizing: content-box;
}
.subStroe02 .list li .show {
  padding: 2px 12px;
  background-color: #f6f6f6;
  border-radius: 36px;
  cursor: pointer;
}
.subStroe02 .list li .show span {
  float: left;
  font-size: 14px;
  line-height: 32px;
}
.subStroe02 .list li .show img {
  float: right;
  width: 32px;
  transition: all 0.5s;
}
.subStroe02 .list li .show img:nth-of-type(2){ display: none;}
.subStroe02 .list li .show img:hover {
  transform: scale(1.08);
}

.btn-pdf{ border: 1px solid #666; padding: 0 3vw; box-sizing: content-box;}


@media (min-width: 1921px) {
  .container {
    width: 67vw;
  }
  .w1444 {
    width: 75.2vw;
  }
  .articlePage .article-text {
    font-size: 0.833vw;
    line-height: 2.06vw;
  }
}
@media (min-width: 1000px) and (max-width: 1460px) {
  .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .header .contact-link {
    right: 50px;
  }
  .w1444 {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .index-pickup .container {
    padding: 0;
  }
}