@charset "utf-8";
html.overflow, body.overflow {
  overflow-x: auto;
}
html.overflow #header, html.overflow .mainimg, html.overflow #mobile-menu, html.overflow #footer, body.overflow #header,  body.overflow .mainimg, body.overflow #mobile-menu, body.overflow #footer {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body {
    font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    /*font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;*/
    font-size: 16px;
    line-height: 1.9;
    font-weight: 500;
    color: #000;
    overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

::-webkit-selection {
  color: #ffffff;
  background: #468302;
}

::-moz-selection {
  color: #ffffff;
  background: #468302;
}

::selection {
  color: #ffffff;
  background: #468302;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #72a603;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  outline: none;
  color: #468302;
}

#content-main a {
	text-decoration: underline;
}

input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin: 0 0 20px 0;
	padding: 0;
	/*font-weight: bold;*/
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 26px;
}

h3, .h3 {
  font-size: 23px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
  line-height: 24px;
}

h6, .h6 {
  font-size: 16px;
  line-height: 24px;
}

ul, ol {
  padding-left: 15px;
  /*line-height: 26px;*/
}
ul ul, ul ol, ol ul, ol ol {
  padding-left: 25px;
}

ul, ol, p {
  margin: 0 0 20px 0;
}
p{
}
img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.las{
	font-size: 20px;
}

.font-serif {
  font-family: "Crimson Text", serif;
}

.font-sans-serif {
  font-family: "Roboto", arial, sans-serif;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    display: block;
    clear: both;
    width: 100%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1600px;
  }
}
/* Header */
#header {
    width: 100%;
    padding: 0;
}
.home #header {
    padding: 0;
}

#header > .container{
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 5;
    width: 95%;
    justify-content: space-between;
	top: 0;
	right: 0;
	left: 0;
	padding: 20px;
	background: #fff;
}

.description{
    font-size: 13px;
    color: #333;
}
@media screen and (max-width: 1300px) {

    .description{
        max-width: 450px;
    }
}
.header-logo{
    font-size: 27px;
    line-height: 1.5;
}
.header-logo h1{
    margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}
.header-logo span{
    font-size: 15px;
	color: #c1ae9d;
	display: block;
	letter-spacing: 0.04em;
}
.header-logo a{
  border-bottom: none !important;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-logo a:hover {
  opacity: .7;
}
.header-logo img {
  
}

#primary-menu {
    position: relative;
    list-style: none;
}
#primary-menu ul {
  list-style: none;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
#primary-menu li{
    display: inline-block;
    vertical-align: middle;
}
#primary-menu li a{
	color: #000;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 10px 20px 10px 40px;
	text-align: center;
	font-size: 18px;
}
#primary-menu li a span{
	color: #c1ae9d;
	font-size: 15px;
    font-family: "Lexend", sans-serif;
	line-height: 1;
	display: block;
	transition: all .5s ease-in-out;
}
#primary-menu li a:hover,body:not(.home) #primary-menu li.active a{
    /*background: rgba(0,65,130,0.2);*/
}
#primary-menu li a:hover span,#primary-menu li.active a span{
    position: relative;
}

#primary-menu li.has-child::after,
#primary-menu ul ul li.has-child::after{
    content:'';
    position: absolute;
    width:6px;
    height:6px;
    border-top: 2px solid #00803C;
    border-right:2px solid #00803C;
}
#primary-menu li.has-child::after{
    right: 5px;
    bottom: 25px;
    transform: rotate(135deg);
}
#primary-menu ul ul li.has-child::after{
    left:6px;
    top:17px;
    transform: rotate(45deg);
}
#primary-menu li.has-child ul{
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 4;
    background: #40473f;
    width: 180px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    padding-left: 0;
    /*overflow: hidden;*/
    border: 1px solid #fff;
}
#primary-menu li.has-child ul:before ,
#primary-menu li.has-child ul:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 25%;
}
#primary-menu li.has-child ul:before {
  border: 10px solid transparent;
  border-bottom: 10px solid #40473f;
  z-index: 100;
}
#primary-menu li.has-child ul:after {
  border: 8px solid transparent;
  border-bottom: 8px solid #40473f;
  z-index: 200;
}
#primary-menu li.has-child ul li{
    display: block;
}
#primary-menu li.has-child:hover > ul,
#primary-menu li.has-child ul li:hover > ul,
#primary-menu li.has-child:active > ul,
#primary-menu li.has-child ul li:active > ul{
    visibility: visible;
    opacity: 1;
}
#primary-menu li.has-child ul li a{
    color: #fff;
    border-bottom: solid 1px rgba(255,255,255,0.6);
    background: url("../images/common/icon-more-y.svg") no-repeat center right 10px;
}

#primary-menu li.has-child ul li:last-child a{
    border-bottom: none;
}

#primary-menu li.has-child ul li a:hover,
#primary-menu li.has-child ul li a:active{
    background: #f4cc21 url("../images/common/icon-more.svg") no-repeat center right 10px;
    color: #40473f;
}
#primary-menu li#menu05{
    margin-left: 20px;
}
#primary-menu li#menu05 a{
	background: #2E89DB;
    color: #fff;
	font-size: 16px;
    padding: 20px 45px;
	line-height: 1em;
	position: relative;
	border-radius: 100px;
}
#primary-menu li#menu05 a:hover{
	background: #579af2;
}
#primary-menu li:not(#menu05) a::before{
    content: "";
	position: absolute;
	left: 10px;
	top: 30px;
	margin: auto;
	width: 20px;
	height: 2px;
	background: #91BBF2;
	transform: rotate(0deg);
	transition: all .5s ease-in-out;
	color: inherit;
	border: none;
}
#primary-menu li:not(#menu05) a::after{
    content: "";
	position: absolute;
	left: 0;
	top: 26px;
	margin: auto;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 2px solid #91BBF2;
	border-radius: 100px;
	transition: all .5s ease-in-out;
}

