@charset "UTF-8";
/* line 3, ../scss/style.scss */
html, body {
  height: 100%;
}

/* line 5, ../scss/style.scss */
body {
  font-family: 'Helvetica Neue','Helvetica','Arial','Geneva,sans-serif','Meiryo','メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Osaka',sans-serif;
  font-size: 63%;
  color: #333333;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/*spで非表示*/
/* line 15, ../scss/style.scss */
.dis-none {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 15, ../scss/style.scss */
  .dis-none {
    display: block;
  }
}

/*レスポンシブ画像差し替え*/
/* line 24, ../scss/style.scss */
.img-pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  /* line 24, ../scss/style.scss */
  .img-pc {
    display: block !important;
  }
}

/* line 32, ../scss/style.scss */
.img-sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  /* line 32, ../scss/style.scss */
  .img-sp {
    display: none !important;
  }
}

/*--------------------
Loading
---------------------*/
/* line 45, ../scss/style.scss */
#loader {
  width: 32px;
  height: 32px;
  display: none;
  position: fixed;
  _position: absolute;
  /* IE6対策 */
  top: 50%;
  left: 50%;
  margin-top: -16px;
  /* heightの半分のマイナス値 */
  margin-left: -16px;
  /* widthの半分のマイナス値 */
  z-index: 100;
}

/* line 58, ../scss/style.scss */
#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #000000;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
}

/* ======================================
TEXT関連
======================================*/
/* line 74, ../scss/style.scss */
a {
  color: #333333;
  text-decoration: none;
  transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  /* Opera */
  -moz-transition: all 0.4s ease-out;
  /* Firefox */
  -webkit-transition: all 0.4s ease-out;
  /* GoogleChrome, Safari */
  -ms-transition: all 0.4s ease-out;
  /* IE */
}
/* line 84, ../scss/style.scss */
a:hover {
  color: #ff8000;
  /*text-decoration: underline;*/
}

/* line 93, ../scss/style.scss */
a img {
  transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  /* Opera */
  -moz-transition: all 0.4s ease-out;
  /* Firefox */
  -webkit-transition: all 0.4s ease-out;
  /* GoogleChrome, Safari */
  -ms-transition: all 0.4s ease-out;
  /* IE */
}
/* line 101, ../scss/style.scss */
a:hover img {
  opacity: 0.5;
}

/* line 108, ../scss/style.scss */
p {
  animation: rainbow 0.5s linear infinite;
}

/* line 112, ../scss/style.scss */
svg.text {
  height: 1em;
  vertical-align: text-bottom;
  fill: currentColor;
}

@keyframes rainbow {
  0% {
    color: #ff0000;
  }
  50% {
    color: #00ff00;
  }
  100% {
    color: #0000ff;
  }
}
/*テキスト改行*/
@media screen and (min-width: 768px) {
  /* line 131, ../scss/style.scss */
  .br_sp {
    display: none;
  }
}

/* line 137, ../scss/style.scss */
.br_pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  /* line 137, ../scss/style.scss */
  .br_pc {
    display: block;
  }
}

/*テキスト揃え*/
/* line 146, ../scss/style.scss */
.text--center {
  text-align: left;
}
@media screen and (min-width: 768px) {
  /* line 146, ../scss/style.scss */
  .text--center {
    text-align: center;
  }
}

/* line 153, ../scss/style.scss */
.text--right {
  text-align: right;
}

/* line 154, ../scss/style.scss */
.text--center {
  text-align: left;
}
@media screen and (min-width: 768px) {
  /* line 154, ../scss/style.scss */
  .text--center {
    text-align: center;
  }
}

/*リスト関連*/
/* line 163, ../scss/style.scss */
.ol--dicimal {
  list-style: decimal;
  padding-left: 1.8em;
}

/* line 169, ../scss/style.scss */
.ul--asterisk li {
  padding-left: 1em;
  text-indent: -1em;
}
/* line 173, ../scss/style.scss */
.ul--asterisk li::before {
  content: '※';
}

/* line 179, ../scss/style.scss */
.ul--disc li {
  padding-left: 1em;
  text-indent: -1.1em;
}
/* line 183, ../scss/style.scss */
.ul--disc li::before {
  content: '・';
}

/* line 189, ../scss/style.scss */
.dl--inline dt {
  padding-top: 5px;
}
/* line 192, ../scss/style.scss */
.dl--inline dt:first-child {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  /* line 189, ../scss/style.scss */
  .dl--inline dt {
    float: left;
    width: 20%;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 203, ../scss/style.scss */
  .dl--inline dd {
    width: 80%;
    padding-left: 1em;
    text-indent: -1.1em;
  }
  /* line 209, ../scss/style.scss */
  .dl--inline dd::before {
    content: '：';
  }
}

/*テキスト装飾*/
/* line 218, ../scss/style.scss */
.text--bold {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  /* line 218, ../scss/style.scss */
  .text--bold {
    /*//font-family: $web-font-Midium !important;*/
  }
}

/* line 226, ../scss/style.scss */
.text--small {
  font-size: 0.8em;
  letter-spacing: 0;
}

/* line 231, ../scss/style.scss */
.text--red {
  color: red;
}

/* line 236, ../scss/style.scss */
hr {
  border-top: 1px dotted #666666;
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  /* line 236, ../scss/style.scss */
  hr {
    margin: 80px 0;
  }
}

/* ======================================
contets
======================================*/
/* line 249, ../scss/style.scss */
.wrapper {
  position: relative;
  background: url(../images/bg_top_sp_01.jpg) 48% 20% no-repeat;
  background-size: 1130px 1426px;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  /* line 249, ../scss/style.scss */
  .wrapper {
    background: url(../images/bg_top_pc_01.jpg) 50% 37% no-repeat;
    background-size: 2788px 2619px;
  }
}
/* line 262, ../scss/style.scss */
.wrapper-message {
  position: relative;
  background: url(../images/bg_message_sp_01.jpg) 35% 40% no-repeat;
  background-size: 2004px 3110px;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  /* line 262, ../scss/style.scss */
  .wrapper-message {
    background: url(../images/bg_message_pc_01.jpg) 50% 50% no-repeat;
    background-size: 3660px 2145px;
  }
}
@media screen and (min-height: 1020px) {
  /* line 262, ../scss/style.scss */
  .wrapper-message {
    background: url(../images/bg_message_pc_01.jpg) 55% 55% no-repeat;
    background-size: 3660px 2145px;
  }
}
/* line 281, ../scss/style.scss */
.wrapper-ceo {
  position: relative;
  display: block;
  background: url(../images/bg_ceo_sp_01.jpg) 100% 0% no-repeat;
  background-size: 154px 164px;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  /* line 281, ../scss/style.scss */
  .wrapper-ceo {
    background: url(../images/bg_ceo_pc_01.jpg) 50% 50% no-repeat;
    background-size: 3650px 2404px;
  }
}
/* line 296, ../scss/style.scss */
.wrapper-profile {
  position: relative;
  display: block;
  background: url(../images/bg_profile_sp_01.jpg) 0% 0% no-repeat;
  background-size: 148px 100px;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  /* line 296, ../scss/style.scss */
  .wrapper-profile {
    background: url(../images/bg_profile_pc_01.jpg) 50% 50% no-repeat;
    background-size: 3650px 2406px;
  }
}
/* line 311, ../scss/style.scss */
.wrapper-work {
  position: relative;
  display: block;
  background: url(../images/bg_work_sp_01.jpg) 73% 0% no-repeat #ffffff;
  background-size: 2400px 231px;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  /* line 311, ../scss/style.scss */
  .wrapper-work {
    background: url(../images/bg_work_pc_01.jpg) 50% 47% no-repeat;
    background-size: 3650px 2404px;
  }
}
/* line 326, ../scss/style.scss */
.wrapper-example {
  position: relative;
  display: block;
  background: url(../images/bg_example_sp_02.png) 73% 0% no-repeat;
  background-size: 2400px 231px;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  /* line 326, ../scss/style.scss */
  .wrapper-example {
    background: url(../images/bg_example_pc_01.jpg) 50% 50% no-repeat;
    background-size: 3650px 2404px;
  }
}

/* line 342, ../scss/style.scss */
.example {
  background: #000;
}

/* line 346, ../scss/style.scss */
.container {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  /* line 346, ../scss/style.scss */
  .container {
    width: 100%;
    max-width: 1024px;
  }
}

/* ======================================
header
======================================*/
/* line 365, ../scss/style.scss */
.top__header {
  position: relative;
  top: 40vh;
}
@media screen and (min-width: 768px) {
  /* line 365, ../scss/style.scss */
  .top__header {
    top: 42vh;
  }
}
/* line 373, ../scss/style.scss */
.top__header > h1 {
  position: relative;
  width: 100%;
  max-width: 140px;
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  /* line 373, ../scss/style.scss */
  .top__header > h1 {
    float: left;
    width: 124px;
    height: auto;
    padding-left: 14%;
  }
}
/* line 386, ../scss/style.scss */
.top__header > h1 img {
  width: 100%;
  height: 100%;
}

/* line 393, ../scss/style.scss */
.top__navi-pc {
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 393, ../scss/style.scss */
  .top__navi-pc {
    float: left;
    display: block;
    box-sizing: border-box;
    height: 29px;
    padding-top: 16px;
    padding-left: 45px;
  }
}
/* line 406, ../scss/style.scss */
.top__navi-pc li {
  float: left;
  position: relative;
  display: block;
  height: 13px;
  padding-right: 30px;
}
/* line 413, ../scss/style.scss */
.top__navi-pc li a {
  display: block;
}
/* line 417, ../scss/style.scss */
.top__navi-pc li img {
  height: 13px;
}

/* line 422, ../scss/style.scss */
x
.top__navi-sp {
  display: block;
}
@media screen and (min-width: 900px) {
  /* line 422, ../scss/style.scss */
  x
  .top__navi-sp {
    display: none;
  }
}

/* line 431, ../scss/style.scss */
.top__navi-btn-menu, .contents__navi-btn-menu {
  display: block;
  position: fixed;
  width: 38px;
  height: 38px;
  top: 15px;
  right: 15px;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  /* line 431, ../scss/style.scss */
  .top__navi-btn-menu, .contents__navi-btn-menu {
    top: 15px;
    right: 35px;
  }
}
@media screen and (min-width: 900px) {
  /* line 431, ../scss/style.scss */
  .top__navi-btn-menu, .contents__navi-btn-menu {
    display: none;
  }
}

/* line 450, ../scss/style.scss */
.contents__header {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  top: 15px;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  /* line 450, ../scss/style.scss */
  .contents__header {
    top: 30px;
  }
}
/* line 463, ../scss/style.scss */
.contents__header > .logo-white {
  position: relative;
  display: none;
  width: 100%;
  max-width: 70px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  /* line 463, ../scss/style.scss */
  .contents__header > .logo-white {
    float: left;
    display: block;
    width: 89px;
    height: auto;
    padding-left: 40px;
  }
}
/* line 478, ../scss/style.scss */
.contents__header > .logo-white img {
  width: 100%;
  height: 100%;
}

/* line 485, ../scss/style.scss */
.contents__navi-01-pc {
  position: relative;
  display: none;
}
@media screen and (min-width: 900px) {
  /* line 485, ../scss/style.scss */
  .contents__navi-01-pc {
    float: right;
    display: block;
    box-sizing: border-box;
    height: 29px;
    padding-top: 10px;
    padding-right: 80px;
  }
}
/* line 498, ../scss/style.scss */
.contents__navi-01-pc li {
  float: left;
  position: relative;
  display: block;
  height: 13px;
  padding-left: 30px;
}
/* line 505, ../scss/style.scss */
.contents__navi-01-pc li a {
  display: block;
}
/* line 509, ../scss/style.scss */
.contents__navi-01-pc li img {
  height: 13px;
}

/* line 516, ../scss/style.scss */
.contents__navi-02-pc {
  position: relative;
  display: none;
}
@media screen and (min-width: 900px) {
  /* line 516, ../scss/style.scss */
  .contents__navi-02-pc {
    float: left;
    display: block;
    box-sizing: border-box;
    height: 29px;
    padding-top: 6px;
    padding-right: 80px;
  }
}
/* line 529, ../scss/style.scss */
.contents__navi-02-pc li {
  float: left;
  position: relative;
  display: block;
  height: 13px;
  padding-left: 30px;
}
/* line 536, ../scss/style.scss */
.contents__navi-02-pc li a {
  display: block;
}
/* line 540, ../scss/style.scss */
.contents__navi-02-pc li img {
  height: 13px;
}

/* line 547, ../scss/style.scss */
.message__container {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  padding: 0 40px;
  margin: 0 auto;
  top: 22vh;
}
@media screen and (min-width: 768px) {
  /* line 547, ../scss/style.scss */
  .message__container {
    position: absolute;
    width: 498px;
    padding: 0;
    top: 20vh;
    right: 140px;
  }
}
@media screen and (min-height: 980px) {
  /* line 547, ../scss/style.scss */
  .message__container {
    top: 25vh;
  }
}
/* line 570, ../scss/style.scss */
.message__title {
  position: relative;
  display: none;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  top: calc(100% - 73px);
}
@media screen and (min-width: 768px) {
  /* line 570, ../scss/style.scss */
  .message__title {
    display: block;
    position: relative;
    padding-left: 40px;
    top: calc(100% - 80px);
  }
  /* line 584, ../scss/style.scss */
  .message__title img {
    width: 160px;
    height: 20px;
  }
}
/* line 591, ../scss/style.scss */
.message-01 {
  position: relative;
  width: 100%;
  max-width: 266px;
  height: 116px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  /* line 591, ../scss/style.scss */
  .message-01 {
    width: 498px;
    max-width: 498px;
    height: 91px;
  }
}
/* line 604, ../scss/style.scss */
.message-01 img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  /* line 604, ../scss/style.scss */
  .message-01 img {
    width: 100%;
    height: 100%;
  }
}
/* line 615, ../scss/style.scss */
.message-02 {
  position: relative;
  font-size: 1.4em;
  line-height: 2;
  width: 100%;
  border-top: solid 1px #333333;
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  /* line 615, ../scss/style.scss */
  .message-02 {
    font-size: 1.2em;
    width: 498px;
    height: 91px;
    margin-top: 20px;
    padding-top: 20px;
  }
}
/* line 632, ../scss/style.scss */
.message-02 img {
  width: 100%;
  height: 100%;
}

