@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

pre, form, fieldset, input, textarea, p, blockquote, th, td, p {
  margin: 0px;
  padding: 0px;
}

li {
  list-style-type: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

html,
body {
  /* スクロールバーの色削除 */
  scrollbar-face-color: inherit !important;
  min-width: 750px;
}

#wrap {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  color: #4d4d4d;
  padding-bottom: 144px;
}

#wrap img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#wrap a {
  color: #cccccc;
  text-decoration: none;
}

#wrap .container {
  width: 750px;
  overflow: hidden;
  margin: 0 auto;
}

#wrap .header_wrap {
  position: absolute;
  width: 100%;
  height: 130px;
  background: #ffffff;
  left: 50%;
  margin-left: -50%;
  top: 0;
  z-index: 1;
  -webkit-box-shadow: 0 7.5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 7.5px 15px rgba(0, 0, 0, 0.2);
}

#wrap .header_wrap .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#wrap .header_wrap .header_left {
  width: 556px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#wrap .header_wrap .header_left h1 {
  width: 100%;
  padding: 12px 0 2px 24px;
  font-size: 22px;
  line-height: 47px;
  letter-spacing: 0.88px;
  color: #4D4D4D;
  line-height: 1;
}

#wrap .header_wrap .header_left h2 {
  width: 232px;
}

#wrap .header_wrap .header_left p {
  width: 324px;
}

#wrap .header_wrap .header_right {
  width: 150px;
  margin: 15px 26px 0 0;
}

#wrap .header_wrap .header_right p {
  width: 150px;
}

#wrap #fv {
  background: url(../img/shadow_bg01.png) repeat-y center top, url(../img/bg02.png) no-repeat center 185px, url(../img/bg01.jpg) no-repeat center top;
  margin-top: 130px;
}

#wrap #recommend {
  background: url(../img/shadow_bg01.png) repeat-y center top, #E8F4FE;
}

#wrap #recommend .container {
  background: url(../img/recommend_bg01.jpg) repeat-y center top;
  padding-bottom: 55px;
}

#wrap #recommend ul {
  width: 670px;
  margin: 0 auto;
  background: rgba(25, 150, 246, 0.8);
  padding: 44px 33px;
  border: 3px solid #ffffff;
  border-radius: 30px;
}

#wrap #recommend ul li {
  font-size: 27px;
  line-height: 30px;
  color: #FFFFFF;
  padding-bottom: 15px;
  padding-left: 56px;
  background: url(../img/recommend_icon01.png) no-repeat left top;
}

#wrap #recommend ul li:not(:last-child) {
  border-bottom: 2px dotted #ffffff;
  margin-bottom: 15px;
}

#wrap #recommend ul li span.yellow {
  color: #FFFF64;
  font-weight: bold;
}

#wrap #recommend ul li span.att {
  display: block;
  font-size: 22px;
}

#wrap #what {
  background: url(../img/shadow_bg01.png) repeat-y center top, url(../img/bg03.png) no-repeat center top, #F0F7EB;
}

#wrap #what .container {
  background: #6AAF38;
}

#wrap #what h2 {
  margin-bottom: 52px;
}

#wrap #what p {
  padding: 0 38px;
  font-size: 27px;
  line-height: 47px;
  letter-spacing: 1.62px;
  color: #FFFFFF;
}

#wrap #what p.what_txt01 {
  margin-bottom: 54px;
}

#wrap #what p.what_txt02 {
  padding-top: 304px;
  background: url(../img/what_img02.png) no-repeat center top;
  margin-bottom: 48px;
}

#wrap #what p.what_txt04 {
  padding-bottom: 60px;
}

#wrap #what p span {
  color: #FFFF64;
  font-weight: bold;
}

#wrap #what .what_txt03 {
  margin-bottom: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrap #what .what_txt03 li {
  width: 240px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

#wrap #what .what_txt03 li:not(:last-child) {
  margin-right: 60px;
}

#wrap #what dl {
  background: #ffffff;
  padding-bottom: 73px;
}

#wrap #price .bg_green {
  background: #6AAF38;
}

#wrap #price .bg01 {
  background: url(../img/price_bg01.png) no-repeat center top;
  padding-top: 30px;
  margin-top: -30px;
}

#wrap #price .bg01 .bg01_inner {
  background: url(../img/shadow_bg01.png) repeat-y center top, #F0F7EB;
  position: relative;
  z-index: -1;
}

#wrap #price .bg01 .bg01_inner .container {
  background: #ffffff;
}

#wrap #price .bg01 .price_bg {
  background: url(../img/shadow_bg01.png) repeat-y center top, #F0F7EB;
}

#wrap #price .bg01 .price_bg .container {
  background: #ffffff;
  padding-bottom: 84px;
}

#wrap #price .price_table {
  margin-bottom: 54px;
  position: relative;
}

#wrap #price .price_table dl {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 680px;
  z-index: 1;
  left: 50%;
  margin-left: -340px;
}

#wrap #price .price_table dl:first-of-type {
  top: 126px;
}

#wrap #price .price_table dl:nth-of-type(2) {
  top: 255px;
}

#wrap #price .price_table dl:nth-of-type(3) {
  top: 385px;
}

#wrap #price .price_table dl:nth-of-type(4) {
  top: 516px;
}

#wrap #price .price_table dl:nth-of-type(5) {
  top: 646px;
}

#wrap #price .price_table dl:nth-of-type(6) {
  top: 776px;
}

#wrap #price .price_table dl:nth-of-type(7) {
  top: 906px;
}

#wrap #price .price_table dt {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  line-height: 31px;
  letter-spacing: 1.54px;
  color: #FFFFFF;
  height: 126px;
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrap #price .price_table dd {
  font-size: 26px;
  line-height: 27px;
  color: #333333;
  text-align: center;
  height: 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 191px;
}

#wrap #price .price_table dd:first-of-type {
  width: 168px;
}

#wrap #price .price_table dd span.f_bold {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  letter-spacing: -2px;
  display: block;
}

#wrap #price .price_table dd span.price_s {
  font-size: 21px;
  line-height: 27.34px;
  color: #6AAF38;
  font-weight: bold;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#wrap #price .price_table dd span.price_l {
  font-weight: bold;
  font-size: 38px;
  line-height: 63px;
  letter-spacing: -3px;
  color: #6AAF38;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#wrap #price .price_table dd span.price_yen {
  font-size: 26px;
  line-height: 32.84px;
  letter-spacing: 2.05px;
  color: #6AAF38;
  font-weight: bold;
  padding-left: 6px;
}

#wrap #price .price_table dd span.price_yen.pl_0 {
  padding-left: 0;
}

#wrap #price .price_btn {
  height: 233px;
  position: relative;
}

#wrap #price .price_btn dt {
  margin-bottom: 44px;
}

#wrap #price .price_btn dd {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 670px;
  margin-left: -335px;
  height: 110px;
}

#wrap #price .bg02 {
  background: url(../img/shadow_bg01.png) repeat-y center top, #F0F7EB;
}

#wrap #price .bg02 .container {
  background: #ffffff;
  padding-bottom: 86px;
}

#wrap #price .bg02 .draft_txt01 {
  position: relative;
  width: 670px;
  margin: 80px auto 38px;
  background: #E6F4DD;
  padding: 62px 20px 35px;
  border-radius: 30px;
}

#wrap #price .bg02 .draft_txt01 dt {
  position: absolute;
  z-index: 1;
  width: 543px;
  left: 50%;
  top: -37px;
  margin-left: -271.5px;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 1.2px;
  color: #333333;
  background: url(../img/draft_img02.png) no-repeat center top/100%;
}

#wrap #price .bg02 .draft_txt01 dd {
  font-size: 26px;
  line-height: 40px;
  color: #333333;
}

#wrap #price .bg02 .draft_txt02 {
  margin-bottom: 45px;
}

#wrap #price .bg02 .draft_txt03 dt {
  margin-bottom: 22px;
}

#wrap #price .bg02 .draft_txt03 dd:first-of-type {
  margin-bottom: 35px;
  font-size: 26px;
  line-height: 40px;
  color: #333333;
  text-align: center;
}

