@charset "UTF-8";
html {
  font-size: 62.5%; }

body {
  font-size: 14px;
  color: #333;
  -webkit-text-size-adjust: 100%; }

#wrap {
  font-size: 14px; }

a {
  color: #333; }
  a:visited, a:focus, a:active {
    color: #333; }

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

.inner {
  width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .inner {
      width: 86%; } }
  @media only screen and (max-width: 767px) {
    .inner {
      width: 86%; } }

@media only screen and (min-width: 1024px) {
  .flL {
    float: left; }
  .flR {
    float: right; }
  .hoverOpacity {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
    .hoverOpacity:hover {
      opacity: 0.8; }
  .pcH {
    display: none !important; } }

@media only screen and (max-width: 1023px) {
  .spTabH {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tabH {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .spH {
    display: none !important; } }

.alignL {
  text-align: left; }

.alignC {
  text-align: center; }

.alignR {
  text-align: right; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tabAlignL {
    text-align: left; }
  .tabAlignC {
    text-align: center; }
  .tabAlignR {
    text-align: right; } }

@media only screen and (max-width: 767px) {
  .spAlignL {
    text-align: left; }
  .spAlignC {
    text-align: center; }
  .spAlignR {
    text-align: right; } }

.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold; }

.bold {
  font-weight: bold; }

.tabBox {
  width: 100%;
  display: none; }
  .tabBox.active {
    display: block; }

#topVijual {
  width: 100%;
  height: 90vh;
  background-image: url(../images/keyback.jpg);
  background-size: cover;
  background-position: bottom center; }

@incude mobile {
  #topVijual {
    background-position: top center;
    height: 70vh; } }

.enSectionTitle {
  font-family: 'Barlow', sans-serif;
  font-size: 36px;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .enSectionTitle {
      font-size: 8vw;
      letter-spacing: 0.1em;
      margin-bottom: 5vw; } }

#news {
  padding: 100px 0; }
  @media only screen and (max-width: 767px) {
    #news {
      padding: 15vw 0; } }

.news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #e2e2e2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .news li:last-child {
    border-bottom: 0px solid #e2e2e2; }
  .news li .day {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    padding-right: 30px; }
    @media only screen and (max-width: 767px) {
      .news li .day {
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .news li .text {
      width: 100%; } }
  .news li .text a {
    text-decoration: underline;
    line-height: 1.5; }
    .news li .text a:hover {
      text-decoration: none; }

#topVijual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    #topVijual {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding-top: 35vw; } }
  #topVijual .catch {
    padding-left: 15vw; }
    @media only screen and (max-width: 767px) {
      #topVijual .catch {
        padding-bottom: 30vw; } }
    #topVijual .catch p {
      font-size: 24px; }
      @media only screen and (max-width: 767px) {
        #topVijual .catch p {
          font-size: 5.5vw; } }
    #topVijual .catch h3 {
      font-family: 'Oswald', sans-serif;
      font-size: 56px;
      margin-bottom: 24px; }
      @media only screen and (max-width: 767px) {
        #topVijual .catch h3 {
          font-size: 16vw; } }
      #topVijual .catch h3 span {
        color: #0080b5;
        font-family: 'Oswald', sans-serif; }
        @media only screen and (max-width: 767px) {
          #topVijual .catch h3 span {
            color: #fff; } }

#topConcept {
  padding-bottom: 140px; }
  @media only screen and (max-width: 767px) {
    #topConcept {
      padding: 15vw 0;
      padding-top: 0; } }
  #topConcept .inner .title {
    margin-bottom: 60px;
    text-align: center;
    padding-top: 140px;
    position: relative; }
    #topConcept .inner .title:after {
      content: "";
      width: 5px;
      height: 100px;
      background-color: #00bae2;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      position: absolute; }
    @media only screen and (max-width: 767px) {
      #topConcept .inner .title {
        margin-bottom: 30px; } }
    #topConcept .inner .title p {
      margin-bottom: 12px;
      font-size: 17px; }
    #topConcept .inner .title h2 {
      font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
      font-size: 40px;
      display: inline-block;
      padding-bottom: 10px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        #topConcept .inner .title h2 {
          font-size: 8vw;
          line-height: 1.2; } }
      #topConcept .inner .title h2:after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #000; }
  #topConcept .inner > p {
    text-align: center;
    font-size: 17px;
    line-height: 2.2; }
    @media only screen and (max-width: 767px) {
      #topConcept .inner > p {
        font-size: 4vw;
        text-align: left;
        line-height: 1.8; } }

#contentsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contentsLink > div {
    width: calc(100% / 3);
    overflow: hidden; }
    #contentsLink > div:nth-child(4), #contentsLink > div:nth-child(5) {
      width: 50%; }
    @media only screen and (max-width: 767px) {
      #contentsLink > div {
        width: 100%; }
        #contentsLink > div:nth-child(4), #contentsLink > div:nth-child(5) {
          width: 100%; } }
    #contentsLink > div:hover {
      overflow: hidden; }
      #contentsLink > div:hover a {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
    #contentsLink > div:nth-child(1) a {
      background-image: url(../images/01.jpg); }
    #contentsLink > div:nth-child(2) a {
      background-image: url(../images/02.jpg); }
    #contentsLink > div:nth-child(3) a {
      background-image: url(../images/03.jpg); }
    #contentsLink > div:nth-child(4) a {
      background-image: url(../images/04.jpg); }
    #contentsLink > div:nth-child(5) a {
      background-image: url(../images/05.jpg); }
    #contentsLink > div a {
      padding: 120px 0;
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #fff;
      background-color: #333;
      display: block;
      -webkit-transition-duration: .3s;
      -o-transition-duration: .3s;
      transition-duration: .3s;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    #contentsLink > div .title {
      padding-bottom: 16px;
      margin-bottom: 16px;
      position: relative; }
      #contentsLink > div .title:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 30px;
        height: 1px;
        background-color: #fff;
        margin: 0 auto; }
      #contentsLink > div .title p {
        font-family: 'Barlow', sans-serif;
        font-size: 12px;
        margin-bottom: 10px; }
      #contentsLink > div .title h4 {
        font-size: 24px;
        color: #00f6ff; }

.pageTitle {
  background-color: #0061b5;
  color: #fff;
  text-align: center;
  height: 320px;
  font-size: 36px;
  background-image: url(../images/1959.jpg);
  background-size: cover;
  background-position: center center;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .pageTitle {
      height: 180px; } }
  .pageTitle h1 {
    background-color: #008cd0;
    color: #fff;
    position: relative;
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    font-size: 40px;
    height: 180px;
    line-height: 180px;
    width: 30%;
    position: absolute;
    left: 0;
    bottom: -90px; }
    @media only screen and (max-width: 767px) {
      .pageTitle h1 {
        width: auto;
        font-size: 9vw;
        height: 60px;
        line-height: 60px;
        padding: 0 5vw;
        bottom: -30px; } }

.catch {
  margin-bottom: 70px;
  font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 20px; }

.staticPage {
  padding: 200px 0 140px 0; }
  @media only screen and (max-width: 767px) {
    .staticPage {
      padding: 17vw 0 10vw 0; } }
  .staticPage iframe {
    width: 100%;
    height: 320px; }
  .staticPage h2 {
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    font-size: 36px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .staticPage h2 {
        font-size: 7vw; } }
    .staticPage h2:first-child {
      margin-top: 0; }
  .staticPage h3 {
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    font-size: 28px;
    margin-top: 56px;
    margin-bottom: 16px; }
    @media only screen and (max-width: 767px) {
      .staticPage h3 {
        font-size: 6vw;
        line-height: 1.3; } }
    .staticPage h3:first-child {
      margin-top: 0; }
  .staticPage h4 {
    font-weight: bold;
    line-height: 1.2; }
  .staticPage p {
    line-height: 1.7; }
  .staticPage ol {
    padding-left: 20px;
    margin-bottom: 40px; }
    .staticPage ol li {
      margin-top: 12px;
      line-height: 1.3;
      list-style: disc; }
      .staticPage ol li:first-child {
        margin-top: 0; }
  .staticPage .exList {
    margin-top: 24px; }
    .staticPage .exList li {
      margin-top: 12px;
      line-height: 1.3; }
      .staticPage .exList li:first-child {
        margin-top: 0; }
      .staticPage .exList li h5 {
        font-weight: bold;
        margin-bottom: 6px; }
  .staticPage table tr {
    border-bottom: 1px solid #e8e8e8; }
    .staticPage table tr:first-child {
      border-top: 1px solid #e8e8e8; }
    .staticPage table tr th {
      font-weight: bold;
      padding: 24px 0;
      vertical-align: middle; }
    .staticPage table tr td {
      padding: 24px 0;
      line-height: 1.6;
      vertical-align: middle; }
  .staticPage .history dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .staticPage .history dl:first-child {
      margin-top: 0; }
    .staticPage .history dl dt {
      width: 80px;
      font-size: 18px;
      line-height: 1.7; }
      @media only screen and (max-width: 767px) {
        .staticPage .history dl dt {
          width: 100%;
          margin-bottom: 5px; } }
    .staticPage .history dl dd {
      width: calc(100% - 80px); }
      @media only screen and (max-width: 767px) {
        .staticPage .history dl dd {
          width: 100%; } }
      .staticPage .history dl dd ol {
        padding-left: 0;
        margin-bottom: 0; }
        .staticPage .history dl dd ol li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          .staticPage .history dl dd ol li .month {
            width: 50px;
            line-height: 1.7;
            font-weight: bold; }
          .staticPage .history dl dd ol li .text {
            line-height: 1.7; }

.linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .linkList li {
    width: 24%; }
    .linkList li a {
      border: 1px solid #ccc;
      display: block;
      text-align: center;
      padding: 16px; }
      .linkList li a img {
        max-height: 48px; }

.read {
  margin-bottom: 24px;
  font-size: 18px; }

.contactInfo {
  line-height: 1.7;
  font-size: 18px; }

.caution {
  background-color: #f0f0f0;
  padding: 24px;
  margin-top: 32px; }

.formWrap {
  line-height: 1.6; }
  .formWrap .formSection {
    border-bottom: 1px solid #e8e8e8;
    padding: 48px 0; }
    .formWrap .formSection .formParts {
      margin-top: 24px; }
      .formWrap .formSection .formParts:first-child {
        margin-top: 0; }
      .formWrap .formSection .formParts.submit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .formWrap .formSection .formParts dl dt {
        font-weight: bold;
        padding-bottom: 5px; }
      .formWrap .formSection .formParts dl dd input[type="text"], .formWrap .formSection .formParts dl dd input[type="email"] {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 12px;
        border: 1px solid #717171;
        border-radius: 3px; }
      .formWrap .formSection .formParts dl dd textarea {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 12px; }
      .formWrap .formSection .formParts dl dd .mwform-zip-field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .formWrap .formSection .formParts dl dd .mwform-zip-field input[type="text"] {
          width: 100px;
          margin: 0 10px; }
      .formWrap .formSection .formParts dl dd input[type="submit"] {
        width: 240px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #000;
        color: #fff;
        height: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 3px;
        border: none;
        font-size: 16px;
        cursor: pointer; }
  .formWrap .privacyBox {
    border: 1px solid #e0e0e0;
    padding: 24px;
    margin-bottom: 16px;
    margin-top: 24px; }
    .formWrap .privacyBox .privacyInner {
      height: 200px;
      overflow-y: scroll;
      padding-right: 32px; }
    .formWrap .privacyBox h4 {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 24px; }
    .formWrap .privacyBox h5 {
      font-weight: bold;
      margin-bottom: 16px;
      margin-top: 32px; }
    .formWrap .privacyBox p {
      display: block; }
      .formWrap .privacyBox p strong {
        font-weight: bold;
        padding-bottom: 7px;
        padding-top: 32px; }
      .formWrap .privacyBox p.sign {
        text-align: right;
        font-weight: bold; }

.companyprofile dl {
  border-bottom: 1px solid #e8e8e8;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .companyprofile dl:first-child {
    border-top: 1px solid #e8e8e8; }
  .companyprofile dl dt {
    width: 150px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .companyprofile dl dt {
        width: 100%;
        margin-bottom: 8px; } }
  .companyprofile dl dd {
    width: calc(100% - 150px);
    line-height: 1.6; }
    @media only screen and (max-width: 767px) {
      .companyprofile dl dd {
        width: 100%; } }

.greet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .greet .photoblock {
    width: 210px; }
    @media only screen and (max-width: 767px) {
      .greet .photoblock {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .greet .textWrap {
    width: calc(100% - 260px); }
    @media only screen and (max-width: 767px) {
      .greet .textWrap {
        width: 100%;
        margin-bottom: 6vw; } }

.single {
  padding: 90px 0; }
  @media only screen and (max-width: 767px) {
    .single {
      padding: 12% 0; } }
  .single .singleTitle {
    margin-bottom: 56px; }
    .single .singleTitle h2 {
      font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
      font-size: 32px;
      margin-bottom: 8px;
      font-weight: 500;
      line-height: 1.3; }
      @media only screen and (max-width: 767px) {
        .single .singleTitle h2 {
          font-size: 6vw; } }
  .single .singleText {
    font-size: 15px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto; }
    .single .singleText p {
      margin-bottom: 18px; }
      .single .singleText p a {
        color: #00bae2;
        text-decoration: underline; }
        .single .singleText p a:hover {
          text-decoration: none; }
    .single .singleText strong {
      font-weight: bold; }
    .single .singleText table tr td {
      padding: 12px;
      border: 1px solid #f0f0f0; }
    .single .singleText table tr th {
      padding: 12px;
      border: 1px solid #f0f0f0; }
    .single .singleText h3 {
      font-size: 20px;
      padding-bottom: 5px;
      border-bottom: 1px solid #666;
      margin-bottom: 16px;
      line-height: 1.3;
      font-weight: bold; }
  .single .prevNext {
    padding-top: 48px;
    margin-top: 48px;
    border-top: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.archiveList {
  padding: 90px 0; }
  @media only screen and (max-width: 767px) {
    .archiveList {
      padding: 12% 0; } }
