/* ================================
  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: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-feature-settings: "palt";
  /*animation: fadein 2s forwards;*/
}
/*@keyframes fadein {
  0% {
    opacity: 0.5
  }
  100% {
    opacity: 1
  }
}*/
body.active {
  height: 100%;
  overflow: hidden;
}
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;
}
p {
   font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(14px, 4vw, 16px);
	line-height: 1.7;
}
h1, h2, h3, h4 {
  line-height: 1.3;
}
h2, h3, h4 {
  margin: 0;
  padding: 1.2em 0 0;
}
p {
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 1.7;
}
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: #aa001a;
}
a img {
  border: none;
  outline: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}
br {
  letter-spacing: 0;
}
br.fix{
	display:inline-block!important;
}
figcaption {
  padding-top: 3px;
  font-size: 12px;
  text-align: left;
}
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;
  font-family: 'Zen Old Mincho', serif;
}
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 {
  background: #000;
  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;
}
.fEng {
  font-family: 'Caveat', cursive;
}
.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;
  }
}
/* -------------------------------- 
  優先調整
-------------------------------- */
/* 表示切替 */
@media screen and (max-width: 768px) {
  .pcOn {
    display: none !important;
  }
}
@media screen and (min-width: 767px), print {
  .mbOn {
    display: none !important;
  }
}
/* -------------------------------- 
ヘッダー
-------------------------------- */
header {
  position: fixed;
  z-index: 999;
  display: flex;
  width: 100%;
  top: 0;
  justify-content: space-between;
  align-items: center;
background: #f6f7fadd;
height: 80px;
}
header .rogoBox {
  display: flex;
  align-items: center;
	height: 80px;
	/*background: #0d316d url("../img/img_common/blue_bg.jpg")no-repeat;*/
	width: 240px;
	background-size:cover;
	border-radius: 0 0 10px 0;
}
header .rogoBox p {
  color: #fff;
  font-size: 12px;
}
header .headRogo {
  display: block;
}
header .evoRogo {
  display: block;
}
header .navigation ul {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 4%;
}
header .navigation ul li a {
  text-align: center;
  color: #29839b !important;
  text-decoration: none;
  padding: 0;
  width: 110px;
  font-size: 16px;
  letter-spacing: 0.05em;
  border-left: 1px solid #d1e1e5;
}
header .navigation ul li a span {
  position: relative;
}
header .navigation ul li a span::after {
  position: absolute;
  border-radius: 3px;
  bottom: -5px;
  left: 0;
  content: '';
  width: 0;
  height: 3px;
  background-color: #d1e1e5;
  transition: .3s;
}
header .navigation ul li:first-child a {
  border-left: 0px solid #29839b;
}







@media (hover: hover) {
  header .navigation ul li a span:hover:after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 60px;
  }
  header .headRogo {
    width: 30%;
  }
  header .headRogo img {
    width: 100%;
  }
  header .navigation {
    margin: 20px 20px 0 0;
    border-radius: 40px;
  }
  header .navigation ul {
    padding: 10px;
  }
  header .navigation ul li a {
    width: 80px;
    font-size: 14px;
  }
header .rogoBox {
  display: flex;
  align-items: center;
  height:60px;
  width: 140px;
  background-size: cover;
}
  header .headRogo {
    width: 100%;
	  margin: auto;
  }
}
@media screen and (min-width: 901px), print {
  header {
    width: 100%;
  }
   header .navigation {
    display: block !important;
  }
}
/* -------------------------------- 
ナビゲーション
-------------------------------- */
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}
/*.logo {
  font-size: 1.25em;
  font-weight: bold;
}*/
.drawer__button {
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999;
}
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: #013384;
  transform: translateX(-50%);
}
.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  transition: transform 0.3s ease;
}
.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.5rem));
  transition: transform 0.3s ease;
}
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}
.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.drawer__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.drawer__nav__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #0d2d6b url(../img/img_common/texture_l_bg.png) no-repeat;
    background-position: top left;
    background-size: 80%;
  padding: 60px 40px;
  margin: 0 0 0 auto;
  transform: translateX(100%);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
  /*transition: transform 0.3s ease;*/
}
.drawer__nav__inner::after{
content: "";
height: 80px;
width: 400px;
background: #d8dce5;
position: absolute;
right: 0;
top:0;
border-radius: 0 0 0 40px;
}
.drawer__nav__inner .headRogo_sp {
	width: 380px;
}
.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
  width: 400px;
}
.drawer__nav__link {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
}
.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}
.drawer__nav__item a {
  color: #fff;
}
.drawer__nav__item > ul {
	margin-left: 20px;
	list-style:disc;
	margin-bottom: 20px;
	color: #fff;
}
.drawer__nav__item > ul li {
	margin-bottom: 10px;
}
.drawer__nav__item > ul li:last-child {
	margrgin-bottom: 0;
}
.drawer__nav__item > ul li a {
  background:  #ffffffdd;
  color: #0d276a;
  padding: 3px 15px;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
	.drawer__nav__inner::after{
content: "";
height: 60px;
width: 220px;
}
}
@media screen and (max-width: 600px) {
.drawer__nav__inner {
  flex-direction: column-reverse;
	gap: 15px;
}
.drawer__nav__inner .headRogo_sp {
	width:80%;
}
.drawer__nav__menu {
  width:90%;
}	
.drawer__nav__link {
    margin-bottom: 12px;
}
}
/*ドロップダウン*/

.gnavi__list {
position: relative;
	
}
.dropdown__lists{
	position: absolute;
	display: none;
	padding-top: 15px;
	width:280px;
	left: 50%;
    transform: translateX(-50%);
	
}
.dropdown__lists ul{
    position: relative;
	background: #fff;
	border-radius: 3px;
	padding: 30px 50px 30px;
	border: 1px solid #f6f7fa;
	opacity:0;
	transition: all .3s;
}

.dropdown__lists ul::after{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0c57e6;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	top: -6px;
}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
    
}
.gnavi__list:hover .dropdown__lists ul{
	opacity: 1;/*不透明度1*/
}
.dropdown__list {
    transition: all .3s;
    position: relative;
	margin-bottom: 20px;
}

.dropdown__list:last-child {
	margin-bottom: 0;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.dropdown__list a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    position: relative;
	color: #0d276a;
	font-size: 14px;
	font-weight: bold;
}
.dropdown__list a:hover{
	color: #2d78f2;
}



@media screen and (max-width: 1239px) {
  .drawer__nav__link {
    font-size: clamp(16px, 1.5vw, 20px);
  }
.pcnavi {
  display: none;

}

}
@media screen and (min-width: 1300px) {
	.pcnavi > ul {
    gap: 20px;

	 
}
}
@media screen and (min-width: 1240px) {
  .header__inner {
    display: none;
  }
	.pcnavi {
		position: absolute;
		right: 260px;
	}
  .pcnavi > ul {
	 border-radius: 5px;
    display: flex;
    gap: 10px;
	height: 80px;
	align-items: center;
	justify-content: center;
	 padding: 0;
  }
   .pcnavi > ul > li {
	 border-radius: 2px;
	 padding: 6px 12px;
	}
  .pcnavi > ul > li > a {
    font-size: 14px;
	font-weight: bold;
	color: #0d276a;
	
  }
  .pcnavi > ul > li:hover {
	background: #fff;
  }
}


.telLink {
  position: absolute;
  top: 15px;
  right: 20px;	
}
.telLink a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 220px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#013384 url("../img/index_img/blue_bg.jpg")no-repeat;
	background-size: cover;
	text-decoration: none;
	z-index: 999999;
    position: relative;
	white-space: nowrap;
}

.telLink a img {
	width: 25px;
	height:25px;
	margin-right: 10px;
}
.mailLink{
	display: none;
}
@media screen and (max-width: 1239px) {
.mailLink {
  display:block;
  position: absolute;
  top: 15px;
  right: 75px;
}
.mailLink a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#013384 url("../img/index_img/blue_bg.jpg")no-repeat;
	background-size: cover;
	text-decoration: none;
	z-index: 999999;
    position: relative;

}

.mailLink a img {
	width: 25px;
	height:25px;
}
.telLink {
  right: 140px;
}
}
@media screen and (max-width: 767px) {
.telLink {
  top: 10px;
   right: 120px;
    
}
	.telLink a img {
	width: 25px;
	height:25px;
	margin-right: 0;
}
.telLink a {
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
    background-size: auto;
  background-size: cover;
}
	.mailLink{
	 top: 10px;
	 right: 70px;
	}
	.mailLink a img {
	width: 25px;
	height:25px;
	margin-right: 0;
}
.mailLink a {
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
    background-size: auto;
  background-size: cover;
}
	.telLink a span {
		display: none;
	}
}
/* -------------------------------- 
  フッター
-------------------------------- */

footer {
  background:#0d2d6b url("../img/img_common/texture_l_bg.png")no-repeat;
  background-position: top left;
  background-size:40%;
  border-top:1px #a3d7f1 solid;
}
footer .footerWrap{
max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
	padding: 60px 0  40px;
  
  /*border-bottom: 1px solid #a9aaa5;*/
}
footer .footerWrap a{
	text-decoration: none;
	color: #fff;
}
footer .footerWrap ul {
	list-style: none;
}

footer .footerWrap .telBox{
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}
footer .footerWrap .telBox a {
	display: flex;
	align-items: center;
}
footer .footerWrap .telBox a img {
	width: 25px;
	height: auto;
	margin-right: 10px;
}
footer small {
  padding: 10px 0 10px 60px ;
  color: #fff;
  font-size: 12px;
  display: block;
  max-width: 1200px;
  margin: auto;
}
footer .guideBox {
	display: flex;
	flex-direction: column;
	width: 40%;
	max-width: 380px;
	align-items: center;
}
footer .guideBox .rogoBox {
  max-width: 380px; 
  margin-bottom: 20px;
}
footer .guideBox p{
	color: #fff;
}
footer .footerWrap .naviBox {
	display: flex;
	width: 50%;
}
footer .footerWrap .naviBox .navigation {
	padding: 0;
}
footer .footerWrap .naviBox .navigation:first-child{
	margin-right: 80px;
}
footer .footerWrap .naviBox .navigation li a {
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}
footer .footerWrap .naviBox .navigation li a:hover {
	background: #ffffff14;
}
footer .footerWrap .naviBox .jobLink {
	list-style-type: disc;
	color: #fff;
}
footer .footerWrap .naviBox .jobLink li a {
	font-size: 13px;
	opacity: 0.8;
	font-weight: normal;
}
@media (hover: hover) {
  footer ul.navigation li a:hover:after {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
	footer .footerWrap{
  margin: 0 5%;
}
}
@media screen and (max-width: 1040px) {
	footer .footerWrap{
  margin: 0 5%;
}
footer .footerWrap .naviBox .navigation:first-child {
  margin-right: 0;
}
footer .footerWrap .naviBox {
	flex-direction:  column;
	width:40%;
}
footer .guideBox {
  width: 50%;
  max-width: none;
}

}
@media screen and (max-width: 768px) {
footer {
    background-size: 80%;
}
footer .guideBox .rogoBox {
  max-width: 300px; 
	width: 90%;
}
footer .footerWrap .telBox {
  margin-top: 5px;
}
	footer .footerWrap .textBox p{
		font-size: 14px;
	}
	footer .footerWrap{
    flex-direction:  column;	
	align-items: center;
	}
	footer .guideBox {
	width: auto;
}
	footer .footerWrap .naviBox {
		width:220px;
		margin-top: 40px;
	}
footer small {
  padding: 10px 0 10px 0 ;
  text-align: center
}
}

/*.btnBlue */
.btnBlue {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 360px;
	height: 60px;
	background:url("../img/index_img/blue_bg.jpg")no-repeat;
	background-size:cover;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	position: relative;
	
}
.btnBlue img{
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.btnBlue:hover {
	opacity: 0.7;
}
.btnBlue:hover img {
	width: 30px;
	height: 30px;
	right: 12px;
}

@media screen and (max-width: 960px) {
	.btnBlue {
	width: 280px;
	height: 40px;
	font-size: 16px;
}
.btnBlue img{
	display: block;
	width: 20px;
	height: 20px;

}
}
@media screen and (max-width: 428px) {
	.btnBlue {
	width: 80%;
}
}


/*.btngold */
.btnGold {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 360px;
	height: 60px;
	background:url("../img/img_common/gold_bg.jpg")no-repeat;
	background-size:cover;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	position: relative;
	
}
.btnGold img{
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.btnGold:hover {
	opacity: 0.7;
}
.btnGold:hover img {
	width: 30px;
	height: 30px;
	right: 12px;
}

@media screen and (max-width: 960px) {
.btnGold {
	width: 280px;
	height: 40px;
	font-size: 16px;
}
.btnGold img{
	display: block;
	width: 20px;
	height: 20px;

}
}
@media screen and (max-width: 428px) {
	.btnGold {
	width: 80%;
}
}




/*.entrybox */
.entrybox {
	border-top:1px #a3d7f1 solid;
	background: #000;
	overflow: hidden;
}
.entrybox .bgBox{
	background: url("../img/img_common/entrybox_bg_pc.jpg?re20250919")no-repeat;
	background-size: cover;
	background-position:  center center;
	height: 560px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	flex-direction: column;
}
.entrybox p {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
.entrybox a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 380px;
	height: 70px;
	background:#fff;
	background-size:cover;
	text-decoration: none;
	color: #152d5b;
	font-size: 20px;
	
	position: relative;
	font-weight: bold;
}
.entrybox a img{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.entrybox a:hover {
	opacity: 0.7;
}
.entrybox a:hover img {
	width: 35px;
	height: 35px;
	right: 12px;
}
@media screen and (max-width: 1260px) {
	.entrybox .bgBox{
	height: 400px;
}
}
@media screen and (max-width: 960px) {

.entrybox a {
	width: 280px;
	height: 40px;
	font-size: 16px;
}
.entrybox a img{
	display: block;
	width: 20px;
	height: 20px;

}
	.entrybox .bgBox{
	height: 300px;
}
}
@media screen and (max-width: 768px) {
	.entrybox .bgBox{
	background: url("../img/img_common/entrybox_bg_mb.jpg?re20250919")no-repeat;
	background-size: cover;
	background-position: top center;

}
}
@media screen and (max-width: 428px) {
.entrybox p {
	font-size: 16px;
	margin-bottom: 5px;
}
	.entrybox a {
	width: 80%;
}
	.entrybox .bgBox{
	height: 240px;
		padding: 0 5%;
}
}

.entrybox .big {
	font-size: clamp(20px, 3.5vw, 40px);
	margin-bottom:0;
	text-align: center;
	font-weight: 600;
}
.entrybox .small {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 40px;
	text-align: center;
}
@media screen and (max-width: 428px) {
	.entrybox .big {
	
	text-align: left;
	
}
.entrybox .small {
	margin-bottom:20px;
	text-align: left;
}
	.entrybox .small br {
		display: none;
	}
}
/*contactSec*/


#contactSec {
background:#edeff5;
position: relative; 
  padding: 120px 0;
}


#contactSec .inBox {
	max-width: 1200px;
	margin: auto;
}


#contactSec .headWarp h2{
	font-size: clamp(22px, 3.5vw, 40px);
	color: #013384;
	padding: 0;
	font-weight: 600;
	position:relative;
	z-index: 2;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
}
#contactSec .headWarp .deco {
    color: #d8dce8;
    font-size: clamp(46px, 8vw, 100px);
    font-weight: normal;
	font-family: Century Gothic, sans-serif;
	white-space: nowrap;
	margin-bottom: -40px;
     display: block;
	text-align: center;
}
#contactSec .inBox p {
	text-align: center;
	margin: 0;
	color: #013384;
}
#contactSec .inBox .fBox {
	display: flex;
	max-width: 960px;
	margin: auto;
	margin-top: 40px;
}
#contactSec .inBox .fBox .Box{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
	background: #fff;
	padding: 40px 0;
}
#contactSec .inBox .fBox .Box p {
	margin: 0 0 5px;
	font-weight: 400;
}
#contactSec .inBox .fBox .Box p:nth-child(3) {
	margin: 0;
}
#contactSec .inBox .fBox .Box:first-child{
	border-right: 1px solid;
	color: #909090;
	
}
#contactSec .btnBlue {
	margin-top: 5px;
}
#contactSec .btnBlue .mailicon {
	display: none;
}
#contactSec .fBox .Box.telBox a{
	width: 80%;
	max-width:380px;
}
#contactSec .fBox .Box a .text{
	display: none;
}

@media screen and (max-width: 1240px) {
#contactSec .inBox {
  margin: 0 5%;
}
}
@media screen and (max-width: 960px) {
	#contactSec .inBox .fBox .Box{
	padding: 20px 0;
}
#contactSec .fBox .Box.telBox a{
	width: 70%;
}
#contactSec .btnBlue {
	margin-top: 10px;
}
}

@media screen and (max-width: 768px) {
	
#contactSec {
  padding: 60px 0;
}	
	
	#contactSec .inBox .fBox {
	display: flex;
	flex-direction: column;
}
#contactSec .inBox .fBox .Box{
	width: auto;
}
#contactSec .inBox .fBox .Box:first-child{
	border-right: none;
	border-bottom: 1px solid;
	
}
#contactSec .btnBlue {
	margin-top: 0px;
}
	#contactSec .headWarp .deco {
		margin-bottom: -20px;
	}
}

@media screen and (max-width: 620px) {
	#contactSec .inBox p {
  text-align: left;
		margin-top: 10px;
}
}

@media screen and (max-width: 480px) {
	
#contactSec .fBox .Box.telBox a {
  width: 280px!important;
  height: 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/index_img/blue_bg.jpg")no-repeat;
  background-size: auto;
  background-size: cover;
  text-decoration: none;
  color: #fff;
  position: relative;
}

#contactSec .fBox .Box.telBox a img{
	
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: auto;
  left: 15px;
  transform: translateY(-50%);
}
	#contactSec .fBox .Box a .mailicon,
	#contactSec .fBox .Box a .text{
	display: inline-block;
	font-size:14px;
	font-weight: normal;
		
}
	#contactSec .fBox .Box a .text{
	margin-left: 10px;
	}
	
	#contactSec .fBox .Box a .btext,
	#contactSec .fBox .Box a .bicon {
		display: none
	}
	
.btnBlue img {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: auto;
  left: 15px;
  transform: translateY(-50%);
}
	#contactSec .fBox .Box > p{
		display: none;
	}
 #contactSec .inBox .fBox .Box:first-child {
    border-bottom: none;
	 padding-bottom: 0;
  }
}
#contactSec .inBox .fBox .Box{
	
}

@media screen and (max-width: 428px) {
#contactSec .fBox .Box.telBox a {
    width: 80%!important;
  }
}


/* -------------------------------- 
  上部へ戻る
-------------------------------- */
a#pageTop {
    position: fixed;
    bottom: 5%;
    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: #013384 url(../img/index_img/blue_bg.jpg) no-repeat;
	background-size: cover;
    z-index: 99;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.4s ease-in;
    border: 2px solid #fff;
	transition: all 0.3s ease;
	
}
a#pageTop img {
   width: 60px;
   height: 60px;
}
a#pageTop.fadein {
    opacity: 1;
}
@media screen and (min-width: 768px) {
	a#pageTop:hover {
	 background: #004a82;	
	}	
}
@media screen and (max-width: 767px) {
    a#pageTop {
        width: 40px;
        height: 40px;
        bottom: 5%;
        transform: translateY(-50%);
        right: 20px;
        font-size: 12px;
    }
    a#pageTop::before {
        font-weight: 600;
        font-size: 24px;
        padding-bottom: 5px;
    }
	a#pageTop img {
   width: 40px;
   height: 40px;
}
}