@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
/* メインビジュアル */
#main_img {
  background-image: url(../images/index/main_img.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 930px;
  position: relative;
}
#main_img .main_ttl {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#main_img .main_ttl h2 {
  color: #FFFFFF;
  font-size: 5.8rem;
  line-height: 1.5;
  margin-bottom: 70px;
}
#main_img a.bt_contact {
  position: absolute;
  right: 50px;
  bottom: 50px;
}
.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1.0s ease-in-out;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media screen and (max-width:990px) {
  .main_ttl {
    padding: 0 20px;
  }
  #main_img .main_ttl h2 {
    font-size: 3.6rem;
    margin-bottom: 30px;
  }
  #main_img .main_ttl h3 {
    max-width: 230px;
    margin: 0 auto;
  }
  #main_img a.bt_contact {
    max-width: 180px;
    right: 15px;
    bottom: 25px;
  }
}
@media screen and (max-width:760px) {
  #main_img {
    background-image: url(../images/index/main_img_sp.jpg);
    height: 100dvh;
  }
  .main_ttl {
    padding: 0 20px;
  }
  #main_img .main_ttl h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  #main_img .main_ttl h3 {
    max-width: 230px;
    margin: 0 auto;
  }
  #main_img a.bt_contact {
    max-width: 136px;
    right: 15px;
    bottom: 25px;
  }
}
@media screen and (max-width:430px) {
  #main_img .main_ttl h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  #main_img .main_ttl h3 {
    max-width: 230px;
    margin: 0 auto;
  }
  #main_img a.bt_contact {
    max-width: 136px;
    right: 15px;
    bottom: 25px;
  }
}
/* about */
#about {
  background-image: url(../images/index/about_img.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
#about::before {
  content: url(../images/index/dotted-w.svg);
  position: absolute;
  bottom: -64px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#about .ttl {
  color: #FFFFFF;
}
#about .ttl span {
  opacity: 0.45;
}
#about .caption {
  color: #FFFFFF;
  font-size: 2.7rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
}
#about .inner {
  max-width: 1080px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  padding: 45px 40px;
  text-align: center;
  margin-bottom: 40px;
}
#about .inner p {
  font-size: 2.2rem;
}
/* 背景の固定 */
.bg_about {
  background-image: url(../images/index/bg_about.jpg);
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 646px;
  background-size: cover;
}
@media screen and (max-width:1024px) {
  .bg_about {
    background-attachment: scroll;
  }
}
@media screen and (max-width:760px) {
  #about {
    background-image: url(../images/index/about_img.jpg);
  }
  #about .caption {
    font-size: 2.0rem;
  }
  #about .inner {
    max-width: 1080px;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0 auto;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  #about .inner p {
    font-size: 1.8rem;
  }
  .bg_about {
    height: 300px;
  }
}
@media screen and (max-width:430px) {
  #about .caption {
    font-size: 1.6rem;
  }
  #about .inner {
    max-width: 1080px;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0 auto;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  #about .inner p {
    font-size: 1.4rem;
  }
  .bg_about {
    height: 300px;
    background-image: url(../images/index/bg_about_sp.jpg);
    background-position: center;
  }
}
/* service */
#sec_wrap {
  background-image: url(../images/bg_gray01.png);
  background-repeat: repeat;
}
#service {
  padding: 0;
  position: relative;
}
#service::before {
  content: "";
  width: 95%;
  height: calc(100% + 300px);
  background-image: url(../images/bg_blue.png);
  position: absolute;
  left: 0;
  top: -150px;
  border-radius: 0 500px 500px 0;
}
#service .inner {
  display: flex;
  align-items: center;
}
#service .inner .txt {
  width: 100%;
  padding-right: 90px;
}
#service .inner .img {
  width: 100%;
  max-width: 580px;
}
#service .inner .txt .ttl {
  text-align: left;
  color: #FFFFFF;
}
#service .ttl span {
  opacity: 0.45;
}
#service .caption {
  color: #FFFFFF;
  margin-bottom: 45px;
  font-size: 2.2rem;
  position: relative;
}
.service_wrap {
  position: relative;
}
.service_wrap::before {
  content: "";
  width: 140px;
  height: 140px;
  background-image: url(../images/index/service_img_clip01.png);
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  left: -36px;
  top: -33px;
  z-index: 1;
}
.service_wrap::after {
  content: "";
  width: 140px;
  height: 140px;
  background-image: url(../images/index/service_img_clip02.png);
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  bottom: -32px;
  right: -37px;
  z-index: 1;
}
.service_sld .sld {
  position: relative;
}
.service_sld .sld p {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #335074;
  text-align: center;
  font-size: 3.0rem;
  padding: 0.5em;
  width: 100%;
  font-weight: 800;
}
.service_sld .slick-next {
  left: 78px;
  z-index: 1;
}
.service_sld .slick-prev {
  left: 0;
  z-index: 1;
}
.service_sld .slick-prev, .service_sld .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  bottom: -75px;
  display: block;
  width: 72px;
  height: 72px;
  padding: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
