@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,800&display=swap");
.montserrat-600 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.montserrat-800 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: italic;
}

/* bootstrap.css基本の打消し（同じclass名での書き換え）


/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 60%;
}
@media (min-width: 992px) {
  html {
    font-size: 62.5%;
  }
}

body {
  color: #000;
  margin: 0px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  letter-spacing: 0.025em;
  overflow-x: hidden;
  font-size: 1.6rem;
}

h1 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
}

h2 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
}

h3 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
}

h4 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
}

h5 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
}

h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
}

img {
  border: 0px;
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

dl {
  padding: 0;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Header
 *  
 *-------------------------------------------------------------------------------------------*/
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: all 600ms 0s ease;
  height: 50px;
}
@media (min-width: 1200px) {
  #header {
    height: 70px;
  }
}
#header #logo-mark {
  width: auto;
  margin-right: 8px;
  margin-left: 15px;
}
@media (min-width: 992px) {
  #header #logo-mark {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  #header #logo-mark {
    width: 57px;
    height: auto;
  }
}
#header #logo-type {
  width: 159px;
  height: auto;
  filter: brightness(0) invert(1);
}
#header.on {
  background: #fff;
  height: 50px;
}
#header.on #logo-type {
  filter: brightness(0);
}
#header.on #mainNavi ul a {
  color: #000;
  font-size: 1.5rem;
}
#header.on #mainNavi ul a:after {
  content: "";
  display: block;
  background: #181d62;
  width: 0%;
  height: 1px;
  transition: all 600ms 0s ease;
}
#header.on #mainNavi ul a:hover:after {
  width: 100%;
}
#header.on #mainNavi li.active a:after {
  width: 100%;
}
#header.on #header-contactBtn {
  height: 50px;
  width: 50px;
}

#mainNavi {
  display: none;
}
@media (min-width: 1200px) {
  #mainNavi {
    display: flex;
    justify-content: flex-end;
  }
}
#mainNavi ul {
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 1em;
}
#mainNavi ul li {
  margin: 0px 1.5rem;
}
#mainNavi ul li a {
  text-decoration: none;
  color: #fff;
}
#mainNavi ul li.active a:after {
  width: 100%;
}
#mainNavi ul li a:after {
  width: 0%;
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  transition: all 600ms 0s ease;
}
#mainNavi ul li a:hover:after {
  width: 100%;
}

#header-contactBtn {
  width: 70px;
  height: 70px;
  margin: 0px;
  transition: all 600ms 0s ease;
}
#header-contactBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff100;
  text-decoration: none;
  color: #000;
  position: relative;
  transition: all 300ms 0s ease;
}
#header-contactBtn a:hover img {
  filter: brightness(0) invert(1);
}

/*-------------------------------------------------------------------------------------------*
   *
   * Navigation
   *  
   *-------------------------------------------------------------------------------------------*/
/* -------------------------------
      サイドメニュー
  -------------------------------- */
#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  text-align: left;
  background-color: #fff;
  transition: transform 0.5s ease;
  overflow-y: auto;
  z-index: 102;
  padding: 50px 30px 0px;
}
@media (min-width: 576px) {
  #sidebar {
    right: -370px;
    width: 370px;
  }
}
#sidebar .sidebar_logoーMark {
  margin-right: 4px;
}
#sidebar .sidebar_logo-Type {
  filter: brightness(0) invert(1);
}
.side-open #sidebar {
  transform: translate3d(-100%, 0, 0);
}
#sidebar ul {
  list-style: none;
  padding: 0;
}
#sidebar a {
  text-decoration: none;
}
#sidebar .list-sidebar {
  width: 100%;
  font-size: 1.5rem;
}
#sidebar .list-sidebar > li {
  text-align: left;
  margin-bottom: 5px;
}
#sidebar .list-sidebar > li > a {
  line-height: 1.2;
  display: flex;
  padding: 1.5rem 1.5rem;
  position: relative;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #000;
  transition: all 600ms 0s ease;
}
#sidebar .list-sidebar > li > a:after {
  content: "";
  display: inline-block;
  content: url(../images/icon_arrow.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
}
#sidebar .list-sidebar > li.active > a,
#sidebar .list-sidebar > li > a:hover {
  background: #20289b;
  color: #fff;
}
#sidebar .list-sidebar > li.active > a:after,
#sidebar .list-sidebar > li a:hover:after {
  filter: brightness(0) invert(1);
}

body.side-open {
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
body.side-open::-webkit-scrollbar {
  display: none;
}

.sidebar-logo {
  width: 90vw;
  filter: brightness(0);
}
@media (min-width: 576px) {
  .sidebar-logo {
    width: 280px;
  }
}

#sidebar-contactBtn {
  width: 100%;
  height: 48px;
  margin: 0px;
}
#sidebar-contactBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  background: #fff100;
  text-decoration: none;
  transition: all 300ms 0s ease;
}
#sidebar-contactBtn a:hover {
  color: #fff;
}
#sidebar-contactBtn a:hover img {
  transition: all 300ms 0s ease;
  filter: brightness(0) invert(1);
}
#sidebar-contactBtn a img {
  margin-right: 4px;
}

#sidebarTel {
  display: flex;
  flex-direction: column;
  margin: 25px 0px 0px 0px;
}
#sidebarTel .tel .en {
  font-size: 2.8rem;
}
#sidebarTel .tel .num {
  font-size: 3.6rem;
}

/* -------------------------------
      オーバーレイ
  -------------------------------- */
.overlay {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: all 0.5s ease;
  z-index: 101;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}

/* -------------------------------
      HambergerMenu
  -------------------------------- */
