@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
html{
  scroll-padding-top: 75px;
}
body {
	width: 100% !important;
	color: #343538;
	line-height: 1.4444;
	overflow: hidden;
	font-size: 1.8rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif!important;
	font-weight: 500;
}

.en{
	font-family: "Poppins", sans-serif!important;
}

/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: #1A459C;
}
.blue2{
	color: #496296;
}
.blue3{
	color: #D8E0F2;
}
.blue4{
	color: #20407F;
}
.red{
	color: #C40303;
}
.green{
	color: green;
}
.yellow{
	color: yellow;
}
.black{
	color: #343538;
}
.purple{
	color: #300348;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: #1A459C!important;
}
.bgblu2{
	background: #496296;
}
.bgblu3{
	background: #D8DFEC;
}
.bgbla{
	background:#343538;
}
.bgred{
	background: #C40303!important;
}
.bggre{
	background: green;
}
.bgyel{
	background: yellow;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #343538;
}

a:visited {
	color: #343538;
}

a:active {
	color: #343538;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

:has( > .lista){
	position: relative;
}

.lista{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 2;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.sp,.sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


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

header {
	padding: 31px 0;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: .4s;
	padding-left: 2.709%;
	top: 0;
}

.hLogo{
	max-width: 260px;
	width: 25%;
}


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

.gnav{
	display:none;
}


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

table {
	border-collapse: separate;
}

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

.pc_nav{
	width: 72%;
	display: flex;
	max-width: 782px;
	align-items: center;
	justify-content: flex-end;
}

.nav_list1{
	display: flex;
	justify-content: space-between;
	width: 58%;
	/* overflow: hidden; */
	position: relative;
	text-align:center;
	padding: 0 5%;
}

.nav_list2{
	width: 42%;
	position:relative;
	padding: 0!important;
}

.nav_list1 > li {
	font-size:1.6rem;
	font-weight: 400;
	position:relative;
	z-index:1;
	height:52px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.nav_list1:before{
	position:absolute;
	content:"";
	width: 101%;
	height:100%;
	background: #fff;
	left:0;
	top:0;
	z-index:-1;
	transform: skewX(315deg);
}


.nav_list2:before{
	position:absolute;
	content:"";
	width: 50%;
	height:100%;
	background: #1A459C;
	right:0;
	top:0;
	z-index:-1;
	left:auto;
	transform:none;
}


.drop_cont{
	position:absolute;
	top: 100%;
	width: 512px;
	padding-top:12px;
	opacity: 0;
	transition: .4s;
	pointer-events:none;
}

.nav_list1 > li:hover .drop_cont{
	opacity:1;
	pointer-events:initial;
}

.drop_nav{
	background: #fff;
	padding: 14px 0 28px;
	width:100%;
}

.dropdown{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width:432px;
	margin:0 auto 0;
	width:98%;
	text-align:left;
}

.dropdown li{
	width:48%;
	max-width:200px;
	padding:14px 0;
	border-bottom:1px solid #A7B1C3;
}

.dropdown li a{
	font-size:1.6rem;
	font-weight:700;
}

.nav_list2 li{
	width:50%;
}

.nav_list2 li a{
	color:#fff;
}

.nav_list2 li:before{
	position:absolute;
	content:"";
	width: 101%;
	height:100%;
	left:0;
	top:0;
	z-index:-1;
	transform: skewX(315deg);
	background: #C40303;
}

.nav_list2 li:last-child:before{
	background: #1A459C;
}



.nav_list1 a,
.menu-title{
	display: block;
	text-decoration: none;
	font-size: 1.8rem;
}

.sns_list{
	display:flex;
	justify-content:space-between;
	max-width:76px;
	width: 9%;
	margin-left: auto;
}

.sns_list li{
	width: 45%;
}

.hd_link{
	display:flex;
	max-width:320px;
	width: 37%;
	margin-left: auto;
}

.hd_link_btn1{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	max-width:160px;
	width:100%;
	height:80px;
	font-size:1.4rem;
	font-weight: 500;
	line-height:2;
	transition: .4s;
}

.hd_link_btn1.bgwh:hover{
	background: #dadada;
	opacity:1;
}


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

#modal {
	display: none;
}

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

#cover {
	width: 100%;
	margin: 0px auto 0;
	position: relative;
}

#cover:before{
	position:absolute;
	content:"";
	width: 25.417%;
	height: 23.8545vw;
	background:url(./img/top/mv_sou1.png)no-repeat right bottom;
	background-size:contain;
	left:0;
	bottom:-1px;
	z-index:1;
}

#cover:after{
	position:absolute;
	content:"";
	width: 37.6045%;
	height: 43.698vw;
	background:url(./img/top/mv_sou2.png)no-repeat right bottom;
	background-size:contain;
	right: 0;
	bottom: 0px;
	z-index: 0;
}

.slider1_area{
	height: 54.4278vw;
	width: 100%;
	position: relative;
}

.sld1{
	width:100%;
	height: 54.4278vw;
}

.sld11{
	background:url(./img/top/mv1.png)no-repeat center;
	background-size:cover;
}

.sld12{
	background:url(./img/top/mv2.png)no-repeat center;
	background-size:cover;
}

.sld13{
	background:url(./img/top/mv3.png)no-repeat center;
	background-size:cover;
}

.slider_btn{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width: 93.75%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	pointer-events: none;
	z-index: 1;
}

.slider_btn > div{
	pointer-events:initial;
	cursor:pointer;
}

.cov-div{
	position:absolute;
	bottom:0;
	left: 5%;
	z-index:1;
}

.cov-div .title{
	line-height: 1.09;
	font-weight:600;
	font-size: clamp(3.3rem,7vw,9.7rem);
}

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

#main {
	width: 100%;
	margin: 0px auto 0;
}

.flex{
	display: flex;
	justify-content: space-between;
}

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

.mainTit{
	font-size: 2.8rem;
	line-height: 1.42857;
	font-weight:700;
	font-size: clamp(1.4rem,2.4vw,2.8rem);
}

.mainTit .en_tit{
	font-size: 9.8rem;
	line-height: 1.397;
	font-weight:700;
	font-size: clamp(4rem,7vw,9.8rem);
	display:block;
}

