@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}
p, a, li, dt, dd, time, h1, h2, h3, h4, h5, h6, th, td, span, label, input {
  font-weight: 400;
  font-style: normal;
	font-family: "Zen Maru Gothic", sans-serif;
}
body{
	 font-family: "Zen Maru Gothic", sans-serif;
background-color: rgba(8, 139, 205, 0.05);	
background-image:url(/wp-content/uploads/2025/11/bg01.png),url(/wp-content/uploads/2025/11/bg03.png),url(/wp-content/uploads/2025/11/bg04.png),url(/wp-content/uploads/2025/11/bg02.png);
	background-size:100%,20vw,20vw,100%;
	background-repeat:no-repeat;
	background-position:top center,right top 10%,left top 30%,bottom center;
}

.open-btn-wrap {
  -webkit-transform: translateY(-130px);
  transform: translateY(-130px);
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 50;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55),
    -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55),
    -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55),
    -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.open-btn-wrap.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.openbtn {
  position: relative;
  background: #6a3701;
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 999px;
  border: 2px solid #fff;
}

.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 20px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 27px;
}

.openbtn span:nth-of-type(2) {
  top: 36px;
}

.openbtn span:nth-of-type(3) {
  top: 45px;
}

.openbtn.active span:nth-of-type(1) {
  top: 29px;
  left: 19px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 41px;
  left: 19px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.pc-side-menu {
  position: fixed;
  height: 100%;
  max-width: 800px;
  width:80%;
  z-index: 10;
  background-color:rgb(8, 139, 205,.9);
  right: 0;
  top: 0;
  padding: 150px 50px 100px;
  -webkit-transform: translateX(800px);
  transform: translateX(800px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  overflow-y: auto;

}

.pc-side-menu.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.pc-side-menu .mobile-logo{
display:none;
}
.pc-side-list {
  margin-bottom: 40px;
}

.pc-side-list li a {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
}

.pc-side-list li a:hover {
  opacity: 0.7;
}

.menu-header-menu-container{
background: rgba(255,255,255,0.9);
  margin-bottom: 10px;
}
.header-box01 .logo {
  max-width: 370px!important;
  width: 100%;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #1f81c4;
  text-align: center;
  z-index: 1;
  position: relative;
}
.header-menu{
	background-color:transparent!important;
}
.g-sub-nav02 .g-sub-nav-list.flex{
	align-items: center;
	margin:0;
}
.g-sub-nav02 .g-sub-nav-list.flex li:first-child a::before {
  content: "";
  display: inline-block;
width: 30px;
  height: 30px;
  background-image: url("/wp-content/uploads/2025/11/icon-tel.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
	margin-top: 4px;
  vertical-align: middle;
}
.g-sub-nav02 .g-sub-nav-list.flex li:first-child a{
	display: flex;
  align-items: center;
font-size: 2em;
  background: transparent;
  padding: 0;
	color:#4c4545;
}
.g-sub-nav02 .g-sub-nav-list.flex a {
  font-size: 1.4rem;
  display: block;
  padding: 5px 25px;
  border-radius: 30px;
  text-align: center;
  margin-left: 15px;
  border: none;
  background-color: #ffd76b;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}
.block-flex{
	display:flex;
	justify-content: space-between;
}
.btn{
	border-radius:50px;
}
.col50{
	width:48%;
}
.ttl01 {
	position:relative;
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #1f81c4;
  text-align: center;
  margin-bottom: 60px;
  z-index: 1;
  position: relative;
}
.ttl01:after{
	  font-family: "Quicksand", sans-serif;
position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: "News";
  font-size: 10rem;
  color: #fff;
  z-index: -1;
}
#news .ttl01:after{
	  content: "News";
}
#greet .ttl01:after{
	  content: "Greet";
}

#service .ttl01:after{
	  content: "Service";
	color:rgba(8, 139, 205, 0.05);
}
#recruit .ttl01:after{
	  content: "Recruit";
	color:rgba(8, 139, 205, 0.05);
}
#recruit .ttl01:after{
	  content: "Recruit";
	color:rgba(8, 139, 205, 0.05);
}
#summary .ttl01:after{
	  content: "Overview";
	color:rgba(8, 139, 205, 0.05);
}
#download .ttl01:after{
	  content: "Download";
	color:rgba(8, 139, 205, 0.05);
}
#contact .ttl01:after{
	  content: "Contact";
	color:rgba(255, 255, 255, 0.3);
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a, .et-db #et-boc .et-l .et_pb_module .sbi_follow_btn a{
background: #ccc;
}
.mb100{
	margin-bottom:100px;
}
.ttl02 {
font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #1f81c4;
  text-align: center;
  margin-bottom: 60px;
  z-index: 1;
  position: relative;
}
.ttl03{
font-size: 4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #1f81c4;
  text-align: center;
  margin-bottom: 60px;
  z-index: 1;
  position: relative;
}
.frame01{
	background:#fff;
	padding:50px;
	border-radius:10px;
}
.block-greet{
display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-greet .img{
	width:30%;
	border-radius:10px;
}
.block-greet .txt{
	width:65%;
}
.business-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 60px;
}

.business-img {
  margin-bottom: 20px;
}

.business-img img {
  border-radius: 30px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.business-img img:hover {
  opacity: 0.7;
}

.business-head {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  color: #1f81c4;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.business-txt {
  margin-bottom: 40px;
}

.swiper{
width: 80vw;
  border-radius: 20px;
	height: 30vw;
}

#tablepress-7 td{
width:calc(100% / 7);	text-align:center;


}
#tablepress-7 thead tr.row-1 th{
	border-right:1px solid #fff!important;
}
#tablepress-7 tr.row-2 td{
		border-right:1px solid #ccc;
	background-color:#fff;
		text-align:center;
	font-size: 2rem;
	color:#333;
	font-weight: 100;
}

#tablepress-8 td.column-1{
width:40%;	
}
#tablepress-8 td.column-2{
	border-right: 1px solid #ccc;
width:40%;	
}
#tablepress-8 td.column-3{
width:20%;	
}
#tablepress-8 td.column-3{
background-color:#fff;	
}

#service{
	padding-top:350px;
	padding-bottom:200px;
	background-color:#fff;

  background-image: url(/wp-content/uploads/2025/11/wave-top.png),url(/wp-content/uploads/2025/11/wave-bottom.png),url(/wp-content/uploads/2025/11/bg01.png),url(/wp-content/uploads/2025/11/bg03.png),url(/wp-content/uploads/2025/11/bg02.png);
  background-size: 100%,100%,100%,20vw,100%;
  background-repeat: no-repeat;
  background-position: top center,bottom,top center,right top 30%,bottom center;
}
iframe{width:100%;}
#recruit{
	background-color:#fff;
}
#summary  .block-flex{
background: #fff;
  padding: 50px;
	border-radius:10px;
}
#contact{
	background-color:rgb(8, 139, 205,.4);
	background-image:url(/wp-content/uploads/2025/11/bg02-01.png),url(/wp-content/uploads/2025/11/bg02-02.png);
background-repeat:no-repeat;
	background-size:20vw;
	background-position:top right,bottom left;
}

.bg-c01 .ttl01{
	color:#fff;
}
.bg-c01 .ttl02{
	color:#fff;
}
.bg-c01 input[type="submit"], input[type="button"]{
padding: 15px 20px;
  background: #ffd76b;
  color: var(--main);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 300px;
  margin: 0 auto;
  border: 1px solid #fff;
  margin: 0 auto;
}
.privacy-check .wpcf7-list-item-label {
  font-size: 1.6rem;
  vertical-align: -3px;
  color: #fff;
}
.contact-form01 td{
	background:#fff;
}
.tel-link a {
font-size: 3.5rem;
  padding: 0.7em 0;
  border: none;
  margin: 20px auto;
  display: block;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  color: var(--main);
  font-weight: 900;
}
.tel-link a:hover {
  border: none;
opacity:0.8;
}
.t-center{
	text-align:center;

}
.footer{
	background-color:#fff;
}
.footer-address p, .footer-address a {
  color: #333;
}
.footer-menu-title {
  background-color: var(--main);
  color: #fff;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 20px;
}
.sns-icon-wrap.flex .line {
  height: 1px;
  display: block;
	background-color: #333;
}
.sns-sub-nav li a {
	color: #333;
}
.footer-menu > li > a {
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
	border-bottom: 1px dashed #333;
}
.footer-menu a{
	color:#333;
}
.sns-icon-title p span{
	color: #333;
}

/*情報公開*/
#download{
padding-top: 350px;
  padding-bottom: 200px;
  background-color: #fff;
  background-image:url(/wp-content/uploads/2025/11/wave-w01.png),url(/wp-content/uploads/2025/11/wave-bottom.png),url(/wp-content/uploads/2025/11/bg01.png),url(/wp-content/uploads/2025/11/bg03.png),url(/wp-content/uploads/2025/11/bg02.png);
  background-size: 100%,0,100%,20vw,100%;
  background-repeat: no-repeat;
  background-position: top center,bottom,top center,right top 30%,bottom center;	
}
.pdf-category-title{
font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #1f81c4;
  text-align: left;
  margin-bottom: 60px;
  z-index: 1;
  position: relative;
  border-bottom: solid 1px #1f81c4;
  padding-bottom: 10px;
}
.list_pdf{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 50px;
}
.list_pdf li {
	width:47%;
	margin: 0 1%;
}
.list_pdf li a{
position:relative;
	display: block;
background: #ebf9fd;
  padding: 30px;
  border-radius: 10px;
}
.list_pdf li a:after{
	 content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;   
  height: 20px; 
  background-image: url("/wp-content/uploads/2025/11/icon-download.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}



#tablepress-7 td {
    width: calc(100% / 8);
    text-align: center;
}

#tablepress-7 tr.row-3 td{
	border-right:1px solid #ccc;
	background-color:#fff;
	text-align:center;
	font-size: 2rem;
	color:#333;
	font-weight: 100;
}

#tablepress-7 thead tr.row-1 td.column-1 {
    background-color: var(--main);
    border-right: 1px solid #fff;
}

/*2026.02.03　求人票のコメント*/
/* PC用 */
.center-text  {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

/* スマホ用 */
@media screen and (max-width: 768px) {
  .center-text  {
    font-size: 16px;
  }
}
/**/