@charset "UTF-8";
/* ------------ colors ------------ */
/* ------------------------------- */
/* ------------ text-color ------------ */
/* ------------ border-color ------------ */
/* ------------ background-color ------------ */
/* ------------ system-color ------------ */
/* ------------ cv ------------ */
/* ------------ menu ------------ */
/* ------------ NEW ------------ */
/* ------------ slick-color ------------ */
/* ------------------------------------

common

------------------------------------ */
main {
  overflow: hidden;
}

img {
  width: 100%;
}

.vertical_writing {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.yakuhan {
  font-family: "YakuHanJP", source-han-sans-japanese, sans-serif;
}

.l-list {
  margin: 0 auto 80px;
}
@media screen and (max-width: 760px) {
  .l-list {
    padding: 0 5%;
  }
}

.l-header {
  background: #fff;
}

/*  l-wrapper  */
.l-wrapper {
  position: relative;
  overflow-x: hidden;
}

.l-page .l-wrapper {
  padding-top: 10px;
  background-size: 100% auto;
  margin-top: 50px;
}

@media screen and (max-width: 740px) {
  .l-page .l-wrapper {
    padding-top: 0;
    background-size: 190% auto;
    margin-top: 56px;
  }
}
/*  list-page__main  */
.list-page__main {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 761px) {
  .list-page__main {
    width: 1200px;
  }

  .l-system .list-page__main {
    width: 1100px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 740px) {
  .list-page__main {
    width: 90%;
    margin-bottom: 20%;
  }

  .l-number .list-page__main {
    width: auto;
    margin-bottom: 18%;
  }
}
/*  slick-dots  */
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 12px;
  background: #c6c6c6;
}
.slick-dots li.slick-active {
  background: #e53828;
}

/* ------------------------------------

l-table

------------------------------------ */
.l-table dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3%;
}
.l-table dl dt {
  background: #2e2e2e;
  color: #fff;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.l-table dl dd {
  background: #efefef;
  width: 79.5%;
  padding: 10px 16px;
  font-weight: 400;
}

@media screen and (max-width: 740px) {
  .l-table dl dt {
    font-size: 3.6vw;
    text-align: center;
  }
  .l-table dl dd {
    font-size: 3.74vw;
  }
}
/* ------------------------------------

404

------------------------------------ */
.l-404 .l-section_404 {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 760px) {
  .l-404 .l-section_404 {
    padding: 0 5%;
    margin-bottom: 20%;
  }
}
.l-404 .l-section_404 .tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .l-404 .l-section_404 .tit {
    font-size: 5vw;
    margin-bottom: 5%;
  }
}
.l-404 .l-section_404 .section_sub {
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .l-404 .l-section_404 .section_sub {
    font-size: 4vw;
    margin-bottom: 10%;
  }
}
.l-404 .l-section_404 .txt {
  font-size: 16px;
}
@media screen and (max-width: 760px) {
  .l-404 .l-section_404 .txt {
    font-size: 4vw;
  }
}

.l-news .p-item-news .icon {
  font-size: 11px;
  padding: 0 5px;
}

