/* Theme Name: ihinseiri-rac1122.com */

@charset "UTF-8";

/*-----------------------------
color
-----------------------------*/
/* 
【サイトカラーの変数】
ここの色を変更すると全体の色を変更できます(^)o(^)bたぶん
使用例) color: var(--black-color);
*/
:root {
	--white-color: #ffffff;
	--black-color: #121212;
	--gray-color: #F2F4F6;
	--color1: #485F81;
	--color2: #8BA1B9;
	--color3: #FFEF0C;
	--color4: #C0C4C8;
	--color5: #E35E60;
}
/*-----------------------------
default
-----------------------------*/
* {
	min-width: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
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:transparent;
}
html {
	overflow-x: hidden;
}
body{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: var(--black-color);
	overflow-x: hidden;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
input {
	font-family: "Noto Sans JP", sans-serif;
}
img{
	vertical-align: top;
	max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    height: auto;
}
a img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.3s ease-out;
}
a img::after {
	width: 100%;
    height: 100%;
    background-color: var(--black-color);
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
a {
	color: var(--black-color);
	display: block;
	text-decoration: none;
	text-underline-position: under;
	transition: all 0.2s;
	overflow: hidden; /* はみ出した部分を非表示にする */
}

ul,
ol {
  list-style-type: none;
}
.hover {
	transition: all 0.2s;
}
#drawer-navigation{
	display:none;
}
h1{
	font-size: 24px;
	line-height: 30px;
	margin-top: 10px;
}
h2{
	position: relative;
	margin: 0 0 40px 0;
	font-weight: bold;
	font-size: 42px;
	line-height: 58px;
	color: var(--black-color);
}
title {
	display: block;
}
table {
    width: 100%;
    border-collapse: collapse;
}
.left-line {
	position: relative;
	font-size: 36px;
	padding: 0 0 16px 1.5em;
	margin: 32px 0 16px;
	line-height: 1.4;
}

.left-line:before {
	content: "";
	position: absolute;
	top: 0.2em;
	left: 0;
	bottom: 0;
	border-left: 4px solid #f00;
}

.fv-wrapper {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.overlay-bk {
	background-color: rgba(0, 0, 0, 0);
}
.overlay-bk:hover {
	background-color: rgba(0, 0, 0, 0.3);
}


/*-----------------------------
main
-----------------------------*/

main #title {
	padding: 80px 0 120px;
	width: 100%;
	margin: 0 auto;
	background-color: var(--white-color);
	background-image: url("../images/bg1.png");
	background-size: 96%;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
main #title .title01 img {
    width: 50%;
    margin-top: 50px;
}
main .content-text{
	padding: 30px 0;
}
.title01 h2{
	margin: 0 0 50px 0;
	font-size: 36px;
    line-height: 1.4;
	color: var(--color1);
	text-align: center;
}
.title01 p{
	font-size: 18px;
	line-height: 2;
	color: var(--black-color);
}
.title01 .btn-red{
	margin-top: 30px;
}
#business {
	background: url(../images/bg2.jpg) no-repeat center/cover;
	padding: 0;
}
#business .inner {
	padding: 60px 0;
}
#business .inner h2 {
	margin: 0 0 50px 0;
	text-align: center;
    font-size: 48px;
    line-height: 1.4;
    color: var(--white-color);
    font-weight: 900;
	padding-top: 55px;
	background: url("../images/img_text-business.svg") no-repeat center top;
}
#business .inner h2::after {
    content: '';
    margin: 20px auto 0;
    width: 140px;
    height: 6px;
    background: var(--color3);
    display: block;
}
.inner .t-text {
	text-align: center;
	margin-bottom: 50px;
}
#business .inner .t-text {
	color: var(--white-color);
}
#business .business-cnt {
	overflow: hidden;
	margin-bottom: 50px;
}
#business .business-cnt li {
	float: left;
	width: 48%;
	padding: 40px;
	background: var(--white-color);
}
#business .business-cnt li:nth-of-type(2n) {
	float: right;
}
#business .business-cnt li .business-img {
	overflow: hidden;
}
#business .business-cnt li .business-img img {
	margin: 0 auto;
	display: block;
}
#business .business-cnt li .business-detail .business-title {
	color: var(--color1);
	font-size: 36px;
	font-weight: bold;
	margin: 30px 0;
	padding-bottom: 25px;
	border-bottom: 2px solid var(--color2);
}
#business .business-cnt li .business-detail .business-content {
	display: flex;
	align-items: flex-start;
}
#business .business-cnt li .business-detail .business-content .business-text {
	flex: 1;
}
#business .business-cnt li a .business-detail .business-content .business-btn {
	margin-left: 20px;
    padding: 15px 30px;
    font-size: 18px;
	border-radius: 100px;
	background: var(--color3);
	color: var(--white-color);
	transition: all 0.2s;
}
#business .business-cnt li a:hover .business-detail .business-content .business-btn {
	background: var(--color1);
}
#business .deco img {
	width: 100%;
}
#about {
	padding: 60px 0 120px;
	display: flex;
    justify-content: space-between;
	position: relative;
}
#about .about-cnt {
	order: 1;
    width: 50%;
	margin-left: calc((100vw - 1320px) / 2);
	padding-right: 50px;
}
#about .about-cnt h2 {
	margin: 0 0 30px 0;
    font-size: 48px;
    line-height: 1.4;
    color: var(--color1);
    font-weight: 900;
	padding-top: 55px;
	background: url("../images/img_text-about.svg") no-repeat;
}
#about .about-cnt h2::after {
    content: '';
    margin-top: 20px;
    width: 140px;
    height: 6px;
    background: var(--color3);
    display: block;
}
#about .about-cnt p {
	line-height: 2;
}
#about .img-about {
	order: 2;
    width: 50%;
	flex-shrink: 0;
}
#recruit {
	padding-bottom: 120px;
	position: relative;
}
#recruit .inner h2 {
	margin: 0 0 50px 0;
	text-align: center;
    font-size: 48px;
    line-height: 1.4;
    color: var(--color1);
    font-weight: 900;
	padding-top: 55px;
	background: url("../images/img_text-recruit.svg") no-repeat center top;
}
#recruit .inner h2::after {
    content: '';
    margin: 20px auto 0;
    width: 140px;
    height: 6px;
    background: var(--color3);
    display: block;
}
#recruit .inner .recruit-cnt {
	display: flex;
	justify-content: space-between;
}
#recruit .inner .recruit-cnt li {
	width: 32%;
}
#recruit .inner .recruit-cnt li img {
	margin-bottom: 20px;
	width: 100%;
}
#recruit .inner .recruit-cnt li h3 {
	font-size: 24px;
	color: var(--color1);
	padding-bottom: 20px;
	border-bottom: 1px solid var(--color2);
	margin-bottom: 20px;
}
.deco2 {
	position: absolute;
	top: -240px;
    left: 30px;
}
.deco2 img {
	width: 90%;
}

.breadcrumb {
	max-width: 1320px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	align-items: flex-start;
	display: flex;
}
.breadcrumb > li:not(:last-of-type)::after {
	margin: 0 10px;
	content: "/";
	vertical-align: top;
}
.breadcrumb > li a {
	display: inline-block;
	text-decoration: underline;
}
#breadcrumb{
	font-size: 16px;
	line-height: 1;
	background: var(--gray-color);
	color: var(--black-color);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	padding: 0 3%;
}
.breadcrumb li {
	display: inline-table;
}
#breadcrumb a{
	text-decoration: none;
}
#slider{
	position: relative;
	margin: 0;
	padding: 0;
	height: 100vh;
	overflow: hidden;
}
.slider-reki{
	position: absolute;
	top: 55%;
    right: -6%;
	z-index: 2;
	transform: translate(0,-50%);
}
.slider-reki img{
	width: 60%;
}
#slider .slider-wrap {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100vh;
}
#slider .slider-wrap img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
#slider .slider-wrap figure {
	position: relative;
	overflow: hidden;
}
#slider .slider-wrap figure::after {
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	backdrop-filter:blur(8px);
	animation:blur 2s ease-in-out forwards;
}
.slide-animation{
    animation: fadezoom 6s 0s forwards;
	animation-fill-mode:forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1.0);
  }
}
@keyframes blur{
  0%{backdrop-filter:blur(8px);}
  100%{backdrop-filter:none;}
}

