@charset "UTF-8";
/* ---------------------------------------
  基本情報
-----------------------------------------*/
html {
  font-size: 6px;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 0.4444444444vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3192612137vw;
  }
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-style: normal;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 300;
  text-align: left;
  color: #00264C;
  word-break: break-word;
  line-height: 2;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #00264C;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

*, *:after, *:before {
  box-sizing: border-box;
}

/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* base
--------------------------------*/
p, dt, dd, li, th, td,
input, button, textarea, select {
  font-size: 3rem;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

@media screen and (min-width: 768px) {
  .tel-link {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  img {
    width: 100%;
  }
  .sp-tac {
    text-align: center !important;
  }
  .sp-tar {
    text-align: right !important;
  }
  .sp-tal {
    text-align: left !important;
  }
}
/* ---------------------------------------------
  レイアウト
-----------------------------------------------*/
.l-wrap {
  max-width: 120rem;
  width: calc(100% - 6rem);
  margin-left: auto;
  margin-right: auto;
}
.l-wrap.-s {
  width: calc(100% - 10rem);
}

@media screen and (min-width: 768px) {
  body {
    height: 100vh;
    overflow: hidden;
  }
}

.l-container {
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .l-container {
    width: 77rem;
    margin: 0 auto;
    height: 100%;
    position: relative;
  }
  .l-container main {
    overflow: hidden;
  }
  .l-container .l-container_inner {
    overflow: hidden;
    width: 75rem;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.16);
  }
}

.l-body {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-body {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../img/common/bg_body.png) no-repeat center center/cover;
  }
}

@media screen and (min-width: 768px) {
  .l-left {
    position: absolute;
    width: calc((100% - 75rem) / 2);
    height: 100%;
    left: 0;
    top: 0;
    padding: 8rem 8rem 5rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .l-left .logo {
    width: 21rem;
  }
  .l-left .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 13rem;
  }
  .l-left .content .lead {
    width: 5rem;
  }
  .l-left .content .ttl {
    width: 48rem;
  }
  .l-left .list {
    display: flex;
    align-items: center;
    margin-left: 1rem;
  }
  .l-left .list li {
    position: relative;
  }
  .l-left .list li:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 3rem;
    background-color: #00264C;
  }
  .l-left .list li:nth-child(2) a {
    position: relative;
  }
  .l-left .list li:nth-child(2) a::before {
    content: "";
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: 0;
    width: 2rem;
    height: 2rem;
    background: url(../img/common/icon_blank_black.svg) no-repeat center center/contain;
  }
  .l-left .list li a {
    padding: 0 3rem;
    font-family: "Inter", sans-serif;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-left .list li a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-left .list li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) and (max-height: 1000px) {
  .l-left .content {
    flex-direction: row;
    gap: 7rem;
  }
  .l-left .content .ttl {
    width: 35rem;
  }
  .l-left .content .lead {
    width: 4.5rem;
  }
}
@media screen and (min-width: 768px) and (max-height: 700px) {
  .l-left {
    padding: 5rem 8rem;
  }
}

@media screen and (min-width: 768px) {
  .l-right {
    position: absolute;
    width: calc((100% - 75rem) / 2);
    height: 100%;
    right: 0;
    top: 0;
    padding: 8rem 12rem 20rem;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    gap: 15rem;
  }
}
@media screen and (min-width: 768px) and (max-height: 700px) {
  .l-right {
    padding: 8rem 12rem;
    gap: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .l-right .menu {
    width: 47rem;
  }
  .l-right .menu .ttl {
    font-size: 3.8rem;
    font-family: "Inter", sans-serif;
  }
  .l-right .menu .list {
    margin-top: 6rem;
    border-left: 1px solid #00264C;
  }
  .l-right .menu .list_item:nth-child(n+2) {
    margin-top: 5rem;
  }
  .l-right .menu .list_item a {
    padding-left: 5rem;
    display: flex;
    align-items: center;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-right .menu .list_item a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-right .menu .list_item a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .l-right .menu .list_item_en {
    font-family: "Inter", sans-serif;
    font-size: 2.7rem;
    width: 19rem;
    line-height: 1;
    font-weight: 400;
  }
  .l-right .menu .list_item_jp {
    flex: 1;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 400;
  }
  .l-right .btn {
    width: 47rem;
  }
  .l-right .btn_link {
    width: 47rem;
    height: 11rem;
    display: flex;
    align-items: center;
    padding-left: 6rem;
    color: #fff;
    background-color: #00264C;
    border: 1px solid #00264C;
    border-radius: 10rem;
    font-size: 3.2rem;
    letter-spacing: 0.15em;
    position: relative;
    transition: 0.3s;
  }
  .l-right .btn_link::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5rem;
    width: 6rem;
    height: 6rem;
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url(../img/common/arrow_right_circle.svg);
    background-color: #fff;
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-right .btn_link:hover {
    background-color: #fff;
    color: #00264C;
  }
  .l-right .btn_link:hover::before {
    background-color: #00264C;
  }
}

/* ---------------------------------------------
  装飾
-----------------------------------------------*/
.u-medium {
  font-weight: 500;
}

.u-bold {
  font-weight: 700;
}

.u-underline {
  text-decoration: underline;
}

.u-serif {
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif;
}

.u-english {
  font-family: "Inter", sans-serif;
}

.u-fz24 {
  font-size: 2.4rem;
}

.u-fz28 {
  font-size: 2.8rem;
}

.u-fz30 {
  font-size: 3rem;
}

.u-fz32 {
  font-size: 3.2rem;
}

.u-fz34 {
  font-size: 3.4rem;
}

.u-fz36 {
  font-size: 3.6rem;
}

.u-fz40 {
  font-size: 4rem;
}

.u-fz42 {
  font-size: 4.2rem;
}

.u-fz44 {
  font-size: 4.4rem;
}

.u-fz46 {
  font-size: 4.6rem;
}

.u-fz48 {
  font-size: 4.8rem;
}

.u-fz50 {
  font-size: 5rem;
}

/* ---------------------------------------------
  パーツ
-----------------------------------------------*/
/* ボタン
--------------------------------*/
.p-fixed-btn {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 75rem;
}
.p-fixed-btn a {
  margin: 0 auto;
  width: 53rem;
  height: 11rem;
  background-color: #00264C;
  border-radius: 2rem 2rem 0 0;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 8.8rem;
  font-size: 3.2rem;
  letter-spacing: 0.15em;
  position: relative;
  transition: 0.3s;
}
.p-fixed-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8.6rem;
  width: 6rem;
  height: 6rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow_right_circle.svg);
  background-color: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-fixed-btn a:hover {
    background-color: #fff;
    color: #00264C;
    border: 1px solid #00264C;
  }
  .p-fixed-btn a:hover::before {
    background-color: #00264C;
  }
}

/* タイトル
--------------------------------*/
.c-secttl {
  text-align: center;
}
.c-secttl .en {
  display: block;
  line-height: 1.2;
  letter-spacing: 0.015em;
}
.c-secttl .jp {
  display: block;
  line-height: 1.75;
  letter-spacing: 0.015em;
  margin-top: 1rem;
}
.c-secttl.-white {
  color: #fff;
}

/* ---------------------------------------------
  header
-----------------------------------------------*/
.l-header {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 10;
}
.l-header_left {
  width: 13.5rem;
}

/* ---------------------------------------------
  footer
-----------------------------------------------*/
.l-footer {
  margin-top: 10rem;
  background-color: #00264C;
  padding: 2rem 0 14rem;
}
.l-footer * {
  color: #fff;
}
.l-footer .list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer .list li:nth-child(2) {
  position: relative;
}
.l-footer .list li:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 2.4rem;
  background-color: #fff;
}
.l-footer .list li a {
  padding: 0 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer .list li a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-footer .list li a:hover {
    opacity: 0.7;
  }
}
.l-footer .list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icon_blank.svg) no-repeat center center/contain;
}
.l-footer .copyright {
  margin-top: 2rem;
  text-align: center;
}
.l-footer .copyright small {
  font-size: 2.4rem;
}

/* ---------------------------------------------
  main
-----------------------------------------------*/
/* ------------------------------
    フェードインアニメーション
------------------------------ */
.fade-box,
.fade-box02 {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time10 {
  animation-delay: 1s;
}

.delay-time12 {
  animation-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  .delay-time12 {
    animation-delay: 0.2s;
  }
}/*# sourceMappingURL=common.css.map */