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

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

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

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

/* # =================================================================
	 # General elements
	 # ================================================================= */
hr {
  height: 0;
  /* Add the correct box sizing in Firefox */
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

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

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] {
  color: inherit;
  cursor: pointer;
}

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

/* # =================================================================
	 # Accessibility
	 # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !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;
}

/*
 *	base setting
 */
body {
  color: #000;
  font-family: "Helvetica Neue", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 900px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

input,
textarea {
  border: 1px solid #ccc;
  width: 100%;
}

input,
select {
  height: 34px;
}

/*
 *	Layout header setting
 */
.l-header {
  min-width: 1200px;
  padding: 40px 0;
}
.l-header .l-header_logo a:hover {
  opacity: 0.6;
}

/*
 *	Layout footer setting
 */
.l-footer {
  background-color: #f2f2f2;
}
.l-footer .l-footer_logo a:hover {
  opacity: 0.6;
}
.l-footer .l-footer_contents {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-top: 60px;
  width: 1200px;
}
.l-footer .l-footer_logo {
  margin-bottom: 30px;
}
.l-footer .l-footer_address {
  color: #666;
  font-size: 14px;
}
.l-footer .l-footer_address a {
  color: #666;
}
.l-footer .l-footer_address_item {
  line-height: 1;
  margin-bottom: 16px;
}
.l-footer .l-footer_nav {
  display: flex;
  font-size: 14px;
}
.l-footer .l-footer_nav .c-nav_list {
  margin-right: 70px;
}
.l-footer .l-footer_nav .c-nav_item {
  line-height: 1;
}
.l-footer .l-footer_nav .c-nav_item + * {
  margin-top: 16px;
}

.c-copyright {
  align-items: center;
  background-color: #19a22d;
  color: #fff;
  display: flex;
  height: 50px;
  justify-content: center;
  min-width: 1200px;
}

/*
 *	Layout contents setting
 */
.l-wrapper {
  display: flex;
  margin: 80px auto 120px;
  width: 1200px;
}

.l-contents {
  width: 770px;
}
.l-contents + * {
  margin-left: 80px;
}

/*
 *	Layout sideber setting
 */
.l-side {
  width: 350px;
}

/*
 *	Components button setting
 */
.c-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.c-button a,
.c-button button {
  align-items: center;
  background-color: #f99b3e;
  border-radius: 30px;
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
.c-button a:hover,
.c-button button:hover {
  opacity: 0.6;
  text-decoration: none;
}
.c-button a::after,
.c-button button::after {
  background-image: url("../images/common/ico_arrow.png");
  bottom: 0;
  content: "";
  display: block;
  height: 15px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  width: 9px;
}

.c-button_bottom {
  margin-top: 60px;
}
.c-button_bottom a {
  transition: opacity 0.3s ease-in-out;
}
.c-button_bottom a:hover {
  opacity: 0.6;
}

.c-page_top {
  align-items: center;
  background-color: #007010;
  bottom: 0;
  display: flex;
  height: 50px;
  justify-content: center;
  position: fixed;
  right: 0;
  transition: opacity 0.3s ease-in-out;
  width: 50px;
}
.c-page_top img {
  transform: rotate(-90deg);
}
.c-page_top:hover {
  opacity: 0.6;
}

/*
 *	Components title setting
 */
.c-title {
  align-items: center;
  background: linear-gradient(to right, #19a22d, #007010);
  color: #fff;
  display: flex;
  height: 160px;
  justify-content: center;
}
.c-title .c-title_inner {
  font-size: 36px;
  font-weight: 700;
}

.c-title_content_02 {
  align-items: center;
  background-color: #ecf8ee;
  border-left: 5px solid #19a22d;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  height: 70px;
  padding-left: 35px;
}
.c-title_content_02 + * {
  margin-top: 30px;
}
.c-title_content_02 .sub {
  color: #19a22d;
  font-size: 16px;
  margin-left: 1em;
}

.c-title_content_03 {
  align-items: center;
  background-color: #19a22d;
  border-bottom: 5px solid #007010;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  height: 70px;
  line-height: 1.2;
  padding-left: 30px;
  width: 100%;
}
.c-title_content_03 + * {
  margin-top: 30px;
}
.c-title_content_03.-with_image {
  height: auto;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.c-title_content_04 {
  font-size: 18px;
  font-weight: 700;
}
.c-title_content_04 + * {
  margin-top: 20px;
}

/*
 *	Components nav setting
 */
.c-nav a {
  color: #000;
  text-decoration: none;
}
.c-nav a:hover {
  text-decoration: underline;
}
.c-nav .c-nav_title {
  align-items: center;
  background: linear-gradient(to right, #00a78d, #19a22d);
  color: #fff;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 100%;
}
.c-nav .c-nav_item {
  padding-left: 16px;
  position: relative;
}
.c-nav .c-nav_item::before {
  background-image: url("../images/common/ico_nav_line.png");
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 8px;
}

/*
 *	Components sidebar setting
 */
.c-side_info + * {
  margin-top: 40px;
}
.c-side_info .c-side_info_item.-tel {
  color: #19a22d;
  font-size: 20px;
  font-weight: 700;
}
.c-side_info .c-side_info_item.-tel + * {
  margin-top: 14px;
}
.c-side_info .c-side_info_item.-tel a {
  color: #19a22d;
  font-size: 30px;
}
.c-side_info .c-side_info_item.-mail {
  font-weight: 700;
  margin-top: 4px;
}
.c-side_info .c-side_info_item.-contact {
  margin-top: 20px;
}
.c-side_info .c-side_info_item.-contact a {
  transition: opacity 0.3s ease-in-out;
}
.c-side_info .c-side_info_item.-contact a:hover {
  opacity: 0.6;
}

.c-side_nav .c-nav_list {
  border: 5px solid #f2f2f2;
  border-top-width: 0;
}
.c-side_nav .c-nav_item {
  padding-left: 20px;
}
.c-side_nav .c-nav_item a {
  align-items: center;
  display: flex;
  height: 50px;
}
.c-side_nav .c-nav_item::before {
  bottom: auto;
  bottom: unset;
  top: 24px;
}
.c-side_nav .c-nav_item + * {
  border-top: 1px solid #f2f2f2;
}
.c-side_nav .c-nav_sub_item {
  padding-left: 1em;
  position: relative;
}
.c-side_nav .c-nav_sub_item a {
  align-items: center;
  display: flex;
  height: 40px;
}
.c-side_nav .c-nav_sub_item::before {
  background-color: #19a22d;
  border-radius: 10px;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 5px;
}

/*
 *	Components table setting
 */
.c-table th {
  background-color: #f2f2f2;
  color: #666;
  font-size: 16px;
  font-weight: 700;
  padding: 11px;
  vertical-align: top;
  width: 190px;
}
.c-table td {
  padding: 11px 0 11px 40px;
}
.c-table ul {
  list-style: disc;
  padding-left: 1em;
}
.c-table ul li {
  margin-top: 1em;
}
.c-table ol {
  list-style: decimal;
  padding-left: 1em;
}
.c-table ol li {
  margin-top: 1em;
}

/*
 *	Components list setting
 */
.c-product_list {
  display: grid;
  gap: 30px 40px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}
.c-product_list + * {
  margin-top: 50px;
}
.c-product_list .c-product_img {
  text-align: center;
}
.c-product_list .c-product_img + * {
  margin-top: 20px;
}
.c-product_list .c-product_description .text {
  font-size: 14px;
}
.c-product_list .c-product_description .item_name {
  color: #19a22d;
  font-weight: 700;
}
.c-product_list .c-product_description .item_name::after {
  content: "：";
}
.c-product_list.-column_1 {
  grid-template-columns: 1fr;
}
.c-product_list.-column_1 .c-product_img {
  display: flex;
  justify-content: space-between;
}
.c-product_list.-column_2 {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}

.c-point_list .c-point_item {
  background-color: #ecf8ee;
  display: flex;
  font-weight: 700;
  height: 80px;
  padding: 10px;
}
.c-point_list .c-point_item + * {
  margin-top: 2px;
}
.c-point_list .c-point_title {
  align-items: center;
  color: #007010;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  justify-content: center;
  line-height: 1.25;
  width: 320px;
}
.c-point_list .c-point_title .sub {
  font-size: 14px;
}
.c-point_list .c-point_text {
  align-items: center;
  border-left: 1px solid #b4dbbb;
  display: flex;
  line-height: 1.37;
  padding-left: 40px;
  width: 380px;
}

.c-list {
  list-style: disc;
  padding-left: 1.4em;
}
.c-list .c-list_sub {
  list-style: circle;
  padding-left: 1.4em;
}

/*
 *	Components annotation setting
 */
.c-annotation {
  font-size: 14px;
  margin-top: 30px;
}
.c-annotation > li::before {
  content: "※";
  margin-right: 2px;
}

/*
 *	Components form setting
 */
.c-form .required {
  color: #f00;
  font-weight: normal;
}
.c-form .c-button button {
  margin-left: auto;
  margin-right: auto;
  width: 260px;
}

/*
 *	Project hero image setting
 */
.p-hero_image img {
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/*
 *	Project index page setting
 */
.p-index_sec_01 + * {
  margin-top: 80px;
}
.p-index_sec_01 .p-index_sec_01_contents {
  display: flex;
  margin-top: 40px;
}
.p-index_sec_01 .p-index_sec_01_discription {
  margin-left: 40px;
}
.p-index_sec_01 .p-index_sec_01_discription_text {
  margin-top: 36px;
}

.p-index_sec_02 .c-button {
  letter-spacing: -2px;
}

.p-index_sec_news {
  margin-top: 80px;
}

.p-index_sec_news_list .p-index_sec_news_item {
  display: flex;
}
.p-index_sec_news_list .p-index_sec_news_item + * {
  margin-top: 24px;
}
.p-index_sec_news_list .p-index_sec_news_data {
  color: #999;
  font-weight: 700;
}
.p-index_sec_news_list .p-index_sec_news_text {
  margin-left: 30px;
}

/*
 *	Project flow setting
 */
.p-flow_list {
  counter-reset: step_number;
}

.p-flow_item {
  margin-top: 60px;
}

.p-flow_cta {
  background-image: url("../images/flow/img_flow_01.png");
  height: 314px;
  position: relative;
  width: 100%;
}
.p-flow_cta + * {
  margin-top: 30px;
}
.p-flow_cta .c-button {
  bottom: 40px;
  left: 220px;
  position: absolute;
  width: 330px;
}
.p-flow_cta .c-button a {
  font-size: 16px;
  height: 40px;
  letter-spacing: -1px;
}
.p-flow_cta .c-button a::after {
  right: 20px;
}

.p-flow_title {
  align-items: center;
  border: 1px solid #ededed;
  counter-increment: step_number;
  display: flex;
  font-size: 24px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.p-flow_title + * {
  margin-top: 30px;
}
.p-flow_title::before {
  border-right: 1px dashed #ededed;
  color: #19a22d;
  content: counter(step_number);
  display: flex;
  font-size: 40px;
  font-weight: 400;
  justify-content: center;
  line-height: 1;
  margin-right: 20px;
  width: 66px;
}

.p-flow_contents {
  display: flex;
  flex-direction: row-reverse;
}
.p-flow_contents img {
  margin-left: 40px;
  margin-top: -30px;
}

/*
 *	Project faq setting
 */
.p-faq {
  margin-top: 60px;
}
.p-faq .question {
  align-items: center;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.p-faq .question + * {
  margin-top: 15px;
}
.p-faq .question::before {
  align-items: center;
  background-color: #00a78d;
  border-radius: 50px;
  color: #fff;
  content: "Q";
  display: flex;
  font-size: 28px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  margin-right: 18px;
  width: 50px;
}
.p-faq .answer {
  border: 2px solid #ededed;
  padding: 30px;
  position: relative;
}
.p-faq .answer + * {
  margin-top: 60px;
}
.p-faq .answer::before {
  background-color: #00a78d;
  content: "";
  display: block;
  height: 2px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: calc(100% + 4px);
}
.p-faq .answer_discription {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.p-faq .answer_discription.-column {
  flex-direction: column-reverse;
  justify-content: flex-start;
}
.p-faq .answer_discription.-column .answer_image {
  margin-left: 0;
  margin-top: 30px;
}
.p-faq .answer_discription.-column .answer_text {
  width: auto;
}
.p-faq .answer_image {
  margin-left: 30px;
}
.p-faq .answer_text {
  width: 500px;
}

/*
 *	Project company setting
 */
.p-company_message p + * {
  margin-top: 2em;
}

.p-company_info {
  margin-top: 60px;
}

/*
 *	Project card_board setting
 */
.p-card_board_list + * {
  margin-top: 60px;
}

/*
 *	Project holder page setting
 */
.p-holder_section + * {
  margin-top: 60px;
}

.p-holder_catch_bottom {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.p-holder_catch_bottom + * {
  margin-top: 30px;
}

/*
 *	Project holder page setting
 */
.p-plastics_section + * {
  margin-top: 60px;
}
.p-plastics_section .space_top {
  padding-top: 14px;
}

/*
 *	Project others page setting
 */
.p-others_section + * {
  margin-top: 60px;
}
.p-others_section .p-others_poly_text .text:first-child {
  color: #007010;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.38;
  text-align: center;
}
.p-others_section .p-others_poly_text .text:first-child + * {
  margin-top: 10px;
}
.p-others_section .p-others_poly_text .text:nth-child(2) {
  font-size: 12px;
  line-height: 1.5;
}
.p-others_section .p-others_poly_text .text:nth-child(2) + * {
  margin-top: 30px;
}
.p-others_section .p-others_poly_text .text:last-child {
  font-size: 14px;
}
.p-others_section .p-others_poly_text .text:last-child a {
  color: #000;
  text-decoration: underline;
}
.p-others_section .p-others_poly_text .text:last-child a:hover {
  text-decoration: none;
}

.p-others_hero_image {
  text-align: center;
}
.p-others_hero_image + * {
  margin-top: 60px;
}

/*
 *	Project contact setting
 */
.p-contact_text {
  margin-bottom: 50px;
}

/*
 *	Utility setting
 */
.u-color_red {
  color: #f00 !important;
}

.u-font_small {
  font-size: 14px;
}

.u-width_small {
  width: 300px !important;
}

.u-width_medium {
  width: 500px !important;
}

.u-text_center {
  text-align: center !important;
}

.u-margin_top_0 {
  margin-top: 0 !important;
}

.u-icon_new::after {
  color: #f99b3e;
  content: "NEW";
  font-size: 10px;
}
