@charset "UTF-8";
html {
font-size: 62.5%;
}

body {
width: 100%;
margin: 0;
overflow: hidden;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.6rem;
font-weight: 600;
color: #1b447c;
letter-spacing: 0.05em;
-webkit-font-smoothing: antialiased;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
margin: 0;
padding: 0;
}

body * {
margin: 0;
box-sizing: border-box;
border: none;
}
a {
color: #1b447c;
text-decoration: none;
}
/* a:link,
a:active,
a:visited,
a:hover {
color: #1b447c;
text-decoration: none;
} */

img {
max-width: 100%;
display: block;
}
.flex {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
h1 {
padding: 100px 0 0;
font-family: "Roboto", sans-serif;
font-size: 6rem;
line-height: 7rem;
color: #0a51b4;
}
h2 {
font-family: "Roboto", sans-serif;
font-size: 4rem;
font-weight: 500;
line-height: 3rem;
text-align: center;
letter-spacing: 0.8rem;
}
h2 span{
font-size: 2rem;
}
.sideline {
margin: 0 auto 50px;
padding: 0 0 0 26px;
position: relative;
top: 0;
font-size: 6rem;
font-weight: 500;
line-height: 5rem;
color: #0a51b4;
text-align: left;
letter-spacing: 0rem;
}
.sideline span{
font-size: 2rem;
}
.sideline::before {
width: 10px;
height: 80px;
position: absolute;
bottom: 0;
margin: auto;
top: 0;
left: 0;
background: #14a2ff;
content: "";
}
.scttl {
margin: 0 auto 50px;
position: relative;
top: 0;
font-size: 4rem;
font-weight: 600;
line-height: 4rem;
color: #0a51b4;
text-align: left;
letter-spacing: 0.1rem;
}
.scttl::before {
width: 120%;
height: 10px;
position: absolute;
bottom: -22px;
left: -53%;
background: #14a2ff;
content: "";
opacity: 0;
}
.scttl.iv1.fadeIn::before {
animation: line 0.6s forwards;
}
@keyframes line {
0% {
  opacity: 0;
  transform: translateX(-100%);
}
100% {
  opacity: 1;
  transform: translateX(0);
}
}
.scttl.wid107::before {
width: 113%;
}
.scttl.wid104::before {
width: 109%;
}
.scttl.wid100::before {
width: 105%;
}
.scttl.wid94::before {
width: 98%;
}
.scttl.wid84::before {
width: 87%;
}
.scttl.wid83::before {
width: 83%;
}
.scttl.wid74::before {
width: 76%;
}
.scttl.wid70::before {
width: 72%;
}
.scttl.wid68::before {
width: 68%;
}
p {
font-size: 1.6rem;
font-weight: 400;
line-height: 3rem;
text-align: left;
letter-spacing: 0rem;
}
p.black {
color: #333333;
}
p.bold {
margin: 0 auto 20px;
font-weight: 600;
}
h3 {
font-size: 3rem;
letter-spacing: 0.2rem;
}
span {
display: block;
font-size: 2.4rem;
line-height: 3.6rem;
letter-spacing: 0rem;
}
.content {
width: 86%;
max-width: 1100px;
margin: auto;
}
.pc {
display: block;
}
.sp {
display: none;
}
/* テーブル */
tr {
width: 100%;
border-collapse: collapse;
font-size: 1.6rem;
line-height: 2rem;
letter-spacing: 0rem;
/* color: #333333; */
}
th {
text-align: right;
vertical-align: text-top;
}
td {
font-weight: 400;
color: #333333;
}
tr td a {
position: relative;
top: 0;
display: block;
color: #0a51b4;
text-decoration: underline;
}
tr td a.more {
margin: 0 auto 40px;
}
/* ボタン */
.btn {
width: 80%;
max-width: 400px;
margin: 0 auto;
position: relative;
z-index: 1;
border: solid 1px #2352ae;
}
.btn a {
width: 100%;
padding: 35px 0;
position: relative;
top: 0;
display: block;
overflow: hidden;
font-size: 2rem;
font-weight: 400;
color: #0a51b4;
text-align: center;
transition: 0.3s;
}
.btn a::before {
width: 100%;
height: 100%;
position: absolute;
z-index: -1;
bottom: 0;
left: 0;
background: #2352ae;
content: "";
opacity: 0.3;
transition: transform 0.3s;
transition-timing-function: ease;
transform: scale(0, 1);
transform-origin: right top;
}
.btn a:hover::before {
transition: transform 0.3s;
transition-timing-function: ease;
transform: scale(1, 1);
transform-origin: left top;
}
.btn a::after {
width: 30px;
height: 30px;
position: absolute;
top: 42%;
right: 0;
background: url(img/arrow.svg) no-repeat;
content: "";
}

.breadcrumbs {
position: absolute;
top: 0;
z-index: 2;
font-size: 1.3rem;
line-height: 3rem;
top: 200px;
font-weight: 400;
}
.breadcrumbs span {
display: inline;
font-weight: 400;
color: #1b447c;
font-size: 1.3rem;
line-height: 3rem;
}
.breadcrumbs img {
width: 13px;
position: relative;
top: 0;
left: 0;
margin: 0 10px 0 0;
display: inline-block;
}
/* # =================================================================
  # header
# ================================================================= */
header {
width: 100%;
position: fixed;
z-index: 3;
top: 0;
background: #fff;
}
header .content {
width: 100%;
max-width: 1920px;
padding: 37px 100px 30px;
justify-content: space-between;
}
header .content img.logo {
width: 100%;
position: relative;
top: 0;    
padding: 10px 0 0 0;
}
header .content nav {
width: calc(100% - 254px);
margin: 0 0 0 auto;
}
header .content .telnav {
width: 944px;
margin: 0 0 0 auto;
}
header .telArea {
width: 100%;
max-width: 1000px;
margin: 0 0 30px auto;
color: #0a51b4;
}
header .telArea .label {
margin: 0 8px 0 0;
width: 140px;
padding: 0 0 1px;
background: #0a51b4;
text-align: center;
font-size: 1.8rem;
line-height: 2.3rem;
letter-spacing: 0rem;
color: #fff;
}
header .telArea a {
font-size: 2.3rem;
color: #0a51b4;
font-family: "Roboto", sans-serif;
letter-spacing: 0rem;
}
header nav .navcontent {
width: 100%;
}
header nav .navcontent li p {
color: #1b447c;
}
header nav ul.link {
width: 100%;
max-width: 1100px;
margin: 0 0 0 auto;
}
header nav ul.link li a:hover {
color: #0a51b4;
}
header nav ul.link li a{
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 0rem;
}
header nav ul.link li a.current {
color: #0a51b4;
}
header nav ul.link li p.current {
color: #0a51b4;
}
header nav ul.link li p .pc {
display: inline;
}
header nav ul.link li:nth-of-type(2) {
position: relative;
top: 0;
cursor: pointer;
}
header nav ul.link li:nth-of-type(2) .list {
width: 200px;
height: 170px;
padding: 35px 0;
position: absolute;
top: 50px;
left: -22px;
background: #d9e3f0;
font-weight: 500;
text-align: center;
opacity: 0;
transition: 0.3s;
}
header nav ul.link li:nth-of-type(2) .list::before {
margin: auto;
position: absolute;
top: -30px;
right: 0;
left: 0;
font-size: 30px;
color: #d9e3f0;
content: "▲";
}
header nav ul.link li:nth-of-type(2):hover .list {
opacity: 1;
}
header nav ul.link .list a {
width: 100%;
padding: 0 0 30px;
display: block;
font-size: 2rem;
}
header nav ul.link .list a:nth-of-type(2) {
padding: 0;
}
header nav ul.link li p.hover {
font-size: 2.4rem;
line-height: 3.6rem;
font-weight: 600;
}

ul li ul {
position: absolute;
top: 55px;
left: 0;
}
ul li ul li {
display: block;
}
ul li ul li a {
background-color: #efefef;
}
ul li ul li a:hover {
background-color: #ddd;
}

.btnRequest {
width: 160px;
height: 160px;
position: fixed;
z-index: 2;
right: 2%;
bottom: 4%;
border-radius: 80px;
background: #0a51b4;
}
.btnRequest a {
width: 100%;
height: 100%;
padding: 40px 0 0 0;
display: inline-block;
font-size: 1.3rem;
}
.btnRequest a .txt {
color: #fff;
text-align: center;
font-size: 1.4rem;
letter-spacing: 0rem;
line-height: 2.8rem;
}
.btnRequest a p {
margin: 0 auto 12px;
font-size: 2.4rem;
font-weight: 600;
letter-spacing: 0.2rem;
line-height: 2.4rem;
color: #fff;
font-family: "Roboto", sans-serif;
text-align: center;
}
.btnRequest a img {
margin: auto;
}
/* # =================================================================
  # scMv
# ================================================================= */
.scMv {
width: 100%;
height: 100vh;
position: relative;
overflow: hidden;
background: #fff;
}
.scMv h1 {
padding: 0;
font-family: "Roboto", sans-serif;
font-size: 6.9rem;
font-weight: 900;
line-height: 10.5rem;
color: #14a2ff;
text-align: left;
letter-spacing: 0rem;
opacity: 0.8;
}
.scMv p {
font-size: 2rem;
line-height: 3rem;
color: #0a51b4;
}
.scMv .txtArea {
width: 990px;
position: absolute;
z-index: 0;
top: 52%;
left: 50%;
transform: translate(-50%, -42%);
}

#slider {
width: 100%;
height: 100%;
position: relative;
z-index: 0;
top: 40px;
}
.scMv img {
opacity: 0;
}
#pagination button.active {
opacity: 1;
}
#pagination {
display: none;
}
#slider canvas {
width: 100% !important;
height: 100% !important;
position: absolute;
z-index: 2;
top: 0;
left: 0;
object-fit: cover;
}
/* # =================================================================
  # scPoint
# ================================================================= */
.scPoint {
width: 100%;
margin: 0 auto 200px;
position: relative;
z-index: 1;
top: 0;
}
.iv1 {
opacity: 0;
}
.iv1.fadeIn {
animation: pop 0.6s forwards;
}
@keyframes pop {
0% {
  opacity: 0;
  transform: translateY(80px);
}
100% {
  opacity: 1;
  transform: translateY(0);
}
}

/* 横スライダー */
.scPoint .movearea {
width: 100%;
position: absolute;
z-index: -1;
bottom: 240px;
}
.scPoint .btnArea {
width: 100%;
margin: 80px 0 0 0;
justify-content: center;
}
.scPoint img.bgimg {
width: 70%;
max-width: 1090px;
height: 468px;
position: absolute;
z-index: -1;
top: 0;
opacity: 0;
}
.scPoint img.bgimg.fadeIn {
animation: popimg 1s forwards 0.5s;
}
@keyframes popimg {
0% {
  opacity: 0;
  transform: translateX(-100%);
}
100% {
  opacity: 1;
  transform: translateX(0);
}
}
.scPoint .contentBox {
max-width: 1200px;
margin: auto;
align-items: unset;
}
.scPoint .textArea {
width: calc(100% - 640px);
height: 100%;
padding: 60px 0 0 80px;
opacity: 0;
}
.scPoint .textArea.fadeIn {
animation: poptxt 0.6s forwards 1s;
}
@keyframes poptxt {
0% {
  opacity: 0;
  transform: translateY(50px);
}
100% {
  opacity: 1;
  transform: translateY(0);
}
}

.scPoint .textArea h2 {
margin: 0 auto 30px;
font-size: 4rem;
font-weight: 500;
text-align: left;
}
.scPoint .textArea p {
font-size: 1.6rem;
line-height: 3.6rem;
color: #333333;
}
.poplinkArea {
width: 90%;
max-width: 640px;
margin: 120px 0 0 0;
position: relative;
left: -80px;
}
.poplinkArea .baguetteBox {
width: 100%;
}
.poplinkArea .baguetteBox .imgArea {
width: 100%;
position: relative;
display: block;
overflow: hidden;
}
.poplinkArea .baguetteBox .imgArea::before {
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
bottom: 0;
left: 0;
/* background: #2352ae;
content: "";
opacity: 0.5; */
background: #0a51b4;
content: "";
opacity: 0.9;
transition: transform 0.4s;
transition-timing-function: ease;
transform: scale(0, 1);
transform-origin: right top;
}
.poplinkArea .baguetteBox .imgArea:hover::before {
transition: transform 0.4s;
transition-timing-function: ease;
transform: scale(1, 1);
transform-origin: left top;
}
.poplinkArea .baguetteBox a.pop {
width: 100%;
max-width: 536px;
height: 180px;
margin: 0 0 28px;
position: relative;
top: 0;
display: inline-block;
}
.poplinkArea .baguetteBox .imgArea img{
width: 536px;
height: 180px;
object-fit: cover;
}
.poplinkArea .baguetteBox a .txtArea {
position: absolute;
top: 18%;
right: 8%;
color: #fff;
text-align: center;
}
.poplinkArea .baguetteBox a:nth-of-type(2) .txtArea {
top: 30%;
}
.poplinkArea .baguetteBox a:nth-of-type(3) .txtArea {
right: 14%;
}
.poplinkArea .baguetteBox a.pop .txtArea h3 {
margin: 0 auto 20px;
font-size: 3rem;
line-height: 4rem;
letter-spacing: 0.5rem;
}
.poplinkArea .baguetteBox a:nth-of-type(2).pop .txtArea h3 {
margin: 0 auto 40px;
}
.poplinkArea .baguetteBox a.pop .more {
font-family: "Roboto", sans-serif;
font-size: 1.6rem;
line-height: 1.9rem;
letter-spacing: 0rem;
font-weight: 400;
color: #fff;
}
.poplinkArea .baguetteBox a.pop:nth-of-type(2) {
margin: 0 0 28px 70px;
}
.poplinkArea .baguetteBox a.pop:nth-of-type(3) {
margin: 0 0 0 140px;
}
.scPoint .btn {
margin: 0 6px;
}

#baguetteBox-overlay {
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
#baguetteBox-overlay .full-image img {
max-width: 840px!important;
max-height: 840px!important;
height: 90%!important;
width: 90%!important;
object-fit: cover;
}
#baguetteBox-overlay .full-image figure {
height: 100%;
margin: auto;
position: relative;
top: 0;
display: inline-block;
}
.baguetteBox-button#next-button {
right: 29% !important;
}
.baguetteBox-button#previous-button {
left: 29% !important;
}
#baguetteBox-overlay {
background: rgba(255, 255, 255, 0.5) !important;
}
.baguetteBox-button {
background: none !important;
}
.baguetteBox-button svg polyline {
stroke: #fff !important;
}
.baguetteBox-button svg g {
stroke: #fff !important;
stroke-width: 3 !important;
}
.baguetteBox-button#close-button {
top: 10% !important;
right: 30% !important;
}
#baguetteBox-overlay .full-image figcaption {
width: 650px !important;
margin: auto;
top: -174px;
right: 0;
left: 0;
background: none !important;
font-size: 2rem;
line-height: 4rem!important;
color: #fff !important;
text-align: left !important;
font-family: "Noto Sans JP", sans-serif!important;
}
/* # =================================================================
  # scPage
# ================================================================= */
.scPage {
width: 100%;
margin: 0;
}
.scPage h2 {
margin: 0 auto 20px;
font-size: 3rem;
font-weight: 400;
line-height: 3rem;
color: #0a51b4;
text-align: left;
letter-spacing: 0rem;
font-family: "Noto Sans JP", sans-serif;
}
.scPage .methodArea,
.scPage .facilityArea,
.scPage .recyclingArea {
width: 100%;
}
.scPage a {
width: 100%;
padding: 83px 0 87px;
position: relative;
display: block;
overflow: hidden;
transition: 0.4s;
}
.scPage a::before {
width: 100%;
height: 100%;
position: absolute;
top: 0;
display: block;
content: "";
transition: 0.4s;
}
.scPage .methodArea a::before {
background: url("img/method_bg.png") no-repeat top center/cover;
}
.scPage .facilityArea a::before {
background: url("img/facility_bg.png") no-repeat top center/cover;
}
.scPage .recyclingArea a::before {
background: url("img/recycling_bg.png") no-repeat top center/cover;
}
.scPage a::after {
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
bottom: 0;
left: 0;
/* background: #2352ae;
content: "";
opacity: 0.5; */
background: #0a51b4;
content: "";
opacity: 0.9;
transition: transform 0.4s;
transition-timing-function: ease;
transform: scale(0, 1);
transform-origin: right top;
}
.scPage a:hover::after {
transition: transform 0.4s;
transition-timing-function: ease;
transform: scale(1, 1);
transform-origin: left top;
}
.scPage a:hover::before {
transition: 0.4s;
transform: scale(1.2);
}
.scPage .txtBox {
width: 536px;
height: 282px;
margin: 0 auto 0 0;
padding: 50px 56px 62px;
position: relative;
z-index: 1;
top: 0;
background: rgba(255, 255, 255, 0.7);
}
.scPage .txtBox::after {
width: 44px;
height: 44px;
position: absolute;
right: 0;
bottom: 0;
background: url("img/arrow_white.svg") no-repeat top 16px center, #0a51b4;
content: "";
}
.scPage .txtBox p {
margin: 0 auto 20px;
font-size: 1.6rem;
color: #333333;
}
.scPage .facilityArea .txtBox {
margin: 0 0 0 auto;
}

#gray-display {
width: 100%;
height: 100%;
position: fixed;
z-index: 2;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.5);
}
#large-img {
width: 80%;
max-width: 600px;
height: 100%;
max-height: 375px;
margin: 31vh auto 0;
position: fixed;
z-index: 3;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
#large-img img {
width: 100%;
object-fit: cover;
}
/* # =================================================================
  # scNews
# ================================================================= */
.scNews {
width: 100%;
margin: 50px auto 150px;
}
.scNews h2 {
margin: 0 auto 60px;
font-family: "Roboto", sans-serif;
font-weight: 400;
}
.scNews ul {
width: 100%;
margin: 0 auto 80px;
}
.scNews ul li {
width: 100%;
position: relative;
top: 0;
border-top: solid 1px #0a51b4;
}
.scNews ul li a {
width: 100%;
height: 100%;
padding: 35px 0;
display: inline-flex;
transition: all 0.4s ease;
align-items: center;
}
.scNews ul li a:hover {
background: #d9e3f0;
}
.scNews ul li .date {
width: 130px;
font-weight: 400;
color: #0a51b4;
font-family: "Roboto", sans-serif;
}
.scNews ul li p {
width: calc(100% - 130px);
font-size: 1.8rem;
}
.scNews ul li:last-of-type {
border-bottom: solid 1px #0a51b4;
}
.scNews .content {
max-width: 800px;
}
.scNews ul li::after {
width: 30px;
height: 30px;
position: absolute;
top: 42%;
right: 1%;
background: url(img/arrow.svg) no-repeat;
content: "";
}
.scNews .insta {
display: flex;
justify-content: center;
width: 100%;
margin: 100px 0 0 0;
}
.scNews .insta img{
margin: 0 20px 0 0;
}
.scNews .insta p{
font-size: 1.8rem;
line-height: 3.6rem;
font-weight: 600;
color: #0A51B4;
}
.scNews .insta p a{
text-decoration: underline;
color: #0A51B4;
}
/* # =================================================================
  # footer
# ================================================================= */
footer {
width: 100%;
padding: 86px 0 60px;
position: relative;
top: 0;
background: url("img/footer_bg.png") no-repeat top center/cover;
color: #fff;
}
footer .content {
position: relative;
top: 0;
}
footer .top {
position: absolute;
top: 0;
right: 0;
}
footer h2 {
width: 100%;
margin: 0 auto 20px;
font-size: 3.5rem;
font-weight: 600;
line-height: 3.5rem;
text-align: center !important;
letter-spacing: 0rem;
}
footer p {
font-size: 3rem;
line-height: 3rem;
color: #fff;
text-align: center;    
letter-spacing: 0.4rem;
}
footer .btn {
margin: 40px auto;
}
footer .address {
font-size: 1.6rem;
line-height: 2.6rem;
}
footer .btn a {
padding: 36px 0 36px 10px;
z-index: -1;
background: #fff;
font-size: 2.4rem;
font-weight: 600;
letter-spacing: 0.2rem;
font-family: "Roboto", sans-serif;
}
footer .btn a::before {
background: #2352ae;
}
footer .telArea div {
margin: 0 auto;
align-items: end;
}
footer .telArea a {
font-family: "Roboto", sans-serif;
font-size: 2.6rem;
color: #fff;
}
footer .telArea div.flex {
width: 100%;
margin: 0 0 20px;
align-items: center;
justify-content: center;
}
footer .telArea .label {
width: 150px;
margin: 0 6px 0 0;
padding: 2px 0;
background: #fff;
font-size: 2rem;
color: #1b447c;
text-align: center;
}
footer .logo {
width: 100%;
margin: 0 auto;
}
footer .logo img {
width: 160px;
margin: auto;
}
footer .btn img {
width: 30px;
position: absolute;
top: 40%;
left: 10%;
}
footer .telArea ul {
width: 100%;
margin: 0 auto 88px;
}
footer .btn a::after {
display: none;
}
/* # =================================================================
  #下層共通
# ================================================================= */
.linkbtnArea ul {
justify-content: center;
}
.linkbtnArea ul li {
width: calc(94% / 3);
margin: 0 1% 15px;
position: relative;
top: 0;
}
.linkbtnArea ul li::before {
width: 30px;
height: 12px;
margin: auto;
position: absolute;
right: 0;
bottom: 10px;
left: 0;
background: url(img/arrow.svg) no-repeat bottom center;
content: "";
transform: rotate(90deg);
}
.linkbtnArea ul li a {
width: 100%;
height: 100px;
padding: 14px;
display: inline-block;
border: solid 1px #0c47ab;
font-size: 2rem;
font-weight: 500;
line-height: 3rem;
color: #0c47ab;
text-align: center;
}
table.info {
width: 100%;
margin: 0 auto 20px;
border-collapse: collapse;
}
table.info th {
width: 140px;
padding: 20px 0;
border: solid 1px #0c47ab;
background: #d9e3f0;
font-weight: 500;
text-align: center;
}
table.info td {
width: calc(100% - 140px);
padding: 20px 20px;
border: solid 1px #0c47ab;
}
/* # =================================================================
  # COMPANY
# ================================================================= */
#company .scTop {
height: 100vh;
margin: 0;
padding: 280px 0 0 0;
background: url(img/company_bg.png) no-repeat top center/cover;
background-attachment: fixed;
}
#company .scTop h1,
#business .scTop h1 {
margin: 0 0 10px;
padding: 0;
font-family: "Roboto", sans-serif;
font-size: 8.6rem;
line-height: 10rem;
color: #14a2ff;
opacity: 0.9;
}
#company .scTop p,
#business .scTop p {
font-size: 2rem;
color: #0a51b4;
}
/* # =================================================================
  # scMessage
# ================================================================= */
.scMessage {
width: 100%;
margin: 140px auto 180px;
}
.scMessage .messageArea {
align-items: flex-start;
}
.scMessage .messageArea img{
width: 400px;
}
.scMessage .messageArea .txtArea {
width: calc(100% - 400px);    
padding: 0 20px 0 0;
}
.scMessage .messageArea .txtArea h2{
margin: 0 0 80px;
font-family: "Roboto", sans-serif;
}
.scMessage .messageArea .txtBox p.black{
font-size: 1.6rem;
line-height: 3.6rem;
}
.scMessage .messageArea .txtBox p.president {
margin: 50px auto 0;
position: relative;
top: 0;
font-size: 2.4rem;
}
.scMessage .messageArea .txtBox p.president::before {
position: absolute;
top: -26px;
left: 145px;
font-size: 1.2rem;
letter-spacing: 0rem;
content: "\3075\3058\304A\304B\3000\3072\308D\304A";
}
/* # =================================================================
  # scPhilo
# ================================================================= */
.scPhilo {
width: 100%;
margin: 0 auto 100px;
padding: 100px 0 0 0;
position: relative;
z-index: 1;
}
.scPhilo .sideline::before{
background: #0A51B4;
}
.scPhilo h2 {
color: #fff;
}
.scPhilo .txt {
margin: 0 auto 60px;
font-size: 3rem;
line-height: 6rem;
color: #fff;
}
.scPhilo p.ttl {
margin: 0 auto 10px;
color: #fff;
text-align: center;
font-size: 2rem;
line-height: 2rem;
}
.scPhilo ul {
width: 80%;
max-width: 800px;
height: 830px;
margin: auto;
padding: 80px 70px;
background: #fff;
}
.scPhilo ul li {
margin: 0 auto 30px;
}
.scPhilo ul li h3 {
font-size: 3rem;
line-height: 4rem;
letter-spacing: 0.1rem;
}
.scPhilo ul li p{
font-size: 1.6rem;
line-height: 4rem;
color: #333333;
}
/* # =================================================================
  # scOutline
# ================================================================= */
.bg {
width: 100%;
position: relative;
z-index: 0;
background: url("img/phi_bg.png") no-repeat top center/100%,
  url(img/outline_bg.png) no-repeat top center/cover;
}
.scOutline {
width: 100%;
margin: 0 auto 70px;
}
.scOutline tr{
line-height: 3rem;
}
.scOutline tr th {
width: 260px;
padding: 0;
}
.scOutline tr td {
width: calc(100% - 260px);
padding: 0 0 30px 20px;
}
.scOutline tr:nth-of-type(6) td  {
padding: 0 0 0 20px;
}
/* # =================================================================
  # scHistory
# ================================================================= */
.scHistory {
width: 100%;
padding: 0 0 120px;
}
.scHistory h2 {
margin: 0 auto 40px;
color: #0a51b4;
letter-spacing: 0.1rem;
}
.scHistory .content {
padding: 106px 0 100px;
background: #fff;
}
.scHistory .content table {
width: 100%;
max-width: 810px;
margin: auto;
}
.scHistory tr th {
width: 120px;
padding: 0 0 10px;
}
.scHistory tr td {
width: calc(100% - 120px);
padding: 0 0 10px 20px;
}
/* # =================================================================
  # scEnv
# ================================================================= */
.scEnv {
width: 100%;
margin: 140px auto 300px;
position: relative;
top: 0;
}
.scEnv img.bgimg {
width: 100%;
max-width: 814px;
margin: -70px 0 0 0;
position: absolute;
z-index: -1;
top: 0;
right: 0;
}
.scEnv .box {
margin: 50px 0;
}
.scEnv .box.ft {
width: 55%;
}
.scEnv .box p.bold{
line-height: 3rem;
}
.scEnv .box p{
font-size: 1.6rem;
line-height: 3.6rem;
color: #333333;
}

.scEnv .box .flex {
  width: 100%;
  align-items: flex-start;
}
.scEnv .box .flex .num {
  width: 40px;
  padding: 0 12px 0 0;
  font-size: 1.6rem;
  line-height: 3.6rem;
  color: #333333;
  font-weight: 500;
}
.scEnv .box .flex p {
  width: calc(100% - 40px);
}
/* # =================================================================
  # BUSINESS
# ================================================================= */
#business .scTop {
width: 100%;
height: 100vh;
margin: 0;
padding: 280px 0 0 0;
background: url("img/business_bg.png") no-repeat top center/cover;
background-attachment: fixed;
}
/* # =================================================================
  # scBusiness
# ================================================================= */
.scBusiness {
width: 100%;
margin: 160px auto 120px;
}
.scBusiness h2 {
margin: 0 auto 40px;
text-align: left;
line-height: 6rem;
}
.scBusiness p.black {
line-height: 3.6rem;
}
.scBusiness .circleArea {
width: 100%;
max-width: 1130px;
margin: auto;
}
.scBusiness .circleArea ul {
width: 100%;
margin: 40px auto 160px;
}
.scBusiness .circleArea ul li {
width: calc(94% / 3);
height: 354px;
margin: 0 1%;
padding: 52px 50px 56px;
border-radius: 180px;
background: #0a51b4;
color: #fff;
}
#business .scBusiness .circleArea ul li p.bold{
margin: 0 auto 20px;
font-size: 3rem;
}
.scBusiness .circleArea ul li:nth-of-type(2) {
margin: 0;
}
.scBusiness .circleArea ul li p.bold {
margin: 0 auto 30px;
font-size: 3rem;
text-align: center;
}
.scBusiness .circleArea ul li p {
line-height: 3.6rem;
color: #fff;
}
.scBusiness .linkbtnArea ul li:nth-of-type(4) a,
.scBusiness .linkbtnArea ul li:nth-of-type(5) a {
padding: 30px 0 0 0;
}
p a.link {
color: #0a51b4;
text-decoration: underline;
}
.scTdbusi table.info tr:nth-of-type(2) td,{
padding: 22px 0 10px 20px;
}
.scTdbusi table.info tr:last-of-type td {
padding: 0 0 22px 20px;
}
/* # =================================================================
  # scFtbusi
# ================================================================= */
.scFtbusi {
width: 100%;
margin: 0 auto 120px;
}
ul.blueBox {
width: 100%;
display: flex;
justify-content: start;
}
ul.blueBox li {
height: 434px;
margin: 0 5px 30px;
padding: 30px 0 0;
background: rgba(217, 227, 240, 0.5);
}
ul.slick-dots li {
  height: 0;
  margin: 0;
  padding: 0;
  background: none;
}
ul.blueBox li h3 {
margin: 0 0 6px;
font-size: 2.2rem;
text-align: center;
letter-spacing: 0rem;
}
ul.blueBox li img {
width: 150px;
height: 100px;
margin: 0 auto 20px;
}
ul.blueBox li p {
padding: 0 20px;
font-size: 1.6rem;
font-weight: 500;
color: #333333;
}
.scFtbusi p.tll{
font-size: 2.2rem;
font-weight: 600;
}
.scFtbusi table tr th {
width: 120px;
padding: 0 0 6px;
}
.scFtbusi table tr td {
width: calc(100% - 120px);
padding: 0 0 6px 20px;
}

.scFtbusi ul#slider8 {
margin: 0 auto 28px;
}
.scFtbusi .label {
margin: 30px 0 20px;
padding: 2px 0 2px 14px;
background: #0a51b4;    
line-height: 3rem;
color: #fff;
}
.scFtbusi table {
width: 100%;
margin: 0 auto 30px;
}
#business p.bold{
margin: 0 auto 6px;
font-size: 1.6rem;
letter-spacing: 0;
}
#business p.font.bold {
margin: 0 auto 6px;
font-size: 1.6rem;
}
.boxbg p.bold{
margin: 0 0 10px;
font-size: 1.6rem;
}

.scFtbusi ul#slider7,
.scFtbusi ul#slider8,
.scFtbusi ul#slider9 {
justify-content: flex-start;
}
.scFtbusi ul#slider7 li,
.scFtbusi ul#slider8 li,
.scFtbusi ul#slider9 li {
width: calc(96% / 4);
margin: 0 1% 15px 0;
}
img.ma {
width: 100%;
margin: 0 auto 30px;
}
p.ma {
margin: 0px auto 30px;
color: #333333;
/* color: #333333; */
}
.border {
margin: 0 auto 12px;
padding: 12px 0 12px 20px;
border: solid 1px #0c47ab;
}
.border p {
margin: 0;
}
.boxbg {
width: 100%;
margin: 0 auto 20px;
padding: 20px;
background: #d9e3f0;
}
.scTdbusi .boxbg span {
padding: 0 10px 0 0;
display: inline-block;
font-family: "Roboto", sans-serif;
font-size: 1.6rem;
line-height: 3rem;
font-weight: 600;
}
.scTdbusi .boxbg p {
font-weight: 400;
}
.scTdbusi table.info {
margin: 10px auto 30px;
}
.scTdbusi .boxbg {
width: 100%;
margin: 0 auto 30px;
}
.horizontal-list{
margin: 14px 0 0 0;
}
.horizontal-list img{
width: 100%;
}

.scFtbusi ul#slider6{
  flex-wrap: nowrap;
}

.scFtbusi ul#slider6 .swiper-slide{
  flex-shrink: inherit;
}

