@charset "UTF-8";
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  width: 100%;
  max-width: 100vw;
}

.container {
  width: 100%;
  height: 100%;
}

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

ul {
  list-style-type: none;
}

iframe {
  width: 100%;
}

button {
  background-color: #70acce;
  color: white;
  width: 20vw;
  height: 10vh;
  z-index: 3000;
  font-family: "Arial";
  text-shadow: 1px 1px 1px gray;
  border-radius: 15px;
  font-size: 2vw;
  margin-top: 1vh;
  outline: none;
  cursor: pointer;
  border: none;
  display: inline-block;
}
button:hover {
  opacity: 0.7;
}

.entry-button {
  text-align: center;
  margin: 3vh 0;
}
.entry-button button {
  background-color: #144da0;
}

.entry-feature-button {
  margin: 3vh 0 10vh;
}

.for-corporate button {
  background-color: #5c5c5c;
  margin-top: 10vh;
}

a :hover {
  opacity: 0.7;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 480px) {
  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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }

  body {
    line-height: 1;
    width: 100%;
    max-width: 100vw;
  }

  .container {
    width: 100%;
    height: 100%;
  }

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

  ul {
    list-style-type: none;
  }

  iframe {
    width: 100%;
  }

  button {
    background-color: #70acce;
    color: white;
    width: 40vw;
    height: 5vh;
    z-index: 9000;
    font-family: "Arial";
    text-shadow: 1px 1px 1px gray;
    border-radius: 15px;
    font-size: 4.5vw;
    margin-top: 1vh;
    outline: none;
    cursor: pointer;
    border: none;
    display: inline-block;
  }
  button:hover {
    opacity: 0.7;
  }

  .entry-button {
    text-align: center;
    margin: 3vh 0;
  }
  .entry-button button {
    background-color: #144da0;
  }

  .entry-feature-button {
    margin: 3vh 0 10vh;
  }

  .for-corporate button {
    background-color: #5c5c5c;
    margin-top: 10vh;
  }

  a :hover {
    opacity: 0.7;
  }
}
/* -------------------------------- */
/* --------------------------------
 * ipad
 * -------------------------------- */
@media screen and (max-width: 913px) and (min-width: 480px) {
  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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }

  body {
    line-height: 1;
    width: 100%;
    max-width: 100vw;
  }

  .container {
    width: 100%;
    height: 100%;
  }

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

  ul {
    list-style-type: none;
  }

  iframe {
    width: 100%;
  }

  button {
    background-color: #70acce;
    color: white;
    width: 20vw;
    height: 5vh;
    z-index: 3000;
    font-family: "Arial";
    text-shadow: 1px 1px 1px gray;
    border-radius: 15px;
    font-size: 2vw;
    margin-top: 1vh;
    outline: none;
    cursor: pointer;
    border: none;
    display: inline-block;
  }
  button:hover {
    opacity: 0.7;
  }

  .entry-button {
    text-align: center;
    margin: 3vh 0;
  }
  .entry-button button {
    background-color: #144da0;
  }

  .entry-feature-button {
    margin: 3vh 0 10vh;
  }

  .for-corporate button {
    background-color: #5c5c5c;
    margin-top: 10vh;
  }

  a :hover {
    opacity: 0.7;
  }
}
/* -------------------------------- */
/* -------------------------------- */
/* ページナビゲーション */
.page_navi {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10vh;
}

.page_navi li {
  margin: 0 6.5px;
  width: 36px;
  height: 36px;
  border: 1px solid #d0d0d0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.page_navi li a {
  width: 36px;
  height: 36px;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #4D4D4D;
}

.page_navi li.current {
  color: #fff;
  font-weight: bold;
  padding: 3px 7px;
  background: #101841;
  border: solid 1px #101841;
}

.page_navi li:hover {
  opacity: 0.8;
}

.page_navi li.page_nums span {
  color: #fff;
  padding: 3px 7px;
  background: #666;
  display: inline-block;
  border: solid 1px #333;
}

/*========= 紙芝居風レイアウトのためのCSS ===============*/
section.fixed {
  position: -webkit-sticky;
  /*Safari*/
  position: sticky;
  top: 8vh;
  /*Header高さ分で止まるようにする*/
  /*装飾のためのCSS*/
  background-color: #fff;
}

section.fixed.top:nth-child(odd) {
  display: flex;
  flex-direction: column;
  background: url("../images/common/back-1.jpg") no-repeat center;
  background-size: cover;
  height: 50vh;
  color: #fff;
  text-align: center;
  padding: 5vh 0;
}

section.fixed.page:nth-child(odd) {
  display: flex;
  flex-direction: column;
  background: url("../images/common/back-2.jpg") no-repeat center;
  background-size: cover;
  height: 88vh;
  color: #fff;
  text-align: center;
  padding: 5vh 0;
}

section.fixed:nth-child(even) {
  /*装飾のためのCSS*/
  color: rgb(58, 58, 44);
  text-align: center;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 480px) {
  section.fixed {
    position: -webkit-sticky;
    /*Safari*/
    position: sticky;
    top: 8vh;
    /*Header高さ分で止まるようにする*/
    /*装飾のためのCSS*/
    background-color: #fff;
  }

  section.fixed.top:nth-child(odd) {
    display: flex;
    flex-direction: column;
    background: url("../images/common/back-1.jpg") no-repeat center;
    background-size: cover;
    height: 40vh;
    color: #fff;
    text-align: center;
    padding: 5vh 0;
  }

  section.fixed.page:nth-child(odd) {
    display: flex;
    flex-direction: column;
    background: url("../images/common/back-2.jpg") no-repeat center;
    background-size: cover;
    height: 50vh;
    color: #fff;
    text-align: center;
    padding: 5vh 0;
    top: -12vh;
  }

  section.fixed:nth-child(even) {
    /*装飾のためのCSS*/
    color: rgb(58, 58, 44);
    text-align: center;
  }
}
/* --------------------------------
 *  ipad
 * -------------------------------- */
@media screen and (max-width: 913px) and (min-width: 480px) {
  section.fixed {
    position: -webkit-sticky;
    /*Safari*/
    position: sticky;
    top: 8vh;
    /*Header高さ分で止まるようにする*/
    /*装飾のためのCSS*/
    background-color: #fff;
  }

  section.fixed.top:nth-child(odd) {
    display: flex;
    flex-direction: column;
    background: url("../images/common/back-1.jpg") no-repeat center;
    background-size: cover;
    height: 40vh;
    color: #fff;
    text-align: center;
    padding: 5vh 0;
  }

  section.fixed.page:nth-child(odd) {
    display: flex;
    flex-direction: column;
    background: url("../images/common/back-2.jpg") no-repeat center;
    background-size: cover;
    height: 50vh;
    color: #fff;
    text-align: center;
    padding: 5vh 0;
    top: -12vh;
  }

  section.fixed:nth-child(even) {
    /*装飾のためのCSS*/
    color: rgb(58, 58, 44);
    text-align: center;
  }
}
/*========= レイアウトのためのCSS ===============*/
small {
  background: #333;
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px;
}

#container {
  position: relative;
  z-index: 1;
  /*header とfooterを手前にするため数字を小さく*/
}

/*＝＝＝＝＝＝＝＝＝＝＝jQ用のCSS＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.fadeUpTrigger {
  opacity: 0;
}

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#header {
  width: 100%;
}
#header img {
  width: 60%;
  padding: 1vh 2vw;
}
#header .header__sp {
  display: none;
}
#header .w1000 {
  display: none;
}
#header .header__pc nav {
  display: block !important;
}
#header .header__pc nav ul {
  width: 100%;
  height: 8vh;
  max-width: 100vw;
  display: flex;
  justify-content: space-between;
  position: fixed;
  align-items: center;
  box-sizing: border-box;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  z-index: 3000;
  padding-right: 2vw;
}
#header .header__pc nav ul .top-logo {
  width: 10%;
  padding-right: 50vw;
}
#header .header__pc nav ul a {
  text-decoration: none;
  color: #4D4D4D;
  font-family: "Note Sans JP";
  font-weight: normal;
  font-size: 1vw;
}

.header__pc__canvas:not(.slick-initialized) {
  height: 700px;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 480px) {
  #header {
    width: 100%;
    display: block;
    max-width: 100vw;
  }
  #header nav {
    display: block;
    position: fixed;
  }
  #header img {
    width: 15%;
    height: 15%;
    opacity: 0;
  }
  #header .header__pc {
    display: none;
  }
  #header .header__sp {
    width: 100%;
    max-width: 100vw;
    display: flex;
    display: block;
    justify-content: space-between;
    position: fixed;
    box-sizing: border-box;
    z-index: 3000;
  }
  #header .header__sp .menubtn {
    width: 100%;
    max-width: 50px;
    z-index: -1;
    /*追記*/
    margin: auto 0 0 auto;
    top: 0;
  }
  #header .header__sp .openbtn8 {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    background: #70acce;
    cursor: pointer;
  }
  #header .header__sp .openbtn8 .openbtn-area {
    width: 50px;
    height: 50px;
    transition: all 0.6s;
    /*アニメーションの設定*/
  }
  #header .header__sp .openbtn8 span {
    width: 45%;
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
  }
  #header .header__sp .openbtn8 span:nth-of-type(1) {
    top: 15px;
  }
  #header .header__sp .openbtn8 span:nth-of-type(2) {
    top: 23px;
  }
  #header .header__sp .openbtn8 span:nth-of-type(3) {
    top: 31px;
  }
  #header .header__sp .openbtn8.active .openbtn-area {
    transform: rotate(360deg);
  }
  #header .header__sp .openbtn8.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  #header .header__sp .openbtn8.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header .header__sp .openbtn8.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  #header .w1000 {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    /*追記*/
    height: 12vh;
    /*追記*/
    z-index: 120;
    align-items: flex-end;
    box-sizing: border-box;
    display: block;
  }
  #header .w1000 h1 {
    color: white;
    text-shadow: -2px -3px 3px gray;
    font-family: "Arial";
    font-size: 5vw;
    text-align: center;
    padding: 1vh 0 0;
  }
  #header .w1000 nav {
    background: rgba(0, 0, 0, 0.8);
    padding: 8vh 5vw;
    /*調整*/
    position: absolute;
    /*追記*/
    height: 50vh;
    /*追記*/
    width: 100%;
    /*追記*/
    z-index: 120;
    object-fit: cover;
    box-sizing: border-box;
    max-width: 100vw;
  }
  #header .w1000 nav ul {
    display: flex;
    flex-direction: column;
  }
  #header .w1000 nav ul a {
    text-decoration: none;
  }
  #header .w1000 nav li {
    color: white;
    text-align: center;
    cursor: pointer;
    color: white;
    text-shadow: -2px -3px 3px gray;
    font-family: "Arial";
    font-size: 3.5vw;
    width: 100%;
    display: block;
    z-index: 5000;
    line-height: 1.2;
    padding: 3vh 0 0;
  }
}
/* --------------------------------
 * ipad
 * -------------------------------- */
@media screen and (max-width: 830px) and (min-width: 480px) {
  #header {
    width: 100%;
    display: block;
    max-width: 100vw;
  }
  #header nav {
    display: block;
    position: fixed;
  }
  #header img {
    width: 15%;
    height: 15%;
    opacity: 0;
  }
  #header .header__pc {
    display: none;
  }
  #header .header__sp {
    width: 100%;
    max-width: 100vw;
    display: flex;
    display: block;
    justify-content: space-between;
    position: fixed;
    box-sizing: border-box;
    z-index: 3000;
  }
  #header .header__sp .menubtn {
    width: 100%;
    max-width: 50px;
    z-index: -1;
    /*追記*/
    margin: auto 0 0 auto;
    top: 0;
  }
  #header .header__sp .openbtn8 {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    background: #70acce;
    cursor: pointer;
  }
  #header .header__sp .openbtn8 .openbtn-area {
    width: 50px;
    height: 50px;
    transition: all 0.6s;
    /*アニメーションの設定*/
  }
  #header .header__sp .openbtn8 span {
    width: 45%;
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
  }
  #header .header__sp .openbtn8 span:nth-of-type(1) {
    top: 15px;
  }
  #header .header__sp .openbtn8 span:nth-of-type(2) {
    top: 23px;
  }
  #header .header__sp .openbtn8 span:nth-of-type(3) {
    top: 31px;
  }
  #header .header__sp .openbtn8.active .openbtn-area {
    transform: rotate(360deg);
  }
  #header .header__sp .openbtn8.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  #header .header__sp .openbtn8.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header .header__sp .openbtn8.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  #header .w1000 {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    /*追記*/
    height: 12vh;
    /*追記*/
    z-index: 120;
    align-items: flex-end;
    box-sizing: border-box;
    display: block;
  }
  #header .w1000 h1 {
    color: white;
    text-shadow: -2px -3px 3px gray;
    font-family: "Arial";
    font-size: 5vw;
    text-align: center;
    padding: 1vh 0 0;
  }
  #header .w1000 nav {
    background: rgba(0, 0, 0, 0.8);
    padding: 8vh 5vw;
    /*調整*/
    position: absolute;
    /*追記*/
    height: 70vh;
    /*追記*/
    width: 100%;
    /*追記*/
    z-index: 120;
    object-fit: cover;
    box-sizing: border-box;
    max-width: 100vw;
  }
  #header .w1000 nav ul {
    display: flex;
    flex-direction: column;
  }
  #header .w1000 nav ul a {
    text-decoration: none;
  }
  #header .w1000 nav li {
    color: white;
    text-align: center;
    cursor: pointer;
    color: white;
    text-shadow: -2px -3px 3px gray;
    font-family: "Arial";
    font-size: 4.5vw;
    width: 100%;
    display: block;
    z-index: 5000;
    line-height: 1.2;
    padding: 3vh 0 0;
  }
}
#footer {
  width: 100%;
  height: 15vh;
  background-color: gray;
  bottom: 0;
  position: relative;
  align-items: center;
  box-sizing: border-box;
}
#footer .company {
  display: flex;
  align-items: center;
  padding: 1vh 0;
}
#footer .company .footer-text {
  color: #4D4D4D;
  font-size: 1vw;
  padding-right: 1vw;
  text-align: right;
}
#footer .company .footer-img {
  text-align: center;
  align-items: center;
}
#footer .company .footer-img img {
  width: 30%;
  height: 30%;
  margin: 0 auto;
  padding: 3vh 0 1vh;
}
#footer .copy {
  text-align: center;
}
#footer .copy p {
  color: #4D4D4D;
  font-size: 1vw;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 480px) {
  #footer {
    width: 100%;
    height: 15vh;
    background-color: gray;
    bottom: 0;
    position: relative;
    align-items: center;
    box-sizing: border-box;
  }
  #footer .company {
    display: flex;
    align-items: center;
    padding: 1vh 0;
  }
  #footer .company .footer-text {
    color: #4D4D4D;
    font-size: 1vw;
    padding-right: 1vw;
    text-align: right;
  }
  #footer .company .footer-img {
    text-align: center;
    align-items: center;
  }
  #footer .company .footer-img img {
    width: 50%;
    height: 30%;
    margin: 0 auto;
    padding: 3vh 0 1vh;
  }
  #footer .copy {
    text-align: center;
    width: 100%;
  }
  #footer .copy p {
    color: #4D4D4D;
    font-size: 3vw;
  }
}
/* --------------------------------
 * ipad
 * -------------------------------- */
@media screen and (max-width: 830px) and (min-width: 480px) {
  #footer {
    width: 100%;
    height: 15vh;
    background-color: gray;
    bottom: 0;
    position: relative;
    align-items: center;
    box-sizing: border-box;
  }
  #footer .company {
    display: flex;
    align-items: center;
    padding: 1vh 0;
  }
  #footer .company .footer-text {
    color: #4D4D4D;
    font-size: 1vw;
    padding-right: 1vw;
    text-align: right;
  }
  #footer .company .footer-img {
    text-align: center;
    align-items: center;
  }
  #footer .company .footer-img img {
    width: 50%;
    height: 30%;
    margin: 0 auto;
    padding: 3vh 0 1vh;
  }
  #footer .copy {
    text-align: center;
  }
  #footer .copy p {
    color: #4D4D4D;
    font-size: 1vw;
  }
}
#key-v {
  width: 100%;
  padding: 0;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#key-v .top-slick {
  width: 100%;
  height: 90vh;
}
#key-v .top-slick img {
  object-fit: cover;
  height: 90vh;
  width: 100%;
}
#key-v .slick1 {
  text-align: center;
  margin: 0 auto;
  background: url("../images/common/top1-back.jpg");
  object-fit: cover;
  box-sizing: border-box;
  height: 100vh;
  width: 100%;
}
#key-v .slick1 .top-text {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 33vh 0;
}
#key-v .slick1 .top-text .japanese {
  position: relative;
  font-family: "Noto Sans JP", "sans-serif";
  font-size: 3.5vw;
  text-shadow: 1px 1px 1px #4D4D4D;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 1vh 0;
  color: #144da0;
}
#key-v .slick1 .top-text .english {
  position: relative;
  font-family: cursive, "sans-serif";
  font-size: 2.5vw;
  text-shadow: 1px 1px 1px #4D4D4D;
  font-weight: normal;
  padding: 2vh 0;
  color: #70acce;
}
#key-v .slick1 .top-text h1 {
  position: relative;
  font-family: "Noto Sans JP", "sans-serif";
  font-size: 2vw;
  text-shadow: 1px 1px 1px #808080;
  font-weight: normal;
  padding: 1vh 0;
  color: #101841;
  bottom: 0;
  margin-top: 10vh;
}
#key-v .slick2 {
  text-align: center;
  margin: 0 auto;
  background: url("../images/common/top1-back.jpg");
  object-fit: cover;
  box-sizing: border-box;
  height: 100vh;
  width: 100%;
}
#key-v .slick2 .top-text {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 37vh 0;
}
#key-v .slick2 .top-text .japanese {
  position: relative;
  font-family: "Noto Sans JP", "sans-serif";
  font-size: 3.5vw;
  text-shadow: 1px 1px 1px #4D4D4D;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 1vh 0;
  color: #144da0;
}
#key-v .slick2 .top-text .english {
  position: relative;
  font-family: cursive, "sans-serif";
  font-size: 2.5vw;
  text-shadow: 1px 1px 1px #4D4D4D;
  font-weight: normal;
  padding: 1.5vh 0;
  color: #70acce;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 480px) {
  #key-v {
    width: 100%;
    padding: 0;
    height: 60vh;
    position: relative;
    overflow: hidden;
  }
  #key-v .top-slick {
    width: 100%;
    height: 50vh;
  }
  #key-v .top-slick img {
    object-fit: cover;
    height: 50vh;
    width: 100%;
  }
  #key-v .slick1 {
    text-align: center;
    margin: 0 auto;
    background: url("../images/common/top1-back.jpg");
    object-fit: cover;
    box-sizing: border-box;
    height: 60vh;
    width: 100%;
  }
  #key-v .slick1 .top-text {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 15vh 0;
  }
  #key-v .slick1 .top-text .japanese {
    position: relative;
    font-family: "Noto Sans JP", "sans-serif";
    font-size: 5.5vw;
    text-shadow: 1px 1px 1px #4D4D4D;
    font-weight: normal;
    letter-spacing: 0.1em;
    padding: 1vh 0;
    color: #144da0;
  }
  #key-v .slick1 .top-text .english {
    position: relative;
    font-family: cursive, "sans-serif";
    font-size: 4vw;
    text-shadow: 1px 1px 1px #4D4D4D;
    font-weight: normal;
    padding: 2vh 0;
    color: #70acce;
  }
  #key-v .slick1 .top-text h1 {
    position: relative;
    font-family: "Noto Sans JP", "sans-serif";
    font-size: 6vw;
    text-shadow: 1px 1px 1px #808080;
    font-weight: normal;
    padding: 1vh 0;
    color: #101841;
    bottom: 0;
    margin-top: 10vh;
  }
  #key-v .slick2 {
    text-align: center;
    margin: 0 auto;
    background: url("../images/common/top1-back.jpg");
    object-fit: cover;
    box-sizing: border-box;
    height: 60vh;
    width: 100%;
  }
  #key-v .slick2 .top-text {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 15vh;
  }
  #key-v .slick2 .top-text .japanese {
    position: relative;
    font-family: "Noto Sans JP", "sans-serif";
    font-size: 5.5vw;
    text-shadow: 1px 1px 1px #4D4D4D;
    font-weight: normal;
    letter-spacing: 0.1em;
    padding: 1vh 0;
    color: #144da0;
  }
  #key-v .slick2 .top-text .english {
    position: relative;
    font-family: cursive, "sans-serif";
    font-size: 4vw;
    text-shadow: 1px 1px 1px #4D4D4D;
    font-weight: normal;
    padding: 1.5vh 0;
    color: #70acce;
  }
}
/* --------------------------------
 * ipad
 * -------------------------------- */
@media screen and (max-width: 913px) and (min-width: 480px) {
  #key-v {
    width: 100%;
    padding: 0;
    height: 60vh;
    position: relative;
    overflow: hidden;
  }
  #key-v .top-slick {
    width: 100%;
    height: 50vh;
  }
  #key-v .top-slick img {
    object-fit: cover;
    height: 50vh;
    width: 100%;
  }
  #key-v .slick1 {
    text-align: center;
    margin: 0 auto;
    background: url("../images/common/top1-back.jpg");
    object-fit: cover;
    box-sizing: border-box;
    height: 60vh;
    width: 100%;
  }
  #key-v .slick1 .top-text {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10vh 0;
  }
  #key-v .slick1 .top-text .japanese {
    position: relative;
    font-family: "Noto Sans JP", "sans-serif";
    font-size: 4.5vw;
    text-shadow: 1px 1px 1px #4D4D4D;
    font-weight: normal;
    letter-spacing: 0.1em;
    padding: 1vh 0;
    color: #144da0;
  }
  #key-v .slick1 .top-text .english {
    position: relative;
    font-family: cursive, "sans-serif";
    font-size: 3vw;
    text-shadow: 1px 1px 1px #4D4D4D;
    font-weight: normal;
    padding: 2vh 0;
    color: #70acce;
  }
  #key-v .slick1 .top-text h1 {
    position: relative;
    font-family: "Noto Sans JP", "sans-serif";
    font-size: 4vw;
    text-shadow: 1px 1px 1px #808080;
    font-weight: normal;
    padding: 1vh 0;
    color: #101841;
    bottom: 0;
    margin-top: 10vh;
  }
  #key-v .slick2 {
    text-align: center;
    margin: 0 auto;
    background: url("../images/common/top1-back.jpg");
    object-fit: cover;
    box-sizing: border-box;
    height: 60vh;
    width: 100%;
  }
  #key-v .slick2 .top-text {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 15vh;
  }
  #key-v .slick2 .top-text .japanese {
    position: relative;
    font-family: "Noto Sans JP", "sans-serif";
    font-size: 4.5vw;
    text-shadow: 1px 1px 1px #4D4D4D;
    font-weight: normal;
    letter-spacing: 0.1em;
    padding: 1vh 0;
    color: #144da0;
  }
  #key-v .slick2 .top-text .english {
    position: relative;
    font-family: cursive, "sans-serif";
    font-size: 3.5vw;
    text-shadow: 1px 1px 1px #4D4D4D;
    font-weight: normal;
    padding: 1.5vh 0;
    color: #70acce;
  }
}
/* --------------------------------
 * 共通アイテム
 * -------------------------------- */
.contents-title-en {
  padding: 18vh 0 0.5vh;
  color: #70acce;
  font-family: "Century Gothic", "Futura", "Josefin Sans", sans-serif;
  text-align: center;
  font-size: 5vw;
  text-shadow: 1px 1px 1px #144da0;
  letter-spacing: 0.1em;
}

.contents-title-jp {
  margin: 1vh 0 8vh;
  color: #101841;
  font-family: "Note Sans JP";
  text-align: center;
  font-size: 2.5vw;
  font-weight: bold;
}

#blog .contents-title-jp {
  margin-top: 1vh;
}

#front-container {
  background: white;
}

/*--------------------------------*/
/* --------------------------------
 * 共通アイテム　smart phone
 * -------------------------------- */
@media screen and (max-width: 480px) {
  .contents-title-en {
    padding: 18vh 0 0.5vh;
    color: #70acce;
    font-family: "Century Gothic", "Futura", "Josefin Sans", sans-serif;
    text-align: center;
    font-size: 10vw;
    text-shadow: 1px 1px 1px #144da0;
    letter-spacing: 0.1em;
  }

  .contents-title-jp {
    margin: 1vh 0 8vh;
    color: #101841;
    font-family: "Note Sans JP";
    text-align: center;
    font-size: 7vw;
    font-weight: bold;
  }

  #blog .contents-title-jp {
    margin-top: 1vh;
  }

  #front-container {
    background: white;
  }
}
/*--------------------------------*/
/* --------------------------------
 * 共通アイテム　ipad
 * -------------------------------- */
@media screen and (max-width: 913px) and (min-width: 480px) {
  .contents-title-en {
    padding: 18vh 0 0.5vh;
    color: #70acce;
    font-family: "Century Gothic", "Futura", "Josefin Sans", sans-serif;
    text-align: center;
    font-size: 10vw;
    text-shadow: 1px 1px 1px #144da0;
    letter-spacing: 0.1em;
  }

  .contents-title-jp {
    margin: 1vh 0 8vh;
    color: #101841;
    font-family: "Note Sans JP";
    text-align: center;
    font-size: 7vw;
    font-weight: bold;
  }

  #blog .contents-title-jp {
    margin-top: 1vh;
  }

  #front-container {
    background: white;
  }
}
/*--------------------------------*/
/* --------------------------------
 * about-as
 * -------------------------------- */
#about-us {
  display: flex;
  height: 85vh;
  background: url("../images/common/background.jpg") no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  width: 100%;
  padding: 20vh 10vw 10vh;
  justify-content: space-between;
}
#about-us .about-us-text {
  padding: 1vh 1vw;
  width: 70%;
}
#about-us .about-us-text h2 {
  font-size: 70px;
  font-weight: 800;
  font-family: "Century Gothic", "Futura", "Josefin Sans", sans-serif;
  color: #70acce;
}
#about-us .about-us-text h3 {
  font-size: 25px;
  margin: 3vh 0;
  color: #666666;
}
#about-us .about-us-text p {
  font-size: 17px;
  color: #4D4D4D;
  line-height: 1.7;
  margin-bottom: 2vh;
}
#about-us .au-img {
  width: 50%;
  padding: 2vh 0;
}
#about-us img {
  width: 100%;
  border-radius: 5%;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}

/*--------------------------------*/
/* --------------------------------
 * aboutus smrat phone
 * -------------------------------- */
@media screen and (max-width: 480px) {
  #about-us {
    display: flex;
    flex-direction: column;
    height: 65vh;
    background: url("../images/common/background.jpg") no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    width: 100%;
    padding: 5vh 3vw 10vh;
    justify-content: space-between;
  }
  #about-us .about-us-text {
    padding: 1vh 1vw;
    width: 100%;
  }
  #about-us .about-us-text h2 {
    font-size: 30px;
    font-weight: 800;
    font-family: "Century Gothic", "Futura", "Josefin Sans", sans-serif;
    color: #70acce;
    padding-left: 5vw;
  }
  #about-us .about-us-text h3 {
    font-size: 20px;
    margin: 3vh 0;
    color: #666666;
    padding-left: 5vw;
  }
  #about-us .about-us-text p {
    font-size: 11px;
    color: #4D4D4D;
    line-height: 1.5;
    margin-bottom: 1vh;
    padding-left: 5vw;
  }
  #about-us .au-img {
    width: 100%;
    padding: 1vh 2vw;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
  }
  #about-us img {
    width: 90%;
    border-radius: 5%;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  }
}
/*--------------------------------*/
/* --------------------------------
 * aboutus ipad
 * -------------------------------- */
@media screen and (max-width: 913px) and (min-width: 480px) {
  #about-us {
    display: flex;
    height: 60vh;
    background: url("../images/common/background.jpg") no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    width: 100%;
    padding: 20vh 3vw 10vh;
    justify-content: space-between;
  }
  #about-us .about-us-text {
    padding: 1vh 1vw;
    width: 70%;
  }
  #about-us .about-us-text h2 {
    font-size: 5vw;
    font-weight: 800;
    font-family: "Century Gothic", "Futura", "Josefin Sans", sans-serif;
    color: #70acce;
    padding-left: 5vw;
  }
  #about-us .about-us-text h3 {
    font-size: 4.5vw;
    margin: 3vh 0;
    color: #666666;
    padding-left: 5vw;
  }
  #about-us .about-us-text p {
    font-size: 15px;
    color: #4D4D4D;
    line-height: 1.5;
    margin-bottom: 2vh;
  }
  #about-us .au-img {
    width: 50%;
    padding: 5vh 1vw;
    display: flex;
    align-items: center;
  }
  #about-us img {
    width: 100%;
    border-radius: 5%;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  }
}
/*--------------------------------*/
/* --------------------------------
 * feature
 * -------------------------------- */
#feature {
  width: 100%;
  box-sizing: border-box;
  background: #fcfcfc;
}
#feature .section-1 .top h4 {
  font-size: 3.5vw;
  line-height: 1.4;
  margin-bottom: 2vh;
  text-shadow: 1px 2px 3px #808080;
  padding-top: 10vh;
  box-sizing: border-box;
}
#feature .section-1 .top p {
  font-size: 1.5vw;
  line-height: 1.5;
  margin-bottom: 5vh;
}
#feature .section-1 h4 {
  font-size: 5vw;
  line-height: 1.4;
  margin-bottom: 2vh;
  text-shadow: 1px 2px 3px #808080;
  padding-top: 20vh;
}
#feature .section-1 p {
  font-size: 2vw;
  line-height: 1.5;
  margin-bottom: 1vh;
}
#feature .section-2 {
  padding: 0;
}
#feature .section-2 .scroll {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: rgba(46, 46, 46, 0.7);
  height: 10vh;
  top: -10vh;
}
#feature .section-2 .scroll p {
  margin: 0;
  font-size: 1.5vw;
  color: #fff;
  padding: 2vh 0 0;
}
#feature .section-2 .scroll img {
  width: 2%;
  margin: 1vh auto 1vh;
}
#feature .feature-item {
  padding: 2vh 5vw;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  box-sizing: border-box;
}
#feature .feature-item span {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  background-color: #144da0;
  font-size: 20px;
  color: white;
  padding: 15px;
  margin-right: 1vw;
  font-family: Arial;
  box-shadow: 5px 2.5px 2.5px gray;
  font-weight: lighter;
}
#feature .feature-text {
  width: 100%;
  display: flex;
  padding: 4vh 2vw;
  margin-bottom: 3vh;
  border-bottom: 1px solid lightgrey;
  box-sizing: border-box;
  justify-content: space-between;
  box-sizing: border-box;
}
#feature .feature-text img {
  width: 50%;
  height: 40vh;
  object-fit: cover;
  box-sizing: border-box;
  border-radius: 5%;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}

.right .feature-text-box {
  padding: 0 0 0 6vw;
  width: 60%;
}
.right .feature-text-box .feature-title {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3vh 1vw 1.5vh 0;
  font-size: 20px;
  color: #101841;
  border-bottom: dashed #70acce 5px;
}
.right .feature-text-box p {
  width: 100%;
  padding: 3vh 0 1vh;
  color: #4D4D4D;
  line-height: 2;
  font-size: 17px;
  text-align: left;
}

.left .feature-text-box {
  padding: 0 3vw 0 6vw;
  width: 60%;
}
.left .feature-text-box .feature-title {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3vh 1vw 1.5vh 0;
  font-size: 20px;
  color: #101841;
  border-bottom: dashed #70acce 5px;
}
.left .feature-text-box p {
  width: 100%;
  padding: 3vh 0;
  color: #4D4D4D;
  line-height: 2;
  font-size: 17px;
  text-align: left;
}

#feature .feature-top .feature-text {
  width: 100%;
  display: flex;
  padding: 4vh 6vw 10vh;
  margin-bottom: 3vh;
  border-bottom: 1px solid lightgrey;
  box-sizing: border-box;
  justify-content: space-between;
  box-sizing: border-box;
}
#feature .feature-top .feature-text img {
  width: 80%;
  height: 40vh;
  object-fit: cover;
  box-sizing: border-box;
  border-radius: 5%;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
#feature .feature-top .feature-text .feature-text-box .feature-title {
  justify-content: flex-start;
  padding-left: 4vw;
  font-size: 25px;
}
#feature .feature-top .feature-text .feature-text-box .feature-title span {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  background-color: #144da0;
  font-size: 20px;
  color: white;
  padding: 15px;
  margin-right: 1.5vw;
  font-family: Arial;
  box-shadow: 5px 2.5px 2.5px gray;
  font-weight: lighter;
}
#feature .feature-top .feature-text .feature-notflex {
  padding-top: 4vh;
}

.feature-item .salary-button {
  text-align: left;
  padding-left: 5vw;
}
.feature-item button {
  background-color: #f49c2d;
  font-size: 1.5vw;
}

/*--------------------------------*/
/* --------------------------------
 * feature smart phone
 * -------------------------------- */
@media screen and (max-width: 480px) {
  #feature {
    width: 100%;
    box-sizing: border-box;
    background: #fcfcfc;
    min-width: 100vw;
  }
  #feature .section-1 .top h4 {
    font-size: 6.5vw;
    line-height: 1.4;
    margin-bottom: 2vh;
    text-shadow: 1px 2px 3px #808080;
    padding-top: 10vh;
    box-sizing: border-box;
  }
  #feature .section-1 .top p {
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 5vh;
  }
  #feature .section-1 {
    width: 100%;
  }
  #feature .section-1 h4 {
    font-size: 7vw;
    line-height: 1.4;
    margin-bottom: 2vh;
    text-shadow: 1px 2px 3px #808080;
    padding-top: 15vh;
  }
  #feature .section-1 p {
    font-size: 2.8vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
  #feature .section-2 {
    padding: 0;
    width: 100%;
    height: 100%;
  }
  #feature .section-2 .scroll {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: rgba(46, 46, 46, 0.7);
    height: 8vh;
    top: -8vh;
  }
  #feature .section-2 .scroll p {
    margin: 0;
    font-size: 5vw;
    color: #fff;
    padding: 2vh 0 0;
  }
  #feature .section-2 .scroll img {
    width: 5%;
    margin: 1vh auto 1vh;
  }
  #feature .feature-item {
    padding: 2vh 2vw;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  #feature .feature-item span {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    line-height: 15px;
    text-align: center;
    background-color: #144da0;
    font-size: 20px;
    color: white;
    padding: 15px;
    margin-right: 3vw;
    font-family: Arial;
    box-shadow: 5px 2.5px 2.5px gray;
    font-weight: lighter;
  }
  #feature .feature-text {
    width: 100%;
    display: flex;
    padding: 2vh 0;
    margin-bottom: 0;
    border-bottom: 1px solid lightgrey;
    box-sizing: border-box;
    justify-content: space-between;
    box-sizing: border-box;
    text-align: center;
  }
  #feature .feature-text img {
    display: none;
  }

  .right .feature-text-box {
    padding: 0;
    width: 100%;
  }
  .right .feature-text-box .feature-title {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1.5vh 2vw;
    font-size: 25px;
    color: #101841;
    border-bottom: dashed #70acce 5px;
    justify-content: flex-start;
    box-sizing: border-box;
  }
  .right .feature-text-box p {
    width: 100%;
    padding: 3vh 0 1vh;
    color: #4D4D4D;
    line-height: 2;
    font-size: 12px;
    text-align: left;
    padding-left: 3vw;
  }

  .left .feature-text-box {
    padding: 0;
    width: 100%;
  }
  .left .feature-text-box .feature-title {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1.5vh 2vw;
    font-size: 25px;
    color: #101841;
    border-bottom: dashed #70acce 5px;
    justify-content: flex-start;
    box-sizing: border-box;
  }
  .left .feature-text-box p {
    width: 100%;
    padding: 3vh 0;
    color: #4D4D4D;
    line-height: 2;
    font-size: 12px;
    text-align: left;
    padding-left: 3vw;
  }

  #feature .feature-top .feature-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 4vh 6vw 10vh;
    margin-bottom: 3vh;
    border-bottom: 1px solid lightgrey;
    box-sizing: border-box;
    justify-content: space-between;
    box-sizing: border-box;
  }
  #feature .feature-top .feature-text img {
    display: none;
  }
  #feature .feature-top .feature-text .feature-text-box .feature-title {
    justify-content: flex-start;
    padding-left: 0;
    font-size: 25px;
  }
  #feature .feature-top .feature-text .feature-text-box .feature-title span {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    line-height: 15px;
    text-align: center;
    background-color: #144da0;
    font-size: 20px;
    color: white;
    padding: 15px;
    margin-right: 3vw;
    font-family: Arial;
    box-shadow: 5px 2.5px 2.5px gray;
    font-weight: lighter;
  }
  #feature .feature-top .feature-text .feature-notflex {
    padding-top: 4vh;
  }

  .feature-item .salary-button {
    margin: 0;
  }
  .feature-item button {
    background-color: #f49c2d;
    font-size: 15px;
  }
}
/*--------------------------------*/
/* --------------------------------
 * feature ipad
 * -------------------------------- */
@media screen and (max-width: 913px) and (min-width: 480px) {
  #feature {
    width: 100%;
    box-sizing: border-box;
    background: #fcfcfc;
  }
  #feature .section-1 .top h4 {
    font-size: 6.5vw;
    line-height: 1.4;
    margin-bottom: 2vh;
    text-shadow: 1px 2px 3px #808080;
    padding-top: 10vh;
    box-sizing: border-box;
  }
  #feature .section-1 .top p {
    font-size: 3vw;
    line-height: 1.5;
    margin-bottom: 5vh;
  }
  #feature .section-1 h4 {
    font-size: 4.5vw;
    line-height: 1.4;
    margin-bottom: 2vh;
    text-shadow: 1px 2px 3px #808080;
    padding-top: 15vh;
  }
  #feature .section-1 p {
    font-size: 1.5vw;
    line-height: 1.5;
    margin-bottom: 18vh;
  }
  #feature .section-2 {
    padding: 0;
  }
  #feature .section-2 .scroll {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: rgba(46, 46, 46, 0.7);
    height: 8vh;
    top: -8vh;
  }
  #feature .section-2 .scroll p {
    margin: 0;
    font-size: 1.5vw;
    color: #fff;
    padding: 2vh 0 0;
  }
  #feature .section-2 .scroll img {
    width: 2%;
    margin: 1vh auto 1vh;
  }
  #feature .feature-item {
    padding: 2vh 10vw;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  #feature .feature-item span {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    line-height: 15px;
    text-align: center;
    background-color: #144da0;
    font-size: 20px;
    color: white;
    padding: 15px;
    margin-right: 3vw;
    font-family: Arial;
    box-shadow: 5px 2.5px 2.5px gray;
    font-weight: lighter;
  }
  #feature .feature-text {
    width: 100%;
    display: flex;
    padding: 4vh 2vw;
    margin-bottom: 3vh;
    border-bottom: 1px solid lightgrey;
    box-sizing: border-box;
    justify-content: space-between;
    box-sizing: border-box;
    text-align: center;
  }
  #feature .feature-text img {
    display: none;
  }

  .right .feature-text-box {
    padding: 0;
    width: 100%;
  }
  .right .feature-text-box .feature-title {
    width: 90%;
    display: flex;
    align-items: center;
    padding: 3vh 5vw;
    font-size: 40px;
    color: #101841;
    border-bottom: dashed #70acce 5px;
    justify-content: flex-start;
  }
  .right .feature-text-box p {
    width: 100%;
    padding: 3vh 0 1vh;
    color: #4D4D4D;
    line-height: 2;
    font-size: 15px;
    text-align: left;
  }

  .left .feature-text-box {
    padding: 0;
    width: 100%;
  }
  .left .feature-text-box .feature-title {
    width: 90%;
    display: flex;
    align-items: center;
    padding: 3vh 5vw;
    font-size: 40px;
    color: #101841;
    border-bottom: dashed #70acce 5px;
    justify-content: flex-start;
  }
  .left .feature-text-box p {
    width: 100%;
    padding: 3vh 0;
    color: #4D4D4D;
    line-height: 2;
    font-size: 15px;
    text-align: left;
  }

  #feature .feature-top .feature-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 4vh 10vw 10vh;
    margin-bottom: 3vh;
    border-bottom: 1px solid lightgrey;
    box-sizing: border-box;
    justify-content: space-between;
    box-sizing: border-box;
  }
  #feature .feature-top .feature-text img {
    display: none;
  }
  #feature .feature-top .feature-text .feature-text-box .feature-title {
    justify-content: flex-start;
    padding-left: 8vw;
    font-size: 40px;
  }
  #feature .feature-top .feature-text .feature-text-box .feature-title span {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    line-height: 15px;
    text-align: center;
    background-color: #144da0;
    font-size: 20px;
    color: white;
    padding: 15px;
    margin-right: 3vw;
    font-family: Arial;
    box-shadow: 5px 2.5px 2.5px gray;
    font-weight: lighter;
  }
  #feature .feature-top .feature-text .feature-notflex {
    padding-top: 4vh;
  }
}
/*--------------------------------*/
/* --------------------------------
 * flow
 * -------------------------------- */
#flow .flow-container {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 10vw;
  box-sizing: border-box;
  justify-content: space-between;
  text-align: center;
}
#flow .flow-container .flow-item {
  width: 100%;
  align-items: center;
}
#flow .flow-container .flow-item .step {
  font-size: 3vw;
  color: #101841;
  font-family: "Helvetica Neue";
  font-weight: bold;
  text-shadow: -2px -3px 3px whitesmoke;
  text-align: center;
}
#flow .flow-container .flow-item .flow-logo {
  display: flex;
  flex-direction: column;
  height: 10vh;
  padding: 2vh 0;
  align-content: center;
  align-items: center;
}
#flow .flow-container .flow-item .flow-logo p {
  display: block;
  font-size: 1vw;
  font-family: "Helvetica Neue";
}
#flow .flow-container .flow-item .flow-logo img {
  width: 30%;
  box-sizing: border-box;
  align-content: center;
  margin: auto;
}
#flow .flow-container .flow-item h3 {
  margin: 1vh 0 2vh;
  color: #4D4D4D;
  font-family: "Arial";
  font-size: 1.5vw;
  text-align: center;
}
#flow .flow-container .flow-item .flow-text {
  color: #4D4D4D;
  font-size: 13px;
  text-align: center;
  line-height: 1.3;
  font-family: "Arial, Helvetica, sans-serif";
}
#flow .flow-container .flow-arrow {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 15%;
}
#flow .flow-container .flow-arrow img {
  position: absolute;
  width: 100%;
  top: 35%;
}

/*--------------------------------*/
/* --------------------------------
 * flow smart phone
 * -------------------------------- */
@media screen and (max-width: 480px) {
  #flow {
    max-width: 90vw;
    margin: 0 auto;
  }
  #flow .flow-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 5vw;
    box-sizing: border-box;
    justify-content: space-between;
    text-align: center;
  }
  #flow .flow-container .flow-item {
    width: 100%;
    text-align: center;
    margin-bottom: 5vh;
  }
  #flow .flow-container .flow-item .step {
    font-size: 8vw;
    color: #101841;
    font-family: "Helvetica Neue";
    font-weight: bold;
    text-shadow: -2px -3px 3px whitesmoke;
    text-align: center;
  }
  #flow .flow-container .flow-item .flow-logo {
    display: flex;
    flex-direction: column;
    height: 10vh;
    padding: 2vh 0;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  #flow .flow-container .flow-item .flow-logo p {
    display: block;
    font-size: 1.5vw;
    font-family: "Helvetica Neue";
  }
  #flow .flow-container .flow-item .flow-logo img {
    width: 20%;
    box-sizing: border-box;
    text-align: center;
  }
  #flow .flow-container .flow-item h3 {
    margin-bottom: 1vh;
    color: #4D4D4D;
    font-family: "Arial";
    font-size: 5vw;
    text-align: center;
  }
  #flow .flow-container .flow-item .flow-text {
    color: #4D4D4D;
    font-size: 4vw;
    text-align: center;
    line-height: 1.3;
    font-family: "Arial, Helvetica, sans-serif";
  }
  #flow .flow-container .flow-arrow {
    display: none;
  }
}
/*--------------------------------*/
/* --------------------------------
 * flow ipad
 * -------------------------------- */
@media screen and (max-width: 913px) and (min-width: 480px) {
  #flow {
    max-width: 90vw;
    margin: 0 auto;
  }
  #flow .flow-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 5vw;
    box-sizing: border-box;
    justify-content: space-between;
    text-align: center;
  }
  #flow .flow-container .flow-item {
    width: 100%;
    text-align: center;
    margin-bottom: 5vh;
  }
  #flow .flow-container .flow-item .step {
    font-size: 8vw;
    color: #101841;
    font-family: "Helvetica Neue";
    font-weight: bold;
    text-shadow: -2px -3px 3px whitesmoke;
    text-align: center;
  }
  #flow .flow-container .flow-item .flow-logo {
    display: flex;
    flex-direction: column;
    height: 10vh;
    padding: 2vh 0;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  #flow .flow-container .flow-item .flow-logo p {
    display: block;
    font-size: 1.5vw;
    font-family: "Helvetica Neue";
  }
  #flow .flow-container .flow-item .flow-logo img {
    width: 20%;
    box-sizing: border-box;
    text-align: center;
  }
  #flow .flow-container .flow-item h3 {
    margin-bottom: 1vh;
    color: #4D4D4D;
    font-family: "Arial";
    font-size: 5vw;
    text-align: center;
  }
  #flow .flow-container .flow-item .flow-text {
    color: #4D4D4D;
    font-size: 4vw;
    text-align: center;
    line-height: 1.3;
    font-family: "Arial, Helvetica, sans-serif";
  }
  #flow .flow-container .flow-arrow {
    display: none;
  }
}
/*--------------------------------*/
/* --------------------------------
 * company
 * -------------------------------- */
#company {
  background: url("../images/common/background.jpg") no-repeat center;
  padding: 0 15vw 10vh;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-size: cover;
}
#company .company-container-text {
  display: flex;
  align-items: center;
  padding: 3vh 2vw;
  border-bottom: solid #70acce 1px;
}
#company .company-container-text .name {
  width: 30%;
  text-align: center;
  padding: 0 3vw;
}
#company .company-container-text .name-2 {
  width: 100%;
  padding-left: 10vw;
  font-size: 15px;
}
#company .company-container-text p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #4D4D4D;
}

/* --------------------------------
 * company sp
 * -------------------------------- */
@media screen and (max-width: 480px) {
  #company {
    background: url("../images/common/background.jpg") no-repeat center;
    padding: 0 5vw 10vh;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-size: cover;
  }
  #company .company-container-text {
    display: flex;
    align-items: center;
    padding: 3vh 0;
    border-bottom: solid #70acce 1px;
  }
  #company .company-container-text .name {
    width: 20%;
    text-align: center;
    padding: 0 0 0 3vw;
    margin-right: 5vw;
  }
  #company .company-container-text .name-2 {
    width: 100%;
    padding-left: 3vw;
    font-size: 11px;
  }
  #company .company-container-text p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.5;
    color: #4D4D4D;
  }
}
/*--------------------------------*/
/* --------------------------------
 * company ipad
 * -------------------------------- */
@media screen and (max-width: 913px) and (min-width: 480px) {
  #company {
    background: url("../images/common/background.jpg") no-repeat center;
    padding: 0 5vw 10vh;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-size: cover;
  }
  #company .company-container-text {
    display: flex;
    align-items: center;
    padding: 3vh 2vw;
    border-bottom: solid #70acce 1px;
  }
  #company .company-container-text .name {
    width: 30%;
    text-align: center;
    padding: 0 3vw;
  }
  #company .company-container-text .name-2 {
    width: 100%;
    padding-left: 8vw;
    font-size: 1.5vw;
  }
  #company .company-container-text p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2vw;
    line-height: 1.5;
    color: #4D4D4D;
  }
}
/*--------------------------------*/
/* --------------------------------
 * mission
 * -------------------------------- */
#mission {
  margin-bottom: 10vh;
}
#mission .mission-item {
  padding: 3vh 10vw;
  display: flex;
  flex-direction: column;
}
#mission .mission-item .mission-title {
  text-align: center;
}
#mission .mission-item .mission-title h5 {
  font-family: cursive, "sans-serif";
  font-size: 3vw;
  color: #144da0;
}
#mission .mission-item .mission-title p {
  font-family: "Noto Sans JP", "sans-serif";
  font-size: 4vw;
  color: #101841;
  margin-bottom: 2vh;
}
#mission .mission-item .mission-text {
  margin: 0 auto;
  font-size: 3vw;
  font-weight: bold;
  color: #4D4D4D;
  padding: 2.5vh 0;
  line-height: 1.5;
  text-shadow: 1px 1px 1px gray;
}

/*--------------------------------*/
/* --------------------------------
 * mission smart phone
 * -------------------------------- */
@media screen and (max-width: 480px) {
  #mission {
    margin-bottom: 10vh;
  }
  #mission .mission-item {
    padding: 3vh 10vw;
    display: flex;
    flex-direction: column;
  }
  #mission .mission-item .mission-title {
    text-align: center;
  }
  #mission .mission-item .mission-title h5 {
    font-family: cursive, "sans-serif";
    font-size: 5vw;
    color: #144da0;
  }
  #mission .mission-item .mission-title p {
    font-family: "Noto Sans JP", "sans-serif";
    font-size: 7vw;
    color: #101841;
    margin-bottom: 2vh;
  }
  #mission .mission-item .mission-text {
    margin: 0 auto;
    font-size: 4.5vw;
    color: #4D4D4D;
    padding: 2.5vh 0;
    line-height: 1.5;
  }
}
/*--------------------------------*/
/* --------------------------------
 * mission ipad
 * -------------------------------- */
@media screen and (max-width: 913px) and (min-width: 480px) {
  #mission {
    margin-bottom: 10vh;
  }
  #mission .mission-item {
    padding: 3vh 10vw;
    display: flex;
    flex-direction: column;
  }
  #mission .mission-item .mission-title {
    text-align: center;
  }
  #mission .mission-item .mission-title h5 {
    font-family: cursive, "sans-serif";
    font-size: 5vw;
    color: #144da0;
  }
  #mission .mission-item .mission-title p {
    font-family: "Noto Sans JP", "sans-serif";
    font-size: 7vw;
    color: #101841;
    margin-bottom: 2vh;
  }
  #mission .mission-item .mission-text {
    margin: 0 auto;
    font-size: 5vw;
    color: #4D4D4D;
    padding: 2.5vh 0;
    line-height: 1.5;
  }
}
/*--------------------------------*/
/* --------------------------------
 * jQuery
 * -------------------------------- */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwarda;
  opacity: 1;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwarda;
  opacity: 1;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 5s;
  animation-fill-mode: forwarda;
  opacity: 1;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes zoomOutAnime {
  from {
    transform: scale(1.5);
  }
  to {
    transform: scale(1);
  }
}
.zoomIn2 {
  animation-name: zoomIn2Anime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes zoomIn2Anime {
  from {
    transform: scale(1.5);
  }
  to {
    transform: scale(2);
  }
}
.fadeUp2 {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100px);
    opacity: 0.5;
  }
}
.slide-items {
  width: 100%;
  height: 100%;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
}

