@charset "UTF-8";
/*
Theme Name: 名護パートナーズ税理士事務所
*/
/* ==========================================================================

   reset + base

   デフォルトスタイルの初期化や、プロジェクトにおける基本的なスタイルを定義します。
   ページの下地としての全体の背景や、基本的なタイポグラフィなどが該当します。

============================================================================== */
/* Reset
-------------------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #000000;
  color: #fff;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  padding: 0;
  border: 0;
  margin: 0;
}

textarea {
  vertical-align: middle;
  padding: 0;
  border: 0;
  margin: 0;
  max-width: 100%;
}
textarea.c-form-control {
  height: auto;
}

/*clearfix*/
.cf {
  display: inline-block;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}

/* End Hack */
/* Base
-------------------------------------------------------------------- */
/* ベース：要素そのもののデフォルトスタイル
----------------------------------------------------*/
* {
  box-sizing: border-box;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

strong {
  color: #FF5722;
}

html, body {
  height: 100%;
  margin: 0;
}

/*画像伸縮*/
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /*IE8のみ適用*/
}

/* フォント装飾 */
html {
  font-size: 62.5%;
}
body{
  font-family: "Archivo Narrow",
  "Meiryo UI",
  "メイリオ",
  "ヒラギノ角ゴ Pro W3",
  "ＭＳ Ｐゴシック",
  sans-serif;
  font-size: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  height: 100%;
  color: black;
  background: #f5f5f5;
  letter-spacing: 0.6px;
}

