@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bellefair&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: 0.5s;
  font-optical-sizing: auto;
  font-style: normal;
  /*
  -webkit-transform: rotate(0.02deg);
  transform: rotate(0.02deg);
  */
}
*:before, *:after {
  pointer-events: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #3f3f3f;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: -0.05em;
  transition: unset;
  overflow-x: hidden;
}

.en {
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-style: normal;
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

sup {
  font-size: 50%;
}

.pc,
.tb,
.sp {
  display: none;
}

@media screen and (min-width: 1423.2222222222px) {
  .pc {
    display: inline-block;
  }
}
@media screen and (min-width: 961px) and (max-width: 1422.2222222222px) {
  .pc {
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .tb {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline-block;
  }
}
.large {
  font-size: 2.4rem;
}

.medium {
  font-size: 1.6rem;
}

.small {
  font-size: 1.2rem;
}

.initbox {
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .initbox {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .initbox {
    width: 90%;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex.itemcenter {
  align-items: center;
}
.flex.left {
  justify-content: left;
  align-items: center;
}
.flex.left > *:not(:last-child) {
  margin-right: 1em;
}
.flex.c2 > * {
  width: 48%;
  margin-bottom: 1rem;
}
.flex.c2-1 > .flex_left {
  width: 65%;
}
.flex.c2-1 > .flex_right {
  width: 30%;
}
.flex.c3 > * {
  width: 30%;
  margin-bottom: 1rem;
}
.flex.c4 > * {
  width: 22%;
  margin-bottom: 1rem;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb30 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 1.5rem;
  }
}

.mb60 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 3rem;
  }
}

.mb80 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 4rem;
  }
}

.mbL {
  margin-bottom: 12rem;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mbL {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .mbL {
    margin-bottom: 8rem;
  }
}

.mbM {
  margin-bottom: 8rem;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mbM {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .mbM {
    margin-bottom: 6rem;
  }
}

.mbS {
  margin-bottom: 6rem;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mbS {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .mbS {
    margin-bottom: 4rem;
  }
}

.cautionUl li {
  text-align: left;
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
}

a {
  color: #5d4534;
}
a:hover {
  color: #f29900;
}
a.tel {
  pointer-events: none;
  text-decoration: none;
  color: #3f3f3f;
}
@media screen and (max-width: 768px) {
  a.tel {
    color: #5d4534;
    text-decoration: underline;
    pointer-events: all;
  }
  a.tel:hover {
    color: #f29900;
  }
}

#headerBox {
  text-align: left;
  padding: 1.7rem 0 2.5rem 0;
  position: relative;
}
#headerBox:after {
  content: "";
  width: 110%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: -10em;
  left: -5vw;
  z-index: -2;
  /*	opacity: 0; */
  box-shadow: 0 0 3px rgba(63, 63, 63, 0.3);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #headerBox:after {
    content: none;
  }
}
#headerBox .flex {
  align-items: center;
}
#headerBox .flex h1 {
  position: relative;
  z-index: 10;
}
#headerBox .flex h1 img {
  max-height: 35px;
  vertical-align: middle;
}
#headerBox .flex nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  #headerBox .flex nav ul {
    display: none;
  }
}
#headerBox .flex nav ul li {
  list-style: none;
  display: inline-block;
  margin-right: 2em;
  position: relative;
  line-height: 1;
}
#headerBox .flex nav ul li:before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  background: #3f3f3f;
  border-radius: 50%;
  top: 0.375em;
  left: -1em;
}
#headerBox .flex nav ul li a {
  color: #3f3f3f;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
#headerBox .flex nav ul li a::after {
  content: "";
  bottom: -0.5em;
  left: 0;
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  background: #3f3f3f;
  transition: 0.3s;
  z-index: -1;
}
#headerBox .flex nav ul li a.nowpage::after, #headerBox .flex nav ul li a:hover::after {
  width: 100%;
}
#headerBox.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
#headerBox.fixed:after {
  top: -0.5em;
  /*	opacity: 1; */
}
@media screen and (max-width: 768px) {
  #headerBox h1 {
    width: 60%;
    /*
    img {
    	vertical-align: baseline;
    }
    */
  }
}