/**********************************************

concept

**********************************************/
.l-concept {
  background: url(../concept/images/concept_bg.jpg) no-repeat center 360px/100%;
}
@media screen and (max-width: 760px) {
  .l-concept {
    background: url(../concept/images/concept_bg_sp.jpg) no-repeat center 70vw/100%;
  }
}
.l-concept .l-list__movie {
  margin-bottom: 220px;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list__movie {
    margin-bottom: 15%;
  }
}
.l-concept .l-list__movie .title02 {
  font-family: din-2014, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  color: #27b0cb;
  text-align: center;
  letter-spacing: 3px;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list__movie .title02 {
    font-size: 10.5vw;
  }
}
.l-concept .l-list__movie .subtitle02 {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  font-size: 14px;
  margin-top: 8px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list__movie .subtitle02 {
    font-size: 5vw;
    margin-top: 5px;
    letter-spacing: 0px;
  }
}
.l-concept .l-list__movie .l-movie {
  position: relative;
  width: 744px;
  height: 481px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list__movie .l-movie {
    width: 100%;
    height: auto;
  }
}
.l-concept .l-list__movie .l-movie__bg {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 722px;
  height: 406px;
}
.l-concept .l-list__movie .l-movie__bg img {
  height: 100%;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list__movie .l-movie__bg {
    top: 5%;
    left: 3%;
    width: 97%;
    height: 97%;
  }
}
.l-concept .l-list__movie .l-movie__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 722px;
}
.l-concept .l-list__movie .l-movie__img video {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list__movie .l-movie__img {
    width: 97%;
    position: inherit;
  }
}
.l-concept .l-list__movie .l-movie__text {
  position: absolute;
  top: 372px;
  right: 35px;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list__movie .l-movie__text {
    top: inherit;
    bottom: 8px;
    right: 15px;
    font-size: 2vw;
  }
}
.l-concept .l-list__movie .l-movie .light_box {
  display: none;
}
.l-concept .l-list__contents01 {
  text-align: center;
  margin-bottom: 150px;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list__contents01 {
    margin-bottom: 20%;
  }
}
.l-concept .l-list__contents01 .p-item__title {
  color: #27b0cb;
  font-size: 47px;
  font-weight: bolder;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list__contents01 .p-item__title {
    font-size: 10.5vw;
    margin-bottom: 4.5%;
  }
}
.l-concept .l-list__contents01 .p-item__text {
  line-height: 2;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list__contents01 .p-item__text {
    font-size: 3.9vw;
    text-align: justify;
    line-height: 1.95;
  }
}
.l-concept .l-list__contents02 {
  width: 1200px;
  margin: 0 auto 270px;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list__contents02 {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 40%;
  }
}
.l-concept .l-list__contents02 .p-item {
  display: flex;
  margin-bottom: 140px;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list__contents02 .p-item {
    display: block;
    margin-bottom: 18%;
  }
}
.l-concept .l-list__contents02 .p-item__ph {
  width: 50%;
}
.l-concept .l-list__contents02 .p-item__ph img {
  width: calc(100% + 120px);
  margin-left: -120px;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list__contents02 .p-item__ph {
    width: 100%;
  }
  .l-concept .l-list__contents02 .p-item__ph img {
    width: 100%;
    margin-left: 0;
  }
}
.l-concept .l-list__contents02 .p-item__message {
  flex: 1;
  margin: 0 0 0 59px;
  padding-top: 60px;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list__contents02 .p-item__message {
    flex: none;
    margin: 0;
    padding-top: 6%;
    text-align: left;
  }
}
.l-concept .l-list__contents02 .p-item:nth-of-type(even) {
  flex-flow: row-reverse;
}
.l-concept .l-list__contents02 .p-item:nth-of-type(even) .p-item__ph img {
  margin: 0 -120px 0 0;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list__contents02 .p-item:nth-of-type(even) .p-item__ph {
    width: 100%;
  }
  .l-concept .l-list__contents02 .p-item:nth-of-type(even) .p-item__ph img {
    width: 100%;
    margin-left: 0;
  }
}
.l-concept .l-list__contents02 .p-item:nth-of-type(even) .p-item__message {
  margin: 0 4.02vw 0 0;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list__contents02 .p-item:nth-of-type(even) .p-item__message {
    margin: 0;
  }
}
.l-concept .l-list__contents02 .p-item__title {
  color: #27b0cb;
  font-size: 34px;
  font-weight: bolder;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list__contents02 .p-item__title {
    font-size: 8.6vw;
    line-height: 1.3;
    margin-bottom: 4%;
  }
}
.l-concept .l-list__contents02 .p-item__text {
  line-height: 2;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list__contents02 .p-item__text {
    font-size: 3.7vw;
  }
}
.l-concept .l-list02 {
  background: url(../concept/images/concept_bg.jpg) no-repeat center 1440px/100%;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list02 {
    padding: 0;
    background: url(../concept/images/concept_bg_sp.jpg) no-repeat center 510vw/100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .l-concept .l-list02 .l-list__contents02 {
    margin: 0 auto 200px;
  }
}
.l-concept .l-list__contents03 {
  text-align: center;
  margin-bottom: 150px;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list__contents03 {
    padding: 0 5%;
    margin-bottom: 25%;
  }
}
.l-concept .l-list__contents03 .p-item__catch {
  font-size: 36px;
  font-weight: bolder;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list__contents03 .p-item__catch {
    font-size: 8vw;
  }
}
.l-concept .l-list__contents03 .p-item__catch span {
  color: #27b0cb;
  font-size: 63px;
  line-height: 1.8;
}
@media screen and (max-width: 760px) {
  .l-concept .l-list__contents03 .p-item__catch span {
    font-size: 12vw;
  }
}

/**********************************************

management

**********************************************/
.l-management {
  background: url(../concept/images/concept_bg.jpg) no-repeat center 710px/100%;
}
@media screen and (max-width: 760px) {
  .l-management {
    background: url(../concept/images/concept_bg_sp.jpg) no-repeat center 630px/100%;
  }
}
.l-management .l-list__contents01 {
  text-align: center;
  font-weight: bolder;
  width: 1200px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 760px) {
  .l-management .l-list__contents01 {
    width: 100%;
    margin-bottom: 40%;
  }
}
.l-management .l-list__contents01 .p-item__title {
  font-size: 26px;
  margin-bottom: 38px;
}
@media screen and (max-width: 760px) {
  .l-management .l-list__contents01 .p-item__title {
    font-size: 6vw;
    margin-bottom: 7%;
  }
}
.l-management .l-list__contents01 .p-item__point {
  background: #e3f5f8;
  border-radius: 8px;
  margin-bottom: 60px;
}
@media screen and (max-width: 760px) {
  .l-management .l-list__contents01 .p-item__point {
    margin-bottom: 14%;
  }
}
.l-management .l-list__contents01 .p-item__point ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 1010px;
  margin: 0 auto 0 120px;
  padding: 30px 0;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .l-management .l-list__contents01 .p-item__point ul {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 5% 0;
  }
}
.l-management .l-list__contents01 .p-item__point ul li {
  position: relative;
  width: 246px;
  font-size: 17px;
  padding-left: 24px;
  line-height: 1.9;
}
.l-management .l-list__contents01 .p-item__point ul li:nth-child(4n) {
  width: 272px;
}
.l-management .l-list__contents01 .p-item__point ul li::after {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #27b0cb;
}
.l-management .l-list__contents01 .p-item__text {
  color: #27b0cb;
  font-size: 25px;
}
@media screen and (max-width: 760px) {
  .l-management .l-list__contents01 .p-item__text {
    font-size: 6.4vw;
  }
}
.l-management .l-list__contents02 {
  width: 1200px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 760px) {
  .l-management .l-list__contents02 {
    width: 100%;
    margin-bottom: 0;
  }
}
.l-management .l-list__contents02 .p-item {
  display: flex;
  margin-bottom: 140px;
}
@media screen and (max-width: 760px) {
  .l-management .l-list__contents02 .p-item {
    display: block;
    margin-bottom: 18%;
  }
}
.l-management .l-list__contents02 .p-item__ph {
  width: 50%;
}
.l-management .l-list__contents02 .p-item__ph img {
  width: calc(100% + 120px);
  margin-left: -120px;
}
@media screen and (max-width: 760px) {
  .l-management .l-list__contents02 .p-item__ph {
    width: 100%;
  }
  .l-management .l-list__contents02 .p-item__ph img {
    width: 100%;
    margin-left: 0;
  }
}
.l-management .l-list__contents02 .p-item__message {
  flex: 1;
  margin: 0 0 0 4.02vw;
  padding-top: 60px;
}
@media screen and (max-width: 760px) {
  .l-management .l-list__contents02 .p-item__message {
    flex: none;
    margin: 0;
    padding-top: 6%;
    text-align: left;
  }
}
.l-management .l-list__contents02 .p-item:nth-of-type(even) {
  flex-flow: row-reverse;
}
.l-management .l-list__contents02 .p-item:nth-of-type(even) .p-item__ph img {
  margin: 0 -120px 0 0;
}
@media screen and (max-width: 760px) {
  .l-management .l-list__contents02 .p-item:nth-of-type(even) .p-item__ph {
    width: 100%;
  }
  .l-management .l-list__contents02 .p-item:nth-of-type(even) .p-item__ph img {
    width: 100%;
    margin-left: 0;
  }
}
.l-management .l-list__contents02 .p-item:nth-of-type(even) .p-item__message {
  margin: 0 4.02vw 0 0;
}
@media screen and (max-width: 760px) {
  .l-management .l-list__contents02 .p-item:nth-of-type(even) .p-item__message {
    margin: 0;
  }
}
.l-management .l-list__contents02 .p-item__title {
  color: #27b0cb;
  font-size: 34px;
  font-weight: bolder;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .l-management .l-list__contents02 .p-item__title {
    font-size: 8.6vw;
    line-height: 1.4;
    margin-bottom: 2%;
  }
}
.l-management .l-list__contents02 .p-item__text {
  line-height: 2;
}
@media screen and (max-width: 760px) {
  .l-management .l-list__contents02 .p-item__text {
    font-size: 3.9vw;
  }
}
.l-management .c-button.dark {
  width: 434px;
  height: 72px;
  margin-bottom: 150px;
  background: #27b0cb;
  color: #fff;
  line-height: 72px;
  font-size: 17px;
}
.l-management .c-button.dark::before {
  right: 12px;
  border-color: transparent transparent transparent #e3f5f8;
  opacity: 1;
}
.l-management .c-button.dark:hover {
  line-height: 72px;
}
@media screen and (max-width: 760px) {
  .l-management .c-button.dark {
    width: 90%;
    height: 22vw;
    margin-bottom: 0;
    font-size: 4.4vw;
    line-height: 22vw;
  }
}

/**********************************************

business

**********************************************/
.l-business {
  background: url(../concept/images/concept_bg.jpg) no-repeat center 230px/100%;
}
@media screen and (max-width: 760px) {
  .l-business {
    background: url(../concept/images/concept_bg_sp.jpg) no-repeat center 400px/100%;
  }
}
@media screen and (max-width: 760px) {
  .l-business .l-list {
    padding: 0;
  }
}
.l-business .l-list__contents01 {
  text-align: center;
  width: 1200px;
  margin: 0 auto 110px;
}
@media screen and (max-width: 760px) {
  .l-business .l-list__contents01 {
    width: 100%;
    margin-bottom: 12%;
    padding: 0 5%;
  }
}
.l-business .l-list__contents01 .p-item__title {
  color: #27b0cb;
  font-weight: bolder;
  font-size: 26px;
  margin-bottom: 38px;
}
@media screen and (max-width: 760px) {
  .l-business .l-list__contents01 .p-item__title {
    font-size: 5.9vw;
    margin-bottom: 7%;
  }
}
.l-business .l-list__contents01 .p-item__text {
  font-size: 15px;
  line-height: 1.9;
}
@media screen and (max-width: 760px) {
  .l-business .l-list__contents01 .p-item__text {
    font-size: 3.9vw;
    text-align: justify;
  }
}
.l-business .content01_02 {
  margin-bottom: 70px;
}
@media screen and (max-width: 760px) {
  .l-business .content01_02 {
    margin-bottom: 15%;
  }
}
.l-business .l-list__contents02 {
  margin: 0 auto 90px;
}
@media screen and (max-width: 760px) {
  .l-business .l-list__contents02 {
    margin-bottom: 12%;
  }
}
.l-business .l-list__contents02 .p-item__ph {
  width: 100%;
}
.l-business .l-list__contents02 .p-item__ph img {
  height: 497px;
  object-fit: cover;
}
@media screen and (max-width: 760px) {
  .l-business .l-list__contents02 .p-item__ph img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
}
.l-business .c-button.dark {
  width: 434px;
  height: 72px;
  margin-bottom: 150px;
  background: #27b0cb;
  color: #fff;
  line-height: 72px;
  font-size: 17px;
}
.l-business .c-button.dark::before {
  right: 12px;
  border-color: transparent transparent transparent #e3f5f8;
  opacity: 1;
}
.l-business .c-button.dark:hover {
  line-height: 72px;
}
@media screen and (max-width: 760px) {
  .l-business .c-button.dark {
    width: 90%;
    height: 22vw;
    margin-bottom: 0;
    font-size: 4.4vw;
    padding: 5% 0;
    line-height: 1.4;
  }
  .l-business .c-button.dark:hover {
    line-height: 1.4;
  }
}

/**********************************************

Policy

**********************************************/
.l-policy .l-list {
  width: 1200px;
}
@media screen and (max-width: 760px) {
  .l-policy .l-list {
    width: 100%;
  }
}
.l-policy .list-page dl {
  padding: 40px 60px;
}
@media screen and (max-width: 760px) {
  .l-policy .list-page dl {
    padding: 0;
  }
}
.l-policy .list-page dt {
  padding: 8px 0 8px 16px;
  margin: 20px 0 15px;
  font-weight: bold;
  font-size: 1.2em;
  background: #efefef;
}
.l-policy .list-page dd {
  margin: 0 0 40px;
}
.l-policy .list-page dd .text_link {
  margin-bottom: 5px;
}
.l-policy .list-page dd a {
  text-decoration: underline;
}
.l-policy .list-page dd.right {
  text-align: right;
}
.l-policy table td {
  padding: 3px 5px;
  border: 1px solid #CCC;
}
.l-policy .cookie {
  padding-top: 80px;
  margin-top: -40px;
}
@media screen and (max-width: 760px) {
  .l-policy .cookie {
    padding-top: 20%;
    margin-top: -20%;
  }
}

/**********************************************

activities

**********************************************/
.l-activities .l-contents {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .l-activities .l-contents {
    width: 100%;
    padding: 0 3%;
  }
}
.l-activities .l-contents .l-list {
  margin-bottom: 70px;
}
.l-activities .l-contents .l-list .l-text {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-activities .l-contents .l-list .l-text {
    text-align: justify;
  }
}
.l-activities .l-contents .l-list h3 {
  font-size: 22px;
  padding: 10px 12px;
  background: #27b0cb;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .l-activities .l-contents .l-list h3 {
    font-size: 5vw;
    padding: 3% 0;
  }
}
.l-activities .l-contents .l-list .l-list__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-activities .l-contents .l-list .l-list__inner .p-item {
  width: 252px;
  margin: 0 30px 30px 0;
  border: none;
  text-align: center;
}
.l-activities .l-contents .l-list .l-list__inner .p-item:nth-child(4n) {
  margin-right: 0;
}
.l-activities .l-contents .l-list .l-list__inner .p-item__ph {
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .l-activities .l-contents .l-list .l-list__inner .p-item {
    width: 48%;
    margin: 0 4% 6% 0;
  }
  .l-activities .l-contents .l-list .l-list__inner .p-item:nth-child(2n) {
    margin-right: 0;
  }
  .l-activities .l-contents .l-list .l-list__inner .p-item__ph {
    margin-bottom: 2%;
  }
}

