@charset "utf-8";

/* ◆ PC SIZE ◆
============================================================== */


/* 共通 */
section {
	margin-bottom: 80px;
}
.inner {
	max-width:1100px;
	width:96%;
	margin:0 auto;
}

.box2	{margin-left:auto; margin-right:auto; 
	width:100%;
	text-align:left;
	clear:both;
	position:relative;
	margin-bottom: 40px;
	}

p {
	font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
    margin-bottom: 15px;
	font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

th,td ,
dt,dd {
	font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
    margin-bottom: 15px;
	font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

li {
	font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
	font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

strong	{font-weight: bold;}

.no-link {pointer-events:none;}
.clb	 {clear: both;}
img		 {width: 100%;}

.flex {
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

@media screen and (max-width:767px){
p,
th,td ,
dt,dd ,
li {
    font-size: 14px;
	}
.inner {
	width:96%;
	}
}


/* フォント */
@font-face {
  font-family: 'gyousyo';
  src: url('../font/FAGGM.TTF') format('truetype');
}
.gyousyo {
	font-family:'gyousyo';
}



/* 下層 ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
 -----------------------------------------------------*/


/* 下層ビジュアル */

.subVisual {
	height:380px;
	min-width:1200px;
	position: relative;
}
.subVisual::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0, .25);
	width: 100%;
	height: 100%;
}
.subVisual h2 {
	position: relative;
}
.subVisual h2::before {
    content: "";
    background-image: url(../img/logo-heading.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    width: 84px;
    height: 84px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: .55;
}
@media screen and (min-width: 769px) {
.subVisual {
    height: 380px;
    min-width: 100%;
    margin-top: -50px;
	}
}
@media screen and (max-width:999px){
.subVisual {
    min-width: 100%;
	}
}
@media screen and (min-width:1200px){
.subVisual {
	min-width:100%;
	}
}

.subVisual .inner	{
	height:100%;
	position:relative;}


.subVisual h2 {
	padding:0 0;
	font-weight:bold;
	text-shadow: 1px 1px 5px black;
	text-align:center;
	font-size:30px;
	color:#fff;
	letter-spacing:1px;
	position:absolute;
	height:100%;
    line-height: 440px;
	left: 0;
	right:0;
}

/* 各ページビジュアル */

.subimg_service				{background:url(../img/subimg_service.jpg) no-repeat center center;background-size:cover;}
.subimg_company				{background:url(../img/subimg_company.jpg) no-repeat center center;background-size:cover;}
.subimg_recruit				{background:url(../img/subimg_recruit.jpg) no-repeat center center;background-size:cover;}
.subimg_news				{background:url(../img/subimg_news.jpg) no-repeat center center;background-size:cover;}
.subimg_blog				{background:url(../img/subimg_blog.jpg) no-repeat center center;background-size:cover;}
.subimg_contact				{background:url(../img/subimg_contact.jpg) no-repeat center center;background-size:cover;}
.subimg_policy				{background:url(../img/subimg_policy.jpg) no-repeat center center;background-size:cover;}
.subimg_sitemap				{background:url(../img/subimg_sitemap.jpg) no-repeat center center;background-size:cover;}



@media screen and (max-width:767px){
.subVisual {
    height: 160px;
	}
.subVisual h2 {
    font-size: 24px;
    line-height: 160px;
	}
.subVisual h2::before {
    width: 64px;
    height: 64px;
    top: 50%;
	}
}



/* パンクズ */

.path {
    padding: 12px 0 12px 0;
    margin: -15px 0 -15px 0;
    min-width: 1200px;
    background: #f9f9f9;
    position: relative;
    z-index: 1;
}
.path .box {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    max-width: 1100px;
    text-align: left;
    clear: both;
    position: relative;
}
.path ul			{letter-spacing:-0.4em;}
.path ul li			{display:inline-block;letter-spacing:0.1em;color:#777;font-size:15px;line-height:1;}
.path ul li a		{color:#777;font-size:14px;display:block;line-height:1;}
.path ul li a:hover	{color:#1857e3;font-size:14px;}
.path ul li a:after	{padding:0 5px;content:"/";}



@media screen and (max-width:1200px){
.path {
	min-width:100%;
	}
}
@media screen and (max-width:767px){
.path .box {
    width: 96%;
	}
}



/* 下層ページ見出し */
h3 {
	font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    margin: 25px auto 25px auto;
    color: #f06600;
    border-bottom: 3px dotted;
    padding-bottom: 10px;
}
h4 {
	margin-bottom: 20px;
}
h4 span {
    padding: 4px 10px 7px 10px;
    font-size: 16px;
    background-color: #f06600;
    color: #fff;
}
@media screen and (max-width:767px){
h3 {
    font-size: 20px;
    margin: 25px auto 25px auto;
	}
}



/*
---------------------------------------------------- 会社情報 company */

dt {
	display: inline-block;
	width: 24%;
	margin-right: 15px;
	vertical-align: top;
}
dd {
	display: inline-block;
	width: 71%;
	vertical-align: top;
}
.company .lead {
	height: 580px;
    position: relative;
}
.company .lead::before {
    content: '';
    background-image: url(../img/company/company_lead.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: 580px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6;
}
.company .lead .color_box {
    padding: 55px 35px 30px 35px;
    background: rgba(255, 255, 255, .825);
    z-index: 1;
    position: relative;
    top: 80px;
}
.company .lead p {
    font-size: 17.5px;
    line-height: 1.8;
    margin-bottom: 25px;
    text-align: left;
}
.company .lead p:first-child {
    font-size: 20px;
    text-align: center;
}
.company .lead p:last-child {
	margin-bottom: 0;
}
.company .overview {
    padding: 25px 0 20px 0;
    margin-bottom: 55px;
    background-color: #f8f8f8;
}
.company .overview .content {
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.company .overview .content dl {
    width: 47.5%;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
    margin-right: 30px;
}
.company .overview .content dl:nth-child(2) {
    margin-right: 0;
}

.company .map-box {
	width: 100%;
}
.company iframe {
	width: 100%;
	height: 440px;
}
.company .message {
    padding-top: 20px;
    padding-bottom: 10px;
}
.company .message .content.flex {
	gap: 25px;
    margin-bottom: -50px;
}
.company .message .content.flex .inleft {
	display: inline-block;
	width: 67.5%;
}
.company .message .content.flex .inright {
	display: inline-block;
	width: 28.5%;
}
.company .message .title {
    margin-top: 15px;
    margin-bottom: 20px;
}
.company .message .title span {
    padding: 10px 10px;
    background-color: #f06600;
    color: #fff;
    font-size: 17.5px;
    font-weight: bold;
}
.company .message .text {
    margin-bottom: 40px;
}
.company .message .bold {
	font-weight: bold;
	color: #f06600;
    line-height: 2.5;
    font-size: 17px;
}
.company .message .name {
    text-align: right;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 35px;
}
.company .message .name span {
    margin-left: 1em;
    font-size: 30px;
}
.jp_slide_img_wrapper {
    position: relative;
    width: 100%;
    height: 220px;
    background-image: url('../img/company/gallery.jpg');
    background-repeat: repeat-x;
    background-size: cover;
    background-position: 0 0;
    animation-name: slide_img;
    animation-duration: 300s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes slide_img {
    100% {
        background-position: -10000px 0;
        }
}
.main_catch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.main_catch .logo img {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width:1000px){
.company .lead ,
.company .lead::before {
	height: 550px;
	}
.company .lead p:first-child span {
    background: linear-gradient(transparent 60%, #ffc866 60%);
	}
}
@media screen and (max-width:767px){
.company .lead {
    height: 720px;
	}
.company .lead::before {
    height: 720px;
	}
.company .lead p {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: left;
	}
.company .lead p:first-child {
    font-size: 16.5px;
	}
.company .lead .color_box {
    padding: 30px 15px 10px 15px;
    top: 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	}
.company .overview .content {
    display: block;
	}
.company .overview .content dl {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 5px;
    margin-right: 0;
	}
dt {
    width: 22%;
	}
dd {
    width: 72%;
	}
.company iframe {
    height: 240px;
	}
.company .message .content.flex .inleft ,
.company .message .content.flex .inright {
    display: block;
    width: 100%;
	}
.company .message .title span {
    padding: 8px 10px;
    font-size: 15px;
	}
.company .message .name {
    font-size: 18px;
    margin-top: -25px;
    margin-bottom: 15px;
	}
.company .message .name span {
    margin-left: 0.75em;
    font-size: 24px;
	}
.jp_slide_img_wrapper {
    height: 120px;
	}
.gallery-area {
    margin-top: -25px;
    margin-bottom: 40px;
	}
}
@media screen and (min-width:520px) and (max-width:767px){
.company .lead::before {
    height: 400px;
	}
.company .lead {
    height: 400px;
	}
}



/*
---------------------------------------------------- 事業内容 service */

.service .content {
    padding: 30px 0 10px 0;
    margin: 0px 0 0 0;
}
.service .content:first-child {
	margin-top: 80px;
}
.service .content:nth-child(2n-1) {
    margin-bottom: 25px;
}
.service .content h3 {
    margin: 0 auto 30px auto;
}
.service .image_box {
	display: inline-block;
	width: 32%;
	margin-right: 30px;
    vertical-align: top;
}
.service .text_box {
	display: inline-block;
	width: 63%;
    vertical-align: top;
}
.service .content:nth-child(2n-1) {
    background-color: #f9f9f9;
}
.service .content:nth-child(2n-1) .text_box {
	display: inline-block;
	width: 63%;
	margin-right: 30px;
    vertical-align: middle;
}
.service .content:nth-child(2n-1) .image_box {
	display: inline-block;
	width: 32%;
	margin-right: 0;
    vertical-align: middle;
}
.service .point_box {
    background-color: #fff8f3;
    padding: 30px 10px 20px 10px;
    margin-top: 20px;
}
.service .content:nth-child(2n-1) .point_box {
    background-color: #fff;
}
.service .feature_box {
    background-color: #f06600;
    color: #fff;
    padding: 25px 35px 15px 35px;
    margin-top: 40px;
}
.service .ninushi-area {
    margin-top: 65px;
    margin-bottom: 45px;
}
.service .ninushi-area .flex {
    padding: 35px 35px 15px 35px;
    background-color: #f06600;
    color: #fff;
}
.service .ninushi-area .flex {
	gap: 0 30px;
}
.service .ninushi-area .inleft {
	display: inline-block;
	width: 70%;
}
.service .ninushi-area .inright {
	display: inline-block;
	width: 25%;
}
.service .ninushi-area .title {
	text-align: center;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 3px dotted;
    padding-bottom: 10px;
}

@media screen and (min-width:768px) and (max-width:1000px){
.service .content {
    padding: 20px 0;
    margin: 10px 0;
	}
}
@media screen and (max-width:767px){
.service .ninushi-area {
    margin-top: 55px;
    margin-bottom: 15px;
	}
.service .ninushi-area .flex {
    padding: 20px 10px 10px 10px;
    display: block;
	}
.service .ninushi-area .inleft {
    display: block;
    width: 100%;
	}
.service .ninushi-area .inright {
    display: block;
    width: 100%;
}
.service .ninushi-area .title {
    font-size: 20px;
    padding-bottom: 5px;
	}
.service .content {
    padding: 1px 0 15px 0;
    margin: 0;
	}
.service .content:first-child {
	margin-top: 40px;
	}
.service .content h3 {
    margin: 25px auto 20px auto;
	}
.service .image_box {
	display: block;
	width: 100%;
	margin-right: 0;
	}
.service .text_box {
	display: block;
	width: 100%;
	}
.service .content:nth-child(2n) .text_box ,
.service .content:nth-child(2n-1) .text_box {
	display: block;
	width: 100%;
	margin-right: 0;
	}
.service .content:nth-child(2n) .image_box ,
.service .content:nth-child(2n-1) .image_box {
	display: block;
	width: 100%;
	}
.service .content .image_box img {
    object-fit: cover;
    width: 100%;
    height: 220px;
	}
}



/*
---------------------------------------------------- プライバシーポリシー policy */

.policy .content {
	margin-top: 60px;
}
.policy .content.lead {
	margin-top: 100px;
}
.policy .content h3 {
    margin: 25px auto;
}
.policy li {
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width:767px){
.policy .content {
	margin-top: 35px;
	}
.policy .content.lead {
	margin-top: 60px;
	}
}



/*
---------------------------------------------------- 採用情報 recruit */

.recruit .content {
    margin-top: 60px;
    max-width: 1000px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.recruit .content.lead {
	margin-top: 100px;
}
.recruit .content dl {
	border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.recruit .content dt {
	width: 15%;
	background: #f06600;
	color: #fff;
    font-weight: 500;
	text-align: center;
	padding: 5px 10px;
	margin-right: 25px;
}
.recruit .content dd {
    padding-left: 1em;
    text-indent: 0em;
    width: 80%;
}
.recruit .content li {
	list-style-type: square;
}
.recruit .content d2 {
	width: 75%;
}
@media screen and (max-width:767px){
.recruit .content {
    margin-top: 30px;
	}
.recruit .content.lead {
	margin-top: 60px;
	}
.recruit .content dt {
	width: 100%;
	display: block;
	margin-right: 0;
	}
.recruit .content d2 {
	width: 100%;
	display: block;
	}
.recruit .content dd {
    width: 100%;
	}
}



/*
---------------------------------------------------- お問い合わせ contact */
section.contact {
    background-color: #f8f8f8;
    margin-top: -25px;
    margin-bottom: -80px;
    padding-top: 1px;
    padding-bottom: 160px;
}
.contact .content {
    margin-top: 60px;
    max-width: 1000px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.contact .content.lead {
	margin-top: 80px;
}
.contact .content.lead i {
	color: red;
	font-style: normal;
}
.formBox {
    padding: 10px 30px 30px 30px;
    background-color: #ffffff;
    margin-top: 30px;
}
.formBox table 				{
	margin-top:30px;
	margin-bottom: 50px;
	width:100%;}
.formBox th					{
	padding:20px;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	border-left:solid 1px #e4e4e4;
    background: #ffc092;
    color: #000000;
	line-height:1;
	letter-spacing:0.1em;
	vertical-align:top;
	width:94%;
	line-height: 1.4;
    display: block;
    vertical-align: middle;}
.formBox td					{
	padding:0px 20px 20px 10px;
    width: 70%;
    vertical-align: middle;}
.formBox td.name span		{margin-top:10px;display:block;}
.formBox td.name span.policy-area		{
	margin-top:0px;
	display:block;
	}
.formBox td.sendcell		{padding:40px 0;text-align:center;border-left:none;border-right:none;}
.formBox td input			{padding:10px;border:solid 1px #d8d8d8;width:100%;}
.formBox td.ymd input		{width:15%; display: inline-block;}
.formBox td.ymd .error		{display: inline-block;margin-bottom: 10px;}
.formBox td.radio input		{width: 40px;
    display: inline-block;
    }
.formBox tr.about td input {
    width: 3%;
}
.formBox td.radio label		{margin-right: 50px;}
.formBox td.list			{padding-bottom:30px;}
.formBox td.list p			{margin:20px 0 5px 0;padding:0;font-weight:bold;}
.formBox td.list span		{margin:0 0px 0 0;display:inline-block;vertical-align:top;width:33%;}
.formBox td.list span input	{width:auto;}
.mwform-radio-field-text		{width:11em!important;}
.mw_wp_form .horizontal-item + .horizontal-item	{margin-left:0px;}
.formBox td textarea		{padding:10px;width:90%;border:solid 1px #d8d8d8;}

.send {
    margin: -30px auto 30px auto;
    text-align: center;.formBox th
}
.send input {
    padding: 20px 100px;
    border: solid 1px #ffffff;
    border-bottom: solid 3px #aa4800;
    background: #f06600;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
}
.send input:hover {
	opacity:.75;
	transition: .3s;
    border-bottom: solid 2px #aa4800;
}
.send.back {
    margin-top: -15px;
}
.send.back input {
    width: 16.65em;
    padding: 20px 75px;
}
@media screen and (max-width:767px){
.formBox {
    padding: 1px 10px 1px 10px;
	}
.contact .content.lead {
    margin-top: 60px;
	}
.contact .content {
    margin-top: 30px;
	}
.formBox th {
    padding: 20px;
    width: 100%;
    display: block;
	}
.formBox td {
    padding: 0px 0px 0px 0px;
    width: 100%;
    display: block;
	}
.formBox tr.tel td {
	text-align: center;
	}
.formBox td textarea {
    width: 100%;
	}
}
.wp-pagenavi {
    clear: both;
    margin: 30px auto;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    margin: 2px 10px 2px 2px;
    font-size: 16px;
    padding: 6px 10px;
}

/*
---------------------------------------------------- お知らせ一覧 news */
.topics {
    padding-top: 80px;
}
.date {
    display: inline-block;
}
.topics table {
	width: 100%;
}
.topics tr {
	border-bottom: 1px solid #ebebeb;
    padding-bottom: 0px;
    margin-bottom: 15px;
    display: block;
}
.topics tr th {
    padding: 0;
	width: 18%;
	display: inline-block;
    color: #333;
    letter-spacing: 0.05em;
    margin-right: 20px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}
.topics tr th span ,
.topics span.category {
    margin-left: 10px;
    margin-right: 10px;
    padding: 6px 0 6.5px 0;
    position: relative;
    top: -1px;
    width: 86px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background: #f06600;
    text-align: center;
    line-height: 1;
    display: inline-block;
    letter-spacing: 0.05em;
    border-radius: 0px;
}
.topics tr td {
	width: 78%;
    display: inline-block;
}
.topics tr td a {
	color:#333;
}
.topics p.data {
	display: inline-block;
}
@media screen and (max-width:767px){
.topics {
    padding-top: 60px;
	}
.topics tr th {
    padding: 0;
    width: 100%;
    display: block;
    margin-right: 0;
    text-align: left;
    margin-bottom: 0;
	}
.topics tr td {
    width: 100%;
    display: block;
	}
.wp-pagenavi a, .wp-pagenavi span {
    margin: 2px 5px 2px 2px;
    font-size: 14px;
	}
}

/*
---------------------------------------------------- お知らせ詳細 single */
.topics.single {
    padding-top: 60px;
}
@media screen and (max-width:767px){
.topics.single {
    padding-top: 40px;
	}
}

/*
---------------------------------------------------- ブログ一覧 blog */
.topics .blog a ,
.topics .blog .p-top__blog-date {
    color: #000;
}
.topics .blog h3 {
	color: #000;
    margin: 5px auto 5px auto;
    border-bottom: 0;
    padding-bottom: 10px;
}
.topics .blog .blog_index {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}
.topics .blog .blog_index a {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.topics .blog .blog_index a .iamge-area {
    width: 45%;
    display: inline-block;
}
.topics .blog .blog_index a .text-area {
    width: 52%;
    display: inline-block;
}
.topics .blog .blog_index a .text-area .date {
    margin-bottom: 0px;
}
.topics .blog .blog_index a .text-area span.category {
    margin-left: 8px;
    margin-right: 0px;
}
@media screen and (max-width:767px){
.topics .blog .blog_index a .iamge-area ,
.topics .blog .blog_index a .text-area {
    width: 100%;
    display: block;
	}
.topics .blog .blog_index a .iamge-area {
    margin-bottom: 10px;
	}
.topics tr th span, .topics span.category {
    margin-left: 6px;
    margin-right: 0;
    width: 76px;
	}
.topics .blog h3 {
    font-size: 14px;
	}
.topics .blog .blog_index a {
    margin-bottom: 6px;
	}
}

/*
---------------------------------------------------- ブログ詳細 single */
.topics.single .blog .iamge-area {
    width: 60%;
    text-align: center;
    margin: 20px auto 35px auto;
}
@media screen and (max-width:767px){
.topics.single .blog .iamge-area {
    width: 80%;
    margin: 0px auto 20px auto;
	}
}





/* 768px以上の時にforsp(スマホ用)を非表示 */
@media screen and (min-width:768px){.forsp {display: none!important;}}

/* 767px以下の時にforpc(ＰＣ用)を非表示 */
@media screen and (max-width:767px){.forpc {display: none!important;}}



/* 印刷時　電話番号が二重表示されないよう設定 */
@media print{
.forsp {display: none;}
}



