@charset "utf-8";

/**************************************************/


/*                                                */


/*                  ベーススタイル　              */


/*                                                */


/**************************************************/

html {
    font-size: 62.5%;
    height: 100%;
    width: 100%;
}

body {
    color: #333;
    font-size: 1.6em;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "HiraKakuPro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

input,
select,
textarea {
    font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}

input[type="text"],
input[type="tel"],
input[type="submit"],
input[type="reset"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 16px;
    color: inherit;
}

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

a {
    color: #fff;
    /* text-decoration: underline; */
    text-decoration: none;
    cursor: pointer;
    transition: 0.4s linear;
}

/* a:hover {
    color: ;
} */

ul {
    list-style: none;
}


/**************************************************/


/*                                                */


/*                  ユーティリティ                */


/*                                                */


/**************************************************/

.cf::before,
.cf::after {
    clear: both;
    content: "";
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.flex {
    display: flex;
}


/**************************************************/


/*                                                */


/*            　 レイアウト（骨組み）　　         */


/*                                                */


/**************************************************/

#wrapper {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}


/* ================================================
 * ヘッダー
 * ================================================*/

.l-header {
    background: transparent;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}

.is-scroll {
    background-color: rgb(35, 54, 86, .9);
}


/* ================================================
 * フッター
 * ================================================*/

.l-footer {
    margin-top: 67px;
}

.l-footer ul {
    list-style: none;
}

.footer-top {
    background: url("../img/common/footer-top.png") no-repeat #36465F;
    background-size: cover;
    background-position: center;
}

.footer-top-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 0 0;
}

.footer-top-inner a {
    transition: all 0.4s;
}

.footer-top-inner a:hover {
    opacity: 0.7;
}

.footer-top-inner ul {
    display: flex;
    justify-content: center;
    margin-top: 39px;
    padding-bottom: 30px;
}

.footer-top-inner li {
    margin-right: 49px;
}

.footer-top-inner li:last-child {
    margin-right: 0;
}

.footer-logo a {
    opacity: 0.8;
    letter-spacing: 0.05em;
}

.footer-logo a:hover {
  opacity: 1;
}

.footer-bottom {
    background: #233656;
    color: #fff;
}

.footer-bottom-inner {
    width: 1110px;
    margin: 0 auto;
    padding-top: 59.5px;
}

.footer-nav {
    position: relative;
}

.footer-nav-wrapper {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
}

.footer-nav-wrapper a {
    opacity: 0.8;
}

.footer-nav-wrapper a.tel {
    opacity: 1;
}

.footer-nav-wrapper .fit-img a {
    opacity: 1;
}

.footer-nav-wrapper a:hover {
    opacity: 1;
}

.footer-address {
    line-height: 1.5;
    opacity: 0.8;
}

.footer-address h2 {
    margin-top: 32px;
}

.footer-address h2:first-of-type {
    margin: 0;
}

.footer-address address {
    font-style: normal;
}

.footer-nav-last li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.footer-copyright {
    display: flex;
    justify-content: center;
    opacity: 0.5;
}

#toPageTop {
    position: fixed;
    z-index: 1000;
}

#toPageTop a {
    background-color: #fff;
}

#toPageTop a:hover {
    opacity: .5;
}


/* ================================================
 * メイン
 * ================================================*/

.l-main {
    display: block;
    /* IE対策 */
}


/* ================================================
 * トップ
 * ================================================*/


/* メインビジュアル */

.hero-wrapper {
    position: relative;
}

.hero {
    -webkit-transform: translateX(-50%);
    top: 0;
    left: 50%;
    max-height: initial;
    max-width: initial;
    position: absolute;
    transform: translateX(-50%);
    z-index: -1;
}

.hero-lead {
    display: flex;
    align-items: flex-end;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Noto Serif JP" , serif;
    color: #fff;
}


/* sec1 */

.sec1 {
    background-color: #F6F6F6;
}

.sec1-details {
    background-color: #fff;
}

.sec1-details-head {
  margin-bottom: 20px;
}

.sec1-details-text {
    display: flex;
    flex-wrap: wrap;
}

.sec1-details-text dt {
    width: 40%;
}

.sec1-details-text dd {
    width: 60%;
}


/* sec2 */

.sec2 {
    position: relative;
}

.sec2 h2 {
    display: none;
}

