/* General element styling --------------------------------------------- */

@font-face {
  font-family: 'Noto Sans CJK JP';
  src: url('../fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
       url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'),
	  url('../fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),
	  url('../fonts/NotoSansCJKjp-Bold.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans CJK JP', sans-serif;
	font-size: 16px;
	line-height: 32px;
	color: #333;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
	margin: 0 0 20px;
}

a {
	color: #112288;
}

img {
	max-width: 100%;
}

button {
	cursor: pointer;
}

html {
	scroll-behavior: smooth;
}

/* General re-usable styling ------------------------------------------- */

.am-container {
	width: calc(100% - 40px);
	margin: 0 auto;
	max-width: 1440px;
}

.am-container.style2 {
	max-width: 1000px;
}

.am-container.style3 {
	max-width: 1200px;
}

.am-container.style5 {
	width: calc(100% - 120px);
}

.am-container.bg-grey {
	background: #F5F5F5;
}

.am-flex {
	display: flex;
}

.am-flex.wrap {
	flex-wrap: wrap;
}

.am-flex.between {
	justify-content: space-between;
}

.am-flex.center {
	justify-content: center;
}

.am-flex.vert-center {
	align-items: center;
}

.am-flex.vert-stretch {
	align-items: stretch;
}

.am-flex.vert-fl-end {
	align-items: flex-end;
}

.am-col1 {
	width: calc(100% / 12);
}

.am-col2 {
	width: calc(100% / 12 * 2);
}

.am-col3 {
	width: calc(100% / 12 * 3);
}

.am-col4 {
	width: calc(100% / 12 * 4);
}

.am-col5 {
	width: calc(100% / 12 * 5);
}

.am-col6 {
	width: calc(100% / 12 * 6);
}

.am-col7 {
	width: calc(100% / 12 * 7);
}

.am-col8 {
	width: calc(100% / 12 * 8);
}

.am-col9 {
	width: calc(100% / 12 * 9);
}

.am-col10 {
	width: calc(100% / 12 * 10);
}

.am-col11 {
	width: calc(100% / 12 * 11);
}

.am-hide {
	display: none;
}

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

.am-sp {
	display: none;
}

.am-pc {
	display: block;
}

.am-modal__min-btn {
	border: unset;
	background: unset;
	margin: 0 auto;
	display: block;
}

dialog.am-modal__max {
	width: 100%;
	height: 100%;
	border: unset;
	background: #0003;
}

.am-modal__max-cont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	width: calc(100% - 80px);
	height: calc(100% - 120px);
	padding: 20px;
	border-radius: 10px
}

.am-modal__max-pix {
	width: calc(100% - 100px);
	height: calc(100% - 150px);
	overflow: auto;
	padding: 50px;
	box-shadow: 0 0 10px #8888 inset;
	border: 1px solid #888;
}

.am-modal__max-pix>img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: auto;
	/* 	cursor: zoom-in; */
}

.am-modal__max-pix.zoom>img {
	width: auto;
	height: auto;
	max-width: 200vw;
	max-height: 200vh;
	/* 	cursor: zoom-out; */
}

.am-modal__max-close.lp-btn {
	margin: 10px auto;
	display: block;
	padding: 10px;
	min-width: 140px;
}

.am-modal__max-close.lp-btn::after {
	content: unset;
}

.am-bg-layout {
    position: relative;
}

.am-bg-pix {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.am-bg-pix > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	display: block;
}

.am-bg-cont {
    position: relative;
    z-index: 1;
}

.am-bg-layout.style2 .am-bg-pix {
    position: relative;
	top: unset;
	left: unset;
	height: auto;
}

.am-bg-layout.style2 .am-bg-pix > img {
    width: 100%;
    height: auto;
    object-fit: cover;
	display: block;
}

.am-bg-layout.style2 .am-bg-cont {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
	height: auto;
}

#sect-banner .am-bg-pix > img {
    object-position: right;
}

.bnr__title {
    margin: 0;
    font-size: 50px;
    padding: 200px 0;
}

.sect-cont {
	padding: 80px 0;
}

.sect-cont.style2 {
    padding: 60px 0;
}

.af-topgap {
/*	height: 68px;*/
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.7);
	font-family: "Noto Sans JP", sans-serif;
}

.hdr__layout {
	height: 80px;
}

.hdr__logo {
    margin: 0 auto 0 0;
}

.hdr__logo>a>img {
	height: auto;
}

.hdr__navi-menu {
	display: block;
}

.hdr__navi-menu {
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin: 0 10px 0 0;
	width: 450px;
	align-self: center;
}

.hdr__navi-menu li {
	list-style: none;
	text-align: center;
	display: block;
	line-height: 1;
}

.hdr__navi-menu li:last-child {
	border-width: 0;
}

.hdr__navi-menu li a {
	text-decoration: none;
	color: #000;
	font-weight: 400;
	padding: 5px 10px;
	width: calc(100% - 40px);
	display: block;
	white-space: nowrap;
	font-size: 15px;
}

.hdr__navi-lang a {
    color: #000;
    text-decoration: none;
}

/* .hdr__navi-lang a.active {
    color: blue;
} */

/* SP menu btn ---------------------------------------------*/

.hdr__menu-btn {
	position: absolute;
	top: calc(80px / 2);
	right: 15px;
	border: 1px solid #333;
	background: transparent;
	width: 50px;
	height: 50px;
	transform: translateY(-50%);
	display:none;
}

.hdr__menu-btn-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hdr__menu-btn-icon::before,
.hdr__menu-btn-icon::after,
.hdr__menu-btn-icon>span {
	content: "";
	width: 30px;
	height: 1px;
	background: #333;
	display: block;
	margin: 8px 0;
	transition: 0.5s ease;
	opacity: 1;
}

header.hdr__menu--show {
	height: 100vh;
	overflow: auto;
}

.bnr__pix {
    text-align: center;
	padding: 0 0 50px;
}

.bnr__pix > video {
	width: 100%;
	height: auto;
}

.bnr__ov {
	position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
    font-size: 48px;
    line-height: 72px;
    text-align: center;
    font-weight: 700;
	top: 55%;
	color: #fff;
	width: 100%;
}

.bnr__txt1 {
    display: block;
    font-size: 45px;
	text-shadow: 2px 2px #000;
}

.bnr__txt2 {
    font-size: 30px;
	text-shadow: 2px 2px #000;
}

.bnr__ov-img {
    position: fixed;
    top: 14%;
    right: 5%;
	z-index: 1;
}

.tomo__button.first {
    font-size: 16px;
    max-width: 180px;
    margin: 30px auto 0 auto;
    padding: 12px 0px;
    line-height: 1;
}

.tomo__button.first img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0 0 0 8px;
}

.bnr__icon img {
    height: 170px;
    width: 120px;
    object-fit: contain;
}

#top-intro {
    padding: 80px 0;
}

.title-jp {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin: 0 0 30px;
    color: #0A66B2;
}

.tomo-title {
    text-align: center;
    line-height: 28px;
}

.title-en {
    color: #316D2C;
    font-size: 20px;
}

#top-intro .title-en::before,
#top-intro .title-en::after {
    content: "";
    display: block;
    background: #316D2C;
    height: 1px;
    width: calc(50vw - 50% - 20px);
	max-width: calc(600px - 50% - 20px);
    position: absolute;
}

#top-intro .title-en::before {
    left: 0;
    top: 50%;
    transform: translate(calc(-100% - 10px), -50%);
}

#top-intro .title-en::after {
    right: 0;
    top: 50%;
    transform: translate(calc(100% + 10px), -50%);
}

#top-intro .title-en {
    position: relative;
}

i.fa-solid.fa-circle-arrow-left {
	color: #3C6F36;
}

