  @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

sub {
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #001d39;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #001d39;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

html.scrollPrevent {
  overflow: hidden;
  height: 100%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #001d39;
}

a {
  color: #001d39;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #00478b;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

br {
  letter-spacing: 0;
}

img {
  border: 0 none;
  max-width: 100%;
}

abbr {
  border: none;
}

input,
select,
textarea {
  vertical-align: middle;
}

textarea {
  padding: 1px;
}

table,
td,
th {
  padding: 0;
  border: none;
  border-collapse: separate;
}

ul,
ol,
li {
  list-style: none;
}

figure,
picture {
  margin: 0;
  text-align: center;
}

figure img,
picture img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
.textcenter {
  text-align: center;
}

.dib {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .pc-dib {
    display: inline-block;
  }
}
p {
  font-size: 1.6rem;
  line-height: 2;
}

p:not(:last-child) {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 1.5rem;
    line-height: 2;
  }
  p:not(:last-child) {
    margin-bottom: 28px;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .sp-tel {
    pointer-events: none;
  }
}
.button {
  background: #00478b;
  border: solid 2px #00478b;
  color: white;
  border-radius: 8px;
  padding: clamp(14px, 2vw, 20px) clamp(5px, 2.5vw, 30px);
  display: block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  font-size: clamp(15px, 1.5vw, 20px);
  text-align: center;
  line-height: 1.4;
}
.button:hover {
  color: #00478b;
  background: #fff;
}

.wow {
  opacity: 0;
  transition: all 1s 0.5s;
  transform: translateY(50px);
}
@media (min-width: 768px) {
  .wow + .wow {
    transition: all 1s 0.8s;
  }
}
@media (min-width: 768px) {
  .wow + .wow + .wow {
    transition: all 1s 1.1s;
  }
}

.wow.animated {
  opacity: 1;
  transform: translateY(0);
}

section {
  overflow: hidden;
}

.container {
  max-width: 96%;
  width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: 84%;
  }
}
@media print, screen and (min-width: 768px) {
  .columns {
    display: flex;
    justify-content: space-between;
  }
}
.columns:not(:last-child) {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .columns:not(:last-child) {
    margin-bottom: 28px;
  }
}
.columns .column {
  flex: 1;
}

@media only screen and (max-width: 767px) {
  .columns .column:not(:last-child) {
    margin-bottom: 28px;
  }
}
.styled_h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .styled_h3 {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
.styled_h3 .sub {
  font-size: 1.6rem;
  margin-bottom: 18px;
  display: block;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .styled_h3 .sub {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}
.styled_h4 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .styled_h4 {
    margin-bottom: 24px;
    font-size: 1.8rem;
  }
}
.styled_h4 span {
  padding: 0 0.5em;
}

.styled_h4:after,
.styled_h4:before {
  position: static;
  content: "";
  width: auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  flex-grow: 1;
}

.styled_h5 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.44;
  color: #008d54;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .styled_h5 {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
#lp_header {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

#lp_header.fixed_header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}

#lp_header .header_inner {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1790px;
  margin: 0 auto;
  max-width: 97%;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  #lp_header .header_inner {
    height: 65px;
    max-width: 94%;
  }
}
@media (min-width: 768px) {
  #lp_header .header_logo_wrap {
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  #lp_header .header_logo_wrap {
    max-width: calc(100% - 135px);
    width: 290px;
  }
}

#lp_header .header__title {
  display: flex;
  align-items: center;
  justify-content: center;
}

#lp_header .header__title > *:nth-child(n+2) {
  margin-left: clamp(10px, 2vw, 25px);
  position: relative;
  padding-left: clamp(10px, 2vw, 25px);
}

#lp_header .header__title > *:nth-child(n+2):before {
  content: "";
  display: block;
  width: 1px;
  height: clamp(32px, 4vw, 44px);
  margin: 0 auto;
  background: #ededed;
  box-sizing: border-box;
  left: 0;
  position: absolute;
}

#lp_header .header__title a {
  display: block;
}

#lp_header .header_nav_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(10px, 1vw, 30px);
}
#lp_header .header_nav_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(12px, 1.5vw, 14px);
  gap: clamp(12px, 1.5vw, 14px);
}
#lp_header .header_nav_ul li a {
  font-weight: bold;
  color: #00478b;
}
#lp_header .header_btn a {
  background: #00478b;
  color: #fff;
  font-weight: bold;
  padding: clamp(9px, 1vw, 13px) clamp(15px, 2vw, 36px);
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  display: block;
  border: solid 2px #00478b;
  font-size: clamp(12px, 1.6vw, 16px);
}
#lp_header .header_btn a:hover {
  color: #00478b;
  color: #00478b;
  background: #fff;
}

main {
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  main {
    margin-top: 65px;
  }
}
.ul_dot {
  font-size: clamp(15px, 1.5vw, 16px);
  font-weight: 500;
}
@media (max-width: 767px) {
  .ul_dot {
    font-size: 15px;
  }
}
.ul_dot li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
}
.ul_dot li + li {
  margin-top: 5px;
}
.ul_dot li:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 10px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: #b28247;
  border-radius: 50%;
}

.mainvisual {
  background: url(/treecycle/value/jucore/img/mainimage.jpg) no-repeat center/cover;
  overflow: hidden;
  padding: 40px 0 65px;
}
@media (max-width: 767px) {
  .mainvisual {
    padding: 30px 0 10px;
    background: url(/treecycle/value/jucore/img/sp_mainimage.jpg) no-repeat center bottom/cover;
  }
}
@media (min-width: 768px) {
  .mainvisual .container {
    width: 1340px;
    transform: translateX(5.8333333333%);
  }
}
@media (max-width: 767px) {
  .mainvisual .container {
    max-width: 92%;
  }
}
.mainvisual .mainvisual_copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .mainvisual .mainvisual_copy {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .mainvisual .mainvisual_copy .copy_01 {
    width: 45.1492537313%;
  }
}
@media (min-width: 768px) {
  .mainvisual .mainvisual_copy .copy_02 {
    width: 53.8059701493%;
  }
}
@media (max-width: 767px) {
  .mainvisual .mainvisual_copy .copy_02 {
    width: 110%;
    margin-top: 18px;
  }
}
.mainvisual .bg_wh {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: clamp(25px, 2.8vw, 40px);
  margin-top: clamp(15px, 2.7vw, 32px);
}
@media (max-width: 767px) {
  .mainvisual .bg_wh {
    padding: 20px 15px;
  }
}
.mainvisual .bg_wh .top_txt {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: dashed 2px #00478b;
}
@media (max-width: 767px) {
  .mainvisual .bg_wh .top_txt {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: dashed 1px #00478b;
  }
}
.mainvisual .bg_wh .emptxt {
  font-weight: bold;
  text-align: center;
  color: #00478b;
  font-size: clamp(13px, 1.5vw, 18px);
  margin: 0;
  margin-bottom: 15px;
}
.mainvisual .bg_wh .emptxt span {
  position: relative;
  padding: 0 1em;
}
.mainvisual .bg_wh .emptxt span:before, .mainvisual .bg_wh .emptxt span:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 26px;
  border-radius: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #b28247;
}
.mainvisual .bg_wh .emptxt span:before {
  right: 0;
  left: auto;
  transform: rotate(29deg);
}
.mainvisual .bg_wh .emptxt span::after {
  right: auto;
  left: 0;
  transform: rotate(-29deg);
}
.mainvisual .bg_wh .txt {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .mainvisual .bg_wh .txt {
    font-size: 12px;
  }
}
.mainvisual .bg_wh .txt .more {
  display: table;
  margin: 0 auto;
}
.mainvisual .bg_wh .txt .more a {
  font-size: 18px;
  color: #00478b;
  border-bottom: solid 2px #b28247;
}
@media (max-width: 767px) {
  .mainvisual .bg_wh .txt .more a {
    font-size: 15px;
  }
}
.mainvisual .bg_wh .txt .more a:hover {
  opacity: 0.8;
}