#primary-menu li:not(#menu05) a:hover span{
	color: #468302;
}
#primary-menu li:not(#menu05) a:hover::before{
	width: 15px;
	background: #468302;
}
#primary-menu li:not(#menu05) a:hover::after{
	border-color: #468302;
}
@media screen and (max-width: 1400px) {
	.header-logo{
		font-size: 22px;
	}
	#primary-menu li a{
		font-size: 16px;
	}
}
.mmenu{
    position: fixed;
    right: 5%;
	top: 18px;
    z-index: 1000;
    height: 60px;
    width: 60px;
    background: #579af2;
    display: none;
}
.toggle-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 60px;
    width: 60px;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: relative;
  vertical-align: middle;
  z-index: 1110;
}
.toggle-menu span {
display: inline-block;
width: 25px;
height: 3px;
color: #fff;
text-transform: uppercase;
text-indent: -55px;
background: #fff;
transition: all .2s ease-out;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.toggle-menu span::after, .toggle-menu span::before {
  content: "";
  position: absolute;
  width: 25px;
  border-radius: 5px;
  height: 3px;
  display: block;
  background: #fff;
  transform-origin: center;
  transition: 0.3s;
}
.toggle-menu span::after{
  bottom: -7px;
}
.toggle-menu span::before {
  top: -7px;
}
.toggle-menu.active span {
  background-color: inherit;

}
.toggle-menu.active span::before {
  box-shadow: none;
  transform: rotate(45deg) translate(5px, 5px);
  width: 25px;
  opacity: 1
}
.toggle-menu.active span::after {
box-shadow: none;
  transform: rotate(-45deg) translate(5px, -5px);
  width: 25px;
  opacity: 1
  }
.toggle-menu p{
    color: #fff;
    font-size: 12px;
    margin: 0;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    display: none;
}
.toggle-menu.hide{
    display: none;
}
.lock body{
    position: fixed;
    max-width: 100%;
    width: 100%;
}
#full-nav{
    position:fixed;
    z-index: -1;
    opacity: 0;
    top:0;
    width:100%;
    /*height: 100vh;*/
    height:100%;
    background-color: rgba(255,255,255,1.00);
    transition: all 0.3s;
    display: none;
    
    -webkit-overflow-scrolling: touch;
}

#full-nav.open{
  opacity: 1;
  z-index: 999;
}

#full-nav.open #full-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    /*height: 100vh;*/
    height:100%;
    -webkit-overflow-scrolling: touch;
    display: flex;
}
#full-nav.open #full-nav-list .nav-main{
    width: 100%;
    position: relative;
}
#full-nav > * {
    display: none;
}
#full-nav.open > * {
    display: block;
}
#full-nav .nav-main > div {
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    padding: 20% 0 10%;    
    column-count: 1;
    overflow: auto;
    width: 100%;
    /*height: 100vh;*/
    height:100%;
    min-height: 100vh;
  min-height: -webkit-fill-available;
    -webkit-overflow-scrolling:touch;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 18px;
}
#full-nav .nav-main div > ul {
    width: 30%;
    margin-right: 30px;
}
#full-nav .nav-main div > ul li a::before{
    width: 10%;
    margin-right: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

#full-nav .nav-main .nav-main-menu {
    font-size: 18px;
    width: 35%;
}
#full-nav .nav-main .nav-main-menu:last-child {
    margin-left: 20px;
}
#full-nav .nav-main .nav-main-menu ul {
    width: 100%;
    padding-left: 0;
}
#full-nav li{
  list-style: none;
  margin: 0px;
  position: relative;
  /*border-top: 1px solid #ccc;*/
}
/*
#full-nav li:last-child{
  border-bottom: 1px solid #ccc;
}*/
#full-nav li ul{
  margin: 0;
}
#full-nav li ul li{
  margin-left: 0;
  margin-right: 0;
}
#full-nav .nav-main .nav-main-menu li::before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 10px;
  top: 1.1em;
  content: "";
  background: #ea7f13;
}
#full-nav .nav-main .nav-main-menu li ul li::before {
  background: #999;
  left: 20px;
}
#full-nav li a{
  text-decoration: none;
  padding: 10px;
  display: block;
  letter-spacing: 0.1em;
  color: #000;
}
#full-nav li:not(#menusp05) a{
  padding: 10px 50px;
}
#full-nav .nav-main .nav-main-menu li a {
  padding: 10px 20px 10px 30px;
}
#full-nav .nav-main .nav-main-menu li ul li a {
  padding: 10px 20px 10px 40px;
  color: #666;
}
#full-nav li a span{
	color: #c1ae9d;
	font-size: 18px;
    font-family: "Lexend", sans-serif;
	display: block;
    font-weight: 600;
}
#full-nav li:not(#menusp05) a::before{
    content: "";
	position: absolute;
	left: 10px;
	top: 30px;
	margin: auto;
	width: 20px;
	height: 2px;
	background: #91BBF2;
	transform: rotate(0deg);
	transition: all .5s ease-in-out;
	color: inherit;
	border: none;
}
#full-nav li:not(#menusp05) a::after{
    content: "";
	position: absolute;
	left: 0;
	top: 26px;
	margin: auto;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 2px solid #91BBF2;
	border-radius: 100px;
	transition: all .5s ease-in-out;
}
/*#full-nav li a:hover,
#full-nav li.active a{
  color: #00A0E9
}*/

#content {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #content {
    margin-bottom: 4em;
  }
}

#sidebar {
  padding: 7em 0;
  font-size: 16px;
}
#sidebar.left-sidebar {
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  #sidebar.left-sidebar {
    padding-right: 0px;
  }
}
#sidebar.right-sidebar {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  #sidebar.right-sidebar {
    padding-left: 0px;
  }
}
#sidebar .sidebar-box {
  margin-bottom: 2em;
  float: left;
  width: 100%;
}
#sidebar .sidebar-heading {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #2e2e2e;
  position: relative;
  padding-top: 7px;
}
#sidebar .sidebar-heading .border {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ebebeb;
}
#sidebar .sidebar-links {
  padding: 0;
  margin: 0 0 30px 0;
}
#sidebar .sidebar-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mainimage{
	text-align: center;
    position: relative;
	width: 100%;
	margin: 0;
}
.mainimage img{
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width:100%;
	height: 100vh;
}

