@charset "utf-8";
/* --------------------------------------------------
	html
-------------------------------------------------- */
html, body {
  height: 100%;
  background-color: #FFFFFF;
  font-size: 62.5%;
  line-height: 160%;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

@media screen and (min-width : 1000px) {
html, body {
  font-size: 62.5%;
}
}
iframe {
    vertical-align: bottom;
}
/* --------------------------------------------------
	img切り替え
-------------------------------------------------- */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/* --------------------------------------------------
	リンク調整
-------------------------------------------------- */

.link {
position: relative;
top: -50px;
display: block;
}


/* --------------------------------------------------
	float
-------------------------------------------------- */
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.img-right {
  float: right;
}
.img-left {
  float: left;
  margin: 20px;
}
/* --------------------------------------------------
	margin
-------------------------------------------------- */
.ma_top_10{
  margin-top: 10px;
}
.ma_top_20{
  margin-top: 20px;
}
.ma_top_30{
  margin-top: 30px;
}
.ma_top_40{
  margin-top: 40px;
}
.ma_top_50{
  margin-top: 50px;
}
.ma_bottom_10{
  margin-bottom: 10px;
}
.ma_bottom_20{
  margin-bottom: 20px;
}
.ma_bottom_30{
  margin-bottom: 30px;
}
.ma_bottom_40{
  margin-bottom: 40px;
}
.ma_bottom_50{
  margin-bottom: 50px;
}
.ma_left_10{
	margin-left: 10px;
}
.ma_left_20{
	margin-left: 20px;
}
.ma_left_30{
	margin-left: 30px;
}
.ma_left_40{
	margin-left: 40px;
}
.ma_left_50{
	margin-left: 50px;
}
/* --------------------------------------------------
	font_size
-------------------------------------------------- */
.fs_d {
	font-size: 14px;
	line-height: 170%;
}
@media screen and (min-width : 1000px) {
.fs_d {
	  font-size : 14px;
}
}

.fs_db {
	font-size: 16px;
	line-height: 170%;
	font-weight: bold;
}
@media screen and (min-width : 960px) {
.fs_db {
	  font-size : 16px;
}
}

.fs_big {
	font-size: 44px;
	line-height: 170%;
	font-weight: bold;
}
@media screen and (min-width : 960px) {
.fs_big {
	  font-size : 55px;
}
}

.fs_ttl {
	font-size: 1.2em;
	line-height: 170%;
	letter-spacing: 0.5em;
	border-bottom: 1px solid #073547;
}

@media screen and (min-width : 960px) {
.fs_ttl {
	font-size: 1.2em;
	line-height: 170%;
	font-weight: 700;
	letter-spacing: 0.5em;
}
}
.fs_ttl2 {
	font-size: 0.9em;
	line-height: 170%;
	letter-spacing: 0.5em;
	color: #999999;
}
.bold{
    font-weight: 700;
}

/* --------------------------------------------------
	font_color
-------------------------------------------------- */
.red {
  color: #C00;
}
.pink {
  color: #F69;
  font-weight: bold;
}
.blue {
  color: #9ac82e;
  font-weight: bold;
}
.white {
  color: #FFF;
  font-weight: bold;
}
.yellow {
  color:#FAFA03;
  font-weight: bold;
}
.green {
  color:#28AA32;
  font-weight: bold;
}
.orange {
  color:#F67103;
  font-weight: bold;
}
/* --------------------------------------------------
	h
-------------------------------------------------- */
h3{
    font-size: 1.2em;
    font-weight: 700;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 20px;
    color: #0E508A;
}
h4{
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-left: 10px;
    color: #0E508A;
}
/* --------------------------------------------------
	bg_color
-------------------------------------------------- */
.bg_red {
  background-color: #118cd2;
  color: #FFF;
}
.bg_red a {
  color: #FC0;
}
.bg_blue {
  background-color: #99ccff;
}
.bg_white {
  background-color: #fff;
}
.bg_black {
  background-color: #000;
    padding: 1%;
}
/* --------------------------------------------------
	main_image
-------------------------------------------------- */
.flex_box {
	background-color: #ffffff;
}
@media screen and (min-width : 1000px) {
.flex_box {
	display: flex;
	align-items:stretch;
	justify-content:center;
}
}

.flex_item2 {
	width: 100%;
    padding: 40px;
    color:  #222;               /* 文字色 */
}
@media screen and (min-width : 1000px) {
.flex_item2 {
	width: 50%;
    padding: 20px;
    color:  #222;               /* 文字色 */
}
}
.flex_item2:nth-child(1) {
    background-color:  #FBFBFB; /* 背景色指定 */
}
 
.flex_item2:nth-child(2) {
    background-color:  #fbfbfb; /* 背景色指定 */
}
 

/* --------------------------------------------------
	ttl
-------------------------------------------------- */
.ttl {
  width: 100%;
  margin: 0 auto;
	padding-top: 3%;
	padding-bottom: 3%;
  text-align: center;
  color: #0E508A;
    font-size: 1.4em;
}


/* --------------------------------------------------
	hr
-------------------------------------------------- */
hr {
	height: 0; 
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0; 
	border: 0; 
	border-top: 1px dashed #ccc;
}
/* --------------------------------------------------
	wrapper
-------------------------------------------------- */
#wrapper {
  color: #555;
}

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

