@charset "UTF-8";

/*----------------------------------
common*/


/* ↓PC（横幅640px超）の場合 */
html {
  /* 1rem = 100pxと定義 */
  font-size: 100px;
}

/* ↓スマホ（横幅640px以下）の場合 */
@media screen and (max-width: 640px) {
  html {
    /* 1rem = 90pxと再定義 */
    font-size: 75px;
  }

}

body {
  /*　基本のフォントサイズは.16rem */
  font-size: 0.16rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.8;
}

.en {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

a {
  transition: 1.5s;
}

a:hover {
  opacity: 0.25;
}

p,
li {
  font-size: 0.16rem;
  margin: 0 0 2em;
  color: #666;
}

strong {
  color: #000;
  font-weight: bold;
}

img {
  width: 100%;
  height: auto;
}



.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 35.72%;
  position: relative;
  margin: .6rem 0 0;
}

.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}


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

header {
  width: 100px;
  height: 100%;
  background: #000091;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: .3s;
}

header.active {
  width: 198px;
}

header figure,
header h1 {
  width: 60px;
  margin: 28px auto 34px;
  transition: .3s;
}

header.active figure,
header.active h1 {
  width: 82px;
}

.nav_toggle {
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 0 8px 8px 0;
  position: absolute;
  top: 30px;
  right: 0;
  transform: translateX(100%);
  cursor: pointer;
}

.nav_toggle span {
  display: block;
  width: 5px;
  height: 10px;
  background: url(../img/arow_r.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.nav_toggle.active span {
  background: url(../img/arrow_l.png) center center no-repeat;
  background-size: cover;
}

header nav {
  transform: translateX(-100%);
  transition: .3s;
}

header.active nav {
  transform: translateX(0%);
}

header nav li {
  margin: 0;
  border-top: 1px solid #5e80ad;
}

header nav li:nth-last-of-type(1) {
  border-bottom: 1px solid #5e80ad;
}

header nav a {
  display: block;
  color: #fff;
  font-size: .14rem;
  text-align: center;
  line-height: 1;
  padding: 1em 0;
}

@media screen and (max-width:640px) {
  header {
    transform: translateX(-100%);
  }

  header.active {
    transform: translateX(0%);
  }
}

main {
  min-height: 100vh;
}

.full,
main {
  width: calc(100% - 100px);
  position: absolute;
}

.full,
main {
  right: 0;
  top: 0;
}

.col:nth-last-of-type(1) {
  margin: 0 0 60px;
}

footer {
  right: 0;
  bottom: 0;
  background: #000;
  text-align: center;
  padding: 1.2em;
  position: absolute;
  width: 100%;
}

footer p {
  margin: 0;
  font-size: .12rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

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

  .full,
  footer,
  main {
    width: 100%;
  }
}

.full .slide_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}

.full .img01 {
  background: url(../img/slide01.png) center center no-repeat;
  background-size: cover;
}

.full .img01 .img01_txt {
  width: 77.60%;
  height: 0;
  padding-top: 22%;
  overflow: hidden;
  background: url(../img/slide01_txt.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}


.full .slick-dots {
  bottom: 4%;
  z-index: 1;
}

.slick-dots li button {
  opacity: 1;
}

.slick-dots li button:before {
  opacity: 1;
  color: #fff;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #000;
}

.copy_top {
  position: absolute;
  font-size: .12rem;
  color: #000;
  position: absolute;
  z-index: 10;
  bottom: 1.5em;
  right: 1.5em;
  line-height: 1;
  margin: 0;
  text-align: right;
}

.tit_col {
  background: url(../img/slide01.png) center center no-repeat;
  background-size: cover;
}

.tit_col>div {
  background: rgba(255, 255, 255, .7);
  padding: .74rem;
  position: relative;
}

.tit_col>div::after {
  display: block;
  content: "";
  width: calc(100% - 5rem);
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  background: #000;
}

#service .tit_col>div::after {
  width: calc(100% - 4.75rem);
}

.tit_col h1 {
  font-size: .74rem;
  line-height: 1;
  position: relative;
  font-weight: bold;
}

.tit_col h1 span {
  display: block;
  font-size: .15rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-110%);
  color: #4d4d4d;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
}

.inner {
  padding: .74rem;
  max-width: 1500px;
  margin: 0 auto;
}

.tit_value {
  font-size: .89rem;
  font-weight: bold;
  color: #000091;
  line-height: 1;
  margin: 0 0 .3em;
}

