/* Theme base styles */


/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
/*   line-height: 1; */
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.6;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
/*   -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/*****************************************/
/* 　base   */
/*****************************************/
@charset "UTF-8";


/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');



body {
  color: #3c3c3c;
  /* font-family: "Noto Sans JP", sans-serif; */
  min-width:375px;
}


/* リキッドレイアウト対応 */
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}


/*****************************************/
/* 　breaipoints   参考　*/
/*****************************************/
.breakpoints {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .breakpoints {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1199px) {
  .breakpoints {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1419px) {
  .breakpoints {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1920px) {
  .breakpoints {
    font-size: 4rem;
  }
}




/*****************************************/
/* 　utility   */
/*****************************************/

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.u-color-main {
  color: #39bcbc;
}

.u-label-radius {
  border-radius: 23px 23px 23px 0;
  -webkit-box-shadow: 0px 3px 26px rgba(0, 0, 0, .2), inset 0 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 26px rgba(0, 0, 0, .2), inset 0 3px 6px rgba(0, 0, 0, .16);
}
@media screen and (max-width: 767px) {
  .u-label-radius {
    border-radius: 11.5px 11.5px 11.5px 0;
  }
}

.u-bg-accent {
  background-color: #d56846;
}

.u-inline-block {
  display: inline-block;
}

.u-shadow0414 {
  -webkit-box-shadow: 0 4px 14px black;
          box-shadow: 0 4px 14px black;
}

.u-shadow0319 {
  -webkit-box-shadow: 0 3px 19px rgba(0, 0, 0, .16);
          box-shadow: 0 3px 19px rgba(0, 0, 0, .16);
}

.u-shadow0326 {
  -webkit-box-shadow: 0 3px 26px rgba(0, 0, 0, .2);
          box-shadow: 0 3px 26px rgba(0, 0, 0, .2);
}

.u-shadow0515 {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .16);
          box-shadow: 0 5px 15px rgba(0, 0, 0, .16);
}

.u-shadow1520 {
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .1);
          box-shadow: 0 15px 20px rgba(0, 0, 0, .1);
}

.u-shadow0630 {
  -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, .1);
          box-shadow: 0 6px 30px rgba(0, 0, 0, .1);
}

.u-shadow036 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.u-shadow0420 {
  -webkit-box-shadow: 0 .4rem 2rem rgba(0, 0, 0, .16);
          box-shadow: 0 .4rem 2rem rgba(0, 0, 0, .16);
}
 @media screen and (max-width:767px) {
   .u-shadow0420 {
    -webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .16);
            box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .16);
  }
}


/* テキスト32px */
.u-lp-text32  {
  font-size: 32px;
  line-height: 1.1875;
}
/* @media screen and (max-width:1180px) {
  .u-lp-text32  {
    font-size: calc(32 / 1180 * 100vw); 
  }
} */
@media screen and (max-width:767px)  {
  .u-lp-text32  {
    font-size: 20px;
  }
}
.u-lp-text32 span {
  color: #008996;
}

/* テキスト18px */
.u-lp-text18  {
  font-size: 18px;
  line-height: 1.7777;
}
/* @media screen and (max-width:1180px) {
  .u-lp-text18  {
    font-size: calc(18 / 1180 * 100vw); 
  }
} */
@media screen and (max-width:767px)  {
  .u-lp-text18  {
    font-size: 14px;
  }
}
.u-lp-text18 span {
  font-weight: bold;
}

/* テキスト16px */
.u-lp-text16 {
  font-size: 16px;
  line-height: 1.75;
}
/* @media screen and (max-width:1180px) {
  .u-lp-text16  {
    font-size: calc(16 / 1180 * 100vw); 
  }
} */
@media screen and (max-width:767px)  {
  .u-lp-text16  {
    font-size: 14px;
  }
}

.u-row-reverce {
  flex-direction: row-reverse;
}

.u-margin-right {
  margin-right: auto;
}

.u-margin-left {
  margin-left: auto;
}


@media screen and (min-width:961px) {
  .u-960 {
    display: none;
  }
}
@media screen and (max-width:960px) {
  .u-960 {
    display: block;
  }
}

@media screen and (min-width:961px) {
  .u-961 {
    display: block;
  }
}
@media screen and (max-width:960px) {
  .u-961 {
    display: none;
  }
}

/* lpモジュール用 */
br.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	br.sp {
		display: block;
	}
}

br.pc {
	display: block;
}
@media screen and (max-width: 767px) {
	br.pc {
		display: none;
	}
}

/*****************************************/
/* body-wrapper  */
/*****************************************/
.l-body-wrapper {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .l-body-wrapper {
    margin-top: 70px;
  }
}

/*****************************************/
/* inner  */
/*****************************************/
.l-inner-lg {
  margin: 0 auto;
  max-width: 158rem;
  width: 100%;
  height: inherit;
  padding-right: 8rem;
  padding-left: 8rem;
}
@media screen and (max-width: 1199px) {
  .l-inner-lg {
  padding-right: 4rem;
  padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner-lg {
    width: 100%;
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}

.l-inner {
  margin: 0 auto;
  max-width: 136rem;
  width: 100%;
  height: inherit;
  padding-right: 8rem;
  padding-left: 8rem;
}
@media screen and (max-width: 1199px) {
  .l-inner {
  padding-right: 4rem;
  padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}

.l-inner-sm {
  margin: 0 auto;
  max-width: 124rem;
  width: 100%;
  height: inherit;
  padding-right: 8rem;
  padding-left: 8rem;
}
/* @media screen and (max-width: 1199px) {
  .l-inner-sm {
  padding-right: 4rem;
  padding-left: 4rem;
  }
} */
@media screen and (max-width: 767px) {
  .l-inner-sm {
    width: 100%;
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}

.l-lp-inner {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .l-lp-inner {
    padding: 0 15px;
  }
}

/* ----------------------------
リッチテキスト
---------------------------- */
.hs_cos_wrapper_type_inline_rich_text ol {
  list-style: decimal;
  padding-left:50px;
}

.hs_cos_wrapper_type_inline_rich_text ul {
  padding-left: 50px;
  list-style: disc;
}

header {
  position: relative;
  z-index: 15;
}

header.z0 {
  z-index: 0;
}

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: block;
}

.header__column {
  display: table;
  margin: 0 auto;
}

.header__row-1 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  z-index: 9999;
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
  }

  .header__column {
    position: relative;
    display: block;
  }

  .header__row-1 {
    justify-content: center;
    padding: 30px;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  height: auto;
  text-align: center;
  overflow: hidden;
  display: block;
  margin: 30px auto;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 0;
}

.header--no-navigation .header__logo {
  padding: 40px 0;
  margin: 0 auto;
}

.header--no-navigation .header__logo img {
  max-width: 125px;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}


.mwh_el_logo{
	width:25rem;
}
.mwh_el_logo img{
	width:100% !important;
	display:block;
}
@media (max-width: 767px) {
  .mwh_el_logo img{
	width:110px !important;
}
}
@media (max-width: 767px){
	.mwh_el_logo{
	width:11rem;
}
}
.l-body-wrapper {
	margin-top:0;
}

.mwh_layout1 .mwh_row_m {
	max-width:none !important;
	padding-left: 4.0104166667% !important;
  padding-right: 6.4583333333% !important;
}
@media (max-width: 767px){
	.mwh_layout1 .mwh_row_m {
	max-width:none !important;
	padding:0 !important;
}
}
/* Search bar */

.mwh_el_search form {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  display: flex;
}

.mwh_el_search .hs-search-field__input {
  width: auto;
  min-width: 150px;
  padding: 0.5em;
  margin-right: 10px;
  font-size: 15px;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 3px solid;
}

.mwh_el_search .hs-search-field__input:focus {
  border: none;
  border-bottom: 3px solid;
}

.mwh_el_search button,
.mwh_el_search button:hover,
.mwh_el_search button:focus {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.mwh_el_search button svg {
  height: 18px;
}

.focus_module_website_h .mwh_el_search form {
  padding: 0;
}

/* Search overlay */

.m_w_search .mwh_el_search {
  display: flex;
  height: 100%;
}

.m_w_search .mwh_el_search form {
  justify-content: center;
  width: 100%;
  align-items: center;
}

.m_w_search .mwh_el_search .hs-search-field__input {
  width: calc(100% - 400px);
  font-size: 36px;
  margin-right: 20px;
}

.m_w_search .mwh_el_search button,
.m_w_search .mwh_el_search button:hover,
.m_w_search .mwh_el_search button:focus {
  width: 70px;
  height: 70px;
  padding: 0;
  transition: all 0.15s linear;
}

.m_w_search .mwh_el_search button svg {
  height: 20px;
}

@media (max-width: 767px) {
  .m_w_search .mwh_el_search .hs-search-field__input {
    width: calc(100% - 100px);
    font-size: 25px;
    margin-right: 10px;
  }

  .m_w_search .mwh_el_search button,
  .m_w_search .mwh_el_search button:hover,
  .m_w_search .mwh_el_search button:focus {
    width: 50px;
    height: 50px;
    padding: 0;
  }

  .m_w_search .mwh_el_search button svg {
    height: 16px;
  }
}

/* Language switcher */

.mwh_lang_toggle {
  cursor: pointer;
  line-height: 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

.mwh_el_lang .hs_cos_wrapper_type_language_switcher {
  display: none;
}

.mwh_languages {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.mwh_languages .lang_list_class {
  display: block;
  position: relative;
  text-align: center;
  top: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
  padding: 0;
}

.mwh_languages .lang_list_class li {
  border: none;
  background: none;
  padding: 0;
  font-size: 36px;
  margin-bottom: 30px;
}

.mwh_languages .lang_list_class li:first-child,
.mwh_languages .lang_list_class li:last-child {
  padding: 0;
  border: none;
}

ul.lang_list_class:after,
ul.lang_list_class:before {
  display: none;
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

.header__close--toggle {
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  top: -100px;
  right: 30px;
  width: 50px;
  height: 50px;
  font-size: 0;
  transition: all 0.15s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__close--toggle:before,
.header__close--toggle:after {
  content: " ";
  width: 2.5px;
  border-radius: 10px;
  top: 0;
  left: 0;
  height: 20px;
}

.header__close--toggle:before {
  transform: rotate(45deg);
}

.header__close--toggle:after {
  transform: rotate(-45deg);
  margin-left: -2px;
}

.mwh_search_toggle {
  cursor: pointer;
  line-height: 0;
}

.mwh_search_toggle svg {
  height: 18px;
}

@media (max-width: 767px) {
  .header__navigation {
    display: none;
    width: 100%;
  }
}

/* Menu */

.menu__wrapper {
  font-size: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  line-height: 0;
}

/* Menu items */

.menu__item {
  position: relative;
}

.menu-item-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
	font-size:2rem;
	font-weight:bold;
}

.menu__item--depth-1 {
  display: inline-block;
}

.menu__item--has-submenu .menu-item-container {
  padding-right: 0.75em;
}

.menu__item--depth-1:last-child .menu-item-container {
  margin-right: 0;
}

.menu__link {
  padding: 0.1em 0.75em;
}

@media (min-width: 768px) {
  .menu__item--depth-1 {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .menu__item {
    display: block;
    width: 100%;
  }

  .menu__link {
    display: block;
  }
}

/* Submenus */

.menu__submenu {
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 99;
}

ul.menu__submenu {
  padding: 0.75em;
}

.menu__item--open > .menu__submenu {
  display: block;
}

.menu__submenu .menu__item {
  padding: 0;
  width: 100%;
}

.menu__submenu .menu-item-container {
  margin-right: 0;
}

.menu__submenu .menu__link {
  display: block;
  width: 100%;
}

.menu__submenu--level-3 {
  left: 100%;
  top: 0;
}

.menu__item--depth-1:nth-last-child(-n + 2) .menu__submenu--level-3 {
  left: auto;
  right: 100%;
  top: 0;
}

@media (min-width: 768px) {
  .menu__submenu--level-2 > .menu__item:first-child > .menu__link {
    position: relative;
    z-index: 2;
  }

  .menu__item--depth-1:nth-last-child(-n + 2) .menu__submenu--level-2 a {
    order: 1;
		text-align:left !important;
  }

  .menu__item--depth-1:nth-last-child(-n + 2) .menu__submenu--level-3 a {
    order: 0;
    text-align: left;
  }

  .menu__item--depth-1:nth-last-child(-n + 2) .menu__submenu .menu-item-container {
    padding-left: 0.75em;
    padding-right: 0;
  }

  .menu__item--depth-1:nth-last-child(-n + 2) .menu__item--depth-2 .menu__submenu .menu-item-container {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .menu__submenu {
    position: static;
    transform: unset;
    width: 100%;
    margin: 10px 0;
  }

  .menu__submenu .menu__link {
    display: block;
    width: 100%;
  }

  .menu__submenu .menu__submenu--level-3 {
    margin: 0;
  }
}

/* Menu icons */

.menu__child-toggle {
  z-index: 2;
  height: 20px;
}

.menu__child-toggle-icon {
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin-bottom: 3px;
/* 	追加 */
	position:relative;
	top:-5px;
}
@media (max-width: 768px){
	.focus_header_menu .menu__child-toggle-icon{
	border-color:#fff !important;
}
	@media (max-width: 768px){
			.menu__wrapper li {
		font-size:2rem !important;
	}
	}


.menu__submenu .menu__child-toggle-icon {
  transform: rotate(-45deg);
  margin-bottom: 0;
}

.menu__item--depth-1:nth-last-child(-n + 2) .menu__submenu .menu__child-toggle-icon {
  transform: rotate(135deg);
}

@media (max-width: 767px) {
  .menu__child-toggle {
    width: 50px;
  }

  .menu__item--open.menu__item--depth-1 .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(-135deg);
  }

  .menu__item--depth-1 .menu__item--depth-2 .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(45deg);
  }

  .menu__item--open.menu__item--depth-2 .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(-135deg);
  }
}

/* Overrides */

.menu__wrapper li {
  font-size: 15px;
  line-height: 2.1em;
}

.mwh_el_secondary_menu .menu__wrapper li {
  font-size: 13px;
}

.menu__wrapper .menu__submenu li {
  font-size: 14px;
}

.menu__submenu {
/*   width: 240px; */
	width:320px !important;
}
@media (max-width: 1350px){
	.menu__submenu {
	width:40rem !important;
}
}
@media (max-width: 1000px){
	.menu__submenu {
	width:45rem !important;
}
}

.menu__link {
  text-decoration: none;
}

.menu-item-container:hover a,
.menu-item-container:hover span {
  text-decoration: none;
}

.focus_header_menu .menu--mobile .menu__submenu {
  box-shadow: none;
}

@media (min-width: 768px) {
  .menu-item-container {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .menu__submenu {
    width: 100%;
  }
}

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* Container */

.focus_module_website_h {
  background: #FFFFFF;
}

.header.header--no-navigation {
  background: #FFFFFF;
}

/* Primary menu */



.focus_header_menu .menu__link {
  color: #000000;
}

.focus_header_menu .menu__child-toggle-icon {
  border-color: #000000;
}

.focus_header_menu .menu__link--active-link,
.focus_header_menu .menu__link--active-branch {
  color: #999999;
}

.focus_header_menu .menu__link--active-link + .menu__child-toggle .menu__child-toggle-icon,
.focus_header_menu .menu__link--active-branch + .menu__child-toggle .menu__child-toggle-icon {
  border-color: #999999;
}

.focus_header_menu .menu-item-container:hover a,
.focus_header_menu .menu-item-container:hover span {
  color: #425b76;
}

.focus_header_menu .menu-item-container:hover .menu__child-toggle-icon {
  border-color: #425b76;
}



.focus_header_menu .menu__submenu {
/*   background: #FFF161; */
/*   box-shadow: 0px 5px 0px 0px #425b76; */
	background-color:#fff;
	border-radius: 4px;
  box-shadow: 0 4px 16px rgb(0 0 0 / 2%), 0 8px 40px rgb(0 0 0 / 16%);
}
@media (max-width: 767px){
	.focus_header_menu .menu__submenu {
	background:none !important;
	border-radius: none !important;
  box-shadow: none !important;
}
}
.focus_header_menu .menu__submenu.menu__submenu--level-3 {
  background: #fffb6b;
}

.focus_header_menu .menu__submenu .menu__link {
  color: #000000;
}

.focus_sticky_bar .focus_header_menu .menu__child-toggle-icon {
  border-color: #FFFFFF;
}

.focus_header_menu .menu__submenu .menu__child-toggle-icon {
  border-color: #000000;
}

.focus_header_menu .menu__submenu .menu__link--active-link,
.focus_header_menu .menu__submenu .menu__link--active-branch {
  color: #999999;
}

.focus_header_menu .menu__submenu .menu__link--active-link + .menu__child-toggle .menu__child-toggle-icon,
.focus_header_menu .menu__submenu .menu__link--active-branch + .menu__child-toggle .menu__child-toggle-icon {
  border-color: #999999;
}

.focus_header_menu .menu__submenu .menu-item-container:hover {
/*   background: #000000; */
	background-color: rgba(53,67,65,0.06);
}

.focus_header_menu .menu__submenu .menu-item-container:hover a,
.focus_header_menu .menu__submenu .menu-item-container:hover span {
/*   background: #000000;
  color: #425b76; */
	background-color: rgba(53,67,65,0.06);
	color:#000;
}

.focus_header_menu .menu__submenu .menu-item-container:hover .menu__child-toggle-icon {
  border-color: #425b76;
}

/* Secondary menu */

.focus_header_menu.mwh_el_secondary_menu .menu__link {
  color: #000000;
}

.focus_header_menu.mwh_el_secondary_menu .menu__link--active-link,
.focus_header_menu.mwh_el_secondary_menu .menu__link--active-branch,
.focus_header_menu.mwh_el_secondary_menu .menu-item-container:hover a,
.focus_header_menu.mwh_el_secondary_menu .menu-item-container:hover span {
  color: #425b76;
}

/* -------------
 * ハンバーガーメニュー
 * ------------ */
/* Mobile bar */



.focus_mob_nav_icon-inner {
  transform: scale(.48);
  margin: -15px;
}

.focus_mob_nav_icon label {
  display: flex;
  flex-direction: column;
  width: 50px;
  cursor: pointer;
}
.focus_mob_nav_icon{
	border: 2px solid #39bcbc !important;
	border-radius: 0.5rem 0 0.5rem 0.5rem !important;
	padding:7px 2px 7px 7px;
}
.focus_mob_nav_icon label span {
  border-radius: 10px;
  height: 7px;
  margin: 7px 0;
/* 	追加 */
	margin: 5px 0 !important;
	background:#ff8d2c　 !important;
	display: block;
	border-radius: 0 !important;
	height: 4px !important;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	transition: .3s ease !important;
	width: 80% !important;
}

.focus_mob_nav_icon span:nth-of-type(1) {
/* background: #ff8d2c　 !important; */
}

.focus_mob_nav_icon span:nth-of-type(2) {
/* background: #ff8d2c 　!important; */
}

.focus_mob_nav_icon span:nth-of-type(3) {
/* background: #ff8d2c　 !important; */
}

.focus_mob_nav_icon input[type="checkbox"] {
  display: none;
}

.focus_mob_nav_icon input[type="checkbox"]:checked ~ span:nth-of-type(1) {
	transform: rotate(45deg);
	transform-origin: top left !important;
/* 	background:#fff !important; */
}

.focus_mob_nav_icon input[type="checkbox"]:checked ~ span:nth-of-type(2) {
	width: 0% !important;
	opacity:0;
	
}
.focus_mob_nav_icon input[type="checkbox"]:checked ~ span:nth-of-type(3) {
	transform: rotate(-45deg);
	transform-origin: top left !important;
/* 	background:#fff !important; */
}

/* Mobile navigation container */
.focus_mob_nav_icon.open{
	border:none!important;
}
.focus_mob_nav_icon{
	position:relative;
	z-index:9999;
}
.focus_mobile_nav_container {
	display: none;
	flex-direction: column;
	gap: 40px;
	padding: 20px 40px 60px 40px;
}
	@media (max-width: 767px){
		.focus_mobile_nav_container{
		padding: 40px 40px 60px 40px !important;
	}
	}
	
	
.focus_mobile_nav_container a.menu__link, {
    color: #000 !important;
}
@media (max-width: 768px){
	.focus_mobile_nav_container a.menu__link, .menu__link{
    color: #fff !important;
}
}
.focus_mobile_nav_container.open{
	position:fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:100vh !important;
	background-color: rgba(49,142,142,.85) !important;
	z-index:1000;
}