.mainTit .tit{
	display:block;
	padding-left: 64px;
	position: relative;
}

.mainTit .tit:before{
	position:absolute;
	content:"";
	width:23px;
	height:100%;
	background:#1A469C;
	left: 11px;
	bottom:0;
	transform: skewX(
330deg);
}

.mainTit2{
	font-size: 1.8rem;
	line-height: 1;
	font-weight:500;
	font-size: clamp(1.6rem,4vw,1.8rem);
}

.mainTit2 span{

}

.subTit{
	font-size: 2.4rem;
	line-height:1.2;
	font-weight:700;
	font-size: clamp(2rem,4vw,2.4rem);
}

.content01{
	padding: 8.334% 0 11.198%;
	position:relative;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.content01 .title1{
	margin: 8.136% 0 2px;
	font-size: 3.6rem;
	line-height:1.4444;
	font-weight:700;
	font-size: clamp(1.6rem,2vw,3.6rem);
}

.content01 .title1 span{
	font-size: 4.3rem;
	font-weight:700;
	font-size: clamp(2rem,2.4vw,4.3rem);
}

.content01 .text1{
	margin-top: 3.617%;
	font-size:1.6rem;
	line-height:2.25;
	font-weight:500;
	max-width: 769px;
	width: 100%;
}

.content01 .flex .text_area{
	max-width: 885px;
	width: 59%;
}

.content01 .flex .img{
	max-width:897px;
	width: 47%;
	position:absolute;
	right:0;
	top: 160px;
	z-index: -1;
}

.contact_area1{
	position:relative;
}

.contact_area1:before{
	position:absolute;
	content:"";
	width:100%;
	height: 86.5%;
	background:url(./img/common/bg_cont.jpg)no-repeat center top;
	background-size:cover;
	top:0;
	left:0;
	z-index:-1;
}

.title_tmp1{
	display:flex;
	align-items:center;
}

.title_tmp1 .mainTit{
	margin-right:85px;
}

.title_tmp1 .text1{
	font-size: 2.2rem;
	line-height:1.909;
	font-weight:500;
	font-size: clamp(1.6rem,4vw,2.2rem);
}

.contact_area1 .contact_area1_div1{
	padding:80px 0 60px;
}

.contact_area1_div1 .text{
	line-height:1.909;
}

.contact_list1{
	display:flex;
	justify-content:center;
}

.contact_list1 li{
	width:50%;
}

.contact_list1 li a{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	height:270px;
	flex-direction:column;
	transition:.4s;
}

.contact_list1 li a:hover{
	opacity:1;
	background:#496296!important;
}

.contact_list1 li a .text1{
	font-size: 3.4rem;
	font-weight:700;
	font-size: clamp(2rem,3vw,3.4rem);
	margin-top:31px;
}

.contact_list1 li:first-child a .text1{
	font-size: 4rem;
	font-weight:700;
	font-size: clamp(2.4rem,3vw,4rem);
	margin-top:27px;
}

.content02{
	margin: 7.292% auto 0;
	padding: 27.344% 0 0;
	position: relative;
	z-index: 1;
}

.co2_div:before{
	position:absolute;
	content:"";
	width: 32.5%;
	height: 16.7477%;
	background:url(./img/top/co2_sou1.png)no-repeat;
	left: -20.1%;
	bottom: 35.5%;
	z-index: -1;
	background-size: contain;
}

.content02 .img1{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index: 2;
}


.content02 .img1 img{
	width:100%;
	height:100%;
}

.co2_div{
	background:#D8DFEC;
	position: relative;
	padding: 21.3028% 0 6.771%;
	z-index: 1;
}

.co2_div .img2{
	position:absolute;
	top: 178px;
	right: 51px;
	width: 23.65%;
	z-index: -1;
}

.co2_div1{
	margin: 9% auto 0;
	position: relative;
}

.co2_div1.matop{
	margin: 72px auto 0;
}

.co2_div1 .title1{
	font-size: 5rem;
	font-weight:700;
	font-size: clamp(2.8rem,3vw,5rem);
	margin-bottom:33px;
}

.co2_list1{display: flex;flex-wrap: wrap;margin-top: -5.6667%;}

.co2_list1 li{
	width: 30.134%;
	max-height: 380px;
	height: 24vw;
	position:relative;
	transform: skewX(
350deg);
	overflow:hidden;
	z-index:1;
	margin-left: 2.5%;
	margin-top: 5.6667%;
}

.co2_list1 li:nth-child(3n + 1){
	margin-left: 2.2%;
}

.co2_list1 li:before{
	position:absolute;
	content:"";
	width:100%;
	height:50%;
	background:linear-gradient(to top , #0E2757 ,#0E275700);
	bottom:0;
	left:0;
	z-index:1;
	transition:.4s;
}

.co2_list1 li:after{
	position:absolute;
	content:"";
	width:52px;
	height:52px;
	background:url(./img/common/sl_right_arrow.svg)no-repeat;
	bottom: 22px;
	right: 15px;
	z-index: 1;
	background-size: contain;
	transform: skewX(-350deg);
}

.co2_list1 li .img{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background: #fff;
}

.co2_list1 li .img img{
	width: 100%;
	height:100%;
	object-fit:cover;
	transform: skewX(-350deg) scale(1.18);
	transition:.4s;
}


.co2_list1 li:hover  .img img{
	transform: skewX(-350deg) scale(1.3);
}

.co2_list1 li .text_area{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display: flex;
	align-items: flex-end;
	z-index: 1;
}

.co2_list1 li .text_area .text1{
	padding-left: 12%;
	width: 100%;
	font-size: 2.4rem;
	line-height:1.458333;
	font-weight:700;
	font-size: clamp(1.4rem,1.5vw,2.4rem);
	transform: skewX(-350deg);
	padding-bottom: 3.84%;
}

.co2_list1 li .text_area .text1 span{
	display:block;
	font-size: 1.8rem;
	line-height:1.3888;
	font-weight:500;
	font-size: clamp(1.2rem,1.4vw,1.8rem);
}

.co2_div1 .text{
	margin: 7.5% auto 0;
	font-size: 3rem;
	line-height:1.46667;
	font-weight:700;
	font-size: clamp(1.6rem,2.4vw,3rem);
	text-align:center;
}

.contact_area2{
	background:#D8DFEC;
	padding: 0 0 130px;
	position: relative;
	z-index: 1;
}


    .marquee {
      position: relative;
      overflow: hidden;
      width: 100%;
      max-width: 100%;
      height: 269px;
      margin: 0 auto 80px;
    }

    .marquee__track {
      display: flex;
      width: max-content;
      height: 100%;
      animation: marquee 40s linear infinite;
    }


    .marquee__img {
      height: 100%;
      width: auto;
      flex-shrink: 0;
      user-select: none;
      pointer-events: none;
    }

.btn2{
	display:flex;
	align-items:center;
	justify-content:center;
	height:188px;
	width:100%;
	border-radius:118px;
	font-size: 3.8rem;
	line-height:1;
	font-weight:700;
	font-size: clamp(2.4rem,3vw,3.8rem);
	position:relative;
	transition:.4s;
}

.btn2:hover{
	opacity:1;
	background:#496296!important;
}

.btn2 img{
	margin-right: 1.14%;
}

.btn2:before{
	position:absolute;
	content:"";
	width:92px;
	height:92px;
	background:url(./img/common/sl_right_arrow.svg)no-repeat;
	background-size:contain;
	right: 5.867%;
	top:0;
	bottom:0;
	margin:auto;
}

.contact_area2:before {
    position: absolute;
    content: "";
    width: 664px;
    height: 706px;
    background: url(./img/common/cont2_sou1.png) no-repeat;
    background-size: contain;
    right: -497px;
    bottom: -197px;
    z-index: 0;
}

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

footer {
	padding: 4.4278% 0 0;
}

footer .flex1 .left{
max-width: 325px;
width: 40%;
}

footer .flex1 .right{
max-width: 574px;
width: 60%;
}

footer .flex1 .right .text{
	font-size: 2rem;
	line-height:1.4;
	font-weight:700;
	font-size: clamp(1.8rem,2.4vw,2rem);
	margin-bottom:24px;
}

footer .logo {
	max-width:266px;
	width:100%;
	margin-bottom:30px;
}

.addp1{
	margin-bottom:8px;
}

a.tel_btn{
	font-size: 2.8rem;
	line-height:1.392;
	font-weight:700;
	font-size: clamp(2rem,2.4vw,2.8rem);
	display:flex;
	align-items:center;
	color:#1A469C;
	margin-bottom:2px;
}

a.tel_btn img{
	margin-right:8px;
}

.copyright {
	text-align: center;
	padding: 27px 0 30px;
	border-top:1px solid #D8DFEC;
	font-size:1.4rem;
	font-weight:500;
	margin-top: 25px;
}

.ft_list1 li{
	position:relative;
	padding-left:22px;
	font-size:1.6rem;
	font-weight:700;
	line-height:1.5;
	margin-bottom:20px;
}

.ft_list1 li:before{
	position:absolute;
	content:"";
	width:14px;
	height:2px;
	background:#343638;
	left:0;
	top:12px;
}


.ft_list1 li.child{
	position:relative;
	padding-left:18px;
	font-weight:500;
	margin-left:26px;
}

.ft_list1 li.child:before{
	width:14px;
	height:1px;
	top:12px;
}



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

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

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 12px;
    padding: 16px 0 0;
	max-width: 1080px;
}

.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;
}

/*--- ページトップ ---*/
#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;
}


.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	cursor: pointer;
	outline: 0;
	color: #fff!important;
	font-size: 1.6rem;
	border: none;
	font-weight: 500;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	background: none;
	margin: 0 auto!important;
	height: 100%;
}

.green .clearForm,
.green .clearForm2,
.green .toHome {
	color: #2CB573 !important;
	
}


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

.tb_inp.mabo{
	margin-bottom:16px;
}

textarea {
	padding: 10px 5px;
	height: 242px;
	width: 100%;
	background: #fff;
}

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

input[type="text"],
input[type="email"],
input[type="tel"]{
	height: 47px;
	padding: 5px;
	width: 100%;
	background: #fff;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
option {
	border: none;
	width: 100%;
	background: #F7F7F7;
	border: 1px solid #A7B1C3;
}

::placeholder{
	color:#CCCCCC;
	font-weight:500;
}

select{
	width:100%;
	max-width: 273px;
	height: 50px;
	font-weight: 500;
	padding: 0 13px;
	color: #50423D!important;
}

input[type="date"]{
	width:100%;
	max-width:273px;
	height:42px;
}

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 th, .contact_tb td {
	padding: 13px 0;
	font-size: 1.6rem;
	position: relative;
	font-weight: 700;
}

.contact_tb tr:last-child th,
.contact_tb tr:last-child td {
	border-bottom:none;
}

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



.contact_tb th {
	text-align: left;
	padding-right: 1%;
	width: 19%;
	font-size: 2rem;
	font-weight: 700;
	color: #1A469C;
}

.contact_tb th.vert{
	vertical-align:top;	
}

.contact_tb td {width: 81%;}

.contact_tb td .text{
	font-size:1.4rem;
}


.contact01_div3{
	margin-top:80px;
}


.pri_div{
	padding: 20px;
	height: 142px;
	overflow-y:scroll;
	margin: 26px auto 20px;
	background: #fff;
	-ms-overflow-style: none;
	scrollbar-width: none;
	border: 1px solid #CCCCCC;
	width: 100%;
}

.pri_div.pri_div2{
	padding: 24px 4%;
	height: 285px;
	overflow-y:scroll;
	margin: 24px auto 56px;
	background: #F1F4E0;
	-ms-overflow-style: none;
	scrollbar-width: none;
	border: 2px solid #F1F4E0;
	width: 100%;
	border-radius: 10px;
}

.pri_div::-webkit-scrollbar{
	display: none;
}

.pri_div .text2{
	font-weight: 500;
}


.pri_div .title{
	font-size: 2.4rem;
	line-height: 1.458333;
	margin-bottom: 24px;
	font-weight: 500;
}

.pri_div.pri_div2 h3{
	font-size: clamp(1.8rem,2vw,2.4rem);
	line-height: 1.8;
	margin-bottom: 24px;
	color: #534541!important;
}

.pri_div dt{
	font-size: 1.4rem;
	line-height: 2.057;
}

.pri_div dd{
    font-size: 1.4rem;
    line-height: 2.057;
	margin-bottom:24px;
}

.pri_div dd p.matop{
	margin-top:24px;
}

.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom: 55px;
}

