@charset "UTF-8";
html {
  width: 100%;
}
body {
  *font-size: small;
  *font: x-small;
  font-size: 13px;
  color: #333;
  line-height: 1.2;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
#wrap {
  text-align: left;
  overflow: hidden;
}
#wrap *,
#wrap ::before,
#wrap ::after {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, p, ul, ol, li, img, table, th, td, dl, dt, dd {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
}
a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  text-decoration: none;
}
a {
  -webkit-tap-highlight-color: transparent;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
a img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
input, textarea, select, button, label {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
:focus {
  outline: 0;
  border-color: orange;
}
.spOnly {
  display: none;
}
#wrap {
  text-align: left;
}
@media screen and (max-width: 750px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
}


/* main
-----------------------------------------------*/
#main {
  height: 660px;
  max-width: 1440px;
  margin: 40px auto 0;
  padding: 0 40px;
}
#main .inner {
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#main .movie {
  overflow: hidden;
  position: absolute;
  left: 90px;
  top: 0;
  z-index: 1;
  width: calc(100% + 20px);
  height: 100%;
  border-radius: 40px 0 0 40px;
}
#main .movie > div {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 1220px !important;
  height: 660px !important;
  padding: 0 !important;
}
#main .movie::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bgi_main_dot.svg") repeat center;
  z-index: 2;
}
#main .txt {
  position: relative;
  z-index: 2;
  padding-top: 50px;
}
#main .txt h1 {
  font-size: 54px;
  font-weight: bold;
  line-height: 1.5;
}
#main .txt p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 30px;
}
#main .txt .btn {
  margin-top: 60px;
  max-width: 430px;
}
#main .txt .btn a {
  display: block;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  background: #00afdd;
  height: 100px;
  line-height: 96px;
  text-align: center;
  border: 2px solid #00afdd;
  transition: background 0.3s, color 0.3s;
}
#main .txt .btn a:hover {
  background: #fff;
  color: #00afdd;
}
/* fade */
/* #main .txt h1,
#main .txt p,
#main .txt .btn {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity .8s, transform .8s;
}
#main.fade .txt h1, #main.fade .txt p, #main.fade .txt .btn {
  opacity: 1;
  transform: translateY(0);
} */
/* #main.fade .txt p {
  transition-delay: .4s;
}
#main.fade .txt .btn {
  transition-delay: 1.4s;
} */
#main .txt {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity .8s, transform .8s;
}
#main.fade .txt {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1024px) {
  #main .txt h1 {
    font-size: 40px;
  }
  #main .txt p {
    font-size: 17px;
  }
  #main .txt .btn {
    max-width: 380px;
  }
  #main .txt .btn a {
    font-size: 20px;
    height: 90px;
    line-height: 90px;
  }
}
@media screen and (max-width: 750px) {
  #main {
    height: auto;
    padding: 0 20px;
    margin-top: 30px;
  }
  #main .inner {
    display: block;
  }
  #main .movie {
    position: relative;
    left: 30px;
    width: calc(100% - 10px);
    height: 280px;
    border-radius: 20px 0 0 20px;
  }
  #main .movie > div {
    overflow: hidden;
    width: 520px !important;
    height: 280px !important;
    border-radius: 20px 0 0 20px;
  }
  #main .txt {
    padding-top: 0;
    margin-top: -105px;
  }
  #main .txt h1 {
    font-size: 32px;
    line-height: 1.3;
  }
  #main .txt p {
    font-size: 16px;
    margin-top: 15px;
  }
  #main .txt .btn {
    max-width: 300px;
    margin: 25px auto 0;
  }
  #main .txt .btn a {
    font-size: 18px;
    height: 75px;
    line-height: 71px;
  }
}


/* 共通
-----------------------------------------------*/
section {
  overflow: hidden;
  padding: 100px 40px;
}
section .inner {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 750px) {
  section {
    padding: 60px 20px;
  }
  section .inner h2 {
    font-size: 24px;
  }
  section .inner h2::before {
    height: 7px;
    bottom: -5px;
    left: 0;
  }
}


