@charset "UTF-8";

header {
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
header .head-inner {
width: 100%;
padding: 48px 4%;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
z-index: 3;
}
header .head-inner h1.logo {
max-width: 180px;
width: 100%;
display: block;
}

header .main-title {
width: 100%;
height: 100%;
padding: 0 4% 128px;
display: flex;
justify-content: flex-end;
align-items: center;
flex-flow: column;
position: relative;
z-index: 2;
}
header .main-title h2 {
font-size: 3.2rem;
line-height: 1.96;
font-weight: 600;
color: #fff;
display: block;
margin-bottom: 48px;
}
header .main-title p {
font-size: 1.36rem;
line-height: 1.6;
font-weight: 400;
color: #fff;
display: block;
}

.mv-flex {
width: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
}
.mv-flex ul {
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-start;
position: relative;
}
.mv-flex ul:after {
content: "";
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.2);
}
.mv-flex ul li {
width: calc(100% / 3);
height: 100vh;
display: block;
position: relative;
overflow: hidden;
}
.mv-flex ul li figure {
width: 100%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
display: block;
}
.mv-flex ul li figure img {
max-width: 100%;
height: 100%;
object-fit: cover;
position: relative;
display: block;
}

/* contents */
.inner {
width: 100%;
display: block;
position: relative;
margin: 0 auto;
padding: 128px 4% 0;
}

/* concept */
.concept-flex {
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
position: relative;
}

.concept-img {
width: 48%;
display: block;
position: sticky;
top: 128px;
}

.concept-img figure {
width: 100%;
height: calc(100vh - 256px);
overflow: hidden;
position: relative;
}
.concept-img figure:after {
content: "";
width: 100%;
height: 100%;
display: block;
background-color: rgba(0,0,0,0.2);
position: absolute;
top: 0;
left: 0;
border-radius: 24px;
}
.concept-img figure img {
max-width: 100%;
height: 100%;
border-radius: 24px;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
}

.concept-title {
display: block;
position: absolute;
top: 8%;
left: 8%;
z-index: 1;
}

.concept-title p {
font-size: 3rem;
font-weight: 600;
color: #fff;
display: block;
margin-bottom: 32px;
}
.concept-title h2 {
font-size: 1.2rem;
font-weight: 600;
color: #fff;
display: block;
}
.service-info {
width: 48%;
padding-top: 48px;
border-top: 1px solid #ddd;
display: block;
position: relative;
}
.service-info h3 {
font-size: 1.6rem;
font-weight: 600;
line-height: 1.6;
display: block;
margin-bottom: 40px;
}
.service-info p {
font-size: 1rem;
font-weight: 500;
line-height: 1.9;
color: #454545;
display: block;
margin-bottom: 48px;
}
.service-info figure img {
border-radius: 24px;
display: block;
margin-bottom: 48px;
}

.service-detail {
width: 48%;
padding-top: 48px;
display: block;
position: relative;
}
.service-detail dl {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
position: relative;
background-color: #f9f9f9;
padding: 48px 4%;
border-bottom: 1px solid #ddd;
}
.service-detail dl:last-child{
border-bottom: 0;
}
.service-detail dl dt {
width: 40%;
padding-right: 4%;
}
.service-detail dl dt figure {
width: 100%;
aspect-ratio: 1 / 1;
position: relative;
display: block;
overflow: hidden;
}
.service-detail dl dt figure img {
max-width: 100%;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
display: block;
border-radius: 24px;
object-fit: cover;
}
.service-detail dl dd {
width: 60%;
}
.service-detail dl dd h3 {
font-size: 1.36rem;
font-weight: 600;
display: block;
margin-bottom: 24px;
}
.service-detail dl dd p {
font-size: 1rem;
color: #454545;
font-weight: 500;
line-height: 1.6;
}
.flow-wrap {
padding-bottom: 128px;
}
.flow {
width: 48%;
display: block;
padding-top: 48px;
}
.flow dl {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 4%;
margin-bottom: 24px;
background-color: #f9f9f9;
}
.flow dl dt {
width: 30%;
}
.flow dl dt span {
font-size: 2rem;
font-weight: 600;
width: 64px;
aspect-ratio: 1 /1;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
background-color: #121212;
color: #fff;
line-height: 1;
position: relative;
}
.flow dl dt span:after {
content:"";
width: 1px;
height: 96px;
background-color: #121212;
position: absolute;
bottom: -96px;
left: 0;
right: 0;
margin: auto;
z-index: 1;
}
.flow dl:last-child dt span:after {
content: "";
display: none;
}
.flow dl dd {
width: 96%;
}
.flow dl dd h3 {
font-size: 1.36rem;
font-weight: 600;
display: block;
margin-bottom: 16px;
}
.flow dl dd p {
font-size: 1rem;
font-weight: 500;
color: #454545;
line-height: 1.6;
display: block;
}

.media {
background-color: #f9f9f9;
}
.media .inner {
padding-bottom: 48px;
}
.concept-title02 {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
position: relative;
color: #121212;
top: 0;
left: 0;
padding-bottom: 96px;
}
.concept-title02 h2,
.concept-title02 p {
color: #121212;
}
.concept-title02 h2 {
font-size: 1.2rem;
font-weight: 600;
display: block;
}
.concept-title02 p {
font-size: 3rem;
font-weight: 600;
display: block;
margin-bottom: 32px;
}
.media-flex {
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
position: relative;
}
.media-list {
width: 48%;
display: flex;
justify-content: center;
align-items: flex-start;
flex-wrap: wrap;
position: relative;
}

.media-flex h3 {
font-size: 1.36rem;
font-weight: 600;
display: block;
margin-bottom: 24px;
}
.media-flex ul {
width: 100%;
background-color: #fff;
padding: 48px;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
position: relative;
margin-bottom: 48px;
}
.media-flex ul li {
width: 26%;
padding-bottom: 24px;
display: flex;
justify-content: center;
align-items: center;
}

.faq .inner {
padding-bottom: 128px;
}
.faq dl {
max-width: 1000px;
width: 100%;
margin: 0 auto 48px;
display: block;
}
.faq dl dt {
width: 100%;
display: block;
padding: 24px 2%;
margin-bottom: 24px;
border-bottom: 1px solid #121212;
font-size: 1.36rem;
font-weight: 600;
}
.faq dl dd {
width: 100%;
display: block;
padding: 0px 2%;
line-height: 1.6;
font-weight: 500;
}
.faq dl:last-child {
margin-bottom: 0;
}

.cv {
width: 100%;
background-image: url(../img/cv-bg.jpg);
background-size: cover;
background-position: center;
position: relative;
}
.cv:after {
content: "";
width: 100%;
height: 100%;
display: block;
background-color: rgba(0, 0, 0, 0.6);
position: absolute;
top: 0;
left: 0;
}
.cv .inner {
padding-bottom: 128px;
}
.concept-title03 {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
position: relative;
top: 0;
left: 0;
padding-bottom: 64px;
z-index: 1;
}
.concept-title03 h2 {
font-size: 1.2rem;
font-weight: 600;
display: block;
color: #fff;
margin-bottom: 48px;
}
.concept-title03 p {
font-size: 3rem;
font-weight: 600;
display: block;
color: #fff;
margin-bottom: 32px;
}
.concept-title03 p.cv-info {
display: block;
color: #fff;
font-size: 1rem;
margin: 0;
font-weight: 500;
}
.btn-area {
width: 100%;
display: block;
position: relative;
text-align: center;
z-index: 1;
}
.btn-area a {
display: inline-block;
font-size: 1.36rem;
font-weight: 600;
color: #fff;
background-color: #3865be;
border: 1px solid #3865be;
padding: 16px 32px;
border-radius: 50px;
text-align: center;
transition: all .3s ease;
}
.btn-area a:hover {
background-color: rgba(0,0,0,0);
color: #fff;
border: 1px solid #fff;
}

.company .inner {
  padding-bottom: 128px;
}
.company dl {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
}
.company dl dt {
  width: 25%;
  display: block;
  position: relative;
  padding: 24px 4%;
  margin-bottom: 24px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  line-height: 1.6;
}
.company dl dd {
  width: 75%;
  display: block;
  position: relative;
  padding: 24px 4%;
  margin-bottom: 24px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  line-height: 1.6;
}
.map iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

footer {
width: 100%;
display: block;
background-color: #121212;
}
footer .foot-inner {
width: 100%;
padding: 96px 4%;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
flex-flow: column;
}
h2.foot-logo {
max-width: 200px;
width: 100%;
display: block;
margin-bottom: 48px;
}
p.copy {
font-size: .8rem;
color: #fff;
font-weight: 500;
}


.cv-btn {
display: inline-block;
position: fixed;
top: 24px;
right: 24px;
z-index: 999;
}
.cv-btn a {
display: inline-block;
font-size: 1.2rem;
font-weight: 600;
color: #fff;
background-color: #3865be;
padding: 12px 32px;
border-radius: 50px;
text-align: center;
}

@media screen and (max-width:480px) {
  header .head-inner {
    width: 100%;
    padding: 32px 4%;
  }
  .cv-btn {
    top: 27px;
    right: 4%;
}
.cv-btn a {
  font-size: 1rem;
  padding: 12px 32px;
}
.mv-flex ul {
  flex-flow: column;
}
.mv-flex ul li {
  width: 100%;
  height: calc(100vh / 3);
}
header .main-title h1 {
  font-size: 3.2rem;
  line-height: 1.6;
}
header .main-title p {
  font-size: 1.26rem;
}
.concept-flex {
  flex-flow: column;
}
.concept-img {
  width: 100%;
  display: block;
  position: relative;
  top: 0;
}
.concept-img figure {
  width: 100%;
  height: 320px;
}
.service-info {
  width: 100%;
}
.service-detail {
  width: 100%;
}
.flow {
  width: 100%;
}
.media-list {
  width: 100%;
}
.media-flex ul {
  width: 100%;
  background-color: #fff;
  padding: 24px 24px 12px;
}
.concept-title03 p.cv-info {
  line-height: 1.96;
}
.company dl dt {
  width: 100%;
  margin-bottom: 0;
}
.company dl dd {
  width: 100%;
  border-bottom: 0px solid #ddd;
}
header .main-title {
  width: 100%;
  height: 100%;
  padding: 0 4%;
  display: flex
;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: relative;
  z-index: 2;
}
header .main-title h2 {
  line-height: 1.6;
  font-size: 2.6;
}
.service-detail dl dd h3 {
  line-height: 1.36;
}
}