@charset "UTF-8";
/*-----------------------
import.scss
-----------------------*/
.red {
  color: #ff0000;
}

.white {
  color: #fff;
}

.green {
  color: #5a94ae;
}

.yellow {
  color: #fff99f;
}

.orange {
  color: #f89700;
}

.under-line {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, #fff99f 0%);
}

.shadow {
  text-shadow: 0px 0px 4px #000000;
}

/*-----------------------
mixin
-----------------------*/
.hind {
  font-family: "Hind", sans-serif;
}

/*mediaquery*/
/*-----------------------
01.reset
-----------------------*/
/*reset --Don't use global reset!--*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table caption,
table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

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

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

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

input,
button,
textarea,
select {
  margin: 0;
  border: none;
  outline: none;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

img.cover,
video.cover {
  object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: block;
  }
}

.tab {
  display: none;
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.bold400 {
  font-weight: 400;
}

.is-fixed {
  display: none;
}

.fs12 {
  font-size: 1.2rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs20 {
  font-size: 2rem;
}

.fs22 {
  font-size: 2.2rem;
}

.fs26 {
  font-size: 2.6rem;
}

.fs30 {
  font-size: 3rem;
}

.fs32 {
  font-size: 3.2rem;
}

.fs36 {
  font-size: 3.6rem;
}

.fs40 {
  font-size: 4rem;
}

.fs46 {
  font-size: 4.6rem;
}

.fs48 {
  font-size: 4.8rem;
}

.fs50 {
  font-size: 5rem;
}

.mT10 {
  margin-top: 1rem;
}

.mT20 {
  margin-top: 2rem;
}

.mT25 {
  margin-top: 2.5rem;
}

.mT30 {
  margin-top: 3rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT50 {
  margin-top: 5rem;
}

.mT60 {
  margin-top: 6rem;
}

.mT65 {
  margin-top: 6.5rem;
}

.mT70 {
  margin-top: 7rem;
}

.mT85 {
  margin-top: 8.5rem;
}

.mT90 {
  margin-top: 9rem;
}

.mT95 {
  margin-top: 9.5rem;
}

.mT100 {
  margin-top: 10rem;
}

.mT105 {
  margin-top: 10.5rem;
}

.mT110 {
  margin-top: 11rem;
}

.mT130 {
  margin-top: 13rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mT70 {
    margin-top: 3.5rem;
  }
}
@media (max-width: 750px) {
  .fs14 {
    font-size: 1.4rem;
  }

  .fs20 {
    font-size: 1rem;
  }

  .fs26 {
    font-size: 1.4rem;
  }

  .fs30 {
    font-size: 3rem;
  }

  .fs32 {
    font-size: 3.2rem;
  }

  .fs36 {
    font-size: 3.6rem;
  }

  .fs40 {
    font-size: 2rem;
  }

  .fs48 {
    font-size: 1.8rem;
  }

  .fs50 {
    font-size: 2.6rem;
  }

  .mT10 {
    margin-top: 1rem;
  }

  .mT20 {
    margin-top: 1rem;
  }

  .mT25 {
    margin-top: 2.5rem;
  }

  .mT30 {
    margin-top: 3rem;
  }

  .mT40 {
    margin-top: 1.5rem;
  }

  .mT50 {
    margin-top: 5rem;
  }

  .mT60 {
    margin-top: 6rem;
  }

  .mT65 {
    margin-top: 3.5rem;
  }

  .mT70 {
    margin-top: 3.5rem;
  }

  .mT85 {
    margin-top: 3.5rem;
  }

  .mT90 {
    margin-top: 9rem;
  }

  .mT95 {
    margin-top: 9.5rem;
  }

  .mT105 {
    margin-top: 5.2rem;
  }

  .mT110 {
    margin-top: 3.5rem;
  }

  .mT130 {
    margin-top: 3.5rem;
  }
}
/*-----------------------
style.scss
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  position: relative;
  color: #000;
  font-size: 2rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.inner {
  max-width: 100rem;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inner {
    width: 90%;
  }
}
@media (max-width: 750px) {
  .inner {
    width: 90%;
  }
}

a:hover {
  opacity: 0.7;
}

.mainv {
  background: url(../img/mainv-bg.png) no-repeat 50% 50%/cover;
  padding: 3rem 0 4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mainv .img img {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .mainv {
    background: none;
    padding: 0;
  }
  .mainv .img img {
    width: 100%;
  }
}

.cta {
  background: url(../img/cta-bg.png) no-repeat 50% 50%/cover;
  padding: 1rem 0 0.3rem;
}
@media (max-width: 750px) {
  .cta {
    background: url(../img/cta-bg-sp.png) no-repeat 50% 50%/cover;
    padding: 1rem 0 0.3em;
  }
}

#look {
  background: url(../img/look-bg.png) no-repeat 50% 50%/cover;
  padding: 7rem 0 6.5rem;
}
@media (max-width: 750px) {
  #look {
    background: none;
    padding: 0;
  }
  #look .img img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #use {
    padding-bottom: 0;
  }
}
@media (max-width: 750px) {
  #use {
    padding-bottom: 0;
  }
  #use .img img {
    width: 100%;
  }
}
#use h2 {
  background: #5a94ae;
  color: #fff;
  font-size: 4.8rem;
  padding: 2rem 0;
}
@media (max-width: 750px) {
  #use h2 {
    font-size: 2.4rem;
    padding: 1.5rem 0;
  }
}
#use .recovery {
  background: url(../img/attention-bg.png) no-repeat 100% 50%/cover;
  padding-bottom: 8rem;
}

#about {
  background: url(../img/about-bg.png) no-repeat 50% 50%/cover;
  padding-bottom: 10.5rem;
}
@media (max-width: 750px) {
  #about {
    padding-bottom: 0;
  }
  #about .img img {
    width: 100%;
  }
}
#about > .ttl {
  background: #5a94ae;
  color: #fff;
  font-size: 4.8rem;
  padding: 2.5rem 0;
}
@media (max-width: 750px) {
  #about > .ttl {
    font-size: 2.4rem;
    padding: 2.5rem 0;
  }
}
#about > .sub-ttl {
  margin: 4rem auto 0;
}
#about > .sub-ttl img {
  display: inline-block;
}
@media (max-width: 750px) {
  #about > .sub-ttl .pc {
    display: none;
  }
}
#about .inner > .txt {
  font-size: 2.2rem;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #about .inner > .txt {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
@media (max-width: 750px) {
  #about .inner > .list.mT90 {
    margin-top: 7rem;
  }
}
#about .inner > .list ul.flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #about .inner > .list ul.flex {
    flex-direction: column;
  }
}
#about .inner > .list ul.flex li {
  width: 48%;
}
#about .inner > .list ul.flex li:nth-child(n + 3) {
  margin-top: 7.5rem;
}
@media (max-width: 750px) {
  #about .inner > .list ul.flex li {
    width: 85%;
    margin: 0 auto;
    min-height: 33rem;
    padding: 1.5rem 3rem 1.5rem 3.5rem;
  }
  #about .inner > .list ul.flex li:nth-child(n + 2) {
    margin-top: 5.5rem;
  }
}
#about .inner > .list ul.flex li .no {
  font-size: 9rem;
  font-weight: 600;
  color: #5a94ae;
  text-align: center;
  position: absolute;
  top: -9.7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #about .inner > .list ul.flex li .no {
    font-size: 5.2rem;
    top: -5.9rem;
  }
}
#about .inner > .list ul.flex li .img {
  text-align: center;
}
#about .inner > .list ul.flex li .ttl {
  margin-top: 2.5rem;
  color: #5a94ae;
  font-size: 4.6rem;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 0.4rem solid #5a94ae;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #about .inner > .list ul.flex li .ttl {
    font-size: 2.8rem;
  }
}
@media (max-width: 750px) {
  #about .inner > .list ul.flex li .ttl {
    font-size: 2.4rem;
    margin-top: 1rem;
    padding-bottom: 0.5rem;
  }
}
#about .inner > .list ul.flex li .txt {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 750px) {
  #about .inner > .list ul.flex li .txt {
    font-size: 1.2rem;
    margin-top: 1.4rem;
    line-height: 1.4;
  }
}
#about .box {
  background: #fff;
  padding: 7rem 10rem 7rem 14rem;
  box-shadow: 0px 0px 14px 0px #000000;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #about .box {
    padding: 3.5rem;
  }
}
@media (max-width: 750px) {
  #about .box {
    padding: 3.5rem 1rem 3rem 2rem;
  }
  #about .box.mT50 {
    margin-top: 2.5rem;
  }
}
@media (max-width: 750px) {
  #about .box .sub-ttl {
    font-size: 2.4rem;
  }
}
#about .box .list2 ul li {
  padding-left: 8rem;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #about .box .list2 ul li {
    padding-left: 6rem;
  }
}
@media (max-width: 750px) {
  #about .box .list2 ul li {
    padding-left: 2.5rem;
    font-size: 1.4rem;
  }
}
#about .box .list2 ul li:last-child {
  margin-bottom: 0;
}
#about .box .list2 ul li::before {
  position: absolute;
  content: "";
  background: url(../img/check.png) no-repeat;
  width: 3.3rem;
  height: 3rem;
  left: 0;
  top: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #about .box .list2 ul li::before {
    top: 0.77rem;
  }
}
@media (max-width: 750px) {
  #about .box .list2 ul li::before {
    background: url(../img/check-sp.png) no-repeat;
    width: 1.4rem;
    height: 1.2rem;
    top: 0.5rem;
  }
}

#can {
  background: url(../img/can-bg.png) no-repeat 50% 50%/cover;
  padding: 0 0 6.5rem;
}
@media (max-width: 750px) {
  #can {
    background: url(../img/can-bg-sp.png) no-repeat 50% 50%/cover;
    padding-top: 0;
  }
}
#can > .ttl {
  background: #5a94ae;
  color: #fff;
  font-size: 4.8rem;
  padding: 2rem 0;
}
@media (max-width: 750px) {
  #can > .ttl {
    font-size: 2.4rem;
    padding: 2rem 0;
  }
}
#can .list {
  padding-bottom: 2rem;
}
@media (max-width: 750px) {
  #can .list.mT90 {
    margin-top: 5rem;
  }
}
#can .list ul.flex {
  justify-content: space-between;
}
@media (max-width: 750px) {
  #can .list ul.flex {
    flex-wrap: wrap;
  }
}
#can .list ul.flex li {
  width: 24%;
}
@media (max-width: 750px) {
  #can .list ul.flex li {
    width: 48%;
  }
}
#can .box {
  background: #fff;
  padding: 7rem 10rem 7rem 14rem;
  box-shadow: 0px 0px 14px 0px #000000;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #can .box {
    padding: 3.5rem;
  }
}
@media (max-width: 750px) {
  #can .box {
    padding: 3.5rem 1rem 3rem 2rem;
  }
  #can .box.mT50 {
    margin-top: 2.5rem;
  }
}
@media (max-width: 750px) {
  #can .box .sub-ttl {
    font-size: 2.4rem;
  }
}
#can .box .list2 ul li {
  padding-left: 8rem;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #can .box .list2 ul li {
    padding-left: 6rem;
  }
}
@media (max-width: 750px) {
  #can .box .list2 ul li {
    padding-left: 2.5rem;
    font-size: 1.4rem;
  }
}
#can .box .list2 ul li:last-child {
  margin-bottom: 0;
}
#can .box .list2 ul li::before {
  position: absolute;
  content: "";
  background: url(../img/check.png) no-repeat;
  width: 3.3rem;
  height: 3rem;
  left: 0;
  top: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #can .box .list2 ul li::before {
    top: 0.77rem;
  }
}
@media (max-width: 750px) {
  #can .box .list2 ul li::before {
    background: url(../img/check-sp.png) no-repeat;
    width: 1.4rem;
    height: 1.2rem;
    top: 0.5rem;
  }
}

#performance h2 {
  background: #5a94ae;
  color: #fff;
  font-size: 4.8rem;
  padding: 5rem 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #performance h2 {
    font-size: 4rem;
  }
}
@media (max-width: 750px) {
  #performance h2 {
    font-size: 2.4rem;
    padding: 2.5rem 0;
  }
}
#performance .bg {
  background: url(../img/performance-bg.png) no-repeat 50% 50%/cover;
  padding: 6rem 0;
}
@media (max-width: 750px) {
  #performance .img img {
    width: 100%;
  }
}

#action {
  background: url(../img/action-bg.png) no-repeat 50% 50%/cover;
  padding: 10rem 0 9.5rem;
}
@media (max-width: 750px) {
  #action {
    background: url(../img/action-bg-sp.png) no-repeat 50% 50%/cover;
    padding: 3.5rem 0 3rem;
  }
}
#action .inner {
  background: #fff;
  padding: 7rem 1.5rem 1rem 1.5rem;
}
@media (max-width: 750px) {
  #action .inner {
    width: 85%;
    padding: 3.5rem 1.5rem 3.5rem 2rem;
  }
}
@media (max-width: 750px) {
  #action .inner .ttl.fs36 {
    font-size: 1.8rem;
  }
  #action .inner .ttl span.fs46 {
    font-size: 2.4rem;
  }
}
#action .inner > .list {
  width: 93%;
  margin: 7rem auto 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #action .inner > .list {
    margin-top: 3.5rem;
  }
}
@media (max-width: 750px) {
  #action .inner > .list {
    margin-top: 3.5rem;
  }
}
#action .inner > .list ul.flex {
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#action .inner > .list ul.flex::before {
  position: absolute;
  content: "";
  border-right: 0.1rem solid #707070;
  width: 0.1rem;
  height: 23rem;
  top: 2%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #action .inner > .list ul.flex::before {
    content: none;
  }
}
#action .inner > .list ul.flex li {
  width: 45%;
  padding-left: 1em;
  position: relative;
  font-size: 2.2rem;
}
#action .inner > .list ul.flex li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #action .inner > .list ul.flex li {
    font-size: 1.7rem;
    width: 46%;
  }
}
@media (max-width: 750px) {
  #action .inner > .list ul.flex li {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media (max-width: 750px) {
  #action .inner .catch.fs32 {
    font-size: 2.4rem;
  }
  #action .inner .catch span.fs36 {
    font-size: 2.4rem;
  }
}

#illustration {
  padding-bottom: 7rem;
}
@media (max-width: 750px) {
  #illustration {
    padding-bottom: 5rem;
  }
}
#illustration > .ttl {
  background: #5a94ae;
  color: #fff;
  font-size: 4.8rem;
  padding: 2.5rem 0;
}
@media (max-width: 750px) {
  #illustration > .ttl {
    font-size: 2.4rem;
    padding: 1rem 0;
  }
}
@media (max-width: 750px) {
  #illustration .txt.fs40 {
    font-size: 7vw;
    margin-top: 4.7rem;
  }
}
#illustration ul.flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 7rem;
}
@media (max-width: 750px) {
  #illustration ul.flex {
    flex-direction: column;
    margin-top: 3.5rem;
  }
}
#illustration ul.flex li {
  width: 48%;
  text-align: center;
}
#illustration ul.flex li:nth-child(n + 3) {
  margin-top: 7rem;
}
@media (max-width: 750px) {
  #illustration ul.flex li {
    width: 100%;
    margin-bottom: 3.5rem;
  }
  #illustration ul.flex li:nth-child(n + 3) {
    margin-top: 0;
  }
  #illustration ul.flex li:last-child {
    margin-bottom: 0;
  }
}
#illustration ul.flex li .catch {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  #illustration ul.flex li .catch {
    font-size: 1.8rem;
  }
}
#illustration ul.flex li .sub-ttl {
  color: #5a94ae;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: -0.05em;
}
#illustration ul.flex li .sub-ttl span {
  font-size: 2.8rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #illustration ul.flex li .sub-ttl {
    font-size: 3rem;
  }
  #illustration ul.flex li .sub-ttl span {
    font-size: 2.2rem;
  }
}
@media (max-width: 750px) {
  #illustration ul.flex li .sub-ttl {
    font-size: 2.4rem;
  }
  #illustration ul.flex li .sub-ttl span {
    font-size: 2rem;
  }
}
#illustration ul.flex li .year {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  #illustration ul.flex li .year {
    font-size: 1.8rem;
  }
}
#illustration ul.flex li .movie {
  margin-top: 2rem;
}
#illustration ul.flex li .movie video {
  width: 46.8rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #illustration ul.flex li .movie video {
    width: 100%;
  }
}
@media (max-width: 750px) {
  #illustration ul.flex li .movie video {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #illustration ul.flex li .movie iframe {
    width: 100%;
  }
}
@media (max-width: 750px) {
  #illustration ul.flex li .movie iframe {
    width: 100%;
  }
}

#lifestories {
  padding: 7rem 0 6.5rem;
  background: url(../img/lifestories-bg.png) no-repeat 100% 50%/cover;
}
@media (max-width: 750px) {
  #lifestories {
    padding: 5rem 0 1rem;
  }
}
#lifestories h2 {
  letter-spacing: -0.03em;
}
@media (max-width: 750px) {
  #lifestories h2.fs48 {
    font-size: 2.3rem;
  }
}
#lifestories .box {
  box-shadow: 0px 0px 15px -5px #000000;
  background: #fff;
}
#lifestories .box h3 {
  background: #5a94ae;
  color: #fff;
  font-size: 4rem;
  padding: 3rem 0;
}
@media (max-width: 750px) {
  #lifestories .box h3 {
    font-size: 1.8rem;
    padding: 1rem 0;
  }
}
#lifestories .box .box-inner {
  padding: 7rem 6.5rem 7rem 7rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #lifestories .box .box-inner {
    padding: 3.5rem 3rem;
  }
}
@media (max-width: 750px) {
  #lifestories .box .box-inner {
    padding: 3.5rem 2rem 7rem 2rem;
  }
}
#lifestories .box .box-inner > .flex {
  justify-content: space-between;
  min-height: 30.6rem;
}
@media (max-width: 750px) {
  #lifestories .box .box-inner > .flex {
    flex-direction: column;
    min-height: inherit;
  }
  #lifestories .box .box-inner > .flex.mT20 {
    margin-top: 3.5rem;
  }
}
#lifestories .box .box-inner > .flex .flex-left {
  width: 18.6%;
  position: relative;
}
#lifestories .box .box-inner > .flex .flex-left::before {
  position: absolute;
  content: "";
  background: #5a94ae;
  width: 0.2rem;
  height: 26rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 3%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #lifestories .box .box-inner > .flex .flex-left {
    width: 23.6%;
  }
}
@media (max-width: 750px) {
  #lifestories .box .box-inner > .flex .flex-left {
    width: 100%;
  }
  #lifestories .box .box-inner > .flex .flex-left::before {
    content: none;
  }
}
#lifestories .box .box-inner > .flex .flex-left .time {
  letter-spacing: -0.01em;
  font-weight: bold;
  font-size: 2.3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #lifestories .box .box-inner > .flex .flex-left .time {
    font-size: 2vw;
    text-align: center;
  }
}
@media (max-width: 750px) {
  #lifestories .box .box-inner > .flex .flex-left .time {
    font-size: 1.4rem;
  }
}
#lifestories .box .box-inner > .flex .flex-right {
  width: 78%;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #lifestories .box .box-inner > .flex .flex-right {
    width: 75%;
  }
}
@media (max-width: 750px) {
  #lifestories .box .box-inner > .flex .flex-right {
    width: 100%;
  }
}
#lifestories .box .box-inner > .flex .flex-right .sub-ttl {
  color: #5a94ae;
  font-weight: bold;
  font-size: 2.6rem;
}
@media (max-width: 750px) {
  #lifestories .box .box-inner > .flex .flex-right .sub-ttl {
    font-size: 2rem;
  }
}
#lifestories .box .box-inner > .flex .flex-right .catch {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 2rem;
}
#lifestories .box .box-inner > .flex .flex-right > .flex {
  justify-content: space-between;
  align-items: center;
  gap: 5.5rem;
  margin-top: 2rem;
}
@media (max-width: 750px) {
  #lifestories .box .box-inner > .flex .flex-right > .flex {
    gap: 2rem;
    margin-top: 1rem;
  }
}
#lifestories .box .box-inner > .flex .flex-right > .flex .img {
  width: 23.7%;
}
@media (max-width: 750px) {
  #lifestories .box .box-inner > .flex .flex-right > .flex .img {
    width: 43.8%;
  }
}
#lifestories .box .box-inner > .flex .flex-right > .flex .detail {
  width: 70%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #5a94ae;
}
@media (max-width: 750px) {
  #lifestories .box .box-inner > .flex .flex-right > .flex .detail {
    width: 55%;
  }
}
#lifestories .box .box-inner > .flex .flex-right > .flex .detail .name {
  margin-top: 1rem;
}
#lifestories .box .box-inner > .flex .flex-right .txt {
  font-size: 1.6rem;
  margin-top: 2rem;
}
@media (max-width: 750px) {
  #lifestories .box .box-inner > .flex .flex-right .txt {
    font-size: 1.2rem;
  }
}
#lifestories .box .box-inner > .flex2 {
  min-height: inherit;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #lifestories .box .box-inner > .flex2 {
    align-items: center;
  }
}
#lifestories .box .box-inner > .flex2 .flex-left::before {
  content: none;
}
@media (max-width: 750px) {
  #lifestories .box .box-inner > .flex2 .flex-left .time {
    text-align: left;
  }
}
#lifestories .box h4 {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 750px) {
  #lifestories .box h4 {
    font-size: 1.8rem;
  }
}
#lifestories .box #access > .flex {
  gap: 5rem;
}
@media (max-width: 750px) {
  #lifestories .box #access > .flex {
    flex-direction: column;
    gap: 1rem;
  }
}
#lifestories .box #access > .flex .access {
  font-size: 1.6rem;
  font-weight: bold;
}

#company {
  padding: 7rem 0;
}
@media (max-width: 750px) {
  #company {
    padding: 3.5rem 0 5rem;
  }
}
@media (max-width: 750px) {
  #company h2 {
    font-size: 2.4rem;
  }
}
#company .txt.fs22 {
  line-height: 2;
}
@media (max-width: 750px) {
  #company .txt.fs22 {
    font-size: 1.2rem;
    letter-spacing: -0.03em;
  }
}
@media (max-width: 750px) {
  #company .txt.mT60 {
    margin-top: 3rem;
  }
}
#company table {
  width: 100%;
}
@media (max-width: 750px) {
  #company table {
    border: 0.1rem solid #a6b3bf;
  }
}
#company table tbody tr {
  border-bottom: 0.1rem solid #a6b3bf;
}
#company table tbody tr:first-child {
  border-top: 0.1rem solid #a6b3bf;
}
@media (max-width: 750px) {
  #company table tbody tr {
    border-bottom: none;
  }
  #company table tbody tr:first-child {
    border-top: none;
  }
}
#company table tbody tr th {
  width: 25%;
  background: #eeeeee;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem 0;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  #company table tbody tr th {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    padding: 1rem 3rem 1rem 3rem;
  }
}
#company table tbody tr td {
  width: 75%;
  font-size: 1.9rem;
  padding: 1.5rem 0 1.5rem 3rem;
  box-sizing: border-box;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #company table tbody tr td {
    font-size: 2rem;
    padding: 1rem 0 1rem 1.5rem;
  }
}
@media (max-width: 750px) {
  #company table tbody tr td {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    text-align: center;
    padding: 1rem 0 1rem 1.5rem;
    letter-spacing: -0.03em;
  }
}

#form {
  padding: 14rem 0 19rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #form {
    padding: 7rem 0 10rem;
  }
}
@media (max-width: 750px) {
  #form {
    padding: 3.5rem 0 4.5rem;
  }
}
#form .ttl {
  margin: 0 auto;
}
#form .ttl p {
  display: inline-block;
}
@media (max-width: 750px) {
  #form .ttl.fs48 {
    font-size: 2.4rem;
    letter-spacing: -0.05em;
  }
}
#form .txt.fs30 {
  letter-spacing: -0.05em;
  margin-top: 3rem;
}
@media (max-width: 750px) {
  #form .txt.fs30 {
    font-size: 1.8rem;
  }
}
#form #mailformpro table.mailform {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #form #mailformpro table.mailform {
    width: 90%;
  }
}
@media (max-width: 750px) {
  #form #mailformpro table.mailform {
    width: 100%;
  }
}
#form #mailformpro table.mailform th {
  font-size: 1.8rem;
  width: 35%;
  padding: 2rem 0;
}
@media (max-width: 750px) {
  #form #mailformpro table.mailform th {
    display: block;
    width: 100%;
    padding: 1rem 0;
  }
}
#form #mailformpro table.mailform th .must {
  float: none;
  display: inline-block;
  border: 0.1rem solid #5a94ae;
  color: #5a94ae;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.5rem 2rem;
  line-height: 1;
  margin-left: 1rem;
  -moz-border-radius: 5rem;
  -webkit-border-radius: 5rem;
  border-radius: 5rem;
  background: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
}
#form #mailformpro table.mailform td {
  width: 65%;
  padding: 2rem 0;
}
@media (max-width: 750px) {
  #form #mailformpro table.mailform td {
    display: block;
    width: 100%;
    padding: 1rem 0;
  }
}
#form #mailformpro table.mailform td input[type="text"],
#form #mailformpro table.mailform td textarea {
  background: #fafafa;
  border: 0.1rem solid #8d8b8c;
  width: 100% !important;
  padding: 1.5rem 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  box-sizing: border-box;
}
#form #mailformpro table.mailform td input[type="radio"] {
  margin-right: 1em;
}
#form #mailformpro .attention {
  width: 70%;
  margin: 2rem auto;
}
@media (max-width: 750px) {
  #form #mailformpro .attention {
    width: 100%;
    margin: 1rem auto;
  }
}
@media (max-width: 750px) {
  #form #mailformpro p.fs20 {
    font-size: 4vw;
  }
}
#form form#mailformpro label {
  padding: 5px;
  border: solid 1px #8d8b8c;
  border-radius: 1rem;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1.5em;
}
#form .btn-submit {
  background: #5894af;
  color: #fff;
  -moz-border-radius: 5rem;
  -webkit-border-radius: 5rem;
  border-radius: 5rem;
  padding: 1rem 4rem;
  font-size: 3rem;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  text-shadow: 0 0 0 #fff;
  border: none;
}
#form .btn-submit:hover {
  background: #077071;
  cursor: pointer;
}

.fixed {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 9999;
}

.is-fixed {
  display: none;
}

.footer {
  background: #a9b4bd;
  padding: 3rem 0 19.5rem;
}
@media (max-width: 750px) {
  .footer {
    text-align: center;
    padding-bottom: 10.5rem;
  }
}
.footer .flex {
  gap: 9.5rem 19.5rem;
  align-items: center;
}
@media (max-width: 750px) {
  .footer .flex {
    gap: 2rem;
  }
  .footer .flex .img {
    width: 20%;
  }
}
.footer .flex .copy {
  font-size: 1.2rem;
  color: #fff;
}
@media (max-width: 750px) {
  .footer .flex .copy {
    font-size: 1rem;
  }
}
.footer .flex .copy .list ul li a {
  color: #fff;
}

/*

thanks

*/
body#thanks .thanks {
  padding: 10rem 0;
}
@media (max-width: 750px) {
  body#thanks .thanks {
    padding: 5rem 0;
  }
}
body#thanks .thanks h3 {
  font-size: 4.8rem;
}
@media (max-width: 750px) {
  body#thanks .thanks h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 750px) {
  body#thanks .thanks .txt {
    font-size: 1.4rem;
  }
}