.menuWrapper {
  position: fixed;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  transform: translate3d(0, 0, 0);
  z-index: 103;
}
@media (min-width: 1200px) {
  .menuWrapper {
    display: none;
  }
}

#menuButton {
  background: #333;
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  background: #fff;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #fff;
}
#menuButton:before {
  z-index: 2;
  transform: translate(0, -7px);
  content: "";
}
#menuButton:after {
  z-index: 2;
  transform: translate(0, 7px);
  content: "";
}
#menuButton small {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  color: #fff;
  font-size: 8px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  display: block;
}

body.side-open #menuButton {
  display: block;
}

/* アニメーション */
#menuButton span {
  opacity: 1;
  transition: opacity 150ms 50ms;
}
#menuButton::before, #menuButton::after {
  transition: transform 200ms;
}
.side-open #menuButton span {
  opacity: 0;
  transition: opacity 150ms;
}
.side-open #menuButton::before {
  transform: rotate(45deg);
}
.side-open #menuButton::after {
  transform: rotate(-45deg);
}

/*-------------------------------------------------------------------------------------------*
 *
 * Footer
 *  
 *-------------------------------------------------------------------------------------------*/
.contactWrap {
  width: 100%;
  background: url(../images/bg_contact.jpg) no-repeat center center;
  background-size: auto 100%;
  padding: 90px 0px;
}
.contactWrap.marble {
  background: url(../images/bg_marble.jpg) top center;
}
.contactWrap.marble .title .en {
  color: #fbf9f8;
}

.contactTel {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .contactTel {
    margin-bottom: 0px;
  }
}
.contactTel a {
  text-decoration: none;
  color: #fff;
}
.contactTel .en {
  font-size: 5.6vw;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
}
@media (min-width: 568px) {
  .contactTel .en {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .contactTel .en {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .contactTel .en {
    font-size: 2.4rem;
  }
}
@media (min-width: 1400px) {
  .contactTel .en {
    font-size: 3.6rem;
  }
}
.contactTel .num {
  font-size: 9.2vw;
  line-height: 1em;
}
@media (min-width: 568px) {
  .contactTel .num {
    font-size: 4.8rem;
  }
}
@media (min-width: 992px) {
  .contactTel .num {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .contactTel .num {
    font-size: 3.6rem;
  }
}
@media (min-width: 1400px) {
  .contactTel .num {
    font-size: 4.8rem;
  }
}

footer {
  width: 100%;
}

#footerBody {
  width: 100%;
  background: #303751;
  color: #fff;
  padding: 90px 0px 90px;
}
#footerBody a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  #footerBody {
    padding: 120px 0px;
  }
}

.footerLeft {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .footerLeft {
    align-items: flex-start;
  }
}

#footer_logoーMark {
  margin-right: 4px;
}

#footer_logo-Type {
  filter: brightness(0) invert(1);
}

.f-tel {
  font-size: 2rem;
  font-family: "Montserrat", serif;
  font-weight: 600;
}

#textLink {
  display: none;
  justify-content: center;
  font-size: 1.4rem;
  height: 41px;
  align-items: center;
}
@media (min-width: 768px) {
  #textLink {
    display: flex;
  }
}
@media (min-width: 992px) {
  #textLink {
    justify-content: flex-end;
  }
}
#textLink li {
  margin: 0px 0px 0px 1.5rem;
}
@media (min-width: 1200px) {
  #textLink li {
    margin: 0px 0px 0px 2rem;
  }
}
#textLink li a {
  text-decoration: none;
}
#textLink li a:hover {
  text-decoration: underline;
}

#copy {
  width: 100%;
  background: #2c2c31;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  margin: 0px;
}

#pagetop {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
}

/*-------------------------------------------------------------------------------------------*
 *
 * index.html
 *  
 *-------------------------------------------------------------------------------------------*/
#Logo-Animation-Stage {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
  overflow: hidden;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#logo-ellipse {
  position: absolute;
  transform-origin: center;
  left: 50%;
  top: 50%;
  transform: rotate(-30deg);
  width: 490.52vw;
  max-width: none;
}
@media (min-width: 992px) {
  #logo-ellipse {
    width: auto;
  }
}

#logo-text {
  position: absolute;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-30deg);
  top: 46%;
  left: 50%;
  opacity: 0;
  width: 100vw;
}
@media (min-width: 576px) {
  #logo-text {
    top: 50%;
    width: 90vw;
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media (min-width: 992px) {
  #logo-text {
    width: auto;
  }
}

#sliderWrap {
  position: relative;
  line-height: 1;
}
#sliderWrap #catch {
  position: absolute;
  bottom: 30px;
  left: 15px;
  z-index: 1;
  width: 70vw;
}
@media (min-width: 768px) {
  #sliderWrap #catch {
    width: 65vw;
  }
}
@media (min-width: 1200px) {
  #sliderWrap #catch {
    width: auto;
  }
}
#sliderWrap #scroll {
  position: absolute;
  bottom: 10vw;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
@media (min-width: 992px) {
  #sliderWrap #scroll {
    bottom: 80px;
  }
}

#js-slider-1 li img:nth-child(1) {
  display: none;
}
#js-slider-1 li img:nth-child(2) {
  display: none;
}
#js-slider-1 li img:nth-child(3) {
  display: block;
}
@media (min-width: 768px) {
  #js-slider-1 li img:nth-child(1) {
    display: none;
  }
  #js-slider-1 li img:nth-child(2) {
    display: block;
  }
  #js-slider-1 li img:nth-child(3) {
    display: none;
  }
}
@media (min-width: 1200px) {
  #js-slider-1 li img:nth-child(1) {
    display: block;
  }
  #js-slider-1 li img:nth-child(2) {
    display: none;
  }
  #js-slider-1 li img:nth-child(3) {
    display: none;
  }
}

.scroll_down {
  position: absolute;
  bottom: 50px;
  right: 30px;
  animation: arrowmove 1s ease-in-out infinite;
  z-index: 10;
  transform-origin: right bottom;
  transform: scale(0.75);
}
@media (min-width: 1400px) {
  .scroll_down {
    transform: scale(1);
  }
}

.scroll_down a {
  position: absolute;
  left: -24px;
  bottom: 30px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
  text-decoration: none;
}

.text {
  display: block;
  margin-top: 60px;
  margin-left: -14px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 2px;
}

.arrow {
  position: absolute;
  width: 28px;
  height: 3px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 6s ease-out infinite;
}

.arrow:first-child {
  animation: move 6s ease-out 2s infinite;
}

.arrow:nth-child(2) {
  animation: move 6s ease-out 4s infinite;
}

.arrow:before,
.arrow:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.arrow:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.arrow:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.contactWrap {
  background: #fff;
  width: 100%;
  padding: 90px 0px;
}
@media (min-width: 992px) {
  .contactWrap {
    padding: 120px 0px;
  }
}
.contactWrap .title .en {
  color: #fff;
}
.contactWrap .textBox {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.bannerBox div,
.bannerBox > a {
  width: 100%;
  aspect-ratio: 160/90;
  border: solid 1px #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.2rem;
  line-height: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
}
@media (min-width: 992px) {
  .bannerBox div,
  .bannerBox > a {
    aspect-ratio: 195/140;
  }
}
.bannerBox img {
  height: 24px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .bannerBox img {
    height: auto;
  }
}
.bannerBox p {
  text-align: center;
}
.bannerBox p a {
  text-decoration: none;
}
.bannerBox .small {
  font-size: 1.2rem;
}
.bannerBox > a:hover {
  border-color: #277bef;
}

.aichi-Wrap {
  padding: 90px 35px 0px;
  background: url(../images/bg_aichi.jpg) no-repeat top right -150px/auto 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  .aichi-Wrap {
    background: url(../images/bg_aichi.jpg) no-repeat top right -100px/auto 500px;
  }
}
@media (min-width: 992px) {
  .aichi-Wrap {
    background: url(../images/bg_aichi.jpg) no-repeat top right/auto;
  }
}

.yellowLine {
  background: url(../images/bg_yellowline.gif) repeat-x bottom left;
}

.gray-Wrap {
  padding: 90px 35px;
  width: 100%;
  background: #f1f1f1 url(../images/bg_gray.jpg) no-repeat top center;
}
@media (min-width: 992px) {
  .gray-Wrap {
    padding: 90px 60px;
  }
}

.rhinoBanner {
  border-top: double 3px #333;
  border-bottom: double 3px #333;
  width: 100%;
  padding: 30px 0px 45px;
  display: block;
  background: url(../images/icon_triangle.png) no-repeat center bottom 15px;
  text-align: center;
}

.serviceBanner {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .serviceBanner {
    justify-content: space-between;
  }
}
.serviceBanner li {
  width: 48%;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .serviceBanner li {
    width: 46%;
  }
}
@media (min-width: 768px) {
  .serviceBanner li {
    width: 30%;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .serviceBanner li {
    width: 17.5%;
  }
}
.serviceBanner li a {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  aspect-ratio: 260/390;
  box-shadow: 8px 8px 8px -2px rgba(0, 0, 0, 0.3);
}
.serviceBanner li a:hover {
  text-decoration: none;
}
.serviceBanner li a:hover .bnrBtn {
  background: #fff;
  color: #181d62;
}
.serviceBanner li a:hover .bnrBtn:after {
  filter: brightness(0);
}
.serviceBanner li a.bnr01 {
  background: url(../images/p01_img01.jpg) no-repeat center/contain;
}
.serviceBanner li a.bnr02 {
  background: url(../images/p01_img02.jpg) no-repeat center/contain;
}
.serviceBanner li a.bnr03 {
  background: url(../images/p01_img03.jpg) no-repeat center/contain;
}
.serviceBanner li a.bnr04 {
  background: url(../images/p01_img04.jpg) no-repeat center/contain;
}
.serviceBanner li a.bnr05 {
  background: url(../images/p01_img05.jpg) no-repeat center/contain;
}
.serviceBanner li a h4 {
  display: flex;
  flex-direction: column;
}
.serviceBanner li a h4 .en {
  color: #fff;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  text-align: center;
  font-size: 2.1rem;
  position: relative;
  margin-bottom: 5rem;
}
.serviceBanner li a h4 .en:after {
  content: "";
  display: block;
  width: 36px;
  height: 4px;
  background: #fff100;
  position: absolute;
  left: 50%;
  bottom: -2.5rem;
  transform: translate(-50%, 0);
}
.serviceBanner li a h4 .ja {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.serviceBanner li a .bnrBtn {
  border: solid 1px #fff;
  background: #181d62;
  color: #fff;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 1.2rem;
  width: 85%;
  height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
  transition: all 600ms 0s ease;
}
.serviceBanner li a .bnrBtn:after {
  content: "";
  display: block;
  width: 24px;
  height: 8px;
  background: url(../images/icon_arrow-small.png) no-repeat top center;
}

.p01Banner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  aspect-ratio: 750/346;
  padding: 15px;
}
@media (min-width: 1200px) {
  .p01Banner {
    padding: 25px;
  }
}
.p01Banner:hover {
  text-decoration: none;
  opacity: 0.8;
}
.p01Banner h4 {
  color: #fff;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 5rem;
  position: relative;
}
.p01Banner h4::after {
  display: block;
  content: "";
  width: 48px;
  height: 4px;
  background: #fff100;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.p01Banner p {
  text-align: right;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
.p01Banner p:after {
  content: "";
  display: inline-block;
  background: url(../images/icon_arrow.png) top center no-repeat;
  width: 48px;
  height: 8px;
  margin-left: 16px;
  filter: brightness(0) invert(1);
}
.p01Banner.recruit {
  background: url(../images/p01_recruit.jpg) no-repeat center/contain;
}
.p01Banner.contact {
  background: url(../images/p01_contact.jpg) no-repeat center/contain;
}

/*-------------------------------------------------------------------------------------------*
 *
 * service.html
 *  
 *-------------------------------------------------------------------------------------------*/
/* 
	tabBtn
 *--------------------------------------------*/
.tabBtn {
  background: #181d62;
  color: #fff100;
  font-weight: 700;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  padding: 0px 30px;
  text-decoration: none;
  margin-bottom: 10px;
  position: relative;
}
.tabBtn span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tabBtn:after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon_double_arrow_down.svg) no-repeat center/contain;
  margin-left: 0.5em;
  filter: brightness(0) invert(1);
}
.tabBtn:hover {
  background: #fff;
  border: solid 2px #181d62;
  color: #181d62;
  text-decoration: none;
}
.tabBtn:hover::after {
  filter: invert(12%) sepia(74%) saturate(2087%) hue-rotate(226deg) brightness(87%) contrast(105%);
}

.featureCont {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .featureCont {
    justify-content: space-around;
  }
}

.featureDL01 {
  background: #181d62;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  width: 48%;
  margin: 1%;
}
@media (min-width: 576px) {
  .featureDL01 {
    width: 30%;
    margin: 1.5%;
  }
}
@media (min-width: 992px) {
  .featureDL01 {
    width: 18%;
    margin: 1%;
  }
}
.featureDL01:before {
  content: attr(data-num);
  font-size: 2rem;
  background: #ffe109;
  color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.4;
}
.featureDL01 dt {
  font-size: 1.4rem;
  line-height: 1;
}
@media (min-width: 576px) {
  .featureDL01 dt {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .featureDL01 dt {
    font-size: 1.8rem;
  }
}
.featureDL01 dd {
  font-size: 1.4rem;
  line-height: 1.4;
}

.featureDL02 {
  aspect-ratio: 1;
  background: #181d62;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  width: 48%;
  margin: 1%;
}
@media (min-width: 576px) {
  .featureDL02 {
    width: 30%;
    margin: 1.5%;
  }
}
@media (min-width: 992px) {
  .featureDL02 {
    width: 23%;
    margin: 1%;
  }
}
@media (min-width: 1400px) {
  .featureDL02 {
    width: 18%;
    margin: 1%;
  }
}
.featureDL02:before {
  content: attr(data-num);
  font-size: 2rem;
  background: #ffe109;
  color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.4;
}
.featureDL02 dt {
  font-size: 3.2rem;
}
@media (min-width: 576px) {
  .featureDL02 dt {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .featureDL02 dt {
    font-size: 2.4rem;
  }
}
@media (min-width: 1400px) {
  .featureDL02 dt {
    font-size: 2.8rem;
  }
}
.featureDL02 dd {
  font-size: 1.4rem;
  line-height: 1.4;
}

.slider {
  line-height: 1;
}
.slider li {
  position: relative;
  background: #000;
}
.slider li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 600ms 0s ease;
  line-height: 1.4;
}
.slider li img {
  transition: all 600ms 0s ease;
}
.slider li:hover p {
  opacity: 1;
}
.slider li:hover img {
  opacity: 0.6;
}
.slider .slick-slide {
  margin: 0px 5px;
}

.checkList {
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
}
.checkList li {
  width: 100%;
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .checkList li {
    width: 50%;
    font-size: 2.4rem;
  }
}
.checkList li:before {
  content: "";
  display: inline-block;
  margin-right: 1.6rem;
  width: 3rem;
  height: 3rem;
  background: url(../images/icon_check.png) no-repeat center/contain;
  vertical-align: middle;
}

/*-------------------------------------------------------------------------------------------*
 *
 * works.html
 *  
 *-------------------------------------------------------------------------------------------*/
.tabs li {
  margin-bottom: 10px;
}
.tabs li a {
  font-size: 1.8rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 42px;
  cursor: pointer;
  padding: 15px;
  -webkit-mask-image: url(../images/mask_detailbtn.svg);
  mask-image: url(../images/mask_detailbtn.svg);
  -webkit-mask-size: cover;
  mask-size: auto 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.tabs li a:hover {
  opacity: 0.8;
}
.tabs li a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab00 {
  background: #3d3d3d;
}

.tab01 {
  background: #7fbfa6;
}

.tab02 {
  background: #78bac2;
}

.tab03 {
  background: #5ea9d9;
}

.tab04 {
  background: #6f9ed9;
}

.tab05 {
  background: #7483c3;
}

.tab06 {
  background: #7e6eaf;
}

.tab07 {
  background: #b788b6;
}

.tab08 {
  background: #b57991;
}

.ctab09 {
  background: #98636c;
}

.tab-pane {
  width: 100%;
}

.categolyLabel {
  line-height: 1.4;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 90px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding: 0px 10px;
  z-index: 1;
}
@media (min-width: 992px) {
  .categolyLabel {
    width: 120px;
  }
}

.categoly00 {
  background: #3d3d3d;
}

.categoly01 {
  background: #7fbfa6;
}

.categoly02 {
  background: #78bac2;
}

.categoly03 {
  background: #5ea9d9;
}

.categoly04 {
  background: #6f9ed9;
}

.categoly05 {
  background: #7483c3;
}

.categoly06 {
  background: #7e6eaf;
}

.categoly07 {
  background: #b788b6;
}

.categoly08 {
  background: #b57991;
}

.categoly09 {
  background: #98636c;
}

.iconDetail {
  background: #0a5cb8;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  height: 18px;
  text-decoration: none;
  padding: 0px 10px;
  margin-left: 0.8rem;
  -webkit-mask-image: url(../images/mask_detailbtn_small.svg);
  mask-image: url(../images/mask_detailbtn_small.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.iconDetail:after {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  background: url(../images/icon_arrow.svg) no-repeat center;
  background-size: cover;
  filter: brightness(0) invert(1);
}
.iconDetail:hover {
  background: #0a4d9b;
  color: #fff;
  text-decoration: none;
}

.categoly-Title {
  border-bottom: solid 3px #181d62;
  font-size: 4rem;
  font-weight: 700;
  padding: 0px 0px 15px 0px;
}

.tab00 {
  background: #3d3d3d;
}

.tab01 {
  background: #7fbfa6;
}

.tab02 {
  background: #78bac2;
}

.tab03 {
  background: #5ea9d9;
}

.tab04 {
  background: #6f9ed9;
}

.tab05 {
  background: #7483c3;
}

.tab06 {
  background: #7e6eaf;
}

.tab07 {
  background: #b788b6;
}

.tab08 {
  background: #b57991;
}

.ctab09 {
  background: #98636c;
}

.tab-pane {
  width: 100%;
}

.aichi-Wrap {
  position: relative;
}

/* =====   Slick   ===== */
.slider01 .slick-arrow::before {
  /* filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2)); */
  color: #333;
}

.thumbnail01 .slick-list .slick-track,
.thumbnail02 .slick-list .slick-track,
.thumbnail03 .slick-list .slick-track,
.thumbnail04 .slick-list .slick-track {
  transform: unset !important;
}

.slick-img {
  margin-bottom: 15px;
}

.textBox {
  background: #f2f2f2 url(../images/bg_gray.jpg) no-repeat top center/100% auto;
  padding: 30px;
}

.categrySlider-Wrap {
  position: relative;
}
.categrySlider-Wrap .tab01 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 30px;
}

/*-------------------------------------------------------------------------------------------*
 *
 * recruit.html
 *  
 *-------------------------------------------------------------------------------------------*/
.flowBox2 {
  display: flex;
  aspect-ratio: initial;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: flex-start;
  height: 100%;
}

.flowBox2 .step {
  position: absolute;
  font-size: 2.4rem;
  font-weight: 700;
  background: #ffe109;
  color: #fff;
  width: 36px;
  height: 36px;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img {
  margin: 0px;
}

.flowBox2 .tit {
  font-size: 2.4rem;
}

.flowBox2 .txt {
  font-weight: bold;
  display: flex;
  flex-direction: row;
  padding: 5px 10px;
  background: #181d62;
  color: #fff;
  line-height: 1.4;
  display: flex;
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .flowBox2 .txt {
    padding: 15px 30px;
  }
}
.gray-Wrap2 {
  background: #fafafa;
  padding: 60px 25px;
}
@media (min-width: 992px) {
  .gray-Wrap2 {
    padding: 90px 0px;
  }
}

.responsiveTable2 {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .responsiveTable2 {
    width: 100%;
    display: table;
  }
}
.responsiveTable2 th {
  width: 100%;
  padding: 10px 0px;
  font-weight: bold;
  border-bottom: solid 1px #0a4d9b;
  line-height: 140%;
  display: block;
  font-size: 1.4rem;
  vertical-align: top;
}
@media (min-width: 768px) {
  .responsiveTable2 th {
    width: 30%;
    font-weight: bold;
    padding: 15px 0px;
    border-bottom: solid 1px #0a4d9b;
    line-height: 140%;
    display: table-cell;
  }
}
.responsiveTable2 td {
  width: 100%;
  padding: 15px 0px 15px;
  font-size: 1.4rem;
  line-height: 140%;
  display: block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .responsiveTable2 td {
    padding: 15px 0px 15px 15px;
    border-bottom: solid 1px #d8d8d8;
    line-height: 140%;
    display: table-cell;
  }
}

.dotList li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.dotList li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #005145;
  position: absolute;
  left: 0;
  top: 0.7rem;
}
.dotList.Horizontal {
  display: flex;
  flex-wrap: wrap;
}
.dotList.Horizontal li {
  margin-right: 3rem;
  white-space: nowrap;
}

.flowBox1 {
  display: flex;
  aspect-ratio: 1;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
  height: 100%;
  background: #181d62;
  color: #fff;
}
.flowBox1 .step {
  position: absolute;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  width: 30px;
  height: 30px;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffe109;
}
.flowBox1 .flow-img {
  width: 40%;
  filter: brightness(0) invert(1);
  margin-bottom: 2.5vw;
}
@media (min-width: 992px) {
  .flowBox1 .flow-img {
    margin-bottom: 20px;
  }
}
.flowBox1 .tit {
  font-size: 6vw;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .flowBox1 .tit {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .flowBox1 .tit {
    font-size: 1.8rem;
  }
}
.flowBox1 .txt {
  display: flex;
  padding: 0px 15px;
  line-height: 1.4;
  text-align: center;
  font-size: 2.8vw;
}
@media (min-width: 992px) {
  .flowBox1 .txt {
    padding: 0px 30px;
    font-size: 1.6rem;
  }
}

.readText {
  display: block;
  background: #181d62;
  color: #fff100;
  font-size: 4.2vw;
  font-weight: 700;
  padding: 10px 30px;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .readText {
    display: inline-block;
    font-size: 2.4rem;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * company.html
 *  
 *-------------------------------------------------------------------------------------------*/
.googleMap {
  width: 100%;
  height: 320px;
}
@media (min-width: 992px) {
  .googleMap {
    height: 480px;
  }
}

.equip-slider01 {
  mix-blend-mode: multiply;
  line-height: 1;
}

.equip-thumbnail01 {
  line-height: 1;
  mix-blend-mode: multiply;
}
.equip-thumbnail01 .slick-slide {
  border-bottom: solid 1px #fff;
}
.equip-thumbnail01 .slick-slide.slick-current {
  border-bottom: solid 1px #f00;
}

.equip-thumbnail01 .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.equip-thumbnail01 .slick-slide {
  display: block !important;
  float: none !important;
  flex: 0 0 25%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .equip-thumbnail01 .slick-slide {
    flex: 0 0 11%;
    margin-bottom: 0px;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * contact.html
 *  
 *-------------------------------------------------------------------------------------------*/
.contactBox {
  width: 100%;
  background: #181d62;
  color: #fff;
}
.contactBox a {
  text-decoration: none;
  color: #fff;
}
.contactBox dd {
  padding: 5px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: none;
}
@media (min-width: 992px) {
  .contactBox dd {
    padding: 30px 0px;
  }
}
.contactBox dd .num {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 6.4vw;
  line-height: 1;
}
@media (min-width: 768px) {
  .contactBox dd .num {
    font-size: 4.8rem;
  }
}
.contactBox dd .num em {
  font-style: normal;
  font-size: 75%;
}
.mailfoamTable {
  width: 100%;
  margin-bottom: 10px;
}
.mailfoamTable th {
  width: 100%;
  padding: 10px 15px;
  font-weight: 400;
  border-top: none;
  border-bottom: solid 1px #fff;
  line-height: 140%;
  background: #181d62;
  color: #fff;
  display: block;
}
.mailfoamTable th div {
  display: flex;
  justify-content: flex-start;
}
.mailfoamTable th .required {
  margin-left: 0.5em;
}
.mailfoamTable td {
  width: 100%;
  padding: 15px 0px 30px 0px;
  border: none;
  line-height: 140%;
  display: block;
}
.mailfoamTable td .form-control {
  font-size: 1.4rem;
  padding: 0.75rem 1.25rem;
  background: rgba(255, 255, 255, 0.2);
  border: solid 1px #ccc;
  border-radius: 0px;
}

@media (min-width: 768px) {
  .mailfoamTable table {
    width: 100%;
    display: table;
  }
  .mailfoamTable th {
    width: 33%;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
  }
  .mailfoamTable th div {
    justify-content: space-between;
  }
  .mailfoamTable td {
    padding: 20px 0px 20px 20px;
    border-top: solid 1px #cecece;
    border-bottom: solid 1px #cecece;
    line-height: 140%;
    display: table-cell;
  }
}
textarea {
  width: 100%;
}

.form25 {
  width: 80%;
  display: inline-block;
}

.form50 {
  width: 100%;
  display: inline-block;
}

@media (min-width: 767px) {
  .form25 {
    width: 25%;
  }
  .form50 {
    width: 50%;
  }
}
.need {
  color: #ad2929;
  font-size: 12px;
  border-radius: 4px;
  float: right;
  line-height: 1em;
}

.required {
  background: #ad2929;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 44px;
  color: #fff;
  padding: 0px 0px 1px;
  border-radius: 3px;
  line-height: 1;
  font-size: 11px;
  margin-top: 3px;
}

.formBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 475px;
  height: 56px;
  background: #181d62;
  color: #fff;
  position: relative;
  font-size: 3vw;
}
@media (min-width: 576px) {
  .formBtn {
    font-size: 18px;
  }
}
.formBtn:hover {
  background: #fff;
  color: #181d62;
  text-decoration: none;
  border: solid 1px #181d62;
}
.formBtn:hover.back:before, .formBtn:hover.next:after {
  filter: invert(21%) sepia(32%) saturate(1170%) hue-rotate(188deg) brightness(86%) contrast(108%);
}
.formBtn.back:before {
  content: "";
  background: url(../images/icon_arrow-left.svg) no-repeat center/contain;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
  filter: brightness(0) invert(1);
}
.formBtn.next:after {
  content: "";
  background: url(../images/icon_arrow-right.svg) no-repeat center/contain;
  display: inline-block;
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
  margin-right: 0.5em;
}

button.formBtn {
  border: none;
  outline: none;
}
button.formBtn:hover {
  outline: none;
}

.privacyBox {
  height: 250px;
  overflow: auto;
  overflow-y: scroll;
  font-size: 1.2rem;
  line-height: normal;
  padding: 20px;
  border: none;
  border-radius: 0px;
  border: solid 1px #cfcfcf;
  background: rgba(255, 255, 255, 0.2);
}
.privacyBox h4 {
  font-size: 120%;
  font-weight: bold;
  border-bottom: #ccc solid 1px;
  margin-bottom: 10px;
}
.privacyBox p {
  margin-bottom: 1em;
}
.privacyBox ul {
  margin-bottom: 1em;
  margin-left: 10px;
}
.privacyBox ol {
  margin-bottom: 1em;
  margin-left: 0px;
  padding: 0px;
}
.privacyBox li {
  list-style: decimal outside;
  margin-left: 2em;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .privacyBox ul {
    margin-bottom: 1em;
    margin-left: 20px;
  }
}
.ttl_policy {
  font-size: 120%;
  font-weight: bold;
}

.out-line {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Table
 *  
 *-------------------------------------------------------------------------------------------*/
.responsiveTable {
  width: 100%;
  margin-bottom: 10px;
}

.responsiveTable th {
  width: 100%;
  padding: 15px 18px;
  font-weight: bold;
  border-top: solid 1px #ccc;
  line-height: 140%;
  display: block;
}

.responsiveTable td {
  width: 100%;
  padding: 15px 18px;
  border-bottom: none;
  line-height: 140%;
  display: block;
}

@media (min-width: 768px), print {
  .responsiveTable table {
    width: 100%;
    display: table;
  }
  .responsiveTable th {
    width: 30%;
    font-weight: bold;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
  }
  .responsiveTable td {
    padding: 18px 10px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
  }
}
/*-------------------------------------------------------------------------------------------*
 *
 * Title
 *  
 *-------------------------------------------------------------------------------------------*/
.title {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-start;
}
.title .en {
  font-size: 12vw;
  font-family: "Montserrat", serif;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0;
  color: #181d62;
  line-height: 1;
  margin-bottom: 4rem;
  position: relative;
}
@media (min-width: 576px) {
  .title .en {
    font-size: 9rem;
  }
}
.title .en:after {
  display: block;
  width: 48px;
  height: 6px;
  background: #fff100;
  content: "";
  position: absolute;
  left: 0px;
  bottom: -20px;
}
.title .ja {
  font-size: 4.2vw;
  font-weight: 700;
}
@media (min-width: 992px) {
  .title .ja {
    font-size: 2.4rem;
  }
}
.title.center {
  align-items: center;
}
.title.center .en {
  text-align: center;
}
.title.center .en:after {
  left: 50%;
  transform: translate(-50%, 0);
}
.title.white {
  color: #fff;
}

.title2 {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-start;
}
.title2 .ja {
  font-size: 12vw;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0;
  color: #181d62;
  line-height: 1;
  margin-bottom: 4rem;
  position: relative;
}
@media (min-width: 576px) {
  .title2 .ja {
    font-size: 7.2rem;
  }
}
.title2 .ja:after {
  display: block;
  width: 48px;
  height: 6px;
  background: #fff100;
  content: "";
  position: absolute;
  left: 0px;
  bottom: -20px;
}
.title2 .en {
  font-size: 3.2vw;
  font-weight: 700;
  font-family: "Montserrat", serif;
}
@media (min-width: 992px) {
  .title2 .en {
    font-size: 2.4rem;
  }
}
.title2.center {
  align-items: center;
}
.title2.center .ja {
  text-align: center;
}
.title2.center .ja:after {
  left: 50%;
  transform: translate(-50%, 0);
}
.title2.white {
  color: #fff;
}

.subTitle {
  font-weight: 700;
}
.subTitle .yellow {
  color: #ffe109;
  font-size: 4.8rem;
}
.subTitle .blue {
  color: #181d62;
  font-size: 3rem;
}

.subTitle2 {
  font-weight: 700;
  font-size: 4.2rem;
  color: #181d62;
  border-bottom: 5px solid #ffe109;
  display: inline-block;
  padding-bottom: 1rem;
}

#h2Title {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 15px;
}
@media (min-width: 992px) {
  #h2Title {
    height: 420px;
  }
}
@media (min-width: 1200px) {
  #h2Title {
    height: 460px;
    padding: 0px 60px;
  }
}
#h2Title.p02 {
  background: url(../images/clip_h2.svg), url(../images/bg_h2title02.jpg);
  background-position: left top, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: 350px auto, cover;
}
@media (min-width: 992px) {
  #h2Title.p02 {
    background-size: 500px auto, cover;
  }
}
@media (min-width: 1200px) {
  #h2Title.p02 {
    background-size: 600px auto, cover;
  }
}
#h2Title.p03 {
  background: url(../images/clip_h2.svg), url(../images/bg_h2title03.jpg);
  background-position: left top, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: 350px auto, cover;
}
@media (min-width: 992px) {
  #h2Title.p03 {
    background-size: 500px auto, cover;
  }
}
@media (min-width: 1200px) {
  #h2Title.p03 {
    background-size: 600px auto, cover;
  }
}
#h2Title.p04 {
  background: url(../images/clip_h2.svg), url(../images/bg_h2title04.jpg);
  background-position: left top, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: 350px auto, cover;
}
@media (min-width: 992px) {
  #h2Title.p04 {
    background-size: 500px auto, cover;
  }
}
@media (min-width: 1200px) {
  #h2Title.p04 {
    background-size: 600px auto, cover;
  }
}
#h2Title.p05 {
  background: url(../images/clip_h2.svg), url(../images/bg_h2title05.jpg);
  background-position: left top, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: 350px auto, cover;
}
@media (min-width: 992px) {
  #h2Title.p05 {
    background-size: 500px auto, cover;
  }
}
@media (min-width: 1200px) {
  #h2Title.p05 {
    background-size: 600px auto, cover;
  }
}
#h2Title.p06 {
  background: url(../images/clip_h2.svg), url(../images/bg_h2title06.jpg);
  background-position: left top, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: 350px auto, cover;
}
@media (min-width: 992px) {
  #h2Title.p06 {
    background-size: 500px auto, cover;
  }
}
@media (min-width: 1200px) {
  #h2Title.p06 {
    background-size: 600px auto, cover;
  }
}
#h2Title h2 {
  display: flex;
  flex-direction: column;
}
#h2Title h2 .en {
  font-size: 6.2rem;
  text-align: left;
  font-family: "Montserrat", serif;
  font-style: italic;
  border-bottom: 2px solid #fff;
  margin-bottom: 1rem;
  background-image: url(../images/bg_h2-text.jpg);
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 800;
}
@media (min-width: 768px) {
  #h2Title h2 .en {
    font-size: 8.6rem;
  }
}
#h2Title h2 .ja {
  font-size: 1.8rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
}
@media (min-width: 768px) {
  #h2Title h2 .ja {
    font-size: 3rem;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * Component
 *  
 *-------------------------------------------------------------------------------------------*/
.wrapper {
  padding: 0px 25px;
}

.detailBtn {
  width: 100%;
  max-width: 425px;
  height: 56px;
  padding: 0px 24px 0px 24px;
  margin: 0px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  text-decoration: none;
  color: #181d62;
  position: relative;
  transition: all 600ms 0s ease;
  border: solid 1px #181d62;
}
.detailBtn:after {
  content: "";
  display: block;
  width: 47px;
  height: 8px;
  background: url(../images/icon_arrow.png) no-repeat center;
}
.detailBtn:hover {
  text-decoration: none;
  background: #181d62;
  color: #fff;
}
.detailBtn:hover:after {
  filter: brightness(0) invert(1);
}
.detailBtn:hover img {
  filter: brightness(0) invert(1);
}
.detailBtn.blue {
  background: #181d62;
  color: #fff;
}
.detailBtn.blue::after {
  filter: brightness(0) invert(1);
}
.detailBtn.blue:hover {
  background: #fff;
  border: solid 1px #181d62;
  color: #181d62;
}
.detailBtn.blue:hover:after {
  filter: invert(11%) sepia(33%) saturate(5217%) hue-rotate(227deg) brightness(88%) contrast(99%);
}
.detailBtn.pdf:before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
  background: url(../images/icon_pdf.png) no-repeat center/contain;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translate(0, -50%);
}
.detailBtn.pdf:hover:before {
  filter: brightness(0) invert(1);
}

