@charset "utf-8";

/* ===========================================================

	Title: top.css
	Created: 2019-11-15
	
=========================================================== */
/*

	main-visual
	message

	
=========================================================== */
/* ===========================================================

	main-visual

=========================================================== */
.main-visual {
    position: relative;
    min-height: 600px;
    height: calc(100vh - 80px);
    margin: 80px 0 0 !important;
    background: url("../img/top/mainvisual.jpg") 50% 50% no-repeat;
    background-size: cover;
    overflow: hidden;
}

.main-visual h1 {
    position: absolute;
    top: 46%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    width: 100%;
}

.main-visual h1::after {
    display: none;
}

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

@media screen and (max-width: 767px) {
    .main-visual h1 {
        left: -5%;
        transform: translate(0, -50%);
        width: 110%;
    }
}

/* ===========================================================

	contents-style

=========================================================== */
/* ===========================================================

	section

=========================================================== */
.top__contents-style {
    width: auto;
    padding: 0;
    padding-bottom: 0;
    background: none;
    text-align: center;
}

.top__contents-style>section {
    clear: both;
    padding-top: 12vw;
    padding-bottom: 5vw;
    padding-left: calc(50% - 440px);
    padding-right: calc(50% - 440px);
    margin: 0 !important;
    text-align: left;
}

.top__contents-style>section:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 1200px) {
    .top__contents-style>section {
        padding: 120px 60px 60px;
    }
}

@media screen and (max-width: 767px) {
    .top__contents-style>section {
        padding: 120px 40px 60px;
    }
}

#policy,
#organization {
    background: url("../img/global/bg-curve__white--top.png") left top no-repeat;
    background-color: #e8e4dd;
    background-size: 100% auto;
}

#company {
    background: url("../img/global/bg-curve_brown--top.png") left top no-repeat;
    background-size: 100% auto;
}

/* ===========================================================

	news

=========================================================== */
.news_list span {
    flex: 0 0 auto;
}

.news_list li {
    display: flex;
    border-bottom: solid 1px #ddd;
    margin: 0 !important;
    padding: 16px 0;
}

.news_list li:last-child {
    border-bottom: none;
}

.news_list li a {
    text-decoration: none !important;
    color: #111111;
}

.news_list li a:hover {
    color: #c7000d;
}

.news_list .date {
    font-size: 16px;
    display: inline-block;
    margin-right: 2em;
    color: #c7000d;
}

.news_list .news_list__body {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.icon__pdf {
    width: 42px;
    height: 22px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px;
    margin-left: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #c7000d;
}

@media screen and (max-width: 767px) {
    .news_list li {
        flex-direction: column;
    }
}

.news_list_btn_wrap {
    text-align: right;
}

.news_list_btn {
    background: #e8e4de;
    border-radius: 100px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: auto;
    max-width: 220px;
    padding: 1rem 1rem 1rem 3rem;
    color: #c7000d;
    border: 1px solid #c7000d;
    transition: opacity .3s;
}

.news_list_btn:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: left 0.3s;
    width: 7px;
    height: 7px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.news_list_btn:hover {
    color: #c7000d;
    text-decoration: none;
    opacity: 0.6;
}

.news_list_btn:hover:after {
    left: 6rem;
}

/* ===========================================================

	message

=========================================================== */
.top__contents-style section#message {
    padding: 100px 0 80px;
    width: 880px;
    margin: 0 auto !important;
}

.message-photo {
    width: 280px;
    float: left;
    margin: 0 40px 490px 0;
}

@media screen and (max-width: 1200px) {
    .top__contents-style section#message {
        width: auto;
        padding: 120px 60px 60px;
    }
}

@media screen and (max-width: 767px) {
    .top__contents-style section#message {
        padding: 120px 40px 60px;
    }

    .message-photo {
        width: 280px;
        float: none;
        margin: 0 auto;
    }
}

#message .message__text p {
    font-size: 1.6rem;
    line-height: 2;
}

.message__name {
    text-align: right;
    padding-top: 2em;
}

.message__name em {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    padding: 0.1em 0 0;
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* ===========================================================

	policy

=========================================================== */
#policy {}

#policy section {
    padding: 60px 80px 80px;
    background-color: #fff;
    font-size: 1.6rem;
    line-height: 2;
    margin: 0 0 40px;
}

#policy ol {
    list-style: none;
    line-height: 1.2;
}

#policy ol li {
    font-size: 2.1rem;
    margin: 0 0 30px;
    padding-left: 55px;
    position: relative;
}

#policy ol li em {
    position: absolute;
    top: -7px;
    left: 0;
    background-color: #e1825e;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
}

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

/* ===========================================================

	organization

=========================================================== */
#organization {
    padding-bottom: 10vw;
}