@charset "utf-8";

/* ================================================
    初期化設定
================================================ */

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

caption,
th {
    text-align: left;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img,
abbr,
acronym,
fieldset {
    border: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

a {
    display: block;
    text-decoration: none;
    color: inherit;
    outline: none;
}

/* ================================================
    全体の構造設定
================================================ */

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    line-height: 1.6;
    font-family: "Zen Old Mincho", serif;
    color: #333333;
    padding: 0px;
    margin: 0px;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.05em;
    overflow: hidden;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #ffffff;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #333333;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-decoration: none;
}

a:hover {
    opacity: 0.6;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-decoration: none;
}

p{
    text-align: justify;
    font-size: 1.5rem;
}

img {
    max-width: 100%;
    height: auto;
}

.playfair {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
/* ラッパー
------------------------------------------------ */


/* ヘッダー
------------------------------------------------ */
.header-inr{
    max-width: 1500px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-inr h1{
    display: block;
    max-width: 250px;
}
.header-list{
    width: 40%;
}
.header-list ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* グローバルナビ
------------------------------------------------ */


/* ファーストビュー
------------------------------------------------ */
.fv{
    height: 100vh;
    max-width: 1680px;
    margin-left: auto;
    display: flex;
    align-items: center;
}
.fv-inr{
    display: flex;
    align-items: center;
    width: 100%;
}
.fv-con{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fv-logo img{
    max-width: 315px;
}
.fv-list{
    width: 74.761%;
    border-bottom: solid 1px #2d270e;
}
.fv-list ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 745px;
    width: 100%;
    margin: auto;
}
/* メイン
------------------------------------------------ */
.top{
    background-image: url(./images/top.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}
.top-con{
    max-width: 1440px;
    margin: auto;
    width: 100%;
}
.top-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.top-text h2{
    font-size: 10rem;
    color: #fff;
}
.top-text p{
    font-size: 3rem;
    color: #fff;
    text-align: right;
}

.concept{
    background-color: #d5e2e2;
}
.concept-ttl-block{
    max-width: 1680px;
    margin: auto;
}
.concept-con{
    padding: 50px 0 150px;
}
.concept-ttl1{
    font-size: 3.5rem;
    color: #2d270e;
    text-align: right;
    padding-right: 55px;
    box-sizing: border-box;
}
.about-main{
    max-width: 1800px;
    margin-left: auto;
}
.about-con{
    display: flex;
    align-items: center;
    position: relative;
}
.about-con::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 1px;
    background-color: #2d270e;
    width: 56.667%;
}
.about-img{
    background-image: url(./images/about.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 780px;
    height: 961px;
    width: 43.333%;
}
.about-text{
}
.about-text-inr{
    max-width: 660px;
    width: 100%;
    padding-left: 35px;
    box-sizing: border-box;
}
/* 一覧
------------------------------------------------ */


/* 記事
------------------------------------------------ */


/* ADD
------------------------------------------------ */


.b {
    font-weight: bold;
}

.center {
    text-align: center;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt75 {
    margin-top: 75px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt120 {
    margin-top: 120px;
}

.mt125 {
    margin-top: 125px;
}

.mb30{
    margin-bottom: 30px !important;
}

.mb40{
    margin-bottom: 40px;
}

.mb85 {
    margin-bottom: 85px;
}

.pb275{
    padding-bottom: 275px;
}

.clear {
    clear: both;
}

.flo-l {
    float: left;
}

.flo-r {
    float: right;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f21 {
    font-size: 21px;
}

.f24 {
    font-size: 24px;
}

.txt-r {
    text-align: right;
}

.bg-gray1 {
    padding: 20px;
    background: #efefef;
}

.flex {
    display: flex;
}

.relative {
    position: relative;
}