@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #1A1A1A;
  font-size: 18px;
  line-height: 1.8;
}
@media (min-width: 1081px) and (max-width:1390px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
}

.inner {
  width: 1240px;
  margin: 0 auto;
}
@media (min-width: 651px) and (max-width:1080px) {
  .inner {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 650px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .inner {
    width: 960px;
  }
}

.en-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 170px;
  letter-spacing: 1rem;
  color: rgba(0, 50, 136, 0.08);
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 651px) and (max-width:1080px) {
  .en-title {
    font-size: 100px;
  }
}
@media screen and (max-width: 650px) {
  .en-title {
    font-size: 57px;
    letter-spacing: 0.5rem;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .en-title {
    font-size: 140px;
  }
}

.btn {
  width: 384px;
  height: 76px;
  border: 1px solid #003288;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 650px) {
  .btn {
    width: 170px;
    height: 33px;
  }
}
.btn a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #003288;
  padding-top: 19px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .btn a {
    font-size: 14px;
    text-align: center;
    padding-top: 2px;
    padding-left: 0;
  }
}
.btn a img {
  width: 50px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
@media screen and (max-width: 650px) {
  .btn a img {
    width: 20px;
    right: 10px;
  }
}
.btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #003288;
  z-index: -1;
  transition: left 0.4s ease;
}
.btn a:hover::before {
  left: 0;
}
.btn a:hover {
  color: #fff;
}
.btn a:hover img {
  filter: brightness(0) invert(1);
}

@media (min-width: 651px) and (max-width:1080px) {
  .sp-none {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .sp-none {
    display: none;
  }
}

.pc-none {
  display: none;
}
@media (min-width: 1081px) and (max-width:1390px) {
  .pc-none {
    display: none;
  }
}
@media (min-width: 651px) and (max-width:1080px) {
  .pc-none {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .pc-none {
    display: block;
  }
}

.page-top {
  width: 100%;
  padding: 110px 0;
  position: relative;
}
@media (min-width: 651px) and (max-width:1080px) {
  .page-top {
    padding: 60px 0;
  }
}
@media screen and (max-width: 650px) {
  .page-top {
    padding: 60px 0;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .page-top {
    padding: 80px 0;
  }
}

.page-title {
  color: #fff;
  line-height: 1.2;
}
.page-title span {
  font-size: 21px;
  position: relative;
  padding-left: 65px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .page-title span {
    padding-left: 45px;
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .page-title span {
    padding-left: 38px;
    font-size: 13px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .page-title span {
    font-size: 19px;
  }
}
.page-title span::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 651px) and (max-width:1080px) {
  .page-title span::before {
    width: 38px;
  }
}
@media screen and (max-width: 650px) {
  .page-title span::before {
    width: 30px;
  }
}
.page-title h1 {
  font-size: 90px;
  letter-spacing: 0.9rem;
  font-family: "Roboto Condensed", sans-serif;
}
@media (min-width: 651px) and (max-width:1080px) {
  .page-title h1 {
    font-size: 60px;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 650px) {
  .page-title h1 {
    font-size: 40px;
    letter-spacing: 0.2rem;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .page-title h1 {
    font-size: 80px;
    letter-spacing: 0.6rem;
  }
}

.page-main {
  position: relative;
  width: 100%;
}

.breadcrumb {
  position: absolute;
  top: 40px;
  right: 100px;
  font-size: 13px;
}
@media (min-width: 1081px) and (max-width:1390px) {
  .breadcrumb {
    right: 60px;
    top: 30px;
  }
}
@media screen and (max-width: 650px) {
  .breadcrumb {
    top: 10px;
    right: 10px;
  }
}
.breadcrumb span {
  padding-left: 5px;
}
.breadcrumb a {
  font-size: 13px;
  color: #1A1A1A;
  padding-right: 5px;
}
.breadcrumb a:hover {
  opacity: 0.6;
}
.breadcrumb #text {
  margin: 0 10px;
}

.header {
  display: flex;
  align-items: center;
  height: 147px;
}
@media screen and (max-width: 650px) {
  .header {
    height: 80px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .header {
    height: 120px;
  }
}

.header-logo {
  width: 80px;
  margin-left: 60px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .header-logo {
    width: 60px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 650px) {
  .header-logo {
    width: 40px;
    margin-left: 20px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .header-logo {
    width: 70px;
  }
}

.header-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (min-width: 651px) and (max-width:1080px) {
  .header-nav {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .header-nav {
    display: none;
  }
}
.header-nav li {
  padding-right: 45px;
}
.header-nav li a {
  font-size: 18px;
  color: #003288;
  transition: all 0.7s;
}
.header-nav li a:hover {
  opacity: 0.7;
}

.header-contact {
  height: 100%;
  width: 174px;
  transition: all 0.7s;
}
.header-contact:hover {
  opacity: 0.7;
}
@media (min-width: 651px) and (max-width:1080px) {
  .header-contact {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .header-contact {
    display: none;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .header-contact {
    width: 150px;
  }
}
.header-contact a {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: #003288;
  color: #ffffff;
  text-align: center;
  padding-top: 56px;
}
@media (min-width: 1081px) and (max-width:1390px) {
  .header-contact a {
    padding-top: 42px;
  }
}

.header-shop {
  height: 100%;
  width: 174px;
  transition: all 0.7s;
}
.header-shop:hover {
  opacity: 0.7;
}
@media (min-width: 651px) and (max-width:1080px) {
  .header-shop {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .header-shop {
    display: none;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .header-shop {
    width: 150px;
  }
}
.header-shop a {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: #1A1A1A;
  color: #ffffff;
  text-align: center;
  padding-top: 40px;
}
@media (min-width: 1081px) and (max-width:1390px) {
  .header-shop a {
    padding-top: 30px;
  }
}

.drawer-content {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #003288;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  padding: 100px 40px;
}
.drawer-content.is-active {
  transform: translateX(0) !important;
}

.drawer-content-item {
  padding-bottom: 20px;
}
.drawer-content-item a {
  display: block;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  transition: all 0.5s;
  padding-bottom: 20px;
}
.drawer-content-item a:hover {
  opacity: 0.7;
}

.drawer-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
  width: 48px;
  height: 48px;
  background-color: #003288;
  border-radius: 50%;
}
@media (min-width: 651px) and (max-width:1080px) {
  .drawer-icon {
    display: block;
    border: 1px solid #ffffff;
    top: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 650px) {
  .drawer-icon {
    display: block;
    border: 1px solid #ffffff;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  top: 24px;
  transform: rotate(-45deg);
  background: #ffffff;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  top: 24px;
  transform: rotate(45deg);
  background: #ffffff;
}

.drawer-icon-bars {
  width: 26px;
  height: 40px;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 26px;
  height: 2px;
  border-radius: 3px;
  background: #ffffff;
  transition: all 0.4s;
}
.drawer-icon-bar1.is-active,
.drawer-icon-bar2.is-active,
.drawer-icon-bar3.is-active {
  background: #ffffff;
  z-index: 299;
}

.drawer-icon-bar1 {
  top: 14px;
}

.drawer-icon-bar2 {
  top: 22px;
}

.drawer-icon-bar3 {
  top: 30px;
}

.hero {
  position: relative;
  width: 100%;
}

.hero-main {
  width: 90%;
  margin-left: auto;
  overflow: hidden;
  height: 750px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .hero-main {
    width: 100%;
    height: 370px;
  }
}
@media screen and (max-width: 650px) {
  .hero-main {
    width: 100%;
    height: 240px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .hero-main {
    height: 550px;
    width: 93%;
  }
}
.hero-main img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 650px) {
  .hero-main img {
    -o-object-position: center;
       object-position: center;
  }
}

.hero-back {
  background-color: #003288;
  position: absolute;
  width: 90%;
  height: 750px;
  top: 100px;
  z-index: -1;
  display: flex;
  align-items: end;
  justify-content: end;
}
@media (min-width: 651px) and (max-width:1080px) {
  .hero-back {
    height: 200px;
    top: 370px;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .hero-back {
    height: 115px;
    top: 240px;
    width: 100%;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .hero-back {
    height: 550px;
  }
}

.hero-en {
  font-family: "Roboto Condensed", sans-serif;
  color: #E4E4E4;
  font-weight: 700;
  font-size: 90px;
  letter-spacing: 0.9rem;
  line-height: 1;
}
@media (min-width: 651px) and (max-width:1080px) {
  .hero-en {
    font-size: 40px;
  }
}
@media screen and (max-width: 650px) {
  .hero-en {
    font-size: 24px;
    letter-spacing: 0.2rem;
    padding-right: 20px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .hero-en {
    font-size: 75px;
  }
}

.hero-top {
  position: absolute;
  left: 10%;
  bottom: 60px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .hero-top {
    position: static;
    margin-top: 10px;
  }
}
@media screen and (max-width: 650px) {
  .hero-top {
    position: static;
    margin-top: 10px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .hero-top {
    left: 7%;
    bottom: 30px;
  }
}
.hero-top h1 {
  font-size: 43px;
  letter-spacing: 0.43rem;
  color: #E4E4E4;
  background-color: #003288;
  padding: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
@media (min-width: 651px) and (max-width:1080px) {
  .hero-top h1 {
    font-size: 22px;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
    line-height: 1;
    padding: 10px 40px;
  }
}
@media screen and (max-width: 650px) {
  .hero-top h1 {
    font-size: 18px;
    letter-spacing: 0.1rem;
    padding: 0 20px;
    line-height: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .hero-top h1 {
    font-size: 32px;
    margin-bottom: 10px;
    padding: 8px;
  }
}

.concept-back {
  background-color: rgba(0, 50, 136, 0.08);
  padding-top: 260px;
  padding-bottom: 280px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}
@media (min-width: 651px) and (max-width:1080px) {
  .concept-back {
    padding-top: 140px;
    padding-bottom: 160px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
  }
}
@media screen and (max-width: 650px) {
  .concept-back {
    padding-top: 40px;
    padding-bottom: 100px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .concept-back {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.concept-box {
  width: 100%;
  padding: 100px 40px;
  border: 1px solid #003288;
  border-left: 17px solid #003288;
}
@media (min-width: 651px) and (max-width:1080px) {
  .concept-box {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 650px) {
  .concept-box {
    padding: 30px 10px;
    border-left: 6px solid #003288;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .concept-box {
    padding: 50px 20px;
  }
}

.concept-inner {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 650px) {
  .concept-inner {
    display: block;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .concept-inner {
    gap: 30px;
  }
}
.concept-inner h2 {
  font-family: "Roboto Condensed", sans-serif;
  color: #003288;
  font-size: 40px;
  letter-spacing: 0.2rem;
  line-height: 1;
  margin-top: -10px;
  position: relative;
}
.concept-inner h2 span {
  font-size: 12px;
}
@media screen and (max-width: 650px) {
  .concept-inner h2 span {
    position: relative;
    display: block;
    font-size: 10px;
  }
  .concept-inner h2 span::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #003288;
    left: 65px;
    bottom: 0;
  }
}
.concept-inner h2::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #003288;
  left: 0;
  top: 90px;
}
@media screen and (max-width: 650px) {
  .concept-inner h2::after {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .concept-inner h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.section-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 200px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .section-wrap {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 650px) {
  .section-wrap {
    position: relative;
    margin-bottom: 80px;
    padding-top: 0;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .section-wrap {
    margin-bottom: 150px;
  }
}
.section-wrap:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 650px) {
  .section-wrap:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.section-content {
  width: 45%;
}
@media (min-width: 651px) and (max-width:1080px) {
  .section-content {
    width: 48%;
  }
}
@media screen and (max-width: 650px) {
  .section-content {
    width: 100%;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .section-content {
    width: 48%;
  }
}
.section-content h2 {
  font-size: 90px;
  letter-spacing: 0.7rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #003288;
  line-height: 1;
  position: relative;
}
@media (min-width: 651px) and (max-width:1080px) {
  .section-content h2 {
    font-size: 60px;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 650px) {
  .section-content h2 {
    font-size: 30px;
    letter-spacing: 0.3rem;
    margin-top: 10px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .section-content h2 {
    font-size: 75px;
  }
}
.section-content h2::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 1px;
  background-color: #003288;
  bottom: 20px;
  left: -120px;
  z-index: 0;
}
@media (min-width: 651px) and (max-width:1080px) {
  .section-content h2::before {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .section-content h2::before {
    width: 20px;
    left: 47px;
    top: 8px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .section-content h2::before {
    width: 110px;
    left: -130px;
  }
}
.section-content h2 span {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 650px) {
  .section-content h2 span {
    font-size: 10px;
    letter-spacing: 0.1rem;
  }
}
.section-content h3 {
  font-size: 24px;
  letter-spacing: 0.25rem;
  padding-top: 20px;
  margin-left: -15px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .section-content h3 {
    font-size: 20px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 650px) {
  .section-content h3 {
    font-size: 16px;
    padding-top: 5px;
    margin-left: -8px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .section-content h3 {
    font-size: 20px;
    letter-spacing: 0.15rem;
    padding-top: 15px;
    margin-left: -10px;
  }
}
.section-content p {
  padding-bottom: 40px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .section-content p {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 650px) {
  .section-content p {
    padding-bottom: 10px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .section-content p {
    padding-bottom: 30px;
  }
}

.section-img {
  width: 45%;
  margin-top: 140px;
  position: relative;
}
@media (min-width: 651px) and (max-width:1080px) {
  .section-img {
    width: 48%;
  }
}
@media screen and (max-width: 650px) {
  .section-img {
    width: 100%;
    margin-top: 60px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .section-img {
    width: 47%;
  }
}

.company-en {
  margin-left: -60px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .company-en {
    margin-left: -20px;
  }
}
@media screen and (max-width: 650px) {
  .company-en {
    margin-left: 0;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .company-en {
    margin-left: -30px;
  }
}

.business-en {
  margin-left: -140px;
}
@media screen and (max-width: 650px) {
  .business-en {
    margin-left: 0;
  }
}

.product-en {
  margin-left: -60px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .product-en {
    margin-left: -20px;
  }
}
@media screen and (max-width: 650px) {
  .product-en {
    margin-left: 0;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .product-en {
    margin-left: -30px;
  }
}

.access-top {
  width: 100%;
  background: url(../img/access-top.jpg) no-repeat center center/cover;
  text-align: center;
  color: #ffffff;
  line-height: 1;
  padding: 100px 0;
  position: relative;
  z-index: 0;
}
@media (min-width: 651px) and (max-width:1080px) {
  .access-top {
    padding: 60px 0;
  }
}
@media screen and (max-width: 650px) {
  .access-top {
    padding: 45px 0;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .access-top {
    padding: 80px 0;
  }
}
.access-top h2 {
  font-size: 90px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.9rem;
}
@media (min-width: 651px) and (max-width:1080px) {
  .access-top h2 {
    font-size: 70px;
    letter-spacing: 0.4rem;
  }
}
@media screen and (max-width: 650px) {
  .access-top h2 {
    font-size: 30px;
    letter-spacing: 0.3rem;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .access-top h2 {
    font-size: 80px;
  }
}
.access-top h2 span {
  font-size: 13px;
  display: block;
  letter-spacing: 0.13rem;
}
@media screen and (max-width: 650px) {
  .access-top h2 span {
    font-size: 10px;
    letter-spacing: 0.1rem;
  }
}

.access-back {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.4);
  z-index: -1;
  top: 0;
  left: 0;
}

.access-map {
  width: 100%;
  padding-top: 30%;
  position: relative;
}
.access-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contact {
  padding: 120px 0;
  background-color: #003288;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .contact {
    padding: 50px 20px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .contact {
    padding: 100px 0;
  }
}
.contact h2 {
  font-size: 90px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.9rem;
  line-height: 1;
}
@media (min-width: 651px) and (max-width:1080px) {
  .contact h2 {
    font-size: 70px;
    letter-spacing: 0.4rem;
  }
}
@media screen and (max-width: 650px) {
  .contact h2 {
    font-size: 30px;
    letter-spacing: 0.3rem;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .contact h2 {
    font-size: 80px;
  }
}
.contact h2 span {
  font-size: 13px;
  display: block;
  letter-spacing: 0.13rem;
}
@media screen and (max-width: 650px) {
  .contact h2 span {
    font-size: 10px;
  }
}

.contact-message {
  padding: 60px 0;
  line-height: 2;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 650px) {
  .contact-message {
    padding: 20px 0;
    letter-spacing: 0.01rem;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .contact-message {
    padding: 50px 0;
  }
}

.contact-content {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: end;
}
@media screen and (max-width: 650px) {
  .contact-content {
    display: block;
  }
}

.contact-tel {
  letter-spacing: 0.15rem;
}
.contact-tel p {
  font-size: 30px;
  font-family: "Roboto Condensed", sans-serif;
}
.contact-btn {
  width: 250px;
  height: 62px;
}
@media screen and (max-width: 650px) {
  .contact-btn {
    margin: 40px auto 0 auto;
    width: 165px;
    height: 40px;
  }
}
.contact-btn a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  color: #1A1A1A;
  background-color: #ffffff;
  padding-top: 15px;
  transition: all 0.7s;
}
.contact-btn a:hover {
  background-color: #1A1A1A;
  color: #ffffff;
}
@media screen and (max-width: 650px) {
  .contact-btn a {
    font-size: 10px;
    padding-top: 10px;
  }
}

.footer {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 120px 0;
  align-items: center;
}
@media (min-width: 651px) and (max-width:1080px) {
  .footer {
    padding: 60px 0 40px 0;
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .footer {
    display: block;
    padding: 50px 0;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .footer {
    padding: 100px 0;
  }
}

@media (min-width: 651px) and (max-width:1080px) {
  .footer-logo {
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .footer-logo {
    text-align: center;
  }
}
.footer-logo a {
  color: #003288;
}
.footer-logo a img {
  width: 63px;
  vertical-align: middle;
}

.footer-address {
  padding-top: 20px;
  padding-bottom: 80px;
  line-height: 1.8;
  color: #003288;
}
@media (min-width: 651px) and (max-width:1080px) {
  .footer-address {
    text-align: center;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 650px) {
  .footer-address {
    text-align: center;
    line-height: 1.6;
    padding-bottom: 30px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .footer-address {
    padding-bottom: 60px;
  }
}

.footer-footer {
  color: #003288;
  font-size: 14px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .footer-footer {
    padding-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .footer-footer {
    padding-top: 20px;
    text-align: center;
  }
}

.footer-right {
  display: flex;
}
@media (min-width: 651px) and (max-width:1080px) {
  .footer-right {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .footer-right {
    display: block;
  }
}

.footer-nav {
  display: flex;
  align-items: center;
}
@media (min-width: 651px) and (max-width:1080px) {
  .footer-nav {
    justify-content: center;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 650px) {
  .footer-nav {
    justify-content: center;
    padding-bottom: 30px;
  }
}
.footer-nav li {
  padding-right: 40px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .footer-nav li {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 650px) {
  .footer-nav li {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .footer-nav li {
    padding-right: 30px;
  }
}
.footer-nav li a {
  color: #003288;
  transition: all 0.7s;
}
.footer-nav li a:hover {
  opacity: 0.7;
}

.footer-contact {
  background-color: #003288;
  width: 170px;
  height: 105px;
  transition: all 0.7s;
}
.footer-contact:hover {
  opacity: 0.7;
}
@media (min-width: 651px) and (max-width:1080px) {
  .footer-contact {
    margin: 0 auto 20px auto;
    height: 90px;
  }
}
@media screen and (max-width: 650px) {
  .footer-contact {
    margin: 0 auto 20px auto;
    height: 70px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .footer-contact {
    width: 150px;
    height: 90px;
  }
}
.footer-contact a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  padding-top: 34px;
}
@media screen and (max-width: 650px) {
  .footer-contact a {
    padding-top: 20px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .footer-contact a {
    padding-top: 30px;
  }
}

.footer-shop {
  background-color: #1A1A1A;
  width: 170px;
  height: 105px;
  transition: all 0.7s;
}
.footer-shop:hover {
  opacity: 0.7;
}
@media (min-width: 651px) and (max-width:1080px) {
  .footer-shop {
    margin: 0 auto 20px auto;
    height: 90px;
  }
}
@media screen and (max-width: 650px) {
  .footer-shop {
    height: 70px;
    margin: 0 auto;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .footer-shop {
    width: 150px;
    height: 90px;
  }
}
.footer-shop a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  padding-top: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 650px) {
  .footer-shop a {
    padding-top: 15px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .footer-shop a {
    padding-top: 24px;
  }
}

.business-top {
  background: url(../img/top-business2.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 0;
}

.business-service {
  background-color: #FAFAFA;
  padding-top: 120px;
  padding-bottom: 140px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .business-service {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 650px) {
  .business-service {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .business-service {
    padding-top: 110px;
    padding-bottom: 120px;
  }
}
.business-service h2 {
  font-size: 54px;
  color: #003288;
  letter-spacing: 0.5rem;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .business-service h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 650px) {
  .business-service h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .business-service h2 {
    font-size: 50px;
  }
}
.business-service h2::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #003288;
  left: 0;
  bottom: 0;
}
.business-service h3 {
  font-size: 35px;
  letter-spacing: 0.3rem;
  padding-bottom: 20px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .business-service h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .business-service h3 {
    font-size: 22px;
    letter-spacing: 0.1rem;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .business-service h3 {
    font-size: 32px;
  }
}
.business-service p {
  padding-bottom: 15px;
}

.business-service-box {
  width: 90%;
  margin: 60px auto;
  background-color: #ffffff;
  padding: 100px 0;
}
@media (min-width: 651px) and (max-width:1080px) {
  .business-service-box {
    padding: 60px 0;
    margin: 40px auto;
  }
}
@media screen and (max-width: 650px) {
  .business-service-box {
    width: 100%;
    margin: 20px auto;
    padding: 20px 0;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .business-service-box {
    padding: 70px 0;
  }
}

.business-service-img {
  width: 550px;
  margin: 0 auto;
}
@media (min-width: 651px) and (max-width:1080px) {
  .business-service-img {
    width: 380px;
  }
}
@media screen and (max-width: 650px) {
  .business-service-img {
    width: 100%;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .business-service-img {
    width: 480px;
  }
}

.our-service {
  padding: 120px 0;
}
@media (min-width: 651px) and (max-width:1080px) {
  .our-service {
    padding: 80px 0;
  }
}
@media screen and (max-width: 650px) {
  .our-service {
    padding: 60px 0;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .our-service {
    padding: 100px 0;
  }
}

.business-h2 {
  line-height: 1.2;
  color: #003288;
  margin-bottom: 80px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .business-h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 650px) {
  .business-h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .business-h2 {
    margin-bottom: 60px;
  }
}
.business-h2 span {
  font-size: 13px;
  position: relative;
  padding-left: 65px;
}
@media screen and (max-width: 650px) {
  .business-h2 span {
    font-size: 10px;
    padding-left: 38px;
  }
}
.business-h2 span::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 1px;
  background-color: #003288;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 650px) {
  .business-h2 span::before {
    width: 30px;
  }
}
.business-h2 h2 {
  font-size: 54px;
  letter-spacing: 0.5rem;
  font-family: "Roboto Condensed", sans-serif;
}
@media (min-width: 651px) and (max-width:1080px) {
  .business-h2 h2 {
    font-size: 40px;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 650px) {
  .business-h2 h2 {
    font-size: 30px;
    letter-spacing: 0.2rem;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .business-h2 h2 {
    font-size: 50px;
  }
}

.our-service-item {
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 651px) and (max-width:1080px) {
  .our-service-item {
    padding: 50px 0;
  }
}
@media screen and (max-width: 650px) {
  .our-service-item {
    padding: 30px 0;
    display: block;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .our-service-item {
    padding: 70px 0;
  }
}
.our-service-item:not(:last-child) {
  border-bottom: 1px solid #003288;
}

.our-content {
  width: 59%;
  line-height: 1.2;
}
@media (min-width: 651px) and (max-width:1080px) {
  .our-content {
    width: 55%;
  }
}
@media screen and (max-width: 650px) {
  .our-content {
    width: 100%;
  }
}
.our-content h3 {
  font-size: 36px;
  letter-spacing: 0.3rem;
  padding-bottom: 10px;
  color: #003288;
}
@media (min-width: 651px) and (max-width:1080px) {
  .our-content h3 {
    font-size: 24px;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 650px) {
  .our-content h3 {
    font-size: 20px;
    letter-spacing: 0.1rem;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .our-content h3 {
    font-size: 30px;
  }
}
.our-content p {
  line-height: 1.4;
}

.our-number {
  font-size: 54px;
  letter-spacing: 0.5rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #003288;
}
@media (min-width: 651px) and (max-width:1080px) {
  .our-number {
    font-size: 40px;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 650px) {
  .our-number {
    font-size: 30px;
    letter-spacing: 0.1rem;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .our-number {
    font-size: 50px;
  }
}

.our-title-en {
  font-family: "Roboto Condensed", sans-serif;
  color: #003288;
  letter-spacing: 0.3rem;
  font-size: 27px;
  padding-bottom: 30px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .our-title-en {
    letter-spacing: 0.1rem;
    padding-bottom: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .our-title-en {
    letter-spacing: 0.1rem;
    font-size: 13px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .our-title-en {
    font-size: 22px;
    padding-bottom: 25px;
  }
}

.our-service-list {
  margin-top: 20px;
  width: 100%;
  border-radius: 20px;
  background-color: #EEEEEE;
  padding: 24px 20px 20px 20px;
}
@media screen and (max-width: 650px) {
  .our-service-list {
    padding: 15px 10px 10px 10px;
    margin-bottom: 20px;
  }
}
.our-service-list li {
  padding-bottom: 10px;
}

.our-service-img {
  width: 35%;
  aspect-ratio: 511/394;
}
.our-service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 13px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .our-service-img {
    width: 42%;
  }
}
@media screen and (max-width: 650px) {
  .our-service-img {
    width: 100%;
  }
}

.product-top {
  background: url(../img/product-top.jpg) no-repeat center left/cover;
  position: relative;
  z-index: 0;
}

.our-product {
  background-color: #FAFAFA;
  padding-top: 120px;
  padding-bottom: 140px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .our-product {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 650px) {
  .our-product {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .our-product {
    padding-top: 110px;
    padding-bottom: 120px;
  }
}
.our-product h2 {
  font-size: 54px;
  color: #003288;
  letter-spacing: 0.5rem;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .our-product h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 650px) {
  .our-product h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .our-product h2 {
    font-size: 50px;
  }
}
.our-product h2::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #003288;
  left: 0;
  bottom: 0;
}
.our-product h3 {
  font-size: 35px;
  letter-spacing: 0.3rem;
  padding-bottom: 20px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .our-product h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .our-product h3 {
    font-size: 22px;
    letter-spacing: 0.1rem;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .our-product h3 {
    font-size: 32px;
  }
}
.our-product p {
  padding-bottom: 15px;
}

.product-container {
  padding-bottom: 150px;
  background-color: #FAFAFA;
}
@media (min-width: 651px) and (max-width:1080px) {
  .product-container {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 650px) {
  .product-container {
    padding-bottom: 40px;
  }
}

.product-link {
  padding-bottom: 40px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .product-link {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 650px) {
  .product-link {
    padding-bottom: 20px;
  }
}
.product-link h3 {
  line-height: 2.5;
  position: relative;
  padding-left: 15px;
}
.product-link h3::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 34px;
  background-color: #003288;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.product-table {
  width: 100%;
}
.product-table th, .product-table td {
  border: 1px solid #003288;
  padding: 16px;
  position: relative;
  width: 33.33333%;
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 651px) and (max-width:1080px) {
  .product-table th, .product-table td {
    padding: 16px 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .product-table th, .product-table td {
    padding: 12px 0;
    font-size: 10px;
  }
}
.product-table th {
  background-color: #003288;
  color: #ffffff;
}
.product-table td a {
  color: #1A1A1A;
}
.product-table td a:hover {
  opacity: 0.7;
}

.company-top {
  background: url(../img/top-company2.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 0;
}

.page-top-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 50, 136, 0.65);
  z-index: -1;
}

.company-message {
  padding: 200px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 651px) and (max-width:1080px) {
  .company-message {
    padding: 70px 0;
  }
}
@media screen and (max-width: 650px) {
  .company-message {
    padding: 70px 0;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .company-message {
    padding: 160px 0;
  }
}
.company-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(73, 94, 147);
  -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 50%);
          clip-path: polygon(0% 100%, 0% 0%, 100% 50%);
  z-index: 0;
}
@media (min-width: 651px) and (max-width:1080px) {
  .company-message::before {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .company-message::before {
    display: none;
  }
}
.company-message > * {
  position: relative;
  z-index: 1;
}
.company-message p {
  color: #ffffff;
}
@media (min-width: 651px) and (max-width:1080px) {
  .company-message p {
    color: #003288;
  }
}
@media screen and (max-width: 650px) {
  .company-message p {
    color: #003288;
  }
}

.company-h2 {
  line-height: 1.2;
  color: #003288;
}
.company-h2 span {
  font-size: 13px;
  position: relative;
  padding-left: 65px;
}
@media screen and (max-width: 650px) {
  .company-h2 span {
    font-size: 10px;
    padding-left: 38px;
  }
}
.company-h2 span::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 1px;
  background-color: #003288;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 650px) {
  .company-h2 span::before {
    width: 30px;
  }
}
.company-h2 h2 {
  font-size: 90px;
  letter-spacing: 0.9rem;
  font-family: "Roboto Condensed", sans-serif;
}
@media (min-width: 651px) and (max-width:1080px) {
  .company-h2 h2 {
    font-size: 65px;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 650px) {
  .company-h2 h2 {
    font-size: 40px;
    letter-spacing: 0.2rem;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .company-h2 h2 {
    font-size: 80px;
  }
}

.company-philosophy {
  background-color: #FAFAFA;
  padding: 110px 0;
}
@media (min-width: 651px) and (max-width:1080px) {
  .company-philosophy {
    padding: 70px 0;
  }
}
@media screen and (max-width: 650px) {
  .company-philosophy {
    padding: 60px 0;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .company-philosophy {
    padding: 90px 0;
  }
}

.company-philosophy-wrap {
  margin-top: 60px;
  display: flex;
  gap: 60px;
  border-top: 1px solid #003288;
  border-bottom: 1px solid #003288;
  align-items: center;
  padding: 60px 0;
  margin-top: 40px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .company-philosophy-wrap {
    margin-top: 40px;
    padding: 30px 0;
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .company-philosophy-wrap {
    margin-top: 30px;
    padding: 20px 0;
    display: block;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .company-philosophy-wrap {
    padding: 50px 0;
    gap: 40px;
  }
}
.company-philosophy-wrap h3 {
  font-size: 20px;
  flex: 1;
}
@media (min-width: 651px) and (max-width:1080px) {
  .company-philosophy-wrap h3 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 650px) {
  .company-philosophy-wrap h3 {
    font-size: 18px;
    letter-spacing: 0.01rem;
    padding-bottom: 20px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .company-philosophy-wrap h3 {
    font-size: 18px;
  }
}
.company-philosophy-wrap p {
  flex: 1;
}

.company-principles {
  background-color: #FAFAFA;
  padding-top: 40px;
  padding-bottom: 100px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .company-principles {
    padding-bottom: 60px;
    padding-top: 0;
  }
}
@media screen and (max-width: 650px) {
  .company-principles {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .company-principles {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

.company-principles-item {
  display: flex;
  padding: 60px 80px;
  background-color: #EEEEEE;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .company-principles-item {
    margin-top: 40px;
    padding: 30px 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .company-principles-item {
    margin-top: 20px;
    padding: 20px;
    display: block;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .company-principles-item {
    padding: 50px;
    margin-top: 80px;
  }
}
.company-principles-item:nth-child(odd) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 650px) {
  .principles-content {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.principles-content .company-number {
  font-size: 90px;
  font-family: "Roboto Condensed", sans-serif;
  color: rgba(26, 26, 26, 0.25);
  line-height: 1.2;
}
@media (min-width: 651px) and (max-width:1080px) {
  .principles-content .company-number {
    font-size: 70px;
  }
}
@media screen and (max-width: 650px) {
  .principles-content .company-number {
    font-size: 40px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .principles-content .company-number {
    font-size: 80px;
  }
}
.principles-content h3 {
  line-height: 2.3;
}
@media (min-width: 651px) and (max-width:1080px) {
  .principles-content h3 {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 650px) {
  .principles-content h3 {
    line-height: 1.6;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .principles-content h3 {
    line-height: 2;
  }
}

.principles-img {
  width: 40%;
}
@media (min-width: 651px) and (max-width:1080px) {
  .principles-img {
    width: 45%;
  }
}
@media screen and (max-width: 650px) {
  .principles-img {
    width: 100%;
    margin-top: 10px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .principles-img {
    width: 43%;
  }
}

.company-company {
  background-color: #FAFAFA;
  padding-bottom: 150px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .company-company {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 650px) {
  .company-company {
    padding-bottom: 60px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .company-company {
    padding-bottom: 120px;
  }
}

.company-box {
  padding: 100px 80px;
  background-color: #ffffff;
  margin-top: 80px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .company-box {
    margin-top: 40px;
    padding: 40px;
  }
}
@media screen and (max-width: 650px) {
  .company-box {
    margin-top: 30px;
    padding: 20px 10px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .company-box {
    margin-top: 60px;
    padding: 80px 60px;
  }
}
.company-box h4 {
  font-size: 30px;
  padding-bottom: 30px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .company-box h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 650px) {
  .company-box h4 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .company-box h4 {
    padding-bottom: 20px;
    font-size: 26px;
  }
}

.reader-name {
  padding-bottom: 40px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .reader-name {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 650px) {
  .reader-name {
    padding-bottom: 20px;
    line-height: 1.4;
  }
}
.reader-name p {
  font-size: 20px;
  padding-bottom: 5px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .reader-name p {
    font-size: 16px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 650px) {
  .reader-name p {
    font-size: 14px;
    padding-bottom: 0;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .reader-name p {
    padding-bottom: 0;
  }
}
.reader-name h3 {
  font-size: 30px;
  padding-bottom: 5px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .reader-name h3 {
    padding-bottom: 0;
    font-size: 24px;
  }
}
@media screen and (max-width: 650px) {
  .reader-name h3 {
    padding-bottom: 0;
    font-size: 24px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .reader-name h3 {
    padding-bottom: 0;
  }
}
.reader-name span {
  font-size: 20px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .reader-name span {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .reader-name span {
    font-size: 16px;
  }
}

.company-text {
  padding-bottom: 40px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .company-text {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 650px) {
  .company-text {
    padding-bottom: 20px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .company-text {
    padding-bottom: 30px;
  }
}

.company-table {
  padding-top: 100px;
  padding-left: 120px;
  padding-right: 120px;
}
@media (min-width: 1081px) and (max-width:1390px) {
  .company-table {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 651px) and (max-width:1080px) {
  .company-table {
    padding-top: 60px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .company-table {
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.company-table h3 {
  text-align: center;
  padding-bottom: 40px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .company-table h3 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 650px) {
  .company-table h3 {
    padding-bottom: 20px;
  }
}

.company-row {
  display: flex;
  padding: 30px 20px;
  border-bottom: 1px solid #1a1a1a;
}
@media (min-width: 651px) and (max-width:1080px) {
  .company-row {
    padding: 20px 0;
  }
}
@media screen and (max-width: 650px) {
  .company-row {
    padding: 15px 0;
    display: block;
  }
}

.company-label {
  width: 240px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .company-label {
    width: 150px;
  }
}

.company-info {
  width: calc(100% - 240px);
}
@media screen and (max-width: 650px) {
  .company-info {
    width: 100%;
  }
}
.company-info ul {
  padding-top: 20px;
  line-height: 2.3;
}

.l-contact {
  padding-top: 150px;
}
@media (min-width: 1081px) and (max-width:1390px) {
  .l-contact {
    padding-top: 130px;
  }
}
@media (min-width: 651px) and (max-width:1080px) {
  .l-contact {
    padding-top: 80px;
  }
}
@media screen and (max-width: 650px) {
  .l-contact {
    padding-top: 60px;
  }
}

.p-contact__h2 {
  font-size: 90px;
  letter-spacing: 0.9rem;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  color: #003288;
  line-height: 1.4;
}
@media (min-width: 1081px) and (max-width:1390px) {
  .p-contact__h2 {
    font-size: 80px;
  }
}
@media (min-width: 651px) and (max-width:1080px) {
  .p-contact__h2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 650px) {
  .p-contact__h2 {
    font-size: 45px;
    letter-spacing: 0.1rem;
  }
}
.p-contact__h2 span {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  color: #1a1a1a;
}
@media (min-width: 1081px) and (max-width:1390px) {
  .p-contact__h2 span {
    font-size: 19px;
  }
}
@media screen and (max-width: 650px) {
  .p-contact__h2 span {
    font-size: 16px;
  }
}

.p-contact__message {
  padding-top: 0;
  text-align: center;
  padding-bottom: 60px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .p-contact__message {
    padding-bottom: 20px;
  }
}
@media (min-width: 1081px) and (max-width:1390px) {
  .p-contact__message {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 650px) {
  .p-contact__message {
    font-size: 16px;
    padding-bottom: 20px;
  }
}

.contact-flow {
  display: flex;
  width: 500px;
  margin: 30px auto 100px auto;
  justify-content: space-between;
  color: #7A7A7A;
  padding-right: 20px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .contact-flow {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 650px) {
  .contact-flow {
    width: 290px;
    margin-bottom: 20px;
    padding-right: 10px;
  }
}

.contact-flow-item {
  text-align: center;
}
.contact-flow-item:not(:last-child) .flow-circle::after {
  position: absolute;
  content: "";
  width: 195px;
  height: 1px;
  background-color: #7A7A7A;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
}
@media screen and (max-width: 650px) {
  .contact-flow-item:not(:last-child) .flow-circle::after {
    width: 110px;
  }
}

.flow-circle {
  width: 18px;
  height: 18px;
  background-color: #7A7A7A;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}
.flow-circle.is-black {
  background-color: #0C0A0A;
}

.flow-text {
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .flow-text {
    font-size: 12px;
  }
}

.l-form {
  width: 800px;
  margin: 0 auto;
}
@media (min-width: 651px) and (max-width:1080px) {
  .l-form {
    width: auto;
  }
}
@media screen and (max-width: 650px) {
  .l-form {
    width: 100%;
  }
}

.l-form__row {
  display: flex;
  margin-bottom: 80px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .l-form__row {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 650px) {
  .l-form__row {
    display: block;
    margin-bottom: 30px;
  }
}

.p-form__label {
  width: 270px;
  margin-top: 13px;
}
@media (min-width: 651px) and (max-width:1080px) {
  .p-form__label {
    width: 260px;
  }
}
@media screen and (max-width: 650px) {
  .p-form__label {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
.p-form__label label {
  display: inline-block;
  position: relative;
}
.p-form__label label.required::after {
  position: absolute;
  content: "必　須";
  background-color: #003288;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 15px;
  top: 0;
  right: -90px;
}

.p-form__input {
  width: calc(100% - 270px);
}
@media (min-width: 651px) and (max-width:1080px) {
  .p-form__input {
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 650px) {
  .p-form__input {
    width: 100%;
  }
}
.p-form__input select {
  width: 100%;
  height: 60px;
  border: none;
  border: 1px solid #707070;
  font-size: 16px;
  padding: 20px;
}
.p-form__input [type=text] {
  width: 100%;
  height: 60px;
  border: none;
  border: 1px solid #707070;
  padding: 20px;
  font-size: 16px;
}
.p-form__input [type=text]::-moz-placeholder {
  font-size: 16px;
}
.p-form__input [type=text]::placeholder {
  font-size: 16px;
}
.p-form__input [type=email] {
  width: 100%;
  height: 60px;
  border: none;
  border: 1px solid #707070;
  padding: 20px;
  font-size: 16px;
}
.p-form__input [type=email]::-moz-placeholder {
  font-size: 16px;
}
.p-form__input [type=email]::placeholder {
  font-size: 16px;
}
.p-form__input [type=tel] {
  width: 25%;
  height: 60px;
  border: none;
  border: 1px solid #707070;
  margin-right: 10px;
  padding: 20px;
  font-size: 16px;
}
.p-form__input [type=tel]:not(:first-child) {
  margin-left: 10px;
}
.p-form__input [type=tel]::-moz-placeholder {
  font-size: 16px;
}
.p-form__input [type=tel]::placeholder {
  font-size: 16px;
}
@media screen and (max-width: 650px) {
  .p-form__input [type=tel] {
    width: calc((100% - 70px) / 3);
  }
}
.p-form__input textarea {
  width: 100%;
  height: 250px;
  border: none;
  border: 1px solid #707070;
  padding: 20px;
  font-size: 16px;
}

.p-form__input-tel {
  display: flex;
  width: calc(100% - 300px);
}
.p-form__input-tel [type=text] {
  width: 140px; /* ボックスの幅を調整 */
  text-align: center; /* 入力を中央揃え */
  height: 60px;
  border: none;
  font-size: 16px;
  border: 1px solid #707070;
}
.p-form__input-tel [type=text]:not(:first-child) {
  margin-left: 10px;
}
.p-form__input-tel [type=text]::-moz-placeholder {
  font-size: 16px;
  padding: 20px;
}
.p-form__input-tel [type=text]::placeholder {
  font-size: 16px;
  padding: 20px;
}
@media screen and (max-width: 650px) {
  .p-form__input-tel [type=text] {
    width: 90px;
  }
}
@media screen and (max-width: 650px) {
  .p-form__input-tel {
    width: 100%;
  }
}

.l-address__wrap {
  width: calc(100% - 300px);
}
@media screen and (max-width: 650px) {
  .l-address__wrap {
    width: 100%;
  }
}

.p-form__zip {
  display: flex;
  align-items: center;
}
.p-form__zip [type=text] {
  border: none;
  width: 150px;
  height: 60px;
  border: 1px solid #707070;
  margin: 0 10px;
  padding: 20px;
  font-size: 16px;
}
@media screen and (max-width: 650px) {
  .p-form__zip [type=text] {
    width: 100px;
  }
}

.p-form__address {
  margin-top: 20px;
  width: 100%;
}
.p-form__address [type=text] {
  border: none;
  width: 100%;
  height: 60px;
  border: 1px solid #707070;
  padding: 20px;
  font-size: 16px;
}
.p-form__address [type=text]::-moz-placeholder {
  font-size: 16px;
}
.p-form__address [type=text]::placeholder {
  font-size: 16px;
}

.p-contact__btn-wrap {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 180px;
}
@media screen and (max-width: 650px) {
  .p-contact__btn-wrap {
    margin-bottom: 80px;
  }
}

.p-contact__btn {
  transition: ease 0.5s;
  position: relative;
  display: inline-block;
  height: 60px;
  width: 300px;
  background-color: #003288;
  z-index: 1;
  margin-bottom: 30px;
  transition: all 0.6s;
}
.p-contact__btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 650px) {
  .p-contact__btn {
    margin-bottom: 20px;
  }
}
.p-contact__btn [type=submit] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #ffffff;
  background-color: transparent;
  padding-top: 16px;
}

.pdf__btn p {
  height: 60px;
  width: 300px;
  margin: 0 auto;
}
.pdf__btn p a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: #E4A565;
  padding-top: 14px;
  position: relative;
  transition: all 0.6s;
}
.pdf__btn p a:hover {
  opacity: 0.6;
}
.pdf__btn p a img {
  width: 25px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.back__btn {
  transition: ease 0.5s;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  width: 300px;
  background-color: #E4A565;
  z-index: 1;
  margin-bottom: 30px;
  transition: all 0.6s;
}
.back__btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 650px) {
  .back__btn {
    margin-bottom: 20px;
  }
}
.back__btn [type=button] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #ffffff;
  background-color: transparent;
  padding-top: 16px;
}

#confirm .p-form__label {
  margin-top: 0;
}

.thanks-wrap {
  padding-top: 100px;
  padding-bottom: 140px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .thanks-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.thanks-wrap h1 {
  font-size: 32px;
  padding-bottom: 30px;
}
@media screen and (max-width: 650px) {
  .thanks-wrap h1 {
    font-size: 20px;
  }
}
.thanks-wrap p {
  padding-bottom: 30px;
}/*# sourceMappingURL=main.css.map */