.privacy_area label{
	display:flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 500;
}



.privacy_area input{
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
	border-radius: 0;
	accent-color: #ccc;
	margin-right: 16px;
}

.send_btn{
	position:relative;
	margin: 0 auto;
	background: #C40303;
	max-width: 349px;
	width: 100%;
	height: 76px;
	border-radius: 45px;
}

.send_btn:before{
    position: absolute;
    content: "";
    width: 37px;
    height: 37px;
    background: url(./img/common/sl_right_arrow.svg) no-repeat;
    bottom: 0px;
    right: 8%;
    z-index: 1;
    background-size: contain;
	top:0;
	margin:auto;
}


.send_btn:hover{
	opacity:0.7;
}

.contact_tb th em {
	background: #D0495B;
	margin: 0 5px 0;
	font-size: 1.2rem;
	font-weight: 500;
	border-radius: 6px;
	color: #fff;
	padding: 0 6px;
}




/* wordpress 記事 */
.detail_area img{
	margin-bottom:24px;
	width: revert-layer;
}

.detail_area p:has(img){
	margin:0;
}


.alignright{
	margin-left:auto;
	display:block;
}


.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display:block;
}


.detail_area p{
	margin-bottom:24px;
	font-size: clamp(1.5rem,2.3vw,1.8rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h2{
	margin-bottom:24px;
	font-size: clamp(2.4rem,3vw,3.2rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h3{
	margin-bottom:24px;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h4{
	margin-bottom:24px;
	font-size: clamp(1.6rem,2.3vw,1.8rem);
	line-height:2;
	letter-spacing:0.05em;
}


#art_cover{
	height:480px;
	width:100%;
	background:url(./img/common/art_mv.png)no-repeat right;
	background-size:cover;
	display: flex;
	align-items: center;
}

#art_cover .title{
	font-size: 3.6rem;
	line-height:1;
	font-weight:700;
	font-size: clamp(2rem,3vw,3.6rem);
}

#art_cover .title span{
	display: block;
	line-height:1;
	font-weight:600;
	font-size: clamp(4rem,7vw,9.7rem);
}


.content01.company01 {
    padding: 5.7299% 0 7.5%;
}

.company03{
	background: #D8DFEC;
	padding: 6.771% 0;
	margin-top: 6.771%;
	position:relative;
	z-index: 1;
}

.company03:before {
    position: absolute;
    content: "";
    width: 30.521vw;
    height: 26.511vw;
    background: url(./img/top/co2_sou1.png) no-repeat;
    left: -20.1%;
    bottom: 37.5%;
    z-index: -1;
    background-size: contain;
}

.comp03_list1{
	margin-top:48px;
}

.comp03_list1 li{
	display:flex;
	padding:22px 0;
	justify-content:space-between;
	border-bottom:1px solid #A7B1C3;
}

.comp03_list1 li .left{
	width:180px;
	flex-shrink:0;
	color:#1A469C;
	font-size: clamp(1.8rem,2.3vw,2rem);
	font-weight:700;
}

.comp03_list1 li .right{
	width:100%;
	font-size:1.6rem;
	line-height:2.25;
}

.machine01{
	padding: 5.7299% 0 8.334%;
	position:relative;
	padding: 110px 0 160px;
	z-index:1;
}

.machine01:before{
    position: absolute;
    content: "";
    width: 30.521vw;
    height: 26.511vw;
    background: url(./img/top/co2_sou1.png) no-repeat;
    left: -20.1%;
    top: 110px;
    z-index: -1;
    background-size: contain;
}

.machine01:after{
	    position: absolute;
	    content: "";
	    width: 664px;
	    height: 706px;
	    background: url(./img/common/cont2_sou1.png) no-repeat;
	    background-size: contain;
	    right: -450px;
	    bottom: -197px;
	    z-index: -1;
}

.machine01.machine01_3:after{
	display:none;
}

.mach_text1{
	text-align:center;
	font-size: 3.6rem;
	line-height:1.4444;
	font-weight:700;
	font-size: clamp(1.7rem,2.8vw,3.6rem);
	margin-bottom:46px;
}

.link_list{
	display:flex;
	flex-wrap:wrap;
}

.link_list li{
	width: 16.667%;
	margin-top:24px;
	margin-right:4.16625%;
}

.link_list li:nth-child(5n+5){
	margin-right:0;
}

.link_list li a{
	display:flex;
	text-align:center;
	width:100%;
	height:76px;
	background:#C40303;
	color:#fff;
	justify-content:center;
	align-items: center;
	border-radius:118px;
	font-size:1.6rem;
	font-weight:500;
	line-height:1.375;
}

.link_list.col4{
	justify-content:space-between;
}

.link_list.col4 li{
	width: 24.5%;
	max-width:300px;
	margin-right:0;
}

.machine01_div {
	padding:120px 0 0;
}

.machine01_div.machine01_div2{
	padding:200px 0 0;
}

.mach_title_area1{
	text-align:center;
}

.mach_title_area1 .img{
	width: 30%;
	margin:0 auto;
}

.mach_title_area1 .name{
	margin:8px auto 0;
	font-size: 4rem;
	line-height:1.45;
	font-weight:700;
	font-size: clamp(3rem,3vw,4rem);
}

.mach_title_area1 .text{
	margin:34px auto 0;
	font-size:1.6rem;
	line-height:2.25;
}

.machine_list1{
width: 100%;
max-width: 1920px;
margin: 0 auto;
}

.machine_list1 > li{
	display:flex;
	justify-content:space-between;
	max-width: 1710px;
	width: 92%;
	margin-top: 100px;
	margin-left:auto;
}

.machine_list1 > li:first-child{
	margin-top:80px;
}

.machine_list1 > li:nth-child(2n+2){
	margin-right:auto;
	margin-left:0;
	flex-direction:row-reverse;
}

.machine_list1 > li .text_area{
	max-width:750px;
	width: 44%;
}

.machine_list1 > li .img{
	max-width:910px;
	width: 54%;
	    padding-top: 100px;
}

.machine_list1 .mainTit{
	font-size: clamp(1.6rem, 2vw, 2rem);
}

.machine_list1 .mainTit .en_tit{
	font-size: clamp(2.4rem, 2.6vw, 5rem);
	white-space: nowrap;
}

.machine_list1 .model{
	background:linear-gradient(to right,#21283A29,#21283A00);
	margin:35px auto 20px;
	padding:14px 24px;
	min-height:179px;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
}

.machine_list1 .model .text{
	font-size: 2.8rem;
	line-height: 1.42857;
	font-weight: 700;
	font-size: clamp(1.6rem, 2vw, 2.8rem);
}


.machine_list1 .model .text .mid{
	line-height:1.4411;
	font-weight:700;
	font-size: clamp(2rem,3vw,3.4rem);
}

.machine_list1 .model .name{
	font-size: clamp(2.6rem, 2.8vw, 5rem);
	font-weight:700;
	line-height:1.44;
}

.machine_list1 .model .name .mid{
	line-height:1.4444;
	font-weight:700;
	font-size: clamp(2rem,3vw,3.6rem);
}

.machine_list1 > li .text_area > .text{
	font-size: clamp(1.5rem, 1.5vw, 1.6rem);
	font-weight:700;
	line-height:2.25;
	margin-bottom:35px;
}

.machine_list1_div1{
	margin-top:16px;
	background:#D8DFEC;
	padding:20px 26px 31px;
}

.machine_list1_div1 .title1{
	font-size: clamp(1.8rem, 2vw, 2rem);
	font-weight:700;
	line-height:1.45;
}

.machine_list1_div1 .text1{
	margin-top: 17px;
	font-size: clamp(1.5rem, 1.5vw, 1.6rem);
	font-weight:500;
	line-height:2.25;
}

.tablet{
	display:none;
}

.machine01_div3{
	position:relative;
}

.machine01_div3:before{
	position:absolute;
	content:"";
	width: 29.011vw;
	height: 26.094vw;
	background: url(./img/machine02/sou1.svg)no-repeat;
	background-size:contain;
	bottom: -5.9vw;
	left: -1.45834vw;
}

.machine02{
padding: 40px 0 120px;
position: relative;
}

.machine02:after{
	    position: absolute;
	    content: "";
	    width: 664px;
	    height: 706px;
	    background: url(./img/common/cont2_sou1.png) no-repeat;
	    background-size: contain;
	    right: -450px;
	    bottom: -197px;
	    z-index: -1;
}

.machine02_tit{
	font-size: clamp(3rem, 4vw, 6.4rem);
	font-weight:700;
	line-height:1.4375;
	text-align:center;
	margin-bottom:30px;
}

.machine02_list1{
	display:flex;
	flex-wrap:wrap;
	margin-top:20px;
}

.machine02_list1 li{
	width: 30.267%;
	margin-top:60px;
	margin-right: 4.5995%;
}

.machine02_list1 li:nth-child(3n+3){
	margin-right:0;
}

.machine02_list1 li .name{
	margin-top:18px;
	font-size: clamp(1.8rem, 2vw, 2.4rem);
	font-weight:700;
	line-height:1.5;
}

.machine02_list1 li .name .en{
	display:block;
	margin-top:4px;
	line-height:1.388;
	font-weight:500;
	font-size: clamp(1.5rem, 1.5vw, 1.8rem);
}


.contact01{
	padding:110px 0 145px;
}

.contact01_div{
	margin:64px auto 0;
	background:#D8DFEC;
	padding: 5% 4.667%;
	font-size: 1.6rem;
	line-height: 2.25;
	font-weight: 500;
}

.contact02{
	background:#D8DFEC;
	padding:145px 0;
	position:relative;
	z-index:1;
}


.contact02:before{
    position: absolute;
    content: "";
    width: 30.521vw;
    height: 26.511vw;
    background: url(./img/top/co2_sou1.png) no-repeat;
    left: -20.1%;
    top: 25vw;
    z-index: -1;
    background-size: contain;
}

.contact02:after{
	position: absolute;
	content: "";
	width: 664px;
	height: 706px;
	background: url(./img/common/cont2_sou1.png) no-repeat;
	background-size: contain;
	right: -497px;
	bottom: -197px;
	z-index: -1;
}


.contact02 .inner{
	max-width:1200px;
}

.cont_list1{
	max-width:498px;
	margin: 0 auto 67px;
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	position:relative;
	z-index:1;
}

.cont_list1:before{
	position:absolute;
	content:"";
	width:100%;
	height:1px;
	top:0;
	bottom:0;
	margin:auto;
	left:0;
	right:0;
	background:#20407F;
	z-index:-1;
}

.cont_list1 li{
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:center;
	background:#fff;
	width:73px;
	height:73px;
	border-radius:50%;
	font-weight:700;
	line-height:1;
	color:#20407F;
	border:1px solid #20407F;
}

.cont_list1 li span{
	font-size:1.6rem;
	font-weight:700;
}

.cont_list1 li.active{
	background:#C40303;
	color:#fff;
	border:none;
}

.tb_text1{
	font-size:1.6rem;
	line-height:2.25;
	margin-top:42px;
}

.machine_list1.knives_list1 > li{
	width: 100%;
	margin-left:auto!important;
	margin-right:auto!important;
}


.machine_list1.knives_list1 > li:nth-child(2n+2){
	flex-direction:row-reverse;
}

.machine_list1.knives_list1 > li .text_area{
	width: 50%;
}

.machine_list1.knives_list1 > li .img{
	max-width:700px;
	width: 48%;
}

.machine_list1 > li.nopad .img {
    padding-top: 0px;
}

.machine_list1.knives_list1 > li .text_area > .text{
	margin: 35px 0;
}

.knives_list2 li{
	margin-top:30px;
}


.knives_list2 li .title1{
	font-size: clamp(1.6rem, 2vw, 2rem);
	line-height:1.45;
	font-weight:700;
}

.knives_list2 li .text1{
	margin-top:15px;
	font-size: clamp(1.5rem, 1.6vw, 1.6rem);
	line-height:2.25;
}

.knives_list3{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top: 35px;
}

.knives_list3 li{
	width:32%;
	max-width: 454px;
	position:relative;
	margin-top: 75px;
}


.knives_list3 li:before{
	position:absolute;
	content:"";
	background:linear-gradient(to top,#0E2757 0%,#0E275700 40%,#0E275700 100%);
	width:100%;
	height:100%;
	bottom:0;
	left:0;
}

.knives_list3 li .text1{
	position:absolute;
	bottom: 2.5%;
	left:0;
	z-index:1;
	color:#fff;
	width: 95%;
	margin: 0 auto;
	right: 0;
	line-height: 2.25;
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
	font-weight: 700;
	min-height: 72px;
}

.machine01.knives01{
	padding-bottom:200px;
}

.machine01.knives02:before{
	bottom:0;
	top:auto;
}

.machine01.knives02:after{
	display:none;
}

.machine01.knives02{
	padding-top:0;
}

.machine01_div.knives02_div1{
	padding:0;
}

.thanks_text{
	text-align:center;
}


.thanks_text a{
	display:block;
	margin-top:30px;
	color:#c40303;
}

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


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

@media screen and (min-width: 1921px) {

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


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

} /* min-width: 1921px ここまで */

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


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.content01 .flex .text_area {
    width: 52%;
}

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.slider_btn > div{
	max-width:70px;
}

.co2_list1 li .text_area .text1 {
    padding-left: 5%;
}

.co2_list1 li:after {
    width: 36px;
    height: 36px;
    bottom: 12px;
    right: 7px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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


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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.machine_list1 > li .text_area{
	width: 48%;
}

.machine_list1 > li .img{
	width: 50%;
}
	
.link_list li a{
	font-size:1.4rem;
	height: 66px;
}


.knives_list3 li .text1{
	line-height:1.6;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

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


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

img {
	width: auto;
	max-width: 100%;
	height: auto;
}



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

header {
}

.nav_list1 a,
.menu-title{
	font-size:1.6rem;
}

.slider1_area,
.sld1{
	height: 70vw;
}
	
    .slider_btn > div {
        max-width: 52px;
    }

.content01 .text1{
	font-size:1.5rem;
	line-height: 2.13333;
	margin-top: 22px;
}


.content01 .flex .text_area{
	width: 59%;
}

.content01 .flex .img{
	width: 40%;
}

.content01 .title1{
	font-size: clamp(1.6rem,2.2vw,3.6rem);
}

.content01 .title1 span{
	font-size: clamp(2rem,2.6vw,4.3rem);
}

.contact_list1 li a{
	height:220px;
}

.co2_list1 li .text_area .text1 {
    padding-left: 5%;
}

.btn2{
	height: 120px;
	font-size: clamp(2.4rem, 2.4vw, 3.8rem);
}

.btn2:before{
	width: 60px;
	height: 60px;
	right: 3%;
}

.ft_list1 li.child {
    padding-left: 16px;
    margin-left: 10px;
}
.ft_list1 li {
    padding-left: 16px;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.ft_list1 li.child:before {
    width: 10px;
}
.ft_list1 li:before {
    width: 10px;
}


footer .flex1 .left{
width: 35%;
}

footer .flex1 .right{
width: 61%;
}

.nav_list1{
	padding:0 2%
}

#art_cover {
    height: 400px;
}

.link_list li {
    width: 19%;
    margin-right: 1.25%;
}
	
.link_list li a{
	font-size:1.2rem;
}

.machine_list1 .model{
	min-height: 130px;
	padding: 12px 16px;
}

.machine_list1 > li .text_area > .text{
	line-height:1.8;
	margin-bottom: 20px;
}

.machine_list1_div1 .text1{
	line-height:1.8;
	margin-top: 12px;
}

.machine_list1_div1 {
    margin-top: 12px;
    padding: 20px 16px;
}

.machine_list1 > li .img{
	padding-top:40px;
}

.machine01_div.machine01_div2 {
    padding: 120px 0 0;
}

.machine01_div {
    padding: 80px 0 0;
}

.tablet{
	display:block;
}

.machine_list1 > li{
	width:95%;
}

.machine02_list1 li{
	margin-right:2%;
	width:32%;
}

.contact_tb th{
	font-size:1.6rem;
}


.mainTit .tit {
    padding-left: 45px;
}

.machine_list1.knives_list1 > li .text_area > .text{
	margin: 20px 0;
}

.knives_list2 li{
	margin-top:15px;
}
	
.knives_list2 li .text1{
	margin-top:8px;
}

.knives_list3 li {
    width: 49%;
    max-width: initial;
    margin-top: 40px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

.pc {
	display: none;
}

.sp {
	display: block;
}

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


a[href*="tel:"] {
	pointer-events: initial;
	cursor: pointer;
	text-decoration: none;
	}

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


.headerUl{
	display: flex;
	width: 52px;
	justify-content: flex-end;
}

.menuBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all .4s;
	z-index: 9999;
}
	
.headerScroll .menuBtn,
.open .menuBtn{
	border: 1px solid #343538;
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 26px;
  height: 9px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  bottom: 0;
}

.menu-trigger.active span,
.headerScroll .menu-trigger span{
	background:#111;
}
	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: #fff;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    top: 0;
}

.gnav.active{
	display: block;
}

.gnav__menu{
    display: block;
    width: 100%;
    height: 100%;
    padding: 132px 0 60px;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
	top: 0px;
    overflow: scroll;
}

nav .gnav__menu__item:first-child{
    border-top: 1px solid #ccc;
}
	
nav .gnav__menu__item{
    margin: 0 auto;
    width: 89.334%;
    border-bottom: 1px solid #ccc;
    padding: 22px 0px;
}

.gnav__menu__item a,
.gnav__menu__item .pare{
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    display: block;
}

nav .gnav__menu__item a.btn03{
    padding: 0 5%;
    font-size: 2rem;
}

.chil_list{
	margin-top:8px;
}

.chil_list li{
	position:relative;
	padding-left: 16px;
	margin-top: 8px;
}

.chil_list li:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	width:8px;
	height:1px;
	background:#343538;
}

.pc_nav{
	display:none;
}

.slider1_area,
.sld1{
	height: 812px;
}

.hLogo {
    max-width: 260px;
    width: 32%;
    min-width:120px;
    z-index: 9999;
}
	
header{
	padding:20px;
}

header.headerScroll{
	background:#fff;
	padding: 10px 20px;
}

.open header.headerScroll{
	padding:20px;
}

nav .gnav__menu__item2{
	margin: 0 auto;
	width: 89.334%;
	padding: 0 0 16px;
}

nav .gnav__menu__item2 .btn1{
	margin:0 auto;
}

nav .gnav__menu__item2 .btn1.bgwh{
	margin:56px auto 0;
}

.btn1{
	display:flex;
	align-items:center;
	justify-content:center;
	height:75px;
	background:#fff;
	font-size:1.6rem;
	font-weight:700;
}

.btn1.bgred{
	font-size:2rem;
}
	
.btn1.bgwh{
	font-size:2.4rem;
	border:1px solid #496296;
	color:#496296;
}

.btn1 img{
	margin-right:12px;
}



.cov-div {
    bottom: 3.203%;
    left: 4.537%;
}

.slider_btn{
	width: 89.334%;
}

#cover:before {
    width: 165px;
    height: 177px;
    background: url(./img/top/mv_sou1_sp.png) no-repeat right bottom;
    background-size: contain;
}

#cover:after {
    width: 348px;
    height: 590px;
    background: url(./img/top/mv_sou2_sp.png) no-repeat right bottom;
    background-size: contain;
    right: -86px;
    bottom: auto;
	top:0;
}

.content01 .flex{
	flex-direction:column;
}

.content01 .flex .text_area{
	width: 100%;
}

.content01 .flex .img{
	width: 100%;
	position:initial;
	margin: 40px auto 0;
}


.mainTit .tit{
	padding-left: 40px;
	min-height: 28px;
	display: flex;
	align-items: center;
}

.mainTit .tit:before{
	width:15px;
	left: 11px;
}

.content01 .title1{
	margin: 40px 0 6px;
	line-height: 1.75;
	white-space: nowrap;
}

.content01 {
    padding: 56px 0 60px;
}

.inner {
    width: 89.334%;
}

.contact_area1:before{
	display:none;
}

.contact_area1_div1{
	background:url(./img/common/bg_cont_sp.jpg)no-repeat
}

.title_tmp1{
	flex-direction:column;
}

.title_tmp1 .mainTit{
	margin-right: 0;
}

.title_tmp1 .text1{
	font-size: 2.2rem;
	line-height:1.909;
	font-weight:500;
	font-size: clamp(1.6rem,4vw,2.2rem);
}

.contact_area1 .contact_area1_div1{
	padding: 40px 0 50px;
}

.contact_area1_div2 .inner{
	width:100%;
}

.contact_list1{
	flex-direction:column;
}

.contact_list1 li{
	width:100%;
}

.contact_list1 li a{
	height:135px;
}

.contact_list1 li a .text1{
	margin-top:13px;
}

.contact_list1 li:first-child a .text1{
	margin-top:10px;
}

.contact_list1 li:first-child a .img{
	width:25px;
}

.contact_list1 li a .img{
	width:44px;
}

body{
	font-size:1.5rem;
}

.co2_div {
    padding: 52% 0 7.47%;
}

.content02 {
    margin: 16% auto 0;
    padding: 23.47% 0 0;
}

.co2_div .img2 {
    top: 29vw;
    right: 1.2%;
    width: 38.33%;
}

.co2_div1 {
    margin: 66px auto 0;
}


.co2_list1{margin-top: -10px;}

.co2_list1 li{
	width: 86.913%;
	height: 64.8vw;
	margin-left: auto;
	margin-top: 28px;
	margin-right: auto;
}

.co2_list1 li:nth-child(3n + 1){
	margin-left: auto;
	margin-right: auto;
}

.co2_list1 li .text_area .text1 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.co2_list1 li .text_area .text1 span {
    font-size: clamp(1.4rem, 2.4vw, 1.8rem);
}

.co2_div1 .title1{
	margin-bottom:0;
}

.co2_div1.matop{
	margin:36px auto 0;
}

.co2_div1 .text {
    margin: 42px auto 0;
    line-height: 1.5;
    text-align: left;
}


.co2_list1 li:after {
    width: 45px;
    height: 45px;
    bottom: 13px;
    right: 6px;
}

.marquee{
	height:112px;
	margin: 0 auto 33px;
}

.contact_area2:before {
    width: 246px;
    height: 269px;
    right: -186px;
    bottom: -109px;
    z-index: 0;
    background: url(./img/common/cont2_sou1_sp.png) no-repeat;
    background-size: contain;
}

.contact_area2{
	padding:0 0 55px;
}


.btn2{
	line-height:1.42857;
}

footer {
	padding: 55px 0 0;
}

footer .flex1{
	flex-direction:column;
}

footer .flex1 .left{
max-width: initial;
width: 100%;
}

footer .flex1 .right{max-width: initial;width: 100%;margin: 38px auto 0;}

footer .logo {
    max-width: 162px;
    width: 100%;
    margin-bottom: 21px;
}

.addp1 {
    margin-bottom: 4px;
}

a.tel_btn{
	margin-bottom:4px;
}

footer .flex1 .right .text {
    margin-bottom: 10px;
}

footer .flex1 .right .flex2{
	flex-wrap:wrap;
	justify-content:space-between;
}

.ft_list1{
	margin-bottom:26px;
}

footer .flex1 .right .flex2 .ft_list1:last-child{
	margin-left:auto;
}

.ft_list1 li{
	margin-bottom:12px;
	font-size: 1.5rem;
	padding-left: 22px;
}

.ft_list1:first-child li{
	margin-bottom:26px;
}

.ft_list1 li:before{
	width:14px;
	top: 10px;
}

.ft_list1 li.child{
	font-size:1.4rem;
	padding-left: 18px;
	margin-left: 13px;
}

.copyright{
	padding: 20px 0 25px;
	margin-top: 0px;
	font-size: 1.2rem;
}



.co2_div:before{
	width: 32.5%;
	height: 16.7477%;
	background:url(./img/top/co2_sou1_sp.png)no-repeat;
	left: -20.1%;
	bottom: 20.5%;
	z-index: -1;
	background-size: contain;
}

#art_cover{
	background-position-x: 90%;
	padding-top: 30px;
}

.content01.company01 {
    padding: 80px 0;
}

.company03{
	padding:80px 0;
	margin-top:60px;
}

.comp03_list1 li {
	flex-direction:column;
	padding: 16px 0;
}
	
.comp03_list1 li .left {
    width: 100px;
	margin-bottom:6px;
}

.comp03_list1 {
    margin-top: 30px;
}

.company03:before{
	bottom:0;
}

.link_list li {
	width: 32%;
	margin-right: 2%;
	margin-top: 12px;
}

.link_list li:nth-child(5n+5){
        margin-right: 2%;
}

.link_list li:nth-child(3n+3){
	margin-right:0;
}

.machine01{
	padding: 80px 0 80px;
}

.mach_title_area1 .text{
	margin: 24px auto 0;
	font-size: 1.5rem;
	text-align: left;
}

.machine_list1 > li{
	flex-direction: column!important;
	width:100%;
	margin: 70px auto 0!important;
	max-width:initial;
	width: 89.334%;
}

.machine_list1 > li:first-child {
    margin-top: 50px!important;
}

.machine_list1 > li .text_area{
	width:100%;
	max-width:initial;
}

.machine_list1 > li .img{
	width: 100%;
	padding-top: 30px;
}

.machine01:after{
	width: 246px;
	height: 269px;
	right: -186px;
	bottom: -109px;
	z-index: 0;
	background: url(./img/common/cont2_sou1_sp.png) no-repeat;
	background-size: contain;
}

.machine01_div3:before{
	bottom: -28vw;
}

.machine_list1 .mainTit .en_tit {
    font-size: clamp(2.6rem, 5vw, 5rem);
}

.machine_list1 .model .text {
    font-size: clamp(1.6rem, 3vw, 2.8rem);
}

.machine_list1 .model .text .mid {
    font-size: clamp(2.4rem, 4vw, 3.4rem);
}

.machine02_list1{
	justify-content:space-between;
}

.machine02_list1 li{
	width:48%;
	margin-right:0;
}

.machine02:after{
	width: 246px;
	height: 269px;
	right: -186px;
	bottom: -109px;
	z-index: 0;
	background: url(./img/common/cont2_sou1_sp.png) no-repeat;
	background-size: contain;
}

    .machine01_div.machine01_div2 {
        padding: 80px 0 0;
    }

.mach_title_area1 .name{
	font-size: clamp(3rem, 5vw, 4rem);
}
	
th, td {
	width: 100% !important;
	display: block;
}

.contact_tb th{
	padding: 13px 0 8px;
	font-size: 1.8rem;
}
	
.contact_tb td{
	padding: 0 0 13px;
}

.tb_text1{
	font-size:1.5rem;
	line-height:1.8;
}

.contact02{
	padding:100px 0;
}

.contact01 {
    padding: 80px 0;
}

.contact01_div {
    margin: 40px auto 0;
    padding: 20px;
    font-size: 1.5rem;
    line-height: 1.8;
}


.machine_list1.knives_list1 > li .text_area{
	width: 100%;
}

.machine_list1.knives_list1 > li .img{
	width: 100%;
}

.mach_title_area1 .img {
    width: 40%;
	min-width:180px;
}

.link_list.col4 li{
	width: 49%;
	max-width:initial;
}

.link_list.col4 li a{
	font-size:1.5rem;
}

.knives_list3 li:before{
	background:linear-gradient(to top,#0E2757 0%,#0E275700 60%,#0E275700 100%)
}
	

.machine01.knives01 {
    padding-bottom: 80px;
}

    .contact02:after {
        width: 246px;
        height: 269px;
        right: -186px;
        bottom: -109px;
        z-index: 0;
        background: url(./img/common/cont2_sou1_sp.png) no-repeat;
        background-size: contain;
    }
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


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

table {
	width: 100%;
}





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

#pageTop {
	display: none !important;
}


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

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


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

#main {
}