@media screen and (min-width : 1000px) {
#wrapper {
  width: 1000px;
  margin: 0 auto;
}
}
/* --------------------------------------------------
	label
-------------------------------------------------- */
    .label{
        background-color: #EC0206;
        border-radius:6px;
        color: #fff;
        padding: 2px 10px;
        font-size: 0.8em;
        margin-left: 5px;
    }
	
/* --------------------------------------------------
	box
-------------------------------------------------- */

.box {
  width: 100%;
    font-size: 1.2em;
}
@media screen and (min-width : 1000px) {
	.box {
  width: 80%;
  margin: 0 auto;
  
}
}
.box2 {
	margin: 0px auto;
  width: 90%;

}
@media screen and (min-width : 1000px) {
	.box2 {
  width: 70%;
  margin: 0 auto;
  padding: 2%;
}
}
.box_gray {
  margin: 0 auto;
  background-color: #eeeeee;
}
.txt_box {
  padding: 2% 8%;
}
@media screen and (min-width : 1000px) {
  .txt_box {
  padding: 2% 1%;
}  
}
/* --------------------------------------------------
	footer
-------------------------------------------------- */
#footer {
	background-color: #efefef;
	color: #666;
	padding-top: 2%;
	padding-bottom: 2%;
}
@media screen and (min-width : 1000px) {
#footer {
	display: flex;
	align-items:stretch;
	justify-content:center;
}
}
#footer a {
	  color: #222222;
}
.flex_item {
    padding: 2%;
    color:  #222;
}

.copy{
	background-color: #073547;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	padding-top: 2%;
	padding-bottom: 2%;
}
/* --------------------------------------------------
	table
-------------------------------------------------- */
table.brwsr {
margin: 0 auto;
width: 100%;
border: none;
border-top: solid 1px #666;
border-bottom: solid 1px #666;
border-collapse: separate;
border-spacing: 0 10px;
background: #f5f5f5;
}

table.brwsr th {
vertical-align: middle;
height: 53px;
width: 20%;
border-right: solid 1px #666;
text-align: center;
color: #333;
font-size: 1.1em;
font-weight: bold;
}

table.brwsr td {
padding-left: 2%;
height: 53px;
width: ;
border: none;
color: #666;
font-size: 1em;
vertical-align: middle;
white-space: nowrap;
overflow: hidden;
}


table.brwsr td.bar {
height: 1px;
width: 100%;
border-top: solid 1px #34495e;
}



.btn {
  display       : inline-block;
  border-radius : 0%;          /* 角丸       */
  font-size     : 1em;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 0.5em 2em;   /* 余白       */
  background    : #ff0000;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #ff0000;    /* 枠の指定 */
   margin: 10px;
}

.btn:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #ff0000;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}







.link_btn {
	overflow: hidden;
  list-style: none;
	
}

.link_btn li {
	float: left;
  width: 24%;
  text-align: center;
  background: #FF9900;  
  margin-right: 1%;
	border-radius:15px;
}

.link_btn li a {
  text-decoration: none;
  color: #fff;
  font-size: 0.8em;

}



/* 経営理念 */
.flex-container {
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	flex-direction: column;
}
@media screen and (min-width : 1000px) {
.flex-container {
	flex-direction: row;
}
}
.flex-item {
	margin: 0px auto;
	margin-bottom: 1%;
	width: 60%;padding: 1%;

	box-sizing: border-box;
	color: #222;
	}
@media screen and (min-width : 1000px) {
.flex-item {
	margin: 0px auto;
	margin-bottom: 0.5%;
	width: 21%;
	padding: 1%;
	box-sizing: border-box;
	color: #222;
	}}
.flex-item img{
	width: 60%;
}











/* --------------------------------------------------
	page-top
-------------------------------------------------- */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 100%;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 40px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}



/* --------------------------------------------------
	動き
-------------------------------------------------- */
.sa {
  opacity: 0;
  transition: all .5s ease;
}
 
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-100px, 0);
}
 
.sa--rl {
  transform: translate(100px, 0);
}
.sa--up {
  transform: translate(0, 100px);
}
.sa--down {
  transform: translate(0, -100px);
}


/* --------------------------------------------------
	form
-------------------------------------------------- */
#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	background-color: #fff;
}
table.formTable td, table.formTable th {
	border:1px solid #efefef;
	padding:10px;
}
table.formTable th {
	width:30%;
	font-weight:normal;
	background:#ccc;
	text-align:left;
	vertical-align:middle;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/

@media screen and (max-width:1000px) {
#formWrap {
	width:100%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:0px;
	border-bottom:0;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:90%;
	height:40px;
}
}
input[type="text"], textarea {
	width:100%;
	padding:1em;
    border: solid 1px #ccc;
    border-radius: 0;
}
input[type="email"], textarea {
	width:100%;
	padding:1em;
    border: solid 1px #ccc;
    border-radius: 0;
}
input, button, select, textarea {
    -webkit-appearance: none;
}

/* --------------------------------------------------
	slider
-------------------------------------------------- */

.slider {
	margin: 0 0 50px;
}
.slider img {
	width: 100%;
	height: auto;
}
.single-item {
	max-width: 600px;
	margin: 0 auto 50px;
}
.slick-prev::before, .slick-next::before {
	font-size: 24px;
}
.lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .slick-next {
	right: 20px;
	z-index: 99;
}
.lazy-item .slick-prev,
.thumb-item-nav .slick-prev,
.multiple-item .slick-prev,
.center-item .slick-prev {
	left: 15px;
	z-index: 100;
}
.single-item .slick-prev::before,
.single-item .slick-next::before {
	color: #666;
}
.slick-dots {
	bottom:-25px;
}
/* --------------------------------------------------
	レイアウト3並び2
-------------------------------------------------- */
.contents-wrap2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    margin: 0 auto;
    width: 98%;
    font-size: 0.9em;
}
.contents-box2 {
  margin-bottom: 1rem;
  padding: 1rem;
  width: 33%;
  background-color: #000;
    color:#fff;
    text-align: center;
}
.contents-box2 img {
  display: block;
  margin-bottom: 0.5em;
  width: 100%;
  height: auto;
}




/* 最後のコンテンツを左寄せにする指定 */
.contents-wrap2:after {
    content: "";
    display: block;
    width: 50%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
@media screen and (max-width: 768px) {
  .contents-wrap2 {
    flex-direction: column;
  }
  .contents-box2 {
    width: 100%;
  }
}



/* Q&A */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
}
.qa-list dl:first-child {
    border-top: 1px solid #e5e5e5;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 0.8em;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #ed7224;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #ed7224;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
    font-size: 0.8em;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}