@charset "UTF-8";

#contents {
  padding-top: 35px;
}
@media screen and (max-width:640px) {
  #contents {
    padding-top: 5%;
  }
}

/* Page Header */
.page-header {
  position: relative;
  width: 100%;
  height: 133px;
  text-align: center;
  background-color: #EE6F0B;
  margin-bottom: 30px;
}
.page-header h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 133px;
  color: #ffffff;
}
.page-header img {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width:640px) {
  .page-header {
    height: auto;
    margin-bottom: 3.5%;
    padding: 0.75em 0;
  }
  .page-header h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .page-header img {
    display: none;
  }
}
@media screen and (max-width:480px) {
  .page-header h2 {
    font-size: 22px;
  }
}
@media screen and (max-width:375px) {
  .page-header h2 {
    font-size: 20px;
  }
}

/* Section Common */
.section {
  position: relative;
  width: 980px;
  margin: 0 auto 100px;
}
.sec-heading {
  width: 100%;
  height: 65px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 65px;
  text-indent: 1.5em;
  background-color: #50280F;
  margin-bottom: 25px;
}
@media screen and (max-width:979px) {
  .section {
    width: 100%;
    margin: 0 auto 10%;
  }
}
@media screen and (max-width:640px) {
  .sec-heading {
    margin-bottom: 0;
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width:375px) {
  .sec-heading {
    font-size: 18px;
  }
}

/* Section01 */
#sec01 ul {
  text-align: center;
  margin: 45px 0 100px;
}
#sec01 h4 {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  margin-top: 75px;
  margin-bottom: 95px;
  line-height: 1.8;
}
em.wendys {
  color: #cf0a2c;
}
em.fk {
  color: #fa6e14;
}
@media screen and (max-width:640px) {
  #sec01 ul, #sec01 #four-images {
    width: 94%;
    margin: 7.5% auto 10%;
  }
  #sec01 ul li:first-of-type {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  #sec01 h4 {
    font-size: 16px;
    text-align: left;
    line-height: 2.2;
    margin: 5% 0 2.5%;
  }
  #sec01 ul li:last-of-type {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}
@media screen and (max-width:480px) {
  #sec01 ul li:last-of-type {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
}

/* Section02 */
#sec02 dl {
  width: 820px;
  margin: 60px auto;
}
#sec02 dl dt {
  font-size: 37px;
  font-weight: 300;
  letter-spacing: 0.25em;
  margin-bottom: 2em;
}
#sec02 dl:first-of-type dt {
  margin-left: -0.5em;
}
#sec02 dl dd {
  font-size: 18px;
  line-height: 2.2;
}
#sec02 dl dd p {
  font-size: 33px;
  font-weight: 300;
  color: #EE6F0B;
  text-align: center;
  letter-spacing: 0.25em;
  margin: 1.5em 0;
}
@media screen and (max-width:640px) {
  #sec02 dl {
    width: 94%;
    margin: 10% auto;
  }
  #sec02 dl dt {
    font-size: 20px;
    text-align: center;
  }
  #sec02 dl:first-of-type dt {
    margin-left: 0;
  }
  #sec02 dl dd {
    font-size: 16px;
    line-height: 1.8;
  }
  #sec02 dl dd p {
    font-size: 20px;
  }
}

/* Section03 */
.growing-system {
  margin: 50px 0 45px;
  text-align: center;
}
.growing-system h4 {
  font-size: 22px;
  color: #50280F;
  margin-bottom: 50px;
}
.growing-system ul li {
  float: left;
}
.growing-system ul li:nth-of-type(2) {
  margin: 0 25px;
}
@media screen and (max-width:640px) {
  .growing-system {
    margin: 7.5% 0;
  }
  .growing-system h4 {
    font-size: 18px;
    margin-bottom: 3.5%;
  }
  .growing-system ul li {
    float: none;
  }
  .growing-system ul li:nth-of-type(2) {
    margin: 0.5% 0;
  }
  .growing-system ul li img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}

/* Section04 */
#sec04 {
  color: #50280F;
}
#sec04 h4 {
  font-size: 22px;
  border-left: solid 10px #50280F;
  text-indent: 0.75em;
  margin: 45px 0 40px;
}
#sec04 p {
  font-size: 16px;
}
.support-system {
  margin: 40px 0 55px;
}
.support-system dl {
  width: 29%;
  float: left;
}
.support-system dl:not(:last-of-type) {
  margin-right: 6.5%;
}
.support-system dl dt {
  margin-bottom: 1.25em;
}
.support-system dl dd {
  font-size: 16px;
}
.support-system dl dd strong {
  font-size: 22px;
  display: block;
  text-align: center;
}
.support-system dl dd:last-of-type {
  margin-top: 1em;
}
@media screen and (max-width:640px) {
  #sec04 h4 {
    width: 94%;
    margin: 5% auto 2.5%;
    font-size: 18px;
  }
  #sec04 p {
    font-size: 15px;
    width: 94%;
    margin: 0 auto;
  }
  .support-system {
    width: 94%;
    margin: 5% auto;
  }
  .support-system dl {
    width: 100%;
    float: none;
    margin: 5% 0 0;
  }
  .support-system dl dd {
    font-size: 15px;
  }
  .support-system dl dd strong {
    font-size: 18px;
  }
  .support-system dl dd:last-of-type {
    margin-top: 0.5em;
  }
}

/* Section05 */
/*
#sec05 {
  color: #ffffff;
}
.apps {
  position: relative;
  width: 100%;
  height: 180px;
  border-radius: 10px;
  text-align: center;
  display: table;
}
.apps div {
  display: table-cell;
  vertical-align: middle;
}
.apps h2 {
  font-size: 35px;
  letter-spacing: 0.1em;
}
.apps-btn {
  width: 570px;
  margin: 0.5em auto;
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-decoration: none;
}
.apps-btn:hover {
  background-color: #ffffff; 
}
#request a:hover {
  color: #C51813;
}
#briefing a:hover {
  color: #EE6F0B;
}
#request {
  background-color: #C51813;
  margin-bottom: 35px;
}
#request img {
  position: absolute;
  top: 2.25%;
  right: 2.5%;
  transform: scale(0.55) rotate(8.45deg);
  -webkit-transform: scale(0.55) rotate(8.45deg);
  transform-origin: right top;
  -webkit-transform-origin: right top;
}
#request p {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.125em; 
}
#briefing {
  background-color: #EE6F0B;
}
#briefing img {
  position: absolute;
  left: 10%;
  bottom: 0;
  transform: scale(0.55);
  -webkit-transform: scale(0.55);
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
}
#briefing span {
  position: absolute;
  top: 20%;
  right: 3%;
  font-size: 23px;
  background-color: #C51813;
  display: block;
  padding: 0 0.5em;
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
#briefing p {
  font-size: 16px;
}
#briefing-sp {
  display: none;
}
@media screen and (max-width:640px) {
  .apps {
    border-radius: 0;
  }
  .apps h2 {
    font-size: 26px;
  }
  .apps-btn {
    width: auto;
    font-size: 22px;
  }
  #request .apps-btn {
    height: 60px;
    line-height: 60px;
  }
  #request, #briefing {
    height: auto;
    padding: 1em 0;
  }
  #request div {
    width: 81.25%;
    margin: 0 auto;
    display: block;
  }
  #request img {
    display: none;
  }
  #request p {
    font-size: 22px;
  }
  #briefing {
    display: none;
  }
  #briefing-sp {
    background-color: #EE6F0B;
    display: block;
    height: auto;
    padding: 1em 0 0;
  }
  #briefing-sp div {
    display: block !important;
  }
  .bf-container {
    position: relative;
    width: 94%;
    margin: 0 3%;
  }
  .bf-sub {
    position: relative;
    top: 0;
    width: 160px;
    float: left;
  }
  .bf-main {
    width: 100%;
    float: right;
    margin-left: -160px;
  }
  .bf-inner {
    position: relative;
    margin-left: 160px;
  }
  .bf-heading h3 {
    position: absolute;
    z-index: 1;
    top: 0.5em;
    right: 0.5em;
    transform: rotate(5deg);
  }
  .bf-heading h3 span {
    font-size: 22px;
    color: #ffffff;
    padding: 0.15em 0.5em;
    background-color: #C51813;
  }
  .bf-lines {
    position: relative;
    top: 1.25em;
    left: -1em;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    font-size: 17px;
    color: #000000;
    text-align: left;
    padding: 1em;
    box-sizing: border-box;
  }
  #briefing-sp h2 {
    margin-bottom: 1em;
  }
  #briefing-sp .apps-btn {
    position: relative;
    top: 1.25em;
    left: -1em;
    height: auto;
    padding: 0.5em 0;
    line-height: 1.4;
  }
  #briefing-sp .apps-btn:hover {
    color: #EE6F0B;
  }
}
@media screen and (max-width:480px) {
  .apps h2 {
    font-size: 24px;
  }
  #request h2 {
    letter-spacing: -1px;
  }
  .apps-btn {
    font-size: 17px;
  }
  #request .apps-btn {
    height: 50px;
    line-height: 50px;
  }
  #request p {
    font-size: 17px;
  }
  .bf-heading h3 span {
    font-size: 19px;
  }
  .bf-lines {
    font-size: 16px;
  }
  #briefing-sp h2 {
    margin-bottom: 0.5em;
    letter-spacing: 0;
  }
  #briefing-sp .apps-btn {
    top: 1.5em;
  }
}
@media screen and (max-width:375px) {
  .bf-heading h3 span {
    font-size: 18px;
  }
  .bf-lines {
    font-size: 15px;
  }
  .apps-btn {
    font-size: 15px;
  }
}
*/

/* リンクパネル */
#link-panel {
  width: 980px;
  margin-right: auto;
  margin-left: auto;  
}
@media screen and (max-width:979px) {
#link-panel {
  width: 94%; 
} 
}
@media screen and (max-width:768px) {
#four-images {
  margin-bottom: 80px;  
} 
}
@media screen and (max-width:640px) {
#about h4 {
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 30px;
  line-height: 1.6;
}
#four-images {
  margin-bottom: 60px;  
} 
}
