@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
}
html, body {
	overflow-x: hidden;
}
main {
	display: block;
	position: relative;
	transition: all 0.5s;
}
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.txt_left {
	text-align: left !important;
}
.txt_link {
  color: #008cd2;
}
.txt_link:hover{
  text-decoration: underline;
}
mark {
  background: none;
}
b,
strong {
	font-weight: bold;
}
em {
  font-style: italic;
}
figure,div {
	line-height: 0;
}
.main_palt {
  letter-spacing: -0.45em;
  font-weight: bold;
  line-height: 1.4;
}
p.annotation_indent {
	text-indent: -16px;
	padding-left: 16px;
}
#topback {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 60px;
  height: 60px;
  background: rgba(51,51,51, 0.8);
  z-index: 2;
  cursor: pointer;
  border: 1px solid #fff;
}
#topback::after {
  position: absolute;
  content: "";
  top: 26px;
  right: 0;
	left: 0;
	margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
main {
	padding-top: 110px;
}
dl {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, dl dt, dl dd, td, th, ul li, ol li, figcaption, p, a {
	color: #333;
}
a {
	text-decoration: none;
}
p {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}
p.f-14 {
	font-size: 14px;
	line-height: 1.71;
}
p.f-20 {
	font-size: 2rem;
	line-height: 1.5;
}
p.f-24 {
	font-size: 2.4rem;
	line-height: 1.5;
}
.f-w500 {
	font-weight: 500;
}
img {
	max-width: 100%;
}
.wrap01 {
	max-width: 1200px;
	width: calc(100% - 80px);
	margin: auto;
}
.wrap02 {
  max-width: 1200px;
  margin: auto;
}
.wrap03 {
  max-width: 1000px;
  width: calc(100% - 80px);
  margin: auto;
}
.container {
	opacity: 0;
	pointer-events: none;
	position: relative;
	z-index: 2;
}
body.appear .container {
	animation-name: PageAnime-content;
	animation-duration: 0.55s;
	animation-delay: 0.55s;
	animation-fill-mode: forwards;
	opacity: 0;
	pointer-events: auto;
	overflow: hidden;
}
.animation .container {
	opacity: 1;
	pointer-events: auto;
}
.gradation .animation-bg {
	--color01: 255, 255, 255;
	background: linear-gradient(180deg, rgba(var(--color01), 1) 0%, rgba(var(--color01), 0) 100%);
	background-size: 200% 200%;
	content: "";
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	animation-name: PageAnime-gradation;
	animation-duration: 0.5s;
	animation-delay: 0.5s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	pointer-events: none;
}

@keyframes PageAnime-gradation {
	0% {
		background-position: 100% 0;
	}

	100% {
		background-position: 100% 100%;
	}
}

@keyframes PageAnime-content {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	opacity: 0;
}
.fadeIn.add {
  animation-name: fadeIn;
  animation-duration: 1s;
	animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  transform: translateY(30px);
  opacity: 0;
}
.fadeIn02.add {
  animation-name: fadeIn;
  animation-delay: .5s;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  transform: translateY(30px);
  opacity: 0;
}
.fadeInmain,
.fadeInmain02 {
    opacity: 0;
}

.fadeInmain.add {
  animation-name: fadeIn;
  animation-delay: 2s;
  animation-duration: 1s;
	animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  transform: translateY(30px);
  opacity: 0;
}
.fadeInmain02.add {
  animation-name: fadeIn;
  animation-delay: 1.25s;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  transform: translateY(30px);
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    text-shadow:
      0 0 10px #fff,
      0 0 30px #fff,
      0 0 60px #fff,
      0 0 100px #fff;
    opacity: 0;
  }
  50% {
    text-shadow:
      0 0 5px #fff,
      0 0 20px #fff,
      0 0 50px #fff;
  }
  100% {
    opacity: 1;
  }
}
header {
  position: fixed;
  width: 100%;
  z-index: 100;
  height: 110px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
}
header .glnav {
	display: flex;
  height: 100%;
  align-items: center;
}
header h1,
header h2.wrap_logo {
  padding-left: 40px;
}
header h1 .txt_message,
header h2.wrap_logo .txt_message {
  font-size: 14px;
  display: block;
}
header h1 a span {
  display: block;
}
header h1 a,
header h2.wrap_logo a {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
}
header .wrap_tel p {
  font-size: 13px;
  margin-top: 2px;
  padding-left: 36px;
}
header .tel,
.contact .box_tel .tel {
  font-family: "Oswald", sans-serif;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
  padding-left: 36px;
 	white-space: nowrap;
}
header .tel::before,
.contact .box_tel .tel::before {
  content: "";
  position: absolute;
  background: url(../images/icon_tel.svg) no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .btn_contact {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  background-image: linear-gradient(90deg, #ef5a24, #eb1c24);
  display: flex;
  height: 100%;
  width: 240px;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
}
.btn-flash {
  overflow: hidden;
  position: relative;
}
.btn-flash::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  transition: .5s ease-in-out;
}
.btn-flash:hover::before {
  top: 0;
  left: 100%;
}
header .btn_contact span {
  display: block;
  background: url(../images/icon_mail.svg) no-repeat;
  width: 20px;
  height: 15px;
  margin-right: 16px;
}
#home header h1 .logo_yc {
  max-width: clamp(120px, 7.8125vw, 150px);
  transition: .3s ease-in-out;
}
header .glnav ul {
	display: flex;
	align-items: center;
  height: 100%;
}
header .glnav ul li {
  margin-right: clamp(20px, calc(3.90625vw - 25px), 50px);
  height: 100%;
}
header .glnav ul li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
header .glnav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 3px;
  background: #0089da;
  transition: .3s ease-in-out;
}
header .glnav ul li a:hover::after,
header .glnav ul li.current a::after {
  width: 100%;
}
header .glnav .conv {
	width: 192px;
	height: 50px;
	background: #f5911e;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
}
header .glnav .conv:hover {
  animation: shine01 2s;
}
@keyframes shine01 {
  8% {
    background: #f5b21e;
  }
  100% {
    background: #f5911e;
  }
}
header .glnav .conv span {
	background: url(../images/icon_mail.svg);
	width: 14px;
	height: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
#home .sec_main {
	width: 100%;
	height: calc(100vh - 110px);
  min-height: 600px;
	position: relative;
}
#home .sec_main .slide_wrap {
	width: 100%;
	height: 100%;
  overflow: hidden;
}
#home .sec_main .slide01 {
	background: url(../images/slide01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
  position: relative;
}
#home .sec_main .slide01::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  background-color: rgba(24, 24, 24, 0.1);
  clip-path: polygon(500px 0, 100% 0%, 100% 100%, 0% 100%);
  animation-name: animation-slide;
  animation-timing-function: ease-out;
  animation-duration: 3s;
  z-index: 1;
}
@keyframes animation-slide {
  0% {
    left: -500px;
    width: 300%;
    display: block;
    }
	50% {
    left: -500px;
    width: 300%;
    display: block;
    }
    100% {
    left: 100%;
    width: 100%;
    }
}
#home .sec_main .main-txt_wrap {
	position: absolute;
	margin: auto;
  left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
  align-items: center;
}
#home .sec_main .main-txt_wrap h2 {
  font-family: "Poppins", sans-serif;
	font-size: clamp(84px, 6.25vw, 120px);
	font-weight: 500;
	line-height: 1.42;
  color: #fff;
  mix-blend-mode: overlay;
  position: relative;
  bottom: calc(136px / 2);
}
#home .sec_main .main-txt_wrap h2 span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #333;
}
#home .sec_main .main-txt_wrap h2 span.icon01 {
  width: clamp(78px, 5.833vw, 112px);
  height: clamp(71px, 5.3125vw, 102px);
  left: 30px;
}
#home .sec_main .main-txt_wrap h2 span.en_txt01 {
  width: clamp(146px, 10.885vw, 209px);
  height: clamp(61px, 4.53125vw, 87px);
  right: -50px;
}
#home .sec_main .main-txt_wrap p {
	font-size: clamp(13px, 0.9375vw, 18px);
	font-weight: 400;
	line-height: 2.5;
	margin-top: 30px;
  max-width: clamp(400px, 42.1875vw, 810px);
}
#home .contents_new {
  display: flex;
  box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.1);
  margin-top: -136px;
  position: relative;
  z-index: 2;
}
#home .contents_new .left {
  width: 29.7619%;
  background: #0071ba;
  display: flex;
  flex-direction: column;
  padding: 50px 60px 60px;
}
#home .contents_new .left .wrap_h2 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}
#home .contents_new .left .en_title {
  font-size: clamp(42px, 3.125vw, 60px);
  font-weight: 400;
  line-height: 0.8;
  color: #fff;
  letter-spacing: 0.1em;
}
.btn01 {
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  max-width: 300px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(to right, #29a9e0 0%, #0071ba 50%, #29a9e0 100%);
  transition: .3s ease-in-out;
  background-position: 0 50%;
  background-size: 200% auto;
}
.btn01:hover {
  background-position: 100% 50%;
}
#home .contents_new .left h2.type01 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin-left: 20px;
}
#home .contents_new .right {
  width: calc(100% - 29.7619%);
  padding: 30px 60px;
  background: #fff;
}
.contents_new dl {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.contents_new dl:last-of-type {
  border-bottom: none;
}
.contents_new dl dt {
  width: 150px;
  font-size: 16px;
}
.contents_new dl dd {
  width: calc(100% - 150px);
  font-size: 16px;
}
.contents_new dl dd a {
  text-decoration: underline;
  transition: .5s ease-in-out;
}
.contents_new dl dd a:hover {
  text-decoration: none;
}
.wrap04 {
  max-width: 1680px;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
#home .sec01 {
	height: clamp(546px, 40.625vw, 780px);
	position: relative;
	overflow: hidden;
}
#home .sec01 .bg_main {
	height: 100%;
	background: url(../images/main_img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	animation-name: animationZoom;
	animation-delay: 2s;
	animation-duration: 7s;
	transform: scale(1.15);
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}
@keyframes animationZoom {
	100% {
		transform: scale(1.0);
	}
}
#home .sec01 h2 {
	position: absolute;
	font-size: clamp(4.3rem, 3.229vw, 6.2rem);
	line-height: 1.4;
	display: flex;
	align-items: center;
	height: 100%;
	top: 0;
	bottom: 0;
	margin: auto 0 auto 4.427%;
	color: #fff;
	z-index: 2;
}
#home .sec01 .main01 {
	position: absolute;
	left: 16px;
	bottom: 0;
	animation-name: slideTextX100;
	animation-delay: 1s;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
	max-width: clamp(150px, 26.041vw, 500px);
}
@keyframes slideTextX100 {
	from {
		transform: translateX(-30%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}
#home .sec01 .main02 {
	position: absolute;
	right: 0;
	top: 0;
	animation-name: slideTextX-100;
	animation-delay: 0.5s;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
	max-width: clamp(70px, 11.406vw, 219px);
}
@keyframes slideTextX-100 {
	from {
		transform: translateX(100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}
#home .en_title {
  font-family: "Lato", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	color: #0071ba;
	letter-spacing: 0.2em;
}
#home section h2.type01 {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.2em;
}
#home section .contents_media h2.type01,
#home section .contents_media p {
  color: #fff;
}
#home .sec_bugsiness {
  background: url(../images/bg_business.png) no-repeat;
  background-position: left bottom;
  position: relative;
  margin-top: 120px;
}
#home .sec_bugsiness .en_txt {
  font-size: clamp(90px, 9.375vw, 180px);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 0.7;
  color: rgba(0, 113, 186, 0.15);
  position: absolute;
  left: 0;
  bottom: 0;
}
#home .sec_bugsiness .contents_business {
  display: flex;
}
#home .contents_business .left {
  margin-right: 2.976%;
  width: calc(100% - 63.809%);
}
#home .contents_business .right {
  margin-right: -120px;
  width: 63.809%;
  max-width: 1072px;
  margin-left: auto;
}
#home section h3.type01 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px 0 5px 20px;
	position: relative;
	margin-bottom: 40px;
}
#home #sec05 h3.type01 {
  margin-bottom: 0;
}
#home section h3.type01::before {
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	width: 2px;
	height: 100%;
	background: #0089da;
	border-radius: 1px;
}
#home #sec01 h3.type01::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #cacaca;
}
.btn_external {
	width: 315px;
	height: 70px;
	border-radius: 35px;
	background: #fff;
	border: 1px solid #0089da;
	color: #0089da;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin-top: 30px;
  transition: .5s ease-in-out;
}
#home .sec_recruit {
  background: url(../images/sec_recruit_bg.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0 120px;
  margin-top: 120px;
}
#home ul.contents_recruit {
  display: flex;
}
#home ul.contents_recruit li {
  width: calc((100% - 6.666%) / 2);
  position: relative;
}
#home ul.contents_recruit li figure {
  position: relative;
}
#home ul.contents_recruit li figure::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 31.746%;
  background-image: linear-gradient(0deg, #231f20cc, transparent);
  left: 0;
  bottom: 0;
}
#home ul.contents_recruit li:first-child {
  margin-right: 6.666%;
}
#home ul.contents_recruit li figure div {
  overflow: hidden;
}
#home ul.contents_recruit li a figure div img {
  transition: .7s ease-in-out;
}
#home ul.contents_recruit li a:hover figure div img {
  transform: scale(1.2);
}
#home .sec_recruit h2.type01,
#home .sec_recruit p.en_title {
  color: #fff;
}
#home ul.contents_recruit li figcaption {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
}
#home ul.contents_recruit li figcaption span {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #fff;
  border-right: 0;
  margin-right: 10px;
}
#home .sec_company {
	background: url(../images/bg_company.jpg) no-repeat;
  background-size: cover;
	padding: 120px 0;
  background-attachment: fixed;
}
#home .contents_company {
  background: #fff;
  padding: clamp(50px, 4.166vw, 80px)
}
#home .sec_company .btn01 {
  min-width: 300px;
}
#home .wrap_title_company {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 30px;
  border-bottom: 1px solid #ddd;
}
#home .wrap_contents_company {
  display: flex;
}
#home .wrap_contents_company {
  padding: 20px 20px 0;
}
#home .wrap_contents_company p {
  line-height: 1.5;
  margin-top: 6px;
}
#home .wrap_contents_company ul li {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 6px;
}
#home .wrap_contents_company .left {
  margin-right: 8%;
}
#home .wrap_contents_company .left h3 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
}
#home .wrap_contents_company .right .tel a {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1;
  display: flex;
  position: relative;
  padding-left: 36px;
  white-space: nowrap;
}
#home .wrap_contents_company .right .tel a::before {
  content: "";
  position: absolute;
  background: url(../images/icon_tel.svg) no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
table {
  width: 100%;
}
.l2 table tr {
  border-bottom: 1px solid #ddd;
}
.l2 table tr:first-child {
  border-top: 1px solid #ddd;
}
.l2 table th,
.l2 table td {
  padding: 30px 40px;
}
.l2 table th {
  background: #f4fdff;
  text-align: left;
  width: 300px;
}
.l2 table td {
  width: calc(100% - 300px);
}
.l2 table td .indent01 {
  text-indent: -64px;
  padding-left: 64px;
  display: block;
}
.l2 table td .indent02 {
  text-indent: -74px;
  padding-left: 74px;
  display: block;
}
.l2 table td dl {
  display: flex;
}
.l2 section h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}
#company .l2 section h2::before {
  content: "";
  background: #0089da;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 8px;
}
footer .contents_footer {
  background: #0071ba;
  padding: 40px 0;
}
footer address {
  display: flex;
  justify-content: space-between;
}
footer address h2.logo_footer {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
}
footer address .wrap_tel {
  display: flex;
  margin-top: 10px;
}
footer address .tel a {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1;
  display: flex;
  position: relative;
  padding-left: 36px;
  color: #fff;
  white-space: nowrap;
}
footer address .tel a::before {
  content: "";
  position: absolute;
  background: url(../images/icon_tel_w.svg) no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .reception {
  line-height: 1.5;
  color: #fff;
  margin-left: 30px;
}
footer .reception a {
  color: #fff;
}
footer address .right {
  margin-left: 40px;
}
footer address .right h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 0 15px 5px;
  line-height: 1.5;
  display: inline-flex;
}
footer address .right h3::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  transform: rotate(-30deg);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer address .right h3::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  transform: rotate(30deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .btn_contact {
  color: #fff;
  display: block;
  min-width: 450px;
  min-height: 100px;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, #ef5a24, #eb1c24);
  border: 2px solid #fff;
  border-radius: 10px;
  font-weight: bold;
  line-height: 1.2;
}
footer .btn_contact span {
  display: block;
  background: url(../images/icon_mail.svg) no-repeat;
  width: 20px;
  height: 15px;
  margin-right: 16px;
}

footer .list_menu {
  display: flex;
  margin-left: 40px;
}
footer .list_menu a {
  transition: .5s ease-in-out;
}
footer .list_menu a:hover {
  color: #0089da;
}
footer .list_menu li:not(:last-child) {
  margin-right: clamp(20px, 2.604vw, 50px);
}
footer .contents_copyright {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .contents_copyright p small {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
}
.pankuzu {
  margin-left: 40px;
}
.l2 .pankuzu {
  position: absolute;
  top: 10px;
  left: 0;
}
.pankuzu ol {
  display: flex;
  flex-wrap: wrap;
}
.pankuzu ol li a,
.pankuzu ol li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
.pankuzu ol li a {
  padding-right: 40px;
  display: block;
  position: relative;
}
.l2 .pankuzu ol li a,
.l2 .pankuzu ol li {
  color: #fff;
}
.pankuzu ol li a::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.l2 .pankuzu ol li a::after {
  border-color: #fff;
}
.pankuzu ol li a span {
  display: block;
}
.l2 .sec_main {
  min-height: 250px;
  position: relative;
}
.archive .sec_main {
  background: url(../images/news/main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center right;
}
#voice .sec_main {
  background: url(../images/voice/main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center right;
}
#recruit .sec_main {
  background: url(../images/recruit/main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center right;
}
#company .sec_main {
  background: url(../images/company/main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center right;
}
.l2 .sec_main h1,
.contents_title h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: clamp(40px, 6.25vw, 120px);
  letter-spacing: 0.2em;
}
.single h1 {
  font-size: 3.8rem;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
}
.single .bg_grid {
  background: #f0f0f0;
  padding: 20px 0 100px;
  position: relative;
}
.single .sec01 {
  padding: 100px 80px;
  background: #fff;
  margin-top: 30px;
}
.single .sec01 time {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.single .sec01 p {
  margin-top: 10px;
}
.single .sec01 p.has-text-align-center {
  text-align: center;
}
.single .sec01 p.has-text-align-right {
  text-align: right;
}
.single .sec01 h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
  margin-top: 40px;
}
.single .sec01 h2::after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 2px;
  height: 100%;
  background: #0089da;
  border-radius: 1px;
}
.single .sec01 h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
  margin-top: 30px;
}
.single .sec01 h3::after {
  content: "";
  left: 0;
  top: 14px;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #0089da;
  border-radius: 50%;
}
.single .sec01 h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 20px;
  margin-top: 30px;
  position: relative;
}
.single .sec01 h4::after {
  content: "";
  left: 0;
  top: 14px;
  position: absolute;
  width: 10px;
  height: 2px;
  background: #0089da;
  border-radius: 1px;
}
.single .sec01 h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 16px;
  margin-top: 30px;
  position: relative;
}
.single .sec01 h5::after {
  content: "";
  left: 0;
  top: 10px;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #0089da;
  border-radius: 1px;
}
.single .sec01 h6 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 30px;
}
.wp-block-gallery {
  display: flex;
  gap: 3.333%;
}
.wp-block-image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.single .wp-block-image {
  margin-top: 20px;
}
.single .wp-block-list {
  margin-top: 40px;
}
.single ul.wp-block-list li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 16px;
  position: relative;
}
.single ul.wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #0089da;
  border-radius: 50%;
}
.single .wp-block-list li:last-child {
  margin-bottom: 0;
}
.single ol.wp-block-list li {
  font-size: 16px;
  list-style: decimal;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  margin-left: 20px;
}
.single .btn_archive {
  display: block;
  background: #fff;
  padding: 20px;
  border: 1px solid #0089da;
  border-radius: 10px;
  text-align: center;
  color: #0089da;
  font-size: 16px;
  max-width: 320px;
  margin: 100px auto 0;
  width: calc(100% - 40px);
  transition: .5s ease-in-out;
  font-weight: 500;
}
.single .btn_archive:hover {
  color: #fff;
  background: #0089da;
}
.single .sec01 a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #0089da;
  margin-top: 30px;
  text-decoration: underline;
}
.single .sec01 a:hover {
  text-decoration: none;
}
.single .sec01 a[href$=".pdf"] {
  padding-left: 26px;
  position: relative;
}
.single .sec01 a[href$=".pdf"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 20px;
  background: url(../images/icon_pdf.png) no-repeat;
  background-size: cover;
}
.single .wp-block-button a {
  padding: 18px 30px;
  text-decoration: none;
  border: 1px solid #0089da;
  border-radius: 10px;
  display: block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  transition: .5s ease-in-out;
  margin-top: 40px;
}
.single .wp-block-button a:hover {
  color: #fff;
  background: #0089da;
}
.wp-block-table {
  margin-top: 40px;
}
.wp-block-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.wp-block-table table tr {
  border-bottom: 1px solid #cacaca;
}
.wp-block-table table tr:first-child {
  border-top: 1px solid #cacaca;
}
.wp-block-table table tr th,
.wp-block-table table tr td {
  padding: 10px 15px;
  border-right: 1px solid #cacaca;
}
.wp-block-table table tr th:first-child,
.wp-block-table table tr td:first-child {
  border-left: 1px solid #cacaca;
}
.wp-block-table table tr th {
  background: #efefef;
  font-weight: 500;
}
.wp-block-table.is-style-stripes table tr:nth-child(2n) {
  background: #efefef;
}
.wp-element-caption {
  font-size: 14px;
  margin-top: 5px;
}
.wp-block-embed.is-type-video {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.wp-block-embed.is-type-rich {
  margin-top: 40px;
}
.wp-block-embed.is-type-rich iframe {
  max-width: 100%;
}
.wp-block-table table tr th.has-text-align-left {
  text-align: left;
}
.wp-block-table table tr td.has-text-align-center {
  text-align: center;
}
.wp-block-table table tr th.has-text-align-right,
.wp-block-table table tr td.has-text-align-right {
  text-align: right;
}
.has-cyan-bluish-gray-color {
  color: #abb8c3;
}
.has-white-color {
  color: #fff;
}
.has-pale-pink-color {
  color: #f78da7;
}
.has-vivid-red-color {
  color: #cf2e2e;
}
.has-luminous-vivid-orange-color {
  color: #ff6900;
}
.has-luminous-vivid-amber-color {
  color: #fcb900;
}
.has-light-green-cyan-color {
 color: #7bdcb5; 
}
.has-vivid-green-cyan-color {
  color: #00d084;
}
.has-pale-cyan-blue-color {
  color: #8ed1fc;
}
.has-vivid-cyan-blue-color {
  color: #0693e3;
}
.has-vivid-purple-color {
  color: #9b51e0;
}
.has-black-background-color {
  background: #333;
}
.has-cyan-bluish-gray-background-color {
  background: #abb8c3;
}
.has-pale-pink-background-color {
  background: #f78da7;
}
.has-vivid-red-background-color {
  background: #cf2e2e;
}
.has-luminous-vivid-orange-background-color {
  background: #ff6900;
}
.has-luminous-vivid-amber-background-color {
  background: #fcb900;
}
.has-vivid-green-cyan-background-color {
  background: #00d084;
}
.has-pale-cyan-blue-background-color {
  background: #8ed1fc;
}
.has-vivid-cyan-blue-background-color {
  background: #0693e3;
}
.has-vivid-purple-background-color {
  background: #9b51e0;
}
.has-background {
  padding: 5px 15px;
}
.nav-links {
	margin-top: 50px;
}
.nav-links .page-numbers {
  display: flex;
  justify-content: center;
}
.nav-links .page-numbers li span,
.nav-links .page-numbers li a {
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 500;
	color: #0089da;
	border: 1px solid #0089da;
	border-radius: 8px;
  transition: .5s ease-in-out;
}
.nav-links .page-numbers li:not(:last-child) {
	margin-right: 15px;
}
.nav-links .page-numbers li .current,
.nav-links .page-numbers li a:hover {
	color: #fff;
	background: #0089da;
	font-weight: bold;
}
.screen-reader-text {
	display: none;
}
.archive .sec01 {
	padding: 70px 0 100px;
}
.pick {
  padding: 80px 40px;
  background: #eee;
}
.pick .movie {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  cursor: pointer;
}
video {
  max-width: 100%;
}
.pick .banner {
  max-width: 500px;
  margin: 0 auto 40px;
}
.pick .banner a {
  display: block;
  line-height: 0;
}
.pick .banner a img {
  transition: .3s ease-in-out;
}
.pick .banner a:hover img {
  opacity: 0.7;
}
.wrap {
  max-width: 1200px;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
.contents_title {
  position: relative;
}
.txt_main_en {
  font-size: clamp(90px, 9.375vw, 180px);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 0.7;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.contents_page .sec01 {
  background: #f0f0f0;
  padding: 120px 0;
}
.contents_page .contents_white {
  max-width: 1440px;
  width: calc(100% - 80px);
  margin: 0 auto;
  background: #fff;
  padding: 120px 0;
}
#voice .contents_page .sec01 ul {
  display: flex;
  flex-wrap: wrap;
}
#voice .contents_page .sec01 ul li {
  width: calc((100% - 13.333%) / 3);
  border: 4px solid #f0f0f0;
  padding: 40px;
}
#voice .contents_page .sec01 ul li:not(:nth-child(3n)) {
  margin-right: 6.666%;
}
#voice .img_staff {
  max-width: 200px;
  margin: 0 auto 15px;
}
#voice h2.staff {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 0;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt12 {
	margin-top: 12px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt55 {
	margin-top: 55px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt65 {
	margin-top: 65px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt75 {
	margin-top: 75px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt85 {
	margin-top: 85px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt95 {
	margin-top: 95px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mt105 {
	margin-top: 105px !important;
}
.mt110 {
	margin-top: 110px !important;
}
.mt115 {
	margin-top: 115px !important;
}
.mt120 {
	margin-top: 120px !important;
}
.mt125 {
	margin-top: 125px !important;
}
.mt130 {
	margin-top: 130px !important;
}
.mt135 {
	margin-top: 135px !important;
}
.mt140 {
	margin-top: 140px !important;
}
.mt145 {
	margin-top: 145px !important;
}
.mt150 {
	margin-top: 150px !important;
}
.mt155 {
	margin-top: 155px !important;
}
.mt160 {
	margin-top: 160px !important;
}
.mt180 {
	margin-top: 180px !important;
}
.mt200 {
	margin-top: 200px !important;
}
.mr3 {
	margin-right: 3px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr55 {
	margin-right: 55px !important;
}
.mr60 {
	margin-right: 60px !important;
}
.mr70 {
	margin-right: 70px !important;
}
.mr75 {
	margin-right: 75px !important;
}
.mr80 {
	margin-right: 80px !important;
}
.mr90 {
	margin-right: 90px !important;
}
.mr110 {
	margin-right: 110px !important;
}
.mb3 {
	margin-bottom: 3px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb120 {
	margin-bottom: 120px !important;
}
.mb130 {
	margin-bottom: 130px !important;
}
.mb150 {
	margin-bottom: 150px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml100 {
	margin-left: 100px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt55 {
	padding-top: 55px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pt70 {
	padding-top: 70px !important;
}
.pt75 {
	padding-top: 75px !important;
}
.pt80 {
	padding-top: 80px !important;
}
.pt85 {
	padding-top: 85px !important;
}
.pt90 {
	padding-top: 90px !important;
}
.pt95 {
	padding-top: 95px !important;
}
.pt100 {
	padding-top: 100px !important;
}
.pt110 {
	padding-top: 110px !important;
}
.pt120 {
	padding-top: 120px !important;
}
.pt130 {
	padding-top: 130px !important;
}
.pt135 {
	padding-top: 135px !important;
}
.pt140 {
	padding-top: 140px !important;
}
.pt145 {
	padding-top: 145px !important;
}
.pt150 {
	padding-top: 150px !important;
}
.pt160 {
	padding-top: 160px !important;
}
.pt170 {
	padding-top: 170px !important;
}
.pt185 {
	padding-top: 180px !important;
}
.pr55 {
	padding-right: 55px !important;
}
.pr80 {
	padding-right: 80px !important;
}
.pr150 {
	padding-right: 150px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pb55 {
	padding-bottom: 55px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}
.pb70 {
	padding-bottom: 70px !important;
}
.pb75 {
	padding-bottom: 75px !important;
}
.pb80 {
	padding-bottom: 80px !important;
}
.pb85 {
	padding-bottom: 85px !important;
}
.pb100 {
	padding-bottom: 100px !important;
}
.pb110 {
	padding-bottom: 110px !important;
}
.pb120 {
	padding-bottom: 120px !important;
}
.pb125 {
	padding-bottom: 125px !important;
}
.pb130 {
	padding-bottom: 130px !important;
}
.pb140 {
	padding-bottom: 140px !important;
}
.pb150 {
	padding-bottom: 150px !important;
}
.pb160 {
	padding-bottom: 160px !important;
}
.pb200 {
	padding-bottom: 200px !important;
}
.pb220 {
	padding-bottom: 220px !important;
}
.pl45 {
	padding-left: 45px !important;
}
.pl80 {
	padding-left: 80px !important;
}
.pl150 {
	padding-left: 150px !important;
}
@media screen and (max-width: 1680px) {
  header h1 a,
  header h2.wrap_logo a {
    font-size: 3.4rem;
  }
  header h1 {
    padding-left: 20px;
  }
  header .btn_contact {
    width: 200px;
    margin-left: 20px;
  }
}

@media screen and (min-width: 1367px) {
	.minw1367none {
		display: none;
	}
}
@media screen and (min-width: 1366px) {
	.minw1366none {
		display: none;
	}
}
@media screen and (max-width: 1366px) {
  p {
    font-size: 15px;
  }
	.maxw1366none {
		display: none;
	}
  header {
    height: 90px;
  }
  main {
    padding-top: 90px;
  }
  #home header h1,
  header h2.wrap_logo {
    padding-left: 15px;
  }
  header .glnav ul li a {
    font-size: 15px;
  }
  #home .sec_main {
    height: calc(100vh - 90px);
  }
  header .btn_contact {
    font-size: 16px;
  }
  #home .contents_new {
    margin-top: -110px;
  }
  #home .contents_new .left {
    padding: clamp(30px, 2.928vw, 40px)
  }
  #home .contents_new .right {
    padding: 20px 40px;
  }
  .contents_new dl {
    padding: 20px 0;
  }
  .btn01 {
    min-height: 60px;
  }
  #home .contents_new .left .wrap_h2 {
    margin-bottom: 40px;
  }
  #home .contents_new .left h2.type01 {
    font-size: 16px;
    margin-left: 10px;
  }
  #home .sec_recruit {
    padding: 80px 0 100px;
  }
  #home .sec_bugsiness,
  #home .sec_recruit {
    margin-top: 100px;
  }
  #home .sec_bugsiness {
    background-size: 50%;
  }
  #home .sec_company .btn01 {
    min-width: 240px;
    max-height: 60px;
  }
  #home .wrap_title_company {
    align-items: flex-end;
  }
  #home .sec_company {
    padding: 100px 0;
  }
  #home .contents_business .right {
    margin-right: -40px;
  }
  #voice .contents_page .sec01 ul li:not(:nth-child(3n)) {
    margin-right: 40px;
  }
  #voice .contents_page .sec01 ul li {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
	.maxw1366minw769none {
		display: none;
	}
}
@media screen and (max-width: 1365px) {
	.maxw1365none {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	.minw1200none,
  header .hamburger,
  header .globalMenuSp {
		display: none;
	}
}

@media screen and (max-width: 1199px) {
	html,
	body {
		overflow-x: hidden;
	}
	.maxw1199none {
		display: none;
	}
  header {
    height: 70px;
  }
  header h1 .txt_message,
  header h2.wrap_logo .txt_message {
    font-size: 13px;
    line-height: 1.2;
  }
  main {
    padding-top: 70px;
  }
  header .glnav {
    display: none;
  }
  /*　ハンバーガーメニューボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    right: 20px;
    background: #0089da;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header.bgwhite .hamburger span {
    background: #333;
  }
  .hamburger span:nth-child(1) {
    top: 18px;
  }
  .hamburger span:nth-child(2) {
    top: 30px;
  }
  .hamburger span:nth-child(3) {
    top: 42px;
  }
  .hamburger.active span:nth-child(1) {
    top: 26px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 26px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header.bgwhite .hamburger.active span:nth-child(1),
  header.bgwhite .hamburger.active span:nth-child(2),
  header.bgwhite .hamburger.active span:nth-child(3) {
    background: #333;
  }
  nav.globalMenuSp {
    display: none;
    z-index: 2;
    top: 70px;
    left: 0;
    text-align: left;
    width: 100%;
    position: fixed;
    max-height: 88vh;
    max-height: 88dvh;
    overflow-y: scroll;
    background: #fff;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  } 
  nav.globalMenuSp ul li.sp-language {
    background: #5B5B5B;
  }
  nav.globalMenuSp ul li ul.toggle_contents {
    background: #fff;
  }
  nav.globalMenuSp ul li ul.toggle_contents li {
    border-bottom: 1px dotted #ccc;
  }
  nav.globalMenuSp ul li ul.toggle_contents li a {
    padding-left: 30px;
    position: relative;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li.menu_customer div {
    background: #fff;
    padding: 12px;
  }
  nav.globalMenuSp ul li.menu_customer a {
    color: #fff;
    max-width: 375px;
    border-radius: 50px;
    text-align: center;
    padding: 14px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  nav.globalMenuSp ul li.menu_customer a::after {
    content: "";
    position: absolute;
    right: 18px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #333;
    padding: 20px 0;
    margin: 0 20px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #eeeeee;
  }
  nav.globalMenuSp ul li nav.globalMenuSp.active {
    display: block;
    height: 92vh;
    height: 92dvh;
  }
  .toggle_switch {
    position: relative;
    cursor: pointer;
    padding: 5px 10px;
  }
  .toggle_switch::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 11px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: transform .2s;
  }
  .toggle_switch.open::after {
    transform: rotateZ(180deg);
    top: 46%;
  }
  .toggle_contents {
    display: none;
    padding: 5px 10px;
  }
  header .nav-box .pc-nav {
    display: none;
  }
  .toggle_switch span::before,
  .toggle_switch span::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s ease-in-out;
  }
  .toggle_switch span::after {
    background: #fff;
    transform: translateY(-50%) rotate(90deg);
  }
  .toggle_switch.open span::after {
    transform: rotate(0);
  }
  nav.globalMenuSp ul.toggle_contents li {
    background: none;
  }
  nav.globalMenuSp ul.toggle_contents li a {
    color: #333;
  }
  nav.globalMenuSp .conv {
    display: block;
    max-width: 320px;
    margin: 20px auto;
    color: #fff;
    padding: 20px;
    background: #f5911e;
    border-radius: 10px;
    font-weight: bold;
    line-height: 1.5;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  nav.globalMenuSp .conv span {
    width: 14px;
    height: 10px;
    background: url(../images/icon_mail.svg) no-repeat;
    margin-right: 8px;
  }
  header {
    padding-right: 0;
  }
  header .logo a {
    line-height: 0;
  }
  header .nav-box {
    height: 60px;
  }
  body.dark main,
  body.dark footer {
    position: relative;
  }
  body.dark main::before,
  body.dark footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
  }
  nav.globalMenuSp ul li a.btn_contact {
    color: #fff;
    font-weight: bold;
    display: flex;
    width: calc(100% - 40px);
    max-width: 300px;
    margin: 20px auto;
    border-radius: 5px;
  }
  /*ここまで*/
  #home .sec_main {
    min-height: auto;
    height: 500px;
  }
  #home .sec_main .main-txt_wrap h2 span.en_txt01 {
    right: -20px;
  }
  #home .sec_main .main-txt_wrap h2 span.icon01 {
    left: 50px;
  }
  #home #sec01 .access .representative {
    max-width: 100px;
  }
  #home .contents_new .left .wrap_h2 {
    flex-direction: column;
    align-items: flex-start;
  }
  #home .contents_new .left h2.type01 {
    margin-left: 0;
    margin-top: 5px;
  }
  footer .btn_contact {
    min-width: 360px;
    font-size: clamp(18px, 1.668vw, 20px);
    min-height: 80px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
	.maxw1599min1025none {
		display: none;
	}
}
@media screen and (min-width: 1025px) {
	.pcnone,
	.minw1025none {
		display: none;
	}
  .tel {
    pointer-events: none;
  }
}
@media screen and (max-width: 1024px) {
	html {
		font-size: 60%;
	}
	#js-mouse {
		display: none;
	}
  #home .sec_main .slide01 {
    background: url(../images/main_md.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #home .sec_main .main-txt_wrap h2 {
    font-size: clamp(68px, 9.57vw, 98px);
  }
  #home .sec_bugsiness,
  #home .sec_recruit {
    margin-top: 70px;
  }
  #home .sec_bugsiness .contents_business {
    flex-direction: column;
  }
  #home .contents_business .left {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    max-width: 700px;
  }
  #home .contents_business .right {
    margin-left: 0;
    width: 100%;
    max-width: 600px;
  }
  #home .sec_bugsiness {
    background-position: right bottom;
    padding-bottom: clamp(30px, 7.822vw, 60px);
  }
  #home .sec_bugsiness .en_txt {
    font-size: clamp(45px, 11.734vw, 90px);
  }

  #home .sec_recruit {
    padding: 50px 0 70px;
  }
  #home .contents_new .left .wrap_h2 {
    margin-bottom: 20px;
  }
  #home .contents_new .right {
    padding: 10px 30px;
  }
  .contents_new dl {
    padding: 15px 0;
  }
  #home .wrap_title_company {
    padding: 0 10px 15px;
  }
  #home .wrap_contents_company {
    padding: 10px 10px 0;
  }
  #home .sec_company {
    padding: 70px 0;
  }
  footer address .wrap_tel {
    flex-direction: column;
  }
  footer .reception {
    margin-left: 40px;
    margin-top: 10px;
  }
  footer address {
    justify-content: center;
  }
  #home #sec05 th {
    width: 200px;
    font-size: 15px;
  }
  #home #sec05 td {
    font-size: 15px;
    width: calc(100% - 200px);
  }
  footer .list_menu li a {
    font-size: 15px;
  }
  footer .contents_footer .wrap01 {
    flex-direction: column;
  }
  .logo_footer {
    margin-left: auto;
    margin-bottom: 10px;
  }
  .single .bg_grid {
    padding: 20px 0 70px;
  }
  .single .sec01 {
    padding: 70px 50px;
  }
  .single .btn_archive {
    margin-top: 70px;
  }
  #home #sec04 ul.list_business {
    flex-direction: column;
  }
  #home #sec04 ul.list_business li {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  #home #sec04 ul.list_business li {
    margin-bottom: 40px;
  }
  #home #sec04 ul.list_business li:last-child {
    margin-bottom: 0;
  }
  #home #sec04 ul.list_business li:nth-child(3n) {
    margin-right: auto;
  }
  #home #sec04 ul.list_business li h3::before {
    top: 7px;
  }
  #home #sec04 ul.list_business li h3::after {
    top: 12px;
  }
  .contents_page .sec01,
  .contents_page .contents_white {
    padding: 50px 0;
  }
  .contents_new dl dt,
  .contents_new dl dd {
    font-size: 15px;
  }
  .contents_new dl dt {
    width: 130px;
  }
  .l2 table th {
    width: 200px;
  }
  .l2 table td {
    width: calc(100% - 200px);
  }
  .l2 table th, .l2 table td {
    padding: 20px 30px;
  }
  #voice .contents_page .sec01 ul {
    flex-direction: column;
  }
  #voice .contents_page .sec01 ul li {
    width: 100%;
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  #voice .contents_page .sec01 ul li:not(:nth-child(3n)) {
    margin-right: auto;
    margin-bottom: 40px;
  }
  #voice .img_staff {
    max-width: 160px;
  }
    header ul.sp-menu_conv {
    display: flex;
    margin-left: 20px;
  }
  header ul.sp-menu_conv li {
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  header ul.sp-menu_conv li a {
    display: block;
    line-height: 0;
    position: relative;
    width: 100%;
    height: 100%;
  }
  header ul.sp-menu_conv li a img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  header ul.sp-menu_conv li:first-child {
    background: linear-gradient(to right, #29a9e0 0%, #0071ba 100%);
    margin-right: 10px;
  }
  header ul.sp-menu_conv li:first-child img {
    max-width: 40px;
  }
  header ul.sp-menu_conv li:last-child {
    background: linear-gradient(90deg, #ef5a24, #eb1c24);
  }
  header ul.sp-menu_conv li:last-child img {
    max-width: 28px;
  }
  header {
    justify-content: flex-start;
  }
  footer .list_menu {
    margin-left: 20px;
  }
  footer .list_menu li:not(:last-child) {
    margin-right: 15px;
  }

	.mt15 {
		margin-top: 10px !important;
	}
	.mt20 {
		margin-top: 15px !important;
	}
	.mt25 {
		margin-top: 18px !important;
	}
	.mt30 {
		margin-top: 20px !important;
	}
	.mt35 {
		margin-top: 25px !important;
	}
	.mt40 {
		margin-top: 30px !important;
	}
	.mt45 {
		margin-top: 30px !important;
	}
	.mt50 {
		margin-top: 35px !important;
	}
	.mt55 {
		margin-top: 35px !important;
	}
	.mt60 {
		margin-top: 40px !important;
	}
	.mt65 {
		margin-top: 40px !important;
	}
	.mt70 {
		margin-top: 40px !important;
	}
	.mt75 {
		margin-top: 50px !important;
	}
	.mt80 {
		margin-top: 55px !important;
	}
	.mt95 {
		margin-top: 65px !important;
	}
	.mt100 {
		margin-top: 70px !important;
	}
	.mt110 {
		margin-top: 75px !important;
	}
	.mt115 {
		margin-top: 80px !important;
	}
	.mt120 {
		margin-top: 80px !important;
	}
	.mt125 {
		margin-top: 80px !important;
	}
	.mt130 {
		margin-top: 80px !important;
	}
	.mt135 {
		margin-top: 80px !important;
	}
	.mt140 {
		margin-top: 85px !important;
	}
	.mt145 {
		margin-top: 90px !important;
	}
	.mt150 {
		margin-top: 100px !important;
	}
	.mt155 {
		margin-top: 100px !important;
	}
	.mt160 {
		margin-top: 100px !important;
	}
	.mt180 {
		margin-top: 100px !important;
	}
	.mt200 {
		margin-top: 100px !important;
	}
	.mt85 {
		margin-top: 60px !important;
	}
	.mr55 {
		margin-right: 35px !important;
	}
	.mr70 {
		margin-right: 45px !important;
	}
	.mr90 {
		margin-right: 60px !important;
	}
	.mr110 {
		margin-right: 75px !important;
	}
	.mb40 {
		margin-bottom: 30px !important;
	}
	.mb60 {
		margin-bottom: 40px !important;
	}
	.ml20 {
		margin-left: 15px !important;
	}
	.pt50 {
		padding-top: 35px !important;
	}
	.pt55 {
		padding-top: 35px !important;
	}
	.pt60 {
		padding-top: 40px !important;
	}
	.pt70 {
		padding-top: 45px !important;
	}
	.pt75 {
		padding-top: 50px !important;
	}
	.pt80 {
		padding-top: 55px !important;
	}
	.pt85 {
		padding-top: 60px !important;
	}
	.pt90 {
		padding-top: 60px !important;
	}
	.pt95 {
		padding-top: 65px !important;
	}
	.pt100 {
		padding-top: 70px !important;
	}
	.pt110 {
		padding-top: 80px !important;
	}
	.pt120 {
		padding-top: 80px !important;
	}
	.pt130 {
		padding-top: 80px !important;
	}
	.pt135 {
		padding-top: 80px !important;
	}
	.pt140 {
		padding-top: 80px !important;
	}
	.pt145 {
		padding-top: 90px !important;
	}
	.pt150 {
		padding-top: 100px !important;
	}
	.pt160 {
		padding-top: 100px !important;
	}
	.pt170 {
		padding-top: 100px !important;
	}
	.pt185 {
		padding-top: 100px !important;
	}
	.pr80 {
		padding-right: 55px !important;
	}
	.pb50 {
		padding-bottom: 30px !important;
	}
	.pb55 {
		padding-bottom: 35px !important;
	}
	.pb60 {
		padding-bottom: 40px !important;
	}
	.pb70 {
		padding-bottom: 50px !important;
	}
	.pb75 {
		padding-bottom: 50px !important;
	}
	.pb40 {
		padding-bottom: 30px !important;
	}
	.pb80 {
		padding-bottom: 50px !important;
	}
	.pb85 {
		padding-bottom: 55px !important;
	}
	.pb110 {
		padding-bottom: 75px !important;
	}
	.pb120 {
		padding-bottom: 80px !important;
	}
	.pb125 {
		padding-bottom: 80px !important;
	}
	.pb130 {
		padding-bottom: 80px !important;
	}
	.pb140 {
		padding-bottom: 90px !important;
	}
	.pb150 {
		padding-bottom: 100px !important;
	}
	.pb160 {
		padding-bottom: 100px !important;
	}
	.pb200 {
		padding-bottom: 100px !important;		
	}
	.pl80 {
		padding-left: 50px !important;
	}
	.md_pt30 {
		padding-top: 30px !important;
	}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.minw769maxw1024none {
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.minw768maxw1024none {
			display: none;
	}
}
@media screen and (min-width: 769px) {
	.minw769none {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.minw768none {
		display: none;
	}
  #home #sec02 ul.list_media li {
    width: calc((100% - 8.988%) / 3);
    margin-right: 4.494%;
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
  }
  #home #sec02 ul.list_media li:nth-child(3n) {
    margin-right: 0;
  }
  #home #sec02 ul.list_media li:nth-last-child(-n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
	html {
		font-size: 50%;
	}
	.maxw768none {
		display: none;
	}
  #home #sec04 ul.list_business li h3 {
    padding-left: 24px;
  }
  #home #sec04 ul.list_business li h3::before {
    top: 6px;
    width: 16px;
    height: 16px;
  }
  #home #sec04 ul.list_business li h3::after {
    top: 11px;
    width: 6px;
    height: 6px;
  }
  .l2 table td .indent01 {
    text-indent: -52px;
    padding-left: 52px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
	.maxw1024minw481none {
		display: none;
	}
}
@media screen and (max-width: 768px) and (min-width: 481px) {
}
@media screen and (max-width: 767px) {
	header {
		height: 60px;
	}
  .wrap {
    width: calc(100% - 40px);
  }
	main {
		padding-top: 60px;
	}
  #home header h1,
  header h2.wrap_logo {
    padding-left: 10px;
  }
  .hamburger {
    width: 60px;
    height: 60px;
  }
  nav.globalMenuSp {
    top: 60px;
  }
  #home .sec_main {
    height: 400px;
  }
  #home .sec_main .slide01 {
    background: url(../images/main_sp.jpg) no-repeat;
    background-size: cover;
    background-position: right bottom;
  }
  #home .sec_main .main-txt_wrap {
    align-items: flex-start;
  }
  #home .sec_main .main-txt_wrap h2 {
    font-size: 42px;
    line-height: 1.4;
    padding-left: 20px;
  }
  #home .contents_new {
    flex-direction: column;
    margin-top: -50px;
  }
  #home .contents_new .left {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 18px 18px 12px;
  }
  #home .contents_new .left .wrap_h2 {
    margin-right: 20px;
    margin-bottom: 0;
  }
  #home .contents_new .left h2.type01 {
    font-size: 14px;
  }
  .btn01 {
    font-size: 14px;
    min-height: 40px;
    border-radius: 5px;
  }
  #home .contents_new .left .btn01 {
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 140px;
    max-height: 40px;
  }
  #home .contents_new .left .en_title {
    font-size: 30px;
  }
  #home .contents_new .right {
    width: 100%;
  }
  #home .contents_new .right {
    padding: 10px 20px;
  }
  .contents_new dl {
    padding: 10px 0;
    flex-direction: column;
  }
  .wrap04 {
    width: calc(100% - 40px);
  }
  .contents_new dl dt,
  .contents_new dl dd {
    width: 100%;
    font-size: 14px;
  }
  #home .sec_bugsiness, #home .sec_recruit {
    margin-top: 50px;
  }
  #home ul.contents_recruit {
    flex-direction: column;
  }
  #home ul.contents_recruit li:first-child {
    margin-right: auto;
    margin-bottom: 20px;
  }
  #home ul.contents_recruit li {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 400px;
  }
  #home .sec_recruit {
    padding: 30px 0 50px;
  }
  #home .contents_company {
    padding: 20px;
  }
  #home .wrap_contents_company {
    flex-direction: column;
  }
  #home .wrap_contents_company .left {
    margin-right: 0;
    margin-bottom: 6px;
  }
  #home .sec_company .btn01 {
    min-width: 180px;
  }
  #home .wrap_title_company {
    flex-direction: column;
    align-items: flex-start;
  }
  #home .wrap_title_company .left {
    margin-bottom: 10px;
  }
  #home .sec_company {
    padding: 50px 0;
  }
  footer address {
    flex-direction: column;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  footer address .right {
    margin-left: 0;
    margin-top: 20px;
  }
  footer .btn_contact {
    min-width: auto;
  }
  .list_btn_scroll li {
    width: calc((100% - 20px) / 2);
  }
  .list_btn_scroll li:first-child {
    margin-right: 20px;
  }
  .list_btn_scroll li a::after {
    right: 20px;
  }
  .list_btn_scroll li a::after {
    border-width: 8px 6px 0 6px;
  }
  .list_btn_scroll li a {
    padding: 20px 30px;
  }
  #home #sec05 th,
  #home #sec05 td {
    display: block;
    width: 100%;
  }
  .wp-block-table {
    display: block;
    overflow: auto;
  }
  .table_box::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .table_box::-webkit-scrollbar-track {
    background: #cacaca;
    border-radius: 5px;
  }
  .table_box::-webkit-scrollbar-thumb {
      background: #0089da; 
      border-radius: 5px;
  }
  .wp-block-table table {
    width: 767px;
  }
  footer .list_menu {
    display: none;
  }
  footer .contents_footer {
    padding: 20px 0;
  }
  .l2 .sec_main {
    min-height: 180px;
  }
  .l2 .sec_main h1,
  .contents_title h1 {
    margin-left: 20px;
  }
  .contents_page .sec01,
  .contents_page .contents_white {
    padding: 20px 0;
  }
  .contents_page .contents_white {
    width: calc(100% - 40px);
  }
  .l2 table th, .l2 table td {
    width: 100%;
    display: block;
    padding: 15px 20px;
  }
  #voice h2.staff {
    margin-bottom: 10px;
  }
  #voice .contents_page .sec01 ul li {
    border-width: 2px;
  }
  .l2 section h2 {
    font-size: 17px;
    padding-left: 15px;
  }
  header h1 .txt_message, header h2.wrap_logo .txt_message {
    font-size: 12px;
  }
  header h1 a, header h2.wrap_logo a {
    font-size: 2.8rem;
  }
  header ul.sp-menu_conv {
    margin-left: 10px;
  }
  header ul.sp-menu_conv li {
    width: 40px;
    height: 40px;
  }
  header ul.sp-menu_conv li:first-child img {
    max-width: 32px;
  }
  header ul.sp-menu_conv li:last-child img {
    max-width: 22px;
  }
  #home ul.contents_recruit li figcaption {
    font-size: 16px;
    left: 10px;
    bottom: 10px;
  }
  #home ul.contents_recruit li figcaption span {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #fff;
  }
  #home .sec_main .slide01::before {
    clip-path: polygon(250px 0, 100% 0%, 100% 100%, 0% 100%);
  }
  #voice .contents_page .sec01 ul li:not(:nth-child(3n)) {
    margin-bottom: 20px;
  }
  .pankuzu {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
}
@media screen and (max-width: 767px) and (min-width: 375px) {
	.maxw767minw375none {
		display: none;
	}
}

