@charset "utf-8";

:root {
    --color-bg: #FFF;
    --color-black: #111;
    --color-main-link: #1755BC;
    --color-main-link-hover: #154088;
    --color-green: #54914A;
    --color-green-hover: #63AA5F;
    --color-darkgreen: #235D1A;
    --color-lightgreen: #F0F3EB;
}

/* default
=============================================== */

* {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html,body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td {
	list-style: none;
	line-height: 1;
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	min-height: 100%;
	font-size: 62.5%; /* font-size 1em = 10px on default browser settings */
	position: relative;
    scroll-behavior: smooth;
}
body {
    -webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP','Yu Gothic',YuGothic,'メイリオ',Meiryo,Arial,Helvetica,Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','HiraKakuPro-W3','ＭＳ Ｐゴシック','MS PGothic',Sans-serif;
	font-weight: 400;
}
q:before,q:after {
	content:'';
}
object,embed {
	vertical-align: top;
}
img {
	max-width: 100%;
    height: auto;
    display: block;
}
img,abbr,acronym,fieldset {
	border: 0;
}
figure img {
    display: block;
    margin: auto;
}




/* link
=============================================== */

a {
	color: var(--color-green);
	text-decoration: underline;
	transition: .1s ease;
}
a:visited {
	color: var(--color-green);
}
a:hover {
	color: var(--color-darkgreen);
	text-decoration: none;
}
a[id]:hover {
	text-decoration: none;
}
a:active {
	color: #333;
}
a[href^="tel:"] {
    text-decoration: none;
    color: #111;
}
a.pdf::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 0.3em;
    background-image: url("/img/common/icon_pdf.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

@media (min-width: 641px) {
a[href^="tel:"] {
    pointer-events: none;
}
}


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

html {
	background-color: var(--color-bg);
}
body {
	color: #111;
	margin: auto;
	max-width: 640px;
	background-color: var(--color-bg);
}
.pc {
	display: block;
}
br.pc {
	display: inline-block;
}
.sp, br.sp {
	display: none;
}
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.circle-list, .decimal-list {
	margin: 1em 0 3em 1.8em;
}
.circle-list li, .decimal-list li {
	margin: .25em 0;
	font-size: 1.6rem;
	line-height: 1.6;
}
.circle-list li {
	list-style: circle;
}
.decimal-list li {
	list-style: decimal;
}
.ex {
	margin: 1em 0;
}
.ex li {
	margin: .5em 0;
	padding-left:  1em;
	text-indent: -1em;
	font-size: 1.6rem;
	line-height: 1.6;
}
.exp {
    padding-left: 1em;
    text-indent: -1em;
}
.longurl {
	word-break: break-all;
}
.border-radius10 { border-radius: 10px; }
.border-radius-tl10 { border-top-left-radius: 10px; }
.border-radius-tr10 { border-top-right-radius: 10px; }
.border-radius-bl10 { border-bottom-left-radius: 10px; }
.border-radius-br10 { border-bottom-right-radius: 10px; }

.margin-top-50 { margin-top: 50px !important }

.margin-bottom-10 { margin-bottom: 10px !important }
.margin-bottom-15 { margin-bottom: 15px !important }
.margin-bottom-20 { margin-bottom: 20px !important }
.margin-bottom-25 { margin-bottom: 25px !important }
.margin-bottom-30 { margin-bottom: 30px !important }
.margin-bottom-35 { margin-bottom: 35px !important }
.margin-bottom-40 { margin-bottom: 40px !important }
.margin-bottom-45 { margin-bottom: 45px !important }
.margin-bottom-50 { margin-bottom: 50px !important }
.margin-bottom-55 { margin-bottom: 55px !important }

.margin-right-20 { margin-right: 20px !important }
.margin-left-20 { margin-left: 20px !important }

.margin-auto { margin: auto !important }

.padding-bottom-0 { padding-bottom: 0px !important }

.max-width-50p { max-width: 50%; }
.max-width-60p { max-width: 60%; }
.max-width-70p { max-width: 70%; }
.max-width-80p { max-width: 80%; }
.max-width-90p { max-width: 90%; }

.display-inlineblock {
    display: inline-block !important;
}
.line-height-15 { line-height: 1.5; }
.line-height-16 { line-height: 1.6; }
.line-height-17 { line-height: 1.7; }
.line-height-18 { line-height: 1.8; }

.font-size-90p { font-size: 90% !important; }

.marker-pink {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 70%,rgba(233,18,134,1) 70%);
}
.marker-blue {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 70%,rgba(123,153,240,1) 70%);
}
.marker-lightpink {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 70%,rgba(244,183,187,1) 70%);
}
.marker-khaki {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 70%,rgba(186,176,164,1) 70%);
}
.stripe-green {
    background-image: repeating-linear-gradient(45deg, transparent 0 3px, var(--color-pink) 3px 6px);
    background-repeat: no-repeat;
    background-size: 100% 10px;
    background-position: 0 90%;
}
.highlight-white, .highlight-green {
    display: inline-block;
    padding: 0.5rem 0.75rem 0.4rem;
}
.highlight-white {
    background:#FFF;
}
.sideline {
	display: flex;
	justify-content: center;
	align-items: center;
    margin-bottom: 15px;
	font-size: 1.8rem;
    font-weight: 500;
	text-align: center;
}
.sideline::before,
.sideline::after {
	content: '';
	width: 1px;
	height: 20px;
	background-color: #111;
}
.sideline::before {
	margin-right: 15px;
    transform: rotate(-30deg);
}
.sideline::after {
	margin-left: 15px;
    transform: rotate(30deg);
}

.inline-block {
    display: inline-block;
}
.textbox {
    margin: 25px 0;
}
.textbox p {
    margin-bottom: 1.5em;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.025em;
}
.textbox + .textbox {
    margin-top: 50px;
}

.table-scroll {
	margin: 15px 0;
	padding-bottom: 15px;
	overflow: auto;
	white-space: nowrap;
}
.table-scroll table {
	margin: 0;
}
.table-scroll::-webkit-scrollbar {
	height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
	background-color: #F0F0F0;
}
.table-scroll::-webkit-scrollbar-thumb {
	background-color: #B0B0B0;
}

@media (min-width: 641px) {
html, body {
    max-width: none;
	background-color: var(--color-bg);
}

.max-width-1000px-pc { max-width: 1000px }
.max-width-1200px-pc { max-width: 1200px }

html[lang="en"] .textbox p {
    font-size: 1.8rem;
}

}




/* button
=============================================== */

.btn01 {
    padding: 25px 0;
    text-align: center;
}
.btn01 a {
    display: inline-block;
    width: 100%;
    padding: 20px;
    border: 1px solid var(--color-green);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    text-decoration: none;
    color: var(--color-green);
    background-color: #FFF;
    transition: ease .1s;
}
.btn01 a:hover {
    color: #FFF;
    background-color: var(--color-green);
}

.btn-contact {
    padding: 25px 0;
    text-align: center;
}
.btn-contact a,
.btn-contact button {
    display: inline-block;
    width: 100%;
    padding: 20px;
    border: 1px solid var(--color-green);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    text-decoration: none;
    background-color: var(--color-green);
    color: #FFF;
    cursor: pointer;
    transition: ease .1s;
}
.btn-contact a:hover,
.btn-contact button:hover {
    border: 1px solid var(--color-green-hover);
    background-color: var(--color-green-hover);
}




@media (min-width: 641px) {

.btn01 {
    padding: 25px 0;
}
.btn01 a {
    width: calc(100% - 50%);
    padding: 20px;
    font-size: 1.6rem;
}

.btn-contact {
    padding: 25px 0;
}
.btn-contact a,
.btn-contact button {
    width: calc(100% - 50%);
    padding: 20px;
    font-weight: 500;
    font-size: 1.6rem;
}


}

/* table
=============================================== */