/**********************************************

shop

**********************************************/
.l-shop.l-index.l-system .list-page__link {
  width: 1100px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 760px) {
  .l-shop.l-index.l-system .list-page__link {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 6%;
  }
}
.l-shop.l-index.l-system .list-page__link ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-shop.l-index.l-system .list-page__link ul li {
  width: 180px;
  margin: 0 10px 20px;
  font-weight: bolder;
}
@media screen and (max-width: 760px) {
  .l-shop.l-index.l-system .list-page__link ul li {
    width: 44%;
    margin: 0 3% 6%;
  }
}
.l-shop.l-index.l-system .list-page__link ul li a {
  display: block;
}
.l-shop.l-index.l-system .l-list {
  width: 1100px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 760px) {
  .l-shop.l-index.l-system .l-list {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 20%;
  }
}
.l-shop.l-index.l-system .l-list .l-list__contents {
  margin-top: -80px;
  margin-bottom: 50px;
  padding-top: 80px;
}
@media screen and (max-width: 760px) {
  .l-shop.l-index.l-system .l-list .l-list__contents {
    margin-top: -15px;
    padding-top: 15px;
  }
}
.l-shop.l-index.l-system .l-list .l-list__contents .p-title {
  position: relative;
  font-size: 28px;
  font-weight: bolder;
  text-align: left;
  margin-bottom: 20px;
  padding: 5px 25px;
  color: #27b0cb;
}
.l-shop.l-index.l-system .l-list .l-list__contents .p-title::after {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: #27b0cb;
}
@media screen and (max-width: 760px) {
  .l-shop.l-index.l-system .l-list .l-list__contents .p-title {
    font-size: 8vw;
    margin-bottom: 5%;
    padding: 0 7%;
  }
  .l-shop.l-index.l-system .l-list .l-list__contents .p-title::after {
    top: 5vw;
    width: 4.5vw;
    height: 4.5vw;
    border-radius: 4.5vw;
  }
}
.l-shop.l-index.l-system .l-list .l-list__contents .p-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  vertical-align: middle;
  margin: 0 0 30px 0;
  padding: 20px 18px;
  float: inherit;
}
@media screen and (max-width: 760px) {
  .l-shop.l-index.l-system .l-list .l-list__contents .p-item {
    display: block;
    margin-bottom: 6%;
    padding: 3% 3% 5%;
  }
}
.l-shop.l-index.l-system .l-list .l-list__contents .p-item__photo {
  width: 250px;
  height: 180px;
  margin-right: 50px;
  object-fit: cover;
}
@media screen and (max-width: 760px) {
  .l-shop.l-index.l-system .l-list .l-list__contents .p-item__photo {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 5%;
  }
}
.l-shop.l-index.l-system .l-list .l-list__contents .p-item__detail {
  width: 762px;
}
@media screen and (max-width: 760px) {
  .l-shop.l-index.l-system .l-list .l-list__contents .p-item__detail {
    width: 100%;
  }
}
.l-shop.l-index.l-system .l-list .l-list__contents .p-item__name {
  font-size: 22px;
  font-weight: bolder;
  margin-bottom: 16px;
  border-bottom: 2px solid #27b0cb;
  padding: 7px 0 7px 5px;
  line-height: 1.4;
}
@media screen and (max-width: 760px) {
  .l-shop.l-index.l-system .l-list .l-list__contents .p-item__name {
    padding: 2% 3%;
  }
}
.l-shop.l-index.l-system .l-list .l-list__contents .p-item__address, .l-shop.l-index.l-system .l-list .l-list__contents .p-item__time, .l-shop.l-index.l-system .l-list .l-list__contents .p-item__tel {
  margin-bottom: 6px;
  padding-left: 5px;
  line-height: 1.4;
}
.l-shop.l-index.l-system .l-list .l-list__contents .p-item__url {
  padding-left: 5px;
  line-height: 1.4;
  text-align: left;
}
.l-shop.l-index.l-system .l-list .l-list__contents .p-item__url a {
  width: 100%;
  height: 100%;
  display: inline;
  padding: 0;
  text-decoration: underline;
}

