@charset "UTF-8";
/*
Theme Name: theme_base
Author: tajima
Description: nomura
Version:1.5
License: GNU General Public License v2 or later
License URI: LICENSE
*/


body {
font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-weight: 300;	
font-size: 16px;
-webkit-text-size-adjust: 100%;
line-height: 1.9em;
background-color: #ffffff;
color: #333333;
text-align: justify;
background-color: inherit;
font-feature-settings: "palt";
letter-spacing: 0.15em;
}

body,html{padding: 0 ;margin: 0!important}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
}

*{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

/* テキスト */
h1{font-size: 1.75em; font-weight: 300;}
h2 {font-size: 1.5em;font-weight: 600}
h3 {font-size: 1.25em}
h4 {font-size: 1.125em}
h5 {font-size: 1em}
h6 {font-size: 0.875em} 

h1,h2,h3,h4,h5,h6{margin:0 0 10px;}

@media only screen and (max-width:550px){
h1 {font-size: 1.25em;}
h2 {font-size: 1.125em;}
h3 {font-size: 1em}
h4 {font-size: 1em}
}

.gothic{
font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
font-weight: 400;
}

button, input, label, select, textarea{
font-family: inherit;
font-size: 1em;
}

img{max-width: 100%;height: auto;}
a img{
transition: .6s ease;
-webkit-transition: .6s ease;
-ms-transition: .6s ease;}
a img:hover{opacity: .7;}

img.sukima {max-width: 100%; vertical-align: bottom;}

ul{padding: 0;margin: 0}
ul li{list-style:none}
a{text-decoration: none;color: #333333;}
p{margin:0 0 1em;}
.bold{font-weight:600}
.sp{display: none!important;}
.ipSp{display: none!important;}

@media only screen and (max-width:768px){
.ip{display: none!important;}
.ipSp{display: inherit!important;}
}

@media only screen and (max-width:480px){
.sp{display: inherit!important;}
.pc{display: none!important;}
}

/* flexbox */
.d-flex{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
}
.d-flex02{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.d-flex-around{justify-content: space-around;}
.d-flex-start{justify-content: flex-start;}
.d-flex-end{justify-content: flex-end;}
.d-flex-center{justify-content: center;}
.align-center{align-items: center;}
.align-end{align-items: end;}
.flex-reverse{flex-wrap: wrap-reverse;}
.text-center {text-align: center;}
.text-right{text-align: right;}
.text-justify{text-align: justify;}

p.text-center,.text-center p{line-height: 1.8em;}

.col2{width: 48%;}
.col3{width: 30%;margin-right: 5%;margin-bottom: 30px;}
.col3:nth-of-type(3n){margin-right: 0;}

@media only screen and (max-width:768px){
.col2{width: 100%; margin-top: 10px;}
.col3{width: 48%;margin-right: 0;}
.col3:nth-of-type(2n){margin-right: 0;}
.col2:last-child,
.col3:last-child{margin-bottom: 0;}
.col2 .col2B{width: 48%; margin-top: 10px;}
}

@media only screen and (max-width:520px){
.col3{width: 100%;}
.col2 .col2B{width: 100%;}	
}

.clear{clear: both;}
.bold{font-weight:bold;}
.normal{font-weight: normal!important;}

.black{color:#333333}
.darkgray{color: #b4b4b5;}
.text125 {font-size: 1.25em;}

/* ------------------------------------------------
外枠
------------------------------------------------
*/ 

.container-inner{
max-width: 1240px;
padding: 0 20px;
margin: 0 auto;
}

main{margin-bottom: 100px;}
#page{margin-top: 20px;}

/* Tablet*/
@media only screen and (max-width:920px){
main{margin-bottom: 50px;}
#page{margin-top: 3vh;}
.container-inner{padding: 0px 40px;}
}
/* SP*/
@media only screen and (max-width:520px){
.container-inner{padding: 0px 20px;}
}

/* margin */
.mb-1{margin-bottom: 10px;}
.mb-2{margin-bottom: 20px;}
.mb-3{margin-bottom: 30px;}
.mb-4{margin-bottom: 40px;}
.mb-5{margin-bottom: 50px;}
.mb-6{margin-bottom: 60px;}
.mb-7{margin-bottom: 70px;}
.mb-8{margin-bottom: 80px;}
.mb-9{margin-bottom: 90px;}
.mb-10{margin-bottom: 100px;}

@media only screen and (max-width:520px){
.mb-3{margin-bottom: 20px;}
.mb-4{margin-bottom: 30px;}	
.mb-5{margin-bottom: 30px;}
.mb-6{margin-bottom: 40px;}
.mb-7{margin-bottom: 50px;}
.mb-8{margin-bottom: 60px;}
.mb-9{margin-bottom: 70px;}
.mb-10{margin-bottom: 80px;}
}


/* ------------------------------------------------
共通箇所
------------------------------------------------
*/

/* ------------------------------------------------
header 
------------------------------------------------
*/ 

header{
padding: 30px 0 15px;
background-color: rgb(255,255,255,0.8);
position: sticky;
top: 0;
z-index: 220;
width: 100%;
}

#header-logo,.footer-logo{
max-width: 220px;
height: auto;
z-index: 210;
line-height: 0;
}

.nav-wrapper ul.grand-menu{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: flex-start;
}

.nav-wrapper ul.grand-menu li:first-child{margin: 0;}

.nav-wrapper ul.grand-menu li a{
margin-left: 60px;
font-size: 14px;	
display: inline-block;
}

.nav-wrapper ul.grand-menu li a{position: relative;}

.nav-wrapper ul.grand-menu li a:before{
background-color: #333333;
content: "";
width: 100%;
height: 1px;
position: absolute;
left: 0;
bottom: 0;
margin:auto;
transform-origin: right top;
transform: scale(0,1);
transition: transform .2s;
}

.nav-wrapper ul.grand-menu li a:hover:before{
transform-origin: left top;
transform: scale(1,1);
}

/*.nav-wrapper ul.grand-menu li .sub-menu{
position: absolute;
visibility: hidden;
transition: all .4s ease;
left: 0;
width: 230px;
background-color: #333333;
opacity: 0;
}

.nav-wrapper ul.grand-menu li .sub-menu li .sub-menu{
position: absolute;
visibility: hidden;
transition: all .4s ease;
top: 0;
left: 230px;
width: 230px;
background-color: #333333;
opacity: 0;
}

.nav-wrapper ul.grand-menu li{
position: relative;
}

.nav-wrapper ul.grand-menu li:hover .sub-menu,
.nav-wrapper ul.grand-menu li .sub-menu li:hover .sub-menu{
display: block;
visibility: visible;
transition: all .4s ease;
opacity: 1;
}

.nav-wrapper ul.grand-menu .sub-menu li{
margin-left: 0;
font-size: 12px;
}

.sub-menu li a{
display: block!important;
padding: 0.8em!important;
color: #ffffff;
}

.nav-wrapper ul.grand-menu li .sub-menu li a:hover{
background-color: #666666;
color: #ffffff;
transition: .5s;
}

.nav-wrapper ul.grand-menu li .sub-menu li a:hover:before{
transform-origin: 0;
transform: scale(0);
}
*/

.ham,.black-bg{display: none;}

@media only screen and (max-width:1200px){
.nav-wrapper ul.grand-menu li{
margin-left: 20px;
font-size: 13px;
}
}

@media only screen and (max-width:1000px){
.nav-wrapper ul.grand-menu li{font-size: 12px;}
.nav-wrapper ul.grand-menu li a{margin-left: 30px;}	
}

@media only screen and (max-width:768px){

header{padding: 15px 0 10px;}

.ham {
position: relative;
width: 32px;
height: 32px;
cursor: pointer;
display: inherit;
z-index: 1000;
}

.ham_l {
position: absolute;
width: 32px;
height: 2px;
left: 0;
background-color: #333333;
transition: all .4s;
}

.ham_l-1 {top: 1px;}
.ham_l-2 {top: 10px;}
.ham_l-3 {top: 20px;}

.open .ham_l-1 {transform: rotate(-45deg);top: 11px;background-color: #333333;}
.open .ham_l-2 {opacity: 0;}
.open .ham_l-3 {transform: rotate(45deg);top: 11px;background-color: #333333;}


.header-nav {
position: fixed;
right: -100%;
top: 0;
width: 50%;
height: 100vh;
background-color: #ffffff;
transition: all .4s;
z-index: 220;
overflow-y: auto;
padding: 50px 30px;
}

.open .header-nav {right: 0;}

.black-bg {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100vh;
z-index: 5;
background-color: #333333;
opacity: 0;
visibility: hidden;
transition: all 0.5s;
display: inherit;
cursor: pointer;
z-index: 100;
}

.open .black-bg {opacity: 0.6;visibility: visible;}

.nav-wrapper ul.grand-menu{display: block;}

.nav-wrapper ul.grand-menu li{
font-size: 13px;
margin: 0;
margin-left: 0;
}

.nav-wrapper ul.grand-menu li a{
color: #333333;
border-bottom: 1px solid #333333;
display: block;
padding: 10px;
}

.nav-wrapper ul.grand-menu li a:before{
content: none;
}

.open .nav-wrapper ul.grand-menu {display: block;transition: .4s;}

/*.nav-wrapper ul.grand-menu li .sub-menu,
.nav-wrapper ul.grand-menu li .sub-menu li .sub-menu{
position: static;
display: none;
transition: all .4s ease;
left: 0;
width: auto;
background-color: #ffffff;
opacity: 0;
}

.nav-wrapper ul.grand-menu li:hover .sub-menu,
.nav-wrapper ul.grand-menu li .sub-menu li:hover .sub-menu{
display: block;
visibility: visible;
transition: all .4s ease;
opacity: 1;
}

.nav-wrapper ul.grand-menu li .sub-menu li a{
padding: 10px 10px 10px 40px!important;
}

.nav-wrapper ul.grand-menu li .sub-menu li .sub-menu li a{
padding: 10px 10px 10px 70px!important;
}

.nav-wrapper ul.grand-menu li .sub-menu li a:hover{
color: #333333;
background-color: #ffffff;
transition: .5s;
}*/
}


@media only screen and (max-width:520px){
.header-nav{width: 70%;padding: 50px 20px;}
}



/* ------------------------------------------------
content
------------------------------------------------
*/

/*----------------------------
コンテンツ
----------------------------*/


/* アニメーション設定*/
.fadein{
opacity: 0;
transform: translate3d(0, 40px, 0);
}

.fadein.is-active{
opacity: 1;
transform: translate3d(0, 0, 0);
transition: 1s;
}


/* --------------パンくず-------------- */
ul.breadcrumb{
font-size: 0.8em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 40px 0;
}

ul.breadcrumb li:not(:first-child){
margin-left: 28px;
position: relative;
}

ul.breadcrumb li:not(:first-child):before{
content: "";
position: absolute;
top: 45%;
left: -20px;
display: block;
width: 5px;
height: 1px;
background: #333333;
padding-left: 5px;
}

ul.breadcrumb li:last-child:after{content: ""}
ul.breadcrumb li:last-child{color: #b4b4b5}


@media only screen and (max-width:768px){
ul.breadcrumb{justify-content: flex-start;font-size: 0.677em;margin: 30px 0;}
}



/* --------------pagination-------------- */

.pagination {text-align: center;}

.nav-links{
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.pagination .page-numbers {
display: flex;
align-items: center;
justify-content: center;
width: 35px;
height: 35px;
margin: 0 15px 20px 0;
color: #808080;
background: #ffffff;
border: 1px solid #808080;
border-radius: 5px;
line-height: 0;
}

.pagination a:hover{
transition: .3s;
background: #ddd;
border: 1px solid #ddd;
color: #ffffff;
}

.pagination .current {
display: flex;
align-items: center;
justify-content: center;
width: 35px;
height: 35px;
color: #ffffff;
background: #ec6c00;
border: 1px solid #ec6c00;
border-radius: 5px;
}

.pagination .dots {background: transparent;}



/* ------------------------------------------------
ブログ
------------------------------------------------
*/

.archive-post{width: 22%;margin: 0 4% 50px 0;}
.archive-post:nth-child(4n){margin: 0 0 50px 0;}


.post-thumbnail {
overflow: hidden;
line-height: 0;
margin-bottom: 10px;
display: block;
position: relative;
}

.post-thumbnail img{
position: absolute;
width: 100%;
height: 100%;
top: 0;
object-fit: cover;
}

.post-thumbnail:before {
content: "";
display: block;
padding-top: 100%;
}

.archive-post img{transition: transform .4s;}

.archive-post a:hover img{
transform: scale(1.1);
-webkit-transform: scale(1.1);
opacity: 1;
transition: .4s;
}

.archive-post h3,.archive-news h3{
font-size: 1em;
font-weight: 300;
line-height: 1.6em;
margin-bottom: 0.2em;
}

.post-text{font-size: 0.8em; line-height: 1.4em;margin-bottom: 0.1em;}

.post-time {
text-align: right;	
font-size: 0.9em;
color: #888;
padding: 0;
margin: 8px 0 5px 0;
max-height: 30px;
line-height: 150%;
}

.single_main .post-time {text-align: left;}

.archive-news h3 {font-weight: normal!important;}
.archive-news {padding: 0 110px; margin-bottom: 20px;}

.news-time {font-size: 0.9em; width: 21%;}

.news-description {
border-left: 4px solid #333;
padding-left: 15px;	
}

.news-main {
border-top: 1px solid #333;
border-bottom: 1px solid #333;	
max-width: 750px;
padding-top: 30px;
padding-bottom: 10px;	
margin: 0 auto;
}
	
@media only screen and (min-width: 1201px){
.news_area {padding: 0 230px;}
.blog_area {padding: 0 110px;}
.archive-main {padding: 0 105px;}	
}

@media only screen and (max-width: 1200px){
.archive-post{width: 22%;margin: 0 4% 50px 0;}
}

@media only screen and (max-width: 768px){
.archive-post{width: 48%;margin-bottom: 25px;} 
.archive-post:nth-child(2n){margin:0 0 25px 0}
.archive-post .post-categories li a{font-size: 12px;}
.archive-news {padding: 0;}	
.news-main {width: 100%;}	
}

@media only screen and (max-width: 520px){
.archive-post h3{font-size:1em;line-height:1.5em}
.archive-post p{font-size:0.8em}
}


/* ------------------------------------------------
共通箇所
------------------------------------------------
*/

.main-tit{
font-size: 2em;
text-align: center;
margin-bottom: 50px;
}

.blog-tit {
font-size: 27px;
line-height: 130%;
font-weight: normal;
color: #333;
margin: 10px 0 0 0;
padding: 40px 0 30px 0;
border-top: 1px solid #333;
}


@media only screen and (max-width: 1000px){
.page-tit{font-size: 2.8em;margin: 0 auto 50px;}
}
@media only screen and (max-width:920px){
.page p{font-size: 0.9em; line-height: 1.7em;}		
}

@media only screen and (max-width: 520px){
.main-tit{font-size: 1.5em;margin-bottom: 20px;}
.page-tit{font-size: 1.8em;margin: 0 auto 20px;}
.blog-tit{font-size: 1.125em;margin: 10px 0;}
}


/* ------------------------------------------------
投稿ページ
------------------------------------------------
*/

.col--l .content{width: 62.5%;}
.sidebar{width: 32.5%;}

.col--l .content p a{
font-size: 1.2em;
color: #f39e52;
border: 2px solid #f39e52;
border-radius: 50px;
padding: 12px 20px;
display: inline-block;
}

.col--l .content p a:hover{
opacity: 1;
color: #ffffff;
background-color: #f39e52;
}

@media only screen and (max-width: 768px){
.col--l .content{width: 100%;}
.col--l .sidebar {width: 100%; margin-top: 40px;}	
/*.col--l .sidebar{display: none;}768px以下はサイドバーなし----*/
.col--l .content p a{font-size: 1em;padding: 10px 15px;border: 1px solid #ddd;}
}
@media only screen and (max-width: 520px){
.col--l .content p {font-size: 0.95em;}	
}

.post-item{margin-top: 30px;}

.post-tags{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.post-tags li{
font-size: 0.8em;
letter-spacing: 0.1em;
text-align: center;
display: inline-block;
margin-right: 15px;
}

.post-tags li a{color:#b4b4b5;}
.post-tags li a::after{content: ",";}
.post-tags li:last-of-type a::after{content: none;}
.post-tags li{margin-right: 5px;}

.blog_tit {text-align: center; margin: -5px 5px;}

.page_tit,.page_tit03{text-align: center; margin: -35px 5px 0;}
.page_tit02{text-align: center; margin: -25px 5px 0;}
h1.page_tit,h1.page_tit03{font-weight: normal!important; font-size: 1.1em;}


@media only screen and (max-width: 768px){
.post-item{margin-top: 30px;}
.page_tit03{text-align: center; margin: -20px 5px 0;}	
}

.archive_bt {
display: flex;
justify-content: center;
align-items: center;
gap: .5rem;
border: 1px solid #333;
padding: 8px 16px;
text-align: center;
max-width: 90%;
margin: 16px auto;
text-decoration: none;
color: #333;
border-radius: 4px;
line-height: 1.4;
transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.archive_bt:hover {
background: #333;
color: #fff;
border-color: #333;
}

.archive_bt__back {opacity: .9;}

.line {
border-top: 1px solid #333;
padding-top: 50px;
margin-top: 50px;
}

.top_cateimg img {
height: 335px;
object-fit: cover;	
}
.categoryid-3 .top_cateimg {
height: 335px;
background-image: url("images/topimg_news01.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;	
}
.categoryid-5 .top_cateimg {
height: 335px;
background-image: url("images/topimg_blog01.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;	
}
@media only screen and (max-width:920px){
.categoryid-14 .top_cateimg, .categoryid-15 .top_cateimg, .top_cateimg img, .categoryid-3 .top_cateimg, .categoryid-5 .top_cateimg {height: 180px;}	
}
	

/*--------- sidebar--------------- */
.sidebar .side-area{margin-bottom: 60px;}

.sidebar h2{
color: #333333;
font-size: 1.1em;
font-weight: normal !important;
letter-spacing: 0.05em;
margin: 0;
padding: 0 0 0.5em;
position: relative;
border-bottom: 1px solid #333333;
background: 0;
border-radius: 0;
}

.sidebar h3{
font-weight: normal !important;
font-size: 1.05em;	
}

.sidebar .side-area ul li{border-bottom: 1px solid #333333; font-size: 0.9em;}

.sidebar .side-area ul li:first-child a{padding-top: 0;}

.sidebar .side-active select{
color: #333333;
border: 1px solid #333333;
width: 100%;
padding: 5px;
margin-top: 20px;	
}

.side-news .news-time {width: 2%; margin: 15px 0 8px 5px;}
.side-news .news-description {border-left: none; width: 73%; margin: 16px 5px 8px 0; line-height: 1.7em;}

/* 検索フォーム */
.search-container {
box-sizing: border-box;
position: relative;
border: 1px solid #808080;
width: 100%;
overflow: hidden;
margin-bottom: 50px;
}

.search-container input[type="text"] {
border: none;
padding: 6px;
width: 100%;
}

.search-container input[type="text"]:focus {
outline: 0;
}

.search-container input[type="submit"] {
cursor: pointer;
background-image: url("images/common/search.svg");
background-size: 20px;
background-repeat: no-repeat;
background-position: 16px 17px;
font-size: 1.3em;
border: none;
position: absolute;
width: 2.5em;
height: 2.5em;
right: 0;
top: -8px;
outline: none;
}

.sidebar .side-active select{
width: 100%;
padding: 5px
}

.col--l p,figure{margin-bottom: 1.5em;}
.sidebar p {margin-bottom: 0.7em;}


@media only screen and (max-width: 768px){
.search-container{width: 50%;margin: 0 auto 5%}
}

@media only screen and (max-width: 520px){
.page-article{margin-top: 30px;margin-bottom: 15px;}
.previous-article,
.next-article{width: 100%;}
.previous-article{margin-bottom: 20px;}
.previous-article a:before,
.next-article a:after{padding-left: 11px;height: 11px;}
.side-area{margin-bottom: 20px;}
}

@media only screen and (max-width: 480px){
.search-container{width: 60%;}
}

/* ------------------------------------------------
footer
------------------------------------------------*/
footer{
border-top: 1px solid #333;
padding: 30px 0 20px;
}

footer .footer_left{width: 25%;}
footer ul li{margin-right: 32px;font-size: 14px;}

.sns-area{
justify-content: flex-end;
}

.sns-area li{
font-size: 14px;	
width: 30px;
margin-right: 10px;
}

footer .copyright{
font-size: 10.5px;
letter-spacing: 0.15em;	
margin: 6px 0 0;
}
.copyright{font-size: 10.5px;}

@media only screen and (max-width: 1200px){
footer ul li{font-size: 12px;}
footer .footer_left{width: 35%;}	
}

@media only screen and (max-width: 900px){
footer .footer_left{width: 100%;}
}

@media only screen and (max-width: 620px){
footer ul li{font-size: 11px;}
footer ul li{margin-right: 15px; line-height: 1.8em;}
.sns-area {margin-top: 15px;}	
}

/* --------------------------------------------------------------------------------------------------------------------------------------------
*
各ページ
*
--------------------------------------------------------
------------------------------------------------------------------------------------
*/



/*----------------------------
top
----------------------------*/
.main_copy {padding: 0 150px;}
@media only screen and (max-width: 980px){
.main_copy{padding: 0;}}

.copy_col01,.copy_col03 {width: 26.5%}
.copy_col02 {width: 47%}
@media only screen and (max-width: 768px){
.copy_col01 {order: 2; width: 45%;}
.copy_col02 {order: 1; width: 90%; margin-bottom: 20px}
.copy_col03 {order: 3; width: 45%;}	
}

.top_bn h2 {position: relative}

.top_midashi {
color: #fff;
text-align: center;	
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
opacity: 1;
background:
linear-gradient(90deg,
rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100% );
width: 50%;
padding: 10px;
font-size: 0.85em;
font-weight: normal!important;	
}

.top_midashi02 {
display: inline-block;	
color: #fff;
text-align: center;	
opacity: 1;
background:
linear-gradient(90deg,
rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100% );
width: 50%;
padding: 10px;
font-size: 1.4em;
font-weight: normal!important;	
}

.more-link a {
text-align: center;
color: #727171;
font-size: 17px;
font-style: normal;
border: 1px solid #727171;
display:inline-block;
padding: 4px 20px;
border-radius: 20px;
transition: .6s;
z-index: 1;	
}

.more-link a:hover{
color: #fff;
background-color: #727171;
transition: .6s;
}

@media only screen and (max-width: 768px){
.top_midashi {width: 80%; padding: 5px;}
.top_midashi02 {width: 80%; padding: 5px;}	
}

.blog_moyou {
background-image: url("images/blogtit_parts.png");
background-repeat:repeat-x;
background-repeat: space;	
width: 41%;
}

@media only screen and (max-width: 1200px){
.blog_moyou {width: 36%;}	
}
@media only screen and (max-width: 768px){.blog_moyou {width: 31%;}
}
@media only screen and (max-width: 650px){
.blog_moyou {width: 29%;}
}

/*----------------------------
philosophy
----------------------------*/
#philosophy h3 {
font-size: 1.6em;
font-weight: normal;
line-height: 1.5em;
margin: 10px 0 60px;	
}

div.vid_contents video {
width: 100%;
text-align: center;
margin: auto;
}

@media only screen and (max-width: 1200px){
#philosophy h3 {margin: 0 0 30px;}	
}
@media only screen and (max-width: 980px){
#philosophy h3 {font-size: 1.3em;line-height: 1.4em;margin: 0 0 15px;}	
}
@media only screen and (min-width: 769px){
.text_right {text-align: right;}	
}
@media only screen and (max-width: 768px){
.order01 {order: 1;}
.order02 {order: 2;}	
}


/*----------------------------
slider
----------------------------*/
/* スライダー全体 */
.slider-wrapper {
  display: flex; 
  overflow: hidden;
}

.sliderB {
animation: scroll-left 50s infinite linear .5s both;
display: flex;
align-items: center;
}

.slideB {width: calc(100vw / 6);}

.slideB img {
  display: block;
  width: 100%;	
}

li.slideB{margin-right: 0;}

@media only screen and (max-width:480px){
.slideB {width: calc(100vw / 3);}
}

/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* --------------お問い合わせ-------------- */

#page h1.page-tit {text-align: center; margin-bottom:40px;}
.contact-inner{margin-top: 60px;}

.contact dl{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-bottom: 50px;
}

.contact dl dt{width: 25%;}
.contact dl dd{width: 72%;}

.contact p span,
.contact dt span{
font-size: 0.813em;
color: #ff0000;
}

.contact dl dd.d-flex div{width: 48.5%;}

.contact dl dd span input,
.contact dl dd span textarea{
font-size: 1em;
display: block;
width: 100%;
padding: 10px 12px;
background-color: #f2f2f2;
border: none;
}

@media only screen and (max-width: 520px){
.contact-inner{margin-top: 30px;}
.contact dl dt,
.contact dl dd{width: 100%;}
.contact dl{margin-bottom: 30px;}
}

.contact-btn{
max-width: 318px;
margin: 0 auto;
display: block;
text-align: center;
}

.contact-btn input{
font-size: 1em;
width: 100%;
background-color: #595757;
border: 1px solid #595757;
border-radius: 50px;
color: #ffffff;
transition: .5s ease;
padding: 15px;
}

.contact-btn input:hover{
cursor: pointer;
background-color: #ffffff;
color: #595757;
}

.contact .text-center .orange{font-size: 45px;}

.contact select{padding: 10px 15px;}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
border: none;
text-align: center;
color: #dc3232;
}

.wpcf7-radio .wpcf7-list-item input{
display: inherit;
width: inherit;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after{
content: none;
}

.wpcf7-list-item{margin: 0 0 0 1.2em;}
.wpcf7-list-item:first-child{margin: 0;}


@media only screen and (max-width: 768px) {
.wpcf7-list-item{font-size: 13px;}
.contact .wpcf7-form input[type="submit"]{padding: 15px 10px;}
.contact .text-center .orange{font-size: 1.75em;}
}

@media only screen and (max-width: 520px){
.contact .text-center .orange{font-size: 1.125em;}
.wpcf7-list-item:nth-child(3){margin:0}
} 

/* reCAPTCHA */
.contact-privacy{
text-align: center;
font-size:0.875em;
}

.grecaptcha-badge { visibility: hidden; }

/*----------------------------
business
----------------------------*/
#business .tit-min {position: relative;}

#business .tit-min .titA {    
    position: absolute;
    top: 2.2%;
    left: 30%;
    transform: translateX(-30%);
    width: 100%;
    text-align: center;
}

#business .tit-min .titB {    
    position: absolute;
    top: 4.5%;
    left: 30%;
    transform: translateX(-30%);
    width: 100%;
    text-align: center;
}

#business .tit-min .titC {    
    position: absolute;
    top: 6.5%;
    left: 30%;
    transform: translateX(-30%);
    width: 100%;
    text-align: center;
}

/*----------------------------
company
----------------------------*/
#company .container-inner-min {
    max-width: 800px;
    padding: 0 0px;
    margin: 0 auto;
}

#company .company-text {
    max-width: 700px;
    margin: 0 auto;
}

#company table {
    border-collapse: collapse;
    width: 100%;
}

#company tbody tr th {
  padding: 25px 60px 25px 20px;
  border-top: 1px solid #333333;
}

#company tbody tr td {
  padding: 25px 0;
  border-top: 1px solid #333333;
}

#company tbody tr:last-child th,
#company tbody tr:last-child td {
  border-bottom: 1px solid #333333;
}

@media only screen and (max-width: 716px){
    #company tbody tr th,
    #company tbody tr td{
    padding: 15px 30px 15px 0px;
}
}

#company .company-rowA {
    max-width: 69%;
    /*font-size: 0.95em;*/
}

#company .company-rowB {
    max-width: 31%;
}

#company .company-rowC {
    max-width: 55.7%;
}

#company .company-rowD {
    max-width: 41.4%;
}

@media only screen and (max-width:768px){
    #company .company-rowA,
    #company .company-rowB,
    #company .company-rowC,
    #company .company-rowD{
        max-width: 100%;
        margin: 0 auto;
    }
}

#company .text-table {
  display: table;
  margin: 0 auto;
}

#company .f12{
    font-size: 1.12em;
}

#company .f45 {
    font-size: 1.45em;
}

@media only screen and (max-width:768px){
#company .mb-3sP {
    margin-bottom: 30px;
}
}

#company .company-tit {
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

#company .company-tit::before {
    content: url(images/company/company16_icon.png);
    position: absolute;
    left: -45px;
}
#company .company-tit::after {
    content: url(images/company/company16_icon.png);
    position: absolute;
    right: -45px;
}

#company .contact-btnB{
max-width: 550px;
margin: 0 auto 0px;
display: block;
text-align: center;
border: 1px solid #333333;
padding: 5px 80px;
}

#company .contact-btnB:hover{ 
	opacity:0.5;
	transition:0.3s;
}

#company .mb-3pc {
    margin-bottom: 30px;
}

@media only screen and (max-width:768px){
#company .mb-3pc {
    margin-bottom: 0px;
}
}