@charset "utf-8";
/*
Theme Name: positive.tokyo
*/

.p-top-about-bg-animate {
	position: relative;
	margin-bottom: 100px;
}

.animate-run_stage {
    position: relative;
    width: 100%;
    top: 0px;
    height: 44px;
    display: block;
}

.animate-run_wrap {
    display: block;
    position: absolute;
    top: 20px;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    margin-right: -25px;
}

.animate-run_wrap[data-order="right"] {
    -webkit-animation-name: GoRight;
    animation-name: GoRight;
}

.animate-run_wrap[data-order="left"] {
    -webkit-animation-name: GoLeft;
    animation-name: GoLeft;
}

.animate-run_item.anime {
    -webkit-animation-name: upDown;
    animation-name: upDown;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: steps(2);
    animation-timing-function: steps(2);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

[data-order="right"] > .animate-run_item {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.deer {
    width: 45px;
    height: 25px;
    border-radius: 10px;
    background-image: url("common/images/item35.svg");
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: relative;
	z-index: 1;
}

.wildboar {
    width: 45px;
    height: 25px;
    border-radius: 10px;
    background-image: url("common/images/item36.svg");
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: relative;
	z-index: 1;
}

@-webkit-keyframes GoLeft {
  0% {
    right: 10%;
  }
  100% {
    right: 90%;
  }
}

@keyframes GoLeft {
  0% {
    right: 10%;
  }
  100% {
    right: 90%;
  }
}

@-webkit-keyframes GoRight {
  0% {
    right: 90%;
  }
  100% {
    right: 10%;
  }
}

@keyframes GoRight {
  0% {
    right: 90%;
  }
  100% {
    right: 10%;
  }
}

@-webkit-keyframes upDown {
  0% {
    top: 0;
  }
  100% {
    top: 3px;
  }
}

@keyframes upDown {
  0% {
    top: 0;
  }
  100% {
    top: 3px;
  }
}

.animate-run_stage {
	background-image: url("common/images/アセット 12.svg");
	z-index: 2;
	position: relative;
}

/* */
html {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 200%;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", 'Noto Serif', "HGS明朝E", "HG明朝E", "メイリオ", Meiryo, serif;
	color: #333;
}

*,::before,::after {
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	position: relative;
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: top;
	object-fit: cover;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover,
a:hover img {
	opacity: 0.75;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #333;
}

figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

p {
	margin: 0 0 20px 0;
	line-height: 200%;
}

h1,h2,h3,h4 {
	letter-spacing: 0.2rem;
	line-height: 200%;
	margin: 0 0 20px 0;
}

h1 {
	font-size: 1.6rem;
}

h2 {
	font-size: 1.4rem;
}

h3 {
	font-size: 1.2rem;
}

article {
	padding: 0 0 10%;
}

table {
    border-collapse: collapse;
}

.sp {
	display: none !important;
}

.mgb5 {
	margin-bottom: 5% !important;
}

.mgb7 {
	margin-bottom: 7% !important;
}

.minwidth {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.maxwidth {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.maxwidth1920 {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.mgb10 {
	margin-bottom: 10%;
}

.top_service_title figure img, .top_profile figure img, .wildlife-damagewrap figure img, .menu_visual img, .servicebox img {
    transition-duration: .8s !important;
    transition-timing-function: ease-out !important;
}



.btn {
	background: #fff;
	color: #ff701e;
	overflow: hidden;
	position: relative;
	transition-duration: .4s;
	z-index: 2;
	width: 150px;
	margin: 0 auto;
	text-align: center;
}

.btn::after {
	background: #ff701e;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .5s, transform 0s;
	transition-delay: 0s, .4s;
}
 
.btn:hover {
	color: #fff;
}

.btn:hover::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: opacity .8s, transform .6s ease-in-out;
}

.btn a {
    display: block;
    width: 100%;
}

header {
	display: none;
}

header .maxwidth1920 {
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.mainvisual {
	position: relative;
	overflow: hidden;
	padding: 0;
}

.globalnavi > ul {
	display: flex;
	align-items: center;
}

.h_logo {
	margin: 0;
	width: 135px;
}

.sub-menu {
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

.sub-menu.hoverd {
	visibility: visible;
	opacity: 1;
}

.globalnavi__item .sub-menu.hovered {
	visibility: visible;
	opacity: 1;
}

.globalnavi__item {
	padding: 0 10px;
	box-sizing: border-box;
    text-align: center;
	position: relative;
}

header .globalnavi__item::before {
	content: "";
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

header .globalnavi__item:nth-of-type(1)::before {
	background-image: url("common/images/purpose.svg");
}

header .globalnavi__item:nth-of-type(2)::before {
	background-image: url("common/images/handshake.svg");
}
header .globalnavi__item:nth-of-type(3)::before {
	background-image: url("common/images/profile.svg");
}
header .globalnavi__item:nth-of-type(4)::before {
	background-image: url("common/images/news.svg");
}
header .globalnavi__item:nth-of-type(5)::before {
	background-image: url("common/images/mail.svg");
}

.globalnavi__item a {
	font-weight: bold;
}

.toggle-icon,
.globalnavi__hamburger,
.globalnavi__background {
	display: none;
}

footer {
	background-color: #f2f2f2;
}

.f_nav {
	padding: 5% 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.f_logowrap {
	width: 50%;
}

.f_logowrap .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
	flex-grow: inherit;
	flex-basis: inherit !important;
	width: 34px;
}

.f_logowrap li:nth-of-type(2) {
	width: 100px;
	margin: 30px auto 0;
}

.f_logo {
	width: 150px;
	margin: 0 auto;
	text-align: center;
}

.f_globalnavi {
	width: 50%;
}

.f_globalnavi ul {
	width: 250px;
	margin: 0 auto;
}

.f_logo a {
	display: block;
	margin: 0 0 0 auto;
}

.f_globalnavi ul li {
	border: none !important;
	width: fit-content;
	padding: 0 10px;
}

.copyright {
	background-color: #A61017;
}

.copyright .maxwidth {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.copyright p,
.copyright small {
	margin: 0;
	color: #fff;
}

.mainvisual .hidden_img {
	overflow: hidden;
	position: relative;
	z-index: -1;
}

.mainvisual img,
.contents_visual img {
	aspect-ratio: 2 / 1;
	height: 87vh;
    max-height: 700px;
	min-width: 500px;
}

.mainvisual h2.cssanimation {
	position: absolute;
	bottom: 100px;
	left: 30px;
	font-size: clamp(2rem, 1.8rem + 1vw, 3rem);
    color: #fff;
	text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
	-webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	line-height: 1;
}

.mainvisual h2.cssanimation span {
	-webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

leFadeIn span { animation-name: leFadeIn }
@keyframes leFadeIn {
    from { opacity: 0 }
    to { opacity: 1 }
}

.zoomIn { animation-name: zoomIn }
@keyframes zoomIn {
    from {
        transform: scale(1.2);
        opacity: 0;
    }
}

.js_trigger {
	opacity: 0;
	transition: all 1.4s; 
}

.fadein_up {
	opacity: 1;
}

.mainvisual h2.second {
	position: absolute;
	bottom: 30px;
	right: 80px;
	font-size: clamp(2rem, 1.8rem + 1vw, 3rem);
    color: #fff;
	text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
	text-align: left;
}

.top_info {
	padding: 100px 0;
	background-color: #F2F2F2;
}

.top_info .minwidth {
	background-color: #fff;
	padding: 30px;
}

.news__wrap--contents {
	width: 65%;
}

.topnews__wrap--contentstext div {
	display: flex;
	align-items: center;
}

.topnews__wrap--contentstext div p {
	margin: 0 0 0 20px;
}

#news .wp-block-latest-posts.wp-block-latest-posts__list li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

#news .wp-block-latest-posts.wp-block-latest-posts__list li a {
	order: 2;
	padding-left: 30px;
}

.wp-block-button__link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin: 0 auto;
    padding: .9em 3em .9em 2em;
    border: 0 !important;
    border-radius: 5px;
    background-color: #fff !important;
    color: #000000 !important;
    font-size: 1em;
}

.wp-block-button__link::after {
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    transform-origin: left;
    width: 90%;
    height: .5em;
    background-color: #000000;
    clip-path: polygon(0 100%, 100% 100%, 90% 10%, 90% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
    bottom: 0;
    margin: auto;
    right: 0;
}

.wp-block-button__link:hover::after {
    transform: translateY(-50%) scaleX(1.1);
}

.top_info h2 {
	margin: 0 67px 30px auto;
}

.top_info .btn {
	margin: 0 30px 0 auto;
}

.top_message .maxwidth {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}

.top_message {
	padding: 5% 0;
	background-color: #F3F3F2;
}

.top_message > h2,
.top_message p {
	text-align: center;
}

.top_service {
	padding: 100px 0 0;
}

.top_service_list {
	display: flex !important;
	margin-bottom: 10%;
	gap: 0 !important;
}

.top_service_list .top_service_listbox {
	width: 33.3333333333333333333333%;
	position: relative;
}

.top_service_listbox figcaption {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgb(255,255,255,0.5);
	text-align: center;
	padding: 10px 0;
	margin: 0;
}

.top h2 {
	text-align: center;
	margin: 0 auto 30px !important;
}

.top_service_box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap :20px;
}

.top_service_box figure,
.top_service_box p {
	width: 50%;
}

.top_service_points_p {
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 1.3rem;
}

.top_service_points h3 {
	text-align: center;
	color: #333;
	margin: 0;
}

.top_service_pointsbox p {
	margin: 0;
}

.top_service_pointsbox figure img {
	aspect-ratio: 3 / 2;
}

.top_service_points {
	padding: 50px 5%;
	margin: 50px 0 10% 0;
	background-image: linear-gradient(90deg, rgba(130, 174, 50, 1), rgba(0, 96, 54, 1));
	position: relative;
}

.top_service_points::before {
	content: "";
	display: block;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.6;
}

#birdsandbeastslinks .top_service_points::before {
	background-image: url("common/images/item36.svg");
	top: -60px;
	right: 5%;
	width: 100px;
	height: 60px;
}

#factorylinks .top_service_points::before {
	background-image: url("common/images/item34.svg");
	top: -116px;
	right: 5%;
	width: 100px;
	height: 117px;
}

#jerkylinks .top_service_points::before {
	background-image: url("common/images/item6.svg");
	top: -73px;
	right: 5%;
	width: 100px;
	height: 73px;
}

.top_service_points p {
	margin-bottom: 30px;
}

.top_service_pointswrap {
	display: flex;
	justify-content: center;
	gap: 5%;
}

.top_service_pointsbox {
	width: 30%;
	padding: 10px;
	background-color: #fff;
	flex-grow: inherit !important;
    flex-basis: inherit !important;
}

#jerkylinks .top_service_points {
	margin-bottom: 0;
}

.top_profile {
	background-color: #fff;
	padding: 10% 0;
}

.top_profile h2 {
	text-align: center;
}

.top_profile .maxwidth {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.top_profile .maxwidth:nth-of-type(1) {
	margin-bottom: 30px;
}

.wp-block-media-text>.wp-block-media-text__content {
	padding: 0 !important;
}

.top_profile h2 {
	margin: 0 0 auto 0;
}

.top_profile_text h2 {
	text-align: left;
}

.top_profile_text2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%
}

.top_profile_textbox {
	width: 20%;
	font-size: 0.8rem;
}

.top_profile_textbox p {
	margin: 0;
}

.top_profile_textbox ul li {
	position: relative;
	padding-left: 20px;
}

.top_profile_textbox ul li::before {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background-color: #333;
	position: absolute;
	top: 50%;
	left: 0;
}

/* sidebar */
.sidebar {
	width: 250px;
	padding-top: 0 !important;
}

.sidebar h3 {
	margin: 0;
}

.sidebar_menu > li {
	margin-bottom: 20px;
}

.sidebar_menu h3 {
	font-size: 1.2rem;
	margin: 0 0 10px 0;
	padding-left: 15px;
	background-color: #f4f4f4;
	border-left: 5px solid rgba(0, 96, 54, 1);
}

.sidebar_menu {
	margin-top: 0;
}

/* contents */
.menu_visual {
	position: relative;
	padding: 0;
}

.menu_visual figure {
	aspect-ratio: 16 / 9;
    max-height: 700px;
    min-height: 500px;
    object-fit: none;
    width: 100%;
}

.menu_visual .maxwidth1920 {
	position: relative;
}

.menu_visual h2 {
	text-align: center;
}

.contents_title {
	text-align: center;
	margin: 0 auto;
	color: #B48E3A;
	font-size: clamp(1.6rem, 1.32rem + 1.4vw, 3rem);
}

.contents article {
	padding-bottom: 5%;
}

.contents .pagetitle {
	margin: 0;
}

.contents .wp-block-button__link {
	background-color: initial;
	border-radius: initial;
	font-size: 1rem;
}

.contentswrap h2 {
	font-size: 2rem;
	position: relative;
}

.en {
	z-index: -1;
    position: absolute;
    top: -20px;
    left: 100px;
    color: #BADCAD;
    font-size: 2rem
}


/* post */	
.singlewrap {
	padding-top: 5% !important;
}

.informationwrap,
.archivewrap,
.singlewrap,
.categorywrap {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	padding: 0 15px;
}

.informationwrap,
.archivewrap {
	padding-top: 5%;
}

.informationwrap .news__wrap--contents {
	width: 100%;
}

.news__wrap--matchbox {
	border-bottom: 1px solid #333;
	display: block;
	margin: 0 0 25px 0;
}

.news__wrap--matchbox p {
	margin: 0;
}

.news__category {
	margin: 0 10px;
	padding: 0 10px;
	display: inline-block;
}

.pagination {
	margin-top: 10%;
}

.page-numbers {
	display: flex;
    justify-content: center;
    align-items: center;
}

.page-numbers li {
	text-align: center;
	width: 40px;
	height: 40px;
}

.page-numbers li span,
.page-numbers li a {
	width: 100%;
	height: 100%;
	display: flex;
}

.page-numbers li .current {
	background-color: #fff;
    color: #B48E3A;
    font-weight: 600;
}

.page-numbers li:hover {
	background-color: #cccccc;
}

/* privacypolicy */
.privacypolicy p {
    margin-top: 0;
}

.privacypolicy ol {
    text-align: left;
    margin-top: 0;
}

.wp-block-media-text {
	gap: 30px !important;
}

/* contact */
.top_contact {
	padding: 100px 0 0;
}

:where(button, input, textarea, optgroup, select) {
	appearance: none;
	background-color: transparent;
	border-radius: unset;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	vertical-align: middle;
}

:where(textarea) {
	field-sizing: content;
	resize: block;
}

:where(button, [type="button"], [type="submit"], [type="reset"]) {
	text-align: center;
	user-select: none;
	touch-action: manipulation;
	border: 0;
}


:where(button, input, textarea, select):focus-visible {
	outline: 2px solid #005FCC;
	outline-offset: -2px;
}

:where(button,
input[type=button],
input[type=submit],
input[type=reset])[disabled] {
	cursor: not-allowed;
}

.bl_form_group:not(:first-of-type),
.bl_formConfirm_txt+.bl_form_group {
  margin-block-start: 1.5em;
}

.bl_form_group fieldset {
  display: contents;
}

.bl_form_control {
	margin-block-start: 0.5em;
	width: calc(100% - 100px);
}

.bl_formConfirm .bl_form_control {
	margin-block-start: 0.5em;
	width: 100%;
	border: 1px solid #cccccc;
    padding: 0 0 0 10px;
    line-height: 1;
    margin: 0;
}

.bl_form_group > p {
	width: 250px;
}

.bl_form_label {
  align-items: center;
  display: inline-grid;
  gap: 0.6em;
  grid-template-columns: 1fr auto;
}

.bl_form_required {
  background-color: red;
  color: #FFF;
  display: inline-block;
  font-weight: 700;
  list-style: 1;
  padding: 5px;
}

.bl_form :is(input[type=text], input[type=email], input[type=tel], textarea, select) {
  background-color: #FFF;
  border: 2px solid #DDD;
  padding-inline: 0.3em;
}

.bl_form :is(input[type=text], input[type=email], input[type=tel], textarea) {
  inline-size: 100%;
}

.bl_form :is(input[type=text], input[type=email], input[type=tel], textarea)::placeholder {
  color: #C5C5C5;
}
.bl_form textarea {
  min-block-size: 5lh;
}

.bl_form .wpcf7-list-item {
  margin: unset;
}
.bl_form_radio,
.bl_form_checkbox {
  display: inline-grid;
  gap: 0.5em 2em;
}

.bl_form :is(input[type=radio], input[type=checkbox], input[type=checkbox]) {
  background-color: #FFF;
  block-size: 18px;
  border: 2px solid #DDD;
  inline-size: 18px;
  margin-block-end: 3px;
  position: relative;
}
.bl_form input[type=radio] {
  border-radius: 50%;
}

.bl_form label:has(:where(input[type=radio], input[type=checkbox]):focus-visible) {
  outline: 2px solid #005FCC;
  outline-offset: 2px;
}

.bl_form :where(input[type=radio], input[type=checkbox]):checked::before {
  content: "";
  inset-block-start: 2px;
  inset-inline-start: 2px;
  position: absolute;
}

.bl_form :where(input[type=radio]):checked::before {
  background-color: #37952F;
  block-size: 10px;
  border-radius: 50%;
  inline-size: 10px;
}

.bl_form :where(input[type=checkbox]):checked::before {
  block-size: 6px;
  border-block-end: 2px solid #37952F;
  border-inline-start: 2px solid #37952F;
  inline-size: 10px;
  rotate: -50deg;
}

.bl_form_consent {
  border: 2px solid #DDD;
  margin-block-start: 2.5rem;
  padding-block: 1em;
  padding-inline: 1.3em;
  text-align: center;
}
.bl_form_consent_desc_link {
  color: #0000EE;
  text-decoration: underline;
}

.bl_form_btn {
  display: flex;
  gap: 2em;
  justify-content: center;
  margin-block-start: 2.5rem;
}

.bl_form_confirm[disabled] {
  background-color: #CCC;
	border: 0;
}

.bl_form_confirm,
.bl_form_submit {
  background-color: #37952F;
  color: #FFF;
  inline-size: min(100%, 10em);
  padding-block: 0.5em;
  padding-inline: 1em;
	width: 200px;
	cursor: pointer;
}

input[disabled] {
	cursor: not-allowed;
}

.bl_form_btn p {
	display: flex;
	gap: 50px;
}

.bl_form_back {
  text-decoration: underline;
	cursor: pointer;
}

.bl_formConfirm,
.wpcf7-response-output,
.bl_formConfirm .wpcf7-spinner {
  display: none;
}

.bl_formThanks_ttl,
.bl_formThanks_txt {
  text-align: center;
}
.bl_formThanks_ttl {
  font-size: 24px;
  font-weight: 700;
}
.bl_formThanks_txt {
  margin-block-start: 1em;
}

.ly_form {
	margin-bottom: 100px !important;
}

@media (min-width: 768px) {
  .bl_form_group {
    align-items: start;
    display: flex;
    gap: 50px;
  }
  .bl_form_label {
    margin-block-start: 0.5em;
  }
  .bl_form_radio,
  .bl_form_checkbox {
    grid-auto-flow: column;
  }
}

.bl_confirm_message {
	white-space: pre-wrap;
}

.bl_form_hidden {
    display: none;
}


.privacypolicy_wrap label {
	display: flex;
	justify-content: center;
	align-items: center;
}

.privacypolicy_wrap input {
	width: auto !important;
}

.privacypolicy_wrap a {
	color: blue;
}

.checkbox01 {
	display: inline-block;
    margin-right: 8px;
    accent-color: #FDC7E1;
}

.wpcf7-spinner {
	display: none !important;
}

.error_url {
	word-break: break-all;
}

@media screen and (max-width: 1920px) and (min-width: 1px) {
	.maxwidth1920 {
		max-width: inherit;
		width: 100%;
	}
}

@media screen and (max-width: 1200px) and (min-width: 1px) {
	.maxwidth {
		max-width: inherit;
		width: 90%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 781px) and (min-width: 1px) {
	.top_service_pointsbox {
		margin-bottom: 30px !important;
	}

	#news .wp-block-latest-posts.wp-block-latest-posts__list li {
		flex-wrap: wrap;
	}

	#news .wp-block-latest-posts.wp-block-latest-posts__list li a {
		padding-left: 0;
		width: 100%;
	}

	.top_info .minwidth {
		padding: 10px;
	}

	.minwidth {
		width: calc(100% - 30px);
		margin: 0 auto;
	}


}

@media screen and (max-width: 768px) and (min-width: 1px) {
	article {
		padding: 50px 0;
	}
	
	.maxwidth.widthover {
		width: 100% !important;
	}
	
	.maxwidth.widthover h3,
	.maxwidth.widthover p {
		width: 90%;
		margin: 0 auto;
	}
	
	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	.none .globalnavi {
		transition: none;
	}
	
	.globalnavi {
		pointer-events: none;
		opacity: 0;
		width: 100%;
		z-index: 1000;
		overflow: auto;
		transition: 0.5s;
		padding: 70px 0 0;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
        height: 100vh;
	}
	
	.globalnavi .sp {
		margin: 0 auto 30px;
	}
	
	.active .globalnavi {
		pointer-events: auto;
		opacity: 1;
	}
	
	.globalnavi__hamburger {
		position: fixed;
		right: 18px;
		top: 12.5px;
		width: 45px;
		height: 45px;
		cursor: pointer;
		z-index: 2000;
		display: block;
	}
	
	.globalnavi__hamburger .globalnavi__hamburger--line {
		display: block;
		position: absolute;
		width: 35px;
		border-bottom: solid 4px #333;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 6px;
		border-radius: 10px;
	}
	
	.active .globalnavi__hamburger span:nth-child(1) {
		top: 18px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-bottom: solid 3px #333;
	}
	
	.active .globalnavi__hamburger span:nth-child(2), 
	.active .globalnavi__hamburger span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		border-bottom: solid 3px #333;
	}
	
	body.active {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        overflow: hidden;
    }
	
	.h_logo figure {
		width: 300px;
		height: auto;
		margin: 0 auto;
}
	
	.globalnavi__hamburger span:nth-child(1) {
		top: 9px;
	}
	
	.globalnavi__hamburger span:nth-child(2) {
		top: 20px;
	}
	
	.globalnavi__hamburger span:nth-child(3) {
		top: 31px;
	}
	
	.globalnavi__hamburger--open {
		opacity: 1;
		transition: 1s;
		position: absolute;
		left: 3px;
		font-size: 14px;
		top: 30px;
	}
	
	.active .globalnavi__hamburger--open,
	.globalnavi__hamburger--close {
		opacity: 0;
	}
	
	.active .globalnavi__hamburger--close {
		opacity: 1;
		transition: 1s;
		position: absolute;
		left: 5px;
		font-size: 14px;
		top: 30px;
	}
	
	.active .overlay {
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0.5);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
	}
	
	.globalnavi ul {
		display: block;
		margin: 0 auto;
		height: initial;
	}
	
	header {
		justify-content: left;
	}
	
	.globalnavi__item {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		position: relative;
		padding: 0;
		height: auto;
		border: none;
		border-bottom: 1px solid #ddd;
		text-align: center;
	}
	
	.globalnavi__item:nth-of-type(1) {
		border-top: 1px solid #ddd;
	}
	
	.globalnavi__item a {
		display: inline-block;
		color: #333;
		padding: 10px 0;
		width: 100%;
	}

	.sub-menu {
		visibility: inherit;
		transition: none;
		opacity: 1;
		display: none;
		padding-top: 0 !important;
		width: 100% !important;
		position: inherit;
		left: 0;
		background-color: #fff;
	}
	
	.sub-menu li {
		position: relative;
		padding: 0 !important;
		width: 50%;
		margin: 0 auto;
		text-align: left;
		border-bottom: 5px solid #f0f0f0;
		background-color: #fff;
	}
	
	.sub-menu li:nth-last-of-type(1) {
		border-bottom: 5px solid #f0f0f0;
	}
	
	.sub-menu a {
		width: 100%;
		display: block;
		padding-left: 10px;
	}
	
	.globalnavi__item.on {
		background-color: #f0f0f0;
		border-bottom: none;
	}
	
	.on .sub-menu {
		background-color: #f0f0f0;
	}
	
	.toggle-icon .fa-minus {
		display: none;
	}
	
	.toggle-icon i {
		width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
	}
	.toggle-icon .fa-plus::before,
	.toggle-icon .fa-minus::before {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.toggle-icon.active .fa-plus {
		display: none;
	}
	
	.toggle-icon.active .fa-minus {
		display: block;
	}
	
	.globalnavi .logo {
		margin: 10px auto 0 !important;
		width: 150px;
		height: initial;
	}
	
	.globalnavi__toggle a {
		display: inline-block;
		color: #333;
	}
	
	.sub-menu li:nth-of-type(1)::before {
		display: none;
	}
	
	.globalnavi__item a::after {
		display: none;
	}
	
	.topnews__wrap--contentstext a div {
		display: block;
	}
	
	.f_globalnavi ul {
		flex-wrap: wrap;
	}
	
	.mainvisual .hidden_img img,
	.mainvisual .hidden_img {
		height: 80vh;
		min-height: 380px;
		max-height: 600px;
		aspect-ratio: initial;
	}
	
	.top_info_wrap {
		display: block;
	}
	
	.top_info h2 {
		margin: 0 auto 0 0;
	}
	
	.top_info_title {
		width: 100%;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	
	.top_info .btn {
		margin: 0 auto 0 0;
	}
	
	.top_info_title::after {
		width: 100%;
		height: 1px;
		top: initial;
		right: 0;
		bottom: 0;
	}
	
	.topnews__wrap--contentstext div p {
		margin: 0;
	}
	
	.f_nav {
		width: calc(100% - 30px);
		display: block;
		padding: 5% 0;
		margin: 0 auto;
	}
	
	.f_globalnavi ul,
	.f_globalnavi {
		width: 100%;
		text-align: left;
	}
	
	/* contents */
	.contents h2 {
		font-size: 1.2rem;
	}
	
	.contents h2::before {
		height: 30px;
	}

	.menu_visual figure {
		    aspect-ratio: none;
			max-height: inherit;
			min-height: inherit;
			object-fit: none;
			width: 100%;
	}
	
	/* post */
	.informationwrap,
	.archivewrap,
	.singlewrap,
	.categorywrap {
		display: block;
	}
	
	table td, table th {
		width: 100% !important;
		display: block;
	}
	
	.sidebar {
		width: 100%;
		margin: 30px auto 0;
	}
	
	.privacypolicy .wp-block-group__inner-container ol ol {
        padding-left: 10px !important;
    }
	
	.privacypolicy .wp-block-group__inner-container > ol {
        padding-left: 10px !important;
    }
	
	.f_logo {
		width: 200px;
	}
	
	.f_logo a {
		margin: 0 auto;
	}

	.top_company_text table {
		width: 100%;
	}
	
	.top_service_box,
	.top_profile .maxwidth,
	.top_service_pointswrap,
	.top_profile_text2 {
		display: block;
	}
	
	.top_service_box figure,
	.top_service_box p,
	.top_service_pointsbox,
	.top_profile_textbox {
		width: 100%;
	}
	
	.top_profile_text {
		margin-left: 0;
	}
	
	.top_service_pointsbo:nth-last-of-type(1) {
		margin-bottom: 0;
	}
	
	header .globalnavi__item::before {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		transform: translate(-65px, 0);
	}
	
	.top_service {
		padding: 50px 0 0;
	}
	
	.top_service_list {
		display: block;
	}
	
	.top_service_listbox {
		width: 100%;
	}
	
	.top_service_list img {
		aspect-ratio: 2/1; 
	}
	
	.f_logowrap {
		width: 100%;
	}
	
	.top_service_points {
		margin-top: 70px !important;
	}
	
	#factorylinks .top_service_points::before {
		top: -70px;
		width: 60px;
		height: 70px;
	}

	.informationwrap .minwidth,
	.archivewrap .minwidth,
	.singlewrap .minwidth,
	.categorywrap .minwidth {
		width: 100%;
	}
}

@media screen and (max-width: 425px) and (min-width: 1px) {
	.top_service_pointsbox {
		display: block;
	}
	
	.top_service_pointsbox figure {
		width: 100%;
	}
}