@charset "UTF-8";
/* CSS Document */
/*------------------

リセットcss

-------------------*/
html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size: 62.5%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1.8em;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    /* vertical-align:baseline; */
    background:transparent;
    text-decoration:none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
html {
    box-sizing: border-box;
}
img {
    /* width: 100%; */
    vertical-align: bottom;
    max-width: 100%;
}
ul {
  padding: 0!important;
  margin: 0!important;
}
li {
  list-style: none;
}
.noto-sansf {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
}
a {
  text-decoration: none;
  color: #707070;
  transition: .3s;
}
a:hover {
  opacity: 0.8;
}
/*---------------------------------

共通の記述

----------------------------------*/
/* body {
  background-color: #e9e9e9;
} */
.wrap {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 2%;
  background-color: #ffffff;
  box-sizing: border-box;
  text-align: left;
}
.sponly {
  display: none;
}
.pink {
  color: #eb0063;
}
.green {
  color: #34d51b;
}
.purple {
  color: #8100eb;
}
.blue {
  color: #0033eb;
}
.red {
  color: #d60000;
}
.orange {
  color: #ff771c;
}
.mark {
  background: linear-gradient(transparent 50%, #fffeac 50%);
}
.tbox {
  padding: 15px 0;
}
p,
ul li {
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 15px 0;
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.font-size-M {
  font-size: 2.4rem;
  line-height: 4.4rem;
  font-weight: 700;
  /* padding: 20px 0; */
}
.font-size-L {
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-weight: 800;
  /* padding: 25px 0; */
}
.wrap img {
  padding: 5px 0;
}

h2 {
  padding: 10px 10px;
  background-color: #009bd4;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 38px;
  margin-top: 80px;
}
h3 {
  padding: 10px 10px;
  background-color: #d6f4ff;
  font-size: 2.2rem;
  line-height: 38px;
  margin-top: 80px;
}
h4 {
  font-size: 2rem;
  line-height: 40px;
  margin-top: 50px;
  border-bottom: 3px solid #75ceee;
  color: #009bd4;
}
/* h4 {
  padding: 10px 20px;
  background-color: #ffe4a1;
  font-size: 2rem;
  line-height: 38px;
  margin-top: 20px;
  border-radius: 30px;
} */
.person {
  font-size: 1.6rem;
  padding-left: 20px;
  color: #656565;
}
small {
  color: #707070;
  text-align: right;
  display: block;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.gray {
  color: #707070;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
video {
  width: 90%;
  margin: 10px auto;
  display: block;
}
.iframe-aspect {
  aspect-ratio: 16 / 9;
}
.iframe-aspect iframe {
  width: 100%;
  height: 100%;
}
.comment {
  background-color: #fbf6e2;
  padding: 40px;
  margin-top: 30px;
}
/* アコーディオン */
.inner {
  width: 90%;
  margin: 0 auto;
}
.box-inner {
  display: none;
  padding: 20px;
  margin-top: 10px;
}
 .active {
  display: block;
}
.Qitem {
  position: relative;
  background-color: #e0e0e0;
  padding-left: 20px;
  margin-top: 10px;
}
.Qitem::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #505050;
  transition: all .3s ease-in-out;
}
 .Qitem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #505050;
  transition: all .2s ease-in-out;
}
.Qitem.open::before {
  transform: rotate(180deg);
}
.Qitem.open::after {
  opacity: 0;
}

@media screen and (max-width: 768px){
  .sponly {
    display: block;
  }
  .tbox {
    padding: 15px 0;
  }
  p {
    font-size: 1.6rem;
    line-height: 3rem;
    padding: 10px 5px;
  }
  h2 {
    font-size: 2rem;
    line-height: 35px;
  }
  h3 {
    font-size: 1.8rem;
    line-height: 30px;
  }
  h4 {
    font-size: 1.7rem;
    line-height: 22px;
  }
  .person {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0;
  }
  .box-inner {
    padding: 15px 20px 20px;
  }
  small {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  .gray {
    font-size: 1.2rem;
  }
  .font-size-M {
    font-size: 2rem;
    line-height: 4rem;
  }
  .font-size-L {
    font-size: 2.6rem;
    line-height: 4.2rem;
  }
  .comment {
    padding: 20px;
  }
}
/*------------------

ヘッダー

-------------------*/
.header  {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 100;
  background-color: #414141;
  text-align: center;
}
.header .logo {
  width: 80px;
}
/*------------------

FV

-------------------*/
/* .fv {
  padding-top: 50px;
} */
/*------------------

フッター

-------------------*/
footer  {
  width: 100%;
  padding: 15px 0;
  background-color: #414141;
  margin-top: 80px;
}
footer small {
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}
footer a {
  color: #ffffff;
  padding: 0 10px;
  font-size: 1.6rem;
}
footer .flex {
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}
ul li span {
  color: red;
}
@media screen and (max-width: 768px) {
  .header  {
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 100;
    background-color: #414141;
    text-align: center;
  }
  .header .logo {
    width: 60px;
  }
  .fv {
    padding-top: 0px;
  }
  footer a {
    font-size: 1rem;
  }
}
/*------------------

運営会社情報／プラポリ

-------------------*/
#privacypolicy h1,
#company h1 {
  font-size: 3rem;
  text-align: center;
  margin: 80px 0 30px;
}
table {
  width: 90%;
  margin: 0 auto;
}
th {
  background-color: #bae2f0;
  font-weight: 600;
  text-align: center;
  font-size: 1.6rem;
  padding: 20px;
  line-height: 2.2rem;
  border-bottom: 2px solid #ffffff;
  vertical-align: middle;
}
td {
  background-color: #def7ff;
  font-size: 1.6rem;
  padding: 20px;
  line-height: 2.2rem;
  border-bottom: 2px solid #ffffff;
}