@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*トップページの指定
*/

.home #contents > .inner { /* トップページ幅 100% */
    width: 100%;
    max-width: 100%;
}
.topinner { /* コンテンツは1000pxに */
    width: 1000px;
    margin: 0 auto;
    max-width: 96%;
}
/* tinyMCE用に見出しをリセット */
.toppage h3, .toppage h4, .toppage h5 {
    background: none;
    border: none;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
.toppage h3::before, .toppage h3::after, .toppage h4::before, .toppage h4::after, .toppage h5::before, .toppage h5::after {
    display: none;
}
/*==========================
	　mainimage
==========================*/

/*-- スライダーの時 ------------*/

.slider {
}
.slick-slide img {
    margin: 0 auto;
}
button.slick-arrow { /* 矢印ボタン */
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 16px;
    text-indent: -9px;
    z-index: 1;
}
button.slick-arrow:hover {
    cursor: pointer;
    opacity: 0.7;
}
button.slick-prev { /* 矢印（前へ）ボタン */
    background: url(img/btn_prev.png) no-repeat;
    left: 18%;
    margin-left: -16px;
}
button.slick-next { /* 矢印（次へ）ボタン */
    background: url(img/btn_next.png) no-repeat;
    right: 18%;
    margin-right: -16px;
}

@media screen and (max-width: 1650px) {
button.slick-prev {
    left: 13.7%;
}
button.slick-next {
    right: 13.7%;
}
}

@media screen and (max-width: 1400px) {
button.slick-prev {
    left: 8%;
}
button.slick-next {
    right: 8%;
}
}

@media screen and (min-width: 1200px) {
.slick-track {
}
.slick-slide:not(.slick-center) { /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
}
}
/*==========================
	汎用に使えるボタン
==========================*/
.btn-style { text-align:center; }
.btn-style a {
	background: #fff;
  border: 1px solid #003585;
	width:100%;
	max-width:280px;
	padding:0.6em 1em;
	text-align:center;
	color:#003585;
	display:inline-block;
	text-decoration:none;
	line-height:1.2;
	box-sizing:border-box;
	font-size:18px;
	position:relative;
  transition: 200ms;
}
.btn-style a::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 13px;
	bottom: 0;
	margin: auto;
	width:8px;
	height:8px;
	border-top: 2px solid #003585;
	border-right: 2px solid #003585;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: 200ms;
}
.btn-style a:hover {
  background: #003585;
  color: #fff;
 	cursor:pointer;
}
.btn-style a:hover:after {
	right: 10px;
  border-color: #fff;
}
.under .btn-style a {
	width:auto;
  display: block;
  margin: 0 auto;
}
/*==========================
	loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 180px;
    overflow: hidden;
    position: absolute;
}
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 180px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider ul {
    height: 180px;
    float: left;
    overflow: hidden;
}
.loopSlider ul li {
    width: 250px;
    height: 180px;
    float: left;
    display: inline;
    overflow: hidden;
}
.loopSlider ul li img {
    width: 100%;
}
/*==========================
	　TOP コンテンツ
==========================*/
/* リンクボックス */
.box_link {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
.box_link a {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   text-indent: -9999px;
   transition: 200ms;
}
/*----------------------*/
.top .mainblock a {
    text-decoration: none;
}
.top .mainblock a:hover {
}
.sec_news {
    padding: 4em 0;
}
.sec_news .news {
    position: relative;
    box-sizing: border-box;
}
.news dd a {
    text-decoration: none;
    color: #333;
}
.sec_news .news dt {
  padding: 12px 5px;
  width: 100px;
  float: left;
  clear: both;
  color: #333;
}
.sec_news .news dd {
    padding: 12px 5px;
    border-bottom: 1px solid #ccc;
}
.sec_news .news dt + dd{
  padding-left: 120px;
}
.sec_news .news dd a:hover {
    text-decoration: underline;
}
.sec_news .news .btn a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
}
.sec_news .news h3 {
    font-size: 30px;
    color: #282828;
    letter-spacing: 0.1em;
    position: relative;
    padding: 0 10px 7px 0;
    border-bottom: 1px solid #666666;
    margin: 0 auto 10px;
    box-sizing: border-box;
}
.sec_news .news .btn a {
    position: absolute;
    top: 4px;
    right: 0;
    color: #fff;
    font-size: 14px;
    background: #003585;
    display: table;
    padding: 1px 15px 0;
    line-height: 1.8;
}
.sec_news .news .btn a:after {
    content: " >";
    font-weight: bold;
}

.top h2{
    letter-spacing: 0.05em;
  font-size: 34px;
  text-align: center;
  padding: 50px 0 0;
  margin-bottom: 1em;
  position: relative;
}
.top h2:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 34px;
  background: url(img/h2.png);
}
.top h2 span{
  display: block;
  font-size: 12px;
  color: #666666;
  padding: 0.5em 0;
  position: relative;
}
.top h2 span:before,.top h2 span:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 14px;
  height: 1px;
}
.top h2 span:after{
  bottom: 0;
  background: #ed692a;
}
.top h2 span:before{
  bottom: 3px;
  background: #003585;
}