/* ------------------------------------

message

------------------------------------ */
.l-message {
  background: url(../message/images/message_bg.jpg) no-repeat center 270px/100%;
}
@media screen and (max-width: 760px) {
  .l-message {
    background: url(../message/images/message_bg_sp.jpg) no-repeat center 950px/100%;
  }
}
.l-message .l-list {
  width: 1200px;
  margin: 90px auto 100px;
}
@media screen and (max-width: 760px) {
  .l-message .l-list {
    width: 100%;
    margin: 0;
    padding: 0 5%;
  }
}
.l-message .l-list__message {
  width: 100%;
  margin-bottom: 105px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .l-message .l-list__message {
    display: block;
    margin-bottom: 52%;
  }
}
.l-message .l-list__message .p-photo {
  width: 420px;
  margin-right: 50px;
}
@media screen and (max-width: 760px) {
  .l-message .l-list__message .p-photo {
    width: 100%;
    margin: 0 0 6%;
  }
}
.l-message .l-list__message .p-item {
  width: 728px;
  padding-top: 20px;
}
@media screen and (max-width: 760px) {
  .l-message .l-list__message .p-item {
    width: 100%;
    padding: 0;
  }
}
.l-message .l-list__message .p-item__title {
  color: #27b0cb;
  font-size: 32px;
  line-height: 1.4;
  font-weight: bolder;
  margin-bottom: 25px;
}
@media screen and (max-width: 760px) {
  .l-message .l-list__message .p-item__title {
    font-size: 9vw;
    line-height: 1.3;
    margin-bottom: 4%;
  }
}
.l-message .l-list__message .p-item__text {
  line-height: 1.9;
  margin-bottom: 15px;
}
@media screen and (max-width: 760px) {
  .l-message .l-list__message .p-item__text {
    margin-bottom: 3%;
  }
}
.l-message .l-list__message .p-item__name {
  font-size: 18px;
  font-weight: bolder;
}
@media screen and (max-width: 760px) {
  .l-message .l-list__message .p-item__name {
    font-size: 4.8vw;
  }
}
.l-message .l-list__message .p-item__name span {
  font-size: 26px;
  padding-left: 15px;
}
@media screen and (max-width: 760px) {
  .l-message .l-list__message .p-item__name span {
    font-size: 6.2vw;
    padding-left: 5%;
  }
}
.l-message .l-list__contents .p-item {
  padding-bottom: 65px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 55px;
}
@media screen and (max-width: 760px) {
  .l-message .l-list__contents .p-item {
    padding-bottom: 15.5%;
    margin-bottom: 13%;
  }
}
.l-message .l-list__contents .p-item:last-child {
  border-bottom: none;
}
.l-message .l-list__contents .p-item__title {
  color: #27b0cb;
  font-size: 34px;
  line-height: 1.4;
  font-weight: bolder;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .l-message .l-list__contents .p-item__title {
    margin-bottom: 5%;
    font-size: 9vw;
    line-height: 1.3;
  }
}
.l-message .l-list__contents .p-item__text {
  line-height: 1.9;
}
@media screen and (max-width: 760px) {
  .l-message .l-list__contents .p-item__text {
    font-size: 3.9vw;
    line-height: 1.95;
  }
}
.l-message .l-list02 {
  background: #e0f8fb;
  padding: 115px 0 110px;
}
@media screen and (max-width: 760px) {
  .l-message .l-list02 {
    padding: 14% 0 20%;
  }
}
.l-message .l-list02__profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1100px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 760px) {
  .l-message .l-list02__profile {
    display: block;
    width: 100%;
    padding: 6% 5% 10%;
    margin: 0 auto 6%;
  }
}
.l-message .l-list02__profile .p-item {
  width: 440px;
  margin-right: 20px;
}
@media screen and (max-width: 760px) {
  .l-message .l-list02__profile .p-item {
    width: 100%;
    margin: 0 0 10%;
  }
}
.l-message .l-list02__profile .p-item__title {
  font-family: din-2014, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1;
  color: #27b0cb;
  letter-spacing: 3px;
}
@media screen and (max-width: 760px) {
  .l-message .l-list02__profile .p-item__title {
    font-size: 16vw;
  }
}
.l-message .l-list02__profile .p-item__subtitle {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  font-size: 17px;
  margin-top: 12px;
}
@media screen and (max-width: 760px) {
  .l-message .l-list02__profile .p-item__subtitle {
    font-size: 5vw;
    margin-top: 2%;
    letter-spacing: 0px;
  }
}
.l-message .l-list02__profile .p-item__name {
  margin-top: 24px;
  font-size: 18px;
  font-weight: bolder;
}
@media screen and (max-width: 760px) {
  .l-message .l-list02__profile .p-item__name {
    margin-top: 5%;
    font-size: 4.8vw;
  }
}
.l-message .l-list02__profile .p-item__name span {
  font-size: 26px;
  padding-left: 15px;
}
@media screen and (max-width: 760px) {
  .l-message .l-list02__profile .p-item__name span {
    font-size: 6.5vw;
    padding-left: 4%;
  }
}
.l-message .l-list02__profile .p-item__text {
  margin-top: 20px;
  line-height: 1.95;
}
.l-message .l-list02__profile .p-photo {
  width: 640px;
}
@media screen and (max-width: 760px) {
  .l-message .l-list02__profile .p-photo {
    width: 100%;
  }
}
.l-message .l-list02__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1100px;
  margin: 0 auto 60px;
  padding: 32px 60px 40px;
  background: #fff;
}
@media screen and (max-width: 760px) {
  .l-message .l-list02__contents {
    display: block;
    width: 90%;
    padding: 6% 5%;
    margin-bottom: 10%;
  }
}
.l-message .l-list02__contents .p-item {
  margin-right: 29px;
}
@media screen and (max-width: 760px) {
  .l-message .l-list02__contents .p-item {
    margin-right: 0;
  }
}
.l-message .l-list02__contents .p-item:nth-child(1) {
  width: 310px;
}
@media screen and (max-width: 760px) {
  .l-message .l-list02__contents .p-item:nth-child(1) {
    width: 100%;
    margin-bottom: 12%;
  }
}
.l-message .l-list02__contents .p-item:nth-child(2) {
  width: 243px;
}
@media screen and (max-width: 760px) {
  .l-message .l-list02__contents .p-item:nth-child(2) {
    width: 100%;
    margin-bottom: 12%;
  }
}
.l-message .l-list02__contents .p-item:nth-child(3) {
  width: 368px;
  margin-right: 0;
}
@media screen and (max-width: 760px) {
  .l-message .l-list02__contents .p-item:nth-child(3) {
    width: 100%;
  }
}
.l-message .l-list02__contents .p-item__title {
  padding: 8px 0;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 22px;
  font-weight: bolder;
  font-size: 19px;
}
@media screen and (max-width: 760px) {
  .l-message .l-list02__contents .p-item__title {
    padding: 0 0 2.5%;
    margin-bottom: 4%;
    font-size: 5vw;
  }
}
.l-message .l-list02__contents .p-item__text {
  line-height: 1.95;
}
.l-message .l-list02__contents .p-item__photo {
  margin: -10px auto 0;
  width: 90%;
}
.l-message .l-list02__contents .p-item__list li {
  line-height: 1.9;
}
.l-message .l-list02__contents .p-item__list li:last-child {
  text-align: right;
}
@media screen and (max-width: 760px) {
  .l-message .l-list02__contents .p-item__list li {
    line-height: 1.5;
    margin-bottom: 3%;
  }
}
.l-message .l-list02__contents02 {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .l-message .l-list02__contents02 {
    width: 100%;
    padding: 0 5%;
  }
}
.l-message .l-list02__contents02 .p-item__text {
  line-height: 1.98;
}

/* ------------------------------------

company

------------------------------------ */
.l-company {
  background: url(../message/images/message_bg.jpg) no-repeat center 200px/100%;
}
@media screen and (max-width: 760px) {
  .l-company {
    background: url(../message/images/message_bg_sp.jpg) no-repeat center 550px/100%;
  }
}
.l-company .l-list {
  width: 1200px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 760px) {
  .l-company .l-list {
    width: 100%;
    margin-bottom: 25%;
    padding: 0 5%;
  }
}
.l-company .l-list__contents .p-item {
  padding-bottom: 95px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 65px;
  font-weight: bolder;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-company .l-list__contents .p-item {
    padding-bottom: 15.5%;
    margin-bottom: 11%;
  }
}
.l-company .l-list__contents .p-item:nth-child(2) {
  padding-bottom: 50px;
  margin-bottom: 75px;
}
@media screen and (max-width: 760px) {
  .l-company .l-list__contents .p-item:nth-child(2) {
    padding-bottom: 12.5%;
    margin-bottom: 12.5%;
  }
}
.l-company .l-list__contents .p-item:nth-child(3) {
  padding-bottom: 75px;
  margin-bottom: 85px;
}
@media screen and (max-width: 760px) {
  .l-company .l-list__contents .p-item:nth-child(3) {
    padding-bottom: 14.5%;
    margin-bottom: 12.5%;
  }
}
.l-company .l-list__contents .p-item:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.l-company .l-list__contents .p-item__title {
  font-size: 24px;
}
.l-company .l-list__contents .p-item__title.en {
  font-family: din-2014, sans-serif;
  font-size: 32px;
}
@media screen and (max-width: 760px) {
  .l-company .l-list__contents .p-item__title {
    font-size: 6vw;
  }
  .l-company .l-list__contents .p-item__title.en {
    font-size: 8vw;
  }
}
.l-company .l-list__contents .p-item__catch {
  margin-top: 12px;
  font-size: 35px;
  line-height: 1.4;
  font-weight: bolder;
  letter-spacing: 3px;
  color: #27b0cb;
}
@media screen and (max-width: 760px) {
  .l-company .l-list__contents .p-item__catch {
    font-size: 8vw;
    letter-spacing: 0px;
    margin-top: 3.5%;
  }
  .l-company .l-list__contents .p-item__catch.mission .p-item__catch {
    margin-top: 6.5%;
  }
}
.l-company .l-list__contents .p-item__subtitle {
  line-height: 1;
  font-size: 12px;
  margin-top: 8px;
}
@media screen and (max-width: 760px) {
  .l-company .l-list__contents .p-item__subtitle {
    font-size: 4vw;
    margin-top: 2%;
    letter-spacing: 0px;
  }
}
.l-company .l-list__contents .p-item__list {
  font-size: 20px;
  line-height: 1.8;
  text-align: justify;
  width: 500px;
  margin: 20px auto 0;
}
@media screen and (max-width: 760px) {
  .l-company .l-list__contents .p-item__list {
    margin-top: 6%;
    width: 100%;
    font-size: 4.8vw;
  }
}
.l-company .l-list__contents .p-item__list.philosophy li {
  padding-left: 35px;
  margin-bottom: 5px;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 760px) {
  .l-company .l-list__contents .p-item__list.philosophy li {
    margin-bottom: 5%;
    padding-left: 10%;
  }
}
.l-company .l-list__contents .p-item__list.philosophy li::after {
  position: absolute;
  content: "一、";
  top: 0;
  left: 0;
}
.l-company .l-list__contents .p-item__list.center {
  text-align: center;
}
.l-company .l-list__contents .p-item__text {
  margin-top: 20px;
  line-height: 1.8;
  font-size: 20px;
}
@media screen and (max-width: 760px) {
  .l-company .l-list__contents .p-item__text {
    margin-top: 6.5%;
    font-size: 4.9vw;
    line-height: 1.98;
  }
}
.l-company .l-list02 {
  background: #e0f8fb;
  padding: 115px 0 135px;
}
@media screen and (max-width: 760px) {
  .l-company .l-list02 {
    width: 100%;
    padding: 0 5% 17%;
  }
}
.l-company .l-list02 .p-item {
  margin-bottom: 70px;
}
@media screen and (max-width: 760px) {
  .l-company .l-list02 .p-item {
    margin-bottom: 0;
  }
}
.l-company .l-list02 .p-item__title {
  font-size: 24px;
  text-align: center;
  font-weight: bolder;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .l-company .l-list02 .p-item__title {
    font-size: 5.8vw;
    margin-bottom: 5%;
  }
}
.l-company .l-list02__about {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .l-company .l-list02__about {
    width: 100%;
    padding: 21% 0 18%;
  }
}
.l-company .l-list02__about .p-item__list {
  width: 100%;
  font-size: 100%;
  text-align: left;
  border-top: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  box-sizing: border-box;
  background: #fff;
  font-size: 16px;
}
@media screen and (max-width: 760px) {
  .l-company .l-list02__about .p-item__list {
    font-size: 4vw;
    text-align: center;
  }
}
.l-company .l-list02__about .p-item__list th {
  background: #7f7f7f;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  padding: 13px 20px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 760px) {
  .l-company .l-list02__about .p-item__list th {
    padding: 4%;
    line-height: 1.5;
    width: 100%;
    display: block;
  }
}
.l-company .l-list02__about .p-item__list td {
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  padding: 13px 20px;
  word-break: break-all;
  line-height: 1.8;
}
.l-company .l-list02__about .p-item__list td a {
  text-decoration: underline;
}
@media screen and (max-width: 760px) {
  .l-company .l-list02__about .p-item__list td {
    padding: 4%;
    line-height: 1.5;
    width: 100%;
    display: block;
  }
}
.l-company .l-list02__business .p-item__list {
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  font-weight: bolder;
  letter-spacing: 3px;
  color: #27b0cb;
}
@media screen and (max-width: 760px) {
  .l-company .l-list02__business .p-item__list {
    font-size: 7.2vw;
    line-height: 1.4;
    margin-bottom: 17%;
  }
}
@media screen and (max-width: 760px) {
  .l-company .l-list02__business .p-item__list li {
    padding-bottom: 3%;
  }
}
.l-company .l-list02__history {
  background: #fff;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 760px) {
  .l-company .l-list02__history {
    width: 100%;
    padding: 10% 0;
  }
}
.l-company .l-list02__history .p-item {
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .l-company .l-list02__history .p-item {
    margin-bottom: 0;
  }
}
.l-company .l-list02__history .p-item__list {
  width: 750px;
  margin-left: 253px;
  padding: 16px 0;
  border-left: 1px solid #c6c6c6;
}
@media screen and (max-width: 760px) {
  .l-company .l-list02__history .p-item__list {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
}
.l-company .l-list02__history .p-item__list li {
  padding: 7.8px 0 7.8px 40px;
  font-size: 19px;
  font-weight: bolder;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .l-company .l-list02__history .p-item__list li {
    padding: 3% 0 3% 8%;
    font-size: 4.8vw;
  }
}
.l-company .l-list02__history .p-item__list li span {
  color: #27b0cb;
  padding-right: 20px;
}
@media screen and (max-width: 760px) {
  .l-company .l-list02__history .p-item__list li span {
    display: block;
  }
}
.l-company .l-list02__history .p-item__list li::after {
  position: absolute;
  content: "";
  top: 20px;
  left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #27b0cb;
}
@media screen and (max-width: 760px) {
  .l-company .l-list02__history .p-item__list li::after {
    top: 4.9vw;
  }
}

/*# sourceMappingURL=page.css.map */
