@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');


/*
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
// <weight>: Use a value from 200 to 900
// <uniquifier>: Use a unique and descriptive class name

.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
// <weight>: Use a value from 300 to 700
// <uniquifier>: Use a unique and descriptive class name

.cormorant-<uniquifier> {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: left;
  line-height: 1.75;
  color: #041626;
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  padding: 0;
  margin: 0;
}

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

p {
  padding: 0;
  margin: 0;
}

img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  display: block;
}

a {
  text-decoration: none;
  outline: none;
  color: #041626;
}

a:active,
a:hover,
a:focus {
  outline: none;
}

a,
a::before,
a::after,
p::before,
p::after,
input {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

a:hover,
.link input:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  body {
    width: 100%;
    min-width: 0;
  }

  a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  a:hover {
    opacity: 1;
  }
}

/*============================
flex
============================*/

.flex {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

/*============================
脚注文字表記etc.
============================*/

.eng {
  font-family: "Cormorant", serif;
  letter-spacing: 0.06em;
}

.min {
  font-size: 13px;
  display: block;
}

.list-deco li {
  display: block;
  position: relative;
  padding-left: 18px;
}

.list-deco li::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: #9ab6cc;
  position: absolute;
  top: 12px;
  left: 0;
}

.note {
  display: block;
  position: relative;
  padding-left: 16px;
  letter-spacing: 0.08em;
  font-size: 14px;
  color: #777;
}

.note::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}


/*============================
表示切り替え
============================*/

.sp-only {
  display: none;
}

@media only screen and (max-width: 1040px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

/*============================
wrapper
============================*/

.wrapper {
  position: relative;
  overflow: hidden;
}

/*============================
inner
============================*/

.inner {
  margin: 0 auto;
  padding: 0 10vw;
  max-width: 1840px;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 1040px) {
  .inner {
    width: 90.625%;
    padding: 0;
    margin: auto;
    float: none;
  }
}

/*============================
header
============================*/

#top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20000;
  transition: 0.5s;
}

#top.transform {
  background-color: #031526;
}

#top .inner {
  padding: 34px 60px 26px;
  align-items: center;
  transition: 0.5s;
}

#top.transform .inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

#top h1.siteTitle {
  display: none;
}

#top .siteTitle {
  width: 160px;
  transition: 0.5s;
}

#top.transform .siteTitle {
  width: 130px;
}

.siteTitle a {
  padding-top: 36.6459%;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  background: url(../images/common/logo/logo.png) no-repeat left center;
  background-size: contain;
  color: #fff;
}

@media only screen and (max-width: 1040px) {
  #top {
    position: absolute;
  }

  #top .inner,
  #top.transform .inner {
    padding: 10px 0;
    width: 90.625%;
  }

  #top .siteTitle,
  #top.transform .siteTitle {
    width: 100px;
    z-index: 10;
  }
}

/*============================
nav
============================*/

#top nav {
  margin-left: auto;
}

#top .globalNav {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}

#top .globalNav li {
  margin-left: 40px;
  padding: 10px 0;
  transition: 0.5s;
}

#top.transform .globalNav li {
  padding: 0;
}

#top .globalNav li.nav-contact {
  border-left: 1px solid #fff;
  padding-left: 40px;
}

#top .globalNav li a {
  display: block;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  color: #fff;
}

#top .globalNav li a::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}

/*現在地とhoverの設定*/

#top .globalNav li.current a::after,
#top .globalNav li a:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

@media only screen and (max-width: 1040px) {
  #top nav {
    margin: 0;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    margin-top: 0;
    background-color: #72c6d4;
    overflow-y: scroll;
    padding: 20vh 20px 0;
  }

  #top .globalNav {
    display: block;
  }

  #top .globalNav li {
    width: 100%;
    position: relative;
    text-align: left;
    background-color: transparent;
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px solid #041627;
  }

  #top.transform .globalNav li {
    padding: 16px 0;
  }

  #top .globalNav li.nav-contact {
    border: none;
    padding-left: 0;
  }

  #top .globalNav li a {
    overflow: inherit;
    width: 100%;
    height: inherit;
    text-align: left;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #041627;
    font-family: "Noto Serif JP", serif;
  }

  #top .globalNav li a .eng {
    font-size: 14px;
  }

  /*現在地とhoverの設定*/
  #top .globalNav li a::after,
  #top .globalNav li.current a::after,
  #top .globalNav li a:hover::after {
    display: none;
  }
}

/*============================
menu(sp)  ハンバーガー
============================*/

.menu {
  display: none;
}

@media only screen and (max-width: 1040px) {

  .menu {
    display: block;
    position: fixed;
    left: 20px;
    bottom: 20px;
    margin: auto;
    z-index: 1000;
    text-align: center;
    padding: 10px;
    background-color: #71c6d4;
    border-radius: 3px;
    box-shadow: 0 0 10px #72c6d4;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 35px;
    height: 18px;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1.5px;
    background-color: #041626;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu p {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.02em;
    ;
    font-family: "Noto Serif JP", serif;
    line-height: 1.2;
  }

  /* anime */
  .active .menu-trigger {
    width: 28px;
  }

  .active .menu-trigger span {
    background-color: #041626;
  }

  .active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }

  .active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

}

/*============================
cont_img
============================*/

.cont_img {
  background: url(../company/images/cont_img.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 460px;
  padding-top: 210px;
}

.cont_img h1 {
  line-height: 1;
  color: #fff;
}

.cont_img h1 .jp {
  font-size: 38px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  display: block;
  letter-spacing: 0.06em;
}

.cont_img h1 .eng {
  font-size: 22px;
  margin-left: 10px;
  margin-top: 15px;
  letter-spacing: 0.06em;
  font-weight: 600;
}

@media only screen and (max-width: 1040px) {
  .cont_img {
    padding-top: 100px;
    height: 240px;
    text-align: center;
  }

  .cont_img h1 .jp {
    font-size: 28px;
  }

  .cont_img h1 .eng {
    font-size: 20px;
    margin-left: 0;
    margin-top: 10px;
  }
}


/*============================
パンくず
============================*/

.root {
  padding: 16px 0;
  font-size: 14px;
  font-weight: 500;
  color: #888;
  background-color: #f4f4f4;
}

.root ul {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}

.root li {
  position: relative;
  letter-spacing: 0;
  padding-bottom: 0;
  white-space: nowrap;
}

.root li::before,
.root li:first-child,
.root li:first-child a {
  color: #041626;
}

.root li:nth-child(n + 2) {
  margin-left: 60px;
}

.root li:nth-child(n + 2)::before {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #041626;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  margin: auto;
}

.root li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 1040px) {

  /*
  .root {
    font-size: 13px;
    padding: 20px 0;
  }
*/
  .root ul {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 10px 0;
  }
}

/*============================
container
============================*/

.cont .container {
  width: 100%;
}

.cont .container article {
  padding: 120px 0;
}

.container .inner p {
  margin-top: 26px;
}

.container .inner p:first-of-type {
  margin-top: 0;
}

@media only screen and (max-width: 1040px) {
  .cont .container article {
    padding: 60px 0;
  }

  .container .inner p {
    margin-top: 20px;
  }
}


/*============================
h2
============================*/

h2 {
  line-height: 1;
  margin-bottom: 50px;
}

h2 .eng {
  font-size: 26px;
  font-weight: 700;
  color: #71c6d4;
  display: block;
}

h2 .jp {
  font-weight: 600;
  font-size: 28px;
  margin-top: 10px;
  letter-spacing: 0.14em;
}

h3 {
  font-weight: 600;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
}

@media only screen and (max-width: 1040px) {
  h2 {
    margin-bottom: 30px;
  }

  h2 .eng {
    font-size: 18px;
  }

  h2 .jp {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }
}


/*============================
link
============================*/

.link {
  width: 100%;
  margin: auto;
  padding-top: 60px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.link li {
  margin: 0 20px;
}


/*============================
footer
============================*/

footer {
  padding: 80px 0 0;
  background-color: #041626;
  color: #fff;
}

footer .inner > .flex:not(.footer-nav) {
  align-items: center;
}

footer .detail {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

footer .footer-siteTitle {
  width: 280px;
  margin-right: 40px;
}

footer .footer-siteTitle a {
  padding-top: 21.0714%;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  background: url(../images/common/logo/footer-logo.png) no-repeat left center;
  background-size: contain;
  color: #fff;
}

footer .address {
  margin-top: 14px;
}

footer .contact-link a {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 75px;
  padding: 18px 50px;
  font-size: 18px;
  font-weight: 700;
  transition: color 0.5s ease;
  position: relative;
  overflow: hidden;
}

footer .contact-link a:hover {
  color: #041626;
  opacity: 1;
}

footer .contact-link a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}

footer .contact-link a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

footer .contact-link a .text {
  position: relative;
  z-index: 10;
}

footer .footer-nav {
  border-top: 1px solid #fff;
  margin-top: 40px;
  padding-top: 40px;
}

footer .footer-nav .sitelink {
  justify-content: flex-start;
}

footer .footer-nav .sitelink a {
  color: #fff;
  line-height: 1.4;
  font-weight: 600;
  margin-right: 30px;
  display: inline-block;
}

footer .sublink a {
  color: #fff;
  margin-left: 20px;
  font-size: 14px;
  color: #e4e4e4;
}

footer .copyright {
  letter-spacing: 0.14em;
  color: #fff;
  text-align: left;
  font-size: 14px;
  margin-top: 60px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1260px) {
  footer .contact-link {
    margin-top: 30px;
    width: 100%;
  }

  footer .contact-link a {
    display: block;
    text-align: center;
    width: 100%;
  }
}


@media only screen and (max-width: 1040px) {
  footer {
    padding: 30px 0 0;
  }

  footer .inner > .flex:not(.footer-nav) {
    display: block;
  }

  footer .detail {
    line-height: 1.7;
  }

  footer .footer-siteTitle {
    margin-right: 0;
  }

  footer .address {
    margin-top: 20px;
    font-size: 14px;
  }

  footer .footer-nav .sitelink {
    justify-content: space-between;
    width: 100%;
  }

  footer .footer-nav .sitelink li {
    width: 48%;
    margin-bottom: 4%;
  }

  footer .footer-nav .sitelink a {
    line-height: 1;
    text-align: center;
    margin-right: 0;
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }

  footer .sublink a {
    margin-left: 0;
    margin-right: 30px;
    font-size: 14px;
  }

  footer .copyright {
    text-align: right;
  }
}

/*============================
アニメーション関連
============================*/

/*
1文字ずつ出現させるためのCSS
============================*/

.eachTextAnime {
  display: block;
}

.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 0.8s ease-in forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*
マスク
============================*/

/* css */

.passing {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1040px) {
  .passing {
    margin-bottom: 20px;
  }
}

.passing .passing-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.passing .passing-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #041626;
}

.passing .passing-each {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.passing.move .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards;
}

.passing.move .passing-each {
  -webkit-animation: passing-each .2s ease 0.5s 1 normal forwards;
  animation: passing-each .2s ease 0.5s 1 normal forwards;
}

/* animation */

@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }

  50% {
    left: 0;
    width: 100%;
  }

  51% {
    left: 0;
    width: 100%;
  }

  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes passing-each {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*
common_js
============================*/

.sa {
  opacity: 0;
  transition: all 0.6s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
  animation-name: blur;
  animation-duration: 0.6s;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}
