@charset "utf-8";

.kv.kv__top {
    height: 0;
    padding-top: 33.6%;
    background: url(/insurance/assets/img/key01.jpg) center center no-repeat;
    background-size: cover;
}

.message.content {
    padding: calc(86 / 1000 * 100%) 0;
}
.message__box--title {
    background-color: #ff687a;
}
.message__box--title:hover {
    background-color: #f54f58;
}

.ourmenu {
    background-color: #ffffff;
}
.ourmenu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.ourmenu__link {
    position: relative;
    padding: 3rem 1rem;
    width: calc(440 / 1000 * 100%);
    background-color: #ff687a;
    color: #fefefe;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    transition: opacity .3s linear;
}
@media screen and (max-width: 768px) {
    .ourmenu__link  {
        padding: 4vw 1.33vw;
        font-size: 3.2vw;
    }
}
.ourmenu__link:after {
    content: "";
    position: absolute;
    right: 5%;
    top: 50%;
    width: 15px;
    height: 15px;
    border-top: 1px solid #fefefe;
    border-right: 1px solid #fefefe;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}
.ourmenu__link:hover {
    opacity: 0.7;
}

/* ---------- staff_area ----------*/

.staff-area {
    padding: calc(83 / 1000 * 100%) 0 calc(100 / 1000 * 100%) 0;
    width: 100%;
    background-color: #eee;
}

.staff-slider li img {
	margin-top: auto;
	margin-bottom: auto;
	width: 160px;
	height: 160px;
}

#staff_area .inner {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#staff_area .leftFade {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 330px;
	background: linear-gradient(90deg, rgba(238, 238, 238, 1), rgba(10, 10, 10, .0));
	z-index: 200;
}

#staff_area .rightFade {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	height: 330px;
	background: linear-gradient(-90deg, rgba(238, 238, 238, 1), rgba(10, 10, 10, .0));
	z-index: 200;
}

#staff_area .inner h3 {
	letter-spacing: -0.01em;
}

.ordermade {
    background-color: #eee;
}
.ordermade__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    border: 1px solid #ff687a;
    background: #ff687a;
    overflow: hidden;
}
.ordermade__item--image {
    width: 45%;
}
.ordermade__item--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    width: 55%;
    padding: 1vw calc(20 / 1000 * 100%);
    text-align: center;
}
.ordermade__title {
    font-size: 2.4rem;
}
@media screen and (max-width: 1000px) {
    .ordermade__title  {
        font-size: 2vw;
    }
}
.ordermade__text {
    font-size: 1.5rem;
}
@media screen and (max-width: 1000px) {
    .ordermade__text  {
        font-size: 1.4vw;
    }
}
.ordermade__link {
    display: block;
    position: relative;
    margin: 1rem auto 0;
    padding: 0.7rem 0;
    width: calc(300 / 500 * 100%);
    border: 1px solid #fff;
    color: #fff;
    transition: background-color .3s linear, color .3s linear;
}
.ordermade__link:hover {
    background-color: #fff;
    color:  #ff687a;
}
.ordermade__link:after {
    content: "";
    position: absolute;
    right: 5%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fefefe;
    border-right: 1px solid #fefefe;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}


.casefile {
    margin: 0 0 calc(100 / 1000 * 100%);
    background: #dedede;
}
.casefile__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto calc(60 / 1000 * 100%);
}
.casefile__box {
    display: block;
    position: relative;
    margin: 0 calc(50 / 1000 * 100%) calc(50 / 1000 * 100%) 0;
    width: calc(300 / 1000 * 100%);
    border: 1px solid #ff687a;
    background: url(/insurance/assets/img/arrow.png) center center no-repeat;
    background-position: 94% 50%;
}
.casefile__box:nth-of-type(3n) {
    margin-right: 0;
}
.casefile__box:nth-last-child(-n+3) {
    margin-bottom: 0;
}
.casefile__box a {
    display: block;
    padding: calc(27 / 300 * 100%);
    width: 100%;
    color: #040000;
    transition: opacity .3s linear;
}
.casefile__box a:hover {
    opacity: 0.7;
}
.casefile__title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 1vw 0;
}
@media screen and (max-width: 768px) {
    .casefile__text {
        font-size: 1.73vw;
    }
}
.casefile__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (max-width: 768px) {
    .casefile__detail {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.casefile__detail img {
    margin: 0 calc(10 / 300 * 100%) 0 0;
    width: calc(130 / 300 * 100%);
    background-color: #ff687a;
}
.casefile__text {
    line-height: 1.85;
    font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
    .casefile__text {
        font-size: 1.73vw;
    }
}
.casefile__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.casefile__more a {
    display: inline-block;
    position: relative;
    margin: 0 calc(20 / 1000 * 100%) 0 0;
    background-color: #ff687a;
    width: calc(300 / 1000 * 100%);
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 2.4;
    text-align: center;
    transition: opacity .3s linear;
}
@media screen and (max-width: 768px) {
    .casefile__text {
        font-size: 1.73vw;
    }
}
.casefile__more a:last-child {
    margin: 0;
}
.casefile__more a:hover {
    opacity: 0.7;
}
.casefile__more a:after {
    content: "";
    position: absolute;
    right: 5%;
    top: 50%;
    width: 1rem;
    height: 1rem;
    border-top: 1px solid #fefefe;
    border-right: 1px solid #fefefe;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}


.vision {
    position: relative;
    padding: calc(83 / 1000 * 100%) 0 calc(100 / 1000 * 100%) 0;
    width: 100%;
    background-color: #dedede;
}
.vision__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.vision__box {
    display: inline-block;
    margin: 0 calc(42 / 1000 * 100%) 0 0;
    padding: calc(27 / 1000 * 100%);
    width: calc(435 / 1000 * 100%);
    background: #ff687a;
    color: #fff;
    text-align: center;
}
.vision__box:last-child {
    margin: 0;
}
.vision__title {
    font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
    .vision__title  {
        font-size: 3.2vw;
    }
}
.vision__text {
    font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
    .vision__text  {
        font-size: 1.73vw;
    }
}
.vision__link {
    display: block;
    position: relative;
    margin: 1rem auto 0;
    padding: 0.7rem 0;
    width: calc(300 / 500 * 100%);
    border: 1px solid #fff;
    color: #fff;
    transition: background-color .3s linear, color .3s linear;
}
.vision__link:hover {
    background-color: #fff;
    color:  #ff687a;
}
.vision__link:after {
    content: "";
    position: absolute;
    right: 5%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fefefe;
    border-right: 1px solid #fefefe;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}

.staff {
    background-color: #eee;
}
.slick-slider {
    margin: 0 0 calc(60 / 1000 * 100%);
}
.slick-slider::before,
.slick-slider::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: calc(220 / 1000 * 100%);
    height: 100%;
    z-index: 200;
}
.slick-slider::before {
    left: 0;
    background: linear-gradient(
        90deg,
        rgba(238, 238, 238, 1),
        rgba(10, 10, 10, 0)
    );
}
.slick-slider::after {
    right: 0;
    background: linear-gradient(
        90deg,
        rgba(10, 10, 10, 0),
        rgba(238, 238, 238, 1)
    );
}
@media screen and (max-width: 768px) {
    .slick-slider::before,
    .slick-slider::after {
        display: none;
    }
}
.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
}
.slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 18px;
    padding: 25px;
    border: 1px solid #ff687a;
    background: #fff;
    width: calc(460 / 1000 * 100vw) !important;
    max-width: 460px !important;
    height: inherit !important;
}
@media screen and (max-width: 768px) {
    .slick-slide {
        width: calc(90vw - 40px) !important;
    }
}
.staff__slider-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.staff__slider-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(160 / 410 * 100%);
    max-width: 160px;
    margin: 0 calc(20 / 410 * 100%) 0 0;
}
.staff__slider-comment {
    width: calc(230 / 410 * 100%);
}
.staff__slider-name {
    font-size: 2rem;
}
@media screen and (max-width: 768px) {
    .staff__slider-name {
        font-size: 2.67vw;
    }
}
.staff__slider-detail {
    padding: 0 0 calc(20 / 460 * 100%);
}
.staff__slider-detail,
.staff__slider-text {
    font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
    .staff__slider-detail,
    .staff__slider-text {
        font-size: 1.73vw;
    }
}
.staff__slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 768px) {
    .staff__slider-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.staff__nav-item {
    width: calc(125.7 / 1000 * 100%);
    margin: 0 calc(20 / 1000 * 100%) calc(20 / 1000 * 100%) 0;
    padding: calc(4 / 1000 * 100%);
    border: 1px solid #ff687a;
    background: #fff;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.3s linear;
}
.staff__nav-item:nth-of-type(8n) {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .staff__nav-item {
        width: calc(220 / 1000 * 100%);
    }
    .staff__nav-item:nth-of-type(4n) {
        margin-right: 0;
    }
    .staff__nav-item:nth-last-child(4n)
        ~ .staff__nav-item:nth-last-child(-n + 4) {
        margin-bottom: 0;
    }
}
.staff__nav-item:hover {
    opacity: 0.7;
}
.staff__nav-name {
    font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
    .staff__nav-name {
        font-size: 2vw;
    }
}
.staff__slider-prev,
.staff__slider-next {
    width: calc(100 / 900 * 24 * 1vw);
    max-width: 24px;
    height: calc(100 / 900 * 36 * 1vw);
    cursor: pointer;
}
.staff__slider-prev {
    position: absolute;
    top: 50%;
    left: 0;
    background: url(/insurance/assets/img/icon_left.png) no-repeat 50% 0;
    background-size: contain;
    transform: translate(0, -50%);
    z-index: 300;
}
.staff__slider-next {
    position: absolute;
    top: 50%;
    right: 0;
    background: url(/insurance/assets/img/icon_right.png) no-repeat 50% 0;
    background-size: contain;
    transform: translate(0, -50%);
    z-index: 300;
}