@charset "UTF-8";
/*----------------------- reset css ----------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  max-width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border: none;
  width: 100%;
  border: solid 1px #d3d3d3;
  border-radius: 3px;
  font-family: sans-serif;
  font-size: 100%;
  color: #000;
}

ol,
ul {
  list-style: none;
}

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

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

table {
  width: 100%;
}

a,
a:hover {
  transition: 0.7s;
}

a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

body {
  font-family: adobe-clean-han-japanese, "Adobe Clean", adobe-clean, "Trebuchet MS", sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
  line-height: 1.5;
}

img {
  border-style: none;
}

/*----------- 記事内のcss ---------*/
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.content-text img {
  max-width: 100%;
  margin-bottom: 15px;
  height: auto;
}

.content-text p {
  padding: 0 15px;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-all;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
  color: rgb(100, 100, 100);
}

/*----------- 記事内のcss ---------*/
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.content-text img {
  max-width: 100%;
  margin-bottom: 15px;
  height: auto;
}

.content-text p {
  padding: 0 15px;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-all;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
  color: rgb(100, 100, 100);
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/*--- タイポグラフィ ---*/
h1 {
  font-size: 3.2rem;
  line-height: 48px;
  letter-spacing: 10%;
}

h2 {
  font-size: 2.4rem;
  line-height: 32px;
  letter-spacing: 10%;
}

p {
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 8px;
  font-feature-settings: "palt";
}

/*----------------------- reset css ----------------------*/
/*=======================================



    	JWI 公式サイトのcss リセット


    =======================================*/
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0;
  border: none;
  text-align: unset;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
}

h2::after,
h3::after {
  display: none;
}

body {
  background-color: #fff;
}

.afaa-lineup {
  margin-top: 145px;
}

#container {
  /*=======================================



  	JWI 公式サイトのcss リセット


  =======================================*/
}
#container h1,
#container .h1,
#container h2,
#container .h2,
#container h3,
#container .h3 {
  margin: 0;
  border: none;
  text-align: unset;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
}
#container h2::after,
#container h3::after {
  display: none;
}
#container {
  /*=======================================



  	共通


  =======================================*/
}
#container .pc {
  display: block;
}
#container .sp {
  display: none;
}
#container .flex {
  display: flex;
  align-items: flex-start;
}
#container .pc-br {
  display: block;
}
#container .montserrat {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 800;
  font-size: 110%;
}
#container html section {
  box-sizing: border-box;
}
#container h2 {
  color: #fff;
}
#container h2 img {
  display: block;
  margin: 0 auto;
}
#container h3 {
  color: #fff;
}
#container p {
  color: #222;
}
#container {
  /*=======================================


      AFAAフィットネス指導者ライセンスラインナップ


  =======================================*/
}
#container .lineup-section .icence-box {
  display: flex;
  justify-content: space-between;
  align-items: top;
  width: 1280px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
#container .lineup-section .icence-box .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: 100%;
}
#container .lineup-section .program-img {
  position: relative;
  z-index: 1;
}
#container .lineup-section .program-img img {
  display: block;
}
#container .lineup-section .right-box {
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 16px 0;
}
#container .lineup-section .right-box h3 {
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}
#container .lineup-section .right-box h3 img {
  display: block;
  margin: 0 auto;
  width: 790px;
}
#container .lineup-section .right-box .inner {
  max-width: 780px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 24px 32px;
}
#container .lineup-section .right-box .inner .description {
  margin: 0 16px 16px;
}
#container .lineup-section .right-box .inner .description .inner {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  z-index: 1;
  padding: 0;
}
#container .lineup-section .right-box .inner .description .inner p {
  color: #fff;
}
#container .lineup-section .right-box .inner .link-box {
  max-width: 380px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
#container .lineup-section .right-box .inner .link-box ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
  max-width: 330px;
  margin: 0 auto;
}
#container .lineup-section .right-box .inner .link-box ul li {
  margin-bottom: 24px;
}
#container .lineup-section .right-box .inner .link-box ul img {
  display: block;
}

