@charset "utf-8";
/*                reset
======================================================= */
html, bod {
  height: 100%;
  overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%;
}

body {
  color: #333333;
  background-color: #ffffff;
  font-family: "Times New Roman","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","メイリオ",Meiryo,serif;
  line-height: 1.5;
  font-size: 16px;
  -webkit-text-size-adjust: none;
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

input, textArea, select, button {
  background: none;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 16px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

/*                link
======================================================= */
a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #007ea2;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

/*                leyout
======================================================= */
.mainWidth {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 960px;
}
@media only screen and (max-width: 1024px) {
  .mainWidth {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .mainWidth {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .mainWidth {
    padding: 0 15px;
  }
}

/*                タイトル装飾
======================================================= */
.contentTitle {
  text-align: center;
  margin-bottom: 3em;
}
@media only screen and (max-width: 640px) {
  .contentTitle {
    margin-bottom: 2em;
  }
}
.contentTitle h2 {
  background: url(../images/title_deco.gif) repeat-x center bottom;
  display: inline-block;
  font-size: 237.5%;
  font-weight: bold;
  padding-bottom: 2px;
}
@media only screen and (max-width: 640px) {
  .contentTitle h2 {
    background-size: auto 4px;
    font-size: 175%;
    line-height: 1.2;
    padding-bottom: 8px;
  }
}
.contentTitle h2 img {
  display: block;
  width: 100%;
}

/*                pageTop
======================================================= */
#pageTop {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
}
#pageTop a {
  display: block;
}
#pageTop a img {
  width: auto;
}

/*                メインコンテンツ
======================================================= */
#topBtn {
  position: fixed;
  top: 0;
  left: 75%;
  z-index: 2;
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  #topBtn {
    left: auto;
    right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #topBtn {
    right: 10px;
  }
}
#topBtn a {
  background-color: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: block;
  font-size: 87.5%;
  text-align: center;
  padding: 0.5em 0 0.4em 0;
  width: 8em;
  font-family: 'FontAwesome',"游明朝",YuMincho,"Times New Roman","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","メイリオ",Meiryo,serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#homeKv {
  border-top: 8px #d72618 solid;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: -1;
}
#homeKv img {
  display: block;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1600px;
}

#mainArea {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  top: 800px;
  z-index: 500;
}
#mainArea #gnavi {
  background: url(../images/gnavi_bg.png) repeat-x left bottom;
  position: relative;
  z-index: 1000;
  padding-bottom: 10px;
}
#mainArea #gnavi.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #mainArea #gnavi .mainWidth {
    padding: 0;
  }
}
#mainArea #gnavi #gnaviArea {
  background-color: #ffffff;
}
#mainArea #gnavi #gnaviArea ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#mainArea #gnavi #gnaviArea ul li {
  display: table-cell;
  width: 25%;
  text-align: center;
  vertical-align: middle;
}
#mainArea #gnavi #gnaviArea ul li a {
  display: block;
  text-decoration: none;
  padding: 1.8em 0 1.8em 0;
}
@media only screen and (max-width: 768px) {
  #mainArea #gnavi #gnaviArea ul li a {
    padding: 1.5em 0;
  }
}
@media only screen and (max-width: 640px) {
  #mainArea #gnavi #gnaviArea ul li a {
    padding: 1.2em 0;
  }
}
@media only screen and (max-width: 480px) {
  #mainArea #gnavi #gnaviArea ul li a {
    font-size: 68.8%;
  }
}
@media only screen and (max-width: 400px) {
  #mainArea #gnavi #gnaviArea ul li a {
    font-size: 62.5%;
  }
}
#mainArea #gnavi #gnaviArea ul li a span {
  display: block;
  border-right: 1px #cccccc dotted;
  padding: 0 1em 0 1em;
}
@media only screen and (max-width: 640px) {
  #mainArea #gnavi #gnaviArea ul li a span {
    border-left: 1px #cccccc dotted;
    border-right: none;
  }
}
@media only screen and (max-width: 480px) {
  #mainArea #gnavi #gnaviArea ul li a span {
    padding: 0 0.5em 0 0.5em;
  }
}
#mainArea #gnavi #gnaviArea ul li img {
  display: block;
  max-width: 54px;
  margin: 0 auto 2px auto;
}
@media only screen and (max-width: 640px) {
  #mainArea #gnavi #gnaviArea ul li img {
    max-width: 30px;
  }
}
#mainArea #gnavi #gnaviArea ul li:first-child a span {
  border-left: 1px #cccccc dotted;
}
@media only screen and (max-width: 640px) {
  #mainArea #gnavi #gnaviArea ul li:first-child a span {
    border-left: none;
  }
}
#mainArea #content {
  position: relative;
  z-index: 1;
  margin-top: -10px;
}
#mainArea #content .contSet {
  display: none;
}
#mainArea #content .contSet + .contSet {
  margin-top: 8em;
}
#mainArea #content .contSet .contSetArea {
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7em;
}
#mainArea #content .contSet .contIn {
  opacity: 0;
}
#mainArea #content .contSet .contIn .contInSet + .contInSet {
  margin-top: 3em;
}
#mainArea #content .contSet .contIn .contInSet.imgR {
  overflow: hidden;
}
#mainArea #content .contSet .contIn .contInSet.imgR h4 {
  padding-right: 17em;
}
@media only screen and (max-width: 1024px) {
  #mainArea #content .contSet .contIn .contInSet.imgR h4 {
    padding-right: 14em;
  }
}
@media only screen and (max-width: 768px) {
  #mainArea #content .contSet .contIn .contInSet.imgR h4 {
    padding-right: 0;
  }
}
#mainArea #content .contSet .contIn .contInSet.imgR p {
  line-height: 1.7;
}
#mainArea #content .contSet .contIn .contInSet.imgR p img {
  float: right;
  margin-left: 2.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1024px) {
  #mainArea #content .contSet .contIn .contInSet.imgR p img {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #mainArea #content .contSet .contIn .contInSet.imgR p img {
    width: 150px;
    margin-top: 0 !important;
    margin-left: 1em;
  }
}
@media only screen and (max-width: 480px) {
  #mainArea #content .contSet .contIn .contInSet.imgR p img {
    width: 130px;
  }
}
#mainArea #content .contSet .contIn .contInSet .contInTitle {
  margin-bottom: 1em;
}
#mainArea #content .contSet .contIn .contInSet .contInTitle h3 {
  font-size: 200%;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #mainArea #content .contSet .contIn .contInSet .contInTitle h3 {
    font-size: 150%;
    line-height: 1.3;
  }
}
#mainArea #content .contSet .contIn .contInSet h4 {
  font-size: 112.5%;
  font-weight: bold;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 640px) {
  #mainArea #content .contSet .contIn .contInSet h4 {
    line-height: 1.3;
  }
}
#mainArea #content .contSet .contIn .contInSet p + .arrowLink {
  margin-top: 1em;
}
#mainArea #content .contSet .contIn .contInSet .arrowLink li {
  margin-left: 1.5em;
  text-indent: -0.5em;
}
#mainArea #content .contSet .contIn .contInSet .arrowLink li + li {
  margin-top: 0.1em;
}
#mainArea #content .contSet .contIn .contInSet .arrowLink a {
  text-decoration: underline;
  font-family: 'FontAwesome',"游明朝",YuMincho,"Times New Roman","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","メイリオ",Meiryo,serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mainArea #content .contSet .contIn .contInSet .arrowLink a:hover {
  text-decoration: none;
}
#mainArea #content .contSet .contIn .contInSet .arrowLink a:before {
  content: "\f138";
  display: inline-block;
  font-size: 75%;
  vertical-align: top;
  margin-top: 0.3em;
  margin-right: 0.5em;
}
#mainArea #content .contSet .contIn .contInSet .imgR2 {
  overflow: hidden;
}
#mainArea #content .contSet .contIn .contInSet .imgR2 + .imgR2 {
  margin-top: 2em;
}
#mainArea #content .contSet .contIn .contInSet .imgR2 p {
  line-height: 1.75;
}
#mainArea #content .contSet .contIn .contInSet .imgR2 p strong {
  display: block;
}
#mainArea #content .contSet .contIn .contInSet .imgR2 p img {
  float: right;
  margin-top: 0.3em;
  margin-left: 2em;
}
@media only screen and (max-width: 768px) {
  #mainArea #content .contSet .contIn .contInSet .imgR2 p img {
    margin-left: 1em;
  }
}
#mainArea #content .contSet .contIn .contInSet .imgR2 p img:first-child {
  margin-left: 24px;
}
@media only screen and (max-width: 768px) {
  #mainArea #content .contSet .contIn .contInSet .imgR2 p img:first-child {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  #mainArea #content .contSet .contIn .contInSet .imgR2 p img {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #mainArea #content .contSet .contIn .contInSet .imgR2 p img {
    width: 150px;
  }
}
@media only screen and (max-width: 480px) {
  #mainArea #content .contSet .contIn .contInSet .imgR2 p img {
    display: none;
  }
}
#mainArea #content .contSet .contIn .contInSet .imgR2 .imgSet {
  display: none;
  margin: 1em -6px 0 -6px;
}
@media only screen and (max-width: 480px) {
  #mainArea #content .contSet .contIn .contInSet .imgR2 .imgSet {
    display: block;
  }
}
#mainArea #content .contSet .contIn .contInSet .imgR2 .imgSet ul {
  overflow: hidden;
}
#mainArea #content .contSet .contIn .contInSet .imgR2 .imgSet ul li {
  float: left;
  width: 50%;
  padding: 0 6px;
}
#mainArea #content .contSet .contIn .contInSet .imgR2 .imgSet ul li img {
  width: 100%;
}
#mainArea #content .contSet#content01 .contSetArea {
  background: url(../images/content_bg01.gif);
  background-size: 100%;
  padding-top: 6em;
}
@media only screen and (max-width: 768px) {
  #mainArea #content .contSet#content01 .contSetArea {
    background: url(../images/content_bg01_sp.gif);
  }
}
@media only screen and (max-width: 640px) {
  #mainArea #content .contSet#content01 .contSetArea {
    padding-top: 4em;
  }
}
#mainArea #content .contSet#content01 .contIn .contInSet .contInTitle h3 {
  color: #ff793e;
}
#mainArea #content .contSet#content01 .contIn .contInSet .sandBorder {
  background-color: #ffffff;
  border: 2px #ffe9df solid;
  text-align: center;
  padding: 0.8em 0.5em 0.7em 0.5em;
  margin-bottom: 0.8em;
}
#mainArea #content .contSet#content01 .contIn .contInSet .sandBorder p {
  color: #ff793e;
  font-size: 125%;
  font-weight: bold;
}
#mainArea #content .contSet#content01 .contIn .contInSet .sandBorder p br {
  display: none;
}
@media only screen and (max-width: 768px) {
  #mainArea #content .contSet#content01 .contIn .contInSet .sandBorder p br {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  #mainArea #content .contSet#content01 .contIn .contInSet .sandBorder p {
    font-size: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #mainArea #content .contSet#content01 .contIn .contInSet .sandBorder p {
    font-size: 81.3%;
    letter-spacing: -0.1em;
  }
}
#mainArea #content .contSet#content01 .contIn .contInSet .sandBorder p span {
  display: inline-block;
  letter-spacing: -0.2em;
}
#mainArea #content .contSet#content01 .contIn .contInSet .sandBorder p span.slash {
  margin-left: -0.2em;
}
#mainArea #content .contSet#content01 .contIn .contInSet.imgR p img {
  margin-top: -7.3em;
}
#mainArea #content .contSet#content02 .contSetArea {
  background: url(../images/content_bg02.png);
  padding-top: 6em;
  padding-bottom: 8em;
  margin-top: -12em;
}
@media only screen and (max-width: 768px) {
  #mainArea #content .contSet#content02 .contSetArea {
    background: url(../images/content_bg02_sp.png);
    margin-top: -15em;
  }
}
#mainArea #content .contSet#content02 .contIn .contInSet .contInTitle h3 {
  color: #bdb94b;
}
#mainArea #content .contSet#content02 .contIn .contInSet.imgR p img {
  margin-top: -2.3em;
}
#mainArea #content .contSet#content03 .contSetArea {
  background: url(../images/content_bg03.png);
  padding-top: 7em;
  margin-top: -13em;
}
@media only screen and (max-width: 768px) {
  #mainArea #content .contSet#content03 .contSetArea {
    background: url(../images/content_bg03_sp.png);
  }
}
@media only screen and (max-width: 640px) {
  #mainArea #content .contSet#content03 .contSetArea {
    padding-top: 7em;
    padding-bottom: 8em;
  }
}
#mainArea #content .contSet#content03 .contIn .contInSet .contInTitle h3 {
  color: #2aaea4;
}
#mainArea #content .contSet#content03 .contIn .contInSet.imgR p img {
  margin-top: -2.3em;
}
#mainArea #content .contSet#content04 .contSetArea {
  background: url(../images/content_bg04.png);
  padding-top: 6em;
  margin-top: -12em;
}
@media only screen and (max-width: 768px) {
  #mainArea #content .contSet#content04 .contSetArea {
    background: url(../images/content_bg04_sp.png);
    margin-top: -15em;
  }
}
#mainArea #content .contSet#content04 .contIn {
  overflow: hidden;
}
#mainArea #content .contSet#content04 .contIn .linkSet {
  float: left;
  width: 50%;
}
#mainArea #content .contSet#content04 .contIn .linkSet:first-child a {
  padding-right: 2em;
}
#mainArea #content .contSet#content04 .contIn .linkSet:first-child a .linkSetL {
  padding-left: 0;
}
@media only screen and (max-width: 640px) {
  #mainArea #content .contSet#content04 .contIn .linkSet {
    float: none;
    width: 100%;
  }
  #mainArea #content .contSet#content04 .contIn .linkSet + .linkSet {
    margin-top: 1em;
  }
  #mainArea #content .contSet#content04 .contIn .linkSet:first-child a {
    padding-right: 0;
  }
  #mainArea #content .contSet#content04 .contIn .linkSet:first-child a .linkSetL {
    padding-left: 0;
  }
}
#mainArea #content .contSet#content04 .contIn .linkSet a {
  display: table;
}
#mainArea #content .contSet#content04 .contIn .linkSet a:hover {
  text-decoration: none;
}
#mainArea #content .contSet#content04 .contIn .linkSet a:hover .linkSetR h3 {
  text-decoration: none;
}
#mainArea #content .contSet#content04 .contIn .linkSet a .linkSetL {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
@media only screen and (max-width: 640px) {
  #mainArea #content .contSet#content04 .contIn .linkSet a .linkSetL {
    padding-left: 0px;
  }
}
#mainArea #content .contSet#content04 .contIn .linkSet a .linkSetR {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
}
#mainArea #content .contSet#content04 .contIn .linkSet a .linkSetR h3 {
  font-size: 112.5%;
  color: #85709d;
  text-decoration: underline;
}
#mainArea #content .contSet#content04 .contIn .linkSet a .linkSetR h3 img {
  vertical-align: top;
  margin-top: 0.5em;
  margin-left: 6px;
}
@media only screen and (max-width: 640px) {
  #mainArea #content .contSet#content04 .contIn .linkSet a .linkSetR h3 img {
    width: 10px;
  }
}
#mainArea #content .contSet#content04 .contIn .linkSet a .linkSetR p {
  font-size: 87.5%;
  text-decoration: none;
}

#footer {
  background-color: #ffffff;
  padding: 1.1em 0 1em 0;
}
#footer #ftNavi {
  overflow: hidden;
}
#footer #ftNavi #ftNaviL {
  float: left;
  padding-top: 0.1em;
}
#footer #ftNavi #ftNaviL a {
  font-family: 'FontAwesome',"游明朝",YuMincho,"Times New Roman","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","メイリオ",Meiryo,serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer #ftNavi #ftNaviL a:before {
  content: "\f04b";
  display: inline-block;
  font-size: 62.5%;
  vertical-align: top;
  margin-top: 0.4em;
  margin-right: 0.5em;
}
#footer #ftNavi #ftNaviR {
  float: right;
}
@media only screen and (max-width: 768px) {
  #footer #ftNavi #ftNaviR {
    padding-right: 3em;
  }
}
#footer #ftNavi #ftNaviR ul {
  overflow: hidden;
}
#footer #ftNavi #ftNaviR ul li {
  float: left;
  width: 23%;
}
#footer #ftNavi #ftNaviR ul li + li {
  margin-left: 1em;
}


@media only screen and (max-width: 767px) {
  .sns-btn .pc{
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .sns-btn .sp {
    display: none !important;
  }
}