#toppage #headerBox {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  /*
  nav {
  	display: none;
  }
  */
}
#toppage #headerBox:after {
  top: 0;
}
#toppage #headerBox.fixed nav {
  display: block;
}
@media screen and (max-width: 768px) {
  #toppage #headerBox.fixed nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #toppage #headerBox:not(.fixed) h1 img {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(297deg) brightness(106%) contrast(101%) drop-shadow(0px 0 5px #3f3f3f);
  }
}
#toppage #mainimage {
  background: url(../img/home/mainimage.jpg) 50% 0 no-repeat;
  background-size: cover;
  height: 90vh;
}
#toppage #mainimage .initbox {
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  /*
  nav {
  	position: absolute;
  	bottom: 7vh;
  	left: 1vw;
  	z-index: 2;
  	@include resp(pcover){
  		left: 0;
  	}
  	ul {
  		position: relative;
  		&:before {
  			content: '';
  			position: absolute;
  			top: 1em;
  			left: 0;
  			width: 0.25em;
  			height: calc(100% + 7vh + 1em);
  			border-right: 1px solid white;
  		}
  		&:after {
  			content: '';
  			width: 100%;
  			height: 100%;
  			background: black(.5);
  			-ms-filter: blur(4vw);
  			filter: blur(4vw);
  			position: absolute;
  			top: 0;
  			left: 0;
  			z-index: -1;
  		}
  		li {
  			text-align: left;
  			list-style: none;
  			margin-left: 1em;
  			position: relative;
  			line-height: 1;
  			z-index: 0;
  			&::before {
  				content: '';
  				position: absolute;
  				width: 0.5em;
  				height: 0.5em;
  				background: white(1);
  				border-radius: 50%;
  				top: 1em;
  				left: -1em;
  			}
  			a {
  				color: #FFF;
  				font-weight: bold;
  				text-decoration: none;
  				text-shadow: 0 0 5px black(.5);
  				display: block;
  				padding: 0.75em 0.5em;
  				&::after {
  					content: '';
  					top: 0;
  					left: 0;
  					display: block;
  					position: absolute;
  					width: 0%;
  					height: 100%;
  					background: subcolor2(1);
  					transition: .3s;
  					z-index: -1;
  				}
  				&:hover {
  					&::after {
  						width: 100%;
  					}
  				}
  			}
  		}
  	}
  }
  */
}
#toppage #mainimage .initbox h2 {
  font-size: 6.8rem;
  line-height: 1.5;
  color: white;
  text-shadow: 0 0 3px rgba(63, 63, 63, 0.5);
  position: relative;
}
#toppage #mainimage .initbox h2.copy {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#toppage #mainimage .initbox h2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(63, 63, 63, 0.5);
  -ms-filter: blur(4vw);
  filter: blur(4vw);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #toppage #mainimage {
    height: 65vh;
  }
  #toppage #mainimage .initbox {
    height: 65vh;
  }
  #toppage #mainimage .initbox h2 {
    font-size: 10vw;
  }
  #toppage #mainimage .initbox nav {
    display: none;
  }
}
#toppage .business h3,
#toppage .access h3 {
  color: #3f3f3f;
  font-size: 7.4rem;
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  #toppage .business h3,
  #toppage .access h3 {
    font-size: 11.25vw;
  }
}
#toppage .business {
  padding: 6rem 0;
}
#toppage .business_content {
  margin-bottom: 12rem;
  text-align: left;
  position: relative;
}
#toppage .business_content::before, #toppage .business_content:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 5.2rem;
  z-index: -1;
  background: #f0f0f0;
}
#toppage .business_content::before {
  width: 5vw;
}
@media screen and (min-width: 1423.2222222222px) {
  #toppage .business_content::before {
    width: calc((100vw - 1280px) / 2);
  }
}
#toppage .business_content:after {
  width: 80%;
}
#toppage .business_content .flex {
  flex-wrap: nowrap;
}
#toppage .business_content .flex .text {
  flex: 1;
  padding: 6rem;
}
#toppage .business_content .flex .text h4 {
  font-size: 5.2941176471vw;
  margin-top: calc(-5.2941176471vw + 0.1em);
  font-family: "Bellefair", serif;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  color: #f0f0f0;
  white-space: nowrap;
}
@media screen and (min-width: 1423.2222222222px) {
  #toppage .business_content .flex .text h4 {
    font-size: 6.5rem;
    margin-top: -5.8rem;
  }
}
#toppage .business_content .flex .text a {
  text-decoration: none;
  color: #3f3f3f;
  margin-top: 6.5rem;
  display: block;
}
#toppage .business_content .flex .text a h5 {
  line-height: 1;
  font-size: 2.5rem;
  margin-bottom: 1em;
  position: relative;
}
#toppage .business_content .flex .text a h5::before, #toppage .business_content .flex .text a h5::after {
  position: absolute;
  top: 0;
  font-weight: 100;
}
#toppage .business_content .flex .text a h5::before {
  content: "　";
  right: 0;
  padding: 0 1em;
  border-radius: 0.5em;
  background: #3f3f3f;
  line-height: 1;
}
#toppage .business_content .flex .text a h5::after {
  right: 1em;
  font-family: "Material Symbols Outlined";
  content: "\f1df";
  vertical-align: middle;
  line-height: 1.8;
  line-height: 1;
  color: white;
  transition: 0.3s;
}
#toppage .business_content .flex .text a:hover h5 {
  color: #5d4534;
}
#toppage .business_content .flex .text a:hover h5::before {
  background: #5d4534;
}
#toppage .business_content .flex .text a:hover h5::after {
  right: 0.75em;
}
#toppage .business_content .flex .image {
  width: 35vw;
  min-width: 250px;
  max-width: 500px;
}
#toppage .business_content .flex .image img {
  width: 100%;
}
#toppage .business_content.left::before {
  left: -5vw;
}
@media screen and (min-width: 1423.2222222222px) {
  #toppage .business_content.left::before {
    left: calc((100vw - 1280px) / 2 * -1);
  }
}
#toppage .business_content.left:after {
  left: 0;
  border-radius: 0 0 1em 0;
}
#toppage .business_content.left .flex .text {
  padding-left: 0;
}
#toppage .business_content.right::before {
  right: -5vw;
}
@media screen and (min-width: 1423.2222222222px) {
  #toppage .business_content.right::before {
    right: calc((100vw - 1280px) / 2 * -1);
  }
}
#toppage .business_content.right:after {
  right: 0;
  border-radius: 0 0 0 1em;
}
#toppage .business_content.right .flex .text {
  order: 2;
}
#toppage .business_content.right .flex .image {
  order: 1;
}
@media screen and (max-width: 768px) {
  #toppage .business_content {
    padding: 6rem 0 0 0;
    background: #f0f0f0;
    margin-bottom: 0;
  }
  #toppage .business_content:last-child {
    padding-bottom: 6rem;
  }
  #toppage .business_content::before, #toppage .business_content::after {
    width: 5vw;
    height: 100%;
    top: 0;
    border-radius: 0 !important;
  }
  #toppage .business_content::before {
    left: -5vw !important;
    right: auto !important;
  }
  #toppage .business_content::after {
    left: auto !important;
    right: -5vw !important;
  }
  #toppage .business_content .flex {
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
  }
  #toppage .business_content .flex .text,
  #toppage .business_content .flex .image {
    width: 100%;
  }
  #toppage .business_content .flex .text {
    flex: auto;
    order: 2;
    padding: 3rem;
  }
  #toppage .business_content .flex .text h4 {
    color: #5d4534;
    position: absolute;
    margin-top: 0;
    font-size: 2.4rem;
  }
  #toppage .business_content .flex .text a {
    margin-top: 0;
  }
  #toppage .business_content .flex .text a h5 {
    font-size: 2rem;
  }
  #toppage .business_content .flex .image {
    order: 1;
    max-width: none;
  }
  #toppage .business_content.left .flex .text {
    padding-left: 6rem;
    padding-right: 0;
  }
  #toppage .business_content.left .flex .text h4 {
    top: 0;
    left: 5vw;
    transform: rotate(90deg);
    transform-origin: left top 0;
  }
  #toppage .business_content.left .flex .image {
    padding-left: 6rem;
  }
  #toppage .business_content.right .flex .text {
    padding-right: 6rem;
    padding-left: 0;
  }
  #toppage .business_content.right .flex .text h4 {
    top: 6.25em;
    right: calc(5vw - 1em);
    transform: rotate(90deg);
    transform-origin: right top 0;
  }
  #toppage .business_content.right .flex .image {
    padding-right: 6rem;
  }
  #toppage .business_content.right:last-child .flex .text h4 {
    top: 5.75em;
  }
}
#toppage .access .ggmap {
  width: 100%;
  height: 400px;
}
#toppage .access .ggmap iframe {
  width: 100%;
  height: 100%;
}

.contact .initbox {
  max-width: 800px;
  border: 3px solid #3f3f3f;
  border-radius: 1rem;
  background: url(../img/common/contact_bg.jpg) 100% 50% no-repeat;
  overflow: hidden;
  position: relative;
}
.contact .initbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.contact .initbox .flex {
  border: 3px solid white;
  border-radius: 1rem;
  padding: 3.5rem 3rem;
  background: contain;
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  color: white;
}
@media screen and (max-width: 768px) {
  .contact .initbox .flex {
    padding: 2.5rem 2rem;
  }
}
@media screen and (max-width: 400px) {
  .contact .initbox .flex {
    display: block;
  }
}
.contact .initbox .flex_left h3 {
  font-size: 3.5rem;
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .contact .initbox .flex_left h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 400px) {
  .contact .initbox .flex_left h3 {
    line-height: 1;
  }
}
.contact .initbox .flex_right {
  text-align: left;
  padding-left: 2em;
  border-left: 1px solid white;
  margin-left: 2em;
}
.contact .initbox .flex_right a {
  color: white;
  text-decoration: none;
  line-height: 1;
}
.contact .initbox .flex_right .tel a {
  font-size: 5rem;
  font-family: "Bellefair", serif;
  pointer-events: none;
}
.contact .initbox .flex_right .mail a:before {
  font-family: "Material Symbols Outlined";
  content: "\e158";
  vertical-align: middle;
  line-height: 1.8;
  font-size: 2rem;
  margin-right: 0.25em;
  line-height: 1;
}
.contact .initbox .flex_right .mail a:hover {
  color: #f29900;
}
@media screen and (max-width: 768px) {
  .contact .initbox .flex_right {
    padding-left: 1em;
    margin-left: 1em;
  }
  .contact .initbox .flex_right p {
    font-size: 1.4rem;
  }
  .contact .initbox .flex_right .tel a {
    font-size: 3rem;
    pointer-events: all;
  }
}
@media screen and (max-width: 400px) {
  .contact .initbox .flex_right {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    margin-top: 1em;
    border-top: 1px solid white;
    padding-top: 1em;
    text-align: center;
  }
}

