@charset "UTF-8";
/* CSS Document */

/*-----------------header-----------------*/

@media (min-width: 1110px) {
  #header {
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    z-index: 4;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    /*background: linear-gradient(to right, #007dd7, #ff0e1f);*/
  }
  .headermini {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    height: 50px !important;
    transition: 0.3s;
    position: relative;
  }
  #head_logo {
    width: 214px;
    height: 50px;
    position: fixed;
    top: 0%;
    left: 0;
    padding: 5px 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    box-sizing: border-box;
    z-index: 2;
    background-color: #fff;
  }
}
@media (max-width: 1109px) {
  #header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    height: 50px;
    transition: 0.3s;
  }
  #header::before {
    content: "";
    width: 130%;
    height: 100px;
    background: #fff;
    position: absolute;
    top: -67px;
    left: 50%;
    transform: translateX(-50%) rotate(-7deg);
    z-index: -1;
  }
  #head_logo {
    width: 214px;
    height: 50px;
    position: fixed;
    top: 0%;
    left: 0;
    padding: 10px 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    box-sizing: border-box;
    z-index: 100;
  }
}

#head_logo > a {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#head_logo > a > img {
  width: auto;
  height: 100%;
}

@media (min-width: 1110px) {
  .gnav__menu {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .gnav__menu__item--apply {
    display: none;
  }
  .gnav__menu > li {
    height: 100%;
    font-weight: 700;
    padding: 0 20px;
    color: #fff;
    text-shadow: 0 0 13px rgba(0, 0, 0, 0.6);
  }
  .gnav__menu > li:last-child {
    height: 100%;
    font-weight: 700;
    padding: 0 40px 0 20px;
  }
}
@media (max-width: 1109px) {
  .gnav__menu {
    height: auto;
    display: block;
  }
}
@media (min-width: 1110px) {
  .gnav__menu a {
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    border-bottom-right-radius: 37px;
    border-top-right-radius: 37px;
  }
  .gnav__menu a:hover {
    color: #5ca0da;
  }
  .header_menu_mini {
    transition: 0.3s;
    position: relative;
  }
}
@media (max-width: 1109px) {
  .gnav__menu a {
    display: block;
  }
}
@media (min-width: 1110px) {
  .menu {
    display: none;
  }
}
@media (max-width: 1109px) {
  .menu {
    width: 40px;
    height: 24px;
    position: absolute;
    right: 14px;
    top: 13px;
    z-index: 99;
    cursor: pointer;
    text-align: center;
  }
}
/*menu*/
@media (min-width: 1110px) {
  .menu__line {
    width: 40px;
    height: 4px;
    background: #fff;
    display: block;
    position: absolute;
    transition: transform 0.3s;
    box-sizing: border-box;
  }
}
@media (max-width: 1109px) {
  .menu__line {
    width: 40px;
    height: 4px;
    background: #000;
    display: block;
    position: absolute;
    transition: transform 0.3s;
    box-sizing: border-box;
  }
}
.menu__line.active {
  width: 40px;
  height: 4px;
  display: block;
  position: absolute;
  transition: transform 0.3s;
  box-sizing: border-box;
}
.menu__line--top:nth-of-type(1) {
  top: 0px;
  right: 0px;
}
.menu__line--bottom:nth-of-type(2) {
  bottom: 0;
  right: 0;
}

.menu__line--top:nth-of-type(1) {
  animation: menu-bar01 0.5s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu__line--bottom:nth-of-type(2) {
  animation: menu-bar02 0.5s forwards;
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu__line--top.active:nth-of-type(1) {
  animation: active-menu-bar01 0.5s forwards;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
.menu__line--bottom.active:nth-of-type(2) {
  animation: active-menu-bar03 0.5s forwards;
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}

@media (min-width: 1110px) {
  /*gnav*/
  .gnav {
    display: block !important;
  }
  .gnav__wrap {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .gnav__menu {
    position: absolute;
    top: 0;
    right: 220px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 1109px) {
  /*gnav*/
  .gnav {
    background-color: #fff;
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 98;
  }
  .gnav__wrap {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px 0;
  }
  .gnav__menu__item {
    position: relative;
    margin-bottom: 20px;
    border-bottom: solid 1px #007dd7;
    display: flex;
    align-items: center;
  }
  .gnav__menu__item--apply {
    border-bottom: none;
    margin-bottom: 16px;
  }
  .gnav__menu__item > a {
    font-size: 2rem;
    font-weight: bold;
    padding: 20px 0;
    text-decoration: none;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }
  .gnav__menu__item > a:hover {
    color: #007dd7;
  }
  .gnav__menu__item--apply > a {
    background: #ffd94a;
    border-radius: 5px;
    padding: 14px 16px;
  }
  .gnav__menu__item--apply > a:hover {
    background: #ffe57f;
    color: inherit;
  }
  .gnav__menu__item > a::after {
    content: "\2192";
    width: 24px;
    height: 24px;
    border: 1px solid currentColor;
    background: transparent;
    color: currentColor;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1;
    flex-shrink: 0;
    transition: all 0.3s ease;
  }
  .gnav__menu__item > a:hover::after {
    background: #000;
    color: #fff;
    border-color: #000;
  }
  .gnav__menu {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    box-sizing: border-box;
  }
}
/*-----------------topimg-----------------*/
@media (min-width: 1110px) {
  .top_ctt {
    width: 100%;
    height: 92vh;
    max-height: 740px;
    min-height: 650px;
    position: relative;
    background: linear-gradient(to right, #007dd7, #ff0e1f);
  }
  .top_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .top_ctt_on {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 60px 40px 40px 40px;
    box-sizing: border-box;
  }
  .top_ctt_on_caution {
    font-size: 0.8rem;
    position: absolute;
    top: -35px;
    right: -5px;
    letter-spacing: 0;
  }
  .top_ctt_on_coll {
    width: 400px !important;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    order: 1;
  }
  .top_ctt_on_coll > h2 {
    box-sizing: border-box;
    font-family: "Noto Sans JP";
    font-size: 10rem !important;
    font-weight: bold;
    line-height: 1.1em;
    color: #fff;
    padding-bottom: 20px;
  }
  .top_ctt_on_coll > img {
    width: 300px;
    height: auto;
    padding-top: 10px;
  }
  .top_ctt_on_price {
    position: relative;
    order: 1;
  }
  .top_ctt_on_copy {
    position: absolute;
    bottom: -20px;
    right: 0;
  }
  .top_ctt_on_copy2 {
    display: none;
  }
  .top_ctt_on_mobile {
    display: none;
  }
}
@media (max-width: 1109px) {
  .top_ctt {
    width: 100%;
    height: 800px;
    position: relative;
    background: linear-gradient(to right, #007dd7, #ff0e1f);
    overflow: hidden;
  }
  .top_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  .top_ctt_on {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 70px 20px 20px 20px;
    box-sizing: border-box;
  }
  .top_ctt_on_caution {
    font-size: 0.8rem !important;
    position: absolute;
    top: -20px;
    right: -5px;
    letter-spacing: 0;
  }
  .top_ctt_on_coll {
    width: 100%;
    position: relative;
  }
  .top_ctt_on_coll > h2 {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 60.5px */
    padding-bottom: 20px;
  }
  .top_ctt_on_coll > img {
    width: 50%;
    height: auto;
    padding-top: 30px;
  }
  .top_ctt_on_price {
    width: 110px;
    height: 110px;
    position: absolute;
    top: 70px;
    right: 20px;
  }
  .top_ctt_on_price > img {
    width: 100%;
    height: auto;
  }
  .top_ctt_on_icon {
    width: calc(100% - 30px);
    max-width: 400px;
    padding: 10px 15px 0 15px;
    order: 4;
    position: absolute;
    bottom: 100px;
    left: 0;
  }
  .top_ctt_on_icon > img {
    width: 100%;
    height: auto;
  }
  .top_ctt_on_copy {
    display: none;
  }
  .top_ctt_on_copy2 {
    position: absolute;
    bottom: 30px;
    right: 30px;
    box-sizing: border-box;
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  .top_ctt_on_copy2 > img {
    max-width: 70%;
    height: auto;
  }
  .top_ctt_on_copy2::before {
    content: "";
    width: 122px;
    background: url("../img/img_mobile_sp.png") no-repeat;
    background-size: contain;
  }
}

@media (min-width: 1110px) {
  .mvpc {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 720px;
    padding-left: 214px;
    box-sizing: border-box;
  }
  .mvpc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .mvsp {
    display: none;
  }
}
@media (max-width: 1109px) {
  .mvpc {
    display: none;
  }
  .mvsp {
    width: 100%;
    height: 500px;
    display: block;
    padding-top: 170px;
  }
  .mvsp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 769px) {
  .ictt_about_slide_ctt {
    width: 100%;
    height: 134px;
    overflow: hidden;
    flex-wrap: nowrap;
  }
  .ictt_about_slide {
    --var: -1275px;
    height: 134px;
    -webkit-animation: loopSlide 40s linear 0s infinite;
    animation: loopSlide 40s linear 0s infinite;
    display: flex;
  }
  .ictt_about_slide ul {
    display: flex;
    width: 1275px;
    height: 100%;
  }
  .ictt_about_slide li {
    position: relative;
    display: inline-block !important;
    list-style-type: none;
    width: 255px;
    overflow: hidden;
  }
  .ictt_about_slide li > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .ictt_about_slide_ctt {
    width: 100%;
    height: 74px;
    overflow: hidden;
    flex-wrap: nowrap;
  }
  .ictt_about_slide {
    --var: -705px;
    height: 74px;
    -webkit-animation: loopSlide 40s linear 0s infinite;
    animation: loopSlide 40s linear 0s infinite;
    display: flex;
  }
  .ictt_about_slide ul {
    display: flex;
    width: 705px;
    height: 100%;
  }
  .ictt_about_slide li {
    position: relative;
    display: inline-block !important;
    list-style-type: none;
    width: 141px;
    overflow: hidden;
  }
  .ictt_about_slide li > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@keyframes loopSlide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1275px, 0, 0);
  }
}
/**************スクロールダウンイベント****************/

@media (min-width: 960px) {
  #top_s_down {
    display: inline-block;
    color: #014099;
    font-size: 1.4rem;
    font-family: "Josefin Sans", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: -34px;
  }
  #top_s_down::before {
    width: 110px;
    content: "ABOUT US";
    position: absolute;
    top: 50px;
    right: -55px;
    color: #014099;
    z-index: 1;
    transform: rotate(90deg);
  }
  #top_s_down::after {
    content: "";
    position: absolute;
    top: 100px;
    right: 0;
    width: 1px;
    height: 150px;
    background: #014099;
  }
}
@media (max-width: 959px) {
  #top_s_down {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    font-family: "Josefin Sans", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  #top_s_down::before {
    width: 110px;
    content: "ABOUT US";
    position: absolute;
    top: 82px;
    right: -19px;
    color: #fff;
    z-index: 1;
    transform: rotate(90deg);
  }
  #top_s_down::after {
    content: "";
    position: absolute;
    top: 132px;
    right: 36px;
    width: 1px;
    height: 150px;
    background: #fff;
  }
}
#top_s_down::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%,
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/*---------オープンニング----------*/

.containerr {
  width: 100%;
  position: relative;
}
.opening {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5 !important;
  position: fixed;
  transition: all 0.5s ease-in-out;
}
.openingall {
  width: calc(100% + 60px) !important;
  height: 100%;
  top: 0;
  left: -60px;
  position: absolute;
  background-color: #fff;
  z-index: -2;
}
.opening--out {
  left: calc(100% + 60px);
}
.opening-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s;
  text-align: center;
  z-index: -1;
}
.opening-logo--visible {
  opacity: 1;
}
.opening-logo--none {
  display: none !important;
}
.opening-logo_text {
  stroke-width: 1;
  fill-rule: evenodd;
  stroke: #000;
  stroke-dasharray: 80;
  opacity: 0;
  transition:
    opacity 0.5s,
    fill 0.5s,
    stroke-dashoffset 2s;
  stroke-dashoffset: 80;
}
.opening-logo_text.opening-logo_text--visible {
  fill: #000;
  opacity: 1;
}
.opening-logo_text.opening-logo_text--stroke {
  fill: transparent;
  stroke-dashoffset: 0;
}
.opening-logo_text.opening-logo_text--filled {
  stroke: transparent;
  fill: #000;
  transition: all 1s;
}
.anim_item {
  display: none;
}
.flowing {
  width: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  animation: flowing-anim 0.2s forwards linear;
}
@keyframes flowing-anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/*-----------------Apply Button-----------------*/
@media (min-width: 1110px) {
  .btn-apply {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 20px;
    background: #ffd94a;
    font-weight: 700;
    border-radius: 25px;
    transition: all 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    gap: 8px;
  }
  .btn-apply:hover {
    opacity: 0.9;
    box-shadow: 0 2px 8px rgba(0, 125, 215, 0.3);
  }
}
@media (max-width: 1109px) {
  .btn-apply {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffd94a;
    font-weight: 700;
    border-radius: 0;
    z-index: 98;
    cursor: pointer;
    text-decoration: none;
    border: none;
    font-size: 2rem;
    transition: all 0.3s ease;
    gap: 8px;
  }
  .btn-apply.is-fadeout {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .btn-apply:active {
    opacity: 0.9;
  }
}

.btn-apply::after {
  content: "\2192";
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
  flex-shrink: 0;
}