/* メインのテキストエリア */
.slider-message {
	position: absolute;
	left: 8.5%;
	top: 44%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	z-index: 400;
	font-weight: bold;
	background: url("../images/img_catch_bg.svg") no-repeat center;
    background-size: 250px;
    padding: 85px 0;
}
.slider-message .catch {
	color: var(--white-color);
	font-size: 42px;
	line-height: 1.4;
	font-weight: bold;
	text-shadow: var(--black-color) 0 0 15px;
}
.slider-message h1 {
	margin-top: 20px;
	letter-spacing: 5px;
}
.slider-message .catch img {
	max-width: 720px;
	width: 100%;
}
#slider .deco img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	width: 100%;
	z-index: 99;
}
#slider .scroll p {
	position: absolute;
	bottom: 156px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	font-size: 14px;
	font-weight: bold;
	color: var(--white-color);
	z-index: 100;
}
#slider .scroll a span {
	position: absolute;
	bottom: 108px;
	left: 50%;
	width: 20px;
	height: 40px;
	margin-left: -10px;
	border: 2px solid var(--white-color);
	border-radius: 50px;
	box-sizing: border-box;
	z-index: 100;
}
#slider .scroll a span::before {
	position: absolute;
	top: 5px;
	left: 50%;
	content: '';
	width: 14px;
	height: 14px;
	margin-left: -7px;
	background-color: var(--white-color);
	border-radius: 100%;
	-webkit-animation: scroll-b 2s infinite;
	animation: scroll-b 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes scroll-b {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 14px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll-b {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 14px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slick-dots{
	bottom: 160px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	width: auto;
	font-size: 0;
	position: absolute;
	display: flex;
	padding: 0;
	z-index: 90;
}
.slick-dots li{
    margin: 0 10px;
    border-radius: 100%;
    line-height: 0;
    font-size: 0;
    width: 14px;
    height: 14px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    padding: 0;
    width: 14px;
    height: 14px;
    border: 1px solid var(--white-color);
    box-sizing: border-box;
    background: none;
    font-size: 0;
    border-radius: 100%;
}
.slick-dots li.slick-active button{
	background: var(--color3);
	border: 1px solid var(--color3);
}
.slick-dots li button::before{
	display: none !important;
}
section:after{
	content: "";
	display: table;
	visibility: hidden;
	clear: both;
}
section .inner{
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}
section .inner2 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
section#applecant-post .inner{
	margin-bottom: 120px;
}
#homenew{
	background: var(--white-color);
	padding: 100px 0;
}
.btn a{
	display: block;
	text-align: center;
	max-width: 300px;
	color: var(--color1);
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0;
	box-sizing: border-box;
	background: var(--color3);
	text-decoration: none;
	border-radius: 100px;
}
.btn a:hover{
	background: var(--color1);
	color: var(--white-color);
}
.btn-center a {
	margin: 0 auto;
}
em{
	font-style: normal;
	color: #777777;
}
section#submain em {
	font-style: normal;
	color: var(--white-color);
}
.top1{
	display: flex;
	justify-content: space-between;
}
.top1 .title01{
	flex-basis: 22.5%;
}
.loop{
	flex-basis: 69.1%;
}
.loop article {
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid var(--black-color);
}
.loop article:first-child {
	border-top: 1px solid var(--black-color);
}
.loop article .date{
	width: 15%;
	font-size: 14px;
	line-height: 28px;
	margin: 0 25px 0 0;
}
.loop article h3{
	width: 85%;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	display: block;
	margin: 0;
}
.news-post {
	margin-top: 80px;
}
figure{
	margin: 0;
}
.top2{
	display: flex;
}
.top2 figure{
	position: relative;
	margin: 0 0 0 50px;
	width: 864px;
	height: 400px;
	background: url("../images/movie_bg.png");
	display: flex;
	justify-content: center;
	align-items: center;
}
.top2 figure iframe {
	width: 100%;
}
.top2 .content h4{
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	margin: 30px 0;
}
.top2 .btn-red{
	margin-top: 40px;
}
.top2.second{
	margin-top: 30px;
	margin-bottom: 130px;
	flex-direction: row-reverse;
}
.top2.second figure{
	margin: 0 0 0 50px;
	min-width: 530px;
}
.title01-center{
	text-align: center;
}
.title01-center iframe{
	margin-top: 50px;
}
.title01-center b {
    font-size: 30px;
    font-weight: 100;
    padding-top: 10px;
    display: block;
}
.top3{
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin: 30px 0 50px 0;
}
.product-loop{
	display: flex;
    flex-wrap: wrap;
}
.product{
	flex-grow: 1;
	margin-bottom: 60px;
	margin-right: 5%;
    width: 30%;
}
.col2 .product:nth-child(3n) {
	margin-right: 0;
}
.product-img{
	overflow: hidden;
	position: relative;
}
.product-img img {
	height: auto;
}
.product-img .hover{
	position: absolute;
    width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(159, 172, 173, 0.5);
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}
.product-img .hover p{
	padding: 10px;
	display: block;
	width: 150px;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	background: #ffa2f2;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
}
.product-cat a,
.post-categories li a {
	font-size: 16px;
	line-height: 16px;
	background: var(--color1);
	padding: 10px 15px 10px 10px;
	display: inline-block;
	color: #fff;
	list-style: none;
	border-radius: 0 20px 20px 0;
}
.product-cat a:hover,
.post-categories li a:hover {
    background: var(--color2);
}
.product-cat {
	margin: 20px 0 !important;
}
.product h3{
	margin: 0 0 20px 0;
	font-weight: 600;
	font-size: 22px;
	line-height: 36px;
}
.product-price{
	font-size: 24px;
	line-height: 36px;
}
.product-price span{
	font-size: 36px;
}
.product:hover{
	color: #ffa2f2;
}
.product:hover img{
	transform: scale(1.3);
	transition: all 0.2s;
}
.product:hover .hover{
	opacity: 1;
}
.product-loop + .telbox{
	margin-top: 40px;
}
.btn-red-center a{
	margin-left: auto;
	margin-right: auto;
}

#submain{
    z-index: 500;
    margin: 0 auto;
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    align-items: center;
    justify-content: center;
}
#submain em{
    color: var(--white-color);
}
#submain .bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
}
#submain h2{
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	margin: 0 0 20px 0;
	color: var(--white-color);
	padding-top: 55px;
}
#submain p{
	font-weight: bold;
	font-size: 16px;
	line-height: 32px !important;
	margin-top: 10px !important;
}
#page-business #submain h2{
    background: url(../images/img_text-business_page.svg) no-repeat center top;
}
#page-about #submain h2{
    background: url(../images/img_text-about_page.svg) no-repeat center top;
}
.tab ul,
.about1 ul,
.item-cat ul{
	display: flex;
	margin: 0;
	padding: 0;
	border-top: 2px solid #333333;
	background: #333333;
    flex-wrap: wrap;
}
.tab li,
.about1 li,
.item-cat li{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	width: 25%;
	color: #fff;
	text-align: center;
	font-weight: 600;
	box-sizing: border-box;
}
.tab li,
.about1 li {
	padding: 15px 5px;
}
.tab .current{
	background: #fff;
	color: #333333;
	transition: all 0.2s;
}
.item-cat li.current {
	color: #333333;
	background: #fff;
	transition: all 0.2s;
}
.item-cat li a{
	color: #fff;
	text-decoration: none;
    width: 100%;
	height: auto;
    padding: 15px 5px;
}
.item-cat li:hover {
	color: #333333;
	background: #fff;
	transition: all 0.2s;
}
.item-cat li:hover a {
	color: #333333;
}
.about1 li:hover {
	background: #fff;
	transition: all 0.2s;
}
.about1 li a{
	color: #fff;
	text-decoration: none;
    width: 100%;
	height: auto;
}
.about1 li:hover a {
	color: #333333;
}

.about-h-t-area .inner {
	max-width: 1000px;
}
.about-h-t-area .inner p {
	font-size: 20px;
	line-height: 2;
	font-weight: 400;
}
.about-h-t-area .inner p span {
	display: block;
	text-align: right;
	font-size: 28px;
	font-weight: 500;
	margin-top: 30px;
}
#page_info {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 190px 0 0px 0;
	text-align: center;
	height: 430px;
	position: relative; /* 親要素に相対的に設定 */
}
#page_info::after {
	content: ""; /* 内容を空にする */
	background: rgba(0,0,0,.4);
	position: absolute; /* 親要素に対して絶対的に設定 */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#page_info p {
	margin: 50px 0;
	color: #fff;
	line-height: 36px;
}

#post-cnt-area {
	padding: 80px 0;
}
#page-business #post-cnt-area {
    background-image: url(../images/bg1.png);
    background-size: 96%;
    background-repeat: no-repeat;
    background-position: center;
}
#post-cnt-area h3 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 50px;
	color: var(--color1);
	line-height: 1.4;
}
#post-cnt-area p {
	text-align: center;
	line-height: 2;
}
#h-text-area .page-text-note {
	text-align: center;
	margin: 40px 0;
}
#two-thumtextcontainers h4 {
	margin-bottom: 20px;
	font-size: 48px;
	font-weight: bold;
	color: var(--color1);
}
#two-thumtextcontainers h4::after {
    content: '';
    margin-top: 40px;
    width: 140px;
    height: 6px;
    background: var(--color3);
    display: block;
}
#two-thumtextcontainers .point {
	padding: 20px;
	border: 1px solid var(--color1);
	position: relative;
	margin-top: 30px;
}
#two-thumtextcontainers .point span {
	display: block;
    background: var(--white-color);
    left: 10px;
    padding: 0 10px;
    top: -15px;
    font-weight: bold;
    position: absolute;
    color: var(--color1);
}
#table1 {
	padding: 120px 0;
}
#page-business #table1 {
	background: var(--color2);
}
.table-main-title {
    font-weight: bold;
    margin-bottom: 40px;
	color: var(--color1);
    font-size: 48px;
    text-align: center;
    line-height: 1.3;
}
#page-business .table-main-title {
    color: var(--white-color);
}
.table-main-title::after {
    content: '';
    margin: 20px auto 0;
    width: 140px;
    height: 6px;
    background: var(--color3);
    display: block;
}
#about_explanation .mov {
	padding: 80px 0;
	margin: 0 auto;
	width: 100%;
}
#about_explanation .mov iframe {
	width: 1000px;
	height: 600px;
}
#about_explanation {
	text-align: center;
	background: #F3F5F6;
	padding-top: 50px;
}
#about_explanation h3 {
	font-size: 48px;
	color: #777777;
	margin: 120px;
}
#inner2  {
	background: #F3F5F6;
}
#about_explanation  {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#page-apply table tr,
#page-other table tr,
#about_explanation div ul {
	display: flex;
	margin-bottom: 10px;
	position: relative;
}
#about_explanation div ul::after {

}
#page-apply table tr th,
#page-other table tr th,
#about_explanation div ul li.left {
	width: 30%;
	background: #777777;
	text-align: left;
	color: #fff;
	padding: 20px 15px;
	display: flex;
	align-items: center;
}
#about_explanation div ul li.right {
	width: 70%;
	text-align: left;
	background: #fff;
	padding: 20px 15px;
	color: #555;
}
#about_explanation div ul li p {
	position: relative;
	margin-bottom: 50px;
}
#about_explanation div ul li p:last-child {
	position: relative;
	margin-bottom: 0px;
}
#about_explanation div ul li.right p::after {
	content: "";
	background: url(../images/triangle02.png) center no-repeat;
	width: 100px;
    height: 16px;
    position: absolute;
	bottom: -35px;
	left: 2%;
}
#about_explanation div ul li.right p:last-child::after {
	display: none;
}
#h-text-area {
	margin-bottom: 120px;
}
#h-text-area.about-h-t-area {
	background: url(../images/bg_about.jpg) fixed;
	background-size: cover;
	margin-bottom: 0;
	padding-bottom: 120px;
}
.table-cnt li {
	counter-increment: number;
}
.table-cnt li>.inner {
	display: flex;
	width: 100%;
	padding: 50px;
	background: var(--white-color);
	margin-bottom: 50px;
}
.table-cnt li>.inner .left {
	flex: 1;
}
.table-cnt li>.inner .left title {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 14px;
	margin-top: 14px;
	margin-bottom: 20px;
	border-bottom: 2px solid var(--color1);
	color: var(--color1);
}
.table-cnt li>.inner .left title::before {
    margin-right: 20px;
    content: counter(number);
	padding: 5px 20px;
	background: var(--color1);
	color: var(--white-color);
}
.table-cnt li>.inner .left title p {
	font-size: 20px;
}
.table-cnt li>.inner .right {
	width: 330px;
	margin-left: 50px;
}
.change-btn {
	width: 100%;
	display: flex;
	margin-top: 80px;
}
.change-btn li {
	width: 100%;
}
.change-btn li>a,
.change-btn li>span{
	width: 100%;
	border-radius: 30px 30px 0 0;
	border: 2px solid var(--color2);
	display: block;
	text-align: center;
	padding: 20px 0;
	font-size: 24px;
	font-weight: bold;
}
.change-btn li>a {
	color: var(--color2);
	background: var(--gray-color);
}
.change-btn li>span {
	color: var(--white-color);
	background: var(--color2);
}
.change-btn li>a:hover {
	background: var(--color1);
	color: var(--white-color);
}
.company-name {
	font-size: 24px;
	color: var(--color2) !important;
}
.company-name span {
	font-size: 32px;
	margin-left: 10px;
}
.company-name img {
	width: 420px;
	max-width: 100%;
}
#table-company {
	padding: 120px 0;
}
#table-company .company-fire td:first-of-type {
	background: var(--gray-color);
	font-weight: bold;
}
#table-company .company-fire td {
    padding: 25px;
    border: 1px solid var(--color2);
    font-size: 20px;
	line-height: 1.8;
	vertical-align: top;
	vertical-align: middle;
}
#table-company .company-fire td li {
	margin-bottom: 30px;
}
#table-company .company-fire td li:last-of-type {
	margin-bottom: 0;
}
#table-company .company-fire td a {
	display: inline-block;
	color: var(--color1);
	text-decoration: underline;
}
#table-company .company-fire td a:hover {
	color: var(--color2);
}
#table-company .company-fire td span {
	font-size: 20px;
	font-weight: bold;
}
#table-company .company-fire td .map {
	display: flex;
	align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
#table-company .company-fire td .map li {
	width: 49%;
}
#table-company .company-fire td .map li iframe {
	width: 100%;
	height: 234px;
}
#page-privacy-policy #page_info {
	background: var(--color1);
}
#page-privacy-policy #submain h2 {
	background: url(../images/img_text-privacy-policy.svg) no-repeat center top;
}
.privacy-policy {
}
.privacy-policy p {
	line-height: 1.8;
}
.privacy-policy h3 {
	font-weight: bold;
    margin-bottom: 50px;
    color: var(--color1);
    font-size: 48px;
    text-align: center;
    line-height: 1.3;
}
.privacy-policy h4 {
	color: var(--color1);
	font-size: 24px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--color1);
	margin: 50px 0 15px;
}
#page-contact #submain h2 {
	background: url(../images/img_text-contact.svg) no-repeat center top;
}
#page-contact .table-main-title {
    font-size: 30px;
}
#contact-table {
	padding: 80px 0 160px;
	font-size: 20px;
}
#contact-table .wpcf7-form h4 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--color1);
}
#contact-table .wpcf7-form p>span {
	margin-bottom: 80px;
	display: block;
}
#contact-table .wpcf7-form p>span .wpcf7-list-item {
	display: block;
	margin: 0 0 20px 0;
}
#contact-table .wpcf7-form h4:before {
    margin-right: 10px;
    padding: 3px 10px;
    background-color: var(--color2);
    color: var(--white-color);
    content: "任意";
    font-size: 18px;
	display: inline-block;
}
#contact-table .wpcf7-form h4.req:before {
    background-color: var(--color5);
    content: "必須";
}
#contact-table .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}
#contact-table .wpcf7-form .button {
    display: block;
    text-align: center;
    max-width: 320px;
	width: 100%;
	border: none;
    color: var(--color1);
    font-size: 20px;
    padding: 20px 0;
	margin: 50px auto 0;
    box-sizing: border-box;
    background: var(--color3);
    text-decoration: none;
    border-radius: 100px;
}
#contact-table .wpcf7-form .button:hover {
	background: var(--color1);
	transition: all 0.2s;
	color: var(--white-color);
}
#contact-table .wpcf7-form .kome {
	margin-bottom: 80px;
	margin-top: -70px;
	color: var(--color5); 
}
#contact-table .wpcf7-form p>label {
	margin-top: -70px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
}
#contact-table .wpcf7-form p>label:first-of-type {
	margin-top: 0;
}
input:not([type=submit]):not([type=button]):not([type=reset]):not([type=checkbox]):not([type=radio]), textarea,
#contact-table .wpcf7-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #a9a9a9;
    line-height: 1.8;
	border-radius: 5px;
	font-size: 18px;
}
#contact-table .wpcf7-form #zip,
#contact-table .wpcf7-form #pref,
#contact-table .wpcf7-form #tel {
	width: 50%;
}
#contact-table .wpcf7-form .file-note {
	margin-top: -60px;
	margin-bottom: 80px;
	font-size: 16px;
}
#contact-table .wpcf7-form .pp-scroll {
	margin: 0 auto 35px;
	max-width: 800px;
	width: 100%;
	height: 300px;
	overflow-y: scroll;
    padding: 30px 20px;
    border: 1px solid #a9a9a9;
	border-radius: 10px;
	font-size: 16px;
	background: var(--gray-color);
}
#contact-table .wpcf7-form .pp-scroll .pp-title-b {
	font-size: 24px;
	font-weight: bold;
	color: var(--color1);
	margin-bottom: 20px;
	text-align: center;
}
#contact-table .wpcf7-form .pp-scroll .pp-title {
	font-size: 20px;
	font-weight: bold;
	color: var(--color2);
	border-bottom: 1px solid var(--color1);
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 30px;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt120 {
	margin-top: 120px !important;
}
.pt-80 {
	padding-top: 80px;
}

/*追加エリア*/
#addition {
	padding: 120px 0 80px;
	margin-bottom: 120px;
	background: var(--gray-color);
}
#addition h3,
#history h3{
	text-align: center;
	font-size: 48px;
	margin-bottom: 30px;
	color: var(--color2);
	line-height: 1.3;
}
#addition .inner {
	padding: 0 100px;
}
#addition .inner>p {
	text-align: center;
}
#addition h4 {
	color: var(--white-color);
	text-align: center;
	background: var(--color2);
	padding: 20px 0;
	font-size: 24px;
	margin-bottom: 50px;
}
#addition ul {
	display: flex;
	align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
#addition ul li {
	width: 48%;
	margin-bottom: 50px;
}
#addition ul li .addition-img {
	margin: 0 auto 30px;
	width: 280px;
}
#addition ul li .addition-title {
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
	color: var(--color2);
	font-weight: bold;
}
#addition ul li .addition-text {
	margin-bottom: 40px;
	font-size: 16px;
}
#addition ul li .point {
	padding: 20px;
	border: 1px solid var(--color1);
	position: relative;
	margin-top: 30px;
	font-size: 16px;
}
#addition ul li .point span {
	display: block;
    background: var(--gray-color);
    left: 10px;
    padding: 0 10px;
    top: -15px;
    font-weight: bold;
    position: absolute;
    color: var(--color1);
}
#history h3 {
	font-weight: bold;
    margin-bottom: 40px;
    color: var(--color1);
    font-size: 48px;
    text-align: center;
    line-height: 1.3;
}
#history h3::after {
    content: '';
    margin: 20px auto 0;
    width: 140px;
    height: 6px;
    background: var(--color3);
    display: block;
}
#history.history1 {
	padding: 0 0 120px;
}
#history.history2 {
	padding: 120px 0;
	background: var(--color1);
}
#history .inner2 {
    background: var(--gray-color);
    padding: 80px 60px;
    box-sizing: border-box;
}
#history .item {
	padding-left: 35px;
    background: url(../images/img_history1.png) top left no-repeat, url(../images/img_history2.png) top left 11px repeat-y;
	background-size: 23px , auto;
    padding-bottom: 15px;
	display: flex;
}
#history .item:last-of-type {
	padding-bottom: 0;
}
#history .item .itemtitle {
    display: flex;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
#history .item .txt1 {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
	margin-left: 50px;
}
#staff-area .table-cnt li {
    padding: 50px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
#staff-area .table-cnt li .left {
	flex: 1;
}
#staff-area .table-cnt li .right {
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
}
#staff-area .table-cnt li .right title {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: bold;
    color: var(--color1);
}
#staff-area .table-cnt li:nth-of-type(2n) {
	background: none;
}

/*FAQ*/
#faq {
	margin-bottom: 120px;
}
.module-accordion li {
	margin-bottom: 30px;
}
.qa-content .accor-title a {
	display: block;
	background: url(../images/q-icon.svg) no-repeat left top 1px;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
}
.qa-content .accor-title a,
.qa-content .accor-title a:visited,
.qa-content .accor-title a:active,
.qa-content .accor-title a:focus,
.qa-content .accor-title a:hover {
	color: var(--black-color);
}
.qa-content .accor-title .accor-title-inner {
	margin-left: 70px;
	padding: 12px 70px 12px 20px;
	font-size: 18px;
	background: var(--white-color);
	border-radius: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 1.8;
	position: relative;
	color: var(--black-color);
	font-weight: normal;
	border: 1px solid var(--color1);
}
.qa-content .accor-title .accor-title-inner::after {
	content: "";
	width: 18px;
	height: 18px;
	background: url(../images/open-icon.svg) no-repeat center center;
	position: absolute;
	right: 25px;
	top: 50%;
	z-index: 1;
	transform: translatey( -50% );
	display: block;
	visibility: visible;
	transition: 0.1s all linear;
}
li .accor-title .active .accor-title-inner::after {
	background: url(../images/close-icon.svg) no-repeat center center;  
}
.qa-content .accor-body {
	margin-top: 20px;
	padding-left: 70px;
	background: url(../images/a-icon.svg) no-repeat left top;
	display: none;
}
.module-accordion li.active .accor-body {
	display: block;
}
.qa-content .accor-body .accor-inner {
	background: var(--gray-color);
	padding: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    font-size: 18px;
}
.qa-content .accor-body .accor-inner a {
	margin-top: 10px;
	color: var(--color1);
	text-decoration: underline;
}
.qa-content .accor-body .accor-inner a:hover {
	color: var(--color2);
}

.w_910 .inner{
	max-width: 910px;
}
.about-h-t-area #two-thumtextcontainers:nth-child(even) {
	flex-direction: row;
}
.about2{
	margin: 70px 0 120px 0;
}
.about2 h4{
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 30px 0;
	text-align: center;
}
.about3{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0;
}
.about3 .item{
	margin-bottom: 80px;
	width: calc(50% - 20px);
}
.about3 h6{
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #333333;
}
.about3 figure{
	text-align: center;
	margin: 0 0 20px 0
}
.about3 p{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
}
.about4{
	margin-top: 40px;
	margin-bottom: 80px;
}
.about4 .item{
	margin-bottom: 40px;
}
.about4 h6{
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333333;
	margin: 0;
}
.about4 p{
	margin: 20px 0 0 0;
	font-size: 20px;
	line-height: 30px;
}
.about4 iframe{
	margin-top: 20px;
}
.about5{
	background: #333333;
	padding: 80px 100px;
	margin-bottom: 120px;
}
.about5 .title01{
	margin-bottom: 40px;
}
.about5 .item{
	position: relative;
	padding: 0 0 80px 55px;
}
.about5 .item:last-child{
	padding-bottom: 0;
}
.about5 .item:before{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: #333333;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.about5 .item:after{
	content: "";
	display: block;
	width: 2px;
	background: #333333;
	height: 100%;
	position: absolute;
	top: 3px;
	left: 14px;
	bottom: 0;
}
.about5 h6{
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 23px 0;
}
.about5 h6 span{
	font-size: 24px;
	display: inline-block;
	margin: 0 14px 0 0;
}
.about5 strong{
	font-size: 18px;
	line-height: 18px;
}
.about3 .btn-red a{
	display: block !important;
	text-align: center;
	max-width: 245px;
	color: #fff !important;
	font-size: 16px;
	line-height: 36px;
	padding: 10px 0;
	box-sizing: border-box;
	background: #333333;
	text-decoration: none !important;
	border-radius: 100px;
}
.about3 .btn-red a:hover{
	background: #777777;
}
#productlist{
	margin-bottom: 120px;
}
#productlist .product-loop{
	flex-wrap: wrap;
    justify-content: flex-start;
}
#productlist .product{
	flex-grow: initial;
	width: calc( ( 100% - 80px ) / 3);
	margin-left: 0!important;
	margin-bottom: 80px;
    margin-right: 40px!important;
}
#productlist .product:nth-child(3n) {
	margin-right: 0!important;
}
#productdetail{
	padding: 80px 0 0 0;
}
.productdetail .gallery{
	float: left;
	width: 48%;
	margin-bottom: 40px;
}
.productdetail .gallery .big{
	width: 100%;
	height: 350px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.productdetail .gallery .small{
	display: flex;
	flex-wrap: wrap;
}
.productdetail .gallery .small .item{
	width: calc( ( 100% - 30px ) /4 );
	height: 83px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 10px 0 0 10px;
	box-sizing: border-box;
}
.productdetail .gallery .small .item:nth-child(4n+1){
	margin-left: 0;
}
.productdetail .gallery .small .item.current{
	border: 1px solid #333333;
}
.productdetail .content{
	float: right;
	width: 48%;
	margin-bottom: 30px;
}
.productdetail .content .product-cat{
	margin: 0;
}
.productdetail .content h3{
	font-weight: normal;
	font-size: 24px;
	line-height: 40px;
	margin: 25px 0 40px 0;
}
.productdetail a.addtocart{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffa2f2;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	height: 60px;
	margin-top: 80px;
}
.productdetail a.addtocart img{
	margin-right: 10px;
}
.productdetail .description{
	clear: both;
	width: 48%;
	margin-bottom: 30px;
}
.productdetail .recommend{
	padding: 80px 0 120px 0;
}
.productdetail .recommend h4{
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
	margin-bottom: 40px;
}
.productdetail .recommend .btn-red{
	padding-top: 80px;
}
.productdetail .question{
	margin: 40px 0 0 0;
}
.productdetail h2 {
	font-size: 1.35rem;
}
.productdetail .description h1,
.productdetail .description h2,
.productdetail .description h3 {
	margin-bottom: 20px;
}
.navigation .nav-links{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 40px 0 0 0;
}
.navigation .screen-reader-text {
	display: none;
}
.navigation a,
.navigation .current{
	display: block;
	box-sizing: border-box;
	border: 1px solid var(--color1);
	line-height: 1;
	line-height: 50px;
	min-width: 50px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	color: var(--color1);
	font-weight: bold;
}
.navigation a + a{
	border-left: 0;
}
.navigation .current{
	background: var(--color1);
	color: var(--white-color);
	pointer-events: none;
}
.navigation a.prev,
.navigation a.next{
	width: 50ßpx;
}
.navigation a:hover {
	background: var(--color1);
	color: var(--white-color);
}
.navigation .page-numbers.dots {
	margin: 7px 10px;
}
.staff1{
	text-align: center;
	margin: 35px 0;
}
.applicant-list,
.blog-list {
	padding: 80px 0;
}
.applicant-list {
	background: #F3F5F6;
}

.contents {
	padding-top: 70px;
}

#sec1 .item {
	padding-top: 30px;
}

#single .left,
#applecant-post .left{
	float: left;
	width: 74%;
}
#single .right,
#applecant-post .right {
	float: right;
	width: 22.3%;
}
#single .blog .blog-link,
#applecant-post .blog .blog-link {
	background: none;
}
#applecant-post h1{
	font-size: 40px;
	line-height: 60px;
	color: #777777;
	margin-bottom: 30px;
}

#applecant-post .applecant-profile {
	display: flex;
	margin-bottom: 70px;
}
#applecant-post .applecant-profile .left-profile {
	width: 50%;
}
#applecant-post .applecant-profile .left-profile img {
	width: 95%;
}
#applecant-post .applecant-profile .right-profile {
	width: 50%;
	background: #F3F5F6;
	border: 1px solid #C9C9C9;
}
#applecant-post .applecant-profile .right-profile ul {
	padding: 30px;
}
#applecant-post .applecant-profile .right-profile ul li {
	display: flex;
	margin-bottom: 20px;
}
#applecant-post .applecant-profile .right-profile ul li .applecant-profile-item {
	width: 20%;
	font-size: 18px;
	line-height: 40px;
	color: #777777;
	position: relative;
}
#applecant-post .applecant-profile .right-profile ul li .applecant-profile-item::after {
	content: "";
	width: 1px;
	height: 90%;
	background-color: #C9C9C9;
	position: absolute;
	left: 100%;
  top: 9%;
}
#applecant-post .applecant-profile .right-profile ul li .applecant-profile-content {
	width: 80%;
	font-weight: 500;
	font-size: 18px;
	line-height: 40px;
	color: #333333;
	margin-left: 5%;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
#applecant-post .applecant-profile .right-profile ul li .applecant-profile-content .sns-icon {
	display: flex;
}
#applecant-post .applecant-profile .right-profile ul li .applecant-profile-content .sns-icon a{
	margin-right: 10px;
}

#applecant-post .applecant-text {
	margin-bottom: 150px;
}
#applecant-post .applecant-text h3 {
	font-size: 32px;
	line-height: 36px;
	color: #777777;
	position: relative;
  margin-bottom: 40px;
}

#applecant-post .applecant-text h3::before{
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #777777;
	border-radius: 100%;
	position: absolute;
	top: 50px;
	left: 50%;
	translate: -50%;
	border-radius: 0;
}
#sidebar section {
	margin-bottom: 30px;
}
#sidebar h3{
	background: var(--color2);
	line-height: 1;
	font-size: 18px;
	padding: 16px 20px;
	color: var(--white-color);
}
#sidebar h3 span{
	font-size: 13px;
	font-weight: 400;
	color: var(--white-color);
}

#sidebar .wpp-list li {
	display: flex;
}
#sidebar .wpp-list li div:first-child {
	width: 50%;
    margin-right: 10px;
}
#sidebar .wpp-list li div:last-child {
	flex: 2;
}
#sidebar .wpp-list li div a {
	color: var(--color1);
	font-weight: bold;
	font-size: 15px;
}
#sidebar .wpp-list li div a:hover {
	text-decoration: underline;
	color: var(--color2);
}
#sidebar .wpp-post-title {

}
#sidebar .wpp-list {
	margin-top: 15px;
}
#sidebar li.cat-item {
    text-align: left;
    width: 100%;
}
#sidebar li.cat-item a {
	display: inline-block;
    padding: 15px 0;
    border-bottom: 1px solid var(--color1);
	color: var(--color1);
	border-radius: 0;
	width: 100%;
	position: relative;
	font-weight: bold;
}
#sidebar li.cat-item a:hover {
	color: var(--color2);
}
#sidebar li.cat-item a::after {
	content:'〉';
	position: absolute;
	right: 10px;
}
#sidebar li.cat-item a:hover::after {
	right: 0;
	transition: all 0.2s;
}

.rank{
	margin-bottom: 40px;
}
.rank .item{
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #333333;
}
.rank .item:first-child{
	border-top: 1px solid #333333;
}
.rank a{
	text-decoration: none;
	color: #333333;
}
.rank figure{
	float: left;
	width: 95px;
	margin-right: 10px;
}
.rank .content{
	overflow: hidden;
}
.rank .date{
	font-size: 12px;
	line-height: 1;
	margin: 0 0 10px 0;
}
.rank h4{
	font-size: 13px;
	line-height: 21px;
	font-weight: 400;
	margin: 0;
}
.catlist,
.wp-block-categories-list{
	display: block;
	margin: 0;
	padding: 0;
}
.catlist li,
.wp-block-categories-list li{
	display: block;
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 28px;
}
.catlist li a,
.wp-block-categories-list li a{
	color: #333333;
	display: block;
	padding: 15px 5px;
	border: 1px solid #333333;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
}
.catlist li a:hover,
.wp-block-categories-list li a:hover{
	color: #fff;
	background: #333333;
}
#about_row1.staffpage{
	padding-bottom: 5px;
}
#single .blog-loop{
	padding-bottom: 10px;
}
#voice_row1 .voice{
	margin-bottom: 80px;
}
#voice_row1 .pagenav{
	padding: 0 0 120px 0;
}
#single {
	background: url(../images/bg_sky2.jpg) fixed;
	background-size: cover;
}
#single .inner {
	background: rgba(255,255,255,.85);
	padding: 40px;
	overflow: hidden;
	border-radius: 30px;
}
.single{
    padding: 80px 0;
    background: #fff;
}
.single .wp-video{
	width: 50% !important;
}
.single .entry-content h1 {
    background: #777777;
	color: #fff;
    padding: 20px;
    margin: 30px 0;
    font-size: 30px;
    line-height: normal;
    border-radius: 30px;
}
.single .date{
	font-size: 16px;
	line-height: 16px;
	color: #777777;
}
#single h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}
#single h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  height: 100%;
  background-color: #ccc;
  transform: skew(-20deg);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.single .product-cat{
	margin: 0;
}
.single .line{
	height: 1px;
	background: #333333;
	margin: 25px 0 40px 0;
}
.single .entry-content{
	margin: 0 auto;
	color: #555;
}
.single .entry-content h4{
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 10px 0;
	font-weight: 600;
}
.single .entry-content p + figure{
	margin-top: 30px;
}
.single .entry-content figure + p{
	margin-top: 30px;
}
.backbtn.btn-red a{
	background: none;
	border: 1px solid #333333;
	color: #333333;
}
.singlepagenav{
	max-width: 100%;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
}
.singlepagenav .nav{
	position: relative;
}
.singlepagenav a{
	background: var(--color1);
	color: var(--white-color);
	display: block;
	width: 400px;
	height: 165px;
	box-sizing: border-box;
	padding: 20px;
	text-decoration: none;
	border-radius: 20px;
}
.singlepagenav a:hover {
	background: var(--color2);
	transition: all 0.2s;
}
.singlepagenav a h6{
	display: block;
	line-height: 1;
	font-size: 24px;
	padding-bottom: 20px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #fff;
}
.singlepagenav a p{
	font-size: 18px;
	line-height: 28px;
}
.singlepagenav .prev a{
	padding-left: 60px;
}
.singlepagenav .prev::before {
	content: "";
	background: url(../images/single2.png) left 20px center no-repeat;
	width: 55px;
  height: 55px;
  position: absolute;
    top: 50%;
    transform: translate(-10%, -50%);
    -webkit-transform: translate(-10%, -50%);
    -ms-transform: translate(-10%, -50%);
	z-index: 999;
}
.singlepagenav .next a {
	text-align: right;
	padding-right: 60px;
}
.singlepagenav .next::after {
	content: "";
	background: url(../images/single3.png) center no-repeat;
	width: 55px;
  height: 55px;
  position: absolute;
    top: 50%;
    transform: translate(-10%, -50%);
    -webkit-transform: translate(-10%, -50%);
    -ms-transform: translate(-10%, -50%);
	right: 10px;
	z-index: 999;
}
.applecant-img{
	position: relative;
}
.applecant-img span#dogs{
	position: absolute;
    display: block;
    background: #777777;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 0 10px;
}
.applecant-content span#title{
	font-size: 20px;
}
.applecant-content span#birthday{
	color: #777777;
}
.news-single-content-outer {
	display: flex;
	align-items: center;
}
.news-single-content:first-child {
	margin-right: 1em;
	width: 30%;
}
.news-single-content:last-child {
	width: 70%;
}
.news-single-content-thumbnail img {
	border-radius: 20px;
}
.titleArea .subTitle {
	font-size: 24px;
	border-bottom: solid 1px #fff;
	padding-bottom: 20px;
}
.titleArea .title{
	font-size: 18px;
	padding-top: 20px;
	text-align: left;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 制限したい行数が3の場合 */
  overflow: hidden;
}

.style{
	display: flex;
	flex-wrap: wrap;
}
.style .style-cnt {
	position: relative;
    width: calc( 100% / 4 - 1px);
    margin-left: 1px;
    margin-top: 1px;
}
.style .product-cat {
	margin: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.style .style-title {
	position: absolute;
	z-index: 2;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	background: rgba(159,172,173,.8);
	color: #fff;
	bottom: 0;
	left: 0;
}
.style-in {
	margin-bottom: 120px;
}
/*.style figure{
	width: calc( 100% / 4 - 1px);
	margin-left: 1px;
	margin-top: 1px;
}*/
.style1{
	margin-bottom: 120px;
}
.style1 a{
	max-width: 340px;
}
#submain.submain_contact{
	padding: 55px 0 65px 0;
}
.w_990 .inner{
	max-width: 990px;
}
.contactbox{
	margin: 70px 0 120px 0;
	padding: 70px 40px;
	border: 1px solid #9FACAD;
	box-sizing: border-box;
	border-radius: 10px;
}
.contactbox .frow{
	display: flex;
	margin-bottom: 40px;
}
.contactbox .frow>p {
	flex-grow: 1;
}
.contactbox .frow h3{
	width: 285px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	margin: 0;
	display: block;
	padding: 11px 0;
}
.contactbox .frow h3 span{
	background: #ffa2f2;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	width: 55px;
	text-align: center;
	margin-right: 20px;
}
.contactbox .frow h3 span.norequire{
	background: #9FACAD;
}
.contactbox input,
.contactbox textarea{
	display: block;
	background: #FFFFFF;
	border: 1px solid #9FACAD;
	box-sizing: border-box;
	border-radius: 5px;
	outline: none;
	box-shadow: none;
	min-height: 44px;
	width: 80%;
	padding: 10px;
}
.contactbox textarea{
	max-width: 100%;
	width: 100%;
	min-height: 160px;
}
.contactbox .frow.submit{
	padding-top: 30px;
	padding-left: 285px;
	margin-bottom: 0;
}
.contactbox input[type=submit]{
	background: #333333;
	font-size: 16px;
	padding: 0;
	border: 0;
	line-height: 56px;
	text-align: center;
	max-width: 340px;
	color: #fff;
	border-radius: 0;
	width: 100%;
	cursor: pointer;
}
.contactbox input[type=submit]:hover {
	background: #ffa2f2;
	transition: all 0.2s;
}
.wpcf7-response-output {
	color: var(--color4);
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
}
.wpcf7-not-valid-tip {
	color: #ffa2f2;
}
.wpcf7 .accept-box {
	padding: 50px 0;
	width: 100%;
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	margin-bottom: 80px;
}
.wpcf7 .accept-text {
  text-align: center;
}
.wpcf7 .accept-text a {
  display: inline-block;
  color: var(--color1);
  text-decoration: underline;
  vertical-align: bottom;
}
.wpcf7 .accept-text a:hover {
  color: var(--color2);
  text-decoration: none;
}
.wpcf7 .accept {
  text-align: center;
  margin-top: 30px;
}
.wpcf7 .accept label {
  padding: 15px 35px;
  display: inline-block;
  border: 1px solid var(--color1);
  color: var(--color1);
  border-radius: 100px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
}
.wpcf7 .accept label>span {
  margin-right: 15px;
}
.wpcf7 .accept label>span .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
}
.wpcf7 .accept label>span .wpcf7-list-item input {
  scale: 1.5;
}
.screen-reader-response {
	display: none;
}
#relatedpost{
    padding: 80px 0 80px;
    background: var(--gray-color);
}
#relatedpost .title01{
	margin-bottom: 40px;
}
.w_910 .item a,
.question a {
	display: inline-block;
	color: #3786ef;
	text-decoration: underline;
}
.w_910 .item a:hover,
.question a:hover {
	color: #333333;
}
.item-note {
	margin-top: 20px;
	color: #ffa2f2;
}

