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, menu, nav, section, summary {
  display: block;
}

body {
  font-family: "qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI","Meiryo",verdana,Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
  color: #333333;
  font-size: 16px;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
}

a {
  outline: none !important;
  text-decoration: none;
}

a:link, a:visited {
  color: #333333;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

a:hover, a:focus, a:active {
  color: #333333;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.sp {
  display: none;
}

img.sp {
  display: none;
}

span.sp {
  display: none;
}

a.sp {
  display: none;
}

.pc {
  display: block;
}

img.pc {
  display: inline-block;
}

span.pc {
  display: inline;
}

a.pc {
  display: inline;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

.pkzl {
  background: #fff;
  padding: 10px 0 25px;
}

.pkzl p {
    width: 960px;
    max-width: 95%;
    font-size: 14px;
    color: #777777;
    margin: 5px auto;
    line-height: 1.5;
}
.pkzl a,
.pkzl a:link,
.pkzl a:visited {
  color: #4d9cc2;
  text-decoration: none;
}

.pkzl a:hover,
.pkzl a:active {
  color: #4d9cc2;
  text-decoration: underline;
}

.container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.container:after {
  content: '';
  clear: both;
  display: block;
}

.mv {
  margin-bottom: 55px;
  padding-bottom: 20px;
}

.intro {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.intro_inner {
    max-width: 1000px;
    width: 90%;
    border: 1px solid #000;
    padding: 60px 0;
    position: relative;
}
.intro_inner::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -5px;
  right: -5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  
}
.intro_text {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.5;
}
.intro_text strong{
  color: #009E96;
}
.contentnav {
  position: relative;
  background-color: #f3f1f1;
}
.contentnav h3 {
  position: absolute;
  top: -13px;
  left: 0;
  width: 100%;
  text-align: center;
}
.contentnav h3 img {
  width: 100px;
}
.contentnav .nav1 {
  margin-bottom: 30px;
  padding: 40px 25px 0;
}
.contentnav .nav1:after {
  content: '';
  clear: both;
  display: block;
}
.contentnav .nav1 ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    margin: 0 -75px;
}
.contentnav .nav1 ul:after {
  content: '';
  clear: both;
  display: block;
}
.contentnav .nav1 ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 282px;
}
.contentnav .nav1 ul li + li {
  margin-left: 7px;
}
.nav_bnr {
    text-align: center;
    padding: 65px 0 50px;
}
.contentnav a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.con {
  padding: 100px 0;
}
.con .ttl {
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: solid 5px #f0eeed;
  text-align: center;
}
.con .lead {
  margin-bottom: 60px;
  font-size: 23px;
  line-height: 2;
}

.con1 .nav{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.con1 .nav li {
  margin-bottom: 50px;
}
.con1 a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.con2{
  background: #F3F1F1;
}
.con2 .ttl {
    border-bottom: solid 5px #fff;
}
.con2 .nav{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.con2 .nav li {
  margin-bottom: 50px;
}
.con2 a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.con3 .btn {
    text-align: center;
    width: 90%;
    margin: 50px auto 0;
}
.con3 a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.con4{
  background: #F3F1F1;
}
.con4 .ttl {
    border-bottom: solid 5px #fff;
}
.con4 .nav{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.con4 .nav li {
  margin-bottom: 50px;
}
.con4 a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.con5{
  border-bottom: 10px solid #F6F6F5;
  position: relative
}
.con5_link{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.con5 .nav{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.con5 .nav li {
  margin-bottom: 50px;
}



.con7 .img01 {
  margin-bottom: 60px;
}
.con7 .cpt {
    margin: 0 auto;
    padding: 0 0 60px;
}
.con7 .cpt dt {
    float: left;
    width: 327px;
}
.con7 .cpt dd {
	font-size: 24px;
	line-height: 1.66;
    text-align: center;
    margin-top: -10px;
}
.con7 .cpt dd strong {
	font-weight: bold;
}

.con7 .nav:after {
  content: '';
  clear: both;
  display: block;
}
.con7 .nav li {
  float: left;
  width: 455px;
  text-align: center;
}
.nav li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.con7 .nav li p {
  margin-top: 15px;
  font-size: 17px;
  font-weight: bold;
}
.con7 .nav li:nth-child(even) {
  float: right;
}
.footer {
  padding: 20px;
  background-color: #777777;
}
.footer p {
  text-align: center;
}
.footer img {
  width: 350px;
}

.page_top {
  position: fixed;
  right: -10px;
  bottom: 20px;
  z-index: 9999;
  display: none;
}
.page_top a {
  display: block;
  padding: 15px;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  background: #009e96;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -ms-border-radius: 6px 0 0 6px;
  -o-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.page_top a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 5vw;
  }

  .alignright {
    float: none;
    margin-left: 0;
  }

  .alignleft {
    float: none;
    margin-right: 0;
  }

  .sp {
    display: block;
  }

  img.sp {
    display: inline-block;
  }

  span.sp {
    display: inline;
  }

  a.sp {
    display: inline;
  }

  .pc {
    display: none;
  }

  img.pc {
    display: none;
  }

  span.pc {
    display: none;
  }

  a.pc {
    display: none;
  }

  .container {
    width: 100%;
  }

  .mv {
    margin-bottom: 0;
  }
  .intro_inner {
    padding: 30px 5%;
    box-sizing: border-box;
}
  .intro_text {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.5;
}
  .contentnav {
    padding-top: 0.8em;
  }
  .contentnav h3 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0.5em;
  }
  .contentnav h3 img {
    width: 4.5em;
  }
  .contentnav .nav1 {
    margin-bottom: 0;
    padding: 0 0.5em;
  }
  .contentnav .nav1 ul {
    margin: 0;
  }
  .contentnav .nav1 ul li {
    float: none;
    width: 100%;
    margin-bottom: 0.25em;
  }
  .contentnav .nav1 ul li + li {
    margin-left: 0;
  }
.nav_bnr {
    padding: 8px 0 50px;
}

  .con {
    padding: 2.6em 0;
  }
  .con .ttl {
    margin: 0 1.05em 1em;
    padding-bottom: 1em;
  }
  .con .lead {
    margin: 0 1.4em 2.5em;
    font-size: 75%;
    line-height: 1.7;
  }

  .con1 .nav {
    padding: 0 0.53em;
  }
  .con1 .nav li {
    width: 100%;
    margin-bottom: 2.5%;
    max-width: 49%;
}
  .con1 a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
  }

  .con2 .nav {
    padding: 0 0.53em;
  }
  .con2 .nav li {
    width: 100%;
    margin-bottom: 2.5%;
    max-width: 49%;
}
  .con4 .nav {
    padding: 0 0.53em;
  }
  .con4 .nav li {
    width: 100%;
    margin-bottom: 2.5%;
    max-width: 49%;
}
  .con5 .nav {
    padding: 0 0.53em;
  }
  .con5 .nav li {
    width: 100%;
    margin-bottom: 2.5%;
    max-width: 49%;
}
  .con7 .img01 {
    margin: 0 1.05em 1.8em;
  }
  .con7 .cpt {
    width: 86.666%;
    margin: 0 auto;
  }
  .con7 .cpt dt {
    float: none;
    width: 100%;
  }
  .con7 .cpt dd {
    background-size: 100% auto;
    font-size: 4vw;
    line-height: 1.66;
    text-align: center;
    padding: 0;
  }
  .con7 .cpt dd strong {
    font-size: 4.4vw;
    line-height: 1.51;
    font-weight: bold;
  }
  .con7 .nav {
    padding: 0 1.05em;
  }
  .con7 .nav li {
    float: none;
    width: 100%;
  }
  .con7 .nav li p {
    margin-top: 0.5em;
    font-size: 88%;
  }
  .con7 .nav li:nth-child(even) {
    float: none;
    margin-top: 2em;
  }
  .footer {
    padding: 0.7em;
  }
  .footer img {
    width: 11em;
  }
}
@media only screen and (min-width: 769px) {
  /*------------ HEADER ------------*/
  #header {
    border-top: #009e96 solid 3px;
    border-bottom: #009e96 solid 2px;
  }

  #header .inner {
    width: 960px;
    margin: 20px auto 0;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
  }

  #header h1 {
    margin-left: 5px;
  }

  #header p {
    font-size: 14px;
    color: #000000;
    position: absolute;
    left: 117px;
    line-height: 1.571;
    top: 5px;
  }

  #header p span {
    font-size: 18px;
    color: #009e96;
  }

  #header ul {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 0;
  }

  #header ul li {
    display: inline-block;
  }

  #header ul li a {
    display: block;
    font-size: 13px;
    line-height: 1.7;
    color: #000;
    text-decoration: none;
    position: relative;
  }

  #header ul li:nth-child(1) a {
    padding-left: 31px;
  }

  #header ul li:nth-child(2) a {
    padding-left: 41px;
  }

  #header ul li:nth-child(1) a:before {
    content: "";
    display: block;
    background: url(../img/icon01.png) no-repeat left top;
    width: 29px;
    height: 27px;
    position: absolute;
    left: 0;
    top: -3px;
  }

  #header ul li:nth-child(2) a:before {
    content: "";
    display: block;
    background: url(../img/icon02.png) no-repeat left top;
    width: 34px;
    height: 37px;
    position: absolute;
    left: 0;
    top: -7px;
  }

  #header ul li:nth-child(1) {
    margin-right: 12px;
  }

  #header a,
  #header a:link,
  #header a:visited,
  #header a:hover,
  #header a:active {
    color: #009e96;
    text-decoration: none;
  }

  ._hover {
    opacity: 1;
    transition: all 0.4s;
  }

  ._hover:hover {
    opacity: 0.7;
  }

  /*------------ FOOTER ------------*/
  #footer {
    background: #777777;
    padding: 29px 0 25px;
    text-align: center;
    line-height: 0.1;
  }

  #footer img {
    width: 446px;
  }
}
@media only screen and (max-width: 768px) {
  /*------------ HEADER ------------*/
  #header {
    width: 100%;
    margin: 0px auto 2px;
    position: relative;
    border-top: #009e96 solid 0.8vw;
    border-bottom: #009e96 solid 0.2666vw;
  }

  #header h1 img {
    height: auto;
  }

  #header h1 {
    margin-left: 0px;
    padding: 1.33vw 0 1.33vw 1.33vw;
    width: 13.86vw;
  }

  #header p,
  #header ul li.ec {
    display: none;
  }

  #header ul {
    position: absolute;
    right: 2.5vw;
    top: 2.5vw;
  }

  #header ul li {
    display: inline-block;
  }

  #header ul li a {
    display: block;
    font-size: 3.2vw;
    line-height: 2;
    text-decoration: none;
    position: relative;
  }

  #header ul li:nth-child(2) a {
    padding-left: 8vw;
  }

  #header ul li:nth-child(2) a:before {
    content: "";
    display: block;
    background: url(../img/icon02.png) no-repeat left top;
    background-size: 100% auto;
    width: 7vw;
    height: 7.5vw;
    position: absolute;
    left: 0;
    top: -0.6vw;
  }

  #header a,
  #header a:link,
  #header a:visited,
  #header a:hover,
  #header a:active {
    color: #009e96;
    text-decoration: none;
  }

  /*------------ FOOTER ------------*/
  #footer {
    background: #777777;
    padding: 3.866vw 0 3.2vw;
    text-align: center;
    line-height: 0.1;
  }

  #footer img {
    width: 59.466vw;
    height: auto;
  }
}
