@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
/*
Theme Name: portfoliio
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

#sample {
    width: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 350px;
}
#base path {
    fill:#fff;
}
#mask path {
    fill:none;
    stroke:#ffffff;
    stroke-width:6px; 
    stroke-linecap:round; 
    stroke-linejoin:round; 
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html {
	font-size: 62.5%;
}
a {
    text-decoration: none;
}
ol, ul {
	list-style: none;
    padding: 0 ;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
p{
    margin: 0;
    font-size: 18px;
}
*{
    box-sizing: border-box;
    margin: 0;
    color: #c9c9c9;
}
section{
    padding: 160px 16px;
}
body {
    background: #000000;
}
h2{
    font-size: 6rem;
    letter-spacing: 3px;
}
h3{
    font-size: 2.4rem;
}
.linkbox {
    max-width: 900px;
    margin: 24px auto 0;
    display: flex;
    justify-content: flex-end;
}
.alink {
    background: none;
    border: 2px solid #4f4f4f;
    border-radius: 100px;
    box-sizing: border-box;
    color: #4f4f4f;
    display: inline-block;
    overflow: hidden;
    padding: 0 48px;
    position: relative;
    text-align: center;
    transition: .5s;
    vertical-align: top;
    z-index: 1;
    font-size: 18px;
}
.alink:after {
    background: #4f4f4f;
    border-radius: 100px;
    content: "";
    left: -100%;
    transition: .5s;
    z-index: -1;
}
.alink span {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.alink span:before {
    position: absolute;
    aspect-ratio: 1;
    background: url(img/common/arrow.svg) no-repeat 100%;
    background-size: auto 90%;
    content: "";
    height: 90%;
    left: 3px;
    opacity: 1;
    top: 5%;
    transition: .5s;
    width: auto;
}
.alink span:after {
    position: absolute;
    aspect-ratio: 1;
    background: url(img/common/arroww.svg) no-repeat 100%;
    background-size: auto 90%;
    content: "";
    height: 90%;
    opacity: 0;
    right: 50%;
    top: 5%;
    transition: .5s;
    width: auto;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
    .alink:hover {
        color: #fff;
        overflow: hidden;
    }
    .alink:hover:after {
        left: 0;
    }
    .alink:hover span::before {
        left: 50%;
        opacity: 0;
    }
    .alink:hover span:after {
        opacity: 1;
        right: 3px;
    }
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        margin-bottom: 50px;
		margin-top: 0;
    }
    h2 {
        font-size: 4rem;
    }
    h3 {
        text-align: center;
        font-size: 2.2rem;
    }
    section {
        padding: 80px 16px;
    }
    p {
        font-size: 16px;
    }

}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
header {
    position: fixed;
    width: 100%;
    background: #00000063;
    z-index: 1;
}
header ul {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    padding-right: 24px;
}
header ul li a{
    font-size: 20px;
    display: block;
    padding: 16px;
}
#topkv{
    padding: 0;
    position: relative;
}
#profilesec{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}


.title {
    text-align: center;
    font-family: "Pacifico", cursive;
}
.name{
    font-size: 2.8rem;
    text-align: center;
}

.profilebox{
    display: flex;
    justify-content: center;
    gap: 2%;
    margin: 180px auto;
}

.profilebox img{
    width: 45%;
}
.aboutbox {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}
.careerbox {
    width: 45%;
}
.about {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}
.about + .about::before {
    position: absolute;
    content: "";
    border-top: 1px dashed #fff;
    width: 100%;
    top: -20px;
}
#historysec ul {
    max-width: 800px;
    margin: 80px auto 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    padding-left: 40px;
}
#historysec ul::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    border-left: 1px dashed;
    left: 16px;
}
#historysec ul li{
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px;
    position: relative;
}
#historysec ul li::before {
    position: absolute;
    content: "";
    left: -32px;
    width: 15px;
    height: 15px;
    top: 6px;
    border-radius: 50%;
    background: #000;
    border: 1px solid #fff;
}
#historysec ul li span{
    font-size: 18px;
}
#historysec ul li p{
}
#skillsec ul{
    display: flex;
    flex-wrap: wrap;
    gap: 24px 2%;
    justify-content: center;
    margin-top: 40px;
}
#skillsec ul li{
    font-size: 40px;
    display: flex;
    align-items: center;
    gap: 4px;
}
#skillsec ul li img {
    width: 48px;
}

#worksec .workcontent {
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    gap: 4%;
}
#worksec .workcontent .worksite{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#worksec .workcontent .topnonophoto h3 {
    font-family: "Tangerine", serif;
    font-size: 60px;
    text-align: center;
}
#worksec .workcontent .topchirosite h3 {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 44px;
}
@media all and (max-width: 896px) {
    .profilebox {
        margin: 64px auto 0;
        flex-direction: column-reverse;
        gap: 32px;
    }
    .careerbox {
        width: 100%;
    }
    .profilebox img {
        width: 100%;
    }
    #historysec ul {
        padding-left: 16px;
    }
    #historysec ul::before {
        left: 0;
    }
    #historysec ul li::before {
        left: -24px;
    }
    #skillsec ul {
        flex-direction: column;
        align-items: center;
    }
    #skillsec ul li {
        font-size: 24px;
    }
    #skillsec ul li img {
        width: 30px;
    }
    #worksec .workcontent {
        flex-direction: column;
        margin-top: 32px;
        gap: 40px;
    }
    #worksec .workcontent .topnonophoto h3 {
        font-size: 48px;
    }
    #worksec .workcontent .topchirosite h3 {
        font-size: 24px;
    }

}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contactPage{
    padding-bottom: 160px;
}
.contact_confirmBox{
    max-width: 500px;
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 40px 0;
    line-height: 60px;
}
.contact_confirmBox_nyuryoku{
    text-align: center;
    width: 60px;
    height: 60px;
    background: #98605e;
    border-radius: 50%;
    position: relative;
}
.contact_confirmBox_kakunin1 {
    text-align: center;
    width: 60px;
    height: 60px;
    background: rgba(182, 167, 159, 0.25);
    border-radius: 50%;
    margin-left: 50px;
    position: relative;
}
.contact_confirmBox_kakunin2 {
    text-align: center;
    width: 60px;
    height: 60px;
    background: #98605e;
    border-radius: 50%;
    margin-left: 50px;
    position: relative;
}
.contact_confirmBox_kanryo {
    text-align: center;
    width: 60px;
    height: 60px;
    background: rgba(182, 167, 159, 0.25);
    border-radius: 50%;
    margin-left: 50px;
}
.contact_confirmBox_kanryo2 {
    text-align: center;
    width: 60px;
    height: 60px;
    background: #98605e;
    border-radius: 50%;
    margin-left: 50px;
}
.contact_confirmBox_nyuryoku::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #98605e;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}
.contact_confirmBox_kakunin1::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent rgba(182, 167, 159, 0.25);
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}
.contact_confirmBox_kakunin2::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #98605e;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}



.contactPage .topTxt {
	margin: 0 0 68px 3px;
	letter-spacing: 0.06em;
}
.contactPage table {
    margin-bottom: 158px;
	width: 100%;
	border-collapse: collapse;
	word-break: break-all;
}
.contactPage th,
.contactPage td {
	padding: 28px 0 28px 58px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #D1CFCF;
}
.contactPage th {
	padding: 20px 50px 20px 0;
	width: 29%;
	font-weight: 500;
}
.contactPage td {
    font-size: 1.3rem;
	position: relative;
}
.contactPage th .must {
	float: right;
	width: 44px;
	color: #fff;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 500;
	background: #c1272d;
	text-align: center;
    border-radius: 15px;
}
.contactPage td:before {
	position: absolute;
	left: 0;
	top: 27px;
	width: 1px;
	bottom: 27px;
	background: #D1CFCF;
	content: "";	
}
.contactPage td input[type="text"],
.contactPage td input[type="email"],
.contactPage td input[type="number"],
.contactPage td input[type="tel"],
.contactPage td select,
.contactPage td textarea {
	width: 100%;
	height: 58px;
	color: #212836;
	font-size: 1.3rem;
	padding: 5px 10px 5px 23px;
	-webkit-appearance: none;
	box-sizing: border-box;
	background: #F4F4F4;
    border: 1px solid #F4F4F4;
	border-radius: 4px;
}
.contactPage td .wid01 {
    width: 98px !important;
}
.contactPage td .ico {
    display: inline-block;
    margin-right: 10px;
	font-size: 1.6rem;
}
.contactPage td .add {
    margin-bottom: 20px;
}
.contactPage td textarea {
    height: 265px;
    resize: vertical;
    padding: 20px 10px 20px 23px;
}
.contactPage .txtP {
    margin-bottom: 45px;
    line-height: 1.9;
    text-align: center;
}
.contactPage .txtP a {
    text-decoration: underline;
}
.contactPage .txtP a:hover {
    opacity: 0.7;
}
.contactPage .agreeTxt {
    width: 460px;
    margin: 0 auto 100px;
    padding: 12px 10px 16px 80px;
    box-sizing: border-box;
    border: 1px solid #CCC;
}
.contactPage .agreeTxt input[type="checkbox"] {
    display: none;
}
.contactPage .agreeTxt input[type="checkbox"] ~ span {
    background: url("img/common/check_box_bg02.png") no-repeat left top 9px;
    background-size: 16px 16px;
    display: block;
    min-height: 16px;
    padding: 4px 0 6px 26px;
}
.contactPage .agreeTxt input[type="checkbox"]:checked ~ span {
    background: url("img/common/check_box_bg01.png") no-repeat left top 9px;
    background-size: 16px 16px;
}
.contactPage .submit {
    text-align: center
}
.contactPage .submit li {
    margin: 0 6px;
    display: inline-block;
    vertical-align: top;
}
.ajax-loader {
	display: none !important;
}
.contactPage .submit li .info01 {
    display: block;
    position: relative;
    background: #c1272d;
	border: 1px solid #c1272d;
}
.contactPage .submit li .info02 {
	position: relative;
	z-index: 2;
}
.contactPage .submit li .info01:before {
    margin-top: -5px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon05w.png") no-repeat left center;
    background-size: 21px 11px; 
    content: "";
	z-index: 3;
    transition: .3s;
	-webkit-transition: .3s;
}
.contactPage .submit li .info01:after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	left: auto;
	right: 0;
	background-color: #fff;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.contactPage .submit .back .info01:before {
    margin-top: -5px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 21px 11px; 
    content: "";
}
.contactPage .submit li input {
    color: #fff;
    width: 258px;
    height: 48px;
    font-size: 1.6rem;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
	background: none;
}
.contactPage .submit li input:disabled {
	cursor: default;
	pointer-events: none;
}
.contactPage .submit .back .info01 {
    background: #919191;
	border-color: #919191;
}
.contactPage .submit li.disabled .info01 {
	background: #CECECE;
	border-color: #CECECE;
}
.contactPage .submit li.disabled .info01:after {
	display: none;
}
.contactPage .errTop {
    margin-bottom: 16px;
    padding: 18px 10px;
    color: #C1272D;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border: 3px solid #C1272D;
    background: #FCDEDD;
    text-align: center;
}
.contactPage .errTop img {
    margin: -3px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.contactPage .error td input,
.contactPage .error td select,
.contactPage .error td textarea {
    background: #FCDEDD;
    border: 1px solid #C1272D;
}
.contactPage .error td .errorTxt {
    margin: 2px 0 -22px;
    display: block;
    color: #DE2B2B;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-size: 1.4rem;
}
.contactPage .confirmTab th,
.contactPage .confirmTab td {
    height: 60px;
}
.contactPage .confirmTab td .add {
    margin-bottom: 4px;
}
.thanks .title {
    margin-bottom: 32px;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.06em;
}
.thanks .thanksTxt {
    margin-bottom: 180px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.06em;
    text-align: center;
}
.thanks .linkBtn a {
    margin: 0 auto;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    width: 256px;
    color: #fff;
    text-align: center;
    position: relative;
    background: #212836;
	border: 1px solid #212836;
	box-sizing: border-box;
}
.thanks .linkBtn a:before {
    margin-top: -4px;
    position: absolute;
    left: 11px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 21px auto;
    content: "";
	z-index: 3;
    transition: .3s;
	-webkit-transition: .3s;
}
.thanks .linkBtn .info {
	position: relative;
	z-index: 2;
}
.thanks .linkBtn a:after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	left: auto;
	right: 0;
	background-color: #fff;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media all and (min-width: 897px) {
	.contactPage .submit li:hover .info01:after {
        width: 100%;
        right: auto;
        left: 0;
	}
	.contactPage .submit li:hover .info01:before {
		right: -21px;
		background-image: url("img/common/icon08.png");
	}
	.contactPage .submit li.disabled:hover .info01:before {
		right: 10px;
		background-image: url("img/common/icon05.png");
	}
	.contactPage .submit li:hover input {
		color: #212836;
	}
	.contactPage .submit li.disabled:hover input {
		color: #fff;
	}
	.contactPage .submit li.back:hover .info01:before {
		left: -21px;
		background-image: url("img/common/icon14.png");
	}
	.thanks .linkBtn a:hover {
		color: #212836;
	}
	.thanks .linkBtn a:hover:before {
		background-image: url("img/common/icon14.png");
		left: -21px;
	}
    .thanks .linkBtn a:hover:after {
        width: 100%;
        right: auto;
        left: 0;
    }
}
@media all and (max-width: 896px) {
    .contactPage .topTxt {
        margin: 0 0 17px;
        line-height: 1.9;
        text-align: center;
    }
    .contactPage table {
        margin-bottom: 48px;
    }
    .contactPage th,
    .contactPage td {
        float: left;
        width: 100%;
        padding: 0 0 25px;
        box-sizing: border-box;
    }
    .contactPage th {
        padding: 22px 0 10px;
        width: 100%;
        border: none;
    }
    .contactPage td:before {
        display: none;
    }
    .contactPage td input[type="text"],
    .contactPage td input[type="email"],
    .contactPage td input[type="tel"],
    .contactPage td textarea {
        height: 58px;
        font-size: 1.2rem;
        padding: 5px 10px 5px 25px;
    }
    .contactPage td {
        font-size: 1.4rem;
    }
    .contactPage td .wid01 {
        width: 124px !important;
    }
    .contactPage td .ico {
        margin-right: 7px;
    }
    .contactPage td .add {
        margin-bottom: 20px;
    }
    .contactPage td textarea {
        height: 180px;
        padding: 20px 10px 20px 25px;
    }
    .contactPage .txtP {
        margin-bottom: 23px;
        line-height: 1.85;
    }
    .contactPage .agreeTxt {
        width: auto;
        margin: 0 auto 51px;
        padding: 14px 10px 14px 30px;
    }
	.contactPage .agreeTxt span.wpcf7-list-item {
		margin: 0 !important;
	}
    .contactPage .submit li {
        margin: 0 0 15px;
        display: block;
    }
    .contactPage .submit li:last-child {
        margin-bottom: 0;
    }
    .contactPage .submit li span:before {
        right: 17px;
    }
    .contactPage .submit li input {
        width: 100%;
        height: 60px;
    }
    .contactPage .errTop {
        margin-bottom: 18px;
        padding: 23px 10px 20px;
        font-size: 1.6rem;
        border-width: 2px;
        line-height: 1.9;
    }
    .contactPage .errTop img {
        margin: 0 auto 5px;
        display: block;
    }
    .contactPage .error td .errorTxt {
        margin: 3px 0 -19px;
        font-size: 1.1rem;
    }
    .contactPage .confirmTab th,
    .contactPage .confirmTab td {
        padding: 21px 0 7px;
        height: auto;
        line-height: 2;
    }
    .contactPage .confirmTab td {
        padding: 0 0 20px;
    }
    .contactPage .confirmTab td .add {
        margin-bottom: 4px;
    }
    .thanks .title {
        margin-bottom: 22px;
        font-size: 2.4rem;
    }
    .thanks .thanksTxt {
        margin-bottom: 37px;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.9; 
    }
    .thanks .linkBtn a {
        margin: 0 auto;
        height: 60px;
        width: 100%;
        font-size: 1.6rem;
        max-width: 450px;
        letter-spacing: 0.06em;
    }
    .thanks .linkBtn a:before {
        left: 16px;
    }
}
@media all and (max-width: 374px) {
    .contactPage .txtP {
        margin: 0 -17px 23px;
    }
    .contactPage .agreeTxt {
        padding: 14px 5px 14px 10px;
        font-size: 1.3rem;
    }
}
.site h3 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 40px;
}
.chirosite h3{
    font-family: "Noto Serif JP", serif;
}
.nonophoto h3 {
    font-family: "Tangerine", serif;
    font-size: 72px;
}
 .sitewrapper {
    display: flex;
    flex-direction: column;
    gap: 240px;
    max-width: 1400px;
    margin: 0 auto;
 }
.sitedetail {
    display: flex;
    max-width: 1100px;
    margin: 80px auto 0;
    justify-content: center;
    gap: 5%;
}
.sitedetail .production {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.sitedetail .production dl div{
    display: flex;
    font-size: 24px;
    gap: 16px;
}
.sitedetail .production dl div dt {
    position: relative;
}
.sitedetail .production dl div dt::after {
    position: absolute;
    content: "";
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    right: -8px;
    width: 1px;
    height: 100%;
    border-right: 1px dashed;
}
.sitedetail figure {
    height: 350px;
    overflow-x: scroll;
}
.dearestlink {
    border: 2px solid #DF9456;
    padding: 10px 40px 10px 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #5f0000 !important;
    background: #e7dacf;
    font-size: 16px;
    width: fit-content;
    margin: 0 auto;
}
.dearestlink::before {
    position: absolute;
    content: "";
    background: #DF9456;
    width: 10px;
    height: auto;
    aspect-ratio: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    filter: blur(10px);
    border-radius: 50%;
    transition: 0.8s;
    z-index: -1;
    opacity: 0;
}
.dearestlink::after {
    position: absolute;
    content: "";
    background: url(img/common/icon05.png) no-repeat center center;
    background-size: 18px auto;
    width: 22px;
    height: 17px;
    top: 50%;
    right: 1px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: .3s;
    -webkit-transition: .3s;
}
.dearestlink:hover::before {
    width: 120%;
    height: auto;
    opacity: 1;
}
.dearestlink:hover::after {
    background: url(img/common/icon05w.png) no-repeat center center;
    right: -8px;
    background-size: 18px auto;
}
.chirolink {
    font-size: 2rem;
    letter-spacing: 2px;
    background: #1a73e8 url(img/common/45-degree-fabric-dark.png);
    color: #FFF !important;
    padding: 8px 20px;
    border-radius: 50px;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    overflow: hidden;
}
.chirolink::before {
    position: absolute;
    background: #fff9;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}
.chirolink:hover::before {
    opacity: 1;
}
@media all and (max-width: 896px) {
    .sitedetail .production dl div {
        flex-direction: column;
        font-size: 20px;
        text-align: center;
    }
    .sitedetail .production dl div dt::after {
        border-right: none;
        border-bottom: 1px dashed;
        width: 100%;
        height: 1px;
        top: auto;
        bottom: -12px;
        right: 0;
    }
    .sitedetail .production {
        width: 50%;
    }
    .sitedetail figure {
        width: 50%;
    }
}