.service_sld .slick-prev:before, .service_sld .slick-next:before {
  font-family: none;
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 72px;
  height: 72px;
  content: "";
  position: absolute;
}
.service_sld .slick-prev:before {
  background-image: url("../images/index/sld_l.svg");
}
.service_sld .slick-prev:before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 0;
  top: 0;
}
.service_sld .slick-next:before {
  background-image: url("../images/index/sld_r.svg");
}
.service_sld .slick-next:before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 0;
  top: 0;
}
@media screen and (max-width:1880px) {
  #service::before {
    top: -150px;
    border-radius: 0 500px 500px 0;
  }
  #service .container {
    max-width: 1200px;
    padding: 0 30px;
  }
}
@media screen and (max-width:1640px) {
  #service::before {
    border-radius: 0 160px 160px 0;
  }
}
@media screen and (max-width:1280px) {
  #service::before {
    top: -150px;
    width: 97%;
    border-radius: 0 160px 160px 0;
  }
  #service .inner {
    flex-direction: column;
  }
  #service .inner .txt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  #service .inner .img {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
  }
  #service .inner .txt .ttl, #service .caption {
    text-align: center;
  }
  #service .inner .al-c-l {
    text-align: center;
  }
}
@media screen and (max-width:760px) {
  #service .inner {
    flex-direction: column;
  }
  #service .inner .txt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  #service .inner .img {
    width: 90%;
    max-width: 580px;
    margin: 0 auto;
  }
  .service_wrap::before {
    content: "";
    width: 80px;
    height: 80px;
    background-image: url(../images/index/service_img_clip01.png);
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    left: -25px;
    top: -25px;
    z-index: 1;
  }
  .service_wrap::after {
    content: "";
    width: 80px;
    height: 80px;
    background-image: url(../images/index/service_img_clip02.png);
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    bottom: -25px;
    right: -25px;
    z-index: 1;
  }
}
@media screen and (max-width:430px) {
  #service .caption {
    font-size: 1.4rem;
  }
  .service_sld .sld p {
    font-size: 2.0rem;
  }
  .service_sld .slick-next {
    left: 45px;
    z-index: 1;
  }
  .service_sld .slick-prev {
    left: 0;
    z-index: 1;
  }
  .service_sld .slick-prev, .service_sld .slick-next {
    bottom: -45px;
    width: 40px;
    height: 40px;
  }
  .service_sld .slick-prev:before, .service_sld .slick-next:before {
    width: 40px;
    height: 40px;
  }
}
/* works */
#works {
  padding-top: 300px;
  position: relative;
}
#works::before {
  content: url(../images/index/dotted-b.svg);
  position: absolute;
  bottom: -64px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#works .ttl span {
  opacity: 0.45;
}
#works .container {
  max-width: 1280px;
}
#works .col-3_list {
  margin-bottom: 60px;
}
.col_box.works_box {
  position: relative;
}
.col_box.works_box p {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #335074;
  text-align: center;
  font-size: 3.0rem;
  padding: 0.5em;
  width: 100%;
  font-weight: 800;
}
/* 背景の固定 */
.bg_works {
  background-image: url(../images/index/bg_works.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 646px;
}
@media screen and (max-width:1024px) {
  .bg_works {
    background-attachment: scroll;
  }
}
@media screen and (max-width:760px) {
  .bg_works {
    height: 300px;
  }
  .col_box.works_box {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:430px) {
  .bg_works {
    height: 300px;
    background-image: url(../images/index/bg_works_sp.jpg);
  }
  .col_box.works_box p {
    font-size: 2.0rem;
  }
}
/* message */
#message {
  padding: 300px 0 200px 0;
}
#message .container {
  position: relative;
}
#message h2 {
  font-size: 3.4rem;
  position: absolute;
  left: 180px;
  top: -100px;
}
#message h2 span {
  font-size: 20rem;
  font-family: Bahnschrift, "Oswald", 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-stretch: condensed;
  line-height: 1;
  color: rgba(51, 80, 116, 0.4);
}
#message dl.message_box, #message dl.company_box {
  display: flex;
  position: relative;
  max-width: 1500px;
  padding: 0 30px;
}
#message dl.message_box > dt, #message dl.company_box > dt {
  position: relative;
}
/*
#message dl.message_box > dt::before, #message dl.company_box > dt::before {
  content: "";
  width: 130px;
  height: 2px;
  background-color: #335074;
  position: absolute;
  left: -30px;
  top: 35px;
  transform: rotate(-45deg)
}
#message dl.message_box > dt::after, #message dl.company_box > dt::after {
  content: "";
  width: 130px;
  height: 2px;
  background-color: #335074;
  position: absolute;
  right: -30px;
  bottom: 35px;
  transform: rotate(-45deg)
}
  */
#message .inner {
  position: relative;
}
#message .inner::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  background-image: url(../images/bg_gray02.png);
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: -1;
}
#message dl.message_box {
  flex-direction: row-reverse;
  align-items: end;
  margin: 0 auto 190px auto;
}
#message dl.message_box dt {
  max-width: 690px;
  width: 100%;
}
#message dl.message_box dd {
  max-width: 690px;
  width: 100%;
  padding-right: 95px;
}
#message dl.message_box dd h3 {
  font-size: 6.0rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 20px;
}
#message dl.message_box dd p {
  font-size: 2.2rem;
}
#message dl.company_box {
  align-items: center;
  margin: 0 auto;
}
#message dl.company_box > dt {
  width: 100%;
  max-width: 720px;
}
#message dl.company_box > dd {
  width: 100%;
  padding-left: 95px;
}
#message dl.company_box dd h3 {
  margin-bottom: 30px;
  position: relative;
}
#message dl.company_box dd h3::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #335074;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#message dl.company_box dd h3 span {
  font-family: Bahnschrift, "Oswald", 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
  font-size: 5.6rem;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-stretch: condensed;
  line-height: 1;
  padding: 0 10px 0 0;
  background-color: #FFFFFF;
  z-index: 1;
  position: relative;
}
#message dl.company_box dd h4 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 2.8rem;
}
#message dl.company_box dl {
  font-size: 2.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#message dl.company_box dl dt {
  width: 30%;
  font-weight: 500;
}
#message dl.company_box dl dd {
  width: 70%;
  margin-bottom: 25px;
}
#message dl.company_box ul li:last-child {
  margin-bottom: 0;
}
#message dl.company_box ul li span {
  width: 40%;
}
@media screen and (max-width:1440px) {
  #message {
    padding: 100px 0;
  }
  #message h2 {
    font-size: 2.4rem;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 40px;
    text-align: right;
  }
  #message h2 span {
    font-size: 10rem;
  }
}
@media screen and (max-width:1280px) {
  #message .inner::before {
    content: none;
  }
  #message dl.message_box {
    flex-direction: column;
    margin: 0 auto 60px auto;
  }
  #message dl.message_box dt {
    max-width: 690px;
    width: 100%;
    margin: 0 auto 60px auto;
    position: relative;
  }
  #message dl.message_box dt::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_gray02.png);
    position: absolute;
    bottom: -30px;
    right: -50px;
    z-index: -1;
  }
  #message dl.message_box dd {
    max-width: 690px;
    width: 100%;
    padding-right: 0;
    margin: 0 auto;
  }
  #message dl.company_box {
    flex-direction: column;
  }
  #message dl.company_box > dt {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 30px auto;
  }
  #message dl.company_box > dd {
    width: 100%;
    max-width: 720px;
    padding-left: 0;
    margin: 0 auto;
  }
  #message dl.company_box dd h3 {
    margin-bottom: 30px;
    position: relative;
  }
  #message dl.company_box dd h3::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #335074;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #message dl.company_box dd h3 span {
    font-family: Bahnschrift, "Oswald", 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
    font-size: 5.6rem;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-stretch: condensed;
    line-height: 1;
    padding: 0 10px 0 0;
    background-color: #FFFFFF;
    z-index: 1;
    position: relative;
  }
}
@media screen and (max-width:760px) {
  #message h2 {
    font-size: 1.4rem;
  }
  #message h2 span {
    font-size: 6rem;
  }
  #message dl.message_box dd h3 {
    font-size: 4.0rem;
    margin-bottom: 20px;
  }
  #message dl.message_box dd p {
    font-size: 2rem;
  }
}
@media screen and (max-width:430px) {
  #message dl.message_box dd h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  #message dl.message_box dd p {
    font-size: 1.4rem;
  }
  #message dl.company_box dd h3 span {
    font-size: 3.6rem;
  }
  #message dl.company_box dl {
    font-size: 1.4rem;
  }
  #message dl.company_box dl dt {
    width: 30%;
    font-weight: 500;
  }
  #message dl.company_box dl dd {
    width: 70%;
    margin-bottom: 15px;
  }
}