@charset "UTF-8";


/*Key color*/
/*! 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.
*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
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 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  /* 1 */
  margin: 0;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 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 {
  padding: 0;
  border-style: none;
}

/**
* 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 {
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 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"] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* 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 {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-weight: 500;
}

body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.57143;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul, dl {
  margin: 0;
  padding: 0;
}

ul li, dl li {
  list-style-type: none;
}

figure {
  margin: 0;
}

dt, dd {
  margin: 0;
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}

@media (min-width: 769px) {
  .pc {
    display: block;
  }
  br.pc {
    display: inline-block;
  }
}

.transparent {
  opacity: 0;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.break {
  display: block;
}

.no_click {
  pointer-events: none;
}

.nodisp {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.cancell {
  text-decoration: line-through;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.nonclick a {
  pointer-events: none;
}

.comments {
  font-size: 0.75rem;
  color: #666666;
}

/* margin, padding */
.mt0 {
  margin-top: 0rem !important;
}

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

.ml0 {
  margin-left: 0rem !important;
}

.mr0 {
  margin-right: 0rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.pl0 {
  padding-left: 0rem !important;
}

.pr0 {
  padding-right: 0rem !important;
}

.mt4 {
  margin-top: 0.25rem !important;
}

.mb4 {
  margin-bottom: 0.25rem !important;
}

.ml4 {
  margin-left: 0.25rem !important;
}

.mr4 {
  margin-right: 0.25rem !important;
}

.pt4 {
  padding-top: 0.25rem !important;
}

.pb4 {
  padding-bottom: 0.25rem !important;
}

.pl4 {
  padding-left: 0.25rem !important;
}

.pr4 {
  padding-right: 0.25rem !important;
}

.mt8 {
  margin-top: 0.5rem !important;
}

.mb8 {
  margin-bottom: 0.5rem !important;
}

.ml8 {
  margin-left: 0.5rem !important;
}

.mr8 {
  margin-right: 0.5rem !important;
}

.pt8 {
  padding-top: 0.5rem !important;
}

.pb8 {
  padding-bottom: 0.5rem !important;
}

.pl8 {
  padding-left: 0.5rem !important;
}

.pr8 {
  padding-right: 0.5rem !important;
}

.mt12 {
  margin-top: 0.75rem !important;
}

.mb12 {
  margin-bottom: 0.75rem !important;
}

.ml12 {
  margin-left: 0.75rem !important;
}

.mr12 {
  margin-right: 0.75rem !important;
}

.pt12 {
  padding-top: 0.75rem !important;
}

.pb12 {
  padding-bottom: 0.75rem !important;
}

.pl12 {
  padding-left: 0.75rem !important;
}

.pr12 {
  padding-right: 0.75rem !important;
}

.mt16 {
  margin-top: 1rem !important;
}

.mb16 {
  margin-bottom: 1rem !important;
}

.ml16 {
  margin-left: 1rem !important;
}

.mr16 {
  margin-right: 1rem !important;
}

.pt16 {
  padding-top: 1rem !important;
}

.pb16 {
  padding-bottom: 1rem !important;
}

.pl16 {
  padding-left: 1rem !important;
}

.pr16 {
  padding-right: 1rem !important;
}

.mt20 {
  margin-top: 1.25rem !important;
}

.mb20 {
  margin-bottom: 1.25rem !important;
}

.ml20 {
  margin-left: 1.25rem !important;
}

.mr20 {
  margin-right: 1.25rem !important;
}

.pt20 {
  padding-top: 1.25rem !important;
}

.pb20 {
  padding-bottom: 1.25rem !important;
}

.pl20 {
  padding-left: 1.25rem !important;
}

.pr20 {
  padding-right: 1.25rem !important;
}

.mt24 {
  margin-top: 1.5rem !important;
}

.mb24 {
  margin-bottom: 1.5rem !important;
}

.ml24 {
  margin-left: 1.5rem !important;
}

.mr24 {
  margin-right: 1.5rem !important;
}

.pt24 {
  padding-top: 1.5rem !important;
}

.pb24 {
  padding-bottom: 1.5rem !important;
}

.pl24 {
  padding-left: 1.5rem !important;
}

.pr24 {
  padding-right: 1.5rem !important;
}

.mt28 {
  margin-top: 1.75rem !important;
}

.mb28 {
  margin-bottom: 1.75rem !important;
}

.ml28 {
  margin-left: 1.75rem !important;
}

.mr28 {
  margin-right: 1.75rem !important;
}

.pt28 {
  padding-top: 1.75rem !important;
}

.pb28 {
  padding-bottom: 1.75rem !important;
}

.pl28 {
  padding-left: 1.75rem !important;
}

.pr28 {
  padding-right: 1.75rem !important;
}

.mt32 {
  margin-top: 2rem !important;
}

.mb32 {
  margin-bottom: 2rem !important;
}

.ml32 {
  margin-left: 2rem !important;
}

.mr32 {
  margin-right: 2rem !important;
}

.pt32 {
  padding-top: 2rem !important;
}

.pb32 {
  padding-bottom: 2rem !important;
}

.pl32 {
  padding-left: 2rem !important;
}

.pr32 {
  padding-right: 2rem !important;
}

.mt36 {
  margin-top: 2.25rem !important;
}

.mb36 {
  margin-bottom: 2.25rem !important;
}

.ml36 {
  margin-left: 2.25rem !important;
}

.mr36 {
  margin-right: 2.25rem !important;
}

.pt36 {
  padding-top: 2.25rem !important;
}

.pb36 {
  padding-bottom: 2.25rem !important;
}

.pl36 {
  padding-left: 2.25rem !important;
}

.pr36 {
  padding-right: 2.25rem !important;
}

.mt40 {
  margin-top: 2.5rem !important;
}

.mb40 {
  margin-bottom: 2.5rem !important;
}

.ml40 {
  margin-left: 2.5rem !important;
}

.mr40 {
  margin-right: 2.5rem !important;
}

.pt40 {
  padding-top: 2.5rem !important;
}

.pb40 {
  padding-bottom: 2.5rem !important;
}

.pl40 {
  padding-left: 2.5rem !important;
}

.pr40 {
  padding-right: 2.5rem !important;
}

.mt44 {
  margin-top: 2.75rem !important;
}

.mb44 {
  margin-bottom: 2.75rem !important;
}

.ml44 {
  margin-left: 2.75rem !important;
}

.mr44 {
  margin-right: 2.75rem !important;
}

.pt44 {
  padding-top: 2.75rem !important;
}

.pb44 {
  padding-bottom: 2.75rem !important;
}

.pl44 {
  padding-left: 2.75rem !important;
}

.pr44 {
  padding-right: 2.75rem !important;
}

.mt48 {
  margin-top: 3rem !important;
}

.mb48 {
  margin-bottom: 3rem !important;
}

.ml48 {
  margin-left: 3rem !important;
}

.mr48 {
  margin-right: 3rem !important;
}

.pt48 {
  padding-top: 3rem !important;
}

.pb48 {
  padding-bottom: 3rem !important;
}

.pl48 {
  padding-left: 3rem !important;
}

.pr48 {
  padding-right: 3rem !important;
}

.mt52 {
  margin-top: 3.25rem !important;
}

.mb52 {
  margin-bottom: 3.25rem !important;
}

.ml52 {
  margin-left: 3.25rem !important;
}

.mr52 {
  margin-right: 3.25rem !important;
}

.pt52 {
  padding-top: 3.25rem !important;
}

.pb52 {
  padding-bottom: 3.25rem !important;
}

.pl52 {
  padding-left: 3.25rem !important;
}

.pr52 {
  padding-right: 3.25rem !important;
}

.mt56 {
  margin-top: 3.5rem !important;
}

.mb56 {
  margin-bottom: 3.5rem !important;
}

.ml56 {
  margin-left: 3.5rem !important;
}

.mr56 {
  margin-right: 3.5rem !important;
}

.pt56 {
  padding-top: 3.5rem !important;
}

.pb56 {
  padding-bottom: 3.5rem !important;
}

.pl56 {
  padding-left: 3.5rem !important;
}

.pr56 {
  padding-right: 3.5rem !important;
}

.mt60 {
  margin-top: 3.75rem !important;
}

.mb60 {
  margin-bottom: 3.75rem !important;
}

.ml60 {
  margin-left: 3.75rem !important;
}

.mr60 {
  margin-right: 3.75rem !important;
}

.pt60 {
  padding-top: 3.75rem !important;
}

.pb60 {
  padding-bottom: 3.75rem !important;
}

.pl60 {
  padding-left: 3.75rem !important;
}

.pr60 {
  padding-right: 3.75rem !important;
}

.mt64 {
  margin-top: 4rem !important;
}

.mb64 {
  margin-bottom: 4rem !important;
}

.ml64 {
  margin-left: 4rem !important;
}

.mr64 {
  margin-right: 4rem !important;
}

.pt64 {
  padding-top: 4rem !important;
}

.pb64 {
  padding-bottom: 4rem !important;
}

.pl64 {
  padding-left: 4rem !important;
}

.pr64 {
  padding-right: 4rem !important;
}

.mt68 {
  margin-top: 4.25rem !important;
}

.mb68 {
  margin-bottom: 4.25rem !important;
}

.ml68 {
  margin-left: 4.25rem !important;
}

.mr68 {
  margin-right: 4.25rem !important;
}

.pt68 {
  padding-top: 4.25rem !important;
}

.pb68 {
  padding-bottom: 4.25rem !important;
}

.pl68 {
  padding-left: 4.25rem !important;
}

.pr68 {
  padding-right: 4.25rem !important;
}

.mt72 {
  margin-top: 4.5rem !important;
}

.mb72 {
  margin-bottom: 4.5rem !important;
}

.ml72 {
  margin-left: 4.5rem !important;
}

.mr72 {
  margin-right: 4.5rem !important;
}

.pt72 {
  padding-top: 4.5rem !important;
}

.pb72 {
  padding-bottom: 4.5rem !important;
}

.pl72 {
  padding-left: 4.5rem !important;
}

.pr72 {
  padding-right: 4.5rem !important;
}

.mt76 {
  margin-top: 4.75rem !important;
}

.mb76 {
  margin-bottom: 4.75rem !important;
}

.ml76 {
  margin-left: 4.75rem !important;
}

.mr76 {
  margin-right: 4.75rem !important;
}

.pt76 {
  padding-top: 4.75rem !important;
}

.pb76 {
  padding-bottom: 4.75rem !important;
}

.pl76 {
  padding-left: 4.75rem !important;
}

.pr76 {
  padding-right: 4.75rem !important;
}

.mt80 {
  margin-top: 5rem !important;
}

.mb80 {
  margin-bottom: 5rem !important;
}

.ml80 {
  margin-left: 5rem !important;
}

.mr80 {
  margin-right: 5rem !important;
}

.pt80 {
  padding-top: 5rem !important;
}

.pb80 {
  padding-bottom: 5rem !important;
}

.pl80 {
  padding-left: 5rem !important;
}

.pr80 {
  padding-right: 5rem !important;
}

.mt84 {
  margin-top: 5.25rem !important;
}

.mb84 {
  margin-bottom: 5.25rem !important;
}

.ml84 {
  margin-left: 5.25rem !important;
}

.mr84 {
  margin-right: 5.25rem !important;
}

.pt84 {
  padding-top: 5.25rem !important;
}

.pb84 {
  padding-bottom: 5.25rem !important;
}

.pl84 {
  padding-left: 5.25rem !important;
}

.pr84 {
  padding-right: 5.25rem !important;
}

.mt88 {
  margin-top: 5.5rem !important;
}

.mb88 {
  margin-bottom: 5.5rem !important;
}

.ml88 {
  margin-left: 5.5rem !important;
}

.mr88 {
  margin-right: 5.5rem !important;
}

.pt88 {
  padding-top: 5.5rem !important;
}

.pb88 {
  padding-bottom: 5.5rem !important;
}

.pl88 {
  padding-left: 5.5rem !important;
}

.pr88 {
  padding-right: 5.5rem !important;
}

.mt92 {
  margin-top: 5.75rem !important;
}

.mb92 {
  margin-bottom: 5.75rem !important;
}

.ml92 {
  margin-left: 5.75rem !important;
}

.mr92 {
  margin-right: 5.75rem !important;
}

.pt92 {
  padding-top: 5.75rem !important;
}

.pb92 {
  padding-bottom: 5.75rem !important;
}

.pl92 {
  padding-left: 5.75rem !important;
}

.pr92 {
  padding-right: 5.75rem !important;
}

.mt96 {
  margin-top: 6rem !important;
}

.mb96 {
  margin-bottom: 6rem !important;
}

.ml96 {
  margin-left: 6rem !important;
}

.mr96 {
  margin-right: 6rem !important;
}

.pt96 {
  padding-top: 6rem !important;
}

.pb96 {
  padding-bottom: 6rem !important;
}

.pl96 {
  padding-left: 6rem !important;
}

.pr96 {
  padding-right: 6rem !important;
}

.mt100 {
  margin-top: 6.25rem !important;
}

.mb100 {
  margin-bottom: 6.25rem !important;
}

.ml100 {
  margin-left: 6.25rem !important;
}

.mr100 {
  margin-right: 6.25rem !important;
}

.pt100 {
  padding-top: 6.25rem !important;
}

.pb100 {
  padding-bottom: 6.25rem !important;
}

.pl100 {
  padding-left: 6.25rem !important;
}

.pr100 {
  padding-right: 6.25rem !important;
}

.mt104 {
  margin-top: 6.5rem !important;
}

.mb104 {
  margin-bottom: 6.5rem !important;
}

.ml104 {
  margin-left: 6.5rem !important;
}

.mr104 {
  margin-right: 6.5rem !important;
}

.pt104 {
  padding-top: 6.5rem !important;
}

.pb104 {
  padding-bottom: 6.5rem !important;
}

.pl104 {
  padding-left: 6.5rem !important;
}

.pr104 {
  padding-right: 6.5rem !important;
}

.mt108 {
  margin-top: 6.75rem !important;
}

.mb108 {
  margin-bottom: 6.75rem !important;
}

.ml108 {
  margin-left: 6.75rem !important;
}

.mr108 {
  margin-right: 6.75rem !important;
}

.pt108 {
  padding-top: 6.75rem !important;
}

.pb108 {
  padding-bottom: 6.75rem !important;
}

.pl108 {
  padding-left: 6.75rem !important;
}

.pr108 {
  padding-right: 6.75rem !important;
}

.mt112 {
  margin-top: 7rem !important;
}

.mb112 {
  margin-bottom: 7rem !important;
}

.ml112 {
  margin-left: 7rem !important;
}

.mr112 {
  margin-right: 7rem !important;
}

.pt112 {
  padding-top: 7rem !important;
}

.pb112 {
  padding-bottom: 7rem !important;
}

.pl112 {
  padding-left: 7rem !important;
}

.pr112 {
  padding-right: 7rem !important;
}

.mt116 {
  margin-top: 7.25rem !important;
}

.mb116 {
  margin-bottom: 7.25rem !important;
}

.ml116 {
  margin-left: 7.25rem !important;
}

.mr116 {
  margin-right: 7.25rem !important;
}

.pt116 {
  padding-top: 7.25rem !important;
}

.pb116 {
  padding-bottom: 7.25rem !important;
}

.pl116 {
  padding-left: 7.25rem !important;
}

.pr116 {
  padding-right: 7.25rem !important;
}

.mt120 {
  margin-top: 7.5rem !important;
}

.mb120 {
  margin-bottom: 7.5rem !important;
}

.ml120 {
  margin-left: 7.5rem !important;
}

.mr120 {
  margin-right: 7.5rem !important;
}

.pt120 {
  padding-top: 7.5rem !important;
}

.pb120 {
  padding-bottom: 7.5rem !important;
}

.pl120 {
  padding-left: 7.5rem !important;
}

.pr120 {
  padding-right: 7.5rem !important;
}

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

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

.ml1e {
  margin-left: 1em !important;
}

.mr1e {
  margin-right: 1em !important;
}

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

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

.ml2e {
  margin-left: 2em !important;
}

.mr2e {
  margin-right: 2em !important;
}

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

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

.ml3e {
  margin-left: 3em !important;
}

.mr3e {
  margin-right: 3em !important;
}

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

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

.ml4e {
  margin-left: 4em !important;
}

.mr4e {
  margin-right: 4em !important;
}

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

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

.ml5e {
  margin-left: 5em !important;
}

.mr5e {
  margin-right: 5em !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.invisible {
  visibility: hidden;
  height: 0;
}

a {
  color: #333333;
  text-decoration: none;
  transition: all 0.25s linear;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  line-height: 1;
}

p {
  margin: 0;
}

.txtXs {
  font-size: 0.6rem;
}

.txtMs {
  font-size: 0.8rem;
}

.txtS {
  font-size: 0.75rem;
}

.txtL {
  font-size: 1.2rem;
}

.txtMl {
  font-size: 1.6rem;
}

.txtXl {
  font-size: 2rem;
}

.txtN {
  font-size: 1rem;
}

.em {
  font-weight: 700;
}

.note {
  color: #ff2b01;
}

.fwn {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  max-width: 21.25rem;
  padding: 0.87rem 0.87rem 0.87rem 0.87rem;
  border: none;
  border-radius: 0.28571rem;
  background: linear-gradient(90deg, #37e686 0%, #1d7487 100%);
  font-size: 1.143rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease-in;
}

.btn:hover, .btn:active {
  box-shadow: 0px 0px 16px 3px rgba(53, 198, 119, 0.25);
  transition: all 0.25s ease-in;
}

.btn_white {
  border: 1px solid #999;
  background-image: none;
}

.btn_white:hover, .btn_white:active {
  border-color: transparent;
  background: linear-gradient(90deg, #ed5e66 0%, #cc6989 100%);
  box-shadow: 0px 0px 16px 3px rgba(245, 89, 98, 0.25);
  color: #fff;
}

.row {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0rem 1.25rem 0rem 1.25rem;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

@media (min-width: 769px) {
  .row {
    padding: 0;
  }
}

.row .row {
  width: 100%;
  padding: 0;
}

form dt {
  margin-bottom: 12px;
}

form dd:not(:last-of-type) {
  margin-bottom: 12px;
}

form input.input_text, form textarea {
  width: 100%;
  padding: 0 20px;
  border: 1px solid #444;
  border-radius: 4px;
  outline: 0;
  background-color: transparent;
  transition: all 0.25s linear;
}

form input.input_text:focus, form textarea:focus {
  border-color: #319649;
}

form input.input_text {
  height: 47px;
}

.bold {
  font-weight: bold !important;
}

html {
  overflow: auto;
}

@media (max-width: 769px) {
  html {
    overflow: initial;
  }
}

body {
  overflow-x: hidden;
  min-width: 1280px;
  background-color: #FFF;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #333;
}

@media (max-width: 769px) {
  body {
    min-width: auto;
  }
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a {
  display: inline-block;
}

a:hover, a:focus, a:active {
  opacity: 0.7;
}

.container {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 769px) {
  .container {
    width: 100%;
  }
}

.mv {
  width: 100%;
  height: 715px;
  background: url(../images/bg_mv_pc.png) no-repeat;
  background-size: cover;
  /* for SP menu */
}

@media (max-width: 769px) {
  .mv {
    height: auto;
    padding-top: 85px;
    background-image: url(../images/bg_mv_sp.png);
    background-size: cover;
  }
}

.mv .header {
  position: relative;
}

@media (max-width: 769px) {
  .mv .header {
    /* for SP menu (Fixed) */
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    transition: .3s;
  }
}

@media (max-width: 769px) {
  .mv .header.is-animation {
    /* for SP menu (Fixed) */
    height: 70px;
    background: #FFF;
  }
  .mv .header.is-animation .toggle-btn {
    /* for SP menu (Fixed) */
    top: 15px;
  }
}

@media (max-width: 769px) and (max-width: 769px) {
  .mv .header.is-animation .toggle-btn span {
    /* for SP menu (Fixed) */
    border-bottom: solid 2px #000;
  }
}

@media (max-width: 769px) {
  .mv .header.is-animation .header-logo {
    /* for SP menu (Fixed) */
    width: 75px;
  }
}

@media (max-width: 769px) {
  .mv .header.is-animation .header-logo img {
    /* for SP menu (Fixed) */
    margin-top: 10px;
    margin-left: 20px;
  }
}

.mv .header-logo {
  width: 99px;
}

@media (max-width: 769px) {
  .mv .header-logo {
    width: 91px;
  }
}

.mv .header-logo img {
  margin-top: 22px;
  margin-left: 90px;
}

@media (max-width: 769px) {
  .mv .header-logo img {
    margin-top: 25px;
    margin-left: 25px;
  }
}

.mv .header-nav {
  position: absolute;
  top: 27px;
  right: 40px;
}

@media (max-width: 769px) {
  .mv .header-nav {
    position: initial;
    /* for SP menu */
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0 20px 0;
    background: #fff;
    background-color: #FFF;
    color: #000;
    text-align: center;
    transition: all 0.6s;
    transform: translateY(-100%);
  }
}

@media (max-width: 769px) {
  .mv .header-nav.active {
    /* for SP menu */
    padding-top: 60px;
    transform: translateY(0%);
  }
}

@media (max-width: 769px) {
  .mv .header-nav ul {
    /* for SP menu */
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

.mv .header-nav ul li {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media (max-width: 769px) {
  .mv .header-nav ul li {
    display: block;
    border-top: 1px solid #F2F2F2;
    text-align: center;
  }
}

.mv .header-nav ul li a {
  padding: 8px 23px;
  color: #FFF;
}

@media (max-width: 769px) {
  .mv .header-nav ul li a {
    display: block;
    width: 100%;
    padding: 15px 0;
    background-color: #FFF;
    color: #333;
  }
}

.mv .header-nav ul li:last-child {
  margin-left: 20px;
  border-bottom: none;
}

@media (max-width: 769px) {
  .mv .header-nav ul li:last-child {
    margin: 0;
    padding: 20px 0;
    color: #FFF;
  }
}

.mv .header-nav ul li:last-child a {
  padding: 8px 38px;
  border-radius: 100px;
  background: linear-gradient(to right, #fa636f 0%, #fdae61 100%);
}

@media (max-width: 769px) {
  .mv .header-nav ul li:last-child a {
    width: auto;
    margin: 0 11%;
    padding: 15px 0;
    color: #FFF;
  }
}

.mv .toggle-btn {
  /* 最初のspanを-45度 */
  /* 2番目と3番目のspanを45度 */
}

@media (max-width: 769px) {
  .mv .toggle-btn {
    position: fixed;
    z-index: 3;
    top: 23px;
    right: 13px;
    display: block;
    width: 42px;
    height: 42px;
    cursor: pointer;
  }
}

@media (max-width: 769px) {
  .mv .toggle-btn span {
    position: absolute;
    left: 6px;
    display: block;
    width: 30px;
    border-bottom: solid 2px #FFF;
    transition: .35s ease-in-out;
  }
}

@media (max-width: 769px) {
  .mv .toggle-btn span:nth-child(1) {
    top: 9px;
  }
}

@media (max-width: 769px) {
  .mv .toggle-btn span:nth-child(2) {
    top: 18px;
  }
}

@media (max-width: 769px) {
  .mv .toggle-btn span:nth-child(3) {
    top: 27px;
  }
}

@media (max-width: 769px) {
  .mv .toggle-btn.active span {
    border-bottom: solid 2px #000;
  }
}

@media (max-width: 769px) {
  .mv .toggle-btn.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    transform: rotate(-45deg);
  }
}

@media (max-width: 769px) {
  .mv .toggle-btn.active span:nth-child(2),
  .mv .toggle-btn.active span:nth-child(3) {
    top: 18px;
    transform: rotate(45deg);
  }
}

.mv-contents {
  text-align: center;
}

@media (max-width: 769px) {
  .mv-contents {
    padding: 30px 0 40px 0;
  }
}

.mv-contents .ttl-main {
  margin: 90px 0 30px 0;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}

@media (max-width: 769px) {
  .mv-contents .ttl-main {
    margin: 0 0 25px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (max-width: 769px) {
  .mv-contents .ttl-main span {
    font-size: 33px;
    font-size: 3.3rem;
  }
}

.mv-contents .purpose-list {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

@media (max-width: 769px) {
  .mv-contents .purpose-list {
    display: block;
    margin-bottom: 20px;
  }
}

.mv-contents .purpose-list li {
  padding: 0 11px;
}

@media (max-width: 769px) {
  .mv-contents .purpose-list li {
    margin-bottom: 12px;
    padding: 0;
  }
}

.mv-contents .txt-main01 {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 769px) {
  .mv-contents .txt-main01 {
    margin-bottom: 25px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.mv-contents .txt-main01::before, .mv-contents .txt-main01::after {
  position: absolute;
  display: block;
  width: 23px;
  height: 42px;
  background: url(../images/slash_line01.svg);
  content: '';
}

@media (max-width: 769px) {
  .mv-contents .txt-main01::before, .mv-contents .txt-main01::after {
    width: 17px;
    height: 30px;
  }
}

.mv-contents .txt-main01::before {
  top: 12px;
  left: -38px;
}

@media (max-width: 769px) {
  .mv-contents .txt-main01::before {
    top: 12px;
    left: -23px;
  }
}

.mv-contents .txt-main01::after {
  top: 12px;
  right: -38px;
  transform: scaleX(-1);
}

@media (max-width: 769px) {
  .mv-contents .txt-main01::after {
    top: 12px;
    right: -23px;
  }
}

.mv-contents .contact-list {
  display: flex;
  justify-content: center;
}

@media (max-width: 769px) {
  .mv-contents .contact-list {
    display: block;
  }
}

.mv-contents .contact-list li {
  padding: 0 9px;
}

@media (max-width: 769px) {
  .mv-contents .contact-list li {
    margin-bottom: 20px;
    padding: 0;
  }
}

.base-sec .inner-wrap {
  width: 1280px;
  margin: 0 auto;
}

@media (max-width: 769px) {
  .base-sec .inner-wrap {
    width: 100%;
  }
}

.base-sec .title-main {
  margin: 0 0 10px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #FB696E;
}

@media (max-width: 769px) {
  .base-sec .title-main {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.base-sec .title-sub {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
}

@media (max-width: 769px) {
  .base-sec .title-sub {
    font-size: 20px;
    font-size: 2rem;
  }
}

.base-sec.problem {
  height: 635px;
  padding: 94px 0 0 140px;
  background: url(../images/img_problem01.png) no-repeat 80% 120px;
}

@media (max-width: 769px) {
  .base-sec.problem {
    position: relative;
    height: auto;
    padding: 40px 20px 256px 20px;
    background: none;
  }
}

@media (max-width: 769px) {
  .base-sec.problem::after {
    position: absolute;
    z-index: 1;
    bottom: -50px;
    left: 50%;
    display: block;
    width: 155px;
    height: 306px;
    background: url(../images/img_problem01.png) no-repeat center top;
    background-size: contain;
    content: '';
    transform: translateX(-50%);
  }
}

.base-sec.problem .title-sub {
  margin-bottom: 43px;
}

@media (max-width: 769px) {
  .base-sec.problem .title-sub {
    margin-bottom: 20px;
  }
}

.base-sec.problem .inner-wrap {
  height: 100%;
}

.base-sec.problem .problem-list li {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 0 46px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 769px) {
  .base-sec.problem .problem-list li {
    margin-bottom: 8px;
    padding-left: 25px;
    background-size: contain;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.base-sec.problem .problem-list li::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/icon_check01.svg) no-repeat 0 0;
  content: '';
}

@media (max-width: 769px) {
  .base-sec.problem .problem-list li::before {
    width: 15px;
    height: 15px;
    background-size: contain;
  }
}

.base-sec.about {
  padding: 62px 0 100px;
  background: linear-gradient(135deg, #fa636f 15%, #fdae61 115%);
  color: #FFF;
  text-align: center;
}

@media (max-width: 769px) {
  .base-sec.about {
    position: relative;
    z-index: 2;
    padding: 40px 20px 40px 20px;
  }
}

.base-sec.about .title-main {
  color: rgba(253, 253, 253, 0.59);
}

.base-sec.about .title-sub {
  margin-bottom: 43px;
  color: #FDFDFD;
}

@media (max-width: 769px) {
  .base-sec.about .title-sub {
    margin-bottom: 20px;
  }
}

.base-sec.about .txt-01 {
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #FDFDFD;
}

@media (max-width: 769px) {
  .base-sec.about .txt-01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.base-sec.about .img-01 {
  margin-bottom: 10px;
}

@media (max-width: 769px) {
  .base-sec.about .img-01 img {
    width: 70%;
  }
}

.base-sec.about .txt-02 {
  margin-bottom: 30px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}

@media (max-width: 769px) {
  .base-sec.about .txt-02 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.base-sec.about .txt-03 {
  margin-bottom: 50px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.0;
  color: #FDFDFD;
}

@media (max-width: 769px) {
  .base-sec.about .txt-03 {
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.base-sec.wecando {
  padding: 80px 0 130px;
  text-align: center;
}

@media (max-width: 769px) {
  .base-sec.wecando {
    padding: 40px 20px 40px;
  }
}

.base-sec.wecando .title-sub {
  margin-bottom: 60px;
}

@media (max-width: 769px) {
  .base-sec.wecando .title-sub {
    margin-bottom: 30px;
  }
}

.base-sec.wecando .wecando-list {
  display: flex;
  width: 1050px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 769px) {
  .base-sec.wecando .wecando-list {
    width: 100%;
  }
}

.base-sec.wecando .wecando-list li {
  padding: 0 13px 36px;
}

@media (max-width: 769px) {
  .base-sec.wecando .wecando-list li {
    width: 45%;
    padding: 0 5px 10px;
  }
}

.base-sec.wecando .wecando-list li img {
  box-shadow: 5px 9px 16px rgba(0, 0, 0, 0.05);
}

.base-sec.contact {
  padding: 50px 0 70px;
  background: linear-gradient(115deg, #fa636f 20%, #fdae61 120%);
  color: #FFF;
  text-align: center;
}

@media (max-width: 769px) {
  .base-sec.contact {
    padding: 30px 20px 20px;
  }
}

.base-sec.contact .title-contact {
  margin-bottom: 35px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

@media (max-width: 769px) {
  .base-sec.contact .title-contact {
    margin-bottom: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.base-sec.contact .contact-list {
  display: flex;
  justify-content: center;
}

@media (max-width: 769px) {
  .base-sec.contact .contact-list {
    display: block;
  }
}

.base-sec.contact .contact-list li {
  margin: 0 11px;
}

@media (max-width: 769px) {
  .base-sec.contact .contact-list li {
    margin: 0 0 20px;
    padding: 0 13%;
  }
}

.base-sec.keypoint {
  padding: 100px 0 120px 0;
  background-color: #F9F9F9;
  text-align: center;
}

@media (max-width: 769px) {
  .base-sec.keypoint {
    padding: 40px 20px 40px 20px;
  }
}

.base-sec.keypoint .title-sub {
  margin-bottom: 50px;
}

@media (max-width: 769px) {
  .base-sec.keypoint .title-sub {
    margin-bottom: 30px;
  }
}

.base-sec.keypoint .txt-01 {
  margin-bottom: 50px;
  background: linear-gradient(to right, #fa636f 0%, #fdae61 100%);
  -webkit-background-clip: text;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: bold;
  color: transparent;
}

@media (max-width: 769px) {
  .base-sec.keypoint .txt-01 {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.base-sec.keypoint .txt-02 {
  margin-right: 155px;
  margin-bottom: 50px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

@media (max-width: 769px) {
  .base-sec.keypoint .txt-02 {
    margin-right: 0;
    margin-bottom: 40px;
    font-size: 10px;
    font-size: 1rem;
  }
}

.base-sec.keypoint .keypoint-list {
  display: flex;
  margin-bottom: 24px;
  justify-content: center;
}

@media (max-width: 769px) {
  .base-sec.keypoint .keypoint-list {
    display: block;
  }
}

.base-sec.keypoint .keypoint-list li {
  margin-left: 28px;
}

@media (max-width: 769px) {
  .base-sec.keypoint .keypoint-list li {
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.base-sec.keypoint .keypoint-list li::first-child {
  margin-left: 0;
}

.base-sec.keypoint .keypoint-list li img {
  box-shadow: 5px 9px 16px rgba(0, 0, 0, 0.05);
}

.base-sec.keypoint .attention {
  padding: 0 0 0 180px;
  background: url(../images/img_keypoint03.svg) no-repeat 785px 50px;
  text-align: left;
}

@media (max-width: 769px) {
  .base-sec.keypoint .attention {
    padding: 0;
  }
}

.base-sec.keypoint .attention .title-sub {
  font-size: 24px;
  font-size: 2.4rem;
}

.base-sec.keypoint .attention .txt-03 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media (max-width: 769px) {
  .base-sec.keypoint .attention .txt-03 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.base-sec.superiority {
  padding: 90px 0 165px 0;
  text-align: center;
}

@media (max-width: 769px) {
  .base-sec.superiority {
    padding: 40px 20px;
  }
}

.base-sec.superiority .title-sub {
  margin-bottom: 55px;
}

@media (max-width: 769px) {
  .base-sec.superiority .title-sub {
    margin-bottom: 40px;
  }
}

.base-sec.superiority .point-area {
  position: relative;
  width: 990px;
  margin: 0 auto 95px auto;
  padding: 47px 0 67px 0;
  border: 2px solid #f0f0f0;
  background: #fff;
  box-shadow: 5px 9px 16px rgba(0, 0, 0, 0.05);
}

@media (max-width: 769px) {
  .base-sec.superiority .point-area {
    width: 100%;
    margin-bottom: 50px;
    padding: 30px 20px 30px 20px;
  }
}

.base-sec.superiority .point-area.last {
  margin-bottom: 0;
}

.base-sec.superiority .point-area .ttl-img {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 769px) {
  .base-sec.superiority .point-area .ttl-img {
    top: -17px;
    width: 130px;
  }
}

.base-sec.superiority .point-area .ttl {
  margin-bottom: 40px;
  font-size: 30px;
  font-size: 3rem;
}

@media (max-width: 769px) {
  .base-sec.superiority .point-area .ttl {
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.base-sec.superiority .point-area .point01-list {
  display: flex;
  justify-content: center;
}

@media (max-width: 769px) {
  .base-sec.superiority .point-area .point01-list {
    flex-wrap: wrap;
  }
}

.base-sec.superiority .point-area .point01-list li {
  padding: 0 30px;
}

@media (max-width: 769px) {
  .base-sec.superiority .point-area .point01-list li {
    height: 110px;
    margin-bottom: 20px;
    padding: 0 10px 10px;
  }
}

@media (max-width: 769px) {
  .base-sec.superiority .point-area .point01-list li:nth-child(2) {
    width: 132px;
  }
}

@media (max-width: 769px) {
  .base-sec.superiority .point-area .point01-list li img {
    max-height: 100%;
  }
}

.base-sec.superiority .point-area .dl-wrap .point02-dl {
  display: flex;
  width: 820px;
  margin: 0 auto 0 auto;
  padding: 25px 0 30px;
  border-top: 1px solid #BABABA;
  text-align: left;
  align-items: center;
}

@media (max-width: 769px) {
  .base-sec.superiority .point-area .dl-wrap .point02-dl {
    display: block;
    width: auto;
    margin: 0;
    padding: 25px 0 20px;
  }
}

.base-sec.superiority .point-area .dl-wrap .point02-dl:first-of-type {
  border-top: none;
}

@media (max-width: 769px) {
  .base-sec.superiority .point-area .dl-wrap .point02-dl:first-of-type {
    padding-top: 0;
  }
}

.base-sec.superiority .point-area .dl-wrap .point02-dl dt {
  width: 410px;
  padding-left: 33px;
}

@media (max-width: 769px) {
  .base-sec.superiority .point-area .dl-wrap .point02-dl dt {
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
    padding-left: 0px;
  }
}

@media (max-width: 769px) {
  .base-sec.superiority .point-area .dl-wrap .point02-dl dt img {
    max-height: 100%;
  }
}

.base-sec.superiority .point-area .dl-wrap .point02-dl dd {
  padding-left: 80px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media (max-width: 769px) {
  .base-sec.superiority .point-area .dl-wrap .point02-dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.base-sec.superiority .point-area .point03-wrap {
  display: flex;
  margin: 0 40px 0 95px;
  padding: 0 0 20px;
  background: url(../images/img_superiority11.svg) no-repeat right bottom;
  text-align: left;
}

@media (max-width: 769px) {
  .base-sec.superiority .point-area .point03-wrap {
    display: block;
    margin: 0;
    padding: 0 0 100px 0;
    background-position: center bottom;
    background-size: auto 80px;
    text-align: center;
  }
}

.base-sec.superiority .point-area .point03-wrap .txt-01 {
  margin-left: 55px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media (max-width: 769px) {
  .base-sec.superiority .point-area .point03-wrap .txt-01 {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.base-sec.management {
  margin: 0 0 110px 0;
}

@media (max-width: 769px) {
  .base-sec.management {
    margin: 0;
    padding: 40px 20px;
  }
}

.base-sec.management .title-sub {
  margin-bottom: 45px;
}

@media (max-width: 769px) {
  .base-sec.management .title-sub {
    margin-bottom: 30px;
  }
}

.base-sec.management .management-wrap {
  display: flex;
  padding-left: 140px;
}

@media (max-width: 769px) {
  .base-sec.management .management-wrap {
    display: block;
    padding-left: 0;
  }
}

.base-sec.management .management-wrap .management-list {
  width: 530px;
}

@media (max-width: 769px) {
  .base-sec.management .management-wrap .management-list {
    width: 100%;
  }
}

.base-sec.management .management-wrap .management-list li {
  padding: 25px 0;
  border-top: 1px solid #BABABA;
}

.base-sec.management .management-wrap .management-list li:first-of-type {
  border-top: none;
}

@media (max-width: 769px) {
  .base-sec.management .management-wrap .management-list li:first-of-type {
    padding-top: 0;
  }
}

.base-sec.management .management-wrap .management-list li:nth-of-type(1) img {
  width: 75%;
}

.base-sec.management .management-wrap .management-list li:nth-of-type(2) img {
  width: 75%;
}

.base-sec.management .management-wrap .management-list li:nth-of-type(3) img {
  width: 100%;
}

.base-sec.management .management-wrap .img-01 {
  margin: 0 0 0 40px;
}

@media (max-width: 769px) {
  .base-sec.management .management-wrap .img-01 {
    margin: 0;
  }
}

.base-sec.management .management-wrap .img-01 img {
  margin-top: 90px;
}

@media (max-width: 769px) {
  .base-sec.management .management-wrap .img-01 img {
    margin-top: 40px;
  }
}

.base-sec.service {
  padding: 90px 0 130px 0;
  text-align: center;
}

@media (max-width: 769px) {
  .base-sec.service {
    padding: 40px 20px;
  }
}

.base-sec.service .title-sub {
  margin-bottom: 95px;
}

@media (max-width: 769px) {
  .base-sec.service .title-sub {
    margin-bottom: 40px;
  }
}

.base-sec.service .img-01 {
  display: inline-block;
}

.base-sec.voice {
  padding: 100px 0 87px 0;
  background: #F9F9F9 url(../images/img_voice01.png) no-repeat right bottom;
  text-align: center;
}

@media (max-width: 769px) {
  .base-sec.voice {
    padding: 40px 20px 10px;
    background-size: 85%;
  }
}

.base-sec.voice .title-sub {
  margin-bottom: 70px;
}

.base-sec.voice .voice-list {
  display: flex;
  text-align: left;
  justify-content: center;
}

@media (max-width: 769px) {
  .base-sec.voice .voice-list {
    display: block;
  }
}

.base-sec.voice .voice-list .point-area {
  position: relative;
  width: 485px;
  margin: 0 14px;
  padding: 60px 45px 100px 45px;
  border: 2px solid #f0f0f0;
  background: #fff;
  box-shadow: 5px 9px 16px rgba(0, 0, 0, 0.05);
}

@media (max-width: 769px) {
  .base-sec.voice .voice-list .point-area {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 40px 20px;
  }
}

.base-sec.voice .voice-list .point-area .ttl-img {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  text-align: center;
}

.base-sec.voice .voice-list .point-area .ttl {
  margin: 0 0 25px;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.5;
}

@media (max-width: 769px) {
  .base-sec.voice .voice-list .point-area .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.base-sec.voice .voice-list .point-area .txt-01 {
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media (max-width: 769px) {
  .base-sec.voice .voice-list .point-area .txt-01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.base-sec.voice .voice-list .point-area .txt-bottom {
  position: absolute;
  bottom: 55px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #484848;
}

@media (max-width: 769px) {
  .base-sec.voice .voice-list .point-area .txt-bottom {
    position: initial;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.base-sec.support {
  padding: 100px 0 75px 0;
}

@media (max-width: 769px) {
  .base-sec.support {
    padding: 40px 20px;
  }
}

.base-sec.support .content-wrap {
  width: 585px;
  margin: 0 0 0 134px;
}

@media (max-width: 769px) {
  .base-sec.support .content-wrap {
    width: 100%;
    margin: 0;
  }
}

.base-sec.support .title-sub {
  margin-bottom: 55px;
}

@media (max-width: 769px) {
  .base-sec.support .title-sub {
    margin-bottom: 30px;
  }
}

.base-sec.support .support-wrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 769px) {
  .base-sec.support .support-wrap {
    display: block;
  }
}

.base-sec.support .support-dl dt {
  padding: 30px 0;
  border-top: 1px solid #BABABA;
}

@media (max-width: 769px) {
  .base-sec.support .support-dl dt {
    width: 100%;
    padding: 20px 0;
  }
}

.base-sec.support .support-dl dt:first-of-type {
  padding-top: 0;
  border-top: none;
}

@media (max-width: 769px) {
  .base-sec.support .support-dl dt:nth-of-type(1) img {
    max-width: 58%;
  }
}

@media (max-width: 769px) {
  .base-sec.support .support-dl dt:nth-of-type(2) img {
    max-width: 76%;
  }
}

@media (max-width: 769px) {
  .base-sec.support .support-dl dt:nth-of-type(3) img {
    max-width: 100%;
  }
}

.base-sec.support .support-dl dd {
  padding: 0 30px 35px 62px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media (max-width: 769px) {
  .base-sec.support .support-dl dd {
    padding: 0 0 20px 11%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.base-sec.support .img-01 {
  margin: 40px 0 0 0;
}

@media (max-width: 769px) {
  .base-sec.support .img-01 {
    margin-top: 20px;
  }
}

.base-sec.price {
  padding: 100px 0 115px 0;
  background: #F9F9F9;
  text-align: center;
}

@media (max-width: 769px) {
  .base-sec.price {
    padding: 40px 20px;
  }
}

.base-sec.price .title-sub {
  margin-bottom: 90px;
}

@media (max-width: 769px) {
  .base-sec.price .title-sub {
    margin-bottom: 40px;
  }
}

.base-sec.price .price-wrap {
  width: 1010px;
  margin: 0 auto;
  border: 2px solid #f0f0f0;
  background: #fff;
  box-shadow: 5px 9px 16px rgba(0, 0, 0, 0.05);
}

@media (max-width: 769px) {
  .base-sec.price .price-wrap {
    width: 100%;
  }
}

.base-sec.price .price-table {
  width: 886px;
  margin: 0 auto;
}

@media (max-width: 769px) {
  .base-sec.price .price-table {
    width: 100%;
  }
}

.base-sec.price .price-table thead th {
  height: 24px;
}

.base-sec.price .price-table thead th.ttl-img {
  position: relative;
  width: 300px;
}

@media (max-width: 769px) {
  .base-sec.price .price-table thead th.ttl-img {
    width: auto;
  }
}

.base-sec.price .price-table thead th.ttl-img img {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 769px) {
  .base-sec.price .price-table thead th.ttl-img img {
    top: -14px;
    width: 100px;
  }
}

.base-sec.price .price-table tbody tr {
  border-top: 1px solid #BABABA;
}

.base-sec.price .price-table tbody tr:first-of-type {
  border-top: none;
}

.base-sec.price .price-table tbody th {
  padding: 30px 0 30px 25px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}

@media (max-width: 769px) {
  .base-sec.price .price-table tbody th {
    padding: 15px 0 15px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.base-sec.price .price-table tbody th span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

@media (max-width: 769px) {
  .base-sec.price .price-table tbody th span {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.base-sec.price .price-table tbody td {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #FA646F;
}

@media (max-width: 769px) {
  .base-sec.price .price-table tbody td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.base-sec.price .price-table tbody td img {
  vertical-align: middle;
}

.base-sec.price .price-table tbody td .yen {
  font-size: 33px;
  font-size: 3.3rem;
}

@media (max-width: 769px) {
  .base-sec.price .price-table tbody td .yen {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.base-sec.price .price-table tbody td .price {
  font-size: 38px;
  font-size: 3.8rem;
}

@media (max-width: 769px) {
  .base-sec.price .price-table tbody td .price {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.base-sec.price .price-table tbody td .mark {
  margin-left: 10px;
  font-size: 33px;
  font-size: 3.3rem;
}

@media (max-width: 769px) {
  .base-sec.price .price-table tbody td .mark {
    margin-left: 4px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.base-sec.price .price-table tbody td .fixed-cost {
  font-size: 32px;
  font-size: 3.2rem;
}

@media (max-width: 769px) {
  .base-sec.price .price-table tbody td .fixed-cost {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 769px) {
  .base-sec.price .price-table tbody td .icon_line01 {
    width: 15px;
  }
}

@media (max-width: 769px) {
  .base-sec.price .price-table tbody td .icon_check02 {
    width: 22px;
  }
}

.base-sec.price .price-table tbody td.btn-contact {
  padding: 35px 0 56px;
}

@media (max-width: 769px) {
  .base-sec.price .price-table tbody td.btn-contact {
    padding: 20px 10px 30px;
  }
}

@media (max-width: 769px) {
  .base-sec.price .price-table tbody td.btn-contact img {
    width: 120px;
  }
}

.base-sec.qanda {
  padding: 90px 0 45px 0;
  text-align: center;
}

@media (max-width: 769px) {
  .base-sec.qanda {
    padding: 40px 20px;
  }
}

.base-sec.qanda .title-sub {
  margin-bottom: 45px;
}

.base-sec.qanda .qanda-dl {
  width: 1010px;
  margin: 0 auto 40px auto;
  padding: 32px 50px 32px 50px;
  border: 2px solid #f0f0f0;
  background: #fff;
  box-shadow: 5px 9px 16px rgba(0, 0, 0, 0.05);
  text-align: left;
}

@media (max-width: 769px) {
  .base-sec.qanda .qanda-dl {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
  }
}

.base-sec.qanda .qanda-dl dt {
  margin-bottom: 25px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}

@media (max-width: 769px) {
  .base-sec.qanda .qanda-dl dt {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.base-sec.qanda .qanda-dl dt span {
  margin-right: 10px;
  font-size: 35px;
  font-size: 3.5rem;
  color: #FB696E;
}

@media (max-width: 769px) {
  .base-sec.qanda .qanda-dl dt span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.base-sec.qanda .qanda-dl dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media (max-width: 769px) {
  .base-sec.qanda .qanda-dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.footer .inner {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  padding: 45px 72px 56px 64px;
}

@media (max-width: 769px) {
  .footer .inner {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

.footer .copyright {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}

@media (max-width: 769px) {
  .footer .copyright {
    padding: 20px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.footer .copyright small {
  font-size: 100%;
}

.footer .footer-nav ul {
  position: absolute;
  top: 45px;
  right: 72px;
}

@media (max-width: 769px) {
  .footer .footer-nav ul {
    position: initial;
  }
}

.footer .footer-nav ul li {
  display: inline-block;
  margin-left: 45px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

@media (max-width: 769px) {
  .footer .footer-nav ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #F2F2F2;
  }
}

@media (max-width: 769px) {
  .footer .footer-nav ul li a {
    display: block;
    padding: 10px;
  }
}
/*# sourceMappingURL=maps/style.css.map */



@media (min-width: 826px) {
.intro__text {
    text-align: center;
    font-size: 1.8em;
    line-height: 1.8;
    padding-bottom: 3em;
    color: #e1816a;
}
}

.base-sec.inquiry {
  padding: 94px 0 0 140px;
  font-size: 14px;
}

@media (max-width: 769px) {
  .base-sec.inquiry {
    position: relative;
    height: auto;
    padding: 40px 20px 256px 20px;
    background: none;
  }
}

@media (min-width: 826px) {
.form_table dl {
    width: 100%;
    font-size: 16px;
}
}

.form_table dt {
    width: 20%;
    float: left;
    /* text-align: right; */
    /* text-align: right; */
    vertical-align: top;
    box-sizing: border-box;
    line-height: 1.5em;
    position: relative;
    margin: 15px 0;
    padding: 5px 0 5px 30px;
}

.form_table dt .req {
    font-size: 2rem;
    padding: 0 5px;
    position: absolute;
    bottom: 0;
    color: #ec0000;
}

.form_table dl dd {
    vertical-align: top;
    /* width: 100%; */
    width: 70%;
    float: left;
    /* padding-top: 26px; */
    /* padding-bottom: 26px; */
    /* box-sizing: border-box; */
    /* position: relative; */
    padding: 5px 0 5px 0;
    margin: 15px 40px;
}
@media (min-width: 826px){
.form_table dl dd input, .form_table dl dd textarea {
    font-size: 14px;
    padding: 20px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 0;
    border: 1px solid #ddd;
}
}
.mwform-checkbox-field label, .mwform-radio-field label {
    font-weight: normal;
    margin-bottom: 0;
}
@media (min-width: 826px){
.form_table dl dd input, .form_table dl dd textarea {
    font-size: 14px;
    padding: 20px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 0;
    border: 1px solid #ddd;
}
}
.mwform-checkbox-field input, .mwform-radio-field input {
    margin-right: 5px;
}
input[type=checkbox] {
    display: none;
}
.mwform-checkbox-field-text {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 5px 30px;
    position: relative;
    width: auto;
}
input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
    border-color: #666;
}
.mwform-checkbox-field-text::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.mwform-checkbox-field-text::after {
    border-right: 6px solid #00933c;
    border-bottom: 3px solid #00933c;
    content: '';
    display: block;
    height: 20px;
    left: 12px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 9px;
}
.kiyaku {
    display: block;
    clear: both;
    padding: 3em 0 0;
}
.kiyaku p a {
  text-decoration: underline;
}
@media print, screen and (min-width: 826px){
.single .l-container, #formWrap .l-container, #profile .summaryWrap {
    max-width: 1000px;
margin: 0 auto;
    position: relative;
}
}
.mw_wp_form .btn-send {
    margin: 5em auto;
    transition: 0.3s;
}
button, input[type="button"], input[type="submit"] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    background-color: #fff;
    border: 1px solid #e1816a;
    color: #e1816a;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    width: 430px;
    height: 65px;
    margin: 0 auto;
    font-size: 15px;
    transition: 0.3s;
}
input[type="submit"]:hover {
    background: #e1816a;
    color: #fff;
}
#formWrap {
  overflow: hidden;
}
footer {
  clear: both;
}
#formWrap.thanks {
  padding: 100px 0;
}



@media screen and (max-width: 825px){

.base-sec.inquiry {
  padding-bottom: 100px;
}
#formWrap.thanks {
  padding: 50px 5%;
}
#formWrap.thanks .intro__text {
  font-size: 15px;
}
.header-logo {
    width: 91px;
}
.header-logo img {
    margin-top: 25px;
    margin-left: 25px !important;
}


.section-head {
    padding-bottom: 0;
    min-height: 25vh;
}
.form_table dl {
    width: 100%;
    border: #e8e8e8 1px solid;
}
.form_table dt {
    width: 100%;
    float: none;
    /* text-align: right; */
    /* text-align: right; */
    vertical-align: top;
    box-sizing: border-box;
    line-height: 1.5em;
    position: relative;
    margin: 0;
    padding: 15px 10px;
    text-align: left;
    background: #f6f6f8;
}
.form_table dt .req {
    font-size: 14px;
    padding: 0 5px;
    position: absolute;
    bottom: 12px;
    color: #ec0000;
}
.form_table dl dd {
    vertical-align: top;
    /* width: 100%; */
    width: 90%;
    float: none;
    /* padding-top: 26px; */
    /* padding-bottom: 26px; */
    /* box-sizing: border-box; */
    /* position: relative; */
    padding: 10px 0;
    margin: 0 auto;
}
button, input[type="button"], input[type="submit"] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90% !important;
    height: 36px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    width: 100%;
    height: 65px;
    margin: 0 auto;
    font-size: 15px;
    transition: 0.3s;
}
.cv {
  padding-top: 30px;
}

}
