@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.725;
  color: #212121;
  background: #FFFFFF;
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

*:hover {
  -webkit-transition: background 300ms,color 300ms, border 300ms,text-decoration 300ms,opacity 300ms;
  transition: background 300ms,color 300ms ,border 300ms,text-decoration 300ms,opacity 300ms;
}

a:hover {
  opacity: 0.7;
}

/*-----------------------------------------------
Contents
-----------------------------------------------*/
header {
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFFFFF;
}
header .inlineContent {
  height: 110px;
}
header .logo {
  display: table;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .logo a {
  display: table-cell;
  vertical-align: middle;
}
header img {
  vertical-align: middle;
}
header .contact {
  position: absolute;
  display: table;
  text-align: center;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .contact .contactInner {
  display: table-cell;
  vertical-align: middle;
}
header .contact .contactInner a {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  background: #01A1DF;
  padding: 12px 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
header .contact .contactInner a img {
  vertical-align: top;
  padding: 0 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .contact .contactInner p {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 4px 0 0;
}
header .contact .contactInner p img {
  vertical-align: text-top;
  padding: 0 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.inlineContent {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.inlineContent .thumbnail {
  text-align: center;
  padding: 0 0 110px;
}
.inlineContent .thumbnail img {
  display: inline-block;
  margin: auto;
}

.mainVisual {
  width: 100%;
  background: url(../img/bg_main.png) 50% 50% no-repeat, #343434;
  background-size: cover;
}
.mainVisual .mainContent {
  text-align: center;
  padding: 32px 0;
}
.mainVisual .mainContent p {
  color: #212121;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: medium;
  line-height: 1.25;
}

.white {
  background: #FFFFFF;
}

.blue {
  background: #01A1DF;
}
.blue .discription {
  color: #FFFFFF;
  text-align: center;
  padding: 0 0 84px;
}

.title {
  display: table;
  padding: 84px 0;
}
.title.one {
  min-width: 185px;
  height: 201px;
  margin: auto;
  background: url(../img/bg_01.png) 50% 50% no-repeat;
}
.title.two {
  min-width: 235px;
  height: 201px;
  margin: auto;
  background: url(../img/bg_02.png) 50% 50% no-repeat;
}
.title.two .text .block h2 {
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
.title.two .text .block p {
  color: #FFFFFF;
}
.title.three {
  min-width: 270px;
  height: 201px;
  margin: auto;
  background: url(../img/bg_03.png) 50% 50% no-repeat;
}
.title.four {
  min-width: 268px;
  height: 201px;
  margin: auto;
  background: url(../img/bg_04.png) 50% 50% no-repeat;
}
.title.four .text .block h2 {
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
.title.four .text .block p {
  color: #FFFFFF;
}
.title .text {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.title .text .block {
  display: inline-block;
}
.title .text .block h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0 16px;
  border-bottom: 2px solid #01A1DF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.title .text .block p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: medium;
  padding: 8px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.discription {
  text-align: center;
  padding: 0 0 84px;
}

.footContact {
  position: relative;
  background: #DDEEF9;
}
.footContact .contact {
  display: table;
  width: 100%;
  text-align: center;
  margin: auto;
}
.footContact .contact .contactInner {
  display: table-cell;
  vertical-align: middle;
  padding: 52px 0;
}
.footContact .contact .contactInner .contactText {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  color: #404040;
}
.footContact .contact .contactInner a {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  background: #01A1DF;
  padding: 12px 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.footContact .contact .contactInner a img {
  vertical-align: top;
  padding: 0 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footContact .contact .contactInner p {
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 0;
}
.footContact .contact .contactInner p img {
  vertical-align: baseline;
  padding: 0 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer {
  text-align: center;
  padding: 4px 0;
}
footer p {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: medium;
}

#pageTop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 256px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: right;
}
#pageTop a {
  display: inline-block;
  width: 64px;
  height: 64px;
  color: #FFFFFF;
  text-decoration: none;
  background: #DDEEF8;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 16px 0 0;
}
#pageTop a img {
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .white {
    padding: 16px 0;
  }

  .blue {
    padding: 16px 0;
  }
  .blue .discription {
    text-align: left;
    padding: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  header {
    width: 100%;
  }
  header .inlineContent {
    display: table;
    widht: 100%;
    padding: 8px 0;
    height: inherit;
  }
  header .logo {
    position: inherit;
    display: table-cell;
    width: 50%;
    padding: 0 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
  }
  header .logo img {
    width: 100%;
  }
  header .contact {
    position: inherit;
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: right;
  }
  header .contact .contactInner {
    display: block;
    padding: 0 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .contact .contactInner span {
    display: none;
  }
  header .contact .contactInner .arrow {
    display: none;
  }
  header .contact .contactInner p {
    display: none;
  }
  header .contact .contactInner a {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 16px;
  }
  header .contact .contactInner a img {
    padding: 0;
  }

  .mainVisual {
    text-align: left;
  }
  .mainVisual .mainContent {
    text-align: left;
    padding: 16px;
  }
  .mainVisual .mainContent img {
    width: 100%;
    padding: 0 0 8px;
  }
  .mainVisual .mainContent p {
    font-size: 16px;
    font-size: 1rem;
  }

  .title {
    padding: 16px 0;
  }

  .inlineContent .thumbnail {
    padding: 0 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .inlineContent .thumbnail img {
    width: 100%;
  }

  .discription {
    text-align: left;
    padding: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .title.one {
    height: 90px;
    background-size: contain;
  }
  .title.two {
    height: 90px;
    background-size: contain;
  }
  .title.three {
    height: 90px;
    background-size: contain;
  }
  .title.four {
    height: 90px;
    background-size: contain;
  }
  .title .text .block h2 {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0 8px;
  }
  .title .text .block p {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 4px 0;
  }

  .footContact .contact .contactInner {
    padding: 8px 0;
  }
  .footContact .contact .contactInner .contactText {
    font-size: 16px;
    font-size: 1rem;
  }
  .footContact .contact .contactInner p {
    font-size: 12px;
    font-size: 0.75rem;
  }

  footer p {
    font-size: 10px;
    font-size: 0.625rem;
  }

  #pageTop {
    display: none;
  }
}