.sec2-item {
    overflow: hidden;
    background-color: #233656;
}

.sec2-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: all 0.4s;
}

.sec2-item img:hover {
    opacity: 0.7;
}


/* sec4 */

.l-sec4 {
    background-color: #fff;
}

.sec4 {
    background-color: #F6F6F6;
}

.sec4-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}


/* sec5 */

.sec5-head {
    font-family: 'Montserrat', sans-serif;
    color: #233656;
}

.sec5-item a:hover {
    opacity: 0.7;
}

.sec5-tag {
    color: #fff;
    font-size: 1.2rem;
    width: 80px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.05em;
}

.sec5-tag-news {
    background: #2C90B5;
}

.sec5-tag-media {
    background: #35A04E;
}

.sec5-tag-all {
    background: #CC9C78;
}

.sec5-body {
    font-size: 1.4rem;
}


/* sec6 */

.sec6-head {
    font-family: 'Montserrat', sans-serif;
}

.sec6-head small {
    font-size: 1.6rem;
}


/**************************************************/


/*                                                */


/*             　下層共通　　         */


/*                                                */


/**************************************************/

.inner {
    position: relative;
}

.page .mv {
    position: relative;
}

.page .mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.page h1 {
    color: #fff;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Noto Serif JP" , serif;
    position: absolute;
}

.page .page-ttl {
    text-align: center;
}


/*コンセプトページ共通*/

.under-txt-wrap-navy {
    background-color: #233656;
    color: #fff;
}

.under-txt {
    line-height: 1.5;
}

.section-inner .section-img-wrap {
    position: relative;
}

.section-inner .section-img-wrap::before {
    content: '';
    display: inline-block;
    background-color: #E6E6E6;
    position: absolute;
    z-index: -1;
}

.section-inner .section-img-wrap::after {
    content: '';
    display: inline-block;
    background-color: #E6E6E6;
    position: absolute;
}

.section-inner .section-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.section-inner .section-txt-wrap {
    color: #233656;
    line-height: 1.5;
}

.section-inner .section-ttl {
    position: relative;
}

.section-inner .section-ttl span {
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #F6F6F6;
    position: absolute;
    z-index: -1;
    white-space: nowrap;
}

.section-inner .section-txt {
    line-height: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section-inner .section-txt span {
    display: inline-block;
    background-color: #233656;
    color: #fff;
    width: fit-content;
    width: -moz-fit-content;
}


/*breadCrumb*/

.breadcrumb {
    display: flex;
    align-items: center;
    width: 100%;
}

.breadcrumb li:not(:last-of-type) {
    padding-right: 28px;
    position: relative;
}

.breadcrumb li:not(:last-of-type) :after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 5px;
    margin: auto;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 8px solid #999;
}

.breadcrumb li {
    border-bottom: solid 1px transparent;
    padding: 8px 0;
}

.breadcrumb li:last-of-type {
    border-bottom: solid 1px #999;
}

.breadcrumb li span {
    white-space: nowrap;
    color: #333;
    transition: all 0.4s;
}

.breadcrumb li a:hover span {
    opacity: 0.7;
}


/*pager*/

.pager {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pager li {
    border: solid 1px #6D8F75;
}

.pager li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #6D8F75;
}

.pager li.next a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 16px;
    margin-top: 2px;
}

.pager li.prev a::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 16px;
    margin-top: 2px;
}

.pager li.current a {
    background-color: #6D8F75;
    color: #fff;
}

.pager li a:hover {
    background-color: #6D8F75;
    color: #fff;
}

/*credit*/
.credit {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    right: 0;
}

/* ================================================
 * 建築家一覧
 * ================================================*/
.link-list {
  display: flex;
  justify-content: space-between;
  width: 710px;
  margin: 0 auto 80px;
}
.anchor-link, .anchor-link a{
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background-color: #233656;
  text-align: center;
  color: #fff;
  /* cursor: pointer; */
}

.hp-link {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/anchor-link.svg");
  transform: translateY(2px);
  transition: all 0.4s;
  cursor: pointer;
  opacity: 0.5;
}

.anchor-link a:hover {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: #FFF ;
    border: 1px solid #233656;
    color: #233656;
}

.architect-wrap {
    display: flex;
    flex-wrap: wrap;
}

.architect-wrap .architect-item {
    line-height: 1.5;
}

.architect-wrap .company a {
  color: #333;
  transition: all 0.4s;
}

