/* CSS Document */


/* Common Style
=============================================================*/

html {
    width: 100%;
}

body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header {
    min-height: 80px;
    /*border-top: 3px solid #006c61;*/
    border-bottom: 1px solid #006c61;
}

img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
}

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

a:hover {
    text-decoration: none;
}

a:hover img {
    opacity: 0.8;
}

hr {
    border-top: 1px solid #aaa;
}

.strong {
    font-weight: bold;
}


/* Class List
=============================================================*/

.block {
    display: block;
}

.wid10 {
    width: 10%;
}

.wid20 {
    width: 20%;
}

.wid30 {
    width: 30%;
}

.wid40 {
    width: 40%;
}

.wid50 {
    width: 50%;
}

.wid60 {
    width: 60%;
}

.wid70 {
    width: 70%;
}

.wid80 {
    width: 80%;
}

.wid90 {
    width: 90%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clearF:after {
    content: "";
    clear: both;
    display: block;
}

.txtL {
    text-align: left;
}

.txtR {
    text-align: right;
}

.txtC {
    text-align: center;
}

.sp {
    display: none;
}

.tab {
    display: none;
}

.pc {
    display: block;
}

@media screen and (max-width: 991px) {
    .sp {
        display: none;
    }
    .pc {
        display: none;
    }
    .tab {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .tab {
        display: none;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

.mgL0 {
    margin-left: 0;
}

.mgL5 {
    margin-left: 5px;
}

.mgL10 {
    margin-left: 10px;
}

.mgL15 {
    margin-left: 15px;
}

.mgL20 {
    margin-left: 20px;
}

.mgL30 {
    margin-left: 30px;
}

.mgL40 {
    margin-left: 40px;
}

.mgL50 {
    margin-left: 50px;
}

.mgR0 {
    margin-right: 0;
}

.mgR5 {
    margin-right: 5px;
}

.mgR10 {
    margin-right: 10px;
}

.mgR15 {
    margin-right: 15px;
}

.mgR20 {
    margin-right: 20px;
}

.mgR30 {
    margin-right: 30px;
}

.mgR40 {
    margin-right: 40px;
}

.mgR50 {
    margin-right: 50px;
}

.mgT0 {
    margin-top: 0;
}

.mgT5 {
    margin-top: 5px;
}

.mgT10 {
    margin-top: 10px;
}

.mgT15 {
    margin-top: 15px;
}

.mgT20 {
    margin-top: 20px;
}

.mgT30 {
    margin-top: 30px;
}

.mgT40 {
    margin-top: 40px;
}

.mgT50 {
    margin-top: 50px;
}

.mgB0 {
    margin-bottom: 0;
}

.mgB5 {
    margin-bottom: 5px;
}

.mgB10 {
    margin-bottom: 10px;
}

.mgB15 {
    margin-bottom: 15px;
}

.mgB20 {
    margin-bottom: 20px;
}

.mgB30 {
    margin-bottom: 30px;
}

.mgB40 {
    margin-bottom: 40px;
}

.mgB50 {
    margin-bottom: 50px;
}

.pdgL0 {
    padding-left: 0;
}

.pdgL5 {
    padding-left: 5px;
}

.pdgL10 {
    padding-left: 10px;
}

.pdgL15 {
    padding-left: 15px;
}

.pdgL20 {
    padding-left: 20px;
}

.pdgL30 {
    padding-left: 30px;
}

.pdgL40 {
    padding-left: 40px;
}

.pdgL50 {
    padding-left: 50px;
}

.pdgR0 {
    padding-right: 0;
}

.pdgR5 {
    padding-right: 5px;
}

.pdgR10 {
    padding-right: 10px;
}

.pdgR15 {
    padding-right: 15px;
}

.pdgR20 {
    padding-right: 20px;
}

.pdgR30 {
    padding-right: 30px;
}

.pdgR40 {
    padding-right: 40px;
}

.pdgR50 {
    padding-right: 50px;
}

.pdgT0 {
    padding-top: 0;
}

.pdgT5 {
    padding-top: 5px;
}

.pdgT10 {
    padding-top: 10px;
}

.pdgT15 {
    padding-top: 15px;
}

.pdgT20 {
    padding-top: 20px;
}

.pdgT30 {
    padding-top: 30px;
}

.pdgT40 {
    padding-top: 40px;
}

.pdgT50 {
    padding-top: 50px;
}

.pdgB0 {
    padding-bottom: 0;
}

.pdgB10 {
    padding-bottom: 10px;
}

.pdgB15 {
    padding-bottom: 15px;
}

.pdgB20 {
    padding-bottom: 20px;
}

.pdgB30 {
    padding-bottom: 30px;
}

.pdgB40 {
    padding-bottom: 40px;
}

.pdgB50 {
    padding-bottom: 50px;
}

.list-none {
    list-style-type: none;
}

.active {
    border-bottom: 3px solid #006c61;
}

.list-dummy {
    border-bottom: 3px solid #fff;
}

.none {
    display: none;
}

.under-line {
    text-decoration: underline;
}

.under-line:hover {
    text-decoration: underline;
}

.lineH {
    line-height: 2em;
}

.opaN:hover {
    opacity: 1;
}

.grn {
    color: #006c61;
}

.grn-line:after {
    content: "";
    display: block;
    width: 30px;
    border-bottom: 3px solid #006c61;
    margin-top: 8px;
}


/*修正前
.grn-line:after {
    content: "";
    display: block;
    width: 50px;
    border-bottom: 3px solid #006c61;
    margin-top: 5px;
}
*/

.grn-title {
    border-left: 5px solid #006c61;
    border-bottom: 2px solid #006c61;
    padding-left: 10px;
}

.grn-title span {
    display: inline;
}

.grn-gry-title {
    border-left: 5px solid #006c61;
    padding-left: 15px;
}

.mail {
    height: 14px;
}

@media screen and (max-width: 767px) {
    .grn-title span {
        display: none;
    }
}

#history li {
    border-bottom: 1px solid #bbb;
}


/* Common Area
=============================================================*/

#wrap {
    max-width: 1280px;
    margin-top: 20px;
    margin-bottom: 30px;
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    font-size: 77%;
    z-index: 2;
}

#page-top a {
    background: #006c61;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    display: block;
    border-radius: 50%;
}

#page-top a:hover {
    text-decoration: none;
}


/* Header Area
=============================================================*/

#house-call {
    background-color: #006c61;
    color: #fff;
    padding: 5px 20px;
}

#house-call:hover,
#house-call:hover i {
    text-decoration: underline;
}

#logo img {
    width: 80%;
}

@media screen and (max-width: 991px) {
    #logo img {
        width: 60%;
    }
}

#header-menu:after {
    content: "";
    clear: both;
    display: block;
}

#header-menu ul {
    list-style: none;
    padding: 0;
}

#header-menu ul li {
    float: left;
    margin-right: 3px;
}

#header-menu ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 5px 15px;
}

@media screen and (max-width: 991px) {
    #header-menu ul li a {
        padding: 5px 20px;
    }
}

#header-menu ul li a:hover {
    border-bottom: 3px solid #006c61;
}

.ruby {
    font-size: 0.5em;
    opacity: 0;
}

.list-active .ruby {
    opacity: 1;
}

#header-menu ul li a:hover .ruby {
    opacity: 1;
}

#sp-menu {
    border-top: 1px solid #006c61;
}

#sp-menu ul li a {
    font-size: 1.0em;
    padding: 8px 10px;
}


/*修正前
#sp-menu ul li a {
    font-size: 1.2em;
    padding: 5px 10px;
}
*/

#sp-menu ul li a i {
    font-size: 1.2em;
}

#sp-menu ul li a span {
    font-size: 0.8em;
    padding-left: 20px;
}


/*修正前
#sp-menu ul li a span {
    font-size: 0.5em;
    padding-left: 20px;
}
*/

.panlist {
    padding-left: 10px;
}

.panlist:after {
    content: "";
    clear: both;
    display: block;
}

.panlist li {
    float: left;
}

.panlist li a {
    color: #045FB4;
    padding: 5px 0;
}

.panlist li a:hover {
    text-decoration: underline;
}

.panlist li:after {
    content: ">";
    margin: 0 10px;
}

.panlist li:last-child:after {
    content: none;
    color: #333;
}


/* main-content
=============================================================*/

#content:after {
    content: "";
    clear: both;
    display: block;
}

#top-service1 a #top-service1-img2 {
    display: none;
}

#top-service1 a:hover #top-service1-img2 {
    display: block;
}

#top-service1 a:hover #top-service1-img1 {
    display: none;
}

#top-service2 a #top-service2-img2 {
    display: none;
}

#top-service2 a:hover #top-service2-img2 {
    display: block;
}

#top-service2 a:hover #top-service2-img1 {
    display: none;
}

#top-service3 a #top-service3-img2 {
    display: none;
}

#top-service3 a:hover #top-service3-img2 {
    display: block;
}

#top-service3 a:hover #top-service3-img1 {
    display: none;
}


/*#top-service2,
#top-service3 {
  pointer-events: none;
}*/

#top-service2 a:visited,
#top-service3 a:visited,
#top-service2 a:visited h2,
#top-service3 a:visited h2 {
    color: #333;
    cursor: default;
}

#top-service2 a:hover,
#top-service3 a:hover {
    color: #333;
    cursor: default;
}

#news-title {
    background-color: #1a472a;
    margin-top: 0;
    padding: 8px 5px 5px 20px;
    color: #ffffff;
}

#news-list {
    overflow: auto;
    height: 400px;
}

#news-list li {
    border-bottom: 1px dotted #333;
}

#news-list li:after {
    content: "";
    clear: both;
    display: block;
}

.title {
    margin-left: 1em;
}

.article {
    margin-left: 2em;
}


/* sub-content
=============================================================*/

#sub-content a {
    margin: 20px 0;
}

@media screen and (min-width: 768px) {
    #sub-content a {
        float: left;
        width: 50%;
        padding: 20px 20px 20px 20px;
    }
}

@media screen and (min-width: 992px) {
    #sub-content a {
        clear: both;
        width: 90%;
        margin: 0 0 20px 10%;
        padding: 0;
    }
}


/* contact-area
=============================================================*/

.contact tr td {
    padding: 5px 10px;
}


/* footer area
=============================================================*/

.footer {
}


/* print area
=============================================================*/

@media print {
    .col-print-12 {
        width: 100%;
        float: left;
    }
    .col-print-11 {
        width: 91.66666667%;
        float: left;
    }
    .col-print-10 {
        width: 83.33333333%;
        float: left;
    }
    .col-print-9 {
        width: 75%;
        float: left;
    }
    .col-print-8 {
        width: 66.66666667%;
        float: left;
    }
    .col-print-7 {
        width: 58.33333333%;
        float: left;
    }
    .col-print-6 {
        width: 50%;
        float: left;
    }
    .col-print-5 {
        width: 41.66666667%;
        float: left;
    }
    .col-print-4 {
        width: 33.33333333%;
        float: left;
    }
    .col-print-3 {
        width: 25%;
        float: left;
    }
    .col-print-2 {
        width: 16.66666667%;
        float: left;
    }
    .col-print-1 {
        width: 8.33333333%;
        float: left;
    }
    .col-print-offset-12 {
        margin-left: 100%;
    }
    .col-print-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-print-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-print-offset-9 {
        margin-left: 75%;
    }
    .col-print-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-print-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-print-offset-6 {
        margin-left: 50%;
    }
    .col-print-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-print-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-print-offset-3 {
        margin-left: 25%;
    }
    .col-print-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-print-offset-1 {
        margin-left: 8.33333333%;
    }
}


/* team area
=============================================================*/

.team-span {
    float: left;
}

.team-spanL {
    display: block;
    margin-left: 60px;
    margin-top: 0px;
}


/* news area
=============================================================*/

#news li {
    border-bottom: 1px solid #bbb;
}

.news-hedder {
    border-left: 5px solid #006c61;
    background:#006c610f;
    /*border-bottom: 1px solid #42928a;*/
    padding: .6em .8em;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.columns {
    font-size: 1.1em;
}

.w04 { width: auto; }

/* table */

.table_recruit_detail_data {
	border-collapse:collapse;
	border-spacing:0;
	border-top:solid 1px #cdcdcd;
	border-right:none;
	border-bottom:solid 1px #cdcdcd;
	border-left:none;
	margin-bottom:2em;
}
.table_recruit_detail_data th,
.table_recruit_detail_data td {
	vertical-align:middle;
	border-top:none;
	border-right:none;
	border-bottom:dotted 1px #e2e2e2;
	border-left:none;
	padding: 0.8em 0.8em;
	line-height: 1.6;
}
.table_recruit_detail_data tr:last-child th,
.table_recruit_detail_data tr:last-child td { border-bottom:none; }

.table_recruit_detail_data th {
	text-align:left;
	padding-left:1.5em;
}
.table_recruit_detail_data td {}

/* spview */
@media screen and (max-width:767px) {

	.table_recruit_detail_data th,
	.table_recruit_detail_data td {
		padding: 0.5em 0.5em;
		border-left: solid 1px #cdcdcd;
		border-right: solid 1px #cdcdcd;
		width: 100%;
		display: block;
	}
	.table_recruit_detail_data.ver-2205 th,
	.table_recruit_detail_data.ver-2205 td {
		border-left: solid 1px #cdcdcd;
		border-right: solid 1px #cdcdcd;
		border-bottom: none;
		padding: 0.5em 0.5em;
		width: 100%;
		display: block;
	}

	.table_recruit_detail_data th {
		/*
		padding-left:0;
		width:10em;
		font-size:80%;
		*/
		background: #e0fee6;
    	border-bottom: none;
	}
	.table_recruit_detail_data td {
		background: #fff;
		border-bottom: solid 1px #cdcdcd;
	}
}

.table_recruit_detail_data2 { margin-bottom:0; }

.table_recruit_detail_data2 th,
.table_recruit_detail_data2 td { padding:0.5em 1em; }

.table_recruit_detail_data2 th {
	background-color:#e0fee6;
}

.table_recruit_detail_data2 td { background: #fff; }



/* topic area
=============================================================*/

#topic {
    line-height: 1.7;
    letter-spacing: 0.1ex;
}

.topic-hedder {
    border-left: 5px solid #42928a;
    padding: .6em .8em;
    margin-bottom: 20px;
    color: #006c61;
}

.topic-t {
    line-height: 2em;
    /*    letter-spacing: 0.1em;*/
    margin-bottom: 2em;
}

.topic-t p {
    padding: 0.3em 1.2em;
}

@media screen and (max-width: 767px) {
    .topic-t p {
        padding: 0.3em 0;
    }
}

.topic-c {
    line-height: 2em;
    /*    letter-spacing: 0.1em;*/
    margin-bottom: 2em;
}

.topic-c p {
    padding: 0.3em 1.2em;
}

@media screen and (max-width: 767px) {
    .topic-c p {
        padding: 0.3em 0;
    }
}

h4.topic {
    position: relative;
    /*    background: #E2F4FF;*/
    padding: 0.3em 0.3em 0.3em 1.2em;
    border-bottom: 2px solid #42928a;
}

h4.topic:before {
    content: "□";
    font-size: 100%;
    position: absolute;
    color: #ff6b6e;
    top: -0.8em;
    left: 0.3em;
    height: 12px;
    width: 12px;
}

h4.topic:after {
    content: "□";
    font-size: 100%;
    position: absolute;
    color: #B92A2C;
    top: -0.5em;
    left: 0;
    height: 12px;
    width: 12px;
}

.line {
    background: linear-gradient(transparent 70%, #fbd 30%);
}

.lineb {
    background: linear-gradient(transparent 70%, #bbe3ff 30%);
}

.lineg {
    background: linear-gradient(transparent 70%, #bdffde 30%);
}

.liney {
    background: linear-gradient(transparent 70%, #ff0 30%);
}

.bubble {
    position: relative;
    padding: 2em 3em;
    background-color: #f0f0f0;
    border-radius: 6px;
    margin-top: 30px;
}

.bubble::after {
    position: absolute;
    top: 100%;
    left: 30px;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #f0f0f0;
}

.topic-t ul li {
    line-height: 1.7em;
    list-style-type: none!important;
    /*ポチ消す*/
    margin-bottom: 8px;
    /*padding: 0.5em 0em;
    text-indent: 1em;*/
}

.topic-t ul li:before {
    font-family: "FontAwesome";
    content: "\f046";
    position: absolute;
    left: 2.5em;
    /*左端からのアイコンまで*/
    color: #006c61;
    /*アイコン色*/
}

@media screen and (max-width: 767px) {
    .topic-t ul li:before {
        left: 1em;
    }
}

.topic-c ul li {
    line-height: 1.7em;
    list-style-type: none!important;
    /*ポチ消す*/
    margin-bottom: 4px;
    /*padding: 1em 0em;
    text-indent: 1em;*/
}

.topic-c ul li:before {
    font-family: "FontAwesome";
    content: "\f111 ";
    position: absolute;
    font-size: 0.8em;
    font-weight: 400;
    left: 2em;
    /*左端からのアイコンまで*/
    color: dimgray;
    /*アイコン色*/
}

@media screen and (max-width: 767px) {
    .topic-c ul li:before {
        left: 1.5em;
    }
}

ol li {
    line-height: 1.5em;
    margin-bottom: 8px;
}

h4.ppt {
    position: relative;
    padding: 2px 48px;
    border-bottom: 1px solid #288a80;
    font-weight: lighter;
}

h4.ppt:first-letter {
    color: #288a80;
}

h4.ppt:before,
h4.ppt:after {
    content: "";
    display: block;
    position: absolute;
}

h4.ppt:before {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ddd;
    bottom: -16px;
    left: 8px;
}

h4.ppt:after {
    height: 64px;
    border-left: 1px solid #ddd;
    bottom: -32px;
    left: 24px;
}

.page-header {
    position: relative;
    margin: 40px 0 20px;
    padding-bottom: 9px;
    color: #006c61;
}

.page-header::before,
.page-header::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    height: 2px;
}

.page-header::before {
    z-index: 2;
    width: 15%;
    background-color: #006c61;
}

.page-header::after {
    width: 100%;
    background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #288a80 2px, #288a80 4px);
    background: repeating-linear-gradient(45deg, #fff, #fff 2px, #288a80 2px, #288a80 4px);
}

@media screen and (max-width: 767px) {
    .page-header {
        font-size: 18px;
        line-height: 1.5em;
    }
}

.pic_frame {
    display: inline-block;
    text-align: center;
}


/* ::::::::::::::::::::::::::::::::::
	SNSｱｲｺﾝ（ﾊﾟｿｺﾝ・ﾀﾌﾞﾚｯﾄ）
::::::::::::::::::::::::::::::::::: */

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

body {
    /*設置する親要素ページ全体ならbodyなど*/
    position: relative;
    height: 100vh;
    margin: 0;
    padding: 0;
}


/*サンプルはfixedの確認のためにheight指定しています。*/


/*.contents {
	height: 2000px;
}*/

.cp_snslink06 {
    position: fixed;
    top: 80%;
    left: 0;
    display: block;
    overflow: hidden;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cp_snslink06 .cp_link_list {
    -webkit-transform: translateX(-290px);
    transform: translateX(-290px);
    list-style-type: none;
}

.cp_snslink06 .cp_link a {
    text-decoration: none;
    color: #006c61;
}

.cp_snslink06 .cp_link:hover a {
    color: #ffffff;
}

.cp_snslink06 .cp_link {
    display: block;
    width: 300px;
    margin: 5px;
    padding: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
    text-align: right;
    -webkit-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    background: #80cbc4;
}

.cp_snslink06 .cp_link:hover {
    -webkit-transform: translate(90px, 0);
    transform: translate(90px, 0);
    background: #006c61;
}

.cp_snslink06 .cp_link i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #006c61;
}

.cp_snslink06 .cp_link:hover i {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #006c61;
    background: #80cbc4;
}


/* ::::::::::::::::::::::::::::::::::
	SNSｱｲｺﾝ（ｽﾏﾎ）
::::::::::::::::::::::::::::::::::: */

.social-links {
    margin: 30px 0;
    padding: 0;
}

.social-links li {
    margin: 0;
    padding: 10px;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: inline;
}

.social-links i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #006c61;
}


/* ::::::::::::::::::::::::::::::::::
	各ﾃﾞﾊﾞｲｽでの表示切替(SNSｱｲｺﾝ追加の際、追記)
::::::::::::::::::::::::::::::::::: */

.sp {
    display: none;
}


/*only SP*/

.tab {
    display: none;
}


/*only TAB*/

.pc {
    display: block;
}


/*only PC*/

@media screen and (max-width: 1199px) {
    .sp {
        display: none;
    }
    .tab {
        display: none;
    }
    .pc {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .sp {
        display: none;
    }
    .pc {
        display: none;
    }
    .tab {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .tab {
        display: none;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/* ::::::::::::::::::::::::::::::::::
	採用情報で使用
::::::::::::::::::::::::::::::::::: */

.page_title_wrap {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .page_title_wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
  }
}
.page_title_wrap .page_title_text {
  position: absolute;
  top: 135px;
  left: 0;
  height: 350px;
  width: 51%;
}
@media screen and (max-width: 1180px) {
  .page_title_wrap .page_title_text {
    height: 320px;
    top: 115px;
  }
}
@media screen and (max-width: 820px) {
  .page_title_wrap .page_title_text {
    height: 250px;
    width: 56%;
  }
}
@media screen and (max-width: 767px) {
  .page_title_wrap .page_title_text {
    height: 230px;
    position: static;
    width: 100%;
    order: 2;
    height: auto;
  }
}
.page_title_wrap .page_title_text .page_title_text_box {
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
  margin: auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page_title_wrap .page_title_text .page_title_text_box {
    position: static;
    transform: none;
    text-align: center;
    padding: 20px;
  }
}
.page_title_wrap .page_title_text .page_title_text_box h1 {
  color: #fff;
  font-size: 32px;
  line-height: 1.3em;
}
@media screen and (max-width: 820px) {
  .page_title_wrap .page_title_text .page_title_text_box h1 {
    font-size: 29px;
  }
}
@media screen and (max-width: 767px) {
  .page_title_wrap .page_title_text .page_title_text_box h1 {
    font-size: 24px;
  }
}
.page_title_wrap .page_title_text .page_title_text_box span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  display: inline-block;
  padding-top: 13px;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 820px) {
  .page_title_wrap .page_title_text .page_title_text_box span {
    font-size: 15px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page_title_wrap .page_title_text .page_title_text_box span {
    padding-top: 5px;
    font-size: 14px;
  }
}
.page_title_wrap .page_title_image {
  height: 350px;
  width: 53%;
  margin-left: auto;
}
@media screen and (max-width: 1180px) {
  .page_title_wrap .page_title_image {
    height: 320px;
  }
}
@media screen and (max-width: 820px) {
  .page_title_wrap .page_title_image {
    height: 250px;
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .page_title_wrap .page_title_image {
    width: 100%;
    order: 1;
  }
}
.page_title_wrap .page_title_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* 採用情報（一覧）ページ
* ---------------------------------------- */
.recruit_container {
  padding: 80px 0px 0px;
  /*background: url("../images/background_gray.jpg") center;*/
}
@media screen and (max-width: 820px) {
  .recruit_container {
    padding: 50px 0 0px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_container {
    padding: 50px 0 0px;
  }
}
.recruit_container .recruit_category_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
@media screen and (max-width: 820px) {
  .recruit_container .recruit_category_list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_container .recruit_category_list {
    margin-bottom: 25px;
  }
}
.recruit_container .recruit_category_list li {
  margin-bottom: 10px;
}
.recruit_container .recruit_category_list li:not(:last-child) {
  margin-right: 15px;
}
.recruit_container .recruit_category_list li a {
  padding: 7px 30px 9px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  font-weight: 500;
  font-size: 15px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.07);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .recruit_container .recruit_category_list li a {
    padding: 5px 25px 7px;
    font-size: 14px;
  }
}
.recruit_container .recruit_category_list li a:hover {
  opacity: 0.7;
}

.recruit_table_wrap {
  padding: 45px 55px 70px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.05);
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_table_wrap {
    padding: 40px 20px 55px;
  }
}
.recruit_table_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
}
.recruit_table_wrap + .recruit_table_wrap {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .recruit_table_wrap + .recruit_table_wrap {
    margin-top: 45px;
  }
}

.recruit_table_title h2, .recruit_table_title h3 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 18px;
  position: relative;
  display: block;
  line-height: 1.4em;
}
@media screen and (max-width: 820px) {
  .recruit_table_title h2, .recruit_table_title h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_table_title h2, .recruit_table_title h3 {
    font-size: 19px;
    padding-bottom: 13px;
    margin-bottom: 7px;
  }
}
.recruit_table_title h2::before, .recruit_table_title h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 10%;
  z-index: 10;
}
.recruit_table_title h2::after, .recruit_table_title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #d5d5d5;
}

.recruit_archive_image {
  max-width: 700px;
  margin: 30px auto;
}

.recruit_table {
  margin-bottom: 25px;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit_table {
    margin-bottom: 20px;
  }
}
.recruit_table .recruit_table_text th, .recruit_table .recruit_table_text td {
  padding: 15px 12px 16px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .recruit_table .recruit_table_text th, .recruit_table .recruit_table_text td {
    font-size: 14px;
  }
}
.recruit_table .recruit_table_text:not(:last-child) th, .recruit_table .recruit_table_text:not(:last-child) td {
  border-bottom: 1px solid #e0e0e0;
}
.recruit_table .recruit_table_text th {
  position: relative;
  padding-left: 28px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .recruit_table .recruit_table_text th {
    display: block;
    width: 100%;
    border-bottom: 0 !important;
    padding-bottom: 0;
  }
}
.recruit_table .recruit_table_text th::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 100%;
  top: 22px;
  left: 12px;
}
.recruit_table .recruit_table_text td {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .recruit_table .recruit_table_text td {
    display: block;
    width: 100%;
    padding-top: 7px;
  }
}

.recruit_table_btn {
  text-align: center;
}
.recruit_table_btn a {
  color: #fff;
  padding: 15px 10px 17px;
  border-radius: 100px;
  transition: 0.3s;
  position: relative;
  font-size: 19px;
  width: 380px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit_table_btn a {
    padding: 13px 10px 16px;
    margin: 0 auto;
    font-size: 17px;
  }
}
.recruit_table_btn a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.recruit_table_btn a:hover::before {
  right: 10px;
  transition: 0.3s;
}
.recruit_table_btn a::before {
  content: "";
  position: absolute;
  background: url("../images/arr_w.svg");
  width: 17px;
  height: 17px;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .recruit_table_btn a::before {
    top: 48%;
    width: 16px;
    height: 16px;
  }
}

/* 採用情報（詳細）ページ
* ---------------------------------------- */
.recruit_single_container {
  /*background: url("../images/background_gray.jpg") center;*/
  padding: 50px 0 0px;
}
@media screen and (max-width: 1180px) {
  .recruit_single_container {
    padding: 50px 0 0px;
  }
}
@media screen and (max-width: 820px) {
  .recruit_single_container {
    padding: 50px 0 0px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_single_container {
    padding: 25px 0 0px;
  }
}
.recruit_single_container h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 23px;
  display: block;
  text-align: center;
  line-height: 1.4em;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .recruit_single_container h2 {
    font-size: 27px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_single_container h2 {
    font-size: 22px;
  }
}
.recruit_single_container h2::before {
  content: "";
  width: 1px;
  height: 55px;
  position: absolute;
  left: 0;
  right: 0;
  top: -62px;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .recruit_single_container h2::before {
    top: -57px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_single_container h2::before {
    top: -45px;
    height: 40px;
  }
}
.recruit_single_container .recruit_single_table_wrap {
  padding: 0px 55px 55px 95px;
  /*background: #fff;
  -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.05);*/
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_single_container .recruit_single_table_wrap {
    padding: 25px 6% 50px;
  }
}
@media screen and (max-width: 820px) {
  .recruit_single_container .recruit_single_table_wrap {
    padding: 35px 25px 86px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_single_container .recruit_single_table_wrap {
    padding: 25px 25px 75px;
  }
}
.recruit_single_container .recruit_single_table_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  /*border-style: solid;*/
  /*border-width: 20px 20px 0 0;*/
}
.recruit_single_container .recruit_single_table_wrap .recruit_top_image {
  max-width: 700px;
  margin: 30px auto;
}
.recruit_single_container .recruit_single_table_wrap .recruit_bottom_image_wrap {
  display: flex;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .recruit_single_container .recruit_single_table_wrap .recruit_bottom_image_wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 820px) {
  .recruit_single_container .recruit_single_table_wrap .recruit_bottom_image_wrap {
    padding-bottom: 0;
  }
}
.recruit_single_container .recruit_single_table_wrap .recruit_bottom_image_wrap li {
  width: 31.707%;
  margin-right: 2.43902%;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .recruit_single_container .recruit_single_table_wrap .recruit_bottom_image_wrap li {
    width: 100%;
    margin-right: 0;
    list-style-type: none;
  }
}
.recruit_single_container .recruit_single_table_wrap .recruit_bottom_image_wrap li:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .recruit_single_container .recruit_single_table_wrap .recruit_bottom_image_wrap li + li {
    margin-top: 15px;
  }
}
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_h3 {
  margin-inline: auto;
  width: 730px;
  max-width: 100%;
}
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_text {
  padding-top: 15px;
  margin-inline: auto;
  width: 730px;
  max-width: 100%;
}
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table {
  width: 730px;
  margin: 30px auto 0;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table {
    width: 100%;
  }
}
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr + tr {
  margin-top: 10px;
}
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr th, .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td {
  padding: 6px 0;
}
@media screen and (max-width: 767px) {
  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr th, .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td {
    display: block;
  }
}
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr th {
  font-size: 16px;
  vertical-align: middle;
  padding-right: 5%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr th {
    display: block;
    font-size: 14px;
    text-align: left;
    padding: 10px 0 0;
  }
}
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr th span.req {
  font-size: 13px;
  background: #0D6024;
  color: #fff;
  border-radius: 5px;
  padding: 0px 5px 1.5px;
  line-height: 1.5em;
  margin-right: 4%;
  vertical-align: 2px;
}
@media screen and (max-width: 767px) {
  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr th span.req {
    font-size: 12px;
    margin-right: 5px;
    vertical-align: 1px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr th.entry_form_table_sex_th {
    padding-top: 15px;
  }
}
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td {
  width: 70%;
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td {
    width: 68%;
  }
}
@media screen and (max-width: 767px) {
  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td {
    width: 100%;
    margin-left: 0;
  }
}
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td input, .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td textarea {
  width: 100%;
  border: 1px solid #c9c9c9;
  background: #f3f3f3;
  border-radius: 5px;
  padding: 12px 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td input, .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td textarea {
    font-size: 13.5px;
    padding: 10px 13px;
  }
}
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td .tel {
  width: 70px;
}
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td .tel1 {
  margin-right: 6px;
}
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td .tel2 {
  margin: 0 6px;
}
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td .tel3 {
  margin-left: 6px;
}
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td.entry_form_table_sex_td {
  display: flex;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td.entry_form_table_sex_td {
    padding-bottom: 15px;
  }
}
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td.entry_form_table_sex_td input {
  width: auto;
  margin-top: 2px;
}
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td.entry_form_table_sex_td input.entry_form_table_sex_radio2 {
  margin-left: 20px;
}

.recruit_category_list li a,
		.nav_inner,
		.nav_inner li a:hover,
		.nav_inner li a:hover::before,
		.nav_inner li.current-menu-item a::before,
		.form_btn a,
		.form_btn button,
		.nav-links .page-numbers.current {background:#3ac31f!important}

		.top_news_title::before{background:#7a98c7!important}
		.nav-links .page-numbers.current {border: 1px solid #3ac31f!important;}

		.single_interview_text_wrap h3{color:#c1644f!important}

		.recruit_category_list .current-cat a,
		.post-type-archive .recruit_category_list .recruit_all a{background:#0D6024!important}
		.recruit_category_list .current-cat a,
		.post-type-archive .recruit_category_list .recruit_all a{color: #fff!important}

		.recruit_table_wrap::before{border-color: #0D6024 transparent transparent transparent!important;}
		.single_interview_image img{box-shadow: 9px 9px 0px #0D6024!important}
		/*.recruit_single_table_wrap::before{border-color: #0D6024 transparent transparent transparent!important;}*/


		.profile_box_txt h1{color: #c1644f!important;}

		.top_page_wrap .top_page_box_wrap .top_page_box a:hover > div{background:#0D6024!important}
		.top_page_wrap::before{background: linear-gradient(to top, #0D6024, transparent)!important;}
		.company_image img{box-shadow: 9px 9px 0px #3ac31f!important}
		.profile_wrap .profile_box .profile_box_img img {box-shadow: 7px 7px 0 #0D6024!important;}


		.key_color1{color:#0D6024!important}
		.key_color1_bg_hover:hover{background:#0D6024!important}
		.key_color1_background{background:#0D6024!important}
		.key_color2{color:#3ac31f!important}
		.key_color2_background{background:#3ac31f!important}
		.key_color2_before_background::before{background:#3ac31f!important}
		.key_color3{color:#0D6024!important}
		.key_color3_background{background:#0D6024!important}
		.key_color3_before_background::before{background:#3ac31f!important}
		.key_color4{color:#c1644f!important}
		.key_color4_background{background:#c1644f!important}
		.key_color5{color:#7a98c7!important}

		@media screen and (max-width: 1180px) {
		.nav_wrap{background:#3ac31f!important}
		.nav_inner li a:hover{color: #fff!important;}
		}
		@media screen and (max-width: 767px) {
		.companyTable th{color:#0D6024!important}
		}

.form_detail_btn {
  margin-top: 40px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .form_detail_btn {
    margin-top: 30px;
  }
}
.form_detail_btn a {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  color: #fff;
  padding: 14px 20px 18px;
  border-radius: 100px;
  border: 0;
  font-size: 19px;
  width: 380px;
  max-width: 100%;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form_detail_btn a {
    display: block;
    padding: 13px 20px 16px;
    font-size: 17px;
    width: 100%;
  }
}
.form_detail_btn a:hover {
  opacity: 0.7;
}
.form_detail_btn a:hover::before {
  right: 10px;
}
.form_detail_btn a::before {
  content: "";
  position: absolute;
  background: url("../images/arr_w.svg");
  width: 17px;
  height: 17px;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .form_detail_btn a::before {
    width: 15px;
    height: 15px;
    top: 48%;
  }
}


/*フッターデザイン*/

.footer ul {
  padding: 0;
  list-style: none;
}

.footer a {
  color: #4b5564;
  text-decoration: none;
  padding: 8px;
}

.footer a:hover {
  color: #000;
}

.footer hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e7eb;
}

.footer .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.footer {
  padding: 2rem;
  font-size: 15px;
  color: #4b5564;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 2rem;
  max-width: 350px;
  width: 100%;
}

.footer__navi li {
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .md-flex {
    display: flex;
  }

  .md-justify-between {
    justify-content: space-around;
  }

  .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.copyright {
    text-align: center;
}

/*フッターここまで*/


/* --- 基本設定 --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --main-green: #1a472a; /* 深いグリーン */
    --bg-gray: #e9ecef;    /* カードのグレー背景 */
    --bg-darkgray: #6E7C85;    /* カードのダークグレー背景 */
    --text-dark: #333;     /* 基本の文字色 */
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
}

a {
    text-decoration: none;
}


/* --- ヒーローセクション --- */
.hero {
    height: 500px;
    /* 背景画像の設定：実際の画像パスに変更してください */
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
                url('../images/top.jpg') no-repeat center center / cover;
    /*display: flex;*/
    display: block;
    align-items: center;
    justify-content: center;
}

.hero-content h2 {
    color: #fff;
    font-size: 4rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    font-family: serif;
    text-align: center;
    padding-top: 200px;
}


/* --- 3カラムの主要コンテンツ --- */
.main-features {
    /*display: flex;*/
    /* ヒーローセクションの下に隙間なく配置 */
}

.feature-card {
    flex: 1; /* 3つを均等な幅にする */
    padding: 60px 30px;
    text-align: center;
}

/* アイコン領域 */
.card-icon img {
    height: 100%; /* アイコンのサイズ調整 */
    margin-bottom: 25px;
}

.feature-card h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.feature-card p {
    font-size: 0.95rem;
    line-height: 1.8;
}

/* 左のグレーカード用スタイル */
.card-gray {
    background-color: var(--bg-gray);
    color: var(--text-dark);
}

.card-gray h3 {
    color: var(--main-green);
}

/* 中央のグレーカード用スタイル */
.card-darkgray {
    background-color: var(--bg-darkgray);
    color: #fff;
}

.card-darkgray h3 {
    color: #fff;
}
.card-darkgray p {
    color: #fff;
}

/* 右のグリーンカード用スタイル */
.card-green {
    background-color: var(--main-green);
    color: #fff;
}

.card-green h3 {
    color: #fff;
}
.card-green p {
    color: #fff;
}

/* --- 研究所概要ページ専用スタイル --- */

.page-hero {
    background-color: #1a472a;
    color: #fff;
    padding: 60px 0;
    text-align: center;
}

.page-hero h2 {
    font-size: 2rem;
    letter-spacing: 0.1em;
}

.page-hero p {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* 代表挨拶 */
.director-message {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 100px;
    padding-top: 40px;
}

.message-text {
    flex: 1;
}

.lead-text {
    font-size: 1.4rem;
    font-weight: bold;
    color: #1a472a;
    margin-bottom: 20px;
}

.message-text p {
    margin-bottom: 1.5rem;
}

.signature {
    text-align: right;
    font-weight: bold;
}

.signature span {
    font-size: 1.5rem;
}

.message-img {
    flex: 0 0 350px;
}

.message-img img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 10px 10px 0 #f0f0f0;
}

/* 理念 */
.center { text-align: center; margin-bottom: 40px; }

.philosophy {
    background-color: #f9f9f9;
    padding: 80px 40px;
    margin: 0 -40px 100px;
    border-radius: 10px;
}

.philosophy-grid {
    display: flex;
    gap: 30px;
}

.phi-item {
    background: #fff;
    padding: 30px;
    flex: 1;
    border-bottom: 4px solid #b8860b; /* アクセントカラーのゴールド */
    text-align: center;
}

.phi-item h4 {
    color: #1a472a;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

/* 概要テーブル */
.info-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 100px;
}

.info-table th {
    width: 250px;
    background-color: #f4f4f4;
    text-align: left;
    padding: 20px;
    border-bottom: 1px solid #fff;
    vertical-align: top;
}

.info-table td {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

/* 共通タイトル装飾（再掲） */
.section-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #1a472a;
    text-align: center;
}

/* レスポンシブ */
@media (max-width: 768px) {
    .director-message, .philosophy-grid {
        flex-direction: column;
    }
    .message-img {
        order: -1;
        flex: auto;
    }
    .info-table th {
        width: 100%;
        display: block;
    }
    .info-table td {
        display: block;
    }
}

/* --- 装蹄解説ページ専用スタイル --- */

.page-header {
    background-color: #1a472a;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.intro-box {
    background-color: #f0f4f1;
    padding: 40px;
    margin: 60px 0;
    border-left: 8px solid #1a472a;
}

.highlight-title {
    font-size: 2.5rem;
    color: #1a472a;
    margin-bottom: 15px;
    font-weight: 600;
}

.content-section {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}

.content-section.reverse {
    flex-direction: row-reverse;
}

.text-block h4 {
    font-size: 2.5rem;
    color: #1a472a;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

.center { text-align: center; margin-bottom: 40px; }

/* ケアのグリッド */
.care-grid {
    display: flex;
    gap: 30px;
}

.care-item {
    flex: 1;
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.care-item h5 {
    color: #b8860b;
    font-size: 2.0rem;
    margin-bottom: 10px;
}

/* 結び */
.conclusion {
    text-align: center;
    padding: 60px;
    background-color: #1a472a;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 80px;
    font-size: 1.4em;
}

/* レスポンシブ */
@media (max-width: 768px) {
    .content-section, .care-grid {
        flex-direction: column;
    }
}

.jumbotron-news {
	margin-top: -10px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 30px;
    color: #FFFFFF;
	background-image: url("../images/bg-news.jpg");
	background-size: cover;
	background-position: center 0%;
	text-align: center;

}
.jumbotron-news h3 {
	text-align: center;
	letter-spacing: .5em;
    font-size: 3em;
	opacity: 0.6;
	text-shadow: 1px 2px 2px #000;
}

.jumbotron-about {
	margin-top: -10px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 30px;
    color: #FFFFFF;
	background-image: url("../images/bg-about.jpg");
	background-size: cover;
	background-position: center 0%;
	text-align: center;
}
.jumbotron-about h3 {
	text-align: center;
	letter-spacing: .5em;
    font-size: 3em;
	opacity: 0.6;
	text-shadow: 1px 2px 2px #000;
}

.jumbotron-farriery {
	margin-top: -10px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 30px;
    color: #FFFFFF;
	background-image: url("../images/bg-farriery.jpg");
	background-size: cover;
	background-position: center 0%;
	text-align: center;
}
.jumbotron-farriery h3 {
	text-align: center;
	letter-spacing: .5em;
    font-size: 3em;
	opacity: 0.6;
	text-shadow: 1px 2px 2px #000;
}

/*===========
inview
===========*/

/* 下からフェードイン*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* 左からフェードイン*/
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* 右からフェードイン*/
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
.imgBox
===========*/

.imgBox {
  text-align: center;
  /*margin: 50px 0;*/
}
.imgBox img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/*===========
.txtBox
===========*/

.txtBox {
  text-align: center;
}
.txtBox p {
  font-size: 60px;
  font-weight: bold;
  padding: 2em 0;
  margin: 0;
}

/*/フッターの間の線/*/
.vertical-divider {
    border-right: 1px solid #333;
}

/*
.section {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 20px 500px;
  overflow-x: hidden;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}
*/