/* トップページ: グラデーション背景 */
body.home {
  background: linear-gradient(225deg, #e4ad21, #f3c95b, #008bc3, #0643a0, #033b89, #008bc3);
  background-size: 500% 200%;
  animation: bggradient 30s ease infinite;
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* Heading */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* table */
table td, table th {
  vertical-align: top;
  line-height: 1.6;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
}

/*---------------------------------------------------------------------------------
material-icons
---------------------------------------------------------------------------------*/
/*IE対応*/
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -ms-font-feature-settings: "normal";
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

/* アイコンサイズ */
.material-icons.md-18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.material-icons.md-24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.material-icons.md-36 {
  font-size: 36px;
  font-size: 3.6rem;
}

.material-icons.md-48 {
  font-size: 48px;
  font-size: 4.8rem;
}

.material-icons.md-64 {
  font-size: 64px;
  font-size: 6.4rem;
}

/* 背景が明るいとき用のアイコン色 */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* 背景が暗いとき用のアイコン色 */
.material-icons.md-light {
  color: white;
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/*----------------------------------------------------
header
----------------------------------------------------*/
/* ヘッダーナビゲーション */
.c-header {
  height: 0;
  z-index: 10;
  width: 100%;
  height: 70px;
  padding: 16px 0 0px 20px;
  transition: all 300ms ease-in-out;
}
@media screen and (min-width: 1000px) {
  .c-header {
    width: 100%;
    height: 80px;
    padding: 20px 0 20px 30px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 999;
  }
}
.c-header .c-header-inner {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .c-header .c-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.c-header .c-header-inner .c-logo {
  width: 280px;
  position: relative;
  z-index: 60;
}
@media screen and (min-width: 1000px) {
  .c-header .c-header-inner .c-logo {
    width: 300px;
  }
}

/* ヘッダー(固定) */
.fixed {
  position: fixed;
  background-color: #033b89;
  z-index: 999;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

/* SPナビゲーション(観音開き) */
.button_container {
  position: fixed;
  top: 23px;
  right: 20px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

@media screen and (min-width: 1000px) {
  /* ハンバーガー 非表示 */
  .button_container {
    overflow: hidden;
    display: none;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    height: 0;
    opacity: 0;
  }
}
.button_container:hover {
  opacity: 0.7;
}

.button_container.active .top {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  transform: translateY(10px) translateX(0) rotate(45deg);
  background: #FFF;
}

.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}

.button_container.active .bottom {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: #FFF;
}

.button_container span {
  background: #fff;
  border: none;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 10px;
}

.button_container span:nth-of-type(3) {
  top: 20px;
}

.toggle-color span {
  background: #00aecb;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  z-index: 50;
  pointer-events: none;
}

@media screen and (min-width: 1000px) {
  .overlay {
    visibility: visible;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: opacity 0.35s, visibility 0.35s, width 0.35s;
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
    z-index: 50;
  }
}
.overlay:before {
  content: "";
  background: #023581;
  left: -55%;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  -webkit-transition: left 0.35s ease;
  transition: left 0.35s ease;
}
@media screen and (min-width: 1000px) {
  .overlay:before {
    content: "";
    background: none;
    -webkit-transition: left 0.35s ease;
    transition: left 0.35s ease;
  }
}

.overlay:after {
  content: "";
  background: #023581;
  right: -55%;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (min-width: 1000px) {
  .overlay:after {
    right: 0;
    content: "";
    background: none;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
}

.overlay.open {
  opacity: 0.9;
  visibility: visible;
  height: 100%;
  pointer-events: auto;
}

.overlay.open:before {
  left: 0;
}

.overlay.open:after {
  right: 0;
}

.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
  animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  text-align: center;
  z-index: 100;
  display: block;
}
@media screen and (min-width: 1000px) {
  .overlay nav {
    position: absolute;
    top: 40px;
    right: 10px;
    font-size: 13px;
    z-index: 100;
    height: auto;
    pointer-events: auto;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
}

@media screen and (min-width: 1000px) {
  .overlay-menu {
    overflow: visible;
  }
}
@media screen and (min-width: 1000px) {
  .c-header-nav-list {
    float: right;
    background: none;
  }
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  height: calc(100% / 6);
  /* min-height: 50px; */
  position: relative;
  opacity: 0;
}

@media screen and (min-width: 1000px) {
  .overlay ul li {
    display: inline-block;
    position: relative;
    opacity: 1;
    margin-right: 20px;
    min-height: 0;
  }
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  font-size: 2.5rem;
  font-size: 25px;
}

@media screen and (min-width: 1000px) {
  .overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    font-size: 14px;
  }
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: #fff;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/*----------------------------------------------------
  main
----------------------------------------------------*/
/*contents
--------------------------------------*/
/* コンテナー */
.c-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .c-container {
    max-width: 1100px;
    margin: 0 auto;
  }
}

/* メイン */
.c-main {
  margin-top: 50px;
  padding: 0 15px;
}

/*sections
--------------------------------------*/
/* scroll 誤差修正 */
.sec-aboutus,
.sec-aboutus,
.sec-vision,
.sec-service,
.sec-flow,
.sec-greeting,
.sec-company,
.sec-map {
  margin-top: -70px;
  padding-top: 70px;
}
@media screen and (min-width: 769px) {
  .sec-aboutus,
.sec-aboutus,
.sec-vision,
.sec-service,
.sec-flow,
.sec-greeting,
.sec-company,
.sec-map {
    margin-top: -80px;
    padding-top: 80px;
  }
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/
/*footer Nav
--------------------------------------*/
/* フッターベース */
.c-footer {
  background: #ffffff;
}
.c-footer__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}
.c-footer__inner .c-footer-logo {
  padding-bottom: 10px;
}
.c-footer__inner .c-footer-logo .c-logo {
  width: 160px;
}
.c-footer__inner .c-footer-address {
  margin-bottom: 24px;
}
.c-footer__inner .c-footer-address address {
  font-style: normal;
}
.c-footer__inner .c-footer-nav-item {
  cursor: pointer;
}
.c-footer__inner .c-footer-nav-item .c-footer-nav-link {
  font-size: 12px;
  text-decoration: underline;
}
.c-footer .c-footer-bottom {
  padding: 2rem;
  background: #000000;
  text-align: center;
  overflow: hidden;
  clear: both;
}
.c-footer .c-footer-bottom .c-footer-copy small {
  font-size: 1rem;
  font-size: 10px;
  color: #fff;
}

/*---------------------------------------------------------------


    PC 769px以上用


----------------------------------------------------------------- */
/*Heading 見出し共通(top + page)
--------------------------------------*/
.c-heading {
  text-align: center;
}
.c-heading-en {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  color: #023581;
}
@media screen and (min-width: 769px) {
  .c-heading-en {
    font-size: 100px;
  }
}
.c-heading-jp {
  font-size: 14px;
  color: #000000;
}
@media screen and (min-width: 769px) {
  .c-heading-jp {
    font-size: 14px;
  }
}

/* 12COLUMN:RESPONSIVE GRID SYSTEM
------------------------------------*/
/* 画像とテキスト左右逆に設定 */
.c-gutters .c-col2:first-child,
.c-gutters .c-col3:first-child,
.c-gutters .c-col4:first-child,
.c-reverse > .c-col:last-child,
:not(.c-reverse) > .c-col:first-child {
  margin-left: 0;
}

.c-reverse > .c-col {
  float: right;
}

.c-col,
.c-col2,
.c-col3,
.c-col4,
.c-col5,
.c-gutters .c-col2,
.c-gutters .c-col3,
.c-gutters .c-col4 {
  display: block;
  float: left;
}

.c-row {
  padding-bottom: 0;
}

.c-col {
  width: 100%;
}

.c-col2 {
  width: 50%;
}

.c-col3 {
  width: 33.3333%;
}

.c-col4 {
  width: 25%;
}

.c-col5 {
  width: 20%;
}

.c-gutters .c-col2 {
  width: 49%;
}

.c-gutters .c-col3 {
  width: 32%;
}

.c-gutters .c-col4 {
  width: 23.5%;
}

.c-gutters .c-col2,
.c-gutters .c-col3,
.c-gutters .c-col4 {
  margin-left: 2%;
}

.c-col,
.c-col2,
.c-col3,
.c-col4 {
  transition: 0.3s ease-in-out;
  -webkit-transition: all 0.3s;
}

@media (min-width: 481px) and (max-width: 769px) {
  /* TABLET 2カラム */
  .c-col2 {
    display: block;
    float: left;
    width: 50%;
  }

  /*偶数のカラムには余白はいらないので0にする*/
  .c-gutters .c-col2:nth-child(odd) {
    margin-left: 0%;
  }

  /*奇数のカラムには余白はいらないので2％にする*/
  .c-gutters .c-col2:nth-child(even) {
    margin-left: 2%;
  }

  /* TABLET 2カラム */
  .c-col4 {
    display: block;
    float: left;
    width: 50%;
  }

  /*偶数のカラムには余白はいらないので0にする*/
  .c-gutters .c-col4:nth-child(odd) {
    /* margin-left: 0%; */
  }

  /*奇数のカラムには余白はいらないので2％にする*/
  .c-gutters .c-col4:nth-child(even) {
    margin-left: 2%;
  }
}
@media (max-width: 680px) {
  .c-footer_info .c-col2 {
    display: block;
    float: none;
    width: 100%;
  }
}
@media (max-width: 650px) {
  .c-col3 {
    display: block;
    float: none;
    width: 100%;
  }

  .c-gutters .c-col3 {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .c-col2,
.c-col4 {
    display: block;
    float: none;
    width: 100%;
  }

  .p-shop-nav .c-col2 {
    display: block;
    float: left;
    width: 50%;
  }

  .p-shop-nav .c-col5 {
    display: block;
    float: left;
    width: 100%;
  }

  .c-gutters .c-col2,
.c-gutters .c-col4 {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  /* 12COLUMN:RESPONSIVE GRID SYSTEM (min-width:769px）
  ----------------------------------------------------*/
  .c-gutters .c-col,
.c-reverse .c-col {
    margin-left: 2%;
  }

  .c-span_1 {
    width: 8.3333333333%;
  }

  .c-span_2 {
    width: 16.6666666667%;
  }

  .c-span_2-5 {
    width: 20%;
  }

  .c-span_3 {
    width: 25%;
  }

  .c-span_4 {
    width: 33.3333333333%;
  }

  .c-span_5 {
    width: 41.6666666667%;
  }

  .c-span_6 {
    width: 50%;
  }

  .c-span_7 {
    width: 58.3333333333%;
  }

  .c-span_8 {
    width: 66.6666666667%;
  }

  .c-span_9 {
    width: 75%;
  }

  .c-span_10 {
    width: 83.3333333333%;
  }

  .c-span_11 {
    width: 91.6666666667%;
  }

  .c-span_12 {
    width: 100%;
  }

  .c-gutters .c-span_1 {
    width: 6.5%;
  }

  .c-gutters .c-span_2 {
    width: 15%;
  }

  .c-gutters .c-span_3 {
    width: 23.5%;
  }

  .c-gutters .c-span_4 {
    width: 32%;
  }

  .c-gutters .c-span_5 {
    width: 40.5%;
  }

  .c-gutters .c-span_6 {
    width: 49%;
  }

  .c-gutters .c-span_7 {
    width: 57.5%;
  }

  .c-gutters .c-span_8 {
    width: 66%;
  }

  .c-gutters .c-span_9 {
    width: 74.5%;
  }

  .c-gutters .c-span_10 {
    width: 83%;
  }

  .c-gutters .c-span_11 {
    width: 91.5%;
  }

  .c-gutters .c-span_12 {
    width: 100%;
  }
}
/*parts
-------------------------------------------------------------------- */
/*==================================
    背景色が伸びて出現
===================================*/
/*全共通*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*はみ出た色要素を隠す*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 139, 195, 0.5), #063b89);
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

/*==================================
    PAGETOP
===================================*/
/* PAGETOP */
.c-page-top.show {
  right: 0;
  bottom: 0;
}

.c-page-top {
  overflow: hidden;
  position: fixed;
  right: -70px;
  bottom: 0;
  display: inline;
  z-index: 999;
  transition: 0.5s;
  background: #008bc3;
  padding: 17px 23px;
}
.c-page-top a {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
}

/* TOP
------------------------------------------------------*/
.sec-mainvisual {
  overflow: hidden;
  /*左右ずれ防止*/
}

/*Aboutus*/
.p-aboutus {
  /*背景*/
  /*横並び*/
  /*文字枠*/
  /*画像枠*/
  /*タイトル枠*/
  /*テキスト*/
  /*反転*/
}
.p-aboutus__bg {
  background-color: #fff;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .p-aboutus__bg {
    padding: 120px 0;
  }
}
.p-aboutus__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-aboutus__body {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-aboutus__body {
    width: 50%;
    /*左右余白調整*/
    padding: 0;
    /*背景不要な場合パディング0*/
    order: 1;
    /*表示順*/
  }
}
.p-aboutus__heading-lead {
  font-size: 18px;
  color: #023581;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .p-aboutus__heading-lead {
    margin-bottom: 20px;
  }
}
.p-aboutus__heading-ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .p-aboutus__heading-ttl {
    font-size: 32px;
  }
}
.p-aboutus__img {
  width: 100%;
  margin: 0 auto -2px;
}
@media screen and (min-width: 769px) {
  .p-aboutus__img {
    width: 345px;
    -webkit-backface-visibility: hidden;
    /*Chromeでマウスオーバー時にopacity処理で1pxズレを回避*/
    backface-visibility: hidden;
    /*Chromeでマウスオーバー時にopacity処理で1pxズレを回避*/
    margin: 0;
    /*打消し必須*/
  }
}
.p-aboutus__heading {
  margin-bottom: 10px;
}
.p-aboutus__text {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .p-aboutus__text {
    margin-bottom: 0;
  }
}
.p-aboutus__revFlex {
  flex-direction: row-reverse;
}

/*Service*/
.p-service {
  /*反転*/
  /*文字枠*/
  /*画像枠*/
}
.p-service__bg {
  background: #e8e8e8;
  padding: 60px 0;
}
.p-service__head {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-service__head {
    margin-bottom: 60px;
  }
}
.p-service__card {
  border-radius: 30px;
  background-color: #ffffff;
  box-shadow: 8px 8px 14px #d3d3d3;
  padding: 30px;
}
@media screen and (min-width: 769px) {
  .p-service__card {
    padding: 30px 40px;
  }
}
.p-service__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.p-service__revFlex {
  flex-direction: row-reverse;
}
.p-service__body {
  box-sizing: border-box;
  width: 100%;
  /*タイトル枠*/
}
@media screen and (min-width: 769px) {
  .p-service__body {
    width: 40%;
  }
}
.p-service__body-ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .p-service__body-ttl {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.p-service__body-list-item {
  position: relative;
  font-size: 15px;
  padding: 20px 0px 20px 40px;
  border-bottom: 1px #CACFDD solid;
}
@media screen and (min-width: 769px) {
  .p-service__body-list-item {
    font-size: 17px;
  }
}
.p-service__body-list-item::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-check.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  left: 0px;
  top: 0px;
  bottom: 0;
  margin: auto;
}
.p-service__img {
  width: 100%;
  order: -1;
  /*左から順番*/
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p-service__img {
    width: 55%;
    margin-bottom: 0;
  }
}

/*consult*/
.p-consult__bg {
  background-color: #023581;
  padding: 40px 0;
}
.p-consult__head h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.p-consult__body p {
  font-weight: 100;
  color: #fff;
  margin-bottom: 30px;
}
.p-consult__box {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.p-consult__img {
  width: 125px;
}

/*flow*/
.p-flow__bg {
  background: #dddddd;
  padding: 60px 0;
}
.p-flow__head {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-flow__head {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .p-flow__inner {
    margin-bottom: 3em;
    display: flex;
    justify-content: space-between;
    /*均等に間隔を空ける*/
  }
}
.p-flow__box {
  position: relative;
  transition: 0.3s ease-in-out;
  margin-bottom: 3em;
}
@media screen and (min-width: 769px) {
  .p-flow__box {
    margin-bottom: 0;
    width: calc(25% - 90px);
    /*5分割*/
  }
}
.p-flow__box + .p-flow__box:before {
  position: absolute;
  content: "";
  top: -35px;
  left: 42px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 16px;
  height: 16px;
  border-top: 1px solid #19509a;
  border-right: 1px solid #19509a;
}
@media screen and (min-width: 769px) {
  .p-flow__box + .p-flow__box:before {
    top: 32%;
    left: -45px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 18px;
    height: 18px;
  }
}
.p-flow__item {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-flow__item {
    text-align: center;
    display: block;
  }
}
.p-flow__item-num {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #023581;
  margin-bottom: 15px;
}
.p-flow__item-img {
  width: 100px;
  margin: 0 20px 0 0;
}
@media screen and (min-width: 769px) {
  .p-flow__item-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-flow__item-img > img {
  min-width: 100px;
}
.p-flow__item-ttl {
  flex-direction: column;
  /*上から下に配置*/
  padding-left: 20px;
}
@media screen and (min-width: 769px) {
  .p-flow__item-ttl {
    padding-left: 0;
  }
}
.p-flow__item__revFlex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p-flow__item__revFlex {
    text-align: center;
    display: block;
  }
}
.p-flow__item__revFlex-img {
  margin-bottom: 0px;
}
@media screen and (min-width: 769px) {
  .p-flow__item__revFlex-img {
    margin-bottom: 20px;
  }
}
.p-flow__item__revFlex-ttl {
  padding-right: 20px;
  padding-left: 0;
}
@media screen and (min-width: 769px) {
  .p-flow__item__revFlex-ttl {
    padding-right: 0;
  }
}
.p-flow__ttl-en {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-flow__ttl-lead {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

/*greeting*/
.p-greeting__bg {
  padding: 60px 0;
  background: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-greeting__head {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-greeting__head {
    margin-bottom: 60px;
  }
}
.p-greeting__box {
  text-align: center;
  color: #000000;
}
.p-greeting__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-greeting__body {
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-greeting__body {
    width: 60%;
    min-width: 425px;
  }
}
.p-greeting__body > table {
  width: 100%;
}
.p-greeting__body > table th,
.p-greeting__body > table td {
  display: block;
  border-bottom: 1px #CACFDD solid;
}
@media screen and (min-width: 769px) {
  .p-greeting__body > table th,
.p-greeting__body > table td {
    display: table-cell;
    border-bottom: none;
  }
}
.p-greeting__body > table th {
  position: relative;
  border-bottom: none;
  padding-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-greeting__body > table th {
    width: 35%;
    padding: 20px 0;
  }
}
@media screen and (min-width: 769px) {
  .p-greeting__body > table th::after {
    position: absolute;
    top: 30px;
    right: 25px;
    content: " ";
    width: 40px;
    height: 1px;
    background: #C8C8C8;
  }
}
@media (max-width: 999px) {
  .p-greeting__body > table th::after {
    right: 20px;
  }
}
@media (max-width: 899px) {
  .p-greeting__body > table th::after {
    width: 15px;
  }
}
.p-greeting__body > table td {
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .p-greeting__body > table td {
    padding: 20px 0;
  }
}
.p-greeting__img {
  width: 70%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-greeting__img {
    width: 40%;
  }
}

/*company*/
.p-company__bg {
  background-size: cover;
  position: relative;
  padding: 60px 0;
  background: #EFEFEF;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 480px) {
  .p-company__bg {
    min-height: 430px;
  }
}
.p-company__head {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-company__head {
    margin-bottom: 60px;
  }
}
.p-company__box {
  text-align: center;
  color: #000000;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 8px 8px 14px #d3d3d3;
}
.p-company__inner {
  max-width: 940px;
  margin: 0 auto;
  text-align: left;
  padding: 30px 24px;
}
@media screen and (min-width: 769px) {
  .p-company__inner {
    padding: 50px 80px;
  }
}
.p-company__inner > table {
  width: 100%;
}
.p-company__inner > table th,
.p-company__inner > table td {
  display: block;
  border-bottom: 1px #CACFDD solid;
}
@media screen and (min-width: 480px) {
  .p-company__inner > table th,
.p-company__inner > table td {
    display: table-cell;
  }
}
.p-company__inner > table th {
  border-bottom: none;
  padding-top: 10px;
}
@media screen and (min-width: 480px) {
  .p-company__inner > table th {
    width: 15%;
    border-bottom: 1px #CACFDD solid;
    padding: 20px 0;
  }
}
.p-company__inner > table td {
  padding-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .p-company__inner > table td {
    padding: 20px 0;
  }
}

/*company MAP*/
#map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #map {
    position: relative;
    padding-bottom: 26.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
}

#map iframe,
#map object,
#map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*contact*/
.p-contact__bg {
  background-color: #023581;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .p-contact__bg {
    padding: 60px 0;
  }
}
.p-contact__head {
  text-align: center;
}
.p-contact__head-ttl {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .p-contact__head-ttl {
    font-size: 38px;
  }
}
.p-contact__body {
  color: #fff;
  text-align: center;
}
.p-contact__body-lead {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 100;
}
.p-contact__body-time {
  font-weight: 100;
  font-size: 14px;
}
.p-contact__box {
  border: 1px #fff solid;
  border-radius: 50px;
  width: 250px;
  margin: 0 auto 15px;
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  .p-contact__box {
    width: 323px;
    padding: 20px 0;
  }
}
.p-contact__box .material-symbols-outlined {
  font-size: 25px;
  transform: translate(-1px, 6px);
}
@media screen and (min-width: 769px) {
  .p-contact__box .material-symbols-outlined {
    font-size: 30px;
    transform: translate(-3px, 5px);
  }
}
.p-contact__box-call {
  color: #fff;
  font-size: 23px;
  font-family: "Roboto";
}
@media screen and (min-width: 769px) {
  .p-contact__box-call {
    font-size: 32px;
  }
}

.p-contact__boxes {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-contact__boxes {
    flex-direction: row;
    justify-content: center;
    gap: 32px;
    width: auto;
  }
}

.p-contact__boxes .p-contact__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 280px;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .p-contact__boxes .p-contact__box {
    width: 323px;
  }
}

.p-contact__box-mail-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .p-contact__box-mail-icon {
    width: 32px;
    height: 32px;
  }
}

.p-contact__box-mail-text {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.45;
}
@media screen and (min-width: 769px) {
  .p-contact__box-mail-text {
    font-size: 18px;
  }
}

/*TOPメインビジュアル*/
.p-mv {
  position: relative;
  padding: 0 0 200px 30px;
}
@media screen and (min-width: 769px) {
  .p-mv {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__visual {
    position: relative;
    padding: 0 0 110px 30.3%;
  }
}
.p-mv__copy {
  position: absolute;
  top: 240px;
  left: 20px;
}
@media screen and (min-width: 769px) {
  .p-mv__copy {
    position: absolute;
    top: calc(0px + 12.3vw);
    left: 0vw;
    opacity: 0.9;
    margin: 0px;
    width: 100%;
    text-align: left;
    padding: 0 6%;
  }
}
.p-mv__copy-heading, .p-mv__copy-lead-en, .p-mv__copy-lead-jp {
  color: #ffffff;
  text-align: left;
}
.p-mv__copy-lead-en, .p-mv__copy-lead-jp {
  letter-spacing: 1.5px;
  line-height: 1.5;
}
.p-mv__copy-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 8.5vw;
  padding-bottom: 10px;
  text-align: left;
  font-weight: 100;
}
@media screen and (min-width: 769px) {
  .p-mv__copy-heading {
    font-size: 5.5rem;
  }
}
.p-mv__copy-heading span {
  display: block;
  background: #E4AD21;
  width: fit-content;
  padding: 0px 3px 3px 7px;
}
.p-mv__copy-lead-en {
  position: absolute;
  top: -60px;
  left: -20px;
  width: 170px;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-mv__copy-lead-en {
    top: -90px;
    left: 50px;
    width: 250px;
  }
}
.p-mv__copy-lead-jp {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .p-mv__copy-lead-jp {
    font-size: 16px;
  }
}

.p-mv__scroll-down {
  position: absolute;
  top: 35%;
  right: 20px;
}
@media screen and (min-width: 769px) {
  .p-mv__scroll-down {
    position: absolute;
    top: 30%;
    right: 2%;
  }
}

.p-mv__scroll-down::after {
  position: relative;
  top: 8px;
  right: -8px;
  content: "";
  display: block;
  height: 50px;
  width: 1px;
  background: #ffffff;
  animation: scrolldown01 2s cubic-bezier(0.4, 0, 1, 1) forwards infinite;
  box-sizing: border-box;
}

.p-mv__scroll-down .p-scroll-down-text {
  color: #ffffff;
  writing-mode: vertical-rl;
  display: block;
  white-space: nowrap;
  font-weight: 100;
}

@keyframes scrolldown01 {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(30px);
    opacity: 0;
  }
}
/*---------------------------------------------------------------


    PC 769px以上用


----------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  /*company MAP*/
  #map {
    position: relative;
    padding-bottom: 26.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
}
/* keyframes
------------------------------------------------------*/
/*---------- pulse ----------*/
.pulse {
  z-index: 0;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0px 0px 3px 15px rgba(0, 174, 203, 0.17);
  -webkit-animation: pulse 3s ease-out 3.05s infinite normal forwards;
  -moz-animation: pulse 3s ease-out 3.05s infinite normal forwards;
  -o-animation: pulse 3s ease-out 3.05s infinite normal forwards;
  -ms-animation: pulse 3s ease-out 3.05s infinite normal forwards;
  animation: pulse 3s ease-out 3.05s infinite normal forwards;
}

/*---------- keyframes pulse ----------*/
@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
  10% {
    transform: scale(0.9, 0.9);
    opacity: 0.1;
  }
  50% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulse {
  0% {
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
  10% {
    transform: scale(0.9, 0.9);
    opacity: 0.1;
  }
  50% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulse {
  0% {
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
  10% {
    transform: scale(0.9, 0.9);
    opacity: 0.1;
  }
  50% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
  10% {
    transform: scale(0.9, 0.9);
    opacity: 0.1;
  }
  50% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
/* Utitlity : ヘルパークラス
(わずかなスタイルの調整のための便利クラス
----------------------------------------------------------------- */
/*　padding　*/
.u-pt_10 {
  padding-top: 10px;
}

.u-pt_20 {
  padding-top: 20px;
}

.u-pt_30 {
  padding-top: 30px;
}

.u-pt_40 {
  padding-top: 40px;
}

.u-pt_50 {
  padding-top: 50px;
}

.u-pb_10 {
  padding-bottom: 10px;
}

.u-pb_20 {
  padding-bottom: 20px;
}

.u-pb_30 {
  padding-bottom: 30px;
}

.u-pb_40 {
  padding-bottom: 40px;
}

.u-pb_50 {
  padding-bottom: 50px;
}

.u-pl_10 {
  padding-left: 10px;
}

.u-pl_20 {
  padding-left: 20px;
}

.u-pl_30 {
  padding-left: 30px;
}

.u-pl_40 {
  padding-left: 40px;
}

.u-pl_50 {
  padding-left: 50px;
}

.u-pr_10 {
  padding-right: 10px;
}

.u-pr_20 {
  padding-right: 20px;
}

.u-pr_30 {
  padding-right: 30px;
}

.u-pr_40 {
  padding-right: 40px;
}

.u-pr_50 {
  padding-right: 50px;
}

.u-ptb_50 {
  padding: 50px 0;
}

.u-ptb_100 {
  padding: 100px 0;
}

.u-prl_15 {
  padding: 0 15px;
}

.u-prl_50 {
  padding: 0 50px;
}

.u-ptrbl_50 {
  padding: 50px;
}

/*　margin　*/
.u-mt_10 {
  margin-top: 10px;
}

.u-mt_20 {
  margin-top: 20px;
}

.u-mt_30 {
  margin-top: 30px;
}

.u-mt_40 {
  margin-top: 40px;
}

.u-mt_50 {
  margin-top: 50px;
}

.u-mt_60 {
  margin-top: 60px;
}

.u-mt_70 {
  margin-top: 70px;
}

.u-mt_80 {
  margin-top: 80px;
}

.u-mt_90 {
  margin-top: 90px;
}

.u-mt_100 {
  margin-top: 100px;
}

.u-mb_8 {
  margin-bottom: 8px;
}

.u-mb_10 {
  margin-bottom: 10px;
}

.u-mb_20 {
  margin-bottom: 20px;
}

.u-mb_30 {
  margin-bottom: 30px;
}

.u-mb_40 {
  margin-bottom: 40px;
}

.u-mb_50 {
  margin-bottom: 50px;
}

.u-mb_60 {
  margin-bottom: 60px;
}

.u-mb_70 {
  margin-bottom: 70px;
}

.u-mb_80 {
  margin-bottom: 80px;
}

.u-mb_90 {
  margin-bottom: 90px;
}

.u-mb_100 {
  margin-bottom: 100px;
}

.u-mb_2p {
  margin-bottom: 2%;
}

/*　text-align　*/
.u-align_c {
  text-align: center;
}

.u-align_r {
  text-align: right;
}

.u-align_l {
  text-align: left;
}

/*　幅サイズ　*/
.u-img100 {
  width: 100%;
}

/*　line-height　*/
.u-lh-2 {
  line-height: 2;
}

/*　背景カラー　*/
.u-bg-key {
  background: #00aecb;
}

.u-bg-sub {
  background: #31455f;
}

.u-bg-white {
  background: #fff;
}

.u-bg-white-half {
  background: #ffffff80;
}

.u-bg-black-half {
  background: #00000080;
}

.u-bg-gray01 {
  background: #333;
}

.u-bg-gray02 {
  background: #4a4a4a;
}

.u-bg-gray03 {
  background: #757575;
}

.u-bg-gray04 {
  background: #cacaca;
}

.u-bg-gray05 {
  background: #e8e8e8;
}

.u-bg-vision {
  background: -webkit-radial-gradient(rgba(0, 174, 203, 0.6), #31455f);
  background: radial-gradient(rgba(0, 174, 203, 0.6), #31455f);
}

/*非表示*/
.u-sp-none {
  display: none;
}

@media screen and (min-width: 769px) {
  .u-sp-none {
    display: block;
  }
}
.u-pc-none {
  display: block;
}

@media screen and (min-width: 769px) {
  .u-pc-none {
    display: none;
  }
}
/*　フロート解除　*/
.c-container:after, .c-row:after, .c-col:after, .c-clr:after, .c-group:after {
  content: "";
  display: table;
  clear: both;
}

/* ＆ */
.u-plus {
  font-size: 40px;
  position: relative;
  width: 40px;
  height: 20px;
  margin: 0 auto;
  color: white;
  font-weight: 100;
}

/*------------------------------------------------------------
    fadeIn
------------------------------------------------------------*/
.u-fadeInTitle {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}

.u-fadeIn {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 0.7s;
  /*表示タイミング*/
  -ms-animation-delay: 0.7s;
  /*表示タイミング*/
  animation-delay: 0.7s;
  /*表示タイミング*/
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.u-fadeIn.c-delay_1 {
  -webkit-animation-delay: 1.3s;
  /*表示タイミング*/
  -ms-animation-delay: 1.3s;
  /*表示タイミング*/
  animation-delay: 1.3s;
  /*表示タイミング*/
  visibility: visible !important;
}

.u-fadeIn.c-delay_2 {
  -webkit-animation-delay: 1.6s;
  /*表示タイミング*/
  -ms-animation-delay: 1.6s;
  /*表示タイミング*/
  animation-delay: 1.6s;
  /*表示タイミング*/
  visibility: visible !important;
}

.u-fadeIn.c-delay_3 {
  -webkit-animation-delay: 1.9s;
  /*表示タイミング*/
  -ms-animation-delay: 1.9s;
  /*表示タイミング*/
  animation-delay: 1.9s;
  /*表示タイミング*/
  visibility: visible !important;
}

.u-fadeIn.c-delay_4 {
  -webkit-animation-delay: 2.2s;
  /*表示タイミング*/
  -ms-animation-delay: 2.2s;
  /*表示タイミング*/
  animation-delay: 2.2s;
  /*表示タイミング*/
  visibility: visible !important;
}

.u-fadeIn.c-delay_5 {
  -webkit-animation-delay: 2.5s;
  /*表示タイミング*/
  -ms-animation-delay: 2.5s;
  /*表示タイミング*/
  animation-delay: 2.5s;
  /*表示タイミング*/
  visibility: visible !important;
}
/*# sourceMappingURL=sourcemaps/style.css.map */
