@charset "UTF-8";
/******* setting.scss *******/
/******* mixin.scss *******/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Amiri:400&display=swap");
header .headEntryLink a {
  font-family: 'Amiri', serif;
}

header .headLogo dt span, footer .footLogo span {
  font-family: 'Montserrat', sans-serif;
}

/******* 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: #555;
  font-size: 15px;
  font-size: 1.5rem;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 180%;
  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: #555;
  text-decoration: none;
}
a:hover {
  color: #3084CC;
}

img {
  vertical-align: bottom;
}

*:focus {
  outline: none;
}

.sp {
  display: none !important;
}

.menuOpen {
  height: 100%;
  overflow: hidden;
}

.wrapper {
  padding-top: 100px;
  overflow: hidden;
}

/******header******/
.headWrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  transition: all 0.6s;
}
.headWrap.scroll {
  background-color: #fff;
}

header {
  height: 100px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
}
header .headLogo {
  position: absolute;
  top: 28px;
  left: 40px;
  display: flex;
  align-items: center;
}
header .headLogo dt span {
  color: #9F9F9F;
  display: block;
  font-size: 73%;
  font-weight: 400;
  line-height: 120%;
  margin-top: 4px;
}
header .headLogo dd {
  color: #969696;
  font-weight: 700;
  margin-left: 18px;
}
@media screen and (max-width: 1110px) {
  header .headLogo {
    display: block;
    text-align: center;
    top: 18px;
    left: 30px;
  }
  header .headLogo dd {
    font-size: 90%;
    margin-top: 4px;
  }
}
header .spMenuBtn {
  display: none;
}
header .headMenu {
  display: flex;
  position: absolute;
  top: 36px;
  right: 110px;
}
header .headMenu li {
  font-weight: 700;
  margin-right: 30px;
}
header .headMenu li:first-child {
  display: none;
}
header .headMenu li span {
  display: none;
}
header .headMenu li a.c {
  color: #3084CC;
}
@media screen and (max-width: 1340px) {
  header .headMenu {
    top: 39px;
  }
  header .headMenu li {
    font-size: 85%;
    margin-right: 10px;
  }
}
header .headEntryLink {
  position: absolute;
  top: 0px;
  right: 0px;
}
header .headEntryLink a {
  background-color: #3084CC;
  color: #fff;
  font-size: 106%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  position: relative;
  transition: opacity 0.6s;
  text-decoration: none;
  width: 100px;
}
header .headEntryLink a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  header .headEntryLink a:hover {
    opacity: 1;
  }
}

/******footer******/
footer {
  background-color: #a7a4a4;
  /* background-color: #282727; */
}
footer .footCont {
  max-width: 1260px;
  margin: 0 auto;
  padding: 60px 40px 40px;
  text-align: left;
}
footer .footLogo {
  margin-bottom: 20px;
  width: 200px;
}
footer .footLogo a {
  transition: opacity 0.6s;
  text-decoration: none;
}
footer .footLogo a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  footer .footLogo a:hover {
    opacity: 1;
  }
}
footer .footLogo img {
  max-width: 100%;
}
footer .footLogo span {
  color: #fff;
  display: block;
  font-size: 73%;
  font-weight: 400;
  line-height: 120%;
  margin-top: 5px;
  letter-spacing: 0.05em;
}
footer .footLinkArea {
  display: flex;
  justify-content: space-between;
  padding-right: 200px;
  margin-bottom: 35px;
}
footer .footLinkArea dl {
  box-sizing: border-box;
}
footer .footLinkArea dl dt {
  font-size: 85%;
  font-weight: 700;
  margin-bottom: 12px;
}
footer .footLinkArea dl dt a {
  color: #fff;
}
footer .footLinkArea dl dt a:hover {
  text-decoration: underline;
}
footer .footLinkArea dl dd {
  font-size: 85%;
  margin-bottom: 5px;
}
footer .footLinkArea dl dd a {
  color: #fff;
}
footer .footLinkArea dl dd a:hover {
  text-decoration: underline;
}
footer .copyArea {
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}
footer .corporateLink a {
  color: #fff;
  font-size: 85%;
}
footer .corporateLink a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 11px;
  width: 11px;
  background-image: url("../img/common/icon_blank2.png");
  display: inline-block;
  margin-left: 8px;
  vertical-align: -0.1em;
}
footer .corporateLink a:hover {
  text-decoration: underline;
}
footer .copy {
  color: #fff;
  font-size: 85%;
}

/******main******/
main {
  display: block;
  text-align: left;
}

.alCenter {
  text-align: center;
}

.alRight {
  text-align: right;
}

.pt0 {
  padding-top: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 75px !important;
}

.mb100 {
  margin-bottom: 95px !important;
}

.mb120 {
  margin-bottom: 115px !important;
}

.mb140 {
  margin-bottom: 135px !important;
}

.mb160 {
  margin-bottom: 155px !important;
}
