@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho&display=swap');
/* Reset CSS */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
p{
	font-size: 1.6rem;
	line-height: 24px; /* 171.429% */
	letter-spacing: 0.7px;
	font-weight: 400;
}

/* Additional resets */
a {
    text-decoration: none;
    color: inherit;
}
a:hover{
	opacity: 0.3;
}

button, input, textarea, select {
    font: inherit;
    border: none;
    background: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

* {
    box-sizing: border-box;
}

html{
	font-size: 10px;
}
body{
	font-size: 1rem;
	line-height: 20px; /* 133.333% */
	font-family: "Noto Sans JP";
}

/*header*/
header{
	background: #fff;
	padding: 16px 3vw 0px;
    position: relative;
	width: 100%;
  	position: fixed;
  	transition: all 0.3s;
	z-index: 99;
}
header.fixed {
  	position: fixed;
  	top: 0;
  	left: 0;
  	z-index: 1000;
}
header .head_cnt{
	display: flex;
	justify-content: space-between;
}
header .head_cnt .logo{
	margin-top: 24px;
    max-width: 130px;
	/*width: 20%;*/
}
header .head_cnt .menu .menu1{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 24px;
}
header .head_cnt .menu .menu1 .contact{
	display: flex;
}
header .head_cnt .menu .menu1 .contact a{
	margin-right: 24px;
	font-size: 1.3rem;
}
header .head_cnt .menu .menu1 .contact a dl{
	display: flex;
	align-items: center;
}
header .head_cnt .menu .menu1 .contact a dl dt{
	margin-right: 6px;
}
#pan{
	padding-top: 120px;
}
.menu2 {
    display: flex;
    gap: 24px; /* メニュー間の余白調整 */
}
@media only screen and (min-width: 1000px) {
	.menu2 {
		display: flex !important;
	}
}
.menu_btn {
	padding-bottom: 16px;
}
.menu_btn > p{
	font-size: 1.5rem;
}
.mega_menu {
    display: none;
    position: absolute;
    top: 100%;
    background: #557DBE;
    z-index: 10;
	color: #fff;
	opacity: 1;
}
/* 表示されるとき（fadeIn後） */
.mega_menu.is-visible {
  opacity: 1;
  visibility: visible;
}
.mega_menu .mega_ttl{
	background: #3F6EB8;
	padding: 24px 16vw;
}
.mega_menu .mega_ttl p{
	font-size: 2rem;
	font-weight: 700;
	position: relative;
	padding-left: 0px;
	letter-spacing: 1px;
	display: inline-block;
}
.mega_menu .mega_ttl p::before{
	content: "＞";
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translate(0,-50%);
	font-size: 1rem;
}
.mega_menu .mega_cnt{
	padding: 24px 16vw;
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
.mega_menu .mega_cnt .cnt{
	width: calc(100%/3 - 20px);
	border-right: solid 1px #385E9D;
	padding-right: 20px;
}
.mega_menu .mega_cnt .cnt:last-child{
	border-right: none;
}
.mega_menu .mega_cnt .cnt a{
}
.mega_menu .mega_cnt .cnt p{
	font-size: 1.4rem;
  	font-weight: 400;
  	letter-spacing: 0.7px;
  	margin-bottom: 16px;
  	position: relative;
	padding: 0px 20px 0px 0px;
}
.mega_menu .mega_cnt .cnt p.nolink{
	padding-left: 0px;
}
.mega_menu .mega_cnt .cnt p::before{
	content: "＞";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	font-size: 1rem;
}
.mega_menu .mega_cnt .cnt p.nolink::before{
	display: none;
}
.mega_menu .mega_cnt .cnt .lower{
}
.mega_menu .mega_cnt .cnt .lower p{
	margin-left: 20px;
}
.mega_menu .mega_cnt .cnt .lower p:first-child{
	margin-left: 0px;
}
.menu_btn > p{
	position: relative;
	transition: 0.3s;
	cursor: pointer;
	font-size: 1.5rem;
}
.menu_btn > p:hover::after{
	content: "";
	width: 100%;
	height: 5px;
	background: #557DBE;
	position: absolute;
	bottom: -16px;
	left: 0;
}
.mega_menu{
	/*transition: 0.3s;*/
}
/* pタグにホバー or mega_menuにホバーで表示 */
/*.menu_btn:hover .mega_menu,
.mega_menu:hover {
    display: block;
}*/
.mega_menu.solution .mega_cnt .cnt p a{
	position: relative;
}
.mega_menu.solution .mega_cnt .cnt p::after{
	content: "";
	width: 10px;
	height: 10px;
	background: url("../img/common/blank_icon.svg");
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}
.mega_menu.solution .mega_cnt .cnt p.noblank::after{
	display: none;
}
.mega_menu.mind .mega_cnt{
	padding-bottom: 80px;
}
.sp_menu_btn{
	display: none;
}

/*footer*/
footer .foot_cnt{
	margin: 0px 8vw;
	padding: 24px 0px 13px;
	border-top: solid 1px #557EC0; 
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .foot_cnt .logo{
	max-width: 280px;
	margin-bottom: 28px;
}
footer .foot_cnt .logo img{
	width: 100%;
}
footer .foot_cnt .f_menu{
	display: flex;
	gap:20px;
}
footer .foot_cnt .f_menu p{
	font-size: 1.2rem;
	border-right: solid 1px #557DBE;
	padding-right: 20px;
}
footer .foot_cnt .f_menu a:last-child p{
	border-right: none;
	padding-right: 0px;
}
footer .copyright{
	text-align: right;
}
footer .copyright p{
	font-size: 1rem;
}
footer .sns{
	display: flex;
    justify-content: flex-end;
	gap:20px;
	margin-bottom: 28px;
}
footer .sns a{
	width: 40px;
}
footer .sns a img{
	width: 100%;
}

/*テンプレート*/
.template_ttl{
	padding: 0px 16vw 20px;
	font-size: 2rem;
}
.template_cnt{
	padding: 50px 16vw 50px;
}
.template_cnt2{
	padding: 50px 16vw 20px;
}
.template_txt{
	padding: 20px 0px 10px;
	font-size: 2rem;
}
.template_txt2{
	padding: 20px 0px 10px;
	font-size: 1.8rem;
}
.mb{
	margin-bottom: 50px;
}

/*パンクず*/
.pan{
	background: #EBEEF3;
	padding: 20px 16vw;
	display: flex;
	flex-wrap: nowrap;
  	overflow-x: auto;
  	white-space: nowrap;
  	gap: 10px; /* アイテム間に余白が欲しければ追加 */
}
.pan a, .pan p {
  	white-space: nowrap;
  	flex-shrink: 0;
	line-height: normal;
}

/* スクロールバー非表示（必要であれば） */
.pan::-webkit-scrollbar {
  	display: none;
}
.pan p{
	font-size: 1.2rem;
}
.pan a{
	margin-right: 10px;
	position: relative;
	display: flex;
}
.pan a span.arrow{
	position: relative;
  	display: inline-block;
  	width: 12px;
  	height: 12px;
	
}
.pan a span.arrow::before,.pan a span.arrow::after {
  	content: "";
  	position: absolute;
  	top: calc(50% - -4px);
  	right: -5px;
  	width: 12px;
  	height: 1px;
  	border-radius: 9999px;
  	background-color: #000000;
  	transform-origin: calc(100% - 0px) 50%;
}
.pan a span.arrow::before {
  transform: rotate(25deg);
}

.pan a span.arrow::after {
  transform: rotate(-25deg);
}
/*h2タイトル*/
h2{
	font-size: 2.2rem;
	color: #1F286E;
	line-height: 1;
	letter-spacing: 1.32px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: solid 1px #666;
}
/*h3タイトル*/
h3{
	font-size: 2rem;
	font-weight: 700;
	line-height: 34px; /* 170% */
	letter-spacing: 1px;
	color: #557EC0;
	padding-left: 20px;
	position: relative;
}
h3.black{
	color: #333333;
}
h3::before{
	content: "";
	width: 10px;
	height: 10px;
	background: #557EC0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
/*h4タイトル*/
h4{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 28px; /* 155.556% */
	letter-spacing: 0.9px;
	color: #333333;
	padding-left: 20px;
	position: relative;
}
h4::before{
	content: "";
	width: 10px;
	height: 1px;
	background: #557DBE;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
/*サステナビリティタイトル*/
p.ttl{
	font-size: 3.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; /* 125% */
	letter-spacing: 1.92px;
}

/*アンカーリンクボタン*/
.anchor_btn{
	border:solid 1px #557EC0;
	padding: 16px 32px 16px 16px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	position: relative;
	transition: 0.3s;
}
.anchor_btn::after{
	content: "";
	width: 0;
  	height: 0;
  	border-left: 5px solid transparent;
  	border-right: 5px solid transparent;
  	border-top: 7px solid #557EC0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-10px,-50%);
}
.anchor_btn p{
	color: #557EC0;
	font-size: 1.4rem;
	line-height: 28px;
	letter-spacing: 0.8px;
	font-weight: 700;
}
.anchor_btn:hover{
	background: #557EC0;
	opacity: 1;
}
.anchor_btn:hover::after{
	border-left: 5px solid transparent;
  	border-right: 5px solid transparent;
  	border-top: 7px solid #fff;
}
.anchor_btn:hover p{
	color: #fff;
}
/*外部リンクボタン*/
.external_btn{
	border:solid 1px #557EC0;
	padding: 8px 32px 8px 16px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	position: relative;
	transition: 0.3s;
}
.external_btn::after{
	content: "";
	width: 10px;
	height: 10px;
	background: url("../img/common/blank_icon2.svg");
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-10px,-50%);
}
.external_btn p{
	color: #557EC0;
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: 0.7px;
	font-weight: 400;
}
.external_btn:hover{
	background: #557EC0;
	opacity: 1;
}
.external_btn:hover::after{
	background: url("../img/common/blank_icon.svg");
	background-size: 100%;
}
.external_btn:hover p{
	color: #fff;
}
/*PDFボタン*/
.pdf_btn{
	border:solid 1px #CCCCCC;
	padding: 16px 64px 16px 16px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	position: relative;
	transition: 0.3s;
}
.pdf_btn::after{
	content: "";
	width: 23px;
	height: 24px;
	background: url("../img/common/pdf_icon.svg");
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-10px,-50%);
}
.pdf_btn p{
	color: #557EC0;
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: 0.7px;
	font-weight: 400;
	border-bottom: solid 1px #557EC0;
}
.pdf_btn:hover{
	background: #557EC0;
	opacity: 1;
}
.pdf_btn:hover::after{
	background: url("../img/common/pdf_icon2.svg");
	background-size: 100%;
}
.pdf_btn:hover p{
	color: #fff;
	border-bottom: solid 1px #fff;
}
/*アイコンなしボタン*/
.link_btn{
	border:solid 1px #CCCCCC;
	padding: 10px 32px 10px 16px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	transition: 0.3s;
	position: relative;
}
.link_btn::after{
	content: "";
	width: 20px;
	height: 19.3px;
	background: url("../img/common/arrow_icon3.svg");
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0px,-50%);
	opacity: 0;
	transition: 0.3s;
}
.link_btn:hover::after{
	content: "";
	width: 20px;
	height: 19.3px;
	background: url("../img/common/arrow_icon3.svg");
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-7px,-50%);
	opacity: 1;
}
.link_btn p{
	color: #557EC0;
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: 0.7px;
	font-weight: 400;
	border-bottom: solid 1px #557EC0;
}
.link_btn:hover{
	background: #557EC0;
	opacity: 1;
	border: solid 1px #557EC0;
}
.link_btn:hover p{
	color: #fff;
	border-bottom: solid 1px #fff;
}
/*アイコンなしボタン*/
.link_btn2{
	border:solid 1px #CCCCCC;
	padding: 80px 30px;
	text-align: left;
	display: inline-block;
	border-radius: 5px;
	transition: 0.3s;
	position: relative;
}
.link_btn2::after{
	content: "";
	width: 20px;
	height: 19px;
	background: url("../img/common/arrow_icon3.svg");
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(20px,-50%);
	opacity: 0;
	transition: 0.3s;
}
.link_btn2:hover::after{
	content: "";
	width: 20px;
	height: 19px;
	background: url("../img/common/arrow_icon3.svg");
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-7px,-50%);
	opacity: 1;
	transition: 0.3s;
}
.link_btn2 p{
	color: #557EC0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 28px; /* 155.556% */
	letter-spacing: 0.9px;
}
.link_btn2 p.link_sub_txt{
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.8px;
	text-transform: capitalize;
}
.link_btn2:hover{
	background: #557EC0;
	opacity: 1;
	border: solid 1px #557EC0;
}
.link_btn2:hover p{
	color: #fff;
}

/*下層メインビジュアル*/
/*パターン1*/
.lower_main_vi1{
	background: #D9D9D9;
	height: 360px;
	padding: 0px 16vw;
	display: flex;
	align-items: center;
}
.lower_main_vi1 h1{
	font-size: 3.2rem;
	line-height: 1;
	font-weight: 700;
	color: #333333;
}
/*フォントカラー2*/
.lower_main_vi1 h1.another{
	color: #fff;
}
/*パターン2*/
.lower_main_vi2{
	background: #D9D9D9;
	height: 700px;
	padding: 0px 16vw;
	display: flex;
	align-items: center;
}
.lower_main_vi2 .vi_cnt .vi_cnt2{
	max-width: 600px;
}
.lower_main_vi2 h1{
	font-size: 3.2rem;
	color: #333333;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 10px;
}
.lower_main_vi2 p.vi_sub_txt,.lower_main_vi2 p.vi_sub_txt.another{
	font-size: 2rem;
	font-weight: 400;
	font-family: Outfit;
	line-height: 40px; /* 200% */
	letter-spacing: 1.2px;
	margin-bottom: 10px;
	color: rgba(255,255,255,0.5);
}
.lower_main_vi2 .copy p{
	font-size: 4rem;
	font-weight: 700;
	line-height: 40px; /* 100% */
	letter-spacing: 2.4px;
	color: #1E286E;
	margin-bottom: 10px;
}
.lower_main_vi2 p{
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 173.333% */
	letter-spacing: 1.05px;
}
.lower_main_vi2 .copy p span{
	color: #fff;
	display: inline-block;
	position: relative;
	padding: 5px 0;
	margin: 0 0 20px;
	color: #1E286E;
	z-index: 2;
}
.lower_main_vi2 .copy p span::before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: calc(100% + 0px);
	height: calc(100% + 14px);
	background: white;
	z-index: -1;
}
.lower_main_vi2 h1.another,.lower_main_vi2 p.another{
	color: #fff;
}
/*メインビジュアル3*/
.lower_main_vi3{
	padding:73px 16vw;
	display: flex;
	align-items: center;
}
.lower_main_vi3 h1{
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 40px; /* 125% */
	letter-spacing: 1.92px;
	color: #333333;
}

.contents{
	padding: 60px 16vw 100px;
}
/*column*/
.column{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	align-items: stretch;
}
.column.col2 .col{
	width: calc(100%/2 - 10px);
	justify-content: center;
}
.column.col3 a{
	width: calc(100%/3 - 20px);
	display: flex;
	align-items: center;
}
.column.col3 .col{
	width: calc(100%/3 - 10px);
	justify-content: center;
}
/*検索*/
.search {
  	position: relative;
  	width: 300px;
	margin-right: 20px;
}
.search input {
  	width: 100%;
  	padding: 10px 35px 10px 20px; /* 左側にアイコン分の余白を追加 */
  	font-size: 1.4rem;
  	border-radius: 5px;
	background: #F1F1F1;
}
.search-icon {
  	position: absolute;
  	right: 12px;
  	top: 50%;
  	transform: translateY(-50%);
  	pointer-events: none;
  	color: #000;
}

.pc{
	display: block;
}
.sp{
	display: none;
}
@media only screen and (max-width: 1100px) {
	header{
		padding: 16px 20px 0px;
	}
	.mega_menu .mega_ttl{
		padding: 24px 8vw;
	}
	.mega_menu .mega_cnt{
		padding: 24px 8vw;
	}
	.menu2{
		gap:24px;
	}
	footer .foot_cnt{
		margin: 0px;
		padding: 24px 20px 13px;
	}
}
@media only screen and (max-width: 1037px) {
	header .head_cnt .logo{
		width: 20%;
	}
}
@media only screen and (max-width: 1024px) {
	p{
		font-weight: 400;
		font-size: 1.2rem;
	}
	.menu_btn > p.sp_linknone{
		pointer-events: none
	}
	/*テンプレート*/
	.template_ttl {
		padding: 0px 20px 20px;
		font-size: 2rem;
	}
	.template_cnt{
		padding: 50px 20px 50px;
	}
	.template_cnt2 {
		padding: 50px 20px 20px;
	}
	
	
	/*パンくず*/
	.pan{
		padding: 10px 20px;
	}
	/*メインビジュアル*/
	.lower_main_vi1{
		padding: 0px 20px;
		height: 220px;
	}
	.lower_main_vi1 h1{
		font-size: 2.1rem;
		line-height: 30px; /* 142.857% */
		letter-spacing: 1.26px;
	}
	.lower_main_vi2{
		padding: 0px 20px 31px;
		align-items: flex-end;
		height: calc(min(100dvh, 100vh) - 121px); /* 画面高 - ヘッダー&パンくずの高さ */
 		box-sizing: border-box;
		padding: 20px 20px;
	}
	.lower_main_vi2 h1{
		font-size: 2rem;
		margin-bottom: 0px;
	}
	.lower_main_vi2 p.vi_sub_txt, .lower_main_vi2 p.vi_sub_txt.another,.lower_main_vi2 p.vi_sub_txt{
		font-size: 1.4rem;
	}
	.lower_main_vi2 .copy p{
		font-size: 2.6rem;
	}
	.lower_main_vi2 p{
		font-size: 1.3rem;
	}
	.lower_main_vi2 .vi_cnt .vi_cnt2{
		max-width: 100%;
	}
	/*メインビジュアル3*/
	.lower_main_vi3{
		height:auto;
		padding: 65px 20px;
		display: flex;
		align-items: center;
	}
	.lower_main_vi3 h1{
		font-size: 2.1rem;
		font-weight: 700;
		line-height: 30px; /* 142.857% */
		letter-spacing: 1.26px;
		color: #333333;
		position: relative;
		padding-left: 0px;
	}
	.lower_main_vi3 h1::before{
		content: "";
		width: 10px;
		height: 10px;
		background:#557EC0;
		border-radius: 50px;
		position: absolute;
		top: 11px;
		left: 0;
		display: none;
	}
	
	/*h2*/
	h2{
		font-size: 1.8rem;
		line-height: 26px; /* 144.444% */
		letter-spacing: 1.08px;
	}
	/*h3*/
	h3{
		font-size: 1.8rem;
	}
	h3::before{
		width: 8px;
		height: 8px;
	}
	/*h4*/
	h4{
		font-size: 1.6rem;
	}
	h4::before{
		top: 15px;
		transform: translate(0, 0);
	}
	/*サステナビリティタイトル*/
	p.ttl{
		font-size: 2.1rem;
		position: relative;
		padding-left: 20px;
	}
	p.ttl::before{
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0,-50%);
		width: 10px;
		height: 10px;
		border-radius: 50px;
		background: #557EC0;
	}
	/*ボタン*/
	.link_btn2{
		padding: 35px 60px 35px 30px;
		position: relative;
	}
	.link_btn2::after{
		content: "";
		width: 20px;
		height: 20px;
		background: url("../img/common/arrow_icon.svg");
		background-size: 100%;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(-20px,-50%);
		opacity: 1;
	}
	.link_btn2 p{
		font-size: 1.6rem;
	}
	
	.contents{
		padding: 60px 20px;
	}
	.column.col3 a{
		width: 100%;
		padding: 5px 32px 5px 16px;
	}
}
@media only screen and (max-width: 1000px) {
	header .pc{
		display: none;
	}
	header .sp{
		display: block;
	}
	header{
		padding: 16px;
	}
	header .head_cnt .menu .menu1{
		display: none;
	}
	header .head_cnt .logo{
		margin-top: 0px;
	}
	#pan{
		padding-top: 61px;
	}
	.sp_menu_btn{
		display: block;
	}
	.sp_menu_btn {
		width: 40px;
        height:25px;
        position: absolute;
        cursor: pointer;
        right: 0;
        top: 50%;
        transform: translate(-20px, -50%);
	}

	.sp_menu_btn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background: #557EC0;
		transition: 0.3s;
	}

	.sp_menu_btn span:nth-child(1) { top: 0; }
	.sp_menu_btn span:nth-child(2) { top: 50%; transform: translateY(-50%); }
	.sp_menu_btn span:nth-child(3) { bottom: 0; }

	/* メニュー表示時のボタン変化 */
	.sp_menu_btn.active span:nth-child(1) {
		transform: translateY(12px) rotate(30deg);
	}
	.sp_menu_btn.active span:nth-child(2) {
		opacity: 0;
	}
	.sp_menu_btn.active span:nth-child(3) {
		transform: translateY(-10px) rotate(-30deg);
	}
	
	.menu2{
		display: none;
		position: absolute;
		top: 58px;
		left: 0;
		width: 100%;
		background: #557DBE;
		color: #fff;
		height: calc(100vh - 50px);
		z-index: 99;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.menu_btn{
		border-bottom: solid 1px #385E9D;
		padding-bottom: 0px;
		position: relative;
	}
	.menu_btn:first-child{
		border-top: solid 1px #385E9D;
	}
	.menu_btn::before{
		content: "";
		width: 20px;
		height: 1px;
		position: absolute;
		top: 25px;
		right: 0;
		transform: translate(-25px,0);
		background: #fff;
	}
	.menu_btn::after{
		content: "";
		width: 1px;
		height: 20px;
		position: absolute;
		top: 16px;
		right: 0;
		transform: translate(-35px,0);
		transition: transform 0.3s ease;
		background: #fff;
	}
	.menu_btn.sp::before,.menu_btn.sp::after{
		display: none;
	}
	.menu_btn.open::after{
		content: "";
		transform: translate(-35px,0) rotate(90deg);
		transition: 0
	}
	.menu_btn > p{
		padding: 16px;
		font-size: 1.4rem;
		font-weight: 500;
	}
	.mega_menu{
		position: static;
		padding-top: 12px;
	}
	.mega_menu .mega_ttl{
		background: none;
		padding: 0px 16px;
	}
	.mega_menu .mega_ttl p{
		font-size: 1.4rem;
		font-weight: 400;
		display: block;
	}
	.mega_menu .mega_ttl p::before{
		right: 10px;
	}
	.mega_menu .mega_cnt{
		padding: 12px 16px;
		display: block;
	}
	.mega_menu .mega_cnt .cnt{
		border-right: none;
		width: 100%;
	}
	.mega_menu .mega_cnt .cnt p::before{
		right: -10px;
	}
	.mega_menu.mind .mega_cnt{
		padding-bottom: 0px;
	}
	.menu_btn:hover .mega_menu,
	.mega_menu:hover {
		display: none;
	}
	
	.menu2 .menu_btn.sp a{
		border-bottom: solid 1px #385E9D;
		display: block;
	}
	.menu2 .menu_btn.sp a:last-child{
		border-bottom: none;
	}
	.menu2 .menu_btn.sp a p{
		padding: 16px;
        font-size: 1.4rem;
        font-weight: 500;
	}
	.menu2 .sub_menu{
		padding-top: 31px;
	}
	.menu2 .sub_menu p{
		font-size: 1.4rem;
		padding: 8px 16px;
	}
	.mega_menu.solution .mega_cnt .cnt p::after{
		transform: translate(8px, -50%);
	}
}
@media only screen and (max-width: 820px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	
	header{
		padding: 16px;
	}
	header .head_cnt .menu .menu1{
		display: none;
	}
	header .head_cnt .logo{
		margin-top: 0px;
	}
	#pan{
		padding-top: 61px;
	}
	.sp_menu_btn{
		display: block;
	}
	.sp_menu_btn {
		width: 40px;
        height:25px;
        position: absolute;
        cursor: pointer;
        right: 0;
        top: 50%;
        transform: translate(-20px, -50%);
	}

	.sp_menu_btn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background: #557EC0;
		transition: 0.3s;
	}

	.sp_menu_btn span:nth-child(1) { top: 0; }
	.sp_menu_btn span:nth-child(2) { top: 50%; transform: translateY(-50%); }
	.sp_menu_btn span:nth-child(3) { bottom: 0; }

	/* メニュー表示時のボタン変化 */
	.sp_menu_btn.active span:nth-child(1) {
		transform: translateY(12px) rotate(30deg);
	}
	.sp_menu_btn.active span:nth-child(2) {
		opacity: 0;
	}
	.sp_menu_btn.active span:nth-child(3) {
		transform: translateY(-10px) rotate(-30deg);
	}
	
	.menu2{
		display: none;
		position: absolute;
		top: 61px;
		left: 0;
		width: 100%;
		background: #557DBE;
		color: #fff;
		height: calc(100vh - 50px);
		z-index: 99;
		overflow-y: scroll;
		padding-bottom: 50px;
		border-bottom: solid 50px transparent;
	}
	.menu_btn{
		border-bottom: solid 1px #385E9D;
		padding-bottom: 0px;
		position: relative;
	}
	.menu_btn:first-child{
		border-top: solid 1px #385E9D;
	}
	.menu_btn::before{
		content: "";
		width: 20px;
		height: 1px;
		position: absolute;
		top: 25px;
		right: 0;
		transform: translate(-25px,0);
		background: #fff;
	}
	.menu_btn::after{
		content: "";
		width: 1px;
		height: 20px;
		position: absolute;
		top: 16px;
		right: 0;
		transform: translate(-35px,0);
		transition: transform 0.3s ease;
		background: #fff;
	}
	.menu_btn.open::after{
		content: "";
		transform: translate(-35px,0) rotate(90deg);
		transition: 0
	}
	.menu_btn > p{
		padding: 16px;
		font-size: 1.4rem;
		font-weight: 500;
	}
	.mega_menu{
		position: static;
		padding-top: 12px;
	}
	.mega_menu .mega_ttl{
		background: none;
		padding: 0px 16px;
	}
	.mega_menu .mega_ttl p{
		font-size: 1.4rem;
		font-weight: 400;
	}
	.mega_menu .mega_cnt{
		padding: 12px 16px;
		display: block;
	}
	.mega_menu .mega_cnt .cnt{
		border-right: none;
		width: 100%;
	}
	.mega_menu.mind .mega_cnt{
		padding-bottom: 0px;
	}
	.menu_btn:hover .mega_menu,
	.mega_menu:hover {
		display: none;
	}
	
	.menu2 .menu_btn.sp a{
		border-bottom: solid 1px #385E9D;
		display: block;
	}
	.menu2 .menu_btn.sp a:last-child{
		border-bottom: none;
	}
	.menu2 .menu_btn.sp a p{
		padding: 16px;
        font-size: 1.4rem;
        font-weight: 500;
	}
	.menu2 .sub_menu{
		padding-top: 31px;
	}
	.menu2 .sub_menu p{
		font-size: 1.4rem;
		padding: 8px 16px;
	}
	
	footer .foot_cnt{
		margin: 0px 16px;
		padding: 24px 0px 13px;
		display: block;
	}
	footer .foot_cnt .logo{
		margin-bottom: 20px;
	}
	footer .logo.sp{
		display: flex;
    	justify-content: center;
		margin: 20px 0px;
	}
	footer .copyright{
		padding: 0px 16px 32px;
		text-align: center;
	}
	
	.contents{
		padding: 32px 20px 100px;
	}
}