/*----ラインアップそれぞれのカラー---*/
.lineup-section .igfi {
  background-color: #20AFE7;
}
.lineup-section .yoga {
  background-color: #63c587;
}
.lineup-section .pilates {
  background-color: #b89ddf;
}
.lineup-section .pilates-r {
  background-color: #ea5c76;
}
.lineup-section .rt-pft {
  background-color: #f13d31;
}
.lineup-section .mat-science {
  background-color: #DE9687;
}
.lineup-section .fdec {
  background-color: #ffa5ac;
}
.lineup-section .kids {
  background-color: #AEE001;
}
.lineup-section .kick-boxing {
  background-color: #E44184;
}
.lineup-section .step {
  background-color: #c2bd48;
}
.lineup-section .aqua {
  background-color: #8ad1e2;
}
.lineup-section .maternity {
  background-color: #ffc4d7;
}
.lineup-section .cycling {
  background-color: #174793;
}
.lineup-section .senior {
  background-color: #a9c7da;
}

@media (max-width: 1080px) {
  #container .lineup-section .right-box .inner {
    display: block;
  }
  #container .lineup-section .right-box .inner .description .inner {
    max-width: unset;
  }
}
@media (max-width: 640px) {
  #container {
    display: block;
  }
  #container .lineup-section .icence-box {
    display: block;
  }
  #container .lineup-section .icence-box .program-img {
    display: block;
  }
  #container .lineup-section .icence-box .program-img img {
    width: 100%;
  }
  #container .lineup-section .icence-box .right-box h3 {
    margin-bottom: 32px;
  }
  #container .lineup-section .icence-box .right-box .inner {
    display: block;
    padding: 0 0 32px;
  }
  #container .lineup-section .icence-box .right-box .inner .description .inner {
    max-width: unset;
    margin-bottom: 40px;
  }
  #container .lineup-section .icence-box .right-box .inner .description .bg-img {
    display: none;
  }
  #container .lineup-section .icence-box .right-box .inner .link-box {
    margin-bottom: 16px;
  }
}
html {
  scroll-behavior: smooth;
}

.program-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
  grid-template-areas: "maternity gear    senior  yoga" "aqua      igfi    igfi    pilates" "step      igfi    igfi    rt" "kick      kids    fdec    mat";
}
.program-grid .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.program-grid .maternity {
  grid-area: maternity;
  border-radius: unset;
}
.program-grid .gear {
  grid-area: gear;
  border-radius: unset;
}
.program-grid .senior {
  grid-area: senior;
  border-radius: unset;
}
.program-grid .yoga {
  grid-area: yoga;
  border-radius: unset;
}
.program-grid .aqua {
  grid-area: aqua;
  border-radius: unset;
}
.program-grid .pilates {
  grid-area: pilates;
  border-radius: unset;
}
.program-grid .step {
  grid-area: step;
  border-radius: unset;
}
.program-grid .rt {
  grid-area: rt;
  border-radius: unset;
}
.program-grid .kick {
  grid-area: kick;
  border-radius: unset;
}
.program-grid .kids {
  grid-area: kids;
  border-radius: unset;
}
.program-grid .fdec {
  grid-area: fdec;
  border-radius: unset;
}
.program-grid .mat {
  grid-area: mat;
  border-radius: unset;
}
.program-grid .igfi {
  grid-area: igfi;
  border-radius: unset;
}
@media (max-width: 768px) {
  .program-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "igfi igfi" "maternity gear" "senior yoga" "aqua pilates" "step rt" "kick kids" "fdec mat";
  }
  .program-grid .item img {
    height: auto;
  }
}

section[id] {
  scroll-margin-top: 160px;
}

