@charset "UTF-8";
body, select, textarea, inpu * {
  padding: 0;
  margin: 0;
  outline: 0;
}

body {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, ul, li, em {
  font-style: normal;
  word-wrap: break-word;
  word-break: normal;
  font-weight: normal;
}

ul, li {
  list-style-type: none;
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  border-collapse: collapse;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

/*HTML5対応*/
img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

section, article, nav, aside, details, figcaption, figure, footer, header, hgroup, menu, main {
  display: block;
}

/*display*/
.ib {
  display: inline-block;
}

.link {
  color: #1d3d93;
  text-decoration: underline;
}

.half-id {
  margin-left: -0.5em;
}

/*link*/
a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a img:hover {
  opacity: 0.8;
}

/*box-sizing*/
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.site_wrap {
  overflow-x: hidden;
}

.wrap {
  max-width: 92%;
  width: 1300px;
  margin: 0 auto;
  min-width: 1080px;
}
.wrap.w1200 {
  width: 1200px;
}
.wrap.w1100 {
  width: 1100px;
}
.wrap.w1000 {
  width: 1000px;
  min-width: 1000px;
}
.wrap.w900 {
  width: 900px;
  min-width: 900px;
}
.wrap.w800 {
  width: 800px;
  min-width: 800px;
}

* {
  letter-spacing: 0.05em;
}

body,
select,
textarea,
input,
div,
* {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  line-height: 1.7em;
  letter-spacing: 0.04em;
}

a {
  color: #333;
}
a:hover {
  color: #555;
}

.bold {
  font-weight: 700;
}
.bold * {
  font-weight: 700;
}

.eng {
  font-family: "outfit";
  font-weight: 700;
}
.eng * {
  font-family: "outfit";
  font-weight: 700;
}

.nomal_font {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

body figure {
  margin: 0;
}

#wpadminbar .display-name {
  color: #f0f0f1;
}

.pc_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  background: #F0FFFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.pc_header .wrap {
  width: 1300px;
  position: relative;
  z-index: 100;
}
.pc_header .header_over {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.pc_header .header_over h1 {
  line-height: 1;
  padding: 17px 0;
  width: 240px;
}
.pc_header .header_over h1 a {
  display: block;
  line-height: 1;
}
.pc_header .header_over .header_over_right {
  display: flex;
  gap: 4px;
  align-items: center;
}
.pc_header .header_over .header_over_right .boxes {
  padding: 5px 0;
}
.pc_header .header_over .header_over_right .boxes.box_tel {
  padding-right: 10px;
}
.pc_header div#global_menu {
  padding: 0 0 5px;
  position: relative;
  display: flex;
  align-items: center;
}
.pc_header div#global_menu ul#global_menu_ul {
  display: flex !important;
  background: none !important;
}
.pc_header div#global_menu ul#global_menu_ul > li > a {
  display: block;
  padding: 10px 18px;
  text-align: center;
  min-width: 6em;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 1300px) {
  .pc_header div#global_menu ul#global_menu_ul > li > a {
    padding: 10px;
  }
}
.pc_header div#global_menu ul#global_menu_ul > li > a::after {
  content: "";
  width: 1px;
  height: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ccc;
  transition: 0.2s;
}
.pc_header div#global_menu ul#global_menu_ul > li:nth-child(1) > a::before {
  content: "";
  width: 1px;
  height: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ccc;
  transition: 0.2s;
}
.pc_header div#global_menu ul#global_menu_ul > li.menu-item-has-children > a {
  transition: 0.2s;
  background: url("../images/common/arr_s_g.svg") no-repeat;
  background-size: 10px auto;
  background-position: 50% 90%;
}
.pc_header div#global_menu ul#global_menu_ul > li.menu-item-has-children:hover > a {
  background: url("../images/common/arr_s_w.svg") no-repeat rgba(51, 51, 51, 0.8901960784);
  background-size: 10px auto;
  background-position: 50% 90%;
  border-radius: 5px 5px 0 0;
  color: #fff;
}
.pc_header div#global_menu ul#global_menu_ul > li.menu-item-has-children:hover > a::after, .pc_header div#global_menu ul#global_menu_ul > li.menu-item-has-children:hover > a::before {
  opacity: 0;
}
.pc_header div#global_menu ul#global_menu_ul > li.menu-item-has-children .sub-menu {
  opacity: 0;
  position: absolute;
  left: -10px;
  right: -10px;
  top: 88%;
  transition: 0.3s;
  border-radius: 5px;
  background: rgba(51, 51, 51, 0.88);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 20px 30px 30px;
  pointer-events: none;
  display: flex !important;
  flex-wrap: wrap;
  gap: 2%;
}
.pc_header div#global_menu ul#global_menu_ul > li.menu-item-has-children .sub-menu li {
  width: 23%;
  border-bottom: 1px solid rgba(235, 235, 235, 0.5);
  background: none;
}
.pc_header div#global_menu ul#global_menu_ul > li.menu-item-has-children .sub-menu a {
  color: #fff;
  display: block;
  padding: 15px 35px 15px 15px;
  position: relative;
  transition: 0.2s;
}
.pc_header div#global_menu ul#global_menu_ul > li.menu-item-has-children .sub-menu a::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/common/arr_l_w_bold.svg) no-repeat center;
  transition: 0.3s;
}
.pc_header div#global_menu ul#global_menu_ul > li.menu-item-has-children .sub-menu a:hover {
  background: rgba(0, 0, 0, 0.15);
}
.pc_header div#global_menu ul#global_menu_ul > li.menu-item-has-children .sub-menu a:hover::after {
  right: 8px;
}
.pc_header div#global_menu ul#global_menu_ul > li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.pc_header div#global_menu #hd_searchform {
  margin-left: auto;
}
.pc_header div#global_menu #hd_searchform #searchform {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-right: 5px;
  margin-bottom: 0;
}
.pc_header div#global_menu #hd_searchform #searchform .searchtext_div {
  background: none !important;
}
.pc_header div#global_menu #hd_searchform #searchform .assistive-text {
  display: none;
}
.pc_header div#global_menu #hd_searchform #searchform .searchtext {
  border: 1px solid #9aa9a9;
  border-radius: 5px;
  width: 15em;
  padding: 6px 10px;
  background: #fff;
  color: #333;
  margin: 0;
}
.pc_header div#global_menu #hd_searchform #searchform .searchsubmit {
  border: 0;
  background: url(../images/common/icon_search.svg) no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  text-indent: -100px;
}
.pc_header div#global_menu #hd_searchform #searchform .searchsubmit:hover {
  opacity: 0.8;
}
.pc_header div#global_menu #fixed_sns {
  margin-left: auto;
}
.pc_header div#global_menu #expand_float_menu {
  display: none !important;
}

header.global_header {
  background: #F0FFFF;
  position: fixed;
  max-width: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 100;
  padding: 23px 0 20px 0;
  border-bottom: 1px solid #c3d9d9;
}
header.global_header h1.home_logo {
  max-width: 55%;
  margin: 0 auto;
  line-height: 1;
}
header.global_header h1.home_logo a {
  display: inline-block;
  padding: 0;
  line-height: 1;
}
header.global_header .menu_btn_wrap {
  position: absolute;
  max-width: 100%;
  margin: 0 auto;
  top: 13px;
  right: 0;
  padding: 0 13px 0 0;
  z-index: 800;
}
header.global_header .menu_btn {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  margin-left: auto;
}
header.global_header .menu_btn:hover {
  filter: brightness(1.3);
}
header.global_header .menu_btn span {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
}
header.global_header .menu_btn span::before, header.global_header .menu_btn span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #4c4d4d;
  left: 0;
  position: absolute;
  transition: 0.3s;
}
header.global_header .menu_btn span::before {
  top: -5px;
}
header.global_header .menu_btn span::after {
  bottom: -5px;
}
header.global_header .menu_btn.active span::before {
  top: 0;
  transform: rotate(45deg);
}
header.global_header .menu_btn.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
header.global_header + * {
  margin-top: 74px;
}

#menu {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  max-width: 100%;
  height: 100vh;
  transition: 0.3s;
  z-index: 500;
}
#menu.active {
  opacity: 1;
  pointer-events: all;
}
#menu .inner {
  background: #F0FFFF;
  margin-top: 70px;
  padding: 20px 5% 3vh;
  position: relative;
  overflow-y: auto;
  height: calc(100vh - 70px);
}
#menu .menu_title {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
#menu .menu_title * {
  letter-spacing: 0.1em;
}
#menu .menu_title > span {
  font-size: 30px;
  font-weight: 300;
}
#menu .menu_title > strong {
  font-size: 18px;
}
#menu .menu_works {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-bottom: 15px;
}
#menu .menu_works li {
  width: 49%;
  position: relative;
  overflow: hidden;
}
#menu .menu_works li:nth-child(1), #menu .menu_works li:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
#menu .menu_works li::before, #menu .menu_works li::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}
#menu .menu_works li::after {
  opacity: 0;
  right: 50%;
  background: rgb(0, 0, 0);
  z-index: 10;
  transition: 0.3s;
}
#menu .menu_works li::before {
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
#menu .menu_works li:hover::after {
  opacity: 1;
  right: 0;
}
#menu .menu_works li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 8px 40px 8px 18px;
  font-size: 20px;
  height: 100%;
}
#menu .menu_works li a::after {
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: 1px solid #ccc;
  border-bottom: 0;
  border-left: 0;
  position: absolute;
  transition: 0.2s;
  right: 25px;
}
#menu .menu_works li a:hover::after {
  right: 15px;
}
#menu .menu_works li a span {
  font-size: 0.75em;
  color: #fff;
}

.fv_wrap {
  position: relative;
  background: #111;
  margin-top: 115px;
  height: calc(100vh - 115px);
}
@media (max-height: 650px) {
  .fv_wrap {
    height: auto;
  }
}
.fv_wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(0deg, rgb(20, 20, 20) 35%, rgba(0, 0, 0, 0) 100%);
  z-index: 5;
}
.fv_wrap video {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv_wrap .damy {
  position: absolute;
  right: 0;
  color: #fff;
  top: 50%;
  width: 50%;
  text-align: center;
  letter-spacing: 0.3em;
}
.fv_wrap .wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  padding: 70px 0;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%);
}
@media (max-height: 650px) {
  .fv_wrap .wrap {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}
.fv_wrap .wrap .text_wrap {
  width: 100%;
  padding: 0 5%;
}
@media (max-height: 650px) {
  .fv_wrap .wrap .text_wrap {
    padding: 200px 0 180px 0;
  }
}
.fv_wrap .wrap .text_wrap h2 {
  padding-bottom: 30px;
  width: 55%;
}

/* fv / scroll */
.scroll {
  display: block;
  position: absolute;
  bottom: -150px;
  z-index: 50;
  padding: 0 10px 210px;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .scroll {
    display: none;
  }
}
.scroll span {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
}
.scroll::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 200px;
  background: rgba(255, 255, 255, 0.4);
}
.scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 200px;
  background: #fff;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.line_btn_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 25px 110px 25px 35px;
  border: 1px solid #fff;
  transition: 0.3s;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.line_btn_wrap a::after {
  content: "";
  width: 50px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/common/arr_long_ws.svg) no-repeat center;
  transition: 0.3s;
}
.line_btn_wrap a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.line_btn_wrap a:hover::after {
  right: -25px;
}
.line_btn_wrap a span.icon {
  height: 2.2em;
  width: 2.2em;
}
.line_btn_wrap a span.icon img {
  height: auto;
  width: 100%;
}
.line_btn_wrap a span.text {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
}
.line_btn_wrap a span.sub {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
}
.line_btn_wrap.blue a {
  border: 1px solid #00368b;
  color: #00368b;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.line_btn_wrap.blue a span.text {
  color: #00368b;
}
.line_btn_wrap.blue a:hover {
  background: #edf0f5;
}
.line_btn_wrap.blue a::after {
  background: url(../images/common/arr_long_bs.svg) no-repeat center;
}
.line_btn_wrap.bg_w a:hover {
  background: #fff;
}

.gra_check {
  position: relative;
}
.gra_check::before {
  content: "";
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 50px;
  background: linear-gradient(0deg, rgba(240, 255, 255, 0) 0%, rgb(240, 255, 255) 100%);
}
.gra_check > * {
  position: relative;
  z-index: 10;
}
.gra_check .wrap {
  padding: 30px 0;
}

.midashi_s {
  display: block;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  padding: 0 0 0 15px;
  margin-bottom: 15px;
  line-height: 1.3em;
}
.midashi_s::before {
  content: "";
  width: 5px;
  position: absolute;
  height: 1.1em;
  left: 0;
  top: 4px;
  background: #71cfb8;
  border-radius: 100px;
}

.midashi_ss {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.midashi_center {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  padding: 9px 30px 11px;
  margin: 0 auto;
  line-height: 1.2em;
  width: -moz-fit-content;
  width: fit-content;
}
.midashi_center::before, .midashi_center::after {
  content: "";
  width: 15px;
  height: 100%;
  top: 0;
  position: absolute;
  border: 4px solid #71cfb8;
}
.midashi_center::before {
  left: 0;
  border-right: 0;
}
.midashi_center::after {
  right: 0;
  border-left: 0;
}

.tab_btn_list {
  height: 5.5em;
  overflow: hidden;
  position: relative;
}
.tab_btn_list::after {
  content: "";
  width: 100%;
  height: 2em;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #ffffff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.tab_btn_list.active {
  height: auto;
}
.tab_btn_list.active::after {
  display: none;
}
.tab_btn_list ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 3px;
}
.tab_btn_list ul li a {
  display: block;
  padding: 2px 7px 4px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #71cfb8;
  box-shadow: 1px 1px 0 #71cfb8;
  line-height: 1.3em;
  font-size: 15px;
  letter-spacing: 0;
}