@media screen and (min-width: 481px) {
	.minw481none {
		display: none;
	}
}
@media screen and (max-width: 625px) {
}

@media screen and (max-width: 480px) {
	.maxw480none {
		display: none;
	}
  .wrap01 {
    width: calc(100% - 40px);
  }
  .wrap03 {
    width: 100%;
  }
	p {
		font-size: 14px;
	}
  nav.globalMenuSp ul li a {
    padding: 15px 0;
  }
  #home .sec_main .txt_en {
    font-size: clamp(26px, 9.166vw, 44px);
    color: rgba(255, 255, 255, 0.8);
  }
  #home .sec_bugsiness {
    background-position: right 30%;
  }








  .border_line {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .list_btn_scroll {
    flex-direction: column;
  }
  .list_btn_scroll li {
    width: 100%;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .list_btn_scroll li a {
    padding: 15px 25px;
  }
  .list_btn_scroll li:first-child {
    margin-bottom: 20px;
  }
  #home #sec05 th,
  #home #sec05 td {
    font-size: 14px;
    padding: 20px;
  }
  .archive .sec_main {
    padding: 60px 20px;
  }
  .archive .sec01 {
    padding: 30px 0 50px;
  }
  .pankuzu {
    margin-left: 20px;
  }
  .pankuzu ol li a {
    padding-right: 30px;
  }
  .pankuzu ol li a::after {
    right: 15px;
    width: 5px;
    height: 5px;
  }
  .single .sec01 {
    padding: 30px 20px;
    border-radius: 0;
    margin-top: 15px;
  }
  .single .bg_grid {
    padding: 10px 0 50px;
  }
  .single .sec01 time {
    font-size: 12px;
  }
  .single h1 {
    padding-bottom: 18px;
    margin-top: 5px;
    font-size: 26px;
  }
  .single .btn_archive {
    margin-top: 50px;
  }
  .single .btn_archive {
    padding: 15px;
  }
  .single ul.wp-block-list li {
    font-size: 14px;
    padding-left: 12px;
  }
  .single ol.wp-block-list li {
    font-size: 14px;
  }
  .single ul.wp-block-list li::before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
  .single .sec01 p {
    margin-top: 5px;
  }
  .single .sec01 h2 {
    font-size: 24px;
  }
  .single .sec01 h3 {
    font-size: 21px;
    padding-left: 15px;
  }
  .single .sec01 h3::after {
    width: 8px;
    height: 8px;
    top: 12px;
  }
  .single .sec01 h4 {
    font-size: 18px;
    padding-left: 14px;
  }
  .single .sec01 h5 {
    font-size: 16px;
    padding-left: 12px;
  }
  .single .sec01 h5::after {
    width: 6px;
    height: 6px;
  }
  .single .sec01 h6 {
    font-size: 15px;
  }
  .single .sec01 a {
    font-size: 14px;
  }
  .single .sec01 a[href$=".pdf"] {
    padding-left: 24px;
  }
  .single .sec01 a[href$=".pdf"]::before {
    top: 0;
  }
  .wp-element-caption {
    font-size: 13px;
  }
  .btn_external {
    height: 60px;
  }
  footer .contents_copyright {
    padding: 10px;
  }
  footer .btn_contact span {
    margin-right: 8px;
  }
	.mt10 {
		margin-top: 5px !important;
	}
	.mt12 {
		margin-top: 6px !important;
	}
	.mt15 {
		margin-top: 7px !important;
	}
	.mt20 {
		margin-top: 10px !important;
	}
	.mt25 {
		margin-top: 10px !important;
	}
	.mt30 {
		margin-top: 15px !important;
	}
	.mt35 {
		margin-top: 15px !important;
	}
	.mt40 {
		margin-top: 20px !important;
	}
	.mt45 {
		margin-top: 20px !important;
	}
	.mt50 {
		margin-top: 25px !important;
	}
	.mt55 {
		margin-top: 25px !important;
	}
	.mt60 {
		margin-top: 30px !important;
	}
	.mt65 {
		margin-top: 30px !important;
	}
	.mt70 {
		margin-top: 35px !important;
	}
	.mt75 {
		margin-top: 35px !important;
	}
	.mt80 {
		margin-top: 40px !important;
	}
	.mt85 {
		margin-top: 40px !important;
	}
	.mt90 {
		margin-top: 45px !important;
	}
	.mt95 {
		margin-top: 45px !important;
	}
	.mt100 {
		margin-top: 50px !important;
	}
	.mt110 {
		margin-top: 50px !important;
	}
	.mt115 {
		margin-top: 50px !important;
	}
	.mt120 {
		margin-top: 50px !important;
	}
	.mt125 {
		margin-top: 50px !important;
	}
	.mt130 {
		margin-top: 50px !important;
	}
	.mt135 {
		margin-top: 50px !important;
	}
	.mt140 {
		margin-top: 50px !important;
	}
	.mt150 {
		margin-top: 50px !important;
	}
	.mt155 {
		margin-top: 50px !important;
	}
	.mt160 {
		margin-top: 50px !important;
	}
	.mt180 {
		margin-top: 50px !important;
	}
	.mt200 {
		margin-top: 80px !important;
	}
	.mr55 {
		margin-right: 25px !important;
	}
	.mb10 {
		margin-bottom: 5px !important;
	}
	.mb20 {
		margin-bottom: 10px !important;
	}
	.mb30 {
		margin-bottom: 15px !important;
	}
	.mb40 {
		margin-bottom: 20px !important;
	}
	.mb50 {
		margin-bottom: 25px !important;
	}
	.mb60 {
		margin-bottom: 30px !important;
	}
	.mb70 {
		margin-bottom: 35px !important;
	}
	.mb80 {
		margin-bottom: 40px !important;
	}
	.mb90 {
		margin-bottom: 45px !important;
	}
	.mb100 {
		margin-bottom: 50px !important;
	}
	.mb120 {
		margin-bottom: 60px !important;
	}
	.mb150 {
		margin-bottom: 70px !important;
	}
	.ml20 {
		margin-left: 10px !important;
	}
	.ml100 {
		margin-left: 50px !important;
	}
	.pt50 {
		padding-top: 25px !important;
	}
	.pt55 {
		padding-top: 25px !important;
	}
	.pt60 {
		padding-top: 30px !important;
	}
	.pt70 {
		padding-top: 35px !important;
	}
	.pt75 {
		padding-top: 35px !important;
	}
	.pt80 {
		padding-top: 40px !important;
	}
	.pt90 {
		padding-top: 45px !important;
	}
	.pt100 {
		padding-top: 50px !important;
	}
	.pt110 {
		padding-top: 50px !important;
	}
	.pt120 {
		padding-top: 50px !important;
	}
	.pt130 {
		padding-top: 50px !important;
	}
	.pt135 {
		padding-top: 50px !important;
	}
	.pt140 {
		padding-top: 50px !important;
	}
	.pt145 {
		padding-top: 50px !important;
	}
	.pt150 {
		padding-top: 50px !important;
	}
	.pt160 {
		padding-top: 50px !important;
	}
	.pt185 {
		padding-top: 50px !important;
	}
	.pb30 {
		padding-bottom: 15px !important;
	}
	.pb40 {
		padding-bottom: 20px !important;
	}
	.pb55 {
		padding-bottom: 25px !important;
	}
	.pb50 {
		padding-bottom: 25px !important;
	}
	.pb60 {
		padding-bottom: 30px !important;
	}
	.pb70 {
		padding-bottom: 35px !important;
	}
	.pb75 {
		padding-bottom: 35px !important;
	}
	.pb80 {
		padding-bottom: 40px !important;
	}
	.pb85 {
		padding-bottom: 45px !important;
	}
	.pb100 {
		padding-bottom: 50px !important;
	}
	.pb110 {
		padding-bottom: 50px !important;
	}
	.pb120 {
		padding-bottom: 50px !important;
	}
	.pb125 {
		padding-bottom: 50px !important;
	}
	.pb130 {
		padding-bottom: 50px !important;
	}
	.pb140 {
		padding-bottom: 50px !important;
	}
	.pb150 {
		padding-bottom: 50px !important;
	}
	.pb160 {
		padding-bottom: 50px !important;
	}
	.pb200 {
		padding-bottom: 80px !important;
	}
	.pb220 {
		padding-bottom: 110px !important;
	}
	.sp_mb0 {
		margin-bottom: 0 !important;
	}
	main nav.pankuzu ol li span {
		font-size: 13px;
		line-height: 1.3;
		display: inline-block;
	}
}
@media screen and (min-width: 376px) {
	.minw376none {
		display: none;
	}
}
@media screen and (max-width: 375px) {
	.maxw375none {
		display: none;
	}
}
@media screen and (max-width: 374px) {
	.maxw374none {
		display: none;
	}
	header .btn_contact a {
		font-size: clamp(12px, 3.74vw, 14px);
	}
  #home .sec_main .main-txt_wrap h2 {
    font-size: clamp(30px, 9.625vw, 36px);
  }
  #home #sec01 .access .txt_access {
    width: 100%;
  }
  .btn_external {
    width: 100%;
    max-width: 315px;
  }
  #home #sec01 .access {
    flex-direction: column;
  }
  #home #sec01 .access .representative {
    display: none;
  }
  #home #sec01 .btn_external {
    margin-top: 30px;
  }
  #home .wrap_contents_company .right .tel a {
    font-size: clamp(24px, 9.625vw, 36px);
  }
}
@media screen and (min-width: 350px) {
  .minw350none {
    display: none;;
  }
}
@media screen and (max-width: 349px) {
	header .btn_contact a {
		max-width: 100px;
	}
  #home header h1 span.area {
    font-size: 11px;
    margin-left: 5px;
  }
  header h1 a, header h2.wrap_logo a {
    font-size: clamp(16px, 5.73vw, 20px);
  }
  header ul.sp-menu_conv li {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 320px) {
  footer .btn_contact {
    font-size: 16px;
  }
}
@media screen and (max-width: 319px) {
}