@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 1em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a,
a:visited {
  color: black;
}

a:active,
a:hover {
  outline: 0;
  color: rgba(0, 0, 0, 0.6);
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

main {
  padding: 0;
}
@media (max-width: 834px) {
  main {
    padding: 0;
  }
}
@media (max-width: 680px) {
  main {
    padding: 0;
  }
}

.wrapper {
  width: 86%;
  max-width: 1024px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.wrap {
  width: 86%;
  max-width: 834px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  margin: 0 0 1em 0;
  font-family: sans-serif;
  font-weight: 300;
  color: #000;
}

p,
dl,
ul,
ol,
th,
td {
  font-size: 16px;
  margin: 0 0 1em 0;
  line-height: 1.8;
  color: #000;
}
@media (max-width: 680px) {
  p,
dl,
ul,
ol,
th,
td {
    font-size: 14px;
    line-height: 2;
  }
}

.center {
  text-align: center;
}

/*ページタイトル*/
.ttl {
  display: block;
  position: relative;
  margin: 0 0 0;
  padding: 0 0 5% 0;
}
@media (max-width: 834px) {
  .ttl {
    padding: 0 0 3% 0;
  }
}
.ttl h1 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0 0 2%;
  padding: 0;
  font-weight: 200;
}
@media (max-width: 834px) {
  .ttl h1 {
    padding: 0;
    font-size: 3vw;
  }
}
@media (max-width: 680px) {
  .ttl h1 {
    font-size: 6vw;
  }
}
.ttl .lead {
  text-align: left;
}
@media (max-width: 680px) {
  .ttl .lead {
    text-align: left;
  }
}

/*コンテンツタイトル*/
.ttl_cont {
  margin: 30px 0;
  padding: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
}
.ttl_cont span {
  position: relative;
  display: block;
  font-size: 12px;
  margin: 0 0 6px 0;
  padding: 0;
}
@media (max-width: 680px) {
  .ttl_cont {
    margin: 0 0 20px 0;
    font-size: 20px;
  }
  .ttl_cont::before {
    width: 26px;
    height: 20px;
  }
}

/*中見出し*/
.mds_mid {
  margin: 0 0 2% 0;
  padding: 0;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4;
}
.mds_mid span {
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 680px) {
  .mds_mid span {
    display: inline-block;
  }
}
@media (max-width: 834px) {
  .mds_mid {
    font-size: 20px;
  }
}
@media (max-width: 680px) {
  .mds_mid {
    font-size: 18px;
  }
  .mds_mid br {
    display: none;
  }
}

/*小見出し*/
.mds {
  margin: 10px 0;
  padding: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
}
.mds img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.mds span {
  display: block;
  font-size: 16px;
}
@media (max-width: 680px) {
  .mds {
    font-size: 18px;
    line-height: 1.8;
  }
}

.mds_s {
  margin: 10px 0;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}
.mds_s img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.mds_s span {
  display: block;
  font-size: 16px;
}
@media (max-width: 680px) {
  .mds_s {
    font-size: 18px;
    line-height: 1.8;
  }
}

/*リード文章*/
.lead {
  font-size: 20px;
  line-height: 1.8;
  margin: 0 0 30px 0;
  font-weight: normal;
  text-align: left;
}
@media (max-width: 680px) {
  .lead {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
    text-align: left;
  }
  .lead br {
    display: none;
  }
}

/*注釈*/
p.note {
  margin: 0 0 1em 0;
  line-height: 1.6;
  font-size: 0.85em;
}

ul.note {
  display: block;
  padding: 0;
  margin: 1em 0;
  list-style: none;
}
ul.note li {
  display: block;
  margin: 0;
  padding: 0 0 0 1em;
  font-size: 12px;
  position: relative;
}
ul.note li::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media (max-width: 680px) {
  ul.note li {
    font-size: 11px;
  }
}

/*-------------------------------------------------------
リンクボタン
-------------------------------------------------------*/
a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btns {
  margin: 4% 0;
  text-align: center;
}
@media (max-width: 680px) {
  .btns {
    margin: 5% 0;
  }
}

a.btn_entry {
  display: block;
  position: relative;
  padding: 20px 24px 20px 30px;
  margin: 0 auto;
  line-height: 1.4;
  text-decoration: none;
  height: inherit;
  color: #0357A5;
  border: 5px solid #0357A5;
  max-width: inherit;
  background: #fff;
  font-size: 24px;
  text-align: center;
}
a.btn_entry span {
  display: block;
  font-size: 18px;
}
@media (max-width: 680px) {
  a.btn_entry {
    max-width: inherit;
    margin: 1px 0;
    display: block;
    font-size: 20px;
  }
  a.btn_entry span {
    font-size: 13px;
  }
}
a.btn_entry:hover {
  background-color: rgba(3, 87, 165, 0.1);
  border-color: #0e77d8;
}
a.btn_entry::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAOCAYAAADNGCeJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAyElEQVQ4jaXPMS5FQRgF4O8ajcoGiFiDoPS8TUxiNBoNLYmIiOTtQqOZYhZBqO1BCBuwgEk09yYiXnHvnPI/yZfzMyIh5i7EvL6sXxmDYY7XEPNGM1ZLekTGc4h5s3WZWtIdHvASYt5qwnpwgfse3B7u3RRsSIj5Auc4rCW9dSHmNVw3mPvYwd6kN5el9c1LnOnfXG2ArnCKg1rSO0zCQsw3OMGslvQx3EdhIeYOtzjuF33+7scum+OoX/T1txyLPWG3lvT9X/kDsJc2XYSitfAAAAAASUVORK5CYII=") center center no-repeat;
  background-size: contain;
  margin: 0 0 -2px 4px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

a.btn {
  display: inline-block;
  position: relative;
  padding: 12px 24px 12px 30px;
  margin: 0 auto;
  line-height: 1.4;
  text-decoration: none;
  height: inherit;
  color: #0357A5;
  border: 3px solid #0357A5;
  max-width: inherit;
}
@media (max-width: 680px) {
  a.btn {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 1px 0;
    text-align: center;
  }
}
a.btn:hover {
  background-color: rgba(3, 87, 165, 0.1);
  border-color: #0e77d8;
}
a.btn::after {
  content: "";
  width: 20px;
  height: 16px;
  position: relative;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAOCAYAAADNGCeJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAyElEQVQ4jaXPMS5FQRgF4O8ajcoGiFiDoPS8TUxiNBoNLYmIiOTtQqOZYhZBqO1BCBuwgEk09yYiXnHvnPI/yZfzMyIh5i7EvL6sXxmDYY7XEPNGM1ZLekTGc4h5s3WZWtIdHvASYt5qwnpwgfse3B7u3RRsSIj5Auc4rCW9dSHmNVw3mPvYwd6kN5el9c1LnOnfXG2ArnCKg1rSO0zCQsw3OMGslvQx3EdhIeYOtzjuF33+7scum+OoX/T1txyLPWG3lvT9X/kDsJc2XYSitfAAAAAASUVORK5CYII=") center center no-repeat;
  background-size: contain;
  margin: 0 0 -2px 4px;
}

.btn + .btn {
  margin: 0 0 0 10px;
}
@media (max-width: 680px) {
  .btn + .btn {
    margin: 1px 0;
  }
}

a.btn_s {
  display: inline-block;
  position: relative;
  padding: 6px 14px 6px 14px;
  margin: 10px 0;
  line-height: 1.4;
  text-decoration: none;
  height: inherit;
  color: #0357A5;
  border: 3px solid #0357A5;
  font-size: 12px;
}
@media (max-width: 680px) {
  a.btn_s {
    max-width: inherit;
    margin: 1px 0;
  }
}
a.btn_s:hover {
  background-color: rgba(3, 87, 165, 0.1);
  border-color: #0e77d8;
}
a.btn_s.fltr {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
a.btn_s::after {
  content: "";
  width: 16px;
  height: 12px;
  position: relative;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAOCAYAAADNGCeJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAyElEQVQ4jaXPMS5FQRgF4O8ajcoGiFiDoPS8TUxiNBoNLYmIiOTtQqOZYhZBqO1BCBuwgEk09yYiXnHvnPI/yZfzMyIh5i7EvL6sXxmDYY7XEPNGM1ZLekTGc4h5s3WZWtIdHvASYt5qwnpwgfse3B7u3RRsSIj5Auc4rCW9dSHmNVw3mPvYwd6kN5el9c1LnOnfXG2ArnCKg1rSO0zCQsw3OMGslvQx3EdhIeYOtzjuF33+7scum+OoX/T1txyLPWG3lvT9X/kDsJc2XYSitfAAAAAASUVORK5CYII=") center center no-repeat;
  background-size: contain;
  margin: 0 0 -2px 4px;
}

a.txt_link {
  display: inline-block;
  position: relative;
  padding: 0 0 0 16px;
  margin: 0 0 0 0;
  font-size: 1em;
  line-height: 1.5em;
  text-decoration: none;
  height: inherit;
  color: black;
}
a.txt_link::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-top: 4px solid transparent;
  border-left: 6px solid #c8c8c8;
  border-bottom: 4px solid transparent;
  content: "";
}
a.txt_link:hover {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.6);
}

a.btn_down {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 60px 0 0 0;
  margin: 0 auto;
  width: 60px;
  height: 0;
  text-decoration: none;
  color: white;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 100%;
}
a.btn_down:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
a.btn_down::before {
  position: absolute;
  top: 6px;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  border-left: 3px solid rgba(255, 255, 255, 0.8);
  border-bottom: 3px solid rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

a.btn_pagetop {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  padding: 40px 0 0 0;
  margin: 0 auto;
  width: 40px;
  height: 0;
  text-decoration: none;
  color: black;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
a.btn_pagetop:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
a.btn_pagetop::before {
  position: absolute;
  top: 15px;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*-------------------------------------------------------
交互コラム
-------------------------------------------------------*/
.altcont {
  position: relative;
  display: block;
  font-size: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
}
@media (max-width: 680px) {
  .altcont {
    margin: 0 auto;
  }
}
.altcont .imgcol {
  display: block;
  width: 60%;
  z-index: 2;
  margin: 0;
  padding: 0;
  position: relative;
}
.altcont .imgcol img {
  width: 100%;
  height: auto;
  margin: 0;
}
@media (max-width: 834px) {
  .altcont .imgcol {
    display: inline-block;
    width: 50%;
  }
}
@media (max-width: 680px) {
  .altcont .imgcol {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
}
.altcont:nth-of-type(even) .imgcol {
  margin: 0 0 0 auto;
}
@media (max-width: 834px) {
  .altcont:nth-of-type(even) .imgcol {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .altcont:nth-of-type(even) .imgcol {
    width: 100%;
    margin: 0;
  }
}
.altcont .txtcol {
  display: inline-block;
  width: 30%;
  margin: 0 10% 0 0;
  padding: 5% 3%;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}
@media (max-width: 834px) {
  .altcont .txtcol {
    display: inline-block;
    width: 40%;
    margin: 0 0 0 0;
    padding: 0 0 0 5%;
    z-index: 2;
    position: relative;
    top: inherit;
    right: inherit;
    -webkit-transform: none;
            transform: none;
    vertical-align: top;
  }
}
@media (max-width: 680px) {
  .altcont .txtcol {
    display: block;
    width: 100%;
    margin: 0;
    padding: 5% 8%;
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
}
.altcont .txtcol p {
  font-size: 16px;
}
@media (max-width: 834px) {
  .altcont .txtcol p {
    font-size: 13px;
  }
}
@media (max-width: 680px) {
  .altcont .txtcol p {
    font-size: 13px;
    text-align: left !important;
  }
}
.altcont .txtcol p:nth-last-of-type(1) {
  text-align: left;
}
@media (max-width: 680px) {
  .altcont .txtcol p:nth-last-of-type(1) {
    text-align: center;
  }
}
.altcont .txtcol p.staffname {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 16px;
}
.altcont .txtcol p.staffname span {
  display: block;
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 834px) {
  .altcont .txtcol p.staffname {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  .altcont .txtcol p.staffname {
    font-size: 16px;
  }
}
.altcont .txtcol .lead {
  text-align: left;
}
@media (max-width: 680px) {
  .altcont .txtcol .lead {
    text-align: left !important;
  }
}
.altcont:nth-of-type(even) .txtcol {
  margin: 0 0 0 10%;
  right: inherit;
  left: 0;
}
@media (max-width: 680px) {
  .altcont:nth-of-type(even) .txtcol {
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
}

/*-------------------------------------------------------
コラム
-------------------------------------------------------*/
.column {
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 1% 0 1% -3%;
  padding: 0 0 0 0;
  position: relative;
  clear: both;
  font-size: 0;
}
.column::after {
  content: "";
  display: block;
  clear: both;
}
.column .col {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 1% 0 1% 3%;
  text-align: left;
  vertical-align: top;
}
.column .col.w1 {
  width: 100%;
}
@media (max-width: 680px) {
  .column .col.w1 {
    width: 100%;
  }
}
.column .col.w2 {
  width: 50%;
}
@media (max-width: 680px) {
  .column .col.w2 {
    width: 100%;
  }
}
.column .col.w3 {
  width: 33.33%;
}
@media (max-width: 680px) {
  .column .col.w3 {
    width: 100%;
  }
}
.column .col.w4 {
  width: 25%;
}
@media (max-width: 680px) {
  .column .col.w4 {
    width: 100%;
  }
}
.column .col.w66 {
  width: 66.66%;
}
@media (max-width: 680px) {
  .column .col.w66 {
    width: 100%;
  }
}
.column .col.w75 {
  width: 75%;
}
@media (max-width: 680px) {
  .column .col.w75 {
    width: 100%;
  }
}
.column .col.fltr {
  float: right;
}
@media (max-width: 680px) {
  .column .col.fltr {
    float: none;
  }
}

.bdr_col {
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 4% 0;
  padding: 4%;
  position: relative;
  border: 8px solid #0357A5;
  text-align: center;
}
@media (max-width: 680px) {
  .bdr_col {
    border: 4px solid #0357A5;
    padding: 10%;
  }
}

.comment_col {
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 3% 0;
  padding: 4%;
  position: relative;
  border: 8px solid #0357A5;
  text-align: center;
}
.comment_col p {
  margin: 0;
  font-size: 20px;
  color: #0357A5;
}
@media (max-width: 680px) {
  .comment_col p {
    margin: 0;
    font-size: 16px;
  }
}

/*------------------------------------------------------------------------
イメージ
------------------------------------------------------------------------*/
img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

figure.photo {
  display: block;
  width: 100%;
  margin: 0 auto 20px auto;
}
figure.photo img {
  width: 100%;
  height: auto;
  margin: 0;
}

figure.photo_c {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto 3% auto;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
figure.photo_c img {
  width: 100%;
  height: auto;
  margin: 0;
}
figure.photo_c.frt {
  float: right;
  width: 30%;
  margin: 0 0 5% 5%;
}

figure.photo_staff {
  display: block;
  width: 100%;
  margin: 0 auto 20px auto;
}
figure.photo_staff img {
  width: 100%;
  height: auto;
  margin: 0;
}
@media (max-width: 680px) {
  figure.photo_staff {
    display: inline-block;
    width: 50%;
    margin: 0;
  }
}

figure.photo_qa {
  display: block;
  width: 33%;
  margin: 0 0 5% 5%;
  padding: 0 !important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
}
figure.photo_qa img {
  width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 680px) {
  figure.photo_qa {
    width: 36%;
  }
}

/*-------------------------------------------------------
リスト
-------------------------------------------------------*/
ul.txtlist {
  display: inline-block;
  padding: 0;
  margin: 0 0 0.6em 0;
  list-style: none;
  font-size: 16px;
}
@media (max-width: 834px) {
  ul.txtlist {
    font-size: 14px;
  }
}
ul.txtlist li {
  display: inline-block;
  margin: 0;
  padding: 0 0.5em 0.5em 1.2em;
  position: relative;
  text-align: left;
}
ul.txtlist li::before {
  content: "●";
  position: absolute;
  left: 2px;
  top: 5px;
  font-size: 10px;
  color: #0357A5;
}
@media (max-width: 834px) {
  ul.txtlist li::before {
    left: 2px;
    top: 3px;
  }
}
ul.txtlist li a {
  text-decoration: none;
}
ul.txtlist.bli li {
  display: block;
}

ul.linklist {
  display: inline-block;
  padding: 0;
  margin: 0 0 0.6em 0;
  list-style: none;
  font-size: 16px;
}
@media (max-width: 834px) {
  ul.linklist {
    font-size: 12px;
  }
}
ul.linklist li {
  display: block;
  margin: 0;
  padding: 0 0 0.5em 1.2em;
  position: relative;
  text-align: left;
}
ul.linklist li::before {
  content: "▶︎";
  position: absolute;
  left: 2px;
  top: 5px;
  font-size: 10px;
  color: #0357A5;
}
ul.linklist li a {
  text-decoration: none;
}

dl.tbl_list {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 834px) {
  dl.tbl_list {
    padding: 0;
    margin: 0 auto 40px auto;
  }
}
@media (max-width: 680px) {
  dl.tbl_list {
    padding: 0;
    margin: 0 auto 20px auto;
  }
}
dl.tbl_list dt {
  float: left;
  padding: 10px 0;
  margin: 0;
  position: relative;
  width: 8em;
  z-index: 1;
}
dl.tbl_list dt span {
  display: block;
  padding: 0.2em 0.2em;
  margin: 0;
  text-align: center;
}
@media (max-width: 680px) {
  dl.tbl_list dt {
    float: none;
    padding: 10px 0 0 0;
    margin: 0;
    position: relative;
    width: auto;
    z-index: inherit;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
  }
}
dl.tbl_list dd {
  margin: 0 0 0.2em 0;
  padding: 10px 100px 10px 8em;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 680px) {
  dl.tbl_list dd {
    padding: 0px 100px 10px 0;
    border-top: none;
  }
}
dl.tbl_list dd .note {
  margin: 0;
  font-size: 12px;
}
dl.tbl_list dd p {
  margin: 0;
}

/*-------------------------------------------------------
パンくずリスト
-------------------------------------------------------*/
.breadcrumb {
  display: block;
  padding: 5px 0 5px 30px;
  margin: 0;
}
@media (max-width: 680px) {
  .breadcrumb {
    padding: 5px 0 5px 10px;
    margin: 0 0 5% 0;
  }
}
.breadcrumb ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  color: #000;
}
@media (max-width: 834px) {
  .breadcrumb ul {
    font-size: 12px;
  }
}
.breadcrumb ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  text-align: left;
}
.breadcrumb ul li::before {
  display: inline-block;
  content: "／";
  margin: 0 10px 0 0;
}
.breadcrumb ul li:nth-of-type(1)::before {
  display: none;
}
.breadcrumb ul li a {
  color: #000;
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  color: #999;
}

/*-------------------------------------------------------
管理施設一覧
-------------------------------------------------------*/
.facilist {
  display: block;
  padding: 0;
  margin: 0 -2% 2% 0;
  list-style: none;
  font-size: 0;
  overflow: hidden;
  text-align: left;
}
.facilist li {
  display: inline-block;
  vertical-align: top;
  padding: 0 2% 2% 0;
  margin: 0 0 0 0;
  text-align: center;
  width: 50%;
}
@media (max-width: 680px) {
  .facilist li {
    width: 100%;
  }
}
.facilist li h3 {
  margin: 10px 0;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 680px) {
  .facilist li h3 {
    margin: 10px 0 5px 0;
    font-size: 16px;
  }
}
.facilist li ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.6;
}
.facilist li ul li {
  display: block;
  width: inherit;
  margin: 0;
  padding: 0 0 6px 0;
  position: relative;
  text-align: left;
}

/*-------------------------------------------------------
スタッフ詳細
-------------------------------------------------------*/
dl.staffspec {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 834px) {
  dl.staffspec {
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
  }
}
@media (max-width: 680px) {
  dl.staffspec {
    padding: 0;
    margin: 0 auto 20px auto;
  }
}
dl.staffspec dt {
  float: left;
  padding: 10px 0;
  margint: 0;
  position: relative;
  width: 6em;
  z-index: 1;
}
dl.staffspec dt span {
  display: block;
  padding: 0.2em 0.2em;
  margint: 0;
  text-align: center;
}
dl.staffspec dd {
  margin: 0 0 0.2em 0;
  padding: 10px 0 10px 6em;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
dl.staffspec dd .note {
  margin: 0;
  font-size: 12px;
}
dl.staffspec dd p {
  margin: 0;
}

/*-------------------------------------------------------
ナンバーリスト
-------------------------------------------------------*/
ol.list_num {
  padding: 0 0 0 2em;
}

/*-------------------------------------------------------
採用フロー
-------------------------------------------------------*/
ul.step {
  display: block;
  padding: 0;
  margin: 0 -20px 5% 0;
  list-style: none;
  font-size: 0;
  color: #000;
}
ul.step li {
  display: inline-block;
  margin: 0;
  padding: 0 20px 0 0;
  position: relative;
  text-align: left;
  width: 25%;
  font-size: 20px;
  vertical-align: top;
}
@media (max-width: 680px) {
  ul.step li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
ul.step li::before {
  position: absolute;
  top: 50%;
  left: -10px;
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 6px solid #0357A5;
  border-bottom: 4px solid transparent;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 680px) {
  ul.step li::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #0357A5;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
    -webkit-transform: translate(-14px, -12px);
            transform: translate(-14px, -12px);
  }
}
ul.step li:nth-of-type(1)::before {
  display: none;
}
ul.step li .inner {
  background: #0357A5;
  text-align: center;
  color: #fff;
  padding: 20px;
}
ul.step li .inner .icon {
  width: auto;
  height: 70px;
  margin: 10px 0;
}
ul.step li .inner h3 {
  font-size: 18px;
  color: #fff;
  margin: 0 0 10px 0;
}
ul.step li .inner p {
  text-align: left;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/*-------------------------------------------------------
研修一覧
-------------------------------------------------------*/
dl.kenshu_list {
  padding: 0;
  margin: 0 0 5% 0;
  list-style: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 834px) {
  dl.kenshu_list {
    padding: 0;
    margin: 0 auto 40px auto;
  }
}
@media (max-width: 680px) {
  dl.kenshu_list {
    padding: 0;
    margin: 0 auto 20px auto;
    font-size: 0.9em;
  }
}
dl.kenshu_list dt {
  float: left;
  padding: 15px 0;
  margint: 0;
  position: relative;
  width: 14em;
  z-index: 1;
  font-size: 16px;
}
dl.kenshu_list dt span {
  display: block;
  padding: 0.2em 0.2em;
  margint: 0;
  text-align: center;
}
@media (max-width: 680px) {
  dl.kenshu_list dt {
    padding: 15px 0 0 0;
    float: none;
    width: auto;
    z-index: 1;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #0357A5;
  }
}
dl.kenshu_list dd {
  margin: 0 0 0.2em 0;
  padding: 15px 0 15px 14em;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 680px) {
  dl.kenshu_list dd {
    padding: 0 0 15px 0;
    border-top: none;
  }
}
dl.kenshu_list dd .note {
  margin: 0;
  font-size: 12px;
}
dl.kenshu_list dd p {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 680px) {
  dl.kenshu_list dd p {
    font-size: 12px;
    line-height: 1.6;
  }
}

/*-------------------------------------------------------
スタッフの1日
-------------------------------------------------------*/
dl.staffday {
  padding: 0;
  margin: 0 0 5% 0;
  list-style: none;
  display: block;
  text-align: left;
  position: relative;
}
dl.staffday::before {
  content: "";
  widows: 10px;
  height: 100%;
  border-left: 4px solid #0357A5;
  position: absolute;
  top: 0;
  left: 50px;
}
@media (max-width: 680px) {
  dl.staffday {
    padding: 0;
    margin: 10% auto;
  }
  dl.staffday::before {
    display: none;
  }
}
dl.staffday dt {
  float: left;
  padding: 5px 0;
  margin: 0 0 10px 0;
  position: relative;
  width: 100px;
  z-index: 1;
  font-size: 18px;
  line-height: 1.4;
  border: 4px solid #0357A5;
  border-radius: 30px;
  text-align: center;
  background: #fff;
}
@media (max-width: 680px) {
  dl.staffday dt {
    float: none;
    z-index: auto;
    margin: 0 auto 4% auto;
    font-size: 14px;
  }
}
dl.staffday dd {
  margin: 0 0 40px 0;
  padding: 8px 0 0 140px;
  position: relative;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 680px) {
  dl.staffday dd {
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 10% 0;
  }
}
dl.staffday dd .note {
  margin: 0;
  font-size: 12px;
}
dl.staffday dd p {
  margin: 10px 0 0 0;
}
@media (max-width: 680px) {
  dl.staffday dd p {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
  }
}

/*-------------------------------------------------------
サムネール付き一覧
-------------------------------------------------------*/
.thumblist {
  display: block;
  padding: 0;
  margin: 0 0 5% 0;
  list-style: none;
  font-size: 0;
  overflow: hidden;
  text-align: left;
}
@media (max-width: 680px) {
  .thumblist {
    text-align: center;
    margin: 0 0 15% 0;
  }
}
.thumblist li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 33.33%;
}
@media (max-width: 680px) {
  .thumblist li {
    width: 100%;
    margin: 0;
  }
}
.thumblist li a {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
}
.thumblist li a:hover figure img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  opacity: 1;
}
.thumblist li a figure {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #000;
}
@media (max-width: 680px) {
  .thumblist li a figure {
    height: 120px;
  }
}
.thumblist li a figure img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 1;
}
@media (max-width: 680px) {
  .thumblist li a figure img {
    position: static;
    top: 50%;
    opacity: 0.6;
    margin: -20% 0 0 0;
  }
}
.thumblist li a figure:hover img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  opacity: 1;
}
@media (max-width: 680px) {
  .thumblist li a figure:hover img {
    -webkit-transform: none;
            transform: none;
  }
}
.thumblist li a figure figcaption {
  position: absolute;
  top: 50%;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 680px) {
  .thumblist li a figure figcaption {
    font-size: 14px;
  }
}
.thumblist li a h3.ttl_link {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
  position: relative;
}
.thumblist li a h3.ttl_link span {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 900;
}
.thumblist li a h3.ttl_link::after {
  content: "";
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAOCAYAAADNGCeJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAeUlEQVQ4ja3Tyw2BYRAF0EtsrDRAPIrQgJpI/iAUqII/4lHJsbGwIvLN3c/JTDI3+SMYYPLPzDdsgx7TKvCEK2ZV4AE3zKvADg8sq8AtnlglyQjjJPsGs09ywXpYsmJFsPs8swXqcMeiFTo2v8a7TueSpy2t06+ivwCnfn9S9XmQewAAAABJRU5ErkJggg==") center center no-repeat;
  background-size: contain;
  margin: 0 0 -2px 4px;
}
@media (max-width: 680px) {
  .thumblist li a h3.ttl_link {
    font-size: 14px;
  }
}

/*-------------------------------------------------------
トップページスタッフ一覧
-------------------------------------------------------*/
.thumblist2 {
  display: block;
  padding: 0;
  margin: 0 -5% 3% 0;
  list-style: none;
  font-size: 0;
  overflow: hidden;
  text-align: left;
}
@media (max-width: 680px) {
  .thumblist2 {
    text-align: center;
  }
}
.thumblist2 li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5% 0 0;
  margin: 0 0 0 0;
  width: 33.33%;
}
@media (max-width: 680px) {
  .thumblist2 li {
    width: 50%;
    text-align: center;
  }
}
.thumblist2 li a {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
}
.thumblist2 li a figure {
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
  overflow: hidden;
  border: 8px solid #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.thumblist2 li a figure img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
.thumblist2 li a figure:hover {
  opacity: 1;
  border: 8px solid #0357A5;
}
.thumblist2 li a h3.ttl_link {
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 18px;
  text-align: center;
  color: #0357A5;
  position: relative;
}
.thumblist2 li a h3.ttl_link span {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 900;
}
@media (max-width: 834px) {
  .thumblist2 li a h3.ttl_link {
    font-size: 14px;
    margin: 0 0 5px 0;
  }
}
@media (max-width: 680px) {
  .thumblist2 li a h3.ttl_link {
    font-size: 14px;
    margin: 0 0 5px 0;
  }
}
.thumblist2 li a h3.ttl_link::after {
  content: "";
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAOCAYAAADNGCeJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAyElEQVQ4jaXPMS5FQRgF4O8ajcoGiFiDoPS8TUxiNBoNLYmIiOTtQqOZYhZBqO1BCBuwgEk09yYiXnHvnPI/yZfzMyIh5i7EvL6sXxmDYY7XEPNGM1ZLekTGc4h5s3WZWtIdHvASYt5qwnpwgfse3B7u3RRsSIj5Auc4rCW9dSHmNVw3mPvYwd6kN5el9c1LnOnfXG2ArnCKg1rSO0zCQsw3OMGslvQx3EdhIeYOtzjuF33+7scum+OoX/T1txyLPWG3lvT9X/kDsJc2XYSitfAAAAAASUVORK5CYII=") center center no-repeat;
  background-size: contain;
  margin: 0 0 -2px 4px;
}
.thumblist2 li a p {
  font-size: 12px;
}

.tabmenu {
  display: block;
  margin: 0 0 5% 0;
}
.tabmenu ul {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
}
@media (max-width: 680px) {
  .tabmenu ul {
    margin: 0 0 12% 0;
  }
}
.tabmenu ul li {
  display: inline-block;
  width: 33.33%;
  text-align: center;
}
@media (max-width: 680px) {
  .tabmenu ul li {
    width: 33.33%;
    padding: 2px;
  }
}
.tabmenu ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 200;
  display: block;
  padding: 15px 10px 20px 10px;
  position: relative;
  border-bottom: 4px solid #e0e0e0;
  margin: 0 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tabmenu ul li a span {
  display: inline-block;
  font-size: 24px;
  margin: 0 0 0 5px;
}
@media (max-width: 680px) {
  .tabmenu ul li a span {
    display: block;
    font-size: 14px;
    margin: 3px 0 0 0;
  }
}
.tabmenu ul li a:hover {
  border-bottom: 4px solid #0357A5;
}
.tabmenu ul li a:hover::before {
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-left: 1px solid #0357A5;
  border-bottom: 1px solid #0357A5;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 680px) {
  .tabmenu ul li a {
    font-size: 12px;
    border: 1px solid #eee;
    padding: 15px 5px 20px 5px;
  }
  .tabmenu ul li a:hover {
    border: 1px solid #0357A5;
  }
}
.tabmenu ul li a::before {
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-left: 1px solid #0357A5;
  border-bottom: 1px solid #0357A5;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.tabmenu ul li a br {
  display: none;
}
@media (max-width: 680px) {
  .tabmenu ul li a br {
    display: none;
  }
}
.tabmenu ul li.active a {
  border-bottom: 4px solid #0357A5;
}

.tabmenu_s {
  display: block;
  margin: 0 0 5% 0;
}
.tabmenu_s ul {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
}
@media (max-width: 680px) {
  .tabmenu_s ul {
    margin: 0 0 12% 0;
  }
}
.tabmenu_s ul li {
  display: inline-block;
  width: 33.33%;
  text-align: center;
}
@media (max-width: 680px) {
  .tabmenu_s ul li {
    width: 33.33%;
    padding: 2px;
  }
}
.tabmenu_s ul li a {
  text-decoration: none;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 200;
  display: block;
  padding: 15px 10px 20px 10px;
  position: relative;
  border-bottom: 4px solid #e0e0e0;
  margin: 0 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tabmenu_s ul li a:hover {
  border-bottom: 4px solid #0357A5;
}
.tabmenu_s ul li a:hover::before {
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-left: 1px solid #0357A5;
  border-bottom: 1px solid #0357A5;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 680px) {
  .tabmenu_s ul li a {
    font-size: 14px;
    border: 1px solid #eee;
    padding: 15px 5px 20px 5px;
  }
  .tabmenu_s ul li a:hover {
    border: 1px solid #0357A5;
  }
}
.tabmenu_s ul li a::before {
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-left: 1px solid #0357A5;
  border-bottom: 1px solid #0357A5;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.tabmenu_s ul li.active a {
  border-bottom: 4px solid #0357A5;
}

/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px 0;
  background: #fff;
  position: relative;
  zoom: 1;
  z-index: 0;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 42px;
  padding: 0px;
  margin: -20px 0 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a::before {
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  margin-top: 6px;
  margin-left: 10px;
  border-left: 4px solid black;
  border-top: 4px solid black;
  content: "";
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.flex-direction-nav a.flex-next:before {
  margin-left: 0px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.flex-direction-nav .flex-prev {
  left: 0px;
}

.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 0.5;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 0.5;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a::before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -50px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 2px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-nav li a {
  width: 6px;
  height: 6px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-nav li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  cursor: default;
}

.flex-control-thumbs {
  margin: 15px 0 0;
  position: static;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.flex-control-thumbs li {
  display: inline-block;
  width: 80px;
  margin: 4px;
}
.flex-control-thumbs li img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs li img:hover {
  opacity: 0.5;
}
.flex-control-thumbs .flex-active {
  opacity: 0.5;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 1023px) {
  .flexslider {
    margin: 0;
    position: relative;
    zoom: 1;
  }

  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }

  .flex-control-nav li {
    margin: 0 2px;
  }

  .flex-control-paging li a {
    width: 20px;
    height: 4px;
  }

  #detailimg {
    margin: 0px 0 50px 0;
    padding: 0;
  }

  #detailimg .wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .flex-control-thumbs li {
    display: inline-block;
    width: 50px;
    margin: 2px;
  }
}
@media screen and (max-width: 680px) {
  .flex-direction-nav {
    display: none;
  }

  .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
    height: auto;
  }

  .flex-control-nav li {
    margin: 0 1px 0 1px;
    padding: 0;
    height: 0px;
    line-height: 1;
  }

  .flex-control-paging li a {
    width: 20px;
    height: 4px;
    margin: 0;
    padding: 0;
  }
}
/*-------------------------------------------------------
コンテンツページヘッダー
-------------------------------------------------------*/
#cont_header {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 40px;
  margin: 0;
  background: white;
  z-index: 20;
}
#cont_header.fix {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 680px) {
  #cont_header {
    padding: 10px 20px;
  }
}
#cont_header .sitelogo {
  position: relative;
  display: block;
  width: 320px;
  padding: 0;
  margin: 0;
  z-index: 1;
}
#cont_header .sitelogo img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
@media (max-width: 834px) {
  #cont_header .sitelogo {
    width: 26%;
  }
}
@media (max-width: 680px) {
  #cont_header .sitelogo {
    width: 50%;
    margin: 0;
  }
}
#cont_header ul.mainnav {
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-weight: 200;
}
@media (max-width: 680px) {
  #cont_header ul.mainnav {
    display: none;
  }
}
#cont_header ul.mainnav li {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
#cont_header ul.mainnav li a {
  text-decoration: none;
  color: #000;
  background: #fff;
  padding: 10px 20px;
}
#cont_header ul.mainnav li a:hover {
  color: #000;
  background: #f1f1f1;
}

/*-------------------------------------------------------
トップページヘッダー
-------------------------------------------------------*/
#top #cont_header {
  position: absolute;
  background: rgba(255, 255, 255, 0);
  z-index: 20;
}
@media (max-width: 680px) {
  #top #cont_header {
    background: rgba(255, 255, 255, 0);
  }
}
#top #cont_header ul.mainnav li a {
  color: #fff;
  background: rgba(255, 255, 255, 0);
}
#top #cont_header ul.mainnav li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
}

/*-------------------------------------------------------
コンテンツページヘッダー固定
-------------------------------------------------------*/
#cont_header_fix {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 40px;
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 20;
  border-bottom: 1px solid #eee;
}
@media (max-width: 680px) {
  #cont_header_fix {
    display: none;
  }
}
#cont_header_fix .sitelogo {
  position: relative;
  display: block;
  width: 20%;
  padding: 0;
  margin: 0;
  z-index: 1;
}
#cont_header_fix .sitelogo img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
#cont_header_fix ul.mainnav {
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  font-weight: 200;
}
#cont_header_fix ul.mainnav li {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
#cont_header_fix ul.mainnav li a {
  text-decoration: none;
  color: #000;
  background: none;
  padding: 10px 10px;
}
#cont_header_fix ul.mainnav li a:hover {
  color: #000;
  background: #f1f1f1;
}

/*-------------------------------------------------------
SP固定ナビ
-------------------------------------------------------*/
#spnav {
  display: none;
}
@media (max-width: 680px) {
  #spnav {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2px 0 50px;
    margin: 0;
    background: #fff;
    z-index: 50;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }
}
#spnav ul.contact_nav {
  display: table;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
#spnav ul.contact_nav li {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}
#spnav ul.contact_nav li a.btn_contact {
  display: block;
  position: relative;
  padding: 14px 0 14px 0;
  margin: 4px 2px;
  line-height: 1.4;
  text-decoration: none;
  height: inherit;
  color: black;
  background-color: #F0F0F0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  border-radius: 5px;
}
#spnav ul.contact_nav li a.btn_contact:hover {
  background-color: #e0e0e0;
}

/*--------------------------------------------------------------------
サブメニュー
--------------------------------------------------------------------*/
#submenu {
  display: block;
  padding: 20px 40px;
  margin: 0;
  position: relative;
  background: #9abfe2;
  background: -webkit-linear-gradient(315deg, #9abfe2 0%, #0357a5 30%);
  background: linear-gradient(135deg, #9abfe2 0%, #0357a5 30%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9abfe2", endColorstr="#0357a5", GradientType=1);
}
@media (max-width: 680px) {
  #submenu {
    padding: 10px 20px;
  }
}
#submenu .contmenu {
  display: block;
  margin: 0;
  padding: 0;
}
#submenu .contmenu .cont_ttl {
  display: inline-block;
  font-size: 28px;
  font-weight: 200;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
@media (max-width: 680px) {
  #submenu .contmenu .cont_ttl {
    font-size: 20px;
    display: block;
    margin: 0 0 5px 0;
  }
}
#submenu .contmenu .cont_ttl a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
#submenu .contmenu ul {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 40px;
  margin: 0;
  padding: 0;
  font-size: 0;
}
@media (max-width: 680px) {
  #submenu .contmenu ul {
    display: block;
    position: relative;
    top: inherit;
    right: inherit;
  }
}
#submenu .contmenu ul li {
  display: inline-block;
  text-align: center;
}
@media (max-width: 680px) {
  #submenu .contmenu ul li {
    width: 33.33%;
    min-width: auto;
    padding: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#submenu .contmenu ul li a {
  text-decoration: none;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 200;
  display: block;
  padding: 4px 20px 4px 20px;
  position: relative;
  margin: 0;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
#submenu .contmenu ul li a:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 680px) {
  #submenu .contmenu ul li a {
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 5px 5px 5px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #submenu .contmenu ul li a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
#submenu .contmenu ul li.active a {
  border-bottom: 2px solid #fff;
}
@media (max-width: 680px) {
  #submenu .contmenu ul li.active a {
    background: rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}

/*-------------------------------------------------------
フッター
-------------------------------------------------------*/
footer {
  position: relative;
  display: block;
  padding: 5% 0;
  margin: 5% 0 0 0;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 680px) {
  footer {
    padding: 5% 0 20% 0;
    margin: 10% 0 0 0;
    background: none;
  }
}
footer::before {
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  background: url("../img/common/mark_yama.png") center bottom no-repeat;
  background-size: 40px;
}
footer ul.link_footer {
  display: block;
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}
@media (max-width: 680px) {
  footer ul.link_footer {
    margin: 0 0 20px 0;
  }
}
footer ul.link_footer li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  clear: both;
  font-size: 12px;
  vertical-align: middle;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 680px) {
  footer ul.link_footer li {
    text-align: center;
  }
}
footer ul.link_footer li a {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  height: inherit;
  color: #000;
}
footer ul.link_footer li a:hover {
  color: #0357A5;
}
@media (max-width: 680px) {
  footer ul.link_footer li a {
    margin: 0;
  }
}
footer .companyname {
  display: block;
  margin: 30px auto 0 auto;
  font-size: 24px;
  font-family: serif;
}
footer .companyname img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
@media (max-width: 680px) {
  footer .companyname {
    font-size: 16px;
  }
}
footer copyright {
  display: block;
  padding: 20px 0;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 680px) {
  footer copyright {
    padding: 6px 0 30px 0;
    font-size: 9px;
  }
}

/*--------------------------------------------------------------------
バーガーメニュー
--------------------------------------------------------------------*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.overflow-hidden {
  overflow: hidden;
}
body.overflow-hidden::after {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  z-index: 10;
  cursor: pointer;
}

body::after {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0);
  z-index: -1;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

/*--------------------------------------------------------------------
トリガー
--------------------------------------------------------------------*/
.menubar {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  z-index: 50;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.menubar.is-visible {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.menubar.menu-is-open {
  background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 680px) {
  .menubar {
    display: block;
    top: inherit;
    right: inherit;
    left: 0px;
    bottom: 0px;
  }
}

.navtriger {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.navtriger .trigerbar {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 25px;
  height: 2px;
  background-color: #000;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.navtriger .trigerbar::before,
.navtriger .trigerbar:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s, top 0.3s, background-color 0s;
  -webkit-transition: top 0.3s, background-color 0s, -webkit-transform 0.3s;
  transition: top 0.3s, background-color 0s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s, background-color 0s;
  transition: transform 0.3s, top 0.3s, background-color 0s, -webkit-transform 0.3s;
}
.navtriger .trigerbar::before {
  top: -10px;
}
.navtriger .trigerbar::after {
  top: 10px;
}
.navtriger .trigerbar.is-clicked {
  background-color: rgba(112, 112, 112, 0);
}
.navtriger .trigerbar.is-clicked::before,
.navtriger .trigerbar.is-clicked::after {
  background-color: #000;
}
.navtriger .trigerbar.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navtriger .trigerbar.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/*--------------------------------------------------------------------
メニュー一覧
--------------------------------------------------------------------*/
#navmenu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 25;
  text-align: left;
  padding: 30px 0px 60px 0px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: scroll;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#navmenu.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 680px) {
  #navmenu {
    height: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
#navmenu .inner {
  display: block;
  width: 90%;
  max-width: 960px;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  margin: 0 auto;
  padding: 5%;
  overflow: scroll;
}
@media (max-width: 680px) {
  #navmenu .inner {
    max-height: inherit;
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#navmenu h1 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  margin: 0 0 30px 0;
  color: #0357A5;
}
@media (max-width: 680px) {
  #navmenu h1 {
    margin: 0 0 20px 0;
  }
}
#navmenu h1 span {
  display: block;
  font-size: 16px;
}
#navmenu h1 a {
  text-decoration: none;
  color: #0357A5;
}
#navmenu h1 img {
  display: block;
  width: 70%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 680px) {
  #navmenu h1 img {
    width: 70%;
  }
}
#navmenu h2 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  padding: 0 0 5px 0;
  margin: 0 15px 10px 0;
  color: #0357A5;
}
@media (max-width: 680px) {
  #navmenu h2 {
    margin: 30px 0 10px 0;
    font-size: 16px;
  }
}
#navmenu ul {
  display: block;
  vertical-align: top;
  padding: 0;
  margin: 0 -15px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  font-size: 0;
  text-align: left;
}
@media (max-width: 680px) {
  #navmenu ul {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
}
#navmenu ul:nth-of-type(1) {
  padding: 0 0 15px 0;
  margin: 0 -15px 0px 0;
}
@media (max-width: 680px) {
  #navmenu ul:nth-of-type(1) {
    padding: 20px 0;
    margin: 0 0 20px 0;
  }
}
#navmenu ul:nth-of-type(3) {
  padding: 0 0 15px 0;
  margin: 0 -15px 0 0;
  text-align: center;
}
@media (max-width: 680px) {
  #navmenu ul:nth-of-type(3) {
    padding: 0;
    margin: 0;
  }
}
#navmenu ul li {
  width: 25%;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  padding: 0 15px 15px 0;
  font-family: serif;
  font-weight: normal;
}
@media (max-width: 680px) {
  #navmenu ul li {
    width: 100%;
    padding: 0 0 5px 0;
  }
}
#navmenu ul li.wide {
  width: 33.33%;
  font-size: 18px;
}
@media (max-width: 834px) {
  #navmenu ul li.wide {
    width: 50%;
  }
}
@media (max-width: 680px) {
  #navmenu ul li.wide {
    font-size: 14px;
    width: 100%;
    padding: 0 0 5px 0;
  }
}
#navmenu ul li a {
  display: block;
  text-decoration: none;
  padding: 12px 10px;
  margin: 0;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  color: #000;
  border: none;
  text-align: center;
  background: #fff;
  border: 2px solid #f1f1f1;
  position: relative;
}
@media (max-width: 680px) {
  #navmenu ul li a {
    padding: 10px 20px;
  }
}
#navmenu ul li a::after {
  content: "";
  display: block;
  padding: 0;
  margin: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #0357A5;
  border-right: 1px solid #0357A5;
  position: absolute;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  top: 50%;
  left: 10px;
}
#navmenu ul li a:hover {
  background: #f1f1f1;
  color: #000;
  border: 2px solid #253251;
}
#navmenu ul li a.btn_contact {
  border: none;
  background: #0357A5;
  color: #fff;
}
#navmenu ul li a.btn_contact::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#navmenu ul li a.btn_contact:hover {
  background: #0e77d8;
  color: #fff;
}
#navmenu .mds {
  font-family: serif;
  font-size: 20px;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 680px) {
  #navmenu .mds {
    margin: 30px 0 10px 0;
    font-size: 16px;
  }
}
#navmenu .tel {
  font-family: serif;
  font-size: 20px;
  line-height: 1.4;
  padding: 5px 0;
  text-align: center;
}
#navmenu .tel .tel_num {
  font-size: 28px;
  line-height: 1.4;
  padding: 0 0 0 5px;
}
@media (max-width: 680px) {
  #navmenu .tel .tel_num {
    font-size: 24px;
  }
}

/*-------------------------------------------------------
トップページ
-------------------------------------------------------*/
#mainimg {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 680px) {
  #mainimg {
    height: 100vw;
  }
}
#mainimg .leadmain {
  display: inline-block;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 30px;
  text-align: center;
  font-weight: 200;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.4em;
}
#mainimg .leadmain br {
  display: none;
}
@media (max-width: 834px) {
  #mainimg .leadmain {
    font-size: 24px;
    top: 50%;
  }
}
@media (max-width: 680px) {
  #mainimg .leadmain {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    top: 50%;
  }
  #mainimg .leadmain br {
    display: block;
  }
}

@-webkit-keyframes toLeft {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
  }
}

@keyframes toLeft {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
  }
}
@-webkit-keyframes toRight {
  0% {
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes toRight {
  0% {
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomOut 14s linear 0s 1 normal both;
          animation: zoomOut 14s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 680px) {
  .slide-img img {
    display: block;
    margin: 0 auto 0 -30%;
    width: 160%;
    height: auto;
  }
}

@media (max-width: 680px) {
  .swiper-button-prev,
.swiper-button-next {
    display: none;
  }

  .swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    -webkit-animation: zoomUp 14s linear 0s 1 normal both;
            animation: zoomUp 14s linear 0s 1 normal both;
  }
}
/*-------------------------------------------------------
トップページ
-------------------------------------------------------*/
.intro {
  display: block;
  position: relative;
  margin: 0;
  padding: 3% 0 3% 0;
  background: #9abfe2;
  background: -webkit-linear-gradient(315deg, #9abfe2 0%, #0357a5 30%);
  background: linear-gradient(135deg, #9abfe2 0%, #0357a5 30%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9abfe2", endColorstr="#0357a5", GradientType=1);
}
@media (max-width: 680px) {
  .intro {
    padding: 7% 0;
  }
}
.intro .lead {
  color: #fff;
  text-align: left;
  margin: 0;
}
@media (max-width: 680px) {
  .intro .lead {
    text-align: left;
  }
}

.facility {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  background: #fff;
}
@media (max-width: 680px) {
  .facility {
    padding: 0;
  }
}
.facility a.btn {
  color: #fff;
  border: 3px solid #fff;
}
.facility a.btn:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.3);
}
.facility a.btn::after {
  content: "";
  width: 20px;
  height: 16px;
  position: relative;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAOCAYAAADNGCeJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAeUlEQVQ4ja3Tyw2BYRAF0EtsrDRAPIrQgJpI/iAUqII/4lHJsbGwIvLN3c/JTDI3+SMYYPLPzDdsgx7TKvCEK2ZV4AE3zKvADg8sq8AtnlglyQjjJPsGs09ywXpYsmJFsPs8swXqcMeiFTo2v8a7TueSpy2t06+ivwCnfn9S9XmQewAAAABJRU5ErkJggg==") center center no-repeat;
  background-size: contain;
  margin: 0 0 -2px 4px;
}

/*-------------------------------------------------------
コンテンツ
-------------------------------------------------------*/
.contintro {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.contintro .contimg {
  display: block;
  margin: 0 0 5% 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.contintro .contimg img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 680px) {
  .contintro .contimg img {
    width: 200%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.contintro .contimg figcaption {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.contintro .contimg figcaption h1 {
  color: #fff;
  letter-spacing: 0.4em;
  font-size: 30px;
  line-height: 1;
  font-weight: 200;
}
@media (max-width: 680px) {
  .contintro .contimg figcaption h1 {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

.cont {
  display: block;
  position: relative;
  margin: 0;
  padding: 3% 0 3% 0;
}
@media (max-width: 680px) {
  .cont {
    padding: 5% 0 5% 0;
  }
}
.cont .inner {
  display: block;
  position: relative;
  margin: 0;
  padding: 2% 0 2% 0;
}

/*-------------------------------------------------------
スタッフの声
-------------------------------------------------------*/
.voice {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.voice .lead_voice {
  margin: 3% 0 3% 0;
  padding: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 834px) {
  .voice .lead_voice {
    font-size: 18px;
  }
  .voice .lead_voice br {
    display: none;
  }
}
@media (max-width: 680px) {
  .voice .lead_voice {
    font-size: 16px;
  }
  .voice .lead_voice br {
    display: none;
  }
}
.voice .lead_voice::after {
  content: "";
  display: inline-block;
  width: 3em;
  height: 1px;
  margin: 0 0 0 10px;
  border-bottom: 1px solid #0357A5;
  -webkit-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
}
@media (max-width: 680px) {
  .voice .lead_voice::after {
    width: 1em;
    vertical-align: middle;
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
}
.voice .vtxt {
  margin: 0 0 5% 0;
  padding: 0 0 0 2em;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 834px) {
  .voice .vtxt {
    font-size: 16px;
  }
  .voice .vtxt br {
    display: none;
  }
}
@media (max-width: 680px) {
  .voice .vtxt {
    font-size: 14px;
    line-height: 1.6;
    padding: 0;
  }
  .voice .vtxt br {
    display: none;
  }
}

/*-------------------------------------------------------
代表挨拶
-------------------------------------------------------*/
.greeting {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 30%;
}
.greeting::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 680px) {
  .greeting {
    padding: 0;
  }
}
.greeting .photo_president {
  display: block;
  width: 20%;
  margin: 0 auto 30px auto;
  position: absolute;
  top: 0;
  left: 0;
}
.greeting .photo_president img {
  width: 100%;
  height: auto;
  margin: 0;
}
@media (max-width: 680px) {
  .greeting .photo_president {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: inherit;
    left: inherit;
  }
}
.greeting .photo_president figcaption {
  font-size: 12px;
  line-height: 1.8;
  margin: 20px 0;
  font-family: serif;
}
.greeting .photo_president figcaption span {
  font-size: 24px;
  display: block;
}
.greeting p {
  font-size: 18px;
  line-height: 2.6;
}
@media (max-width: 680px) {
  .greeting p {
    font-size: 14px;
    line-height: 1.8;
  }
  .greeting p br {
    display: none;
  }
}

/*-------------------------------------------------------
ギャラリー
-------------------------------------------------------*/
.gallery {
  display: block;
  margin: 0;
  padding: 5% 0 5% 0;
  text-align: center;
}
.gallery ul {
  display: block;
  padding: 0;
  margin: 0 0 3% 0;
  list-style: none;
  font-size: 0;
  overflow: hidden;
  text-align: left;
}
.gallery ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 0 0 0;
  text-align: center;
  width: 16.66667%;
}
@media (max-width: 680px) {
  .gallery ul li {
    width: 25%;
  }
}
.gallery ul li a {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
  background: white;
  color: white;
  text-decoration: none;
}
.gallery ul li a:hover {
  background: white;
  color: white;
}
.gallery ul li a:hover .item_txt {
  opacity: 0;
}
.gallery ul li a:hover figure img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  opacity: 1;
}
.gallery ul li a figure {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.gallery ul li a figure img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 1;
}
.gallery ul li a figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 10px 10px 10px 20px;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background: #0357A5;
}