
@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* リセット */
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, 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;
}

html, body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Zen Maru Gothic","Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 400;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
}
form {
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  color: #005eb8;
}

.hover-img:hover {
  opacity: .7;
  transition: opacity .4s;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #000000;
}

figure {
  text-align: center;
}

* {
  box-sizing: border-box;
}

/* font-style */
.fc--green {
  color: #08969b;
}

.fc--red {
  color: #d20024;
}

.fc--blue {
  color: #005eb8;
}

.fs--italic {
  font-style: italic;
}

.strong {
  font-size: 1.125em;
  font-weight: 600;
}

sup {
  font-size: 0.75em;
}

.ftWN {
  font-weight: 500;
}

.ftWM {
  font-weight: 600;
}

.ftWB {
  font-weight: 700;
}

.txC {
  text-align: center;
}

.txR {
  text-align: right;
}

.linkExternal {
  background: url("/media_library/images/icon_link_external.gif") no-repeat scroll 0 center transparent;
  padding: 3px 0 3px 13px;
  word-break: break-all;
  word-wrap: break-word !important;
  margin: 0 2px;
}

@media print, screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}
.note {
  text-indent: -1.5em;
  padding-left: 1.5em;
  display: inline-block;
}
.note::before {
  content: "※";
  margin-right: 0.8em;
}
.note__list {
  counter-reset: cnt;
}
.note__list li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.note__list li::before {
  counter-increment: cnt;
  content: "※" counter(cnt);
  margin-right: 1em;
}

.hover-img:hover {
  opacity: .7;
  transition: opacity .4s;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt5 {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .mt5 {
    margin-top: 0.6666666667vw !important;
  }
}

.mb5 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .mb5 {
    margin-bottom: 0.6666666667vw !important;
  }
}

.ml5 {
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  .ml5 {
    margin-left: 0.6666666667vw !important;
  }
}

.mr5 {
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .mr5 {
    margin-right: 0.6666666667vw !important;
  }
}

.mt10 {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .mt10 {
    margin-top: 1.3333333333vw !important;
  }
}

.mb10 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 1.3333333333vw !important;
  }
}

.ml10 {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .ml10 {
    margin-left: 1.3333333333vw !important;
  }
}

.mr10 {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .mr10 {
    margin-right: 1.3333333333vw !important;
  }
}

.mt15 {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .mt15 {
    margin-top: 2vw !important;
  }
}

.mb15 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .mb15 {
    margin-bottom: 2vw !important;
  }
}

.ml15 {
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .ml15 {
    margin-left: 2vw !important;
  }
}

.mr15 {
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .mr15 {
    margin-right: 2vw !important;
  }
}

.mt20 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .mt20 {
    margin-top: 2.6666666667vw !important;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 2.6666666667vw !important;
  }
}

.ml20 {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .ml20 {
    margin-left: 2.6666666667vw !important;
  }
}

.mr20 {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .mr20 {
    margin-right: 2.6666666667vw !important;
  }
}

.mt25 {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .mt25 {
    margin-top: 3.3333333333vw !important;
  }
}

.mb25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .mb25 {
    margin-bottom: 3.3333333333vw !important;
  }
}

.ml25 {
  margin-left: 25px;
}
@media only screen and (max-width: 768px) {
  .ml25 {
    margin-left: 3.3333333333vw !important;
  }
}

.mr25 {
  margin-right: 25px;
}
@media only screen and (max-width: 768px) {
  .mr25 {
    margin-right: 3.3333333333vw !important;
  }
}

.mt30 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .mt30 {
    margin-top: 4vw !important;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 4vw !important;
  }
}

.ml30 {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .ml30 {
    margin-left: 4vw !important;
  }
}

.mr30 {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .mr30 {
    margin-right: 4vw !important;
  }
}

.mt35 {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .mt35 {
    margin-top: 4.6666666667vw !important;
  }
}

.mb35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .mb35 {
    margin-bottom: 4.6666666667vw !important;
  }
}

.ml35 {
  margin-left: 35px;
}
@media only screen and (max-width: 768px) {
  .ml35 {
    margin-left: 4.6666666667vw !important;
  }
}

.mr35 {
  margin-right: 35px;
}
@media only screen and (max-width: 768px) {
  .mr35 {
    margin-right: 4.6666666667vw !important;
  }
}

.mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .mt40 {
    margin-top: 5.3333333333vw !important;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 5.3333333333vw !important;
  }
}

.ml40 {
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .ml40 {
    margin-left: 5.3333333333vw !important;
  }
}

.mr40 {
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .mr40 {
    margin-right: 5.3333333333vw !important;
  }
}

.mt45 {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .mt45 {
    margin-top: 6vw !important;
  }
}

.mb45 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .mb45 {
    margin-bottom: 6vw !important;
  }
}

.ml45 {
  margin-left: 45px;
}
@media only screen and (max-width: 768px) {
  .ml45 {
    margin-left: 6vw !important;
  }
}

.mr45 {
  margin-right: 45px;
}
@media only screen and (max-width: 768px) {
  .mr45 {
    margin-right: 6vw !important;
  }
}

.mt50 {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .mt50 {
    margin-top: 6.6666666667vw !important;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 6.6666666667vw !important;
  }
}

.ml50 {
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  .ml50 {
    margin-left: 6.6666666667vw !important;
  }
}

.mr50 {
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  .mr50 {
    margin-right: 6.6666666667vw !important;
  }
}

.mt55 {
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  .mt55 {
    margin-top: 7.3333333333vw !important;
  }
}

.mb55 {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .mb55 {
    margin-bottom: 7.3333333333vw !important;
  }
}

.ml55 {
  margin-left: 55px;
}
@media only screen and (max-width: 768px) {
  .ml55 {
    margin-left: 7.3333333333vw !important;
  }
}

.mr55 {
  margin-right: 55px;
}
@media only screen and (max-width: 768px) {
  .mr55 {
    margin-right: 7.3333333333vw !important;
  }
}

.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .mt60 {
    margin-top: 8vw !important;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 8vw !important;
  }
}

.ml60 {
  margin-left: 60px;
}
@media only screen and (max-width: 768px) {
  .ml60 {
    margin-left: 8vw !important;
  }
}

.mr60 {
  margin-right: 60px;
}
@media only screen and (max-width: 768px) {
  .mr60 {
    margin-right: 8vw !important;
  }
}

.mt65 {
  margin-top: 65px;
}
@media only screen and (max-width: 768px) {
  .mt65 {
    margin-top: 8.6666666667vw !important;
  }
}

.mb65 {
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .mb65 {
    margin-bottom: 8.6666666667vw !important;
  }
}

.ml65 {
  margin-left: 65px;
}
@media only screen and (max-width: 768px) {
  .ml65 {
    margin-left: 8.6666666667vw !important;
  }
}

.mr65 {
  margin-right: 65px;
}
@media only screen and (max-width: 768px) {
  .mr65 {
    margin-right: 8.6666666667vw !important;
  }
}

.mt70 {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .mt70 {
    margin-top: 9.3333333333vw !important;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .mb70 {
    margin-bottom: 9.3333333333vw !important;
  }
}

.ml70 {
  margin-left: 70px;
}
@media only screen and (max-width: 768px) {
  .ml70 {
    margin-left: 9.3333333333vw !important;
  }
}

.mr70 {
  margin-right: 70px;
}
@media only screen and (max-width: 768px) {
  .mr70 {
    margin-right: 9.3333333333vw !important;
  }
}

.mt75 {
  margin-top: 75px;
}
@media only screen and (max-width: 768px) {
  .mt75 {
    margin-top: 10vw !important;
  }
}

.mb75 {
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .mb75 {
    margin-bottom: 10vw !important;
  }
}

.ml75 {
  margin-left: 75px;
}
@media only screen and (max-width: 768px) {
  .ml75 {
    margin-left: 10vw !important;
  }
}

.mr75 {
  margin-right: 75px;
}
@media only screen and (max-width: 768px) {
  .mr75 {
    margin-right: 10vw !important;
  }
}

.mt80 {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .mt80 {
    margin-top: 10.6666666667vw !important;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 10.6666666667vw !important;
  }
}

.ml80 {
  margin-left: 80px;
}
@media only screen and (max-width: 768px) {
  .ml80 {
    margin-left: 10.6666666667vw !important;
  }
}

.mr80 {
  margin-right: 80px;
}
@media only screen and (max-width: 768px) {
  .mr80 {
    margin-right: 10.6666666667vw !important;
  }
}

.mt85 {
  margin-top: 85px;
}
@media only screen and (max-width: 768px) {
  .mt85 {
    margin-top: 11.3333333333vw !important;
  }
}

.mb85 {
  margin-bottom: 85px;
}
@media only screen and (max-width: 768px) {
  .mb85 {
    margin-bottom: 11.3333333333vw !important;
  }
}

.ml85 {
  margin-left: 85px;
}
@media only screen and (max-width: 768px) {
  .ml85 {
    margin-left: 11.3333333333vw !important;
  }
}

.mr85 {
  margin-right: 85px;
}
@media only screen and (max-width: 768px) {
  .mr85 {
    margin-right: 11.3333333333vw !important;
  }
}

.mt90 {
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .mt90 {
    margin-top: 12vw !important;
  }
}

.mb90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .mb90 {
    margin-bottom: 12vw !important;
  }
}

.ml90 {
  margin-left: 90px;
}
@media only screen and (max-width: 768px) {
  .ml90 {
    margin-left: 12vw !important;
  }
}

.mr90 {
  margin-right: 90px;
}
@media only screen and (max-width: 768px) {
  .mr90 {
    margin-right: 12vw !important;
  }
}

.mt95 {
  margin-top: 95px;
}
@media only screen and (max-width: 768px) {
  .mt95 {
    margin-top: 12.6666666667vw !important;
  }
}

.mb95 {
  margin-bottom: 95px;
}
@media only screen and (max-width: 768px) {
  .mb95 {
    margin-bottom: 12.6666666667vw !important;
  }
}

.ml95 {
  margin-left: 95px;
}
@media only screen and (max-width: 768px) {
  .ml95 {
    margin-left: 12.6666666667vw !important;
  }
}

.mr95 {
  margin-right: 95px;
}
@media only screen and (max-width: 768px) {
  .mr95 {
    margin-right: 12.6666666667vw !important;
  }
}

.mt100 {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .mt100 {
    margin-top: 13.3333333333vw !important;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 13.3333333333vw !important;
  }
}

.ml100 {
  margin-left: 100px;
}
@media only screen and (max-width: 768px) {
  .ml100 {
    margin-left: 13.3333333333vw !important;
  }
}

.mr100 {
  margin-right: 100px;
}
@media only screen and (max-width: 768px) {
  .mr100 {
    margin-right: 13.3333333333vw !important;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt5 {
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  .pt5 {
    padding-top: 0.6666666667vw !important;
  }
}

.pb5 {
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .pb5 {
    padding-bottom: 0.6666666667vw !important;
  }
}

.pl5 {
  padding-left: 5px;
}
@media only screen and (max-width: 768px) {
  .pl5 {
    padding-left: 0.6666666667vw !important;
  }
}

.pr5 {
  padding-right: 5px;
}
@media only screen and (max-width: 768px) {
  .pr5 {
    padding-right: 0.6666666667vw !important;
  }
}

.pt10 {
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .pt10 {
    padding-top: 1.3333333333vw !important;
  }
}

.pb10 {
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .pb10 {
    padding-bottom: 1.3333333333vw !important;
  }
}

.pl10 {
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  .pl10 {
    padding-left: 1.3333333333vw !important;
  }
}

.pr10 {
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .pr10 {
    padding-right: 1.3333333333vw !important;
  }
}

.pt15 {
  padding-top: 15px;
}
@media only screen and (max-width: 768px) {
  .pt15 {
    padding-top: 2vw !important;
  }
}

.pb15 {
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .pb15 {
    padding-bottom: 2vw !important;
  }
}

.pl15 {
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .pl15 {
    padding-left: 2vw !important;
  }
}

.pr15 {
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .pr15 {
    padding-right: 2vw !important;
  }
}

.pt20 {
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .pt20 {
    padding-top: 2.6666666667vw !important;
  }
}

.pb20 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .pb20 {
    padding-bottom: 2.6666666667vw !important;
  }
}

.pl20 {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .pl20 {
    padding-left: 2.6666666667vw !important;
  }
}

.pr20 {
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .pr20 {
    padding-right: 2.6666666667vw !important;
  }
}

.pt25 {
  padding-top: 25px;
}
@media only screen and (max-width: 768px) {
  .pt25 {
    padding-top: 3.3333333333vw !important;
  }
}

.pb25 {
  padding-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .pb25 {
    padding-bottom: 3.3333333333vw !important;
  }
}

.pl25 {
  padding-left: 25px;
}
@media only screen and (max-width: 768px) {
  .pl25 {
    padding-left: 3.3333333333vw !important;
  }
}

.pr25 {
  padding-right: 25px;
}
@media only screen and (max-width: 768px) {
  .pr25 {
    padding-right: 3.3333333333vw !important;
  }
}

.pt30 {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .pt30 {
    padding-top: 4vw !important;
  }
}

.pb30 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .pb30 {
    padding-bottom: 4vw !important;
  }
}

.pl30 {
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .pl30 {
    padding-left: 4vw !important;
  }
}

.pr30 {
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .pr30 {
    padding-right: 4vw !important;
  }
}

.pt35 {
  padding-top: 35px;
}
@media only screen and (max-width: 768px) {
  .pt35 {
    padding-top: 4.6666666667vw !important;
  }
}

.pb35 {
  padding-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .pb35 {
    padding-bottom: 4.6666666667vw !important;
  }
}

.pl35 {
  padding-left: 35px;
}
@media only screen and (max-width: 768px) {
  .pl35 {
    padding-left: 4.6666666667vw !important;
  }
}

.pr35 {
  padding-right: 35px;
}
@media only screen and (max-width: 768px) {
  .pr35 {
    padding-right: 4.6666666667vw !important;
  }
}

.pt40 {
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .pt40 {
    padding-top: 5.3333333333vw !important;
  }
}

.pb40 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .pb40 {
    padding-bottom: 5.3333333333vw !important;
  }
}

.pl40 {
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .pl40 {
    padding-left: 5.3333333333vw !important;
  }
}

.pr40 {
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .pr40 {
    padding-right: 5.3333333333vw !important;
  }
}

.pt45 {
  padding-top: 45px;
}
@media only screen and (max-width: 768px) {
  .pt45 {
    padding-top: 6vw !important;
  }
}

.pb45 {
  padding-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .pb45 {
    padding-bottom: 6vw !important;
  }
}

.pl45 {
  padding-left: 45px;
}
@media only screen and (max-width: 768px) {
  .pl45 {
    padding-left: 6vw !important;
  }
}

.pr45 {
  padding-right: 45px;
}
@media only screen and (max-width: 768px) {
  .pr45 {
    padding-right: 6vw !important;
  }
}

.pt50 {
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .pt50 {
    padding-top: 6.6666666667vw !important;
  }
}

.pb50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .pb50 {
    padding-bottom: 6.6666666667vw !important;
  }
}

.pl50 {
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .pl50 {
    padding-left: 6.6666666667vw !important;
  }
}

.pr50 {
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .pr50 {
    padding-right: 6.6666666667vw !important;
  }
}

.pt55 {
  padding-top: 55px;
}
@media only screen and (max-width: 768px) {
  .pt55 {
    padding-top: 7.3333333333vw !important;
  }
}

.pb55 {
  padding-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .pb55 {
    padding-bottom: 7.3333333333vw !important;
  }
}

.pl55 {
  padding-left: 55px;
}
@media only screen and (max-width: 768px) {
  .pl55 {
    padding-left: 7.3333333333vw !important;
  }
}

.pr55 {
  padding-right: 55px;
}
@media only screen and (max-width: 768px) {
  .pr55 {
    padding-right: 7.3333333333vw !important;
  }
}

.pt60 {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .pt60 {
    padding-top: 8vw !important;
  }
}

.pb60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .pb60 {
    padding-bottom: 8vw !important;
  }
}

.pl60 {
  padding-left: 60px;
}
@media only screen and (max-width: 768px) {
  .pl60 {
    padding-left: 8vw !important;
  }
}

.pr60 {
  padding-right: 60px;
}
@media only screen and (max-width: 768px) {
  .pr60 {
    padding-right: 8vw !important;
  }
}

.pt65 {
  padding-top: 65px;
}
@media only screen and (max-width: 768px) {
  .pt65 {
    padding-top: 8.6666666667vw !important;
  }
}

.pb65 {
  padding-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .pb65 {
    padding-bottom: 8.6666666667vw !important;
  }
}

.pl65 {
  padding-left: 65px;
}
@media only screen and (max-width: 768px) {
  .pl65 {
    padding-left: 8.6666666667vw !important;
  }
}

.pr65 {
  padding-right: 65px;
}
@media only screen and (max-width: 768px) {
  .pr65 {
    padding-right: 8.6666666667vw !important;
  }
}

.pt70 {
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  .pt70 {
    padding-top: 9.3333333333vw !important;
  }
}

.pb70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .pb70 {
    padding-bottom: 9.3333333333vw !important;
  }
}

.pl70 {
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .pl70 {
    padding-left: 9.3333333333vw !important;
  }
}

.pr70 {
  padding-right: 70px;
}
@media only screen and (max-width: 768px) {
  .pr70 {
    padding-right: 9.3333333333vw !important;
  }
}

.pt75 {
  padding-top: 75px;
}
@media only screen and (max-width: 768px) {
  .pt75 {
    padding-top: 10vw !important;
  }
}

.pb75 {
  padding-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .pb75 {
    padding-bottom: 10vw !important;
  }
}

.pl75 {
  padding-left: 75px;
}
@media only screen and (max-width: 768px) {
  .pl75 {
    padding-left: 10vw !important;
  }
}

.pr75 {
  padding-right: 75px;
}
@media only screen and (max-width: 768px) {
  .pr75 {
    padding-right: 10vw !important;
  }
}

.pt80 {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .pt80 {
    padding-top: 10.6666666667vw !important;
  }
}

.pb80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .pb80 {
    padding-bottom: 10.6666666667vw !important;
  }
}

.pl80 {
  padding-left: 80px;
}
@media only screen and (max-width: 768px) {
  .pl80 {
    padding-left: 10.6666666667vw !important;
  }
}

.pr80 {
  padding-right: 80px;
}
@media only screen and (max-width: 768px) {
  .pr80 {
    padding-right: 10.6666666667vw !important;
  }
}

.pt85 {
  padding-top: 85px;
}
@media only screen and (max-width: 768px) {
  .pt85 {
    padding-top: 11.3333333333vw !important;
  }
}

.pb85 {
  padding-bottom: 85px;
}
@media only screen and (max-width: 768px) {
  .pb85 {
    padding-bottom: 11.3333333333vw !important;
  }
}

.pl85 {
  padding-left: 85px;
}
@media only screen and (max-width: 768px) {
  .pl85 {
    padding-left: 11.3333333333vw !important;
  }
}

.pr85 {
  padding-right: 85px;
}
@media only screen and (max-width: 768px) {
  .pr85 {
    padding-right: 11.3333333333vw !important;
  }
}

.pt90 {
  padding-top: 90px;
}
@media only screen and (max-width: 768px) {
  .pt90 {
    padding-top: 12vw !important;
  }
}

.pb90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .pb90 {
    padding-bottom: 12vw !important;
  }
}

.pl90 {
  padding-left: 90px;
}
@media only screen and (max-width: 768px) {
  .pl90 {
    padding-left: 12vw !important;
  }
}

.pr90 {
  padding-right: 90px;
}
@media only screen and (max-width: 768px) {
  .pr90 {
    padding-right: 12vw !important;
  }
}

.pt95 {
  padding-top: 95px;
}
@media only screen and (max-width: 768px) {
  .pt95 {
    padding-top: 12.6666666667vw !important;
  }
}

.pb95 {
  padding-bottom: 95px;
}
@media only screen and (max-width: 768px) {
  .pb95 {
    padding-bottom: 12.6666666667vw !important;
  }
}

.pl95 {
  padding-left: 95px;
}
@media only screen and (max-width: 768px) {
  .pl95 {
    padding-left: 12.6666666667vw !important;
  }
}

.pr95 {
  padding-right: 95px;
}
@media only screen and (max-width: 768px) {
  .pr95 {
    padding-right: 12.6666666667vw !important;
  }
}

.pt100 {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .pt100 {
    padding-top: 13.3333333333vw !important;
  }
}

.pb100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .pb100 {
    padding-bottom: 13.3333333333vw !important;
  }
}

.pl100 {
  padding-left: 100px;
}
@media only screen and (max-width: 768px) {
  .pl100 {
    padding-left: 13.3333333333vw !important;
  }
}

.pr100 {
  padding-right: 100px;
}
@media only screen and (max-width: 768px) {
  .pr100 {
    padding-right: 13.3333333333vw !important;
  }
}

h1 {
  padding: 0;
  max-height: 627px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  h1 {
    padding: 2vw 2vw 0vw 2vw;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    max-height: none;
  }
}
@media only screen and (max-width: 1199px) {
  h1 {
    height: auto;
  }
}
h1 img {
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  h1 img {
    height: auto;
  }
}

h2 {
  text-align: center;
  margin: 100px 0 35px;
  font-weight: 500;
  font-size: 56px;
  letter-spacing: 5px;
}
@media only screen and (max-width: 768px) {
  h2 {
    margin: 10.6666666667vw 0vw 3.3333333333vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 7.4666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    letter-spacing: 3px;
  }
}
h2 span {
  background-color: #000;
  color: #FFF;
  padding: 12px 5px 12px 12px;
  display: block;
  width: fit-content;
  font-size: 16px;
  margin: auto;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
  h2 span {
    font-size: 3.7333333333vw;
  }
}

h3 {
  font-size: 28px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 6.4vw;
  }
}

h4 {
  font-size: 26px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 4.5333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  h4 {
    line-height: 1.6;
  }
}

h5 {
  background-color: #000;
  position: absolute;
  left: -60px;
  top: 50px;
  color: #fff;
  font-weight: 600;
  width: 30%;
  padding: 20px;
  min-width: fit-content;
  border-radius: 0 50px 50px 0;
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  h5 {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  h5 {
    left: -25px;
  }
}
@media only screen and (max-width: 768px) {
  h5 {
    top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  h5 {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  h5 {
    padding: 2.6666666667vw 6.6666666667vw 2.6666666667vw 6.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  h5 {
    font-size: 4vw;
  }
}

h6 {
  color: #005EB8;
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0 10px;
}
@media only screen and (max-width: 768px) {
  h6 {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  h6 {
    margin: 4vw 0vw 1.3333333333vw 0vw;
  }
}

ul, ol {
  list-style: none;
}

table {
  width: 100%;
}

table, td, th {
  border-collapse: collapse;
}

th, td {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  vertical-align: middle;
}

th {
  background-color: #DBEFF5;
  padding: 13px;
  border-right: 1px dashed #000;
  width: 26%;
}
@media only screen and (max-width: 999px) {
  th {
    padding: 1.7333333333vw 1.7333333333vw 1.7333333333vw 1.7333333333vw;
  }
}
@media only screen and (max-width: 999px) {
  th {
    width: 30%;
  }
}

td {
  padding: 13px 13px 13px 25px;
  width: 74%;
}
@media only screen and (max-width: 999px) {
  td {
    padding: 1.7333333333vw 1.7333333333vw 1.7333333333vw 3.3333333333vw;
  }
}
@media only screen and (max-width: 999px) {
  td {
    width: 70%;
  }
}

.section__inner {
  max-width: 1120px;
  padding: 140px 0;
  margin: auto;
}
@media only screen and (max-width: 999px) {
  .section__inner {
    padding: 16vw 3.3333333333vw 13.3333333333vw 3.3333333333vw;
  }
}

.wrapper__line--single {
  background-color: #fff;
  position: relative;
  border-radius: 30px;
  border: 1px solid #000;
  padding: 0 0 100px;
}
@media only screen and (max-width: 768px) {
  .wrapper__line--single {
    padding: 0vw 0vw 13.3333333333vw 0vw;
  }
}
.wrapper__line--doble {
  background-color: #fff;
  position: relative;
  border-radius: 30px;
  padding: 1px 60px 100px;
}
@media only screen and (max-width: 768px) {
  .wrapper__line--doble {
    padding: 0.1333333333vw 5.3333333333vw 13.3333333333vw 5.3333333333vw;
  }
}
.wrapper__line--doble::before {
  content: "";
  position: absolute;
  inset: -5px 5px 5px -5px;
  border: 1px solid #000;
  border-radius: 30px;
}

.line__under {
  background: linear-gradient(transparent 80%, #FFF462 0%);
  display: inline;
  padding: 0 0 11px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .line__under {
    padding: 0vw 0vw 1.4666666667vw 0vw;
  }
}
.line__dot {
  position: relative;
  display: inline;
  padding: 0 0 15px;
  line-height: 1.6;
  background: radial-gradient(#0055A7 26%, transparent 26%);
  background-size: 15px 15px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media only screen and (max-width: 768px) {
  .line__dot {
    padding: 0vw 0vw 1.6vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  .line__dot {
    background-size: 1.6vw 1.6vw;
  }
}

.container__txt {
  max-width: 768px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .container__txt {
    width: 100%;
  }
}

.bg--while {
  background-color: #fff;
}

.mv {
  background: #FFF33F;
  background-image: url("/media_library/company/saiyo/cloudengineer/images/bg_mv.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 30px 0;
  position: relative;
  max-height: 750px;
  height: 100vh;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .mv {
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .mv {
    height: 57vw;
  }
}
@media only screen and (max-width: 768px) {
  .mv {
    max-height: none;
  }
}
@media only screen and (max-width: 1199px) {
  .mv {
    height: 57vw;
  }
}
@media only screen and (max-width: 768px) {
  .mv {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .mv {
    margin-bottom: 0;
  }
}
.mv__inner {
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  border-bottom: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 10px 10px 0;
}
@media only screen and (max-width: 768px) {
  .mv__inner {
    border-bottom: 10px solid #fff;
  }
}
@media only screen and (max-width: 768px) {
  .mv__inner {
    padding: 1.3333333333vw 1.3333333333vw 0vw 1.3333333333vw;
  }
}
.mv__logo {
  position: absolute;
  top: 10px;
  left: 20px;
  background-color: #fff;
  z-index: 10;
  padding: 9px 20px 8px;
}
@media only screen and (max-width: 768px) {
  .mv__logo {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .mv__logo {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .mv__logo {
    padding: 1.2vw 2.6666666667vw 0.4vw 2.6666666667vw;
  }
}
.mv__logo img {
  width: 170px;
}
@media only screen and (max-width: 768px) {
  .mv__logo img {
    width: 14vw;
  }
}

.nav {
  position: sticky;
  -webkit-position: sticky;
  max-width: 1120px;
  margin: auto;
  top: 10px;
  left: 0;
  z-index: 100;
  box-shadow: 0px 5px 0 0px rgba(0, 0, 0, 0.7);
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #000;
}
@media only screen and (max-width: 768px) {
  .nav {
    box-shadow: 0px 4px 0 0px rgba(0, 0, 0, 0.7);
  }
}
@media only screen and (max-width: 768px) {
  .nav {
    position: fixed;
    z-index: 100;
    right: 20px;
    left: auto;
    top: 20px;
    transform: translateX(110%);
    transition: transform .4s;
  }
}
.nav.active {
  transform: translateX(0);
}
.nav__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  font-weight: 400;
}
@media only screen and (max-width: 999px) {
  .nav__list {
    padding: 2.4vw 1.3333333333vw 2.4vw 1.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .nav__list {
    padding: 2.4vw 9.3333333333vw 2.4vw 9.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .nav__list {
    flex-direction: column;
    align-items: stretch;
  }
}
.nav__list li a {
  font-size: 16px;
  text-decoration: none;
  padding-bottom: 5px;
  position: relative;
  display: block;
  width: fit-content;
  font-weight: 500;
  padding: 0;
}
@media only screen and (max-width: 999px) {
  .nav__list li a {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .nav__list li a {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .nav__list li a {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .nav__list li a {
    padding: 1.3333333333vw 1.3333333333vw 1.3333333333vw 1.3333333333vw;
  }
}
.nav__list li a::before {
  content: '';
  background: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -3px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
@media only screen and (max-width: 768px) {
  .nav__list li a::before {
    content: none;
  }
}
@media only screen and (max-width: 768px) {
  .nav__list li a:hover {
    color: #EB6100;
  }
}
.nav__list li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media only screen and (max-width: 768px) {
  .nav__list li {
    border-bottom: 2px solid #000;
  }
  .nav__list li:last-child {
    border-bottom: none;
  }
}

.menu-btn {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 13px;
  cursor: pointer;
  position: fixed;
  z-index: 200;
  top: 10px;
  right: 10px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .menu-btn {
    border-radius: 8px;
  }
}
.menu-btn .material-icons-round {
  font-size: 70px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .menu-btn .material-icons-round {
    font-size: 9.3333333333vw;
  }
}

.about {
  margin-top: 30px;
  background: #FFEF9D;
  background-image: url("/media_library/company/saiyo/cloudengineer/images/bg_hougan.png");
  background-repeat: repeat;
}
@media only screen and (max-width: 768px) {
  .about {
    margin-top: 0;
  }
}
.about .number-cont {
  font-weight: 700;
}
@media only screen and (max-width: 999px) {
  .about .number-cont {
    flex-basis: 100%;
  }
}
.about .number-cont .num {
  text-shadow: 1px 1px 0 #000,-1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000;
  font-size: 160px;
  line-height: 1.1;
}
@media only screen and (max-width: 999px) {
  .about .number-cont .num {
    font-size: 26.6666666667vw;
  }
}
.about .number-cont .unit {
  font-size: 48px;
  background-color: #000;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  text-align: center;
  line-height: 1.4;
  display: inline-block;
}
@media only screen and (max-width: 999px) {
  .about .number-cont .unit {
    font-size: 8vw;
  }
}
@media only screen and (max-width: 999px) {
  .about .number-cont .unit {
    width: 12vw;
  }
}
@media only screen and (max-width: 999px) {
  .about .number-cont .unit {
    height: 12vw;
  }
}
.about__wrapper {
  border: 2px solid #000;
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 45px;
  flex-wrap: nowrap;
  margin: 0 0 45px;
  margin: 0 0 50px;
  border-radius: 15px;
  box-shadow: 5px 5px 0px 0px #f7d880;
  padding: 30px 45px 45px;
}
@media only screen and (max-width: 999px) {
  .about__wrapper {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 999px) {
  .about__wrapper {
    gap: 0;
  }
}
@media only screen and (max-width: 999px) {
  .about__wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 999px) {
  .about__wrapper {
    margin: 0vw 0vw 6vw 0vw;
  }
}
@media only screen and (max-width: 999px) {
  .about__wrapper {
    padding: 4vw 6vw 6vw 4vw;
  }
}
@media only screen and (max-width: 999px) {
  .about__wrapper figure {
    flex-basis: 100%;
  }
}
.about__subtit {
  writing-mode: vertical-rl;
  font-size: 28px;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 999px) {
  .about__subtit {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 999px) {
  .about__txt {
    flex-basis: 100%;
  }
}
.about__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 45px;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.about__list-item {
  flex-basis: calc(50% - 22.5px);
  border: 2px solid #000;
  background: #fff;
  border-radius: 15px;
  box-shadow: 5px 5px 0px 0px #f7d880;
  padding: 30px;
  background-repeat: no-repeat;
  background-position: top 40px right 30px;
}
@media only screen and (max-width: 999px) {
  .about__list-item {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 999px) {
  .about__list-item {
    padding: 4vw 4vw 4vw 4vw;
  }
}
@media only screen and (max-width: 999px) {
  .about__list-item {
    background-position: right 3% top 5%;
  }
}
@media only screen and (max-width: 768px) {
  .about__list-item {
    background-size: 70px auto;
  }
}
.about__list-item .number-cont .num {
  font-size: 120px;
}
@media only screen and (max-width: 999px) {
  .about__list-item .number-cont .num {
    font-size: 26.6666666667vw;
  }
}
.about__list-item .number-cont .unit {
  background: none;
  border-radius: 0;
  line-height: 1.8;
  display: inline;
  text-shadow: 1px 1px 0 #000,-1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000;
}
.about .history figure {
  margin-top: 30px;
}
@media only screen and (max-width: 999px) {
  .about .history figure {
    margin-top: 0;
  }
}
.about .history .number-cont {
  color: #F29C3C;
}
@media only screen and (max-width: 999px) {
  .about .history .number-cont {
    text-align: center;
  }
}
.about .profit {
  column-gap: 2%;
}
@media only screen and (max-width: 999px) {
  .about .profit {
    gap: 0;
  }
}
.about .profit .number-cont {
  color: #F5B3AA;
}
@media only screen and (max-width: 999px) {
  .about .profit .number-cont {
    text-align: center;
  }
}
.about .employees {
  position: relative;
  column-gap: 20px;
}
@media only screen and (max-width: 999px) {
  .about .employees {
    gap: 0;
  }
}
@media only screen and (max-width: 999px) {
  .about .employees {
    padding: 4vw 6vw 32vw 4vw;
  }
}
.about .employees::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: url("/media_library/company/saiyo/cloudengineer/images/img_about-employees.png") left bottom/contain no-repeat;
  width: 179px;
  /*@include mq-down(){@include createVw(width,189);}*/
  height: 82px;
  /*@include mq-down(){@include createVw(height,92);}*/
}
@media only screen and (max-width: 999px) {
  .about .employees::before {
    bottom: 30px;
  }
}
@media only screen and (max-width: 999px) {
  .about .employees::before {
    left: calc((100% - 179px) / 2);
  }
}
.about .employees .about__txt {
  flex-basis: 160px;
  height: 160px;
}
@media only screen and (max-width: 999px) {
  .about .employees .about__txt {
    flex-basis: auto;
  }
}
@media only screen and (max-width: 999px) {
  .about .employees .about__txt {
    height: auto;
  }
}
.about .employees .number-cont {
  color: #ABB3DA;
}
@media only screen and (max-width: 999px) {
  .about .employees .number-cont {
    flex-basis: 100%;
  }
}
.about .employees .number-cont .num {
  font-size: 120px;
}
@media only screen and (max-width: 1199px) {
  .about .employees .number-cont .num {
    font-size: 10.6666666667vw;
  }
}
@media only screen and (max-width: 999px) {
  .about .employees .number-cont .num {
    font-size: 26.6666666667vw;
  }
}
.about .fx {
  background-image: url("/media_library/company/saiyo/cloudengineer/images/img_about-fx.png");
}
.about .fx .number-cont {
  color: #C9BC9C;
}
.about .eTax {
  background-image: url("/media_library/company/saiyo/cloudengineer/images/img_about-eTax.png");
}
.about .eTax .number-cont {
  color: #C8DE83;
}
.about .lg {
  background-image: url("/media_library/company/saiyo/cloudengineer/images/img_about-lg.png");
}
.about .lg .number-cont {
  color: #77C185;
}
.about .conv {
  background-image: url("/media_library/company/saiyo/cloudengineer/images/img_about-conv.png");
}
.about .conv .number-cont {
  color: #F29D3D;
}
.about .top100 {
  background-image: url("/media_library/company/saiyo/cloudengineer/images/img_about-top100.png");
}
.about .top100 .number-cont {
  color: #2CB8C4;
}
.about .law {
  background-image: url("/media_library/company/saiyo/cloudengineer/images/img_about-law.png");
}
.about .law .number-cont {
  color: #C9BC9C;
}
.about .graph-container {
  max-width: 100%;
  width: 425px;
  height: 260px;
}
@media only screen and (max-width: 1199px) {
  .about .graph-container {
    width: 40vw;
  }
}
@media only screen and (max-width: 768px) {
  .about .graph-container {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .about .graph-container {
    height: 40vw;
  }
}
@media only screen and (max-width: 999px) {
  .about .graph-container {
    height: 57.3333333333vw;
  }
}
@media only screen and (max-width: 399px) {
  .about .graph-container {
    height: 60vw;
  }
}
@media only screen and (max-width: 999px) {
  .about .graph-container {
    flex-basis: 100%;
  }
}

.cloud {
  background: #A4DBF7;
  background-image: url("/media_library/company/saiyo/cloudengineer/images/bg_cloud.png"), url("/media_library/company/saiyo/cloudengineer/images/bg_cloud.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top 1% left, bottom 1% left;
  background-size: contain;
}
.cloud__hukidashi {
  background-color: #fff;
  padding: 20px 50px;
  position: relative;
  width: fit-content;
  margin: auto;
  text-align: center;
  border-radius: 70px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .cloud__hukidashi {
    padding: 4vw 8vw 4vw 8vw;
  }
}
@media only screen and (max-width: 768px) {
  .cloud__hukidashi {
    font-size: 4vw;
  }
}
.cloud__hukidashi::before {
  content: "";
  position: absolute;
  background-image: url("/media_library/company/saiyo/cloudengineer/images/img_cloud-fukidashi.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 54px;
  height: 54px;
  top: -53px;
  left: 65%;
}
@media only screen and (max-width: 768px) {
  .cloud__hukidashi::before {
    top: -35px;
  }
}
.cloud__hukidashi span {
  color: #EB6100;
  font-weight: 700;
}
.cloud__wrapper {
  background-color: #fff;
  padding: 85px 60px 110px;
}
@media only screen and (max-width: 768px) {
  .cloud__wrapper {
    padding: 9.3333333333vw 5.3333333333vw 9.3333333333vw 5.3333333333vw;
  }
}
.cloud__box {
  border: 2px solid;
  padding: 20px 20px 25px 0;
  border-radius: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  column-gap: 15px;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 25px;
}
@media only screen and (max-width: 768px) {
  .cloud__box {
    padding: 2.6666666667vw 0vw 2.6666666667vw 0vw;
  }
}
.cloud__box figure {
  flex-basis: 150px;
}
@media only screen and (max-width: 999px) {
  .cloud__box figure {
    display: none;
  }
}
.cloud__box:last-child {
  margin: 0;
}
.cloud__box.cl--orange {
  background-color: #FEF2E2;
  border-color: #F39D3D;
}
.cloud__box.cl--orange .cloud__txt-tit {
  border-color: #F39D3D;
}
.cloud__box.cl--orange .cloud__txt-num {
  box-shadow: 3px 3px 0px 0px #f9c890;
  color: #F39D3D;
  border-color: #F39D3D;
}
.cloud__box.cl--orange .cloud__txt-num::before, .cloud__box.cl--orange .cloud__txt-num::after {
  background-color: #F39D3D;
}
.cloud__box.cl--blue {
  background-color: #EBF6F9;
  border-color: #2CB8C4;
}
.cloud__box.cl--blue .cloud__txt-tit {
  border-color: #2CB8C4;
}
.cloud__box.cl--blue .cloud__txt-num {
  box-shadow: 3px 3px 0px 0px #99d4da;
  color: #2CB8C4;
  border-color: #2CB8C4;
}
.cloud__box.cl--blue .cloud__txt-num::before, .cloud__box.cl--blue .cloud__txt-num::after {
  background-color: #2CB8C4;
}
.cloud__txt {
  flex-basis: calc(100% - 165px);
}
@media only screen and (max-width: 999px) {
  .cloud__txt {
    flex-basis: 100%;
  }
}
.cloud__txt-tit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
  border-bottom: 1px solid;
  padding: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .cloud__txt-tit {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .cloud__txt-tit {
    column-gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .cloud__txt-tit {
    padding: 0vw 1.3333333333vw 2.6666666667vw 2vw;
  }
}
.cloud__txt-detail {
  padding: 20px 20px 0 35px;
}
@media only screen and (max-width: 768px) {
  .cloud__txt-detail {
    padding: 2.6666666667vw 2.6666666667vw 0vw 4.6666666667vw;
  }
}
.cloud__txt-num {
  margin: 0 0 0 35px;
  padding: 1px 22px 10px 8px;
  border: 2px solid;
  background-color: #fff;
  font-size: 30px;
  position: relative;
  border-radius: 6px;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  .cloud__txt-num {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .cloud__txt-num {
    padding: 0.2666666667vw 4vw 2.6666666667vw 1.0666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .cloud__txt-num {
    font-size: 5.3333333333vw;
  }
}
.cloud__txt-num::before {
  content: "";
  width: 2px;
  height: 61%;
  top: 7px;
  right: 5px;
  position: absolute;
  display: block;
}
@media only screen and (max-width: 768px) {
  .cloud__txt-num::before {
    height: 53%;
  }
}
.cloud__txt-num::after {
  content: "";
  width: 67%;
  height: 2px;
  bottom: 5px;
  left: 5px;
  position: absolute;
  display: block;
}
@media only screen and (max-width: 768px) {
  .cloud__txt-num::after {
    width: 59%;
  }
}

.system {
  background: #FFF33F;
  background-image: url("/media_library/company/saiyo/cloudengineer/images/bg_gray.png");
  background-size: contain;
}
.system-ideal {
  counter-reset: cnt;
}
.system-ideal__item {
  border: 1px dashed #000;
  position: relative;
  border-radius: 15px;
  margin: 0 0 50px;
  z-index: 0;
  counter-increment: cnt;
}
@media only screen and (max-width: 768px) {
  .system-ideal__item {
    margin: 0vw 0vw 4vw 0vw;
  }
}
.system-ideal__item:last-child {
  margin: 0;
}
.system-ideal__item::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='36' viewBox='0 0 35 36' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='square01' width='35' height='36' transform='translate(74 53)' fill='none' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='img_corner-top' transform='translate(-74 -53)' clip-path='url(%23clip-path)'%3E%3Cg id='square02' transform='translate(74 53)' fill='none' stroke='%23000' stroke-width='5'%3E%3Crect width='50' height='50' rx='15' stroke='none'/%3E%3Crect x='2.5' y='2.5' width='45' height='45' rx='12.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -3px;
  left: -3px;
}
.system-ideal__item::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='square01' width='35' height='35' transform='translate(73 53)' fill='none' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='img_corner_bottom' transform='translate(108 88) rotate(180)' clip-path='url(%23clip-path)'%3E%3Cg id='square02' transform='translate(74 53)' fill='none' stroke='%23000' stroke-width='5'%3E%3Crect width='50' height='50' rx='15' stroke='none'/%3E%3Crect x='2.5' y='2.5' width='45' height='45' rx='12.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: -3px;
  right: -3px;
}
.system-ideal__container {
  position: relative;
  padding: 30px 5%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 5%;
  overflow: hidden;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .system-ideal__container {
    padding: 16vw 5.3333333333vw 4vw 5.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .system-ideal__container {
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .system-ideal__container {
    flex-wrap: wrap;
  }
}
.system-ideal__container::before {
  content: counter(cnt);
  position: absolute;
  top: -10px;
  left: -10px;
  font-weight: 700;
  font-size: 100px;
  background-color: #FFF462;
  border-radius: 50%;
  width: 132px;
  height: 132px;
  text-align: center;
  line-height: 1.2;
  display: inline-block;
  z-index: -10;
}
@media only screen and (max-width: 768px) {
  .system-ideal__container::before {
    top: -6px;
  }
}
@media only screen and (max-width: 768px) {
  .system-ideal__container::before {
    left: -6px;
  }
}
@media only screen and (max-width: 768px) {
  .system-ideal__container::before {
    font-size: 13.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .system-ideal__container::before {
    width: 17.6vw;
  }
}
@media only screen and (max-width: 768px) {
  .system-ideal__container::before {
    height: 17.6vw;
  }
}
.system-ideal__container figure {
  flex-basis: 16%;
}
@media only screen and (max-width: 999px) {
  .system-ideal__container figure {
    flex-basis: 13%;
  }
}
@media only screen and (max-width: 768px) {
  .system-ideal__container figure {
    display: none;
  }
}
.system-ideal__num {
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: 700;
  font-size: 100px;
  background-color: #FFF462;
  border-radius: 50%;
  width: 132px;
  height: 132px;
  text-align: center;
  line-height: 1.2;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .system-ideal__num {
    font-size: 13.3333333333vw;
  }
}
.system-ideal__txt {
  flex-basis: 64%;
}
@media only screen and (max-width: 768px) {
  .system-ideal__txt {
    flex-basis: 100%;
  }
}

.welfare {
  background: #fff;
  background-image: url("/media_library/company/saiyo/cloudengineer/images/bg_gray.png");
  background-size: contain;
}
.welfare .wrapper__line--doble {
  background-color: #FFF33F;
}
.welfare__wrapper {
  max-width: 768px;
  margin: 15px auto 0;
  background-color: #fff;
  padding: 25px 25px 15px;
}
@media only screen and (max-width: 768px) {
  .welfare__wrapper {
    padding: 3.3333333333vw 3.3333333333vw 4vw 3.3333333333vw;
  }
}
.welfare__wrapper dl {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .welfare__wrapper dl {
    margin: 2vw 0vw 0vw 0vw;
  }
}
.welfare__wrapper dt {
  font-weight: 600;
}
.welfare__wrapper dt::before {
  content: "\25CF";
}
.welfare__wrapper dd {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .welfare__wrapper dd {
    margin-bottom: 0;
  }
}
.welfare__logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .welfare__logo {
    column-gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .welfare__logo {
    flex-wrap: wrap;
  }
}
.welfare__logo figure {
  flex-basis: 145px;
}
@media only screen and (max-width: 768px) {
  .welfare__logo figure {
    flex-basis: 50%;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .welfare__logo figure {
    padding: 0vw 2.6666666667vw 0vw 2.6666666667vw;
  }
}
.welfare .cl--orange .welfare__header {
  background-color: #d97550;
}
.welfare .cl--orange .welfare__list {
  color: #d97550;
}
.welfare .cl--orange .welfare__list .welfare__list-tit {
  background-color: #d97550;
}
.welfare .cl--orange .welfare__list .welfare__list-txt {
  color: #c96e4d;
}
.welfare .cl--blue .welfare__header {
  background-color: #28a0b5;
}
.welfare .cl--blue .welfare__list {
  color: #28a0b5;
}
.welfare .cl--blue .welfare__list .welfare__list-tit {
  background-color: #28a0b5;
}
.welfare .cl--blue .welfare__list .welfare__list-txt {
  color: #2699ad;
}
.welfare__header {
  border: 2px solid #000;
  color: #fff;
  box-shadow: 18px 18px 0px 0px black;
  font-weight: 700;
  width: fit-content;
  padding: 20px;
  line-height: 1;
  margin: 40px 0 0;
}
@media only screen and (max-width: 768px) {
  .welfare__header {
    box-shadow: 8px 8px 0 0 black;
  }
}
@media only screen and (max-width: 768px) {
  .welfare__header {
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .welfare__header {
    margin: 5.3333333333vw 0vw 0vw 0vw;
  }
}
.welfare__header-tit {
  letter-spacing: 5px;
}
.welfare__header-tit span {
  letter-spacing: 13px;
  font-size: 65px;
}
@media only screen and (max-width: 768px) {
  .welfare__header-tit span {
    font-size: 8.6666666667vw;
  }
}
.welfare__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 50px 0 0;
}
@media only screen and (max-width: 768px) {
  .welfare__list {
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .welfare__list {
    margin: 4vw 0vw 0vw 0vw;
  }
}
.welfare__list li {
  border: 2px solid #000;
  border-radius: 15px;
  flex-basis: calc(50% - 10px);
  padding: 0 0 20px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .welfare__list li {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .welfare__list li {
    padding: 0vw 0vw 2.6666666667vw 0vw;
  }
}
.welfare__list-tit {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  border-bottom: 2px solid #000;
  padding: 5px 30px;
  border-radius: 13px 13px 0 0;
}
@media only screen and (max-width: 768px) {
  .welfare__list-tit {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .welfare__list-tit {
    padding: 0.6666666667vw 4vw 0.6666666667vw 4vw;
  }
}
.welfare__list-txt {
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .welfare__list-txt {
    padding: 2vw 2vw 2vw 2vw;
  }
}

.interview {
  background: #82CDDE;
  background-image: url("/media_library/company/saiyo/cloudengineer/images/bg_colorful.png");
  background-size: contain;
}
.interview .wrapper__line--doble {
  padding: 130px 110px 100px;
}
@media only screen and (max-width: 768px) {
  .interview .wrapper__line--doble {
    padding: 9.3333333333vw 5.3333333333vw 13.3333333333vw 5.3333333333vw;
  }
}
.interview__photo {
  margin: 65px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .interview__photo {
    margin: 10vw 0vw 0vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  .interview__photo:first-of-type {
    margin: 12vw 0vw 0vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  .interview__photo {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .interview__photo {
    gap: 0;
  }
}
.interview__photo figure {
  flex-basis: 160px;
}
@media only screen and (max-width: 768px) {
  .interview__photo figure {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .interview__photo figure {
    flex-basis: 100%;
  }
}
.interview__txt {
  flex-basis: calc(100% - 190px);
}
@media only screen and (max-width: 768px) {
  .interview__txt {
    flex-basis: 100%;
  }
}
.interview__tit {
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .interview__tit {
    font-size: 4.2666666667vw;
  }
}
.interview__tit.line__under {
  background: linear-gradient(transparent 75%, #FFF462 0%);
  padding-bottom: 0;
}
.interview__profile {
  margin: 20px 0 0 0;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .interview__profile {
    margin: 2.6666666667vw 0vw 0vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  .interview__profile {
    font-size: 3.7333333333vw;
  }
}
.interview__profile span {
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .interview__profile span {
    font-size: 4.2666666667vw;
  }
}
.interview__list {
  margin: 35px 0 0;
}
@media only screen and (max-width: 768px) {
  .interview__list {
    margin: 4.6666666667vw 0vw 0vw 0vw;
  }
}
.interview__list li {
  margin: 0 0 20px;
  border: 1px dashed #000;
  border-radius: 15px;
  position: relative;
  padding: 20px 50px 35px;
}
@media only screen and (max-width: 768px) {
  .interview__list li {
    margin: 0vw 0vw 4vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  .interview__list li {
    padding: 2.6666666667vw 5.3333333333vw 4.6666666667vw 5.3333333333vw;
  }
}
.interview__list li:last-child {
  margin: 0;
}
.interview__list li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='36' viewBox='0 0 35 36' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='square01' width='35' height='36' transform='translate(74 53)' fill='none' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='img_corner-top' transform='translate(-74 -53)' clip-path='url(%23clip-path)'%3E%3Cg id='square02' transform='translate(74 53)' fill='none' stroke='%2382CDDE' stroke-width='5'%3E%3Crect width='50' height='50' rx='15' stroke='none'/%3E%3Crect x='2.5' y='2.5' width='45' height='45' rx='12.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -3px;
  left: -3px;
}
.interview__list li::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='square01' width='35' height='35' transform='translate(73 53)' fill='none' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='img_corner_bottom' transform='translate(108 88) rotate(180)' clip-path='url(%23clip-path)'%3E%3Cg id='square02' transform='translate(74 53)' fill='none' stroke='%2382CDDE' stroke-width='5'%3E%3Crect width='50' height='50' rx='15' stroke='none'/%3E%3Crect x='2.5' y='2.5' width='45' height='45' rx='12.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: -3px;
  right: -3px;
}
.interview__list-tit {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-bottom: 8px solid #000;
  margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .interview__list-tit {
    font-size: 4vw;
  }
}

.message {
  background: #fff;
  background-image: url("/media_library/company/saiyo/cloudengineer/images/bg_gray.png");
  background-size: contain;
}
.message__container {
  padding: 170px 110px 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .message__container {
    padding: 22.6666666667vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
  }
}
.message__container:last-child {
  padding-bottom: 0;
}
.message__container.recruit {
  padding: 200px 110px 30px;
}
@media only screen and (max-width: 768px) {
  .message__container.recruit {
    padding: 33.3333333333vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
  }
}
.message__container.recruit h5 {
  top: 80px;
}
@media only screen and (max-width: 768px) {
  .message__container.recruit h5 {
    top: 13.5555555vw;
  }
}
.message__photo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 30px;
  margin: 5px 0 40px;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .message__photo {
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .message__photo {
    margin: 0.6666666667vw 0vw 5.3333333333vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  .message__photo {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .message__photo figure {
    flex-basis: 100%;
  }
}
.message__photo.motto {
  justify-content: center;
  gap: 30px 70px;
  margin: 50px 0 0;
}
@media only screen and (max-width: 768px) {
  .message__photo.motto {
    margin: 6.6666666667vw 0vw 0vw 0vw;
  }
}
.message__point {
  background-color: #005EB8;
  width: fit-content;
  margin: 40px auto 0;
  padding: 5px 50px 30px;
}
@media only screen and (max-width: 768px) {
  .message__point {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .message__point {
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .message__point {
    padding: 2.6666666667vw 2.6666666667vw 8vw 2.6666666667vw;
  }
}
.message__point-tit {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .message__point-tit {
    font-size: 4.2666666667vw;
  }
}
.message__point-tit span {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 5px;
}
@media only screen and (max-width: 768px) {
  .message__point-tit span {
    font-size: 6.4vw;
  }
}
.message__point-list {
  counter-reset: cnt;
  font-weight: 500;
}
.message__point-list li {
  background-color: #fff;
  border-radius: 30px;
  margin: 0 0 10px;
  padding: 5px 20px 5px 15px;
}
@media only screen and (max-width: 768px) {
  .message__point-list li {
    padding: 1.3333333333vw 2.6666666667vw 1.3333333333vw 4vw;
  }
}
.message__point-list li::before {
  counter-increment: cnt;
  content: counter(cnt) "　";
  color: #005EB8;
  font-weight: 600;
  font-size: 20px;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .message__point-list li::before {
    font-size: 4vw;
  }
}
.message__point-list li:last-child {
  margin: 0;
}
.message__office-tit {
  font-weight: 600;
  background-color: #FFF462;
  border-radius: 15px;
  font-size: 18px;
  padding: 10px 20px;
  margin: 15px 0 0;
  width: calc(7em + 40px);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .message__office-tit {
    font-size: 3.7333333333vw;
  }
}
.message__movie {
  text-align: center;
}
.message__movie-tit {
  font-weight: 700;
  color: #0055A7;
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .message__movie-tit {
    font-size: 4.2666666667vw;
  }
}
.message__movie-tit.sub {
  margin: 0;
  font-size: 24px;
  color: #0077CA;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .message__movie-tit.sub {
    font-size: 4vw;
  }
}

.footer {
  background-color: #FFF462;
}
.footer__copyright {
  text-align: center;
  color: #000;
  font-size: 14px;
  padding: 19px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .footer__copyright {
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
  }
}

#page_top {
  position: fixed;
  bottom: 0;
  right: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 10;
  width: 64px;
}
@media only screen and (max-width: 768px) {
  #page_top {
    width: 10.6666666667vw;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*動画再生用クラス*/
.moviebox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.moviebox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.moviebox div {
  margin-top: -56.25% !important;
}