.common-table {
    width: 100%;
    border: 1px solid #CCC;
}
.common-table th, .common-table td {
    display: block;
    width: 100%;
}
.common-table th {
    padding: 15px 15px 15px 20px;
    border-bottom: 1px dotted #CCC;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: left;
    background-color: var(--color-lightgreen);
}
.common-table td {
    padding: 15px 15px 15px 20px;
    border-bottom: 1px solid #CCC;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
}
.common-table td dl.list01 .list-item {
    margin: .5em 0;
    padding: 0 0 .5em;
    border-bottom: 1px dotted #999;
}
.common-table td dl.list01 .list-item:first-child {
    margin-top: 0;
}
.common-table td dl.list01 .list-item:last-child {
    margin-bottom: 0;
    border: none;
}
.common-table td dl.list01 dt, .common-table td dl.list01 dd {
    font-size: 1.6rem;
    line-height: 1.6;
}

.common-table td dl.list02 .list-item {
    margin-bottom: .75em;
}
.common-table td dl.list02 .list-item:last-child {
    margin-bottom: 0;
}
.common-table td dl.list02 dt, .common-table td dl.list02 dd {
    font-size: 1.6rem;
    line-height: 1.6;
}

@media (min-width: 641px) {

.common-table {
    width: 100%;
    border: 1px solid #CCC;
}
.common-table th, .common-table td {
    display: table-cell;
    width: auto;
}
.common-table th {
    padding: 15px 15px 15px 20px;
    border-bottom: 1px solid #CCC;;
    border-right: 1px dotted #CCC;
    text-align: center;
}
.common-table td {
    padding: 15px 15px 15px 20px;
    border-bottom: 1px solid #CCC;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
}
.common-table td dl.list01 .list-item,
.common-table td dl.list02 .list-item {
    display: flex;
}
.common-table td dl.list01 dt {
    width: 10em;
}
.common-table td dl.list02 dt {
    width: 8em;
}
.common-table td dl.list01 dd,
.common-table td dl.list02 dd {
    flex: 1;
}


}

/* title
=============================================== */

.h2-01 {
    margin: 25px 0 35px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--color-green);
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
}
.h2-02 {
    margin: 25px 0 25px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    color: var(--color-green);
}
.h2-02 span {
    display: inline-block;
}


.h3-01 {
    margin: 25px 0;
    padding: 15px 15px 15px 20px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    background-color: var(--color-green);
    color: #FFF;
}
.sub-ttl {
    margin: 0 0 15px;
    font-family: "Oswald", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
}

@media (min-width: 641px) {
.h2-01 {
    margin: 25px 0 35px;
    border-bottom: 3px solid var(--color-green);
    font-size: 2.8rem;
    font-weight: 500;
}
.h2-02 {
    margin: 25px 0 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--color-green);
}
.h2-02 span {
    display: inline-block;
}

.h2-02::before,.h2-02::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: var(--color-green);
}
.h2-02::before {
    margin-right: 1rem;
}
.h2-02::after {
    margin-left: 1rem;
}


}


/* header
=============================================== */

#global-header {
	position: fixed;
    z-index: 11;
    width: 100%;
    background-color: #FFF;
}
#header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
    height: 60px;
}
#header-inner #logo a {
    padding-left: 10px;
    display: inline-block;
}
#header-inner #logo img {
    max-width: none;
	height: 40px;
}

@media (min-width: 810px) {

#global-header {
	position: static;
    padding: 0 25px;
}
#header-inner {
    max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
    height: auto;
}
#header-inner #logo a {
    padding-left: 0;
}
#header-inner #logo img {
	height: 50px;
}

}

@media (min-width: 961px) {

#header-inner #logo img {
	height: 60px;
}

}




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

footer {
	padding: 30px 0 20px;
	background-color: #F0F3EB;
}
#footer-inner {
    padding: 0 20px 30px;
}
#footer-inner nav ul {
    display: flex;
    flex-wrap: wrap;
}
#footer-inner nav ul li {
    margin: 0 0 20px 0;
    font-size: 1.4rem;
    width: 50%;
}
#footer-inner nav ul li a {
    color: #333;
}
#footer-inner dl {
    margin: 10px 0 0;
}
#footer-inner dl dt {
    margin-bottom: 10px;
}
#footer-inner dl dt img {
    height: 30px;
}
#footer-inner dl dd p {
    font-size: 1.4rem;
    line-height: 1.6;
}
#footer-inner dl dd p a {
    color: #111;
}
#copyright {
    margin: 0;
	font-size: 1.4rem;
	text-align: center;
}