@media screen and (max-width:640px) {
  .tit_col>div {
    padding: .5rem;
  }

  .tit_col h1 {
    font-size: .5rem;
  }

  .tit_col h1 span {
    font-size: .15rem;
  }

  #service .tit_col>div::after {
    width: calc(100% - 3.25rem);
  }

  .inner {
    padding: .3rem .5rem;
  }
}

.col_value {
  display: flex;
  flex-wrap: wrap;
}

.col_value li {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.col_value li:nth-of-type(1) {
  width: calc(100% - 38.79% - .2rem);
  margin-right: .2rem;
}

.col_value li:nth-of-type(2) {
  width: 38.79%;
}

.col_value li figure {
  padding: 40px 0 0;
}

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

  .col_value,
  .col_value li {
    display: block;
    width: 100% !important;
  }

  .col_value li figure {
    padding: 0;
  }
}

.tit_type {
  font-size: .18rem;
  font-weight: bold;
  color: #000091;
  padding: 0 0 0 .5rem;
  position: relative;
  margin: 0 0 1.5em;
}

.tit_type span {
  font-size: .47rem;

  display: block;
  line-height: 1;
  color: #000;


}

.tit_type::after {
  content: "";
  display: block;
  width: .4rem;
  height: 1px;
  position: absolute;
  left: 0;
  top: -.23rem;
  bottom: 0;
  margin: auto;
  background: #000;
}

.indent {
  padding: 0 0 0 .5rem;
}


.col figure {
  background: #000091;
  position: relative;
  top: .2rem;
  max-width: 1000px;
}



.col figure img {
  display: block;
  position: relative;
  top: -.2rem;
  right: -.3rem;
}

.col p {
  margin: 0 0 2em;
}

.indent02 {
  padding: 0 0 0 1rem;
}

@media screen and (max-width:640px) {
  .indent02 {
    padding: 0;
  }

  .indent {
    padding: 0;
  }

}

.box01 span {
  display: inline-block;
  padding: 1em;
  font-size: .13rem;
  background: #eaeaea;
  margin: 0 0 2em;
}

.icons::after {
  content: "";
  display: block;
  clear: both;
}

.icons {
  margin: 4em 0 8em;
}

.icons li {
  float: left;
  margin: 0 30px 30px 0;
  width: calc((100% - .3rem)/2);
}

.icons li:nth-of-type(2n) {
  margin: 0 0 .3rem 0;
}

.icons li>figure,
.icons li>figure img {
  position: relative;
  top: auto;
  right: auto;
  background: none;
}

.icons li>figure {
  float: left;
}

.icons li>div {
  float: right;
}

.icons li>figure {
  width: 117px;
  height: 117px;
  border-radius: 50%;
  border: 1px solid #ababab;
  overflow: hidden;
  position: relative;
}

.icons li>div {
  padding: 0 0 0 50px;
  position: relative;
}

.icons li>div::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #ababab;
  position: absolute;
  top: 58px;
  left: 0;
}

.icons li>div {
  width: calc(100% - 117px);
}

.icons li::after {
  content: "";
  display: block;
  clear: both;
}

.icons h4 {
  font-size: .22rem;
  font-weight: bold;
  margin: 0 0 .25em;
}

.icons h4 span {
  font-size: .14rem;
  color: #000091;
  display: block;
}

.icons .btn_visit a {
  display: inline-block;
  background: #000091;
  color: #fff;
  font-size: .16rem;
  padding: .4em 3em .4em 1em;
  background: #000091 url(../img/arrow_r02.png) right 1em top 1em no-repeat;
}

@media screen and (max-width:1000px) {
  .icons li {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 30px;
  }
}

.privacy h4 {
  font-size: .15rem;
  font-weight: bold;
}

.privacy p {
  font-size: .15rem;
}

.privacy p:nth-of-type(1) {
  padding: .5rem 0 0;
}

.company_col::after {
  content: "";
  display: block;
  clear: both;
}

.company_col li:nth-of-type(2) {
  float: right;
  width: 448px;
}

.company_col li:nth-of-type(1) {
  float: left;
  width: calc(100% - 448px - 60px);
}

.company_col figure img {
  right: 0;
  left: -.3rem;
}

.company_col dl {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 0;
}

