@charset "UTF-8";

/********************************
DEFAULT
*********************************/

html, 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:0px;
    padding:0px;
    outline: 0;
}

h1,h2,h3,h4,h5,h6,caption,address,th{
    font-weight:normal;
    margin:0;
    padding:0;
    font-size:100%;
}

ul,ol,li,dl,dt,dd {
    list-style:none;
}

img,iframe {
    vertical-align:middle;
    border:0px;
}

img{
    line-height:0;
    font-size:0;
}

table {
    border-collapse:collapse;
}
th {
    font-weight: normal;
    text-align: left;
}

button,fieldset,form,input,label,legend,select,textarea{
    font-family:inherit;
    font-style:inherit;
    font-weight:inherit;
    font-size:100%;
    margin:0;
    padding:0;
    vertical-align:baseline;
}

select{
    padding:2px;
}

input, select {
    font-size: 79%;
    vertical-align: middle;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

textarea {
    font-size: 99%;
}

input {
    vertical-align:middle;
}

label {
    padding:0 0 0 2px;
}

hr {
    display:none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    font-size:.01em;
    height:0;
    overflow:hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
}

.clear {
    clear:both;
}


a,
a:link {
    color:#BF8F0A;
    text-decoration:underline;
}

a:visited {
/*    color:#941D55;*/
}


a:hover,
a:active {
    color:#BF8F0A;
    text-decoration:none;
}



.m_b0 {
    margin-bottom:0px !important;
}

.m_b1 {
    margin-bottom:1px !important;
}

.m_b2 {
    margin-bottom:2px !important;
}

.m_b3 {
    margin-bottom:2px !important;
}

.m_b5 {
    margin-bottom:5px !important;
}

.m_b7 {
    margin-bottom:7px !important;
}

.m_b8 {
    margin-bottom:8px !important;
}

.m_b10 {
    margin-bottom:10px !important;
}

.m_b11 {
    margin-bottom:11px !important;
}

.m_b12 {
    margin-bottom:12px !important;
}

.m_b13 {
    margin-bottom:13px !important;
}

.m_b15 {
    margin-bottom:15px !important;
}

.m_b20 {
    margin-bottom:20px !important;
}

.m_b25 {
    margin-bottom:25px !important;
}

.m_b30 {
    margin-bottom:30px !important;
}

.m_b35 {
    margin-bottom:35px!important;
}

.m_b40 {
    margin-bottom:40px !important;
}

.m_b45 {
    margin-bottom:45px !important;
}

.m_b50 {
    margin-bottom:50px !important;
}

.m_b55 {
    margin-bottom:55px !important;
}
.m_b100 {
    margin-bottom:100px !important;
}

.m_t30 {
    margin-top:30px !important;
}
.m_r0 {
    margin-right:0 !important;
}

.p_b0 {
    padding-bottom:0 !important;
}
.p_b10 {
    padding-bottom:10px !important;
}

.center {
    text-align:center !important;
}
.left {
    text-align:left;
}
.right {
    text-align:right;
}
.bold {
    font-weight:bold;
}

html {
    height:100%;
    overflow-y:scroll;
}

body {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color:#333333;
    font-size:16px;
    text-align:center;
    min-height:100%;
    height:auto !important;
    position:relative;
    -webkit-text-size-adjust: none;
    line-height:1.6;
    min-width:980px;
    background: #ffffff;
}

/*************
Header
***************/
header.not {
    border-top: 39px solid #c3a25b;
}
header .header .tpbx {
    background: #c3a25b;
    padding: 12px 0;
}
header .header .tpbx p {
    color: #ffffff;
    line-height: 1;
    font-size: 15px;
    font-weight: bold;
}
header .header .headerin {
    padding: 20px 0;
    width: 980px;
    margin: 0 auto;
}
header .header .headerin .logo {
    float: left;
}
header .header .headerin .tel {
    float: right;
    margin: 4px 0 0 0;
}
header .header .headerin .btn {
    float: right;
    width:170px;
    margin: 4px 0 0 30px;
}
header .sp_navbox {
    display: none;
}
header .navbox {
    background: rgba(241,241,241,0.85);
    position: absolute;
    top: 131px;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #ebebeb;
    z-index: 99999999;
}
header .navbox.on {
    position: fixed;
    top: 0;
}
header .navbox nav ul {
    text-align: center;
    letter-spacing: -.40em;
}
header .navbox nav ul li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 45px 0 45px;
    position: relative;
}
header .navbox nav ul li:after {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: #c4b023;
}
header .navbox nav ul li:hover:after {
    display: block;
}
header .navbox nav ul li.on:after {
    display: block;
}
header .navbox nav ul li > p > a {
    padding: 20px 0;
    display: block;
    line-height: 1;
}
header .navbox nav ul li .pldin {
    display: none;
}
header .navbox nav ul li .pldin {
    position: absolute;
    top: 60px;
    left: 50%;
    width:250px;
    margin: 0 0 0 -125px;
    background: #ffffff;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: none;
    z-index: 999999;
}
header .navbox nav ul li .pldin p {
    line-height: 1.3;
    border-bottom: 1px solid #cccccc;
}
header .navbox nav ul li .pldin p:last-child {
    border-bottom: 0;
}
header .navbox nav ul li .pldin p a {
    display:block;
    padding: 20px 0;
    text-decoration: none;
    font-size:12px;
    color: #BF8F0A;
    font-weight: bold;
}
header .navbox nav ul li .pldin p a:hover {
    background: #cccccc;
    color: #fff;
}

/*************
Footer
***************/
footer .footer {
    padding: 30px 0 30px 0;
}
footer .footer .footerin .logo {
    float: left;
}
footer .footer .footerin .lnkbox {
    float: right;
}
footer .footer .footerin .lnkbox .lnkin {
    float: left;
    margin: 0 0 0 40px;
    text-align: left;
}
footer .footer .footerin .lnkbox .lnkin:first-child {
    margin: 0 0 0 0;
}
footer .footer .footerin .lnkbox .lnkin .lnk {
    line-height: 0.8;
    font-size: 14px;
}
footer .footer .footerin .lnkbox .lnkin .lnk a {
    text-decoration: underline;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
}
footer .footer .footerin .lnkbox .lnkin .lnk a:hover {
    text-decoration: none;
}
footer .footer .footerin .lnkbox .lnkin .ttl {
    margin: 0 0 20px 0;
    line-height: 1;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
footer .footer .footerin .lnkbox .lnkin ul li {
    margin: 0 0 10px 0;
    line-height: 1;
}
footer .footer .footerin .lnkbox .lnkin ul li:last-child {
    margin: 0 0 0 0;
}
footer .footer .footerin .lnkbox .lnkin ul li a {
    line-height: 1;
    font-size: 13px;
}
footer .footbox {
    background: #b9b9b9;
    padding: 28px 0;
}
footer .footbox .footin address {
    line-height: 1;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    text-align: center:
}
footer .footbox .footin .lnk {
    float: right;
    line-height: 1;
}
footer .footbox .footin .lnk a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}
footer .footbox .footin .lnk a:hover {
    text-decoration: underline;
}
footer .fm_footbox {
    border-top: 2px solid #ebebeb;
    padding: 30px 0;
}
footer .fm_footbox .footin .logo {
    float: left;
}
footer .fm_footbox .footin address {
    float: right;
    line-height: 1;
    font-size: 14px;
    font-style: normal;
    padding: 20px 0 0 0;
}


/*************
Contents
***************/
/*com_hver*/
.com_hver:hover img {
    opacity:0.7;
}

/*layout*/
.com_pc {
    display:block;
}
.com_sp {
    display:none;
}

.com_lybx {
    margin:0 auto;
    width:980px;
}

.com_lysbx {
    margin:0 auto;
    width:900px;
}

/*com_pagetop*/
.com_pagetop {
    position: fixed;
    bottom: 80px;
    right: 30px;
    display: none;
}

/*com_mainbox*/
.com_mainbox.current1 {
    background: url(../../images/current_img_main.jpg) center center / cover no-repeat;
    height: 500px;
}
.com_mainbox.current2 {
    background: url(../../images/current02_img_main.jpg) center center / cover no-repeat;
    height: 500px;
}
.com_mainbox.current3 {
    background: url(../../images/current03_img_main.jpg) center center / cover no-repeat;
    height: 500px;
}
.com_mainbox.interview1 {
    background: url(../../images/interview_main_img01.jpg) center center / cover no-repeat;
    height: 500px;
}
.com_mainbox.interview2 {
    background: url(../../images/interview_main_img02n.jpg) center center / cover no-repeat;
    height: 500px;
}
.com_mainbox.interview3 {
    background: url(../../images/interview_main_img04.jpg) center center / cover no-repeat;
    height: 500px;
}
.com_mainbox.message {
    background: url(../../images/message_main_img.jpg) center center / cover no-repeat;
    height: 500px;
}
.com_mainbox .mainin {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    padding: 110px 0 0 0;
}
.com_mainbox.interview1 .mainin {
    padding: 210px 0 0 0;
}
.com_mainbox.interview2 .mainin {
    padding: 210px 0 0 0;
}
.com_mainbox.interview3 .mainin {
    padding: 210px 0 0 0;
}
.com_mainbox.message .mainin {
    padding: 240px 0 0 0;
}
.com_mainbox .mainin .img {
    display: none;
}
.com_mainbox .mainin .ttlbox {
    width: 325px;
    padding: 40px 20px 40px 20px;
    background: rgba(241,241,241,0.85);
}
.com_mainbox .mainin .ttlbox .txt {
    line-height: 2;
    margin: 30px 0 0 0;
}

/*com_pnkzbox*/
.com_pnkzbox ul{
    padding:20px 0 20px 0;
    width:1230px;
    margin:0 auto;
}

.com_pnkzbox ul li{
    text-align: left;
    float: left;
    line-height: 1.2;
    padding: 0 10px 0 0;
}

.com_pnkzbox ul li a{
    text-decoration:underline;
    color:#000000;
}

.com_pnkzbox ul li a:hover{
    text-decoration: none;
}

/*com_btn*/
.com_btn{
    line-height:1;
}
.com_btn a {
    color:#ffffff;
    font-size:15px;
    padding:14px 0;
    display:block;
    text-decoration:none;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#d0b67f, endcolorstr=#ac7b1a));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#d0b67f, endcolorstr=#ac7b1a))";
    zoom: 1;
    background: -moz-linear-gradient(top, #d0b67f, #ac7b1a);
    background: -webkit-gradientf(linear, left top, left bottom, from(#d0b67f), to(#ac7b1a));
    background: linear-gradient(to bottom, #d0b67f, #ac7b1a);
    border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: 0.2s linear;
}
.com_btn a:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ac7b1a, endcolorstr=#d0b67f));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ac7b1a, endcolorstr=#d0b67f))";
    zoom: 1;
    background: -moz-linear-gradient(top, #ac7b1a, #d0b67f);
    background: -webkit-gradientf(linear, left top, left bottom, from(#ac7b1a), to(#d0b67f));
    background: linear-gradient(to bottom, #ac7b1a, #d0b67f);
    opacity: 0.7;
}

/*com_cvbox*/
.com_cvbox {
    background: #f9f8f0;
    padding: 70px 0;
}
.com_cvbox .ttl {
    margin: 0 0 35px 0;
}
.com_cvbox .txt {
    margin: 0 0 35px 0;
    line-height: 1.4;
}
.com_cvbox .txt .bld {
    font-size: 18px;
    font-weight: bold;
    color: #ba901c;
}
.com_cvbox .txt.lt {
    margin: 35px 0 0 0;
}
.com_cvbox .cvin {
    width: 750px;
    margin: 0 auto;
}
.com_cvbox .btnbox {
    width: 345px;
    float: right;
}
.com_cvbox .btnbox .tl {
    font-weight:bold;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 10px 0;
}
.com_cvbox .btn a {
    font-size: 24px;
    padding: 28px 0;
    border-radius: 40px;
    -ms-border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}
.com_cvbox .telbox {
    width: 345px;
    float: left;
}
.com_cvbox .telbox .tl {
    font-weight:bold;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 20px 0;
}

#Popbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(241,241,241,0.85);
    z-index: 999999999;
    display: none;
}

#Pop_entrybox {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 730px;
    margin: -150px 0 0 -365px;
    background: #ffffff;
    z-index: 9999999999;
    display: none;
}
#Pop_entrybox .popin {
    padding: 50px 30px;
    border: 4px solid #c3a25b;
    position: relative;
}
#Pop_entrybox .popin .close {
    position: absolute;
    top: -20px;
    right: -20px;
    line-height: 1;
}
#Pop_entrybox .popin .close a {
    display: block;
    padding: 10px;
    background: #aaaaaa;
    border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
#Pop_entrybox .popin ul li {
    float: left;
    width: 320px;
    text-align: center;
    line-height: 1.5;
}
#Pop_entrybox .popin ul li:last-child {
    float: right;
}
#Pop_entrybox .popin ul li a {
    padding: 20px 10px;
    font-size: 20px;
    border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

#Pop_entrybox2 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 730px;
    margin: -150px 0 0 -365px;
    background: #ffffff;
    z-index: 9999999999;
    display: none;
}
#Pop_entrybox2 .popin {
    padding: 50px 30px;
    border: 4px solid #c3a25b;
    position: relative;
}
#Pop_entrybox2 .popin .close {
    position: absolute;
    top: -20px;
    right: -20px;
    line-height: 1;
}
#Pop_entrybox2 .popin .close a {
    display: block;
    padding: 10px;
    background: #aaaaaa;
    border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
