@charset "UTF-8";
/* リセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, b {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 100%;
  list-style-type: none;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
}

@font-face {
  font-family: "logob";
  src: url("../fonts/logotypejp_mp_b_1.1.ttf") format("OpenType");
}
@font-face {
  font-family: "logo";
  src: url("../fonts/logotypejp_mp_m_1.1.ttf") format("OpenType");
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
/* Elements */
html {
  font-size: 62.5%;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

body {
  font-size: 1.4rem;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a {
  color: #333;
}

input[type=submit], input[type=button],
button[type=submit],
button[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration,
button[type=submit]::-webkit-search-decoration,
button[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus,
button[type=submit]::focus,
button[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
header {
  z-index: 10;
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  header {
    position: fixed;
    width: 100%;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  header #nav-content {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  #nav-open {
    display: none;
  }
  .tel2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-nav__contact .box-row__item.half {
    order: unset;
  }
  .sp-nav__contact .box-row__item.half p {
    font-size: 4.2vw;
    line-height: 160%;
    margin-top: 2vw;
    font-weight: normal;
    text-align: center;
    margin-bottom: 3.75vw;
  }
  .sp-nav__contact .sp-nav__title2 {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 1.75px;
    text-align: center;
    margin-bottom: 3rem;
  }
  /*チェックボックス等は非表示に */
  /*アイコンのスペース */
  /*ハンバーガーアイコンをCSSだけで表現 */
  /*閉じる用の薄黒カバー */
  /*中身 */
  /*チェックが入ったらもろもろ表示 */
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sp-nav__contact .sp-nav__title2 {
    font-size: 7vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .sp-nav__contact .sp-nav__title2::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 1rem;
    color: #66C5C0;
    content: "\f3cd";
  }
  .sp-nav__contact .sp-nav__link {
    background-color: #F7AE5D;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vw;
    font-size: 5vw;
    font-weight: bold;
    border-radius: 0.8rem;
    max-width: 80%;
    margin: auto;
  }
  .sp-nav__contact .sp-nav__link a {
    color: #fff;
  }
  .sp-logo {
    background: #fff;
    padding: 0;
    box-sizing: border-box;
  }
  .sp-logo .sp-logo__link {
    max-width: 64vw;
    display: block;
    height: 60px;
    padding: 17px 4.6vw;
  }
  #nav-drawer {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #nav-drawer {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .nav-unshown {
    display: none;
  }
  .tel2 {
    position: absolute;
    top: 0;
    right: 67px;
    width: 67px;
    height: 60px;
    background: #66C5C0;
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 8px 0 0;
    font-size: 10px;
    z-index: 10000;
  }
  .tel2 i {
    font-size: 27px;
    margin-bottom: 5px;
    transform: rotateY(-180deg);
  }
  #nav-open {
    position: fixed;
    right: 0;
    top: 0;
    width: 67px;
    height: 60px;
    z-index: 10000;
    background: #AED8D6;
    color: #fff;
    font-size: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
  }
  #nav-open span {
    position: relative;
    height: 4px;
    /*線の太さ */
    width: 2.8rem;
    /*長さ */
    border-radius: 3px;
    background: #fff;
    text-indent: -2px;
    display: block;
    content: "";
    cursor: pointer;
    transition: 0.2s;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 36px;
    border-radius: 2px;
  }
  #nav-open span:before, #nav-open span:after {
    opacity: 1;
    transition: 0.2s;
    position: absolute;
    height: 4px;
    /*線の太さ */
    width: 100%;
    /*長さ */
    border-radius: 3px;
    background: #fff;
    display: block;
    content: "";
    cursor: pointer;
    bottom: -10px;
  }
  #nav-open span:after {
    bottom: -20px;
  }
  #nav-close {
    display: none;
    /*はじめは隠しておく */
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように */
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    /*最前面に */
    /*右側に隙間を作る（閉じるカバーを表示） */
    /*最大幅（調整してください） */
    height: 100%;
    background: #fff;
    /*背景色 */
    transition: 0.3s ease-in-out;
    /*滑らかに表示 */
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    /*左に隠しておく */
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #nav-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #nav-input:checked + #nav-open span {
    transform: rotate(-45deg);
    top: 1.7rem;
    right: 0rem;
  }
  #nav-input:checked + #nav-open span::before {
    opacity: 0;
  }
  #nav-input:checked + #nav-open span::after {
    transform: rotate(-90deg);
    top: 0;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示 */
    opacity: 0.5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド） */
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px) {
  .sp-logo,
  #nav-input {
    display: none;
  }
}
.subnav-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 2rem 2rem 0rem;
}
@media screen and (max-width: 767px) {
  .subnav-list {
    display: none;
  }
}
.subnav-list__item {
  display: flex;
}
.subnav-list__link {
  display: block;
  padding: 0.9rem 1.6rem;
  border: 1px solid;
  border-radius: 4px;
  color: #212024;
}
.subnav-list__item.recruit a {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 1.3rem;
}
.subnav-list__item.recruit a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  pointer-events: none;
  font-size: 1.8rem;
  margin-right: 1.3rem;
}
.subnav-list__item.yoyaku a {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #66C5C0;
  color: #fff;
}
.subnav-list__item.yoyaku a::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  pointer-events: none;
  font-size: 1.8rem;
  margin-left: 1.3rem;
}

.gnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 104rem;
  margin: 0 auto 2rem;
}
.gnav-logo {
  height: 3rem;
  width: 18.5rem;
  margin: 0.5rem auto 3.5rem;
}
.gnav-logo a {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 25rem;
}
@media screen and (max-width: 767px) {
  .gnav-logo {
    background-color: #fff;
    margin: 0 auto 4vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .gnav {
    padding: 0 3rem;
  }
}
.gnav-list {
  position: relative;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.gnav-list::after {
  content: "";
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .gnav-list {
    padding: 0 8vw;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
  }
}
.gnav-list__item {
  height: 100%;
  box-sizing: border-box;
  border-bottom: none;
  border-bottom: 0.4rem dotted #66C5C0;
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .gnav-list__item {
    margin-left: 0;
    border-bottom: none;
    margin-bottom: 2vw;
  }
  .gnav-list__item .gnav-list__link {
    color: #fff;
  }
}
.gnav-list__item .gnav-list__link {
  font-size: 1.6rem;
  position: relative;
}
.gnav-list__item .gnav-list__link i {
  position: absolute;
  right: 102%;
  font-size: 2.8rem;
  bottom: -0.4rem;
  transform: translateX(-0.8rem);
  color: #66C5C0;
}
@media screen and (max-width: 767px) {
  .gnav-list__item .gnav-list__link i {
    position: initial;
    font-size: 5.3vw;
    width: 5.3vw;
    margin-right: 4.5vw;
    transform: none;
  }
  .gnav-list__item .gnav-list__link i::before {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .gnav-list__item .gnav-list__link {
    justify-content: flex-start;
    padding: 2vh;
    text-align: center;
    font-size: 4.5vw;
  }
}
.gnav-list__item.current .gnav-list__link i::before {
  color: #66C5C0;
}
@media screen and (max-width: 767px) {
  .gnav-list__item.current .gnav-list__link i::before {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .gnav-list__item.current {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .gnav-list__item {
    width: 49%;
    height: 12vw;
  }
}
.gnav-list__link {
  display: flex;
  justify-content: center;
  height: 100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .gnav-list__link {
    background-color: #66C5C0;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 767px) {
  .gnav {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin: 0;
    flex-wrap: wrap;
    padding: 0;
    align-items: inherit;
  }
  .gnav .gnav-logo {
    border-bottom: 1px solid #212024;
    width: 100%;
    height: 6rem;
  }
  .gnav .gnav-logo a {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    width: 50%;
  }
}

main {
  padding-top: 18.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 0rem;
  }
}
@media screen and (max-width: 767px) {
  main .content-section {
    padding: 0 2rem;
  }
}
@media print {
  main {
    padding-top: 0rem;
  }
}
main .bg-gray {
  position: relative;
  padding: 10rem 0;
}
main .bg-gray .contents-container:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  main .bg-gray {
    margin: 0 auto;
    padding: 5vw 0px;
  }
}
main .bg-gray::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
  background: #fafaf9;
}
main .swiper-slide.slide-bg-001 {
  background-image: url("../images/001.png");
}
main .swiper-slide.slide-bg-001 {
  background-image: url("../images/001.webp");
}
main .content-title {
  height: 6rem;
  background-color: #66C5C0;
  border-bottom: 0.6rem solid #66C5C0;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  color: #212024;
}
main .content-title span {
  display: block;
  width: 100%;
  max-width: 104rem;
  margin: auto;
}
@media print {
  main .content-title span {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  main .content-title {
    height: auto;
    font-size: 1.2rem;
    border-bottom: none;
    font-weight: normal;
    background-color: #fff;
  }
  main .content-title::before {
    content: "ホーム > ";
    width: 6rem;
  }
}
main .second-contents {
  padding: 4rem 0px;
}
main .contents-container {
  margin: 0 auto 10rem;
  max-width: 104rem;
  padding: 5.3rem 0px;
}
@media screen and (max-width: 767px) {
  main .contents-container {
    margin: 0 auto;
    padding: 15vw 0px;
  }
}
main .contents-container.width-max {
  max-width: 100%;
}
main .contents-container.bgimage {
  position: relative;
}
main .contents-container.bgimage::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 120%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/back.png) repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  main .contents-container.bgimage::after {
    content: none;
  }
}
main .contents-container__title {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 1.75px;
  text-align: center;
  margin-bottom: 7rem;
}
main .contents-container__title span {
  padding: 0 2rem 2rem;
  position: relative;
}
main .contents-container__title span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.7rem;
  left: 0;
  bottom: 0;
  background: url(../images/line.png) repeat-x;
  background-size: auto 100%;
  background-position: center;
}
@media screen and (max-width: 767px) {
  main .contents-container__title {
    font-size: 6.8vw;
    width: 90%;
    margin: 0 auto 5vw;
  }
  main .contents-container__title span {
    padding: 0 4vw 4vw;
    display: inline-block;
  }
}
main .contents-container .link-more {
  display: flex;
  justify-content: center;
  margin-top: 3.5rem;
}
main .contents-container .link-more__link {
  position: relative;
  display: inline-block;
  padding: 1.7rem 5.1rem;
  border: 2px solid #66C5C0;
  color: #66C5C0;
  font-size: 2rem;
  text-align: center;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  main .contents-container .link-more__link {
    padding: 4vw 18vw;
    font-size: 5vw;
  }
}
main .contents-container .link-more__link::after {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
}
main .contents-container .box-news {
  position: relative;
  padding-bottom: 5rem;
}
main .contents-container .box-news::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100% - 100px);
  width: 100%;
  opacity: 0.5;
  border-radius: 10px;
  background-color: #AED8D6;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main .contents-container .box-news::after {
    content: none;
  }
}
main .contents-container .box-news .link-more {
  margin-top: 0;
}
main .contents-container .box-news .news-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  main .contents-container .box-news .news-list {
    flex-direction: column;
  }
}
main .contents-container .box-news .news-list__item {
  width: 28%;
  background: #fff;
  border-radius: 5px;
  padding: 2rem;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  margin: 0 1.5rem 5rem;
}
@media screen and (max-width: 767px) {
  main .contents-container .box-news .news-list__item {
    width: 92%;
    padding: 4vw;
    box-sizing: border-box;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    margin: 0 4% 4%;
  }
  main .contents-container .box-news .news-list__item:last-child {
    margin-bottom: 8%;
  }
}
main .contents-container .box-news .news-list__link .thumb {
  display: block;
  height: 10rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  main .contents-container .box-news .news-list__link .thumb {
    float: left;
    width: 25vw;
    margin-bottom: 0;
    margin-right: 4vw;
    height: 16vw;
  }
}
main .contents-container .box-news .news-list__link .date {
  margin-bottom: 0.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  main .contents-container .box-news .news-list__link .date {
    font-size: 4vw;
    margin-top: 4vw;
  }
}
main .contents-container .box-news .news-list__link .title {
  font-size: 1.7rem;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  main .contents-container .box-news .news-list__link .title {
    font-size: 4.5vw;
  }
}
main .contents-container .box-reviews {
  position: relative;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  main .contents-container .box-reviews {
    margin: 0 5vw;
  }
}
main .contents-container .box-reviews::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100% - 100px);
  width: 100%;
  opacity: 0.5;
  border-radius: 10px;
  background-color: #AED8D6;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main .contents-container .box-reviews::after {
    height: 100%;
  }
}
main .contents-container .box-reviews .link-more {
  margin-top: 0;
}
main .contents-container .box-reviews .reviews-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  main .contents-container .box-reviews .reviews-list {
    flex-direction: column;
    padding-top: 5vw;
  }
}
main .contents-container .box-reviews .reviews-list__item {
  width: 28%;
  background: #fff;
  border-radius: 5px;
  padding: 2rem;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  margin: 0 1.5rem 5rem;
}
@media screen and (max-width: 767px) {
  main .contents-container .box-reviews .reviews-list__item {
    width: auto;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-bottom: 5vw;
  }
}
main .contents-container .box-reviews .reviews-list__item .name {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
main .contents-container .box-reviews .reviews-list__item .name::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3rem;
  color: #fff;
  width: 5rem;
  height: 5rem;
  border-radius: 100px;
  margin-right: 1.5rem;
  background-color: rgba(253, 212, 167, 0.5);
}
main .contents-container .box-reviews .reviews-list__item .reviews p {
  font-size: 1.6rem;
  line-height: 150%;
}
main .contents-container .box-reviews .reviews-list__item:nth-child(1) .name::before {
  background-color: rgba(253, 212, 167, 0.5);
}
main .contents-container .box-reviews .reviews-list__item:nth-child(2) .name::before {
  background-color: rgba(174, 216, 214, 0.5);
}
@media screen and (max-width: 767px) {
  main .contents-container .box-reviews .reviews-list__item:nth-child(3) {
    margin-bottom: 10vw;
  }
}
main .contents-container .box-reviews .reviews-list__item:nth-child(3) .name::before {
  background-color: rgba(180, 216, 191, 0.5);
}
main .plan-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main .plan-list {
    flex-direction: column;
  }
}
main .plan-list__item {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  main .plan-list__item {
    width: 100%;
  }
}
main .plan-list__link {
  display: block;
  height: 32.5rem;
  position: relative;
  background-position: center;
  background-size: cover;
}
main .plan-list__link::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main .plan-list__link {
    height: 48vw;
    margin-bottom: 22vw;
  }
}
main .plan-list__link .plan-title2,
main .plan-list__link .plan-dis {
  position: absolute;
  text-align: center;
  z-index: 2;
}
main .plan-list__link .plan-title2 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  main .plan-list__link .plan-title2 {
    font-size: 6vw;
  }
}
main .plan-list__link .plan-dis {
  background-color: #fff;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 1.5rem 2rem;
  border-radius: 10px;
  line-height: 160%;
  width: calc(100% - 4rem);
}
main .plan-list__link .plan-dis p {
  line-height: 150%;
  font-size: 20px;
}
main .plan-list__link .plan-dis p b, main .plan-list__link .plan-dis p strong {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  main .plan-list__link .plan-dis {
    bottom: -14vw;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  }
}
main .plan-text {
  text-align: center;
  line-height: 160%;
  font-size: 1.6rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  main .plan-text {
    max-width: 85vw;
    line-height: 180%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  main .plan-list + .plan-text {
    margin-top: 0;
  }
}
main .seika .seika__link {
  width: 90%;
  margin: auto;
  display: flex;
  background: url(../images/banner.png) no-repeat left center;
  background-size: cover;
  border-radius: 1rem;
  justify-content: flex-end;
  align-items: center;
  padding: 7% 8%;
}
@media screen and (max-width: 767px) {
  main .seika .seika__link {
    justify-content: center;
    padding: 14vw 8%;
  }
}
main .seika .seika__link span {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  padding: 1rem;
  border-bottom: dotted 4px #fff;
}
@media screen and (max-width: 767px) {
  main .seika .seika__link span {
    font-size: 6vw;
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) {
  main .access {
    padding: 0 5vw;
  }
}
main .access iframe {
  width: 100%;
  height: 35rem;
  border-radius: 10px;
}
main .access .address,
main .access .tel,
main .access .fax,
main .access .train,
main .access .car {
  display: inline-block;
  margin: 0.5rem 0;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 170%;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  main .access .address,
  main .access .tel,
  main .access .fax,
  main .access .train,
  main .access .car {
    margin-right: 3vw;
    padding-left: 7vw;
    position: relative;
  }
}
main .access .address::before,
main .access .tel::before,
main .access .fax::before,
main .access .train::before,
main .access .car::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  margin-right: 1rem;
  color: #66C5C0;
}
@media screen and (max-width: 767px) {
  main .access .address::before,
  main .access .tel::before,
  main .access .fax::before,
  main .access .train::before,
  main .access .car::before {
    position: absolute;
    left: 0;
  }
}
main .access .address::before {
  content: "\f3c5";
}
main .access .tel::before {
  content: "\f3cd";
}
main .access .fax::before {
  content: "\f1ac";
}
main .access .train {
  border-top: 0.4rem dotted #66C5C0;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  main .access .train {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main .access .train {
    padding-top: 3.75vw;
  }
}
main .access .train::before {
  content: "\f238";
}
main .access .car::before {
  content: "\f1b9";
}

