@charset "utf-8";

@font-face{font-family:'Noto Sans Japanese';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"),url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"),url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype")}@font-face{font-family:'Noto Sans Japanese';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"),url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"),url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype")}

.custom-logo-link.no-t-logo img {
    position: relative;
    top: -4px;
}

.onepress-menu a {
	font-size: 12.5px;
}

/** base
===================================*/
/*
* {
	box-sizing: border-box;
}
*/
body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

iframe {
    max-width: 100%;
    vertical-align: middle;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.fll {
	float: left;
}

.flr {
	float: right;
}

.flbox {
	display: flex;
    flex-wrap: wrap;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

dl {
}

dt {
}

dd {
	padding: 0;
}

a {
}

a:hover {
}

a:focus {
}

.nop p {
	margin-bottom: 0;
}

hr.onepx {
	border: 0;
	height: 0;
	border-top: 1px solid #ccc;
}

.noappear {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/** 表示制御
===================================*/
.visible-pc {
	display: block;
}

.hidden-pc {
	display: none;
}

.visible-tb {
	display: none;
}

.hidden-tb {
	display: block;
}

.visible-sp {
	display: none;
}

.hidden-sp {
	display: block;
}


/** pを中央配置
===================================*/
.ycenter p {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/** ul li 横並び
===================================*/
ul.sbs1 {
	font-size: 0;
	list-style: none;
}

ul.sbs1 > li {
	font-size: 12px;
	display: inline-block;
}

ul.sbs1 > li:last-child {
	border-right: 0;
	margin-right: 0 !important;
}

ul.sbs2 {
}

ul.sbs2:before,
ul.sbs2:after {
    content: " ";
    display: table;
}

ul.sbs2:after {
    clear: both;
}

ul.sbs2 {
    *zoom: 1;
}

ul.sbs2 > li {
	float: left;
}

ul.sbs2 > li:last-child {
	border-right: 0;
	margin-right: 0 !important;
}


/** テーブルセルを縦並びに .smptable
===================================*/
table.smptable,
table.smptable caption,
table.smptable thead,
table.smptable tbody,
table.smptable tr,
table.smptable tr th,
table.smptable tr td {
	display:block;
}
table.smptable tr th,
table.smptable tr td {
	margin:-1px; /* borderが二重になるのを防ぐ */
}


/** 白縁取りとbox-shadow
===================================*/
.wb {
    border: 5px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 3px #ddd;
}

/** box-shadow
===================================*/
.shadow {
    box-shadow: 1px 1px 3px #888;
}


/** base
===================================*/


/** header
===================================*/
.onepress-menu a:hover {
    color: #bf9a0b;
}


/** navi
===================================*/


/** eyecatch
===================================*/
#parallax-hero>.parallax-bg::before {
    background-color: rgba(0,0,0,0.0);
    opacity: 1;
}

.hero-content-style1 p {
    font-style: normal;
	font-size: 30px;
}

/** contents
===================================*/
.section-desc {
    font-size: 20px;
    line-height: 2.5;
}

.image-all {
    padding-top: 40px;
}

.news-area {
    text-align: left;
}

.team-member .member-position {
    font-size: 16px;
}

.team-member .member-name {
    margin-top: 10px;
    font-size: 20px;
}

.team-member .member-profile {
	font-size: 15px;
    padding: 0 20px 20px;
    text-align: left;
}

.team-member .member-name:after {
	display: none;
}

#service {
}

.serviceBox {
}

.serviceImg {
    text-align: center;
    position: relative;
    height: 115px;
    margin-bottom: 25px;
}

.serviceImg img {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.serviceName {
    position: relative;
    text-align: center;
    font-size: 20px;
    height: 3em;
    margin-bottom: 10px;
}

.serviceName h3 {
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 20px;
	line-height: 1.4em;
}

.serviceDesc {
}

ul.serviceDesc-list {
	margin-left: 2em;
	list-style: disc;
	padding: 0 0px;
}

ul.serviceDesc-list > li {
    font-size: 16px;
    line-height: 1.8;
}

.company-box {
	width: 100%;
	max-width: 800px;
	margin: auto;
}

.companyTable {
	border: 0;
	border-top: 1px solid #e9e9e9;
}

.companyTable th {
    font-size: 20px;
    text-align: left;
    width: 26%;
    border: 0;
    border-bottom: 1px solid #e9e9e9;
    padding: 22px 0;
    padding-right: 0%;
    vertical-align: top;
}

.companyTable td {
    font-size: 16px;
    text-align: left;
    width: 74%;
    border: 0;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    line-height: 2;
}

.teki2 {
    letter-spacing: 2.3em;
}

.teki3 {
    letter-spacing: 0.65em;
}

.teki4 {
}

#contact {
}

.contact-sec {
    max-width: 750px;
    margin: auto;
}

.section-contact {
}

.section-contact form {
    font-size: 16px;
}

.section-contact form p {
    margin-bottom: 10px;
}

.section-contact form label {
    width: 100%;
    margin-bottom: 30px;
}

.contact-type1 {
}

.contact-type1 input[type="text"] {
}

.contact-type1 textarea {
    height: 250px;
}

input[type="submit"], input[type="submit"] {
    line-height: 1.6;
    font-size: 20px;
}

/* member */
.team-member.v2 {
    float: none;
    margin: auto;
}

.member-desc {
    max-width: 600px;
    margin: auto;
    line-height: 1.8;
    text-align: left;
    font-size: 15px;
    padding: 10px 0 0;
}




/** side
===================================*/


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





 /*--------------------------------------------------------------------
   === [MEDIA QUERY] ====================================
 --------------------------------------------------------------------*/


/** PC only
===================================*/
@media screen and (min-width: 1200px) {


}/* @media */


/** PC mini
===================================*/
@media screen and (max-width: 1199px) {
.nbr2 br {
	display: none;
}

.hero-content-style1 p {
    font-size: 24px;
	padding: 15px;
}


}/* @media */


/** PC mini2
===================================*/
@media screen and (max-width: 1039px) {
.onepress-menu.onepress-menu-mobile a {
    color: #333;
}

.onepress-menu.onepress-menu-mobile a:hover {
    color: #bf9a0b;
}

.serviceName h3 {
    font-size: 17px;
}

ul.serviceDesc-list > li {
    font-size: 14px;
}


}/* @media */


/** Tablet
===================================*/
@media screen and (max-width: 939px) {
.visible-pc {
	display: none;
}

.hidden-pc {
	display: block;
}

.visible-tb {
	display: block;
}

.hidden-tb {
	display: none;
}

.visible-sp {
}

.hidden-sp {
}

.hero-content-style1 p {
    font-size: 17px;
}

.section-desc {
    font-size: 16px;
    line-height: 2;
	text-align: left;
}


}/* @media */


/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
.visible-pc {
}

.hidden-pc {
}

.visible-tb {
}

.hidden-tb {
}

.visible-sp {
	display: block;
}

.hidden-sp {
	display: none;
}

.nbr br {
	display: none;
}

.flreset {
	float: none !important;
	width: 100% !important;
}

.onepress-menu.onepress-menu-mobile li:last-child {
    padding-bottom: 30px;
}

.serviceBox {
    margin-bottom: 50px;
}

.serviceBox:last-child {
    margin-bottom: 0px;
}

.companyTable th {
    font-size: 16px;
}

.companyTable td {
    font-size: 16px;
    padding: 17px 0;
    padding-left: 3%;
}

.team-member .member-profile {
    padding: 0 10px 20px;
    text-align: left;
}

.teki2 {
    letter-spacing: 2px;
}

.teki3 {
    letter-spacing: 2px;
}

.teki4 {
}

}/* @media */

/*20240307追記*/
/*
.contact-phone-number {
	font-size: 16px;
}
*/

/*20240311*/
.contact-phone-number-pc {
    font-size: 20px;
}
.contact-phone-number-sp {
    font-size: 20px;
}
@media screen and (min-width: 1200px) {
.contact-phone-number-sp {
    display: none;
}
}
@media screen and (max-width: 1199px) {
.contact-phone-number-pc {
    display: none;
}
}