@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

div, p, dl, dt, dd {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin: 0;
  padding: 0;
  color: #555;
  overflow-x: hidden;
}

@media screen and (max-width: 769px) {
  .pc-mode {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-mode {
    display: none !important;
  }
}

/************************************************************************************************************/
.sec__inner {
  max-width: 1216px;
  margin: 0 auto;
  width: 92%;
  padding: 75px 0;
}

@media screen and (max-width: 769px) {
  .sec__inner {
    padding: 30px 0;
  }
}

.title__main {
  font-family: 'Poppins', sans-serif;
  font-size: 72px;
  text-align: center;
  font-weight: 100;
  margin-bottom: 72px;
}

@media screen and (max-width: 769px) {
  .title__main {
    font-size: 48px;
    margin-bottom: 30px;
  }
}

.title__main div {
  font-size: 24px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

@media screen and (max-width: 769px) {
  .title__main div {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .header__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 100px 65px;
  }
}

.header__flex img {
  display: inline;
  max-width: 55px;
  margin-right: 24px;
}

@media screen and (max-width: 769px) {
  .header__flex img {
    width: 40px;
    margin: 10px;
  }
}

.header__flex a {
  color: #333;
}

.header__flex h1 {
  font-size: 24px;
  line-height: 53px;
}

@media screen and (max-width: 769px) {
  .header__flex h1 {
    font-size: 16px;
  }
}

.header__flex-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__flex-menu ul li {
  margin-left: 37px;
}

@media screen and (min-width: 769px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1216px;
    margin: 100px auto 64px;
  }
}

@media screen and (min-width: 769px) {
  .footer__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__menu ul li {
  margin-right: 37px;
}

.footer__menu ul li a {
  color: #555;
}

@media screen and (max-width: 640px) {
  .footer__copy {
    text-align: center;
  }
}

/*************************************************************************************************************ハンバーガーメニュー********/
.hamburger {
  display: block;
  position: fixed;
  z-index: 999;
  right: 13px;
  top: 8px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger__wrap {
  z-index: 1000000;
  position: relative;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

.hamburger.active > span {
  background: #fff;
}

.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 998;
  height: 100vh;
  top: 0;
  left: 0;
  color: #000;
  background: #ccc;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
}

/************************************************************************************************spメニュー**********************/
nav.globalMenuSp ul {
  background: #ccc;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0 0 0 5vw;
  width: 100%;
  border-bottom: 1px solid #fff;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
}

nav.globalMenuSp.active {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

/**********************************************************************************************************************/
.top-mv {
  background: #F5F5F5;
  background-image: url("../img/mv01.png");
  background-size: 56vw;
  background-position: 83% 10%;
  background-repeat: no-repeat;
  padding: 20px;
}

@media screen and (min-width: 641px) {
  .top-mv {
    padding: 200px 235px;
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 769px) {
  .top-mv {
    height: 500px;
    background-position: 37%;
    background-size: cover;
    position: relative;
  }
}

@media screen and (max-width: 769px) {
  .top-mv__area {
    position: absolute;
    bottom: 28px;
    left: -5px;
  }
}

.top-mv__txt {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 64px;
}

@media screen and (max-width: 769px) {
  .top-mv__txt {
    font-size: 18px;
    margin: 15px;
  }
}

.top-mv__btn {
  background: #FE9F41;
  max-width: 340px;
  text-align: center;
  padding: 15px 90px;
  color: #fff;
}

@media screen and (max-width: 769px) {
  .top-mv__btn {
    padding: 15px 0;
    width: 70%;
    margin: 0 0 15px 15px;
  }
}

.top-mv__btn:hover {
  background: #fdd9b6;
}

.top-status__list {
  max-width: 1008px;
  margin: auto;
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (min-width: 769px) {
  .top-status__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
  }
}

@media screen and (max-width: 769px) {
  .top-status__list {
    padding: 10px 0;
  }
}

.top-status__list :first-child {
  padding-top: 0;
}

@media screen and (min-width: 769px) {
  .top-status__text {
    margin-left: 16px;
  }
}

@media screen and (min-width: 769px) {
  .top-service__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .top-service__flex > div:last-child {
    margin-right: 0;
  }
}

.top-service__inner {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .top-service__inner {
    width: 32%;
    margin-right: 32px;
    margin-bottom: 0;
  }
}

.top-service__inner h3 {
  font-size: 24px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 769px) {
  .top-service__inner h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }
}

.top-service__inner p {
  text-align: left;
}

.top-service__icon {
  display: inline-block;
  background: #F5F4F2;
  border-radius: 300px;
  width: 160px;
  height: 160px;
  line-height: 152px;
  margin: 0 auto 24px;
  text-align: center;
}

.top-service__icon img {
  width: auto;
  padding: 44px;
}

.top-work {
  max-width: 800px;
  margin: auto;
}

.top-work img {
  margin-bottom: 30px;
}

.top-work h3 {
  font-size: 21px;
  font-weight: 100;
  margin-bottom: 18px;
}

@media screen and (max-width: 769px) {
  .top-work h3 {
    font-size: 18px;
  }
}

.top-work > p {
  margin-bottom: 72px;
}

@media screen and (min-width: 641px) {
  .top-work__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-work__flex > div {
    width: 48%;
  }
}

@media screen and (max-width: 769px) {
  .top-work__flex > div:first-child {
    margin-bottom: 72px;
  }
}

.top-about__flex {
  max-width: 1008px;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .top-about__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 100px;
  }
}

.top-about table {
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .top-about table {
    width: 56%;
    margin-bottom: 0;
  }
}

.top-about table td {
  border-bottom: #ccc solid 1px;
  padding: 20px;
}

@media screen and (max-width: 769px) {
  .top-about table td {
    width: 100%;
    display: block;
    padding: 5PX 20px;
  }
}

@media screen and (max-width: 769px) {
  .top-about table tr td:first-child {
    border-bottom: none;
    padding: 10px 20px 0;
  }
}

.top-about__logo {
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .top-about__logo {
    width: 40%;
  }
}

@media screen and (max-width: 769px) {
  .top-about__logo {
    margin: 20px;
  }
}

.top-about__logo img {
  width: auto;
  display: block;
  margin: auto;
}

@media screen and (max-width: 769px) {
  .top-about__logo img {
    padding: 20px 0;
  }
}

.top-about__partner {
  background: #F5F4F3;
  padding: 32px;
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .top-about__partner {
    margin-bottom: 150px;
    padding: 64px;
  }
}

.top-about__partner h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 24px;
}

.top-about__banner {
  margin: auto;
  max-width: 800px;
}

/****************************************************************************************************/
.mv {
  background: #F5F5F5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .mv {
    padding: 106px 235px;
    margin-bottom: 75px;
  }
}

.mv__title {
  font-family: 'Poppins', sans-serif;
  font-size: 72px;
  font-weight: 100;
}

@media screen and (max-width: 769px) {
  .mv__title {
    font-size: 36px;
    padding: 25px;
  }
}

.mv__title div {
  font-size: 24px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

@media screen and (max-width: 769px) {
  .mv__title div {
    font-size: 16px;
  }
}

.about-mv {
  background-image: url("../img/mv_02.png");
  background-size: contain;
  background-position: right;
}

@media screen and (max-width: 769px) {
  .about-mv {
    background-image: none;
  }
}

.contact-mv {
  background-image: url("../img/mv_03.png");
  background-size: contain;
  background-position: right;
}

@media screen and (max-width: 769px) {
  .contact-mv {
    background-image: none;
  }
}

/****************************************************************************************************/
.about-first__flex {
  max-width: 1008px;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .about-first__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-first__flex p {
    width: 60%;
  }
  .about-first__flex img {
    width: 38%;
  }
}

.about-project h3 {
  margin-bottom: 32px;
}

.about-project__scroll {
  overflow-x: scroll;
}

.about-project__scroll::-webkit-scrollbar {
  height: 5px;
}

@media screen and (max-width: 769px) {
  .about-project__scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
}

.about-project__scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.about-project__table {
  width: 1216px;
  min-width: 870px;
}

.about-project__table th {
  width: 17%;
  text-align: left;
  border-bottom: #CCCCCC solid 1px;
  border-left: #CCCCCC solid 1px;
  padding: 10px 18px;
}

.about-project__table td {
  padding: 15px;
}

.about-duties h3 {
  margin-bottom: 32px;
}

.about-duties__box {
  background: #F5F4F3;
  padding: 68px 100px;
  margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
  .about-duties__box {
    padding: 32px;
  }
}

.about-duties__box h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 18px;
}

.about-contact__flex {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 57px 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .about-contact__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 57px 32px 57px 0;
  }
}

.about-contact__title {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .about-contact__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}

.about-contact__title span {
  font-family: 'Poppins', sans-serif;
  font-size: 72px;
  font-weight: 100;
  margin-right: 30px;
}

@media screen and (max-width: 769px) {
  .about-contact__title span {
    font-size: 48px;
    margin-right: 0;
  }
}

@media screen and (max-width: 769px) {
  .about-contact__btn {
    margin: auto;
  }
}

/***************************************************************/
.contact-form__first {
  margin-bottom: 64px;
}

@media screen and (min-width: 769px) {
  .contact-form__first {
    text-align: center;
  }
}

.contact-form__step ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-form__step li {
  width: 120px;
}

.contact-form__bg {
  background: #F5F4F3;
  padding: 64px 100px;
  margin-bottom: 64px;
}

@media screen and (max-width: 769px) {
  .contact-form__bg {
    padding: 20px;
  }
}

.contact-form table {
  width: 800px;
  margin: auto;
}

.contact-form table th, .contact-form td {
  display: block;
  text-align: left;
}

.contact-form table td > input, .contact-form textarea {
  width: 100%;
  padding: 13px;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
}

.contact-form table td {
  margin-bottom: 20px;
}

.contact-form table td .error-txt {
  text-align: left;
  margin-top: 5px;
}

.contact-form table tr:last-child td {
  margin-bottom: 0;
}

.contact-form__btn input {
  background: #CCCCCC;
  border: #CCCCCC solid 1px;
  color: #fff;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: bold;
  padding: 15px;
  width: 200px;
  margin: 0 10px;
  font-size: 16px;
  cursor: pointer;
}

.contact-form__btn input:hover {
  opacity: .8;
}

.contact-form__btn input:first-child {
  background: #FE9F41;
  border: #FE9F41 solid 1px;
  color: #fff;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: bold;
  padding: 15px;
  width: 340px;
}

@media screen and (max-width: 769px) {
  .contact-form__btn input:first-child {
    margin-bottom: 10px;
    width: 80%;
  }
}

.contact-form__btn .back {
  background: #CCCCCC;
  border: #CCCCCC solid 1px;
  color: #fff;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: bold;
  padding: 15px;
  width: 200px;
  margin: 0 10px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.contact-form__thanks {
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 769px) {
  .contact-form__thanks {
    font-size: 18px;
  }
}

.contact-form p {
  text-align: center;
}

.contact-form .top-back a {
  color: #FE9F41;
  font-weight: bold;
}

.contact-form .top-back a::after {
  content: ">";
  display: inline-block;
  margin-left: 5px;
}

.contact-form .top-back a:hover {
  opacity: .8;
}

.step {
  max-width: 612px;
  margin: 0 auto 64px;
}

@media screen and (max-width: 769px) {
  .step {
    width: 300px;
  }
}

.step__active {
  color: #FE9F41;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .step__active {
    font-size: 18px;
  }
}

.step__active span {
  color: #555555;
  font-size: 16px;
  display: block;
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 769px) {
  .step__active span {
    font-size: 14px;
  }
}

.step__active > span::after {
  content: "";
  background: #FE9F41;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  position: absolute;
  top: -27px;
  right: 50px;
  border: #fff solid 3px;
  -webkit-box-shadow: 0 0 0 2px #ccc;
          box-shadow: 0 0 0 2px #ccc;
}

@media screen and (max-width: 769px) {
  .step__active > span::after {
    right: 41px;
  }
}

.step__complete {
  color: #CCCCCC;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .step__complete {
    font-size: 18px;
  }
}

.step__complete span {
  color: #CCCCCC;
  font-size: 16px;
  display: block;
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 769px) {
  .step__complete span {
    font-size: 14px;
  }
}

.step__complete > span::after {
  content: "";
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  position: absolute;
  top: -27px;
  right: 50px;
  border: #fff solid 3px;
  -webkit-box-shadow: 0 0 0 2px #ccc;
          box-shadow: 0 0 0 2px #ccc;
}

@media screen and (max-width: 769px) {
  .step__complete > span::after {
    right: 41px;
  }
}

.step__line {
  position: relative;
}

.step__line::before {
  content: "";
  background: #ccc;
  position: absolute;
  top: 53%;
  left: 70px;
  width: 200%;
  height: 2px;
}

@media screen and (max-width: 769px) {
  .step__line::before {
    top: 49%;
    left: 54px;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */