@charset "UTF-8";
/* ****************************************************
style.css for FIRSTSHIP SP
 ***************************************************** */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/*general
=========================================*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  font-size: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
}
body > img {
  display: none !important;
}

a:link,
a:visited {
  color: #000;
  text-decoration: underline;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

em,
strong,
.bold {
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

sup {
  font-size: 1rem;
  vertical-align: top;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.cvBox {
  width: 92.8%;
  margin: 0 auto;
  padding: 2.66667% 0 1.33333%;
}

/*Header
=========================================*/
header #logo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 5px;
}
header #logo > p {
  width: 30%;
}
header #logo > p:nth-child(2) {
  line-height: 1.4;
}

header #logo > p:first-child {
  padding: 10px;
}
/*Contents
=========================================*/
/*210203 コロナ対策バナー　追記ここから*/
main .corona_bn{
    width: 100%;
   text-align: center;
}
/*コロナ対策バナー　追記ここまで*/

.campaign {
  width: 95.2%;
  margin: 0 auto;
  padding: 0.66667% 0 3.33333%;
}

#reason #reason01 {
  padding: 0 0 9.33333%;
  background-color: #f7f7f7;
}
#reason #reason01 section {
  width: 94.66667%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#reason #reason01 section:first-of-type {
  margin-top: -20%;
}
#reason #reason01 section + section {
  margin-top: 2.66667%;
}
#reason #reason01 section > p:first-child {
  width: 42.25352%;
}
#reason #reason01 section > h4 {
  width: 52.11268%;
  font-size: 1.7rem;
  line-height: 1.5;
  -webkit-align-self: center;
  align-self: center;
}
#reason #reason01 section > h4 + p {
  width: 100%;
  padding: 2.8169% 0;
  font-size: 1.2rem;
  line-height: 1.5;
}
#reason #reason02 {
  padding: 0 0 9.33333%;
  background-color: #f9fafa;
}
/*201210...価格表追記ここから*/
main #reason #reason02 .pricelist{
    text-align: center;
    margin-top: -55px;
}
main #reason #reason02 .pricelist > img{
    position: relative;
    width: 100%;
    margin: -50% auto 10%;
}
/*201210...価格表追記ここまで*/
/*#reason #reason02 .column {
  position: relative;
  width: 93.33333%;
  margin: -52.66667% auto 0;
  padding: 2%;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
}
#reason #reason02 .column ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  padding: 7.44048% 0;
}
#reason #reason02 .column ul > li {
  width: 50%;
  text-align: center;
}
#reason #reason02 .column ul > li p + p {
  margin-top: 2.97619%;
}*/
#reason #reason02 > section {
  padding: 8% 2.66667% 5.33333%;
}
#reason #reason02 > section ul > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  padding: 4.22535% 0 0;
}
#reason #reason02 > section ul > li > .photo {
  width: 42.25352%;
}
#reason #reason02 > section ul > li:first-child .caption {
  color: #392b5d;
}
#reason #reason02 > section ul > li:nth-child(2) .caption {
  color: #00687e;
}
#reason #reason02 > section ul > li .wrap {
  width: 54.22535%;
  padding: 0 0 4.92958%;
  font-size: 1.2rem;
  line-height: 1.6;
}
#reason #reason02 > section ul > li .wrap p.bold {
  padding: 0 0 0.70423%;
}
#reason #reason02 > section ul > li .wrap p.bold .caption {
  display: block;
}
#reason #reason02 > section ul > li .wrap p.bold b {
  font-size: 1.7rem;
}
#reason #reason03 {
  padding: 0 0 9.33333%;
}
#reason #reason03 h3 {
  position: relative;
}
#reason #reason03 h3 span {
  display: block;
  position: absolute;
  top: 61.42857%;
  left: 3.33333%;
  width: 93.33333%;
  font-size: 1rem;
  font-size: .9rem;
  line-height: 1.4;
}
#reason #reason03 .boxWrap {
  position: relative;
  width: 93.33333%;
  margin: -28.0% auto 0;
  padding: 0 0 2.85714%;
  font-size: 1.2rem;
  line-height: 1.5;
}
#reason #reason03 .boxWrap h4 span {
  display: block;
  padding: 3.57143% 0 2.14286%;
  font-size: 1.7rem;
  line-height: 1.5;
}
#reason #reason03 .boxWrap h4 img {
  width: 45.71429%;
}
#reason #reason04 {
  padding: 0 0 9.33333%;
  background-color: #f7f7f7;
}
#reason #reason04 h3 {
  position: relative;
}
#reason #reason04 h3 span {
  display: block;
  position: absolute;
  top: 37.36264%;
  left: 3.33333%;
  width: 93.33333%;
  font-size: 1rem;
  font-size: .9rem;
  line-height: 1.4;
}
#reason #reason04 div.boxWrap {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  width: 94.66667%;
  margin: -45.33333% auto 10.66667%;
}
#reason #reason04 div.boxWrap p {
  width: 63.94366%;
  margin: 0 auto;
}
#reason #reason04 div.boxWrap ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2.11268% 0 0;
  font-size: 1rem;
  font-size: .9rem;
  line-height: 1.5;
}
#reason #reason04 div.boxWrap ul li {
  width: 50%;
  padding: 3.52113% 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-jusify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
#reason #reason04 div.boxWrap ul li span:first-child {
  width: 30.98592%;
  padding: 0 0 0 4.22535%;
  text-align: right;
}
#reason #reason04 div.boxWrap ul li span:first-child + span {
  width: calc(100% - (110 / 355 * 100%));
  padding-left: 4.22535%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
#reason #reason04 > section {
  width: 94.66667%;
  margin: 0 auto;
}
#reason #reason04 > section section {
  padding: 4.22535% 0;
  font-size: 1.2rem;
  line-height: 1.8;
}
#reason #reason04 > section section > p:first-child {
  width: 74.3662%;
  margin: 0 auto;
}
#reason #reason04 > section section h5 {
  margin: 4.92958% 0 3.52113%;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.6;
}
#reason #reason04 > section section .note {
  margin-top: 1.40845%;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1rem;
  font-size: .9rem;
  line-height: 1.5;
}
#reason #reason05 {
  padding: 0 0 9.33333%;
  background-color: #f9fafd;
}
#reason #reason05 section {
  width: 94.66667%;
  margin: 0 auto;
  padding: 4.22535% 0;
  font-size: 1.2rem;
  line-height: 1.8;
}
#reason #reason05 section:first-of-type {
  margin-top: -32.95775%;
}
#reason #reason05 section > p:first-child {
  width: 74.3662%;
  margin: 0 auto;
}
#reason #reason05 section h4 {
  margin: 4.92958% 0 3.52113%;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.6;
}
#reason #reason05 section .note {
  margin-top: 1.40845%;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1rem;
  font-size: .9rem;
  line-height: 1.5;
}

#voice ul {
  width: 94.66667%;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.5;
}
#voice ul > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
#voice ul > li + li {
  position: relative;
  padding-top: 8.4507%;
}
#voice ul > li + li:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 8.4507%;
  content: "";
  border-top: 1px solid #000;
}
#voice ul > li .info {
  width: 30.28169%;
}
#voice ul > li .info + .bold {
  width: 63.38028%;
  font-size: 1.7rem;
}
#voice ul > li .info + .bold img {
  width: 34.44444%;
}
#voice ul > li .info + .bold span {
  display: block;
}
#voice ul > li .voiceBox {
  width: 100%;
  padding: 5.6338% 1.40845%;
}
#voice ul > li .voiceBox .name {
  margin-top: 4.22535%;
  padding-bottom: 3.52113%;
  font-size: 1.1rem;
  text-align: right;
}
#voice ul > li .voiceBox .name span {
  color: #878787;
}
#voice ul > li .voiceBox .name b {
  font-size: 1.3rem;
}

#media {
  padding-bottom: 9.33333%;
  background-color: #f3f3f3;
}
#media h2 + p {
  width: 91.86667%;
  margin: 0 auto;
}
#media section {
  width: 92%;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.8;
}
#media section + section {
  margin-top: 6.66667%;
  padding-bottom: 4.22535%;
}
#media section h3 {
  font-size: 1.2rem;
}
#media section ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#media section ul > li {
  position: relative;
  width: 50%;
  padding-left: 1.4rem;
}
#media section ul > li.all {
  width: 100%;
}
#media section ul > li:before {
  position: absolute;
  top: .3em;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  background-color: #878787;
  border-radius: 100%;
  content: "";
}
#media section ul + p {
  text-align: right;
}

#studio {
  padding-bottom: 9.33333%;
}
#studio > ul {
  padding-bottom: 8%;
}
#studio > ul > li {
  border-top: 1px solid #000;
}
#studio > ul > li:last-child {
  border-bottom: 1px solid #000;
}
#studio > ul > li:last-child.open {
  border-bottom: 0;
}
#studio > ul > li:last-child .wrap {
  padding-bottom: 5.33333%;
}
#studio > ul > li .studioName {
  position: relative;
  padding: 8% 14.66667% 8% 3.33333%;
  font-size: 1.7rem;
}
#studio > ul > li .studioName:after {
  position: absolute;
  top: 50%;
  right: 5.33333%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 7.46667%;
  height: 0;
  padding-top: 11.2%;
  content: "open";
  background: url(../img/index_ic04.png) no-repeat 50% 50%;
  background-size: contain;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
#studio > ul > li .studioName.open:after {
  content: "close";
  background-image: url(../img/index_ic05.png);
}
#studio > ul > li > .wrap {
  border-top: 1px solid #000;
  padding: 0 0 13.33333%;
}
#studio > ul > li .info {
  width: 94.66667%;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.5;
}
#studio > ul > li .info ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8.4507% 0 5.6338%;
}
#studio > ul > li .info ul > li {
  width: 47.88732%;
}
#studio > ul > li .detail {
  width: 94.66667%;
  margin: 6.66667% auto 9.33333%;
}
#studio > ul > li .detail > ul > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
#studio > ul > li .detail > ul > li + li {
  margin-top: 4.78873%;
}
#studio > ul > li .detail > ul > li:first-child > span:first-child {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
#studio > ul > li .detail > ul > li > span:first-child {
  width: 18.30986%;
}
#studio > ul > li .detail > ul > li > span:nth-child(2) {
  width: 77.46479%;
  font-size: 1.2rem;
  line-height: 1.5;
}
#studio > ul > li .detail > ul > li > span:nth-child(2) a {
  text-decoration: none;
  color: #000;
}
#studio > ul > li .detail > ul > li > span:nth-child(2) .note {
  font-size: 1rem;
  font-size: .9rem;
}
#studio > ul > li .map {
  position: relative;
  width: 93.86667%;
  height: 0;
  margin: 0 auto;
  padding-top: 75%;
}
#studio > ul > li .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#trial {
  background-color: #fbfbfb;
}
#trial .boxWrap {
  width: 94.66667%;
  margin: -56.66667% auto 0;
}
#trial .boxWrap > p:first-child {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
}
#trial .boxWrap > p:first-child + ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4.22535%;
}
#trial .boxWrap > p:first-child + ul > li {
  width: 31.26761%;
  margin-top: 2.11268%;
}
#trial #flow {
  width: 94.66667%;
  margin: 0 auto;
  padding: 8% 0;
}
#trial #flow h3 {
  font-size: 1.7rem;
  text-align: center;
}
#trial #flow ol {
  margin-top: 6.33803%;
}
#trial #flow ol > li {
  position: relative;
  border-top: 1px solid #000;
  padding: 4.22535% 0 9.85915%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
#trial #flow ol > li:after {
  position: absolute;
  bottom: 9.15493%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 3.94366%;
  height: 0;
  padding-top: 4.50704%;
  background: url(../img/index_ic11.png) no-repeat 50% 50%;
  background-size: cover;
  content: "";
}
#trial #flow ol > li:last-child {
  padding-bottom: 0;
}
#trial #flow ol > li:last-child:after {
  background-image: none;
}
#trial #flow ol > li > span:first-child {
  width: 11.69014%;
  padding: 0 0 0 1.83099%;
}
#trial #flow ol > li > span:first-child + span {
  width: 84.50704%;
  font-size: 1.2rem;
  line-height: 1.8;
}
#trial #flow ol > li > span:first-child + span b {
  font-size: 1.4rem;
}
#trial #flow ol > li > span:first-child + span .note {
  font-size: 1rem;
  font-size: .9rem;
}
#trial #today {
  padding: 0 0 12.66667%;
  background-color: #f3f3f3;
}
#trial #today h3 + p {
  text-align: center;
  font-size: 1.2rem;
}
#trial #today h3 + p .note {
  font-size: 1rem;
  font-size: .9rem;
}
#trial #today ul {
  padding: 2.66667% 0 0;
}
#trial #today ul > li {
  padding: 2.66667% 0 0;
}
#trial #today ul > li a {
  display: block;
  width: 89.33333%;
  margin: 0 auto;
  text-align: center;
}

#contact {
  padding-bottom: 9.33333%;
}
#contact h2 + p.bold {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
}
#contact section {
  margin: 0 6.66667%;
  font-size: 1.2rem;
  line-height: 1.6;
}
#contact section h3 {
  padding: 0 0 1.40845%;
  font-size: 1.4rem;
}
#contact section ul > li {
  display: inline-block;
  position: relative;
  padding-right: .5rem;
  padding-left: 1.4rem;
}
#contact section ul > li:before {
  position: absolute;
  top: .3em;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  background-color: #878787;
  border-radius: 100%;
  content: "";
}
#contact section ul + p {
  padding: 0 0 1.40845%;
  text-align: right;
}

/*Footer
=========================================*/
footer .cvBox {
  padding-top: 6.66667%;
}
footer .cvBox p:not(:first-child) {
  margin-top: 1.43678%;
}
footer #pageUp {
  width: 14.13333%;
  margin: 5.33333% auto 9.33333%;
}
footer #copyright {
  padding: 6% 2.66667%;
  border-top: 1px solid #000;
  text-align: center;
  font-size: 1rem;
  font-size: .9rem;
}
footer #copyright i {
  font-family: Roboto, Arial, Helvetica, Tahoma, Verdana;
  color: #000;
}
