@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;
}

/*----------------------------------------------------------
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: 1200px;
    width: 100%;
    padding: 0 18px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.spParts {
    display: none !important;
}

.sp767 {
    display: none !important;
}

.sp540 {
    display: none !important;
}

.pc450 {
    display: none !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;
    color: #333;
    line-height: 2.0;
    font-size: 1.6rem;
    -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;
}

h1 {
    font-weight: 500;
}

h2 {
    font-weight: 600;
}

h3 {
    font-weight: 500;
}

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

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

img,
video {
    max-width: 100%;
}

li {
    list-style-type: none;
}

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

.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}

h2.ttl {
    color: #333;
    font-size: 4rem;
    line-height: 1.3;
    text-align: center;
    padding: 0;
    margin: 0 auto 80px;
}

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

/*----------------------------------------------------------
共通 btnエリア
----------------------------------------------------------*/

.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 {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.7s;
}
.btn:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.7s;
} */

.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;
}


/*----------------------------------------------------------
page-top（基本）
----------------------------------------------------------*/
#page-top {
    display: block;
    bottom: 110px !important;
    right: 100px;
    position: fixed;
    z-index: 100;
    transition: all .6s;
}

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

#page-top a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    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: 15px;
    height: 15px;
    border-style: solid;
    border-color: #1e8c2d;
    border-width: 4px 0 0 4px;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: border-color ease 0.1s;
}

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

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

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

header {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

header .logo {
    display: inline-block;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

header .logo img {
    width: 400px;
}

header .h_btn ul a.line {
    margin-right: 15px;
}

header .h_btn ul .line img {
    height: 50px;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

header .h_btn ul .line img:hover {
    opacity: 0.7;
}

header .h_btn ul {
    display: flex;
    float: right;
    max-width: 500px;
    margin-left: auto;
    justify-content: flex-end;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

header .h_btn ul .official {
    width: 220px;
    background-color: #87B32D;
    border: 2px solid #87B32D;
    border-radius: 25px;
}

header .h_btn ul .official:hover {
    width: 220px;
    color: #87B32D !important;
    background-color: #fff;
    border: 2px solid #87B32D;
}

header .h_btn ul .official:hover:before {
    background: #87B32D;
}

header .h_btn ul .official:hover:after {
    border-top: 3px solid #87B32D;
    border-right: 3px solid #87B32D;
}

header .h_btn ul li {
    height: 50px;
}

header .h_btn ul li.btn a {
    line-height: 46px;
    width: 220px;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

header .h_btn ul li.req {
    background: #1e8c2d;
    border: 2px solid #1e8c2d;
}

header .h_btn ul li.req:hover {
    color: #1e8c2d !important;
    background-color: #fff;
    border: 2px solid #1e8c2d;
}

header .h_btn ul li.req:hover:before {
    background: #1e8c2d;
}

header .h_btn ul li.req:hover:after {
    border-top: 3px solid #1e8c2d;
    border-right: 3px solid #1e8c2d;
}

header .h_btn ul li.ent {
    background: #B6D56A;
    border: 2px solid #B6D56A;
    margin: 0 0 0 15px;
}

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

header .h_btn ul li.ent:hover:before {
    background: #B6D56A;
}

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

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

/* .mvimg img {

} */

/*----------------------------------------------------------
会社概要
----------------------------------------------------------*/

.pankuzu {
    color: #333;
}

.pankuzu ul {
    max-width: 1073px;
    padding: 10px 0;
    margin: 0 auto;
}

.pankuzu li {
    display: inline-block;
}

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

/* .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;
} */

/* .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;
} */

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

.about {
    display: flex;
    text-align: left;
    box-sizing: border-box;
    background: #fff;
    border-radius: 30px;
    padding: 2%;
    box-shadow: 8px 8px 15px -5px #ccc;
}

.about img {
    max-width: 500px;
    width: 100%;
    border-radius: 30px;
}

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

.about_txt {
    padding: 2%;
}

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

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

.video-wrap {
    max-width: 70%;
    margin: 6.0rem 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%;
}

@media screen and (max-width:767px) {
    .video-wrap {
        max-width: 70%;
    }
}

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

.intro_wrap {
    /* background: #ffeee7;
    border-radius: 300px 0 0 0; */
}

.intro {}

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

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

.intro .inner h1 {
    display: inline-block;
    font-size: 3.2rem;
    font-weight: 500;
    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: 15px;
}

.intro .intro_wrap {
    display: flex;
    justify-content: center;
}

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

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

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

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

/* .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: 42px;
    text-align: center;
    font-weight: 500;
    line-height: 1.3;
    border-radius: 50%;
    background: #1e8c2d;
    position: absolute;
    top: -25px;
    left: -20px;
    /* box-shadow: 5px 5px 10px -5px #5b3608; */
}

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

.intro .intro_box p {
    text-align: center;
    font-weight: 500;
    line-height: 1.7;
    color: #333;
}

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

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

/*----------------------------------------------------------
お問い合わせ
----------------------------------------------------------*/
.button {
    max-width: 550px;
    width: 100%;
    display: flex;
    margin: 0 auto;
}

.btn_area .button {
    display: block;
}

.detail_btn {
    font-size: 16px;
    line-height: 60px;
    margin: 0 10px;
    background-color: #87B32D;
    border: 2px solid #87B32D;
    border-radius: 35px;
}

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

.detail_btn:hover {
    font-size: 16px;
    color: #87B32D !important;
    line-height: 60px;
    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;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

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

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

.btn_area .tel .contact_tel {
    font-size: 5.5rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 0.2em 0;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", serif;
}

.btn_area .tel .contact_tel i:before {
    font-size: 45px;
    vertical-align: 2px;
    margin-right: 10px
}

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

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

.btn_area .button ul li .req {
    background: #1e8c2d;
    border: 2px solid #1e8c2d;
    border-radius: 35px;
    margin: 0 auto;
    padding: 10px 0;
}

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

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

.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 {
    right: 12px;
    width: 7px;
    height: 3px;
    background: #1e8c2d;
}

.btn_area .button ul li .ent:hover:before {
    right: 12px;
    width: 7px;
    height: 3px;
    background: #B6D56A;
}

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

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

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

.flow_wrap {
    /* background: #f2f0db;
    border-radius: 0 300px 0 0; */
}

.flow_area {
    display: flex;
    flex-direction: row;
    align-content: center;
    margin-bottom: 80px;
    background: #fff;
    border-radius: 30px;
    padding: 2%;
    box-shadow: 8px 8px 15px -5px #ccc;
}

.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: 2.4rem;
    line-height: 1.6;
    border-bottom: 2px dotted;
    padding: 0 0 15px 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;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
    border-radius: 30px;
}

.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;
}


/*----------------------------------------------------------
福利厚生
----------------------------------------------------------*/
.inner.welfare {
    padding: 100px 0 80px;
}

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

.inner.welfare h2.ttl {
    margin: 0 auto 50px;
}

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

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

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

.welfare ul li {
    width: 250px;
    height: 250px;
    line-height: 1.8;
    text-align: center;
    background: #1e8c2d;
    border-radius: 50%;
    margin: 0 10px 10px;
}

/* .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;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
    margin: 55px 0 10px 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 {
    display: block;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin: 25px 20px 20px;
    position: static;
}

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

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

/*

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


.welfare2 {
    max-width: 1073px;
    margin: 0 auto;
    padding: 60px 0;
}

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

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

.welfare2 ul li {
    background: url(../img/bg_welfare02.png) no-repeat;
    width: 300px;
    height: 300px;
    margin: 20px 0 0 150px;
    padding: 30px 0px 0px 0px;
    font-size: 1.6rem;
    color: #fc2683;
    text-align: center;
}

.welfare2 ul li span {
    display: block;
    font-size: 2.4rem;
    margin: 20px 0 15px 0;
    font-weight: bold;
}

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

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

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

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

.work_wrap {}

.work {}

.work .box {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin-bottom: 120px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 8px 8px 15px -5px #ccc;
}

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

.work .box:nth-of-type(2) {
    flex-flow: row-reverse;
}

.work .box_left {
    position: relative;
    max-width: 550px;
    width: 100%;
    padding: 20px;
}

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

.work .box_right {
    flex: 1;
    align-self: center;
    padding: 20px;
}

.work .box_right h2 {
    color: #333;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.work .box_right .box-title {
    display: inline-block;
}

.work .box_right .box-title p {
    color: #fff;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.2;
    background: #1e8c2d;
    border-radius: 10px;
    padding: 0.7em;
    /* margin-bottom: 0; */
}

/* .work .box_right .box-title p:last-child{
  color: #0075c2;
  font-size: 1.8rem;
  background: #fff;
  padding: 0.33em 0.1em 0.23em;
  margin-bottom: 20px;
} */

.work .box_right p {
    color: #666;
    margin-bottom: 30px;
}


/*----------------------------------------------------------
インタビュー
----------------------------------------------------------*/

/* .interview_wrap {
  background:url(../img/bg_interview.png) repeat;
} */

.interview_wrap {
    /* background: #ecf4de;
    border-radius: 300px 0 0 0; */
}

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

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

.interview_img img {
    border-radius: 30px;
    box-shadow: 8px 8px 15px -5px #ccc;
}

.prof {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8em;
    height: 8em;
    border-radius: 50%;
    font-size: 1vw;
    color: #fff;
    text-align: center;
    background: #87B32D;
    position: absolute;
    bottom: -5%;
    right: -3%;
    transform: translate(-2%, -2%);
    padding: calc(18em * (1.41421356237 - 1) / 2);
    z-index: 2;
}

.prof span {
    display: block;
}

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

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

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

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


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

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

.prof .mes2 {
    font-size: 1.5rem;
    margin: -30px 0 0px 0;
}

.prof .mes {
    font-size: 2.0rem;
    margin: -30px 0 0px 0;
}

.interview_box {
    width: 100%;
    margin: 0 auto;
    padding: 2%;
    text-align: justify;
}

.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 15px;
    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: 2;
}

.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: 3rem;
    font-weight: 600;
    line-height: 1;
}

.question-p {
    color: #333;
    font-weight: 600;
    line-height: 1.7;
}

.answer {
    padding-bottom: 80px;
}

.answer:last-child {
    padding-bottom: 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: 2.5rem;
    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: 2.5rem;
    color: #fd5d8e;
    font-weight: bold;
}


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

.message_wrap {
    /* background: #ffface;
    border-radius: 0 300px 0 0; */
}

.inner.message {
    padding: 100px 0 80px;
}

.messagetxt_wrap {
    display: block;
    /* justify-content: space-between; */
    margin: auto;
}

.inner.message h2.ttl {
    margin: 0 auto 50px;
}

.messageimg {
    max-width: 600px;
    width: 100%;
    object-fit: cover;
    box-sizing: border-box;
    border-radius: 30px;
    margin: 0 auto 4em;
    position: relative;
}

.messageimg img {
    width: auto;
    /* height: 100%; */
    object-fit: cover;
    box-sizing: border-box;
    border-radius: 30px;
    box-shadow: 8px 8px 15px -5px #ccc;
}

.messagetxt_wrap .name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    font-size: 1vw;
    color: #fff;
    text-align: center;
    background: #87B32D;
    position: absolute;
    bottom: -5%;
    right: -3%;
    transform: translate(3%, 5%);
    padding: calc(8em * (1.41421356237 - 1) / 2);
}

.messagetxt_wrap .name p {
    font-size: 2.3rem;
    line-height: 1.7;
}

.messagetxt_wrap .name p span {
    font-size: 85%;
}

.message .messagetxt {
    flex: 1;
    font-weight: 500;
    line-height: 2;
    margin: auto 0 auto 40px;
}

.message h3 {
    color: #333;
    font-size: 2.8rem;
    margin: 0 0 20px 0;
    text-align: center;
}