#wrap #price .bg02 .draft_txt03 dd:not(:last-child) {
  margin-bottom: 20px;
}

#wrap #voice {
  background: url(../img/shadow_bg01.png) repeat-y center top, #D2E7C3;
}

#wrap #flow {
  background: url(../img/shadow_bg01.png) repeat-y center top, #F0F7EB;
}

#wrap #flow .container {
  padding: 100px 0 87px;
  background: #ffffff;
  background-image: linear-gradient(#e4e9ed 1px, transparent 0), linear-gradient(90deg, #e4e9ed 1px, transparent 0);
  background-size: 12px 12px;
}

#wrap #flow .flow_txt01 {
  margin-bottom: 40px;
  position: relative;
}

#wrap #flow .flow_txt01 li {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.6px;
  color: #FFFFFF;
  position: absolute;
  z-index: 1;
  left: 115px;
}

#wrap #flow .flow_txt01 li:first-of-type {
  top: 19px;
}

#wrap #flow .flow_txt01 li:nth-of-type(2) {
  top: 147px;
}

#wrap #flow .flow_txt01 li:nth-of-type(3) {
  top: 280px;
}

#wrap #flow .flow_txt01 li:nth-of-type(4) {
  top: 409px;
}

#wrap #flow .flow_txt01 li:nth-of-type(5) {
  top: 539px;
}

#wrap #flow .flow_txt01 li:nth-of-type(6) {
  top: 669px;
}

#wrap #flow .flow_txt01 li:nth-of-type(7) {
  left: 640px;
  top: 113px;
  font-size: 25px;
  line-height: 26px;
  letter-spacing: 3px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrap #flow .flow_txt01 li:nth-of-type(7) img {
  margin-bottom: 20px;
  display: inline-block;
}

#wrap #flow .flow_txt01 li:nth-of-type(8) {
  left: 634px;
  top: 544px;
  font-size: 25px;
  line-height: 26px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrap #flow .flow_txt01 li:nth-of-type(8) img {
  margin-bottom: 4px;
  display: inline-block;
}

#wrap #flow .flow_txt02 {
  font-size: 26px;
  line-height: 40px;
  color: #333333;
  padding: 0 20px 0 40px;
}

#wrap #intro {
  background: url(../img/shadow_bg01.png) repeat-y center top, url(../img/bg04.jpg) repeat center top;
}

#wrap #intro .container {
  background: #ffffff;
  padding-bottom: 50px;
}

#wrap #intro .intro_txt01 {
  text-align: center;
  font-size: 27px;
  line-height: 48px;
  color: #333333;
  padding: 12px 0 30px;
}

#wrap #intro .intro_txt02 {
  margin-bottom: 36px;
}

#wrap #intro .intro_txt03 {
  text-align: center;
  margin-bottom: 35px;
}

#wrap #intro .intro_txt03 dt {
  font-weight: bold;
  font-size: 30px;
  line-height: 47px;
  letter-spacing: 1.2px;
  color: #333333;
  margin-bottom: 15px;
}

#wrap #intro .intro_txt03 dd {
  font-size: 26px;
  line-height: 40px;
  color: #333333;
}

#wrap .footer_wrap {
  background: #000;
  padding: 20px 0;
}

#wrap .footer_wrap .container {
  position: relative;
}

#wrap .footer_wrap p.copy {
  font-size: 22px;
  line-height: 47px;
  letter-spacing: 0.88px;
  color: #FFFFFF;
  text-align: center;
}

#wrap .footer_wrap p.fix_totop {
  position: fixed;
  right: 28px;
  bottom: 165px;
  z-index: 100;
}

#wrap .footer_wrap .fix_bnr {
  left: 50%;
  height: 144px;
  width: 100%;
  margin-left: -50%;
  bottom: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
}

#wrap .footer_wrap .fix_bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrap .footer_wrap .fix_bnr ul li {
  width: 220px;
}

#wrap .footer_wrap .fix_bnr ul li:first-of-type {
  width: 310px;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*# sourceMappingURL=style.css.map */