@charset "UTF-8";

br.pc {
    display: none;
}

br.sp {
    display: block;
}

.inner__Large {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    padding-left: 70px;
    padding-right: 30px;
    padding-bottom: 70px;
}

.inner__Middle {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    padding-left: 70px;
    padding-right: 30px;
    padding-bottom: 70px;
}

.inner__Middle_common {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
}

.inner__Large_pr {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
}

.inner__Middle_pr {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
}

section#home__image {
    position: relative;
    display: block;
    background-image: url('../images/common/home__image_l.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 660px;
    margin-top: -70px;
}

section#home__image__bg {
    position: relative;
    height: 660px;
}

section#home__image .catch__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

section#home__image .catch__box h1.logo__seon__home {
    display: block;
    background-image: url('../images/header/logo__black.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 260px;
    height: 43px;
    margin-left: auto;
    margin-right: auto;
}

.leftFixed {
    position:absolute;
    top:0;
    left:0;
    height: 100%;
    min-height: 550px;
}

.leftFixed h2.contents__title {
    position: sticky;
    top: 0;
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: .3em;
    writing-mode: vertical-rl;
    padding-top: 70px;
    padding-left: 10px;
    padding-bottom: 45px;
}

.common__titleBox {
    display: block;
    position: relative;
    background-image: url('../images/common/common__title.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: calc(100% - 20px);
    min-height: 70px;
    padding-top: 7.7777%;
    margin-left: 10px;
    margin-right: 10px;
}

.contact__titleBox h2,
.common__titleBox h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .3em;
}

.decoration__image01 {
    background-image: url('../images/common/decoration0001.jpg');
    background-size: cover;
    background-position: top;
    height: 160px;
}

.decoration__image02 {
    background-image: url('../images/common/decoration0002.jpg');
    background-size: cover;
    background-position: top;
    height: 160px;
}

.decoration__image03 {
    background-image: url('../images/common/decoration0003.jpg');
    background-size: cover;
    background-position: top;
    height: 160px;
}

.decoration__image01,
.decoration__image02,
.decoration__image03 {
    position: relative;
    height: 160px;
}

/* せおんの経営理念 */

/* 事業方針 */

.policy__contents_flex {
	position: relative;
	width: 100%;
}

.policy__contents_headline {
	width: 100%;
	margin-bottom: 30px;
}

.policy__contents_detail {
	width: 100%;
}

.policy_decoration02 {
	display: block;
	background-image: url('../images/common/policy_decoration01.png');
	background-size: cover;
	background-position: center center;
	width: 100%;
	padding-top: 90.8333%;
	margin-top: 20px;
}

/* ONLY HEREとは？ */

.onlyhere__contents .catchphrase_box h3.catch_onlyhere1 {
	font-size: 2.6rem;
	line-height: 1.7;
	font-weight: 500;
}

.onlyhere__contents .catchphrase_box h4.catch_onlyhere2 {
	font-size: 1.8rem;
	line-height: 1.7;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 40px;
}

.onlyhere__contents_flex {
	position: relative;
	width: 100%;
}

.onlyhere__contents_logo {
	position: relative;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.onlyhere__contents_logo img {
	display: block;
	width: 160px;
	height: 73PX;
}

.onlyhere__contents_detail {
	width: 100%;
}

/* 会社概要 */

.overview__contents ul {
    list-style: none;
}

.overview__contents ul li {
    margin-top: 50px;
    text-align: center;
}

.overview__contents ul li:first-child {
    margin-top: 0;
}

.overview__contents ul li p {
    font-size: 1.6rem;
}

.overview__contents ul li p span.index {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .2em;
    margin-bottom: 10px;
}

/* ダウンロード */

.download__flex {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 50px;
    width: 100%;
}

.download__flex>div.download__box {
    width: calc(50% - 10px);
    margin-left: 20px;
}

div.download__box:nth-child(2n+1) {
    margin-left: 0;
}

div.download__box:nth-child(n+3) {
    margin-top: 20px;
}

div.download__box a.download_btn {
    display: block;
    background-color: #4C86EA;
    width: 120px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    padding: 20px 0;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

div.download__box div.download_dummy {
    display: block;
    background-color: #DDD;
    width: 120px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border-radius: 5px;
    padding: 20px 0;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

/* お問い合わせ */

.contact__titleBox {
    display: block;
    position: relative;
    background-image: url('../images/contact/contact__title.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: calc(100% - 20px);
    min-height: 70px;
    padding-top: 7.7777%;
    margin-left: 10px;
    margin-right: 10px;
}

.questionnaireTable {
    margin-top: 20px;
}

.questionnaireItem {
    display: block;
    background-color: #E2D2BA;
    width: 100%;
    text-align: center;
    padding: 15px;
    border-radius: 3px;
}

.questionnaireItem p {
    display: block;
    font-size: 1.6rem;
}

.questionnaireBox {
    display: block;
    padding: 10px;
}

#formWrap ul.button__list {
    display: block;
    width: 270px;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

#formWrap ul.button__list li {
    float: none;
    margin-top: 20px;
}

#formWrap ul.button__list li:first-child {
    margin-top: 0;
}

.thankyou__illust {
    display: block;
    background-image: url('../images/contact/thankyou__illust.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 100%;
    padding-top: 31.5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

/* ONLY HEREへのリンク */

p.pr__title {
    display: block;
    background-color: #5f9ea0;
    width: 100px;
    font-size: 1.4rem;
    color: #FFF;
    letter-spacing: .3em;
    text-align: center;
    padding: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

ul.pr__list {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

ul.pr__list li {
    margin-top: 15px;
}

ul.pr__list li:first-child {
    margin-top: 0;
}

ul.pr__list li img {
    width: 260px;
    height: 100px;
}

ul.pr__list li a {
    display: block;
    width: 260px;
    height: 100px;
}

/* パンくずリスト */

ol.breadcrumb {
    display: block;
    list-style: none;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

/* スライダー */

ul.slider li.slide {
    position: relative;
    width: calc(100vw / 2);
    margin-left: 20px;
}

/* フッター */

#footer .footer__inner .footer__flex {
    width: 100%;
}

#footer .footer__inner .footer_box {
    width: 100%;
}

#footer .footer__inner .footer_box a.logoWhite__seon {
    display: block;
    background-image: url('../images/header/logo__white.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 200px;
    height: 33px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

#footer .footer__inner .footer_box ul.footer_nav {
    display: flex;
    flex-wrap: wrap;
}

#footer .footer__inner .footer_box ul.footer_nav li {
    width: 50%;
}

#footer .footer__inner .footer_box ul.footer_nav li a {
    display: block;
    background-color: transparent;
    font-size: 1.3rem;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    padding: 10px 5px;
}

#footer .footer__inner .footer_box ul.footer_nav li a.active {
    background-color: transparent;
    text-decoration: underline;
    text-underline-offset: 5px;
}

#footer .footer__inner .footer_box p.followme {
    display: block;
    font-size: 1.2rem;
    color: #FFF;
    text-align: center;
    margin-top: 30px;
}

#footer .footer__inner .footer_box ul.snsmenu {
    display: flex;
    justify-content: flex-end;
    width: 110px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
}

#footer .footer__inner .footer_box small.copyright {
    display: block;
    font-size: 1.2rem;
    color: #FFF;
    text-align: center;
    margin-top: 40px;
}
