@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
html {
    overflow: auto;
}

body {
	width: 100% !important;
	color: #333333;
	line-height: 1.875;
	overflow: hidden;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
	font-weight: 500;
}

.fo_en{
    font-family: "Poly", serif!important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, i, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption, button, input, textarea, select, i{
	letter-spacing:0;
}


/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: #004378;
}
.blue2{
	color: #19a8c8;
}
.red{
	color: #ff2a00;
}
.red2{
    color: #ff3800;
}
.green{
	color: green;
}
.yellow{
	color: #ffd200;
}
.yellow2{
    color: #ffe000;
}
.black{
	color: #333333;
}
.orange{
    color: #ff8400;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: #004378;
}
.bgbla{
	background:#333333;
}
.bgblu2{
	background: #19a8c8;
}
.bglblu{
	background: #c7e4ff;
}
.bgred{
	background: #ff2a00;
}
.bgred2{
	background: #ff3800;
}
.bggre{
	background: green;
}
.bgyel{
	background: #ffd200;
}
.bgyel2{
	background: #ffe000;
}
.bgora{
    background: #ff8400;
}


/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:active {
	color: #333333;
}

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: 1;
}

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: 20px 0 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;
	top: 0;
	padding-left: 2%;
	padding-right: 1.563%;
}

header.headerScroll{
	/* background: #fff; */
}

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

.hLogo a{
	display:flex;
}


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

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

.off_img{
	display:block;
}

.on_img{
	display:none;
}

.headerScroll .off_img{
	display:none;
}

.headerScroll .on_img{
	display:block;
}

header .headerUl{
	display:none;
}

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

table {
	border-collapse: separate;
	border-spacing: 0;
}

.top_tb th {
	background: #d1ebfc;
	font-weight:700;
	font-size: clamp(1.6rem,2vw,1.8rem);
	height: 60px;
	vertical-align: middle;
	text-align: center;
}

.top_tb td {
	padding:1% 3%;
	font-weight:700;
	font-size: clamp(1.6rem,2vw,1.8rem);
	letter-spacing: -0.03em;
}

.top_tb td:nth-child(1){
	width: 27.7%;
}

.top_tb td:nth-child(2){
	font-weight:500;
	width: 48.3%;
	padding: 1% 1%;
}

.top_tb td:nth-child(3){
}

.top_tb th,
.top_tb td{
	border-top:1px solid #000000;
	border-right:1px solid #c5c5c5;
	vertical-align: middle;
}


.top_tb th:last-child,
.top_tb td:last-child{
	border-right:none;
}

.top_tb td:last-child{
	padding-right:0;
	text-align:right;
}

.top_tb .top_tb_last_tr{
	border-right:none;
	border-bottom:1px solid #000000;
}

.top_tb .top_tb_last_tr .flex1{
	display:flex;
	width:100%;
	justify-content:space-between;
	align-items: center;
}

.top_tb .top_tb_last_tr .flex1 .text2 .red{
	font-size: clamp(1.8rem,2vw,2.3rem);
	color: #004378;
}

.taka_top05_text1{
	font-weight: 400;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
	line-height: 2.222;
	margin-top: 3.38%;
}

.taka_top05_text1 span{
	display:block;
	text-indent: -1.2em;
	padding-left: 1.2em;
}

.taka_top05_text2{
	text-align:center;
	margin-top: 3.38%;
	font-size: clamp(2.6rem,3vw,4rem);
	font-weight: 700;
	line-height: 1.4;
}

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

.pc_nav{
	width: 72%;
	display: flex;
	max-width: 1227px;
	align-items: center;
	justify-content: flex-end;
	background: #fff;
	border-radius: 90px;
	overflow: hidden;
}

.nav_list1{
	display: flex;
	justify-content: space-between;
	max-width: 855px;
	width: 75%;
	margin: 0 auto;
}

.nav_list1 li {
	margin-left:auto;
}

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

.nav_list1 a {
	display: block;
	text-decoration: none;
	font-size: clamp(1.6rem, 1.2vw, 1.8rem);
	font-weight: 500;
}


.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: 280px;
	width: 23%;
}

a.hd_link_btn1{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height: 90px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.2;
	transition: .4s;
	color: #fff;
}


a.hd_link_btn1 img{
	width:28px;
	margin-right:12px;
}


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

#modal {
	display: none;
}

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

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

.cov_cont00{
	position:relative;
	width:100%;
	height: 41.407vw;
	background: url(../img/top/bg_mv.png)no-repeat center bottom;
	overflow: hidden;
	z-index: 1;
	background-size: cover;
}

/* .cov_cont00:before{
	position:absolute;
	content:"";
	width: 93.75vw;
	height: 103.82%;
	background:url(../img/top/bg_sou.png)no-repeat center;
	background-size:cover;
	top:0;
	left:0;
} */

.cov_cont00 .img1{
	position:absolute;
	bottom: 7.8125vw;
	width: 17.813vw;
	z-index: -1;
	left: 19.8959vw;
	border: 2px solid #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow:0 0 10px #00000026;
}

.cov_cont00 .img2{
	position:absolute;
	bottom: 4.6875vw;
	right: 32.761vw;
	width: 35.6778vw;
	width: 27.006vw;
	z-index: -1;
	border: 2px solid #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow:0 0 10px #00000026;
}

.cov_cont00 .img3{
	position:absolute;
	bottom: 8.5vw;
	left: 33.2291vw;
	width: 12.24vw;
	z-index: 2;
}


.cov_cont00 .img4{
	position:absolute;
	right: 17.70834vw;
	width: 25.99vw;
	z-index: 2;
	bottom: 2.8vw;
}

.cov_cont00 .img1 img,
.cov_cont00 .img2 img,
.cov_cont00 .img3 img,
.cov_cont00 .img4 img{
	width:100%;
}

.cov_cont00 .ab_text{
	position:absolute;
	bottom:0;
	background: #fff;
	right: 33vw;
	bottom: 4.2vw;
	z-index: 1;
	font-size: clamp(1rem,2vw,1.6rem);
	padding: 0.756% 0.991%;
	font-weight: 700;
	line-height: 1;
}

.cov_div{
	width: 38%;
	position: absolute;
	z-index:10;
	left: 21.875vw;
	top: 8.073vw;
}

.cov_div .title1{
	text-align: left;
	line-height: 1.1054;
	font-weight: 700;
	font-size: 7.2rem;
	font-size: clamp(3rem,3.75vw,7.2rem);
	margin: 0 auto;
	max-width: max-content;
	letter-spacing: 0;
}

.cov_div .title1 > span{
	font-size: 3.2rem;
	line-height: 1;
	font-size: clamp(1.7rem,1.7vw,3.2rem);
	display:block;
	letter-spacing: 0.18em;
	margin-bottom: 2%;
}

.cov_div .title1 > span .bgblu{
	padding: 0 1%;
	letter-spacing: 0.18em;
}



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

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

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

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

.inner2{
	width: 95%;
	max-width: 1080px;
	margin: 0 auto;
}

.sub_in{
	width: 95%;
	max-width: 1080px;
	margin: 0 auto;
}

.mainTit{
	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
	font-size: clamp(2.4rem,2vw,3rem);
	text-align:center;
	letter-spacing: 0em;
	white-space: nowrap;
}

.mainTit .en_tit{
	display:block;
	line-height: 1;
	font-weight: 400;
	font-size:11rem;
	font-size: clamp(5rem,10vw,11rem);
	background: linear-gradient(135deg, #8fbeee 0%,#8fbeee 45%, #97def0 55%, #97def0 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
	padding-bottom: 10px;
}

.mainTit .en_tit.white{
	background:none;
		-webkit-background-clip:initial;
	-webkit-text-fill-color: initial;
}

.mainTit2{
	letter-spacing: 0.1em;
	font-weight:700;
	font-size: clamp(3rem,4vw,5rem);
	line-height: 1;
}

.mainTit2 span.fo_en{
	margin-left: 12px;
	font-size: 1.8rem;
	font-size: clamp(2rem,4vw,4rem);
	font-weight: 600;
}

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

.content01{
	width:100%;
}

.content01 .inner2{
	padding: 68px 0 45px;

}

.fuki_title{
	margin:0 auto;
}

.fuki_title > span{
	font-weight:700;
	font-size: clamp(3rem,3vw,4.6rem);
	letter-spacing: -0.06em;
	position:relative;
	display: block;
	margin: 0 auto;
	line-height: 1;
	max-width: max-content;
}


.fuki_title > span:before,
.fuki_title > span:after{
	position:absolute;
	content:"";
	width: 27.5px;
	height: 45px;
	bottom:0;
	left: -45px;
	background: url(../img/top/fuki_left.png)no-repeat bottom;
	background-size:contain;
}

.fuki_title > span:after{
	left:auto;
	right: -45px;
	background: url(../img/top/fuki_right.png)no-repeat bottom;
	background-size:contain;
	width: 26.5px;
}

.yutoku05 .fuki_title > span{
	font-weight:700;
	font-size: 3.6rem;
	font-size: clamp(2rem,4vw,3.6rem);
	letter-spacing: 0.03em;
}


.fuki_title > span .big{
	font-weight:700;
	font-size:6.6rem;
	font-size: clamp(3rem,7vw,6.6rem);
}

.content01 .bg_img{
	width:100%;
}
.content01 .bg_img img{
	width:100%;
}

.contact_area{
	background:url(../img/common/bg_cont.png)no-repeat center;
	position:relative;
	padding: 4.2% 0 4.688%;
	z-index: 12;
	overflow: hidden;
	background-size: cover;
}


.contact_area .flex{
	margin: 5% auto 0;
}


.contact_area .img{
	max-width: 364px;
	width: 34%;
}

.contact_area .img img{
	border-radius:20px;
}

.contact_area .text_area{
	max-width: initial;
	width: 100%;
}

.contact_area .text_area > .text1{
	margin: 3.45% 0 3.8%;
	line-height: 1.769;
	font-weight: 700;
	font-size: clamp(1.6rem, 2.4vw, 2.6rem);
	letter-spacing: -0.03em;
	text-align: center;
	color: #fff;
}

a.cont_btn1{
    border-radius: 10px;
    line-height: 1.4;
    height: 96px;
    text-align: center;
    font-weight: 700;
    font-size: clamp(1.6rem, 1.8vw, 2rem);
    letter-spacing: 0.1em;
    color: #fff;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#004378;
}

.cont_btn1 img{
	width: 28px;
}

.cont_btn1 .text{
	line-height: 1;
	font-weight: 700;
	font-size: clamp(2rem, 3vw, 2.6rem);
	letter-spacing: 0.1em;
	padding-left: 2%;
}

.cont_btn1 .text span{
	display:block;
	line-height: 1;
	font-weight: 500;
	font-size: clamp(1.2rem, 2vw, 1.6rem);
	letter-spacing: 0.1em;
	padding-bottom:10px;
}

.contact_area .btn_flex{
	display:flex;
	justify-content:space-between;
	margin: 25px auto 0;
	max-width: 750px;
	width: 100%;
}

.contact_area .btn_flex a{
	width:49%;
	display:flex;
	align-items:center;
	justify-content:center;
	max-width: 370px;
	box-shadow: 0px 4px 0 #00000033;
}

a.cont_btn2{
	display: flex;
	background: linear-gradient(
135deg, #8bc2eb, #95d9f1);
	border-radius:10px;
	line-height:1.4;
	height: 156px;
	text-align:center;
	font-weight: 500;
	font-size: clamp(1rem, 3vw, 1.6rem);
	letter-spacing: 0.1em;
	border: 2px solid #fff;
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	align-items: center;
	position: relative;
	padding-right: 7.8%;
	justify-content: flex-end;
}

a.cont_btn2 img{
	position:absolute;
	bottom:0;
	left: 13%;
	width: 21.18%;
}

a.cont_btn2 .text{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	font-weight: 500;
}

a.cont_btn2 .text1{
	display:block;
	font-weight: 500;
	font-size: clamp(1.4rem, 4vw, 2.4rem);
	letter-spacing: 0.1em;
}

a.cont_btn2 .text2{
	display:block;
	font-weight: 900;
	font-size: clamp(2.4rem, 8vw, 6rem);
	letter-spacing: 0.06em;
	line-height: 0.9;
	margin-bottom: 2%;
}

a.cont_btn3{
	background:#00b900;
	border-radius:10px;
	height:96px;
	text-align:center;
	color:#fff;
	line-height: 1;
	font-weight: 700;
	font-size: clamp(2rem, 4vw, 2.6rem);
	letter-spacing: 0.1em;
}
a.cont_btn3 img {
    width: 46px;
	margin-right:2%;
}


.contact_area.contact_area2 .text_area{
	margin: 34px auto 0;
	max-width:initial;
	width:100%;
}

.contact_area.contact_area2 .text_area .text1{
	text-align:center;
	font-weight: 700;
	font-size: clamp(2rem, 2.8vw, 3rem);
	line-height: 1.8;
	margin: 0 0 3.89%;
}

.contact_area2 a.cont_btn1{
	margin:0 auto;
}

.contact_area.contact_area2 .btn_flex{
	margin: 25px auto 0;
}

.contact_area.contact_area2 .img{
	position: absolute;
	bottom: 17.728%;
	left: 8.75%;
	width: 16.2676%;
}

.content02{
	padding: 8.386% 0 8.6%;
	margin-top: -10.6%;
	z-index: 1;
	position: relative;
}

.nami{
	position:relative;
	z-index:1;
}

.nami:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:60%;
	background: url(../img/top/top_nami.png) no-repeat top, linear-gradient(to bottom, transparent 40%, #dcf3f8 40%,#dcf3f8 100%);
	background-size: initial;
	z-index:-1;
	background-position-x: 16%;
}


.nami:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:60%;
	background: url(../img/top/bot_nami.png) no-repeat bottom center, linear-gradient(to top, transparent 10%, #dcf3f8 20%,#dcf3f8 100%);
	background-size: initial;
	z-index:-1;
}

.yutoku02 .title1{
	font-size: clamp(3rem, 4vw, 5.6rem);
	text-align:center;
	line-height:1.4285;
	font-weight:700;
	margin: 6.3% auto 4%;
}

.content02 .btn1{
	margin: 45px auto 0;
}

.bnr_area{
	margin:100px 0 120px;
}

.content03{
	width: 100%;
	background: #fff;
}

.content03 .title1{
	font-weight: 700;
	line-height: 1.3;
	font-size: clamp(2.4rem, 3vw, 4.6rem);
	text-align: center;
}

.co3_div1{
	width: 100%;
	background: url(../img/top/bg3.png)no-repeat center bottom;
	background-size: cover;
	height: 36.823vw;
}

.co3_div1 .inner2{
	z-index: 1;
	padding: 4.34% 0 0;
	position: relative;
}

.co3_div1 .flex{
	margin-top:60px;
	justify-content: flex-end;
}

.co3_div1 .flex .text_area{
	max-width: 700px;
	width: 65%;
}

.co3_div1 .flex .img_area{
	position:absolute;
	left: 0%;
	bottom: -3%;
	width: 34.908%;
}


.co3_div1 .flex .text_area .text{
	font-weight: 600;
	font-size: clamp(1.5rem, 2vw, 2rem);
	line-height:2;
	margin-bottom:40px;
}


.co3_div1 .flex .text_area .btn1{
	margin-left:auto;
}

.btn1{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:340px;
	width:100%;
	height:60px;
	border-radius:30px;
	font-size:1.8rem;
	font-weight:600;
	letter-spacing:0.04em;
	position:relative;
	box-shadow: 0 0 6px #0000001c;
}

a.btn1.blue{
	color: #004378;
}

.btn1:before{
	position:absolute;
	content:"";
	width:20px;
	height:20px;
	background:url(../img/common/arrow1.png)no-repeat;
	background-size:contain;
	right:15px;
	top:0;
	bottom:0;
	margin:auto;
}

.co3_div1 .flex .img_area .img2{
	position:absolute;
	top: -5%;
	left: -5%;
	width: 16.98%;
}

.co3_div1 .flex .img_area .img3{
	position:absolute;
	top: -7.5%;
	left: -23%;
	z-index: -1;
	width: 30.24%;
}

.co3_div1 .flex .img_area .ab_text{
	position:absolute;
	font-size: 1.6rem;
	font-weight: 700;
	bottom: 10%;
	left: 103%;
	line-height: 1.6;
	width: 100%;
}

.co3_div2{
	position:relative;
	z-index:1;
	padding: 53px 0 7%;
	margin: 0 auto;
	text-align: center;
}

.co3_div2 .title2{
	text-align:center;
	font-weight: 700;
	line-height: 1.6;
	font-size: clamp(3rem, 4vw, 5rem);
	text-align: center;
}


.co3_div211{
	margin-top: 67px;
}

.co3_div211 .text1{
	font-weight: 700;
	font-size: clamp(2.2rem, 2.2vw, 3rem);
	line-height:1;
	text-align:center;
	margin-bottom:37px;
}

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

.co3_div211 .flex2 .img{
	max-width:510px;
	width: 48%;
}

.co3_div211 .flex2 img{
	border-radius:10px;
}

.co3_div211 .text2{
	margin-top: 37px;
	font-weight: 500;
}

.co3_div21 .flex{
	margin:60px auto 0;
}

.co3_div21 .flex .text_area{
	max-width:508px;
	width: 48%;
}

.co3_div21 .flex .img_area{
	max-width: 510px;
	width: 48%;
}

.co3_div21 .flex .text_area .text{
	font-weight:400;
}

.co3_div21 .flex .img_area img{
	border-radius:10px;
}

.co3_div21 .flex .img_area .img2{
	margin-top:20px;
}

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

.co3_div22 .mainTit3{
	text-align:center;
}

.mainTit3{
	font-weight: 700;
	font-size: clamp(2.4rem, 3vw, 3.6rem);
	letter-spacing:0.05em
}

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


.co33_list1 li{
	margin-top: 50px;
	width: 32%;
	max-width: 329px;
	position: relative;
}

.co33_list1 li .num{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	z-index:1;
	content:"";	background: linear-gradient(135deg, #90c3ee, #95d9f0);
	border-radius:50%;
	width:60px;
	height:60px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:4rem;
	font-weight:400;
	padding-bottom: 2%;
	top: -30px;
}

.co33_list1 li .img img{
	border-radius:10px;
	width: 100%;
}

.co33_list1 li .text{
	font-size: clamp(1.5rem, 2vw, 2rem);
	font-weight:700;
	line-height:1.5;
	margin-top:20px;
}

.content04{
	padding: 160px 0 120px;
	position:relative;
	z-index:1;
	overflow: hidden;
}


.yutoku04 .flex{
	margin: 8.5% auto 0;
}

.yutoku04 .flex .text_area{
	width: 50%;
}

.yutoku04 .flex .img_area{
	width: 42.223%;
}


.yutoku04 .flex .text_area .text1{
	font-weight: 500;
	font-size: clamp(1.6rem, 2.4vw, 1.8rem);
	line-height:2.2222;
}

.yutoku04 .flex .img_area .text1{
	text-align:center;
	margin:16px auto 0;
	font-weight:700;
}

.taka_top03 .works_list1 > li{
	max-width: 520px;
	background: none;
	box-shadow: none;
	border-radius: 0;
	margin-top: 60px;
}

.taka_top03 .works_list1 li .title_area{
	padding: 8px 1.914%;
	border-radius: 5px;
	padding-right: 11%;
}


.taka_top03 .works_list1 li .title_area .cate1{
	min-width: 150px;
}

.taka_top03 .works_list1 li .text_area{
	padding: 31px 0 0;
}

.taka_top03  .works_list1 li .text_area .text1{
	margin-top: 5%;
}


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

.works_list1 > li{
	width: 49%;
	max-width: 520px;
	background: #ffffff;
	border-radius: 10px;
	overflow:hidden;
	margin-top:40px;
	box-shadow: 0px 0 7px #2b2b2b0a;
}

.works_list1 li .title_area{
	background: #c7e4ff;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	min-height:91px;
	padding: 8px 4%;
	transition:.4s;
	position:relative;
}


.works_list1 li .title_area:before{
	position:absolute;
	content:"";
	width:20px;
	height:20px;
	background:url(../img/common/arrow1.png)no-repeat;
	background-size:contain;
	right:15px;
	top:0;
	bottom:0;
	margin:auto;
}

.content02  .works_list1 li .title_area:before,
.taka_top03 .works_list1 li .title_area:before{
	display:none;
}


.works_list1 li .title_area .cate1{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	padding: 3px 4px;
	letter-spacing: 0.05em;
	font-weight: 600;
	margin-right: 14px;
	border-radius: 3px;
}


.works_list1 li .title_area .title{
	font-weight: 700;
	font-size: clamp(1.8rem, 2.4vw, 2.4rem);
	letter-spacing: 0.05em;
	line-height:1.4;
}


.works_list1 li .title_area:hover .title{
	text-decoration:underline;
}

.works_list1 li .text_area{
	padding: 25px 3.4%;
}

.works_list1 li .text_area .text1:first-child{
	margin-top:0;
}

.works_list1 li .text_area .text1{
	font-weight:700;
	margin-top:8px;
	color: #004378;
}

.works_list1 li .text_area .text2{
	font-weight: 500;
}

.works_list1 li .text_area .flex{
	margin-top:25px;
}

.works_list1 li .text_area .flex > div{
	text-align:center;
	max-width: 230px;
	width: 48%;
}

.works_list1 li .text_area .flex div .img{
	width:100%;
	max-height: 138px;
	height: 12vw;
}

.works_list1 li .text_area .flex div .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}


.works_list1 li .text_area .flex div .fo_en{
	font-weight: 400;
	font-size: clamp(1.8rem, 2.4vw, 2rem);
	line-height: 1.6;
	color: #004378;
}

.content04 .btn1{
	margin: 40px auto 0;
}

.content05{
	background:#fff;
	padding: 160px 0 170px;
}




.yutoku05_list1 li{
	display:flex;
	justify-content:space-between;
	margin-top:50px;
}

.yutoku05_list1 li:nth-child(2n){
	flex-direction:row-reverse;
}

.yutoku05_list1 li .text_area{
	max-width: 510px;
	width:49%;
}

.yutoku05_list1 li .img{
	max-width: 510px;
	width:49%;
}


.yutoku05_list1 li .img img{
    border-radius: 10px;
    width: 100%;
}

.subTit1{
	font-weight: 700;
	font-size: clamp(2.2rem, 2.2vw, 3rem);
	line-height:1.66667;
}

.yutoku05_list1 li .text_area .text1{
	margin-top: 4%;
}

.co5_div .mainTit{
	margin: 0 auto 100px;
}

.co5_div1{
	margin: 72px auto 0;
}

.co5_div1 .title{
	text-align:center;
	font-weight:700;
	font-size: clamp(1.8rem, 2.4vw, 2.4rem);
	height:61px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:50px;
	background: #004378;
	color: #fff;
}

.co5_div1 .btn1{
	margin:50px auto 0;
}


.co5_div1 .flex .text_area{
	max-width: 615px;
	width: 57%;
}

.co5_div1 .flex .text_area .co5_list1{
	margin-bottom: 5.8%;
}

.co5_list1 li{
	line-height: 2.222;
	font-weight: 700;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
	display:flex;
}

.co5_list1 li .left{
	width:25%;
	min-width: 120px;
	flex-shrink: 0;
}

.co5_list1 li .right{
	font-weight:500;
}


.co5_div1 .flex .img_area{
	max-width: 410px;
	width: 41%;
}


.co5_div1 .flex .img_area > div{
	    font-weight: 400;
	    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
	    text-align:center;
	    line-height: 1.5;
	    color: #004378;
}

.co5_div1 .flex .img_area > div.cen{
	margin: 10px auto 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
	border-top: 21px solid #1ec9f8;
	border-bottom: 0;
}


.co5_div1 .flex .img_area > div img{
	border-radius:10px;
}

.content06{
	padding: 86px 0;
}

.staff_list1{
	display:flex;
	justify-content:space-between;
	margin-top: 12px;
	flex-wrap: wrap;
	max-width: 780px;
	width: 100%;
	margin: 12px auto 0;
}

.staff_list1 li{
	width:48%;
	max-width: 360px;
	margin-top: 10.56%;
}

.staff_list1 li .img{
	text-align:center;
}

    .staff_list1 li .img img {
    border-radius: 20px;
    }

.staff_list1 li .title{
	text-align:center;
	font-size: clamp(2.4rem, 2.4vw,3rem);
	font-weight:700;
	line-height:1;
	margin-top:20px;
}

.staff_list1 li .text{
	margin-top:20px;
	letter-spacing:0.03em;
}

.content07{
	padding: 160px 0 140px;
}

.content07.nami:after{
	background: url(../img/top/bot_nami.png) no-repeat bottom center, linear-gradient(to top, #f1fafc 10%, #dcf3f8 20%, #dcf3f8 100%);
	background-size: initial;
}

.flow_text{
	text-align:center;
	font-size: clamp(1.8rem, 3vw,2rem);
	font-weight:700;
	line-height:2.222;
	margin-top:40px;
}

.flow_list1 {
	margin-top:40px;
}

.flow_list1 li{
	background:#fff;
	border-radius:20px;
	display:flex;
	align-items:flex-start;
	padding: 4.63% 5.556% 3.704%;
	margin-top:30px;
	justify-content: space-between;
}

.flow_list1 li .left{
	position: relative;
	width: 27.084%;
}

.flow_list1 li .left .num{
	position:absolute;
	top: -30px;
	left: -30px;
	width:90px;
	height:90px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	background:#ffe000;
	font-weight:600;
	font-size: 4rem;
}


.flow_list1 li .left .img img{
	border-radius:10px;
}

.flow_list1 li .right{
	width: 70%;
	max-width:657px;
}

.flow_list1 li .right .title1{
	    font-size: clamp(2rem, 2.4vw, 2.6rem);
	font-weight:700;
}

.flow_list1 li .right .text1{
	margin-top:0%;
	font-weight:400;
}



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

.flow_list2 li{
	display:flex;
	align-items:flex-start;
	justify-content: space-between;
	padding-bottom: 40px;
	position:relative;
	z-index:1;
}

.flow_list2 li:before{
	position:absolute;
	content:"";
	width:4px;
	height:98%;
	left:38px;
	top:0;
	background: #94d3ef;
	z-index:-1;
}


.flow_list2 li:after{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 25px solid #94d3ef;
	border-bottom: 0;
	bottom:0;
	left:30px;
}

.flow_list2 li:last-child:before,
.flow_list2 li:last-child:after{
	display:none;
}

.flow_list2 li:last-child{
	padding-bottom:0;
}

.flow_list2 .num{
	width:80px;
	height:80px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	background: #94d3ef;
	font-weight: 400;
	font-size: 4rem;
	color: #fff;
	padding-bottom: 1%;
}

.flow_list2 li .left{
	position: relative;
	width: 24.075%;
}



.flow_list2 li .left .img img{
	border-radius:10px;
}

.flow_list2 li .right{
	width: 61.112%;
}

.flow_list2 li .right .title1{
	    font-size: clamp(2rem, 2.4vw, 2.6rem);
	font-weight:700;
}

.flow_list2 li .right .text1{
	margin-top:0%;
	font-weight: 500;
}

.content08{
	padding: 120px 0 140px;
	background: #f1fafc;
}


.qanda_list{
	margin: 87px auto 0px;
}

.qanda_list li{
	padding: 20px 30px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	box-shadow: 0 0 10px #00000029;
}

.qanda_list li dt,
.qanda_list li dd{
	display:flex;
	align-items: center;
	font-weight: 700;
	position: relative;
}

.qanda_list li dt{
	font-size: clamp(2rem, 2.4vw, 2.4rem);
	font-weight:700;
	color: #08477a;
}

.qanda_list li dd{
	padding: 10px 0 0px;
	align-items: baseline;
}

.qanda_list li dd p{
	max-width:889px;
	width:100%;
}

.qanda_list li .que,
.qanda_list li .ans{
	display:flex;
	align-items:center;
	margin-right: 3.45%;
	width: 46px;
	height: 46px;
	flex-shrink:0;
	justify-content:center;
	border-radius:50%;
	font-size: 2.3rem;
	color: #fff;
	font-weight: 400;
}

.qanda_list li .que{
	background: #004378;
}

.qanda_list li .ans{
	background: #97def0;
}


.qanda_list dt .pulu{
	position: absolute;
	display: flex;
	right: 5px;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	align-items: center;
}

.qanda_list dt .pulu span{
	width: 20px;
	background: #333333;
	height: 2px;
	display: block;
	position: absolute;
	right: 0;
}

.qanda_list .open  .pulu span + span{transform: rotate(0deg);}

.qanda_list  .pulu span + span{transform: rotate(90deg);}

.content09{
	background: url(../img/top/bg9.png)no-repeat right top;
	background-size: cover;
    background-position-x: 63%;
}

.co09_div{
	width:100%;
	position: relative;
	text-align: center;
	padding: 100px 0 120px;
}

.co09_div .title{
	    font-size: 5rem;
    line-height: 1.2;
    font-weight: 700;
    font-size: clamp(3rem, 4vw, 5rem);
	margin:40px auto 30px;
}

.co09_div .text1{
    font-weight: 400;
    font-size: clamp(1.5rem, 2vw, 2rem);
	line-height:2.22;
}

.co09_div .ab_cont{
	position:absolute;
	width: 205px;
	height: 205px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	left:10%;
	bottom: 18%;
}

.co09_div .ab_cont .img{
	position:absolute;
	bottom: 75%;
	left: 0;
	right: 0;
	width: 70%;
	margin: auto;
}

.co09_div .ab_cont .text{
    font-size: 3rem;
	line-height:1.2;
}

.co09_div .ab_cont .text span{
    font-size: 4rem;
}

.content10{
	position:relative;
}

.content10:before{
	position:absolute;
	content:"";
	width:100%;
	height: 34.219vw;
	background:url(../img/top/bg10.png)no-repeat center top;
	z-index:-1;
	top:0;
	left:0;
	background-size: cover;
	min-height: 400px;
}

.co10_div1{
	padding: 100px 0 40px;
	text-align:center;
	color: #fff;
}


.co10_div1 .text{
	font-size: clamp(1.6rem, 2vw, 2.4rem);
	font-weight:700;
	margin:30px auto 0;
}

.co10_div2{background: #fff;border-radius: 20px;padding: 55px 0 70px;}

.co10_div21{
}

.co10_div21 .title1{
	font-size: clamp(2.4rem, 3vw, 4rem);
	font-weight:700;
	line-height:1.5;
	text-decoration:underline;
	text-underline-offset: 10px;
	text-decoration-thickness: 7px;
	text-decoration-color: #ffe000;
	text-align: center;
}

.co10_div21 .flex{
	margin-top:50px;
}

.co10_div21 .flex .text_area{
	max-width: 572px;
	width: 55%;
}

.co10_div22 .flex .text_area{
	width: 73%;
}

.co10_div21 .flex .text_area .text{
	
}

.co10_div211{
	background:#fffad3;
	padding: 25px 20px 25px;
	margin-top:20px;
}

.co10_div211 .title2{
	font-size: clamp(1.8rem, 2.4vw, 2rem);
	font-weight:700;
}

.co10_div211 .text1{
	line-height:2.25;
}

.co10_div21 .flex .img{
	max-width: 450px;
	width: 42%;
}

.co10_div21 .flex .img img{
	border-radius:10px;
	width: 100%;
}

.co10_div22 .flex .img img{
	border-radius:0;
}

.co10_div22{
	margin: 30px auto 0;
	position: relative;
}

.co10_div22 .title1{
	font-size: clamp(1.8rem, 2.4vw, 2rem);
	font-weight:700;
}

.co10_div22 .text1{
	margin-top:0px;
	line-height:1.8;
}

.co10_div22 .text1 a{
	text-decoration:underline;
}

.co10_div22 .flex{
	margin-top:25px;
}

.co10_div22 .flex .img{
	width: 22.555%;
}

.co10_div22 .title2{
	font-weight:700;
}

.flex_sec{
	padding: 160px 0 170px;
}

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


.flex_sec > .inner2 > section{
	max-width:500px;
	width: 49%;
	padding-bottom:110px;
	position:relative;
}

.flex_sec > .inner2 > section .btn1{
	margin:0 auto 0;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

.flex_sec > .inner2 > section .mainTit{
	margin-bottom:40px;
}

.news_list1 li{
	display:flex;
	justify-content:space-between;
	margin-bottom:25px;
}

.news_list1 li:last-child{
	margin-bottom:0;
}

.news_list1 li:hover{
	opacity:0.7;
}

.news_list1 li .img{
	width: 24%;
	height: 11.173vw;
	max-height: 120px;
}

.news_list1 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.news_list1 li .text_area{
	width: 72%;
}


.news_list1 li .text_area .dacate{
	display:flex;
	align-items:center;
	margin-bottom:8px;
}

.news_list1 li .text_area .dacate .date{
	margin-right:14px;
}

.news_list1 li .text_area .dacate .cate{
	display:flex;
	align-items:center;
	justify-content:center;
	background: #91c8ef;
	padding:6px 14px;
	font-size:1.4rem;
	letter-spacing:0.015em;
	line-height:1;
	border-radius:30px;
}


.news_list2 li{
	margin-bottom: 20px;
}

.news_list2 li:last-child{
	margin-bottom:0;
}

.news_list2 li:hover{
	opacity:0.7;
}


.news_list2 li .title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.content12{
	padding: 115px 0 100px;
}

.co12_div{
	background: #fff;
	position:relative;
	padding: 35px 2% 46px;
	border: 35px solid #ffe500;
}


.co12_div .img{
	margin:0 auto;
	text-align:center;
}

.co12_div .title{
	font-size: clamp(2.6rem, 3vw, 4.6rem);
	font-weight:700;
	line-height:1;
	text-align:center;
	margin:20px auto 30px;
	background: #ff2a00;
	color: #fff;
	max-width: max-content;
	padding: 1.7%;
	letter-spacing: -0.03em;
}

.co12_list1{
	display:flex;
	flex-wrap:wrap;
	max-width:826px;
	width:100%;
	margin:0 auto;
}

.co12_list1 li{
	position:relative;
	padding-left:30px;
	width:50%;
	font-size: clamp(1.6rem, 2vw, 2rem);
	font-weight:700;
}


.co12_list1 li:before{
	position:absolute;
	content:"";
	width:23px;
	height:22px;
	background:url(../img/top/batu.png)no-repeat;
	background-size:contain;
	left:0;
	top:9px;
}


.co12_list1 li:nth-child(2n+1){
	padding-right:1%;
}

.co12_div .text{
	margin-top:25px;
	text-align:center;
	font-size: clamp(1.8rem, 2.4vw, 2.6rem);
	font-weight:700;
	line-height:1.6
}

.bot_nav{
	position:fixed;
	left:0;
	right:0;
	width:100%;
	margin:0 auto;
	bottom: 0%;
	background: #ace5f3;
	z-index:999;
	padding:8px 0;
	box-shadow: 0 0 3px #00000033;
}

.bot_nav_list1{
	display:flex;
	align-items:center;
	max-width:1190px;
	margin:auto;
	width:95%;
	justify-content:space-between;
}

.bot_nav_list1 li{
	width:33%;
	display:flex;
	align-items:center;
	position:relative;
	max-width:390px;
	justify-content:center;
	height:96px;
}

.bot_nav_list1 li.tel{
	border-radius:10px;
	padding-right: 4%;
	align-items: center;
	justify-content: flex-end;
	background: #fff;
	overflow: hidden;
}

.bot_nav_list1 li.tel .img{
	width: 24.616%;
	position: absolute;
	bottom: -7%;
	left: 3%;
}

.bot_nav_list1 li.tel .text{
	text-align:center;
	font-size: clamp(0.8rem,1.2vw, 1.3rem);
	font-weight: 500;
}

.bot_nav_list1 li.tel .text .text1{
	display:block;
	font-weight:500;
	font-size: clamp(1rem,1.3vw, 1.6rem);
	line-height: 1;
}

.bot_nav_list1 li.tel .text .text2{
	display:block;
	text-align:center;
	font-size: 3.9rem;
	font-size: clamp(2.6rem, 2.8vw, 3.9rem);
	font-weight:700;
	line-height:1;
}


.bot_nav_list1 li.mail{
	display:flex;
	align-items:center;
	justify-content:center;
	background: #004378;
	border-radius:10px;
	color:#fff;
	box-shadow: 0px 4px 0 #00000033;
}

.bot_nav_list1 li.mail img{
	width:28px;
}

.bot_nav_list1 li.mail .text{
	line-height: 1;
	font-weight: 700;
	font-size: clamp(1.8rem, 2vw, 2.6rem);
	letter-spacing: 0.05em;
	padding-left: 3%;
}

.bot_nav_list1 li.mail .text span{
	display:block;
	line-height: 1;
	font-weight: 500;
	font-size: clamp(1.2rem, 1.6vw, 1.6rem);
	letter-spacing: 0.1em;
	padding-bottom:8px;
	text-align:center;
}

.bot_nav_list1 li.line{
	background: #00b900;
	border-radius: 10px;
	line-height: 1.4;
	text-align: center;
	font-weight: 700;
	font-size: clamp(1.6rem, 2vw, 2.6rem);
	letter-spacing: 0.1em;
	color: #fff;
	justify-content:flex-start;
	padding-left:2%;
	box-shadow: 0px 4px 0 #00000033;
}

.bot_nav_list1 li.line .img{
	width:46px;
	margin-right: 5%;
}

#pageTop{width: 80px;height: 80px;display: flex!important;align-items: center;justify-content: center;background: #fff;z-index: 999;right: 5%;border-radius: 50%;padding-bottom: 0.5%;box-shadow: 0 0 10px #00000029;}


.yutoku10{
	padding: 170px 0 280px;
}

.yutoku10.nami:before{
	    background: url(../img/top/top_nami.png) no-repeat top center, linear-gradient(to bottom, #f1fafc 40%, #dcf3f8 40%, #dcf3f8 100%);
    background-size: initial;
}

.yutoku10 .flex{
	padding: 134px 0 51px;
	justify-content:flex-end;
	position: relative;
}

.yutoku10 .flex .img{
	position:absolute;
	left: -2%;
	top: -8%;
	width: 49.63%;
}

.yutoku10 .flex .img .ab_cont{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	position:absolute;
	bottom:0;
	right:0;
	width:205px;
	height:205px;
	text-align:center;
	background:#004378;
	border-radius:50%;
	padding-bottom: 6%;
}

.yutoku10 .flex .img .ab_cont .fo_en{
	font-size:4.4rem;
	line-height: 0.8;
	color:#93cfef;
	margin-bottom: 3%;
}

.yutoku10 .flex .img .ab_cont .fo_en span{
	font-size:8.2rem;
}

.yutoku10 .flex .img .ab_cont .text{
	font-size:3rem;
	line-height:1.3;
	font-weight:700;
}

.yutoku10 .flex .img .ab_cont .text span{
	font-size:4rem;
}

.yutoku10 .flex .text_area{
	color:#004378;
}

.yutoku10 .flex .text_area .text1{
	font-weight: 700;
	font-size: clamp(1.6rem, 2vw, 2.4rem);
	line-height:1.5;
	margin-bottom:2%;
	letter-spacing: -0.03em;
}

.yutoku10 .flex .text_area .title{
	font-weight: 700;
	font-size: clamp(2.4rem, 3vw, 4rem);
	line-height:1.5;
	letter-spacing: -0.03em;
}

.yutoku11{
	padding:130px 0 140px;
}

.yutoku11_list1 li{
	display:flex;
	justify-content:space-between;
	margin-bottom:58px;
}

.yutoku11_list1 li:last-child{
	margin-bottom:0;
}

.yutoku11_list1 li .text_area{
	max-width: 510px;
	width: 48%;
}

.yutoku11_list1 li .img_area{
	max-width: 510px;
	width: 48%;
}


.yutoku11_list1 li .img_area .img img{
	border-radius:10px;
}

.yutoku11_list1 li .text_area .title1{
	font-size: clamp(2.2rem, 2.2vw,3rem);
	font-weight:700;
	line-height:1.66667;
	margin-bottom:3%;
}

.yutoku11_list1 li .text_area .text1{
	line-height:1.875;
}

.yutoku11_div1{
	background:#f1fafc;
	padding:24px 23px 20px;
	margin:40px auto;
}

.yutoku11_div1 .title2{
	font-size: clamp(1.8rem,3vw, 2rem);
	font-weight:500;
	line-height:2;
}

.yutoku11_div2{
	margin-top:30px;
	border:1px solid;
	padding: 6% 5.7% 5%;
}

.yutoku11_div2 .flex{
	justify-content:flex-start;
	margin-bottom:2%;
}

.yutoku11_div2 .flex .img{
	margin-right:2%;
	width: 12.82%;
}

.yutoku11_div2 .flex .title2{
	font-weight:700;
}

.yutoku11_div2 .text1{
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4285;
	word-break: break-word;
}

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

footer {
	margin: 0 auto;
	padding: 35px 0 131px;
	background: #fff;
}

footer .logo {
	width: 100%;
	max-width: 279px;
}

footer .logo a{
	display:flex;
}

footer .inner {
}

.copyright {
	text-align: right;
	padding: 0;
	font-size: 1.2rem;
	width: 95%;
	max-width: 1080px;
	margin: 0 auto;
}

footer .flex .left{
	max-width: 290px;
	width: 28%;
}

footer .flex .right{
	width: 70%;
	max-width: 740px;
}

footer .flex .left .addp{
	font-size:1.4rem;
	margin-top:24px;
}

.ft_list{
	display:flex;
	justify-content:space-between;
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	padding-top: 3%;
}

.ft_list li{
	
}

.ft_list li a {
    display: flex;
    font-weight: 500;
}

#art_cover{
	position:relative;
	z-index:1;
}


.company #art_cover{
	background: url(../img/company/mv.png)no-repeat center;
	background-size:cover;
}

.works#art_cover{
	background: url(../img/company/mv.png)no-repeat center;
	background-size:cover;
}

.art_cov_div{
	max-width: 1080px;
	width: 95%;
	margin:0 auto;
	height: 460px;
	padding-top: 11.1%;
	position: relative;
	z-index: 1;
	padding-top: 211px;
	text-align: center;
}

.art_cov_div .title{
	line-height:1;
	font-size:3rem;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight:700;
	letter-spacing: 0.1em;
}

.art_cov_div .title span{
	display:block;
	font-weight:400;
	line-height: 0.8;
	margin-bottom: 2%;
	font-size:11rem;
	font-size: clamp(3rem, 10vw,11rem);
}

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

.company01 .comp01_list1{
	margin-bottom: 60px;
}

.comp01_list1 li{
	display:flex;
	border-top:1px solid #333;
}

.comp01_list1 li:last-child{
	border-bottom:1px solid #333;
}

.works02 .comp01_list1 li .left{
	background:#fff;
}

.comp01_list1 li .left{
	background: #dcf3f8;
	width: 16.667%;
	flex-shrink: 0;
	display:flex;
	align-items:center;
	padding-left:4%;
}

.comp01_list1 li .right{
	width: 100%;
	display:flex;
	align-items:center;
	padding-left: 3.705%;
}

.comp01_list1 li .left,
.comp01_list1 li .right{
	min-height:80px;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
	font-weight:500;
}

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

.comp01_list2 > li{
	margin-top:80px;
	width:48%;
	max-width:506px;
}

.comp01_list2 > li .title1{
	font-weight:600;
	font-size: 2.6rem;
	font-size: clamp(1.7rem, 3vw, 2.6rem);
	line-height:1.538;
	border-left: 10px solid #ffe000;
	padding-left: 10px;
	margin-bottom: 20px;
}


.comp01_list21 li{
	display:flex;
	margin-top:6px;
}


.comp01_list21 li .left{
	width: 20%;
}

.comp01_list21 li .right{
}

.comp01_list21 li .left,
.comp01_list21 li .right{
	font-weight:500;
}

.comp01_list2 > li .img{
	width:100%;
	margin:40px auto 0;
}

.comp01_list2 > li .img img{
	width:100%;
	border-right:10px;
}

.works02{
	padding:110px 0 190px;
}

.works02 .title_area{
	display:flex;
	align-items:center;
	border-bottom:2px solid;
	padding-bottom:25px;
	margin-bottom:55px;
}


.works02 .title_area .cate1{
	display:flex;
	align-items:center;
	justify-content:center;
	background: #e3f1ff;
	border-radius: 50px;
	padding: 3px 8px;
	letter-spacing: 0.05em;
	font-weight: 600;
	margin-right: 3%;
	min-width:150px;
}


.works02 .title_area .title{
	font-weight: 700;
	font-size: clamp(2.4rem, 3vw, 3rem);
	letter-spacing: 0.05em;
	line-height:1.2;
}

.bfaf_flex {
	margin-bottom:70px;
}

.bfaf_flex > div{
	text-align:center;
	width: 48%;
	max-width:520px;
}

.bfaf_flex div p{
	margin-top:12px;
	font-weight: 500;
	font-size: clamp(2rem, 3vw, 3rem);
	font-family: "Poly", serif!important;
}

.works02 .comp01_list1{
	margin-bottom:50px;
}

.voice_div{
	background: #e3f1ff;
	border-radius: 10px;
	padding: 43px 3.426% 50px;
}

.voice_div .title1{
	font-size: clamp(1.8rem, 3.2vw, 2.4rem);
}

.voice_div .text1{
	font-weight:500;
	margin-top: 10px;
}

.btn1.back{
	margin:120px auto 0;
}

.btn1.back:before{
	background:url(../img/common/arrow1.png)no-repeat;
	background-size:contain;
	right:auto;
	left: 15px;
	transform:rotateZ(180deg);
}

.works01{
	padding:80px 0 195px;
}

.works_list2{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	max-width:300px;
	justify-content:space-between;
}

.works01 .works_list1 > li{
	border-radius: 20px;
	border: 2px solid #abbecd;
}

.works_list2 li{
	width:49%;
	display:flex;
}


.works_list1 li .works_list2 li .text1{
	color: #333;
}

.pagination-list{
	display:flex;
	margin: 60px auto 0;
	justify-content: center;
	width: 100%;
}

.pagination-list .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	width: 50px;
	height: 50px;
	background: #fff;
	margin: 0 0.6%;
	transition:.4s;
	font-weight: 700;
	text-decoration: none;
	color: #333;
	border-radius:50%;
}


.pagination-list .page-numbers.current,
.pagination-list .page-numbers:hover{
	opacity:1;
	background: linear-gradient(135deg, #5397de, #6bd4ee);
	color:#fff;
}



.pagination-list .page-numbers.prev{
	background:#fff;
	margin: 0px 1.8% 0 0;
	position:relative;
}

.pagination-list .page-numbers.next{
	background:#fff;
	margin: 0px 0% 0 1.8%;
	position:relative;
}

.pagination-list .page-numbers.prev:before,
.pagination-list .page-numbers.next:before{
	content: '';
	width:12px;
	height: 12px;
	border-top: solid 2px #202020;
	border-right: solid 2px #202020;
	position: absolute;
	left: 0px;
	top:0px;
	transform: rotate(-135deg);
	right:0;
	bottom:0;
	margin:auto;
}

.pagination-list .page-numbers.next:before{
	transform: rotate(45deg);
}


.pagination-list .page-numbers.prev:hover,
.pagination-list .page-numbers.next:hover{
	background: #ffe000;
}

main{
	padding:80px 0 195px;
}

.content09{
	padding:0;
}

.comp_map{
	height: 48vw;
	width:100%;
	max-height: 540px;
}

.comp_map iframe{
	width:100%;
	height:100%;
}

.review_div{
	margin:27px auto 6px;
}

a.rev_btn1{
	color: #004378;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: max-content;
	margin-left: auto;
	font-weight: 500;
	position: relative;
	text-decoration: underline;
	padding-left:16px;
}

a.rev_btn1:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #004378;
	border-right: 0;
	left:0;
	top:5px;
	bottom:0;
	margin:auto;
}

.ti-widget.ti-goog .ti-controls-line{
	display:block!important;
	width: 100%!important;
	margin: 60px auto 40px!important;
}

.ti-widget.ti-goog .ti-controls-line .dot{
	background:#19a8c8!important;
}

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


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

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

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


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

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

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


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.cov_cont00 {
    height: 50vw;
}

.cov_div{
	top: 13vw;
	width:50%;
	left:12vw
}


.cov_div .title1{
	font-size: 7.5rem;
	font-size: clamp(3rem,5vw,7.2rem);
}

.cov_div .title1 span{
	font-size: 3.2rem;
	font-size: clamp(1.7rem,2.2vw,3.2rem);
}

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

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

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



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

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

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

.co09_div .ab_cont{
	width: 150px;
	height: 150px;
	left: 10%;
	bottom: 25%;
}

.co09_div .ab_cont .img{
	position:absolute;
	bottom: 75%;
	left: 0;
	right: 0;
	width: 70%;
	margin: auto;
}

.co09_div .ab_cont .text{
    font-size: 2.4rem;
}

.co09_div .ab_cont .text span{
    font-size: 3rem;
}

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

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

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

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

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

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

.cov_cont00{
	/* height:45vw; */
}

.contact_area.contact_area2 .img{
	left: 3%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
a.hd_link_btn1{
    font-size: clamp(1.2rem, 1.6vw, 1.8rem);
	height:80px;
}
	
a.hd_link_btn1 img{
	width: 20px;
	margin-right: 6px;
}

.hd_link{
	width: 20%;
}

.nav_list1{
	width:79%;
}

.nav_list1 a {
    font-size: clamp(1.2rem, 1.3vw, 1.8rem);
}

.contact_area:before{
	left:0;
	background: url(../img/common/bg_cont.png) no-repeat left;
	background-size: cover;
}

.contact_area .img{
}

.top_tb td{
	padding:1%;
}


    .co09_div .ab_cont {
        left: 0%;
    }

#art_cover{
}
	
.art_cov_div {
    height: 400px;
    padding-top: 180px;
}



.yutoku10 .flex .img .ab_cont{
	width:160px;
	height:160px;
}

.yutoku10 .flex .img .ab_cont .fo_en{
	font-size:3rem;
}

.yutoku10 .flex .img .ab_cont .fo_en span{
	font-size:7rem;
}

.yutoku10 .flex .img .ab_cont .text{
	font-size:2rem;
}

.yutoku10 .flex .img .ab_cont .text span{
	font-size:3rem;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

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


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

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



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

header {padding: 10px 0 0;padding-left: 1%;padding-right: 1%;}

a.hd_link_btn1{
	flex-direction:column;
	font-size: clamp(1.2rem, 1.6vw, 1.4rem);
	height: 70px;
}
    a.hd_link_btn1 img {
        width: 20px;
        margin-right: 0px;
		margin-bottom:6px;
    }

.hd_link{
	width: 16%;
}

.nav_list1{
	width: 81%;
}

.pc_nav{
	width: 76%;
}

.hLogo{
	width: 22%;
	margin-left:1%;
}

.cov_cont00{
	height: 55vw;
	/* min-height: 450px; */
}

.cov_cont00:before{
	height: 82%;
	top: 0;
}

.cov_cont00 .img1{width: 22vw;left: 9vw;}

.cov_cont00 .img4{
	width: 31vw;
	right: 13vw;
	bottom: 3.1vw;
}

.bot_nav_list1 li {
    height: 80px;
}

.cov_cont01_div{
	padding:40px 0 90px;
}

.co3_div1 .flex .img_area{
	width: 32%;
	right: 0;
}

.works_list1 li .title_area {
    min-height: 80px;
    padding: 8px 2.5%;
}

.co5_div1 .title{
	height:50px;
	margin-bottom: 30px;
}

.top_tb th{
	height:40px;
}

.top_tb td,
.top_tb td{
	font-size:1.4rem;
}

.flow_list1 li .left .num {
    top: -15px;
    left: -15px;
    width: 60px;
    height: 60px;
    font-size: 3rem;
}

.flow_list1 li {
    padding:3%;
}

.co09_div{
	padding:60px 0;
}

.co10_div211 .text1{
	font-size:1.4rem;
	line-height:1.7;
}

.co12_list1 li:before{
	width: 15px;
}

.co12_list1 li{
	padding-left: 20px;
}

#pageTop {
    width: 60px;
    height: 60px;
	    bottom: 100px!important;
}

.cov_div {
    width: 55%;
    left: 10vw;
    top: 16vw;
}


.cov_div .title1{
	font-size: 7.5rem;
	font-size: clamp(3rem,5.5vw,7.2rem);
}

.cov_div .title1 span{
	font-size: 3.2rem;
	font-size: clamp(1.7rem,2.4vw,3.2rem);
}

.cov_div1 .text2 {
    font-size: 2.2rem;
    font-size: clamp(1.3rem, 1.7vw, 2.2rem);
}


.cov_cont00 .img2 {
    width: 29vw;
    right: 37vw;
}

.cov_cont00 .img3 {
    left: 25vw;
}

.cov_cont00 .ab_text{
	right: 32vw;
}


.content02{
	padding: 100px 0;
}


.contact_area .img{
	width: 28%;
}

.contact_area .text_area{
	/* width: 70%; */
}

.taka_top03 .works_list1 li .title_area .cate1{
	min-width:120px;
	font-size: 1.4rem;
	margin-right: 6px;
}


.flow_list2 .num {
    width: 60px;
    height: 60px;
    font-size: 3rem;
}

.flow_list2 li:before{
	left: 29px;
}


.flow_list2 li:after{
	left: 21px;
}

.contact_area.contact_area2{
	padding: 60px 0;
}

.contact_area.contact_area2 .img{
	bottom: auto;
	left: 12.75%;
	top: 4%;
}

.cov_cont01_div .sub_in .title_area:before{
	bottom:0;
	height:20px;
}

.bnr_area {
    margin: 60px 0 80px;
}

.co3_div1{
	height: 49vw;
}

.content03 .title1 {
    font-size: clamp(2.6rem, 3.4vw, 4.6rem);
}

.content04 {
    padding: 100px 0;
}

.content05 {
    padding: 100px 0;
}

.content07 {
    padding: 100px 0;
}

.yutoku10 {
    padding: 100px 0 200px;
}
	
.flex_sec {
    padding: 100px 0;
}

.yutoku10 .flex .img .ab_cont{
	width:130px;
	height:130px;
}

.yutoku10 .flex .img .ab_cont .fo_en{
	font-size:2.4rem;
}

.yutoku10 .flex .img .ab_cont .fo_en span{
	font-size:6rem;
}

.yutoku10 .flex .img .ab_cont .text{
	font-size:1.6rem;
}

.yutoku10 .flex .img .ab_cont .text span{
	font-size:2.4rem;
}

.yutoku10 .flex {
    padding: 60px 0 51px;
}


footer .flex{
	flex-direction:column
}

footer .flex .left{
	width: 100%;
	margin:0 auto 40px;
	text-align: left;
}

footer .flex .right{
	width: 100%;
	margin:0 auto 40px;
}

.ft_list {
    padding-top: 0%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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





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

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

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

	    .bot_nav_list1 li {
        height: 70px;
    }

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

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

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




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

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

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

.hd_link{
	width: 69%;
	max-width: 200px;
	margin-left: 0;
	display: none;
}

a.hd_link_btn1{
	flex-direction: initial;
	height: 90px;
	font-size: clamp(1.2rem, 4vw, 2.4rem);
	text-align: center;
	line-height: 1.3;
}

a.hd_link_btn1 img{
	width: 18.5%;
	margin-right: 11%;
	margin-bottom: 0;
}
	
header .headerUl{
	display: flex!important;
	width: 100%;
	height: 100px;
	background: #fff;
	justify-content: center;
	align-items: center;
}

.menuBtn {
	/* width: 35%; */
	display: flex;
	align-items: center;
	justify-content: center;
}


/*--- modal ---*/

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

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(16px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-16px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: linear-gradient(135deg, #5397de, #6bd4ee);
    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: 22% 0;
    margin-bottom: 10px;
}

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

nav .gnav__menu__item{
    margin: 0px auto 0;
    width: 95%;
}

nav .gnav__menu__item2{
    margin: 5.335% auto 0;
    width: 81.334%;
}

nav .gnav__menu__item2:last-child{
	padding-bottom:40px;
}
	
.gnav__menu__item a{
    font-weight: 500;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    display: block;
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 3rem);
    line-height: 3;
    color: #fff;
}

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

.pc_nav{width: 45%;max-width: 100px;background: none;border-radius: 0;}

.nav_list1{
	display:none;
}	

    .hLogo {
        width: 51%;
        margin-left: 2%;
        max-width: 279px;
    }

a.hd_btn{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:620px;
	width: 100%;
	margin:0 auto;
	border-radius:60px;
	height: 16vw;
	position: relative;
}
	


a.hd_btn.hd_tel{
	background: #96dbf2;
	text-align:center;
	font-size: clamp(0.9rem, 2.5vw, 1.8rem);
	font-weight:700;
	
}

a.hd_btn.hd_tel img{
	
}
	
a.hd_btn.hd_tel .text1{
	display:block;
	font-size: clamp(1.1rem, 3vw, 2.2rem);
	font-weight:700;
}
	
a.hd_btn.hd_tel .text2{
	display:block;
	font-size: clamp(2.4rem, 7vw, 4.8rem);
	line-height:1;
	font-weight:700;
}
	
a.hd_btn.hd_mail{
	background: #004378;
	color:#fff;
	font-size: clamp(1.6rem, 4vw, 3.2rem);
	line-height: 1.4;
	box-shadow: 0px 4px 0 #00000033;
	padding-left: 7%;
}
	
a.hd_btn.hd_mail span{
    font-size: clamp(1rem, 3vw, 2rem);
	display:block;
	text-align:center;
}
	
a.hd_btn.hd_mail .img{
	width: 6.558%;
	position:absolute;
	left: 11.67%;
	top:0;
	bottom:0;
	margin:auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
	
a.hd_btn.hd_line{
	background:#00b900;
	color:#fff;
	font-size: clamp(1.6rem, 4vw, 3.2rem);
	box-shadow: 0px 4px 0 #00000033;
	padding-left: 7%;
	font-weight: 700;
}

a.hd_btn.hd_line .img{
	width: 12.46%;
	position: absolute;
	left: 8.5%;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}


.bot_nav_list1 li.mail .img{
	width: 12.45%;
}

.bot_nav_list1 li.mail .text{
    font-size: clamp(1.3rem, 3.2vw, 2.6rem);
    text-align:center;
    line-height: 1.153;
}

.bot_nav_list1 li.mail .text span{
	display:none;
}

.bot_nav_list1 li{
	width: 31.58%;
	height: 14vw;
	max-height: 96px;
}

.bot_nav_list1 li.line{
	font-size: clamp(1.3rem, 3.5vw, 2.6rem);
	padding-left: 0;
	justify-content: center;
}
	
.bot_nav_list1 li.line .img{
	margin-right: 0;
	width: 21.83%;
}

.bot_nav_list1 li.tel{
	align-items:center;
	background: #ffffff;
	justify-content: center;
	box-shadow: 0px 4px 0 #00000033;
}

.bot_nav_list1 li.tel .text{
	font-size: clamp(1.3rem, 3.5vw, 2.6rem);
	font-weight: 700;
	line-height: 1.153;
	color: #004378;
}

.bot_nav_list1 li.tel .img{
	width: 13.9%;
	margin-right: 5%;
	padding-top: 5%;
	position: initial;
}

    .cov_cont00 {
        height: 158vw;
        background: url(../img/top/sp/bg_mv.png) no-repeat center bottom;
        background-size: cover;
    }

.cov_cont00:before{
	    background: url(../img/top/sp/bg_sou.png) no-repeat center;
	    background-size: cover;
	    width:100%;
	    height: 61.526%;
	    top: 8.267vw;
	    left:0;
}

.cov_div{
	width:100%;
	height:100%;
	top: 20.667vw;
	left: 0;
	max-width: initial;
}

.cov_div .title1{
	margin:auto;
	font-size: 7.2rem;
	font-size: clamp(3rem,9.6vw,7.2rem);
}

.cov_div .title1 span {
    font-size: 3.2rem;
    font-size: clamp(1.75rem, 4.3vw, 3.2rem);
    margin-bottom: 1%;
    text-align: left;
}

.cov_div1{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width: 91.815%;
	padding: 4% 0 4.267%;
	border: none;
}

.cov_cont00 .img1{
	top: 46.667vw;
	left: 4.534%;
	width: 45.6vw;
	right: auto;
	bottom: auto;
	box-shadow: -5px 5px 8px #2b2b2b40;
}

.cov_cont00 .img2{
	width: 83.64vw;
	left: 0;
	right: 0;
	top: 88vw;
	z-index: 1;
	bottom: auto;
	height: 53.334vw;
	margin: auto;
	z-index: 3;
	box-shadow: -5px 5px 8px #2b2b2b40;
}

.cov_cont00 .img2 img{
	height:100%;
	object-fit:cover;
}

.cov_cont00 .img3{
	left: 14%;
	right: auto;
	top: 77.3334vw;
	width: 21.6vw;
	z-index: 4;
}

.cov_cont00 .img4{
	width: 49.734vw;
	top: 38.8vw;
	right: 2.8%;
	bottom: auto;
}

.cov_cont00 .ab_text{
	font-size: 2rem;
	font-size: clamp(1rem, 3vw, 2rem);
	padding: 1.667% 2%;
	bottom: auto;
	top: 50%;
}

.cov_div1 .text1{
	width: 86.424%;
}

.cov_list1{
	max-width:635px;
	width: 93%;
	top: -10%;
}

.cov_list1 li{
	border-radius:30px;
	width:32%;
	font-size: 3.1rem;
	max-width:202px;
	font-size: clamp(1.55rem,4.1vw,3.1rem);
	padding: 1px 0;
}

.cov_cont01_div{
	background:none;
	padding: 7.2vw 0 8vw;
}

.cov_cont01_div .sub_in {
    padding: 14px 0 8px;
    width: 100%;
}

.cov_cont01_div .sub_in .title_area{
	width: 95.074%;
	padding-left: 23%;
}
	
.cov_cont01_div .sub_in .title_area:before{
	height: 10px;
}

.cov_cont01_div .sub_in .title_area .title {
    font-size: clamp(2.5rem, 7vw, 5.3rem);
    font-style: italic;
    letter-spacing: 0.04em;
}

.cov_cont01_div .sub_in .title_area .img{
	width: 24.24%;
	bottom: 8%;
}

.inner2,
.inner{
	width: 92%;
}


.cov_cont01_div .text{
	font-size: 3rem;
	font-size: clamp(1.5rem,4vw,3rem);
	margin-top: 3.5%;
	font-weight: 500;
	line-height: 1.432;
}

.cov_cont01_div .text .mid{
	font-size: 4rem;
	font-size: clamp(2rem,5.4vw,4rem);
}

.cov_cont01_div .text .big{
	font-size: 6rem;
	font-size: clamp(3rem,8vw,6rem);
	font-weight: 700;
	line-height: 0.7;
}


.contact_area{
	background: url(../img/common/bg_cont_sp.png) no-repeat center;
	padding: 10.667% 0 8%;
	background-size: cover;
}
	
.contact_area:before{
	width:13px;
	height:13px;
	background:#fff;
	border-radius:50%;
	right:51%;
	top:14vw;
	left:auto;
	display: none;
}

.contact_area .inner2{
	width:100%;
}

.contact_area .flex{
	flex-direction:column-reverse;
	margin: 0 auto 0;
}

.contact_area .img{
	width: 100%;
	max-width: initial;
}

.contact_area .img img{
	width:100%;
	border-radius:0;
}

.contact_area .text_area{
	max-width: initial;
	width: 92%;
	margin: 0 auto 50px;
}

.mainTit2{
	max-width: max-content;
	margin-left: auto;
	font-size: 2.4rem;
	line-height: 1;
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
}

.mainTit2 span.fo_en {
	font-size:5rem;
	font-size: clamp(3rem, 6.7vw, 5rem);
	margin-right: 12px;
}

.contact_area .mainTit2{
	font-size: 5rem;
	font-size: clamp(3rem, 6.7vw, 5rem);
	margin: 0 auto;
	text-align: center;
}

.contact_area .mainTit2 span.fo_en{
	margin-right: 0;
	display: block;
	line-height: 1;
	font-size: 4rem;
	font-size: clamp(2rem,5.4vw,4rem);
	margin: 4% auto 0;
}
	
.contact_area .text_area > .text1{
	margin: 6% 0 6%;
	font-weight: 500;
	font-size: 2.6rem;
	font-size: clamp(1.7rem, 3.5vw, 2.6rem);
	letter-spacing: -0.015em;
}

.contact_area .text_area .text1 .big{
	display:block;
	font-size: 4rem;
	font-size: clamp(2rem,5.4vw,4rem);
	text-align:center;
	line-height:1.25;
	margin-top:2%;
	font-weight: 700;
}



a.cont_btn1{
	height: 18vw;
	max-height: 100px;
}

a.cont_btn1 img{
	width: 5.799%;
}
	
.cont_btn1 .text{
	font-size: 2.6rem;
	font-size: clamp(1.5rem, 3.5vw, 2.6rem);
	padding-left: 2%;
}

.cont_btn1 .text span{
	font-size: 1.6rem;
	font-size: clamp(1rem, 2.5vw, 1.6rem);
	padding-left: 0;
	text-align: center;
	padding-bottom: 2%;
}

.contact_area .btn_flex{
	margin: 25px auto 0;
}

.contact_area .btn_flex a{
	width: 49%;
	max-width: initial;
	max-height: 96px;
	height: 18vw;
	max-width: 335px;
}

a.cont_btn2{
	font-size: 1.6rem;
	font-size: clamp(1.3rem, 2.5vw, 1.6rem);
}

a.cont_btn2 .orange{
	font-size: 1.6rem;
	font-size: clamp(1.2rem, 2.2vw, 1.6rem);
}

a.cont_btn2 .fo_en{
	font-size: 3.4rem;
	font-size: clamp(2.4rem, 4.6vw, 3.4rem);
}

a.cont_btn3{
	font-size: 2.6rem;
	font-size: clamp(1.6rem, 3.5vw, 2.6rem);
	letter-spacing: 0.1em;
}


.contact_area .btn_flex a img{
	width: 13.734%;
}

.contact_area .btn_flex a.cont_btn1 img {
	width: 8.387%;
}
	
.content02 {
    padding: 21.5% 0 17%;
    margin-top: -23%;
}
	
.content02 .inner{
	width:100%;
}


.mainTit {
	font-size: 4rem;
	font-size: clamp(1.6rem, 4vw, 3rem);
	line-height:1.2;
}

.mainTit .en_tit{
    font-size: 11rem;
    font-size: clamp(4rem, 14.7vw,11rem);
    font-size: clamp(4rem, 13.7vw, 10rem);
}


.content03{
	width:100%;
}

.co3_div1 {
    padding: 11.4667% 0 0;
    background: url(../img/top/sp/bg3.png) no-repeat center bottom;
    background-size: cover;
    height: 200.534vw;
}

.co3_div1 .inner2{
	padding:0;
}
	
.co3_div1 .flex {
    margin-top: 10%;
    flex-direction: column-reverse;
    position:relative;
    padding-bottom: 2%;
}

.co3_div1 .flex .text_area {
    max-width: initial;
    width: 100%;
}

.co3_div1 .flex .text_area .text{
	font-size: 2.4rem;
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
	letter-spacing: -0.05em;
	margin-bottom: 9%;
}

.btn1 {
    max-width:440px;
    height: 80px;
    border-radius: 50px;
    font-size: 2.6rem;
    width: 80%;
}

.btn1:before{
	width:36px;
	height:36px;
}

.co3_div1 .flex .text_area .btn1{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index: 3;
}

.co3_div1 .flex .img_area{
	position:relative;
	left:0;
	right:0;
	margin:auto;
	bottom: 0;
	width: 48.118%;
	margin-left: 28%;
}

.co3_div1 .flex .img_area .ab_text{
	left: -35%;
	bottom: 22%;
}

.co3_div1 .flex .img_area .img2{
	top: -2%;
	left: -4%;
}

.co3_div1 .flex .img_area .img3{
	top: -3.5%;
	left: -21%;
}

.co3_div2 {
    border-radius: 0px;
    padding: 32px 0 37px;
}

.co3_div21 .mainTit{
	margin-left:-4%;
	margin-right:-4%;
}



.co3_div21 .flex{
	margin: 11.595% auto 0;
	flex-direction: column;
}

.co3_div21 .flex .text_area{
	max-width: initial;
	width: 100%;
}

.co3_div21 .flex .img_area{
	max-width: initial;
	width: 100%;
	margin: 35px auto 0;
}

.co3_div21 .flex .text_area .text{
	letter-spacing: -0.03em;
}

.co3_div21 .flex .img_area img{
	border-radius:10px;
	width:100%;
}

.co3_div21 .flex .img_area .img2{
	margin-top: 35px;
}

body{
    font-size: 2.6rem;
    font-size: clamp(1.6rem, 3.5vw, 2.6rem);
}

.co3_div22 {
    padding: 15% 0 0px;
}

.co33_list1 li{
	width: 49%;
	max-width: 332px;
	margin-top: 55px;
}

.co33_list1 li .text {
	font-size:2.6rem;
	font-size: clamp(1.6rem, 3.7vw, 2.6rem);
	line-height: 1.48;
	margin-top: 12px;
}

.mainTit3 {
	font-size:3.6rem;
	font-size: clamp(3rem, 4.8vw, 3.6rem);
}



.content04{
	padding: 21.5% 0 17%;
}


.content04 .works_list1{margin-top: -11px;}

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

.works_list1 > li{
	width: 100%;
	max-width: initial;
	margin-top:40px;
}

.works_list1 li .title_area{
	min-height:91px;
	padding: 8px 4%;
}

.works_list1 li .title_area .cate1{
	padding: 3px 8px;
	margin-right: 3%;
	font-size: 2rem;
	font-size: clamp(1.4rem, 3vw, 2rem);
	min-width: 150px;
}


.works_list1 li .title_area .title{
	font-size: 3rem;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height:1.4;
}

.works_list1 li .text_area{
	padding: 32px 5.654%;
}


.works_list1 li .text_area .flex{
	margin-top:25px;
}

.works_list1 li .text_area .flex > div{
	max-width: initial;
	width: 48%;
}

.works_list1 li .text_area .flex div .img{
	max-height: 175px;
	height: 24vw;
}

.works_list1 li .text_area .flex div .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}


.works_list1 li .text_area .flex div .fo_en{
	font-size: 2.4rem;
	font-size: clamp(1.8rem, 3.2vw, 2.4rem);
}

.content04 .btn1{
	margin: 34px auto 0;
}

.content05 .inner{
	width:100%;
}

.sub_in{
	width: 92%;
}

.co5_div1 {
    margin: 12% auto 0;
}

    .co5_div1 .title {
        height: initial;
        margin-bottom: 6.7%;
        font-size: 3rem;
        font-size: clamp(1.8rem, 4vw, 3rem);
        padding: 3.1% 8px;
        line-height: 1.3;
    }

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

.co5_div1 .flex .text_area {
    max-width: initial;
    width: 100%;
}

.co5_div1 .flex .img_area{
	width:100%;
	max-width:initial;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin: 40px auto 0;
}

.co5_list1 li {
    line-height: 1.66667;
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
}

.co5_list1 li .left {
    width: 27%;
    min-width: 120px;
}

    .top_tb th {
        height: initial;
        font-size: 1.8rem;
        font-size: clamp(1.6rem, 2.8vw, 2rem);
        padding: 12px 0;
    }

    .top_tb td, .top_tb td {
        font-size: 2.2rem;
        font-size: clamp(1.5rem, 3.2vw, 2.2rem);
    }

.top_tb td:last-child{
        font-size: 2.4rem;
        font-size: clamp(1.6rem, 3.2vw, 2.3rem);
        padding: 1%;
}

.top_tb .top_tb_last_tr .flex1 .text2 .red {
        font-size: clamp(1.6rem, 3.8vw, 2.8rem);
}

    .top_tb td, .top_tb td .text1{
        font-size: 2.2rem;
        font-size: clamp(1.5rem, 3.2vw, 2.2rem);
    }

.co5_div1 .flex .img_area > div{
	width: 48.5%;
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
}

.co5_div1 .flex .img_area > div.cen{
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 19px solid #1ec9f8;
  border-right: 0;
  margin: 0 2px 15px;
}


.content06 {
    padding: 12% 0 11%;
}

.staff_list1 {
	flex-direction:column;
	margin-top: 0px;
	margin-top: 6%;
}

.staff_list1 li {
    width: 100%;
    max-width: initial;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
	
.staff_list1 li .img{
	width: 46.378%;
}

.staff_list1 li .text_area{
	width: 50%;
}


.staff_list1 li .title {
	font-size: 3rem;
	font-size: clamp(2.4rem, 4vw, 3rem);
	margin-top: 0;
	text-align: left;
}

.staff_list1 li .text {
    margin-top: 8%;
    line-height:1.5;
    letter-spacing:0;
}

.content07 {
    padding: 21.5% 0 80px;
}

.flow_text {
	font-size: 2.4rem;
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
	line-height: 1.6;
	font-weight: 500;
	margin-top: 8%;
	text-align: left;
}

.flow_list1 {
    margin-top: 35px;
}

.flow_list1 li{
	padding: 5.799% 3.624%;
}


.flow_list1 li .left{
	width: 40.625%;
}

.flow_list1 li .left .num{
	top: -24px;
	left: -13px;
	width: 72px;
	height: 72px;
	font-size: 3.2rem;
}


.flow_list1 li .right{
	width: 55.47%;
	max-width:initial;
}

.flow_list1 li .right .title1 {
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.3333;
}

.flow_list1 li .right .text1{
	margin-top: 3%;
	line-height: 1.6667;
}


.content08 {
    padding: 12.667% 0 11.2%;
}

.qanda_list li {
    padding: 2.9% 4.35%;
    margin-bottom: 20px;
    padding-right: 10%;
}

.qanda_list li dt {
	font-size: 2.6rem;
	font-size: clamp(1.6rem, 3.5vw, 2.6rem);
	line-height: 1.4;
}

.qanda_list li .que, .qanda_list li .ans{
	margin-right: 5.715%;
}

.qanda_list li dd p{
	font-size: clamp(1.5rem, 3.2vw, 2.2rem);
}

.qanda_list dt .pulu {
    right: -5%;
    width: 20px;
    height: 20px;
}

.content09{
	padding: 13.334% 0 12%;
	background: #ffe000;
	position:relative;
	z-index: 1;
}


.content09:before{
	position: absolute;
	content:"";
	width:100%;
	height: 56vw;
	bottom:0;
	background: url(../img/top/sp/bg9.png) no-repeat right top;
	background-size: cover;
	z-index: -1;
}

.co09_div{
	border-radius: 0;
	background:none;
	padding: 0;
	position: initial;
}

.co09_div .title {
    font-size: 5rem;
    font-size: clamp(3rem, 6.7vw, 5rem);
    margin: 8% auto 5.074%;
}

.co09_div .text1 {
	font-size: 2.4rem;
	font-size: clamp(1.6rem, 3.2vw, 2.2rem);
	line-height: 1.8;
	margin-bottom: 16.667%;
}

.co09_div .ab_cont{
	position:relative;
	top: initial;
	left: initial;
	right: initial;
	bottom: initial;
	margin-left: 7%;
	width: 27.34vw;
	height: 27.34vw;
}


.co09_div .ab_cont .text{
    font-size: 3rem;
    font-size: clamp(1.8rem, 4vw, 3rem);
}

.co09_div .ab_cont .text span{
    font-size: 4rem;
    font-size: clamp(2.4rem, 5.4vw, 4rem);
}

.co09_div .ab_cont .img{right: 15%;bottom: 80%;}


.co10_div1 {
    padding: 18.842% 0 8.696%;
}

.content10:before {
    height: 114.4vw;
    background: url(../img/top/sp/bg10.png) no-repeat center top;
    background-size: cover;
    min-height: 500px;
}


.co10_div1 .mainTit{
	font-weight:500;
}

.co10_div1 .text {
    font-size: clamp(1.6rem, 3.2vw, 2.4rem);
    margin: 10.44% auto 0;
    text-align:left;
}

.co10_div2 {
    padding: 11.595% 0 8.696%;
}

.co10_div2 .sub_in {
        width: 91.306%;
    }

.co10_div21 .title1 {
    font-size: 4rem;
    font-size: clamp(2.4rem, 5.4vw, 4rem);
    text-decoration: none;
    border-bottom: 7px solid #ffe000;
    line-height: 1.3;
    max-width: max-content;
    margin: 0 auto;
}

.co10_div21 .flex {
    margin-top: 6.4%;
    flex-direction:column;
}

.co10_div21 .flex .text_area {
    max-width: initial;
    width: 100%;
}

.co10_div21 .flex .text_area .text{
	font-weight:400;
}

.co10_div21 .flex .text_area .img1{
	width:100%;
	margin:3% auto;
}

.co10_div21 .flex .text_area .img1 img{
	width:100%;
	border-radius:10px;
}

	
.co10_div211 {
    padding: 34px 20px;
    margin-top: 20px;
}

.co10_div211 .title2 {
    font-size: clamp(1.6rem, 3.2vw, 2.4rem);
}

.co10_div211 .text1{
    font-size: clamp(1.5rem, 3.2vw, 2rem);
	font-weight:400;
}

.co10_div21 .flex .img {
    max-width: initial;
    width: 100%;
	margin:20px auto 0;
}

.co10_div22 {
    margin: 0px auto 0;
    padding-left: 0%;
}

.co10_div22 .title1 {
	font-size: 2.6rem;
	font-size: clamp(1.7rem, 3.5vw, 2.6rem);
	line-height:1.6;
}

.co10_div22 .text1 {
    font-size: clamp(1.6rem, 3.2vw, 2.4rem);
    margin-top: 20px;
    line-height: 1.5;
}

.co10_div22 .flex{
	margin-top:20px;
	flex-direction: initial;
}

.co10_div22 .flex .img{
	position:initial;
	width: 20.478%;
	margin: 0;
}
	
.co10_div22 .flex .text_area{
	width: 77.304%;
}
	
.co10_div22 .title2{
	line-height:1.6;
}


.co10_div22 .flex .text1 {
    font-weight: 400;
    margin-top: 0px;
}


.flex_sec {
    padding: 21.5% 0 19.6%;
}

.flex_sec > .inner2{
	flex-direction:column;
}

.flex_sec > .inner2 > section{
	max-width:initial;
	width:100%;
	padding-bottom: 0;
}

.flex_sec > .inner2 > section.content11a{
		padding: 0;
	}


.news_list1 li .img {
    width: 26.089%;
    height: 24vw;
    max-height: initial;
}

.news_list1 li .text_area {
    width: 70%;
}

.flex_sec > .inner2 > section.content11b{
		padding: 22.8% 0 0;
	}

.news_list1 li .text_area .dacate .cate {
    padding: 10px 19px;
    font-size: clamp(1.4rem, 3vw, 2rem);
}

.news_list1 li .text_area .dacate .date{
	font-weight: 500;
}

.news_list1 li .text_area .title{
	font-weight: 500;
	line-height: 1.66667;
	font-size: 2.4rem;
	font-size: clamp(1.6rem, 3.5vw, 2.4rem);
}

.flex_sec > .inner2 > section .btn1 {
    margin: 40px auto 0;
    position: relative;
}

.content12{
	margin: 60px auto 100px;
	padding: 0;
}



.co12_div{
	padding: 6.5% 5.363% 4.4%;
	width: 100%;
	background: none;
	margin: 0 auto;
	border: 25px solid #FFE500;
}


.co12_div:before,
.co12_div:after{
display:none;
}

.co12_div .title {
    font-size: 4.6rem;
    font-size: clamp(3rem, 6.2vw, 4.6rem);
    line-height: 1.3;
    width: 100%;
    margin: 4.7% auto 6.5%;
    max-width: initial;
    padding: 5% 0;
}

.co12_list1 li{
	width:100%;
	padding-right: 0!important;
	padding-left: 7%;
	font-size: 2.6rem;
	font-size: clamp(1.7rem, 3.5vw, 2.6rem);
	margin-bottom:8px;
}

.co12_list1 li:before{
	width: 4.667vw;
	height: 4.667vw;
	top: 0;
	bottom: 0;
	margin: auto;
}

.co12_div .text{
	text-align:left;
	font-size: 3rem;
	font-size: clamp(2rem, 4vw, 3rem);
	letter-spacing: -0.05em;
}

footer .flex .left{
	max-width: initial;
}

footer .logo{
	max-width: initial;
	margin:0 auto;
	width: 71%;
}

.add{
	margin:0 auto;
	width: 71%;
}
	
.ft_list{
	flex-wrap: wrap;
}

footer .flex .left .addp{
	font-size: 2.4rem;
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
	text-align: left;
}

.ft_list li{
	width:48%;
	font-size: 2.4rem;
	font-size: clamp(1.5rem, 3.2vw, 2.4rem);
	margin-bottom: 3%;
}

.ft_list li:nth-child(1){
	order:1;
}
	
.ft_list li:nth-child(2){
	order: 3;
}
	
.ft_list li:nth-child(3){
	order: 5;
}
	
.ft_list li:nth-child(4){
	order: 7;
}
	
.ft_list li:nth-child(5){
	order: 2;
}
	
.ft_list li:nth-child(6){
	order: 4;
}
	
.ft_list li:nth-child(7){
	order: 6;
}

footer {
    padding: 65px 0 131px;
}

.copyright{
	font-size: clamp(1.2rem, 3vw, 2rem);
	text-align: center;
}

    #art_cover {
    margin-top: 110px;
    }

.art_cov_div {
    border-radius: 10px;
    height: 55vw;
    min-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}




.comp01_list1 li .left{
	width: 20%;
	padding-left: 2%;
}

.comp01_list1 li .right{padding-left: 2%;}

.comp01_list1 li .left,
.comp01_list1 li .right{
	min-height:60px;
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
}

.company01 .comp01_list1 {
    margin-bottom: 50px;
}

	.comp01_list2 {
    margin-top: 0px;
	}

.comp01_list2 > li{
	margin-top: 8.696%;
	width:100%;
	max-width:initial;
}

.comp01_list2 > li .title1 {
    font-size: 3rem;
    font-size: clamp(2.4rem, 4vw, 3rem);
}

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

.works02 {
    padding: 80px 0 145px;
}

.btn1.back {
    margin: 60px auto 0;
}

.voice_div{
	padding:30px 2.5%;
}
	
.voice_div .text1{
	margin-top:10px;
}

.works02 .title_area .cate1{
	min-width:110px;
	padding: 3px 16px;
}

.bfaf_flex {
    margin-bottom: 40px;
}

	.works01 {
    padding: 40px 0 145px;
}

main{
	padding:80px 0 145px;
}


#pageTop {width: 80px;height: 80px;bottom: 120px !important;right: 4%;}

.cov_div1 .text2{
	font-size: 2.4rem;
	font-size: clamp(1.6rem, 3.2vw, 2.4rem);
}

.taka_top03 .works_list1 > li{
	max-width: initial;
	margin-top: 57px;
}

.taka_top03 .works_list1 li .text_area {
    padding: 25px 0 0;
}

.co3_div211 .text1 {
	font-size:3.6rem;
	font-size: clamp(2.1rem, 4.8vw, 3.6rem);
	line-height: 1.38889;
	margin: 8% auto 6.7%;
}

.co3_div211 .flex2{
	flex-direction:column;
}

.co3_div211 .flex2 .img {
    max-width: initial;
    width: 100%;
    margin-top: 3.67%;
}
	
.co3_div211 .flex2 .img:first-child{
	margin-top:0;
}
	
.co3_div211 .flex2 .img img{
	width:100%;
}

.co3_div211 .text2 {
    margin-top: 5.2%;
}

.co33_list1{
	margin-top: 20px;
}

.taka_top05_text1 {
    margin-top: 3.38%;
    font-size: 2.4rem;
    font-size: clamp(1.6rem, 3.2vw, 2.4rem);
}

.taka_top05_text2 {
    margin-top: 4.4%;
    font-size:4rem;
    font-size: clamp(2.6rem, 5.4vw, 4rem);
    line-height: 1.4;
}

.contact_area.contact_area2 .text_area{
	width: 92%;
	margin: 0 auto 50px;
}

.contact_area.contact_area2 .img{
	width: 100%;
	position: initial;
}

 .contact_area.contact_area2{
	padding: 13.334% 0 0;
}

 .contact_area.contact_area2 .text_area .text1 {
	margin: 8.697% 0 5%;
	font-size: 3rem;
	font-size: clamp(2rem, 4vw, 3rem);
}

.flow_list2 li:before,
.flow_list2 li:after{
	display:none;
}

.flow_list2 li{
	position:relative;
	padding-left: 2.61%;
	padding-bottom: 0px;
	margin-bottom: 8.7%;
}

.flow_list2 li:last-child{
	margin-bottom: 0;
}
	
.flow_list2 .num{
	position:absolute;
	top: -20px;
	left:0;
	z-index:1;
	width: 72px;
	height: 72px;
	font-size: 3.2rem;
}

.flow_list2 li .left{
	width: 38.692%;
}

.flow_list2 li .right{
	width: 57.293%;
}


.flow_list2 li .right .title1 {
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.3333;
    letter-spacing: -0.03em;
}

.flow_list2 li .right .text1{
	margin-top: 3%;
	line-height: 1.6667;
	font-size: clamp(1.6rem, 3.5vw, 2.4rem);
}

.co3_div211{
	margin-top:0;
}


.art_cov_div .title{
	font-size:6rem;
	font-size: clamp(2rem, 4vw, 3rem);
}

.art_cov_div .title span{
	font-size:3rem;
	font-size: clamp(5rem, 11vw,11rem);
	margin-bottom: 6%;
}

.gnav__menu__item2 a.cont_btn2 img{
	left: 2%;
	width: 26.075%;
}

a.cont_btn2 .text1{
	font-size: 2.4rem;
	font-size: clamp(1.8rem, 3.2vw, 2.4rem);
}

a.cont_btn2 .text2 {
	font-size:6rem;
	font-size: clamp(4.2rem, 8vw, 6rem);
}

.gnav__menu__item2 a.cont_btn2 .text1{
	font-size: 2.4rem;
	font-size: clamp(1.4rem, 3.2vw, 2.4rem);
}


.gnav__menu__item2 a.cont_btn2 .text2 {
	font-size:6rem;
	font-size: clamp(2.4rem, 8vw, 6rem);
}

    header {
        padding: 0px;
        align-items: flex-end;
    }

.fuki_title > span{
	text-align: center;
	line-height: 1.304;
	font-size: 4.6rem;
	font-size: clamp(2.3rem, 6.2vw, 4.6rem);
}

.nami:before {
    background: url(../img/top/sp/top_nami.png) no-repeat top left, linear-gradient(to bottom, transparent 30%, #dcf3f8 30%, #dcf3f8 100%);
    background-size: initial;
}

.nami:after {
    background: url(../img/top/sp/bot_nami.png) no-repeat bottom left, linear-gradient(to top, transparent 10%, #dcf3f8 10%, #dcf3f8 100%);
    background-size: initial;
}

.yutoku02 .title1 {
    font-size: 5.4rem;
    font-size: clamp(2.4rem, 7.2vw, 5.4rem);
    margin: 9.85% auto 6%;
    white-space: nowrap;
    text-align: center;
    margin-left: -4%;
    letter-spacing: -0.03em;
    margin-right: -4%;
}

    .content03 .title1 {
        font-size: 4.6rem;
        font-size: clamp(2.3rem, 6vw, 4.6rem);
    }

.co3_div2 .title2 {
    font-size: 4.6rem;
    font-size: clamp(2.3rem, 6.2vw, 4.6rem);
}

.yutoku04 .flex {
    margin: 6.8% auto 0;
    flex-direction:column-reverse;
}


.yutoku04 .flex .text_area{
	width: 100%;
	margin: 8.5% auto 0;
}

.yutoku04 .flex .img_area{
	width: 66.089%;
	text-align: center;
	margin: 0 auto;
}

.yutoku04 .flex .img_area .text1{
	font-size: 2.4rem;
	font-size: clamp(1.8rem, 3.5vw, 2.4rem);
	margin: 5.5% auto 0;
}

.yutoku04 .flex .text_area .text1{
	line-height:1.538;
}

    .content05 {
        padding: 21.5% 0 14.7%;
    }

.yutoku05_list1{
	margin-top: -2.5%;
}

.yutoku05_list1 li {
	flex-direction: column!important;
	margin-top: 15%;
}

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

.yutoku05_list1 li .img {
	max-width:initial;
	width:100%;
	margin: 27px auto 0;
}

.subTit1 {
	font-size:4rem;
	font-size: clamp(2.2rem, 5.4vw, 4rem);
}

.yutoku05_list1 li .text_area .text1 {
    margin-top: 6%;
    line-height: 1.66667;
    font-size: 2.4rem;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
}

.yutoku05 .fuki_title > span{
	font-size: 4.6rem;
	font-size: clamp(2.3rem, 6.2vw, 4.6rem);
}

.fuki_title > span .big {
    font-size: 8.6rem;
    font-size: clamp(3rem, 11.5vw, 8.6rem);
    line-height: 0.8;
}

.co5_div .mainTit {
    margin: 0 auto -1.5%;
}

.top_tb td:nth-child(1){
	width: 27.7%;
}

.top_tb td:nth-child(2){
	width: 49%;
}
	
.co5_div1 .btn1 {
    margin: 7.3% auto 0;
}


.flow_list2 {
    margin: 13.2% auto 0;
    width: 100%;
}

.qanda_list {
    margin: 9% auto 0px;
}

    .yutoku10 {
        padding: 21.5% 0 14%;
    }

.yutoku10 .flex {
    padding: 15% 0 0;
	flex-direction:column-reverse;
}

.yutoku10 .flex .img {
    position: relative;
    left: initial;
    top: initial;
    width: 77.647%;
    margin: 30px auto 0;
}

.yutoku10 .flex .text_area .text1{
	font-size: clamp(1.6rem, 4vw, 3rem);
	margin-bottom:2%;
	letter-spacing: -0.05em;
}

.yutoku10 .flex .text_area .title{
	font-size: 5rem;
	font-size: clamp(2.4rem, 6.7vw, 5rem);
	line-height:1.5;
	letter-spacing: -0.03em;
}

.yutoku10 .flex .img .ab_cont{
	width: 27.334vw;
	height: 27.334vw;
	bottom: -2%;
	right: -2%;
}


.yutoku10 .flex .img .ab_cont .fo_en{
	font-size: 4.4rem;
	font-size: clamp(2rem, 6vw, 4.4rem);
}

.yutoku10 .flex .img .ab_cont .fo_en span{
	font-size: 8.2rem;
	font-size: clamp(2.4rem, 11vw, 8.2rem);
}

.yutoku10 .flex .img .ab_cont .text{
	font-size: 3rem;
	font-size: clamp(1.6rem, 4vw, 3rem);
}

.yutoku10 .flex .img .ab_cont .text span{
	font-size: 4rem;
	font-size: clamp(2.4rem, 5.4vw, 4rem);
}

.yutoku11 {
    padding: 14.4% 0 10%;
}

.yutoku11_list1 li {
    margin-bottom: 11%;
    flex-direction:column;
}

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

.yutoku11_list1 li .img_area {
    max-width: initial;
    width: 100%;
    margin: 20px auto 0;
}

.yutoku11_list1 li .text_area .title1 {
    font-size: 4rem;
    font-size: clamp(2.6rem, 5.4vw, 4rem);
    margin-bottom: 4%;
    line-height: 1.25;
}

.yutoku11_list1 li .text_area .text1 {
    line-height: 1.538;
}

.yutoku11_list1 li .img2{
    margin: 20px auto 0;
    width: 100%;
}

.yutoku11_list1 li .img2 img{
	border-radius:10px;
    width: 100%;
}

.yutoku11_div1 .title2 {
    line-height: 1.538;
    font-size: 2.6rem;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
}

.yutoku11_div1 .text {
    line-height: 1.818;
    font-size: 2.2rem;
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
}

.yutoku11_div2 {
    margin-top: 20px;
    border: 1px solid;
    padding: 6% 3.5% 3%;
}

.yutoku11_div2 .text1{
    line-height: 1.66667;
    font-size: 2.4rem;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
}

.review_div {
    margin: 30px auto;
}

a.rev_btn1{
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    line-height: 1.66667;
}
	
.co12_div .img{
	max-width:94px;
	margin:0 auto;
	width:20%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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






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

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

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

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


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

table {
	width: 100%;
}





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


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

.sp nav {
	margin: 0 auto;
}


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

#main {
}

a.hd_btn{
	height:18vw;
}

a.hd_btn.hd_mail .img{
	margin-right: 4%;
}
	
a.hd_btn.hd_line .img{
	margin-right: 4%;
}

a.hd_link_btn1{
	height:70px;
}

header .headerUl{
	height:70px;
	max-width: 70px;
}



    .menu-trigger {
        width: 30px;
        height: 26px;
    }
	
.menu-trigger span {
  height: 3px;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(11.5px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-11.5px) rotate(45deg);
}

#cover{
}

.contact_area .img{
	top: -8%;
}

.contact_area:before{
	width:6px;
	height:6px;
	right:52%;
}


    .btn1 {
        max-width: 340px;
        height: 60px;
        font-size: 1.8rem;
    }

.btn1:before {
    width: 20px;
    height: 20px;
}


.co3_div1 .flex .img_area .ab_text{
	bottom: 19%;
	left: -54%;
}


.co3_div21 .flex .img_area .img2{
	margin-top: 20px;
}

.works_list1 li .title_area .cate1{
	min-width:100px;
}

    .works_list1 li .title_area {
        min-height: 60px;
        padding: 8px 3%;
    }

    .works_list1 li .text_area {
        padding: 16px 5.654%;
    }

.works_list1 > li{
	margin-top:35px;
}

    .co5_div1 .flex .img_area > div.cen {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #1ec9f8;
    }


.staff_list1 li .title {
	margin-top: 15px;
}

.staff_list1 li .text {
    margin-top: 14px;
}
	
    .flow_list1 li .left .num {
        top: -10px;
        left:-8px;
        width: 42px;
        height: 42px;
        font-size: 2.4rem;
    }


.qanda_list li .que, .qanda_list li .ans {
    margin-right: 3%;
    width: 32px;
    height: 32px;
    font-size: 1.8rem;
}

.qanda_list dt .pulu{right: -8%;}



.flex_sec > .inner2 > section .mainTit {
    margin-bottom: 20px;
}

    .flow_list2 .num {
        top: -20px;
        width: 40px;
        height: 40px;
        font-size: 2.6rem;
    }

    .co3_div1 .flex {
        padding-bottom: 8%;
    }

    #art_cover {
        margin-top: 80px;
    }

    #pageTop {
        width: 60px;
        height: 60px;
        bottom: 110px !important;
    }

	
    #pageTop img{
		width:80%;
		margin:auto;
		display:flex;
	}

a.cont_btn2{
	height: 80px;
	padding-right: 6%;
}

.cov_div{
	top: 23vw;
}


.fuki_title > span:before, .fuki_title > span:after{
	width: 16.5px;
	height: 25px;
	left: -20px;
}

.fuki_title > span:after{right: -20px;left: auto;}


    .content03 .title1 {
        font-size: 4.6rem;
        font-size: clamp(2.3rem, 6vw, 4.6rem);
    }

.co33_list1 li .num {
    width: 40px;
    height: 40px;
    font-size: 3rem;
    padding-bottom: 2%;
    top: -20px;
}

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

    .mainTit .en_tit {
        font-size: 11rem;
        font-size: clamp(4rem, 13vw, 11rem);
    }

.co12_div{
	border: 10px solid #FFE500;
	padding: 6.5% 3% 4.4%;
}

	
a.cont_btn2 img{
	left: 6%;
}


.add{
	width: 80%;
}

header{
	align-items:center;
}

.yutoku11_div1{
	margin:16px auto;
}

.cont_btn1 .text{
	font-size: clamp(1.5rem, 2.8vw, 2.6rem);
	padding-left: 4px;
}

.bot_nav_list1 li.mail .text{
	padding-left: 4px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    #pageTop {
        bottom: 75px !important;
        width: 50px;
        height: 50px;
    }

.co5_list1 li .left{
	min-width:110px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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


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

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

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