/* ================================
  E&C 2023-02
================================ */
@import url(https://use.fontawesome.com/releases/v5.0.11/css/all.css);
/* -------------------------------- 
  reset / base
-------------------------------- */
*, *:before, *:after {
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	scroll-behavior: smooth;
}
body {
  background-color: #fff;
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-feature-settings: "pwid";
	letter-spacing: 0.05em;
	animation: fadein 3s forwards;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}

main {
  display: block; /* IE11 */
  margin-bottom: 60px;
}
article {
  margin-top: 60px;
}
html, body, h1, p, table, th, td, dd, figcaption, figure {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4 {
  line-height: 1.3;
}
h2, h3, h4 {
  margin: 0;
}
p {
	font-size: clamp(14px, 3vw, 18px);
  letter-spacing: 0.05em;
  font-weight: 300;
	line-height: 1.7;
}
p b {
	font-weight: bold;
}
main p {
  margin: 0;
  padding: 1em 0 0;
  line-height: 1.7;
}
ul {
  list-style: disc;
  margin: 0;
  padding: 10px 0 0 1.2em;
}
ul ul {
  list-style: circle;
}
ul li {
  margin: 0 0 10px;
  padding: 0;
}
nav ul, .splide ul {
  list-style: none;
  padding: 0;
}
nav li, .splide li {
  margin: 0;
}
nav ul a {
  display: inline-block;
  text-decoration: none;
}
i {
  margin-right: 6px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a {
  transition: all 0.3s ease;
  color: #022740;
}
a img {
  border: none;
  outline: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}
br {
  letter-spacing: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
label {
  cursor: pointer;
}
input, textarea, select {
  font: 100%;
}
input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
input::-webkit-input-placeholder, input::placeholder, textarea::placeholder {
  font-size: 16px;
}
sup, sub {
  position: relative;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
video {
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 960px), print {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  figcaption {
    padding-top: 5px;
  }
}
/* -------------------------------- 
  etc
-------------------------------- */
.pT0 {
  padding-top: 0 !important;
}
.pB0 {
  padding-bottom: 0 !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}
.taL {
  text-align: left !important;
}
.fRed {
  color: #aa001a;
}
.fBlu {
  color: #6f90a1;
}
.fS {
  font-size: 0.8em;
}
.fM {
  font-size: 1.2em;
}
.fBig {
  font-size: 2rem;
}
.inlineBlk {
  display: inline-block;
  text-align: inherit;
}
@media screen and (max-width: 959px) {
  .mbPB0 {
    padding-bottom: 0 !important;
  }
}
/* table
-------------------------------- */
@media screen and (max-width: 959px) {
  table.tblRes th, table.tblRes td {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/* -------------------------------- 
  main
-------------------------------- */
/* ページ余白
-------------------------------- */

@media screen and (min-width: 960px), print {
  main {
    margin-bottom: 50px;
  }
  .secBox {
    padding-bottom: 3rem;
  }
}
/* ページタイトル
-------------------------------- */
/* 一文字ずつ表示 */
.txtAnime span {
  opacity: 0;
}
.txtAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* -------------------------------- 
  見出し
-------------------------------- */
.titleBox {
  background: url("../img/index_img/top_leaf.png")no-repeat;
  background-position: top right;
  background-size: 60%;
}
.titleSec {
  margin-left: 5%;
  padding: 60px 0px 20px;
}
.titleSec h2 {
  color: #10596d;
  font-weight: bold;
  font-size: 28px;
}
.titleSec div {
  position: relative;
  color: #3690a8;
  font-size: 18px;
}
.titleSec div::before {
  content: '';
  position: absolute;
  left: 0;
  border-bottom: solid 1px #3690a8;
  animation: border_anim 1s linear forwards;
  bottom: -3px;
}
.titleSec div::after {
  content: "";
  display: block;
  width: 155px;
  height: 4px;
  background-color: #3690a8;
  position: absolute;
  border-radius: 2px;
  bottom: -5px;
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .titleBox {
    background-size: auto;
  }
  .titleSec {
    margin-left: 15%;
    padding: 0px 0px 40px;
  }
  .titleSec h2 {
    font-size: 64px;
  }
  .titleSec div {
    font-size: 30px;
  }
  .titleSec div::before {
    left: 0;
    bottom: -11px;
  }
  .titleSec div::after {
    width: 260px;
    height: 4px;
    bottom: -13px;
  }
}
/* -------------------------------- 
  上部へ戻る
-------------------------------- */
a#pageTop {
    position: fixed;
    bottom: 3%;
    transform: translateY(-50%);
    right: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(120deg, #091c34 0%, #0073ca 100%);
	background-position: 0% 50%;
    background-size: 400% auto;
    z-index: 99;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.4s ease-in;
    border: 5px solid #fff;
	border-radius: 30px;
    transition: all 0.3s ease;
	box-shadow: 0 0 3px #00000077;
}

a#pageTop.fadein {
  opacity: 1;

}

a#pageTop::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f077";
    font-size: 32px;
    padding-bottom: 5px;
}

@media screen and (max-width: 1175px) {
a#pageTop {
  right: 20px;
	bottom:20px;
	width: 50px;
  height: 50px;
}		
a#pageTop::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f077";
    font-size: 26px;
    padding-bottom: 3px;
}	
}
@media screen and (max-width: 400px) {
a#pageTop {
  border: 4px solid #fff;
}			
}
/* -------------------------------- 
  優先調整
-------------------------------- */
/* 表示切替 */
@media screen and (max-width: 768px) {
  .pcOn {
    display: none !important;
  }
}
@media screen and (min-width: 767px), print {
  .mbOn {
    display: none !important;
  }
	a#pageTop:hover{
		background-position: 100% 50%;
	}
}
/* -------------------------------- 
ヘッダー
-------------------------------- */
.header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
	z-index: 9999;
}
.header h1 a{
	text-decoration: none;
	color: #000;
}
.header_inner {
  position: relative;
}

.contactLink a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	background: linear-gradient(120deg, #091c34 0%, #0073ca 100%);
	background-position: 0% 50%;
    background-size: 400% auto;
	color:#fff;
	border-radius: 60px;
	height: 60px;
	border: solid #fff 5px;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	position: absolute;
	right: 40px;
	top: 40px;
	box-shadow: 0 0 3px #00000077;
}

.contactLink a img{
 display:none; 	
}
.title{
  font-size: 18px;
  font-weight: 600;
	width: 240px;
	padding: 10px 0;
	border-radius: 60px;
	background: #e7e7e7;
	border: solid #fff 5px;
	position:relative;
	z-index: 10;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (min-width: 760px),print {
	.contactLink a:hover{
		background-position: 100% 50%;
	}
	}
@media only screen and (max-width: 1350px) {
	.contactLink a span{
		display: none;
	}
.contactLink a img{
 display:block; 
  width: 35px;
  height: 35px;
}
.contactLink a{
	display: flex;
	width: 60px;
	border-radius: 60px;
	height: 60px;
	font-size: 18px;
	right: 40px;
	top: 40px;
}
	
}
/* header固定のため余白をつける。メニューのCSSには関係ない */
.main{  
  margin-top: 60px;
}

@media only screen and (max-width: 1175px) {
.header {
    height: 80px;
	 display: flex;
		align-items: center;
}
  .nav {
    position: fixed;
    right: -420px; /* 右から出てくる */
    top: 0;
    width: 400px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 50px; /* クリックしやすい幅 */
    height: 50px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
		background: #0d223e;
		border: 5px solid #fff;
		border-radius: 60px;
		box-shadow: 0 0 3px #00000077;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #022740;
		font-weight: 600;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 3px;
    background-color: #fff;
    transition: all .6s;
		font-weight: 600;
  }
  .hamburger_border_top {
    top: 12px;
  }
  .hamburger_border_center {
    top: 18px;
  }
  .hamburger_border_bottom {
    top: 24px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 18px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 18px;
  }
	
.title{
	width: 240px;
  font-size: 16px;
  font-weight: 600;
	padding: 10px;
	margin-left: 20px;
	border-radius: 60px;
	border: solid #fff 5px;
	position:relative;
	z-index: 10;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 2px #00000077;
}	
	
	
.contactLink a img{
  width: 30px;
  height: 30px;
}
.contactLink a{
	display: flex;
	width: 50px;
	border-radius: 60px;
	height: 50px;
	font-size: 18px;
	right: 80px;
	top: 16px;
}
	
}
@media only screen and (max-width: 400px) {
	.title {
		width: 160px;
		font-size: 14px;
		padding: 10px;
		margin-left: 20px;
		border: solid #fff 4px;
		height: 50px;
}
  .hamburger {
    right: 20px;
    top: 15px;
    width: 50px;
    height: 50px; 
    cursor: pointer;
		border: 4px solid #fff;
  }
.contactLink a{
	width: 50px;
	border-radius: 60px;
	height: 50px;
	font-size: 18px;
	right: 80px;
	top: 16px;
	border: 4px solid #fff;
}
.hamburger_border {
		left: 12px;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
.nav {
        top: 0;
        width:  100vw; 
        right: -100vw; 
    }
}

@media only screen and (min-width: 1176px) {
.header {
    height: 140px;
}
  .header_inner{
    max-width: 1200px;
    width: 100%;
    justify-content: flex-start;
    height: 140px;
		display: flex;
		align-items: center;
		margin-left: 40px;
  }
  .nav_list{
    text-align: right;
		background: #fff; 
		padding: 10px 40px 10px 240px;
		border-radius: 60px 60px;
	  border: solid #fff 5px;
		margin-left:-240px;
		height: 60px;
		display: flex;
		align-items: flex-start;
		box-shadow: 0 0 3px #00000077;
  }
  .nav_list .nav_item{
    display: inline-block;
    text-align: right;
    padding:5px 15px 5px 15px;
		border-right: 1px solid #ddd;
  }
	 .nav_list .nav_item:nth-child(5){
    padding:5px 0px 5px 15px;
		border-right: none;
  }
  .nav_list .nav_item a{
    font-weight: 600;
		transition: all 0.3s ease;
  }
  .nav_list .nav_item a:hover{
		color: #42a1e2;
  }
}


/**/



.naviAccordion {
  margin-inline: auto;
  position: relative;
  width: 100%;
}
.naviAccordion-title {
  color: #022740;
  cursor: pointer;
  font-size: 16px;
	padding-right: 20px;
	transition: all 0.3s ease;
}
.naviAccordion-content {
  display: none;
  padding: 40px 20px;
	top: 40px;
	background: #e7e7e7;
	text-align: left;
}
	.naviAccordion-content ul {
		padding: 0 0 0 15px;
	}
.naviAccordion-content ul li{
	margin-bottom:15px;
  position: relative;
	padding-left: 20px;
}
.naviAccordion-content ul li::before{
		content: "";
		display: block;
		width: 10px;
		height: 1px;
		background: #0d223e;
		position: absolute;
		left: 0;
		top: 12px;
	}
	.naviAccordion-content ul li:last-child{
	margin-bottom:0;
}
/* タイトルの背景色 */
.naviAccordion-item {
	position: relative;
}


/* 矢印 */
.naviAccordion-title {
  position: relative;
	font-weight: 600;
}
.naviAccordion-title::after {
  border-right: solid 2px #022740;
  border-top: solid 2px #022740;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 0px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.naviAccordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1176px),{
.naviAccordion-content {
  padding: 30px 20px;
	position: absolute;
	top: 40px;
	width: 300px;
	background: #f5f5f5;
	left: -20px;
	text-align: left;
	box-shadow: 0 2px 2px #00000077;
}
.naviAccordion-title:hover{
		color: #42a1e2;
  }
}	
@media only screen and (max-width: 1175px) {
.naviAccordion-title {
  display: block;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #022740;
}
.naviAccordion-title::after {
  right: 5%;
}	
.naviAccordion-content {
  padding: 20px 20px;
}
	.naviAccordion-content ul {
		padding: 0;
	}
.naviAccordion-content ul li::before {
    top: 20px;
}
.naviAccordion-content ul li a{
	padding: 8px 0;
}
.naviAccordion-content ul li a:last-child{
	border: none;
}
	}

/*上に上がる動き*/

#js-header.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}





/*　下に下がる動き　*/

#js-header.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}
/*ヘッダー消える*/
#js-header.UpMove{
	animation: UpAnime 0.5s forwards;
}








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

footer{
	position: relative;
	background: #041328;
	
}
footer .fBox {
	display: flex;
	justify-content: space-between;
}
footer .fBox .rogoBox {
	background:url("../img/img_common/footer_rogo_bg.jpg")no-repeat;
	background-size: cover;
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding-bottom: 60px;
}
footer .fBox .footerLogo{
	text-align: center;
	font-weight: bold;
	font-size: clamp(18px, 2.5vw, 26px);
	line-height: 1.5em;
}
footer .fBox .linkBox {
	width: 70%;
	padding: 80px 40px 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .fBox .linkBox ul.footerNavul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 0 1.2em;
}
footer .fBox .linkBox ul.footerNavul li.footerNavli {
	padding: 10px 20px;
	margin: 0;
}
footer .fBox .linkBox ul.footerNavul li.footerNavli a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

footer .copyBox {
	position:absolute;
	bottom: 0;
	border-top: 1px solid #fff;
	padding: 20px;
	width: 100%;
	text-align: center;
}

footer .copyBox small {
	color: #fff;
	font-size: 12px;
	
}

@media only screen and (max-width: 850px) {
	
footer .fBox {
	display: flex;
	justify-content: space-between;
	height:auto;
}	
footer .fBox .linkBox {
    width: 70%;
    padding: 40px 40px 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
	footer .fBox .linkBox ul.footerNavul{
	flex-direction: column;
}
footer .fBox .linkBox ul.footerNavul li.footerNavli {
	padding: 10px 20px 0;
	margin: 0;
}
footer .fBox .linkBox ul.footerNavul li.footerNavli a {
	font-size: 14px;
}
}

@media only screen and (max-width: 700px) {
footer .fBox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}	
footer .fBox .linkBox {
    width: 100%;
    padding: 20px 0px 100px;
}
footer .fBox .rogoBox {
	width: 100%;
	padding-bottom: 0px;
	padding: 20px 0;
}
}



/*footerアコーディオン*/
.naviAccordion_footer {
	cursor: pointer;
	
}
.naviAccordion_footer  span{
	transition: all 0.4s ease;
}
.naviAccordion-title_footer {
	color: #fff;
	font-weight: bold;
}
.naviAccordion-content_footer ul{
	list-style: none;
	padding: 10px 0 0 0;
}
.naviAccordion-content_footer{
	display: none;
	
}
.naviAccordion-content_footer ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	position:relative;
	padding-left: 15px;
	font-weight: 100!important;
}