#breadcrumb {
  position: relative;
}
#breadcrumb:before {
  content: "";
  width: 100%;
  height: 350px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #breadcrumb:before {
    height: 30vh;
  }
}
#company #breadcrumb:before {
  background-image: url(../img/company/headimage.jpg);
}
#kenchiku #breadcrumb:before {
  background-image: url(../img/kenchiku/headimage.jpg);
}
@media screen and (max-width: 768px) {
  #kenchiku #breadcrumb:before {
    background-position: 0;
  }
}
#doboku #breadcrumb:before {
  background-image: url(../img/doboku/headimage.jpg);
}
#zousen #breadcrumb:before {
  background-image: url(../img/zousen/headimage.jpg);
}
#shuri_kakou #breadcrumb:before {
  background-image: url(../img/shuri_kakou/headimage.jpg);
}
@media screen and (max-width: 768px) {
  #shuri_kakou #breadcrumb:before {
    background-position: 100% 50%;
  }
}
#link #breadcrumb:before {
  background-image: url(../img/link/headimage.jpg);
}
#breadcrumb nav {
  text-align: left;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #breadcrumb nav {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
#breadcrumb nav ul li {
  list-style: none;
  display: inline-block;
  font-size: 1.2rem;
  color: rgba(63, 63, 63, 0.5);
}
#breadcrumb nav ul li a {
  color: rgba(63, 63, 63, 0.5);
}
#breadcrumb nav ul li a:hover {
  color: #f29900;
}
#breadcrumb nav ul li:not(:last-child) {
  margin-right: 0.5em;
}
#breadcrumb nav ul li:not(:last-child):after {
  content: "/";
  margin-left: 0.5em;
}