.architect-wrap .company a:hover {
  opacity: 0.7;
}

.architect-wrap .architect-works {
    color: #6D8F75;
    text-decoration: underline;
    width: fit-content;
    cursor: pointer;
    display: block;
    transition: all 0.4s;
    font-size: 1.4rem;
}

.architect-wrap .architect-works:hover {
    opacity: 0.7;
}


/* ================================================
 * 建築作品一覧
 * ================================================*/

.architecture-list-page .sec2-inner {
    position: inherit;
    top: 0;
}

.architecture-list-page .sec2-inner .sec2-item {
    background-color: #233656;
    overflow: hidden;
}

.architecture-list-page a img {
    transition: all 0.4s;
}

.architecture-list-page a:hover img {
    opacity: 0.5;
}


/* ================================================
 * 建築作品詳細
 * ================================================*/

.architecture-detail-page .page-ttl {
    line-height: 1.5;
}

.architecture-detail-page .architecture-img {
    background-color: #233656;
}

.architecture-detail-page .architecture-wrap div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: all 0.4s;
}

.architecture-detail-page .architecture-wrap div a:hover img {
    opacity: 0.7;
}

.architecture-detail-page .architecture-info {
    position: relative;
}

.architecture-detail-page .architecture-info dl {
    display: flex;
    line-height: 1.5;
}


/* ================================================
 * お知らせ一覧
 * ================================================*/

.tag-list {
    display: flex;
    justify-content: center;
}

.tag-list .sec5-tag-all {
    border: solid 1px #CC9C78;
    color: #CC9C78;
    background-color: #fff;
    transition: all 0.4s;
}

.tag-list .sec5-tag-all:hover,
.tag-list .current .sec5-tag-all {
    color: #fff;
    background-color: #CC9C78;
}

.tag-list .sec5-tag-news {
    border: solid 1px #2C90B5;
    color: #2C90B5;
    background-color: #fff;
    transition: all 0.4s;
}

.tag-list .sec5-tag-news:hover,
.tag-list .current .sec5-tag-news {
    color: #fff;
    background-color: #2C90B5;
}

.tag-list .sec5-tag-media {
    border: solid 1px #35A04E;
    color: #35A04E;
    background-color: #fff;
    transition: all 0.4s;
}

.tag-list .sec5-tag-media:hover,
.tag-list .current .sec5-tag-media {
    color: #fff;
    background-color: #35A04E;
}


/* ================================================
 * お知らせ詳細
 * ================================================*/

.news-detail-page .page-ttl {
    line-height: 1.5;
    text-align: left;
}

.news-detail-page .flex {
    justify-content: space-between;
    align-items: center;
}

.news-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.news-txt-wrap {
    line-height: 1.5;
}

.news-txt-wrap a {
    display: block;
    color: #6D8F75;
    text-decoration: underline;
    transition: all 0.4s;
}

.news-txt-wrap a:hover {
    opacity: 0.7;
}

.news-detail-page .news-link {
    border: solid 1px #6D8F75;
    color: #6D8F75;
    display: block;
    text-align: center;
}

.news-detail-page .news-link:hover {
    background-color: #6D8F75;
    color: #fff;
}


/* ================================================
 * お問合せ
 * ================================================*/

.contact-page .contact-txt {
    line-height: 1.5;
}

.important {
    color: #fc1a4f;
}

.caution {
    text-align: right;
    font-size: 1.4rem;
}

.input-area dl {
    display: flex;
    line-height: 1.5;
}

.input-area input[type="text"],
.input-area input[type="tel"],
.input-area textarea {
    background-color: #F6F6F6;
    border: none;
}

.input-area .radio ul,
.input-area .chekbox ul {
    display: flex;
    background-color: #F6F6F6;
}

.input-area input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-top: -4px;
    margin-right: 8px;
    margin-left: 0;
}

.input-area input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: -2px 8px 0 0;
}

.input-area textarea {
    overflow-y: scroll;
}

.contact-page .privacy-link a {
    color: #6D8F75;
    text-decoration: underline;
}


/* ================================================
 * お問合せ内容確認
 * ================================================*/

.contact-confirm-page .input-area {
    background-color: #F6F6F6;
}

.contact-confirm-page .input-area dl:not(:last-of-type) {
    border-bottom: solid 1px #ccc;
}

.contact-confirm-page .submit-area {
    display: flex;
    justify-content: center;
}

.contact-confirm-page .submit-area input {
    border: solid 1px #6D8F75;
    font-size: 1.6rem;
    cursor: pointer;
    transition: all 0.4s;
    letter-spacing: 0.2em;
}

.contact-confirm-page .submit-area input[type="reset"] {
    background-color: #fff;
    color: #6D8F75;
}

.contact-confirm-page .submit-area input[type="reset"]:hover {
    background-color: #6D8F75;
    color: #fff;
}

.contact-confirm-page .submit-area input[type="submit"] {
    background-color: #6D8F75;
    color: #fff;
}

.contact-confirm-page .submit-area input[type="submit"]:hover {
    opacity: 0.7;
}


/* ================================================
 * お問合せ送信完了
 * ================================================*/

.contact-thanks-page p {
    line-height: 1.5;
    display: block;
}


/* ================================================
 * 技術を価値に　technology.html
 * ================================================*/

.technology-page .breadcrumb li span {
    color: #fff;
}

.technology-page .breadcrumb li:not(:last-of-type) :after {
    border-left: solid 8px #fff;
}

.technology-page .breadcrumb li:last-of-type {
    border-bottom: solid 1px #fff;
}

.technology-page .btn-large {
    background: transparent;
    border: solid 1px #fff;
}

.technology-page .btn-large:hover {
    background-color: #fff;
    color: #233656;
}


/* ================================================
 * 大同工業の歴史　history.html
 * ================================================*/

.history-page .breadcrumb li span {
    color: #fff;
}

.history-page .breadcrumb li:not(:last-of-type) :after {
    border-left: solid 8px #fff;
}

.history-page .breadcrumb li:last-of-type {
    border-bottom: solid 1px #fff;
}

.history-page .history-list {
    display: flex;
    flex-direction: column;
    background-image: url("../img/history-bg01.jpg"), url("../img/history-bg02.jpg"), url("../img/history-bg03.jpg"), url("../img/history-bg04.jpg"), url("../img/history-bg05.jpg"), url("../img/history-bg06.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left top, right top 15%, left top 34%, right top 53%, left top 72%, right bottom 10%;
}

.history-page .history-list li {
    display: flex;
}

.history-page .history-list .year {
    color: #233656;
    font-family: 'Montserrat', sans-serif;
}

.history-page .small-blue .detail {
    color: #2C90B5;
    position: relative;
}

.history-page .small-green .detail {
    color: #35A04E;
    position: relative;
}

.history-page .tag {
    z-index: 1;
}

.history-page .large .tag {
    width: 15px;
    height: 15px;
    background-color: #233656;
    transform: rotate(-45deg);
}

.history-page .small-blue .tag {
    width: 10px;
    height: 10px;
    background-color: #2C90B5;
    border-radius: 50vh;
}

.history-page .small-green .tag {
    width: 10px;
    height: 10px;
    background-color: #35A04E;
    border-radius: 50vh;
}

.history-page .small .tag {
    width: 10px;
    height: 10px;
    background-color: #233656;
    transform: rotate(-45deg);
}

.history-page .detail {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    position: relative;
}

.history-page .detail::after {
    content: '';
    display: inline-block;
    background-color: #CCCCCC;
    position: absolute;
}

.history-page .small-blue .detail::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-right: 8px solid #2C90B5;
}

.history-page .small-green .detail::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 235px;
    transform: translateY(-50%);
    margin: auto;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-right: 8px solid #35A04E;
}

.history-page li:last-of-type .detail::after {
    display: none;
}

.history-page .large .detail span {
    font-weight: bold;
}
.history-page .large .detail span.txt-nomal{
  font-weight: normal;
}
.history-page span.txt-nomal{
  font-weight: normal;
}
.history-page  a.txt-link{
  color: #6D8F75;
  text-decoration: underline;
  transition: all 0.4s;
}
.history-page  a.txt-link:hover{
  opacity: 0.7;
}

/* ================================================
 * 会社案内　company.html
 * ================================================*/

.company-page dl {
    display: flex;
    line-height: 1.5;
    letter-spacing: 0.1em;
    border-bottom: solid 1px #ccc;
}

.company-page dt {
    color: #233656;
    font-weight: bold;
}

.company-page dd span {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 2rem;
}

.company-page dd a {
    color: #233656;
    text-decoration: underline;
}

.company-page .office-name {
    background-color: #233656;
    color: #fff;
    padding: 2px 10px;
    width: fit-content;
    display: inline-block;
    width: -moz-fit-content;
}

.company-page .map-ttl {
    background-color: #233656;
    color: #fff;
    padding: 6px 20px;
    width: fit-content;
    letter-spacing: 0.1em;
}

.company-page .map-address {
    display: block;
    text-align: center;
}

.company-page .maps-outer {
    height: 0;
    position: relative;
}

.company-page .maps-outer iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/**************************************************/


/*                                                */


/*             　モジュール（パーツ）　　         */


/*                                                */


/**************************************************/


/* ================================================
 * ロゴ
 * ================================================*/


/* ================================================
 * ナビゲーション
 * ================================================*/

.nav-wrapper a {
    text-decoration: none;
    color: #fff;
}


/**************************************************/


/*                                                */


/*            　その他（共通の装飾） 　　         */


/*                                                */


/**************************************************/


/* ボタン */

.btn-common {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.4s;
}

.btn-common:hover {
    /* opacity: 0.7; */
}

.btn-large-wrapper {
    display: flex;
    justify-content: flex-end;
}

.btn-large {
    display: block;
    color: #fff;
    font-weight: 500;
    background-color: #6D8F75;
    position: relative;
    font-size: 1.8rem;
    width: 360px;
    height: 50px;
}

.btn-large::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 1px;
    left: 334px;
    border-bottom: 25px solid #fff;
    border-left: 25px solid transparent;
}

.btn-large:hover {
    color: #6D8F75;
    background-color: #FFF;
    border: solid 1px #6D8F75;
}

.btn-large:hover::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 333px;
    border-bottom: 25px solid #6D8F75;
    border-left: 25px solid transparent;
}

.btn-small-wrapper {
    display: flex;
    justify-content: flex-end;
}

.btn-small {
    display: block;
    color: #6D8F75;
    font-size: 1.4rem;
    font-weight: 500;
    background: #fff;
    width: 240px;
    height: 36px;
    position: relative;
    border: 1px solid #6D8F75;
}

.btn-small::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 220px;
    width: 0;
    height: 0;
    border-bottom: 18px solid #6D8F75;
    border-left: 18px solid transparent;
}

.btn-small:hover {
    color: #fff;
    background-color: #6D8F75;
}

.btn-small:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 220px;
    width: 0;
    height: 0;
    border-bottom: 18px solid #FFF;
    border-left: 18px solid transparent;
}

.footer-btn-wrapper {
    display: flex;
    justify-content: center;
}

.footer-btn {
    background: transparent;
    display: block;
    position: relative;
    border: 1px solid #fff;
    width: 806px;
    height: 140px;
    font-size: 2.4rem;
    color: #fff;
    transition: all 0.4s;
}

.footer-btn:hover {
    background-color: #233656;
    opacity: 1;
}

.footer-btn::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 2px;
    left: 732px;
    border-bottom: 70px solid #fff;
    border-left: 70px solid transparent;
}


/* トップ */

.top-deco-text {
    text-transform: capitalize;
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.heading {
    font-weight: 400;
    color: #233656;
}

.heading-left {
    color: #fff;
    background: #233656;
}

.heading-text {
    color: #233656;
}


/* ================================================
 * privacy-policy privacy.html
 * ================================================*/

.policy-head {
    color: #233656;
}

.policy ol {
    list-style-type: none;
    counter-reset: section;
    font-size: 1.6rem;
}

.policy ol>li:before {
    counter-increment: section;
    content: counters(section, "-") ".";
}

.policy-list {
    font-weight: bold;
    color: #233656;
}

.policy-list p {
    color: #333;
    padding: 10px 0;
}

.policy-list-child {
    padding-left: 1em;
    font-weight: bold;
}

.policy-list-grandchild {
    list-style-type: disc;
    margin-left: 2em;
    color: #333;
}

.policy-info {
    font-style: normal;
    color: #333;
}

.privacy-info li {
    padding-top: .5em;
}

.policy-info-head {
    font-weight: bold;
    color: #233656;
}

.policy-info-link {
    color: #233656;
    text-decoration: underline;
}

/* ================================================
 * not-found-page 404.html
 * ================================================*/
.not-found-page .l-footer {
  margin-top: 0;
}