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;
}

.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;
}
.intro {
    padding-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro_head {
    text-align: center;
    padding-bottom: 7px;
    position: relative;
    font-size: 200%;
    font-weight: bold;
}
.intro_head::after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/intro_line.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.intro_com {
    text-align: center;
    margin-top: 40px;
    line-height: 2;
    font-size: 150%;
}
.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;
}
.contentnav .nav2 {
  padding: 30px 0;
  background: url("../img/nav_bg.png") repeat 0 0;
}
.contentnav .nav2:after {
  content: '';
  clear: both;
  display: block;
}
.contentnav .nav2 ul {
  display: flex;
  gap: 10px 1%;
  flex-wrap: wrap;
  justify-content: center;
}
.contentnav .nav2 li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49%;
  text-align: right;
}
.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:after {
  content: '';
  clear: both;
  display: block;
}
.con1 .nav li {
  float: left;
  width: 450px;
  margin-bottom: 90px;
}
.con1 .nav li:nth-child(even) {
  float: right;
}
.con1 .nav li.bnr {
  width: 100%;
  text-align: center;
}
.con1 a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.con2 {
  padding-bottom: 30px;
}
.con2 .ttl {
  border-bottom: solid 5px #ffffff;
}
.con2 .nav:after {
  content: '';
  clear: both;
  display: block;
}
.con2 .nav li {
  float: left;
  width: 450px;
  margin-bottom: 60px;
}
.con2 .nav li:nth-child(even) {
  float: right;
}
.con2 .nav li.bnr_style {
  width: 100%;
  text-align: center;
}
.con2 .att {
  margin: 25px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
}
.con2 a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.con3 {
  background-color: #f2f1f1;
}
.con3 .nav li {
  float: left;
  width: 450px;
  margin-bottom: 40px;
}
.con3 .nav li.bnr_style {
  width: 100%;
  text-align: center;
}
.con4 {
}
.con4 .ttl {
  border-bottom: solid 5px #ffffff;
}
.con4 .nav li + li {
  margin-top: 50px;
}

.con5 .service {
  margin-bottom: 65px;
}
.con5 .service:after {
  content: '';
  clear: both;
  display: block;
}
.con5 .service li {
  float: left;
  width: 49%;
  margin-bottom: 10px;
}
.con5 .service li:nth-child(even) {
  margin-left: 2%;
}
.con5 .att {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.con5 .morebtn {
  text-align: center;
}
.con5 .morebtn img {
  width: 430px;
}
.con5 .morebtn a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.con6 {
  padding-bottom: 60px;
  background-color: #f3f1f1;
}
.con6 .ttl {
  border-bottom: solid 5px #ffffff;
}
.con6 .boxset {
  padding: 20px 0;
}
.con6 .boxset:after {
  content: '';
  clear: both;
  display: block;
}
.con6 .boxset .box {
  float: left;
  width: 490px;
}
.con6 .boxset .box:nth-child(even) {
  float: right;
}
.con6 .boxset .box ul {
  padding: 20px;
}
.con6 .boxset .box ul li {
  margin-bottom: 0.5em;
  padding: 0.2em 0 0.2em 1.7em;
  font-size: 17px;
  background: url("../img/check_icon.png") no-repeat left center;
  background-size: contain;
}
.con6 .boxset a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.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;
}
.con8{
  background-color: #f2f1f1;
}
.con9 {
    background-color: #f2f1f1;
}
.con9 .ttl {
    border-bottom: solid 5px #ffffff;
}
.con9 .nav li {
  margin:20px auto 0;
}
.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;
  }
  .pc_br{
    display: none;
  }
  .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 {
    padding: 40px 5%;
}
.intro_head {
    font-size: 150%;
}
.intro_com {
    font-size: 95%;
    text-align: left;
}
  .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;
  }
  .contentnav .nav2 {
    padding: 0 0.5em 0.8em;
    background-image: none;
  }
  .contentnav .nav2 ul {
    gap: 0px 1%;
}
  .contentnav .nav2 li {
    float: none;
    width: 100%;
    margin-bottom: 0.25em;
    text-align: center;
  }
  .contentnav .nav2 li:first-child {
    text-align: center;
  }

  .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 {
    float: none;
    width: 100%;
    margin-bottom: 2.1em;
  }
  .con1 .nav li:nth-child(even) {
    float: none;
  }
  .con1 a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
  }

  .con2 .nav {
    padding: 0 0.53em;
  }
  .con2 .nav li {
    float: none;
    width: 100%;
    margin-bottom: 2.1em;
  }
  .con2 .nav li:nth-child(even) {
    float: none;
  }
  .con2 .att {
    margin-top: 0;
    margin-bottom: 0.625em;
    font-size: 80%;
  }

  .con3 {
    padding-bottom: 1em;
  }
  .con3 .nav{
    padding: 0 0.53em;
  }
  .con4 .nav li {
    margin: 0 0.53em;
  }
  .con4 .nav li + li {
    margin-top: 1.5em;
  }

  .con5 .service {
    margin: 0 0.5em 3em;
  }
  .con5 .service li {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
  .con5 .service li:nth-child(even) {
    margin-left: 0;
  }
  .con5 .att {
    margin-bottom: 1.3em;
    font-size: 96%;
    line-height: 1.5;
  }
  .con5 .morebtn img {
    width: 16em;
  }

  .con6 {
    padding-bottom: 1em;
  }
  .con6 .boxset {
    padding: 0.8em 1.05em;
  }
  .con6 .boxset .box {
    float: none;
    width: 100%;
  }
  .con6 .boxset .box:nth-child(even) {
    float: none;
  }
  .con6 .boxset .box ul {
    padding: 0.8em;
  }
  .con6 .boxset .box ul li {
    font-size: 75%;
  }

  .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;
  }
  .con8 .nav li {
    margin: 0 0.53em;
  }
  .con9 .nav li {
    margin: 20px 0.53em;
  }

  .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;
  }
}
