@charset "UTF-8";
/*-----------------------------------
	base
-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    overflow-x: hidden;
}
body {
    font-family: 'Noto Sans JP', "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 15px;
    font-size: 1.5rem;
    color: #3D3D3D;
    line-height: 180%;
    letter-spacing: 0.03rem;
    font-weight: 500;
    background: #F8FAFA;
    margin: 0 !important;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
    -webkit-overflow-scrolling: touch;
    /* 慣性スクロールを追加 */
}
/* other */
::selection {
    background: #333;
    color: #fff;
}
//Firefox
::-moz-selection {
    background: #333;
    color: #fff;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* img,a */
img {
    max-width: 100%;
    height: auto;
}
a,
a:link,
a:visited {
    color: #333434;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #333434;
    text-decoration: none;
}
a img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
a:hover img {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
/* フォント */
.fs_gc {
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.fs_en {
    font-family: 'Josefin Sans', sans-serif;
}
/* フレックスボックス */
.row_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* 中央寄せ */
.center_box {
    margin-right: auto;
    margin-left: auto;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
input[type="reset"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="reset"]::focus {
    outline-offset: -2px;
}
/* device */
.sp {
    display: none;
}
.pc {
    display: block;
}
/* コンテンツ */
.contents_wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.contents_inner {
    width: 1400px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
/* パーツ */
.title_style {
    font-size: 42px;
}
.title_style span {
    display: block;
    margin-bottom: 15px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.link_btn_01 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.link_btn_01 .link_btn_01_img {
    display: block;
    width: 46px;
    height: 43px;
    margin-right: 15px;
    background: #D42442;
    border-radius: 50%;
    position: relative;
}
.link_btn_01 .link_btn_01_img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    margin: auto 0;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.2s;
}
.link_btn_01 .link_btn_01_txt {
    position: relative;
    color: #000000;
}
.link_btn_01 .link_btn_01_txt:before {
    content: "";
    width: 100%;
    height: 1px;
    line-height: 1;
    background: #0D0D0D;
    position: absolute;
    bottom: 5px;
    right: 0;
}
.link_btn_01:hover .link_btn_01_img {
    margin-right: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.link_btn_01:hover .link_btn_01_txt:before {
    background: #D42442;
}
.title_style {
    line-height: 1;
}
.title_style span {
    display: block;
    margin-bottom: 15px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* 1文字ずつ出現させるためのCSS */
.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}

@media screen and (max-width: 1200px) {
    .title_style {
        font-size: 38px;
    }
    .title_style span {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 840px) {
    body {
        font-size: 13px;
        font-size: 1.3em;
        line-height: 1.6em;
        letter-spacing: 0.05rem;
    }
}
@media screen and (max-width: 640px) {
    /* device */
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    /* パーツ */
    .link_btn_01 {
        font-size: 16px;
    }
    .link_btn_01 .link_btn_01_img {
        width: 40px;
        height: 40px;
    }
    .link_btn_01 .link_btn_01_img:after {
        left: 13px;
        width: 11px;
        height: 11px;
    }
    .title_style {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .title_style span {
        margin-bottom: 10px;
        font-size: 13px;
    }
}
/* tel */
a[href*="tel:"] {
    pointer-events: none;
}
@media screen and (max-width: 840px) {
    a[href*="tel:"] {
        pointer-events: initial;
    }
}
/*-----------------------------------
	header
-----------------------------------*/
/*ヘッター レイアウト
--------------------------*/
header.ly_header {
    z-index: 1000;
    width: 100%;
    position: relative;
}
header .ly_header_inner {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
header .ly_header_inner a {
    color: #fff;
    transition: 0.2s ease;
}
header .ly_header_inner a:hover {
    opacity: 0.8;
}
header .ly_header_inner a .sm {
    font-size: 12px;
}
/*ヘッターロゴ
--------------------------*/
header .bl_headerLogo {
    margin-top: 20px;
}
header .bl_headerLogo span {
    margin-top: 10px;
    display: block;
}
header a.bl_headerLogo_link {
    display: inline-block;
}
header a.bl_headerLogo_link:hover {
    opacity: 0.8;
}
/*ナビゲーション
--------------------------*/
header .bl_headerNav {
    font-size: 15px;
    margin-top: 25px;
}
header .bl_headerNav_list {
    width: 100%;
}
header .bl_headerNav_item:first-child {
    display: none;
}
header .bl_headerNav_item:nth-child(n+3) {
    margin-left: 2em;
}
header .contact_headerNav {
    margin-left: 40px;
}
header .contact_headerNav a:hover {
    opacity: 1;
}
header .bl_headerNav_link {
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1;
    height: 100%;
    position: relative;
    display: -ms-grid;
    display: grid;
    place-items: center;
}
/*ホバー
--------------------------*/
header .hv_slideLine {
    position: relative;
}
header .hv_slideLine:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    width: 0;
    height: 1px;
    bottom: -8px;
    left: 0;
    -webkit-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
}
header a:hover .hv_slideLine,
header a:focus .hv_slideLine {
    text-decoration: none;
}
header a:hover .hv_slideLine::after,
header a:focus .hv_slideLine::after {
    width: 100%;
}
/*ヘッターボタン
--------------------------*/
header .bl_headerBtn {
    font-size: 16px;
    padding: 15px 28px 18px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    background-color: #b91e38;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 30px;
}
header .bl_headerBtn:focus,
header .bl_headerBtn:hover {
    background-color: #1d1d1d;
    opacity: 1;
}
header .bl_headerBtn_body {
    display: inline-block;
    vertical-align: middle;
}
header .bl_headerBtn_append {
    content: url(../img/common/mail_box_ttl.svg);
    width: 15px;
    height: 12px;
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
}
/*ハンバーガーボタン
--------------------------*/
header .bl_hamburger {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: #d42442;
    display: none;
    place-items: center;
    border: none;
    cursor: pointer;
    transition: ease 0.2s;
}
header .bl_hamburger:hover {
    background-color: #000000;
}
header .bl_hamburger_line {
    position: relative;
    width: 30px;
    height: 2px;
    background: #fff;
}
header .bl_hamburger_line::before,
header .bl_hamburger_line::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
header .bl_hamburger_line::before {
    top: -10px;
}
header .bl_hamburger_line::after {
    bottom: -10px;
}
/*開いた状態*/
header .is_hmActive .bl_hamburger_line {
    background: transparent;
}
header .is_hmActive .bl_hamburger_line::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
header .is_hmActive .bl_hamburger_line::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media screen and (max-width: 1200px) {
    header .bl_headerNav_item:nth-child(n+3) {
        margin-left: 0px;
    }
    header .bl_headerNav_item:last-child {
        margin-left: 20px;
    }
    header .bl_headerNav {
        font-size: 14px;
    }
    header .bl_headerLogo span {
        font-size: 15px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 1080px) {
    /*--- ヘッターロゴ ---*/
    header .bl_headerLogo {
        margin-top: 15px;
        margin-left: 0;
    }
    header .bl_headerLogo {
        margin-top: 10px;
    }
    header .bl_headerNav .bl_headerLogo {
        margin: 5px 0 5px 15px;
    }
    header .bl_headerNav .bl_headerLogo a {
        width: 270px;
    }
    header .bl_headerLogo span {
        font-size: 12px;
        margin-top: 5px;
    }
    /*--- ナビゲーション ---*/
    header .bl_headerNav {
        position: fixed;
        z-index: 98;
        /*アクティブクラスがないときの位置*/
        top: -120vh;
        left: 0;
        width: 100%;
        height: 100vh;
        -webkit-transition: ease 0.6s;
        -o-transition: ease 0.6s;
        transition: ease 0.6s;
        background: #f8fafa;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        margin-top: 0;
    }
    /*アクティブクラスがついたら位置を0に*/
    header .bl_headerNav.is_navActive {
        top: 0;
    }
    header .bl_headerNav_list>*+* {
        border-top: 1px solid #ececec;
    }
    header .bl_headerNav_item {
        width: 100%;
    }
    header .bl_headerNav_item:nth-child(n+3) {
        margin-left: 0;
    }
    header .bl_headerNav .bl_headerNav_item:first-child,
    header .bl_headerNav .bl_headerNav_item:last-child {
        display: block;
    }
    header .contact_headerNav {
        width: 100%;
        padding: 0 5%;
        margin-left: 0;
    }
    header .bl_headerNav a.bl_headerNav_link {
        display: block;
        font-weight: 400;
        padding: 30px 0 30px 50px;
        color: initial;
    }
    header .bl_headerNav a.bl_headerNav_link:hover {
        background: #e9e9e9;
    }
    header .hv_slideLine:after {
        display: none;
    }
    header .bl_headerNav_link::before {
        left: 12px;
    }
    header .bl_headerNav_link {
        height: auto;
    }
    /*--- ヘッターボタン ---*/
    header .bl_headerBtn {
        display: block;
        text-align: center;
        padding: 25px 20px 25px;
        margin: 30px 20px 0;
        border-radius: 40px;
    }
    /*--- ハンバーガーボタン ---*/
    header .bl_hamburger {
        display: -ms-grid;
        display: grid;
    }
}

@media screen and (max-width: 420px) {
    header .bl_headerLogo {
        width: 70%;
    }
}
/*-----------------------------------
  ドロップダウンメニュー
 -----------------------------------*/
header .bl_headerNav_item {
    position: relative;
}
header .js_downNav:hover .bl_downNav,
header .js_downNav:focus .bl_downNav {
    /*表示する*/
    visibility: visible;
    opacity: 1;
}
header .bl_downNav {
    font-size: 13px;
    width: 170%;
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 92%;
    left: -30%;
    background: rgb(0 0 0 / 60%);
}
header .bl_downNav_item:nth-child(n+3) {
    border-top: solid 1px rgb(0 0 0 / 40%);
}
header .bl_downNav_item:first-child {
    display: none;
}
header .bl_downNav_link {
    padding: 10px;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    /* font-weight: bold; */
    line-height: 1.5;
}
header .list_page {
    font-size: 18px;
    font-weight: 500;
}
hader .bl_downNav_link .js_downNav {
    content: "";
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 0.6em;
    height: 0.6em;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(5deg);
}
header .bl_downNav_link:hover,
header .bl_downNav_link:focus {
    background: rgb(0 0 0 / 100%);
}
@media screen and (max-width:1080px) {
    header .bl_downNav,
    header .js_downNav.is_downActive {
        background-color: #ebebeb;
    }
    header .bl_downNav {
        padding: 10px 15px;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        visibility: visible;
        /*JSで制御するため一旦表示*/
        opacity: 1;
        transition: none;
        display: none;
        transition: none;
    }
    header .bl_downNav_item:nth-child(n+2) {
        border-top: 1px solid #fff;
    }
    header .bl_downNav_item:first-child {
        display: block;
    }
    header a.bl_downNav_link {
        padding: 10px;
        color: initial;
        font-weight: normal;
    }
    header a.bl_downNav_link br {
        display: none;
    }
    /*矢印をつける*/
    header .bl_headerNav a.bl_headerNav_link::after {
        content: "";
        position: absolute;
        right: 5%;
        top: 0;
        bottom: 0;
        margin: auto 0;
        display: block;
        width: 0.6em;
        height: 0.6em;
        border-right: 1px solid #b91e38;
        border-bottom: 1px solid #b91e38;
        transform: rotate(-45deg);
    }
    header .bl_headerNav a.bl_headerNav_link::nth-child(2)::after {

    }
    header .js_downNav.is_downActive .bl_headerNav_link::after {
        border: none;
        top: 0;
        bottom: -0.2em;
        border-left: 2px solid var(--gray);
        border-top: 2px solid var(--gray);
    }

}
/*-----------------------------------

contents

-----------------------------------*/
#contact_btm_block {
    padding: 70px 0;
    background: #232B40;
    color: #fff;
}
#contact_btm_block h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}
#contact_btm_block h2 span {
    display: block;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1;
    font-family: "Josefin Sans", sans-serif;
}
#contact_btm_block .contact_wrap {
    width: 695px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#contact_btm_block h3>* {
    display: inline-block;
    vertical-align: middle;
}
#contact_btm_block h3 img {
    margin-right: 10px;
}
#contact_btm_block .mail_box {
    width: 290px;
}
#contact_btm_block .mail_box h3 {
    margin-bottom: 30px;
}
#contact_btm_block .mail_box a.el_btn {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    padding: 22px;
    border: 1px solid;
    border-bottom: 3px solid;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    border-radius: 3px;
}
#contact_btm_block .mail_box .el_btn:focus,
#contact_btm_block .mail_box .el_btn:hover {
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom: 3px solid #fff;
    color: #232B40;
}
#contact_btm_block .mail_box .el_btn .el_btn_append::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5em / 2);
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#contact_btm_block .tel_box {
    width: 260px;
}
#contact_btm_block .tel_box h3 {
    margin-bottom: 45px;
}
#contact_btm_block .tel_box a {
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.05em;
    font-weight: bold;
}
#contact_btm_block .tel_box a span {
    font-size: 20px;
}
/* lower_img */
.lower_img {
    background: #e37878;
}
.lower_img .contents_inner {
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.lower_img h2 {
    font-size: 18px;
    color: #fff;
}
.lower_img h2 span {
    font-size: 34px;
    display: block;
    color: #fff;
    margin-bottom: 15px;
}
/* breadcrumb */
#breadcrumb {
    width: 100%;
    font-size: 12.5px;
    font-weight: 500;
    color: #4d4d4d;
    padding: 8px 0;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #f4f4f4;
}
#breadcrumb .breadcrumb_text {
    display: inline-block;
    padding-left: 5px;
}
#breadcrumb .breadcrumb_link {
    display: inline-block;
    color: #cdcdcd;
}
#breadcrumb .breadcrumb_link:nth-child(1) a {
    font-family: 'akrobat';
    font-weight: 800;
}
#breadcrumb .breadcrumb_link a {
    margin: 0 8px;
    color: #c73434;
}
#breadcrumb .breadcrumb_link a:hover {
    opacity: 0.8;
}
#breadcrumb::-webkit-scrollbar {
    height: 5px;
}
#breadcrumb::-webkit-scrollbar-track {
    background-color: #FFF;
}
#breadcrumb::-webkit-scrollbar-thumb {
    background-color: rgba(238, 238, 238, 0.8);
}
@media screen and (max-width: 840px) {
    .lower_img .contents_inner {
        width: 100%;
        padding: 50px 4%;
    }
}
@media screen and (max-width: 640px) {
    /* breadcrumb */
    #breadcrumb {
        font-size: 11px;
        height: auto;
    }
    #breadcrumb ul li {
        font-size: 11px;
        font-size: 1.1rem;
    }
    /* lower_img */
    .lower_img .contents_inner {
        padding: 25px 5% 22px;
    }
    .lower_img h2 {
        font-size: 12px;
    }
    .lower_img h2 span {
        font-size: 16px;
        margin-bottom: 2px;
    }
    #contact_btm_block h2 span {
        font-size: 30px;
        margin-bottom: 10px;
    }
    #contact_btm_block h2 {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    #contact_btm_block .mail_box h3 {
        margin-bottom: 15px;
    }
    #contact_btm_block .mail_box a.el_btn {
        font-size: 16px;
        padding: 15px 0;
        width: 90%;
    }
    #contact_btm_block .tel_box {
        margin-top: 30px;
        width: 100%;
    }
    #contact_btm_block .tel_box h3 {
        margin-bottom: 15px;
    }
    #contact_btm_block {
        padding: 45px 0 40px;
    }
    #contact_btm_block .mail_box {
        width: 100%;
    }
}
/*-----------------------------------
トップへ戻るボタン
-----------------------------------*/
/*ボタンぺース
--------------------------*/
.bl_pageTop {
    background-color: #D42442;
    position: fixed;
    z-index: 5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    cursor: pointer;
}
.bl_pageTop:hover,
.bl_pageTop:focus {
    background-color: #000;
}
.bl_pageTop::before {
    content: "";
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
/*PCスタイル
--------------------------*/
.bl_pageTop_L {
    width: 60px;
    height: 60px;
    right: 25px;
    bottom: 50px;
    border-radius: 50%;
}
/*SPスタイル
--------------------------*/
.bl_pageTop_S {
    display: none;
    width: 100%;
    height: 45px;
    position: relative;
}
@media screen and (max-width: 640px) {
    .bl_pageTop_L {
        display: none !important;
    }
    .bl_pageTop_S {
        display: block;
    }
}
/*-----------------------------------

	footer

-----------------------------------*/
footer {
    padding-top: 70px;
}
footer .footer_inner {
    width: 1360px;
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
}
footer .row_box {
    width: 100%;
}
footer nav ul>*+* {
    margin-top: 35px;
}
footer nav {
    font-size: 16px;
}
footer nav li a {
    font-weight: 600;
    color: #5A5454 !important;
}
footer nav li a footer nav li a {
    display: block;
    position: relative;
    white-space: nowrap;
}
footer nav li a:hover {
    color: #D42442 !important;
    text-decoration: none;
}
footer nav li p {
    padding-left: 1.5em;
    margin-left: 12px;
    margin-top: 16px;
    position: relative;
}
footer nav li p::before {
    content: "";
    width: 1em;
    height: 2px;
    background-color: #e1e1e1;
    position: absolute;
    inset: 0;
    margin: auto 0;
}
footer nav {
    width: 770px;
}
footer nav .normal {
    font-weight: normal;
}
footer nav .normal a {
    font-size: 13px;
    font-weight: 500;
}
footer .logo_area {
    margin-bottom: 40px;
}
footer .logo_area h1 {
    font-size: 30px;
    line-height: 1em;
}
footer .logo_area h1 a {
    font-size: 31px;
}
footer .logo_area h1 a span {
    display: block;
    font-size: 17px;
    margin-top: 10px;
}
footer .logo_area h1 a:hover {
    opacity: 0.7;
}
footer .from_box {
    margin-top: 25px;
}
footer .from_box>* {
    display: inline-block;
    vertical-align: middle;
}
footer .from_box img {
    margin-left: 5px;
    margin-right: 5px;
}
footer .from_box p {
    font-size: 14px;
    line-height: 1.6;
}
footer .tel_box {
    margin-top: 30px;
}
footer .tel_box a {
    font-weight: 900;
    font-size: 30px;
}
footer .tel_box a span {
    font-size: 20px;
}
footer .logo_area p {
    font-size: 14px;
}
footer .logo_area p.number {
    font-size: 26px;
    padding: 0.5em 0;
}
footer .logo_area p.number a {
    font-weight: 800;
}
footer .logo_area p.number img {
    margin-right: 10px;
}
footer #footer_copy {
    margin-top: 50px;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    background-color: #eff0f2;
}
footer #footer_copy .copy_list {
    width: 260px;
    font-size: 13px;
}
footer #footer_copy .copy_list a:hover {
    color: #D42442 !important;
}
footer #footer_copy .copy_list li:last-child a {
    position: relative;
    padding-left: 1.2em;
    border-left: 1px solid #d1d1d1;
}
@media screen and (max-width: 1200px) {
    footer nav {
        font-size: 14px;
        width: 56vw;
    }
}
@media screen and (max-width: 940px) {
    footer {
        padding-top: 40px;
    }
    footer .logo_area {
        margin-bottom: 40px;
    }
    footer nav ul:not([class]) {
        padding-right: 0;
        width: 50%;
    }
    footer nav ul:nth-child(1),
    footer nav ul:nth-child(3) {
        padding-right: 0;
        width: 28%;
    }
    footer nav ul:nth-child(2) {
        width: 72%;
    }
    footer nav ul:not([class])>li::before {
        top: 5px;
    }
    footer nav li a {
        padding-bottom: 1em;
    }
    footer .logo_area h1 a span {
        font-size: 14px;
        margin-top: 2px;
    }
    footer .logo_area p {
        font-size: 13px;
    }
    footer .tel_box a {
        font-size: 28px;
    }
    footer .logo_area h1 a {
        font-size: 26px;
    }
}
@media screen and (max-width: 640px) {
    footer {
        padding-top: 50px;
    }
    footer nav {
        width: 96%;
        margin-left: 4%;
    }
    footer .logo_area {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    footer .logo_area h1 {
        font-size: 24px;
        margin-bottom: 0.5em;
    }
    footer .logo_area p {
        text-align: left;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.05em;
    }
    footer .logo_area p.number img {
        margin-top: -3px;
    }
    footer nav ul:nth-child(1),
    footer nav ul:nth-child(3) {
        width: 100%;
    }
    footer nav ul:nth-child(2) {
        width: 100%;
    }
    footer nav li p {
        margin-top: 0;
        padding-left: 18px;
        margin-left: 10px;
    }
    footer nav .normal:last-of-type {
        padding-bottom: 20px;
    }
    footer nav .normal a {
        font-size: 13px;
        line-height: 1.8;
        padding: 5px 0;
    }
    footer nav li p::before {
        width: 10px;
    }
    footer #footer_copy .copy_list {
        width: 230px;
        margin: 0 auto;
        order: -1;
        font-size: 12px;
    }
    footer #footer_copy small {
        padding-top: 15px;
        display: block;
        margin: 0 auto;
    }
    footer #footer_copy {
        margin-top: 0;
        padding: 10px 0;
    }
    footer .from_box {
        margin-top: 20px;
    }
    footer .tel_box {
        margin-top: 20px;
    }
    footer nav li a {
        font-size: 16px;
        display: block;
        padding: 20px 8px;
    }
    footer nav ul:nth-of-type(2)>li>a {
        padding-top: 25px;
        padding-bottom: 15px;
    }
    footer nav li {
        border-top: 1px solid #e1e1e1;
    }
    footer nav ul>*+* {
        margin-bottom: 0;
        margin-top: 0;
    }
    footer nav li:last-of-type p::before {
        margin: 18px 0 0;
    }
    footer nav li:last-of-type p span{
        display: inl;
    }
}