/* # =================================================================
  # scSdbusi
# ================================================================= */
.scSdbusi {
width: 100%;
margin: 0 auto 130px;
}
.scSdbusi .tableArea {
width: 100%;
}
.scSdbusi table.info {
width: 50%;
margin: 0;
}
.scSdbusi .txtArea {
  width: 100%;
  align-items: flex-start;
  margin: 0 auto 30px;
}
.scSdbusi .txtArea p{
  width: calc(100% - 370px);
  padding: 0 20px 0 0;
}
.scSdbusi .txtArea img{
  height: 278px;
  width: 370px;
}
.scSddeal .txtArea {
  width: 100%;
  align-items: flex-start;
  margin: 0 auto 30px;
}
.scSddeal .txtArea p{
  width: calc(100% - 370px);
  padding: 0 20px 0 0;
}
.scSddeal .txtArea img{
  height: 278px;
  width: 370px;
}
/* # =================================================================
  # scTdbusi
# ================================================================= */
.scTdbusi {
width: 100%;
margin: 0 auto 170px;
}
.scTdbusi .txtArea {
  width: 100%;
  align-items: flex-start;
  margin: 0 auto 30px;
}
.scTdbusi .txtArea p{
  width: calc(100% - 370px);
  padding: 0 20px 0 0;
}
.scTdbusi .txtArea img{
  height: 278px;
  width: 370px;
}
/* # =================================================================
  # scFourbusi
# ================================================================= */
.scFourbusi {
width: 100%;
margin: 0 auto 170px;
}
.scFourbusi table.info tr{
line-height: 3rem;
}

.scFourbusi table.info tr:first-of-type th {
padding: 20px 10px 20px 20px;
line-height: 3rem;
text-align: left;
}
.scFourbusi .tableArea {
  justify-content: flex-start;
  align-items: flex-start;
}
.scFourbusi .tableArea table.info{
  max-width: 530px;
  margin: 0 20px 0 0;
}
.scFourbusi .tableArea img{
  height: 278px;
  width: 370px;
}
/* # =================================================================
  # scFifbusi
# ================================================================= */
.scFifbusi {
width: 100%;
margin: 0 auto 220px;
}
.scFifbusi .tableArea {
justify-content: flex-start;
align-items: flex-start;
}
.scFifbusi .tableArea table.info {
width: 100%;
max-width: 400px;
margin: 0 20px 0 0;
}
.scFifbusi .tableArea img{
height: 278px;
}
.scTdbusi table.info tr:first-of-type th:first-of-type,
.scFifbusi table.info tr:first-of-type th:first-of-type {
width: 140px;
padding: 20px;
text-align: left;
}
.scTdbusi table.info tr:first-of-type th:nth-of-type(2),
.scFifbusi table.info tr:first-of-type th:nth-of-type(2) {
width: calc(100% - 140px);
padding: 20px;
text-align: left;
}
.scTdbusi table.info td,
.scFifbusi .tableArea table.info td {
width: calc(100% - 130px);
padding: 10px 10px;
border: none;
border-right: solid 1px #0c47ab;
border-left: solid 1px #0c47ab;
}
.scTdbusi table.info tr:last-of-type td,
.scFifbusi table.info tr:last-of-type td {
border-bottom: solid 1px #0c47ab;
}
/* # =================================================================
  # DEALING
# ================================================================= */
.scTop {
width: 100%;
height: auto;
margin: 130px 0 0 0;
padding: 0 0 130px;
}
#dealing .scTop {
padding: 120px 0 130px;
background: url("img/dealing_bg.png") no-repeat top 160px center;
background-attachment: fixed;
}
.scTop h1 {
padding: 0 0 10px;
font-size: 8.6rem;
line-height: 10rem;
color: #fff;
}
.scTop p {
font-size: 2rem;
font-weight: 600;
color: #fff;
}
.linkbtnArea .txt {
margin: 0 auto 50px;
font-family: "Noto Sans JP", sans-serif;
font-size: 5rem;
font-weight: 600;
line-height: 7.8rem;
text-align: left;
letter-spacing: 0rem;
}

#dealing p.bold {
margin: 0 auto 6px;
font-weight: 600;
letter-spacing: 0rem;
}
.scDealing {
width: 100%;
margin: 80px auto 120px;
}
.scDealing .linkbtnArea ul li:nth-of-type(1) a,
.scDealing .linkbtnArea ul li:nth-of-type(2) a,
.scDealing .linkbtnArea ul li:nth-of-type(3) a {
padding: 30px 0 0 0;
}
/* # =================================================================
  # scFtdeal
# ================================================================= */
.scFtdeal {
width: 100%;
margin: 0 auto 120px;
}
.scFtdeal ul.blueBox.sp {
display: none;
}
/* # =================================================================
  # scSddeal
# ================================================================= */
.scSddeal {
width: 100%;
margin: 0 auto 120px;
}
.scSddeal ul.blueBox li {
width: calc(100% / 4);
height: 284px;
padding: 40px 2%;
}
/* # =================================================================
  # scTddeal
# ================================================================= */
.scTddeal {
width: 100%;
margin: 0 auto 140px;
}
.flexBox {
margin: 0;
align-items: end;
}
.scTddeal .flexBox p {
width: calc(100% - 260px);
padding: 0 50px 0 0;
}
.scTddeal .flexBox img {
width: 260px;
margin: -100px 0 0 0;
}
/* # =================================================================
  # scApplication
# ================================================================= */
.scApplication {
width: 100%;
padding: 100px 0 300px;
background: url("img/outline_bg.png") no-repeat top center/cover;
}
.scApplication .telBox {
width: 100%;
margin: 0 auto 20px;
padding: 20px 20px 10px 20px;
border: solid 1px #0a51b4;
background: #fff;
}
.scApplication .telBox ul {
width: 100%;
}
.scApplication .telBox ul li {
width: 100%;
margin: 0 auto 20px;
justify-content: start;
}
.scApplication .telBox ul li .label {
padding: 0px 15px 2px;
background: #1b447c;
font-size: 2rem;
color: #fff;
}
.scApplication .telBox ul li img {
margin: 0 15px;
}
.scApplication .telBox ul li a {
margin: 0 15px 0 0;
font-family: "Roboto", sans-serif;
font-size: 2.6rem;
letter-spacing: 0rem;
}
.scApplication .telBox ul li small{
font-size: 1.2rem;
font-weight: 500;
letter-spacing: 0rem;
}
.scApplication h2 {
margin: 0 auto 40px;
font-family: "Noto Sans JP", sans-serif;
font-size: 3rem;
font-weight: 600;
color: #0a51b4;
letter-spacing: 0.2rem;
}
.scApplication p.ma {
margin: 0px auto 40px;
}
.scApplication ul.blueBox li {
width: calc(95% / 4);
height: 254px;
margin: 0 0 40px;
padding: 40px 1%;
}
.scApplication .btn {
margin: 110px auto 0;
}
.scApplication .btn a {
z-index: -1;
background: #fff;
}
.scApplication ul.blueBox {
justify-content: space-between;
}
.scApplication .btn a::before {
background: #2352ae;
}
.scApplication p.bluefont {
margin: 40px auto 20px;
font-size: 2rem;
color: #0a51b4;
}
.scApplication p.bold {
margin: 0 auto 10px;
}
.scApplication ul.blueBox.ft li{
margin: 0 0 20px;
}
/* # =================================================================
  # FACILITY
# ================================================================= */
#facility .scTop {
padding: 120px 0 114px;
background: url(img/facility_bg.png) no-repeat top 140px center;
background-attachment: fixed;
}
#facility .scttl {
margin: 0 auto 60px;
}
#facility .sideline {
margin: 0 auto 30px;
font-size: 4rem;
line-height: 4.6rem;
font-weight: 400;
}
#facility .sideline::before{
height: 40px;
}
/* # =================================================================
  # scFtfaci
# ================================================================= */
.scFtfaci {
width: 100%;
margin: 0 auto 30px;
}
.scFtfaci tr td a {
display: inline-block;
}
.scFtfaci .areabox {
width: 90%;
max-width: 1050px;
margin: auto;
}
.scFtfaci .areabox table {
width: 100%;
margin: 0 auto 30px;
}
.scFtfaci .areabox table tr th {
width: 120px;
padding: 0;
}
.scFtfaci .areabox table tr{
line-height: 2.6rem;
}
.scFtfaci .areabox table tr td {
width: calc(100% - 120px);
padding: 0 0 0 20px;
}
.scFtfaci .areabox table iframe {
width: 100%;
height: 340px;
margin: 20px auto 0;
}
.scFtfaci .sliderArea {
width: 100%;
margin: 0 auto 90px;
}
.scFtfaci .sliderArea li {
cursor: pointer;
}
.scFtfaci .areabox#sdarea table iframe{
margin: 10px 0 0 0;
}
/* # =================================================================
  # scSdfaci
# ================================================================= */
.scSdfaci {
width: 100%;
margin: 0 auto 300px;
}
.scSdfaci table {
width: 100%;
margin: 0 auto 40px;
display: table;
}
.scSdfaci table.sp {
display: none;
}
.scSdfaci tr th {
width: 400px;
padding: 24px 0 24px 20px;
text-align: left;
}
.scSdfaci tr td:first-of-type {
width: 300px;
}
.scSdfaci tr td:nth-of-type(2) {
width: calc(100% - 700px);
}
#slider2.slick-initialized .slick-slide,
#slider3.slick-initialized .slick-slide,
#slider4.slick-initialized .slick-slide {
margin: 0 5px;
}
.scSdfaci ul {
width: 100%;
}
.scSdfaci ul li {
width: 25%;
margin: 0;
}
.scSdfaci ul li img {
width: 98%;
margin: auto;
}
#sustain .scTop {
padding: 120px 0 110px;
background: url(img/sustin_bg.png) no-repeat top 160px center;
background-attachment: fixed;
}
/* # =================================================================
  # scCsr
# ================================================================= */
.scCsr {
width: 100%;
padding: 160px 0 130px;
}
.scCsr h2,.scSustin h2{
margin: 0 0 40px;
line-height: 4.6rem;
color: #0A51B4;
text-align: left;
letter-spacing: 0rem;
font-family: "Noto Sans JP", sans-serif;
}
.scCsr p,.scSustin p{
margin: 0 0 80px;
line-height: 3.6rem;
color: #333333;
}
.scCsr img {
width: 100%;
}
/* # =================================================================
  # scSustin
# ================================================================= */
.scSustin {
width: 100%;
padding: 0 0 180px;
}
.scSustin .img{
width: 100%;
height: 632px;
background: url("img/csr_bg.png")no-repeat top center/cover;
margin: 0 0 100px;
background-attachment: fixed;
}
.scSustin ul{
  width: 100%;
  align-items: flex-start;
}
.scSustin ul li{
  width: calc(95% / 3);
  align-items: flex-start;
  margin: 0 0 80px;
  display: flex;
}
.scSustin ul li img{
  width: 122px;
  height: 122px;
  object-fit: cover;
  margin: 0 16px 0 0;
}
.scSustin ul li .txtBox{
  width: calc(100% - 140px);
}
.scSustin ul li h3{
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0rem;
  margin: 0 0 6px;
}
.scSustin ul li p{
  font-size: 1.2rem;
  line-height: 2.4rem;
  margin: 0;
}
.scFlow {
width: 100%;
margin: 0 auto 300px;
}
.scFlow img {
width: 80%;
max-width: 800px;
margin: 30px auto 0;
}
/* # =================================================================
  # RECRUIT
# ================================================================= */
#recruit .scTop {
padding: 120px 0 40px;
}
#recruit .scTop h1,
#contact .scTop h1 {
color: #14a2ff;
}
#recruit .scTop p,
#contact .scTop p {
color: #0a51b4;
}
.scRecruit {
width: 100%;
position: relative;
top: 0;
}
.scRecruit p{
max-width: 900px;
line-height: 3.6rem;
margin: 0 0 170px;
}
.scRecruit img {
width: 100%;
margin: 0 auto 80px;
}
.scRecruit img.recimg {
width: 400px;
position: absolute;
right: 0;
bottom: -130px;
margin: 0;
}
.scRecruit h2 {
margin: 0 auto 40px;
font-family: "Noto Sans JP", sans-serif;
font-size: 5rem;
font-weight: 600;
line-height: 7.8rem;
text-align: left;
letter-spacing: 0rem;
}

.scGuide .imgArea{
width: 100%;
}
.scGuide .imgArea img.ft{
width: 670px;
margin: -120px 0 0 0;
}
.scGuide .imgArea img.sd{
width: 812px;
margin: -210px 100px 0 auto;
}
/* # =================================================================
  # scGuide
# ================================================================= */
.scGuide {
width: 100%;
margin: 0 auto 300px;
}
.scGuide .sideline {
margin: 0 auto 40px;
}
.scGuide table {
width: 100%;
margin: 30px auto 80px;
}
.scGuide tr {
line-height: 3rem;
}
.scGuide tr th {
width: 120px;
padding: 0 0 40px;
}
.scGuide tr td {
width: calc(100% - 120px);
padding: 0 0 36px 20px;
}
.scGuide .voiceArea {
width: 100%;
margin: 0 auto 120px;
}
.scGuide .voiceArea ul {
width: 100%;
margin: 0 auto 120px;
}
.scGuide .voiceArea ul li {
width: 49%;
padding: 30px;
background: #d9e3f0;
align-items: flex-start;
margin: 0 auto 20px;
}
.scGuide .voiceArea ul li img {
width: 56px;
height: 56px;
}
.scGuide .voiceArea ul li p {
width: calc(100% - 56px);
padding: 0 0 0 30px;
font-size: 1.4rem;
line-height: 2.4rem;
color: #333333;
}
#recruitslider{
  margin: 100px auto 0;
}
#recruitslider li{
  margin: 0 5px;
}
#recruitslider li img{
  height: 285px!important;
  object-fit: cover;
}
/* # =================================================================
  # CONTACT
# ================================================================= */
#contact .scTop {
padding: 120px 0 80px;
}
#contact .scTop .flowArea {
width: 100%;
}
#contact .scTop .flowArea p {
font-weight: 600;
}
#contact .scTop .flowArea img {
width: 400px;
margin: auto;
margin: 40px auto 0;
}
#contact .scTop .flowArea .wpcf7c-elm-step1,
#contact .scTop .flowArea .wpcf7c-elm-step2 {
margin: 70px auto 0;
color: #333333;
font-size: 1.6rem;
line-height: 3.6rem;
font-weight: 400;
}
/* # =================================================================
  # scContact
# ================================================================= */
.scContact {
width: 100%;
padding: 120px 0 200px;
background: url(img/outline_bg.png) no-repeat top center/cover;
}
#contact .scApplication {
padding: 160px 0 200px;
background: none;
}
.scContact .formArea {
width: 100%;
}
.scContact .formArea .content{
max-width: 812px;
}
.scContact .formArea .form {
width: 100%;
margin: 0 auto 160px;
}
.scContact .formArea .form .contactRow {
width: 100%;
margin: 0 auto 30px;
}
.form .contactRow input,
.form .contactRow textarea {
width: 100%;
padding: 16px;
background: #fff;
color: #1b447c;
font-size: 1.6rem;
}
.form .contactRow input{
height: 80px;
}
.form .contactRow textarea {
height: 340px;
}
.scContact .formArea .form .contactRow label {
width: 100%;
margin: 0 auto 10px;
position: relative;
top: 0;
font-size: 2rem;
letter-spacing: 0rem;
line-height: 3rem;
display: inline-block;
color: #0a51b4;
cursor: pointer;
}
.scContact .formArea .form .contactRow p{
  line-height: 1.6rem;
  line-height: 3rem;
  margin: 10px 0 20px;
}
.scContact .formArea .form .contactRow .flex label {
  margin: 0 auto;
}
.scContact .formArea .form .contactRow label span {
display: inline-block;
}
.mod_search {
position: relative;
top: 0;
}
.scContact .formArea .form .contactRow .selectBox .checkbox-1 .first label {
margin: 0 0 130px 0;
}
[data-id="mitumori"] {
position: absolute;
top: 30px;
}
.wpcf7-form-control-wrap.area {
padding: 0 0 0 20px;
}
.scContact .formArea .form .contactRow .selectBox label.sd {
padding: 0 0 0 40px;
}

.form .contactRow input[type=radio] {
  width: 24px;
  height: 24px;
}
.scContact .formArea .form .contactRow .flex{
  width: 100%;
  align-items: center;
  margin: 0 0 10px;
  line-height: 0;
}
.scContact .formArea .form .contactRow .mod_search_table label {
  padding: 0;
  font-weight: 500;
  color: #1B447C;
  width: calc(100% - 40px);
}
.mod_search table{
  width: 100%;
}
/* .scContact .formArea .form .contactRow .selectBox input {
width: 30px;
position: absolute;
top: 5px;
left: 0;
display: inline-block;
} */
.mod_search_table_more {
position: relative;
}
.mod_search_table_more table {
padding: 0 0 0 20px;
}
.scContact .formArea .form .contactRow span.asterisk {
margin: 0 0 0 20px;
display: inline-block;
background: #ba0000;
font-size: 1.4rem;
text-align: center;
height: 22px;
line-height: 2.2rem;
width: 60px;
color: #fff;
letter-spacing: 0.2rem;
}
::placeholder {
font-size: 1.6rem;
font-weight: 400;
line-height: 3rem;
color: #1b447c;
opacity: 0.7;

/* color: #508fe6!important; */
}
.conbtn {
width: 100%;
max-width: 400px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.scContact .formArea .conbtn input {
width: 100%;
padding: 34px 0;
font-size: 2rem;
position: relative;
top: 0;
display: block;
overflow: hidden;
border: solid 1px #2352ae;
background: rgba(10, 81, 180, 0.1);
font-weight: 400;
color: #0a51b4;
text-align: center;
transition: 0.3s;
}
.wpcf7 .ajax-loader {
display: none;
}
div.wpcf7 .ajax-loader {
display: none;
}
.scContact .formArea .form .contactRow .selectBox span.wpcf7-list-item {
width: 560px;
margin: 0;
padding: 0 0 0 30px;
position: relative;
top: 0;
display: block;
cursor: pointer;
}
/* .scContact .formArea .form .contactRow .selectBox input {
width: 30px;
height: 15px;
position: relative;
top: 1px;
left: 0;
display: inline-block;
} */


#thanks .scTop {
width: 100%;
padding: 120px 0;
}
#thanks .flowArea {
width: 100%;
}
#thanks h2 {
line-height: 6rem;
text-align: left;
letter-spacing: 0.2rem;
font-weight: 400;
font-family: "Noto Sans JP", sans-serif;
}
#thanks .scTop img {
margin: 80px auto;
}
#thanks .scTop p {
font-weight: 400;
color: #1b447c;
font-size: 1.6rem;
line-height: 3.6rem;
}
.contactRow input.wpcf7c-conf,
.contactRow textarea.wpcf7c-conf {
padding: 0;
border: none;
background: none;
color: #1b447c;
}
.confirmbtn {
width: 100%;
max-width: 400px;
margin: 0 10px;
position: relative;
z-index: 1;
}
.confirmbtn::before {
width: 30px;
height: 30px;
position: absolute;
top: 45%;
right: 5%;
background: url(img/arrow.svg) no-repeat;
content: "";
}
.confirmbtn.back input {
background: #a2a2a2;
color: #fff;
}
.confirmbtn input {
width: 100%;
padding: 38px 0;
font-size: 2rem;
position: relative;
top: 0;
display: block;
overflow: hidden;
background: rgba(10, 81, 180, 0.1);
font-weight: 400;
color: #0a51b4;
text-align: center;
transition: 0.3s;
}
.scContact .formArea .btn::before {
width: 30px;
height: 30px;
position: absolute;
top: 42%;
right: 0;
background: url(img/arrow.svg) no-repeat;
content: "";
}
.scContact .formArea .conbtn::before {
width: 30px;
height: 30px;
position: absolute;
top: 45%;
right: 5%;
background: url(img/arrow.svg) no-repeat;
content: "";
}
.scContact .formArea .btn::before {
width: 30px;
height: 30px;
position: absolute;
top: 42%;
right: 0;
background: url(img/arrow.svg) no-repeat;
content: "";
}
.confirmbtn::before {
width: 30px;
height: 30px;
position: absolute;
top: 45%;
right: 5%;
background: url(img/arrow.svg) no-repeat;
content: "";
}
.scContact .formArea .confirmbtn.back::before {
z-index: 1;
background: url(img/arrow_white.svg) no-repeat;
}
.btnArea {
display: flex;
justify-content: center;
}
div.wpcf7 .ajax-loader {
display: none !important;
}

/* # =================================================================
  # scNews
# ================================================================= */
.scTop.news{
padding: 110px 0 80px;
font-family: "Roboto", sans-serif;
}
.scTop.news h1 {
color: #14a2ff;
}
.scTop.news p {
color: #0a51b4;
font-weight: 400;
}
.scNewsPage {
width: 100%;
margin: 0 auto 300px;
}
.scNewsPage .content {
align-items: flex-start;
}
.scNewsPage .content .sideBar {
width: 250px;
}
.sideBar h3 {
font-size: 1.6rem;
line-height: 3.2rem;
font-family: "Roboto", sans-serif;
}
.scNewsPage .content .sideBar .listbox {
width: 100%;
margin: 0 auto 70px;
}
.scNewsPage .content .sideBar ul li {
padding: 8px 0 0 20px;
position: relative;
top: 0;
font-weight: 500;
}
.scNewsPage .content .sideBar ul li a {
font-weight: 400;
font-size: 1.6rem;
font-family: "Roboto", sans-serif;
}
.scNewsPage .content .sideBar ul li:before {
font-size: 1.6rem;
position: absolute;
top: 0;
top: 9px;
left: 0;
content: "▶︎";
color: #0A51B4;
}
.scNewsPage .content .newsArea {
width: calc(100% - 250px);
}
.scNewsPage h2 {
margin: 18px 0 14px;
font-size: 2.4rem;
font-weight: 400;
line-height: 2.8rem;
text-align: left;
letter-spacing: 0.2rem;
font-family: "Noto Sans JP", sans-serif!important;
}
.scNewsPage .newsArea ul.ar li a .date {
font-size: 1.6rem;
font-weight: 400;
color: #0a51b4;
font-family: "Roboto", sans-serif;
}
.scNewsPage .content .newsArea p.month {
margin: 0 auto 20px;
font-size: 2rem;
font-weight: 400;
color: #1b447c;
font-family: "Roboto", sans-serif;
}
.scNewsPage .newsArea ul {
width: 683px;
}
.scNewsPage .newsArea ul.ar li {
width: 100%;
border-top: solid 1px #0a51b4;
}
.scNewsPage .newsArea ul.ar li a {
width: 100%;
height: 100%;
padding: 30px 20px 50px;
display: inline-block;
transition: all 0.4s ease;
}
.scNewsPage .newsArea ul.ar li a:hover {
background: #d9e3f0;
}
.scNewsPage .newsArea .pagination ul li a {
padding: 0;
}
.scNewsPage .newsArea ul li:last-of-type {
border-bottom: solid 1px #0a51b4;
}
.scNewsPage .newsArea ul li p {
width: 100%;
font-size: 1.4rem;
line-height: 2.2rem;
letter-spacing: 0.2rem;
color: #333333;
}
.pagination {
width: 100%;
margin: 118px auto 0;
font-family: "Roboto", sans-serif;
}
.pagination .page-numbers {
display: flex;
font-weight: 400;
justify-content: center;
align-items: center;
}
.scNewsPage .newsArea .pagination .page-numbers li {
width: 40px;
padding: 0;
border-top: none;
}
.pagination .page-numbers li span {
color: #d9e3f0;
font-size: 1.6rem;
font-weight: 400;
}
.scNewsPage .newsArea .pagination .page-numbers li:last-of-type {
border-bottom: none;
}
.pagenation {
display: flex !important;
justify-content: center;
}
.pagenation a {
margin: 0 20px;
font-weight: 400;
font-family: "Roboto", sans-serif;
}
.scSingle {
margin: 280px auto 300px;
}
.scSingle h1 {
margin: 0 auto 20px;
font-size: 4rem;
line-height: 6rem;
text-align: left;
letter-spacing: 0.1rem;
padding: 0;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
color: #1B447C;
}
.scSingle .date {
margin: 0 auto 30px;
font-size: 1.6rem;
font-weight: 400;
color: #0A51B4;
font-family: "Roboto", sans-serif;
}
.scSingle .topicArea {
width: 100%;
margin: 0 auto 100px;
}
.scSingle .topicArea p{
font-size: 1.5rem;
line-height: 2.8rem;
font-weight: 400;
letter-spacing: 0.2rem;
color: #333333;
}
#box_404 {
width: 86%;
max-width: 1000px;
margin: 25vh auto;
}
@media screen and (max-width: 1700px) {
  .baguetteBox-button#previous-button {
    left: 25% !important;
}
.baguetteBox-button#next-button {
  right: 25% !important;
}
.scGuide .imgArea img.ft {
  width: 570px;
}
.scGuide .imgArea img.sd {
  width: 600px;
}
.scEnv img.bgimg {
  max-width: 774px;
}
.scEnv .box.ft {
  width: 50%;
}
}
@media screen and (max-width: 1600px) {
header .content .telnav {
  width: 1000px;
}
.scGuide .imgArea img.ft {
  width: 500px;
}
.scGuide .imgArea img.sd {
  width: 520px;
}
.scRecruit .txtArea{
  width: 80%;
}
.scEnv .box.ft {
  width: 46%;
}
.scEnv img.bgimg {
  max-width: 754px;
}
}
@media screen and (max-width: 1500px) {
header .content {
  padding: 40px 3%;
}
header .content .telnav {
  width: 800px;
}
header .telArea .label {
  margin: 0 6px 0 0;
  width: 120px;
  font-size: 1.6rem;
  line-height: 2.3rem;
}
header nav ul.link li a {
font-size: 2rem;
line-height: 3.2rem;
}
header nav ul.link li p.hover {
font-size: 2rem;
line-height: 3.2rem;
}
header .telArea a {
font-size: 1.9rem;
}
header nav .navcontent {
width: 95%;
margin: 0 0 0 auto;
}
.scTop {
  margin: 128px 0 0 0;
}
.scRecruit .txtArea{
  width: 70%;
}
.scEnv img.bgimg {
  max-width: 664px;
}
}
@media screen and (max-width: 1400px) {
.baguetteBox-button#next-button {
  right: 21% !important;
}
.baguetteBox-button#previous-button {
  left: 21% !important;
}
.baguetteBox-button#close-button {
  right: 22% !important;
}
.scGuide .imgArea img.ft {
  width: 400px;
}
.scGuide .imgArea img.sd {
  width: 450px;
  margin: -100px 100px 0 auto;
}

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

.scPoint .contentBox {
  max-width: 1120px;
}
.scPoint .textArea h2 {
  font-size: 3.8rem;
}
.scPoint .textArea {
  width: calc(100% - 600px);
  padding: 60px 0 0 50px;
}
.poplinkArea {
  max-width: 600px;
}
.baguetteBox-button#next-button {
  right: 18% !important;
}
.baguetteBox-button#previous-button {
  left: 18% !important;
}
.scRecruit img.recimg {
  width: 400px;
}
.scRecruit p {
  max-width: 610px;
}
.scGuide .imgArea img.ft {
  margin: 30px 0 0 0;
}
}
@media screen and (max-width: 1200px) {
header .content {
  padding: 20px 3%;
}
header .content .telnav {
  width: 95%;
}
header .telArea .label {
  margin: 0 6px 0 0;
  width: 110px;
  font-size: 1.5rem;
}
.baguetteBox-button#close-button {
  right: 17% !important;
}
.baguetteBox-button#next-button {
  right: 16% !important;
}
.baguetteBox-button#previous-button {
  left: 16% !important;
}
.scSdbusi .tableArea table.info td {
  padding: 9px 20px;
}
.scttl::before {
  left: -380px;
}
footer .telArea a {
  font-size: 2rem;
}
.scEnv img.bgimg {
  max-width: 584px;
  margin: -80px auto 0;
}
}
@media screen and (max-width: 1100px) {
/* header .content nav {
  width: calc(100% - 170px);
}
header .content img.logo{
  width: 170px;
} */
header .telArea .label {
  width: 90px;
  font-size: 1.3rem;
}
header nav ul.link li a {
  font-size: 1.8rem;
  line-height: 3rem;
}
header nav ul.link li p.hover {
  font-size: 1.8rem;
  line-height: 3rem;
}
header nav ul.link li p .pc {
  font-size: 1.8rem;
  line-height: 3rem;
}
footer .telArea .label {
  width: 130px;
  font-size: 1.6rem;
}
footer .address {
  font-size: 1.4rem;
  line-height: 2rem;
}
ul.blueBox li h3 {
  font-size: 2rem;
}
.scPhilo .txt {
  margin: 0 auto 20px;
  font-size: 2.4rem;
  line-height: 5rem;
}
.scPhilo ul {
  padding: 80px 50px;
}
.scEnv img.bgimg {
  max-width: 700px;
}
.scRecruit h2 {
  font-size: 4.4rem;
  line-height: 7rem;
}
.scRecruit p {
  max-width: 500px;
}
.scRecruit img.recimg {
  width: 400px;
  bottom: 0;
}
.scNewsPage .newsArea ul {
  width: 90%;
}
}
@media screen and (max-width: 1000px) {
header .content img.logo {
  width: 130px;
}
header .content nav {
  width: calc(100% - 130px);
}
header .content {
  padding: 20px 2%;
}
header .telArea ul {
  justify-content: flex-end;
}
header .telArea .label {
  margin: 0 4px;
  padding: 0 4px;
  font-size: 1.3rem;
}
header .telArea a {
  font-size: 1.3rem;
  color: #0a51b4;
}
header .content img.logo{
  width: 200px;
}
header .content nav {
  width: calc(100% - 200px);
}
footer .telArea ul {
  display: block;
}
footer .telArea ul li{
  width: 288px;
  margin: 0 auto 50px 0;
}
/* # =================================================================
  # scPoint
# ================================================================= */
.scPoint {
  margin: 0 auto 160px;
}
.scPoint img.bgimg {
  width: 100%;
  height: 480px;
  top: 0;
}
.scPoint .contentBox {
  padding: 50px 0 0 0;
}
.scPoint .textArea {
  width: 80%;
  margin: 0 auto 30px;
  padding: 0;
}
.poplinkArea {
  /* width: 100%;
  max-width: 440px; */
  margin: 0 auto 90px;
  left: 0;
}
.poplinkArea .baguetteBox a.pop {
  max-width: 100%;
}
.poplinkArea .baguetteBox .imgArea img {
  width: 100%;
}
.poplinkArea .baguetteBox a.pop:nth-of-type(2) {
  margin: 0 auto 20px;
}
.poplinkArea .baguetteBox a.pop:nth-of-type(3) {
  margin: 0 auto;
}
.poplinkArea .baguetteBox a.pop {
  margin: 0 0 20px;
  height: auto;
  position: relative;
  top: 0;
  display: inline-block;
}
.baguetteBox-button#close-button {
  right: 13% !important;
}
.baguetteBox-button#next-button {
  right: 12% !important;
}
.baguetteBox-button#previous-button {
  left: 12% !important;
}
.scBusiness .circleArea {
  width: 100%;
  max-width: 800px;
}
.scBusiness .circleArea ul li p.bold {
  margin: 0 auto 15px;
  font-size: 2rem;
}
.scBusiness .circleArea ul li {
  margin: 0 0.5%;
  padding: 32px 30px;
  width: 270px;
  height: 270px;
}

.scBusiness .circleArea ul li p {
  font-size: 1.4rem;
  line-height: 3rem;
}
.scBusiness .circleArea ul li:nth-of-type(2) {
  padding: 36px 30px 88px;
}
ul.blueBox li h3 {
  font-size: 1.7rem;
}
ul.blueBox li p {
  font-size: 1.4rem;
  line-height: 2.6rem;
}
.scGuide .imgArea {
  width: 86%;
  margin: auto;
}
.scGuide .imgArea img.ft {
  width: 100%;
  margin: 50px 0 20px;
}
.scGuide .imgArea img.sd {
  width: 100%;
  margin: 0;
}
.scRecruit .txtArea{
  width: 70%;
}
}
@media screen and (max-width: 900px) {
  header .content img.logo {
    width: 120px;
}
header .telArea .label {
  width: 110px;
}
header .content nav {
  width: calc(100% - 120px);
}
header nav ul.link li a {
  font-size: 1.6rem;
  line-height: 3rem;
}
header nav ul.link li p.hover {
  font-size: 1.6rem;
  line-height: 3rem;
}
header nav ul.link li p .pc {
  font-size: 1.6rem;
  line-height: 3rem;
}

.scFtbusi ul#slider6 .swiper-slide{
  flex-shrink: 0;
  width: 240px;
}

