@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
:root {
	--f14: clamp(13px, 3vw , 14px);
	--f15: clamp(14px, 3vw , 15px);
	--f18: clamp(15px, 3vw , 18px);--f20: clamp(18px, 3vw , 20px);
	--f22: clamp(16px, 2vw , 22px);
	--f23: clamp(16px, 2vw , 23px);
	--f25: clamp(20px, 3vw , 25px);
	--f30: clamp(22px, 3vw , 30px);
	--f35: clamp(20px, 7vw , 35px);	
	--f50: clamp(26px, 8vw , 50px);
	--f66: clamp(25px, 3vw , 66px);
	--f47: clamp(25px, 3vw , 47px);
	--f72: clamp(44px, 10vw , 72px);
	--f80: clamp(27px, 5vw , 80px);
	--f210: clamp(74px, 15vw , 210px);
	--mp100: clamp(55px,10%,100px);
	--mp150: clamp(80px,15%,150px);
	--mp200: clamp(100px,13%,200px);
	--mp50: clamp(25px,3%,50px);
}


body {
	width: 100% !important;
	color: #333;
	line-height: 1.6;
	overflow: hidden;
	font-size: clamp(16px, 3vw , 18px);
	font-family: 'Noto Serif JP';
	font-style:normal;
	letter-spacing: 1.4px;
}

body.open{
	height: 100vh;
}

.fa-phone:before {

    color: #fff;
}
/*リンク表示方法*/

a {
	text-decoration: none;
}

a:link {
}

a:visited {
	/* color: #333; */
}

a:active {
	color: #fff;
}

a:hover {
}

a:hover img {
	/* opacity: 0.7; */
	filter: alpha(opacity=70);
}


/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc {
	display: block;
}

.sp, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	/* padding: 0; */
	width: 95%;
	max-width: 1800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 120px;
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0;
	border-bottom: 1px solid #fff;
}
header nav {
    width: 100%;
    max-width: 460px;
}
.headerUl {
	margin: 0 0 0;
}

.headerUl:after {
	content: '';
	display: block;
	clear: both;
}

.logo {
	/* width: 234px; */
}

.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

.flex {
    display: flex;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}

th {
	background: #555;
	color: #fff;
}

td {
	background: #ddd;
	color: #555;
}


/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

nav ul li a {
	color: #fff;
}

nav ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

nav li a {
	display: block;
	text-decoration: none;
  position: relative;
  text-decoration: none;
}
nav li a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
nav li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}


/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	max-width: 1920px;
	width: 100%;
	margin: 0px auto 0;
	position: relative;
}
.catch {
    font-family: 'Shippori Mincho B1';
    font-style: normal;
    font-size: var(--f80);
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 45%;
    right: 0px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-shadow: 13px 13px 8px rgb(0 0 0 / 16%);
    width: 100%;
}

#cover .sp {
	display: none !important;
}

#cover li {
	height: 65vw;
}

#cover img {
	width: 1000px;
	margin: 0 auto;
	display: block;
}

.cover01 {
	background: url(../img/index/mv.png)no-repeat;
	background-size: contain;
}

.cover02 {
	width: 100%;
	/* background: #555; */
}

.cover03 {
	width: 100%;
    background: #333;
}

/*-- 中ページカバー --*/

.privacy #cover {
	background: #555;
}

.company #cover {
	background: #444;
}

.contact #cover {
	background: #777;
}

.list #cover {
	background: #ccc;
}

/*スクロールアニメーション*/
.scroll-downs {
	position: absolute;
	/* top: 0; */
	right: 0;
	bottom: -20px;
	left: 0;
	margin: auto;
	width :34px;
	height: 55px;
	}
  .mousey {
	width: 3px;
	padding: 10px 15px;
	height: 35px;
	/* border: 2px solid #fff; */
	border-radius: 25px;
	opacity: 0.75;
	box-sizing: content-box;
	}
  .scroller {
	width: 1px;
	height: 45px;
	background-color: #333;
	animation-name: scroll;
	animation-duration: 1s;
	/* animation-timing-function: cubic-bezier(.15,.41,.69,.94); */
	animation-iteration-count: infinite;
	}
  @keyframes scroll {
	0% { height:0; }
  }


/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	/* margin: var(--mar) auto 0; */
}