.company_col dt,
.company_col dd {
  display: flex;
  flex-direction: column;
  font-size: .16rem;
  font-weight: normal;
  margin: 0 0 1em;
}

.company_col dt {
  width: 140px;
}

.company_col dd {
  width: calc(100% - 140px);
  font-weight: bold;
  color: #000;
}

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

  .company_col li:nth-of-type(1),
  .company_col li:nth-of-type(2) {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width:640px) {
  .company_col dt {
    width: 5em;
  }

  .company_col dd {
    width: calc(100% - 5em);
  }
}

.works_col {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0 0 1rem;
  margin: 0 0 120px;
}

.works_col>li {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3);
  border: 1px solid #fff;
  margin: 0;
  overflow: hidden;
}

@media screen and (max-width:1000px) {
  .works_col>li {
    width: calc(100% / 2);
  }
}

@media screen and (max-width:640px) {
  .works_col {
    padding: 0;
  }
}

.works_col>li:nth-of-type(1) a {
  background-image: url(../img/img_works01.png);


}

.works_col>li:nth-of-type(2) a {
  background-image: url(../img/img_works02.png);

}

.works_col>li:nth-of-type(3) a {
  background-image: url(../img/img_works03.png);

}

.works_col>li:nth-of-type(4) a {
  background-image: url(../img/img_works04.png);

}

.works_col>li:nth-of-type(5) a {
  background-image: url(../img/img_works05.png);

}

.works_col>li:nth-of-type(6) a {
  background-image: url(../img/img_works06.png);

}

.works_col>li:nth-of-type(7) a {
  background-image: url(../img/img_works07.png);

}

.works_col>li:nth-of-type(8) a {
  background-image: url(../img/img_works08.png);

}

.works_col>li:nth-of-type(9) a {
  background-image: url(../img/img_works09.png);


}

.works_col>li a {
  display: block;
  background-position: center;
  background-size: cover;

  transition: .3s;
  position: relative;
  padding: 25px;
}

.works_col>li a:hover {
  transform: scale(105%);
}

.works_col>li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

.works_col>li a p,
.works_col>li a ul,
.works_col>li a h2,
.works_col>li a li {
  position: relative;
  z-index: 2;
  color: #fff;
}

.works_col>li p:nth-of-type(1) {
  height: 28px;
  padding: 0 0 0 40px;
  background: url(../img/ico_p.png) left top no-repeat;
  line-height: 28px;
  font-size: .12rem;
  margin: 0 0 160px;
}

.works_col>li h2 {
  font-size: .23rem;
}

.works_col>li h2+p {
  font-size: .12rem;
  margin: 0 0 .4em;
}

.works_col>li a li {
  font-size: .12rem;
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  margin: 0 1em 0 0;
  color: #000;
  padding: .25em 1em;
}

.bk_gray {
  background: #f0f0f0;
}

.padd_flow {
  padding: 1rem .3rem 0 1rem;
}

.flow_tit {
  display: flex;
  flex-wrap: wrap;
}

.flow_tit li {
  display: flex;
  flex-direction: column;
  width: 50%;
}

@media screen and (max-width:800px) {
  .flow_tit li {
    width: 100%;
    margin: 0 0 5em;
  }
}



.flow_tit figure {
  background: #000091;
  position: relative;
}

.flow_tit figure img {
  position: relative;
  top: -.3rem;
  right: -.3rem;
}

.flow_tit h2 {
  font-size: .89rem;
  color: #000091;
  font-weight: bold;
  line-height: 1;
  
}

.flow_tit h2 span {
  font-size: .24rem;
  font-weight: bold;
  color: #000;
  display: block;
  line-height: 1;
  padding: .5em 0 0;
}

.number {
  width: 93px;
  height: 93px;
  line-height: 93px;
  border-radius: 50%;
  border: 1px solid #000091;
  background: #f0f0f0;
  font-size: .34rem;
  text-align: center;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    color: #000091;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}

.flow_col>li {
  padding: 0 0 30px 140px;
  position: relative;
  margin: 0;
}

.tit_flow {
  font-size: .24rem;
  font-weight: bold;
  padding: .25em 0 0;
  color: #000;
  margin: 0 0 .4em;
}

.txt_flow {
  margin: 0 0 70px;
}


.flow_col>li>ul {
  display: flex;
    flex-wrap: wrap;
}

.flow_col>li>ul>li {
  width:50%;
  display: flex;
    flex-direction: column;
}




.flow_col>li:nth-of-type(5) {
  padding: 0;
}

.flow_col>li ol li{
  position: relative;
  padding: 0 0 0 140px;
}

.flow_col>li ol li .number {
  background: #000091;
  color: #fff;
}

.wt {
  font-size: .16rem;
  font-weight: bold;
  padding: 1em;
  text-align: center;
  color: #000;
  border: 1px solid #000;
  margin: 0 0 2em;
  width: calc(100% - 40px);
}

.flow_col>li::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 93px - 10px);
  background: #666;
  position: absolute;
  bottom: 10px;
  left: calc(93px / 2);
}

.flow_col>li::after {
  width: 10px;
  height: 1px;
  content: "";
  display: block;
  background: #666;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 14px;
  left: calc(93px / 2);
}

.flow_col>li:nth-of-type(5)::before,
.flow_col>li:nth-of-type(5)::after {
  display: none;
}

.flow_col>li:nth-last-of-type(1)::before,
.flow_col>li:nth-last-of-type(1)::after {
  display: none;
}

.flow_col>li ol li {
  margin: 0;
  padding: 0 0 30px 140px;
    position: relative;
    margin: 0;
}

.flow_col>li ul li:nth-of-type(1)::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 93px - 10px);
  background: #666;
  position: absolute;
  bottom: 10px;
  left: calc(93px / 2);
}

.flow_col>li ul>li:nth-of-type(1)::after {
  width: 10px;
  height: 1px;
  content: "";
  display: block;
  background: #666;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 14px;
  left: calc(93px / 2);
}

.flow_col>li ul li:nth-of-type(1) span {
  display: block;
  width: 50%;
  height: 1px;
  background: #666;
  position: absolute;
  left: calc(93px / 2 );
  bottom: 42px;
}

.flow_col>li ul li:nth-of-type(2) ol li::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 93px - 10px);
  background: #666;
  position: absolute;
  bottom: 10px;
  left: calc(93px / 2);
}

.flow_col>li ul li:nth-of-type(2) ol li::after {
  width: 10px;
  height: 1px;
  content: "";
  display: block;
  background: #666;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 14px;
  left: calc(93px / 2);
}

.flow_col>li ul li:nth-of-type(2) ol li:nth-last-of-type(1):after {
display: none;
}

@media screen and (max-width:1000px) {
  .flow_col>li>ul>li {
    width:100%;
    display: flex;
      flex-direction: column;
  }

  .flow_col>li ul li:nth-of-type(1) span,
  .flow_col>li ul li:nth-of-type(2) ol li::before,
  .flow_col>li ul li:nth-of-type(2) ol li::after,
  .flow_col>li ul>li:nth-of-type(1)::after,
  .flow_col>li ul li:nth-of-type(1)::before,
  .flow_col>li::after,
  .flow_col>li::before
    {
    display: none;
  }

  .wt {
    width: 100%;
  }

  .padd_flow {
    padding: 1rem 1em 1rem;
  }
  
}


/*
@media screen and (max-width:640px) {
  dl {
    display: flex;
    flex-wrap: wrap;
  }
  dt,
  dd {
    display: flex;
    flex-direction: column;
  }
}
*/

.fv{
    background-image: url(../img/slide01.png);
    padding: 200px 0;
    background-size: cover;
    background-position: center center;
}
.fv figure{
    width: 80%;
    margin: 0 auto;
}
.fv .back{}
.fv .text{}


.content-area .content-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 70px;
    margin: 0 0 120px;
}
.content-area .content-box a{
    display: block;
    width: 48%;
    text-align: center;
    padding: 70px 0;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.content-area .content-box a:before{
  content: "";
}
.content-area .content-box a:nth-of-type(1){
    background-image: url(../img/content-back-01.png);
}
.content-area .content-box a:nth-of-type(2){
    background-image: url(../img/content-back-02.png);
}
.content-area .content-box a:nth-of-type(3){
    background-image: url(../img/content-back-03.png);
}
.content-area .content-box a:nth-of-type(4){
    background-image: url(../img/content-back-04.png);
}

@media screen and (max-width:450px) {
  .content-area .content-box,.content-area .content-box a{
    display: block;
    width: 100%;
}
}
.fnav {
  text-align: center;
  margin: 0 0 2em;
}

.fnav li {
  display: inline-block;
  margin: 0 1em 1em;
}

.fnav li a {
  color: #fff;
}