body {
font-family: "游ゴシック体", "Yu Gothic UI" ;
}

#iflat {
	width: 100%;
	position: relative;
	top: 1px;
	letter-spacing: 0.12em;
}

/* ヘッダー */

#header {
	position:fixed;
	background-color:rgb(255,255,255);
	width: calc(100% - 4vw);
	display: flex;
	justify-content: space-between;
	padding: 10px 2vw;
	z-index: -3;
}

#header_logo {
}
#header_logo img {
	width: 380px;
	margin:20px;
}


#header_content {
	position: fixed;
	top: 0;
	right: 2vw;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 66px;
	z-index: 100;
}

#header_content li {
	margin: 10px;
	color: #808080;
}

#header_content ul {
	display: flex;
}
section{
	position:relative;
}
/* ファーストビュー */

#firstview {
	width: 100%;
	height:calc(100vh - 167px);
	display: flex;
	flex-direction: column;
	position: relative;
	padding-top: 167px;
}

#firstview_01 {
	display: flex;
	position: absolute;
	width: 100%;
}

#firstview_02 {
	position: absolute;
	width: 100%;
	height:calc(100vh - 167px);
	font-size:0px;
}

#firstview_03 {
	display: flex;
	position: absolute;
	width: 100%;
	align-items: flex-end;
	height:calc(100vh - 167px);
	font-size:0px;
	justify-content: space-between;
}



.firstview_bg01 {
	width: 25%;
}

.firstview_bg02 {
	background-color:rgba(132,173,219,1);
	width: 75%;
	height:calc(100vh - 167px);
	position:relative;
	z-index: -3;
}

.firstview_txt1 {
	padding-left:4.5vw;
	width:calc(25% - 4.5vw);
	font-weight: bold;
	margin: auto;
	font-style: italic;
	white-space:nowrap;
}
.firstview_txt2 {
	width:75%;
}

.firstview_txt1 .f_catch {
	font-size: 54px;
}
.firstview_txt1 .f_catch span{
	width:100%;
	z-index: 2;
	display:inline-block;
	position: static;
	overflow:hidden;
}


.firstview_txt1 .f_catch::after {
	content:"IT技術は、平等だ。";
	overflow:visible;
	position: absolute;
	left: 4.5vw;
	z-index: -1;
	color: rgb(255,255,255);
}
.firstview_txt1 .f_desc {
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0px;
	font-style: normal;
	line-height: 2em;
}

.firstview_img {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -2;
}

.firstview_img img{
	display: block;
	width:auto;
	max-width:70vw;
	height:auto;
	max-height:96vh;
	position: relative;
	z-index: 2;
}

.phone-screen-video {
	position: absolute;
	top: 10%;
	left: 15%;
	width: 40.5%;
	height: 74%;
	object-fit: cover;
	border-radius: 8px;
	pointer-events: none;
	z-index: 1;
	transform: rotate(-20deg);
}

/* 事例(例えばこんなデジタル化) */

#example {
	background: radial-gradient(rgba(132,162,211,1) 0, rgb(132,162,211) 1px, rgba(0,0,0,0) 2px, rgba(0,0,0,0) 100%),
				radial-gradient(rgb(132,162,211) 1px, rgba(0,0,0,0) 2px), rgba(110,145,203,1);
	background-size: 25px 25px;
	display: flex;
	flex-direction: column;
	padding: 0;
	align-items: center;
	overflow:hidden;
}

#example_title{
	margin:80px auto 0px;
	background:rgb(69,96,172);
	color:rgb(255,255,255);
	font-size:18px;
	padding:15px 0px;
	width:250px;
	text-align:center;
	position:relative;
	top:25px;
}
#example_content {
	width: 167%;
	display: flex;
	position:relative;
	padding: 60px 0 70px 0;
	justify-content: center;
}

.example_content_card {
	border-radius: 20px 20px 20px 20px;
	background-color: #fff;
	width: 18%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px;
	-ms-user-select: none; /* IE 10+ */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.example_content_card hr {
	width: 50%;
}

.example_content_card img {
	border-radius: 20px 20px 0px 0px;
	width: 100%;
}

.example_content_card p {
	margin: 20px 40px 40px 40px;
}


/* お問い合わせ・資料請求 */


.inquiry {
	width: 100%;
	display: flex;
	color: #fff;
	flex-direction: column;
}


@media screen and (min-width: 1000px) {
.inquiry {
	flex-direction: row;
}
}

@media screen and (min-width: 960px) {
.inquiry {
}
}

.inquiry_txt{
	padding: 5% 10%;
	line-height: 1.7;
}

.documentrequest {
	width: calc(100% - 20px);
	max-width: 1200px;
	margin: 0 auto;
	background-color: rgb(132,173,219);
	padding: 10px;
	display: flex;
	justify-content: center;
	background-image:url("../img/pcsm01.png");
	background-position: right 5% center;
	background-size: auto 90%;
	background-repeat: no-repeat;
	pointer-events: none;
}

.documentrequest:hover {
	color: #fff;
}


.documentrequest a {
	width: 100%;
	text-decoration: none;
	color: inherit;
}

.documentrequest_txt01 {
	color: rgb(69,96,172);
	font-weight: bold;
	font-size: 20px;
}

.documentrequest_txt02 {
	font-weight: bold;
	font-size: 40px;
}

.documentrequest_txt03 {
	color: rgb(113,172,219);
	font-weight: bold;
	font-size: 20px;
}

.inquiry_btn {
	background-color: rgb(220,120,75);
	border-radius: 5px 5px;
	padding: 10px 20px;
	margin: 15px 0;
	display:inline-block;
	transition: .5s;
	pointer-events: auto;
	cursor: pointer;
}

.inquiry_btn::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	margin-left: 5px;
	font-weight: bold;
}

.inquiry_btn:hover {
	color: rgb(69,96,172);
	background-color: rgb(255,220,75);
	transition: .5s;
}


.inquiryform {
	display: none;
	/* 資料請求ページ準備後に以下を有効化
	width: calc(100% - 20px);
	background-color: rgb(69,96,172);
	padding: 10px;
	display: flex;
	justify-content: flex-start;
	background-image:url("../img/shiryou.png");
	background-position: right 5% center;
	background-size: auto 90%;
	background-repeat: no-repeat;
	*/
}

@media screen and (min-width: 1000px) {
.inquiryform {
	/* width: 50%; */
}
}

.heading_01 {
	font-size: 20px;
	font-weight: bold;
	margin: 25px 10px 10px 10px;
}


/* 成果(困ったはデジタル化で解決) */

#outcome {
	width: 100%;
	position:relative;
	overflow:hidden;
}

.heading_main {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	margin: 100px 5px;
	line-height:2;
	display: flex;
	flex-direction: column;
	align-items: center;
	letter-spacing: 0.12em;
	text-align: center;
}

.heading_lightblue {
	background: linear-gradient(90deg,
		rgb(46,148,156),
		rgb(132,173,219),
		rgb(69,96,172),
		rgb(46,148,156),
		rgb(132,173,219),
		rgb(46,148,156)
	);
	background-size: 300% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: gradient-flow 12s ease infinite;
}

@keyframes gradient-flow {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

.heading_main_big {
	font-size: 40px;
}

#outcome_main {
	width: 100%;
	position: absolute;
	bottom: 0px;
	padding-bottom: 0;
}

#outcome_content {
	width:100%;
	max-width:1500px;
	margin:auto;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}


#outcome_img {
	width: 35%;
	z-index:2;
}
#outcome_img img {
	height: 320px;
	width:auto;
}
#gureobi{
	margin-top:180px;
	background-color: rgb(244,247,252);
	height:270px;
}
@media screen and (min-width: 601px) {
#outcome_img img {
	height: 450px;
}
#gureobi{
	height:370px;
}
}

@media screen and (min-width: 960px) {
#outcome_img img {
	height: 600px;
}
#gureobi{
	height:450px;
}
}
#outcome_card{
	width: 65%;
	position:relative;
	z-index:1;
	overflow: visible;
	padding-bottom: 10px;
	margin-top: 80px;
}

#outcome_card a{
	width: 100%;
	text-decoration: none;
	color: inherit;
}

.outcome-swiper .swiper-slide {
	width: 400px;
	transition: transform 0.4s ease;
}

.outcome-swiper .swiper-button-prev,
.outcome-swiper .swiper-button-next {
	color: rgb(111,146,204);
	top: 50%;
}

.outcome-swiper .swiper-button-prev {
	left: -5px;
}

.outcome-swiper .swiper-button-next {
	right: -5px;
}

.heading_03 {
	font-size: 20px;
	font-weight: bold;
	margin: 25px 10px 10px 10px;
}


.outcome_content_card {
	border-radius: 5px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 0 10px rgb(150,150,150);
	width: 100%;
}

.outcome_content_card:hover .outcome_content_card_btn {
	background-color: rgb(111,146,204);
	transition: .5s;
	background-position:0 100%;
}

.outcome_content_card:hover .heading_03 {
	color: rgb(111,146,204);
	transition: .3s;
}

.outcome_content_card:hover > .outcome_content_card > img {
	transform:scale(1.2,1.2);
	transition:1s all;
}


/* Swiper coverflow handles card positioning */



.outcome_content_card img {
	border-radius: 5px 5px 0px 0px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.outcome_content_card p {
	color: #333;
	padding: 10px 0;
}

.outcome_content_card_btn {
	background:linear-gradient(40deg, #6f92cc, #d44594);
	border-radius: 5px 5px;
	color: #fff;
	padding: 5px 15px;
	margin: 10px 0 30px 0;
	transition: .5s;
	background-size:200px 300px;
}



/* アイフラット独自の強み */

#strengths {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#strengths img {
	width: 100%;
}


#strengths_content {
	width: 90%;
	background-color: rgb(241,247,252);
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1.8em;
}

@media screen and (min-width: 601px) {
#strengths_content {
	width: 95%;
	padding: 20px 0;
}
}

@media screen and (min-width: 960px) {
#strengths_content {
	width: 90%;
}
}



#strengths_content p {
	padding: 5px 30px;
}

.strengths_content_card {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0;
}

@media screen and (min-width: 601px) {
.strengths_content_card {
	width: 45%;
}
}

@media screen and (min-width: 960px) {
.strengths_content_card {
	width: 30%;
}
}


.strengths_content_card2 {
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0;
}

@media screen and (min-width: 601px) {
.strengths_content_card2 {
	width: 45%;
}
}

@media screen and (min-width: 960px) {
.strengths_content_card2 {
	width: 30%;
}
}

.strengths_content_card3 {
	width: 100%;
	background-color: rgb(241,247,252);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0;
}

@media screen and (min-width: 601px) {
.strengths_content_card3 {
	background-color: rgb(255,255,255);
	width: 45%;
}
}

@media screen and (min-width: 960px) {
.strengths_content_card3 {
	background-color: rgb(241,247,252);
	width: 30%;
}
}

.strengths_content_card4 {
	width: 100%;
	background-color: rgb(255,255,255);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0;
}

@media screen and (min-width: 601px) {
.strengths_content_card4 {
	background-color: rgb(241,247,252);
	width: 45%;
}
}

@media screen and (min-width: 960px) {
.strengths_content_card4 {
	background-color: rgb(255,255,255);
	width: 30%;
}
}



.strengths_heading {
	font-size: 16px;
	font-weight: bold;
	color: rgb(46,148,156);
	padding: 10px 0;
}

.headingtitle {
	color: rgb(46,148,156);
	background-color:rgb(241,247,252);
	display:inline-block;
	position:relative;
	font-size: 20px;
	font-weight: bold;
	top:-13px;
	padding:0 13px;
}
/* サービス開発の流れ */



#developmentflow {
	width: 100%;
	background-color: rgb(69,96,172);
	padding: 50px 0;
	margin: 50px 0;
}

#developmentflow_heading {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 50px 0;
	text-align: center;
}

.developmentflow_content {
	display: none;
}

@media screen and (min-width: 801px) {
.developmentflow_content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
}

.developmentflow_content_ul {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 801px) {
.developmentflow_content_ul {
	flex-direction: row;
}
}


.developmentflow_content_ul li {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 801px) {
.developmentflow_content_ul li {
	flex-direction: column;
	border-right:1px solid rgb(69,96,172);
}
}

.developmentflow_content_ul li:last-child {
	border-right:0px solid rgb(69,96,172);
}

.developmentflow_content_card1 {
	background-color: #fff;
	width:calc(100%);
}

@media screen and (min-width: 801px) {
.developmentflow_content_card1 {
	width:calc(20%);
}
}


.loadmap1{
	background-color: rgb(234,238,249);
}
.loadmap2{
	background-color: rgb(210,223,242);
}
.loadmap3{
	background-color: rgb(186,205,235);
}
.loadmap4{
	background-color: rgb(160,188,227);
}
.loadmap5{
	background-color: rgb(132,173,219);
}

.developmentflow_content_card1_1 {
	padding: 10px 0;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: rgb(69,96,172);
	width:calc(100%);
}

@media screen and (min-width: 801px) {
.developmentflow_content_card1_1 {
	width:calc(20%);
}
}


.developmentflow_content_card1_5 {
	padding: 10px 0;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: rgb(69,96,172);
	width:calc(100%);
}

@media screen and (min-width: 801px) {
.developmentflow_content_card1_5 {
	width:calc(20%);
}
}

.developmentflow_content_card1_1::before, .developmentflow_content_card1_1::after {
	content: " ";
	left: 100%;
	top: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	transition: all .2s;
}
.loadmap1::after {
	border-left-color: rgb(234,238,249);
	border-width: 21px;
	margin-top: -21px;
	z-index:2;
}
.loadmap2::after {
	border-left-color: rgb(210,223,242);
	border-width: 21px;
	margin-top: -21px;
	z-index:2;
}
.loadmap3::after {
	border-left-color: rgb(186,205,235);
	border-width: 21px;
	margin-top: -21px;
	z-index:2;
}
.loadmap4::after {
	border-left-color: rgb(160,188,227);
	border-width: 21px;
	margin-top: -21px;
	z-index:2;
}
.developmentflow_content_card1_1::before {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: rgb(69,96,172);
	border-width: 22px;
	margin-top: -22px;
	z-index:1;
}

.developmentflow_content_card1_2 {
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.developmentflow_content_card2 {
	background-color: #fff;
	width:calc(100%);
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 801px) {
.developmentflow_content_card2 {
	width:calc(20%);
}
}



.developmentflow_content_card5_1 {
	background-color: rgba(69,96,172,0.8);
	padding: 10px 0;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: rgba(69,96,172,1);
	width:calc(20% - 1px);
}

.card_sp_heading {
	font-size: 20px;
	display: flex;
	justify-content: center;
	width: 100%;
	background-color: rgb(210,223,242);
	padding: 20px 0;
	border-bottom:1px solid #808080;
}

@media screen and (min-width: 801px) {
.card_sp_heading {
	display: none;
}
}



.developmentflow_content_heading {
	font-weight: bold;
	font-size: 16px;
	padding: 20px 0;
}

.developmentflow_txt {
	font-size: 14px;
	padding: 10px;
	line-height: 1.9em;
}

.developmentflow_content_detail {
	text-align: center;
	border-bottom:1px solid #808080;
	padding: 10px 0;
	cursor:pointer;
	transition: color .3s;
}

.developmentflow_content_detail::after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	margin-left: 8px;
	font-weight: bold;
	transition: transform .3s;
	display: inline-block;
}

.developmentflow_content_detail.open::after {
	transform: rotate(180deg);
}

.developmentflow_content_detail:hover {
	color: rgb(132,173,219);
}

.developmentflow_detail_body {
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease, padding .4s ease;
	padding: 0 5px;
	box-sizing: border-box;
}

.developmentflow_detail_body.open {
	max-height: 300px;
	padding: 12px 5px;
}

.developmentflow_detail_body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.developmentflow_detail_body li {
	font-size: 12px;
	line-height: 1.7em;
	color: rgb(80,80,80);
	padding-left: 18px;
	position: relative;
	margin-bottom: 6px;
	border-right: none;
}

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

.developmentflow_detail_body li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: bold;
	color: rgb(132,173,219);
	position: absolute;
	left: 0;
	top: 0;
	font-size: 11px;
	line-height: 1.7em;
}

/* お客様の声(レビュー) */

#review {
	width: 100%;
	padding-top: 200px;
}

#review_color {
	width: 100%;
	background-color: rgb(111,146,204);
}

#review_content {
	width: 90%;
	max-width: 1190px;
	display: flex;
	align-items: flex-end;
	margin: auto;
}

#review_txt {
	width: 100%;
	padding: 70px 0 20px 0;
	margin: 0 0 0 2%;
	color: rgb(255,255,255);
}

@media screen and (min-width: 630px) {
#review_txt {
	width: 40%;
	margin: 0%;
}
}

@media screen and (min-width: 960px) {
#review_txt {

	width: 50%;
}
}



#review_txt p {
	font-size: 19px;
}

.review_headingt {
	font-size: 35px;
	font-weight: bold;
	padding: 0 0 15px 0;
}



.review_link {
	text-align: right;
	color: rgb(28,46,144);
	padding-top: 20px;
	transition: .5s;
}


.review_link a {
	text-decoration:none;
	color: inherit;
}

.review_link a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f0c9";
	margin-left: 5px;
	font-weight: bold;
}

.review_link:hover {
	color: rgb(125,220,255);
	transition: .5s;
}

#review_img {
	width: 0%;
	position: relative;
	display: none;
}

@media screen and (min-width: 630px) {
#review_img {
	width: 60%;
	display: inline;
	position: relative;
}
}

@media screen and (min-width: 1220px) {
#review_img {
	width: 50%;
}
}

#review_img img {
	width: 100%;
	max-width: 650px;
	display: none;
	position: absolute;
	bottom: 50px;
	z-index: 50;
}

@media screen and (min-width: 630px) {
#review_img img {
	display: inline;
	bottom: -30px;
}
}

@media screen and (min-width: 960px) {
#review_img img {
	width: 100%;
	max-width: 650px;
	position: absolute;
	bottom: -50px;
}
}

/* お客様の声(レビュースライドショー) */

#review_slideshow {
	background: linear-gradient(180deg, #6f92cc 0%, #6f92cc 50%, #fafafc 50%, #fafafc 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

@media screen and (min-width: 630px) {
#review_slideshow {
	height: 250px;
}
}

#review_slideshow a{
	width: 100%;
	display: flex;
	justify-content: center;
	text-decoration: none;
	color: inherit;
}


#review_slideshow_area {
	margin-top:15px;
	width: 90%;
	max-width: 1190px;
	background-color: rgb(255,255,255);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
}

@media screen and (min-width: 630px) {
#review_slideshow_area {
	flex-direction: row;
	align-items: flex-start;
}
}

#review_slideshow_area:hover #review_slideshow_img {
	opacity: 0.6;
	transition: .2s;
}

#review_slideshow_area:hover #review_slideshow_tag {
	opacity: 0.6;
	transition: .2s;
}

#review_slideshow_area:hover .review_heading {
	color: rgb(111,146,204);
	transition: .2s;
}


@media screen and (min-width: 960px) {
#review_slideshow_area {
}
}

#review_slideshow_img {
	width: 100%;
	transition: .2s;
}

@media screen and (min-width: 630px) {
#review_slideshow_img {
	max-width: 300px;
}
}


#review_slideshow_img img {
	width: 100%;
	object-fit: cover;
	height: 250px;
}

@media screen and (min-width: 630px) {
#review_slideshow_img img {
	height: 200px;
}
}




#review_slideshow_txt {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

@media screen and (min-width: 630px) {
#review_slideshow_txt {
	padding: 0 0 0 20px;
}
}

@media screen and (min-width: 800px) {
#review_slideshow_txt {
	padding: 0 20px;
}
}


#review_slideshow_txt p {
	padding: 10px 0;
}

#review_slideshow_tag {
	width: 100%;
	transition: .2s;
}

#review_slideshow_tag ul{
	display: flex;
	padding-top: 10px;
}

@media screen and (min-width: 630px) {
#review_slideshow_tag ul{
	padding-top: 0;
}
}


#review_slideshow_tag li {
	color: #989898;
	font-size: 12px;
	padding: 5px;
	margin: 0px 10px 15px 0;
	border: 1px solid;
	border-color: #989898;
}

@media screen and (min-width: 481px) {
#review_slideshow_tag li {
}
}

@media screen and (min-width: 960px) {
#review_slideshow_tag li {
	margin-top: 12px;
}
}



#review_slideshow_tag {
	width: 100%;
}

.review_heading {
	transition: .2s;
}

.review_heading_txt {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

@media screen and (min-width: 630px) {
.review_heading_txt {
	margin-bottom: 5px;
}
}

.review_heading p {
	font-size: 16px;
}

@media screen and (min-width: 481px) {
.review_heading p {
	display: none;
}
}

@media screen and (min-width: 801px) {
.review_heading p {
	display: inline;
}
}


/* 現状改善 */

#improvement {
	width: 100%;
	background-color: #fafafc;
	display: flex;
	justify-content: center;
}

#improvement_inside {
	width: 95%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 200px 0 100px 0;
	max-width: 1140px;
}

@media screen and (min-width: 630px) {
#improvement_inside {
	margin: 120px 0;
	width: 80%;
}
}

@media screen and (min-width: 960px) {
#improvement_inside {
}
}


#improvement_title {
	background-color: rgb(255,255,255);
	padding-top: 50px;
}

#improvement_inside img {
	width: 95%;
	padding: 5% 0 0 0;
}

#improvement_content {
	width: 95%;
	display: flex;
	justify-content: center;
	background-color: rgb(241,247,252);
	padding: 30px 0;
	margin: 40px 0;
	flex-direction: column;
	align-items: center;
}
.heading_main_body{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: normal;
	margin-top: 30px;

}
.headingbox{
	width:100%;
	border:3px solid rgb(100,100,100);
	font-size:18px;
	font-weight:bold;
	border-radius: 15px;
	text-align:center;
	margin: 30px 5%;
}

@media screen and (min-width: 700px) {
.headingbox{
	width:40%;
	margin: 30px 1%;
}
}

@media screen and (min-width: 1000px) {
.headingbox{
	width:30%;
}
}


.headingbox ul{
	text-align:left;
	font-size: min(1.2vw, 16px);
	padding:0px 20px 20px 20px;
	line-height:2;
}

.headingbox li{
	font-size: 14px;
	position: relative;
	padding-left: 24px;
}

.headingbox li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	margin-right: 5px;
	font-weight: bold;
	position: absolute;
	left: 0;
}


/* フッター上部　資料＋問い合わせ＋採用情報 */

#recruitment {
	display: flex;
	justify-content: center;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../img/meeting3.jpg');
	padding: 10px;
	margin-top: 40px;
	pointer-events: none;
}

#recruitment a{
	width: 100%;
	text-decoration: none;
	color: inherit;

}

#recruitment_content {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media screen and (min-width: 630px) {
#recruitment_content {
	flex-direction: row;
	align-items: flex-end;
}
}


#recruitment_txt {
	width: 50%;
	padding: 20px 58px;
	color: rgb(255,255,255);
}

@media screen and (min-width: 630px) {
#recruitment_txt {
	padding: 58px;
}
}


#recruitment_txt01 {
	color: rgba(132,173,219,1);
	font-weight: bold;
	font-size: 20px;
}

#recruitment_txt02 {
	font-weight: bold;
	font-size: 40px;
	padding: 10px 0;
}


#recruitment_link {
	display: flex;
	width: 50%;
	padding: 0 58px 30px 58px;
	text-align: right;
}

@media screen and (min-width: 630px) {
#recruitment_link {
	padding: 58px;
	justify-content: flex-end;
}
}

.recruitment_btn {
	display:inline-block;
	background-color: rgba(204,134,176,1);
	color: rgb(255,255,255);
	border-radius: 5px 5px;
	padding: 15px 20px;	
	transition: .5s;
	pointer-events: auto;
}

.recruitment_btn .arrow {
	display: none;
}
.recruitment_btn::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	margin-left: 5px;
	font-weight: bold;
}

.recruitment_btn:hover {
	color: rgb(255,255,255);
	background-color: rgba(224,164,196,1);
	transition: .5s;

}

/* ブログ・ニュース */

.blognews{
	width: 80%;
	background-color: #fff;
	margin: 100px auto;
	max-width: 1140px;
}
.blognews_tab{
	display: flex;
	justify-content: space-between;
	position:relative;
}
.blognews_tab div{
	width:49.5%;
	border-radius: 5px 5px;
	padding:10px 0;
	text-align:center;
	font-weight:bold;
	background-color:rgb(242,242,242);
	color:rgb(45,148,155);
	position:relative;
}
.selecttab{
	background-color:rgb(45,148,155) !important;
	color:rgb(242,242,242) !important;
}
.selecttab::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid rgb(45,148,155);
}

#blogtab{
	cursor:pointer;
}
#newstab{
	cursor:pointer;
}
.newsbox_empty {
	width: 100%;
	text-align: center;
	padding: 60px 20px;
	color: #999;
	font-size: 16px;
}
#blogbox{
	width: 100%;
	display:flex;
	margin-top:20px;
	overflow:hidden;
	flex-direction: row;
	flex-wrap: wrap;
}

@media screen and (min-width: 1000px) {
#blogbox{
	flex-wrap: nowrap;
}
}

#newsbox{
	display:none;
}
.news_list {
	width: 100%;
	margin-top: 20px;
}
.news_item {
	display: flex;
	align-items: center;
	padding: 18px 10px;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	color: inherit;
	transition: background-color 0.3s;
	flex-wrap: wrap;
}
.news_item:first-child {
	border-top: 1px solid #eee;
}
.news_item:hover {
	background-color: #f8f9fa;
}
.news_date {
	font-size: 13px;
	color: #999;
	min-width: 90px;
	letter-spacing: 0.5px;
}
.news_tag {
	font-size: 11px;
	font-weight: bold;
	padding: 3px 12px;
	border-radius: 3px;
	margin-right: 16px;
	white-space: nowrap;
}
.news_tag_release {
	background-color: rgb(45,148,155);
	color: #fff;
}
.news_tag_info {
	background-color: rgb(69,96,172);
	color: #fff;
}
.news_title {
	font-size: 14px;
	font-weight: bold;
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media screen and (max-width: 600px) {
	.news_item {
		flex-wrap: wrap;
		gap: 6px;
	}
	.news_date {
		min-width: auto;
		margin-right: 8px;
	}
	.news_title {
		width: 100%;
		white-space: normal;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
}

.boxobj{
	width:calc(50% - 20px);
	padding: 15px 10px;
	transition: .5s;
}

@media screen and (min-width: 600px) {
.boxobj{
	width:calc(33% - 20px);
}
}

.boxobj a{
	text-decoration: none;
	color: inherit;
}

.boxobj:hover {
	opacity: 0.5;
	transition: .5s;
}

.boxobj_img {

}

.boxobj img{
	width:100%;
}


.blog_date {
	font-size: 12px;
	color: rgb(150,150,150);
	margin: 5px 0;
}

.blog_date::before {
	font-family: "Font Awesome 5 Free";
	content: "\f017";
	margin-right: 5px;
}

.blogbox_txt {
	font-size: 14px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width: 100%;
}

/* フッター */

#footer {
	display: flex;
	align-items: flex-end;
	background-color: rgba(38,36,39,1);
	width: 100%;
	height: 170px;
}

#footer_logo {
	width: 30%;
	padding: 0 0 30px 50px;
}

#footer_content {
	display: flex;
	flex-direction: column;
	width: 70%;
	text-align: right;
	padding-right: 50px;
}

@media screen and (min-width: 600px) {
#footer_content {
	padding-right: 0;
}
}


#footer_sns {
	width: calc(100% - 50px);
}

#footer_link {
	width: calc(100% - 50px);
	padding: 0 50px 30px 0;
	color: #fff;
}


#footer_link ul {
	display: flex;
	justify-content: flex-end;
}

#footer_link li {
	padding: 0 0 0 30px;
}

#footer_link a {
	color: #fff;
	text-decoration: none;
	transition: .3s;
}

#footer_link a:hover {
	color: rgb(132,173,219);
}

#header_content a {
	color: #808080;
	text-decoration: none;
	transition: .3s;
}

#header_content a:hover {
	color: rgb(69,96,172);
}

#content_header_link a {
	color: #fff;
	text-decoration: none;
	transition: .3s;
}

#content_header_link a:hover {
	opacity: 0.7;
}












/* お問い合わせフォーム */

#contact_heading {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 0 0 0;
}

.contact_heading_txt {
	font-size: 22px;
	color: rgb(137,164,211);
	text-align: center;
	line-height: 1.7em;
	letter-spacing: 3px;
	padding: 40px 0 0 0;
}

@media screen and (min-width: 481px) {
.contact_heading_txt {
	font-size: 25px;
}
}

.contact_heading_txt p {
	font-size: 15px;
	color: rgb(80,80,80);
	padding: 30px 0;
	text-align: center;
	line-height: 2em;
}

#contact_form_area {
	width: 90%;
	max-width: 700px;
	margin: 0 auto 80px auto;
	background-color: rgb(248,250,253);
	border-radius: 10px;
	padding: 40px 5%;
}

@media screen and (min-width: 600px) {
#contact_form_area {
	padding: 50px 60px;
}
}

.form_group {
	margin-bottom: 28px;
}

.form_label {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: rgb(50,50,50);
	margin-bottom: 8px;
	letter-spacing: 1px;
}

.form_required {
	background-color: rgb(220,120,75);
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 8px;
	border-radius: 3px;
	margin-left: 8px;
	vertical-align: middle;
}

.form_optional {
	background-color: rgb(180,180,180);
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 8px;
	border-radius: 3px;
	margin-left: 8px;
	vertical-align: middle;
}

.form_input,
.form_select,
.form_textarea {
	width: calc(100% - 30px);
	padding: 14px 15px;
	font-size: 15px;
	font-family: "游ゴシック体", "Yu Gothic UI";
	border: 1px solid rgb(200,200,200);
	border-radius: 5px;
	background-color: #fff;
	transition: border-color .3s;
	letter-spacing: 1px;
}

.form_input:focus,
.form_select:focus,
.form_textarea:focus {
	outline: none;
	border-color: rgb(132,173,219);
	box-shadow: 0 0 0 3px rgba(132,173,219,0.2);
}

.form_select {
	width: 100%;
	cursor: pointer;
	padding-right: 45px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 15px center;
}

.form_textarea {
	width: calc(100% - 30px);
	resize: vertical;
	min-height: 150px;
}

.form_privacy {
	text-align: center;
	margin: 30px 0;
	font-size: 14px;
	color: rgb(80,80,80);
}

.form_privacy a {
	color: rgb(69,96,172);
	text-decoration: underline;
}

.form_privacy a:hover {
	color: rgb(132,173,219);
}

.form_privacy input[type="checkbox"] {
	margin-right: 8px;
	cursor: pointer;
}

.form_submit {
	text-align: center;
	padding-top: 10px;
}

.form_submit_btn {
	background: linear-gradient(135deg, rgb(69,96,172), rgb(132,173,219));
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: "游ゴシック体", "Yu Gothic UI";
	padding: 16px 60px;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	letter-spacing: 3px;
	transition: .3s;
	box-shadow: 0 4px 15px rgba(69,96,172,0.3);
}

.form_submit_btn:hover {
	background: linear-gradient(135deg, rgb(132,173,219), rgb(69,96,172));
	box-shadow: 0 6px 20px rgba(69,96,172,0.4);
	transform: translateY(-2px);
}

.form_submit_btn::after {
	font-family: "Font Awesome 5 Free";
	content: "\f1d8";
	margin-left: 10px;
	font-weight: bold;
}


/* プライバシーポリシー・サービス規約 */

#policy_content {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 0 80px 0;
}

.policy_section {
	margin-bottom: 35px;
}

.policy_intro {
	font-size: 15px;
	line-height: 2em;
	color: rgb(60,60,60);
	padding: 20px 0;
	border-bottom: 1px solid rgb(220,220,220);
}

.policy_heading {
	font-size: 18px;
	font-weight: bold;
	color: rgb(69,96,172);
	padding: 15px 0 10px 0;
	border-left: 4px solid rgb(132,173,219);
	padding-left: 15px;
	margin-bottom: 10px;
}

.policy_section p {
	font-size: 15px;
	line-height: 2em;
	color: rgb(60,60,60);
}

.policy_section ul {
	padding: 10px 0 10px 25px;
}

.policy_section li {
	font-size: 15px;
	line-height: 2em;
	color: rgb(60,60,60);
	list-style: disc;
	padding-left: 5px;
}

.policy_section a {
	color: rgb(69,96,172);
	text-decoration: underline;
}

.policy_section a:hover {
	color: rgb(132,173,219);
}

.policy_date {
	text-align: right;
	font-size: 14px;
	color: rgb(100,100,100);
	padding-top: 40px;
	border-top: 1px solid rgb(220,220,220);
	line-height: 2em;
}


/* 導入効果一覧 */

#casestudy_area {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0 80px 0;
}

#casestudy_intro {
	text-align: center;
	padding-bottom: 50px;
}

.casestudy_intro_txt {
	font-size: 16px;
	color: rgb(80,80,80);
	line-height: 2em;
}

#casestudy_list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.casestudy_card {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.08);
	overflow: hidden;
}

@media screen and (min-width: 801px) {
.casestudy_card {
	flex-direction: row;
}
}

.casestudy_card_img {
	flex-shrink: 0;
}

.casestudy_card_img img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block;
}

@media screen and (min-width: 801px) {
.casestudy_card_img img {
	width: 320px;
	height: 100%;
	min-height: 300px;
}
}

.casestudy_card_body {
	padding: 25px 30px;
	flex: 1;
}

.casestudy_card_tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 10px;
}

.casestudy_tag {
	font-size: 11px;
	color: rgb(69,96,172);
	border: 1px solid rgb(132,173,219);
	border-radius: 3px;
	padding: 3px 10px;
	white-space: nowrap;
}

.casestudy_card_category {
	font-size: 13px;
	color: rgb(100,100,100);
	margin-bottom: 8px;
}

.casestudy_card_title {
	font-size: 17px;
	font-weight: bold;
	color: rgb(50,50,50);
	line-height: 1.6em;
	margin-bottom: 12px;
}

.casestudy_card_desc {
	font-size: 14px;
	color: rgb(80,80,80);
	line-height: 1.8em;
	margin-bottom: 20px;
}

.casestudy_card_results {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.casestudy_result {
	flex: 1;
	min-width: 100px;
	background-color: rgb(248,250,253);
	border-radius: 8px;
	padding: 15px 10px;
	text-align: center;
}

.casestudy_result_label {
	font-size: 12px;
	color: rgb(100,100,100);
	margin-bottom: 5px;
}

.casestudy_result_value {
	font-size: 28px;
	font-weight: bold;
	color: rgb(69,96,172);
	line-height: 1.2;
}

.casestudy_result_value span {
	font-size: 13px;
	font-weight: normal;
	color: rgb(80,80,80);
	margin-left: 2px;
}


/* プロダクト紹介ページ */

#solution_area {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0 80px 0;
}

.solution_hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-bottom: 60px;
	border-bottom: 1px solid rgb(230,230,230);
	margin-bottom: 60px;
}

.solution_hero_badge {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background-color: rgb(69,96,172);
	border-radius: 20px;
	padding: 5px 18px;
	margin-bottom: 20px;
}

.solution_hero_name {
	font-size: 36px;
	font-weight: bold;
	color: rgb(50,50,50);
	margin-bottom: 10px;
}

.solution_hero_tagline {
	font-size: 18px;
	color: rgb(100,100,100);
	margin-bottom: 25px;
}

.solution_hero_desc {
	font-size: 15px;
	color: rgb(80,80,80);
	line-height: 1.8em;
	max-width: 700px;
}

.solution_hero_img {
	width: 100%;
	max-width: 600px;
	margin-top: 40px;
	background-color: rgb(245,247,252);
	border-radius: 12px;
	padding: 40px;
	text-align: center;
	color: rgb(150,150,150);
	font-size: 14px;
}

.solution_section_title {
	font-size: 22px;
	font-weight: bold;
	color: rgb(50,50,50);
	text-align: center;
	margin-bottom: 40px;
}

.solution_section_title span {
	color: rgb(69,96,172);
}

.solution_features {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-bottom: 60px;
}

@media screen and (min-width: 601px) {
	.solution_features {
		grid-template-columns: 1fr 1fr;
	}
}

.solution_feature_card {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
	padding: 30px 25px;
}

.solution_feature_card h3 {
	font-size: 16px;
	font-weight: bold;
	color: rgb(69,96,172);
	margin-bottom: 10px;
}

.solution_feature_card p {
	font-size: 14px;
	color: rgb(80,80,80);
	line-height: 1.7em;
}

.solution_results {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 60px;
}

.solution_result_item {
	flex: 1;
	min-width: 140px;
	max-width: 250px;
	background-color: rgb(248,250,253);
	border-radius: 10px;
	padding: 25px 15px;
	text-align: center;
}

.solution_result_item .label {
	font-size: 13px;
	color: rgb(100,100,100);
	margin-bottom: 8px;
}

.solution_result_item .value {
	font-size: 32px;
	font-weight: bold;
	color: rgb(69,96,172);
	line-height: 1.2;
}

.solution_result_item .value span {
	font-size: 14px;
	font-weight: normal;
	color: rgb(80,80,80);
	margin-left: 2px;
}

/* コンテンツ用は以下から*/














/* コンテンツ用ヘッダー */


#content_header {
	width: 100%;
/*
	background: radial-gradient(rgba(132,162,211,1) 0, rgb(132,162,211) 14%, rgba(0,0,0,0) 16%, rgba(0,0,0,0) 100%), 
              radial-gradient(rgb(132,162,211) 15%, rgba(0,0,0,0) 16%), rgba(110,145,203,1);
	background-position: 0 0, 30px 30px;
	background-size: 30px 30px;
*/
	background: radial-gradient(rgba(132,162,211,1) 0, rgb(132,162,211) 1px, rgba(0,0,0,0) 2px, rgba(0,0,0,0) 100%),
				radial-gradient(rgb(132,162,211) 1px, rgba(0,0,0,0) 2px), rgba(110,145,203,1);
	background-size: 25px 25px;
	height: 300px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: center;
}

@media screen and (min-width: 481px) {
#content_header {
	height: auto;
	align-content: flex-start;
	justify-content: center;
}
}

@media screen and (min-width: 960px) {
#content_header {

}
}


#content_header_logo {
	width: calc(40% - 40px);
	padding: 20px 20px 0 20px;
	position: relative;
	z-index: 10;
}

@media screen and (min-width: 481px) {
#content_header_logo {
	width: calc(50% - 120px);
	padding: 60px 60px 40px 60px;
}
}

@media screen and (min-width: 960px) {
#content_header_logo {
	width: calc(35% - 120px);
	padding: 60px 60px 40px 60px;
	position: relative;
	z-index: 10;
}
}

#content_header_logo img {
	width: 100%;
}

@media screen and (min-width: 481px) {
#content_header_logo img {
}
}

@media screen and (min-width: 960px) {
#content_header_logo img {
	width: 25%;
}
}




#content_header_link {
	width: calc(60%);
	color: #fff;
	padding: 20px 0 20px 0px;
	letter-spacing: 4px;
}

@media screen and (min-width: 481px) {
#content_header_link {
	width: calc(50% - 120px);
	color: #fff;
	padding: 20px 0 20px 20px;
	letter-spacing: 4px;
}
}

@media screen and (min-width: 960px) {
#content_header_link {
	width: calc(65% - 120px);
	color: #fff;
	padding: 60px 60px 40px 60px;
	letter-spacing: 4px;
}
}


#content_header_link ul {
	display: flex;
	justify-content: flex-end;
}

#content_header_link li {
	padding: 0 0 0 30px;
	font-size: 18px;
	white-space: nowrap;
}

#title {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	letter-spacing: 4px;
}

#title_txt {
	font-size: 35px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 8px;
	position:absolute;
	z-index: 2;
}

@media screen and (min-width: 481px) {
#title_txt {
	font-size: 60px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 8px;
	position:absolute;
	z-index: 2;
	top: -10px;
}
}

@media screen and (min-width: 960px) {
#title_txt {
	font-size: 60px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 8px;
	position:absolute;
	z-index: 2;
	top: -10px;
}
}


#title_backtxt {
	font-size: min(15vw,180px);
	color: rgb(125,155,207);
	text-align: center;
	font-weight: bold;
	letter-spacing: 8px;
	position:absolute;
	z-index: 1;
	pointer-events: none;
}

@media screen and (min-width: 630px) {
#title_backtxt {
	top: -10%;
}
}

@media screen and (min-width: 930px) {
#title_backtxt {
	top: -50%;
}
}


#title p {
	text-align: center;
	color: #fff;
	padding: 70px 0;
	font-size: 20px;
	z-index: 2;
}

#breadcrumbs {
	display: none;
}

@media screen and (min-width: 481px) {
#breadcrumbs {
	width: 85%;
	border-radius: 20px 20px 0px 0px;
	background-color: #fff;
	color: rgb(137,164,211);
	padding: 30px 0 20px 50px;
	display: inline;
}
}

@media screen and (min-width: 960px) {
#breadcrumbs {
	width: 85%;
	border-radius: 20px 20px 0px 0px;
	background-color: #fff;
	color: rgb(137,164,211);
	padding: 30px 0 20px 50px;
	display: inline;
}
}


#breadcrumbs a {
	color: rgb(137,164,211);
	text-decoration: none;
}
#breadcrumbs a:hover {
	opacity: 0.7;
}

/* コンテンツ共通 */

#content_area {
	width: 100%;
}

/* ABOUT US コンテンツ */


.br_pc {
	display: none;
}

.br_sp {
	display:inline;
}

.br_ip {
	display:inline;
}

@media screen and (min-width: 481px) {
.br_pc {
	display:inline;
}

.br_sp {
	display: none;
}

.br_ip {
	display:inline;
}
}

@media screen and (min-width: 960px) {
.br_pc {
}

.br_sp {
}

.br_ip {
	display: none;
}
}



#aboutus_heading {
	width: 90%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	margin:auto;
	left:0px;
	right:0px;
}

@media screen and (min-width: 481px) {
#aboutus_heading {
	border-radius: 20px 20px 20px 20px;
	top: -70px;
}
}

@media screen and (min-width: 960px) {
#aboutus_heading {
}
}


.aboutus_heading_txt {
	font-size: 22px;
	color: rgb(137,164,211);
	text-align: center;
	line-height: 1.7em;
	letter-spacing: 3px;
	padding: 40px 0;
	z-index: 1;
}

@media screen and (min-width: 481px) {
.aboutus_heading_txt {
	font-size: 25px;
}
}

@media screen and (min-width: 960px) {
.aboutus_heading_txt {

}
}


.aboutus_heading_txt p {
	font-size: 16px;
	color: rgb(30,30,30);
	padding: 50px 0;
	text-align: left;
	text-align: justify; /* Required for IE and Edge */
	text-align-last: left;
}

@media screen and (min-width: 481px) {
.aboutus_heading_txt p {
	text-align: center;
	text-align-last: center;
}
}

@media screen and (min-width: 960px) {
.aboutus_heading_txt p {
}
}



#aboutus_heading_img {
	display: none;
}

@media screen and (min-width: 481px) {
#aboutus_heading_img {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: -15%;
}
}

@media screen and (min-width: 960px) {
#aboutus_heading_img {
	width: 100%;

	margin-top: -25%;
}
}

#aboutus_heading_img img{
	max-width: 30%;
}

#aboutus_content {
	background-color: rgb(245,245,245);
	padding: 30px 0;
}

@media screen and (min-width: 481px) {
#aboutus_content {
	background-color: rgb(245,245,245);
	margin-top:-30px;
	padding: 60px 0;
}
}

@media screen and (min-width: 960px) {
#aboutus_content {
	background-color: rgb(245,245,245);
	margin-top:-30px;
	padding: 60px 0;
}
}


#aboutus_main {
	width: 100%;
}

#aboutus_main ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
}

@media screen and (min-width: 581px) {
#aboutus_main ul {
}
}

@media screen and (min-width: 900px) {
#aboutus_main ul {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
}


#aboutus_main li {
	background-color: #fff;
	width: 92%;
	display: flex;
	flex-direction: column;
	letter-spacing: 2px;
	border-radius: 2px 2px 2px 2px;
	margin: 3% 10px;
}

@media screen and (min-width: 581px) {
#aboutus_main li {
}
}

@media screen and (min-width: 900px) {
#aboutus_main li {
	width: 35%;
}
}


#aboutus_main li h3 {
	width: 100%;
	background-color: rgb(133,172,219);
	font-weight: bold;
	font-size: 25px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}

#aboutus_main li img {
	width: 100%;
	border-radius: 2px 2px 0 0;
}

#aboutus_main li p {
	padding: 8%;
	line-height: 1.8em;
	text-align: justify;
}

/* BLOG(ブログ) コンテンツ */


.heading_02 {
	font-size: 22px;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	letter-spacing: 3px;
	padding-bottom: 2px;
	margin-bottom: 30px;
	color: rgb(50,50,50);
}

.heading_02::before,
.heading_02::after {
	content: "";
	position: absolute;
	bottom: 0;
}

.heading_02:before {
	border-bottom: 1px solid rgb(69,96,172);
	width: 100%;
	padding-top : 3px;
}

.heading_02:after {
	border-bottom: 1px solid rgb(132,173,219);
	width: 100%;
}

#pickup {
	width: 100%;
	background: radial-gradient(rgba(132,162,211,1) 0, rgb(132,162,211) 1px, rgba(0,0,0,0) 2px, rgba(0,0,0,0) 100%), radial-gradient(rgb(132,162,211) 1px, rgba(0,0,0,0) 2px), rgba(110,145,203,1);
	background-size: 25px 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 50px;
}

#pickup_breadcrumb {
	width: 100%;
	max-width: 1020px;
	color: rgb(255,255,255);
	display: flex;
	padding-bottom: 10px;
}

#pickup_breadcrumb_link {
	width: 100%;
	max-width: 1020px;
	color: rgb(255,255,255);
}


#pickup_main {
	max-width: 1020px;
	background-color: rgb(255,255,255);
	padding: 30px;
	margin: 0 2%;
	display: flex;
	align-items: center;
}

#pickup_content {
	display: flex;
	flex-direction: column;
}



#pickup_left {

}

.fa-a-l {
	font-size: 60px;
	color: rgb(200,200,200);
	margin-right: 20px;
}

.fa-a-r {
	font-size: 60px;
	color: rgb(200,200,200);
	margin-left: 20px;
}

#pickup_raight {
}

#pickup_article_content {
	display: flex;
	justify-content: space-between;
}

#pickup_article {
	width: 31%;
}




#pickup_article img {
	width: 100%;
}

.pickup_txt {
	padding-top: 10px;
}

.pickup_date {
	font-size: 14px;
	color: rgb(150,150,150);
	margin: 10px 5px 10px 0;
}

.pickup_date::before {
	font-family: "Font Awesome 5 Free";
	content: "\f017";
	margin-right: 5px;
}


.pickup_title {
	font-size: 18px;
	padding-top: 10px;
	font-weight: bold;
}


.pickup_btn {
	color: #989898;
	font-size: 12px;
	padding: 5px;
	margin: 0px 10px 15px 0;
	border: 1px solid;
	border-color: #989898;
}

#blog_main {
	width: 100%;
	display: flex;
	justify-content: center;
}

#blog_main a {
	text-decoration: none;
	color: inherit;
}

#blog_c_main {
	width: calc(100% - 2%);
	max-width: 1100px;
	background-color: rgb(255,255,255);
	display: flex;
	justify-content: center;
	margin: 40px 2%;
	flex-wrap: wrap;
	flex-direction: column;
}

@media screen and (min-width: 960px) {
#blog_c_main {
	flex-direction: row;
}
}


#blog_article_list {
	width: calc(100% - 20px);
	padding: 10px;
	order: 1;
}

@media screen and (min-width: 960px) {
#blog_article_list {
	width: calc(70% - 20px);
}
}


#blog_article_list_c {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.article_card {
	width: 100%;
	border: 1px solid;
	border-color: rgb(150,150,150);
	margin-bottom: 30px;
	pointer-events: none;
}

.article_card img {
	width: 100%;
	transition : .5s;
}

.article_card:hover > img {
	opacity: 0.5;
	transition : .5s;
}

.article_card:hover > .article_card_txt > .pickup_title {
	color: rgb(132,173,219);
	transition : .5s;
}

.article_card:hover{
	border-color: rgb(132,173,219);
	transition : .5s;
}


@media screen and (min-width: 600px) {
.article_card {
	width: 48%;
}
}


.article_card_txt {
	font-size: 14px;
	padding: 10px;
}

.article_card_txt p {
	padding-top: 10px;
}

.readmore {
	display: flex;
	justify-content: center;
	padding: 20px 0;

}

.readmore_link {
	width: 100%;
	max-width: 150px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid;
	border-color: rgb(100,100,100);
	color: rgb(100,100,100);
	padding: 10px;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	transition : .5s;
	pointer-events: auto;
}

.readmore_link::after {
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	font-weight: bold;
	color: rgb(150,150,150);
	margin-left: 5px;
}

.readmore_link:hover {
	background: rgb(69,96,172);
	color: rgb(255,255,255);
	transition : .5s;
}

.readmore .fa {
	margin: 0 0 0 4px;
}


#blog_sidelist {
	width: calc(100% - 20px);
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	order: 3;
}

@media screen and (min-width: 960px) {
#blog_sidelist {
	order: 2;
	width: calc(30% - 50px);
	padding: 10px 10px 10px 2%;
	display: inline;
}
}

@media screen and (min-width: 1100px) {
#blog_sidelist {
	padding: 10px 10px 10px 40px;
}
}



#blog_sidelist img{
	width: 100%;
}


#blog_search {
	width: 100%;
	padding: 0 10px;
}

@media screen and (min-width: 600px) {
#blog_search {
	width: calc(50% - 20px);
}
}


@media screen and (min-width: 960px) {
#blog_search {
	width: 100%;
}
}

#blog_search img {
	padding: 40px 0;
}

#search_box {
	background-color: rgb(240,240,240);
	border: 1px solid;
	border-color: #989898;
	padding: 5px;
	width: calc(100% - 10px);
	text-align: right;
}

#blog_category {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
#blog_category {
	width: calc(50% - 20px);
	margin-bottom: 0;
}
}

@media screen and (min-width: 960px) {
#blog_category {
	width: 100%;
	padding-bottom: 30px;
}
}


#blog_category_l {
	padding: 0 20px;
}

.blog_c_heading {
	color: rgb(50,50,50);
	padding: 5px 0;
	font-size: 1.3em;
	transition: color .6s;
}

.blog_c_heading:hover {
	color:rgb(74,160,173);
}


.blog_c_heading::before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: bold;
	color: rgb(132,173,219);
	margin-right: 5px;
}

@media screen and (min-width: 960px) {
.blog_c_heading {
	font-size: 1em;
}
}


#blog_category ul {
	color: rgb(150,150,150);
}

#blog_category li {
	font-size: 1.1em;
	padding: 1px 0;
	transition: color .6s;
}

@media screen and (min-width: 960px) {
#blog_category li {
	font-size: 1em;
}
}

#blog_category li :before {
	content:"|";
	padding: 0 5px 0 30px;
}

#blog_category li:hover {
	color:rgb(74,160,173);
}


#blog_ranking {
	padding: 0 10px;
}

.blog_ranking_card {
	width: calc(100%);
	border: 1px solid;
	border-color: #989898;
	margin-bottom: 30px;
	padding-bottom: 10px;
	transition: .5s;
}

.blog_ranking_card:hover {
	opacity: 0.6;
	transition: .5s;
}


#blog_navi {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	order: 2;
}

@media screen and (min-width: 960px) {
#blog_navi {
	order: 3;
}
}

.blog_navi_01 {
	color: rgb(255,255,255);
	background-color: rgb(69,96,172);
	padding: 15px 20px;
	margin: 0 5px;
}

.blog_navi_02 {
	border: 1px solid;
	border-color: rgb(69,96,172);
	padding: 15px 20px;
	margin: 0 5px;
}

.blog_navi_03 {
	padding: 15px 20px;
	margin: 0 5px;
}

#consultation {
	display: flex;
	width: 100%;
	background-image: url('../img/blog_consultation.jpg');
	background-size:  100%; 
	letter-spacing: 0.1em;
}
#consultation_txt {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 5%;
	padding: 10px 0;
}

@media screen and (min-width: 960px) {
#consultation_txt {
	width: 60%;
	margin: 1%;
	margin-left: 5%;
	padding: 50px 0;
}
}


.consultation_h {
	width: 100%;
	color: rgb(255,255,255);
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 30px;
}

#consultation_link {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 14px;
	line-height: 1.5em;
}

@media screen and (min-width: 960px) {
#consultation_link {
	flex-direction: row;
}
}

#consultation_link a {
	text-decoration: none;
	color: inherit;
}

#consultation_link_01 {
	background-color: rgb(255,211,0);
	border-radius: 8px 8px 8px 8px;
	padding: 30px 5%;
	text-align: center;
	margin: 0 10px;
}


#consultation_link_01:hover {
	animation: shine 1s;
}

@keyframes shine {
  0% { background: rgb(255,211,0); }
  10% { background: rgb(255,255,255); }
  100% { background: rgb(255,211,0); }
}

@media screen and (min-width: 960px) {
#consultation_link_01 {
	padding: 30px 50px;
}
}

#consultation_link_02 {
	background-color: rgb(255,255,255);
	border-radius: 8px 8px 8px 8px;
	padding: 30px 50px;
	text-align: center;
	margin: 20px 10px 0 10px;
}

@media screen and (min-width: 960px) {
#consultation_link_02 {
	padding: 30px 50px;
	margin: 0 10px;
}
}

@keyframes shine2 {
  0% { background: rgb(255,255,255); }
  10% { background: rgb(132,173,219); }
  100% { background: rgb(255,255,255); }
}

#consultation_link_02:hover {
	animation: shine2 1s;
}

.d_r {
	font-size: 20px;
	font-weight: bold;
	color: rgb(69,96,171);
	margin-top: 10px;
}

.d_r::before {
	font-family: "Font Awesome 5 Free";
	content: "\f15c";
	font-weight: bold;
	margin-right: 5px;
}



.i_q {
	font-size: 20px;
	font-weight: bold;
	color: rgb(69,96,171);
	margin-top: 10px;
}

.i_q::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 5px;
}


#consultation_img {
	position: relative;
	margin-right: 5%;
	display: none;
}

@media screen and (min-width: 960px) {
#consultation_img {
	width: 40%;
	display: inline;
}
}


#consultation_img  img{
	width: 100%;
	max-width: 580px;
	position: absolute;
	bottom: 1px;
}

/* ========================================
   Hamburger Menu
   ======================================== */
#hamburger_btn {
	display: none;
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 200;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: rgba(255,255,255,0.9);
	border-radius: 6px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.12);
	border: none;
	padding: 0;
	-webkit-appearance: none;
	appearance: none;
}
#hamburger_btn span {
	display: block;
	width: 22px;
	height: 2px;
	background: #555;
	border-radius: 2px;
	position: absolute;
	left: 9px;
	transition: 0.3s ease;
}
#hamburger_btn span:nth-child(1) { top: 10px; }
#hamburger_btn span:nth-child(2) { top: 19px; }
#hamburger_btn span:nth-child(3) { top: 28px; }

#hamburger_btn.open span:nth-child(1) {
	transform: translateY(9px) rotate(45deg);
}
#hamburger_btn.open span:nth-child(2) {
	opacity: 0;
}
#hamburger_btn.open span:nth-child(3) {
	transform: translateY(-9px) rotate(-45deg);
}

#mobile_nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	background: rgba(255, 255, 255, 1);
	z-index: 150;
	justify-content: center;
	align-items: center;
}
#mobile_nav.open {
	display: flex;
}
#mobile_nav ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}
#mobile_nav li {
	margin: 30px 0;
}
#mobile_nav a {
	color: rgb(69, 96, 172);
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	transition: 0.3s;
}
#mobile_nav a:hover {
	color: rgb(46, 148, 156);
}
body.nav_open {
	overflow: hidden;
}

@media screen and (max-width: 960px) {
	#hamburger_btn {
		display: block;
	}
	#header_content {
		display: none;
	}
	#content_header_link {
		display: none;
	}
	#content_header_logo {
		width: 100%;
		text-align: center;
		padding: 30px 20px 10px;
	}
	#content_header_logo img {
		width: 150px;
	}
	#breadcrumbs {
		margin-top: 15px;
	}
	#recruitment_content {
		flex-direction: column;
	}
	#recruitment_txt {
		width: 100%;
		padding: 30px 40px 20px;
		box-sizing: border-box;
	}
	#recruitment_link {
		width: 100%;
		padding: 0 40px 30px;
		box-sizing: border-box;
	}
}

/* ========================================
   Mobile Responsive (max-width: 768px)
   ======================================== */

html, body {
	overflow-x: hidden;
}

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

	/* --- Header / Logo --- */
	#header {
		padding: 8px 2vw;
	}
	#header_logo img {
		width: 160px;
		margin: 10px;
	}

	/* --- Firstview --- */
	#firstview {
		padding-top: 70px;
		height: calc(100vh - 70px);
	}
	#firstview_02,
	#firstview_03 {
		height: calc(100vh - 70px);
	}
	.firstview_bg02 {
		height: calc(100vh - 70px);
	}
	.firstview_bg01 {
		width: 0%;
	}
	.firstview_bg02 {
		width: 100%;
	}
	#firstview_03 {
		align-items: flex-start;
		padding-top: 10vh;
	}
	.firstview_txt1 {
		width: 100%;
		padding-left: 5vw;
		padding-right: 5vw;
		white-space: normal;
		color: #fff;
		margin: 0;
	}
	.firstview_txt2 {
		display: none;
	}
	.firstview_txt1 .f_catch {
		font-size: clamp(38px, 12vw, 54px);
	}
	.firstview_txt1 .f_catch span {
		color: #fff;
	}
	.firstview_txt1 .f_catch::after {
		display: none;
	}
	.firstview_txt1 .f_desc {
		font-size: clamp(16px, 4.5vw, 22px);
		line-height: 1.8em;
		color: rgba(255,255,255,0.9);
	}
	.firstview_img {
		right: -5vw;
	}
	.firstview_img img {
		max-width: 90vw;
	}

	/* --- Section headings --- */
	.heading_main {
		font-size: 18px;
		margin: 50px 5px;
		line-height: 1.8;
	}
	.heading_main_big {
		font-size: 24px;
	}

	/* --- Example (digital化) cards --- */
	#example {
		overflow: visible;
	}
	#example_title {
		margin: 40px auto 0;
		font-size: 14px;
		width: 200px;
	}
	#example_content {
		width: 100%;
		overflow: hidden;
		padding: 50px 0 40px 0;
	}
	.example-swiper .swiper-slide {
		width: 70vw !important;
	}
	.example_content_card {
		width: 70vw;
		margin: 0;
	}
	.example_content_card .heading_01 {
		text-align: center;
	}
	.example_content_card p {
		margin: 10px 15px 20px 15px;
		font-size: 13px;
	}
	#excard_0,
	#excard_6 {
		display: none;
	}

	/* --- Outcome (Product Swiper) --- */
	#outcome_img {
		display: none;
	}
	#outcome_card {
		width: 85%;
		margin-top: 40px;
	}
	.outcome-swiper .swiper-slide {
		width: 280px;
	}
	.heading_03 {
		font-size: 16px;
		margin: 15px 10px 8px 10px;
	}
	.outcome_content_card p {
		font-size: 13px;
		padding: 5px 10px;
	}
	.outcome_content_card_btn {
		font-size: 13px;
		padding: 5px 12px;
		margin: 8px 0 20px 0;
	}
	#gureobi {
		margin-top: 100px;
	}

	/* --- Strengths --- */
	#strengths_content {
		width: 95%;
		padding: 10px 0;
	}
	.strengths_content_card,
	.strengths_content_card2,
	.strengths_content_card3,
	.strengths_content_card4 {
		width: 90% !important;
		margin: 10px auto;
	}

	/* --- Development Flow --- */
	.developmentflow_content_card1,
	.developmentflow_content_card1_1,
	.developmentflow_content_card1_5,
	.developmentflow_content_card2 {
		margin: 5px 10px;
		width: calc(100% - 20px);
	}

	/* --- Review (お客様の声) --- */
	#review {
		padding-top: 80px;
	}
	#review_txt p {
		font-size: 15px;
	}
	.review_heading_txt {
		font-size: 14px;
	}
	#review_slideshow_area {
		width: 85%;
		padding: 15px;
	}

	/* --- Improvement boxes --- */
	.headingbox {
		width: 90%;
		margin: 15px auto;
	}
	#improvement_inside {
		width: 95%;
		margin: 60px auto;
	}

	/* --- Blog / News --- */
	.blognews {
		width: 95%;
		margin: 50px auto;
	}
	.blognews_tab div {
		font-size: 13px;
		padding: 8px 0;
	}
	.boxobj {
		width: calc(50% - 10px);
		padding: 10px 5px;
	}

	/* --- Inquiry / Document request --- */
	.inquiry {
		flex-direction: column;
	}
	.inquiry[style*="padding-bottom"] {
		padding-bottom: 20px !important;
	}
	.documentrequest {
		background-color: rgb(69,96,172);
		background-position: right center;
		background-size: 80% auto;
		padding: 0;
		position: relative;
	}
	.documentrequest::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(69, 96, 172, 0.7);
	}
	.documentrequest a {
		position: relative;
		z-index: 1;
	}
	.inquiry_txt {
		padding: 30px 20px;
	}
	.documentrequest_txt01,
	.documentrequest_txt03 {
		font-size: 14px;
		color: rgb(132,173,219);
	}
	.documentrequest_txt02 {
		font-size: 24px;
	}

	/* --- Recruitment --- */
	#recruitment_content {
		flex-direction: column;
	}
	#recruitment_txt {
		width: 100%;
		padding: 20px 25px;
	}
	#recruitment_txt02 {
		font-size: 28px;
	}
	#recruitment_link {
		width: 100%;
		padding: 0 25px 25px 25px;
	}

	/* --- Footer --- */
	#footer {
		flex-direction: column;
		height: auto;
		align-items: center;
		padding: 30px 0;
	}
	#footer_logo {
		width: 100%;
		padding: 0 0 20px 0;
		text-align: center;
	}
	#footer_logo img {
		width: 150px;
	}
	#footer_content {
		width: 100%;
		text-align: center;
		padding: 0;
	}
	#footer_sns {
		width: 100%;
		text-align: center;
		padding-bottom: 15px;
	}
	#footer_sns img {
		width: 30px;
		margin: 0 5px;
	}
	#footer_link {
		width: 100%;
		padding: 0 0 10px 0;
	}
	#footer_link ul {
		justify-content: center;
		flex-wrap: wrap;
	}
	#footer_link li {
		padding: 5px 10px;
		font-size: 15px;
	}

	/* --- Subpage header --- */
	#content_header {
		height: auto;
		min-height: 200px;
	}
	#content_header_logo {
		padding: 15px 20px;
	}
	#content_header_logo img {
		width: 120px;
	}
	#title {
		padding: 20px 15px;
	}
	#title_txt {
		font-size: 28px;
		margin-top: 30px;
	}
	#title_backtxt {
		font-size: 60px;
	}
	#breadcrumbs {
		font-size: 12px;
		padding: 0 15px 10px;
	}

	/* --- Contact form --- */
	.contact_heading_txt p {
		text-align: justify;
	}
	#contact_form_area {
		padding: 30px 15px;
	}
	.form_label {
		font-size: 14px;
	}

	/* --- Casestudy cards --- */
	.casestudy_card_body {
		padding: 20px 15px;
	}
	.casestudy_card_title {
		font-size: 16px;
	}
	.casestudy_result_value {
		font-size: 28px;
	}

	/* --- Solution pages --- */
	.solution_hero {
		padding: 40px 15px;
	}
	.solution_hero_name {
		font-size: 28px;
	}
	.solution_section_title {
		font-size: 22px;
	}
	.solution_features {
		grid-template-columns: 1fr;
		padding: 0 10px;
	}
	.solution_results {
		flex-direction: column;
		align-items: center;
	}
	.solution_result_item {
		width: 90%;
		margin-bottom: 15px;
	}

	/* --- Aboutus --- */
	.aboutus_heading_txt {
		font-size: 18px;
	}
	.aboutus_heading_txt p {
		font-size: 14px;
		padding: 25px 15px;
	}
	#aboutus_heading {
		margin: 0 10px;
	}

	/* --- Blog page --- */
	#pickup_breadcrumb {
		padding: 0 15px 10px;
		box-sizing: border-box;
	}
	#pickup_main {
		flex-direction: column;
		padding: 20px 15px;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		margin: 0;
	}
	#pickup_left,
	#pickup_raight {
		display: none;
	}
	#pickup_content {
		width: 100%;
		min-width: 0;
		overflow: hidden;
	}
	#pickup_article_content.pickup-swiper {
		display: block;
		overflow: hidden;
	}
	#pickup_article_content.pickup-swiper #pickup_article {
		width: auto;
	}
	#pickup_content > .swiper-pagination {
		position: relative;
		margin-top: 15px;
		padding-bottom: 20px;
	}
	.article_card {
		width: 100%;
	}
	#blog_c_main {
		padding: 0 10px;
	}
}

/* Small phones (max-width: 400px) */
@media screen and (max-width: 400px) {
	.firstview_txt1 .f_catch {
		font-size: clamp(32px, 10vw, 54px);
	}
	.firstview_txt1 .f_catch::after {
		display: none;
	}
	.firstview_txt1 .f_desc {
		font-size: clamp(14px, 4vw, 20px);
	}
	.boxobj {
		width: 100%;
	}
	#title_txt {
		font-size: 24px;
	}
}

/* ========================================
   Scroll Animations
   ======================================== */
.anim-fade-up {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}
.anim-fade-up.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.anim-fade-left {
	opacity: 0;
	transform: translateX(-50px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}
.anim-fade-left.is-visible {
	opacity: 1;
	transform: translateX(0);
}

.anim-fade-right {
	opacity: 0;
	transform: translateX(50px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}
.anim-fade-right.is-visible {
	opacity: 1;
	transform: translateX(0);
}

.anim-fade-in {
	opacity: 0;
	transition: opacity 0.8s ease;
}
.anim-fade-in.is-visible {
	opacity: 1;
}

.anim-scale-in {
	opacity: 0;
	transform: scale(0.85);
	transition: opacity 0.6s ease, transform 0.6s ease;
}
.anim-scale-in.is-visible {
	opacity: 1;
	transform: scale(1);
}

.anim-stagger {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.anim-stagger.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* スキップリンク */
.skip_link {
	position: absolute;
	top: -100px;
	left: 0;
	background: rgb(69,96,172);
	color: #fff;
	padding: 8px 16px;
	text-decoration: none;
	z-index: 10000;
	font-size: 14px;
}
.skip_link:focus {
	top: 0;
}

/* フォーカススタイル */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid rgb(132,173,219);
	outline-offset: 2px;
}
#hamburger_btn:focus-visible {
	outline: 3px solid rgb(132,173,219);
	outline-offset: 4px;
}
