@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Serif+JP:wght@200..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*---------------------------------------------------------------------

	 共通

---------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
	-webkit-text-size-adjust: 100%;
	position: relative;
}
.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
}
.open-sans {
  font-family: "Open Sans", sans-serif;
}
.gnav {
    display: block;
}
/* Full Screen Navigation */
.menu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px;
	z-index: 99999;
	background: #02ADC4;
}
.menu__line {
    background: #E6E6E6;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
    z-index: 9999;
}
.menu__line--top {
	width: 26px;
	top: 19px;
	right: 15px;
}
.menu__line--center {
	width: 19px;
	top: 26px;
	right: 15px;
}
.menu__line--bottom {
	width: 12px;
	top: 34px;
	right: 15px;
}
.menu__line--top.active {
	width: 20px;
	transform: rotate(45deg);
	background: #fff;
	top: 26px;
	right: 17px;
}
.menu__line--center.active {
    transform:scaleX(0);
}
.menu__line--bottom.active {
	transform: rotate(135deg);
	width: 20px;
	background: #fff;
	top: 26px;
	right: 17px;
}
.gnav {
    background: rgba(255,255,255,0.95);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99998;
    left: 0;
}
.gnav__wrap {
	height: auto;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 10%;
	transform: translate(-50%, 0%);
	width: 90%;
}
.gnav__menu {
	width: 100%;
    vertical-align: top;
	margin-bottom: 30px;
}
.gnav__menu li {
	width: 100%;
	margin: 0 auto;
	border-bottom: solid 1px #D9E6E8;
}
.gnav__menu__item a {
	font-size: 1.5rem;
	font-weight: 400;
	text-decoration: none;
	display: block;
	position: relative;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 10px 5px 11px 26px;
	background: url(../images/icon_arrow01.svg) no-repeat left top 13px/15px auto;
}
.gnav__menu__item a:hover {
    transition: .5s;
    color: #555;
}
.loader {
    display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99999999999999;
	width: 100vw;
	height: 100vh;
	margin: -50px auto 0;
}
.loader,
.loader:before,
.loader:after {
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #01ADC4;
  font-size: 10px;
  line-height: 10;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
  color: #01ADC4;
}
.loader:before {
  left: -3em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
#wrap{
	opacity : 0;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
}

#wrap {
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s ease;
}
#wrap.is-show {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
a:focus, *:focus { outline:none; }
/* IE8+, Chrome */
input, button {
  outline: 0;
}
/* Firefox */
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}
.pc_off {display: none !important;}
br.pc_off {display: none;}
.smt_off {display: inherit;}
br.smt_off {display: inherit;}

