@charset "UTF-8";
/*! 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;
}

body {
  background-position: center;
  height: 100%;
  outline: none;
}

.sp_only {
  display: none !important;
}

a:focus {
  outline: none;
}

header .inner .contact a {
  transition: 0.3s;
}
header .inner .contact a:hover {
  opacity: 0.7;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*----------------------------
Base
------------------------------*/
body {
  font-family: "Hiragino Sans", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  font-size: 16px;
}

header {
  width: 100%;
  height: 70px;
  position: fixed;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
header .inner {
  width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
header .inner .f-logo {
  flex-basis: 200px;
  padding-top: 20px;
}
header .inner .site-title {
  flex-basis: 500px;
}
header .inner .site-title p {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 600;
}
header .inner .site-title p img {
  width: 100%;
  height: auto;
}
header .inner .contact {
  flex-basis: 180px;
}
header .inner .contact a {
  background: #000;
  color: #fff;
  display: block;
  line-height: 70px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
header .inner img {
  width: 100%;
  height: auto;
}

.wrap {
  padding-top: 70px;
}

.main-visual {
  width: 100%;
  height: 770px;
  background: url("../images/main-v@2x-100.jpg") no-repeat 50% 50%;
  background-size: cover;
  margin-bottom: 20px;
}
.main-visual__inner {
  box-sizing: border-box;
  width: 980px;
  margin: auto;
  padding-top: 20px;
}
.main-visual__inner .sub-t {
  width: 700px;
}
.main-visual__inner .sub-t img {
  width: 100%;
  height: auto;
}
.main-visual__inner h1 {
  font-size: 86px;
  color: #ee8a00;
  position: relative;
  padding-left: 130px;
  font-weight: 600;
  line-height: 1.2;
  margin: 10px 0;
}
.main-visual__inner h1:before {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 290px;
  left: 0;
  top: 10px;
  background: url("../images/top-start-sp@2x.png") no-repeat 0 0;
  background-size: contain;
}
.main-visual__inner div p {
  font-size: 20px;
  font-weight: 500;
}
.main-visual__inner div p span {
  font-size: 28px;
}
.main-visual__inner div p span span {
  color: #d27813;
}
.main-visual__inner div p sup {
  font-size: 13px;
}
.main-visual__inner ul {
  display: flex;
  justify-content: space-between;
}
.main-visual__inner ul li {
  flex-basis: 310px;
}
.main-visual__inner ul li img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.main-visual__inner ul li img:hover {
  opacity: 0.7;
}

.caution {
  width: 1024px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.5;
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.note {
  width: 1000px;
  margin: 20px auto 0;
  font-size: 13px;
}

.section {
  width: 100%;
  padding: 60px 0;
}
.section .catch {
  font-size: 45px;
  color: #036e8d;
  text-align: center;
}
.section .text-right {
  text-align: right;
}
.section.gr {
  background: #cecfce;
  margin-top: 60px;
}
.section .wh {
  width: 1096px;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
  padding: 20px 0 60px;
  position: relative;
}
.section.solution {
  background: #f2f2f1;
  padding-top: 0;
}
.section h2.solution {
  width: 100%;
  height: 290px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  padding-top: 120px;
  background: url("../images/solution_bg@2x-100.jpg") no-repeat 50% 50%;
  background-size: cover;
  margin: 0;
}
.section h2.solution span {
  font-size: 50px;
  color: #cd8b2c;
}
.section h3.solution {
  margin: 0;
  width: 100%;
  height: 80px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 80px;
  background: #8a8a8b;
  position: relative;
}
.section h3.solution2 {
  margin: 0 0 50px;
  width: 100%;
  height: 80px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 80px;
  background: #f08c00;
  position: relative;
}
.section h4.solution {
  box-sizing: border-box;
  width: 700px;
  height: 100px;
  margin: 30px auto;
  padding-top: 10px;
  border-radius: 10px;
  background: #f7b52d;
  text-align: center;
  font-size: 28px;
  color: #fff;
  line-height: 1.4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
  position: relative;
}
.section h4.solution span {
  color: #595757;
}
.section h4.solution2 {
  box-sizing: border-box;
  width: 700px;
  height: 100px;
  margin: 30px auto;
  padding-top: 10px;
  border-radius: 10px;
  background: #f08c00;
  text-align: center;
  font-size: 28px;
  color: #fff;
  line-height: 1.4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
  position: relative;
}
.section h4.solution2 span {
  color: #595757;
}
.section h4.solution3 {
  box-sizing: border-box;
  width: 700px;
  height: 100px;
  margin: 30px auto;
  padding-top: 10px;
  border-radius: 10px;
  background: #ec6d0f;
  text-align: center;
  font-size: 28px;
  color: #fff;
  line-height: 1.4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
  position: relative;
}
.section h4.solution3 span {
  color: #595757;
}
.section h5 {
  font-size: 24px;
  margin: 50px 0 20px;
}
.section div.solution1 {
  background: url("../images/function_bg@2x.png") no-repeat 100% 0;
  background-size: 980px;
  padding-top: 50px;
}
.section div.solution2 {
  background: url("../images/function_bg2@2x.png") no-repeat 100% 0;
  background-size: 980px;
  margin-top: 50px;
  padding-top: 50px;
}
.section div.solution3 {
  background: url("../images/function_bg3@2x.png") no-repeat 100% 0;
  background-size: 980px;
  margin-top: 50px;
  padding-top: 50px;
}
.section div.merit {
  background: url("../images/merit_bg@2x.png") no-repeat 0 200px;
  background-size: contain;
}
.section div.merit .section__inner {
  width: 800px;
  margin: auto;
  padding-top: 60px;
}
.section div.merit .section__inner .merit1 {
  background: url("../images/merit_num1@2x.png") no-repeat 0 0;
  background-size: auto 100px;
  padding-left: 80px;
}
.section div.merit .section__inner .merit2 {
  background: url("../images/merit_num2@2x.png") no-repeat 0 0;
  background-size: auto 100px;
  padding-left: 80px;
}
.section div.merit .section__inner .merit3 {
  background: url("../images/merit_num3@2x.png") no-repeat 0 0;
  background-size: auto 100px;
  padding-left: 80px;
}
.section div.merit .section__inner .merit4 {
  background: url("../images/merit_num4@2x.png") no-repeat 0 0;
  background-size: auto 100px;
  padding-left: 80px;
}
.section div.merit .section__inner .merit5 {
  background: url("../images/merit_num5@2x.png") no-repeat 0 0;
  background-size: auto 100px;
  padding-left: 80px;
}
.section div.merit .section__inner .merit6 {
  background: url("../images/merit_num6@2x.png") no-repeat 0 0;
  background-size: auto 100px;
  padding-left: 80px;
}
.section div.merit h4 {
  font-size: 45px;
  color: #5c7e80;
  padding-top: 60px;
  border-top: 3px solid #5c7e80;
}
.section div.merit h5 {
  font-size: 24px;
  color: #e8a62c;
  margin: 60px 0 10px;
}
.section__inner {
  width: 1000px;
  margin: auto;
}
.section__inner p {
  font-size: 15px;
}
.section__inner p .note {
  font-size: 13px;
  margin: 0;
}
.section__inner img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.section__inner .lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}
.section__inner .bld {
  font-weight: 700;
}
.section__inner .center {
  text-align: center;
  font-weight: 500;
  margin-top: 40px;
}
.section__inner .center.normal {
  font-weight: 400;
}
.section__inner .top-border {
  border-top: 1px solid #fff;
  margin-top: 40px;
  padding-top: 20px;
}
.section__inner ul.col3 {
  width: 900px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.section__inner ul.col3 li {
  flex-basis: 260px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.section__inner ul.col3 li img {
  width: 250px;
  height: auto;
  margin-bottom: 20px;
}
.section__inner ul.col3.feature {
  margin: 40px auto;
}
.section__inner ul.col3.feature li {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}
.section__inner.triangle:after {
  content: "";
  display: block;
  width: 0px;
  margin: 20px auto 0;
  border-top: 50px solid #f7b52d;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent;
  position: absolute;
  bottom: -80px;
  left: 50%;
  margin-left: -40px;
}
.section__inner .fig3 {
  width: 810px;
  margin: 50px auto;
}
.section__inner .fig4 {
  width: 657px;
}
.section__inner .sp_cap01 {
  width: 800px;
  margin: auto;
}
.section__inner .sp_cap02 {
  width: 520px;
  margin: auto;
}
.section__inner .pc_cap01 {
  width: 700px;
  margin: auto;
}
.section__inner .col2 {
  display: flex;
  justify-content: space-between;
}
.section__inner .col2.center {
  align-items: center;
}
.section__inner .col2.top-border {
  border-top: 3px solid #5c7e80;
  margin-top: 50px;
  padding-top: 50px;
}
.section__inner .col2 .col {
  flex-basis: 46%;
  text-align: center;
}
.section__inner .col2 .col h3 {
  font-size: 32px;
  color: #242849;
  line-height: 20px;
  font-weight: normal;
  text-align: left;
}
.section__inner .col2 .col h3 span {
  display: block;
  font-size: 24px;
  color: #231815;
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
}
.section__inner .col2 .col img {
  margin: 30px 0;
  width: 100%;
  height: auto;
}
.section__inner .col2 .col.photo250 {
  text-align: center;
}
.section__inner .col2 .col.photo250 img {
  width: 250px;
  height: auto;
}
.section__inner .col2 .col a {
  transition: 0.3s;
}
.section__inner .col2 .col a:hover {
  opacity: 0.65;
}

footer {
  background: #333;
  font-size: 13px;
  text-align: center;
  color: #808080;
  padding: 50px 0;
}

#page_top {
  z-index: 2;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

@media only screen and (max-width: 599px) {
  .sp_only {
    display: block !important;
  }

  .pc_only {
    display: none !important;
  }

  div {
    box-sizing: border-box;
  }

  header {
    width: 100%;
    height: 50px;
  }
  header .inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 0 20px;
  }
  header .inner .f-logo {
    flex-basis: 145px;
    padding-top: 15px;
  }
  header .inner .site-title {
    display: none;
  }
  header .inner .contact {
    flex-basis: 145px;
  }
  header .inner .contact a {
    line-height: 50px;
  }

  .wrap {
    padding-top: 40px;
  }

  .main-visual {
    width: 100%;
    height: 610px;
    background: url("../images/sp-main-v@2x.png") no-repeat 100% 0;
    background-size: cover;
  }
  .main-visual__inner {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
  }
  .main-visual__inner .sub-t {
    width: 100%;
  }
  .main-visual__inner .sub-t img {
    width: 100%;
    height: auto;
  }
  .main-visual__inner h1 {
    font-size: 36px;
    padding-left: 70px;
  }
  .main-visual__inner h1:before {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 140px;
    left: 0;
    top: 0;
  }
  .main-visual__inner div p {
    margin-top: 80px;
    font-size: 13px;
  }
  .main-visual__inner div p span {
    font-size: 18px;
  }
  .main-visual__inner div p sup {
    font-size: 12px;
  }
  .main-visual__inner ul {
    display: block;
  }
  .main-visual__inner ul li {
    width: 100%;
    border-radius: 5px;
    height: 50px;
    margin-bottom: 15px;
  }
  .main-visual__inner ul li a {
    color: #fff;
    display: block;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
  }
  .main-visual__inner ul li:first-child {
    background: #f5b32d;
  }
  .main-visual__inner ul li:nth-child(2) {
    background: #ee8a00;
  }
  .main-visual__inner ul li:nth-child(3) {
    background: #ea6d0f;
  }

  .caution {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    font-size: 12px;
    line-height: 1.5;
    text-indent: -1.5em;
    padding-left: 3.5em;
  }

  .note {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
  }

  .section {
    padding: 40px 0;
  }
  .section .catch {
    font-size: 26px;
    color: #036e8d;
    text-align: center;
  }
  .section.gr {
    background: #cecfce;
    margin-top: 60px;
    padding: 10px;
  }
  .section .wh {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff;
    padding: 20px 0 60px;
    position: relative;
  }
  .section h2.solution {
    width: 100%;
    box-sizing: border-box;
    height: 180px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
    padding: 30px 20px 0;
    background: url("../images/solution_bg@2x-100.jpg") no-repeat 50% 50%;
    background-size: cover;
    margin: 0;
  }
  .section h2.solution span {
    font-size: 30px;
    color: #cd8b2c;
  }
  .section h3.solution {
    margin: 0;
    width: 100%;
    height: 60px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    background: #8a8a8b;
    position: relative;
  }
  .section h4.solution,
.section h4.solution2,
.section h4.solution3 {
    width: 100%;
    font-size: 18px;
    padding-top: 15px;
    height: 80px;
  }
  .section div.merit {
    background: url("../images/merit_bg@2x.png") no-repeat 0 200px;
    background-size: contain;
  }
  .section div.merit .section__inner {
    width: 100%;
    margin: auto;
    padding-top: 40px;
  }
  .section div.merit .section__inner .merit1,
.section div.merit .section__inner .merit2,
.section div.merit .section__inner .merit3,
.section div.merit .section__inner .merit4,
.section div.merit .section__inner .merit5,
.section div.merit .section__inner .merit6 {
    background-size: auto 60px;
    padding-left: 60px;
  }
  .section div.merit .section__inner h4 {
    font-size: 25px;
    padding-top: 40px;
  }
  .section div.merit .section__inner h5 {
    font-size: 20px;
    color: #e8a62c;
    margin: 60px 0 10px;
  }
  .section__inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
  }
  .section__inner .lead {
    font-size: 16px;
  }
  .section__inner ul.col3 {
    width: 100%;
    margin: auto;
    display: block;
  }
  .section__inner ul.col3 li {
    width: 100%;
    font-size: 15px;
    margin-bottom: 30px;
  }
  .section__inner ul.col3 li img {
    margin-bottom: 10px;
  }
  .section__inner ul.col3.feature li img {
    display: block;
    margin: 10px auto;
  }
  .section__inner .fig3 {
    width: 100%;
    margin: 50px auto;
  }
  .section__inner .fig4 {
    width: 100%;
  }
  .section__inner .sp_cap01 {
    width: 100%;
    margin: auto;
  }
  .section__inner .sp_cap02 {
    width: 100%;
    margin: auto;
  }
  .section__inner .pc_cap01 {
    width: 100%;
    margin: auto;
  }
  .section__inner .col2 {
    display: block;
  }
  .section__inner .col2.top-border {
    margin-top: 30px;
    padding-top: 30px;
  }
  .section__inner .col2 .col img {
    margin: 10px 0;
  }

  footer {
    padding: 30px 0;
  }
}

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