@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Oswald:300,400&display=swap");
@import url("https://use.typekit.net/xol2qpo.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, ::before, ::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =========================================================
切り替え
========================================================= */
@media screen and (min-width: 1200px) {
  .sp {
		display: none!important;
	}
}

@media screen and (max-width: 1199px) {
  .pc {
		display: none!important;
	}
}

/* =========================================================
font style
========================================================= */

.circe {
  letter-spacing: .2em;
  font-family: circe, sans-serif;
  font-weight: 800;
}

/* =========================================================
見出し
========================================================= */
.pageTitle {
  margin-bottom: 40px;
  line-height: 1.6;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #141521;
}

@media screen and (max-width: 1199px) {
  .pageTitle {
    margin-bottom: 30px;
    line-height: 1.4;
    font-size: 1.5rem;
  }
}

.pageTitle span {
  display: block;
  font-family: "circe", sans-serif;
  font-weight: bold;
  font-size: 6rem;
  color: #263a82;
}

@media screen and (max-width: 1199px) {
  .pageTitle span {
    font-size: 3.7rem;
    margin: 0 0 15px;
  }
}

.pageSubTitle {
  margin-bottom: 40px;
  line-height: 1.6;
  text-align: center;
  font-size: 1.8rem;
  font-family: "circe", sans-serif;
  font-weight: bold;
  color: #141521;
}

@media screen and (max-width: 1199px) {
  .pageSubTitle {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}

.pageSubTitle span {
  display: block;
  font-family: "circe", sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  font-weight: bold;
  font-size: 3.5rem;
  color: #263a82;
}

@media screen and (max-width: 1199px) {
  .pageSubTitle span {
    font-size: 3.0rem;
  }
}


.secTitle {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2rem;
  color: #141521;
}

.secTitle span {
  margin-right: 10px;
  letter-spacing: .05em;
  font-family: "circe", sans-serif;
  font-weight: 400;
  font-size: 3.8rem;
}

.titleLead {
  margin: -20px 0 20px;
  text-align: center;
}

.titleSubLead {
  margin: -20px 0 20px;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 1199px) {
  .titleSubLead {
    font-size: 1.4rem;
  }
}

.pageSubTitle02 {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1199px) {
  .pageSubTitle02 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.pageSubTitle02 span {
  display: inline-block;
  font-family: "circe", sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  color: #263a82;
  font-weight: bold;
  font-size: 2.8rem;
  margin: 0 5px 0 0;
}

@media screen and (max-width: 1199px) {
  .pageSubTitle02 span {
    font-size: 2.1rem;
  }
}
.titleSubLead02 {
  font-size: 1.6rem;
  color: #141521;
  margin: 0 0 30px;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .titleSubLead02 {
    font-size: 1.4rem;
  }
}
.titleSubLead03 {
  margin: -20px 0 20px;
}


h1,
h2,
h3,
h4,
h5 {
  color: #141521;
  font-weight: bold;
}

strong {
  color: #141521;
  font-weight: 500;
}

.bgGray {
  background: #EFEFEF;
}

/* =========================================================
リンクボタン
========================================================= */
a {
  color: #727171;
  text-decoration: none;
  transition: all .5s;
}

a:hover {
  opacity: .8;
}

@media screen and (max-width: 1199px) {
  a:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 1200px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a[target="_blank"] .icon_external {
  fill: #727171;
  width: 15px;
  height: 13px;
  margin-left: 7px;
}

p:not([class]) a {
  color: inherit;
  text-decoration: underline;
}

p:not([class]) a:hover {
  text-decoration: none;
}

html,
body {
  font-size: 62.5%;
}

body {
  color: #727171;
  font-size: 14px;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  line-height: 2;
  min-width: 1200px;
  -webkit-text-size-adjust: 100%;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 12px;
    min-width: 100%;
  }
}

img,
svg {
  vertical-align: top;
  max-width: 100%;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 80px;
}

@media screen and (max-width: 1199px) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
  }
}

.wrapper.pt0 {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 80px;
}

@media screen and (max-width: 1199px) {
  .wrapper.pt0 {
    width: 100%;
    padding: 0 15px 40px;
  }
}

.wrapper.pb0 {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 0;
}

@media screen and (max-width: 1199px) {
  .wrapper.pb0 {
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px 0;
  }
}

button:focus {
  outline: 0;
}

.copyright {
  padding: 30px 0;
  text-align: center;
}

.copyright small {
  font-size: 1.2rem;
}

.c_red {
  color: #A12524;
}

.commonLink {
	width: 100%;
	max-width: 370px;
	text-align: center;
}
@media screen and (max-width: 1199px) {
  p.commonLink {
		max-width: 100%;
	}
}

p.commonLink a {
	display: block;
	color: #fff;
	background: #141521;
	padding: 10px;
	text-decoration: none;
	transition: all 0.2s ease;
}
@media screen and (max-width: 1199px) {
  p.commonLink a {
    font-size: 1.3rem;
    padding: 7px;
  }
}
/* =========================================================
navigation
========================================================= */
.navigation {
  width: 100%;
  background: #EFEFEF;
  padding: 11px;
  margin: 0 0 80px;
  border-bottom: 1px solid #EFEFEF;
}

@media screen and (max-width: 1199px) {
  .navigation {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
    width: 100%;
    margin: 0 0 60px;
  }
}

.navigation ul.naviList {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.navigation ul.naviList li {
  padding: 0 20px;
}
.navigation ul.naviList li a {
  color: #141521;
  font-weight: bold;
}
.navigation ul.naviList li a img {
  vertical-align: baseline;
  margin-left: 3px;
  margin-bottom: -1px;
}

/* =========================================================
menuWrap
========================================================= */

div.menuWrap {
	display: none;
}
div.menuWrap {
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  display: block;
  opacity: 0;
  transition: all 0.4s ease;
  visibility: hidden;
}
div.menuWrap.on {
  opacity: 1;
  left: 0;
  visibility: visible;
}
div.menuWrap div.base {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  left: 0;
  top: 0;
  background: rgba(20, 21, 33, .5);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
div.menuWrap div.inside {
  background: #141521;
  width: 30%;
  height: 100%;
  margin: 0 0 0 100%;
  transition: margin 0.4s ease;
  position: relative;
  text-align: left;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  div.menuWrap div.inside {
    width: 70%;
    height: 100%;
  }
}
div.menuWrap.on div.inside {
  margin: 0 0 0 70%;
}
@media screen and (max-width: 1199px) {
  div.menuWrap.on div.inside {
    margin: 0 0 0 30%;
  }
}
div.menuWrap div.inside div.inner {
  position: relative;
	overflow: hidden;
	width: 100%;
	margin: auto;
	padding: 100px 60px;
	box-sizing: border-box;
	background: #141521;
}
@media screen and (max-width: 1199px) {
  div.menuWrap div.inside div.inner {
    padding: 70px 30px;
  }
}
div.menuWrap ul.menuList {
  text-align: left;
  margin: 0;
}
div.menuWrap ul.menuList li {
  position: relative;
}
div.menuWrap ul.menuList li a {
  display: block;
  padding: 5px 0;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  div.menuWrap ul.menuList li a {
    padding: 3px 0;
  }
}
div.menuWrap ul.menuList li a img {
  vertical-align: middle;
  margin-left: 6px;
}
@media screen and (max-width: 1199px) {
  div.menuWrap ul.menuList li a img.mark_blank {
    width: 18px;
    height: 13px;
  }
  div.menuWrap ul.menuList li a img.mark_pdf {
    width: 14px;
    height: 17px;
  }
  div.menuWrap ul.menuList li a img.mark_pc {
    width: 13px;
    height: 11px;
  }
}

button.menuBtn {
  width: 68px;
  height: 68px;
  background: #141521;
  position: fixed;
  right: 50px;
  top: 50px;
  z-index: 11;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  transition: all 0.5s ease;
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  button.menuBtn {
    width: 45px;
    height: 45px;
    right: 20px;
    top: 20px;
    opacity: 1;

  }
}
button.menuBtn.on {
  opacity: 1;
}
button.menuBtn span.line {
  width: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 2px solid #fff;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1199px) {
  button.menuBtn span.line {
    width: 20px;
  }
}
button.menuBtn span.line1 {
  top: 24px;
}
@media screen and (max-width: 1199px) {
  button.menuBtn span.line1 {
    top: 16px;
  }
}
button.menuBtn span.line2 {
  top: 34px;
}
@media screen and (max-width: 1199px) {
  button.menuBtn span.line2 {
    top: 22px;
  }
}
button.menuBtn span.line3 {
  top: 44px;
}
@media screen and (max-width: 1199px) {
  button.menuBtn span.line3 {
    top: 28px;
  }
}
button.menuBtn.open span.line1 {
  top: 34px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1199px) {
  button.menuBtn.open span.line1 {
    top: 22px;
  }
}
button.menuBtn.open span.line2 {
  opacity: 0;
}
button.menuBtn.open span.line3 {
  top: 34px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1199px) {
  button.menuBtn.open span.line3 {
    top: 22px;
  }
}




/* =========================================================
persentation
========================================================= */
.bgTop {
  position: relative;
  margin-top: 150px;
}
@media screen and (max-width: 1199px) {
  .bgTop {
    position: relative;
    margin-top: 30px;
  }
}
.bgTop::after {
  content: "";
  position: absolute;
  left: 0;
  top: -150px;
  z-index: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #EFEFEF transparent transparent transparent;
  border-width: 150px 50vw 0 50vw;
}
@media screen and (max-width: 1199px) {
  .bgTop::after {
    content: "";
    position: absolute;
    left: 0;
    top: -30px;
    z-index: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #EFEFEF transparent transparent transparent;
    border-width: 30px 50vw 0 50vw;
  }
}
.bgTop.bgGray::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -150px;
  background: #EFEFEF;
  width: 100%;
  height: 150px;
}
@media screen and (max-width: 1199px) {
  .bgTop.bgGray::before {
    top: -30px;
    height: 30px;
  }
}
.bgTop.bgGray::after {
  border-color: #fff transparent transparent transparent;
}


@media screen and (max-width: 1199px) {
  .intro > .wrapper.pb0 {
    padding-top: 60px;
  }
}



div.solutionBlock {
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  div.solutionBlock {
    padding-top: 40px;
  }
}
div.solutionBlock::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-top: 30px solid #313f8e;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}
@media screen and (max-width: 1199px) {
  div.solutionBlock::before {
    width: 20px;
    height: 20px;
    border-top: 20px solid #313f8e;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
}
div.solutionBlock .blackBox {
  background: #313f8e;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  div.solutionBlock .blackBox {
    font-size: 1.4rem;
    padding: 20px;
  }
}

div.siteLink {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  div.siteLink {
    display: block;
  }
}
div.siteLink .blackBox {
  position: relative;
  display: inline-block;
  padding: 2px 6px 2px 12px;
  font-size: 1.6rem;
  box-sizing: border-box;
  background: #313f8e;
  text-align: center;
  color: #fff;
  margin: 0 40px 0 0;
  font-family: "circe", sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  div.siteLink .blackBox {
    display: block;
    width: 90px;
    margin: 0 auto 10px;
    padding: 3px 6px;
    font-size: 1.3rem;
  }
}
div.siteLink .blackBox::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18px;
  margin: auto;
  width: 18px;
  height: 18px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #313f8e;
}
@media screen and (max-width: 1199px) {
  div.siteLink .blackBox::before {
    right: -16px;
    width: 16px;
    height: 16px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #313f8e;
  }
}
div.siteLink a {
  display: block;
  color: #313f8e;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  div.siteLink a {
    text-align: center;
    font-size: 1.4rem;
  }
}
div.productImg {
  position: relative;
  text-align: center;
  margin: 30px 0 60px;
}
@media screen and (max-width: 1199px) {
  div.productImg {
    margin: 30px 0 40px;
  }
}

