@charset "UTF-8";
/*aigis--*/
/*
---
name: Color
category:
  - color
compile: true
---
```ejs
<% var colorFunc = function(data){ -%>
<ul class="aigis-color">
<%   data.forEach(function (data, key) { -%>
	<li>
		<div class="aigis-color__box" style="background: <%- data.code -%>"></div>
		<div class="aigis-color__var"><%- data.var -%></div>
		<div class="aigis-color__code"><%- data.code -%></div>
	</li>
<% }); -%>
</ul>
<% } -%>

<% colorFunc([//作った変数に合わせて増やしてく
  { 'var': `$colorRed`,'code': `#f00` },
]); -%>
```
*/
/*--aigis*/
/*----------------------------------------

ONLY STORY サービス詳細

-----------------------------------------*/
body {
  font-size: inherit;
}

.p-os {
  box-sizing: border-box;
}
.p-os svg, .p-os use {
  max-width: 100%;
  height: auto;
}
.p-os * {
  box-sizing: border-box;
}
.p-os__mv {
  background: url(../img/page-onlystory/mv_bg01_pc.jpg) no-repeat center;
  background-size: cover;
  padding: 130px 0;
}
@media only screen and (max-width: 768px) {
  .p-os__mv {
    background: url(../img/page-onlystory/mv_bg01_sp.jpg) no-repeat center;
    padding: 40px 0;
  }
}
.p-os__mv .p-os__wrapper1 {
  max-width: 1440px;
  margin: auto;
}
@media not all and (max-width: 768px) {
  .p-os__mv .p-os__wrapper1 {
    display: flex;
  }
}
@media not all and (max-width: 768px) {
  .p-os__mv .p-os__box1 {
    max-width: 36%;
    margin-left: auto;
  }
}
.p-os__mv .p-os__box1_block1 > * {
  display: block;
}
.p-os__mv .p-os__box1_text1, .p-os__mv .p-os__box1_text2, .p-os__mv .p-os__box1_text3 {
  text-align: center;
}
.p-os__mv .p-os__box1_text2, .p-os__mv .p-os__box1_text3 {
  color: #FFFFFF;
}
.p-os__mv .p-os__box1_text2 svg, .p-os__mv .p-os__box1_text3 svg {
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.25));
}
.p-os__mv .p-os__box1_text1 {
  margin-bottom: 10px;
}
.p-os__mv .p-os__box1_text1 img {
  max-width: 280px;
}
.p-os__mv .p-os__box1_text2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-os__mv .p-os__box1_text2 {
    margin-bottom: 10px;
  }
}
.p-os__mv .p-os__box1_text3 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p-os__mv .p-os__box1_text3 {
    margin-bottom: 10px;
  }
}
.p-os__mv .p-os__box1_image1 {
  text-align: center;
  margin-bottom: 30px;
}
@media not all and (max-width: 768px) {
  .p-os__mv .p-os__box1_image1 {
    display: none;
  }
}
.p-os__mv .p-os__box1_btn1 {
  font-size: 1.375rem;
  text-align: center;
  position: relative;
}
.p-os__mv .p-os__box1_btn1 .p-os__balloon {
  font-size: 0.75rem;
  text-align: center;
  margin: auto;
  position: absolute;
  top: -1.2em;
  left: 0;
  right: 0;
  z-index: 2;
}
.p-os__mv .p-os__box1_btn1 .p-os__balloon_inner {
  background: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  padding: 0.2em 2em;
  border-radius: 4px;
  position: relative;
}
.p-os__mv .p-os__box1_btn1 .p-os__balloon_inner:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: solid 8px #FFFFFF;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(6px);
}
.p-os__mv .p-os__box1_btn1 .p-os__link {
  width: 380px;
  position: relative;
}
.p-os__mv .p-os__box1_btn1 .p-os__link:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: solid 8px transparent;
  border-left: solid 8px;
  border-bottom: solid 8px transparent;
  position: absolute;
  right: 1.8em;
  top: 0;
  bottom: 0;
}
.p-os__mv .p-os__box1_btn1 .p-os__link_text {
  display: inline-block;
  padding: 0 1em;
}
@media not all and (max-width: 768px) {
  .p-os__mv .p-os__box2 {
    max-width: 54.7142857143%;
  }
}
.p-os__mv .p-os__box2_image1 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-os__mv .p-os__box2_image1 {
    display: none;
  }
}
.p-os__about {
  background: #F8F8F8;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
.p-os__about:before {
  content: "";
  background: #FFFFFF;
  display: block;
  width: 140vw;
  border-radius: 100% 100% 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media not all and (max-width: 768px) {
  .p-os__about:before {
    min-width: 1040px;
    height: 70%;
    transform: translate(-20vw, 18%);
  }
}
@media only screen and (max-width: 768px) {
  .p-os__about:before {
    height: 30%;
    top: 50%;
    bottom: auto;
    transform: translate(-20vw, 0%);
  }
}
@media only screen and (max-width: 768px) {
  .p-os__about:after {
    content: "";
    background: #FFFFFF;
    display: block;
    width: 140vw;
    height: 25%;
    position: absolute;
    bottom: 0;
    transform: translateX(-20vw);
  }
}
.p-os__about .p-os__wrapper1 {
  text-align: center;
  position: relative;
  z-index: 2;
}
.p-os__about .p-os__title1 {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.p-os__about .p-os__title2 {
  font-weight: bold;
  margin-bottom: 30px;
}
@media not all and (max-width: 768px) {
  .p-os__about .p-os__title2 {
    font-size: 1.375rem;
  }
}
.p-os__about .p-os__title2_large {
  font-size: 1.6363636364em;
  color: #F29600;
}
.p-os__about .p-os__box1 {
  display: flex;
}
@media not all and (max-width: 768px) {
  .p-os__about .p-os__box1 {
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .p-os__about .p-os__box1 {
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
  }
}
@media not all and (max-width: 768px) {
  .p-os__about .p-os__box1 > * {
    flex: 1 1 100%;
  }
}
.p-os__about .p-os__box1_list1 {
  font-weight: bold;
}
@media not all and (max-width: 768px) {
  .p-os__about .p-os__box1_list1 {
    font-size: 1.375rem;
    padding: 0 1em;
  }
}
@media only screen and (max-width: 768px) {
  .p-os__about .p-os__box1_list1 {
    flex: 1 1 100%;
    order: 1;
    margin-bottom: 20px;
  }
}
.p-os__about .p-os__box1_item1 {
  background: #FFFFFF;
  padding: 0.6em 1em;
  border-radius: 8px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}
.p-os__about .p-os__box1_item1:nth-child(n+2) {
  margin-top: 1em;
}
@media not all and (max-width: 768px) {
  .p-os__about .p-os__box1_obj1, .p-os__about .p-os__box1_obj2 {
    flex: 1 0 22%;
    max-width: 22%;
    min-width: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .p-os__about .p-os__box1_obj1, .p-os__about .p-os__box1_obj2 {
    flex-basis: 49%;
    max-width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .p-os__about .p-os__box1_obj1 {
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .p-os__about .p-os__box1_obj2 {
    order: 3;
  }
}
.p-os__about .p-os__box2 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  .p-os__about .p-os__box2 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-os__about .p-os__box2_obj1 {
    max-width: 82.6666666667vw;
    margin: auto;
  }
}
.p-os__about .p-os__arrow {
  margin: 40px 0;
}
@media only screen and (max-width: 768px) {
  .p-os__about .p-os__arrow {
    margin: 30px 0;
  }
}
.p-os__about_obj {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
}
.p-os__about_obj:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 40px #FFFFFF;
  border-left: solid 80px transparent;
  border-right: solid 80px transparent;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(98%);
}
.p-os__data {
  background: #FAF2EC;
  padding: 100px 0 80px;
}
.p-os__data .p-os__list1 {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  text-align: center;
  margin: -20px -20px 0;
}
.p-os__data .p-os__list1 > * {
  flex: 1 1 33.33%;
  max-width: 33.33%;
}
@media only screen and (max-width: 768px) {
  .p-os__data .p-os__list1 > * {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.p-os__data .p-os__list1_item {
  padding: 20px 20px 0;
}
.p-os__data .p-os__list1_item.item1 {
  display: flex;
  margin: -20px 0;
}
@media not all and (max-width: 768px) {
  .p-os__data .p-os__list1_item.item1 {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .p-os__data .p-os__list1_item.item1 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-os__data .p-os__list1_item.item1 > * {
  flex: 1 1 auto;
  margin: 20px 0;
}
.p-os__data .p-os__list1_item.item1 .p-os__list1_figure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px;
}
@media only screen and (max-width: 768px) {
  .p-os__data .p-os__list1_item.item1 .p-os__list1_figure {
    flex: 1 1 48%;
    max-width: 48%;
  }
}
.p-os__data .p-os__list1_item.item1 .p-os__list1_figure > * {
  flex: 1 1 100%;
}
.p-os__data .p-os__list1_figure {
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-os__data .p-os__list1_figure {
    font-size: 0.875rem;
  }
}
.p-os__data .p-os__list1_text1 {
  margin-top: auto;
}
.p-os__data .p-os__list1_text2 {
  color: #F29600;
  margin-bottom: auto;
}
.p-os__data .p-os__list1_text2 .p-os__text2_large {
  font-size: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .p-os__data .p-os__list1_text2 .p-os__text2_large {
    font-size: 1.8571428571rem;
  }
}
.p-os__data .p-os__list1_caption {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1em;
}
.p-os__data .p-os__btn1 {
  text-align: center;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .p-os__data .p-os__btn1 {
    margin-top: 40px;
  }
}
.p-os__function {
  padding: 80px 0 120px;
}
.p-os__function .p-os__title1 {
  margin-bottom: 1em;
}
.p-os__function .p-os__title2 {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .p-os__function .p-os__title2 {
    margin-top: 60px;
  }
}
.p-os__function .p-os__lead1 {
  font-weight: bold;
  margin-bottom: 80px;
}
@media not all and (max-width: 768px) {
  .p-os__function .p-os__lead1 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-os__function .p-os__lead1 {
    margin-bottom: 60px;
  }
}
.p-os__function .p-os__list2 .chatwork {
  max-width: 128px;
}
@media only screen and (max-width: 768px) {
  .p-os__function .p-os__list2 .chatwork {
    max-width: 92px;
  }
}
.p-os__plan {
  padding: 150px 0;
  background: #F8F8F8;
}
.p-os__plan .p-os__title2 {
  margin-top: 130px;
}
@media only screen and (max-width: 768px) {
  .p-os__plan .p-os__title2 {
    margin-top: 70px;
  }
}
.p-os__event {
  padding: 80px 0 120px;
}
@media only screen and (max-width: 768px) {
  .p-os__event .p-os__postlist {
    margin: 0 -20px;
  }
}
.p-os__event .p-os__postlist_inner {
  max-width: 980px;
}
.p-os__event .p-os__btn1 {
  text-align: center;
  margin-top: -50px;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .p-os__event .p-os__btn1 {
    padding-top: 60px;
  }
}
.p-os__event .slick-list {
  padding-bottom: 30px !important;
}
.p-os__event .slick-slide .p-card-column {
  display: block !important;
  max-width: 100%;
}
.p-os__form {
  background: #F8F8F8;
  padding: 120px 0;
}
.p-os__form .p-os__btn1 {
  text-align: center;
}

/*# sourceMappingURL=onlystory.css.map*/