.naviAccordion-content_footer ul li a::before {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background: #b7c3d3;
    position: absolute;
    left: 0;
    top: 10px;
}


@media only screen and (min-width: 701px) {
.naviAccordion_footer span:hover {
opacity: 0.5;
}
footer .fBox .linkBox ul.footerNavul li.footerNavli a:hover {
opacity: 0.5;
}

.naviAccordion-content_footer ul li a:hover {
opacity: 0.5;
}
}



/*ボタン*/
.linkBtn01 {
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 5;
}
.linkBtn01 a{
	text-decoration: none;
	color: #000;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 170px;
}
.linkBtn01 a .text{
	margin-right: 15px;
	margin-bottom: 2px;
}

.linkBtn01 a .arrowBox {
	border : 1px solid #eae9e3;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-left: -30px;
	position: relative;
	z-index: -1;
	transition: .3s;
}
.linkBtn01 a .arrowBox .arrow {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  margin: 11.3px 0;
  border-radius: 9999px;
  background-color: #000000;
}

.linkBtn01 a .arrowBox .arrow::before,
.linkBtn01 a .arrowBox .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 15px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 1px) 50%;
}

.linkBtn01 a .arrowBox .arrow::before {
  transform: rotate(45deg);
}

.linkBtn01 a .arrowBox .arrow::after {
  transform: rotate(-45deg);
}


