@charset "UTF-8";
/* ===================================
Reset
=================================== */
html, 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,
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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.8;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* input textarea reset
==============================　*/
input,
textarea,
select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 100%;
    outline: none;
    outline: 0;
}
select::-ms-expand {
    display: none;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}
/* ===================================
Foundation
=================================== */
* {
    box-sizing: border-box;
    line-break: strict;
}
body {
    /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
    color: #333;
}
html.open,
body.open{
    position: fixed;
    overflow: hidden;
}
.min{
    font-family: 'Shippori Mincho', serif;
}
.min_02{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
}
/* テキスト
==============================　*/
a {
    text-decoration: none;
    color: inherit;
}
strong {
    font-weight: bold;
}
b {
    font-weight: bold;
}
sup {
    vertical-align: top;
}
/* メディア
==============================　*/
img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
video {
    display: block;
    max-width: 100%;
    height: auto;
    outline: none;
}
iframe {
    max-width: 100%;
}

main{
    padding-top: 90px;
}
.fix_bg {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.fix_bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.sec{
    padding: 0 15px;
}
.sec_inner{
    max-width: 1100px;
    margin: auto;
    padding-top: 130px;
}

.sec_ttl{
    margin-bottom: 22px;
    color: #293271;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.12em;
}
.sec_ttl span{
    display: inline-block;
    color: #999999;
    font-size: 14px;
    margin-left: 13px;
    vertical-align: 3px;
    letter-spacing: 0.12em;
}

.page_ttl{
    color: #2d3271;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0.12em;
}
.page_ttl span{
    margin-left: 11px;
    color: #999999;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
    vertical-align: 2px;
}

@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1100px) {
    .sec{
        padding: 0 20px;
    }
    .sec_inner{
        padding-top: 50px;
    }
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
    main{
        padding-top: 55px;
    }
    .page_ttl{
        font-size: 28px;
    }
}
@media screen and (max-width: 599px) {
}
@media screen and (max-width: 450px) {
    .sec{
        padding: 0 15px;
    }
    .sec_ttl{
        margin-bottom: 11px;
        font-size: 20px;
    }
    .page_ttl{
        font-size: 24px;
    }
}
@media screen and (max-width: 370px) {
}

.pc{
    display: block;
}
.sp{
    display: none;
}
@media screen and (max-width: 767px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}

/* マウスポインター */
.follower{
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    background: rgba(220, 205, 177, 0.8);
    border-radius: 100%;
    z-index: 90000;
    transform: translate(0, 0);
    transition:
        width 0.6s,
        height 0.6s,
        top 1s,
        left 1s,
        transform ease-in,
        background 0.3s,
        opacity 0.3s;
    pointer-events: none;
}
.fol-hover{
    top: -15px;
    left: -15px;
    width: 30px;
    height: 30px;
    border: none;
    background: rgba(220, 205, 177, 0.8);
    transition:
        width 0.3s,
        height 0.3s,
        top 0.3s,
        left 0.3s,
        transform ease-out,
        background 0.3s,
        opacity 0.3s;
}
@media screen and (max-width: 1025px) {
    .follower{
        display: none;
    }
}

/* ===================================
ヘッダー
=================================== */
header#header{
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: #fff;
}
header#header.type02{
    background-color: #fbfbfb;
    border-bottom: 1px solid #e2e2e2;
}
.header_inner{
    display: flex;
    justify-content: space-between;
    padding: 22px 48px;
}
.header_inner .logo{
    width: 225px;
}
.h_btn_wrap{
    display: flex;
    align-items: center;
}
.simulation_btn{
    margin-right: 70px;
}
.simulation_btn a{
    position: relative;
    display: block;
    /*background-color: #293271;*/
    background: linear-gradient(90deg, #DBC291 0%, #BDA169 100%);
    border: none;
    padding: 8px 20px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    transition: .3s;
}
.simulation_btn a::before{
    content: "";
    display: inline-block;
    width: 11px;
    height: 12px;
    margin-right: 10px;
    background-image: url(../img/common/simulation_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.simulation_btn a:hover{
    opacity: .6;
}

.hmb_btn {
    cursor: pointer;
    position: fixed;
    top: 30px;
    right: 50px;
    z-index: 1001;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 40px;
}
.hmb_btn span{
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #666666;
    border-radius: 50px;
    opacity: 1;
    transition: .3s;
}

/* 開閉前
==============================　*/
/* 123 */
.hmb_btn span:nth-of-type(1){
    top: 0;
    left: 0;
    transform: translate(0, 0);
    opacity: 1;
}
.hmb_btn span:nth-of-type(2){
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 1;
}
.hmb_btn span:nth-of-type(3){
    top: 0;
    right: 0;
    transform: translate(0, 0);
    opacity: 1;
}

/* 456 */
.hmb_btn span:nth-of-type(4){
    background-color: #666666;
    width: 4px;
    height: 4px;
    top: calc(50% - 2px);
    left: 0;
    transform: rotate(0deg);
}
.hmb_btn span:nth-of-type(5){
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}
.hmb_btn span:nth-of-type(6){
    background-color: #666666;
    width: 4px;
    height: 4px;
    top: calc(50% - 2px);
    right: 0;
    transform: rotate(0deg);
}

/* 789 */
.hmb_btn span:nth-of-type(7){
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
    opacity: 1;
}
.hmb_btn span:nth-of-type(8){
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 1;
}
.hmb_btn span:nth-of-type(9){
    bottom: 0;
    right: 0;
    transform: translate(0, 0);
    opacity: 1;
}


/* 開閉後
==============================　*/
/* 123 */
.hmb_btn.active span:nth-of-type(1){
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hmb_btn.active span:nth-of-type(2){
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hmb_btn.active span:nth-of-type(3){
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    opacity: 0;
}

/* 456 */
.hmb_btn.active span:nth-of-type(4){
    background-color: #fff;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: rotate(45deg);
}
.hmb_btn.active span:nth-of-type(5){
    opacity: 0;
}
.hmb_btn.active span:nth-of-type(6){
    background-color: #fff;
    width: 100%;
    height: 1px;
    top: 50%;
    right: 0;
    transform: rotate(-45deg);
}

/* 789 */
.hmb_btn.active span:nth-of-type(7){
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    opacity: 0;
}
.hmb_btn.active span:nth-of-type(8){
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    opacity: 0;
}
.hmb_btn.active span:nth-of-type(9){
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    opacity: 0;
}


/* ハンバーガーメニュー */
.hmb_area{
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #293271;
    width: 100%;
    height: 100vh;
    padding: 0 20px;
    overflow-y: auto;
    scrollbar-width: none;
    transition: .3s;
}
.hmb_area::-webkit-scrollbar{
    display:none;
}
.hmb_area.open{
    opacity: 1;
    pointer-events: all;
}

.hmb_inner{
    max-width: 1100px;
    margin: auto;
    padding: 80px 0 80px;
}

.hmb_inner form#search_form{
    margin-bottom: 70px;
}

/* ラジオボタン */
.hmb_radio{
    display: flex;
    flex-wrap: wrap;
}
.hmb_radio input[type=radio] {
    font-family: 'Noto Sans JP', sans-serif;
    display: none;
}
.hmb_radio input[type=radio] + label {
    position: relative;
    display: block;
    width: fit-content;
    font-family: 'Noto Sans JP', sans-serif;
    cursor: pointer;
    background-color: #3f477e;
    border-radius: 50px;
    padding: 8px 29px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
    transition: .2s;
}
.hmb_radio input[type=radio] + label:last-of-type{
    margin-right: 0;
}
.hmb_radio input[type=radio] + label::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    transition: .1s;
    opacity: 0;
}
.hmb_radio input[type=radio] + label::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    transition: .1s;
    opacity: 0;
}
.hmb_radio input[type=radio]:checked + label {
    position: relative;
    display: block;
    width: fit-content;
    font-family: 'Noto Sans JP', sans-serif;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50px;
    padding: 8px 29px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #333;
    font-size: 12px;
    letter-spacing: 0.1em;
}
.hmb_radio input[type=radio]:checked + label:last-of-type{
    margin-right: 0;
}
.hmb_radio input[type=radio]:checked + label::before {
    opacity: 1;
}
.hmb_radio input[type=radio]:checked + label::after {
    opacity: 1;
}

.hmb_textarea_wrap{
    display: flex;
    justify-content: space-between;
}
/* テキストフォーム */
input.hmb_txt_form {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    border: none;
    appearance: none;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fff;
    font-size: 12px;
    padding: 13px 20px;
    letter-spacing: 0.12em;
    margin-right: 20px;
    border-radius: 0;
}
input.hmb_txt_form::placeholder{
    color: #bcbcbc;
    font-size: 12px;
    letter-spacing: 0.12em;
}
/* セレクトフォーム */
select.hmb_select_form {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    border: none;
    appearance: none;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fff;
    font-size: 14px;
    padding: 13px 20px;
    letter-spacing: 0.12em;
    margin-right: 20px;
    border-radius: 0;
}
/* 送信ボタン*/
.hmb_area button#sbtn {
    cursor: pointer;
    margin: auto;
    display: block;
    max-width: 220px;
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 100px;
    background: linear-gradient(225deg, rgba(189,161,105,1) 0%, rgba(219,194,145,1) 100%);
    color: #fff;
    font-size: 12px;
    transition: .3s;
}
.hmb_area button#sbtn:hover{
    opacity: .6;
}

/* 共通 */
.hmb_menu_box{
    margin-top: 15px;
}
.hmb_menu_box .sec_ttl{
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 9px;
}
.hmb_menu_box .sec_ttl span{
    color: #dadada;
}

/* エリア選択 */
.hmb_area_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 43px;
}

.a_item_box{
    display: flex;
    border-bottom: 1px solid #3f477e;
    width: calc(50% - 50px);
    padding-bottom: 23px;
    margin-bottom: 23px;
}
.a_item_box:nth-last-of-type(1),
.a_item_box:nth-last-of-type(2){
    border-bottom: none;
}
.a_item_box .a_item_img{
    flex-shrink: 0;
    width: 70px;
    margin-right: 30px;
    padding: 7px 0;
}
.a_item_box .a_ttl{
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.12em;
}
.a_item_box .a_list{
    display: flex;
    flex-wrap: wrap;
}
.a_item_box .a_list li{
    display: block;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.12em;
    margin-right: 27px;
    line-height: 2.3em;
    transition: .3s;
}
.a_item_box .a_list li:hover{
    opacity: .6;
}

.hmb_news_list{
    display: flex;
    margin-top: 43px;
    margin-bottom: 20px;
}
.hmb_news_list li{
    width: calc((100% / 3) - 10px);
    margin-right: 15px;
}
.hmb_news_list li:last-of-type{
    margin-right: 0;
}
.hmb_news_list li a{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.12em;
    transition: .3s;
}
.hmb_news_list li a:hover{
    opacity: .6;
}
.hmb_news_img{
    flex-shrink: 0;
    width: 120px;
    aspect-ratio: 3/2;
    margin-right: 20px;
}

.hmb_menu_box .archive_btn a{
    position: relative;
    padding-left: 24px;
    font-size: 12px;
    letter-spacing: 0.12em;
    transition: .3s;
    color: #fff;
}
.hmb_menu_box .archive_btn a:hover{
    opacity: .6;
}
.hmb_menu_box .archive_btn a::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 15px;
    height: 1px;
    background-color: #fff;
}

