/******* 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;
  letter-spacing: 1.618px;
  -webkit-text-size-adjust: 100%;
}

/* line 16, ../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: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #333;
  font-style: normal;
  line-height: 160%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  box-sizing: border-box;
}

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

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

/* line 42, ../sass/_reset.scss */
td, th {
  vertical-align: middle;
  padding: 40px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 95, ../sass/_reset.scss */
.btn {
  text-align: left;
  width: 700px;
}
/* line 98, ../sass/_reset.scss */
.btn a {
  display: block;
  background-color: #000;
  align-items: center;
  padding: 40px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 161%;
}
/* line 109, ../sass/_reset.scss */
.btn a:hover {
  opacity: 0.7;
}

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

/* line 134, ../sass/_reset.scss */
h1 {
  background: url("../img/common/titleBg.jpg") 50% 50% no-repeat;
  padding: 260px 0 150px;
  color: #fff;
  text-align: center;
  line-height: 200%;
  font-size: 161%;
  font-weight: lighter;
}
/* line 142, ../sass/_reset.scss */
h1 strong {
  font-size: 259%;
  font-weight: lighter;
}

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

/* line 14, ../sass/common.scss */
header {
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  background-color: #FFDCB9;
  border-top: 5px solid #000;
}
/* line 25, ../sass/common.scss */
header p.logo {
  margin: 0 auto;
  z-index: 1;
}
/* line 28, ../sass/common.scss */
header p.logo a {
  display: block;
  width: 284px;
  height: 60px;
  background: url(../img/common/logo.png) 50% 50% no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
/* line 37, ../sass/common.scss */
header .headNav {
  position: absolute;
  top: 20px;
  width: 100%;
}
/* line 41, ../sass/common.scss */
header .headNav nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 75%;
}
/* line 47, ../sass/common.scss */
header .headNav nav .linkArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/* line 53, ../sass/common.scss */
header .headNav nav .linkArea li {
  margin-left: 2vw;
}
/* line 55, ../sass/common.scss */
header .headNav nav .linkArea li a {
  display: block;
  text-decoration: none;
  padding: 10px 0 0;
  font-size: 0.9vw;
  text-align: center;
  color: #000;
  line-height: 75%;
}
/* line 63, ../sass/common.scss */
header .headNav nav .linkArea li a span {
  display: block;
  font-size: 1.2vw;
  font-weight: bold;
}
/* line 69, ../sass/common.scss */
header .headNav nav .linkArea li:nth-child(3) {
  margin-right: 400px;
}
/* line 75, ../sass/common.scss */
header .headNav ul.sns {
  position: absolute;
  top: 10px;
  right: 40px;
}
/* line 80, ../sass/common.scss */
header .headNav ul.sns li a {
  transition: 0.3s;
}
/* line 82, ../sass/common.scss */
header .headNav ul.sns li a:hover {
  opacity: 0.6;
}
/* line 91, ../sass/common.scss */
header.scroll .spMenu span {
  background-color: #000;
}

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

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/******footer******/
/* line 118, ../sass/common.scss */
.contactArea {
  border-top: 10px solid #000;
  padding: 160px 0;
  background: url("../img/index/contactBg.png") left 50% top 300px no-repeat;
}
/* line 122, ../sass/common.scss */
.contactArea .secCont {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
/* line 126, ../sass/common.scss */
.contactArea .secCont h2 {
  font-size: 161%;
  margin-bottom: 40px;
  text-align: center;
  color: #000;
  padding: 0;
  line-height: 259%;
  width: 100%;
}
/* line 134, ../sass/common.scss */
.contactArea .secCont h2 span {
  display: block;
  font-size: 259%;
}
/* line 139, ../sass/common.scss */
.contactArea .secCont .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 143, ../sass/common.scss */
.contactArea .secCont .list item {
  width: 560px;
  text-align: center;
}
/* line 146, ../sass/common.scss */
.contactArea .secCont .list item figure {
  margin-bottom: 20px;
}
/* line 150, ../sass/common.scss */
.contactArea .secCont .list item dl dt {
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 153, ../sass/common.scss */
.contactArea .secCont .list item dl dt a {
  color: #000;
  text-decoration: none;
}
/* line 158, ../sass/common.scss */
.contactArea .secCont .list item dl dd.btn {
  width: 100%;
}
/* line 160, ../sass/common.scss */
.contactArea .secCont .list item dl dd.btn a, .contactArea .secCont .list item dl dd.btn span {
  display: block;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  transition: 0.3s;
  text-align: center;
  padding: 40px;
  font-weight: bold;
}
/* line 169, ../sass/common.scss */
.contactArea .secCont .list item dl dd.btn a:hover, .contactArea .secCont .list item dl dd.btn span:hover {
  background-color: #000;
  color: #fff;
}

/* line 181, ../sass/common.scss */
footer {
  background: url("../img/common/footerImg.png") right bottom no-repeat #000;
  background-size: 30vw;
}
/* line 184, ../sass/common.scss */
footer .secCont {
  padding: 80px 0;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
/* line 190, ../sass/common.scss */
footer .secCont .sns,
footer .secCont .linkArea {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  border-bottom: 1px dotted #fff;
  margin-bottom: 40px;
}
/* line 199, ../sass/common.scss */
footer .secCont .sns li {
  margin: 0 20px;
}
/* line 205, ../sass/common.scss */
footer .secCont .linkArea li a {
  padding: 0 20px;
  color: #fff;
}
/* line 212, ../sass/common.scss */
footer .secCont .infoArea figure {
  margin-bottom: 40px;
}
/* line 215, ../sass/common.scss */
footer .secCont .infoArea .infoDetail {
  width: 600px;
  margin: 0 auto;
}
/* line 218, ../sass/common.scss */
footer .secCont .infoArea .infoDetail dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
/* line 223, ../sass/common.scss */
footer .secCont .infoArea .infoDetail dl dt {
  width: 150px;
  color: #fff;
  text-align: left;
}
/* line 228, ../sass/common.scss */
footer .secCont .infoArea .infoDetail dl dd {
  width: 420px;
  color: #fff;
  text-align: left;
}
/* line 232, ../sass/common.scss */
footer .secCont .infoArea .infoDetail dl dd a {
  color: #fff;
}
/* line 240, ../sass/common.scss */
footer access {
  text-align: center;
  display: block;
  padding: 10px 0;
  background-color: #FFDCB9;
}

/******contents******/
/* line 250, ../sass/common.scss */
#topics {
  background-color: #FFDCB9;
  margin-bottom: 80px;
}
/* line 254, ../sass/common.scss */
#topics .inner ul {
  display: flex;
}
/* line 256, ../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 260, ../sass/common.scss */
#topics .inner ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  background: none;
}

/* line 270, ../sass/common.scss */
.pageTop {
  position: fixed;
  bottom: 42px;
  right: 20px;
  z-index: 102;
}
/* line 275, ../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;
}