.scFtbusi .swiper-horizontal>.swiper-scrollbar{
  position: static;
  margin-bottom: 3rem;
}

.scFtbusi .swiper-scrollbar-drag{
  background-color: #c0c0c0;
}


}
@media screen and (max-width: 768px) {
/* ラジオボタン01 */
.form .contactRow input[type=radio] {
  display: none;
}
.radio01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.radio01::before {
  background: #fff;
  border: 1px solid #1A3C71;
  border-radius: 50%;
  content: '';
  display: block;
  height: 18px;
  left: 0px;
  position: absolute;
  top: 30%;
  width: 18px;
}
.radio01::after {
  background: #1A3C71;
  border-radius: 50%;
  content: '';
  display: block;
  height: 12px;
  top: 12px;
  left: 3px;
  opacity: 0;
  position: absolute;
  width: 12px;
}
.form .contactRow input[type=radio]:checked + .radio01::after {
  opacity: 1;
}
.scContact .formArea .form .contactRow label{
  padding: 0;
}
.scContact .formArea .form .contactRow .area label {
  padding: 0 0 0 24px;
  width: 100%;
  margin: 0 auto;
}
.scBusiness .circleArea ul.slick-dots {
  display: block;
  position: absolute;
  bottom: -30px;
  margin: 0;
}
.slick-dots li {
  width: 50px;
  height: 10px;
  margin: 0;
}
.slick-dots li.slick-active button:before {
  background: #c0c0c0;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 4px;
  content: "";
  text-align: center;
  border-radius: 0;
  background: #f5f5f5;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
.flex {
  display: block;
}
.breadcrumbs {
  padding: 94px 0 0;
}
/* # =================================================================
  # HEADER
# ================================================================= */
header .content nav {
  width: 100%;
  margin: 0;
  background: #fff;
}
header .telBarSp,
header .navBarSp {
  width: 80px;
  height: 80px;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 80px;
  border-right: solid 1px #0a51b4;
  border-left: solid 1px #0a51b4;
}
header .navBarSp {
  right: 0;
  border: none;
}
header .telBarSp svg {
  width: 30px;
  height: 30px;
  position: relative;
  top: 25px;
  left: 25px;
  overflow: hidden;
}
header .navBarSp:before {
  width: 35px;
  height: 3px;
  margin: auto;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  display: block;
  background: #0a51b4;
  content: "";
  transition: 0.4s ease-in-out;
}
header .navBarSp span {
  width: 35px;
  height: 3px;
  margin: auto;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  display: block;
  background: #0a51b4;
  content: "";
  transition: 0.4s ease-in-out;
}
header .navBarSp:after {
  width: 35px;
  height: 3px;
  margin: auto;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  display: block;
  background: #0a51b4;
  content: "";
  transition: 0.4s ease-in-out;
}
header .navBarSp.on {
  background: #0a51b4;
}
header .navBarSp.on:before,
header .navBarSp.on span {
  top: 40px;
  background: #fff;
  transition: 0.4s ease-in-out;
  -webkit-transform: rotate(45deg);
}
header .navBarSp.on:after {
  top: 40px;
  background: #fff;
  transition: 0.4s ease-in-out;
  -webkit-transform: rotate(-45deg);
}
header nav,
header .telnav {
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 2;
  top: 78px;
  left: 0;
  overflow: scroll;
  background: #fff;
  transition: all 0.6s;
}
header nav.active,
header .telnav.active {
  height: 100%;
}
header .content .navcontent {
  width: 100%;
  padding: 20px 5% 0px;
}
header .telnav ul li a {
  padding: 20px;
  display: flex;
  border: solid 1px #1b447c;
}
header .telArea img {
  width: 122px;
  height: 90px;
  object-fit: cover;
}
header .telArea {
  margin: 0 auto 60px;
}
header .telArea p {
  margin: 10px auto;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #1b447c;
}
header .telArea p.bold {
  margin: 0 auto 30px;
  font-weight: 600;
}
header .telArea .label {
  width: calc(100% - 150px);
  margin: 0;
  padding: 20px 10%;
  position: relative;
  top: 0;
  background: #fff;
  font-size: 2rem;
  color: #1b447c;
}
header .telArea .label::before {
  width: 10px;
  height: 20px;
  position: absolute;
  top: 40%;
  right: 2%;
  background: url(img/arrow.svg) no-repeat top center/100%;
  content: "";
}
header .telArea .label span {
  font-size: 3rem;
  line-height: 4rem;
}
header .content .telnav {
  width: 100%;
  margin: 0;
}
header .telBarSp .st0 {
  fill: #0a51b4;
}
header .telBarSp.on .st0 {
  fill: #fff;
}
header .telBarSp.on {
  background: #0c47ab;
}
header .telArea ul {
  width: 100%;
}
header .telArea ul li {
  width: 100%;
  margin: 0 auto 26px;
}
header .close {
  width: 100%;
  max-width: 400px;
  margin: 30px auto 160px;
}
header .close a {
  width: 100%;
  padding: 15px 20px;
  display: inline-block;
  background: #d9e3f0;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  color: #0A51B4;
  font-family: "Roboto", sans-serif;
}
header nav ul.link li p.hover {
  font-size: 2rem;
}
header nav ul.link li:nth-of-type(2) .list{
padding: 0;
}
header nav ul.link {
  margin: 40px 0 0 0;
}
header nav ul.link li {
  width: 100%;
  margin: 0 auto 30px;
}
header nav ul.link li a {
  position: relative;
  top: 0;
  font-size: 2rem;
}
header nav ul.link li p {
  font-size: 2rem;
  font-weight: 600;
}
header nav ul.link li a::before {
  width: 10px;
  height: 20px;
  position: absolute;
  top: 6px;
  right: -20px;
  background: url(img/arrow.svg) no-repeat top center/100%;
  content: "";
}
header nav ul.link li:nth-of-type(2) .list a::before {
  right: 60px;
}
header .content {
  padding: 12px 5%;
}
header .content .btn a {
  padding: 24px 0 24px 10px;
  z-index: -1;
  background: #fff;
  font-weight: 600;
  letter-spacing: 0.2rem;
  font-family: "Roboto", sans-serif;
}
header .content .btn a::after {
  display: none;
}
header .content .btn img {
  width: 25px;
  position: absolute;
  top: 38%;
  left: 10%;
}
header nav ul.link li .list {
  width: 100%;
  margin: 20px 0;
}
header nav ul.link li .list a {
  width: 50%;
  margin: 0;
  padding: 0;
  font-weight: 500;
  text-align: left;
}
header nav ul.link .list a:nth-of-type(2) {
  padding: 0;
}
header .content img.logo {
  width: 162px;
}

header nav ul.link li:nth-of-type(2) .list {
  width: 100%;
  height: auto;
  margin: 10px 0 0 0;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  background: none;
  font-weight: 500;
  text-align: center;
  opacity: 1;
  transition: 0.3s;
}
header nav ul.link li:nth-of-type(2) .list::before {
  display: none;
}
.contenttel {
width: 100%;
padding: 20px 5% 0px;
margin: 40px auto;
}
/* # =================================================================
  # TOP
# ================================================================= */
/* #slider canvas {
  width: 196% !important;
  left: -50%;
} */
.scMv .txtArea {
  width: 68%;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -80%);
}
/* .scMv h1 {
  font-size: 4rem;
  line-height: 6rem;
} */
.scPoint .textArea {
  width: 100%;
  padding: 60px 0 0 0;
}
.scPoint .contentBox {
  width: 86%;
}
.scPoint .btn {
  margin: 0 auto 50px;
}
.scPoint .movearea {
  width: 1100px;
  margin: -120px 0 0;
  position: absolute;
  bottom: 290px;
}
#baguetteBox-overlay .full-image img {
  width: 90% !important;
  height: 70vh !important;
  object-fit: cover;
}
.baguetteBox-button#next-button {
  right: 7% !important;
}
.baguetteBox-button#previous-button {
  left: 7% !important;
}
.baguetteBox-button#close-button {
  top: 19% !important;
  right: 9% !important;
}
#baguetteBox-overlay .full-image figcaption {
  font-size: 1.5rem;
}
/* # =================================================================
  # scPage
# ================================================================= */
.scPage {
  margin: 0 auto 120px;
}
.scPage .txtBox {
  width: 440px;
  margin: 0 auto;
}
.scPage .facilityArea .txtBox {
  margin: 0 auto;
}
/* # =================================================================
  # scNews
# ================================================================= */
.scNews {
  margin: 0 auto 180px;
}
.scNews ul li::after {
  width: 20px;
  height: 20px;
  background: url(img/arrow.svg) no-repeat top center/contain;
}
/* # =================================================================
  # footer
# ================================================================= */
footer {
  padding: 90px 0 100px;
}
footer .telArea .label {
  width: 130px;
  margin: 0 0 6px;
  padding: 2px 0;
  text-align: center;
}
footer h2 {
  margin: 0 auto 8px;
}
footer .telArea ul li {
  width: 100%;
  margin: 0 auto 30px;
}
footer .telArea a {
  font-size: 2.5rem;
}
footer .telArea div {
  margin: 0 auto;
}
footer .telArea div.flex {
  margin: 0;
}
.pagetop {
  width: 50px;
  margin: 0 auto 15px;
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  text-align: center;
}
.pagetop img {
  width: 14px;
  margin: 0 auto;
  transform: rotate(-90deg);
}
/* # =================================================================
  # 共通
# ================================================================= */
.sideline {
  margin: 0 0 30px;
}
tr td a {
  margin: 0 auto;
}
.breadcrumbs {
  padding: 0;
  top: 100px;
}
.scTop {
  height: 50vh;
}
.scTop p {
  margin: 10px 0 0 0;
  font-size: 2.2rem;
}
.scttl::before {
  left: -290px;
}
.scttl.wid107::before {
  left: -220px;
}
.scttl.wid104::before {
  left: -180px;
}
.scttl.wid100::before {
  left: -15vw;
}
.scttl.wid94::before {
  left: -220px;
}
.scttl.wid70::before {
  left: -37vw;
}
.scttl.wid74::before {
  left: -260px;
}
.scttl.wid83::before {
  width: 95%;
}
.scttl.wid84::before {
  left: -26vw;
}
.scttl.wid68::before {
  left: -40vw;
}
#company .scTop h1,
#business .scTop h1 {
  padding: 0;
  top: 100px;
}
/* # =================================================================
  # company
# ================================================================= */
#company .scTop {
  margin: 0 auto 100px;
  background: none;
  padding: 160px 0 0 0;
}
#company .scTop::before {
  width: 100%;
  height: 900px;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  background: url(img/company_bg.png) no-repeat top center/cover;
  content: "";
}
.scMessage {
  margin: 0;
  padding: 100px 0 260px;
  background: #fff;
}
.scMessage .messageArea .txtArea h2 {
  margin: 0 0 30px;
}
.scMessage .messageArea .txtArea {
  width: 100%;
  padding: 0;
}
.scMessage .messageArea .txtBox p.president {
margin: 30px auto;
font-size: 1.8rem;
line-height: 3rem;
}
.scMessage .messageArea .txtBox p:first-of-type {
  margin: 0 auto 30px;
}
.scMessage .messageArea .txtBox {
  width: 100%;
  margin: auto;
}
.scMessage .messageArea .txtBox p.president::before {
  top: 54%;
  left: 96px;
  font-size: 1.2rem;
}
.scPhilo .txt {
  margin: 120px auto 30px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0rem;
}
.scPhilo p.ttl {
  font-size: 1.6rem;
  line-height: 1.7rem;
}
.scPhilo .sideline::before {
background: #14a2ff;
}
.scEnv {
  margin: 0;
  padding: 170px 0 200px;
  background: #fff;
}
.scEnv .box.ft {
  width: 100%;
}
.scSdbusi .txtArea p{
  width: 100%;
  padding: 0;
}
.scSdbusi .txtArea img{
  width: 100%;
}
.scSddeal .txtArea p{
  width: 100%;
  padding: 0;
}
.scSddeal .txtArea img{
  width: 100%;
}
.scTdbusi .txtArea p{
  width: 100%;
  padding: 0;
}
.scTdbusi .txtArea img{
  width: 100%;
}
.scFourbusi .tableArea table.info {
  max-width: 100%;
  margin: 0 0 20px;
}
.scFourbusi .tableArea img {
  width: 100%;
}
/* # =================================================================
  # scPhilo
# ================================================================= */
.scPhilo {
  margin: 0 auto;
}
.scPhilo .content {
  margin: -200px auto 100px;
}
.scPhilo h2 {
  color: #0a51b4;
}
.scPhilo .txt {
  margin: 120px auto 30px;
}
.scPhilo ul {
  width: 100%;
  padding: 50px 30px;
}
.scOutline {
  margin: 0 auto 120px;
}
.scHistory {
  padding: 0 0 120px;
}
.scHistory .content {
  padding: 44px 26px;
}
.scEnv .box {
  margin: 20px 0;
}
.scEnv img.bgimg {
  width: 66%;
  margin: -50px 0 0 0;
  z-index: 0;
}
.scEnv .sideline::before {
  height: 120px;
}

.scEnv .box .flex {
  display: flex;
}
/* # =================================================================
  # scOutline
# ================================================================= */
.scOutline tr th,
.scHistory tr th {
  width: 100%;
  padding: 0;
  display: block;
  text-align: left;
}
.scOutline tr td,
.scHistory tr td {
  width: 100%;
  padding: 0;
  display: block;
}
.scOutline tr:nth-of-type(6) td {
  padding: 0;
}
.scOutline tr {
line-height: 2.6rem;
font-size: 1.4rem;
}
tr {
font-size: 1.4rem;
line-height: 2.6rem;
}
tr td a.more {
margin: 0 auto;
}
/* # =================================================================
  # BUSINESS
# ================================================================= */
#business .scTop {
  margin: 0 auto 100px;
  background: none;
  padding: 160px 0 0 0;
}
#business .scTop::before {
  width: 100%;
  height: 900px;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  background: url(img/business_bg.png) no-repeat top center/cover;
  content: "";
}
.scBusiness {
  width: 100%;
  margin: 0;
  padding: 100px 0;
  background: #fff;
}
.linkbtnArea ul li {
  width: 100%;
  margin: 0 auto 16px;
}
.linkbtnArea ul li::before {
  width: 30px;
  height: 12px;
  top: 40%;
  right: 3%;
  bottom: auto;
  left: auto;
}
.linkbtnArea ul li a {
  height: 78px;
  padding: 8px 10px;
  text-align: left;
}
.scBusiness .linkbtnArea ul li:nth-of-type(4) a,
.scBusiness .linkbtnArea ul li:nth-of-type(5) a {
  padding: 20px 10px;
}
.scBusiness .circleArea ul {
  display: flex;
}
.scBusiness #slider5 {
  width: 100%;
  margin: 30px auto 0;
}

.scBusiness .swiper-horizontal>.swiper-scrollbar{ 
  position: static;
  margin: 4rem auto 0 auto;
}

.scBusiness .swiper-scrollbar-drag{
  background-color: #c0c0c0;
}

/* .scBusiness #slider5 .slick-list {
  padding: 0 42% 0 0 !important;
} */
.scBusiness #slider5 li .circle {
  width: 280px !important;
  height: 280px !important;
  margin: auto;
}
.scBusiness #slider5 li {
  width: 360px!important;
  height: 360px;
  margin: 0px 1.5%;
  padding: 70px 0 0 0;
  border-radius: 190px;
}

.scBusiness .circleArea ul li p{
  font-size: 1.6rem;
  line-height: 3.6rem;
}
.scBusiness #slider5 li figcaption {
  margin: 10px 0 0;
}
.scBusiness .circleArea {
  width: 100%;
  margin: 0 auto 100px;
  padding: 0 2rem;
}
.scFtbusi {
  margin: 0;
  padding: 0 0 120px;
  background: #fff;
}
.scFtbusi ul.blueBox {
  display: flex;
}
.scFtbusi ul.blueBox#slider6 {
  width: 100%;
  margin: 30px auto 0;
}
/* .scFtbusi ul.blueBox#slider6 .slick-list { */
.scFtbusi ul.blueBox#slider6 { 
  padding: 0 40% 0 0 !important;
}
.scFtbusi ul.blueBox#slider6 li {
  margin: 0 0.5% 0 0;
  padding: 12px 10px;
  height: auto;
}
.scFtbusi ul.blueBox#slider6 {
  width: 110%;
  margin: 30px 0 40px auto;
}
.scFtbusi .label {
  width: 100%;
  margin: 10px 0 20px;
  padding: 4px 0 4px 20px;
}
.scSdbusi {
  margin: 0;
  padding: 0 0 170px;
  background: #fff;
}
.scSdbusi table.info {
  width: 50%;
  margin: 0;
}
.scTdbusi {
  margin: 0;
  padding: 0 0 170px;
  background: #fff;
}
.scTdbusi table.info td {
  padding: 6px 20px;
  border: none;
  border-right: solid 1px #0c47ab;
  border-left: solid 1px #0c47ab;
  vertical-align: text-top;
}
.scTdbusi table.info tr:first-of-type th:first-of-type {
  width: 30%;
}
.scTdbusi table.info tr:last-of-type td {
  border-bottom: solid 1px #0c47ab;
}

.horizontal-list {
  width: 110%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.horizontal-list img {
  max-width: 1450px;
  width: 1450px;
  height: 400px;
  padding: 0 40px 0 0;
  margin: 0 0 40px;
}
table.info th {
  padding: 10px 20px;
  text-align: left;
}
table.info td {
  padding: 10px 20px;
}
.scFourbusi {
  margin: 0;
  padding: 0 0 170px;
  background: #fff;
}
.scFifbusi {
  margin: 0;
  padding: 0 0 200px;
  background: #fff;
}
.scFifbusi table.info td {
  padding: 6px 20px;
  border: none;
  border-right: solid 1px #0c47ab;
  border-left: solid 1px #0c47ab;
}
.scFifbusi table.info tr:first-of-type th:first-of-type {
  width: 40%;
}
.scFifbusi table.info tr:first-of-type th:nth-of-type(2) {
  width: 60%;
}
.scFifbusi .tableArea table.info {
  margin: 0 20px 20px 0;
}
.scFifbusi table.info tr:last-of-type td {
  border-bottom: solid 1px #0c47ab;
}
.scFtbusi table tr th,
.scFtbusi table tr td {
  width: 100%;
  padding: 0;
  display: block;
  text-align: left;
}

.scFtbusi ul#slider7,
.scFtbusi ul#slider8,
.scFtbusi ul#slider9 {
  width: 110%;
  margin: 0 0 30px auto;
}

.scFtbusi ul#slider7{
  display: flex;
}
.scFtbusi ul#slider8{
  display: flex;
}
/* .scFtbusi ul#slider7 li.slick-slide, 
.scFtbusi ul#slider8 li.slick-slide, 
.scFtbusi ul#slider9 li.slick-slide {
  width: calc(96% / 4);
  margin: 0 1% 15px 0;
} */
.scFtbusi ul.slick-dots li, 
.scFtbusi ul.slick-dots li, 
.scFtbusi ul.slick-dots li {
  width: 50px!important;
  margin: 0!important;
  height: 0;
  top: -14px;
}
.scFtbusi ul#slider7,
.scFtbusi ul#slider8 {
  margin: 0;
}
.scFtbusi ul#slider7,
.scFtbusi ul#slider8{
  padding: 0 40% 0 0 !important;
  flex-wrap: nowrap;
  margin-bottom: 2rem;
}

.scFtbusi ul#slider7 li,
.scFtbusi ul#slider8 li{
  width: 60%;
  max-width: 260px;
}

.scFtdeal ul#slider9 {
  padding: 0 60% 0 0 !important;
}
.scFtbusi ul#slider7 img,
.scFtbusi ul#slider8 img {
  width: 96%;
  margin: 0;
}
.scFtdeal ul#slider9 img {
  height: 80px;
}
.scFtdeal ul.blueBox.sp {
  display: flex;
}
.scFtdeal ul.blueBox.pc {
  display: none;
}
.scFtdeal ul.blueBox#slider9 .slick-dots {
  bottom: 10px;
}
.scFtdeal ul.blueBox#slider9 {
  width: 110%;
  margin: 0 auto 30px;
}
.scFtdeal ul.blueBox#slider9 li {
  margin: 0 10px 0 0;
  height: 352px;
  width: 300px;
  padding: 60px 0;
  background: url(img/bluebg.png) no-repeat top left/contain;
}
.scFtdeal ul.blueBox#slider9 li:last-of-type {
  background: #D9E3F0;
  height: 332px;
  /* width: 226px!important;
  padding: 26px 0;
  height: 226px; */
}


.scFtdeal .swiper-horizontal>.swiper-scrollbar{
  position: static;
  margin: 0 auto 3rem auto;
}

.scFtdeal .swiper-scrollbar-drag{
  background-color: #c0c0c0;
}




.scSdbusi .tableArea {
  width: 100%;
  display: flex;
}
.scSdbusi .tableArea table.info th {
  width: 110px;
  padding: 14px 10px;
  text-align: center;
  vertical-align: middle;
}
.scSdbusi .tableArea table.info td {
  padding: 14px 10px;
}
.scSdbusi .tableArea table.info:first-of-type {
  width: 100%;
}
.scSdbusi .tableArea table.info:nth-of-type(2) {
  width: 100%;
}
.scDealing {
  width: 100%;
  margin: 0;
  padding: 45px 0 90px;
  background: #fff;
}
#dealing .scTop {
  background: none;
  padding: 0;
}
#dealing .scTop::before {
  width: 100%;
  height: 620px;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  background: url(img/dealing_bg_sp.png) no-repeat top center/cover;
  content: "";
}
.scDealing .linkbtnArea ul li:nth-of-type(1) a,
.scDealing .linkbtnArea ul li:nth-of-type(2) a,
.scDealing .linkbtnArea ul li:nth-of-type(3) a {
  padding: 24px;
}
.scFtdeal {
  margin: 0;
  padding: 0 0 120px;
  background: #fff;
}
.scFtdeal table.info th,
.scFtdeal table.info td {
  width: 100%;
  padding: 2px 0 6px;
  display: block;
}
.scFtdeal table.info th {
  padding: 6px 0;
  border-bottom: none;
  text-align: center;
}
.scFtdeal table.info td {
  padding: 6px 20px;
  border-bottom: none;
}
.scFtdeal table.info tr:last-of-type td {
  border-bottom: solid 1px #0c47ab;
}
.scSddeal ul.blueBox{
  justify-content: space-between;
}
.scSddeal ul.blueBox li {
  width: calc(94% / 3);
  margin: 0 0 30px;
}
.scSddeal {
  margin: 0;
  padding: 0 0 120px;
  background: #fff;
}
.scTddeal {
  width: 100%;
  margin: 0;
  padding: 0 0 140px;
  background: #fff;
}
.scTddeal .flexBox p {
  width: 100%;
  padding: 0;
}
.scTddeal .flexBox img {
  width: 260px;
  margin: 0 0 0 auto;
}
.scApplication {
  padding: 70px 0 280px;
}
.scApplication ul.blueBox li {
  width: calc(96% / 2);
  height: 300px;
  margin: 0 1% 14px;
}
.scApplication h2 {
  text-align: left;
}
.scApplication .telBox .tel {
  display: flex;
}
.scApplication .telBox ul li img {
  width: 30px;
  margin: 0 10px 0 0;
}
.scApplication .telBox ul li a {
  width: calc(100% - 40px);
  margin: 0;
  font-size: 3rem;
}
.scApplication .telBox ul li small {
  font-size: 1.5rem;
}
.scApplication .btn {
  margin: 40px auto 0;
}
.scApplication .btn a {
  padding: 14px 0;
}
/* # =================================================================
  # DEALING
# ================================================================= */
#facility .scTop {
  background: none;
  padding: 0;
}
#facility .scTop::before {
  width: 100%;
  height: 620px;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  background: url(img/facility_bg_sp.png) no-repeat top center/cover;
  content: "";
}
.scFtfaci {
  margin: 0;
  padding: 0 0 40px;
  background: #fff;
}
.scFtfaci .areabox table iframe {
  height: 250px;
}
.scFtfaci .areabox table tr th,
.scFtfaci .areabox table tr td {
  width: 100%;
  padding: 0;
  display: block;
  text-align: left;
}
.scFtfaci .areabox table tr td {
  padding: 0;
}
.scFtfaci #slider2.slick-initialized .slick-slide,
.scFtfaci #slider3.slick-initialized .slick-slide,
.scFtfaci #slider4.slick-initialized .slick-slide {
  margin: 0 10px;
}
.scFtfaci #slider2.slick-initialized .slick-list,
.scFtfaci #slider3.slick-initialized .slick-list,
.scFtfaci #slider4.slick-initialized .slick-list {
  padding: 0 40% 0 0 !important;
}
.scSdfaci {
  margin: 0;
  padding: 0 0 240px;
  background: #fff;
}
.scSdfaci table.pc {
  display: none;
}
.scSdfaci table.sp {
  display: table;
}
.scSdfaci tr th {
  width: 100%;
}
.scSdfaci tr td:first-of-type {
  width: 30%;
}
.scSdfaci tr td:nth-of-type(2) {
  width: 70%;
}
.scSdfaci ul {
  display: flex;
}
.scSdfaci ul li {
  width: 48%;
  margin: 0 1% 10px;
}
.scSdfaci ul li img {
  width: 100%;
}
/* # =================================================================
  # SUSTIN
# ================================================================= */
.scSustin {
  width: 100%;
  margin: 40px auto 110px;
}
#sustain .scTop {
  padding: 0;
  background: none;

}
#sustain .scTop:before {
  width: 100%;
  height: 752px;
  position: fixed;
  z-index: -1;
  top: 70px;
  left: 0;
  display: block;
  content: "";
  background: url(img/sustin_bg_sp.png) no-repeat top center/cover;
}
.scCsr {
  background: #fff;
}
.scSustin {
  margin: 0;
  background: #fff;
}
.scFlow {
  width: 100%;
  margin: 0;
  padding: 0 0 300px;
  background: #fff;
}
/* # =================================================================
  # RECRUIT
# ================================================================= */
#recruit .scTop {
  height: auto;
  padding: 0 0 50px;
}
.scRecruit {
  margin: 0 auto 130px;
}
.scRecruit h2 {
  line-height: 5rem;
}
.scRecruit img {
  width: 100%;
}
.scRecruit img.recimg {
  width: 100%;
  position: relative;
  bottom: 0;
}
.scRecruit .txtArea {
  width: 100%;
}
.scRecruit p {
  max-width: 100%;
  width: 100%;
}
.scGuide {
  margin: 0 auto 240px;
}
.scGuide .voiceArea {
  margin: 0 auto 100px;
}
.scGuide .voiceArea ul li {
  width: 100%;
  margin: 0 auto 30px;
  display: flex;
}
.scGuide .voiceArea ul {
  margin: 0 auto 100px;
}
.scGuide table {
  margin: 30px auto 40px;
}
.scGuide tr th,
.scGuide tr td {
  width: 100%;
  padding: 0;
  display: block;
  text-align: left;
}
.scGuide tr td {
  padding: 0 0 20px;
  font-weight: 400;
}
.scGuide .imgArea img.ft {
  width: 100%;
  margin: 50px 0 20px;
}
.scGuide .imgArea img.sd {
  width: 100%;
  margin: 0;
}
.scGuide .imgArea {
  width: 86%;
  margin: auto;
}
/* # =================================================================
  # NEWS
# ================================================================= */
.scTop.news {
  height: auto;
  padding: 0 0 100px;
}
.scNewsPage .newsArea ul {
  width: 100%;
}
.scNewsPage .content .newsArea {
  width: 100%;
  margin: 0 auto 60px;
}
.scNewsPage .content .sideBar {
  width: 100%;
}
.pagination {
  margin: 60px auto 0;
  justify-content: center;
}
/* # =================================================================
  # CONTACT
# ================================================================= */
.scContact {
  padding: 80px 0 160px;
}
.scContact .formArea .form {
  margin: 0 auto 100px;
}
::placeholder {
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.confirmbtn {
  margin: 0 auto 20px;
}
#contact .scTop {
  height: auto;
  padding: 0 0 100px;
}
#thanks .scTop {
  height: auto;
  margin: 68px 0 0 0;
}
#thanks .scTop p {
  line-height: 2.8rem;
}
.scSustin ul li {
  width: 100%;
  margin: 0 0 20px;
}
}
@media only screen and (max-device-width: 430px) {
  /* スマホ用のCSS */
  #slider {
    height: 400px;
    top: 12%;
  }
  #slider canvas {
    width: 430px !important;
    height: 400px !important;
    overflow: hidden;
  }
 }
 @media only screen and (max-device-width: 415px) {
  #slider {
    height: 88%!important;
    top: 12%;
  }
  #slider canvas {
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
  }
 }
@media screen and (max-width: 650px) {
  #slider {
    top: 12%;
  }