div.productImg .title {
  color: #141521;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  div.productImg .title {
    font-size: 1.3rem;
  }
}


div.productImg .popupOpenBtn {
  position: absolute;
  right: 0;
  top: -25px;
}
div.productImg .popupOpenBtn.popupOpenBtn01 {
  top: 15px;
}
div.productImg .popupContents {
  position: relative;
  display: none;
  height: 100vh;
  width: 100%;
  background: rgba(0,0,0,.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

div.productImg .popupContentInner {
  position: relative;
  background: #fff;
  padding: 20px;
  width: 90%;
  height: 70%;
}
div.productImg .popupContentInner .scrollContents {
  position: relative;
  overflow-x: scroll;
  overflow-y: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  display: flex;
  height: 100%;
  width:100%;
}
div.productImg .popupContentInner img {
  max-width: inherit;
}
div.productImg .show {
  display: flex;
  justify-content: center;
  align-items: center;
}
div.popupContents .popupCloseBtn {
  position: absolute;
  bottom: auto;
  top: -30px;
  right: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

div.popupContents .popupCloseBtn::before, div.popupContents .popupCloseBtn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #B9B8B8;
  width: 14px;
  height: 2px;
  margin: auto;
  transform: rotate(45deg);
}
div.popupContents .popupCloseBtn::after {
  transform: rotate(-45deg);
}

.productList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 40px 0;
}
@media screen and (max-width: 1199px) {
  .productList {
    display: block;
  }
}
.productList li {
  width: 32%;
  margin: 0 2% 2% 0;
  padding: 30px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .productList li {
    width: 100%;
    margin: 0 0 1px;
    padding: 28px 25px;
    text-align: left;
  }
}
.productList li:nth-child(3n) {
  margin: 0 0 2% 0;
}
@media screen and (max-width: 1199px) {
  .productList li:nth-child(3n) {
    margin: 0 0 1px;
  }
}
@media screen and (max-width: 1199px) {
  .spAccodion {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
  .spAccodion::before,
  .spAccodion::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    width: 20px;
    height: 2px;
    margin: auto;
  }
  .spAccodion::after {
    top: 0;
    right: 9px;
    height: 20px;
    width: 2px;
  }
  .spAccodion.on:after {
    opacity: 0;
  }
  .spInner {
    display: none;
    padding-top: 20px;
  }
}

.productList li p.title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #141521;
  margin: 0 0 25px;
}
@media screen and (max-width: 1199px) {
  .productList li p.title {
    width: 75%;
    font-size: 1.4rem;
    margin: 0;
  }
}
.productList li p.img {
  position: relative;
  display: block;
  margin: 0 auto 25px;
  text-align: center;
  min-height: 120px;
}
@media screen and (max-width: 1199px) {
  .productList li p.img {
    width: 20%;
    margin: 0 5% 0 0;
    min-height: inherit;
  }
}
.productList li p.img img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .productList li p.img img {
    position: static;
  }
}

div.caseBlock {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1199px) {
  div.caseBlock {
  }
}

div.caseBlock .blackBox {
  position: relative;
  display: inline-block;
  padding: 2px 6px 2px 12px;
  font-size: 1.6rem;
  box-sizing: border-box;
  background: #313f8e;
  text-align: center;
  color: #fff;
  margin: 0 40px 0 0;
  font-family: "circe", sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  div.caseBlock .blackBox {
    display: block;
    width: 90px;
    margin: 0 30px 0 0;
    padding: 3px 6px;
    font-size: 1.3rem;
  }
}
div.caseBlock .blackBox::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18px;
  margin: auto;
  width: 18px;
  height: 18px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #313f8e;
}
@media screen and (max-width: 1199px) {
  div.caseBlock .blackBox::before {
    right: -16px;
    width: 16px;
    height: 16px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #313f8e;
  }
}

div.caseBlock p {
  color: #141521;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  div.caseBlock p {
    font-size: 1.4rem;
  }
}
.scheduleList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 40px 0;
}
@media screen and (max-width: 1199px) {
  .scheduleList {
    display: block;
  }
}
.scheduleList li {
  width: 23%;
  margin: 0 2% 2% 0;
  padding: 30px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .scheduleList li {
    width: 100%;
    margin: 0 0 1px;
    padding: 28px 25px;
    text-align: left;
  }
}
.scheduleList li:nth-child(4n) {
  margin: 0 0 2% 0;
}
@media screen and (max-width: 1199px) {
  .scheduleList li:nth-child(4n) {
    margin: 0 0 1px;
  }
}
.scheduleList li p.title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #141521;
  margin: 0 0 25px;
}
@media screen and (max-width: 1199px) {
  .scheduleList li p.title {
    width: 75%;
    font-size: 1.4rem;
    margin: 0;
  }
}
.scheduleList li p.img {
  position: relative;
  display: block;
  margin: 0 auto 25px;
  text-align: center;
  min-height: 82px;
}
@media screen and (max-width: 1199px) {
  .scheduleList li p.img {
    width: 20%;
    margin: 0 5% 0 0;
    min-height: inherit;
  }
}
.scheduleList li p.img img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .scheduleList li p.img img {
    position: static;
  }
}

/* price */

@media screen and (max-width: 1199px) {
  .price > .wrapper.pb0 {
    padding-top: 60px;
  }
}

div.priceFixBlock {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 30px;
}
@media screen and (max-width: 1199px) {
  div.priceFixBlock {
    display: block;
  }
}
div.priceFixBlock .priceBlock + .priceBlock {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 1199px) {
  div.priceFixBlock .priceBlock + .priceBlock {
    margin: 10px 0 0;
  }
}

div.priceBlock {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1199px) {
  div.priceBlock {
  }
}

div.priceBlock .blackBox {
  position: relative;
  display: inline-block;
  padding: 2px 6px 2px 12px;
  font-size: 1.6rem;
  box-sizing: border-box;
  background: #313f8e;
  text-align: center;
  color: #fff;
  margin: auto 40px auto 0;
  font-family: "circe", sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  font-weight: bold;
  height: 36px;
}
@media screen and (max-width: 1199px) {
  div.priceBlock .blackBox {
    display: block;
    width: 90px;
    margin: 0 30px 0 0;
    padding: 3px 6px;
    font-size: 1.3rem;
    height: 32px;
  }
}
div.priceBlock .blackBox::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18px;
  margin: auto;
  width: 18px;
  height: 18px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #313f8e;
}
@media screen and (max-width: 1199px) {
  div.priceBlock .blackBox::before {
    right: -16px;
    width: 16px;
    height: 16px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #313f8e;
  }
}
div.priceBlock p {
  display: block;
  color: #141521;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "circe", sans-serif;
  letter-spacing: .05em;
}
@media screen and (max-width: 1199px) {
  div.priceBlock p {
    text-align: center;
    font-size: 1.4rem;
  }
}
div.priceBlock span {
  font-size: 3.2rem;
  line-height: 1.2;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1199px) {
  div.priceBlock span {
    font-size: 2.4rem;
    margin: 0 5px 0 0;
  }
}

