@charset "utf-8";
header{
    position: relative;
    z-index: 9;
}
.slick-slider{
    margin-top: -77px;
    z-index: 1;
}
.btn__gray a {
    border-radius: 50px;
    padding: 15px 45px;
    display: inline-block;
    background: url("../images/works/list06.png") no-repeat center right 15px #dcdcdc;
    background-size: 10px auto;
}
@media screen and (max-width: 768px) {
.btn__gray a {
    padding: 12px 20px;
    background: url(../images/works/list06.png) no-repeat center right 10px #dcdcdc;
    background-size: 7px auto;
    min-width: 120px;
    text-align: center;
    width: 50%;
}
}

/* business */
.subttl {
    background: url(../images/img_slash.png) no-repeat left top 6px;
    padding-left: 22px;
    font-weight: bold
}
.txt_blue {
    color: #1db8cd;
}
.bus__org, .bus__blue, .bus__grn {
    box-shadow: 0 0 5px #ccc;
    text-align: center;
}
.bus__org a, .bus__blue a, .bus__grn a {
    display: block;
    padding: 45px;
    height: 100%;
}
.bus__org .en, .bus__blue .en, .bus__grn .en {
    display: inline-block;
    padding: 7px;
    font-weight: bold;
    color: #fff;
    width: 165px;
}
.bus__org .en {
    background: #ed6d34;
}
.bus__blue .en {
    background: #1db8cd;
}
.bus__grn .en {
    background: #80c269;
}
.btn__s__org, .btn__s__blue, .btn__s__grn {
    display: inline-block;
    padding: 10px;
    font-weight: bold;
    width: 180px;
    border-radius: 50px;
    color: #000 !important;
}
.btn__s__org {
    border: 2px solid #ed6d34;
}
.btn__s__blue {
    border: 2px solid #1db8cd;
}
.btn__s__grn {
    border: 2px solid #80c269;
}
.bus__org a:hover, .bus__blue a:hover, .bus__grn a:hover {
    color: #fff;
    opacity: 1;
}
.bus__org a:hover {
    background: #ed6d34;
}
.bus__blue a:hover {
    background: #1db8cd;
}
.bus__grn a:hover {
    background: #80c269;
}
.bus__org a:hover .en, .bus__blue a:hover .en, .bus__grn a:hover .en {
    background: #fff;
}
.bus__org a:hover .en {
    color: #ed6d34;
}
.bus__blue a:hover .en {
    color: #1db8cd;
}
.bus__grn a:hover .en {
    color: #80c269;
}
a:hover .btn__s__org, a:hover .btn__s__blue, a:hover .btn__s__grn {
    background: #fff;
}

@media screen and (max-width: 768px) {
.bus__org a, .bus__blue a, .bus__grn a {
    padding: 40px 30px;
}
.txt_blue {
    color: #1db8cd;
    text-align: center;
}
.subttl {
    text-align: center;
    background: none;
    padding-left: 0;
}
}
/* news */
.bg__gray {
    background: #fbfbf7;
}
.tbl_a {
    width: 90%;
    margin: 3% auto;
}
.tbl_a th, .tbl_a td {
    padding: 25px;
}
.tbl_a th {
    color: #1db8cd;
    font-weight: bold;
}
.btn__s__gray a {
    display: inline-block;
    padding: 13px 13px 13px 25px;
    font-weight: bold;
    width: 200px;
    border-radius: 50px;
    background: #dcdcdc;
    position: relative;
    text-align: center;
}
.btn__s__gray a::after {
    content: "\f04b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.2rem;
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
.tbl_a {
    width: 100%;
}
.tbl_a th {
    padding-bottom: 0;
}
.tbl_a th, .tbl_a td {
    padding: 12px;
    display: block;
}
}
/*  */
.tbl_b {
    border-top: 1px solid #aaaaaa;
}
.tbl_b th, .tbl_b td {
    padding: 30px 20px;
    border-bottom: 1px solid #aaaaaa;
}
.tbl_b th {
    font-weight: bold;
    background: #fbfbf7;
}

@media screen and (max-width: 768px) {
.tbl_b th {
    width: 35%;
}
.tbl_b td {
    width: 65%;
}
.tbl_b td img {
    width: 50%;
}
.tbl_b th, .tbl_b td {
    padding: 18px 14px;
}
}
/* contact */
.line__b__blue {
    border-bottom: 3px solid #1db8cd;
}
.contact {
    background: #d4edfa;
    padding: 3% 5%;
    text-align: center;
    width: 90%;
    margin-left: 5%;
}
.contact .ttl {
    background: #1db8cd;
    padding: 1%;
    color: #fff;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
.contact {
    width: 100%;
    margin-left: 0;
    padding: 3% 6% 9% 6%;
}
}
/* 共通 */
#page_top {
    position: fixed;
    z-index: 9999;
    right: 3%;
    bottom: 5%;
}