/* # =================================================================
  # 共通
# ================================================================= */
h1 {
  font-size: 4rem;
  line-height: 4.8rem;
}
h2 {
  font-size: 3.2rem;
  line-height: 3rem;
}
p {
  line-height: 2.1rem;
  font-size: 1.4rem;
}
h2 span {
  font-size: 1.2rem;
}
.breadcrumbs {
  padding: 0;
  top: 80px;
}
.breadcrumbs span {
  font-size: 1rem;
  line-height: 1rem;
  display: inline-block;
}
#company .scTop h1,
#business .scTop h1 {
  padding: 0;
  font-size: 4.3rem;
  line-height: 5rem;
}
#company .scTop p, #business .scTop p {
  font-size: 2rem;
  line-height: 3rem;
}
.content {
  width: 100%;
  padding: 0 5%;
}
.btn {
  width: 100%;
}
.btn a {
  padding: 22px 0;
}
/* # =================================================================
  # HEADER
# ================================================================= */
header .content {
padding: 23px 0 12px 6%;
}
header .content img.logo {
  width: 120px;
  padding: 0;
}
header nav,
header .telnav {
  top: 66px;
}
header .telBarSp,
header .navBarSp {
  width: 70px;
  height: 70px;
}
header .content .telnav .contenttel{
  width: 314px;
  margin: auto;
  padding: 0;
}
header .telArea p.bold {
  margin: 20px auto;
  font-weight: 600;
}
header .telArea p {
  font-size: 1.4rem;
  line-height: 2rem;
}
header .telArea ul li {
  margin: 0 auto 20px;
}
header .telnav ul li a {
  padding: 12px;
}
header .telArea .label {
  width: calc(100% - 122px);
  margin: 0;
  padding: 20px 0 0 12px;
  font-size: 1.4rem;
  text-align: left;
}
header .telArea .label span {
  font-size: 2rem;
  line-height: 2.7rem;
}
header .telBarSp {
  right: 70px;
}
header .telBarSp svg {
  width: 27px;
  height: 27px;
  top: 22px;
  left: 20px;
}
header .content .navcontent {
  width: 86%;
  padding: 0;
  margin: auto;
}
header nav ul.link li:nth-of-type(2) .list a::before {
right: 40px;
top: 10px;
}
header .content .btn img {
width: 30px;
position: absolute;
top: 34%;
left: 5%;
}
header .content .btn a {
padding: 20px 0 20px 10px;
font-size: 2.4rem;
}
header .contenttel p.small{
font-size: 1.2rem;
line-height: 1.8rem;
font-weight: 400;
margin: 0 0 20px;
}
header .close {
width: 100%;
max-width: 100%;
margin: 50px auto 120px;
}
header .contenttel .close {
margin: 0 auto 120px;
}
header .navBarSp:before {
  top: 24px;
}
header .navBarSp span {
  top: 34px;
}
header .navBarSp:after {
  top: 44px;
}
header nav ul.link {
  margin: 20px 0 0 0;
}
header nav ul.link li {
  margin: 0 auto 30px;
}
header nav ul.link li p.hover {
  font-size: 2rem;
}
header nav ul.link li:nth-of-type(2) .list{
  padding: 0;
  margin: 0;
}
header nav ul.link li p .pc {
  display: none;
}
header nav ul.link li a::before {
  top: 7px;
}
header nav ul.link li p {
  font-size: 1.6rem;
}
header nav ul.link li .list {
  margin: 10px 0;
}
header .navBarSp.on:before,
header .navBarSp.on span {
  top: 34px;
}
header .navBarSp.on:after {
  top: 34px;
}
header nav ul.link {
  margin: 40px 0 30px;
}
.btnRequest {
  width: 120px;
  height: 120px;
  right: 2%;
  bottom: 2%;
  border-radius: 60px;
}
.btnRequest a .txt {
  font-size: 1.2rem;
  line-height: 2rem;
}
.btnRequest a {
  padding: 30px 0 0 0;
}
.btnRequest a p {
  margin: 0 auto 4px;
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: 0rem;
}
.btnRequest a img {
width: 24px;
}
.scttl::before {
  left: -24vw;
}
.scttl.wid107::before {
  left: -14vw;
}
.scttl.wid104::before {
  left: -14vw;
  width: 113%;
}
.scttl.wid100::before {
  width: 116%;
  left: -14vw;
}
.scttl.wid94::before {
  left: -7vw;
}
.scttl.wid84::before {
  left: -17vw;
}
.scttl.wid83::before {
  width: 78%;
}
.scttl.wid70::before {
  left: -24vw;
}
.scttl.wid74::before {
  left: -32vw;
}
.scttl.wid68::before {
  left: -24vw;
}
/* # =================================================================
  # TOP
# ================================================================= */
.scTop {
  padding: 54px 0 0;
  height: 252px;
  margin: 68px 0 0 0;
}
.scTop p {
  font-size: 2rem;
  line-height: 3rem;
  margin: 0;
}
.scTop h1 {
  padding: 0;
  font-size: 4.3rem;
  line-height: 5rem;
  color: #fff;
}
/* #slider {
  top: 20px;
}
.scMv {
  height: 86.5vh;
  top: -30px;
} */
.scMv h1 {
  margin: 0 auto 20px;
  font-size: 3.2rem;
  line-height: 5rem;
}
.scMv p {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 400;
}
.scMv .txtArea {
  width: 75%;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -95%);
}
.scMv h1 {
  font-size: 3.8rem;
  line-height: 5.8rem;
}
#baguetteBox-overlay .full-image figcaption {
  top: -125px;
  font-size: 1.4rem;
  width: 252px !important;
  line-height: 2.1rem!important;
}
.baguetteBox-button#close-button {
  top: 11% !important;
  right: 8% !important;
}
.scPoint .textArea h2 {
  margin: 0 auto 20px;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
}
.scPoint img.bgimg {
  height: 580px;
}
.scPoint .btnArea {
width: 100%;
padding: 0 25px;
  margin: auto;
}
.scPoint .contentBox {
width: 304px;
}

.poplinkArea .baguetteBox .imgArea {
  width: 100%;
  height: 150px;
}
.poplinkArea .baguetteBox .imgArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.poplinkArea .baguetteBox a .txtArea {
  top: 18%;
  right: 9%;
}
.poplinkArea .baguetteBox a:nth-of-type(3) .txtArea {
  right: 17%;
}
.scPoint .movearea {
  width: 400px;
}
.scNews ul li p {
  width: calc(100% - 30px);
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.scPage .txtBox p {
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin: 0 auto 10px;
}
.scPoint .contentBox {
width: 100%;
padding: 50px 5% 0;
}
.scNews {
  margin: 0 auto 200px;
}
.scNews ul {
margin: 0 auto 60px;
}
.scNews h2 {
  margin: 0 auto 40px;
}
.scNews ul li a {
  padding: 20px 0;
  display: inline-block;
}
.scNews ul li::after {
  width: 16px;
  height: 16px;
}
.scNews ul li .date {
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: 500;
}
.scNews .insta p {
  font-size: 1.6rem;
  line-height: 3rem;
}
.scNews .insta img {
  margin: 0 5px 0 0;
}
.poplinkArea .baguetteBox a.pop .txtArea h3 {
font-size: 2.6rem;
letter-spacing: 0.2rem;
margin: 0 auto 10px;
}
#baguetteBox-overlay .full-image img {
height: 84vh !important;
}
.poplinkArea .baguetteBox a:nth-of-type(2).pop .txtArea h3 {
margin: 0 auto 32px;
}
.scPoint .movearea {
bottom: 250px;
}
.poplinkArea {
width: 100%;
margin: 0 auto 60px;
}
.scPage a {
padding: 36px 0;
}
.scPage h2 {
margin: 0 auto 10px;
font-size: 2rem;
}
.scPage .txtBox {
width: 100%;
padding: 25px;
height: 208px;
}
.scPage .txtBox::after {
background: url(img/arrow_white.svg) no-repeat top 14px center/9px, #0a51b4;
}
.scPage .methodArea a::before {
  background: url(img/method_bg_sp.png) no-repeat top center/cover;
}
.scPage .facilityArea a::before {
  background: url(img/facility_bg_sp.png) no-repeat top center/cover;
}
.scPage .recyclingArea a::before {
  background: url(img/recycling_bg_sp.png) no-repeat top center/cover;
}
footer {
padding: 50px 0 90px;
}
footer h2 {
margin: 0 auto;
font-size: 2.6rem;
letter-spacing: 0rem;
line-height: 4rem;
}
footer p {
font-size: 1.8rem;
line-height: 2.4rem;
color: #fff;
text-align: center;
letter-spacing: 0.2rem;
}
footer .btn a {
padding: 24px 0 24px 5px;
}
footer .btn {
margin: 20px auto 60px;
}
footer .btn img {
width: 30px;
top: 35%;
left: 5%;
}
footer .telArea .label {
width: 96px;
margin: 0 0 12px;
padding: 0;
text-align: center;
font-size: 1.2rem;
line-height: 2rem;
letter-spacing: 0rem;
}
footer .telArea a {
font-size: 2.6rem;
letter-spacing: 0rem;
}
footer .telArea div.flex {
margin: 0;
}
footer .address {
font-size: 1.4rem;
line-height: 2rem;
letter-spacing: 0rem;
}
footer .telArea ul {
margin: 0 auto 68px;
}
/* # =================================================================
  # COMPANY
# ================================================================= */  
.sideline {
font-size: 3.2rem;
line-height: 3.2rem;
margin: 0 0 30px;
padding: 0 0 0 14px;
}
.sideline::before {
width: 5px;
height: 44px;
}
.sideline span {
font-size: 1.2rem;
line-height: 1.2rem;
}
.scttl {
margin: 0 auto 40px;
}
#company .scTop {
  height: 70vh;
  margin: 0;
  padding: 120px 0 0 0;
}
#company .scTop::before {
  height: 520px;
}
.scMessage .messageArea .txtBox p.president {
margin: 30px auto 20px;
}
.scPhilo .content {
margin: -180px auto 100px;
}
.bg {
  background: url(img/phi_bg_sp.png) no-repeat top center/100%,
    url(img/outline_bg.png) no-repeat top center/cover;
}
.scPhilo ul li {
  margin: 0 auto 22px;
}
.scPhilo .txt {
margin: 120px auto 20px;
}
.scPhilo ul li h3 {
  font-size: 2.2rem;
}
.scPhilo ul li p {
  line-height: 2.1rem;
  font-size: 1.4rem;
}
.scPhilo ul {
  padding: 40px 25px;
  height: 685px;
}
.scHistory h2 {
  margin: 0 auto;
  line-height: 1.6rem;
}
.scEnv {
  padding: 100px 0 200px;
}
.scEnv .sideline::before {
  height: 78px;
}
.scEnv .box p.bold {
line-height: 2rem;
margin: 0 auto 10px;
}
.scEnv img.bgimg {
  height: 252px;
  height: 156px;
  margin: -44px 0 0 0;
  object-fit: cover;
}
.scEnv .box p {
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.scEnv .box .flex .num {
  width: 30px;
  padding: 0 8px 0 0;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.scFourbusi table.info tr th {
  width: 100px;
  padding: 10px;
}
.scFourbusi table.info tr:first-of-type th {
  padding: 10px;
  line-height: 2.1rem;
}
.scFourbusi table.info td {
  width: calc(100% - 100px);
  padding: 10px;
  line-height: 2.1rem;
}
/* # =================================================================
  # BUSINESS
# ================================================================= */
#business .scTop {
  height: 70vh;
  margin: 0;
  padding: 120px 0 0 0;
}
#business .scTop::before {
  height: 540px;
}
.scBusiness h2 {
  margin: 0 auto 30px;
  text-align: left;
  letter-spacing: 0.2rem;
  line-height: 4rem;
  font-size: 2.6rem;
}
.scBusiness p.black {
  line-height: 2.1rem;
  font-size: 1.4rem;
}
/* .scBusiness #slider5 .slick-list {
  padding: 0 10% 0 0 !important;
} */
.scBusiness #slider5 li {
  margin: 0 1%;
  padding: 24px 0;
  width: 226px !important;
  height: 226px !important;
}
.scBusiness #slider5 li .circle {
  width: 176px!important;
  height: 176px!important;
}
.scBusiness .circleArea ul li p {
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.linkbtnArea ul li a {
font-size: 1.6rem;
line-height: 2rem;
}
.linkbtnArea ul li a {
height: 60px;
padding: 8px 18px;
}
#business .scBusiness .circleArea ul li p.bold {
margin: 0 auto;
font-size: 2.2rem;
line-height: 4rem;
}
.linkbtnArea ul li {
margin: 0 auto 10px;
}
.scttl {
  font-size: 2.2rem;
  line-height: 2.6rem;
  letter-spacing: 0rem;
}
.scttl::before {
  height: 5px;
  bottom: -12px;
}
ul.blueBox li.slick-slide {
  height: 288px;
}
ul.blueBox li h3 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin: 0 0 10px;
}
ul.blueBox li p {
font-size: 1.4rem;
line-height: 2.1rem;
}
ul.blueBox li img {
width: 54px;
height: 60px;
margin: 0 auto 20px;
}
#business p.bold {
margin: 0 auto 6px;
font-size: 1.6rem;
line-height: 2.4rem;
letter-spacing: 0rem;
}
.border {
padding: 4px 0 4px 10px;
}
.scSdbusi {
padding: 0 0 120px;
}
.scSdbusi .tableArea table.info th {
padding: 5px 10px;
}
.scSdbusi .tableArea table.info td {
padding: 5px 10px;
line-height: 2.1rem;
}
.scTdbusi {
padding: 0 0 120px;
}
.scTdbusi table.info tr:first-of-type th:first-of-type {
width: 96px;
padding: 8px;
}
.scTdbusi table.info tr:first-of-type th:nth-of-type(2), .scFifbusi table.info tr:first-of-type th:nth-of-type(2) {
width: calc(100% - 96px);
padding: 8px;
}
.scTdbusi table.info tr:nth-of-type(2) td, .scFifbusi .tableArea table.info tr:nth-of-type(2) td {
padding: 8px;
}
.scTdbusi table.info tr:last-of-type td, .scFifbusi .tableArea table.info tr:last-of-type td {
padding: 8px;
}
.scTdbusi .boxbg span {
line-height: 2rem;
}
.boxbg {
padding: 10px;
}
.scFourbusi {
padding: 0 0 120px;
}
.scFifbusi table.info tr:first-of-type th:first-of-type {
width: 98px;
padding: 0 0 0 8px;
line-height: 2.1rem;
}
#business .scFifbusi table.info th:nth-child(1) {
  width: 158px !important;
}
#business .scFifbusi table.info th:nth-child(2) {
  width: 80px !important;
}
#business .scFifbusi table.info th:nth-child(3) {
  width: 80px !important;
  padding: 10px;
}
.scTdbusi table.info td, {
width: calc(100% - 98px);
padding: 0 0 0 8px;
line-height: 2.1rem;
}
.scTdbusi table.info tr:nth-of-type(2) td {
padding: 10px 0 0 8px;
}
.scFifbusi .tableArea table.info tr:last-of-type td {
padding: 0 0 10px 8px;
}
.scFtbusi p.tll {
font-size: 1.6rem;
line-height: 3rem;
}
.scFtbusi .label {
margin: 30px 0 20px;
padding: 5px 0 5px 20px;
line-height: 2rem;
letter-spacing: 0rem;
}
.scFtbusi table {
margin: 0 auto 20px;
}
.scFtbusi ul.slick-dots {
  bottom: -25px;
  width: 88%;
  right: 10px;
}
.scFtbusi ul.slick-dots li, .scFtbusi ul.slick-dots li, .scFtbusi ul.slick-dots li {
  width: 30px!important;
}
.scFtbusi ul.slick-dots li button:before {
width: 30px;
}
.scFtbusi ul.slick-dots li, .scFtbusi ul.slick-dots li, .scFtbusi ul.slick-dots li {
  top: -22px;
}
/* .scFtbusi ul.blueBox#slider6 .slick-list {
  padding: 0 20% 0 0 !important;
} */
.scFifbusi table.info td {
  padding: 3px 7px;
}
.scTdbusi table.info td {
  padding: 3px 7px;
}
.scFtbusi ul#slider7, .scFtbusi ul#slider8, .scFtbusi ul#slider9 {
  width: 120%;
}
#facility .scTop::before {
  height: 380px;
}
.horizontal-list {
  width: 113%;
}
.horizontal-list img {
  width: 1090px;
  height: 260px;
}
/* # =================================================================
  # DEALING
# ================================================================= */
#dealing .scTop {
padding: 56px 0 0;
}
#dealing .scTop::before {
height: 320px;
}
#dealing p.bold {
font-size: 1.6rem;
line-height: 2.6rem;
}
.linkbtnArea .txt {
margin: 0 auto 40px;
font-size: 2.6rem;
line-height: 4rem;
}
.scFtdeal table.info th {
line-height: 2.1rem;
}
.scFtdeal table.info td {
padding: 6px 10px;
line-height: 2.1rem;
}
.scSddeal {
padding: 0 0 100px;
}
.scSddeal ul.blueBox{
justify-content: space-between;
}
.scSddeal ul.blueBox li {
width: calc(95% / 3);
height: 126px;
margin: 0 0 36px;
padding: 10px 0;
}
.scSddeal ul.blueBox li img {
width: 33px;
height: 33px;
margin: 0 auto 8px;
}
.scSddeal ul.blueBox li h3 {
font-size: 1.6rem;
line-height: 2rem;
}
.scSddeal ul.blueBox li h3 span{
font-size: 1.2rem;
line-height: 1.6rem;
margin: 5px 0 0 0;
}
.scApplication {
padding: 77px 0 200px;
}
.scApplication .telBox {
margin: 0 auto 10px;
padding: 20px 10px 10px;
}
.scApplication p.ma {
margin: 0px auto 36px;
}
.scApplication h2 {
margin: 0 auto 30px;
font-size: 2.2rem;
line-height: 2.6rem;
letter-spacing: 0rem;
}
.scApplication ul.blueBox li {
height: 148px;
}
.scApplication ul.blueBox li h3 {
font-size: 1.6rem;
line-height: 2rem;
text-align: left;
}
.scApplication ul.blueBox li {
width: calc(97% / 2);
margin: 0 0 8px;
padding: 18px 3%;
height: 148px;
}
.scApplication ul.blueBox:nth-of-type(2) {
margin: 0 0 30px;
}
.scApplication .btn a {
padding: 11px 0;
line-height: 2.6rem;
}
#dealing .scApplication p.bold {
font-size: 1.4rem;
line-height: 2.1rem;
margin: 0 auto 10px;
}
#dealing .scApplication p.bold.tll{
font-size: 1.6rem;
line-height: 3rem;
}
.scApplication p.bluefont {
margin: 50px auto 20px;
font-size: 1.6rem;
line-height: 2rem;
}
.scApplication .telBox ul li {
margin: 0 auto 10px;
}
.scApplication .telBox ul li .label {
padding: 0px 0 1px;
margin: 0 0 4px;
font-size: 1.2rem;
line-height: 2rem;
width: 96px;
text-align: center;
letter-spacing: 0rem;
}
.scApplication .telBox ul li a {
width: calc(100% - 34px);
font-size: 2.6rem;
line-height: 3.8rem;
}
.scApplication .telBox ul li img {
width: 22px;
margin: 0;
}
.scApplication .telBox ul li small {
font-size: 1.4rem;
line-height: 2rem;
}
.scApplication ul.blueBox li img {
width: 100px;
height: 50px;
margin: 0 auto 10px;
}
.scFtdeal ul#slider9.slick-initialized .slick-list {
  padding: 0 46% 0 0 !important;
}
.scFtdeal ul.blueBox#slider9 li {
  /* width: 190px!important; */
  height: 240px;
  margin: 0 10px 0 0;
  padding: 26px 0;
}
.scFtdeal ul.blueBox#slider9 li{
  width: 220px;
}
.scFtdeal ul.blueBox#slider9 li:last-of-type {
  background: #D9E3F0;
  width: 226px!important;
  padding: 26px 0;
  height: 241px;
}
.scFtdeal ul.blueBox#slider9 .slick-dots {
  bottom: -15px;
  right: 0;
  position: absolute;
  left: -50px;
  margin: auto;
}
.scFtdeal ul#slider9 img {
width: auto;
height: 50px;
margin: 0 auto 10px;
}
/* .scFtdeal ul.blueBox#slider9 .slick-list {
padding: 0 40% 0 0 !important;
} */
.scFtdeal ul.blueBox#slider9 li h3 {
font-size: 2.2rem;
line-height: 3rem;
margin: 0 0 8px;
}
.scFtdeal ul.blueBox#slider9 li p {
font-size: 1.4rem;
line-height: 2.1rem;
padding: 0 8px;
}
.scFtdeal ul.blueBox#slider9 {
width: 118%;
margin: 0 auto 40px;
}
.scFtdeal {
padding: 0 0 100px;
}
.scTddeal {
padding: 0 0 100px;
}
.scTddeal .flexBox img {
position: relative;
right: -55px;
}
/* # =================================================================
  # FACILITY
# ================================================================= */
#facility .scTop {
padding: 56px 0 0;
}
#facility .scttl {
  margin: 0 auto 40px;
}
#facility .sideline::before {
  height: 25px;
}
#facility .sideline {
  margin: 0 auto 20px;
  font-size: 2.2rem;
  line-height: 3.5rem;
}
.scDealing .linkbtnArea ul li:nth-of-type(1) a, .scDealing .linkbtnArea ul li:nth-of-type(2) a, .scDealing .linkbtnArea ul li:nth-of-type(3) a {
  padding: 20px;
}
.scFtfaci #slider2.slick-initialized .slick-slide, .scFtfaci #slider3.slick-initialized .slick-slide, .scFtfaci #slider4.slick-initialized .slick-slide {
  margin: 0 5px;
}
.scFtfaci .areabox {
width: 100%;
padding: 0 25px;
}
.scFtfaci .areabox table tr {
  line-height: 2.1rem;
}
.scFtfaci .areabox table {
  margin: 0 auto 20px;
}
.scFtfaci .sliderArea {
  margin: 0 auto 60px;
}
.scSdfaci table {
  margin: 0 auto 30px;
}
.scSdfaci table.sp tr{
  line-height: 2.1rem;
}
.scSdfaci table.sp tr th{
  padding: 7px 20px;
}
.scSdfaci tr td:first-of-type {
  width: 55px;
  padding: 8px;
}
.scSdfaci tr td:nth-of-type(2) {
  width: calc(100% - 55px);
  padding: 8px;
}
/* # =================================================================
  # SUSTIN
# ================================================================= */
#sustain .scTop {
  padding: 56px 0 0 0;
}
.scCsr p, .scSustin p {
  margin: 0 0 80px;
  line-height: 2.1rem;
  font-size: 1.4rem;
}
.scCsr h2, .scSustin h2 {
  margin: 0 0 30px;
  letter-spacing: 0.3rem;
  font-size: 2.6rem;
  line-height: 4rem;
}
.scCsr {
  width: 100%;
  padding: 70px 0 50px;
}
.scSustin {
  padding: 0;
}
.scSustin p {
  margin: 0 0 30px;
}
.scSustin .img {
  width: 100%;
  height: 206px;
  padding: 0;
  background: url(img/csr_bg_sp.png)no-repeat top center/cover;
  margin: 0 0 80px;
}
.scFlow {
  width: 100%;
  padding: 0 0 230px;
}
.scSustin ul {
  padding: 0 0 80px;
}
.scSustin ul li h3 {
  line-height: 2.1rem;
}
.scSustin ul li p {
  line-height: 2rem;
}
.scSustin ul li img {
  width: 96px;
  height: 96px;
  margin: 0 10px 0 0;
}
.scSustin ul li .txtBox {
  width: calc(100% - 106px);
}
#sustain .scTop:before {
  height: 252px;
}
/* # =================================================================
  # RECRUIT
# ================================================================= */
#recruit .scTop {
  padding: 56px 0 30px;
}
#recruit .scTop p, #contact .scTop p {
  font-weight: 400;
  margin: 10px 0 0;
}
#recruitslider li img {
  height: 225px!important;
}
.scRecruit {
  margin: 0 auto 100px;
}
.scRecruit p {
  line-height: 2.1rem;
  margin: 0 0 40px;
}
.scRecruit h2 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  margin: 0 0 30px;
}
.scRecruit img {
  height: 350px;
  margin: 0 auto 40px;
  object-fit: cover;
}
.scGuide .sideline {
  margin: 0 auto 30px;
}
.scGuide table {
  margin: 30px auto 20px;
}
.scGuide tr {
  line-height: 2.1rem;
}
.scGuide .voiceArea ul li {
  padding: 12px;
  margin: 0 auto 10px;
}
.scGuide .voiceArea ul li img {
  width: 30px;
  height: 30px;
}
.scGuide .voiceArea ul li p {
  width: calc(100% - 30px);
  padding: 0 0 0 10px;
}
.scGuide .imgArea {
width: 100%;
padding: 0 25px;
  margin: auto;
}
/* # =================================================================
  # NEWS
# ================================================================= */
.scTop.news {
  padding: 50px 0 88px;
}
.scTop.news p {
  margin: 10px 0 0 0;
}
.scNewsPage {
  margin: 0 auto 260px;
}
.scNewsPage .newsArea ul li a {
  padding: 10px 0 20px;
}
.scNewsPage .newsArea ul.ar li a {
  padding: 17px 0 20px;
}
.scNewsPage .newsArea ul.ar li a .date {
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.1rem;
}
.scNewsPage h2 {
  margin: 15px 0 10px;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.1rem;
}
.scNewsPage .newsArea ul li p {
  line-height: 2.1rem;
  letter-spacing: 0.1rem;
}
.pagination {
  margin: 96px auto 0;
}
.scNewsPage .content .newsArea {
  margin: 0 auto 88px;
}
.sideBar h3 {
  font-size: 1.6rem;
  line-height: 2.1rem;
  letter-spacing: 0.1rem;
}
.scNewsPage .content .sideBar ul li a {
  letter-spacing: 0rem;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.scNewsPage .content .sideBar .listbox {
  margin: 0 auto 30px;
}
.scNewsPage .content .sideBar ul li a {
  letter-spacing: 0rem;
}
.scSingle {
  margin: 180px auto 200px;
}
.scSingle .topicArea {
  margin: 0 auto 95px;
}
.scSingle h1 {
  margin: 0 auto 8px;
  font-size: 2.4rem;
  line-height: 3.6rem;
}
.scSingle h2 {
  font-size: 2.4rem;
  line-height: 3rem;
}
.scSingle .date {
  font-size: 1.2rem;
}
.scSingle .topicArea p {
  font-size: 1.4rem;
  line-height: 2.1rem;
}
/* # =================================================================
  # CONTACT
# ================================================================= */
#contact .scTop {
  padding: 50px 0 100px;
}
#contact .scTop .flowArea p {
  margin: 10px 0 40px;
}
#contact .scTop .flowArea .wpcf7c-elm-step1, #contact .scTop .flowArea .wpcf7c-elm-step2 {
  margin: 0 auto 20px;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.scContact {
  padding: 65px 0 100px;
}
.scContact .formArea .form .contactRow label {
  font-size: 1.6rem;
}
.scContact .formArea .form .contactRow span.asterisk {
  margin: 0 0 0 10px;
  font-size: 1rem;
  height: 17px;
  line-height: 1.7rem;
  width: 44px;
}
.scContact .formArea .form .contactRow {
  margin: 0 auto 25px;
}
.form .contactRow input {
  height: 46px;
}
.form .contactRow textarea {
  height: 234px;
  padding: 8px;
}
::placeholder {
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.scContact .formArea .conbtn input {
  padding: 22px 0;
  background: #fff;
}
#contact .scApplication {
  padding: 100px 0 280px;
}
#contact .scApplication p.bold.tll,#thanks .scApplication p.bold.tll {
  font-size: 1.6rem;
  line-height: 3rem;
}
.confirmbtn input {
  padding: 22px 0;
}
#thanks .scTop {
  padding: 54px 0 0 0;
  margin: 68px 0 0 0;
}
#thanks h2 {
  font-size: 2.6rem;
  line-height: 4rem;
}
#thanks .scTop img {
  margin: 20px auto 40px;
}
#thanks .scTop p {
  font-size: 1.4rem;
  line-height: 2.1rem;
}
#thanks .flowArea {
  padding: 0 0 100px;
}
}
@media screen and (max-width: 390px) {
header .content {
padding: 23px 0 12px 30px;
}
.scMv .txtArea {
width: 85%;
top: 74%;
}
.scMv h1 {
margin: 0 auto 10px;
}
.scFtdeal ul#slider9.slick-initialized .slick-list {
  padding: 0 40% 0 0 !important;
}
.bg {
  background: url(img/phi_bg_sp.png) no-repeat top center/120%,
  url(img/outline_bg.png) no-repeat top center/cover;
}
}
@media screen and (max-width: 375px) {
header .telArea p {
font-size: 1.4rem;
}
.scNews {
margin: 0 auto 180px;
}
.baguetteBox-button#close-button {
  top: 10% !important;
}
#baguetteBox-overlay .full-image figcaption {
  top: -116px;
  font-size: 1.2rem;
}
.poplinkArea .baguetteBox a .txtArea {
  right: 8%;
}
.poplinkArea .baguetteBox a:nth-of-type(3) .txtArea {
  right: 16%;
}
ul.blueBox li.slick-slide {
  height: 308px;
}
.scFtbusi #slider6 ul.slick-dots {
  left: 18px;
}
}
@media screen and (max-width: 320px) {
.scttl.wid83::before {
  width: 104%;
}
.scttl.wid74::before {
  left: -16vw;
}
.slick-list {
  padding: 0 0 0 0!important;
}
ul.blueBox li.slick-slide {
  height: 328px;
}
ul.blueBox li p {
  padding: 0 6px;
}
.sideline {
  padding: 0 0 0 18px;
  font-size: 2.7rem;
  line-height: 3rem;
}
h1 {
  font-size: 3.6rem;
  line-height: 4.4rem;
}
tr {
  font-size: 1.4rem;
}
.btn a {
  padding: 18px 0;
}
header .content .navcontent {
  width: 290px;
}
header .content {
  padding: 23px 0 12px 20px;
}
header .content .telnav .contenttel {
  width: 290px;
}
header .telArea .label span {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
header .telArea p {
  font-size: 1.3rem;
}
.poplinkArea .baguetteBox a.pop .txtArea h3 {
  font-size: 2rem;
}
.scPoint .textArea h2 {
  font-size: 2.2rem;
}
.scPoint .contentBox {
  width: 290px;
}
.scPoint .textArea {
  padding: 10px 0 0 0;
}
.scMv h1 {
  font-size: 3.5rem;
  line-height: 5.2rem;
}
.scPhilo .txt {
  margin: 100px auto 20px;
}
.scPhilo ul {
  padding: 35px 20px;
  height: 690px;
}
.scPhilo ul li {
  margin: 0 auto 16px;
}
.scRecruit h2 {
  font-size: 2.4rem;
}
.scTop p {
  font-size: 1.9rem;
}
.scTop h1 {
  font-size: 3.4rem;
}
.scSustin ul li img {
  width: 70px;
  height: 70px;
}
.scSustin ul li .txtBox {
  width: calc(100% - 82px);
}
.scFtbusi ul#slider7.slick-initialized .slick-list, .scFtbusi ul#slider8.slick-initialized .slick-list{
  padding: 0 20% 0 0 !important;
}
.scFtdeal ul#slider9.slick-initialized .slick-list {
  padding: 0 30% 0 0 !important;
}
.scDealing .linkbtnArea ul li:nth-of-type(1) a, .scDealing .linkbtnArea ul li:nth-of-type(2) a, .scDealing .linkbtnArea ul li:nth-of-type(3) a {
  padding: 20px;
  font-size: 1.4rem;
  letter-spacing: 0rem;
}
}

