@charset "UTF-8";

/* ---------------------------------------------------------
@extend (継承用)
--------------------------------------------------------- */
.montserrat {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.notoM {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.notoB {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
button,
select,
option,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "line-seed";
    src: url("../fonts/LINESeedJP_TTF_Bd.eot") format("embedded-opentype"), url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
}

body {
    font-feature-settings: "palt";
    color: #333;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
}

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

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

.youtube {
    width: 100%;
    aspect-ratio: 16/9;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
}

a {
    text-decoration: none;
    color: #333;
}

a.underline {
    text-decoration: underline;
}

.link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

li {
    list-style: none;
}

em,
address {
    font-style: normal;
}

i {
    position: relative;
}

.tab_only {
    display: none;
}

.sp_only {
    display: none;
}

.tab_sp_only {
    display: none !important;
}

.ml_auto {
    margin-left: auto;
}

.col_between {
    justify-content: space-between;
}

.col_center {
    justify-content: center;
}

.align_center {
    align-items: center;
}

.align_end {
    align-items: end;
}

.align_right {
    margin-left: auto;
}

.v_top {
    vertical-align: top;
}

.hr_red {
    border-top: 4px solid #fffbac;
}

.text_l {
    text-align: left !important;
}

.text_r {
    text-align: right !important;
}

.text_c {
    text-align: center;
}

.clear {
    clear: both;
}

.animated {
    opacity: 0;
}

.mb50 {
    margin-bottom: 50px;
}

@media all and (max-width: 768px) {
    .pc_only {
        display: none !important;
    }

    .sp_only {
        display: block !important;
    }
}

@media all and (max-width: 768px) {
    .pc_only {
        display: none !important;
    }

    .sp_only {
        display: block !important;
    }
}

a[href$=".pdf"]::before {
    padding-right: 10px;
    display: inline-block;
    content: url("../img/icon/pdf.svg");
    vertical-align: middle;
}

.swiper-container {
    overflow: hidden;
}

a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #000;
}

@media all and (max-width: 768px) {
    a[href*="tel:"] {
        pointer-events: auto;
    }
}

@media all and (max-width: 768px) {
    a[href*="tel:"] {
        pointer-events: auto;
    }
}

.item,
a {
    transition: all 0.2s ease-in-out;
}

/* ---------------------------------------------------------
カラム設定
--------------------------------------------------------- */
.col {
    display: flex;
    flex-wrap: wrap;
}

.col_2 {
    margin-left: -65px;
}

.col_2>* {
    margin-left: 65px;
    width: calc(50% - 65px);
}

.col_3 {
    margin-left: -20px;
}

.col_3>* {
    margin-left: 20px;
    width: calc(33.33333% - 20px);
}

.col_4 {
    margin-left: -30px;
}

.col_4>* {
    margin-left: 30px;
    width: calc(25% - 30px);
}

.col_5 {
    margin-left: -25px;
}

.col_5>* {
    margin-left: 25px;
    width: calc(20% - 25px);
}

@media all and (max-width: 768px) {
    .col_2 {
        margin-left: 0;
    }

    .col_2>* {
        margin-left: 0;
        width: 100%;
    }

    .col_3 {
        margin-left: 0;
    }

    .col_3>* {
        margin-left: 0;
        margin-bottom: 40px;
        width: 100%;
    }

    .col_3>*:last-child {
        margin-bottom: 0 !important;
    }

    .col_4 {
        margin-left: 0;
    }

    .col_4>* {
        margin-left: 0;
        width: 100%;
    }

    .col_5 {
        margin-left: -15px;
    }

    .col_5>* {
        margin-left: 15px;
        width: calc(50% - 15px);
    }
}

@media all and (max-width: 768px) {
    .col_2 {
        margin-left: 0;
    }

    .col_2>* {
        margin-left: 0;
        width: 100%;
    }

    .col_3 {
        margin-left: 0;
    }

    .col_3>* {
        margin-left: 0;
        margin-bottom: 40px;
        width: 100%;
    }

    .col_3>*:last-child {
        margin-bottom: 0 !important;
    }

    .col_4 {
        margin-left: 0;
    }

    .col_4>* {
        margin-left: 0;
        width: 100%;
    }

    .col_5 {
        margin-left: -15px;
    }

    .col_5>* {
        margin-left: 15px;
        width: calc(50% - 15px);
    }
}

/* ---------------------------------------------------------
@extend (継承用)
--------------------------------------------------------- */
.montserrat {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.notoM {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.notoB {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?ir9qwh");
    src: url("../fonts/icomoon.eot?ir9qwh#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ir9qwh") format("truetype"), url("../fonts/icomoon.woff?ir9qwh") format("woff"), url("../fonts/icomoon.svg?ir9qwh#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eco:before {
    content: "\e903";
}

.icon-building:before {
    content: "\e911";
}

.icon-teams:before {
    content: "\e912";
}

.icon-work:before {
    content: "\e913";
}

.icon-home:before {
    content: "\e905";
}

.icon-pdf:before {
    content: "\e908";
}

.icon-movie:before {
    content: "\e909";
}

.icon-logout:before {
    content: "\e90a";
}

.icon-mail:before {
    content: "\e90b";
}

.icon-mail2:before {
    content: "\e90f";
}

.icon-feather-mail:before {
    content: "\e910";
}

.icon-info:before {
    content: "\e90c";
}

.icon-arrow_right:before {
    content: "\e902";
}

.icon-cup:before {
    content: "\e904";
}

.icon-spreadsheet:before {
    content: "\e906";
}

.icon-winner:before {
    content: "\e907";
}

.icon-play_circle_filled:before {
    content: "\e01c";
}

.icon-play_circle_outline:before {
    content: "\e01d";
}

.icon-navigate_before:before {
    content: "\e19a";
}

.icon-navigate_next:before {
    content: "\e19b";
}

.icon-menu:before {
    content: "\e20e";
}

.icon-search:before {
    content: "\e900";
}

.icon-play3:before {
    content: "\e901";
}

.icon-play:before {
    content: "\e90d";
}

.icon-voicy:before {
    content: "\e915";
}

.icon-line:before {
    content: "\e914";
}

.icon-office:before {
    content: "\e90e";
}

.icon-cart:before {
    content: "\e93a";
}

.icon-phone:before {
    content: "\e942";
}

.icon-location:before {
    content: "\e948";
}

.icon-map:before {
    content: "\e94b";
}

.icon-display:before {
    content: "\e956";
}

.icon-mobile:before {
    content: "\e958";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-facebook2:before {
    content: "\ea91";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-whatsapp:before {
    content: "\ea93";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-youtube2:before {
    content: "\ea9e";
}

.icon-file-pdf:before {
    content: "\eadf";
}

/* ---------------------------------------------------------
@extend (継承用)
--------------------------------------------------------- */
.montserrat {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.notoM {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.notoB {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

/* -----------------------------------------------------------
スマホナビ
----------------------------------------------------------- */
.toggle {
    display: none;
    position: relative;
    top: 8px;
    margin-left: auto;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 900;
    /* ≡ */
    /* ≡ */
    /*
  i {
  	top: 50%;
  }
  */
}

.toggle span {
    display: inline-block;
}

.toggle:before,
.toggle i,
.toggle:after {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    height: 2px;
    width: 39px;
    background: #222;
    transition: 0.35s ease-in-out;
}

.toggle:before {
    top: 0%;
}

.toggle:after {
    top: 35%;
}

@media all and (max-width: 768px) {
    .toggle {
        display: block;
    }
}

@media all and (max-width: 768px) {
    .toggle {
        display: block;
    }
}

#open {
    display: none;
}

/* :checked 擬似クラスを使って、#openがチェック状態になった時に、.naviが「right: 0;」になります。 */
#open:checked~.navi_main {
    right: 0;
}

/* ≡ > ×アニメーション */
#open:checked+.toggle:before {
    top: 45%;
    transform: rotate(315deg);
    background: #fff;
}

#open:checked+.toggle i {
    width: 0;
}

#open:checked+.toggle:after {
    top: 45%;
    transform: rotate(-315deg);
    background: #fff;
}

/* BG */
.bgclose {
    display: none;
}

/*
#open:checked ~ .bgclose {
	width: 100%;
	height: 100%;
	background: rgba(52, 48, 45, 0.84);
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 90;
	text-indent: -999999px;
	overflow: hidden;
	cursor: pointer;
}
*/
/* -----------------------------------------------------------
メインナビ
----------------------------------------------------------- */
.navi_main {
    margin-left: auto;
    transition: all 0.3s ease;
    font-style: normal;
    font-weight: 500;
}

.navi_main .sub_navi {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}

.navi_main .sub_navi a {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
}

.navi_main .navi {
    display: flex;
    justify-content: flex-end;
}

.navi_main .navi li {
    margin-left: 50px;
}

.navi_main .navi li:first-child {
    margin-left: 0;
}

.navi_main .navi a {
    font-size: 14px;
    font-size: 0.875rem;
}

.navi_main .navi strong {
    font-weight: 500;
}

.navi_main .navi_logo {
    display: none;
}

.navi_main .menu-item-has-children {
    position: relative;
}

.navi_main .menu-item-has-children:after {
    content: "+";
    display: inline-block;
}

.navi_main .sub-menu {
    position: absolute;
    justify-content: center;
    visibility: hidden;
    display: flex;
    opacity: 0;
    top: 50px;
    left: -22.5vw;
    right: 0;
    width: 49.2142857143vw;
    margin: 0 auto;
    padding: 35px 0 25px;
    border-radius: 24px;
    background: rgb(255, 255, 255);
    transition: all 0.6s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.navi_main .sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom-color: #fff;
}

.navi_main .sub-menu li {
    padding: 30px;
    max-width: calc(50% - 20px);
}

.navi_main .sub-menu li:hover img {
    transform: scale(1.2, 1.2);
}

.navi_main .sub-menu li figure {
    display: block;
    margin-bottom: 5px;
    max-width: 166px;
    border-radius: 17px;
    overflow: hidden;
}

.navi_main .sub-menu li img {
    transition: transform 0.6s ease;
}

.navi_main .sub-menu li a {
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
}

.navi_main .sub-menu li a strong {
    display: flex;
    align-items: center;
}

.navi_main .sub-menu li a strong:after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background: no-repeat 50%/cover url(../img/parts/Icon_arrow-circle-right.svg);
}

.navi_main .sub-menu li a[href*=life-career-circle]:after {
    display: block;
    margin-top: 5px;
    font-weight: 400;
    white-space: pre;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
    content: "女性が主体的に生きるが\aテーマ月額制のオンラインコミュニティ";
}

.navi_main .sub-menu li a[href*=b-posi]:after {
    display: block;
    margin-top: 5px;
    font-weight: 400;
    white-space: pre;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
    content: "B視点を学ぶ・実践する講座";
}

.navi_main .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    display: flex;
}

@media all and (max-width: 768px) {
    .navi_main {
        position: fixed;
        top: 0;
        right: -100vw;
        z-index: 100;
        width: 100vw;
        height: 100vh;
        padding: 0 5vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        overflow-y: auto;
        font-size: 16px;
        font-size: 1rem;
        background: rgba(52, 48, 45, 0.84);
    }

    .navi_main .navi_logo {
        position: absolute;
        top: 40px;
        left: 30px;
        display: block;
        max-width: 119px;
    }

    .navi_main .navi {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        order: 1;
    }

    .navi_main .navi li {
        width: 100%;
        margin-left: 0;
    }

    .navi_main .navi li:first-child {
        margin-left: 0;
    }

    .navi_main .navi li a {
        margin-bottom: 30px;
        padding: 0 0;
        display: block;
        color: #fff;
        text-align: left;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1;
        letter-spacing: 0.04em;
    }

    .navi_main .menu-item-has-children:after {
        display: none;
    }

    .navi_main .sub-menu {
        position: static;
        flex-direction: column;
        visibility: visible;
        opacity: 1;
        padding: 0 0;
        width: auto;
        background: transparent;
    }

    .navi_main .sub-menu:before {
        display: none;
    }

    .navi_main .sub-menu li {
        max-width: 100%;
        margin-left: 1em !important;
        padding: 0;
    }

    .navi_main .sub-menu li figure {
        display: none;
    }

    .navi_main .sub-menu li a:after {
        display: none !important;
    }

    .navi_main .sub-menu li a strong:after {
        display: none !important;
    }

    .navi_main .sub_navi {
        flex-direction: column;
        justify-content: flex-start;
        margin-right: 0;
        margin-top: 40px;
        width: 100%;
        order: 2;
    }

    .navi_main .sub_navi li {
        margin-bottom: 20px;
        margin-left: 0;
        text-align: center;
    }
}

@media all and (max-width: 768px) {
    .navi_main {
        position: fixed;
        top: 0;
        right: -100vw;
        z-index: 100;
        width: 100vw;
        height: 100vh;
        padding: 0 5vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        overflow-y: auto;
        font-size: 16px;
        font-size: 1rem;
        background: rgba(52, 48, 45, 0.84);
    }

    .navi_main .navi_logo {
        position: absolute;
        top: 40px;
        left: 30px;
        display: block;
        max-width: 119px;
    }

    .navi_main .navi {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        order: 1;
    }

    .navi_main .navi li {
        width: 100%;
        margin-left: 0;
    }

    .navi_main .navi li:first-child {
        margin-left: 0;
    }

    .navi_main .navi li a {
        margin-bottom: 30px;
        padding: 0 0;
        display: block;
        color: #fff;
        text-align: left;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1;
        letter-spacing: 0.04em;
    }

    .navi_main .menu-item-has-children:after {
        display: none;
    }

    .navi_main .sub-menu {
        position: static;
        flex-direction: column;
        visibility: visible;
        opacity: 1;
        padding: 0 0;
        width: auto;
        background: transparent;
    }

    .navi_main .sub-menu:before {
        display: none;
    }

    .navi_main .sub-menu li {
        max-width: 100%;
        margin-left: 1em !important;
        padding: 0;
    }

    .navi_main .sub-menu li figure {
        display: none;
    }

    .navi_main .sub-menu li a:after {
        display: none !important;
    }

    .navi_main .sub-menu li a strong:after {
        display: none !important;
    }

    .navi_main .sub_navi {
        flex-direction: column;
        justify-content: flex-start;
        margin-right: 0;
        margin-top: 40px;
        width: 100%;
        order: 2;
    }

    .navi_main .sub_navi li {
        margin-bottom: 20px;
        margin-left: 0;
        text-align: center;
    }
}

/* -----------------------------------------------------------
パンくずリスト
----------------------------------------------------------- */
.breadcrumb {
    margin-bottom: 40px;
    padding: 10px 45px;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
}

.breadcrumb li {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1;
}

.breadcrumb li a {
    margin-right: 15px;
}

.breadcrumb li a:after {
    position: relative;
    top: -2px;
    margin-left: 10px;
    content: "";
    border-style: solid;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-color: #505050;
    transform: rotate(-45deg);
}

@media all and (max-width: 768px) {
    .breadcrumb {
        padding: 5px 0;
        max-width: 100vw;
        overflow: hidden;
    }

    .breadcrumb li {
        white-space: nowrap;
    }

    .breadcrumb li:last-child {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
}

@media all and (max-width: 768px) {
    .breadcrumb {
        padding: 5px 0;
        max-width: 100vw;
        overflow: hidden;
    }

    .breadcrumb li {
        white-space: nowrap;
    }

    .breadcrumb li:last-child {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
}

/*---------------------------------------------------------
ページネーション
---------------------------------------------------------*/
.pagination {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    padding: 0 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
    margin: 0 8px 0 0;
}

.pagination li:last-child {
    margin: 0 0 0 0;
}

.pagination a,
.pagination span {
    display: inline-block;
    color: #333 !important;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    border-radius: 50%;
    background: #f3eea6;
}

.pagination a:hover,
.pagination span:hover {
    color: #333;
    background: #e7de4f;
}

.pagination .list_btn a {
    width: auto;
    height: auto;
    padding: 0 15px;
    border-radius: 30px;
    background: #e7de4f;
}

.pagination .prev,
.pagination .next {
    position: relative;
}

.pagination .prev i,
.pagination .next i {
    position: absolute;
    top: 28%;
}

.pagination .prev i {
    left: 20%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: #222;
}

.pagination .next i {
    left: 45%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #222;
}

.pagination .current {
    color: #333;
    background: #e7de4f;
}

@media all and (max-width: 768px) {
    .pagination {
        margin: 40px auto 0;
    }
}

@media all and (max-width: 768px) {
    .pagination {
        margin: 40px auto 0;
    }
}

/* -----------------------------------------------------------
ページ内リンク
----------------------------------------------------------- */
.page_link li {
    margin-bottom: 20px;
    width: 18%;
}

.page_link li:nth-child(2) {
    width: 23%;
}

.page_link a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
}

.page_link a:before {
    display: inline-block;
    content: "●";
    margin-right: 16px;
    color: #fee630;
}

.page_link a:after {
    margin-left: auto;
    border-style: solid;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-color: #000;
    transform: rotate(45deg);
}

@media all and (max-width: 768px) {
    .page_link {
        margin-left: 0;
        margin-bottom: 0;
        justify-content: center;
    }

    .page_link>* {
        margin-left: 0;
        margin-bottom: 11px;
        width: 90%;
    }

    .page_link li {
        margin-bottom: 15px;
    }

    .page_link a {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media all and (max-width: 768px) {
    .page_link {
        margin-left: 0;
        margin-bottom: 0;
        justify-content: center;
    }

    .page_link>* {
        margin-left: 0;
        margin-bottom: 11px;
        width: 90%;
    }

    .page_link li {
        width: 100%;
        margin-bottom: 15px;
    }

    .page_link li:nth-child(2) {
        width: 100%;
    }

    .page_link a {
        font-size: 16px;
        font-size: 1rem;
    }
}

/* -----------------------------------------------------------
ボタン
----------------------------------------------------------- */
.btn_area {
    text-align: right;
}

.btn {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-style: normal;
    min-width: 168px;
}

@media all and (max-width: 768px) {
    .btn {
        min-width: 100%;
    }
}

@media all and (max-width: 768px) {
    .btn {
        min-width: 100%;
    }
}

.inq_btn {
    background: #fee630;
}

.inq_btn i {
    position: relative;
    top: -2px;
    margin-right: 14px;
    font-size: 9px;
    font-size: 0.5625rem;
}

.line_btn {
    font-family: "line-seed";
    background: #3ec755;
}

@media all and (max-width: 768px) {
    .line_btn {
        font-family: inherit;
    }
}

.btn_grn {
    padding: 14px 59px;
    height: auto;
    border-radius: 7px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    background: #3ec755;
}

.more {
    color: #283237;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    border-bottom: 1px solid #283237;
}

.view_btn {
    position: relative;
    padding: 10px 27px;
    color: #fff;
    background-color: #fffbac;
}

.view_btn:before {
    content: "";
    /*ボックス作成*/
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -25px;
    width: calc(100% + 50px);
    background-color: #fffbac;
    z-index: -1;
    transform: skew(-45deg);
}

/* ---------------------------------------------------------
@extend (継承用)
--------------------------------------------------------- */
.montserrat {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.notoM {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.notoB {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

/*-------------------------------------------------
お問い合せ
-------------------------------------------------*/
.mw_wp_form .horizontal-item+.horizontal-item {
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 1em;
}

.att {
    color: #fe0808;
}

.tel_box {
    margin: 0 0 57px;
    padding: 25px 0;
    text-align: center;
    border: 1px solid #999999;
}

.tel_box h3 {
    margin: 0 0 0;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
}

.tel_box p strong {
    font-weight: 700;
    font-size: 40px;
    font-size: 2.5rem;
}

@media all and (max-width: 768px) {
    .tel_box h3 {
        font-size: 16px;
        font-size: 1rem;
    }

    .tel_box p strong {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

@media all and (max-width: 768px) {
    .tel_box h3 {
        font-size: 16px;
        font-size: 1rem;
    }

    .tel_box p strong {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

.form {
    max-width: 827px;
    margin: 0 auto;
    /*
  .wpcf7-list-item-label {
  	box-sizing: border-box;
  	position: relative;
  	display: inline-block;
  	margin: 0 20px 0 0;
  	padding: 0 0 0 20px;
  	vertical-align: middle;
  	cursor: pointer;
  	&:after {
  		position: absolute;
  		top: 50%;
  		left: 0;
  		display: block;
  		margin-top: -8px;
  		width: 14px;
  		height: 14px;
  		background : #fff;
  		border : 1px solid #818A8E;
  		content: '';
  		z-index: 1;
  	}
  	&:before {
  		position: absolute;
  		top: 50%;
  		left: 5px;
  		display: block;
  		margin-top: -8px;
  		width: 6px;
  		height: 9px;
  		border-right: 2px solid #014A88;
  		border-bottom: 2px solid #014A88;
  		transform: rotate(45deg);
  		content: '';
  		opacity: 0;
  		z-index: 10;
  	}
  }
  */
}

.form p {
    margin-bottom: 2em;
}

.form dl {
    width: 100%;
    padding: 15px 0;
}

.form dt {
    margin: 0 0 25px;
    padding: 11px 10px;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    background: #f2f2f2;
}

.form dt a {
    color: #007ec4;
}

.form dt em {
    display: inline-block;
    margin-right: 17px;
    padding: 4px 10px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #222;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    background: #ede34e;
}

.form dd {
    margin: 0 0 40px;
}

.form dd em {
    margin-left: 23px;
    color: #999999;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.5;
}

.form dd textarea {
    padding: 1em;
    width: 100%;
    border: 1px solid #b1b1b1;
}

.form dd textarea+em {
    width: 100%;
}

.form .mwform-checkbox-field {
    white-space: nowrap;
}

.form .att {
    margin: 1em 0 2em;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
}

.form input,
.form textarea {
    font-size: 16px;
    font-size: 1rem;
}

.form input[type=text],
.form input[type=email],
.form input[type=tel] {
    width: 50%;
    padding: 12px 1em;
    border: 1px solid #b1b1b1;
}

.form .wpcf7-form-control-wrap+.att {
    margin: 0.5em 0 0;
}

.form .select-wrap {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.form .select-wrap select {
    height: auto;
    padding: 12px 3em 12px 1em;
    color: #363636;
}

.form .select-wrap:nth-child(n+2) {
    margin-left: 10px;
}

.form input[disabled] {
    background: #efefef;
    border: none;
    color: #3c3c3c;
    -webkit-text-fill-color: black;
    opacity: 1;
}

.form .btn_area {
    display: flex;
    justify-content: center;
    padding: 36px 0 64px;
}

.form .btn_area .btn {
    width: auto;
    min-width: auto;
    padding: 2px 10px;
    font-weight: 400;
    color: #333;
    border-radius: 40px;
    background: #efe743;
    height: auto;
    line-height: 1;
    font-size: 14px;
    font-size: 0.875rem;
}

.form input[type=submit] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    font-size: 0.875rem;
    min-width: 87px;
}

.form input[type=submit] {
    display: inline-block;
    padding: 2px 10px;
    font-weight: 400;
    color: #333;
    border-radius: 40px;
    background: #efe743;
    cursor: pointer;
}

.form input[type=submit].back_btn {
    max-width: 50%;
    margin-right: 30px;
    color: #222222;
    background: #dbdbdb;
}

.form #mail {
    margin-bottom: 5px;
}

.form .mwform-checkbox-field-text {
    font-weight: bold;
}

@media all and (max-width: 768px) {
    .form dt {
        font-size: 14px;
        font-size: 0.875rem;
    }

    .form dt em {
        margin-right: 9px;
        font-size: 12px;
        font-size: 0.75rem;
    }

    .form dd {
        width: 100%;
    }

    .form dd em {
        display: block;
        margin: 0;
        font-size: 12px;
        font-size: 0.75rem;
    }

    .form input[type=text],
    .form input[type=email],
    .form input[type=tel] {
        width: 100%;
    }

    .form .select-wrap {
        margin-bottom: 10px;
    }

    .form .select-wrap:nth-child(n+2) {
        margin-left: 0;
    }

    .form .btn_area {
        padding: 40px 0 80px;
    }

    .form input[type=radio]+label {
        display: inline-block;
        margin-bottom: 12px;
    }

    .form input[type=submit] {
        display: inline-block;
        width: 100%;
        padding: 23px 0;
    }
}

@media all and (max-width: 768px) {
    .form dt {
        font-size: 14px;
        font-size: 0.875rem;
    }

    .form dt em {
        margin-right: 9px;
        font-size: 12px;
        font-size: 0.75rem;
    }

    .form dd {
        width: 100%;
    }

    .form dd em {
        display: block;
        margin: 0;
        font-size: 12px;
        font-size: 0.75rem;
    }

    .form input[type=text],
    .form input[type=email],
    .form input[type=tel] {
        width: 100%;
    }

    .form .select-wrap {
        margin-bottom: 10px;
    }

    .form .select-wrap:nth-child(n+2) {
        margin-left: 0;
    }

    .form .btn_area {
        padding: 40px 0 80px;
    }

    .form input[type=radio]+label {
        display: inline-block;
        margin-bottom: 12px;
    }

    .form input[type=submit] {
        display: inline-block;
        width: 100%;
        padding: 23px 0;
    }
}

.form #formbtn {
    min-width: 400px;
    position: relative;
    display: inline-block;
    padding: 20px 60px;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1;
    z-index: 1;
    font-weight: bold;
    overflow: hidden;
    color: #fff;
    background: #014a88;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
    cursor: pointer;
}

@media all and (max-width: 768px) {
    .form #formbtn {
        width: 100%;
        min-width: 100%;
    }
}

@media all and (max-width: 768px) {
    .form #formbtn {
        width: 100%;
        min-width: 100%;
    }
}

.mw_wp_form_confirm .form dd em {
    display: none;
}

.mw_wp_form_confirm .form dd .confirm {
    display: none;
}

.mw_wp_form_confirm .form dd.text_c {
    text-align: left;
}

.wrap {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

@media all and (max-width: 1000px) {
    .wrap {
        width: 96%;
        margin: 0 auto;
    }
}

@media all and (max-width: 768px) {
    .wrap {
        width: 90%;
    }
}

@media all and (max-width: 768px) {
    .wrap {
        width: 90%;
    }
}

.wrap2 {
    max-width: 837px;
    margin: 0 auto;
}

.company .wrap2 {
    max-width: 864px;
}

@media all and (max-width: 768px) {
    .wrap2 {
        width: 90%;
    }
}

@media all and (max-width: 768px) {
    .wrap2 {
        width: 90%;
    }
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    line-height: 1;
    z-index: 99;
}

#page-top a {
    background: #083A75;
    text-decoration: none;
    color: #fff;
    width: 68px;
    padding: 22px 5px;
    text-align: center;
    display: block;
    border-radius: 90px;
    opacity: 0.9;
    transition: all .3s ease;
}

#page-top a:hover {
    text-decoration: none;
    opacity: .5;
}

#page-top span.arrow {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
    margin: 0 auto;
}

#page-top span.top {
    display: block;
}

header,
footer,
section {
    position: relative;
    z-index: 2;
}

.wrap_inner {
    max-width: 760px;
    margin: 0 auto;
}

.navi_open {
    overflow: hidden;
}

.logo {
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
}

.logo small {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    font-size: 0.6875rem;
}

.logo a {
    display: block;
}

.logo img {
    max-width: 130px;
}

/*----------------------------------------------------------------------
テキスト
----------------------------------------------------------------------*/
.h_style {
    position: relative;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 2.3214285714;
    letter-spacing: 0.07em;
}

h2 {
    margin-bottom: 23px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 27px;
    font-size: 1.6875rem;
}

h2 b {
    color: #efe743;
}

h2 small {
    display: block;
    margin-top: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
}

.h_line {
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
}

.h_line:after {
    margin-left: 2em;
    content: "";
    display: block;
    width: 60%;
    height: 2px;
    background: #283237;
}

/*----------------------------------------------------------------------
レイアウトパーツ
----------------------------------------------------------------------*/
.photo {
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.photo:after {
    display: block;
    content: "";
    padding-top: 64.5161290323%;
}

.photo_img {
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.photo_img:before {
    display: block;
    content: "";
    padding-top: 100%;
}

.photo_img img {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .wrap2>.col>.photo_img img {
        width: 180%;
        height: 180%;
    }
}


.landscape {
    border-radius: 37px;
}

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

    .about_intro article figure.landscape,
    .b-posi figure.landscape {
        border-radius: 16px;
    }
}

.hover-up {
    overflow: hidden;
}

.hover-up img {
    transition: transform 0.6s ease;
}

.hover-up:hover img {
    transform: translate(-50%, -50%) scale(1.2, 1.2);
}

.content_img {
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 51%;
    min-height: 231px;
}

.content_img:before {
    display: block;
    content: "";
    min-height: 231px;
}

.content_img:after {
    background: #fff;
}

.content_img img {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
}

.item_card {
    position: relative;
}

.item_card figure {
    text-align: center;
}

@media all and (max-width: 768px) {
    .item_card .photo_img {
        margin-bottom: 15px;
    }
}

@media all and (max-width: 768px) {
    .item_card .photo_img {
        margin-bottom: 15px;
    }
}

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

.page_about .about_intro .media_box {
    display: block;
}

.item_movie figcaption {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    text-align: center;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    color: #fffbac;
    font-size: 12px;
    font-size: 0.75rem;
}

/*----------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------*/
.catch {
    display: none;
}

@media all and (max-width: 768px) {
    .catch {
        display: block;
        padding: 2px 12px;
        font-size: 9px;
        font-size: 0.5625rem;
        text-align: center;
        border-bottom: 1px solid #707070;
    }
}

@media all and (max-width: 768px) {
    .catch {
        display: block;
        padding: 2px 12px;
        font-size: 9px;
        font-size: 0.5625rem;
        text-align: center;
        border-bottom: 1px solid #707070;
    }
}

.header {
    z-index: 999;
    width: 100%;
    background: #fffbac;
    transition: all 0.55s linear;
}

.header .wrap {
    display: flex;
    align-items: flex-end;
}

.header .logo {
    line-height: 1;
}

.header .sp_logo {
    display: none;
}

@media all and (max-width: 768px) {
    .header {
        position: fixed;
        top: 0;
        padding: 20px 0 0;
        background: transparent;
    }

    .header .sp_logo {
        display: block;
    }
}

@media all and (max-width: 768px) {
    .header {
        position: fixed;
        top: 0;
        padding: 20px 0 0;
        background: transparent;
    }

    .header .sp_logo {
        display: block;
    }
}

.index_header {
    position: absolute;
    padding-bottom: 46px;
}

.index_header .sub_navi {
    margin-bottom: 15px;
}

@media all and (max-width: 768px) {
    .index_header {
        padding-bottom: 10px;
    }

    .index_header .navi_main {
        margin-top: 0;
    }

    .index_header .toggle {
        top: 10px;
    }
}

@media all and (max-width: 768px) {
    .index_header {
        padding-bottom: 10px;
    }

    .index_header .navi_main {
        margin-top: 0;
    }

    .index_header .toggle {
        top: 10px;
    }
}

.index_header.scroll_head .sub_navi {
    margin-bottom: 15px;
}

@media all and (max-width: 768px) {
    .index_header.scroll_head .toggle {
        top: 10px;
    }
}

@media all and (max-width: 768px) {
    .index_header.scroll_head .toggle {
        top: 10px;
    }
}

.page_header {
    position: absolute;
    padding: 0 0 22px;
    background: #fff;
}

.page_header .navi_main .navi {
    margin-top: 15px;
}

.page_header .sns_navi {
    display: none;
}

@media all and (max-width: 768px) {
    .page_header {
        padding: 12px 0 12px;
    }

    .page_header .navi_main .navi {
        margin-top: 0;
    }

    .page_header .sns_navi {
        display: block;
    }
}

@media all and (max-width: 768px) {
    .page_header {
        padding: 12px 0 12px;
    }

    .page_header .navi_main .navi {
        margin-top: 0;
    }

    .page_header .sns_navi {
        display: block;
    }
}

.page_header.scroll_head {
    top: 0;
}

.scroll_head {
    position: fixed;
    top: 0;
    padding: 0 0 20px;
    background: #fff;
    box-shadow: 0 2px 3px rgba(80, 77, 77, 0.16);
    animation: DownAnime 0.5s forwards;
}

.scroll_head .navi_main .navi {
    margin-bottom: 0;
}

.scroll_head .sns_navi {
    display: none;
}

@media all and (max-width: 768px) {
    .scroll_head {
        padding: 10px 0;
    }

    .scroll_head .sp_logo {
        display: block;
    }

    .scroll_head .sns_navi {
        display: block;
    }
}

@media all and (max-width: 768px) {
    .scroll_head {
        padding: 10px 0;
    }

    .scroll_head .sp_logo {
        display: block;
    }

    .scroll_head .sns_navi {
        display: block;
    }
}

/*　上に上がる動き　*/
.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-200%);
    }
}

/*　下に下がる動き　*/
.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-200%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn_sec .btn_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 46px;
    margin-left: -42px;
}

.btn_sec .btn_area .btn {
    width: calc(33.333% - 42px);
    min-width: auto;
    margin-left: 42px;
}

@media all and (max-width: 768px) {
    .btn_sec .btn_area {
        margin-bottom: 0;
        margin-left: 0;
    }

    .btn_sec .btn_area .btn {
        width: 100%;
        margin-left: 0;
        margin-bottom: 35px;
    }

    .btn_sec .text_c {
        text-align: left !important;
    }
}

@media all and (max-width: 768px) {
    .btn_sec .btn_area {
        margin-bottom: 0;
        margin-left: 0;
    }

    .btn_sec .btn_area .btn {
        width: 100%;
        margin-left: 0;
        margin-bottom: 35px;
    }

    .btn_sec .text_c {
        text-align: left !important;
    }
}

/*----------------------------------------------------------------------
フッター
----------------------------------------------------------------------*/
.address {
    padding: 67px 0 33px;
}

.address .wrap {
    max-width: 1000px;
}

.address .col {
    align-items: flex-start;
    margin-bottom: 42px;
}

.address address {
    display: flex;
    align-items: flex-end;
    width: calc(100% - 274px);
}

.address address .photo_img {
    width: 120px;
}

.address address .photo_img:before {
    padding-top: 125.8333333333%;
}

.address address .text {
    width: calc(100% - 120px);
    padding-left: 15px;
}

.address address .logo {
    margin-bottom: 21px;
}

.address address dl {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4px;
    font-family: noto-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
}

.address address dl dt {
    width: 64px;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    background: #e3e3e3;
}

.address address dl dd {
    width: calc(100% - 64px);
    padding-left: 10px;
}

.address address .tel_dl {
    align-items: flex-end;
    margin-bottom: 0;
}

.address address .tel_dl dt {
    font-size: 32px;
    text-align: right;
    background: none;
}

.address address .tel_dl dd {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
}

.address address .tel_dl dd b {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
}

.address .btn_area {
    width: 274px;
    margin-top: 65px;
}

.address .btn_area .btn {
    margin-bottom: 13px;
}

.address .btn_area p {
    margin-top: 5px;
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.75;
}

.address .sns_navi {
    display: flex;
    justify-content: center;
}

.address .sns_navi li {
    line-height: 1;
    margin: 0 28px;
}

.address .sns_navi li:first-child {
    margin-left: 0;
}

.address .sns_navi a {
    text-align: center;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1;
}

.address .sns_navi i {
    display: block;
    font-size: 17px;
    font-size: 1.0625rem;
}

@media all and (max-width: 768px) {
    .address .col {
        margin-bottom: 0;
    }

    .address address {
        width: 100%;
        margin-bottom: 45px;
        flex-direction: column;
    }

    .address address .text {
        width: 100%;
        padding-left: 0;
        margin-bottom: 26px;
    }

    .address address dl {
        display: flex;
        align-items: normal;
        margin-bottom: 18px;
    }

    .address address .tel_dl {
        margin-top: 40px;
    }

    .address address .tel_dl dt {
        width: auto;
    }

    .address address .tel_dl dd {
        width: auto;
    }

    .address address .tel_dl dd b {
        font-size: 40px;
        font-size: 2.5rem;
    }

    .address address .photo_img {
        width: 100%;
    }

    .address address .photo_img:before {
        padding-top: 55.6547619048%;
    }

    .address .btn_area {
        width: 100%;
        margin-top: 0;
    }

    .address .sns_navi {
        display: none;
    }
}

@media all and (max-width: 768px) {
    .address .col {
        margin-bottom: 0;
    }

    .address address {
        width: 100%;
        margin-bottom: 45px;
        flex-direction: column;
    }

    .address address .text {
        width: 100%;
        padding-left: 0;
        margin-bottom: 26px;
    }

    .address address dl {
        display: flex;
        align-items: normal;
        margin-bottom: 18px;
    }

    .address address .tel_dl {
        margin-top: 40px;
    }

    .address address .tel_dl dt {
        width: auto;
    }

    .address address .tel_dl dd {
        width: auto;
    }

    .address address .tel_dl dd b {
        font-size: 40px;
        font-size: 2.5rem;
    }

    .address address .photo_img {
        width: 100%;
    }

    .address address .photo_img:before {
        padding-top: 55.6547619048%;
    }

    .address .btn_area {
        width: 100%;
        margin-top: 0;
    }

    .address .sns_navi {
        display: none;
    }
}

footer {
    padding: 72px 0 10px;
    text-align: center;
    background: #f8f8f8;
}

footer .logo {
    text-align: left;
    margin-bottom: 28px;
}

footer .col {
    margin-bottom: 100px;
}

footer address dl {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 10px;
}

footer address dl dt {
    width: 6em;
    font-size: 12px;
    font-size: 0.75rem;
}

footer address dl dt em {
    font-weight: 400;
    font-style: normal;
    padding: 2px 14px;
    background: #fee630;
}

footer address dl dd {
    width: calc(100% - 5em);
    white-space: nowrap;
    padding-left: 10px;
}

footer .f_navi {
    margin-left: auto;
}

footer .f_navi ul {
    display: flex;
}

footer .copyright {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #283237;
}

@media all and (max-width: 768px) {
    footer {
        padding: 60px 0 30px;
    }

    footer .col {
        flex-direction: column;
        margin-bottom: 30px;
    }

    footer .logo {
        text-align: center;
    }

    footer address {
        margin-bottom: 40px;
    }

    footer address dl {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    footer address dl dt {
        width: 100%;
        margin-bottom: 5px;
    }

    footer address dl dt em {
        display: block;
        width: 100%;
    }

    footer address dl dd {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    footer .f_navi {
        margin-left: 0;
    }

    footer .f_navi ul {
        flex-direction: column;
    }

    footer .f_navi ul li {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 768px) {
    footer {
        padding: 60px 0 30px;
    }

    footer .col {
        flex-direction: column;
        margin-bottom: 30px;
    }

    footer .logo {
        text-align: center;
    }

    footer address {
        margin-bottom: 40px;
    }

    footer address dl {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    footer address dl dt {
        width: 100%;
        margin-bottom: 5px;
    }

    footer address dl dt em {
        display: block;
        width: 100%;
    }

    footer address dl dd {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    footer .f_navi {
        margin-left: 0;
    }

    footer .f_navi ul {
        flex-direction: column;
    }

    footer .f_navi ul li {
        margin-bottom: 20px;
    }
}

/*# sourceMappingURL=style.css.map */