html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: rgba(0, 0, 0, 0);
	font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
	box-sizing: border-box
}

body {
	line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: rgba(0,
			0,
			0,
			0);
	text-decoration: none;
	color:#000;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input,
select {
	vertical-align: middle
}

img {
	width: 100%;
	vertical-align: top
}

.js-fadeIn {
	opacity: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "din-2014",
		sans-serif;
	font-weight: 400
}
h1{
	font-size:48px;
	line-height: 1;
}
h2{
	font-size:36px;
	line-height: 1.333;
}
h3{
	font-size:24px;
	line-height: 1;
}
h4,h5,h6{
	font-size:16px;
	line-height: 1.5;
}

body {
	font-family: sans-serif
}

@media(max-width: 750px) {
	body {
		margin-top: 60px
	}

}

body.is-fixed {
	overflow: hidden
}

.header {
	background-color: #ff9133;
	width: 100%
}

@media(max-width: 750px) {
	.header {
		position: fixed;
		z-index: 10;
		top: 0;
		left: 0;
		width: 100%;
		overflow: hidden
	}

}

@media(min-width: 751px) {
	.header__inner {
		max-width: 1440px;
		margin: auto;
		display: flex;
		justify-content: space-between
	}

}

@media(min-width: 751px)and (min-width: 1440px) {
	.header__inner {
		padding-right: 155px
	}

}

@media(min-width: 751px)and (max-width: 1440px) {
	.header__inner {
		padding-right: 10.7638888889vw
	}

}

@media(min-width: 751px)and (max-width: 750px) {
	.header__inner {
		padding-right: 0vw
	}

}

@media(min-width: 751px)and (min-width: 1440px) {
	.header__inner {
		padding-left: 155px
	}

}

@media(min-width: 751px)and (max-width: 1440px) {
	.header__inner {
		padding-left: 10.7638888889vw
	}

}

@media(min-width: 751px)and (max-width: 750px) {
	.header__inner {
		padding-left: 0vw
	}

}

@media(max-width: 1000px) {
	.header__inner {
		padding: 0 15px
	}

}

@media(max-width: 750px) {
	.header__inner {
		display: flex;
		justify-content: space-between
	}

}

.company__logo {
	color: #fff;
	display: flex;
	align-items: center
}

@media(min-width: 751px) {
	.company__logo {
		min-width: 126px;
		font-size: 18px
	}

}

@media(max-width: 750px) {
	.company__logo {
		font-size: 16px
	}

}

@media(max-width: 750px) {
	.header__menu {
		position: fixed;
		z-index: 5;
		opacity: 0;
		visibility: hidden;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #ff9133;
		transition: all .3s;
		padding-top: 27px
	}

	.header__menu.active {
		opacity: 1;
		visibility: visible
	}

}

@media(min-width: 751px) {
	.header__items {
		display: flex;
		justify-content: center;
		padding: 27px 15px
	}

}

@media(min-width: 751px) {
	.header__items .header__menu__list {
		transform: skewX(140deg)
	}

}

@media(min-width: 751px) {
	.header__items .header__menu__list:not(:last-child) {
		border-right: 1px solid #fff
	}

}

.header__items a {
	display: block;
	padding: 0 25px;
	color: #fff;
	font-size: 18px;
	font-weight: bold
}

@media(min-width: 751px) {
	.header__items a {
		transform: skewX(-140deg)
	}

}

@media(max-width: 750px) {
	.header__items a {
		padding: 20px 50px;
		font-size: 16px
	}

}

.header__items a:not(:last-child) {
	margin-right: 30px
}

.header__items a:hover {
	text-decoration: underline
}

.header__menu___icon {
	position: relative;
	z-index: 10;
	background: #ff9133;
	cursor: pointer;
	width: 60px;
	height: 60px
}

@media(min-width: 751px) {
	.header__menu___icon {
		display: none
	}

}

@media(max-width: 750px) {
	.header__menu___icon {
		top: 0;
		right: 0
	}

}

.header__menu___icon span {
	display: inline-block;
	transition: all .4s;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: #fff
}

.header__menu___icon.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg)
}

.header__menu___icon.active span:nth-of-type(2) {
	opacity: 0
}

.header__menu___icon.active span:nth-of-type(3) {
	top: 30px;
	left: 18px;
	transform: translateY(-7px) rotate(45deg)
}

.header__menu___icon__inner {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 15px;
	transform: translate(-50%,
			-50%)
}

.main__visual {
	width: 100%;
	position: relative
}

@media(min-width: 751px) {
	.main__visual .pc {
		width: 100%;
		height: 638px
	}

}

@media(max-width: 750px) {
	.main__visual .pc {
		display: none
	}

}

@media(min-width: 751px) {
	.main__visual .sp {
		display: none
	}

}

@media(max-width: 750px) {
	.main__visual .sp {
		display: block;
		height: 752px
	}

}

.main__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.about__wrapper {
	position: relative;
	margin: auto
}

@media(min-width: 751px) {
	.about__wrapper {
		max-width: 1440px
	}

}

.section__title {
	color: #848484;
	letter-spacing: 5px;
	z-index: 10
}

@media(min-width: 751px) {
	.section__title {
		font-size: 85px
	}

}

@media(max-width: 1000px) {
	.section__title {
		font-size: 39px
	}

}

.about {
	max-width: 290px;
	margin-right: 50px
}

@media(max-width: 750px) {
	.about {
		margin-bottom: 18px
	}

}