.message p {
    text-align: center;
    font-weight: 400;
}


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


.requirement_wrap {
    /* background: #fff2f4; */
}

.requirement h3 {
    margin: 0 0 15px 0;
}

.requirement table {
    max-width: 1073px;
    width: 100%;
    margin: 0 auto;
}

.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: 20%;
    font-weight: 600;
}

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

/*----------------------------------------------------------
エントリー
----------------------------------------------------------*/

/* .entry_wrap {

} */
.entry_wrap {
    /* background: #f0f9ff; */
    /* border-radius: 300px 0 0 0; */
}

.entry {
    color: #333;
    font-size: 1.8rem;
    max-width: 1073px;
    width: 100%;
}

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

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

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

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

form input {
    width: 1000px;
    padding: 10px 20px;
    background: #fff;
    border: none;
    border-radius: 10px;
    border: 2px solid #ccc;
    font-size: 1.4em;
}

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

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

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

form input[type="submit"] {
    width: 50%;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
    border-style: none;
    padding: 11px;
    border: 1px solid #3e3f41;
    border-radius: 0;
    margin: 30px auto;
    display: flex;
    justify-content: center;
    text-align: center;
}

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

form input[type="submit"]:hover {
    color: #87B32D;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #000;

}

/* .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;
}


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

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

footer .inner {
    /* background: url(../img/art02.png) no-repeat;
    background-position: bottom right 10%;
    background-size: 400px;
    padding: 8rem 2rem 5rem; */
}

.f_logo {
    font-size: 1.8rem;
    color: #333;
}

.f_logo img {
    width: 300px;
}

.f_logo p {}

.f_tel {
    color: #333;
    font-size: 1.8rem;
}

.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;
}

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

.footer_contents_logo {
    text-align: center;
}

.footer_contents {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row-reverse;
    /* align-items: center; */
    max-width: 1200px;
    margin: 0 auto;
}

.footer_bg {
    margin: 30px auto 0;
}

.footer_contents_left {
    display: inline-block;
    /* flex: 1; */
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    padding: 0 25px;
}

.footer_contents_right table {
    display: inline-block;
    text-align: left;
    border-collapse: separate;
    border-spacing: 0.3em;
}

.footer_contents_right th {
    flex: 1;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    vertical-align: middle;
    border-radius: 5px;
    padding: 0 10px;
    background: #ece8bd;
}

.footer_contents_right td {
    border-radius: 5px;
    font-size: 12px;
    padding: 0 10px;
    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_logo img {
    max-width: 300px;
    padding-top: 3em;
}

.footer_contents_left .footer_contents_contact {
    color: #333;
    background: #fff;
    border-radius: 20px;
    padding: 1.2em;
}

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

.footer_contents_left .footer_contents_contact p:first-child {
    font-size: 1.2em;
    font-weight: 500;
}

.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;
    width: 80%;
    margin: 0 auto;
}

.btn-privacy {
    background-color: #1e8c2d;
    border: 2px solid #1e8c2d;
}

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

.btn-privacy:hover:before {
    background: #1e8c2d;
}

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

.footer_contents_btn {
    padding: 17px 0 10px;
    width: 80%;
    margin: 0 auto;
}

.footer_contents_btn .btn-header {
    max-width: 100%;
}

.footer_contents_btn .btn-header:hover {
    max-width: 100%;
}






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

.sp {
    display: none;
}


/*guideline_txt-------------------------*/
#guideline_txt {
    margin: 10px 0 25px;
}

#guideline_txt .txt_box {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 10px;
}

#guideline_txt .txt_box h3 {
    text-align: center;
    font-size: 2.8rem;
}

@media screen and (max-width:767px) {
    #guideline_txt .txt_box h3 {
        text-align: left;
        color: #fff;
        font-size: 18px;
    }
}

.sp2 {
    display: none;
}

.stop {
    padding: 5px 30px;
    position: absolute;
    top: 50%;
    left: 30%;
    color: #fff;
    background: #1e8c2d;
}