i.fa-solid.fa-circle-arrow-right {
	color: #3C6F36;
}

i.fa-solid.fa-pause {
	color: #3C6F36;
}

.slider__button {
	width: auto;
	color: #000;
	margin: 130px 0 0;
}

.slider__button a {
	padding: 20px 50px;
	border-radius: 40px;
	font-size: 16px;
}

.slider__button a img {
	margin: -5px 0 0 20px;
	vertical-align: middle;
}

.slider__container-aboutus {
	width: calc(18% - 60px);
	margin: auto;
}

.slider-nav__arrows-aboutus {
	width: calc(18% - 60px);
	margin: auto 190px auto auto;
}

.slider__item-aboutus {
	width: 100%;
	height: auto 50px auto auto;
}

.top__intro-item {
    display: block;
    margin: 0 0 20px;
}

.slider__container-aboutus {
    width: 96%;
    height: 96%;
    position: absolute !important;
    left: 50%;
    top: 1%;
    transform: translateX(-50%);
    border-radius: 14%;
    overflow: hidden;
}

.slider__layout-aboutus {
    position: relative;
    width: calc(72% - 50px);
    margin: auto 50px auto auto;
}

.slider__item-aboutus > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider__item-aboutus {
    height: 100%;
}

.slider__container-aboutus .slick-list,
.slider__container-aboutus .slick-track {
	height: 100% !important;
}

#top-intro .am-col4 .vid-frame {
    position: relative;
    width: 100%;
    height: auto;
}

#top-intro {
    padding: 80px 0;
}

.introduction-example {
    margin: 80px auto;
    max-width: 1200px;
}

.introduction-example-subtitle {
    font-weight: 700;
    font-size: 20px;
    display: block;
}

.introduction-example-content {
    margin: 30px 0 0;
    display: block;
	line-height: 32px;
	font-size: 18px;
}

.introduction-example-content ul {
    margin: 0;
}

i.fa.fa-pause, i.fa.fa-play {
    font-size: 30px;
	color: #08528E;
}

.our-strengths__cont-item {
    width: calc(100% / 3 - 30px);
    margin: 0 30px 40px 0;
}

.our-strengths__cont-item:nth-child(3n) {
    margin: 0 0 40px 0;
}

.our-strengths__cont-item:nth-child(2n) img {
    object-position: -5% 50%;
}

.our-strengths__item-img {
    border-radius: 30px 0 0;
    height: 320px;
    width: 100%;
    object-fit: cover;
}

.our-strengths__cont.cont-1000 {
    margin: 50px auto 0;
}

.our-strengths__cont {
    justify-content: center;
}

.our-strengths__desc {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    margin: 30px 0 40px;
}

#our-services {
    padding: 80px 0;
}

.cont-1200.our-services__cont {
    margin: 50px auto 0;
}

.our-services__content {
    margin: 0 0 0 50px;
    max-width: calc(100% - 500px);
}

.our-services__content-subtitle {
    border: 1px solid #316D2C;
    width: 100%;
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 0 10px;
}

.our-services__content-item ul {
    margin: 0;
}

.our-services__content-item {
    margin: 0 0 20px;
}

.our-services__image {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 20px;
    width: 500px;
}

.our-services__image img {
    width: 100%;
    height: 310px;
    object-fit: contain;
}

.cont-1100 {
	max-width: 1100px;
	margin: 0 auto;
}

button.slider-navi__pause.dl-pausevid {
    border: none;
	background-color: #fff;
}

.line__cont-content-subtitle {
    font-weight: 700;
    display: block;
}

.line__cont-content {
    align-content: center;
    margin: 0 0 0 20px;
}

.line__cont {
    margin: 30px 0 0;
}

.tomo__button.style2 {
    max-width: 180px;
    padding: 5px 0;
    text-align: center;
    margin: 20px auto;
}

.tomo__button.style2 img {
    width: 16px;
    height: 16px;
    margin: 0 0 0 8px;
    vertical-align: middle;
}

.cont-1000 {
	max-width: 1000px;
	margin: 0 auto;
}

#recyclable-materials {
    padding: 80px 0;
    background-color: #F4FFF4;
}

.recyclable-materials__desc {
    text-align: center;
    font-weight: 700;
}

#recyclable-materials .tomo__button.style2 {
    max-width: 250px;
    margin: 30px auto 0;
}

#our-strengths {
    padding: 80px 0;
    background-color: #F4FFF4;
}

.tomo-title.style2 .title-en {
    font-family: "Libertinus Sans", sans-serif;
	font-weight: 700;
}

.tomo-title.style2 .title-jp {
    margin: 0;
}

.our-strengths__item-caption {
    margin: -8px 0 0 0;
    background-color: #fff;
    text-align: center;
    padding: 15px 0;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
	border-radius: 0 0 30px 0;
}

.contact__item {
    display: flex;
    margin: 0 0 30px;
}

.contact__item-lbl {
    width: 170px;
}

.contact__item-field {
    width: calc(100% - 170px);
}

.contact__item-field > input[type='text'], .contact__item-field > textarea {
    width: calc(100% - 32px);
    padding: 15px;
    border: 1px solid #163a6e;
    background: #000;
    color: #FFF;
}

.contact__item-field > span > input[type='text'], .contact__item-field > span > textarea, .contact__item-field > span > input[type='email'] {
    width: calc(100% - 32px);
    padding: 15px;
    border: 1px solid #163a6e;
    background: #000;
    color: #FFF;
	font-size: 16px;
}

.contact__item-field > span > textarea {
    width: calc(100% - 32px);
    min-height: 150px;
}

.contact__chkbox {
    margin: 60px auto 70px auto;
    width: fit-content;
}

.contact__chkbox > input[type='checkbox'] {
    color: #FFF;
    background: #000;
    border: 1px solid blue;
}

.contact__submit {
    text-align: center;
    margin: 0 0 40px;
}

.contact__cont {
    padding: 40px 0;
}

.prd-intro__cont a {
    color: #fff;
    text-decoration: none;
    margin: 0 40px;
    font-size: 30px;
}

.mgt-50 {
	margin-top: 50px;
}

header .ftr__cont {
    display: none;
}

#sect-news .af-title {
    text-align: left;
}

.side-title a {
    display: inline-block;
}

.side-title a:last-child {
    margin: 20px 0 0;
}


/* Footer --------------------------------------------------------------------- */

.force__cont .prd-sidepix__pix {
    padding: 0;
}

/* .hdr__navi-menu li.active a {
    color: blue;
} */

.ftr {
    font-size: 16px;
}

.ftr__cpright {
    font-size: 15px;
}

.ftr__navi-menu {
    align-items: flex-start;
}

.ftr__cont {
    padding: 60px 0;
}

.ftr__socmed-link {
    color: #FFF;
    text-decoration: unset;
}

.ftr__cpright {
    background: #F4FFF4;
    color: #000;
    padding: 0 0 30px;
	text-align: center;
}

.ftr.type2 .ftr__cont {
    text-align: center;
}

.ftr.type2 .ftr__logo,
.ftr.type2 .ftr__addr {
    margin: 0 0 20px;
}

.ftr.type2 .ftr__socmed-link,
.hdr__ftr .ftr__socmed-link {
    display: inline-block;
    background: #000;
    width: 200px;
    margin: 0 7px 40px;
    border: 1px solid #8f9195;
    border-radius: 20px;
}

.ftr.type2 .ftr__navi-menu {
    justify-content: center;
    margin: 0;
    width: 100%;
}

.ftr__cpright.type2 {
    background: #040d17;
    padding: 30px 0;
    text-align: center;
}

/* Top Page --------------------------------------------------------------------- */
.hdr__logo {
    max-width: 220px;
    width: 100%;
}

