@charset "UTF-8";
/*===============================================
画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
/*=========================
▼▼共通▼▼
===========================*/
.title_box {
	display: inline-block;
}
.title_box h2 {
	font-size: 37px;
	line-height: 1.3;
    margin-bottom: 9px;
}
.title_box p {
	font-size: 13px;
	line-height: 1.5;
    font-weight: bold;
}
/*=========================
▲▲共通▲▲
===========================*/
/* slider */
#slider {
	width: 100%;
	height: 807px;
    float: left;
	clear: both;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
}
#slider {
	width: 100%;
	height: 807px;
    float: left;
	clear: both;
	position: relative;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
}
#slider .slide {
	width: 100%;
    height: 807px;
    float: left;
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#slider .slide_01 {
	background-image: url(../img/index/slide_01.jpg);
}
#slider .slide_02 {
	background-image: url(../img/index/slide_02.jpg);
}
#slider .slide p.main_text {
	font-size: 63px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); 
}
/* PAGER */
.bx-wrapper .bx-pager {
	display: inline-block;
    width: auto;
    line-height: 0;
    position: absolute;
    right: 52px;
    bottom: 28px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	margin-bottom: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 8px;
	height: 8px;
	margin: 0 8px;
    border-radius: 50%;
    background-color: #fff;
}
#conts_topics {
	padding: 120px 0 163px;
}
#conts_topics .auto {
	width: 1070px;
}
#conts_topics .wrapper {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#conts_topics .title_box {
	display: inline-block;
	margin: auto auto auto 0;
}
#conts_topics .topics_list {
	display: inline-block;
    padding-top: 20px;
	margin: auto;
}
#conts_topics .topics_list li {
	line-height: 1.4;
}
#conts_topics .topics_list li .date {
	width: 105px;
	font-size: 14px;
	color: #f18b2c;
    padding-bottom: 20px;
	display: inline-block;
    vertical-align: top;
}
#conts_topics .topics_list li .title {
	width: 398px;
	display: inline-block;
    vertical-align: top;
}
#conts_topics .topics_list li .title a {
	position: relative;
    padding-bottom: 20px;
    display: inline-block;
    width: auto;
}
#conts_topics .topics_list li .title a::after {
	position: absolute;
	bottom: 14px;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #000;
	transition: .3s;
}
#conts_topics .topics_list li .title a:hover::after {
	width: 100%;
}
#conts_topics .btn {
	width: 237px;
	margin: auto 0 auto auto;
}

#conts_services {
    padding-top: 134px;
	z-index: 9;
	text-align: center;
}
#conts_services::before {
	content: "";
	display: block;
	width: 100%;
	height: 615px;
	background-image: url("../img/index/bg_01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
    z-index: -1;
}
#conts_services .title_box {
    margin-bottom: 87px;
}
#conts_services .bg_box {
    background-color: #fff;
	padding: 98px 85px 25px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#conts_services .bg_box .text_box {
    width: 412px;
	text-align: left;
    padding-bottom: 13px;
    margin: auto auto auto 0;
}
#conts_services .bg_box .text_box .sub_title {
    font-size: 13px;
    font-weight: bold;
	line-height: 1.3;
    margin-bottom: 12px;
}
#conts_services .bg_box .text_box h3 {
    width: 234px;
	margin-bottom: 14px;
}
#conts_services .bg_box .text_box .text {
	margin-bottom: 45px;
}
#conts_services .bg_box .text_box .btn {
	width: 237px;
}
#conts_services .bg_box .img {
    width: 560px;
	box-shadow:0px 2px 5px 2px rgba(0,0,0,0.08);
}
}
/*===============================================
画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
/*=========================
▼▼共通▼▼
===========================*/
.title_box h2 {
	font-size: 3rem;
	line-height: 1.3;
    margin-bottom: 4px;
}
.title_box p {
	font-size: 1.2rem;
	line-height: 1.5;
    font-weight: bold;
}
/*=========================
▲▲共通▲▲
===========================*/
#slider {
	width: 100%;
	height: 80vw;
    float: left;
	clear: both;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
    overflow: hidden;
}
#slider .slide {
	width: 100%;
	height: 80vw;
    float: left;
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#slider .slide_01 {
	background-image: url(../img/index/slide_01.jpg);
}
#slider .slide_02 {
	background-image: url(../img/index/slide_02.jpg);
}
#slider .slide p.main_text {
	font-size: 6.5vw;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); 
}
/* PAGER */
.bx-wrapper .bx-pager {
	display: inline-block;
    width: auto;
    line-height: 0;
    position: absolute;
    right: 5%;
    bottom: 22px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	margin-bottom: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 7px;
	height: 7px;
	margin: 0 6px;
    border-radius: 50%;
    background-color: #fff;
}
#contents {
	padding-top: 0;
}
#conts_topics {
	padding: 60px 0 70px;
}
#conts_topics .wrapper {
	width: 100%;
}
#conts_topics .title_box {
    text-align: center;
	margin-bottom: 24px;
}
#conts_topics .topics_list {
	margin-bottom: 32px;
}
#conts_topics .topics_list li {
	margin-bottom: 22px;
	line-height: 1.4;
}
#conts_topics .topics_list li:last-of-type {
	margin-bottom: 0;
}
#conts_topics .topics_list li .date {
	width: 100%;
	font-size: 1.4rem;
	color: #f18b2c;
	margin-bottom: 4px;
}
#conts_topics .topics_list li .title {
	width: 100%;
    height: 21px;
	font-size: 1.5rem;
	overflow-y: hidden;
    white-space: nowrap;
}
#conts_topics .btn {
	width: 250px;
	margin: 0 auto;
}

#conts_services {
    padding-top: 60px;
	z-index: 9;
	text-align: center;
}
#conts_services::before {
	content: "";
	display: block;
	width: 100%;
	height: 220px;
	background-image: url("../img/index/bg_01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
    z-index: -1;
}
#conts_services .title_box {
    margin-bottom: 48px;
}
#conts_services .bg_box {
    background-color: #fff;
	padding: 36px 24px 55px;
    position: relative;
}
#conts_services .bg_box .text_box {
    width: 100%;
	text-align: left;
    margin-bottom: 20px;
}
#conts_services .bg_box .text_box .sub_title {
    font-size: 1.2rem;
    font-weight: bold;
	line-height: 1.3;
    margin-bottom: 10px;
	letter-spacing: -.04em;
}
#conts_services .bg_box .text_box h3 {
    width: 210px;
	margin-bottom: 14px;
}
#conts_services .bg_box .text_box .text {
	margin-bottom: 34px;
}
#conts_services .bg_box .text_box .btn {
	width: 250px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); 
}
#conts_services .bg_box .img {
    width: 100%;
	box-shadow:0px 2px 3px 2px rgba(0,0,0,0.08);
    margin-bottom: 28px;
}
}




















