/* LESS Document */
/* 変数ファイルインポート */
/* LESS Document */
/* 変数 */
/* 共通 */
/* SP用 */
/* グリッドシステム用 設定 */
.engfont {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gradation-blue {
  background: #0043ff;
  /* Old browsers */
  background: -moz-linear-gradient(top left, #0080ff, #0043ff);
  background: -webkit-linear-gradient(top left, #0080ff, #0043ff);
  background: linear-gradient(to bottom right, #0080ff, #0043ff);
}
/* 共通 */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  overflow-x: hidden !important;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #0064ff;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:link {
  color: #0064ff;
  transition: all 0.3s ease;
}
a:visited {
  color: #0064ff;
  transition: all 0.3s ease;
}
a:hover {
  color: #0064ff;
  transition: all 0.3s ease;
}
a:active {
  color: #0064ff;
  transition: all 0.3s ease;
}
.hover {
  opacity: 1;
}
.hover:hover {
  opacity: 0.7;
}
a img {
  opacity: 1;
  transition: all 0.3s ease;
}
a img:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 13.33333333px;
  font-weight: 600;
  line-height: 1.4;
}
h2 {
  letter-spacing: 4px;
}
p + p {
  margin-top: 26.66666667px;
}
.center {
  text-align: center;
}
header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}
header h1 {
  margin: auto;
  padding-left: 1rem;
}
header nav {
  height: 100%;
  width: calc(100% - 270px);
}
header nav ul {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  transform: skewX(-20deg);
  background-color: #1b235e;
  transform-origin: bottom;
}
header nav ul li {
  height: 100%;
  width: auto;
  text-align: center;
  width: 100%;
  font-weight: 600;
}
header nav ul li > a:link,
header nav ul li a:visited,
header nav ul li a:hover,
header nav ul li a:active {
  display: block;
  width: 100%;
  color: #fff;
  line-height: 110px;
  padding: 0;
  background-color: #1b235e;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
header nav ul li > a:link > span,
header nav ul li a:visited > span,
header nav ul li a:hover > span,
header nav ul li a:active > span {
  display: block;
  transform: skewX(20deg);
}
header nav ul li ul {
  display: none;
}
header nav ul li.mail a {
  border-left: none;
  background: #0064ff;
  line-height: 110px;
  display: block;
  padding-right: 1rem;
}
header nav ul li.mail a img {
  width: 30px;
  height: auto;
  vertical-align: middle;
  transform: skewX(20deg);
}
#contact_footer {
  background-color: #0064ff;
  color: #fff;
}
#contact_footer h2::before {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "CONTACT";
  display: block;
  font-size: 5rem;
  color: #0064ff;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  letter-spacing: 4px;
  line-height: 1;
  margin-bottom: 1rem;
}
#contact_footer h2 {
  font-size: 2.2rem;
  margin-top: 0.75rem;
}
#contact_footer .contact_tel {
  margin-top: 0.5rem;
  max-width: 520px;
}
#contact_footer .partner {
  background: #fb7b15;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff8b33 0%, #ff6e00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ff8b33 0%, #ff6e00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ff8b33 0%, #ff6e00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 2.5rem 3rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}
#contact_footer .partner h3 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  text-align: left;
}
#contact_footer .partner h3 img {
  width: auto;
  height: 30px;
  margin-right: 1rem;
  line-height: 1;
}
#contact_footer .partner p {
  line-height: 1.6;
}
#contact_footer .contact_button {
  line-height: 7rem;
  font-size: 2.1rem;
  font-weight: 700;
  display: block;
  background-color: #fff;
  text-align: center;
  color: #1b235e;
  border-radius: 2.5rem;
  background-image: url("../cmn-img/mail_circle.svg");
  background-position: 1.5rem center;
  background-repeat: no-repeat;
  background-size: auto 60%;
}
footer {
  background: #1b235e;
  color: #fff;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 1.5rem;
}
footer #fnav {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
footer #fnav nav a,
footer #fnav nav a:link,
footer #fnav nav a:hover,
footer #fnav nav a:visited,
footer #fnav nav a:active {
  color: #fff;
}
footer #fnav nav section,
footer #fnav nav > ul {
  padding-top: 80px;
  padding-bottom: 80px;
}
footer #fnav nav .copyright {
  color: #b2d0ff;
  bottom: 40px;
  font-size: 1.2rem;
}
footer #fnav nav > ul {
  border-left: 1px solid #000;
}
footer #fnav nav > ul li + li {
  margin-top: 1rem;
}
footer #fnav nav > ul li ul {
  margin-top: 1rem;
}
footer #fnav nav > ul li ul li + li {
  margin-top: 1rem;
}
footer #fnav nav > ul li ul a,
footer #fnav nav > ul li ul a:link,
footer #fnav nav > ul li ul a:hover,
footer #fnav nav > ul li ul a:visited,
footer #fnav nav > ul li ul a:active {
  color: #b2d0ff;
}
#side {
  width: 90px;
  height: auto;
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 9999;
}
#pageTitle {
  position: relative;
  margin-top: 110px;
  color: #fff;
}
#pageTitle section {
  height: 320px;
  transform: skewX(-20deg);
}
#pageTitle .pagetitlebg {
  background: #0043ff;
  /* Old browsers */
  background: -moz-linear-gradient(top left, #0080ff, #0043ff);
  background: -webkit-linear-gradient(top left, #0080ff, #0043ff);
  background: linear-gradient(to bottom right, #0080ff, #0043ff);
  width: 50%;
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  margin: auto;
  transform-origin: top;
}
#pageTitle .title {
  margin: auto;
  width: calc(100vw - 135px);
  margin-left: 270px;
  transform-origin: top;
  overflow: hidden;
}
#pageTitle .title .titlebg {
  background-repeat: no-repeat;
  background-size: cover;
  transform: skewX(20deg);
  transform-origin: bottom;
  width: auto;
  height: 100%;
}
#pageTitle .title .pankuzu {
  position: absolute;
  width: 100%;
  right: 6rem;
  bottom: 1.5rem;
  text-align: right;
  font-size: 1.4rem;
}
#pageTitle .title .pankuzu li {
  display: inline-block;
}
#pageTitle .title .pankuzu li + li:before {
  content: "/";
  padding: 0 1rem;
}
#pageTitle .title .pankuzu a,
#pageTitle .title .pankuzu a:link,
#pageTitle .title .pankuzu a:hover,
#pageTitle .title .pankuzu a:visited,
#pageTitle .title .pankuzu a:active {
  color: #fff;
}
#pageTitle h2 {
  z-index: 100;
  position: absolute;
  height: auto;
  top: 35%;
  left: 0;
  right: 0;
  width: auto;
  margin-left: 0;
  text-align: center;
  font-size: 4rem;
}
#pageTitle h2:after {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: relative;
  display: block;
  height: auto;
  top: 0;
  font-size: 2.4rem;
}