.sld11{
	background:url(./img/top/mv1_sp.png)no-repeat center;
	background-size:cover;
}

.sld12{
	background:url(./img/top/mv2_sp.png)no-repeat center;
	background-size:cover;
}

.sld13{
	background:url(./img/top/mv3_sp.png)no-repeat center;
	background-size:cover;
}


.btn2{
	height: 77px;
	font-size: clamp(1.4rem, 3vw, 2rem);
	line-height:1.42857;
}

.btn2:before{
	width: 45px;
	height:45px;
	right: 5.974%;
}

.btn2 img{
	width:28px;
	position: absolute;
	left: 11.6%;
}


.link_list li a{
	font-size: 1.4rem;
}

    #art_cover {
        height: 280px;
    }


.machine02_list1 li{
	width:100%;
}

.link_list.col4 li{
	width:100%;
	max-width:300px;
	margin: 12px auto 0;
}
	
.link_list.col4 li a{
	font-size:1.4rem;
}

.knives_list3 li{
	width:100%;
	max-width: 454px;
	margin: 30px auto 0;
}


.knives_list3 li:before {
    background: linear-gradient(to top, #0E2757 0%, #0E275700 40%, #0E275700 100%);
}

 .link_list{
	 justify-content:space-between;
 }

    .link_list li {
        width: 48%;
		margin-right:0;
	}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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


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

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

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




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

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

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


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

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

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


    /* 横スクロールアニメーション */
    @keyframes marquee {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }