@charset "utf-8";
/*----------------------------------------------------------
    universal reset
----------------------------------------------------------*/

html {
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    color: #333;
    background: #f8f8ff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

input,
select {
    vertical-align: middle;
}

.stop{
padding: 5px 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        color: #fff;
        font-size: 3.3vw;
        background: #1e8c2d;
        width: 50%;
        height: 8%;
}

/*----------------------------------------------------------
    layout tools
----------------------------------------------------------*/
/* clearfix */
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

/* clear */
.clear {
    clear: both;
}

.inner_fluid {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.pcParts {
    display: none;
}

.sp767 {
    display: none !important;
}

.sp540 {
    display: none !important;
}

.pc450 {
    display: none !important;
}

@media screen and (max-width:767px) {
    .pc768 {
        display: none !important;
    }

    .sp767 {
        display: block !important;
    }
}


@media screen and (max-width:539px) {
    .sp540 {
        display: block !important;
    }
}

@media screen and (max-width:450px) {
    .sp450 {
        display: block !important;
    }
}

/*----------------------------------------------------------
    common setting
----------------------------------------------------------*/
body {
    font-family: 'Zen Kaku Gothic New', "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", serif;
    line-height: 1.8;
    font-size: 1.3rem;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
    /* letter-spacing: 0.03em; */
    background: #f8f8ff;
}

html {
    font-size: 10px;
    font-size: 62.5% !important;
    /*-webkit-font-smoothing: antialiased;*/
    /*min-width: 980px;*/
}

*:focus {
    outline: none;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: none;
    display: block;
    margin: 0 auto;
    padding: 0;
}

li {
    list-style-type: none;
}

small {
    display: inline-block;
    font-size: 80%;
    color: #333;
    /* margin-top: 0.5em; */
}

.inner {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}

h2.ttl {
    color: #333;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    padding: 0;
    margin: 0 auto 50px;
    font-weight: 500;
}

h2.ttl span {
    /* font-family: 'Sacramento', cursive; */
    display: block;
    color: #87B32D;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.0;
    margin: 0;
}

/*----------------------------------------------------------
    共通btnエリア
----------------------------------------------------------*/
.button {
    max-width: 300px;
    width: 75%;
    margin: 0 auto;
}

.btn {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    color: #fff !important;
    font-weight: 500;
    line-height: 46px;
    background-color: #87B32D;
    border: 2px solid #87B32D;
    border-radius: 25px;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}

.btn:before,
.btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    transition: 0.7s;
}

.btn:before {
    right: 22px;
    width: 7px;
    height: 3px;
    background: #fff;
}

.btn:after {
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn:hover {
    color: #87B32D !important;
    line-height: 46px;
    width: 100%;
    background-color: #fff;
    border: 2px solid #87B32D;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    opacity: 1;
}

.btn:hover:before {
    right: 12px;
    width: 7px;
    height: 3px;
    background: #87B32D;
}

.btn:hover:after {
    content: '';
    position: absolute;
    border-top: 3px solid #87B32D;
    border-right: 3px solid #87B32D;
    right: 10px;
    transition: 0.7s;
}

.detail_btn {
    font-size: 14px;
    line-height: 50px;
    background-color: #87B32D;
    border: 2px solid #87B32D;
    border-radius: 35px;
    margin: 5px auto;
}

.detail_btn:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

.detail_btn:hover {
    font-size: 14px;
    color: #87B32D !important;
    line-height: 50px;
    background-color: #fff;
    border: 2px solid #87B32D;
}

.detail_btn:hover:before {
    right: 12px;
    width: 7px;
    height: 3px;
    background: #87B32D;
}

.detail_btn:hover:after {
    border-top: 3px solid #87B32D;
    border-right: 3px solid #87B32D;
}

.btn_area_wrap {
    background: url(../img/footer_back.jpg)no-repeat;
    background-size: cover;
}

.btn_area {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.btn_area .tel {
    width: 475px;
    color: #333;
    font-size: 3.4rem;
    margin: 15px 0 0 0;
}

.btn_area .tel p:first-child {
    font-size: 2.2rem;
}

.btn_area .btn {
    font-size: 2rem;
}

.btn_area .btn ul li {
    border-radius: 5px;
    text-align: center;
    padding: 20px 0;

}

.btn_area .btn ul li.req {
    background: #fdda5d;
    color: #fd5d93;
    width: 425px;
    height: 30px;
    margin: 40px 0 0 0;
}

.btn_area .btn ul li.ent {
    background: #fd5d8e;
    color: #ffffff;
    width: 425px;
    height: 30px;
    margin: 20px 0 0 0;
}

.btn_area .tel {
    width: 100%;
    color: #333;
    font-size: 2.4rem;
    text-align: center;
}

.btn_area .tel p:first-child {
    font-size: 1.8rem;
}

.btn_area .btn {
    float: none;
    font-size: 1.4rem;
}

.btn_area .btn ul li {
    border-radius: 5px;
    text-align: center;
    padding: 20px 0;

}

.btn_area .btn ul li.req {
    background: #fdda5d;
    color: #fc2683;
    width: 96%;
    margin: 20px auto 0 auto;
}

.btn_area .btn ul li.ent {
    background: #fd5d8e;
    color: #ffffff;
    width: 96%;
    margin: 20px auto 0 auto;
}

/*----------------------------------------------------------
    page-top（基本）
----------------------------------------------------------*/
#page-top {
    display: block;
    bottom: 70px !important;
    right: 65px;
    position: fixed;
    z-index: 100;
}

#page-top a {
    box-sizing: border-box;
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border: solid 3px #79ae80;
    border-radius: 50%;
    box-shadow: 0 2px 7px rgb(0 0 0 / 16%);
    z-index: 100;
    position: fixed;
}

#page-top a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background-color: #87B32D;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    transition: transform ease 0.4s;
}

#page-top a:hover:after {
    transform: translate(-50%, -50%) scale(1.1, 1.1);
}

#page-top a:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 55%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-color: #79ae80;
    border-width: 3px 0 0 3px;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: border-color ease 0.1s;
}

#page-top a:hover:before {
    border-color: #fff;
}

/*----------------------------------------------------------
    header
----------------------------------------------------------*/

.drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    /* padding: 50px 10px;*/
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    z-index: 9999;
    background: #fff;
}

.drawer ul li {
    /* padding:4% 2%; */
    /* border-bottom:1px dotted rgba(255, 255, 255, 0.8); */
    color: #ffffff;
}

.top .drawer ul li {
    font-size: 1.4rem;
}

.top .drawer ul li a span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}


.drawer ul li {
    /* border-bottom: 1px solid rgba(255, 255, 255, .4); */
    font-size: 13px;
    font-weight: 500;
}

.drawer ul li:last-child a:before {
    content: ""
}

.drawer ul li a {
    color: #333;
    display: block;
    margin: 13px 15px 13px;
    font-weight: 500;
}

.drawer ul li ul li.add {
    color: #fff;
    background: #87B32D;
    padding: 7px 15px;
    margin: 0 0 15px;
    position: relative;
}

.drawer ul li ul li.add:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 15px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #87B32D transparent transparent transparent;
    border-width: 10px 10px 0 10px;
}

.drawer ul li.add-1 {
    margin-top: 10px;
}

.drawer ul li.add-2 {
    border-top: 1px solid #87B32D;
    padding-top: 5px;
}

.drawer ul li:last-child a:before {
    content: ""
}

.fa-star:before {
    color: #87B32D;
}




.drbtn {
    position: fixed;
    top: 0;
    right: -50px;
    width: 50px;
    height: 50px;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    cursor: pointer;
    align-items: flex-end;
    display: flex;
    justify-content: center;
    font-size: 10px;
    padding-bottom: 2px;
    z-index: 10000;
    background: #87B32D;
    color: #ffffff;
}

.hambarg {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    width: 25px;
    background: #5c6b80;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    background: #ffffff;
}

.hambarg:nth-child(1) {
    top: 25%;
    left: 50%;
}

.hambarg:nth-child(2) {
    top: 40%;
    left: 50%;
}

.hambarg:nth-child(3) {
    top: 55%;
    left: 50%;
}

.drawer.action {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /* overflow-y: auto; */
    -webkit-overflow-scrolling: touch;
}

/*
.drbtn.action {
  right: 0;
} */

.drbtn.action .hambarg:nth-child(1) {
    top: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.drbtn.action .hambarg:nth-child(2) {
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.drbtn.action .hambarg:nth-child(3) {
    top: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* .header-wrap {
	border-bottom:5px solid #ffa600;
} */

header {
    width: 100%;
    height: 52px;
    margin: 0 auto;
    background: #fff;
    position: fixed;
    z-index: 1;
}

header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    width: 100%;
    height: 100%;
    line-height: 0;
    margin: 0 auto;
    /* position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%); */
}

header .logo img {
    width: 200px;
    /* height: 35px; */
}

header .logo a.line {
    margin-right: 25px;
}

header .logo .line img {
    height: 35px;
    margin-left: 10px;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

header .logo .line img:hover {
    opacity: 0.7;
}

header .h_btn {
    float: right;
    font-size: 2rem;
}

header .h_btn ul li {
    float: left;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
}

header .h_btn ul li.req {
    background: #fdda5d;
    color: #fc2683;
    width: 130px;
    height: 30px;
}

header .h_btn ul li.ent {
    background: #fd5d8e;
    color: #ffffff;
    width: 215px;
    height: 30px;
    margin: 0 0 0 20px;
}

header .h_btn ul li a {
    cursor: pointer;
}

.mvimg {
    width: 1300px;
    margin: 0 auto;
    text-align: center;
}

#mvimg img {
    /* border-radius: 0 200px 0 0; */
}

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

    #mvimg img {
        border-radius: 0;
        padding-top: 5rem;
    }

}

/*----------------------------------------------------------
    会社概要
----------------------------------------------------------*/
/* .top .contents {
    background: #fef9e6;
    border-top: 15px solid #996c33;
    border-bottom: 15px solid #996c33;
    border-left: 15px solid #333;
    border-right: 15px solid #333;
    margin: 0 auto;
} */

.contents {
    background: url(../img/art01.png) no-repeat;
    background-position: bottom right 2%;
    background-size: 200px;
}

.about-wrap {}

.about {
    text-align: center;
    box-sizing: border-box;
}

.about h2 {
    font-size: 1.8rem;
    color: #333;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    margin: 20px 0;
}

.about p {
    line-height: 2;
    color: #333;
    padding: 0 0 30px 0;
}

.about p:last-child {
    padding: 0;
}

.video-wrap {
    max-width: 100%;
    margin: 4rem auto 0;
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pankuzu {
    color: #333;
}

.pankuzu ul {
    width: 90%;
    font-size: 12px;
    padding: 10px 0;
    margin: 0 auto;
}

.pankuzu li {
    display: inline-block;
}

.pankuzu li:first-child::after {
    content: "≫";
    padding: 0 10px;
}

/* .detail .contents {
  border-top: 15px solid #996c33;
  border-bottom: 15px solid #996c33;
  border-left: 15px solid #333;
  border-right: 15px solid #333;
  margin: 0 auto;
} */

@media screen and (max-width: 550px) {
    .about {
        text-align: left;
        background: #fff;
        border-radius: 20px;
        padding: 5%;
        box-shadow: 4px 4px 10px -5px #ccc;
    }

    .about img {
        border-radius: 20px;
    }

    .about h2 {
        text-align: center;
    }
}

/*----------------------------------------------------------
    こんな方にオススメ
----------------------------------------------------------*/

.intro {}

.intro_wrap {
    /* border-radius: 200px 0 0 0; */
}

.intro .inner {
    text-align: center;
    margin: 0 auto;
}

.intro.intro_second .inner {
    padding: 0 0 50px;
}

.intro .inner h1 {
    display: inline-block;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #333;
    padding: 0 45px 0;
    margin-bottom: 50px;
    position: relative;
}

.intro .inner h1:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 3px;
    background-color: #333;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.intro .inner h1:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 3px;
    background-color: #333;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.intro .inner h1:before {
    left: 0;
}

.intro .inner h1:after {
    right: 0;
}

.intro h3 {
    font-size: 2.4rem;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
    padding-bottom: 10px;
}

.intro .intro_wrap {
    display: flex;
    justify-content: center;
    /* margin-left: 20px; */
}

.intro .intro_box {
    background: #fff;
    margin: 0 3% 50px 0;
    padding: 30px 20px;
    position: relative;
    width: calc(94% / 3);
    border-radius: 2.5rem;
    box-shadow: 8px 8px 15px -5px #ccc;
}

.intro.intro_second .intro_box {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #87B32D;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.intro .detail2 .intro_box {
    width: calc(97% / 2);
}

.intro .intro_box:last-child {
    margin-right: 0;
}

/* .intro .intro_box div:first-child {
    width: 28%;
    padding: 0 1.5% 0 7%;
    text-align: center;
} */

.intro .intro_box .intro_icon {
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    line-height: 1.3;
    border-radius: 50%;
    background: #79ae80;
    position: absolute;
    top: -25px;
    left: -20px;
    box-shadow: 8px 8px 15px -5px #ccc;
}

.intro .intro_box div:last-child img {
    position: absolute;
    top: -20px;
    left: -20px;
}

.intro .intro_box p {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    line-height: 1.7;
}

.intro p {
    text-align: center;
    line-height: 1.7;
}

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

    .intro_wrap {
        border-radius: 0;
    }

    .intro .inner {
        text-align: center;
        padding: 60px 0 0;
    }

    .intro.intro_second .inner {
        padding: 0 0 30px;
    }

    .intro .intro_wrap {
        display: block;
        margin-left: 0;
    }

    .intro .inner h1 {
        display: inline-block;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        color: #333;
        padding: 0 30px 0;
        position: relative;
    }

    .intro .inner h1:before {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 30px;
        height: 2px;
        background-color: #333;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .intro .inner h1:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 30px;
        height: 2px;
        background-color: #333;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }

    .intro .inner h1:before {
        left: 0;
    }

    .intro .inner h1:after {
        right: 0;
    }

    .intro h3 {
        font-size: 1.8rem;
        font-weight: 500;
        color: #333;
        text-align: center;
        line-height: 1.5;
        padding: 20px;
    }

    .intro .intro_box {
        width: 100%;
        background: #fff;
        padding: 0;
        position: relative;
        margin: 0 0 50px;
        text-align: center;
        border-radius: 2rem;
    }

    .intro .intro_box:last-child {
        /* margin-bottom: 0; */
    }

    .intro .intro_box .box_back {
        background: #fff;
        border-radius: 20px;
        padding: 3%;
        box-shadow: 4px 4px 10px -5px #ccc;
    }

    .intro.intro_second .intro_box {
        font-size: 18px;
        font-weight: 500;
        background: #87B32D;
        /* max-width: 250px; */
        width: 100%;
        margin: 0 auto 25px;
        border-radius: 10px;
        box-shadow: 4px 4px 10px -5px #ccc;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
    }

    .intro_second .intro_box p {
        color: #fff;
    }

    .intro .intro_box .intro_icon {
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 25px;
        text-align: center;
        font-family: Lato, sans-serif;
        font-weight: 500;
        line-height: 1.6;
        border-radius: 50%;
        background: #79ae80;
        position: absolute;
        top: -20px;
        left: calc(50% - 25px);
    }

    .intro .intro_box div p {
        text-align: center;
        padding: 0 15px;
    }

    .intro .intro_box div:first-child {
        text-align: center;
    }

    .intro .intro_box div:last-child img {
        position: absolute;
        top: -20px;
        left: -20px;
    }

    .intro .intro_box p {
        font-size: 14px;
    }
}

/*----------------------------------------------------------
    お問い合わせ
----------------------------------------------------------*/

.btn_area {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.btn_area .tel {
    width: 65%;
    color: #333;
    font-size: 3.4rem;
    text-align: center;
    margin: 0 15px 0 0;
}

.btn_area .tel h3 {
    font-size: 2.5rem;
}

.btn_area .tel .contact_tel {
    color: #333;
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 0.2em 0;
}

.btn_area .tel p {
    font-size: 1.8rem;
}

.btn_area .button {
    width: 40%;
    font-size: 2rem;
}

.btn_area .button ul li .req {
    background-color: #79ae80;
    border: 2px solid #79ae80;
    border-radius: 35px;
    margin: 10px 0 0 0;
    padding: 10px 0;
    line-height: 32px;
}

.btn_area .button ul li .ent {
    background: #B6D56A;
    border: 2px solid #B6D56A;
    border-radius: 35px;
    margin: 20px 0 0 0;
    padding: 10px 0;
    line-height: 32px;
}

.btn_area .button ul li .req:hover {
    color: #79ae80 !important;
    background-color: #fff;
    border: 2px solid #79ae80;
}

.btn_area .button ul li .ent:hover {
    color: #B6D56A !important;
    background-color: #fff;
    border: 2px solid #B6D56A;
}

.btn_area .button ul li .req:hover:before {
    background: #79ae80;
}

.btn_area .button ul li .req:hover:after {
    border-top: 3px solid #79ae80;
    border-right: 3px solid #79ae80;
}

.btn_area .button ul li .ent:hover:before {
    background: #B6D56A;
}

.btn_area .button ul li .ent:hover:after {
    border-top: 3px solid #B6D56A;
    border-right: 3px solid #B6D56A;
}

@media screen and (max-width: 767px) {
    .btn_area {
        display: block;
        justify-content: center;
    }

    .btn_area .tel {
        width: 70%;
        margin: 0 auto;
    }

    .btn_area .button {
        width: 70%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 540px) {
    .btn_area {
        display: block;
        justify-content: center;
    }

    .btn_area .tel {
        width: 100%;
        margin: 0 auto;
    }

    .btn_area .button {
        max-width: 300px;
        width: 75%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 440px) {
    .btn_area .tel h3 {
        font-size: 2.2rem;
    }

    .btn_area .tel .contact_tel {
        font-size: 3.7rem;
    }
}

@media screen and (max-width: 365px) {
    .btn_area .tel h3 {
        font-size: 1.6rem;
    }

    .btn_area .tel .contact_tel {
        font-size: 2.8rem;
        font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", serif;
    }

    .btn_area .tel p {
        font-size: 1.4rem;
    }
}

/*----------------------------------------------------------
    スタッフの一日
----------------------------------------------------------*/

.flow_wrap {
    /* border-radius: 0 200px 0 0; */
}

.flow h3 img {
    background: #fbfbed;
    padding: 0 30px;
    max-width: 200px;
}

.flow .txt_start img {
    display: none;
}

.flow_img {
    float: none;
    text-align: center;
}

.flow_img img {
    margin-bottom: 20px;
}

.flow_area {
    display: flex;
    flex-direction: row;
    align-content: center;
    margin-bottom: 80px;
}

.flow_area.right {
    flex-flow: row-reverse;
}

.flow_area:last-child {
    margin-bottom: 0;
}

.flow_txt {
    flex: 1;
    padding: 0 0 0 40px;
}

.flow_area.right .flow_txt {
    padding: 0 40px 0 0;
}

.flow_txt h3 {
    color: #333;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    border-bottom: 1px dotted;
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
}

.flow h3 img {
    background: #fbfbed;
    padding: 0 30px;
}

.flow .txt_start img {
    margin: 0 0 30px 20px !important;
}

.flow_img {
    flex: 1;
}

.flow_img img {
    width: auto;
    object-fit: cover;
    box-sizing: border-box;
    border-radius: 20px;
}

.flow_img.detail_line {
    flex: none;
    display: inline-block;
    align-items: center;
    color: #4cc764;
    font-weight: 500;
    background: #fff;
    border: 2px solid #4cc764;
    border-radius: 30px;
    padding: 10px 15px 10px 10px;
    margin: 15px 0 0 0;
}

.flow_img.detail_line img {
    box-shadow: none;
}

.flow_img.detail_line:hover {
    color: #fff;
    background: #4cc764;
    border: 2px solid #4cc764;
    border-radius: 30px;
}

.flow_img.detail_line a {
    display: flex;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.flow_img.detail_line img {
    width: 30px;
    object-fit: cover;
    box-sizing: border-box;
    border: none;
    margin: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
    .flow_wrap {
        border-radius: 0;
    }

    .flow_area {
        display: block;
        flex-direction: row;
        align-content: center;
        margin-bottom: 30px;
        background: #fff;
        border-radius: 20px;
        padding: 3%;
        box-shadow: 4px 4px 10px -5px #ccc;
    }

    .flow_txt {
        padding: 0;
    }

    .flow_area.right .flow_txt {
        padding: 0;
    }
}

@media screen and (max-width: 540px) {
    .flow_img.detail_line {
        width: 90%;
    }

    .flow_img.detail_line a {
        justify-content: center;
    }
}

/*----------------------------------------------------------
   　福利厚生
----------------------------------------------------------*/

/* .welfare_wrap {
	background: url(../img/bg_line.png) repeat-x top left;
} */

.inner.welfare {
    padding: 70px 0 50px;
}

.welfare h3 {
    margin: 0 0 50px 0;
}

.welfare p {
    text-align: center;
    color: #ffffff;
    font-size: 2.4rem;
    margin: 0 0 30px 0;
    align-items: center
}


/*
.welfare ul li:first-child {
	background:url(../img/bg_welfare01.png) no-repeat bottom;
	width:223px;
	height:158px;
	padding:125px 0 0 0;
	color:#fc2683;
	text-align:center;
}
*/

.welfare_wrap2 {
    background: url(../img/bg_line.png) repeat-x top left #8cbc7f;
    margin: 50px auto 0 auto;
    text-align: center
}

.welfare2 {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center
}

.welfare2 h3 {
    margin: 0 0 50px 0;
}

.welfare2 p {
    text-align: center;
    color: #ffffff;
    font-size: 2.4rem;
    margin: 0 0 30px 0;
    align-items: center
}

.welfare ul {
    display: flex;
    justify-content: center;
    margin: 0 auto 20px;
}

.welfare2 ul li {
    float: none;
    background: url(../img/bg_welfare02.png) no-repeat;
    width: 300px;
    height: 300px;
    margin: 20px auto 0 auto;
    padding: 60px 0 0 0;
    color: #fc2683;
    text-align: center;
}

.welfare2 ul li span {
    display: block;
    align-items: center;
    font-size: 2.0rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.welfare2 ul li .under {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fc2683;
    padding: 20px 35px 0px 30px;
    text-align: center;
}

.welfare_wrap3 {
    background: url(../img/bg_line.png) repeat-x top left #8cbc7f;
    margin: 50px auto 0 auto;
    text-align: center
}

.welfare h3 {
    margin: 0 0 50px 0;
}

.welfare p {
    text-align: center;
    color: #ffffff;
    font-size: 2.4rem;
    margin: 0 0 30px 0;
    align-items: center
}

.welfare ul li {
    float: none;
    width: 200px;
    height: 200px;
    text-align: center;
    background: #79ae80;
    border-radius: 50%;
    margin: 0 auto 20px;
}

/* .welfare ul li.welfare01 {
  background: url(../img/bg_welfare01.jpg) no-repeat center;
  background-size: cover;
}

.welfare ul li.welfare02 {
  background: url(../img/bg_welfare02.jpg) no-repeat center;
  background-size: cover;
}

.welfare ul li.welfare03 {
  background: url(../img/bg_welfare03.jpg) no-repeat center;
  background-size: cover;
}

.welfare ul li.welfare04 {
  background: url(../img/bg_welfare04.jpg) no-repeat center;
  background-size: cover;
}

.welfare ul li.welfare05 {
  background: url(../img/bg_welfare05.jpg) no-repeat center;
  background-size: cover;
}

.welfare ul li.welfare06 {
  background: url(../img/bg_welfare06.jpg) no-repeat center;
  background-size: cover;
}

.welfare ul li.welfare07 {
  background: url(../img/bg_welfare07.jpg) no-repeat center;
  background-size: cover;
} */

.welfare ul li span {
    display: block;
    align-items: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 30px 0 0 0;
    position: relative;
}

.welfare ul li span:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 20px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 2px;
}

.welfare ul li .under {
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    text-align: center;
    padding: 30px 30px 20px;
    position: static;
}

.welfare ul li span.under:before {
    width: 0;
    height: 0;
}

.welfare ul li small {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .welfare ul {
        display: block;
    }
}

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

    .welfare ul li.welfare01,
    .welfare ul li.welfare02,
    .welfare ul li.welfare03 {
        width: 250px;
        height: 250px;
    }

    .welfare ul li span {
        padding: 55px 0 10px 0;
    }
}

.work_wrap {
    /* border-radius: 200px 0 0 0; */
}

.work h3 {
    margin: 0 0 50px 0;
}

.work .box {
    display: block;
    align-content: center;
    margin-bottom: 30px
}

.work .box:last-child {
    margin-bottom: 0;
}

.work .box_left {
    /* margin-top: 100px */
    margin-top: 0;
    position: relative;
}


.work .box_left img {
    width: auto;
    object-fit: cover;
    box-sizing: border-box;
    border-radius: 20px;
}

.work .box_right {
    align-self: center;
    margin: 0 auto;
    padding: 25px 0;
}

.work .box_right h2 {
    color: #333;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.work .box_right h3 {
    color: #fc2683;
    /* font-size: 3.0rem; */
    font-size: 2.4rem;
    /**/
    margin-bottom: 15px
}

.work .box_right h4 {
    width: 90%;
    /**/
    margin: 0 auto 20px;
    /**/
    background: #fc2683;
    font-size: 2.8rem;
    color: #fff;
    /* font-size: 3.5rem; */
    /* margin-bottom: 20px */
}

.work .box_right .box-title p {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    background: #79ae80;
    border-radius: 10px;
    padding: 0.7em;
    margin-bottom: 15px;
}

/* .work .box_right .box-title p:last-child{
    color: #0075c2;
    background: #fff;
    margin-bottom: 15px;
} */

.work .box_right p {
    color: #333;
    margin-bottom: 15px;
}

.work .box_right .detail_btn2 {
    background: #fd5d8e;
    color: #ffffff;
    width: 225px;
    margin: 20px auto 0 auto;
    border-radius: 5px;
    text-align: center;
    /* font-size:3.2rem; */
    font-size: 2rem;
    padding: 20px 0;
}

@media screen and (max-width: 767px) {
    .work_wrap {
        border-radius: 0;
    }
}

/*----------------------------------------------------------
   　インタビュー
----------------------------------------------------------*/
.interview_wrap {
    /* border-radius: 200px 0 0 0; */
}

.interview h3 {
    margin: 0 0 50px 0;
}

.prof dt {
    float: none;
}

.interview_img {
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
    position: relative;
    border-radius: 20px;
}


.interview_img img {
    border-radius: 20px;
    box-shadow: 4px 4px 10px -5px #ccc;
}

.prof {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background: #87B32D;
    position: absolute;
    bottom: -12%;
    right: -2%;
    transform: translate(2%, 12%);
    padding: 2em;
}

.prof span {
    display: block;
}

.prof .p-work {
    font-size: 2rem;
}

.prof .year {
    margin: 15px 0 0 0;
    font-size: 1.8rem;
}

.prof .name {
    font-size: 1.6rem;
}

.prof .name2 {
    font-size: 3.5rem;
}

.prof .en {
    margin: 0 0 60px 0;
}

.prof .mes {
    padding: 0 0 80px 0;
}

.qa dt {
    background: url(../img/icon_q.png) no-repeat;
    padding: 15px 0 0 120px;
    margin: 0 0 30px 0;
    min-height: 84px;
    font-size: 2rem;
    color: #232323;
    font-weight: bold;
}

.qa dd {
    background: url(../img/icon_a.png) no-repeat;
    padding: 0 0 0 120px;
    margin: 0 0 50px 0;
    min-height: 84px;
    font-size: 2rem;
    color: #fd5d8e;
    font-weight: bold;
}

.interview_box {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0 15px;
    text-align: justify;
}

.interview_box dt {
    font-size: 2.4rem;
    font-weight: 500;
    padding-bottom: 15px;
}

.interview_box dd {
    font-size: 1.6rem;
    padding-bottom: 40px;
}

.interview_txt {
    /* display: flex; */
    font-size: 2.2rem;
    font-weight: 500;
    align-items: center;
    border-bottom: 2px solid #333;
    margin-bottom: 30px;
    padding: 0 0 10px;
    position: relative;
}

.interview_txt:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #f8f8ff;
    z-index: 0;
}

.interview_txt:after {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #333;
    z-index: -1;
}

.question {
    /* display: inline-block; */
    color: #333;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 0.8rem 10px 0;
    text-align: center;
}

.question-p {
    color: #333;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 500;
}

.answer {
    padding-bottom: 50px;
}

.answer:last-child {
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .interview_wrap {
        border-radius: 0;
    }

    .interview_box {
        width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .prof {
        width: 5em;
        height: 5em;
        font-size: 1.5rem;
        bottom: -15%;
        right: -2%;
        transform: translate(2%, 15%);
        padding: 1em;
    }

    .prof .p-work {
        font-size: 1.8rem;
    }

    .prof .year {
        margin: 0;
        font-size: 1.2rem;
    }

    .interview_box {
        padding: 20px 0 15px;
    }
}

/*----------------------------------------------------------
   　代表メッセージ
----------------------------------------------------------*/

.message_wrap {
    /* border-radius: 0 200px 0 0; */
}

.inner.message {
    padding: 70px 0;
}

.messagetxt_wrap {
    display: block;
    margin: 0 auto;
}

.messageimg {
    position: relative;
    margin-bottom: 4em;
}

.messageimg img {
    border-radius: 20px;
    box-shadow: 4px 4px 10px -5px #ccc;
}

.messagetxt_wrap .name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 7em;
    height: 7em;
    border-radius: 50%;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background: #87B32D;
    position: absolute;
    bottom: -4%;
    right: -2%;
    transform: translate(-2%, -2%);
    padding: 1em;
}

.message h3 {
    color: #333;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    margin: 15px 0 15px;
}

.message h3 img {
    background: #fbfbed;
    padding: 0 30px;
}

.message p {
    text-align: center;
}

.message dl dt {
    float: none;
}

.message dl dd {
    float: none;
    width: 100%;
    font-size: 1.8rem;
    color: #fc2683;
    line-height: 2;
}

.message dl dd span {
    float: none;
    width: 100%;
    color: #fc2683;
    line-height: 2;
    font-size: 2.5rem;
    font-weight: 700;

}

@media screen and (max-width: 767px) {
    .message_wrap {
        border-radius: 0;
    }

    .message p {
        text-align: left;
    }
}

@media screen and (max-width: 540px) {
    .inner.message {
        padding: 50px 0;
    }

    .messagetxt_wrap .name {
        width: 5em;
        height: 5em;
        bottom: -5%;
    }
}

/*----------------------------------------------------------
   　募集要項
----------------------------------------------------------*/


/* .requirement_wrap {
	background: #fef9e6;
	margin:50px auto 0;
} */

#guideline_txt .txt_box {
    margin: 0 auto;
    padding: 0 0 15px;
}

.requirement h3 {
    font-size: 2.8rem;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.requirement table {
    width: 100%;
    margin: 0 auto;
}

.requirement table th,
.requirement table td {
    padding: 2%;
    border-bottom: 1px dotted #333;
    text-align: left;
}

.requirement table span {
    color: #ffa600;
    font-weight: 500;
}

.requirement table span.training {
    display: inline-block;
    color: #333;
    font-weight: 300;
    background: #fff;
    border-radius: 20px;
    margin-top: 1.0em;
    padding: 20px;
}

.requirement table span.training_title {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    background: #ffa600;
    border-radius: 25px;
    padding: 10px;
    margin-bottom: 10px;
}

.requirement table th {
    width: 30%;
    font-weight: 500;
}

.requirement table th,
.requirement table td {
    padding: 2%;
    border-bottom: 1px dotted #333;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
}

/*----------------------------------------------------------
   　エントリー
----------------------------------------------------------*/
.entry {
    color: #333;
    font-size: 1.8rem;
}

.entry_wrap {
    /* border-radius: 200px 0 0 0; */
}

.entry h3 {
    margin: 0 0 50px 0;
}

.entry label {
    display: block;
    vertical-align: top;
    padding: 12px 5px 0 0;
    margin: 0 10px 5px 0;
    font-size: 12px;
}

.entry label span {
    display: inline-block;
    line-height: 1em;
    color: #fff;
    font-size: 0.8em;
    font-weight: 500;
    background: #79ae80;
    border-radius: 3px;
    padding: 6px;
    margin: 0 0 0 8px;
}

form div {
    margin: 0 0 30px 0;
}

form input {
    width: 96%;
    padding: 2%;
    background: #fff;
    border: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 1.4em;
}

form select {
    padding: 15px;
    background: #fff;
    border-radius: 25px;
    border: none;
}

form input::placeholder {
    font-size: 14px;
}

.entry_btn {
    display: block;
    width: 40%;
    margin: 0 auto;
}

.entry_btn:hover {
    display: block;
    width: 40%;
    margin: 0 auto;
}

form input[type="submit"] {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #3e3f41;
    border-radius: 0;
    padding: 11px;
    cursor: pointer;
}

form input[type="submit"]:hover {
    color: #87B32D;
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
    border-style: none;
}

/* .entry_btn:after {
  content: "";
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
} */

/* .entry_btn:hover:after {
  content: "";
  border-left: 8px solid #5a8ffa;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
} */

header .thanx_logo {
    float: none;
    margin: 0 auto;
}

.back_btn {
    width: 340px;
}

.back_btn:hover {
    width: 340px;
}

@media screen and (max-width: 767px) {
    .entry_wrap {
        border-radius: 0;
    }
}

@media screen and (max-width: 540px) {
    .entry_btn {
        max-width: 300px;
        width: 75%;
        margin: 0 auto;
    }

    .entry_btn:hover {
        display: block;
        max-width: 300px;
        width: 75%;
        margin: 0 auto;
    }

    .back_btn {
        max-width: 300px;
        width: 75%;
        margin: 0 auto;
        font-size: 1.4rem;
    }

    .back_btn:hover {
        max-width: 300px;
        width: 75%;
        margin: 0 auto;
    }
}

/*----------------------------------------------------------
   　footer
----------------------------------------------------------*/

/* footer {
	background: url(../img/bg_line.png) repeat-x top left #fff;
} */

footer .inner {
    background: url(../img/art02.png) no-repeat;
    background-position: bottom right 1%;
    background-size: 150px;
    margin: 0 auto;
    font-size: 1.8rem;
    padding: 5rem 0 3.5rem;
}

.f_logo {
    float: none;
    margin: 20px 0 0 0;
    color: #333;
}

.f_logo img {
    max-width: 300px;
    margin: 0;
}

.f_logo p:last-child {
    margin: 20px 0 0 0;
}

.f_tel {
    float: none;
    width: 96%;
    color: #333;
    margin: 15px 0 0 0;
}

.f_tel p:first-child {
    font-weight: 600;
    font-size: 2.0rem;
}

.f_tel p span.triangle {
    display: inline-block;
    border-left: 0.4em solid #333;
    border-top: 0.4em solid transparent;
    border-bottom: 0.4em solid transparent;
    margin: 0 0.4em;
}

.f_tel p span a {
    display: inline-block;
    margin-top: 0.5em;
}

.copy {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    background: #f8f8f8;
    padding: 20px 0;
}

.f_tel p span a:hover {
    display: inline-block;
    color: #fac559;
    margin-top: 0.5em;
}

footer {
    background: #f8f8f8;
}

.footer_contents {
    max-width: 400px;
    display: block;
    justify-content: center;
    /* align-items: center; */
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 20px;
}

.footer_bg {
    margin: 30px auto 0;
}

.footer_contents_logo {
    text-align: center;
    margin: 0 auto 25px;
}

.footer_contents_logo img {
    width: 70%;
    padding-top: 2em;
}

.footer_contents_left,
.footer_contents_right {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    margin: 0 auto 30px;
}

.footer_contents_right table {
    text-align: left;
    border-collapse: separate;
    border-spacing: 0.3em;
    margin: 0 auto;
}

.footer_contents_left .footer_contents_contact table {
    margin: 0 auto;
}

.footer_contents_right th {
    flex: 1;
    width: 30%;
    font-size: 10px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 1px;
    vertical-align: middle;
    border-radius: 5px;
    padding: 5px 10px;
    background: #ece8bd;
}

.footer_contents_right td {
    font-size: 10px;
    padding: 3px 5px;
    position: relative;
    padding-left: 5px;
    border-collapse: separate;
    border-spacing: 15px;
    background: #fff;
}

/* .footer_contents_right td:before {
	    content: "";
	    display: inline-block;
	    border: 13px solid transparent;
	    border-left-color: #2B832C;
	    position: absolute;
	    left: -5px;
	    top: 50%;
	    margin-top: 0;
	    transform: translate(0,-50%);
	} */

.footer_contents_left .footer_contents_contact {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 1.2em;
}

.footer_contents_left .footer_contents_contact p:first-child {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}

.footer_contents_left .footer_contents_contact p {
    padding: 3px 0;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    vertical-align: middle;
    border-bottom: none;
    position: relative;
    font-size: 1rem;
}

.footer_contents_left .footer_contents_contact p span {
    padding-right: 0.8em;
    margin-right: 0.6em;
    position: relative;
}

.footer_contents_left .footer_contents_contact p span:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.footer_contents_left .footer_contents_contact td {
    border-bottom: none;
    padding: 0 0 0 10px;
}

.footer_privacy {
    font-size: 14px;
    padding: 18px 0 0;
}

.btn-privacy {
    background-color: #79ae80;
    border: 2px solid #79ae80;
}

.btn-privacy:hover {
    color: #79ae80 !important;
    border: 2px solid #79ae80;
}

.btn-privacy:hover:before {
    background: #79ae80;
}

.btn-privacy:hover:after {
    content: '';
    position: absolute;
    border-top: 3px solid #79ae80;
    border-right: 3px solid #79ae80;
}

.footer_contents_btn {
    text-align: center;
    padding-top: 0;
    margin: 20px auto;
}

.pc2 {
    display: none;
}

.sp {
    display: block;
}

.sp2 {
    display: none;
}

@media screen and (max-width: 767px) {
    .f_logo img {
        max-width: 300px;
    }

    .pc {
        display: none;
    }

    .sp2 {
        display: block;
    }


}

@media screen and (max-width: 650px) {
    footer .inner {
        background-size: 90px;
    }
}

@media screen and (max-width: 380px) {
    .f_logo img {
        max-width: 100%;
        margin: 0;
    }
}
