@charset "UTF-8";
/* Scss Document */
html {
  scroll-behavior: smooth;
}

#global-header {
  width: 100%;
  position: relative;
  z-index: 1000;
}
#global-header .inner {
  width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  #global-header .inner {
    width: 100%;
  }
}
#global-header .inner .logo {
  width: 18%;
  margin: 20px 0 20px 20px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  #global-header .inner .logo {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  #global-header .inner .logo {
    margin: 20px 0;
    text-align: left;
  }
}
#global-header .inner .logo a {
  color: #fff;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  #global-header .inner .logo a {
    display: inline-block;
  }
}
@media screen and (max-width: 520px) {
  #global-header .inner .logo a {
    padding-left: 25%;
    padding-top: 10px;
  }
}
#global-header .inner #global-navi {
  width: 50%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 1100px) {
  #global-header .inner #global-navi {
    display: none;
  }
}
#global-header .inner #global-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 100%;
}
#global-header .inner #global-navi ul li {
  position: relative;
  width: 100%;
  z-index: 1;
}
#global-header .inner #global-navi ul li a {
  color: #fff;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  padding: 24px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
}
#global-header .inner #global-navi ul li a:hover {
  transition: all 0.5s ease;
  background: #CC2D2D;
  color: #efb3b3;
  padding: 24px 0;
}
#global-header .inner #global-navi ul li a:hover span {
  transition: all 0.5s ease;
  color: #333;
  display: block;
}

.contact_btn {
  background: #CC2D2D;
  display: inline-block;
  padding: 10px 9px 7px;
  position: absolute;
  z-index: 500;
  top: 15px;
  right: 30px;
  width: 138px;
}
@media screen and (max-width: 520px) {
  .contact_btn {
    width: 90px;
    right: 15px;
  }
}
.contact_btn:hover {
  transition: all 0.6s ease;
  background: #1a1a1a;
}
.contact_btn span {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
}
.contact_btn .en {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
}
.contact_btn .ja {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}

main#container {
  background: linear-gradient(to bottom, #C7EEFF 0, #C7EEFF 5%, #ffffff 15%, #ffffff 100%);
  padding-top: 80px;
}
@media screen and (max-width: 520px) {
  main#container {
    padding-top: 30px;
  }
}
main#container .page-header.contact-content {
  margin-bottom: 40px;
}

