@charset "utf-8";
/* CSS Document */
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, sub, sup, 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;
	font-size:100%;
	vertical-align:baseline;
}
body {
	overflow-x:hidden;
}
/****
font-family: "Noto Sans JP", sans-serif;
font-family: "Noto Serif JP", serif;
font-family: "Poppins", sans-serif;
****/
/* TOP
*******************************************************/
.topbg {
background-image: url("../img/top-bgimg.jpg");
background-repeat: no-repeat;
background-position: top center;
}


#mainbody {
padding: 80px 0 0 0;
}
nav {
width: 100%;
z-index: 1;
position: fixed;
top: 0;
}
nav .headframe {
max-width: 1060px;
height: calc(40px);
padding: 10px;
margin: 10px auto 0 auto;
backdrop-filter: blur(18px) saturate(1.5);
background-color: rgba(255, 255, 255, .7);
border-radius: 10px;
}
nav .headframe br {clear: both;}
nav .logo {
height: 40px;
float: left;
}
nav .logo img {
display: block;
width: auto;
height: 100%;
}
nav .head-menu {
float: right;
}
nav .head-menu ul {
font-size: 0;
padding-right: 10px;
}
nav .head-menu ul li {
display: inline-block;
font-size: 1rem;
}
nav .head-menu ul li a {
font-family: "Noto Sans JP", sans-serif;
font-size: 15px;
display: inline-block;
height: 40px;
line-height: 40px;
color: #000;
text-decoration: none;
transition: .2s;
position: relative;
padding: 0 10px;
}
nav .head-menu ul li a:hover{
transition: .2s;
background-color: #ff7a00;
color: #fff;
border-radius: 5px;
}
nav .sp-menu {
display: none;
}

@media only screen and (max-width: 414px) {
nav .headframe {
max-width: 90vw;
height: calc(40px);
padding: 10px;
margin: 10px auto 0 auto;
backdrop-filter: blur(18px) saturate(1.5);
background-color: rgba(255, 255, 255, .7);
border-radius: 10px;
}
nav .logo {
height: 40px;
float: left;
}
nav .head-menu {
display: none;
}
nav .sp-menu {
display: block;
float: right;
}

nav .hamburger {
  z-index : 99999;
  display : block;
  position: fixed;
  z-index : 3;
  right : 10px;
  top   : 10px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
nav .hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
nav .hamburger span:nth-child(1) {
  top: 10px;
}
nav .hamburger span:nth-child(2) {
  top: 20px;
}
nav .hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
nav .hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#555;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

nav .hamburger.active span:nth-child(2),
nav .hamburger.active span:nth-child(3) {
  top: 16px;
  background :#555;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav .globalMenuSp {
  position: fixed;
  padding-top: 60px;
  top  : -10px;
  bottom: 0;
  left : -10px;
  right: 0;
  color: #555;
background-color: rgba(255, 255, 255, .9);
  text-align: center;
  width: 100vw;
  height: 100vh;
  transform: translateX(-100%);
  transition: all 0.6s;
}

nav .globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav .globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav .globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav .globalMenuSp ul li:hover{
  background :#ddd;
}

nav .globalMenuSp ul li a {
  display: block;
  color: #555;
  padding: 1em 0;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav .globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
backdrop-filter: blur(18px) saturate(1.5);
}


}

.top-company-discription {
background-image:url("../img/top-section-bg01.jpeg");
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}
.top-company-discription-text {
font-family: "Noto Serif JP", serif;
font-size: 1.5rem;
line-height: 1.75;
max-width: 1060px;
margin: 0 auto;
padding: 60px 0 180px 0;
text-align: center;

}
.top-company-discription_logo {
max-width: 450px;
height: auto;
margin: 0 auto;
padding: 120px 0 50px 0;
}
.top-company-discription_logo img {
display: block;
padding: 0;
margin: 0;
width: 100%;
height: auto;
}
@media only screen and (max-width: 414px) {

.top-company-discription_logo {
max-width: 250px;
height: auto;
margin: 0 auto;
padding: 40px 0 20px 0;
}
.top-company-discription-text {
font-family: "Noto Sans JP", sans-serif;
font-size: 1rem;
line-height: 1.75;
max-width: 1060px;
margin: 0 auto;
padding: 30px 20px 80px 20px;
text-align: left;

}
.sp-br-none {
display:none;
}


}




/*topslide
**************************************************/
.slider {
position:relative;
width: 100%;
margin: 0 auto;
}
.slick-list {
}
.slick-track div {
padding: 0;
margin: 0 auto;
text-align: center;
}
.slick-track div figure {
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
height: 600px;
width: 100%;
}
.slick-track img {
display:inline-block !important;

width: 100%;
height: auto;
overflow: hidden;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}
.slick-dots {
	font-size:0;
	text-align:center;
	padding:20px 0 10px 0;
	margin-bottom:30px;
	max-width:100%;
}
.slick-dots li {
	display:inline-block;
}

.slick-dots button {
	display:block;
	width:10px;
	height:10px;
	padding: 0;
	outline:none;
	border:none;
	border-radius:50%;
	cursor:pointer;
	margin:0 5px;
	background-color:#ddd;
	text-indent: -9999px;
}
.slick-dots button:hover {background-color:#555;}
.slick-active button {background-color:#555;}

.slick-arrow {
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
display: block;
width: 100px;
height: 300px;
text-indent: -9999px;
transition: .2s;
border-radius: 50px;
background-position: center center;
background-repeat: no-repeat;
background-size: 30%;
}
.slick-arrow:hover {
backdrop-filter: blur(18px) saturate(1.5);
background-color:rgba(255,255,255, .7);
border-radius: 50px;
background-size: 30%;
}
.slick-prev {
position: absolute;
top: 22%;
left: 8px;
z-index: 99;
background-image: url("../img/top-slide-arrow-prev.png");
}
.slick-next {
position: absolute;
top: 22%;
right: 8px;
z-index: 99;
background-image: url("../img/top-slide-arrow-next.png");
}
@media only screen and (max-width: 414px) {
.slick-track div figure {
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
height: 190px;
width: 100%;
}
.slick-dots {
font-size:0;
text-align:center;
padding:10px 0 0px 0;
margin-bottom:20px;
}
.slick-dots button {
width:5px;
height:5px;
padding: 0;
}
.slick-arrow {
display: none !important;
}
}



/*footer
**************************************************/
footer {}
.footer-box {
padding:30px;
background-color: #EEE;
}
@media only screen and (max-width: 414px) {
.footer-box {
padding:20px;
background-color: #EEE;
}
}



.footer-contactbox {
margin-bottom: 30px;
background-color: #fff;
overflow: hidden;
border-radius: 10px;
box-shadow: 0px 0px 15px -5px rgba(0,0,0, .3);
}
.footer-contactbox a {
display: block;
padding: 30px 0px 30px 40px;
text-decoration: none;
color: #fff;
background-image: url("../img/contact-link-bg.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.footer-contactbox a:after {
display:block;
content: '';
position: absolute;
top:0;
bottom: 0;
margin: auto;
right: 50px;
width: 50px;
height: 50px;
background-color: #fff;
border: 2px solid #fff;
border-radius: 50%;
background-image:url("../img/contactbox-arrow_1.png");
background-repeat: no-repeat;
background-position: center center;
background-size: 20%;
transition: .2s;
}
.footer-contactbox a:hover:after {
right: 40px;
background-color: #f28119;
background-image:url("../img/contactbox-arrow_2.png");
transition: .2s;
}
.footer-contactbox dl {
display: flex;
padding: 20px 0 20px 20px;
background-color: rgba(242,129,25, .8);
border-radius: 5px 0 0 5px;
}
.footer-contactbox dt {
display: inline-block;
font-family: "Poppins", sans-serif;
font-size: 4.6rem;
line-height: 1;
}
.footer-contactbox dt span {
display: block;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.6rem;
padding-bottom: 10px;
}
.footer-contactbox dd {
display: flex;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.4rem;
padding-left: 40px;
align-items: center;
}

@media only screen and (max-width: 414px) {
.footer-contactbox {
margin-bottom: 20px;
background-color: #fff;
overflow: hidden;
border-radius: 10px;
box-shadow: 0px 0px 10px -5px rgba(0,0,0, .3);
}
.footer-contactbox a {
display: block;
padding: 20px 0px 20px 20px;
text-decoration: none;
color: #fff;
background-image: url("../img/contact-link-bg.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.footer-contactbox a:after {
display:none;
}
.footer-contactbox dl {
display: flex;
padding: 20px 0 20px 20px;
background-color: rgba(242,129,25, .8);
border-radius: 5px 0px 0px 5px;

background-image: url("../img/contactbox-arrow_2.png");
background-position: right 15px center;
background-repeat: no-repeat;
background-size: 6%;
}
.footer-contactbox dt {
display: inline-block;
font-family: "Poppins", sans-serif;
font-size: 2.4rem;
line-height: 1;
}
.footer-contactbox dt span {
display: block;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.2rem;
padding-bottom: 10px;
}
.footer-contactbox dd {
display: none;
}




}





.com-maps {
overflow: hidden;
border-radius: 10px;
box-shadow: 0px 0px 15px -5px rgba(0,0,0, .3);
}
.com-maps iframe {
border:none;
width: 100%;
height: 400px;
}


.footer-copyright {
background-color: #fff;
padding-left: 32px;
padding-right: 24px;
padding-top: 32px;
padding-bottom: 32px;
}
.footer-copyright .fcr-logo {
float: left;
}
.footer-copyright .fcr-logo img {
display: block;
margin: 0;
padding: 0;
width: auto;
height: 30px;
}
.footer-copyright .fcr-copy {
font-family: "Noto Sans JP", sans-serif;
display: inline-block;
font-size: 0.8rem;
margin-left: auto;
float: right;
}
.footer-copyright br {clear:both;}

@media only screen and (max-width: 414px) {
.footer-copyright {
text-align: center;
}
.footer-copyright .fcr-logo {
float:none;
}
.footer-copyright .fcr-logo img {
display: inline-block;
}
.footer-copyright .fcr-copy {
font-family: "Noto Sans JP", sans-serif;
display: inline-block;
font-size: 0.8rem;
margin-left: auto;
float:none;
}

}



/* INNER
*******************************************************/
#innerbody {
padding-top: 180px;
}
#innerbody h1 {
font-family: "Noto Serif JP", serif;
font-size: 3.2rem;
text-align: center;
margin-bottom: 80px;
}
#innerbody h1 span {
font-family: "Noto Sans JP", sans-serif;
font-size: 1rem;
display: block;
font-weight: normal;
letter-spacing: 2px;
}

#innerbody h2 {
font-weight: normal;
font-family: "Noto Sans JP", sans-serif;
text-align: center;
font-size: 1.1rem;
line-height: 1.75;
max-width: calc(1060px - 40px);
margin: 0 auto;
padding: 30px;
backdrop-filter: blur(5px) brightness(1.1);
background-color: rgba(255,255,255, .3);
border-radius: 10px;
}

@media only screen and (max-width: 414px) {
#innerbody {
padding-top: 100px;
}
#innerbody h1 {
font-family: "Noto Serif JP", serif;
font-size: 2rem;
text-align: center;
margin-bottom: 40px;
}
#innerbody h1 span {
font-family: "Noto Sans JP", sans-serif;
font-size: 0.8rem;
display: block;
font-weight: normal;
letter-spacing: 2px;
}

#innerbody h2 {
font-weight: normal;
font-family: "Noto Sans JP", sans-serif;
text-align: left;
font-size: 0.9rem;
line-height: 1.75;
max-width: calc(1060px - 40px);
margin: 0 auto;
padding: 30px;
backdrop-filter: blur(5px) brightness(1.1);
background-color: rgba(255,255,255, .3);
border-radius: 10px;
width: calc(100% - 80px);

}
}


/* business-activities
*******************************************************/
.b-act-box {
background-color:#eedfd7;
background-image:url("../img/b-act_bg001.png");
background-repeat: no-repeat;
background-position: top center;
background-size: 100%;
padding-bottom:60px;
}

.b-act-box-detail-box {
font-size: 0;
}
.b-act-box-detail-box br {
clear: both;
}
.b-act-box-detail-box ul {
}
.b-act-box-detail-box ul li {
display: block;
margin: 50px 0;
}

.b-act-box-d-img,
.b-act-box-d-txt {
display: block;
width: calc(100% / 2);
}
.b-act-box-d-img {
float: left;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 0 10px 10px 0;
}
.b-act-box-d-txt {
float: right;
font-size: 1.2rem;
text-align: left;
}
.b-act-box-d-txt figure {
display: inline-block;
max-width: calc(530px - 70px);
text-align: left;
padding: 70px 30px 70px 30px;
margin: 0 0 0 20px;
backdrop-filter: blur(5px) brightness(1.1);
background-color: rgba(255,255,255, .3);
border-radius: 10px;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.2rem;
line-height: 1.75;
vertical-align: top;
}
.b-act-box-d-txt figure h3 {font-size: 2rem;}

.b-act-box-detail-box ul li:nth-of-type(even) .b-act-box-d-img{
float: right;
border-radius: 10px 0 0 10px;
}
.b-act-box-detail-box ul li:nth-of-type(even) .b-act-box-d-txt {
float: left;
text-align: right;
}
.b-act-box-detail-box ul li:nth-of-type(even) .b-act-box-d-txt figure {
padding: 30px;
margin: 0 20px 0 0px;
}

.b-act-img_01 {background-image: url("../img/b-act_img_01.jpg");}
.b-act-img_02 {background-image: url("../img/b-act_img_02.jpg");}
.b-act-img_03 {background-image: url("../img/b-act_img_03.jpg");}
.b-act-img_04 {background-image: url("../img/b-act_img_04.jpg");}
.b-act-img_05 {background-image: url("../img/b-act_img_05.jpg");}

@media only screen and (max-width: 414px) {
.b-act-box-detail-box ul li {
display: block;
margin: 50px 0;
}
.b-act-box-d-img,
.b-act-box-d-txt {
display: block;
width: calc(100%);
}
.b-act-box-d-img {
float: none;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 0px;
width: 100%;
aspect-ratio: 24 / 9;
}

.b-act-box-d-txt {
float: none;
font-size: 1.2rem;
text-align: left;
}
.b-act-box-d-txt figure {
display: block;
max-width: calc(100% - 80px);
text-align: left;
padding: 20px 30px 30px 30px;
margin: 0 auto;
backdrop-filter: blur(5px) brightness(1.1);
background-color: rgba(255,255,255, .3);
border-radius: 0 0 5px 5px;
font-family: "Noto Sans JP", sans-serif;
font-size: 1rem;
line-height: 1.45;
vertical-align: top;
}
.b-act-box-d-txt figure h3 {font-size: 1.4rem; margin-bottom: 10px;}

.b-act-box-detail-box ul li:nth-of-type(even) .b-act-box-d-img{
float: none;
border-radius: 0px;
}
.b-act-box-detail-box ul li:nth-of-type(even) .b-act-box-d-txt {
float: none;
text-align: right;
}
.b-act-box-detail-box ul li:nth-of-type(even) .b-act-box-d-txt figure {
padding: 20px 30px 30px 30px;
margin: 0 auto;
}

}


/* category
*******************************************************/
.category-box {
background-color:#D4E2ED;
background-image:url("../img/category-bg_001.png");
background-repeat: no-repeat;
background-position: top center;
background-size: 100%;
padding-bottom:60px;
}

.category-list-box {}
.category-list-box ul {
font-size: 0;
max-width: 1080px;
margin: 0 auto;
}
.category-list-box li {
display: inline-block;
width: calc(100% / 2 - 10px);
margin-right: 20px;
margin-bottom: 20px;
background-color: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0px 0px 15px -5px rgba(0,0,0, .3);
font-family: "Noto Sans JP", sans-serif;
vertical-align: top;
}

.category-list-box li:nth-of-type(even) {
margin-right: 0;
}

.category-list-box h3 {
font-size: 2rem;
font-weight: normal;
padding: 30px;
text-align: center;
}

.category-list-box h3 span {
display: block;
font-size: 0.8rem;
font-weight: normal;
padding-top: 10px;
margin-top: 10px;
border-top:2px solid #555;
}

.category-images {}
.category-images img {
display: block;
margin: 0;
padding: 0;
width: 100%;
height: auto;
}
.category-discription-text {
font-size: 1.2rem;
line-height: 1.75;
padding: 30px;
font-family: "Noto Sans JP", sans-serif;
}



.category-detail-link {
font-family: "Noto Sans JP", sans-serif;
font-size: 1.6rem;
border-top: 2px solid #eee;
background: #fff;
position: relative;
display: flex;
justify-content: space-around;
align-items: center;
margin: 0 auto;
width: 100%;
padding: 10px 0px;
color: #333333;
line-height: 1.8;
text-decoration: none;
transition: 0.3s ease-in-out;
font-weight: 500;
/**/
display: none !important;
}
.category-detail-link:hover {
    background: #0064AB;
    color: #FFF;
}
.category-detail-link:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.category-detail-link:hover:after {
    border-color: #FFF;
}


@media only screen and (max-width: 414px) {
.category-list-box li {
display: block;
width: calc(100% - 20px);
margin: 0 auto 20px auto;
background-color: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0px 0px 15px -5px rgba(0,0,0, .3);
font-family: "Noto Sans JP", sans-serif;
vertical-align: top;
}

.category-list-box li:nth-of-type(even) {
margin: 0 auto 20px auto;
}
.category-discription-text {
font-size: 1rem;
line-height: 1.45;
padding: 20px;
font-family: "Noto Sans JP", sans-serif;
}
.category-detail-link {
font-size: 1.4rem;
border-top: 0px solid #eee;
    background: #0064AB;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0px;
    color: #FFF;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.category-detail-link:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

}



/* company
*******************************************************/
.company-box {
background-color:#fff;
background-image:url("../img/company_bg001.png");
background-repeat: no-repeat;
background-position: top center;
background-size: 100%;
padding-bottom:60px;
}
.company-frames {
margin-bottom: 30px;
}
.company-frames ul {
font-size: 0;
max-width: 1080px;
margin: 0 auto;
}
.company-frames li {
display: inline-block;
width: calc(100% / 2 - 10px);
margin-right: 20px;
margin-bottom: 20px;
border-radius: 10px;
overflow: hidden;
box-shadow: 0px 0px 15px -5px rgba(0,0,0, .3);
backdrop-filter: blur(18px) saturate(1.5);
background-color: rgba(255, 255, 255, .4);
font-family: "Noto Sans JP", sans-serif;
vertical-align: top;
font-size: 1.1rem;
}

.company-frames li:nth-of-type(even) {
margin-right: 0;
}
.company-frames h3 {
font-size: 2rem;
font-weight: normal;
padding: 30px;
text-align: center;
}

.company-frames h3 span {
display: block;
font-size: 0.8rem;
font-weight: normal;
padding-top: 10px;
margin-top: 10px;
border-top:2px solid #555;
}

.company-images img {
display: block;
margin: 0;
padding: 0;
width: 100%;
height: auto;
}
.company-discription-text {
font-size: 1rem;
line-height: 1.75;
padding: 30px;
font-family: "Noto Sans JP", sans-serif;
}





.company-cmt {
max-width:1060px;
margin: 0 auto;
font-family: "Noto Serif JP", serif;
font-size: 1.3rem;
line-height: 1.78;
text-align: center;
padding-bottom: 80px;
text-shadow: 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1);
}
.company-cmt figure {}
.company-cmt figure span {
font-family: "Noto Sans JP", sans-serif;
font-size: 1.2rem;
letter-spacing: 3px;
}
.company-cmt figure b {
font-family: "Poppins", sans-serif;
font-size: 0.8rem;
letter-spacing: 4px;
font-weight: normal;
}
.company-cmt img {
display: block;
width: 300px;
height: auto;
margin: 10px auto;
padding: 0;
}
.company-cmt dl {
padding: 30px 0px 0px 0px;
}
.company-cmt dt {
font-size: 1.2rem;
}
.company-cmt dd {
font-size: 0.9rem;
}

