@charset "UTF-8";
/*----------------------------------------
  reset
-----------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese);
/* line 7, ../_base.scss */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 84, ../_base.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 90, ../_base.scss */
html {
  box-sizing: border-box;
}

/* line 93, ../_base.scss */
*:before,
*:after {
  box-sizing: inherit;
}

/* line 98, ../_base.scss */
body {
  line-height: 1;
}

/* line 102, ../_base.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 116, ../_base.scss */
nav ul {
  list-style: none;
}

/* line 120, ../_base.scss */
blockquote,
q {
  quotes: none;
}

/* line 125, ../_base.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* line 133, ../_base.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 143, ../_base.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

/* line 157, ../_base.scss */
del {
  text-decoration: line-through;
}

/* line 161, ../_base.scss */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 167, ../_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 173, ../_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 182, ../_base.scss */
input,
select {
  vertical-align: middle;
  outline: 0;
}

/* line 188, ../_base.scss */
ul,
li {
  list-style: none;
}

/* line 194, ../_base.scss */
input[type='text'],
input[type='button'],
input[type='submit'],
input[type='tel'],
input[type='email'] {
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
}

/* line 203, ../_base.scss */
input[type='text']:focus,
input[type='button']:focus,
input[type='submit']:focus,
input[type='tel']:focus,
input[type='email']:focus,
textarea:focus {
  outline: 0;
  background-color: #fff;
}

/* line 213, ../_base.scss */
input:-internal-autofill-selected {
  background-color: #fff !important;
}

/* line 216, ../_base.scss */
input[type='text']:focus:placeholder-shown,
input[type='button']:focus:placeholder-shown,
input[type='submit']:focus:placeholder-shown,
input[type='tel']:focus:placeholder-shown,
input[type='email']:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #b8b8b8;
}

/* line 224, ../_base.scss */
input[type='text']:focus:-webkit-input-placeholder,
input[type='button']:focus:-webkit-input-placeholder,
input[type='submit']:focus:-webkit-input-placeholder,
input[type='tel']:focus:-webkit-input-placeholder,
input[type='email']:focus:-webkit-input-placeholder,
textarea:focus:-webkit-input-placeholder {
  color: #b8b8b8;
}

/* line 232, ../_base.scss */
input[type='text']:focus:-moz-placeholder,
input[type='button']:focus:-moz-placeholder,
input[type='submit']:focus:-moz-placeholder,
input[type='tel']:focus:-moz-placeholder,
input[type='email']:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #b8b8b8;
}

/* line 240, ../_base.scss */
input[type='text']:focus:-ms-input-placeholder,
input[type='button']:focus:-ms-input-placeholder,
input[type='submit']:focus:-ms-input-placeholder,
input[type='tel']:focus:-ms-input-placeholder,
input[type='email']:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #b8b8b8;
}

/* line 248, ../_base.scss */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

/* line 263, ../_base.scss */
input[type='text']:placeholder-shown,
input[type='email']:placeholder-shown,
input[type='tel']:placeholder-shown {
  color: #b8b8b8;
}

/* line 268, ../_base.scss */
input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder {
  color: #b8b8b8;
}

/* line 273, ../_base.scss */
input[type='text']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b8b8b8;
}

/* line 280, ../_base.scss */
input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}

/* line 286, ../_base.scss */
textarea {
  resize: vertical;
}

/* line 289, ../_base.scss */
textarea:placeholder-shown {
  color: #b8b8b8;
}

/* line 292, ../_base.scss */
textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}

/* line 295, ../_base.scss */
textarea::-moz-placeholder {
  color: #b8b8b8;
}

/* line 300, ../_base.scss */
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  transition: 0.1s;
}

/* line 306, ../_base.scss */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  transition: 0.1s;
}

/* line 312, ../_base.scss */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}

/* line 318, ../_base.scss */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}

/*スマートフォンサイトでaタグをタップしたときにでるハイライトの色を消す*/
/* line 325, ../_base.scss */
a {
  -webkit-tap-highlight-color: transparent;
  color: #212121;
}
@media screen and (min-width: 896px) {
  /* line 325, ../_base.scss */
  a {
    transition: 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
  /* line 333, ../_base.scss */
  a:hover {
    transition: 0.3s;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
}

/* line 343, ../_base.scss */
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  width: 100%;
}

/* line 349, ../_base.scss */
th,
td {
  vertical-align: middle;
  border: solid 1px #000;
  font-weight: normal;
  text-align: left;
  border: 0;
}

/* line 357, ../_base.scss */
caption {
  text-align: left;
}

/* line 361, ../_base.scss */
html,
body {
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-display: swap;
}

/* line 372, ../_base.scss */
body {
  overflow-x: hidden;
}
/* line 374, ../_base.scss */
body.sp_fix {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 381, ../_base.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 387, ../_base.scss */
.slick-list:focus {
  outline: none !important;
}

@font-face {
  font-family: 'mincho';
  font-style: normal;
  src: url(../../font/A-OTF-FutoMinA101Pro-Bold.otf) format("opentype");
  font-display: swap;
}
@keyframes bgscroll {
  0% {
    background-position: 20000px center;
  }
  100% {
    background-position: -17000px center;
  }
}
@keyframes visionanim {
  0% {
    filter: drop-shadow(3px 3px 2px rgba(27, 27, 130, 0));
  }
  50% {
    filter: drop-shadow(3px 3px 6px rgba(27, 27, 130, 0.6));
  }
  100% {
    filter: drop-shadow(3px 3px 2px rgba(27, 27, 130, 0));
  }
}
@keyframes scranim {
  0% {
    height: 0%;
  }
  50% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
  }
}
@keyframes fillanim {
  0% {
    fill-opacity: 0;
    stroke-width: 1px;
  }
  50% {
    fill-opacity: 0;
    stroke-dashoffset: 2000;
    stroke-width: 1px;
  }
  100% {
    stroke-dashoffset: 2000;
    fill-opacity: 1;
    stroke-width: 0px;
  }
}
@keyframes fillanim_workstl {
  0% {
    fill-opacity: 0;
    stroke-width: 1px;
  }
  50% {
    fill-opacity: 0;
    stroke-dashoffset: 20000;
    stroke-width: 1px;
  }
  100% {
    stroke-dashoffset: 20000;
    fill-opacity: 1;
    stroke-width: 0px;
  }
}
/* line 123, ../_module.scss */
.fwm {
  font-weight: 500;
}

/* line 126, ../_module.scss */
.fwb {
  font-weight: 700;
}

/* line 129, ../_module.scss */
.mincho {
  font-family: 'mincho', serif;
  font-weight: normal;
}

/* line 134, ../_module.scss */
.js_isIe .mincho {
  font-weight: bold;
}

/* line 140, ../_module.scss */
.tel.no_link {
  pointer-events: none;
}

/* line 145, ../_module.scss */
.flx {
  display: flex;
}
/* line 147, ../_module.scss */
.flx.reverse {
  flex-direction: row-reverse;
}
/* line 150, ../_module.scss */
.flx.jfc_sb {
  justify-content: space-between;
}
/* line 153, ../_module.scss */
.flx.jfc_c {
  justify-content: center;
}
/* line 156, ../_module.scss */
.flx.aic {
  align-items: center;
}
/* line 159, ../_module.scss */
.flx.clm {
  flex-direction: column;
}
/* line 161, ../_module.scss */
.flx.clm > * {
  min-height: 0%;
}

/* line 166, ../_module.scss */
.ablt {
  position: absolute;
}

/* line 171, ../_module.scss */
.lead {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
}
/* line 37, ../_module.scss */
.lead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.25) * 0.5em);
  content: '';
}
/* line 44, ../_module.scss */
.lead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.25) * 0.5em);
  content: '';
}
@media screen and (max-width: 896px) {
  /* line 171, ../_module.scss */
  .lead {
    font-size: 1.4rem;
    line-height: 1.78;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  /* line 37, ../_module.scss */
  .lead::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.78) * 0.5em);
    content: '';
  }
  /* line 44, ../_module.scss */
  .lead::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.78) * 0.5em);
    content: '';
  }
}

/* line 191, ../_module.scss */
.js_isIe .vertical .text_combine.num {
  transform: rotate(-90deg);
}

/* line 198, ../_module.scss */
.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
/* line 203, ../_module.scss */
.vertical .text_combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
/* line 207, ../_module.scss */
.vertical .text_combine.let0 {
  letter-spacing: 0;
}
@media screen and (max-width: 896px) {
  /* line 198, ../_module.scss */
  .vertical {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }
}

/* line 218, ../_module.scss */
.base_btn {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  padding: 18px 0;
  color: #000;
  position: relative;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 896px) {
  /* line 218, ../_module.scss */
  .base_btn {
    font-size: 1.4rem;
    padding: 16px;
    font-weight: 400;
  }
}
/* line 232, ../_module.scss */
.base_btn::after {
  transition: 0.25s ease-in;
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  left: -20px;
  top: 50%;
  background-color: #fff100;
}
@media screen and (min-width: 897px) {
  /* line 243, ../_module.scss */
  .base_btn:hover {
    background-color: #fff100;
    letter-spacing: 0.12em;
  }
  /* line 246, ../_module.scss */
  .base_btn:hover.blk, .base_btn:hover.wht {
    color: #000;
    background-color: #fff100;
  }
  /* line 250, ../_module.scss */
  .base_btn:hover.blk.bdr, .base_btn:hover.wht.bdr {
    border-color: #fff100;
  }
  /* line 254, ../_module.scss */
  .base_btn:hover.ylw {
    background-color: #000;
    color: #fff100;
  }
  /* line 257, ../_module.scss */
  .base_btn:hover.ylw::after {
    background-color: #fff100;
  }
  /* line 261, ../_module.scss */
  .base_btn:hover::after {
    transition-delay: 0.15s;
    left: 0;
    background-color: #000;
  }
}
/* line 268, ../_module.scss */
.base_btn.wht {
  background: #fff;
}
/* line 270, ../_module.scss */
.base_btn.wht.bdr {
  border: 1px solid #e6e6e6;
}
/* line 274, ../_module.scss */
.base_btn.blk {
  background-color: #000;
  color: #fff;
}
/* line 278, ../_module.scss */
.base_btn.ylw {
  background-color: #fff100;
}
/* line 280, ../_module.scss */
.base_btn.ylw::after {
  background-color: #000;
}

/* line 286, ../_module.scss */
.scale_img {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 897px) {
  /* line 292, ../_module.scss */
  .scale_img:hover .bg {
    transform: scale(1.1);
  }
  /* line 295, ../_module.scss */
  .scale_img:hover .base_btn {
    background-color: #fff100;
  }
  /* line 297, ../_module.scss */
  .scale_img:hover .base_btn.blk {
    color: #000;
    background-color: #fff100;
  }
  /* line 301, ../_module.scss */
  .scale_img:hover .base_btn::after {
    left: 0;
    background-color: #000;
  }
}
/* line 308, ../_module.scss */
.scale_img .bg {
  transition: 1s ease-out;
}
/* line 311, ../_module.scss */
.scale_img .base_btn {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  font-size: 2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 896px) {
  /* line 311, ../_module.scss */
  .scale_img .base_btn {
    width: auto;
    font-size: 1.6rem;
  }
}
/* line 325, ../_module.scss */
.scale_img .bdr {
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.15em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  line-height: 1.5;
  width: 100%;
}
@media screen and (max-width: 896px) {
  /* line 325, ../_module.scss */
  .scale_img .bdr {
    font-size: 1.6rem;
  }
}
/* line 339, ../_module.scss */
.scale_img .bdr::after {
  content: '';
  background-color: #fff100;
  height: 2px;
  width: 20px;
  display: block;
  margin: 20px auto 0;
}

/* line 350, ../_module.scss */
.bdr_ttl {
  position: relative;
  padding-left: 25px;
}
/* line 353, ../_module.scss */
.bdr_ttl::before {
  content: '';
  background-color: #fff100;
  width: 18px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
}

/* line 363, ../_module.scss */
.bgylw {
  background-color: #fff100;
  color: #000;
}

/* line 368, ../_module.scss */
.en_ttl {
  font-size: 1.2rem;
  font-style: italic;
  letter-spacing: 0.2em;
}
/* line 372, ../_module.scss */
.en_ttl::before {
  content: '';
  position: absolute;
  background-color: #fff100;
}

/* line 379, ../_module.scss */
.txt_bg_blk {
  color: #fff;
  background-color: #000;
}

/* line 384, ../_module.scss */
.js_isNotWin .txt_bg_blk {
  padding: 8px 10px;
}

/* line 389, ../_module.scss */
.js_isWin .txt_bg_blk {
  padding: 7px 10px 15px 10px;
}

/* line 395, ../_module.scss */
.js_isNotWin .txt_bg_ylw {
  color: #000;
  background-color: #fff100;
  margin-right: 2px;
}

/* line 402, ../_module.scss */
.js_isWin .txt_bg_ylw {
  color: #000;
  position: relative;
  margin-right: 2px;
  z-index: 1;
}
/* line 407, ../_module.scss */
.js_isWin .txt_bg_ylw::after {
  content: '';
  background-color: #fff100;
  width: 100%;
  height: 85%;
  position: absolute;
  top: 15%;
  left: 0;
  z-index: -1;
}
/* line 418, ../_module.scss */
.js_isWin .txt_bg_ylw.ver::after {
  content: '';
  background-color: #fff100;
  width: 90%;
  height: 95%;
  position: absolute;
  top: 0;
  left: 5%;
  z-index: -1;
}
/* line 428, ../_module.scss */
.js_isWin .txt_bg_ylw.ver.num {
  margin-bottom: 6px;
  padding-bottom: 2px;
}
/* line 431, ../_module.scss */
.js_isWin .txt_bg_ylw.ver.num::after {
  top: 4px;
  left: 9%;
}
/* line 437, ../_module.scss */
.js_isWin .txt_bg_ylw.ver.withnum::after {
  content: '';
  background-color: #fff100;
  width: 90%;
  height: 95%;
  position: absolute;
  top: 0;
  left: 9%;
  z-index: -1;
}

/* line 453, ../_module.scss */
.js_isIe .txt_bg_ylw {
  color: #000;
  position: relative;
  margin-right: 2px;
  z-index: 1;
}
/* line 458, ../_module.scss */
.js_isIe .txt_bg_ylw::after {
  content: '';
  background-color: #fff100;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 2%;
  left: 0;
  z-index: -1;
}
/* line 469, ../_module.scss */
.js_isIe .txt_bg_ylw.ver::after {
  content: '';
  background-color: #fff100;
  width: 90%;
  height: 95%;
  position: absolute;
  top: 0;
  left: 5%;
  z-index: -1;
}
/* line 479, ../_module.scss */
.js_isIe .txt_bg_ylw.ver.num {
  margin-bottom: 6px;
  padding-bottom: 2px;
}
/* line 482, ../_module.scss */
.js_isIe .txt_bg_ylw.ver.num::after {
  top: 4px;
  left: 9%;
}
/* line 488, ../_module.scss */
.js_isIe .txt_bg_ylw.ver.withnum::after {
  content: '';
  background-color: #fff100;
  width: 90%;
  height: 95%;
  position: absolute;
  top: 0;
  left: 9%;
  z-index: -1;
}

/* line 503, ../_module.scss */
.icon_ttl {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  /* line 503, ../_module.scss */
  .icon_ttl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}
/* line 513, ../_module.scss */
.icon_ttl.on::after, .icon_ttl.on::before {
  height: 100%;
}
/* line 518, ../_module.scss */
.icon_ttl.on .ttl::before {
  opacity: 1;
}
/* line 523, ../_module.scss */
.icon_ttl::after, .icon_ttl::before {
  content: '';
  width: 1px;
  height: 0%;
  background-color: #fff;
  position: absolute;
  top: 0;
  transition: 1s ease-out;
}
/* line 533, ../_module.scss */
.icon_ttl::after {
  right: 0;
}
/* line 536, ../_module.scss */
.icon_ttl::before {
  left: 0;
}
/* line 539, ../_module.scss */
.icon_ttl .ttl {
  color: #fff;
  display: inline-block;
  padding: 70px 18px 25px;
  font-size: 2.2rem;
  letter-spacing: 0.22em;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 539, ../_module.scss */
  .icon_ttl .ttl {
    padding: 60px 14px 20px;
  }
}
/* line 549, ../_module.scss */
.icon_ttl .ttl::before {
  content: '';
  background: url(../../img/common/logo-wht.svg) center no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 896px) {
  /* line 549, ../_module.scss */
  .icon_ttl .ttl::before {
    background: url(../../img/common/logo-wht.svg) center no-repeat;
    background-size: 100%;
    width: 23px;
    height: 25px;
    top: 22px;
  }
}

/* line 573, ../_module.scss */
.js_isIe .fill_anim path {
  fill-opacity: 1;
  opacity: 0;
  transition: 0.3s;
}
/* line 579, ../_module.scss */
.js_isIe .fill_anim.on path {
  opacity: 1;
}

/* line 4, ../_layout.scss */
.sp {
  display: none;
}
@media screen and (max-width: 896px) {
  /* line 4, ../_layout.scss */
  .sp {
    display: block;
  }
}

@media screen and (max-width: 896px) {
  /* line 10, ../_layout.scss */
  .pc {
    display: none;
  }
}

@media screen and (min-width: 897px) {
  /* line 16, ../_layout.scss */
  #stage {
    padding-right: 140px;
  }
}

/* line 22, ../_layout.scss */
.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 27, ../_layout.scss */
.outer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 33, ../_layout.scss */
.header {
  width: 140px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  padding: 4% 30px 6%;
  box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 897px) {
  /* line 33, ../_layout.scss */
  .header {
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 896px) {
  /* line 33, ../_layout.scss */
  .header {
    height: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    justify-content: space-between;
    padding: 13px 5%;
  }
}
/* line 55, ../_layout.scss */
.header .logo {
  width: 55px;
}
@media screen and (max-width: 896px) {
  /* line 55, ../_layout.scss */
  .header .logo {
    width: 140px;
  }
}
/* line 61, ../_layout.scss */
.header .trigger {
  cursor: pointer;
  transition: 0.3s;
}
/* line 64, ../_layout.scss */
.header .trigger span {
  width: 40px;
  height: 2px;
  background-color: #080a0a;
  display: block;
  min-height: 0%;
  transition: 0.3s;
}
/* line 71, ../_layout.scss */
.header .trigger span:nth-of-type(2) {
  margin: 14px 0;
}
@media screen and (max-width: 896px) {
  /* line 71, ../_layout.scss */
  .header .trigger span:nth-of-type(2) {
    margin: 8px 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 64, ../_layout.scss */
  .header .trigger span {
    width: 25px;
  }
}
/* line 82, ../_layout.scss */
.header .trigger.close span {
  transform: rotate(45deg);
}
/* line 84, ../_layout.scss */
.header .trigger.close span:nth-of-type(1) {
  margin-top: 10px;
}
/* line 87, ../_layout.scss */
.header .trigger.close span:nth-of-type(2) {
  width: 40px;
  margin-top: -2px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 896px) {
  /* line 87, ../_layout.scss */
  .header .trigger.close span:nth-of-type(2) {
    width: 25px;
  }
}
/* line 95, ../_layout.scss */
.header .trigger.close span:last-child {
  opacity: 0;
}
/* line 101, ../_layout.scss */
.header .open_nav {
  width: 100%;
}
/* line 105, ../_layout.scss */
.header .open_nav ul li a {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  font-weight: bold;
  position: relative;
  padding-top: 38px;
}
/* line 111, ../_layout.scss */
.header .open_nav ul li a::after {
  content: '';
  width: 2px;
  height: 25px;
  background-color: #fff100;
  position: absolute;
  top: 0;
  left: 50%;
}

@media screen and (max-width: 896px) {
  /* line 126, ../_layout.scss */
  .access_area {
    display: block;
  }
}
/* line 130, ../_layout.scss */
.access_area .map {
  filter: invert(1) grayscale(1);
  width: 63%;
}
@media screen and (max-width: 896px) {
  /* line 130, ../_layout.scss */
  .access_area .map {
    width: 100%;
  }
}
/* line 136, ../_layout.scss */
.access_area .map iframe {
  width: 100%;
  height: 460px;
}
@media screen and (max-width: 896px) {
  /* line 136, ../_layout.scss */
  .access_area .map iframe {
    height: 260px;
  }
}
/* line 144, ../_layout.scss */
.access_area .text_area {
  width: 38%;
  background-color: #121212;
}
@media screen and (max-width: 896px) {
  /* line 144, ../_layout.scss */
  .access_area .text_area {
    margin-top: -1px;
    width: 100%;
    padding: 60px 10%;
    display: block;
  }
}
/* line 154, ../_layout.scss */
.access_area .text_area .box .bdr_ttl {
  padding-left: 35px;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 2.8rem;
}
@media screen and (max-width: 896px) {
  /* line 154, ../_layout.scss */
  .access_area .text_area .box .bdr_ttl {
    font-size: 2.2rem;
    padding-left: 25px;
  }
}
/* line 163, ../_layout.scss */
.access_area .text_area .box .bdr_ttl::before {
  width: 25px;
}
@media screen and (max-width: 896px) {
  /* line 163, ../_layout.scss */
  .access_area .text_area .box .bdr_ttl::before {
    width: 20px;
  }
}
/* line 170, ../_layout.scss */
.access_area .text_area .box .lead {
  margin-top: 30px;
  color: #fff;
  letter-spacing: 0.025em;
  font-size: 1.4rem;
  line-height: 1.7;
}
/* line 37, ../_module.scss */
.access_area .text_area .box .lead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: '';
}
/* line 44, ../_module.scss */
.access_area .text_area .box .lead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: '';
}
@media screen and (max-width: 896px) {
  /* line 170, ../_layout.scss */
  .access_area .text_area .box .lead {
    font-weight: 400;
    margin-top: 20px;
  }
}
@media screen and (max-width: 896px) {
  /* line 182, ../_layout.scss */
  .access_area .text_area .box .lead.fz16 {
    font-size: 1.4rem;
  }
}
/* line 186, ../_layout.scss */
.access_area .text_area .box .lead .tel {
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 896px) {
  /* line 186, ../_layout.scss */
  .access_area .text_area .box .lead .tel {
    font-weight: 400;
  }
}

/* line 197, ../_layout.scss */
.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #fff url(../../img/top/vision-bg.jpg) no-repeat right bottom;
  background-size: cover;
  z-index: 150;
}
/* line 206, ../_layout.scss */
.loading.off {
  background: #fff;
}
/* line 209, ../_layout.scss */
.loading .logo_area {
  text-align: center;
  width: 180px;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 896px) {
  /* line 209, ../_layout.scss */
  .loading .logo_area {
    top: 43%;
    width: 150px;
  }
}
/* line 221, ../_layout.scss */
.loading .logo_area .logo {
  transition: 1s;
}
/* line 227, ../_layout.scss */
.loading.fade .logo_area .logo {
  opacity: 0;
  transform: translateY(5%);
  filter: blur(10px);
}

/* line 236, ../_layout.scss */
.footer {
  margin-top: -1px;
  background: url(../../img/common/footer-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 5% 200px;
}
@media screen and (max-width: 896px) {
  /* line 236, ../_layout.scss */
  .footer {
    padding: 60px 10%;
  }
}
/* line 244, ../_layout.scss */
.footer .copy_area {
  align-items: flex-end;
  margin-top: 80px;
}
@media screen and (max-width: 896px) {
  /* line 244, ../_layout.scss */
  .footer .copy_area {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #7b7b7b;
  }
}
/* line 252, ../_layout.scss */
.footer .copy_area .privacylink {
  color: #7b7b7b;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
}
/* line 258, ../_layout.scss */
.footer .copy_area .logo_area .logo {
  width: 220px;
}
@media screen and (max-width: 896px) {
  /* line 258, ../_layout.scss */
  .footer .copy_area .logo_area .logo {
    width: 120px;
  }
}
/* line 264, ../_layout.scss */
.footer .copy_area .logo_area .copyright {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.12em;
  margin-top: 21px;
}

/* line 278, ../_layout.scss */
.global_nav.blk .parent .parent_list a {
  color: #000;
}
/* line 284, ../_layout.scss */
.global_nav .parent {
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  /* line 284, ../_layout.scss */
  .global_nav .parent {
    display: block;
  }
}
/* line 289, ../_layout.scss */
.global_nav .parent.first {
  margin-bottom: 80px;
}
@media screen and (max-width: 896px) {
  /* line 289, ../_layout.scss */
  .global_nav .parent.first {
    margin-bottom: 0;
  }
}
/* line 295, ../_layout.scss */
.global_nav .parent .parent_list {
  width: calc(100% / 6);
}
/* line 297, ../_layout.scss */
.global_nav .parent .parent_list .bdr_ttl {
  transition: 0.3s;
}
/* line 299, ../_layout.scss */
.global_nav .parent .parent_list .bdr_ttl:hover {
  opacity: 0.5;
}
@media screen and (max-width: 896px) {
  /* line 295, ../_layout.scss */
  .global_nav .parent .parent_list {
    margin-bottom: 24px;
    width: 100%;
  }
  /* line 306, ../_layout.scss */
  .global_nav .parent .parent_list .ac_trigger {
    color: #fff;
    font-size: 1.6rem;
    padding-left: 30px;
  }
  /* line 310, ../_layout.scss */
  .global_nav .parent .parent_list .ac_trigger::after {
    content: '';
    background-color: #fff100;
    width: 2px;
    height: 16px;
    position: absolute;
    top: 1px;
    left: 7.5px;
    transition: 0.3s;
  }
  /* line 321, ../_layout.scss */
  .global_nav .parent .parent_list .ac_trigger.show::after {
    transform: rotate(90deg);
  }
}
/* line 327, ../_layout.scss */
.global_nav .parent .parent_list a {
  color: #fff;
  font-size: 1.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 896px) {
  /* line 327, ../_layout.scss */
  .global_nav .parent .parent_list a {
    font-size: 1.6rem;
  }
  /* line 333, ../_layout.scss */
  .global_nav .parent .parent_list a.par_a {
    padding-left: 30px;
  }
}
/* line 338, ../_layout.scss */
.global_nav .parent .parent_list .child {
  padding-left: 22px;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 338, ../_layout.scss */
  .global_nav .parent .parent_list .child {
    padding-top: 8px;
    margin-top: 20px;
    display: none;
  }
  /* line 346, ../_layout.scss */
  .global_nav .parent .parent_list .child::before {
    content: '';
    width: 0%;
    height: 1px;
    background-color: #505050;
    transition: 0.4s;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 357, ../_layout.scss */
  .global_nav .parent .parent_list .child.bdr::before {
    width: 100%;
    transition-delay: 0.2s;
  }
}
/* line 363, ../_layout.scss */
.global_nav .parent .parent_list .child .child_list {
  margin-top: 15px;
  transition: 0.3s;
}
/* line 366, ../_layout.scss */
.global_nav .parent .parent_list .child .child_list:hover {
  opacity: 0.5;
}
@media screen and (max-width: 896px) {
  /* line 363, ../_layout.scss */
  .global_nav .parent .parent_list .child .child_list {
    padding-left: 10px;
  }
  /* line 371, ../_layout.scss */
  .global_nav .parent .parent_list .child .child_list:last-child {
    margin-bottom: 30px;
  }
}
/* line 375, ../_layout.scss */
.global_nav .parent .parent_list .child .child_list a {
  font-size: 1.4rem;
  line-height: 1.5;
  white-space: normal;
}
/* line 37, ../_module.scss */
.global_nav .parent .parent_list .child .child_list a::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: '';
}
/* line 44, ../_module.scss */
.global_nav .parent .parent_list .child .child_list a::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: '';
}
@media screen and (max-width: 896px) {
  /* line 375, ../_layout.scss */
  .global_nav .parent .parent_list .child .child_list a {
    font-weight: 100;
  }
}

/* line 390, ../_layout.scss */
.under_fv {
  background: url(../../img/common/base-fv-bg.jpg) no-repeat top right;
  background-size: cover;
  padding: 120px 0 100px;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 390, ../_layout.scss */
  .under_fv {
    padding: 120px 0 40px;
  }
}
/* line 398, ../_layout.scss */
.under_fv::after {
  content: '';
  background-color: #fff100;
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: 0;
  transition: 1s ease-in;
  left: calc(50% - 50px);
}
/* line 408, ../_layout.scss */
.under_fv .fv_head {
  text-align: center;
  position: relative;
}
/* line 411, ../_layout.scss */
.under_fv .fv_head::before {
  content: '';
  background: url(../../img/common/fv-logo.png) no-repeat center;
  background-size: 100%;
  width: 230px;
  height: 230px;
  position: absolute;
  top: -107%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  filter: blur(10px);
  transition: 1.6s;
}
@media screen and (max-width: 896px) {
  /* line 411, ../_layout.scss */
  .under_fv .fv_head::before {
    width: 120px;
    height: 120px;
    top: -100%;
  }
}
/* line 430, ../_layout.scss */
.under_fv .fv_head .head_ttl {
  color: #fff;
  font-size: 4.8rem;
  letter-spacing: 0.31em;
  opacity: 0;
  transition: 1.6s;
  margin-bottom: 18px;
}
@media screen and (max-width: 896px) {
  /* line 430, ../_layout.scss */
  .under_fv .fv_head .head_ttl {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
/* line 442, ../_layout.scss */
.under_fv .fv_head .sub_ttl {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.18em;
  opacity: 0;
  transition: 1.6s;
}
@media screen and (max-width: 896px) {
  /* line 442, ../_layout.scss */
  .under_fv .fv_head .sub_ttl {
    font-size: 1.4rem;
  }
}

/* line 457, ../_layout.scss */
.loaded .under_fv .fv_head::before {
  opacity: 1;
  filter: blur(0);
}
/* line 461, ../_layout.scss */
.loaded .under_fv .fv_head .head_ttl {
  letter-spacing: 0.11em;
  opacity: 1;
}
/* line 465, ../_layout.scss */
.loaded .under_fv .fv_head .sub_ttl {
  letter-spacing: 0.08em;
  opacity: 1;
}

/* line 472, ../_layout.scss */
.bread_area {
  padding: 17px 5%;
  border-bottom: 1px solid #d7d7d7;
}
@media screen and (max-width: 896px) {
  /* line 472, ../_layout.scss */
  .bread_area {
    display: none;
  }
}
/* line 479, ../_layout.scss */
.bread_area ol li {
  font-size: 1.4rem;
}
/* line 481, ../_layout.scss */
.bread_area ol li:not(:last-child) {
  margin-right: 30px;
  position: relative;
}
/* line 484, ../_layout.scss */
.bread_area ol li:not(:last-child)::after {
  content: '▶︎';
  color: #fff100;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
}
/* line 495, ../_layout.scss */
.bread_area ol li:first-child a {
  padding-left: 30px;
  position: relative;
}
/* line 498, ../_layout.scss */
.bread_area ol li:first-child a::before {
  content: '';
  background: url(../../img/common/home-icon.png) no-repeat center;
  background-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* line 515, ../_layout.scss */
.news_box {
  width: 100%;
}
/* line 517, ../_layout.scss */
.news_box .news_tab {
  position: relative;
}
/* line 519, ../_layout.scss */
.news_box .news_tab::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 896px) {
  /* line 519, ../_layout.scss */
  .news_box .news_tab::after {
    content: none;
  }
}
/* line 531, ../_layout.scss */
.news_box .news_tab li {
  cursor: pointer;
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 15px;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 531, ../_layout.scss */
  .news_box .news_tab li {
    font-size: 1.4rem;
  }
}
/* line 541, ../_layout.scss */
.news_box .news_tab li::after {
  content: '';
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #fff100;
  transition: 0.3s ease;
}
@media screen and (max-width: 896px) {
  /* line 541, ../_layout.scss */
  .news_box .news_tab li::after {
    bottom: -1px;
  }
}
@media screen and (min-width: 897px) {
  /* line 557, ../_layout.scss */
  .news_box .news_tab li:hover::after {
    width: 100%;
  }
}
/* line 563, ../_layout.scss */
.news_box .news_tab li.active::after {
  width: 100%;
}
/* line 569, ../_layout.scss */
.news_box .news_ct_block {
  display: none;
}
/* line 571, ../_layout.scss */
.news_box .news_ct_block.active {
  display: block;
}
/* line 574, ../_layout.scss */
.news_box .news_ct_block .news_list {
  margin-top: 30px;
}
/* line 576, ../_layout.scss */
.news_box .news_ct_block .news_list .no_link {
  font-size: 1.6rem;
  text-align: center;
  padding: 30px 0;
}
/* line 583, ../_layout.scss */
.news_box .news_ct_block .news_list ul li a {
  padding: 30px 20px;
  transition: 0.3s ease;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 583, ../_layout.scss */
  .news_box .news_ct_block .news_list ul li a {
    padding: 20px 15px;
    flex-wrap: wrap;
  }
}
/* line 591, ../_layout.scss */
.news_box .news_ct_block .news_list ul li a::after {
  content: '';
  background: url(../../img/common/arrow.svg) no-repeat center;
  background-size: 100%;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
  transition: 0.3s;
  transform: translateX(-10px);
  opacity: 0;
}
@media screen and (min-width: 897px) {
  /* line 605, ../_layout.scss */
  .news_box .news_ct_block .news_list ul li a:hover {
    background-color: #fff100;
  }
  /* line 607, ../_layout.scss */
  .news_box .news_ct_block .news_list ul li a:hover::after {
    opacity: 1;
    transform: translateX(0);
  }
}
/* line 614, ../_layout.scss */
.news_box .news_ct_block .news_list ul li time {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-right: 20px;
  font-weight: 500;
}
@media screen and (max-width: 896px) {
  /* line 614, ../_layout.scss */
  .news_box .news_ct_block .news_list ul li time {
    width: 100%;
    font-size: 1.2rem;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 896px) {
  /* line 626, ../_layout.scss */
  .news_box .news_ct_block .news_list ul li .text_area {
    align-items: baseline;
  }
}
/* line 630, ../_layout.scss */
.news_box .news_ct_block .news_list ul li .text_area .cat {
  font-size: 1.3rem;
  padding: 5px 0;
  border: #000 solid 1px;
  border-radius: 20px;
  width: 100px;
  text-align: center;
  margin-right: 20px;
  font-weight: 500;
}
@media screen and (max-width: 896px) {
  /* line 630, ../_layout.scss */
  .news_box .news_ct_block .news_list ul li .text_area .cat {
    font-size: 1.2rem;
    width: 90px;
  }
}
/* line 644, ../_layout.scss */
.news_box .news_ct_block .news_list ul li .text_area .ttl {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 896px) {
  /* line 644, ../_layout.scss */
  .news_box .news_ct_block .news_list ul li .text_area .ttl {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

/* line 660, ../_layout.scss */
.sec_head {
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 663, ../_layout.scss */
  .sec_head .bg {
    overflow: hidden;
    height: 200px;
  }
  /* line 666, ../_layout.scss */
  .sec_head .bg img {
    max-width: none;
    width: 180%;
    transform: translateX(-25%);
  }
}
/* line 673, ../_layout.scss */
.sec_head .ttl_box {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 896px) {
  /* line 673, ../_layout.scss */
  .sec_head .ttl_box {
    z-index: 1;
    top: 53%;
  }
}
/* line 681, ../_layout.scss */
.sec_head .ttl_box h3 {
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  display: inline-block;
}
@media screen and (max-width: 896px) {
  /* line 681, ../_layout.scss */
  .sec_head .ttl_box h3 {
    font-size: 2.2rem;
  }
}
/* line 689, ../_layout.scss */
.sec_head .ttl_box h3::before {
  content: '';
  background: url(../../img/common/logo-wht.svg) no-repeat center;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.8s;
}
@media screen and (max-width: 896px) {
  /* line 689, ../_layout.scss */
  .sec_head .ttl_box h3::before {
    width: 26px;
    height: 26px;
    top: -35px;
  }
}
/* line 708, ../_layout.scss */
.sec_head .ttl_box h3.on::before {
  opacity: 1;
}

/* line 716, ../_layout.scss */
.base_tbl {
  display: none;
}
/* line 718, ../_layout.scss */
.base_tbl.active {
  display: block;
}
@media screen and (max-width: 896px) {
  /* line 721, ../_layout.scss */
  .base_tbl dl {
    display: block;
    padding-top: 25px;
  }
}
/* line 726, ../_layout.scss */
.base_tbl dl.fls {
  align-items: baseline;
}
/* line 729, ../_layout.scss */
.base_tbl dl dt {
  background-color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  width: 7em;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  line-height: 1.6;
  margin-right: 35px;
}
@media screen and (max-width: 896px) {
  /* line 729, ../_layout.scss */
  .base_tbl dl dt {
    margin-right: 0;
    width: auto;
    padding: 3px 10px;
    display: inline;
    font-size: 1.4rem;
  }
}
/* line 747, ../_layout.scss */
.base_tbl dl dd {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 18px 0;
  border-bottom: solid 1px #d9d9d9;
  width: 100%;
}
@media screen and (max-width: 896px) {
  /* line 747, ../_layout.scss */
  .base_tbl dl dd {
    font-size: 1.4rem;
    padding: 14px 0;
  }
}

/* line 762, ../_layout.scss */
.development_nav {
  background-color: #eee;
  padding: 85px 0 80px;
}
@media screen and (max-width: 896px) {
  /* line 762, ../_layout.scss */
  .development_nav {
    padding: 60px 5%;
  }
}
/* line 768, ../_layout.scss */
.development_nav .ttl_box {
  text-align: center;
  position: relative;
}
/* line 771, ../_layout.scss */
.development_nav .ttl_box .devlink {
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  color: #000;
  padding-right: 35px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  /* line 771, ../_layout.scss */
  .development_nav .ttl_box .devlink {
    display: none;
  }
}
/* line 782, ../_layout.scss */
.development_nav .ttl_box .devlink::after {
  content: '';
  background: url(../../img/development-common/arrow-right.svg) no-repeat center;
  background-size: 100%;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
/* line 795, ../_layout.scss */
.development_nav .ttl_box h3 {
  font-size: 5.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  /* line 795, ../_layout.scss */
  .development_nav .ttl_box h3 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
/* line 804, ../_layout.scss */
.development_nav .ttl_box .en {
  color: #999;
  font-size: 1.6rem;
}
@media screen and (max-width: 896px) {
  /* line 804, ../_layout.scss */
  .development_nav .ttl_box .en {
    font-size: 1.4rem;
  }
}
/* line 812, ../_layout.scss */
.development_nav .development_list {
  margin-top: 30px;
  flex-wrap: wrap;
}
/* line 815, ../_layout.scss */
.development_nav .development_list::after {
  content: '';
  display: block;
  width: 25%;
}
@media screen and (max-width: 896px) {
  /* line 815, ../_layout.scss */
  .development_nav .development_list::after {
    content: none;
  }
}
/* line 823, ../_layout.scss */
.development_nav .development_list li {
  width: 25%;
  border: 1px solid #9a9a9a;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 823, ../_layout.scss */
  .development_nav .development_list li {
    width: 100%;
  }
}
/* line 830, ../_layout.scss */
.development_nav .development_list li::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 2;
}
/* line 841, ../_layout.scss */
.development_nav .development_list li.current {
  pointer-events: none;
}
/* line 843, ../_layout.scss */
.development_nav .development_list li.current::before {
  display: block;
}

/* line 853, ../_layout.scss */
.base_anchor ul li {
  margin-bottom: 20px;
}
/* line 855, ../_layout.scss */
.base_anchor ul li a {
  padding: 10px 20px 10px 40px;
  border-right: 1px solid #ccc;
  display: block;
  position: relative;
  font-size: 1.4rem;
  color: #000;
  transition: 0.3s;
}
@media screen and (min-width: 897px) {
  /* line 864, ../_layout.scss */
  .base_anchor ul li a:hover {
    background-color: #000;
    color: #fff;
  }
  /* line 867, ../_layout.scss */
  .base_anchor ul li a:hover::before {
    color: #fff;
  }
}
/* line 872, ../_layout.scss */
.base_anchor ul li a::before {
  transition: 0.3s;
  content: '▼';
  color: #000;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 896px) {
  /* line 888, ../_layout.scss */
  .info_area .info_list {
    display: block;
  }
}
/* line 892, ../_layout.scss */
.info_area .info_list li {
  position: relative;
  overflow: hidden;
}
/* line 895, ../_layout.scss */
.info_area .info_list li .bg {
  transition: 1s;
}
/* line 897, ../_layout.scss */
.info_area .info_list li .bg.on {
  transform: scale(1.1);
}
/* line 901, ../_layout.scss */
.info_area .info_list li .base_btn {
  z-index: 1;
  position: absolute;
  width: 260px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  right: 0;
  left: 0;
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 896px) {
  /* line 901, ../_layout.scss */
  .info_area .info_list li .base_btn {
    width: 180px;
    font-size: 1.4rem;
  }
}

/* line 920, ../_layout.scss */
.menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff url(../../img/top/vision-bg.jpg) no-repeat right bottom;
  background-size: 100%;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 896px) {
  /* line 920, ../_layout.scss */
  .menu {
    background: #fff url(../../img/top/vision-bg.jpg) no-repeat 57% bottom;
    background-size: cover;
    padding: 50px 0 80px;
  }
  /* line 934, ../_layout.scss */
  .menu .global_nav {
    overflow-y: scroll;
    height: 100%;
  }
  /* line 939, ../_layout.scss */
  .menu .global_nav .parent .parent_list .ac_trigger {
    color: #000;
  }
}
@media screen and (min-width: 897px) {
  /* line 920, ../_layout.scss */
  .menu {
    padding-right: 140px;
  }
}
/* line 949, ../_layout.scss */
.menu .global_nav {
  width: 90%;
  margin: 8% auto 0;
}
@media screen and (min-width: 897px) {
  /* line 953, ../_layout.scss */
  .menu .global_nav .menu__sdgs__bnr a {
    width: 260px;
    margin-top: 60px;
    display: block;
  }
}

/* line 993, ../_layout.scss */
.modal_open {
  cursor: pointer;
}

/* line 997, ../_layout.scss */
.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 1000000;
}
/* line 1006, ../_layout.scss */
.modal-overlay .modal-panel {
  width: 90%;
  max-width: 1000px;
  height: auto;
  max-height: 620px;
  padding: 10px;
  position: fixed;
}
/* line 1013, ../_layout.scss */
.modal-overlay .modal-panel iframe {
  width: 100%;
  height: 60vh;
}

/* line 1019, ../_layout.scss */
.modal-close {
  position: fixed;
  top: 20px;
  right: 5%;
  width: 80px;
  height: 80px;
  background: rgba(96, 96, 96, 0.7);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 896px) {
  /* line 1019, ../_layout.scss */
  .modal-close {
    top: 20px;
    right: 7%;
  }
}
@media screen and (min-width: 897px) {
  /* line 1034, ../_layout.scss */
  .modal-close:hover {
    transform: scale(1.05);
  }
}
/* line 1038, ../_layout.scss */
.modal-close span {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 1043, ../_layout.scss */
.modal-close::before, .modal-close::after {
  position: absolute;
  top: 1px;
  border: 1px solid #fff;
  height: 50px;
  right: 50%;
  top: 50%;
  content: '';
}
/* line 1053, ../_layout.scss */
.modal-close::before {
  transform: translateY(-50%) rotate(-45deg);
}
/* line 1056, ../_layout.scss */
.modal-close::after {
  transform: translateY(-50%) rotate(45deg);
}

/* line 1061, ../_layout.scss */
.scroll {
  bottom: 6%;
  left: 2%;
  z-index: 2;
}
@media screen and (max-width: 896px) {
  /* line 1061, ../_layout.scss */
  .scroll {
    display: none;
  }
}
/* line 1068, ../_layout.scss */
.scroll .bdr {
  width: 1px;
  height: 70px;
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  overflow: hidden;
}
/* line 1075, ../_layout.scss */
.scroll .bdr::before {
  content: '';
  background-color: #fff100;
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  animation: scranim 3s infinite;
}
/* line 1086, ../_layout.scss */
.scroll p {
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.36em;
  font-style: italic;
}
/* line 1091, ../_layout.scss */
.scroll p.blk {
  color: #000;
}

/* line 1097, ../_layout.scss */
.workstyle_wrap {
  height: 90vh;
}
@media screen and (max-width: 896px) {
  /* line 1097, ../_layout.scss */
  .workstyle_wrap {
    height: auto;
  }
}
/* line 1102, ../_layout.scss */
.workstyle_wrap ul {
  height: 100%;
}
@media screen and (max-width: 896px) {
  /* line 1102, ../_layout.scss */
  .workstyle_wrap ul {
    height: auto;
    display: block;
  }
}
/* line 1108, ../_layout.scss */
.workstyle_wrap ul li {
  width: calc(100% / 4);
  transition: 0.6s ease-in-out;
}
@media screen and (max-width: 896px) {
  /* line 1108, ../_layout.scss */
  .workstyle_wrap ul li {
    width: 100%;
    height: 325px;
  }
}
/* line 1115, ../_layout.scss */
.workstyle_wrap ul li.current {
  pointer-events: none;
  filter: brightness(0.5);
}
@media screen and (min-width: 897px) {
  /* line 1120, ../_layout.scss */
  .workstyle_wrap ul li:hover {
    width: 85%;
  }
}
/* line 1125, ../_layout.scss */
.workstyle_wrap ul li:nth-of-type(1) a {
  background: url(../../img/workstyle/workstyle-bg01.jpg) no-repeat 33%;
  background-size: cover;
}
/* line 1131, ../_layout.scss */
.workstyle_wrap ul li:nth-of-type(2) a {
  background: url(../../img/workstyle/workstyle-bg02.jpg) no-repeat 78%;
  background-size: cover;
}
/* line 1137, ../_layout.scss */
.workstyle_wrap ul li:nth-of-type(3) a {
  background: url(../../img/workstyle/workstyle-bg03.jpg) no-repeat 0%;
  background-size: cover;
}
/* line 1143, ../_layout.scss */
.workstyle_wrap ul li:nth-of-type(4) a {
  background: url(../../img/workstyle/workstyle-bg04.jpg) no-repeat 0%;
  background-size: cover;
}
/* line 1158, ../_layout.scss */
.workstyle_wrap ul li:nth-of-type(5) a {
  background: url(../../img/workstyle/workstyle-bg05.jpg) no-repeat 22%;
  background-size: cover;
}
/* line 1163, ../_layout.scss */
.workstyle_wrap ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transition: 0.3s ease;
  z-index: 1;
}
@media screen and (min-width: 897px) {
  /* line 1172, ../_layout.scss */
  .workstyle_wrap ul li a:hover::before {
    opacity: 0;
  }
  /* line 1176, ../_layout.scss */
  .workstyle_wrap ul li a:hover .ttl::after {
    opacity: 1;
  }
}
/* line 1182, ../_layout.scss */
.workstyle_wrap ul li a::before {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: -1;
}
/* line 1193, ../_layout.scss */
.workstyle_wrap ul li a .ttl {
  transition: 0.3s;
  width: 62px;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  /* line 1193, ../_layout.scss */
  .workstyle_wrap ul li a .ttl {
    width: 60px;
  }
}
/* line 1204, ../_layout.scss */
.workstyle_wrap ul li a .ttl::after {
  content: '';
  background: url(../../img/workstyle/hvr-btn.png) no-repeat center;
  background-size: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  opacity: 0;
}

/* line 1223, ../_layout.scss */
.modal_open {
  position: fixed;
  right: -84px;
  bottom: 35px;
  width: 260px;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 896px) {
  /* line 1223, ../_layout.scss */
  .modal_open {
    right: 0;
  }
}
/* line 1234, ../_layout.scss */
.modal_open.inmenu {
  position: relative;
  width: 50%;
  margin-top: 45px;
  margin-bottom: 15px;
  bottom: 0;
}
@media screen and (max-width: 896px) {
  /* line 1234, ../_layout.scss */
  .modal_open.inmenu {
    width: 100%;
    margin-top: 15px;
  }
}
/* line 1246, ../_layout.scss */
.modal_open.pc.off {
  right: 140px;
}
/* line 1249, ../_layout.scss */
.modal_open.pc.none {
  display: none;
}
@media screen and (min-width: 897px) {
  /* line 1253, ../_layout.scss */
  .modal_open.pc:hover {
    right: 140px !important;
  }
}

/* line 4, ../_states.scss */
.hvrop {
  transition: .3s;
}
@media screen and (min-width: 897px) {
  /* line 7, ../_states.scss */
  .hvrop:hover {
    opacity: 0.7;
  }
}

/* line 12, ../_states.scss */
.blur {
  opacity: 0;
  transition: 1.2s;
  filter: blur(10px);
}
/* line 16, ../_states.scss */
.blur.on {
  filter: blur(0);
  opacity: 1;
}

/* line 22, ../_states.scss */
.txt_sepa span {
  opacity: 0;
  transition: 1.2s;
}
/* line 28, ../_states.scss */
.txt_sepa.on span:nth-child(1) {
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 28, ../_states.scss */
.txt_sepa.on span:nth-child(2) {
  opacity: 1;
  transition: all 1.2s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 28, ../_states.scss */
.txt_sepa.on span:nth-child(3) {
  opacity: 1;
  transition: all 1.8s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 28, ../_states.scss */
.txt_sepa.on span:nth-child(4) {
  opacity: 1;
  transition: all 2.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 28, ../_states.scss */
.txt_sepa.on span:nth-child(5) {
  opacity: 1;
  transition: all 3s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 28, ../_states.scss */
.txt_sepa.on span:nth-child(6) {
  opacity: 1;
  transition: all 3.6s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 28, ../_states.scss */
.txt_sepa.on span:nth-child(7) {
  opacity: 1;
  transition: all 4.2s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 28, ../_states.scss */
.txt_sepa.on span:nth-child(8) {
  opacity: 1;
  transition: all 4.8s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 28, ../_states.scss */
.txt_sepa.on span:nth-child(9) {
  opacity: 1;
  transition: all 5.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 28, ../_states.scss */
.txt_sepa.on span:nth-child(10) {
  opacity: 1;
  transition: all 6s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 28, ../_states.scss */
.txt_sepa.on span:nth-child(11) {
  opacity: 1;
  transition: all 6.6s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 28, ../_states.scss */
.txt_sepa.on span:nth-child(12) {
  opacity: 1;
  transition: all 7.2s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 28, ../_states.scss */
.txt_sepa.on span:nth-child(13) {
  opacity: 1;
  transition: all 7.8s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 28, ../_states.scss */
.txt_sepa.on span:nth-child(14) {
  opacity: 1;
  transition: all 8.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 36, ../_states.scss */
.leadltsp {
  transition: 2.4s;
  opacity: 0;
  letter-spacing: .15em;
  transform-origin: top;
}
/* line 41, ../_states.scss */
.leadltsp.on {
  letter-spacing: .05em;
  opacity: 1;
}

/* line 48, ../_states.scss */
.js_isnotIE .svg_anim svg {
  height: auto;
}

/* line 54, ../_states.scss */
.svg_anim svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: 1s;
  width: 100%;
}
/* line 61, ../_states.scss */
.svg_anim.on svg {
  stroke-dashoffset: 2000;
}

/* line 67, ../_states.scss */
.fill_anim {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
/* line 71, ../_states.scss */
.fill_anim.on path {
  animation: fillanim forwards 2s;
}

/* line 76, ../_states.scss */
.lineanim {
  position: relative;
}
/* line 78, ../_states.scss */
.lineanim::after {
  content: "";
  width: 100%;
  bottom: -3px;
  background-color: #fff100;
  height: 2px;
  width: 0%;
  position: absolute;
  left: 0;
  transition: .6s;
}
/* line 90, ../_states.scss */
.lineanim.on::after {
  width: 100%;
}

/* line 95, ../_states.scss */
.fade_y {
  transform: translateY(3%);
  opacity: 0;
  transition: 2s;
}
/* line 99, ../_states.scss */
.fade_y.on {
  opacity: 1;
  transform: translateY(0%);
}

/* line 104, ../_states.scss */
.fade_y_rev {
  transform: translateY(-3%);
  opacity: 0;
  transition: 2s;
}
/* line 108, ../_states.scss */
.fade_y_rev.on {
  opacity: 1;
  transform: translateY(0%);
}

/* line 113, ../_states.scss */
.scr_cvr {
  overflow: hidden;
  position: relative;
  display: block;
  opacity: 0;
  transition: 1s;
}
/* line 119, ../_states.scss */
.scr_cvr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #000;
  transition: all 1s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 131, ../_states.scss */
.scr_cvr.on {
  opacity: 1;
}
/* line 133, ../_states.scss */
.scr_cvr.on::before {
  right: -100%;
  transition-delay: .3s;
}

/* line 5, _dev1.scss */
.dev1 .head_area {
  padding: 70px 10%;
}
/* line 7, _dev1.scss */
.dev1 .head_area .text_area {
  text-align: center;
}
/* line 9, _dev1.scss */
.dev1 .head_area .text_area h3 {
  display: inline-block;
  font-size: 4.2rem;
  color: #000;
  margin-bottom: 35px;
  letter-spacing: .15em;
  transition: .6s ease-out;
  opacity: 0;
}
/* line 17, _dev1.scss */
.dev1 .head_area .text_area h3.on {
  letter-spacing: .1em;
  opacity: 1;
}
@media screen and (max-width: 896px) {
  /* line 9, _dev1.scss */
  .dev1 .head_area .text_area h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
/* line 27, _dev1.scss */
.dev1 .head_area .anchor {
  margin-top: 40px;
}
@media screen and (max-width: 896px) {
  /* line 29, _dev1.scss */
  .dev1 .head_area .anchor ul {
    display: block;
  }
}
/* line 33, _dev1.scss */
.dev1 .head_area .anchor ul li {
  width: 30%;
}
@media screen and (max-width: 896px) {
  /* line 33, _dev1.scss */
  .dev1 .head_area .anchor ul li {
    width: 100%;
    margin-top: 15px;
  }
}
/* line 41, _dev1.scss */
.dev1 .head_area .anchor ul li:nth-of-type(1) a::after {
  background: url(../../img/dev1/dev-icon01.png) no-repeat center;
  background-size: 100%;
}
/* line 49, _dev1.scss */
.dev1 .head_area .anchor ul li:nth-of-type(2) a::after {
  background: url(../../img/dev1/dev-icon02.png) no-repeat center;
  background-size: 100%;
}
/* line 57, _dev1.scss */
.dev1 .head_area .anchor ul li:nth-of-type(3) a::after {
  background: url(../../img/dev1/dev-icon03.png) no-repeat center;
  background-size: 100%;
}
/* line 63, _dev1.scss */
.dev1 .head_area .anchor ul li a {
  padding: 15px 0 15px 45px;
  border-bottom: 1px solid #ccc;
  display: block;
  width: 100%;
  position: relative;
  font-size: 1.8rem;
  color: #000;
  transition: .3s;
}
@media screen and (max-width: 896px) {
  /* line 63, _dev1.scss */
  .dev1 .head_area .anchor ul li a {
    font-size: 1.4rem;
    padding: 12px 0 12px 35px;
  }
}
@media screen and (min-width: 897px) {
  /* line 77, _dev1.scss */
  .dev1 .head_area .anchor ul li a:hover {
    background-color: #000;
    color: #fff;
  }
  /* line 80, _dev1.scss */
  .dev1 .head_area .anchor ul li a:hover::before {
    color: #fff;
  }
  /* line 83, _dev1.scss */
  .dev1 .head_area .anchor ul li a:hover::after {
    filter: invert(1);
  }
}
/* line 88, _dev1.scss */
.dev1 .head_area .anchor ul li a::after {
  content: "";
  width: 25px;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}
@media screen and (max-width: 896px) {
  /* line 88, _dev1.scss */
  .dev1 .head_area .anchor ul li a::after {
    width: 15px;
  }
}
/* line 101, _dev1.scss */
.dev1 .head_area .anchor ul li a::before {
  transition: .3s;
  content: "▼";
  color: #000;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
/* line 116, _dev1.scss */
.dev1 .main_area {
  background: url(../../img/development-common/dev1-bg.jpg) repeat-y top right;
  background-size: 100%;
  padding: 100px 5%;
}
/* line 120, _dev1.scss */
.dev1 .main_area .section {
  background-color: #fff;
}
/* line 122, _dev1.scss */
.dev1 .main_area .section:not(:nth-of-type(1)) {
  margin-top: 80px;
}
@media screen and (max-width: 896px) {
  /* line 122, _dev1.scss */
  .dev1 .main_area .section:not(:nth-of-type(1)) {
    margin-top: 60px;
  }
}
/* line 128, _dev1.scss */
.dev1 .main_area .section .sec_ttl {
  background-color: #000;
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  letter-spacing: .1em;
  line-height: 1.5;
}
/* line 37, ../_module.scss */
.dev1 .main_area .section .sec_ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: '';
}
/* line 44, ../_module.scss */
.dev1 .main_area .section .sec_ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: '';
}
@media screen and (max-width: 896px) {
  /* line 128, _dev1.scss */
  .dev1 .main_area .section .sec_ttl {
    font-size: 2rem;
    padding: 15px 5%;
  }
}
/* line 142, _dev1.scss */
.dev1 .main_area .section .sec_inner {
  padding: 60px 5% 70px;
}
@media screen and (max-width: 896px) {
  /* line 142, _dev1.scss */
  .dev1 .main_area .section .sec_inner {
    padding: 45px 5% 60px;
  }
}
/* line 147, _dev1.scss */
.dev1 .main_area .section .sec_inner .text_area {
  margin-top: 45px;
}
@media screen and (max-width: 896px) {
  /* line 147, _dev1.scss */
  .dev1 .main_area .section .sec_inner .text_area {
    margin-top: 30px;
  }
}
/* line 152, _dev1.scss */
.dev1 .main_area .section .sec_inner .text_area .base_btn {
  font-size: 2rem;
  width: 350px;
  margin: 50px auto 0;
}
@media screen and (max-width: 896px) {
  /* line 152, _dev1.scss */
  .dev1 .main_area .section .sec_inner .text_area .base_btn {
    width: 100%;
    font-size: 1.4rem;
  }
}
/* line 162, _dev1.scss */
.dev1 .main_area .section .sec_inner .info_area {
  margin-top: 65px;
}
@media screen and (max-width: 896px) {
  /* line 162, _dev1.scss */
  .dev1 .main_area .section .sec_inner .info_area {
    margin-top: 40px;
    display: block;
  }
}
/* line 168, _dev1.scss */
.dev1 .main_area .section .sec_inner .info_area .img_box {
  width: 28%;
}
@media screen and (max-width: 896px) {
  /* line 168, _dev1.scss */
  .dev1 .main_area .section .sec_inner .info_area .img_box {
    width: 100%;
  }
}
/* line 174, _dev1.scss */
.dev1 .main_area .section .sec_inner .info_area .text_box {
  width: 67%;
}
@media screen and (max-width: 896px) {
  /* line 174, _dev1.scss */
  .dev1 .main_area .section .sec_inner .info_area .text_box {
    width: 100%;
    margin-top: 20px;
  }
  /* line 179, _dev1.scss */
  .dev1 .main_area .section .sec_inner .info_area .text_box .lead {
    font-size: 1.4rem;
  }
}
/* line 183, _dev1.scss */
.dev1 .main_area .section .sec_inner .info_area .text_box h4 {
  color: #000;
  font-size: 2.2rem;
  letter-spacing: .15em;
  transition: .6s ease-out;
  opacity: 0;
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}
/* line 192, _dev1.scss */
.dev1 .main_area .section .sec_inner .info_area .text_box h4.on {
  opacity: 1;
  letter-spacing: .1em;
}
@media screen and (max-width: 896px) {
  /* line 183, _dev1.scss */
  .dev1 .main_area .section .sec_inner .info_area .text_box h4 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
/* line 201, _dev1.scss */
.dev1 .main_area .section .sec_inner .info_area .text_box h4::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #fff100;
  position: absolute;
  top: 0;
  left: 0;
}