@media (min-width: 961px) {

footer {
	padding: 50px 0;
}
#footer-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 1200px;
    margin: 0 auto 25px;
    padding: 0 25px;
}
#footer-inner nav {
    flex: 1;
    width: 850px;
}
#footer-inner nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
#footer-inner nav ul li {
    margin: 0;
    font-size: 1.6rem;
    text-align: center;
}
#footer-inner dl {
    width: 300px;
    margin: 0 50px 0 0;
}
#footer-inner dl dt {
    margin-bottom: 10px;
}
#footer-inner dl dt img {
    height: 30px;
}
#footer-inner dl dd p {
    font-size: 1.6rem;
    line-height: 1.7;
}
#footer-inner dl dd p a {
    color: #111;
}
#copyright {
	font-size: 1.6rem;
}

}





/* page
=============================================== */

#page-title {
    position: relative;
    padding: 110px 20px 50px; /* padding-top: 60px */
    background: linear-gradient(to right, #BDD2AE, #AED2C9);
}
#page-title::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/home/home.jpg) 50% 50% no-repeat;
    background-size: cover;
    mask-image: linear-gradient(to right, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
}
#page-title h1 {
    z-index: 2;
    position: relative;
    font-weight: 500;
    text-shadow: 1px 1px 10px #FFF;
}
#breadcrumb {
    padding: 15px 20px;
}
#breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
}
#breadcrumb ul li {
    flex: 0 0 auto;
    margin-right: 10px;
    font-size: 1.4rem;
    line-height: 1.6;
}
#breadcrumb ul li:not(:last-child)::after {
    content: '>';
    margin-left: 10px;
}


#main-vis {
    position: relative;
    text-align: center;
}
#main-vis picture img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    object-position: 50% 50%;
}
#main-vis .vis-text {
    z-index: 10;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}
#main-vis .vis-text span {
    display: inline-block;
    margin-left: 20px;
    padding: 3px 3px 4px;
    color: #251905;
    color: #111;
    font-size: 3.2rem;
    font-family: "Shippori Mincho", serif;
    font-family: 'Noto Sans JP';
    font-weight: 800;
    text-shadow: 1px 1px 10px #FFF;
}
#main-vis .vis-text span:nth-of-type(1) {
    animation-delay: 0.5s;
    animation-duration: 0.5s;
}
#main-vis .vis-text span:nth-of-type(2) {
    animation-delay: 0.8s;
    animation-duration: 0.5s;
    margin-top: 8px;
    margin-bottom: 20px;
}
#home {
    padding: 50px 20px;
}
#home-msg p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
}
.service-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    justify-content: space-between;
}
.service-box a {
    width: 100%;
}
.service-box a figure {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.service-box a figure img {
  transition: transform 0.1s ease;
}
.service-box a:hover img {
  transform: scale(1.1);
}
.service-box a figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  transition: 0.3s ease;
}

.news-list li {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
    padding-bottom: 14px;
    border-bottom: 1px dotted #999;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
}
.news-list li time {
    width: 100%;
    font-weight: 500;
}
.news-list li a {
    display: inline-block;
    text-decoration: none;
}

.contact {
    padding: 25px 20px;
    color: #FFF;
    background-color: var(--color-darkbrown);
}

/* page for pc+tablet
=============================================== */


@media (min-width: 641px) {

#breadcrumb {
    margin: auto;
    padding: 20px 25px;
    max-width: 1200px;
}
#breadcrumb ul li {
    font-size: 1.6rem;
}




#main-vis {
    height: 70vh;
}
#main-vis picture img {
    height: 70vh;
    object-fit: cover;
    object-position: 50% 50%;
}
#main-vis .vis-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    height: 100%;
}
#main-vis .vis-text span {
    margin-left: 20px;
    padding: 5px 0px 6px 10px;
}
#main-vis .vis-text span:nth-of-type(1),
#main-vis .vis-text span:nth-of-type(2) {
    font-size: 6.0rem;
    font-weight: 700;
}
#main-vis .vis-text span:nth-of-type(2) {
    margin-top: 15px;
    margin-bottom: 60px;
}