.textLink {
  color: #20289b;
  text-decoration: underline;
  font-weight: 700;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Component
 *  
 *-------------------------------------------------------------------------------------------*/
.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 66.666%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

.w100 {
  width: 100%;
}

.rel {
  position: relative;
}

.posa {
  position: absolute;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.pbb {
  page-break-before: always;
}

.white {
  color: #fff;
}

.blue {
  color: #31356f;
}

.red {
  color: #df0000;
}

.yellow {
  color: #ffe109;
}

.lh1 {
  line-height: 1;
}

.lh14 {
  line-height: 1.4;
}

.lh2 {
  line-height: 2;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-15 {
  font-size: 1.5rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-30 {
  font-size: 3rem;
  line-height: 1.4;
}

.fs-36 {
  font-size: 3.6rem;
}

.fs-60 {
  font-size: 6rem;
}

.m-auto {
  margin: 0px auto;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mt90 {
  margin-top: 90px;
}

.ml-00 {
  margin-left: 0px !important;
}

.mr-05 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 5px !important;
}

.mb15 {
  margin-bottom: 7.5px !important;
}

.mb20 {
  margin-bottom: 10px !important;
}

.mb30 {
  margin-bottom: 15px !important;
}

.mb40 {
  margin-bottom: 20px !important;
}

.mb50 {
  margin-bottom: 25px !important;
}

.mb60 {
  margin-bottom: 30px !important;
}

.mb70 {
  margin-bottom: 35px !important;
}

.mb80 {
  margin-bottom: 40px !important;
}

.mb90 {
  margin-bottom: 45px !important;
}

.mb100 {
  margin-bottom: 50px !important;
}

.mb120 {
  margin-bottom: 60px !important;
}

.mb150 {
  margin-bottom: 75px !important;
}

.mb180 {
  margin-bottom: 90px !important;
}

.mb220 {
  margin-bottom: 110px !important;
}

@media (min-width: 768px), print {
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .mb150 {
    margin-bottom: 150px !important;
  }
  .mb180 {
    margin-bottom: 180px !important;
  }
  .mb220 {
    margin-bottom: 220px !important;
  }
}
.mt-00 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-90 {
  margin-top: 90px;
}

@media (min-width: 768px) {
  .mt-md-00 {
    margin-bottom: 0px !important;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .mtb-lg-00 {
    margin-bottom: 0px !important;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
}
.mb-00 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

@media (min-width: 576px) {
  .mb-sm-00 {
    margin-bottom: 0px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-00 {
    margin-bottom: 0px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-00 {
    margin-bottom: 0px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-00 {
    margin-bottom: 0px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
}
@media print {
  .mb-00 {
    margin-bottom: 0px !important;
  }
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .mb-15 {
    margin-bottom: 15px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  .mb-70 {
    margin-bottom: 70px !important;
  }
  .mb-80 {
    margin-bottom: 80px !important;
  }
  .mb-90 {
    margin-bottom: 90px !important;
  }
  .mb-100 {
    margin-bottom: 100px !important;
  }
  .mb-120 {
    margin-bottom: 120px !important;
  }
  .mb-150 {
    margin-bottom: 150px !important;
  }
  .mb-180 {
    margin-bottom: 180px !important;
  }
}/*# sourceMappingURL=style.css.map */