.sec02{
  background: url(img/bg_img007.jpg) no-repeat center;
  background-size: cover;
  padding: 4% 0;
}
.sec02 .list1{
  list-style: none;
  margin-bottom: 1em;
}
.sec02 .list1 li{
  padding-left: 1.1em;
  position: relative;
  vertical-align: bottom;
}
.sec02 .list1 li:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background: #003585;
  border-radius: 50%;
  width: 1em;
  height: 1em;
}
.sec02 .list1 li span{
  text-decoration: underline;
  color: #ee6534;
}
.sec02 .txt-box{
  background: #fff;
  text-align: center;
  padding: 4%;
  margin-bottom: 1.5em;
}
.sec02 .txt-box h4{
  color: #ee6534;
  margin-bottom: 0.5em;
}
.sec02 .txt-box p{
  font-size: 24px;
  margin: 0;
  line-height: 1.6;
}
.sec02 .list2{
  width: 100%;
  list-style: none;
  margin-top: 1em;
}
.sec02 .list2 li{
  margin-bottom: 1em;
}
.sec03{
  padding: 4% 0 0;
}
.sec03 p{
  font-size: 24px;
  text-align: center;
  color: #003585;
}
.sec03 .content .con_l,.sec03 .content .con_r{
  padding: 4% 0;
}
.sec03 .content h3{
  text-align: center;
  color: #003585;
  font-size: 18px;
  padding-bottom: 0.4em;
  margin-bottom: 1.5em;
  position: relative;
}
.sec03 .content h3 span{
  font-size: 48px;
  line-height: 1.2;
}
.sec03 .content h3:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg,transparent 0%,#003585 50%,transparent 100%);
}
.sec04{
  padding: 4% 0;
}
.sec04 .topinner:first-child{
  margin-bottom: 1em;
}
.sec04 .column{
  background: #e6f0ff;
  border-radius: 15px;
}
.sec04 ul{
  padding: 1.5em;
  margin-bottom: 0.5em;
}
.sec04 ul li{
  padding: 0.2em 0 0.2em 1.8em;
  border-bottom: 1px solid #bfcad9;
  position: relative;
}
.sec04 ul li:before{
  content: '';
  position: absolute;
  top: 9px;
  left: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #003585;
}
.sec04 ul li a:hover{
  color: #ee6534;
}
.sec05_1{
  padding: 4% 0;
}
.sec05_2{
  padding: 4% 0;
}
.sec05 ul li a:hover{
  color: #ee6534
}
.sec05_2 ul{
  width: 100%;
  margin-bottom: 1.5em;
}
.sec05 ul li{
  padding: 0.2em 0 0.2em 1.1em;
  border-bottom: 1px solid #a39a8f;
  position: relative;
}
.sec05 ul li:before{
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #003585;
}
.sec06{
  padding: 4% 0 0;
}
.fb_box{
  text-align: center;
}
@media screen and (max-width:1200px) {
}

@media screen and (max-width:1000px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (min-width: 768px) {
.slick-track {
   height: 918px;
}
.slick-slide img {
   margin: 0 auto;
   height: 100%;
   width: auto !important;
   max-width: inherit;
   left: 50%;
}
.mainimage li:nth-child(1) {
background:url(img/mainimage01.jpg) no-repeat center;
background-size: cover;
}
.mainimage li:nth-child(2) {
background:url(img/mainimage02.jpg) no-repeat center;
background-size: cover;
}
.mainimage li:nth-child(3) {
background:url(img/mainimage03.jpg) no-repeat center;
background-size: cover;
}

.mainimage {
   background: none;
   margin: 0;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 0;
   z-index: -1;
}
.home .main_wrap {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   z-index: -1;
}
.home #contents {
   padding-top: 742px;
}

/*
.columns .column {
    width: 49%;
    -webkit-box-flex-basis: 49%;
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
}*/
.columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.column{
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
box-sizing: border-box;
}
.columns:not(:last-child){
margin-bottom: 2%;
}
.col_2{
width: 49%;
}
.col_3{
width: 32%;
}
.col_4{
width: 23.5%
}
.col_2:not(:nth-child(2n+1)){
margin-left: 2%;
}
.col_3:not(:nth-child(3n+1)){
margin-left: 2%;
}
.col_4:not(:nth-child(4n+1)){
margin-left: 2%;
}

.con_l,.con_r{
	width: 49%;
}
.con_r{
	margin-left: 2%;
}
.sec02 .list2 li{
  float: left;
  width: 32%;
}
.sec02 .list2 li:not(:first-child){
  margin-left: 2%;
}
.content1{
  border-top: 1px solid #e6e9f3;
  background: url(img/bg_img001.jpg) no-repeat 70%;
  background-size: cover;
}
.content2{
  background: url(img/bg_img002.jpg) no-repeat 20%;
  background-size: cover;
}
.content3{
  background: url(img/bg_img003.jpg) no-repeat 85%;
  background-size: cover;
}
.content4{
  background: url(img/bg_img004.jpg) no-repeat 40%;
  background-size: cover;
}
.content5{
  background: url(img/bg_img005.jpg) no-repeat 65%;
  background-size: cover;
}
.content6{
  background: url(img/bg_img006.jpg) no-repeat 25%;
  background-size: cover;
  border-bottom: 1px solid #e6e9f3;
}

.content1 .con_l,.content3 .con_l,.content5 .con_l{
  background: linear-gradient(90deg,#fff 80%,transparent 100%);
}
.content2 .con_r,.content4 .con_r,.content6 .con_r{
  background: linear-gradient(-90deg,#fff 80%,transparent 100%);
}
.sec03 .topinner{
  max-width: 100%;
}
.sec03 .content .con_l,.sec03 .content .con_r{
  width: 50%;
}
.sec03 .content .con_l{
  padding-right: 10%;
}
.sec03 .content .con_r{
  padding-left: 10%;
}
.sec04 .topinner:first-child{
  width: 800px;
}
.sec05_1{
  background: url(img/bg_img008.jpg) no-repeat center;
  background-size: cover;
}
.sec05_2{
  background: url(img/bg_img009.jpg) no-repeat center;
  background-size: cover;
}
}

/********************************
	Responsive
*********************************/

@media screen and (min-width: 768px) and (max-width: 1280px) {
/* 程よいブラウザサイズでメインイメージを縮小 */
.slick-track {
   height: 600px;
}
.home #contents{
  padding-top: 410px;
}
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
}

@media screen and (max-width: 1041px) {
}

@media screen and (max-width: 767px) {
.btn-style a {
    margin: 0 auto 10px;
    font-size: 14px !important;
}
.btn-style.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
}
/* スマホ */
.topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
}
/*==========================
      　mainimage
  ==========================*/