div.whiteNoteBlock {
  background: #EFEFEF;
  padding: 35px;
  box-sizing: border-box;
  margin: 30px 0;
}
@media screen and (max-width: 1199px) {
  div.whiteNoteBlock {
    padding: 20px;
  }
}

.production .title {
  font-weight: bold;
  color: #141521;
  margin: 0 0 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .production .title {
    font-size: 1.3rem;
  }
}
.production .text {
  margin: 10px 0 0;
}

.tableBlock {
  margin: 30px 0;
}
@media screen and (max-width: 1199px) {
  .tableBlock {
  }
}
.tableBlock table {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .tableBlock table {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
    height: 100%;
    width: 100%;
  }
  .tableBlock table.noneScroll {
    display: block;
  }
}
.tableBlock table th,
.tableBlock table td {
  border: 1px solid #fff;
  vertical-align: middle;
  text-align: left;
  padding: 1px 10px;
}

@media (max-width: 767px) {
  .tableBlock table th,
  .tableBlock table td {
  }
}

.tableBlock table th {
  background: #fff;
  border: 1px solid #efefef;
}

@media (max-width: 767px) {
  .tableBlock table th {
    width: 100%;
    padding: 5px 15px;
    text-align: left;
  }
}
.tableBlock table th.center {
  text-align: center;
  color: #3e3c3b;
  font-weight: 500;
}
.tableBlock table td {
  text-align: center;
}
.tableBlock table td:last-child {
  text-align: left;
}


div.grayNoteBlock {
  background: #fff;
  padding: 35px;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  div.grayNoteBlock {
    padding: 20px;
  }
}

div.grayNoteBlock .tableBlock table th,
div.grayNoteBlock .tableBlock table td {
  border: 1px solid #d4d4d4;
}

@media (max-width: 767px) {
  div.grayNoteBlock .tableBlock table th,
  div.grayNoteBlock .tableBlock table td {
  }
}
div.grayNoteBlock .tableBlock table th:first-child {
  border-left: none;
}
div.grayNoteBlock .tableBlock table td:last-child {
  border-right: none;
}

