@charset "UTF-8";
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
a:link {
  color: inherit;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

a:hover {
  opacity: 0.7;
}

a:visited {
  color: inherit;
}

.hover {
  transition: 0.2s ease-in-out;
}

.hover:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

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

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

p {
  margin: 0;
  padding: 0;
}

.sp_none {
  display: none;
}

.tab_none {
  display: none;
}

.pc_none {
  display: block;
}

.inn {
  padding: 0 30px;
  position: relative;
  width: 100%;
}

.d_block {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .sp_none {
    display: block;
  }

  .tab_none {
    display: none;
  }

  .pc_none {
    display: none;
  }

  .inn {
    margin: 0 auto;
    max-width: 1340px;
    padding: 0 30px;
    position: relative;
  }
}
@media print, screen and (min-width: 1024px) {
  .sp_none {
    display: block;
  }

  .tab_none {
    display: block;
  }

  .pc_none {
    display: none;
  }

  .fadein_right {
    -webkit-transform: translate(30%, 0);
    opacity: 0;
    transform: translate(30%, 0);
    transition: 1s;
  }

  .fadein_right.is-show {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }

  .fadein_left {
    -webkit-transform: translate(-30%, 0);
    opacity: 0;
    transform: translate(-30%, 0);
    transition: 1s;
  }

  .fadein_left.is-show {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }

  .fadein_up {
    -webkit-transform: translate(0, 20rem);
    opacity: 0;
    transform: translate(0, 20rem);
    transition: 1s;
  }

  .fadein_up.is-show {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}
footer {
  color: #fff;
  position: relative;
}
footer .footer__top {
  background: url(../images/footer_main.jpg) 0 0 no-repeat;
  background-size: 100% auto;
  margin-top: 4rem;
  padding-top: calc(100% * 669 / 1920);
}
footer .footer__btm {
  background: url(../images/footer_bg.png) center bottom no-repeat #000404;
  background-size: cover;
  padding-top: 3rem;
  text-align: center;
}
footer .footer__btm .logo {
  background: url(../images/logo_white.svg) center center no-repeat;
  background-size: contain;
  height: 2rem;
  margin: 0 auto;
  width: 24rem;
}
footer .footer__btm h2 {
  font-size: 1.6rem;
  margin-top: 2rem;
}
footer .footer__btm .address {
  font-size: 1.3rem;
  margin-top: 1rem;
}
footer .footer__btm .contact {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 2rem;
}
footer .footer__btm .copy {
  font-size: 1.2rem;
  margin-top: 3rem;
  padding-bottom: 1rem;
}

@media print, screen and (min-width: 768px) {
  footer .footer__top {
    margin-top: 7rem;
  }
  footer .footer__btm {
    padding-top: 3rem;
  }
  footer .footer__btm .logo {
    height: 3.4rem;
    width: 40rem;
  }
  footer .footer__btm h2 {
    font-size: 2.2rem;
    margin-top: 2rem;
  }
  footer .footer__btm .address {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  footer .footer__btm .contact {
    font-size: 1.4rem;
  }
  footer .footer__btm .contact a {
    font-size: 1.7rem;
  }
  footer .footer__btm .copy {
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  footer .footer__top {
    margin-top: 10rem;
  }
  footer .footer__btm {
    padding-top: 4rem;
  }
  footer .footer__btm .logo {
    height: 4rem;
    width: 48rem;
    background-position: top center;
  }
  footer .footer__btm h2 {
    font-size: 2.4rem;
    margin-top: 2.4rem;
  }
  footer .footer__btm .address {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
  footer .footer__btm .contact {
    margin-top: 2rem;
  }
  footer .footer__btm .copy {
    margin-top: 4rem;
  }
}
header {
  background: url(../images/header_bg.png) top center no-repeat #010506;
  background-size: cover;
  height: 9.6rem;
  padding: 2.6rem 0 0 0;
  position: fixed;
  width: 100%;
  z-index: 4;
}
header h1 {
  background: url(../images/logo_white.svg) 0 0 no-repeat;
  background-size: contain;
  width: 16rem;
  color: #fff;
  font-size: 1.2rem;
  padding-top: 2.6rem;
}

#hamburger .btn_gnav {
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  height: 46px;
  position: fixed;
  right: 20px;
  top: 21px;
  transition: all 400ms;
  width: 46px;
  z-index: 6;
}
#hamburger .btn_gnav span {
  background: #010506;
  border-radius: 5px;
  height: 3px;
  left: 11px;
  position: absolute;
  top: 13px;
  transition: all 400ms;
  width: 24px;
}

#hamburger .btn-gnav span:nth-child(1) {
  top: 0;
}

#hamburger .btn_gnav span:nth-child(2) {
  top: 21px;
}

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

#hamburger .btn_gnav.open span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  background: #010506;
  top: 21px;
  transform: rotate(-45deg);
}

#hamburger .btn_gnav.open span:nth-child(2),
#hamburger .btn_gnav.open span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  background: #010506;
  top: 21px;
  transform: rotate(45deg);
}

#gnav {
  background: #222;
  box-sizing: border-box;
  font-size: 16px;
  height: 100%;
  padding-top: 50px;
  position: fixed;
  right: -100%;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 5;
}
#gnav.open {
  right: 0px;
}

.gnav_logo {
  background: url(../images/header_logo.svg) no-repeat;
  height: 50px;
  margin: 30px auto;
  width: 172px;
}

#gnav .gnav_menu {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  /*justify-content: center;*/
}
#gnav .gnav_menu .logo {
  background: url(../images/logo_white.svg) top center no-repeat;
  background-size: 28rem 2.4rem;
  border-bottom: 1px dotted #bbb;
  margin: 3rem auto 1rem;
  padding: 3rem;
  width: 84%;
}
#gnav .gnav_menu .logo span {
  display: block;
  font-size: 1.3rem;
  margin-top: 0.5rem;
}
#gnav .gnav_menu .contact {
  line-height: 1.7;
  margin-top: 2rem;
}

#gnav .gnav_menu li {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  padding: 20px 30px;
}

#gnav .gnav_menu li a {
  text-decoration: none;
}

@media print, screen and (min-width: 1024px) {
  header h1 {
    background: url(../images/logo_white.svg) 0 0 no-repeat;
    background-size: contain;
    font-size: 1.4rem;
    padding: 3.5rem 0 0 0;
    width: 35.6rem;
  }
  header .inn {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .btn_gnav {
    display: none;
  }

  #hamburger {
    width: calc(100% - 36rem);
  }

  #gnav {
    background: none;
    padding-top: 0;
    position: static;
    right: 0;
  }

  #gnav .gnav_menu {
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }

  #gnav .gnav_menu li {
    padding: 2rem 2rem 0;
  }
  #gnav .gnav_menu li:last-of-type {
    padding-right: 0;
  }
  #gnav .gnav_menu .logo,
  #gnav .gnav_menu .contact {
    display: none;
  }
}
@media print, screen and (min-width: 1200px) {
  header h1 {
    background: url(../images/logo_white.svg) 0 0 no-repeat;
    background-size: 35.6rem 3rem;
    font-size: 1.6rem;
    height: 3rem;
    margin-top: 0.5rem;
    padding: 1rem 0 0 37rem;
    width: 56rem;
  }

  #hamburger {
    width: calc(100% - 56rem);
  }

  #gnav .gnav_menu li {
    padding: 1.5rem 3rem 0;
  }
  #gnav .gnav_menu li:last-of-type {
    padding-right: 0;
  }
}
.shutter {
  background: url(../images/shutter.jpg) center center no-repeat;
  background-size: cover;
  left: 0;
  padding-top: calc(100vh - 9.6rem);
  position: relative;
  top: 9.6rem;
  width: 100%;
  z-index: 2;
}

.logo_box_wrap {
  position: relative;
}

.logo_box {
  height: calc(100vh - 9.6rem);
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.logo_wrap {
  -webkit-transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: 25rem;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
.logo_wrap .logo {
  background: url(../images/logo_white.svg) 0 0 no-repeat;
  background-size: contain;
  margin: 0 auto;
  padding-top: calc(100% * 30 / 356);
  width: 73%;
}
.logo_wrap .catch {
  color: #fff;
  font-size: 1.6rem;
  margin-top: 1rem;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
  white-space: nowrap;
}

.fixed {
  position: fixed;
  z-index: 3;
}

.logo_position {
  display: none;
  /* position: absolute;
  top: 0;
  left: 0;
  .logo_wrap {
    position: absolute;
    top: 72rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;

    .logo {
      width: 80%;
    }
  } */
}

.hero {
  background: url(../images/main_bg.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  /* height: calc(100vh - 9.6rem); */
  height: 100vh;
  left: 0;
  position: relative;
  top: 9.6rem;
  width: 100%;
  z-index: 0;
}
.hero::before {
  background: url(../images/main_bg.jpg) center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.hero::after {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.hero .logo_wrap {
  -webkit-transform: translateX(-50%);
  left: 50%;
  position: fixed;
  top: 25rem;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
.hero .logo_wrap .logo {
  background: url(../images/logo_white.svg) 0 0 no-repeat;
  background-size: contain;
  margin: 0 auto;
  padding-top: calc(100% * 30 / 356);
  width: 73%;
}
.hero .logo_wrap .catch {
  color: #fff;
  font-size: 1.6rem;
  margin-top: 1rem;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
  white-space: nowrap;
}
.hero .hero__txt {
  -webkit-transform: translateX(-50%);
  /* bottom: 15%; */
  bottom: 3.8rem;
  color: #fff;
  font-weight: 700;
  left: 50%;
  line-height: 1.6;
  position: fixed;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
.hero .hero__txt h2 {
  font-size: 2.4rem;
  font-weight: 900;
}
.hero .hero__txt p {
  padding-top: 2rem;
}
.hero.hero_after {
  background-size: cover;
  height: 100vh;
  position: relative;
  width: 100%;
}
.hero.hero_after .logo_wrap {
  -webkit-transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: 11.2em;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
.hero.hero_after .hero__txt {
  -webkit-transform: translateX(-50%);
  bottom: 13rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}
.hero.hero_after .hero__txt h2 {
  font-size: 2.4rem;
  font-weight: 900;
}
.hero.hero_after .hero__txt p {
  padding-top: 2rem;
}
.hero.hero_after.ios_bg {
  background: url(../images/main_bg.jpg) center center no-repeat;
  background-attachment: none;
  background-size: cover;
}
.hero.hero_after.ios_bg::before {
  display: none;
}

@media print, screen and (max-width: 374px) {
  .hero .hero__txt h2 {
    font-size: 6.4vw;
  }
  .hero.hero_after .hero__txt h2 {
    font-size: 6.4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .logo_wrap {
    position: absolute;
    top: 42rem;
  }

  .hero .logo_wrap {
    top: 42rem;
  }
  .hero .hero__txt {
    bottom: 11%;
  }

  .hero.hero_after .logo_wrap {
    top: 32.5rem;
    z-index: 1;
  }
  .hero.hero_after .hero__txt {
    bottom: 20%;
  }
}
@media print, screen and (min-width: 1024px) {
  .logo_wrap {
    top: 33rem;
  }
  .logo_wrap .catch {
    font-size: 2rem;
  }

  .hero .logo_wrap {
    top: 33rem;
  }
  .hero .logo_wrap .catch {
    font-size: 2rem;
  }
  .hero .hero__txt {
    bottom: 8%;
  }
  .hero .hero__txt h2 {
    font-size: 3rem;
  }
  .hero .hero__txt p {
    font-size: 1.8rem;
  }
  .hero.hero_after .logo_wrap {
    top: 23.5rem;
  }
  .hero.hero_after .hero__txt h2 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .logo_wrap {
    top: calc(50% - -3rem);
  }
  .logo_wrap .logo {
    background-size: contain;
    height: 8rem;
    padding-top: 0;
    width: 71rem;
  }
  .logo_wrap .catch {
    font-size: 2rem;
  }

  .hero .logo_wrap {
    left: 50%;
    top: calc(50% - 2rem);
  }
  .hero .logo_wrap .logo {
    background-size: contain;
    height: 8rem;
    padding-top: 0;
    width: 71rem;
  }
  .hero .hero__txt {
    bottom: 10%;
  }
  .hero.hero_after .logo_wrap {
    top: 21rem;
  }
  .hero.hero_after .hero__txt {
    bottom: 24%;
  }
}
.service {
  margin-top: 15.6rem;
  /*   position: relative;
   top: 9.6rem;
  */
}
.service::before {
  content: "";
  display: block;
  margin-top: -12rem;
  padding-top: 12rem;
}
.service h2 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.service h2 span {
  color: #2a5772;
  display: block;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}

.service__item-01,
.service__item-02,
.service__item-03 {
  margin-top: 3rem;
}
.service__item-01 .service__txt,
.service__item-02 .service__txt,
.service__item-03 .service__txt {
  background: url(../images/triangle_right.svg) top 2rem right 2rem no-repeat #d7e6ef;
  padding: 3rem;
}
.service__item-01 .service__txt .service__no,
.service__item-02 .service__txt .service__no,
.service__item-03 .service__txt .service__no {
  background: url(../images/service_no_01.svg) 0 0 no-repeat;
  background-size: contain;
  height: 5.3rem;
  width: 6rem;
}
.service__item-01 .service__txt h3,
.service__item-02 .service__txt h3,
.service__item-03 .service__txt h3 {
  font-size: 2rem;
  margin-top: 2rem;
}
.service__item-01 .service__txt p,
.service__item-02 .service__txt p,
.service__item-03 .service__txt p {
  line-height: 1.8;
  margin-top: 2rem;
}

.service__item-02 .service__img {
  margin-top: 0;
}
.service__item-02 .service__txt {
  background: url(../images/triangle_left.svg) top 2rem left 2rem no-repeat #d7e6ef;
  padding: 3rem;
}
.service__item-02 .service__txt .service__no {
  background: url(../images/service_no_02.svg) 0 0 no-repeat;
  background-size: contain;
  height: 5.3rem;
  margin-left: auto;
  width: 6rem;
}

.service__item-03 {
  background: #d7e6ef;
  padding: 3rem 0 0 0;
}
.service__item-03 .service__no {
  background: url(../images/service_no_03.svg) 0 0 no-repeat;
  background-size: contain;
  height: 5.3rem;
  margin: 0;
  width: 6rem;
}
.service__item-03 h3 {
  font-size: 2rem;
  margin-top: 2rem;
}
.service__item-03 p {
  line-height: 1.8;
}
.service__item-03 .txt01 p {
  margin-top: 2rem;
}
.service__item-03 .txt02 {
  padding-bottom: 3rem;
}
.service__item-03 .txt02 h4 {
  font-size: 1.6rem;
  margin-top: 3rem;
}
.service__item-03 .txt02 h4::before {
  color: #2a5772;
  content: "●";
}
.service__item-03 .txt02 p {
  margin-top: 1rem;
}
.service__item-03 .service__item-03_bg {
  background: url(../images/service03.jpg) 0 0 no-repeat;
  background-size: 100% auto;
  padding-top: calc(100% * 669 / 1920);
}

@media print, screen and (min-width: 768px) {
  .service {
    /* margin-top: 18.6rem; */
  }
  .service h2 {
    font-size: 1.6rem;
  }
  .service h2 span {
    font-size: 3.6rem;
  }

  .service__item-01,
  .service__item-02,
  .service__item-03 {
    margin-top: 6rem;
  }
  .service__item-01 .service__txt,
  .service__item-02 .service__txt,
  .service__item-03 .service__txt {
    padding: 4rem;
  }
  .service__item-01 .service__txt .service__no,
  .service__item-02 .service__txt .service__no,
  .service__item-03 .service__txt .service__no {
    height: 7.1rem;
    width: 8rem;
  }
  .service__item-01 .service__txt h3,
  .service__item-02 .service__txt h3,
  .service__item-03 .service__txt h3 {
    font-size: 2.4rem;
  }

  .service__item-02 .service__img {
    margin-top: 0;
  }
  .service__item-02 .service__txt .service__no {
    background: url(../images/service_no_02.svg) 0 0 no-repeat;
    background-size: contain;
    height: 5.6rem;
    margin-left: auto;
    width: 8rem;
  }

  .service__item-03 {
    padding: 4rem 0 0 0;
  }
  .service__item-03 .service__no {
    height: 5.7rem;
    width: 8rem;
  }
  .service__item-03 h3 {
    font-size: 2.4rem;
  }
  .service__item-03 .txt02 {
    padding-bottom: 4rem;
  }
  .service__item-03 .txt02 h4 {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
  .service__item-03 .txt02 p {
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .service {
    margin-top: 5rem;
    overflow: hidden;
    padding-top: 15rem;
  }
  .service::before {
    content: "";
    display: block;
    margin-top: -40rem;
    padding-top: 40rem;
  }
  .service h2 {
    font-size: 2rem;
    font-weight: 500;
  }
  .service h2 span {
    font-size: 5rem;
    margin-bottom: 1rem;
  }

  .service__item-01,
  .service__item-02,
  .service__item-03 {
    margin-top: 6rem;
    position: relative;
    z-index: -1;
  }
  .service__item-01 .service__txt,
  .service__item-02 .service__txt,
  .service__item-03 .service__txt {
    padding: 5rem;
  }
  .service__item-01 .service__txt .service__no,
  .service__item-02 .service__txt .service__no,
  .service__item-03 .service__txt .service__no {
    height: 9.3rem;
    position: absolute;
    width: 10.6rem;
  }
  .service__item-01 .service__txt h3,
  .service__item-02 .service__txt h3,
  .service__item-03 .service__txt h3 {
    font-size: 3rem;
    margin-top: 2.6rem;
  }
  .service__item-01 .service__txt p,
  .service__item-02 .service__txt p,
  .service__item-03 .service__txt p {
    margin-top: 2rem;
  }

  .service__item-01 {
    height: 55rem;
    margin-top: 9rem;
  }
  .service__item-01 .service__img {
    margin-left: auto;
    width: 50%;
  }
  .service__item-01 .service__txt {
    left: calc(50% - 45%);
    max-width: 77rem;
    position: absolute;
    top: 17%;
    width: 50%;
  }
  .service__item-01 .service__txt .service__no {
    height: 9.3rem;
    position: absolute;
    top: -5rem;
    width: 10.5rem;
  }

  .service__item-02 {
    height: 55rem;
  }
  .service__item-02 .service__img {
    margin-right: auto;
    width: 50%;
  }
  .service__item-02 .service__txt {
    left: calc(50% - 5%);
    max-width: 77rem;
    position: absolute;
    top: 17%;
    width: 50%;
  }
  .service__item-02 .service__txt .service__no {
    height: 9.3rem;
    left: calc(100% - 36%);
    position: absolute;
    top: -5rem;
    width: 13.2rem;
  }

  .service__item-03 {
    padding: 5rem 0 0;
  }
  .service__item-03 .service__no {
    height: 9.3rem;
    position: absolute;
    top: -9.5rem;
    width: 13.1rem;
  }
  .service__item-03 p {
    line-height: 1.8;
  }
  .service__item-03 .txt_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .service__item-03 .txt_wrap .txt01 {
    margin-top: 3rem;
    width: 47.5%;
  }
  .service__item-03 .txt_wrap .txt01 h3 {
    font-size: 3rem;
    margin-top: 0;
  }
  .service__item-03 .txt_wrap .txt02 {
    padding-bottom: 3rem;
    width: 47.5%;
  }
  .service__item-03 .txt_wrap .txt02 h4 {
    font-size: 2rem;
    margin-top: 3rem;
  }
  .service__item-03 .txt_wrap .txt02 p {
    margin-top: 1rem;
    width: 100%;
  }
  .service__item-03 .service__item-03_bg {
    background: url(../images/service03.jpg) 0 0 no-repeat;
    background-size: 100% auto;
    padding-top: calc(100% * 669 / 1920);
  }
}
@media print, screen and (min-width: 1540px) {
  .service__item-01 {
    height: 49rem;
  }
  .service__item-01 .service__img {
    margin-left: auto;
    width: 50%;
  }
  .service__item-01 .service__txt {
    left: calc(50% - 44%);
    padding: 6rem;
    position: absolute;
    top: 17%;
    width: 77rem;
  }
  .service__item-01 .service__txt h3 {
    font-size: 3.5rem;
    margin-top: 3rem;
  }
  .service__item-01 .service__txt h3 p {
    margin-top: 3rem;
  }

  .service__item-02 {
    height: 55rem;
    margin-top: 12rem;
  }
  .service__item-02 .service__img {
    margin-right: auto;
    width: 50%;
  }
  .service__item-02 .service__txt {
    left: calc(50% - 6%);
    padding: 6rem;
    top: 17%;
    width: 77rem;
  }
  .service__item-02 .service__txt .service__no {
    left: calc(100% - 24%);
  }
}
.company {
  /* margin-top: 6rem; */
  position: relative;
  top: 9.6rem;
}
.company::before {
  content: "";
  display: block;
  margin-top: -12rem;
  padding-top: 12rem;
}
.company h2 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.company h2 span {
  color: #2a5772;
  display: block;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}
.company table {
  margin-top: 2rem;
  width: 100%;
}
.company table tr {
  display: flex;
  flex-wrap: wrap;
}
.company table tr th,
.company table tr td {
  padding: 1.5rem 2rem;
  width: 100%;
}
.company table tr th {
  background: #2a5772;
  color: #fff;
  font-weight: 500;
  margin-top: 1rem;
}
.company table tr td {
  background: #d7e6ef;
  line-height: 1.5;
}
.company .map {
  height: 0;
  margin-top: 3rem;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.company .map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .company {
    margin-top: 3rem;
    top: 9.6rem;
  }
  .company h2 {
    font-size: 1.6rem;
    text-align: center;
  }
  .company h2 span {
    font-size: 3.6rem;
  }
  .company table {
    margin-top: 4rem;
    width: 100%;
  }
  .company table tr {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .company table tr th,
  .company table tr td {
    margin-top: 1rem;
    padding: 2rem 3rem;
  }
  .company table tr th {
    width: 27rem;
  }
  .company table tr td {
    width: calc(100% - 28rem);
  }
  .company .map {
    margin-top: 5rem;
    padding-bottom: 28.5%;
  }
}
@media print, screen and (min-width: 1024px) {
  .company {
    margin-top: 0;
  }
  .company h2 {
    font-size: 1.6rem;
    text-align: center;
  }
  .company h2 span {
    font-size: 5rem;
    margin-bottom: 1rem;
  }
  .company table {
    margin-top: 4rem;
    width: 100%;
  }
  .company table tr th,
  .company table tr td {
    padding: 3rem;
  }
  .company .map {
    margin-top: 7rem;
  }
}
.consultation {
  margin-top: 15.6rem;
}
.consultation::before {
  content: "";
  display: block;
  margin-top: -12rem;
  padding-top: 12rem;
}
.consultation h2 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.consultation h2 span {
  color: #2a5772;
  display: block;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}
.consultation p {
  margin-top: 3rem;
  text-align: center;
}

.consultation__item {
  margin-top: 3rem;
}
.consultation__item .consultation__item-01,
.consultation__item .consultation__item-02,
.consultation__item .consultation__item-03,
.consultation__item .consultation__item-04,
.consultation__item .consultation__item-05,
.consultation__item .consultation__item-06 {
  background: #2a5772;
  color: #fff;
  margin-top: 2rem;
}
.consultation__item .consultation__item-01 h3,
.consultation__item .consultation__item-02 h3,
.consultation__item .consultation__item-03 h3,
.consultation__item .consultation__item-04 h3,
.consultation__item .consultation__item-05 h3,
.consultation__item .consultation__item-06 h3 {
  font-size: 1.8rem;
  margin-top: 3rem;
  padding: 0 3rem;
}
.consultation__item .consultation__item-01 .txt,
.consultation__item .consultation__item-02 .txt,
.consultation__item .consultation__item-03 .txt,
.consultation__item .consultation__item-04 .txt,
.consultation__item .consultation__item-05 .txt,
.consultation__item .consultation__item-06 .txt {
  line-height: 1.8;
  margin-top: 2rem;
  padding: 0 3rem 3rem;
  text-align: left;
}
.consultation__item .consultation__item-01 .no01 {
  background: url(../images/consultation_no_01.svg) 0 0 no-repeat;
  background-size: contain;
  height: 5.3rem;
  margin: 3rem 0 0 3rem;
  width: 6rem;
}
.consultation__item .consultation__item-02 .no02 {
  background: url(../images/consultation_no_02.svg) 0 0 no-repeat;
  background-size: contain;
  height: 4.2rem;
  margin: 3rem 0 0 3rem;
  width: 6rem;
}
.consultation__item .consultation__item-03 .no03 {
  background: url(../images/consultation_no_03.svg) 0 0 no-repeat;
  background-size: contain;
  height: 4.3rem;
  margin: 3rem 0 0 3rem;
  width: 6rem;
}
.consultation__item .consultation__item-04 .no04 {
  background: url(../images/consultation_no_04.svg) 0 0 no-repeat;
  background-size: contain;
  height: 4.3rem;
  margin: 3rem 0 0 3rem;
  width: 6rem;
}
.consultation__item .consultation__item-05 .no05 {
  background: url(../images/consultation_no_05.svg) 0 0 no-repeat;
  background-size: contain;
  height: 4.2rem;
  margin: 3rem 0 0 3rem;
  width: 6rem;
}
.consultation__item .consultation__item-06 .no06 {
  background: url(../images/consultation_no_06.svg) 0 0 no-repeat;
  background-size: contain;
  height: 4.2rem;
  margin: 3rem 0 0 3rem;
  width: 6rem;
}

@media print, screen and (min-width: 768px) {
  .consultation {
    margin-top: 18rem;
  }
  .consultation h2 {
    font-size: 1.6rem;
  }
  .consultation h2 span {
    font-size: 3.6rem;
  }
  .consultation p {
    margin-top: 4rem;
  }

  .consultation__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem;
  }
  .consultation__item .consultation__item-01,
  .consultation__item .consultation__item-02,
  .consultation__item .consultation__item-03,
  .consultation__item .consultation__item-04,
  .consultation__item .consultation__item-05,
  .consultation__item .consultation__item-06 {
    margin-top: 4rem;
    width: 49%;
  }
  .consultation__item .consultation__item-01 h3,
  .consultation__item .consultation__item-02 h3,
  .consultation__item .consultation__item-03 h3,
  .consultation__item .consultation__item-04 h3,
  .consultation__item .consultation__item-05 h3,
  .consultation__item .consultation__item-06 h3 {
    font-size: 2rem;
    margin-top: 3rem;
    padding: 0 3rem;
  }
  .consultation__item .consultation__item-01 .txt,
  .consultation__item .consultation__item-02 .txt,
  .consultation__item .consultation__item-03 .txt,
  .consultation__item .consultation__item-04 .txt,
  .consultation__item .consultation__item-05 .txt,
  .consultation__item .consultation__item-06 .txt {
    line-height: 1.8;
    margin-top: 2rem;
    padding: 0 3rem 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .consultation {
    margin-top: 20rem;
  }
  .consultation h2 {
    font-size: 2rem;
  }
  .consultation h2 span {
    font-size: 5rem;
    margin-bottom: 1rem;
  }
  .consultation p {
    margin-top: 5rem;
  }

  .consultation__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem;
  }
  .consultation__item .consultation__item-01,
  .consultation__item .consultation__item-02,
  .consultation__item .consultation__item-03,
  .consultation__item .consultation__item-04,
  .consultation__item .consultation__item-05,
  .consultation__item .consultation__item-06 {
    margin-top: 4rem;
    width: 32.4%;
  }
  .consultation__item .consultation__item-01 h3,
  .consultation__item .consultation__item-02 h3,
  .consultation__item .consultation__item-03 h3,
  .consultation__item .consultation__item-04 h3,
  .consultation__item .consultation__item-05 h3,
  .consultation__item .consultation__item-06 h3 {
    font-size: 2rem;
    margin-top: 3rem;
    padding: 0 3rem;
  }
  .consultation__item .consultation__item-01 .txt,
  .consultation__item .consultation__item-02 .txt,
  .consultation__item .consultation__item-03 .txt,
  .consultation__item .consultation__item-04 .txt,
  .consultation__item .consultation__item-05 .txt,
  .consultation__item .consultation__item-06 .txt {
    line-height: 1.8;
    margin-top: 2rem;
    padding: 0 3rem 3rem;
  }
  .consultation__item .consultation__item-01 {
    margin-top: 3rem;
  }
  .consultation__item .consultation__item-01 .no01 {
    height: 7rem;
    margin: 3rem 0 0 3rem;
    width: 8rem;
  }
  .consultation__item .consultation__item-02 {
    margin-top: 3rem;
  }
  .consultation__item .consultation__item-02 .no02 {
    height: 7rem;
    margin: 3rem 0 0 3rem;
    width: 10rem;
  }
  .consultation__item .consultation__item-03 {
    margin-top: 3rem;
  }
  .consultation__item .consultation__item-03 .no03 {
    height: 7rem;
    margin: 3rem 0 0 3rem;
    width: 10rem;
  }
  .consultation__item .consultation__item-04 .no04 {
    height: 7.3rem;
    margin: 3rem 0 0 3rem;
    width: 10rem;
  }
  .consultation__item .consultation__item-05 .no05 {
    height: 7rem;
    margin: 3rem 0 0 3rem;
    width: 10rem;
  }
  .consultation__item .consultation__item-06 .no06 {
    height: 7rem;
    margin: 3rem 0 0 3rem;
    width: 10rem;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
