@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  font-weight: normal;
}

@font-face {
  font-family: "gen_gothic";
  src: url("../font/NotoSansJP-Regular_web.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "gen_gothic";
  src: url("../font/NotoSansJP-Medium_web.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "gen_gothic";
  src: url("../font/NotoSansJP-SemiBold_web.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "gen_gothic";
  src: url("../font/NotoSansJP-Bold_web.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "gen_gothic";
  src: url("../font/NotoSansJP-Black_web.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
body {
  font-family: "gen_gothic";
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../font/Roboto-Bold_web.woff2") format("woff2");
}
.Roboto-Bold {
  font-family: "Roboto-Bold";
  font-size: 100%;
}

a {
  font-family: "gen_gothic";
}

video {
  width: 100%;
}

img {
  width: 100%;
  vertical-align: top;
}

ul,
nav,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  border-radius: 0;
}

.contents-inner {
  max-width: 1280px;
  width: 90%;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents-inner {
    width: 100%;
    padding: 0 5%;
  }
}

.all_wrap {
  overflow: hidden;
}

:root {
  --dark_blue01: #39454B;
  --dark_blue02: #38454B;
  --blue01: #00236C;
  --gray01: #707070;
  --gray02: #EFEFEF;
  --black01: #1F1F1F;
  --gold01: #B2A37C;
}

h3 {
  color: var(--dark_blue01);
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  h3 {
    margin-bottom: 38px;
  }
}
h3 .en {
  font-size: 56px;
  font-weight: 550;
  letter-spacing: 0em;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  h3 .en {
    font-size: min(13.5vw, 45px);
    margin-bottom: 12px;
  }
}
h3 .ja {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  h3 .ja {
    font-size: min(3.5vw, 14px);
  }
}
h3::after {
  display: block;
  content: "";
  width: 75px;
  height: 1px;
  background-color: var(--gray01);
  position: absolute;
  margin: auto;
  left: 0;
  bottom: -36px;
}
@media screen and (max-width: 768px) {
  h3::after {
    width: 55px;
    bottom: -21px;
  }
}

.PC-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

@media (max-width: 768px) {
  .PC-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  background-color: white;
  padding: 20px 0;
  width: 100%;
  height: 80px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #header {
    height: 70px;
  }
}
#header .contents-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #header .contents-inner {
    display: block;
  }
}
#header .contents-inner h1 {
  width: 265px;
  position: relative;
  z-index: 120;
}
@media screen and (max-width: 1000px) {
  #header .contents-inner h1 {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  #header .contents-inner h1 {
    width: 185px;
  }
}
#header .contents-inner .link_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 56px;
  -moz-column-gap: 56px;
  column-gap: 56px;
}
@media screen and (max-width: 1150px) {
  #header .contents-inner .link_flex {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #header .contents-inner .link_flex {
    -webkit-column-gap: 2vw;
    -moz-column-gap: 2vw;
    column-gap: 2vw;
  }
}
#header .contents-inner .link_flex .section05_link p {
  background-color: var(--dark_blue01);
  color: white;
  padding: 13px 20px;
  border-radius: 28px;
}
#header .contents-inner .link_flex .link-current {
  position: relative;
}
#header .contents-inner .link_flex .link-current::after {
  content: "";
  display: block;
  height: 2px;
  background-color: var(--blue01);
  width: 42px;
  margin: 10px auto 0;
  position: absolute;
  top: 88%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#header .contents-inner .link_flex a {
  display: block;
}
#header .contents-inner .link_flex a p {
  font-size: 15px;
  font-weight: 500;
  color: var(--black01);
  letter-spacing: 0.12em;
  line-height: 1;
}
@media screen and (max-width: 1150px) {
  #header .contents-inner .link_flex a p {
    font-size: 13px;
  }
}

#header .link_flex .section05_link.link-current::after {
  content: none;
}

/* ハンバーガーメニュー */
.sp-nav_nav-list {
  position: fixed;
  width: 500px;
  top: -1000px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 100%;
  z-index: 116;
  right: -4px;
  background-color: rgba(0, 0, 0, 0.7);
}
.sp-nav_nav-list .nav_rogo_wrap {
  background: white;
  padding: 15px 5%;
  width: 100%;
}
.sp-nav_nav-list .nav_rogo_wrap .nav_rogo {
  width: 185px;
  display: block;
}
.sp-nav_nav-list .link_wrap {
  background-color: #0A1D45;
  padding: 90px 5% 25px;
}
.sp-nav_nav-list .link_wrap .bottom_wrap {
  text-align: center;
  margin: 0 0 30px;
  position: relative;
}
.sp-nav_nav-list .link_wrap .bottom_wrap .contact_button {
  color: white;
  display: block;
  background-color: var(--gold01);
  width: 100%;
  text-align: center;
  padding: 20px 0;
  border-radius: 6px;
  font-size: 18px;
  letter-spacing: 0.06em;
}
.sp-nav_nav-list .link_wrap .bottom_wrap .contact_button::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.sp-nav_nav-list_box {
  list-style: none;
  text-align: center;
  background-color: var(--footer-BG);
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  padding: 30px 0 30px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

header a p {
  color: var(--dark-gray01);
}

.nav-opened {
  top: 0px;
}

.is-z {
  z-index: 120;
}

.sp-nav_nav-list_box_list {
  position: relative;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
}
.sp-nav_nav-list_box_list p {
  color: white;
  font-size: min(3.8vw, 16px);
  font-weight: 500;
  letter-spacing: 0.06em;
}
.sp-nav_nav-list_box_list::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.sp-nav_nav-list_box_list:first-of-type {
  border-top: 1px solid #CCCCCC;
}

.sp-nav_nav-list_box_list:nth-last-of-type(1) {
  margin-bottom: 0;
}

.hum-menu_title {
  font-weight: 550;
  color: white;
  font-size: 16px;
  text-align: center;
  margin-top: 3px;
}

.sp-header-nav_box_ham {
  position: fixed;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  display: block;
  right: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  z-index: 200;
  background-position: center;
}

.sp-header-nav_box_ham_line {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: var(--dark_blue01);
  width: 30px;
  height: 1px;
  border-radius: 3px;
}

.sp-header-nav_box_ham.clicked {
  background-color: inherit;
}

.line-1 {
  top: 25px;
  right: 20px;
}

.line-2 {
  top: 35px;
  right: 20px;
}

.line-3 {
  top: 45px;
  right: 20px;
}

.clicked .line-1 {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  top: 30px;
}

.clicked .line-2 {
  opacity: 0;
}

.clicked .line-3 {
  -webkit-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg);
  top: 30px;
}

.sp-nav_nav-list {
  width: 100%;
  right: 0;
}

/* ハンバーガーメニューここまで */
#kv {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #kv {
    padding-top: 70px;
    background-image: url("../images/KV_BG_sp.jpg");
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
#kv h2 {
  position: absolute;
  color: white;
  top: 13vw;
}
@media screen and (max-width: 1340px) {
  #kv h2 {
    top: 196px;
  }
}
@media screen and (max-width: 1340px) {
  #kv h2 {
    top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #kv h2 {
    position: static;
  }
}
#kv h2 .title {
  font-size: 56px;
  letter-spacing: 0.15em;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 1340px) {
  #kv h2 .title {
    font-size: 42px;
  }
}
@media screen and (max-width: 900px) {
  #kv h2 .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #kv h2 .title {
    font-size: min(9.5vw, 38px);
    margin-top: 25vw;
  }
}
#kv h2 .lead {
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 2.2;
}
@media screen and (max-width: 1080px) {
  #kv h2 .lead {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #kv h2 .lead {
    font-size: min(3.3vw, 14px);
    padding-bottom: 29vw;
  }
}

#about {
  background-color: var(--gray02);
  padding: 94px 0 0px;
}
@media screen and (max-width: 768px) {
  #about {
    padding: 66px 0 0px;
  }
}
#about .contents-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 22px;
  -moz-column-gap: 22px;
  column-gap: 22px;
}
@media screen and (max-width: 768px) {
  #about .contents-inner {
    display: block;
  }
}
#about .contents-inner .title {
  padding: 0 30px 0 153px;
}
@media screen and (max-width: 1340px) {
  #about .contents-inner .title {
    padding: 0 30px 0 0px;
  }
}
@media screen and (max-width: 768px) {
  #about .contents-inner .title {
    padding: 0;
  }
}
#about .contents-inner .title .ex {
  font-size: 14px;
  color: var(--dark_blue02);
  letter-spacing: 0.06em;
  line-height: 2.1;
  width: 400px;
  margin-bottom: 113px;
}
@media screen and (max-width: 768px) {
  #about .contents-inner .title .ex {
    font-size: min(3.6vw, 14px);
    width: 100%;
    margin-bottom: 66px;
  }
}
#about .contents-inner .image {
  margin: 52px 0 -143px;
}
@media screen and (max-width: 768px) {
  #about .contents-inner .image {
    width: 112%;
    margin: 0 -6%;
  }
}
#about .bottom {
  padding: 110px 0 0;
  background-color: white;
}
@media screen and (max-width: 768px) {
  #about .bottom {
    padding: 0;
  }
}

#service {
  padding: 94px 0 114px;
}
@media screen and (max-width: 768px) {
  #service {
    padding: 66px 0 66px;
  }
}
#service .contents-inner h3 {
  text-align: center;
}
#service .contents-inner h3::after {
  content: none;
}
#service .contents-inner h3 .en {
  font-size: 70px;
}
@media screen and (max-width: 768px) {
  #service .contents-inner h3 .en {
    font-size: min(13.5vw, 45px);
  }
}
#service .contents-inner .box_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4%;
  -moz-column-gap: 4%;
  column-gap: 4%;
}
@media screen and (max-width: 768px) {
  #service .contents-inner .box_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#service .contents-inner .box_flex li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #service .contents-inner .box_flex li {
    width: 100%;
  }
}
#service .contents-inner .box_flex .scene {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #service .contents-inner .box_flex .scene {
    margin-bottom: 19px;
  }
}
#service .contents-inner .box_flex h4 {
  position: relative;
}
#service .contents-inner .box_flex h4 p {
  color: var(--dark_blue01);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 45px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1340px) {
  #service .contents-inner .box_flex h4 p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #service .contents-inner .box_flex h4 p {
    font-size: 2.1vw;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) {
  #service .contents-inner .box_flex h4 p {
    font-size: min(5.5vw, 22px);
    letter-spacing: 0.14em;
    margin-bottom: 33px;
  }
}
#service .contents-inner .box_flex h4::after {
  display: block;
  content: "";
  width: 75px;
  height: 1px;
  background-color: var(--gray01);
  position: absolute;
  margin: auto;
  left: 0;
  bottom: -22px;
}
@media screen and (max-width: 768px) {
  #service .contents-inner .box_flex h4::after {
    width: 55px;
    bottom: -16px;
  }
}
#service .contents-inner .box_flex .ex {
  font-size: 16px;
  color: var(--dark_blue01);
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #service .contents-inner .box_flex .ex {
    font-size: min(3.6vw, 14px);
    margin-bottom: 19px;
  }
}
#service .contents-inner .box_flex .region_wrap {
  background-color: var(--gray02);
  padding: 20px 4%;
}
@media screen and (max-width: 768px) {
  #service .contents-inner .box_flex .region_wrap {
    padding: 26px 6%;
    margin-bottom: 61px;
  }
  #service .contents-inner .box_flex .region_wrap.bottom {
    margin-bottom: 0;
  }
}
#service .contents-inner .box_flex .region_wrap .title {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray01);
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #service .contents-inner .box_flex .region_wrap .title {
    font-size: min(3.8vw, 16px);
  }
}
#service .contents-inner .box_flex .region_wrap .title::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #C9C9C9;
  margin-left: 15px;
}
#service .contents-inner .box_flex .region_wrap .text {
  font-size: 12px;
  color: var(--gray01);
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #service .contents-inner .box_flex .region_wrap .text {
    font-size: min(3.3vw, 12px);
  }
}

#company {
  background-color: var(--gray02);
  padding: 88px 0 104px;
}
@media screen and (max-width: 768px) {
  #company {
    padding: 66px 5% 66px;
  }
}
#company .contents-inner {
  background-color: white;
  border-radius: 20px;
  padding: 73px 9% 91px;
}
@media screen and (max-width: 768px) {
  #company .contents-inner {
    padding: 40px 5% 40px;
  }
}
#company .contents-inner h3 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #company .contents-inner h3 {
    text-align: left;
  }
}
#company .contents-inner h3::after {
  content: none;
}
#company .contents-inner .list_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 37px;
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  #company .contents-inner .list_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#company .contents-inner .list_flex .title {
  font-size: 16px;
  color: var(--black01);
  font-weight: 550;
  letter-spacing: 0.12em;
  line-height: 1.6;
  width: 22%;
}
@media screen and (max-width: 768px) {
  #company .contents-inner .list_flex .title {
    font-size: min(3.8vw, 16px);
    margin-bottom: 10px;
    width: 100%;
  }
}
#company .contents-inner .list_flex .ex {
  font-size: 16px;
  color: var(--dark_blue01);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  width: 75%;
}
@media screen and (max-width: 768px) {
  #company .contents-inner .list_flex .ex {
    width: 100%;
    font-size: min(3.6vw, 14px);
  }
}
#company .contents-inner .list_flex .ex .chronology_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #company .contents-inner .list_flex .ex .chronology_flex {
    margin-bottom: 14px;
  }
}
#company .contents-inner .list_flex .ex .chronology_flex .year {
  font-size: 14px;
  font-weight: 550;
  color: var(--dark_blue01);
  letter-spacing: 0.06em;
  line-height: 1.7;
  width: 14%;
}
@media screen and (max-width: 768px) {
  #company .contents-inner .list_flex .ex .chronology_flex .year {
    font-size: min(3.2vw, 12px);
    width: 20%;
  }
}
#company .contents-inner .list_flex .ex .chronology_flex .text {
  font-size: 14px;
  font-weight: 400;
  color: var(--dark_blue01);
  letter-spacing: 0.06em;
  line-height: 1.7;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #company .contents-inner .list_flex .ex .chronology_flex .text {
    font-size: min(3.2vw, 12px);
  }
  #company .contents-inner .list_flex .ex .chronology_flex .text.last_list {
    width: 100%;
  }
}
#company .contents-inner #access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #company .contents-inner #access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#company .contents-inner #access li:first-of-type {
  width: 40%;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #company .contents-inner #access li:first-of-type {
    width: 100%;
  }
}
#company .contents-inner #access li:first-of-type h3 {
  text-align: left;
}
#company .contents-inner #access li:first-of-type h3::after {
  content: "";
}
#company .contents-inner #access li:first-of-type .info {
  font-size: 14px;
  color: var(--black01);
}
@media screen and (max-width: 768px) {
  #company .contents-inner #access li:first-of-type .info {
    font-size: min(3.5vw, 14px);
  }
}
#company .contents-inner #access li:first-of-type .info .address {
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #company .contents-inner #access li:first-of-type .info .address {
    margin-bottom: 20px;
  }
}
#company .contents-inner #access li:first-of-type .info .station {
  letter-spacing: 0.12em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #company .contents-inner #access li:first-of-type .info .station {
    margin-bottom: 20px;
  }
}
#company .contents-inner #access li:last-of-type {
  width: 60%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  #company .contents-inner #access li:last-of-type {
    width: 100%;
  }
}
#company .contents-inner #access li:last-of-type .map {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 75%;
}
#company .contents-inner #access li:last-of-type .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}

#contact {
  padding: 105px 0;
  color: white;
  background-color: var(--blue01);
  background-image: url(../images/contact_BG_PC.png);
  background-size: 40%;
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  #contact {
    padding: 5vw 0;
    background-image: url(../images/contact_BG_tab.png);
    background-size: 38vw;
    background-position: right;
  }
}
@media screen and (max-width: 768px) {
  #contact {
    padding: 66px 0 66px;
    background-image: none;
  }
}
#contact .contents-inner h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 26px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #contact .contents-inner h4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#contact .contents-inner h4 .en {
  font-size: 45px;
  font-weight: 550;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  #contact .contents-inner h4 .en {
    font-size: min(13.5vw, 45px);
    margin-bottom: 17px;
  }
}
#contact .contents-inner h4 .ja {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-bottom: 6px;
}
@media screen and (max-width: 768px) {
  #contact .contents-inner h4 .ja {
    font-size: min(3.5vw, 14px);
    padding-bottom: 0px;
  }
}
#contact .contents-inner .lead {
  font-size: 15px;
  letter-spacing: 0.08em;
  margin-bottom: 41px;
}
@media screen and (max-width: 1050px) {
  #contact .contents-inner .lead {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contents-inner .lead {
    width: 100%;
    text-align: center;
    font-size: min(3.6vw, 15px);
  }
}
#contact .contents-inner form {
  width: 545px;
}
@media screen and (max-width: 1050px) {
  #contact .contents-inner form {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contents-inner form {
    width: 100%;
  }
}
#contact .contents-inner form p {
  font-size: 14px;
  letter-spacing: 0.08em;
}
#contact .contents-inner form input {
  width: 100%;
  display: block;
  margin-bottom: 22px;
  height: 45px;
  border-radius: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #contact .contents-inner form input {
    font-size: min(3.5vw, 14px);
    margin-bottom: 15px;
  }
}
#contact .contents-inner form label {
  display: block;
  width: 140px;
  height: 0px;
  margin-bottom: 5px;
}
#contact .contents-inner form textarea {
  width: 100%;
  display: block;
  height: 184px;
  margin-bottom: 49px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #contact .contents-inner form textarea {
    height: 120px;
  }
}
#contact .contents-inner form .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}
#contact .contents-inner form .btn .btn__inner {
  width: 272px;
  background: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contact .contents-inner form .btn .btn__inner {
    width: 80%;
  }
}
#contact .contents-inner form .btn .btn__inner::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
#contact .contents-inner form .btn .btn__inner:hover::after {
  border-right: 1px solid var(--gold01);
  border-bottom: 1px solid var(--gold01);
}
#contact .contents-inner form .btn .btn__inner input {
  background-color: var(--gold01);
  height: inherit;
  margin-bottom: 0;
  color: white;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 30px;
  padding: 13px;
  border: 2px solid var(--gold01);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
#contact .contents-inner form .btn .btn__inner input:hover {
  background-color: white;
  color: var(--gold01);
}
@media screen and (max-width: 768px) {
  #contact .contents-inner form .btn .btn__inner input {
    font-size: min(3.5vw, 14px);
  }
}

#footer {
  padding: 105px 0 43px;
  background-color: var(--gray02);
  color: var(--dark_blue01);
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 66px 0 66px;
  }
}
#footer .contents-inner .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #footer .contents-inner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#footer .contents-inner .flex .company_info {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #footer .contents-inner .flex .company_info {
    width: 100%;
  }
}
#footer .contents-inner .flex .company_info .company_rogo {
  width: 298px;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  #footer .contents-inner .flex .company_info .company_rogo {
    width: 265px;
    margin-bottom: 30px;
  }
}
#footer .contents-inner .flex .company_info .name {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  #footer .contents-inner .flex .company_info .name {
    font-size: min(3.8vw, 16px);
    margin-bottom: 15px;
  }
}
#footer .contents-inner .flex .company_info .address {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #footer .contents-inner .flex .company_info .address {
    font-size: min(3.5vw, 13px);
    margin-bottom: 40px;
  }
}
#footer .contents-inner .flex .site_link {
  width: 388px;
}
@media screen and (max-width: 768px) {
  #footer .contents-inner .flex .site_link {
    width: 100%;
  }
}
#footer .contents-inner .flex .site_link .grid_layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  row-gap: 33px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #footer .contents-inner .flex .site_link .grid_layout {
    display: block;
    border-top: 1px solid #CCCCCC;
    margin-bottom: 40px;
  }
}
#footer .contents-inner .flex .site_link .grid_layout li {
  position: relative;
}
@media screen and (max-width: 768px) {
  #footer .contents-inner .flex .site_link .grid_layout li::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #4B4B4B;
    border-bottom: 1px solid #4B4B4B;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}
#footer .contents-inner .flex .site_link .grid_layout li a p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--dark_blue01);
}
@media screen and (max-width: 768px) {
  #footer .contents-inner .flex .site_link .grid_layout li a p {
    font-size: min(3.7vw, 15px);
    padding: 20px 0 20px;
    border-bottom: 1px solid #CCCCCC;
  }
}
#footer .contents-inner .flex .site_link .contact_button {
  color: white;
  display: block;
  background-color: var(--dark_blue01);
  width: 100%;
  text-align: center;
  padding: 20px 0;
  border-radius: 6px;
  margin-bottom: 80px;
  font-size: 18px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #footer .contents-inner .flex .site_link .contact_button {
    margin-bottom: 50px;
    font-size: min(3.9vw, 17px);
  }
}
#footer .contents-inner .flex .site_link .copyright {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #footer .contents-inner .flex .site_link .copyright {
    font-size: min(3.2vw, 11px);
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */