@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

/***  width  ***/
/***  color  ***/
/***  BreakPoint  ***/
/***  MediaQuery  ***/
body {
  position: relative;
  color: #222;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  -webkit-print-color-adjust: exact;
}

@media print {
  body {
    zoom: 0.85;
  }
}

a {
  display: block;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

.cf::before,
.cf::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

main {
  display: block;
}

/**********************************
/* 下層 - コンテンツ枠
**********************************/
.main_lower .main_lower-inner {
  display: flex;
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px 60px;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
  .main_lower .main_lower-inner {
    width: 100%;
    flex-direction: column-reverse;
    padding: 0 0 44px 0;
  }
}

.main_lower .main_lower-inner .contents {
  width: 900px;
  max-width: calc(100% - 240px);
}

@media screen and (max-width: 999px) {
  .main_lower .main_lower-inner .contents {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .main_lower .main_lower-inner .contents.second_top_contents {
    padding: 0;
  }
}

.page_top {
  position: fixed;
  right: 40px;
  bottom: 69px;
  width: 71px;
  height: 75px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  z-index: 10;
}

.page_top:hover {
  cursor: pointer;
}

/**********************************
/* - pc・sp切り替え用クラス
/* - ヘッダーブレークポイント変更　2021-10-15
**********************************/
@media screen and (min-width: 1000px) {
  .is-pc {
    display: block !important;
  }
}

@media screen and (max-width: 999px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .is-sp {
    display: block !important;
  }
}

/**********************************
/* - 表示・非表示切り替え用クラス
**********************************/
.is-hidden {
  display: none !important;
}

.is-show {
  display: block !important;
}

/**********************************
/* - 英語用フォント
**********************************/
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/PTSans-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'PT Sans';
  font-style: bold;
  font-weight: 700;
  src: url(/assets/fonts/PTSans-Bold.ttf) format('truetype');
}

/**********************************
/* - 現在地表示用クラス
**********************************/
.nav_current {
  pointer-events: none !important;
  font-weight: bold !important;
  background: #fdf1f3 !important;
  color: #f2879b !important;
}

.mod_sidenav-bl .nav_current {
  color: #222 !important;
}
.scroll-prevent-ip {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.scroll-prevent-ad {
  overflow: hidden;
}

.modal-btn img {
  display: inline !important;
}

.mod_sidenav .nav_current-category > a {
  font-weight: bold;
  background: #fdf1f3;
}

/**********************************
/* import
**********************************/
/***  width  ***/
/***  color  ***/
/***  BreakPoint  ***/
/***  MediaQuery  ***/
.cmn_header-inner {
  width: 1200px;
  max-width: calc(100% - 30px);
  min-width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid transparent;
  padding: 0 15px;
}

.cmn_header-inner .cmn_header_top {
  display: flex;
  align-items: center;
  padding: 15px 0 13px;
  border-bottom: 1px solid #e6e6e6;
}

.cmn_header-inner .cmn_header_top-note {
  /* position: absolute;
  top: 14px;
  right: 0; */
  /* width: 80px; */
  width: 55px;
  margin-right: 15px;
}

.cmn_header-inner .cmn_header_top-note a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #222;
}

.cmn_header-inner .cmn_header_top-note img {
  pointer-events: none;
}

.cmn_header-inner .cmn_header_top-note a div {
  font-size: 12px;
  margin-left: 12px;
}

.cmn_header-inner .cmn_header_lang a {
  font-size: 14px;
  color: #222;
}

.cmn_header-inner .cmn_header_top-search {
  width: 200px;
  margin-right: 21px;
  margin-left: 19px;
}

.cmn_header-inner .cmn_header_top-search form .form_inner {
  display: flex;
  align-items: center;
  border: 1px solid #c6cfdb;
  border-radius: 4px;
  overflow: hidden;
}

.cmn_header-inner .cmn_header_top-search form .form_inner .search_txt {
  width: 167px;
  height: 32px;
  display: flex;
  align-items: center;
  background: #edf0f4;
  padding: 5px 0 5px 13px;
}

.cmn_header-inner .cmn_header_top-search form .form_inner .search_txt input {
  height: 15px;
}

.cmn_header-inner .cmn_header_top-search form .form_inner .search_txt input::placeholder {
  color: #8e8e93;
  font-size: 14px;
  font-weight: bold;
}

.cmn_header-inner .cmn_header_top-search form .form_inner .search_txt input::-webkit-input-placeholder {
  padding-bottom: 15px;
}

.cmn_header-inner .cmn_header_top-search form .form_inner .search_ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 32px;
  padding: 11px 0;
  background: #919baa;
}

.cmn_header-inner .cmn_header_top-search form .form_inner .search_ico input {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cmn_header-inner .cmn_header_top-contact {
  display: flex;
  align-items: center;
}

.cmn_header-inner .cmn_header_top-contact--txt {
  width: 170px;
  margin-right: 19px;
}

.cmn_header-inner .cmn_header_top-contact--tel {
  display: flex;
}

.cmn_header-inner .cmn_header_top-contact--tel::before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: url(../../img/ico/ico_tel.svg) center/28px 28px no-repeat;
  margin-right: 8px;
}

.cmn_header-inner .cmn_header_top-contact--tel a {
  display: flex;
  align-items: center;
}

.cmn_header-inner .cmn_header_bottom {
  display: flex;
  height: 116px;
  position: relative;
  align-items: center;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-logo {
  display: flex;
  align-items: center;
  /* width: 203px; */
  width: 170px;
  margin-right: auto;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-logo a {
  width: 100%;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-nav {
  display: flex;
  align-items: center;
  /* padding-bottom: 13px; */
}

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
  /* padding-top: 14px; */
}

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item {
  display: flex;
  align-items: center;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item:not(:last-child) {
  /* margin-right: 36px; */
  margin-right: 25px;
}

@media screen and (max-width: 1023px) {
  .cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item:not(:last-child) {
    margin-right: 24px;
  }
}

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item.border_on a span::before {
  position: absolute;
  bottom: 0;
  right: 12px;
  display: block;
  content: "";
  width: 112px;
  height: 3px;
  background: linear-gradient(to right, #f2879b 50%, #45bec3 50%);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-nav_en .cmn_header-nav--list--item.border_on a span::before {
  width: 135px
}

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item.border_on a span:hover::before {
  opacity: 0;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item > .js-dropdown-trigger {
  display: flex;
  align-items: center;
  color: #222222;
  font-size: 15px;
  font-weight: bold;
  height: 89px;
  letter-spacing: 0;
  position: relative;
  cursor: pointer;
}

/* @media screen and (max-width: 1023px) {
  .cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item > .js-dropdown-trigger {
    font-size: 13px;
  }
} */

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item > .js-dropdown-trigger.nav_current {
  color: #F2879B;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item > .js-dropdown-trigger::before {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 11px;
  height: 6px;
  transition-duration: 0.3s;
  background: url(/assets/img/ico/ico_rightArrow_head_pink02.png) center center/cover;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item > .js-dropdown-trigger.is-current {
  color: #f2879b;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item.current > .js-dropdown-trigger span,
.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item.active > .js-dropdown-trigger span,
.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item > .js-dropdown-trigger:hover span {
  color: #F2879B;
}
.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item.active > .js-dropdown-trigger::before,
.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item > .js-dropdown-trigger:hover::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item > .js-dropdown-trigger span {
  display: block;
  padding: 12px 0px;
  border-radius: 6px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  text-align: center;
  color: #222;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item > .js-dropdown-trigger span.new_window {
  position: relative;
  padding-left: 18px;
  padding-right: 30px;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item > .js-dropdown-trigger span.new_window::after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 13px;
  height: 11px;
  background: url(/assets/img/ico/ico_new_window.svg) center/13px 11px no-repeat;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item > .js-dropdown-trigger span.new_window:hover::after {
  background-image: url(/assets/img/ico/ico_new_window_white.svg);
}

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item .cmn_header_dropdown-menu {
  position: absolute;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 22px 33px;
  border: 2px solid #f2879b;
  border-radius: 20px;
  background: #fdf1f3;
  width: calc(100% + 24px);
  max-width: calc(100% + 24px);
  top: 90px;
  visibility: hidden;
  opacity: 0;
  left: -15px;
  z-index: 2;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item .cmn_header_dropdown-menu.dropdown_goodhelth::before {
  left: 520px;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item .cmn_header_dropdown-menu .cmn_header_dropdown-list {
  width: calc((100% - 16px) /2);
  display: flex;
  align-items: center;
  font-weight: bold;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item .cmn_header_dropdown-menu.dropdown_basic .cmn_header_dropdown-list:first-child {
  display: block;
  width: 100%;
}

/* .cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item .cmn_header_dropdown-menu .cmn_header_dropdown-list:nth-child(n+5) {
  margin-top: 3px;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item .cmn_header_dropdown-menu .cmn_header_dropdown-list:nth-child(2),
.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item .cmn_header_dropdown-menu .cmn_header_dropdown-list:nth-child(3),
.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item .cmn_header_dropdown-menu .cmn_header_dropdown-list:nth-child(5),
.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item .cmn_header_dropdown-menu .cmn_header_dropdown-list:nth-child(6),
.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item .cmn_header_dropdown-menu .cmn_header_dropdown-list:nth-child(8),
.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item .cmn_header_dropdown-menu .cmn_header_dropdown-list:nth-child(9) {
  margin-right: 12px;
} */

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item .cmn_header_dropdown-menu .cmn_header_dropdown-list > a {
  position: relative;
  color: #222;
  font-size: 14px;
  padding: 8px 0px 8px 30px;
  line-height: 1.6;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item .cmn_header_dropdown-menu .cmn_header_dropdown-list > a:hover {
  color: #F2879B;
}

/* .cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item .cmn_header_dropdown-menu .cmn_header_dropdown-list a::before {
  position: absolute;
  top: 15px;
  left: -2px;
  right: auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #F2879B;
  border-right: 2px solid #F2879B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 0.3s;
} */

.cmn_header-inner .cmn_header_bottom .cmn_header-nav--list--item .cmn_header_dropdown-menu .cmn_header_dropdown-list > a::before {
  position: absolute;
  right: auto;
  bottom: auto;
  left: 0;
  top: 7px;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(/assets/img/ico/ico_rightArrow_pink02.svg) center/contain no-repeat;
  border: none;
  transform: none;
}
.cmn_header.is-pc .cmn_header_dropdown-child-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 15px;
}
.cmn_header.is-pc .cmn_header_dropdown-child-list {
  width: calc((100% - 16px) /2);
  font-weight: normal;
}
.cmn_header.is-pc .cmn_header_dropdown-child-list > a {
  position: relative;
  color: #222;
  font-size: 14px;
  padding-left: 25px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.cmn_header.is-pc .cmn_header_dropdown-child-list > a:hover {
  color: #F2879B;
}
.cmn_header.is-pc .cmn_header_dropdown-child-list a::before {
  position: absolute;
  top: 3px;
  left: 5px;
  right: auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #F2879B;
  border-right: 2px solid #F2879B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 0.3s;
}

/**********************************
/* - 病院・施設追加　2021-10-15
**********************************/
.cmn_header-inner .cmn_header_bottom .cmn_header-pc--search {
  width: 90px;
  height: 70px;
  margin-left: 15px;
  border: 2px solid #4fb4b9;
  border-radius: 8px;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-pc--search a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  transition: all .4s;
  position: relative;
}


.cmn_header-inner .cmn_header_bottom .cmn_header-pc--search a::after {
  position: absolute;
  content: '';
  width: 26px;
  height: 27px;
  background: url(/assets/img/common/icon_search_white.png) no-repeat center;
  background-size: 100%;
  top: 10px;
  left: 30px;
  z-index: 11;
  transition: all .4s;
  opacity: 0;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-pc--search a:hover {
  background-color: #4fb4b9;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-pc--search a:hover p {
  color: #fff;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-pc--search a:hover img {
  color: #fff;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-pc--search a:hover::after {
  opacity: 1;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-pc--search a img {
  width: 26px;
  margin: 0 auto;
  transition: all .4s;
}


.cmn_header-inner .cmn_header_bottom .cmn_header-pc--search a p {
  margin-top: 5px;
  font-size: 15px;
  color: #222;
  font-weight: bold;
  text-align: center;
  transition: all .4s;
}

.cmn_header-sp .cmn_header_dropdown-menu.all-menu {
  padding: 29px 20px 38px;
}

.cmn_header-sp .cmn_header_dropdown-menu.all-menu .cmn_header_dropdown-list.all-menu--list01 {
  padding-left: 0;
  font-size: 18px;
}

.cmn_header-sp .cmn_header_dropdown-menu.all-menu .cmn_header_dropdown-list.all-menu--list01::before {
  content: none;
}

.cmn_header-sp .cmn_header_dropdown-menu.all-menu .cmn_header_dropdown-list {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #F2879B;
  padding: 3px 0 16px 35px;
}
.cmn_header-inner .cmn_header_bottom .cmn_header-member--list {
  display: flex;
}


.cmn_header-inner .cmn_header_bottom .cmn_header-member--list--regist {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 28px;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-member--list--regist a {
  color: #222;
  font-size: 14px;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-member--list--login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  border-radius: 4px;
  overflow: hidden;
  background: #f2879b;
}

.cmn_header-inner .cmn_header_bottom .cmn_header-member--list--login a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 11px 0;
}

.cmn_header .pc-fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #CCCCCC;
  animation-name: slide;
  animation-duration: 0.4s;
}
@keyframes slide {
  0% {
    transform: translateY(-116px);
  }
  100% {
    transform: translateY(0);
  }
}

.cmn_header .pc-fixed-header .cmn_header_bottom {
  max-width: 1200px;
  min-width: 970px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media print {
  .cmn_header .pc-fixed-header {
    display: none;
  }
}

@media print {
  .cmn_header-sp {
    display: none;
  }
}

.cmn_header-sp--top--inner {
  position: relative;
}

.cmn_header-sp--top .cmn_header-sp--menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px 16px 20px;
  border-bottom: 1px solid #CCCCCC;
}

.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--logo {
  width: 135px;
}

.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--logo02 {
  width: 45px;
}

/**********************************
/* - 病院・施設追加　2021-10-15
**********************************/
.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--search {
  width: 70px;
}
.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--search img {
  width: 21px;
  margin: 0 auto;
}
.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--search p {
  font-size: 13px;
  color: #222;
  margin-top: 4px;
}


.cmn_header-sp--navlist {
  display: flex;
  padding: 4px 0 5px;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}


.cmn_header-sp--navlist--trigger__ico .is-current{
  display: none;
}

.cmn_header-sp--navlist--trigger.active .cmn_header-sp--navlist--trigger__ico .is-current{
  display: block;
}
.cmn_header-sp--navlist--trigger.active .cmn_header-sp--navlist--trigger__ico .is-nocurrent {
  display: none;
}
.cmn_header-sp--navlist--item.current .cmn_header-sp--navlist--trigger .cmn_header-sp--navlist--trigger__ico .is-current {
  display: block;
}
.cmn_header-sp--navlist--item.current .cmn_header-sp--navlist--trigger .cmn_header-sp--navlist--trigger__ico .is-nocurrent {
  display: none;
}
.cmn_header-sp--navlist--item.current .cmn_header-sp--navlist--trigger::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #f2879b;
  content: "";
}

.cmn_header-sp--navlist--item.current .cmn_header-sp--navlist--trigger .cmn_header-sp--navlist--trigger__ico .is-current {
  display: block;
}
.cmn_header-sp--navlist--item.current .cmn_header-sp--navlist--trigger .cmn_header-sp--navlist--trigger__ico .is-nocurrent {
  display: none;
}
.cmn_header-sp--navlist--item.current .cmn_header-sp--navlist--trigger::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #f2879b;
  content: "";
}
.cmn_header-sp--navlist--item {
  flex: 1;
  height: 90px;
}


.cmn_header-sp--navlist--item:nth-child(n+2) {
  border-left: 1px solid #CCCCCC;
}
.cmn_header-sp--navlist--trigger__ico {
  height: 47px;
  display: flex;
  align-items: center;
}

.cmn_header-sp--navlist--item:nth-child(1) .cmn_header-sp--navlist--trigger__ico {
  width: 32px;
}

.cmn_header-sp--navlist--item:nth-child(2) .cmn_header-sp--navlist--trigger__ico {
  width: 24px;
}

.cmn_header-sp--navlist--item:nth-child(3) .cmn_header-sp--navlist--trigger__ico {
  width: 27px;
}

.cmn_header-sp--navlist--item:nth-child(4) .cmn_header-sp--navlist--trigger__ico {
  width: 22px;
}

.cmn_header-sp--navlist--trigger__txt {
  font-size: 16px;
  letter-spacing: -0.02em;
  position: relative;
  margin-top: 4px;
  font-feature-settings: "palt";
}


.cmn_header-sp--navlist--trigger__txt::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 11px;
  height: 5px;
  background: url(/assets/img/ico/ico_rightArrow_head_pink02.png) center center/cover;
  transition-duration: 0.3s;
}

.cmn_header-sp--navlist--trigger.active .cmn_header-sp--navlist--trigger__txt::before {
  transform: rotate(180deg);
}



.cmn_header-sp--navlist--trigger {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
}

.cmn_header-sp--navlist--trigger.active::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #f2879b;
  content: "";
}

.cmn_header_dropdown-menuwrap {
  display: none;
  width: 100vw;
  position: absolute;
  background: #fdf1f3;
  max-width: 100vw;
  top: 100px;
  left: 0;
  z-index: 10;
}

.cmn_header_dropdown-menuwrap> span {
  display: none;
}
.cmn_header_dropdown-menuwrap.active > span {
  display: block;
  content: "";
  background: #000000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  animation: fadeIn 0.8s ease 0s 1 normal;
}

.cmn_header-sp .cmn_header_dropdown-menu {
  width: 100%;
  background: #fdf1f3;
  padding: 35px 20px 26px;
}

.cmn_header-sp .cmn_header_dropdown-list:nth-child(1) {
  width: 100%;
  border-bottom: 1px solid #F2879B;
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 3px 0 15px 35px;
}

.cmn_header-sp .cmn_header_dropdown-list:nth-child(1) a {
  color: inherit;
}

.cmn_header-sp .cmn_header_dropdown-list:nth-child(1)::before {
  position: absolute;
  right: auto;
  bottom: auto;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(/assets/img/ico/ico_rightArrow_pink02.svg) center/contain no-repeat;
  border: none;
  transform: none;
}

.cmn_header-sp .cmn_header_dropdown-list:not(:first-child){
  position: relative;
  color: #222;
  font-size: 16px;
  padding: 8px 0 6px 23px;
  line-height: 1.6;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  margin-top: 11px;
}

.cmn_header-sp .cmn_header_dropdown-list:not(:first-child) a {
  color: inherit;
}

.cmn_header-sp .cmn_header_dropdown-list:not(:first-child)::before {
  position: absolute;
  top: 16px;
  left: -2px;
  right: auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #F2879B;
  border-right: 2px solid #F2879B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 0.3s;
}

.cmn_header-sp .cmn_header_dropdown-list.all-menu--list02::before {
  position: absolute;
  right: auto;
  bottom: auto;
  left: 0;
  top: 8px;
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background: url(/assets/img/common/ico_header_sp01.svg) center/contain no-repeat;
  border: none;
  transform: none;
}

.cmn_header-sp .cmn_header_dropdown-list.all-menu--list03::before {
  position: absolute;
  right: auto;
  bottom: auto;
  left: 2px;
  top: 6px;
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background: url(/assets/img/common/ico_header_sp02.svg) center/contain no-repeat;
  border: none;
  transform: none;
}
.cmn_header-sp .cmn_header_dropdown-list.all-menu--list04::before {
  position: absolute;
  right: auto;
  bottom: auto;
  left: 1px;
  top: 8px;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(/assets/img/common/ico_header_sp03.svg) center/contain no-repeat;
  border: none;
  transform: none;
}
.cmn_header-sp .cmn_header_dropdown-list.all-menu--list05::before {
  position: absolute;
  right: auto;
  bottom: auto;
  left: 0px;
  top: 2px;
  content: "";
  display: block;
  width: 18px;
  height: 23px;
  background: url(/assets/img/common/ico_header_sp04.svg) center/contain no-repeat;
  border: none;
  transform: none;
}
.cmn_header-sp .cmn_header_dropdown-list.all-menu--list06::before {
  position: absolute;
  right: auto;
  bottom: auto;
  left: 1px;
  top: 6px;
  content: "";
  display: block;
  width: 17px;
  height: 19px;
  background: url(/assets/img/common/ico_header_sp05.svg) center/contain no-repeat;
  border: none;
  transform: none;
}
.cmn_header-sp .cmn_header_dropdown-list.all-menu--list07::before {
  position: absolute;
  right: auto;
  bottom: auto;
  left: 2px;
  top: 7px;
  content: "";
  display: block;
  width: 20px;
  height: 19px;
  background: url(/assets/img/common/ico_header_sp06.svg) center/contain no-repeat;
  border: none;
  transform: none;
}

.cmn_header-sp .cmn_header_dropdown-child-menu {
  margin-top: 11px;
  color: #222;
  font-weight: bold;
  font-size: 14px;
}

.cmn_header-sp .cmn_header_dropdown-child-list:not(:first-child) {
  margin-top: 3px;
}

.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--actionList {
  display: flex;
}

/* .cmn_header-sp--nav {
  border-top: 1px solid #CCCCCC;
} */

/* SPヘッダー追従修正 */
.cmn_header-sp .sp-fixed-header .cmn_header-sp--menu {
  position: absolute;
  width: 100%;
  padding: 14px 20px 16px 20px;
  background: #fff;
  z-index: 10;
}

.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--actionList-item.item_search {
  margin-right: 24px;
}

.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--actionList-item.item_search a {
  font-size: 10px;
  letter-spacing: -0.8px;
  color: #222;
  font-weight: bold;
}

.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--actionList-item.item_search a::before {
  display: block;
  content: "";
  width: 22px;
  height: 23px;
  background: url(/assets/img/ico/ico_search_gray.svg) center/22px 23px no-repeat;
  margin-bottom: 5px;
}

.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--actionList-item.item_tel {
  margin-right: 24px;
}

.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--actionList-item.item_tel a {
  font-size: 10px;
  letter-spacing: -0.8px;
  color: #222;
  font-weight: bold;
}

.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--actionList-item.item_tel a::before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background: url(/assets/img/ico/ico_tel.svg) center/22px 22px no-repeat;
  margin-bottom: 6px;
}

.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--actionList-item.item_humMenu {
  padding-top: 2px;
  height: 38px;
}

.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--actionList-item.item_humMenu .menu-trigger {
  position: relative;
  width: 28px;
  height: 18px;
}

.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--actionList-item.item_humMenu .menu-trigger::after {
  position: absolute;
  left: -3px;
  bottom: -19px;
  display: block;
  color: #222;
  content: "メニュー";
  width: 36px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: -1.2px;
}

.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--actionList-item.item_humMenu .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222;
  border-radius: 4px;
}

.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--actionList-item.item_humMenu .menu-trigger span:nth-of-type(1) {
  top: 0;
}

.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--actionList-item.item_humMenu .menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--actionList-item.item_humMenu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--actionList-item.item_humMenu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--actionList-item.item_humMenu .menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--actionList-item.item_humMenu .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--actionList-item.item_humMenu .menu-trigger.active::after {
  content: "閉じる";
  left: 0;
}

.cmn_header-sp--top .cmn_header-sp--form {
  margin-bottom: 13px;
  padding: 0 15px;
}

.cmn_header-sp--top .cmn_header-sp--form form .form_inner {
  display: flex;
  align-items: center;
  background: #919baa;
  border: 1px solid #c6cfdb;
  border-radius: 4px;
  overflow: hidden;
}

.cmn_header-sp--top .cmn_header-sp--form form .form_inner .search_txt {
  width: 100%;
  background: #edf0f4;
  padding: 9px 0 10px 13px;
}

.cmn_header-sp--top .cmn_header-sp--form form .form_inner .search_txt input {
  width: 100%;
}

.cmn_header-sp--top .cmn_header-sp--form form .form_inner .search_txt input::placeholder {
  color: #8e8e93;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
}

.cmn_header-sp--top .cmn_header-sp--form form .form_inner .search_ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 32px;
}

.cmn_header-sp--top .cmn_header-sp--form form .form_inner .search_ico input {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cmn_header-sp--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d0d8e1;
  padding: 10px 15px;
}

.cmn_header-sp--bottom .cmn_header-sp--contact {
  flex-basis: 159px;
  margin-right: 10px;
}

.cmn_header-sp--bottom .cmn_header-sp--tel {
  flex-basis: 172px;
  border-radius: 10px;
}

.cmn_header-sp--bottom .cmn_header-sp--tel a {
  display: flex;
  align-items: center;
  background: #45bec3;
  padding: 7px 17px;
  border-radius: 10px;
  box-shadow: 0 3px 0 0 rgba(69, 190, 195, 0.3);
}

.cmn_header-sp--bottom .cmn_header-sp--tel a::before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  background: url(/assets/img/ico/ico_tel_white.svg) center/contain no-repeat;
  margin-right: 5px;
}

.cmn_header-sp--bottom .cmn_header-sp--tel a img {
  width: 113px;
  height: 14px;
}
.cmn_header-sp--top {
  position: relative;
  /* padding-top: 14px; */
  width: 100%;
  background: #fff;
  z-index: 100;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.cmn_header-sp .sp-fixed-header {
  position: fixed;
  left: 0;
  /* top: -102px; */
  top: 0;
  padding-top: 0;
  width: 100%;
  z-index: 100;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.cmn_header-sp .sp-fixed-header .cmn_header-sp--nav{
  position: absolute;
  width: 100%;
  left: 0;
  top: 70px;
  background-color: #fff;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

@media print {
  .cmn_header-sp .sp-fixed-header {
    display: none;
  }
}

.cmn_header-sp .header-sp-nav {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}

.cmn_header-sp .header-sp-nav.sp-fixed-header-nav {
  position: relative;
}

.cmn_header-sp .header-sp-nav-list--item {
  border-bottom: 1px solid #d0d8e1;
}

.cmn_header-sp .header-sp-nav-list--item:first-child {
  border-top: 1px solid #d0d8e1;
}

.cmn_header-sp .header-sp-nav-list--item:first-child a::after {
  display: block;
  content: "";
  width: 8px;
  height: 12px;
  background: url(/assets/img/ico/ico_triangleRight_pink.svg) center/contain no-repeat;
  transform: rotate(0deg);
}

.cmn_header-sp .header-sp-nav-list--item > a:hover, .cmn_header-sp .header-sp-nav-list--item span:hover {
  cursor: pointer;
}

.cmn_header-sp .header-sp-nav-list--item > a::after, .cmn_header-sp .header-sp-nav-list--item span::after {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/assets/img/ico/ico_rightArrow_pink.png) center/18px 18px no-repeat;
  transform: rotate(90deg);
}

.cmn_header-sp .header-sp-nav-list--item > a.new_window::after, .cmn_header-sp .header-sp-nav-list--item span.new_window::after {
  width: 13px;
  height: 13px;
  background: url(/assets/img/ico/ico_new_window.svg) center/13px 11px no-repeat;
  margin-left: 10px;
  transform: rotate(0);
}

.cmn_header-sp .header-sp-nav-list--item a, .cmn_header-sp .header-sp-nav-list--item span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222;
  font-weight: bold;
  padding: 20px 15px;
}

.cmn_header-sp .header-sp-nav-list--item a.new_window, .cmn_header-sp .header-sp-nav-list--item span.new_window {
  justify-content: flex-start;
}

.cmn_header-sp .header-sp-nav-list--item .header-sp-nav--accordion {
  max-height: 0;
  overflow: hidden;
  padding-left: 20px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.cmn_header-sp .header-sp-nav-list--item .header-sp-nav--accordion .header-sp-nav--accordion--list {
  border-top: 1px solid #d0d8e1;
}

.cmn_header-sp .header-sp-nav-list--item .header-sp-nav--accordion .header-sp-nav--accordion--list .header-sp-nav--accordion--item:not(:last-child) {
  border-bottom: 1px solid #d0d8e1;
}

.cmn_header-sp .header-sp-nav-list--item .header-sp-nav--accordion .header-sp-nav--accordion--list .header-sp-nav--accordion--item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 19px 20px 15px;
  color: #222;
  line-height: 1.3;
  font-weight: normal;
}

.cmn_header-sp .header-sp-nav-list--item .header-sp-nav--accordion .header-sp-nav--accordion--list .header-sp-nav--accordion--item a::after {
  display: block;
  content: "";
  width: 8px;
  height: 12px;
  background: url(/assets/img/ico/ico_triangleRight_pink.svg) center/contain no-repeat;
}

.cmn_header-sp .header-sp-nav-list--item .open_lower::after {
  transform: rotate(-90deg);
}

.cmn_header-sp .header-sp-nav .nav_under {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.cmn_header-sp .header-sp-nav .nav_lang {
  padding-bottom: 200px;
}

.cmn_header-sp .header-sp-nav .nav_lang a {
  color: #222;
  font-size: 15px;
  padding: 30px 0;
  text-align: center;
}

.cmn_header-sp .header-sp-nav .nav_close-btn {
  padding-bottom: 200px;
}

.cmn_header-sp .header-sp-nav .nav_close-btn a {
  color: #222;
  padding: 30px 0;
  text-align: center;
}

#lower .cmn_header-sp--bottom {
  border-top: none;
  background: #f3f6f7;
}

.show_dropdown {
  visibility: visible !important;
  opacity: 1 !important;
}

.show_accordion {
  max-height: 1000px !important;
}

.gnav_current {
  color: #F2879B !important;
}

.footer .footer_inner {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .footer .footer_inner {
    width: 100%;
  }
}

/* .cmn_header-sp--navlist--trigger.active + .cmn_header_dropdown-menuwrap::before {
  content: "";
  background: #000000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  animation: fadeIn 0.8s ease 0s 1 normal;
} */

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 0.5}
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.cmn_header-inner.pc-fixed-header .cmn_header_bottom {
  height: 85px;
}

.cmn_header-inner.pc-fixed-header .cmn_header_bottom .cmn_header-nav--list--item > .js-dropdown-trigger::before {
  bottom: 23px;
}

.cmn_header-inner.pc-fixed-header .cmn_header_bottom .cmn_header-nav--list {
  padding-top: 0;
}

.cmn_header-inner.pc-fixed-header .cmn_header_bottom .cmn_header-nav--list--item .cmn_header_dropdown-menu {
  top: 82px;
}

.footer .footer_contact-inner {
  width: 1200px;
  max-width: calc(100% - 30px);
  border-top: 1px solid #C8C8C8;
  margin: 0 auto;
  padding: 60px 0 60px;
}

@media screen and (max-width: 999px) {
  .footer .footer_contact-inner {
    padding: 0;
  }
}

.footer .footer_contact-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 23px;
  position: relative;
  color: #222;
  margin-top: 47px;
  letter-spacing: 0.05em;
  padding-left: 6px;
}

@media screen and (max-width: 999px) {
  .footer .footer_contact-ttl {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 12px;
    margin-top: 32px;
    padding-left: 47px;
    letter-spacing: 0.03em;
  }
}

.footer_contact-textwrap {
  flex: 1;
}

.footer_contact-text {
  padding-right: 52px;
  font-size: 16px;
  color: #222;
  letter-spacing: 0.03em;
  line-height: 2.5;
}

@media screen and (max-width: 999px) {
  .footer_contact-text {
    padding-right: 0;
    line-height: 1.9;
    text-align: center;
  }
}

.footer .footer_contact-ttl {
  text-align: center;
}

.footer .footer_contact-ttl span {
  position: relative;
}

.footer .footer_contact-ttl > span::before {
  content: "";
  background: url(/assets/img/ico/ico_footer_conntact.svg) center center / cover;
  width: 43px;
  height: 36px;
  margin-bottom: 30px;
  position: absolute;
  top: 4px;
  right: calc(100% + 17px);
}

@media screen and (max-width: 999px) {
  .footer .footer_contact-ttl > span::before {
    width: 32px;
    height: 26px;
    margin-bottom: 0;
    top: 5px;
    right: calc(100% + 13px);
  }
}

.footer .footer_contact-action {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 999px) {
  .footer .footer_contact-action {
    flex-direction: column;
  }
}

.footer_contact-bnr {
  width: 502px;
  max-width: 54%;
  flex-shrink: 0;
}

@media screen and (max-width: 999px) {
  .footer_contact-bnr {
    width: 345px;
    max-width: 100%;
    margin: 20px auto 40px;
  }
}

.footer .footer_contact-action--common {
  width: 501px;
  border-radius: 15px;
}

@media screen and (max-width: 999px) {
  .footer .footer_contact-action--common {
    width: 100%;
  }
}

.footer .footer_contact-action--dial {
  margin-right: 20px;
}

@media screen and (max-width: 999px) {
  .footer .footer_contact-action--dial {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.footer .footer_contact-action--dial a {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 35px 0 38px;
  box-shadow: 0 8px 0 0 #d5667b;
  border-radius: 20px;
}

@media screen and (max-width: 999px) {
  .footer .footer_contact-action--dial a {
    padding: 30px 0 35px;
    pointer-events: inherit;
  }
}

.footer .footer_contact-action--dial a .footer_contact-action--dial--ttl {
  font-size: 18px;
  font-weight: bold;
  color: #f2879b;
  margin-bottom: 19px;
}

@media screen and (max-width: 999px) {
  .footer .footer_contact-action--dial a .footer_contact-action--dial--ttl {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

.footer .footer_contact-action--dial a .footer_contact-action--dial--num {
  width: 302px;
  max-width: 100%;
  min-height: 0%;
  margin-bottom: 29px;
}

@media screen and (max-width: 999px) {
  .footer .footer_contact-action--dial a .footer_contact-action--dial--num {
    width: 280px;
    margin-bottom: 26px;
  }
}

.footer .footer_contact-action--dial a .footer_contact-action--dial--note {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}

@media screen and (max-width: 999px) {
  .footer .footer_contact-action--dial a .footer_contact-action--dial--note {
    font-size: 15px;
  }
}

.footer .footer_contact-action--map a {
  position: relative;
  display: block;
  background: #4FB4B9;
  box-shadow: 0 4px 0 0 #d6eded;
  border-radius: 15px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  height: 234px;
  padding: 0 51px 4px;
}

@media screen and (max-width: 999px) {
  .footer .footer_contact-action--map a {
    padding: 30px 0 35px;
    height: 179px;
  }
}

.footer .footer_contact-action--map a::before {
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: block;
  content: "";
  background: url(/assets/img/ico/ico_new_window_blue.svg) center center / cover;
  width: 28px;
  height: 28px;
}

@media screen and (max-width: 999px) {
  .footer .footer_contact-action--map a::before {
  right: 14px;
  bottom: 15px;
  width: 26px;
  height: 26px;
  }
}

.footer .footer_contact-action--map a:hover {
  box-shadow: none;
  transform: translate3d(0, 8px, 0);
}

.footer .footer_contact-action--map a .footer_contact-action--map--ttl {
  font-size: 18px;
  font-weight: bold;
  color: #f2879b;
  margin-bottom: 20px;
}

@media screen and (max-width: 999px) {
  .footer .footer_contact-action--map a .footer_contact-action--map--ttl {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

.footer .footer_contact-action--map a .footer_contact-action--map--detail {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: relative;
  width: 100%;
  text-align: right;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 999px) {
  .footer .footer_contact-action--map a .footer_contact-action--map--detail {
    width: 100%;
    font-size: 18px;
    justify-content: center;
    padding: 4px 0 0 132px;
  }
}

.footer .footer_contact-action--map a .footer_contact-action--map--detail::before {
  content: "";
  background: url(/assets/img/common/footer_contact_map.png) center center/ contain no-repeat;
  width: 44.12%;
  max-width: 14vw;
  height: 132px;
  position: absolute;
  top: 51px;
  left: 0;
}
@media screen and (max-width: 1023px) {
.footer .footer_contact-action--map a .footer_contact-action--map--detail::before {
  max-width: 12vw;
}
}
@media screen and (max-width: 999px) {
  .footer .footer_contact-action--map a .footer_contact-action--map--detail::before {
    width: 116px;
    height: 86px;
    background-size: contain;
    max-width: 50vw;
    top: 16px;
    left: 23px;
  }
}

.footer .footer_contact-form a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.footer-mail {
  min-width: 276px;
  max-width: 410px;
  margin: 0 auto 16px;
  border-radius: 15px;
  box-shadow: 0 4px 0 0 #f2879b;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

@media screen and (min-width: 1000px) {
  .footer-mail:hover {
    box-shadow: none;
    transform: translate3d(0, 4px, 0);
  }
}

@media screen and (max-width: 999px) {
  .footer-mail {
    min-width: 240px;
    max-width: 345px;
    margin: 0 auto 16px;
  }
}

.footer .footer-mail a {
  position: relative;
  color: #222;
  border: 2px solid #f2879b;
  background: #fff;
  border-radius: 15px;
  padding: 22px 51px 21px;
  text-align: center;
  line-height: 1.3;
  height: 100%;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.footer-mail a:hover {
  color: #fff;
  background: #f2879b;
}

.footer-mail a:hover::after {
  background-image: url(/assets/img/ico/ico_rightArrow_white.png);
}

.footer .footer_top .footer-mail a::after{
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: block;
  content: "";
  background: url(/assets/img/ico/ico_new_window_white.svg) center/13px 11px no-repeat;
  background-color: #f2879b;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}


@media screen and (min-width: 1000px) {
  .footer .footer_contact-form a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 999px) {
  .footer .footer_contact-form a {
    font-size: 17px;
  }
}

.footer .footer_contact-form a::after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  margin-left: 8px;
  background: url(/assets/img/ico/ico_new_window_white.svg) center/13px 13px no-repeat;
}

.footer .footer_contact-form a.contact_info::after {
  width: 16px;
  height: 16px;
  background: url(/assets/img/ico/ico_rightArrow_white.png) center/contain no-repeat;
}

.footer .footer_top {
  padding: 60px 0 0;
}
@media screen and (max-width: 999px) {
  .footer .footer_top {
    padding: 40px 0 0;
  }
}
.footer .footer_top-inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .footer .footer_top-inner {
    width: 100%;
  }
}

.footer .footer_top-bnr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px 60px;
  border-bottom: 1px solid #C8C8C8;
}

@media screen and (max-width: 999px) {
  .footer .footer_top-bnr {
    flex-direction: column;
    align-items: center;
    padding: 0 0 3px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.footer .footer_top-bnr--item {
  width: 272px;
  height: 119px;
  margin: 0 25px;
}

@media screen and (max-width: 999px) {
  .footer .footer_top-bnr--item {
    width: 345px;
    max-width: 100%;
    height: auto;
    margin: 0 0 40px;
  }
}

.footer .footer_bottom .footer_bottom-inner {
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .footer .footer_bottom .footer_bottom-inner {
    width: 100%;
    padding: 0;
  }
}

.footer .footer_bottom .footer_bottom-inner .footer_catchcopy {
  padding: 47px 0 58px;
}

@media screen and (max-width: 999px) {
  .footer .footer_bottom .footer_bottom-inner .footer_catchcopy {
    padding: 40px 0;
  }
}

.footer .footer_bottom .footer_bottom-inner .footer_catchcopy--logo {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

@media screen and (max-width: 999px) {
  .footer .footer_bottom .footer_bottom-inner .footer_catchcopy--logo {
    margin-bottom: 15px;
  }
}

.footer .footer_bottom .footer_bottom-inner .footer_catchcopy--logo a {
  margin-right: 9px;
}

.footer .footer_bottom .footer_bottom-inner .footer_catchcopy--logo::after {
  display: block;
  content: "";
  width: 12px;
  height: 10px;
  margin-top: 4px;
  background: url(/assets/img/ico/ico_new_window.svg) center/12px 10px no-repeat;
}

.footer .footer_bottom .footer_bottom-inner .footer_catchcopy--txt {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .footer .footer_bottom .footer_bottom-inner .footer_catchcopy--txt {
    font-size: 14px;
    line-height: 1.6;
  }
}

.footer .footer_bottom .footer_bottom-inner .footer_link {
  display: flex;
  align-items: center;
  padding: 40px 0;
  margin-left: -2px;
}

@media screen and (max-width: 999px) {
  .footer .footer_bottom .footer_bottom-inner .footer_link {
    padding: 0 0 40px;
  }
  .footer .footer_bottom .footer_bottom-inner .footer_link {
    flex-direction: column;
  }
}

.footer .footer_bottom .footer_bottom-inner .footer_link--logo {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 999px) {
  .footer .footer_bottom .footer_bottom-inner .footer_link--logo {
    order: 2;
    margin-top: -7px;
    padding: 0 0 0 5px;
  }
}

.footer .footer_bottom .footer_bottom-inner .footer_link--logo img {
  width: 167px;
  height: 30px;
}

.footer.footer_en .footer_bottom .footer_bottom-inner .footer_link--logo img{
  width: 73px;
}

.footer .footer_bottom .footer_bottom-inner .footer_link--logo div {
  margin-left: 14px;
  color: #222;
  letter-spacing: 0.03em;
}

.footer .footer_bottom .footer_bottom-inner .footer_link .cmn_footer_top-sns {
  display: flex;
  align-items: center;
  margin-left: 18px;
  margin-right: 40px;
}

@media screen and (max-width: 999px) {
  .footer .footer_bottom .footer_bottom-inner .footer_link .cmn_footer_top-sns {
    flex-direction: column;
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }
}

.footer .footer_bottom .footer_bottom-inner .footer_link .cmn_footer_top-sns--list {
  display: flex;
  align-items: center;
}

.footer .footer_bottom .footer_bottom-inner .footer_link .cmn_footer_top-sns--list .fb {
  width: 116px;
  margin-right: 20px;
  height: 22px;
}

.footer .footer_bottom .footer_bottom-inner .footer_link .cmn_footer_top-sns--list .fb iframe {
  width: 100%;
}

.footer .footer_bottom .footer_bottom-inner .footer_link .footer_privacyPolicy {
  display: flex;
  flex-wrap: wrap;
  margin-left: 18px;
}

@media screen and (max-width: 999px) {
  .footer .footer_bottom .footer_bottom-inner .footer_link .footer_privacyPolicy {
    order: 2;
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 20px;
    justify-content: center;
  }
}

.footer .footer_bottom .footer_bottom-inner .footer_link .footer_privacyPolicy li {
  padding: 0 22px 0 10px;
}


.footer .footer_bottom .footer_bottom-inner .footer_link .footer_privacyPolicy li:not(:last-child) {
  border-right: 1px solid #ccc;
  margin-right: 2px;
}

@media screen and (max-width: 999px) {
  .footer .footer_bottom .footer_bottom-inner .footer_link .footer_privacyPolicy li:not(:last-child) {
    border-right: 0;
    padding: 0 11px;
  }

  .footer .footer_bottom .footer_bottom-inner .footer_link .footer_privacyPolicy li {
    display: flex;
    justify-content: center;
    padding: 0;
    width: auto;
    margin-bottom: 20px;
  }
}

.footer .footer_bottom .footer_bottom-inner .footer_link .footer_privacyPolicy li a {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #222;
  line-height: 2;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 999px) {
  .footer .footer_bottom .footer_bottom-inner .footer_link .footer_privacyPolicy li a {
    font-size: 12px;
  }
}

.footer .footer_bottom .footer_bottom-inner .footer_link .footer_privacyPolicy li a::after {
  display: block;
  content: "";
  width: 10px;
  height: 9px;
  background: url(/assets/img/ico/ico_new_window.svg) center/10px 10px no-repeat;
  margin-left: 10px;
}

@media screen and (max-width: 999px) {
  .footer .footer_bottom .footer_bottom-inner .footer_link .footer_privacyPolicy li a::after {
    width: 11px;
    height: 10px;
  }
}

.footer .footer_bottom .footer_bottom-inner .footer_link--txt {
  font-size: 11px;
  margin-left: auto;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 999px) {
  .footer .footer_bottom .footer_bottom-inner .footer_link--txt {
    order: 3;
    margin-top: 40px;
    margin-left: 0;
    font-size: 12px;
  }
}

.footer_contact-clm {
  display: flex;
  margin: 0 auto;
  width: 948px;
  max-width: 100%;
}

@media screen and (max-width: 999px) {
  .footer_contact-clm {
    flex-direction: column;
  }
}

.footer_search {
  background: #F3F6F7;
}

.footer_search-inner {
  width: 1200px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
  padding: 60px 0 60px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 999px) {
  .footer_search-inner {
    flex-direction: column;
    max-width: calc(100% - 30px);
    padding: 40px 0 40px;
  }
  .footer_search-inner > form{
    width: 100%;
  }
}

.footer .search_label {
  color: #222;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
  display: inline-block;
  margin-right: 19px;
  position: relative;
  top: 3px;
}

@media screen and (max-width: 999px) {
.footer .search_label {
  display: block;
    margin: 0;
    text-align: center;
    height: 34px;
}
}
.footer .search_txt {
  position: relative;
}

.footer .search_txt input[type="text"] {
  border: 1px solid #C6CFDB;
  border-radius: 5.34px;
  height: 42px;
  background: #fff;
  padding-left: 17px;
  font-size: 18px;
  font-weight: bold;
  width: 422px;
  max-width: 36vw;
  padding-top: 4px;
  line-height: 1;
  -webkit-appearance: none;
}

@media all and (-ms-high-contrast: none) {
  .footer .search_txt input[type="text"] {
    padding-bottom: 5px;
  }
}

_:lang(x)+_:-webkit-full-screen-document, .footer .search_txt input[type="text"] {
  padding-bottom: 4px;
}

@media screen and (max-width: 999px) {
  .footer .search_txt input[type="text"] {
    width: 100%;
    max-width: 100%;
    padding-left: 17px;
    padding-top: 2px;
    font-size: 16px;
    height: 46px;
  }
}
@media screen and (max-width: 999px) {
  _:lang(x)+_:-webkit-full-screen-document, .footer .search_txt input[type="text"] {
    padding-bottom: 2px;
  }
}
.footer .footer_search-suggest {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  margin-left: 32px;
  line-height: 1.6;
}

@media screen and (max-width: 999px) {
  .footer .footer_search-suggest {
    margin: 20px 0 0;
    width: 100%;
    justify-content: space-around;
  }
}

.footer .search_ico {
  background: #919BAA;
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  width: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 5.34px 5.34px 0;
}

@media screen and (max-width: 999px) {
  .footer .search_ico {
    top: auto;
    bottom: 0px;
    height: 46px;
  }
}

.footer .search_ico input {
  width: 24px;
  height: 22px;
}

.footer_search-suggest--item a {
  color: #8E8E93;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.footer_search-suggest--item a:hover {
  opacity: 0.7;
}

.footer .footer_search-suggest--item {
  margin-right: 32px;
}

@media screen and (max-width: 999px) {
  .footer .footer_search-suggest--item {
    margin-right: 0;
  }
}

/**********************************
/* 英語用CSS
**********************************/
.header-en .cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--actionList-item.item_humMenu .menu-trigger::after {
  content: "Menu";
  letter-spacing: 0px;
  left: 0;
}

.header-en .cmn_header-sp--top .cmn_header-sp--menu .cmn_header-sp--actionList-item.item_humMenu .menu-trigger.active::after {
  content: "Close";
}

/**********************************
/* 100人素顔用css
**********************************/
.footer_sugao .footer_contact {
  min-width: 1200px;
  background: #fce1e6;
}
@media screen and (max-width: 999px) {
  .footer_sugao .footer_contact {
    min-width: 100%;
  }
}

.footer_sugao .footer_contact-ttl {
  color: #585a61;
}

.footer_sugao .footer_contact-form a {
  color: #585a61;
}

.footer_sugao .footer_contact-form a.contact_info::after {
  background: url(/assets/img/ico/ico_rightArrow_pink.png) center/contain no-repeat;
}

.footer_sugao .footer_contact-form a::after {
  background: url(/assets/img/ico/ico_new_window_pink.svg) center/13px 13px no-repeat;
}

.footer_sugao .footer_contact-action--dial a {
  box-shadow: 0 8px 0 0 #f4d9de;
}

.footer_sugao .footer_contact-action--map a {
  box-shadow: 0 8px 0 0 #f4d9de;
}

.footer_sugao .footer_contact-action--common a:hover {
  opacity: .7;
}

/**********************************
/* その他
**********************************/
#ebisCookieIdLoadComplete {display: none;}

/**********************************
/* - サイドナビ
**********************************/
.mod_sidenav {
  font-family: 'PT Sans', "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
/*20210706 問い合わせボタンtext*/
.footer .footer_mail--txt{
  margin-bottom: 60px;
  padding: 0 15px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 1000px) {
  .sp_br{
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .footer .footer_mail--txt{
    margin-bottom: 40px;
  }
}
