@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;
  }
}

.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;
}

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;
  }
}

/* =========================================================
form
========================================================= */

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="submit"],
input[type="button"],
button,
select,
textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
  width: 600px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
}

@media screen and (max-width: 1199px) {
  input[type="text"],
  input[type="tel"],
  input[type="number"],
  input[type="email"],
  input[type="submit"],
  input[type="button"],
  button,
  select,
  textarea {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 15px;
    font-size: 1.2rem;
  }
}

textarea {
  height: 230px;
  line-height: 1.7;
  padding: 15px 20px;
}

@media screen and (max-width: 1199px) {
  textarea {
    width: 100%;
    padding: 15px;
  }
}

::placeholder {
  color: #B9B8B8;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #B9B8B8;
}


.textBox dt input,
.textBox dd input {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .formBoxList.nameBox dt {
    width: 100px;
  }
  .formBoxList.nameBox dd {
    width: calc(100% - 100px);
  }
  .formBoxList.nameBox dt:first-child + dd {
    margin-top: 0;
  }
}

.nameBox dd input {
  background: #EFEFEF;
  width: 350px;
}
@media screen and (max-width: 1199px) {
  .nameBox dd input {
    width: 100%;
  }
}
.formBox {
  background: #EFEFEF;
  padding: 60px 90px;
  margin: 40px 0 50px;
}
@media screen and (max-width: 1199px) {
  .formBox {
    background: #EFEFEF;
    padding: 20px;
    margin: 20px 0;
  }
}
.formBoxList {
  display: flex;
  flex-wrap: wrap;
}

.formBoxList dt {
  margin-top: 30px;
  color: #141521;
  width: 180px;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .formBoxList dt {
    margin-top: 20px;
    width: 100%;
  }
}
.formBoxList dt:first-child {
  margin-top: 0;
  padding-top: 12px;
}

.confirm .formBoxList dt:first-child {
  padding-top: 0;
}

.formBoxList dt:first-child + dd {
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  .formBoxList dt:first-child + dd {
    margin-top: 10px;
  }
}
.formBoxList dd {
  width: calc(100% - 180px);
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .formBoxList dd {
    width: 100%;
    margin-top: 20px;
  }
}
.formBoxList dd input[type="text"] {
  margin-bottom: 10px;
}

.formBoxList.textBox {
  align-items: center;
}

.formBoxList.textBox dt:first-child {
  padding-top: 0;
  margin-top: 0;
}

.formBoxList.textBox dt,
.formBoxList.textBox dd {
  margin-top: 10px;
}

.formBoxList.textBox dt input,
.formBoxList.textBox dd input {
  margin: 0;
}

.formBox h2 {
  margin-bottom: 15px;
  font-size: 1.6rem;
}

.formBox h2 span {
  margin-right: 5px;
  font-family: "circe", sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 1.8rem;
}

.formBox .description {
  margin: 30px 0 10px;
  color: #141521;
}

.formBox .description:first-child {
  margin-top: 0;
}

.formBox .name {
  display: inline-block;
  width: 10em;
}

.formBox .name02 {
  display: inline-block;
  width: 15em;
}

.formBox .wide {
  width: 100%;
}

.formBox .indent {
  margin-left: 25px;
  margin-top: 10px;
}

.formBox hr {
  border: none;
  border-top: 1px solid #EFEFEF;
  margin: 50px 0;
}

.formBox input[type="radio"] {
  display: none;
}

.formBox input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}

.formBox input[type="radio"] + label::before, .formBox input[type="radio"] + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #DCDDDD;
  width: 20px;
  height: 20px;
  margin: auto;
}

.formBox input[type="radio"] + label::after {
  left: 6px;
  border: none;
  background: #263a82;
  width: 8px;
  height: 8px;
  opacity: 0;
  transition: all .15s;
}

.formBox input[type="radio"]:checked + label::after {
  opacity: 1;
}

.formBox input[type="checkbox"] {
  display: none;
}

.formBox input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  cursor: pointer;
}

.formBox input[type="checkbox"] + label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #DCDDDD;
  width: 14px;
  height: 14px;
  margin: auto;
  transition: all .15s;
}

.formBox input[type="checkbox"]:checked + label::before {
  background: #263a82;
}

.formBox .content label {
  margin-right: 30px;
}

.formBox .content textarea {
  height: 120px;
}

input[type="submit"],
input[type="button"] {
  display: block;
  background: #263a82;
  width: 460px;
  height: 74px;
  line-height: 74px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all .15s;
}
@media screen and (max-width: 1199px) {
  input[type="submit"],
  input[type="button"] {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 1.3rem;
    padding: 0;
  }
}
input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: .7;
}

input[type="button"] {
  border: 1px solid #D9D9D9;
  background: #fff;
  color: #141521;
}

.btnList {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .btnList {
    display: block;
  }
}
.btnList li + li {
  margin-left: 40px;
}
@media screen and (max-width: 1199px) {
  .btnList li + li {
    margin: 10px 0 0 0;
  }
}
.btnList li input {
  margin: 0;
}

.thanks {
  min-height: 100vh;
}
@media (max-width: 989px) {
  .thanks {
    min-height: inherit;
  }
}

.thanksText {
  margin-top: 70px;
  text-align: center;
  font-size: 1.6rem;
}

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




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;
  }
}
