@charset "UTF-8";
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

/* ==========================================================================
   animation
   @media以下にcss animationの@keyframesを指定するとIEでアニメーションが動作しないので注意。
   ========================================================================== */
@keyframes scrollArrowAnimation {
  0% {
    opacity: 0;
    transform: rotate(90deg) translate(-100%, 50%); }
  80% {
    opacity: 1;
    transform: rotate(90deg) translate(-30%, 50%); }
  100% {
    opacity: 0;
    transform: rotate(90deg) translate(-30%, 50%); } }

/* ==========================================================================
   Foundation
   ========================================================================== */
body {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  background-color: #FCFCFC; }
  @media screen and (max-width: 481px) {
    body {
      font-size: 14px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    body {
      font-size: 14px; } }
  @media screen and (min-width: 769px) {
    body {
      font-size: 16px; } }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

ol,
ul {
  list-style: none; }

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

a {
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-touch-callout: none; }

@media screen and (min-width: 769px) {
  a:hover {
    text-decoration: none; } }

a:focus,
*:focus {
  outline: none; }

body {
  margin: 0; }

@media screen and (min-width: 769px) {
  a {
    opacity: 1;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out; } }

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7; } }

@media screen and (min-width: 769px) {
  a:hover img {
    background-color: rgba(255, 255, 255, 0.01); } }

br.SPbr {
  display: none; }
  @media screen and (max-width: 481px) {
    br.SPbr {
      display: inline; } }

br.PCbr {
  display: inline; }
  @media screen and (max-width: 481px) {
    br.PCbr {
      display: none; } }

.SPview {
  display: none !important; }
  @media screen and (max-width: 481px) {
    .SPview {
      display: block !important; } }

.PCview {
  display: block !important; }
  @media screen and (max-width: 481px) {
    .PCview {
      display: none !important; } }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  font-family: "Roboto", sans-serif;
  cursor: pointer; }
  @media screen and (max-width: 481px) {
    input, button, textarea, select {
      font-size: 14px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    input, button, textarea, select {
      font-size: 14px; } }
  @media screen and (min-width: 769px) {
    input, button, textarea, select {
      font-size: 16px; } }

select::-ms-expand {
  display: none; }

/* iOSでのデフォルトスタイルをリセット */
input,
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input::-webkit-search-decoration,
  textarea::-webkit-search-decoration {
    display: none; }
  input:focus,
  textarea:focus {
    outline-offset: -2px; }

.l-container {
  width: 100%;
  position: relative;
  min-height: 100%; }

/* ==========================================================================
   Layout
   ========================================================================== */
.l-footer {
  background-color: #D3EEFF;
  text-align: center; }
  @media screen and (max-width: 481px) {
    .l-footer {
      padding: 18px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-footer {
      padding: 18px; } }
  @media screen and (min-width: 769px) {
    .l-footer {
      padding: 36px; } }
  .l-footer .copyright {
    font-size: 12px;
    color: #6f6e6e; }

.l-header {
  width: 100%;
  padding: 25px 30px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  @media screen and (max-width: 481px) {
    .l-header {
      padding: 16px 24px;
      justify-content: flex-start; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-header {
      padding: 16px 24px;
      justify-content: flex-start; } }
  @media screen and (min-width: 769px) {
    .l-header {
      padding: 25px 30px;
      justify-content: flex-end; } }
  .l-header.is-top, .l-header.nav-open {
    background-color: transparent; }
    .l-header.is-top .l-header_sns img.for-hover, .l-header.nav-open .l-header_sns img.for-hover {
      opacity: 0;
      visibility: hidden; }
    .l-header.is-top .l-header_btn span, .l-header.is-top .l-header_btn::before, .l-header.is-top .l-header_btn::after, .l-header.nav-open .l-header_btn span, .l-header.nav-open .l-header_btn::before, .l-header.nav-open .l-header_btn::after {
      background-color: #fff; }
  @media screen and (max-width: 481px) {
    .l-header_sns {
      display: none; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-header_sns {
      display: none; } }
  @media screen and (min-width: 769px) {
    .l-header_sns {
      width: 36px;
      height: 36px;
      margin: 0 30px 0 0;
      z-index: 100;
      position: relative; } }
  .l-header_sns img {
    position: absolute;
    top: 0;
    left: 0; }
    .l-header_sns img.for-hover {
      opacity: 1;
      visibility: visible;
      transition: opacity .2s ease-in-out, visibility .2s ease-in-out; }
  .l-header_btn {
    width: 50px;
    height: 50px;
    border: none;
    position: relative;
    z-index: 100; }
    .l-header_btn::before, .l-header_btn::after {
      content: '';
      width: 100%;
      height: 2px;
      background-color: #4AC0E3;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      transition: background-color .2s ease-in-out, transform .2s ease-in-out; }
    .l-header_btn::before {
      transform: translateY(8px) translateX(-50%); }
    .l-header_btn::after {
      transform: translateY(-8px) translateX(-50%); }
    .l-header_btn span {
      width: 100%;
      height: 2px;
      background-color: #4AC0E3;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 1;
      transition: background-color .2s ease-in-out; }
    .l-header_btn.nav-open::before {
      transform: translateY(0) translateX(-50%) rotate(25deg); }
    .l-header_btn.nav-open::after {
      transform: translateY(0) translateX(-50%) rotate(-25deg); }
    .l-header_btn.nav-open span {
      width: 0; }
  .l-header_nav {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(86, 174, 239, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out; }
    @media screen and (max-width: 481px) {
      .l-header_nav {
        padding: 48px 24px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .l-header_nav {
        padding: 48px 24px; } }
    @media screen and (min-width: 769px) {
      .l-header_nav {
        padding: 100px 70px; } }
    .l-header_nav.is-show {
      opacity: 1;
      visibility: visible; }
    .l-header_nav_list_item:not(:last-child) {
      margin: 0 0 40px; }
    .l-header_nav_list_item_title {
      display: block;
      padding: 0 0 0 20px;
      border-left: 6px solid #fff; }
      .l-header_nav_list_item_title--JP {
        display: block;
        color: #fff;
        font-weight: 400;
        line-height: 1; }
        @media screen and (max-width: 481px) {
          .l-header_nav_list_item_title--JP {
            margin: 0 0 5px;
            font-size: 22px; } }
        @media print, screen and (min-width: 482px) and (max-width: 768px) {
          .l-header_nav_list_item_title--JP {
            margin: 0 0 5px;
            font-size: 22px; } }
        @media screen and (min-width: 769px) {
          .l-header_nav_list_item_title--JP {
            margin: 0 0 8px;
            font-size: 28px; } }
      .l-header_nav_list_item_title--EN {
        display: block;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 1; }

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.c-btn {
  display: inline-block;
  min-width: 228px;
  padding: 14px 60px;
  background-color: #4AC0E3;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  transition: opacity .2s ease-in-out; }
  @media screen and (max-width: 481px) {
    .c-btn {
      margin: 10px 10px 10px 0; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-btn {
      margin: 10px 10px 10px 0; } }
  @media screen and (min-width: 769px) {
    .c-btn {
      margin: 10px 40px 10px 0; } }
  .c-btn:hover {
    opacity: .7; }
  .c-btn::after {
    content: '';
    width: 14px;
    height: 22px;
    background: url(/img/icon_arrow.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%); }
  @media screen and (max-width: 481px) {
    .c-btn_wrap {
      margin: 30px -10px -10px 0; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-btn_wrap {
      margin: 30px -10px -10px 0; } }
  @media screen and (min-width: 769px) {
    .c-btn_wrap {
      margin: 50px -40px -10px 0; } }

.c-sns {
  position: relative; }
  @media screen and (max-width: 481px) {
    .c-sns {
      padding: 80px 24px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-sns {
      padding: 80px 24px; } }
  @media screen and (min-width: 769px) {
    .c-sns {
      padding: 100px 70px; } }
  .c-sns::before, .c-sns::after {
    content: '';
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0; }
  .c-sns::before {
    bottom: 0; }
    @media screen and (max-width: 481px) {
      .c-sns::before {
        width: 60%; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .c-sns::before {
        width: 60%; } }
    @media screen and (min-width: 769px) {
      .c-sns::before {
        width: 655px; } }
  .c-sns::after {
    bottom: -5px; }
    @media screen and (max-width: 481px) {
      .c-sns::after {
        width: 50%; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .c-sns::after {
        width: 50%; } }
    @media screen and (min-width: 769px) {
      .c-sns::after {
        width: 600px; } }
  .c-sns_bg {
    height: 100%;
    opacity: .16;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }
    @media screen and (max-width: 481px) {
      .c-sns_bg {
        width: 100%; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .c-sns_bg {
        width: 100%; } }
    @media screen and (min-width: 769px) {
      .c-sns_bg {
        width: 70%; } }
    .c-sns_bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media screen and (max-width: 481px) {
    .c-sns_lead {
      margin: 0 0 30px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-sns_lead {
      margin: 0 0 30px; } }
  @media screen and (min-width: 769px) {
    .c-sns_lead {
      margin: 0 0 50px; } }
  .c-sns_body {
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    @media screen and (max-width: 481px) {
      .c-sns_body {
        flex-flow: row wrap;
        gap: 30px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .c-sns_body {
        flex-flow: row wrap;
        gap: 30px; } }
    @media screen and (min-width: 769px) {
      .c-sns_body {
        flex-flow: row nowrap;
        gap: 60px; } }
  @media screen and (max-width: 481px) {
    .c-sns_timeline {
      width: 100%; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-sns_timeline {
      width: 100%; } }
  @media screen and (min-width: 769px) {
    .c-sns_timeline {
      flex: 1; } }
  .c-sns_timeline .fb-page {
    width: 100%; }
    .c-sns_timeline .fb-page > span,
    .c-sns_timeline .fb-page iframe {
      width: 100% !important; }
  @media screen and (max-width: 481px) {
    .c-sns_link {
      width: 100%; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-sns_link {
      width: 100%; } }
  @media screen and (min-width: 769px) {
    .c-sns_link {
      flex: 1; } }
  .c-sns_link a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center; }
  .c-sns_link span {
    display: block;
    margin: 0 0 0 10px; }

@media screen and (max-width: 481px) {
  .c-section {
    padding: 80px 24px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .c-section {
    padding: 80px 24px; } }

@media screen and (min-width: 769px) {
  .c-section {
    padding: 120px 70px 140px; } }

.c-section:nth-child(2n) {
  background-color: #fff; }

.c-section_title {
  padding: 0 0 0 20px;
  border-left: 6px solid #000; }
  @media screen and (max-width: 481px) {
    .c-section_title {
      margin: 0 0 30px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-section_title {
      margin: 0 0 30px; } }
  @media screen and (min-width: 769px) {
    .c-section_title {
      margin: 0 0 40px; } }
  .c-section_title--JP {
    display: block;
    font-weight: 400;
    line-height: 1; }
    @media screen and (max-width: 481px) {
      .c-section_title--JP {
        margin: 0 0 5px;
        font-size: 22px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .c-section_title--JP {
        margin: 0 0 5px;
        font-size: 22px; } }
    @media screen and (min-width: 769px) {
      .c-section_title--JP {
        margin: 0 0 8px;
        font-size: 28px; } }
  .c-section_title--EN {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1; }

.c-section_lead {
  margin: 0 0 35px; }

.c-column_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 481px) {
    .c-column_wrap {
      gap: 35px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-column_wrap {
      gap: 35px; } }

@media screen and (max-width: 481px) {
  .c-column_image {
    width: 100%; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .c-column_image {
    width: 100%; } }

@media screen and (min-width: 769px) {
  .c-column_image {
    width: 359px; } }

.c-column_text {
  line-height: 2.5; }
  @media screen and (max-width: 481px) {
    .c-column_text {
      width: 100%; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-column_text {
      width: 100%; } }
  @media screen and (min-width: 769px) {
    .c-column_text {
      width: calc(100% - 419px); } }

.c-form_error {
  padding: 10px 20px;
  margin: 0 0 30px;
  background-color: #4AC0E3; }
  .c-form_error_item {
    color: #fff; }
    .c-form_error_item::before {
      content: '！';
      font-weight: 700; }

.c-form_item {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center; }
  .c-form_item:not(:last-child) {
    margin: 0 0 30px; }
  @media screen and (max-width: 481px) {
    .c-form_item_title {
      width: 100%;
      margin: 0 0 5px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-form_item_title {
      width: 100%;
      margin: 0 0 5px; } }
  @media screen and (min-width: 769px) {
    .c-form_item_title {
      width: 200px; } }
  .c-form_item_title .required {
    margin: 0 0 0 5px; }
  .c-form_item_content {
    padding: 10px 15px;
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: #fff; }
    @media screen and (max-width: 481px) {
      .c-form_item_content {
        width: 100%; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .c-form_item_content {
        width: 100%; } }
    @media screen and (min-width: 769px) {
      .c-form_item_content {
        width: calc(100% - 200px); } }
  @media screen and (max-width: 481px) {
    .c-form_item_value {
      width: 100%; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-form_item_value {
      width: 100%; } }
  @media screen and (min-width: 769px) {
    .c-form_item_value {
      width: calc(100% - 200px); } }

.required {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: red; }

/* Project
   ----------------------------------------------------------------- */
/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
.p-mainvisual {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 481px) {
    .p-mainvisual.is-show .p-mainvisual_text::before {
      width: calc(100% + 10px); } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-mainvisual.is-show .p-mainvisual_text::before {
      width: calc(100% + 10px); } }
  @media screen and (min-width: 769px) {
    .p-mainvisual.is-show .p-mainvisual_text::before {
      width: calc(100% + 25px); } }
  @media screen and (max-width: 481px) {
    .p-mainvisual.is-show .p-mainvisual_text::after {
      width: calc(100% - 20px); } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-mainvisual.is-show .p-mainvisual_text::after {
      width: calc(100% - 20px); } }
  @media screen and (min-width: 769px) {
    .p-mainvisual.is-show .p-mainvisual_text::after {
      width: calc(100% - 55px); } }
  .p-mainvisual.is-show .p-mainvisual_catchcopy::after {
    width: 100%; }
  .p-mainvisual.is-show .p-mainvisual_title {
    opacity: 1;
    visibility: visible;
    transform: translateX(0); }
  .p-mainvisual.is-show .p-mainvisual_catchcopy span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0); }
  .p-mainvisual_text {
    color: #fff;
    position: relative; }
    @media screen and (max-width: 481px) {
      .p-mainvisual_text {
        width: 90%; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .p-mainvisual_text {
        width: 90%; } }
    .p-mainvisual_text::before, .p-mainvisual_text::after {
      content: '';
      height: 1px;
      background-color: #fff;
      position: absolute;
      left: 0;
      transition: width .8s ease-in-out; }
    .p-mainvisual_text::before {
      width: 0;
      bottom: 5px; }
    .p-mainvisual_text::after {
      width: 0;
      bottom: -7px;
      transition-delay: .2s; }
  .p-mainvisual_title {
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-in-out, visibility .8s ease-in-out;
    transition-delay: 1s; }
    @media screen and (max-width: 481px) {
      .p-mainvisual_title {
        padding: 0 0 0 24px;
        font-size: 40px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .p-mainvisual_title {
        padding: 0 0 0 24px;
        font-size: 40px; } }
    @media screen and (min-width: 769px) {
      .p-mainvisual_title {
        padding: 0 0 0 70px;
        font-size: 68px; } }
  .p-mainvisual_catchcopy {
    font-weight: 700;
    position: relative; }
    @media screen and (max-width: 481px) {
      .p-mainvisual_catchcopy {
        padding: 0 0 20px 24px;
        font-size: 20px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .p-mainvisual_catchcopy {
        padding: 0 0 20px 24px;
        font-size: 20px; } }
    @media screen and (min-width: 769px) {
      .p-mainvisual_catchcopy {
        padding: 0 0 30px 70px;
        font-size: 34px; } }
    .p-mainvisual_catchcopy::after {
      content: '';
      width: 0;
      height: 1px;
      background-color: #fff;
      position: absolute;
      left: 0;
      bottom: -1px;
      transition: width .8s ease-in-out;
      transition-delay: .1s; }
    .p-mainvisual_catchcopy span {
      display: block;
      opacity: 0;
      visibility: hidden;
      transition: opacity .8s ease-in-out, visibility .8s ease-in-out;
      transition-delay: 1s; }
  .p-mainvisual_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    .p-mainvisual_image source,
    .p-mainvisual_image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .p-mainvisual_scroll {
    padding: 2px 10px;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #fff;
    animation: scrollArrowAnimation 1.6s infinite; }
    @media screen and (max-width: 481px) {
      .p-mainvisual_scroll {
        left: 20px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .p-mainvisual_scroll {
        left: 20px; } }
    @media screen and (min-width: 769px) {
      .p-mainvisual_scroll {
        left: 70px; } }
    .p-mainvisual_scroll::after {
      content: '';
      width: 15px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      bottom: 0;
      right: 0;
      transform: rotate(-45deg) translate(-2px, 1px);
      transform-origin: top right; }
    .p-mainvisual_scroll button {
      color: #fff;
      border: none;
      font-weight: 400; }
      @media screen and (max-width: 481px) {
        .p-mainvisual_scroll button {
          font-size: 13px; } }
      @media print, screen and (min-width: 482px) and (max-width: 768px) {
        .p-mainvisual_scroll button {
          font-size: 13px; } }
      @media screen and (min-width: 769px) {
        .p-mainvisual_scroll button {
          font-size: 16px; } }

/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
/* ==========================================================================
   print
   ========================================================================== */
ght: 2px;
      background-color: #fff;
      position: absolute;
      bottom: 0;
      right: 0;
      transform: rotate(-45deg) translate(-2px, 1px);
      transform-origin: top right; }
    .p-mainvisual_scroll button {
      color: #fff;
      border: none;
      font-weight: 400; }
      @media screen and (max-width: 481px) {
        .p-mainvisual_scroll button {
          font-size: 13px; } }
      @media print, screen and (min-width: 482px) and (max-width: 768px) {
        .p-mainvisual_scroll button {
          font-size: 13px; } }
      @media screen and (min-width: 769px) {
        .p-mainvisual_scroll button {
          font-size: 16px; } }

/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
/* ==========================================================================
   print
   ========================================================================== */