/* line 639, ../scss/style.scss */
.ceo__btn {
  position: relative;
  font-size: 1.4em;
  margin-top: 15px;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  /* line 639, ../scss/style.scss */
  .ceo__btn {
    font-size: 1.2em;
    margin-top: 40px;
  }
}

/* line 653, ../scss/style.scss */
.ceo__container {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  padding: 0 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  top: 60px;
}
@media screen and (min-width: 768px) {
  /* line 653, ../scss/style.scss */
  .ceo__container {
    position: absolute;
    background: none;
    width: 580px;
    padding: 0;
    top: 18vh;
    left: 40px;
  }
}
@media screen and (min-height: 980px) {
  /* line 653, ../scss/style.scss */
  .ceo__container {
    background: none;
    top: 23vh;
  }
}
/* line 681, ../scss/style.scss */
.ceo-01 {
  position: relative;
}
@media screen and (min-width: 768px) {
  /* line 681, ../scss/style.scss */
  .ceo-01 {
    float: left;
  }
}
/* line 694, ../scss/style.scss */
.ceo__name {
  position: relative;
  display: block;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.1em;
  top: calc(100% - 73px);
}
@media screen and (min-width: 768px) {
  /* line 694, ../scss/style.scss */
  .ceo__name {
    position: relative;
    font-size: 1.6em;
  }
  /* line 709, ../scss/style.scss */
  .ceo__name img {
    width: 160px;
    height: 20px;
  }
}
/* line 716, ../scss/style.scss */
.ceo__carrier {
  position: relative;
  font-size: 1.4em;
  line-height: 1.8;
  padding-top: 20px;
}
/* line 723, ../scss/style.scss */
.ceo__carrier li {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 723, ../scss/style.scss */
  .ceo__carrier li {
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 768px) {
  /* line 716, ../scss/style.scss */
  .ceo__carrier {
    font-size: 1.2em;
    line-height: 2;
    padding-top: 20px;
  }
}
/* line 740, ../scss/style.scss */
.ceo__photo {
  display: block;
  width: 124px;
  height: 150px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  /* line 740, ../scss/style.scss */
  .ceo__photo {
    float: right;
    width: 124px;
    height: 150px;
    padding-bottom: 28px;
  }
}
/* line 754, ../scss/style.scss */
.ceo__photo img {
  width: 100%;
  height: 100%;
}
/* line 760, ../scss/style.scss */
.ceo-02 {
  position: relative;
  font-size: 1.4em;
  line-height: 2;
  border-top: solid 1px #333333;
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  /* line 760, ../scss/style.scss */
  .ceo-02 {
    clear: both;
    font-size: 1.2em;
    margin-top: 20px;
    padding-top: 20px;
  }
}
/* line 778, ../scss/style.scss */
.ceo-02 img {
  width: 100%;
  height: 100%;
}

/* line 786, ../scss/style.scss */
.profile__container {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  padding: 0 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  top: 18vh;
}
@media screen and (min-width: 440px) {
  /* line 786, ../scss/style.scss */
  .profile__container {
    top: 25vh;
  }
}
@media screen and (min-width: 768px) {
  /* line 786, ../scss/style.scss */
  .profile__container {
    position: absolute;
    width: 520px;
    padding: 0;
    top: 16vh;
    right: 80px;
  }
}
@media screen and (min-width: 900px) {
  /* line 786, ../scss/style.scss */
  .profile__container {
    right: 140px;
  }
}
@media screen and (min-height: 980px) {
  /* line 786, ../scss/style.scss */
  .profile__container {
    top: 23vh;
  }
}
/* line 818, ../scss/style.scss */
.profile__title {
  position: relative;
  display: block;
  width: 180px;
  top: calc(100% - 73px);
}
/* line 824, ../scss/style.scss */
.profile__title img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  /* line 818, ../scss/style.scss */
  .profile__title {
    position: relative;
    top: calc(100% - 80px);
  }
  /* line 834, ../scss/style.scss */
  .profile__title img {
    width: 145px;
    height: 19px;
  }
}
/* line 841, ../scss/style.scss */
.profile-01 {
  position: relative;
  font-size: 1.4em;
  line-height: 2;
  width: 100%;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  /* line 841, ../scss/style.scss */
  .profile-01 {
    font-size: 1.2em;
    line-height: 2.2;
    width: 498px;
    height: 91px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  /* line 856, ../scss/style.scss */
  .profile-01 dt {
    float: left;
  }
}
/* line 863, ../scss/style.scss */
.profile-01 dd {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 863, ../scss/style.scss */
  .profile-01 dd {
    padding-left: 100px;
    padding-bottom: 0px;
  }
}
/* line 871, ../scss/style.scss */
.profile-01 dd li {
  line-height: 1.6;
}
/* line 874, ../scss/style.scss */
.profile-01 dd li:first-child {
  line-height: 2.2;
}

/* line 883, ../scss/style.scss */
.work__container {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  padding: 0 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  padding-top: 20vh;
}
@media screen and (min-width: 768px) {
  /* line 883, ../scss/style.scss */
  .work__container {
    box-sizing: border-box;
    width: 100%;
    max-width: 900px;
    padding: 0 80px;
    top: 30vh;
  }
}
@media screen and (min-height: 800px) {
  /* line 883, ../scss/style.scss */
  .work__container {
    top: 32vh;
  }
}
@media screen and (min-height: 980px) {
  /* line 883, ../scss/style.scss */
  .work__container {
    top: 35vh;
  }
}
@media screen and (min-height: 1100px) {
  /* line 883, ../scss/style.scss */
  .work__container {
    top: 37vh;
  }
}
/* line 915, ../scss/style.scss */
.work__title {
  position: relative;
  display: block;
  width: 126px;
}
/* line 920, ../scss/style.scss */
.work__title img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  /* line 915, ../scss/style.scss */
  .work__title {
    position: relative;
    width: 100%;
  }
  /* line 929, ../scss/style.scss */
  .work__title img {
    width: 100px;
    height: 19px;
  }
}
/* line 936, ../scss/style.scss */
.work-01 {
  position: relative;
  font-size: 1.4em;
  line-height: 2;
  width: 100%;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  /* line 936, ../scss/style.scss */
  .work-01 {
    font-size: 1.2em;
    line-height: 2;
  }
}
/* line 949, ../scss/style.scss */
.work-detail {
  position: relative;
  padding-bottom: 20px;
}
/* line 954, ../scss/style.scss */
.work-detail-title {
  position: relative;
  font-weight: bold;
  width: 100%;
}
/* line 964, ../scss/style.scss */
.work-detail-text {
  position: relative;
  width: 100%;
}

/* line 975, ../scss/style.scss */
.example__container {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  padding: 0 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  top: 20vh;
}
@media screen and (min-width: 500px) {
  /* line 975, ../scss/style.scss */
  .example__container {
    top: 23vh;
  }
}
@media screen and (min-width: 768px) {
  /* line 975, ../scss/style.scss */
  .example__container {
    box-sizing: border-box;
    width: 100%;
    max-width: 900px;
    padding: 0 80px;
    top: 23vh;
  }
}
@media screen and (min-height: 980px) {
  /* line 975, ../scss/style.scss */
  .example__container {
    top: 24vh;
  }
}
/* line 1003, ../scss/style.scss */
.example__title {
  position: relative;
  display: block;
  width: 202px;
}
/* line 1008, ../scss/style.scss */
.example__title img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  /* line 1003, ../scss/style.scss */
  .example__title {
    position: relative;
    width: 100%;
  }
  /* line 1017, ../scss/style.scss */
  .example__title img {
    width: 160px;
    height: 19px;
  }
}
/* line 1024, ../scss/style.scss */
.example-01 {
  position: relative;
  color: #FFFFFF;
  font-size: 1.4em;
  line-height: 2;
  box-sizing: border-box;
  width: 100%;
  padding-top: 20px;
  padding-left: 1.5em;
}
@media screen and (min-width: 768px) {
  /* line 1024, ../scss/style.scss */
  .example-01 {
    font-size: 1.2em;
    line-height: 2;
  }
}
/* line 1039, ../scss/style.scss */
.example-01 li {
  list-style: circle outside;
  padding-left: 0em;
}

/* ======================================
footer
======================================*/
/* line 1053, ../scss/style.scss */
.top__copyright, .contents__copyright {
  position: fixed;
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 1053, ../scss/style.scss */
  .top__copyright, .contents__copyright {
    display: block;
    width: 13px;
    height: 214px;
    top: 0;
    right: 0;
  }
}
/* line 1065, ../scss/style.scss */
.top__copyright img, .contents__copyright img {
  width: 100%;
  height: 100%;
}

/* line 1071, ../scss/style.scss */
.top__footer {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  top: calc(100% - 73px);
}

/* line 1084, ../scss/style.scss */
.top__footer-navi {
  position: relative;
  display: none;
  font-size: 1.4rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  /* line 1084, ../scss/style.scss */
  .top__footer-navi {
    display: block;
    height: 13px;
    padding-right: 40px;
  }
}
/* line 1096, ../scss/style.scss */
.top__footer-navi li {
  float: right;
  position: relative;
  display: block;
  height: 13px;
  padding-left: 30px;
}
/* line 1103, ../scss/style.scss */
.top__footer-navi li a {
  display: block;
}
/* line 1107, ../scss/style.scss */
.top__footer-navi li img {
  height: 13px;
}

/* line 1113, ../scss/style.scss */
.contents__footer {
  display: block;
  position: fixed;
  font-size: 1.2em;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding-right: 40px;
  padding-bottom: 140px;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  /* line 1113, ../scss/style.scss */
  .contents__footer {
    padding-bottom: 40px;
    bottom: 0;
  }
}