@media screen and (max-width: 768px) {
.icon {
    max-width: 20px;
}
}
/* footer */
footer {
    background: #1db8cd;
    color: #fff;
}
footer a {
    color: #fff;
}
footer li {
    padding: 8px 22px;
}

@media screen and (max-width: 768px) {
.flex-container.sp_cl > div:nth-child(2) {
    margin-bottom: 0!important;
}
.flex-container.sp_cl > div:nth-child(3) {
    margin-top: 0!important;
}
#page_top {
    max-width: 16%;
}
}
/*----------------------------
* メニュー開閉ボタン
*----------------------------*/

.nav {
    display: block;/*none*/
}

/* PC 表示に移植　ここから */
.nav_toggle.show {
    position: fixed;
    top: 3.5%;
}
.nav_toggle {
    display: block;
    width: 4.5rem;
    height: 2.75rem;
    position: absolute;
    right: 5%;
    top: 30%;
    z-index: 9999;
}
.nav_toggle i {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #1db8cd;
    position: absolute;
    transition: transform .5s, opacity .5s;
}
.nav_toggle i:nth-child(1) {
    top: 0;
}
.nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
}
.nav_toggle i:nth-child(3) {
    bottom: 0;
}
.nav_toggle.show i:nth-child(1) {
    transform: translateY(5px) rotate(-45deg);
    background: #fff;
}
.nav_toggle.show i:nth-child(2) {
    opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
    transform: translateY(-18px) rotate(45deg);
    background: #fff;
}
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    background: rgb(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    z-index: 1;
}
.nav.show {
    opacity: 1;
    visibility: visible;
}
.nav_menu_li {
    padding: 13px 0;
}

/* PC 表示に移植　ここまで */


@media screen and (max-width: 768px) {
.nav {
    display: block;
}
header {
    position: relative;
}
header h1 {
    max-width: 73%;
    margin: auto;
}
.nav_toggle {
    display: block;
    width: 2.5rem;
    height: 1.5rem;
    position: absolute;
    right: 5%;
    top: 30%;
    z-index: 9999;
}
.nav_toggle i {
    display: block;
    width: 100%;
    height: 2.75px;
    background-color: #1db8cd;
    position: absolute;
    transition: transform .5s, opacity .5s;
}
.nav_toggle i:nth-child(1) {
    top: 0;
}
.nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
}
.nav_toggle i:nth-child(3) {
    bottom: 0;
}
.nav_toggle.show i:nth-child(1) {
    transform: translateY(3px) rotate(-45deg);
    background: #fff;
}
.nav_toggle.show i:nth-child(2) {
    opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
    transform: translateY(-9px) rotate(45deg);
    background: #fff;
}
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    background: rgb(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    z-index: 1;
}
.nav.show {
    opacity: 1;
    visibility: visible;
}
.nav_menu_li {
    padding: 15px 0;
}
}
/* slick */
.slick-slide img {
    width: 100% !important;
}
.slick-slide {
    position: relative;
}
.slick-slide .text_oroshi,.slick-slide .text_haken,.slick-slide .text_media {
    position: absolute;
    text-align: right;
    bottom: 7%;
    width: 100%;
    box-sizing: border-box;
}
.slick-slide .text_haken {
    text-align: left;
}
.slick-slide .text_oroshi a,.slick-slide .text_haken a,.slick-slide .text_media a{
    padding: 10px 10%;
    width: 100%;
	display: block;
	transition: all .3s ease 0s;
	}
.slick-slide .text_oroshi a{
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(203,251,217,0.5) 50%);
	background-position: 0 0;
	background-size: 200% auto;
}
.slick-slide .text_haken a{
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(250,225,230,0.5) 50%);
	background-position: 0 0;
	background-size: 200% auto;
}
.slick-slide .text_media a{
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(255,223,125,0.5) 50%);
	background-position: 0 0;
	background-size: 200% auto;
}
.slick-slide .text_oroshi a:hover,.slick-slide .text_haken a:hover,.slick-slide .text_media a:hover {
	cursor: pointer;
	background-position: -100% 0;
	color: #fff;
	opacity: 1;
}
.slick-slide .text_oroshi img,.slick-slide .text_haken img,.slick-slide .text_media img {
    width: auto !important;
    display: inline-block !important;
}
@media screen and (max-width: 768px) {
	.slick-slide .text_oroshi,.slick-slide .text_haken,.slick-slide .text_media {
    display: none;
}
}