.inner{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

.mainTit{
	font-size: var(--f50);
	/* line-height: 1.3; */
	/* text-align: center; */
	line-height: 1.3;
	color: #190A78;
	font-weight: 500;
}

.content01 .mainTit span{
	display: block;
	font-size: var(--f30);
	color: #333;
	margin: 40px 0;
}
.content01 .mainTit span:after {
    content: "";
    border-bottom: 1px solid #333;
    width: 50px;
    display: block;
    margin: 40px 0 0;
}

.content01{
	padding: var(--mp100) 0;
	position: relative;
}
.content01 .inner:before {
    content: "CONTACT";
    color: #F8F8F8;
    font-size: var(--f210);
    position: absolute;
    z-index: -1;
    left: -2%;
    line-height: 0;
    top: 10%;
}
.content01 p{
    margin: 40px 0 0;
    font-size: var(--f22);
    line-height: clamp(33px, 5vw , 52px);
}

.content02{
	background: #ccc;
	padding: var(--mp200) 0 160px;
	-webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
	clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0 100%);
	background-color: #F7F9FC;
	position: relative;
}
.content02 .inner.flex {
    justify-content: end;
}
.content02 .text:before {
    content: "Problem";
    color: #E6EBF4;
    font-size: var(--f210);
    position: absolute;
    z-index: -1;
    line-height: 0;
    top: -13%;
    left: 0;
}
.content02 .flex .Image {
    width: 47%;
    position: absolute;
    left: 0;
    z-index: -1;
}

.content02 .flex .text {
    width: 49%;
    position: relative;
}

.content02 ul.flex {
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 600px;
    width: 100%;
    gap: 50px 1%;
    margin: 50px auto 0;
}
.content02 li{
	width: 49%;
	background: #fff;
	padding: 30px 4%;
	max-width: 250px;
	position: relative;
	border: 3px solid #E6EBF4;
}

.content02 dt{
	text-align: center;
	font-size: 2.1rem;
	width: 55px;
	height: 55px;
	min-width: 55px;
	min-height: 55px;
	border-radius: 50%;
	background: #1d0d7a;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -30px;
	left: -10px;
}

.content02 dd{
	margin: 10px 0 0 0;
}

.co03_bg{
	padding: var(--mp100) 0;
	text-align: center;
	background: url(../img/index/co03_bg.png)no-repeat;
	position: relative;
	margin: -50px 0 0;
	background-size: cover;
	height: 100%;
	background-position: center;
}

.co03Tit {
    margin: 0 5px;
}

.content03 h2 {
    color: #fff;
    font-size: var(--f72);
}
.content03 .mainTit span {
    font-size: var(--f35);
}
.content03 .mainTit span.service3 {
    display: inline;
    color: #EACD52;
}

.line {
    display: flex;
    align-items: center;
}
 
.line:before,
.line:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
 
.line:before {
    margin-right: 1rem;
}
 
.line:after {
    margin-left: 1rem;
}
.serviceBox h2 {color: #190A78;text-align: center;margin: 0 0 30px;}

.serviceBox p {
    text-align: center;
    width: 95%;
    max-width: 800px;
    margin: 0px auto;
    line-height: clamp(31.5px, 5vw, 47px);
}

.serviceBox {
    margin: var(--mp100) 0;
    position: relative;
}

.serviceBox:before {
    content: "Service";
    font-size: var(--f210);
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 0;
    z-index: -1;
    color: #F8F8F8;
}
.serviceBox li {
    width: 34%;
    max-width: 375px;
    background: #fff;
    border: 2px solid #E6EBF4;
    padding: 20px;
    position: relative;
}

.serviceBox ul.flex {
    gap: 0 2%;
    margin: var(--mp100) 0 0;
}

.serviceBox li .Image {
    /* display: block; */
    background: #190a78;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: 0;
    top: -10%;
}
.serviceBox li .Image img {
    margin: 0 auto;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, -50%);
}

.serviceBox li dl dt {
    color: #190a78;
    font-size: var(--f30);
    text-align: center;
    padding: 20px 0 40px;
    margin: 40px 0 0;
}
.serviceBox li dl dt:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid;
    max-width: 50px;
    margin: 20px auto 0;
}

.content04 .TitBox {
    width: 38%;
}

.content04 ul {
    width: 60%;
    /* border-top: 1px solid #fff; */
}

.content04 .inner.flex {
    gap: 0 2%;
    position: relative;
    z-index: 1;
}

.content04 {
    background: #190a78;
    padding: var(--mp100) 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.content04:before {
    content: "Features& Strengths";
    display: block;
    position: absolute;
    line-height: 180px;
    font-size: var(--f210);
    color: #26158D;
    z-index: 0;
    top: -30px;
    width: 50%;
}

.content04:after {
    /* content: "Strengths"; */
    max-width: 50px;
    display: block;
    position: absolute;
    line-height: 0;
    font-size: var(--f210);
    color: #26158D;
    z-index: 0;
    top: 40%;
}
.content04 .mainTit {
    color: #fff;
    margin: 0 0 var(--mp100);
}
.content04 .TitBox > p {
    line-height: clamp(31.5px, 3vw ,35px);
}
.content04 ul li {
    display: flex;
    align-items: center;
    gap: 0 5%;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    max-width: 600px;
    margin: 0 0 0 auto;
}
.content04 ul li:first-child {
    border-top: 1px solid;
}
.content04 ul li span {
    font-size: var(--f66);
    border-right: 1px solid #fff;
    padding: 0 30px 0 0;
    line-height: 50px;
}

.content04 ul li dl dt {
    font-size: var(--f20);
}

.content04 ul li dl dd {
    font-size: var(--f15);
}
.greeting.flex .Image {
    width: 40%;
    position: relative;
    text-align: center;
    margin: 0 10% 0 0;
}

.daihyo {
    width: 60%;
    max-width: 790px;
    margin-right: 10%;
}
.daihyo .text {
    font-size: var(--f18);
}

.greeting.flex {
    justify-content: space-between;
    /* background: url(../img/index/co05_bg.png); */
    background-size: contain;
    background: #f8f8f8;
}

.greeting.flex .Image img {
    width: 95%;
    max-width: 400px;
    /* margin-left: 5%; */
    position: absolute;
    bottom: 0;
    right: -20%;
}

.daihyo h3 {
    font-size: var(--f50);
    color: #190a78;
    margin: 20px 0 20px;
}

.daihyo h3 span {
    font-size: var(--f20);
    color: #333;
    margin: 0 0 0 20px;
}

.content05 {
    padding: var(--mp100) 0;
    position: relative;
}
.content05:before {
    content: "About us";
    /* max-width: 50px; */
    display: block;
    position: absolute;
    line-height: 0;
    font-size: var(--f210);
    color: #F8F8F8;
    z-index: -1;
    top: 4%;
}
.content05 .mainTit {
    margin: 0 auto var(--mp100);
    width: 95%;
    max-width: 1200px;
}

.daihyo .name {
    text-align: right;
    font-size: var(--f35);
    margin: 20px 0;
}

.daihyo .name span {
    font-size: var(--f20);
    margin: 0 20px 0 0;
}
.company ul li dl {
    display: flex;
    justify-content: space-between;
}

.company ul li dl dt {
    width: 50%;
    max-width: 300px;
}

.company {
    padding: var(--mp100) 0 0;
}

.company ul li {
    padding: var(--mp50) 0;
    border-bottom: 1px solid #eee;
}

.company ul li:first-child{
    padding-top:0;
}

.company ul li:last-child{
    padding-bottom:0;
    border-bottom: none;
}
.company ul li dl dd {
    width: 100%;
    max-width: 860px;
}

.company ul li dl dd iframe {
    display: block;
    margin: 20px 0 0;
    height: 300px;
    width: 100%;
}

.content05 .company .mainTit {
    margin: 0 0 var(--mp50);
    border-bottom: 1px solid #333;
    padding: 0 0 var(--mp50);
    text-align: left;
}

.content05 .company .mainTit span {
    font-size: var(--f20);
    margin: 0 20px 0;
    color: #333;
}
.contactBox {
    background: url(../img/footer_contact.png)no-repeat;
    text-align: center;
    color: #fff;
    padding: var(--mp100) 0 var(--mp100);
    position: relative;
}

.contactBox .mainTit {
    color: #fff;
    margin: 0 0 40px;
}

.contactBox .inner > p {
    margin: 0 0 var(--mp50);
}

.contactBox .mainTit:after {
    content: "";
    border-bottom: 1px solid #fff;
    display: block;
    max-width: 50px;
    margin: 20px auto 0;
}

.contactBox:before {
    content: "Contact";
    font-size: var(--f210);
    position: absolute;
    top: 11%;
    line-height: 0;
    left: 0;
    right: 0;
    color: rgb(248 248 248 / 10%);
}
.contactBox .flex {
    justify-content: space-between;
}

.contactBox .flex li {
    width: 95%;
    max-width: 600px;
    position: relative;
    cursor: pointer;
    padding: 20px 0;
    margin: 0 auto;
}

.contactBox .flex li a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}

.contactBox .flex li:hover {
	background: rgb(248 248 248 / 10%);
	transition: 0.3s;
}

.contactBox .flex li:first-child {
    border-right: 1px solid #fff;
}
/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	/* margin: 50px auto 0; */
	padding: 30px 0 0;
	background: #ededed;
}

footer .logo {
	padding: 0 0 30px;
	border-bottom: 1px solid #ccc;
}

footer .inner {
	padding: var(--pad50) 0;
	text-align: center;
}

footer ul {
	margin: 30px 0;
	display: flex;
	justify-content: center;
	gap: 0 2%;
}

footer ul + ul {
	margin: 5px 0 0;
}

footer ul li {
}

footer ul li a {
	font-size: 12px;
	color: #333;
	font-weight: 500;
}

footer ul li:first-child a {
    border: none;
} 

footer .add li:before {
	content: '\25a1';
}

footer .add li {
	margin: 0 0 0 10px;
	font-size: 14px;
}

.copyright {
	background: #150667;
	color: #fff;
	text-align: center;
	padding: 15px 0;
}

.copyright small {
}


/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu {
    width: 1000px;
    margin: 0 auto;
    font-size: 12px;
    padding: 16px 0 0;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
    color: #F44336;
}

.pankuzu li a:hover {
    color: #0071BC;
}


/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
}


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 200px;
	margin: 0 0 0 10px;
	float: left;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 410px;
	margin: 20px auto;
}

.contact_tb td span {
	margin: 9px 0 0;
	display: block;
}

.clearForm,
.clearForm2,
.toHome {
	width: 200px;
	padding: 15px 5px;
	cursor: pointer;
	outline: 0;
	background: #555;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
	background: #777;
	color: #FFF;
}

.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 650px;
}

#msg {
	height: 100px;
}

#zip1, #zip2 {
	width: 150px;
}

#city, #pref, #add {
	width: 580px;
	margin: 2px 0 0 10px;
}

#add {
    margin: 2px 0 0 40px;
}

textarea {
	width: 90%;
	padding: 10px 5px;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"] {
	height: 25px;
	padding: 5px;
}

input[type="text"],
textarea,
select,
option {
	border: 1px solid #CCC;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contact_tb {
	width: 1000px;
	margin: 0 auto;
}

.contact_tb th {
	width: 250px;
	text-align: left;
	position: relative;
	line-height: 1.4;
}

.contact_tb th, .contact_tb td {
	padding: 13px 10px 10px 20px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.contact_tb th em {
	background: #F00;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-left: 5px;
	right: 10px;
	font-size: 85.714%;
}


/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 40px !important;
}

.zip2formError {
	left: 220px !important;
}

.prefformError, .cityformError, .addformError {
	top: 0 !important;
	left: 80px !important;
}

.zip1 label {
	position: relative;
}


/*-- 送信前ダイアログ --*/

.ui-dialog {
    margin: auto;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
}

.ui-corner-all.ui-button-text-only:focus {
	color: #737373;
    background: #fff;
    outline: none;
    border-color: #ccc;
}

.ui-corner-all.ui-button-text-only:hover {
    color: #fff;
    background: #555;
    outline: none;
    border-color: #ccc;
    transition: .3s;
}

.ui-widget-header {
    background: #555 !important;
    border-color: #555 !important;
}

.ui-dialog .ui-dialog-content,
.ui-button-text-only .ui-button-text {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}


/* TOP
----------------------------------------------------------- */

/*-- メインヴィジュアル スライダー --*/

.bx-wrapper {
	margin: 0 0 20px !important;
	position: relative;
}

.bx-controls-direction {
	width: 100%;
	position: absolute;
	top: 50%;
}

.bx-controls-direction a {
	width: 32px;
	height: 32px;
	margin: -16px 0 0;
	position: absolute;
	top: 50%;
	z-index: 9999;
	outline: 0;
	text-indent: -9999px;
}

.bx-prev {
	left: 1% !important;
	background: url(./../img/prev.png) no-repeat 0 0;
	background-size: contain;
}

.bx-next {
	right: 1% !important;
	background: url(./../img/next.png) no-repeat 100% 0;
	background-size: contain;
}


/*-- スクロールバーデザイン --*/

.scroll-pane {
	width: 100% !important;
	height: 300px; /*箱の高さ*/
	margin: 40px auto 0;
	overflow-y: auto;
}

.scroll-pane:focus {
	outline: none;
}

.jspContainer {
	width: 100% !important;
	overflow: hidden;
	position: relative;
}

.jspPane {
	width: 100% !important;
	position: absolute;
}

.jspVerticalBar {
	width: 20px;
	position: absolute;
	top: 0;
	right: -5px;
}

.jspArrowUp, .jspArrowDown {
	margin : 0;
	padding: 0;
	display: block;
	cursor : pointer;
	/* background: url(../img/scroll_top.png) no-repeat center; */
}

.jspArrowDown {
	background: url(../img/scroll_bottom.png) no-repeat center;
}

.jspTrack {
	/* background: url(./../img/scroll_bg1.png) repeat-y; */
	position: relative;
	background-position: center;
}

.jspDrag {
	width: 4px;
	margin: 0 auto;
	background: #6b6b6b;
	position: relative;
	cursor: pointer;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.jspArrow.jspDisabled {
	cursor: default;
}

.jspVerticalBar .jspArrow {
	height: 20px;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}


/* 新着情報
----------------------------------------------------------- */

.news li {
	/* width: 660px; */
	margin: 0;
}

.news dl {
	width: 98%;
	padding: 30px 5px 30px;
	border-top: 1px solid #555;
	display: flex;
}

.news dt{
	min-width: 100px;
	margin: 0 20px 0 0;
}

.news li:first-child dl {
	border-top: none;
}


/*-----------------------------------------------------------
 中ページ
-----------------------------------------------------------*/

.leadTxt {
	margin: 30px auto 0;
	padding: 20px;
	background: #ccc;
}


/* 01
----------------------------------------------------------- */

/* 02
----------------------------------------------------------- */

/* 03
----------------------------------------------------------- */

/* 04
----------------------------------------------------------- */

/* 05
----------------------------------------------------------- */

/* 06
----------------------------------------------------------- */



/* プライバシーポリシー
----------------------------------------------------------- */

.privacy dl {
	margin: 30px 0 0;
}

.privacy dt {
	margin: 20px 0 0;
	padding: 0 5px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
}

.privacy dt:first-child {
	margin: 0;
}

.privacy dd {
	font-size: 14px;
	margin: 10px 10px 0;
}


/* 会社概要
----------------------------------------------------------- */

.company table {
	width: 1000px;
	margin: 30px auto 0;
}

.company th {
	width: 170px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company td {
	width: 470px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}




/*-- 固定ここまで --*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.content02 {
    -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
    clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0 100%);
	padding: var(--mp200) 0 100px;
}

.content02 .flex .Image {
    width: 53%;
    position: absolute;
    left: 0;
    z-index: -1;
}
}

	

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

img {
	width: auto;
	max-width: fit-content;
	height: auto;
}



/*-----------------------------------------------------------
header
-----------------------------------------------------------*/



header h1 {
	font-size: 80%;
}

.logo {
	margin: 0 auto;
}

.headerAdd {
	width: 45%;
	margin: 0 0 0 1%;
	font-size: 90%;
}

.headerTel {
	height: auto;
	margin: 0 0 0 0%;
}


/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/
.catch br {
    /* display: none; */
}

.catch {
    /* width: 80%; */
    /* left: 40%; */
    /* right: 0; */
    /* text-align: center; */
    /* margin: 0 auto; */
    top: 50%;
}

/*-----------------------------------------------------------
#main
-----------------------------------------------------------*/

#main {
}


/*-----------------------------------------------------------
nav
-----------------------------------------------------------*/


/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/

.copyright small {
	width: 96%;
}



/* 全ページ共通クラス
----------------------------------------------------------- */

.pankuzu {
	width: 98%;
}


/* トップページ
----------------------------------------------------------- */
.content02{}
.conte02 .txtBox {
    width: 96%;
    padding: 2%;
}

.news li {
    width: 94%;
    margin: 0 1%;
}

.news dl {
    width: 98%;
    font-size: 90%;
}

.scroll-pane {
	width: 100% !important;
}

	
.content02 .inner:before {
    right: 0;
    left: 0;
    text-align: center;
}
.content02 .text:before {
    width: 100%;
    text-align: center;
    top: -10px;
}

.content02 .flex .text {
    width: 100%;
}

.content02 .mainTit {
    text-align: center;
}

.content02 li {
    background: rgb(255 255 255 / 75%);
    text-align: center;
}
.content02 dt {
    left: 0;
    right: 0;
    margin: 0 auto;
}
	.serviceBox .inner > p {text-align: left;}

.serviceBox .inner > p br {
    display: none;
}
.serviceBox ul.flex {
    flex-wrap: wrap;
    gap: 50px 0;
}

.serviceBox li {
    width: 100%;
    max-width: 100%;
}
.content04 .inner.flex {
    flex-direction: column;
}
.content04 ul li {
	max-width:100%;
}
.content04 ul {
    width: 100%;
}

.content04 .TitBox {
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
}

.content04:before {
    line-height: 1;
    /* content: "Features&Strengths"; */
    right: 0;
    left: 0;
    text-align: center;
    width: 100%;
    top: 0;
}

.content05 .mainTit {
    text-align: center;
}

.content05:before {
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    line-height: 140px;
    top: -1%;
}

.greeting.flex {
    flex-direction: column;
    /* height: 830px; */
    /* justify-content: flex-start; */
}
	.greeting.flex .Image img {
    position: inherit;
    right: 0;
}

.greeting.flex .Image {/* width: 100%; *//* text-align: center; */width: 100%;}

.daihyo {
    width: 95%;
    /* max-width: 440px; */
    margin: 30px auto 0;
}

.company ul li dl {
    flex-direction: column;
    text-align: center;
}

.company ul li dl dt {
    width: 100%;
    max-width: 100%;
    font-weight: 700;
}

.company ul li dl dd {
    width: 100%;
    max-width: 100%;
}
.content05 .company .mainTit {
    text-align: center;
}

.content05 .company .mainTit span {
    display: block;
    margin: 15px 0 0;
}
/* 中ページ
----------------------------------------------------------- */

.leadTxt {
	padding: 20px 2%;
	font-size: 100%;
}

.privacy dt {
	padding: 0 1%;
}

.privacy dd {
	margin: 10px 2%;
}

.company table {
	width: 100%;
}

.company th {
	width: 30%;
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company td {
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 100%;
}

.listUl {
	width: 100%;
	margin: 30px auto 0;
}

.listUl li {
	width: 31.3%;
	margin: 0 1%;
}


/*-- お問い合わせ --*/

.clearForm,
.clearForm2 {
	width: 96%;
	padding: 15px 2%;
}

.contact_tb {
	width: 98%;
}

.contact_tb th {
	width: 30%;
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_tb td {
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 48%;
	margin: 0 0 0 2%;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 60%;
	margin: 20px auto;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 98%;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref {
	width: 86%;
	margin: 2px 0 0 2%;
}

#add {
	width: 86%;
	margin: 2px 0 0 6.3%;
}

/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 10% !important;
}

.ui-dialog {
	width: 80% !important;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: block;
}

.sp {
	display: none;
}

nav li a {
	font-size: 1.5rem;
}


.contact_tb th {
	font-size: 70%;
}

.telBtn .sp {
	display:block;
}
.telBtn {
	line-height: 1;
	font-size: 3rem;
	position: absolute;
	/* top: 70px; */
	right: 11%;
	z-index: 99;
	padding: 12px 10px;
	top: 0;
	display: block;
}

.catch {
    /* width: 80%; */
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 33%;
}

	
/*-- menu --*/
.hLogo {
    position: absolute;
    z-index: 9;
    padding: 10px 10px;
    top: 0;
}
header.change-color {
    background: #190a78;
    transition: .3s;
    border: none;
}
header {
	position: fixed;
	z-index: 9;
	min-height: 60px;
	width: 100%;
}

  @keyframes bugfix {
	from {
	  padding: 0;
	}
	to {
	  padding: 0;
	}
  }
  @-webkit-keyframes bugfix {
	from {
	  padding: 0;
	}
	to {
	  padding: 0;
	}
  }
  #overlay-button {
	position: absolute;
	right: 0;
	top: 0;
	padding: 26px 11px;
	z-index: 5;
	cursor: pointer;
	user-select: none;
	}
  #overlay-button span {
	height: 4px;
	width: 35px;
	border-radius: 2px;
	background-color: #fff;
	position: relative;
	display: block;
	transition: all .2s ease-in-out;
	}
  #overlay-button span:before {
	top: -10px;
	visibility: visible;
  }
  #overlay-button span:after {
	top: 10px;
  }
  #overlay-button span:before, #overlay-button span:after {
	height: 4px;
	width: 35px;
	border-radius: 2px;
	background-color: #fff;
	position: absolute;
	content: "";
	transition: all .2s ease-in-out;
	}
  #overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
	background-color: #fff;
  }
  
  input[type=checkbox] {
	display: none; 
	
  }
  
  input[type=checkbox]:checked ~ #overlay {
	visibility: visible;
	transform: translateX(0%);
	}
  
  input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
	background: transparent;
	
	
  }
  input[type=checkbox]:checked ~ #overlay-button span:before {
	transform: rotate(45deg) translate(7px, 7px);
  
  }
  input[type=checkbox]:checked ~ #overlay-button span:after {
	transform: rotate(-45deg) translate(7px, -7px);
  }
  
  #overlay {
	height: 100vh;
	width: 100vw;
	background: #1D0D7A;
	z-index: 2;
	visibility: hidden;
	position: fixed;
	top: 0;
	transform: translateX(100%);
	transition-duration: 300ms;
	/* left: 0; */
	right: 0;
	}

  #overlay ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: start;
	height: 70vh;
	padding-left: 0;
	list-style-type: none;
	}
  #overlay ul li {
	padding: 1em;
	width: 100%;
	border-bottom: 1px solid #fff;
	}
  #overlay ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
	}
  #overlay ul li a:hover {
	/* color: #000!important; */
	}

nav li a::after {
 display:none;
}


.cover01 {
    background: url(../img/index/mv_sp.png)no-repeat;
    background-size: cover;
}

#cover li {
    height: 140vw;
}

.content02 li {
    width: 100%;
    margin: 0 0 20px 0;
    max-width: 100%;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc, .pcTel {
	display: none;
}

.sp {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}

th, td {
	width: 96% !important;
	display: block;
}


/* ヘッダー
----------------------------------------------------------- */



.headerUl{
	margin: 0 0 0 auto;
	width: 30%;
	justify-content: flex-end;
}

.menuBtn {
	width: 35%;
}

#cover .pc {
	display: none !important;
}

#cover .sp {
	display: block !important;
}



/*-- ページトップ --*/

#pageTop {
	display: none !important;
}


/* フッター
----------------------------------------------------------- */

.sp nav {
	margin: 0 auto;
	background: #329026;
}


/* トップページ
----------------------------------------------------------- */

.content02 .flex .Image {
    left: -89%;
}
.content02 ul.flex {
    /* gap: 0; */
}

.content04 ul li {
    flex-direction: column;
}

.content04 ul li span {
    border-right: none;
    border-bottom: 1px solid  #fff;
    padding: 0;
}

.content04 ul li dl dt {
    text-align: center;
    margin: 10px 0;
}
.contactBox .flex {
    flex-direction: column;
}

.contactBox .flex li:first-child {
    border-right: none;
    border-bottom: 1px solid;
}

/* 中ページ
----------------------------------------------------------- */
.company iframe {
	width: 100%;
	margin: 30px auto 0;
	display: block;
}

.listUl li {
	width: 48%;
}

.contact_tb th {
	font-size: 100%;

}

.choose_list1 {
	width: 80%;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 96%;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref, #add {
	width: 96%;
	margin: 2px 0 0;
}

/*-- エラーチェック --*/

.zip1formError {
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 50% !important;
}

.detailBox > div {
	width: 100%;
	float: none;
}

.detailBox > .detailTxt {
	width: 98%;
	margin: 20px auto 0;
}

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	width: 42% !important;
	left: 50% !important;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.telBtn {right: 15%;}

.menuBtn {
	width: 12%;
	float: right;
}

.telBtn a,
.menuBtn a {
	font-size: 100%;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    width: 94% !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.choose_list1 {
	width: 96%;
	font-size: 90%;
}

.choose_list1 > li {
	width: 49%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */