/*************************
* RESET                  *
* FORM PARTS             *
* CLASS                  *
**  tablet               *
**  smartphone           *
* HEADER                 *
**  tablet               *
**  smartphone           *
* FOOTER - GLOBAL LINKS  *
* FOOTER                 *
*************************/

/* RESET */
body {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #333;
}

a, a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

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

/* FORM PARTS */
:placeholder-shown {
  color: #a0a0a0;
  transition: color .15s linear;
}

:-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
  transition: color .15s linear;
}

::-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
  transition: color .15s linear;
}

:-ms-input-placeholder {
  color: #a0a0a0;
  transition: color .15s linear;
}

::-ms-input-placeholder {
  color: #a0a0a0;
  transition: color .15s linear;
}

::-webkit-input-placeholder {
  color: #a0a0a0;
  transition: color .15s linear;
}

::placeholder {
  color: #a0a0a0;
  transition: color .15s linear;
}

input:focus:placeholder-shown {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

/* CLASS */
.external-link {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-bottom: -1.5px;
  background: url("../img/external-link.svg") no-repeat;
}

.sp {
  display: none;
}

.link-button {
  text-align: center;
}

.link-button a,
.link-button > span {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 40px;
  border: 2px solid #7C61A7;
  color: #7C61A7;
  font-weight: bold;
  transition: all .15s linear;
}

.link-button a:hover {
  background: #7C61A7;
  color: #fff;
}

.link-button a.block {
  display: block;
}

.link-button a.white-btn {
  color: #fff;
  border: 2px solid #fff;
}
.link-button a.white-btn:hover {
  background: #fff;
  color: #7C61A7;
}

.link-button .gray-btn,
.link-button .gray-btn:hover {
  border: none;
  background: #ddd!important;
  color: #fff;
  cursor: default;
}

.pointEventNone {
  pointer-events: none;
  opacity: .4;
}

#footpath{
display: none;
}

/*.breadcrumb {
  font-size: 1rem;
	padding: 8px;
	max-width: 1156px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb a:hover {
  color: #666;
}

.breadcrumb a:not(:last-child)::after {
  margin-left: 10px;
  margin-right: 10px;
  content: ">";
}
*/
.ib {
  display: inline-block;
}

/** CLASS - tablet **/
@media screen and (max-width: 1068px) {
  .pc {
    display: none;
  }
}

/** CLASS - smartphone **/
@media screen and (max-width: 700px) {
  .pcandtab {
    display: none;
  }
  .sp {
    display: initial;
    /*display: block;*/
  }
  .link-button {
    max-width: 340px;
    margin: 0 auto;
  }
  .link-button a,
  .link-button > span {
    display: block;
    padding: 6px 10px;
  }
  .breadcrumb {
    padding-left: 0;
    margin-left: 15px;
  }
}

.topnews-nav {
	background: #C8161D;
	color: #fff;
	width: 100%;
	text-align: center;
	z-index: 100;
	position: relative;
}
.topnews-nav a {
	width: 100%;
	max-width: 1000px;
	display: block;
	padding: 16px 56px 16px 24px;
	margin: 0 auto;
}

@media screen and (max-width: 700px) {
.topnews-nav a {
  font-size: 12px;
	padding: 10px 56px 10px 15px;
}
}



.topnews-nav a::after {
	content: "";
	display: block;
	background: url("../img/arrow-right_white.svg") right;
	background-size: cover;
	width: 16px;
	height: 26px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 24px;
	margin: auto;
}

/* HEADER */
#header {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
#header img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#header-bar {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: content-box;
  z-index: 1100;
  width: calc(100% - 30px);
}
#site-menu-btn,
#site-id {
  position: relative;
  z-index: 1000;
}
#site-id {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  margin-bottom: 0;
}
#site-id a, #site-id .logo {
  display: block;
}
#site-id .logo {
  display: block;
  text-indent: -9999em;
  text-align: left;
  font-size: 0;
  width: 100%;
  padding-bottom: 26.8%;
  background: url("../img/logo-wordmouthnc.svg?date=20210401") no-repeat center center;
  background-size: 100% auto;
  /*transition: background .5s ease;*/
}
#site-menu-btn {
  position: relative;
  cursor: pointer;
	margin-right: auto;
}
#site-menu-btn .ico {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#site-menu-btn .ico::before,
#site-menu-btn .ico::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  transition: all .3s ease;
  background: #545252;
}
#site-menu-btn .ico::before {
  top: 0;
}
#site-menu-btn .ico::after {
  bottom: 0;
}
body.gNavShow #site-menu-btn .ico::before {
  transform: rotate(135deg);
  top: 50%;
}
body.gNavShow #site-menu-btn .ico::after {
  transform: rotate(-135deg);
  bottom: 50%;
}
#header-bar .join-btn a {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
}
#header-bar .join-btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
#header-global-menu .bg {
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  z-index: 1;
}
#header-global-menu,
#header-global-menu a {
  color: #fff;
}
#header-global-menu > *:not(.bg) {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  z-index: 5;
}
#header-global-menu .bg {
  background: #000;
}
#header-global-menu .menu-list {
  padding: 0;
}
#header-global-menu .menu-list .menu-link {
  position: relative;
  font-weight: 500;
}
#header-global-menu .menu-list .menu-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #999, #999 2px, transparent 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
#header-global-menu .menu-list a {
  position: relative;
  display: block;
  text-decoration: underline;
}
#header-global-menu .menu-list a:after {
  content: "\FF1E";
  display: inline-block;
  margin-left: 1em;
}
#header-global-menu .menu-list a::before,
#header-global-menu .menu-list .main-menu-link::before {
  position: absolute;
}
#header-global-menu .menu-list .menu-link > .main-menu-link {
  font-weight: 700;
  display: block;
}
#header-global-menu .menu-list .menu-link > .main-menu-link::before {
  content: "\25A0";
}
#header-global-menu .sub-menu-list .sub-menu-link > a::before {
  content: "\30FB";
}
#header-global-menu .header-sns-list {
  padding-left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#find-your-gym {
  text-align: center;
  background: #000;
}
#findGymFixed {
  height: 0;
  overflow: hidden;
}
#findGymFixed.fixed {
  height: auto;
}
#findGymFixed.fixed span {
  display: block;
}
#findGymFixed.fixed + #navFixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#find-your-gym .title {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #7c61a7;
}
#find-your-gym .title img {
  display: block;
  width: auto;
  margin: 0 auto;
  vertical-align: bottom;
}
#find-your-gym .title-step-sub,
#find-your-gym .process-note {
  color: #fff;
}
#find-your-gym .title-step-sub {
  padding-bottom: .5em;
}
#find-your-gym .info {
  font-size: 1.3rem;
  color: #fff;
  margin: -0.5rem 0 1rem;
}
#find-your-gym .d-flex {
  position: relative;
  max-width: 690px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#find-your-gym .d-flex::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 70%;
  width: 1px;
  height: 100%;
  background: #fff;
}
#find-your-gym .placeholder {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 1;
  padding: 0 3em 0 1em;
  color: #a0a0a0;
  transition: opacity .15s linear;
  pointer-events: none;
}
#find-your-gym .placeholder.focus {
  opacity: 0;
}
#find-your-gym .link {
  position: relative;;
  display: block;
  text-align: center;
  color: #fff;
  border: 1px solid #7c61a7;
  background: #7c61a7;
  border-radius: 3px;
  transition: background .15s linear, border .15s linear;
}
#find-your-gym .link.disabled {
  pointer-events: none;
  background: #00acce;
  border-color: #00acce;
}
#find-your-gym .mapLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#find-your-gym .link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
#find-your-gym .mapLink .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
#find-your-gym .subLinks {
  position: relative;
  max-width: 690px;
  padding-top: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#find-your-gym .subLinks::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 1px;
  background: #fff;
}
#find-your-gym .subLinks .link {
  width: calc(50% - 3px);
  padding: .5em 0;
}
#find-your-gym .for_map_world .link {
  max-width: 400px;
  margin: 0 auto;
  padding: 8px 0;
}
#find-your-gym .mapLink .link::before {
  background: url("../img/icon_map_pin.svg") no-repeat center center;
  background-size: 100% auto;
}
#find-your-gym .subLinks .link:first-child::before {
  background: url("../img/icon_compass.svg") no-repeat center center;
  background-size: 100% auto;
}
#find-your-gym .subLinks .link:nth-child(2)::before {
  background: url("../img/icon_map.svg") no-repeat center center;
  background-size: 100% auto;
}
#find-your-gym .for_map_world .link::before {
  background: url("../img/icon_map.svg") no-repeat center center;
  background-size: 100% auto;
}
/** pc and tablet **/
@media print,screen and (min-width: 701px) {
  #header-bar {
    height: 60px;
    padding-top: 35px;
    margin-bottom: 25px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #site-id {
    width: 32%;
    max-width: 260px;
  }
  #site-menu-btn .text {
    display: inline-block;
    width: 47px;
    margin-right: 15px;
    vertical-align: middle;
  }
  #site-menu-btn .text img {
    display: block;
  }
  #site-menu-btn .ico {
    width: 42px;
    height: 14px;
  }
  #site-menu-btn .ico::before,
  #site-menu-btn .ico::after {
    height: 2px;
  }
  body.gNavShow #site-menu-btn .ico::before {
    margin-top: -1px;
  }
  body.gNavShow #site-menu-btn .ico::after {
    margin-bottom: -1px;
  }
  #header-bar .join-btn a {
    padding: .2em 3em .2em 1.5em;
    color: #fff;
    transition: opacity .15s linear;
    border-radius: 20em;
    background: #7c61a7;
    background: -moz-linear-gradient(0% 50% 0deg,rgba(124, 97, 167, 1) 0%,rgba(122, 98, 168, 1) 38.53%,rgba(115, 103, 170, 1) 54.7%,rgba(102, 110, 174, 1) 66.68%,rgba(85, 121, 179, 1) 76.59%,rgba(62, 135, 187, 1) 85.22%,rgba(34, 151, 195, 1) 92.83%,rgba(1, 171, 206, 1) 99.76%,rgba(0, 172, 206, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(124, 97, 167, 1) 0%, rgba(122, 98, 168, 1) 38.53%, rgba(115, 103, 170, 1) 54.7%, rgba(102, 110, 174, 1) 66.68%, rgba(85, 121, 179, 1) 76.59%, rgba(62, 135, 187, 1) 85.22%, rgba(34, 151, 195, 1) 92.83%, rgba(1, 171, 206, 1) 99.76%, rgba(0, 172, 206, 1) 100%);
    background: -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(124, 97, 167, 1) ),color-stop(0.3853,rgba(122, 98, 168, 1) ),color-stop(0.547,rgba(115, 103, 170, 1) ),color-stop(0.6668,rgba(102, 110, 174, 1) ),color-stop(0.7659,rgba(85, 121, 179, 1) ),color-stop(0.8522,rgba(62, 135, 187, 1) ),color-stop(0.9283,rgba(34, 151, 195, 1) ),color-stop(0.9976,rgba(1, 171, 206, 1) ),color-stop(1,rgba(0, 172, 206, 1) ));
    background: linear-gradient(90deg, rgba(124, 97, 167, 1) 0%, rgba(122, 98, 168, 1) 38.53%, rgba(115, 103, 170, 1) 54.7%, rgba(102, 110, 174, 1) 66.68%, rgba(85, 121, 179, 1) 76.59%, rgba(62, 135, 187, 1) 85.22%, rgba(34, 151, 195, 1) 92.83%, rgba(1, 171, 206, 1) 99.76%, rgba(0, 172, 206, 1) 100%);
  }
  #header-bar .join-btn a:hover {
    opacity: .8;
  }
  #header-bar .join-btn a::after {
    right: .5em;
    top: 50%;
    margin-top: -7px;
    border-width: 7px 0 7px 9px;
    border-color: transparent transparent transparent #ffffff;
  }
  #header-global-menu {
    position: relative;
    overflow: hidden;
    height: 0;
    pointer-events: none;
    visibility: hidden;
    padding: 0 15px;
    transition: all .5s ease;
  }
  body.gNavShow #header-global-menu {
    height: auto;
    pointer-events: auto;
    visibility: visible;
    padding: 60px 15px;
  }
  #header-global-menu .bg {
    position: absolute;
    left: 100%;
    transition: left 0s .5s ease;
  }
  body.gNavShow #header-global-menu .bg {
    left: 0;
    transition: left 0s linear;
  }
  #header-global-menu .site-search {
    padding: 0 35px 30px;
  }
  #header-global-menu .menu-list::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #999, #999 2px, transparent 2px, transparent 2px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
  }
  #header-global-menu .menu-list a:hover {
    text-decoration: none;
  }
  #header-global-menu .menu-list .menu-link > .main-menu-link {
    padding: 0.8em 35px .8em 60px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  #header-global-menu .menu-list .menu-link > .main-menu-link::before {
    top: 0.8em;
    left: 35px;
  }
  #header-global-menu .sub-menu-list {
    margin: -5px 0 0 35px;
    padding: 0 0 20px 25px;
  }
  #header-global-menu .sub-menu-list .sub-menu-link > a {
    padding: .4em 0 .4em 1em;
    font-size: 1.4rem;
  }
  #header-global-menu .sub-menu-list .sub-menu-link > a::before {
    top: 0.4em;
    left: -0.2em;
  }
  #header-global-menu .header-sns-list {
    padding-top: 40px;
  }
  #header-global-menu .header-sns-list li {
    width: 36px;
    margin: 0 20px;
  }
  #header-global-menu .header-sns-list img {
    transition: transform .15s linear;
  }
  #header-global-menu .header-sns-list a:hover img {
    transform: scale(1.1);
  }
  #find-your-gym {
    padding: 20px 15px 30px;
  }
  #find-your-gym .title {
    padding-bottom: 1.6rem;
  }
  #find-your-gym .title img {
    height: 2.3rem;
  }
  #find-your-gym .title.join {
    font-size: 2.5rem;
  }
  #find-your-gym .title.title-step {
    padding-bottom: 1.5rem;
    padding-top: 1rem;
  }
  #find-your-gym .title-step-sub {
    padding-bottom: 1em;
  }
  #find-your-gym .info {
    display: none;
  }
  #find-your-gym .searchform {
    width: 65%;
  }
  #find-your-gym .link {
    position: relative;
    font-size: 1.4rem;
  }
  #find-your-gym .link:hover {
    background: #00acce;
    border-color: #00acce;
  }
  #find-your-gym .mapLink {
    width: 23.7%;
  }
  #find-your-gym .mapLink .link {
    padding-left: 1.5em;
  }
  #find-your-gym .mapLink .link::before {
    left: 1em;
    width: 20px;
    height: 30px;
    margin-top: -15px;
  } 
  #find-your-gym .for_map_world .link::before {
    left: 1em;
    width: 34px;
    height: 30px;
    margin-top: -15px;
  }
  #find-your-gym .subLinks {
    position: relative;
  }
  #find-your-gym .subLinks::after {
    top: 20px;
    height: calc(100% - 20px);
  }
  #find-your-gym .subLinks .link {
    width: 44.9%;
  }
  #find-your-gym .subLinks .link::before {
    left: 0.5em;
    height: 30px;
    margin-top: -15px;
  }
  #find-your-gym .subLinks .link:first-child::before {
    width: 27px;
  }
  #find-your-gym .subLinks .link:nth-child(2)::before {
    width: 34px;
  }
  #find-your-gym .process-note {
    padding-top: 1.5em;
    padding-bottom: 1em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 900px) {
  #header-bar .join-btn .join-row {
    display: block;
  }
}
/** smartphone **/
@media screen and (max-width: 700px) {
  #header-bar {
    height: 20vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
  }
  #site-id {
    width: 44%;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #site-id, #site-menu-btn {
    z-index: 20;
  }
  #site-menu-btn .text {
    display: none;
  }
  #site-menu-btn .ico {
    width: 8.2vw;
    height: 4vw;
  }
  #site-menu-btn .ico::before,
  #site-menu-btn .ico::after {
    height: 1px;
  }
  #header-bar .join-btn {
    transition: visibility .5s ease, opacity .5s ease;
  }
  #header-bar .join-btn a {
    font-size: 10px;
    padding: 0 1.5em 0 0;
  }
  #header-bar .join-btn a::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.1em;
    height: 1.1em;
    background: #231815;
    border-radius: 50%;
    margin-top: -0.55em;
  }
  #header-bar .join-btn a::after {
    top: 50%;
    right: .3em;
    margin-top: -0.3em;
    border-width: 0.3em 0 0.3em 0.4em;
    border-color: transparent transparent transparent #ffffff;
  }
  #header-global-menu {
    position: fixed;
    width: 100%;
    /*height: 0;
    top: 20vw;
    left: 100%;*/
    height: calc(100% - 20vw);
    top: -100%;
    padding: 0;
    overflow-y: auto;
    /*transition: left .5s ease, height 0s 0.5s ease;*/
    transition: top .5s ease;
    z-index: 10;
  }
  #header-global-menu > * {
    width: 100%;
  }
  body.gNavShow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  body.gNavShow #header {
    padding-top: 20vw;
  }
  body.gNavShow #header-bar {
    position: fixed;
    left: 0;
    top: 0;
    width: calc(100% - 30px);
    background: #000;
  }
  body.gNavShow #header-global-menu {
    /*height: calc(100% - 20vw);*/
    top: 20vw;
    padding: 0 0 80px;
    opacity: 1;
    /*left: 0;
    transition: left .5s ease, height 0s linear;*/
    transition: top .5s ease;
  }
  body.gNavShow #site-id .logo {
    background-image: url("../img/logo-wordmouthnc_white.svg");
  }
  body.gNavShow #site-menu-btn .ico::before,
  body.gNavShow #site-menu-btn .ico::after {
    background: #fff;
  }
  body.gNavShow .join-btn {
    opacity: 0;
    visibility: hidden;
  }
  #header-global-menu .bg {
    position: fixed;
    /*left: 100%;
    top: 0;*/
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*transition: left .5s ease;*/
    transition: top .5s ease;
  }
  body.gNavShow #header-global-menu .bg {
    /*left: 0;*/
    top: 0;
  }
  #header-global-menu .site-search {
    position: relative;
    padding: 15px;
    margin-bottom: 1em;
  }
  #header-global-menu .site-search::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #999, #999 2px, transparent 2px, transparent 2px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
  }
  #header-global-menu .menu-list {
    width: 88%;
    margin: 0 auto;
    font-size: 1.3rem;
  }
  #header-global-menu .menu-list .menu-link > .main-menu-link {
    padding: 0.8em 0 0.8em 1.5rem;
    font-size: 1.3rem;
    font-weight: 700;
  }
  #header-global-menu .menu-list .menu-link > .main-menu-link::before {
    top: 0.8em;
    left: 0;
  }
  #header-global-menu .sub-menu-list {
    margin: -5px 0 0 0;
    padding: 0 0 15px 15px;
  }
  #header-global-menu .sub-menu-list .sub-menu-link > a {
    padding: .4em 0 .4em 1em;
    font-size: 1.2rem;
  }
  #header-global-menu .sub-menu-list .sub-menu-link > a::before {
    top: 0.4em;
    left: -0.2em;
  }
  #header-global-menu .header-sns-list {
    padding-top: 30px;
  }
  #header-global-menu .header-sns-list li {
    width: 7.4vw;
    max-width: 36px;
    margin: 0 5%;
  }
  #find-your-gym {
    padding: 10px 15px 20px;
  }
  #find-your-gym .title {
    padding-bottom: 1.6rem;
  }
  #find-your-gym .title img {
    height: 3.4vw;
  }
  #find-your-gym .title.join {
    font-size: 3.8vw;
  }
  #find-your-gym .title.title-step {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  #find-your-gym .title-step-sub {
    padding-bottom: 1em;
    font-size: 1.3rem;
  }
  #find-your-gym .searchform {
    width: 66%;
    margin-left: 0;
  }
  #find-your-gym .placeholder {
    font-size: 1.1rem;
  }
  #find-your-gym .link {
    font-size: 1rem;
    line-height: 1.4;
  }
  #find-your-gym .mapLink {
    width: 26%;
  }
  #find-your-gym .mapLink .link {
    text-align: left;
    padding-left: 1.2em;
  }
  #find-your-gym .mapLink .link::before {
    left: 0.5em;
    width: 14px;
    height: 20px;
    margin-top: -10px;
  } 
  #find-your-gym .for_map_world .link::before {
    left: 0.3em;
    width: 25px;
    height: 30px;
    margin-top: -15px;
  }
  #find-your-gym .subLinks {
    padding-top: 15px;
  }
  #find-your-gym .subLinks::after {
    top: 15px;
    height: calc(100% - 15px);
  }
  #find-your-gym .subLinks .link {
    width: 46%;
    padding: 1em 0 1em 25px;
  }
  #find-your-gym .subLinks .link::before {
    left: 0.3em;
    height: 30px;
    margin-top: -15px;
  }
  #find-your-gym .subLinks .link:first-child::before {
    width: 20px;
  }
  #find-your-gym .subLinks .link:nth-child(2)::before {
    width: 25px;
  }
  #find-your-gym .process-note {
    padding-top: 2em;
    padding-bottom: 1em;
    font-size: 1.1rem;
  }
}
/** smartphone small **/
@media screen and (max-width: 400px) {
  #find-your-gym .link {
    font-size: 2.67vw;
  }
}

/* FOOTER - AROUND THE WORLD */
#around-world {
  padding: 45px 20px 30px;
  text-align: center;
  background: #f5f5f5;
}
#around-world h2, p {
  margin: 0;
}
#around-world .inner {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
}
#around-world .heading .img img {
  width: 100%;
  height: auto;
}
#around-world .world-link a {
  display: block;
  padding: .5em 0;
  color: #fff;
  background: #00acce;
  border-radius: 20em;
  transition: background .15s linear;
}
#around-world .world-link a::after {
  content: "\FF1E";
  display: inline-block;
  margin-left: 1em;
}
/** pc and tablet **/
@media print,screen and (min-width: 701px) {
  #around-world .inner {
    padding-bottom: 70px;
  }
  #around-world .heading {
    text-align: left;
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  #around-world .heading .img {
    width: 100px;
  }
  #around-world .heading .title {
    padding-left: 30px;
    font-size: 2.2rem;
    font-weight: 700;
  }
  #around-world .world-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #around-world .world-link a {
    max-width: 400px;
    margin: 0 auto;
  }
  #around-world .world-link a:hover {
    background: #7c61a7;
  }
  #around-world .note {
    padding-top: 2em;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
/** smartphone **/
@media screen and (max-width: 700px) {
  #around-world {
    padding: 30px 0 20px;
  }
  #around-world .heading .img {
    width: 31%;
    margin: 0 auto;
  }
  #around-world .heading .title {
    padding: .8em 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
  }
  #around-world .world-link {
    width: 80%;
    margin: 0 auto;
  }
  #around-world .note {
    padding-top: 2em;
    font-size: 1.1rem;
    line-height: 1.75;
  }
}
/** smartphone small **/
@media screen and (max-width: 400px) {
  #around-world .heading .title {
    font-size: 4.4vw;
  }
  #around-world .note {
    font-size: 2.93vw;
  }
}