.content {
  text-align: left;
}
.content h2 {
  font-size: 7.4rem;
  line-height: 1;
}
.content h2.en {
  color: #c1c1c1;
}
.content h3 {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 1em;
  font-weight: 400;
}
.content h4 {
  font-size: 2rem;
  padding-bottom: 0.25em;
  border-bottom: 3px solid rgba(63, 63, 63, 0.5);
  margin-bottom: 0.5em;
  font-weight: 400;
}
.content .flex .text {
  width: 53.125%;
}
.content .flex .image {
  width: 39.0625%;
}
.content .flex .image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .content h2 {
    font-size: 4rem;
  }
  .content h3 {
    font-size: 1.8rem;
  }
  .content h4 {
    font-size: 1.6rem;
  }
  .content .flex .text {
    width: 100%;
    order: 2;
  }
  .content .flex .image {
    width: 100%;
    order: 1;
    margin-bottom: 1rem;
  }
  .content .flex.c2-1 > .flex_left {
    width: 100%;
  }
  .content .flex.c2-1 > .flex_right {
    width: 100%;
  }
  .content .flex.c2-1 > .flex_right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content .flex.c2-1 > .flex_right ul li {
    width: 48%;
  }
  .content .flex .sp100 {
    width: 100% !important;
  }
}
.content ul li {
  list-style: none;
}
.content ul.type1 li {
  padding-left: 1.5em;
  position: relative;
}
.content ul.type1 li:before {
  font-family: "Material Symbols Outlined";
  content: "\e892";
  vertical-align: middle;
  line-height: 1.8;
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
}
.content ul.cardtype1 li {
  margin-bottom: 1em;
}
.content ul.cardtype1 li a {
  padding: 1.5em;
  border: 3px solid #c1c1c1;
  border-radius: 1rem;
  display: block;
  text-decoration: none;
  color: #3f3f3f;
}
.content ul.cardtype1 li a small {
  color: rgba(63, 63, 63, 0.75);
}
.content ul.cardtype1 li a:hover {
  background: #c1c1c1;
  color: white;
  text-shadow: 0 0 3px rgba(63, 63, 63, 0.5);
  font-weight: bold;
}
.content ul.cardtype1 li a:hover small {
  color: white;
}

#company .content #greeting .flex_greeting {
  width: calc(100% - 200px - 5vw);
}
#company .content #greeting .flex_ceo {
  width: 200px;
}
#company .content #greeting .flex_ceo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #company .content #greeting .flex_greeting {
    width: 100%;
    order: 2;
  }
  #company .content #greeting .flex_ceo {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    order: 1;
  }
}
#company .content #profile table {
  border-collapse: collapse;
  width: 100%;
}
#company .content #profile table tbody th,
#company .content #profile table tbody td {
  padding: 0.5em 1em;
}
#company .content #profile table tbody th {
  vertical-align: top;
  width: 25%;
  border-bottom: 3px solid rgba(63, 63, 63, 0.5);
  font-weight: normal;
  white-space: nowrap;
}
#company .content #profile table tbody td {
  width: 75%;
  border-bottom: 1px solid rgba(63, 63, 63, 0.5);
}
#company .content #profile table tbody td ul {
  display: flex;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  #company .content #profile table tbody td ul {
    display: block;
  }
}
#company .content #profile table tbody td ul li {
  margin-left: 1em;
  text-indent: -1em;
  padding-right: 1em;
}
#company .content #profile table tbody td ul li:before {
  content: "・";
}

#kenchiku .content #architecture .flex .image picture {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

#doboku .content #civilengineering .flex .image picture {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

#zousen .content #shipbuilding .flex .image picture {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

#shuri_kakou .content #repair_processing .flex .image picture {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
#shuri_kakou .content #repair_processing .flex .image .flex picture {
  margin-top: 1rem;
  width: calc((100% - 1rem) / 2);
  border-radius: 5px;
  overflow: hidden;
}

#footerBox {
  margin-top: calc(12.5rem + 1em);
  border-top: 3px solid #c1c1c1;
  text-align: left;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #footerBox {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}
#footerBox a {
  color: black;
  text-decoration: none;
}
#footerBox a:hover {
  color: #f29900;
}
#footerBox h1 {
  font-family: "Bellefair", serif;
  font-weight: 400;
  color: #c1c1c1;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  background: white;
  font-size: 9vw;
  margin-top: -0.5em;
  margin-bottom: 0.5rem;
  line-height: 1;
}
@media screen and (min-width: 1423.2222222222px) {
  #footerBox h1 {
    font-size: 128px;
  }
}
@media screen and (max-width: 768px) {
  #footerBox .flex {
    display: block;
  }
}
#footerBox .flex_left div {
  display: inline-block;
  margin-right: 1em;
}
#footerBox .flex_left div.tel a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #footerBox .flex_left div.tel a {
    width: 100%;
    pointer-events: auto;
  }
}
#footerBox .flex_left div.mail {
  display: block;
  margin-right: 0;
}
#footerBox .flex_right .globalnav,
#footerBox .flex_right .linknav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  #footerBox .flex_right .globalnav,
  #footerBox .flex_right .linknav {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#footerBox .flex_right .globalnav li,
