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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	background-color: #FFF;
}
a {
	color: #0066CC;
}
.mbnone {
	margin-bottom: 0px !important;
}
::placeholder{
	color:#999999 !important;
}

.container {
  max-width: 100%;
}

.mb-2, .my-2 {
    margin-bottom: 5px !important;
}

.grecaptcha-badge {
	bottom: 85px !important;
}

.sending-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(27, 27, 27, 0.541);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3000;
}

body.no-scroll {
    overflow: hidden;
}

/* btn */
.btn {
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    padding-top:10px;
    padding-left:40px;
    padding-bottom: 12px;
    padding-right:40px;
}
.btn-small {
    font-size: 16px;
    font-weight: 600;
    border-radius: 26px;
    padding-top:10px;
    padding-left:30px;
    padding-bottom: 10px;
    padding-right:30px;
}
.btn-orange {
	background-color: #FF8800;
	background-image: none;
	box-shadow: none;
	border: 3px solid #FFFFFF;
	color: #FFFFFF !important;
}
.btn-orange:hover , .btn-orange:focus {
	color: #FFFFFF;
	opacity: 0.5 !important; 
}
.btn-lsky {
	border: 3px solid #d7edf9;
}
.btn-box {
	display:flex;
	align-items: center;
	justify-content: center;  
}

.alert-validate {
    display: flex;
    align-items: center;
    color: #ff0000;
    background-color: #ffdddd;
    border-color: #ff3300;
    display:none;
}
.alert-validate::before {
    content: '\e002';
    font-family: "Material Icons";
    font-size: 20px;
    padding-right: 5px;
}
.alert-response {
    display: flex;
    align-items: center;
    color: #0000ff;
    background-color: #ffdddd;
    border-color: #3300ff;
    display:none;
}
.alert-response::before {
    content: '\e002';
    font-family: "Material Icons";
    font-size: 20px;
    padding-right: 5px;
}
.form-alert {
    color: #ff0000;
    margin-top: 3px;
    display: flex;
    align-items: center;
    font-size: 13px;
    display:none;
}
.form-alert:before {
    content: '\e002';
    font-family: "Material Icons";
    font-size: 16px;
    padding-right: 3px;
}
.btn-box-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* breadcrumb */
.breadcrumb {
    width:1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}
.breadcrumb .breadcrumb-item a {
    color: #666666 !important;
}
.breadcrumb .home a:hover , .breadcrumb .home a:focus {
    opacity: 0.5 !important;
    text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "chevron_right";
    font-family: "Material Icons";
    vertical-align: middle;
    padding-right: .3rem;
}

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

.breadcrumb {
    width:auto;
    margin-left:15px;
    margin-right: 15px;
}

}

/* page */
.page-block {
    width:100%;
    padding-top:50px;
    padding-bottom:50px;  
    background-color: #FFFFFF;
}
.page-block-single {
    background-color: #F5F5F5;
}
.page-block.page-block-bg-gray {
    background-color: #F5F5F5;
}
.page-in {
    width:1000px;
    margin-left: auto;
    margin-right: auto;
}
.page-block-single .page-in {
    background-color: #FFFFFF;
    padding:40px;
    line-height: 1.6em;
    border-radius: 20px;
}
.page-in-flex {
    display: flex;
}
.page-title {
	display:flex;
	align-items: center;
	justify-content: center;  
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
}
.page-title h2 {
    display: inline-block;
    color:#333;
    font-size: 2.2rem;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 1.6em;
}
.page-block-single .page-title {
	justify-content: left;   
}
.page-block-single .page-title h2 {
    font-size: 1.6rem;
}

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

.page-in {
    width:100%;
    padding-left:15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.page-block-single .page-in {
    width:auto;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.page-title h2 {
    font-size: 1.8rem;
}

}

/* header */
#header {
    height: 70px;
    transition: all .5sease-out;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .06);
}
#header .page-in-header {
    display: flex;
    align-items: center;
    height: 70px;
}
#header .page-in-header .h-logo {
    width:180px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#header .page-in-header .h-logo img {
    width: auto;
    height: 50px;
}
#header .page-in-header .h-menu-pc {
    flex:1;
    display: flex;
    justify-content: right;
    align-items: center;
}
#header .page-in-header .h-menu-pc p {
    font-size: 13px;
    font-weight: 500;
    margin-left:30px;
    margin-bottom: 0px;
}
#header .page-in-header .h-menu-pc p a {
    color:#333;
}
#header .page-in-header .h-menu-pc p a:hover {
    color:#FF8800;
}
#header .page-in-header .h-menu-sf {
    display: none;
}

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

#header .page-in-header {
    justify-content: space-between;
}
#header .page-in-header .h-logo {
    margin-top: 10px;
}

#header .page-in-header .h-menu-pc {
    display: none;
}
#header .page-in-header .h-menu-sf {
    display: inherit;
    justify-content: center;
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 70px;
  padding: 0 0 0 0;
  clear: both;
  background: var(--background-navbar);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
  border-bottom: 1px solid #DDD;
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .06);
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu li {
  border-top: 1px solid #DDD;
  opacity: 0;
  transition: 0.5s;
}
.menu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: capitalize;
    color: #333;
    opacity: 0;
    transition: 0.5s;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  width:100%;
  opacity: 1;
  background-color: #FFF;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 0px 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.navicon {
  background: #666;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #666;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}

}

/* main-image */
#main-image {
    height: 800px;
    background-image: url(../img/main-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#main-image .main-image-box {
    display: flex;
    height: 800px;
    width: 100%;
    background:rgba(0,0,0,0.4);
}
#main-image .main-image-left {
    flex-basis: 45%;
    display: flex;
    justify-content: right;
    background-size: auto 90%;
}
#main-image .main-image-left h1 {
    color:#FFF;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 3.6rem;
}
#main-image .main-image-right {
    flex-basis: 55%;
}
#main-image .main-image-right img {
    width:100%;
    height: auto;
}

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

#main-image {
    height: auto;
}
#main-image .main-image-box {
    height: auto;
}
#main-image .main-image-box .page-in-flex {
    flex-wrap: wrap;
    height: auto;
}
#main-image .main-image-left {
    flex-basis: 100%;
    justify-content: center;
}
#main-image .main-image-left h1 {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.6rem;
    margin-bottom: 25px;
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
    max-width: 500px;
    margin-left:auto;
    margin-right:auto;
}
#main-image .main-image-right {
    flex-basis: 100%;
    text-align: center;
}
#main-image .main-image-right img {
    width:auto;
    height: 300px;
    margin-bottom: 40px;
}

}

/* news */
.news-list {
    background-color: #F5F5F5;
    border-radius: 20px;
    padding:40px;
    padding-bottom: 20px;
}
.news-list .news-list-item {
    display: flex;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #DDD;
}
.news-list .news-list-item:last-child {
    padding-bottom: 20px;
    margin-bottom: 0px;
    border-bottom: none;
}
.news-list .news-list-item .news-date {
    flex-basis: 180px;
    font-size: 14px;
    font-weight: 500;
}
.news-list .news-list-item .news-box {
    flex:1;
}
.news-list .news-list-item .news-box .news-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.news-list .news-list-item .news-box .news-text {
    color:#555;
    line-height: 1.6em;
}

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

.news-list {
    padding:30px;
    padding-bottom: 15px;
}
.news-list .news-list-item {
    flex-wrap: wrap;
}
.news-list .news-list-item .news-date {
    flex-basis: 100%;
}
.news-list .news-list-item .news-box {
    flex-basis: 100%;
}

}

/* service */
.page-img-list {
	display:flex;
	justify-content: center;
    margin-bottom: 50px;
}
.page-img-list .page-img-list-item {
    color:#333;
    flex-basis: 33.333%;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
    display: block;
}
.page-img-list a.page-img-list-item {
    color:#333;
}
.page-img-list a:hover {
    text-decoration: none;
    opacity: 0.5;
}
.page-img-list .page-img-list-item .page-img-list-item-img {
    display: inline-block;
    margin-bottom: 10px;
}
.page-img-list .page-img-list-item .page-img-list-item-img img {
    width:240px;
    height: auto;
    border-radius: 50%;
    border: 2px solid #ff8800;
    margin-bottom: 15px;
}
.page-img-list .page-img-list-item .page-img-list-item-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.page-img-list .page-img-list-item .page-img-list-item-text {
    color:#555;
    text-align: center;
    line-height: 1.6em;
}

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