.mainimage, .slider {
    margin-bottom: 0;
}
.mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
}
/*==========================
      新着情報
  ==========================*/
#main .news {
    margin-bottom: 1.5em;
    position: relative;
}
#main .news h3 .subtitle {
    font-size: 12px;
    margin-left: 0;
}
.sec_news {
    padding: 2em 0;
}
#main .news dt {
    padding: 0;
}
#main .news dd {
    padding: 0 0 10px;
}
#main .news .btn a {
    font-size: 12px;
}
/*==========================
      電話ボタン
  ==========================*/
#main > .telbtn {
    margin-bottom: 1.2em;
}
.telbtn {
    text-align: center;
    margin-bottom: 1em;
}
.telbtn a {
    background: #ff0000;
    text-align: center;
    width: 280px;
    max-width: 100%;
    color: #fff;
    display: inline-block;
    padding: 10px 5px 10px;
    text-decoration: none;
    font-size: 24px;
    box-sizing: border-box;
    letter-spacing: 0.08em;
    border-radius: 4px;
    line-height: 1.2em;
}
.telbtn a .subtxt {
    font-size: 14px;
    display: block;
    margin-bottom: 1px;
}
.telbtn a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}
/*==========================
      loop
  ==========================*/
.loopSlider {
}
.loopSlider ul {
}
.loopSlider ul li {
}
/*==========================
      　TOP コンテンツ
  ==========================*/
  /*-- 余白・背景 --------------*/
  /*-- 見出し --------------*/
.top h2 {
  font-size: 21px;
}
.sec_news .news dt {
    width: 100%;
}
.sec_news .news h3 {
  font-size: 21px;
}
.sec04 .column{
  max-width: 320px;
  margin: 0 auto 1em;
}
.sec05{
  background: url(img/bg_img008.jpg) no-repeat center;
  background-size: cover;
}

}

@media screen and (max-width: 420px) {
}

@media screen and (max-width: 320px) {
/* スマホ320px */
}


/* blog */
.blog-block #main {
    float: left;
    width: 72%;
}
.blog-block #aside {
    float: right;
    width: 24%;
}

.post-type-blog h4,
.post-type-voice h4 {
    font-size: 20px;
    font-weight: bold;
  padding-bottom: 0.45em;
  border-bottom: 2px solid #003585;
  margin-bottom: 0.85em;
  margin-top: 1.5em;
}
.post-type-blog h5,
.post-type-voice h5 {
    font-size: 18px;
    font-weight: bold;
    display: table;
    position: relative;
    padding: 4px 10px 4px 2.5em;
    line-height: 1.5;
    margin-bottom: 0.8em;
    margin: 10px 0 10px;
}
.post-type-blog h5::before,
.post-type-voice h5::before {
	position:absolute;
	content:"◆◆";
	top: 0;
  left: 0;
  bottom: 0;
  display: block;
  margin: auto;
	border-radius:50%;
  color: #003585;
  letter-spacing: -5px;
  font-size: 125%;
}
.post-type-blog h6,
.post-type-voice h6 {
    font-size: 17px;
    font-weight: bold;
  margin-top: 1.2em;
  margin-bottom: 0.85em;
  color: #003585;
}

@media screen and (max-width: 767px) {
.blog-block #main,
.blog-block #aside {
    float: none;
    width: 100%;
}
}