@media (max-width: 768px) {
  section[id] {
    scroll-margin-top: 180px;
  }
}
@media (max-width: 640px) {
  /**************************

  	スマートフォン用css

  ***************************/
  body {
    width: 100%;
    margin: 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  /*=======================================


  	トップページ


  =======================================*/
  #container .top-section-1 {
    padding: 35vw 0 0;
  }
  #container .top-section-1 .desc {
    padding: 0 16px;
  }
  #container .top-section-1 .nasm-cpt {
    margin: 32px auto;
    background-image: url("../../../img/linup/wrold-map-sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    position: relative;
    padding: 24px;
  }
  #container .top-section-1 .nasm-cpt .flex {
    padding: 0 16px;
    display: block;
    padding: 0;
  }
  #container .top-section-1 .nasm-cpt .flex .left {
    padding-left: 0;
    width: 100%;
  }
  #container .top-section-1 .nasm-cpt .flex .left h2 {
    margin-bottom: 32px;
  }
  #container .top-section-1 .nasm-cpt .flex .left h2 .en {
    font-size: 2.6rem;
    margin-bottom: 8px;
  }
  #container .top-section-1 .nasm-cpt .flex .left h2 .ja {
    font-size: 1.6rem;
  }
  #container .top-section-1 .nasm-cpt .flex .right {
    padding: 0;
    width: 90%;
  }
  #container .top-section-1 .nasm-cpt .world-map {
    display: none;
  }
  #container .top-section-2 h2 {
    margin: 24px 0;
    font-size: 5vw;
  }
  #container .top-section-2 .box {
    max-width: 85%;
  }
  #container .top-section-2 .box .sub-title {
    display: block;
    padding: 16px 0 16px;
  }
  #container .top-section-2 .box .sub-title .nomber {
    margin-left: -6%;
    width: 28%;
    margin-top: -15%;
  }
  #container .top-section-2 .box .sub-title h3 {
    width: 100%;
    margin: 10px;
    font-size: 1.6rem;
    padding-bottom: 8px;
  }
  #container .top-section-2 .box p {
    font-size: 1.4rem !important;
  }
  #container .top-section-2 .box .base-inner,
  #container .top-section-2 .box .extrusion {
    padding: 0 24px 24px;
    box-sizing: border-box;
    display: block;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
  }
  #container .top-section-2 .box .base-inner > div:first-child,
  #container .top-section-2 .box .extrusion > div:first-child {
    margin: 0;
  }
  #container .top-section-2 .box .base-inner img,
  #container .top-section-2 .box .extrusion img {
    max-width: 80%;
    margin: 24px 24px 0;
    position: static;
  }
  #container .link-box {
    width: 90%;
    margin: 0 auto;
  }
  #container {
    /*=======================================


    	AFAA ライセンス取得の流れ


    =======================================*/
  }
  #container section .nomber {
    width: 72px;
  }
  #container .licence-section-1 .no-1 .curriculum {
    position: static;
    width: 180px;
    right: 0;
  }
  #container .licence-section-1 .no-1 .nomber {
    margin: 16px;
  }
  #container .licence-section-2 .inner {
    padding: 0 16px;
  }
  #container .licence-section-2 .inner h3 {
    margin: 24px 16px;
  }
  #container .licence-section-2 .inner .set-box {
    margin-top: 32px;
  }
  #container .licence-section-2 .inner .box .flex {
    display: block;
  }
  #container .licence-section-2 .inner .box ul {
    margin-top: 24px;
  }
  #container .licence-section-3 .inner {
    padding: 0 16px;
  }
  #container .licence-section-3 .inner .no-3 ul {
    margin-top: 24px;
  }
  #container .licence-section-3 .inner .no-3 ul li {
    display: block;
  }
  #container .licence-section-3 .inner .no-3 ul li p {
    color: #fff !important;
  }
  #container .licence-section-3 .inner .no-3 ul li img {
    display: block;
    margin: 24px auto 24px;
  }
  #container .licence-section-4 .inner {
    padding: 0 16px;
  }
  #container .licence-section-4 .link-box {
    display: block;
  }
  #container .licence-section-4 .link-box a:first-child {
    margin-bottom: 16px;
  }
}
/*-- スマートフォン用cssここまで --*//*# sourceMappingURL=common.css.map */