@charset "UTF-8";
/*! normalize.css v8.0.0 | 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;
  color: #6C6C6C;
  padding-bottom: 110px;
}

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

/* -----------------------
  COMMON
 ------------------------- */
body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  overflow-x: hidden;
}

body, button, input, select, textarea {
  font-family: 'Hiragino Kaku Gothic ProN',メイリオ,Meiryo,'A-OTF 新ゴ Pro',DroidSansJapanese,sans-serif;
}

body {
  font-size: 18px;
  line-height: 1.5;
}

article, aside, details, figcaption, figure, footer, top, hgroup, nav, section {
  display: block;
}
@font-face {
 font-family: 'yasashisa';
 src: url(../font/yasashisa.otf);
}
article, aside, audio, blockquote, body, canvas, caption, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, top, hgroup, hr, iframe, legend, li, nav, ol, p, section, ul, video {
  margin: 0;
  padding: 0;
  font-family: yasashisa;
  font-weight: normal;
}

div::after, ul::after {
  content: '';
  display: block;
  clear: both;
}

ul, ol {
  list-style: none;
  padding-left: 0;
}

/* -----------------------
  LAYOUT
 ------------------------- */
#page, #top {
  background-color: #fff;
}

#wrapper {
  max-width: 100%;
}


* > .wrap {
  padding: 20px;
}




/* -----------------------
  CONTENTS
 ------------------------- */
 h2 {
   color: #6C6C6C;
   font-size: 30px;
 }
 h3 {
   font-size: 22px;
   color: #3E77A2;
 }
a {
  text-decoration: none;
}

.contents {
  position: relative;
  margin: 0 auto;
  text-align: center;
  overflow-x: hidden;
}
.cv {
  position: fixed;
  bottom: 60px;
  text-align: center;
  z-index: 100;
  width: 100%;
}
.cv-button {
  padding: 20px 80px;
  border-radius: 40px;
  font-size: 18px;
  color: #FFF;
  background: #F08383;
}
.top {
  text-align: center;
  padding: 80px 0;
}
.top img {
  width: 70%;
  max-width: 1200px;
  min-width: 700px;
  margin: auto;
}
.intro,
.equipment,
.usage,
.flow {
  width: min(980px, calc(100% - 80px));
  margin: 0 auto;
  padding: 86px 0;
  text-align: center;
}
.intro h2,
.equipment h2,
.usage h2,
.flow h2 {
  margin-bottom: 30px;
}
.intro p,
.equipment p {
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
.equipment {
  padding-top: 0;
}
.equipment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 34px;
  text-align: left;
}
.equipment-card {
  padding: 28px 26px;
  border-radius: 10px;
  background: #FAFAFA;
  box-shadow: 0 8px 24px rgba(62, 119, 162, 0.08);
}
.equipment-card h3 {
  margin-bottom: 18px;
  font-size: 22px;
}
.equipment-card p {
  font-size: 16px;
  line-height: 1.8;
}
.usage {
  width: 100%;
  background: #EAF0F4;
  padding-left: max(40px, calc((100% - 980px) / 2));
  padding-right: max(40px, calc((100% - 980px) / 2));
  box-sizing: border-box;
}
.usage-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: left;
}
.usage-list li {
  padding: 26px 24px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(62, 119, 162, 0.08);
}
.usage-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #fff;
  background: #F08383;
  font-size: 18px;
}
.usage-list p {
  font-size: 16px;
  line-height: 1.8;
}
.place-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}
.place-list li {
  min-width: 150px;
  padding: 14px 20px;
  border-radius: 28px;
  background: #EAF0F4;
  color: #3E77A2;
  font-size: 16px;
}
.flow {
  width: 100%;
  background: #FAFAFA;
  padding-left: max(40px, calc((100% - 980px) / 2));
  padding-right: max(40px, calc((100% - 980px) / 2));
  box-sizing: border-box;
}
.flow-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  text-align: left;
}
.flow-list li {
  min-height: 230px;
  padding: 28px 22px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(62, 119, 162, 0.08);
  box-sizing: border-box;
}
.flow-list span {
  display: block;
  color: #F08383;
  font-size: 28px;
  margin-bottom: 18px;
}
.flow-list h3 {
  min-height: 64px;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.6;
}
.flow-list p {
  font-size: 14px;
  line-height: 1.8;
}
.trouble {
  text-align: center;
  font-size: 0;
}
.trouble img {
  margin: auto;
  width: 50%;
  max-width: 800px;
  min-width: 660px;
  padding-top: 60px;
}
.title-logo {
  width: 260px;
  margin-bottom: -6px;
  margin-right: 20px;
}
.title-big {
  font-size: 40px;
  color: #3E77A2;
}
.app {
  background: #FAFAFA;
  padding: 100px 0 60px;
}
.app-main {
  width: 68%;
  max-width: 900px;
  min-width: 700px;
  margin: 0 auto 30px;
}
.app-contents {
  display: inline-block;
  width: 20%;
  padding: 60px 0 0;
}
.app-contents img {
  height: 48px;
}
.app-contents p {
  padding: 20px 0;
  font-size: 14px;
}
.app-min-text {
  font-size: 12px;
  margin: 80px 0 0;
}
.how {
  padding: 100px 0;
}
.how h2 {
  margin-bottom: 60px;
}
.how-contents {
  width: 50%;
  min-width: 600px;
  margin: 0 auto 80px;
  text-align: left;
}
.how-contents span {
  font-size: 30px;
  margin-right: 14px;
}
.how-contents p {
  font-size: 16px;
  margin-bottom: 24px;
}
.how-menu {
  width: 46%;
  margin: auto;
  text-align: left;
  position: relative;
  padding-bottom: 120px;
  min-width: 500px;
}
.how-menu p {
  font-size: 14px;
  margin-bottom: 14px;
  margin-left: 20px;
}
.how-menu h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
.how-menu span {
  font-size: 12px;
  margin-left: 20px;
}
.menu-img {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 66%;
  z-index: -1;
}
.plan {
  background: #EAF0F4;
  padding: 100px 0 80px;
}
.plan-contents {
  margin: 70px auto;
}
.plan-main {
  display: inline-block;
  position: relative;
}
.plan-main h3 {
  width: 160px;
  font-size: 26px;
  text-align: left;
}
.min-plan {
  position: absolute;
  bottom: -14px;
  left: 0;
  font-size: 9px;
}
.plan-main p {
  width: 260px;
  background: #fff;
  padding: 4px 20px;
  border-radius: 40px;
  font-size: 34px;
}
.min-text {
  font-size: 18px;
  margin-left: 6px;
}
.campane {
  background: #EF9348;
  color: #fff;
  width: 400px;
  padding: 4px;
  border-radius: 40px;
  margin: auto;
}
.qa {
  padding: 100px 0 40px;
}
.qa h2 {
  margin-bottom: 60px;
}
.qa h3 {
  margin-bottom: 20px;
}
.qa p {
  font-size: 14px;
  padding: 0 0 70px;
}
footer {
  z-index: 1000;
  background: #EAF0F4;
  padding: 100px 0 0;
  margin: 0;
  position: relative;
  text-align: center;
}
.footer-cv {
  margin-bottom: 20px;
}
.footer-cv h3 {
  margin-bottom: 60px;
}
.company {
  padding: 100px 0;
}
.company p {
  font-size: 16px;
  margin-top: 40px;
  line-height: 32px;
}
.copy {
  font-size: 12px;
  padding: 6px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width:760px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 16px;
    color: #3E77A2;
  }
  .cv {
    bottom: 40px;
  }
  .cv-button {
    padding: 20px 30px;
    font-size: 16px;
  }
  .top {
    padding: 60px 0 40px;
  }
  .top img {
    width: 90%;
    min-width: 0;
    margin: auto;
  }
  .intro,
  .equipment,
  .usage,
  .flow {
    width: calc(100% - 40px);
    max-width: 100vw;
    padding: 66px 0;
    overflow: hidden;
    box-sizing: border-box;
  }
  .intro h2,
  .equipment h2,
  .usage h2,
  .flow h2 {
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }
  .intro p,
  .equipment p {
    font-size: 15px;
    line-height: 1.9;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }
  .equipment {
    padding-top: 10px;
  }
  .equipment-grid {
    display: block;
    margin-top: 28px;
  }
  .equipment-card {
    margin-bottom: 16px;
    padding: 24px 20px;
  }
  .equipment-card h3 {
    font-size: 18px;
  }
  .equipment-card p {
    font-size: 14px;
  }
  .usage {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .usage-list {
    display: block;
  }
  .usage-list li {
    margin-bottom: 16px;
    padding: 24px 20px;
  }
  .usage-list p {
    font-size: 14px;
  }
  .place-list {
    gap: 10px;
    margin-top: 28px;
  }
  .place-list li {
    width: calc(50% - 5px);
    min-width: 0;
    padding: 12px 0;
    font-size: 14px;
    box-sizing: border-box;
  }
  .flow {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .flow-list {
    display: block;
  }
  .flow-list li {
    min-height: 0;
    margin-bottom: 16px;
    padding: 24px 20px;
  }
  .flow-list span {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .flow-list h3 {
    min-height: 0;
    font-size: 18px;
  }
  .flow-list p {
    font-size: 14px;
  }
  .trouble img {
    width: 92%;
    min-width: 0;
    padding-top: 40px;
  }
  .title-logo {
    width: 160px;
    margin-bottom: -4px;
    margin-right: 10px;
  }
  .title-big {
    font-size: 30px;
    color: #3E77A2;
  }
  .app {
    background: #FAFAFA;
    padding: 80px 0 40px;
  }
  .app-main {
    width: 100%;
    min-width: 0px;
    margin: 40px 0;
  }
  .app-contents {
    width: 100%;
    padding: 30px 0 0;
  }
  .app-contents p {
    font-size: 14px;
  }
  .app-min-text {
    font-size: 10px;
    padding: 0 20px;
    margin: 60px 0 0;
  }
  .how {
    padding: 80px 0 40px;
  }
  .how h2 {
    margin-bottom: 40px;
  }
  .how-contents {
    width: 90%;
    min-width: 0;
    margin: 0 auto 50px;
  }
  .how-contents span {
    font-size: 24px;
    margin-right: 14px;
  }
  .how-contents p {
    font-size: 14px;
  }
  .how-menu {
    width: 90%;
    margin: auto;
    padding-bottom: 100px;
    min-width: 0px;
  }
  .how-menu p {
    font-size: 12px;
    margin-left: 14px;
  }
  .how-menu h3 {
    font-size: 22px;
  }
  .how-menu span {
    font-size: 10px;
    margin-left: 14px;
  }
  .menu-img {
    right: 0px;
  }
  .plan {
    padding: 80px 0 60px;
  }
  .plan-contents {
    margin: 40px auto;
  }
  .plan-main {
    display: block;
    text-align: center;
  }
  .plan-main h3 {
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
  .min-plan {
    position: relative;
    bottom: 0;
    font-size: 9px;
  }
  .plan-main p {
    width: 60%;
    margin: 20px auto;
    background: #fff;
    padding: 4px 20px;
    border-radius: 40px;
    font-size: 30px;
  }
  .min-text {
    font-size: 18px;
    margin-left: 6px;
  }
  .campane {
    width: 310px;
    font-size: 17px;
  }
  .qa {
    padding: 80px 20px 20px;
  }
  .qa h2 {
    margin-bottom: 40px;
  }
  .qa h3 {
    margin-bottom: 16px;
  }
  .qa p {
    font-size: 14px;
    padding: 0 0 50px;
  }
  footer {
    padding: 80px 0 0;
  }
  .company {
    padding: 70px 0;
  }
  .company p {
    font-size: 13px;
    line-height: 24px;
    margin-top: 20px;
  }
}
