/******* setting.scss *******/
/******* mixin.scss *******/
/******* reset.scss *******/
/* line 4, ../sass/_reset.scss */
html,
body {
  margin: 0;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

/* line 15, ../sass/_reset.scss */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, table, th, td, address, textarea, input, figure {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #333;
  font-style: normal;
  line-height: 161%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  box-sizing: border-box;
}

/* line 27, ../sass/_reset.scss */
table {
  margin-bottom: 80px;
}
/* line 29, ../sass/_reset.scss */
table tr {
  border-top: 1px #ccc dotted;
}
/* line 31, ../sass/_reset.scss */
table tr:last-child {
  border-bottom: 1px #ccc dotted;
}
/* line 34, ../sass/_reset.scss */
table tr th, table tr td {
  padding: 40px 20px;
  box-sizing: border-box;
}
/* line 39, ../sass/_reset.scss */
table tr td input {
  border: none;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
/* line 45, ../sass/_reset.scss */
table tr td textarea {
  width: 100% !important;
  height: 300px !important;
  border: none;
  box-sizing: border-box;
}

/* line 54, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 880px;
}

/* line 60, ../sass/_reset.scss */
caption {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 65, ../sass/_reset.scss */
td, th {
  vertical-align: middle;
}

/* line 68, ../sass/_reset.scss */
th {
  border-top: solid 1px #339966;
  width: 25%;
  padding-right: 0;
}

/* line 73, ../sass/_reset.scss */
td {
  border-top: dotted 1px #339966;
  width: 75%;
}

/* line 78, ../sass/_reset.scss */
tr:last-child th {
  border-bottom: solid 1px #339966;
}
/* line 81, ../sass/_reset.scss */
tr:last-child td {
  border-bottom: dotted 1px #339966;
}

/* line 85, ../sass/_reset.scss */
fieldset, img, abbr {
  border: none;
}

/* line 88, ../sass/_reset.scss */
li {
  list-style-type: none;
}

/* line 92, ../sass/_reset.scss */
strong {
  font-weight: bold;
}

/* line 96, ../sass/_reset.scss */
a {
  color: #339966;
  transition: 0.3s;
}

/* line 100, ../sass/_reset.scss */
a:hover {
  text-decoration: none;
}

/* line 104, ../sass/_reset.scss */
img {
  vertical-align: bottom;
}

/* line 108, ../sass/_reset.scss */
.inner {
  width: 1200px;
  margin: 0 auto;
}

/* line 113, ../sass/_reset.scss */
br.sp {
  display: none;
}

/* line 117, ../sass/_reset.scss */
.btn {
  width: 200px;
  text-align: center;
}
/* line 120, ../sass/_reset.scss */
.btn a {
  display: block;
  padding: 10px 0;
  color: #fff;
  border-radius: 10px;
  background-color: #339966;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.15));
  text-align: center;
  text-decoration: none;
}
/* line 129, ../sass/_reset.scss */
.btn a:hover {
  opacity: 0.7;
}

/* line 135, ../sass/_reset.scss */
.btnw {
  border: 1px solid #fff;
  width: 200px;
  text-align: center;
}
/* line 139, ../sass/_reset.scss */
.btnw a {
  display: block;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
/* line 146, ../sass/_reset.scss */
.btnw a:hover {
  opacity: 1;
  background: #fff;
  color: #339966;
}

/* line 154, ../sass/_reset.scss */
.vaArea {
  background: url("../img/common/h1bg.jpg") 50% top no-repeat;
  width: 100%;
  padding-top: 690px;
  margin-bottom: 80px;
}
/* line 160, ../sass/_reset.scss */
.vaArea .inner h1 {
  display: block;
  width: 400px;
  background-color: #339966;
  border-radius: 20px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 40px;
  color: #fff;
  font-size: 161%;
  font-weight: lighter;
}
/* line 171, ../sass/_reset.scss */
.vaArea .inner h1 strong {
  font-size: 161%;
  font-weight: lighter;
}

/******header******/
/* line 6, ../sass/common.scss */
.wrapper {
  min-width: 1200px;
  text-align: left;
  position: relative;
}

/* line 12, ../sass/common.scss */
header {
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  border-top: 5px solid #339966;
  width: 100%;
  min-height: 225px;
  background: url("../img/common/headerBg.png") 50% top repeat-x;
}
/* line 22, ../sass/common.scss */
header .inner {
  position: relative;
  width: 1200px;
}
/* line 25, ../sass/common.scss */
header .inner p.logo {
  margin: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  width: 143px;
  height: 187px;
  z-index: 100;
}
/* line 35, ../sass/common.scss */
header .inner p.logo a {
  display: block;
  width: 143px;
  height: 187px;
  background: url(../img/common/logo.png) 50% 50% no-repeat;
  text-indent: -9999px;
}
/* line 43, ../sass/common.scss */
header .inner nav {
  position: absolute;
  width: 1200px;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 50, ../sass/common.scss */
header .inner nav ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
/* line 55, ../sass/common.scss */
header .inner nav ul li a {
  color: #333;
  display: block;
  text-decoration: none;
  padding: 0 0 21px;
  text-align: center;
}
/* line 61, ../sass/common.scss */
header .inner nav ul li a span {
  color: #339966;
}
/* line 64, ../sass/common.scss */
header .inner nav ul li a:hover {
  border-bottom: 5px solid #339966;
  opacity: 1;
}
/* line 69, ../sass/common.scss */
header .inner nav ul li:nth-child(3) {
  margin-right: 110px;
}
/* line 72, ../sass/common.scss */
header .inner nav ul li:nth-child(4) {
  margin-left: 110px;
}
/* line 78, ../sass/common.scss */
header .inner p.tel {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 82, ../sass/common.scss */
header .inner p.tel a {
  display: block;
  padding: 14px 60px;
  font-size: 161%;
  color: #fff;
  background-color: #339966;
  text-decoration: none;
  border-radius: 0 0 10px 10px;
}

/* line 95, ../sass/common.scss */
.gNavMorileWrap {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/******footer******/
/* line 113, ../sass/common.scss */
.contactArea {
  border-top: 1px #339966 dotted;
}
/* line 115, ../sass/common.scss */
.contactArea .inner {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
/* line 119, ../sass/common.scss */
.contactArea .inner p {
  width: 580px;
  border-radius: 10px;
  text-align: center;
}
/* line 123, ../sass/common.scss */
.contactArea .inner p a {
  display: block;
  padding: 40px;
  color: #fff;
  font-size: 161%;
  text-decoration: none;
  background-color: #dfbc18;
  border-radius: 10px;
  transition: 0.3s;
}
/* line 132, ../sass/common.scss */
.contactArea .inner p a:hover {
  opacity: 0.7;
}

/* line 139, ../sass/common.scss */
footer {
  border-top: 2px solid #339966;
  background-color: #E1F0E8;
  padding-top: 80px;
}
/* line 143, ../sass/common.scss */
footer ul.link {
  display: flex;
  border-bottom: 1px dotted #ccc;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
/* line 150, ../sass/common.scss */
footer ul.link li {
  padding: 0 20px 20px;
}
/* line 152, ../sass/common.scss */
footer ul.link li a {
  text-decoration: none;
}
/* line 156, ../sass/common.scss */
footer ul.link.footSns li a {
  font-size: 161%;
  color: #339966;
}
/* line 162, ../sass/common.scss */
footer p {
  margin-bottom: 40px;
  text-align: center;
  line-height: 259%;
}
/* line 166, ../sass/common.scss */
footer p.logo {
  display: block;
  margin: 0 auto 40px;
  width: 248px;
  height: 100px;
  background: url("../img/common/footLogo.png") 50% 50% no-repeat;
  text-indent: -9999px;
}
/* line 175, ../sass/common.scss */
footer .footCopy {
  text-align: center;
  padding: 10px 0;
  background-color: #339966;
  color: #fff;
}

/******contents******/
/* line 187, ../sass/common.scss */
.topics {
  background-color: #E1F0E8;
  margin-bottom: -100px;
  z-index: 10;
}
/* line 191, ../sass/common.scss */
.topics .inner {
  padding-left: 430px;
}
/* line 193, ../sass/common.scss */
.topics .inner ul {
  display: flex;
}
/* line 195, ../sass/common.scss */
.topics .inner ul li {
  padding: 10px 26px 10px 0;
  background: url("../img/common/topicsAlor.jpg") right 50% no-repeat;
  margin-right: 20px;
}
/* line 199, ../sass/common.scss */
.topics .inner ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  background: none;
}

/* line 209, ../sass/common.scss */
h2 {
  color: #dfbc18;
  font-size: 161%;
  text-align: center;
  margin-bottom: 40px;
}
/* line 214, ../sass/common.scss */
h2 strong {
  font-size: 161%;
  color: #339966;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #339966;
  margin-bottom: 10px;
}

/* line 224, ../sass/common.scss */
.about {
  text-align: center;
  padding: 0 0 80px;
}
/* line 227, ../sass/common.scss */
.about h3 {
  margin-bottom: 40px;
  font-size: 161%;
}

/* line 233, ../sass/common.scss */
.tab {
  width: 100%;
  border-bottom: 5px solid #339966;
  margin: 0 auto 80px;
}
/* line 237, ../sass/common.scss */
.tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
}
/* line 243, ../sass/common.scss */
.tab ul li {
  border: 1px solid #339966;
  border-bottom: none;
  width: 48%;
  border-radius: 20px 20px 0 0;
  background-color: #E1F0E8;
}
/* line 249, ../sass/common.scss */
.tab ul li a {
  display: block;
  font-size: 161%;
  text-decoration: none;
  padding: 40px 0;
  transition: 0.3s;
  color: #339966;
  text-align: center;
  border-radius: 17px 17px 0 0;
}
/* line 258, ../sass/common.scss */
.tab ul li a:hover {
  background: #339966;
  color: #fff;
}
/* line 264, ../sass/common.scss */
.tab ul li.c a {
  background: #339966;
  color: #fff;
}

/* line 273, ../sass/common.scss */
.pageTop {
  position: fixed;
  bottom: 42px;
  right: 20px;
  z-index: 102;
}
/* line 278, ../sass/common.scss */
.pageTop img {
  transition: opacity 0.6s;
  text-decoration: none;
  cursor: pointer;
}
/* line 28, ../sass/_mixin.scss */
.pageTop img:hover {
  opacity: 0.6;
}