.about__primary__wrap {
	background: linear-gradient(-70deg,
			#DEDEDE 63%,
			#fff 37%)
}

@media(max-width: 750px) {
	.about__primary__wrap {
		background: linear-gradient(-77deg,
				#DEDEDE 75%,
				#fff 25%)
	}

}

.about__primary {
	position: relative;
	margin: auto;
	padding: 0 25px
}

@media(min-width: 1440px) {
	.about__primary {
		width: 1180px
	}

}

@media(max-width: 1440px) {
	.about__primary {
		width: 81.9444444444vw
	}

}

@media(max-width: 750px) {
	.about__primary {
		width: 0vw
	}

}

@media(min-width: 751px) {
	.about__primary {
		display: flex;
		justify-content: space-between;
		align-items: center
	}

}

@media(max-width: 1300px) {
	.about__primary {
		width: 100%;
		padding: 38px 35px
	}

}

@media(max-width: 1000px) {
	.about__primary {
		display: block
	}

}

.about__primary__text {
	font-size: 16px;
	line-height: 1.6875
}

@media(min-width: 751px) {
	.about__primary__text {
		max-width: 656px
	}

}

@media(min-width: 751px)and (min-width: 1440px) {
	.about__primary__text {
		padding-top: 78px
	}

}

@media(min-width: 751px)and (max-width: 1440px) {
	.about__primary__text {
		padding-top: 5.4166666667vw
	}

}

@media(min-width: 751px)and (max-width: 750px) {
	.about__primary__text {
		padding-top: 0vw
	}

}

@media(min-width: 751px)and (min-width: 1440px) {
	.about__primary__text {
		padding-bottom: 78px
	}

}

@media(min-width: 751px)and (max-width: 1440px) {
	.about__primary__text {
		padding-bottom: 5.4166666667vw
	}

}

@media(min-width: 751px)and (max-width: 750px) {
	.about__primary__text {
		padding-bottom: 0vw
	}

}

@media(max-width: 1000px) {
	.about__primary__text {
		max-width: none
	}

}

@media(max-width: 750px) {
	.about__primary__text {
		margin-top: 18px;
		margin: auto
	}

}

.about__primary__text p:not(:last-child) {
	margin-bottom: 30px
}

.trapezoid {
	position: absolute;
	top: 0;
	border-bottom: 563px solid #ccc;
	border-left: 195px solid rgba(0,
			0,
			0,
			0);
	z-index: -1
}

@media(min-width: 751px) {
	.trapezoid {
		right: 0
	}

}

@media(min-width: 751px)and (min-width: 1440px) {
	.trapezoid {
		width: 1005px
	}

}

@media(min-width: 751px)and (max-width: 1440px) {
	.trapezoid {
		width: 69.7916666667vw
	}

}

@media(min-width: 751px)and (max-width: 750px) {
	.trapezoid {
		width: 0vw
	}

}

@media(max-width: 750px) {
	.trapezoid {
		left: 0
	}

}

.trapezoid_right {
	display: inline-block;
	width: 200px;
	border-top: 200px solid #ccc;
	border-left: 50px solid rgba(0,
			0,
			0,
			0)
}

@media(min-width: 751px) {
	.about__secondary {
		display: flex;
		justify-content: center;
		align-items: flex-start
	}

}

@media(min-width: 1440px) {
	.about__secondary {
		margin-top: 218px
	}

}

@media(max-width: 1440px) {
	.about__secondary {
		margin-top: 15.1388888889vw
	}

}

@media(max-width: 750px) {
	.about__secondary {
		margin-top: 24.8vw
	}

}

@media(max-width: 750px) {
	.about__secondary {
		margin-right: 18px;
		margin-left: 18px
	}

}

.about__secondary__img {
	position: relative;
	z-index: 5
}

@media(min-width: 751px)and (min-width: 1440px) {
	.about__secondary__img {
		width: 543px
	}

}

@media(min-width: 751px)and (max-width: 1440px) {
	.about__secondary__img {
		width: 37.7083333333vw
	}

}

@media(min-width: 751px)and (max-width: 750px) {
	.about__secondary__img {
		width: 0vw
	}

}

@media(max-width: 750px)and (min-width: 1440px) {
	.about__secondary__img {
		width: 0px
	}

}

@media(max-width: 750px)and (max-width: 1440px) {
	.about__secondary__img {
		width: 0vw
	}

}

@media(max-width: 750px)and (max-width: 750px) {
	.about__secondary__img {
		width: 86.1333333333vw
	}

}

.about__secondary__img__shadow {
	position: absolute;
	background-color: #dedede;
	z-index: -1;
	width: 100%;
	height: 100%
}

@media(min-width: 1440px) {
	.about__secondary__img__shadow {
		top: 30px
	}

}

@media(max-width: 1440px) {
	.about__secondary__img__shadow {
		top: 2.0833333333vw
	}

}

@media(max-width: 750px) {
	.about__secondary__img__shadow {
		top: 4.8vw
	}

}

@media(min-width: 1440px) {
	.about__secondary__img__shadow {
		left: 30px
	}

}

@media(max-width: 1440px) {
	.about__secondary__img__shadow {
		left: 2.0833333333vw
	}

}

@media(max-width: 750px) {
	.about__secondary__img__shadow {
		left: 4.8vw
	}

}

@media(min-width: 751px) {
	.img__right {
		margin-top: 99px;
		margin-left: 44px
	}

}

@media(max-width: 750px) {
	.img__right {
		margin-top: 77px
	}

}

.business__wrapper {
	position: relative;
	background-color: #dedede
}

.business__wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 237px;
	background: linear-gradient(57deg,
			#DEDEDE 92%,
			#fff 8%)
}

.business__container {
	max-width: 1180px;
	margin: auto;
	padding: 0 25px
}

@media(min-width: 751px) {
	.business__container {
		padding-top: 90px;
		padding-bottom: 284px
	}

}

@media(max-width: 750px) {
	.business__container {
		padding-bottom: 94px
	}

}

@media(min-width: 751px) {
	.business {
		margin-bottom: 111px
	}

}

@media(max-width: 750px) {
	.business {
		padding-top: 38px;
		margin-bottom: 50px
	}

}

.business__list {
	display: flex;
	flex-wrap: wrap
}

@media(min-width: 751px)and (min-width: 1440px) {
	.business__list {
		column-gap: 44px
	}

}

@media(min-width: 751px)and (max-width: 1440px) {
	.business__list {
		column-gap: 3.0555555556vw
	}

}

@media(min-width: 751px)and (max-width: 750px) {
	.business__list {
		column-gap: 0vw
	}

}

@media(min-width: 751px)and (min-width: 1440px) {
	.business__list {
		row-gap: 69px
	}

}

@media(min-width: 751px)and (max-width: 1440px) {
	.business__list {
		row-gap: 4.7916666667vw
	}

}

@media(min-width: 751px)and (max-width: 750px) {
	.business__list {
		row-gap: 0vw
	}

}

@media(max-width: 900px)and (min-width: 1440px) {
	.business__list {
		row-gap: 90px
	}

}

@media(max-width: 900px)and (max-width: 1440px) {
	.business__list {
		row-gap: 6.25vw
	}

}

@media(max-width: 900px)and (max-width: 750px) {
	.business__list {
		row-gap: 24vw
	}

}

.business__image {
	position: relative;
	background-color: #fff;
	width: 48.0530973451%
}

@media(max-width: 900px) {
	.business__image {
		width: 100%
	}

}

.menu__image__list__text {
	padding: 38px 34px;
	font-size: 17px;
	line-height: 1.5882352941
}

.business__list__title {
	position: absolute;
	left: 0;
	background-color: #000;
	color: #fff;
	display: inline-block
}

@media(min-width: 751px) {
	.business__list__title {
		top: 40px;
		padding: 15px 40px 7px 26px
	}

}

@media(max-width: 750px) {
	.business__list__title {
		top: 24px;
		padding: 10px 34px 5px 16px
	}

}

.menu__image__list__name {
	margin-bottom: 7px
}

@media(min-width: 751px) {
	.menu__image__list__name {
		font-size: 36px
	}

}

@media(max-width: 750px) {
	.menu__image__list__name {
		font-size: 20px
	}

}

@media(min-width: 751px) {
	.menu__image__list__subname {
		font-size: 18px
	}

}

@media(max-width: 750px) {
	.menu__image__list__subname {
		font-size: 10px
	}

}

.company-page {
	overflow: hidden
}

.company__name {
	position: absolute;
	color: #fff;
	top: 240px;
	left: 50%;
	transform: translate(-50%,
			-50%)
}

@media(max-width: 750px) {
	.company__name {
		top: 272px
	}

}

@media(min-width: 751px) {
	.company__name .company__name__logo {
		margin-bottom: 16px;
		letter-spacing: 5px;
		font-size: 5vw
	}

}

@media(max-width: 750px) {
	.company__name .company__name__logo {
		font-size: 45px;
		margin-bottom: 20px;
		letter-spacing: 5px
	}

}

.company__name .company__name__text {
	letter-spacing: 5px;
	text-align: center;
	margin-top: 30px
}

@media(min-width: 751px) {
	.company__name .company__name__text {
		font-size: 2vw
	}

}

@media(max-width: 750px) {
	.company__name .company__name__text {
		font-size: 16px
	}

}

.company {
	text-align: center
}

@media(min-width: 751px) {
	.company {
		margin-top: 112px;
		margin-bottom: 103px;
		font-size: 44px
	}

}

@media(max-width: 750px) {
	.company {
		margin-top: 59px;
		margin-bottom: 59px
	}

}

@media(min-width: 751px) {
	.company__detail {
		font-size: 18px
	}

}

@media(max-width: 750px) {
	.company__detail {
		font-size: 15px
	}

}

.company__table {
	margin: auto
}

@media(min-width: 1440px) {
	.company__table {
		width: 1105px
	}

}

@media(max-width: 1440px) {
	.company__table {
		width: 76.7361111111vw
	}

}

@media(max-width: 750px) {
	.company__table {
		width: 89.0666666667vw
	}

}

.table__header,
.table__data {
	border: 1px solid #fff
}

.table__header {
	background-color: #d9d9d9
}

@media(min-width: 751px) {
	.table__header {
		padding: 20px 10px;
		min-width: 122px;
		text-align: center
	}

}

@media(min-width: 751px)and (min-width: 1440px) {
	.table__header {
		width: 313px
	}

}

@media(min-width: 751px)and (max-width: 1440px) {
	.table__header {
		width: 21.7361111111vw
	}

}

@media(min-width: 751px)and (max-width: 750px) {
	.table__header {
		width: 0vw
	}

}

@media(max-width: 750px) {
	.table__header {
		width: 103px;
		height: 60px;
		vertical-align: middle
	}

}

.table__data {
	background-color: #f7f5f5;
	line-height: 1.4666666667
}

@media(min-width: 751px) {
	.table__data {
		padding: 20px 36px
	}

}

@media(min-width: 751px)and (min-width: 1440px) {
	.table__data {
		width: 792px
	}

}

@media(min-width: 751px)and (max-width: 1440px) {
	.table__data {
		width: 55vw
	}

}

@media(min-width: 751px)and (max-width: 750px) {
	.table__data {
		width: 0vw
	}

}

@media(max-width: 750px) {
	.table__data {
		width: 231px;
		padding: 20px 24px
	}

}

.access {
	margin: auto
}

@media(min-width: 1440px) {
	.access {
		width: 1105px
	}

}

@media(max-width: 1440px) {
	.access {
		width: 76.7361111111vw
	}

}

@media(max-width: 750px) {
	.access {
		width: 88.5333333333vw
	}

}

@media(min-width: 751px) {
	.access {
		display: flex;
		align-items: center
	}

}

.access__header {
	display: flex;
	align-items: center;
	justify-content: center
}

@media(min-width: 751px) {
	.access__header {
		min-width: 122px;
		height: 347px;
		padding: 0 10px;
		background-color: #d9d9d9;
		text-align: center;
		font-size: 18px
	}

}

@media(min-width: 751px)and (min-width: 1440px) {
	.access__header {
		width: 313px
	}

}

@media(min-width: 751px)and (max-width: 1440px) {
	.access__header {
		width: 21.7361111111vw
	}

}

@media(min-width: 751px)and (max-width: 750px) {
	.access__header {
		width: 0vw
	}

}

@media(max-width: 750px) {
	.access__header {
		margin-top: 30px;
		margin-bottom: 39px
	}

}

.access__map {
	display: flex;
	align-items: center
}

@media(min-width: 1440px) {
	.access__map {
		width: 792px
	}

}

@media(max-width: 1440px) {
	.access__map {
		width: 55vw
	}

}

@media(max-width: 750px) {
	.access__map {
		width: 88.5333333333vw
	}

}

@media(min-width: 751px) {
	.access__map {
		height: 347px;
		padding: 0 36px;
		background-color: #f7f5f5
	}

}

@media(max-width: 750px) {
	.access__map {
		height: 154px;
		margin: auto
	}

}

.access__map .map {
	height: 100%
}

@media(min-width: 751px) {
	.access__map .map {
		max-height: 267px;
		max-width: 575px
	}

}

@media(min-width: 751px)and (min-width: 1440px) {
	.access__map .map {
		width: 575px
	}

}

@media(min-width: 751px)and (max-width: 1440px) {
	.access__map .map {
		width: 39.9305555556vw
	}

}

@media(min-width: 751px)and (max-width: 750px) {
	.access__map .map {
		width: 0vw
	}

}

@media(max-width: 750px) {
	.access__map .map {
		width: 100%
	}

}

.sns__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 90px;
	margin-bottom: 41.5px
}

.sns__icon .instagram {
	display: block;
	max-width: 44px
}

.sns__icon .youtube {
	display: block;
	max-width: 148px
}

.sns__icon .slash {
	height: 1px;
	width: 44px;
	background: #707070;
	transform: rotate(-60deg);
	margin-left: 29.5px;
	margin-right: 28.5px
}

.footer {
	background-color: #ff7600;
	width: 100%
}

.footer__inner {
	display: flex
}

@media(min-width: 751px) {
	.footer__inner {
		justify-content: space-between;
		max-width: 1440px;
		margin: auto;
		padding-top: 43px
	}

}

@media(min-width: 751px)and (min-width: 1440px) {
	.footer__inner {
		padding-right: 255px
	}

}

@media(min-width: 751px)and (max-width: 1440px) {
	.footer__inner {
		padding-right: 17.7083333333vw
	}

}

@media(min-width: 751px)and (max-width: 750px) {
	.footer__inner {
		padding-right: 0vw
	}

}

@media(min-width: 751px)and (min-width: 1440px) {
	.footer__inner {
		padding-left: 255px
	}

}

@media(min-width: 751px)and (max-width: 1440px) {
	.footer__inner {
		padding-left: 17.7083333333vw
	}

}

@media(min-width: 751px)and (max-width: 750px) {
	.footer__inner {
		padding-left: 0vw
	}

}

@media(max-width: 1000px) {
	.footer__inner {
		justify-content: space-between;
		align-items: flex-start;
		padding: 45px 30px 0
	}

}

@media(min-width: 751px) {
	.footer__items {
		display: flex;
		justify-content: center
	}

}

@media(max-width: 1000px) {
	.footer__items {
		display: block
	}

}

@media(min-width: 751px) {
	.footer__items .footer__menu__list {
		transform: skewX(140deg)
	}

}

@media(max-width: 1000px) {
	.footer__items .footer__menu__list:not(:first-child) {
		padding-top: 8px
	}

}

@media(min-width: 751px) {
	.footer__items .footer__menu__list:not(:last-child) {
		border-right: 1px solid #fff
	}

}

@media(max-width: 1000px) {
	.footer__items .footer__menu__list:not(:last-child) {
		border: 0
	}

}

.footer__items a {
	display: block;
	padding: 0 25px;
	color: #fff;
	font-size: 18px
}

@media(min-width: 751px) {
	.footer__items a {
		transform: skewX(-140deg)
	}

}

.footer__items a:hover {
	text-decoration: underline
}

small {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 11px
}

@media(min-width: 751px) {
	small {
		padding-top: 28px;
		padding-bottom: 18px
	}

}

@media(max-width: 750px) {
	small {
		padding-top: 57px;
		padding-bottom: 27px
	}
}

/* -----------------------------news__list----------------------------- */
.news__wrapper{
	display: flex;
	flex-wrap:wrap;
	margin:30px auto;
	width:80%;
	max-width:1080px;
	gap: 100px 5%;
}

.news__item{
	width:30%;
	transition: all 0.5s;
}

.news__item:hover{
	opacity:0.7;
}

.news__item__img{
	width:100%;
	margin:0 auto;
	text-align: center;
}

.news__item__img img{
	max-height:250px;
	object-fit: cover;
}

.news__item__date{
	margin-top:15px;
	color:#222222;
}

.news__item__category{
	margin-top:15px;
	border: #000 1px solid;
	display:inline-block;
	padding:8px 13px;
}

.news__item__title{
	margin-top:15px;
}

@media(max-width: 750px) {
	.news__wrapper{
		gap: 50px;
	}
	.news__item {
		width:100%;
	}
}
/* -----------------------------news__list----------------------------- */

/* -----------------------------news__detail----------------------------- */
.news__detail{
	max-width: 1080px;
	margin:80px auto;
}

.news__detail__title{
	font-size:36px;
}

.news__detail__date{
	margin-top:15px;
	color:#222222;
}

.news__detail__category{
	margin-top:15px;
	border: #000 1px solid;
	display:inline-block;
	padding:8px 13px;
}

.news__detail__img{
	width:30%;
	text-align: left;
	margin-top:15px;
}

.news__detail__img img{
	max-height:250px;
	object-fit: cover;
}

.news__detail__content img{
	width:auto;
}

.news__detail__content{
	margin-top:30px;
}

.news__page__btn{
	margin-top:30px;
	display: flex;
	justify-content: space-between;
}

@media(max-width: 750px) {
	.news__detail__img{
		width:100%;
		text-align: left;
		margin-top:15px;
	}
	.news__detail{
		width:90%;
	}
}

/* -----------------------------news__detail----------------------------- */

/* -----------------------------contact----------------------------- */
.contact {
	width:80%;
	margin: 0 auto;
	padding-bottom:50px;
}
.contact input,textarea {
	padding: 8px 12px;
	font-size:18px;
	border: solid 1px #ccc;
	width: 100%;
	border-radius: 5px;
}
.contact-inner {
	width:100%;
	display: flex;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
	position:relative;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-inner .left {
	width: 25%;
	font-size:18px;
}
.contact-inner .left.req::after{
	content: "※必須";
	color: #FF0A0A;
	font-size: 14px;
	min-width: 10px;
	padding: 3px 0;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	display: inline-block;
}
.contact-inner .right{
	width: 75%;
}

[type="submit"] {
	cursor:pointer;
	margin:0 auto;
	width:250px !important;
	height:60px;
	display:flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	border-radius: 50px !important;
	font-size:18px;
	transition: all 0.3s ease 0s;
	background-color: #ff9133;
	color:#FFF;
	border:1px solid #FFF;
}
[type="submit"]:hover {
	opacity:0.7;
}
[type="radio"]{
	width:auto !important;
}
[type="checkbox"]{
	width:auto !important;
}
.wpcf7-not-valid-tip {
	margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	color: #c00;
	background-color: #fee4e4;
	padding: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #fee4e4;
}
@media screen and (max-width: 767px) {
	.contact.individual > .inner > .text-points{
		width:100%;
		margin-bottom:30px;
		font-size:10px;
	}
	.contact{
		padding-bottom:30px;
	}
	.contact input,textarea {
		padding: 4px 6px;
		font-size:12px;
	}
	.contact-inner{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.contact-inner .left {
		width: 100%;
		font-size:12px;
		position:relative;
	}
	.contact-inner .left.req::after{
		position:absolute;
		line-height: 0;
		left:-40px;
		top:3px;
		font-size:10px;
	}
	.contact-inner .right{
		width: 90%;
	}
	[type="submit"] {
		width:200px;
		height:40px;
		font-size:12px;
	}
	.contact-radio{
		margin:20px 0;
		display: flex;
		flex-flow: column;
		gap:10px 0;
	}
	.contact-checkbox{
		margin:10px 0;
		display: flex;
		flex-flow: column;
		gap:5px 0;
		font-size:12px;
	}
	.wpcf7-not-valid-tip{
		font-size:14px;
	}

}

.contact-finish{
	max-width: 1080px;
	margin:220px auto;
	text-align: center;
}

.contact-finish > .message-main{
	font-size:30px;
}

.contact-finish > .message-sub{
	font-size:18px;
	margin-top:20px;
}
/* -----------------------------contact----------------------------- */

/* -----------------------------pagination----------------------------- */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    font-size: 13px;
}

.pagination span, .pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 8px;
    border: 1px solid #000;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
}

/* ページ番号 */
.pagination .pager{
    width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current  {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

/* 前へ */
.pagination a.prev {
    margin-right: 16px;
}
/* 次へ */
.pagination a.next {
    margin-left: 16px;
}
/* 最初へ */
.pagination a.first {}
/* 最後へ */
.pagination a.last {}

/* Page x / y */
.pagination span.page_num {
    display: none;
}
/* -----------------------------pagination----------------------------- */

/* -----------------------------button----------------------------- */
.btn-midium{
	margin:0 auto;
	width:300px;
	height:60px;
	display:flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	color:#FFF;
	border-radius: 30px;
	font-size:18px;
	transition: all 0.3s ease 0s;
	background-color: #ff9133;
}
.btn-midium:hover{
	opacity:0.7;
}
/* -----------------------------button----------------------------- */