#home {
    margin: auto;
    max-width: 1200px;
    padding: 50px 25px;
}
#home-msg {
    margin-bottom: 50px;
}
#home-msg p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
}





.service-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    justify-content: center;
}
.service-box a {
    width: calc((100% - 60px) / 4);
}
.service-box a figure {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.service-box a figure img {
  transition: transform 0.1s ease;
}
.service-box a:hover img {
  transform: scale(1.1);
}
.service-box a figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  transition: 0.3s ease;
}



.news-list li {
    flex-wrap: nowrap;
}
.news-list li time {
    
    width: 10em;
}
.news-list li a {
    flex: 1;
    display: inline;
}

}

@media (min-width: 810px) {

#page-title {
    padding: 75px 0 75px; /* padding-top: 60px */
    background: linear-gradient(to right, #BDD2AE, #AED2C9);
}
#page-title h1 {
    margin: auto;
    padding: 0 25px;
    max-width: 1200px;
    font-size: 4.8rem;
    font-weight: 500;
}
}

/* company
=============================================== */

#company .common-table td p {
    margin-top: 1em;
}
#company .common-table td p:first-child {
    margin-top: 0;
}
.client-list {
    margin: -15px 0 0 25px;
}
.client-list li {
    margin: 0 0 5px 0;
    list-style: circle;
    font-size: 1.6rem;
    line-height: 1.6;
}
#organization {
    text-align: center;
}
#access p {
    margin-top: 1em;
    font-size: 1.6rem;
    line-height: 1.8;
}
.googlemap {
    position: relative;
    width: 100%;
    margin: 0;
    padding-top: 100%;
    height: 0;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#exterior figure {
    margin: 50px 0 20px;
}

@media (min-width: 641px) {
#company .common-table th {
    width: 200px;
    text-align: left;
    vertical-align: top;
}
.client-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 25px;
}
.client-list li {
    margin: 0 0 8px 0;
    width: calc(100% / 4);
}
#organization {
    padding: 50px 0;
}
#organization img {
    max-width: 800px;
}

#access p {
    margin-top: 1em;
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;
}
.googlemap {
    padding-top: 50%;
}
#exterior figure {
    margin: 30px 0 15px;
}


}





/* service
=============================================== */

#service h2::before {
    content: "";
    display: block;
    height: 65px; /* offset height */
    margin-top: -65px; /* negative margin */
    visibility: hidden;
}
.service-inner p {
    margin: 1em 0;
    font-size: 1.6rem;
    line-height: 1.6;
}
#service .btn-more {
    margin-bottom: 35px;    
}

.service-detail-item {
    margin-bottom: 50px;
}
.service-detail-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    gap: 15px 0;
}
.service-detail-txt .service-caption {
    margin: 15px 0;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
}
.service-detail-txt .service-caption span {
    display: inline-block;
    border-bottom: 1px solid var(--color-green);
}
.service-detail-txt p {
    margin: 1em 0;
    font-size: 1.6rem;
    line-height: 1.6;
}
.service-detail-txt p:first-child {
    margin-top: 0;
}
.service-detail-txt p br {
    display: none;
}

@media (min-width: 641px) {

#service h2::before {
    content: "";
    display: none;
    height: 75px; /* offset height */
    margin-top: -75px; /* negative margin */
    visibility: hidden;
}

.service-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    gap: 0 50px;
}
.service-inner figure {
    flex: 0 0 350px;
}
.service-inner div.service-txt {
    flex: 1 1 auto;
}
.service-inner div p:first-child {
    margin-top: 0;
}

.service-detail-item {
    margin: 50px auto 75px;
    max-width: 960px;
}
.service-detail-img {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
    gap: 0 50px;
}
.service-detail-txt .service-caption {
    margin: 15px 0;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}
.service-detail-txt .service-caption span {
    display: inline-block;
    border-bottom: 2px solid var(--color-green);
}
.service-detail-txt p {
    margin: 1em 0;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
}
.service-detail-txt p br {
    display: block;
}



}