.section_standard {
  padding: clamp(64px, 15vw, 154px) 0 clamp(60px, 14vw, 140px);
}
@media (max-width: 767px) {
  .section_standard {
    padding: 64px 0;
  }
}
@media (min-width: 768px) {
  .section_standard .columns {
    align-items: center;
    gap: 4.1666666667%;
  }
}
@media (min-width: 768px) {
  .section_standard .columns .column {
    width: 47.9166666667%;
  }
}
.section_standard .txt {
  font-weight: 500;
  font-size: 18px;
  margin-top: 2em;
}
@media (max-width: 767px) {
  .section_standard .txt {
    font-size: 15px;
  }
}

.section_solve {
  padding-bottom: 10px;
}
.section_solve .ttl {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background: #00478b;
  border-radius: 8px;
  padding: 1em;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .section_solve .ttl {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 50px;
  }
}
.section_solve .ttl:after {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: -50px;
  margin: auto;
  box-sizing: border-box;
  width: 60px;
  height: 50px;
  border: 30px solid transparent;
  border-top: 25px solid #00478b;
}
@media (max-width: 767px) {
  .section_solve .ttl:after {
    bottom: -35px;
    width: 50px;
    height: 30px;
    border: 25px solid transparent;
    border-top: 20px solid #00478b;
  }
}
.section_solve .case_ttl {
  font-weight: bold;
  text-align: left;
  color: #00478b;
  line-height: 1.5;
  margin-bottom: 1em;
}
.section_solve .case_ttl span {
  font-size: clamp(16px, 2vw, 24px);
  padding-left: 2em;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .section_solve .case_ttl span {
    font-size: 18px;
  }
}
.section_solve .case_ttl span:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 55px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  max-width: 1.3em;
  background: url(/treecycle/value/jucore/img/case_icon.svg) no-repeat center/contain;
}
@media (min-width: 768px) {
  .section_solve .columns {
    gap: 1.6666666667%;
  }
}
@media (max-width: 767px) {
  .section_solve .columns {
    width: calc(100% + 8px);
    transform: translateX(-4px);
  }
}
@media (min-width: 768px) {
  .section_solve .columns .column {
    width: 32.2222222222%;
  }
}
@media (max-width: 767px) {
  .section_solve .columns .column:not(:last-child) {
    margin-bottom: 40px;
  }
}
.section_solve .bg_shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.section_solve .bg_shadow .before {
  padding: 12.9198966408% 7.7519379845%;
  position: relative;
}
@media (max-width: 767px) {
  .section_solve .bg_shadow .before {
    padding: 40px 20px 15px;
  }
}
.section_solve .bg_shadow .before:after {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: -50px;
  margin: auto;
  box-sizing: border-box;
  width: 60px;
  height: 50px;
  border: 30px solid transparent;
  border-top: 25px solid #fff;
}
.section_solve .bg_shadow .before .txt {
  font-size: clamp(11px, 1.5vw, 16px);
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .section_solve .bg_shadow .before .txt {
    font-size: 15px;
  }
}
.section_solve .bg_shadow .after {
  background: #f3f3f3;
  padding: 18.0878552972% 7.7519379845% 15.503875969%;
}
@media (max-width: 767px) {
  .section_solve .bg_shadow .after {
    padding: 50px 24px 45px;
  }
}
@media (max-width: 767px) {
  .section_solve .icon img {
    width: 130px;
    margin: 0 auto;
  }
}
.section_solve .icon figcaption {
  color: #00478b;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .section_solve .icon figcaption {
    margin-top: 16px;
    margin-bottom: 6px;
    font-size: 16px;
  }
}
.section_solve .case_txt {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  background: #b28247;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 45px;
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section_solve .case_txt {
    font-size: 16px;
    padding: 12px 32px;
    top: -20px;
  }
}

.section_expect {
  padding: clamp(40px, 8vw, 80px) 0 clamp(64px, 11vw, 120px) 0;
  background: url(/treecycle/value/jucore/img/bg01.jpg) no-repeat center/cover;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .section_expect {
    padding: 40px 0 64px 0;
    background: url(/treecycle/value/jucore/img/sp_bg01.jpg) no-repeat center/cover;
  }
}
.section_expect .bg_blue {
  margin-top: 90px;
  background: #00478b;
  color: #fff;
  border-radius: 8px;
  padding: 4.1666666667% 5% 5.8333333333%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .section_expect .bg_blue {
    margin-top: 30px;
    padding: 40px 20px;
  }
}
.section_expect .columns {
  align-items: center;
}
@media (max-width: 767px) {
  .section_expect .columns .column:not(:last-child) {
    margin-bottom: 40px;
  }
}
.section_expect .con_txt .txt {
  margin-top: 30px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .section_expect .con_txt .txt {
    font-size: 15px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .section_expect .con_img img {
    max-width: 125%;
    width: 125%;
    transform: translateX(-10%);
  }
}
.section_expect .arrow_img img {
  max-width: 45%;
}

.section_feature {
  background: #f3f3f3;
  padding: clamp(64px, 11vw, 120px) 0 clamp(50px, 11vw, 110px);
}
@media (max-width: 767px) {
  .section_feature {
    padding: 64px 0;
  }
}
.section_feature .ttl {
  text-align: center;
  margin-bottom: 133px;
}
@media (max-width: 767px) {
  .section_feature .ttl {
    margin-bottom: 73px;
  }
}
.section_feature .container {
  max-width: 85%;
}
@media (min-width: 768px) {
  .section_feature .columns + .columns {
    margin-top: 75px;
  }
}
@media (min-width: 768px) {
  .section_feature .columns {
    gap: 66px 1.6666666667%;
  }
}
@media (min-width: 768px) {
  .section_feature .columns.wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .section_feature .columns .column {
    margin-top: 43px;
  }
}
@media (min-width: 768px) {
  .section_feature .columns .column {
    flex: auto;
  }
}
@media (min-width: 768px) {
  .section_feature .columns .column.col_2 {
    width: 49.1666666667%;
  }
}
.section_feature .bg_wh {
  background: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-top: solid 6px #00478b;
  padding: 65px 5.9322033898% 10.1694915254% 5.9322033898%;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .section_feature .bg_wh {
    padding: 50px 18px 33px;
  }
}
.section_feature .bg_wh .num {
  position: absolute;
  top: -50px;
  bottom: auto;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .section_feature .bg_wh .num {
    top: -32.5px;
  }
}
@media (max-width: 767px) {
  .section_feature .bg_wh .num img {
    width: 65px;
  }
}
@media (min-width: 768px) {
  .section_feature .con_notes .bg_wh {
    padding-bottom: 5.0847457627%;
  }
}
.section_feature .feature_txt {
  display: inline-block;
  background: #b28247;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  font-size: clamp(16px, 1.4vw, 20px);
  padding: 4px clamp(25px, 2vw, 30px);
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
}
.section_feature .icon {
  margin: 25px 0;
}
@media (min-width: 768px) {
  .section_feature .icon {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .section_feature .icon {
    margin: 13px 0;
  }
}
@media (max-width: 767px) {
  .section_feature .icon img {
    max-height: 60px;
    max-width: 85px;
  }
}
.section_feature .txt {
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  margin: 0;
}
@media (max-width: 767px) {
  .section_feature .txt {
    font-size: 14px;
  }
}
.section_feature .txt .small {
  font-size: 8px;
  vertical-align: text-top;
  letter-spacing: 0;
}
.section_feature .notes {
  font-size: 13px;
  margin: 20px auto 0;
}

.section_trial {
  padding: clamp(64px, 9vw, 90px) 0 clamp(50px, 10vw, 100px);
  background: url(/treecycle/value/jucore/img/bg02.jpg) no-repeat center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .section_trial {
    padding: 64px 0;
  }
}
@media (min-width: 768px) {
  .section_trial:after {
    display: block;
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: -110px;
    margin: auto;
    box-sizing: border-box;
    width: 150px;
    height: 75px;
    border: 75px solid transparent;
    border-top: 36px solid #00478b;
  }
}
.section_trial .container {
  width: 1215px;
}
@media (max-width: 767px) {
  .section_trial .container {
    max-width: 92%;
  }
}
.section_trial .ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section_trial .ttl {
    margin-bottom: 35px;
  }
}

.section_contact {
  background: #f3f3f3;
  padding: clamp(50px, 7vw, 70px) 0 0;
}
@media (max-width: 767px) {
  .section_contact {
    padding: 50px 0 0;
  }
}
.section_contact .col_2 img {
  display: block;
}
@media (min-width: 768px) {
  .section_contact .container {
    width: 1257px;
    transform: translateX(2.375%);
  }
}
@media (max-width: 767px) {
  .section_contact .container {
    max-width: 92%;
  }
}
.section_contact .ttl {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section_contact .ttl {
    margin-top: 15%;
  }
}
.section_contact .columns {
  gap: 3.9777247414%;
}
.section_contact .columns .column {
  flex: auto;
}
@media (min-width: 768px) {
  .section_contact .con_btn {
    width: 43.7549721559%;
  }
}
.section_contact .button {
  font-size: 26px;
  line-height: 1.8;
}
.section_contact .button:hover .emptxt:before, .section_contact .button:hover .emptxt:after {
  background: #00478b;
}
.section_contact .button .emptxt {
  position: relative;
  padding: 0 1em;
  display: table;
  margin: 0 auto;
  font-size: clamp(12px, 1.5vw, 16px);
}
@media (max-width: 767px) {
  .section_contact .button .emptxt {
    font-size: 15px;
    padding: 0 1.5em;
  }
}
.section_contact .button .emptxt:before, .section_contact .button .emptxt:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 60%;
  border-radius: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  transition: 0.2s;
}
.section_contact .button .emptxt:before {
  right: 0;
  left: auto;
  transform: rotate(29deg);
}
@media (max-width: 767px) {
  .section_contact .button .emptxt:before {
    transform: rotate(20deg);
  }
}
.section_contact .button .emptxt::after {
  right: auto;
  left: 0;
  transform: rotate(-29deg);
}
@media (max-width: 767px) {
  .section_contact .button .emptxt::after {
    transform: rotate(-20deg);
  }
}

.section_flow {
  padding: clamp(50px, 11vw, 120px) 0;
}
@media (max-width: 767px) {
  .section_flow {
    padding: 50px 0 64px;
  }
}
.section_flow .ttl {
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .section_flow .ttl {
    margin-bottom: 45px;
  }
}
.section_flow .support_wrap {
  margin-top: 100px;
  border: solid 2px #00478b;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .section_flow .support_wrap {
    margin-top: 60px;
  }
}
.section_flow .support_wrap .support_inner {
  padding: 5.4166666667% 4.5833333333%;
}
@media (max-width: 767px) {
  .section_flow .support_wrap .support_inner {
    padding: 40px 20px;
  }
}
.section_flow .support_wrap .support_ttl {
  font-weight: bold;
  color: #fff;
  font-size: 28px;
  background: #00478b;
  text-align: center;
  padding: 1.2em;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 767px) {
  .section_flow .support_wrap .support_ttl {
    font-size: 16px;
    line-height: 1.6;
    padding: 20px;
  }
}
.section_flow .support_wrap .support_item_ttl {
  text-align: center;
  font-weight: bold;
  font-size: clamp(14px, 2vw, 20px);
  color: #00478b;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .section_flow .support_wrap .support_item_ttl {
    height: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .section_flow .support_wrap .support_item_ttl {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.section_flow .support_wrap .support_txt {
  background: #b28247;
  color: white;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  font-size: 16px;
  padding: 0.3em;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .section_flow .support_wrap .support_txt {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
.section_flow .support_wrap .txt {
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .section_flow .support_wrap .txt {
    font-size: 14px;
    margin-top: 10px;
  }
}
.section_flow .support_wrap .sub_txt {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .section_flow .support_wrap .sub_txt {
    font-size: 12px;
  }
}
.section_flow .support_wrap .support_img img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
@media (min-width: 768px) {
  .section_flow .support_wrap .columns {
    gap: clamp(20px, 3vw, 40px);
  }
  .section_flow .support_wrap .columns .column {
    flex: auto;
  }
  .section_flow .support_wrap .columns .con_1_3 {
    width: calc((100% - clamp(20px, 3vw, 40px)) / 3);
  }
  .section_flow .support_wrap .columns .con_2_3 {
    width: calc((100% - clamp(20px, 3vw, 40px)) * 2.12 / 3);
  }
  .section_flow .support_wrap .columns .con_1_2 {
    width: calc((100% - clamp(20px, 3vw, 40px)) / 2);
  }
}

.section_format {
  padding: clamp(50px, 10vw, 100px) 0;
  background: #f3f3f3;
}
@media (min-width: 1280px) {
  .section_format .columns {
    align-items: flex-end;
  }
}
@media (max-width: 1279px) {
  .section_format .columns {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .section_format .columns .column {
    flex: none;
  }
}
@media (min-width: 768px) {
  .section_format .columns .con_txt {
    width: 36.6666666667%;
  }
}
@media (min-width: 768px) {
  .section_format .columns .con_ul {
    width: 60.1666666667%;
  }
}
.section_format .ttl {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .section_format .ttl {
    margin-bottom: 30px;
  }
}
.section_format .sub_txt {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section_format .sub_txt {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .section_format .con_txt {
    margin-bottom: 65px !important;
  }
}
.section_format .con_txt .ul_dot {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5%;
}
@media (max-width: 767px) {
  .section_format .con_txt .ul_dot {
    font-size: 12px;
  }
}
.section_format .con_txt .ul_dot li:before {
  top: 7px;
}
.section_format .bg_wh {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 8.864265928% 5.1246537396% 2.7700831025% 5.1246537396%;
  position: relative;
}
@media (max-width: 767px) {
  .section_format .bg_wh {
    padding: 73px 20px 28px;
  }
}
.section_format .bg_wh .ul_ttl {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  background-color: #00478b;
  border-radius: 8px;
  padding: 0.65em 1.5em;
  color: white;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .section_format .bg_wh .ul_ttl {
    padding: 15px 40px;
    line-height: 1.5;
    top: -39px;
  }
}
.section_format .bg_wh .ul_dot {
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 500;
}
@media (max-width: 767px) {
  .section_format .bg_wh .ul_dot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.section_format .bg_wh .ul_dot li {
  margin-top: 0;
  width: 49%;
}
.section_format .bg_wh .ul_dot li:nth-child(n+3) {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .section_format .bg_wh .ul_dot li {
    float: left;
  }
}
@media (min-width: 1280px) {
  .section_format .bg_wh .ul_dot li:nth-child(n+4) {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .section_format .bg_wh .ul_dot li:before {
    top: 6px;
  }
}
.section_format .bg_wh .notes {
  text-align: right;
  font-size: 13px;
}
@media (min-width: 768px) {
  .section_format .bg_wh .notes {
    padding-right: 5em;
    margin-top: -2em;
  }
}
.section_format .bg_wh .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.sec_slider {
  padding: clamp(50px, 10vw, 100px) 0 clamp(50px, 10vw, 100px);
}
.sec_slider .ttl {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .sec_slider .ttl {
    margin-bottom: 25px;
  }
}
.sec_slider .howtoSwiper {
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sec_slider .howtoSwiper {
    margin-bottom: 25px;
  }
}
.sec_slider .howtoSwiper .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 767px) {
  .sec_slider .howtoSwiper .swiper-wrapper {
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
  }
}
.sec_slider .howtoSwiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.sec_slider .howtoSwiper .slider_ttl {
  color: white;
  background: #d9d9d9;
  font-weight: bold;
  border-radius: 40px;
  font-size: clamp(14px, 1.8vw, 16px);
  text-align: center;
  box-sizing: border-box;
  padding: 0 1.5em;
}
@media (max-width: 767px) {
  .sec_slider .howtoSwiper .slider_ttl {
    padding: 0.2em 1em;
    white-space: nowrap;
  }
}
.sec_slider .howtoSwiper .slider_ttl:hover {
  cursor: pointer;
}
.sec_slider .howtoSwiper .swiper-slide-thumb-active .slider_ttl {
  background: #00478b;
}
.sec_slider .howtoSwiper2 {
  padding-bottom: 10px;
}
.sec_slider .howtoSwiper2 .slider_txt {
  text-align: center;
  font-weight: bold;
  font-size: clamp(16px, 2vw, 18px);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sec_slider .howtoSwiper2 .slider_txt.lh {
    line-height: 1.3333333333;
  }
}
@media (min-width: 768px) {
  .sec_slider .howtoSwiper2 .img_wrap {
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding-top: 65px;
  }
}
.sec_slider .howtoSwiper2 .img_wrap img {
  border: solid 25px #2c2c2c;
  border-radius: 20px 20px 0 0;
  border-bottom: none;
  max-width: 90%;
}
@media (max-width: 767px) {
  .sec_slider .howtoSwiper2 .img_wrap img {
    max-width: 100%;
    border: solid 10px #2c2c2c;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  }
}
.sec_slider .howtoSwiper2 .swiper-slide {
  width: 1000px;
  max-width: 83%;
}
.sec_slider .howtoSwiper2 .swiper-button-prev,
.sec_slider .howtoSwiper2 .swiper-button-next {
  transform: translateY(0.5em);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  background: url(/treecycle/value/jucore/img/slider_arrow.svg) no-repeat center/contain;
}
@media (max-width: 1140px) {
  .sec_slider .howtoSwiper2 .swiper-button-prev,
  .sec_slider .howtoSwiper2 .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
.sec_slider .howtoSwiper2 .swiper-button-prev:after,
.sec_slider .howtoSwiper2 .swiper-button-next:after {
  content: none;
}
.sec_slider .howtoSwiper2 .swiper-button-prev {
  left: calc((100% - 1000px) / 2 - 60px);
}
@media (max-width: 1140px) {
  .sec_slider .howtoSwiper2 .swiper-button-prev {
    left: 1%;
  }
}
.sec_slider .howtoSwiper2 .swiper-button-next {
  right: calc((100% - 1000px) / 2 - 60px);
  transform: translateY(0.5em) rotate(180deg);
}
@media (max-width: 1140px) {
  .sec_slider .howtoSwiper2 .swiper-button-next {
    right: 1%;
  }
}

footer {
  border-top: solid 5px #00478b;
  padding: 80px 0 40px;
}
@media (max-width: 767px) {
  footer {
    padding: 60px 0 20px;
  }
}
footer .footer_logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_logo li:nth-child(n+2) {
  padding-left: 30px;
  margin-left: 30px;
  position: relative;
}
@media (max-width: 767px) {
  footer .footer_logo li:nth-child(n+2) {
    padding-left: 20px;
    margin-left: 20px;
  }
}
footer .footer_logo li:nth-child(n+2):before {
  content: "";
  display: block;
  width: 1px;
  height: clamp(32px, 4vw, 44px);
  margin: 0 auto;
  background: #ededed;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
}
footer .footer_sitemap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  gap: clamp(12px, 1.5vw, 35px);
  margin: 80px 0 40px;
}
@media (max-width: 767px) {
  footer .footer_sitemap {
    display: table;
    margin: 60px auto;
  }
}
footer .footer_sitemap .container {
  max-width: 90%;
}
@media (max-width: 767px) {
  footer .footer_sitemap li + li {
    margin-top: 12px;
  }
}
footer .copyright p {
  text-align: center;
  font-size: 10px;
}

.scrollTarget {
  scroll-margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .scrollTarget {
    scroll-margin-top: 65px;
  }
}
/* 用紙サイズの指定（A4） */
@page {
  margin: 10mm;
  size: 210mm 297mm;
  /* A4縦サイズの場合 */
}
@media print {
  /* 全体設定 */
  body {
    -webkit-print-color-adjust: exact;
    /* 印刷時でも背景色や背景画像を表示 */
    width: 1190px;
    /* 印刷時の全ページ幅を統一（px数値はお好みで） */
    zoom: 0.8;
    /* なるべく多くのブラウザで切れないようにするため */
  }
  /* 改ページをいれる場合 */
  main {
    margin-top: 0;
    overflow: hidden;
  }
  #lp_header.fixed_header {
    position: static;
  }
  .wow {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: none !important;
  }
}/*# sourceMappingURL=style.css.map */