.hdr__navi-button, .tomo__button {
    background: linear-gradient(to right, #04AE5F, #0068B7);
    padding: 6px 38px;
    font-weight: 900;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    border-radius: 100px;
    align-self: center;
}

.hdr__navi-button:hover, .tomo__button:hover {
	background: linear-gradient(to left, #04AE5F, #0068B7);
    color: #fff;
}

.hdr__navi-button:hover a, .tomo__button:hover a {
    color: #fff;
	width: 100%;
    display: block;
}

.hdr__navi-button a, .tomo__button a {
    color: #fff;
    text-decoration: none;
}

.bnr__cont img {
    width: 100%;
    height: 800px;
    object-fit: cover;
	display: block;
}

.hdr__navi-phone span {
    font-size: 12px;
    display: block;
	line-height: 1.4;
}

.hdr__navi-phone img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.hdr__navi-phone a {
    color: #000;
    text-decoration: none;
}

.tel__number {
    font-size: 25px;
    font-weight: 700;
}

.hdr__navi-phone {
    margin: 0 0 0 10px;
}

.hdr__navi-button img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin: 0 0 0 8px;
    vertical-align: middle;
    padding: 0 0 5px;
}

#sect-banner {
    position: relative;
}

.cont-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

#faq {
    padding: 80px 0;
}

.faq-cont {
    max-width: 1140px;
    margin: 0 auto;
}


.faq-submenu__item {
    border-left: 1px solid #2584a0;
    padding: 15px 20px;
}

.faq-submenu__item:hover {
    border-left: 1px solid #2584a0;
}

.faq-submenu__item::after {
    content: ">";
    display: inline-block;
    transform: rotate(90deg) scale(0.7, 1.25);
    margin: 0 0 0 15px;
}

.faq-submenu__item:last-child {
    border-right: 1px solid #2584a0;
}

.faq-submenu {
    margin: 0 0 40px;
}

.faq-tab__title {
	position: relative;
	padding: 20px 0 25px;
	margin: 0 0 40px;
	font-size: 24px;
}

.faq-tab__title::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #2584a0;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

/* .faq-item {
	margin: 20px 0;
} */

.faq-container__subcont {
    margin: 30px 0 0;
}

.faq-item_q {
    background: #0A66B2;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 18px;
    border: 1px solid #1E73BE;
    border-width: 1px 1px 0;
    transition: 0.5s ease;
	font-family: 'Libertinus Sans';
}

.faq-item:last-child .faq-item_q {
    border-width: 1px;
}

.faq-item.show .faq-item_q {
    border-width: 1px;
}

.faq-container__item {
    margin: 60px auto;
}

.faq-item_q h5 {
    font-size: 16px;
	margin: 0;
}

.faq-item_a {
    background: #f7f7f7;
    color: #2A2A2A;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
	font-family: 'Libertinus Sans';
}

.faq-item_q::before, .faq-item_a::before {
    content: "Q";
    width: 50px;
    height: 50px;
	align-content: center;
    margin: 10px;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    color: #fff;
    border-radius: 50%;
}

.faq-item_a::before {
    content: "A";
    background-color: #fff;
    color: #000;
	font-size: 40px;
}

.faq-item_q > h5 {
    padding: 0 0 0 15px;
    color: #fff;
    font-weight: 700;
	width: auto;
	flex: 1;
}

.faq-item_a > p {
    padding: 0 0 0 15px;
    color: #2A2A2A;
    font-weight: 400;
	width: auto;
	flex: 1;
}

.faq-item_a {
    background: transparent;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease;
}

.faq-item.show .faq-item_a {
    border-width: 1px 0 0;
}

.faq-item_q::after {
	background-image: url("../images/arrow-up.png");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: contain; /
    position: absolute;
    right: 30px;
    font-weight: bold;
    font-size: 18px;
    transition: 0.5s ease;
	content: "";
    display: block;
    width: 15px;
    height: 15px;
	margin: 0 20px;
}

.faq-item.show .faq-item_q::after {
    content: "-";
    transform: rotate(180deg);
	color: #004484;
}

.faq-item.show .faq-item_a {
    max-height: 500px;
	padding: 10px 0;
	background-color: #fff;
}

.top-page .faq-item.show .faq-item_a {
	background-color: #F4FAFF;
}

.tama__button.style3.faq-button {
    max-width: 268px;
}

#news {
    padding: 50px 0;
}

.news-cont {
    margin: 50px 0;
}

.news-cont__item {
    border: 1px dotted #004887;
    border-width: 1px 0;
    padding: 20px 0;
    margin: 30px 0;
}

.news-cont__date {
    font-weight: 900;
    font-size: 18px;
    margin: 0 10px 0 0;
}

.news-cont__title {
    margin: 0;
    font-weight: 900;
    font-size: 18px;
}

.news-cont__content2 {
    margin: 10px 0;
}

footer {
    background-color: #F4FFF4;
}

.ftr__logo {
    max-width: 275px;
}

.ftr__logo img {
    width: 100%;
}

.ftr__tel {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
	margin: 20px 0 0;
}

.ftr__addr {
    display: block;
}

.ftr__addr-cont img {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.tama__button.style3.footer-button {
    width: 170px;
	margin: 0 0 5px 0;
}

.ig-icon {
    width: 52px;
    height: 52px;
}

.ftr__socmed {
    text-align: end;
}

.am-anchor {
    position: relative;
}

.am-anchor > span {
    position: absolute;
    top: 40px;
}

.application-form__subcont-tab {
    width: 322px;
    border: 1px solid #1E73BE;
    border-radius: 8px 8px 0 0;
    padding: 15px 10px;
    text-align: center;
	border-width: 1px 1px 0 0;
	font-size: 20px;
    background-color: #E8F2F9;
    color: #1E73BE;
    font-weight: 700;
}

.application-form__subcont-tab a {
    text-decoration: none;
    color: #1E73BE;
	font-weight: 700;
    font-size: 20px;
}

.application-form__subcont {
    margin: 50px 0 0;
}

.application-form__subcont-content {
    background-color: #fff;
    border: 1px solid #1E73BE;
    padding: 20px 40px;
	display: none;
    opacity: 0;
    transform: translateY(10px);
}

.application-form__subcont-tab:first-child {
    border-width: 1px 1px 0;
}

.inquiry-form__contact-form {
	margin: 50px auto 0;
	text-align: right;
	max-width: 1000px;
	width: calc(100% - 20px);
	color: #fff;
}

.required {
	color: #FFF;
	padding: 0 26px;
	font-size: 14px;
	margin: 0 20px 0 auto;
	background-color: #316D2C;
}

.not.required {
    background: #888888;
}

.inquiry-form__contact-col label {
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	display: flex;
	color: #000;
}

.inquiry-form__contact-col input {
	padding: 16px 10px;
	width: calc(100% - 22px);
	border: 1px solid #316D2C;
	border-radius: 6px;
}

.inquiry-form__contact-col p {
	width: 100%;
	text-align: left;
}

.inquiry-form__contact-col p textarea {
	padding: 10px;
	width: calc(100% - 22px);
	border: 1px solid #316D2C;
}

.ticket-purchase input {
    width: 19%;
}

.inquiry-form__link {
	font-size: 18px;
}

.inquiry-form__contact-form a {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #B1B1B1;
}

.inquiry-form__row.height-adj {
    height: 93px;
}

.inquiry-form__contact-col.inq-item__radio {
	align-self: center;
}

.inquiry-form__row {
    display: flex;
    align-items: flex-start;
	margin: 0 0 30px;
}

.inquiry-form__contact-col {
    width: calc(70% - 20px);
	margin: 0 0 0 20px;
}

.inquiry-form__contact-col:first-child {
    width: 30%;
	color: #371F1F;
}

.inquiry-form__submit-cont .dl-submit p input {
    background: #316D2C;
    border: unset;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 32px;
	background: url('../images/arrow-right-white.png') no-repeat right center;
	background-size: 8px;
	background-color: #316D2C;
	background-position-x: calc(100% - 15px);
}

.inquiry-form__submit-cont {
    text-align: center;
}

.inquiry-form__contact-col textarea {
    padding: 10px;
    width: calc(100% - 22px);
    border: 1px solid #0079E1;
	border-radius: 6px;
}

input[type="radio"] {
    width: 20px!important;
}

span.wpcf7-form-control.wpcf7-radio label {
    display: inline-block;
	margin: 0 20px 0 0;
}

.inquiry-form__contact-col {
	text-align: left;
	color: #000;
}

.wpcf7-list-item {
	display: unset!important;
	margin: unset!important;
}

span.wpcf7-spinner {
    display: none;
}

#inquiry {
    padding: 80px 0;
}

