@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------
 * home.css
--------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------
 * variables.css
--------------------------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------
 # Color
-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
 # Path
-----------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------
 * mixins.css
--------------------------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------
 # ribbon
-----------------------------------------------------------------------*/
.mainv .container_large {
  position: relative;
}

@media screen and (max-width: 480px) {
  .mainv .container_large {
    padding: 0;
  }
}

.mainv .mainv_slide {
  height: 34em;
  position: relative;
  z-index: 1;
}

.mainv .mainv_slide img {
  height: 100%;
  margin: 0 auto;
  width: auto;
}

.mainv .mainv_slide .swiper-slide {
  background: #fff;
}

.mainv .mainv_slide .swiper-slide a {
  display: block;
  width: 100%;
}

.mainv .mainv_slide .swiper-slide a img {
  display: block;
  height: auto;
  max-width: 100%;
}

.mainv .slider_thumbnail {
  /* bottom: 5%; */
  bottom: 11%;
  position: absolute;
  right: 2%;
  width: 50%;
  z-index: 2;
}

.mainv .slider_thumbnail .swiper-slide-active {
  position: relative;
}

.mainv .slider_thumbnail .swiper-slide-active::after {
  border: 2px solid #fff;
  content: '';
  display: block;
  height: inherit;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mainv .slider_thumbnail .swiper-slide {
  cursor: pointer;
}

.mainv .slider_thumbnail .object_fit_img {
  height: 3.6em;
}

.mainv .pc_mainv{
  padding-bottom: 3.5em;
}

.mainv .sp_mainv {
  padding-bottom: 4.4em;
  position: relative;
  z-index: 1;
}

.mainv .page_scroll {
  bottom: 3.5em;
  left: -2.2%;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .mainv .page_scroll {
    bottom: 4em;
    display: inline-block;
    margin-left: 47%;
    position: relative;
    text-align: right;
    z-index: 2;
  }
  .mainv .page_scroll a {
    font-size: 0.7em;
  }
  .mainv .page_scroll .line {
    display: block;
    width: 5.6em;
  }
}

.content_info {
  background: url("../img/home/info_bg.png") no-repeat center bottom/100% auto;
}

@media screen and (max-width: 480px) {
  .content_info {
    padding-top: 0;
  }
}

.content_info .content_box {
  -webkit-flex: 1;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content_info .content_box .content_box_item:first-child {
  flex: 0 0 31%;
  max-width: 31%;
}

@media screen and (max-width: 768px) {
  .content_info .content_box .content_box_item:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.content_info .content_box .content_box_item:last-child {
  flex: 0 0 65%;
  max-width: 65%;
}

@media screen and (max-width: 768px) {
  .content_info .content_box .content_box_item:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.content_info .info_main_title {
  margin: 2% 0 5%;
}

@media screen and (max-width: 768px) {
  .content_info .info_main_title {
    margin: 2% auto 5%;
    max-width: 250px;
  }
}

@media screen and (max-width: 480px) {
  .content_info .info_main_title {
    max-width: 60%;
  }
}

.content_info .info_list li {
  border-bottom: 1px solid #d6d6d6;
  display: block;
}

.content_info .info_list li a {
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .content_info .info_list li a {
    display: block;
    padding: 1.5% 0;
  }
}

@media screen and (max-width: 480px) {
  .content_info .info_list li a {
    padding: 3.5% 0;
  }
}

.content_info .info_list li a .info_date,
.content_info .info_list li a .info_category,
.content_info .info_list li a .info_title {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .content_info .info_list li a .info_date,
  .content_info .info_list li a .info_category,
  .content_info .info_list li a .info_title {
    display: inline-block;
  }
}

.content_info .info_list li a .info_date {
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
  font-style: italic;
  font-weight: bold;
  width: 10%;
}

@media screen and (max-width: 768px) {
  .content_info .info_list li a .info_date {
    width: auto;
  }
}

.content_info .info_list li a .info_category {
  color: #fff;
  padding: 2.5% 1.5%;
  width: 20%;
}

@media screen and (max-width: 999px) {
  .content_info .info_list li a .info_category {
    font-size: 80%;
  }
}

@media screen and (max-width: 768px) {
  .content_info .info_list li a .info_category {
    font-size: 90%;
    margin-left: 2%;
    padding: 0;
    width: auto;
  }
}

.content_info .info_list li a .info_category span {
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content_info .info_list li a .info_category span {
    padding: 1% 1em;
  }
}

.content_info .info_list li a .info_category span.info {
  background: #6ed3e0;
}

.content_info .info_list li a .info_category span.news {
  background: #fea439;
}

.content_info .info_list li a .info_category span.blog {
  background: #7fd964;
}

.content_info .info_list li a .info_title {
  padding: 2.5% 0;
}

@media screen and (max-width: 768px) {
  .content_info .info_list li a .info_title {
    display: block;
    margin-bottom: 0;
    padding: 1.5% 0 0;
  }
}

@media screen and (max-width: 768px) {
  .content_info .btn_sub {
    margin-top: 3%;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .content_info .btn_sub {
    margin-top: 5%;
  }
}

.content_message {
  background: url("../img/home/message_bg.png") no-repeat center top/cover;
}

.content_message .content_inner {
  position: relative;
}

.content_message .message_main_title {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -25%;
  width: 50%;
}

@media screen and (max-width: 999px) {
  .content_message .message_main_title {
    margin-right: 1%;
    top: -8%;
  }
}

@media screen and (max-width: 480px) {
  .content_message .message_main_title {
    top: 0;
    width: 70%;
  }
}

.content_message .content_box {
  -webkit-flex: 1;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.content_message .content_box .content_box_item {
  flex: 0 0 48%;
  max-width: 48%;
}

@media screen and (max-width: 999px) {
  .content_message .content_box .content_box_item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.content_message .content_box .message_title {
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "游ゴシック体", "游ゴシック" , YuGothic, "Hiragino Kaku Gothic ProN", "Times New Roman", "メイリオ", Meiryo,sans-serif !important;
  font-size: 230%;
  font-weight: bold;
  line-height: 2.2;
  margin-bottom: 0;
}

@media screen and (max-width: 999px) {
  .content_message .content_box .message_title {
    font-size: 150%;
    line-height: 1.8;
    margin-bottom: 4%;
  }
}

.content_message .content_box .main_text {
  padding-top: 0.7em;
}

.content_service {
  background: url("../img/home/service_bg.png") no-repeat center bottom/100% auto;
}

.content_service .service_main_title {
  margin: 0 auto 5%;
  width: 20%;
}

@media screen and (max-width: 480px) {
  .content_service .service_main_title {
    margin: 0 auto 10%;
    width: 45%;
  }
}

.content_service .content_box {
  -webkit-flex: 1;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .content_service .content_box {
    padding-right: 4%;
  }
}

.content_service .content_box .content_box_item {
  flex: 0 0 48%;
  margin-bottom: 4%;
  max-width: 48%;
}

@media screen and (max-width: 480px) {
  .content_service .content_box .content_box_item {
    flex: 0 0 100%;
    margin-bottom: 10%;
    max-width: 100%;
  }
  .content_service .content_box .content_box_item:last-child {
    margin-bottom: 0;
  }
}

.content_service .content_box .content_box_item:nth-child(2n) {
  padding-top: 5%;
}

@media screen and (max-width: 480px) {
  .content_service .content_box .content_box_item:nth-child(2n) {
    padding-top: 0;
  }
}

.content_service .content_box .content_box_item:nth-child(2n) .service_nummer {
  left: auto;
  right: -32%;
  top: -13%;
}

@media screen and (max-width: 768px) {
  .content_service .content_box .content_box_item:nth-child(2n) .service_nummer {
    right: -22%;
  }
}

@media screen and (max-width: 480px) {
  .content_service .content_box .content_box_item:nth-child(2n) .service_nummer {
    display: none;
  }
}

.content_service .content_box .content_box_item_inner {
  position: relative;
}

.content_service .service_nummer {
  left: -36%;
  position: absolute;
  top: -15%;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .content_service .service_nummer {
    left: -26%;
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .content_service .service_nummer {
    display: none;
  }
}

.content_service .icon_arrow {
  margin-top: -1rem;
  position: absolute;
  right: 4%;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .content_service .icon_arrow {
    margin-top: -0.65rem;
  }
}

.content_service .service_img {
  position: relative;
  z-index: 1;
}

.content_service .service_detail {
  background: #6ed3e0;
  margin: -18% -4% 0 4%;
  position: relative;
  z-index: 2;
}

.content_service .service_detail a {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .content_service .service_detail a:hover {
    color: #333;
  }
}

.content_service .service_detail .service_detail_inner {
  padding: 4%;
}

.content_service .service_detail .service_detail_title {
  margin-bottom: 2%;
  width: 80%;
  color: #353083;
  font-weight: 600;
  font-size: 40px;
  font-style: italic;
}

.content_service .service_detail .service_detail_text {
  font-size: 85%;
}

.content_service .service_detail.single {
  -moz-transition-duration: 0.3s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 0.3s;
  -o-transition-property: all;
  -o-transition-timing-function: ease;
  -webkit-backface-visibility: hidden;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease;
  backface-visibility: hidden;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
}

@media screen and (min-width: 768px) {
  .content_service .service_detail.single:hover {
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  }
}

.content_service .service_detail .double {
  -webkit-flex: 1;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  height: 108%;
  justify-content: space-between;
  margin: -4% -4% -4%;
  width: 108%;
}

.content_service .service_detail .double .double_item {
  -moz-transition-duration: 0.3s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 0.3s;
  -o-transition-property: all;
  -o-transition-timing-function: ease;
  -webkit-backface-visibility: hidden;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease;
  backface-visibility: hidden;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 6% 4%;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
}

.content_service .service_detail .double .double_item .service_detail_title {
  width: 80%;


}

@media screen and (min-width: 768px) {
  .content_service .service_detail .double .double_item:hover {
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  }
}

.content_service .service_detail .double_text {
  margin-top: 6%;
}

.content_service .service_detail.pink {
  background: #ffb8db;
}

.content_service .service_detail.orange {
  background: #fea439;
}

.content_service .service_detail.yellow {
  background: #ffea3c;
}

.content_service .service_detail.green {
  background: #7fd964;
}

.content_service .service_detail.red {
  background: #ff0210;
}

.content_service .about_main_title {
  margin: 5% auto 4%;
  width: 18%;
}

@media screen and (max-width: 480px) {
  .content_service .about_main_title {
    margin: 12% auto 8%;
    width: 44%;
  }
}

.content_service .about_list {
  -webkit-flex: 1;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content_service .about_list .about_list_item {
  flex: 0 0 31.5%;
  max-width: 31.5%;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .content_service .about_list .about_list_item {
    flex: 0 0 100%;
    margin-bottom: 4%;
    max-width: 100%;
  }
}

.content_service .about_list .about_list_item a {
  display: block;
  padding: 8% 5%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .content_service .about_list .about_list_item a:hover {
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    color: #333;
  }
}

@media screen and (max-width: 480px) {
  .content_service .about_list .about_list_item a {
    display: table;
    padding: 5% 8% 5% 5%;
  }
}

.content_service .about_list .about_list_item.company {
  background: #6ed3e0;
}

.content_service .about_list .about_list_item.philosophy {
  background: #fea439;
}

.content_service .about_list .about_list_item.access {
  background: #7fd964;
}

.content_service .about_list .about_img {
  margin: 0 auto;
  width: 45%;
}

@media screen and (max-width: 480px) {
  .content_service .about_list .about_img {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
  }
}

@media screen and (max-width: 480px) {
  .content_service .about_list .about_detail {
    display: table-cell;
    vertical-align: middle;
  }
}

.content_service .about_list .about_title {
  color: #fff;
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
  font-size: 250%;
  font-style: italic;
  font-weight: bold;
  margin: 4% 0 2%;
}

@media screen and (max-width: 999px) {
  .content_service .about_list .about_title {
    font-size: 200%;
  }
}

@media screen and (max-width: 768px) {
  .content_service .about_list .about_title {
    font-size: 190%;
  }
}

@media screen and (max-width: 480px) {
  .content_service .about_list .about_title {
    font-size: 200%;
    margin: 0;
  }
}

.content_service .about_list .icon_arrow {
  bottom: 5%;
  right: 5%;
  top: auto;
}

@media screen and (max-width: 480px) {
  .content_service .about_list .icon_arrow {
    bottom: 50%;
    margin-bottom: -0.65rem;
  }
}

.content_tvcm {
  background: #ffea3c url("../img/home/tvcm_bg.png") no-repeat center top/100% auto;
}

.content_tvcm .tvcm_main_title {
  margin: -5% auto 3%;
  width: 50%;
}

@media screen and (max-width: 480px) {
  .content_tvcm .tvcm_main_title {
    margin: -2% auto 7%;
    width: 70%;
  }
}

.content_tvcm .tvcm_text {
  margin-top: 0.4em;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .content_tvcm .tvcm_text {
    margin-bottom: 7%;
  }
}

.content_tvcm .container {
  position: relative;
}

.content_tvcm .content_box .content_box_item {
  margin: 5% auto;
  position: relative;
  width: 70%;
}

@media screen and (max-width: 480px) {
  .content_tvcm .content_box .content_box_item {
    width: 100%;
  }
}

.content_tvcm .content_box .content_box_item:last-child {
  margin-bottom: 0;
}

.content_tvcm .content_box .content_box_item:nth-child(2n) .tvcm_nummer {
  left: auto;
  right: -37%;
  top: -12%;
}

@media screen and (max-width: 768px) {
  .content_tvcm .content_box .content_box_item:nth-child(2n) .tvcm_nummer {
    right: -27%;
  }
}

.content_tvcm .content_box .content_box_item .iframe_wrap {
  padding-top: 56.25%;
  position: relative;
}

.content_tvcm .content_box .content_box_item iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}

.content_tvcm .content_box .content_box_item .video_wrap {
  position: relative;
}

.content_tvcm .content_box .content_box_item .tvcm_nummer {
  left: -38%;
  position: absolute;
  top: -12%;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .content_tvcm .content_box .content_box_item .tvcm_nummer {
    left: -28%;
    width: 30%;
  }
}

.content_tvcm .page_scroll {
  bottom: -3rem;
  left: auto;
  right: -1%;
}

@media screen and (max-width: 768px) {
  .content_tvcm .page_scroll {
    bottom: -0.2rem;
    right: -5%;
  }
}

.content_links {
  background: #f3f6f8;
}

.content_links .content_inner {
  position: relative;
}

.content_links .links_main_title {
  margin: 0 auto 4%;
  width: 14%;
}

@media screen and (max-width: 480px) {
  .content_links .links_main_title {
    margin: 0 auto 8%;
    width: 26%;
  }
}

.content_links .btn_sub {
  position: absolute;
  right: 0;
  top: 1%;
}

@media screen and (max-width: 480px) {
  .content_links .btn_sub {
    margin-top: 6%;
    position: static;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .content_links .btn_sub a {
    display: block;
  }
}

.content_links .link_list {
  -webkit-flex: 1;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content_links .link_list::after,
.content_links .link_list::before {
  content: "";
  display: block;
  /* width: 18%; */
  max-width: 18%;
  height: 0;
}

.content_links .link_list::before {
  order: 1;
}


@media screen and (max-width: 480px) {
  .content_links .link_list {
    justify-content: center;
    /* margin: 0 -2%; */
  }
}

.content_links .link_list li {
  flex: 0 0 18%;
  max-width: 18%;
  margin: 0 0 2.27%;
}

@media screen and (max-width: 480px) {
  .content_links .link_list li {
    flex: 0 0 46%;
    margin: 0 auto 4%;
    max-width: 46%;
  }
}

.content_links .link_list-big li {
  flex: auto;
  /* margin-top: 2.27%; */
  max-width: inherit;
}

@media screen and (max-width: 480px) {
  .content_links .link_list-big li {
    flex: 0 0 46%;
    margin: 0 auto 4%;
    max-width: 46%;
  }
}

.content_links .link_list li a {
  display: block;
}

@media screen and (min-width: 768px) {
  .content_links .link_list li a:hover {
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  }
}

.content_links .link_list_pc {
  display: block;
}

@media screen and (max-width: 480px) {
  .content_links .link_list_pc {
    display: none;
  }
}

.content_links .link_list_sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .content_links .link_list_sp {
    display: block;
  }
}

.site_footer .page_scroll {
  display: none;
}


.content_service .service_detail .joical-logo{
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .content_service .service_detail .joical-logo{
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}

.content_service .service_detail .joical-logo img {
  width: 80%;
}

.shop-list{
  display: flex;
}

.shop-list-item{
  width: 47%;
}

.shop-list-item:nth-child(2n+1){
 margin-right: 6%;
}

.shop-list-item-logo {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
}

.shop-list-item-logo img{
  max-height: 60px;
  width: auto;
  max-width: calc(100% - 52px);
}

@media screen and (max-width: 768px){
  .shop-list-item-logo img{
    max-width: calc(100% - 32px);
    max-height: 44px;

  }
  
}

.content_service .group-shop .icon_arrow {
  margin-top: -1rem;
  position: absolute;
  right: 0%;
  top: 50%;
}

.shop-list-item-text{
  font-size: 85%;
  line-height: 1.6;
  margin-top: 0.96em;
}

@media screen and (max-width: 848px) {
  .shop-list-item-text{
    font-size: 0.75em;
    letter-spacing: 0.15px;
    margin-top: 0.5em;
  }
}


@media screen and (max-width: 768px) {
  .content_service .group-shop .icon_arrow {
    margin-top: -0.65rem;
  }
}

.sp-block{
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-block{
    display: block;
  }
  
}

.sp-none{
display: block;
}

@media screen and (max-width: 768px) {
  .sp-none{
    display: none;
  }
  
}