@media only screen and (max-width: 414px) {
.company-frames li {
display: block;
width: calc(100% - 20px);
margin:10px auto;
border-radius: 10px;
overflow: hidden;
box-shadow: 0px 0px 15px -5px rgba(0,0,0, .3);
backdrop-filter: blur(18px) saturate(1.5);
background-color: rgba(255, 255, 255, .4);
font-family: "Noto Sans JP", sans-serif;
vertical-align: top;
font-size: 1.1rem;
}

.company-frames li:nth-of-type(even) {
margin:10px auto;
}
.company-cmt dl {
text-align: center;
}
}





.company-table {
max-width: 1060px;
margin: 0 auto;
box-shadow: 0px 0px 15px -5px rgba(0,0,0, .3);
font-family: "Noto Sans JP", sans-serif;
vertical-align: top;
border-radius: 10px;
overflow: hidden;
}
.company-table table {
border-collapse:collapse
}
.company-table tr {
border-bottom: 1px solid #eee;
}
.company-table table tr:last-child {
border: none;
}
.company-table th,
.company-table td {
font-family: "Noto Sans JP", sans-serif;
font-size: 1.1rem;
padding: 20px
}
.company-table th {
width: 20%;
text-align: center;
font-weight: bold;
}
.company-table td {
width: 80%;
text-align: left;
}
.company-table td a {
display: inline-block;
padding: 5px 10px;
text-decoration: none;
font-weight: bold;
color: #555;
border:1px solid #ccc;
margin: 0 0 0 15px;
border-radius: 5px;
transition: .2s;
}
.company-table td a:hover {
background-color: #FF5F00;
border:1px solid #FF5F00;
color: #fff;
}


@media only screen and (max-width: 414px) {
.company-cmt {
padding: 0 20px 60px 20px;
font-size: 1rem;
text-align: left;
line-height: 1.45;
}
.company-cmt figure {
text-align:center;
padding: 20px 0 0 0;
}
.company-cmt figure span {
font-size: 1rem;
}
.company-cmt figure b {
font-size: 0.7rem;
}
.company-cmt figure img {
width: 50%;
}

.company-table {
width:calc(100% - 30px);
}
.company-table table {
}
.company-table tr {}
.company-table th {
text-align: left;
padding: 20px 20px 5px 20px;
display: block;
width: 100%;
}
.company-table td {
padding: 5px 20px 20px 20px;
display: block;
width: calc(100% - 30px);
}
.company-table td a {
display: inline-block;
padding: 5px 10px;
margin: 10px 0px 0px 0px;
border-radius: 5px;
transition: .2s;
}



}


/* Contact
*******************************************************/
.contact-box {
background-color:#fff;
background-image:url("../img/contact_bg001.png");
background-repeat: no-repeat;
background-position: top center;
background-size: 100%;
padding-bottom:60px;
}


.contact-area {
	padding:30px;
    margin: 0 auto;
    background-color: #fff;
	text-align:left;
	max-width:calc(1060px - 40px);
backdrop-filter: blur(18px) saturate(1.5);
background-color: rgba(255, 255, 255, .7);
box-shadow: 0px 0px 15px -5px rgba(0,0,0, .3);
border-radius: 10px;
overflow: hidden;
}
.contact-title__body {
font-family: "Noto Sans JP", sans-serif;
	font-weight:normal;
    margin-top: 50px;
    font-size: 22px;
    letter-spacing: .16em;
    line-height: 1;
}
.contact-info {
    margin-top: 45px;
}
.contact-info__head {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
}
.contact-info__text {
    margin-top: 33px;
font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    line-height: 1.92308;
    text-align: center;
}
.contact-form {
    margin-top: 48px;
}
.contact-tel span {
font-family: "Noto Sans JP", sans-serif;
	letter-spacing:3px;
	font-size:3rem;
	font-weight:normal;
	display:inline-block;
	margin-right:15px;
}


.audition-form {
    margin-top: 48px;
}
.audition-form__table div {
    display: table;
    width: 100%;
}
.audition-form__table p {
    display: table-cell;
    padding-bottom: 40px;
    text-align: left;
    vertical-align: top;
}
.audition-form__table p:first-child {
    width: 200px;
    padding-top: 12px;
font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1;
}
.audition-form__table p:first-child span {
    display: block;
    margin-top: 7px;
font-family: "Noto Sans JP", sans-serif;
    color: #b6b6b6;
    font-size: 12px;
    letter-spacing: .06em;
    line-height: 1;
}
.audition-form__table p:last-child {
font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    letter-spacing: .12em;
    line-height: 48px;
}
.audition-form__table p:last-child input[type=text], .audition-form__table p:last-child input[type=email], .audition-form__table p:last-child input[type=tel] {
    width: calc(100% - 30px);
    height: 50px;
    padding: 0 17px;
font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    letter-spacing: .12em;
    line-height: 48px;
    border: 1px solid #b6b6b6;
}
.audition-form__table p#birth input[type=text], .audition-form__table p#height input[type=text], .audition-form__table p#shoes input[type=text], .audition-form__table p#threesize input[type=text] {
    width: 80px;
}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
    content: " ";
}
.audition-form__table p#postcode input[type=text] {
    width: 115px;
}
.audition-form__table p:last-child textarea {
    width: calc(100% - 30px);
    height: 164px;
    padding: 8px 17px;
font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    letter-spacing: .12em;
    line-height: 1.92308;
    border: 1px solid #b6b6b6;
    resize: none;
}
.audition-form__table p#submit {
}
.audition-form__table p#submit span {
    display: inline-block;
    margin: 0 23px 0 0;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 52px;
    color: #231815;
}
.pc-none {
    display: none;
}
@media screen and (max-width:480px) {

.pc-none {
    display: block;
}
}
@media only screen and (max-width: 414px) {


.audition-form__table p {
    display:block;
    padding-bottom: 20px;
    text-align: left;
    vertical-align: top;
}
.audition-form__table p:first-child {
    width: 100%;
    padding-top: 12px;
font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1;
}

.contaxtdetail {
	width:90% !important;
}
.audition-form__table div {
    display: table;
    width:calc(100% - 20px);
}

}



.contact-agreement {
padding:20px 0;
}
.submit-btn {}
.submit-btn {
font-family: "Noto Sans JP", sans-serif;
  background-color: #ff7a00;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1.6em;
  outline: 2px solid;
  outline-color: #ff7a00;
  outline-offset: 0px;
  display: block;
  margin: 0 auto;
  transition: .3s;
  border: 0;
  border-radius: 10px;
}
.submit-btn:hover {
  color: #fff;
  animation: light .8s infinite;
}
@keyframes light {
  100% { 
    outline-color: transparent;
    outline-offset: 10px;
  }
}

.policyarea {
width: calc(100% - 20px) !important;
padding: 10px;
border-radius: 5px;
border: 2px solid #eee;
font-family: "Noto Sans JP", sans-serif;
}
.policyarea span {
display: block;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom:1px solid #eee;
font-weight: bold;
font-size: 1.2rem;
}
.policybox {
}


@media only screen and (max-width: 414px) {
.contact-area {
padding:20px;
margin: 0 auto;
background-color: #fff;
text-align:left;
max-width:calc(100% - 60px);
backdrop-filter: blur(18px) saturate(1.5);
background-color: rgba(255, 255, 255, .7);
box-shadow: 0px 0px 15px -5px rgba(0,0,0, .3);
border-radius: 10px;
overflow: hidden;
}

.contact-tel span {
font-family: "Noto Sans JP", sans-serif;
letter-spacing: 2px;
font-size: 2rem;
font-weight: normal;
display: block;
margin-right: 0px;
}
.contact-title__body {
font-family: "Noto Sans JP", sans-serif;
font-weight: normal;
margin-top: 20px;
font-size: 22px;
letter-spacing: .16em;
line-height: 1;
}
.contact-info {
margin: 5px 0 45px 0;
}





}











