@charset "UTF-8";
/******* 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: "Zen Kaku Gothic New", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 16px;
  color: #333;
  font-style: normal;
  line-height: 160%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 92, ../sass/_reset.scss */
.btn {
  text-align: left;
}
/* line 94, ../sass/_reset.scss */
.btn a {
  background: url("../img/common/linkAlor_w.png") right 10px top 50% #003892 no-repeat;
  display: flex;
  align-items: center;
  padding-left: 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-sizing: border-box;
}
/* line 106, ../sass/_reset.scss */
.btn a:hover {
  opacity: 0.7;
  background: url("../img/common/linkAlor_w.png") right 5px top 50% #003892 no-repeat;
}

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

/* line 132, ../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 140, ../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;
}

/* line 13, ../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: #fff;
}
/* line 23, ../sass/common.scss */
header p.logo {
  padding: 20px;
}
/* line 25, ../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 35, ../sass/common.scss */
header .headNav nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
/* line 41, ../sass/common.scss */
header .headNav nav .linkArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
/* line 46, ../sass/common.scss */
header .headNav nav .linkArea li {
  margin-left: 2vw;
}
/* line 48, ../sass/common.scss */
header .headNav nav .linkArea li a {
  display: block;
  text-decoration: none;
  padding: 10px 0 0;
  font-size: 0.9vw;
}
/* line 53, ../sass/common.scss */
header .headNav nav .linkArea li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 0;
  transition: 0.3s;
}
/* line 65, ../sass/common.scss */
header .headNav nav .linkArea li a:hover::after {
  background-color: #FABE00;
}
/* line 71, ../sass/common.scss */
header .headNav nav .linkArea li.telArea a {
  text-align: center;
}
/* line 73, ../sass/common.scss */
header .headNav nav .linkArea li.telArea a strong {
  font-size: 120%;
}
/* line 76, ../sass/common.scss */
header .headNav nav .linkArea li.telArea a span {
  font-size: 64%;
}
/* line 82, ../sass/common.scss */
header .headNav nav .linkArea li.contactArea a {
  text-align: center;
  padding: 22px 0 0;
  height: 100px;
  width: 100px;
  background-color: #003892;
  color: #fff;
  box-sizing: border-box;
}
/* line 90, ../sass/common.scss */
header .headNav nav .linkArea li.contactArea a img {
  text-align: center;
  margin-bottom: 10px;
}
/* line 94, ../sass/common.scss */
header .headNav nav .linkArea li.contactArea a::after {
  display: none;
}
/* line 103, ../sass/common.scss */
header.scroll {
  align-items: center;
}
/* line 106, ../sass/common.scss */
header.scroll .spMenu span {
  background-color: #003892;
}
/* line 110, ../sass/common.scss */
header.scroll .headNav {
  background-color: none;
  border-bottom: none;
  position: static;
}

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

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/******footer******/
/* line 136, ../sass/common.scss */
.contactArea {
  background: url("../img/common/contactAreaBg.jpg") left 50% bottom 0 #FEF5D9 no-repeat;
}
/* line 138, ../sass/common.scss */
.contactArea .secCont {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 180px;
}
/* line 142, ../sass/common.scss */
.contactArea .secCont h2 {
  text-align: center;
  font-size: 419%;
  color: #FABE00;
  margin-bottom: 20px;
}
/* line 148, ../sass/common.scss */
.contactArea .secCont p {
  text-align: center;
  margin-bottom: 40px;
}
/* line 152, ../sass/common.scss */
.contactArea .secCont .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 156, ../sass/common.scss */
.contactArea .secCont .list dl {
  padding: 0 40px;
  border-left: 1px dotted #003892;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  width: 50%;
  box-sizing: border-box;
}
/* line 166, ../sass/common.scss */
.contactArea .secCont .list dl dt {
  color: #003892;
  text-align: left;
}
/* line 169, ../sass/common.scss */
.contactArea .secCont .list dl dt strong {
  font-size: 161%;
}
/* line 173, ../sass/common.scss */
.contactArea .secCont .list dl:last-child {
  border-right: 1px dotted #003892;
}

/* line 181, ../sass/common.scss */
footer {
  background-color: #003892;
}
/* line 183, ../sass/common.scss */
footer .secCont {
  padding: 80px 0;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
/* line 189, ../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 .linkArea li a {
  padding: 0 20px;
  color: #fff;
}
/* line 205, ../sass/common.scss */
footer .secCont .infoArea {
  margin-bottom: 60px;
}
/* line 207, ../sass/common.scss */
footer .secCont .infoArea dt {
  margin-bottom: 20px;
}
/* line 210, ../sass/common.scss */
footer .secCont .infoArea dd {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
/* line 214, ../sass/common.scss */
footer .secCont .infoArea dd a {
  color: #fff;
}
/* line 220, ../sass/common.scss */
footer .secCont .banner img {
  width: 360px;
  height: auto;
  transition: 0.3s;
}
/* line 224, ../sass/common.scss */
footer .secCont .banner img:hover {
  opacity: 0.6;
}
/* line 230, ../sass/common.scss */
footer access {
  padding: 10px 0;
  text-align: center;
  background-color: #FABE00;
  color: #003892;
  display: block;
  width: 100%;
}

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

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