 @charset "utf-8";
 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
 @import url('https://use.fontawesome.com/releases/v5.12.0/css/all.css');
 /*-- Reset Foundation.. --------------------------------------------------------------------------*/
 
 html {
     font-size: 62.5%;
 }
 
 body {
     font-size: 1.4rem;
     color: #222222;
 }

 main {
     letter-spacing: 1px;
 }

 /*font-family*/
 
 body,
 h1,
 .h1,
 h2,
 .h2,
 h3,
 .h3 {
     font-family: 'Noto Sans JP', sans-serif;
 }
 
 h1,
 .h1,
 h2,
 .h2,
 h3,
 .h3 {
     display: block;
     line-height: 1;
     margin: 0;
     font-weight: bold;
 }
 
 .h1 small,
 .h2 small,
 .h3 small,
 .h4 small,
 .h5 small,
 .h6 small,
 h1 small,
 h2 small,
 h3 small,
 h4 small,
 h5 small,
 h6 small,
 label {
     color: #333333;
 }

 .h2_line {
     font-size: 2.4rem;
     border-bottom: 2px solid #dcdcdc;
     padding-bottom: 15px;
 }

 .h2_line p {
     border-left: 5px solid #007345;
     padding-left: 2rem;
     font-weight: normal;
     letter-spacing: 2px;
 }

 main {
     position: relative;
 }

 img {
     width: 100%;
 }
 
 ul,
 ol,
 dl,
 ul ul,
 ol ul,
 ul ol,
 ol ol {
     line-height: 1;
     margin: 0;
     list-style: none;
 }
 
 dl dt,
 strong,
 b,
 em {
     font-weight: normal;
     line-height: 1;
     margin: 0;
 }
 
 em {
     font-style: normal;
 }
 
 button,
 input,
 optgroup,
 select,
 textarea {
     line-height: 1;
     margin: 0;
 }
 
 ::placeholder {
     color: #858585;
 }
 
 .error {
     color: #e60012;
     font-weight: bold;
     margin-bottom: 10px;
 }
 
 .color-red {
     color: #e60012;
 }

 .bold {
     font-weight: bold;
 }
 
 div,
 p {
     margin: 0;
     line-height: 1;
 }
 /*テーブル*/
 
 table {
     margin-bottom: 0;
 }
 
 thead,
 tbody,
 tfoot,
 tbody tr:nth-child(even) {
     color: inherit;
     background-color: #FFFFFF;
     border: none;
 }
 

 /*適宜変更*/
 
 [type="text"],
 [type="text"]:focus,
 [type="password"],
 [type="password"]:focus,
 [type="email"],
 [type="email"]:focus,
 [type=number],
 [type=number]:focus,
 [type=tel],
 [type=tel]:focus,
 textarea,
 textarea:focus {
     background-color: #f2f2f2;
     padding: 2.5rem 2rem;
     font-size: 16px;
     border: 0;
     box-shadow: inherit;
     margin-bottom: 0;
     border-radius: 7px;
     letter-spacing: 1px;
 }
 
 [type=number],
 [type=number]:focus {
     padding: 0.5rem;
     padding-left: 1rem;
     line-height: 3.5rem;
     height: 3.5rem;
 }
 
 textarea {
     resize: none;
 }
 
 select,
 select:focus {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     width: 100%;
     height: 5rem;
     padding: 0;
     padding-left: 0.8rem;
     font-size: 16px;
     background-color: #f5f5f5;
     border: 0;
     border-radius: 7px;
 }
 
 select::-ms-expand {
     display: none;
 }
 small,
 label {
     font-size: 1.4rem;
     line-height: 1;
 }
 
 main {
     display: block;
     padding-top: 120px;
 }
 
 
 .pc {
     display: block;
 }
 
 .ipad {
     display: none;
 }
 
 .sp {
     display: none;
 }

 /*リンク*/
 
 a,
 a:hover,
 a:focus {
     opacity: 1;
     color: #222222;
 }
 
 a:hover {
     opacity: .7;
     transition: 0.3s;
 }

 button:hover {
    transition: 0.3s;
 }
 
 a.text_link:hover {
     opacity: 1;
     text-decoration: none;
 }

 a.text_color_link {
    color: #007345;
}

a.text_color_link:hover {
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 0.4em;
}

a.text_color_underline_link {
    text-decoration: underline;
    text-underline-offset: 0.4em;
    color: #007345;
}

a.text_color_underline_link:hover {
    opacity: 1;
    text-decoration: none;
}
 
 .btn a ,
 .btn button 
 {
     display: block;
     background-color: #fff;
     color: #007345;
     border: 2px solid #007345;
     border-radius: 30px;
     padding: 14px 10px;
     font-weight: bold;
     font-size: 18px;
     letter-spacing: 2px;
 }

 .btn a:hover,
 .btn button:hover
  {
     opacity: 1;
     background-color: #007345;
     color: #fff;
 }
 
 button:hover {
     cursor: pointer;
 }

input.input_error,
textarea.input_error,
select.input_error {
    background-color: #FCF2F3;
    border: 1px solid #E60012;
}

/* チェックボックス */

input[type="checkbox"]:checked,
    input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type="checkbox"]:checked + span,
input[type="checkbox"]:not(:checked) + span
{
    position: relative;
    padding-left: 3rem;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 1px;
}
input[type="checkbox"]:checked + span:before,
input[type="checkbox"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #EAEAEA;
    border-radius: 5px;
}
input[type="checkbox"].input_error:checked + span:before,
input[type="checkbox"].input_error:not(:checked) + span:before {
    border: 1px solid #CC0011;
}
input[type="checkbox"]:checked + span:before {
    border: none;
    background-color: #007345;
}
input[type="checkbox"]:not(:checked) + span:after {
    content: '';
    background-color: #FFF;
}
input[type="checkbox"]:checked + span:after {
    content: '';
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%23FFF' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
    background-size: 14px;
    background-position: 0 2px;
    position: absolute;
    top: 3px;
    left: 3px;
}
input[type="checkbox"].input_error:not(:checked) + span:after {
    width: 18px;
    height: 18px;
    background-color: #FCF2F3;
    top: 1px;
    left: 1px;
}
@media screen and (max-width: 480px) {
    input[type="checkbox"]:checked + span,
    input[type="checkbox"]:not(:checked) + span {
        font-size: 1.3rem;
    }
}

/* ラジオボタン */

input[type="radio"]:checked,
    input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type="radio"]:checked + span,
input[type="radio"]:not(:checked) + span
{
    font-size: 1.4rem;
    position: relative;
    padding-left: 3rem;
    cursor: pointer;
    line-height: 21px;
    display: inline-block;
    letter-spacing: 1px;
}
input[type="radio"]:checked + span:before,
input[type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    background-color: #EAEAEA;
    border-radius: 100%;
}
input[type="radio"].input_error:checked + span:before,
input[type="radio"].input_error:not(:checked) + span:before {
    border: 1px solid #CC0011;
}
input[type="radio"]:checked + span:before {
    border: none;
    background-color: #007345;
}
input[type="radio"]:checked + span:after,
input[type="radio"]:not(:checked) + span:after {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #EAEAEA;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
}
input[type="radio"]:checked + span:after {
    background-color: #FFF;
}
input[type="radio"].input_error:not(:checked) + span:after {
    width: 18px;
    height: 18px;
    background-color: #FCF2F3;
    top: 1px;
    left: 1px;
}

/* 吹き出し */

i[role="balloon"] {
    display: inline-block;
    color: #fff;
    background-color: #808080;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    width: 2.1rem;
    margin-left: 1rem;
    cursor: pointer;
    font-style: normal;
    font-weight: bold;
}

i[role="balloon"] a {
    color: #fff;
}

/*----カレンダー----*/

.calender_wrap .calender-table {
    margin: 0 auto;
}

.calender_wrap .calender-table h4 {
    margin: 38px 0 20px;
}

.calender_wrap .calender-table h4 a ,
.calender_wrap .calender-table h4 button.cal-btn 
{
    font-size: 30px;
    color: #000;
}

.calender_wrap .calender-table h4 span {
    display: inline-block;
    font-size: 24px;
    margin: 0 30px;
    position: relative;
    top: -.3rem;
    font-weight: 500;
}

.calender_wrap .calender-table table, .calender_wrap .calender-table th, .calender_wrap .calender-table td {
    border-color: #cccccc;
}

.calender_wrap .calender-table table {
    border-width: .1rem;
    border-style: solid;
    margin-bottom: 30px;
}

.calender_wrap .calender-table thead th {
    font-weight: bold;
    color: #fff;
    background-color: #007345;
    vertical-align: middle;
    padding: 0;
    height: 3.5rem;
    text-align: center;
    border: 0.1rem solid #CCCCCC;
}

.calender_wrap .calender-table tbody td {
    vertical-align: top;
    padding: 1.4rem 1.2rem 1.8rem;
    border: 0.1rem solid #CCCCCC;
    max-width: 100px;
    width: 14.3%;
}

.calender_wrap .calender-table tbody td:nth-child(1),
.calender_wrap .calender-table tbody td:nth-child(7),
.calender_wrap .calender-table tbody .td_holiday {
    background-color: #fdf5f6;
}

.calender_wrap .calender-table tbody td small {
    display: block;
    text-align: left;
    color: #000000;
    margin-bottom: 1rem;
}

.calender_wrap .calender-table tbody td small:nth-child(2) {
    font-size: 12px;
    line-height: 1.4;
}

.calender_wrap .calender-table tbody td small.disable {
    color: #999999;
}

.calender_wrap .calender-table td span,
.calender_wrap .calender-table td b {
    display: block;
    text-align: center;
    font-size: 24px;
}

.calender_wrap .calender-table td span.round {
    color: #007345;
    font-weight: normal;
    position: relative;
}


.calender_wrap ul.error {
    border: .2rem solid #e2044d;
    list-style: disc;
    padding: 2% 3.33333% 2.66667% 5%;
    margin: 0 0 4.66667%;
}

.calender_wrap ul.error li, main .calender_wrap ul.error li b {
    color: #e2044d;
}

.calender_wrap ul.error li b {
    display: block;
    line-height: 1.8125;
    position: relative;
    left: -.66667%;
}

.calender_wrap .btn-forward {
    width: 30rem;
    margin: 0 auto 6.6%;
}

/*----------カレンダーここまで-----------*/
 
 @media screen and (max-width: 750px) {
     body {
         font-size: 14px;
     }
     small,
     label {
         font-size: 12px;
     }
     /*見出しフォントサイズ*/
     main h1 {
         font-size: calc(44 * (100vw / 750));
         margin-bottom: 0;
     }
     .h2 {
         margin-bottom: 30px;
     }
     .h2 p {
         font-size: calc(54 * (100vw / 750));
         background-position: 195% center;
         background-size: 85% 85%;
         padding: 10px 0;
     }
     h2 small,
     .h2 small {
         font-size: calc(24 * (100vw / 750));
     }
     .h2 small::after {
         padding: 5px 21px;
     }

     .h2_line {
        font-size: calc(40 * (100vw / 750));
     }

     .h2_line p {
         padding-left: 1.5rem;
     }

     .h3 {
         font-size: calc(32 * (100vw / 750));
         padding-bottom: 3%;
         margin: 2.4% 0 4.35%;
     }
     h4,
     .h4 {
         font-size: calc(26 * (100vw / 750));
     }
     h5,
     .h5 {
         font-size: calc(24 * (100vw / 750));
     }
     [type=color],
     [type=date],
     [type=datetime-local],
     [type=datetime],
     [type=email],
     [type=month],
     [type=number],
     [type=password],
     [type=search],
     [type=tel],
     [type=text],
     [type=time],
     [type=url],
     [type=week],
     textarea {
         font-size: calc(28 * (100vw / 750));
     }
     [type="text"],
     [type="text"]:focus,
     [type="password"],
     [type="password"]:focus,
     [type="email"],
     [type="email"]:focus,
     [type=number],
     [type=number]:focus,
     textarea,
     textarea:focus {
         font-size: calc(28 * (100vw / 750));
     }
     select {
         font-size: calc(24 * (100vw / 750));
         height: calc(86 * (100vw / 750));
     }
     main {
         display: block;
         padding-top: 70px;
     }
     
 }
 /*  PC共通  */
 /*----------------------------------------------------------------------------*/
 /*  header  */
 
 header {
     padding: 2rem 4rem 2rem 2rem;
     position: fixed;
     width: 100%;
     background-color: #fff;
     z-index: 5000;
 }
 
 header .logo {
     width: 420px;
     margin-right: auto;
     display: flex;
     align-items: center;
 }
 header .logo a {
     width: 100%;
 }

 header .link_box li {
     padding-right: 20px;
     margin-right: 20px;
     border-right: 1px solid #3d403d;
 }

 header .link_box li.howto {
     border-right: 0;
     margin-right: 0;
 }

 header .link_box li:last-of-type {
    padding-right: 0;
    margin-right: 0;
    border-right: 0
 }

 header .link_box li:last-of-type a {
    border-left: 1px solid #3d403d;
    padding-left: 20px;
 }

 header .link_box li a {
    color: #3d403d;
    font-size: 12px;
}

