/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ----------------------------------------
	base
---------------------------------------- */
html,
body {
  overflow-x: hidden;
  position: relative;
}

html {
  font-size: 62.5%;
  background-color: #f1f1f1;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  max-width: 1536px;
  margin: 0 auto;
  background-color: #fff;
}

* {
  word-break: break-all;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  width: 100%;
}

section {
  position: relative;
  padding: 2em 0;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  section {
    padding: 3em 0;
  }
}

.sp, .tb, .pc {
  display: none;
}

@media screen and (max-width: 639px) {
  .sp {
    display: inherit;
  }
}
@media screen and (min-width: 640px) {
  .tb {
    display: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .tb {
    display: none;
  }
  .pc {
    display: inherit;
  }
}
.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .inner {
    width: 94%;
  }
}

.txt {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .txt {
    font-size: 1.6rem;
  }
}

.note {
  color: #666;
  font-size: 1rem;
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .note {
    margin-top: 18px;
    font-size: 1.1rem;
  }
}

.bg-grad {
  position: relative;
  z-index: 2;
}
.bg-grad::after {
  position: absolute;
  content: "";
  left: 0;
  top: -120px;
  width: 100%;
  height: calc(100% + 240px);
  z-index: -1;
  background: linear-gradient(-69deg, #e6eaed 0%, rgba(230, 234, 237, 0.2) 52%, rgba(230, 234, 237, 0.2) 78%, #e6eaed 100%);
}

/* ----------------------------------------
	btn
---------------------------------------- */
.btn {
  display: block;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#003867), color-stop(45%, #0076be), color-stop(55%, #0079c3), color-stop(83%, #00b4de), to(#59c3e1));
  background: linear-gradient(to right, #003867 0%, #0076be 45%, #0079c3 55%, #00b4de 83%, #59c3e1 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 50px;
  max-width: 280px;
  width: 100%;
  padding: 15px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 640px) {
  .btn {
    font-size: 2.6rem;
    padding: 25px 15px;
    max-width: 364px;
  }
}
.btn.--orange {
  background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#ff4768));
  background: linear-gradient(to right, #ff8a00 0%, #ff4768 100%);
}
@media screen and (min-width: 1024px) {
  .btn:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.1em;
  }
}

/* ----------------------------------------
	btnTxt
---------------------------------------- */
.btnTxt {
  display: inline-block;
}
.btnTxt--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btnTxt--circle {
  position: relative;
  width: 60px;
  height: 60px;
  display: block;
  background: url(../img/icn_arrow_navy.svg) no-repeat center center/15px 13px;
}
@media screen and (min-width: 640px) {
  .btnTxt--circle {
    width: 80px;
    height: 80px;
  }
}
.btnTxt--txt {
  color: #11114c;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 0 16px;
}
@media screen and (min-width: 640px) {
  .btnTxt--txt {
    font-size: 2.2rem;
    margin: 0 0 0 28px;
  }
}
.btnTxt ._arrow-circle__back {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: all 0.5s cubic-bezier(0.18, 0.06, 0.23, 1);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  opacity: 0.12;
  color: #11114c;
}
.btnTxt .stroke-current {
  stroke: #11114c;
  stroke-width: 2;
}
.btnTxt .stroke {
  stroke: #e6eaed;
}
.btnTxt ._arrow-circle__front {
  -webkit-transform: rotate(-90deg) scale(1.08);
          transform: rotate(-90deg) scale(1.08);
  -webkit-transform-origin: center;
          transform-origin: center;
  color: #11114c;
}
.btnTxt ._arrow-circle__front circle {
  stroke-dasharray: 0 157;
  -webkit-transition: stroke-dasharray 0.7s cubic-bezier(0.47, 0.16, 0.24, 1);
  transition: stroke-dasharray 0.7s cubic-bezier(0.47, 0.16, 0.24, 1);
  stroke-width: 2;
}
@media screen and (min-width: 1024px) {
  .btnTxt:hover ._arrow-circle__back {
    stroke-dasharray: 157 157;
    opacity: 0;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 1.2s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition: all 1.2s cubic-bezier(0.18, 0.06, 0.23, 1);
  }
  .btnTxt:hover ._arrow-circle__front circle {
    stroke-dasharray: 157 157;
    -webkit-transition: stroke-dasharray 0.3s cubic-bezier(0.47, 0.16, 0.24, 1);
    transition: stroke-dasharray 0.3s cubic-bezier(0.47, 0.16, 0.24, 1);
  }
}

/* ----------------------------------------
	secTtl
---------------------------------------- */
.secTtl {
  font-family: "Montserrat", serif;
  color: #ccc;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .secTtl {
    font-size: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .secTtl {
    font-size: 10rem;
  }
}

.secTtlSub {
  font-size: 1.6rem;
  font-weight: 600;
  color: #11114c;
}
@media screen and (min-width: 640px) {
  .secTtlSub {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .secTtlSub {
    font-size: 2.6rem;
  }
}

/* ----------------------------------------
	header
---------------------------------------- */
.header {
  position: relative;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .header.fix .headerFix {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 640px) {
  .header .headerFix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  .header .headerFix {
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 0 7px;
    padding: 7px;
    background: rgb(255, 255, 255);
    border-radius: 26px;
    -webkit-box-shadow: 0 10px 10px rgba(10, 10, 10, 0.05);
            box-shadow: 0 10px 10px rgba(10, 10, 10, 0.05);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 470px;
    width: 96%;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1536px;
  margin: 0 auto;
  padding: 10px;
}
@media screen and (min-width: 1200px) {
  .header__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 15px;
  }
}
@media screen and (max-width: 639px) {
  .header__nav {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav {
    padding: 12px;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0 10px 10px rgba(10, 10, 10, 0.05);
            box-shadow: 0 10px 10px rgba(10, 10, 10, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 35px;
  }
}
.header__tel {
  padding: 0 16px;
}
@media screen and (min-width: 1200px) {
  .header__tel {
    border-left: 1px solid #11114c;
    padding: 0 16px 0 24px;
  }
}
.header__tel a {
  color: #11114c;
  text-align: center;
}
.header__tel a .t1 {
  font-size: 2rem;
  font-weight: 600;
  display: block;
  line-height: 1.1;
}
@media screen and (min-width: 640px) {
  .header__tel a .t1 {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1400px) {
  .header__tel a .t1 {
    font-size: 2.5rem;
  }
}
.header__tel a .t2 {
  font-size: 1rem;
  display: block;
  line-height: 1.8;
}
@media screen and (min-width: 640px) {
  .header__tel a .t2 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1199px) {
  .header .gnav {
    position: fixed;
    right: 0;
    top: 60px;
    width: 70%;
    max-width: 262px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #fff;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    z-index: 1000;
    padding: 25px;
    visibility: hidden;
    border-radius: 15px 0 0 15px;
    -webkit-box-shadow: 0 10px 10px rgba(10, 10, 10, 0.05);
            box-shadow: 0 10px 10px rgba(10, 10, 10, 0.05);
  }
}
@media screen and (max-width: 1199px) {
  .header .gnav.panelactive {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
}
@media print, screen and (min-width: 1200px) {
  .header .gnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 10px;
  }
}
@media print, screen and (min-width: 1400px) {
  .header .gnav__list {
    margin: 0 25px;
  }
}
.header .gnav__item {
  margin: 0 14px;
}
@media screen and (max-width: 1199px) {
  .header .gnav__item {
    padding: 5px 0;
  }
}
.header .gnav__link {
  color: #11114c;
  font-size: 1.6rem;
  font-weight: 600;
}
@media print, screen and (min-width: 1200px) {
  .header .gnav__link {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1024px) {
  .header .gnav__link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .gnav__link:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 1400px) {
  .header .gnav__link {
    font-size: 1.4rem;
  }
}
.header .ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 639px) {
  .header .ctas {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 639px) {
  .header .ctas__item {
    width: 50%;
  }
}
@media screen and (min-width: 640px) {
  .header .ctas__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 130px;
  }
}
@media print, screen and (min-width: 1400px) {
  .header .ctas__item {
    width: 148px;
  }
}
.header .ctas__item:last-child {
  margin-left: 8px;
}
@media screen and (min-width: 1024px) {
  .header .ctas__item:last-child {
    margin-left: 12px;
  }
}
.header .ctas__link {
  display: block;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#003867), color-stop(45%, #0076be), color-stop(55%, #0079c3), color-stop(83%, #00b4de), to(#59c3e1));
  background: linear-gradient(to right, #003867 0%, #0076be 45%, #0079c3 55%, #00b4de 83%, #59c3e1 100%);
  color: #fff;
  border-radius: 23px;
  font-size: 1.3rem;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 7px;
}
@media screen and (min-width: 640px) {
  .header .ctas__link {
    padding: 10px;
  }
}
@media print, screen and (min-width: 1400px) {
  .header .ctas__link {
    font-size: 1.5rem;
  }
}
.header .ctas__link.--inq {
  background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#ff4768));
  background: linear-gradient(to right, #ff8a00 0%, #ff4768 100%);
}
@media screen and (min-width: 1024px) {
  .header .ctas__link:hover {
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 1199px) {
  .header .spCta {
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .header .spCta .ctas {
    display: block;
  }
  .header .spCta .ctas__item {
    width: 100%;
    margin: 10px 0;
  }
  .header .spCta .ctas__link {
    padding: 9px;
  }
  .header .spCta .header__tel {
    padding: 5px 16px;
  }
  .header .spCta .header__tel a .t1 {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .header .spCta {
    display: none;
  }
}
.header .header__hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  position: absolute;
  right: 0;
  padding: 0 0 0 23px;
  width: 57px;
  height: 40px;
  background: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(10, 10, 10, 0.05);
          box-shadow: 0 10px 10px rgba(10, 10, 10, 0.05);
  border-radius: 40px 0 0 40px;
}
@media print, screen and (min-width: 1200px) {
  .header .header__hamburger {
    display: none;
    visibility: hidden;
  }
}
.header .header__hamburger span {
  width: 16px;
  height: 2px;
  background-color: #11114c;
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
  border-radius: 2px;
}
.header .header__hamburger span:nth-child(1) {
  top: 0;
}
.header .header__hamburger span:nth-child(2) {
  margin: 4px 0;
}
.header .header__hamburger span:nth-child(3) {
  top: 0;
}
.header .header__hamburger.active span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .header__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header .header__hamburger.active span:nth-child(3) {
  top: -6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 1200px) {
  .header .header #js-focus-trap {
    display: none;
  }
}

/* ----------------------------------------
	footer
---------------------------------------- */
.footer {
  padding: 20px 0 10px;
}
@media screen and (min-width: 640px) {
  .footer {
    padding: 44px 0 24px;
  }
}
@media screen and (min-width: 1024px) {
  .footer a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer a:hover {
    opacity: 0.7;
  }
}
.footer__inner {
  padding: 0 20px;
}
@media screen and (min-width: 640px) {
  .footer__inner {
    padding: 0 40px;
  }
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo {
  display: block;
  width: 180px;
}
@media screen and (min-width: 640px) {
  .footer__logo {
    width: 242px;
  }
}
.footer__copy {
  font-size: 1rem;
  color: #666;
  margin-top: 18px;
}
@media screen and (min-width: 640px) {
  .footer__copy {
    font-size: 1.2rem;
  }
}
.footer__privacy {
  display: block;
  width: 40px;
}
@media screen and (min-width: 640px) {
  .footer__privacy {
    width: 60px;
  }
}
/*# sourceMappingURL=common.css.map */