@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 {
  margin-top: 0;
  /*=======================================


  	AFAA ライセンス取得の流れ


  =======================================*/
}
#container .licence-section-1 {
  text-align: center;
  background-image: url("../../../img/license/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: 48px 0;
  font-weight: 800;
  color: #fff;
  font-family: 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: block;
  max-width: 1040px;
  margin: 0 auto 40px;
}
#container .licence-section-1 .no-1 h4 {
  font-size: 2.4rem;
  margin: 24px;
  font-weight: 800;
  color: #DEA1B9;
  font-family: 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 .member-join {
  display: inline-block;
  color: #fff;
  background-color: #D689A7;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: bold;
  text-decoration: none;
  padding: 12px 24px;
}
#container .licence-section-1 .member-join:hover {
  background-color: #AD1450;
}
#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 .inner .no-2 {
  margin-bottom: 32px;
}
#container .licence-section-2 .inner .no-2 .set-box {
  display: inline-block;
}
#container .licence-section-2 .inner .no-2 .nomber {
  margin: 32px 0;
}
#container .licence-section-2 .inner .no-2 h3 {
  font-size: 2rem;
  margin: 24px;
  font-weight: 800;
  color: #D689A7;
  font-family: adobe-clean-han-japanese, "Adobe Clean", adobe-clean, "Trebuchet MS", sans-serif !important;
}
@media screen and (min-width: 640px) {
  #container .licence-section-2 .inner .no-2 h3 {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  #container .licence-section-2 .inner .no-2 h3 {
    font-size: 3.2rem;
  }
}
#container .licence-section-2 .inner .no-2 .box .flex {
  justify-content: left;
  align-items: center;
}
#container .licence-section-2 .inner .no-2 .box h4 {
  font-size: 2rem;
  margin: 32px 0 32px 24px;
  font-weight: 800;
  color: #AD1450;
  line-height: 125%;
  text-align: left;
  font-family: adobe-clean-han-japanese, "Adobe Clean", adobe-clean, "Trebuchet MS", sans-serif !important;
}
@media screen and (min-width: 640px) {
  #container .licence-section-2 .inner .no-2 .box h4 {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  #container .licence-section-2 .inner .no-2 .box h4 {
    font-size: 3.2rem;
  }
}
#container .licence-section-2 .inner .no-2 .box ul {
  margin-left: 40px;
  text-align: left;
  font-size: 1.6rem;
}
#container .licence-section-2 .inner .no-2 .box ul li {
  margin-bottom: 8px;
  position: relative;
}
#container .licence-section-2 .inner .no-2 .box ul li span {
  position: absolute;
  left: -20px;
}
#container .licence-section-2 .inner .no-2 .box:first-child {
  margin-bottom: 32px;
}
#container .licence-section-2 .training-course {
  display: inline-block;
  color: #fff;
  background-color: #D689A7;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: bold;
  text-decoration: none;
  padding: 12px 24px;
}
#container .licence-section-2 .training-course:hover {
  background-color: #AD1450;
}
#container .licence-section-3 {
  background-image: url("../../../img/license/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: 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: #C75F88;
  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: #D689A7;
  font-family: 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;
}
@media (max-width: 640px) {
  #container .licence-section-4 p {
    margin: 32px 16px;
  }
}
#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;
}
@media (max-width: 640px) {
  #container body {
    width: 100%;
    margin: 0;
  }
  #container .pc {
    display: none;
  }
  #container .sp {
    display: block;
  }
  #container .pc-br {
    display: none;
  }
  #container .sp-br {
    display: block;
  }
  #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;
  }
}

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

  	スマートフォン用css

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


  MLHとは


  =======================================*/
  #container {
    margin-top: 0;
  }
  #container .top-section {
    background-image: url("../../../img/license/AFAA-MEMBER-bg_sp@2x.jpg");
    background-position: top center;
    height: 100vh;
    width: auto;
    height: auto;
    padding: 25% 0;
  }
  #container .top-section .flex {
    display: block;
  }
  #container .top-section .flex figure {
    width: 90%;
    margin: 0 auto;
  }
  #container .top-section .flex figure img {
    position: static;
    margin-bottom: 45%;
  }
  #container .top-section .flex .inner {
    display: block;
    position: static;
    width: 90%;
    max-width: unset;
    margin: 0 auto;
    top: 35%;
  }
  #container .top-section .flex .inner h3 {
    width: 100%;
  }
  #container .top-section .flex .inner p {
    font-size: 1.4rem;
  }
  #container .section-2 .member-privilege-list {
    margin: 48px auto;
  }
  #container .section-2 .member-privilege-list ul {
    width: 90%;
  }
  #container .section-3 {
    background-position: 55% center;
  }
  #container .section-3 h3 {
    width: unset;
  }
  #container .section-3 .inner .cost-box {
    display: block;
  }
  #container .section-3 .inner .cost-box figure {
    margin-bottom: 32px;
  }
  #container .section-3 .inner .join-method p {
    width: auto;
  }
  #container .section-4 {
    background-position: 93% center;
  }
  #container .section-4 h3 {
    width: unset;
  }
  #container .section-4 .inner p {
    font-size: 1.4rem;
  }
}
/*-- スマートフォン用cssここまで --*//*# sourceMappingURL=common.css.map */