.inquiry-description {
    text-align: center;
    margin: 0;
}

.inquiry-form__submit-cont .dl-submit input {
    background: #004484;
    border: unset;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 16px 40px;
	border: 1px solid transparent;
}

.inquiry-form__submit-cont {
    text-align: center;
}

.inquiry-form__contact-col textarea {
    padding: 10px;
    width: calc(100% - 22px);
    border: 1px solid #004484;
}

.notrequired {
	color: #FFF;
    padding: 0 26px;
    font-size: 14px;
    margin: 0 20px 0 auto;
    background-color: #999999;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
	align-self: center;
    margin: 0 10px 0 0;
}

.wpcf7 input[type="submit"] {
	background: url('../images/arrow-right-white.png') no-repeat right center;
	background-size: 8px;
	background-color: #1E73BE;
	background-position-x: calc(100% - 20px);
}

span.inquiry-form__desc {
    display: block;
    color: #000;
    text-align: left;
    margin: 0 20px 20px;
}

.recyclable-materials__item {
    width: 200px;
    border: 1px solid #316D2C;
    border-radius: 100px;
    padding: 5px 20px;
    margin: 0 20px 0 0;
    color: #316D2C;
    font-weight: 500;
    text-align: center;
}

.recyclable-materials__cont {
    margin: 50px auto;
    justify-content: center;
}

.recyclable-materials__item:last-child {
    margin: 0;
}

#clients-voices {
    padding: 80px 0;
}

.clients-voices__cont {
    margin: 50px auto 0;
}

.clients-voices__item {
    margin: 0 30px 0 0;
}

.clients-voices__item:last-child {
    margin: 0;
}

.clients-voices__item-subtitle {
    display: block;
    font-weight: 700;
    margin: 10px 0;
	min-height: 30px;
}

#clients-voices .tomo__button.style2 {
    max-width: 250px;
    margin: 50px auto 0;
}

#commitment-sustainability {
    padding: 80px 0;
    background-color: #F4FFF4;
}

.commitment-sustainability__desc {
    text-align: center;
    margin: 40px 0;
}

.commitment-sustainability__cont-item {
    margin: 0 30px 0 0;
	width: calc(100% / 2 - 30px);
}

.commitment-sustainability__cont-item:last-child {
    margin: 0;
}

#commitment-sustainability .tomo__button.style2 {
    max-width: 230px;
    margin: 50px auto 0;
}

.access-business__cont-calendar {
    margin: 0 50px 0 0;
	width: 550px;
}

.access-business__cont {
    margin: 50px auto;
}

.access-business__cont-subtitle {
    display: inline-block;
    border: 1px solid #316D2C;
    border-radius: 5px;
    padding: 0 15px;
    margin: 0 15px 15px 0;
	color: #316D2C;
	font-weight: 500;
}

.tel__number.access {
    display: block;
    text-decoration: none;
    color: #000;
    margin: 0 0 10px;
}

.tel__number.access img {
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
}

.access-business__cont-desc {
    margin: 0 0 20px;
}

.access-business__cont-content {
    align-content: center;
	width: calc(100% - 550px);
}

#access-business {
    padding: 80px 0;
}

#recruitment-information {
    padding: 80px 0;
    background-color: #F4FFF4;
}

.recruitment-information__desc {
    text-align: center;
    margin: 30px 0;
}

#recruitment-information .tomo__button.style2 {
    margin: 40px auto 0;
}

.news__item-date {
    border: 1px solid #83C27D;
    color: #316D2C;
    font-weight: 700;
    border-radius: 5px;
    padding: 0 15px;
    margin: 0 20px 0 0;
}

.news__item {
    margin: 0 0 15px;
}

.news__cont {
    margin: 50px auto 0;
}

img.topic-image {
    max-width: 380px;
    width: 100%;
    height: 246px;
    min-height: 230px;
    object-fit: cover;
}

.topic-cont {
    margin: 0 0 50px;
/* 	justify-content: center; */
}

.topic-item a {
    text-decoration: none;
}

.topic__content {
    color: #000;
	display: block;
	margin: 10px 0 0;
}

.topic-title {
    display: flex;
    color: #000;
    font-weight: 700;
    background-color: #F2F2F3;
    padding: 10px 15px;
	width: calc(100% - 30px);
	margin: 5px 0 0;
	justify-content: space-between;
	min-height: 30px;
}

.topic__subtitle {
    margin: 0 10px;
    font-weight: 700;
	font-size: 16px;
}

.topic-title img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin: 6px 0 0;
}

.topic-date {
    margin: 0;
	font-size: 16px;
}

.am-col4.topic-item {
    width: calc(100% / 12 * 4 - 30px);
    margin: 0 30px 30px 0;
}

.am-col4.topic-item:last-child {
    margin: 0;
}

.topic__container {
    max-width: 1200px;
    margin: 50px auto;
}

.blog-item__pix.blog-image {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #ccc;
}

#topic {
    padding: 80px 0;
    background-color: #F4FFF4;
}

#instagram {
    padding: 80px 0;
}

#instagram .tomo__button.style2 {
    max-width: 240px;
    margin: 50px auto 0;
}

.ftr__addr-cont {
    width: calc(100% - 660px);
    margin: 0 0 0 60px;
}

.ftr__tel a {
    text-decoration: none;
    color: #000;
    display: block;
}

.ftr__tel span {
    font-size: 15px;
    font-weight: 400;
    line-height: 0;
}

footer .tomo__button.style2 {
    max-width: 240px;
    margin: 30px 0;
}

.ftr__social-media-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.ftr__social-media.am-flex {
    width: 460px;
    justify-self: center;
}

.ftr__social-media-item {
    margin: 0 10px 0 0;
}

.ftr__social-media-item:last-child {
    margin: 0;
}

img.ftr__logo {
    width: 270px;
    height: 50px;
    object-fit: contain;
    margin: 0 0 20px;
}

.ftr__desc {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 40px;
}

.lower-banner-image {
    position: relative;
}

.lower-banner-image__title {
    position: absolute;
    transform: translateX(-50%);
    top: 50%;
    left: 25%;
    color: #fff;
	font-size: 50px;
	text-shadow: 0 0 8px rgba(0,0,0,.5);
	line-height: 1;
}

.services-menu__item {
    width: calc(100% / 4 - 20px);
    margin: 0 20px 20px 0;
    background-color: #0A66B2;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 7px;
    padding: 18px 0px;
}

#services-menu {
    padding: 80px 0;
	background-color: #F4FFF4;
}

.services-menu__item:nth-child(4n) {
    margin: 0 0 20px;
}

.services-menu__cont {
    justify-content: center;
}

#services {
    padding: 0 0 80px;
    background-color: #F4FFF4;
}

