@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */

html {
    font-size: 62.5%;
}

body {
    font-size: 3.6vw;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.65;
    font-weight: normal;
    max-width: 100%;
}

object {
    pointer-events: none;
}

.sp {
    display: block !important;
}

.pc {
    display: none !important;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★背景
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★タイトル
--------------------------------------------------------------------------- */

.tit02 {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    margin: 0 auto 35px;
}

.tit02 b {
    font-size: 5rem;
    line-height: 1.5;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
}

.tit02 span {
    color: #8c8c8c;
    font-size: 3.6vw;
    display: block;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", cursive, sans-serif, serif;
}


/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★アニメーション
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★グローバルナビゲーション
--------------------------------------------------------------------------- */

.nav_wrp {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    display: none;
}

.nav_wrp.changed {
    display: block;
}

.nav_site {
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 240px;
    height: 100%;
    padding: 100px 30px 50px;
    position: fixed;
    opacity: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
    transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    z-index: 1;
}

.nav_site.active {
    opacity: 1;
    top: 0;
    right: 0;
}


/* =======================================
	★ページャー
========================================== */

.pager {
    width: auto;
    margin: 0 auto;
    padding-bottom: 100px;
}

.wp-pagenavi {
    clear: both;
    font-size: 14px;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 2.6;
    border: 1px solid #000000;
    -webkit-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
    color: #000000;
    font-size: 14px;
    margin: 5px;
    vertical-align: top;
    padding: 0px;
    background-color: #fff;
    border-radius: 4px;
}

.wp-pagenavi span.extend {
    border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
    color: #fff;
    background-color: #000000;
    font-size: 14px;
    vertical-align: top;
    text-decoration: none;
}

#contact .popup-inner {
    padding: 40px 20px;
}



/* =======================================
	共通
========================================== */
.lh220 {
	line-height: 180%;
}
.lh200 {
	line-height: 160%;
}
body {
	padding-top: 60px;
}

/* タイトル */
.title01_box {
	margin-bottom: 30px !important;
	text-align: center;
}
.title01,
.title01.small,
.title01.middle {
	font-size: 40px;
}
.sub_title01 {
	font-size: 14px !important;
}

/* ボタン */
.btn05 {
	max-width: 250px;
}
.btn05 a {
	font-size: 14px;
	padding: 12px 10px;
	border-width: 1px;
}
.btn05::before {
	width: 60px;
	height: 10px;
	right: -30px;
	top: calc(50% - 4.5px);
}
.btn05:hover::before {
	right: -40px;
}

.btn06 a {
	font-size: 14px;
	padding: 6px 0;
    padding-right: 45px;
}
.btn06 a::before {
	width: 32px;
	height: 32px;
}


/* =======================================
	ヘッダー
========================================== */
header {
	padding: 0;
}
.header-container {
	width: 100%;
	padding: 10px 15px;
	background: #fff;
}
.header_items {
	align-items: center;
}
.header_logo {
	max-width: 125px;
}
.header_sub_menu {
	gap: 5px;
	margin-right: 45px;
}
.header_sub_menu a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	min-width: auto;
	padding: 0;
	border: none;
}
.header_tel_btn a {
	background: url('../img/sp_tel_btn.png') center / contain no-repeat;
}
.header_mail_btn a {
	background: url('../img/sp_mail_btn.png') center / contain no-repeat;
}
.header_line_btn a {
	background: url('../img/sp_line_btn.png') center / contain no-repeat;
}
.header_sub_menu a::before {
	display: none;
}
.header_sub_menu a span {
	display: none;
}
.header_main_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #F6F1E9;
	margin-top: 0;
	padding: 82px 40px 0;
	flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start !important;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
}
.nav-open .header_main_menu {
	opacity: 1;
	pointer-events: auto;
}
.header_main_menu li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #CFC9C0;
}
.header_main_menu a {
	display: block;
	width: 100%;
	position: relative;
	font-size: 15px;
	line-height: 180%;
	letter-spacing: 0;
	padding: 20px 35px 20px 0;
}
.header_main_menu a::before {
	content: '';
	width: 27.5px;
	height: 5px;
	background: url('../img/sp_header_arrow.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.header_main_menu a::after {
	display: none;
}

.hamburger {
	position: fixed;
    right: 15px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 999999;
	border: 1px solid #000;
	border-radius: 50%;
}
.hamburger__line {
	position: absolute;
    left: 50%;
    width: 12px;
    height: 1px;
    background-color: #000;
    transition: all 0.6s;
	transform: translateX(-50%);
}
.hamburger__line--1 {
	top: 15px;
}
.hamburger__line--2 {
	top: 19px;
}
.hamburger__line--3 {
	top: 23px;
}
.nav-open .hamburger__line--1 {
	transform: translateX(-50%) rotate(45deg);
    top: 19px;
}
.nav-open .hamburger__line--2 {
	width: 0;
}
.nav-open .hamburger__line--3 {
	transform: translateX(-50%) rotate(-45deg);
    top: 19px;
}

/* =======================================
	フッター
========================================== */
footer {
	padding-top: 50px !important;
}
.footer_items {
	flex-wrap: wrap;
}
.footer_text_box {
	width: 100%;
}
.footer_menu_items {
	width: 100%;
}
.footer_logo {
	max-width: 180px;
}
.sns_items {
	margin-top: 15px;
	gap: 10px;
}
.footer_menu_items {
	margin-top: 20px;
}
.footer_menu_items li {
	width: 100%;
	border-bottom: 1px solid #000;
}
.footer_menu_items a {
	display: block;
	width: 100%;
	padding: 13px 10px;
	line-height: 1.2;
}

/* =======================================
	ページヘッダー
========================================== */
.page_fv_content {
	padding: 30px 0;
}
.page_fv_text_box {
	padding-bottom: 0;
}
.page_fv_title {
	font-size: 32px;
	margin-bottom: 4px;
	letter-spacing: 2px;
}
.page_fv_sub_title {
	font-size: 15px !important;
}
.breadcrumb {
	margin-top: 30px;
}
.breadcrumb ul {
	font-size: 10px;
	gap: 10px 15px;
}
.breadcrumb li + li::before {
	left: -8.5px;
}


/* =======================================
	トップページ
========================================== */
/* FV */
.fv_content {
	padding-top: 50px;
	background: #F6F1E9;
}
.fv_content::before {
	width: 100%;
	height: calc(100% - 5.333vw);
	top: 0;
}
.fv_items {
	flex-wrap: wrap;
}
.fv_text_box {
	width: 100%;
}
.fv_slider {
	width: 100vw;
}
.fv_title {
	font-size: 28px;
	margin-bottom: 30px;
}
.fv_text {
	font-size: 15px !important;
}

/* イスコサインについて */
.top_about_content {
	padding-bottom: 50px !important;
}
.top_about_items {
	flex-wrap: wrap;
}
.top_about_text_box {
	width: 100%;
	padding-left: 0;
}
.top_about_img {
	max-width: 400px;
	width: 90%;
	margin: 30px auto 30px;
	padding-top: 0;
}
.top_about_title {
	font-size: 18px !important;
	margin-bottom: 20px !important;
}

/* 選ばれる理由 */
.top_features_content {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.top_features_items {
	flex-wrap: wrap;
}
.top_features_items + .top_features_items {
	margin-top: 35px !important;
}
.top_features_img {
	width: 100%;
}
.top_feature_text_box {
	position: relative;
	width: 100%;
	z-index: 1;
}
.top_features_point {
	top: -70px;
	right: auto;
	left: -30px;
	font-size: 20px !important;
}
.top_features_point span {
	font-size: 50px;
}
.top_feature_text_box {
	padding-top: 10px;
	padding-right: 0;
}
.top_features_title {
	padding-left: 50px;
	font-size: 18px !important;
}
.top_features_img {
	padding: 0 0 25px 25px;
	order: -1 !important;
}
.top_features_items:nth-of-type(3) .top_features_img {
	padding: 0 25px 25px 0;
}
.top_features_items:nth-of-type(3) .top_feature_text_box {
	padding-left: 0;
}
.top_features_items:nth-of-type(3) .top_features_title {
	padding-right: 50px;
	padding-left: 0;
}
.top_features_items:nth-of-type(3) .top_features_point {
	top: -70px;
	right: -30px;
	left: auto;
}

/* 事業内容 */
.top_service_content {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.top_service_items {
	flex-wrap: wrap;
}
.top_service_items + .top_service_items {
	margin-top: 35px !important;
}
.top_service_text_box {
	width: 100%;
	padding: 25px 15px 30px;
	order: -1 !important;
}
.top_service_img {
	width: 100%;
	border: 2px solid #000 !important;
}
.top_service_num {
	max-width: 100px;
	font-size: 15px;
	border-width: 2px;
	margin-bottom: 20px;
}
.top_service_num span {
	font-size: 60px;
}
.top_service_title {
	font-size: 22px !important;
	margin-bottom: 15px !important;
}
.top_service_text_box .btn06 {
	margin-top: 25px !important;
}
.top_service_content .btn05 {
	margin-top: 35px !important;
}

/* 施工実績 */
.works_content {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.work_asset {
	top: -72px;
	width: 104px;
	right: 0;
}
.works_post_lists {
	max-width: 600px;
	margin: 0 auto;
	gap: 25px 10px;
}
.works_post {
	width: calc((100% - 10px) / 2);
}
.works_post_title {
    margin-top: 10px;
    margin-bottom: 15px;
}
.works_cat_lists {
	gap: 5px;
}
.works_cat_lists a {
	padding: 1px 7px;
}
.works_content .btn05 {
	margin-top: 35px !important;
}

/* お知らせ */
.news_content {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.news_post_lists {
	max-width: 600px;
	margin: 0 auto;
	gap: 25px;
}
.news_post {
	width: 100%;
}
.news_post_text_box {
	padding: 10px 15px 20px !important;
}
.news_post_title {
	margin-bottom: 15px !important;
}
.news_content .btn05 {
	margin-top: 35px !important;
}

/* イスコサインのこと */
.top_company_content {
	padding-top: 35px !important;
	padding-bottom: 50px !important;
}
.company_asset {
    width: 19%;
    top: -5%;
    left: -3.8%;
}
.top_company_items {
	max-width: 600px;
	margin: 0 auto;
}
.top_company_items li {
	width: 100%;
}
.top_company_items li a {
	padding: 15px 25px;
	border-radius: 10px;
}
.top_company_items li a::before {
	width: 40px;
	bottom: 22px;
    right: 25px;
}
.top_company_img {
	margin-top: -25px;
}
.top_company_title {
	font-size: 28px;
}

/* お問い合わせ */
.top_contact_content {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.top_contact_content .inner_1100 > p {
	font-size: 14px !important;
}
.top_contact_tel {
	margin-top: 20px;
}
.top_contact_tel a {
	font-size: 32px;
}
.top_contact_btn_box {
	margin-top: 25px !important;
}
.top_contact_btn_box a {
	max-width: 300px;
	padding: 15px 10px;
	gap: 10px;
	font-size: 16px !important;
}
.top_contact_btn_box a:first-child img,
.top_contact_btn_box a:last-child img {
	width: 25px;
}

/* =======================================
	選ばれる理由
========================================== */
.features_message_content {
	padding-top: 15px !important;
	padding-bottom: 35px !important;
}
.features_point_content {
	padding-top: 30px !important;
	padding-bottom: 50px !important;
}
.features_message_title {
	font-size: 20px;
}
.features_message_text {
	font-size: 14px !important;
}
.features_point_title {
	font-size: 18px;
	margin-top: 0;
	text-align: left !important;
}
.features_point_num {
	font-size: 18px !important;
	display: flex;
	align-items: center;
	position: relative;
	top: 0;
	margin: 10px 0 5px;
	writing-mode: horizontal-tb;
}
.features_point_num span {
	font-size: 45px;
	line-height: 1;
}
.features_point_text + .features_point_text {
	margin-top: 15px !important;
}

/* =======================================
	事業内容
========================================== */
.service_content {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.service_title_box,
.service_title_text_box {
	flex-wrap: wrap;
}
.service_title_text_box {
	width: 100%;
	gap: 15px;
}
.service_point_title {
	font-size: 22px;
	width: 100%;
	text-align: center;
}
.service_title_box {
	gap: 20px;
	padding: 20px 15px 30px !important;
}
.service_point_num {
	font-size: 15px !important;
}
.service_point_num span {
	font-size: 60px !important;
	border-width: 2px;
}
.service_body {
	width: 100%;
	padding: 30px 15px 20px;
}
.service_text_items {
	gap: 20px;
}
.service_text_item {
	width: 100%;
}
.service_text_item h3 {
	padding: 5px 15px;
	margin-bottom: 10px !important;
}

/* 施工材料 */
.material_content {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.material_title {
	font-size: 24px;
}
.material_items {
	margin-top: 30px !important;
	gap: 30px 15px;
}
.material_item {
	width: calc((100% - 15px) / 2);
}
.material_item h3 {
	font-size: 16px !important;
	margin-top: 10px !important;
	margin-bottom: 15px !important;
}
.material_item p {
	text-align: justify;
}
.material_content .btn05 {
	margin-top: 30px !important;
}

/* =======================================
	ご依頼の流れ
========================================== */
.flow_content {
	padding-bottom: 50px !important;
}
.flow_items {
	gap: 25px;
	max-width: 600px;
	margin: 0 auto;
}
.flow_items + .flow_items {
	margin-top: 35px !important;
}
.flow_img {
	width: 100%;
}
.flow_text_box {
	width: 100%;
}
.flow_img img {
	box-shadow: -10px 10px var(--main-color);
}
.flow_title {
	font-size: 20px !important;
	margin-bottom: 10px !important;
}
.flow_items .btn05 {
	margin-top: 25px !important;
}

/* =======================================
	会社案内
========================================== */
/* 代表挨拶 */
.message_content {
	padding-top: 15px !important;
	padding-bottom: 50px !important;
}
.message_items {
	flex-wrap: wrap;
	gap: 30px;
}
.message_text_box {
	width: 100%;
}
.message_img {
	max-width: 400px;
	width: 80%;
	margin: 0 auto;
	order: -1;
}
.message_img img {
	box-shadow: 15px 15px 0 #E1057E;
}
.message_title {
	font-size: 20px !important;
	margin-bottom: 10px !important;
}
.message_text {
	padding-right: 0;
}
.message_name {
	margin-top: 15px !important;
	text-align: right;
}

/* 会社概要 */
.outline_content {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.table01 th,
.table01 td,
.table01 tr {
	display: block;
	width: 100%;
}
.table01 th,
.table01 td {
	padding: 0;
}
.table01 tr {
	padding: 15px 10px;
}
.table01 th {
	margin-bottom: 5px;
	font-weight: bold;
}

/* 設備紹介 */
.facility_content {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.facility_items {
	gap: 30px;
	max-width: 600px;
	margin: 0 auto;
}
.facility_item {
	width: 100%;
}

/* アクセス */
.access_content {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.access_items {
	flex-wrap: wrap;
	gap: 10px;
	max-width: 600px;
	margin: 0 auto;
}
.access_text_box{
	width: 100%;
}
.map {
	width: 100% !important;
	aspect-ratio: 1 / .6;
	order: -1;
}
.access_content .btn05 {
	max-width: 250px;
	margin-left: auto;
	margin-top: 30px !important;
}

/* =======================================
	ESGの取り組み
========================================== */
.esg_message_content {
	padding-top: 15px !important;
	padding-bottom: 50px !important;
}
.esg_message_title {
	font-size: 24px;
}
.esg_message_text_box {
	width: 100%;
}
.esg_message_img {
	max-width: 350px;
	width: 80%;
	margin: 25px auto 0;
}
.esg_title {
	gap: 0;
	flex-direction: column;
	align-items: center;
	line-height: 1.2;
	font-size: 24px;
	padding: 10px;
}
.esg_icon {
	max-width: 76px;
}
.esg_hero_title {
	font-size: 20px;
	margin-bottom: 15px !important;
}
.esg_items {
	flex-wrap: wrap;
	gap: 25px;
	margin-top: 30px !important;
}
.esg_text_box,
.esg_img_box {
	width: 100%;
}
.esg_box + .esg_box {
	margin-top: 40px !important;
}
.esg_box {
	max-width: 600px;
	margin: 0 auto;
}

/* =======================================
	お問い合わせ
========================================== */
.contact_content {
	padding-top: 15px !important;
	padding-bottom: 50px !important;
}
.contact_btn_items {
	gap: 15px;
}
.contact_btn_item {
	width: 100%;
	padding: 15px;
	border-width: 1px;
}
.contact_btn_item h3 {
	margin-bottom: 5px !important;
}
.contact_btn_item a {
	font-size: 24px;
}
.tel_btn {
	margin-bottom: 0px !important;
	padding-left: 20px;
}
.tel_btn::before {
	width: 15.9px;
    height: 22.7px;
}
.contact_btn_item p {
	font-size: 12px !important;
}
.contact_btn_item a.line_btn {
	font-size: 18px;
	padding: 15px 10px;
	border-width: 1px;
}
.contact_title {
	font-size: 20px;
}
.contact_table_box tr,
.contact_table_box th,
.contact_table_box td {
	display: block;
	width: 100% !important;
}
.contact_table_box th,
.contact_table_box td {
	padding: 0 !important;
}
.contact_table_box tr {
	padding: 15px 0;
}
.contact_table_box th {
	display: flex;
	margin-bottom: 5px;
	justify-content: space-between;
}
.contact_table_box th span {
	position: static;
	padding: 5px 15px 3px;
}
.contact_table_box input {
	max-width: 100% !important;
	height: 40px;
    padding: 5px 10px;
}
.contact_table_box textarea {
	max-width: 100% !important;
	padding: 5px 10px;
}
.submit_box {
	max-width: 250px;
	border-width: 1px;
	margin-top: 20px;
}
.submit_box::after {
	width: 60px;
	height: 10px;
	right: -30px;
	top: calc(50% - 4.5px);
}
.submit_box:hover::after {
	right: -40px;
}
.submit_box input[type="submit"] {
	font-size: 14px;
	padding: 15px 10px;
}

/* =======================================
	お知らせ一覧・詳細
========================================== */
.news_posts_content {
	padding-top: 15px !important;
	padding-bottom: 50px !important;
}
.news_cat_box {
	margin-bottom: 35px !important;
}
.news_cat_lists {
	font-size: 17px !important;
}
.news_cat_lists a {
	padding: 0 15px;
}
.news_cat_lists li + li a::before {
	height: 20px;
	transform: translateY(-50%) rotate(40deg);
}
.news_posts_lists {
	gap: 25px 15px;
	max-width: 600px;
	margin: 0 auto;
}
.news_post_list {
	width: calc((100% - 15px) / 2);
}
.news_info_box {
	margin-top: 8px !important;
	margin-bottom: 10px !important;
	gap: 3px;
	flex-direction: column;
	align-items: flex-start;
}
.news_post_date {
	font-size: 12px !important;
}
.news_post_cat {
	font-size: 12px !important;
	min-width: 100px;
	padding: 0 5px;
}
.news_post_title {
	font-size: 16px !important;
}

/* 詳細ページ */
.news_single_post_content {
	padding-top: 15px !important;
	padding-bottom: 50px !important;
}
.news_single_post_title {
	font-size: 22px;
}
.news_single_post_body p {
	font-size: 14px;
	line-height: 1.666;
	margin-bottom: 25px;
}
.news_single_post_body img {
	margin-bottom: 25px;
}
.news_single_post_body h3,
.works_single_post_body h3 {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 15px;
}
.news_single_post_body h4,
.works_single_post_body h4 {
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.news_single_post_body h5,
.works_single_post_body h5 {
	font-size: 15px;
	margin-bottom: 10px;
}
.news_single_post_body a,
.works_single_post_body a {
	font-size: 14px;
	line-height: 1.6;
}
.post_btn_items {
	margin-top: 40px !important;
}
.post_btn:nth-child(2) a {
	min-width: 170px;
	font-size: 14px;
	padding: 10px;
	border-width: 1px;
}
.post_btn.btn_prev a,
.post_btn.btn_next a {
	font-size: 14px;
	line-height: 1.6;
}
.post_btn.btn_prev a {
	padding-left: 20px;
}
.post_btn.btn_next a {
	padding-right: 20px;
}

/* =======================================
	施工実績一覧・詳細
========================================== */
.works_posts_content {
	padding-top: 15px !important;
	padding-bottom: 50px !important;
}
.works_posts_inner {
	flex-wrap: wrap;
	gap: 0;
}
.works_posts_box {
	width: 100%;
}
.works_cat_box {
	width: 100%;
}
.works_posts_content .works_post_lists {
	gap: 25px 15px;
	margin-bottom: 35px !important;
}
.works_posts_content .works_post {
	width: calc((100% - 15px) / 2);
}
.works_cat_box {
	margin-bottom: 0 !important;
}
.works_cat_item:last-child {
	margin-bottom: 0 !important;
}
.works_side_cat_lists a {
	font-size: 14px;
}

/* 詳細ページ */
.works_single_post_content {
	padding-top: 15px !important;
	padding-bottom: 50px !important;
}
.works_single_post_title {
	font-size: 22px !important;
}
.works_single_post_content .news_info_box {
	margin-bottom: 20px !important;
}
.works_single_post_body {
	padding-top: 35px !important;
}
.main-image-body {
	margin-bottom: 10px;
}
.main-image-thumbs-list {
	gap: 10px;
}
.main-image-thumbs-item {
	width: calc((100% - 40px) / 5) !important;
}
.works_single_post_body p {
	font-size: 15px;
	line-height: 1.6;
}
.works_contact_box {
	margin-top: 35px !important;
	padding: 25px 15px !important;
}
.works_contact_box .btn05 {
	margin-top: 25px !important;
}

/* =======================================
	プライバシーポリシー
========================================== */
.privacy_content {
	padding-top: 15px !important;
	padding-bottom: 50px !important;
}

/* =======================================
	よくある質問
========================================== */
.faq_content {
	padding-top: 15px !important;
	padding-bottom: 50px !important;
}
.faq_box dl {
	border-width: 1px;
}
.faq_box dl + dl {
	margin-top: 10px;
}
.faq_box dt.plus {
	font-size: 15px;
	padding: 10px 15px;
	padding-right: 45px;
}
.faq_box dt.plus::before {
	width: 25px;
	height: 25px;
}
.accordion dd {
	font-size: 14px;
	line-height: 1.6;
	padding: 0 15px 10px;
}

