/* works
=============================================== */

#works {
    padding: 0 20px 50px;
}
#works h2::before {
    content: "";
    display: block;
    height: 65px; /* offset height */
    margin-top: -65px; /* negative margin */
    visibility: hidden;
}
.works-menu {
    margin-top: 10px;
}
.works-menu-ttl {
    padding: 18px 20px;
    background-color: var(--color-green);
}
.works-menu-ttl p {
    font-size: 1.8rem;
    font-weight: 500;
    color: #FFF;
}
.works-menu ul li {
    border-bottom: 1px dotted #999;
}
.works-menu ul li a {
    display: block;
    padding: 15px 20px;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
}
.works-menu ul li a:hover,
.works-menu ul li.current a {
    background-color: var(--color-lightgreen);
	color: var(--color-darkgreen);
}
.works-list {
    margin-bottom: 35px;
}
.works-list table {
    width: 100%;
    border: 1px solid #CCC;
}
.works-list table thead {
    background-color: #F0F3EB;
}
.works-list table thead th {
    padding: 12px 15px;
    border: 1px solid #CCC;
    font-size: 1.4rem;
    font-weight: 600;
}
.works-list table tbody td {
    line-height: 1.6;
}
.works-list table tbody td {
    padding: 10px 15px;
    border: 1px solid #CCC;
    font-size: 1.4rem;
    font-weight: normal;
}
#page-works .works-list table tbody td:nth-of-type(3) {
    text-align: center;
}


@media (min-width: 641px) {

#works {
    margin: 0 auto 75px;
    padding: 0 25px 0;
    max-width: 1200px;
}
#works section:nth-child(1) h2 {
    margin-top: 0;
}
#works h2::before {
    content: "";
    display: block;
    height: 0; /* offset height */
    margin-top: 0; /* negative margin */
    visibility: hidden;
}
.works-wrap {
    display: flex;
    gap: 0 50px;
    justify-content: space-between;
    align-items: flex-start;
}
.works-menu {
    width: 30%;
    flex: 0 0 auto;
    position: sticky;
    top: 50px;
}
.works-main {
    width: 70%;
    flex: 1 1 auto;
}
.works-main > h2 {
    padding-top: 0;
    margin: 0 0 15px;
}

.works-list {
    margin-bottom: 35px;
}
.works-list table {
    width: 100%;
    border: 1px solid #CCC;
}
.works-list table thead {
    background-color: #F0F3EB;
}
.works-list table thead th {
    padding: 12px 15px;
    border-bottom: 1px solid #CCC;
    font-size: 1.4rem;
    font-weight: 600;
}
.works-list table tbody td {
    padding: 12px 15px;
    font-size: 1.4rem;
    font-weight: normal;
}


}

@media (min-width: 960px) {
.works-menu {
    width: 25%;
    flex: 0 0 auto;
}
.works-main {
    width: 75%;
    flex: 1 1 auto;
}
}



/* research
=============================================== */

.reference-menu {
    margin-top: 10px;
}
.reference-menu-ttl {
    margin-top: 35px;
    padding: 18px 20px;
    background-color: var(--color-green);
}
.reference-menu-ttl:first-child {
    margin-top: 0;
}
.reference-menu-ttl p {
    font-size: 1.8rem;
    font-weight: 500;
    color: #FFF;
}
.reference-menu ul li {
    border-bottom: 1px dotted #999;
}
.reference-menu ul li:nth-child(n+3):nth-child(-n+9) a {
}
.reference-menu ul li a {
    display: block;
    padding: 15px 20px;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
}
.reference-menu ul li a:hover,
.reference-menu ul li.current a {
    background-color: var(--color-lightgreen);
	color: var(--color-darkgreen);
}
.reference-main > h2 {
    padding-top: 60px;
    margin: 0 0 25px;
}
#research section {
    margin-bottom: 50px;
}
.reference-list-item {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px dotted #999;
}
.reference-list-item div:nth-child(1) {
    flex: 0 0 auto;
    min-width: 10%;
    padding-right: 20px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    color: var(--color-green);
}
.reference-list.forum .reference-list-item div:nth-child(1) h3,
.reference-list-item div:nth-child(2) h3 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.6;
}
.reference-list.forum .reference-list-item div:nth-child(1) p,
.reference-list-item div:nth-child(2) p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
}
.reference-list.forum .reference-list-item div:nth-child(1) {
    flex: 1 1 auto;
    padding-right: 0;
    color: #111;
}

@media (min-width: 641px) {

.reference-wrap {
    display: flex;
    gap: 0 50px;
    justify-content: space-between;
    align-items: flex-start;
}
#research section {
    margin-bottom: 75px;
}
#research section:nth-child(1) h2 {
    margin-top: 0;
}
.reference-menu {
    width: 30%;
    flex: 0 0 auto;
    position: sticky;
    top: 50px;
}
.reference-main {
    width: 70%;
    flex: 1 1 auto;
}
.reference-main > h2:first-child {
    padding-top: 0;
    margin: 0 0 15px;
}
.reference-main > h2 {
    margin-top: 60px;
    padding-top: 0;
}
}

@media (min-width: 960px) {
.reference-menu {
    width: 25%;
    flex: 0 0 auto;
}
.reference-main {
    width: 75%;
    flex: 1 1 auto;
}
.reference-list-item div:nth-child(1) {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
}
.reference-list.forum .reference-list-item div:nth-child(1) h3,
.reference-list-item div:nth-child(2) h3 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
}

}






/* recruit
=============================================== */

#recruit {
    padding: 0 20px 50px;
}
#recruit h2::before {
    content: "";
    display: block;
    height: 65px; /* offset height */
    margin-top: -65px; /* negative margin */
    visibility: hidden;
}

.recruit-box {
    margin: 35px 0;
}

.recruit-info {
    margin-top: 35px;
}
.recruit-info p {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
}
.recruit-info p:first-child {
    font-weight: 600;
    color: var(--color-green);
}
.recruit-info p:nth-of-type(2) {
    margin: 15px 0;
}
.recruit-info p:nth-of-type(2) a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3.6rem;
    font-weight: 600;
    color: #111;
}

@media (min-width: 641px) {

#recruit {
    margin: 0 auto 75px;
    padding: 0 25px 0;
    max-width: 1200px;
}
#recruit h2::before {
    content: "";
    display: block;
    height: 65px; /* offset height */
    margin-top: -65px; /* negative margin */
    visibility: hidden;
}
.recruit-box {
    margin: 35px 0 50px;
}

}


/* contact
=============================================== */

#contact-tel {
    padding: 15px 25px;
    border: 5px solid var(--color-lightgreen);
}
#contact-tel p {
    margin: .75em 0;
    font-size: 1.4rem;
    text-align: center;
}
#contact-tel p:nth-of-type(1),#contact-tel p:nth-of-type(2) {
    font-size: 2.0rem;
    font-weight: 500;
    font-family: Helvetica;
}

.form-table {
    width: 100%;
}
.form-table th,
.form-table td {
    display: block;
}
.form-table th {
    padding: 15px 15px 15px 20px;
    border-bottom: 1px dotted #CCC;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: left;
    background-color: var(--color-lightgreen);
}
.form-table th span {
    border-radius: 2px;
    margin-left: 8px;
    padding: 1px 5px 2px;
    font-size: 1.4rem;
    background-color: #C00;
    color: #FFF;
}
.form-table td {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #CCC;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
}
.form-table td.contact-type {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.form-table td.contact-type label {
    padding: 8px 0;
    cursor: pointer;
}
.form-table td.contact-type input {
    margin-right: 5px;
}
.form-table td input.txt,
.form-table td textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #CCC;
    font-size: 1.6rem;
    line-height: 1.6;
}
.form-table td textarea {
    height: 8em;
}

@media (min-width: 641px) {

#contact-tel {
    max-width: 800px;
    margin: 0 auto 50px;
    padding: 35px 25px;
    border: 10px solid var(--color-lightgreen);
}
#contact-tel p {
    margin: .75em 0;
    font-size: 1.6rem;
}
#contact-tel p:nth-of-type(1),#contact-tel p:nth-of-type(2) {
    font-size: 3.6rem;
    font-weight: 500;
    font-family: Helvetica;
}


.form-table {
    border-top: 1px solid #CCC;
    margin: 0 auto 35px;
    max-width: 800px;
}
.form-table th,
.form-table td {
    display: table-cell;
}
.form-table th {
    width: 250px;
    padding: 20px 0 20px 20px;
}
.form-table td {
    padding: 20px 0 20px 20px;
}
.form-table td.contact-type label {
    padding: 3px 0;
}
.form-table td.contact-type input {
    margin-right: 8px;
}
.form-table td input.txt,
.form-table td textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #CCC;
    font-size: 1.6rem;
    line-height: 1.6;
}
.form-table td textarea {
    height: 8em;
}

}



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

#news {
    padding: 0 20px 50px;
}
.news-wrap {
    display: flex;
    flex-direction: column-reverse;
}
.news-menu {
    margin-top: 35px;
}
.news-menu-ttl {
    padding: 18px 20px;
    background-color: var(--color-green);
}
.news-menu-ttl p {
    font-size: 1.8rem;
    font-weight: 500;
    color: #FFF;
}
.news-menu ul {
    display: flex;
}
.news-menu ul li {
    flex: 0 0 50%;
    border-bottom: 1px dotted #999;
    text-align: center;
}
.news-menu ul li a {
    display: block;
    padding: 15px 20px;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
}
.news-menu ul li a:hover,
.news-menu ul li.current a {
    background-color: var(--color-lightgreen);
	color: var(--color-darkgreen);
}
.news-body {
    margin-bottom: 50px;
}
.news-body p {
    margin: 1em 0;
    font-size: 1.6rem;
    line-height: 1.6;
}
.news-date {
    margin-bottom: 25px;
    text-align: right;
    font-size: 1.6rem;
}

@media (min-width: 641px) {

#news {
    margin: 0 auto 75px;
    padding: 0 25px 0;
    max-width: 1200px;
}
#news section:nth-child(1) h2 {
    margin-top: 0;
}
#news h2::before {
    content: "";
    display: block;
    height: 0; /* offset height */
    margin-top: 0; /* negative margin */
    visibility: hidden;
}
.news-wrap {
    display: flex;
    flex-direction: row;
    gap: 0 50px;
    justify-content: space-between;
    align-items: flex-start;
}
.news-menu {
    margin: 10px 0 0;
    width: 30%;
    flex: 0 0 auto;
    position: sticky;
    top: 50px;
}
.news-main {
    width: 70%;
    flex: 1 1 auto;
}
.news-body > h2:first-child {
    padding-top: 0;
    margin: 0 0 35px;
}
.news-body {
    margin-bottom: 100px;
    min-height: 30vh;
}
.news-body p {
    margin: 1.5em 0;
    font-size: 1.6rem;
    line-height: 1.7;
}
.news-date {
    margin-bottom: 35px;
    text-align: right;
    font-size: 1.6rem;
}

}

@media (min-width: 960px) {

.news-menu {
    width: 25%;
    flex: 0 0 auto;
}
.news-main {
    width: 75%;
    flex: 1 1 auto;
}
}









/* pages
=============================================== */

#company,#service,#research,#contact {
    padding: 0 20px 50px;
    min-height: 50vh;
}

@media (min-width: 641px) {

#company,#service,#research,#contact {
    margin: 0 auto 75px;
    padding: 0 25px;
    max-width: 1200px;
}
}
















/* swiper
=============================================== */

.swiper-button-next,
.swiper-button-prev {
    transform: scale(0.5);
    color: #FFF !important;
}

.slider-thumbnail00 .swiper-slide img,
.slider-thumbnail01 .swiper-slide img,
.slider-thumbnail02 .swiper-slide img,
.slider-thumbnail03 .swiper-slide img {
    opacity: 0.4;
}
.slider-thumbnail01 .swiper-slide-thumb-active img,
.slider-thumbnail02 .swiper-slide-thumb-active img,
.slider-thumbnail03 .swiper-slide-thumb-active img {
    opacity: 1;
}