.fadeIn-1 {
  animation-name: fadeInAnime;
  animation-duration: 5s;
  animation-fill-mode: forwarda;
  opacity: 1;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn-2 {
  animation-name: fadeInAnime;
  animation-duration: 10s;
  animation-fill-mode: forwarda;
  opacity: 1;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn-3 {
  animation-name: fadeInAnime;
  animation-duration: 15s;
  animation-fill-mode: forwarda;
  opacity: 1;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.blog-item {
  padding: 0 10vw;
  list-style: none;
}
.blog-item a {
  text-decoration: none;
}

.blog-contents {
  display: flex;
  border-bottom: 1px solid lightgrey;
  margin: 0 5vw;
}
.blog-contents .thumbnail {
  width: 30%;
  object-fit: cover;
  padding: 3vh 0 3vh 3vw;
}
.blog-contents .thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.blog-contents .blog-contents-text {
  flex-direction: column;
  width: 70%;
  padding: 1vh 2vw;
}
.blog-contents .blog-contents-text h4 {
  margin: 0 auto;
  padding: 3vh 1.5vw 1vh;
  color: #4D4D4D;
  font-size: 2vw;
}
.blog-contents .blog-contents-text p {
  padding: 1vh 1vw;
  color: #4D4D4D;
  font-size: 1.5vw;
}

.blog-buttons {
  text-align: center;
  margin-top: 2vh;
}
.blog-buttons button {
  background-color: #101841;
}

/* -------------------------------- */
/* --------------------------------
 * sp
 * -------------------------------- */
@media screen and (max-width: 480px) {
  .blog-item {
    padding: 0;
    list-style: none;
  }
  .blog-item a {
    text-decoration: none;
  }

  .blog-contents {
    display: flex;
    border-bottom: 1px solid lightgrey;
    margin: 0 5vw;
  }
  .blog-contents .thumbnail {
    width: 30%;
    object-fit: cover;
    padding: 3vh 0;
  }
  .blog-contents .thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  .blog-contents .blog-contents-text {
    width: 70%;
    padding: 3vh 3vw;
  }
  .blog-contents .blog-contents-text h4 {
    margin: 0;
    padding: 3vh 0;
    color: #4D4D4D;
    font-size: 3.5vw;
    text-align: left;
  }
  .blog-contents .blog-contents-text p {
    display: none;
  }

  .blog-buttons {
    text-align: center;
    margin-top: 2vh;
  }
  .blog-buttons button {
    background-color: #101841;
  }
}
/* -------------------------------- */
/* --------------------------------
 * ipad
 * -------------------------------- */
@media screen and (max-width: 913px) and (min-width: 480px) {
  .blog-item {
    padding: 0;
    list-style: none;
  }
  .blog-item a {
    text-decoration: none;
  }

  .blog-contents {
    display: flex;
    border-bottom: 1px solid lightgrey;
    margin: 0 5vw;
  }
  .blog-contents .thumbnail {
    width: 30%;
    object-fit: cover;
    padding: 3vh 0;
  }
  .blog-contents .thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  .blog-contents .blog-contents-text {
    width: 70%;
    padding: 3vh 3vw;
  }
  .blog-contents .blog-contents-text h4 {
    margin: 0;
    padding: 3vh 0 1vh;
    color: #4D4D4D;
    font-size: 3vw;
    text-align: left;
  }
  .blog-contents .blog-contents-text p {
    font-size: 2vw;
  }

  .blog-buttons {
    text-align: center;
    margin-top: 2vh;
  }
  .blog-buttons button {
    background-color: #101841;
  }
}
/* --------------------------------
 * archive
 * -------------------------------- */
.archive-title {
  display: flex;
  flex-direction: column;
  height: 20vh;
  width: 100vw;
  padding: 8vh 0 0 0;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #EFF7FA;
  font-size: 3vw;
  color: #4D4D4D;
}
.archive-title h4 {
  font-size: 2vw;
  margin-top: 1vh;
}

/* -------------------------------- */
/* --------------------------------
 * archive sp
 * -------------------------------- */
@media screen and (max-width: 480px) {
  .archive-title {
    display: flex;
    flex-direction: column;
    height: 10vh;
    width: 100vw;
    padding: 3vh 0;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #EFF7FA;
    font-size: 8vw;
    color: #4D4D4D;
  }
  .archive-title h4 {
    font-size: 4vw;
    margin-top: 1.2vh;
  }
}
/* --------------------------------
* single
* -------------------------------- */
.blog .page-title {
  display: flex;
  height: 20vh;
  width: 100vw;
  padding: 8vh 0 0 0;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #EFF7FA;
  font-size: 3vw;
  color: #4D4D4D;
}
.blog .page-title h2 {
  max-width: 80vw;
}
.blog .blog-body {
  padding: 5vh 15vw;
  color: #4D4D4D;
}
.blog .blog-body p {
  padding: 0.5vh 5vw;
  line-height: 1.2;
  font-size: 1.5vw;
}
.blog .blog-body h2 {
  padding: 5vh 5vw;
  font-size: 2.5vw;
  font-weight: bold;
}
.blog .blog-body img {
  margin: 2vh 0;
}

.blog-news {
  display: flex;
  justify-content: space-between;
  padding: 2vh 20vw;
  font-size: 2.5vw;
  font-family: Arial, Helvetica, sans-serif;
}
.blog-news a {
  text-decoration: none;
  color: #4D4D4D;
}

/* -------------------------------- */
/* --------------------------------
 * single sp
 * -------------------------------- */
@media screen and (max-width: 480px) {
  .blog .page-title {
    display: flex;
    height: 10vh;
    width: 100vw;
    padding: 5vh 0;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #EFF7FA;
    font-size: 5vw;
    color: #4D4D4D;
  }
  .blog .page-title h2 {
    max-width: 80vw;
  }
  .blog .blog-body {
    padding: 5vh 0;
  }
  .blog .blog-body p {
    padding: 0.5vh 5vw;
    line-height: 1.2;
    font-size: 3vw;
  }
  .blog .blog-body h2 {
    padding: 2vh 0 2vh 3.5vw;
    font-size: 4.5vw;
    font-weight: bold;
  }
  .blog .blog-body img {
    margin: 2vh 0;
  }

  .blog-news {
    display: flex;
    justify-content: space-between;
    padding: 2vh 20vw;
    font-size: 4vw;
    font-family: Arial, Helvetica, sans-serif;
  }
  .blog-news a {
    text-decoration: none;
    color: #4D4D4D;
  }
}
/* --------------------------------
 * single ipad
 * -------------------------------- */
@media screen and (max-width: 913px) and (min-width: 480px) {
  .blog .page-title {
    display: flex;
    height: 20vh;
    width: 100vw;
    padding: 8vh 0 0 0;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #EFF7FA;
    font-size: 5vw;
    color: #4D4D4D;
  }
  .blog .page-title h2 {
    max-width: 80vw;
  }
  .blog .blog-body {
    padding: 5vh 0;
  }
  .blog .blog-body p {
    padding: 0.5vh 5vw;
    line-height: 1.2;
    font-size: 2.5vw;
  }
  .blog .blog-body h2 {
    padding: 2vh 2vw;
    font-size: 2.7vw;
    font-weight: bold;
  }
  .blog .blog-body img {
    margin: 2vh 0;
  }

  .blog-news {
    display: flex;
    justify-content: space-between;
    padding: 2vh 20vw;
    font-size: 4vw;
    font-family: Arial, Helvetica, sans-serif;
  }
  .blog-news a {
    text-decoration: none;
    color: #4D4D4D;
  }
}

/*# sourceMappingURL=styles.css.map */