/* howto
-----------------------------------------------*/
#howto .inner {
  max-width: 1230px;
}
#howto h2 {
  font-size: 40px;
  text-align: center;
  line-height: 1;
}
#howto h2 br {
  display: none;
}
#howto h2 strong {
  font-size: 80px;
  color: #00afdd;
}
#howto h2 span {
  background: linear-gradient(transparent 50%, rgba(0, 175, 221, .1) 50%);
  padding-bottom: 8px;
}
#howto .item {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: 60px auto 0;
}
#howto .item li {
  width: calc(50% - 10px);
}
#howto .item li a {
  display: block;
  border-radius: 8px;
  border: 2px solid #00afdd;
  text-align: center;
  color: #00afdd;
  font-weight: bold;
  font-size: 22px;
  height: 100px;
  line-height: 96px;
  transition: background 0.3s, color 0.3s;
}
#howto .item li a:hover {
  background: #00afdd;
  color: #fff;
}
/* fade */
#howto h2 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s, transform .8s;
}
#howto.fade h2 {
  opacity: 1;
  transform: translateY(0);
}
#howto .item li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s, transform .8s;
}
#howto.fade .item li {
  opacity: 1;
  transform: translateY(0);
}
#howto .item li:nth-child(1) {
  transition-delay: .4s;
}
#howto .item li:nth-child(2) {
  transition-delay: .5s;
}
@media screen and (max-width: 980px) {
  #howto h2 br {
    display: block;
  }
  #howto .item {
    display: block;
    max-width: 480px;
    margin: 40px auto 0;
  }
  #howto .item li {
    width: 100%;
  }
  #howto .item li:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  #howto h2 {
    font-size: 26px;
  }
  #howto h2 strong {
    font-size: 50px;
  }
  #howto .item {
    margin: 30px auto 0;
    max-width: 380px;
  }
  #howto .item li:not(:first-child) {
    margin-top: 10px;
  }
  #howto .item li a {
    font-size: 17px;
    height: 75px;
    line-height: 71px;
  }
}


/* step
-----------------------------------------------*/
#step {
  background: #eceff4;
  padding: 70px 40px 100px;
}
#step .inner {
  max-width: 1200px;
}
#step h2 {
  font-size: 40px;
  text-align: center;
  line-height: 1.3;
}
#step h2 strong {
  font-size: 80px;
  color: #00afdd;
}
#step h2 span {
  background: linear-gradient(transparent 50%, rgba(0, 175, 221, .1) 50%);
  padding-bottom: 8px;
}
#step .box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
#step .box .img {
  position: relative;
  width: calc(50% - 40px);
}
#step .box .img img {
  border-radius: 8px;
  width: 100%;
}
#step .box .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #00afdd;
  border-radius: 8px;
  pointer-events: none;
}
#step .box .txt {
  width: calc(50% + 40px);
  padding-left: 90px;
}
#step .box .txt .stepTtl {
  font-size: 60px;
  color: #00afdd;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  line-height: 1;
}
#step .box .txt .stepTtl strong {
  font-size: 100px;
  line-height: 1;
}
#step .box .txt h3 {
  color: #00afdd;
  font-size: 24px;
  margin-top: 10px;
  line-height: 1.5;
}
#step .box .txt p:not(.stepTtl) {
  font-size: 18px;
  line-height: 2;
  margin-top: 15px;
}
#step .sample {
  position: relative;
  background: #fff;
  border-radius: 8px;
  margin-top: 160px;
  padding: 80px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#step .sample .txt {
  width: calc(100% - 55.77%);
  padding-right: 60px;
}
#step .sample .txt h3 {
  font-size: 24px;
  color: #00afdd;
  line-height: 1.5;
}
#step .sample .txt p {
  font-size: 18px;
  line-height: 2;
  margin-top: 10px;
}
#step .sample .txt .btn {
  margin-top: 15px;
}
#step .sample .txt .btn a {
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #00afdd;
  text-align: center;
  color: #00afdd;
  font-weight: bold;
  font-size: 15px;
  transition: background 0.3s, color 0.3s;
  padding: 12px 18px;
}
#step .sample .txt .btn a:hover {
  background: #00afdd;
  color: #fff;
}
#step .sample .img {
  position: absolute;
  width: 48.334%;
  bottom: 80px;
  right: 80px;
}
#step .sample .img img {
  border-radius: 8px;
}
#step .sample .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #00afdd;
  border-radius: 8px;
}
/* fade */
#step h2,
#step .box,
#step .sample,
#step .guide {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s, transform .8s;
}
#step.fade h2, #step .box.fade, #step .sample.fade, #step .guide.fade {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 980px) {
  #step {
    padding: 40px 20px 80px;
  }
  #step .box .txt {
    padding-left: 40px;
  }
  #step .box .txt .stepTtl{
    font-size: 30px;
  }
  #step .box .txt .stepTtl strong{
    font-size: 60px;
  }
  #step .sample {
    padding: 60px;
    margin-top: 80px;
  }
  #step .sample .txt {
    width: 100%;
    padding-right: 0;
  }
  #step .sample .txt h3 {
    text-align: center;
  }
  #step .sample .txt p {
    margin-top: 20px;
  }
  #step .sample .txt .btn {
    text-align: center;
  }
  #step .sample .img {
    position: relative;
    width: 100%;
    bottom: 0;
    right: 0;
    max-width: 480px;
    margin: 20px auto 0;
  }
  #step .sample .img::before {
    position: relative;
    display: block;
    width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 750px) {
  #step {
    padding: 40px 20px 60px;
  }
  #step h2 {
    font-size: 26px;
  }
  #step h2 strong {
    font-size: 50px;
  }
  #howto .item {
    margin: 30px auto 0;
    max-width: 380px;
  }
  #howto .item li:not(:first-child) {
    margin-top: 10px;
  }
  #howto .item li a {
    font-size: 17px;
    height: 75px;
    line-height: 71px;
  }
  #step .box {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  #step .box .img {
    width: 100%;
    margin-top: 10px;
  }
  #step .box .txt {
    width: 100%;
    padding-left: 0;
  }
  #step .box .txt .stepTtl {
    font-size: 30px;
  }
  #step .box .txt .stepTtl strong {
    font-size: 50px;
    line-height: 1;
  }
  #step .box .txt h3 {
    font-size: 20px;
  }
  #step .box .txt p:not(.stepTtl) {
    font-size: 16px;
    margin-top: 15px;
  }
  #step .sample {
    margin-top: 40px;
    padding: 20px;
  }
  #step .sample .txt h3 {
    font-size: 20px;
  }
  #step .sample .txt p {
    font-size: 16px;
  }
  #step .sample .txt .btn {
    margin-top: 10px;
  }
  #step .sample .txt .btn a {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 12px 10px;
  }
}


/* guide
-----------------------------------------------*/
#guide {
  padding: 70px 40px;
}
#guide .box {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
#guide .ttl {
  width: 200px;
  background: #00afdd;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#guide .ttl h3 {
  width: 100%;
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
#guide .txt {
  width: calc(100% - 200px);
  padding-left: 40px;
}
#guide .txt p {
  font-size: 18px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
#guide .txt .btn {
  margin-top: 20px;
}
#guide .txt .btn a {
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #00afdd;
  text-align: center;
  color: #00afdd;
  font-weight: bold;
  font-size: 15px;
  transition: background 0.3s, color 0.3s;
  padding: 12px 18px;
}
#guide .txt .btn a:hover {
  background: #00afdd;
  color: #fff;
}
#guide .txt .list {
  display: flex;
  margin-top: 20px;
}
#guide .txt .list ul:not(:first-child) {
  padding-left: 60px;
}
#guide .txt .list ul li {
  position: relative;
  font-size: 16px;
  padding-left: 28px;
  line-height: 1.5;
}
#guide .txt .list ul li:not(:first-child) {
  margin-top: 10px;
}
#guide .txt .list ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #00afdd;
  border-radius: 20px;
  transform: rotate(45deg) translateY(-6px);
}
#guide .txt .list ul li::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
#guide .txt .list ul li a {
  color: #333;
}
#guide .txt .list ul li a:hover {
  text-decoration: underline;
}
#guide .txt .list ul li a span {
  display: block;
  margin-left: .8em;
  text-indent: -.8em;
}
/* fade */
#guide .box {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s, transform .8s;
}
#guide.fade .box {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1024px) {
  #guide .txt .list {
    display: block;
  }
  #guide .txt .list ul:not(:first-child) {
    padding-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  #guide {
    padding: 40px 20px;
  }
  #guide .box {
    display: block;
}
  #guide .ttl {
    width: 100%;
    padding: 12px 0;
  }
  #guide .ttl h3 {
    font-size: 20px;
  }
  #guide .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #guide .txt p {
    font-size: 16px;
    line-height: 2;
  }
  #guide .txt .list {
    margin-top: 15px;
  }
  #guide .txt .btn a {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 12px 10px;
  }
}


/* bnrArea
-----------------------------------------------*/
.bnrArea {
  background: #eceff4;
  padding: 60px 40px;
}
.bnrArea .btn a {
  display: block;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  background: #00afdd;
  max-width: 550px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  border: 2px solid #00afdd;
  transition: background 0.3s, color 0.3s;
  margin: 0 auto;
}
.bnrArea .btn a:hover {
  background: #fff;
  color: #00afdd;
}
/* fade */
.bnrArea .btn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s, transform .6s;
}
.bnrArea.fade .btn {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 980px) {
  .bnrArea {
    background: #eceff4;
    padding: 40px 20px;
  }
  .bnrArea .btn a {
    max-width: 300px;
  }
  .bnrArea .btn a {
    font-size: 18px;
    height: 75px;
    line-height: 71px;
  }
}


/* plan
-----------------------------------------------*/
#plan {
  padding-bottom: 0;
}
#plan .inner {
  max-width: 1200px;
}
#plan h2 {
  font-size: 42px;
  line-height: 1.5;
  text-align: center;
}
#plan h2 + p {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}
#plan .over {
  position: relative;
  margin-top: 50px;
  padding: 50px 0 80px;
}
#plan .over::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100%;
  background: #eceff4;
}
#planTab {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
#planTab input {
  display: none;
}
#planTab label {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 0;
  cursor: pointer;
  border-radius: 10px;
  line-height: 1;
  color: #00afdd;
  background: #fff;
  border: 1px solid #00afdd;
  transition: background .3s;
  text-align: center;
}
#planTab :checked + label {
  background: #00afdd;
  color: #fff;
}
.planSlider {
  margin-top: 40px;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.planSlider#planOffice {
  display: grid;
}
.planSlider li {
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, .15);
  position: relative;
  background: #fff;
  padding: 30px 30px 73px 30px;
}
.planSlider li a {
  overflow: hidden;
  display: block;
}
.planSlider li img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: transform .4s;
}
.planSlider li a:hover img {
  transform: scale(1.04);
}
.planSlider li .txt {}
.planSlider li table {
  width: 100%;
  margin-top: 10px;
}
.planSlider li table th, .planSlider li table td {
  vertical-align: middle;
  font-size: 13px;
  padding-top: 3px;
  text-align: left;
  border-bottom: 2px solid #fff;
}
.planSlider li table th {
  vertical-align: middle;
  background: #eceff4;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  padding: 0 10px;
}
.planSlider li table td {
  width: 100%;
  padding: 5px 0 5px 10px;
}
.planSlider li p {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.8;
}
.planSlider li .btn {
  position: absolute;
  left: 30px;
  bottom: 20px;
  width: calc(100% - 60px);
  display: block;
  font-size: 14px;
  height: 44px;
  font-weight: bold;
  color: #fff;
  background: #00afdd;
  text-align: center;
  border-radius: 4px;
  line-height: 44px;
}
.planSlider li .btn:hover {
  opacity: .7;
}
.planSlider li .btn span {
  position: relative;
  padding-right: 10px;
}
.planSlider li .btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-6px);
}
/* fade */
#plan h2, #plan h2 + p {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s, transform .8s;
}
#plan.fade h2, #plan.fade h2 + p {
  opacity: 1;
  transform: translateY(0);
}
#plan h2 + p {
  transition-delay: .3s;
}
@media screen and (max-width: 980px) {
  .planSlider {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  #plan h2 {
    font-size: 26px;
  }
  #plan h2 + p {
    font-size: 16px;
    line-height: 2;
    margin-top: 15px;
    text-align: left;
  }
  #plan .over {
    margin-top: 30px;
    padding: 30px 0 60px;
  }
  #planTab {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  #planTab label {
    font-size: 14px;
    padding: 12px 0;
    border-radius: 6px;
  }
  #planSlider {
    margin-top: 20px;
  }
}
@media screen and (max-width: 650px) {
  .planSlider {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
  .planSlider li {
    padding: 20px 20px 73px 20px;
  }
  .planSlider li table th, .planSlider li table td {
    font-size: 12px;
  }
  .planSlider li .btn {
    left: 20px;
    width: calc(100% - 40px);
  }
}


/* app
-----------------------------------------------*/
#app h2 {
  font-size: 42px;
  line-height: 1.5;
}
#app .inner {
  max-width: 1080px;
}
#app .box {
  position: relative;
  display: flex;
}
#app .img {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
}
#app .img span {
  display: block;
  text-align: right;
  font-size: 13px;
  margin-top: 10px;
}
#app .txt {
  padding-right: 60px;
  width: 55%;
}
#app .txt p {
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
}
#app .txt .btn {
  max-width: 300px;
  margin-top: 40px;
}
#app .txt .btn a {
  display: block;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  background: #00afdd;
  height: 80px;
  line-height: 76px;
  text-align: center;
  border: 2px solid #00afdd;
  transition: background 0.3s, color 0.3s;
}
#app .txt .btn a:hover {
  background: #fff;
  color: #00afdd;
}
@media screen and (min-width: 751px) {
/* fade */
#app h2,
#app p,
#app .btn,
#app .img {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s, transform .8s;
}
#app.fade h2,
#app.fade p,
#app.fade .btn,
#app.fade .img {
  opacity: 1;
  transform: translateY(0);
}
#app.fade .img {
  transition-delay: .3s;
}
}
@media screen and (max-width: 750px) {
  #app h2 {
    font-size: 22px;
    text-align: center;
  }
  #app .box {
    display: block;
  }
  #app .img {
    position: relative;
    width: 250px;
    margin: 20px auto 0;
  }
  #app .txt {
    width: 100%;
    padding: 0;
  }
  #app .txt p {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
  }
  #app .txt .btn {
    max-width: 200px;
    margin: 20px auto 0;
  }
  #app .txt .btn a {
    font-size: 16px;
    height: 50px;
    line-height: 46px;
  }
  /* fade */
  #app h2,
  #app p,
  #app .btn,
  #app .img {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .8s, transform .8s;
  }
  #app.fade h2,
  #app.fade p,
  #app.fade .btn,
  #app.fade .img {
    opacity: 1;
    transform: translateY(0);
  }
  #app.fade .img {
    transition-delay: .3s;
  }
  #app.fade p {
    transition-delay: .6s;
  }
  #app.fade .btn {
    transition-delay: .9s;
  }
}


/* info
-----------------------------------------------*/
#info {
  padding: 60px 20px 120px;
}
#info .inner {
  max-width: 1210px;
  margin: 0 auto;
}
#info .ttl {
  text-align: center;
  display: inline-block;
}
#info .ttl p {
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  letter-spacing: .08em;
}
#info .ttl h2 {
  position: relative;
  z-index: 1;
  font-size: 18px;
  margin-top: 20px;
  font-feature-settings: "palt";
}
#info .txt {
  text-align: center;
}
#info .ttl h2::before {
  display: none;
}
#info .ttl + p {
  font-size: 14px;
  margin-top: 30px;
  line-height: 1.8;
}
#info .dlBox {
  display: flex;
  margin-top: 40px;
}
#info .dlBox .col {
  width: 30.745%;
  margin-right: 3.8825%;
}
#info .dlBox .col:nth-child(3n) {
  margin-right: 0;
}
#info .dlBox .col h3 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  background: #003557;
  padding: 18px 0;
}
#info .dlBox .col img {
  display: block;
  margin: 0 auto;
}
#info .dlBox .col p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.8;
}
#info .dlBox .col .btn {
  max-width: 300px;
  margin: 15px auto 0;
}
#info .dlBox .col .btn a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #9bbf45;
  border: 2px solid #9bbf45;
  text-align: center;
  padding: 18px 0;
  border-radius: 4px;
  line-height: 1;
}
#info .dlBox .col .btn a:hover {
  opacity: .7;
}
#info .dlBox .col .btn a span {
  position: relative;
  padding-right: 26px;
}
#info .dlBox .col .btn a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 20px;
  background: url("../img/ico-dl.svg");
  transform: translateY(-9px);
}
#info .catalog {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0px 5px 20px -6px rgba(0, 0, 0, 0.15);
  padding: 80px 80px 0;
  margin-top: 80px;
  border: 1px solid #f2f2f2;
}
#info .catalog .img {
  width: 50%;
  box-sizing: border-box;
  padding-right: 24px;
  text-align: center;
}
#info .catalog .txt {
  width: 50%;
  text-align: center;
  padding-bottom: 80px;
}
#info .catalog .txt h3 img {
  display: inline-block;
  vertical-align: middle;
}
#info .catalog .txt h3 strong {
  display: inline-block;
  vertical-align: middle;
  color: #003557;
  font-size: 28px;
  margin-left: 8px;
  line-height: 1;
}
#info .catalog .txt p {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.8;
}
#info .catalog .txt .btn {
  margin: 15px auto 0;
  max-width: 300px;
}
#info .catalog .txt .btn a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #00afdd;
  text-align: center;
  padding: 17px 0;
  border-radius: 4px;
  line-height: 1;
}
#info .catalog .txt .btn a:hover {
  opacity: .7;
}
#info .catalog .txt .btn a span {
  position: relative;
  padding-right: 20px;
}
#info .catalog .txt .btn a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-6px);
}
@media screen and (max-width: 750px) {
  #info {
    padding: 0 20px;
  }
  #info .ttl p {
    font-size: 40px;
    margin-top: 15px;
  }
  #info .dlBox {
    display: block;
    margin-top: 20px;
  }
  #info .dlBox .col {
    width: 100%;
    margin: 40px 0 0 0;
  }
  #info .dlBox .col:first-child {
    margin-top: 0;
  }
  #info .catalog {
    position: relative;
    display: block;
    padding: 90px 30px 30px 30px;
    margin-top: 40px;
  }
  #info .catalog .img {
    width: 100%;
    padding-right: 0;
  }
  #info .catalog .txt {
    width: 100%;
    padding-bottom: 0;
  }
  #info .catalog .txt h3 {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
  }
  #info .catalog .txt h3 img {
    width: 124px;
  }
  #info .catalog .txt h3 strong {
    font-size: 16px;
    margin-left: 8px;
    line-height: 1;
  }
  #info .catalog .txt p {
    position: relative;
    margin-top: -20px;
  }
  #info .catalog .txt .btn {
    margin: 20px auto 0;
    max-width: 235px;
  }
  #info .catalog .txt .btn a {
    font-size: 14px;
    padding: 14px 0;
  }
  #info .catalog .txt .btn a span {
    padding-right: 15px;
  }
}