.fadein {
  opacity: 0;
  transform: translate(0,0);
  transition: all 0.5s;
}
.fadein-left {
  opacity: 0;
  transform: translateX(-120px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.fadein-right {
  opacity: 0;
  transform: translate(120px,0);
  transition: opacity 0.5s ease-in-out 0.5, transform 0.5s ease-in-out 0.5;
}
.fadein-right2 {
  opacity: 0;
  transform: translate(240px,0);
  transition: opacity 0.5s ease-in-out 0.75, transform 0.5s ease-in-out 0.75;
}
.fadein-right3 {
  opacity: 0;
  transform: translate(360px,0);
  transition: opacity 0.5s ease-in-out 1, transform 0.5s ease-in-out 1;
}
.fadein-up {
  opacity: 0;
  transform: translate(0,-120px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.fadein-bottom {
  opacity: 0;
  transform: translate(0,120px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
/*.scrollin {
  opacity: 1;
  transform: translateX(0);
}
.scrollout {
  opacity: 0;
  transform: translateX(-50px);
}

.scrollin .fadein-left {
  opacity: 1;
  transform: translateX(0);
}

.slick {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.scrollin .slick {
  opacity: 1;
}*/

.scrollin {
  opacity: 1;
  transform: translate(0,0);
}

/*.scrollin .blog-loop{
  padding-top: 30px;
}

.blog-loop  {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.blog-loop .blog.show {
  opacity: 1;
  transform: translateX(0);
}

.scrollin.blog-loop {
  opacity: 1;
  transform: translate(0,0);
}*/

.cm {
	padding-top: 50px;
	
}
.cm img:first-child{
	padding-right: 20px;
}
#categories-2,
#wpp-2{
	padding-bottom: 15px;
}
li.cat-item ul.children {
	text-indent:  1em;
}
li.cat-item ul.children ul.children {
	text-indent:  2em;
}
article h3 a {
	display: contents;
}

article h3　a:hover{
	color: #ffa2f2;
	transition: all 0.2s;
}

.loop article h3 a:hover{
	color: #ffa2f2;
	transition: all 0.2s;
}
.footer-tel-number.text--color-sgreen .text-inner {
	background: url(../images/green-tel-icon.png) no-repeat left bottom 5px;
}
.text-inner p {
	text-align: center;
}

@media screen and (max-width: 1380px){
	#slider .catch {
		width: 560px;
	}
	#slider .catch h1 {
		font-size: 32px;
	}
	.slider-message {
    	left: 5%;
    	background-size: 200px;
    	padding: 80px 0;
	}
	section .inner {
		width: 100%;
		padding: 0 3%;
	}
	#about .about-cnt {
    	order: 1;
    	width: 50%;
    	margin-left: 0;
		padding-left: 3%;
    	padding-right: 30px;
	}
	#business .business-cnt {
		padding: 0 3%;
	}
	#business .business-cnt li {
    	width: 49%;
    	padding: 30px;
	}
	.tel-banner {
    	width: 220px;
	}
	.slider-message .sub-catch p {
    	font-size: 24px;
	}
	.title01 h3 {
    	font-size: 40px;
	}
	#single .left, #applecant-post .left {
		width: 70%;
	}
	#single .right, #applecant-post .right {
		width: 26%;
	}
	#fudosan-contact .fudosan-foot-box .fudosan-foot-left {
		font-size: 28px;
	}
	#fudosan-contact .fudosan-foot-box .fudosan-foot-right h4 {
		font-size: 52px;
		padding-left: 46px;
		background-size: 36px;
	}
	#fudosan-contact .fudosan-foot-box .fudosan-foot-right .contact-bg {
		font-size: 24px;
		margin-bottom: 30px;
	}
	#fudosan-contact .fudosan-foot-text {
		font-size: 20px;
	}
	#fudosan-contact .fudosan-foot-box .fudosan-foot-right .tel-text {
		font-size: 20px;
		margin-top: 30px;
	}
	#addition .inner {
		padding: 0 3%;
	}
}
@media screen and (max-width: 1200px){
	section .inner2 {
		padding: 0 3%;
	}
	#worries .deco-title h2.table-main-title {
		width: 54%;
		border-radius: 20px;
	}
	#worries .deco-title img.deco-title1 {
		bottom: 20px;
		width: 240px;
		left: -20px;
	}
	#worries .deco-title img.deco-title2 {
		right: -20px;
		width: 240px;
	}
	#worries .deco-top {
		height: 0;
	}
	#worries .deco-title h2.table-main-title::after {
		top: 50%;
	}
}
@media screen and (max-width: 1100px){
	section .inner{
		padding-left: 3%;
		padding-right: 3%;
	}
	.twitter-img{
		flex-wrap: wrap;
		justify-content: center;
	}
	.twitter-img img{
		width: 100px;
	}
	.twitter-img img + img{
		margin-left: 20px;
	}
	#single .left{
		float: none;
		width: 100%;
		margin-bottom: 80px;
	}
	#single .right{
		float: none;
		width: 100%;
		margin-bottom: 120px;
	}
	
	#applecant-post .applecant-profile {
		display: block;
		margin-bottom: 70px;
	}	
	#applecant-post .applecant-profile .left-profile {
		width: 100%;
	}
	#applecant-post .applecant-profile .right-profile {
		width: 100%;
		background: #F3F5F6;
		border: 1px solid #C9C9C9;
	}
	#about_explanation h3 {
		font-size: 38px;
		color: #777777;
		margin: 120px 0;
	}
	#history.history1,
	#history.history2 {
		padding: 100px 3%;
	}
	#history .inner2 {
		padding: 50px 60px;
	}
}
@media screen and (max-width: 1000px){
	main{
		padding-top: 70px;
	}
	#contact{
		background: url(../images/img11_sp.png) top right no-repeat;
		background-size: cover;
		padding: 120px 0;
	}
	#business .business-cnt li .business-detail .business-content {
    	display: block;
	}
	#business .business-cnt li a .business-detail .business-content .business-btn {
		margin-left: 0;
		margin-top: 30px;
		padding: 15px 30px;
		font-size: 16px;
		display: inline-block;
	}
	#business .business-cnt li .business-img {
    	overflow: hidden;
    	border-radius: 15px;
	}
	.top2 figure {
    position: relative;
    margin: 50px 0;
    width: 100%;
    height: auto;
    background: url(../images/movie_bg.png);
    display: flex;
    justify-content: center;
    align-items: center;
	}
	.top2 figure iframe {
    width: 99%;
	  height: 300px;
	}
	
	.applecant {
    width: 100%;
    height: auto;
		margin-bottom: 20px;
	}
	.applecant img {
		width: 100%;
    height: 200px;
    object-fit: cover;
	}
	
	.applicant-list,
	.blog-list {
		padding: 40px 0;
	}

	.applecant-name {
		font-family: 'Noto Sans JP';
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 18px;
		margin-top: 10px;
		color: #555;
	}
	.applecant-info {
		font-family: 'Noto Sans JP';
		font-style: normal;
		font-weight: 400;
		line-height: 14px;
		color: #555;
		margin-top: 20px;
		font-size: 15px;
	}

	#about_info {
		background: url(../images/about-contents-1.png) top right no-repeat;
		background-size: cover;
		padding: 150px 15px 80px 15px;
		text-align: center;
	}
	#about_explanation div ul {
		display: block;
		position: relative;
	}
	#about_explanation div {
			width: 100%;
			margin: 0 auto;
			text-align: center;
	}
	#about_explanation div ul li.left {
    width: 60%;
    background: #777777;
    text-align: left;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
	}
	#about_explanation div ul li.right {
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 20px 15px;
	}
	#about_explanation  {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#applecant-post .applecant-profile .left-profile img {
		width: 100%;
	}
	#applecant-post .applecant-profile .right-profile ul li .applecant-profile-item {
		width: 25%;
		font-size: 12px;
		line-height: 40px;
		color: #777777;
		position: relative;
	}
	#applecant-post .applecant-profile .right-profile ul {
		padding: 15px;
	}
	#about_explanation .mov iframe {
		width: 94%;
		height: 520px;
	}
	.applecant-loop {
    	display: block;
	}
	section#homeapplecant .inner,
	section#single .inner {
		max-width: 100%;
	}
	.title01 h3 {
    	font-size: 32px;
	}
	.tel-banner {
    	width: 180px;
	}
	.table-cnt li>.inner .right {
		width: 280px;
		margin-left: 40px;
	}
	.singlepagenav a {
		width: 340px;
	}
	.table-cnt li>.inner {
    	padding: 30px;
    	margin-bottom: 30px;
	}
	.table-cnt li>.inner .left title {
    	font-size: 24px;
    	padding-bottom: 8px;
	}
	.table-cnt li>.inner .left title::before {
    	padding: 5px 15px;
	}
}
@media screen and (max-width: 900px){
	
	#applecant-post h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.blog{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.blog:first-child{
		border-top: 0;
	}
	.blog .blog-link{
		display: block;
		background: none;
	}
	.blog-img{
		text-align: center;
		margin: 0 0 20px 0;
	}
	.blog-img img {
		margin: 0 auto;
		width: 100%;
	}
	.blog-img .hover{
		display: none;
	}
	.blog-content{
		padding: 0 0 30px 0;
		margin: 0;
		max-width: 100%;
	}
	.blog .post-categories {
		position: absolute;
		bottom: 20px;
		left: 0;
		z-index: 2;
	}
	.left .blog .post-categories {
		left: 0;
		bottom: 20px;
	}

	.sns-banner-line img {
		width: 60%;
	}
	.sns-banner-line {
		position: fixed;
		z-index: 999;
		bottom: 0;
		right: 0;
		width: 70%;
	}
	.addition .table-cnt li>title {
		display: flex;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px){
	body,p{
		font-size: 16px;
	}
	#slider .catch {
		width: 100%;
	}
	.slider-message {
		top: 44%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		width: 75%;
		padding: 110px 0;
	}
	#slider .arrow a img {
    	bottom: 90px;
		width: 40px;
		left: 47%;
	}
	#slider .catch h1 {
        font-size: 24px;
    }
	.slick-dots li{
		margin: 0 7px;
	}
	.slick-dots button{
		padding: 0;
		width: 10px;
		height: 10px;
	}
	main #title {
		background-size: 160%;
	}
	#about {
		background: url(../images/about_bg-sp.png);
		background-size: cover;
		padding: 80px 0 100px;
	}
	#opening {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: rgba(0,0,0,1);
		color: #fff;
		opacity: 1;
		transition: background 5s ease-out;
		z-index: 9999;
	}
	#opening.hidden {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(0,0,0,.0);
		z-index: 1;
	}
	.fv-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		object-fit: cover;
		transform: scale(1.1);
		transition: transform 100s ease-out;
		animation: zoom 100s linear infinite;
		animation-fill-mode: forwards;
		animation-iteration-count: 1;
	}
	main #title {
		padding: 60px 0 100px;
		width: 100%;
		margin: 0 auto;
		background-repeat: repeat;
		background-size: 200%;
	}
	#page-business #post-cnt-area {
		background-repeat: repeat;
		background-size: 200%;
	}
	main #title .title01 img {
		width: 90%;
		margin-top: 50px;
	}
	main #title .title01-cnt,
	main #title iframe {
    	float: none;
    	width: 100%;
	}
	main #title iframe {
		margin-top: 50px;
	}
	.title01 h2{
		margin: 0 0 40px 0;
	}
	.title01 h3{
		font-size: 24px;
	}
	.title01 p{
		font-size: 16px;
		line-height: 32px;
	}
	.title01 .btn-red{
		margin-top: 30px;
	}
	.inner h2,#about h2 {
        font-size: 32px !important;
        padding-top: 28px !important;
		background-size: 240px !important;
    }
	.inner h2::after ,#about h2::after {
    	width: 100px !important;
    	height: 4px !important;
	}
	#business .inner .t-text {
    	padding: 0 3%;
	}
	#about .inner .img-about {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	#about .inner .about-cnt {
		float: none;
		width: 100%;
	}
	#about .inner .about-cnt h2 {
		margin: 0 0 30px 0;
		font-size: 42px;
		padding-top: 50px;
		text-align: center;
		background: url(../images/img_text-about.svg) no-repeat center top;
		background-size: auto 100px;
	}
	#about .inner .about-cnt h2::after {
		margin: 20px auto 0;
	}
	#recruit .inner .recruit-cnt {
		display: block;
	}
	#recruit .inner .recruit-cnt li {
		width: 100%;
		margin-bottom: 30px;
	}
	.blog-loop {
		display: block;
		justify-content: center; /* 水平方向の中央寄せ */
	}
	.blog.scrollin {
		opacity: 1;
		transform: translate(0,0);
		width: 100%;
	}
	.blog h3 {
		margin: 10px 0 30px 0;
	}
	.blog-img {
		border-radius: 15px;
	}
	#title .feature li {
    	margin: 50px 5px 0;
	}
	.slider-logo img{
		width: 100%;
	}
	.top1{
		display: block;
	}
	.top1 .title01{
		margin-bottom: 40px;
	}
	.top1 .title01 .btn-red{
		display: none;
	}
	.top1 article{
		display: block;
		padding: 20px 0;
	}
	.top1 article .date{
		margin: 0 0 10px 0;
		line-height: 1;
	}
	.top1 article h3{
		font-size: 16px;
	}
	.top1 .loop + .btn-red{
		display: block;
		margin-top: 40px;
	}
	.top2{
		display: block;
	}
	.top2 .title01{
		text-align: center;
	}
	.btn-red a {
		margin-left: auto;
		margin-right: auto;
	}
	.voice-img{
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
		text-align: center;
	}
	.rtt{
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: 90px;
	}
	#cartbtn-mobile{
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999;
	}
	#cartbtn-mobile a{
		display: block;
		background: url(../images/img17.png) left 30px center no-repeat #ffa2f2;
		text-align: center;
		color: #fff;
		line-height: 1;
		font-size: 16px;
		font-weight: 700;
		line-height: 60px;
		text-decoration: none;
	}
	.product-loop{
		display: block;
	}
	.product{
		width: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.slider-logo{
		width: 150px;
	}
	.about3 .item{
		width: 100%;
	}
	.about5 h6 span{
		display: block;
		margin-bottom: 13px;
	}
	#productlist .product{
		width: 100%;
	}
	.productdetail .gallery,
	.productdetail .content,
	.productdetail .description{
		float: none;
		width: 100%;
	}
	#single .left,
	#single .right{
		float: none;
		width: 100%;
	}
	#contact{
		background-position: top right -0px;
	}
	.blog:first-child{
		padding-top: 20px;
	}
	.blog {
		width: 100%;
		margin-right: 0;
	}
	h2.left-line:before {
		content: "";
		display: block;
		width: 200px;
		height: 2px;
		background: #777777;
		border-radius: 100%;
		position: absolute;
		top: 50px;
		left: 50%;
		translate: -50%;
		border-radius: 0;
	}
	#about_explanation .mov iframe {
		height: 480px;
	}
	.top2 .content>p {
		font-size: 16px;
		line-height: 1.8;
		color: #555;
	}
	
	#submain em{
		font-size: 20px;
	}
	
	.overlap-ttc-img {
	    display: inline-block;
	    background-color: #000000;
	}
	
	.overlay-bk:hover,
	.overlay-bk {
		background-color: unset;
	}
	.tel-banner {
		display: none;
	}
	.tel-banner-sp {
		display: flex;
	}
	#business {
	}
	#business .business-cnt li {
	  padding: 15px;
	  width: 100%;
	  margin-bottom: 30px;
	  float: none;
	}
	#business .business-cnt li .business-detail .business-title {
    	font-size: 24px;
    	margin: 15px 0;
    	padding-bottom: 15px;
	}
	#business .business-cnt {
    	margin-bottom: 20px;
	}
	#about {
		flex-wrap: wrap;
		padding: 80px 3% 0;
	}
	#about .img-about {
		width: 100%;
	}
	#about .about-cnt {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
		margin-bottom: 30px;
    }
	#about .about-cnt h2 {
		text-align: center;
		background: url(../images/img_text-about.svg) no-repeat center top;
	}
	#about .about-cnt h2::after {
		margin: 20px auto 0;
	}
	.deco2 {
		display: none;
	}
	.title01 h2 {
    	font-size: 32px;
	}
	.title01 h2 span {
    	font-size: 20px;
	}
	#business .business-cnt li .business-img {
	}
	#homeapplecant, #recruit {
    	padding: 100px 0;
	}
	.btn-red a {
		margin-bottom: 0;
	}
	.blog {
    padding-bottom: 0;
    margin-bottom: 0;
	}
	#page_info {
		padding: 115px 0 0px 0;
		height: 240px;
	}
	#submain h2 {
		font-size: 32px;
		line-height: 30px;
		color: var(--white-color);
		padding-top: 30px;
		background-size: 240px !important;
	}
	#two-thumtextcontainers:first-of-type {
		margin-top: 50px;
	}
	#two-thumtextcontainers h4 {
		margin-bottom: 20px;
		font-size: 28px;
		line-height: 1.3;
	}
	#two-thumtextcontainers h4::after {
    	margin-top: 20px;
    	width: 100px;
    	height: 4px;
	}
	.two-thumtextcontainers-right {
    	margin-bottom: 30px;
	}
	.table-main-title {
		font-size: 36px;
		margin-bottom: 30px;
		line-height: 1.3;
	}
	#addition h4 {
		padding: 15px 0;
	}
	#addition h3, #history h3 {
		font-size: 42px;
	}
	.table-cnt li>.inner {
		display: block;
		width: 100%;
	}
	.table-cnt li>.inner .left {
		margin-bottom: 30px;
	}
	.table-cnt li>.inner .right {
		width: 100%;
		margin-left: 0;
	}
	.table-cnt li>.inner .right img {
		width: 100%;
	}
	.table-cnt li>.inner .left title {
		font-size: 24px;
		padding-bottom: 8px;
	}
	.table-cnt li>.inner .left title::before {
		margin-right: 15px;
		padding: 5px 18px;
	}
	.addition .fire th, .addition .fire td {
		padding: 15px 10px;
		font-size: 16px;
	}
	.addition .h-text-note {
		border-radius: 10px;
		padding: 20px;
	}
	.addition .h-text-note3 {
		border-radius: 10px;
		padding: 20px;
	}
	.change-btn {
		margin-top: 50px;
	}
	.change-btn li>a, .change-btn li>span {
		border-radius: 15px 15px 0 0;
		padding: 15px 0;
		font-size: 20px;
	}
	.addition .table-cnt2 title {
		font-size: 28px;
		margin-bottom: 15px;
		padding-bottom: 15px;
		line-height: 1.3;
	}
	.addition .table-cnt2>li .table-img {
		flex-wrap: wrap;
	}
	.addition .table-cnt2>li .table-img>li {
		width: 50%;
		margin-bottom: 20px;
	}
	.addition .table-cnt2>li .table-img img {
    	padding: 0 10px;
	}
	.addition>.table-img {
		display: block;
	}
	.addition>.table-img li {
		width: 100%;
		margin: 0 auto;
		padding: 30px;
	}
	.addition>.table-img li img {
		width: 100%;
	}
	.addition .h-text-note2 {
		border-radius: 10px;
		padding: 20px;
		font-size: 20px;
	}
	.addition .addition-text {
		font-size: 18px;
		margin-top: 50px;
	}
	#h-text-area {
		margin-bottom: 80px;
	}
	.addition .table-cnt2>li {
		margin: 30px 0 0;
		font-size: 16px;
	}
	.other-businesss .table-cnt2 li {
		padding: 20px 0;
		display: block;
	}
	.other-businesss .table-cnt2 li .right {
		margin-top: 20px;
	}
	.other-businesss .table-cnt2 li .left {
		width: 100%;
		margin-right: 0;
	}
	.addition .table-cnt li>title {
		font-size: 24px;
	}
	.addition .table-cnt li>title::before {
		margin-right: 10px;
		padding: 5px 18px;
	}
	.addition>p {
		font-size: 20px;
	}
	.contents {
		padding-top: 60px;
	}
	#breadcrumb{
		font-size: 14px;
		line-height: 20px;
    	white-space: nowrap;
		overflow-x: scroll;
	}
	.breadcrumb {
		width: 100%;
	}
	#contact-table .wpcf7-form h4 {
		font-size: 24px;
	}
	.privacy-policy h3 {
		margin-top: 80px;
		margin-bottom: 40px;
		font-size: 36px;
		line-height: 1.3;
	}
	.privacy-policy h4 {
		font-size: 20px;
	}
	#table-company .company-fire td {
		padding: 15px 10px;
		font-size: 16px;
	}
	#table-company .company-fire td span {
		font-size: 18px;
	}
	.singlepagenav a {
		width: 300px;
		height: 155px;
		padding: 15px;
	}
	#post-cnt-area h3 {
		font-size: 28px;
	}
	#post-cnt-area h3 br {
		display: none;
	}
	#post-cnt-area {
		padding: 0;
	}
	.table-main-title span {
		display: block;
	}
	#addition ul {
		display: block;
	}
	#addition ul li {
		width: 100%;
		margin-bottom: 50px;
		display: flex;
	}
	#addition ul li .addition-img {
		margin: 0 20px 0 0;
		width: 140px;
	}
	#addition ul li .addition-cnt {
		flex:1;
	}
	#addition ul li .addition-title {
		text-align: left;
		font-size: 24px;
		margin-bottom: 15px;
	}
	#addition ul li .addition-text {
		margin-bottom: 30px;
	}
	#addition ul li .point {
		padding: 15px;
		margin-top: 20px;
		font-size: 14px;
	}
	#history .inner2 {
		padding: 50px 25px;
	}
	#history .item {
		padding-left: 40px;
		background: url(../images/img_history1.png) top left no-repeat, url(../images/img_history2.png) top left 12px repeat-y;
		background-size: 25px , auto;
		padding-bottom: 30px;
	}
	#history .item .itemtitle {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
		display: block;
	}
	#history .item .itemtitle span {
		margin-bottom: 5px;
		display: block;
	}
	#history .item .txt1 {
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 10px;
	}
	#staff-area .table-cnt li {
		padding: 30px 0;
		display: block;
	}
	#staff-area .table-cnt li .right {
		padding: 30px 0 0;
	}
	#staff-area .table-cnt li .right title {
		font-size: 28px;
	}
	#table-company .company-fire td .map li {
		width: 100%;
		margin-bottom: 15px;
	}
	#relatedpost .title01 h2 {
		font-size: 42px;
	}
	.table-main-title {
		font-size: 34px;
	}
	#contact-table .wpcf7-form .file-note {
		font-size: 14px;
	}
	#contact-table .wpcf7-form .pp-scroll {
		margin: 0 auto 30px;
		padding: 30px 15px;
	}
	#contact-table .wpcf7-form .pp-scroll .pp-title-b {
		font-size: 20px;
	}
	#contact-table .wpcf7-form .pp-scroll .pp-title {
		font-size: 18px;
	}
	#contact-table .wpcf7-form p>span {
		margin-bottom: 60px;
	}
	#contact-table .wpcf7-form .kome {
		margin-bottom: 60px;
		margin-top: -50px;
	}
	.privacy-policy h3 {
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 32px;
	}
	#single .inner {
		padding: 20px;
	}
	.table-cnt li>.inner {
    	padding: 15px;
    	margin-bottom: 30px;
	}
	.table-cnt li>.inner .left title {
    	font-size: 20px;
    	padding-bottom: 5px;
	}
	.table-cnt li>.inner .left title::before {
    	padding: 5px 10px;
	}
	.about-h-t-area .inner p {
    	font-size: 16px;
	}
	.about-h-t-area .inner p span {
    	font-size: 20px;
	}
	#page-contact .table-main-title {
    	font-size: 20px;
	}
}

@media screen and (max-width: 680px){
	.slider-message {
		width: 85%;
	}
	#about .inner .img-about {
		width: 100%;
	}
	#about .inner .about-cnt h2 {
		margin: 0 0 30px 0;
		font-size: 36px;
		padding-top: 40px;
		background-size: auto 65px;
	}
	.product-cat{
		font-size: 14px;
	}
	.product h3{
		font-size: 18px;
		line-height: 30px;
	}
	.product-price{
		font-size: 18px;
		line-height: 28px;
	}
	.product-price span{
		font-size: 28px;
	}
	#homenew,
	#homegreeting,
	#homevoice,
	#recruit,
	#contact,
	#homeapplecant,
	#recruit{
		padding: 100px 0;
	}
	.top2.second{
		margin-bottom: 60px;
	}
	.voice-loop{
		display: block;
	}
	.voice{
		margin-left: 0;
	}
	.voice h3{
		font-size: 16px;
	}
	.top4{
		margin-bottom: 40px;
	}
	.top4 h3{
		font-size: 18px;
	}
	.slider-logo{
		left: 20px;
		width: 220px;
		top: 40px;
		transform: none;
	}
	.top3{
		font-size: 18px;
	}
	#worries .deco-title h2.table-main-title {
		font-size: 28px;
		padding: 15px 20px;
		margin-bottom: 30px;
		border-radius: 10px;
		width: 70%;
	}
	#worries .deco-title img.deco-title1 {
		bottom: 120px;
		width: 140px;
		left: -20px;
	}
	#worries .deco-title img.deco-title2 {
		right: -20px;
		width: 150px;
	}
	#worries .deco-top {
		height: 0;
	}
	#worries .deco-title h2.table-main-title::after {
		background-size: 20px 20px;
		width: 20px;
		height: 20px;
		right: -20px;
		top: 50%;
	}
	#worries .deco-title {
		text-align: left;
	}
	#worries .worries-menu li {
		width: 48.5%;
		border-radius: 10px;
		margin-bottom: 15px;
		padding: 20px 10px;
	}
	#worries .worries-menu li>img {
		height: 150px;
		margin: 0 auto 20px;
	}
	#worries .worries-menu li .step-title {
		font-size: 15px;
	}
	#about_row1{
		padding: 60px 0;
	}
	.about2{
		margin: 40px 0 80px 0;
	}
	.about2 h4{
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 30px;
	}
	.about3 .item{
		margin-bottom: 40px;
	}
	.about4 .item{
		margin-bottom: 30px;
	}
	.about4 h6{
		font-size: 18px;
		line-height: 27px;
	}
	.about4 p{
		font-size: 16px;
		line-height: 28px;
	}
	.about5{
		padding: 70px 15px;
	}
	.about5 .item{
		padding-bottom: 40px;
	}
	.about5 h6{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	#productlist{
		margin-bottom: 80px;
	}
	#productlist .product{
		margin-bottom: 30px;
	}
	#productlist .pagenav{
		padding: 10px 0 0 0;
	}
	.productdetail .content h3{
		font-size: 18px;
		line-height: 30px;
	}
	.productdetail a.addtocart{
		margin-top: 30px;
	}
	.productdetail .recommend{
		padding: 50px 0 80px 0;
	}
	.productdetail .question{
		text-align: center;
	}
	.productdetail .recommend .btn-red{
		padding-top: 20px;
	}
	.productdetail .gallery .small .item{
		height: 60px;
	}
	#single .left, #single .right{
		margin-bottom: 80px;
	}
	#single .blog-loop{
		padding-bottom: 0;
	}
	#voice_row1 .voice{
		margin-bottom: 40px;
	}
	#voice_row1 .pagenav{
		padding: 20px 0 80px 0;
	}
	.single{
		margin-top: 40px;
		margin: 0px;
		padding: 50px 0;
	}
	.single .wp-video{
		width: 100% !important;
	}
	.single .entry-content h1 {
		background: #777777;
		color: #fff;
		padding: 10px 0 10px 20px;
		margin: 30px 0;
		font-size: 20px;
		line-height: normal;
		border-radius: 10px;
	}
	.single h2,
	.single .entry-content h4{
		font-size: 20px;
		line-height: 30px;
	}
	.single .line{
		margin-bottom: 20px;
	}
	.singlepagenav{
		margin: 80px 0 40px 0;
		flex-direction: column-reverse;
	}
	.singlepagenav a{
		width: 100%;
	}
	.singlepagenav a.prev{
		margin-top: 20px;
	}
	.singlepagenav .prev a {
		margin-top: 30px;
	}
	.news-single-content {
		margin: 0;
	}
	.single .line {
		margin: 10px 0 40px 0;
	}
	.style{
	}
	.style .style-cnt{
		width: calc( 100% / 2 - 1px);
	}
	.style1{
		margin-bottom: 80px;
	}
	.style1 a{
		max-width: 225px;
	}
	.contactbox{
		padding: 40px 15px;
		margin: 40px 0 80px 0;
	}
	.contactbox .frow{
		display: block;
		margin-bottom: 30px;
	}
	.contactbox .frow h3{
		width: 100%;
		max-width: 100%;
		padding: 0 0 20px 0;
	}
	.contactbox input, .contactbox textarea{
		width: 100%;
		max-width: 100%;
	}
	.contactbox textarea{
		min-height: 180px;
	}
	.contactbox .frow.submit{
		padding: 10px 0;
	}
	.contactbox input[type=submit]{
		max-width: 225px;
		margin: 0 auto;
		display: block;
	}
	#submain.submain_contact{
		padding: 40px 0;
	}
	.blog:first-child{
		padding-top: 0;
	}
	.news-post article {
		display: block;
	}
	.w_910 .inner {
		max-width: 100%;
		width: 100%;
	}
	.introduce-line-banner-text a {
		font-size: 16px;
	}
	.introduce-line-border {
		padding: 15px;
	}
	.sns-banner-line img {
		width: 60%;
	}
	.introduce-line-head {
		font-size: 32px;
	}
	#about_explanation .mov iframe {
		height: 320px;
	}
	#title .feature {
    	display: block;
	}
	#title .feature li {
		width: 100%;
	}
	#title .feature li {
    	margin: 20px auto 0;
		width: 80%;
	}
	#title .feature li:first-of-type {
    	margin: 50px auto 0;
	}
	.title01 h2 {
		font-size: 24px;
	}
	.title01 h3 {
		font-size: 32px;
		text-align: center;
	}
	.title01 h3::after {
		margin: 20px auto 0;
	}
	.addition .underbar-text {
		width: 100%;
		margin: 40px auto 0;
		line-height: 1.3;
	}
	.addition .underbar-text::after {
		content: none;
	}
}