.tab_btn_open {
  text-align: center;
  position: relative;
  z-index: 10;
}
.tab_btn_open.active {
  display: none;
}
.tab_btn_open .open_btn {
  display: inline-block;
  background: #eee;
  padding: 4px 15px 6px 30px;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
}
.tab_btn_open .open_btn:hover {
  background: #ddd;
}
.tab_btn_open .open_btn::before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  background: url(../images/common/icon_plus.svg) no-repeat;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.home_shop_wrap {
  background: linear-gradient(0deg, rgb(41, 41, 41) 70%, rgb(20, 20, 20) 100%);
  background-size: 100% auto;
  padding: 160px 0 100px;
  margin-top: -1px;
  overflow: hidden;
}
.home_shop_wrap .wrap {
  padding: 20px 0;
  position: relative;
  z-index: 10;
}
.home_shop_wrap .image_wrap .wrap {
  position: relative;
  padding: 0 0 20px 0;
}
.home_shop_wrap .swiper-wrapper {
  transition-timing-function: linear;
}
.home_shop_wrap .swiper-wrapper img {
  border-radius: 10px;
}
.home_shop_wrap .title_wrap {
  text-align: center;
  padding: 0 0 30px 0;
}
.home_shop_wrap .title_wrap * {
  color: #fff;
}
.home_shop_wrap .title_wrap strong {
  font-size: 18px;
  line-height: 1.55em;
  display: block;
}
.home_shop_wrap .title_wrap em.eng {
  letter-spacing: 0.1em;
  font-size: 46px;
  font-weight: 300;
  display: block;
  line-height: 1.3em;
}
.home_shop_wrap p.info_text {
  color: #fff;
  font-size: 17px;
  line-height: 2.2em;
  text-align: center;
  padding: 50px 5% 40px;
}
.home_shop_wrap .image_outer {
  position: relative;
}
.home_shop_wrap .image_outer .bg_image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home_shop_wrap .shop_features {
  max-width: 60%;
  margin-left: auto;
  position: relative;
  z-index: 10;
}
.home_shop_wrap .line_btn_wrap a {
  margin: 0 auto;
}

.home_company_wrap {
  background: #F0FFFF;
  position: relative;
  min-width: 1080px;
}
.home_company_wrap .wrap {
  padding: 130px 0 80px 0;
}
.home_company_wrap .wrap .inner {
  padding-right: 55%;
}
.home_company_wrap .title_wrap {
  text-align: center;
  padding-bottom: 0;
}
.home_company_wrap .title_wrap img {
  max-width: 75%;
}
.home_company_wrap .name_wrap {
  text-align: center;
}
.home_company_wrap .name_wrap * {
  color: #1c3868;
}
.home_company_wrap .name_wrap span {
  display: block;
  font-size: 15px;
}
.home_company_wrap .name_wrap strong {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 12px;
  border-bottom: 1px solid #173364;
  display: block;
}
.home_company_wrap .name_wrap p {
  padding: 20px 0 0 0;
  font-size: 17px;
  line-height: 2em;
  letter-spacing: 0.07em;
  text-align: left;
}
.home_company_wrap .staff_wrap {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}
.home_company_wrap .staff_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0 30px;
}

.home_achieve {
  background: #F0FFFF;
  padding: 45px 0 70px;
  position: relative;
}
.home_achieve::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #d3ebeb;
}
.home_achieve .midashi_wrap {
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.55em;
  color: #1c3868;
  font-weight: 600;
  position: relative;
}
.home_achieve .midashi_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  border-top: 1px solid #576e94;
  border-bottom: 1px solid #576e94;
}
.home_achieve .midashi_wrap .title_inner {
  background: #F0FFFF;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  padding: 0 15px;
}
.home_achieve .midashi_wrap * {
  font-size: 1em;
  color: #1c3868;
  font-weight: 600;
  line-height: 1.55em;
}
.home_achieve .image_wrap {
  padding: 0 1.5% 20px;
  display: flex;
  gap: 4%;
}
.home_achieve .image_wrap .boxes {
  padding-bottom: 20px;
}
.home_achieve .image_wrap .boxes img {
  border-radius: 20px;
}

.shop_features {
  margin: 25px 0;
  display: flex;
  gap: 4%;
  flex-wrap: wrap;
}
.shop_features .boxes {
  width: 48%;
  min-height: 4.8em;
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  margin-bottom: 25px;
  padding-right: 10px;
}
.shop_features .boxes * {
  color: #fff;
  line-height: 1.7em;
}
.shop_features .boxes .num_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  border-radius: 100px;
  margin: 0 auto;
}
.shop_features .boxes .num_wrap span.eng {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.15em;
}
.shop_features .boxes .text_wrap {
  width: 100%;
  padding: 10px 0 25px;
  align-items: center;
  color: #fff;
  text-align: center;
}
.shop_features .boxes .text_wrap p {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.1em;
}
.shop_features .boxes .text_wrap p .eng {
  font-size: 1.5em;
  display: inline-block;
  padding: 0 2px;
  line-height: 1.1em;
}
.shop_features .boxes .text_wrap p .big {
  font-size: 1.17em;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.shop_features .boxes .text_wrap p .sub {
  font-size: 15px;
}
.shop_features .boxes .text_wrap p .red {
  color: #d5bc5e;
}
.shop_features .boxes .text_wrap p .blue {
  color: #a4ceeb;
}

.btn_wrap {
  text-align: center;
  margin-top: 35px;
}
.btn_wrap > a {
  display: flex;
  position: relative;
  padding: 15px 10px;
  align-items: center;
  justify-content: center;
}
.btn_wrap > a + a {
  margin-top: 10px !important;
}
.btn_wrap.line_btn a {
  background: #fff;
  max-width: 84%;
  margin: 0 auto;
  color: #00368b;
  font-size: 20px;
  position: relative;
  padding-right: 20px;
  transition: 0.3s;
}
.btn_wrap.line_btn a::after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/common/arr_l_b.svg) no-repeat;
  transition: 0.3s;
}
.btn_wrap.line_btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #00368b;
  transition: 0.3s;
}
.btn_wrap.line_btn a:hover {
  background: #00368b;
  color: #fff;
}
.btn_wrap.line_btn a:hover::before {
  border: 4px solid #fff;
}
.btn_wrap.line_btn a:hover::after {
  right: 10px;
  background: url(../images/common/arr_l_w.svg) no-repeat;
}
.btn_wrap.line_btn.line_w a {
  color: #fff;
  background: none;
}
.btn_wrap.line_btn.line_w a::before {
  border-color: #fff;
}
.btn_wrap.line_btn.line_w a::after {
  background: url(../images/common/arr_l_w.svg) no-repeat;
}
.btn_wrap.line_btn.line_w a:hover {
  background: #fff;
  color: #00368b;
}
.btn_wrap.line_btn.line_w a:hover::before {
  border: 4px solid #00368b;
}
.btn_wrap.line_btn.line_w a:hover::after {
  right: 8px;
  background: url(../images/common/arr_l_b.svg) no-repeat;
}
.btn_wrap.sub_text a {
  flex-direction: column;
  gap: 2px;
}
.btn_wrap.sub_text a .sub {
  color: #fff;
  font-size: 15px;
}
.btn_wrap.sub_text a:hover .sub {
  color: #00368b;
}

#header_container + .home_news_wrap {
  margin-top: 80px;
}

.home_news_wrap .wrap {
  padding: 80px 0 120px;
}
.home_news_wrap .title_wrap {
  margin: 0 0 35px 0;
}
.home_news_wrap .midashi_ss {
  margin-top: 40px;
}
.home_news_wrap .news_list {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.home_news_wrap .home_news_link_ui {
  padding: 75px 0 0 0;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 7%;
}
.home_news_wrap .home_news_link_ui .line_btn_wrap {
  min-width: 40%;
}
.home_news_wrap .home_news_link_ui .line_btn_wrap a {
  justify-content: left;
  width: 100%;
}
.home_news_wrap .home_news_link_ui .home_news_sns_wrap .midashi_ss {
  margin-top: 0;
}

.news_list {
  display: flex;
  gap: 5%;
}
.news_list .boxes {
  width: 30%;
}
.news_list .boxes a {
  display: flex;
  flex-direction: column;
  gap: 5%;
}
.news_list .boxes a:hover .image_wrap img {
  opacity: 0.8;
}
.news_list .boxes a:hover .news_title {
  text-decoration: underline;
}
.news_list .boxes .image_wrap {
  text-align: center;
}
.news_list .boxes .text_wrap {
  width: 100%;
  padding-top: 10px;
}
.news_list .boxes .text_wrap .category_list a {
  display: inline-block;
  padding: 2px 7px 3px;
  margin: 0 5px 5px 0;
  background: #71cfb8;
  line-height: 1.3em;
  font-size: 15px;
  color: #fff;
}
.news_list .boxes .text_wrap .news_title {
  line-height: 1.6em;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  letter-spacing: 0;
}
.news_list .boxes .text_wrap time {
  color: #00368b;
  font-size: 14px;
}

.sns_list {
  display: flex;
  gap: 4%;
  justify-content: center;
  align-items: center;
  margin: 12px 0 0 0;
}
.sns_list li {
  width: 16%;
  max-width: 50px;
}
.sns_list li a img {
  transition: 0.2s;
}

.brand_list_wrap {
  background: #eaf1f1;
  position: relative;
}
.brand_list_wrap .image_right {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 40%;
}
.brand_list_wrap .wrap {
  position: relative;
  z-index: 10;
  padding: 160px 0 120px;
}
.brand_list_wrap .title_wrap {
  margin-bottom: 45px;
  text-align: center;
  position: relative;
}
.brand_list_wrap .title_wrap h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.45em;
  font-weight: 500;
  position: relative;
  z-index: 10;
}
.brand_list_wrap .title_wrap span.eng {
  font-size: 133px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1em;
  letter-spacing: 0.15em;
}
.brand_list_wrap .brand_list {
  margin-bottom: 40px;
}
.brand_list_wrap .line_btn_wrap a {
  margin: 0 auto;
}

.brand_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5%;
}
.brand_list .boxes {
  width: 31.66%;
  margin-bottom: 15px;
}
.brand_list .boxes img {
  transition: 0.2s;
}
.brand_list .boxes a:hover img {
  opacity: 0.8;
}
.brand_list .boxes.box_l {
  width: 31.66%;
  margin-bottom: 35px;
}
.brand_list .boxes.box_l a {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  gap: 3%;
  align-items: center;
  transition: 0.2s;
  flex-direction: column;
  width: 100%;
}
.brand_list .boxes.box_l a:hover {
  box-shadow: 0 0 5px rgba(32, 47, 47, 0.2);
}
.brand_list .boxes.box_l a .image_wrap {
  width: 100%;
  text-align: center;
}
.brand_list .boxes.box_l a .image_wrap img {
  max-width: 90%;
}
.brand_list .boxes.box_l a .text_wrap {
  width: 100%;
  padding: 15px 0 0 0;
  text-align: center;
}
.brand_list .boxes.box_l a .text_wrap strong {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 1.4em;
}
.brand_list .boxes.box_l a .text_wrap em {
  font-size: 15px;
}
.brand_list .boxes.box_s {
  width: 23.125%;
}
.brand_list .boxes.box_s a {
  display: block;
}
.brand_list .boxes.box_s a .image_wrap {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s;
  padding: 15px;
}
.brand_list .boxes.box_s a:hover .image_wrap {
  box-shadow: 0 0 5px rgba(32, 47, 47, 0.2);
}
.brand_list .boxes.box_s a .text_wrap {
  text-align: center;
  padding-top: 5px;
}
.brand_list .boxes.box_s a .text_wrap strong {
  font-size: 15.5px;
  color: #00368b;
  letter-spacing: 0;
  display: block;
  line-height: 1.55em;
}

.accept_wrap {
  background: url(../images/common/bg_shop.png) no-repeat center #2c231f;
  background-size: cover;
  background-position: 50% 30%;
}
.accept_wrap .wrap {
  padding: 160px 0 180px 0;
}
.accept_wrap .title_wrap {
  text-align: center;
  padding: 0 0 30px 0;
}
.accept_wrap .title_wrap * {
  color: #fff;
}
.accept_wrap .title_wrap strong {
  font-size: 33px;
  line-height: 1.55em;
  display: block;
}
.accept_wrap .title_wrap strong .sub {
  font-size: 0.8em;
}
.accept_wrap .accept_list {
  display: flex;
  gap: 4%;
}
.accept_wrap .accept_list .boxes {
  width: 48%;
}
.accept_wrap .accept_list .boxes a {
  display: block;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 20px 40px 50px 25px;
  position: relative;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.4);
}
.accept_wrap .accept_list .boxes a:hover {
  background: rgba(1, 1, 2, 0.7);
}
.accept_wrap .accept_list .boxes a:hover img {
  opacity: 1;
}
.accept_wrap .accept_list .boxes a p {
  color: #fff;
  line-height: 1.4em;
  font-size: 22px;
  letter-spacing: 0.1em;
}
.accept_wrap .accept_list .boxes a span.icon {
  width: 60px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.accept_wrap .accept_list .boxes a::after {
  content: "";
  width: 50px;
  height: 20px;
  left: 25px;
  bottom: 15px;
  position: absolute;
  background: url(../images/common/arr_long_ws.svg) no-repeat;
}

.week2_wrap .wrap {
  padding: 80px 0 120px;
}
.week2_wrap .title_wrap {
  text-align: center;
  margin: 0 0 20px 0;
}
.week2_wrap .title_wrap span.sub {
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 5px 0 0 0;
}
.week2_wrap .flow_wrap {
  margin-bottom: 35px;
}
.week2_wrap .line_btn_wrap a {
  margin: 0 auto;
}

.flow_wrap .boxes {
  display: flex;
  gap: 4%;
  align-items: center;
  margin-top: 20px;
}
.flow_wrap .boxes .image_wrap {
  width: 30%;
}
.flow_wrap .boxes .image_wrap img {
  border-radius: 5px;
}
.flow_wrap .boxes .text_wrap {
  width: 66%;
}
.flow_wrap .boxes .text_wrap .inner_title {
  display: flex;
  margin-bottom: 13px;
  border-radius: 5px;
  overflow: hidden;
}
.flow_wrap .boxes .text_wrap .inner_title .num {
  background: #71cfb8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  padding: 7px 5px;
  width: 2.8em;
  color: #fff;
  line-height: 1.1em;
}
.flow_wrap .boxes .text_wrap .inner_title strong {
  flex-grow: 1;
  padding: 7px 10px 7px 15px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 24px;
  font-weight: bold;
}
.flow_wrap .boxes .text_wrap p {
  font-size: 18px;
  line-height: 1.8em;
}
.flow_wrap .boxes .text_wrap p a {
  color: #00368b;
  text-decoration: underline;
}
.flow_wrap .boxes .text_wrap p a:hover {
  opacity: 0.8;
}

.more_service_wrap {
  background: #000;
  position: relative;
  min-width: 1080px;
}
.more_service_wrap .wrap {
  position: relative;
  z-index: 10;
  padding: 150px 0 160px;
}
.more_service_wrap .wrap .title_wrap {
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 300;
  font-size: 65px;
  padding: 0 0 5px 0;
  line-height: 1.1em;
  letter-spacing: 0.08em;
}
.more_service_wrap .wrap h3 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}
.more_service_wrap .more_service_image {
  position: absolute;
  width: 1900px;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  opacity: 0.6;
}
.more_service_wrap .more_service_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service_list {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
.service_list > .boxes {
  width: 48.5%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
  border-radius: 5px;
}
.service_list > .boxes a {
  display: flex;
  padding: 15px 0 15px 15px;
  position: relative;
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.1);
}
.service_list > .boxes a::after {
  content: "";
  width: 40px;
  height: 10px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/common/arr_long_ws.svg) no-repeat center;
  transition: 0.3s;
}
.service_list > .boxes a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.service_list > .boxes a:hover::after {
  right: -15px;
}
.service_list > .boxes a figure {
  margin: 0;
  width: 36%;
  border-radius: 5px;
  overflow: hidden;
}
.service_list > .boxes a figure img {
  transition: 0.3s;
}
.service_list > .boxes a p {
  width: 64%;
  padding: 15px 50px 15px 17px;
  color: #fff;
  font-size: 17px;
  display: flex;
  letter-spacing: 0;
  align-items: center;
  letter-spacing: 0;
}
.service_list > .boxes a p span {
  font-size: 15.5px;
  color: #fff;
}
.service_list > .boxes a:hover figure img {
  opacity: 0.8;
}

footer {
  border-top: 1px solid #cedddd;
  background: #fff;
}
footer .foot_shop_list {
  margin-top: 10px;
}
footer .line_btn_wrap {
  padding: 20px 0;
}
footer .line_btn_wrap a {
  margin: 0 auto;
}
footer .copy {
  text-align: center;
  padding: 30px 0 0 0;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.15em;
}

.foot_cta {
  padding: 120px 0;
}
.foot_cta .title_wrap {
  text-align: center;
  padding-bottom: 20px;
}
.foot_cta .title_wrap .foot_logo {
  padding-bottom: 20px;
}
.foot_cta .title_wrap .foot_logo img {
  max-width: 80%;
}
.foot_cta .title_wrap h3 {
  padding-bottom: 15px;
  line-height: 1.25em;
  font-weight: 700;
  font-size: 40px;
  color: #00368b;
}
.foot_cta .cta_list {
  display: flex;
  gap: 2%;
}
.foot_cta .cta_list .boxes {
  width: 32%;
}
.foot_cta .cta_list .boxes a {
  display: flex;
  width: 100%;
  border-radius: 7px;
  min-height: 5em;
  height: 100%;
}
.foot_cta .cta_list .boxes a .icon_wrap {
  width: 22%;
  padding-left: 7%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.foot_cta .cta_list .boxes a .icon_wrap img {
  max-width: 3.5em;
}
.foot_cta .cta_list .boxes a:hover img {
  opacity: 1;
}
.foot_cta .cta_list .boxes a .text_wrap {
  width: 78%;
  display: flex;
  align-items: center;
}
.foot_cta .cta_list .boxes a .text_wrap .inner {
  width: 100%;
  padding: 0 15px 0 20px;
}
.foot_cta .cta_list .boxes a .text_wrap em.eng {
  font-size: 30px;
  line-height: 1.05em;
  letter-spacing: 0.08em;
}
.foot_cta .cta_list .boxes a .text_wrap em.jp {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}
.foot_cta .cta_list .boxes a .text_wrap p {
  line-height: 1.3em;
  font-size: 16px;
  letter-spacing: 0;
  padding-top: 5px;
}
.foot_cta .cta_list .boxes a .text_wrap p.sub {
  font-size: 15px;
  padding-top: 0;
}
.foot_cta .cta_list .boxes.cta_tel a {
  border: 3px solid #0e8736;
  background: #f6f6f6;
}
.foot_cta .cta_list .boxes.cta_tel .text_wrap {
  padding: 12px 0;
}
.foot_cta .cta_list .boxes.cta_tel .text_wrap em {
  color: #0e8736;
}
.foot_cta .cta_list .boxes.cta_web a {
  background: #00368b;
  transition: 0.2s;
}
.foot_cta .cta_list .boxes.cta_web a:hover {
  filter: brightness(1.1);
}
.foot_cta .cta_list .boxes.cta_web * {
  color: #fff;
}
.foot_cta .cta_list .boxes.cta_shop a {
  background: #00368b;
  transition: 0.2s;
}
.foot_cta .cta_list .boxes.cta_shop a:hover {
  filter: brightness(1.1);
}
.foot_cta .cta_list .boxes.cta_shop * {
  color: #fff;
}

.foot_menu_wrap {
  background: #2c231f;
}
.foot_menu_wrap .wrap {
  padding: 50px 0 120px;
}
.foot_menu_wrap .wrap * {
  color: #fff;
}
.foot_menu_wrap .title_wrap {
  text-align: center;
  padding-bottom: 30px;
}
.foot_menu_wrap .title_wrap h4.eng {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1em;
}

footer .dp-widget-content .inside-title {
  display: none;
}

footer .textwidget {
  padding-bottom: 100px;
  display: flex;
  gap: 3%;
  padding: 0 5%;
  margin-bottom: 60px;
  width: 100%;
}
footer .textwidget .inside-title {
  display: none;
}
footer .textwidget > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  width: 48.5%;
}
footer .textwidget > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .textwidget > ul > li > a {
  display: block;
  position: relative;
  padding: 8px 25px 9px 3px;
  font-size: 15px;
}
footer .textwidget > ul > li > a::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: url(../images/common/arr_s_w.svg) no-repeat;
  transition: 0.2s;
}
footer .textwidget > ul > li > a:hover::after {
  right: 8px;
}
footer .textwidget > ul > li ul {
  background: rgba(0, 0, 0, 0.15);
  width: 96%;
  margin-left: auto;
  margin-bottom: 20px;
}
footer .textwidget > ul > li ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
footer .textwidget > ul > li ul li a {
  display: block;
  position: relative;
  padding: 10px 25px 10px 15px;
  font-size: 15px;
}
footer .textwidget > ul > li ul li a::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: url(../images/common/arr_s_w.svg) no-repeat;
  transition: 0.2s;
}
footer .textwidget > ul > li ul li a:hover::after {
  right: 8px;
}

.foot_shop_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4%;
}
.foot_shop_list .boxes {
  width: 24%;
  margin: 0 0 35px 0;
}
.foot_shop_list .boxes .shop_image {
  padding-bottom: 15px;
}
.foot_shop_list .boxes .shop_name {
  padding-bottom: 5px;
  text-align: center;
}
.foot_shop_list .boxes .shop_name * {
  line-height: 1.4em;
}
.foot_shop_list .boxes .shop_name span {
  font-size: 17px;
  letter-spacing: 0.1em;
}
.foot_shop_list .boxes .shop_name span.eng {
  font-weight: 300;
  display: block;
  font-size: 19px;
}
.foot_shop_list .boxes .shop_info p {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.fixed_cta {
  z-index: 1000;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  border-top: 3px solid #fff;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
.fixed_cta.active {
  opacity: 1;
  pointer-events: all;
}
.fixed_cta .inner {
  display: flex;
  gap: 3px;
}
.fixed_cta .inner a {
  display: block;
  text-align: center;
}
.fixed_cta .inner a .icon_wrap {
  text-align: center;
  padding: 9px 0 4px 0;
}
.fixed_cta .inner a .icon_wrap img {
  max-width: 28px;
}
.fixed_cta .inner a.cta_kit {
  width: 30%;
  background: #c93e3f;
}
.fixed_cta .inner a.cta_kit * {
  color: #fff;
}
.fixed_cta .inner a.cta_kit .icon_wrap img {
  max-width: 56px;
}
.fixed_cta .inner a.cta_day {
  width: 30%;
  background: #00368b;
}
.fixed_cta .inner a.cta_day * {
  color: #fff;
}
.fixed_cta .inner a.cta_line {
  width: 22%;
  background: #2aa82a;
}
.fixed_cta .inner a.cta_line * {
  color: #fff;
}
.fixed_cta .inner a.cta_tel {
  width: 18%;
  background: #f3f3f3;
}
.fixed_cta .inner a > span {
  display: block;
  padding: 0 0 12px 0.1em;
  letter-spacing: 0.04em;
  line-height: 1.3em;
  font-size: 15px;
  font-weight: 600;
}

#sidebar #search-2 {
  display: none;
}/*# sourceMappingURL=style.css.map */