/* kiyakuModal
-----------------------------------------------*/
#kiyakuModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow-y: auto;
  text-align: center;
  font-size: 0;
  padding: 80px 40px;
}
#kiyakuModal .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}
#kiyakuModal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#kiyakuModal .inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 700px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  padding: 60px;
}
#kiyakuModal .close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
#kiyakuModal .close span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
}
#kiyakuModal .close span::before,
#kiyakuModal .close span::after {
  content: "";
  display: block;
  position: absolute;
  background: #333;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  margin-left: -50%;
}
#kiyakuModal .close span::before {
  transform: rotate(-45deg);
}
#kiyakuModal .close span::after {
  transform: rotate(45deg);
}
#kiyakuModal .box h3 {
  font-size: 28px;
  text-align: center;
}
#kiyakuModal .box .over {
  padding: 20px;
  border: 1px solid #ccc;
  margin-top: 20px;
  height: 200px;
  overflow-y: scroll;
}
#kiyakuModal .box .over ul li {
  font-size: 13px;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
#kiyakuModal .box .over ul li:not(:first-child) {
  margin-top: 10px;
}
#kiyakuModal .box .checkBox {
  text-align: center;
  margin-top: 30px;
}
#kiyakuModal .box .checkBox span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 7px 0 0 40px;
  font-weight: bold;
  cursor: pointer;
  text-align: left;
  min-height: 30px;
}
#kiyakuModal .box .checkBox span::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border: solid 3px #cccccc;
  box-sizing: border-box;
}
#kiyakuModal .box .checkBox span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 7px - 15px);
  left: 6px;
  opacity: 0;
  border-left: 5px solid #333;
  border-bottom: 5px solid #333;
  width: 18px;
  height: 12px;
  transform: rotate(-45deg);
}
#kiyakuModal .box .checkBox span.active::after {
  opacity: 1;
}
#kiyakuModal .box .btn {
  margin-top: 30px;
}
#kiyakuModal .box .btn a {
  display: block;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  background: #00afdd;
  height: 80px;
  line-height: 76px;
  text-align: center;
  border: 2px solid #00afdd;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