.page-header {
  text-align: center;
  margin: 0 auto 20px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 520px) {
  .page-header {
    margin: 15% auto 3%;
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  .page-header h2 {
    line-height: 1.1em;
  }
}
.page-header h2 span.en {
  font-size: 3em;
  letter-spacing: 0.25em;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3em;
  color: #2a3035;
  display: inline-block;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 1100px) {
  .page-header h2 span.en {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 520px) {
  .page-header h2 span.en {
    padding: 2.5% 0;
    font-size: 1.6em;
  }
}
.page-header h2 span.ja {
  display: inline-block;
  font-size: 1.2em;
  letter-spacing: 0.45em;
  padding: 8px 0 0;
}
@media screen and (max-width: 520px) {
  .page-header h2 span.ja {
    padding: 2.5% 0;
    font-size: 1em;
  }
}
.page-header img {
  width: 50%;
  margin: 0 auto 10px auto;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 520px) {
  .page-header img {
    width: 340px;
  }
}
.page-header p {
  width: 50%;
  text-align: left;
  margin: 20px auto 0 auto;
  font-size: 1.4em;
  line-height: 2em;
}
@media screen and (max-width: 520px) {
  .page-header p {
    width: 80%;
  }
}

.contact {
  width: 100%;
  margin: 0 auto;
}
.contact .content-wrap {
  padding-top: 20px;
  background-color: #eee;
}
.contact .content-wrap .contact_bg {
  width: 100%;
  margin: 0 auto;
}
.contact .content-wrap .contact_bg .contact-inner {
  height: 250px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
@media screen and (max-width: 520px) {
  .contact .content-wrap .contact_bg .contact-inner {
    height: 280px;
  }
}
.contact .content-wrap .contact_bg .contact-inner p {
  text-align: center;
  color: #2a3035;
  font-size: 1.8em;
  line-height: 2em;
}
@media screen and (max-width: 520px) {
  .contact .content-wrap .contact_bg .contact-inner p {
    font-size: 1.2em;
  }
}

.btn {
  width: 170px;
  height: 50px;
  margin: 50px auto 40px auto;
}
.btn a {
  width: 170px;
  height: 50px;
  border: 1px solid #333333;
  padding: 15px 60px;
  color: #333333;
  transition: all 0.5s ease;
}
.btn a:hover {
  background: #333;
  color: #fff;
}

.shiro {
  height: 50px;
  margin: 50px auto 0 auto;
}
.shiro a {
  padding: 15px 60px;
  border: solid 1px #2a3035;
  color: #2a3035;
  transition: all 0.5s ease;
  font-size: 1.5em;
}
@media screen and (max-width: 520px) {
  .shiro a {
    padding: 15px 40px;
  }
}
.shiro a:hover {
  background: #2a3035;
  color: #fff;
}

/*---------------animation---------------*/
/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s;
}

/*---TOP遅れて表示---*/
.post {
  opacity: 0;
}

#global-footer {
  background: linear-gradient(to bottom, #FFF4F4 0, #FFFFDD 100%);
}
#global-footer .footer-inner {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner {
    width: auto;
    height: 100%;
  }
}
#global-footer .footer-inner h1 {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
#global-footer .footer-inner h1 a {
  display: inline-block;
  font-size: 1.8rem;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1a1a1a;
}
@media screen and (max-width: 1366px) {
  #global-footer .footer-inner {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner {
    height: 100px;
    align-items: center;
    justify-content: center;
  }
}
#global-footer .footer-inner .footer-navi {
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  #global-footer .footer-inner .footer-navi {
    display: none;
  }
}
#global-footer .footer-inner .footer-navi ul {
  display: grid;
  grid-template-columns: 200px 200px 200px 200px;
  place-items: center;
}
@media screen and (max-width: 834px) {
  #global-footer .footer-inner .footer-navi ul {
    grid-template-columns: 150px 150px 150px 150px;
  }
}
#global-footer .footer-inner .footer-navi ul li a {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #343434;
}
#global-footer .footer-inner .footer-navi ul li a:hover {
  transition: all 0.6s ease;
  color: #CC2D2D;
}
#global-footer .footer-inner .ut_navi {
  display: flex;
  justify-content: space-between;
  width: 400px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .ut_navi {
    width: 300px;
  }
}
#global-footer .footer-inner .ut_navi a {
  width: 150px;
  padding: 8px 20px;
  border-radius: 9px;
  background: #FFFFFF;
  text-align: center;
  display: inline-block;
  font-size: 1.4rem;
}
#global-footer .footer-inner .ut_navi a:hover {
  transition: all 0.5s ease;
  background: #CC2D2D;
  color: #fff;
}
#global-footer .copy small {
  width: 80%;
  margin: 0 5px 5px 0;
  color: #151515;
  font-size: 1.2em;
}
@media screen and (max-width: 1366px) {
  #global-footer .copy small {
    width: 80%;
    margin: 0 auto 5px auto;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .copy small {
    text-align: left;
    margin-top: 5px;
  }
}

.copy_small {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 2%;
}

#key-visual {
  background: url("../images/top.jpg") no-repeat bottom center;
  background-size: cover;
  position: relative;
  height: 900px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #key-visual {
    height: 600px;
  }
}
#key-visual h2 {
  z-index: 300;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5.6rem;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.55));
}
@media screen and (max-width: 1100px) {
  #key-visual h2 {
    height: 530px;
  }
}
@media screen and (max-width: 520px) {
  #key-visual h2 {
    width: 100%;
    margin: 0 auto;
    font-size: 2.8rem;
  }
}

.page-contents {
  width: 1366px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1366px) {
  .page-contents {
    width: 100%;
  }
}

.content-inner {
  margin: 0 auto 120px;
}
@media screen and (max-width: 1100px) {
  .content-inner {
    width: 90%;
  }
}

div.page-desc {
  width: 750px;
  margin: 0 auto 40px;
}
div.page-desc p {
  font-size: 1.55em;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  div.page-desc {
    width: 90%;
  }
}

#service_wrap {
  margin-bottom: 80px;
}
#service_wrap .desc {
  text-align: center;
  font-size: 2.4rem;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4D4D4D;
}
@media screen and (max-width: 834px) {
  #service_wrap .desc {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 520px) {
  #service_wrap .desc {
    font-size: 1.6rem;
    width: 90%;
    margin: 0 auto 20px;
  }
}

.service {
  display: flex;
  width: 70%;
  justify-content: space-around;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .service {
    width: 70%;
  }
}
@media screen and (max-width: 1366px) {
  .service {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  .service {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  .service {
    flex-direction: column;
  }
}
.service .service-box {
  width: 40%;
  margin: 2%;
}
@media screen and (max-width: 520px) {
  .service .service-box {
    width: 100%;
    margin: 0 0 30px;
  }
}
.service .service-box img {
  width: 100%;
}
@media screen and (max-width: 520px) {
  .service .service-box img {
    height: 100%;
    vertical-align: bottom;
    margin-bottom: 10px;
  }
}
.service .service-box div h3 {
  font-size: 2.1rem;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
.service .service-box div a {
  display: inline-block;
  padding: 12px 24px 10px;
  border-radius: 5px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
}
.service .service-box div .service_btn1 {
  background: #2CCCBF;
}
.service .service-box div .service_btn2 {
  background: #A7CC2D;
}
.service .service-box div .service_btn3 {
  background: #CC2D2C;
}

#company_wrap {
  margin-bottom: 120px;
}
@media screen and (max-width: 520px) {
  #company_wrap {
    margin-bottom: 40px;
  }
}
#company_wrap .company_inner {
  padding-top: 40px;
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 1280px) {
  #company_wrap .company_inner {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  #company_wrap .company_inner {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #company_wrap .company_inner {
    display: flex;
    flex-direction: column;
  }
}
#company_wrap .company_inner .pic {
  width: 100%;
  height: auto;
}
#company_wrap .company_inner .pic img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
#company_wrap .company_inner .info {
  padding: 80px 20px;
  display: grid;
  place-items: center;
  background: #fafafa;
}
@media screen and (max-width: 1100px) {
  #company_wrap .company_inner .info {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 520px) {
  #company_wrap .company_inner .info {
    padding: 20px 40px;
  }
}
#company_wrap .company_inner .info dl {
  width: 100%;
}
#company_wrap .company_inner .info dl div {
  display: grid;
  grid-template-columns: 20% 80%;
  margin-bottom: 16px;
}
#company_wrap .company_inner .info dl div:last-child {
  margin-bottom: 0;
}
#company_wrap .company_inner .info dl div dt {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  color: #1a1a1a;
}
@media screen and (max-width: 834px) {
  #company_wrap .company_inner .info dl div dt {
    font-size: 1.3rem;
  }
}
#company_wrap .company_inner .info dl div dd {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  color: #1a1a1a;
}
@media screen and (max-width: 834px) {
  #company_wrap .company_inner .info dl div dd {
    font-size: 1.3rem;
  }
}

.contact_wrap {
  margin-bottom: 80px;
}
.contact_wrap .contact_inner {
  width: 830px;
  margin: 32px auto 0;
  border-radius: 14px;
  background: #F8F8F8;
  padding: 32px 80px;
}
@media screen and (max-width: 834px) {
  .contact_wrap .contact_inner {
    width: 90%;
    padding: 32px 40px;
  }
}
.contact_wrap .contact_inner form,
.contact_wrap .contact_inner .wpcf7-form {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .contact_wrap .contact_inner form,
.contact_wrap .contact_inner .wpcf7-form {
    width: 100%;
  }
}
.contact_wrap .contact_inner form dl,
.contact_wrap .contact_inner .wpcf7-form dl {
  margin-bottom: 16px;
}
.contact_wrap .contact_inner form dl div,
.contact_wrap .contact_inner .wpcf7-form dl div {
  display: grid;
  grid-template-columns: 30% 70%;
  place-items: center start;
  margin-bottom: 16px;
}
@media screen and (max-width: 520px) {
  .contact_wrap .contact_inner form dl div,
.contact_wrap .contact_inner .wpcf7-form dl div {
    display: block;
  }
}
.contact_wrap .contact_inner form dl div:last-child,
.contact_wrap .contact_inner .wpcf7-form dl div:last-child {
  margin-bottom: 0;
}
.contact_wrap .contact_inner form dl div dt,
.contact_wrap .contact_inner .wpcf7-form dl div dt {
  width: 100%;
}
.contact_wrap .contact_inner form dl div dt label,
.contact_wrap .contact_inner .wpcf7-form dl div dt label {
  display: inline-block;
  font-size: 1.4rem;
}
.contact_wrap .contact_inner form dl div dd,
.contact_wrap .contact_inner .wpcf7-form dl div dd {
  width: 100%;
}
.contact_wrap .contact_inner form dl div dd input, .contact_wrap .contact_inner form dl div dd textarea,
.contact_wrap .contact_inner .wpcf7-form dl div dd input,
.contact_wrap .contact_inner .wpcf7-form dl div dd textarea {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  border: none;
  padding: 6px 10px;
  font-size: 1.4rem;
}
.contact_wrap .contact_inner form .btn_wrap,
.contact_wrap .contact_inner .wpcf7-form .btn_wrap {
  text-align: center;
}
.contact_wrap .contact_inner form .btn_wrap input[type=submit],
.contact_wrap .contact_inner .wpcf7-form .btn_wrap input[type=submit] {
  border: none;
  background: #45B794;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px 20px 8px;
  border-radius: 5px;
}

/*# sourceMappingURL=index.css.map */
