@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;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.flex {
  display: flex;
  align-items: flex-start;
}

.pc-br {
  display: block;
}

.montserrat {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 800;
  font-size: 110%;
}

html section {
  box-sizing: border-box;
}

h2 {
  color: #fff;
}
h2 img {
  display: block;
  margin: 0 auto;
}

h3 {
  color: #fff;
}

p {
  color: #222;
}

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


  	トップページ


  =======================================*/
}
#container .program-top {
  position: relative;
}
#container .program-top h2 img {
  display: block;
  width: 100%;
}
#container .top-section-1 {
  text-align: center;
  background-image: url("../../../img/top/about-AFAA.png");
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 0 16px 32px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 2.4rem;
}
#container .top-section-1 .lage-text {
  font-size: 4rem;
  position: absolute;
  background-size: contain;
  width: 100%;
  z-index: 0;
  right: 0;
  left: 0;
  top: 24px;
  display: block;
}
#container .top-section-1 .lage-text img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 640px) {
  #container .top-section-1 .lage-text {
    font-size: 80vw;
  }
}
@media screen and (min-width: 1200px) {
  #container .top-section-1 .lage-text {
    font-size: 18rem;
  }
}
#container .top-section-1 .desc {
  position: relative;
  margin-top: 3vw;
}
#container .top-section-1 .desc h3 {
  font-size: 2rem;
  margin: 16px;
  font-weight: 800;
  font-family: "Montserrat", adobe-clean-han-japanese, "Adobe Clean", adobe-clean, "Trebuchet MS", sans-serif !important;
}
@media screen and (min-width: 640px) {
  #container .top-section-1 .desc h3 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1200px) {
  #container .top-section-1 .desc h3 {
    font-size: 4rem;
  }
}
#container .top-section-1 .desc p {
  max-width: 840px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  line-height: 200%;
  font-size: 2rem;
}
@media (max-width: 640px) {
  #container .top-section-1 .desc p {
    font-size: 1.4rem;
    padding: 20px;
    line-height: 2.8rem;
  }
}
#container .top-section-1 .nasm-cpt > div {
  padding: 72px 0px;
}
#container .top-section-1 .nasm-cpt div {
  position: relative;
  z-index: 1;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 640px) {
  #container .top-section-1 .nasm-cpt div {
    display: block;
  }
}
#container .top-section-1 .nasm-cpt > div > div {
  width: 50%;
}
#container .top-section-1 .nasm-cpt > div .left {
  padding-left: 40px;
}
#container .top-section-1 .nasm-cpt > div .right {
  text-align: center;
}
#container .top-section-1 .nasm-cpt h2 .en {
  font-size: 4.6rem;
  margin-bottom: 24px;
  display: block;
  line-height: 100%;
  font-weight: 700;
}
#container .top-section-1 .nasm-cpt h2 .ja {
  font-size: 2rem;
  font-weight: normal;
  display: block;
  line-height: normal;
  letter-spacing: 2px;
}
#container .top-section-1 .nasm-cpt .world-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
#container .top-section-1 .about-afaa::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(189, 42, 99, 0.8);
}
#container .top-section-2 h2 {
  text-align: center;
  color: #AD1450;
  font-weight: 900;
  padding: 6vw 2vw;
  font-family: "Montserrat", adobe-clean-han-japanese, "Adobe Clean", adobe-clean, "Trebuchet MS", sans-serif;
  line-height: normal;
}
@media screen and (min-width: 640px) {
  #container .top-section-2 h2 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  #container .top-section-2 h2 {
    font-size: 4.8rem;
  }
}
#container .top-section-2 .nasm-cpt div {
  position: relative;
  z-index: 1;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 640px) {
  #container .top-section-2 .nasm-cpt div {
    display: block;
  }
}
#container .top-section-2 .nasm-cpt > div > div {
  width: 42%;
}
@media (max-width: 640px) {
  #container .top-section-2 .nasm-cpt > div > div {
    width: 80%;
  }
}
#container .top-section-2 .nasm-cpt > div .left {
  padding-left: 40px;
}
@media (max-width: 640px) {
  #container .top-section-2 .nasm-cpt > div .left {
    padding-left: 0px;
  }
}
#container .top-section-2 .nasm-cpt > div .right {
  text-align: center;
}
#container .top-section-2 .nasm-cpt h2 .en {
  font-size: 4.6rem;
  margin-bottom: 24px;
  display: block;
  line-height: 100%;
  font-weight: 700;
}
#container .top-section-2 .nasm-cpt h2 .ja {
  font-size: 2rem;
  font-weight: normal;
  display: block;
  line-height: normal;
  letter-spacing: 2px;
}
#container .top-section-2 .nasm-cpt .world-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
#container .top-section-2 .box {
  position: relative;
  width: 870px;
  max-width: 90%;
  background-color: #EFD0DC;
  margin: 16px auto 56px;
  padding-bottom: 48px;
}
#container .top-section-2 .box .sub-title {
  align-items: center;
  padding: 16px 0 32px;
}
#container .top-section-2 .box .sub-title .nomber {
  margin-left: -20%;
}
#container .top-section-2 .box .sub-title h3 {
  width: 80%;
  margin: 0 0 0 auto;
  font-size: 2.8rem;
  margin: 0 16px;
  font-weight: 800;
  color: #AD1450;
  padding-bottom: 16px;
  line-height: 130%;
  border-bottom: solid 4px #AD1450;
  font-family: "Montserrat", adobe-clean-han-japanese, "Adobe Clean", adobe-clean, "Trebuchet MS", sans-serif;
}
@media screen and (min-width: 640px) {
  #container .top-section-2 .box .sub-title h3 {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  #container .top-section-2 .box .sub-title h3 {
    font-size: 2.6rem;
  }
}
#container .top-section-2 .box .sub-title p {
  max-width: 650px;
  margin: 0 auto;
  font-size: 2rem;
  text-align: left;
}
#container .top-section-2 .box .flex div:first-child {
  margin-right: 32px;
}
@media (max-width: 640px) {
  #container .top-section-2 .box .flex div:first-child {
    margin: auto;
  }
}
#container .top-section-2 .box .flex div p {
  max-width: 400px;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: normal;
  padding-left: 40px;
}
#container .top-section-2 .box .base-inner {
  width: 76%;
  margin: 0 0 0 auto;
  padding-right: 43px;
}
#container .top-section-2 .box .base-inner p {
  width: 100%;
  font-size: 2rem;
  line-height: normal;
}
#container .top-section-2 .box .extrusion {
  width: 96.7%;
  justify-content: flex-start;
  margin-left: 56px;
}
#container .top-section-2 .box .extrusion > div:last-child {
  text-align: center;
}
#container .top-section-2 .no-1 {
  position: relative;
}
#container .top-section-2 .no-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../../img/top/afaa-logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300px auto;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}
#container .top-section-2 .no-1 > * {
  position: relative;
  z-index: 2;
}
#container .top-section-2 .no-1 .extrusion {
  align-items: center;
}
#container .top-section-2 .no-1 .extrusion div:first-child {
  margin-right: 56px;
}
#container .top-section-2 .box-5 .question {
  display: block;
  margin: 40px auto 0;
  max-width: 90%;
}
#container .top-section-2 .box-6 .desc {
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  padding: 0 24px;
}
#container .top-section-2 .box-6 .desc > div {
  width: 100%;
  margin-right: 0;
}
#container .top-section-2 .box-6 .desc > div p {
  max-width: 100%;
  padding-left: 0;
}
#container .top-section-2 .box-6 .desc img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#container .link-box {
  display: flex;
  margin: 48px 0;
  justify-content: center;
}
#container {
  /*=======================================


  	AFAA ライセンス取得の流れ


  =======================================*/
}
#container .licence-section-1 {
  text-align: center;
  background-image: url("../../../img/top/licence-section-1-bg.jpg");
  background-size: cover;
  position: relative;
}
#container .licence-section-1 .inner {
  position: relative;
  padding: 24px 16px;
}
#container .licence-section-1 h3 {
  font-size: 2.4rem;
  margin: 24px;
  font-weight: 800;
  color: #fff;
  font-family: "Montserrat", adobe-clean-han-japanese, "Adobe Clean", adobe-clean, "Trebuchet MS", sans-serif !important;
}
@media screen and (min-width: 640px) {
  #container .licence-section-1 h3 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1200px) {
  #container .licence-section-1 h3 {
    font-size: 3.2rem;
  }
}
#container .licence-section-1 .nomber {
  margin: 32px 0;
}
#container .licence-section-1 .no-1 {
  position: relative;
  display: inline-block;
}
#container .licence-section-1 .no-1 h4 {
  font-size: 2.4rem;
  margin: 24px;
  font-weight: 800;
  color: #a4d3f0;
  font-family: "Montserrat", adobe-clean-han-japanese, "Adobe Clean", adobe-clean, "Trebuchet MS", sans-serif !important;
}
@media screen and (min-width: 640px) {
  #container .licence-section-1 .no-1 h4 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1200px) {
  #container .licence-section-1 .no-1 h4 {
    font-size: 3.2rem;
  }
}
#container .licence-section-1 .no-1 p {
  color: #fff;
}
#container .licence-section-1 .no-1 .curriculum {
  position: absolute;
  right: -32px;
  bottom: 0;
}
@media screen and (max-width: 1240px) {
  #container .licence-section-1 .no-1 .curriculum {
    position: relative;
    margin-top: 32px;
  }
}
#container .licence-section-1 .tunagi-parts-1 {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 24px;
}
#container .licence-section-1 .tunagi-parts-1 img {
  display: block;
  width: 100%;
}
#container .licence-section-1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
#container .licence-section-2 {
  text-align: center;
}
#container .licence-section-2 .set-box {
  display: inline-block;
}
#container .licence-section-2 .nomber {
  margin: 32px 0;
}
#container .licence-section-2 h3 {
  font-size: 2rem;
  margin: 24px;
  font-weight: 800;
  color: #D16A91;
  font-family: "Montserrat", adobe-clean-han-japanese, "Adobe Clean", adobe-clean, "Trebuchet MS", sans-serif !important;
}
@media screen and (min-width: 640px) {
  #container .licence-section-2 h3 {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  #container .licence-section-2 h3 {
    font-size: 3.2rem;
  }
}
#container .licence-section-2 .box .flex {
  justify-content: left;
  align-items: center;
}
#container .licence-section-2 .box h4 {
  font-size: 2rem;
  margin: 32px 0 32px 24px;
  font-weight: 800;
  color: #AD1450;
  line-height: 125%;
  text-align: left;
  font-family: "Montserrat", adobe-clean-han-japanese, "Adobe Clean", adobe-clean, "Trebuchet MS", sans-serif !important;
}
@media screen and (min-width: 640px) {
  #container .licence-section-2 .box h4 {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  #container .licence-section-2 .box h4 {
    font-size: 3.2rem;
  }
}
#container .licence-section-2 .box ul {
  margin-left: 40px;
  text-align: left;
  font-size: 1.6rem;
}
#container .licence-section-2 .box ul li {
  margin-bottom: 8px;
  position: relative;
}
#container .licence-section-2 .box ul li span {
  position: absolute;
  left: -20px;
}
#container .licence-section-2 .box:first-child {
  margin-bottom: 32px;
}
#container .licence-section-3 {
  background-image: url("../../../img/top/licence-section-3-bg.jpg");
  text-align: center;
  background-size: cover;
  position: relative;
}
#container .licence-section-3 .tunagi-parts-2 {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 24px;
}
#container .licence-section-3 .tunagi-parts-2 img {
  display: block;
  width: 100%;
}
#container .licence-section-3 .tunagi-parts-1 {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 24px;
}
#container .licence-section-3 .tunagi-parts-1 img {
  display: block;
  width: 100%;
}
#container .licence-section-3 .inner {
  position: relative;
}
#container .licence-section-3 .nomber {
  margin: 32px 0;
}
#container .licence-section-3 h3 {
  font-size: 2rem;
  margin: 24px;
  font-weight: 800;
  color: #fff;
  font-family: "Montserrat", adobe-clean-han-japanese, "Adobe Clean", adobe-clean, "Trebuchet MS", sans-serif !important;
}
@media screen and (min-width: 640px) {
  #container .licence-section-3 h3 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1200px) {
  #container .licence-section-3 h3 {
    font-size: 3.2rem;
  }
}
#container .licence-section-3 .no-3 {
  max-width: 860px;
  margin: 0 auto;
  color: #fff;
}
#container .licence-section-3 .no-3 ul {
  margin-top: 40px;
}
#container .licence-section-3 .no-3 ul li {
  justify-content: space-around;
  text-align: left;
}
#container .licence-section-3 .no-3 ul li p {
  color: #fff !important;
}
#container .licence-section-3 .no-3 ul li:first-child {
  margin-bottom: 64px;
}
#container .licence-section-3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #3d6aaa;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}
#container .licence-section-4 {
  text-align: center;
}
#container .licence-section-4 .nomber {
  margin: 32px 0;
}
#container .licence-section-4 h3 {
  font-size: 2.4rem;
  margin: 24px;
  font-weight: 800;
  color: #D16A91;
  font-family: "Montserrat", adobe-clean-han-japanese, "Adobe Clean", adobe-clean, "Trebuchet MS", sans-serif !important;
}
@media screen and (min-width: 640px) {
  #container .licence-section-4 h3 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1200px) {
  #container .licence-section-4 h3 {
    font-size: 3.2rem;
  }
}
#container .licence-section-4 p {
  margin: 32px 64px;
}
#container .licence-section-4 .mini-text {
  display: inline;
  text-align: left;
  display: inline-block;
  text-align: left;
  font-size: 1.4rem;
}
#container .licence-section-4 .link-box {
  width: 1230px;
  max-width: 90%;
  margin: 48px auto;
}
#container .licence-section-4 .link-box a {
  display: block;
  margin: 0 6px;
}
#container {
  /*=======================================


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


  =======================================*/
}
#container .lineup-section .icence-box {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  width: 1280px;
  margin: 0 auto;
  max-width: 100%;
}
#container .lineup-section .icence-box > span {
  width: 32%;
}
#container .lineup-section .icence-box img {
  display: block;
}
#container .lineup-section .icence-box .right-area {
  position: relative;
  justify-content: space-around;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 70%;
  padding: 1vw;
}
#container .lineup-section .icence-box .right-area .flex {
  position: relative;
  z-index: 2;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}
#container .lineup-section .icence-box .right-area .description {
  max-width: 320px;
}
#container .lineup-section .icence-box .right-area .description h3 {
  margin-bottom: 24px;
  font-family: "Montserrat", adobe-clean-han-japanese, "Adobe Clean", adobe-clean, "Trebuchet MS", sans-serif !important;
}
#container .lineup-section .icence-box .right-area .link-box {
  width: 380px;
}
#container .lineup-section .icence-box .right-area .link-box ul {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
#container .lineup-section .icence-box .right-area .link-box ul li {
  margin: 24px;
}
#container .lineup-section .icence-box .right-area .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
}
#container .lineup-section {
  /*----ラインアップそれぞれのカラー---*/
}
#container .lineup-section .igfi {
  background-color: #00c0f2;
}
#container .lineup-section .yoga {
  background-color: #63c587;
}
#container .lineup-section .pilates {
  background-color: #b89ddf;
}
#container .lineup-section .rt-pft {
  background-color: #f13d31;
}
#container .lineup-section .mat-science {
  background-color: #d38473;
}
#container .lineup-section .fdec {
  background-color: #ffa5ac;
}
#container .lineup-section .kids {
  background-color: #9fde00;
}
#container .lineup-section .kick-boxing {
  background-color: #db2671;
}
#container .lineup-section .step {
  background-color: #c2bd48;
}
#container .lineup-section .aqua {
  background-color: #8ad1e2;
}
#container .lineup-section .maternity {
  background-color: #ffc4d7;
}
#container .lineup-section .senior {
  background-color: #a9c7da;
}
@media screen and (max-width: 1100px) {
  #container .lineup-section .sp {
    display: block;
  }
  #container .lineup-section .pc {
    display: none;
  }
  #container .lineup-section .icence-box {
    display: block;
  }
  #container .lineup-section .icence-box .right-area {
    width: 100%;
    overflow: hidden;
    justify-content: start;
    color: #fff;
    padding: 3vw 3vw 6vw 3vw;
  }
  #container .lineup-section .icence-box .right-area .description h3 {
    margin-bottom: 16px;
  }
  #container .lineup-section .icence-box .right-area p {
    font-size: 1.2rem;
  }
  #container .lineup-section .icence-box .right-area .flex {
    width: 50%;
  }
  #container .lineup-section .icence-box .right-area .link-box {
    display: none;
  }
  #container .lineup-section .icence-box .right-area .bg-img {
    bottom: 0;
    margin: auto;
    height: auto;
  }
  #container .lineup-section .icence-box .sp .flex {
    align-items: center;
  }
  #container .lineup-section .icence-box .sp .flex span {
    max-width: 55%;
  }
  #container .lineup-section .icence-box .sp .flex .link-box {
    margin: 16px auto;
    width: 100%;
  }
  #container .lineup-section .icence-box .sp .flex .link-box li img {
    width: 80px;
  }
  #container .lineup-section .icence-box .sp .flex .link-box li:first-child {
    margin-bottom: 16px;
  }
}

@media (max-width: 640px) {
  /**************************

  	スマートフォン用css

  ***************************/
  body {
    width: 100%;
    margin: 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  .flex.desc {
    flex-direction: column;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .flex.desc > div {
    width: 100%;
  }
  .flex.desc img.logo-circle {
    display: block;
    max-width: 100%;
    width: auto;
  }
  /*=======================================


  	トップページ


  =======================================*/
  #container {
    margin-top: 0px;
  }
  #container .top-section-1 {
    padding: 3vw 0 0;
  }
  #container .top-section-1 .desc {
    padding: 0;
  }
  #container .top-section-1 .nasm-cpt {
    margin: 32px auto;
    background-image: url("../../../img/top/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 .no-1::before {
    background-position: center 30px;
  }
  #container .top-section-2 .box .flex div p {
    padding-left: 0;
  }
  #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: 90%;
    margin: 20px;
    font-size: 2rem;
  }
  #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;
  }
}
/*-- スマートフォン用cssここまで --*//*# sourceMappingURL=common.css.map */