/* FOOTER - GLOBAL LINKS */
#global-links {
  padding: 40px 0 20px;
}

#global-links-jp {
  padding: 40px 0 0;
}

#global-links .global-list,
#global-links-jp .global-list {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

#global-links .global-list dt,
#global-links-jp .global-list dt {
  width: 7em;
  font-weight: 700;
}

#global-links .global-list dd,
#global-links-jp .global-list dd {
  padding: 0 0 0 8em;
  margin: -1.8em 0 .2em;
}

#global-links .global-list dd a,
#global-links-jp .global-list dd a {
  display: inline-block;
}

#global-links .global-list dd a:hover,
#global-links-jp .global-list dd a:hover {
  color: #7C61A7;
}

#map_world-link {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 20px;
}
#map_world-link a {
	background: #fff;
	padding: 5px 20px;
	margin-right: 10px;
	border: solid 1px #9459a4;
	color: #9459a4;
	border-radius: 20px;
}
#map_world-link a:hover {
	background: #9459a4;
	color: #fff;
}
/** smartphone **/
@media screen and (max-width: 700px) {
  #global-links {
    padding: 15px 0;
  }
  #global-links-jp {
    padding: 0;
  }
  #global-sp-link,
  #global-sp-link-jp {
    display: block;
    padding: 0;
    max-width: 80vw;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
  }
  #global-sp-link a,
  #global-sp-link-jp a {
    position: relative;
    display: block;
    color: #333;
    padding: .5em 0;
    border-radius: 40px;
    border: 1px solid #333;
    background: #fff;
    font-weight: 500;
  }
  #global-sp-link a:after,
  #global-sp-link-jp a:after {
    content: "＋";
    display: inline-block;
    padding-left: 1em;
  }
  #global-sp-link a.active:after
  #global-sp-link-jp a.active:after {
    content: "－";
  }
  #global-links .global-list,
  #global-links-jp .global-list {
    max-width: 345px;
    width: 80vw;
    margin: 0 auto;
    padding-top: 0;
    font-size: 13px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all .5s;
  }
  #global-links .global-list.active,
  #global-links-jp .global-list.active {
    max-height: 999em;
    opacity: 1;
    margin-bottom: 20px;
  }
  #global-links .global-list dt,
  #global-links-jp .global-list dt {
    padding: 10px 0 0;
    width: auto;
  }
  #global-links .global-list dd,
  #global-links-jp .global-list dd {
    padding: 0;
    margin: 0;
  }
  #global-links .global-list dd a:hover,
  #global-links-jp .global-list dd a:hover {
    color: inherit;
  }
  #global-links .right-block {
    padding-top: 30px;
    background: #f2f2f2;
  }
  #global-links .right-block a {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
  #global-links .sns {
    padding: 20px 0 15px;
    text-align: center;
    background: #f2f2f2;
    display: block;
  }
  #global-links .sns a {
    display: inline-block;
    margin: 0 5px;
  }
}

/* links two column - for PC */
#global-links-world #global-links .global-list,
#global-links-world #global-links-jp .global-list {
  display: block;
}
/** pc **/
@media print,screen and (min-width: 1069px) {
  #global-links-world {
    padding: 40px 0 20px;
    overflow: hidden;
  }
  #global-links-world #global-links-jp,
  #global-links-world #global-links {
    width: 48%;
    padding: 0;
  }
  #global-links-world #global-links-jp {
    float: left;
  }
  #global-links-world #global-links {
    float: right;
  }
}

/* FOOTER */
#footer {
  color: #525054;
  text-align: center;
}
.footer-breadcrumb {
  text-align: left;
  font-size: 0;
  max-width: 1140px;
  margin: 0 auto;
}
.footer-breadcrumb li {
  position: relative;
  display: inline-block;
  color: #525054;
}
.footer-breadcrumb li:not(:first-child)::before {
  content: "\FF1E";
  display: inline-block;
  margin: 0 1em;
}
.footer-sns-list {
  text-align: center;
  font-size: 0;
}
.footer-sns-list .title,
.footer-sns-list ul,
.footer-sns-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.footer-sns-list .title {
  margin: 0;
  text-align: left;
}
.footer-sns-list ul {
  padding-left: 2rem;
  border-left: 1px solid #525054;
}
.footer-sns-list li a {
  display: block;
}
.footer-sns-list img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-ffj > p {
  color: #1e2973;
  font-size: 1.2rem;
  line-height: 1.75;
  margin: 0;
}
.footer-ffj img,
#footer .wordmouthnc-logo img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  transition: opacity .15s linear;
}
#footer-bnrs {
  padding: 0 15px 40px;
  text-align: center;
}
/** pc and tablet **/
@media print,screen and (min-width: 701px) {
  #footer {
    padding: 35px 20px 60px;
  }
  .footer-breadcrumb {
    margin-bottom: 40px;
  }
  .footer-breadcrumb li {
    font-size: 1.4rem;
  }
  .footer-breadcrumb li a:hover {
    color: #707070;
    text-decoration: underline;
  }
  #footer-bnrs .bnr {
    max-width: 300px;
    margin: 0 auto;
  }
  .footer-sns-list {
    padding-bottom: 75px;
  }
  .footer-sns-list .title,
  .footer-sns-list li {
    font-size: 1.6rem;
  }
  .footer-sns-list .title {
    width: 10em;
  }
  .footer-sns-list li {
    width: 30px;
    padding: 1rem 0;
    margin: 0 3rem;
  }
  .footer-sns-list img {
    transition: transform .15s linear;
  }
  .footer-sns-list a:hover img {
    transform: scale(1.1);
  }
  .footer-main-nav,
  .footer-sub-nav {
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  .footer-main-nav {
    padding-bottom: 60px;
    font-size: 1.4rem;
  }
  .footer-main-nav a,
  .footer-sub-nav a {
    position: relative;
    display: inline-block;
    padding: 0 1.5em;
  }
  .footer-main-nav a:hover,
  .footer-sub-nav a:hover {
    text-decoration: underline;
    color: #707070;
  }
  .footer-main-nav a::after {
    content: "|";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .footer-main-nav a:first-child::before {
    content: "|";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .footer-sub-nav {
    padding-bottom: 10px;
    font-size: 1.3rem;
  }
  .footer-sub-nav a + a::before {
    content: "|";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .footer-ffj {
    width: 270px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .footer-ffj a:hover img,
  #footer .wordmouthnc-logo a:hover img {
    opacity: .75;
  }
  .copyright {
    font-size: 1.2rem;
  }
  #footer .wordmouthnc-logo {
    padding-top: 40px;
    width: 56px;
    margin: 0 auto;
  }
}
@media print,screen and (min-width: 1001px) {
  .footer-sns-list li {
    margin: 0 4rem;
  }
}
/** smartphone **/
@media screen and (max-width: 700px) {
  #footer {
    padding: 15px 0;
  }
  .footer-breadcrumb {
    margin: 0 15px 35px;
    white-space: nowrap;
    overflow-x: auto;
  }
  .footer-breadcrumb li {
    font-size: 1rem;
    white-space: nowrap;
  }
  #footer-bnrs .bnr {
    max-width: 420px;
    margin: 0 auto;
  }
  .footer-sns-list {
    padding: 0 15px 25px;
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  }
  .footer-sns-list .title,
  .footer-sns-list li {
    font-size: 1.3rem;
  }
  .footer-sns-list .title {
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    width: 11rem;
  }
  .footer-sns-list ul {
    width: calc(100% - 11rem);
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  .footer-sns-list li {
    width: 5.6vw;
    padding: .5em 0;
    max-width: 30px;
  }
  .footer-main-nav {
    padding-bottom: 45px;
    font-size: 1.2rem;
    text-align: left;
  }
  .footer-main-nav a {
    display: block;
    padding: .8em 15px;
    border-bottom: 1px dashed #999;
  }
  .footer-main-nav a:first-child {
    border-top: 1px dashed #999;
  }
  .footer-ffj > a {
    display: block;
    width: 60%;
    margin: 0 auto .5rem;
  }
  .footer-ffj > p {
    font-size: 1rem;
  }
  .footer-sub-nav {
    max-width: 20em;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-sub-nav a {
    position: relative;
    display: inline-block;
    font-size: 1.1rem;
    padding: 0 1.5em;
  }
  .footer-sub-nav a::after {
    content: "|";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .footer-sub-nav a:first-child::before,
  .footer-sub-nav a:nth-child(3)::before {
    content: "|";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  /*.footer-sub-nav a:last-child {
    display: block;
    max-width: 18em;
    margin: .8em auto 0;
  }*/
  .policyAndcopyright {
    padding-top: 35px;
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  .copyright {
    font-size: 1.1rem;
  }
  #footer .wordmouthnc-logo {
    padding-top: 25px;
    width: 12%;
    margin: 0 auto;
  }
}
/** smartphone small **/
@media screen and (max-width: 400px) {
  .footer-breadcrumb li {
    font-size: 2.4vw;
  }
  .footer-ffj > p {
    font-size: 2.8vw;
  }
}

/* SEARCH */
.site-search .searchform .inputArea,
#find-your-gym .searchform .inputArea {
  position: relative;
}
.site-search .searchform input[type="text"],
#find-your-gym .searchform input[type="text"] {
  padding: 0.5em 3em 0.5em 1em;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  background: #575757;
  color: #fff;
  box-shadow: 0 0 0 rgba(0,0,0,0.3) inset;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
.site-search .searchform .searchsubmit,
#find-your-gym .searchform .searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  width: 3em;
  height: 100%;
  background: url(../img/icon_search.svg) no-repeat center center;
  background-size: 24px auto;
  text-indent: -999em;
  border: none;
  box-shadow: none;
}

.site-search .searchform input[type="text"] {
  background: #fff;
  color: #333;
  box-shadow: none;
}
.site-search .searchform .searchsubmit {
  background-image: url(../img/icon_search_gray.svg);
}

.site-search .searchform .searchsubmit.disabled{
  pointer-events: none;
  background: url(../img/loading.gif) no-repeat center center;
  background-size: 50% auto;
}
#find-your-gym .searchform .searchsubmit.disabled {
  pointer-events: none;
  background: url(../img/loading_gray.gif) no-repeat center center;
  background-size: 50% auto;
}

.site-search .searchform input[type="text"]:placeholder-shown {
  color: #818181;
  transition: color .15s linear;
}

.site-search .searchform input[type="text"]:-moz-placeholder {
  color: #818181;
  opacity: 1;
  transition: color .15s linear;
}

.site-search .searchform input[type="text"]::-moz-placeholder {
  color: #818181;
  opacity: 1;
  transition: color .15s linear;
}

.site-search .searchform input[type="text"]:-ms-input-placeholder {
  color: #818181;
  transition: color .15s linear;
}

.site-search .searchform input[type="text"]::-ms-input-placeholder {
  color: #818181;
  transition: color .15s linear;
}

.site-search .searchform input[type="text"]::-webkit-input-placeholder {
  color: #818181;
  transition: color .15s linear;
}

.site-search .searchform input[type="text"]::placeholder {
  color: #818181;
  transition: color .15s linear;
}

.site-search .searchform input[type="text"]:focus:placeholder-shown {
  color: transparent;
}

.site-search .searchform input[type="text"]:focus:-moz-placeholder {
  color: transparent;
}

.site-search .searchform input[type="text"]:focus::-moz-placeholder {
  color: transparent;
}

.site-search .searchform input[type="text"]:focus:-ms-input-placeholder {
  color: transparent;
}

.site-search .searchform input[type="text"]:focus::-ms-input-placeholder {
  color: transparent;
}

.site-search .searchform input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;
}

.site-search .searchform input[type="text"]:focus::placeholder {
  color: transparent;
}

/** smartphone **/
@media screen and (max-width: 700px) {
  .site-search .searchform input[type="text"],
  #find-your-gym .searchform input[type="text"] {
    padding: 0.5em 2.5em 0.5em .8em;
  }
  .site-search .searchform .searchsubmit,
  #find-your-gym .searchform .searchsubmit {
    width: 2.5em;
    background-size: 18px auto;
  }
}

.activities-block {
  background: #f5f5f5;
}
.activities-block .activities-title {
  font-weight: 400;
  text-align: center;
}
.activities-block .activities-lead {
  font-weight: 700;
}
.activities-block .activity-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}
.activities-block .activity-list .item {
  width: 48%;
  margin-top: 4%;
}
.activities-block .activity-list .item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background: #fff;
  transition: box-shadow .3s ease;
}
.activities-block .activity-list .item .image {
  overflow: hidden;
}
.activities-block .activity-list .item .image img {
  width: 100%;
  max-width: none;
  transition: transform .3s ease;
}
.activities-block .activity-list .item .title {
  color: #525054;
  line-height: 1.45;
}
.activities-block .activity-list .item .category {
  margin-top: auto;
}
.activities-block .activity-list .item .category span {
  display: inline-block;
  color: #727272;
  padding:  .3em 1.5em;
  line-height: 1.45;
  border: 1px solid #727272;
  background: #fff;
}
.activities-block .activity-list .item .date {
  color: #a8a8a8;
  line-height: 1.2;
}
/** pc and tablet **/
@media print,screen and (min-width: 701px) {
  .activities-block {
    padding: 65px 30px 75px;
  }
  .activities-block .activities-title {
    padding-bottom: 40px;
    font-size: 3.6rem;
  }
  .activities-block .activities-lead {
    text-align: center;
    font-size: 2.4rem;
  }
  .activities-block .activity-list .item a:hover {
    box-shadow: 0 0 15px rgba(124,97,167,0.3);
  }
  .activities-block .activity-list .item a:hover .image img {
    transform: scale(1.05);
  }
  .activities-block .activity-list .item .title {
    padding: 20px 20px 0;
  }
  .activities-block .activity-list .item .category {
    padding: 35px 20px 0;
  }
  .activities-block .activity-list .item .date {
    padding: 10px 20px 15px;
    font-size: 1.4rem;
  }
}
/** smartphone **/
@media screen and (max-width: 700px) {
  .activities-block {
    padding: 4.6% 2.6% 7.3%;
  }
  .activities-block .activities-title {
    font-size: 1.8rem;
  }
  .activities-block .activity-list .item .title {
    padding: 10px 10px 0;
    font-size: 1.1rem;
  }
  .activities-block .activity-list .item .category {
    padding: 10px 10px 0;
    font-size: 1.05rem;
  }
  .activities-block .activity-list .item .category span {
    padding: 0 .4em;
  }
  .activities-block .activity-list .item .date {
    padding: 5px 10px 10px;
    font-size: 1.1rem;
  }
}

/* header important-notice */
#header-important-notice {
  position: relative;
  background-color: #f4f4f4;
  border-bottom: 1px solid #d5d5d5;
}
#header-important-notice a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  height: 40px;
  padding: 0 2em 0 1em;
  font-size: 13px;
  line-height: 1.2;
  box-sizing: border-box;
  animation: noticeAnimA 5s ease 0s forwards normal;
}
#header-important-notice a::before {
  content: "";
  display: block;
  position: absolute;
  right: .5em;
  top: 50%;
  width: .6em;
  height: .6em;
  margin-top: -0.3em;
  border-top: 2px solid #7c61a7;
  border-right: 2px solid #7c61a7;
  box-sizing: border-box;
  transform: rotate(45deg);
  z-index: 5;
  animation: noticeAnimB 5s ease 0s forwards normal;
}
#header-important-notice .cat {
  display: inline-block;
  min-width: 3em;
  padding: .2em .5em;
  margin-right: .5em;
  color: #fff;
  text-decoration: none;
  background-color: #7c61a7;
  animation: noticeAnimC 5s ease 0s forwards normal;
}
#header-important-notice .cont {
  display: inline-block;
  max-width: calc(100% - 3.5em);
  text-decoration: underline;
  animation: noticeAnimD 5s ease 0s forwards normal;
}
@keyframes noticeAnimA {
  0% { background-color: transparent; color: #333;; }
  80% { background-color: transparent; color: #333; }
  100% { background-color: #7c61a7; color: #fff; }
}
@keyframes noticeAnimB {
  0% { border-color: #7c61a7; }
  80% { border-color: #7c61a7; }
  100% { border-color: #fff; }
}
@keyframes noticeAnimC {
  0% { background-color: #7c61a7; color: #fff; }
  80% { background-color: #7c61a7; color: #fff; }
  100% { background-color: #fff; color: #7c61a7; }
}
@keyframes noticeAnimD {
  0% { text-decoration: underline; }
  80% { text-decoration: underline; }
  100% { text-decoration: none; }
}
/** pc and tablet **/
@media print,screen and (min-width: 701px) {
  #header-important-notice a {
    font-size: 16px;
  }
}
/** smartphone **/
@media screen and (max-width: 700px) {
  #header-important-notice {
    position: relative;
    z-index: 1100;
    height: 40px;
    box-sizing: border-box;
  }
  body.gNavShow #header-important-notice {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
  body.gNavShow #header-important-notice ~ #header-bar {
    top: 40px;
  }
  body.gNavShow #header-important-notice ~ #header-global-menu {
    top: calc(20vw + 40px);
  }
}

/* 23.04 footer renewal */
#footer.footer-full {
  padding-left: 0;
  padding-right: 0;
}
#footer.footer-full .footer-reason {
  margin-left: 0;
  margin-right: 0;
}
.footer-reason-wrap {
  max-width: 1144px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}
.ft-reason-number {
  display: block;
  width: 75%;
  max-width: 340px;
  margin: 10px auto 0;
  background-color: #ef3340;
  color: #fff;
  font-weight: 500;
  border-radius: 40px;
}
.ft-reason-number span {
  font-weight: 700;
  line-height: 1em;
}
/* .ft-reason-number img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(85%);
} */
.footer-reason-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.footer-reason-list > li {
  margin: 0;
  list-style: none;
}
.footer-reason-list > li + li {
  border-top: 1px dotted #ccc;
}
.footer-reason-list .ft-reason-title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 15px;
  width: 100%;
}
.footer-reason-list .ft-reason-title-area .icon {
  width: 100px;
}
.footer-reason-list .ft-reason-title {
  width: calc(100% - 115px);
}
.footer-reason-list .ft-reason-title .main {
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
  font-weight: 900;
  line-height: 1.17;
  color: #363636;
  border-bottom: 4px solid #ce3642;
}
.footer-reason-list .ft-reason-title .sub {
  font-weight: 700;
  line-height: 1.37;
  color: #363636;
}
.footer-reason-list .ft-reason-desc {
  color: #383838;
}
.footer-reason-list .ft-reason-text-note {
  margin-top: 1.3em;
  line-height: 1.63;
  font-size: 11px;
}
.footer-reason-list .more {
  text-align: center;
}
#footer-around-world {
  padding: 70px 20px 50px;
  margin-bottom: 60px;
  text-align: center;
  background: #f5f5f5;
}
#footer-around-world h2, p {
  margin: 0;
}
#footer-around-world .inner {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
}
#footer-around-world .heading .title {
  font-weight: 700;
}
#footer-around-world .heading .img img {
  width: 100%;
  height: auto;
}
#footer-around-world .world-link a {
  display: block;
  position: relative;
  padding: .5em 2em;
  color: #fff;
  background: #00acce;
  border-radius: 20em;
  font-weight: 700;
  transition: background-color .15s linear;
}
#footer-around-world .world-link a::after {
  content: "";
  display: block;
  position: absolute;
  width: .6em;
  right: 1.4em;
  top: 0;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDEzIiBmaWxsPSIjZmZmZmZmIj48cGF0aCBkPSJtNy40Myw1LjloLS4wMUwxLjc3LjI1QzEuNDQtLjA4LjktLjA4LjU3LjI1cy0uMzMuODcsMCwxLjJsNS4wNSw1LjA1TC41NywxMS41NWMtLjMzLjMzLS4zMy44NywwLDEuMi4zMy4zMy44Ny4zMywxLjIsMGw1LjY2LTUuNjZjLjMzLS4zMy4zMy0uODYsMC0xLjE5WiIvPjwvc3ZnPg==") no-repeat center center;
  background-size: 100% auto;
}
#footer-around-world .note {
  font-weight: 500;
}
/** pc and tablet **/
@media print,screen and (min-width: 701px) {
  .footer-reason-wrap {
    padding: 50px 30px 45px;
  }
  .ft-reason-number {
    font-size: 25px;
  }
  .ft-reason-number span {
    font-size: 32px;
  }
  .footer-reason-list {
    max-width: 1026px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-reason-list a {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px 49% 30px 0.8%;
    min-height: 280px;
  }
  .footer-reason-list .ft-reason-img {
    position: absolute;
    right: 0;
    top: 30px;
    width: 44.83%;
    overflow: hidden;
  }
  .footer-reason-list .ft-reason-img img {
    transition: transform .3s ease;
  }
  .footer-reason-list .ft-reason-text {
    line-height: 1.38;
    font-size: 13px;
  }
  .footer-reason-list .more {
    padding-top: 24px;
  }
  .footer-reason-list a:hover .ft-reason-img img {
    transform: scale(1.08);
  }
  .footer-reason-list a:hover .more > span {
    color: #fff;
    background-color: #7c61a7;
  }
  #footer-around-world .inner {
    padding-bottom: 70px;
  }
  #footer-around-world .heading {
    text-align: left;
  	display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer-around-world .heading .img {
    width: 80px;
  }
  #footer-around-world .heading .title {
    padding-left: 30px;
    font-size: 2.6rem;
  }
  #footer-around-world .world-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #footer-around-world .world-link a {
    max-width: 400px;
    margin: 0 auto;
  }
  #footer-around-world .world-link a:hover {
    background: #7c61a7;
  }
  #footer-around-world .note {
    padding-top: 2em;
    font-size: 1.1rem;
    line-height: 1.7;
  }
  #footer-around-world ~ .footer-sns-list {
    padding-bottom: 60px;
  }
}
/** smartphone **/
@media screen and (max-width: 700px) {
  .footer-reason-wrap {
    padding: 13% 0 0;
  }
  .ft-reason-number {
    font-size: 22px;
  }
  .ft-reason-number span {
    font-size: 28px;
  }
  .footer-reason-list a {
    display: block;
    padding: 24px 0;
  }
  .footer-reason-list .ft-reason-title-area {
    width: 93%;
  }
  .footer-reason-list .ft-reason-img {
    position: relative;
    padding-bottom: 34.5%;
  }
  .footer-reason-list .ft-reason-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .footer-reason-list a[href="/about/facility/"] .ft-reason-img img {
    object-position: left 15%;
  }
  .footer-reason-list .ft-reason-desc {
    width: 93%;
    margin: 20px auto 0;
  }
  .footer-reason-list .ft-reason-text {
    line-height: 1.63;
    font-size: 11px;
  }
  .footer-reason-list .more {
    padding-top: 15px;
  }
  #footer-around-world {
    padding: 60px 0 20px;
    margin-bottom: 40px;
  }
  #footer-around-world .heading .img {
    width: 26.67%;
    margin: 0 auto;
  }
  #footer-around-world .heading .title {
    padding: .5em 0 0;
    margin: 0;
    font-size: 1.7rem;
    line-height: 1.4;
  }
  #footer-around-world .world-link {
    width: 87%;
    margin: 0 auto;
  }
  #footer-around-world .note {
    padding-top: 2em;
    font-size: 1.1rem;
    line-height: 1.75;
  }
  #footer-around-world ~ .footer-sns-list {
    padding-bottom: 40px;
  }
}
/** smartphone small **/
@media screen and (max-width: 400px) {
  #footer-around-world .heading .title {
    font-size: 4.53vw;
  }
  #footer-around-world .note {
    font-size: 2.93vw;
  }
}
#footer-world-links {
  padding: 40px 0 20px;
}
#footer-world-links .links-checkbox {
  display: none;
}
#footer-world-links .link-list {
  display: block;
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
}
#footer-world-links .links-col + .links-col {
  padding-top: 40px;
}
#footer-world-links .link-list dt {
  width: 7em;
  font-weight: 700;
}
#footer-world-links dd {
  padding: 0 0 0 8em;
  margin: -1.8em 0 .2em;
}
#footer-world-links dd a {
  display: inline-block;
}
#footer-world-links a:hover {
  color: #7C61A7;
}
/** pc **/
@media print,screen and (min-width: 1069px) {
  #footer-world-links {
    display: flex;
    justify-content: space-between;
  }
  #footer-world-links .links-col {
    width: 48%;
  }
  #footer-world-links .links-col + .links-col {
    padding-top: 0;
  }
}
/** smartphone **/
@media screen and (max-width: 700px) {
  #footer-world-links {
    padding: 15px 0;
  }
  #footer-world-links .links-col {
    width: 87%;
    max-width: 345px;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
  }
  #footer-world-links .links-col + .links-col {
    padding-top: 15px;
  }
  #footer-world-links .links-label {
    position: relative;
    display: block;
    color: #333;
    padding: .75em 0;
    margin: 0;
    font-size: 1.3rem;
    border-radius: 40px;
    border: 1px solid #333;
    background: #fff;
    font-weight: 500;
    cursor: pointer;
  }
  #footer-world-links .links-label::after {
    content: "";
    display: block;
    position: absolute;
    right: 1.25em;
    top: 0;
    width: 1.07em;
    height: 100%;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0iIzJkMmQyZCI+PHBhdGggZD0ibTguMDgsMS4wOEM4LjA4LjQ4LDcuNTksMCw3LDBjLS41OSwwLTEuMDguNDgtMS4wOCwxLjA4djQuODVIMS4wOEMuNDgsNS45MiwwLDYuNCwwLDdzLjQ4LDEuMDgsMS4wOCwxLjA4aDQuODV2NC44NWMwLC41OS40OCwxLjA4LDEuMDgsMS4wOC41OSwwLDEuMDgtLjQ4LDEuMDgtMS4wOGgwdi00Ljg1aDQuODVjLjU5LDAsMS4wOC0uNDgsMS4wOC0xLjA4LDAtLjU5LS40OC0xLjA4LTEuMDgtMS4wOGgtNC44NVYxLjA4WiIvPjwvc3ZnPg==") no-repeat center center;
    background-size: 100% auto;
  }
  #footer-world-links .links-checkbox:checked ~ .ft-links-label::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0iIzJkMmQyZCI+PHBhdGggZD0ibTE0LDdjMCwuNTktLjQ4LDEuMDgtMS4wOCwxLjA4SDEuMDhDLjQ4LDguMDgsMCw3LjU5LDAsN3MuNDgtMS4wOCwxLjA4LTEuMDhoMTEuODVjLjU5LDAsMS4wOC40OCwxLjA4LDEuMDdoMFoiLz48L3N2Zz4=");
  }
  #footer-world-links .link-list {
    max-width: 400px;
    width: 80vw;
    margin: 0 auto;
    padding-top: 0;
    font-size: 13px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
  }
  #footer-world-links .links-checkbox:checked ~ .link-list {
    max-height: 999em;
    opacity: 1;
    margin-bottom: 20px;
    transition: all .3s;
  }
  #footer-world-links .link-list dt {
    padding: 10px 0 0;
    width: auto;
  }
  #footer-world-links .link-list dd {
    padding: 0;
    margin: 0;
  }
  #footer-world-links .link-list dd a:hover {
    color: inherit;
  }
}
.footer-global-nav {
  text-align: left;
  color: #3f3f3f;
}
.footer-global-nav a,
.footer-global-nav .no-link {
  position: relative;
  display: block;
  color: #3f3f3f;
}
.footer-global-nav .links-checkbox {
  display: none;
}
.footer-global-nav .footer-nav-sub > a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 1em;
  margin-bottom: .2em;
  vertical-align: middle;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAxMyI+CiAgPHBhdGggZD0iTTguNTMxLDBIOC4xMjVWLjgxM2gzLjQ4OUw1LjQsNy4wMjZsLS4yODcuMjg3LjU3NC41NzRMNS45NzQsNy42bDYuMjEzLTYuMjEzVjQuODc1SDEzVjBIOC41MzFaTS40MDYsMS42MjVIMFYxM0gxMS4zNzVWNy4zMTNoLS44MTJ2NC44NzVILjgxM1YyLjQzOEg1LjY4OFYxLjYyNUguNDA2WiIvPgo8L3N2Zz4=") no-repeat center center;
  background-size: 100% auto;
}
.footer-global-nav .af-logo a {
  display: block;
  width: 56px;
  margin: 0 auto;
}
/** pc and tablet **/
@media print,screen and (min-width: 701px) {
  .footer-global-nav {
    padding: 60px 30px;
    background-color: #fafafa;
  }
  .footer-global-nav .trigger {
    display: none;
  }
  .footer-global-nav-inner {
    position: relative;
    max-width: 1144px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .footer-global-nav a,
  .footer-global-nav .no-link {
    position: relative;
    display: block;
  }
  .footer-global-nav a:hover {
    text-decoration: underline;
  }
  .footer-global-nav .footer-nav-cat {
    padding-bottom: 25px;
  }
  .footer-global-nav .footer-nav-cat a {
    padding-left: 15px;
  }
  .footer-global-nav .footer-nav-cat a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .4em;
    width: 8px;
    height: 14px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDE0IiBmaWxsPSIjMmQyZDJkIj48cGF0aCBkPSJtNy43MSw2LjI5Yy4zOS4zOS4zOSwxLjAyLDAsMS40MSwwLDAsMCwwLDAsMEwxLjcxLDEzLjcxYy0uMzkuMzktMS4wMi4zOS0xLjQxLDAtLjM5LS4zOS0uMzktMS4wMiwwLTEuNDFsNS4yOS01LjI5TC4zLDEuNzFDLS4xLDEuMzItLjEuNjguMy4yOS42OS0uMSwxLjMyLS4xLDEuNzEuMjlsNiw2aDBaIi8+PC9zdmc+") no-repeat center center;
    background-size: 100% auto;
  }
  .footer-global-nav .footer-nav-cat .main-link,
  .footer-global-nav .footer-nav-cat .no-link {
    font-weight: 700;
  }
  .footer-global-nav .footer-nav-cat .main-link {
    font-size: 1.6rem;
  }
  .footer-global-nav .footer-nav-cat .sub-links {
    margin: 0;
    padding: 12px 0 0 15px;
    font-size: 1.3rem;
  }
  .footer-global-nav .footer-nav-cat .sub-links > li + li {
    margin-top: .8em;
  }
  .footer-global-nav .footer-nav-sub {
    padding-top: 20px;
    font-size: 13px;
    font-weight: 500;
    border-top: 1px solid #e5e5e5;
  }
  .footer-global-nav .footer-nav-sub > a {
    color: #383838;
  }
  .footer-global-nav .footer-nav-sub > a + a {
    margin-top: 15px;
  }
  .footer-global-nav .af-logo {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 320px;
  }
  .footer-global-nav .af-logo img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity .15s linear;
  }
  .footer-global-nav .af-logo a:hover img {
    opacity: .75;
  }
}
/** smartphone **/
@media screen and (max-width: 700px) {
  .footer-global-nav-inner {
    border-top: 1px solid #e5e5e5;
  }
  .footer-global-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer-global-nav .footer-nav-cat {
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.25;
  }
  .footer-global-nav .footer-nav-cat a,
  .footer-global-nav .footer-nav-cat .no-link {
    display: flex;
    position: relative;
    align-items: center;
    font-weight: 700;
    height: 50px;
    padding-left: 15px;
    background-color: #fafafa;
    font-size: 13px;
  }
  .footer-global-nav .footer-nav-cat .main-link,
  .footer-global-nav .footer-nav-cat .sub-links a {
    padding-right: 50px;
  }
  .footer-global-nav .footer-nav-cat .main-link::before,
  .footer-global-nav .footer-nav-cat .sub-links a::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDE0IiBmaWxsPSIjMmQyZDJkIj48cGF0aCBkPSJtNy43MSw2LjI5Yy4zOS4zOS4zOSwxLjAyLDAsMS40MSwwLDAsMCwwLDAsMEwxLjcxLDEzLjcxYy0uMzkuMzktMS4wMi4zOS0xLjQxLDAtLjM5LS4zOS0uMzktMS4wMiwwLTEuNDFsNS4yOS01LjI5TC4zLDEuNzFDLS4xLDEuMzItLjEuNjguMy4yOS42OS0uMSwxLjMyLS4xLDEuNzEuMjlsNiw2aDBaIi8+PC9zdmc+") no-repeat center center;
    background-size: 8px auto;
  }
  .footer-global-nav .footer-nav-cat .sub-links > li {
    border-top: 1px solid #e5e5e5;
  }
  .footer-global-nav .footer-nav-cat .sub-links a {
    padding-left: 35px;
  }
  .footer-global-nav .footer-nav-cat .sub-links a::after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-left: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
    box-sizing: border-box;
  }
  .footer-global-nav .sub-links-toggle {
    display: flex;
    position: relative;
    background-color: #fafafa;
  }
  .footer-global-nav .sub-links-toggle .main-link,
  .footer-global-nav .footer-nav-cat .no-link {
    width: calc(100% - 50px);
  }
  .footer-global-nav .sub-links-toggle .main-link {
    border-right: 1px solid #e5e5e5;
  }
  .footer-global-nav .trigger {
    display: block;
    position: relative;
    cursor: pointer;
    width: 50px;
    margin: 0;
  }
  .footer-global-nav .no-link + .trigger {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .footer-global-nav .trigger i {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0iIzJkMmQyZCI+PHBhdGggZD0ibTguMDgsMS4wOEM4LjA4LjQ4LDcuNTksMCw3LDBjLS41OSwwLTEuMDguNDgtMS4wOCwxLjA4djQuODVIMS4wOEMuNDgsNS45MiwwLDYuNCwwLDdzLjQ4LDEuMDgsMS4wOCwxLjA4aDQuODV2NC44NWMwLC41OS40OCwxLjA4LDEuMDgsMS4wOC41OSwwLDEuMDgtLjQ4LDEuMDgtMS4wOGgwdi00Ljg1aDQuODVjLjU5LDAsMS4wOC0uNDgsMS4wOC0xLjA4LDAtLjU5LS40OC0xLjA4LTEuMDgtMS4wOGgtNC44NVYxLjA4WiIvPjwvc3ZnPg==") no-repeat center center;
    background-size: 14px auto;
  }
  .footer-global-nav .footer-nav-cat .sub-links {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .footer-global-nav .links-checkbox:checked ~ .sub-links {
    max-height: 999em;
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
  }
  .footer-global-nav .links-checkbox:checked ~ .sub-links-toggle .trigger i {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0iIzJkMmQyZCI+PHBhdGggZD0ibTE0LDdjMCwuNTktLjQ4LDEuMDgtMS4wOCwxLjA4SDEuMDhDLjQ4LDguMDgsMCw3LjU5LDAsN3MuNDgtMS4wOCwxLjA4LTEuMDhoMTEuODVjLjU5LDAsMS4wOC40OCwxLjA4LDEuMDdoMFoiLz48L3N2Zz4=");
  }
  .footer-global-nav .footer-nav-sub {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    font-size: 12px;
    line-height: 1.25;
  }
  .footer-global-nav .footer-nav-sub > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 50px;
    border-bottom: 1px dotted #ccc;
  }
  .footer-global-nav .footer-nav-sub > a:nth-of-type(even)::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 0;
    height: 32px;
    border-left: 1px dotted #ccc;
  }
  .footer-global-nav .af-logo {
    padding: 40px 0 50px;
  }
}
.footer-policy {
  font-weight: 500;
}
.footer-policy .ffj {
  font-size: 10px;
  line-height: 1.8;
  color: #1d2087;
}
.footer-policy .ffj a {
  display: block;
}
.footer-policy .ffj img {
  display: block;
  width: 1100%;
}
.footer-copyright {
  max-width: 1204px;
  margin: 0 auto;
  font-size: 10px;
  font-weight: 500;
}
/** pc and tablet **/
@media print,screen and (min-width: 701px) {
  .footer-policy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1204px;
    margin: 0 auto;
    padding: 25px 30px 0;
  }
  .footer-policy .ffj {
    width: 44.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .footer-policy .ffj a {
    display: block;
    width: 31.37%;
  }
  .footer-policy .ffj p {
    width: 65.68%;
  }
  .footer-policy-nav {
    width: 51.5%;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 12px;
  }
  .footer-policy-nav li {
    position: relative;
  }
  .footer-policy-nav li + li {
    margin-left: 1em;
    padding-left: 2em;
  }
  .footer-policy-nav li + li::before {
    content: "\FF5C";
    position: absolute;
    left: 0;
    top: 0;
  }
  .footer-policy-nav a {
    display: block;
  }
  .footer-policy-nav a:hover {
    text-decoration: underline;
  }
  .footer-copyright {
    padding: 5px 30px 0;
    text-align: right;
  }
}
/** smartphone **/
@media screen and (max-width: 700px) {
  .footer-policy .ffj {
    margin-bottom: 30px;
  }
  .footer-policy .ffj a {
    width: 160px;
    margin: 0 auto 5px;
  }
  .footer-policy-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 11px;
  }
  .footer-policy-nav > li {
    position: relative;
    padding: 0 2em;
  }
  .footer-policy-nav > li:first-child {
    padding-right: 1em;
  }
  .footer-policy-nav > li::before,
  .footer-policy-nav > li + li::after {
    content: "\FF5C";
    position: absolute;
    left: 0;
    top: 0;
  }
  .footer-policy-nav > li + li::after {
    left: auto;
    right: 0;
  }
  .footer-policy-nav > li:nth-child(3) {
    margin-top: 5px;
  }
  .footer-copyright {
    padding: 50px 0 0;
    text-align: center;
  }
}