@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&family=Zen+Old+Mincho:wght@400;700&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
/*  style　[  共通 ]
=================================================================== */

	
body{
  background: #efefef;
}

.flex-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.relative-box {
  position: relative;
}

.wrapper {
  position: relative;
  overflow: hidden;
}
.table-box {
  display: table;
  margin: auto;
}

.en {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.mincho {
  font-family: 'Zen Old Mincho', sans-serif;
}
@media (min-width: 768px) { 
  .visible-xs {
  display: none;
} 
}

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

.page-wrapper .main-visual {
	position: relative;
	height: 50vh;
}
  

header {
  background-color: #fff;
}

.header-pc {
	display: flex;
	justify-content: space-between;
	padding: 0;
	align-items: center;
  min-height: 150px;
  flex-wrap: wrap;
}

h1 {
	margin: 0;
	padding: 0;
	width: 20%;
}
h1 img {
	max-width: 200px;
	margin: 0 auto;
	display: table;
	vertical-align: bottom;
	/*filter: brightness(0.4);
  filter: contrast(200%);
  filter: drop-shadow(2px 2px 1px #fff) ;*/
}

ul.nav-list01 {
  font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 40%;
	order: -1;
	display: flex;
	justify-content: space-around;
}
ul.nav-list02 {
  font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	width: 40%;
	display: flex;
	justify-content: space-around;
}
ul.nav-list01 a,ul.nav-list02 a {
  border-bottom: #000 1px solid;
}
ul.nav-list01 a:hover,ul.nav-list02 a:hover {
  text-decoration: none;
   border-bottom: #c30 1px solid;
}



/*----------------------------------------------
   main
---------------------------------------------*/
.main {
  background: linear-gradient(90deg, #161C56 0%, #161C56 95%, #c1ab05 95%, #c1ab05 100%);
  padding: 30px 0;
}


/*----------------------------------------------
   section
---------------------------------------------*/
section {
  margin-bottom: 50px;
}
.bgc-gray {
  background-color: rgba(248, 248, 240,0.8);
  padding: 30px;
}
.bgc-white {
  background-color: rgba(255, 255, 255,0.8);
  padding: 50px;
}


/*----------------------------------------------
   見出し
---------------------------------------------*/
/*== h2 */
.page-title{
    /*アニメーションの起点とするためrelativeを指定*/
    position: absolute;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: table;
   	/*border: 1px solid #F3A4AA;*//* ボーダーの色と太さ */
    padding: 1em 1em;
	margin: 0 auto 0 auto;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
	background-color: #000;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-size: 1.5em;
}

/*ボタン内spanの形状*/
.page-title span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#fff;
}


/*== 背景が流れる（中央から横全体） */
.bgcenterx:before {
	content: '';
    /*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
    /*色や形状*/
	background: #161C56;
	width: 100%;
	height: 100%;
    /*アニメーション*/
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0.2s;
	transform: scale(0, 1);
	transform-origin: top;
}


.bgcenterx.scrollin:before{
	transform:scale(1, 1);
}




h3.ttl-h3 {
	padding: .5em .7em;
    border: 2px solid #161C56;
    box-shadow: 5px 5px #161C56;
    color: #161C56;
	margin-bottom: 1.5em;
	font-size: 1.5em;
	font-weight: 600;
}




.ttl-h4 {
    position: relative;
    padding: .5em 1.2em;
	font-size: 1.2em;
	margin: 1.5em 0;
	border-bottom: #161C56 1px dashed;
}

.ttl-h4::before,
.ttl-h4::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #161C56;
    content: '';
}

.ttl-h4::before {
    top: calc(50% - 3px);
    left: 0;
}

.ttl-h4::after {
    top: calc(50% + 3px);
    left: 5px;
}




/*----------------------------------------------
   contact
---------------------------------------------*/
#contact {
	padding: 50px 0 200px 0;
	/* 方眼紙模様に必須のスタイル */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
	linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
background-size: 16px 16px;
background-repeat: repeat;
background-position: center center;
}
.contact-box02 {
	display: table;
	margin: 0 auto;
	padding: 50px;
	background-color: rgba(255, 255, 255, 0.5);
	font-size: 1.2em;
	border: #f0f0f0 1px solid;
	box-shadow: rgba(0, 0, 0, .1) 0 0 20px;
	/*min-width: 700px;*/
}

 ul.contact-btn {
	list-style: none;
	margin: 30px 0 ;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}


 ul.contact-btn li a {
	display: block;
	border: #189ab4 1px solid;
	border-radius: 50px;
	padding: 5px 35px 5px 25px;
	background:#fff;
	font-weight: 600;
	color: #189ab4;
	transition: .3s ease-in-out;
}
 ul.contact-btn li a:hover {
	background:#189ab4;
	color: #fff;
	text-decoration: none;
}

.contact-btn a:hover .bi-envelope, .contact-btn a:hover .bi-telephone {
	color: #fff;
}


/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
	#contact {
		padding: 50px 0 100px 0;
	}
	.contact-box02 {
		padding: 30px;
		width: 90%;
		font-size: 1em;
	}
	 ul.contact-btn li {
		width: 90%;
		margin-bottom: 15px;
		text-align: center;
		font-size: 1.2em;
	}
	.contact-btn a .bi-envelope, .contact-btn a .bi-telephone {
		font-size: 1em;
	}
}

/* ～767px(xs) ____________________________________________________ */
@media screen and (min-width: 768px) {
	.pc-disable {
		pointer-events: none;
	}
}



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

footer {
	background: #c1ab05;
	padding: 3em 0 0 0;
	margin:  0;
	color: #000;
	position: relative;
	text-align: center;
  /*color: #fff;*/
}
.footer-box {
	display: table;
	margin: 0 auto;
	text-align: center;
}
address {
  margin-top: 1em;
}
.copy {
	background:#fff;
	color: #666;
	margin: 3em 0 0 0;
	padding: 5px 0;
	line-height: 1;
	font-size: 0.8em;
  border-top: #efefef 1px solid;
}






// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... }