#footerBox .flex_right .linknav li {
  list-style: none;
  display: inline-block;
  margin-right: 1em;
}
#footerBox .flex_right .globalnav {
  margin-bottom: 1rem;
}
#footerBox .flex_right .globalnav li a {
  font-size: 1.4rem;
}
#footerBox .flex_right .globalnav li a:before {
  content: "・";
}
#footerBox .flex_right .linknav li a {
  display: block;
  border: 1px solid #3f3f3f;
  padding: 0.5em 1em;
}
#footerBox .flex_right .linknav li a:hover {
  border-color: #f29900;
}
@media screen and (max-width: 768px) {
  #footerBox .flex_right .footernav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
    padding: 1em;
  }
  #footerBox .flex_right .footernav .globalnav {
    border-top: 1px dotted #3f3f3f;
    margin-top: 8rem;
  }
  #footerBox .flex_right .footernav .globalnav li {
    width: 100%;
    margin-right: 0;
  }
  #footerBox .flex_right .footernav .globalnav li a {
    width: 100%;
    display: block;
    border-bottom: 1px dotted #3f3f3f;
    padding: 1em;
    /*	font-size: calc(90vw / 20); */
    font-size: 2.2727272727vh;
  }
  #footerBox .flex_right .footernav .linknav {
    margin-top: 4rem;
  }
  #footerBox .flex_right .footernav .linknav ul {
    width: 100%;
  }
  #footerBox .flex_right .footernav .linknav ul li {
    width: 100%;
    margin-right: 0;
  }
  #footerBox .flex_right .footernav .linknav ul li:not(:last-child) {
    margin-bottom: 1em;
  }
  #footerBox .flex_right .footernav .linknav ul li a {
    width: 100%;
    /*	font-size: calc(90vw / 20); */
    font-size: 2.2727272727vh;
    display: block;
    text-align: center;
  }
}
#footerBox #sp-menu {
  display: none;
}
#footerBox #sp-menu:checked ~ #sp-menu-btn span {
  background: transparent;
}
#footerBox #sp-menu:checked ~ #sp-menu-btn span:before {
  top: 0;
  transform: rotate(45deg);
}
#footerBox #sp-menu:checked ~ #sp-menu-btn span:after {
  top: 0;
  transform: rotate(-45deg);
}
#footerBox #sp-menu:checked ~ .footernav {
  display: block;
}
#footerBox #sp-menu-btn {
  display: none;
  position: fixed;
  top: 2rem;
  right: 2rem;
  height: 5rem;
  width: 5rem;
  background: white;
  border-radius: 50%;
  z-index: 5;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(63, 63, 63, 0.5);
}
#footerBox #sp-menu-btn span {
  width: 50%;
  height: 3px;
  background: black;
  display: block;
  position: relative;
}
#footerBox #sp-menu-btn span::before, #footerBox #sp-menu-btn span::after {
  content: "";
  width: 100%;
  height: 3px;
  background: black;
  display: block;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
#footerBox #sp-menu-btn span::before {
  top: -8px;
}
#footerBox #sp-menu-btn span::after {
  top: 8px;
}
@media screen and (max-width: 768px) {
  #footerBox #sp-menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#footnav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #footnav {
    display: block;
  }
  #footnav .flex {
    flex-wrap: nowrap;
    align-items: center;
  }
  #footnav .flex .tel,
  #footnav .flex .mail {
    width: 50%;
  }
  #footnav .flex .tel a,
  #footnav .flex .mail a {
    line-height: 1;
    display: block;
    text-align: center;
    text-decoration: none;
    height: 6rem;
  }
  #footnav .flex .tel a:before,
  #footnav .flex .mail a:before {
    line-height: 1 !important;
    margin-right: 0.5rem;
  }
  #footnav .flex .tel {
    background: #3f3f3f;
  }
  #footnav .flex .tel a {
    color: #FFF;
    font-family: "Bellefair", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    padding-top: calc((6rem - 1em) / 2 + 3px);
  }
  #footnav .flex .tel a:before {
    font-family: "Material Symbols Outlined";
    content: "\e0b0";
    vertical-align: middle;
    line-height: 1.8;
    vertical-align: top;
  }
  #footnav .flex .mail a {
    border: 3px solid #3f3f3f;
    color: #3f3f3f;
    font-size: 3.3333333333vw;
    background: white;
    padding-top: calc((6rem - 1em) / 2 - 3px);
  }
  #footnav .flex .mail a:before {
    font-family: "Material Symbols Outlined";
    content: "\e158";
    vertical-align: middle;
    line-height: 1.8;
    font-size: 2rem;
  }
}

.fadeIn {
  transform: translate3d(0, -2rem, 0);
  transition: 1s;
  opacity: 0;
}
.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */