@charset "UTF-8";
/* ---------------------------
 * ALL Width
 * --------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  line-height: 1.6;
  font-family: "Hiragino Kaku Gothic ProN", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  letter-spacing: .05em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

figure {
  margin: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.color-blue {
  color: #1ebbe0;
}

.color-white {
  color: #fff;
}

.bold {
  font-weight: bold;
}

.large_text {
  font-size: 1.2em;
}

.verylarge_text {
  font-size: 1.6em;
}

.small_text {
  font-size: 0.9em;
}

.bg-type01 {
  overflow: hidden;
  background-color: #fff;
}

.bg-type02 {
  overflow: hidden;
  background-image: url("../img/bg01.png");
}

.bg-type03 {
  overflow: hidden;
  background-color: #1ebbe0;
}

.bg-type04 {
  overflow: hidden;
  background-color: #f7f7f7;
}

.bg-type05 {
  overflow: hidden;
  border-top: 2px solid #f7f7f7;
}

.bg-type06 {
  overflow: hidden;
  background-color: #c3f3ff;
}

.header {
  background-color: #6fb1e5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
}

.header__inner {
  box-sizing: border-box;
}
.header__inner:after {
  content: "";
  display: block;
  clear: both;
}

.header__logo {
  float: left;
  margin: 0;
  font-size: 0;
}

.header-link__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.header-link__item a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  transition: border .2s, background .2s, color .2s;
}

.header-link__item.type-login a {
  border-color: #f7f7f7;
  background-color: #f7f7f7;
  color: #333;
}
.header-link__item.type-login a:hover {
  background-color: #fff;
  border-color: #e5e5e5;
  color: #333;
}

.header-link__item.type-signup a {
  border-color: #ea5b4b;
  background-color: #ea5b4b;
  color: #fff;
}
.header-link__item.type-signup a:hover {
  color: #ea5b4b;
  background-color: #fff;
}

.header-link__item.type-download a {
  border-color: #0b294a;
  background-color: #0b294a;
  color: #fff;
}
.header-link__item.type-download a:hover {
  background-color: #fff;
  color: #0b294a;
}

.global-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.global-nav__item {
  font-weight: bold;
}
.global-nav__item a {
  color: #333;
  text-decoration: none;
  text-shadow: 1px 1px 3px #fff;
}

.global-nav__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-nav__button {
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  transition: border .2s, background .2s, color .2s;
}
.global-nav__button.type-login {
  border-color: #f7f7f7;
  background-color: #f7f7f7;
  color: #333;
}
.global-nav__button.type-login:hover {
  background-color: #fff;
  border-color: #e5e5e5;
  color: #333;
}
.global-nav__button.type-signup {
  border-color: #009ee6;
  background-color: #009ee6;
  color: #fff;
}
.global-nav__button.type-signup:hover {
  background-color: #fff;
  color: #009ee6;
}

.footer {
  background: linear-gradient(to bottom, #fff, #6fb1e5);
}

.footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav__item {
  font-weight: bold;
}
.footer-nav__item a {
  color: #333;
  text-decoration: none;
  text-shadow: 1px 1px 3px #fff;
}

.footer__copyright {
  text-align: center;
  padding: 18px;
  line-height: 1;
}
.footer__copyright small {
  display: block;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}

.pagetop {
  position: fixed;
  right: 0;
  z-index: 20;
}
.pagetop a {
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  padding: 10px;
  text-decoration: none;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #062b52;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: color .2s;
}

.mainvisual {
  background: linear-gradient(to bottom, #6fb1e5, #fff);
  position: relative;
  text-align: center;
}

.mainvisual__title {
  color: #fff;
  font-weight: 700;
}

.mainvisual__logo {
  margin: 5px 0 5px;
}

.mainvisual__lead {
  overflow: hidden;
  color: #242932;
  font-weight: 700;
  text-shadow: 3px 3px 2px #fff;
  line-height: 1.7em;
}

.mainvisual__button {
  padding-left: 5px;
  padding-right: 5px;
}
.mainvisual__button a {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grad_orange {
  background: linear-gradient(to right, #ea5b4b, #f0af78);
}
.grad_orange:hover {
  opacity: 0.6;
}

.grad_green {
  background: linear-gradient(to right, #61ae6c, #9dda7a);
}
.grad_green:hover {
  opacity: 0.6;
}

.mainvisual__button__register {
  margin: 50px 0 0;
}
.mainvisual__button__register a {
  display: block;
  text-decoration: none;
  background-color: #ea5b4b;
  color: #fff;
  position: relative;
  border-radius: 40px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 25px;
  font-size: 2.5rem;
}
.mainvisual__button__register a:hover {
  opacity: 0.6;
}

.mainvisual__information {
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}

.page-title {
  overflow: hidden;
  background-color: #f7f7f7;
  border-bottom: 4px solid #1ebbe0;
}

.page-title__inner {
  overflow: hidden;
}

.page-title__title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

.page-title__sub {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 15px 0 0;
  color: #1ebbe0;
}

.button-type01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background-color: transparent;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: top;
  border-width: 3px;
  border-style: solid;
  border-radius: 30px;
  text-align: center;
  transition: border .2s, background .2s, color .2s;
}
.button-type01.type-default {
  background-color: #009ee6;
  border-color: #009ee6;
  color: #fff;
}
.button-type01.type-bd-white {
  border-color: #fff;
  color: #fff;
}

.button-group01 {
  text-align: center;
}

.heading-type01 {
  text-align: center;
  margin: 0;
  line-height: 1;
  color: #2280cf;
}
.heading-type01 i {
  display: block;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1ebbe0;
}
.heading-type01.type02 {
  color: #fff;
}
.heading-type01.type02 i {
  color: #0b294a;
}

.heading-lead01 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6875;
  margin: 20px 0;
  text-align: center;
}

.heading-lead02 {
  text-align: center;
  font-weight: bold;
}

.top-block01 {
  text-align: center;
}

.item-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 6px;
}

.item-list01__item {
  position: relative;
  box-sizing: border-box;
}

.item-list01__title {
  text-align: center;
  margin: 0 0 15px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}
.item-list01__title i {
  color: #1ebbe0;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  line-height: 1;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}

.item-list01__img {
  text-align: center;
}

.item-list01__text {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 10px 0 0;
}

.item-list02__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-list02__img {
  position: relative;
}
.item-list02__img img {
  max-width: none;
  width: 100%;
}

.item-list02__label {
  color: #fff;
  text-align: center;
  background-color: #0b294a;
  line-height: 36px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
}

.item-list02__text {
  background-color: #fff;
  padding: 15px 20px 0;
}

.item-list02__name {
  color: #444;
  font-weight: bold;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}

.item-list02__compare {
  display: flex;
}
.item-list02__compare .item-list02__lead {
  color: #444;
  font-weight: bold;
}

.item-list02__lead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 5px;
}

.item-list02__price {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0;
}
.item-list02__price span {
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.item-list02__before {
  position: relative;
  width: 48%;
  margin: 15px 4% 15px 0;
  padding-right: 5px;
  box-sizing: border-box;
}
.item-list02__before:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #062b52;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.item-list02__before .item-list02__price {
  color: #888;
}

.item-list02__after {
  width: 48%;
  margin: 15px 0;
}
.item-list02__after .item-list02__price {
  color: #1ebbe0;
}

.item-list02__bottom {
  background-color: #1ebbe0;
  color: #fff;
  margin: 0 -20px;
  padding: 15px 5px;
  overflow: hidden;
  text-align: center;
}

.item-list02__result {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative;
  padding-left: 40px;
}
.item-list02__result:before {
  content: "";
  background-image: url(../img/icon_down01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-block01 {
  background-color: #fff;
}

.list-block01__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.list-block01__item {
  color: #444;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 2px 5px;
}

.reason-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.reason-list01__text {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
}
.reason-list01__text:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
}

.reason-list01__title {
  color: #062b52;
  font-weight: bold;
  margin: 0;
}

.reason-list01__description {
  margin: 0;
}

.balloon-type01 {
  text-align: center;
}
.balloon-type01 span {
  display: inline-block;
  color: #fff;
  background-color: #0b294a;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
.balloon-type01 span:after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #0b294a;
  position: absolute;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.balloon-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.balloon-list01__item {
  border-radius: 4px;
  position: relative;
  padding: 25px 30px;
  box-sizing: border-box;
}
.balloon-list01__item:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 26px;
  position: absolute;
  width: 30px;
  height: 26px;
  bottom: -26px;
}
.balloon-list01__item:nth-child(odd) {
  background-color: #0b294a;
  color: #fff;
}
.balloon-list01__item:nth-child(odd):after {
  background-image: url(../img/part01.svg);
  right: 35px;
}
.balloon-list01__item:nth-child(even) {
  background-color: #f7f7f7;
  color: #444;
}
.balloon-list01__item:nth-child(even):after {
  background-image: url(../img/part02.svg);
  left: 35px;
}

.balloon-list01__title {
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  padding-bottom: 15px;
  margin: 0 0 15px;
}
.balloon-list01__title:before {
  content: "";
  width: 120px;
  height: 4px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1ebbe0;
}

.balloon-list01__description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 10px 0 0;
  line-height: 1.7;
}

.banner-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.banner-list01__inner {
  display: block;
  text-decoration: none;
  color: #333;
}

.banner-list01__img {
  display: block;
  border-width: 2px;
  border-style: solid;
  border-color: #f7f7f7;
  border-radius: 2px;
  text-align: center;
  font-size: 0;
  box-sizing: border-box;
  transition: border .2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-list01__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 10px 0 0;
  transition: color .2s;
}

.faq-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faq-list01__item {
  background-color: #fff;
  overflow: hidden;
  border-radius: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #444;
}

.faq-list01__q, .faq-list01__a {
  position: relative;
  display: flex;
  align-items: center;
}
.faq-list01__q i, .faq-list01__a i {
  font-size: 1px;
  text-indent: -9999px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: left center;
}
.faq-list01__q > span, .faq-list01__a > span {
  width: 100%;
  box-sizing: border-box;
}

.faq-list01__q {
  font-weight: bold;
}
.faq-list01__q i {
  background-image: url(../img/icon_faq_q.svg);
}
.faq-list01__q:after {
  content: "";
  width: 100%;
  border-bottom: 2px dashed #e5e5e5;
  position: absolute;
  left: 0;
}

.faq-list01__a i {
  background-image: url(../img/icon_faq_a.svg);
}

.step-list01.type-auction .step-list01__item {
  background-color: #dbf6ff;
}

.step-list01.type-auction .step-list01__num {
  background-color: #6fe3ff;
}

.step-list01.type-decision .step-list01__item {
  background-color: #fff2ba;
}

.step-list01.type-decision .step-list01__num {
  background-color: #ffe034;
}

.step-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.step-list01__item {
  color: #0b294a;
  position: relative;
}

.step-list01__num {
  width: 60px;
  height: 60px;
  padding-top: 13px;
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  border-radius: 50%;
  box-sizing: border-box;
}
.step-list01__num span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 3px;
}

.step-list01__img {
  background-color: #fff;
  text-align: center;
}

.step-list01__text {
  padding: 20px 30px;
}

.step-list01__title {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.step-list01__description {
  margin: 10px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.sns-block01__title {
  color: #1ebbe0;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  font-weight: 700;
  margin: 0 0 30px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
}

.sns-block01__main {
  border: 1px solid #eee;
  box-sizing: border-box;
}

.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  background-color: #f7f7f7;
  border: 0;
  border-radius: 2px;
  box-sizing: border-box;
}

.form-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 150px;
  padding: 5px 10px;
  background-color: #f7f7f7;
  border: 0;
  border-radius: 2px;
  box-sizing: border-box;
}

.form-table th {
  color: #444;
  text-align: left;
  font-weight: bold;
}

.form-error {
  margin: 10px 0 0;
  color: #c00;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.form-required {
  color: #fff;
  background-color: #c00;
  display: inline-block;
  font-style: normal;
  border-radius: 2px;
  padding: 5px;
  line-height: 1;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

.form-optional {
  color: #fff;
  background-color: #aaa;
  display: inline-block;
  font-style: normal;
  border-radius: 2px;
  padding: 5px;
  line-height: 1;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

/* 全体　*/
.cp-section {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.cp-gothic {
  /* 游ゴシック体 */
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.cp-link {
  text-decoration: none;
}

/* header */
.cp-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
}

.cp-header-container {
  display: flex;
  justify-content: space-between;
  margin: 10px 40px;
}

.cp-header-grid-3fr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

/* footer */
.cp-footer {
  text-align: center;
  background-color: #15866c;
  color: #fff;
  padding: 10px 40px;
}

.cp-footer-container {
  display: flex;
  justify-content: space-between;
}

.cp-footer-left-border {
  border-left: 1px solid #fff;
  height: 25px;
  width: 80px;
  text-align: center;
  color: #fff;
}

.cp-footer-margin-right {
  width: 80px;
  margin-right: 10px;
  color: #fff;
}

/* mainvisual */
.cp-main-background {
  background-image: url(/coronapj/img/main.png);
  background-repeat: repeat;
  /* background-color:rgba(255,255,255,0.5); 
      background-blend-mode:lighten; */
  margin-top: 62px;
  padding: 50px 0;
}

.cp-main-title {
  font-weight: bold;
  background-color: rgba(21, 134, 108, 0.9);
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 40px 10% 20px 10%;
}

.cp-main-logo {
  margin: 0 12% 15px 12%;
}

.cp-main-text-lg {
  font-weight: bold;
  font-size: 55px;
  font-size: 5.5rem;
}

.cp-main-text-md {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
}

.cp-main-text {
  font-weight: bold;
  white-space: pre-line;
  font-size: 22px;
  font-size: 2.2rem;
}

/* content */
.cp-background {
  background-color: #e9f5f4;
  padding: 20px 0;
}

.cp-title {
  border-bottom: 2px solid #15866c;
  font-weight: normal;
  font-size: 45px;
  font-size: 4.5rem;
}

.cp-title2 {
  margin-top: 50px;
  border-bottom: 2px solid #15866c;
  font-weight: normal;
}

.cp-subtitle {
  font-weight: normal;
  color: #15866c;
}

.cp-text {
  white-space: pre-line;
  font-size: 22px;
  font-size: 2.2rem;
}

.cp-text-industry-icon {
  font-weight: bold;
  color: #15866c;
  font-size: 20px;
  font-size: 2rem;
}

.cp-text-pink {
  color: #ff1493;
  font-weight: bold;
}

.cp-text-local-comment, .cp-text-local-comment2 {
  text-align: left;
  background-color: #fff;
  box-shadow: 0 0 8px gray;
  white-space: pre-line;
  margin: 10px 5px 10px 5px;
  position: relative;
  padding: 10px;
  border-radius: 10px;
}

.cp-text-local-comment::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 80px;
  border-right: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.cp-text-local-comment2::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 80px;
  border-left: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.cp-sp-br {
  display: none;
}

.cp-sp-block {
  display: inline;
}

.cp-margin-bottom-md {
  margin-bottom: 30px;
}

.cp-flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cp-margin-bottom {
  margin-bottom: 30px;
}

.cp-margin-bottom-big {
  margin-bottom: 100px;
}

.cp-button {
  background-color: #15866c;
  box-shadow: 0 0 8px #555;
  border-radius: 80px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  width: 200px;
  height: 40px;
  padding-top: 5px;
  display: flex;
  justify-content: center;
}

.cp-button:hover {
  background-color: #20b492;
}

.cp-form {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.cp-phone {
  color: #15866c;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
}

.cp-phone-fixed-size {
  /* width: 300px; */
}

.cp-time {
  font-size: 17px;
  font-size: 1.7rem;
}

.cp-float {
  float: left;
}

.cp-grid-3fr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.cp-grid-2fr {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.cp-grid-4fr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cp-grid-4fr-l {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.cp-grid-4fr-r {
  display: grid;
  grid-template-columns: 3fr 1fr;
}

.cp-grid-contact {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.partner-box {
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px 0 30px;
}

.box__img {
  width: 400px;
}

.box__list ul {
  list-style-type: 0;
}

.text__list {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6875;
  margin: 20px 0;
}

.media-grid-3fr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.media-grid-fr {
  display: flex;
  padding: 0 150px 0;
}

.media-flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.button-type02-orange {
  padding: 15px 2px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  background: linear-gradient(to right, #ea5b4b, #f0af78);
  border-radius: 10px;
}
.button-type02-orange:hover {
  opacity: 0.6;
}

.button-type02-green {
  padding: 15px 2px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  background: linear-gradient(to right, #61ae6c, #9dda7a);
  border-radius: 10px;
}
.button-type02-green:hover {
  opacity: 0.6;
}

.button-size-mid {
  width: 320px;
}

.button-size-mini {
  width: 220px;
}

.item-list03__list {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 6px;
}

.item-list03__item {
  margin: 0 15px 0;
  position: relative;
  box-sizing: border-box;
  border: solid 3px #a9abb6;
}

.item-list03__title {
  text-align: center;
  margin: 10px 0 15px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  color: #2aace4;
}
.item-list03__title i {
  color: #1ebbe0;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  line-height: 1;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}

.item-list03__img {
  text-align: center;
}

.item-list03__text {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 10px 0 0;
  padding: 0 20px 5px;
}

.case-grid-4fr-l {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.case-flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.caption {
  font-size: 20px;
  font-size: 2rem;
}

.case-text-local-comment {
  text-align: left;
  background-color: #fff;
  box-shadow: 0 0 5px gray;
  white-space: pre-line;
  margin: 10px 5px 10px 5px;
  position: relative;
  padding: 10px;
  border-radius: 10px;
}

.case-text-local-comment::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 80px;
  border-right: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.case-text-pink {
  color: #ff1493;
  font-weight: bold;
}

.button-type-gov {
  margin: 20px 0 0;
  text-align: center;
}
.button-type-gov a {
  padding: 10px 10px;
  display: block;
  text-decoration: none;
  background-color: #fff;
  color: #009ee6;
  border-color: #009ee6;
  border-width: 3px;
  border-style: solid;
  border-radius: 40px;
  transition: border .2s, background .2s, color .2s;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 20px;
}
.button-type-gov a:hover {
  background-color: #009ee6;
  color: #fff;
}
.button-type-gov img {
  margin: 10px 0 0;
  width: 400px;
}

.doc-image {
  border: 1px gray solid;
  width: 95%;
  margin: 0 0 20px;
}

@media print, screen and (min-width: 48.0625em) {
  /* ---------------------------
 * PC & Tablet
 * --------------------------- */
  .pc-hide {
    display: none !important;
  }
  .sp-only {
    display: none !important;
  }
  .content__inner {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .section-type01 {
    margin: 60px 0;
  }
  .footer {
    overflow: hidden;
  }
  .footer__inner {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .footer-nav__list {
    text-align: center;
    max-width: 740px;
    margin: 25px auto;
  }
  .footer-nav__item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 5px 10px;
  }
  .footer-nav__item a {
    transition: color .2s;
  }
  .footer-nav__item a:hover {
    color: #1ebbe0;
  }
  .pagetop {
    bottom: 260px;
  }
  .pagetop a {
    width: 42px;
    height: 97px;
  }
  .pagetop a:hover {
    color: #1ebbe0;
  }
  .mainvisual {
    padding: 30px 0;
    margin-top: 112px;
  }
  .mainvisual:after {
    height: 100px;
  }
  .mainvisual__title {
    font-size: 45px;
    font-size: 4.5rem;
  }
  .mainvisual__lead {
    font-size: 45px;
    font-size: 4.5rem;
  }
  .mainvisual__content {
    width: 450px;
  }
  .lp-flexbox {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .lp-box {
    width: 50%;
  }
  .mainvisual__inner {
    max-width: 940px;
    padding: 0 10px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .mainvisual__img {
    float: right;
    width: 57.44681%;
    max-width: 450px;
  }
  .mainvisual__text {
    float: left;
    width: 40.42553%;
    max-width: 380px;
  }
  .mainvisual__button {
    margin: 20px 0 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mainvisual__button a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .mainvisual__button__register a {
    width: 400px;
  }
  .mainvisual__information {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .page-title {
    margin: 112px 0 50px;
  }
  .page-title__inner {
    max-width: 940px;
    margin: 45px auto 40px;
    padding: 0 20px;
  }
  .button-type01 {
    line-height: 44px;
    padding: 0 40px;
  }
  .button-type01.type-default:hover {
    background-color: #fff;
    color: #009ee6;
  }
  .button-type01.type-bd-white:hover {
    background-color: #fff;
    color: #1ebbe0;
  }
  .heading-type01 {
    font-size: 26px;
    font-size: 2.6rem;
    margin: 60px 0 30px;
  }
  .heading-type01 i {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .heading-lead02 {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 30px 0;
  }
  .top-block01 img {
    margin: 15px 0 20px;
  }
  .top-block01 figcaption {
    margin-top: 30px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.70833;
  }
  .item-list01__list {
    display: flex;
  }
  .item-list01__item {
    width: 33.3%;
    padding: 5px;
  }
  .item-list01__item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .item-list01__item:last-child:after {
    display: none;
  }
  .item-list02__list {
    display: flex;
    flex-wrap: wrap;
  }
  .item-list02__item {
    width: calc((100% - 20px * 2) / 3);
    margin: 20px 20px 0 0;
  }
  .item-list02__item:nth-child(3n) {
    margin-right: 0;
  }
  .item-list02__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .list-block01__list {
    padding: 10px 10px;
  }
  .reason-list01__item {
    margin: 20px 0;
  }
  .reason-list01__inner {
    display: flex;
    align-items: center;
  }
  .reason-list01__icon {
    width: 80px;
    margin-right: 30px;
    flex-shrink: 0;
  }
  .reason-list01__text {
    width: 100%;
    padding: 25px 30px;
  }
  .reason-list01__text:after {
    left: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .reason-list01__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .reason-list01__description {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6875;
    margin: 5px 0 0;
  }
  .balloon-type01 {
    margin: 40px 0 20px;
  }
  .balloon-type01 span {
    padding: 15px 35px;
    border-radius: 25px;
  }
  .balloon-list01 {
    margin: 20px 0 80px;
  }
  .balloon-list01__item {
    margin: 30px 0 40px;
  }
  .banner-list01__item {
    width: calc((100% - 20px * 3) / 4);
    margin: 30px 20px 0 0;
  }
  .banner-list01__item:nth-child(4n) {
    margin-right: 0;
  }
  .banner-list01__item:nth-child(-n+4) {
    margin-top: 0;
  }
  .banner-list01__inner:hover .banner-list01__img {
    border-color: #1ebbe0;
  }
  .banner-list01__inner:hover .banner-list01__title {
    color: #1ebbe0;
  }
  .banner-list01__img {
    height: 110px;
  }
  .faq-list01__item {
    margin: 20px 0;
    padding: 20px 30px;
  }
  .faq-list01__q, .faq-list01__a {
    margin: 0;
  }
  .faq-list01__q i, .faq-list01__a i {
    width: 50px;
    min-height: 50px;
    margin-right: 20px;
  }
  .faq-list01__q {
    margin: 0 0 20px;
  }
  .faq-list01__q:after {
    bottom: -20px;
  }
  .faq-list01__a {
    margin: 40px 0 0;
  }
  .step-list01__list {
    display: flex;
    flex-wrap: wrap;
  }
  .step-list01__item {
    width: calc((100% - 20px * 2) / 3);
    margin: 20px 20px 0 0;
  }
  .step-list01__item:nth-child(3n) {
    margin-right: 0;
  }
  .step-list01__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .sns-block01 {
    display: flex;
  }
  .sns-block01__title {
    margin: 0 0 30px;
  }
  .sns-block01__item {
    width: calc(50% - 10px);
    margin: 0 20px 0 220px;
  }
  .sns-block01__item:nth-child(even) {
    margin-right: 0;
  }
  .sns-block01__main {
    height: 400px;
    overflow: auto;
  }
  .form-table {
    width: 100%;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    margin: 30px 0;
  }
  .form-table th, .form-table td {
    padding: 20px 0;
    border-bottom: 2px dashed #e5e5e5;
  }
  .form-table th {
    width: 240px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .form-required {
    float: right;
  }
  .form-optional {
    float: right;
  }
  .button-type01 {
    line-height: 44px;
  }
  .item-list03__list {
    display: flex;
  }
  .item-list03__item {
    width: 33.3%;
    padding: 5px;
  }
  .item-list03__item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .item-list03__item:last-child:after {
    display: none;
  }
  .parent-box {
    margin: 150px 0 0;
    position: relative;
    display: flex;
  }
  .half-box {
    width: 50%;
  }
  .content-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media print, screen and (min-width: 63.8125em) {
  /* ---------------------------
 * PC
 * --------------------------- */
  .header__inner {
    padding: 20px 20px 0;
    height: 112px;
    overflow: hidden;
  }
  .header__logo {
    margin: 10px 10px 0 0;
  }
  .header__logo img {
    width: 170px;
  }
  .header__link {
    float: right;
  }
  .header-link__item {
    margin-left: 10px;
  }
  .header-link__item a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    width: 138px;
    border-radius: 30px;
  }
  .global-nav {
    float: right;
    clear: right;
    margin-top: 14px;
  }
  .global-nav__list {
    display: flex;
  }
  .global-nav__item {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    margin-left: 5px;
  }
  .global-nav__item a {
    display: block;
    position: relative;
    height: 34px;
    padding: 0 10px;
  }
  .global-nav__item a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #009ee6;
    opacity: 0;
    transition: opacity .2s;
  }
  .global-nav__item a:hover:after {
    opacity: 1;
  }
  .global-nav__item.is-current a:after {
    opacity: 1;
  }
  .global-nav__buttons {
    display: none;
  }
  .sp-menu {
    display: none;
  }
  .case-text-local-comment {
    margin: 0 0 80px;
  }
}

@media screen and (max-width: 63.75em) {
  /* ---------------------------
 * Tablet
 * --------------------------- */
  body.is-open {
    position: fixed;
    width: 100%;
  }
  .header-wrapper {
    position: relative;
  }
  .header__inner {
    padding: 13px 15px 0 15px;
    height: 80px;
    overflow: hidden;
  }
  .header__logo {
    margin: 3px 0 0;
  }
  .header__logo img {
    width: 102px;
  }
  .header__link {
    float: right;
    margin: 0 40px 0 0;
  }
  .header-link__item {
    margin-left: 5px;
  }
  .header-link__item a {
    font-size: 10px;
    font-size: 1rem;
    line-height: 28px;
    width: 90px;
    border-radius: 20px;
  }
  .header-link__item.type-login a:hover {
    background-color: #fff;
    border-color: #e5e5e5;
    color: #333;
  }
  .header-link__item.type-signup a:hover {
    background-color: #fff;
    color: #ea5b4b;
  }
  .global-nav {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #1ebbe0;
    z-index: 50;
    box-sizing: border-box;
    -webkit-transform: translateY(-150vh);
    transform: translateY(-150vh);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  body.is-open .global-nav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .global-nav__inner {
    text-align: center;
    width: 100%;
    max-width: 335px;
    max-height: 90vh;
    overflow: auto;
  }
  .global-nav__item {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .global-nav__item a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 15px 10px;
  }
  .global-nav__buttons {
    margin: 20px 10px 0;
  }
  .global-nav__button {
    width: calc(50% - 7px);
    max-width: 150px;
    line-height: 44px;
    border-radius: 30px;
  }
  .global-nav__button + .global-nav__button {
    margin-left: 15px;
  }
  .mainvisual {
    margin-top: 80px;
  }
  .sp-menu {
    margin: 0;
    position: relative;
    z-index: 40;
    position: absolute;
    right: 15px;
    top: 17px;
  }
  .global-nav .sp-menu {
    right: 11px;
    top: 13px;
  }
  .sp-menu__link {
    display: block;
    text-decoration: none;
    width: 25px;
    height: 25px;
    overflow: hidden;
    box-sizing: border-box;
  }
  body.is-open .sp-menu__icon {
    background: transparent !important;
  }
  body.is-open .sp-menu__icon:before {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body.is-open .sp-menu__icon:after {
    bottom: auto;
    top: 50%;
    margin-bottom: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .sp-menu__button {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
    margin: 0;
  }
  .sp-menu__icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    border-radius: 4px;
    margin: -1px 0 0 -9px;
    background: #062b52;
  }
  .sp-menu__icon:before, .sp-menu__icon:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 2px;
    border-radius: 4px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    background: #062b52;
  }
  .sp-menu__icon:before {
    top: 50%;
    margin-top: -7px;
  }
  .sp-menu__icon:after {
    bottom: 50%;
    margin-bottom: -7px;
  }
}

@media screen and (max-width: 48em) {
  /* ---------------------------
 * SmartPhone
 * --------------------------- */
  .sp-hide {
    display: none !important;
  }
  .pc-only {
    display: none !important;
  }
  .content__inner {
    margin: 0 15px;
  }
  .section-type01 {
    margin: 40px 0;
  }
  .header-link__item.type-login a:hover {
    border-color: #f7f7f7;
    background-color: #f7f7f7;
    color: #333;
  }
  .header-link__item.type-signup a:hover {
    border-color: #ea5b4b;
    background-color: #fff;
    color: #ea5b4b;
  }
  .footer {
    overflow: hidden;
  }
  .footer__inner {
    margin: 0 15px;
  }
  .footer-nav__list {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-nav__item {
    width: 50%;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 5px 0;
    box-sizing: border-box;
  }
  .footer-nav__item:nth-child(odd) {
    padding-right: 5px;
  }
  .pagetop {
    bottom: 20px;
  }
  .pagetop a {
    padding: 10px 6px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .mainvisual {
    padding: 15px 0 40px;
    margin-top: 80px;
  }
  .mainvisual:after {
    height: 320px;
  }
  .lp-flexbox {
    display: block;
    justify-content: space-evenly;
    align-items: center;
  }
  .mainvisual__inner {
    position: relative;
    z-index: 1;
  }
  .mainvisual__title {
    margin: 0 0 15px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .mainvisual__text {
    margin: 15px 30px 0;
  }
  .mainvisual__button {
    margin: 0 0 10px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .mainvisual__button a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .mainvisual__lead {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .mainvisual__button__register {
    margin: 40px 0 0;
  }
  .mainvisual__button__register a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 0 10px;
    width: 300px;
  }
  .mainvisual__information {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .page-title {
    margin: 80px 0 50px;
  }
  .page-title__inner {
    margin: 45px 30px 45px;
  }
  .button-type01 {
    line-height: 44px;
    padding: 0 30px;
  }
  .heading-type01 {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 40px 0 30px;
  }
  .heading-type01 i {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .heading-lead01 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .heading-lead02 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 20px 0;
  }
  .top-block01 img {
    margin: 10px 0 10px;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .top-block01 figcaption {
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.72222;
  }
  .item-list01__item {
    padding: 30px 30px 25px;
  }
  .item-list01__item:after {
    content: "";
    border-bottom: 2px dashed #eee;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
  }
  .item-list01__item:last-child:after {
    display: none;
  }
  .item-list02__item {
    margin: 20px 0 30px;
  }
  .list-block01__list {
    padding: 25px 20px;
  }
  .reason-list01__item {
    margin: 30px 0;
  }
  .reason-list01__icon {
    width: 80px;
    margin: 0 auto 20px;
    flex-shrink: 0;
  }
  .reason-list01__text {
    width: 100%;
    padding: 25px 30px;
  }
  .reason-list01__text:after {
    top: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  .reason-list01__title {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }
  .reason-list01__description {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6875;
    margin: 5px 0 0;
  }
  .balloon-type01 {
    margin: 30px 0 20px;
  }
  .balloon-type01 span {
    display: block;
    padding: 15px 35px;
    border-radius: 40px;
  }
  .balloon-type01 span:after {
    bottom: -6px;
  }
  .balloon-list01 {
    margin: 20px 0 60px;
  }
  .balloon-list01__item {
    margin: 20px 0 50px;
  }
  .banner-list01__item {
    width: calc((100% - 14px * 1) / 2);
    margin: 30px 14px 0 0;
  }
  .banner-list01__item:nth-child(2n) {
    margin-right: 0;
  }
  .banner-list01__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .banner-list01__img {
    min-height: 80px;
    padding: 0 10px;
  }
  .faq-list01__item {
    margin: 20px 0 30px;
    padding: 20px 30px;
  }
  .faq-list01__q, .faq-list01__a {
    margin: 0;
  }
  .faq-list01__q i, .faq-list01__a i {
    width: 45px;
    min-height: 45px;
    background-size: 45px auto;
    margin-right: 15px;
  }
  .faq-list01__q {
    margin: 0 0 20px;
  }
  .faq-list01__q:after {
    bottom: -20px;
  }
  .faq-list01__a {
    margin: 40px 0 0;
  }
  .step-list01__item {
    margin: 20px 0 25px 0;
  }
  .sns-block01__item {
    margin: 40px 0;
  }
  .sns-block01__title {
    margin: 0 0 20px;
  }
  .sns-block01__main {
    height: 400px;
    overflow: auto;
  }
  .form-input {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-table {
    width: 100%;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    margin: 30px 0;
  }
  .form-table tr:first-child th {
    border-top: 0;
  }
  .form-table th, .form-table td {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  .form-table th {
    padding: 20px 0 5px;
    border-top: 2px dashed #e5e5e5;
  }
  .form-table td {
    padding: 5px 0 20px;
  }
  .form-required {
    margin-left: 10px;
  }
  .form-optional {
    margin-left: 10px;
  }
  .cp-header-container {
    margin: 10px 5px;
  }
  .cp-header-grid-3fr {
    -webkit-column-gap: 5px;
    column-gap: 5px;
  }
  .cp-main-title {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 30px 0;
  }
  .cp-main-text-lg {
    font-size: 20px;
    font-size: 2rem;
  }
  .cp-main-text-md {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .cp-main-text {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .cp-title {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .cp-title2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cp-subtitle {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .cp-text {
    white-space: pre-line;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .cp-text-industry-icon {
    font-size: 10px;
    font-size: 1rem;
  }
  .cp-button {
    font-size: 18px;
    font-size: 1.8rem;
    width: 150px;
    height: 30px;
    padding-top: 2px;
  }
  .cp-form {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .cp-phone {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .cp-time {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .cp-text-local-comment, .cp-text-local-comment2 {
    font-size: 10px;
    font-size: 1rem;
  }
  .cp-grid-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .cp-contact {
    margin-top: 20px;
  }
  .cp-text-local-comment::before {
    display: none;
  }
  .cp-text-local-comment2::before {
    display: none;
  }
  .cp-sp-br {
    display: inline;
  }
  .cp-sp-block {
    display: none;
  }
  .partner-box {
    margin: 10px 0 0;
  }
  .box__img {
    width: 250px;
  }
  .text__list {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .media-grid-fr {
    flex-direction: column;
  }
  .media-flexbox {
    margin: 0 0 20px;
  }
  .button-type01 {
    line-height: 44px;
    padding: 0 30px;
  }
  .item-list03__item {
    padding: 20px 20px 20px;
  }
  .item-list03__item:last-child:after {
    display: none;
  }
  .caption {
    font-size: 10px;
    font-size: 1rem;
  }
  .case-text-local-comment {
    font-size: 10px;
    font-size: 1rem;
  }
  .case-text-local-comment::before {
    display: none;
  }
  .button-type-gov a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    padding: 5px 0;
  }
  .button-type-gov img {
    margin: 0;
    width: 200px;
  }
  .parent-box {
    margin: 100px 0 0;
  }
  .contet-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