/* line 1133, ../scss/style.scss */
.contents__footer-bgworks {
  position: relative;
  background: url(../images/bg_work_sp_02.jpg) 100% 0%;
  background-size: 2400px 846px;
}
@media screen and (min-width: 768px) {
  /* line 1133, ../scss/style.scss */
  .contents__footer-bgworks {
    position: fixed;
    background: none;
  }
}

/* line 1144, ../scss/style.scss */
.contents__footer-navi {
  position: relative;
  display: none;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  /* line 1144, ../scss/style.scss */
  .contents__footer-navi {
    display: block;
    height: 13px;
    padding-right: 40px;
  }
}
/* line 1155, ../scss/style.scss */
.contents__footer-navi li {
  float: right;
  position: relative;
  display: block;
  height: 13px;
  padding-left: 30px;
}
/* line 1162, ../scss/style.scss */
.contents__footer-navi li a {
  display: block;
}
/* line 1166, ../scss/style.scss */
.contents__footer-navi li img {
  height: 13px;
}

/* line 1172, ../scss/style.scss */
.img-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 1172, ../scss/style.scss */
  .img-pc {
    display: block;
  }
}

/* line 1180, ../scss/style.scss */
.img-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 1180, ../scss/style.scss */
  .img-sp {
    display: none;
  }
}

/* ======================================
Loading 
======================================*/
/* line 1194, ../scss/style.scss */
#loader {
  display: none;
  position: fixed;
  _position: absolute;
  /* IE6対策 */
  top: 50%;
  left: 50%;
  margin-top: -16px;
  /* heightの半分のマイナス値 */
  margin-left: -16px;
  /* widthの半分のマイナス値 */
  z-index: 10000000100000000000;
}

/* line 1207, ../scss/style.scss */
#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #000001;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000000000000;
}

/* line 1219, ../scss/style.scss */
.sk-circle {
  margin: 100px auto;
  width: 60px;
  height: 60px;
  position: relative;
}

/* line 1225, ../scss/style.scss */
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 1232, ../scss/style.scss */
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

/* line 1243, ../scss/style.scss */
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* line 1247, ../scss/style.scss */
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

/* line 1251, ../scss/style.scss */
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 1255, ../scss/style.scss */
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

/* line 1259, ../scss/style.scss */
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

/* line 1263, ../scss/style.scss */
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 1267, ../scss/style.scss */
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

/* line 1271, ../scss/style.scss */
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

/* line 1275, ../scss/style.scss */
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 1279, ../scss/style.scss */
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

/* line 1283, ../scss/style.scss */
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

/* line 1287, ../scss/style.scss */
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 1290, ../scss/style.scss */
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* line 1293, ../scss/style.scss */
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 1296, ../scss/style.scss */
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

/* line 1299, ../scss/style.scss */
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

/* line 1302, ../scss/style.scss */
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

/* line 1305, ../scss/style.scss */
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

/* line 1308, ../scss/style.scss */
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

/* line 1311, ../scss/style.scss */
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

/* line 1314, ../scss/style.scss */
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

/* line 1317, ../scss/style.scss */
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* ======================================
clearfix 
======================================*/
/* line 1348, ../scss/style.scss */
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

/* line 1357, ../scss/style.scss */
* html .clearfix {
  zoom: 1;
}

/* line 1358, ../scss/style.scss */
*:first-child + html .clearfix {
  zoom: 1;
}

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