.page-img-list {
	display:block;
    text-align: center;
}
.page-img-list .page-img-list-item {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}
.page-img-list .page-img-list-item .page-img-list-item-img img {
    width:200px;
}
.page-img-list .page-img-list-item .page-img-list-item-text {
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

}

/* company */
.company-box {
    display: flex;
    flex-wrap: wrap;
}
.company-box .company-block {
    flex-basis: 33.333%
}
.company-box .company-block .company-block-in {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px
}
.company-box .company-block .company-block-in .company-top {
    display: flex;
    align-items: center;
    margin-bottom: 5px
}
.company-box .company-block .company-block-in .company-top .company-mark {
    color: #f90 !important;
    height: 36px;
    width: 36px;
    font-size: 19px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    border: solid 2px #f90;
    padding-top: 5px;
    margin-right: 10px
}
.company-box .company-block .company-block-in .company-top .company-title {
    color: #333;
    font-size: 1.0625rem;
    font-weight: 600
}
.company-box .company-block .company-block-in .company-bottom .company-text {
    color:#555;
    padding-left: 20px;
    text-align: left;
}

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

.company-box .company-block {
    flex-basis: 100%;
    text-align: center;
}
.company-box .company-block .company-block-in {
    display: inline-block;
    width:220px;
    margin-left: auto;
    margin-right: auto;
}

}

/* recruit */
.recruit-box {
    display: flex;
    flex-wrap: wrap
}
.recruit-box .recruit-block {
    flex-basis: 33.333%
}
.recruit-box .recruit-block .recruit-block-in {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px
}
.recruit-box .recruit-block .recruit-block-in .recruit-item {
    display: block;
    background-color: #FFF;
    border-radius: 20px;
    border: solid 2px #f90;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.recruit-box .recruit-block .recruit-block-in .recruit-item:hover {
    opacity: 0.5;
    text-decoration: none;
}
.recruit-box .recruit-block .recruit-block-in .recruit-item .recruit-img {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.recruit-box .recruit-block .recruit-block-in .recruit-item .recruit-img img {
    width: 120px;
    height: auto;
}
.recruit-box .recruit-block .recruit-block-in .recruit-item .recruit-title {
    color:#333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.recruit-box .recruit-block .recruit-block-in .recruit-item .recruit-text {
    color:#555;
    font-size: 13px;
    line-height: 1.6em;
    padding:20px;
}

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

.recruit-box .recruit-block {
    flex-basis: 100%;
}

}

/* inquiry */
.inquiry-box {
    display: flex;
}
.inquiry-box-left {
    flex-basis: 45%;
}
.inquiry-box-right {
    flex-basis: 55%; 
}
.inquiry-box-right-text {
    padding-left:50px;
    line-height: 1.6em;
}
.inquiry-box-right-text h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.inquiry-box-right-text p {
    color:#555;
}
.inquiry-box-right-text ul {
    color:#555;
    padding-left:20px;
}
.inquiry-box-right-text ul li{
}

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

.inquiry-box {
    flex-wrap: wrap;
}
.inquiry-box-left {
    flex-basis: 100%;
}
.inquiry-box-left form{ 
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
}
.inquiry-box-right {
    flex-basis: 100%; 
}

}


/* footer */
#footer {
    color:#FFFFFF;
    width:100%;
    text-align: center;
}
#footer .footer-map {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #dd7700;
}
#footer .footer-copyright {
    font-size: 12px;
    padding:10px;
    background-color: #333;
}

/* page-top */
.page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 80%;
	z-index: 200;
}
.page-top a {
	text-decoration: none;
	color: #fff !important;
	text-align: center;
	display: block;
	background-color: #FF8800;
	line-height: 0;
	border: 2px solid #FFF;
	height: 45px;
	width: 45px;
	border-radius:10px;
    padding-top:5px;
}
.page-top a .fas {
	font-size: 16px;
}
.page-top a span {
	display: block;
    padding-top:5px;
}
.page-top a:hover , .page-top a:focus {
	text-decoration: none;
	opacity: 0.5;
}