@charset "UTF-8";
/**
 * Base
 */
/* GENERAL
/===================================================== */
/* SIZE/SCALING
/------------------------*/
/* DEFAULT COLORS
/===================================================== */
/* Theme
/------------------------*/
/* Text
/------------------------*/
/* Nav
/------------------------*/
/* General
/------------------------*/
/* GRADIENT
/===================================================== */
/* BREAK POINTS
/===================================================== */
/* OTHERS
/===================================================== */
@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
}

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;
  background: transparent;
  box-sizing: border-box;
  font: inherit;
  vertical-align: baseline;
  outline: 0;
  word-break: break-word;
  font-feature-settings: "palt";
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-size: 1.6rem;
  font-weight: 300;
  word-wrap: break-word;
  line-height: 1;
  font-feature-settings: "palt";
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  background: transparent;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  opacity: 0.7;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  width: 100%;
  height: 45px;
  padding: 0 1em;
  border-radius: 3px;
  border: 1px solid #3E3E3E;
  background: #fff;
  transition: all 0.4s ease;
  box-sizing: border-box;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  outline: none;
}

label {
  display: inline-flex;
  align-items: center;
  margin-right: 25px;
}
label input[type=radio] {
  margin-right: 5px;
}

.oa {
  overflow: auto;
}

.oh {
  overflow: hidden;
}

.ti {
  text-indent: -9999px;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.dn {
  display: none;
}

.di {
  display: inline;
}

.dt {
  display: table;
  width: 100%;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
  vertical-align: top;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.clr {
  clear: both;
}

.clr_after:after {
  content: "";
  clear: both;
  display: table;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: bottom;
}

.vabl {
  vertical-align: baseline;
}

.fz12 {
  font-size: 12px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fwb {
  font-weight: 700;
}

.m00 {
  margin: 0;
}

.p00 {
  padding: 0;
}

.m05 {
  margin: 5px;
}

.p05 {
  padding: 5px;
}

.m10 {
  margin: 10px;
}

.p10 {
  padding: 10px;
}

.m15 {
  margin: 15px;
}

.p15 {
  padding: 15px;
}

.m20 {
  margin: 20px;
}

.p20 {
  padding: 20px;
}

.m25 {
  margin: 25px;
}

.p25 {
  padding: 25px;
}

.m30 {
  margin: 30px;
}

.p30 {
  padding: 30px;
}

.m35 {
  margin: 35px;
}

.p35 {
  padding: 35px;
}

.m40 {
  margin: 40px;
}

.p40 {
  padding: 40px;
}

.m45 {
  margin: 45px;
}

.p45 {
  padding: 45px;
}

.m50 {
  margin: 50px;
}

.p50 {
  padding: 50px;
}

.m55 {
  margin: 55px;
}

.p55 {
  padding: 55px;
}

.m60 {
  margin: 60px;
}

.p60 {
  padding: 60px;
}

.m65 {
  margin: 65px;
}

.p65 {
  padding: 65px;
}

.m70 {
  margin: 70px;
}

.p70 {
  padding: 70px;
}

.m75 {
  margin: 75px;
}

.p75 {
  padding: 75px;
}

.m80 {
  margin: 80px;
}

.p80 {
  padding: 80px;
}

.m85 {
  margin: 85px;
}

.p85 {
  padding: 85px;
}

.m90 {
  margin: 90px;
}

.p90 {
  padding: 90px;
}

.m95 {
  margin: 95px;
}

.p95 {
  padding: 95px;
}

.m100 {
  margin: 100px;
}

.p100 {
  padding: 100px;
}

.mt00 {
  margin-top: 0;
}

.pt00 {
  padding-top: 0;
}

.mt05 {
  margin-top: 5px;
}

.pt05 {
  padding-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.pt10 {
  padding-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.pt15 {
  padding-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.pt25 {
  padding-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.pt30 {
  padding-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.pt35 {
  padding-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.pt40 {
  padding-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.pt45 {
  padding-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.pt50 {
  padding-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.pt55 {
  padding-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.pt60 {
  padding-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.pt65 {
  padding-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.pt70 {
  padding-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.pt75 {
  padding-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.pt80 {
  padding-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.pt85 {
  padding-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.pt90 {
  padding-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.pt95 {
  padding-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.pt100 {
  padding-top: 100px;
}

.mb00 {
  margin-bottom: 0;
}

.pb00 {
  padding-bottom: 0;
}

.mb05 {
  margin-bottom: 5px;
}

.pb05 {
  padding-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.pb55 {
  padding-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.pb65 {
  padding-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.pb75 {
  padding-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.pb85 {
  padding-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.pb95 {
  padding-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.ml00 {
  margin-left: 0;
}

.pl00 {
  padding-left: 0;
}

.ml05 {
  margin-left: 5px;
}

.pl05 {
  padding-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.pl10 {
  padding-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.pl15 {
  padding-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.pl20 {
  padding-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.pl25 {
  padding-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.pl30 {
  padding-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.pl35 {
  padding-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.pl40 {
  padding-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.pl45 {
  padding-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.pl50 {
  padding-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.pl55 {
  padding-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.pl60 {
  padding-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.pl65 {
  padding-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.pl70 {
  padding-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.pl75 {
  padding-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.pl80 {
  padding-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.pl85 {
  padding-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.pl90 {
  padding-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.pl95 {
  padding-left: 95px;
}

.ml100 {
  margin-left: 100px;
}

.pl100 {
  padding-left: 100px;
}

.mr00 {
  margin-right: 0;
}

.pr00 {
  padding-right: 0;
}

.mr05 {
  margin-right: 5px;
}

.pr05 {
  padding-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.pr10 {
  padding-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.pr15 {
  padding-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.pr20 {
  padding-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.pr25 {
  padding-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.pr30 {
  padding-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.pr35 {
  padding-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.pr40 {
  padding-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.pr45 {
  padding-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.pr50 {
  padding-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.pr55 {
  padding-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.pr60 {
  padding-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.pr65 {
  padding-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.pr70 {
  padding-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.pr75 {
  padding-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.pr80 {
  padding-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.pr85 {
  padding-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.pr90 {
  padding-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.pr95 {
  padding-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

.pr100 {
  padding-right: 100px;
}

.bdn {
  border: none;
}

.bdtn {
  border-top: none;
}

.bdrn {
  border-right: none;
}

.bdbn {
  border-bottom: none;
}

.bdln {
  border-left: none;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flex-row {
  flex-direction: row;
}

/**
 * Layout
 */
/* GENERAL
/===================================================== */
*::-moz-selection {
  background: rgba(0, 0, 0, 0.08);
}
*::selection {
  background: rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 768px) {
  html {
    font-size: 60%;
  }
}

body {
  display: flex;
  flex-direction: column;
  line-height: 1.8;
  background: #F5F5F5;
  padding-right: 80px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  body {
    padding-right: 0;
  }
}
body.preload * {
  transition: 0 !important;
}

a {
  color: #000;
}

.container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1260px;
  min-width: 1024px;
  width: 100%;
  margin: auto;
  padding: 0 50px;
}
@media screen and (max-width: 1260px) {
  .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    flex-direction: column;
    max-width: none;
    min-width: initial;
    width: 100%;
    padding: 0 15px;
  }
}

.vt {
  writing-mode: vertical-rl;
  text-orientation: upright; /* すべて縦方向に表示 */
}

.green {
  color: #259741;
}

[data-english]:before {
  content: attr(data-english);
  display: block;
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #9C9C9C;
}

.button {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .button {
    width: 100%;
  }
}
.button .text {
  display: block;
  margin-right: 20px;
}
.button .text:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: -4px;
  background: #000;
  line-height: 1;
}
.button .icon {
  position: relative;
}
.button .icon-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(to right, #FF8901 0%, #FF4701 100%);
}
.button .icon-circle .img {
  width: 20px;
}
.button .icon-circle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
}
.button .icon-bg {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: -1;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  filter: blur(9px);
  opacity: 0.4;
  background: linear-gradient(to right, #FF8901 0%, #FF4701 100%);
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .button .icon-bg {
    left: 0;
  }
}
.button:hover {
  opacity: 1;
}
.button:hover .text:after {
  animation: buttonline_hover 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.button:hover .icon-bg {
  filter: blur(0);
  opacity: 0;
}

.phone {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .phone {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.phone svg {
  width: 30px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .phone svg {
    width: 20px;
  }
}

.hero-summary {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .hero-summary {
    margin-bottom: 40px;
  }
}
.hero-title {
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .hero-title {
    font-size: 3rem;
  }
}
.hero-english {
  position: absolute;
  top: 100px;
  left: 0;
}
.hero-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  width: 50vw;
}
@media screen and (max-width: 768px) {
  .hero-img {
    position: static;
    width: 100%;
    transform: translateY(0);
    margin-bottom: 30px;
  }
}
.hero-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .heroblock {
    width: 100%;
  }
}
.heroblock-summary {
  padding: 70px 90px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .heroblock-summary {
    margin-bottom: 40px;
    padding: 0;
    background: none;
  }
}
.heroblock-title {
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 700;
}
.heroblock-text {
  margin-bottom: 50px;
}
.heroblock-button {
  width: 360px;
  height: 100px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .heroblock-button {
    width: 100%;
    font-size: 1.6rem;
  }
}
.heroblock-english {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
  font-size: 15.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .heroblock-english {
    font-size: 8rem;
  }
}
.heroblock-img {
  position: absolute;
  left: 50vw;
  width: 50vw;
}
@media screen and (max-width: 768px) {
  .heroblock-img {
    position: static;
    width: 100%;
  }
}
.heroblock-img img {
  width: 100%;
}

.big-number {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .big-number {
    display: block;
  }
}
.big-number-dl {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #CFCFCF;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .big-number-dl {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.big-number-dt {
  margin-right: 30px;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .big-number-dt {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.big-number-dd {
  flex: none;
  font-size: 6rem;
}
.big-number-first {
  display: flex;
  align-items: center;
  width: 60%;
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid #CFCFCF;
}
@media screen and (max-width: 768px) {
  .big-number-first {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}
.big-number-first-dl {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .big-number-first-dl {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #CFCFCF;
  }
}
.big-number-first-dt {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .big-number-first-dt {
    flex: none;
    font-size: 1.6rem;
  }
}
.big-number-first-dd {
  font-size: 14rem;
}
@media screen and (max-width: 768px) {
  .big-number-first-dd {
    font-size: 6rem;
  }
}
.big-number-child {
  flex: none;
}
.big-number-child-dl:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.clients {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .clients {
    flex-direction: column;
  }
}
.clients .title {
  margin-right: 20px;
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .clients .title {
    margin: 0 0 15px;
    font-size: 2.2rem;
  }
}
.clients .ul {
  display: flex;
  align-items: center;
}
.clients .li {
  padding: 0 20px;
}
.clients .li:nth-of-type(1) .img {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .clients .img {
    width: 80px;
  }
}

.table-dl {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .table-dl {
    display: block;
  }
}
.table-dl:last-of-type {
  margin-bottom: 50px;
  border-bottom: none;
}
.table-dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: none;
  width: 260px;
  margin-right: 50px;
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .table-dt {
    position: relative;
    width: 100%;
    padding: 0 40px 0 0;
    font-weight: 700;
    font-size: 1.7rem;
  }
}
.table-dt.required {
  position: relative;
}
.table-dt.required:after {
  content: "必須";
  padding: 3px 5px 4px;
  border-radius: 3px;
  background: #e94545;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .table-dt.required:after {
    right: 0;
  }
}
.table-dd {
  flex: auto;
}
.table-dd .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #d5d5d5;
}
.table-dd .row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.table-dd .subtitle {
  width: 120px;
}
.table-dd .text {
  width: calc(100% - 140px);
  font-size: 1.3rem;
}
.table-dd input[type=text],
.table-dd input[type=email],
.table-dd input[type=tel],
.table-dd select,
.table-dd textarea {
  box-sizing: content-box;
  padding: 20px;
  border: none;
  border-radius: 5px;
  background: #E7E5E0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .table-dd input[type=text],
  .table-dd input[type=email],
  .table-dd input[type=tel],
  .table-dd select,
  .table-dd textarea {
    box-sizing: border-box;
    min-height: 60px;
  }
}
.table-dd input[type=text]:focus,
.table-dd input[type=email]:focus,
.table-dd input[type=tel]:focus,
.table-dd select:focus,
.table-dd textarea:focus {
  background: #fff;
}
.table-dd textarea {
  resize: vertical;
  height: 200px;
}
.table-button {
  display: block;
  width: 400px;
  height: 70px;
  margin: auto;
  border-radius: 50px;
  background: linear-gradient(to right, #FF8901 0%, #FF4701 100%);
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(255, 71, 1, 0.3);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .table-button {
    width: 100%;
  }
}
.table-button:hover {
  box-shadow: none;
}

table {
  width: 100%;
  margin-bottom: 4rem;
}
table th, table td {
  padding: 2px 10px;
  border: 1px solid #EBEBEB;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  table th, table td {
    padding: 1px 8px;
    font-size: 1.2rem;
  }
}
table th {
  font-weight: 700;
  background: #f9f9f9;
}

.faq-checkbox {
  display: none;
}
.faq-row {
  margin-bottom: 2rem;
  border-bottom: 1px solid #2F2C52;
}
.faq-question {
  position: relative;
  display: flex;
  padding: 15px;
  border-radius: 50px;
  margin-right: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #2F2C52;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .faq-question {
    padding: 10px 5px;
    font-size: 1.8rem;
  }
}
.faq-question:before {
  content: "?" !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  height: 40px !important;
  margin-right: 10px;
  border-radius: 50%;
  background: #2F2C52;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.4rem;
  color: #fff !important;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .faq-question:before {
    width: 30px !important;
    height: 30px !important;
    font-size: 1.8rem;
  }
}
.faq-question:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 40px;
  display: block;
  width: 30px;
  height: 30px;
  border-right: 1px solid #2F2C52;
  border-bottom: 1px solid #2F2C52;
  transform: rotate(45deg);
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  .faq-question:after {
    top: 17px;
    right: 10px;
    width: 10px;
    height: 10px;
  }
}
.faq-question:hover {
  background: #dbebed;
}
.faq-answer {
  display: flex;
  margin-bottom: 0 !important;
  padding: 15px;
  height: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.4s ease;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .faq-answer {
    padding: 10px 5px;
  }
}
.faq-answer:before {
  content: "A";
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  transform: translateY(-5px);
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  background: #f54480;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .faq-answer:before {
    width: 30px;
    height: 30px;
    transform: translateY(-2px);
    font-size: 1.6rem;
  }
}
.faq-checkbox:checked ~ .faq-question::after {
  transform: translateY(9px) rotate(-135deg);
}
.faq-checkbox:checked ~ .faq-answer {
  height: auto;
  transform: scaleY(1);
  overflow: visible;
  visibility: visible;
  opacity: 1;
}

input[type=submit] {
  border: none;
  font-size: 2rem;
}

.titleeffect {
  backface-visibility: hidden;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition-property: transform, opacity;
  transform: translateX(1.5rem);
  display: inline-block;
  position: relative;
  opacity: 0;
}
.titleeffect__df {
  display: inline-block;
  opacity: 0;
}
.titleeffect__clone, .titleeffect__cover {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.titleeffect__cover {
  opacity: 0.4;
}
.titleeffect-visible {
  transform: translateX(0);
  opacity: 1;
}
.titleeffect-animated .titleeffect__df {
  opacity: 1;
}

.titleeffectY {
  transform: translateY(-1.5rem);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition-property: transform, opacity;
}
.titleeffectY.titleeffect-visible {
  transform: translateY(0);
}

@keyframes buttonline_hover {
  0% {
    transform-origin: right 0;
  }
  48% {
    transform: scaleX(0);
    transform-origin: right 0;
  }
  52% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
}
@keyframes scrolltext {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}
@keyframes scrolltext_right-left {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(50%, 0%);
  }
}
@keyframes homeBg {
  0% {
    background-position: 0 70%;
  }
  100% {
    background-position: -1000% 70%;
  }
}
@keyframes arrow-button__border-over {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes arrow-button__border-out {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -251.2;
  }
}
@keyframes arrow-button__border-over2 {
  0% {
    transform: rotate(-90deg) translate(-50%, -50%);
  }
  to {
    transform: rotate(90deg) translate(-50%, -50%);
  }
}
@keyframes arrow-button__border-out2 {
  0% {
    transform: rotate(90deg) translate(-50%, -50%);
  }
  to {
    transform: rotate(270deg) translate(-50%, -50%);
  }
}
.header {
  position: relative;
  z-index: 9998;
}
.header-logo {
  position: absolute;
}
.header-logo .link {
  display: inline-flex;
  flex-direction: column;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header-logo .link {
    padding: 5px 0 0 10px;
  }
}
.header-logo .svg {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .header-logo .svg {
    width: 100px;
  }
}
.header-logo .text {
  display: block;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .header-logo .text {
    font-size: 0.9rem;
  }
}
.header-checkbox {
  display: none;
}
.header-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  height: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid #E1E0D8;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .header-menu {
    top: auto;
    left: 0;
    bottom: 0;
    flex-direction: row;
    width: 100%;
    min-height: auto;
    height: 60px;
    border: none;
    background: #1b1b1b;
  }
}
.header-menu__logo {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .header-menu__logo {
    display: none;
  }
}
.header-menu__logo .img {
  width: 70px;
}
@media screen and (max-width: 768px) {
  .header-menu__bottom {
    display: flex;
    width: 100%;
  }
}
.header-ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header-ul {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    z-index: 9999;
    flex-direction: column;
    width: 100%;
    padding: 20px 30px;
    transition: all 0.4s ease;
  }
}
@media screen and (max-width: 768px) {
  .header-li {
    width: 100%;
  }
}
.header-link {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .header-link {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
  }
}
.header-link.is-active:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2F2C52;
}
.header-toggle {
  position: fixed;
  bottom: 320px;
  right: 0;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.99, -0.01, 0.63, 1.01);
}
@media screen and (max-width: 768px) {
  .header-toggle {
    bottom: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    padding-top: 8px;
    border-left: 1px solid #828282;
  }
}
.header-toggle span {
  display: block;
  width: 30px;
  height: 1px;
  margin-bottom: 15px;
  background: #000;
  font-size: 0.9rem;
  font-family: "Roboto Condensed", sans-serif;
  transition: all 0.3s ease;
  transform-origin: right 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .header-toggle span {
    margin-bottom: 7px;
    background: #fff;
  }
}
.header-toggle span:nth-child(2) {
  margin-bottom: 4px;
}
.header-toggle span:nth-child(3) {
  width: auto;
  height: auto;
  background: none !important;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .header-toggle span:nth-child(3) {
    display: block;
    color: #fff;
  }
}
.header-toggle:hover span:nth-child(1) {
  transform: scale(0.8, 1);
}
.header-toggle:hover span:nth-child(2) {
  transform: scale(0.2, 1);
}
.header-button {
  width: 80px;
  padding: 50px 0;
  background: linear-gradient(to bottom, #ff0101 0%, #ff6b01 100%);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header-button {
    justify-content: center;
    width: calc(100% - 60px);
    height: 60px;
    padding: 0 20px;
    background: none;
    writing-mode: unset;
    text-orientation: unset;
  }
}
.header-button .icon {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .header-button .icon {
    margin: 0 20px 0 0;
  }
}
.header-button .text {
  margin: 0;
  font-size: 1.6rem;
  text-decoration: none;
}
.header-top {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #2a1000;
}
@media screen and (max-width: 768px) {
  .header-top {
    display: none;
  }
}
.header-top .icon {
  width: 25px;
}
.header-nav {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 27, 0.97);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header-nav {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
  }
}
.preload .header-nav {
  transition: none;
}
.header-nav .container {
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header-nav .container {
    position: static;
    height: auto;
  }
}
.header-nav__box {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .header-nav__box {
    width: 90%;
    margin: 40px 0 60px;
  }
}
.header-nav__box .img {
  display: block;
  width: 460px;
  height: 520px;
  margin: 0 auto 10px;
  background: url("../images/nav-profile.png") center no-repeat;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header-nav__box .img {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-size: cover;
  }
}
.header-nav__box .small {
  display: block;
  font-size: 1.1rem;
  text-align: center;
  color: #6b6b6b;
}
@media screen and (max-width: 768px) {
  .header-nav__box .small {
    display: none;
  }
}
.header-nav__title {
  position: relative;
  z-index: 2;
  margin: -80px 0 20px;
}
@media screen and (max-width: 768px) {
  .header-nav__title {
    margin: 0 0 0px;
  }
}
.header-nav__title .link {
  text-align: center;
}
.header-nav__title svg {
  display: block;
  width: 350px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .header-nav__title svg {
    width: 100%;
  }
}
.header-nav__title .text {
  display: block;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header-nav__title .text {
    font-size: 1rem;
  }
}
.header-nav__ul {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .header-nav__ul {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 50px;
  }
}
.header-nav__ul .li {
  position: relative;
}
.header-nav__ul .li:before, .header-nav__ul .li:after {
  position: absolute;
  display: block;
  width: 0%;
  border-top: 1px solid #2a2a2a;
  transition: all 1s ease;
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .header-nav__ul .li:before, .header-nav__ul .li:after {
    border-top: 1px solid #636363;
  }
}
.header-nav__ul .li:before {
  content: "";
  top: 0;
}
.header-nav__ul .li:last-child:after {
  content: "";
  bottom: 0;
}
.header-nav__ul .link {
  position: relative;
  display: block;
  height: 14.6rem;
  padding-top: 18rem;
  font-size: 4rem;
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  overflow: hidden;
  transition: padding-top 0.7s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media screen and (max-width: 768px) {
  .header-nav__ul .link {
    height: 8rem;
    padding-top: 9rem;
    font-size: 2rem;
  }
}
.header-nav__ul .link .text {
  margin-bottom: 5px;
  line-height: 1;
}
.header-nav__ul .link:before {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #474747;
}
@media screen and (max-width: 768px) {
  .header-nav__ul .link:before {
    margin-bottom: 5px;
  }
}
.header-nav__ul .li:nth-of-type(2) a {
  transition-delay: 0.05s;
}
.header-nav__ul .li:nth-of-type(3) a {
  transition-delay: 0.1s;
}
.header-nav__ul .li:nth-of-type(4) a {
  transition-delay: 0.15s;
}
.header-nav__slide {
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 0;
}
.header-nav__slide-inner {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 60.4%;
  overflow: hidden;
}
.header-nav__slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18rem;
  color: #fff;
  opacity: 0;
  white-space: nowrap;
  line-height: 12.5rem;
  font-weight: 700;
  animation-name: scrolltext;
  animation-duration: 120s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transition: opacity 300ms cubic-bezier(0.26, 0.06, 0, 1), bottom 1s cubic-bezier(0.43, 0.05, 0.17, 1);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.header-nav__slide p.text0 {
  width: 394.1rem;
  opacity: 0.05;
}
.header-nav__slide p.text1 {
  width: 414.3rem;
}
.header-nav__slide p.text2 {
  width: 412.6rem;
}
.header-nav__slide p.text3 {
  width: 446.5rem;
}
.header-nav__slide p.text4 {
  width: 464.1rem;
}
.header-nav.on0 p, .header-nav.on1 p, .header-nav.on2 p, .header-nav.on3 p {
  opacity: 0;
}
.header-nav.on0 .header-nav__box .img {
  background: url("../images/nav-profile.png") center no-repeat;
}
@media screen and (max-width: 768px) {
  .header-nav.on0 .header-nav__box .img {
    background-size: cover;
  }
}
.header-nav.on0 p:nth-of-type(2) {
  opacity: 0.05;
}
.header-nav.on1 .header-nav__box .img {
  background: url("../images/nav-works.png") center no-repeat;
}
@media screen and (max-width: 768px) {
  .header-nav.on1 .header-nav__box .img {
    background-size: cover;
  }
}
.header-nav.on1 p:nth-of-type(3) {
  opacity: 0.05;
}
.header-nav.on2 .header-nav__box .img {
  background: url("../images/nav-blog.png") center no-repeat;
}
@media screen and (max-width: 768px) {
  .header-nav.on2 .header-nav__box .img {
    background-size: cover;
  }
}
.header-nav.on2 p:nth-of-type(4) {
  opacity: 0.05;
}
.header-nav.on3 .header-nav__box .img {
  background: url("../images/nav-form.png") center no-repeat;
}
@media screen and (max-width: 768px) {
  .header-nav.on3 .header-nav__box .img {
    background-size: cover;
  }
}
.header-nav.on3 p:nth-of-type(5) {
  opacity: 0.05;
}

.header-checkbox:checked ~ .header .header-nav {
  opacity: 1;
  visibility: visible;
}
.header-checkbox:checked ~ .header .header-toggle {
  top: 30px;
}
@media screen and (max-width: 768px) {
  .header-checkbox:checked ~ .header .header-toggle {
    top: auto;
    border-left: none;
  }
}
.header-checkbox:checked ~ .header .header-toggle span {
  top: 30px;
  right: 30px;
  width: 50px;
  margin-bottom: 0;
  background: #fff;
  transform-origin: center center;
  transition-delay: 0.4s;
}
.header-checkbox:checked ~ .header .header-toggle span:nth-of-type(1) {
  transform: rotate(135deg);
}
.header-checkbox:checked ~ .header .header-toggle span:nth-of-type(2) {
  transform: rotate(-135deg);
}
.header-checkbox:checked ~ .header .header-toggle span:nth-of-type(3) {
  margin-top: 30px;
  color: #fff;
  text-align: center;
}
.header-checkbox:checked ~ .header .header-toggle:hover span {
  background: #ff8201;
  transition-delay: 0s;
}
.header-checkbox:checked ~ .header .header-toggle:hover span:nth-of-type(3) {
  background: none;
  color: #ff8201;
}
.header-checkbox:checked ~ .header .header-nav__box .img {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .header-checkbox:checked ~ .header .header-nav__box .img {
    display: none;
  }
}
.header-checkbox:checked ~ .header .header-nav__ul .li:before, .header-checkbox:checked ~ .header .header-nav__ul .li:after {
  width: 100%;
}
.header-checkbox:checked ~ .header .header-nav__ul .link {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .header-checkbox:checked ~ .header .header-nav__ul .link {
    padding-top: 2rem;
  }
}
.header-checkbox:checked ~ .header .header-nav__slide {
  opacity: 1;
  transition-delay: 1s;
}

.footer {
  padding: 80px 0 40px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 130px;
  }
}
.footer .container {
  align-items: center;
  justify-content: space-between;
}
.footer-nav {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    margin-bottom: 40px;
  }
}
.footer-nav .img {
  width: 230px;
  margin-bottom: 20px;
}
.footer-nav .ul {
  display: flex;
}
.footer-nav .link {
  padding: 0 10px;
  font-size: 1.2rem;
}
.footer-nav .small {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .footer-nav .small {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.footer-logo {
  display: flex;
  align-items: center;
}
.footer-logo .link {
  padding: 0 20px;
}
.footer-logo .img {
  width: 185px;
}
@media screen and (max-width: 768px) {
  .footer-logo .img {
    width: 80px;
  }
}

.breadcrumbs {
  justify-content: center;
  padding: 100px 0;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    flex-direction: row;
  }
}
.breadcrumbs .li {
  display: flex;
  align-items: center;
}
.breadcrumbs .li:first-child::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  margin: 0 10px;
  background: #929292;
}

.cta {
  display: flex;
  align-items: center;
  height: 390px;
  background: url(../images/cta.jpg) center/130% no-repeat;
  color: #fff;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .cta {
    height: auto;
    min-height: 36vh;
    background-size: cover;
    background-position: 60% 0;
  }
}
.cta:hover {
  background-size: 140%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .cta:hover {
    background-size: cover;
  }
}
.cta span {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .cta .button {
    justify-content: space-between;
  }
}
.cta .text {
  margin-right: 60px;
  text-decoration: none;
}
.cta .text:after {
  display: none;
}
.cta .small {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .cta .small {
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
.cta .main {
  font-size: 3.6rem;
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .cta .main {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
.cta .icon-circle {
  background: none;
}
.cta svg {
  animation: arrow-button__border-out2 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cta .line1 {
  opacity: 0.4;
}
.cta .line2 {
  stroke-dasharray: 251.2 251.2;
  stroke-dashoffset: 251.2;
  animation: arrow-button__border-out 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  stroke-width: 1px;
}
.cta:hover svg {
  animation: arrow-button__border-over2 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.cta:hover .line2 {
  animation: arrow-button__border-over 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.main {
  width: 100%;
}

.intro {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/cloud.png) -60% 70%/110% 40% repeat-x, #fff;
  animation: homeBg 30s linear 0s infinite normal;
  overflow: hidden;
  font-family: "Sei Kaisho CB1", "Shippori Mincho B1", serif;
  color: #000;
}
@media screen and (max-width: 768px) {
  .intro {
    background-size: 240% 40%;
    animation-duration: 120s;
  }
}
.intro .svg {
  position: absolute;
  z-index: 10;
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .intro .svg {
    width: 90%;
  }
}
.intro .text {
  position: absolute;
  font-size: 1.6vw;
  line-height: 1.2;
  opacity: 0;
  z-index: 1;
  filter: blur(50px);
}
@media screen and (max-width: 768px) {
  .intro .text {
    font-size: 5vw;
  }
}
.intro .text1 {
  margin: 7vw 0 0 -53vw;
}
@media screen and (max-width: 768px) {
  .intro .text1 {
    margin: -61vw 0 0 -11vw;
  }
}
.intro .text2 {
  margin: 28vw 0 0 -43vw;
}
@media screen and (max-width: 768px) {
  .intro .text2 {
    margin: -90vw 0 0 -14vw;
  }
}
.intro .text3 {
  margin: -36vw 0 0 18vw;
}
@media screen and (max-width: 768px) {
  .intro .text3 {
    margin: -130vw 0 0 10vw;
  }
}
.intro .text4 {
  margin: 42vw 0 0 3vw;
}
@media screen and (max-width: 768px) {
  .intro .text4 {
    margin: 44vw 0 0 20vw;
  }
}
.intro .text5 {
  margin: -2vw 0 0 55vw;
}
@media screen and (max-width: 768px) {
  .intro .text5 {
    margin: -24vw 0 0 -5vw;
  }
}
.intro .text6 {
  margin: 25vw 0 0 47vw;
}
@media screen and (max-width: 768px) {
  .intro .text6 {
    margin: 56vw 0 0 17vw;
  }
}
.intro .text7 {
  margin: -16vw 0 0 60vw;
}
@media screen and (max-width: 768px) {
  .intro .text7 {
    margin: 105vw 0 0 -4vw;
  }
}
.intro .text8 {
  margin: -17vw 0 0 -54vw;
}
@media screen and (max-width: 768px) {
  .intro .text8 {
    margin: 81vw 0 0 -30vw;
  }
}
.intro-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 0%;
  height: 100%;
  background: #1b1b1b;
}

.home-title {
  margin-bottom: 5rem;
  font-size: 4.4rem;
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .home-title {
    font-size: 3.4rem;
  }
}
.home-title .row {
  display: block;
  height: 6rem;
  padding-top: 6rem;
  overflow: hidden;
  transition: all 0.4s ease;
}
.home-title .row:last-child {
  transition-delay: 0.1s;
}
@media screen and (max-width: 768px) {
  .home-title .row {
    height: 5rem;
    padding-top: 5rem;
  }
}
.home-title:before {
  opacity: 0;
  transition: all 0.4s ease;
  transition-delay: 0.4s;
}
.home-title.is-shown .row {
  padding-top: 0rem;
}
.home-title.is-shown::before {
  opacity: 1;
}
.home-english {
  position: absolute;
  z-index: -1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1rem;
  line-height: 1;
}
.home-sec1 {
  position: relative;
  min-width: 1060px;
  width: calc(100vw - 80px);
  min-height: 740px;
  max-height: 900px;
  height: 100vh;
  margin-bottom: 120px;
  background: url(../images/cloud.png) -60% 70%/110% 40% repeat-x;
  animation: homeBg 30s linear 0s infinite normal;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .home-sec1 {
    min-width: auto;
    width: 100%;
    min-height: 550px;
    max-height: 800px;
    height: 80vh;
    margin-bottom: 100px;
    background-size: 240% 40%;
    animation-duration: 120s;
  }
}
.home-sec1-copy {
  position: absolute;
  top: 50%;
  left: calc((100% - 1060px) / 2);
  transform: translate(0%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 1100px;
  min-width: 1000px;
  width: 100%;
  margin: 0 auto 2%;
  font-size: 4.5rem;
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 8px;
  filter: blur(20px);
  opacity: 0;
  font-feature-settings: normal;
}
@media screen and (min-width: 1560px) {
  .home-sec1-copy {
    left: calc((100% - 1160px) / 2);
    font-size: calc(4rem + 1vw);
  }
}
@media screen and (max-width: 768px) {
  .home-sec1-copy {
    top: 25%;
    left: 0;
    transform: translate(0%, 0%);
    font-size: calc(140% + 3vw);
  }
}
.home-sec1-copy .text {
  display: block;
}
.home-sec1-img {
  position: absolute;
  top: 50px;
  left: 36%;
  transform: translateY(10px);
  filter: blur(3px);
  max-width: 930px;
  min-width: 720px;
  width: 64%;
  opacity: 0;
}
@media screen and (min-width: 1560px) {
  .home-sec1-img {
    left: 40%;
  }
}
@media screen and (max-width: 768px) {
  .home-sec1-img {
    top: auto;
    left: 33%;
    bottom: -10px;
    max-width: 500px;
    min-width: auto;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .home-sec1-img {
    left: 20%;
    bottom: -10px;
    max-width: 405px;
  }
}
.home-sec1-img .img {
  width: 100%;
}
.home-sec1-summary {
  position: absolute;
  top: 70%;
  left: calc((100% - 1060px) / 2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1100px;
  min-width: 1000px;
  width: 100%;
  margin: auto;
  filter: blur(20px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .home-sec1-summary {
    top: auto;
    bottom: 40px;
    left: 10px;
    max-width: none;
    min-width: auto;
    width: 100%;
    color: #fff;
  }
}
.home-sec1-summary .svg {
  display: block;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .home-sec1-summary .svg {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .home-sec1-summary .svg polyline {
    stroke: #fff !important;
  }
}
.home-sec1-summary .ul {
  display: inline-block;
  padding-left: 40px;
  text-align: center;
  font-size: 1.2rem;
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .home-sec1-summary .ul {
    padding-left: 0;
    font-size: 0.9rem;
    text-align: left;
  }
}
.home-sec1-top, .home-sec1-bottom {
  position: absolute;
}
.home-sec1-top {
  top: -350px;
  left: -100px;
  transform: rotate(6deg) scaleX(0);
  transform-origin: 0 0;
  width: 120%;
  min-height: 570px;
  height: 54vh;
  background: linear-gradient(to right, #FFE600 0%, #FF3D00 100%);
}
@media screen and (max-width: 768px) {
  .home-sec1-top {
    top: -100px;
    min-height: 150px;
    height: 28vh;
    width: 140%;
  }
}
.home-sec1-bottom {
  bottom: -170px;
  left: -100px;
  transform: rotate(-6deg) scaleX(0);
  transform-origin: 100% 0;
  width: 120%;
  min-height: 570px;
  height: 54vh;
  background: linear-gradient(to right, #098A00 0%, #5BEB51 70%);
}
@media screen and (max-width: 768px) {
  .home-sec1-bottom {
    bottom: -60px;
    min-height: 280px;
    height: 30vh;
    width: 140%;
  }
}
.home-sec2 {
  width: 100%;
  margin-bottom: 120px;
  padding-bottom: 120px;
  border-bottom: 1px solid #E2E2E2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .home-sec2 {
    margin-bottom: 100px;
    padding-bottom: 100px;
  }
}
.home-sec2 .hero {
  padding: 200px 0 0 45%;
}
@media screen and (max-width: 768px) {
  .home-sec2 .hero {
    padding: 0;
  }
}
.home-sec2 .hero-summary {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .home-sec2 .hero-summary {
    margin-bottom: 20px;
  }
}
.home-sec2 .hero-text {
  margin-bottom: 2rem;
}
.home-sec2 .hero .home-english {
  top: 0;
  right: 0;
  width: 590rem;
  animation-name: scrolltext_right-left;
  animation-duration: 120s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.home-sec2 .hero .button {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .home-sec2 .hero .button {
    justify-content: center;
  }
}
.home-sec2 .hero-img {
  top: 0;
  left: 0;
  transform: translateY(0);
  z-index: 1;
  width: auto;
}
@media screen and (max-width: 768px) {
  .home-sec2 .hero-img {
    width: 100%;
    height: 80vw;
    margin-bottom: 5px;
    overflow: hidden;
  }
}
.home-sec2 .hero-img .img {
  width: 590px;
}
@media screen and (max-width: 768px) {
  .home-sec2 .hero-img .img {
    display: block;
    width: 115%;
  }
}
.home-sec3 {
  position: relative;
  overflow: hidden;
}
.home-sec3 .home-title .green {
  display: block;
}
.home-sec3 .home-english {
  top: 0;
  left: 0;
  width: 710rem;
  animation-name: scrolltext;
  animation-duration: 120s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.home-sec3-slide {
  position: relative;
  max-width: calc(100% - (100% - 1160px) / 2);
  width: 100%;
  margin: 0 0 50px calc((100% - 1160px) / 2);
  padding-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .home-sec3-slide {
    min-width: 1024px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .home-sec3-slide {
    min-width: auto;
    max-width: none;
    width: calc(100% - 15px);
    margin: 0 0 30px 15px;
    padding-bottom: 0;
  }
}
.home-sec3-slide .img {
  display: block;
  width: 100%;
}
.home-sec3-slide .summary {
  position: relative;
  z-index: 2;
  width: calc(100% - 20px);
  margin: -40px 0 0 -5px;
  padding: 10px 10px 0 5px;
  border-radius: 0 40px 0 0;
  background: #F5F5F5;
}
.home-sec3-slide .title {
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .home-sec3-slide .title {
    font-size: 2.2rem;
  }
}
.home-sec3-slide .text {
  font-size: 1.4rem;
}
.home-sec3-button {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .home-sec3-button .button {
    justify-content: center;
  }
}
.home-sec3 .swiper-button-prev {
  display: none;
}
.home-sec3 .swiper-button-next {
  top: 40%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: url(../images/icon-allowright.svg) center center no-repeat;
  transition: all 0.4s ease;
}
.home-sec3 .swiper-button-next:after {
  display: none;
}
.home-sec3 .swiper-button-next:hover {
  background: url(../images/icon-allowright.svg) center center no-repeat, rgba(255, 255, 255, 0.2);
}

.page .hr {
  margin: 100px 0;
  border-color: #E2E2E2;
}
.page-header {
  position: relative;
}
@media screen and (max-width: 1260px) {
  .page-header {
    min-width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .page-header {
    min-width: auto;
  }
}
.page-header .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.08);
}
.page-header .img__wrap {
  width: 100%;
  height: 480px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-header .img__wrap {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .img {
    position: relative;
    left: -45%;
    width: 145%;
  }
}
.page-header .title {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: row-reverse;
  margin: -50px 0 100px;
  padding: 20px 0 0 calc((100% - 1160px) / 2);
  border-radius: 0 50px 0 0;
  width: calc(50% - 50px);
  background: #F5F5F5;
  font-size: 3.8rem;
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1260px) {
  .page-header .title {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .title {
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    width: auto;
    padding: 20px 40px 0 20px;
    font-size: 3rem;
  }
}
.page-header .title .text {
  margin-right: 20px;
  line-height: 1;
}
@media screen and (max-width: 1260px) {
  .page-header .title .text {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .title .text {
    margin-right: 0;
    padding-left: 0;
  }
}
.page-header .title::before {
  opacity: 0;
  font-size: 1.2rem;
}
.page-header .title.on::before {
  transition: all 0.4s 0.4s ease;
  opacity: 1;
}
.page-section {
  margin-bottom: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #E2E2E2;
  opacity: 0;
}
.page-section:last-child {
  margin-bottom: 0;
}
.page-section .container {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .page-section .container {
    flex-direction: row;
  }
}
.page__subtitle {
  position: sticky;
  top: 50px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding-bottom: 50px;
}
.page__subtitle .text {
  margin-bottom: 20px;
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .page__subtitle .text {
    font-size: 1.8rem;
  }
}
.page__subtitle::before {
  opacity: 0;
  font-size: 1.2rem;
  text-orientation: sideways;
}
.page__subtitle.on::before {
  transition: all 0.4s 0.5s ease;
  opacity: 1;
}
.page-content {
  width: calc(100% - 100px);
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .page-content {
    width: calc(100% - 40px);
  }
}
.page-content__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.page-content__title .main {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-content__title .main {
    display: block;
    font-size: 2.4rem;
  }
}
.page-content__title .main .small {
  display: flex;
  align-items: center;
  font-family: initial;
  font-size: 1.4rem;
}
.page-content__title .main .small:before {
  content: "";
  display: inline-block;
  margin: 0 20px;
  width: 20px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .page-content__title .main .small:before {
    width: 10px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .page-content__title .main .small {
    font-size: 1rem;
  }
}
.page-content__title .english {
  display: flex;
  align-items: center;
  flex: none;
  color: #259741;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-content__title .english {
    font-size: 1rem;
  }
}
.page-content__title .english .num {
  margin-left: 10px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .page-content__title .english .num {
    font-size: 3rem;
  }
}
.page-content__subtitle {
  margin: 3rem 0 2rem;
  font-size: 2.4rem;
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-content__subtitle {
    margin: 2.4rem 0 1.6rem;
    font-size: 2rem;
  }
}
.page-content p {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page-content p {
    font-size: 1.6rem;
  }
}
.page-content .ul {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page-content .ul {
    font-size: 1.6rem;
  }
}
.page-content__photo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .page-content__photo {
    display: block;
  }
}
.page-content__photo:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-content__photo .img {
    display: block;
    width: 80%;
    margin: auto;
  }
}
.page-content__photo .img2 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page-content__photo .img2 {
    margin-top: 20px;
  }
}
.page-content__photo .img3 {
  margin: 0 auto;
}
.page-content__2col {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-content__2col {
    display: block;
  }
}
.page-content__2col .child:first-child {
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .page-content__2col .child:first-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-content__2col .img {
    width: 100%;
  }
}

/*--------------------------
プロフィール
---------------------------*/
.profile-timeline {
  position: relative;
}
.profile-timeline:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 1px;
  height: calc(100% - 80px);
  background: #CBCBCB;
}
@media screen and (max-width: 768px) {
  .profile-timeline:before {
    left: 30px;
  }
}
.profile-timeline .li {
  position: relative;
  padding: 20px 0 20px 120px;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .profile-timeline .li {
    padding-left: 80px;
    margin-bottom: 0;
  }
}
.profile-timeline .time {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #CBCBCB;
  background: #F5F5F5;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .profile-timeline .time {
    width: 60px;
    height: 60px;
  }
}
.profile-timeline .year {
  margin-bottom: 3px;
  font-size: 1.2rem;
}
.profile-timeline .date {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .profile-timeline .date {
    font-size: 1.6rem;
  }
}
.profile-timeline .title {
  display: block;
  margin-bottom: 10px;
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
}
.profile-timeline .text {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}
.profile-timeline .accident .title {
  color: #C90000;
}
.profile-timeline .chienowa .time {
  border: none;
  background: linear-gradient(135deg, #fb9001 0%, #ffa500 100%);
  color: #fff;
}

/*--------------------------
主な活動・実績
---------------------------*/
.works-list {
  display: flex;
  flex-wrap: wrap;
}
.works-list__each {
  max-width: 480px;
  min-width: 380px;
  width: calc(50% - 55px);
  margin-bottom: 65px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .works-list__each {
    min-width: auto;
    width: 100%;
    margin-bottom: 3rem;
  }
}
.works-list__each:nth-child(odd) {
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .works-list__each:nth-child(odd) {
    margin-right: 0;
  }
}
.works-list__each .img {
  display: block;
  width: 100%;
  margin-bottom: 0.4rem;
}
.works-list__each .page-content__title {
  margin-bottom: 0.7rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .works-list__each .page-content__title {
    font-size: 2.2rem;
  }
}
.works-list__each .page-content__title .english {
  font-size: 1rem;
}
.works-list__each .page-content__title .english .num {
  font-size: 3rem;
}
.works-case {
  margin-bottom: 0;
  padding-bottom: 17%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .works-case {
    padding-bottom: 50%;
  }
}
.works-slide {
  position: absolute;
  top: 0;
  left: 150px;
  min-width: 960px;
  width: calc(100vw - (100vw - 890px) / 2);
  padding: 10px 40px 30px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .works-slide {
    left: 50px;
    min-width: auto;
    width: calc(100% - 50px);
  }
}
.works-slide .link {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .works-slide .link {
    font-size: 1.8rem;
  }
}
.works-slide .link:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -3rem;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  height: calc(100% + 3rem);
  background: #1F1F1F;
  transform: scale(0.95);
  transition: all 0.125s cubic-bezier(0.43, 0.05, 0.17, 1);
  box-shadow: 0 0.3rem 1.2rem rgba(0, 0, 0, 0.15);
  opacity: 0;
}
.works-slide .link:hover {
  z-index: 5;
  opacity: 1;
  color: #fff;
}
.works-slide .link:hover:before {
  transform: scale(1.05);
  opacity: 1;
}
.works-slide .item__inner {
  position: relative;
  z-index: 1;
}
.works-slide .title {
  min-height: 10rem;
}
.works-slide .img {
  width: 100%;
  margin-top: auto;
}
.works .mouseStalker {
  position: fixed;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 10rem;
  height: 10rem;
  background: linear-gradient(to bottom, rgba(255, 1, 1, 0.9) 0%, rgba(255, 130, 1, 0.9) 100%);
  margin: -5rem 0 0 -5rem;
  border-radius: 200px;
  transform: scale(0);
  transition: transform ease 0.2s;
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.works .mouseStalker .img {
  width: 15px;
  transform: rotate(-45deg);
  margin-top: 13px;
}
.works .mouseStalker.on {
  transform: scale(1);
  z-index: 10050;
}

.modaal {
  display: none;
}
.modaal-wrapper {
  z-index: 20000;
}
.modaal-overlay {
  z-index: 19999;
  background: rgba(27, 27, 27, 0.97) !important;
  opacity: 1 !important;
}
.modaal-container {
  background: none;
  color: #fff;
}
.modaal-container .page-content__title {
  flex-direction: column;
}
.modaal-container .english {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  font-size: 1rem;
  color: #fff;
}
.modaal-container .english:after {
  content: "";
  display: block;
  flex: auto;
  margin-left: 20px;
  border-top: 1px solid #fff;
}
.modaal-container .english .num {
  font-size: 3.4rem;
}
.modaal-container .img {
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  .modaal-container .img {
    width: 100%;
  }
}
.modaal-container h3 {
  margin-bottom: 2.8rem;
  font-size: 2.2rem;
  font-weight: 700;
}
.modaal-container ul, .modaal-container ol {
  margin-bottom: 2.2rem;
}
.modaal-container p {
  margin-bottom: 2.2rem;
}
.modaal-content-container {
  width: 780px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .modaal-content-container {
    width: 100%;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .modaal-close {
    top: 0;
    right: 0;
  }
}
.modaal-close:before, .modaal-close:after {
  width: 1px;
  height: 25px;
}
.modaal-close:focus, .modaal-close:hover {
  background: none;
}

/*--------------------------
ブログ
---------------------------*/
.blog .page-content {
  width: 100%;
}
.blog-list {
  display: flex;
  flex-wrap: wrap;
}
.blog-list__each {
  width: 278px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .blog-list__each {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
}
.blog-list__each:not(:nth-of-type(4n)) {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .blog-list__each:not(:nth-of-type(4n)) {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .blog-list__each:nth-of-type(2n) {
    margin-right: 0;
  }
}
.blog-list__each .link {
  display: block;
  transform: all 0.3s ease;
  padding: 0;
}
.blog-list__each .link:hover {
  background: #eee;
}
.blog-list__each .img {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.blog-list__each .title {
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2rem;
}
.blog-list__each p {
  font-size: 1.4rem;
}
.blog-button {
  justify-content: center;
}

/*--------------------------
お問い合わせ
---------------------------*/
.contact .page-content p {
  margin-bottom: 75px;
}