img {
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {transition: all 0.3s;}
a:hover {
	text-decoration: none;
}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
a img {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
a.link {
	text-decoration: underline;
}
#header {
    position: relative;
	height: 110px;
	display: flex;
	justify-content: space-between;
}
.logo a {
	width: 213px;
	display: flex;
	align-items: center;
	position: absolute;
	left: 32px;
	top: 28px;
}
.header_right {
    display: flex;
    align-items: flex-start;
}
.header_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.btn_catalog a {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 77px;
	width: 220px;
	letter-spacing: 3px;
	position: relative;
	background: #414141;
	padding: 1px 0 2px 30px;
}
.btn_catalog a span {
	position: relative;
}
.btn_catalog a span::before {
	content: "";
	display: block;
	width: 24px;
	height: 29px;
	background: url("../images/icon_catalog.png") no-repeat center/contain;
	position: absolute;
	left: -38px;
	top: 50%;
	transform: translateY(-50%);
}
.btn_contact a {
	color: #fff;
	background: url("../images/icon_mail.png") no-repeat left 36px center/32px auto,#01ADC4;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1px 0 2px 49px;
	height: 77px;
	width: 220px;
	font-weight: 500;
	letter-spacing: 3px;
}
.btn_catalog a,.btn_contact a {
	font-size: 1.6rem;
	font-weight: 500;
}
.btn_catalog a:hover,.btn_contact a:hover {
	text-decoration: none;
}
ul.navi {
	width: max-content;
	text-align: center;
    position: relative;
    z-index: 99;
	margin-right: 43px;
}
ul.navi li {
    display: inline-flex;
    position: relative;
    text-align: left;
}
ul.navi li a {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 30px 31px 18px;
    line-height: 1.9;
    display: inline-block;
	letter-spacing: 1px;
    transition: all .3s ease 0s;
}
ul.navi li a::after {
    content: "";
    border-right: solid 1px #707070;
    position: absolute;
    top: 35px;
    right: 0;
    width: 1px;
    height: 20px;
}
ul.navi li:last-child a::after {
	border-right: none !important;
}
ul.navi li a:hover {
    color: #00A6D1;
}
.slide_copy img {
  opacity: 0;
  transition: transform 1.5s linear;
  animation-duration: 2.0s;
  animation-fill-mode: both;
}
.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
.slide_new {
	margin-bottom: 86px;
}
.slide_new .swiper {
	height: auto;
	max-height: calc(100vh - 110px);
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
	padding: 0 60px;
}
.swiper-pagination-bullet {
  display: flex;
	width: 9px;
	height: 9px;
	margin: 0 5px 10px !important;
	background: #D1D1D1;
	border-radius: 50%;
	text-indent: -9999px;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: #01ADC4;
}
.swiper-horizontal > .swiper-pagination-bullets {
	bottom: 50%;
	top: 50%;
	left: auto;
	width: auto;
	right: 21px;
}
@media screen and (max-width: 849px) {
  .swiper-slide img {
    width: 100%;
    object-fit: cover;
  }
}

/* 940px以下：下側・中央・横並び */
@media screen and (max-width: 940px) {
.slide_new .swiper {
  margin-bottom: 15px;
  padding: 0;
}
.swiper-horizontal > .swiper-pagination-bullets {
  top: auto;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  transform: none;
}
.swiper-pagination-bullet {
	margin: 0 0px 0px !important;
}
}

.slide_copy {
    position: absolute;
	left: 50%;
	top: 48%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 90%;
    max-width: clamp(500px, 70vw, 950px);
}
.slide_new {
    position: relative;
}
.side_copyright {
    position: absolute;
    left: 16px;
    bottom: 57%;
    transform: translate(50%, 50%);
    color: #fff;
    z-index: 999;
}
.side_copyright img {
    max-width: 14px;
}
.loop_wrap_area {
    position: relative;
	overflow: hidden;
	background: #F4F4F4;
}
.loop_wrap_area2 {
    position: relative;
	overflow: hidden;
}
.loop_wrap_area h2 {
    font-size: 26px;
    color: #fff;
    line-height: 1.2;
}
.loop_wrap {
	display: flex;
	width: 280vw;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: -3vw;
}
.loop_wrap img {
    width: auto;
    height: 100%;
    padding-right: 110px;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop_wrap img:first-child {
  animation: loop 100s -50s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 100s linear infinite;
}

@media screen and (max-width: 850px) {
.slide_new .bx-wrapper {
	width: 100% !important;
	padding: 0 !important;
}
}

.top_lead {
	width: 90%;
	margin: 0 auto 194px;
	text-align: center;
}
.top_lead h3 {
	text-align: center;
	font-size: 2.6rem;
	font-weight: 600;
	color: #01ADC4;
	margin-bottom: 20px;
	letter-spacing: 5px;
}
.top_lead p {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.375;
}

.top_business {
	background: #F4F4F4;
	position: relative;
	padding: 150px 0 0;
}
.business_inner {
	width: 1180px;
	max-width: 90%;
	margin: auto;
}
.ttl_business {
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translate(-50%, 0%);
}
.ttl_business p {
	font-family: "Open Sans", sans-serif;
	font-size: 3.8rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
	letter-spacing: 7px;
	text-align: center;
}
.ttl_business h3 {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
}
.top_business_flex1 {
	display: flex;
	justify-content: space-between;
	padding-bottom: 95px;
	margin-bottom: 100px;
	border-bottom: solid 1px #5C5C5C;
}
.top_business_flex2 {
	display: flex;
	justify-content: space-between;
	padding-bottom: 178px;
}
.top_business_img {
	width: 44.7%;
	max-width: 528px;
}
.top_business_txt {
	width: 50%;
	max-width: 590px;
}
.ttl_num {
	font-size: 2.6rem;
	font-weight: 600;
	color: #01ADC4;
	margin-bottom: 10px;
	line-height: 1.4;
	letter-spacing: 5px;
}
.ttl_num span {
	font-size: 2.6rem;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #191919;
}
.ttl_num span::after {
	content: "";
	padding: 0 13px 0 5px;
	display: inline-block;
	border-bottom: solid 1px #000;
	margin: 0 15px 0 4px;
	position: relative;
	top: -7px;
}
.top_business_txt p {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.066;
	margin-bottom: 20px;
}
.more_business a {
	font-size: 1.6rem;
	font-weight: 600;
	position: relative;
	display: block;
	text-align: right;
	border-bottom: dashed 1px #707070; 
	width: max-content;
	margin: 0 0 0 auto;
	padding: 0 40px 4px 5px;
	background: url("../images/icon_arrow01.svg") no-repeat right 0 top 6px/20px auto;
}
.top_recruit {
	background: #01ADC4;
}
.top_recruit_area {
	overflow: hidden;
	background: #01ADC4;
}
.top_recruit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1180px;
	padding: 0 0 95px;
	margin: auto;
}
.top_recruit_img img {
	width: 100%;
	height: auto;
}
/*
.column {
	width: 48%;
}
*/
.column-outside-left {
    flex: 1;
    margin-left: calc(50% - 50vw);
    margin-right: 11%;
	width: 48%;
}
.top_recruit_txt {
	color: #fff !important;
	width: 42%;
	margin-top: 75px;
}
.ttl_recruit {
	margin-bottom: 20px;
}
.ttl_recruit p {
	font-family: "Open Sans", sans-serif;
	font-size: 3.8rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1.3;
	letter-spacing: 5px;
}
.ttl_business h3 {
	font-ttl_recruit: 1.6rem;
	font-weight: 400;
	letter-spacing: 2px;
}
.top_recruit_txt .ttl_sub {
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 15px;
}
.top_recruit_desc {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
}
ul.btn_recruit_list {
	margin-top: 53px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
ul.btn_recruit_list li:first-child {
	border-bottom: solid 1px #fff;
}
ul.btn_recruit_list li a {
	position: relative;
	display: block;
	height: 107px;	
	padding: 25px 0 25px 30px;
}
ul.btn_recruit_list li a:after {
	content: "";
	display: block;
	background: url("../images/icon_arrow02.svg") no-repeat 0 0/contain;
	width: 72px;
	height: 35px;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translate(0%, -50%);
}
ul.btn_recruit_list li a h3 {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
}
ul.btn_recruit_list li a p {
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
}
#footer {
	background: #F0F0F0;
	padding: 70px 0 60px;
}
.footer_inner {
	width: 90%;
	max-width: 1180px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.footer_left h1 img {
	width: 263px;
	margin-bottom: 15px;
}
.footer_left h2 {
	font-size: 2.0rem;
	font-weight: 400;
	color: #000;
	line-height: 1.6;
	letter-spacing: 0px;
}
.footer_left .address {
	font-size: 1.4rem;
	font-weight: 400;
	color: #000;
	margin-bottom: 23px;
}
.btn_footer_catalog a {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 58px;
	width: 220px;
	position: relative;
	background: #414141;
	padding: 1px 0 2px 32px;
	letter-spacing: 3px;
}
.btn_footer_catalog a span {
	position: relative;
}
.btn_footer_catalog a span::before {
	content: "";
	display: block;
	width: 22px;
	height: 28px;
	background: url("../images/icon_catalog.png") no-repeat center/contain;
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
}
.btn_footer_contact a {
    color: #fff;
    background: url("../images/icon_mail.png") no-repeat left 35px center/32px auto,#01ADC4;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 0 2px 46px;
    height: 58px;
    width: 220px;
    font-weight: 500;
    letter-spacing: 3px;
}
.btn_footer_catalog a,.btn_footer_contact a {
	font-size: 1.6rem;
	font-weight: 500;
	border-radius: 43px;
}
.btn_footer_catalog a:hover,.btn_footer_contact a:hover {
	text-decoration: none;
}
.btn_footer_contact {
	margin-bottom: 19px;
}
.btn_footer_catalog {
	margin-bottom: 35px;
}
.footer_navi_left a {
	font-size: 1.4rem;
	font-weight: 400;
	color: #191919;
}
.footer_navi_area {
	display: flex;
	margin-bottom: 190px;
}
ul.footer_navi1 li a,ul.footer_navi2 li a,ul.footer_navi3 li a {
	font-size: 1.4rem;
	font-weight: 400;
}
ul.footer_navi1 li:first-child a,ul.footer_navi2 li:first-child a,ul.footer_navi3 li:first-child a {
	font-size: 1.6rem;
	font-weight: 600;
}
ul.footer_navi2,ul.footer_navi3 {
	margin-left: 105px;
}
.copyright {
	font-size: 1.4rem;
	font-weight: 400;
	text-align: right;
}

@media screen and (max-width: 1360px) {
.top_recruit {
	align-items: flex-start;
}
}/*1360px*/

@media screen and (max-width: 1290px) {
ul.navi li a {
	padding: 30px 25px 18px;
}
ul.navi {
	margin-right: 15px;
}
.top_recruit_txt {
	margin-right: 5%;
}
.column-outside-left {
	margin-right: 5%;
}
}/*1290px*/

@media screen and (max-width: 1200px) {
.smt_btn_catalog,.smt_btn_contact {
	width: 85px;
}
}/*1200px*/

@media screen and (max-width: 1000px) {
ul.footer_navi2, ul.footer_navi3 {
	margin-left: 70px;
}
}/*1000px*/

@media screen and (max-width: 940px) {
.logo a {
	width: 154px;
	left: 32px;
	top: 15px;
}
.smt_btn_contact {
	display: none !important;
}
.smt_btn_catalog {
	width: 55px;
	margin-right: 55px;
}
.menu {
	display: block;
	top: 0;
	right: 0;
}
ul.navi li a {
	padding: 15px 25px 18px;
}
ul.navi li a::after {
	top: 23px;
	height: 16px;
}
#header {
	height: 55px;
}
.slide_new .bx-wrapper {
	margin-bottom: 15px;
	padding: 0;
}
.slide_copy {
	max-width: 100%;
}
.side_copyright {
	display: none;
}
.bx-wrapper-area .bx-pager {
	margin-top: 20px;
	position: absolute;
	right: 50%;
	bottom: 40px;
	flex-direction: inherit;
}
}/*940px*/

@media screen and (max-width: 900px) {
.top_recruit {
	display: block;
	max-width: 94%;
	margin: 0 auto 20px 0;
}
.top_recruit_txt {
	width: 100%;
	margin: 0;
	padding: 20px 0% 0 5%;
}
.ttl_recruit p {
	font-size: 3.2rem;
}
.top_recruit_txt .ttl_sub {
	font-size: 2.2rem;
	margin-bottom: 10px;
}
.column-outside-left {
	flex: 1;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.footer_inner {
	flex-wrap: wrap;
}
.footer_right  {
	width: 100%;
}
.footer_left {
	margin: auto;
}
.footer_navi_area {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
ul.footer_navi1, ul.footer_navi2, ul.footer_navi3 {
	margin-left: 0;
	margin-top: 15px;
}
.footer_left,.footer_navi_area {
	width: 270px;
}
.footer_navi_area {
	margin: 0 auto 30px;
}
.copyright {
	text-align: center;
}
}/*900px*/

@media screen and (max-width: 800px) {
ul.navi {
	display: none;
}
}/*800px*/

.menu_catalog {
	margin-bottom: 15px;
}
.menu_catalog a {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 55px;
	width: 100%;
	letter-spacing: 1px;
	position: relative;
	background: #414141;
	padding: 1px 0 2px 30px;
	border-radius: 43px;
}
.menu_catalog a span {
	position: relative;
}
.menu_catalog a span::before {
	content: "";
	display: block;
	width: 24px;
	height: 29px;
	background: url("../images/icon_catalog.png") no-repeat center/contain;
	position: absolute;
	left: -38px;
	top: 50%;
	transform: translateY(-50%);
}
.menu_contact a {
	color: #fff;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 1px 0 2px 49px;
	height: 55px;
	width: 100%;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 43px;
	background: #02ADC4;
}
.menu_contact a span {
	position: relative;
}
.menu_contact a span::before {
	content: "";
	display: block;
	width: 32px;
	height: 26px;
	background: url("../images/icon_mail.png") no-repeat center/contain;
	position: absolute;
	left: -38px;
	top: 50%;
	transform: translateY(-50%);
}
.menu_catalog a,.menu_contact a {
	font-size: 1.5rem;
	font-weight: 500;
}
.menu_catalog a:hover,.menu_contact a:hover {
	text-decoration: none;
}


/*---------------------------------------------------------------------

	 下層

---------------------------------------------------------------------*/

.contents {
	width: 1180px;
	max-width: 90%;
	margin: auto;
}
.ttl_lower {
	text-align: center;
	margin: 93px auto 50px;
}
.ttl_lower p {
	font-family: "Open Sans", sans-serif;
	font-size: 3.8rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1.3;
	letter-spacing: 7px;
	text-align: center;
}
.ttl_lower h3 {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
}

ul.pankuzu {
	display: flex;
	width: 1180px;
	max-width: 90%;
	margin: 0px auto 115px;
}
ul.pankuzu li {
	color: #000;
}
ul.pankuzu li a:after {
  content:"";
  display: inline-block;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  margin: 0 8px 0 7px;
  position: relative;
  top: -1px;
}
ul.pankuzu li,ul.pankuzu li a {
	font-size: 1.2rem;
	font-weight: 400;
}

/* スタッフ紹介　staff */

ul.staff_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 156px;
}
ul.staff_list li {
	width: 30%;
}
.staff_info_bg {
	background: #F4F4F4;
	position: relative;
	margin-bottom: 150px;
	padding: 120px 70px 115px;
}
.ttl_staff_info {
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translate(-50%, 0%);
}
.ttl_staff_info p {
	font-family: "Open Sans", sans-serif;
	font-size: 3.8rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
	letter-spacing: 7px;
	text-align: center;
}
.ttl_staff_info h3 {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
}
.staff_img_main {
	position: relative;
	margin-bottom: 55px;
}
.staff_position {
	background: #414141;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 234px;
	height: 73px;
	position: absolute;
	left: 0;
	bottom: 35px;
}
.staff_position p {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
}
.staff_position p span {
	font-size: 3.5rem;
	font-weight: 600;
	margin-left: 10px;
}
.staff_lead_txt {
	margin-bottom: 82px;
}
.staff_lead_txt h3 {
	text-align: center;
	font-size: 3.0rem;
	font-weight: 400;
	color: #01ADC4;
	line-height: 1.566;
	margin-bottom: 20px;
	letter-spacing: 5px;
}
.staff_lead_txt p {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.98;
	letter-spacing: 0;
}
.statt_txt1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.statt_txt1_img {
	width: 446px;
	width: 43%;
	margin-right: 7%;
}
.statt_txt1_txt {
	width: 525px;
	width: 50%;
}
h3.ttl_border {
	font-size: 1.5rem;
	font-weight: 400;
	color: #01ADC4;
	position: relative;
}
h3.ttl_border:after {
	content: "";
	width: 50px;
	height: 1px;
	background: #01ADC4;
	display: block;
	margin: 10px 0 40px;
}
h4.ttl_staff_sub {
	font-size: 2.8rem;
	font-weight: 400;
	color: #01ADC4;
	margin-bottom: 25px;
	line-height: 1.607;
	letter-spacing: 3px;
}
p.txt_staff_sub {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.066;
	letter-spacing: 1px;
}
.statt_txt2 {
	display: flex;
	justify-content: space-between;
}
.statt_txt2_img {
	width: 446px;
	width: 43%;
	margin-left: 7%;
}
.statt_txt2_txt {
	width: 525px;
	width: 50%;
}
@media screen and (max-width: 1200px) {
.ttl_lower {
	text-align: center;
	margin: 50px auto 30px;
}
}/*1200px*/

@media screen and (max-width: 1290px) {
h4.ttl_staff_sub {
	font-size: clamp(2.0rem, 2.2vw, 2.8rem);
}
.staff_lead_txt h3 {
	font-size: clamp(2.0rem, 2.5vw, 3.0rem);
}
}/*1290px*/

@media screen and (max-width: 1000px) {
.ttl_staff_info p {
	letter-spacing: 4px;
}
.staff_position p span {
	font-size: 2.8rem;
}
.staff_position {
	width: 180px;
	height: 60px;
}
.staff_info_bg {
	margin-bottom: 120px;
	padding: 100px 45px 80px;
}
}/*1000px*/

@media screen and (max-width: 940px) {
.ttl_lower p {
	font-size: 3.0rem;
	letter-spacing: 4px;
}
ul.pankuzu {
	margin: 0px auto 45px;
}
}/*940px*/

@media screen and (max-width: 900px) {
.staff_lead_txt p {
	text-align: left;
}
}/*900px*/


@media screen and (max-width: 880px) {
.statt_txt1,.statt_txt2 {
	flex-wrap: wrap;
}
.statt_txt1_txt,.statt_txt2_txt {
	width: 100%;
}
.statt_txt1_img {
	margin: 0 auto 20px;
}
.statt_txt2_img {
	margin: 0 0 20px auto;
}
.statt_txt1_img,.statt_txt2_img {
	width: 100%;
}
.statt_txt2_txt {
	order: 1;
}
h3.ttl_border {
	text-align: center;
}
h3.ttl_border::after {
	margin: 20px auto 30px auto;
}
h4.ttl_staff_sub {
	text-align: center;
}
}/*880px*/

/* 採用情報　recruit */

ul.recruit_page_link {
	display: flex;
	justify-content: center;
	width: 920px;
	max-width: 90%;
	margin: 0 auto 140px;
	gap: 40px;
}
ul.recruit_page_link li {
  width: 25%;
	max-width: 200px;
	min-width: 200px;
}
ul.recruit_page_link li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 50px;
	padding: 0 0 5px 30px;
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
	background:
    url("../images/icon_arrow02.png") no-repeat right 20px top 15px / 20px auto,
    #01ADC4;
  border-radius: 27px;
}
ul.recruit_page_link li a:hover {
  background:
    url("../images/icon_arrow02.png") no-repeat right 20px top 15px / 20px auto,
    #1dc2d8;
}
.message_bg {
  background: #F4F4F4;
  position: relative;
  padding: 120px 170px 30px;
}
.ttl_message {
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translate(-50%, 0%);
}
.ttl_message p {
	font-family: "Open Sans", sans-serif;
	font-size: 3.8rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
	letter-spacing: 7px;
	text-align: center;
}
.ttl_message h3 {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
}
.quote_box {
  width: 840px;
  max-width: 100%;
  min-width: 665px;
  margin: 0 auto 40px;
  padding: 52px 0 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  color: #01ADC4;
  position: relative;
}
.quote_box:before {
  content: "";
  display: block;
  background: url("../images/quote_left.png") no-repeat left top/contain;
  width: 81px;
  height: 81px;
  position: absolute;
  left: 0;
  top: 0;
}
.quote_box:after {
  content: "";
  display: block;
  background: url("../images/quote_right.png") no-repeat right bottom/contain;
  width: 81px;
  height: 81px;
  position: absolute;
  right: 0;
  bottom: 0;
}
p.quote_txt_border {
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  border-bottom: solid 2px #01ADC4;
  width: 100%;
  max-width: max-content;
  margin: 0 auto 20px;
  padding: 0 10px 2px;
}
p.quote_txt_border:before {
  content: "";
  display: block;
  background: url("../images/border_c.png") no-repeat 0 0/contain;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 50%;
	bottom: -11px;
	transform: translateX(50%);
}
.quote_box h3 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.73;
  letter-spacing: 5px;
}
.message_lead {
  margin-bottom: 60px;
  min-width: 610px;
}
.message_lead p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.33;
}
.mesagge_copy {
  background: #fff;
  border: solid 5px #01ADC4;
  width: 726px;
  max-width: 90%;
  padding: 42px 0 40px;
  margin: 0 auto 65px;
  text-align: center;
  min-width: 690px;
}
.mesagge_copy h3 {
  font-size: 2.3rem;
  font-weight: 500;
  color: #01ADC4;
  line-height: 1.9;
}
.mesagge_copy p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
}
.recruit_img01 {
  margin-bottom: 130px;
}
.ttl_requirements {
  text-align: center;
  margin-bottom: 80px;
}
.ttl_requirements p {
	font-family: "Open Sans", sans-serif;
	font-size: 3.8rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
	letter-spacing: 7px;
	text-align: center;
}
.ttl_requirements h3 {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
}
table.table_style01 {
  margin: 0 auto 100px;
  width: 100%;
}
table.table_style01 tr td:nth-child(odd) {
  background: #01ADC4;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 25px 65px 25px 40px;
  vertical-align: top;
  border: solid 1px #fff;
  border-left: solid 1px #01ADC4;
  border-right: solid 1px #01ADC4;
  width: 225px;
}
table.table_style01 tr td:nth-child(even) {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 20px 20px 20px 80px;
  border: solid 1px #01ADC4;
}
table.table_style01 tr:first-child td:nth-child(odd) {
  border-top: solid 1px #01ADC4;
}
table.table_style01 tr:last-child td:nth-child(odd) {
  border-bottom: solid 1px #01ADC4;
}
.btn_entry a {
  width: 373px;
  height: 83px;
  background: url("../images/icon_arrow03.png") no-repeat right 40px center/20px auto,#01ADC4;
  border-radius: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.33;
  margin: 0 auto 200px;
}
.btn_entry2 a {
  width: 373px;
  height: 83px;
  background: url("../images/icon_arrow03.png") no-repeat right 40px center/20px auto,#01ADC4;
  border-radius: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.33;
  margin: 0 auto 144px;
}
section.work_flow_area {
  margin-bottom: 80px;
}