@media screen and (max-width: 1100px) {
    .a_item_box{
        width: calc(50% - 20px);
    }
    .hmb_news_list li{
        margin-right: 15px;
    }
}
@media screen and (max-width: 1023px) {
    .header_inner{
        padding: 22px 20px;
    }
    .simulation_btn{
        margin-right: 50px;
    }
    .hmb_btn{
        right: 20px;
    }
    .hmb_inner form#search_form{
        margin-bottom: 50px;
    }
    .hmb_area_wrap{
        margin-top: 30px;
    }
    .hmb_radio_wrap {
        overflow-x: auto;
        width: 100%;
        scrollbar-width: thin;
        scrollbar-color: #707EB2 transparent;
        margin-bottom: 7px;
    }
    .hmb_radio_wrap::-webkit-scrollbar{
        height: 5px;
    }
    .hmb_radio_wrap::-webkit-scrollbar-track{
        background-color: transparent;
    }
    .hmb_radio_wrap::-webkit-scrollbar-thumb{
        background-color: #707EB2;
        border-radius: 10px;
    }
    .hmb_radio {
        width: 600px;
    }

    .hmb_news_list{
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .hmb_news_list li{
        width: 100%;
        margin-right: 0;
    }
    .hmb_news_list li a{
        margin-top: 0;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .hmb_inner{
        padding: 70px 0 160px;
        padding-bottom: calc(env(safe-area-inset-bottom) + 160px);
    }
    .header_inner{
        padding: 11px 20px;
    }
    .header_inner .logo{
        width: 138px;
    }
    .simulation_btn{
        margin-right: 45px;
    }
    .simulation_btn a{
        padding: 4px 14px;
        letter-spacing: 0.07em;
    }
    .hmb_btn{
        top: 16px;
        width: 25px;
        height: 25px;
    }

    .hmb_radio_wrap{
        margin-bottom: 10px;
    }
    .hmb_textarea_wrap{
        flex-direction: column;
    }
    input.hmb_txt_form{
        margin-right: 0;
        margin-bottom: 10px;
    }
    select.hmb_select_form{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .hmb_area button#sbtn{
        margin-top: 10px;
    }

    .hmb_radio input[type=radio] + label,
    .hmb_radio input[type=radio]:checked + label{
        padding: 8px 20px;
    }
    input.hmb_txt_form{
        padding: 7px 20px;
    }
    select.hmb_select_form{
        padding: 7px 20px;
    }

    .hmb_area_wrap{
        flex-direction: column;
    }
    .a_item_box{
        width: 100%;
    }
    .a_item_box:nth-last-of-type(2){
        border-bottom: 1px solid #3f477e;
    }

    .a_item_box:last-of-type{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 599px) {
}
@media screen and (max-width: 450px) {
    input.hmb_txt_form{
        font-size: 16px;
    }
    .hmb_area_wrap{
        margin-top: 24px;
        padding-left: 10px;
    }
    .a_item_box .a_item_img{
        width: 70px;
        margin-right: 30px;
    }
    .a_item_box .a_list li{
        margin-right: 27px;
    }
}
@media screen and (max-width: 370px) {
    .header_inner{
        padding: 11px 15px;
    }
    .simulation_btn{
        margin-right: 35px;
    }
    .simulation_btn a{
        padding: 4px 9px;
        letter-spacing: 0.01em;
    }

    .hmb_btn{
        right: 15px;
    }
}


/* ===================================
パンくず
=================================== */
.breadcrumbs{
    display: flex;
    align-items: center;
    padding: 12px 50px;
    overflow-x: auto;
    scrollbar-width: none;
}
.breadcrumbs::-webkit-scrollbar{
    display: none;
}
.breadcrumbs::-webkit-scrollbar-thumb{
    background-color: #e2e2e2;
    border-radius: 10px;
}
.breadcrumbs li{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 16px;
    color: #999999;
    font-size: 10px;
    letter-spacing: 0.12em;
}
.breadcrumbs li.breadcrumbs_top{
    color: #293271;
}
.breadcrumbs li.breadcrumbs_top a{
    margin-right: 17px;
}
.breadcrumbs li.breadcrumbs_top span{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    transform: rotate(-45deg);
    transform-origin: center;
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 1023px) {
    .breadcrumbs{
        padding: 10px 20px;
    }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 599px) {
}
@media screen and (max-width: 450px) {
}
@media screen and (max-width: 370px) {
}


/* ===================================
2カラムデザイン
=================================== */
.cont_wrap{
    display: flex;
}
.left{
    width: calc(100% - 240px);
}
.right{
    max-width: 280px;
    width: 100%;
    padding-left: 40px;
}
.stick_area{
    position: sticky;
    top: 150px;
}
.s_a_ttl{
    margin-top: 20px;
    margin-bottom: 3px;
    color: #293271;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.12em;
}
.s_a_ttl:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1100px) {
    .right{
        max-width: 240px;
        width: 100%;
        padding-left: 20px;
        margin-left: 0;
    }
}
@media screen and (max-width: 1023px) {
    .stick_area{
        top: 120px;
    }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 599px) {
    .cont_wrap{
        flex-direction: column;
    }
    .left{
        width: 100%;
    }
    .right {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .s_a_ttl {
        font-size: 14px;
    }
}
@media screen and (max-width: 450px) {
}
@media screen and (max-width: 370px) {
}



/* ===================================
フッター
=================================== */
.simu_box{
    padding: 90px 20px 100px;
    background-image: url(../img/common/foot_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.simu_ttl{
    position: relative;
    width: fit-content;
    margin: auto;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.12em;
}
.simu_ttl::before,
.simu_ttl::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 25px;
    background-color: #fff;
}
.simu_ttl::before{
    left: -12px;
    transform: translateY(-50%) rotate(-45deg);
}
.simu_ttl::after{
    right: -12px;
    transform: translateY(-50%) rotate(45deg);
}

.simu_btn a{
    display: block;
    max-width: 400px;
    margin: auto;
    margin-top: 13px;
    padding: 10px 0;
    padding-left: 7px;
    /*border: 1px solid #fff;*/
    background: linear-gradient(90deg, #DBC291 0%, #BDA169 100%);
    border: none;
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.12em;
    transition: .3s;
}
.simu_btn a:hover{
    opacity: .6;
}
.simu_btn a::before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 14px;
    background-image: url(../img/common/foot_simulation_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer_bottom{
    padding: 0 20px;
}
.footer_attention{
    max-width: 1100px;
    margin: 0 auto;
    font-size: 12px;
    padding: 40px 0 0;
}
.footer_inner{
    max-width: 1100px;
    margin: auto;
    padding: 50px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_list li{
    display: inline-block;
    position: relative;
    margin-right: 55px;
}
.nav_list li a{
    display: block;
    font-size: 14px;
    padding-left: 24px;
    letter-spacing: 0.12em;
    transition: .3s;
}
.nav_list li a:hover{
    opacity: .6;
}
.nav_list li a::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 15px;
    height: 1px;
    background-color: #333;
}

.copy_txt{
    font-size: 12px;
    letter-spacing: 0.12em;
}

@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
    .footer_inner{
        flex-direction: column;
        padding: 28px 20px;
    }
    .nav_list{
        margin-bottom: 30px;
    }
    .nav_list li:last-of-type{
        margin-right: 0;
    }
}
@media screen and (max-width: 599px) {
}
@media screen and (max-width: 450px) {
    .simu_box{
        padding: 35px 40px 40px;
    }
    .simu_ttl{
        font-size: 16px;
    }
    .simu_btn a{
        padding: 8px 0;
        padding-left: 3px;
        font-size: 18px;
    }
    .simu_btn a::before{
        margin-right: 10px;
    }

    .footer_inner{
        padding: 28px 20px;
    }
    .nav_list li a{
        font-size: 12px;
    }
}
@media screen and (max-width: 370px) {
    .simu_ttl{
        font-size: 14px;
    }
}