.box-row {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.box-row .sp-title1 {
  display: none;
}
@media screen and (max-width: 767px) {
  .box-row .sp-title1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5vw;
    margin-bottom: 8vw;
  }
  .box-row .sp-title1::before, .box-row .sp-title1::after {
    content: "\f4ba";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #66C5C0;
    margin: 0 4vw;
    font-size: 6.5vw;
  }
  .box-row .sp-title1::after {
    transform: rotateY(-180deg);
  }
}
.box-row.align-center {
  align-items: center;
}
.box-row.box-deco01::before, .box-row.box-deco01::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  background: url(../images/deco01.png) no-repeat center;
  background-size: contain;
  top: -36px;
}
.box-row.box-deco01::before {
  left: -36px;
}
.box-row.box-deco01::after {
  right: -36px;
  transform: rotateY(-180deg);
}
@media screen and (max-width: 767px) {
  .box-row.box-deco01::before, .box-row.box-deco01::after {
    content: none;
  }
}
.box-row + .box-row {
  margin-top: 8rem;
}
.box-row__item {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .box-row__item {
    width: auto;
    margin: 0 4vw;
  }
}
.box-row__item.image-l {
  width: 54%;
  height: 40rem;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
.box-row__item.image-l + .box-row__item {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .box-row__item.image-l + .box-row__item {
    width: 90vw;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .box-row__item.image-l {
    width: 90vw;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.box-row__item.half {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .box-row__item.half {
    width: 90vw;
    order: 2;
  }
  .box-row__item.half .box-row__title2 {
    display: none;
  }
}
.box-row__item .plan-box {
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 10px;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .box-row__item .plan-box {
    max-width: 100%;
    padding: 0 5vw 5vw;
    font-size: 4vw;
  }
}
.box-row__item .plan-box b, .box-row__item .plan-box strong {
  font-size: 30px;
}
.box-row__item p {
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 3.5rem;
  color: #212024;
}
@media screen and (max-width: 767px) {
  .box-row__item p {
    line-height: 9vw;
    font-size: 4.5vw;
    max-width: 85vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.box-row__item p .plan-option {
  display: block;
  border-bottom: 0.4rem dotted #66C5C0;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .box-row__item p .plan-option {
    font-size: 3.9vw;
    line-height: 160%;
    padding-bottom: 3.75vw;
    margin-bottom: 3.75vw;
  }
}
.box-row__item p .text-align__right {
  display: block;
  text-align: right;
}
.box-row__item p .text-l {
  font-size: 2.2rem;
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 170%;
}
.box-row__item .box-row__title {
  color: #212024;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
.box-row__item .box-row__title span {
  background: rgb(208.425, 232.575, 231.425);
}
@media screen and (max-width: 767px) {
  .box-row__item .box-row__title span {
    background: none;
    font-size: 6vw;
    font-weight: bold;
  }
}
.box-row__item .box-row__title2 {
  border-bottom: 0.4rem dotted #66C5C0;
  margin-left: 4.5rem;
  font-size: 2rem;
  padding: 0 0 1rem;
  margin-bottom: 2rem;
  position: relative;
}
.box-row__item .box-row__title2 i {
  position: absolute;
  height: 100%;
  left: -4.5rem;
  bottom: 0rem;
  font-size: 3.5rem;
  color: #66C5C0;
}
.box-row__item .box-row__title3 {
  font-weight: normal;
  font-size: 2.6rem;
  margin-bottom: 4rem;
  position: relative;
}
.box-row__item .box-row__title3 span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .box-row__item .box-row__title3 {
    text-align: center;
    font-size: 6vw;
    margin-top: 7.5vw;
    margin-bottom: 7.5vw;
  }
  .box-row__item .box-row__title3::before, .box-row__item .box-row__title3::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/deco01.png) no-repeat center;
    background-size: contain;
    top: -20px;
    z-index: 1;
  }
  .box-row__item .box-row__title3::before {
    left: 0px;
  }
  .box-row__item .box-row__title3::after {
    right: 0px;
    transform: rotateY(180deg);
  }
}
.box-row__item .box-row__title4 {
  font-size: 2rem;
  padding: 0 0 1rem 4rem;
  position: relative;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: bold;
  color: #66C5C0;
}
.box-row__item .box-row__title4::before {
  content: "\f4ba";
  position: absolute;
  left: 0;
  font-size: 2.8rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .box-row__item .box-row__title4 {
    padding: 8.5vw 0;
    text-align: center;
    font-size: 7vw;
    margin-bottom: 0;
  }
  .box-row__item .box-row__title4::before {
    position: initial;
  }
}
@media screen and (max-width: 767px) {
  .box-row {
    flex-direction: column;
  }
}
.box-row .item-images {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .box-row .item-images {
    width: 46%;
    margin: 0 auto 4vw;
  }
}
.box-row .syukatsu-images {
  position: relative;
}
@media screen and (max-width: 767px) {
  .box-row .syukatsu-images img {
    max-width: 80%;
    padding: 10%;
    box-sizing: border-box;
  }
}
.box-row .syukatsu-images::after {
  position: absolute;
  left: -10%;
  top: 0;
  content: "";
  width: 80%;
  height: 80%;
  background: url(../images/ball1.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .box-row .syukatsu-images::after {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
  }
}
.box-row .syukatsu-images + .box-row__item::after {
  position: absolute;
  right: -10%;
  bottom: -10%;
  content: "";
  width: 20rem;
  height: 20rem;
  background: url(../images/ball2.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .box-row .syukatsu-images + .box-row__item::after {
    right: 20%;
    top: 13%;
    content: "";
    width: 18vw;
    height: 18vw;
  }
}
.box-row .images-round {
  width: 47%;
  position: relative;
  background-size: cover;
  background-position: center;
}
.box-row .images-round::after {
  position: absolute;
  content: "";
  width: 100.5%;
  height: 100.5%;
  background-image: url(../images/img-wrapper.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100.1% 100.1%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .box-row .images-round {
    order: 1;
    width: 92vw;
    height: 52vw;
    margin-bottom: 4vw;
  }
}
.box-row.bg-white {
  flex-wrap: nowrap;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .box-row.bg-white {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    margin: 4vw;
  }
}
.box-row.bg-white .box-row__item {
  width: 50%;
  padding: 4rem 5rem;
}
@media screen and (max-width: 767px) {
  .box-row.bg-white .box-row__item {
    width: 100%;
    box-sizing: border-box;
    padding: 5vw 5vw 15vw;
    margin: 0;
  }
}
.box-row.bg-white .item-images {
  position: relative;
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .box-row.bg-white .item-images {
    width: 100%;
    padding: 0;
  }
}
.box-row.bg-white .item-images img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 0%;
  max-width: none;
  overflow: hidden;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .box-row.bg-white .item-images img {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    transform: none;
  }
}

footer .box-row {
  margin: 0 auto;
  max-width: 104rem;
  padding: 5.3rem 0px;
}
footer .box-row p {
  text-align: center;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  footer .box-row p {
    font-size: 4.2vw;
    line-height: 160%;
    margin-top: 4vw;
  }
}
footer .box-row .footer__title {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 1.75px;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  footer .box-row .footer__title {
    display: none;
  }
}
footer .box-row .footer__title span {
  padding: 0 2rem 2rem;
  position: relative;
}
footer .box-row .footer__title span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.7rem;
  left: 0;
  bottom: 0;
  background: url(../images/line.png) repeat-x;
  background-size: auto 100%;
  background-position: center;
}
footer .footer__title2 {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 1.75px;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  footer .footer__title2 {
    font-size: 7vw;
    margin-bottom: 4vw;
  }
}
footer .footer__title2::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
  color: #66C5C0;
  content: "\f3cd";
}
footer .footer__link a {
  background-color: #66C5C0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 0.8rem;
  max-width: 80%;
  margin: auto;
}
footer .bg-brightgreen {
  background-color: #AED8D6;
  padding: 6rem 2rem 4rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}
footer .footer-address {
  line-height: 170%;
  margin: 1rem 0;
}
footer .footer-nav {
  font-size: 1.6rem;
}
footer .footer-navlist {
  display: flex;
  justify-content: center;
  margin: 1rem;
}
@media screen and (max-width: 767px) {
  footer .footer-navlist {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
footer .footer-navlist__item {
  margin: 0 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .footer-navlist__item {
    width: 49%;
    margin-right: 2%;
    margin-left: 0;
    margin-bottom: 2vw;
  }
  footer .footer-navlist__item:nth-child(2n) {
    margin-right: 0;
  }
  footer .footer-navlist__item a {
    display: block;
    background: #fff;
    padding: 3.5vw 0;
    border-radius: 5px;
    font-size: 4vw;
  }
}
footer .footer-navlist__item::after {
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 100%;
  background: #212024;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  footer .footer-navlist__item::after {
    content: none;
  }
}
footer .footer-copyright {
  text-align: center;
  color: #212024;
  padding: 1.5rem;
}

.page-title {
  background-position: center;
  background-size: cover;
  height: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 2.8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 5.8vw;
    height: 53vw;
  }
}
.page-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.page-title span {
  position: relative;
  z-index: 2;
}

.about-title {
  background-image: url(../images/about-title.jpg);
}
@supports (background-image: url("../images/about-title.webp")) {
  .about-title {
    background-image: url(../images/about-title.webp);
  }
}

.soudan-title {
  background-image: url(../images/soudan-title.png);
}

.service-title {
  background-image: url(../images/service-title.png);
}
@supports (background-image: url("../images/service-title.webp")) {
  .service-title {
    background-image: url(../images/service-title.webp);
  }
}

.plan-title {
  background-image: url(../images/plan-title.png);
}
@supports (background-image: url("../images/plan-title.webp")) {
  .plan-title {
    background-image: url(../images/plan-title.webp);
  }
}

.blog-title {
  background-image: url(../images/blog-title.png);
}
@supports (background-image: url("../images/blog-title.webp")) {
  .blog-title {
    background-image: url(../images/blog-title.webp);
  }
}

.seika-title {
  background-image: url(../images/seika-title.png);
}
@supports (background-image: url("../images/seika-title.webp")) {
  .seika-title {
    background-image: url(../images/seika-title.webp);
  }
}

.privacy-title {
  background-image: url(../images/seika-title.png);
}
@supports (background-image: url("../images/seika-title.webp")) {
  .privacy-title {
    background-image: url(../images/seika-title.webp);
  }
}

.about__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 250%;
}
@media screen and (max-width: 767px) {
  .about__text {
    max-width: 85vw;
    margin: auto;
    text-align: left;
    line-height: 180%;
    font-size: 4.5vw;
  }
}
.about__textl {
  display: inline-block;
  padding: 1rem;
  margin: 1.5rem auto;
  background: rgb(208.425, 232.575, 231.425);
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .about__textl {
    padding: 7vw 3.75vw;
    font-size: 4.5vw;
    line-height: 180%;
    width: 100%;
  }
}
.about .company-image {
  background-image: url(../images/company-image.png);
  background-position: center;
  background-size: cover;
  height: 35rem;
}
.about-profile {
  background: #FBFBFA;
  padding: 1rem 4rem 4rem;
  max-width: 95rem;
  margin: auto;
}
.about-profile dl {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.about-profile dl dt,
.about-profile dl dd {
  padding: 3.5rem 0 0.7rem;
  font-size: 1.6rem;
}
.about-profile dl dt {
  width: 25%;
}
.about-profile dl dd {
  width: 75%;
}
.about-profile dl dd::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 0.4rem dotted #66C5C0;
  transform: translateY(2.2rem);
}
.about-staff {
  margin-top: 5rem;
}
.about-stafflist {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .about-stafflist {
    max-width: 85vw;
    margin: auto;
  }
}
.about-stafflist__item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 2rem;
}
.about-stafflist__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .about-stafflist__item {
    width: 48%;
    margin-right: 4%;
  }
  .about-stafflist__item:nth-child(3n) {
    margin-right: 4%;
  }
  .about-stafflist__item:nth-child(2n) {
    margin-right: 0;
  }
}
.about-stafflist__item .thumb {
  background-position: center top;
  background-size: cover;
  height: 29rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .about-stafflist__item .thumb {
    height: 35vw;
  }
}
.about-stafflist__item .name {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 0;
  font-size: 1.6rem;
}
.about-stafflist__item .name::before {
  content: "\f4ba";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.5rem;
  margin-right: 1rem;
  color: #AED8D6;
}
.about-stafflist__item .name::after {
  content: "\f4ba";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.5rem;
  transform: rotateY(180deg);
  margin-left: 1rem;
  color: #AED8D6;
}
@media screen and (max-width: 767px) {
  .about-stafflist__item .name {
    padding: 3.75vw 0;
  }
  .about-stafflist__item .name::before, .about-stafflist__item .name::after {
    content: none;
  }
}

.soudan-reviewlist__item {
  background: #fff;
  border-radius: 10px;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  line-height: 170%;
  position: relative;
  margin-bottom: 2rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.soudan-reviewlist__item:last-child {
  margin-bottom: 0;
}
.soudan-reviewlist__item::after {
  content: "";
  position: absolute;
  left: 96%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1.6rem solid #fff;
  border-right: 1.6rem solid #fff;
  border-bottom: 1.6rem solid transparent;
  border-left: 2rem solid transparent;
  box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .soudan-reviewlist__item::after {
    content: none;
  }
}
.soudan-form {
  font-size: 1.5rem;
  max-width: 85vw;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .soudan-form {
    margin-top: 7.5vw;
  }
}
.soudan-form .title__required {
  color: #CD1212;
}
.soudan-form .form-title {
  margin-bottom: 1rem;
  text-align: left;
  line-height: 170%;
  display: block;
}
.soudan-form .form-title + br,
.soudan-form .form-title br {
  display: none;
}
.soudan-form .form-title a {
  color: #66C5C0;
}
.soudan-form .wpcf7-form-control-wrap {
  margin-bottom: 2rem;
  display: block;
}
.soudan-form .wpcf7-form-control-wrap .wpcf7-text,
.soudan-form .wpcf7-form-control-wrap .wpcf7-textarea,
.soudan-form .wpcf7-form-control-wrap .wpcf7-number,
.soudan-form .wpcf7-form-control-wrap .wpcf7-checkbox,
.soudan-form .wpcf7-form-control-wrap .wpcf7-date {
  background-color: #fff;
  text-align: left;
  border: none;
  border-radius: 5px;
  color: #181724;
  padding: 1rem 1rem 1rem;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
.soudan-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  text-align: left;
  padding-top: 10px;
}
.soudan-form .wpcf7-form-control-wrap .wpcf7-checkbox label {
  padding: 5px 5px 5px 35px;
  border-radius: 5px;
  position: relative;
}
.soudan-form .wpcf7-form-control-wrap .wpcf7-checkbox label .wpcf7-list-item-label::before {
  position: absolute;
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  left: 10px;
  color: #66C5C0;
  font-size: 20px;
  transform: translateY(1px);
}
.soudan-form .wpcf7-form-control-wrap .wpcf7-checkbox label input[type=checkbox] {
  display: none;
}
.soudan-form .wpcf7-form-control-wrap .wpcf7-checkbox label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  content: "\f14a";
}
.soudan-form .wpcf7-form-control-wrap .wpcf7c-conf {
  background-color: #eee;
  pointer-events: none;
}
.soudan-form input[type=submit],
.soudan-form input[type=button] {
  position: relative;
  display: inline-block;
  padding: 1rem 5.1rem;
  margin: 0 1rem;
  background-color: #66C5C0;
  font-size: 2rem;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.service .plan-text {
  margin-bottom: 8rem;
}
.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  counter-reset: number;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .service-list {
    flex-direction: column;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.service-list__item {
  width: 31%;
  background: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  position: relative;
  margin-right: 3.5%;
  margin-bottom: 3rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.service-list__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .service-list__item {
    width: 100%;
  }
}
.service-list__item::before {
  text-align: center;
  counter-increment: number;
  content: counter(number);
  position: absolute;
  width: 5.3rem;
  height: 5.3rem;
  line-height: 5.3rem;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  background: #66C5C0;
  left: 0;
  top: 0;
  border-top-left-radius: 10px;
}
.service-list__item .title {
  border-bottom: 0.4rem dotted #66C5C0;
  margin-left: 5.3rem;
  height: 3.8rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
  text-align: center;
  padding: 0rem 0 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.service-list__item .thumb {
  background-position: center;
  background-size: cover;
  height: 13rem;
}
.service-list__item .text {
  padding-top: 1rem;
  line-height: 160%;
  font-size: 1.6rem;
}
.service .bg-ippan,
.service .bg-kazoku {
  background-position: center;
  background-size: cover;
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service .bg-ippan,
  .service .bg-kazoku {
    max-width: 90vw;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 18.6vw 0 0;
    background-size: 100% auto;
    background-position: top;
  }
  .service .bg-ippan .contents-container,
  .service .bg-kazoku .contents-container {
    padding: 0;
  }
  .service .bg-ippan .contents-container .link-more,
  .service .bg-kazoku .contents-container .link-more {
    margin: 7vw 0;
  }
}
.service .bg-ippan::after,
.service .bg-kazoku::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.service .bg-ippan .box-row,
.service .bg-kazoku .box-row {
  margin: 0 auto;
  max-width: 92rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .service .bg-ippan .box-row,
  .service .bg-kazoku .box-row {
    max-width: 100%;
  }
}
.service .bg-ippan .box-row .box-row__item,
.service .bg-kazoku .box-row .box-row__item {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .service .bg-ippan .box-row .box-row__item,
  .service .bg-kazoku .box-row .box-row__item {
    width: 100%;
    margin: auto;
    padding-bottom: 18.6vw;
    order: 1;
  }
}
.service .bg-ippan .box-row .box-row__item span,
.service .bg-kazoku .box-row .box-row__item span {
  font-size: 4.5rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .service .bg-ippan .box-row .box-row__item span,
  .service .bg-kazoku .box-row .box-row__item span {
    font-size: 5.8vw;
  }
}
.service .bg-ippan .box-row .item_bg-white,
.service .bg-kazoku .box-row .item_bg-white {
  background: #fff;
  width: 65%;
  padding: 4rem;
  border-radius: 10px;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .service .bg-ippan .box-row .item_bg-white,
  .service .bg-kazoku .box-row .item_bg-white {
    max-width: 100%;
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 5vw;
    order: 2;
  }
}
.service .bg-ippan {
  background-image: url(../images/bg-ippan.png);
}
@media screen and (max-width: 767px) {
  .service .bg-ippan {
    margin-bottom: 7.5vw;
  }
}
.service .bg-kazoku {
  background-image: url(../images/bg-kazoku.png);
  margin-bottom: 10rem;
}
.service .hitsugi-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 90vw;
  margin: auto;
}
.service .hitsugi-list__item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 4rem;
}
.service .hitsugi-list__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .service .hitsugi-list__item {
    width: 48%;
    margin-right: 4%;
  }
  .service .hitsugi-list__item:nth-child(3n) {
    margin-right: 4%;
  }
  .service .hitsugi-list__item:nth-child(2n) {
    margin-right: 0%;
  }
}
.service .hitsugi-list__item .title {
  font-size: 1.8rem;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .service .hitsugi-list__item .title {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
}
.service .hitsugi-list__item .title::before {
  position: absolute;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.5rem;
  transform: rotateY(180deg);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #66C5C0;
}
.service .hitsugi-list__item .thumb {
  background-position: center top;
  background-size: cover;
  height: 20rem;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .service .hitsugi-list__item .thumb {
    height: 31vw;
  }
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 5rem;
}
@media screen and (max-width: 767px) {
  .blog-list {
    flex-direction: column;
    max-width: 90vw;
    margin: auto;
  }
}
.blog-list__item {
  width: 48%;
  margin-right: 4%;
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .blog-list__item {
    width: 100%;
    padding: 4vw;
    box-sizing: border-box;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    margin: 3.75vw 0% 4%;
  }
  .blog-list__item:last-child {
    margin-bottom: 8%;
  }
}
.blog-list__item span {
  display: block;
}
.blog-list__item .thumb {
  background-position: center top;
  background-size: cover;
  height: 20rem;
}
@media screen and (max-width: 767px) {
  .blog-list__item .thumb {
    float: left;
    width: 25vw;
    margin-bottom: 0;
    margin-right: 4vw;
    height: 16vw;
  }
}
.blog-list__item .date, .blog-list__item .title {
  margin: 1.5rem 0 0;
  font-size: 1.6rem;
  line-height: 160%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-list__item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .blog-list__item .date {
    font-size: 3.5vw;
    margin-top: 1vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .blog-list__item .title {
    font-size: 4.5vw;
    margin-top: 0;
  }
}

.single p {
  font-size: 1.6rem;
  line-height: 150%;
}

.download {
  background-color: #fff;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 14rem;
}
.download__item p {
  line-height: 160%;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.download__title {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 1.75px;
  text-align: center;
  margin-bottom: 3rem;
}
.download__title::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
  color: #66C5C0;
  content: "\f1ac";
}
.download__link {
  background-color: #fff;
  border: 2px solid #66C5C0;
  color: #66C5C0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 0.8rem;
  max-width: 330px;
  margin: auto;
}

.seika-list {
  display: flex;
  flex-wrap: wrap;
  counter-reset: number;
  width: 100%;
}
.seika-list.list-f .seika-list__item::before {
  content: "F-" counter(number);
}
.seika-list.list-h .seika-list__item::before {
  content: "H-" counter(number);
}
.seika-list.list-h .seika-list__item:nth-child(3)::before {
  content: "B-1";
}
.seika-list.list-h .seika-list__item:nth-child(4)::before {
  content: "B-2";
}
.seika-list.list-t .seika-list__item::before {
  content: "T-" counter(number);
}
.seika-list__item {
  width: 18%;
  margin-right: 2.5%;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .seika-list__item {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 6vw;
  }
  .seika-list__item:nth-child(2n) {
    margin-right: 0;
  }
}
.seika-list__item::before {
  counter-increment: number;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 9;
  background-color: #AED8D6;
  color: #fff;
  font-size: 12px;
  padding: 1px 4px;
}
@media screen and (min-width: 767px) {
  .seika-list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.seika-list__item .thumb {
  background-position: center;
  background-size: contain;
  background-color: #fff;
  background-repeat: no-repeat;
  border-radius: 10px;
  height: 17.2rem;
  margin-bottom: 1rem;
}
.seika-list__item .title,
.seika-list__item .price {
  line-height: 160%;
}
.seika-list__item .title + br,
.seika-list__item .title br,
.seika-list__item .price + br,
.seika-list__item .price br {
  display: none;
}
.seika-list__item .title {
  display: block;
  font-size: 1.4rem;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  border-bottom: 0.3rem dotted #66C5C0;
  white-space: nowrap;
}
.seika-list__item .title .sub {
  display: block;
  font-size: 1.2rem;
  text-align: right;
}
.seika-list__item p span.wpcf7-form-control-wrap {
  display: flex;
  align-items: center;
}
.seika-list__item p span.wpcf7-form-control-wrap::after {
  content: "個";
  display: inline-block;
  margin-left: 1rem;
}

form.wpcf7cp-form-hide {
  display: none !important;
}

.form-flex .wpcf7 form {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: space-between;
}
.form-flex .wpcf7 form p {
  display: block;
  width: 100%;
}
.form-flex .wpcf7 form .contents-container__title {
  width: 100%;
}
.form-flex .wpcf7 form .form-title {
  width: 100%;
}
.form-flex .wpcf7 form .form-title + p {
  width: 100%;
}
.form-flex .wpcf7 form .w30 {
  width: 28%;
  display: block;
}
@media screen and (max-width: 767px) {
  .form-flex .wpcf7 form .w30 {
    width: 100%;
  }
}
.form-flex .wpcf7 form .w70 {
  width: 70%;
  display: block;
}
@media screen and (max-width: 767px) {
  .form-flex .wpcf7 form .w70 {
    width: 100%;
  }
}
.form-flex .wpcf7 form .onethird {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.form-flex .wpcf7 form .onethird li {
  width: 33.3333333333%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .form-flex .wpcf7 form .onethird li {
    width: 100%;
  }
}
.form-flex .wpcf7 form .onethird li .wpcf7-text,
.form-flex .wpcf7 form .onethird li .wpcf7-textarea,
.form-flex .wpcf7 form .onethird li .wpcf7-number,
.form-flex .wpcf7 form .onethird li .wpcf7-checkbox,
.form-flex .wpcf7 form .onethird li .wpcf7-date {
  width: auto;
}
.form-flex .wpcf7 form p:last-of-type {
  width: 100%;
}
.form-flex .wpcf7 form .seika-list__item p .wpcf7-form-control-wrap {
  width: auto;
}
.form-flex .wpcf7 form .seika-list__item p .wpcf7-form-control-wrap .wpcf7-number {
  border: 1px solid #ccc;
}

.entry {
  background: #fff;
  padding: 3rem;
  border-radius: 10px;
  line-height: 170%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .entry {
    margin: 5vw;
    padding: 5vw;
  }
}
.entry .date {
  margin-bottom: 1rem;
}
.entry p {
  line-height: 180%;
}

.entry-navi {
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.entry-navi a {
  position: relative;
  display: inline-block;
  padding: 1rem;
  border: 2px solid #66C5C0;
  color: #66C5C0;
  font-size: 2rem;
  text-align: center;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .entry-navi a {
    padding: 2vw;
    font-size: 5vw;
  }
}
.entry-navi .linktolist {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.entry-navi .next-link {
  float: left;
}
@media screen and (max-width: 767px) {
  .entry-navi .next-link {
    margin-left: 5vw;
  }
}
.entry-navi .prev-link {
  float: right;
}
@media screen and (max-width: 767px) {
  .entry-navi .prev-link {
    margin-right: 5vw;
  }
}

.nagare-list {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .nagare-list {
    margin: 10vw 5vw 0;
  }
}
.nagare-list__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .nagare-list__item {
    flex-direction: column;
  }
}
.nagare-list__item .title {
  width: 25%;
  background-color: #AED8D6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
}
.nagare-list__item .title i {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .nagare-list__item .title {
    font-size: 6.5vw;
    width: 100%;
    padding: 5vw 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .nagare-list__item .title i {
    margin-right: 3.75vw;
  }
}
.nagare-list__item .des {
  width: 72%;
  background-color: #fff;
  border-radius: 10px;
  padding: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .nagare-list__item .des {
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 5vw;
  }
}
.nagare-list__item .des .des-list__item {
  padding: 1rem 0rem 1rem 2.5rem;
  position: relative;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .nagare-list__item .des .des-list__item {
    font-size: 4.5vw;
    line-height: 150%;
  }
}
.nagare-list__item .des .des-list__item::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  background-color: #AED8D6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nagare-list__item .des .des-list__item-l {
  padding: 1rem 0rem;
  font-size: 1.8rem;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .nagare-list__item .des .des-list__item-l {
    text-align: center;
    font-size: 6vw;
    line-height: 150%;
    border: 1px solid;
    margin: 3.75vw 0;
  }
}

@media screen and (max-width: 767px) {
  .privacy dl {
    padding: 5vw;
  }
}
.privacy dl dt {
  font-size: 2.2rem;
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .privacy dl dt {
    font-size: 5vw;
  }
}
.privacy dl dd {
  margin-bottom: 2rem;
  line-height: 170%;
}
.privacy dl dd ul, .privacy dl dd li {
  line-height: 170%;
  list-style-type: decimal;
}
.privacy dl dd ul {
  margin: 1rem 0;
}
.privacy dl dd li {
  margin-left: 20px;
  margin-bottom: 1rem;
}
.privacy dl dd a {
  color: #66C5C0;
}

#wpcf7cpcnf {
  position: relative !important;
}
#wpcf7cpcnf table {
  border-collapse: collapse;
  max-width: 760px;
  width: 100%;
  margin: auto;
}
#wpcf7cpcnf table tr th, #wpcf7cpcnf table tr td {
  border-top: 1px solid #AED8D6;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.1em;
  padding: 20px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #wpcf7cpcnf table tr th, #wpcf7cpcnf table tr td {
    width: 100%;
    display: block;
    margin-top: 0;
    box-sizing: border-box;
    padding: 2.667vw 5.333vw;
    font-size: 4vw;
  }
}
#wpcf7cpcnf table tr th a, #wpcf7cpcnf table tr td a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #wpcf7cpcnf table tr th {
    border-right: 1px solid #AED8D6;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #wpcf7cpcnf table tr th {
    font-size: 3.2vw;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #wpcf7cpcnf table tr td {
    border-top: 0;
  }
}

/**
 * * Swiper 3.4.1 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7rem;
  overflow: hidden;
  z-index: 1;
  max-width: 120rem;
  height: 50rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .swiper-container {
    height: 125vw;
  }
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
.swiper-slide .slide-link {
  display: flex;
  align-items: flex-end;
  width: 100%;
  text-align: center;
  height: 100%;
  position: relative;
}
.swiper-slide .slide-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  opacity: 0.8;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .swiper-slide .slide-link::before {
    border-radius: 0;
  }
}
.swiper-slide .slide-link .slide-title {
  width: 100%;
  position: absolute;
  font-weight: bold;
  padding: 1.5rem;
  display: block;
  color: #fff;
  font-size: 3.2rem;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    border-radius: 0;
  }
  .swiper-slide .slide-link .slide-title {
    font-size: 6.5vw;
    font-weight: normal;
    padding: 0.8rem;
    line-height: 140%;
  }
}

.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

@media screen and (min-width: 767px) {
  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: -5rem;
  right: auto;
}
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: -5rem;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 9;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -3rem;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 25vw;
  }
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.multiple {
  padding: 0;
}
.multiple__list {
  margin: 0 1.5rem;
  min-height: 22rem;
  border-radius: 5px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  background-repeat: no-repeat;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .multiple__list {
    margin: 0 3vw;
  }
}

.multiple img {
  width: 100%;
}

.multiple div {
  margin: 0 5px;
}

.multiple .slick-next {
  right: 17px;
  z-index: 100;
}

.multiple .slick-prev {
  left: 23px;
  z-index: 100;
}

/*ポップアップここから */
.popup_images {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.popup_wrap input#writer-trigger {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  height: 80%;
  max-width: 800px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
  display: block;
  background-position: center top;
  background-size: auto 17.2rem;
  background-repeat: no-repeat;
  border-radius: 10px;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: 0.3s ease;
  padding-top: 17.2rem;
}
.open_btn:hover {
  opacity: 0.9;
  transition: 0.2s ease;
}

@media screen and (min-width: 768px) {
  .search-open_btn,
  #search-trigger {
    display: none;
  }
  .search_wrap {
    width: 23%;
  }
  .search_wrap .search_content {
    border-top: 1rem solid #EFEFEF;
    box-shadow: 0 0 4px 0 rgba(151, 151, 151, 0.5);
    padding: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .search_wrap input#search-trigger {
    display: none;
  }
  .search_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
  }
  .search_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .search_content {
    position: fixed;
    align-self: center;
    width: 90%;
    max-height: 60vh;
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
  }
  .close_btn {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 30px;
    cursor: pointer;
  }
  .search_wrap input:checked ~ .search_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
  }
  .search-open_btn {
    position: fixed;
    width: 22vw;
    top: 18vw;
    border: 1px solid;
    right: 3vw;
    padding: 1.6vw;
    border-radius: 5px;
    background: #b40000;
    color: #fff;
    font-size: 4vw;
  }
}
/*ポップアップココまで *//*# sourceMappingURL=application.css.map */