.ttl_work_flow {
  text-align: center;
  margin-bottom: 80px;
}
.ttl_work_flow p {
	font-family: "Open Sans", sans-serif;
	font-size: 3.8rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
	letter-spacing: 7px;
	text-align: center;
}
.ttl_work_flow h3 {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
}
.work_flow {
	overflow: hidden;
  position: relative;
}
.work_flow::before {
	content: "";
	background: url("../images/dot_flow.png") repeat-y 0 0/3px 9px;
	width: 3px;
	position: absolute;
	left: 188px;
	top: 150px;
	height: 79%;
	z-index: 99;
}
@-moz-document url-prefix() {
  .work_flow::before {
    left: 195px;
  }
}
.work_flow_cont {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 1180px;
  max-width: 90%;
	margin: auto;
  position: relative;
  margin-bottom: 80px;
}
.top_recruit_img img {
	width: 100%;
	height: auto;
}
.work_flow_left {
	flex: 1;
	margin-left: calc(50% - 50vw);
	width: 48%;
	background: #F4F4F4;
	margin-right: -260px;
	padding-right: 300px;
	padding: 50px 374px 50px 170px;
	margin-top: 100px;
  position: relative;
  overflow: hidden;
}
.work_flow_left_first::after {
  background: none !important;
}
.work_flow_left_last::before {
  background: none !important;
}
.work_flow_right {
	color: #fff !important;
	width: 495px;
  position: relative;
  bottom: 25px;
}
.ttl_flow_num {
  font-size: 2.3rem;
  color: #01ADC4;
  font-weight: 600;
}
.ttl_flow_num span img {
  width: 54px;
  vertical-align: middle;
  margin-right: 20px;
  position: relative;
  top: -1px;
  background: #F4F4F4;
  padding: 10px 0;
  z-index: 999;
}
.ttl_flow_num span {
	position: relative;
	width: 54px;
	height: 100%;
	display: inline-block;
	margin-right: 15px;
}
.txt_flow_num {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.866;
  padding-left: 77px;
}
.staff_introduction {
  width: 1180px;
  max-width: 90%;
  margin: auto;
}
.ttl_staff_introduction {
  text-align: center;
  margin-bottom: 80px;
}
.ttl_staff_introduction p {
	font-family: "Open Sans", sans-serif;
	font-size: 3.8rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
	letter-spacing: 7px;
	text-align: center;
}
.ttl_staff_introduction h3 {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
}

@media screen and (max-width: 1370px) {
.work_flow_left {
    padding: 50px 310px 50px 100px;
}
.work_flow::before {
    left: 117px;
}
@-moz-document url-prefix() {
  .work_flow::before {
    left: 125px;
  }
}
}

@media screen and (max-width: 1180px) {
.message_bg {
	padding: 120px 70px 30px;
}
}

@media screen and (max-width: 1130px) {
.work_flow_left {
    padding: 50px 310px 50px 40px;
}
.work_flow::before {
    left: 57px;
}
@-moz-document url-prefix() {
  .work_flow::before {
    left: 65px;
  }
}
}

@media screen and (max-width: 1100px) {
table.table_style01 tr td:nth-child(2n) {
	padding: 25px 30px 25px 35px;
}
table.table_style01 tr td:nth-child(2n+1) {
	padding: 25px 35px 25px 25px;
	width: 170px;
}
}

@media screen and (max-width: 1040px) {
.work_flow_right {
	width: 400px;
	padding: 50px 0;
}
}

@media screen and (max-width: 1100px) {
}



@media screen and (max-width: 1000px) {
ul.recruit_page_link {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 80px;
  gap: 15px;
  width: 100%;
  max-width: 100%;
}
ul.recruit_page_link li {
  width: 48%;
  max-width: 48%;
  min-width: auto;
}
.quote_box {
	max-width: 90%;
	min-width: 100%;
}
.message_lead {
	min-width: 100%;
}
.mesagge_copy {
	width: 100%;
	max-width: 90%;
	min-width: 100%;
}
.message_bg {
	padding: 120px 50px 30px;
}
table.table_style01 tr td {
  font-size: 1.5rem !important;
}
}/*1000px*/

@media screen and (max-width: 940px) {
.ttl_message p, .ttl_requirements p, .ttl_work_flow p, .ttl_staff_introduction p {
    font-size: 3.0rem;
    letter-spacing: 4px;
    line-height: 1.1;
    padding-bottom: 5px;
}
.ttl_message {
	top: -22px;
}
.work_flow_cont {
	flex-wrap: wrap;
  max-width: 100%;
  margin-bottom: 0;
}
.work_flow_left {
	padding: 50px 40px 100px 40px;
  margin-top: 0;
  width: 97%;
}
.work_flow_cont {
	display: block;
}
.work_flow_right {
	margin: 0 50px 0 auto;
  bottom: 70px;
  padding: 0 0 0
}
.work_flow::before {
	height: 71%;
}
.quote_box h3 {
	font-size: 2.3rem;
	letter-spacing: 2px;
}
}/*940px*/

@media screen and (max-width: 880px) {
.quote_box h3 {
	font-size: clamp(2.0rem, 3vw, 2.6rem);
}
.mesagge_copy h3 {
	line-height: 1.5;
	margin-bottom: 15px;
}
.message_bg {
	padding: 90px 50px 5px;
}
}

@media screen and (max-width: 780px) {
.message_lead br {
  display: none !important;
}
.message_lead p {
  text-align: left !important;
}
.quote_box::before,.quote_box::after {
	width: 60px;
	height: 60px;
}
.message_bg {
	padding: 90px 35px 5px;
}
}

/* company 会社概要 */

ul.company_page_link {
	display: flex;
	justify-content: center;
	width: 920px;
	max-width: 90%;
	margin: 0 auto 110px;
	gap: 40px;
}
ul.company_page_link li {
  width: 25%;
	max-width: 200px;
	min-width: 200px;
}
ul.company_page_link li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 50px;
	padding: 0 0 5px 30px;
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
	background:
    url("../images/icon_arrow02.png") no-repeat right 20px top 15px / 20px auto,
    #01ADC4;
  border-radius: 27px;
}
ul.recruit_page_link li a:hover {
  background:
    url("../images/icon_arrow02.png") no-repeat right 20px top 15px / 20px auto,
    #1dc2d8;
}
ul.company_page_link li a:hover {
  background:
    url("../images/icon_arrow02.png") no-repeat right 20px top 15px / 20px auto,
    #1dc2d8;
}
.ttl_company_info {
  text-align: center;
  margin: 100px 0 80px;
}
.ttl_company_info p {
	font-family: "Open Sans", sans-serif;
	font-size: 3.8rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
	letter-spacing: 7px;
	text-align: center;
}
.ttl_company_info h3 {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
}
h3.ttl_office {
  font-size: 2.3rem;
  font-weight: 600;
  color: #01ADC4;
  border-bottom: solid 1px #01ADC4;
  padding-bottom: 5px;
  margin-bottom: 60px;
}
.office_info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.office_txt {
  width: 48.3%;
}
.office_map {
  width: 43.2%;
}
.office_txt ul li {
	background: #F4F4F4;
	border-left: solid 4px #01ADC4;
	display: flex;
	align-items: center;
	margin-bottom: 11px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.666;
	padding: 18px 25px 17px 25px;
}
.office_txt ul li span {
  display: inline-block;
  width: 95px;
}
.office_name {
  font-size: 2.0rem;
  font-weight: 600;
  color: #01ADC4;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
.office_name:before {
  content: "";
  background: #01ADC4;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  position: absolute;
  left: 0;
	top: 53%;
  transform: translate(0%, -50%);
}
.ttl_flex {
  display: flex;
  justify-content: space-between;
}
.btn_corp a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 236px;
	height: 50px;
	padding: 0 0 5px 30px;
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
	background: url("../images/icon_arrow03.png") no-repeat right 20px top 15px / 20px auto, #414141;
	border-radius: 27px;
  letter-spacing: 0;
}
.btn_corp a:hover {
	background: url("../images/icon_arrow03.png") no-repeat right 20px top 15px / 20px auto, #595959;
}

@media screen and (max-width: 1000px) {
ul.company_page_link {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  gap: 15px;
  width: 100%;
  max-width: 100%;
}
.ttl_company_info {
    margin: 60px 0 30px;
}
ul.company_page_link li {
  width: 48%;
  max-width: 48%;
  min-width: auto;
}
}/*1000px*/

@media screen and (max-width: 940px) {
.ttl_company_info p {
    font-size: 3.0rem;
    letter-spacing: 4px;
    line-height: 1.1;
    padding-bottom: 5px;
}
.office_txt {
	width: 51%;
}
}/*940px*/

.contact_note {
  margin-bottom: 100px;
}
.contact_note p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
}
.contact_page {
  margin-bottom: 150px;
}
#privacy_area {
  margin-bottom: 150px;
}
#privacy_area p, #privacy_area ul li {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.857;
}
#privacy_area h3 {
	margin-top: 40px;
	font-size: 1.8rem;
	font-weight: 600;
  color: #01ADC4;
	line-height: 1.857;
}

/*　フォーム　25.08.20　*/
.form_area{
	width:85%;
	margin: 0 auto;
}

/*　フッターボタン　25.08.20　*/
@media screen and (max-width: 900px) {
	.btn_footer_contact a{
		margin: 0 auto;
	}
	.btn_footer_catalog a{
		margin: 0 auto;
	}
}

/*　お問い合わせ完了　25.08.27　*/

.thanks_box{
	text-align: center;
}

.thanks_title{
	font-size: 20px;
	margin-bottom: 20px;
}

.pc_none{
	display:none;
}

.table_span{
	margin-left: 11.8rem;
}

@media screen and (max-width: 1000px) {
	.table_span{
		margin-left: 11rem;
	}
}


