@charset "UTF-8";
/*
Author: Ann Tachibana
Version: 1.0
*/
@media screen and (min-width:768px) {
  /*======================================
layout
/*======================================*/
  .bg {
    padding: 4em 0;
  }
  .bg-top {
    padding: 4em 0 0 0;
  }
  .bg-bottom {
    padding: 0 0 4em 0;
  }
  /*======================================
common
/*======================================*/
  .arrow {
    max-width: 200px;
  }
  .title-wrap {
    margin: 0 auto 2em;
  }
  /*======================================
form-CMN
/*======================================*/
  .form-CMN input[type="text"] {
    height: 80px;
  }
  /*======================================
footer
/*======================================*/
  #ORG-LP footer #copy-right {
    font-size: 80%;
  }
  /*======================================
offer-CMN
/*======================================*/
  .offer-CMN .title:before, .offer-CMN .title:after {
    height: 2px;
  }
  .offer-CMN .title:before {
    top: 5px;
  }
  .offer-CMN .title:after {
    bottom: 5px;
  }
  .offer-CMN .title img {
    width: 82%;
    max-width: none;
    height: auto;
    margin: 0 -1.5em 0 auto;
  }
  /*======================================
matters
/*======================================*/
  #matters .matters-title {
    position: fixed;
    content: "";
    width: 25%;
    top: 4em;
    left: 5%;
    z-index: 0;
    margin: 0 auto;
  }
  #matters .matters-title img {
    margin: 0 auto;
    max-height: 80vh;
    width: auto;
  }
  #matters .matters-title {
    opacity: 0;
    transform: translateY(30px);
    transition: all .2s ease-out;
  }
  #matters .matters-title.fixed {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1s ease-out;
  }
  #matters .inner {
    padding: 2em;
    width: 70%;
    margin: 0 0 0 auto;
    text-align: center;
  }
  #matters .inner .desc h2 {
    font-size: 250%;
  }
  /*======================================
voice
/*======================================*/
  #voice li {
    margin: 4em auto 0;
  }
  #voice li .inner {
    padding: 2em;
  }
  #voice li .inner .thumbnail {
    float: right;
    width: 250px;
    margin: 0 0 0 1em;
  }
  /*======================================
profile
/*======================================*/
  #profile p {
    margin: .5em auto 0;
  }
  #profile .lede {
    padding: 2em;
  }
  #profile .lede .img-wrap {
    float: right;
    width: 40%;
    margin: 0 0 1em 1em;
  }
  #profile .lede .name-img {
    width: 40%;
    margin: 0 auto 1em;
  }
  #profile .descriprion {
    padding: 0 2em;
  }
  #profile .performance {
    margin: 3em auto 1em;
  }
  #profile .performance .inner {
    padding: 1.5em;
  }
  #profile .media .flex li {
    width: 50%;
    padding: 0 2em;
  }
  #profile .media img {
    width: 1000%;
  }
  #profile .media .flex li:first-of-type {
    margin-bottom: 0;
  }
  /*======================================
offerB
/*======================================*/
  #offerB ol li {
    margin: -2em auto;
  }
  /*======================================
step
/*======================================*/
  #step li {
    margin: 4em auto;
  }
  /*======================================
message
/*======================================*/
  #message .desc {
    display: inline-block;
  }
  #message p {
    font-size: 100%;
  }
} /*END-query*/
@media screen and (min-width:769px) {
  #matters .matters-title img {
    margin: 0 auto;
    max-height: 60vh;
    width: auto;
  }
}
@media screen and (min-width:1100px) {
  #matters .matters-title img {
    margin: 0 1em 0 auto;
  }
}