@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-font-smoothing: antialiased;
}

body p, body span, body dl, h1, h2, h3, h4, h5, h6{
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
}

*,
::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
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

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

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

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

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  text-decoration: none;
  color: black;
}

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

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

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

/* font */
@font-face {
  font-family: "line-font-r";
  src: url("fonts/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "line-font-b";
  src: url("fonts/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "line-font-eb";
  src: url("fonts/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.line-font-r {
  font-family: "line-font-r";
}
.line-font-b {
  font-family: "line-font-b";
}
.line-font-eb {
  font-family: "line-font-eb";
}

/* # =================================================================
     # Forms
     # ================================================================= */
#formWrap > #contents {
  background: #fff;
}
#formWrap > #contents > .inner > section {
  background: #fff;
}
iframe {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

input {
  border-radius: 0;
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

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

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

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

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

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

/* 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 */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and 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([fill]) {
  fill: currentColor;
}

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

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::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
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

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

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

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

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  text-decoration: none;
  color: black;
}

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

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

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

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

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

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

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

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

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

/* 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 */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and 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([fill]) {
  fill: currentColor;
}

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

.tab_br {
  display: none;
}

@media (max-width: 750px) {
  .tab_br {
    display: block;
  }
}

.sp_br {
  display: none;
}

@media (max-width: 560px) {
  .sp_br {
    display: block;
  }
}

.pc_br {
  display: block;
}

@media (max-width: 750px) {
  .pc_br {
    display: none;
  }
}

.cta_btn a {
  -webkit-animation-name: updown;
          animation-name: updown;
  /* アニメーション名の指定 */
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  /* アニメーションの開始時間指定 */
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  /* アニメーション動作時間の指定 */
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  /* アニメーションの動き指定（徐々に早く）*/
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

html {
  font-size: 1.0rem;
  font-family: "HiraKakuStd-W7","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  color: #2C2C2C;
  letter-spacing: 0.025em;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.font-mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

html body {
  /*main*/
}

html body img {
  vertical-align: top;
}

html body header {
  background-color: #fff;
  height: 99px;
  /*header_inner*/
}

html body header img {
  width: 100%;
  height: auto;
}

html body header .header_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

html body header .header_inner .header_logo {
  width: 328px;
  margin-left: 30px;
}
html body header .header_inner .header_txt {
  width: 590px;
  height: 73px;
  background-image: url(../images/h_txt.png);
  background-size: cover;
  font-size: 35px;
  color: #fff;
  padding: 15px 0 0 23px;
  line-height: 1;
}
html body header .header_inner .header_txt span {
  font-size: 45px;
  color: #fadb5b
}

html body main {
  /*mainvisual*/
  /*intro*/
  /*recommend*/
  /*contact*/
  background-image: url(../images/bg.png);
  background-size: 16px 16px;
  background-repeat: repeat;
}

html body main .mainvisual {
  /*flaot_Imgs*/
}

html body main .mainvisual .mv_Img {
  width: 100%;
}
html body main .mainvisual .mv_Img img {
  width: 100%;
  height: auto;
}
 /*. sec_lead */
 .sec_lead {
  background-color: #b8d5c8;
  text-align: center;
  padding: 40px 0 50px;
}
.sec_lead img {
  width: 100%;
  height: auto;
}

.sec_lead h2 {
  font-size: 35px;
  color: #006666;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
.sec_lead h2 .lead02 {
  font-size: 40px;
}
.sec_lead h2 .lead03 {
  font-size: 50px;
}
.sec_lead .lead__flex {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.sec_lead .lead__flex .item {
  width: 200px;
  text-align: center;
  margin: 0 35px;
}
.sec_lead .lead__flex .item h3 {
  display: inline-block;
  font-size: 48px;
  color: #006666;
  margin-bottom: 25px;
}
.sec_lead .lead__flex .item h3 img {
  width: 157px;
  height: auto;
  margin: 0 auto;
}
.sec_lead .lead__flex .item h3.line_animation {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f9db5b), color-stop(50%, transparent));
  background: linear-gradient(left, #f9db5b 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 30%;
  background-position: 100% 1em;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.sec_lead .lead__flex .item h3.line_animation.is-active {
  background-position: 0% 1em;
}


 /*.sec_cv01 */
 .sec_cv01 {
  padding: 85px 0 85px 0;
}
.sec_cv01 img {
  width: 100%;
  height: auto;
}
.sec_cv01 .img01 {
  width: 921px;
  height: 325px;
  background-image: url(../images/img_cv01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.sec_cv01 .img01__txt--01 {
  position: absolute;
  left: 240px;
  top: 15px;
  font-size: 40px;
  text-align: center;
  line-height: 1.3;
}
.sec_cv01 .img01__txt--02 {
  position: absolute;
  left: 214px;
  top: 207px;
  font-size: 40px;
  text-align: center;
  line-height: 1.3;
}
.sec_cv01 .img01 .txt-min {
  font-size: 34px;
}

.sec_cv02 {
  padding: 0px 0 45px 0;
}
.sec_cv01 h2 {
  font-size: 35px;
  color: #006666;
  text-align: center;
}

.sec_cv01 .cv__btn {
  border-style: solid;
  border-width: 5px;
  border-color: rgb(255, 255, 255);
  background-image: -moz-linear-gradient( 90deg, rgb(251,210,42) 0%, rgb(249,219,91) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(251,210,42) 0%, rgb(249,219,91) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(251,210,42) 0%, rgb(249,219,91) 100%);
  box-shadow: 0px 0px 14.7px 0.3px rgba(51, 51, 51, 0.77);
  width: 750px;
  height: 162px;
  border-radius: 86px;
  margin: 15px auto 30px;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sec_cv01 .cv__btn:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sec_cv01 .cv__btn::before {
  content: '';
  width: 27px;
  height: 13px;
  position: absolute;
  left: 50%;
  bottom: 8px;
  background: url(../images/icon_arrow.png) no-repeat 50% 0;
  background-size: cover;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.sec_cv01 .cv__btn a {
  cursor: pointer;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  color: #003b3b;
  line-height: 1.111;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
  position: relative;
}
.sec_cv01 .txt_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .sec_cv01 .txt_wrap a {
  pointer-events: none;
} */
.sec_cv01 .txt_wrap .txt_wrap__inner {
  display: flex;
  align-items: center;
}
.sec_cv01 .txt_wrap .txt_wrap__inner .icon {
  width: 79px;
}
.sec_cv01 .txt_wrap .txt_wrap__inner .txt {
  font-size: 30px;
  line-height: 1.3;
  padding-left: 15px;
}
.sec_cv01 .txt_wrap .txt_wrap__inner .txt span {
  font-size: 18px;
}
.sec_cv01 .img01 {
  width: 921px;
  margin: 90px 0 0 57px;
}

 /*.sec_performance */
.sec_performance {
}
.sec_performance img {
  width: 100%;
  height: auto;
}
.sec_performance .head__flex {
  display: flex;
  justify-content: space-between;
  margin: 0 34px;
}
.sec_performance .head__flex .txt01 {
  font-size: 40px;
  line-height: 1.25;
}
.sec_performance .head__flex .img01 {
  width: 320px;
}
.sec_performance h2 {
  margin-top: -10px;
}
.sec_performance .item {
  margin-top: 40px;
  text-align: center;
}
.sec_performance .item + .item {
  margin-top: 50px;
}
.sec_performance .item h3 {
  font-size: 33px;
  font-weight: 600;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
  padding: 0px 0px 50px 0px;
  color: #138886;
}
.sec_performance .item .item__img01 {
  width: 966px;
  margin: 0 auto;
  position: relative;
}
.sec_performance .item .item__img01 .txt01 {
  position: absolute;
  left: 40px;
  top: 114px;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.02em;
  text-shadow: 0px 2px 1.3px rgba(51, 51, 51, 0.9);
}
.sec_performance .item .item__img01 .txt02 {
  position: absolute;
  left: auto;
  right: 40px;
  top: auto;
  bottom: 20px;
  font-size: 50px;
  font-weight: bold;
  color: #079191;
  text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
  -3px 3px 0 #FFF, 3px -3px 0 #FFF,
  0px 3px 0 #FFF,  0 -3px 0 #FFF,
  -3px 0 0 #FFF, 3px 0 0 #FFF;
  letter-spacing: -0.02em;
}
.sec_performance .item .item__img01 .txt02 .txt_red {
  color: #cc0000;
}
.sec_performance .item .item__img02 {
  width: 853px;
  margin: 0px auto 0;
  position: relative;
}


 /*.sec_about */
.sec_about {
  padding-top: 60px;
}
.sec_about img {
  width: 100%;
  height: auto;
}
.sec_about h2{
}
.sec_about .about__inner {
  width: 940px;
  background: url(../images/about_bg.png) no-repeat 0 0 #fff;
  background-size: 100% auto;
  box-shadow: 0px 0px 14.25px 0.75px rgba(102, 102, 102, 0.44);
  margin: -50px auto 0;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.sec_about .about__inner ul,
.sec_about .about__inner ul li {
  list-style: none;
}
.sec_about .about__inner ul {
  margin-top: -50px;
}
.sec_about .about__inner ul li {
  width: 750px;
  margin: 0 auto;
  padding-top: 60px;
}
.sec_about .about__inner ul li + li {
  margin: 50px auto 0;
  padding-top: 0;
}
.sec_about .about__inner .img04 {
  width: 673px;
  margin: 40px auto 0;
}
.sec_about .about__inner .img04 .flex__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sec_about .about__inner .img04 .flex__wrap .item {
  border-radius: 50%;
  box-shadow: 0px 1px 2.75px 2.25px rgba(0, 102, 102, 0.2);
  width: 191px;
  height: 191px;
  font-size: 40px;
  color: #006666;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  position: relative;
}
.sec_about .about__inner .img04 .flex__wrap .item + .item::before {
  content: '×';
  position: absolute;
  left: -50px;
  top: 50%;
  font-size: 50px;
  font-family: "line-font-r";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.sec_about .about__inner .detail__txt {
  font-size: 36px;
  line-height: 1.444;
  padding: 40px 25px 0;
  letter-spacing: -0.03em;
}
.sec_about .about__inner .detail__txt strong {
  display: block;
  font-weight: 600;
}
.sec_about .about__inner .line_animation {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f9db5b), color-stop(50%, transparent));
  background: linear-gradient(left, #f9db5b 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 30%;
  background-position: 100% 1em;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.sec_about .about__inner .line_animation.is-active {
  background-position: 0% 1em;
}

/*.sec_support */
.sec_support {
  padding: 130px 0 80px;
}
.sec_support img {
  width: 100%;
  height: auto;
}
.sec_support h3 {
  width: 827px;
  height: 146px;
  background: url(../images/support_bg_ttl.png) no-repeat 0 0;
  background-size: contain;
  z-index: 1;
  position: relative;
  margin: -60px auto 0;
  font-size: 32px;
  line-height: 1.313;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0px 0px 14.25px 0.75px rgba(102, 102, 102, 0.44);
}
.sec_support .ttl02 {
  width: 829px;
  margin: 62px auto 0;
}
.sec_support .item--01 {
  margin: 30px 0 0 0
}
.sec_support .item--02 {
  margin: 40px 0 0 0
}
.sec_support .item--01 .item__ttl {
  width: 812px;
  margin: 0 0 0 100px;
}
.sec_support .item--02 .item__ttl {
  width: 895px;
  margin: 0 0 0 12px;
}
.sec_support .item__inner {
  width: 937px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px -5px 0px 0px rgba(102, 102, 102, 0.44),0px 0px 14.25px 0.75px rgba(102, 102, 102, 0.44);
  position: relative;
  z-index: 1;
  padding: 30px 50px 50px;
}
.sec_support .item--02  .item__inner {
  margin: -70px auto 0;
}
.sec_support .item__inner .point__txt--01 {
  font-size: 28px;
  line-height: 1.321;
  letter-spacing: -0.03em;
}
.sec_support .item__inner .point__txt--01 span {
  color: #cc0000;
}
.sec_support .item__inner .icon_point {
  margin-top: 15px;
  width: 169px;
  line-height: 0;
}
.sec_support .item__inner .point__inner {
  border: 3px solid #006666;
  background: #fff;
  padding: 20px;
  font-size: 28px;
  line-height: 1.321;
}
.sec_support .item__inner .point__inner span {
  color: #cc0000;
}
.sec_support .item__inner .point__txt--02 {
  padding-top: 24px;
  text-align: center;
  color: #006666;
  font-size: 48px;
  line-height: 1;
}
.sec_support .item__inner .point__txt--02 span {
  font-size: 91px;
}
.sec_support .item__inner .point__txt--02 sup {
  font-size: 22px;
  vertical-align: super;
}
.sec_support .support__list {
  padding: 25px 90px 0 110px;
  list-style: none;
  font-size: 18px;
  line-height: 1.333;
}
.sec_support .support__list li {
  padding-left: 1em;
  text-indent: -1em;
}

/*.sec_faq */
.sec_faq {
}
.sec_faq img {
  width: 100%;
  height: auto;
}
.sec_faq .item {
  width: 940px;
  margin: -54px auto 0;
  background-color: #fff;
  box-shadow: 0px -5px 0px 0px rgba(102, 102, 102, 0.44),0px 0px 14.25px 0.75px rgba(102, 102, 102, 0.44);
  position: relative;
  z-index: 1;
}
.sec_faq .item + .item {
  margin: 60px auto 0;
}
.sec_faq .item dl dt {
  position: relative;
  font-size: 30px;
  line-height: 1.333;
  padding: 24px 85px;
  letter-spacing: -0.03em;
  cursor: pointer;
}
.sec_faq .item dl dt span {
  display: inline-block;
  padding-left: 1.3em;
}
.sec_faq .item dl dt::before {
  content: 'Q';
  position: absolute;
  left: 85px;
  top: 24px;
  font-size: 30px;
  color: #006666;
}
.sec_faq .item dl dt::after {
  content: '';
  position: absolute;
  right: 85px;
  top: 50%;
  width: 39px;
  height: 39px;
  background: url(../images/icon_acc.png) no-repeat 0 0;
  background-size: cover;
  margin-top: -20px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sec_faq .item dl.is-active dt::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sec_faq .item dl dd {
  position: relative;
  font-size: 30px;
  line-height: 1.333;
  padding-left: 1.3em;
  padding: 0 85px;
  letter-spacing: -0.03em;
  display: none;
}
.sec_faq .item dl dd span {
  display: inline-block;
  padding: 24px 0 24px 1.3em;
}
.sec_faq .item dl dd::before {
  content: 'A';
  position: absolute;
  left: 85px;
  top: 22px;
  font-size: 30px;
  color: #006666;
  -webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sec_faq .item dl dd::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 760px;
  height: 1px;
  background-color: #006666;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/*.sec_step */
.sec_step {
  margin-top: 92px;
}
.sec_step img {
  width: 100%;
  height: auto;
}
.sec_step .item {
  width: 940px;
  margin: -56px auto 0;
  padding: 30px 50px 90px 40px;
  background: url(../images/step_bg.png) no-repeat 0 bottom;
  background-size: 100% auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.sec_step .item + .item {
  margin-top: 0;
}
.sec_step .item:last-of-type {
  background: #fff;
  padding-bottom: 37px;
}
.sec_step .item .item__icon {
  position: absolute;
  left: -20px;
  top: -40px;
  width: 154px;
  height: 96px;
}
.sec_step .item h3 {
  font-size: 39px;
  text-align: center;
  color: #006666;
  position: relative;
  line-height: 1;
  padding-bottom: 10px;
}
.sec_step .item h3::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 78px;
  height: 1px;
  background-color: #006666;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.sec_step .item .item__flex {
  display: flex;
  margin-top: 24px;
}
.sec_step .item .item__flex .item__txt {
  flex: 1;
  font-size: 30px;
  line-height: 1.333;
  margin-right: 45px;
}
.sec_step .item .item__flex .item__txt .min-txt {
  font-size: 24px;
  letter-spacing: -0.03em;
}
.sec_step .item .item__flex .item__txt .line_animation {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f9db5b), color-stop(50%, transparent));
  background: linear-gradient(left, #f9db5b 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 30%;
  background-position: 100% 1em;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.sec_step .item .item__flex .item__txt .line_animation.is-active {
  background-position: 0% 1em;
}
.sec_step .item .item__flex .item__img {
  width: 245px;
}


@media (max-width: 1000px) {
  html body header {
    background-color: #fff;
    height: 9.9vw;
    /*header_inner*/
  }
  
  html body header .header_inner {
    max-width: 100vw;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  
  html body header .header_inner .header_logo {
    width: 32.8vw;
    margin-left: 3vw;
  }
  html body header .header_inner .header_txt {
    width: 59vw;
    height: 7.3vw;
    font-size: 3.5vw;
    padding: 1.5vw 0 0 2.3vw;
  }
  html body header .header_inner .header_txt span {
    font-size: 4.5vw;
  }
  
  html body main {
    /*mainvisual*/
    /*intro*/
    /*recommend*/
    /*contact*/
    background-image: url(../images/bg.png);
    background-size: 1.6vw 1.6vw;
    background-repeat: repeat;
  }
  
  html body main .mainvisual {
    /*flaot_Imgs*/
  }
  
   /*. sec_lead */
   .sec_lead {
    background-color: #b8d5c8;
    text-align: center;
    padding: 4vw 0 5vw;
  }
  
  .sec_lead h2 {
    font-size: 3.8vw;
    color: #006666;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
  }
  .sec_lead h2 .lead02 {
    font-size: 4vw;
  }
  .sec_lead h2 .lead03 {
    font-size: 5vw;
  }
  .sec_lead .lead__flex {
    display: flex;
    justify-content: center;
    margin-top: 3vw;
  }
  .sec_lead .lead__flex .item {
    width: 22vw;
    text-align: center;
    margin: 0 3.5vw;
  }
  .sec_lead .lead__flex .item h3 {
    display: inline-block;
    font-size: 4.8vw;
    color: #006666;
    margin-bottom: 2.5vw;
  }
  .sec_lead .lead__flex .item h3 img {
    width: 15.7vw;
    height: auto;
    margin: 0 auto;
  }
  .sec_lead .lead__flex .item h3.line_animation {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f9db5b), color-stop(50%, transparent));
    background: linear-gradient(left, #f9db5b 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% 30%;
    background-position: 100% 1em;
    -webkit-transition: 1.5s;
    transition: 1.5s;
  }
  .sec_lead .lead__flex .item h3.line_animation.is-active {
    background-position: 0% 1em;
  }
  
  
   /*.sec_cv01 */
   .sec_cv01 {
    padding: 8.5vw 0 14.5vw 0;
  }
  .sec_cv01 .img01 {
    width: 92.1vw;
    height: 32.5vw;
  }
  .sec_cv01 .img01__txt--01 {
    position: absolute;
    left: 24vw;
    top: 1.5vw;
    font-size: 4vw;
  }
  .sec_cv01 .img01__txt--02 {
    position: absolute;
    left: 21.4vw;
    top: 20.7vw;
    font-size: 4vw;
  }
  .sec_cv01 .img01 .txt-min {
    font-size: 3.4vw;
  }
  
  .sec_cv02 {
    padding: 0vw 0 4.5vw 0;
  }
  .sec_cv01 h2 {
    font-size: 4.5vw;
    color: #006666;
    text-align: center;
  }
  
  .sec_cv01 .cv__btn {
    border-style: solid;
    border-width: 0.5vw;
    border-color: rgb(255, 255, 255);
    background-image: -moz-linear-gradient( 90deg, rgb(251,210,42) 0%, rgb(249,219,91) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(251,210,42) 0%, rgb(249,219,91) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(251,210,42) 0%, rgb(249,219,91) 100%);
    box-shadow: 0px 0px 1.47vw 0.3px rgba(51, 51, 51, 0.77);
    width: 75vw;
    height: 16.2vw;
    border-radius: 8.6vw;
    margin: 1.5vw auto 3vw;
    position: relative;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sec_cv01 .cv__btn:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sec_cv01 .cv__btn::before {
    content: '';
    width: 2.7vw;
    height: 1.3vw;
    position: absolute;
    left: 50%;
    bottom: 0.8vw;
    background: url(../images/icon_arrow.png) no-repeat 50% 0;
    background-size: cover;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .sec_cv01 .cv__btn a {
    cursor: pointer;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.5vw;
    color: #003b3b;
    line-height: 1.111;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    position: relative;
  }
  .sec_cv01 .txt_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* .sec_cv01 .txt_wrap a {
    pointer-events: auto;
  } */
  .sec_cv01 .txt_wrap .txt_wrap__inner {
    display: flex;
    align-items: center;
  }
  .sec_cv01 .txt_wrap .txt_wrap__inner .icon {
    width: 7.9vw;
  }
  .sec_cv01 .txt_wrap .txt_wrap__inner .txt {
    font-size: 3vw;
    line-height: 1.3;
    padding-left: 1.5vw;
  }
  .sec_cv01 .txt_wrap .txt_wrap__inner .txt span {
    font-size: 1.8vw;
  }
  .sec_cv01 .img01 {
    width: 92.1vw;
    margin: 9vw 0 0 5.7vw;
  }
  
   /*.sec_performance */
  .sec_performance {
  }
  .sec_performance .head__flex {
    display: flex;
    justify-content: space-between;
    margin: 0 3.4vw;
  }
  .sec_performance .head__flex .txt01 {
    font-size: 4vw;
    line-height: 1.25;
  }
  .sec_performance .head__flex .img01 {
    width: 32vw;
  }
  .sec_performance h2 {
    margin-top: -1vw;
  }
  .sec_performance .item {
    margin-top: 4vw;
    text-align: center;
  }
  .sec_performance .item + .item {
    margin-top: 5vw;
  }
  .sec_performance .item h3 {
    font-size: 4.3vw;
    font-weight: 600;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03);
    padding: 0px 0px 24px 0px;
    color: #138886;
  }
  .sec_performance .item .item__img01 {
    width: 96.6vw;
    margin: 0 auto;
  }
  .sec_performance .item .item__img01 .txt01 {
    position: absolute;
    left: 4vw;
    top: 11.4vw;
    font-size: 5vw;
    font-weight: bold;
    color: #fff;
    letter-spacing: -0.02em;
    text-shadow: 0px 0.2vw 1.1vw rgba(51, 51, 51, 0.9);
  }
  .sec_performance .item .item__img01 .txt02 {
    position: absolute;
    left: auto;
    right: 4vw;
    top: auto;
    bottom: 2vw;
    font-weight: bold;
    font-size: 5vw;
    color: #079191;
    text-shadow: 0.3vw 0.3vw 0 #FFF, -0.3vw -0.3vw 0 #FFF,
    -0.3vw 0.3vw 0 #FFF, 0.3vw -0.3vw 0 #FFF,
    0px 0.3vw 0 #FFF,  0 -0.3vw 0 #FFF,
    -0.3vw 0 0 #FFF, 0.3vw 0 0 #FFF;
  }
  
  .sec_performance .item .item__img02 {
    width: 85.3vw;
    margin: 0vw auto 0;
  }
  
   /*.sec_about */
  .sec_about {
    padding-top: 6vw;
  }
  .sec_about h2{
  }
  .sec_about .about__inner {
    width: 94vw;
    background: url(../images/about_bg.png) no-repeat 0 0 #fff;
    background-size: 100% auto;
    box-shadow: 0px 0px 1,425vw 0.75px rgba(102, 102, 102, 0.44);
    margin: -5vw auto 0;
    padding-bottom: 4vw;
    position: relative;
    z-index: 1;
  }
  .sec_about .about__inner ul,
  .sec_about .about__inner ul li {
    list-style: none;
  }
  .sec_about .about__inner ul {
    margin-top: -5vw;
  }
  .sec_about .about__inner ul li {
    width: 75vw;
    margin: 0 auto;
    padding-top: 6vw;
  }
  .sec_about .about__inner ul li + li {
    margin: 5vw auto 0;
    padding-top: 0;
  }
  .sec_about .about__inner .img04 {
    width: 67.3vw;
    margin: 4vw auto 0;
  }
  .sec_about .about__inner .img04 .flex__wrap .item {
    border-radius: 50%;
    box-shadow: 0px 0.1vw 0.275vw 0.225vw rgba(0, 102, 102, 0.2);
    width: 19.1vw;
    height: 19.1vw;
    font-size: 4.1vw;
   
  }
  .sec_about .about__inner .img04 .flex__wrap .item + .item::before {
    content: '×';
    position: absolute;
    left: -5vw;
    top: 50%;
    font-size: 5vw;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .sec_about .about__inner .detail__txt {
    font-size: 3.6vw;
    line-height: 1.444;
    padding: 4vw 2.5vw 0;
    letter-spacing: -0.03em;
  }
  .sec_about .about__inner .detail__txt strong {
    display: block;
    font-weight: 600;
  }
  .sec_about .about__inner .line_animation {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f9db5b), color-stop(50%, transparent));
    background: linear-gradient(left, #f9db5b 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% 30%;
    background-position: 100% 1em;
    -webkit-transition: 1.5s;
    transition: 1.5s;
  }
  .sec_about .about__inner .line_animation.is-active {
    background-position: 0% 1em;
  }
  
  /*.sec_support */
  .sec_support {
    padding: 13vw 0 8vw;
  }
  .sec_support h3 {
    width: 82.7vw;
    height: 14.6vw;
    background: url(../images/support_bg_ttl.png) no-repeat 0 0;
    background-size: contain;
    z-index: 1;
    position: relative;
    margin: -6vw auto 0;
    font-size: 3.2vw;
    line-height: 1.313;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 14.25px 0.75px rgba(102, 102, 102, 0.44);
  }
  .sec_support .ttl02 {
    width: 82.9vw;
    margin: 6.2vw auto 0;
  }
  .sec_support .item--01 {
    margin: 3vw 0 0 0
  }
  .sec_support .item--02 {
    margin: 4vw 0 0 0
  }
  .sec_support .item--01 .item__ttl {
    width: 81.2vw;
    margin: 0 0 0 10vw;
  }
  .sec_support .item--02 .item__ttl {
    width: 89.5vw;
    margin: 0 0 0 1.2vw;
  }
  .sec_support .item__inner {
    width: 93.7vw;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px -5px 0px 0px rgba(102, 102, 102, 0.44),0px 0px 1.425vw 0.75px rgba(102, 102, 102, 0.44);
    position: relative;
    z-index: 1;
    padding: 3vw 5vw 5vw;
  }
  .sec_support .item--02  .item__inner {
    margin: -7vw auto 0;
  }
  .sec_support .item__inner .point__txt--01 {
    font-size: 2.8vw;
    line-height: 1.321;
  }
  .sec_support .item__inner .point__txt--01 span {
    color: #cc0000;
  }
  .sec_support .item__inner .icon_point {
    margin-top: 1.5vw;
    width: 16.9vw;
    line-height: 0;
  }
  .sec_support .item__inner .point__inner {
    border: 3px solid #006666;
    background: #fff;
    padding: 2vw;
    font-size: 2.8vw;
    line-height: 1.321;
  }
  .sec_support .item__inner .point__inner span {
    color: #cc0000;
  }
  .sec_support .item__inner .point__txt--02 {
    padding-top: 2.4vw;
    text-align: center;
    color: #006666;
    font-size: 4.8vw;
    line-height: 1;
  }
  .sec_support .item__inner .point__txt--02 span {
    font-size: 9.1vw;
  }
  .sec_support .item__inner .point__txt--02 sup {
    font-size: 2.2vw;
    vertical-align: super;
  }
  .sec_support .support__list {
    padding: 2.5vw 9vw 0 11vw;
    list-style: none;
    font-size: 1.8vw;
    line-height: 1.333;
  }
  .sec_support .support__list li {
    padding-left: 1em;
    text-indent: -1em;
  }
  
  /*.sec_faq */
  .sec_faq {
  }
  .sec_faq .item {
    width: 94vw;
    margin: -5.4vw auto 0;
    background-color: #fff;
    box-shadow: 0px -5px 0px 0px rgba(102, 102, 102, 0.44),0px 0px 1.425vw 0.75px rgba(102, 102, 102, 0.44);
    position: relative;
    z-index: 1;
  }
  .sec_faq .item + .item {
    margin: 6vw auto 0;
  }
  .sec_faq .item dl dt {
    position: relative;
    font-size: 3.5vw;
    line-height: 1.333;
    padding: 2.4vw 8.5vw;
    letter-spacing: -0.03em;
    cursor: pointer;
  }
  .sec_faq .item dl dt span {
    display: inline-block;
    padding-left: 1.3em;
  }
  .sec_faq .item dl dt::before {
    content: 'Q';
    position: absolute;
    left: 8.5vw;
    top: 2.4vw;
    font-size: 3vw;
    color: #006666;
  }
  .sec_faq .item dl dt::after {
    content: '';
    position: absolute;
    right: 8.5vw;
    top: 50%;
    width: 3.9vw;
    height: 3.9vw;
    background: url(../images/icon_acc.png) no-repeat 0 0;
    background-size: cover;
    margin-top: -2vw;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sec_faq .item dl.is-active dt::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sec_faq .item dl dd {
    position: relative;
    font-size: 3vw;
    line-height: 1.333;
    padding-left: 1.3em;
    padding: 0 8.5vw;
    letter-spacing: -0.03em;
    display: none;
  }
  .sec_faq .item dl dd span {
    display: inline-block;
    padding: 2.4vw 0 2.4vw 1.3em;
  }
  .sec_faq .item dl dd::before {
    content: 'A';
    position: absolute;
    left: 8.5vw;
    top: 2.2vw;
    font-size: 3vw;
    color: #006666;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sec_faq .item dl dd::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 76vw;
    height: 0.1vw;
    background-color: #006666;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  
  /*.sec_step */
  .sec_step {
    margin-top: 9.2vw;
  }
  .sec_step .item {
    width: 94vw;
    margin: -5.6vw auto 0;
    padding: 3vw 5vw 9vw 4vw;
    background: url(../images/step_bg.png) no-repeat 0 bottom;
    background-size: 100% auto;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
  .sec_step .item + .item {
    margin-top: 0;
  }
  .sec_step .item:last-of-type {
    background: #fff;
    padding-bottom: 3.7vw;
  }
  .sec_step .item .item__icon {
    position: absolute;
    left: -2vw;
    top: -4vw;
    width: 15.4vw;
    height: 9.6vw;
  }
  .sec_step .item h3 {
    font-size: 3.9vw;
    text-align: center;
    color: #006666;
    position: relative;
    line-height: 1;
    padding-bottom: 1vw;
  }
  .sec_step .item h3::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 7.8vw;
    height: 0.1vw;
    background-color: #006666;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .sec_step .item .item__flex {
    display: flex;
    margin-top: 2.4vw;
  }
  .sec_step .item .item__flex .item__txt {
    flex: 1;
    font-size: 3.3vw;
    line-height: 1.333;
    margin-right: 4.5vw;
  }
  .sec_step .item .item__flex .item__txt .min-txt {
    font-size: 2.4vw;
  }
  .sec_step .item .item__flex .item__txt .line_animation {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f9db5b), color-stop(50%, transparent));
    background: linear-gradient(left, #f9db5b 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% 30%;
    background-position: 100% 1em;
    -webkit-transition: 1.5s;
    transition: 1.5s;
  }
  .sec_step .item .item__flex .item__txt .line_animation.is-active {
    background-position: 0% 1em;
  }
  .sec_step .item .item__flex .item__img {
    width: 24.5vw;
  }
  
}




html body main .contact {
  margin-top: -56px;
}

html body .fixedbtn_inner {
  max-width: 750px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  padding: 30px 0;
  display: none;
  z-index: 11;
  /*cta_btn*/
}

@media (max-width: 750px) {
  html body .fixedbtn_inner {
    padding: 4vw 0;
  }
}

html body .fixedbtn_inner .fixed_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  height: 110px;
  -webkit-box-shadow: 0 10px 0 #cc0000;
          box-shadow: 0 10px 0 #cc0000;
  border-radius: 12px;
  background-image: url(../images/header_btn_bg@2x.png);
  background-size: cover;
  padding: 20px 0;
  -webkit-animation-name: updown;
          animation-name: updown;
  /* アニメーション名の指定 */
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  /* アニメーションの開始時間指定 */
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  /* アニメーション動作時間の指定 */
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  /* アニメーションの動き指定（徐々に早く）*/
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /* &:hover{
            box-shadow: none;
            transform: translateY(5px);
        }*/
}

@media (max-width: 750px) {
  html body .fixedbtn_inner .fixed_btn a {
    width: 80%;
    height: 18.67vw;
    padding: 2.67vw 2.67vw;
    border-radius: 2.6vw;
    -webkit-box-shadow: 0 1.33vw 0 #cc0000;
            box-shadow: 0 1.33vw 0 #cc0000;
  }
}

html body .fixedbtn_inner .fixed_btn a .cta_texts {
  font-size: 30px;
  margin-right: 30px;
  position: relative;
}

@media (max-width: 750px) {
  html body .fixedbtn_inner .fixed_btn a .cta_texts {
    margin-right: 4vw;
    font-size: 4vw;
  }
}

html body .fixedbtn_inner .fixed_btn a .cta_texts .seconds_text {
  border-radius: 20px;
  background-color: #ffcc33;
  font-weight: bold;
  padding-left: 115px;
  line-height: 1.2;
}

@media (max-width: 750px) {
  html body .fixedbtn_inner .fixed_btn a .cta_texts .seconds_text {
    padding-left: 15.33vw;
  }
}

html body .fixedbtn_inner .fixed_btn a .cta_texts .apply_text {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding-top: 10px;
}

html body .fixedbtn_inner .fixed_btn a .cta_texts .watch_img {
  position: absolute;
  top: -26px;
  right: 16%;
  width: 51px;
  height: 58px;
}

@media (max-width: 750px) {
  html body .fixedbtn_inner .fixed_btn a .cta_texts .watch_img {
    width: 7.47vw;
    height: 8.4vw;
    top: -4vw;
    right: 14.33%;
  }
}

html body .fixedbtn_inner .fixed_btn a .btn_arrow {
  width: 35px;
  height: 35px;
}

@media (max-width: 750px) {
  html body .fixedbtn_inner .fixed_btn a .btn_arrow {
    width: 4.67vw;
    height: 4.67vw;
  }
}

html body footer {
  height: 200px;
}

@media (max-width: 750px) {
  html body footer {
    height: 100px;
  }
}