.movie {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.movie video{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	object-fit: cover
}


.slide{
    /*width: 93vw;*/
    margin: auto;
    overflow: hidden;
    margin-bottom: 0px !important;
    z-index: 3;
}
.slide .slick-list{
    background: #000;
}
.slide img{
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}
@media screen and (min-width: 1024px) {
.slide img{
    height: 100vh;
    margin-left: auto;
}
}
.slide .slick-dots{
    bottom: 30px;
    right: 0;
    padding: 30px 40px 10px 30px;
    text-align: right;
}
.slide .slick-dots li {
    margin: 3px;
}
.slide .slick-dots li button::before {
    font-size: 15px;
    color: #fff;
    opacity: 1;
}
.slide .slick-dots li.slick-active button::before{
    color: #006837;
}

.maintxt{
    position: absolute;
    left: 0;
    right: 0;
	top: 0;
	bottom: 0;
    margin: auto;
    z-index: 3;
    display: flex;
    width: 80%;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	text-align: left;
}
.maintxt h2{
    font-size: 7vw;
    font-weight: bold;
    color: #fff;
	display: block;
	margin-bottom: 50px;
	position: relative;
}
.maintxt h2::before{
	content: "";
    position: absolute;
	width: 50vw;
	height: 105px;
	left: 0;
	bottom: calc(100% + 70px);
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	margin-left: calc(50% - 50vw)
}
.maintxt h2::after{
	content: "";
	position: absolute;
	bottom: calc(100% + 60px);
	left: 0;
	right: 2.5px;
	margin: auto;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 2px solid #fff;
}
.maintxt h3{
    font-size: 4vw;
    font-weight: 400;
	font-family: "Lexend", sans-serif;
    color: #fff;
}
.scroll{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	color: #fff;
}
.scroll span{
	position: absolute;
	bottom: 20px;
	color: #fff;
	font-family: "Lexend", sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.scroll::after {
    content: "";
    position: absolute;
    bottom:20vh;
	width:11px;
	height:11px;
	border-radius: 50%;
	background: #90a7b7;
	border: 2px solid #fff;
	animation:
	circlemove 2s ease-in-out infinite,
	cirlemovehide 2s ease-out infinite;
	margin-left: -9px;
}
@keyframes circlemove{
      0%{bottom:20vh;}
     100%{bottom:-5px;}
 }
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }
.scroll::before{
  content:"";
  position: absolute;
  bottom:0;
  width:2px;
  height: 20vh;
  background:#fff;
  margin-left: -4px;
}
.slick-num{
    color: #fff;
    position: absolute;
    bottom: 0;
    left: -5vw;
    text-align: center;
}
.slick-num span{
    display: block;
}
#content-main h2{
    font-size: 38px;
    margin: 0 0 30px 0;
}
.home #content-main h2{
    font-size: 24px;
    line-height: 1.3;
    position: relative;
    letter-spacing: 0.04em;
	color: #579af2;
}
.home #content-main h2 span{
    font-family: "Lexend", sans-serif;
	font-size: 54px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
    display: block;
    position: relative;
	color: #000;
}
.home #content-main h3{
    font-size: 26px;
    font-weight: 700;
    line-height: 1.6;
    color: #003F64;
}
.more{
    display: inline-block;
    font-weight: 500;
    margin-top: 2em;
	position: relative;
}
.more a{
    color: #fff;
    padding: 15px 70px 15px 40px;
    transition: all .5s ease-in-out;
    position: relative;
    text-decoration: none !important;
    display: block;
	background: #2e89db url("../images/common/icon-more.svg") no-repeat center right 10px; 
	border-radius: 100px;
	min-width: 275px;
}
.more a:hover{
    background-color: #579af2;
}
.more a:hover::before{
	width: 30px;
}
.home #content-main section{
    padding: 5rem 0 0;
    position: relative;
}
.home #content-main section .container{
    max-width: 1100px;
}
.home .img{
	margin-right: calc(50% - 50vw);
}
.home .s_img{
	margin-left: calc(50% - 50vw);
	margin-right: 0;
}
.home .img img{
	object-fit: cover;
	width: 100%;
	height: 480px;
}
.home .txt{
	text-align: center;
	padding: 85px 30px;
	margin-top: -230px;
	position: relative;
}
.home .txt::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: #fff url("../images/index/home-h2.svg") no-repeat top center;
	width: 100%;
	height: 100%;
}
.home .txt::after{
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	width: calc(50% + 1px);
	height: 120px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.home .s_txt::before{
	left: 0;
	right: inherit;
}
.home .s_txt::after{
	left: inherit;
	right: 0;
	border-left: 2px solid #fff;
	border-right: none;
}
#contact{
	position: relative;
	background: url("../images/common/contact-bg01.svg") no-repeat top center, url("../images/common/contact-bg02.svg") no-repeat bottom center, url("../images/common/contact-bg.webp") no-repeat center center / cover;
	padding: 5em 0;
	text-align: center;
}
#contact h2{
	color: #fff;
}
#contact h2 span {
	font-family: "Lexend", sans-serif;
	font-size: 54px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.3;
	display: block;
	position: relative;
}
#contact .contact-tm{	
	display: flex;
	gap: 2px;
	max-width: 1100px;
	margin: 5em auto;
}
#contact .contact-tm > *{	
	width: 50%;
	background: #fff;
	padding: 50px;
}
#contact .contact-tm h3{	
	font-size: 18px;
}
#contact .contact-tm .tel-no{
	margin-bottom: 0;
}
#contact .contact-tm .tel-link{
	font-family: "Lexend", sans-serif;
	font-size: 43px;
}
#contact .contact-tm .tel-link::before{
	content: "";
	background: url("../images/common/icon-tel.svg") no-repeat center center / contain;
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 37px;
}
#contact .contact-tm .more{	
	margin: 10px 0 0;
}
#contact .contact-tm .more a{	
	background-color: #d8c8b8;
	min-width: 340px;
	color: #000;
	font-size: 18px;
}
#contact .contact-tm .more a:hover{	
	background-color: #2e89db;
	color: #fff;
}
#footer {
    clear: both;
    position: relative;
    width: 100%;
    padding: 155px 0 50px;
    color: #000;
    letter-spacing: 0.08em;
}
#footer a:hover{
	opacity: .8;
}
#footer h2{
    letter-spacing: 0.04em;
    font-size: 32px;
	margin-bottom: 70px;
}
#footer h2 a{
    color: #000;
	text-decoration: none;
	display: flex;
	gap: 10px;
	width: fit-content;
}
#footer h2 span span{
    font-size: 16px;
	font-family: "Lexend", sans-serif;
	display: block;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #c1ae9d;
}
#footer .footer-menu{
    margin: 3em 0 0;
}
#footer .footer-menu ul{
    margin: 0 0 1em;
	padding: 0;
}
#footer .footer-menu li{
    list-style: none;
    display: inline-block;
}
#footer .footer-menu a{
    text-decoration: none;
    display: block;
    position: relative;
    padding: 10px 30px;
	color: #1a1a1a;
	background: url("../images/common/icon-list.svg") no-repeat left center;
}
#footer .footer-menu a:hover{
    color: #2e89db;
}
#footer .copyright {
	font-family: "Lexend", sans-serif;
    font-size: 14px;
    margin-bottom: 0px;
}
#footer .pagetop {
    text-align: center;
	font-family: "Lexend", sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#footer .pagetop a{
    display: inline-block;
	position: relative;
	padding-top: 80px;
}
#footer .pagetop a::after {
    content: "";
    position: absolute;
    top:50px;
	left: 0;
	right: 0;
	width:13px;
	height:13px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #72a603;
	margin: auto;
	animation:
	f_circlemove 2s ease-in-out infinite,
	f_cirlemovehide 2s ease-out infinite;
}
@keyframes f_circlemove{
      0%{top:50px;}
     100%{top:0px;}
 }