.services__cont-item {
    width: calc(100% / 2 - 70px);
    background-color: #fff;
    border-radius: 30px 0 30px;
    margin: 0 30px 30px 0;
    padding: 20px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.services__cont-subtitle {
    font-weight: 700;
    display: block;
    color: #0A66B2;
    border-bottom: 1px solid #0A66B2;
    padding: 0 0 10px;
}

.services__cont {
    margin: 50px auto 0;
}

#strong-taste {
    padding: 80px 0;
}

.strong-taste__item-image {
    max-width: 550px;
}

.left-img .strong-taste__item-image {
    margin: 0 30px 0 0;
}

.strong-taste__item-content {
    vertical-align: middle;
    width: calc(100% - 600px);
    align-content: center;
}

.strong-taste__cont-item .right-img .strong-taste__item-image {
    margin: 0 0 0 50px;
}

.strong-taste__cont-item.am-flex.wrap.right-img .strong-taste__item-image {
    margin: 0 0 0 50px;
}

.strong-taste__cont-item {
    margin: 0 0 40px;
}

.strong-taste__cont {
    margin: 50px auto 0;
}

.strong-taste__item-subtitle {
    font-weight: 700;
    display: block;
    color: #0A66B2;
	font-family: 'Noto Sans CJK JP', sans-serif;
	font-size: 18px;
}

.strong-taste__item-subtitle2 {
    display: block;
    font-weight: 700;
    margin: 0 0 20px;
}

#access-bring-in {
    padding: 80px 0;
    background-color: #F4FFF4;
}

#access-bring-in .tomo__button.style2 {
    max-width: 240px;
}

.expressway-customers__cont-image {
    max-width: 550px;
    margin: 0 50px 0 0;
}

.expressway-customers__cont-subtitle {
    font-weight: 700;
}

.expressway-customers__cont-content {
    align-content: center;
}

.expressway-customers {
    margin: 80px auto 0;
}

.expressway-customers__cont-desc {
    font-weight: 700;
    margin: 50px auto 0;
}

.expressway-customers__cont-desc img {
    width: 45px;
    height: 30px;
    object-fit: contain;
}

.services-button__button.tel {
    background-color: #316D2C;
	margin: 0 30px 0 0;
}

.services-button__cont {
    max-width: 600px;
    margin: 50px auto 0;
}

.services-button__button {
    padding: 10px 28px;
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
}

.services-button__button img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    margin: 0 10px;
    vertical-align: sub;
    padding: 0 0 0px;
}

.services-button__button.fax {
	background-color: #0A66B2;
}

.services__cont-item:nth-child(2n) {
    margin: 0 0 30px 0;
}

.services__cont {
    justify-content: center;
}

#services-menu-flow {
    padding: 80px 0;
}

.workflow__desc {
    max-width: 800px;
    margin: 0 auto;
}

#workflow {
    padding: 0 0 80px;
}

.am-anchor {
    position: relative;
}

.am-anchor > span {
    position: absolute;
    top: 40px;
}

.workflow__subcont-tab {
    width: 322px;
    border: 1px solid #1E73BE;
    border-radius: 8px 8px 0 0;
    padding: 15px 10px;
    text-align: center;
	border-width: 1px 1px 0;
	font-size: 20px;
    background-color: #E8F2F9;
    color: #1E73BE;
    font-weight: 700;
	margin: 0 10px;
}

.workflow__subcont-tab a {
    text-decoration: none;
    color: #1E73BE;
	font-weight: 700;
    font-size: 20px;
}

.workflow__subcont {
    margin: 50px 0 0;
}

.workflow__subcont-content {
    background-color: #fff;
    border: 1px solid #1E73BE;
    padding: 20px 40px;
	display: none;
    opacity: 0;
    transform: translateY(10px);
}

.workflow__subcont-tab:first-child {
    border-width: 1px 1px 0;
}

.workflow__subcont-tab.active {
    background-color: #1E73BE;
    color: #fff;
    font-weight: 700;
}

.workflow__subcont-tab.active a {
    color: #fff;
}

.workflow__subcont-content {
    display: none;
}

.workflow__subcont-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.workflow__subcont-tab.active a {
    font-weight: bold;
}

.workflow__subcont-content-subtitle {
    font-size: 30px;
    text-align: center;
    margin: 30px 0;
    color: #0A66B2;
}

.workflow__subcont-item-step {
    display: block;
    text-align: center;
}

.workflow__subcont-item-image img {
    width: 80px;
    height: 60px;
    object-fit: contain;
}

.workflow__subcont-item-content-subtitle {
    display: block;
    font-weight: 700;
}

.workflow__subcont-item-content {
    display: block;
    align-content: center;
    margin: 0 0 0 30px;
}

.workflow__subcont-item {
    margin: 20px 0 50px;
	position: relative;
}

.workflow__subcont-item-number {
    font-size: 20px;
    margin: 0 0 0 5px;
}

.workflow__subcont-item::after {
	content: "";
	background-image: url('../images/arrow-down.png');
    position: absolute;
	display: block;
	width: 56px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 0;
    transform: translateX(-50%);
    right: 50%;
    top: 130px;
}

.workflow__subcont-item:last-child::after {
    content: "";
    display: none;
}

.workflow__subcont-tab:first-child {
    margin: 0 10px 0 0;
}

.workflow__subcont-tab:last-child {
    margin: 0 0 0 10px;
}

.workflow__subcont-content-subtitle2 {
    color: #316D2C;
    font-weight: 500;
    border: 2px solid #83C27D;
    width: fit-content;
    padding: 2px 30px;
    margin: 40px 0 10px;
	border-radius: 5px;
}

#workflow .expressway-customers__cont-desc {
    text-align: center;
    margin: 60px auto 0;
}

.materials__subcont-tab {
    width: 322px;
    border: 1px solid #1E73BE;
    border-radius: 8px 8px 0 0;
    padding: 6px 10px;
    text-align: center;
	border-width: 1px 0 0 1px;
	font-size: 20px;
    background-color: #E8F2F9;
    color: #1E73BE;
}

.materials__subcont-tab a {
    text-decoration: none;
    color: #1E73BE;
	font-weight: 700;
    font-size: 20px;
}

.materials__subcont {
    margin: 50px 0 0;
}

.materials__subcont-content {
    background-color: #fff;
    border: 1px solid #1E73BE;
    padding: 20px 40px;
	display: none;
    opacity: 0;
    transform: translateY(10px);
}

.materials__subcont-tab:first-child {
    border-width: 1px 1px 0;
}

.materials__subcont-tab.active {
    background-color: #1E73BE;
    color: #fff;
    font-weight: 700;
}

.materials__subcont-tab.active a {
    color: #fff;
}

.materials__subcont-content {
    display: none;
}

.materials__subcont-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
	min-height: 730px;
}

.materials__subcont-tab.active a {
    font-weight: bold;
}

.materials__subcont-item {
	margin: 40px 0 0;
}

.materials__item-image img {
    object-fit: contain;
}

.materials__item-image {
    width: calc(100% / 5 - 30px);
    margin: 0 15px 15px 15px;
}

.materials__item-desc {
    margin: 0 0 0 10px;
}

.materials__subcont-tab:last-child {
    border-width: 1px 1px 0;
}

#philosophy {
    padding: 80px 0;
    background-color: #F4FFF4;
}

#message {
    padding: 80px 0;
}

#materials {
    padding: 80px 0;
    background-color: #F4FFF4;
}

#materials .expressway-customers__cont-desc {
    text-align: center;
    margin: 50px auto;
}

.tomo__button.style3 {
    background: transparent;
    border: 1px solid #316D2C;
    max-width: 140px;
    margin: 0 auto;
    text-align: center;
}

.tomo__button.style3 a {
    color: #316D2C;
    display: block;
}

.tomo__button.style3 img {
    margin: 0 0 0 10px;
    vertical-align: middle;
    padding: 0 0 5px;
}

