#pageanc {
  padding-top: 100px; }
  @media screen and (max-width: 768px) {
    #pageanc {
      padding-top: 122px; } }

.contents {
  padding: 60px 0; }

.gnav {
  background: rgba(255, 255, 255, 0.8); }
  @media screen and (max-width: 768px) {
    .gnav {
      background: rgba(255, 255, 255, 0.96); } }

/******************************************************

main
 
******************************************************/
.main {
  width: 100%;
  height: 580px;
  background: url("../images/top/main01@2x.jpg") no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .main {
      height: 380px; } }
  .main .main-inner {
    max-width: 1000px;
    width: 90%;
    height: 580px;
    margin: auto;
    position: relative; }
    .main .main-inner .main-txt {
      position: absolute;
      left: 50%;
      top: 55%;
      width: 50%;
      max-width: 500px;
      transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      .main .main-inner {
        height: 380px; }
        .main .main-inner .main-txt {
          position: absolute;
          left: 40%;
          top: 50%;
          width: 60%; } }
    @media screen and (max-width: 414px) {
      .main .main-inner {
        height: 380px; }
        .main .main-inner .main-txt {
          position: absolute;
          left: 43%;
          top: 76%;
          width: 55%; } }

/******************************************************

conBox
 
******************************************************/
.conBox {
  margin: auto;
  padding: 100px 0;
  max-width: 1000px;
  width: 90%; }
  .conBox::after {
    content: '';
    display: block;
    clear: both; }
  @media screen and (max-width: 768px) {
    .conBox {
      padding: 50px 0; } }
  .conBox .illust {
    width: 46%; }
    @media screen and (max-width: 768px) {
      .conBox .illust {
        width: 80%;
        margin: auto;
        max-width: 400px; } }
  .conBox .txtBox {
    text-align: center;
    width: 47%; }
    @media screen and (max-width: 768px) {
      .conBox .txtBox {
        width: 100%;
        margin-bottom: 50px; } }
    .conBox .txtBox .entxt {
      font-family: 'Raleway', serif;
      -webkit-font-smoothing: antialiased;
      font-feature-settings: "palt";
      font-weight: 300;
      transform: rotate(0.001deg);
      font-size: 18px;
      color: #d93932;
      font-weight: bold;
      margin-bottom: 10px; }
    .conBox .txtBox .midashi {
      border-bottom: 1px solid #000;
      margin-bottom: 30px;
      padding-bottom: 30px; }
    .conBox .txtBox .lead {
      text-align: center; }
    .conBox .txtBox .conbtn a {
      max-width: 260px;
      height: 55px;
      width: 90%;
      margin: auto;
      margin-top: 30px;
      background: #fff;
      border-color: #000; }
      .conBox .txtBox .conbtn a::before {
        content: "";
        position: absolute;
        right: 7%;
        top: 50%;
        border: 2px solid #fff;
        border-top: none;
        border-left: none;
        width: 8px;
        height: 8px;
        transform: translateY(-50%) rotate(-45deg); }
      .conBox .txtBox .conbtn a span {
        color: #000;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .conBox .txtBox .conbtn a::before {
        border-color: #d93932; }
      .conBox .txtBox .conbtn a:hover {
        background: #d93932;
        opacity: 1; }
        .conBox .txtBox .conbtn a:hover span {
          color: #fff; }
        .conBox .txtBox .conbtn a:hover::before {
          border-color: #fff; }

.boxBg {
  position: relative;
  margin-bottom: 3%; }
  .boxBg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    margin: 5% -10% 0%;
    background: #f1ede7;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    z-index: -1; }

.Box01 .txtBox,
.Box03 .txtBox {
  float: left; }
.Box01 .illust,
.Box03 .illust {
  float: right; }
@media screen and (max-width: 768px) {
  .Box01 .txtBox,
  .Box01 .illust,
  .Box03 .txtBox,
  .Box03 .illust {
    float: none; } }

.Box02 .txtBox {
  float: right; }
.Box02 .illust {
  float: left; }
@media screen and (max-width: 768px) {
  .Box02 .txtBox,
  .Box02 .illust {
    float: none; } }

.Box01 .txtBox {
  margin-top: 2%; }
.Box01 .illust {
  margin-top: -2%; }

.Box02 .txtBox {
  margin-top: 2%; }
.Box02 .illust {
  margin-top: 2%; }
  .Box02 .illust img {
    width: 120%;
    margin: 0 -10% -15%; }

.Box03 .illust {
  margin-top: 2%; }
  .Box03 .illust img {
    width: 130%;
    margin: -40% 30% 0 0%; }

@media screen and (max-width: 768px) {
  .Box01 .txtBox {
    margin-top: 0%; }
  .Box01 .illust {
    margin-top: 0%; }

  .Box02 .txtBox {
    margin-top: 0%; }
  .Box02 .illust {
    margin-top: 0%; }
    .Box02 .illust img {
      width: 100%;
      margin: 0%; }

  .Box03 .illust {
    margin-top: 0%; }
    .Box03 .illust img {
      width: 100%;
      margin: 0%; } }
/******************************************************

information
 
******************************************************/
.information {
  background: #222; }
  .information .infoinner {
    margin: auto;
    max-width: 1000px;
    width: 90%;
    padding: 60px 0; }
    .information .infoinner::after {
      content: '';
      display: block;
      clear: both; }
    .information .infoinner .infoBody {
      float: left;
      width: 47%; }
      .information .infoinner .infoBody a {
        color: #fff; }
        .information .infoinner .infoBody a:hover {
          opacity: .7; }
    .information .infoinner .semiBody {
      float: right;
      width: 47%; }
    @media screen and (max-width: 768px) {
      .information .infoinner .infoBody {
        float: none;
        width: 100%; }
      .information .infoinner .semiBody {
        float: none;
        width: 100%;
        margin-top: 50px; } }
    @media screen and (max-width: 600px) {
      .information .infoinner {
        padding: 35px 0; } }
    .information .infoinner h4 {
      color: #7f7f7f;
      font-size: 13px;
      border-bottom: 1px solid #4e4e4e;
      padding-bottom: 20px; }
      .information .infoinner h4 b {
        color: #d93932;
        font-size: 18px;
        font-family: 'Raleway', serif;
        -webkit-font-smoothing: antialiased;
        font-feature-settings: "palt";
        font-weight: 300;
        font-weight: bold; }
    .information .infoinner table {
      margin-top: 10px; }
      .information .infoinner table tr th,
      .information .infoinner table tr td {
        color: #fff;
        font-size: 12px;
        line-height: 160%;
        padding-top: 20px;
        vertical-align: top;
        font-feature-settings: "palt";
        letter-spacing: 0.05em; }
      .information .infoinner table tr th {
        width: 90px; }
    .information .infoinner .infomore a {
      display: inline-block;
      color: #d93932;
      text-decoration: none;
      border: 1px solid rgba(255, 255, 255, 0.2);
      margin: 5px;
      margin-left: 0;
      line-height: 100%;
      white-space: nowrap;
      padding: 5px 10px; }
      .information .infoinner .infomore a:hover {
        color: #fff;
        background: #d93932; }