header .btn {
    margin-top: 20px;
}

header a.btn {
    font-size: 15px;
    width: 160px;
    margin-right: 10px;
    padding: 13px 10px;
    border-radius: 22.5px;
    border:  2px solid #007345;
    font-weight: bold;
    letter-spacing: 2px;
    color: #007345;
}

header a.btn:hover {
    opacity: 1;
    background-color: #007345;
    color: #fff;
}

header a.btn.green_btn {
    background-color: #007345;
    color: #fff;
    padding: 11px 10px 10px;
    width: 524px;
}

header a.btn.green_btn .tree {
     max-width: 14px;
     margin-right: 8px;
}

header a.btn.green_btn .blank {
    max-width: 10px;
    margin-left: 4px;
}

header a.btn.green_btn:hover {
    opacity: 1;
    background-color: #005533;
}

header .btn.orange_btn a {
    background-color: #eb6d13;
    border-color: #eb6d13;
    color: #fff;
}

header a.btn.car {
    margin-right: 8px;
}

header a.btn.login {
    padding: 11px 10px;
    margin-right: 0;
}

header a.btn.login.mypage {
    margin-left: 8px;
}

header a.btn.car svg,
header a.btn.login svg {
    margin-right: 10px;
}

header a.btn.car:hover svg path,
header a.btn.login:hover svg path {
    fill: #fff;
}




 
 header .humberger {
     display: none;
 }
 

 /*  footer  */
 
 footer {
     position: relative;
     border-top: 5px solid #007345;
 }
 
 footer section {
     padding: 100px 0 120px;
     margin: 0 auto;
 }
 
 footer .contact .wrap {
     max-width: 1140px;
     padding: 0 20px;
     margin: 0 auto;
     box-sizing: border-box;
 }
 
 footer .contact .h2 {
    background: url(../img/index-top/h2_bg_contact.jpg) no-repeat center / cover;
 }

 footer .contact .read_text {
    margin-bottom: 30px;
    text-align: center;
}

footer .contact .read_text span {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 2px;
    background:linear-gradient(transparent 60%, #FFFF00 0%);
    max-width: 584px;
    margin: 0 auto;
    padding-bottom: 8px;
}

footer .contact .text {
    font-weight: bold;
    line-height: 2;
    margin-bottom: 50px;
}

footer .contact .btn {
    margin-top: 50px;
}

footer .contact .btn a {
    width: 22.27%;
    font-size: 18px;
    color: #222222;
    padding: 27px 20px;
    border: 3px solid #00a596;
}

footer .contact .btn a.event,
footer .contact .btn a.mail {
    padding: 30px 20px 27px 20px;
}

footer .contact .btn svg {
    position: inherit;
    max-width: 36px;
    margin-bottom: 23px;
}

footer .contact .btn .event svg{
    margin-bottom: 20px;
}

footer .contact .btn .car svg {
    max-width: 48px;
    margin-bottom: 16px;
}

footer .contact .btn .car svg.blank {
    margin-bottom: 0;
}

footer .contact .btn .calender svg {
    margin-bottom: 17px;
}

footer .contact .btn .mail svg{
    max-width: 36px;
}
 
 footer .contact a:hover #btn_icon {
     fill: #fff;
 }

 footer .contact .btn p {
     line-height: 1.2;
 }

 footer .contact .btn .blank_icon {
     width: 13px;
 }

 footer .contact .btn a:hover {
     color: #fff;
 }
 
 footer nav {
     background-color: #007345;
 }
 
 footer nav a {
     color: #fff;
     font-weight: bold;
     padding: 19.5px 30px;
     letter-spacing: 2px;
 }
 
 footer nav a:hover {
     color: #007345;
     background-color: #fff;
     opacity: 1;
 }
 
 footer section.content {
     padding: 45px 0 50px;
 }
 
 footer .logo {
     display: block;
     /* margin: 0 auto 40px; */
     margin: 0 auto;
     max-width:  480px;
 }

 footer .tel_content {
     padding-right: 56px;
     margin-right: 56px;
     border-right: 1px solid #d0d0d0;
 }

 footer .wrap {
     padding: 0 20px;
 }

 footer .tel_content a:hover {
     opacity: 1;
 }

 footer .tel_content .tell_icon {
     max-width: 14px;
    margin-right: 8px;
 }

 footer .tel_content .tell_number {
    max-width: 208px;
}

 footer .tel_content p {
     margin-top: 10px;
     font-weight: 500;
     color: #8e8e8e;
     font-size: 13px;
     padding-left: 24px;
 }

 footer .sns_content a {
     display: block;
     width: 35px;
     margin-right: 25px;
 }

 footer .sns_content a:last-of-type {
     margin-right: 0;
 }

 footer .menu {
     display: block;
     margin-bottom: 45px;
 }
 
 footer .menu a {
     display: inline-block;
     margin-right: 20px;
     font-size: 12px;
 }
 footer .footer_banner {
    margin-bottom: 40px;
}

footer .footer_banner a {
    display: block;
    max-width: 130px;
    margin: 0 auto;
}

 footer .copy {
     font-size: 10px;
     margin-bottom: 20px;
 }
 
 
 
 @media only screen and (max-width: 870px) {
     header .menu nav a {
         margin: 0 0.85714vw;
     }
     header .grid-x.align-right a:last-child {
         margin-right: .1rem;
     }
 }
 /*   tablet,SP 共通 header   */
 /* -------------------------------------------------- */
 
 @media only screen and (max-width: 1370px) {
     main {
         padding-top: 70px;
     }
     header a[href*="tel"],
     header>.grid-x .blue_btn,
     header>.grid-x .bule_border_btn {
         display: none;
     }

     
     header .grid-x.align-right.align-top {
         margin-bottom: 4%;
     }
     header {
         height: 70px;
         padding: 0 0 0 15px;
         display: flex;
         align-items: center;
         background-color: #fff;
     }
     header .pc {
         display: none;
     }
     header .humberger {
         display: block;
         position: absolute;
         top: 0;
         right: 0;
         left: 0;
         z-index: 65535;
     }
     header .humberger .trigger {
         padding: 0 0 0 15px;
     }
     header .humberger .trigger button {
        max-width: 70px;
     }

     header .humberger .trigger button:hover {
        opacity: 1;
     }

     header .humberger:not(.open) .trigger .close_btn,
     header .humberger.open .trigger .menu_btn {
         display: none;
     }
     header .humberger ul {
         display: none;
         background-color: #FFFFFF;
         height: 100vh;
         padding: 0 20px;
     }
     header .humberger ul li {
         border-top: 1px solid #dcdcdc;
     }
     
     header .humberger ul li:last-child {
         padding: 10px 0;
     }
     header .humberger ul li>a {
         display: block;
         font-size: 16px;
         padding: 22px 0;
         font-weight: 500;
         position: relative;
     }
     header .humberger ul li:not(:last-child) a::after {
        content: "";
        position: absolute;
        right: 4px;
        top: 45%;
        width: 8px;
        height: 8px;
        border-top: 2px solid #007345;
        border-right: 2px solid #007345;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
     }
     header .humberger ul li div:nth-child(1) img {
         width: 24vw;
         margin-right: 8vw;
     }
     header .humberger ul li div:nth-child(1) i {
         font-size: 183%;
     }
     header .humberger ul li div:nth-child(1) a:nth-of-type(even) {
         margin: 0 5.866667vw;
     }
     header .humberger .btn {
         width: 48%;
         text-align: center;
     }
     header .humberger .btn a {
         max-width: inherit;
         width: 100%;
         padding: 24px 10px;
         margin: 0 auto;
         border-radius: 35px;
     }
     header .humberger .btn.btn.green_btn a {
        background-color: #007345;
        color: #fff;
        padding: 14px 10px 12px;
        margin-top: 0;
     }
     header .humberger .btn.green_btn a .tree {
        max-width: 15px;
        margin-right: 15px;
     }
     header .humberger .btn.green_btn a .blank {
        max-width: 14px;
        margin-left: 10px;
     }
     header .humberger .btn .car {
         max-width: 25px;
         margin-right: 10px;
     }
     header .humberger .btn a.login {
         margin: 0 auto;
         padding: 23px 10px;
     }
     header .humberger .btn a.login img {
         max-width: 13px;
         margin-right: 10px;
     }

     
 }
 /*   tablet footer   */
 /* -------------------------------------------------- */
 
 @media only screen and (max-width: 1000px) {
     footer .content ul li b {
         line-height: 1.4;
     }
     .ipad {
         display: block;
     }
 }
 
 @media screen and (max-width: 750px) {
     .pc {
         display: none;
     }
     .ipad {
         display: none;
     }
     .sp {
         display: block;
     }

     .calender_wrap .calender-table tbody td small:nth-child(2) {
        font-size: 10px;
        line-height: 1.2;
    }

     /* header */
     /* -------------------------------------------------- */
     header > .grid-x {
        width: 100%;
     }

     header .logo {
         width: calc(100% - 100px);
         z-index: 70000;
     }

     header .humberger .btn a {
         padding: 14px 0;
     }

     header .humberger .btn a.login {
         padding: 13px 0;
     }

     header .humberger .btn.btn.green_btn, header .humberger .btn.btn.orange_btn {
         width: 100%;
     }


     
     /* footer */
     /* -------------------------------------------------- */
     footer {
         margin-bottom: 20px;
     }
     footer section {
         padding: 35px 0 60px;
     }
     footer .contact .h2 {
        background: url(../img/index-top/h2_bg_contact_sp.jpg) no-repeat center / contain;
        line-height: 1.2;
     }
     footer .contact .read_text span {
         padding-bottom: 2px;
         line-height: 1.4;
         font-size: 20px;
     }

     footer .contact .btn.grid-x {
        display: block;
     }

     footer .contact .btn a {
        width: 100%;
        margin-bottom: 15px;
        position: relative;
    }

    footer .contact .btn svg,
    footer .contact .btn .mail svg {
        margin-bottom: 0;
        position: absolute;
        max-width: 24px;
        left: 24px;
        top: 30%;
    }

    footer .contact .btn .calender svg {
        top: 20%;
    }

    footer .contact .btn .car svg {
        max-width: 32px;
        margin-bottom: 0;
        top: 40%;
        left: 20px;
    }

    footer .contact .btn .car svg.blank {
        position: inherit;
    }



    footer .contact .btn a p {
        display: inline-block;
    }

     footer .contact li p {
         font-size: calc(36 * (100vw / 750));
         padding: 0;
         width: 56.52174%;
     }
     footer nav a {
         padding: 0;
         border-right: 2px solid rgba(255,255,255,0.1);
         border-bottom: 2px solid rgba(255,255,255,0.1);
     }
     footer nav a:nth-child(2n) {
        padding: 0;
        border-right: 2px solid rgba(255,255,255,0.1);
    }
     footer nav,
     footer nav a {
         border-bottom-width: .1rem;
     }
     footer nav a {
         width: 50%;
         margin: 0;
         text-align: center;
         line-height: 3.4;
     }
     footer nav a:nth-child(even),
     footer nav::after {
         border-left-width: .1rem;
     }
     footer nav::after {
         content: "";
         display: block;
     }
     footer section.content {
         padding: 30px 0 40px;
     }
     footer .content .logo {
         max-width: 340px;
     }
     footer .tel_content {
         padding-right: 0;
         margin-right: 0;
         border-right: 0;
     }
     footer .sns_content {
         margin-top: 30px;
     }
     footer .menu {
         width: 80%;
         max-width: inherit;
         padding: 0 15px;
         text-align: center;
         margin: 0 auto 45px;
     }
     footer .menu a:last-of-type {
         margin-right: 0;
     }
     footer small.copy {
         text-align: center;
         font-size: calc(22 * (100vw / 750));
         margin-top: 15px;
     }
 }