@keyframes f_cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }
#footer .pagetop a::before{
  content:"";
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  width:2px;
  height: 50px;
  background:#72a603;
  margin: auto;
}
.txtR{
    text-align: right;
}
.txtC{
    text-align: center;
}


.fs-18{
    font-size: 18px;
}

.font80{
    font-size: 80%;
}
.font90{
    font-size: 90%;
}

/**/
.quote {
  width: 80%;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}
.quote cite {
  margin-top: 20px;
  display: block;
  font-size: 20px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .quote {
    font-size: 20px;
    width: 100%;
  }
}

/* Helper Classes */
/* Spacer */
.spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

.spacer-xlg {
  height: 150px;
}
@media screen and (max-width: 768px) {
  .spacer-xlg {
    height: 70px;
  }
}

.spacer-lg {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .spacer-lg {
    height: 50px;
  }
}

.spacer-md {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .spacer-md {
    height: 30px;
  }
}

.spacer-sm {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .spacer-sm {
    height: 20px;
  }
}

.spacer-xs {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .spacer-xs {
    height: 20px;
  }
}

.spacer-xxs {
  height: 20px;
}

.letter-spacing {
  letter-spacing: 1px;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.uppercase-heading-sm {
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ccc;
}

.form-group {
  margin-bottom: 30px;
}

.image-popup:hover {
  opacity: .7;
}

.section-heading .lead {
  position: relative;
}
.section-heading .lead > .line {
  height: 2px;
  display: block;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  background: rgba(0, 0, 0, 0.3);
}
.section-heading .sub {
  font-size: 18px;
}

/* 
========================================

Components 

========================================
*/
/* Buttons */
.btn {
  border-bottom: none !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
}
.btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
  outline: none !important;
  border-color: transparent;
}
.btn.btn-icon {
  text-transform: none !important;
  letter-spacing: normal !important;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-outline {
  border: 2px solid #eaeaea !important;
  background: transparent;
  color: #2a2e37;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  border: 2px solid #f86942 !important;
  background: #f86942 !important;
  color: #ffffff;
}

.btn-primary {
  background: #57cecd;
}

.btn-success {
  background: #00e195;
}

.btn-danger {
  background: #e02745;
}

.btn-info {
  background: #0bbff2;
}

.btn-warning {
  background: #ffd042;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border-color: transparent;
}

.btn-default:hover, .btn-default:active, .btn-default:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background: #282e3c;
  color: #ffffff;
}

.form-control {
  box-shadow: none !important;
  border: 2px solid #ccc;
}
.form-control:hover, .form-control:focus, .form-control:active {
  outline: none;
  box-shadow: none !important;
  border: 2px solid #57cecd;
}

.to-animate,
.footer-anm,
.u,.l,.r,
.r-animate {
  opacity: 0;
}



/* Easy Rsponsive Tabs */
.tab {
  clear: both;
  display: block;
}

.resp-tab-active {
  color: #57cecd;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.tab-menu-icon {
  font-size: 20px;
  position: relative;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .tab-menu-icon {
    margin-top: 7px;
  }
}


/* Accordions */
.accordion .accordion-button{
  padding: 20px;
  border: 1px solid #ccc;
  border-bottom: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #0071BC;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
  text-align: left;
}
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.accordion .accordion-button::before{
    content: url("../images/icon-q.svg");
    width: 56px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
.accordion .accordion-button span{
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
.accordion .accordion-header .accordion-button.collapsed {
    border-radius: 20px;
    border: 1px solid #ccc;
}
.accordion-button:not(.collapsed){
    background-color: #fff;
}
.accordion .accordion-header {
  background: transparent;
  position: relative;
  cursor: pointer;

}
.accordion .accordion-header .accordion-button {
  color: #0071BC;
}
.accordion .accordion-header .accordion-button:after {
  text-transform: none;
  line-height: 31px;
  color: #fff !important;
  position: absolute;
  content: "－";
  right: 15px;
  top: 26px;
  background: #0071BC;
  width: 31px;
  height: 31px;
  border-radius: 100px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
.accordion .accordion-header.collapsed .accordion-button {
  color: #0071BC !important;
}
.accordion .accordion-header .accordion-button.collapsed:after {
  text-transform: none;
  content: "＋";
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-collapse{
    padding: 20px 30px;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #EAF9F9;
    font-size: 18px;
}
.accordion-item:last-of-type .accordion-collapse{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.accordion-collapse p:last-child{
    margin-bottom: 0;
}

/* Progress Bars */
.progress {
  height: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.progress-bar {
  box-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.progress-bar.progress-bar-default {
  background: #57cecd;
}
.progress-bar.progress-bar-success {
  background: #00e195;
}
.progress-bar.progress-bar-info {
  background: #0bbff2;
}
.progress-bar.progress-bar-warning {
  background: #ffd042;
}
.progress-bar.progress-bar-danger {
  background: #e02745;
}

/* Social Icons */
.social-icons {
  padding: 0;
}
.social-icons li {
  list-style: none;
  display: inline;
  display: inline-block;
}
.social-icons li a {
  height: 40px;
  width: 40px;
  border: 1px solid #ebebeb;
  display: table;
  text-align: center;
  color: #2e2e2e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.social-icons li a:hover {
  background: #f86942;
  border: 1px solid #f86942 !important;
  color: #ffffff !important;
}
.social-icons li i {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}

/* Pricing Tables */
@media screen and (max-width: 992px) {
  .pricing-table-1 .pricing-table-item {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .pricing-table-1 .pricing-table-item {
    margin-bottom: 20px !important;
    float: left;
    width: 100%;
  }
}
.pricing-table-1 .pricing-table-item .pricing-table-item-body,
.pricing-table-1 .pricing-table-item .pricing-table-item-heading {
  text-align: center;
  float: left;
  width: 100%;
  padding: 1em 2em;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-heading {
  background: #57cecd;
  color: #ffffff;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-heading h3 {
  font-size: 70px;
  position: relative;
  display: inline-block;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-heading h3 sup {
  position: absolute;
  top: 2px;
  margin-left: -7px;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-heading h3 sup, .pricing-table-1 .pricing-table-item .pricing-table-item-heading h3 span {
  font-size: 14px;
  text-transform: uppercase;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-heading p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.pricing-table-1 .pricing-table-item.best-offer .pricing-table-item-heading {
  background: #57cecd;
  color: #ffffff;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-body {
  border: 2px solid #ccc;
  border-top: none;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-body ul {
  padding: 0;
  margin: 0;
}
.pricing-table-1 .pricing-table-item .pricing-table-item-body ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.pricing-table-1 .pricing-table-item.best-offer .pricing-table-item-body {
  border: 2px solid #57cecd;
  border-top: none;
}

/* Nav Links */
.nav-links ul {
  padding: 0;
  margin: 0;
}
.nav-links ul li {
  padding: 0;
  margin: 0 0 .5em 0;
  list-style: none;
}
.nav-links ul li.active a {
  color: #2e2e2e;
  border-bottom: 2px solid #57cecd;
}


/* Image Alignment */
img.align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  img.align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  img.align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a > img.align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  a > img.align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  a > img.align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*================*/
/*page
/*================*/
.page #content-main{
    padding-bottom: 5em;
    overflow-x: hidden;
}
.page #content-main a{
    text-decoration: none;
}

.page-title {
    position: relative;
}
.page-title .page-main{
    position: relative;
	background: url("../images/about/title.webp") no-repeat center center /cover;
	/*min-height: 320px;*/
	min-height: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-title .page-main::before{
	content: "";
    position: absolute;
	width: calc(50% + 1px);
	height: 35%;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	left: 0;
	bottom: 0;
}
.data .page-main {
	background-image: url("../images/data/title.webp");
}
.recruit .page-main {
	background-image: url("../images/recruit/title.webp");
}
.contact .page-main ,
.thanks .page-main {
	background-image: url("../images/contact/title.webp");
}
.page-title .container{
    position: relative;
	background: url("../images/index/home-h2.svg") no-repeat center top;
	padding: 95px 0 65px;
	text-align: center;
}
.page-title h1.title,
.page-title div.title{
    position: relative;
    color: #579af2;
    margin-bottom: 10px;
    font-size: 1.75rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}
.page-title p{
    font-size: 3.75rem;
    font-family: "Lexend", sans-serif;
	line-height: 1;
}
.breadcrumbs{
    font-size: 16px;
    padding: 30px 10px;
    position: relative;
    margin: 20px 0 0;
	border-top: 1px solid #b3b3b3;
}
.breadcrumbs i{
    color: #00A0E9;
    font-size: 12px;
}
.breadcrumbs img{
    margin: 0 20px;
}
.page .breadcrumbs ul{
    margin: 0;
	padding: 0;
}
.page .breadcrumbs ul li{
    display: inline-block;
	padding: 0px 20px;
}
.page .breadcrumbs a{
    color: #000;
}
.page .breadcrumbs a:hover{
    color: #2e89db;
}
@media screen and (min-width: 1200px) {
.page #content-main .container{
    max-width: 1100px;
}
}
.page #content-main .down-menu + h2{
    margin-top: 0;
}
.page #content-main h3:not(:first-child),
.page #content-main h4:not(:first-child){
    margin-top: 2em;
}
.page table{
    border-top: 1px solid #c0cdbd;
	width: 100%;
	margin: 0 0 1em;
}
.page table th{
    vertical-align: text-top;
    width: 25%;
    font-weight: bold;
}
.page th,.page td{
    padding: 1.5em 1.5em;
    border-bottom: 1px solid #c0cdbd;
}
.page table td ul{
    margin-left: 20px;
}
.page #content-main *{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.page #content-main img{
    max-width: 100%;
    height: auto;
}
.page #content-main section{
    padding-top: 5em;
    padding-bottom: 5em;
}
.page #content-main section:first-of-type{
    padding-top: 0;
}
.page #content-main section#group{
    padding-bottom: 0;
}
.page #content-main .container > .row{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
body.page #content-main h2{
    font-size: 36px;
    letter-spacing: 0.04em;
}
body.page #content-main h2 span{
	font-family: "Lexend", sans-serif;
    font-size: 16px;
    letter-spacing: 0.06em;
	display: block;
	color: #579af2;
	margin-top: 10px;
}
body.thanks #content-main h2{
    background: none;
}
body.page #content-main h3{
    font-size: 22px;
	letter-spacing: 0.06em;
    padding: 10px 15px;
    background: #72a603;
	color: #fff;
}
body.page #content-main h4{
    color: #a08772;
    font-weight: 700;
	padding: 1em 0 0.5em;
}

body.page #content-main h5{
    font-size: 26px;
    clear: both;
    padding: 10px 0;
    position: relative;
    color: #468302;
}
/*body.page #content-main .more{
    margin-top: 1em;
}
body.page #content-main .more a{
    background-color: #000;
}
body.page #content-main .more.w100{
    display: block;
}
body.page #content-main .more a::before, body.page #content-main .more a::after {
    content: none;
}
body.page #content-main .more a:hover{
    background-color: #0a3700;
}*/

a.gaibu::after {
    content: url("../images/common/icon-gaibu.svg");
    display: inline-block;
    margin-left: 5px;
}

/*a[href$=".pdf"]::after {
    content:"\e415";
    font-family: 'Material Symbols Outlined';
    display: inline-block;
    margin-left: 5px;
    color: #ed1c24;
    font-size: 21px;
}*/
.down-menu {
    text-align: center;
    position: static;
    padding: 1em 0 1em;
    transition: all 0.3s ease 0s;
}
.down-menu.m_fixed {
	left: 0;
	position: fixed;
	top: 0;
    z-index: 1;
    background: #fff;
    width: 100%;
}
@media screen and (max-width: 768px) {
.down-menu.m_fixed {
	top: 68px;
}
}
.page #content-main .down-menu ul{
    margin: 0;
    padding: 0;
}
.page #content-main .down-menu ul li{
    display: inline-block;
    padding-left: 0px;
    margin: 0 20px;
	background: none;
}
.page #content-main .down-menu ul li a{
    padding: 15px 40px 15px 25px;
    display: block;
    color: #004182;
    font-weight: bold;
    position: relative;
    text-decoration: none;
	background: url("../images/common/icon-down.svg") no-repeat right 17px;
}

.page #content-main .down-menu ul li .pc{
    display: inline-block;
}
@media screen and (max-width: 768px) {
.page #content-main .down-menu ul li .pc{
    display: none;
}
}
.count2{
  column-count: 2;
}
/*about*/
.page #content-main .company_img img{
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.company_in{
	width: 90%;
	background: #fff;
	padding: 5em 0 3em 5em;
	margin-left: auto;
	margin-top: -5em;
	position: relative;
}
.history{
	background: #f2f2f2;
}
.enkaku-waku{
	background: #fff;
	padding: 3em;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
.enkaku-waku dt{
	color: #a08772;
	width: 20%;
}
.enkaku-waku dd{
	width: 80%;
	border-left: 1px solid #b3b3b3;
	padding-left: 20px;
	margin-bottom: 30px;
}
.enkaku-waku dd ul{
	margin: 0!important;
}
.iso-waku{
	border: 1px solid #c1ae9d;
	padding: 20px;
}
.iso .row > div{
	margin-bottom: 20px;
}

/*recruit*/
.page #content-main .person_img img{
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.person_in{
	width: 90%;
	background: #fff;
	padding: 5em 0 3em 5em;
	margin-left: auto;
	margin-top: -5em;
	position: relative;
}
.page #content-main .point{
	padding: 0;
	margin: 0 0 2em;
}
.page #content-main .point li{
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding: 10px 35px;
	background-position: left 19px;
}
.kangei{
	color: #468302;
	line-height: 2.5;
}
.kangei span{
	border-bottom: 1px dashed;
	padding-bottom: 5px;
}

.recruit_in{
	height: 500px;
	background: url("../images/recruit/recruit.webp") no-repeat center center/ cover;
	margin-bottom: 5em;
}
.rikunabi img{
	border: 1px solid #ccc;
	padding: 10px;
}
.page #content-main ul.job-list{
	margin: 0 0 5em;
	padding: 10px;
	background: #eee4db;
}
.page #content-main ul.job-list li{
	padding: 0;
	margin: 0;
	background: none;
}
.job-list a{
	display: block;
	padding: 20px;
	border-bottom: 1px solid #ccc;
	background: #fff url("../images/common/icon-list.svg") no-repeat center right 20px;
}
.job-list a:hover{
	background-color: #f2f2f2;
}
.job-list a span,
.job h4 span{
	color: #000;
	border: 1px solid;
	padding: 3px 10px;
	font-size: 15px;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 10px;
}
.job table{
	margin-bottom: 5em;
}

.page #content-main .flow_recruit ul {
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: center;
  gap: 60px;
}

.page #content-main .flow_recruit ul > li {
  list-style-type: none;
  width: 100%;
  /*max-width: 340px;*/
  display: flex;
  background: none;
  padding-left: 0;
}

.flow_recruit ul > li span {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fef615;
  background: #003F64;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}

.flow_recruit ul > li span::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #003F64;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow_recruit ul > li dl {
  padding: 30px 20px;
  margin: 0;
  border: 3px solid #003F64;
  position: relative;
  width: 100%;
}

.flow_recruit ul > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #003F64;
  border-right: 4px solid #003F64;
  position: absolute;
  top: calc(50% - 14px);
  left: -45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flow_recruit ul > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #003F64;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
}

.flow_recruit ul > li dl dd {
  margin-left: 0;
}

@media(max-width: 767px){
  .flow_recruit ul {
    gap: 20px;
  }
  .flow_recruit ul > li {
    max-width: unset;
    display: block;
  }
  .flow_recruit ul > li:not(:first-child) dl::before {
    display: none;
  }
}
/*CONTACT*/

.tel_box{
    border: 2px solid #c1ae9d;
    padding: 2.5em 3em;
    margin: 1em 0 2em;
    text-align: center;
}
.tel_box .tel {
  font-family: "Lexend", sans-serif;
  font-size: 25px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 10px;
}
.tel_box .tel span {
  font-size: 50px;
  margin-left: 10px;
}
.tel_box .tel span::before{
  content: "";
  background: url("../images/common/icon-tel.svg") no-repeat center center / contain;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 37px;
}

.tel_box p:last-child {
  margin-bottom: 0;
}
.form-box{
    max-width: 800px;
    margin: auto;
}

.attention-mobile{
    padding: 20px;
    margin-bottom: 30px;
    background: #EEEEEE;
}
.attention-mobile p{
    margin: 0;
}

.privacy{
    overflow-y: scroll;
    height: 300px;
    border: 1px solid #c0cdbd;
    margin: 10px 0 30px;
    padding: 20px;
    background: #fff;
}
body.page #content-main .privacy h5{
    margin-top: 0;
    font-size: 20px;
}
form#mailformpro dl dd .privacy ul,
form#mailformpro dl dd .privacy ol{
    margin-left: 2em;
    margin-bottom: 1em;
}
form#mailformpro dl dd .privacy li{
    list-style: inherit;
}
form#mailformpro .doui label{
    display: block;
}
.any {
	display: block;
	background-color: #666666;
	text-shadow: 0px 1px 2px #999;
	padding: 2px 10px;
	font-size: 12px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
    text-decoration: none;
    font-weight: bold;
}

.red{
    color: #c60b09;
}
.gray{
    color: #666666;
}
body.page .leftcolumn{
    width : 48%;
    float: left;
}
body.page .rightcolumn{
    width : 48%;
    float: right;
}

.page #content-main ul{
    margin: 10px 0 20px 10px;
    padding: 0;
    list-style: none;
    z-index: 1;
    position: relative;
}
.page #content-main td ul:last-child{
    margin-bottom: 0;
}
.page #content-main ul li{
    padding-left: 35px;
    margin-bottom: 5px;
    background: url("../images/common/icon-list.svg") no-repeat left 5px;
}
.page #content-main td ul,
.page #content-main td ul:last-child{
    margin-left: 0;
    margin-top: 0;
}


.pc{
    display: block;
}
.sp{
    display: none;
}
@media screen and (max-width: 1190px) {
.pc{
    display: none;
}
.sp{
    display: block;
}
.mmenu{
  display: block;
}
#full-nav{
  display: block;
}
#full-nav.open #full-nav-list{
  display: block;
  overflow-y: scroll;
}
html {
height: -webkit-fill-available;
}
#full-nav.open #full-nav-list .nav-main{
  width: 100%;
  height: 100vh;
  min-height: 100vh;
 min-height: -webkit-fill-available;
}
#full-nav .nav-main div > ul,
#full-nav .nav-main .nav-main-menu{
  width: 100%;
  padding: 0;
  margin: 20px 5% 0;
}
#full-nav .nav-main .nav-main-menu{
  font-size: 16px;
  padding: 10px 10px 0;
}
#full-nav .nav-main .nav-main-menu:last-child{
  margin-left: 0;
}
#full-nav li ul li{
  margin: 0;
}
#full-nav li#menusp05{
  margin-top: 2em;
  text-align: center;
}
#full-nav li#menusp05 a{
  background: #2E89DB;
  padding: 25px 60px 25px 40px;
  line-height: 1em;
  position: relative;
  color: #fff;
  border-radius: 100px;
}
#full-nav li#menusp05 a:hover{
  background-color: #579af2;
}
#full-nav .nav-main .nav-main-menu li a {
padding: 15px 20px 15px 30px;
}
#full-nav .nav-main div > ul ul {
padding-left: 0;
background: #f2f2f2;
font-size: 16px;
}
#full-nav .nav-main div > ul ul a{
padding-left: 80px;
background: url("../images/common/icon-more.svg") no-repeat 40px center;
}
#full-nav .nav-main .nav-main-menu li::before{
  top: 1.5em;
}
#full-nav .nav-main .nav-main-menu ul li ul li::before{
  top: 1.3em;
}
.profile::before{
  content: "";
  background: url("../images/about/profile-bg.jpg") no-repeat center center / cover ;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: .8;
}

}
@media screen and (max-width: 1024px) and (min-width: 810px) {
    #header > .container{
        width: 95%;
		max-width: 95%;
    }
    #primary-menu li a{
        padding: 10px 15px;
    }
    .maintxt{
        width: auto;
    }
    body.page #content-main h3{
        font-size: 28px;
    }
    .home-service h3{
        top: 120px;
    }
    .home #content-main .home-recruit .midashi{
        background-size: contain;
        width: 350px;
        left: 0;
        right: 0;
    }
    .page #content-main .contact-box h4{
        font-size: 20px;
    }
    .contact-box .tel_mail .tel span {
        font-size: 38px;
    }
    #contact .tel {
        font-size: 40px;
    }
    #contact h2 {
      margin: 0;
    }
    .home-service .home-txt::after {
        left: 300px;
        right: inherit;
    }
    #footer .more.mail a{
        padding: 10px 50px 13px 50px;
    }
	#contact .contact-tm > *{
		padding: 40px;
	}
	#contact .contact-tm .tel-link{
		font-size: 35px;
	}
		#contact .contact-tm .more a{
		min-width: inherit;
		background-size: 30px;
		padding: 15px 50px 15px 30px;
	}

}
@media screen and (max-width: 820px) {
    #contact {
      padding: 80px 20px;
    }
    .description{
        margin-top: 15px;
    }
    .header-logo {
      width: 80%;
    }
    /*module*/
    #content-main h2{
      font-size: 22px;
    }
    #contact h2{
      font-size: 28px;
      width: 100%;
      margin-bottom: 30px;
    }
    /*home*/
    /*page*/
    body.page #content-main h2{
        font-size: 40px;
    }
    .page #content-main ul li {
        background-position: left 7px;
    }
    .page table{
        margin-bottom: 2rem;
    }
    .page table th, .page table td{
        padding: 0.7em;
    }
    iframe{
        width: 100%;
        height: 300px;
    }
    .waku-list{
        column-count: 2;
    }
    .count2{
      column-count: 1;
    }
    .page #content-main .flow_recruit ul{
      flex-wrap: wrap;
    }
    .page #content-main .flow_recruit ul > li{
      width: 25%;
    }
    .tel_box{
      padding: 2.5em 2em;
    }
    .tel_box .tel{
      font-size: 20px;
    }
    .tel_box .tel span{
      font-size: 40px;
    }

/*footer*/
	#contact .contact-tm > *{
		padding: 40px;
	}
	#contact .contact-tm .tel-link{
		font-size: 35px;
	}
	#contact .contact-tm .more a{
		min-width: inherit;
		background-size: 30px;
		padding: 15px 50px 15px 30px;
	}
	.footer-logo{
		margin-bottom: 3em;
	}
	#footer h2{
		font-size: 25px;
	}
	#footer h2 span{
		font-size: 30px;
		line-height: 1;
	}
	#footer .tel span{
		font-size: 30px;
	}
  
}
@media screen and (max-width: 480px) {
    #header .container > div{
        width: 80%;
		font-size: 18px;
    }
	.header-logo .logo{
      width: 40px;
    }
	.header-logo span{
      font-size: 12px;
    }

    .mmenu {
        top: 13px;
        right: 20px;
    }
	
    .mainimage p{
        right: 0;
    }
    .maintxt{
        padding-left: 0;
		width: 90%;
    }
    .maintxt h2{
        font-size: 40px;
		padding: 20px;
    }
    .maintxt h3{
        font-size: 25px;
    }
    .slide{
        height: auto;
    }
    .page-title .container{
        display: block;
    }
    .page-title h1.title span, .page-title div.title span {
        font-size: 1.3em;
        display: block;
    }
    .breadcrumbs{
        margin: 0;
    }
    table th, table td{
        display: block;
    }
    .page #content-main th{
        width: 100%;
        border-bottom: none;
    }
    .page #content-main .container > .row{
        padding: 1rem 0;
    }
    .waku-list{
        column-count: 1;
    }
    .more,
    .home-service p.more a{
        display: block;
    }
    .fs-18 {
      font-size: 16px;
    }
    /*home*/
    .home #content-main h2 span{
      font-size: 40px;
    }
    /*page*/
	.page-title p{
      font-size: 40px;
    }
	.page-title h1.title, .page-title div.title{
		font-size: 25px;
	}
    body.page #content-main h2{
      font-size: 30px;
    }
    body.page #content-main h3{
      font-size: 22px;
    }
	.company_in,
	.person_in{
		padding: 30px 0 30px 30px;
	}
    .enkaku-waku{
      padding: 2em;
    }
    .box-read{
      padding: 1em !important;
    }
    .page #content-main .flow_recruit ul > li{
      width: 100%;
    }
    .page #content-main .flow_recruit ul{
      gap:30px;
    }
	.tel_box .tel span{
      font-size: 35px;
    }

    /*footer*/
	#contact .contact-tm{
		flex-direction: column;
	}
	#contact .contact-tm > *{
		width: 100%;
		padding: 40px 20px;
	}
	#contact .contact-tm .tel-link {
		font-size: 30px;
	}
	#contact .contact-tm .tel-link::before {
		width: 20px;
		height: 26px;
	}
	#contact .contact-tm .more a{
		font-size: 16px;
	}
	#footer h2{
		margin: 0 auto 30px;
		width: fit-content;
	}
	#footer h2 span{
		font-size: 24px;
	}
	#footer .address{
		text-align: center;
	}
	#footer .group-bana{
		text-align: center;
		margin-top: 50px;
	}
	#footer .copyright{
		text-align: center;
	}
	#footer .copyright{
		margin-top: 10px;
	}
    #footer .footer-menu ul{
      padding-left: 2em;
    }
}
@media screen and (max-width: 320px) {
    #footer .tel{
        font-size: 30px;
    }
    #footer .tel span {
      font-size: 35px;
    }
    #footer .footer-menu{
        column-count: auto;
    }
}
@media print {
    body {
        min-width: 1263px !important;
    }
    /*.home-main,
    #header .container,
    #content-main section > *,
    #content-main .container,
    #footer */
    .container
    {
        min-width: 1200px !important;
    }
    .mmenu,
    .product-list-btn{
        position: absolute;
    }
    .product-list-btn{
        top: 180px;
    }
    #footer .pagetop{
        position: absolute!important;
    }
    .down-menu.m_fixed{
        position: relative;
    }
    .product-bg{
        background-attachment: inherit;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .to-animate, .footer-anm, .u, .l, .r, .r-animate{
        opacity: 1;
    }
    .col-md-12,
	.row-cols-lg-1 > *{
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 ,
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-md-9 ,
    .col-lg-9 {
        width: 75%;
    }
    .col-md-8 ,
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-md-7 ,
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-md-6 ,
    .col-lg-6 {
        width: 50%;
    }
    .col-md-5 ,
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-md-4,.col-lg-4,.row-cols-md-3 > *,
	.row-cols-lg-3 > *,
    .ome-business .col-md{
        width: 33.33333333%;
    }
    .col-md-3,
    .col-lg-3,
    .row-cols-md-4 > *{
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .order-md-3{
     order: 3 !important;
     }
    .order-md-2{
        order: 2!important;
    }
    .order-md-1 {
      order: 1 !important;
    }
}
.digicert img {
  margin: 0 0 0 0!important;
}

@media screen and (max-width: 480px) {
  .digicert img {
    margin: 0 auto 0 auto!important;
  }
}