div.grayNoteBlock .tableBlock table th {
  background: #fff;
  border: 1px solid #d4d4d4;
}







main {
  padding-top: 80px;
}

/* =========================================================
header
========================================================= */
.globalHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 50px;
  transition: all .5s;
}

@media (max-width: 989px) {
  .globalHeader {
    height: 65px;
    padding: 0 5%;
  }
}

.globalHeader h1 a {
  display: block;
}

.globalHeader h1 img {
  width: 400px;
}

@media (max-width: 989px) {
  .globalHeader h1 img {
    width: 100px;
  }
}

.gnavBtn {
  position: relative;
  border-radius: 50%;
  background: linear-gradient(to right, #334298 0%, #2290c8 50%, #6cc1a2 100%);
  width: 60px;
  height: 60px;
  margin-left: 15px;
  cursor: pointer;
  transition: all .5s;
}

@media (max-width: 989px) {
  .gnavBtn {
    width: 40px;
    height: 40px;
    margin-left: 5px;
  }
}

.gnavBtn span,
.gnavBtn span:before,
.gnavBtn span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: 18px;
  height: 2px;
  margin: auto;
  text-indent: -9999px;
  transition: all .5s;
}

@media (max-width: 989px) {
  .gnavBtn span,
  .gnavBtn span:before,
  .gnavBtn span:after {
    height: 1px;
    width: 12px;
  }
}

.gnavBtn span:before {
  top: -7px;
  bottom: auto;
}

@media (max-width: 989px) {
  .gnavBtn span:before {
    top: -5px;
  }
}

.gnavBtn span:after {
  bottom: -7px;
  top: auto;
}

@media (max-width: 989px) {
  .gnavBtn span:after {
    bottom: -5px;
  }
}

.gnavBtn:hover {
  opacity: .8;
}

.contactBtn {
  position: relative;
  margin-left: auto;
  text-align: center;
}

.contactBtn a {
  display: block;
  border-radius: 30px;
  background: linear-gradient(to right, #334298 0%, #2290c8 50%, #6cc1a2 100%);
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  color: #fff;
  letter-spacing: .2em;
  font-family: circe, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  transition: all .5s;
}

@media (max-width: 989px) {
  .contactBtn a {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 1rem;
  }
}

.contactBtn a span {
  position: relative;
  display: inline-block;
  background: url("../img/icon_mail.svg") no-repeat left center/24px auto;
  padding-left: 35px;
}

@media (max-width: 989px) {
  .contactBtn a span {
    background-size: 12px auto;
    padding-left: 20px;
  }
}

.contactBtn a span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 7px;
  height: 7px;
  margin: auto;
  transform: rotate(45deg);
}

@media (max-width: 989px) {
  .contactBtn a span::before {
    width: 5px;
    height: 5px;
  }
}

.contactBtn a span::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  width: 30px;
  height: 1px;
  margin: 0 0 0 5px;
  transition: all .5s;
}

@media (max-width: 989px) {
  .contactBtn a span::after {
    width: 15px;
  }
}

@media (min-width: 990px) {
  .contactBtn a:hover span::after {
    width: 60px;
  }
}


.snsList {
  display: flex;
  justify-content: center;
}

.snsList li {
  margin: 0 16px;
}

@media (max-width: 989px) {
  .snsList li {
    margin: 0 15px;
  }
}

.snsList li a {
  display: block;
  width: 25px;
  height: 25px;
}

@media (max-width: 989px) {
  .snsList li a {
    width: 20px;
    height: 20px;
  }
}

.snsList li a:hover {
  opacity: 1;
}

.snsList li a:hover svg {
  fill: #283772;
}

.snsList li svg {
  fill: #334298;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  transition: all .4s;
}


.closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
}

@media (max-width: 989px) {
  .closeBtn {
    width: 50px;
    height: 50px;
  }
}

.closeBtn::before, .closeBtn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  background: #000;
  width: 30px;
  height: 3px;
  margin: auto;
  transform: rotate(-45deg);
}

@media (max-width: 989px) {
  .closeBtn::before, .closeBtn::after {
    width: 20px;
    height: 1px;
  }
}

.closeBtn::after {
  transform: rotate(45deg);
}
/* =========================================================
global nav
========================================================= */
.globalNav {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
  max-width: 640px;
  height: 100%;
  padding: 40px 80px;
  color: #334298;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transform: translate(720px, 0);
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 989px) {
  .globalNav {
    max-width: 94%;
    padding: 30px 7%;
  }
}

.globalNav.is_show {
  transition-delay: 0s;
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

.globalNav .logo {
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 989px) {
  .globalNav .logo {
    margin-bottom: 25px;
  }
}

.globalNav .logo img {
  width: 200px;
}

@media (max-width: 989px) {
  .globalNav .logo img {
    width: 100px;
  }
}

.globalNav a {
  color: inherit;
}

.globalNav .gnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}

@media (max-width: 989px) {
  .globalNav .gnav {
    margin-bottom: 40px;
  }
}

.globalNav .gnav > li {
  width: calc(50% - 25px);
  margin-bottom: 40px;
}

@media (max-width: 989px) {
  .globalNav .gnav > li {
    width: calc(50% - 10px);
    margin-bottom: 30px;
  }
}

.globalNav .gnav > li > a {
  position: relative;
  display: block;
  line-height: 1.4;
  font-size: 1.4rem;
}

@media (max-width: 989px) {
  .globalNav .gnav > li > a {
    font-size: 1rem;
  }
}

.globalNav .gnav > li > a span {
  display: block;
  font-family: circe, sans-serif;
  font-size: 2.4rem;
  letter-spacing: 4px;
}

@media (max-width: 989px) {
  .globalNav .gnav > li > a span {
    letter-spacing: 2px;
    font-size: 1.5rem;
  }
}

.globalNav .gnav > li > a::before, .globalNav .gnav > li > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all .5s;
}

.globalNav .gnav > li > a::before {
  border-right: 1px solid;
  border-top: 1px solid;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
}

.globalNav .gnav > li > a::after {
  background: #334298;
  width: 50px;
  height: 1px;
}

@media (max-width: 989px) {
  .globalNav .gnav > li > a::after {
    width: 20px;
  }
}

@media (min-width: 990px) {
  .globalNav .gnav > li > a:hover::before {
    right: -20px;
  }
  .globalNav .gnav > li > a:hover::after {
    right: -20px;
    width: 70px;
  }
}

.globalNav .gnav > li:last-child {
  margin-bottom: 0;
}

.globalNav .contactTel {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 989px) {
  .globalNav .contactTel {
    margin-bottom: 25px;
  }
}

.globalNav .contactTel::before, .globalNav .contactTel::after {
  content: '';
  display: block;
  background: linear-gradient(to right, #334298 0%, #2290c8 50%, #6cc1a2 100%);
  width: 100%;
  height: 4px;
}

@media (max-width: 989px) {
  .globalNav .contactTel::before, .globalNav .contactTel::after {
    height: 2px;
  }
}

.globalNav .contactTel::before {
  margin-bottom: 25px;
}

@media (max-width: 989px) {
  .globalNav .contactTel::before {
    margin-bottom: 15px;
  }
}

.globalNav .contactTel::after {
  margin-top: 30px;
}

@media (max-width: 989px) {
  .globalNav .contactTel::after {
    margin-top: 20px;
  }
}

.globalNav .contactTel dt {
  font-weight: bold;
}

@media (max-width: 989px) {
  .globalNav .contactTel dt {
    font-size: 1.1rem;
  }
}

.globalNav .contactTel dd {
  line-height: 1.5;
  font-size: 1.2rem;
}

@media (max-width: 989px) {
  .globalNav .contactTel dd {
    font-size: 1.1rem;
  }
}

.globalNav .contactTel .tel {
  margin-bottom: 3px;
  letter-spacing: 1px;
  font-family: circe, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
}

@media (max-width: 989px) {
  .globalNav .contactTel .tel {
    margin: 5px 0;
    font-size: 2.1rem;
  }
}

.globalNav .contactTel .workingTime span {
  display: inline-block;
  border: 1px solid;
  padding: 2px 5px;
  margin-right: 7px;
}

.globalNav .closeBtn {
  right: 30px;
  background: url("../img/icon_close.svg") no-repeat center/60px auto;
}

@media (max-width: 989px) {
  .globalNav .closeBtn {
    top: 10px;
    right: 5%;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
  }
}

.globalNav .closeBtn::before, .globalNav .closeBtn::after {
  content: none;
}

body:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: rgba(40, 55, 114, 0.3);
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
}

body.fixed:before {
  visibility: visible;
  opacity: 1;
  transition: all .5s;
}





/* =========================================================
shareBtn
========================================================= */
.shareBtn {
  text-align: center;
}

.shareBtn .wrapper {
  padding: 60px 0;
}

@media (max-width: 989px) {
  .shareBtn .wrapper {
    padding: 30px 0 40px;
  }
}

.shareBtn p {
  margin-bottom: 10px;
  letter-spacing: .2em;
  font-family: circe, sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #334298;
}

@media (max-width: 989px) {
  .shareBtn p {
    font-size: 1.3rem;
  }
}

/* =========================================================
globalFooter
========================================================= */
.globalFooter {
  background: #283772;
  color: #fff;
}

.globalFooter .wrapper {
  position: relative;
  display: flex;
  padding: 50px 0;
  font-size: 1.2rem;
}

@media (max-width: 989px) {
  .globalFooter .wrapper {
    width: 86%;
    display: block;
    padding: 40px 0;
  }
}

.globalFooter .logo {
  padding-right: 35px;
  font-weight: bold;
}

@media (max-width: 989px) {
  .globalFooter .logo {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.globalFooter .logo img {
  display: block;
  width: 152px;
  margin-bottom: 5px;
}

.globalFooter .office {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #5c68ad;
  border-left: 1px solid #5c68ad;
  padding: 0 35px;
  line-height: 2;
}

@media (max-width: 989px) {
  .globalFooter .office {
    display: block;
    border: none;
    border-top: 1px solid #5c68ad;
    border-bottom: 1px solid #5c68ad;
    padding: 25px 0;
  }
}

.globalFooter .tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 35px;
  line-height: 2;
}

@media (max-width: 989px) {
  .globalFooter .tel {
    display: block;
    padding: 20px 0 30px;
  }
}

.globalFooter .tel a {
  display: block;
  color: inherit;
  letter-spacing: 1px;
  font-family: circe, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
}

.globalFooter .tel span {
  display: inline-block;
  border: 1px solid;
  padding: 0 5px;
}

@media (max-width: 989px) {
  .globalFooter .contactBtn {
    margin-left: 0;
  }
}

.globalFooter .contactBtn a {
  border-radius: 35px;
  min-width: 250px;
  height: 70px;
  line-height: 70px;
  font-size: 1.4rem;
}

@media (max-width: 989px) {
  .globalFooter .contactBtn a {
    min-width: 0;
    max-width: 270px;
    margin: 0 auto;
  }
  .globalFooter .contactBtn a span {
    background-size: 24px auto;
    padding-left: 40px;
  }
}

.globalFooter .copyright {
  background: #1a2342;
  padding: 16px 0;
  text-align: center;
  font-family: circe, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}

@media (max-width: 989px) {
  .globalFooter .copyright {
    font-size: 1rem;
  }
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 120px;
  color: #1a2342;
  letter-spacing: .2em;
  font-family: circe, sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  cursor: pointer;
  transform: rotate(-90deg);
}

@media (max-width: 989px) {
  .pagetop {
    float: right;
    position: relative;
    right: -25px;
    bottom: 0;
    width: 100px;
    margin: -62px 0 10px;
    letter-spacing: 2px;
  }
}

.pagetop span {
  display: inline-block;
  padding-left: 35px;
}

@media (max-width: 989px) {
  .pagetop span {
    padding-left: 15px;
  }
}

.pagetop::after {
  content: '';
  display: block;
  background: #1a2342;
  width: 120px;
  height: 1px;
  transition: all .5s;
}

@media (max-width: 989px) {
  .pagetop::after {
    width: 100px;
  }
}

.pagetop::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  right: 0;
  border-right: 1px solid;
  border-top: 1px solid;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  transition: all .5s;
}

@media (min-width: 990px) {
  .pagetop:hover::after {
    width: 150px;
  }
  .pagetop:hover::before {
    right: -30px;
  }
}