#Pop_entrybox2 .popin ul li {
    float: left;
    width: 320px;
    text-align: center;
    line-height: 1.5;
}
#Pop_entrybox2 .popin ul li:last-child {
    float: right;
}
#Pop_entrybox2 .popin ul li a {
    padding: 20px 10px;
    font-size: 20px;
    border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}


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

body {
    font-size:14px;
    min-width:initial;
}

/*************
Header
***************/
header.not {
    border-top: 28px solid #c3a25b;
}
header .header  {
    padding: 0 0 55px 0;
}
header .header .tpbx {
    padding: 8px 0;
}
header .header .tpbx p {
    font-size: 12px;
}
header .header .headerin {
    padding: 0 0 0 0;
    width: 100%;
    position: absolute;
    top: 28px;
    left: 0;
    background: #ffffff;
    z-index: 99999999;
}
header .header .headerin.on {
    position: fixed;
    top: 0;
}
header .header .headerin.non {
    position: absolute !important;
    top: 28px !important;
}
header .header .headerin .logo {
    float: left;
    padding: 15px 0 0 10px;
}
header .header .headerin .logo.vol2 {
    display: none;
}
header .header .headerin .tel {
    float: right;
    margin: 0 0 0 0;
}
header .header .headerin .tel a {
    padding: 12px 10px 10px 10px;
    display: block;
}
header .header .headerin .btn {
    float: right;
    width:70px;
    margin: 12px 0 0 10px;
}
header .header .headerin .btn.vol2 {
    margin: 12px 15px 0 10px;
}
header .header .headerin .btn a {
    font-size: 10px;
    padding: 10px 0;
}
header .header .headerin .menuBtn {
    float: right;
    padding: 15px;
    cursor: pointer;
    width: 30px;
    height: 25px;
}
header .header .headerin .menuBtn span {
    position: relative;
    margin: 10px 0 0;
}
header .header .headerin .menuBtn span,
header .header .headerin .menuBtn span:before,
header .header .headerin .menuBtn span:after {
	display: block;
	width: 100%;
	height: 5px;
	background: #737373;
	transition: all 0.5s;
	backface-visibility: hidden;
}
header .header .headerin .menuBtn span:before,
header .header .headerin .menuBtn span:after {
	position: absolute;
	content: "";
}
header .header .headerin .menuBtn span:before {
	top: -10px;
}
header .header .headerin .menuBtn span:after {
	top: 10px;
}
header .header .headerin .menuBtn.on span:before {
	transform: translate(0px, 10px) rotate(-90deg);
	-webkit-transform: translate(0px, 10px) rotate(-90deg);
}
header .header .headerin .menuBtn.on span:after {
	transform: translate(0px, -10px) rotate(-90deg);
	-webkit-transform: translate(0px, -10px) rotate(-90deg);
}
header .header .headerin .menuBtn.on span {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

header .sp_navbox {
    display: none;
    position: absolute;
    top: 83px;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #b9b9b9;
    z-index: 99999999;
}
header .sp_navbox.on {
    position: fixed;
    top: 55px;
}
header .sp_navbox nav .btn {
    padding: 20px 20px;
}
header .sp_navbox nav .btn p {
    margin: 0 0 15px 0;
    line-height: 1.4;
}
header .sp_navbox nav .btn p:last-child {
    margin: 0 0 0 0;
}
header .sp_navbox nav .btn p a {
    padding: 10px 10px;
    font-size: 15px;
}
header .sp_navbox nav ul {
    border-bottom: 1px solid #b9b9b9;
}
header .sp_navbox nav ul li {
    border-top: 1px solid #b9b9b9;
}
header .sp_navbox nav ul li > p {
    line-height: 1;
    font-size: 14px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#fdfdfd, endcolorstr=#f4f3f3));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#fdfdfd, endcolorstr=#f4f3f3))";
    zoom: 1;
    background: -moz-linear-gradient(top, #fdfdfd, #f4f3f3);
    background: -webkit-gradientf(linear, left top, left bottom, from(#fdfdfd), to(#f4f3f3));
    background: linear-gradient(to bottom, #fdfdfd, #f4f3f3);
}
header .sp_navbox nav ul li > p > a {
    text-decoration: none;
    font-size: 15px;
    display: block;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    padding: 13px 0;
}
header .sp_navbox nav ul li .pldin {
    display: none;
}
header .sp_navbox nav ul li .pldin p {
    margin: 0 0 0 0;
    line-height: 1;
    border-top: 1px solid #b9b9b9;
    background: #ffffff;
}
header .sp_navbox nav ul li .pldin p a {
    line-height: 1;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
}

header .navbox {
    display: none;
}

/*************
Footer
***************/
footer .footer {
    padding: 20px 0 0 0;
}
footer .footer .footerin .logo {
    float: none;
    text-align: center;
    margin: 0 0 20px 0;
}
footer .footer .footerin .lnkbox {
    float: none;
}
footer .footer .footerin .lnkbox .lnkin {
    float: none;
    margin: 0 0 0 0;
    text-align: center;
    border-top: 1px solid #b9b9b9;
}
footer .footer .footerin .lnkbox .lnkin .lnk {
    line-height: 0.8;
    font-size: 14px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#fdfdfd, endcolorstr=#f4f3f3));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#fdfdfd, endcolorstr=#f4f3f3))";
    zoom: 1;
    background: -moz-linear-gradient(top, #fdfdfd, #f4f3f3);
    background: -webkit-gradientf(linear, left top, left bottom, from(#fdfdfd), to(#f4f3f3));
    background: linear-gradient(to bottom, #fdfdfd, #f4f3f3);
}
footer .footer .footerin .lnkbox .lnkin .lnk a {
    text-decoration: none;
    font-size: 15px;
    display: block;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    padding: 13px 0;
}
footer .footer .footerin .lnkbox .lnkin .lnk a:hover {
    text-decoration: none;
}
footer .footer .footerin .lnkbox .lnkin .ttl {
    margin: 0 0 0 0;
    line-height: 1;
    font-size: 15px;
    padding: 13px 0;
    cursor: pointer;
    color: #333333;
    font-weight: bold;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#fdfdfd, endcolorstr=#f4f3f3));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#fdfdfd, endcolorstr=#f4f3f3))";
    zoom: 1;
    background: -moz-linear-gradient(top, #fdfdfd, #f4f3f3);
    background: -webkit-gradientf(linear, left top, left bottom, from(#fdfdfd), to(#f4f3f3));
    background: linear-gradient(to bottom, #fdfdfd, #f4f3f3);
}
footer .footer .footerin .lnkbox .lnkin ul {
    display: none;
}
footer .footer .footerin .lnkbox .lnkin ul li {
    margin: 0 0 0 0;
    line-height: 1;
    border-top: 1px solid #b9b9b9;
    background: #ffffff;
}
footer .footer .footerin .lnkbox .lnkin ul li:last-child {
    margin: 0 0 0 0;
}
footer .footer .footerin .lnkbox .lnkin ul li a {
    line-height: 1;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
}
footer .footbox {
    background: #b9b9b9;
    padding: 15px 0;
}
footer.ver1 .footbox {
    padding: 15px 0 115px 0;
}
footer.ver2 .footbox {
    padding: 15px 0 100px 0;
}
footer .footbox .footin address {
    line-height: 1;
    color: #ffffff;
    font-size: 10px;
    font-style: normal;
}
footer .footbox .footin .lnk {
    float: none;
    text-align: center;
    margin: 0 0 15px 0;
    line-height: 1;
}
footer .footbox .footin .lnk a {
    color: #ffffff;
    font-size: 12px;
    text-decoration: underline;
}
footer .footbox .footin .lnk a:hover {
    text-decoration: underline;
}
footer .fm_footbox {
    padding: 20px 0;
}
footer .fm_footbox .footin .logo {
    float: none;
    text-align: center;
}
footer .fm_footbox .footin address {
    font-size: 10px;
    padding: 15px 0 0 0;
}

/*************
Contents
***************/


/*layout*/
.com_pc {
    display:none;
}
.com_sp {
    display:block;
}

.com_lybx {
    width:auto;
}

.com_lysbx {
    width:auto;
}

/*com_pagetop*/
.com_pagetop {
    position: fixed;
    bottom: 60px;
    right: 10px;
    display: none;
}

/*com_mainbox*/
.com_mainbox.current1 {
    background: none;
    height: auto;
    padding: 0 0 7% 0;
}
.com_mainbox.current2 {
    background: none;
    height: auto;
    padding: 0 0 23% 0;
}
.com_mainbox.current3 {
    background: none;
    height: auto;
    padding: 0 0 23% 0;
}
.com_mainbox.interview1 {
    background: none;
    height: auto;
}
.com_mainbox.interview2 {
    background: none;
    height: auto;
}
.com_mainbox.interview3 {
    background: none;
    height: auto;
}
.com_mainbox.message {
    background: none;
    height: auto;
}
.com_mainbox .mainin {
    width: auto;
    padding: 0 0 0 0;
    position: relative;
}
.com_mainbox.interview1 .mainin {
    padding: 0 0 0 0;
}
.com_mainbox.interview2 .mainin {
    padding: 0 0 0 0;
}
.com_mainbox.interview3 .mainin {
    padding: 0 0 0 0;
}
.com_mainbox.message .mainin {
    padding: 0 0 0 0;
}
.com_mainbox .mainin .img {
    display: block;
}
.com_mainbox .mainin .ttlbox {
    width: 80%;
    padding: 20px 5%;
    margin: 0 5% 0 5%;
    position: absolute;
    top: 85%;
}
.com_mainbox .mainin .ttlbox .txt {
    line-height: 1.6;
    margin: 15px 0 0 0;
}

/*com_cvbox*/
.com_cvbox {
    background: #f9f8f0;
    padding: 30px 20px;
}
.com_cvbox .ttl {
    margin: 0 0 20px 0;
}
.com_cvbox .txt {
    margin: 0 0 20px 0;
    line-height: 1.4;
}
.com_cvbox .txt .bld {
    font-weight: bold;
    font-size: 16px;
}
.com_cvbox .txt.lt {
    margin: 20px 0 0 0;
}
.com_cvbox .cvin {
    width: auto;
    margin: 0 auto;
}
.com_cvbox .telbox {
    width: auto;
    float: none;
    padding: 0 0 20px 0;
}
.com_cvbox .telbox .tx {
    line-height: 1;
    font-size:16px;
    padding: 10px 0 0 0;
}
.com_cvbox .telbox .tl {
    font-weight:bold;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 10px 0;
}
.com_cvbox .telbox .btn {
    line-height: 1;
}
.com_cvbox .telbox .btn a {
    display: block;
    padding: 18px 0;
    border: 1px solid #aa7a16;
    border-radius: 35px;
    -ms-border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    color: #aa7a16;
    text-align: center;
    transition: 0.2s linear;
    font-size: 20px;
    text-decoration: none;
    background: #ffffff url(../../images/sp/btn_tel.png) no-repeat 10% 50%;
    background-size: 18px auto;
    -ms-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -webkit-background-size: 18px auto;
}
.com_cvbox .btnbox {
    width: auto;
    float: none;
}
.com_cvbox .btnbox .tl {
    font-weight:bold;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 10px 0;
}
.com_cvbox .btn a {
    font-size: 18px;
    padding: 17px 0;
    border-radius: 40px;
    -ms-border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}

/*com_overbox*/
.com_overbox {
    background: #ffffff;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid #ae9d6d;
}
.com_overbox .overbox {
    padding: 0 10px;
}
.com_overbox .overbox .tl {
     letter-spacing: 1px;
     font-size: 14px;
     line-height: 1.2;
     margin: 0 0 10px 0;
     text-align: center;
     font-weight: bold;
     color: #ba901c;
}
.com_overbox .overbox .btn {
    line-height:1;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#d0b67f, endcolorstr=#ac7b1a));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#d0b67f, endcolorstr=#ac7b1a))";
    zoom: 1;
    background: -moz-linear-gradient(top, #d0b67f, #ac7b1a);
    background: -webkit-gradientf(linear, left top, left bottom, from(#d0b67f), to(#ac7b1a));
    background: linear-gradient(to bottom, #d0b67f, #ac7b1a);
    border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
.com_overbox .overbox .btn a {
    color:#ffffff;
    font-size:15px;
    padding:14px 0 14px 20px;
    display:block;
    text-decoration:none;
    background: url(../../images/sp/icn_tel_wh.png) no-repeat 20px center;
    background-size: 18px auto;
    -ms-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -webkit-background-size: 18px auto;
}

#Pop_entrybox {
    position: fixed;
    top: 30px;
    left: 0;
    width: 90%;
    margin: 0 5% 0 5%;
    background: #ffffff;
    z-index: 9999999999;
    display: none;
}
#Pop_entrybox .popin {
    padding: 25px 15px 15px 15px;
    border: 2px solid #c3a25b;
}
#Pop_entrybox .popin .close {
    position: absolute;
    top: -20px;
    right: -10px;
    line-height: 1;
}
#Pop_entrybox .popin .close a {
    display: block;
    padding: 10px;
    background: #aaaaaa;
    border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
#Pop_entrybox .popin ul li {
    float: none;
    width: auto;
    margin: 0 0 20px 0;
}
#Pop_entrybox .popin ul li:last-child {
    float: none;
    margin: 0 0 0 0;
}
#Pop_entrybox .popin ul li a {
    padding: 10px 10px;
    font-size: 16px;
    border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

#Pop_entrybox2 {
    position: fixed;
    top: 30px;
    left: 0;
    width: 90%;
    margin: 0 5% 0 5%;
    background: #ffffff;
    z-index: 9999999999;
    display: none;
}
#Pop_entrybox2 .popin {
    padding: 25px 15px 15px 15px;
    border: 2px solid #c3a25b;
}
#Pop_entrybox2 .popin .close {
    position: absolute;
    top: -20px;
    right: -10px;
    line-height: 1;
}
#Pop_entrybox2 .popin .close a {
    display: block;
    padding: 10px;
    background: #aaaaaa;
    border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
#Pop_entrybox2 .popin ul li {
    float: none;
    width: auto;
    margin: 0 0 20px 0;
}
#Pop_entrybox2 .popin ul li:last-child {
    float: none;
    margin: 0 0 0 0;
}
#Pop_entrybox2 .popin ul li a {
    padding: 10px 10px;
    font-size: 16px;
    border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

}

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

.com_mainbox.current1 {
    padding: 0 0 10% 0;
}
.com_mainbox.current2 {
    padding: 0 0 28% 0;
}
.com_mainbox.current3 {
    padding: 0 0 28% 0;
}

}

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

.com_cvbox .ttl img {
    width: 100%;
    height: auto;
}

}

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

header .header .headerin {
    padding: 0 0 0 0;
    width: 100%;
}
header .header .headerin .logo {
    display: none;
}
header .header .headerin .logo.vol2 {
    display: block;
}
header .header .headerin .tel a {
    padding: 12px 10px 10px 10px;
    display: block;
}
header .header .headerin .btn {
    margin: 12px 0 0 5px;
}

}