#contact-form {
    padding: 80px 0;
}

.contact-form__cont-desc {
    text-align: center;
    margin: 50px 0;
}

.contact-form__cont-subtitle {
    display: block;
    text-align: center;
	 margin: 0 0 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.contact-form__cont-box {
    max-width: 640px;
    margin: 0 auto;
    background-color: #06C755;
    padding: 20px;
    border-radius: 20px;
}

.contact-form__cont-content {
    align-self: center;
}

.contact-form__cont-image img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.contact-form__cont-content {
    width: calc(100% - 150px);
    margin: 0 30px 0 0;
}

.tomo__button.style4 {
    background: #EAFF00;
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    padding: 6px 0px;
}

.tomo__button.style4 a {
    color: #06C755;
}

.tomo__button.style4 img {
    margin: 0 0 0 10px;
	width: 16px;
    height: 16px;
    vertical-align: middle;
    padding: 0 0 5px;
}

.message__content {
    margin: 0 0 0 50px;
	width: calc(100% - 380px);
}

.message__image {
    max-width: 330px;
}

.message__subtitle {
    display: block;
    font-weight: 500;
	font-size: 20px;
}

.message__signature-name {
    text-align: right;
	margin: 30px 0;
}

.message__signature-name span {
    font-size: 32px;
    margin: 0 0 0 5px;
}

.company-profile__subcont-tab {
    width: 322px;
    border: 1px solid #1E73BE;
    border-radius: 8px 8px 0 0;
    padding: 15px 10px;
    text-align: center;
	border-width: 1px 1px 0;
	font-size: 20px;
    background-color: #E8F2F9;
    color: #1E73BE;
    font-weight: 700;
	margin: 0 10px;
}

.company-profile__subcont-tab a {
    text-decoration: none;
    color: #1E73BE;
	font-weight: 700;
    font-size: 20px;
}

.company-profile__subcont {
    margin: 50px 0 0;
}

.company-profile__subcont-content {
    background-color: #fff;
    border: 1px solid #1E73BE;
    padding: 20px 40px;
	display: none;
    opacity: 0;
    transform: translateY(10px);
}

.company-profile__subcont-tab:first-child {
    border-width: 1px 1px 0;
}

.company-profile__subcont-tab.active {
    background-color: #1E73BE;
    color: #fff;
    font-weight: 700;
}

.company-profile__subcont-tab.active a {
    color: #fff;
}

.company-profile__subcont-content {
    display: none;
}

.company-profile__subcont-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.company-profile__subcont-tab.active a {
    font-weight: bold;
}

.company-profile tr td {
    border: 1px solid #0A66B2;
    border-width: 1px 0;
    padding: 15px 0;
}

.company-profile {
    border-collapse: collapse;
    width: 100%;
    margin: 50px 0;
}

.company-profile tr td:first-child {
    color: #0A66B2;
    font-weight: 700;
    width: 200px;
}

.company-profile tr td iframe {
    margin: 10px 0;
}

.company-profile tr:last-child {
	margin: 0 0 30px;
}

#company-profile {
    padding: 80px 0;
    background-color: #F4FFF4;
}

.licenses-qualifications__subcont-tab {
    width: 322px;
    border: 1px solid #1E73BE;
    border-radius: 8px 8px 0 0;
    padding: 15px 10px;
    text-align: center;
	border-width: 1px 1px 0;
	font-size: 20px;
    background-color: #E8F2F9;
    color: #1E73BE;
    font-weight: 700;
	margin: 0 10px;
}

.licenses-qualifications__subcont-tab a {
    text-decoration: none;
    color: #1E73BE;
	font-weight: 700;
    font-size: 20px;
}

.licenses-qualifications__subcont {
    margin: 50px 0 0;
}

.licenses-qualifications__subcont-content {
    background-color: #fff;
    border: 1px solid #1E73BE;
    padding: 20px 40px;
	display: none;
    opacity: 0;
    transform: translateY(10px);
}

.licenses-qualifications__subcont-tab:first-child {
    border-width: 1px 1px 0;
}

.licenses-qualifications__subcont-tab.active {
    background-color: #1E73BE;
    color: #fff;
    font-weight: 700;
}

.licenses-qualifications__subcont-tab.active a {
    color: #fff;
}

.licenses-qualifications__subcont-content {
    display: none;
	min-height: 1500px;
}

.licenses-qualifications__subcont-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.licenses-qualifications__subcont-tab.active a {
    font-weight: bold;
}

#licenses-qualifications .tomo-title.style2 {
    margin: 40px 0;
}

.licenses-qualifications__table {
    width: 100%;
    border-collapse: collapse;
	max-width: 900px;
	margin: 0 auto;
}

.licenses-qualifications__table tr td {
    border: 1px solid;
    padding: 15px;
	border-width: 1px 0;
}

.licenses-qualifications__table tr td:first-child {
    font-weight: 700;
    color: #0A66B2;
	max-width: 160px;
}

.licenses-qualifications__table a {
    border: 1px solid #0A66B2;
    max-width: 234px;
    padding: 10px 40px;
    color: #0A66B2;
    font-weight: 700;
    border-radius: 100px;
    background-color: #CCE2F4;
    text-decoration: none;
}

.licenses-qualifications__table img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.tomo-title.style3 {
    font-size: 30px;
    color: #0A66B2;
    text-align: left;
    margin: 40px 0;
    max-width: 900px;
    margin: 40px auto 20px;
}

.licenses-qualifications__table2 {
	width: 100%;border-collapse: 
	collapse;max-width: 900px;
}

.licenses-qualifications__table2 tr td {
    border: 1px solid #0A66B2;
    border-width: 1px 0;
}

.philosophy__desc {
    font-size: 30px;
    text-align: center;
}

#licenses-qualifications {
    padding: 80px 0;
}

.licenses-qualifications__table2-body tr td {
    border: 1px solid #316D2C;
    padding: 10px 15px;
    border-width: 1px 0;
}

.licenses-qualifications__table2-body {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 50px;
}

.licenses-qualifications__subcont-item {
    max-width: 900px;
    margin: 0 auto;
}

.licenses-qualifications__table2-body tr:first-child {
    color: #2F8A3B;
    font-weight: 700;
    text-align: center;
}

.tbl_sphdr {
    display: none;
}

.company-profile__subcont-tab:first-child {
    margin: 0;
}

.licenses-qualifications__subcont-tab:first-child {
    margin: 0 10px 0 0;
}

.philosophy__item img {
    max-width: 230px;
    object-fit: contain;
    margin: 0 30px 0 0;
}

.philosophy__item:last-child img {
    margin: 0;
}

.philosophy__subcont {
    justify-content: center;
}

#looking-partners {
    background-color: #F4FFF4;
    padding: 80px 0;
}

.looking-partners__subcont {
    margin: 50px auto 0;
}

.looking-partners__image img {
    max-width: 433px;
    height: 530px;
    object-fit: cover;
}

.looking-partners__content {
    width: calc(100% - 463px);
    margin: 0 0 0 40px;
	line-height: 28px;
}

#looking-partners .tomo__button.style2 {
    max-width: 256px;
    margin: 40px 0 0 auto;
}

#interview {
    padding: 80px 0;
}

.interview__item-image img {
    max-width: 250px;
}

.interview__item-name {
    display: block;
    font-weight: 700;
    text-align: center;
}

.interview__item-period {
    font-weight: 700;
    display: block;
    text-align: center;
}

.interview__item-content {
    width: calc(100% - 300px);
    margin: 0 0 0 50px;
    position: relative;
}

#interview .faq-container__item {
    margin: 0;
}

#interview .faq-container__subcont {
    margin: 0;
}

.interview__cont {
    margin: 50px auto 0;
}

.interview__item-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    display: block;
    width: 30px;
    height: 30px;
    background: linear-gradient(45deg, #FFF 0%, #FFF 51%, transparent 51%, transparent 100%);
    border: 1px solid #316D2C;
    border-width: 0 0 1px 1px;
    transform: translate(-50%, -50%) rotate(45deg);
}

.interview__item-content {
	margin: 0 0 0 70px;
    border: 1px solid #83C27D;
    padding: 20px;
    max-width: calc(100% - 250px);
    width: 100%;
}

#interview .faq-item_q::before, .faq-item_a::before {
    color: #316D2C;
}

#interview .faq-item_q {
    background: #fff;
    color: #316D2C;
    border: 1px solid #316D2C;
}

#interview .faq-item_q > h5 {
    color: #316D2C;
}

#interview .faq-item.show .faq-item_q::after {
    color: #316D2C;
}

#interview .faq-item_q::after {
    background-image: url(../images/arrow-up-green.png);
}

#interview .faq-item {
    margin: 0 0 20px;
}

.interview__item {
    margin: 0 0 50px;
}

#faq-recruit {
    padding: 80px 0;
    background-color: #F4FFF4;
}

#faq-recruit .faq-item_q {
    background: transparent;
	color: #0A66B2;
	border: 1px solid #0A66B2;
}

#faq-recruit .faq-item_q::before {
    width: 40px;
    height: 40px;
    font-size: 26px;
    background-color: #0A66B2;
    color: #fff;
	border-radius: unset;
}

#faq-recruit .faq-item_a::before {
    width: 40px;
    height: 40px;
    font-size: 26px;
    color: #0A66B2;
	border-radius: unset;
	border: 1px solid #0A66B2;
	background-color: transparent;
}

#faq-recruit .faq-item_q > h5 {
    color: #0A66B2;
}

#faq-recruit .faq-item.show .faq-item_a {
    background-color: transparent;
}

#faq-recruit .faq-item {
    margin: 0 0 20px;
}

#faq-recruit .faq-item.show .faq-item_q::after {
    content: "–";
    transform: rotate(180deg);
    color: rgb(0, 68, 132);
	background-image: none;
}

#faq-recruit .faq-item_q::after {
    background-image: none;
    content: "+";
    position: absolute;
    right: 30px;
    font-weight: bold;
    font-size: 30px;
    transition: 0.5s ease;
	width: unset;
	height: unset;
}

#open-roles {
    padding: 80px 0;
}

.open-roles__desc {
    text-align: center;
    margin: 40px 0;
}

.open-roles__item {
    text-decoration: none;
    color: #316D2C;
    border-radius: 100px;
    border: 1px solid #316D2C;
    width: 200px;
    text-align: center;
    margin: 0 20px 0 0;
    padding: 5px 0;
}

.open-roles__subcont {
    margin: 0 auto;
    max-width: 650px;
}

#job-description {
    padding: 80px 0;
    background-color: #F4FFF4;
}

.job-description__table tr td {
    border: 1px solid #ACACAC;
    padding: 20px;
    background: #fff;
}

.job-description__table {
    border-collapse: collapse;
}

.job-description__table tr td:first-child {
    background-color: #CCE2F4;
    font-weight: 700;
    width: 280px;
    text-align: center;
}

.job-description__table-subtitle {
    font-weight: 700;
    display: block;
	margin: 0 0 15px;
}

.job-description__desc {
    font-weight: 700;
    text-align: center;
    color: #0A66B2;
    margin: 30px 0;
}

.job-description__cont {
    margin: 60px auto;
}

.am-anchor {
    position: relative;
}

.am-anchor > span {
    position: absolute;
    top: -100px;
}

.contact-form__desc {
    text-align: center;
    margin: 30px 0;
}

#interview .faq-item.show .faq-item_q::after {
    content: "";
}

.lower-banner-image img {
    width: 100%;
    object-fit: cover;
	display: block;
}

#activities-sdg {
    padding: 80px 0;
    background-color: #F4FFF4;
}

.activities-sdg__image img {
    max-width: 670px;
    margin: 40px auto 20px;
    text-align: center;
    display: block;
}

.activities-sdg__content {
    max-width: 900px;
    margin: 0 auto;
}

#society-aims {
    padding: 80px 0;
}

.activities-sdg__item {
    margin: 0 30px 0 0;
    width: calc(100% / 2 - 30px);
}

.activities-sdg__item iframe {
    width: 100%;
    height: 365px;
}

.activities-sdg__cont {
    margin: 50px auto;
	justify-content: center;
}

.activities-sdg__item img, 
.activities-sdg__item iframe {
	border-radius: 10px;
}

.activities-sdg__item:last-child {
    margin: 0;
}

.activity-report__cont {
    margin: 50px auto;
    justify-content: center;
}

.activity-report__item {
/*     width: calc(100% / 2 - 30px); */
	width: 400px;
    margin: 0 30px 0 0;
	text-decoration: none;
    color: #000;
}

.activity-report__item:last-child {
    margin: 0;
}

.activity-report__date {
    display: block;
    color: #316D2C;
    font-weight: 700;
}

.activity-report__title {
    display: block;
    font-weight: 700;
	min-height: 30px;
}

.activity-report__desc {
    line-height: 20px;
    display: block;
}

#activity-report .tomo__button.style2 {
    max-width: 240px;
}

.certification-registration__item-image {
    border-color: rgb(217, 217, 217, 0.2);
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.1);
}

.certification-registration__item {
    width: calc(90% / 3 - 30px);
    margin: 0 30px 0 0;
	min-height: 380px;
}

.certification-registration__item-image img {
    max-width: 191px;
    object-fit: contain;
    height: 144px;
    padding: 20px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.certification-registration__item:nth-child(3n) {
    margin: 0;
}

.certification-registration__cont {
    justify-content: space-between;
	margin: 50px auto 0;
}

.certification-registration__title {
    color: #0A66B2;
    display: block;
    font-weight: 700;
    margin: 10px 0 0;
}

#certification-registration {
    padding: 80px 0;
}

#affiliated-organizations {
    padding: 80px 0;
    background-color: #F4FFF4;
}

.affiliated-organizations__cont {
    margin: 50px auto 0;
    max-width: 980px;
    border: 1px solid #0A66B2;
    border-width: 1px 0;
    padding: 20px;
}

.affiliated-organizations__item-title {
    margin: 0 30px 0 0;
    width: 300px;
}

.affiliated-organizations__item-desc {
    width: calc(100% - 300px);
}

.affiliated-organizations__item {
    margin: 0 0 15px;
}

#contributing-recycles {
    padding: 80px 0;
}

.contributing-recycles__cont {
    margin: 50px auto 0;
}

.contributing-recycles__item-cont {
    max-width: 710px;
    margin: 50px auto;
}

.contributing-recycles__item, .contributing-community__item {
    margin: 0 30px 0 0;
}

.contributing-recycles__item:last-child, .contributing-community__item:last-child, img {
    margin: 0;
}

.contributing-recycles__item img, .contributing-community__item img {
    max-width: 120px;
}

.contributing-recycles__subcont-content {
    max-width: 600px;
    margin: 0 40px 0 0;
}

.contributing-recycles__subcont-video iframe {
    width: 550px;
    height: 315px;
    object-fit: contain;
}

.contributing-recycles__content-subtitle {
    display: block;
    color: #0A66B2;
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0;
}

#comfortable-rewarding {
    padding: 80px 0;
    background-color: #F4FFF4;
}

.comfortable-rewarding__item-cont, .contributing-community__item-cont {
    max-width: 520px;
    margin: 50px auto;
}

.comfortable-rewarding__item {
    margin: 0 20px 0 0;
    max-width: 120px;
}

.comfortable-rewarding__item:last-child {
    margin: 0;
}

.contributing-recycles__subcont-image{
    max-width: 550px;
}

.contributing-recycles__subcont-cont {
    width: calc(100% - 580px);
    margin: 0 0 0 30px;
}

.comfortable-rewarding__content-subtitle {
    font-weight: 700;
    display: block;
    font-size: 20px;
    color: #0A66B2;
    margin: 20px 0 0;
}

#contributing-community {
    padding: 80px 0;
}

.contributing-community__content-subtitle {
    display: block;
    font-weight: 700;
    color: #0A66B2;
    font-size: 20px;
    margin: 30px 0 0;
}

.contributing-community__subcont-content {
    margin: 0 40px 0 0;
	max-width: 600px;
}

.topics__cont {
    margin: 80px auto;
}

.topics__cont-image {
    max-width: 300px;
}

.topics__cont-content {
    max-width: 480px;
    margin: 0 0 0 30px;
}

.topics__cont-desc {
    display: block;
}

.topics__cont-subtitle {
    font-size: 24px;
    font-weight: 700;
}

.topics__cont-date {
    margin: 0 15px 0 0;
}

.topics__cont-category {
    font-weight: 500;
}

.topics__sidebar {
    margin: 0 0 0 40px;
	width: 350px;
}

.topics__cont-item {
    width: calc(100% - 350px);
}

.wp-block-heading {
    background-color: #0A66B2;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    padding: 10px 0 10px 10px;
    width: 100%;
}

.wp-block-categories-list.wp-block-categories li {
    list-style: none;
    padding: 0;
    text-decoration: none;
}

.wp-block-categories-list.wp-block-categories {
    padding: 0;
}

.wp-block-categories-list.wp-block-categories li a {
    text-decoration: none;
    color: #000;
    line-height: 40px;
}

.ii-pgnavi__btn.ii-pgnavi__current {
	background: #0A66B2;
	color: #FFF;
	cursor: revert;
}

.ii-pgnavi__btn {
	background-color: #0A66B2;
	padding: 10px 14.79px;
	color: #fff;
	font-weight: 500;
	border: 1px solid #0A66B2;
	margin: 0 5px;
	cursor: pointer;
	font-size: 16px;
}

.ii-pgnavi__btn i {
	background-color: #fff;
	color: #0A66B2;
	margin: 0 0 0 8px;
}

button.ii-pgnavi__btn.next {
	background-color: #fff;
	padding: 10px 12.79px;
	color: #0A66B2;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #0A66B2;
	
}

button.ii-pgnavi__btn.previous {
	background-color: #fff;
	padding: 12px 13.79px;
	padding: 10px 12.79px;
	color: #0A66B2;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #0A66B2;
}

.sect-news__pagenavi{
	text-align: center;
	margin: 50px auto 0;
}

.sect-news__pagenavi .btn-style-1 {
	text-decoration: unset;
	display: inline-block;
	margin: 0 10px;
	width: 150px;
	position: relative;
}

.sect-news__pagenavi .btn-style-1 {
	text-decoration: unset;
	display: inline-block;
	margin: 0 10px;
	width: 150px;
	position: relative;
	background: linear-gradient(90deg, #3F8837 0%, #8FDF86 100%);
}

.previous i.fa.fa-chevron-left {
    margin: 0 8px 0 0;
}

.topics__cont-category a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.topics__cont-subitem {
    margin: 0 0 30px;
}

.topics__cont-image img {
    object-fit: contain;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.topics__cont-content a {
    text-decoration: none;
    color: #000;
}

.single__icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    vertical-align: middle;
    padding: 0 0 5px;
    margin: 0 5px 0 0;
}

.single__image {
    width: 100%;
    margin: 30px 0;
}

.single-heading1 {
    background-color: #0A66B2;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    padding: 10px 0 10px 15px;
    margin: 30px 0;
}

.single-heading2 {
    border: 1px solid #0A66B2;
    border-width: 0 0 0 8px;
    background-color: #CCE2F4;
    padding: 10px 0 10px 15px;
    font-size: 20px;
    font-weight: 700;
}

.single-heading3 {
    font-weight: 700;
    font-size: 18px;
}

.list1__item img {
    margin: 0 5px 0 0;
}

.list-1 {
    margin: 20px 0;
}

.list2__number {
    width: 24px;
    height: 24px;
    background-color: #0A66B2;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 1.4;
    margin: 0 10px 0 0;
    border-radius: 50px;
}

.workflow__subcont-item-content-desc {
}

.services__cont-desc {
}

button.slider-navi__pause.dl-playvid {
    border: none;
    background-color: transparent;
}

#topic .blog-item__pix.blog-image {
    min-height: 200px;
    object-fit: cover;
	width: 100%;
}

#thanks {
    padding: 80px 0;
}

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

.our-strengths__cont-item a {
    color: #000;
    text-decoration: none;
}

.clients-voices__item img {
    border: 1px solid #eee;
}

.clients-voices__item {
    text-decoration: none;
    color: #000;
}

.bnr__cont video {
    display: block;
    margin: -8px 0 0;
	 width: 100%;
    object-fit: cover;
}

.services-button__button {
    text-decoration: none;
}

#company-profile .tomo-title.style2 {
    margin: 50px 0 0;
}

#activity-report .sect-blog__item-img {
    height: 210px;
    object-fit: cover;
	width: 100%;
}

.top-br-only {
	display: none;
}

.hdr__navi-button {
    text-decoration: none;
    color: #fff;
}

.news__item {
    text-decoration: none;
    color: #000;
}

.single-post__image img {
    width: 100%;
    height: auto;
    max-width: 500px;
    max-height: 500px;
    object-fit: cover;
}

.single-post__image {
    margin: 30px 0 0;
}

.single-post__content h1 {
    background-color: #0A66B2;
    color: #fff;
    font-size: 24px;
    padding: 10px 0 10px 15px;
}

.single-post__content h1:after {
    content: "";
    border-bottom: 1px solid #0A66B2;
    padding: 0 0 5px;
    position: absolute;
}

.single-post__content h1 {
    position: relative;
}

.single-post__content h2 {
    background-color: #CCE2F4;
    font-weight: 700;
    padding: 10px 0 10px 15px;
    border-left: 8px solid #0A66B2;
    font-size: 20px;
}

.single-post__content h3 {
   	content: "";
    background: url(../images/check.png) no-repeat left transparent;
    padding-left: 35px;
    background-size: 30px 25px;
    object-fit: cover;
    background-repeat: no-repeat;
}

.single-post__content ul li {
   	content: "";
    background: url(../images/arrow-back.png) no-repeat left transparent;
    padding-left: 30px;
	list-style: none;
    margin: 0 0 10px;
}

.single-post__content ul {
	padding: 0;
}

.single-post__content ol li::marker {
    content: "";
}

.single-post__content  ol {
    counter-reset: ts-numlist;
    list-style: none;
	position: relative;
	padding: 0;
}

.single-post__content  ol li {
  	counter-increment: ts-numlist;
	padding: 0 0 0 40px;
	margin: 0 0 10px;
}

.single-post__content ol li::before {
  content: counter(ts-numlist);
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  background: #0a66b2;
  color: #FFF;
  text-align: center;
  line-height: 1.9;
}

.strong-taste__item-image img {
    width: 550px;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
}

.strong-taste__item-image img {
    height: 250px;
}

.recruitment-information__item img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.contributing-community_subcont-image iframe {
    width: 550px;
    height: 350px;
    object-fit: contain;
}

.commitment-sustainability__cont-item iframe {
    width: 100%;
    height: 24vw;
    max-height: 300px;
}

.activities-sdg__item iframe {
	width: 100%;
    height: 24vw;
    max-height: 300px;
}

.licenses-qualifications__subcont-desc {
    text-align: center;
    margin: 40px 0;
}