html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  font-size: 14px;
  color: #000;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.koPage {
  word-break: keep-all;
}
@media (min-width: 769px) {
  body {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 350px) {
  body {
    font-size: 12px;
  }
}

body * {
  font-weight: 500;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* -------------------------------------
common
----------------------------------------*/
a {
  color: inherit;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.ib {
  display: inline-block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

strong {
  font-weight: 600;
}

.mode_pc,
.mode_pc_ib {
  display: none;
}

.mode_sp {
  display: block;
}

.mode_sp_ib {
  display: inline-block;
}

.tel a,
.mail a {
  pointer-events: auto;
  cursor: pointer;
}

.bgImage {
  width: 100%;
  max-width: auto;
  max-width: inherit;
}

.mover {
  transition: opacity 0.2s ease-out;
  backface-visibility: hidden;
  zoom: 1;
}
.mover:hover {
  opacity: 0.7;
}

.inner,
.inner02,
.inner03,
.spInner {
  padding: 0 4.8%;
}
.inner .inner02,
.inner02 .inner02,
.inner03 .inner02,
.spInner .inner02 {
  padding: 0;
}

.bg-g {
  background-color: #f5f4f3;
}

.shadow {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}

.shadow02 {
  filter: drop-shadow(1px -1px 8px rgba(0, 0, 0, 0.1));
}

.anchor {
  margin-top: -90px;
  padding-top: 90px;
}

@media (min-width: 768px) {
  .mode_pc {
    display: block;
  }

  .mode_pc_ib {
    display: inline-block;
  }

  .mode_sp,
  .mode_sp_ib {
    display: none;
  }

  .tel a,
  .mail a {
    pointer-events: none;
  }

  .inner {
    width: 90%;
    max-width: 1240px;
    margin: auto;
    padding: 0;
  }

  .inner02,
  .pcInner02 {
    width: 90%;
    max-width: 1028px;
    margin: auto;
    padding: 0;
  }

  .inner03,
  .pcInner03 {
    width: 90%;
    max-width: 816px;
    margin: auto;
    padding: 0;
  }

  .spInner {
    padding: auto;
  }

  .anchor {
    margin-top: -120px;
    padding-top: 120px;
  }

  .shadow {
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  }
}
/*
header
---------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 6px 8px;
  z-index: 20;
  transition: 0.5s ease;
  /*
	#contentNav
	---------------------------*/
}
header #headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .siteName {
  padding: 18px 0;
  width: 150px;
}
header.open {
  height: 100%;
}
header.is-fixed .siteName {
  display: none;
}
header #contentNav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  background-color: rgba(1, 45, 107, 0.95);
  height: 100%;
}
header #contentNav a {
  display: block;
  font-size: 15px;
  color: #fff;
  padding: 20px 0;
}
header #contentNav .navInner {
  text-align: left;
  padding: 60px 4% 20px;
}

header #contentNav .navInner ul.header-dropmenu {
  list-style: none;
  /* width: 50%; */
  height: 40px;
  /* margin: 0, 10px; */
  padding: 0;
  display: table;
  /* table-layout: fixed; */
  /* padding-left:20px; */
  /* margin-top:-3px; */
}
@media (max-width: 1200px) {
	header #contentNav .navInner ul.header-dropmenu {
		padding-left:0px;
		width: 100%;
	}
}
header #contentNav .navInner ul.header-dropmenu > li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
header #contentNav .navInner ul.header-dropmenu li a {
  display: block;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

ul.header-dropmenu li a.active {
	background-color: rgba(180,180,180,0.6);
}

header #contentNav .navInner ul.header-dropmenu li ul {
  visibility: hidden;
  width: 100%;
  list-style: none;
  position: absolute;
  top: 100%;
  left: -1px;
  margin: 0;
  padding: 0;
  border-top: none;
}
header #contentNav .navInner ul.header-dropmenu li:hover ul {
  	visibility: visible;
}
header #contentNav .navInner ul.header-dropmenu li ul li {
	/* background-color: #949090;
	background-color: transparent; */
	/* transform: translate(-50%,-50%); */
	background-color: rgba(180,180,180,0.5);
}
header #contentNav .navInner ul.header-dropmenu > li:hover {
	border-bottom: none;
}

header #contentNav p {
  position: relative;
  font-family: "Jost", sans-serif;
  padding-left: 10px;
  border-bottom: 1px solid #dcdcdc;
}
header #contentNav .fblink span,
header #contentNav .fblink img {
  vertical-align: middle;
}
header #contentNav .fblink img {
  display: inline-block;
  width: 40px;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  header {
    background-color: transparent;
    padding: 12px 30px;
  }
  header.is-fixed {
    background-color: rgba(255, 255, 255, 0.7);
    transition: all 1000ms;
    transform: translate(0, -10px);
    padding-bottom: 0;
  }
  header.is-fixed .siteName {
    display: block;
  }
  header .siteName {
    padding: 14px 0;
    width: 250px;
  }
  header.open {
    height: auto;
  }
  header #contentNav {
    display: block !important;
    position: relative;
    top: 0;
    height: auto;
    background-color: transparent;
  }
  .is-fixed header #contentNav {
    padding: 25px 0;
  }
  header #contentNav a {
    position: relative;
    font-size: 16px;
    color: #012d6b;
    padding: 1em 0;
  }
  header #contentNav a:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background: #012d6b;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 4px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    width: 0;
  }
  header #contentNav a:hover:after {
    width: 100%;
  }
  header #contentNav p {
    padding: 0;
    border: none;
  }
  header #contentNav p:before {
    content: none;
  }
  header #contentNav p + p {
    padding-left: 38px;
  }
  header #contentNav .fblink a {
    padding: 0;
  }
  header #contentNav .fblink a:after {
    content: none;
  }
  header #contentNav .fblink span {
    display: none;
  }
  header #contentNav .fblink img {
    width: 40px;
  }
  header #contentNav .navInner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  header #contentNav p + p {
    padding-left: 50px;
  }
}

#menu_btn {
  display: flex;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 0;
  margin: auto;
  cursor: pointer;
  text-align: center;
  padding: 12px 8px 12px 15px;
  cursor: pointer;
  background-color: #fff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
#menu_btn p {
  font-size: 12px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #012d6b;
  padding-left: 7px;
}
#menu_btn div {
  position: relative;
  width: 24px;
  height: 16px;
}
#menu_btn span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 1px;
  background-color: #012d6b;
  transition: all 0.4s;
  margin: auto;
}
#menu_btn span:nth-of-type(1) {
  top: 0;
}
.open #menu_btn span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
#menu_btn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.open #menu_btn span:nth-of-type(2) {
  opacity: 0;
}
#menu_btn span:nth-of-type(3) {
  top: auto;
  bottom: 0;
  width: 18px;
}
.open #menu_btn span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
  width: 25px;
}
@media (min-width: 1000px) {
  #menu_btn {
    padding: 15px 8px;
  }
}
@media (min-width: 1200px) {
  #menu_btn {
    display: none;
  }
}

/*
btn
---------------------------*/
.btnWrap {
  text-align: center;
}

.btn {
  display: block;
}
.btn a,
.btn input {
  position: relative;
  display: block;
  min-width: 250px;
  max-width: 100%;
  color: #fff;
  font-weight: 600;
  text-align: left;
  line-height: 1;
  background-size: 200% auto;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #fff;
}
.btn a:before,
.btn input:before {
  content: "";
  right: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url(../img/common/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 7px;
  transition: all 0.3s ease;
  z-index: 1;
  margin: auto;
}
.btn a span,
.btn input span {
  font-size: 10px;
  font-weight: 600;
}
.btn + .btn {
  margin-top: 15px;
}
.btn:hover a {
  color: #012d6b;
  background-color: #f5f4f3;
}
.btn:hover a:before {
  right: 20px;
  background-image: url(../img/common/arrow02.svg);
  opacity: 1;
}
.btn.back {
  font-size: 14px;
}
.btn.back a,
.btn.back input {
  font-weight: 600;
}
.btn.back a:disabled,
.btn.back input:disabled {
  background-color: #dcdcdc;
  cursor: default;
}
.btn.back a:disabled:hover,
.btn.back input:disabled:hover {
  opacity: 1;
}
.btn.back a:before,
.btn.back input:before {
  transform: scale(-1, 1);
  right: auto;
  left: 30px;
}
.btn.back:hover a:before {
  left: 20px;
}
.btn.back a {
  background-color: #012d6b;
}
.btn.wide {
  width: 100%;
}
.btn .blankLink {
  text-decoration: none;
}
.btn .blankLink:before {
  right: 20px;
}
.btn.type02 {
  display: inline-block;
}
.btn.type02 a,
.btn.type02 input {
  max-width: 320px;
  text-align: center;
  background-color: #fff;
  color: #012d6b;
  border: none;
  margin: auto;
  border: 1px solid #ffef62;
}
.btn.type02 a:before,
.btn.type02 input:before {
  background-image: url(../img/common/arrow02.svg);
}
.btn.type02:hover a {
  color: #fff;
  background-color: #012d6b;
}
.btn.type02:hover a:before {
  right: 20px;
  background-image: url(../img/common/arrow.svg);
  opacity: 1;
}
.btn.type03 {
  display: inline-block;
}
.btn.type03 a,
.btn.type05 a,
.btn.type03 input {
  max-width: 320px;
  background-color: #012d6b;
  line-height: 1.4;
  border: 1px solid #012d6b;
  padding: 10px 20px;
}
.btn.type06 a {
  background-color: #012d6b;
  line-height: 1.4;
  border: 1px solid #012d6b;
  padding: 10px 20px;
}
.btn.type03:hover a {
  color: #012d6b;
  background-color: #f5f4f3;
}
.btn.type03:hover a:before {
  background-image: url(../img/common/arrow02.svg);
}
.btn.type03.green a,
.btn.type03.green input {
  background-color: #33854c;
  border: 1px solid #33854c;
}
.btn.type03.green:hover a {
  color: #33854c;
  background-color: #f5f4f3;
}
.btn.type03.blue a,
.btn.type03.blue input {
  background-color: #012d6b;
  border: 1px solid #012d6b;
}
.btn.type03.blue:hover a {
  color: #012d6b;
  background-color: #f5f4f3;
}
.btn.type04 {
  display: inline-block;
}
.btn.type04 a,
.btn.type04 input {
  max-width: 320px;
  text-align: center;
  background-color: #012d6b;
  line-height: 1.4;
  border: 1px solid #012d6b;
}
.btn.type04:hover a {
  color: #012d6b;
  background-color: #f5f4f3;
}
.btn.type04:hover a:before {
  background-image: url(../img/common/arrow02.svg);
}
.btn.type05:hover a,
.btn.type06:hover a {
  color: #012d6b;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .btn a,
  .btn input {
    min-width: 300px;
    padding: 20px 40px;
  }
}
@media (min-width: 1200px) {
  .btn a,
  .btn input {
    min-width: 392px;
    padding: 25px 40px;
  }
  .btn a span,
  .btn input span {
    font-size: 12px;
  }
  .btn + .btn {
    margin: 0 0 0 15px;
  }
}

/*
tableStyle
---------------------------*/
.tableStyle dl {
  border-bottom: 1px solid rgba(220, 220, 220, 0.5);
}
.tableStyle dl:last-of-type {
  margin-bottom: 20px;
  border-bottom: none;
}
.tableStyle dl dt,
.tableStyle dl dd {
  line-height: 1.6;
}
.tableStyle dl dt {
  color: #ffef62;
  font-weight: 600;
  padding: 20px 0 0;
}
.tableStyle dl dd {
  color: #fff;
  padding: 10px 0 20px;
}
.tableStyle dl dd .note {
  font-size: 12px;
}
.tableStyle dl dd .tel {
  display: block;
  padding-top: 10px;
}
.tableStyle dl dd p,
.tableStyle dl dd li {
  line-height: 1.8;
}
.tableStyle dl dd p + p,
.tableStyle dl dd p + li,
.tableStyle dl dd p + ul,
.tableStyle dl dd li + p,
.tableStyle dl dd li + li,
.tableStyle dl dd li + ul {
  padding-top: 10px;
}
.tableStyle dl dd p + li,
.tableStyle dl dd li + li {
  padding-top: 0;
}
.tableStyle dl dd a {
  text-decoration: underline;
}
.tableStyle dl dd li {
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .tableStyle dl {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 0;
  }
  .tableStyle dl:last-of-type {
    margin-bottom: 10px;
  }
  .tableStyle dl dt,
  .tableStyle dl dd {
    letter-spacing: 0.1em;
    padding: 16px 0;
  }
  .tableStyle dl dt {
    width: 180px;
  }
  .tableStyle dl dd {
    width: calc(100% - 180px);
  }
  .tableStyle dl dd .note {
    font-size: 14px;
  }
  .tableStyle dl dd .tel {
    display: inline-block;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1000px) {
  .tableStyle dl dt {
    width: 300px;
  }
  .tableStyle dl dd {
    width: calc(100% - 300px);
  }
}

/*
footer
---------------------------*/
.notfound footer {
  background-color: #f5f4f3;
}

footer {
  text-align: center;
  padding: 30px 0 10px;
}
footer .siteName {
  padding-bottom: 10px;
  width: 200px;
}
footer .copy {
  font-weight: 400;
  padding-top: 20px;
  font-size: 9px;
  transform: scale(0.9);
}
footer > div {
  display: flex;
  flex-wrap: wrap;
}
footer > div .siteNameWrap {
  width: 70%;
  text-align: left;
}
footer > div .sapporoAnniversary {
  width: 30%;
  text-align: right;
}
footer > div .sapporoAnniversary img {
  width: 100px;
}
footer > div .sgsc {
  width: 100%;
  text-align: center;
  padding: 20px 0 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(220, 220, 220, 0.5);
}
footer > div .sgsc img {
  width: 150px;
}
footer .line {
  width: 116px;
}
@media (min-width: 768px) {
  footer {
    padding: 40px 0 10px;
  }
  footer .siteName {
    width: 250px;
  }
  footer .copy {
    font-size: 11px;
    transform: none;
  }
  footer > div {
    justify-content: space-between;
    align-items: center;
  }
  footer > div .sgsc {
    width: 100%;
    text-align: center;
    padding: 30px 0 40px;
    margin-top: 30px;
  }
  footer > div .sgsc img {
    width: auto;
  }
  footer img {
    width: auto;
  }
}
@media (max-width: 350px) {
  footer .siteName {
    font-size: 19px;
  }
  footer .siteName span {
    font-size: 22px;
  }
  footer .copy {
    font-size: 8px;
    transform: scale(0.8);
  }
}

.pagetop {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  background-color: #012d6b;
  opacity: 0.9;
}
.pagetop a {
  display: block;
  width: 40px;
  height: 40px;
}
.pagetop:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 8px;
  right: 12px;
}

/*
contentBox
---------------------------*/
.contentBox {
  padding: 50px 0 80px;
}
.contentBox .contentTitleWrap {
  padding-bottom: 20px;
}
.contentBox .contentTitle {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: italic;
  color: #012d6b;
  letter-spacing: 0.05em;
}
.contentBox .contentTitle.type02 {
  font-weight: 400;
  color: #fff;
}
.contentBox .contentTitle.type03 {
  font-weight: 400;
  color: #ffef62;
}
.contentBox .subTitle {
  line-height: 1.6;
  font-weight: 600;
  padding-top: 20px;
}
.contentBox .subTitle.type02 {
  color: #fff;
}
@media (min-width: 1000px) {
  .contentBox {
    padding: 110px 0 140px;
  }
  .contentBox .contentTitleWrap {
    padding-bottom: 60px;
  }
  .contentBox .contentTitle {
    font-size: 40px;
  }
}

.contentWrap {
  padding-top: 68px;
}
@media (min-width: 1000px) {
  .contentWrap {
    padding-top: 80px;
  }
}

#mainVisual.low {
  position: relative;
  text-align: center;
  background-color: #f5f4f3;
  padding: 40px 0;
  margin-bottom: 20px;
  border-bottom-right-radius: 30px;
}
#mainVisual.low:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #012d6b;
  border-bottom-right-radius: 30px;
  z-index: -1;
}
#mainVisual.low.type02 {
  background: linear-gradient(#f5f4f3 60%, #012d6b 40%);
}
#mainVisual.low .mvImage {
  margin-top: 30px;
}
#mainVisual.low .mvImage img {
  border-top-left-radius: 30px;
}
#mainVisual.low h1 {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: italic;
  color: #012d6b;
  letter-spacing: 0.05em;
}
#mainVisual.low h2 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 5px;
}
@media (min-width: 1000px) {
  #mainVisual.low {
    padding: 82px 0;
    margin-bottom: 100px;
    border-bottom-right-radius: 50px;
  }
  #mainVisual.low:before {
    bottom: -10px;
    border-bottom-right-radius: 50px;
  }
  #mainVisual.low h1 {
    font-size: 34px;
  }
  #mainVisual.low h2 {
    font-size: 22px;
    padding-top: 10px;
  }
  #mainVisual.low .mvImage {
    margin-top: 60px;
  }
  #mainVisual.low .mvImage img {
    border-top-left-radius: 50px;
  }
}

/*
pageInfomation
---------------------------*/
.pageInfomation {
  text-align: center;
  padding: 40px 0 50px;
}
.pageInfomation .informationTitle,
.pageInfomation .informationText {
  line-height: 1.6;
}
.pageInfomation .informationTitle {
  font-weight: 600;
  font-size: 17px;
  padding-bottom: 20px;
}
.pageInfomation .informationText {
  text-align: left;
}
@media (min-width: 1000px) {
  .pageInfomation {
    padding: 90px 0 100px;
  }
  .pageInfomation .informationTitle {
    line-height: 1.8;
    font-size: 24px;
    padding-bottom: 30px;
  }
  .pageInfomation .informationText {
    text-align: center;
  }
}

.innerBox {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .innerBox {
    padding-bottom: 150px;
  }
}

/*# sourceMappingURL=common.css.map */
