@charset "UTF-8";
.applyInfo .content, .effectY, .contentTitle {
  -webkit-transition: opacity 0.8s ease("ease-in-out"), -webkit-transform 0.8s ease("ease-in-out");
  transition: opacity 0.8s ease("ease-in-out"), -webkit-transform 0.8s ease("ease-in-out");
  transition: transform 0.8s ease("ease-in-out"), opacity 0.8s ease("ease-in-out");
  transition: transform 0.8s ease("ease-in-out"), opacity 0.8s ease("ease-in-out"), -webkit-transform 0.8s ease("ease-in-out");
}

.applyInfo .content, .effectY, .contentTitle {
  -webkit-transition: opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

/*
date : 2012-2

+ Text
+ List
+ Anchor
+ Table
+ Form
+ Others
*/
/*----------------------------------------
	font-size
------------------------------------------
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/
/* Don't Edit */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

/*----------------------------------------
	HTML5
----------------------------------------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

/*----------------------------------------
	Text
----------------------------------------*/
h1 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}

h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

h4 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1em;
}

h5 {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

h6 {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

pre {
  margin: 1.5em 25px;
  padding: 1em;
  overflow: scroll;
  font-family: "ＭＳ-Ｐ ゴシック" , Osaka, Arial, Helvetica, sans-serif;
  line-height: 1.9;
}

blockquote {
  margin: 1.5em 1px;
  border: 5px solid #9f998f;
  color: #77471c;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-position: left bottom;
}

blockquote[title]::before {
  padding: 0.2em 10px 0.4em 10px;
  content: attr(title);
  display: block;
  color: #fff;
  background-color: #9f998f;
  font-weight: bold;
}

blockquote[cite]::after {
  margin: 0.5em 10px;
  content: attr(cite);
  display: block;
  text-align: right;
  font-size: 85%;
}

blockquote * {
  color: #4c4c4c;
}

em {
  color: #000;
}

pre em {
  font-weight: bold;
  background-image: none;
}

q {
  text-decoration: underline;
}

cite {
  display: block;
  text-align: right;
}

kbd {
  background-color: #f5f5f5;
  font-family: "Osaka|", monospace;
  text-transform: uppercase;
  padding: 0 0.4em;
  border: 1px solid #6a8eaa;
}

del {
  text-decoration: line-through;
}

ins {
  border-top: 10px solid #3cadd6;
  border-bottom: 10px solid #3cadd6;
  border: 7px solid #3cadd6;
  margin: 2em 1px;
  padding: 1px 0;
  display: block;
  text-decoration: none;
}

ins * {
  color: #666 !important;
}

abbr,
acronym {
  border-bottom: 1px dotted #aaa;
  cursor: help;
}

/*----------------------------------------
	List
----------------------------------------*/
ol li {
  margin-left: 1.5em;
}

li,
dt,
dd {
  font-size: 100%;
  list-style-type: none;
  list-style-position: outside;
}

ol li {
  list-style: decimal;
}

dt {
  font-weight: bold;
}

p + p,
p + ul,
p + ol,
ul + p,
ol + p,
dl + p {
  margin-top: 1em;
}

/*----------------------------------------
	Anchor
----------------------------------------*/
a {
  color: #3152A0;
  text-decoration: none;
}

/*----------------------------------------
	Table
----------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
}

iframe {
  border: none;
}

/*----------------------------------------
	Form
----------------------------------------*/
fieldset,
legend {
  border: none;
}

legend {
  display: none;
}

input[type=text],
textarea {
  padding: 0.2em;
  border: 1px solid #d1d1d1;
  background-color: #fff;
}

input {
  line-height: 1.2;
}

select, input, textarea, button {
  vertical-align: middle;
  position: relative;
  *margin-right: 3px;
  top: 0;
}

input[type="checkbox"],
input[type="radio"] {
  border: none;
  top: -1px;
  top: 0\9;
  margin-right: 2px;
  margin-right: 0\9;
}

input[type=text]:focus,
textarea:focus {
  border: 1px solid #069;
  background-color: #fff;
}

input.button {
  padding: 0;
  border: none;
  background-image: none;
  vertical-align: top;
}

/*----------------------------------------
	Others
----------------------------------------*/
img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

.applyInfo .content, .effectY, .contentTitle {
  -webkit-transition: opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.


h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.applyInfo .content, .effectY, .contentTitle {
  -webkit-transition: opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  color: #333;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP";
  font-weight: 500;
  margin-top: 76px;
  background-color: #fff;
  -webkit-text-size-adjust: none;
}

.ghead {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
}

.ghead__inner {
  margin: 0 auto;
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: 0 1px 1px #999;
  position: relative;
}

.ghead .logo {
  width: 260px;
}

.ghead .logo h1 {
  margin: 0;
}

.ghead .gnavi {
  width: calc(100% - 260px);
}

.ghead .gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ghead .gnavi ul li {
  padding: 20px 0;
  margin-left: 10px;
}

.ghead .gnavi ul li a {
  display: block;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 20px;
  border-radius: 2em;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.ghead .gnavi ul li a:hover {
  color: #fff;
  background-color: #3152A0;
}

.ghead .gnavi ul li.apply {
  padding: 0;
  margin-left: 20px;
}

.ghead .gnavi ul li.apply a {
  color: #fff;
  padding: 20px;
  background-color: #01AB93;
  border: solid 2px #01AB93;
  border-radius: 0;
}

.ghead .gnavi ul li.apply a:hover {
  color: #01AB93;
  background-color: #fff;
}

.ghead .gnavi ul li.current a {
  color: #fff;
  background-color: #3152A0;
}

.ghead .subnavi {
  display: none;
  padding: 2em 20px;
  box-shadow: 0 1px 1px #999;
  width: 100%;
  background-color: #fff;
  border-top: solid 1px #ccc;
  position: absolute;
  top: 100%;
  left: 0;
}

.ghead .subnavi nav {
  max-width: 1060px;
  margin: 0 auto;
}

.ghead .subnavi nav + nav {
  margin-top: 1em;
  padding-top: 1em;
  border-top: solid 1px #707070;
}

.ghead .subnavi nav ul {
  display: block;
}

.ghead .subnavi nav ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: 2em;
  padding-left: 1em;
  position: relative;
}

.ghead .subnavi nav ul li:before {
  content: '\ea54';
  color: #3152A0;
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: -5px;
}

.ghead .subnavi nav ul li a {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0;
  border-radius: 0;
}

.ghead .subnavi nav ul li a:hover {
  color: #3152A0;
  background-color: #fff;
}

.ghead .subnavi__title span {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  width: 180px;
  background-color: #3152A0;
  border-radius: 2em;
}

.gfoot__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3em 20px 20px;
}

.gfoot__inner .logo {
  width: 260px;
}

.gfoot__inner .fnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1em;
}

.gfoot__inner .fnavi__info {
  width: 49.0566%;
}

.gfoot__inner .fnavi__info .address {
  padding-top: 1em;
}

.gfoot__inner .fnavi__main {
  width: 49.0566%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gfoot__inner .fnavi__main nav {
  width: 48.07692%;
}

.gfoot__inner .fnavi__main nav .title {
  color: #fff;
  text-align: center;
  background-color: #3152A0;
  border-radius: 2em;
}

.gfoot__inner .fnavi__main nav ul li {
  padding-left: 1em;
  position: relative;
}

.gfoot__inner .fnavi__main nav ul li:before {
  content: '\ea54';
  color: #3152A0;
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  top: 1px;
  left: -5px;
}

.gfoot__inner .fnavi__main nav ul li a {
  color: #333;
}

.gfoot .copyright {
  text-align: center;
  max-width: 1060px;
  margin: 0 auto;
  padding: 1em;
  border-top: solid 1px #707070;
}

.applyInfo {
  color: #fff;
  padding: 3em 0;
  background-color: #3152A0;
}

.applyInfo .content {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.applyInfo .content.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.applyInfo .contentTitle .title {
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
}

.applyInfo__inner {
  max-width: 700px;
  margin: 0 auto;
}

.applyInfo__inner p {
  margin-bottom: 1em;
}

.applyInfo__inner input[type=text] {
  padding: 10px;
  width: 100%;
  border: solid 1px #707070;
  border-radius: 4px;
}

.applyInfo__inner .send {
  text-align: center;
  padding-top: 1em;
}

.applyInfo__inner .send button {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  padding: 12px 10px;
  width: 100%;
  max-width: 500px;
  background-color: #01AB93;
  border: solid 2px #01AB93;
  border-radius: 2em;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.applyInfo__inner .send button br {
  display: none;
}

.applyInfo__inner .send button:hover {
  color: #01AB93;
  background-color: #fff;
}

.pagetop {
  cursor: pointer;
  display: none;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  width: 65px;
  padding: 5px 0;
  background-color: #3152A0;
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 900;
}

.pagetop span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.pagetop i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}

.clear {
  clear: both;
}

/*----------------------------------------
	clearfix
----------------------------------------*/
.cf {
  min-height: 1px;
  _height: 1%;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.naviTggle {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 120;
  -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  transition: opacity 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

@media (max-width: 768px) {
  .naviTggle {
    display: block;
  }
}

.naviTggle.is-show {
  pointer-events: auto;
  opacity: 1;
}

.naviTggle p {
  color: #3152A0;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3px;
}

.naviTggle p:last-of-type {
  display: none;
}

.naviTggle span {
  display: block;
  position: absolute;
  left: 25%;
  z-index: 200;
  width: 50%;
  height: 2px;
  background-color: #3152A0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.naviTggle span:nth-child(1) {
  top: 10px;
}

.naviTggle span:nth-child(2) {
  top: 18px;
}

.naviTggle span:nth-child(3) {
  top: 26px;
}

.naviTggle.active {
  background-color: #3152A0;
}

.naviTggle.active p {
  color: #fff;
}

.naviTggle.active span {
  background-color: #fff;
}

.naviTggle.active span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-315deg);
      -ms-transform: translateY(8px) rotate(-315deg);
          transform: translateY(8px) rotate(-315deg);
}

.naviTggle.active span:nth-child(2) {
  opacity: 0;
}

.naviTggle.active span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(315deg);
      -ms-transform: translateY(-8px) rotate(315deg);
          transform: translateY(-8px) rotate(315deg);
}

.drawerMenu {
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transform: translate(110%, 0%) matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: translate(110%, 0%) matrix(1, 0, 0, 1, 0, 0);
          transform: translate(110%, 0%) matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: opacity 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  transition: opacity 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  transition: transform 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), opacity 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  transition: transform 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), opacity 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.drawerMenu.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

.drawerMenu__inner {
  overflow: scroll;
  padding: 40px;
  width: 100%;
  height: 100vh;
}

.drawerMenu .logo {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

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

.drawerMenu nav ul li {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: solid 1px #707070;
}

.drawerMenu nav ul li a, .drawerMenu nav ul li span {
  display: block;
  color: #333;
  padding: 5px 20px;
  -webkit-transition: color 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: color 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.drawerMenu nav ul li.parent.is-active span {
  color: #fff;
  background-color: #3152A0;
}

.drawerMenu nav ul li .subnavi {
  display: none;
  padding: 1em;
  border: solid 2px #3152A0;
}

.drawerMenu nav ul li .subnavi__title span {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  width: 180px;
  background-color: #3152A0;
  border-radius: 2em;
}

.drawerMenu nav ul li .subnavi nav + nav {
  margin-top: 1em;
}

@media (max-width: 640px) {
  .drawerMenu__inner {
    padding: 20px 10px;
  }
  .drawerMenu nav ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.overlay {
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  transition: all 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.is-open .overlay {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate(0, 0%) matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: translate(0, 0%) matrix(1, 0, 0, 1, 0, 0);
          transform: translate(0, 0%) matrix(1, 0, 0, 1, 0, 0);
}

@media (max-width: 1100px) {
  .ghead .gnavi ul li a {
    padding: 0 10px;
  }
  .ghead .gnavi ul li.apply a {
    padding: 20px 10px;
  }
}

@media (max-width: 960px) {
  body {
    margin-top: 72px;
  }
  .ghead .logo {
    width: 220px;
  }
  .ghead .gnavi {
    width: calc(100% - 220px);
  }
  .ghead .gnavi ul li {
    margin-left: 5px;
  }
  .ghead .gnavi ul li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 860px) {
  .ghead__inner {
    height: 72px;
  }
  .ghead .logo {
    width: 220px;
  }
  .ghead .gnavi {
    display: none;
  }
  .naviTggle {
    display: block;
  }
  .gfoot__inner .logo {
    width: 220px;
  }
  .gfoot__inner .fnavi__info {
    width: 100%;
    margin-bottom: 2em;
  }
  .gfoot__inner .fnavi__main {
    width: 100%;
  }
  .gfoot__inner .fnavi__main nav ul li {
    display: inline-block;
    margin-right: 1em;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 55%;
  }
}

@media (max-width: 640px) {
  .applyInfo .contentTitle .title {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .applyInfo__inner .send button {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .applyInfo__inner .send button br {
    display: inline;
  }
}

@media (max-width: 480px) {
  .gfoot__inner .fnavi__main nav {
    width: 100%;
  }
  .gfoot__inner .fnavi__main nav + nav {
    margin-top: 1em;
  }
}

.applyInfo .content, .effectY, .contentTitle {
  -webkit-transition: opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

/***** アニメーション *****/
.effect {
  opacity: 0;
}

.effect.is-show {
  opacity: 1;
}

.effectY {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}

.effectY.is-show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/***** アニメーション *****/
/***** カラム・ボックス *****/
.contentWrap .content {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/***** カラム・ボックス *****/
/***** 見出し *****/
.contentTitle, .pageTitle {
  margin-bottom: 2em;
}

.contentTitle span, .pageTitle span {
  display: block;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.contentTitle span:after, .pageTitle span:after {
  content: '';
  display: block;
  width: 160px;
  height: 3px;
  margin: 5px auto;
  background-color: #3152A0;
  background: -webkit-linear-gradient(left, #144a75 0%, #00b295 100%);
  background: linear-gradient(90deg, #144a75 0%, #00b295 100%);
}

.contentTitle .title, .pageTitle .title {
  color: #3152A0;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}

.contentTitle .subtitle, .pageTitle .subtitle {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
  text-align: center;
}

.contentTitle .lead, .pageTitle .lead {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

.content__lead p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

.heading1 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.heading2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  border-bottom: solid 2px #3152A0;
}

.heading3 {
  color: #3152A0;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: solid 2px #ccc;
}

@media (max-width: 768px) {
  .contentTitle .title, .pageTitle .title {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .contentTitle .subtitle, .pageTitle .subtitle {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 640px) {
  .contentTitle .title, .pageTitle .title {
    font-size: 30px;
    font-size: 3rem;
  }
  .contentTitle .subtitle, .pageTitle .subtitle {
    font-size: 20px;
    font-size: 2rem;
  }
}

/***** 見出し *****/
/***** ボタン *****/
.btnWrap {
  margin-top: 1em;
}

.btnCenter {
  text-align: center;
}

.btn {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  width: 300px;
  border-radius: 4em;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.btnBig {
  width: 500px;
}

@media (max-width: 640px) {
  .btnBig {
    width: 100%;
  }
}

.btnBlue {
  background-color: #3152A0;
  border: solid 2px #3152A0;
}

.btnBlue:hover {
  color: #3152A0;
  background-color: #fff;
}

.btnGreen {
  background-color: #01AB93;
  border: solid 2px #01AB93;
}

.btnGreen:hover {
  color: #01AB93;
  background-color: #fff;
}

.btnOrange {
  background-color: #F38334;
  border: solid 2px #F38334;
}

.btnOrange:hover {
  color: #F38334;
  background-color: #fff;
}

.more {
  display: inline-block;
  color: #F38334;
  font-weight: 500;
  padding-left: 25px;
  position: relative;
}

.more:before {
  content: '\ea54';
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  font-size: 2.4rem;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  position: absolute;
  top: 2px;
  left: 5px;
}

.more:hover {
  text-decoration: underline;
}

.more:hover:before {
  text-decoration: none;
}

@media (max-width: 640px) {
  .btn {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    max-width: 300px;
  }
}

/***** ボタン *****/
/***** テキスト *****/
/***** 画像 *****/
.alignleft {
  width: 30%;
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}

.alignright {
  width: 30%;
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
}

.alignnone {
  margin-bottom: 1em;
  width: auto;
  max-width: 600px;
}

.aligncenter {
  margin-bottom: 1em;
  max-width: 1060px;
}

/***** 画像 *****/
/***** アイコン *****/
/***** アイコン *****/
/*テーブル*/
table {
  table-layout: fixed;
}

table th, table td {
  padding: 10px;
}

/*リスト*/
.list li {
  padding-left: 1em;
  position: relative;
}

.list li:after {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.list li span {
  display: inline-block;
}

.list li span:after {
  content: '/';
  margin: 0 5px;
}

.list li span:last-of-type:after {
  display: none;
}

.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.col2 li {
  width: 50%;
  padding-right: 1em;
}

@media (max-width: 640px) {
  .col2 li {
    width: 100%;
    padding-right: 0;
  }
}

.inlineList li {
  display: inline-block;
  margin-right: 1em;
}

.disc li:before {
  content: '●';
  margin-right: 3px;
}

.square li:before {
  content: '■';
  margin-right: 3px;
}

.latin li {
  list-style-type: lower-latin;
}

.roman li {
  list-style-type: lower-roman;
}

ol li ul.list li {
  list-style: none;
  margin-left: 0;
}

ol li ul.list li + li {
  margin-top: 0;
}

.applyInfo .content, .effectY, .contentTitle {
  -webkit-transition: opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

/***** 文字サイズ *****/
.fs20 {
  font-size: 20px;
  font-size: 2rem;
}

.fs30 {
  font-size: 30px;
  font-size: 3rem;
}

.fs40 {
  font-size: 40px;
  font-size: 4rem;
}

/***** 余白調整 *****/
.mt0 {
  margin-top: 0em !important;
}

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

.mt1 {
  margin-top: 1em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.mt4 {
  margin-top: 4em !important;
}

.mb4 {
  margin-bottom: 4em !important;
}

.mt5 {
  margin-top: 5em !important;
}

.mb5 {
  margin-bottom: 5em !important;
}

.mt6 {
  margin-top: 6em !important;
}

.mb6 {
  margin-bottom: 6em !important;
}

.mt7 {
  margin-top: 7em !important;
}

.mb7 {
  margin-bottom: 7em !important;
}

.mt8 {
  margin-top: 8em !important;
}

.mb8 {
  margin-bottom: 8em !important;
}

.mt9 {
  margin-top: 9em !important;
}

.mb9 {
  margin-bottom: 9em !important;
}

.mt10 {
  margin-top: 10em !important;
}

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

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inline;
  }
}

.contentWrap {
  padding: 3em 0;
}

.contentTitle {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.contentTitle.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.visual {
  position: relative;
}

.visual__copy {
  text-align: center;
  width: 90%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.65);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.visual__copy p span {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  .visual__copy p span {
    font-size: 4vw;
  }
}

.visual__copy h2 {
  color: #3152A0;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .visual__copy h2 {
    font-size: 4.2vw;
  }
}

.visual__copy h2 br {
  display: none;
}

.topFeature .content__lead {
  margin-bottom: 2em;
}

.topFeature .topFeatureList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: solid 1px #707070;
}

.topFeature .topFeatureList__item {
  width: 33.333333%;
  padding: 1em 20px;
  border-left: solid 1px #707070;
  border-bottom: solid 1px #707070;
}

.topFeature .topFeatureList__item:nth-of-type(3n) {
  border-right: solid 1px #707070;
}

.topFeature .topFeatureList__item .icon {
  text-align: center;
}

.topFeature .topFeatureList__item .icon i {
  color: #3152A0;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.2;
}

.topFeature .topFeatureList__item h3 {
  color: #3152A0;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.topFeature .btnWrap {
  margin-top: 2em;
  width: 100%;
}

.topSuccess {
  background-color: #F6F9FB;
}

.topSuccess .contentTitle p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.topSuccess .topSuccessList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topSuccess .topSuccessList__item {
  width: 32.07547%;
  margin-right: 1.88679%;
  padding: 40px 20px 20px;
  margin-top: 40px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}

.topSuccess .topSuccessList__item:nth-of-type(3n) {
  margin-right: 0;
}

.topSuccess .topSuccessList__item .icon {
  text-align: center;
  padding: 10px 0 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.topSuccess .topSuccessList__item .icon.shield {
  background-color: #35BFC0;
}

.topSuccess .topSuccessList__item .icon.lock {
  background-color: #F38334;
}

.topSuccess .topSuccessList__item .icon.rocket {
  background-color: #95C748;
}

.topSuccess .topSuccessList__item .icon i {
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}

.topSuccess .topSuccessList__item h3 {
  color: #3152A0;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

.topSuccess .topSuccessList .topSuccess__note {
  width: 100%;
  text-align: center;
  margin-top: 2em;
}

.topSuccess .topSuccessList .topSuccess__note p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

.topSuccess .topSuccessList .topSuccess__note p a {
  color: #01AB93;
  text-decoration: underline;
}

.priceInfo {
  background-color: #F6F9FB;
}

.priceInfo .priceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.priceInfo .priceList__item {
  width: 48%;
  margin-right: 1.88679%;
  background-color: #fff;
  border-radius: 8px;
}

.priceInfo .priceList__item:nth-of-type(3n) {
  margin-right: 0;
}

.priceInfo .priceList__item--plan {
  height: 240px;
  padding: 20px;
  background-color: #3152A0;
  border-radius: 8px 8px 0 0;
}

.priceInfo .priceList__item--plan h3 {
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  margin: 0;
}

.priceInfo .priceList__item--plan h3 span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}

.priceInfo .priceList__item--plan .price {
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
}

.priceInfo .priceList__item--plan .price .unit {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

.priceInfo .priceList__item--plan .pageview {
  font-weight: 500;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 5px;
}

.priceInfo .priceList__item--plan.planEssential {
  background-color: #1BB1E2;
}

.priceInfo .priceList__item--plan.planEssential .pageview {
  color: #1BB1E2;
}

.priceInfo .priceList__item--plan.planBusiness {
  background-color: #3152A0;
}

.priceInfo .priceList__item--plan.planBusiness .pageview {
  color: #3152A0;
}

.priceInfo .priceList__item--plan.planEnterprise {
  background-color: #144A75;
}

.priceInfo .priceList__item--plan.planEnterprise .price {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 10px 0;
}

.priceInfo .priceList__item--plan.planEnterprise .btn {
  color: #144A75;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  background-color: #fff;
  border: solid 2px #fff;
}

.priceInfo .priceList__item--plan.planEnterprise .btn:hover {
  color: #fff;
  background-color: #144A75;
}

.priceInfo .priceList__item--func {
  padding: 20px;
}

.priceInfo .priceList__item--func p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 10px;
}

.priceInfo .priceList__item--func ul li {
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 1em;
  position: relative;
}

.priceInfo .priceList__item--func ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.priceInfo .priceList__all {
  margin-top: 1em;
}

.contactInfo {
  background-color: #EAF7FF;
}

.contactInfo__inner--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1em;
}

.contactInfo__inner--form .input {
  width: 49.0566%;
}

.contactInfo__inner--form .input input[type=text], .contactInfo__inner--form .input textarea {
  padding: 10px;
  width: 100%;
  border: solid 1px #707070;
  border-radius: 4px;
}

.contactInfo__inner--form .input input + input {
  margin-top: 10px;
}

.contactInfo__inner--form .input input + textarea {
  margin-top: 10px;
}

.contactInfo__inner--form .button {
  width: 49.0566%;
}

.contactInfo__inner--form .button button {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  padding: 12px 10px;
  margin-top: 1em;
  width: 100%;
  background-color: #F38334;
  border: solid 2px #F38334;
  border-radius: 5px;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.contactInfo__inner--form .button button:hover {
  color: #F38334;
  background-color: #fff;
}

@media (max-width: 1100px) {
  .priceInfo .priceList__item--plan {
    height: 220px;
  }
  .priceInfo .priceList__item--plan h3 {
    font-size: 3vw;
  }
  .priceInfo .priceList__item--plan h3 span {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .priceInfo .priceList__item--plan.planEnterprise .price {
    font-size: 2.2vw;
  }
  .priceInfo .priceList__item--plan.planEnterprise .btn {
    font-size: 2.4vw;
  }
  .priceInfo .priceList__item--func p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .priceInfo .priceList__item--func ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) and (max-width: 1100px) {
  .priceInfo .priceList__item--plan {
    height: 200px;
  }
}

@media (max-width: 640px) {
  .visual__copy {
    padding: 5px 10px;
  }
  .visual__copy p {
    text-align: left;
    font-size: 2vw;
  }
  .visual__copy p span {
    text-align: center;
    font-size: 2vw;
  }
  .visual__copy h2 {
    font-size: 5vw;
    line-height: 1.4;
  }
  .visual__copy h2 br {
    display: inline;
  }
  .topFeature .topFeatureList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border-right: solid 1px #707070;
  }
  .topFeature .topFeatureList__item .icon {
    width: 60px;
    text-align: left;
  }
  .topFeature .topFeatureList__item h3 {
    width: calc(100% - 60px);
    text-align: left;
    margin: 0;
  }
  .topSuccess .contentTitle p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .topSuccess .topSuccessList__item {
    width: 100%;
    margin: 3em 0 0;
  }
  .priceInfo .priceList__item {
    width: 100%;
    margin: 0;
  }
  .priceInfo .priceList__item + .priceList__item {
    margin-top: 1em;
  }
  .priceInfo .priceList__item--plan {
    height: auto;
    text-align: center;
  }
  .priceInfo .priceList__item--plan h3 {
    font-size: 30px;
    font-size: 3rem;
  }
  .priceInfo .priceList__item--plan h3 span {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .priceInfo .priceList__item--plan.planEnterprise .price {
    font-size: 20px;
    font-size: 2rem;
  }
  .priceInfo .priceList__item--plan.planEnterprise .btn {
    font-size: 20px;
    font-size: 2rem;
  }
  .priceInfo .priceList__item--func p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .priceInfo .priceList__item--func ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contactInfo__inner--form .input {
    width: 100%;
  }
  .contactInfo__inner--form .button {
    width: 100%;
    text-align: center;
  }
  .contactInfo__inner--form .button button {
    font-size: 20px;
    font-size: 2rem;
    width: 80%;
  }
}

@media (max-width: 480px) {
  .priceInfo .priceList__item--plan h3 span {
    display: block;
  }
}

/* 追加クラス */
.onPremisePlanBtn {
  color: #35bfc0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  background-color: #fff;
  border: solid 2px #fff;
  display: inline-block;
  margin-top: auto;
}

.onPremisePlanBtn:hover {
  color: #fff;
  background-color: #35bfc0;
}

.cloudPlanBtn {
  color: #144A75;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  background-color: #fff;
  border: solid 2px #fff;
  display: inline-block;
  margin-top: auto;
}

.cloudPlanBtn:hover {
  color: #fff;
  background-color: #144A75;
}

.contactBtn {
  color: #F38334;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  width: 500px;
  background-color: #fff;
  border: solid 2px #fff;
  display: inline-block;
}

.contactBtn:hover {
  color: #fff;
  background-color: #F38334;
}

.content .plan__content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.plan__content .plan__item {
  display: block; 
  flex: 1; 
  padding: 20px; 
  height: auto;
}

.plan__content .plan__description-turquoise {
  background-color: #35bfc0;
  padding: 20px; 
  border-radius: 8px; 
  height: 100%; 
  display: flex; 
  flex-direction: column;
}

.plan__content .plan__description-navy {
  background-color: #144A75;
  padding: 20px; 
  border-radius: 8px; 
  height: 100%; 
  display: flex; 
  flex-direction: column;
}

.plan__content .plan__title {
  font-weight: bold;
  display: block;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
}

.plan__title .plan__title-small {
  font-size: 1.8rem;
}

.plan__content .plan__price {
  font-weight: bold;
  font-size: 3.6rem;
  color: #fff;
}

.plan__price .plan__price-small {
  font-weight: 400;
  font-size: 1.6rem;
}

.plan__content .plan__text {
  color: #fff; 
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .content .plan__content {
    width: 100%;
    display: block;
    text-align: center;
  }
  .plan__content .plan__title {
    display: flex;
    margin: 0 auto;
  }
  .plan__title .plan__title-small {
    margin-top: auto;
    margin-bottom: 3px;
  }
  .onPremisePlanBtn {
    margin: 0 auto;
  }
  .cloudPlanBtn {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .plan__content .plan__title {
    display: block;
  }
}

.topSuccessList .enterPriseSupportItem {
  padding-top: 20px;
  background-color: #F6F9FB;
}

.content .orangePanel {
  width: 100%;
  background-color: #F38334;
  border: solid 2px #F38334;
  border-radius: 8px;
  text-align: center;
  padding: 1em 0"
}
.orangePanel .panelText {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
}

.bg-white {
  background-color: #fff;
}

.mb-20 {
  margin-bottom: 20px;
}
/* 追加ここまで */