@charset "UTF-8";
/******* setting.scss *******/
/******* mixin.scss *******/
.contents .secCont h2, header nav ul li a span, .contents .mainTitleArea h1 span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.contents .secCont h2 {
  border-bottom: 1px solid #dde4ea;
  font-size: 170%;
  font-weight: 600;
  margin: 0 auto 40px;
  padding-bottom: 20px;
  text-align: center;
}
.contents .secCont h2 span {
  display: block;
  font-size: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .contents .secCont h2 {
    font-size: 150%;
    margin-bottom: 8%;
    padding-bottom: 4%;
  }
}

/******* reset.scss *******/
html {
  font-size: 62.5%;
}

html,
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 0;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

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 {
  font-weight: 500;
  color: #27323b;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 160%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption, th {
  text-align: left;
}

td, th {
  vertical-align: top;
}

fieldset, img, abbr {
  border: none;
}

li {
  list-style-type: none;
}

strong {
  font-weight: bold;
}

a {
  color: #1f3d56;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

.wrapper {
  margin: 0 auto;
  text-align: left;
  position: relative;
}

/******header******/
header {
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1300px;
  z-index: 20;
}
@media screen and (max-width: 1300px) {
  header {
    width: 100%;
  }
}
header .headCont {
  height: 96px;
  margin: 0 auto;
  position: relative;
}
header .headLogo {
  position: absolute;
  top: 15px;
  left: 27px;
}
header .headLogo a {
  display: block;
  transition: opacity 0.3s;
  text-decoration: none;
}
header .headLogo a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}
header .headLogo span {
  display: block;
  font-size: 78%;
  margin-top: 5px;
}
header nav {
  position: absolute;
  right: 200px;
  bottom: 20px;
}
header nav ul {
  display: flex;
  justify-content: space-between;
  width: 530px;
}
header nav ul li {
  text-align: center;
  position: relative;
}
header nav ul li.c:before {
  background-color: #27323b;
  content: "";
  height: 3px;
  display: block;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  width: 100%;
}
header nav ul li a {
  color: #27323b;
  font-size: 105%;
  font-weight: bold;
  text-decoration: none;
}
header nav ul li a:hover {
  text-decoration: underline;
}
header nav ul li a span {
  font-weight: 80%;
  font-weight: normal;
  display: block;
}
header .headMail {
  background-color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
}
header .headMail a {
  background-color: #5899cb;
  box-sizing: border-box;
  display: block;
  color: #fff;
  height: 96px;
  font-size: 105%;
  font-weight: bold;
  padding-top: 25px;
  width: 155px;
  text-align: center;
  transition: opacity 0.3s;
  text-decoration: none;
}
header .headMail a:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "alpha(opacity=90)";
  filter: alpha(opacity=90);
  text-decoration: none;
}
header .headMail a:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 16px;
  width: 24px;
  background-image: url(../img/common/headMail.png);
  margin: 0 auto 10px;
}

/******footer******/
footer {
  background: url(../img/common/footBg.jpg) no-repeat 50% 0;
  background-size: cover;
}
footer .footLogoWrap {
  border-bottom: 1px solid #244e71;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1140px;
  padding: 45px 0 40px;
}
footer .footLogoWrap .footLogoArea .footLogo {
  margin-bottom: 25px;
  width: 287px;
}
footer .footLogoWrap .footLogoArea .footLogo img {
  width: 100%;
}
footer .footLogoWrap .footLogoArea p {
  color: #fff;
  font-size: 90%;
}
footer .footLogoWrap dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 570px;
}
footer .footLogoWrap dl dt {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%;
}
footer .footLogoWrap dl dt:after {
  background-color: #244e71;
  content: "";
  display: block;
  height: 1px;
  max-width: 460px;
  width: 80%;
}
footer .footLogoWrap dl dd {
  border-bottom: 1px solid #fff;
  text-align: center;
  width: 264px;
}
footer .footLogoWrap dl dd a {
  color: #fff;
  display: block;
  font-size: 130%;
  font-weight: bold;
  padding-bottom: 15px;
  transition: opacity 0.3s;
  text-decoration: none;
}
footer .footLogoWrap dl dd a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}
footer .footLogoWrap dl dd a span {
  font-size: 70%;
  margin-right: 10px;
}
footer .footLogoWrap dl dd.tel a {
  pointer-events: none;
}
footer .footCont {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1140px;
  padding: 20px 0 40px;
}
footer .footCont .footLink {
  font-size: 90%;
}
footer .footCont .footLink a {
  background: url(../img/common/footIcon.png) no-repeat 0 6px;
  background-size: 3px;
  color: #fff;
  display: inline-block;
  padding-left: 10px;
  text-decoration: none;
}
footer .footCont .footLink a:hover {
  text-decoration: underline;
}
footer .footCont .copy {
  color: #fff;
  font-size: 75%;
}

/******contents******/
.contents {
  position: relative;
}
.contents .mainTitleArea {
  background: url(../img/common/mv.jpg) no-repeat 50% 0;
  background-size: cover;
  height: 500px;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}
.contents .mainTitleArea h1 {
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  max-width: 1140px;
  margin: 0 auto;
  line-height: 190%;
  text-align: left;
  width: 100%;
}
.contents .mainTitleArea h1 span {
  display: block;
  font-size: 190%;
}
.contents .mainTitleArea .topicPathArea {
  background-color: rgba(39, 50, 59, 0.5);
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.contents .mainTitleArea .topicPathArea ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto;
}
.contents .mainTitleArea .topicPathArea ol li {
  color: #fff;
  font-size: 85%;
}
.contents .mainTitleArea .topicPathArea ol li:before {
  content: ">";
  font-size: 80%;
  margin: 0 5px;
  display: inline-block;
  vertical-align: 0.3em;
}
.contents .mainTitleArea .topicPathArea ol li:first-child:before {
  display: none;
}
.contents .mainTitleArea .topicPathArea ol li a {
  color: #fff;
  font-weight: bold;
}
.contents .secCont {
  box-sizing: border-box;
  margin: 0 auto 55px;
  max-width: 1140px;
}
.contents .secCont h3 {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 20px;
}
.contents .secCont h3:after {
  background-color: #5998cb;
  content: "";
  height: 1px;
  margin-top: 15px;
  display: block;
  width: 32px;
}
.contents .secCont h4 {
  border-left: 1px solid #5899cb;
  font-size: 115%;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 12px;
}
.contents .alRight {
  text-align: right;
}