@media screen and (min-width: 768px) {
.linkBtn01 a:hover .arrowBox{
	border : 1px solid #797979;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-left: -15px;
}
.linkBtn01 a:hover .text{
	color: #797979;
}
}
@media screen and (max-width: 767px) {
	.linkBtn01 {
	height: 100px;
}
.linkBtn01 a{
	font-size: 16px;
}
.linkBtn01 a .text{
	margin-right: 15px;
	margin-bottom: 2px;
}

.linkBtn01 a .arrowBox {
	width: 70px;
	height: 70px;
	margin-left: -25px;
}
.linkBtn01 a .arrowBox .arrow {
  width: 20px;
  height: 2px;
  margin: 11.3px 0;
}

.linkBtn01 a .arrowBox .arrow::before,
.linkBtn01 a .arrowBox .arrow::after {
  width: 10px;
  height: 2px;
}
}

.linkBtn02 {
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 5;
}
.linkBtn02 a{
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 220px;
}
.linkBtn02 a .text{
	margin-right: 15px;
	margin-bottom: 2px;

}

.linkBtn02 a .arrowBox {
	border : 1px solid #ffffff5e;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-left: -30px;
	position: relative;
	z-index: -1;
	transition: .3s;
}
.linkBtn02 a .arrowBox .arrow {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  margin: 11.3px 0;
  border-radius: 9999px;
  background-color: #fff;
}

.linkBtn02 a .arrowBox .arrow::before,
.linkBtn02 a .arrowBox .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 15px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}

.linkBtn02 a .arrowBox .arrow::before {
  transform: rotate(45deg);
}

.linkBtn02 a .arrowBox .arrow::after {
  transform: rotate(-45deg);
}


@media screen and (min-width: 768px) {
	.linkBtn02 a{
		width: 280px;
	}
.linkBtn02 a:hover .arrowBox{
	background:#ffffff5e;
	border : 1px solid #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-left: -15px;
}
.linkBtn02 a:hover .text{
	color: #ffffff5e;
}
}
@media screen and (max-width: 767px) {
	.linkBtn02 {
	height: 100px;
	
}
.linkBtn02 a{
	font-size: 16px;
}
.linkBtn02 a .text{
	margin-right: 15px;
	margin-bottom: 2px;
}

.linkBtn02 a .arrowBox {
	width: 70px;
	height: 70px;
	margin-left: -25px;
}
.linkBtn02 a .arrowBox .arrow {
  width: 20px;
  height: 2px;
  margin: 11.3px 0;
}

.linkBtn02 a .arrowBox .arrow::before,
.linkBtn02 a .arrowBox .arrow::after {
  width: 10px;
  height: 2px;
}
}




#mailArea {
	background: #ecf5ff url(../img/img_index/mailarea_bg.png) no-repeat;
  background-position: right 5% top;
	background-size: contain;
	padding: 8rem 0;
	border-top: 20px solid #041328;
}

#mailArea .inBox{
	max-width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

#mailArea .inBox .emailNewsletter{
	width: 46%;
	max-width: 480px;
}

#mailArea .inBox .mail_contactLink{
	width: 46%;
	max-width: 480px;
}

#mailArea .noteBox {
	max-width: 1000px;
	margin: 2rem auto 0;
}
#mailArea .noteBox p {
	font-size: 14px;
	/*width: 50%;*/
}

#mailArea .inBox h3 {
	border-left: 4px solid #091c34;
	padding-left:15px;
}

#mailArea .inBox .fBox .h-adr{
	display: flex;
	margin-top: 2rem;
}
#mailArea .inBox .fBox .email{
	width: 80%;
	height: 40px;
	padding: 0;
	margin: 0;
	border: none;
	background: #dfe0c1!important;
}
#mailArea .inBox .fBox .submit{
	flex: 1;
	background: linear-gradient(120deg,  #091c34 0%, #760f30 100%);
  background-position: 0% 50%;
  background-size: 400% auto;
	color: #fff;
	position: relative;
	display: block;
  font-family: 'Font Awesome 5 Free';	
	font-size: 1.6em;
	transition: all 0.4s ease;
}

#mailArea .inBox .mail_contactLink a{
	background: linear-gradient(120deg,  #091c34 0%, #760f30 100%);
  background-position: 0% 50%;
  background-size: 250% auto;
	width: 80%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	border-radius: 40px;
	margin:2rem auto 0;
	position: relative;
	transition: all 0.4s ease;
}

#mailArea .inBox .mail_contactLink a:after{
content: "\f054";
font-family: 'Font Awesome 5 Free';
font-size: 1.1em;
font-weight: 600;
position: absolute;
right: 10px;
}


@media only screen and (max-width: 1080px) {
#mailArea {
	background: #ecf5ff url(../img/img_index/mailarea_bg.png) no-repeat;
  background-position: right -20% center;
	background-size: 50%;
    padding: 4rem 0;	
}
	
	
	
#mailArea .inBox {
	margin: 0 5% 0;

	}
#mailArea .noteBox {
	max-width: 1000px;
	margin: 2rem 5% 0;
}
}
@media only screen and (min-width: 760px),print {
	#mailArea .inBox .fBox .submit:hover{
		background-position: 100% 50%;
	}
	
	#mailArea .inBox .mail_contactLink a:hover{
	
  background-position: 100% 50%;
}
}
@media only screen and (max-width: 760px) {
	#mailArea .inBox{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}
#mailArea .inBox .emailNewsletter{
	width: 100%;
	max-width: 480px;
	margin-bottom: 2rem;
}
#mailArea .inBox .fBox {
  margin-top: 1rem;
}
#mailArea .inBox .mail_contactLink{
	width: 100%;
	max-width: 480px;
	margin-top: 2rem;
}
#mailArea .inBox .mail_contactLink a {
  margin: 1rem auto 0;
}
  #mailArea .noteBox {
    max-width: 480px;
    margin: 2rem 5% 0;
  }
#mailArea .noteBox p {
  font-size: 14px;
  width: 100%;
}
}

/*------Breadcrumb------*/

.breadcrumbSc{
/*	background: #f6f7fa;*/
}

.breadcrumbSc ul {
    margin: 0 auto;
    padding: 10px 0;
    list-style: none;
    display: block;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, 0.5);
	max-width: 1400px;
}

.breadcrumbSc li {
    display: inline;
    font-size: 13px;
}

.breadcrumbSc li a {
    color: #041328;
    text-decoration: none;
}

.breadcrumbSc li:after {
    content: '>';
    color: rgba(0, 0, 0, 0.5);
    padding: 0 0.2em;
}
.breadcrumbSc li:last-child:after {
    content: '';
}

@media screen and (max-width: 1280px) {
	.breadcrumbSc ul {
		margin: 0 5%;
	}
}

@media screen and (max-width: 768px) {
	.breadcrumbSc li {
    display: inline;
    font-size: 12px;
}
}

/*----------------------*/

#relatedProduct {
    background: #ecf5ff;
padding: 2rem 0 4rem;
}

#relatedProduct h2 {
    text-align: center;
        font-size: clamp(28px, 5vw, 46px);
        margin: 4rem 0 2rem;
}


.relatedList .inBox {
    max-width: 1400px;
    display: flex;
    margin: auto;
    justify-content: space-between;
}


.relatedList .inBox a.proLink {
    background: #fff;
    border-radius: 10px;
    width: 30%;
    text-decoration: none;
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 1rem;
}

.relatedList .inBox div.proLink {
    width: 30%;
    text-decoration: none;
    margin-bottom: 1rem;
}


.relatedList .inBox a.proLink .fBox {
	display: flex;
	justify-content: space-between;
align-items: flex-start;
	padding: 15px 15px 15px 5%;
}

.relatedList .inBox a.proLink .imgBox {
    width: 30%;
    display: flex;
    align-items: center;
    background: #ececec;
	overflow: hidden;
}
.relatedList .inBox a.proLink .imgBox img{
    width: 100%;
	height: auto;
	transition:0.3s all;
}
.relatedList .inBox a.proLink .textBox {
    flex: 1;
    position: relative;
}

.relatedList .inBox a.proLink .textBox .proTitle {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: bold;
    line-height: 1.2;
	margin-bottom: 10px;
}
.relatedList .inBox a.proLink .textBox .proTitle .mini{
	font-size: clamp(14px, 2vw, 18px);
}
.relatedList .inBox a.proLink .textBox .proText {
    font-size: 14px;
}

.relatedList .inBox a.proLink .proLinkbtn {
	display: block;
    font-size: 16px;
    width: 120px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
    background:linear-gradient(120deg, #091c34 0%, #760f30 100%);
    background-position-x: 0%;
    background-position-y: 0%;
	background-position:0% 50%;
	background-size: 250% auto;
	text-align: center;
	transition: all 0.4s ease;
    margin: 15px auto 15px;
}

@media screen and (max-width: 780px), not all {
	
#relatedProduct {
padding: 1rem 0 1rem;
}	
	
.relatedList .inBox {
        flex-direction: column;
        margin: 0 5%;	
    }

.relatedList .inBox a.proLink {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    text-decoration: none;
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 1rem;
}	
	
	
}