@media only screen and (max-width: 767px) {
	p{
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 24px; /* 171.429% */
		letter-spacing: 0.7px;
	}
	
	.menu2{
		top: 50px;
	}
	
	.pan {
		overflow-x: auto;
		white-space: nowrap;
		flex-wrap: nowrap;
	}
	.pan a, .pan p {
		white-space: nowrap;
		flex-shrink: 0;
	}
	
	.lower_main_vi2 .copy p span{
		padding: 0px;
		margin-bottom: 13px;
	}
	.lower_main_vi2 .copy p span::before{
		top: -4px;
    	left: 0;
    	width: calc(100% + 0px);
    	height: calc(100% + 7px);
	}
	
	footer .logo.sp{
		margin: 0 auto 10px;
		text-align: center;
		max-width: 280px;
	}
	footer .foot_cnt .f_menu{
		display: block;
		margin-bottom: 40px;
	}
	footer .foot_cnt .f_menu p{
		border-right: none;
		margin-bottom: 16px;
		font-size: 1.2rem;
	}
	footer .copyright p{
		letter-spacing: 0.5px;
		font-size: 1rem;
	}
	footer .sns{
		justify-content: flex-start;
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 375px) {
	.lower_main_vi2 .copy p{
		font-size: 2.4rem;
	}
}

/*スクロール*/
.scroll_icon {
    position: absolute;
    bottom: -20px;
    right: 40px;
    max-width: 18px;
    height: 90px;
	z-index: 9;
}
.scroll_icon img {
	max-width: 18px;
    height: 70px;
    position: absolute;
    top: -105px;
    left: -16px;
	z-index: 9;
}
.scroll_icon span::before, .scroll_icon span::after {
    display: inline-block;
    position: absolute;
    top: -16px;
    left: -10px;
    width: 1px;
    content: "";
}
.scroll_icon span::before {
    height: 80px;
    background-color: rgba(255, 255, 255, 0.5);
}
.scroll_icon span::after {
	width: 3px;
    height: 38px;
    background-color: #fff;
    -webkit-animation: 3s linear infinite keyScroll;
    animation: 3s linear infinite keyScroll;
    opacity: 0;
	top: 0;
    left: -11px;
    border-radius: 3px;
}
@keyframes keyScroll {
	0%{ top: -20px; opacity: 0; }
	1%{  opacity: 1; }
	30%{  opacity: 1; }
	50%{  top: 30px; opacity: 0; }
	100%{  top:0px; opacity: 0; }
}
@media only screen and (max-width: 767px) {
	.scroll_icon{
		right: 10px;
	}
}

/* cookie */
.cookie-wrap {
  position: fixed;
  bottom: 0;
  z-index: 9999999;
  width: 100%;
  background-color: rgba(255, 255, 255, .95);
  padding: 30px;
  box-sizing: border-box;
  visibility: hidden;
  box-shadow: 0px -4px 12px #ccc;
}
.cookie-wrap p {
  line-height: 1.6;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.cookie-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cookie-inner {
    display: block;
    width: 100%;
  }
}
.cookie-text {
	width: 70% !important;
}
.cookie-text p:first-of-type {
	margin-bottom: 10px;
}
.cookie-text a {
	color: #1f3382;
}
.cookie-wrap.is-show {
  visibility: visible;
}
.cookie-agree {
  padding: 15px 50px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 6px;
}
.cookie-agree:hover {
  cursor: pointer;
  opacity: 0.6;
}
.cc-hide {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}