@media only screen and (max-width: 1200px) {
  .header__pc .cta .phone {
    display: none;
  }
}
.header__pc .nav__global .menu li.menu-item-has-children a:not(.section-title) {
  cursor: pointer;
}
.header__pc .nav__global .menu li .sub-menu {
  font-size: 15px;
}
.header__pc .nav__global .menu li .sub-menu li {
  height: auto;
  margin-bottom: 0.5em;
}
.header__pc .nav__global .menu li .sub-menu a {
  background: none;
  color: black;
  line-height: 1.3;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 0 5px;
  padding: 0;
}
.header__pc .nav__global .menu li .sub-menu a.blank-link::after {
  content: '\f35d';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  padding-top: 3px;
}
.header__pc .nav__global .menu li .sub-menu a::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/icon-angel-right.png") center center no-repeat;
  background-size: contain;
  position: relative;
  top: 2px;
}
.header__pc .nav__global .menu li .sub-menu a.submenu-content-title {
  font-size: 18px;
  font-weight: bold;
  color: #141d2a;
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #141d2a;
  height: 44px;
  width: 100%;
}
.header__pc .nav__global .menu li .sub-menu a.submenu-content-title::before {
  order: 2;
  width: 15px;
  height: 15px;
  top: 0;
}
.header__pc .nav__global .menu li .sub-menu a.submenu-content-title:hover {
  color: #00a4dc;
}
.header__pc .nav__global .menu li .sub-menu a.section-title::before {
  display: none;
}
.header__pc .nav__global .menu li .sub-menu a[href=""]:not(.submenu-content-title):hover,
.header__pc .nav__global .menu li .sub-menu a:not([href]):not(.submenu-content-title):hover {
  color: black;
}
.header__pc .mega_menu {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.header__pc .mega_menu.depth_0 {
  position: absolute;
  background: white;
  max-width: 1200px;
  width: 90vw;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 5px 5px;
}
.header__pc .mega_menu.depth_1 {
  position: relative;
}
.header__pc .mega_menu.depth_2 .menu_content {
  padding: 12px 0;
}
.header__pc .mega_menu.depth_1 .menu_content, .header__pc .mega_menu.depth_2 .menu_content {
  padding-bottom: 0;
}
.header__pc .mega_menu .menu_content {
  /*width: calc(100% - 250px);*/
  width: 100%;
  align-self: center;
  padding: 34px 26px 18px;
}
.header__pc .mega_menu .menu_content a:hover {
  color: #00a4dc;
}
.header__pc .mega_menu .menu_content.service .sub-menu.depth_0 {
  grid-template-columns: 3fr 2fr;
}
.header__pc .mega_menu .menu_content.service li.menu-item-has-children.depth_1:first-of-type .sub-menu.depth_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
}
.header__pc .mega_menu .menu_content.column .sub-menu.depth_0 {
  grid-template-columns: 1fr 1fr;
}
.header__pc .mega_menu .menu_content.column li.menu-item-has-children.depth_1:first-of-type .sub-menu.depth_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
}
.header__pc .mega_menu .sub-menu {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 1;
  visibility: visible;
  top: 0;
}
.header__pc .mega_menu .sub-menu a.section-title {
  font-weight: bold;
}
.header__pc .mega_menu .sub-menu.depth_0 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.header__pc .mega_menu .sub-menu.depth_0 li.depth_1:first-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 2em;
}
.header__pc .mega_menu .sub-menu.depth_1 {
  display: block;
}
.header__pc .mega_menu .sub-menu.depth_1 li {
  margin-bottom: 0.5em;
}
.header__pc .mega_menu .sub-menu.depth_2 {
  display: block;
}
.header__pc .mega_menu .sub-menu.depth_2 li {
  margin-bottom: 0.5em;
}
.header__pc .mega_menu li.menu-item-has-children.depth_1, .header__pc .mega_menu li.menu-item-has-children.depth_2 {
  display: block;
}

.header__pc .menu-item-has-children:hover .mega_menu {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.fxe_wrapper{
	width:  calc(750 / 1516 * 100vw);
}

.link-other-site {
  display: flex;
  align-items: center;
  justify-content:flex-end;
  gap: 1em;
	width:  calc(300 / 1516 * 100vw);

}
.link-other-site a {
  font-size: 15px;
  font-weight: 600;
  padding: 5px 12px 5px 15px;
  display: flex;
  align-items: center;
  gap: 4px;
width: 100px;
}

.flex-end{
	display: flex;
	justify-content: flex-end;
}

.x-link{
	display: block;
	width: 60px!important;
	padding: 10% 10% 10% 0!important;
}

.link-other-site img{
	width: 100%;
}


.link-other-site a:hover {
  opacity: 0.7;
}
.link-other-site .link-icon__open {
  margin-left: 4px;
}
.link-other-site .link-icon img {
  filter: brightness(2) invert(1);
  width: 18px;
}
.link-other-site--home {
  padding: 14px;
}
.link-other-site--home a {
  border: 1px solid white;
  padding: 5px 15px;
}
.link-other-site--home a:hover {
  background: white;
  color: #141d2a;
}

.home .header__pc .nav__global {
  background: white;
}
.home .header__pc .nav__global .menu li a {
  color: #141d2a;
}
.home .header__pc.header-has-background .nav__global {
  background: #141d2a;
}
.home .header__pc.header-has-background .nav__global .menu li a {
  color: white;
}
.home .header__pc.header-has-background .nav__global .menu li a:hover {
  color: #8bb2eb;
}
.home .header__pc.header-has-background .nav__global .menu li .sub-menu a {
  color: black;
}
.home .header__pc.header-has-background .nav__global .menu li .sub-menu a.submenu-content-title {
  color: #141d2a;
}
.home .header-has-background .link-other-site a {
  background: #141d2a;
  border: 1px solid #141d2a;
}
.home .header-has-background .link-other-site a:hover {
  background: #16478e;
  border-color: #16478e;
}