@media screen and (min-width: 1920px) {
#dealing .scTop {
  background: url(img/dealing_bg.png) no-repeat top center/cover;
}
#facility .scTop {
  background: url(img/facility_bg.png) no-repeat top center/cover;
}
#sustain .scTop {
  background: url(img/sustin_bg.png) no-repeat top center/cover;
}
}
@media only screen and (min-device-width: 370px) and (max-device-height: 610px) {
  /* スマホ用のCSS */
  #slider {
    height: 84%!important;
  }
 }
@media only screen and (max-device-width: 360px) and (max-device-height: 680px) {
  /* スマホ用のCSS */
  #slider {
    height: 80%!important;
  }
 }


/*h1修正*/


 /*日本語修正後*/


.scTop h1 {
    color: #fff;
    line-height: 3rem;
    text-align: left;
    letter-spacing: 0rem;  
    font-size: 2rem;  
}

#company .scTop h1, #business .scTop h1 {
    font-size: 2rem;
    color: #0a51b4;
    font-weight: 600;
    line-height: 3rem;
    text-align: left;
    letter-spacing: 0rem;    
}

@media screen and (max-width: 768px)
{
.scTop h1 {
    margin: 10px 0 0;
    font-size: 2.2rem;
}
}

@media screen and (max-width: 650px) {
.scTop h1 {
    font-size: 2rem;
    line-height: 3rem;
    margin: 0;
}
}

@media screen and (max-width: 650px) {
#company .scTop h1, #business .scTop h1 {
    font-size: 2rem;
    line-height: 3rem;
}   
}


/*英語修正後*/


.scTop p {
    padding: 0 0 10px;
    font-size: 8.6rem;
    line-height: 10rem;
    color: #fff;
    font-family: "Roboto",sans-serif;
}

#company .scTop p, #business .scTop p {
    margin: 0 0 10px;
    padding: 0;
    font-family: "Roboto",sans-serif;
    font-size: 8.6rem;
    line-height: 10rem;
    color: #14a2ff;
    opacity: .9;
}

@media screen and (max-width: 768px) {
#company .scTop p, #business .scTop p {
    padding: 0;
    top: 100px;
}
}

@media screen and (max-width: 650px) {
.scTop p {
    padding: 0;
    font-size: 4.3rem;
    line-height: 5rem;
    color: #fff;
}    
}

@media screen and (max-width: 650px) {
#company .scTop p, #business .scTop p {
    padding: 0;
    font-size: 4.3rem;
    line-height: 5rem;
    color: #0a51b4;    
}    
}

/*SNSバナー追加*/

.banner-btn {
  width: 80%;
    max-width: 400px;
    margin: 0 6px;
    position: relative;
    z-index: 1;
    border: solid 1px #2352ae;
}

.banner-area {
  width: 100%;
    margin: 80px 0 0 0;
    justify-content: center;
}

header nav ul.link li.nav-banner {
   display: none; 
}

@media screen and (max-width: 1000px) {
  .banner-btn {
    margin: 10px 6px;
  }
}

@media screen and (max-width: 768px) {
  .banner-area {
    display: flex;
    width: 100%;
    padding: 0 25px;
    margin: auto;
    margin: 80px auto;
  }
  header nav ul.link li.nav-banner {
    display: block; 
  }
  header nav ul.link li.nav-banner a::before {
    content: none;
  }
}