#kiyakuModal .box .btn:not(.active) a {
  pointer-events: none;
  background: #eceff4;
  border-color: #eceff4;
}
@media screen and (max-width: 767px) {
  #kiyakuModal {
    padding: 20px;
  }
  #kiyakuModal .inner {
    padding: 40px 20px 20px;
  }
  #kiyakuModal .close span {
    width: 28px;
    height: 28px;
  }
  #kiyakuModal .box .over {
    margin-top: 15px;
  }
  #kiyakuModal .box .checkBox {
    margin-top: 20px;
  }
  #kiyakuModal .box h3 {
    font-size: 20px;
  }
  #kiyakuModal .box .checkBox span {
    padding-top: 0;
    font-size: 16px;
  }
  #kiyakuModal .box .btn {
    margin-top: 20px;
  }
  #kiyakuModal .box .btn a {
    font-size: 16px;
    height: 60px;
    line-height: 56px;
  }
}
/* importantNews
-----------------------------------------------*/
#importantNews{
	padding: 36px 40px 20px;
}
.importantBox{
	background: #f0f0f0;
	max-width: 1200px;
	box-sizing: border-box;
	padding: 20px 20px 24px;
	text-align: center;
	margin: 8px auto 0;
}
.importantBox:first-child{
	margin-top: 0;
}
.importantBox h2{
	font-size: 16px;
	line-height: 1.62;
	letter-spacing: 0.01em;
}
.importantBox p{
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.01em;
	margin-top: 10px;
}
.importantBox .btn{
	width: 180px;
	margin: 10px auto 0;
}
.importantBox .btn a{
	display: block;
	position: relative;
	background: #00afdd;
	border-radius: 4px;
}
.importantBox .btn a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	opacity: 0;
	background: #333;
	transition: opacity .2s cubic-bezier(.210, .60, .350, 1);
}
.importantBox .btn a:hover::after{
	opacity: 0.2;
}
.importantBox .btn a span{
	font-size: 13px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.importantBox .btn a span::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	margin-left: 6px;
	transform: rotate(45deg);
}
@media screen and (max-width: 750px) {
	#importantNews{
		padding: 20px 0 9px;
	}
	.importantBox{
		padding: 20px 16px;
	}
	.importantBox h2{
		font-size: 15px;
		line-height: 1.73;
	}
	.importantBox p{
		font-size: 13px;
		line-height: 1.84;
		margin-top: 0;
	}
	.importantBox .btn a{
		border-radius: 2px;
	}
	.importantBox .btn a::after{
		border-radius: 2px;
	}
}

